@clickhouse/click-ui 0.0.26 → 0.0.28
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/dist/click-ui.es.js +10191 -6191
- package/dist/click-ui.umd.js +193 -161
- package/dist/components/Accordion/Accordion.d.ts +3 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/CardPrimary/CardPrimary.d.ts +1 -1
- package/dist/components/CardSecondary/CardSecondary.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +5 -2
- package/dist/components/CodeBlock/CodeBlock.d.ts +12 -0
- package/dist/components/CodeBlock/InlineCodeBlock.d.ts +2 -0
- package/dist/components/CodeBlock/useColorStyle.d.ts +115 -0
- package/dist/components/GenericMenu.d.ts +2 -0
- package/dist/components/Icon/Icon.d.ts +6 -484
- package/dist/components/Icon/IconCommon.d.ts +14 -1
- package/dist/components/Icon/types.d.ts +16 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -1
- package/dist/components/Input/InputWrapper.d.ts +4 -2
- package/dist/components/Input/NumberField.d.ts +3 -1
- package/dist/components/Input/PasswordField.d.ts +3 -1
- package/dist/components/Input/SearchField.d.ts +3 -1
- package/dist/components/Input/TextField.d.ts +3 -1
- package/dist/components/Logos/Logo.d.ts +7 -485
- package/dist/components/Switch/Switch.d.ts +5 -2
- package/dist/components/Table/Table.d.ts +2 -1
- package/dist/components/Tabs/Tabs.d.ts +1 -0
- package/dist/components/commonElement.d.ts +295 -286
- package/dist/components/icons/ArrowDirections.d.ts +3 -0
- package/dist/components/icons/DotsTriangle.d.ts +3 -0
- package/dist/components/icons/Download.d.ts +3 -0
- package/dist/components/icons/DownloadInCircle.d.ts +3 -0
- package/dist/components/icons/Flags/index.d.ts +21 -4
- package/dist/components/icons/FolderClosed.d.ts +3 -0
- package/dist/components/icons/FolderOpen.d.ts +3 -0
- package/dist/components/icons/Key.d.ts +3 -0
- package/dist/components/icons/Keys.d.ts +3 -0
- package/dist/components/icons/Loading.d.ts +2 -0
- package/dist/components/icons/LoadingAnimated.d.ts +2 -0
- package/dist/components/icons/Payments/index.d.ts +13 -4
- package/dist/components/icons/Query.d.ts +3 -0
- package/dist/components/icons/ShareArrow.d.ts +3 -0
- package/dist/components/icons/Waves.d.ts +3 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/types.d.ts +1 -2
- package/package.json +5 -2
- package/dist/components/icons/Folder.d.ts +0 -3
package/dist/click-ui.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(N,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("react"),require("styled-components"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","styled-components","react-dom"],l):(N=typeof globalThis<"u"?globalThis:N||self,l(N["click-ui"]={},N.React,N.styled,N.ReactDOM))})(this,function(N,l,S,p1){"use strict";function R2(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const o in e)if(o!=="default"){const r=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(t,o,r.get?r:{enumerable:!0,get:()=>e[o]})}}return t.default=e,Object.freeze(t)}const L=R2(l),qa=R2(p1);var Zt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function nt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Gn={exports:{}},ot={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var U2;function Ya(){if(U2)return ot;U2=1;var e=l,t=Symbol.for("react.element"),o=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function c(s,d,u){var f,p={},h=null,g=null;u!==void 0&&(h=""+u),d.key!==void 0&&(h=""+d.key),d.ref!==void 0&&(g=d.ref);for(f in d)r.call(d,f)&&!a.hasOwnProperty(f)&&(p[f]=d[f]);if(s&&s.defaultProps)for(f in d=s.defaultProps,d)p[f]===void 0&&(p[f]=d[f]);return{$$typeof:t,type:s,key:h,ref:g,props:p,_owner:i.current}}return ot.Fragment=o,ot.jsx=c,ot.jsxs=c,ot}var rt={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,57 +14,91 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
18
|
-
`+
|
|
19
|
-
`),
|
|
20
|
-
`),
|
|
21
|
-
`+
|
|
17
|
+
*/var W2;function Xa(){return W2||(W2=1,process.env.NODE_ENV!=="production"&&function(){var e=l,t=Symbol.for("react.element"),o=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),s=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),g=Symbol.for("react.offscreen"),C=Symbol.iterator,v="@@iterator";function b(x){if(x===null||typeof x!="object")return null;var H=C&&x[C]||x[v];return typeof H=="function"?H:null}var m=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function w(x){{for(var H=arguments.length,V=new Array(H>1?H-1:0),K=1;K<H;K++)V[K-1]=arguments[K];y("error",x,V)}}function y(x,H,V){{var K=m.ReactDebugCurrentFrame,le=K.getStackAddendum();le!==""&&(H+="%s",V=V.concat([le]));var de=V.map(function(ie){return String(ie)});de.unshift("Warning: "+H),Function.prototype.apply.call(console[x],console,de)}}var k=!1,M=!1,$=!1,O=!1,F=!1,A;A=Symbol.for("react.module.reference");function z(x){return!!(typeof x=="string"||typeof x=="function"||x===r||x===a||F||x===i||x===u||x===f||O||x===g||k||M||$||typeof x=="object"&&x!==null&&(x.$$typeof===h||x.$$typeof===p||x.$$typeof===c||x.$$typeof===s||x.$$typeof===d||x.$$typeof===A||x.getModuleId!==void 0))}function X(x,H,V){var K=x.displayName;if(K)return K;var le=H.displayName||H.name||"";return le!==""?V+"("+le+")":V}function te(x){return x.displayName||"Context"}function W(x){if(x==null)return null;if(typeof x.tag=="number"&&w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof x=="function")return x.displayName||x.name||null;if(typeof x=="string")return x;switch(x){case r:return"Fragment";case o:return"Portal";case a:return"Profiler";case i:return"StrictMode";case u:return"Suspense";case f:return"SuspenseList"}if(typeof x=="object")switch(x.$$typeof){case s:var H=x;return te(H)+".Consumer";case c:var V=x;return te(V._context)+".Provider";case d:return X(x,x.render,"ForwardRef");case p:var K=x.displayName||null;return K!==null?K:W(x.type)||"Memo";case h:{var le=x,de=le._payload,ie=le._init;try{return W(ie(de))}catch{return null}}}return null}var q=Object.assign,G=0,J,pe,se,_,I,U,Z;function j(){}j.__reactDisabledLog=!0;function P(){{if(G===0){J=console.log,pe=console.info,se=console.warn,_=console.error,I=console.group,U=console.groupCollapsed,Z=console.groupEnd;var x={configurable:!0,enumerable:!0,value:j,writable:!0};Object.defineProperties(console,{info:x,log:x,warn:x,error:x,group:x,groupCollapsed:x,groupEnd:x})}G++}}function B(){{if(G--,G===0){var x={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:q({},x,{value:J}),info:q({},x,{value:pe}),warn:q({},x,{value:se}),error:q({},x,{value:_}),group:q({},x,{value:I}),groupCollapsed:q({},x,{value:U}),groupEnd:q({},x,{value:Z})})}G<0&&w("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Y=m.ReactCurrentDispatcher,ae;function ve(x,H,V){{if(ae===void 0)try{throw Error()}catch(le){var K=le.stack.trim().match(/\n( *(at )?)/);ae=K&&K[1]||""}return`
|
|
18
|
+
`+ae+x}}var ue=!1,be;{var Se=typeof WeakMap=="function"?WeakMap:Map;be=new Se}function Oe(x,H){if(!x||ue)return"";{var V=be.get(x);if(V!==void 0)return V}var K;ue=!0;var le=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var de;de=Y.current,Y.current=null,P();try{if(H){var ie=function(){throw Error()};if(Object.defineProperty(ie.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ie,[])}catch(Je){K=Je}Reflect.construct(x,[],ie)}else{try{ie.call()}catch(Je){K=Je}x.call(ie.prototype)}}else{try{throw Error()}catch(Je){K=Je}x()}}catch(Je){if(Je&&K&&typeof Je.stack=="string"){for(var oe=Je.stack.split(`
|
|
19
|
+
`),Le=K.stack.split(`
|
|
20
|
+
`),Ce=oe.length-1,me=Le.length-1;Ce>=1&&me>=0&&oe[Ce]!==Le[me];)me--;for(;Ce>=1&&me>=0;Ce--,me--)if(oe[Ce]!==Le[me]){if(Ce!==1||me!==1)do if(Ce--,me--,me<0||oe[Ce]!==Le[me]){var Te=`
|
|
21
|
+
`+oe[Ce].replace(" at new "," at ");return x.displayName&&Te.includes("<anonymous>")&&(Te=Te.replace("<anonymous>",x.displayName)),typeof x=="function"&&be.set(x,Te),Te}while(Ce>=1&&me>=0);break}}}finally{ue=!1,Y.current=de,B(),Error.prepareStackTrace=le}var tt=x?x.displayName||x.name:"",Ka=tt?ve(tt):"";return typeof x=="function"&&be.set(x,Ka),Ka}function Ft(x,H,V){return Oe(x,!1)}function M1(x){var H=x.prototype;return!!(H&&H.isReactComponent)}function d1(x,H,V){if(x==null)return"";if(typeof x=="function")return Oe(x,M1(x));if(typeof x=="string")return ve(x);switch(x){case u:return ve("Suspense");case f:return ve("SuspenseList")}if(typeof x=="object")switch(x.$$typeof){case d:return Ft(x.render);case p:return d1(x.type,H,V);case h:{var K=x,le=K._payload,de=K._init;try{return d1(de(le),H,V)}catch{}}}return""}var u1=Object.prototype.hasOwnProperty,Xe={},j1=m.ReactDebugCurrentFrame;function He(x){if(x){var H=x._owner,V=d1(x.type,x._source,H?H.type:null);j1.setExtraStackFrame(V)}else j1.setExtraStackFrame(null)}function f1(x,H,V,K,le){{var de=Function.call.bind(u1);for(var ie in x)if(de(x,ie)){var oe=void 0;try{if(typeof x[ie]!="function"){var Le=Error((K||"React class")+": "+V+" type `"+ie+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof x[ie]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Le.name="Invariant Violation",Le}oe=x[ie](H,ie,K,V,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Ce){oe=Ce}oe&&!(oe instanceof Error)&&(He(le),w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",K||"React class",V,ie,typeof oe),He(null)),oe instanceof Error&&!(oe.message in Xe)&&(Xe[oe.message]=!0,He(le),w("Failed %s type: %s",V,oe.message),He(null))}}}var Vt=Array.isArray;function Q(x){return Vt(x)}function zn(x){{var H=typeof Symbol=="function"&&Symbol.toStringTag,V=H&&x[Symbol.toStringTag]||x.constructor.name||"Object";return V}}function we(x){try{return ge(x),!1}catch{return!0}}function ge(x){return""+x}function S1(x){if(we(x))return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",zn(x)),ge(x)}var Ve=m.ReactCurrentOwner,Tt={key:!0,ref:!0,__self:!0,__source:!0},J1,D,R;R={};function ee(x){if(u1.call(x,"ref")){var H=Object.getOwnPropertyDescriptor(x,"ref").get;if(H&&H.isReactWarning)return!1}return x.ref!==void 0}function ce(x){if(u1.call(x,"key")){var H=Object.getOwnPropertyDescriptor(x,"key").get;if(H&&H.isReactWarning)return!1}return x.key!==void 0}function ye(x,H){if(typeof x.ref=="string"&&Ve.current&&H&&Ve.current.stateNode!==H){var V=W(Ve.current.type);R[V]||(w('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',W(Ve.current.type),x.ref),R[V]=!0)}}function Q1(x,H){{var V=function(){J1||(J1=!0,w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",H))};V.isReactWarning=!0,Object.defineProperty(x,"key",{get:V,configurable:!0})}}function A2(x,H){{var V=function(){D||(D=!0,w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",H))};V.isReactWarning=!0,Object.defineProperty(x,"ref",{get:V,configurable:!0})}}var vk=function(x,H,V,K,le,de,ie){var oe={$$typeof:t,type:x,key:H,ref:V,props:ie,_owner:de};return oe._store={},Object.defineProperty(oe._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(oe,"_self",{configurable:!1,enumerable:!1,writable:!1,value:K}),Object.defineProperty(oe,"_source",{configurable:!1,enumerable:!1,writable:!1,value:le}),Object.freeze&&(Object.freeze(oe.props),Object.freeze(oe)),oe};function Ck(x,H,V,K,le){{var de,ie={},oe=null,Le=null;V!==void 0&&(S1(V),oe=""+V),ce(H)&&(S1(H.key),oe=""+H.key),ee(H)&&(Le=H.ref,ye(H,le));for(de in H)u1.call(H,de)&&!Tt.hasOwnProperty(de)&&(ie[de]=H[de]);if(x&&x.defaultProps){var Ce=x.defaultProps;for(de in Ce)ie[de]===void 0&&(ie[de]=Ce[de])}if(oe||Le){var me=typeof x=="function"?x.displayName||x.name||"Unknown":x;oe&&Q1(ie,me),Le&&A2(ie,me)}return vk(x,oe,Le,le,K,Ve.current,ie)}}var D2=m.ReactCurrentOwner,Ba=m.ReactDebugCurrentFrame;function et(x){if(x){var H=x._owner,V=d1(x.type,x._source,H?H.type:null);Ba.setExtraStackFrame(V)}else Ba.setExtraStackFrame(null)}var N2;N2=!1;function B2(x){return typeof x=="object"&&x!==null&&x.$$typeof===t}function Ra(){{if(D2.current){var x=W(D2.current.type);if(x)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+
|
|
23
|
+
Check the render method of \``+x+"`."}return""}}function bk(x){{if(x!==void 0){var H=x.fileName.replace(/^.*[\\\/]/,""),V=x.lineNumber;return`
|
|
24
24
|
|
|
25
|
-
Check your code at `+
|
|
25
|
+
Check your code at `+H+":"+V+"."}return""}}var Ua={};function mk(x){{var H=Ra();if(!H){var V=typeof x=="string"?x:x.displayName||x.name;V&&(H=`
|
|
26
26
|
|
|
27
|
-
Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(!m._store||m._store.validated||m.key!=null)return;m._store.validated=!0;var P=Qg(E);if(Nc[P])return;Nc[P]=!0;var U="";m&&m._owner&&m._owner!==Vr.current&&(U=" It was passed a child from "+Z(m._owner.type)+"."),St(m),$('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',P,U),St(null)}}function Uc(m,E){{if(typeof m!="object")return;if(Ur(m))for(var P=0;P<m.length;P++){var U=m[P];Wr(U)&&Zc(U,E)}else if(Wr(m))m._store&&(m._store.validated=!0);else if(m){var Q=x(m);if(typeof Q=="function"&&Q!==m.entries)for(var ee=Q.call(m),J;!(J=ee.next()).done;)Wr(J.value)&&Zc(J.value,E)}}}function em(m){{var E=m.type;if(E==null||typeof E=="string")return;var P;if(typeof E=="function")P=E.propTypes;else if(typeof E=="object"&&(E.$$typeof===d||E.$$typeof===u))P=E.propTypes;else return;if(P){var U=Z(E);Mt(P,m.props,"prop",U,m)}else if(E.PropTypes!==void 0&&!Rr){Rr=!0;var Q=Z(E);$("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",Q||"Unknown")}typeof E.getDefaultProps=="function"&&!E.getDefaultProps.isReactClassApproved&&$("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function tm(m){{for(var E=Object.keys(m.props),P=0;P<E.length;P++){var U=E[P];if(U!=="children"&&U!=="key"){St(m),$("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",U),St(null);break}}m.ref!==null&&(St(m),$("Invalid attribute `ref` supplied to `React.Fragment`."),St(null))}}function Bc(m,E,P,U,Q,ee){{var J=Y(m);if(!J){var G="";(m===void 0||typeof m=="object"&&m!==null&&Object.keys(m).length===0)&&(G+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var ue=Jg(Q);ue?G+=ue:G+=Ac();var ie;m===null?ie="null":Ur(m)?ie="array":m!==void 0&&m.$$typeof===t?(ie="<"+(Z(m.type)||"Unknown")+" />",G=" Did you accidentally export a JSX literal instead of a component?"):ie=typeof m,$("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ie,G)}var le=Xg(m,E,P,Q,ee);if(le==null)return le;if(J){var ke=E.children;if(ke!==void 0)if(U)if(Ur(ke)){for(var Lt=0;Lt<ke.length;Lt++)Uc(ke[Lt],m);Object.freeze&&Object.freeze(ke)}else $("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Uc(ke,m)}return m===r?tm(le):em(le),le}}function nm(m,E,P){return Bc(m,E,P,!0)}function om(m,E,P){return Bc(m,E,P,!1)}var rm=om,am=nm;Et.Fragment=r,Et.jsx=rm,Et.jsxs=am}()),Et}process.env.NODE_ENV==="production"?fo.exports=Wc():fo.exports=zc();var o=fo.exports;const Gc=e=>o.jsxs("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{d:"M15.2158 11.2407C17.0021 11.1757 18.42 9.71476 18.4314 7.92732C18.4038 6.17864 16.9645 4.78308 15.2158 4.80945",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.42753 11.2407C11.2138 11.1757 12.6317 9.71476 12.6432 7.92732C12.6156 6.17864 11.1762 4.78308 9.42753 4.80945C7.67884 4.78308 6.23952 6.17864 6.21191 7.92732C6.22292 9.71494 7.64104 11.1762 9.42753 11.2407V11.2407Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M16.0015 20.816V18.8151C16.0015 16.6051 14.2099 14.8135 11.9998 14.8135H6.99776C4.7877 14.8135 2.99609 16.6051 2.99609 18.8151V20.816",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M21.0042 20.816V17.8147C21.0042 16.1572 19.6605 14.8135 18.0029 14.8135",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Yr=e=>o.jsx("svg",{width:e.width,height:e.height,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{d:"M12 12.0625C9.9471 12.0625 8.267 10.3832 8.267 8.3295H6.767C6.767 11.2118 9.1189 13.5625 12 13.5625V12.0625ZM8.267 8.3295C8.267 6.26844 9.95445 4.5625 12 4.5625V3.0625C9.11155 3.0625 6.767 5.45456 6.767 8.3295H8.267ZM12 4.5625C14.0529 4.5625 15.733 6.24182 15.733 8.2955H17.233C17.233 5.41318 14.8811 3.0625 12 3.0625V4.5625ZM15.733 8.2955C15.733 10.3566 14.0456 12.0625 12 12.0625V13.5625C14.8884 13.5625 17.233 11.1704 17.233 8.2955H15.733ZM19 21.0625H5V22.5625H19V21.0625ZM5 21.0625C4.86421 21.0625 4.75 20.9483 4.75 20.8125H3.25C3.25 21.7767 4.03579 22.5625 5 22.5625V21.0625ZM4.75 20.8125V19.8125H3.25V20.8125H4.75ZM4.75 19.8125C4.75 18.0267 6.21421 16.5625 8 16.5625V15.0625C5.38579 15.0625 3.25 17.1983 3.25 19.8125H4.75ZM8 16.5625H16V15.0625H8V16.5625ZM16 16.5625C17.7858 16.5625 19.25 18.0267 19.25 19.8125H20.75C20.75 17.1983 18.6142 15.0625 16 15.0625V16.5625ZM19.25 19.8125V20.8125H20.75V19.8125H19.25ZM19.25 20.8125C19.25 20.9483 19.1358 21.0625 19 21.0625V22.5625C19.9642 22.5625 20.75 21.7767 20.75 20.8125H19.25Z",fill:"#161517"})}),Kc=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M13 17h5a3 3 0 003-3V6a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3h2v4l5-4"})}),qc=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"25",fill:"none",viewBox:"0 0 24 25",...e,children:[o.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M5.5 13.18c0 1.776 2.934 3.033 6.498 3.033 3.565 0 6.499-1.257 6.499-3.032a.433.433 0 1 0-.867 0c0 1.096-2.497 2.166-5.632 2.166s-5.632-1.07-5.632-2.166a.433.433 0 1 0-.866 0ZM5.5 9.499c0 1.557 2.919 2.6 6.498 2.6 3.58 0 6.499-1.043 6.499-2.6a.433.433 0 1 0-.867 0c0 .835-2.512 1.733-5.632 1.733-3.12 0-5.632-.898-5.632-1.733a.433.433 0 0 0-.866 0ZM17.631 5.6c0 .835-2.512 1.732-5.632 1.732-3.12 0-5.632-.897-5.632-1.733 0-.835 2.513-1.733 5.632-1.733 3.12 0 5.632.898 5.632 1.733Zm.867 0c0-1.558-2.919-2.6-6.499-2.6-3.58 0-6.498 1.042-6.498 2.6 0 1.556 2.919 2.599 6.498 2.599 3.58 0 6.499-1.043 6.499-2.6Z",clipRule:"evenodd"}),o.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M17.63 5.6v11.697c0 .285-.578.833-1.53 1.289-1.147.548-2.61.88-4.101.877-1.494.003-2.956-.329-4.102-.877-.953-.456-1.53-1.004-1.53-1.289V5.6a.433.433 0 1 0-.867 0v11.697c0 1.483 3.253 3.039 6.499 3.033 3.245.006 6.498-1.55 6.498-3.033V5.6a.433.433 0 0 0-.867 0Z",clipRule:"evenodd"})]}),Yc=e=>o.jsxs("svg",{width:"24",height:"38",viewBox:"0 0 24 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_353_4848)",children:[o.jsx("path",{d:"M0.727539 32.5938C0.727539 35.333 2.65332 37.1758 5.50879 37.1758H18.5576C21.3799 37.1758 23.2559 35.333 23.2559 32.5938V5.41699C23.2559 2.67773 21.3799 0.834961 18.5576 0.834961H5.50879C2.65332 0.834961 0.727539 2.67773 0.727539 5.41699V32.5938ZM8.62988 4.07227C8.62988 3.64062 8.92871 3.3584 9.34375 3.3584H14.6729C15.0879 3.3584 15.3701 3.64062 15.3701 4.07227C15.3701 4.4873 15.0879 4.76953 14.6729 4.76953H9.34375C8.92871 4.76953 8.62988 4.4873 8.62988 4.07227ZM3.98145 30.9336V7.09375H20.0186V30.9336H3.98145ZM12.0166 35.333C11.1533 35.333 10.4727 34.6357 10.4727 33.7891C10.4727 32.9424 11.1533 32.2617 12.0166 32.2617C12.8633 32.2617 13.5439 32.9424 13.5439 33.7891C13.5439 34.6357 12.8633 35.333 12.0166 35.333Z",fill:"#696E79"}),o.jsx("path",{d:"M8.03753 18.5637H10.2809C11.1625 18.5637 11.5811 18.1396 11.5811 17.2412V15.0313C11.5811 14.1385 11.1625 13.7144 10.2809 13.7144H8.03753C7.16141 13.7144 6.7373 14.1385 6.7373 15.0313V17.2412C6.7373 18.1396 7.16141 18.5637 8.03753 18.5637ZM13.7184 18.5637H15.9617C16.8378 18.5637 17.2619 18.1396 17.2619 17.2412V15.0313C17.2619 14.1385 16.8378 13.7144 15.9617 13.7144H13.7184C12.8422 13.7144 12.4181 14.1385 12.4181 15.0313V17.2412C12.4181 18.1396 12.8422 18.5637 13.7184 18.5637ZM7.99288 17.6095C7.78641 17.6095 7.69154 17.509 7.69154 17.2914V14.9811C7.69154 14.7691 7.78641 14.6686 7.99288 14.6686H10.3255C10.532 14.6686 10.6324 14.7691 10.6324 14.9811V17.2914C10.6324 17.509 10.532 17.6095 10.3255 17.6095H7.99288ZM13.6793 17.6095C13.4672 17.6095 13.3724 17.509 13.3724 17.2914V14.9811C13.3724 14.7691 13.4672 14.6686 13.6793 14.6686H16.0063C16.2128 14.6686 16.3076 14.7691 16.3076 14.9811V17.2914C16.3076 17.509 16.2128 17.6095 16.0063 17.6095H13.6793ZM8.64579 16.7724H9.66699C9.75628 16.7724 9.79534 16.7334 9.79534 16.6329V15.6396C9.79534 15.5392 9.75628 15.5057 9.66699 15.5057H8.64579C8.5565 15.5057 8.5286 15.5392 8.5286 15.6396V16.6329C8.5286 16.7334 8.5565 16.7724 8.64579 16.7724ZM14.3489 16.7724H15.3701C15.4594 16.7724 15.4985 16.7334 15.4985 16.6329V15.6396C15.4985 15.5392 15.4594 15.5057 15.3701 15.5057H14.3489C14.2596 15.5057 14.2317 15.5392 14.2317 15.6396V16.6329C14.2317 16.7334 14.2596 16.7724 14.3489 16.7724ZM8.03753 24.2389H10.2809C11.1625 24.2389 11.5811 23.8204 11.5811 22.922V20.7122C11.5811 19.8193 11.1625 19.3952 10.2809 19.3952H8.03753C7.16141 19.3952 6.7373 19.8193 6.7373 20.7122V22.922C6.7373 23.8204 7.16141 24.2389 8.03753 24.2389ZM12.8143 20.9186H13.8411C13.9304 20.9186 13.9695 20.8851 13.9695 20.7791V19.7858C13.9695 19.6854 13.9304 19.6519 13.8411 19.6519H12.8143C12.7306 19.6519 12.6971 19.6854 12.6971 19.7858V20.7791C12.6971 20.8851 12.7306 20.9186 12.8143 20.9186ZM15.8221 20.9186H16.8489C16.9382 20.9186 16.9717 20.8851 16.9717 20.7791V19.7858C16.9717 19.6854 16.9382 19.6519 16.8489 19.6519H15.8221C15.7329 19.6519 15.705 19.6854 15.705 19.7858V20.7791C15.705 20.8851 15.7329 20.9186 15.8221 20.9186ZM7.99288 23.2903C7.78641 23.2903 7.69154 23.1898 7.69154 22.9778V20.6619C7.69154 20.4499 7.78641 20.3494 7.99288 20.3494H10.3255C10.532 20.3494 10.6324 20.4499 10.6324 20.6619V22.9778C10.6324 23.1898 10.532 23.2903 10.3255 23.2903H7.99288ZM14.3322 22.4197H15.359C15.4483 22.4197 15.4817 22.3863 15.4817 22.2802V21.2869C15.4817 21.1921 15.4483 21.153 15.359 21.153H14.3322C14.2485 21.153 14.215 21.1921 14.215 21.2869V22.2802C14.215 22.3863 14.2485 22.4197 14.3322 22.4197ZM8.64579 22.4532H9.66699C9.75628 22.4532 9.79534 22.4142 9.79534 22.3137V21.3204C9.79534 21.22 9.75628 21.1865 9.66699 21.1865H8.64579C8.5565 21.1865 8.5286 21.22 8.5286 21.3204V22.3137C8.5286 22.4142 8.5565 22.4532 8.64579 22.4532ZM12.8143 23.9209H13.8411C13.9304 23.9209 13.9695 23.8874 13.9695 23.7814V22.788C13.9695 22.6932 13.9304 22.6541 13.8411 22.6541H12.8143C12.7306 22.6541 12.6971 22.6932 12.6971 22.788V23.7814C12.6971 23.8874 12.7306 23.9209 12.8143 23.9209ZM15.8221 23.9209H16.8489C16.9382 23.9209 16.9717 23.8874 16.9717 23.7814V22.788C16.9717 22.6932 16.9382 22.6541 16.8489 22.6541H15.8221C15.7329 22.6541 15.705 22.6932 15.705 22.788V23.7814C15.705 23.8874 15.7329 23.9209 15.8221 23.9209Z",fill:"#696E79"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_353_4848",children:o.jsx("rect",{width:"24",height:"38",fill:"white"})})})]}),Xc=e=>o.jsxs("svg",{width:"24",height:"38",viewBox:"0 0 24 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_353_4846)",children:[o.jsx("path",{d:"M0.727539 32.5938C0.727539 35.333 2.65332 37.1758 5.50879 37.1758H18.5576C21.3799 37.1758 23.2559 35.333 23.2559 32.5938V5.41699C23.2559 2.67773 21.3799 0.834961 18.5576 0.834961H5.50879C2.65332 0.834961 0.727539 2.67773 0.727539 5.41699V32.5938ZM8.62988 4.07227C8.62988 3.64062 8.92871 3.3584 9.34375 3.3584H14.6729C15.0879 3.3584 15.3701 3.64062 15.3701 4.07227C15.3701 4.4873 15.0879 4.76953 14.6729 4.76953H9.34375C8.92871 4.76953 8.62988 4.4873 8.62988 4.07227ZM3.98145 30.9336V7.09375H20.0186V30.9336H3.98145ZM12.0166 35.333C11.1533 35.333 10.4727 34.6357 10.4727 33.7891C10.4727 32.9424 11.1533 32.2617 12.0166 32.2617C12.8633 32.2617 13.5439 32.9424 13.5439 33.7891C13.5439 34.6357 12.8633 35.333 12.0166 35.333Z",fill:"#696E79"}),o.jsx("path",{d:"M8.04911 25.0647C8.83594 25.0647 10.4208 24.317 11.6373 23.452C15.6049 23.5022 18.5625 21.1975 18.5625 18.173C18.5625 15.2433 15.644 12.8828 12 12.8828C8.35603 12.8828 5.4375 15.2433 5.4375 18.173C5.4375 20.0089 6.55915 21.6551 8.29464 22.5312C8.06027 22.9609 7.66406 23.558 7.42969 23.8761C7.03348 24.4007 7.32366 25.0647 8.04911 25.0647ZM8.77455 23.7757C8.69085 23.8092 8.65737 23.7701 8.71875 23.692C8.98103 23.3627 9.39397 22.827 9.61161 22.4252C9.7846 22.1071 9.71205 21.8281 9.34933 21.6551C7.68638 20.8683 6.70424 19.6071 6.70424 18.173C6.70424 15.9576 9.05357 14.1496 12 14.1496C14.9408 14.1496 17.2902 15.9576 17.2902 18.173C17.2902 20.394 14.9408 22.1964 12 22.1964C11.9051 22.1964 11.76 22.1964 11.5871 22.1908C11.3415 22.1908 11.1629 22.2578 10.9342 22.442C10.2701 22.9386 9.26562 23.5804 8.77455 23.7757Z",fill:"#696E79"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_353_4846",children:o.jsx("rect",{width:"24",height:"38",fill:"white"})})})]}),Jc=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M14.5 13.5L19.707 8.293C19.895 8.105 20 7.851 20 7.586V5C20 4.448 19.552 4 19 4H5C4.448 4 4 4.448 4 5V7.586C4 7.851 4.105 8.106 4.293 8.293L9.5 13.5",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M9.5 13.5V19.749C9.5 20.562 10.264 21.159 11.053 20.962L13.553 20.337C14.109 20.198 14.5 19.698 14.5 19.124V13.5",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),Qc=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 4.997H4.997M12 4.997A8.003 8.003 0 1 1 3.997 13M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.001 13.75h-3.81V9.834"})]}),es=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 4h12M3 4h1M3 8h1M3 12h1M8 8h12M8 12h2"}),o.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M17 21a5 5 0 0 1-5-5c0-2.704 2.3-5.003 5.004-5A5 5 0 0 1 17 21"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 14v4M19 16h-4"})]}),ts=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.4 15.4 7 19l3.6-3.6M7 5v14M20.6 8.6 17 5l-3.6 3.6M17 19V5"})}),ns=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 9-4-4-4 4M8 15l4 4 4-4"})}),os=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10 16 4-4-4-4"})}),rs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8 10 4 4 4-4"})}),as=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.02 4.48v14.99M18.012 13.483 12 19.52l-6.012-6.037"})}),is=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.999 8a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 8"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 12v5"})]}),ls=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{d:"M20 6.5L9 17.5L4 12.5",stroke:"#161517",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),cs=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M10.854 11.877h1.15v4.252M10.845 16.128h2.31"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.946 7.872a.25.25 0 1 1-.25-.25"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.695 8.623a.25.25 0 0 1 .25.25"})]}),ss=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.12V9.38M11.999 16.125a.25.25 0 1 0 .002.5.25.25 0 0 0-.002-.5"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.029 4.14 7.659 13.403c.89 1.558-.235 3.497-2.03 3.497H4.342c-1.795 0-2.92-1.939-2.03-3.497L9.972 4.14c.897-1.57 3.16-1.57 4.058 0Z",clipRule:"evenodd"})]}),ds=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{d:"M8 8L16 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M16 8L8 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),fs=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 14-4-4-4 4"})}),us=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6 12h1.85l2.168 5 3.964-10 2.168 5H18"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.5 21.5h-11a4 4 0 0 1-4-4v-11a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4v11a4 4 0 0 1-4 4Z",clipRule:"evenodd"})]}),ps=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.48 11.98h14.99M13.483 5.988 19.52 12l-6.037 6.012"})}),hs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m15.612 21-2.064-2.05 2.064-2.048"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.45 12.297 2.306 3.965c.695 1.195-.174 2.689-1.564 2.689h-5.644M13.565 7.998l2.82.75.755-2.798M6.066 11.41l-2.822 4.852c-.695 1.195.174 2.689 1.564 2.689H9.42"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8.13 7.86 2.306-3.964c.695-1.195 2.433-1.195 3.128 0l2.822 4.852M3.247 12.16l2.82-.75.755 2.799"})]}),vs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.98 19.52V4.53M5.988 10.517 12 4.48l6.012 6.037"})}),bs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 13A8.003 8.003 0 1 0 12 4.997H4.997M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.235 11.851-2.792 2.791-1.678-1.672"})]}),gs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.332 10.318 2.142-2.157a3.084 3.084 0 0 1 4.377 0v0a3.097 3.097 0 0 1 0 4.364l-2.12 2.135c-.375.378-.885.59-1.416.59H8.75v-3.52c0-.53.209-1.037.582-1.412v0Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 7v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13.75 10.25-6 6"})]}),ms=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.37a6.368 6.368 0 0 0-7.495-1.12c-.684.364-1.509-.085-1.509-.86V5.295c0-.637.294-1.249.812-1.618A6.367 6.367 0 0 1 12 4.364a6.367 6.367 0 0 1 8.191-.687c.518.37.813.981.813 1.618v9.095c0 .775-.826 1.225-1.509.86A6.368 6.368 0 0 0 12 16.37Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.505 19.387A6.368 6.368 0 0 1 12 20.507a6.368 6.368 0 0 1 7.495-1.12M12 16.37V4.363"})]}),xs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.574 20.003a2.287 2.287 0 0 0 2.287-2.287v-4.573L22.005 12l-1.144-1.144V6.284a2.286 2.286 0 0 0-2.287-2.287M5.427 3.997A2.286 2.286 0 0 0 3.14 6.284v4.572L1.996 12l1.144 1.143v4.573a2.286 2.286 0 0 0 2.287 2.287M9.285 12.533l1.833 1.833 4-4.002"})}),ks=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 20.5H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.174 7.5v-2a2 2 0 0 0-2-2H9.826a2 2 0 0 0-2 2v2M3 9.5l6.351 4.191c.327.216.71.331 1.102.331h3.094c.392 0 .775-.115 1.102-.331L21 9.5"})]}),$s=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 3.997H14a1 1 0 0 1 1 1v15.006H3.997a1 1 0 0 1-1-1V4.997a1 1 0 0 1 1-1ZM15.001 7.999h5.002a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1h-5.002V8Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25"})]}),ws=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.75 7.25h16.5M3.75 12.5h16.5m-16.5 5.25H12"})}),ys=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.882 21.004H6.117a2.401 2.401 0 0 1-2.389-2.162l-.72-7.203A2.4 2.4 0 0 1 5.397 9h13.205a2.401 2.401 0 0 1 2.39 2.64l-.72 7.203a2.4 2.4 0 0 1-2.39 2.162v0Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.998 5.998h12.005M7.998 2.996h8.003M9.499 12.75h5.002"})]}),Cs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.312,d:"M9.046 6.657a1.623 1.623 0 0 1 0-2.293.24.24 0 1 1 .34.34 1.142 1.142 0 0 0 0 1.613.24.24 0 1 1-.34.34Zm-1.304.995a.32.32 0 0 0 .453 0 .32.32 0 0 0 0-.454 2.39 2.39 0 0 1 0-3.375.32.32 0 0 0-.453-.453 3.031 3.031 0 0 0 0 4.282Zm-1.053 1.37a.4.4 0 0 0 .283-.685 4.002 4.002 0 0 1 0-5.653.4.4 0 1 0-.566-.567A4.768 4.768 0 0 0 5 5.511c0 1.282.5 2.487 1.406 3.393a.4.4 0 0 0 .283.117Zm7.79-2.365a.24.24 0 0 0 .34 0 1.623 1.623 0 0 0 0-2.293.24.24 0 0 0-.34.34 1.142 1.142 0 0 1 0 1.613.24.24 0 0 0 0 .34Zm1.19.995a.32.32 0 0 0 .454 0 3.031 3.031 0 0 0 0-4.282.32.32 0 0 0-.453.453c.93.93.93 2.445 0 3.375a.32.32 0 0 0 0 .454Zm1.223.685a.4.4 0 1 0 .567.567 4.767 4.767 0 0 0 1.406-3.393c0-1.282-.5-2.487-1.406-3.394a.4.4 0 1 0-.567.567 4.002 4.002 0 0 1 0 5.653Zm.749 13.24a.32.32 0 0 1-.608.205l-1.092-3.233-3.874 1.792a.32.32 0 0 1-.27 0l-3.873-1.792-1.092 3.233a.32.32 0 1 1-.608-.205l4.938-14.614a1.658 1.658 0 0 1-.538-.457 1.646 1.646 0 0 1 .69-2.519l.514-.89c.058-.099.151-.099.208 0l.514.89a1.646 1.646 0 0 1 .69 2.52c-.143.188-.329.344-.537.456l4.938 14.614Zm-3.02-6.934-.247-.73-2.442-1.13-2.441 1.13-.247.73 2.688 1.244 2.689-1.244Zm-4.264-3.295 1.575.73 1.576-.73-.66-1.95-.916-.424-.916.424-.659 1.95Zm1.44-3.018a.32.32 0 0 1 .27 0l.498.23-.633-1.873L11.3 8.56l.499-.23Zm.9 4.1 1.394.646-.377-1.116-1.018.47Zm-2.546-.47-.377 1.116 1.395-.646-1.018-.47Zm1.221-5.618.257-.76a.32.32 0 0 1 .607 0l.257.76a1.004 1.004 0 1 0-1.563-.83c0 .336.172.646.442.83Zm-3.124 11.25 2.92-1.352-2.13-.986-.79 2.337Zm7.039.553-3.355-1.552-3.354 1.552 3.354 1.552 3.355-1.552Zm.33-.554-.79-2.337-2.13.986 2.92 1.351Z"})}),Ms=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 20.6284V20.6284C7.029 20.6284 3 16.5994 3 11.6284V11.6284C3 6.65742 7.029 2.62842 12 2.62842V2.62842C16.971 2.62842 21 6.65742 21 11.6284V11.6284C21 16.5994 16.971 20.6284 12 20.6284Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M16 9.62842L11 14.6284L8 11.6284",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),Ss=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14 16-4-4 4-4"})}),Ls=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21c4.95 0 9-4.05 9-9s-4.05-9-9-9M12 21c-2.93 0-5.538-1.426-7.184-3.612"}),o.jsx("path",{stroke:"#161517",strokeDasharray:0,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.816 17.388A8.931 8.931 0 0 1 3 12c0-4.95 4.05-9 9-9"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m7.36 15.639 4.921-2.936V6.375"})]}),js=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 19h10.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.023-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8Z",clipRule:"evenodd"})}),Es=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{d:"M13.7797 4L10.2197 20",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M18 8L22 12L18 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M6 16L2 12L6 8",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Os=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12.952 8.661-1.905 6.67M8.903 12.948l-1.905-1.905 1.905-1.905M15.098 14.854l1.904-1.905-1.904-1.905"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M7.998 2.992h8.003a5.002 5.002 0 0 1 5.003 5.002v8.004A5.002 5.002 0 0 1 16 21H7.998a5.002 5.002 0 0 1-5.002-5.002V7.994a5.002 5.002 0 0 1 5.002-5.002Z",clipRule:"evenodd"})]}),_s=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 8.072c-5.249-4.097-12.751-4.097-18 0M6.751 13.314c3.062-2.388 7.437-2.388 10.499 0M12 18.25a.372.372 0 0 0-.373.375.374.374 0 1 0 .748 0A.375.375 0 0 0 12 18.25"})}),Ps=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 15.704a.3.3 0 0 1 .305.294.3.3 0 0 1-.305.294.3.3 0 0 1-.305-.294.3.3 0 0 1 .305-.294M16.875 10.373c-2.843-2.219-6.907-2.219-9.75 0M9.157 13.212a4.654 4.654 0 0 1 5.687 0"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3Z",clipRule:"evenodd"})]}),Is=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 9H3M8.62 9v12"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),Fs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("rect",{width:14.006,height:14.006,x:6.998,y:6.998,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:2}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 17.002H4.997a2 2 0 0 1-2-2V4.997a2 2 0 0 1 2-2H15a2 2 0 0 1 2 2v2.001"})]}),Ts=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.617 14.408 1.5 1.5-1.5 1.5M9.598 11.617l-1.5 1.5-1.5-1.5"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.369 15.643C8.938 19.362 10.349 22 12.005 22c2.158 0 3.908-4.477 3.908-10s-1.75-10-3.908-10-3.907 4.477-3.907 10v1.117"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.117 15.908H12c-5.523 0-10-1.75-10-3.908s4.477-3.908 10-3.908S22 9.842 22 12c0 1.655-2.638 3.067-6.357 3.636"})]}),Hs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.164 3H5.007a2 2 0 0 0-2 2.015l.104 14a2 2 0 0 0 2 1.985h13.88a2 2 0 0 0 2-2V7.828a2 2 0 0 0-.585-1.414l-2.828-2.828A1.999 1.999 0 0 0 16.164 3Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.993 3v3.909a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V3M7 21v-7.714C7 12.576 7.576 12 8.286 12h7.429c.709 0 1.285.576 1.285 1.286V21"})]}),Ds=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M20.003 16.002H3.997a1 1 0 0 1-1-1V4.996a1 1 0 0 1 1-1h16.006a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.002v5.002M12 7.998V12M7.998 8.999v3M16.001 9.999v2M8.999 21.004h6.002M12 3.904v-.908"})]}),As=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.003 21.004H5.998a2 2 0 0 1-2-2V4.996a2 2 0 0 1 2-2h12.005a2 2 0 0 1 2 2v14.006a2 2 0 0 1-2 2.001Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.999 7.999h7.003M8.999 16.002h7.003M8.999 12h7.003"})]}),Ns=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("circle",{cx:12.5,cy:6.5,r:1.5,fill:"#161517"}),o.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517"}),o.jsx("circle",{cx:12.5,cy:17.5,r:1.5,fill:"#161517"})]}),Zs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("circle",{cx:7,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 7 12)"}),o.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 12.5 12)"}),o.jsx("circle",{cx:18,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 18 12)"})]}),Us=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.998 10 3.083 2.376a3.001 3.001 0 0 0 3.602.047L17.003 10"}),o.jsx("rect",{width:18.008,height:17.007,x:2.996,y:3.497,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5})]}),Bs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e}),Vs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.198 7.56 3.483-4.063 3.755 4.38 2.43-2.834 1.936 2.26a8.01 8.01 0 0 1 1.928 5.212v.258a7.73 7.73 0 0 1-7.73 7.73v0a7.73 7.73 0 0 1-7.73-7.73v0A8.01 8.01 0 0 1 6.198 7.56Z",clipRule:"evenodd"})}),Rs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M20 19H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3.629a1 1 0 0 1 .869.506l.846 1.488a1 1 0 0 0 .87.506H20a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1ZM11 7.5H3"})}),Ws=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.6,d:"M19.306 6.276h-3.704a2.52 2.52 0 0 0 .752-1.805C16.354 3.11 15.296 2 13.997 2c-.937 0-1.745.578-2.125 1.41-.386-.56-1.013-.928-1.722-.928-1.172 0-2.126 1-2.126 2.23 0 .61.234 1.161.612 1.564H4.694C3.76 6.276 3 7.073 3 8.053v1.285c0 .919.67 1.677 1.523 1.767v8.64c0 1.244.964 2.255 2.15 2.255h10.655c1.185 0 2.149-1.011 2.149-2.254v-8.641c.854-.09 1.523-.848 1.523-1.767V8.052c0-.979-.76-1.776-1.694-1.776Zm-7.03-1.805c0-.995.772-1.804 1.721-1.804.949 0 1.72.81 1.72 1.804 0 .996-.771 1.805-1.72 1.805h-1.72V4.471Zm-3.617.242c0-.862.669-1.564 1.49-1.564.823 0 1.492.702 1.492 1.564v1.563H10.15c-.822 0-1.49-.701-1.49-1.563ZM3.635 9.338V8.052c0-.611.475-1.11 1.058-1.11h5.457l1.532.001v3.504H4.693c-.583 0-1.058-.498-1.058-1.11ZM5.16 19.746v-8.632h6.523v10.22h-5.01c-.834 0-1.513-.713-1.513-1.588Zm13.682 0c0 .875-.679 1.588-1.514 1.588h-5.01v-10.22h6.525v8.632Zm1.523-10.408c0 .612-.474 1.11-1.057 1.11h-6.99V6.942h6.99c.583 0 1.058.498 1.058 1.11v1.285Z"})}),zs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4 8.6V21h16V8.6"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m2 10 10-7 10 7M15 21v-6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6"})]}),Gs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 13.8v-3.6M5.88 10.2v3.6M5.88 12H3M10.92 10.2H8.04M9.48 10.2v3.6M18.12 10.2v3.6M15.96 10.2h-2.88M14.52 10.2v3.6M18.12 10.2h1.755c.621 0 1.125.504 1.125 1.125v0c0 .621-.504 1.125-1.125 1.125H18.12M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"})}),Ks=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10 9.056C9.094 7.818 7.652 7 6 7v0a5 5 0 0 0-5 5v0a5 5 0 0 0 5 5v0a5.299 5.299 0 0 0 4.543-2.572L12 12l1.457-2.428A5.299 5.299 0 0 1 18 7v0a5 5 0 0 1 5 5v0a5 5 0 0 1-5 5v0c-1.652 0-3.094-.818-4-2.056"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.93 6.028.521 2.954-2.954.52"})]}),qs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.249 15.502h3.502M11 18.003h2"}),o.jsx("rect",{width:18.008,height:18.008,x:2.996,y:2.997,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.386 13.316a4.251 4.251 0 1 0-6.772 0"})]}),Ys=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13 8-3 3 4 2-3 3"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),Xr=L(e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M7.625 8.875H4.5V5.75"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.5 12A7.495 7.495 0 0 0 5.188 8.875"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M16.375 15.125H19.5v3.125"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.5 12a7.495 7.495 0 0 0 14.312 3.125"})]})).withConfig({componentId:"sc-15ao23s-0"})(["transform:scaleX(-1);"]),Xs=L.keyframes(["from{transform:rotate(0deg) scaleX(-1);}to{transform:rotate(360deg) scaleX(-1);}"]),Js=L(Xr).withConfig({componentId:"sc-1h6qu7m-0"})(["animation:"," 1s infinite linear;"],Xs),Qs={activity:us,"arrow-down":as,"arrow-right":ps,"arrow-triangle":hs,"arrow-up":vs,"auth-app":Yc,"auth-sms":Xc,backups:bs,blog:gs,book:ms,brackets:xs,briefcase:ks,building:$s,"burger-menu":ws,cards:ys,"cell-tower":Cs,chat:Kc,check:ls,"check-in-circle":Ms,"chevron-down":rs,"chevron-left":Ss,"chevron-right":os,"chevron-up":fs,clock:Ls,cloud:js,code:Es,"code-in-square":Os,connect:_s,"connect-alt":Ps,console:Is,copy:Fs,cross:ds,data:Ts,database:qc,disk:Hs,display:Ds,document:As,"dots-horizontal":Zs,"dots-vertical":Ns,email:Us,empty:Bs,eye:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.118 12.467a.987.987 0 0 1 0-.935C5.01 8.033 8.505 5 12 5s6.99 3.033 8.882 6.533a.987.987 0 0 1 0 .935C18.99 15.967 15.495 19 12 19s-6.99-3.033-8.882-6.533Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.429,d:"M14.121 9.879A3 3 0 1 1 9.88 14.12 3 3 0 0 1 14.12 9.88"})]}),"eye-closed":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19c-.842 0-1.685-.178-2.504-.495M20.882 12.468C18.99 15.967 15.495 19 12 19M19.08 8.92a15.135 15.135 0 0 1 1.802 2.613.987.987 0 0 1 0 .935M5 19 19 5M9.773 14.227a3.15 3.15 0 0 1 4.455-4.455"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.044 6.956C15.497 5.759 13.748 5 12 5c-3.495 0-6.99 3.033-8.882 6.533a.987.987 0 0 0 0 .935c.946 1.749 2.292 3.381 3.838 4.577"})]}),filter:Jc,fire:Vs,folder:Rs,gift:Ws,history:Qc,home:zs,http:Gs,"info-in-circle":is,information:cs,"insert-row":es,integrations:Ks,"light-bulb":qs,lightening:Ys,loading:Xr,"loading-animated":Js,metrics:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("circle",{cx:19.503,cy:4.497,r:2.501,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16.002 10-2.72 3.626L9.999 11l-3.001 4.002"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21.004 10v7.002a4.002 4.002 0 0 1-4.002 4.002H6.998a4.002 4.002 0 0 1-4.002-4.002V6.998a4.002 4.002 0 0 1 4.002-4.001H14"})]}),"metrics-alt":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 21H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3 15 7-5 4 4 7-5"})]}),payment:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{fill:"#161517",d:"M20.467 18.666H3.533A1.509 1.509 0 0 1 2 17.133V6.866C2 6 2.667 5.333 3.533 5.333h16.934C21.333 5.333 22 6 22 6.866v10.267c0 .867-.667 1.533-1.533 1.533Zm-16.934-12c-.133 0-.2.067-.2.2v10.267c0 .133.067.2.2.2h16.934c.133 0 .2-.067.2-.2V6.866c0-.133-.067-.2-.2-.2H3.533Z"}),o.jsx("path",{fill:"#161517",d:"M2.666 9.2h18.667v2.666H2.666V9.2Z"})]}),pencil:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.54 10.12-3.66-3.66"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.251 21H3v-3.251c0-.265.105-.52.293-.707L16.627 3.707a.999.999 0 0 1 1.414 0l2.251 2.25a.999.999 0 0 1 0 1.415L6.958 20.707a.997.997 0 0 1-.707.293v0Z",clipRule:"evenodd"})]}),"pie-chart":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 12v0a9 9 0 0 1-9 9v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.364 18.364-6.071-6.071a1 1 0 0 1-.293-.707V3M12.07 11.96l7.72-4.46"})]}),play:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.336 3.156a8.99 8.99 0 0 0-5.224 3.05M3.49 9.08a8.874 8.874 0 0 0 .049 5.973M5.209 17.9a8.982 8.982 0 0 0 5.128 2.944M13.638 3.152a8.997 8.997 0 0 1 0 17.696"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10.941 9.057 3.884 2.297a.75.75 0 0 1 0 1.292l-3.884 2.297a.75.75 0 0 1-1.132-.647V9.703a.75.75 0 0 1 1.132-.646v0Z",clipRule:"evenodd"})]}),plus:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 5v13M18.5 11.5h-13"})}),popout:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 3h5v5M14 10l7-7M19 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"})}),question:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.25V13c0-.817.505-1.26 1.011-1.6.494-.333.989-.767.989-1.567a2 2 0 1 0-4 0M11.999 16a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 16"})]}),refresh:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.5 6H12a7.5 7.5 0 1 1-6.666 4.06"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.5 3-3 3 3 3"})]}),search:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.714 6.838a6.276 6.276 0 1 1-8.876 8.876 6.276 6.276 0 0 1 8.876-8.876M19 19l-3.29-3.29"})}),secure:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.319 10.342 11.17 14.49 8.68 12"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.1 5.921a11.268 11.268 0 0 1-6.463-2.688.989.989 0 0 0-1.274 0A11.275 11.275 0 0 1 4.9 5.921a.988.988 0 0 0-.9.991v4.33c0 4.367 3.156 8.462 7.478 9.685.339.096.706.096 1.045 0C16.844 19.703 20 15.61 20 11.243v-4.33a.988.988 0 0 0-.9-.992Z",clipRule:"evenodd"})]}),services:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 3h7v7H3V3ZM14 3h7v7h-7V3ZM3 14h7v7H3v-7ZM14 14h7v7h-7v-7Z",clipRule:"evenodd"})}),settings:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 5h3M3 5h11M10 12h11M3 12h3M18 19h3M3 19h11M17.414 3.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M9.414 10.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M17.414 17.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828"})}),share:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12 12 9-9v7-7h-7"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M9 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4"})]}),"slide-in":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.297 11.985h11.867M12.424 7.491l4.78 4.51-4.78 4.508"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M19 17V7"})]}),"slide-out":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.703 12.015H6.836M11.576 16.509l-4.78-4.51 4.78-4.508"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M5 7v10"})]}),"sort-alt":ts,sort:ns,sparkle:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M2.996 16.794a4.002 4.002 0 0 1 4.002 4.002 4.002 4.002 0 0 1 4.001-4.002 4.002 4.002 0 0 1-4.001-4.002 4.002 4.002 0 0 1-4.002 4.002ZM13.001 13.793a4.002 4.002 0 0 1 4.002 4.001 4.002 4.002 0 0 1 4.001-4.001 4.002 4.002 0 0 1-4.001-4.002A4.002 4.002 0 0 1 13 13.793v0ZM6.998 6.79A4.002 4.002 0 0 1 11 10.79 4.002 4.002 0 0 1 15 6.79 4.002 4.002 0 0 1 11 2.788 4.002 4.002 0 0 1 6.998 6.79Z",clipRule:"evenodd"})}),speaker:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.999 15.002 6.998 15a4.003 4.003 0 0 1-4.002-4.004v-.998A4.002 4.002 0 0 1 7 5.997h7l3.874-2.647c1.329-.908 3.13.044 3.13 1.652v10.997c0 1.609-1.802 2.56-3.13 1.652L14 15.002Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M14 5.998v9.004M5.997 15.002l1.53 3.86a1.8 1.8 0 0 0 1.67 1.142v0c1.272 0 2.142-1.295 1.673-2.489l-.99-2.514"})]}),speed:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.007 10.313A1.69 1.69 0 0 1 13.688 12v.008a1.689 1.689 0 1 1-1.681-1.695M10.807 13.194l-1.25 1.25M16.202 7.798 13.201 10.8"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.367 5.634A9.004 9.004 0 1 1 12 2.997v3"})]}),star:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.896L14.935 8.889L21.5 9.856L16.75 14.518L17.871 21.104L12 17.993L6.129 21.104L7.25 14.518L2.5 9.856L9.064 8.889L12 2.896Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),support:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 18H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.467 11.504v-.207c0-.678.419-1.045.839-1.327.41-.276.82-.636.82-1.3a1.659 1.659 0 0 0-3.318 0M10.466 13.843a.148.148 0 0 0-.15.15.15.15 0 1 0 .15-.15"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-1"})]}),table:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 9h18M3 15h18M12 9v12"})]}),taxi:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{d:"M9.36755 17.4843L9.37137 17.4802L9.36755 17.4843Z",stroke:"#161517",strokeWidth:"1.5"}),o.jsx("mask",{id:"path-2-inside-1_3169_15708",fill:"white",children:o.jsx("path",{d:"M3.85749 13.7144H20.1432C20.2164 13.7144 20.2884 13.6957 20.3524 13.66C20.4163 13.6243 20.47 13.5728 20.5084 13.5104C20.5468 13.4481 20.5685 13.3769 20.5716 13.3037C20.5747 13.2306 20.5589 13.1579 20.5259 13.0925L18.1902 8.46822C18.0881 8.24345 17.9234 8.05284 17.7159 7.91916C17.5083 7.78548 17.2667 7.71438 17.0198 7.71436H6.98092C6.73693 7.71378 6.49786 7.78294 6.29186 7.91369C6.08587 8.04444 5.92153 8.23133 5.8182 8.45236L3.47477 13.0925C3.44175 13.1579 3.42602 13.2306 3.42909 13.3037C3.43215 13.3769 3.45392 13.4481 3.49229 13.5104C3.53067 13.5728 3.58439 13.6243 3.64832 13.66C3.71225 13.6957 3.78426 13.7144 3.85749 13.7144ZM6.59092 8.82264C6.62497 8.74777 6.67985 8.68428 6.749 8.63975C6.81816 8.59522 6.89866 8.57152 6.98092 8.5715H17.0198C17.1049 8.57247 17.1878 8.59825 17.2585 8.64568C17.3291 8.6931 17.3844 8.76012 17.4175 8.8385L19.4468 12.8572H4.55392L6.59092 8.82264Z"})}),o.jsx("path",{d:"M3.85749 13.7144V12.2144H3.85677L3.85749 13.7144ZM20.1432 13.7144L20.1439 12.2144H20.1432V13.7144ZM20.5259 13.0925L19.187 13.7688L19.1871 13.769L20.5259 13.0925ZM18.1902 8.46822L16.8246 9.08872L16.8374 9.11688L16.8513 9.14449L18.1902 8.46822ZM17.0198 7.71436L17.0199 6.21436H17.0198V7.71436ZM6.98092 7.71436L6.97736 9.21436H6.98092V7.71436ZM5.8182 8.45236L7.15714 9.12857L7.1674 9.10824L7.17705 9.08761L5.8182 8.45236ZM3.47477 13.0925L4.81356 13.769L4.81371 13.7687L3.47477 13.0925ZM6.59092 8.82264L7.92993 9.49869L7.94369 9.47144L7.95633 9.44365L6.59092 8.82264ZM6.98092 8.5715V7.0715L6.9805 7.0715L6.98092 8.5715ZM17.0198 8.5715L17.0368 7.0716L17.0283 7.0715H17.0198V8.5715ZM17.4175 8.8385L16.0357 9.42223L16.0556 9.46915L16.0785 9.51463L17.4175 8.8385ZM19.4468 12.8572V14.3572H21.8846L20.7857 12.1811L19.4468 12.8572ZM4.55392 12.8572L3.2149 12.1812L2.11624 14.3572H4.55392V12.8572ZM3.85749 15.2144H20.1432V12.2144H3.85749V15.2144ZM20.1425 15.2144C20.472 15.2145 20.796 15.1302 21.0837 14.9696L19.621 12.3503C19.7808 12.2611 19.9609 12.2143 20.1439 12.2144L20.1425 15.2144ZM21.0837 14.9696C21.3714 14.8089 21.6131 14.5772 21.7859 14.2966L19.2309 12.7242C19.3269 12.5683 19.4612 12.4396 19.621 12.3503L21.0837 14.9696ZM21.7859 14.2966C21.9586 14.016 22.0565 13.6958 22.0703 13.3666L19.0729 13.2409C19.0806 13.058 19.135 12.8801 19.2309 12.7242L21.7859 14.2966ZM22.0703 13.3666C22.0841 13.0374 22.0133 12.7101 21.8647 12.416L19.1871 13.769C19.1046 13.6056 19.0653 13.4238 19.0729 13.2409L22.0703 13.3666ZM21.8648 12.4162L19.5291 7.79194L16.8513 9.14449L19.187 13.7688L21.8648 12.4162ZM19.5558 7.84772C19.3346 7.36073 18.9778 6.94774 18.5281 6.6581L16.9036 9.18023C16.869 9.15794 16.8416 9.12618 16.8246 9.08872L19.5558 7.84772ZM18.5281 6.6581C18.0784 6.36846 17.5548 6.21441 17.0199 6.21436L17.0196 9.21436C16.9785 9.21436 16.9382 9.2025 16.9036 9.18023L18.5281 6.6581ZM17.0198 6.21436H6.98092V9.21436H17.0198V6.21436ZM6.98447 6.21436C6.4546 6.21311 5.9354 6.3633 5.48803 6.64725L7.0957 9.18012C7.06032 9.20258 7.01926 9.21445 6.97736 9.21435L6.98447 6.21436ZM5.48803 6.64725C5.04066 6.93121 4.68376 7.3371 4.45936 7.81711L7.17705 9.08761C7.1593 9.12557 7.13108 9.15767 7.0957 9.18012L5.48803 6.64725ZM4.47927 7.77615L2.13584 12.4163L4.81371 13.7687L7.15714 9.12857L4.47927 7.77615ZM2.13599 12.416C1.98738 12.7101 1.9166 13.0374 1.9304 13.3666L4.92777 13.2409C4.93544 13.4238 4.89612 13.6056 4.81356 13.769L2.13599 12.416ZM1.9304 13.3666C1.94421 13.6958 2.04213 14.016 2.21484 14.2966L4.76975 12.7242C4.8657 12.8801 4.9201 13.058 4.92777 13.2409L1.9304 13.3666ZM2.21484 14.2966C2.38754 14.5772 2.62927 14.8089 2.91695 14.9696L4.37969 12.3503C4.53951 12.4396 4.67381 12.5683 4.76975 12.7242L2.21484 14.2966ZM2.91695 14.9696C3.20465 15.1303 3.5287 15.2145 3.8582 15.2144L3.85677 12.2144C4.03982 12.2143 4.21985 12.2611 4.37969 12.3503L2.91695 14.9696ZM7.95633 9.44365C7.8712 9.63083 7.734 9.78956 7.56112 9.90089L5.93688 7.37861C5.62569 7.57901 5.37874 7.86472 5.2255 8.20164L7.95633 9.44365ZM7.56112 9.90089C7.38823 10.0122 7.18696 10.0714 6.98133 10.0715L6.9805 7.0715C6.61036 7.0716 6.24808 7.17822 5.93688 7.37861L7.56112 9.90089ZM6.98092 10.0715H17.0198V7.0715H6.98092V10.0715ZM17.0027 10.0714C16.7958 10.0691 16.5942 10.0064 16.4224 9.89106L18.0945 7.40029C17.7815 7.19012 17.4139 7.07589 17.0368 7.0716L17.0027 10.0714ZM16.4224 9.89106C16.2506 9.77574 16.1162 9.6128 16.0357 9.42223L18.7992 8.25477C18.6525 7.90744 18.4076 7.61047 18.0945 7.40029L16.4224 9.89106ZM16.0785 9.51463L18.1078 13.5333L20.7857 12.1811L18.7565 8.16237L16.0785 9.51463ZM19.4468 11.3572H4.55392V14.3572H19.4468V11.3572ZM5.89293 13.5333L7.92993 9.49869L5.2519 8.1466L3.2149 12.1812L5.89293 13.5333Z",fill:"#161517",mask:"url(#path-2-inside-1_3169_15708)"}),o.jsx("mask",{id:"path-4-inside-2_3169_15708",fill:"white",children:o.jsx("path",{d:"M5.35714 15H3.85714C3.62981 15 3.4118 15.0903 3.25105 15.2511C3.09031 15.4118 3 15.6298 3 15.8571V16.9286C3 17.1559 3.09031 17.3739 3.25105 17.5347C3.4118 17.6954 3.62981 17.7857 3.85714 17.7857H7.28571C7.39938 17.7857 7.50839 17.7406 7.58876 17.6602C7.66913 17.5798 7.71429 17.4708 7.71429 17.3571C7.7136 16.7322 7.46505 16.133 7.02314 15.6911C6.58124 15.2492 5.98209 15.0007 5.35714 15ZM3.85714 16.9286V15.8571H5.35714C5.68008 15.8575 5.9943 15.9619 6.25322 16.1549C6.51214 16.3479 6.70198 16.6192 6.79457 16.9286H3.85714Z"})}),o.jsx("path",{d:"M5.35714 15L5.35878 13.5H5.35714V15ZM7.71429 17.3571H9.21429L9.21428 17.3555L7.71429 17.3571ZM3.85714 16.9286H2.35714V18.4286H3.85714V16.9286ZM3.85714 15.8571V14.3571H2.35714V15.8571H3.85714ZM5.35714 15.8571L5.35878 14.3571H5.35714V15.8571ZM6.79457 16.9286V18.4286H8.80927L8.23159 16.4985L6.79457 16.9286ZM5.35714 13.5H3.85714V16.5H5.35714V13.5ZM3.85714 13.5C3.23199 13.5 2.63244 13.7483 2.19039 14.1904L4.31171 16.3117C4.19115 16.4323 4.02764 16.5 3.85714 16.5V13.5ZM2.19039 14.1904C1.74834 14.6324 1.5 15.232 1.5 15.8571H4.5C4.5 16.0276 4.43227 16.1912 4.31171 16.3117L2.19039 14.1904ZM1.5 15.8571V16.9286H4.5V15.8571H1.5ZM1.5 16.9286C1.5 17.5537 1.74834 18.1533 2.19039 18.5953L4.31171 16.474C4.43227 16.5946 4.5 16.7581 4.5 16.9286H1.5ZM2.19039 18.5953C2.63244 19.0374 3.23199 19.2857 3.85714 19.2857V16.2857C4.02764 16.2857 4.19115 16.3534 4.31171 16.474L2.19039 18.5953ZM3.85714 19.2857H7.28571V16.2857H3.85714V19.2857ZM7.28571 19.2857C7.7972 19.2857 8.28774 19.0825 8.64942 18.7208L6.5281 16.5995C6.72903 16.3986 7.00156 16.2857 7.28571 16.2857V19.2857ZM8.64942 18.7208C9.0111 18.3592 9.21429 17.8686 9.21429 17.3571H6.21429C6.21429 17.073 6.32717 16.8005 6.5281 16.5995L8.64942 18.7208ZM9.21428 17.3555C9.21317 16.3333 8.80661 15.3533 8.0838 14.6305L5.96248 16.7518C6.12348 16.9128 6.21404 17.1311 6.21429 17.3588L9.21428 17.3555ZM8.0838 14.6305C7.361 13.9077 6.38098 13.5011 5.35878 13.5L5.35551 16.5C5.58319 16.5002 5.80148 16.5908 5.96248 16.7518L8.0838 14.6305ZM5.35714 16.9286V15.8571H2.35714V16.9286H5.35714ZM3.85714 17.3571H5.35714V14.3571H3.85714V17.3571ZM5.3555 17.3571C5.35597 17.3571 5.35642 17.3573 5.35678 17.3576L7.14966 14.9522C6.63219 14.5665 6.00419 14.3578 5.35878 14.3571L5.3555 17.3571ZM5.35678 17.3576C5.35715 17.3578 5.35742 17.3582 5.35756 17.3587L8.23159 16.4985C8.04653 15.8802 7.66713 15.338 7.14966 14.9522L5.35678 17.3576ZM6.79457 15.4286H3.85714V18.4286H6.79457V15.4286Z",fill:"#161517",mask:"url(#path-4-inside-2_3169_15708)"}),o.jsx("mask",{id:"path-6-inside-3_3169_15708",fill:"white",children:o.jsx("path",{d:"M21.0004 16.9286V15.8571C21.0004 15.6298 20.9101 15.4118 20.7494 15.2511C20.5886 15.0903 20.3706 15 20.1433 15H18.6433C18.0183 15.0007 17.4192 15.2492 16.9773 15.6911C16.5354 16.133 16.2868 16.7322 16.2861 17.3571C16.2861 17.4708 16.3313 17.5798 16.4117 17.6602C16.492 17.7406 16.601 17.7857 16.7147 17.7857H20.1433C20.3706 17.7857 20.5886 17.6954 20.7494 17.5347C20.9101 17.3739 21.0004 17.1559 21.0004 16.9286ZM18.6433 15.8571H20.1433V16.9286H17.2058C17.2984 16.6192 17.4883 16.3479 17.7472 16.1549C18.0061 15.9619 18.3203 15.8575 18.6433 15.8571Z"})}),o.jsx("path",{d:"M18.6433 15V13.5L18.6416 13.5L18.6433 15ZM16.2861 17.3571L14.7861 17.3555V17.3571H16.2861ZM18.6433 15.8571V14.3571L18.6416 14.3571L18.6433 15.8571ZM20.1433 15.8571H21.6433V14.3571H20.1433V15.8571ZM20.1433 16.9286V18.4286H21.6433V16.9286H20.1433ZM17.2058 16.9286L15.7688 16.4985L15.1912 18.4286H17.2058V16.9286ZM22.5004 16.9286V15.8571H19.5004V16.9286H22.5004ZM22.5004 15.8571C22.5004 15.232 22.2521 14.6324 21.81 14.1904L19.6887 16.3117C19.5681 16.1911 19.5004 16.0276 19.5004 15.8571H22.5004ZM21.81 14.1904C21.368 13.7483 20.7684 13.5 20.1433 13.5V16.5C19.9728 16.5 19.8093 16.4323 19.6887 16.3117L21.81 14.1904ZM20.1433 13.5H18.6433V16.5H20.1433V13.5ZM18.6416 13.5C17.6194 13.5011 16.6394 13.9077 15.9166 14.6305L18.0379 16.7518C18.1989 16.5908 18.4172 16.5002 18.6449 16.5L18.6416 13.5ZM15.9166 14.6305C15.1938 15.3533 14.7872 16.3333 14.7861 17.3555L17.7861 17.3588C17.7864 17.1311 17.8769 16.9128 18.0379 16.7518L15.9166 14.6305ZM14.7861 17.3571C14.7861 17.8686 14.9893 18.3592 15.351 18.7208L17.4723 16.5995C17.6733 16.8005 17.7861 17.073 17.7861 17.3571H14.7861ZM15.351 18.7208C15.7127 19.0825 16.2032 19.2857 16.7147 19.2857V16.2857C16.9989 16.2857 17.2714 16.3986 17.4723 16.5995L15.351 18.7208ZM16.7147 19.2857H20.1433V16.2857H16.7147V19.2857ZM20.1433 19.2857C20.7684 19.2857 21.368 19.0374 21.81 18.5953L19.6887 16.474C19.8093 16.3534 19.9728 16.2857 20.1433 16.2857V19.2857ZM21.81 18.5953C22.2521 18.1533 22.5004 17.5537 22.5004 16.9286H19.5004C19.5004 16.7581 19.5681 16.5946 19.6887 16.474L21.81 18.5953ZM18.6433 17.3571H20.1433V14.3571H18.6433V17.3571ZM18.6433 15.8571V16.9286H21.6433V15.8571H18.6433ZM20.1433 15.4286H17.2058V18.4286H20.1433V15.4286ZM18.6429 17.3587C18.643 17.3582 18.6433 17.3578 18.6436 17.3576L16.8508 14.9522C16.3333 15.338 15.9539 15.8802 15.7688 16.4985L18.6429 17.3587ZM18.6436 17.3576C18.644 17.3573 18.6445 17.3571 18.6449 17.3571L18.6416 14.3571C17.9962 14.3578 17.3682 14.5665 16.8508 14.9522L18.6436 17.3576Z",fill:"#161517",mask:"url(#path-6-inside-3_3169_15708)"}),o.jsx("mask",{id:"path-8-inside-4_3169_15708",fill:"white",children:o.jsx("path",{d:"M21.3217 9.857H20.3904L19.4446 7.76429C19.2063 7.23877 18.8219 6.79294 18.3371 6.48006C17.8523 6.16718 17.2877 6.00048 16.7107 5.99986H16.6117L15.7464 2.885C15.7213 2.79481 15.6674 2.71532 15.5929 2.65867C15.5183 2.60202 15.4273 2.57133 15.3337 2.57129H8.66685C8.57324 2.57133 8.48221 2.60202 8.40768 2.65867C8.33315 2.71532 8.27923 2.79481 8.25414 2.885L7.38885 5.99986H7.28985C6.71286 6.00048 6.14825 6.16718 5.66346 6.48006C5.17868 6.79294 4.79421 7.23877 4.55599 7.76429L3.61014 9.857H2.67885C1.33442 9.857 0.857422 10.6074 0.857422 11.2499C0.857876 11.6191 1.00477 11.9731 1.26588 12.2343C1.52699 12.4954 1.88101 12.6423 2.25028 12.6427H2.35099L2.05956 13.2856C1.83127 13.7887 1.71362 14.335 1.71456 14.8876V18.4284C1.71602 18.8889 1.86719 19.3364 2.14528 19.7034C2.14528 19.7073 2.14314 19.7103 2.14314 19.7141V20.9999C2.14314 21.3409 2.27859 21.6679 2.51971 21.909C2.76083 22.1501 3.08786 22.2856 3.42885 22.2856H5.14314C5.48413 22.2856 5.81116 22.1501 6.05227 21.909C6.29339 21.6679 6.42885 21.3409 6.42885 20.9999V20.5713H17.5717V20.9999C17.5717 21.3409 17.7072 21.6679 17.9483 21.909C18.1894 22.1501 18.5164 22.2856 18.8574 22.2856H20.5717C20.9127 22.2856 21.2397 22.1501 21.4808 21.909C21.722 21.6679 21.8574 21.3409 21.8574 20.9999V19.7141C21.8574 19.7103 21.8553 19.7073 21.8553 19.7034C22.1334 19.3364 22.2845 18.8889 22.286 18.4284V14.8876C22.2876 14.3352 22.1707 13.7889 21.9431 13.2856L21.6517 12.6427H21.7524C22.1213 12.6417 22.4748 12.4946 22.7354 12.2335C22.9961 11.9725 23.1427 11.6188 23.1431 11.2499C23.1431 10.6074 22.6661 9.857 21.3217 9.857ZM1.71456 11.2499C1.71456 10.7664 2.38914 10.7141 2.67885 10.7141H3.19785L2.72171 11.7856H2.25028C2.10827 11.7853 1.97214 11.7288 1.87172 11.6284C1.77131 11.528 1.71479 11.3919 1.71456 11.2499ZM8.99257 3.42843H15.008L15.7224 5.99986H8.27814L8.99257 3.42843ZM5.57171 20.9999C5.57171 21.1135 5.52656 21.2225 5.44618 21.3029C5.36581 21.3833 5.2568 21.4284 5.14314 21.4284H3.42885C3.31519 21.4284 3.20618 21.3833 3.1258 21.3029C3.04543 21.2225 3.00028 21.1135 3.00028 20.9999V20.3896C3.27024 20.5091 3.56218 20.571 3.85742 20.5713H5.57171V20.9999ZM3.85742 19.7141C3.51643 19.7141 3.1894 19.5787 2.94828 19.3376C2.70717 19.0964 2.57171 18.7694 2.57171 18.4284V14.8876C2.57109 14.4576 2.66272 14.0324 2.84042 13.6409L5.33728 8.117C5.50744 7.7417 5.78204 7.42332 6.12829 7.19989C6.47453 6.97646 6.87778 6.85742 7.28985 6.857H16.7107C17.1228 6.85741 17.5261 6.97648 17.8724 7.2C18.2187 7.42352 18.4932 7.74202 18.6633 8.11743L21.1601 13.6409C21.3378 14.0324 21.4295 14.4576 21.4289 14.8876V18.4284C21.4289 18.7694 21.2934 19.0964 21.0523 19.3376C20.8112 19.5787 20.4841 19.7141 20.1431 19.7141H3.85742ZM20.5717 21.4284H18.8574C18.7438 21.4284 18.6347 21.3833 18.5544 21.3029C18.474 21.2225 18.4289 21.1135 18.4289 20.9999V20.5713H20.1431C20.4384 20.571 20.7303 20.5091 21.0003 20.3896V20.9999C21.0003 21.1135 20.9551 21.2225 20.8748 21.3029C20.7944 21.3833 20.6854 21.4284 20.5717 21.4284ZM21.7503 11.7856H21.2789L20.8027 10.7141H21.3217C21.6114 10.7141 22.286 10.7664 22.286 11.2499C22.2858 11.3919 22.2293 11.528 22.1288 11.6284C22.0284 11.7288 21.8923 11.7853 21.7503 11.7856Z"})}),o.jsx("path",{d:"M21.3217 9.857H20.3904L19.4446 7.76429C19.2063 7.23877 18.8219 6.79294 18.3371 6.48006C17.8523 6.16718 17.2877 6.00048 16.7107 5.99986H16.6117L15.7464 2.885C15.7213 2.79481 15.6674 2.71532 15.5929 2.65867C15.5183 2.60202 15.4273 2.57133 15.3337 2.57129H8.66685C8.57324 2.57133 8.48221 2.60202 8.40768 2.65867C8.33315 2.71532 8.27923 2.79481 8.25414 2.885L7.38885 5.99986H7.28985C6.71286 6.00048 6.14825 6.16718 5.66346 6.48006C5.17868 6.79294 4.79421 7.23877 4.55599 7.76429L3.61014 9.857H2.67885C1.33442 9.857 0.857422 10.6074 0.857422 11.2499C0.857876 11.6191 1.00477 11.9731 1.26588 12.2343C1.52699 12.4954 1.88101 12.6423 2.25028 12.6427H2.35099L2.05956 13.2856C1.83127 13.7887 1.71362 14.335 1.71456 14.8876V18.4284C1.71602 18.8889 1.86719 19.3364 2.14528 19.7034C2.14528 19.7073 2.14314 19.7103 2.14314 19.7141V20.9999C2.14314 21.3409 2.27859 21.6679 2.51971 21.909C2.76083 22.1501 3.08786 22.2856 3.42885 22.2856H5.14314C5.48413 22.2856 5.81116 22.1501 6.05227 21.909C6.29339 21.6679 6.42885 21.3409 6.42885 20.9999V20.5713H17.5717V20.9999C17.5717 21.3409 17.7072 21.6679 17.9483 21.909C18.1894 22.1501 18.5164 22.2856 18.8574 22.2856H20.5717C20.9127 22.2856 21.2397 22.1501 21.4808 21.909C21.722 21.6679 21.8574 21.3409 21.8574 20.9999V19.7141C21.8574 19.7103 21.8553 19.7073 21.8553 19.7034C22.1334 19.3364 22.2845 18.8889 22.286 18.4284V14.8876C22.2876 14.3352 22.1707 13.7889 21.9431 13.2856L21.6517 12.6427H21.7524C22.1213 12.6417 22.4748 12.4946 22.7354 12.2335C22.9961 11.9725 23.1427 11.6188 23.1431 11.2499C23.1431 10.6074 22.6661 9.857 21.3217 9.857ZM1.71456 11.2499C1.71456 10.7664 2.38914 10.7141 2.67885 10.7141H3.19785L2.72171 11.7856H2.25028C2.10827 11.7853 1.97214 11.7288 1.87172 11.6284C1.77131 11.528 1.71479 11.3919 1.71456 11.2499ZM8.99257 3.42843H15.008L15.7224 5.99986H8.27814L8.99257 3.42843ZM5.57171 20.9999C5.57171 21.1135 5.52656 21.2225 5.44618 21.3029C5.36581 21.3833 5.2568 21.4284 5.14314 21.4284H3.42885C3.31519 21.4284 3.20618 21.3833 3.1258 21.3029C3.04543 21.2225 3.00028 21.1135 3.00028 20.9999V20.3896C3.27024 20.5091 3.56218 20.571 3.85742 20.5713H5.57171V20.9999ZM3.85742 19.7141C3.51643 19.7141 3.1894 19.5787 2.94828 19.3376C2.70717 19.0964 2.57171 18.7694 2.57171 18.4284V14.8876C2.57109 14.4576 2.66272 14.0324 2.84042 13.6409L5.33728 8.117C5.50744 7.7417 5.78204 7.42332 6.12829 7.19989C6.47453 6.97646 6.87778 6.85742 7.28985 6.857H16.7107C17.1228 6.85741 17.5261 6.97648 17.8724 7.2C18.2187 7.42352 18.4932 7.74202 18.6633 8.11743L21.1601 13.6409C21.3378 14.0324 21.4295 14.4576 21.4289 14.8876V18.4284C21.4289 18.7694 21.2934 19.0964 21.0523 19.3376C20.8112 19.5787 20.4841 19.7141 20.1431 19.7141H3.85742ZM20.5717 21.4284H18.8574C18.7438 21.4284 18.6347 21.3833 18.5544 21.3029C18.474 21.2225 18.4289 21.1135 18.4289 20.9999V20.5713H20.1431C20.4384 20.571 20.7303 20.5091 21.0003 20.3896V20.9999C21.0003 21.1135 20.9551 21.2225 20.8748 21.3029C20.7944 21.3833 20.6854 21.4284 20.5717 21.4284ZM21.7503 11.7856H21.2789L20.8027 10.7141H21.3217C21.6114 10.7141 22.286 10.7664 22.286 11.2499C22.2858 11.3919 22.2293 11.528 22.1288 11.6284C22.0284 11.7288 21.8923 11.7853 21.7503 11.7856Z",stroke:"#161517",strokeWidth:"3",mask:"url(#path-8-inside-4_3169_15708)"}),o.jsx("mask",{id:"path-9-inside-5_3169_15708",fill:"white",children:o.jsx("path",{d:"M10.7146 4.71436H9.85742V5.5715H10.7146V4.71436Z"})}),o.jsx("path",{d:"M9.85742 4.71436V3.21436H8.35742V4.71436H9.85742ZM10.7146 4.71436H12.2146V3.21436H10.7146V4.71436ZM10.7146 5.5715V7.0715H12.2146V5.5715H10.7146ZM9.85742 5.5715H8.35742V7.0715H9.85742V5.5715ZM9.85742 6.21436H10.7146V3.21436H9.85742V6.21436ZM9.21456 4.71436V5.5715H12.2146V4.71436H9.21456ZM10.7146 4.0715H9.85742V7.0715H10.7146V4.0715ZM11.3574 5.5715V4.71436H8.35742V5.5715H11.3574Z",fill:"#161517",mask:"url(#path-9-inside-5_3169_15708)"}),o.jsx("mask",{id:"path-11-inside-6_3169_15708",fill:"white",children:o.jsx("path",{d:"M11.571 3.85693H10.7139V4.71408H11.571V3.85693Z"})}),o.jsx("path",{d:"M10.7139 3.85693V2.35693H9.21387V3.85693H10.7139ZM11.571 3.85693H13.071V2.35693H11.571V3.85693ZM11.571 4.71408V6.21408H13.071V4.71408H11.571ZM10.7139 4.71408H9.21387V6.21408H10.7139V4.71408ZM10.7139 5.35693H11.571V2.35693H10.7139V5.35693ZM10.071 3.85693V4.71408H13.071V3.85693H10.071ZM11.571 3.21408H10.7139V6.21408H11.571V3.21408ZM12.2139 4.71408V3.85693H9.21387V4.71408H12.2139Z",fill:"#161517",mask:"url(#path-11-inside-6_3169_15708)"}),o.jsx("mask",{id:"path-13-inside-7_3169_15708",fill:"white",children:o.jsx("path",{d:"M12.4284 4.71436H11.5713V5.5715H12.4284V4.71436Z"})}),o.jsx("path",{d:"M11.5713 4.71436V3.21436H10.0713V4.71436H11.5713ZM12.4284 4.71436H13.9284V3.21436H12.4284V4.71436ZM12.4284 5.5715V7.0715H13.9284V5.5715H12.4284ZM11.5713 5.5715H10.0713V7.0715H11.5713V5.5715ZM11.5713 6.21436H12.4284V3.21436H11.5713V6.21436ZM10.9284 4.71436V5.5715H13.9284V4.71436H10.9284ZM12.4284 4.0715H11.5713V7.0715H12.4284V4.0715ZM13.0713 5.5715V4.71436H10.0713V5.5715H13.0713Z",fill:"#161517",mask:"url(#path-13-inside-7_3169_15708)"}),o.jsx("mask",{id:"path-15-inside-8_3169_15708",fill:"white",children:o.jsx("path",{d:"M13.2859 3.85693H12.4287V4.71408H13.2859V3.85693Z"})}),o.jsx("path",{d:"M12.4287 3.85693V2.35693H10.9287V3.85693H12.4287ZM13.2859 3.85693H14.7859V2.35693H13.2859V3.85693ZM13.2859 4.71408V6.21408H14.7859V4.71408H13.2859ZM12.4287 4.71408H10.9287V6.21408H12.4287V4.71408ZM12.4287 5.35693H13.2859V2.35693H12.4287V5.35693ZM11.7859 3.85693V4.71408H14.7859V3.85693H11.7859ZM13.2859 3.21408H12.4287V6.21408H13.2859V3.21408ZM13.9287 4.71408V3.85693H10.9287V4.71408H13.9287Z",fill:"#161517",mask:"url(#path-15-inside-8_3169_15708)"}),o.jsx("mask",{id:"path-17-inside-9_3169_15708",fill:"white",children:o.jsx("path",{d:"M14.1433 4.71436H13.2861V5.5715H14.1433V4.71436Z"})}),o.jsx("path",{d:"M13.2861 4.71436V3.21436H11.7861V4.71436H13.2861ZM14.1433 4.71436H15.6433V3.21436H14.1433V4.71436ZM14.1433 5.5715V7.0715H15.6433V5.5715H14.1433ZM13.2861 5.5715H11.7861V7.0715H13.2861V5.5715ZM13.2861 6.21436H14.1433V3.21436H13.2861V6.21436ZM12.6433 4.71436V5.5715H15.6433V4.71436H12.6433ZM14.1433 4.0715H13.2861V7.0715H14.1433V4.0715ZM14.7861 5.5715V4.71436H11.7861V5.5715H14.7861Z",fill:"#161517",mask:"url(#path-17-inside-9_3169_15708)"})]}),trash:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6v12.75c0 1.243-1.027 2.25-2.269 2.25h-7.5A2.233 2.233 0 0 1 6 18.75V6M19.5 6h-15M10 3h4M14 10v7M10 17v-7"})}),upload:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19.813v-7M9.833 14.813 12 12.645l2.167 2.168"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 19.813h2.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.022-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8"})]}),url:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.445 12.778 2.333-2.333a4.401 4.401 0 0 0 0-6.223v0a4.401 4.401 0 0 0-6.223 0l-2.333 2.333M8.89 15.11l6.22-6.22M6.555 11.222l-2.333 2.333a4.401 4.401 0 0 0 0 6.223v0a4.401 4.401 0 0 0 6.223 0l2.333-2.333"})}),user:Yr,users:Gc,warning:ss},ed=({name:e,...t})=>{const n=Qs[e];return n?o.jsx(n,{...t}):null},td=e=>({color:t,width:n,height:r,className:a,size:i,...s})=>o.jsx(nd,{$color:t,$width:n,$height:r,$size:i,className:a,children:o.jsx(e,{...s})}),nd=L.div.withConfig({componentId:"sc-29ieut-0"})(["display:flex;align-items:center;",""],({theme:e,$color:t="currentColor",$width:n,$height:r,$size:a})=>`
|
|
28
|
-
|
|
27
|
+
Check the top-level render call using <`+V+">.")}return H}}function Wa(x,H){{if(!x._store||x._store.validated||x.key!=null)return;x._store.validated=!0;var V=mk(H);if(Ua[V])return;Ua[V]=!0;var K="";x&&x._owner&&x._owner!==D2.current&&(K=" It was passed a child from "+W(x._owner.type)+"."),et(x),w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',V,K),et(null)}}function za(x,H){{if(typeof x!="object")return;if(Q(x))for(var V=0;V<x.length;V++){var K=x[V];B2(K)&&Wa(K,H)}else if(B2(x))x._store&&(x._store.validated=!0);else if(x){var le=b(x);if(typeof le=="function"&&le!==x.entries)for(var de=le.call(x),ie;!(ie=de.next()).done;)B2(ie.value)&&Wa(ie.value,H)}}}function xk(x){{var H=x.type;if(H==null||typeof H=="string")return;var V;if(typeof H=="function")V=H.propTypes;else if(typeof H=="object"&&(H.$$typeof===d||H.$$typeof===p))V=H.propTypes;else return;if(V){var K=W(H);f1(V,x.props,"prop",K,x)}else if(H.PropTypes!==void 0&&!N2){N2=!0;var le=W(H);w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",le||"Unknown")}typeof H.getDefaultProps=="function"&&!H.getDefaultProps.isReactClassApproved&&w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function wk(x){{for(var H=Object.keys(x.props),V=0;V<H.length;V++){var K=H[V];if(K!=="children"&&K!=="key"){et(x),w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",K),et(null);break}}x.ref!==null&&(et(x),w("Invalid attribute `ref` supplied to `React.Fragment`."),et(null))}}function Ga(x,H,V,K,le,de){{var ie=z(x);if(!ie){var oe="";(x===void 0||typeof x=="object"&&x!==null&&Object.keys(x).length===0)&&(oe+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Le=bk(le);Le?oe+=Le:oe+=Ra();var Ce;x===null?Ce="null":Q(x)?Ce="array":x!==void 0&&x.$$typeof===t?(Ce="<"+(W(x.type)||"Unknown")+" />",oe=" Did you accidentally export a JSX literal instead of a component?"):Ce=typeof x,w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Ce,oe)}var me=Ck(x,H,V,le,de);if(me==null)return me;if(ie){var Te=H.children;if(Te!==void 0)if(K)if(Q(Te)){for(var tt=0;tt<Te.length;tt++)za(Te[tt],x);Object.freeze&&Object.freeze(Te)}else w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else za(Te,x)}return x===r?wk(me):xk(me),me}}function kk(x,H,V){return Ga(x,H,V,!0)}function yk(x,H,V){return Ga(x,H,V,!1)}var Lk=yk,$k=kk;rt.Fragment=r,rt.jsx=Lk,rt.jsxs=$k}()),rt}process.env.NODE_ENV==="production"?Gn.exports=Ya():Gn.exports=Xa();var n=Gn.exports;const Ja=e=>n.jsxs("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M15.2158 11.2407C17.0021 11.1757 18.42 9.71476 18.4314 7.92732C18.4038 6.17864 16.9645 4.78308 15.2158 4.80945",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.42753 11.2407C11.2138 11.1757 12.6317 9.71476 12.6432 7.92732C12.6156 6.17864 11.1762 4.78308 9.42753 4.80945C7.67884 4.78308 6.23952 6.17864 6.21191 7.92732C6.22292 9.71494 7.64104 11.1762 9.42753 11.2407V11.2407Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M16.0015 20.816V18.8151C16.0015 16.6051 14.2099 14.8135 11.9998 14.8135H6.99776C4.7877 14.8135 2.99609 16.6051 2.99609 18.8151V20.816",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M21.0042 20.816V17.8147C21.0042 16.1572 19.6605 14.8135 18.0029 14.8135",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),z2=e=>n.jsx("svg",{width:e.width,height:e.height,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{d:"M12 12.0625C9.9471 12.0625 8.267 10.3832 8.267 8.3295H6.767C6.767 11.2118 9.1189 13.5625 12 13.5625V12.0625ZM8.267 8.3295C8.267 6.26844 9.95445 4.5625 12 4.5625V3.0625C9.11155 3.0625 6.767 5.45456 6.767 8.3295H8.267ZM12 4.5625C14.0529 4.5625 15.733 6.24182 15.733 8.2955H17.233C17.233 5.41318 14.8811 3.0625 12 3.0625V4.5625ZM15.733 8.2955C15.733 10.3566 14.0456 12.0625 12 12.0625V13.5625C14.8884 13.5625 17.233 11.1704 17.233 8.2955H15.733ZM19 21.0625H5V22.5625H19V21.0625ZM5 21.0625C4.86421 21.0625 4.75 20.9483 4.75 20.8125H3.25C3.25 21.7767 4.03579 22.5625 5 22.5625V21.0625ZM4.75 20.8125V19.8125H3.25V20.8125H4.75ZM4.75 19.8125C4.75 18.0267 6.21421 16.5625 8 16.5625V15.0625C5.38579 15.0625 3.25 17.1983 3.25 19.8125H4.75ZM8 16.5625H16V15.0625H8V16.5625ZM16 16.5625C17.7858 16.5625 19.25 18.0267 19.25 19.8125H20.75C20.75 17.1983 18.6142 15.0625 16 15.0625V16.5625ZM19.25 19.8125V20.8125H20.75V19.8125H19.25ZM19.25 20.8125C19.25 20.9483 19.1358 21.0625 19 21.0625V22.5625C19.9642 22.5625 20.75 21.7767 20.75 20.8125H19.25Z",fill:"#161517"})}),Qa=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:n.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M13 17h5a3 3 0 003-3V6a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3h2v4l5-4"})}),e0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"25",fill:"none",viewBox:"0 0 24 25",...e,children:[n.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M5.5 13.18c0 1.776 2.934 3.033 6.498 3.033 3.565 0 6.499-1.257 6.499-3.032a.433.433 0 1 0-.867 0c0 1.096-2.497 2.166-5.632 2.166s-5.632-1.07-5.632-2.166a.433.433 0 1 0-.866 0ZM5.5 9.499c0 1.557 2.919 2.6 6.498 2.6 3.58 0 6.499-1.043 6.499-2.6a.433.433 0 1 0-.867 0c0 .835-2.512 1.733-5.632 1.733-3.12 0-5.632-.898-5.632-1.733a.433.433 0 0 0-.866 0ZM17.631 5.6c0 .835-2.512 1.732-5.632 1.732-3.12 0-5.632-.897-5.632-1.733 0-.835 2.513-1.733 5.632-1.733 3.12 0 5.632.898 5.632 1.733Zm.867 0c0-1.558-2.919-2.6-6.499-2.6-3.58 0-6.498 1.042-6.498 2.6 0 1.556 2.919 2.599 6.498 2.599 3.58 0 6.499-1.043 6.499-2.6Z",clipRule:"evenodd"}),n.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M17.63 5.6v11.697c0 .285-.578.833-1.53 1.289-1.147.548-2.61.88-4.101.877-1.494.003-2.956-.329-4.102-.877-.953-.456-1.53-1.004-1.53-1.289V5.6a.433.433 0 1 0-.867 0v11.697c0 1.483 3.253 3.039 6.499 3.033 3.245.006 6.498-1.55 6.498-3.033V5.6a.433.433 0 0 0-.867 0Z",clipRule:"evenodd"})]}),t0=e=>n.jsxs("svg",{width:"24",height:"38",viewBox:"0 0 24 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_353_4848)",children:[n.jsx("path",{d:"M0.727539 32.5938C0.727539 35.333 2.65332 37.1758 5.50879 37.1758H18.5576C21.3799 37.1758 23.2559 35.333 23.2559 32.5938V5.41699C23.2559 2.67773 21.3799 0.834961 18.5576 0.834961H5.50879C2.65332 0.834961 0.727539 2.67773 0.727539 5.41699V32.5938ZM8.62988 4.07227C8.62988 3.64062 8.92871 3.3584 9.34375 3.3584H14.6729C15.0879 3.3584 15.3701 3.64062 15.3701 4.07227C15.3701 4.4873 15.0879 4.76953 14.6729 4.76953H9.34375C8.92871 4.76953 8.62988 4.4873 8.62988 4.07227ZM3.98145 30.9336V7.09375H20.0186V30.9336H3.98145ZM12.0166 35.333C11.1533 35.333 10.4727 34.6357 10.4727 33.7891C10.4727 32.9424 11.1533 32.2617 12.0166 32.2617C12.8633 32.2617 13.5439 32.9424 13.5439 33.7891C13.5439 34.6357 12.8633 35.333 12.0166 35.333Z",fill:"#696E79"}),n.jsx("path",{d:"M8.03753 18.5637H10.2809C11.1625 18.5637 11.5811 18.1396 11.5811 17.2412V15.0313C11.5811 14.1385 11.1625 13.7144 10.2809 13.7144H8.03753C7.16141 13.7144 6.7373 14.1385 6.7373 15.0313V17.2412C6.7373 18.1396 7.16141 18.5637 8.03753 18.5637ZM13.7184 18.5637H15.9617C16.8378 18.5637 17.2619 18.1396 17.2619 17.2412V15.0313C17.2619 14.1385 16.8378 13.7144 15.9617 13.7144H13.7184C12.8422 13.7144 12.4181 14.1385 12.4181 15.0313V17.2412C12.4181 18.1396 12.8422 18.5637 13.7184 18.5637ZM7.99288 17.6095C7.78641 17.6095 7.69154 17.509 7.69154 17.2914V14.9811C7.69154 14.7691 7.78641 14.6686 7.99288 14.6686H10.3255C10.532 14.6686 10.6324 14.7691 10.6324 14.9811V17.2914C10.6324 17.509 10.532 17.6095 10.3255 17.6095H7.99288ZM13.6793 17.6095C13.4672 17.6095 13.3724 17.509 13.3724 17.2914V14.9811C13.3724 14.7691 13.4672 14.6686 13.6793 14.6686H16.0063C16.2128 14.6686 16.3076 14.7691 16.3076 14.9811V17.2914C16.3076 17.509 16.2128 17.6095 16.0063 17.6095H13.6793ZM8.64579 16.7724H9.66699C9.75628 16.7724 9.79534 16.7334 9.79534 16.6329V15.6396C9.79534 15.5392 9.75628 15.5057 9.66699 15.5057H8.64579C8.5565 15.5057 8.5286 15.5392 8.5286 15.6396V16.6329C8.5286 16.7334 8.5565 16.7724 8.64579 16.7724ZM14.3489 16.7724H15.3701C15.4594 16.7724 15.4985 16.7334 15.4985 16.6329V15.6396C15.4985 15.5392 15.4594 15.5057 15.3701 15.5057H14.3489C14.2596 15.5057 14.2317 15.5392 14.2317 15.6396V16.6329C14.2317 16.7334 14.2596 16.7724 14.3489 16.7724ZM8.03753 24.2389H10.2809C11.1625 24.2389 11.5811 23.8204 11.5811 22.922V20.7122C11.5811 19.8193 11.1625 19.3952 10.2809 19.3952H8.03753C7.16141 19.3952 6.7373 19.8193 6.7373 20.7122V22.922C6.7373 23.8204 7.16141 24.2389 8.03753 24.2389ZM12.8143 20.9186H13.8411C13.9304 20.9186 13.9695 20.8851 13.9695 20.7791V19.7858C13.9695 19.6854 13.9304 19.6519 13.8411 19.6519H12.8143C12.7306 19.6519 12.6971 19.6854 12.6971 19.7858V20.7791C12.6971 20.8851 12.7306 20.9186 12.8143 20.9186ZM15.8221 20.9186H16.8489C16.9382 20.9186 16.9717 20.8851 16.9717 20.7791V19.7858C16.9717 19.6854 16.9382 19.6519 16.8489 19.6519H15.8221C15.7329 19.6519 15.705 19.6854 15.705 19.7858V20.7791C15.705 20.8851 15.7329 20.9186 15.8221 20.9186ZM7.99288 23.2903C7.78641 23.2903 7.69154 23.1898 7.69154 22.9778V20.6619C7.69154 20.4499 7.78641 20.3494 7.99288 20.3494H10.3255C10.532 20.3494 10.6324 20.4499 10.6324 20.6619V22.9778C10.6324 23.1898 10.532 23.2903 10.3255 23.2903H7.99288ZM14.3322 22.4197H15.359C15.4483 22.4197 15.4817 22.3863 15.4817 22.2802V21.2869C15.4817 21.1921 15.4483 21.153 15.359 21.153H14.3322C14.2485 21.153 14.215 21.1921 14.215 21.2869V22.2802C14.215 22.3863 14.2485 22.4197 14.3322 22.4197ZM8.64579 22.4532H9.66699C9.75628 22.4532 9.79534 22.4142 9.79534 22.3137V21.3204C9.79534 21.22 9.75628 21.1865 9.66699 21.1865H8.64579C8.5565 21.1865 8.5286 21.22 8.5286 21.3204V22.3137C8.5286 22.4142 8.5565 22.4532 8.64579 22.4532ZM12.8143 23.9209H13.8411C13.9304 23.9209 13.9695 23.8874 13.9695 23.7814V22.788C13.9695 22.6932 13.9304 22.6541 13.8411 22.6541H12.8143C12.7306 22.6541 12.6971 22.6932 12.6971 22.788V23.7814C12.6971 23.8874 12.7306 23.9209 12.8143 23.9209ZM15.8221 23.9209H16.8489C16.9382 23.9209 16.9717 23.8874 16.9717 23.7814V22.788C16.9717 22.6932 16.9382 22.6541 16.8489 22.6541H15.8221C15.7329 22.6541 15.705 22.6932 15.705 22.788V23.7814C15.705 23.8874 15.7329 23.9209 15.8221 23.9209Z",fill:"#696E79"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_353_4848",children:n.jsx("rect",{width:"24",height:"38",fill:"white"})})})]}),n0=e=>n.jsxs("svg",{width:"24",height:"38",viewBox:"0 0 24 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_353_4846)",children:[n.jsx("path",{d:"M0.727539 32.5938C0.727539 35.333 2.65332 37.1758 5.50879 37.1758H18.5576C21.3799 37.1758 23.2559 35.333 23.2559 32.5938V5.41699C23.2559 2.67773 21.3799 0.834961 18.5576 0.834961H5.50879C2.65332 0.834961 0.727539 2.67773 0.727539 5.41699V32.5938ZM8.62988 4.07227C8.62988 3.64062 8.92871 3.3584 9.34375 3.3584H14.6729C15.0879 3.3584 15.3701 3.64062 15.3701 4.07227C15.3701 4.4873 15.0879 4.76953 14.6729 4.76953H9.34375C8.92871 4.76953 8.62988 4.4873 8.62988 4.07227ZM3.98145 30.9336V7.09375H20.0186V30.9336H3.98145ZM12.0166 35.333C11.1533 35.333 10.4727 34.6357 10.4727 33.7891C10.4727 32.9424 11.1533 32.2617 12.0166 32.2617C12.8633 32.2617 13.5439 32.9424 13.5439 33.7891C13.5439 34.6357 12.8633 35.333 12.0166 35.333Z",fill:"#696E79"}),n.jsx("path",{d:"M8.04911 25.0647C8.83594 25.0647 10.4208 24.317 11.6373 23.452C15.6049 23.5022 18.5625 21.1975 18.5625 18.173C18.5625 15.2433 15.644 12.8828 12 12.8828C8.35603 12.8828 5.4375 15.2433 5.4375 18.173C5.4375 20.0089 6.55915 21.6551 8.29464 22.5312C8.06027 22.9609 7.66406 23.558 7.42969 23.8761C7.03348 24.4007 7.32366 25.0647 8.04911 25.0647ZM8.77455 23.7757C8.69085 23.8092 8.65737 23.7701 8.71875 23.692C8.98103 23.3627 9.39397 22.827 9.61161 22.4252C9.7846 22.1071 9.71205 21.8281 9.34933 21.6551C7.68638 20.8683 6.70424 19.6071 6.70424 18.173C6.70424 15.9576 9.05357 14.1496 12 14.1496C14.9408 14.1496 17.2902 15.9576 17.2902 18.173C17.2902 20.394 14.9408 22.1964 12 22.1964C11.9051 22.1964 11.76 22.1964 11.5871 22.1908C11.3415 22.1908 11.1629 22.2578 10.9342 22.442C10.2701 22.9386 9.26562 23.5804 8.77455 23.7757Z",fill:"#696E79"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_353_4846",children:n.jsx("rect",{width:"24",height:"38",fill:"white"})})})]}),o0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{d:"M14.5 13.5L19.707 8.293C19.895 8.105 20 7.851 20 7.586V5C20 4.448 19.552 4 19 4H5C4.448 4 4 4.448 4 5V7.586C4 7.851 4.105 8.106 4.293 8.293L9.5 13.5",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M9.5 13.5V19.749C9.5 20.562 10.264 21.159 11.053 20.962L13.553 20.337C14.109 20.198 14.5 19.698 14.5 19.124V13.5",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),r0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 4.997H4.997M12 4.997A8.003 8.003 0 1 1 3.997 13M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.001 13.75h-3.81V9.834"})]}),i0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 4h12M3 4h1M3 8h1M3 12h1M8 8h12M8 12h2"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M17 21a5 5 0 0 1-5-5c0-2.704 2.3-5.003 5.004-5A5 5 0 0 1 17 21"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 14v4M19 16h-4"})]}),a0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.4 15.4 7 19l3.6-3.6M7 5v14M20.6 8.6 17 5l-3.6 3.6M17 19V5"})}),s0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 9-4-4-4 4M8 15l4 4 4-4"})}),l0=e=>n.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10 16 4-4-4-4"})}),c0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8 10 4 4 4-4"})}),d0=e=>n.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.02 4.48v14.99M18.012 13.483 12 19.52l-6.012-6.037"})}),u0=e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.999 8a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 8"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 12v5"})]}),f0=e=>n.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{d:"M20 6.5L9 17.5L4 12.5",stroke:"#161517",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),p0=e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M10.854 11.877h1.15v4.252M10.845 16.128h2.31"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.946 7.872a.25.25 0 1 1-.25-.25"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.695 8.623a.25.25 0 0 1 .25.25"})]}),h0=e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.12V9.38M11.999 16.125a.25.25 0 1 0 .002.5.25.25 0 0 0-.002-.5"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.029 4.14 7.659 13.403c.89 1.558-.235 3.497-2.03 3.497H4.342c-1.795 0-2.92-1.939-2.03-3.497L9.972 4.14c.897-1.57 3.16-1.57 4.058 0Z",clipRule:"evenodd"})]}),g0=e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M8 8L16 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M16 8L8 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),v0=e=>n.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 14-4-4-4 4"})}),C0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6 12h1.85l2.168 5 3.964-10 2.168 5H18"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.5 21.5h-11a4 4 0 0 1-4-4v-11a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4v11a4 4 0 0 1-4 4Z",clipRule:"evenodd"})]}),b0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.48 11.98h14.99M13.483 5.988 19.52 12l-6.037 6.012"})}),m0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m15.612 21-2.064-2.05 2.064-2.048"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.45 12.297 2.306 3.965c.695 1.195-.174 2.689-1.564 2.689h-5.644M13.565 7.998l2.82.75.755-2.798M6.066 11.41l-2.822 4.852c-.695 1.195.174 2.689 1.564 2.689H9.42"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8.13 7.86 2.306-3.964c.695-1.195 2.433-1.195 3.128 0l2.822 4.852M3.247 12.16l2.82-.75.755 2.799"})]}),x0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.98 19.52V4.53M5.988 10.517 12 4.48l6.012 6.037"})}),w0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 13A8.003 8.003 0 1 0 12 4.997H4.997M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.235 11.851-2.792 2.791-1.678-1.672"})]}),k0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.332 10.318 2.142-2.157a3.084 3.084 0 0 1 4.377 0v0a3.097 3.097 0 0 1 0 4.364l-2.12 2.135c-.375.378-.885.59-1.416.59H8.75v-3.52c0-.53.209-1.037.582-1.412v0Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 7v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13.75 10.25-6 6"})]}),y0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.37a6.368 6.368 0 0 0-7.495-1.12c-.684.364-1.509-.085-1.509-.86V5.295c0-.637.294-1.249.812-1.618A6.367 6.367 0 0 1 12 4.364a6.367 6.367 0 0 1 8.191-.687c.518.37.813.981.813 1.618v9.095c0 .775-.826 1.225-1.509.86A6.368 6.368 0 0 0 12 16.37Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.505 19.387A6.368 6.368 0 0 1 12 20.507a6.368 6.368 0 0 1 7.495-1.12M12 16.37V4.363"})]}),L0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.574 20.003a2.287 2.287 0 0 0 2.287-2.287v-4.573L22.005 12l-1.144-1.144V6.284a2.286 2.286 0 0 0-2.287-2.287M5.427 3.997A2.286 2.286 0 0 0 3.14 6.284v4.572L1.996 12l1.144 1.143v4.573a2.286 2.286 0 0 0 2.287 2.287M9.285 12.533l1.833 1.833 4-4.002"})}),$0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 20.5H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.174 7.5v-2a2 2 0 0 0-2-2H9.826a2 2 0 0 0-2 2v2M3 9.5l6.351 4.191c.327.216.71.331 1.102.331h3.094c.392 0 .775-.115 1.102-.331L21 9.5"})]}),M0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 3.997H14a1 1 0 0 1 1 1v15.006H3.997a1 1 0 0 1-1-1V4.997a1 1 0 0 1 1-1ZM15.001 7.999h5.002a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1h-5.002V8Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25"})]}),j0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.75 7.25h16.5M3.75 12.5h16.5m-16.5 5.25H12"})}),S0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.882 21.004H6.117a2.401 2.401 0 0 1-2.389-2.162l-.72-7.203A2.4 2.4 0 0 1 5.397 9h13.205a2.401 2.401 0 0 1 2.39 2.64l-.72 7.203a2.4 2.4 0 0 1-2.39 2.162v0Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.998 5.998h12.005M7.998 2.996h8.003M9.499 12.75h5.002"})]}),_0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.312,d:"M9.046 6.657a1.623 1.623 0 0 1 0-2.293.24.24 0 1 1 .34.34 1.142 1.142 0 0 0 0 1.613.24.24 0 1 1-.34.34Zm-1.304.995a.32.32 0 0 0 .453 0 .32.32 0 0 0 0-.454 2.39 2.39 0 0 1 0-3.375.32.32 0 0 0-.453-.453 3.031 3.031 0 0 0 0 4.282Zm-1.053 1.37a.4.4 0 0 0 .283-.685 4.002 4.002 0 0 1 0-5.653.4.4 0 1 0-.566-.567A4.768 4.768 0 0 0 5 5.511c0 1.282.5 2.487 1.406 3.393a.4.4 0 0 0 .283.117Zm7.79-2.365a.24.24 0 0 0 .34 0 1.623 1.623 0 0 0 0-2.293.24.24 0 0 0-.34.34 1.142 1.142 0 0 1 0 1.613.24.24 0 0 0 0 .34Zm1.19.995a.32.32 0 0 0 .454 0 3.031 3.031 0 0 0 0-4.282.32.32 0 0 0-.453.453c.93.93.93 2.445 0 3.375a.32.32 0 0 0 0 .454Zm1.223.685a.4.4 0 1 0 .567.567 4.767 4.767 0 0 0 1.406-3.393c0-1.282-.5-2.487-1.406-3.394a.4.4 0 1 0-.567.567 4.002 4.002 0 0 1 0 5.653Zm.749 13.24a.32.32 0 0 1-.608.205l-1.092-3.233-3.874 1.792a.32.32 0 0 1-.27 0l-3.873-1.792-1.092 3.233a.32.32 0 1 1-.608-.205l4.938-14.614a1.658 1.658 0 0 1-.538-.457 1.646 1.646 0 0 1 .69-2.519l.514-.89c.058-.099.151-.099.208 0l.514.89a1.646 1.646 0 0 1 .69 2.52c-.143.188-.329.344-.537.456l4.938 14.614Zm-3.02-6.934-.247-.73-2.442-1.13-2.441 1.13-.247.73 2.688 1.244 2.689-1.244Zm-4.264-3.295 1.575.73 1.576-.73-.66-1.95-.916-.424-.916.424-.659 1.95Zm1.44-3.018a.32.32 0 0 1 .27 0l.498.23-.633-1.873L11.3 8.56l.499-.23Zm.9 4.1 1.394.646-.377-1.116-1.018.47Zm-2.546-.47-.377 1.116 1.395-.646-1.018-.47Zm1.221-5.618.257-.76a.32.32 0 0 1 .607 0l.257.76a1.004 1.004 0 1 0-1.563-.83c0 .336.172.646.442.83Zm-3.124 11.25 2.92-1.352-2.13-.986-.79 2.337Zm7.039.553-3.355-1.552-3.354 1.552 3.354 1.552 3.355-1.552Zm.33-.554-.79-2.337-2.13.986 2.92 1.351Z"})}),E0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 20.6284V20.6284C7.029 20.6284 3 16.5994 3 11.6284V11.6284C3 6.65742 7.029 2.62842 12 2.62842V2.62842C16.971 2.62842 21 6.65742 21 11.6284V11.6284C21 16.5994 16.971 20.6284 12 20.6284Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M16 9.62842L11 14.6284L8 11.6284",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),O0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14 16-4-4 4-4"})}),H0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21c4.95 0 9-4.05 9-9s-4.05-9-9-9M12 21c-2.93 0-5.538-1.426-7.184-3.612"}),n.jsx("path",{stroke:"#161517",strokeDasharray:0,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.816 17.388A8.931 8.931 0 0 1 3 12c0-4.95 4.05-9 9-9"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m7.36 15.639 4.921-2.936V6.375"})]}),P0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 19h10.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.023-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8Z",clipRule:"evenodd"})}),I0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{d:"M13.7797 4L10.2197 20",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M18 8L22 12L18 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M6 16L2 12L6 8",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),F0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12.952 8.661-1.905 6.67M8.903 12.948l-1.905-1.905 1.905-1.905M15.098 14.854l1.904-1.905-1.904-1.905"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M7.998 2.992h8.003a5.002 5.002 0 0 1 5.003 5.002v8.004A5.002 5.002 0 0 1 16 21H7.998a5.002 5.002 0 0 1-5.002-5.002V7.994a5.002 5.002 0 0 1 5.002-5.002Z",clipRule:"evenodd"})]}),V0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 8.072c-5.249-4.097-12.751-4.097-18 0M6.751 13.314c3.062-2.388 7.437-2.388 10.499 0M12 18.25a.372.372 0 0 0-.373.375.374.374 0 1 0 .748 0A.375.375 0 0 0 12 18.25"})}),T0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 15.704a.3.3 0 0 1 .305.294.3.3 0 0 1-.305.294.3.3 0 0 1-.305-.294.3.3 0 0 1 .305-.294M16.875 10.373c-2.843-2.219-6.907-2.219-9.75 0M9.157 13.212a4.654 4.654 0 0 1 5.687 0"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3Z",clipRule:"evenodd"})]}),Z0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 9H3M8.62 9v12"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),A0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("rect",{width:14.006,height:14.006,x:6.998,y:6.998,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:2}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 17.002H4.997a2 2 0 0 1-2-2V4.997a2 2 0 0 1 2-2H15a2 2 0 0 1 2 2v2.001"})]}),D0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.617 14.408 1.5 1.5-1.5 1.5M9.598 11.617l-1.5 1.5-1.5-1.5"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.369 15.643C8.938 19.362 10.349 22 12.005 22c2.158 0 3.908-4.477 3.908-10s-1.75-10-3.908-10-3.907 4.477-3.907 10v1.117"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.117 15.908H12c-5.523 0-10-1.75-10-3.908s4.477-3.908 10-3.908S22 9.842 22 12c0 1.655-2.638 3.067-6.357 3.636"})]}),N0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.164 3H5.007a2 2 0 0 0-2 2.015l.104 14a2 2 0 0 0 2 1.985h13.88a2 2 0 0 0 2-2V7.828a2 2 0 0 0-.585-1.414l-2.828-2.828A1.999 1.999 0 0 0 16.164 3Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.993 3v3.909a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V3M7 21v-7.714C7 12.576 7.576 12 8.286 12h7.429c.709 0 1.285.576 1.285 1.286V21"})]}),B0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M20.003 16.002H3.997a1 1 0 0 1-1-1V4.996a1 1 0 0 1 1-1h16.006a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.002v5.002M12 7.998V12M7.998 8.999v3M16.001 9.999v2M8.999 21.004h6.002M12 3.904v-.908"})]}),R0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.003 21.004H5.998a2 2 0 0 1-2-2V4.996a2 2 0 0 1 2-2h12.005a2 2 0 0 1 2 2v14.006a2 2 0 0 1-2 2.001Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.999 7.999h7.003M8.999 16.002h7.003M8.999 12h7.003"})]}),U0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("circle",{cx:12.5,cy:6.5,r:1.5,fill:"#161517"}),n.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517"}),n.jsx("circle",{cx:12.5,cy:17.5,r:1.5,fill:"#161517"})]}),W0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("circle",{cx:7,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 7 12)"}),n.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 12.5 12)"}),n.jsx("circle",{cx:18,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 18 12)"})]}),z0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M7 6H4.538C3.689 6 3 6.689 3 7.538V19.23C3 20.08 3.689 20.768 4.538 20.768H19.461C20.311 20.768 20.999 20.079 20.999 19.23V7.538C21 6.689 20.311 6 19.462 6H17"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10L12 13L9 10"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3V13"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M8 16H16"})]}),G0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10L12 13L9 10"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3V13"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M8 16H16"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",d:"M18.3643 5.63623C21.8793 9.15123 21.8793 14.8492 18.3643 18.3642C14.8493 21.8792 9.15125 21.8792 5.63625 18.3642C2.12125 14.8492 2.12125 9.15123 5.63625 5.63623"})]}),K0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.998 10 3.083 2.376a3.001 3.001 0 0 0 3.602.047L17.003 10"}),n.jsx("rect",{width:18.008,height:17.007,x:2.996,y:3.497,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5})]}),q0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e}),Y0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.198 7.56 3.483-4.063 3.755 4.38 2.43-2.834 1.936 2.26a8.01 8.01 0 0 1 1.928 5.212v.258a7.73 7.73 0 0 1-7.73 7.73v0a7.73 7.73 0 0 1-7.73-7.73v0A8.01 8.01 0 0 1 6.198 7.56Z",clipRule:"evenodd"})}),X0=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinejoin:"round",d:"M2 6V18.5C2 19.0523 2.44772 19.5 3 19.5H19C19.5523 19.5 20 19.0523 20 18.5V17.6732C20 17.5586 20.0197 17.4448 20.0583 17.3369L22.0227 11.8363C22.2553 11.1851 21.7725 10.5 21.081 10.5H21C20.4477 10.5 20 10.0523 20 9.5V8.5C20 7.94772 19.5523 7.5 19 7.5H9.17703C8.76813 7.5 8.40042 7.25105 8.24856 6.87139L7.75144 5.62861C7.59958 5.24895 7.23187 5 6.82297 5H3C2.44772 5 2 5.44771 2 6Z"}),n.jsx("path",{stroke:"#161517",strokeWidth:1.5,strokeLinejoin:"round",d:"M2 19.5L8.20063 10.9145C8.38864 10.6542 8.69021 10.5 9.01131 10.5H21"})]}),J0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M19 19H3C2.44772 19 2 18.5523 2 18V6C2 5.44772 2.44772 5 3 5H6.62869C6.98835 5 7.32032 5.19315 7.49805 5.50583L8.34405 6.99417C8.52179 7.30685 8.85375 7.5 9.21342 7.5H19C19.5523 7.5 20 7.94772 20 8.5V9.5V18C20 18.5523 19.5523 19 19 19Z"})}),Q0=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.6,d:"M19.306 6.276h-3.704a2.52 2.52 0 0 0 .752-1.805C16.354 3.11 15.296 2 13.997 2c-.937 0-1.745.578-2.125 1.41-.386-.56-1.013-.928-1.722-.928-1.172 0-2.126 1-2.126 2.23 0 .61.234 1.161.612 1.564H4.694C3.76 6.276 3 7.073 3 8.053v1.285c0 .919.67 1.677 1.523 1.767v8.64c0 1.244.964 2.255 2.15 2.255h10.655c1.185 0 2.149-1.011 2.149-2.254v-8.641c.854-.09 1.523-.848 1.523-1.767V8.052c0-.979-.76-1.776-1.694-1.776Zm-7.03-1.805c0-.995.772-1.804 1.721-1.804.949 0 1.72.81 1.72 1.804 0 .996-.771 1.805-1.72 1.805h-1.72V4.471Zm-3.617.242c0-.862.669-1.564 1.49-1.564.823 0 1.492.702 1.492 1.564v1.563H10.15c-.822 0-1.49-.701-1.49-1.563ZM3.635 9.338V8.052c0-.611.475-1.11 1.058-1.11h5.457l1.532.001v3.504H4.693c-.583 0-1.058-.498-1.058-1.11ZM5.16 19.746v-8.632h6.523v10.22h-5.01c-.834 0-1.513-.713-1.513-1.588Zm13.682 0c0 .875-.679 1.588-1.514 1.588h-5.01v-10.22h6.525v8.632Zm1.523-10.408c0 .612-.474 1.11-1.057 1.11h-6.99V6.942h6.99c.583 0 1.058.498 1.058 1.11v1.285Z"})}),es=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4 8.6V21h16V8.6"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m2 10 10-7 10 7M15 21v-6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6"})]}),ts=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 13.8v-3.6M5.88 10.2v3.6M5.88 12H3M10.92 10.2H8.04M9.48 10.2v3.6M18.12 10.2v3.6M15.96 10.2h-2.88M14.52 10.2v3.6M18.12 10.2h1.755c.621 0 1.125.504 1.125 1.125v0c0 .621-.504 1.125-1.125 1.125H18.12M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"})}),ns=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10 9.056C9.094 7.818 7.652 7 6 7v0a5 5 0 0 0-5 5v0a5 5 0 0 0 5 5v0a5.299 5.299 0 0 0 4.543-2.572L12 12l1.457-2.428A5.299 5.299 0 0 1 18 7v0a5 5 0 0 1 5 5v0a5 5 0 0 1-5 5v0c-1.652 0-3.094-.818-4-2.056"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.93 6.028.521 2.954-2.954.52"})]}),os=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.249 15.502h3.502M11 18.003h2"}),n.jsx("rect",{width:18.008,height:18.008,x:2.996,y:2.997,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.386 13.316a4.251 4.251 0 1 0-6.772 0"})]}),rs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13 8-3 3 4 2-3 3"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),G2=S(e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M7.625 8.875H4.5V5.75"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.5 12A7.495 7.495 0 0 0 5.188 8.875"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M16.375 15.125H19.5v3.125"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.5 12a7.495 7.495 0 0 0 14.312 3.125"})]})).withConfig({componentId:"sc-15ao23s-0"})(["transform:scaleX(-1);"]),is=S.keyframes(["from{transform:rotate(0deg) scaleX(-1);}to{transform:rotate(360deg) scaleX(-1);}"]),as=S(G2).withConfig({componentId:"sc-1h6qu7m-0"})(["animation:"," 1s infinite linear;"],is),ss={activity:C0,"arrow-down":d0,"arrow-right":b0,"arrow-triangle":m0,"arrow-directions":e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M8.6 3.3999L5 6.9999L8.6 10.5999",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M19 7H5",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M15.4004 20.5999L19.0004 16.9999L15.4004 13.3999",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M5 17H19",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),"arrow-up":x0,"auth-app":t0,"auth-sms":n0,backups:w0,blog:k0,book:y0,brackets:L0,briefcase:$0,building:M0,"burger-menu":j0,cards:S0,"cell-tower":_0,chat:Qa,check:f0,"check-in-circle":E0,"chevron-down":c0,"chevron-left":O0,"chevron-right":l0,"chevron-up":v0,clock:H0,cloud:P0,code:I0,"code-in-square":F0,connect:V0,"connect-alt":T0,console:Z0,copy:A0,cross:g0,data:D0,database:e0,disk:N0,display:B0,document:R0,"dots-horizontal":W0,"dots-triangle":e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.33301 6.667V6.667C9.33301 5.194 10.527 4 12 4V4C13.473 4 14.667 5.194 14.667 6.667V6.667C14.667 8.14 13.473 9.334 12 9.334V9.334C10.527 9.333 9.33301 8.139 9.33301 6.667Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.86914 17.333V17.333C2.86914 15.86 4.06314 14.666 5.53614 14.666V14.666C7.00914 14.666 8.20314 15.86 8.20314 17.333V17.333C8.20214 18.806 7.00914 20 5.53614 20V20C4.06314 20 2.86914 18.806 2.86914 17.333Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.7979 17.333V17.333C15.7979 15.86 16.9919 14.666 18.4649 14.666V14.666C19.9379 14.666 21.1319 15.86 21.1319 17.333V17.333C21.1319 18.806 19.9379 20 18.4649 20V20C16.9909 20 15.7979 18.806 15.7979 17.333H15.7979Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M15.8904 16.6699H8.11035",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M13.4404 8.91016L17.3104 14.9402",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M6.69043 14.9402L10.5604 8.91016",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),"dots-vertical":U0,download:z0,"download-in-circle":G0,email:K0,empty:q0,eye:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.118 12.467a.987.987 0 0 1 0-.935C5.01 8.033 8.505 5 12 5s6.99 3.033 8.882 6.533a.987.987 0 0 1 0 .935C18.99 15.967 15.495 19 12 19s-6.99-3.033-8.882-6.533Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.429,d:"M14.121 9.879A3 3 0 1 1 9.88 14.12 3 3 0 0 1 14.12 9.88"})]}),"eye-closed":e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19c-.842 0-1.685-.178-2.504-.495M20.882 12.468C18.99 15.967 15.495 19 12 19M19.08 8.92a15.135 15.135 0 0 1 1.802 2.613.987.987 0 0 1 0 .935M5 19 19 5M9.773 14.227a3.15 3.15 0 0 1 4.455-4.455"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.044 6.956C15.497 5.759 13.748 5 12 5c-3.495 0-6.99 3.033-8.882 6.533a.987.987 0 0 0 0 .935c.946 1.749 2.292 3.381 3.838 4.577"})]}),filter:o0,fire:Y0,"folder-closed":J0,"folder-open":X0,gift:Q0,history:r0,home:es,http:ts,"info-in-circle":u0,information:p0,"insert-row":i0,integrations:ns,key:e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M15.0312 9.34226C15.0312 9.13526 14.8633 8.96826 14.6562 8.96826C14.4492 8.96926 14.2812 9.13726 14.2812 9.34426C14.2812 9.55126 14.4492 9.71926 14.6562 9.71826C14.8633 9.71826 15.0312 9.55026 15.0312 9.34326",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.499 14.7852L11.469 15.8172H9.637V17.2862H8.172V19.1222L6.798 20.5002H3.5V17.1952L9.223 11.4592C8.417 9.36524 8.849 6.90324 10.534 5.21424C12.814 2.92924 16.511 2.92924 18.791 5.21424C21.071 7.49924 21.071 11.2042 18.791 13.4902C17.089 15.1942 14.601 15.6242 12.499 14.7852Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),keys:e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M8.294 10.7051C8.294 10.5421 8.162 10.4111 8 10.4111C7.837 10.4121 7.706 10.5441 7.706 10.7061C7.706 10.8691 7.838 11.0001 8 11.0001C8.162 11.0001 8.294 10.8681 8.294 10.7051",stroke:"#323232",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M8 10.411V5.5C8 4.119 9.119 3 10.5 3V3C11.881 3 13 4.119 13 5.5V6.072",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M10.1621 15.1828C10.9691 15.7408 11.9451 16.0718 13.0001 16.0718C13.6621 16.0718 14.2901 15.9368 14.8681 15.7028L17.8771 18.7078C18.0651 18.8948 18.3191 18.9998 18.5831 18.9998H20.0001C20.5521 18.9998 21.0001 18.5518 21.0001 17.9998V16.5878C21.0001 16.3218 20.8941 16.0678 20.7061 15.8798L17.6621 12.8398C17.8721 12.2888 18.0001 11.6968 18.0001 11.0718C18.0001 8.31078 15.7611 6.07178 13.0001 6.07178C12.2161 6.07178 11.4841 6.26778 10.8241 6.58978",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.00375 15.2681C5.44675 15.0251 4.92075 14.6861 4.46475 14.2301C2.51175 12.2771 2.51175 9.11209 4.46475 7.15909C6.41775 5.20609 9.58275 5.20609 11.5358 7.15909C13.4888 9.11209 13.4888 12.2771 11.5358 14.2301C11.0818 14.6841 10.5577 15.0211 10.0037 15.2641L10.0068 19.5011C10.0068 19.7671 9.90175 20.0211 9.71375 20.2091L8.71575 21.2071C8.32475 21.5981 7.69175 21.5981 7.30175 21.2071L6.29975 20.2051C6.11275 20.0181 6.00675 19.7641 6.00675 19.4991L6.00375 15.2681Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),"light-bulb":os,lightening:rs,loading:G2,"loading-animated":as,metrics:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("circle",{cx:19.503,cy:4.497,r:2.501,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16.002 10-2.72 3.626L9.999 11l-3.001 4.002"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21.004 10v7.002a4.002 4.002 0 0 1-4.002 4.002H6.998a4.002 4.002 0 0 1-4.002-4.002V6.998a4.002 4.002 0 0 1 4.002-4.001H14"})]}),"metrics-alt":e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 21H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3 15 7-5 4 4 7-5"})]}),payment:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{fill:"#161517",d:"M20.467 18.666H3.533A1.509 1.509 0 0 1 2 17.133V6.866C2 6 2.667 5.333 3.533 5.333h16.934C21.333 5.333 22 6 22 6.866v10.267c0 .867-.667 1.533-1.533 1.533Zm-16.934-12c-.133 0-.2.067-.2.2v10.267c0 .133.067.2.2.2h16.934c.133 0 .2-.067.2-.2V6.866c0-.133-.067-.2-.2-.2H3.533Z"}),n.jsx("path",{fill:"#161517",d:"M2.666 9.2h18.667v2.666H2.666V9.2Z"})]}),pencil:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.54 10.12-3.66-3.66"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.251 21H3v-3.251c0-.265.105-.52.293-.707L16.627 3.707a.999.999 0 0 1 1.414 0l2.251 2.25a.999.999 0 0 1 0 1.415L6.958 20.707a.997.997 0 0 1-.707.293v0Z",clipRule:"evenodd"})]}),"pie-chart":e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 12v0a9 9 0 0 1-9 9v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.364 18.364-6.071-6.071a1 1 0 0 1-.293-.707V3M12.07 11.96l7.72-4.46"})]}),play:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.336 3.156a8.99 8.99 0 0 0-5.224 3.05M3.49 9.08a8.874 8.874 0 0 0 .049 5.973M5.209 17.9a8.982 8.982 0 0 0 5.128 2.944M13.638 3.152a8.997 8.997 0 0 1 0 17.696"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10.941 9.057 3.884 2.297a.75.75 0 0 1 0 1.292l-3.884 2.297a.75.75 0 0 1-1.132-.647V9.703a.75.75 0 0 1 1.132-.646v0Z",clipRule:"evenodd"})]}),plus:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 5v13M18.5 11.5h-13"})}),popout:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 3h5v5M14 10l7-7M19 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"})}),query:e=>n.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_4716_4565)",children:[n.jsx("path",{d:"M20 20H4C2.895 20 2 19.1 2 18V6C2 4.89 2.895 4 4 4H20C21.1 4 22 4.89 22 6V18C22 19.1 21.1 20 20 20Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M11 13H15",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M6 8L8 10L6 12",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_4716_4565",children:n.jsx("rect",{width:"24",height:"24",fill:"white"})})})]}),question:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.25V13c0-.817.505-1.26 1.011-1.6.494-.333.989-.767.989-1.567a2 2 0 1 0-4 0M11.999 16a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 16"})]}),refresh:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.5 6H12a7.5 7.5 0 1 1-6.666 4.06"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.5 3-3 3 3 3"})]}),search:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.714 6.838a6.276 6.276 0 1 1-8.876 8.876 6.276 6.276 0 0 1 8.876-8.876M19 19l-3.29-3.29"})}),secure:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.319 10.342 11.17 14.49 8.68 12"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.1 5.921a11.268 11.268 0 0 1-6.463-2.688.989.989 0 0 0-1.274 0A11.275 11.275 0 0 1 4.9 5.921a.988.988 0 0 0-.9.991v4.33c0 4.367 3.156 8.462 7.478 9.685.339.096.706.096 1.045 0C16.844 19.703 20 15.61 20 11.243v-4.33a.988.988 0 0 0-.9-.992Z",clipRule:"evenodd"})]}),services:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 3h7v7H3V3ZM14 3h7v7h-7V3ZM3 14h7v7H3v-7ZM14 14h7v7h-7v-7Z",clipRule:"evenodd"})}),settings:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 5h3M3 5h11M10 12h11M3 12h3M18 19h3M3 19h11M17.414 3.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M9.414 10.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M17.414 17.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828"})}),share:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12 12 9-9v7-7h-7"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M9 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4"})]}),"share-arrow":e=>n.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0866 8.95455C6.19852 9.5062 2.50353 13.6395 2.50098 18.5586V19.1708C4.62535 16.6117 7.76103 15.1074 11.0866 15.0521V18.2804C11.0867 18.7489 11.3544 19.176 11.7759 19.3803C12.1975 19.5846 12.6987 19.53 13.0664 19.2398L21.0597 12.9282C21.3435 12.7046 21.5091 12.3632 21.5091 12.0018C21.5091 11.6405 21.3435 11.2991 21.0597 11.0754L13.0664 4.76381C12.6987 4.47364 12.1975 4.41908 11.7759 4.62335C11.3544 4.82762 11.0867 5.25479 11.0866 5.72321V8.95455Z",stroke:"#323232",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),"slide-in":e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.297 11.985h11.867M12.424 7.491l4.78 4.51-4.78 4.508"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M19 17V7"})]}),"slide-out":e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.703 12.015H6.836M11.576 16.509l-4.78-4.51 4.78-4.508"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M5 7v10"})]}),"sort-alt":a0,sort:s0,sparkle:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M2.996 16.794a4.002 4.002 0 0 1 4.002 4.002 4.002 4.002 0 0 1 4.001-4.002 4.002 4.002 0 0 1-4.001-4.002 4.002 4.002 0 0 1-4.002 4.002ZM13.001 13.793a4.002 4.002 0 0 1 4.002 4.001 4.002 4.002 0 0 1 4.001-4.001 4.002 4.002 0 0 1-4.001-4.002A4.002 4.002 0 0 1 13 13.793v0ZM6.998 6.79A4.002 4.002 0 0 1 11 10.79 4.002 4.002 0 0 1 15 6.79 4.002 4.002 0 0 1 11 2.788 4.002 4.002 0 0 1 6.998 6.79Z",clipRule:"evenodd"})}),speaker:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.999 15.002 6.998 15a4.003 4.003 0 0 1-4.002-4.004v-.998A4.002 4.002 0 0 1 7 5.997h7l3.874-2.647c1.329-.908 3.13.044 3.13 1.652v10.997c0 1.609-1.802 2.56-3.13 1.652L14 15.002Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M14 5.998v9.004M5.997 15.002l1.53 3.86a1.8 1.8 0 0 0 1.67 1.142v0c1.272 0 2.142-1.295 1.673-2.489l-.99-2.514"})]}),speed:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.007 10.313A1.69 1.69 0 0 1 13.688 12v.008a1.689 1.689 0 1 1-1.681-1.695M10.807 13.194l-1.25 1.25M16.202 7.798 13.201 10.8"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.367 5.634A9.004 9.004 0 1 1 12 2.997v3"})]}),star:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.896L14.935 8.889L21.5 9.856L16.75 14.518L17.871 21.104L12 17.993L6.129 21.104L7.25 14.518L2.5 9.856L9.064 8.889L12 2.896Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),support:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 18H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.467 11.504v-.207c0-.678.419-1.045.839-1.327.41-.276.82-.636.82-1.3a1.659 1.659 0 0 0-3.318 0M10.466 13.843a.148.148 0 0 0-.15.15.15.15 0 1 0 .15-.15"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-1"})]}),table:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 9h18M3 15h18M12 9v12"})]}),taxi:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{d:"M9.36755 17.4843L9.37137 17.4802L9.36755 17.4843Z",stroke:"#161517",strokeWidth:"1.5"}),n.jsx("mask",{id:"path-2-inside-1_3169_15708",fill:"white",children:n.jsx("path",{d:"M3.85749 13.7144H20.1432C20.2164 13.7144 20.2884 13.6957 20.3524 13.66C20.4163 13.6243 20.47 13.5728 20.5084 13.5104C20.5468 13.4481 20.5685 13.3769 20.5716 13.3037C20.5747 13.2306 20.5589 13.1579 20.5259 13.0925L18.1902 8.46822C18.0881 8.24345 17.9234 8.05284 17.7159 7.91916C17.5083 7.78548 17.2667 7.71438 17.0198 7.71436H6.98092C6.73693 7.71378 6.49786 7.78294 6.29186 7.91369C6.08587 8.04444 5.92153 8.23133 5.8182 8.45236L3.47477 13.0925C3.44175 13.1579 3.42602 13.2306 3.42909 13.3037C3.43215 13.3769 3.45392 13.4481 3.49229 13.5104C3.53067 13.5728 3.58439 13.6243 3.64832 13.66C3.71225 13.6957 3.78426 13.7144 3.85749 13.7144ZM6.59092 8.82264C6.62497 8.74777 6.67985 8.68428 6.749 8.63975C6.81816 8.59522 6.89866 8.57152 6.98092 8.5715H17.0198C17.1049 8.57247 17.1878 8.59825 17.2585 8.64568C17.3291 8.6931 17.3844 8.76012 17.4175 8.8385L19.4468 12.8572H4.55392L6.59092 8.82264Z"})}),n.jsx("path",{d:"M3.85749 13.7144V12.2144H3.85677L3.85749 13.7144ZM20.1432 13.7144L20.1439 12.2144H20.1432V13.7144ZM20.5259 13.0925L19.187 13.7688L19.1871 13.769L20.5259 13.0925ZM18.1902 8.46822L16.8246 9.08872L16.8374 9.11688L16.8513 9.14449L18.1902 8.46822ZM17.0198 7.71436L17.0199 6.21436H17.0198V7.71436ZM6.98092 7.71436L6.97736 9.21436H6.98092V7.71436ZM5.8182 8.45236L7.15714 9.12857L7.1674 9.10824L7.17705 9.08761L5.8182 8.45236ZM3.47477 13.0925L4.81356 13.769L4.81371 13.7687L3.47477 13.0925ZM6.59092 8.82264L7.92993 9.49869L7.94369 9.47144L7.95633 9.44365L6.59092 8.82264ZM6.98092 8.5715V7.0715L6.9805 7.0715L6.98092 8.5715ZM17.0198 8.5715L17.0368 7.0716L17.0283 7.0715H17.0198V8.5715ZM17.4175 8.8385L16.0357 9.42223L16.0556 9.46915L16.0785 9.51463L17.4175 8.8385ZM19.4468 12.8572V14.3572H21.8846L20.7857 12.1811L19.4468 12.8572ZM4.55392 12.8572L3.2149 12.1812L2.11624 14.3572H4.55392V12.8572ZM3.85749 15.2144H20.1432V12.2144H3.85749V15.2144ZM20.1425 15.2144C20.472 15.2145 20.796 15.1302 21.0837 14.9696L19.621 12.3503C19.7808 12.2611 19.9609 12.2143 20.1439 12.2144L20.1425 15.2144ZM21.0837 14.9696C21.3714 14.8089 21.6131 14.5772 21.7859 14.2966L19.2309 12.7242C19.3269 12.5683 19.4612 12.4396 19.621 12.3503L21.0837 14.9696ZM21.7859 14.2966C21.9586 14.016 22.0565 13.6958 22.0703 13.3666L19.0729 13.2409C19.0806 13.058 19.135 12.8801 19.2309 12.7242L21.7859 14.2966ZM22.0703 13.3666C22.0841 13.0374 22.0133 12.7101 21.8647 12.416L19.1871 13.769C19.1046 13.6056 19.0653 13.4238 19.0729 13.2409L22.0703 13.3666ZM21.8648 12.4162L19.5291 7.79194L16.8513 9.14449L19.187 13.7688L21.8648 12.4162ZM19.5558 7.84772C19.3346 7.36073 18.9778 6.94774 18.5281 6.6581L16.9036 9.18023C16.869 9.15794 16.8416 9.12618 16.8246 9.08872L19.5558 7.84772ZM18.5281 6.6581C18.0784 6.36846 17.5548 6.21441 17.0199 6.21436L17.0196 9.21436C16.9785 9.21436 16.9382 9.2025 16.9036 9.18023L18.5281 6.6581ZM17.0198 6.21436H6.98092V9.21436H17.0198V6.21436ZM6.98447 6.21436C6.4546 6.21311 5.9354 6.3633 5.48803 6.64725L7.0957 9.18012C7.06032 9.20258 7.01926 9.21445 6.97736 9.21435L6.98447 6.21436ZM5.48803 6.64725C5.04066 6.93121 4.68376 7.3371 4.45936 7.81711L7.17705 9.08761C7.1593 9.12557 7.13108 9.15767 7.0957 9.18012L5.48803 6.64725ZM4.47927 7.77615L2.13584 12.4163L4.81371 13.7687L7.15714 9.12857L4.47927 7.77615ZM2.13599 12.416C1.98738 12.7101 1.9166 13.0374 1.9304 13.3666L4.92777 13.2409C4.93544 13.4238 4.89612 13.6056 4.81356 13.769L2.13599 12.416ZM1.9304 13.3666C1.94421 13.6958 2.04213 14.016 2.21484 14.2966L4.76975 12.7242C4.8657 12.8801 4.9201 13.058 4.92777 13.2409L1.9304 13.3666ZM2.21484 14.2966C2.38754 14.5772 2.62927 14.8089 2.91695 14.9696L4.37969 12.3503C4.53951 12.4396 4.67381 12.5683 4.76975 12.7242L2.21484 14.2966ZM2.91695 14.9696C3.20465 15.1303 3.5287 15.2145 3.8582 15.2144L3.85677 12.2144C4.03982 12.2143 4.21985 12.2611 4.37969 12.3503L2.91695 14.9696ZM7.95633 9.44365C7.8712 9.63083 7.734 9.78956 7.56112 9.90089L5.93688 7.37861C5.62569 7.57901 5.37874 7.86472 5.2255 8.20164L7.95633 9.44365ZM7.56112 9.90089C7.38823 10.0122 7.18696 10.0714 6.98133 10.0715L6.9805 7.0715C6.61036 7.0716 6.24808 7.17822 5.93688 7.37861L7.56112 9.90089ZM6.98092 10.0715H17.0198V7.0715H6.98092V10.0715ZM17.0027 10.0714C16.7958 10.0691 16.5942 10.0064 16.4224 9.89106L18.0945 7.40029C17.7815 7.19012 17.4139 7.07589 17.0368 7.0716L17.0027 10.0714ZM16.4224 9.89106C16.2506 9.77574 16.1162 9.6128 16.0357 9.42223L18.7992 8.25477C18.6525 7.90744 18.4076 7.61047 18.0945 7.40029L16.4224 9.89106ZM16.0785 9.51463L18.1078 13.5333L20.7857 12.1811L18.7565 8.16237L16.0785 9.51463ZM19.4468 11.3572H4.55392V14.3572H19.4468V11.3572ZM5.89293 13.5333L7.92993 9.49869L5.2519 8.1466L3.2149 12.1812L5.89293 13.5333Z",fill:"#161517",mask:"url(#path-2-inside-1_3169_15708)"}),n.jsx("mask",{id:"path-4-inside-2_3169_15708",fill:"white",children:n.jsx("path",{d:"M5.35714 15H3.85714C3.62981 15 3.4118 15.0903 3.25105 15.2511C3.09031 15.4118 3 15.6298 3 15.8571V16.9286C3 17.1559 3.09031 17.3739 3.25105 17.5347C3.4118 17.6954 3.62981 17.7857 3.85714 17.7857H7.28571C7.39938 17.7857 7.50839 17.7406 7.58876 17.6602C7.66913 17.5798 7.71429 17.4708 7.71429 17.3571C7.7136 16.7322 7.46505 16.133 7.02314 15.6911C6.58124 15.2492 5.98209 15.0007 5.35714 15ZM3.85714 16.9286V15.8571H5.35714C5.68008 15.8575 5.9943 15.9619 6.25322 16.1549C6.51214 16.3479 6.70198 16.6192 6.79457 16.9286H3.85714Z"})}),n.jsx("path",{d:"M5.35714 15L5.35878 13.5H5.35714V15ZM7.71429 17.3571H9.21429L9.21428 17.3555L7.71429 17.3571ZM3.85714 16.9286H2.35714V18.4286H3.85714V16.9286ZM3.85714 15.8571V14.3571H2.35714V15.8571H3.85714ZM5.35714 15.8571L5.35878 14.3571H5.35714V15.8571ZM6.79457 16.9286V18.4286H8.80927L8.23159 16.4985L6.79457 16.9286ZM5.35714 13.5H3.85714V16.5H5.35714V13.5ZM3.85714 13.5C3.23199 13.5 2.63244 13.7483 2.19039 14.1904L4.31171 16.3117C4.19115 16.4323 4.02764 16.5 3.85714 16.5V13.5ZM2.19039 14.1904C1.74834 14.6324 1.5 15.232 1.5 15.8571H4.5C4.5 16.0276 4.43227 16.1912 4.31171 16.3117L2.19039 14.1904ZM1.5 15.8571V16.9286H4.5V15.8571H1.5ZM1.5 16.9286C1.5 17.5537 1.74834 18.1533 2.19039 18.5953L4.31171 16.474C4.43227 16.5946 4.5 16.7581 4.5 16.9286H1.5ZM2.19039 18.5953C2.63244 19.0374 3.23199 19.2857 3.85714 19.2857V16.2857C4.02764 16.2857 4.19115 16.3534 4.31171 16.474L2.19039 18.5953ZM3.85714 19.2857H7.28571V16.2857H3.85714V19.2857ZM7.28571 19.2857C7.7972 19.2857 8.28774 19.0825 8.64942 18.7208L6.5281 16.5995C6.72903 16.3986 7.00156 16.2857 7.28571 16.2857V19.2857ZM8.64942 18.7208C9.0111 18.3592 9.21429 17.8686 9.21429 17.3571H6.21429C6.21429 17.073 6.32717 16.8005 6.5281 16.5995L8.64942 18.7208ZM9.21428 17.3555C9.21317 16.3333 8.80661 15.3533 8.0838 14.6305L5.96248 16.7518C6.12348 16.9128 6.21404 17.1311 6.21429 17.3588L9.21428 17.3555ZM8.0838 14.6305C7.361 13.9077 6.38098 13.5011 5.35878 13.5L5.35551 16.5C5.58319 16.5002 5.80148 16.5908 5.96248 16.7518L8.0838 14.6305ZM5.35714 16.9286V15.8571H2.35714V16.9286H5.35714ZM3.85714 17.3571H5.35714V14.3571H3.85714V17.3571ZM5.3555 17.3571C5.35597 17.3571 5.35642 17.3573 5.35678 17.3576L7.14966 14.9522C6.63219 14.5665 6.00419 14.3578 5.35878 14.3571L5.3555 17.3571ZM5.35678 17.3576C5.35715 17.3578 5.35742 17.3582 5.35756 17.3587L8.23159 16.4985C8.04653 15.8802 7.66713 15.338 7.14966 14.9522L5.35678 17.3576ZM6.79457 15.4286H3.85714V18.4286H6.79457V15.4286Z",fill:"#161517",mask:"url(#path-4-inside-2_3169_15708)"}),n.jsx("mask",{id:"path-6-inside-3_3169_15708",fill:"white",children:n.jsx("path",{d:"M21.0004 16.9286V15.8571C21.0004 15.6298 20.9101 15.4118 20.7494 15.2511C20.5886 15.0903 20.3706 15 20.1433 15H18.6433C18.0183 15.0007 17.4192 15.2492 16.9773 15.6911C16.5354 16.133 16.2868 16.7322 16.2861 17.3571C16.2861 17.4708 16.3313 17.5798 16.4117 17.6602C16.492 17.7406 16.601 17.7857 16.7147 17.7857H20.1433C20.3706 17.7857 20.5886 17.6954 20.7494 17.5347C20.9101 17.3739 21.0004 17.1559 21.0004 16.9286ZM18.6433 15.8571H20.1433V16.9286H17.2058C17.2984 16.6192 17.4883 16.3479 17.7472 16.1549C18.0061 15.9619 18.3203 15.8575 18.6433 15.8571Z"})}),n.jsx("path",{d:"M18.6433 15V13.5L18.6416 13.5L18.6433 15ZM16.2861 17.3571L14.7861 17.3555V17.3571H16.2861ZM18.6433 15.8571V14.3571L18.6416 14.3571L18.6433 15.8571ZM20.1433 15.8571H21.6433V14.3571H20.1433V15.8571ZM20.1433 16.9286V18.4286H21.6433V16.9286H20.1433ZM17.2058 16.9286L15.7688 16.4985L15.1912 18.4286H17.2058V16.9286ZM22.5004 16.9286V15.8571H19.5004V16.9286H22.5004ZM22.5004 15.8571C22.5004 15.232 22.2521 14.6324 21.81 14.1904L19.6887 16.3117C19.5681 16.1911 19.5004 16.0276 19.5004 15.8571H22.5004ZM21.81 14.1904C21.368 13.7483 20.7684 13.5 20.1433 13.5V16.5C19.9728 16.5 19.8093 16.4323 19.6887 16.3117L21.81 14.1904ZM20.1433 13.5H18.6433V16.5H20.1433V13.5ZM18.6416 13.5C17.6194 13.5011 16.6394 13.9077 15.9166 14.6305L18.0379 16.7518C18.1989 16.5908 18.4172 16.5002 18.6449 16.5L18.6416 13.5ZM15.9166 14.6305C15.1938 15.3533 14.7872 16.3333 14.7861 17.3555L17.7861 17.3588C17.7864 17.1311 17.8769 16.9128 18.0379 16.7518L15.9166 14.6305ZM14.7861 17.3571C14.7861 17.8686 14.9893 18.3592 15.351 18.7208L17.4723 16.5995C17.6733 16.8005 17.7861 17.073 17.7861 17.3571H14.7861ZM15.351 18.7208C15.7127 19.0825 16.2032 19.2857 16.7147 19.2857V16.2857C16.9989 16.2857 17.2714 16.3986 17.4723 16.5995L15.351 18.7208ZM16.7147 19.2857H20.1433V16.2857H16.7147V19.2857ZM20.1433 19.2857C20.7684 19.2857 21.368 19.0374 21.81 18.5953L19.6887 16.474C19.8093 16.3534 19.9728 16.2857 20.1433 16.2857V19.2857ZM21.81 18.5953C22.2521 18.1533 22.5004 17.5537 22.5004 16.9286H19.5004C19.5004 16.7581 19.5681 16.5946 19.6887 16.474L21.81 18.5953ZM18.6433 17.3571H20.1433V14.3571H18.6433V17.3571ZM18.6433 15.8571V16.9286H21.6433V15.8571H18.6433ZM20.1433 15.4286H17.2058V18.4286H20.1433V15.4286ZM18.6429 17.3587C18.643 17.3582 18.6433 17.3578 18.6436 17.3576L16.8508 14.9522C16.3333 15.338 15.9539 15.8802 15.7688 16.4985L18.6429 17.3587ZM18.6436 17.3576C18.644 17.3573 18.6445 17.3571 18.6449 17.3571L18.6416 14.3571C17.9962 14.3578 17.3682 14.5665 16.8508 14.9522L18.6436 17.3576Z",fill:"#161517",mask:"url(#path-6-inside-3_3169_15708)"}),n.jsx("mask",{id:"path-8-inside-4_3169_15708",fill:"white",children:n.jsx("path",{d:"M21.3217 9.857H20.3904L19.4446 7.76429C19.2063 7.23877 18.8219 6.79294 18.3371 6.48006C17.8523 6.16718 17.2877 6.00048 16.7107 5.99986H16.6117L15.7464 2.885C15.7213 2.79481 15.6674 2.71532 15.5929 2.65867C15.5183 2.60202 15.4273 2.57133 15.3337 2.57129H8.66685C8.57324 2.57133 8.48221 2.60202 8.40768 2.65867C8.33315 2.71532 8.27923 2.79481 8.25414 2.885L7.38885 5.99986H7.28985C6.71286 6.00048 6.14825 6.16718 5.66346 6.48006C5.17868 6.79294 4.79421 7.23877 4.55599 7.76429L3.61014 9.857H2.67885C1.33442 9.857 0.857422 10.6074 0.857422 11.2499C0.857876 11.6191 1.00477 11.9731 1.26588 12.2343C1.52699 12.4954 1.88101 12.6423 2.25028 12.6427H2.35099L2.05956 13.2856C1.83127 13.7887 1.71362 14.335 1.71456 14.8876V18.4284C1.71602 18.8889 1.86719 19.3364 2.14528 19.7034C2.14528 19.7073 2.14314 19.7103 2.14314 19.7141V20.9999C2.14314 21.3409 2.27859 21.6679 2.51971 21.909C2.76083 22.1501 3.08786 22.2856 3.42885 22.2856H5.14314C5.48413 22.2856 5.81116 22.1501 6.05227 21.909C6.29339 21.6679 6.42885 21.3409 6.42885 20.9999V20.5713H17.5717V20.9999C17.5717 21.3409 17.7072 21.6679 17.9483 21.909C18.1894 22.1501 18.5164 22.2856 18.8574 22.2856H20.5717C20.9127 22.2856 21.2397 22.1501 21.4808 21.909C21.722 21.6679 21.8574 21.3409 21.8574 20.9999V19.7141C21.8574 19.7103 21.8553 19.7073 21.8553 19.7034C22.1334 19.3364 22.2845 18.8889 22.286 18.4284V14.8876C22.2876 14.3352 22.1707 13.7889 21.9431 13.2856L21.6517 12.6427H21.7524C22.1213 12.6417 22.4748 12.4946 22.7354 12.2335C22.9961 11.9725 23.1427 11.6188 23.1431 11.2499C23.1431 10.6074 22.6661 9.857 21.3217 9.857ZM1.71456 11.2499C1.71456 10.7664 2.38914 10.7141 2.67885 10.7141H3.19785L2.72171 11.7856H2.25028C2.10827 11.7853 1.97214 11.7288 1.87172 11.6284C1.77131 11.528 1.71479 11.3919 1.71456 11.2499ZM8.99257 3.42843H15.008L15.7224 5.99986H8.27814L8.99257 3.42843ZM5.57171 20.9999C5.57171 21.1135 5.52656 21.2225 5.44618 21.3029C5.36581 21.3833 5.2568 21.4284 5.14314 21.4284H3.42885C3.31519 21.4284 3.20618 21.3833 3.1258 21.3029C3.04543 21.2225 3.00028 21.1135 3.00028 20.9999V20.3896C3.27024 20.5091 3.56218 20.571 3.85742 20.5713H5.57171V20.9999ZM3.85742 19.7141C3.51643 19.7141 3.1894 19.5787 2.94828 19.3376C2.70717 19.0964 2.57171 18.7694 2.57171 18.4284V14.8876C2.57109 14.4576 2.66272 14.0324 2.84042 13.6409L5.33728 8.117C5.50744 7.7417 5.78204 7.42332 6.12829 7.19989C6.47453 6.97646 6.87778 6.85742 7.28985 6.857H16.7107C17.1228 6.85741 17.5261 6.97648 17.8724 7.2C18.2187 7.42352 18.4932 7.74202 18.6633 8.11743L21.1601 13.6409C21.3378 14.0324 21.4295 14.4576 21.4289 14.8876V18.4284C21.4289 18.7694 21.2934 19.0964 21.0523 19.3376C20.8112 19.5787 20.4841 19.7141 20.1431 19.7141H3.85742ZM20.5717 21.4284H18.8574C18.7438 21.4284 18.6347 21.3833 18.5544 21.3029C18.474 21.2225 18.4289 21.1135 18.4289 20.9999V20.5713H20.1431C20.4384 20.571 20.7303 20.5091 21.0003 20.3896V20.9999C21.0003 21.1135 20.9551 21.2225 20.8748 21.3029C20.7944 21.3833 20.6854 21.4284 20.5717 21.4284ZM21.7503 11.7856H21.2789L20.8027 10.7141H21.3217C21.6114 10.7141 22.286 10.7664 22.286 11.2499C22.2858 11.3919 22.2293 11.528 22.1288 11.6284C22.0284 11.7288 21.8923 11.7853 21.7503 11.7856Z"})}),n.jsx("path",{d:"M21.3217 9.857H20.3904L19.4446 7.76429C19.2063 7.23877 18.8219 6.79294 18.3371 6.48006C17.8523 6.16718 17.2877 6.00048 16.7107 5.99986H16.6117L15.7464 2.885C15.7213 2.79481 15.6674 2.71532 15.5929 2.65867C15.5183 2.60202 15.4273 2.57133 15.3337 2.57129H8.66685C8.57324 2.57133 8.48221 2.60202 8.40768 2.65867C8.33315 2.71532 8.27923 2.79481 8.25414 2.885L7.38885 5.99986H7.28985C6.71286 6.00048 6.14825 6.16718 5.66346 6.48006C5.17868 6.79294 4.79421 7.23877 4.55599 7.76429L3.61014 9.857H2.67885C1.33442 9.857 0.857422 10.6074 0.857422 11.2499C0.857876 11.6191 1.00477 11.9731 1.26588 12.2343C1.52699 12.4954 1.88101 12.6423 2.25028 12.6427H2.35099L2.05956 13.2856C1.83127 13.7887 1.71362 14.335 1.71456 14.8876V18.4284C1.71602 18.8889 1.86719 19.3364 2.14528 19.7034C2.14528 19.7073 2.14314 19.7103 2.14314 19.7141V20.9999C2.14314 21.3409 2.27859 21.6679 2.51971 21.909C2.76083 22.1501 3.08786 22.2856 3.42885 22.2856H5.14314C5.48413 22.2856 5.81116 22.1501 6.05227 21.909C6.29339 21.6679 6.42885 21.3409 6.42885 20.9999V20.5713H17.5717V20.9999C17.5717 21.3409 17.7072 21.6679 17.9483 21.909C18.1894 22.1501 18.5164 22.2856 18.8574 22.2856H20.5717C20.9127 22.2856 21.2397 22.1501 21.4808 21.909C21.722 21.6679 21.8574 21.3409 21.8574 20.9999V19.7141C21.8574 19.7103 21.8553 19.7073 21.8553 19.7034C22.1334 19.3364 22.2845 18.8889 22.286 18.4284V14.8876C22.2876 14.3352 22.1707 13.7889 21.9431 13.2856L21.6517 12.6427H21.7524C22.1213 12.6417 22.4748 12.4946 22.7354 12.2335C22.9961 11.9725 23.1427 11.6188 23.1431 11.2499C23.1431 10.6074 22.6661 9.857 21.3217 9.857ZM1.71456 11.2499C1.71456 10.7664 2.38914 10.7141 2.67885 10.7141H3.19785L2.72171 11.7856H2.25028C2.10827 11.7853 1.97214 11.7288 1.87172 11.6284C1.77131 11.528 1.71479 11.3919 1.71456 11.2499ZM8.99257 3.42843H15.008L15.7224 5.99986H8.27814L8.99257 3.42843ZM5.57171 20.9999C5.57171 21.1135 5.52656 21.2225 5.44618 21.3029C5.36581 21.3833 5.2568 21.4284 5.14314 21.4284H3.42885C3.31519 21.4284 3.20618 21.3833 3.1258 21.3029C3.04543 21.2225 3.00028 21.1135 3.00028 20.9999V20.3896C3.27024 20.5091 3.56218 20.571 3.85742 20.5713H5.57171V20.9999ZM3.85742 19.7141C3.51643 19.7141 3.1894 19.5787 2.94828 19.3376C2.70717 19.0964 2.57171 18.7694 2.57171 18.4284V14.8876C2.57109 14.4576 2.66272 14.0324 2.84042 13.6409L5.33728 8.117C5.50744 7.7417 5.78204 7.42332 6.12829 7.19989C6.47453 6.97646 6.87778 6.85742 7.28985 6.857H16.7107C17.1228 6.85741 17.5261 6.97648 17.8724 7.2C18.2187 7.42352 18.4932 7.74202 18.6633 8.11743L21.1601 13.6409C21.3378 14.0324 21.4295 14.4576 21.4289 14.8876V18.4284C21.4289 18.7694 21.2934 19.0964 21.0523 19.3376C20.8112 19.5787 20.4841 19.7141 20.1431 19.7141H3.85742ZM20.5717 21.4284H18.8574C18.7438 21.4284 18.6347 21.3833 18.5544 21.3029C18.474 21.2225 18.4289 21.1135 18.4289 20.9999V20.5713H20.1431C20.4384 20.571 20.7303 20.5091 21.0003 20.3896V20.9999C21.0003 21.1135 20.9551 21.2225 20.8748 21.3029C20.7944 21.3833 20.6854 21.4284 20.5717 21.4284ZM21.7503 11.7856H21.2789L20.8027 10.7141H21.3217C21.6114 10.7141 22.286 10.7664 22.286 11.2499C22.2858 11.3919 22.2293 11.528 22.1288 11.6284C22.0284 11.7288 21.8923 11.7853 21.7503 11.7856Z",stroke:"#161517",strokeWidth:"3",mask:"url(#path-8-inside-4_3169_15708)"}),n.jsx("mask",{id:"path-9-inside-5_3169_15708",fill:"white",children:n.jsx("path",{d:"M10.7146 4.71436H9.85742V5.5715H10.7146V4.71436Z"})}),n.jsx("path",{d:"M9.85742 4.71436V3.21436H8.35742V4.71436H9.85742ZM10.7146 4.71436H12.2146V3.21436H10.7146V4.71436ZM10.7146 5.5715V7.0715H12.2146V5.5715H10.7146ZM9.85742 5.5715H8.35742V7.0715H9.85742V5.5715ZM9.85742 6.21436H10.7146V3.21436H9.85742V6.21436ZM9.21456 4.71436V5.5715H12.2146V4.71436H9.21456ZM10.7146 4.0715H9.85742V7.0715H10.7146V4.0715ZM11.3574 5.5715V4.71436H8.35742V5.5715H11.3574Z",fill:"#161517",mask:"url(#path-9-inside-5_3169_15708)"}),n.jsx("mask",{id:"path-11-inside-6_3169_15708",fill:"white",children:n.jsx("path",{d:"M11.571 3.85693H10.7139V4.71408H11.571V3.85693Z"})}),n.jsx("path",{d:"M10.7139 3.85693V2.35693H9.21387V3.85693H10.7139ZM11.571 3.85693H13.071V2.35693H11.571V3.85693ZM11.571 4.71408V6.21408H13.071V4.71408H11.571ZM10.7139 4.71408H9.21387V6.21408H10.7139V4.71408ZM10.7139 5.35693H11.571V2.35693H10.7139V5.35693ZM10.071 3.85693V4.71408H13.071V3.85693H10.071ZM11.571 3.21408H10.7139V6.21408H11.571V3.21408ZM12.2139 4.71408V3.85693H9.21387V4.71408H12.2139Z",fill:"#161517",mask:"url(#path-11-inside-6_3169_15708)"}),n.jsx("mask",{id:"path-13-inside-7_3169_15708",fill:"white",children:n.jsx("path",{d:"M12.4284 4.71436H11.5713V5.5715H12.4284V4.71436Z"})}),n.jsx("path",{d:"M11.5713 4.71436V3.21436H10.0713V4.71436H11.5713ZM12.4284 4.71436H13.9284V3.21436H12.4284V4.71436ZM12.4284 5.5715V7.0715H13.9284V5.5715H12.4284ZM11.5713 5.5715H10.0713V7.0715H11.5713V5.5715ZM11.5713 6.21436H12.4284V3.21436H11.5713V6.21436ZM10.9284 4.71436V5.5715H13.9284V4.71436H10.9284ZM12.4284 4.0715H11.5713V7.0715H12.4284V4.0715ZM13.0713 5.5715V4.71436H10.0713V5.5715H13.0713Z",fill:"#161517",mask:"url(#path-13-inside-7_3169_15708)"}),n.jsx("mask",{id:"path-15-inside-8_3169_15708",fill:"white",children:n.jsx("path",{d:"M13.2859 3.85693H12.4287V4.71408H13.2859V3.85693Z"})}),n.jsx("path",{d:"M12.4287 3.85693V2.35693H10.9287V3.85693H12.4287ZM13.2859 3.85693H14.7859V2.35693H13.2859V3.85693ZM13.2859 4.71408V6.21408H14.7859V4.71408H13.2859ZM12.4287 4.71408H10.9287V6.21408H12.4287V4.71408ZM12.4287 5.35693H13.2859V2.35693H12.4287V5.35693ZM11.7859 3.85693V4.71408H14.7859V3.85693H11.7859ZM13.2859 3.21408H12.4287V6.21408H13.2859V3.21408ZM13.9287 4.71408V3.85693H10.9287V4.71408H13.9287Z",fill:"#161517",mask:"url(#path-15-inside-8_3169_15708)"}),n.jsx("mask",{id:"path-17-inside-9_3169_15708",fill:"white",children:n.jsx("path",{d:"M14.1433 4.71436H13.2861V5.5715H14.1433V4.71436Z"})}),n.jsx("path",{d:"M13.2861 4.71436V3.21436H11.7861V4.71436H13.2861ZM14.1433 4.71436H15.6433V3.21436H14.1433V4.71436ZM14.1433 5.5715V7.0715H15.6433V5.5715H14.1433ZM13.2861 5.5715H11.7861V7.0715H13.2861V5.5715ZM13.2861 6.21436H14.1433V3.21436H13.2861V6.21436ZM12.6433 4.71436V5.5715H15.6433V4.71436H12.6433ZM14.1433 4.0715H13.2861V7.0715H14.1433V4.0715ZM14.7861 5.5715V4.71436H11.7861V5.5715H14.7861Z",fill:"#161517",mask:"url(#path-17-inside-9_3169_15708)"})]}),trash:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6v12.75c0 1.243-1.027 2.25-2.269 2.25h-7.5A2.233 2.233 0 0 1 6 18.75V6M19.5 6h-15M10 3h4M14 10v7M10 17v-7"})}),upload:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19.813v-7M9.833 14.813 12 12.645l2.167 2.168"}),n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 19.813h2.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.022-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8"})]}),url:e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:n.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.445 12.778 2.333-2.333a4.401 4.401 0 0 0 0-6.223v0a4.401 4.401 0 0 0-6.223 0l-2.333 2.333M8.89 15.11l6.22-6.22M6.555 11.222l-2.333 2.333a4.401 4.401 0 0 0 0 6.223v0a4.401 4.401 0 0 0 6.223 0l2.333-2.333"})}),user:z2,users:Ja,warning:h0,waves:e=>n.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{d:"M3.35061 7.14469C3.24612 7.03934 3.1875 6.89697 3.1875 6.74859C3.1875 6.60022 3.24612 6.45785 3.35061 6.3525C3.41998 6.28125 5.05311 4.6875 8.24998 4.6875C9.91967 4.6875 11.1365 5.49844 12.3122 6.28125C13.3959 7.00406 14.4206 7.6875 15.75 7.6875C17.1637 7.6875 18.2034 7.32469 18.8269 7.02C19.201 6.84719 19.5483 6.62144 19.8581 6.34969C19.9642 6.24583 20.107 6.18812 20.2554 6.18912C20.4039 6.19012 20.5459 6.24976 20.6506 6.35503C20.7552 6.46031 20.814 6.60268 20.8141 6.75113C20.8143 6.89957 20.7557 7.04205 20.6512 7.1475C20.58 7.21875 18.9469 8.8125 15.75 8.8125C14.0794 8.8125 12.8634 8.00156 11.6878 7.21875C10.604 6.495 9.57936 5.8125 8.24998 5.8125C6.83623 5.8125 5.79654 6.17531 5.17311 6.48C4.79898 6.65281 4.45167 6.87856 4.14186 7.15031C4.0358 7.25376 3.89322 7.3112 3.74507 7.31015C3.59693 7.30909 3.45517 7.24964 3.35061 7.14469ZM19.8506 11.5997C19.5408 11.8714 19.1935 12.0972 18.8194 12.27C18.2034 12.5747 17.1637 12.9375 15.75 12.9375C14.4206 12.9375 13.3959 12.255 12.3122 11.5312C11.1365 10.7475 9.91967 9.9375 8.24998 9.9375C5.05311 9.9375 3.41998 11.5312 3.35154 11.6025C3.24707 11.708 3.18851 11.8504 3.18863 11.9989C3.18876 12.1473 3.24756 12.2897 3.35222 12.395C3.45687 12.5002 3.5989 12.5599 3.74734 12.5609C3.89578 12.5619 4.0386 12.5042 4.14467 12.4003C4.45448 12.1286 4.80179 11.9028 5.17592 11.73C5.79654 11.4253 6.83623 11.0625 8.24998 11.0625C9.57936 11.0625 10.604 11.745 11.6878 12.4688C12.8634 13.2525 14.0794 14.0625 15.75 14.0625C18.9469 14.0625 20.58 12.4688 20.6484 12.3975C20.7529 12.292 20.8115 12.1496 20.8113 12.0011C20.8112 11.8527 20.7524 11.7103 20.6477 11.605C20.5431 11.4998 20.4011 11.4401 20.2526 11.4391C20.1042 11.4381 19.9614 11.4958 19.8553 11.5997H19.8506ZM19.8506 16.8497C19.5408 17.1214 19.1935 17.3472 18.8194 17.52C18.2034 17.8247 17.1637 18.1875 15.75 18.1875C14.4206 18.1875 13.3959 17.505 12.3122 16.7812C11.1365 15.9975 9.91967 15.1875 8.24998 15.1875C5.05311 15.1875 3.41998 16.7812 3.35154 16.8525C3.24707 16.958 3.18851 17.1004 3.18863 17.2489C3.18876 17.3973 3.24756 17.5397 3.35222 17.645C3.45687 17.7502 3.5989 17.8099 3.74734 17.8109C3.89578 17.8119 4.0386 17.7542 4.14467 17.6503C4.45448 17.3786 4.80179 17.1528 5.17592 16.98C5.79654 16.6753 6.83623 16.3125 8.24998 16.3125C9.57936 16.3125 10.604 16.995 11.6878 17.7188C12.8634 18.5025 14.0794 19.3125 15.75 19.3125C18.9469 19.3125 20.58 17.7188 20.6484 17.6475C20.7529 17.542 20.8115 17.3996 20.8113 17.2511C20.8112 17.1027 20.7524 16.9603 20.6477 16.855C20.5431 16.7498 20.4011 16.6901 20.2526 16.6891C20.1042 16.6881 19.9614 16.7458 19.8553 16.8497H19.8506Z",fill:"#161517",stroke:"#161517",strokeWidth:"0.4"})})},ls=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsx("path",{fill:"#B22234",d:"M0 0h30v20H0V0Z"}),n.jsx("path",{fill:"#fff",d:"M0 1.538h30v1.538H0V1.538Zm0 3.076h30v1.538H0V4.614ZM0 7.69h30v1.538H0V7.69Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Z"}),n.jsx("path",{fill:"#3C3B6E",d:"M0 0h13.333v10.766H0V0Z"}),n.jsx("path",{fill:"#fff",d:"m1.11.428.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448L.494.876h.471L1.11.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472L3.33.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM12.216.428l.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448L11.6.876h.472l.144-.448ZM1.11 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 4.732l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 6.884l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 9.036l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Z"})]}),cs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsx("g",{clipPath:"url(#ukFlagClipPath1)",children:n.jsxs("g",{clipPath:"url(#ukFlagClipPath2)",children:[n.jsx("path",{fill:"#00247D",d:"M30 0H0v20h30V0Z"}),n.jsx("path",{stroke:"#fff",strokeWidth:3.466,d:"m0 0 30 20m0-20L0 20"}),n.jsx("path",{stroke:"#CF142B",strokeWidth:2.309,d:"m0 0 30 20m0-20L0 20"}),n.jsx("path",{stroke:"#fff",strokeWidth:5.777,d:"M15 0v20M0 10h30"}),n.jsx("path",{stroke:"#CF142B",strokeWidth:3.466,d:"M15 0v20M0 10h30"})]})}),n.jsxs("defs",{children:[n.jsx("clipPath",{id:"ukFlagClipPath1",children:n.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),n.jsx("clipPath",{id:"ukFlagClipPath2",children:n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),ds=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsx("g",{clipPath:"url(#euFlagClipPath1)",children:n.jsxs("g",{clipPath:"url(#euFlagClipPath2)",children:[n.jsx("path",{fill:"#039",d:"M30 0H0v20h30V0Z"}),n.jsx("path",{fill:"#FC0",d:"m15 2.222-.343 1.057.528.172L15 2.222Z"}),n.jsx("path",{fill:"#FC0",d:"m15 2.222.343 1.057-.528.172L15 2.222Z"}),n.jsx("path",{fill:"#FC0",d:"M16.057 2.99h-1.111v.555l1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m16.057 2.99-.9.653-.326-.45 1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.343-1.057-.528.172.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.899-.653.327-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"M13.944 2.99h1.111v.555l-1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m13.944 2.99.9.653.326-.45-1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m14.348 4.232.343-1.057.528.172-.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m14.348 4.232.899-.653-.327-.45-.572 1.103ZM15 15.556l-.343 1.056.528.172L15 15.556Z"}),n.jsx("path",{fill:"#FC0",d:"m15 15.556.343 1.056-.528.172.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"M16.057 16.323h-1.111v.556l1.11-.556Z"}),n.jsx("path",{fill:"#FC0",d:"m16.057 16.323-.9.653-.326-.45 1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.343-1.056-.528.171.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.899-.653.327-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"M13.944 16.323h1.111v.556l-1.11-.556Z"}),n.jsx("path",{fill:"#FC0",d:"m13.944 16.323.9.653.326-.45-1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m14.348 17.565.343-1.056.528.171-.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m14.348 17.565.899-.653-.327-.45-.572 1.103ZM8.333 8.889 7.99 9.945l.528.172-.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m8.333 8.889.343 1.056-.528.172.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"M9.39 9.656H8.279v.556l1.11-.556Z"}),n.jsx("path",{fill:"#FC0",d:"m9.39 9.656-.9.653-.326-.45 1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.343-1.056-.528.171.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.899-.653.327-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"M7.277 9.656h1.111v.556l-1.11-.556Z"}),n.jsx("path",{fill:"#FC0",d:"m7.277 9.656.9.653.326-.45-1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m7.68 10.898.344-1.056.528.171-.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m7.68 10.898.9-.653-.327-.45-.572 1.103ZM11.014 5.126l.899-.653-.327-.45-.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m11.014 5.126.343-1.057.528.172-.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m10.61 3.884.9.653.326-.45-1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M10.61 3.884h1.112v.555l-1.112-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m11.667 3.116-.343 1.056.528.172-.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m11.667 3.116.343 1.056-.528.172.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.899-.653.327-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.343-1.057-.528.172.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m12.725 3.884-.9.653-.326-.45 1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M12.725 3.884h-1.111v.555l1.11-.555ZM9.879 7.566l-.343-1.057-.529.172.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m9.879 7.566-.899-.653.327-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m8.572 7.566.9-.653-.327-.45-.573 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m8.572 7.566.344-1.057.528.172-.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m8.168 6.324.899.653.326-.45-1.225-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M8.168 6.324h1.111v.555l-1.111-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m10.282 6.324-.899.653-.326-.45 1.225-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M10.282 6.324h-1.11v.555l1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m9.226 5.556.343 1.056-.528.172.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m9.226 5.556-.344 1.056.529.172-.185-1.228ZM10.283 12.99h-1.11v.556l1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m10.283 12.99-.899.654-.326-.45 1.225-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.343-1.057-.529.172.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.899-.653.327-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m8.573 14.233.9-.653-.327-.45-.573 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m8.573 14.233.344-1.057.528.172-.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m9.227 12.223.343 1.057-.528.172.185-1.229Z"}),n.jsx("path",{fill:"#FC0",d:"m9.227 12.223-.344 1.057.529.172-.185-1.229Z"}),n.jsx("path",{fill:"#FC0",d:"M8.17 12.99H9.28v.556l-1.111-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m8.17 12.99.899.654.326-.45-1.225-.203ZM12.724 15.43h-1.111v.556l1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m12.724 15.43-.9.654-.326-.45 1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.343-1.057-.528.172.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.899-.653.327-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m11.014 16.673.899-.653-.327-.45-.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m11.014 16.673.343-1.057.528.172-.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m11.667 14.663.343 1.057-.528.171.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m11.667 14.663-.343 1.057.528.171-.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"M10.61 15.43h1.112v.556l-1.112-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m10.61 15.43.9.654.326-.45-1.226-.203ZM21.663 8.888l.343 1.056-.528.172.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m21.663 8.888-.343 1.056.528.172-.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"M20.606 9.655h1.112v.556l-1.112-.556Z"}),n.jsx("path",{fill:"#FC0",d:"m20.606 9.655.9.653.326-.45-1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m21.01 10.898.343-1.057.528.171-.871.886Z"}),n.jsx("path",{fill:"#FC0",d:"m21.01 10.898.899-.654-.327-.45-.572 1.104Z"}),n.jsx("path",{fill:"#FC0",d:"M22.719 9.655h-1.111v.556l1.11-.556Z"}),n.jsx("path",{fill:"#FC0",d:"m22.719 9.655-.9.653-.326-.45 1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.343-1.057-.528.171.871.886Z"}),n.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.899-.654.327-.45.572 1.104ZM18.982 5.125l-.898-.653.326-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m18.982 5.125-.343-1.057-.528.172.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m19.386 3.883-.9.653-.326-.45 1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M19.386 3.883h-1.111v.555l1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m18.33 3.115.343 1.056-.529.172.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m18.33 3.115-.344 1.056.528.172-.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m17.676 5.125.899-.653-.327-.45-.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m17.676 5.125.343-1.057.529.172-.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m17.271 3.883.9.653.326-.45-1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M17.271 3.883h1.112v.555l-1.111-.555ZM20.117 7.565l.343-1.057.529.172-.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m20.117 7.565.9-.653-.328-.45-.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.9-.653.328-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.343-1.057-.529.172.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m21.828 6.323-.899.653-.326-.45 1.225-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M21.828 6.323h-1.111v.555l1.111-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m19.714 6.323.899.653.326-.45-1.225-.203Z"}),n.jsx("path",{fill:"#FC0",d:"M19.714 6.323h1.111v.555l-1.111-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m20.77 5.555-.343 1.056.529.172-.186-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m20.77 5.555.344 1.056-.529.172.185-1.228ZM19.713 12.99h1.111v.555l-1.111-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m19.713 12.99.899.653.326-.45-1.225-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m20.116 14.232.344-1.057.528.172-.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m20.116 14.232.9-.653-.327-.45-.573 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.9-.653.328-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.343-1.057-.529.172.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m20.77 12.222-.344 1.057.529.172-.185-1.229Z"}),n.jsx("path",{fill:"#FC0",d:"m20.77 12.222.343 1.057-.529.172.186-1.229Z"}),n.jsx("path",{fill:"#FC0",d:"M21.826 12.99h-1.11v.555l1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m21.826 12.99-.899.653-.326-.45 1.225-.203ZM17.273 15.43h1.11v.555l-1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m17.273 15.43.898.653.327-.45-1.226-.203Z"}),n.jsx("path",{fill:"#FC0",d:"m17.676 16.672.343-1.057.529.172-.872.885Z"}),n.jsx("path",{fill:"#FC0",d:"m17.676 16.672.899-.653-.327-.45-.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.898-.653.326-.45.572 1.103Z"}),n.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.343-1.057-.528.172.871.885Z"}),n.jsx("path",{fill:"#FC0",d:"m18.33 14.662-.344 1.057.528.171-.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"m18.33 14.662.343 1.057-.529.171.185-1.228Z"}),n.jsx("path",{fill:"#FC0",d:"M19.386 15.43h-1.111v.555l1.11-.555Z"}),n.jsx("path",{fill:"#FC0",d:"m19.386 15.43-.9.653-.326-.45 1.226-.203Z"})]})}),n.jsxs("defs",{children:[n.jsx("clipPath",{id:"euFlagClipPath1",children:n.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),n.jsx("clipPath",{id:"euFlagClipPath2",children:n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),us=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#germanyFlagClipPath)",children:[n.jsx("path",{fill:"#FFCE00",d:"M30 0H0v20h30V0Z"}),n.jsx("path",{fill:"#D00",d:"M30 0H0v13.333h30V0Z"}),n.jsx("path",{fill:"#000",d:"M30 0H0v6.667h30V0Z"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"germanyFlagClipPath",children:n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})})]}),fs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsx("g",{clipPath:"url(#singaporeFlagClipPath1)",children:n.jsxs("g",{clipPath:"url(#singaporeFlagClipPath2)",children:[n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0V0Z"}),n.jsx("path",{fill:"#ED2939",d:"M0 0h30v10H0V0Z"}),n.jsx("path",{fill:"#fff",d:"M6.336 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),n.jsx("path",{fill:"#ED2939",d:"M8.003 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),n.jsx("path",{fill:"#fff",d:"m8.35 1.93-.563 1.734L9.26 2.593H7.438l1.475 1.071-.563-1.733ZM11.269 4.051H9.446l1.475 1.072-.563-1.734-.564 1.734L11.27 4.05ZM6.546 7.483 8.02 6.412H6.198l1.474 1.071L7.11 5.75l-.563 1.733ZM10.154 7.483 9.591 5.75l-.563 1.733 1.474-1.071H8.68l1.474 1.071ZM5.431 4.052l1.475 1.071-.564-1.734-.563 1.734 1.475-1.071H5.43Z"})]})}),n.jsxs("defs",{children:[n.jsx("clipPath",{id:"singaporeFlagClipPath1",children:n.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),n.jsx("clipPath",{id:"singaporeFlagClipPath2",children:n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),ps=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsx("g",{clipPath:"url(#irelandFlagClipPath1)",children:n.jsxs("g",{clipPath:"url(#irelandFlagClipPath1)",children:[n.jsx("path",{fill:"#169B62",d:"M10 0H0v20h10V0Z"}),n.jsx("path",{fill:"#fff",d:"M20 0H10v20h10V0Z"}),n.jsx("path",{fill:"#FF883E",d:"M30 0H20v20h10V0Z"})]})}),n.jsxs("defs",{children:[n.jsx("clipPath",{id:"irelandFlagClipPath1",children:n.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),n.jsx("clipPath",{id:"irelandFlagClipPath2",children:n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),hs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsx("g",{clipPath:"url(#indiaFlagClipPath1)",children:n.jsxs("g",{clipPath:"url(#indiaFlagClipPath2)",children:[n.jsx("path",{fill:"#F93",d:"M30 0H0v20h30V0Z"}),n.jsx("path",{fill:"#fff",d:"M30 6.667H0v6.666h30V6.666Z"}),n.jsx("path",{fill:"#128807",d:"M30 13.334H0V20h30v-6.666Z"}),n.jsx("path",{fill:"#008",d:"M15 12.667a2.667 2.667 0 1 0 0-5.333 2.667 2.667 0 0 0 0 5.333Z"}),n.jsx("path",{fill:"#fff",d:"M15 12.333a2.333 2.333 0 1 0 0-4.667 2.333 2.333 0 0 0 0 4.667Z"}),n.jsx("path",{fill:"#008",d:"M15 10.466a.467.467 0 1 0 0-.933.467.467 0 0 0 0 .934ZM17.297 10.42a.117.117 0 1 0 .03-.231.117.117 0 0 0-.03.231Z"}),n.jsx("path",{fill:"#008",d:"m14.999 12.333.08-1.4-.08-.666-.08.666.08 1.4ZM17.105 11a.117.117 0 1 0 .09-.215.117.117 0 0 0-.09.216ZM14.39 12.254l.44-1.332.095-.665-.25.624-.285 1.373ZM16.776 11.512a.117.117 0 1 0 .142-.185.117.117 0 0 0-.142.185ZM13.829 12.02l.77-1.172.263-.618-.402.538-.631 1.252ZM16.327 11.922a.117.117 0 1 0 .185-.142.117.117 0 0 0-.185.142ZM13.35 11.65l1.047-.934.415-.528-.528.415-.934 1.046ZM15.788 12.2a.117.117 0 1 0 .216-.09.117.117 0 0 0-.216.09ZM12.983 11.166l1.252-.63.537-.403-.617.264-1.172.77ZM15.192 12.328a.117.117 0 1 0 .231-.03.117.117 0 0 0-.23.03ZM12.75 10.603l1.372-.285.623-.25-.664.095-1.332.44ZM14.579 12.297a.117.117 0 1 0 .231.03.117.117 0 0 0-.231-.03ZM12.666 9.999l1.4.08.666-.08-.666-.08-1.4.08ZM13.998 12.11a.117.117 0 1 0 .215.09.117.117 0 0 0-.215-.09ZM12.745 9.395l1.331.44.665.095-.623-.25-1.373-.285ZM13.488 11.78a.117.117 0 1 0 .185.141.117.117 0 0 0-.185-.142ZM12.98 8.832l1.173.77.617.264-.537-.403-1.252-.63ZM13.08 11.327a.117.117 0 1 0 .142.185.117.117 0 0 0-.142-.185ZM13.351 8.349l.934 1.046.528.415-.415-.528-1.047-.933ZM12.801 10.784a.117.117 0 1 0 .09.215.117.117 0 0 0-.09-.215ZM13.834 7.978l.63 1.252.403.538-.264-.618-.77-1.172ZM12.67 10.186a.117.117 0 1 0 .03.231.117.117 0 0 0-.03-.231ZM14.394 7.743l.285 1.373.25.623-.096-.664-.44-1.332ZM12.702 9.578a.117.117 0 1 0-.03.231.117.117 0 0 0 .03-.23ZM15 7.665l-.08 1.4.08.667.08-.667-.08-1.4ZM12.894 8.998a.117.117 0 1 0-.09.216.117.117 0 0 0 .09-.216ZM15.609 7.745l-.44 1.331-.095.665.25-.623.285-1.373ZM13.223 8.486a.117.117 0 1 0-.142.185.117.117 0 0 0 .142-.185ZM16.17 7.978l-.77 1.173-.263.617.402-.537.631-1.253ZM13.672 8.077a.117.117 0 1 0-.185.142.117.117 0 0 0 .185-.142ZM16.649 8.35l-1.047.933-.414.528.527-.415.934-1.047ZM14.213 7.799a.117.117 0 1 0-.216.09.117.117 0 0 0 .216-.09ZM17.018 8.833l-1.252.63-.537.403.617-.264 1.172-.77ZM14.809 7.671a.117.117 0 1 0-.231.03.117.117 0 0 0 .23-.03ZM17.252 9.396l-1.373.285-.623.25.664-.095 1.332-.44ZM15.422 7.702a.117.117 0 1 0-.23-.03.117.117 0 0 0 .23.03ZM17.335 10l-1.4-.08-.666.08.666.08 1.4-.08ZM16.003 7.889a.117.117 0 1 0-.215-.09.117.117 0 0 0 .215.09ZM17.256 10.604l-1.331-.44-.665-.095.623.25 1.373.285ZM16.511 8.22a.117.117 0 1 0-.185-.142.117.117 0 0 0 .185.142ZM17.018 11.167l-1.172-.77-.617-.263.537.402 1.252.631ZM16.92 8.673a.117.117 0 1 0-.143-.185.117.117 0 0 0 .142.185ZM16.648 11.65l-.934-1.046-.527-.414.414.527 1.047.934ZM17.198 9.216a.117.117 0 1 0-.09-.216.117.117 0 0 0 .09.216ZM16.165 12.022l-.63-1.253-.403-.537.264.617.77 1.173ZM17.33 9.814a.117.117 0 1 0-.03-.232.117.117 0 0 0 .03.232ZM15.605 12.256l-.285-1.373-.25-.623.096.665.44 1.331Z"})]})}),n.jsxs("defs",{children:[n.jsx("clipPath",{id:"indiaFlagClipPath1",children:n.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),n.jsx("clipPath",{id:"indiaFlagClipPath2",children:n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),gs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#netherlandsFlagClipPath)",children:[n.jsx("path",{fill:"#21468B",d:"M30 0H0v20h30V0Z"}),n.jsx("path",{fill:"#fff",d:"M30 0H0v13.333h30V0Z"}),n.jsx("path",{fill:"#AE1C28",d:"M30 0H0v6.667h30V0Z"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"netherlandsFlagClipPath",children:n.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})})})]}),vs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_2882_11964)",children:[n.jsx("path",{fill:"#012169",d:"M29 0H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h28a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Z"}),n.jsx("mask",{id:"mask0_2882_11964",width:15,height:10,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:n.jsx("path",{fill:"#fff",d:"M0 0h15v10H0V0Z"})}),n.jsxs("g",{mask:"url(#mask0_2882_11964)",children:[n.jsx("path",{fill:"#000",d:"m0 0 15 10L0 0Zm15 0L0 10 15 0Z"}),n.jsx("path",{stroke:"#fff",strokeWidth:2,d:"m0 0 15 10m0-10L0 10"})]}),n.jsx("mask",{id:"mask1_2882_11964",width:15,height:10,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:n.jsx("path",{fill:"#fff",d:"M0 0v5h15v5L0 0Zm15 0H7.5v10H0L15 0Z"})}),n.jsxs("g",{mask:"url(#mask1_2882_11964)",children:[n.jsx("path",{fill:"#000",d:"m0 0 15 10L0 0Zm15 0L0 10 15 0Z"}),n.jsx("path",{stroke:"#E4002B",strokeWidth:1.333,d:"m0 0 15 10m0-10L0 10"})]}),n.jsx("path",{fill:"#000",d:"M7.5 0v10V0ZM0 5h15H0Z"}),n.jsx("path",{stroke:"#fff",strokeWidth:3.333,d:"M7.5 0v10M0 5h15"}),n.jsx("path",{fill:"#000",d:"M7.5 0v10V0ZM0 5h15H0Z"}),n.jsx("path",{stroke:"#E4002B",strokeWidth:2,d:"M7.5 0v10M0 5h15"}),n.jsx("path",{fill:"#fff",d:"m7.722 12.104.534 1.708 1.633-.635-.966 1.494 1.501.915-1.74.156.24 1.777-1.202-1.3-1.203 1.3.24-1.777-1.74-.156 1.502-.915-.966-1.494 1.632.635.535-1.708ZM22.504 15l.254.813.777-.302-.46.711.715.436-.828.074.114.846-.572-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM18.808 7.663l.255.813.777-.303-.46.712.715.436-.828.074.114.846-.573-.62-.572.62.114-.846-.829-.074.715-.436-.46-.712.778.303.254-.813ZM22.504 2.519l.254.813.777-.302-.46.711.715.436-.828.074.114.846-.572-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM26.61 5.647l.255.813.777-.302-.46.711.715.436-.828.074.114.846-.573-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM24.354 10.205l.201.507.532.04-.407.353.127.531-.453-.288-.452.288.127-.531-.407-.353.531-.04.201-.507Z"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_2882_11964",children:n.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})})]}),Cs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3880_12429)",children:[n.jsx("path",{d:"M0 0H30V9.99994H15L0 0Z",fill:"#E03C31"}),n.jsx("path",{d:"M0 19.9994H30V9.99951H15L0 19.9994Z",fill:"#001489"}),n.jsx("mask",{id:"mask0_3880_12429",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"30",height:"20",children:n.jsx("path",{d:"M0 0H30V19.9999H0V0Z",fill:"white"})}),n.jsxs("g",{mask:"url(#mask0_3880_12429)",children:[n.jsx("path",{d:"M30 9.99994H15M15 9.99994L0 0V19.9999L15 9.99994Z",stroke:"white",strokeWidth:"6.66665"}),n.jsx("mask",{id:"mask1_3880_12429",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"15",height:"20",children:n.jsx("path",{d:"M0 0L15 9.99994L0 19.9999V0Z",fill:"white"})}),n.jsxs("g",{mask:"url(#mask1_3880_12429)",children:[n.jsx("path",{d:"M0 0L15 9.99994L0 19.9999",fill:"black"}),n.jsx("path",{d:"M0 0L15 9.99994L0 19.9999",stroke:"#FFB81C",strokeWidth:"6.66665"})]}),n.jsx("path",{d:"M0 0L15 9.99994M15 9.99994H30M15 9.99994L0 19.9999",stroke:"#007749",strokeWidth:"3.99999"})]})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3880_12429",children:n.jsx("rect",{width:"30",height:"19.9999",rx:"1",fill:"white"})})})]}),bs=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"21",viewBox:"0 0 30 21",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3880_11917)",children:[n.jsx("path",{d:"M0 1C0 0.447715 0.447715 0 1 0H29C29.5523 0 30 0.447715 30 1V19C30 19.5523 29.5523 20 29 20H1C0.447716 20 0 19.5523 0 19V1Z",fill:"#009B3A"}),n.jsx("path",{d:"M2.55078 10.4998L15.0008 18.4498L27.4508 10.4998L15.0008 2.5498L2.55078 10.4998Z",fill:"#FEDF00"}),n.jsx("path",{d:"M15 15.75C17.8995 15.75 20.25 13.3995 20.25 10.5C20.25 7.60051 17.8995 5.25 15 5.25C12.1005 5.25 9.75 7.60051 9.75 10.5C9.75 13.3995 12.1005 15.75 15 15.75Z",fill:"#002776"}),n.jsx("mask",{id:"mask0_3880_11917",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"9",y:"5",width:"12",height:"11",children:n.jsx("path",{d:"M14.999 15.75C17.8985 15.75 20.249 13.3995 20.249 10.5C20.249 7.60051 17.8985 5.25 14.999 5.25C12.0995 5.25 9.74902 7.60051 9.74902 10.5C9.74902 13.3995 12.0995 15.75 14.999 15.75Z",fill:"white"})}),n.jsx("g",{mask:"url(#mask0_3880_11917)",children:n.jsx("path",{d:"M-0.750977 21C-0.750977 17.6185 0.592324 14.3755 2.98341 11.9844C5.3745 9.5933 8.61751 8.25 11.999 8.25C15.3805 8.25 18.6235 9.5933 21.0146 11.9844C23.4057 14.3755 24.749 17.6185 24.749 21H23.999C23.999 17.8174 22.7347 14.7652 20.4843 12.5147C18.2339 10.2643 15.1816 9 11.999 9C8.81643 9 5.76418 10.2643 3.51374 12.5147C1.26331 14.7652 -0.000976503 17.8174 -0.000976503 21H-0.750977Z",fill:"white"})}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5225 8.96495C10.5818 8.95767 10.6354 8.92456 10.6715 8.87288C10.7077 8.8212 10.7235 8.7552 10.7154 8.68939C10.7073 8.62358 10.676 8.56335 10.6284 8.52196C10.5808 8.48057 10.5208 8.4614 10.4616 8.46867C10.4024 8.47595 10.3488 8.50906 10.3126 8.56074C10.2764 8.61242 10.2607 8.67842 10.2687 8.74423C10.2768 8.81004 10.3081 8.87027 10.3557 8.91166C10.4033 8.95305 10.4633 8.97222 10.5225 8.96495ZM10.5112 8.87278C10.546 8.86851 10.5774 8.84798 10.5984 8.81571C10.6194 8.78344 10.6283 8.74207 10.6232 8.70071C10.6182 8.65934 10.5995 8.62136 10.5713 8.59513C10.5431 8.5689 10.5077 8.55657 10.4729 8.56084C10.4381 8.56511 10.4068 8.58564 10.3858 8.61791C10.3648 8.65018 10.3558 8.69155 10.3609 8.73291C10.366 8.77428 10.3847 8.81226 10.4129 8.83849C10.4411 8.86472 10.4764 8.87705 10.5112 8.87278Z",fill:"#009B3A"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.9304 8.92017L11.023 8.91369L11.0101 8.72843L11.2096 8.71448C11.2512 8.71157 11.2899 8.69227 11.3172 8.66081C11.3446 8.62936 11.3583 8.58833 11.3554 8.54676C11.3525 8.50518 11.3332 8.46646 11.3017 8.43912C11.2703 8.41178 11.2292 8.39805 11.1877 8.40096L10.9026 8.42089L10.9304 8.92017ZM11.0036 8.6358L11.196 8.62235C11.213 8.62116 11.2288 8.61326 11.24 8.60039C11.2512 8.58752 11.2568 8.57074 11.2556 8.55373C11.2544 8.53672 11.2465 8.52088 11.2337 8.5097C11.2208 8.49851 11.204 8.4929 11.187 8.49409L10.9946 8.50754L11.0036 8.6358Z",fill:"#009B3A"}),n.jsx("path",{d:"M11.3539 8.89027C11.3489 8.81902 11.338 8.66226 11.2311 8.66973L11.0957 8.6792C11.2525 8.66824 11.2634 8.825 11.2684 8.89625",fill:"#009B3A"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5634 8.8803L11.7991 8.87618C11.8272 8.87569 11.855 8.86966 11.8808 8.85844C11.9066 8.84722 11.9299 8.83103 11.9495 8.81078C11.969 8.79054 11.9844 8.76665 11.9947 8.74046C12.005 8.71428 12.0101 8.68632 12.0096 8.65819L12.0084 8.58677C12.0079 8.55863 12.0018 8.53087 11.9906 8.50506C11.9794 8.47926 11.9632 8.45591 11.943 8.43637C11.9227 8.41682 11.8988 8.40145 11.8726 8.39114C11.8465 8.38082 11.8185 8.37577 11.7904 8.37626L11.5547 8.38037L11.5634 8.8803ZM11.6546 8.78583L11.7903 8.78346C11.8263 8.78283 11.8606 8.76794 11.8856 8.74204C11.9106 8.71615 11.9243 8.68139 11.9237 8.6454L11.9229 8.60255C11.9223 8.56656 11.9074 8.5323 11.8815 8.50729C11.8556 8.48229 11.8208 8.4686 11.7848 8.46922L11.6492 8.47159L11.6546 8.78583Z",fill:"#009B3A"}),n.jsx("path",{d:"M12.1984 8.87421L12.6481 8.88991L12.6513 8.79711L12.2873 8.7844L12.2918 8.6559L12.5773 8.66588L12.5803 8.58021L12.2948 8.57024L12.2982 8.4703L12.6409 8.48227L12.6441 8.38947L12.2158 8.37451L12.1984 8.87421Z",fill:"#009B3A"}),n.jsx("path",{d:"M12.8334 8.90142L12.9188 8.90889L12.9486 8.56734L13.0184 8.9176L13.0967 8.92445L13.2262 8.59161L13.1963 8.93317L13.2817 8.94064L13.3252 8.44254L13.2007 8.43165L13.0712 8.76448L13.0015 8.41421L12.877 8.40332L12.8334 8.90142Z",fill:"#009B3A"}),n.jsx("path",{d:"M13.8691 9.01821L14.2387 9.08171L14.2532 8.99724L13.9681 8.94825L13.9875 8.83561L14.2198 8.87553L14.2343 8.79105L14.002 8.75114L14.0153 8.6737L14.2916 8.72118L14.3061 8.6367L13.9453 8.57471L13.8691 9.01821Z",fill:"#009B3A"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.8182 9.20429L14.9081 9.22754L14.9546 9.04774L15.1482 9.09782C15.1885 9.10825 15.2314 9.10223 15.2673 9.08108C15.3032 9.05992 15.3292 9.02537 15.3397 8.98502C15.3501 8.94467 15.3441 8.90183 15.3229 8.86592C15.3018 8.83001 15.2672 8.80398 15.2269 8.79354L14.9503 8.722L14.8182 9.20429ZM14.9778 8.95784L15.1645 9.00613C15.181 9.0104 15.1986 9.00793 15.2133 8.99928C15.2279 8.99063 15.2386 8.97649 15.2429 8.95999C15.2471 8.94348 15.2447 8.92595 15.236 8.91126C15.2274 8.89657 15.2132 8.88592 15.1967 8.88165L15.01 8.83336L14.9778 8.95784Z",fill:"#009B3A"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.4317 9.36797L15.5202 9.39589L15.5761 9.21878L15.7668 9.27892C15.8066 9.29145 15.8497 9.28768 15.8866 9.26843C15.9236 9.24919 15.9514 9.21605 15.964 9.1763C15.9765 9.13655 15.9727 9.09345 15.9535 9.05649C15.9342 9.01952 15.9011 8.99171 15.8613 8.97918L15.5888 8.89326L15.4317 9.36797ZM15.604 9.13022L15.7879 9.18821C15.8042 9.19334 15.8218 9.19179 15.837 9.18392C15.8521 9.17605 15.8635 9.16249 15.8686 9.14623C15.8737 9.12997 15.8722 9.11234 15.8643 9.09722C15.8564 9.08209 15.8429 9.07072 15.8266 9.06559L15.6427 9.0076L15.604 9.13022Z",fill:"#009B3A"}),n.jsx("path",{d:"M15.8367 9.4961C15.8582 9.42798 15.9054 9.27811 15.8033 9.24589L15.6738 9.20508C15.8237 9.25233 15.7764 9.4022 15.755 9.47032",fill:"#009B3A"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2466 9.64284C16.3025 9.66373 16.3653 9.65911 16.4213 9.62997C16.4772 9.60083 16.5217 9.54957 16.5449 9.48746C16.5681 9.42536 16.5682 9.3575 16.5451 9.2988C16.522 9.24011 16.4776 9.1954 16.4217 9.1745C16.3658 9.1536 16.303 9.15823 16.247 9.18737C16.1911 9.21651 16.1466 9.26777 16.1234 9.32987C16.1002 9.39198 16.1001 9.45984 16.1232 9.51853C16.1463 9.57722 16.1907 9.62194 16.2466 9.64284ZM16.2791 9.55586C16.3119 9.56813 16.3492 9.5644 16.3827 9.54547C16.4163 9.52655 16.4433 9.49398 16.4579 9.45495C16.4725 9.41591 16.4735 9.37359 16.4606 9.33731C16.4477 9.30103 16.422 9.27375 16.3892 9.26148C16.3563 9.2492 16.3191 9.25294 16.2855 9.27186C16.252 9.29079 16.225 9.32335 16.2104 9.36239C16.1958 9.40143 16.1948 9.44374 16.2077 9.48002C16.2206 9.51631 16.2463 9.54359 16.2791 9.55586Z",fill:"#009B3A"}),n.jsx("mask",{id:"mask1_3880_11917",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"16",y:"9",width:"2",height:"1",children:n.jsx("path",{d:"M16.6288 9.79056L16.8281 9.33203L17.2408 9.51147L17.0414 9.97L16.6288 9.79056ZM16.969 9.57241L16.9348 9.65101L17.1411 9.74073L17.1753 9.66213L16.969 9.57241Z",fill:"white"})}),n.jsx("g",{mask:"url(#mask1_3880_11917)",children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.8351 9.88028C16.8898 9.90407 16.9528 9.90274 17.0102 9.87657C17.0676 9.8504 17.1147 9.80154 17.1411 9.74073C17.1676 9.67993 17.1712 9.61216 17.1512 9.55234C17.1312 9.49252 17.0892 9.44554 17.0345 9.42175C16.9797 9.39795 16.9168 9.39929 16.8594 9.42546C16.802 9.45163 16.7549 9.50049 16.7284 9.5613C16.702 9.6221 16.6984 9.68987 16.7184 9.74969C16.7384 9.80951 16.7804 9.85649 16.8351 9.88028ZM16.8721 9.79512C16.9043 9.8091 16.9417 9.80732 16.9762 9.79017C17.0106 9.77303 17.0393 9.74193 17.056 9.70371C17.0726 9.66549 17.0757 9.62328 17.0648 9.58637C17.0538 9.54947 17.0296 9.52088 16.9974 9.50691C16.9653 9.49293 16.9279 9.49471 16.8934 9.51186C16.8589 9.529 16.8302 9.5601 16.8136 9.59832C16.797 9.63654 16.7938 9.67875 16.8048 9.71566C16.8158 9.75256 16.84 9.78115 16.8721 9.79512Z",fill:"#009B3A"})}),n.jsx("path",{d:"M16.9678 9.66504L17.1414 9.74052L17.1129 9.80602L16.9393 9.73054L16.9678 9.66504Z",fill:"#009B3A"}),n.jsx("path",{d:"M17.0752 9.7124L17.1407 9.74088L17.041 9.97015L16.9755 9.94167L17.0752 9.7124Z",fill:"#009B3A"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.2095 10.0485L17.2926 10.09L17.3755 9.92377L17.5545 10.013C17.5918 10.0316 17.6349 10.0346 17.6745 10.0214C17.714 10.0082 17.7466 9.97979 17.7652 9.9425C17.7838 9.9052 17.7868 9.86204 17.7736 9.82252C17.7604 9.78299 17.732 9.75034 17.6947 9.73175L17.439 9.60426L17.2095 10.0485ZM17.4169 9.84067L17.5895 9.92672C17.6048 9.93433 17.6224 9.93557 17.6386 9.93016C17.6548 9.92475 17.6681 9.91313 17.6757 9.89788C17.6833 9.88262 17.6846 9.86496 17.6792 9.84879C17.6737 9.83263 17.6621 9.81927 17.6469 9.81166L17.4743 9.72561L17.4169 9.84067Z",fill:"#009B3A"}),n.jsx("path",{d:"M17.59 10.2382C17.6218 10.1743 17.692 10.0337 17.5961 9.98585L17.4746 9.92529C17.6152 9.99541 17.5451 10.136 17.5133 10.2",fill:"#009B3A"}),n.jsx("path",{d:"M17.7753 10.3361L18.1669 10.5576L18.2127 10.4768L17.8956 10.2974L17.9589 10.1855L18.2076 10.3262L18.2498 10.2516L18.0011 10.1109L18.0504 10.0239L18.3488 10.1927L18.3945 10.1119L18.0215 9.90088L17.7753 10.3361Z",fill:"#009B3A"}),n.jsx("path",{d:"M18.5044 10.5806C18.4775 10.6228 18.5048 10.6698 18.565 10.7081C18.6252 10.7465 18.6663 10.7451 18.6836 10.7181C18.7383 10.6322 18.4221 10.507 18.5196 10.3574C18.6036 10.2288 18.7473 10.3289 18.8016 10.3634C18.8558 10.3979 18.9428 10.4873 18.8751 10.5902L18.7833 10.5317C18.812 10.4865 18.7804 10.4431 18.7322 10.4124C18.6855 10.3827 18.6476 10.3691 18.6198 10.4128C18.5732 10.4826 18.8831 10.6144 18.7881 10.7635C18.718 10.8734 18.5962 10.8254 18.5148 10.7736C18.4456 10.7295 18.342 10.6254 18.4095 10.5202L18.5044 10.5806Z",fill:"#009B3A"}),n.jsx("path",{d:"M19.0409 10.9353C19.0119 10.976 19.0366 11.0244 19.0947 11.0659C19.1529 11.1073 19.1939 11.1081 19.2127 11.082C19.2718 10.9991 18.9626 10.8575 19.0677 10.7132C19.1584 10.5892 19.2967 10.6966 19.349 10.734C19.4014 10.7713 19.4836 10.8651 19.4106 10.9643L19.3219 10.9011C19.3531 10.8575 19.3238 10.8124 19.2772 10.7793C19.2322 10.7471 19.195 10.7316 19.1649 10.7737C19.1147 10.841 19.4173 10.9888 19.3146 11.1328C19.2389 11.2389 19.1197 11.1846 19.0412 11.1286C18.9744 11.0809 18.8764 10.9715 18.9493 10.87L19.0409 10.9353Z",fill:"#009B3A"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5484 11.5109C19.5951 11.548 19.6563 11.563 19.7185 11.5526C19.7807 11.5422 19.8389 11.5072 19.8801 11.4553C19.9214 11.4034 19.9424 11.3389 19.9386 11.2759C19.9348 11.2129 19.9064 11.1567 19.8597 11.1196C19.813 11.0824 19.7518 11.0674 19.6896 11.0778C19.6274 11.0882 19.5692 11.1233 19.528 11.1751C19.4867 11.227 19.4657 11.2916 19.4695 11.3545C19.4733 11.4175 19.5017 11.4737 19.5484 11.5109ZM19.6062 11.4382C19.6337 11.46 19.6703 11.468 19.708 11.4603C19.7457 11.4527 19.7815 11.4301 19.8075 11.3975C19.8334 11.3649 19.8474 11.3249 19.8463 11.2864C19.8453 11.2479 19.8293 11.214 19.8019 11.1922C19.7744 11.1704 19.7378 11.1624 19.7001 11.1701C19.6624 11.1777 19.6266 11.2003 19.6006 11.2329C19.5747 11.2656 19.5607 11.3055 19.5618 11.344C19.5628 11.3825 19.5788 11.4164 19.6062 11.4382Z",fill:"#009B3A"}),n.jsx("path",{d:"M10.7129 9.33154L10.6434 9.54553L10.7504 9.5803",fill:"white"}),n.jsx("path",{d:"M10.7129 9.33154L10.7824 9.54553L10.6754 9.5803",fill:"white"}),n.jsx("path",{d:"M10.9277 9.48779H10.7027V9.60029",fill:"white"}),n.jsx("path",{d:"M10.9277 9.48779L10.7457 9.62004L10.6796 9.52903",fill:"white"}),n.jsx("path",{d:"M10.5 9.4873L10.682 9.61956L10.7482 9.52854",fill:"white"}),n.jsx("path",{d:"M10.5 9.4873H10.725V9.5998",fill:"white"}),n.jsx("path",{d:"M10.8467 9.73828L10.7772 9.52429L10.6702 9.55906",fill:"white"}),n.jsx("path",{d:"M10.8467 9.73828L10.6647 9.60603L10.7308 9.51502",fill:"white"}),n.jsx("path",{d:"M10.5811 9.73877L10.7631 9.60652L10.697 9.5155",fill:"white"}),n.jsx("path",{d:"M10.5811 9.73877L10.6506 9.52478L10.7576 9.55955",fill:"white"}),n.jsx("path",{d:"M11.1787 11.54L11.1092 11.754L11.2162 11.7888",fill:"white"}),n.jsx("path",{d:"M11.1787 11.54L11.2482 11.754L11.1412 11.7888",fill:"white"}),n.jsx("path",{d:"M11.3926 11.6948H11.1676V11.8073",fill:"white"}),n.jsx("path",{d:"M11.3926 11.6948L11.2105 11.8271L11.1444 11.7361",fill:"white"}),n.jsx("path",{d:"M10.9639 11.6953L11.1459 11.8276L11.212 11.7365",fill:"white"}),n.jsx("path",{d:"M10.9639 11.6953H11.1889V11.8078",fill:"white"}),n.jsx("path",{d:"M11.3105 11.9468L11.241 11.7328L11.134 11.7676",fill:"white"}),n.jsx("path",{d:"M11.3105 11.9468L11.1285 11.8145L11.1946 11.7235",fill:"white"}),n.jsx("path",{d:"M11.0459 11.9463L11.2279 11.814L11.1618 11.723",fill:"white"}),n.jsx("path",{d:"M11.0459 11.9463L11.1154 11.7323L11.2224 11.7671",fill:"white"}),n.jsx("path",{d:"M10.5371 12.0479L10.4792 12.2262L10.5683 12.2551",fill:"white"}),n.jsx("path",{d:"M10.5371 12.0479L10.5951 12.2262L10.5059 12.2551",fill:"white"}),n.jsx("path",{d:"M10.7158 12.1777H10.5283V12.2715",fill:"white"}),n.jsx("path",{d:"M10.7158 12.1777L10.5641 12.2879L10.509 12.2121",fill:"white"}),n.jsx("path",{d:"M10.3584 12.1772L10.5101 12.2875L10.5652 12.2116",fill:"white"}),n.jsx("path",{d:"M10.3584 12.1772H10.5459V12.271",fill:"white"}),n.jsx("path",{d:"M10.6465 12.3867L10.5885 12.2084L10.4994 12.2374",fill:"white"}),n.jsx("path",{d:"M10.6465 12.3867L10.4948 12.2765L10.5499 12.2007",fill:"white"}),n.jsx("path",{d:"M10.4258 12.3872L10.5775 12.277L10.5224 12.2012",fill:"white"}),n.jsx("path",{d:"M10.4258 12.3872L10.4837 12.2089L10.5729 12.2379",fill:"white"}),n.jsx("path",{d:"M11.6904 11.3359L11.6573 11.4378L11.7083 11.4544",fill:"white"}),n.jsx("path",{d:"M11.6904 11.3359L11.7235 11.4378L11.6726 11.4544",fill:"white"}),n.jsx("path",{d:"M11.793 11.4092H11.6858V11.4628",fill:"white"}),n.jsx("path",{d:"M11.793 11.4092L11.7063 11.4722L11.6748 11.4288",fill:"white"}),n.jsx("path",{d:"M11.5879 11.4102L11.6746 11.4731L11.7061 11.4298",fill:"white"}),n.jsx("path",{d:"M11.5879 11.4102H11.695V11.4637",fill:"white"}),n.jsx("path",{d:"M11.7539 11.5293L11.7208 11.4274L11.6698 11.444",fill:"white"}),n.jsx("path",{d:"M11.7539 11.5293L11.6672 11.4663L11.6987 11.423",fill:"white"}),n.jsx("path",{d:"M11.6289 11.5298L11.7156 11.4668L11.6841 11.4235",fill:"white"}),n.jsx("path",{d:"M11.6289 11.5298L11.662 11.4279L11.713 11.4444",fill:"white"}),n.jsx("path",{d:"M12.2715 12.0981L12.2135 12.2765L12.3027 12.3054",fill:"white"}),n.jsx("path",{d:"M12.2715 12.0981L12.3294 12.2765L12.2403 12.3054",fill:"white"}),n.jsx("path",{d:"M12.4492 12.228H12.2617V12.3218",fill:"white"}),n.jsx("path",{d:"M12.4492 12.228L12.2975 12.3382L12.2424 12.2624",fill:"white"}),n.jsx("path",{d:"M12.0938 12.2275L12.2454 12.3377L12.3005 12.2619",fill:"white"}),n.jsx("path",{d:"M12.0938 12.2275H12.2812V12.3213",fill:"white"}),n.jsx("path",{d:"M12.3818 12.438L12.3239 12.2597L12.2347 12.2886",fill:"white"}),n.jsx("path",{d:"M12.3818 12.438L12.2301 12.3278L12.2853 12.2519",fill:"white"}),n.jsx("path",{d:"M12.1621 12.4375L12.3138 12.3273L12.2587 12.2514",fill:"white"}),n.jsx("path",{d:"M12.1621 12.4375L12.2201 12.2592L12.3092 12.2881",fill:"white"}),n.jsx("path",{d:"M12.1152 12.6567L12.0689 12.7994L12.1402 12.8226",fill:"white"}),n.jsx("path",{d:"M12.1152 12.6567L12.1616 12.7994L12.0903 12.8226",fill:"white"}),n.jsx("path",{d:"M12.2578 12.7607H12.1078V12.8357",fill:"white"}),n.jsx("path",{d:"M12.2578 12.7607L12.1365 12.8489L12.0924 12.7882",fill:"white"}),n.jsx("path",{d:"M11.9727 12.7603L12.094 12.8484L12.1381 12.7877",fill:"white"}),n.jsx("path",{d:"M11.9727 12.7603H12.1227V12.8353",fill:"white"}),n.jsx("path",{d:"M12.2031 12.9287L12.1568 12.7861L12.0854 12.8092",fill:"white"}),n.jsx("path",{d:"M12.2031 12.9287L12.0818 12.8405L12.1259 12.7799",fill:"white"}),n.jsx("path",{d:"M12.0264 12.9282L12.1477 12.8401L12.1036 12.7794",fill:"white"}),n.jsx("path",{d:"M12.0264 12.9282L12.0727 12.7856L12.144 12.8087",fill:"white"}),n.jsx("path",{d:"M16.6289 8.64648L16.5594 8.86047L16.6664 8.89524",fill:"white"}),n.jsx("path",{d:"M16.6289 8.64648L16.6984 8.86047L16.5914 8.89524",fill:"white"}),n.jsx("path",{d:"M16.8418 8.80127H16.6168V8.91377",fill:"white"}),n.jsx("path",{d:"M16.8418 8.80127L16.6598 8.93352L16.5936 8.84251",fill:"white"}),n.jsx("path",{d:"M16.4141 8.80273L16.5961 8.93499L16.6622 8.84397",fill:"white"}),n.jsx("path",{d:"M16.4141 8.80273H16.6391V8.91523",fill:"white"}),n.jsx("path",{d:"M16.7607 9.05371L16.6912 8.83972L16.5842 8.87449",fill:"white"}),n.jsx("path",{d:"M16.7607 9.05371L16.5787 8.92146L16.6448 8.83044",fill:"white"}),n.jsx("path",{d:"M16.4951 9.05322L16.6771 8.92097L16.611 8.82996",fill:"white"}),n.jsx("path",{d:"M16.4951 9.05322L16.5646 8.83923L16.6716 8.874",fill:"white"}),n.jsx("path",{d:"M18.6787 12.1182L18.6092 12.3322L18.7162 12.3669",fill:"white"}),n.jsx("path",{d:"M18.6787 12.1182L18.7482 12.3322L18.6412 12.3669",fill:"white"}),n.jsx("path",{d:"M18.8926 12.2734H18.6676V12.3859",fill:"white"}),n.jsx("path",{d:"M18.8926 12.2734L18.7105 12.4057L18.6444 12.3147",fill:"white"}),n.jsx("path",{d:"M18.4648 12.2734L18.6469 12.4057L18.713 12.3147",fill:"white"}),n.jsx("path",{d:"M18.4648 12.2734H18.6898V12.3859",fill:"white"}),n.jsx("path",{d:"M18.8105 12.5249L18.741 12.3109L18.634 12.3457",fill:"white"}),n.jsx("path",{d:"M18.8105 12.5249L18.6285 12.3927L18.6946 12.3016",fill:"white"}),n.jsx("path",{d:"M18.5459 12.5249L18.7279 12.3927L18.6618 12.3016",fill:"white"}),n.jsx("path",{d:"M18.5459 12.5249L18.6154 12.3109L18.7224 12.3457",fill:"white"}),n.jsx("path",{d:"M19.4082 12.2427L19.3619 12.3853L19.4332 12.4085",fill:"white"}),n.jsx("path",{d:"M19.4082 12.2427L19.4546 12.3853L19.3832 12.4085",fill:"white"}),n.jsx("path",{d:"M19.5498 12.3462H19.3998V12.4212",fill:"white"}),n.jsx("path",{d:"M19.5498 12.3462L19.4285 12.4344L19.3844 12.3737",fill:"white"}),n.jsx("path",{d:"M19.2656 12.3462L19.387 12.4344L19.4311 12.3737",fill:"white"}),n.jsx("path",{d:"M19.2656 12.3462H19.4156V12.4212",fill:"white"}),n.jsx("path",{d:"M19.4951 12.5142L19.4488 12.3715L19.3774 12.3947",fill:"white"}),n.jsx("path",{d:"M19.4951 12.5142L19.3738 12.426L19.4178 12.3653",fill:"white"}),n.jsx("path",{d:"M19.3193 12.5137L19.4407 12.4255L19.3966 12.3648",fill:"white"}),n.jsx("path",{d:"M19.3193 12.5137L19.3657 12.371L19.437 12.3942",fill:"white"}),n.jsx("path",{d:"M18.8936 12.6196L18.8356 12.798L18.9248 12.8269",fill:"white"}),n.jsx("path",{d:"M18.8936 12.6196L18.9515 12.798L18.8623 12.8269",fill:"white"}),n.jsx("path",{d:"M19.0713 12.749H18.8838V12.8428",fill:"white"}),n.jsx("path",{d:"M19.0713 12.749L18.9196 12.8592L18.8645 12.7834",fill:"white"}),n.jsx("path",{d:"M18.7148 12.749L18.8665 12.8592L18.9216 12.7834",fill:"white"}),n.jsx("path",{d:"M18.7148 12.749H18.9023V12.8428",fill:"white"}),n.jsx("path",{d:"M19.0029 12.9585L18.945 12.7802L18.8558 12.8091",fill:"white"}),n.jsx("path",{d:"M19.0029 12.9585L18.8512 12.8483L18.9063 12.7724",fill:"white"}),n.jsx("path",{d:"M18.7812 12.959L18.9329 12.8488L18.8778 12.7729",fill:"white"}),n.jsx("path",{d:"M18.7812 12.959L18.8392 12.7807L18.9284 12.8096",fill:"white"}),n.jsx("path",{d:"M17.6279 13.7197L17.57 13.898L17.6592 13.927",fill:"white"}),n.jsx("path",{d:"M17.6279 13.7197L17.6859 13.898L17.5967 13.927",fill:"white"}),n.jsx("path",{d:"M17.8047 13.8491H17.6172V13.9429",fill:"white"}),n.jsx("path",{d:"M17.8047 13.8491L17.653 13.9593L17.5979 13.8835",fill:"white"}),n.jsx("path",{d:"M17.4482 13.8491L17.5999 13.9593L17.655 13.8835",fill:"white"}),n.jsx("path",{d:"M17.4482 13.8491H17.6357V13.9429",fill:"white"}),n.jsx("path",{d:"M17.7363 14.0586L17.6784 13.8803L17.5892 13.9092",fill:"white"}),n.jsx("path",{d:"M17.7363 14.0586L17.5846 13.9484L17.6397 13.8725",fill:"white"}),n.jsx("path",{d:"M17.5166 14.0591L17.6683 13.9489L17.6132 13.873",fill:"white"}),n.jsx("path",{d:"M17.5166 14.0591L17.5745 13.8808L17.6637 13.9097",fill:"white"}),n.jsx("path",{d:"M17.6211 14.2856L17.5747 14.4283L17.6461 14.4515",fill:"white"}),n.jsx("path",{d:"M17.6211 14.2856L17.6674 14.4283L17.5961 14.4515",fill:"white"}),n.jsx("path",{d:"M17.7656 14.3892H17.6156V14.4642",fill:"white"}),n.jsx("path",{d:"M17.7656 14.3892L17.6443 14.4773L17.6002 14.4167",fill:"white"}),n.jsx("path",{d:"M17.4795 14.3887L17.6008 14.4768L17.6449 14.4162",fill:"white"}),n.jsx("path",{d:"M17.4795 14.3887H17.6295V14.4637",fill:"white"}),n.jsx("path",{d:"M17.7109 14.5571L17.6646 14.4145L17.5933 14.4376",fill:"white"}),n.jsx("path",{d:"M17.7109 14.5571L17.5896 14.469L17.6337 14.4083",fill:"white"}),n.jsx("path",{d:"M17.5322 14.5566L17.6536 14.4685L17.6095 14.4078",fill:"white"}),n.jsx("path",{d:"M17.5322 14.5566L17.5786 14.414L17.6499 14.4372",fill:"white"}),n.jsx("path",{d:"M18.1504 13.3428L18.104 13.4854L18.1754 13.5086",fill:"white"}),n.jsx("path",{d:"M18.1504 13.3428L18.1967 13.4854L18.1254 13.5086",fill:"white"}),n.jsx("path",{d:"M18.293 13.4468H18.143V13.5218",fill:"white"}),n.jsx("path",{d:"M18.293 13.4468L18.1716 13.5349L18.1275 13.4743",fill:"white"}),n.jsx("path",{d:"M18.0078 13.4463L18.1292 13.5345L18.1732 13.4738",fill:"white"}),n.jsx("path",{d:"M18.0078 13.4463H18.1578V13.5213",fill:"white"}),n.jsx("path",{d:"M18.2373 13.6147L18.191 13.4721L18.1196 13.4953",fill:"white"}),n.jsx("path",{d:"M18.2373 13.6147L18.116 13.5266L18.16 13.4659",fill:"white"}),n.jsx("path",{d:"M18.0625 13.6143L18.1839 13.5261L18.1398 13.4654",fill:"white"}),n.jsx("path",{d:"M18.0625 13.6143L18.1089 13.4716L18.1802 13.4948",fill:"white"}),n.jsx("path",{d:"M18.5713 13.041L18.5133 13.2193L18.6025 13.2483",fill:"white"}),n.jsx("path",{d:"M18.5713 13.041L18.6292 13.2193L18.5401 13.2483",fill:"white"}),n.jsx("path",{d:"M18.749 13.1709H18.5615V13.2646",fill:"white"}),n.jsx("path",{d:"M18.749 13.1709L18.5973 13.2811L18.5422 13.2053",fill:"white"}),n.jsx("path",{d:"M18.3926 13.1704L18.5443 13.2806L18.5994 13.2048",fill:"white"}),n.jsx("path",{d:"M18.3926 13.1704H18.5801V13.2642",fill:"white"}),n.jsx("path",{d:"M18.6807 13.3804L18.6227 13.202L18.5336 13.231",fill:"white"}),n.jsx("path",{d:"M18.6807 13.3804L18.529 13.2702L18.5841 13.1943",fill:"white"}),n.jsx("path",{d:"M18.46 13.3804L18.6117 13.2702L18.5565 13.1943",fill:"white"}),n.jsx("path",{d:"M18.46 13.3804L18.5179 13.202L18.6071 13.231",fill:"white"}),n.jsx("path",{d:"M17.6084 13.2422L17.562 13.3848L17.6334 13.408",fill:"white"}),n.jsx("path",{d:"M17.6084 13.2422L17.6548 13.3848L17.5834 13.408",fill:"white"}),n.jsx("path",{d:"M17.751 13.3462H17.601V13.4212",fill:"white"}),n.jsx("path",{d:"M17.751 13.3462L17.6296 13.4344L17.5855 13.3737",fill:"white"}),n.jsx("path",{d:"M17.4658 13.3462L17.5872 13.4344L17.6313 13.3737",fill:"white"}),n.jsx("path",{d:"M17.4658 13.3462H17.6158V13.4212",fill:"white"}),n.jsx("path",{d:"M17.6963 13.5142L17.6499 13.3715L17.5786 13.3947",fill:"white"}),n.jsx("path",{d:"M17.6963 13.5142L17.5749 13.426L17.619 13.3653",fill:"white"}),n.jsx("path",{d:"M17.5195 13.5137L17.6409 13.4255L17.5968 13.3648",fill:"white"}),n.jsx("path",{d:"M17.5195 13.5137L17.5659 13.371L17.6372 13.3942",fill:"white"}),n.jsx("path",{d:"M13 10.5269L12.9421 10.7052L13.0312 10.7341",fill:"white"}),n.jsx("path",{d:"M13 10.5269L13.0579 10.7052L12.9688 10.7341",fill:"white"}),n.jsx("path",{d:"M13.1787 10.6562H12.9912V10.75",fill:"white"}),n.jsx("path",{d:"M13.1787 10.6562L13.027 10.7665L12.9719 10.6906",fill:"white"}),n.jsx("path",{d:"M12.8223 10.6562L12.974 10.7665L13.0291 10.6906",fill:"white"}),n.jsx("path",{d:"M12.8223 10.6562H13.0098V10.75",fill:"white"}),n.jsx("path",{d:"M13.1104 10.8662L13.0524 10.6879L12.9632 10.7169",fill:"white"}),n.jsx("path",{d:"M13.1104 10.8662L12.9587 10.756L13.0138 10.6802",fill:"white"}),n.jsx("path",{d:"M12.8906 10.8657L13.0423 10.7555L12.9872 10.6797",fill:"white"}),n.jsx("path",{d:"M12.8906 10.8657L12.9486 10.6874L13.0377 10.7164",fill:"white"}),n.jsx("path",{d:"M16.4297 10.0859L16.3833 10.2286L16.4547 10.2518",fill:"white"}),n.jsx("path",{d:"M16.4297 10.0859L16.476 10.2286L16.4047 10.2518",fill:"white"}),n.jsx("path",{d:"M16.5713 10.1899H16.4213V10.2649",fill:"white"}),n.jsx("path",{d:"M16.5713 10.1899L16.4499 10.2781L16.4059 10.2174",fill:"white"}),n.jsx("path",{d:"M16.2861 10.1895L16.4075 10.2776L16.4516 10.2169",fill:"white"}),n.jsx("path",{d:"M16.2861 10.1895H16.4361V10.2645",fill:"white"}),n.jsx("path",{d:"M16.5176 10.3569L16.4712 10.2143L16.3999 10.2375",fill:"white"}),n.jsx("path",{d:"M16.5176 10.3569L16.3962 10.2688L16.4403 10.2081",fill:"white"}),n.jsx("path",{d:"M16.3389 10.3574L16.4602 10.2693L16.4161 10.2086",fill:"white"}),n.jsx("path",{d:"M16.3389 10.3574L16.3852 10.2148L16.4565 10.2379",fill:"white"}),n.jsx("path",{d:"M14.999 12.6323L14.9295 12.8463L15.0365 12.8811",fill:"white"}),n.jsx("path",{d:"M14.999 12.6323L15.0686 12.8463L14.9616 12.8811",fill:"white"}),n.jsx("path",{d:"M15.2119 12.7871H14.9869V12.8996",fill:"white"}),n.jsx("path",{d:"M15.2119 12.7871L15.0299 12.9194L14.9638 12.8283",fill:"white"}),n.jsx("path",{d:"M14.7842 12.7876L14.9662 12.9198L15.0323 12.8288",fill:"white"}),n.jsx("path",{d:"M14.7842 12.7876H15.0092V12.9001",fill:"white"}),n.jsx("path",{d:"M15.1309 13.0396L15.0613 12.8256L14.9543 12.8603",fill:"white"}),n.jsx("path",{d:"M15.1309 13.0396L14.9488 12.9073L15.015 12.8163",fill:"white"}),n.jsx("path",{d:"M14.8652 13.0391L15.0473 12.9068L14.9811 12.8158",fill:"white"}),n.jsx("path",{d:"M14.8652 13.0391L14.9348 12.8251L15.0418 12.8598",fill:"white"}),n.jsx("path",{d:"M15.6055 11.627L15.5475 11.8053L15.6367 11.8342",fill:"white"}),n.jsx("path",{d:"M15.6055 11.627L15.6634 11.8053L15.5742 11.8342",fill:"white"}),n.jsx("path",{d:"M15.7842 11.7563H15.5967V11.8501",fill:"white"}),n.jsx("path",{d:"M15.7842 11.7563L15.6325 11.8666L15.5774 11.7907",fill:"white"}),n.jsx("path",{d:"M15.4268 11.7568L15.5784 11.867L15.6336 11.7912",fill:"white"}),n.jsx("path",{d:"M15.4268 11.7568H15.6143V11.8506",fill:"white"}),n.jsx("path",{d:"M15.7158 11.9658L15.6579 11.7875L15.5687 11.8165",fill:"white"}),n.jsx("path",{d:"M15.7158 11.9658L15.5641 11.8556L15.6192 11.7798",fill:"white"}),n.jsx("path",{d:"M15.4951 11.9668L15.6468 11.8566L15.5917 11.7807",fill:"white"}),n.jsx("path",{d:"M15.4951 11.9668L15.5531 11.7885L15.6422 11.8174",fill:"white"}),n.jsx("path",{d:"M15 11.1553L14.9421 11.3336L15.0312 11.3626",fill:"white"}),n.jsx("path",{d:"M15 11.1553L15.0579 11.3336L14.9688 11.3626",fill:"white"}),n.jsx("path",{d:"M15.1787 11.2847H14.9912V11.3784",fill:"white"}),n.jsx("path",{d:"M15.1787 11.2847L15.027 11.3949L14.9719 11.319",fill:"white"}),n.jsx("path",{d:"M14.8223 11.2842L14.974 11.3944L15.0291 11.3185",fill:"white"}),n.jsx("path",{d:"M14.8223 11.2842H15.0098V11.3779",fill:"white"}),n.jsx("path",{d:"M15.1104 11.4941L15.0524 11.3158L14.9632 11.3448",fill:"white"}),n.jsx("path",{d:"M15.1104 11.4941L14.9587 11.3839L15.0138 11.3081",fill:"white"}),n.jsx("path",{d:"M14.8887 11.4946L15.0404 11.3844L14.9853 11.3086",fill:"white"}),n.jsx("path",{d:"M14.8887 11.4946L14.9466 11.3163L15.0358 11.3453",fill:"white"}),n.jsx("path",{d:"M14.4707 11.6641L14.4244 11.8067L14.4957 11.8299",fill:"white"}),n.jsx("path",{d:"M14.4707 11.6641L14.5171 11.8067L14.4457 11.8299",fill:"white"}),n.jsx("path",{d:"M14.6133 11.7681H14.4633V11.8431",fill:"white"}),n.jsx("path",{d:"M14.6133 11.7681L14.4919 11.8562L14.4478 11.7956",fill:"white"}),n.jsx("path",{d:"M14.3301 11.7681L14.4514 11.8562L14.4955 11.7956",fill:"white"}),n.jsx("path",{d:"M14.3301 11.7681H14.4801V11.8431",fill:"white"}),n.jsx("path",{d:"M14.5596 11.9355L14.5132 11.7929L14.4419 11.8161",fill:"white"}),n.jsx("path",{d:"M14.5596 11.9355L14.4382 11.8474L14.4823 11.7867",fill:"white"}),n.jsx("path",{d:"M14.3828 11.9355L14.5042 11.8474L14.4601 11.7867",fill:"white"}),n.jsx("path",{d:"M14.3828 11.9355L14.4292 11.7929L14.5005 11.8161",fill:"white"}),n.jsx("path",{d:"M14.7363 12.0713L14.7032 12.1732L14.7542 12.1897",fill:"white"}),n.jsx("path",{d:"M14.7363 12.0713L14.7694 12.1732L14.7185 12.1897",fill:"white"}),n.jsx("path",{d:"M14.8379 12.1455H14.7307V12.1991",fill:"white"}),n.jsx("path",{d:"M14.8379 12.1455L14.7512 12.2085L14.7197 12.1651",fill:"white"}),n.jsx("path",{d:"M14.6338 12.146L14.7205 12.209L14.752 12.1656",fill:"white"}),n.jsx("path",{d:"M14.6338 12.146H14.7409V12.1996",fill:"white"}),n.jsx("path",{d:"M14.7988 12.2651L14.7657 12.1632L14.7148 12.1798",fill:"white"}),n.jsx("path",{d:"M14.7988 12.2651L14.7121 12.2022L14.7436 12.1588",fill:"white"}),n.jsx("path",{d:"M14.6738 12.2651L14.7605 12.2022L14.729 12.1588",fill:"white"}),n.jsx("path",{d:"M14.6738 12.2651L14.7069 12.1632L14.7579 12.1798",fill:"white"}),n.jsx("path",{d:"M16.5713 13.8481L16.5133 14.0265L16.6025 14.0554",fill:"white"}),n.jsx("path",{d:"M16.5713 13.8481L16.6292 14.0265L16.5401 14.0554",fill:"white"}),n.jsx("path",{d:"M16.75 13.9775H16.5625V14.0713",fill:"white"}),n.jsx("path",{d:"M16.75 13.9775L16.5983 14.0877L16.5432 14.0119",fill:"white"}),n.jsx("path",{d:"M16.3926 13.978L16.5443 14.0882L16.5994 14.0124",fill:"white"}),n.jsx("path",{d:"M16.3926 13.978H16.5801V14.0718",fill:"white"}),n.jsx("path",{d:"M16.6826 14.1875L16.6247 14.0092L16.5355 14.0381",fill:"white"}),n.jsx("path",{d:"M16.6826 14.1875L16.5309 14.0773L16.586 14.0014",fill:"white"}),n.jsx("path",{d:"M16.4619 14.1875L16.6136 14.0773L16.5585 14.0014",fill:"white"}),n.jsx("path",{d:"M16.4619 14.1875L16.5199 14.0092L16.609 14.0381",fill:"white"}),n.jsx("path",{d:"M17.0215 13.4214L16.9751 13.564L17.0465 13.5872",fill:"white"}),n.jsx("path",{d:"M17.0215 13.4214L17.0678 13.564L16.9965 13.5872",fill:"white"}),n.jsx("path",{d:"M17.165 13.5249H17.015V13.5999",fill:"white"}),n.jsx("path",{d:"M17.165 13.5249L17.0437 13.6131L16.9996 13.5524",fill:"white"}),n.jsx("path",{d:"M16.8799 13.5249L17.0012 13.6131L17.0453 13.5524",fill:"white"}),n.jsx("path",{d:"M16.8799 13.5249H17.0299V13.5999",fill:"white"}),n.jsx("path",{d:"M17.1094 13.6929L17.063 13.5502L16.9917 13.5734",fill:"white"}),n.jsx("path",{d:"M17.1094 13.6929L16.988 13.6047L17.0321 13.544",fill:"white"}),n.jsx("path",{d:"M16.9336 13.6924L17.0549 13.6042L17.0109 13.5435",fill:"white"}),n.jsx("path",{d:"M16.9336 13.6924L16.9799 13.5497L17.0513 13.5729",fill:"white"}),n.jsx("path",{d:"M16.1582 13.293L16.1119 13.4356L16.1832 13.4588",fill:"white"}),n.jsx("path",{d:"M16.1582 13.293L16.2046 13.4356L16.1332 13.4588",fill:"white"}),n.jsx("path",{d:"M16.3008 13.3965H16.1508V13.4715",fill:"white"}),n.jsx("path",{d:"M16.3008 13.3965L16.1794 13.4847L16.1353 13.424",fill:"white"}),n.jsx("path",{d:"M16.0156 13.3965L16.137 13.4847L16.1811 13.424",fill:"white"}),n.jsx("path",{d:"M16.0156 13.3965H16.1656V13.4715",fill:"white"}),n.jsx("path",{d:"M16.2451 13.564L16.1988 13.4213L16.1274 13.4445",fill:"white"}),n.jsx("path",{d:"M16.2451 13.564L16.1238 13.4758L16.1678 13.4151",fill:"white"}),n.jsx("path",{d:"M16.0693 13.564L16.1907 13.4758L16.1466 13.4151",fill:"white"}),n.jsx("path",{d:"M16.0693 13.564L16.1157 13.4213L16.187 13.4445",fill:"white"}),n.jsx("path",{d:"M12.8936 13.061L12.824 13.275L12.931 13.3098",fill:"white"}),n.jsx("path",{d:"M12.8936 13.061L12.9631 13.275L12.8561 13.3098",fill:"white"}),n.jsx("path",{d:"M13.1064 13.2163H12.8814V13.3288",fill:"white"}),n.jsx("path",{d:"M13.1064 13.2163L12.9244 13.3486L12.8583 13.2575",fill:"white"}),n.jsx("path",{d:"M12.6787 13.2163L12.8607 13.3486L12.9269 13.2575",fill:"white"}),n.jsx("path",{d:"M12.6787 13.2163H12.9037V13.3288",fill:"white"}),n.jsx("path",{d:"M13.0234 13.4683L12.9539 13.2543L12.8469 13.289",fill:"white"}),n.jsx("path",{d:"M13.0234 13.4683L12.8414 13.336L12.9075 13.245",fill:"white"}),n.jsx("path",{d:"M12.7598 13.4678L12.9418 13.3355L12.8757 13.2445",fill:"white"}),n.jsx("path",{d:"M12.7598 13.4678L12.8293 13.2538L12.9363 13.2886",fill:"white"}),n.jsx("path",{d:"M15.001 14.5327L14.9778 14.604L15.0135 14.6156",fill:"white"}),n.jsx("path",{d:"M15.001 14.5327L15.0242 14.604L14.9885 14.6156",fill:"white"}),n.jsx("path",{d:"M15.0723 14.584H14.9973V14.6215",fill:"white"}),n.jsx("path",{d:"M15.0723 14.584L15.0116 14.6281L14.9895 14.5977",fill:"white"}),n.jsx("path",{d:"M14.9297 14.584L14.9904 14.6281L15.0124 14.5977",fill:"white"}),n.jsx("path",{d:"M14.9297 14.584H15.0047V14.6215",fill:"white"}),n.jsx("path",{d:"M15.0449 14.668L15.0217 14.5966L14.9861 14.6082",fill:"white"}),n.jsx("path",{d:"M15.0449 14.668L14.9842 14.6239L15.0063 14.5935",fill:"white"}),n.jsx("path",{d:"M14.9561 14.6675L15.0167 14.6234L14.9947 14.5931",fill:"white"}),n.jsx("path",{d:"M14.9561 14.6675L14.9792 14.5962L15.0149 14.6077",fill:"white"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3880_11917",children:n.jsx("rect",{width:"30",height:"21",fill:"white"})})})]}),ms=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"20",viewBox:"0 0 30 20",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3880_12442)",children:[n.jsx("rect",{width:"30",height:"20",rx:"1",fill:"#FF0000"}),n.jsx("path",{d:"M4.56641 0.000488281H25.436V20.0005H4.56641V0.000488281Z",fill:"white"}),n.jsx("path",{d:"M15.0008 1.87549L13.5769 4.42236C13.4138 4.6984 13.1258 4.67236 12.8323 4.51611L11.7997 4.0057L12.566 7.91195C12.7291 8.62549 12.2073 8.62549 11.9519 8.3182L10.153 6.39111L9.86494 7.37028C9.83233 7.50049 9.68559 7.6359 9.46276 7.60465L7.19102 7.14632L7.78885 9.22965C7.91928 9.6932 8.01711 9.8859 7.65842 10.0057L6.84863 10.3703L10.7671 13.4172C10.9247 13.5317 11.0008 13.7401 10.941 13.9276L10.5986 15.0057C11.9465 14.8547 13.1584 14.6307 14.5062 14.4953C14.6258 14.4849 14.8215 14.6672 14.8215 14.8026L14.6475 18.7505H15.2997L15.1965 14.813C15.1965 14.6776 15.3758 14.4849 15.4954 14.4953C16.8432 14.6359 18.0552 14.8599 19.403 15.0057L19.0552 13.9224C18.9954 13.7349 19.0769 13.5317 19.2291 13.4119L23.1475 10.3651L22.3378 10.0005C21.9791 9.87549 22.0769 9.68799 22.2073 9.22445L22.8052 7.14111L20.5334 7.59945C20.3106 7.6307 20.1638 7.49528 20.1312 7.36507L19.8432 6.3859L18.0443 8.31299C17.7888 8.62028 17.2725 8.62028 17.4302 7.90674L18.1965 4.00049L17.1638 4.5109C16.8758 4.66715 16.5823 4.68799 16.4193 4.41715L15.0008 1.87549Z",fill:"#FF0000"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3880_12442",children:n.jsx("rect",{width:"30",height:"20",fill:"white"})})})]}),it=S.div.withConfig({componentId:"sc-1sddmxu-0"})(["display:flex;width:100%;gap:",";"," *{box-shadow:none;outline:none;}"],({theme:e})=>e.click.field.space.gap,({$orientation:e="vertical",$dir:t="start"})=>`
|
|
28
|
+
flex-direction: ${e==="horizontal"?t==="start"?"row-reverse":"row":t==="start"?"column-reverse":"column"};
|
|
29
|
+
align-items: ${e==="vertical"?"flex-start":"center"};
|
|
30
|
+
`),K2=S.div.withConfig({componentId:"sc-1sddmxu-1"})(["",";"],({theme:e})=>`
|
|
31
|
+
font: ${e.click.field.typography.label.error};
|
|
32
|
+
color: ${e.click.field.color.label.error};
|
|
33
|
+
`);S.css(["height:1px;background-color:",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default);const Kn=S.button.withConfig({componentId:"sc-1sddmxu-2"})(["background:transparent;border:none;cursor:pointer;outline:none;padding:0;border:0;&:disabled{cursor:not-allowed;}"]);S.div.withConfig({componentId:"sc-1sddmxu-3"})(["display:grid;place-items:center;width:100%;height:100%;"]);const qn=S.button.withConfig({componentId:"sc-1sddmxu-4"})(["display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;",""],({theme:e})=>`
|
|
34
|
+
padding: ${e.click.button.basic.space.y} ${e.click.button.basic.space.x};
|
|
35
|
+
border-radius: ${e.click.button.radii.all};
|
|
36
|
+
gap: ${e.click.button.basic.space.gap};
|
|
37
|
+
font: ${e.click.button.basic.typography.label.default};
|
|
38
|
+
&:hover {
|
|
39
|
+
font: ${e.click.button.basic.typography.label.hover};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&:active,
|
|
43
|
+
&:focus {
|
|
44
|
+
outline: none;
|
|
45
|
+
font: ${e.click.button.basic.typography.label.active};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&:disabled,
|
|
49
|
+
&:disabled:hover,
|
|
50
|
+
&:disabled:active {
|
|
51
|
+
font: ${e.click.button.basic.typography.label.disabled};
|
|
52
|
+
cursor: not-allowed;
|
|
53
|
+
}
|
|
54
|
+
`),Yn=S.svg.withConfig({componentId:"sc-1sddmxu-5"})(["display:flex;align-items:center;",""],({theme:e,$size:t})=>`
|
|
55
|
+
& svg {
|
|
56
|
+
${t?`
|
|
57
|
+
width: ${e.click.image[t].size.width};
|
|
58
|
+
height: ${e.click.image[t].size.height};
|
|
59
|
+
`:""}
|
|
60
|
+
}
|
|
61
|
+
`),xs=S.div.withConfig({componentId:"sc-1sddmxu-6"})(["display:flex;flex-direction:column;align-items:flex-start;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;gap:",";"],({theme:e})=>e.click.field.space.gap),q2={usa:ls,de:us,sg:fs,uk:cs,ie:ps,eu:ds,in:hs,nl:gs,au:vs,br:bs,ca:ms,za:Cs},Y2=({name:e,size:t,...o})=>{const r=q2[e];if(r!==void 0)return n.jsx(Yn,{as:r,$size:t,...o})},ws=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M20.7682 28.7733C20.7682 29.3908 20.8361 29.8915 20.955 30.2587C21.0909 30.6258 21.2608 31.0264 21.4986 31.4603C21.5835 31.5938 21.6175 31.7273 21.6175 31.8442C21.6175 32.0111 21.5156 32.178 21.2948 32.3449L20.2246 33.0458C20.0718 33.146 19.9189 33.196 19.783 33.196C19.6131 33.196 19.4433 33.1126 19.2734 32.9624C19.0356 32.712 18.8318 32.445 18.6619 32.178C18.4921 31.8942 18.3222 31.5771 18.1354 31.1933C16.8105 32.7287 15.1458 33.4964 13.1415 33.4964C11.7146 33.4964 10.5766 33.0959 9.74427 32.2948C8.91196 31.4937 8.4873 30.4256 8.4873 29.0904C8.4873 27.6718 8.99689 26.5202 10.033 25.6523C11.0692 24.7845 12.445 24.3506 14.1946 24.3506C14.7721 24.3506 15.3666 24.4006 15.9951 24.4841C16.6236 24.5675 17.2691 24.701 17.9485 24.8512V23.6329C17.9485 22.3645 17.6767 21.4799 17.1502 20.9626C16.6066 20.4452 15.6894 20.1948 14.3815 20.1948C13.7869 20.1948 13.1754 20.2616 12.547 20.4118C11.9185 20.562 11.307 20.7456 10.7125 20.9793C10.4407 21.0961 10.2369 21.1628 10.118 21.1962C9.99906 21.2296 9.91413 21.2463 9.84619 21.2463C9.60838 21.2463 9.48948 21.0794 9.48948 20.7289V19.9111C9.48948 19.6441 9.52345 19.4438 9.60838 19.327C9.69331 19.2102 9.84619 19.0933 10.084 18.9765C10.6785 18.6761 11.3919 18.4258 12.2242 18.2255C13.0565 18.0085 13.9398 17.9084 14.874 17.9084C16.8954 17.9084 18.3732 18.359 19.3244 19.2602C20.2586 20.1615 20.7342 21.53 20.7342 23.3659V28.7733H20.7682ZM13.8719 31.3101C14.4324 31.3101 15.0099 31.21 15.6214 31.0097C16.2329 30.8094 16.7765 30.4422 17.2351 29.9416C17.5069 29.6245 17.7107 29.274 17.8126 28.8734C17.9145 28.4729 17.9825 27.9889 17.9825 27.4214V26.7205C17.4899 26.6036 16.9633 26.5035 16.4198 26.4367C15.8762 26.37 15.3497 26.3366 14.8231 26.3366C13.685 26.3366 12.8527 26.5536 12.2922 27.0042C11.7316 27.4548 11.4599 28.089 11.4599 28.9235C11.4599 29.7079 11.6637 30.292 12.0883 30.6926C12.496 31.1098 13.0905 31.3101 13.8719 31.3101ZM27.5116 33.1126C27.2059 33.1126 27.0021 33.0625 26.8662 32.9457C26.7303 32.8455 26.6114 32.6119 26.5095 32.2948L22.5178 19.3938C22.4158 19.06 22.3649 18.843 22.3649 18.7262C22.3649 18.4591 22.5008 18.3089 22.7725 18.3089H24.4372C24.7599 18.3089 24.9807 18.359 25.0996 18.4758C25.2355 18.576 25.3374 18.8096 25.4394 19.1267L28.293 30.1752L30.9428 19.1267C31.0278 18.7929 31.1297 18.576 31.2656 18.4758C31.4014 18.3757 31.6392 18.3089 31.945 18.3089H33.3039C33.6266 18.3089 33.8474 18.359 33.9833 18.4758C34.1192 18.576 34.2381 18.8096 34.3061 19.1267L36.9898 30.3087L39.9284 19.1267C40.0303 18.7929 40.1492 18.576 40.2681 18.4758C40.404 18.3757 40.6249 18.3089 40.9306 18.3089H42.5103C42.7821 18.3089 42.9349 18.4424 42.9349 18.7262C42.9349 18.8096 42.918 18.8931 42.901 18.9932C42.884 19.0933 42.85 19.2269 42.7821 19.4104L38.6884 32.3115C38.5865 32.6453 38.4676 32.8622 38.3317 32.9624C38.1959 33.0625 37.975 33.1293 37.6863 33.1293H36.2255C35.9027 33.1293 35.6819 33.0792 35.546 32.9624C35.4101 32.8455 35.2912 32.6286 35.2233 32.2948L32.5905 21.53L29.9746 32.2781C29.8897 32.6119 29.7878 32.8288 29.6519 32.9457C29.516 33.0625 29.2782 33.1126 28.9724 33.1126H27.5116ZM49.3387 33.5632C48.4554 33.5632 47.5721 33.4631 46.7228 33.2628C45.8735 33.0625 45.2111 32.8455 44.7694 32.5952C44.4977 32.445 44.3108 32.2781 44.2429 32.1279C44.1749 31.9777 44.141 31.8108 44.141 31.6606V30.8094C44.141 30.4589 44.2768 30.292 44.5316 30.292C44.6336 30.292 44.7355 30.3087 44.8374 30.3421C44.9393 30.3755 45.0922 30.4422 45.262 30.509C45.8396 30.7593 46.468 30.9596 47.1305 31.0931C47.8099 31.2267 48.4724 31.2934 49.1518 31.2934C50.222 31.2934 51.0543 31.1098 51.6318 30.7427C52.2093 30.3755 52.5151 29.8414 52.5151 29.1571C52.5151 28.6898 52.3622 28.306 52.0564 27.9889C51.7507 27.6718 51.1732 27.3881 50.3409 27.121L47.8779 26.37C46.6379 25.9861 45.7207 25.4187 45.1601 24.6677C44.5996 23.9333 44.3108 23.1155 44.3108 22.2477C44.3108 21.5467 44.4637 20.9292 44.7694 20.3951C45.0752 19.8611 45.4828 19.3938 45.9924 19.0266C46.502 18.6427 47.0795 18.359 47.759 18.1587C48.4384 17.9584 49.1518 17.875 49.8992 17.875C50.2729 17.875 50.6636 17.8917 51.0373 17.9418C51.428 17.9918 51.7847 18.0586 52.1414 18.1253C52.4811 18.2088 52.8038 18.2922 53.1096 18.3924C53.4153 18.4925 53.6531 18.5927 53.823 18.6928C54.0608 18.8263 54.2307 18.9598 54.3326 19.11C54.4345 19.2435 54.4854 19.4271 54.4854 19.6608V20.4452C54.4854 20.7957 54.3496 20.9793 54.0948 20.9793C53.9589 20.9793 53.7381 20.9125 53.4493 20.779C52.4811 20.3451 51.394 20.1281 50.188 20.1281C49.2198 20.1281 48.4554 20.2783 47.9288 20.5954C47.4023 20.9125 47.1305 21.3965 47.1305 22.0808C47.1305 22.5481 47.3004 22.9486 47.6401 23.2657C47.9798 23.5828 48.6083 23.8999 49.5085 24.1837L51.9206 24.9347C53.1435 25.3185 54.0268 25.8526 54.5534 26.5369C55.0799 27.2212 55.3347 28.0056 55.3347 28.8734C55.3347 29.5911 55.1819 30.242 54.8931 30.8094C54.5874 31.3769 54.1797 31.8775 53.6531 32.2781C53.1266 32.6953 52.4981 32.9957 51.7677 33.2127C51.0033 33.4464 50.205 33.5632 49.3387 33.5632Z",fill:"#161517"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M52.5484 41.6741C46.96 45.7297 38.8407 47.8827 31.8595 47.8827C22.0755 47.8827 13.2598 44.3278 6.60126 38.4197C6.07469 37.9524 6.5503 37.3182 7.17878 37.6853C14.3809 41.791 23.2645 44.2777 32.454 44.2777C38.6539 44.2777 45.4653 43.0093 51.7331 40.4057C52.6674 39.9885 53.4657 41.0066 52.5484 41.6741Z",fill:"#FF9900"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M54.8755 39.0706C54.1621 38.1693 50.1534 38.6366 48.3359 38.8536C47.7923 38.9204 47.7074 38.453 48.2 38.1026C51.3934 35.8995 56.6421 36.5337 57.2536 37.2681C57.8651 38.0191 57.0837 43.1762 54.0942 45.6463C53.6355 46.0301 53.1939 45.8298 53.3977 45.3292C54.0772 43.6769 55.5889 39.9551 54.8755 39.0706Z",fill:"#FF9900"})]}),X2=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6151)",children:[n.jsx("path",{d:"M31.8115 47.9702L55.1727 53.5324V9.77539L31.8115 15.3376V47.9702Z",fill:"#205B97"}),n.jsx("path",{d:"M55.1735 9.77539L59.6233 12.0003V51.3075L55.1735 53.5324V9.77539ZM31.8123 47.9702L8.45117 53.5324V9.77539L31.8123 15.3376V47.9702Z",fill:"#5193CE"}),n.jsx("path",{d:"M8.45268 9.77539L4.00293 12.0003V51.3075L8.45268 53.5324V9.77539Z",fill:"#205B97"}),n.jsx("path",{d:"M37.7462 62.432L46.6457 57.9822V5.44975L37.7462 1L35.0254 30.1713L37.7462 62.432Z",fill:"#5193CE"}),n.jsx("path",{d:"M25.878 62.432L16.9785 57.9822V5.44975L25.878 1L28.5988 30.1713L25.878 62.432Z",fill:"#205B97"}),n.jsx("path",{d:"M25.8779 1H37.8668V62.308H25.8779V1Z",fill:"#2E73B7"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6151",children:n.jsx("rect",{width:"55.6218",height:"61.432",fill:"white",transform:"translate(4 1)"})})})]}),J2=e=>n.jsxs("svg",{width:"64",height:"69",viewBox:"0 0 64 69",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M54.5273 13.2334L43.4326 34.3533L54.5273 55.4733L59.0721 52.9335V15.7731L54.5273 13.2334Z",fill:"#E25444"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M54.5274 13.2334L32.3381 15.7731L21.043 34.3533L32.3381 52.9335L54.5274 55.4733V13.2334Z",fill:"#7B1D13"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.74777 13.2334L6.13867 14.8374V53.8692L9.74777 55.4733L32.3381 34.3533L9.74777 13.2334Z",fill:"#58150D"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.69922 13.189L32.368 19.4863V49.7849L9.69922 55.4882V13.189Z",fill:"#E25444"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.3802 22.8134L22.7549 21.2687L32.3802 10.3374L41.9818 21.2687L32.3802 22.8134Z",fill:"#58150D"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M41.9818 21.2687L32.3683 22.8371L22.7549 21.2687V10.3374",fill:"#58150D"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.3802 45.7451L22.7549 47.5275L32.3802 56.9141L41.9818 47.5275L32.3802 45.7451Z",fill:"#58150D"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.3381 2.13916L22.7139 7.21864V21.254L32.3681 18.5361L32.3381 2.13916Z",fill:"#7B1D13"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.3683 26.2588L22.7549 27.3045V41.3182L32.3683 42.4181V26.2588Z",fill:"#7B1D13"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.3683 49.9036L22.7549 47.4932V61.2696L32.3683 66.3006V49.9036Z",fill:"#7B1D13"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M41.9816 47.4932L32.3682 49.9043V66.3006L41.9816 61.2696V47.4932Z",fill:"#E25444"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.3682 26.2588L41.9816 27.3045V41.3182L32.3682 42.4181V26.2588Z",fill:"#E25444"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.3379 2.13916L41.9622 7.21864V21.254L32.3379 18.5806V2.13916Z",fill:"#E25444"})]}),Q2=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M26.1119 13.8662H38.012L25.6585 50.4684C25.5315 50.8446 25.2898 51.1714 24.9673 51.4029C24.6449 51.6344 24.2579 51.759 23.861 51.7591H14.5997C14.2989 51.7591 14.0025 51.6876 13.7349 51.5503C13.4672 51.413 13.2362 51.214 13.0607 50.9697C12.8853 50.7254 12.7705 50.4428 12.726 50.1454C12.6814 49.8479 12.7083 49.5441 12.8045 49.2591L24.3139 15.1568C24.4408 14.7806 24.6826 14.4536 25.0051 14.222C25.3277 13.9903 25.7148 13.8657 26.1119 13.8657V13.8662Z",fill:"url(#paint0_linear_472_6217)"}),n.jsx("path",{d:"M43.4044 38.416H24.5335C24.3581 38.4158 24.1867 38.4685 24.0416 38.5671C23.8965 38.6657 23.7844 38.8058 23.7201 38.969C23.6557 39.1322 23.642 39.311 23.6807 39.4821C23.7194 39.6532 23.8088 39.8087 23.9371 39.9283L36.0631 51.2463C36.4161 51.5756 36.881 51.7587 37.3638 51.7586H48.0492L43.4044 38.416Z",fill:"#0078D4"}),n.jsx("path",{d:"M26.1114 13.8657C25.71 13.8642 25.3185 13.9911 24.9943 14.2278C24.6701 14.4645 24.4301 14.7987 24.3093 15.1815L12.8182 49.2276C12.7156 49.5136 12.6833 49.8202 12.7243 50.1213C12.7652 50.4224 12.878 50.7092 13.0532 50.9575C13.2284 51.2057 13.4608 51.4082 13.7308 51.5476C14.0008 51.6871 14.3004 51.7595 14.6043 51.7586H24.1046C24.4584 51.6954 24.7891 51.5394 25.0629 51.3066C25.3367 51.0737 25.5438 50.7723 25.663 50.4333L27.9546 43.6797L36.14 51.3144C36.483 51.5981 36.9133 51.755 37.3585 51.7586H48.0041L43.3351 38.4161L29.7242 38.4193L38.0545 13.8657H26.1114Z",fill:"url(#paint1_linear_472_6217)"}),n.jsx("path",{d:"M41.3107 15.1546C41.184 14.7789 40.9426 14.4525 40.6205 14.2212C40.2985 13.99 39.912 13.8657 39.5155 13.8657H26.2529C26.6494 13.8657 27.0358 13.9901 27.3579 14.2213C27.6799 14.4525 27.9214 14.7789 28.0481 15.1546L39.558 49.2582C39.6542 49.5433 39.6812 49.8471 39.6367 50.1447C39.5922 50.4422 39.4774 50.7248 39.302 50.9692C39.1266 51.2136 38.8955 51.4127 38.6278 51.5501C38.3602 51.6874 38.0636 51.7591 37.7628 51.7591H51.0258C51.3266 51.759 51.6231 51.6873 51.8907 51.5499C52.1583 51.4125 52.3893 51.2134 52.5647 50.969C52.7401 50.7247 52.8548 50.442 52.8993 50.1445C52.9438 49.847 52.9168 49.5432 52.8206 49.2582L41.3107 15.1546Z",fill:"url(#paint2_linear_472_6217)"}),n.jsxs("defs",{children:[n.jsxs("linearGradient",{id:"paint0_linear_472_6217",x1:"30.4491",y1:"16.6742",x2:"18.0905",y2:"53.1846",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#114A8B"}),n.jsx("stop",{offset:"1",stopColor:"#0669BC"})]}),n.jsxs("linearGradient",{id:"paint1_linear_472_6217",x1:"34.3092",y1:"33.6885",x2:"31.4504",y2:"34.6552",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopOpacity:"0.3"}),n.jsx("stop",{offset:"0.071",stopOpacity:"0.2"}),n.jsx("stop",{offset:"0.321",stopOpacity:"0.1"}),n.jsx("stop",{offset:"0.623",stopOpacity:"0.05"}),n.jsx("stop",{offset:"1",stopOpacity:"0"})]}),n.jsxs("linearGradient",{id:"paint2_linear_472_6217",x1:"32.7368",y1:"15.6088",x2:"46.3029",y2:"51.7513",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#3CCBF4"}),n.jsx("stop",{offset:"1",stopColor:"#2892DF"})]})]})]}),er=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3281_13759)",children:[n.jsx("path",{d:"M14.48 58.1961L0.558 34.0821C-0.186 32.7941 -0.186 31.2061 0.558 29.9181L14.48 5.80514C15.223 4.51814 16.595 3.72514 18.08 3.72314H45.937C47.417 3.73014 48.782 4.52314 49.522 5.80514L63.442 29.9181C64.186 31.2061 64.186 32.7941 63.442 34.0821L49.52 58.1961C48.777 59.4831 47.405 60.2761 45.92 60.2781H18.07C16.587 60.2731 15.22 59.4801 14.477 58.1961H14.48Z",fill:"#4386FA"}),n.jsx("path",{opacity:"0.1",d:"M40.6972 24.2349C40.6972 24.2349 44.5672 33.5179 39.2912 38.7799C34.0152 44.0419 24.4082 40.6739 24.4082 40.6739L43.9502 60.2699H45.9342C47.4202 60.2679 48.7922 59.4739 49.5342 58.1879L58.7502 42.2299L40.6972 24.2349Z",fill:"black"}),n.jsx("path",{d:"M45.2669 43.2298L40.9999 38.9528C40.9535 38.9051 40.9002 38.8647 40.8419 38.8328C42.6569 36.4949 43.5123 33.553 43.2338 30.6064C42.9553 27.6598 41.5638 24.9303 39.3429 22.9739C37.122 21.0175 34.2388 19.9815 31.2806 20.0768C28.3224 20.1722 25.5119 21.3919 23.4216 23.4873C21.3314 25.5827 20.1187 28.3962 20.0306 31.3546C19.9424 34.313 20.9856 37.1937 22.9474 39.4098C24.9093 41.6258 27.6422 43.0106 30.5895 43.2819C33.5367 43.5531 36.4765 42.6905 38.8099 40.8698C38.8403 40.9248 38.8784 40.9753 38.9229 41.0198L43.1999 45.2968C43.3255 45.4223 43.4958 45.4927 43.6734 45.4927C43.851 45.4927 44.0213 45.4223 44.1469 45.2968L45.2669 44.1768C45.3924 44.0511 45.4629 43.8808 45.4629 43.7033C45.4629 43.5257 45.3924 43.3554 45.2669 43.2298ZM31.6399 40.4638C29.9092 40.464 28.2174 39.9509 26.7783 38.9895C25.3392 38.0282 24.2175 36.6616 23.5552 35.0627C22.8928 33.4638 22.7194 31.7044 23.057 30.007C23.3946 28.3095 24.228 26.7504 25.4517 25.5266C26.6755 24.3028 28.2347 23.4694 29.9321 23.1318C31.6295 22.7943 33.389 22.9676 34.9879 23.63C36.5867 24.2924 37.9533 25.4141 38.9147 26.8531C39.8761 28.2922 40.3891 29.9841 40.3889 31.7148C40.3886 34.0351 39.4668 36.2603 37.8261 37.9009C36.1854 39.5416 33.9602 40.4635 31.6399 40.4638ZM26.0469 31.2478V34.8638C26.6039 35.8468 27.4099 36.6668 28.3849 37.2388V31.2258L26.0469 31.2478ZM30.4219 28.2498V38.0218C31.1947 38.1642 31.9871 38.1642 32.7599 38.0218V28.2498H30.4219ZM37.1859 34.8558V32.7138H34.8499V37.2138C35.8235 36.6433 36.6299 35.8266 37.1879 34.8458L37.1859 34.8558Z",fill:"white"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3281_13759",children:n.jsx("rect",{width:"64",height:"64",fill:"white"})})})]}),tr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_704_5859)",children:[n.jsx("path",{d:"M60.6304 18.9457C60.63 17.8801 60.4021 16.9386 59.9413 16.1307C59.4886 15.3359 58.8106 14.6698 57.9013 14.1433C50.3951 9.81516 42.8817 5.5003 35.3779 1.16779C33.355 -0.000109911 31.3935 0.042688 29.3856 1.22735C26.3979 2.98912 11.4396 11.5591 6.98222 14.1408C5.14655 15.2037 4.25331 16.83 4.25287 18.9437C4.25 27.6477 4.25287 36.3518 4.25 45.0559C4.25 46.098 4.46862 47.0215 4.90918 47.8172C5.36208 48.6359 6.0495 49.3202 6.9798 49.8587C11.4374 52.4405 26.3977 61.0098 29.3847 62.7722C31.3935 63.9575 33.355 63.9999 35.3786 62.8318C42.8826 58.499 50.3965 54.1842 57.9037 49.8561C58.834 49.3178 59.5214 48.633 59.9743 47.815C60.4142 47.0191 60.6333 46.0958 60.6333 45.0535C60.6333 45.0535 60.6333 27.65 60.6304 18.9457Z",fill:"#A179DC"}),n.jsx("path",{d:"M32.5279 31.915L4.90918 47.8173C5.36209 48.636 6.0495 49.3203 6.9798 49.8588C11.4374 52.4406 26.3977 61.0099 29.3847 62.7723C31.3936 63.9576 33.355 64 35.3786 62.8319C42.8826 58.4991 50.3965 54.1843 57.9037 49.8562C58.834 49.3179 59.5215 48.6331 59.9744 47.8151L32.5279 31.915Z",fill:"#280068"}),n.jsx("path",{d:"M60.6308 18.9458C60.6304 17.8803 60.4025 16.9387 59.9417 16.1309L32.5283 31.9153L59.9748 47.8152C60.4146 47.0192 60.6333 46.096 60.6337 45.0536C60.6337 45.0536 60.6337 27.6501 60.6308 18.9458Z",fill:"#390091"}),n.jsx("path",{d:"M48.7895 25.9702V28.9427H51.762V25.9702H53.2482V28.9427H56.2207V30.4289H53.2482V33.4012H56.2207V34.8874H53.2482V37.8599H51.762V34.8874H48.7895V37.8599H47.3033V34.8874H44.3311V33.4012H47.3033V30.4289H44.3311V28.9427H47.3033V25.9702H48.7895ZM51.762 30.4287H48.7895V33.4012H51.762V30.4287Z",fill:"white"}),n.jsx("path",{d:"M32.5888 11.0422C40.3418 11.0422 47.1107 15.2527 50.7364 21.5114L50.7011 21.4511L41.579 26.7034C39.7819 23.6605 36.4874 21.6069 32.7077 21.5645L32.5886 21.5639C26.8252 21.5639 22.1527 26.2363 22.1527 31.9997C22.1508 33.8163 22.6254 35.6015 23.5291 37.1774C25.3279 40.3177 28.7096 42.4358 32.5888 42.4358C36.492 42.4358 39.8929 40.2908 41.6825 37.1169L41.639 37.193L50.7472 42.4695C47.1612 48.6752 40.485 52.8727 32.8222 52.9563L32.5888 52.9576C24.8113 52.9576 18.0232 48.7211 14.4065 42.4294C12.641 39.3578 11.6309 35.797 11.6309 31.9997C11.6309 20.4253 21.0137 11.042 32.5886 11.042L32.5888 11.0422Z",fill:"white"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_704_5859",children:n.jsx("rect",{width:"56.8832",height:"64",fill:"white",transform:"translate(4)"})})})]}),ks=e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"54",height:"54",viewBox:"0 0 54 54",fill:"none",...e,children:[n.jsx("rect",{width:"5.9998",height:"53.9982",rx:"1.45943",fill:"#161517"}),n.jsx("rect",{x:"12",width:"5.9998",height:"53.9982",rx:"1.45943",fill:"#161517"}),n.jsx("rect",{x:"24.001",width:"5.9998",height:"53.9982",rx:"1.45943",fill:"#161517"}),n.jsx("rect",{x:"35.998",width:"5.9998",height:"53.9982",rx:"1.45943",fill:"#161517"}),n.jsx("rect",{x:"48.001",y:"21.0005",width:"5.9998",height:"11.9996",rx:"1.45943",fill:"#161517"})]}),nr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6166)",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.8553 33.8734C47.477 33.7832 49.1887 33.6931 50.8104 33.6031V32.3417C49.1887 32.2518 47.477 32.1616 45.8553 32.0714L40.9005 31.8913C38.0175 31.8012 35.1347 31.8012 32.2519 31.8012C32.2519 28.9184 32.2519 26.0355 32.1617 23.1525L31.9816 18.1977C31.8914 16.5761 31.8914 14.8643 31.7113 13.2427H30.36C30.2698 14.8643 30.1797 16.5761 30.0897 18.1977L29.9094 23.1525C29.9094 24.5039 29.8194 25.8552 29.8194 27.2066C29.2789 25.9454 28.7384 24.6842 28.1978 23.4228L26.2158 18.9184C25.4951 17.4768 24.8644 15.9454 24.0536 14.4139L22.7924 14.9545C23.333 16.4859 23.8735 18.0174 24.414 19.639L26.2158 24.2336C26.6661 25.495 27.2067 26.7562 27.7472 28.0174C26.7563 27.0265 25.7654 26.1255 24.7743 25.2247L21.1708 21.8012C19.9094 20.7201 18.7384 19.5491 17.477 18.468L16.486 19.4589C17.5671 20.7201 18.7384 21.8913 19.8194 23.1525L23.2428 26.7562C24.1438 27.7471 25.1347 28.7382 26.0357 29.7292C24.7743 29.1886 23.5131 28.7382 22.2519 28.1977L17.6573 26.3958C16.1256 25.8552 14.5941 25.2247 12.9725 24.7741L12.432 26.0355C13.8735 26.7562 15.405 27.4768 16.9364 28.1977L21.4411 30.1795C22.7023 30.7201 23.9634 31.2606 25.2249 31.8012C23.8735 31.8012 22.5221 31.8012 21.1708 31.8913L16.2158 32.0714C14.5941 32.1616 12.8824 32.1616 11.2607 32.3417V33.6931C12.8824 33.7832 14.5941 33.8734 16.2158 33.9633L21.1708 34.1437C24.0536 34.2336 26.9364 34.2336 29.8194 34.2336C29.8194 37.1166 29.8194 39.9994 29.9094 42.8822L30.0897 47.8373C30.1797 49.4589 30.2698 51.1707 30.36 52.7923H31.6212C31.7113 51.1707 31.8013 49.4589 31.8914 47.8373L32.0716 42.8822C32.0716 41.5309 32.1617 40.0896 32.1617 38.7382C32.7023 39.9994 33.2428 41.2606 33.8735 42.612L35.9455 47.1166C36.6661 48.5579 37.2969 50.0896 38.1077 51.6211L39.2789 51.1707C38.7384 49.639 38.1978 48.1075 37.6573 46.4859L35.9455 41.8913C35.4951 40.6301 34.9546 39.2788 34.414 38.0174C35.405 39.0085 36.3959 39.9994 37.387 40.9004L40.9905 44.3238C42.2519 45.4048 43.4229 46.5761 44.6843 47.6572L45.5851 46.7562C44.504 45.495 43.4229 44.3238 42.2519 43.0626L38.8283 39.4589C37.8374 38.468 36.9364 37.4768 35.9455 36.4859C37.2067 37.0265 38.558 37.4768 39.8194 38.0174L44.414 39.7292C45.9455 40.2697 47.477 40.9004 49.0986 41.3508L49.5492 40.1795C48.1077 39.4589 46.5762 38.7382 45.0445 38.0174L40.5401 35.9454C39.2789 35.4048 38.0175 34.8643 36.7563 34.2336C38.1077 34.2336 39.5492 34.2336 40.9005 34.1437C40.9005 34.0535 45.8553 33.8734 45.8553 33.8734Z",fill:"#0574A2"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M31.9821 63.9639C14.3243 63.9639 0 49.6396 0 31.9821C0 14.3243 14.3243 0 31.9821 0C49.6396 0 63.9639 14.3243 63.9639 31.9821C63.9639 49.6396 49.5496 63.9639 31.9821 63.9639ZM31.9821 3.06314C16.0361 3.06314 2.97297 16.0361 2.97297 32.072C2.97297 48.1081 15.9459 61.0811 31.9821 61.0811C48.0179 61.0811 60.9909 48.1081 60.9909 32.072C60.9909 16.0361 47.928 3.06314 31.9821 3.06314Z",fill:"#0574A2"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6166",children:n.jsx("rect",{width:"64",height:"64",fill:"white"})})})]}),or=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6308)",children:[n.jsx("path",{d:"M59.8855 9.96582L63.9998 36.1144L48.457 45.1658L45.5312 30.3544L59.8855 9.96582Z",fill:"#9775F8"}),n.jsx("path",{d:"M59.8859 9.96571L37.0287 0L17.7373 16L45.5316 30.3543L59.8859 9.96571Z",fill:"url(#paint0_linear_472_6308)"}),n.jsx("path",{d:"M43.246 63.9999L16.4574 27.9771L8.50311 33.2799L0.548828 57.1428L43.246 63.9999Z",fill:"url(#paint1_linear_472_6308)"}),n.jsx("path",{d:"M48.2743 45.8055L29.5314 33.4627L0 29.5312L43.2457 63.9998L48.2743 45.8055Z",fill:"url(#paint2_linear_472_6308)"}),n.jsx("path",{d:"M0 0.457031V29.5313L55.5886 48.6399L59.8857 9.9656L0 0.457031Z",fill:"url(#paint3_linear_472_6308)"}),n.jsx("path",{d:"M51.7481 12.2515H12.251V51.7486H51.7481V12.2515Z",fill:"black"}),n.jsx("path",{d:"M16.2734 17.3716H22.6734C27.7934 17.3716 31.3592 20.9373 31.3592 25.5087V25.6002C31.3592 30.1716 27.7934 33.7373 22.6734 33.7373H16.2734V17.3716ZM19.8392 20.663V30.5373H22.582C25.5077 30.5373 27.5192 28.5259 27.5192 25.6916V25.6002C27.5192 22.6744 25.5077 20.663 22.582 20.663H19.8392Z",fill:"white"}),n.jsx("path",{d:"M31.999 25.6C31.999 20.9372 35.6562 17.0972 40.5933 17.0972C43.519 17.0972 45.3476 17.92 46.9933 19.3829L44.7076 22.1257C43.4276 21.0286 42.3305 20.48 40.4105 20.48C37.759 20.48 35.7476 22.7657 35.7476 25.6C35.7476 28.6172 37.759 30.8115 40.6847 30.8115C41.9647 30.8115 43.1533 30.4457 44.0676 29.8057V27.4286H40.4105V24.32H47.5419V31.4515C45.8962 32.9143 43.519 34.0115 40.5933 34.0115C35.4733 34.0115 31.999 30.4457 31.999 25.6Z",fill:"white"}),n.jsx("path",{d:"M30.7196 44.3428H15.9082V46.8113H30.7196V44.3428Z",fill:"white"})]}),n.jsxs("defs",{children:[n.jsxs("linearGradient",{id:"paint0_linear_472_6308",x1:"37.5485",y1:"16.1305",x2:"42.5333",y2:"3.70807",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#9775F8"}),n.jsx("stop",{offset:"0.9516",stopColor:"#22D88F"})]}),n.jsxs("linearGradient",{id:"paint1_linear_472_6308",x1:"15.6046",y1:"33.1528",x2:"22.0768",y2:"61.353",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#9775F8"}),n.jsx("stop",{offset:"0.2142",stopColor:"#689CCE"}),n.jsx("stop",{offset:"0.423",stopColor:"#42BDAC"}),n.jsx("stop",{offset:"0.5897",stopColor:"#2BD197"}),n.jsx("stop",{offset:"0.6935",stopColor:"#22D88F"})]}),n.jsxs("linearGradient",{id:"paint2_linear_472_6308",x1:"4.48",y1:"31.1135",x2:"60.5617",y2:"62.0781",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{offset:"0.0752688",stopColor:"#22D88F"}),n.jsx("stop",{offset:"0.7204",stopColor:"#9775F8"})]}),n.jsxs("linearGradient",{id:"paint3_linear_472_6308",x1:"0",y1:"24.5485",x2:"56.3621",y2:"24.5485",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{offset:"0.0752688",stopColor:"#22D88F"}),n.jsx("stop",{offset:"0.2658",stopColor:"#5AB0B4"}),n.jsx("stop",{offset:"0.5645",stopColor:"#B86CF2"}),n.jsx("stop",{offset:"1",stopColor:"#FF59E6"})]}),n.jsx("clipPath",{id:"clip0_472_6308",children:n.jsx("rect",{width:"64",height:"64",fill:"white"})})]})]}),rr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("g",{clipPath:"url(#clip0_472_6224)",children:n.jsx("path",{d:"M57.6203 6.32911C58.9367 7.59494 59.7975 9.26582 60 11.0886C60 11.8481 59.7975 12.3545 59.3418 13.3165C58.8861 14.2785 53.2658 24 51.595 26.6835C50.6329 28.2532 50.1266 30.1266 50.1266 31.9494C50.1266 33.8228 50.6329 35.6456 51.595 37.2152C53.2658 39.8987 58.8861 49.6709 59.3418 50.6329C59.7975 51.595 60 52.0506 60 52.8101C59.7975 54.6329 58.9873 56.3038 57.6709 57.519C56.405 58.8355 54.7342 59.6962 52.962 59.8481C52.2026 59.8481 51.6962 59.6456 50.7848 59.1899C49.8734 58.7342 39.9494 53.2658 37.2658 51.595C37.0633 51.4937 36.8607 51.3418 36.6076 51.2405L23.3418 43.3924C23.6455 45.924 24.7595 48.3544 26.5823 50.1266C26.9367 50.481 27.2911 50.7848 27.6962 51.0886C27.3924 51.2405 27.038 51.3924 26.7342 51.595C24.0506 53.2658 14.2785 58.8861 13.3165 59.3418C12.3545 59.7975 11.8987 60 11.0886 60C9.26582 59.7975 7.59494 58.9873 6.37975 57.6709C5.06329 56.405 4.20253 54.7342 4 52.9114C4.05063 52.1519 4.25316 51.3924 4.65823 50.7342C5.11393 49.7722 10.7342 40 12.405 37.3165C13.3671 35.7468 13.8734 33.924 13.8734 32.0507C13.8734 30.1772 13.3671 28.3544 12.405 26.7848C10.7342 24 5.06329 14.2278 4.65823 13.2658C4.25316 12.6076 4.05063 11.8481 4 11.0886C4.20253 9.26582 5.01266 7.59494 6.32911 6.32911C7.59494 5.01266 9.26582 4.20253 11.0886 4C11.8481 4.05063 12.6076 4.25316 13.3165 4.65823C14.1266 5.01266 21.2658 9.16456 25.0633 11.3924L25.9241 11.8987C26.2278 12.1013 26.481 12.2532 26.6835 12.3545L27.0886 12.6076L40.6076 20.6076C40.3038 17.5696 38.7342 14.7848 36.3038 12.9114C36.6076 12.7595 36.962 12.6076 37.2658 12.405C39.9494 10.7342 49.7215 5.06329 50.6835 4.65823C51.3418 4.25316 52.1013 4.05063 52.9114 4C54.6835 4.20253 56.3545 5.01266 57.6203 6.32911ZM32.7088 35.595L35.595 32.7088C36 32.3038 36 31.6962 35.595 31.2912L32.7088 28.4051C32.3038 28 31.6962 28 31.2912 28.4051L28.4051 31.2912C28 31.6962 28 32.3038 28.4051 32.7088L31.2912 35.595C31.6456 35.9494 32.3038 35.9494 32.7088 35.595Z",fill:"#FF694A"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6224",children:n.jsx("rect",{width:"56",height:"56",fill:"white",transform:"translate(4 4)"})})})]}),ir=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M0 59.9805V47.2938C3.92585 47.2938 7.69093 45.7343 10.4669 42.9584C13.2429 40.1822 14.8024 36.4171 14.8024 32.4913C14.8024 28.5655 13.2429 24.8004 10.4669 22.0244C7.69093 19.2484 3.92585 17.6888 0 17.6888V5C7.24757 5.06583 14.1759 7.9911 19.2776 13.1394C24.3793 18.2876 27.2415 25.2423 27.2415 32.4901C27.2415 39.738 24.3793 46.6927 19.2776 51.8411C14.1759 56.9893 7.24757 59.9146 0 59.9805Z",fill:"#2F74F9"}),n.jsx("path",{d:"M53.5898 59.9717L36.1972 42.5792C33.5244 39.9006 32.0234 36.2711 32.0234 32.4871C32.0234 28.703 33.5244 25.0734 36.1972 22.3948L53.5898 5L63.2123 14.6227L45.3437 32.4916L63.2123 50.358L53.5898 59.9717Z",fill:"#2F74F9"})]}),ar=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6299)",children:[n.jsx("path",{d:"M58 2H6C3.23858 2 1 4.23858 1 7V57C1 59.7614 3.23858 62 6 62H58C60.7614 62 63 59.7614 63 57V7C63 4.23858 60.7614 2 58 2Z",fill:"#202328",stroke:"#121416",strokeWidth:"2"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 47.6252H31.3856L38.915 44.8018L36.0916 33.7168L27.4118 34.658L18 47.6252Z",fill:"#0076D4"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M31.3859 47.6253C31.3859 47.6253 35.6175 45.3927 36.4007 41.4371C37.1837 37.4815 33.3187 34.6581 27.4121 34.6581C27.4121 34.5535 32.5975 27.3379 32.5975 27.3379L45.1899 27.7037L42.3971 42.4509L37.1837 46.5237L31.3859 47.6253Z",fill:"#002868"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 30.475C22.084 24.4308 24.3736 21.042 28.4576 14.9978C28.4576 14.9978 28.714 15.0003 29.2942 14.9978C33.3934 14.9804 50 15.7929 50 30.386C50 47.0442 31.3856 47.6252 31.3856 47.6252C31.3856 47.6252 39.1588 46.1368 39.1588 38.7504C39.1588 31.364 32.1384 30.475 27.621 30.475C23.1034 30.475 18 30.475 18 30.475Z",fill:"#00A9FF"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6299",children:n.jsx("rect",{width:"64",height:"62",fill:"white",transform:"translate(0 1)"})})})]}),sr=e=>n.jsx("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M63.3797 52.0798L33.9975 1.84243C33.3404 0.719191 31.717 0.719191 31.0599 1.84243L6.08989 44.5351C5.6511 45.2861 6.44314 46.1531 7.23033 45.784C7.55358 45.6318 7.92667 45.4788 8.33636 45.3262L8.32798 45.343C8.32798 45.343 9.01022 45.0784 10.163 44.7132C11.4335 44.3229 12.8258 43.9534 14.0862 43.6412C17.6129 42.8271 22.2341 42.1642 26.4012 42.8562C30.2361 43.4925 32.9069 44.5205 34.8521 45.5309C35.7438 45.9948 36.5862 44.8305 35.8651 44.1298C33.0762 41.4194 28.7848 38.1476 22.2575 36.7765C21.9717 36.7165 21.8284 36.3941 21.9762 36.1419L31.8066 19.3339C32.1298 18.7818 32.9276 18.7818 33.2508 19.3339L52.0252 51.4341C52.4208 52.1102 52.0892 52.9737 51.3465 53.2224C49.8753 53.7141 48.1179 54.0819 46.1506 54.0819C44.8991 54.0819 43.64 53.9342 42.3778 53.6409C42.3778 53.6409 38.7396 53.0667 33.8766 50.1654C29.0137 47.2644 19.6375 43.5635 9.1165 49.555C4.6337 52.4356 1.64679 56.3756 0.0728454 58.8492C-0.173675 59.2364 0.251893 59.6981 0.656734 59.482C4.27164 57.5508 14.0182 52.99 22.8008 54.6296C28.021 55.6038 33.9864 59.5446 40.1878 61.8043C50.4464 65.6058 60.504 59.2368 60.5256 59.2231C61.5888 58.5206 62.2133 57.9865 62.3196 57.8939L62.4479 57.7819C64.0871 56.3513 64.4783 53.9575 63.3797 52.0798Z",fill:"#00ADD4"})}),lr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M39.4248 32H44.8248C45.2467 32 45.6686 31.6625 45.6686 31.1562C45.6686 31.0719 45.6686 30.9031 45.5842 30.8188L36.3029 5.50625C36.1342 5.25313 35.8811 5 35.5436 5H30.1436C29.7217 5 29.2998 5.3375 29.2998 5.84375C29.2998 5.92813 29.2998 6.0125 29.3842 6.09687L38.7498 31.5781C38.8342 31.8312 39.0873 32 39.4248 32Z",fill:"#0073FF"}),n.jsx("path",{d:"M38.4973 59H43.8973C44.3191 59 44.741 58.6625 44.741 58.1562C44.741 58.0719 44.741 57.9875 44.6566 57.9031L25.4191 5.50625C25.3348 5.25313 24.9973 5 24.6598 5H19.2598C18.8379 5 18.416 5.3375 18.416 5.84375C18.416 5.92813 18.416 6.0125 18.5004 6.09687L37.7379 58.4938C37.8223 58.8313 38.1598 59 38.4973 59Z",fill:"#0073FF"}),n.jsx("path",{d:"M27.7816 59H33.1816C33.6035 59 33.941 58.6625 34.0254 58.2406C34.0254 58.1562 34.0254 57.9875 33.941 57.9031L24.5754 32.5062C24.491 32.1687 24.1535 32 23.816 32H18.3316C17.9098 32 17.5723 32.4219 17.5723 32.8438C17.5723 32.9281 17.5723 33.0125 17.6566 33.0969L26.9379 58.4938C27.191 58.8313 27.4441 59 27.7816 59Z",fill:"#0073FF"}),n.jsx("path",{d:"M40.1 6.09687L44.4875 17.9937C44.5719 18.3312 44.9094 18.5 45.2469 18.5H50.5625C50.9844 18.5 51.4062 18.1625 51.4062 17.6562C51.4062 17.5719 51.4063 17.4875 51.3219 17.4031L46.9344 5.50625C46.85 5.25313 46.5969 5 46.2594 5H40.8594C40.4375 5 40.0156 5.3375 40.0156 5.84375C40.0156 5.92813 40.0156 6.0125 40.1 6.09687Z",fill:"#0073FF"}),n.jsx("path",{d:"M17.825 59H23.225C23.6469 59 24.0688 58.6625 24.0688 58.1562C24.0688 58.0719 24.0688 57.9875 23.9844 57.9031L19.5969 46.0062C19.5125 45.6687 19.175 45.5 18.8375 45.5H13.4375C13.0156 45.5 12.5938 45.8375 12.5938 46.3438C12.5938 46.4281 12.5938 46.5125 12.6781 46.5969L17.0656 58.4938C17.15 58.8313 17.4875 59 17.825 59Z",fill:"#0073FF"})]}),cr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6211)",children:[n.jsx("path",{d:"M39.0919 22.6462L40.7576 22.6746L45.2832 18.149L45.5026 16.2315C41.9129 13.0335 37.1736 11.0859 31.9947 11.0859C22.6185 11.0859 14.7047 17.4657 12.3623 26.1074C12.8563 25.7629 13.9126 26.0213 13.9126 26.0213L22.9557 24.5344C22.9557 24.5344 23.4204 23.765 23.6561 23.8032C24.7135 22.6415 26.0019 21.7135 27.4389 21.0787C28.8758 20.4439 30.4295 20.1163 32.0004 20.1169C34.6817 20.1226 37.1517 21.0699 39.0919 22.6372V22.6462Z",fill:"#EA4335"}),n.jsx("path",{d:"M51.6384 26.1253C50.5879 22.2496 48.4226 18.8274 45.5 16.2314L39.0918 22.6396C41.6593 24.7115 43.3063 27.8819 43.3063 31.4309V32.5619C46.4238 32.5619 48.9564 35.1001 48.9564 38.212C48.9564 41.3296 46.4181 43.8621 43.3063 43.8621H32.006L30.875 44.9996V51.7808L32.006 52.9061H43.3063C47.2016 52.9007 50.9358 51.351 53.6903 48.5966C56.4448 45.8423 57.9947 42.1081 58.0003 38.2128C57.9946 33.2119 55.4816 28.7878 51.6384 26.1261V26.1253Z",fill:"#4285F4"}),n.jsx("path",{d:"M20.6946 52.9136H31.9883V43.8623H20.6946C19.8922 43.8624 19.0992 43.6901 18.3692 43.3569L16.7385 43.8566L12.2129 48.3822L11.8164 49.9097C14.3668 51.8554 17.486 52.9085 20.6938 52.9071L20.6946 52.9136Z",fill:"#34A853"}),n.jsx("path",{d:"M20.6941 23.5254C16.7987 23.5308 13.0645 25.0805 10.31 27.8348C7.55553 30.5892 6.00559 34.3233 6 38.2186C6 42.9905 8.28556 47.2333 11.8224 49.9211L18.3744 43.3691C17.3826 42.9219 16.541 42.1981 15.9502 41.2846C15.3595 40.3711 15.0448 39.3065 15.0439 38.2186C15.0439 35.1011 17.5822 32.5685 20.6941 32.5685C22.9853 32.5685 24.9548 33.9498 25.8453 35.8998L32.3973 29.3478C29.7104 25.811 25.4667 23.5254 20.6949 23.5254H20.6941Z",fill:"#FBBC05"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6211",children:n.jsx("rect",{width:"52.0002",height:"42",fill:"white",transform:"translate(6 11)"})})})]}),ys=e=>n.jsx("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32 5C17.0825 5 5 17.0825 5 32C5 43.9475 12.7287 54.0387 23.4612 57.6162C24.8112 57.8525 25.3175 57.0425 25.3175 56.3338C25.3175 55.6925 25.2838 53.5662 25.2838 51.305C18.5 52.5537 16.745 49.6512 16.205 48.1325C15.9012 47.3563 14.585 44.96 13.4375 44.3187C12.4925 43.8125 11.1425 42.5638 13.4038 42.53C15.53 42.4963 17.0487 44.4875 17.555 45.2975C19.985 49.3812 23.8663 48.2337 25.4188 47.525C25.655 45.77 26.3638 44.5887 27.14 43.9137C21.1325 43.2388 14.855 40.91 14.855 30.5825C14.855 27.6462 15.9012 25.2162 17.6225 23.3263C17.3525 22.6512 16.4075 19.8837 17.8925 16.1712C17.8925 16.1712 20.1538 15.4625 25.3175 18.9388C27.4775 18.3313 29.7725 18.0275 32.0675 18.0275C34.3625 18.0275 36.6575 18.3313 38.8175 18.9388C43.9813 15.4288 46.2425 16.1712 46.2425 16.1712C47.7275 19.8837 46.7825 22.6512 46.5125 23.3263C48.2337 25.2162 49.28 27.6125 49.28 30.5825C49.28 40.9437 42.9688 43.2388 36.9613 43.9137C37.94 44.7575 38.7838 46.3775 38.7838 48.9088C38.7838 52.52 38.75 55.4225 38.75 56.3338C38.75 57.0425 39.2563 57.8862 40.6063 57.6162C51.2713 54.0387 59 43.9137 59 32C59 17.0825 46.9175 5 32 5Z",fill:"#161517"})}),dr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M4.82971 27.2398C4.70508 27.2398 4.67392 27.1775 4.73624 27.084L5.39057 26.2427C5.45289 26.1492 5.60868 26.0869 5.73332 26.0869H16.857C16.9816 26.0869 17.0128 26.1804 16.9505 26.2739L16.4208 27.084C16.3584 27.1775 16.2026 27.2709 16.1092 27.2709L4.82971 27.2398Z",fill:"#00ACD7"}),n.jsx("path",{d:"M0.124635 30.1065C0 30.1065 -0.0311587 30.0442 0.0311587 29.9507L0.685492 29.1094C0.747809 29.0159 0.903603 28.9536 1.02824 28.9536H15.2366C15.3612 28.9536 15.4236 29.0471 15.3924 29.1406L15.1431 29.8884C15.112 30.013 14.9873 30.0753 14.8627 30.0753L0.124635 30.1065Z",fill:"#00ACD7"}),n.jsx("path",{d:"M7.66467 32.9727C7.54004 32.9727 7.50888 32.8792 7.5712 32.7857L8.00742 32.0068C8.06974 31.9133 8.19437 31.8198 8.31901 31.8198H14.5508C14.6754 31.8198 14.7377 31.9133 14.7377 32.0379L14.6754 32.7857C14.6754 32.9104 14.5508 33.0039 14.4573 33.0039L7.66467 32.9727Z",fill:"#00ACD7"}),n.jsx("path",{d:"M40.008 26.6791C38.045 27.1777 36.7051 27.5516 34.7733 28.0501C34.3059 28.1748 34.2748 28.2059 33.8697 27.7385C33.4023 27.2088 33.0596 26.8661 32.4052 26.5545C30.4422 25.5886 28.5416 25.869 26.7655 27.0219C24.6467 28.3929 23.5562 30.4182 23.5873 32.9421C23.6185 35.4347 25.3322 37.4912 27.7938 37.834C29.9125 38.1144 31.6886 37.3666 33.0907 35.7775C33.3712 35.4347 33.6204 35.0608 33.932 34.6246C32.8103 34.6246 31.4082 34.6246 27.9184 34.6246C27.2641 34.6246 27.1083 34.2196 27.3264 33.6899C27.7314 32.7239 28.4792 31.1037 28.9155 30.2936C29.0089 30.1066 29.2271 29.795 29.6944 29.795C31.2835 29.795 37.1414 29.795 41.0362 29.795C40.9739 30.6363 40.9739 31.4776 40.8493 32.3189C40.5065 34.5623 39.6652 36.6188 38.2942 38.426C36.0508 41.3861 33.1219 43.2244 29.414 43.723C26.3605 44.128 23.525 43.536 21.0323 41.6665C18.7266 39.9216 17.4179 37.6159 17.0752 34.7493C16.6701 31.353 17.6672 28.2994 19.7236 25.6198C21.9359 22.722 24.8648 20.8836 28.4481 20.2293C31.377 19.6996 34.1813 20.0423 36.7051 21.7561C38.3566 22.8466 39.5406 24.3422 40.3196 26.1495C40.5065 26.4299 40.3819 26.5857 40.008 26.6791Z",fill:"#00ACD7"}),n.jsx("path",{d:"M50.3211 43.9095C47.4856 43.8472 44.8995 43.037 42.7184 41.1675C40.88 39.5784 39.7271 37.5531 39.3532 35.1539C38.7924 31.6329 39.7583 28.5171 41.8771 25.7439C44.1516 22.7527 46.8936 21.1948 50.6015 20.5404C53.7797 19.9796 56.7709 20.2912 59.4817 22.1295C61.9433 23.8121 63.4701 26.0867 63.8751 29.0779C64.4048 33.2844 63.1896 36.7118 60.2919 39.6407C58.2354 41.7284 55.7115 43.037 52.8138 43.6291C51.9725 43.7848 51.1312 43.816 50.3211 43.9095ZM57.7369 31.3214C57.7057 30.9163 57.7057 30.6047 57.6434 30.2931C57.0825 27.2084 54.2471 25.4635 51.287 26.149C48.3892 26.8033 46.5197 28.6417 45.8342 31.5706C45.2734 34.001 46.4574 36.4625 48.7008 37.4596C50.4146 38.2074 52.1283 38.114 53.7797 37.2727C56.2412 35.9952 57.5811 34.001 57.7369 31.3214Z",fill:"#00ACD7"})]}),ur=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M59.4047 32.6302C59.4047 30.7868 59.2414 29.0368 58.9614 27.3335H32.5947V37.8568H47.6914C47.0147 41.3102 45.0314 44.2268 42.0914 46.2102V53.2102H51.0981C56.3714 48.3335 59.4047 41.1468 59.4047 32.6302Z",fill:"#4285F4"}),n.jsx("path",{d:"M32.5945 59.9999C40.1545 59.9999 46.4778 57.4799 51.0978 53.2099L42.0912 46.2099C39.5712 47.8899 36.3745 48.9166 32.5945 48.9166C25.2912 48.9166 19.1078 43.9933 16.8912 37.3433H7.60449V44.5533C12.2012 53.6999 21.6512 59.9999 32.5945 59.9999Z",fill:"#34A853"}),n.jsx("path",{d:"M16.8914 37.3434C16.3081 35.6634 16.0047 33.8668 16.0047 32.0001C16.0047 30.1334 16.3314 28.3368 16.8914 26.6568V19.4468H7.60472C5.69139 23.2268 4.59473 27.4734 4.59473 32.0001C4.59473 36.5268 5.69139 40.7734 7.60472 44.5534L16.8914 37.3434Z",fill:"#FBBC05"}),n.jsx("path",{d:"M32.5945 15.0833C36.7245 15.0833 40.4112 16.5067 43.3278 19.2833L51.3078 11.3033C46.4778 6.77667 40.1545 4 32.5945 4C21.6512 4 12.2012 10.3 7.60449 19.4467L16.8912 26.6567C19.1078 20.0067 25.2912 15.0833 32.5945 15.0833Z",fill:"#EA4335"})]}),fr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M57.9444 28.8734C57.8447 27.9744 57.7446 26.8755 57.3451 25.6768C57.0453 24.4781 56.546 23.1795 55.8467 21.781C55.1474 20.3825 54.2485 18.984 53.1496 17.5855C52.7501 17.086 52.2505 16.4866 51.6512 15.9872C52.4503 12.7906 50.6524 10.0935 50.6524 10.0935C47.6555 9.89369 45.6576 10.9925 44.9582 11.5919C44.8585 11.5919 44.7585 11.492 44.5587 11.3921C44.0594 11.1923 43.5598 10.9925 42.9605 10.7927C42.3612 10.5929 41.8617 10.4931 41.2623 10.2933C40.663 10.1934 40.0635 10.0935 39.5642 9.99358C39.4641 9.99358 39.3644 9.99358 39.2644 9.99358C37.9657 5.79808 34.1698 4 34.1698 4C29.9744 6.69712 29.1752 10.3932 29.1752 10.3932C29.1752 10.3932 29.1752 10.4931 29.1752 10.5929C28.9754 10.6928 28.6757 10.6928 28.476 10.7927C28.1763 10.8926 27.8766 10.9925 27.477 11.0924C27.1773 11.1923 26.8777 11.2922 26.4781 11.492C25.8787 11.7917 25.1795 12.0913 24.5801 12.391C23.9808 12.6907 23.3814 13.0903 22.7821 13.4899C22.6822 13.4899 22.6822 13.3899 22.6822 13.3899C16.7885 11.1923 11.594 13.8894 11.594 13.8894C11.0946 20.0828 13.8916 24.0785 14.4909 24.7778C14.391 25.1773 14.1912 25.5769 14.0914 25.9765C13.6918 27.375 13.2922 28.8734 13.0924 30.3719C13.0924 30.5716 12.9925 30.7714 12.9925 30.9712C7.59829 33.6682 6 39.1623 6 39.1623C10.4952 44.3569 15.7895 44.6564 15.7895 44.6564C16.4888 45.8553 17.188 46.9539 18.0871 48.0528C18.4866 48.4523 18.8862 48.9519 19.1859 49.3514C17.5876 54.0465 19.3857 57.9424 19.3857 57.9424C24.3803 58.1422 27.6768 55.7446 28.3761 55.1453C28.8755 55.3451 29.375 55.4449 29.8745 55.6449C31.3728 56.0444 32.9712 56.2442 34.5694 56.344C34.9689 56.344 35.3687 56.344 35.7682 56.344H35.968H36.0678H36.2676H36.4673C38.8648 59.7403 42.9605 60.2399 42.9605 60.2399C45.9574 57.143 46.0571 54.0465 46.0571 53.3471C46.0571 53.2474 46.0571 53.2474 46.0571 53.2474V53.1474C46.6564 52.7478 47.2557 52.2485 47.8553 51.749C49.0539 50.6501 50.0528 49.4515 50.9519 48.1528C51.0519 48.0528 51.1517 47.953 51.1517 47.7533C54.548 47.953 56.8455 45.6555 56.8455 45.6555C56.2462 42.1592 54.2483 40.461 53.8487 40.1614C53.8487 40.1614 53.8487 40.1614 53.749 40.1614C53.749 39.9614 53.749 39.7616 53.749 39.5619C53.749 39.1623 53.749 38.7628 53.749 38.4633V37.9637V37.8637V37.7639C53.749 37.6639 53.749 37.6639 53.749 37.6639V37.4641V37.1646C53.749 37.0646 53.749 36.9648 53.749 36.8648C53.749 36.7651 53.749 36.6651 53.749 36.565V36.2655V35.9657C53.6489 35.5662 53.6489 35.1666 53.5492 34.8669C53.1496 33.3687 52.6501 31.97 51.851 30.6714C51.0519 29.3729 50.1528 28.274 49.0539 27.2751C47.9551 26.2762 46.7564 25.5769 45.4578 24.9776C44.1592 24.3782 42.8605 24.0785 41.4621 23.8787C40.7628 23.7788 40.1635 23.7788 39.4641 23.7788H39.2644H39.1646H39.0646H38.9648H38.7651C38.6651 23.7788 38.5651 23.7788 38.4653 23.7788C38.1655 23.7788 37.766 23.8787 37.4664 23.8787C36.1678 24.0785 34.8691 24.578 33.7703 25.2772C32.6714 25.9765 31.6726 26.7756 30.8734 27.6747C30.0743 28.5737 29.4749 29.6725 29.0753 30.7714C28.6757 31.8703 28.476 32.9689 28.3761 34.0678C28.3761 34.3676 28.3761 34.5673 28.3761 34.8669C28.3761 34.9669 28.3761 34.9669 28.3761 35.0669V35.2667C28.3761 35.3664 28.3761 35.5662 28.3761 35.6662C28.476 36.1655 28.5759 36.7651 28.6757 37.2644C28.9754 38.2632 29.4749 39.1623 29.9744 39.9614C30.5737 40.7608 31.273 41.3601 31.9723 41.8594C32.6714 42.3589 33.4708 42.7585 34.2698 42.9582C35.0689 43.158 35.7682 43.258 36.5673 43.258C36.6671 43.258 36.7671 43.258 36.8669 43.258H36.9669H37.0669C37.1667 43.258 37.2667 43.258 37.2667 43.258C37.2667 43.258 37.2667 43.258 37.3664 43.258H37.4664H37.5662C37.6662 43.258 37.766 43.258 37.866 43.258C37.9657 43.258 38.0658 43.258 38.1655 43.158C38.3653 43.158 38.4653 43.0583 38.6651 43.0583C38.9649 42.9582 39.2644 42.8585 39.5642 42.6587C39.8637 42.5587 40.0635 42.3589 40.3633 42.1592C40.463 42.1592 40.4633 42.0594 40.563 41.9594C40.8628 41.7596 40.8628 41.3601 40.663 41.1603C40.4633 40.9605 40.1635 40.8605 39.9637 41.0603C39.8637 41.0603 39.8637 41.1603 39.7639 41.1603C39.5642 41.2601 39.3644 41.3601 39.0646 41.4598C38.8648 41.5598 38.5651 41.5598 38.3653 41.6596C38.2655 41.6596 38.0658 41.6596 37.9657 41.6596C37.866 41.6596 37.866 41.6596 37.766 41.6596C37.6662 41.6596 37.6662 41.6596 37.5662 41.6596C37.4664 41.6596 37.4664 41.6596 37.3664 41.6596C37.2667 41.6596 37.1667 41.6596 37.1667 41.6596H37.0669H36.9669C36.8669 41.6596 36.8671 41.6596 36.7671 41.6596C36.1678 41.5598 35.6682 41.4598 35.0689 41.1603C34.4696 40.9605 33.9701 40.561 33.4705 40.1614C32.9712 39.7616 32.5717 39.1623 32.2719 38.663C31.9723 38.1635 31.6726 37.4641 31.5725 36.7651C31.4728 36.4653 31.4728 36.0657 31.4728 35.766C31.4728 35.6662 31.4728 35.5662 31.4728 35.4664V35.3664V35.2667C31.4728 35.0669 31.4728 34.8669 31.5725 34.6671C31.8723 33.1687 32.5716 31.7703 33.7703 30.5716C34.0701 30.2719 34.3696 30.0721 34.6694 29.7723C34.9689 29.5725 35.3687 29.3729 35.6682 29.1731C36.0678 28.9733 36.4673 28.8734 36.7671 28.7735C37.1667 28.6736 37.5662 28.5737 37.9657 28.5737C38.1655 28.5737 38.3653 28.5737 38.565 28.5737C38.6651 28.5737 38.6651 28.5737 38.6651 28.5737H38.8648H38.9648H39.1646C39.5642 28.5737 40.0635 28.6736 40.463 28.7735C41.3621 28.9733 42.1612 29.273 42.9605 29.7723C44.5587 30.6714 45.8573 32.0701 46.7564 33.6682C47.156 34.4673 47.4558 35.3664 47.6555 36.2655C47.6555 36.4653 47.7553 36.7651 47.7553 36.9648V37.1646V37.3644C47.7553 37.4641 47.7553 37.4641 47.7553 37.5642C47.7553 37.6639 47.7553 37.6639 47.7553 37.7639V37.9637V38.1635C47.7553 38.2632 47.7553 38.463 47.7553 38.563C47.7553 38.8628 47.7553 39.0626 47.6555 39.3621C47.6555 39.5619 47.5555 39.8617 47.5555 40.0614C47.5555 40.2612 47.4555 40.561 47.3558 40.7608C47.2557 41.2601 47.056 41.7596 46.8562 42.1592C46.4567 43.0583 45.9574 43.9574 45.3578 44.8562C44.1592 46.4546 42.561 47.853 40.663 48.6521C39.7639 49.0519 38.7651 49.3514 37.766 49.5512C37.2667 49.6512 36.7671 49.6512 36.2676 49.751H36.1678H36.0678H35.868H35.6682H35.5685C35.5685 49.751 35.6682 49.751 35.5685 49.751C35.2687 49.751 35.0689 49.751 34.7691 49.751C33.6705 49.6512 32.5716 49.4515 31.5725 49.1517C30.5737 48.8521 29.4749 48.4523 28.5759 47.953C26.6779 46.9539 24.9797 45.5555 23.5812 43.8573C22.8819 43.0583 22.2826 42.1592 21.883 41.1603C21.3835 40.1614 20.984 39.1623 20.6843 38.1635C20.3846 37.1646 20.1848 36.0657 20.1848 35.0669V34.8669V34.7671V34.5673V33.968V33.868V33.6682V33.5685C20.1848 33.4685 20.1848 33.2687 20.1848 33.1687C20.1848 32.6694 20.2847 32.0701 20.2847 31.5705C20.3846 31.0709 20.4845 30.4716 20.5844 29.9723C20.6843 29.4728 20.7842 28.8734 20.984 28.3739C21.2836 27.375 21.6832 26.3761 22.0828 25.3771C22.9818 23.4792 24.0806 21.781 25.4791 20.4824C25.7788 20.1827 26.1784 19.7831 26.578 19.4834C26.9776 19.1838 27.3772 18.8841 27.7767 18.6843C28.1763 18.3846 28.5758 18.1848 28.9754 17.985C29.1752 17.8851 29.375 17.7853 29.5748 17.6854C29.6747 17.6854 29.7746 17.5855 29.8745 17.5855C29.9743 17.5855 30.0743 17.4856 30.1742 17.4856C30.5737 17.2858 31.0732 17.1859 31.4728 16.9861C31.5725 16.9861 31.6726 16.8862 31.7726 16.8862C31.8723 16.8862 31.9723 16.7863 32.0721 16.7863C32.2719 16.6864 32.5716 16.6864 32.7714 16.5865C32.8712 16.5865 32.9712 16.4866 33.171 16.4866C33.2707 16.4866 33.3707 16.4866 33.5705 16.3868C33.6705 16.3868 33.7703 16.3868 33.9701 16.2869H34.1698H34.3696C34.4696 16.2869 34.5694 16.2869 34.7691 16.187C34.8692 16.187 35.0689 16.187 35.1689 16.0871C35.2687 16.0871 35.4685 16.0871 35.5685 16.0871C35.6682 16.0871 35.7682 16.0871 35.868 16.0871H36.0678H36.1678H36.2676C36.3676 16.0871 36.5673 16.0871 36.6671 16.0871H36.8669C36.8669 16.0871 36.9669 16.0871 36.8669 16.0871H36.9669C37.0669 16.0871 37.1667 16.0871 37.2667 16.0871C37.766 16.0871 38.1655 16.0871 38.6651 16.0871C39.5642 16.0871 40.463 16.187 41.3621 16.3868C43.0603 16.6864 44.6587 17.2858 46.1571 17.985C47.6555 18.6843 48.9539 19.5833 50.0528 20.5823C50.1528 20.6821 50.1528 20.6821 50.2526 20.7821C50.3526 20.8819 50.3526 20.8819 50.4523 20.9818C50.5524 21.0817 50.7521 21.1816 50.8519 21.3814C50.9519 21.5812 51.1517 21.5812 51.2517 21.781C51.3514 21.9808 51.5512 22.0807 51.6512 22.1806C52.1505 22.68 52.5501 23.1795 52.9499 23.7788C53.749 24.7778 54.4483 25.8766 54.9476 26.8755C54.9476 26.9754 55.0476 26.9754 55.0476 27.0753C55.0476 27.1752 55.1474 27.1752 55.1474 27.2751C55.2474 27.375 55.2474 27.4749 55.3471 27.6747C55.4471 27.7746 55.4471 27.8745 55.5469 28.0742C55.6469 28.1741 55.6469 28.274 55.7467 28.4738C55.9467 28.9733 56.1465 29.3729 56.2462 29.7723C56.446 30.4716 56.6458 31.0709 56.7458 31.5705C56.8455 31.7703 57.0453 31.97 57.2451 31.8703C57.4449 31.8703 57.6449 31.6705 57.6449 31.4705C58.0444 30.2719 58.0444 29.5725 57.9444 28.8734Z",fill:"url(#paint0_linear_472_6171)"}),n.jsx("defs",{children:n.jsxs("linearGradient",{id:"paint0_linear_472_6171",x1:"32.1624",y1:"75.4381",x2:"32.1624",y2:"10.3784",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#FFF100"}),n.jsx("stop",{offset:"1",stopColor:"#F05A28"})]})})]}),pr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M33.6528 19.9023L16.8789 52.9767H50.2508L33.6528 19.9023Z",fill:"#2E5A7F"}),n.jsx("g",{opacity:"0.5",filter:"url(#filter0_f_3280_12900)",children:n.jsx("path",{d:"M27.0468 17.7781C26.8714 17.4286 26.3729 17.4276 26.1961 17.7763L10.389 48.9444C10.2283 49.2613 10.4585 49.6363 10.8139 49.6363H42.2623C42.6168 49.6363 42.8471 49.263 42.6881 48.9462L27.0468 17.7781Z",fill:"#1E1E1E"})}),n.jsx("path",{d:"M26.0893 16.2114L9.31543 49.2858H42.6874L26.0893 16.2114Z",fill:"#01B3EE"}),n.jsx("path",{d:"M30.7973 25.5117L18.6719 49.4204H42.7962L30.7973 25.5117Z",fill:"#004E7F"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.76208 11.6983C9.57863 11.6437 9.40782 11.8145 9.46242 11.998L10.7522 16.3315C8.25892 17.471 6.06208 19.1719 4.33407 21.302C2.57168 23.4744 1.3467 26.032 0.758652 28.7669C0.170608 31.5018 0.236097 34.3369 0.949798 37.0418C1.6635 39.7466 3.00527 42.2449 4.86609 44.3337L8.46544 41.1271C7.10906 39.6046 6.13101 37.7835 5.61078 35.8119C5.09055 33.8403 5.04282 31.7738 5.47145 29.7802C5.90009 27.7867 6.793 25.9224 8.07764 24.3389C9.19433 22.9624 10.5796 21.8318 12.146 21.0142L13.7225 26.3111C13.7778 26.4968 14.0186 26.5446 14.1406 26.3941L22.6604 15.8861C22.7685 15.7528 22.7065 15.5524 22.542 15.5035L9.76208 11.6983Z",fill:"#01B3EE"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M62.8318 43.773C62.9817 43.6541 62.9398 43.4162 62.7582 43.3557L58.4688 41.9267C58.9655 39.2307 58.8323 36.4555 58.0786 33.8182C57.3099 31.1284 55.9174 28.658 54.0144 26.6076C52.1114 24.5572 49.7515 22.9848 47.1264 22.0179C44.5014 21.0511 41.6853 20.7173 38.907 21.0435L39.4691 25.8311C41.4943 25.5933 43.547 25.8367 45.4604 26.5414C47.3739 27.2461 49.0941 28.3923 50.4812 29.8869C51.8684 31.3815 52.8833 33.1822 53.4437 35.1428C53.9307 36.8471 54.0623 38.6304 53.8336 40.3825L48.5901 38.6357C48.4062 38.5745 48.229 38.7442 48.2823 38.9305L52.0032 51.9367C52.0504 52.1017 52.25 52.1659 52.3845 52.0592L62.8318 43.773Z",fill:"#013868"}),n.jsx("defs",{children:n.jsxs("filter",{id:"filter0_f_3280_12900",x:"9.50319",y:"16.6814",width:"34.0698",height:"33.7885",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[n.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),n.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),n.jsx("feGaussianBlur",{stdDeviation:"0.416861",result:"effect1_foregroundBlur_3280_12900"})]})})]}),hr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3281_13766)",children:[n.jsx("circle",{cx:"32.2592",cy:"32.2583",r:"30.7417",fill:"#277ABE"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.30371 15.7766H58.213C52.7579 7.20395 43.1723 1.5166 32.2584 1.5166C21.3444 1.5166 11.7589 7.20395 6.30371 15.7766Z",fill:"#B8E1F3"}),n.jsx("path",{d:"M15.2772 15.8468C15.2772 15.8468 15.3586 15.8162 15.3993 15.7959C19.051 15.7959 22.7027 15.8061 26.3544 15.8162C26.2628 15.918 26.1814 16.0502 26.0696 16.1112C25.1134 16.569 24.1369 17.0064 23.1706 17.4437C20.0376 18.8881 16.9047 20.3427 13.7819 21.7871C13.3547 21.9906 12.9173 22.194 12.4087 22.4381C13.4869 22.9162 14.4533 23.3536 15.4196 23.791C17.3929 24.6759 19.3561 25.5609 21.3295 26.4357C24.3302 27.758 27.341 29.0804 30.3519 30.3925C31.0131 30.6774 31.6946 30.9011 32.3659 31.1554C32.3761 31.1961 32.3863 31.2368 32.3965 31.2775C32.3965 31.3385 32.3863 31.3894 32.3761 31.4504C32.2337 31.5013 32.0811 31.5216 31.9591 31.603C30.9317 32.2438 29.9145 32.8948 28.8872 33.5458C28.0022 34.1053 27.1173 34.6546 26.2526 35.2344C25.2965 35.865 24.3607 36.516 23.4147 37.1467C23.3537 37.1467 23.2926 37.1467 23.2214 37.1467C20.9429 35.2547 18.6543 33.3627 16.3758 31.4606C16.2537 31.3589 16.152 31.2063 16.0909 31.0537C15.4908 29.7212 14.911 28.3887 14.321 27.0562C13.7311 25.7236 13.1614 24.381 12.5511 23.0484C12.3579 22.6314 12.3477 22.2856 12.5511 21.8583C13.4768 19.8646 14.3719 17.8608 15.2772 15.8569V15.8468Z",fill:"#91D5F1"}),n.jsx("path",{d:"M32.3662 31.4408C32.3662 31.3797 32.3764 31.3289 32.3866 31.2678C32.5086 31.2272 32.6409 31.1865 32.7629 31.1458C32.9053 31.2068 33.0477 31.3289 33.1901 31.3289C33.658 31.3289 34.1259 31.2678 34.5837 31.2373C34.6549 31.2068 34.7261 31.1763 34.7973 31.1458C35.133 31.1153 35.4788 31.0847 35.8145 31.0441C35.9162 31.0441 36.0179 31.0441 36.1196 31.0441C36.5062 31.0135 36.8927 30.9729 37.2691 30.9423C38.1947 30.8711 39.1102 30.7999 40.0358 30.7287C41.7142 30.5965 43.3824 30.4643 45.0607 30.332C45.0607 33.3429 45.0607 36.3436 45.0505 39.3545C45.0505 39.619 44.9183 39.9445 44.7352 40.1377C43.5858 41.3685 42.3957 42.5688 41.2157 43.7793C40.9513 44.0437 40.6665 44.298 40.3918 44.5523C40.3613 44.4811 40.3308 44.4201 40.2901 44.3489C40.1884 44.1149 40.1172 43.8708 39.9849 43.6572C39.4051 42.6909 38.805 41.7347 38.2049 40.7785C37.4318 39.5376 36.6486 38.2966 35.8857 37.0556C34.8583 35.3976 33.8513 33.7294 32.8138 32.0714C32.7222 31.929 32.5493 31.8476 32.4069 31.7357C32.3967 31.634 32.3866 31.5323 32.3764 31.4408H32.3662Z",fill:"#4E8BC9"}),n.jsx("path",{d:"M23.232 37.1264C23.2931 37.1264 23.3541 37.1264 23.4253 37.1264C23.7813 37.2586 24.1475 37.4112 24.5035 37.5333C26.1005 38.0927 27.7077 38.6522 29.3047 39.2014C30.2201 39.5168 31.1559 39.7914 32.0816 40.0864C32.1019 40.1169 32.1324 40.1474 32.1528 40.1779C32.1528 40.2085 32.1528 40.239 32.1528 40.2797C32.1223 40.4119 32.0714 40.534 32.0714 40.6662C32.0714 43.0057 32.0714 45.3554 32.0714 47.695C31.2882 47.5322 30.4948 47.3796 29.7115 47.2067C27.5551 46.7388 25.3987 46.2607 23.232 45.7928C22.8557 45.7114 22.4692 45.7114 22.0928 45.6708C22.0318 45.3961 21.8894 45.1011 21.93 44.8367C22.3064 42.4768 22.7133 40.1169 23.1202 37.757C23.1608 37.5434 23.1914 37.3298 23.232 37.1162V37.1264Z",fill:"#B8E1F3"}),n.jsx("path",{d:"M49.7203 15.7962C49.7203 15.7962 49.7915 15.8267 49.8322 15.8369C50.1374 16.6303 50.4323 17.4339 50.7477 18.2171C51.2054 19.3666 51.6733 20.5261 52.1616 21.6654C52.2836 21.9502 52.1616 22.0723 51.9581 22.1842C51.8768 22.2045 51.7954 22.2248 51.714 22.2554C49.8729 23.12 48.0318 23.9948 46.1907 24.8594C45.3566 25.2459 44.5021 25.5917 43.6477 25.9579C43.6477 25.7341 43.6274 25.5205 43.6274 25.2968C43.6274 22.1536 43.6274 19.0105 43.6172 15.8674C43.6172 15.8471 43.6274 15.8267 43.6375 15.7962C45.6617 15.7962 47.6961 15.7861 49.7203 15.7759V15.7962Z",fill:"#4E8BC9"}),n.jsx("path",{d:"M43.6476 25.9681C44.4918 25.6019 45.3463 25.2561 46.1905 24.8695C48.0418 24.0151 49.8728 23.1403 51.7139 22.2655C51.7851 22.235 51.8766 22.2147 51.958 22.1943C51.6935 22.5809 51.4596 22.9877 51.1646 23.3336C49.71 25.0119 48.2351 26.67 46.7805 28.3381C46.2007 28.9993 45.6311 29.6605 45.0615 30.3115C43.3831 30.4437 41.7149 30.576 40.0366 30.7082C39.1109 30.7794 38.1955 30.8506 37.2698 30.9218C36.8833 30.9523 36.4967 30.9828 36.1204 31.0235C36.0187 31.0235 35.917 31.0235 35.8152 31.0235C35.4796 31.054 35.1337 31.0846 34.798 31.1252C34.7268 31.1558 34.6556 31.1863 34.5844 31.2168C34.1165 31.2473 33.6486 31.2982 33.1909 31.3083C33.0485 31.3083 32.9061 31.1863 32.7637 31.1252C33.6486 30.7184 34.5336 30.3115 35.4185 29.8944C37.341 28.9993 39.2635 28.1144 41.1758 27.1989C42.0099 26.8022 42.8237 26.3648 43.6476 25.9478V25.9681Z",fill:"#266FA8"}),n.jsx("path",{d:"M22.0928 45.6714C22.4793 45.7121 22.8658 45.7121 23.232 45.7935C25.3986 46.2512 27.5551 46.7293 29.7115 47.2073C30.4947 47.3803 31.278 47.5328 32.0714 47.6956H32.1121H32.1528C32.1528 47.6956 32.1528 47.7668 32.1528 47.8075C32.224 48.6619 32.285 49.5164 32.3664 50.3606C32.5393 52.2831 32.7122 54.2056 32.8851 56.1281C32.7732 56.0772 32.6308 56.0365 32.5495 55.9552C30.2811 53.7377 28.023 51.51 25.7648 49.2926C24.6256 48.1737 23.4558 47.0751 22.3064 45.9664C22.225 45.885 22.164 45.7833 22.1029 45.6816L22.0928 45.6714Z",fill:"#90D4F1"}),n.jsx("path",{d:"M32.8857 56.1173C32.7128 54.1949 32.5399 52.2724 32.3669 50.3499C32.2957 49.4955 32.2245 48.641 32.1533 47.7968C32.1838 47.7561 32.2144 47.7256 32.255 47.6849C32.6212 47.5628 32.9874 47.4713 33.3434 47.3288C35.6524 46.4337 37.9615 45.5284 40.2705 44.6333C40.1789 44.8774 40.1281 45.1521 39.9958 45.3657C38.6125 47.5221 37.1986 49.6582 35.8152 51.8045C34.9608 53.137 34.1267 54.4797 33.2621 55.8122C33.1807 55.9444 33.0179 56.0156 32.8857 56.1072V56.1173Z",fill:"#266FA8"}),n.jsx("path",{d:"M40.2708 44.643C37.9618 45.5382 35.6528 46.4435 33.3438 47.3386C32.9877 47.481 32.6114 47.5725 32.2554 47.6946C32.2248 47.6946 32.1842 47.6946 32.1536 47.6946H32.113H32.0723C32.0723 45.3551 32.0723 43.0054 32.0723 40.6658C32.0723 40.5336 32.1231 40.4115 32.1536 40.2793C32.2859 40.3098 32.4283 40.32 32.5402 40.381C33.832 41.0422 35.1238 41.7135 36.4157 42.3747C37.7075 43.0359 38.9891 43.6869 40.281 44.348C40.3115 44.4193 40.342 44.4803 40.3827 44.5515C40.342 44.582 40.3115 44.6125 40.2708 44.6532V44.643Z",fill:"#56AFDF"}),n.jsx("path",{d:"M17.1084 13.2529C17.7899 12.9376 18.4714 12.6019 19.1529 12.3069C19.8955 11.9814 20.6584 11.7169 21.3908 11.3711C21.9299 11.1168 22.469 11.0253 23.0488 11.0354C30.2199 11.0354 37.3809 11.0354 44.5521 11.0558C44.8471 11.0558 45.1828 11.1575 45.4371 11.3202C46.4746 11.9509 47.4816 12.6222 48.4988 13.2834C48.4988 13.3546 48.4988 13.4156 48.4988 13.4868C46.8713 13.4868 45.254 13.4868 43.6265 13.4868C35.0007 13.4868 26.375 13.4868 17.7492 13.4868C17.617 13.4868 17.4746 13.5072 17.3424 13.4767C17.2508 13.4462 17.1796 13.3444 17.1084 13.2732V13.2529Z",fill:"#F5FBFE"}),n.jsx("path",{d:"M17.1089 13.2528C17.1902 13.3241 17.2513 13.4359 17.3428 13.4563C17.4649 13.497 17.6073 13.4665 17.7497 13.4665C26.3754 13.4665 35.0012 13.4665 43.6269 13.4665C43.6269 14.2497 43.6269 15.0329 43.6371 15.8263C43.6371 15.8467 43.6269 15.867 43.6168 15.8975C39.7921 15.8975 35.9675 15.8975 32.1531 15.8975C32.0412 15.867 31.9293 15.8162 31.8276 15.8162C30.0068 15.8162 28.186 15.8162 26.3653 15.8162C22.7136 15.8162 19.0619 15.806 15.4102 15.7958C15.7967 15.0329 16.1629 14.2599 16.5698 13.5071C16.6511 13.3647 16.9359 13.3241 17.119 13.2427L17.1089 13.2528Z",fill:"#EAF7FE"}),n.jsx("path",{d:"M43.6361 15.8164C43.6361 15.0332 43.6361 14.2499 43.626 13.4565C45.2535 13.4565 46.8708 13.4565 48.4983 13.4565C48.5695 13.4565 48.6407 13.4565 48.7119 13.4565C49.0476 14.2296 49.3833 15.0128 49.7291 15.7859C47.7049 15.7859 45.6705 15.7961 43.6463 15.8062L43.6361 15.8164Z",fill:"#C8E6F7"}),n.jsx("path",{d:"M48.7136 13.4666C48.6424 13.4666 48.5712 13.4666 48.5 13.4666C48.5 13.3954 48.5 13.3344 48.5 13.2632C48.5712 13.3344 48.6322 13.3954 48.7034 13.4666H48.7136Z",fill:"#DEF0FA"}),n.jsx("path",{d:"M26.3547 15.8163C28.1754 15.8163 29.9962 15.8163 31.817 15.8163C31.9288 15.8163 32.0407 15.8672 32.1425 15.8977C32.173 17.2506 32.2137 18.5932 32.234 19.9461C32.2747 23.6792 32.3154 27.4123 32.3459 31.1453C31.6745 30.891 30.993 30.6673 30.3319 30.3824C27.321 29.0703 24.3101 27.7581 21.3094 26.4256C19.3361 25.5508 17.3729 24.6659 15.3995 23.7809C14.4332 23.3435 13.4669 22.9163 12.3887 22.428C12.8973 22.1839 13.3347 21.9805 13.7619 21.777C16.8948 20.3326 20.0277 18.8781 23.1505 17.4337C24.1168 16.9861 25.0832 16.5487 26.0495 16.1011C26.1614 16.0503 26.2428 15.9079 26.3343 15.8062L26.3547 15.8163Z",fill:"#B8E1F3"}),n.jsx("path",{d:"M32.3568 31.1451C32.3161 27.412 32.2856 23.6789 32.2449 19.9459C32.2245 18.593 32.1838 17.2503 32.1533 15.8975C35.9779 15.8975 39.8026 15.8975 43.617 15.8975C43.617 19.0406 43.617 22.1837 43.6272 25.3268C43.6272 25.5506 43.6374 25.7642 43.6475 25.988C42.8236 26.405 42.0099 26.8424 41.1758 27.2391C39.2635 28.1444 37.341 29.0395 35.4185 29.9346C34.5335 30.3517 33.6486 30.7586 32.7636 31.1654C32.6416 31.2061 32.5093 31.2468 32.3873 31.2875C32.3873 31.2468 32.3669 31.2061 32.3568 31.1654V31.1451Z",fill:"#69C2EB"}),n.jsx("path",{d:"M32.0811 40.0869C31.1554 39.7919 30.2298 39.5173 29.3041 39.202C27.697 38.6629 26.1 38.0932 24.503 37.5338C24.1368 37.4117 23.7808 37.2591 23.4248 37.1269C24.3708 36.4861 25.3066 35.8351 26.2628 35.2146C27.1375 34.645 28.0225 34.0855 28.8973 33.5261C29.9145 32.8751 30.9418 32.2241 31.9692 31.5832C32.0912 31.512 32.2438 31.4815 32.3862 31.4307C32.3964 31.5324 32.4066 31.6341 32.4167 31.7256C32.3659 32.4479 32.2947 33.1701 32.2743 33.8923C32.2235 35.947 32.2031 38.0119 32.1624 40.0768C32.1319 40.0768 32.1116 40.0768 32.0811 40.0768V40.0869Z",fill:"#ACDDF2"}),n.jsx("path",{d:"M32.1533 40.0767C32.1838 38.0118 32.2143 35.9571 32.2652 33.8922C32.2856 33.17 32.3568 32.4478 32.4076 31.7256C32.5399 31.8375 32.7229 31.9189 32.8145 32.0613C33.8418 33.7193 34.859 35.3875 35.8864 37.0455C36.6595 38.2864 37.4325 39.5274 38.2056 40.7684C38.8057 41.7245 39.3957 42.6807 39.9857 43.647C40.1179 43.8606 40.1891 44.1048 40.2908 44.3387C38.999 43.6775 37.7072 43.0265 36.4255 42.3654C35.1337 41.7042 33.8419 41.0329 32.55 40.3717C32.4381 40.3106 32.2957 40.3106 32.1635 40.27C32.1635 40.2394 32.1635 40.2089 32.1635 40.1682C32.1635 40.1377 32.1635 40.1072 32.1635 40.0665L32.1533 40.0767Z",fill:"#54A5D8"}),n.jsx("path",{d:"M32.1523 40.0762C32.1523 40.0762 32.1523 40.1372 32.1523 40.1779C32.1319 40.1474 32.1014 40.1169 32.0811 40.0863C32.1116 40.0863 32.1319 40.0863 32.1624 40.0863L32.1523 40.0762Z",fill:"#56AFDF"}),n.jsx("path",{d:"M32.1533 47.6948C32.1533 47.6948 32.2245 47.6948 32.255 47.6948C32.2245 47.7355 32.194 47.766 32.1533 47.8067C32.1533 47.7762 32.1533 47.7355 32.1533 47.705V47.6948Z",fill:"#88C8E9"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3281_13766",children:n.jsx("rect",{width:"62",height:"62",fill:"white",transform:"translate(1 1)"})})})]}),gr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M31.7032 13.1175C28.9307 15.0674 25.7886 17.2775 24.1049 20.9339C21.1806 27.313 30.0888 34.2713 30.4695 34.5644C30.558 34.6324 30.6639 34.6664 30.7695 34.6664C30.8817 34.6664 30.9939 34.6281 31.0851 34.5517C31.262 34.4038 31.3121 34.1526 31.2059 33.9479C31.1737 33.8858 27.9761 27.6749 28.095 23.2191C28.137 21.6672 30.3089 19.9067 32.6081 18.0428C34.714 16.3356 37.1011 14.4008 38.4977 12.1373C41.5638 7.15491 38.156 2.25575 38.1212 2.20676C37.9858 2.01668 37.736 1.94789 37.5224 2.04153C37.309 2.13575 37.1907 2.36649 37.2395 2.59465C37.2464 2.62711 37.9091 5.86689 36.065 9.20476C35.3054 10.5841 33.6362 11.758 31.7032 13.1175Z",fill:"#DB380E"}),n.jsx("path",{d:"M43.3836 15.3149C43.5791 15.1676 43.6366 14.8988 43.5183 14.6844C43.3999 14.4699 43.142 14.3754 42.9131 14.4623C42.4421 14.6414 31.3799 18.9055 31.3799 24.0577C31.3799 27.6093 32.897 29.4855 34.0048 30.8556C34.4393 31.393 34.8144 31.8571 34.9381 32.2533C35.2861 33.3951 34.4616 35.4588 34.1148 36.1577C34.0149 36.3585 34.0638 36.6021 34.2339 36.7488C34.3258 36.8281 34.4405 36.8684 34.5553 36.8684C34.6531 36.8684 34.7513 36.8394 34.8361 36.7803C35.0263 36.6481 39.4846 33.496 38.685 29.6983C38.3871 28.2548 37.6778 27.2001 37.0519 26.2694C36.0823 24.8274 35.382 23.7858 36.4444 21.862C37.6892 19.6181 43.3265 15.3575 43.3836 15.3149Z",fill:"#DB380E"}),n.jsx("path",{d:"M14.5882 36.9495C14.3986 37.5172 14.4881 38.0804 14.8468 38.5787C16.046 40.2436 20.2937 41.1603 26.808 41.1603C26.8083 41.1603 26.8086 41.1603 26.8088 41.1603C27.6915 41.1603 28.6233 41.1429 29.5778 41.1087C39.9929 40.7359 43.8559 37.4912 44.0153 37.3533C44.1889 37.2029 44.2353 36.9526 44.1274 36.7501C44.0194 36.5477 43.7865 36.446 43.564 36.5073C39.8959 37.5088 33.0466 37.8643 28.2958 37.8643C22.9798 37.8643 20.2725 37.4814 19.6097 37.1986C19.9498 36.7316 22.0474 35.8977 24.6468 35.3864C24.8952 35.3377 25.066 35.1082 25.0414 34.8562C25.0168 34.6043 24.8051 34.4121 24.5519 34.4121C23.0282 34.4121 15.387 34.5345 14.5882 36.9495Z",fill:"#73A1FB"}),n.jsx("path",{d:"M49.4389 33.6074C47.2907 33.6074 45.2536 34.6841 45.1678 34.7297C44.9692 34.8361 44.8684 35.064 44.9229 35.2829C44.9776 35.5014 45.1741 35.655 45.3995 35.6553C45.4451 35.6553 49.9818 35.6924 50.3926 38.2845C50.7566 40.5207 46.1002 44.1439 44.2752 45.3514C44.0781 45.4818 44.0016 45.7338 44.0931 45.9518C44.171 46.1373 44.3516 46.2533 44.5464 46.2533C44.5804 46.2533 44.6148 46.2498 44.649 46.2425C45.0822 46.1498 55.2435 43.9106 54.1691 37.9944C53.5137 34.3686 51.2349 33.6074 49.4389 33.6074Z",fill:"#73A1FB"}),n.jsx("path",{d:"M42.4705 44.6274C42.5059 44.4379 42.427 44.2451 42.2693 44.1344L39.8328 42.4278C39.714 42.3446 39.5639 42.3184 39.4244 42.3553C39.399 42.3618 36.8511 43.0316 33.1519 43.4424C31.6838 43.607 30.0394 43.694 28.3962 43.694C24.698 43.694 22.2799 43.2595 21.9278 42.9407C21.8812 42.8512 21.8959 42.8105 21.9042 42.7879C21.9682 42.61 22.3111 42.3986 22.5321 42.3149C22.7762 42.2246 22.9078 41.9595 22.8319 41.7106C22.7562 41.4613 22.4994 41.3147 22.2461 41.3755C19.802 41.9653 18.6069 42.7901 18.6939 43.8269C18.8483 45.6651 23.106 46.6086 26.7054 46.8579C27.2231 46.8933 27.7829 46.9113 28.3689 46.9113C28.3693 46.9113 28.3695 46.9113 28.3699 46.9113C34.3551 46.9113 42.0281 45.0333 42.1048 45.0142C42.2921 44.9685 42.435 44.8172 42.4705 44.6274Z",fill:"#73A1FB"}),n.jsx("path",{d:"M24.1013 48.5725C24.2859 48.4525 24.3677 48.2243 24.3022 48.0142C24.2369 47.8041 24.0404 47.6661 23.8196 47.669C23.4921 47.6777 20.6146 47.8075 20.4132 49.6395C20.3523 50.187 20.5091 50.6873 20.8795 51.1262C21.9126 52.3505 24.7015 53.0783 29.4039 53.3508C29.9601 53.3842 30.5252 53.401 31.0836 53.401C37.062 53.401 41.0883 51.5292 41.2569 51.4495C41.4204 51.3721 41.5282 51.2115 41.5378 51.031C41.5475 50.8505 41.4573 50.6793 41.3031 50.585L38.224 48.7053C38.1171 48.6401 37.9893 48.6186 37.8674 48.6435C37.8479 48.6476 35.8929 49.0531 32.9425 49.4536C32.3842 49.5296 31.685 49.5681 30.8647 49.5681C27.9174 49.5681 24.6392 49.0866 24.0105 48.7713C24.0014 48.7124 24.013 48.6377 24.1013 48.5725Z",fill:"#73A1FB"}),n.jsx("path",{d:"M28.2978 59.0526C41.9917 59.041 49.3414 56.6057 50.7572 55.0732C51.2585 54.5311 51.3126 54.0178 51.2701 53.6826C51.1648 52.8576 50.4133 52.3525 50.3281 52.2976C50.1226 52.1655 49.8467 52.2 49.6864 52.3849C49.5264 52.5699 49.5227 52.8401 49.6832 53.0249C49.7696 53.136 49.8195 53.322 49.567 53.5748C49.0009 54.1034 43.2921 55.708 33.7869 56.1902C32.4848 56.2578 31.1191 56.2922 29.728 56.2925C21.2174 56.2925 14.989 55.1267 14.1714 54.4475C14.4865 53.9946 16.6897 53.2712 19.0326 52.862C19.2966 52.816 19.475 52.5672 19.4341 52.3023C19.3932 52.0376 19.1491 51.8554 18.8822 51.8899C18.8161 51.899 18.5918 51.9123 18.3322 51.9283C14.4664 52.1643 9.99904 52.6903 9.76595 54.6822C9.69517 55.2891 9.87552 55.8401 10.3022 56.3197C11.3462 57.4927 14.3471 59.0524 28.2974 59.0524C28.2976 59.0526 28.2976 59.0526 28.2978 59.0526Z",fill:"#73A1FB"}),n.jsx("path",{d:"M53.4471 55.505C53.2536 55.4155 53.0248 55.4607 52.8804 55.6166C52.8604 55.6383 50.8015 57.7911 44.6112 59.0553C42.2413 59.5302 37.7928 59.771 31.3893 59.771C24.9739 59.771 18.8692 59.5186 18.8084 59.516C18.5534 59.5036 18.3353 59.689 18.3006 59.94C18.2658 60.1908 18.4275 60.4273 18.6737 60.4858C18.7372 60.5008 25.1349 61.9997 33.8823 61.9997C38.0777 61.9997 42.1603 61.659 46.0168 60.9866C53.2076 59.726 53.7111 56.1604 53.729 56.0093C53.7541 55.798 53.6404 55.5945 53.4471 55.505Z",fill:"#73A1FB"})]}),Ls=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("g",{clipPath:"url(#clip0_472_6153)",children:n.jsx("path",{d:"M43.0681 35.4178C40.578 35.4178 38.3455 36.5211 36.8168 38.258L32.8994 35.4848C33.3152 34.3398 33.554 33.1105 33.554 31.8237C33.554 30.5592 33.3235 29.3505 32.9214 28.2225L36.83 25.4786C38.3586 27.2068 40.5852 28.304 43.0681 28.304C47.6643 28.304 51.4042 24.5648 51.4042 19.968C51.4042 15.3712 47.6643 11.632 43.0681 11.632C38.472 11.632 34.7322 15.3712 34.7322 19.968C34.7322 20.7908 34.8565 21.5842 35.0795 22.3355L31.1683 25.0808C29.5345 23.0538 27.182 21.6386 24.5017 21.2066V16.4928C28.2777 15.6997 31.1228 12.3448 31.1228 8.336C31.1228 3.73923 27.3829 0 22.7868 0C18.1906 0 14.4508 3.73923 14.4508 8.336C14.4508 12.2911 17.2221 15.6046 20.9226 16.4543V21.2294C15.8725 22.1158 12.0195 26.5232 12.0195 31.8237C12.0195 37.15 15.9106 41.5735 20.9972 42.4298V47.472C17.2589 48.2937 14.4508 51.6275 14.4508 55.6095C14.4508 60.2063 18.1906 63.9455 22.7868 63.9455C27.3829 63.9455 31.1228 60.2063 31.1228 55.6095C31.1228 51.6275 28.3146 48.2937 24.5763 47.472V42.4297C27.1509 41.996 29.4801 40.6414 31.1301 38.618L35.0737 41.4092C34.8548 42.1538 34.7322 42.9394 34.7322 43.7538C34.7322 48.3506 38.472 52.0899 43.0681 52.0899C47.6643 52.0899 51.4042 48.3506 51.4042 43.7538C51.4042 39.1571 47.6643 35.4178 43.0681 35.4178ZM43.0681 15.9263C45.2969 15.9263 47.1097 17.7398 47.1097 19.968C47.1097 22.1962 45.2969 24.0095 43.0681 24.0095C40.8394 24.0095 39.0266 22.1962 39.0266 19.968C39.0266 17.7398 40.8394 15.9263 43.0681 15.9263ZM18.7451 8.336C18.7451 6.10785 20.558 4.29446 22.7868 4.29446C25.0155 4.29446 26.8283 6.10785 26.8283 8.336C26.8283 10.5642 25.0155 12.3775 22.7868 12.3775C20.558 12.3775 18.7451 10.5642 18.7451 8.336ZM26.8283 55.6095C26.8283 57.8377 25.0155 59.6511 22.7868 59.6511C20.558 59.6511 18.7451 57.8377 18.7451 55.6095C18.7451 53.3814 20.558 51.568 22.7868 51.568C25.0155 51.568 26.8283 53.3814 26.8283 55.6095ZM22.7865 37.4603C19.678 37.4603 17.1492 34.932 17.1492 31.8237C17.1492 28.7152 19.678 26.1865 22.7865 26.1865C25.8948 26.1865 28.4235 28.7152 28.4235 31.8237C28.4235 34.932 25.8948 37.4603 22.7865 37.4603ZM43.0681 47.7955C40.8394 47.7955 39.0266 45.982 39.0266 43.7538C39.0266 41.5257 40.8394 39.7123 43.0681 39.7123C45.2969 39.7123 47.1097 41.5257 47.1097 43.7538C47.1097 45.982 45.2969 47.7955 43.0681 47.7955Z",fill:"#161517"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6153",children:n.jsx("rect",{width:"39.424",height:"64",fill:"white",transform:"translate(12)"})})})]}),vr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M54.7687 16.5728C54.4506 15.555 53.6872 14.728 52.733 14.2191L33.3305 4.93135C32.8216 4.6769 32.2491 4.61328 31.7402 4.61328C31.2313 4.61328 30.6587 4.61328 30.1498 4.74051L10.7474 14.0919C9.79315 14.5372 9.09339 15.3641 8.83894 16.4456L4.06784 37.3748C3.877 38.4562 4.13146 39.5377 4.7676 40.4283L18.1903 57.0317C18.9537 57.7951 20.0351 58.304 21.1165 58.3676H42.491C43.6361 58.4948 44.7175 57.9859 45.4173 57.0317L58.84 40.4283C59.4761 39.5377 59.7306 38.4562 59.6034 37.3748L54.7687 16.5728Z",fill:"#326DE6"}),n.jsx("path",{d:"M51.7788 36.5481C51.7152 36.5481 51.6516 36.5481 51.6516 36.4845C51.6516 36.4209 51.5243 36.4209 51.3971 36.4209C51.1426 36.3573 50.8882 36.3573 50.6337 36.3573C50.5065 36.3573 50.3793 36.3573 50.252 36.2937H50.1884C49.4887 36.2301 48.7253 36.1028 48.0255 35.912C47.8347 35.8484 47.6438 35.6575 47.5802 35.4667C47.5802 35.4667 47.6438 35.4667 47.5802 35.4667L47.0713 35.3395C47.3258 33.4946 47.1985 31.5862 46.8168 29.7414C46.3715 27.8966 45.6082 26.1154 44.5903 24.525L44.972 24.1433V24.0797C44.972 23.8888 45.0356 23.6344 45.1629 23.5072C45.7354 22.9982 46.3079 22.6166 46.9441 22.2349C47.0713 22.1713 47.1985 22.1076 47.3258 22.044C47.5802 21.9168 47.7711 21.7896 48.0255 21.6623C48.0891 21.5987 48.1528 21.5987 48.2164 21.5351C48.28 21.4715 48.2164 21.4715 48.2164 21.4079C48.7889 20.9626 48.9161 20.1992 48.4708 19.6267C48.28 19.3722 47.8983 19.1814 47.5802 19.1814C47.2621 19.1814 46.9441 19.3086 46.6896 19.4994L46.626 19.5631C46.5624 19.6267 46.4988 19.6903 46.4352 19.6903C46.2443 19.8811 46.0535 20.072 45.9262 20.2628C45.8626 20.39 45.7354 20.4537 45.6718 20.5173C45.2265 21.0262 44.6539 21.5351 44.0814 21.9168C43.9542 21.9804 43.827 22.044 43.6997 22.044C43.6361 22.044 43.5089 22.044 43.4453 21.9804H43.3817L42.8727 22.2985C42.3638 21.7896 41.7913 21.2807 41.2824 20.7717C38.9286 18.9269 36.0024 17.7818 33.0125 17.4638L32.9489 16.9549V17.0185C32.758 16.8912 32.6944 16.7004 32.6308 16.5096C32.6308 15.8098 32.6308 15.11 32.758 14.3467V14.283C32.758 14.1558 32.8216 14.0286 32.8216 13.9014C32.8853 13.6469 32.8853 13.3924 32.9489 13.138V12.7563C33.0125 12.1202 32.5036 11.484 31.8674 11.4204C31.4857 11.3568 31.104 11.5476 30.786 11.8657C30.5315 12.1202 30.4043 12.4382 30.4043 12.7563V13.0744C30.4043 13.3288 30.4679 13.5833 30.5315 13.8377C30.5951 13.965 30.5951 14.0922 30.5951 14.2194V14.283C30.7224 14.9828 30.7224 15.6826 30.7224 16.4459C30.6587 16.6368 30.5951 16.8276 30.4043 16.9549V17.0821L30.3407 17.591C29.6409 17.6546 28.9412 17.7818 28.1778 17.9091C25.1879 18.5452 22.4525 20.1356 20.3532 22.3621L19.9715 22.1076H19.9079C19.8443 22.1076 19.7807 22.1713 19.6534 22.1713C19.5262 22.1713 19.399 22.1076 19.2717 22.044C18.6992 21.5987 18.1267 21.0898 17.6814 20.5809C17.6178 20.4537 17.4905 20.39 17.4269 20.3264C17.2361 20.1356 17.1088 19.9447 16.918 19.7539C16.8544 19.6903 16.7908 19.6903 16.7272 19.6267C16.6635 19.5631 16.6635 19.5631 16.6635 19.5631C16.4091 19.3722 16.091 19.245 15.7729 19.245C15.3913 19.245 15.0732 19.3722 14.8823 19.6903C14.5006 20.2628 14.6279 21.0262 15.1368 21.4715C15.2004 21.4715 15.2004 21.5351 15.2004 21.5351C15.2004 21.5351 15.3276 21.6623 15.3913 21.6623C15.5821 21.7896 15.8366 21.9168 16.091 22.044C16.2182 22.1076 16.3455 22.1713 16.4727 22.2349C17.1088 22.6166 17.745 22.9982 18.2539 23.5072C18.3811 23.6344 18.5084 23.8888 18.4447 24.0797V24.0161L18.8264 24.3978C18.7628 24.525 18.6992 24.5886 18.6356 24.7158C16.6635 27.833 15.8366 31.5226 16.4091 35.1486L15.9002 35.2759C15.9002 35.3395 15.8366 35.3395 15.8366 35.3395C15.7729 35.5303 15.5821 35.6575 15.3913 35.7848C14.6915 35.9756 13.9917 36.1028 13.2284 36.1665C13.1011 36.1665 12.9739 36.1665 12.8467 36.2301C12.5922 36.2301 12.3378 36.2937 12.0833 36.2937C12.0197 36.2937 11.9561 36.3573 11.8288 36.3573C11.7652 36.3573 11.7652 36.3573 11.7016 36.4209C11.0018 36.5481 10.5565 37.1843 10.6838 37.8841C10.811 38.4566 11.3835 38.8383 11.9561 38.7747C12.0833 38.7747 12.1469 38.7747 12.2741 38.711C12.3378 38.711 12.3378 38.711 12.3378 38.6474C12.3378 38.5838 12.5286 38.6474 12.5922 38.6474C12.8467 38.5838 13.1011 38.4566 13.292 38.393C13.4192 38.3294 13.5464 38.2657 13.6737 38.2657H13.7373C14.437 38.0113 15.0732 37.8204 15.8366 37.6932H15.9002C16.091 37.6932 16.2819 37.7568 16.4091 37.8841C16.4727 37.8841 16.4727 37.9477 16.4727 37.9477L17.0452 37.8841C17.9994 40.8103 19.7807 43.4185 22.2616 45.327C22.8342 45.7723 23.3431 46.1539 23.9792 46.472L23.6611 46.9173C23.6611 46.9809 23.7248 46.9809 23.7248 46.9809C23.852 47.1718 23.852 47.4262 23.7884 47.6171C23.5339 48.2532 23.1522 48.8894 22.7705 49.4619V49.5255C22.7069 49.6527 22.6433 49.7164 22.5161 49.8436C22.3889 49.9708 22.2616 50.2253 22.0708 50.4797C22.0072 50.5434 22.0072 50.607 21.9436 50.6706C21.9436 50.6706 21.9436 50.7342 21.8799 50.7342C21.5619 51.3703 21.8163 52.1337 22.3889 52.4518C22.5161 52.5154 22.7069 52.579 22.8342 52.579C23.3431 52.579 23.7884 52.2609 24.0428 51.8156C24.0428 51.8156 24.0428 51.752 24.1064 51.752C24.1064 51.6884 24.1701 51.6248 24.2337 51.5612C24.2973 51.3067 24.4245 51.1159 24.4881 50.8614L24.6154 50.4797C24.8062 49.78 25.1243 49.1438 25.4424 48.5077C25.5696 48.3168 25.7604 48.1896 25.9513 48.126C26.0149 48.126 26.0149 48.126 26.0149 48.0624L26.2693 47.5535C28.0505 48.2532 29.8954 48.5713 31.8038 48.5713C32.9489 48.5713 34.0939 48.4441 35.239 48.126C35.9388 47.9988 36.6385 47.7443 37.2747 47.5535L37.5291 47.9988C37.5927 47.9988 37.5927 47.9988 37.5927 48.0624C37.7836 48.126 37.9744 48.2532 38.1016 48.4441C38.4197 49.0802 38.7378 49.7164 38.9286 50.4161V50.4797L39.0559 50.8614C39.1195 51.1159 39.1831 51.3703 39.3103 51.5612C39.3739 51.6248 39.3739 51.6884 39.4376 51.752C39.4376 51.752 39.4376 51.8156 39.5012 51.8156C39.7556 52.2609 40.2009 52.579 40.7098 52.579C40.9007 52.579 41.0279 52.5154 41.2188 52.4518C41.4732 52.3246 41.7277 52.0701 41.7913 51.752C41.8549 51.434 41.8549 51.1159 41.7277 50.7978C41.7277 50.7342 41.6641 50.7342 41.6641 50.7342C41.6641 50.6706 41.6005 50.607 41.5368 50.5434C41.4096 50.2889 41.2824 50.098 41.0915 49.9072C41.0279 49.78 40.9643 49.7164 40.8371 49.5891V49.4619C40.3918 48.8894 40.0737 48.2532 39.8192 47.6171C39.7556 47.4262 39.7556 47.1718 39.8829 46.9809C39.8829 46.9173 39.9465 46.9173 39.9465 46.9173L39.7556 46.4084C43 44.4364 45.4809 41.3829 46.626 37.7568L47.1349 37.8204C47.1985 37.8204 47.1985 37.7568 47.1985 37.7568C47.3258 37.6296 47.5166 37.566 47.7074 37.566H47.7711C48.4708 37.6932 49.1706 37.8841 49.8067 38.1385H49.8703C49.9976 38.2021 50.1248 38.2657 50.252 38.2657C50.5065 38.393 50.6973 38.5202 50.9518 38.5838C51.0154 38.5838 51.079 38.6474 51.2062 38.6474C51.2699 38.6474 51.2699 38.6474 51.3335 38.711C51.4607 38.7747 51.5243 38.7747 51.6516 38.7747C52.2241 38.7747 52.733 38.393 52.9238 37.8841C52.8602 37.1843 52.3513 36.6754 51.7788 36.5481ZM33.3942 34.5761L31.6766 35.4031L29.959 34.5761L29.5137 32.7313L30.7224 31.2045H32.6308L33.8395 32.7313L33.3942 34.5761ZM43.7633 30.4411C44.0814 31.7771 44.145 33.113 44.0178 34.4489L37.9744 32.7313C37.4019 32.604 37.0838 32.0315 37.211 31.459C37.2747 31.2681 37.3383 31.1409 37.4655 31.0137L42.2366 26.6879C42.9364 27.833 43.4453 29.1052 43.7633 30.4411ZM40.3282 24.3342L35.1118 28.0238C34.6665 28.2783 34.0303 28.2146 33.7122 27.7693C33.585 27.6421 33.5214 27.5149 33.5214 27.324L33.1397 20.899C35.9388 21.217 38.4197 22.4257 40.3282 24.3342ZM28.8139 21.0898L30.0862 20.8353L29.7681 27.1968C29.7681 27.7693 29.2592 28.2146 28.6867 28.2146C28.4958 28.2146 28.3686 28.151 28.1778 28.0874L22.8978 24.3342C24.5517 22.7438 26.5874 21.5987 28.8139 21.0898ZM21.0529 26.6879L25.7604 30.8864C26.2057 31.2681 26.2693 31.9043 25.8877 32.3496C25.7604 32.5404 25.6332 32.604 25.3787 32.6677L19.2081 34.4489C19.0173 31.7771 19.6534 29.0416 21.0529 26.6879ZM19.9715 37.4388L26.2693 36.3573C26.7783 36.3573 27.2872 36.6754 27.3508 37.1843C27.4144 37.3751 27.4144 37.6296 27.2872 37.8204L24.8698 43.673C22.6433 42.2098 20.8621 39.9833 19.9715 37.4388ZM34.412 45.327C33.5214 45.5178 32.6308 45.645 31.6766 45.645C30.3407 45.645 28.9412 45.3906 27.6689 45.0089L30.786 39.3472C31.104 38.9655 31.613 38.8383 32.0583 39.0927C32.2491 39.22 32.3763 39.3472 32.5672 39.538L35.6207 45.0725C35.239 45.1361 34.8573 45.1997 34.412 45.327ZM42.173 39.7925C41.2188 41.3192 39.8829 42.6551 38.3561 43.6094L35.8751 37.6296C35.7479 37.1207 36.0024 36.6118 36.4477 36.4209C36.6385 36.3573 36.8294 36.2937 37.0202 36.2937L43.3817 37.3751C43.0636 38.2657 42.6819 39.0927 42.173 39.7925Z",fill:"white"})]}),Cr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M10.8347 20.2593C12.9525 20.2593 14.6694 18.515 14.6694 16.3633C14.6694 14.2116 12.9525 12.4673 10.8347 12.4673C8.71685 12.4673 7 14.2116 7 16.3633C7 18.515 8.71685 20.2593 10.8347 20.2593Z",fill:"#509EE3"}),n.jsx("path",{d:"M10.8347 31.168C12.9525 31.168 14.6694 29.4237 14.6694 27.272C14.6694 25.1203 12.9525 23.376 10.8347 23.376C8.71685 23.376 7 25.1203 7 27.272C7 29.4237 8.71685 31.168 10.8347 31.168Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M21.572 20.2593C23.6898 20.2593 25.4067 18.515 25.4067 16.3633C25.4067 14.2116 23.6898 12.4673 21.572 12.4673C19.4542 12.4673 17.7373 14.2116 17.7373 16.3633C17.7373 18.515 19.4542 20.2593 21.572 20.2593Z",fill:"#509EE3"}),n.jsx("path",{d:"M21.572 31.2739C23.6898 31.2739 25.4067 29.5296 25.4067 27.3779C25.4067 25.2262 23.6898 23.4819 21.572 23.4819C19.4542 23.4819 17.7373 25.2262 17.7373 27.3779C17.7373 29.5296 19.4542 31.2739 21.572 31.2739Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M32.3093 20.2593C34.4272 20.2593 36.144 18.515 36.144 16.3633C36.144 14.2116 34.4272 12.4673 32.3093 12.4673C30.1915 12.4673 28.4746 14.2116 28.4746 16.3633C28.4746 18.515 30.1915 20.2593 32.3093 20.2593Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M32.3093 7.79199C34.4272 7.79199 36.144 6.04769 36.144 3.89599C36.144 1.7443 34.4272 0 32.3093 0C30.1915 0 28.4746 1.7443 28.4746 3.89599C28.4746 6.04769 30.1915 7.79199 32.3093 7.79199Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M32.3093 31.2739C34.4272 31.2739 36.144 29.5296 36.144 27.3779C36.144 25.2262 34.4272 23.4819 32.3093 23.4819C30.1915 23.4819 28.4746 25.2262 28.4746 27.3779C28.4746 29.5296 30.1915 31.2739 32.3093 31.2739Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M43.0456 20.2593C45.1635 20.2593 46.8803 18.515 46.8803 16.3633C46.8803 14.2116 45.1635 12.4673 43.0456 12.4673C40.9278 12.4673 39.2109 14.2116 39.2109 16.3633C39.2109 18.515 40.9278 20.2593 43.0456 20.2593Z",fill:"#509EE3"}),n.jsx("path",{d:"M53.7829 20.2593C55.9008 20.2593 57.6176 18.515 57.6176 16.3633C57.6176 14.2116 55.9008 12.4673 53.7829 12.4673C51.6651 12.4673 49.9482 14.2116 49.9482 16.3633C49.9482 18.515 51.6651 20.2593 53.7829 20.2593Z",fill:"#509EE3"}),n.jsx("path",{d:"M43.0456 31.2739C45.1635 31.2739 46.8803 29.5296 46.8803 27.3779C46.8803 25.2262 45.1635 23.4819 43.0456 23.4819C40.9278 23.4819 39.2109 25.2262 39.2109 27.3779C39.2109 29.5296 40.9278 31.2739 43.0456 31.2739Z",fill:"#509EE3"}),n.jsx("path",{d:"M53.7829 31.2739C55.9008 31.2739 57.6176 29.5296 57.6176 27.3779C57.6176 25.2262 55.9008 23.4819 53.7829 23.4819C51.6651 23.4819 49.9482 25.2262 49.9482 27.3779C49.9482 29.5296 51.6651 31.2739 53.7829 31.2739Z",fill:"#509EE3"}),n.jsx("path",{d:"M10.8347 42.0767C12.9525 42.0767 14.6694 40.3324 14.6694 38.1807C14.6694 36.029 12.9525 34.2847 10.8347 34.2847C8.71685 34.2847 7 36.029 7 38.1807C7 40.3324 8.71685 42.0767 10.8347 42.0767Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M21.572 42.1826C23.6898 42.1826 25.4067 40.4383 25.4067 38.2866C25.4067 36.1349 23.6898 34.3906 21.572 34.3906C19.4542 34.3906 17.7373 36.1349 17.7373 38.2866C17.7373 40.4383 19.4542 42.1826 21.572 42.1826Z",fill:"#509EE3"}),n.jsx("path",{d:"M32.3093 42.1826C34.4272 42.1826 36.144 40.4383 36.144 38.2866C36.144 36.1349 34.4272 34.3906 32.3093 34.3906C30.1915 34.3906 28.4746 36.1349 28.4746 38.2866C28.4746 40.4383 30.1915 42.1826 32.3093 42.1826Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M43.0456 42.1826C45.1635 42.1826 46.8803 40.4383 46.8803 38.2866C46.8803 36.1349 45.1635 34.3906 43.0456 34.3906C40.9278 34.3906 39.2109 36.1349 39.2109 38.2866C39.2109 40.4383 40.9278 42.1826 43.0456 42.1826Z",fill:"#509EE3"}),n.jsx("path",{d:"M53.7829 42.1826C55.9008 42.1826 57.6176 40.4383 57.6176 38.2866C57.6176 36.1349 55.9008 34.3906 53.7829 34.3906C51.6651 34.3906 49.9482 36.1349 49.9482 38.2866C49.9482 40.4383 51.6651 42.1826 53.7829 42.1826Z",fill:"#509EE3"}),n.jsx("path",{d:"M10.8347 52.9853C12.9525 52.9853 14.6694 51.2411 14.6694 49.0894C14.6694 46.9377 12.9525 45.1934 10.8347 45.1934C8.71685 45.1934 7 46.9377 7 49.0894C7 51.2411 8.71685 52.9853 10.8347 52.9853Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M21.572 53.0913C23.6898 53.0913 25.4067 51.347 25.4067 49.1953C25.4067 47.0436 23.6898 45.2993 21.572 45.2993C19.4542 45.2993 17.7373 47.0436 17.7373 49.1953C17.7373 51.347 19.4542 53.0913 21.572 53.0913Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M32.3093 53.0913C34.4272 53.0913 36.144 51.347 36.144 49.1953C36.144 47.0436 34.4272 45.2993 32.3093 45.2993C30.1915 45.2993 28.4746 47.0436 28.4746 49.1953C28.4746 51.347 30.1915 53.0913 32.3093 53.0913Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M32.3093 64C34.4272 64 36.144 62.2557 36.144 60.104C36.144 57.9523 34.4272 56.208 32.3093 56.208C30.1915 56.208 28.4746 57.9523 28.4746 60.104C28.4746 62.2557 30.1915 64 32.3093 64Z",fill:"#509EE3"}),n.jsx("path",{opacity:"0.2",d:"M43.0456 53.0913C45.1635 53.0913 46.8803 51.347 46.8803 49.1953C46.8803 47.0436 45.1635 45.2993 43.0456 45.2993C40.9278 45.2993 39.2109 47.0436 39.2109 49.1953C39.2109 51.347 40.9278 53.0913 43.0456 53.0913Z",fill:"#509EE3"}),n.jsx("path",{d:"M53.7829 53.0913C55.9008 53.0913 57.6176 51.347 57.6176 49.1953C57.6176 47.0436 55.9008 45.2993 53.7829 45.2993C51.6651 45.2993 49.9482 47.0436 49.9482 49.1953C49.9482 51.347 51.6651 53.0913 53.7829 53.0913Z",fill:"#509EE3"})]}),br=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("g",{clipPath:"url(#clip0_3281_13740)",children:n.jsx("path",{d:"M37.5006 7.10975C34.8146 3.93331 32.5016 0.707252 32.029 0.0372239C31.9793 -0.0124079 31.9047 -0.0124079 31.8549 0.0372239C31.3824 0.707252 29.0694 3.93331 26.3833 7.10975C3.32793 36.4172 30.0145 56.1957 30.0145 56.1957L30.2383 56.3444C30.4373 59.397 30.9347 63.7893 30.9347 63.7893H31.9295H32.9244C32.9244 63.7893 33.4218 59.4216 33.6208 56.3444L33.8446 56.1708C33.8695 56.1708 60.5561 36.4172 37.5006 7.10975ZM31.9295 55.749C31.9295 55.749 30.7357 54.7315 30.4124 54.2102V54.1607L31.8549 22.2475C31.8549 22.1482 32.0042 22.1482 32.0042 22.2475L33.4467 54.1607V54.2102C33.1233 54.7315 31.9295 55.749 31.9295 55.749Z",fill:"#00ED64"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3281_13740",children:n.jsx("rect",{width:"29.8833",height:"64",fill:"white",transform:"translate(17)"})})})]}),mr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6239)",children:[n.jsx("path",{d:"M17.0094 48.1256H14.7931C14.7148 44.3846 14.4989 40.8676 14.146 37.5721H14.1263L10.7519 48.1256H9.06455L5.71031 37.5721H5.69103C5.44221 40.7361 5.28546 44.254 5.22036 48.1256H3.2002C3.33039 43.4176 3.65759 39.0038 4.18051 34.8838H6.92746L10.1245 44.6137H10.1442L13.361 34.8838H15.9893C16.5649 39.7096 16.905 44.1238 17.0094 48.1256ZM26.6212 38.3558C25.7188 43.2527 24.5282 46.8108 23.0507 49.0318C21.8995 50.7415 20.6382 51.5972 19.2647 51.5972C18.8986 51.5972 18.4467 51.4867 17.9114 51.2674V50.0866C18.1731 50.1243 18.4801 50.1457 18.833 50.1457C19.4746 50.1457 19.9902 49.9693 20.3834 49.6155C20.8536 49.1847 21.0888 48.7003 21.0888 48.1646C21.0888 47.7971 20.9055 47.0459 20.5397 45.9084L18.1075 38.3554H20.2849L22.0305 44.0043C22.4228 45.287 22.5864 46.1825 22.5209 46.6926C23.4755 44.1431 24.1423 41.3631 24.5222 38.3549H26.6212V38.3558Z",fill:"#5D87A1"}),n.jsx("path",{d:"M56.1231 48.1253H49.8275V34.8835H51.9453V46.4953H56.1231V48.1253ZM48.1795 48.4452L45.7452 47.2439C45.961 47.0666 46.1675 46.8748 46.3533 46.6525C47.388 45.437 47.9041 43.6396 47.9041 41.2588C47.9041 36.878 46.185 34.6865 42.7455 34.6865C41.059 34.6865 39.7434 35.2424 38.8024 36.3546C37.7686 37.5709 37.2525 39.362 37.2525 41.7299C37.2525 44.0576 37.7099 45.7651 38.6251 46.8482C39.4624 47.8294 40.7245 48.3206 42.4123 48.3206C43.0419 48.3206 43.6197 48.2435 44.146 48.0881L47.3152 49.9331L48.1795 48.4452ZM40.2937 45.4756C39.7575 44.6131 39.4894 43.228 39.4894 41.3183C39.4894 37.9842 40.5022 36.3152 42.5301 36.3152C43.5901 36.3152 44.367 36.7144 44.8638 37.511C45.3991 38.3748 45.6685 39.7474 45.6685 41.6306C45.6685 44.9921 44.6548 46.673 42.6282 46.673C41.5678 46.6735 40.7909 46.2756 40.2937 45.4756ZM36.3296 44.455C36.3296 45.5779 35.9176 46.4992 35.0944 47.2208C34.2704 47.9395 33.1655 48.2996 31.7809 48.2996C30.4858 48.2996 29.2301 47.8859 28.0146 47.0628L28.5838 45.9257C29.6297 46.4495 30.5766 46.7099 31.4267 46.7099C32.2246 46.7099 32.8481 46.533 33.3004 46.1822C33.7522 45.8302 34.0216 45.3364 34.0216 44.712C34.0216 43.9252 33.473 43.2529 32.4666 42.6897C31.5385 42.18 29.6823 41.1145 29.6823 41.1145C28.6763 40.3813 28.1727 39.5941 28.1727 38.2973C28.1727 37.224 28.5483 36.3576 29.2999 35.6985C30.0524 35.0369 31.0233 34.7071 32.2134 34.7071C33.4426 34.7071 34.56 35.0364 35.5664 35.6883L35.0559 36.8257C34.1951 36.46 33.3454 36.2771 32.5072 36.2771C31.8284 36.2771 31.3042 36.4403 30.9398 36.7679C30.5723 37.0943 30.3457 37.5118 30.3457 38.0241C30.3457 38.8069 30.9059 39.4879 31.9398 40.0622C32.8803 40.5727 34.7827 41.6567 34.7827 41.6567C35.8144 42.3886 36.3296 43.1685 36.3296 44.455Z",fill:"#F8981D"}),n.jsx("path",{d:"M58.7821 30.4487C57.5015 30.4162 56.5101 30.5451 55.678 30.8972C55.4377 30.9931 55.0557 30.9931 55.0223 31.2967C55.152 31.4252 55.167 31.6325 55.2797 31.8098C55.4715 32.1297 55.806 32.5601 56.1114 32.7845C56.4467 33.0415 56.7833 33.2959 57.1362 33.5199C57.7585 33.9049 58.4639 34.1289 59.0703 34.5126C59.4236 34.7358 59.7748 35.0244 60.1286 35.2647C60.3025 35.3927 60.4138 35.6005 60.6395 35.6805V35.6317C60.5264 35.4878 60.4943 35.2797 60.3834 35.1195L59.9029 34.6561C59.4386 34.0325 58.8617 33.4882 58.2395 33.0411C57.7272 32.6882 56.6069 32.2085 56.3992 31.6184L56.3666 31.5858C56.7187 31.5528 57.1362 31.4252 57.4707 31.3271C58.015 31.1837 58.5114 31.2162 59.0699 31.0727C59.3268 31.0085 59.5817 30.928 59.8395 30.8488V30.7044C59.55 30.4162 59.3436 30.0333 59.039 29.7609C58.2245 29.0573 57.3268 28.3691 56.3992 27.793C55.9024 27.4722 55.2634 27.2658 54.7345 26.993C54.5439 26.8966 54.2227 26.8491 54.1105 26.6889C53.8235 26.3369 53.6621 25.8735 53.4539 25.4568C52.9914 24.5775 52.5421 23.6019 52.143 22.6722C51.8543 22.0486 51.6787 21.4259 51.3267 20.849C49.6778 18.1295 47.8872 16.4823 45.1351 14.8656C44.5437 14.529 43.84 14.3855 43.0884 14.209L41.888 14.1457C41.6319 14.0334 41.3753 13.7289 41.1518 13.585C40.2387 13.0094 37.8879 11.7619 37.2164 13.409C36.7838 14.4502 37.8562 15.4737 38.2245 16.0018C38.4965 16.3684 38.8489 16.7855 39.0391 17.2018C39.1517 17.4738 39.1834 17.7624 39.2961 18.0498C39.5522 18.7539 39.7916 19.5372 40.1282 20.1942C40.3038 20.5291 40.4952 20.8811 40.7196 21.1843C40.8481 21.3616 41.0717 21.44 41.1205 21.7291C40.8974 22.0477 40.8798 22.5287 40.7518 22.9287C40.1762 24.7364 40.401 26.9759 41.2169 28.3044C41.4721 28.7044 42.0811 29.5849 42.8957 29.2474C43.6169 28.9596 43.4572 28.0478 43.6645 27.2483C43.712 27.0551 43.6807 26.9283 43.7767 26.8016V26.8328C43.9998 27.2804 44.2251 27.7116 44.4319 28.1605C44.9283 28.9438 45.7925 29.7601 46.5125 30.3027C46.8958 30.5922 47.1994 31.0873 47.6795 31.2642V31.2162H47.6478C47.5506 31.0727 47.4084 31.0085 47.2808 30.8972C46.9921 30.6089 46.6726 30.2569 46.4487 29.9374C45.778 29.041 45.1844 28.0487 44.6576 27.0247C44.3998 26.5279 44.1775 25.9848 43.9698 25.4889C43.873 25.2975 43.873 25.0088 43.7124 24.9125C43.4717 25.2641 43.121 25.5686 42.9454 25.9994C42.6409 26.6885 42.6092 27.5361 42.4961 28.4174L42.4332 28.4483C41.9235 28.3202 41.7462 27.793 41.5526 27.3455C41.0734 26.2088 40.9929 24.3844 41.4087 23.073C41.5201 22.7377 42.0019 21.6816 41.8096 21.3621C41.7132 21.0558 41.3929 20.8815 41.2173 20.6404C41.0109 20.3372 40.7847 19.9535 40.6408 19.6168C40.2571 18.7213 40.064 17.729 39.6507 16.8339C39.4575 16.4168 39.1222 15.9851 38.8507 15.6009C38.5457 15.1692 38.2104 14.8652 37.9693 14.3534C37.8896 14.1773 37.7778 13.8895 37.9059 13.6981C37.9372 13.5696 38.0022 13.5217 38.1299 13.4895C38.3372 13.3144 38.9295 13.5371 39.1372 13.6334C39.7303 13.8733 40.2263 14.0973 40.7214 14.433C40.9453 14.5936 41.1856 14.8977 41.473 14.9778H41.8096C42.3205 15.0891 42.8966 15.0086 43.3775 15.1534C44.2251 15.4258 44.993 15.8253 45.6816 16.2566C47.7772 17.5855 49.5052 19.4738 50.6719 21.7291C50.8633 22.0966 50.9447 22.4332 51.1194 22.8165C51.4565 23.6011 51.8732 24.4011 52.2077 25.169C52.5438 25.9206 52.8642 26.6881 53.3443 27.3125C53.5837 27.6483 54.5456 27.8243 54.9769 28.0003C55.2959 28.1438 55.7927 28.2714 56.0805 28.4474C56.6249 28.7828 57.1671 29.1678 57.6789 29.5365C57.9337 29.7284 58.7345 30.1284 58.7821 30.4487ZM42.4623 16.5453C42.2414 16.543 42.0212 16.5701 41.8075 16.6258V16.6579H41.8383C41.9672 16.9136 42.1912 17.0909 42.3509 17.314C42.4798 17.5706 42.5916 17.825 42.718 18.0811L42.7488 18.0494C42.9745 17.8896 43.0867 17.6335 43.0867 17.2494C42.9895 17.1363 42.9745 17.0258 42.8936 16.9136C42.7993 16.7534 42.5916 16.6738 42.4623 16.5453Z",fill:"#5D87A1"}),n.jsx("path",{d:"M60.3059 48.1232H60.6374V46.5009H60.1402L59.7346 47.608L59.2939 46.5009H58.8151V48.1232H59.1281V46.8889H59.1457L59.6074 48.1232H59.8459L60.3059 46.8889V48.1232ZM57.6356 48.1232H57.9864V46.7759H58.4455V46.5005H57.1572V46.7759H57.6347L57.6356 48.1232Z",fill:"#F8981D"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6239",children:n.jsx("rect",{width:"60",height:"60",fill:"white",transform:"translate(2 2)"})})})]}),xr=e=>n.jsx("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{d:"M32.3987 64C31.5168 64 30.6936 63.7648 29.9293 63.3532L22.1093 58.7083C20.9334 58.0615 21.5214 57.8264 21.8741 57.7088C23.4616 57.1796 23.7556 57.062 25.4019 56.1213C25.5783 56.0037 25.8135 56.0625 25.9899 56.1801L31.9871 59.7666C32.2223 59.8842 32.5163 59.8842 32.6927 59.7666L56.1525 46.1847C56.3877 46.0671 56.5053 45.8319 56.5053 45.5379V18.4327C56.5053 18.1387 56.3877 17.9035 56.1525 17.7859L32.6927 4.26275C32.4575 4.14515 32.1635 4.14515 31.9871 4.26275L8.52733 17.7859C8.29214 17.9035 8.17455 18.1975 8.17455 18.4327V45.5379C8.17455 45.7731 8.29214 46.0671 8.52733 46.1847L14.9361 49.8888C18.4051 51.6527 20.5806 49.5949 20.5806 47.537V20.7846C20.5806 20.4318 20.8746 20.079 21.2862 20.079H24.2848C24.6376 20.079 24.9904 20.373 24.9904 20.7846V47.537C24.9904 52.1819 22.4621 54.8865 18.0524 54.8865C16.7 54.8865 15.6417 54.8865 12.6431 53.4166L6.46945 49.8888C4.94074 49.0069 4 47.3606 4 45.5967V18.4915C4 16.7276 4.94074 15.0813 6.46945 14.1994L29.9293 0.617363C31.3992 -0.205788 33.3983 -0.205788 34.8682 0.617363L58.328 14.1994C59.8567 15.0813 60.7974 16.7276 60.7974 18.4915V45.5967C60.7974 47.3606 59.8567 49.0069 58.328 49.8888L34.8682 63.4708C34.1038 63.8236 33.2219 64 32.3987 64ZM39.6307 45.3615C29.3413 45.3615 27.2246 40.6578 27.2246 36.6596C27.2246 36.3068 27.5186 35.9541 27.9302 35.9541H30.9876C31.3404 35.9541 31.6344 36.1892 31.6344 36.542C32.1047 39.6582 33.457 41.187 39.6895 41.187C44.6284 41.187 46.7451 40.0698 46.7451 37.424C46.7451 35.8953 46.1571 34.7781 38.4548 34.0138C32.0459 33.367 28.0478 31.9559 28.0478 26.8406C28.0478 22.0781 32.0459 19.2559 38.7487 19.2559C46.2747 19.2559 49.9789 21.8429 50.4492 27.4874C50.4492 27.6638 50.3904 27.8401 50.2729 28.0165C50.1553 28.1341 49.9789 28.2517 49.8025 28.2517H46.7451C46.4511 28.2517 46.1571 28.0165 46.0983 27.7226C45.3927 24.4887 43.57 23.4304 38.7487 23.4304C33.3395 23.4304 32.6927 25.3119 32.6927 26.723C32.6927 28.4281 33.4571 28.9573 40.7478 29.898C47.9798 30.8388 51.39 32.1911 51.39 37.2476C51.3312 42.4217 47.0978 45.3615 39.6307 45.3615Z",fill:"#539E43"})}),wr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M45.3206 44.335C45.676 41.3746 45.5695 40.9403 47.7747 41.4199L48.3345 41.469C50.0301 41.5462 52.2482 41.1963 53.5513 40.5909C56.3564 39.2894 58.0198 37.1162 55.2538 37.6872C48.9444 38.9888 48.5106 36.8524 48.5106 36.8524C55.173 26.9672 57.958 14.4188 55.5541 11.3472C48.9972 2.96906 37.6474 6.93103 37.4575 7.03389L37.3971 7.04518C36.1504 6.78639 34.7553 6.63185 33.188 6.60651C30.3328 6.55959 28.1663 7.35502 26.5229 8.60154C26.5229 8.60154 6.27548 0.259885 7.21742 19.092C7.41775 23.0981 12.9598 49.4058 19.5697 41.4596C21.9856 38.554 24.3203 36.0972 24.3203 36.0972C25.4797 36.8674 26.8677 37.2603 28.3235 37.1192L28.436 37.0232C28.4007 37.384 28.4163 37.737 28.481 38.1547C26.7785 40.0572 27.2788 40.3914 23.8744 41.092C20.4301 41.802 22.4536 43.0657 23.7744 43.396C25.3761 43.7965 29.0812 44.3639 31.5855 40.859L31.4857 41.2589C32.1537 41.7933 32.1085 45.1 32.2033 47.4623C32.2981 49.8249 32.4563 52.0296 32.9378 53.3293C33.4194 54.6289 33.9877 57.977 38.4618 57.0181C42.2011 56.2168 45.0601 55.0635 45.3206 44.335Z",fill:"black"}),n.jsx("path",{d:"M45.3206 44.335C45.676 41.3746 45.5695 40.9403 47.7747 41.4199L48.3345 41.469C50.0301 41.5462 52.2482 41.1963 53.5513 40.5909C56.3564 39.2894 58.0198 37.1162 55.2538 37.6872C48.9444 38.9888 48.5106 36.8524 48.5106 36.8524C55.173 26.9672 57.958 14.4188 55.5541 11.3472C48.9972 2.96906 37.6474 6.93103 37.4575 7.03389L37.3971 7.04518C36.1504 6.78639 34.7553 6.63185 33.188 6.60651C30.3328 6.55959 28.1663 7.35502 26.5229 8.60154C26.5229 8.60154 6.27548 0.259885 7.21742 19.092C7.41775 23.0981 12.9598 49.4058 19.5697 41.4596C21.9856 38.554 24.3203 36.0972 24.3203 36.0972C25.4797 36.8674 26.8677 37.2603 28.3235 37.1192L28.436 37.0232C28.4007 37.384 28.4163 37.737 28.481 38.1547C26.7785 40.0572 27.2788 40.3914 23.8744 41.092C20.4301 41.802 22.4536 43.0657 23.7744 43.396C25.3761 43.7965 29.0812 44.3639 31.5855 40.859L31.4857 41.2589C32.1537 41.7933 32.1085 45.1 32.2033 47.4623C32.2981 49.8249 32.4563 52.0296 32.9378 53.3293C33.4194 54.6289 33.9877 57.977 38.4618 57.0181C42.2011 56.2168 45.0601 55.0635 45.3206 44.335",stroke:"black",strokeWidth:"4.69091"}),n.jsx("path",{d:"M55.255 37.6867C48.945 38.9883 48.5112 36.8519 48.5112 36.8519C55.1736 26.966 57.9587 14.4174 55.5552 11.3462C48.9983 2.96857 37.6481 6.93066 37.4586 7.03352L37.3977 7.04444C36.151 6.78565 34.7559 6.63148 33.1878 6.60589C30.3326 6.5591 28.1669 7.3544 26.5235 8.60067C26.5235 8.60067 6.27571 0.259391 7.2174 19.0914C7.41774 23.0978 12.9596 49.4054 19.5698 41.4593C21.9858 38.5536 24.3202 36.0969 24.3202 36.0969C25.4797 36.8671 26.8677 37.26 28.3228 37.1188L28.4358 37.0229C28.4007 37.3836 28.4168 37.7366 28.4811 38.1544C26.7782 40.0568 27.2786 40.391 23.8745 41.0916C20.43 41.8016 22.4535 43.0653 23.7746 43.3956C25.3763 43.7961 29.0817 44.3635 31.5854 40.8586L31.4856 41.2586C32.1528 41.7929 32.6213 44.7347 32.5428 47.4015C32.4643 50.0681 32.4118 51.8989 32.9376 53.329C33.4633 54.759 33.9873 57.9766 38.4623 57.0177C42.2016 56.2164 44.1393 54.1398 44.4089 50.676C44.6002 48.2136 45.0331 48.5775 45.0604 46.3758L45.4077 45.3335C45.8081 41.9955 45.4713 40.9185 47.775 41.4194L48.3349 41.4685C50.0305 41.5457 52.2497 41.1958 53.5521 40.5904C56.3568 39.2889 58.0201 37.1157 55.2548 37.6867H55.255Z",fill:"#336791"}),n.jsx("path",{d:"M31.8562 39.6003C31.6825 45.8117 31.8999 52.0664 32.5077 53.5865C33.1158 55.1066 34.4173 58.0633 38.8927 57.1045C42.6316 56.3029 43.992 54.7517 44.5824 51.3279C45.0171 48.8087 45.8553 41.8125 45.9629 40.3791M26.4921 8.46205C26.4921 8.46205 6.23053 0.180852 7.17248 19.013C7.37281 23.0192 12.9151 49.3277 19.5252 41.3812C21.9407 38.4752 24.1252 36.1961 24.1252 36.1961M37.4363 6.95059C36.7349 7.17049 48.707 2.57404 55.5109 11.2679C57.9142 14.3393 55.1292 26.888 48.4669 36.7741",stroke:"white",strokeWidth:"1.56364",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M48.467 36.774C48.467 36.774 48.9011 38.911 55.2113 37.6085C57.976 37.0375 56.3121 39.2109 53.5081 40.5132C51.2069 41.5812 46.0476 41.8549 45.9633 40.3791C45.7464 36.5713 48.6787 37.7281 48.4671 36.774C48.2758 35.9147 46.9644 35.0713 46.097 32.9683C45.3397 31.1327 35.7109 17.0561 48.7673 19.1467C49.2456 19.0477 45.362 6.72768 33.1431 6.52735C20.9269 6.32702 21.3277 21.5506 21.3277 21.5506",stroke:"white",strokeWidth:"1.56364",strokeLinecap:"round",strokeLinejoin:"bevel"}),n.jsx("path",{d:"M28.4368 38.0762C26.7337 39.9786 27.2346 40.3128 23.8302 41.0137C20.3857 41.7237 22.4095 42.9872 23.7302 43.3174C25.3319 43.7182 29.0373 44.2856 31.541 40.7798C32.3035 39.7124 31.5365 38.0093 30.4892 37.5752C29.9832 37.3657 29.3065 37.1029 28.4368 38.0762V38.0762Z",stroke:"white",strokeWidth:"1.56364",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M28.3245 38.043C28.1528 36.9243 28.692 35.5933 29.2698 34.036C30.1381 31.6995 32.1415 29.3627 30.5389 21.951C29.3443 16.4279 21.3319 20.8016 21.3269 21.5505C21.322 22.2991 21.6893 25.3464 21.1931 28.8949C20.5455 33.5253 24.1394 37.4415 28.2779 37.0409",stroke:"white",strokeWidth:"1.56364",strokeLinecap:"round",strokeLinejoin:"round"}),n.jsx("path",{d:"M26.4188 21.4381C26.3827 21.694 26.8871 22.3764 27.5448 22.4676C28.2014 22.5592 28.7633 22.0258 28.799 21.7703C28.8346 21.5145 28.3308 21.2328 27.6729 21.1412C27.0159 21.0496 26.4537 21.183 26.4189 21.4381H26.4188Z",fill:"white",stroke:"white",strokeWidth:"0.521212"}),n.jsx("path",{d:"M46.4169 20.9166C46.4525 21.1725 45.9487 21.8549 45.2909 21.9461C44.6339 22.0377 44.0719 21.5043 44.0359 21.2488C44.0011 20.993 44.505 20.7113 45.1622 20.6197C45.8194 20.5281 46.3813 20.6615 46.4169 20.9168V20.9166Z",fill:"white",stroke:"white",strokeWidth:"0.260669"}),n.jsx("path",{d:"M48.7676 19.147C48.8758 21.1533 48.3354 22.5199 48.2673 24.6556C48.1664 27.7601 49.7474 31.3134 47.3652 34.871",stroke:"white",strokeWidth:"1.56364",strokeLinecap:"round",strokeLinejoin:"round"})]}),kr=e=>n.jsxs("svg",{width:"65",height:"64",viewBox:"0 0 65 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6293)",children:[n.jsx("path",{d:"M17.5612 8.83096C17.5612 4.52367 18.7425 2.18048 25.2652 1.06469C29.6935 0.305858 35.3714 0.211005 40.6677 1.06469C44.8509 1.73973 48.3718 4.7861 48.3718 8.83096V23.0416C48.3718 27.2094 44.9534 30.6235 40.6677 30.6235H25.2652C20.0378 30.6235 15.6321 34.9811 15.6321 39.9075V46.7255H10.3361C5.85633 46.7255 3.24812 43.5675 2.15244 39.1486C0.674498 33.2121 0.737238 29.675 2.15244 23.9895C3.37942 19.0296 7.3 16.4126 11.7801 16.4126H32.9692V14.5155H17.5608V8.83065L17.5612 8.83096Z",fill:"url(#paint0_linear_472_6293)"}),n.jsx("path",{d:"M48.3722 54.3076C48.3722 58.6149 44.5486 60.7966 40.6681 61.8845C34.8301 63.5249 30.1447 63.2738 25.2656 61.8845C21.1907 60.7242 17.5615 58.3528 17.5615 54.3076V40.097C17.5615 36.0073 21.0484 32.5151 25.2656 32.5151H40.6681C45.7986 32.5151 50.3013 28.1803 50.3013 23.0414V16.4131H56.0765C60.5621 16.4131 62.6739 19.6713 63.7806 23.99C65.3212 29.9879 65.3898 34.4735 63.7806 39.1491C62.2227 43.6907 60.5563 46.726 56.0765 46.726H32.9696V48.6231H48.3722V54.308V54.3076Z",fill:"url(#paint1_linear_472_6293)"}),n.jsx("path",{d:"M21.4131 7.88808C21.4131 6.31478 22.7028 5.04248 24.301 5.04248C25.8931 5.04248 27.189 6.31446 27.189 7.88808C27.189 9.45633 25.8935 10.728 24.301 10.728C22.7034 10.728 21.4131 9.45601 21.4131 7.88808ZM38.7441 55.2509C38.7441 53.6827 40.0396 52.411 41.632 52.411C43.2296 52.411 44.52 53.683 44.52 55.2509C44.52 56.8242 43.2303 58.0965 41.632 58.0965C40.0399 58.0965 38.7441 56.8245 38.7441 55.2509Z",fill:"white"})]}),n.jsxs("defs",{children:[n.jsxs("linearGradient",{id:"paint0_linear_472_6293",x1:"48.3721",y1:"18.4453",x2:"1.06789",y2:"18.0606",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#366A96"}),n.jsx("stop",{offset:"1",stopColor:"#3679B0"})]}),n.jsxs("linearGradient",{id:"paint1_linear_472_6293",x1:"64.9616",y1:"39.7179",x2:"-28.6782",y2:"39.7179",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#FFC836"}),n.jsx("stop",{offset:"1",stopColor:"#FFE873"})]}),n.jsx("clipPath",{id:"clip0_472_6293",children:n.jsx("rect",{width:"64",height:"64",fill:"white",transform:"translate(1)"})})]})]}),$s=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3280_12848)",children:[n.jsx("path",{d:"M26.8693 23.245H34.7184C39.5486 23.245 39.5486 28.0752 34.7184 28.0752H26.8693V23.245ZM8.15234 45.5846H32.3033V38.9431H26.8693V34.1129H32.9071C39.5486 34.1129 35.9259 45.5846 41.3599 45.5846H56.4542V34.1129H52.8316V35.3205C52.8316 40.1507 47.3976 39.5469 46.7938 36.528C46.1901 33.5092 43.775 31.0941 43.1712 31.0941C52.2278 26.2639 46.7938 16.6035 39.5486 16.6035H11.1712V23.245H17.2089V38.9431H8.15234V45.5846Z",fill:"#161517",stroke:"#161517",strokeWidth:"0.377358",strokeLinejoin:"round"}),n.jsx("path",{d:"M32.0033 57.9616C46.3418 57.9616 57.9655 46.3379 57.9655 31.9994C57.9655 17.6608 46.3418 6.03711 32.0033 6.03711C17.6647 6.03711 6.04102 17.6608 6.04102 31.9994C6.04102 46.3379 17.6647 57.9616 32.0033 57.9616Z",stroke:"#161517",strokeWidth:"3.39623"}),n.jsx("path",{d:"M59.7783 33.8101L62.7972 31.9988L59.7783 30.1875V33.8101Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M58.8909 39.1937L62.2051 38.0061L59.5977 35.6406L58.8909 39.1937Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M56.9711 44.301L60.4533 43.7828L58.3574 40.9541L56.9711 44.301Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M54.0909 48.9355L57.6073 49.1066L56.1035 45.9233L54.0909 48.9355Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M50.3622 52.9185L53.7777 53.7724L52.9238 50.3569L50.3622 52.9185Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M45.9283 56.0981L49.1116 57.6019L48.9404 54.0854L45.9283 56.0981Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M40.9598 58.3517L43.7885 60.4476L44.3066 56.9653L40.9598 58.3517Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M35.6462 59.592L38.0117 62.1995L39.1992 58.8853L35.6462 59.592Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M30.1928 59.7725L32.0041 62.7913L33.8154 59.7725H30.1928Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M24.8102 58.8855L25.9978 62.1998L28.3633 59.5923L24.8102 58.8855Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M19.7029 56.9652L20.2211 60.4475L23.0498 58.3516L19.7029 56.9652Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M15.068 54.0855L14.8968 57.6019L18.0801 56.0981L15.068 54.0855Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M11.0839 50.3574L10.23 53.7728L13.6455 52.9189L11.0839 50.3574Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M7.90534 45.9234L6.40156 49.1067L9.91797 48.9355L7.90534 45.9234Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M5.65176 40.9539L3.55585 43.7826L7.03809 44.3008L5.65176 40.9539Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M4.41045 35.6408L1.80296 38.0063L5.11719 39.1938L4.41045 35.6408Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M4.23047 30.1879L1.2116 31.9992L4.23047 33.8105V30.1879Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M5.11788 24.8039L1.80364 25.9915L4.41113 28.3569L5.11788 24.8039Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M7.03769 19.6971L3.55546 20.2152L5.65137 23.0439L7.03769 19.6971Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M9.91791 15.0626L6.40149 14.8915L7.90527 18.0747L9.91791 15.0626Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M13.6466 11.0795L10.2311 10.2257L11.085 13.6411L13.6466 11.0795Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M18.0805 7.89997L14.8972 6.39619L15.0684 9.9126L18.0805 7.89997Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M23.049 5.64639L20.2203 3.55048L19.7021 7.03271L23.049 5.64639Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M28.3626 4.40556L25.9971 1.79807L24.8096 5.1123L28.3626 4.40556Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M33.816 4.22559L32.0047 1.20672L30.1934 4.22559L33.816 4.22559Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M39.1985 5.1125L38.011 1.79827L35.6455 4.40576L39.1985 5.1125Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M44.3059 7.03281L43.7877 3.55058L40.959 5.64648L44.3059 7.03281Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M48.9408 9.91205L49.112 6.39563L45.9287 7.89941L48.9408 9.91205Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M52.9249 13.6407L53.7787 10.2252L50.3633 11.0791L52.9249 13.6407Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M56.1035 18.0746L57.6072 14.8914L54.0908 15.0625L56.1035 18.0746Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M58.3561 23.0441L60.452 20.2154L56.9697 19.6973L58.3561 23.0441Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M59.5983 28.3572L62.2058 25.9918L58.8916 24.8042L59.5983 28.3572Z",fill:"#161517",stroke:"#161517",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M27.7754 6.64111L32.0018 10.8675L36.2282 6.64111H27.7754Z",fill:"#161517",stroke:"#161517",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M54.8125 20.144L52.099 25.4696L57.4246 28.1832L54.8125 20.144Z",fill:"#161517",stroke:"#161517",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M50.3262 50.0308L44.4227 49.0957L43.4877 54.9992L50.3262 50.0308Z",fill:"#161517",stroke:"#161517",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M20.5156 54.9995L19.5806 49.096L13.6771 50.0311L20.5156 54.9995Z",fill:"#161517",stroke:"#161517",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M6.57812 28.1831L11.9037 25.4696L9.19019 20.144L6.57812 28.1831Z",fill:"#161517",stroke:"#161517",strokeWidth:"2.26415",strokeLinejoin:"round"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3280_12848",children:n.jsx("rect",{width:"64",height:"64",fill:"white"})})})]}),yr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3281_13723)",children:[n.jsx("mask",{id:"mask0_3281_13723",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"282",height:"64",children:n.jsx("path",{d:"M0.00976562 0H281.897V63.7227H0.00976562V0Z",fill:"white"})}),n.jsx("g",{mask:"url(#mask0_3281_13723)",children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.3727 33.0252C21.0865 33.9454 20.4653 34.7628 19.5505 35.2855L6.00005 43.0493C4.08619 44.1412 1.64805 43.4938 0.549624 41.6053C-0.555756 39.7062 0.0948769 37.2901 2.00711 36.195L9.57996 31.8638L2.00711 27.5212C0.0948769 26.4277 -0.559027 24.0112 0.549624 22.1191C1.64805 20.2256 4.08619 19.5762 6.00005 20.6681L19.5505 28.427C20.5033 28.9722 21.14 29.8367 21.4075 30.8034C21.4975 31.1142 21.5375 31.425 21.5531 31.7375C21.5637 32.1677 21.5081 32.6036 21.3727 33.0252ZM25.0496 40.2967C27.1131 40.4439 28.7423 42.1558 28.7423 44.2385V59.7617C28.7423 61.9508 26.9516 63.7227 24.7531 63.7227C22.5439 63.7227 20.7601 61.9508 20.7601 59.7617V51.0794L13.1615 55.424C11.2562 56.5245 8.81973 55.8734 7.71272 53.9833C6.61265 52.0895 7.26329 49.6611 9.17224 48.5676L22.7333 40.8136C23.462 40.392 24.2705 40.2304 25.0496 40.2967ZM38.9386 23.4265C36.8701 23.2751 35.2442 21.5604 35.2442 19.4793V3.9541C35.2442 1.77237 37.0247 0 39.2355 0C41.4442 0 43.2284 1.77237 43.2284 3.9541V12.6417L50.8217 8.29015C52.7307 7.19663 55.1684 7.84562 56.2689 9.73618C57.3669 11.637 56.7199 14.0546 54.8094 15.1482L41.2499 22.9091C40.5212 23.3254 39.7144 23.4886 38.9386 23.4265ZM9.17224 15.1482C7.26329 14.0546 6.61265 11.637 7.71272 9.73618C8.81973 7.84562 11.2562 7.19663 13.1615 8.29015L20.7601 12.6417V3.9541C20.7601 1.77237 22.5439 0 24.7531 0C26.9516 0 28.7423 1.77237 28.7423 3.9541V19.4793C28.7423 21.5604 27.1131 23.2751 25.0496 23.4265C24.2705 23.4886 23.462 23.3254 22.7333 22.9091L9.17224 15.1482ZM33.5266 38.9619C33.3651 39.1267 33.0543 39.2604 32.8183 39.2604H31.1613C30.9339 39.2604 30.6182 39.1267 30.4534 38.9619L24.8206 33.381C24.6594 33.2232 24.529 32.907 24.529 32.685V31.0377C24.529 30.8104 24.6594 30.4947 24.8206 30.3348L30.4534 24.7523C30.6182 24.5895 30.9339 24.459 31.1613 24.459H32.8183C33.0494 24.459 33.3651 24.5895 33.5266 24.7523L39.1627 30.3348C39.3238 30.4947 39.4539 30.8104 39.4539 31.0377V32.685C39.4539 32.907 39.3238 33.2232 39.1627 33.381L33.5266 38.9619ZM34.6577 31.8311C34.6577 31.6054 34.5207 31.2913 34.3592 31.1244L32.7263 29.5136C32.5668 29.3541 32.2495 29.222 32.0221 29.222H31.9579C31.7305 29.222 31.4148 29.3541 31.2565 29.5136L29.624 31.1244C29.4609 31.2913 29.3357 31.6054 29.3357 31.8311V31.8953C29.3357 32.1174 29.4609 32.4282 29.624 32.5913L31.2565 34.2054C31.4164 34.3653 31.7305 34.497 31.9579 34.497H32.0221C32.2495 34.497 32.5668 34.3653 32.7263 34.2054L34.3592 32.5913C34.5207 32.4282 34.6577 32.1174 34.6577 31.8953V31.8311ZM54.8094 48.5676C56.7199 49.6611 57.3669 52.0895 56.2689 53.9833C55.1684 55.8734 52.7286 56.5245 50.8217 55.424L43.2284 51.0794V59.7617C43.2284 61.9508 41.4442 63.7227 39.2355 63.7227C37.0247 63.7227 35.2442 61.9508 35.2442 59.7617V44.2385C35.2442 42.1558 36.8701 40.4439 38.9386 40.2967C39.7144 40.2304 40.5212 40.392 41.2499 40.8136L54.8094 48.5676ZM54.4049 31.8638L61.9778 36.195C63.89 37.2901 64.5443 39.7062 63.4389 41.6053C62.3352 43.4938 59.8938 44.1412 57.9885 43.0493L44.4275 35.2855C43.5216 34.7628 42.8951 33.9454 42.6158 33.0252C42.4837 32.6036 42.4212 32.1677 42.4371 31.7375C42.4441 31.425 42.4907 31.1142 42.5774 30.8034C42.8481 29.8367 43.4852 28.9722 44.4275 28.427L57.9885 20.6681C59.8938 19.5762 62.3352 20.2256 63.4389 22.1191C64.5443 24.0112 63.89 26.4277 61.9778 27.5212L54.4049 31.8638Z",fill:"#29B5E8"})})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3281_13723",children:n.jsx("rect",{width:"64",height:"63.7546",fill:"white"})})})]}),Lr=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M44.712 18.606C39.9553 18.606 35.5736 21.282 31.339 25.9578C27.1778 21.2085 22.7226 18.606 17.7454 18.606C9.50404 18.606 3.49023 24.4874 3.49023 32.4054C3.49023 40.3233 9.50404 46.1312 17.7454 46.1312C22.8109 46.1312 26.7367 43.7566 31.1184 39.022C35.3531 43.7713 39.6613 46.1459 44.712 46.1459C52.9534 46.1312 58.9672 40.3453 58.9672 32.4054C58.9672 24.4654 52.9534 18.606 44.712 18.606ZM17.8043 37.8237C14.3121 37.8237 12.2316 35.5225 12.2316 32.4789C12.2316 29.4352 14.3121 27.0679 17.8043 27.0679C20.745 27.0679 23.149 29.4352 25.7516 32.6259C23.2961 35.5961 20.7009 37.8237 17.8043 37.8237ZM44.462 37.8237C41.5654 37.8237 39.1172 35.5225 36.5147 32.4789C39.1908 29.2882 41.4919 27.0679 44.462 27.0679C47.9541 27.0679 50.0127 29.4646 50.0127 32.4789C50.0127 35.4931 47.9541 37.8237 44.462 37.8237Z",fill:"#484848"}),n.jsx("path",{d:"M37.3387 44.1661L42.882 37.5495C40.6765 36.8878 38.64 34.9028 36.53 32.4399L31.1338 39.0198C32.9004 41.0695 34.9979 42.809 37.3387 44.1661Z",fill:"#20A7C9"}),n.jsx("path",{d:"M31.3468 25.9465C29.5919 23.8674 27.5076 22.089 25.1786 20.6826L19.6279 27.3728C21.7379 28.108 23.6053 30.0047 25.5903 32.4235L25.8108 32.5779L31.3468 25.9465Z",fill:"#20A7C9"})]}),Ms=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("g",{clipPath:"url(#clip0_472_6168)",children:n.jsx("path",{d:"M31.217 5.39648V10.3527H26.789V11.6537H31.217V16.6099H32.7914V11.6537H37.2194V10.3527H32.7914V5.39648H31.217ZM44.7896 10.486V17.7895H38.1357V19.8702H44.7896V27.0437H47.1369L47.1521 23.4848L47.2061 19.9427L50.5018 19.8887L53.7806 19.8702V17.7895H47.1369V10.486H44.7896ZM16.8733 10.6159V17.7979H10.1502V19.8702H16.8733V27.0522H19.0889V19.8702H25.8643V17.7895H19.0889V10.6159H16.8733ZM30.5673 22.474V30.5588H23.1339V33.2318H30.5673V41.3267H33.4513V33.2318H40.8948V30.5588H33.4513V22.474H30.5673ZM52.4441 25.9604V30.9537H47.9081V32.7829H52.4441V37.8707H54.4404V32.7829H59.0017V30.9537H54.4404V25.9604H52.4441ZM9.43981 26.2506V31.146H5V32.5433H9.43981V37.4843H10.9434V32.5433H15.4439V31.146H10.8725V26.2506H9.43981ZM44.7896 36.4212V43.7432H37.994V45.8273H44.7896V53.0582H47.1976V45.8273H53.9122V43.7432H47.1976V36.4212H44.7896ZM16.7433 36.4397V43.7432H10.0895V45.8273H16.7433V53.0076H19.2206V45.8273H25.8643V43.7432H19.2206V36.4313H17.9836L16.7433 36.4397ZM30.9538 46.7402V51.6964H26.5241V53.5139H30.9538V58.6034H33.0463L33.0732 56.0907L33.107 53.5139H37.5468V51.6964H33.0463V46.7402H30.9538Z",fill:"#161517"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6168",children:n.jsx("rect",{width:"54",height:"54",fill:"white",transform:"translate(5 5)"})})})]}),$r=e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_472_6325)",children:[n.jsx("path",{d:"M32.2159 63.861L5 47.8958V15.9653L32.2159 0L59.4319 15.9653V47.8958L32.2159 63.861ZM8.8038 45.6456L32.1624 59.3608L55.5209 45.6456V18.2154L32.2159 4.50027L8.8038 18.2154V45.6456Z",fill:"url(#paint0_linear_472_6325)"}),n.jsx("path",{d:"M43.9489 23.2515L34.4126 40.0203L37.52 45.485L50.1636 23.2515H43.9489ZM33.2876 23.2515L23.7513 40.0203L26.8586 45.485L39.5022 23.2515H33.2876ZM14.2686 23.2515L26.9122 45.485L30.0195 40.0203L20.4832 23.2515H14.2686ZM14.2686 23.2515L26.9122 45.485L30.0195 40.0203L20.4832 23.2515H14.2686ZM33.2876 23.2515L23.7513 40.0203L26.8586 45.485L39.5022 23.2515H33.2876Z",fill:"url(#paint1_linear_472_6325)"})]}),n.jsxs("defs",{children:[n.jsxs("linearGradient",{id:"paint0_linear_472_6325",x1:"12.3611",y1:"47.6906",x2:"55.7707",y2:"22.6279",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#10E7FF"}),n.jsx("stop",{offset:"0.103",stopColor:"#33D5FF"}),n.jsx("stop",{offset:"0.255",stopColor:"#60BDFF"}),n.jsx("stop",{offset:"0.408",stopColor:"#86AAFF"}),n.jsx("stop",{offset:"0.56",stopColor:"#A39AFF"}),n.jsx("stop",{offset:"0.71",stopColor:"#B790FF"}),n.jsx("stop",{offset:"0.858",stopColor:"#C489FF"}),n.jsx("stop",{offset:"1",stopColor:"#C887FF"})]}),n.jsxs("linearGradient",{id:"paint1_linear_472_6325",x1:"21.8087",y1:"35.2648",x2:"44.7213",y2:"22.036",gradientUnits:"userSpaceOnUse",children:[n.jsx("stop",{stopColor:"#10E7FF"}),n.jsx("stop",{offset:"0.103",stopColor:"#33D5FF"}),n.jsx("stop",{offset:"0.255",stopColor:"#60BDFF"}),n.jsx("stop",{offset:"0.408",stopColor:"#86AAFF"}),n.jsx("stop",{offset:"0.56",stopColor:"#A39AFF"}),n.jsx("stop",{offset:"0.71",stopColor:"#B790FF"}),n.jsx("stop",{offset:"0.858",stopColor:"#C489FF"}),n.jsx("stop",{offset:"1",stopColor:"#C887FF"})]}),n.jsx("clipPath",{id:"clip0_472_6325",children:n.jsx("rect",{width:"54.4319",height:"64",fill:"white",transform:"translate(5)"})})]})]}),Mr={clickhouse:ks,"aws-s3":J2,"aws-redshift":X2,kakfa:Ls,fivetran:lr,confluent:nr,tableau:Ms,graphana:fr,superset:Lr,metabase:Cr,aws:ws,gcp:cr,azure:Q2,dbt:rr,jdbc:gr,mysql:mr,postgres:wr,google:ur,github:ys,decodeable:ir,golang:dr,python:kr,deepnote:ar,nodejs:xr,datagrip:or,vector:$r,kubenetes:vr,"c#":tr,rust:$s,hudi:pr,deltalake:sr,snowflake:yr,mongodb:br,bigquery:er,iceberg:hr},js={clickhouse:e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("rect",{x:"5",y:"5",width:"5.9998",height:"53.9982",rx:"1.45943",fill:"white"}),n.jsx("rect",{x:"17",y:"5",width:"5.9998",height:"53.9982",rx:"1.45943",fill:"white"}),n.jsx("rect",{x:"29.001",y:"5",width:"5.9998",height:"53.9982",rx:"1.45943",fill:"white"}),n.jsx("rect",{x:"40.998",y:"5",width:"5.9998",height:"53.9982",rx:"1.45943",fill:"white"}),n.jsx("rect",{x:"53.001",y:"26.0005",width:"5.9998",height:"11.9996",rx:"1.45943",fill:"white"})]}),"aws-s3":J2,"aws-redshift":X2,kakfa:e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("g",{clipPath:"url(#clip0_472_6153)",children:n.jsx("path",{d:"M43.0681 35.4178C40.578 35.4178 38.3455 36.5211 36.8168 38.258L32.8994 35.4848C33.3152 34.3398 33.554 33.1105 33.554 31.8237C33.554 30.5592 33.3235 29.3505 32.9214 28.2225L36.83 25.4786C38.3586 27.2068 40.5852 28.304 43.0681 28.304C47.6643 28.304 51.4042 24.5648 51.4042 19.968C51.4042 15.3712 47.6643 11.632 43.0681 11.632C38.472 11.632 34.7322 15.3712 34.7322 19.968C34.7322 20.7908 34.8565 21.5842 35.0795 22.3355L31.1683 25.0808C29.5345 23.0538 27.182 21.6386 24.5017 21.2066V16.4928C28.2777 15.6997 31.1228 12.3448 31.1228 8.336C31.1228 3.73923 27.3829 0 22.7868 0C18.1906 0 14.4508 3.73923 14.4508 8.336C14.4508 12.2911 17.2221 15.6046 20.9226 16.4543V21.2294C15.8725 22.1158 12.0195 26.5232 12.0195 31.8237C12.0195 37.15 15.9106 41.5735 20.9972 42.4298V47.472C17.2589 48.2937 14.4508 51.6275 14.4508 55.6095C14.4508 60.2063 18.1906 63.9455 22.7868 63.9455C27.3829 63.9455 31.1228 60.2063 31.1228 55.6095C31.1228 51.6275 28.3146 48.2937 24.5763 47.472V42.4297C27.1509 41.996 29.4801 40.6414 31.1301 38.618L35.0737 41.4092C34.8548 42.1538 34.7322 42.9394 34.7322 43.7538C34.7322 48.3506 38.472 52.0899 43.0681 52.0899C47.6643 52.0899 51.4042 48.3506 51.4042 43.7538C51.4042 39.1571 47.6643 35.4178 43.0681 35.4178V35.4178ZM43.0681 15.9263C45.2969 15.9263 47.1097 17.7398 47.1097 19.968C47.1097 22.1962 45.2969 24.0095 43.0681 24.0095C40.8394 24.0095 39.0266 22.1962 39.0266 19.968C39.0266 17.7398 40.8394 15.9263 43.0681 15.9263V15.9263ZM18.7451 8.336C18.7451 6.10785 20.558 4.29446 22.7868 4.29446C25.0155 4.29446 26.8283 6.10785 26.8283 8.336C26.8283 10.5642 25.0155 12.3775 22.7868 12.3775C20.558 12.3775 18.7451 10.5642 18.7451 8.336ZM26.8283 55.6095C26.8283 57.8377 25.0155 59.6511 22.7868 59.6511C20.558 59.6511 18.7451 57.8377 18.7451 55.6095C18.7451 53.3814 20.558 51.568 22.7868 51.568C25.0155 51.568 26.8283 53.3814 26.8283 55.6095ZM22.7865 37.4603C19.678 37.4603 17.1492 34.932 17.1492 31.8237C17.1492 28.7152 19.678 26.1865 22.7865 26.1865C25.8948 26.1865 28.4235 28.7152 28.4235 31.8237C28.4235 34.932 25.8948 37.4603 22.7865 37.4603ZM43.0681 47.7955C40.8394 47.7955 39.0266 45.982 39.0266 43.7538C39.0266 41.5257 40.8394 39.7123 43.0681 39.7123C45.2969 39.7123 47.1097 41.5257 47.1097 43.7538C47.1097 45.982 45.2969 47.7955 43.0681 47.7955Z",fill:"white"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6153",children:n.jsx("rect",{width:"39.424",height:"64",fill:"white",transform:"translate(12)"})})})]}),fivetran:lr,confluent:nr,tableau:e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("g",{clipPath:"url(#clip0_472_6168)",children:n.jsx("path",{d:"M31.217 5.39648V10.3527H26.789V11.6537H31.217V16.6099H32.7914V11.6537H37.2194V10.3527H32.7914V5.39648H31.217ZM44.7896 10.486V17.7895H38.1357V19.8702H44.7896V27.0437H47.1369L47.1521 23.4848L47.2061 19.9427L50.5018 19.8887L53.7806 19.8702V17.7895H47.1369V10.486H44.7896ZM16.8732 10.6159V17.7979H10.1503V19.8702H16.8732V27.0522H19.0889V19.8702H25.8643V17.7895H19.0889V10.6159H16.8732ZM30.5673 22.474V30.5588H23.1339V33.2318H30.5673V41.3267H33.4513V33.2318H40.8948V30.5588H33.4513V22.474H30.5673ZM52.4441 25.9604V30.9537H47.9081V32.7829H52.4441V37.8707H54.4404V32.7829H59.0017V30.9537H54.4404V25.9604H52.4441ZM9.43981 26.2506V31.1461H5V32.5433H9.43981V37.4843H10.9434V32.5433H15.4439V31.1461H10.8725V26.2506H9.43981ZM44.7896 36.4212V43.7432H37.994V45.8273H44.7896V53.0582H47.1976V45.8273H53.9122V43.7432H47.1976V36.4212H44.7896ZM16.7433 36.4397V43.7432H10.0895V45.8273H16.7433V53.0076H19.2206V45.8273H25.8643V43.7432H19.2206V36.4313H17.9836L16.7433 36.4397ZM30.9538 46.7402V51.6964H26.5241V53.5139H30.9538V58.6034H33.0463L33.0732 56.0907L33.107 53.5139H37.5468V51.6964H33.0463V46.7402H30.9538Z",fill:"white"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_472_6168",children:n.jsx("rect",{width:"54",height:"54",fill:"white",transform:"translate(5 5)"})})})]}),graphana:fr,superset:Lr,metabase:Cr,aws:e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsx("path",{d:"M20.7682 28.7733C20.7682 29.3908 20.8361 29.8915 20.955 30.2587C21.0909 30.6258 21.2608 31.0264 21.4986 31.4603C21.5835 31.5938 21.6175 31.7273 21.6175 31.8442C21.6175 32.0111 21.5156 32.178 21.2948 32.3449L20.2246 33.0458C20.0718 33.146 19.9189 33.196 19.783 33.196C19.6131 33.196 19.4433 33.1126 19.2734 32.9624C19.0356 32.712 18.8318 32.445 18.6619 32.178C18.4921 31.8942 18.3222 31.5771 18.1354 31.1933C16.8105 32.7287 15.1458 33.4964 13.1415 33.4964C11.7146 33.4964 10.5766 33.0959 9.74427 32.2948C8.91196 31.4937 8.4873 30.4256 8.4873 29.0904C8.4873 27.6718 8.99689 26.5202 10.033 25.6523C11.0692 24.7845 12.445 24.3506 14.1946 24.3506C14.7721 24.3506 15.3666 24.4006 15.9951 24.4841C16.6236 24.5675 17.2691 24.701 17.9485 24.8512V23.6329C17.9485 22.3645 17.6767 21.4799 17.1502 20.9626C16.6066 20.4452 15.6894 20.1948 14.3815 20.1948C13.7869 20.1948 13.1754 20.2616 12.547 20.4118C11.9185 20.562 11.307 20.7456 10.7125 20.9793C10.4407 21.0961 10.2369 21.1628 10.118 21.1962C9.99906 21.2296 9.91413 21.2463 9.84619 21.2463C9.60838 21.2463 9.48948 21.0794 9.48948 20.7289V19.9111C9.48948 19.6441 9.52345 19.4438 9.60838 19.327C9.69331 19.2102 9.84619 19.0933 10.084 18.9765C10.6785 18.6761 11.3919 18.4258 12.2242 18.2255C13.0565 18.0085 13.9398 17.9084 14.874 17.9084C16.8954 17.9084 18.3732 18.359 19.3244 19.2602C20.2586 20.1615 20.7342 21.53 20.7342 23.3659V28.7733H20.7682ZM13.8719 31.3101C14.4324 31.3101 15.0099 31.21 15.6214 31.0097C16.2329 30.8094 16.7765 30.4422 17.2351 29.9416C17.5069 29.6245 17.7107 29.274 17.8126 28.8734C17.9145 28.4729 17.9825 27.9889 17.9825 27.4214V26.7205C17.4899 26.6036 16.9633 26.5035 16.4198 26.4367C15.8762 26.37 15.3497 26.3366 14.8231 26.3366C13.685 26.3366 12.8527 26.5536 12.2922 27.0042C11.7316 27.4548 11.4599 28.089 11.4599 28.9235C11.4599 29.7079 11.6637 30.292 12.0883 30.6926C12.496 31.1098 13.0905 31.3101 13.8719 31.3101ZM27.5116 33.1126C27.2059 33.1126 27.0021 33.0625 26.8662 32.9457C26.7303 32.8455 26.6114 32.6119 26.5095 32.2948L22.5178 19.3938C22.4158 19.06 22.3649 18.843 22.3649 18.7262C22.3649 18.4591 22.5008 18.3089 22.7725 18.3089H24.4372C24.7599 18.3089 24.9807 18.359 25.0996 18.4758C25.2355 18.576 25.3374 18.8096 25.4394 19.1267L28.293 30.1752L30.9428 19.1267C31.0278 18.7929 31.1297 18.576 31.2656 18.4758C31.4014 18.3757 31.6392 18.3089 31.945 18.3089H33.3039C33.6266 18.3089 33.8474 18.359 33.9833 18.4758C34.1192 18.576 34.2381 18.8096 34.3061 19.1267L36.9898 30.3087L39.9284 19.1267C40.0303 18.7929 40.1492 18.576 40.2681 18.4758C40.404 18.3757 40.6249 18.3089 40.9306 18.3089H42.5103C42.7821 18.3089 42.9349 18.4424 42.9349 18.7262C42.9349 18.8096 42.918 18.8931 42.901 18.9932C42.884 19.0933 42.85 19.2269 42.7821 19.4104L38.6884 32.3115C38.5865 32.6453 38.4676 32.8622 38.3317 32.9624C38.1959 33.0625 37.975 33.1293 37.6863 33.1293H36.2255C35.9027 33.1293 35.6819 33.0792 35.546 32.9624C35.4101 32.8455 35.2912 32.6286 35.2233 32.2948L32.5905 21.53L29.9746 32.2781C29.8897 32.6119 29.7878 32.8288 29.6519 32.9457C29.516 33.0625 29.2782 33.1126 28.9724 33.1126H27.5116ZM49.3387 33.5632C48.4554 33.5632 47.5721 33.4631 46.7228 33.2628C45.8735 33.0625 45.2111 32.8455 44.7694 32.5952C44.4977 32.445 44.3108 32.2781 44.2429 32.1279C44.1749 31.9777 44.141 31.8108 44.141 31.6606V30.8094C44.141 30.4589 44.2768 30.292 44.5316 30.292C44.6336 30.292 44.7355 30.3087 44.8374 30.3421C44.9393 30.3755 45.0922 30.4422 45.262 30.509C45.8396 30.7593 46.468 30.9596 47.1305 31.0931C47.8099 31.2267 48.4724 31.2934 49.1518 31.2934C50.222 31.2934 51.0543 31.1098 51.6318 30.7427C52.2093 30.3755 52.5151 29.8414 52.5151 29.1571C52.5151 28.6898 52.3622 28.306 52.0564 27.9889C51.7507 27.6718 51.1732 27.3881 50.3409 27.121L47.8779 26.37C46.6379 25.9861 45.7207 25.4187 45.1601 24.6677C44.5996 23.9333 44.3108 23.1155 44.3108 22.2477C44.3108 21.5467 44.4637 20.9292 44.7694 20.3951C45.0752 19.8611 45.4829 19.3938 45.9924 19.0266C46.502 18.6427 47.0795 18.359 47.759 18.1587C48.4384 17.9584 49.1518 17.875 49.8992 17.875C50.2729 17.875 50.6636 17.8917 51.0373 17.9418C51.428 17.9918 51.7847 18.0586 52.1414 18.1253C52.4811 18.2088 52.8038 18.2922 53.1096 18.3924C53.4153 18.4925 53.6531 18.5927 53.823 18.6928C54.0608 18.8263 54.2307 18.9598 54.3326 19.11C54.4345 19.2435 54.4854 19.4271 54.4854 19.6608V20.4452C54.4854 20.7957 54.3496 20.9793 54.0948 20.9793C53.9589 20.9793 53.7381 20.9125 53.4493 20.779C52.4811 20.3451 51.394 20.1281 50.188 20.1281C49.2198 20.1281 48.4554 20.2783 47.9288 20.5954C47.4023 20.9125 47.1305 21.3965 47.1305 22.0808C47.1305 22.5481 47.3004 22.9486 47.6401 23.2657C47.9798 23.5828 48.6083 23.8999 49.5085 24.1837L51.9206 24.9347C53.1435 25.3185 54.0268 25.8526 54.5534 26.5369C55.08 27.2212 55.3347 28.0056 55.3347 28.8734C55.3347 29.5911 55.1819 30.242 54.8931 30.8094C54.5874 31.3769 54.1797 31.8775 53.6531 32.2781C53.1266 32.6953 52.4981 32.9957 51.7677 33.2127C51.0033 33.4464 50.205 33.5632 49.3387 33.5632Z",fill:"white"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M52.5484 41.6741C46.96 45.7297 38.8407 47.8827 31.8595 47.8827C22.0755 47.8827 13.2598 44.3278 6.60126 38.4197C6.07469 37.9524 6.5503 37.3182 7.17878 37.6853C14.3809 41.791 23.2645 44.2777 32.454 44.2777C38.6539 44.2777 45.4653 43.0093 51.7331 40.4057C52.6674 39.9885 53.4657 41.0066 52.5484 41.6741Z",fill:"#FF9900"}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M54.8755 39.0706C54.1621 38.1693 50.1534 38.6366 48.3359 38.8536C47.7923 38.9204 47.7074 38.453 48.2 38.1026C51.3934 35.8995 56.6421 36.5337 57.2536 37.2681C57.8651 38.0191 57.0837 43.1762 54.0942 45.6463C53.6355 46.0301 53.1939 45.8298 53.3977 45.3292C54.0772 43.6769 55.5889 39.9551 54.8755 39.0706Z",fill:"#FF9900"})]}),gcp:cr,azure:Q2,dbt:rr,jdbc:gr,mysql:mr,postgres:wr,google:ur,github:e=>n.jsx("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32 5C17.0825 5 5 17.0825 5 32C5 43.9475 12.7287 54.0388 23.4612 57.6163C24.8112 57.8525 25.3175 57.0425 25.3175 56.3338C25.3175 55.6925 25.2838 53.5663 25.2838 51.305C18.5 52.5538 16.745 49.6512 16.205 48.1325C15.9012 47.3562 14.585 44.96 13.4375 44.3187C12.4925 43.8125 11.1425 42.5637 13.4038 42.53C15.53 42.4962 17.0488 44.4875 17.555 45.2975C19.985 49.3812 23.8663 48.2338 25.4188 47.525C25.655 45.77 26.3637 44.5887 27.14 43.9137C21.1325 43.2387 14.855 40.91 14.855 30.5825C14.855 27.6462 15.9013 25.2162 17.6225 23.3262C17.3525 22.6512 16.4075 19.8837 17.8925 16.1712C17.8925 16.1712 20.1538 15.4625 25.3175 18.9388C27.4775 18.3313 29.7725 18.0275 32.0675 18.0275C34.3625 18.0275 36.6575 18.3313 38.8175 18.9388C43.9813 15.4288 46.2425 16.1712 46.2425 16.1712C47.7275 19.8837 46.7825 22.6512 46.5125 23.3262C48.2338 25.2162 49.28 27.6125 49.28 30.5825C49.28 40.9437 42.9688 43.2387 36.9613 43.9137C37.94 44.7575 38.7838 46.3775 38.7838 48.9088C38.7838 52.52 38.75 55.4225 38.75 56.3338C38.75 57.0425 39.2563 57.8863 40.6063 57.6163C51.2713 54.0388 59 43.9137 59 32C59 17.0825 46.9175 5 32 5Z",fill:"white"})}),decodeable:ir,golang:dr,python:kr,deepnote:ar,nodejs:xr,datagrip:or,vector:$r,kubenetes:vr,"c#":tr,rust:e=>n.jsxs("svg",{width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_3280_12848)",children:[n.jsx("path",{d:"M26.8693 23.245H34.7184C39.5486 23.245 39.5486 28.0752 34.7184 28.0752H26.8693V23.245ZM8.15234 45.5846H32.3033V38.9431H26.8693V34.1129H32.9071C39.5486 34.1129 35.9259 45.5846 41.3599 45.5846H56.4542V34.1129H52.8316V35.3205C52.8316 40.1507 47.3976 39.5469 46.7938 36.528C46.1901 33.5092 43.775 31.0941 43.1712 31.0941C52.2278 26.2639 46.7938 16.6035 39.5486 16.6035H11.1712V23.245H17.2089V38.9431H8.15234V45.5846Z",fill:"white",stroke:"white",strokeWidth:"0.377358",strokeLinejoin:"round"}),n.jsx("path",{d:"M32.0033 57.9616C46.3418 57.9616 57.9655 46.3379 57.9655 31.9994C57.9655 17.6608 46.3418 6.03711 32.0033 6.03711C17.6647 6.03711 6.04102 17.6608 6.04102 31.9994C6.04102 46.3379 17.6647 57.9616 32.0033 57.9616Z",stroke:"white",strokeWidth:"3.39623"}),n.jsx("path",{d:"M59.7783 33.8101L62.7972 31.9988L59.7783 30.1875V33.8101Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M58.8909 39.1937L62.2051 38.0061L59.5977 35.6406L58.8909 39.1937Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M56.9711 44.301L60.4533 43.7828L58.3574 40.9541L56.9711 44.301Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M54.0909 48.9355L57.6073 49.1066L56.1035 45.9233L54.0909 48.9355Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M50.3622 52.9185L53.7777 53.7724L52.9238 50.3569L50.3622 52.9185Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M45.9283 56.0981L49.1116 57.6019L48.9404 54.0854L45.9283 56.0981Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M40.9598 58.3517L43.7885 60.4476L44.3066 56.9653L40.9598 58.3517Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M35.6462 59.592L38.0117 62.1995L39.1992 58.8853L35.6462 59.592Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M30.1928 59.7725L32.0041 62.7913L33.8154 59.7725H30.1928Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M24.8102 58.8855L25.9978 62.1998L28.3633 59.5923L24.8102 58.8855Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M19.7029 56.9652L20.2211 60.4475L23.0498 58.3516L19.7029 56.9652Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M15.068 54.0855L14.8968 57.6019L18.0801 56.0981L15.068 54.0855Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M11.0839 50.3574L10.23 53.7728L13.6455 52.9189L11.0839 50.3574Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M7.90534 45.9234L6.40156 49.1067L9.91797 48.9355L7.90534 45.9234Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M5.65176 40.9539L3.55585 43.7826L7.03809 44.3008L5.65176 40.9539Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M4.41045 35.6408L1.80296 38.0063L5.11719 39.1938L4.41045 35.6408Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M4.23047 30.1879L1.2116 31.9992L4.23047 33.8105V30.1879Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M5.11788 24.8039L1.80364 25.9915L4.41113 28.3569L5.11788 24.8039Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M7.03769 19.6971L3.55546 20.2152L5.65137 23.0439L7.03769 19.6971Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M9.91791 15.0626L6.40149 14.8915L7.90527 18.0747L9.91791 15.0626Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M13.6466 11.0795L10.2311 10.2257L11.085 13.6411L13.6466 11.0795Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M18.0805 7.89997L14.8972 6.39619L15.0684 9.9126L18.0805 7.89997Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M23.049 5.64639L20.2203 3.55048L19.7021 7.03271L23.049 5.64639Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M28.3626 4.40556L25.9971 1.79807L24.8096 5.1123L28.3626 4.40556Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M33.816 4.22559L32.0047 1.20672L30.1934 4.22559L33.816 4.22559Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M39.1985 5.1125L38.011 1.79827L35.6455 4.40576L39.1985 5.1125Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M44.3059 7.03281L43.7877 3.55058L40.959 5.64648L44.3059 7.03281Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M48.9408 9.91205L49.112 6.39563L45.9287 7.89941L48.9408 9.91205Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M52.9249 13.6407L53.7787 10.2252L50.3633 11.0791L52.9249 13.6407Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M56.1035 18.0746L57.6072 14.8914L54.0908 15.0625L56.1035 18.0746Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M58.3561 23.0441L60.452 20.2154L56.9697 19.6973L58.3561 23.0441Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M59.5983 28.3572L62.2058 25.9918L58.8916 24.8042L59.5983 28.3572Z",fill:"white",stroke:"white",strokeWidth:"1.13208",strokeLinejoin:"round"}),n.jsx("path",{d:"M27.7754 6.64111L32.0018 10.8675L36.2282 6.64111H27.7754Z",fill:"white",stroke:"white",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M54.8125 20.144L52.099 25.4696L57.4246 28.1832L54.8125 20.144Z",fill:"white",stroke:"white",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M50.3262 50.0308L44.4227 49.0957L43.4877 54.9992L50.3262 50.0308Z",fill:"white",stroke:"white",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M20.5156 54.9995L19.5806 49.096L13.6771 50.0311L20.5156 54.9995Z",fill:"white",stroke:"white",strokeWidth:"2.26415",strokeLinejoin:"round"}),n.jsx("path",{d:"M6.57812 28.1831L11.9037 25.4696L9.19019 20.144L6.57812 28.1831Z",fill:"white",stroke:"white",strokeWidth:"2.26415",strokeLinejoin:"round"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_3280_12848",children:n.jsx("rect",{width:"64",height:"64",fill:"white"})})})]}),hudi:pr,deltalake:sr,snowflake:yr,mongodb:br,bigquery:er,iceberg:hr},jr=({name:e,theme:t,size:o,...r})=>{const{name:i}=S.useTheme(),a=["light","clasic"].includes(t??i)?Mr[e]:js[e];return a?n.jsx(Yn,{as:a,$size:o,...r}):null};jr.displayName="Logo";const Sr={visa:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:22,viewBox:"0 0 30 22",fill:"none",...e,children:[n.jsx("path",{d:"M27.2167 21.1237H2.7794C1.24433 21.1237 0 19.8794 0 18.3443V2.77989C0 1.24482 1.24433 0.000488281 2.7794 0.000488281H27.2167C28.7517 0.000488281 29.9961 1.24482 29.9961 2.77989V18.3443C29.9961 19.8794 28.7517 21.1237 27.2167 21.1237Z",fill:"#0066B2"}),n.jsx("path",{d:"M13.7243 13.8711H12.1621L13.1385 7.87012H14.7009L13.7243 13.8711Z",fill:"white"}),n.jsx("path",{d:"M10.8474 7.87012L9.35789 11.9976L9.18164 11.1088L9.18182 11.1091L8.65606 8.41059C8.65606 8.41059 8.59253 7.87012 7.9149 7.87012H5.45267L5.42383 7.97168C5.42383 7.97168 6.17709 8.12831 7.05805 8.6578L8.41546 13.8711H10.0432L12.5289 7.87014L10.8474 7.87012Z",fill:"white"}),n.jsx("path",{d:"M21.4171 11.7483L22.2381 9.50255L22.6998 11.7483H21.4171ZM23.1362 13.8711H24.5707L23.32 7.87012H22.0639C21.4839 7.87012 21.3426 8.31728 21.3426 8.31728L19.0127 13.8711H20.6411L20.9668 12.9798H22.953L23.1362 13.8711Z",fill:"white"}),n.jsx("path",{d:"M19.1355 9.31321L19.3584 8.02432C19.3584 8.02432 18.6704 7.7627 17.9532 7.7627C17.1779 7.7627 15.3368 8.1018 15.3368 9.7493C15.3368 11.2998 17.4977 11.3191 17.4977 12.1331C17.4977 12.9472 15.5595 12.8017 14.9199 12.2882L14.6875 13.6354C14.6875 13.6354 15.385 13.9744 16.4512 13.9744C17.5171 13.9744 19.1258 13.4221 19.1258 11.92C19.1258 10.3597 16.9454 10.2144 16.9454 9.53613C16.9454 8.85765 18.467 8.94482 19.1355 9.31321Z",fill:"white"}),n.jsx("path",{d:"M9.18184 11.1091L8.65606 8.41059C8.65606 8.41059 8.59256 7.87012 7.9149 7.87012H5.45276L5.42383 7.97168C5.42383 7.97168 6.60742 8.21704 7.74285 9.13594C8.82785 10.0143 9.18184 11.1091 9.18184 11.1091Z",fill:"#F9A533"})]}),mastercard:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:22,viewBox:"0 0 30 22",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_1333_9407)",children:[n.jsx("path",{d:"M27.2167 21.2619H2.7794C1.24433 21.2619 0 20.0176 0 18.4825V2.91807C0 1.383 1.24433 0.138672 2.7794 0.138672H27.2167C28.7517 0.138672 29.9961 1.383 29.9961 2.91807V18.4825C29.9961 20.0176 28.7517 21.2619 27.2167 21.2619Z",fill:"#36495D"}),n.jsx("path",{d:"M17.517 6.17236H12.4775V15.2283H17.517V6.17236Z",fill:"#F16522"}),n.jsx("path",{d:"M12.7983 10.7003C12.7983 8.86315 13.6586 7.22699 14.998 6.17241C14.0182 5.40101 12.7823 4.94092 11.4387 4.94092C8.25799 4.94092 5.67969 7.5196 5.67969 10.7003C5.67969 13.881 8.25799 16.4597 11.4387 16.4597C12.7823 16.4597 14.0182 15.9996 14.998 15.2283C13.6586 14.1736 12.7983 12.5375 12.7983 10.7003Z",fill:"#E41B24"}),n.jsx("path",{d:"M24.1363 14.269V14.0457H24.0778L24.0108 14.1994L23.9438 14.0457H23.8853V14.269H23.9262V14.1003L23.9892 14.2459H24.032L24.095 14.1V14.269H24.1363ZM23.7665 14.269V14.0836H23.8414V14.0459H23.6509V14.0836H23.7256V14.269H23.7665ZM24.316 10.7C24.316 13.881 21.7377 16.4594 18.557 16.4594C17.2134 16.4594 15.9775 15.9992 14.998 15.2279C16.3375 14.1736 17.1974 12.5372 17.1974 10.7C17.1974 8.86279 16.3375 7.22672 14.998 6.17203C15.9775 5.40112 17.2134 4.94092 18.557 4.94092C21.7377 4.94092 24.316 7.51933 24.316 10.7Z",fill:"#F89E1C"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_1333_9407",children:n.jsx("rect",{width:"30",height:"21.1384",fill:"white",transform:"translate(0 0.138184)"})})})]}),amex:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:22,viewBox:"0 0 30 22",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_1333_9401)",children:[n.jsx("path",{d:"M27.2157 21.3999H2.77842C1.24335 21.3999 -0.000976562 20.1555 -0.000976562 18.6204V3.0558C-0.000976562 1.52071 1.24335 0.276367 2.77842 0.276367H27.2157C28.7507 0.276367 29.9951 1.52071 29.9951 3.0558V18.6204C29.9951 20.1555 28.7507 21.3999 27.2157 21.3999Z",fill:"#006FCF"}),n.jsx("path",{d:"M29.9746 17.2358V12.3222H11.3797L10.9055 12.9931L10.4366 12.3222H5.08905V17.5583H10.4162L10.8803 16.8772L11.3596 17.5583H14.6941V16.4286H14.6589C15.0736 16.4286 15.4504 16.3536 15.7841 16.2297V17.5583H18.1095V16.7969L18.6947 17.5583H28.7841C29.0744 17.5583 29.3466 17.509 29.5907 17.4205C29.728 17.3706 29.8566 17.3085 29.9746 17.2358ZM26.3022 10.5204H28.5522V5.28369H26.1507V6.12114L25.6163 5.28369H23.5226V6.34259L23.0535 5.28369H19.5926C19.4264 5.28369 19.2641 5.29588 19.1069 5.32043C18.9731 5.34146 18.8429 5.37139 18.7173 5.41066C18.6186 5.44144 18.5228 5.47789 18.4304 5.52012C18.322 5.56997 18.2182 5.62745 18.1199 5.69312V5.28369H6.82474L6.51717 6.19685L6.20411 5.28369H3.57603V6.35375L3.1017 5.28369H0.957729L-0.000976562 7.52359V10.5204H1.51753L1.80009 9.76868H2.33487L2.62253 10.5204H14.3061V9.75864L14.8913 10.5204H18.1199V10.1395C18.2033 10.1934 18.2898 10.2405 18.3778 10.2817C18.4661 10.3226 18.5563 10.3574 18.6476 10.3868C18.7604 10.4236 18.875 10.4515 18.9892 10.4721C19.1755 10.5059 19.361 10.5204 19.5373 10.5204H21.4694L21.7519 9.76868H22.2866L22.5741 10.5204H25.8129V9.74339L26.3022 10.5204Z",fill:"#F7F7F7"}),n.jsx("path",{d:"M8.73718 13.8913V13.1748H5.91211V16.7064H8.73718V15.9948H6.75986V15.2838H8.69198V14.5774H6.75986V13.8913H8.73718ZM11.6783 16.7064H12.7377L11.32 14.9255L12.7277 13.1748H11.6988L10.8307 14.2948L9.96829 13.1748H8.90876L10.3214 14.9405L8.91369 16.7064H9.94289L10.8106 15.5712L11.6783 16.7064ZM12.9244 13.1748V16.7064H13.7719V15.5406H14.8363C15.6084 15.5406 16.0872 15.0363 16.0872 14.3553C16.0872 13.6544 15.6184 13.1748 14.8666 13.1748H12.9244ZM15.2349 14.3602C15.2349 14.5977 15.0836 14.7942 14.7859 14.7942H13.7719V13.9268H14.7859C15.0836 13.9268 15.2349 14.1183 15.2349 14.3602ZM17.3941 15.4349H17.7927L18.8469 16.7064H19.9012L18.726 15.4047C19.3265 15.2935 19.6844 14.8598 19.6844 14.2948C19.6844 13.6339 19.2153 13.1748 18.4636 13.1748H16.5466V16.7064H17.3941V15.4349ZM18.3879 13.8963C18.6906 13.8963 18.8521 14.093 18.8521 14.3354C18.8521 14.5774 18.6906 14.7689 18.3879 14.7689H17.3941V13.8963H18.3879ZM23.12 13.8913V13.1748H20.2949V16.7064H23.12V15.9948H21.1424V15.2838H23.0745V14.5774H21.1424V13.8913H23.12ZM25.4454 16H23.6346V16.7064H25.4201C26.1821 16.7064 26.6363 16.2422 26.6363 15.5812C26.6363 14.9505 26.2276 14.5825 25.5413 14.5825H24.7241C24.5221 14.5825 24.3811 14.4512 24.3811 14.2444C24.3811 14.0324 24.5221 13.8913 24.7241 13.8913H26.2575L26.5706 13.1748H24.7491C23.9874 13.1748 23.5333 13.6391 23.5333 14.2746C23.5333 14.9255 23.9623 15.2987 24.6334 15.2987H25.4454C25.647 15.2987 25.7933 15.4298 25.7933 15.642C25.7933 15.8585 25.647 16 25.4454 16ZM28.8053 16H26.9941V16.7064H28.7797C29.542 16.7064 29.9958 16.2422 29.9958 15.5812C29.9958 14.9505 29.5872 14.5825 28.9011 14.5825H28.0839C27.8818 14.5825 27.7409 14.4512 27.7409 14.2444C27.7409 14.0324 27.8818 13.8913 28.0839 13.8913H29.6171L29.9304 13.1748H28.109C27.347 13.1748 26.8931 13.6391 26.8931 14.2746C26.8931 14.9255 27.3222 15.2987 27.9932 15.2987H28.8053C29.0069 15.2987 29.1532 15.4298 29.1532 15.642C29.1532 15.8585 29.0069 16 28.8053 16Z",fill:"#006FCF"}),n.jsx("path",{d:"M3.19698 9.66782H4.15048L2.64202 6.13623H1.52724L0.0136719 9.66782H0.916752L1.21456 8.91102H2.89434L3.19698 9.66782ZM1.79454 7.45321L2.05198 6.79231L2.30914 7.45321L2.62193 8.23512H1.48698L1.79454 7.45321ZM5.16963 7.25651L5.14919 6.303L6.12807 9.66782H6.8949L7.87352 6.32317L7.85331 7.25129V9.66782H8.6755V6.13623H7.18229L6.51135 8.63858L5.83546 6.13623H4.34718V9.66782H5.16963V7.25651ZM12.1969 6.85276V6.13623H9.37184V9.66782H12.1969V8.94645H10.2194V8.24516H12.1514V7.53906H10.2194V6.85276H12.1969ZM13.6647 8.39668H14.0633L15.1178 9.66782H16.1722L14.9966 8.36617C15.5971 8.25521 15.9553 7.82125 15.9553 7.25651C15.9553 6.59559 15.4859 6.13623 14.7343 6.13623H12.8172V9.66782H13.6647V8.39668ZM14.6586 6.85798C14.9612 6.85798 15.1228 7.05468 15.1228 7.29687C15.1228 7.53906 14.9612 7.73056 14.6586 7.73056H13.6647V6.85798H14.6586ZM16.4395 9.66782H17.2869V6.13623H16.4395V9.66782ZM19.4512 9.66782H19.4966L19.8445 8.91613H19.5873C19.0071 8.91613 18.664 8.55303 18.664 7.92755V7.87715C18.664 7.31696 18.9716 6.89825 19.5773 6.89825H20.4953V6.13623H19.5067C18.417 6.13623 17.8217 6.86803 17.8217 7.87195V7.93239C17.8217 8.98178 18.4322 9.66288 19.4512 9.66782ZM23.1488 9.66782H24.102L22.5941 6.13623H21.4788L19.9658 9.66782H20.8686L21.1663 8.91102H22.8461L23.1488 9.66782ZM21.7465 7.45321L22.0038 6.79231L22.2607 7.45321L22.5739 8.23512H21.4387L21.7465 7.45321ZM25.1263 7.55404L25.1163 7.26145L25.2928 7.55404L26.6446 9.66782H27.6337V6.13623H26.8064V8.17952L26.8165 8.44189L26.6601 8.17952L25.338 6.13623H24.2992V9.66782H25.1263V7.55404Z",fill:"#006FCF"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_1333_9401",children:n.jsx("rect",{width:"30",height:"21.1387",fill:"white",transform:"translate(0 0.276367)"})})})]}),paypal:e=>n.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:22,viewBox:"0 0 30 22",fill:"none",...e,children:[n.jsxs("g",{clipPath:"url(#clip0_1333_9463)",children:[n.jsx("path",{d:"M27.2167 21.5383H2.7794C1.24433 21.5383 0 20.2939 0 18.7589V3.19444C0 1.65937 1.24433 0.415039 2.7794 0.415039H27.2167C28.7517 0.415039 29.9961 1.65937 29.9961 3.19444V18.7589C29.9961 20.2939 28.7517 21.5383 27.2167 21.5383Z",fill:"#253B80"}),n.jsx("path",{d:"M7.0144 8.17773H5.3802C5.26842 8.17773 5.17326 8.25901 5.15587 8.36941L4.49487 12.5599C4.48177 12.6425 4.54585 12.7171 4.62965 12.7171H5.40987C5.52165 12.7171 5.61681 12.6359 5.6342 12.5252L5.8125 11.395C5.82969 11.2843 5.92502 11.203 6.03663 11.203H6.55393C7.63038 11.203 8.25168 10.6822 8.41395 9.64992C8.48706 9.19827 8.41703 8.84347 8.20554 8.59494C7.97331 8.32206 7.56139 8.17773 7.0144 8.17773ZM7.20293 9.70823C7.11355 10.2945 6.66554 10.2945 6.23232 10.2945H5.98576L6.15875 9.1995C6.16898 9.13327 6.22636 9.08454 6.29324 9.08454H6.40625C6.70134 9.08454 6.97971 9.08454 7.1236 9.25278C7.20936 9.35314 7.23567 9.50222 7.20293 9.70823Z",fill:"white"}),n.jsx("path",{d:"M11.8986 9.68929H11.116C11.0494 9.68929 10.9918 9.73802 10.9815 9.80425L10.9469 10.0231L10.8922 9.94376C10.7227 9.69784 10.3449 9.61572 9.96788 9.61572C9.10313 9.61572 8.36455 10.2707 8.22067 11.1894C8.14589 11.6477 8.25221 12.0859 8.51217 12.3916C8.75072 12.6726 9.09188 12.7896 9.49784 12.7896C10.1946 12.7896 10.5811 12.3416 10.5811 12.3416L10.5461 12.5591C10.533 12.6422 10.5971 12.7168 10.6804 12.7168H11.3853C11.4974 12.7168 11.5921 12.6355 11.6097 12.5249L12.0326 9.84646C12.046 9.76407 11.9822 9.68929 11.8986 9.68929ZM10.8078 11.2124C10.7323 11.6594 10.3775 11.9596 9.92491 11.9596C9.69761 11.9596 9.51607 11.8866 9.39944 11.7485C9.28373 11.6113 9.23984 11.4161 9.27656 11.1987C9.34708 10.7555 9.70795 10.4455 10.1535 10.4455C10.3758 10.4455 10.5564 10.5194 10.6754 10.6587C10.7946 10.7994 10.842 10.9958 10.8078 11.2124",fill:"white"}),n.jsx("path",{d:"M16.067 9.68896H15.2806C15.2055 9.68896 15.1351 9.72626 15.0926 9.78856L14.0079 11.3862L13.5482 9.85097C13.5193 9.7549 13.4306 9.68896 13.3303 9.68896H12.5575C12.4636 9.68896 12.3984 9.78066 12.4282 9.8691L13.2945 12.4111L12.4801 13.5606C12.416 13.6512 12.4806 13.7757 12.5913 13.7757H13.3766C13.4512 13.7757 13.5209 13.7394 13.5632 13.6783L16.1788 9.90278C16.2414 9.81247 16.1771 9.68896 16.067 9.68896Z",fill:"white"}),n.jsx("path",{d:"M18.6707 8.17773H17.0363C16.9247 8.17773 16.8295 8.25901 16.8121 8.36941L16.1511 12.5599C16.138 12.6425 16.2021 12.7171 16.2854 12.7171H17.1242C17.2021 12.7171 17.2688 12.6602 17.281 12.5828L17.4685 11.395C17.4857 11.2843 17.5811 11.203 17.6926 11.203H18.2097C19.2864 11.203 19.9074 10.6822 20.0699 9.64992C20.1433 9.19827 20.0728 8.84347 19.8613 8.59494C19.6294 8.32206 19.2176 8.17773 18.6707 8.17773ZM18.8592 9.70823C18.7701 10.2945 18.3221 10.2945 17.8886 10.2945H17.6422L17.8155 9.1995C17.8257 9.13327 17.8826 9.08454 17.9498 9.08454H18.0628C18.3576 9.08454 18.6362 9.08454 18.7801 9.25278C18.8659 9.35314 18.8919 9.50222 18.8592 9.70823Z",fill:"white"}),n.jsx("path",{d:"M23.5548 9.68929H22.7727C22.7056 9.68929 22.6485 9.73802 22.6384 9.80425L22.6038 10.0231L22.5489 9.94376C22.3794 9.69784 22.0019 9.61572 21.6248 9.61572C20.7601 9.61572 20.0217 10.2707 19.8778 11.1894C19.8033 11.6477 19.9092 12.0859 20.1691 12.3916C20.4081 12.6726 20.7488 12.7896 21.1548 12.7896C21.8516 12.7896 22.2379 12.3416 22.2379 12.3416L22.203 12.5591C22.1899 12.6422 22.2539 12.7168 22.3378 12.7168H23.0425C23.154 12.7168 23.2492 12.6355 23.2667 12.5249L23.6899 9.84646C23.7027 9.76407 23.6387 9.68929 23.5548 9.68929ZM22.464 11.2124C22.389 11.6594 22.0337 11.9596 21.5811 11.9596C21.3543 11.9596 21.1723 11.8866 21.0556 11.7485C20.9399 11.6113 20.8965 11.4161 20.9328 11.1987C21.0037 10.7555 21.3641 10.4455 21.8097 10.4455C22.032 10.4455 22.2126 10.5194 22.3316 10.6587C22.4514 10.7994 22.4986 10.9958 22.464 11.2124Z",fill:"white"}),n.jsx("path",{d:"M24.4772 8.2924L23.8064 12.5596C23.7933 12.6422 23.8574 12.7168 23.9407 12.7168H24.615C24.7271 12.7168 24.8222 12.6356 24.8394 12.5249L25.5008 8.33472C25.514 8.25202 25.4499 8.17725 25.3666 8.17725H24.6115C24.5448 8.17745 24.4875 8.22617 24.4772 8.2924Z",fill:"white"})]}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_1333_9463",children:n.jsx("rect",{width:"30",height:"21.1384",fill:"white",transform:"translate(0 0.414551)"})})})]})},Ss=({name:e,size:t,...o})=>{const r=Sr[e];if(r!==void 0)return n.jsx(Yn,{as:r,$size:t,...o})},_s=({name:e,color:t,width:o,height:r,className:i,size:a,...c})=>{const s=ss[e];return s?n.jsx(Es,{$color:t,$width:o,$height:r,$size:a,className:i,children:n.jsx(s,{...c})}):null},Es=S.div.withConfig({componentId:"sc-29ieut-0"})(["display:flex;align-items:center;",""],({theme:e,$color:t="currentColor",$width:o,$height:r,$size:i})=>`
|
|
62
|
+
& path[stroke], & svg[stroke]:not([stroke="none"]), & rect[stroke] {
|
|
29
63
|
stroke: ${t};
|
|
30
64
|
}
|
|
31
65
|
|
|
32
|
-
& path[fill], & svg[fill]:not([fill="none"]) {
|
|
66
|
+
& path[fill], & svg[fill]:not([fill="none"]), & rect[fill] {
|
|
33
67
|
fill: ${t};
|
|
34
68
|
}
|
|
35
69
|
|
|
36
70
|
& svg {
|
|
37
|
-
width: ${
|
|
38
|
-
height: ${r||e.click.image[
|
|
71
|
+
width: ${o||e.click.image[i||"md"].size.width||"24px"};
|
|
72
|
+
height: ${r||e.click.image[i||"md"].size.height||"24px"};
|
|
39
73
|
}
|
|
40
|
-
`),
|
|
74
|
+
`),ne=({name:e,size:t,theme:o,...r})=>Object.keys(q2).includes(e)?n.jsx(Y2,{name:e,size:t,...r}):Object.keys(Mr).includes(e)?n.jsx(jr,{name:e,theme:o,size:t,...r}):Object.keys(Sr).includes(e)?n.jsx(Ss,{name:e,size:t,...r}):n.jsx(_s,{name:e,size:t,...r});ne.displayName="Icon";const at=l.forwardRef(({type:e="primary",icon:t,size:o,...r},i)=>n.jsx(Os,{...r,$styleType:e,$size:o,ref:i,children:n.jsx(ne,{name:t,size:"md"})}));at.displayName="IconButton";const Os=S.button.withConfig({componentId:"sc-4ff7ue-0"})(["",""],({theme:e,$size:t,$styleType:o="primary"})=>`
|
|
41
75
|
border-radius: ${e.click.button.iconButton.radii.all};
|
|
42
|
-
border
|
|
76
|
+
border: ${e.click.button.stroke} solid ${e.click.button.iconButton.color.primary.stroke.default};
|
|
43
77
|
padding: ${t?`${e.click.button.iconButton[t].space.y} ${e.click.button.iconButton[t].space.x}`:`${e.click.button.iconButton.default.space.y} ${e.click.button.iconButton.default.space.x}`};
|
|
44
78
|
|
|
45
|
-
background-color: ${e.click.button.iconButton.color[
|
|
79
|
+
background-color: ${e.click.button.iconButton.color[o].background.default};
|
|
46
80
|
|
|
47
|
-
color: ${e.click.button.iconButton.color[
|
|
81
|
+
color: ${e.click.button.iconButton.color[o].text.default};
|
|
48
82
|
|
|
49
83
|
&:hover {
|
|
50
|
-
background-color: ${e.click.button.iconButton.color[
|
|
51
|
-
color: ${e.click.button.iconButton.color[
|
|
84
|
+
background-color: ${e.click.button.iconButton.color[o].background.hover};
|
|
85
|
+
color: ${e.click.button.iconButton.color[o].text.hover};
|
|
52
86
|
}
|
|
53
87
|
|
|
54
88
|
&:active {
|
|
55
|
-
background-color: ${e.click.button.iconButton.color[
|
|
56
|
-
color: ${e.click.button.iconButton.color[
|
|
89
|
+
background-color: ${e.click.button.iconButton.color[o].background.active};
|
|
90
|
+
color: ${e.click.button.iconButton.color[o].text.active};
|
|
57
91
|
}
|
|
58
92
|
|
|
59
93
|
&[disabled] {
|
|
60
94
|
background-color: ${e.click.button.iconButton.color.disabled.background.default};
|
|
61
95
|
color: ${e.click.button.iconButton.color.disabled.text.default};
|
|
62
96
|
}
|
|
63
|
-
`),
|
|
97
|
+
`),Hs=S.label.withConfig({componentId:"sc-1gg29zb-0"})(["",""],({theme:e,disabled:t,$error:o})=>`
|
|
64
98
|
${t?`
|
|
65
99
|
color: ${e.click.field.color.label.disabled};
|
|
66
100
|
font: ${e.click.field.typography.label.disabled};
|
|
67
|
-
`:
|
|
101
|
+
`:o?`
|
|
68
102
|
color: ${e.click.field.color.label.error};
|
|
69
103
|
font: ${e.click.field.typography.label.error};
|
|
70
104
|
`:`
|
|
@@ -79,47 +113,47 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
79
113
|
font: ${e.click.field.typography.label.active};
|
|
80
114
|
}
|
|
81
115
|
`};
|
|
82
|
-
`),uo=({disabled:e,error:t,children:n,...r})=>o.jsx(ad,{disabled:e,$error:t,...r,children:n});function M(){return M=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},M.apply(this,arguments)}function F(e,t,{checkForDefaultPrevented:n=!0}={}){return function(a){if(e==null||e(a),n===!1||!a.defaultPrevented)return t==null?void 0:t(a)}}function id(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function an(...e){return t=>e.forEach(n=>id(n,t))}function oe(...e){return l.useCallback(an(...e),e)}function ce(e,t=[]){let n=[];function r(i,s){const c=l.createContext(s),d=n.length;n=[...n,s];function f(u){const{scope:v,children:b,...g}=u,h=(v==null?void 0:v[e][d])||c,x=l.useMemo(()=>g,Object.values(g));return l.createElement(h.Provider,{value:x},b)}function p(u,v){const b=(v==null?void 0:v[e][d])||c,g=l.useContext(b);if(g)return g;if(s!==void 0)return s;throw new Error(`\`${u}\` must be used within \`${i}\``)}return f.displayName=i+"Provider",[f,p]}const a=()=>{const i=n.map(s=>l.createContext(s));return function(c){const d=(c==null?void 0:c[e])||i;return l.useMemo(()=>({[`__scope${e}`]:{...c,[e]:d}}),[c,d])}};return a.scopeName=e,[r,ld(a,...t)]}function ld(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const s=r.reduce((c,{useScope:d,scopeName:f})=>{const u=d(i)[`__scope${f}`];return{...c,...u}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function me(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e}),l.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}function pe({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,a]=cd({defaultProp:t,onChange:n}),i=e!==void 0,s=i?e:r,c=me(n),d=l.useCallback(f=>{if(i){const u=typeof f=="function"?f(e):f;u!==e&&c(u)}else a(f)},[i,e,a,c]);return[s,d]}function cd({defaultProp:e,onChange:t}){const n=l.useState(e),[r]=n,a=l.useRef(r),i=me(t);return l.useEffect(()=>{a.current!==r&&(i(r),a.current=r)},[r,a,i]),n}const nt=l.forwardRef((e,t)=>{const{children:n,...r}=e,a=l.Children.toArray(n),i=a.find(sd);if(i){const s=i.props.children,c=a.map(d=>d===i?l.Children.count(s)>1?l.Children.only(null):l.isValidElement(s)?s.props.children:null:d);return l.createElement(po,M({},r,{ref:t}),l.isValidElement(s)?l.cloneElement(s,void 0,c):null)}return l.createElement(po,M({},r,{ref:t}),n)});nt.displayName="Slot";const po=l.forwardRef((e,t)=>{const{children:n,...r}=e;return l.isValidElement(n)?l.cloneElement(n,{...dd(r,n.props),ref:t?an(t,n.ref):n.ref}):l.Children.count(n)>1?l.Children.only(null):null});po.displayName="SlotClone";const Qr=({children:e})=>l.createElement(l.Fragment,null,e);function sd(e){return l.isValidElement(e)&&e.type===Qr}function dd(e,t){const n={...t};for(const r in t){const a=e[r],i=t[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{i(...c),a(...c)}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...e,...n}}const q=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=l.forwardRef((r,a)=>{const{asChild:i,...s}=r,c=i?nt:t;return l.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),l.createElement(c,M({},s,{ref:a}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function e1(e,t){e&&Be.flushSync(()=>e.dispatchEvent(t))}function ho(e){const t=e+"CollectionProvider",[n,r]=ce(t),[a,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=b=>{const{scope:g,children:h}=b,x=l.useRef(null),k=l.useRef(new Map).current;return l.createElement(a,{scope:g,itemMap:k,collectionRef:x},h)},c=e+"CollectionSlot",d=l.forwardRef((b,g)=>{const{scope:h,children:x}=b,k=i(c,h),$=oe(g,k.collectionRef);return l.createElement(nt,{ref:$},x)}),f=e+"CollectionItemSlot",p="data-radix-collection-item",u=l.forwardRef((b,g)=>{const{scope:h,children:x,...k}=b,$=l.useRef(null),y=oe(g,$),C=i(f,h);return l.useEffect(()=>(C.itemMap.set($,{ref:$,...k}),()=>void C.itemMap.delete($))),l.createElement(nt,{[p]:"",ref:y},x)});function v(b){const g=i(e+"CollectionConsumer",b);return l.useCallback(()=>{const x=g.collectionRef.current;if(!x)return[];const k=Array.from(x.querySelectorAll(`[${p}]`));return Array.from(g.itemMap.values()).sort((C,j)=>k.indexOf(C.ref.current)-k.indexOf(j.ref.current))},[g.collectionRef,g.itemMap])}return[{Provider:s,Slot:d,ItemSlot:u},v,r]}const fd=l.createContext(void 0);function Ot(e){const t=l.useContext(fd);return e||t||"ltr"}function ud(e,t=globalThis==null?void 0:globalThis.document){const n=me(e);l.useEffect(()=>{const r=a=>{a.key==="Escape"&&n(a)};return t.addEventListener("keydown",r),()=>t.removeEventListener("keydown",r)},[n,t])}const vo="dismissableLayer.update",pd="dismissableLayer.pointerDownOutside",hd="dismissableLayer.focusOutside";let t1;const vd=l.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),ln=l.forwardRef((e,t)=>{var n;const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:c,onDismiss:d,...f}=e,p=l.useContext(vd),[u,v]=l.useState(null),b=(n=u==null?void 0:u.ownerDocument)!==null&&n!==void 0?n:globalThis==null?void 0:globalThis.document,[,g]=l.useState({}),h=oe(t,T=>v(T)),x=Array.from(p.layers),[k]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),$=x.indexOf(k),y=u?x.indexOf(u):-1,C=p.layersWithOutsidePointerEventsDisabled.size>0,j=y>=$,O=bd(T=>{const A=T.target,Y=[...p.branches].some(B=>B.contains(A));!j||Y||(i==null||i(T),c==null||c(T),T.defaultPrevented||d==null||d())},b),_=gd(T=>{const A=T.target;[...p.branches].some(B=>B.contains(A))||(s==null||s(T),c==null||c(T),T.defaultPrevented||d==null||d())},b);return ud(T=>{y===p.layers.size-1&&(a==null||a(T),!T.defaultPrevented&&d&&(T.preventDefault(),d()))},b),l.useEffect(()=>{if(u)return r&&(p.layersWithOutsidePointerEventsDisabled.size===0&&(t1=b.body.style.pointerEvents,b.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(u)),p.layers.add(u),n1(),()=>{r&&p.layersWithOutsidePointerEventsDisabled.size===1&&(b.body.style.pointerEvents=t1)}},[u,b,r,p]),l.useEffect(()=>()=>{u&&(p.layers.delete(u),p.layersWithOutsidePointerEventsDisabled.delete(u),n1())},[u,p]),l.useEffect(()=>{const T=()=>g({});return document.addEventListener(vo,T),()=>document.removeEventListener(vo,T)},[]),l.createElement(q.div,M({},f,{ref:h,style:{pointerEvents:C?j?"auto":"none":void 0,...e.style},onFocusCapture:F(e.onFocusCapture,_.onFocusCapture),onBlurCapture:F(e.onBlurCapture,_.onBlurCapture),onPointerDownCapture:F(e.onPointerDownCapture,O.onPointerDownCapture)}))});function bd(e,t=globalThis==null?void 0:globalThis.document){const n=me(e),r=l.useRef(!1),a=l.useRef(()=>{});return l.useEffect(()=>{const i=c=>{if(c.target&&!r.current){let f=function(){o1(pd,n,d,{discrete:!0})};const d={originalEvent:c};c.pointerType==="touch"?(t.removeEventListener("click",a.current),a.current=f,t.addEventListener("click",a.current,{once:!0})):f()}r.current=!1},s=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(s),t.removeEventListener("pointerdown",i),t.removeEventListener("click",a.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function gd(e,t=globalThis==null?void 0:globalThis.document){const n=me(e),r=l.useRef(!1);return l.useEffect(()=>{const a=i=>{i.target&&!r.current&&o1(hd,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",a),()=>t.removeEventListener("focusin",a)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function n1(){const e=new CustomEvent(vo);document.dispatchEvent(e)}function o1(e,t,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),r?e1(a,i):a.dispatchEvent(i)}let bo=0;function r1(){l.useEffect(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:a1()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:a1()),bo++,()=>{bo===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),bo--}},[])}function a1(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}const go="focusScope.autoFocusOnMount",mo="focusScope.autoFocusOnUnmount",i1={bubbles:!1,cancelable:!0},l1=l.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...s}=e,[c,d]=l.useState(null),f=me(a),p=me(i),u=l.useRef(null),v=oe(t,h=>d(h)),b=l.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;l.useEffect(()=>{if(r){let h=function(y){if(b.paused||!c)return;const C=y.target;c.contains(C)?u.current=C:Te(u.current,{select:!0})},x=function(y){if(b.paused||!c)return;const C=y.relatedTarget;C!==null&&(c.contains(C)||Te(u.current,{select:!0}))},k=function(y){const C=document.activeElement;for(const j of y)j.removedNodes.length>0&&(c!=null&&c.contains(C)||Te(c))};document.addEventListener("focusin",h),document.addEventListener("focusout",x);const $=new MutationObserver(k);return c&&$.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",h),document.removeEventListener("focusout",x),$.disconnect()}}},[r,c,b.paused]),l.useEffect(()=>{if(c){d1.add(b);const h=document.activeElement;if(!c.contains(h)){const k=new CustomEvent(go,i1);c.addEventListener(go,f),c.dispatchEvent(k),k.defaultPrevented||(md(yd(c1(c)),{select:!0}),document.activeElement===h&&Te(c))}return()=>{c.removeEventListener(go,f),setTimeout(()=>{const k=new CustomEvent(mo,i1);c.addEventListener(mo,p),c.dispatchEvent(k),k.defaultPrevented||Te(h??document.body,{select:!0}),c.removeEventListener(mo,p),d1.remove(b)},0)}}},[c,f,p,b]);const g=l.useCallback(h=>{if(!n&&!r||b.paused)return;const x=h.key==="Tab"&&!h.altKey&&!h.ctrlKey&&!h.metaKey,k=document.activeElement;if(x&&k){const $=h.currentTarget,[y,C]=xd($);y&&C?!h.shiftKey&&k===C?(h.preventDefault(),n&&Te(y,{select:!0})):h.shiftKey&&k===y&&(h.preventDefault(),n&&Te(C,{select:!0})):k===$&&h.preventDefault()}},[n,r,b.paused]);return l.createElement(q.div,M({tabIndex:-1},s,{ref:v,onKeyDown:g}))});function md(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Te(r,{select:t}),document.activeElement!==n)return}function xd(e){const t=c1(e),n=s1(t,e),r=s1(t.reverse(),e);return[n,r]}function c1(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function s1(e,t){for(const n of e)if(!kd(n,{upTo:t}))return n}function kd(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function $d(e){return e instanceof HTMLInputElement&&"select"in e}function Te(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&$d(e)&&t&&e.select()}}const d1=wd();function wd(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=f1(e,t),e.unshift(t)},remove(t){var n;e=f1(e,t),(n=e[0])===null||n===void 0||n.resume()}}}function f1(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function yd(e){return e.filter(t=>t.tagName!=="A")}const Ve=globalThis!=null&&globalThis.document?l.useLayoutEffect:()=>{},Cd=w["useId".toString()]||(()=>{});let Md=0;function Me(e){const[t,n]=w.useState(Cd());return Ve(()=>{e||n(r=>r??String(Md++))},[e]),e||(t?`radix-${t}`:"")}function ot(e){return e.split("-")[1]}function xo(e){return e==="y"?"height":"width"}function Ee(e){return e.split("-")[0]}function Re(e){return["top","bottom"].includes(Ee(e))?"x":"y"}function u1(e,t,n){let{reference:r,floating:a}=e;const i=r.x+r.width/2-a.width/2,s=r.y+r.height/2-a.height/2,c=Re(t),d=xo(c),f=r[d]/2-a[d]/2,p=c==="x";let u;switch(Ee(t)){case"top":u={x:i,y:r.y-a.height};break;case"bottom":u={x:i,y:r.y+r.height};break;case"right":u={x:r.x+r.width,y:s};break;case"left":u={x:r.x-a.width,y:s};break;default:u={x:r.x,y:r.y}}switch(ot(t)){case"start":u[c]-=f*(n&&p?-1:1);break;case"end":u[c]+=f*(n&&p?-1:1)}return u}const Sd=async(e,t,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:s}=n,c=i.filter(Boolean),d=await(s.isRTL==null?void 0:s.isRTL(t));let f=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:p,y:u}=u1(f,r,d),v=r,b={},g=0;for(let h=0;h<c.length;h++){const{name:x,fn:k}=c[h],{x:$,y,data:C,reset:j}=await k({x:p,y:u,initialPlacement:r,placement:v,strategy:a,middlewareData:b,rects:f,platform:s,elements:{reference:e,floating:t}});p=$??p,u=y??u,b={...b,[x]:{...b[x],...C}},j&&g<=50&&(g++,typeof j=="object"&&(j.placement&&(v=j.placement),j.rects&&(f=j.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:a}):j.rects),{x:p,y:u}=u1(f,v,d)),h=-1)}return{x:p,y:u,placement:v,strategy:a,middlewareData:b}};function Oe(e,t){return typeof e=="function"?e(t):e}function p1(e){return typeof e!="number"?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(e):{top:e,right:e,bottom:e,left:e}}function cn(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function _t(e,t){var n;t===void 0&&(t={});const{x:r,y:a,platform:i,rects:s,elements:c,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:p="viewport",elementContext:u="floating",altBoundary:v=!1,padding:b=0}=Oe(t,e),g=p1(b),h=c[v?u==="floating"?"reference":"floating":u],x=cn(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(h)))==null||n?h:h.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:f,rootBoundary:p,strategy:d})),k=u==="floating"?{...s.floating,x:r,y:a}:s.reference,$=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),y=await(i.isElement==null?void 0:i.isElement($))&&await(i.getScale==null?void 0:i.getScale($))||{x:1,y:1},C=cn(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:k,offsetParent:$,strategy:d}):k);return{top:(x.top-C.top+g.top)/y.y,bottom:(C.bottom-x.bottom+g.bottom)/y.y,left:(x.left-C.left+g.left)/y.x,right:(C.right-x.right+g.right)/y.x}}const Pt=Math.min,We=Math.max;function ko(e,t,n){return We(e,Pt(t,n))}const h1=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:a,rects:i,platform:s,elements:c}=t,{element:d,padding:f=0}=Oe(e,t)||{};if(d==null)return{};const p=p1(f),u={x:n,y:r},v=Re(a),b=xo(v),g=await s.getDimensions(d),h=v==="y",x=h?"top":"left",k=h?"bottom":"right",$=h?"clientHeight":"clientWidth",y=i.reference[b]+i.reference[v]-u[v]-i.floating[b],C=u[v]-i.reference[v],j=await(s.getOffsetParent==null?void 0:s.getOffsetParent(d));let O=j?j[$]:0;O&&await(s.isElement==null?void 0:s.isElement(j))||(O=c.floating[$]||i.floating[b]);const _=y/2-C/2,T=O/2-g[b]/2-1,A=Pt(p[x],T),Y=Pt(p[k],T),B=A,z=O-g[b]-Y,Z=O/2-g[b]/2+_,V=ko(B,Z,z),W=ot(a)!=null&&Z!=V&&i.reference[b]/2-(Z<B?A:Y)-g[b]/2<0?Z<B?B-Z:z-Z:0;return{[v]:u[v]-W,data:{[v]:V,centerOffset:Z-V+W}}}}),v1=["top","right","bottom","left"];v1.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);const Ld={left:"right",right:"left",bottom:"top",top:"bottom"};function sn(e){return e.replace(/left|right|bottom|top/g,t=>Ld[t])}function jd(e,t,n){n===void 0&&(n=!1);const r=ot(e),a=Re(e),i=xo(a);let s=a==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=sn(s)),{main:s,cross:sn(s)}}const Ed={start:"end",end:"start"};function $o(e){return e.replace(/start|end/g,t=>Ed[t])}const Od=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:r,middlewareData:a,rects:i,initialPlacement:s,platform:c,elements:d}=t,{mainAxis:f=!0,crossAxis:p=!0,fallbackPlacements:u,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:g=!0,...h}=Oe(e,t),x=Ee(r),k=Ee(s)===s,$=await(c.isRTL==null?void 0:c.isRTL(d.floating)),y=u||(k||!g?[sn(s)]:function(B){const z=sn(B);return[$o(B),z,$o(z)]}(s));u||b==="none"||y.push(...function(B,z,Z,V){const W=ot(B);let R=function(re,te,S){const I=["left","right"],N=["right","left"],H=["top","bottom"],X=["bottom","top"];switch(re){case"top":case"bottom":return S?te?N:I:te?I:N;case"left":case"right":return te?H:X;default:return[]}}(Ee(B),Z==="start",V);return W&&(R=R.map(re=>re+"-"+W),z&&(R=R.concat(R.map($o)))),R}(s,g,b,$));const C=[s,...y],j=await _t(t,h),O=[];let _=((n=a.flip)==null?void 0:n.overflows)||[];if(f&&O.push(j[x]),p){const{main:B,cross:z}=jd(r,i,$);O.push(j[B],j[z])}if(_=[..._,{placement:r,overflows:O}],!O.every(B=>B<=0)){var T,A;const B=(((T=a.flip)==null?void 0:T.index)||0)+1,z=C[B];if(z)return{data:{index:B,overflows:_},reset:{placement:z}};let Z=(A=_.filter(V=>V.overflows[0]<=0).sort((V,W)=>V.overflows[1]-W.overflows[1])[0])==null?void 0:A.placement;if(!Z)switch(v){case"bestFit":{var Y;const V=(Y=_.map(W=>[W.placement,W.overflows.filter(R=>R>0).reduce((R,re)=>R+re,0)]).sort((W,R)=>W[1]-R[1])[0])==null?void 0:Y[0];V&&(Z=V);break}case"initialPlacement":Z=s}if(r!==Z)return{reset:{placement:Z}}}return{}}}};function b1(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function g1(e){return v1.some(t=>e[t]>=0)}const _d=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:r="referenceHidden",...a}=Oe(e,t);switch(r){case"referenceHidden":{const i=b1(await _t(t,{...a,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:g1(i)}}}case"escaped":{const i=b1(await _t(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:i,escaped:g1(i)}}}default:return{}}}}},Pd=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,a=await async function(i,s){const{placement:c,platform:d,elements:f}=i,p=await(d.isRTL==null?void 0:d.isRTL(f.floating)),u=Ee(c),v=ot(c),b=Re(c)==="x",g=["left","top"].includes(u)?-1:1,h=p&&b?-1:1,x=Oe(s,i);let{mainAxis:k,crossAxis:$,alignmentAxis:y}=typeof x=="number"?{mainAxis:x,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...x};return v&&typeof y=="number"&&($=v==="end"?-1*y:y),b?{x:$*h,y:k*g}:{x:k*g,y:$*h}}(t,e);return{x:n+a.x,y:r+a.y,data:a}}}};function m1(e){return e==="x"?"y":"x"}const Id=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:a}=t,{mainAxis:i=!0,crossAxis:s=!1,limiter:c={fn:x=>{let{x:k,y:$}=x;return{x:k,y:$}}},...d}=Oe(e,t),f={x:n,y:r},p=await _t(t,d),u=Re(Ee(a)),v=m1(u);let b=f[u],g=f[v];if(i){const x=u==="y"?"bottom":"right";b=ko(b+p[u==="y"?"top":"left"],b,b-p[x])}if(s){const x=v==="y"?"bottom":"right";g=ko(g+p[v==="y"?"top":"left"],g,g-p[x])}const h=c.fn({...t,[u]:b,[v]:g});return{...h,data:{x:h.x-n,y:h.y-r}}}}},Fd=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:a,rects:i,middlewareData:s}=t,{offset:c=0,mainAxis:d=!0,crossAxis:f=!0}=Oe(e,t),p={x:n,y:r},u=Re(a),v=m1(u);let b=p[u],g=p[v];const h=Oe(c,t),x=typeof h=="number"?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(d){const y=u==="y"?"height":"width",C=i.reference[u]-i.floating[y]+x.mainAxis,j=i.reference[u]+i.reference[y]-x.mainAxis;b<C?b=C:b>j&&(b=j)}if(f){var k,$;const y=u==="y"?"width":"height",C=["top","left"].includes(Ee(a)),j=i.reference[v]-i.floating[y]+(C&&((k=s.offset)==null?void 0:k[v])||0)+(C?0:x.crossAxis),O=i.reference[v]+i.reference[y]+(C?0:(($=s.offset)==null?void 0:$[v])||0)-(C?x.crossAxis:0);g<j?g=j:g>O&&(g=O)}return{[u]:b,[v]:g}}}},Td=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:a,elements:i}=t,{apply:s=()=>{},...c}=Oe(e,t),d=await _t(t,c),f=Ee(n),p=ot(n),u=Re(n)==="x",{width:v,height:b}=r.floating;let g,h;f==="top"||f==="bottom"?(g=f,h=p===(await(a.isRTL==null?void 0:a.isRTL(i.floating))?"start":"end")?"left":"right"):(h=f,g=p==="end"?"top":"bottom");const x=b-d[g],k=v-d[h],$=!t.middlewareData.shift;let y=x,C=k;if(u){const O=v-d.left-d.right;C=p||$?Pt(k,O):O}else{const O=b-d.top-d.bottom;y=p||$?Pt(x,O):O}if($&&!p){const O=We(d.left,0),_=We(d.right,0),T=We(d.top,0),A=We(d.bottom,0);u?C=v-2*(O!==0||_!==0?O+_:We(d.left,d.right)):y=b-2*(T!==0||A!==0?T+A:We(d.top,d.bottom))}await s({...t,availableWidth:C,availableHeight:y});const j=await a.getDimensions(i.floating);return v!==j.width||b!==j.height?{reset:{rects:!0}}:{}}}};function be(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Se(e){return be(e).getComputedStyle(e)}function x1(e){return e instanceof be(e).Node}function He(e){return x1(e)?(e.nodeName||"").toLowerCase():"#document"}function $e(e){return e instanceof be(e).HTMLElement}function k1(e){return typeof ShadowRoot<"u"&&(e instanceof be(e).ShadowRoot||e instanceof ShadowRoot)}function It(e){const{overflow:t,overflowX:n,overflowY:r,display:a}=Se(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(a)}function Hd(e){return["table","td","th"].includes(He(e))}function wo(e){const t=yo(),n=Se(e);return n.transform!=="none"||n.perspective!=="none"||!!n.containerType&&n.containerType!=="normal"||!t&&!!n.backdropFilter&&n.backdropFilter!=="none"||!t&&!!n.filter&&n.filter!=="none"||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function yo(){return!(typeof CSS>"u"||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function dn(e){return["html","body","#document"].includes(He(e))}const Co=Math.min,rt=Math.max,fn=Math.round,un=Math.floor,De=e=>({x:e,y:e});function $1(e){const t=Se(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const a=$e(e),i=a?e.offsetWidth:n,s=a?e.offsetHeight:r,c=fn(n)!==i||fn(r)!==s;return c&&(n=i,r=s),{width:n,height:r,$:c}}function _e(e){return e instanceof be(e).Element}function Mo(e){return _e(e)?e:e.contextElement}function at(e){const t=Mo(e);if(!$e(t))return De(1);const n=t.getBoundingClientRect(),{width:r,height:a,$:i}=$1(t);let s=(i?fn(n.width):n.width)/r,c=(i?fn(n.height):n.height)/a;return s&&Number.isFinite(s)||(s=1),c&&Number.isFinite(c)||(c=1),{x:s,y:c}}const Dd=De(0);function w1(e){const t=be(e);return yo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Dd}function ze(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const a=e.getBoundingClientRect(),i=Mo(e);let s=De(1);t&&(r?_e(r)&&(s=at(r)):s=at(e));const c=function(v,b,g){return b===void 0&&(b=!1),!(!g||b&&g!==be(v))&&b}(i,n,r)?w1(i):De(0);let d=(a.left+c.x)/s.x,f=(a.top+c.y)/s.y,p=a.width/s.x,u=a.height/s.y;if(i){const v=be(i),b=r&&_e(r)?be(r):r;let g=v.frameElement;for(;g&&r&&b!==v;){const h=at(g),x=g.getBoundingClientRect(),k=getComputedStyle(g),$=x.left+(g.clientLeft+parseFloat(k.paddingLeft))*h.x,y=x.top+(g.clientTop+parseFloat(k.paddingTop))*h.y;d*=h.x,f*=h.y,p*=h.x,u*=h.y,d+=$,f+=y,g=be(g).frameElement}}return cn({width:p,height:u,x:d,y:f})}function pn(e){return _e(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Pe(e){return((x1(e)?e.ownerDocument:e.document)||window.document).documentElement}function y1(e){return ze(Pe(e)).left+pn(e).scrollLeft}function it(e){if(He(e)==="html")return e;const t=e.assignedSlot||e.parentNode||k1(e)&&e.host||Pe(e);return k1(t)?t.host:t}function C1(e){const t=it(e);return dn(t)?e.ownerDocument?e.ownerDocument.body:e.body:$e(t)&&It(t)?t:C1(t)}function hn(e,t){var n;t===void 0&&(t=[]);const r=C1(e),a=r===((n=e.ownerDocument)==null?void 0:n.body),i=be(r);return a?t.concat(i,i.visualViewport||[],It(r)?r:[]):t.concat(r,hn(r))}function M1(e,t,n){let r;if(t==="viewport")r=function(a,i){const s=be(a),c=Pe(a),d=s.visualViewport;let f=c.clientWidth,p=c.clientHeight,u=0,v=0;if(d){f=d.width,p=d.height;const b=yo();(!b||b&&i==="fixed")&&(u=d.offsetLeft,v=d.offsetTop)}return{width:f,height:p,x:u,y:v}}(e,n);else if(t==="document")r=function(a){const i=Pe(a),s=pn(a),c=a.ownerDocument.body,d=rt(i.scrollWidth,i.clientWidth,c.scrollWidth,c.clientWidth),f=rt(i.scrollHeight,i.clientHeight,c.scrollHeight,c.clientHeight);let p=-s.scrollLeft+y1(a);const u=-s.scrollTop;return Se(c).direction==="rtl"&&(p+=rt(i.clientWidth,c.clientWidth)-d),{width:d,height:f,x:p,y:u}}(Pe(e));else if(_e(t))r=function(a,i){const s=ze(a,!0,i==="fixed"),c=s.top+a.clientTop,d=s.left+a.clientLeft,f=$e(a)?at(a):De(1);return{width:a.clientWidth*f.x,height:a.clientHeight*f.y,x:d*f.x,y:c*f.y}}(t,n);else{const a=w1(e);r={...t,x:t.x-a.x,y:t.y-a.y}}return cn(r)}function S1(e,t){const n=it(e);return!(n===t||!_e(n)||dn(n))&&(Se(n).position==="fixed"||S1(n,t))}function Ad(e,t,n){const r=$e(t),a=Pe(t),i=n==="fixed",s=ze(e,!0,i,t);let c={scrollLeft:0,scrollTop:0};const d=De(0);if(r||!r&&!i)if((He(t)!=="body"||It(a))&&(c=pn(t)),$e(t)){const f=ze(t,!0,i,t);d.x=f.x+t.clientLeft,d.y=f.y+t.clientTop}else a&&(d.x=y1(a));return{x:s.left+c.scrollLeft-d.x,y:s.top+c.scrollTop-d.y,width:s.width,height:s.height}}function L1(e,t){return $e(e)&&Se(e).position!=="fixed"?t?t(e):e.offsetParent:null}function j1(e,t){const n=be(e);if(!$e(e))return n;let r=L1(e,t);for(;r&&Hd(r)&&Se(r).position==="static";)r=L1(r,t);return r&&(He(r)==="html"||He(r)==="body"&&Se(r).position==="static"&&!wo(r))?n:r||function(a){let i=it(a);for(;$e(i)&&!dn(i);){if(wo(i))return i;i=it(i)}return null}(e)||n}const Nd={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e;const a=$e(n),i=Pe(n);if(n===i)return t;let s={scrollLeft:0,scrollTop:0},c=De(1);const d=De(0);if((a||!a&&r!=="fixed")&&((He(n)!=="body"||It(i))&&(s=pn(n)),$e(n))){const f=ze(n);c=at(n),d.x=f.x+n.clientLeft,d.y=f.y+n.clientTop}return{width:t.width*c.x,height:t.height*c.y,x:t.x*c.x-s.scrollLeft*c.x+d.x,y:t.y*c.y-s.scrollTop*c.y+d.y}},getDocumentElement:Pe,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:a}=e;const i=[...n==="clippingAncestors"?function(d,f){const p=f.get(d);if(p)return p;let u=hn(d).filter(h=>_e(h)&&He(h)!=="body"),v=null;const b=Se(d).position==="fixed";let g=b?it(d):d;for(;_e(g)&&!dn(g);){const h=Se(g),x=wo(g);x||h.position!=="fixed"||(v=null),(b?!x&&!v:!x&&h.position==="static"&&v&&["absolute","fixed"].includes(v.position)||It(g)&&!x&&S1(d,g))?u=u.filter(k=>k!==g):v=h,g=it(g)}return f.set(d,u),u}(t,this._c):[].concat(n),r],s=i[0],c=i.reduce((d,f)=>{const p=M1(t,f,a);return d.top=rt(p.top,d.top),d.right=Co(p.right,d.right),d.bottom=Co(p.bottom,d.bottom),d.left=rt(p.left,d.left),d},M1(t,s,a));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}},getOffsetParent:j1,getElementRects:async function(e){let{reference:t,floating:n,strategy:r}=e;const a=this.getOffsetParent||j1,i=this.getDimensions;return{reference:Ad(t,await a(n),r),floating:{x:0,y:0,...await i(n)}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){return $1(e)},getScale:at,isElement:_e,isRTL:function(e){return getComputedStyle(e).direction==="rtl"}};function Zd(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:d=!1}=r,f=Mo(e),p=a||i?[...f?hn(f):[],...hn(t)]:[];p.forEach(x=>{a&&x.addEventListener("scroll",n,{passive:!0}),i&&x.addEventListener("resize",n)});const u=f&&c?function(x,k){let $,y=null;const C=Pe(x);function j(){clearTimeout($),y&&y.disconnect(),y=null}return function O(_,T){_===void 0&&(_=!1),T===void 0&&(T=1),j();const{left:A,top:Y,width:B,height:z}=x.getBoundingClientRect();if(_||k(),!B||!z)return;const Z={rootMargin:-un(Y)+"px "+-un(C.clientWidth-(A+B))+"px "+-un(C.clientHeight-(Y+z))+"px "+-un(A)+"px",threshold:rt(0,Co(1,T))||1};let V=!0;function W(R){const re=R[0].intersectionRatio;if(re!==T){if(!V)return O();re?O(!1,re):$=setTimeout(()=>{O(!1,1e-7)},100)}V=!1}try{y=new IntersectionObserver(W,{...Z,root:C.ownerDocument})}catch{y=new IntersectionObserver(W,Z)}y.observe(x)}(!0),j}(f,n):null;let v,b=-1,g=null;s&&(g=new ResizeObserver(x=>{let[k]=x;k&&k.target===f&&g&&(g.unobserve(t),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{g&&g.observe(t)})),n()}),f&&!d&&g.observe(f),g.observe(t));let h=d?ze(e):null;return d&&function x(){const k=ze(e);!h||k.x===h.x&&k.y===h.y&&k.width===h.width&&k.height===h.height||n(),h=k,v=requestAnimationFrame(x)}(),n(),()=>{p.forEach(x=>{a&&x.removeEventListener("scroll",n),i&&x.removeEventListener("resize",n)}),u&&u(),g&&g.disconnect(),g=null,d&&cancelAnimationFrame(v)}}const Ud=(e,t,n)=>{const r=new Map,a={platform:Nd,...n},i={...a.platform,_c:r};return Sd(e,t,{...a,platform:i})},Bd=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:a}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?h1({element:r.current,padding:a}).fn(n):{}:r?h1({element:r,padding:a}).fn(n):{}}}};var vn=typeof document<"u"?l.useLayoutEffect:l.useEffect;function bn(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(!bn(e[r],t[r]))return!1;return!0}if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,a[r]))return!1;for(r=n;r--!==0;){const i=a[r];if(!(i==="_owner"&&e.$$typeof)&&!bn(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function E1(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function O1(e,t){const n=E1(e);return Math.round(t*n)/n}function _1(e){const t=w.useRef(e);return vn(()=>{t.current=e}),t}function Vd(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:a,elements:{reference:i,floating:s}={},transform:c=!0,whileElementsMounted:d,open:f}=e,[p,u]=w.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[v,b]=w.useState(r);bn(v,r)||b(r);const[g,h]=w.useState(null),[x,k]=w.useState(null),$=w.useCallback(R=>{R!=O.current&&(O.current=R,h(R))},[h]),y=w.useCallback(R=>{R!==_.current&&(_.current=R,k(R))},[k]),C=i||g,j=s||x,O=w.useRef(null),_=w.useRef(null),T=w.useRef(p),A=_1(d),Y=_1(a),B=w.useCallback(()=>{if(!O.current||!_.current)return;const R={placement:t,strategy:n,middleware:v};Y.current&&(R.platform=Y.current),Ud(O.current,_.current,R).then(re=>{const te={...re,isPositioned:!0};z.current&&!bn(T.current,te)&&(T.current=te,Rc.flushSync(()=>{u(te)}))})},[v,t,n,Y]);vn(()=>{f===!1&&T.current.isPositioned&&(T.current.isPositioned=!1,u(R=>({...R,isPositioned:!1})))},[f]);const z=w.useRef(!1);vn(()=>(z.current=!0,()=>{z.current=!1}),[]),vn(()=>{if(C&&(O.current=C),j&&(_.current=j),C&&j){if(A.current)return A.current(C,j,B);B()}},[C,j,B,A]);const Z=w.useMemo(()=>({reference:O,floating:_,setReference:$,setFloating:y}),[$,y]),V=w.useMemo(()=>({reference:C,floating:j}),[C,j]),W=w.useMemo(()=>{const R={position:n,left:0,top:0};if(!V.floating)return R;const re=O1(V.floating,p.x),te=O1(V.floating,p.y);return c?{...R,transform:"translate("+re+"px, "+te+"px)",...E1(V.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:re,top:te}},[n,c,V.floating,p.x,p.y]);return w.useMemo(()=>({...p,update:B,refs:Z,elements:V,floatingStyles:W}),[p,B,Z,V,W])}const Rd=l.forwardRef((e,t)=>{const{children:n,width:r=10,height:a=5,...i}=e;return l.createElement(q.svg,M({},i,{ref:t,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none"}),e.asChild?n:l.createElement("polygon",{points:"0,0 30,0 15,10"}))});function gn(e){const[t,n]=l.useState(void 0);return Ve(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const i=a[0];let s,c;if("borderBoxSize"in i){const d=i.borderBoxSize,f=Array.isArray(d)?d[0]:d;s=f.inlineSize,c=f.blockSize}else s=e.offsetWidth,c=e.offsetHeight;n({width:s,height:c})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}const P1="Popper",[I1,Ae]=ce(P1),[Wd,F1]=I1(P1),zd=e=>{const{__scopePopper:t,children:n}=e,[r,a]=l.useState(null);return l.createElement(Wd,{scope:t,anchor:r,onAnchorChange:a},n)},Gd="PopperAnchor",Kd=l.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...a}=e,i=F1(Gd,n),s=l.useRef(null),c=oe(t,s);return l.useEffect(()=>{i.onAnchorChange((r==null?void 0:r.current)||s.current)}),r?null:l.createElement(q.div,M({},a,{ref:c}))}),T1="PopperContent",[qd,Yd]=I1(T1),Xd=l.forwardRef((e,t)=>{var n,r,a,i,s,c,d,f;const{__scopePopper:p,side:u="bottom",sideOffset:v=0,align:b="center",alignOffset:g=0,arrowPadding:h=0,collisionBoundary:x=[],collisionPadding:k=0,sticky:$="partial",hideWhenDetached:y=!1,avoidCollisions:C=!0,onPlaced:j,...O}=e,_=F1(T1,p),[T,A]=l.useState(null),Y=oe(t,nn=>A(nn)),[B,z]=l.useState(null),Z=gn(B),V=(n=Z==null?void 0:Z.width)!==null&&n!==void 0?n:0,W=(r=Z==null?void 0:Z.height)!==null&&r!==void 0?r:0,R=u+(b!=="center"?"-"+b:""),re=typeof k=="number"?k:{top:0,right:0,bottom:0,left:0,...k},te=Array.isArray(x)?x:[x],S=te.length>0,I={padding:re,boundary:te.filter(t0),altBoundary:S},{refs:N,floatingStyles:H,placement:X,isPositioned:ae,middlewareData:se}=Vd({strategy:"fixed",placement:R,whileElementsMounted:Zd,elements:{reference:_.anchor},middleware:[Pd({mainAxis:v+W,alignmentAxis:g}),C&&Id({mainAxis:!0,crossAxis:!1,limiter:$==="partial"?Fd():void 0,...I}),C&&Od({...I}),Td({...I,apply:({elements:nn,rects:wt,availableWidth:yt,availableHeight:co})=>{const{width:so,height:Ct}=wt.reference,Mt=nn.floating.style;Mt.setProperty("--radix-popper-available-width",`${yt}px`),Mt.setProperty("--radix-popper-available-height",`${co}px`),Mt.setProperty("--radix-popper-anchor-width",`${so}px`),Mt.setProperty("--radix-popper-anchor-height",`${Ct}px`)}}),B&&Bd({element:B,padding:h}),n0({arrowWidth:V,arrowHeight:W}),y&&_d({strategy:"referenceHidden"})]}),[ge,Ce]=H1(X),xe=me(j);Ve(()=>{ae&&(xe==null||xe())},[ae,xe]);const fe=(a=se.arrow)===null||a===void 0?void 0:a.x,Ie=(i=se.arrow)===null||i===void 0?void 0:i.y,Nr=((s=se.arrow)===null||s===void 0?void 0:s.centerOffset)!==0,[lo,Zr]=l.useState();return Ve(()=>{T&&Zr(window.getComputedStyle(T).zIndex)},[T]),l.createElement("div",{ref:N.setFloating,"data-radix-popper-content-wrapper":"",style:{...H,transform:ae?H.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:lo,["--radix-popper-transform-origin"]:[(c=se.transformOrigin)===null||c===void 0?void 0:c.x,(d=se.transformOrigin)===null||d===void 0?void 0:d.y].join(" ")},dir:e.dir},l.createElement(qd,{scope:p,placedSide:ge,onArrowChange:z,arrowX:fe,arrowY:Ie,shouldHideArrow:Nr},l.createElement(q.div,M({"data-side":ge,"data-align":Ce},O,{ref:Y,style:{...O.style,animation:ae?void 0:"none",opacity:(f=se.hide)!==null&&f!==void 0&&f.referenceHidden?0:void 0}}))))}),Jd="PopperArrow",Qd={top:"bottom",right:"left",bottom:"top",left:"right"},e0=l.forwardRef(function(t,n){const{__scopePopper:r,...a}=t,i=Yd(Jd,r),s=Qd[i.placedSide];return l.createElement("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[s]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0}},l.createElement(Rd,M({},a,{ref:n,style:{...a.style,display:"block"}})))});function t0(e){return e!==null}const n0=e=>({name:"transformOrigin",options:e,fn(t){var n,r,a,i,s;const{placement:c,rects:d,middlewareData:f}=t,u=((n=f.arrow)===null||n===void 0?void 0:n.centerOffset)!==0,v=u?0:e.arrowWidth,b=u?0:e.arrowHeight,[g,h]=H1(c),x={start:"0%",center:"50%",end:"100%"}[h],k=((r=(a=f.arrow)===null||a===void 0?void 0:a.x)!==null&&r!==void 0?r:0)+v/2,$=((i=(s=f.arrow)===null||s===void 0?void 0:s.y)!==null&&i!==void 0?i:0)+b/2;let y="",C="";return g==="bottom"?(y=u?x:`${k}px`,C=`${-b}px`):g==="top"?(y=u?x:`${k}px`,C=`${d.floating.height+b}px`):g==="right"?(y=`${-b}px`,C=u?x:`${$}px`):g==="left"&&(y=`${d.floating.width+b}px`,C=u?x:`${$}px`),{data:{x:y,y:C}}}});function H1(e){const[t,n="center"]=e.split("-");return[t,n]}const Ft=zd,Tt=Kd,mn=Xd,xn=e0,kn=l.forwardRef((e,t)=>{var n;const{container:r=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...a}=e;return r?Be.createPortal(l.createElement(q.div,M({},a,{ref:t})),r):null});function o0(e,t){return l.useReducer((n,r)=>{const a=t[n][r];return a??n},e)}const he=e=>{const{present:t,children:n}=e,r=r0(t),a=typeof n=="function"?n({present:r.isPresent}):l.Children.only(n),i=oe(r.ref,a.ref);return typeof n=="function"||r.isPresent?l.cloneElement(a,{ref:i}):null};he.displayName="Presence";function r0(e){const[t,n]=l.useState(),r=l.useRef({}),a=l.useRef(e),i=l.useRef("none"),s=e?"mounted":"unmounted",[c,d]=o0(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{const f=$n(r.current);i.current=c==="mounted"?f:"none"},[c]),Ve(()=>{const f=r.current,p=a.current;if(p!==e){const v=i.current,b=$n(f);e?d("MOUNT"):b==="none"||(f==null?void 0:f.display)==="none"?d("UNMOUNT"):d(p&&v!==b?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,d]),Ve(()=>{if(t){const f=u=>{const b=$n(r.current).includes(u.animationName);u.target===t&&b&&Be.flushSync(()=>d("ANIMATION_END"))},p=u=>{u.target===t&&(i.current=$n(r.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:l.useCallback(f=>{f&&(r.current=getComputedStyle(f)),n(f)},[])}}function $n(e){return(e==null?void 0:e.animationName)||"none"}const So="rovingFocusGroup.onEntryFocus",a0={bubbles:!1,cancelable:!0},Lo="RovingFocusGroup",[jo,D1,i0]=ho(Lo),[l0,lt]=ce(Lo,[i0]),[c0,s0]=l0(Lo),d0=l.forwardRef((e,t)=>l.createElement(jo.Provider,{scope:e.__scopeRovingFocusGroup},l.createElement(jo.Slot,{scope:e.__scopeRovingFocusGroup},l.createElement(f0,M({},e,{ref:t}))))),f0=l.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:a=!1,dir:i,currentTabStopId:s,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:d,onEntryFocus:f,...p}=e,u=l.useRef(null),v=oe(t,u),b=Ot(i),[g=null,h]=pe({prop:s,defaultProp:c,onChange:d}),[x,k]=l.useState(!1),$=me(f),y=D1(n),C=l.useRef(!1),[j,O]=l.useState(0);return l.useEffect(()=>{const _=u.current;if(_)return _.addEventListener(So,$),()=>_.removeEventListener(So,$)},[$]),l.createElement(c0,{scope:n,orientation:r,dir:b,loop:a,currentTabStopId:g,onItemFocus:l.useCallback(_=>h(_),[h]),onItemShiftTab:l.useCallback(()=>k(!0),[]),onFocusableItemAdd:l.useCallback(()=>O(_=>_+1),[]),onFocusableItemRemove:l.useCallback(()=>O(_=>_-1),[])},l.createElement(q.div,M({tabIndex:x||j===0?-1:0,"data-orientation":r},p,{ref:v,style:{outline:"none",...e.style},onMouseDown:F(e.onMouseDown,()=>{C.current=!0}),onFocus:F(e.onFocus,_=>{const T=!C.current;if(_.target===_.currentTarget&&T&&!x){const A=new CustomEvent(So,a0);if(_.currentTarget.dispatchEvent(A),!A.defaultPrevented){const Y=y().filter(W=>W.focusable),B=Y.find(W=>W.active),z=Y.find(W=>W.id===g),V=[B,z,...Y].filter(Boolean).map(W=>W.ref.current);A1(V)}}C.current=!1}),onBlur:F(e.onBlur,()=>k(!1))})))}),u0="RovingFocusGroupItem",p0=l.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:a=!1,tabStopId:i,...s}=e,c=Me(),d=i||c,f=s0(u0,n),p=f.currentTabStopId===d,u=D1(n),{onFocusableItemAdd:v,onFocusableItemRemove:b}=f;return l.useEffect(()=>{if(r)return v(),()=>b()},[r,v,b]),l.createElement(jo.ItemSlot,{scope:n,id:d,focusable:r,active:a},l.createElement(q.span,M({tabIndex:p?0:-1,"data-orientation":f.orientation},s,{ref:t,onMouseDown:F(e.onMouseDown,g=>{r?f.onItemFocus(d):g.preventDefault()}),onFocus:F(e.onFocus,()=>f.onItemFocus(d)),onKeyDown:F(e.onKeyDown,g=>{if(g.key==="Tab"&&g.shiftKey){f.onItemShiftTab();return}if(g.target!==g.currentTarget)return;const h=b0(g,f.orientation,f.dir);if(h!==void 0){g.preventDefault();let k=u().filter($=>$.focusable).map($=>$.ref.current);if(h==="last")k.reverse();else if(h==="prev"||h==="next"){h==="prev"&&k.reverse();const $=k.indexOf(g.currentTarget);k=f.loop?g0(k,$+1):k.slice($+1)}setTimeout(()=>A1(k))}})})))}),h0={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function v0(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function b0(e,t,n){const r=v0(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return h0[r]}function A1(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function g0(e,t){return e.map((n,r)=>e[(t+r)%e.length])}const Eo=d0,Oo=p0;var m0=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},ct=new WeakMap,wn=new WeakMap,yn={},_o=0,N1=function(e){return e&&(e.host||N1(e.parentNode))},x0=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=N1(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},k0=function(e,t,n,r){var a=x0(t,Array.isArray(e)?e:[e]);yn[n]||(yn[n]=new WeakMap);var i=yn[n],s=[],c=new Set,d=new Set(a),f=function(u){!u||c.has(u)||(c.add(u),f(u.parentNode))};a.forEach(f);var p=function(u){!u||d.has(u)||Array.prototype.forEach.call(u.children,function(v){if(c.has(v))p(v);else{var b=v.getAttribute(r),g=b!==null&&b!=="false",h=(ct.get(v)||0)+1,x=(i.get(v)||0)+1;ct.set(v,h),i.set(v,x),s.push(v),h===1&&g&&wn.set(v,!0),x===1&&v.setAttribute(n,"true"),g||v.setAttribute(r,"true")}})};return p(t),c.clear(),_o++,function(){s.forEach(function(u){var v=ct.get(u)-1,b=i.get(u)-1;ct.set(u,v),i.set(u,b),v||(wn.has(u)||u.removeAttribute(r),wn.delete(u)),b||u.removeAttribute(n)}),_o--,_o||(ct=new WeakMap,ct=new WeakMap,wn=new WeakMap,yn={})}},Po=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),a=t||m0(e);return a?(r.push.apply(r,Array.from(a.querySelectorAll("[aria-live]"))),k0(r,a,n,"aria-hidden")):function(){return null}},de=function(){return de=Object.assign||function(t){for(var n,r=1,a=arguments.length;r<a;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},de.apply(this,arguments)};function Io(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]]);return n}function Z1(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,i;r<a;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Ht="right-scroll-bar-position",Dt="width-before-scroll-bar",$0="with-scroll-bars-hidden",w0="--removed-body-scroll-bar-size";function y0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function C0(e,t){var n=l.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var a=n.value;a!==r&&(n.value=r,n.callback(r,a))}}}})[0];return n.callback=t,n.facade}function U1(e,t){return C0(t||null,function(n){return e.forEach(function(r){return y0(r,n)})})}function M0(e){return e}function S0(e,t){t===void 0&&(t=M0);var n=[],r=!1,a={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var s=t(i,r);return n.push(s),function(){n=n.filter(function(c){return c!==s})}},assignSyncMedium:function(i){for(r=!0;n.length;){var s=n;n=[],s.forEach(i)}n={push:function(c){return i(c)},filter:function(){return n}}},assignMedium:function(i){r=!0;var s=[];if(n.length){var c=n;n=[],c.forEach(i),s=n}var d=function(){var p=s;s=[],p.forEach(i)},f=function(){return Promise.resolve().then(d)};f(),n={push:function(p){s.push(p),f()},filter:function(p){return s=s.filter(p),n}}}};return a}function B1(e){e===void 0&&(e={});var t=S0(null);return t.options=de({async:!0,ssr:!1},e),t}var V1=function(e){var t=e.sideCar,n=Io(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return w.createElement(r,de({},n))};V1.isSideCarExport=!0;function R1(e,t){return e.useMedium(t),V1}var W1=B1(),Fo=function(){},Cn=w.forwardRef(function(e,t){var n=w.useRef(null),r=w.useState({onScrollCapture:Fo,onWheelCapture:Fo,onTouchMoveCapture:Fo}),a=r[0],i=r[1],s=e.forwardProps,c=e.children,d=e.className,f=e.removeScrollBar,p=e.enabled,u=e.shards,v=e.sideCar,b=e.noIsolation,g=e.inert,h=e.allowPinchZoom,x=e.as,k=x===void 0?"div":x,$=Io(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=v,C=U1([n,t]),j=de(de({},$),a);return w.createElement(w.Fragment,null,p&&w.createElement(y,{sideCar:W1,removeScrollBar:f,shards:u,noIsolation:b,inert:g,setCallbacks:i,allowPinchZoom:!!h,lockRef:n}),s?w.cloneElement(w.Children.only(c),de(de({},j),{ref:C})):w.createElement(k,de({},j,{className:d,ref:C}),c))});Cn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Cn.classNames={fullWidth:Dt,zeroRight:Ht};var z1,L0=function(){if(z1)return z1;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function j0(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=L0();return t&&e.setAttribute("nonce",t),e}function E0(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function O0(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var _0=function(){var e=0,t=null;return{add:function(n){e==0&&(t=j0())&&(E0(t,n),O0(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},P0=function(){var e=_0();return function(t,n){w.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},To=function(){var e=P0(),t=function(n){var r=n.styles,a=n.dynamic;return e(r,a),null};return t},I0={left:0,top:0,right:0,gap:0},Ho=function(e){return parseInt(e||"",10)||0},F0=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],a=t[e==="padding"?"paddingRight":"marginRight"];return[Ho(n),Ho(r),Ho(a)]},T0=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return I0;var t=F0(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},H0=To(),D0=function(e,t,n,r){var a=e.left,i=e.top,s=e.right,c=e.gap;return n===void 0&&(n="margin"),`
|
|
83
|
-
.`.concat(
|
|
116
|
+
`),_1=({disabled:e,error:t,children:o,...r})=>n.jsx(Hs,{disabled:e,$error:t,...r,children:o});function E(){return E=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},E.apply(this,arguments)}function T(e,t,{checkForDefaultPrevented:o=!0}={}){return function(i){if(e==null||e(i),o===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function Ps(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function At(...e){return t=>e.forEach(o=>Ps(o,t))}function he(...e){return l.useCallback(At(...e),e)}function xe(e,t=[]){let o=[];function r(a,c){const s=l.createContext(c),d=o.length;o=[...o,c];function u(p){const{scope:h,children:g,...C}=p,v=(h==null?void 0:h[e][d])||s,b=l.useMemo(()=>C,Object.values(C));return l.createElement(v.Provider,{value:b},g)}function f(p,h){const g=(h==null?void 0:h[e][d])||s,C=l.useContext(g);if(C)return C;if(c!==void 0)return c;throw new Error(`\`${p}\` must be used within \`${a}\``)}return u.displayName=a+"Provider",[u,f]}const i=()=>{const a=o.map(c=>l.createContext(c));return function(s){const d=(s==null?void 0:s[e])||a;return l.useMemo(()=>({[`__scope${e}`]:{...s,[e]:d}}),[s,d])}};return i.scopeName=e,[r,Is(i,...t)]}function Is(...e){const t=e[0];if(e.length===1)return t;const o=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(a){const c=r.reduce((s,{useScope:d,scopeName:u})=>{const p=d(a)[`__scope${u}`];return{...s,...p}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:c}),[c])}};return o.scopeName=t.scopeName,o}function Pe(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e}),l.useMemo(()=>(...o)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...o)},[])}function $e({prop:e,defaultProp:t,onChange:o=()=>{}}){const[r,i]=Fs({defaultProp:t,onChange:o}),a=e!==void 0,c=a?e:r,s=Pe(o),d=l.useCallback(u=>{if(a){const p=typeof u=="function"?u(e):u;p!==e&&s(p)}else i(u)},[a,e,i,s]);return[c,d]}function Fs({defaultProp:e,onChange:t}){const o=l.useState(e),[r]=o,i=l.useRef(r),a=Pe(t);return l.useEffect(()=>{i.current!==r&&(a(r),i.current=r)},[r,i,a]),o}const E1=l.forwardRef((e,t)=>{const{children:o,...r}=e,i=l.Children.toArray(o),a=i.find(Vs);if(a){const c=a.props.children,s=i.map(d=>d===a?l.Children.count(c)>1?l.Children.only(null):l.isValidElement(c)?c.props.children:null:d);return l.createElement(Xn,E({},r,{ref:t}),l.isValidElement(c)?l.cloneElement(c,void 0,s):null)}return l.createElement(Xn,E({},r,{ref:t}),o)});E1.displayName="Slot";const Xn=l.forwardRef((e,t)=>{const{children:o,...r}=e;return l.isValidElement(o)?l.cloneElement(o,{...Ts(r,o.props),ref:t?At(t,o.ref):o.ref}):l.Children.count(o)>1?l.Children.only(null):null});Xn.displayName="SlotClone";const _r=({children:e})=>l.createElement(l.Fragment,null,e);function Vs(e){return l.isValidElement(e)&&e.type===_r}function Ts(e,t){const o={...t};for(const r in t){const i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?o[r]=(...s)=>{a(...s),i(...s)}:i&&(o[r]=i):r==="style"?o[r]={...i,...a}:r==="className"&&(o[r]=[i,a].filter(Boolean).join(" "))}return{...e,...o}}const re=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const o=l.forwardRef((r,i)=>{const{asChild:a,...c}=r,s=a?E1:t;return l.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),l.createElement(s,E({},c,{ref:i}))});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{});function Er(e,t){e&&p1.flushSync(()=>e.dispatchEvent(t))}function Jn(e){const t=e+"CollectionProvider",[o,r]=xe(t),[i,a]=o(t,{collectionRef:{current:null},itemMap:new Map}),c=g=>{const{scope:C,children:v}=g,b=l.useRef(null),m=l.useRef(new Map).current;return l.createElement(i,{scope:C,itemMap:m,collectionRef:b},v)},s=e+"CollectionSlot",d=l.forwardRef((g,C)=>{const{scope:v,children:b}=g,m=a(s,v),w=he(C,m.collectionRef);return l.createElement(E1,{ref:w},b)}),u=e+"CollectionItemSlot",f="data-radix-collection-item",p=l.forwardRef((g,C)=>{const{scope:v,children:b,...m}=g,w=l.useRef(null),y=he(C,w),k=a(u,v);return l.useEffect(()=>(k.itemMap.set(w,{ref:w,...m}),()=>void k.itemMap.delete(w))),l.createElement(E1,{[f]:"",ref:y},b)});function h(g){const C=a(e+"CollectionConsumer",g);return l.useCallback(()=>{const b=C.collectionRef.current;if(!b)return[];const m=Array.from(b.querySelectorAll(`[${f}]`));return Array.from(C.itemMap.values()).sort((k,M)=>m.indexOf(k.ref.current)-m.indexOf(M.ref.current))},[C.collectionRef,C.itemMap])}return[{Provider:c,Slot:d,ItemSlot:p},h,r]}const Zs=l.createContext(void 0);function st(e){const t=l.useContext(Zs);return e||t||"ltr"}function As(e,t=globalThis==null?void 0:globalThis.document){const o=Pe(e);l.useEffect(()=>{const r=i=>{i.key==="Escape"&&o(i)};return t.addEventListener("keydown",r),()=>t.removeEventListener("keydown",r)},[o,t])}const Qn="dismissableLayer.update",Ds="dismissableLayer.pointerDownOutside",Ns="dismissableLayer.focusOutside";let Or;const Bs=l.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Dt=l.forwardRef((e,t)=>{var o;const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:c,onInteractOutside:s,onDismiss:d,...u}=e,f=l.useContext(Bs),[p,h]=l.useState(null),g=(o=p==null?void 0:p.ownerDocument)!==null&&o!==void 0?o:globalThis==null?void 0:globalThis.document,[,C]=l.useState({}),v=he(t,F=>h(F)),b=Array.from(f.layers),[m]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),w=b.indexOf(m),y=p?b.indexOf(p):-1,k=f.layersWithOutsidePointerEventsDisabled.size>0,M=y>=w,$=Rs(F=>{const A=F.target,z=[...f.branches].some(X=>X.contains(A));!M||z||(a==null||a(F),s==null||s(F),F.defaultPrevented||d==null||d())},g),O=Us(F=>{const A=F.target;[...f.branches].some(X=>X.contains(A))||(c==null||c(F),s==null||s(F),F.defaultPrevented||d==null||d())},g);return As(F=>{y===f.layers.size-1&&(i==null||i(F),!F.defaultPrevented&&d&&(F.preventDefault(),d()))},g),l.useEffect(()=>{if(p)return r&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(Or=g.body.style.pointerEvents,g.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(p)),f.layers.add(p),Hr(),()=>{r&&f.layersWithOutsidePointerEventsDisabled.size===1&&(g.body.style.pointerEvents=Or)}},[p,g,r,f]),l.useEffect(()=>()=>{p&&(f.layers.delete(p),f.layersWithOutsidePointerEventsDisabled.delete(p),Hr())},[p,f]),l.useEffect(()=>{const F=()=>C({});return document.addEventListener(Qn,F),()=>document.removeEventListener(Qn,F)},[]),l.createElement(re.div,E({},u,{ref:v,style:{pointerEvents:k?M?"auto":"none":void 0,...e.style},onFocusCapture:T(e.onFocusCapture,O.onFocusCapture),onBlurCapture:T(e.onBlurCapture,O.onBlurCapture),onPointerDownCapture:T(e.onPointerDownCapture,$.onPointerDownCapture)}))});function Rs(e,t=globalThis==null?void 0:globalThis.document){const o=Pe(e),r=l.useRef(!1),i=l.useRef(()=>{});return l.useEffect(()=>{const a=s=>{if(s.target&&!r.current){let u=function(){Pr(Ds,o,d,{discrete:!0})};const d={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=u,t.addEventListener("click",i.current,{once:!0})):u()}r.current=!1},c=window.setTimeout(()=>{t.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(c),t.removeEventListener("pointerdown",a),t.removeEventListener("click",i.current)}},[t,o]),{onPointerDownCapture:()=>r.current=!0}}function Us(e,t=globalThis==null?void 0:globalThis.document){const o=Pe(e),r=l.useRef(!1);return l.useEffect(()=>{const i=a=>{a.target&&!r.current&&Pr(Ns,o,{originalEvent:a},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,o]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function Hr(){const e=new CustomEvent(Qn);document.dispatchEvent(e)}function Pr(e,t,o,{discrete:r}){const i=o.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:o});t&&i.addEventListener(e,t,{once:!0}),r?Er(i,a):i.dispatchEvent(a)}let eo=0;function Ir(){l.useEffect(()=>{var e,t;const o=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=o[0])!==null&&e!==void 0?e:Fr()),document.body.insertAdjacentElement("beforeend",(t=o[1])!==null&&t!==void 0?t:Fr()),eo++,()=>{eo===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),eo--}},[])}function Fr(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}const to="focusScope.autoFocusOnMount",no="focusScope.autoFocusOnUnmount",Vr={bubbles:!1,cancelable:!0},Tr=l.forwardRef((e,t)=>{const{loop:o=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...c}=e,[s,d]=l.useState(null),u=Pe(i),f=Pe(a),p=l.useRef(null),h=he(t,v=>d(v)),g=l.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;l.useEffect(()=>{if(r){let v=function(y){if(g.paused||!s)return;const k=y.target;s.contains(k)?p.current=k:Qe(p.current,{select:!0})},b=function(y){if(g.paused||!s)return;const k=y.relatedTarget;k!==null&&(s.contains(k)||Qe(p.current,{select:!0}))},m=function(y){const k=document.activeElement;for(const M of y)M.removedNodes.length>0&&(s!=null&&s.contains(k)||Qe(s))};document.addEventListener("focusin",v),document.addEventListener("focusout",b);const w=new MutationObserver(m);return s&&w.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",b),w.disconnect()}}},[r,s,g.paused]),l.useEffect(()=>{if(s){Dr.add(g);const v=document.activeElement;if(!s.contains(v)){const m=new CustomEvent(to,Vr);s.addEventListener(to,u),s.dispatchEvent(m),m.defaultPrevented||(Ws(Ys(Zr(s)),{select:!0}),document.activeElement===v&&Qe(s))}return()=>{s.removeEventListener(to,u),setTimeout(()=>{const m=new CustomEvent(no,Vr);s.addEventListener(no,f),s.dispatchEvent(m),m.defaultPrevented||Qe(v??document.body,{select:!0}),s.removeEventListener(no,f),Dr.remove(g)},0)}}},[s,u,f,g]);const C=l.useCallback(v=>{if(!o&&!r||g.paused)return;const b=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,m=document.activeElement;if(b&&m){const w=v.currentTarget,[y,k]=zs(w);y&&k?!v.shiftKey&&m===k?(v.preventDefault(),o&&Qe(y,{select:!0})):v.shiftKey&&m===y&&(v.preventDefault(),o&&Qe(k,{select:!0})):m===w&&v.preventDefault()}},[o,r,g.paused]);return l.createElement(re.div,E({tabIndex:-1},c,{ref:h,onKeyDown:C}))});function Ws(e,{select:t=!1}={}){const o=document.activeElement;for(const r of e)if(Qe(r,{select:t}),document.activeElement!==o)return}function zs(e){const t=Zr(e),o=Ar(t,e),r=Ar(t.reverse(),e);return[o,r]}function Zr(e){const t=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const i=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||i?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)t.push(o.currentNode);return t}function Ar(e,t){for(const o of e)if(!Gs(o,{upTo:t}))return o}function Gs(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Ks(e){return e instanceof HTMLInputElement&&"select"in e}function Qe(e,{select:t=!1}={}){if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),e!==o&&Ks(e)&&t&&e.select()}}const Dr=qs();function qs(){let e=[];return{add(t){const o=e[0];t!==o&&(o==null||o.pause()),e=Nr(e,t),e.unshift(t)},remove(t){var o;e=Nr(e,t),(o=e[0])===null||o===void 0||o.resume()}}}function Nr(e,t){const o=[...e],r=o.indexOf(t);return r!==-1&&o.splice(r,1),o}function Ys(e){return e.filter(t=>t.tagName!=="A")}const h1=globalThis!=null&&globalThis.document?l.useLayoutEffect:()=>{},Xs=L["useId".toString()]||(()=>{});let Js=0;function De(e){const[t,o]=L.useState(Xs());return h1(()=>{e||o(r=>r??String(Js++))},[e]),e||(t?`radix-${t}`:"")}const Qs=["top","right","bottom","left"],e1=Math.min,_e=Math.max,Nt=Math.round,Bt=Math.floor,t1=e=>({x:e,y:e}),el={left:"right",right:"left",bottom:"top",top:"bottom"},tl={start:"end",end:"start"};function oo(e,t,o){return _e(e,e1(t,o))}function ze(e,t){return typeof e=="function"?e(t):e}function Ge(e){return e.split("-")[0]}function O1(e){return e.split("-")[1]}function ro(e){return e==="x"?"y":"x"}function io(e){return e==="y"?"height":"width"}function H1(e){return["top","bottom"].includes(Ge(e))?"y":"x"}function ao(e){return ro(H1(e))}function nl(e,t,o){o===void 0&&(o=!1);const r=O1(e),i=ao(e),a=io(i);let c=i==="x"?r===(o?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(c=Rt(c)),[c,Rt(c)]}function ol(e){const t=Rt(e);return[so(e),t,so(t)]}function so(e){return e.replace(/start|end/g,t=>tl[t])}function rl(e,t,o){const r=["left","right"],i=["right","left"],a=["top","bottom"],c=["bottom","top"];switch(e){case"top":case"bottom":return o?t?i:r:t?r:i;case"left":case"right":return t?a:c;default:return[]}}function il(e,t,o,r){const i=O1(e);let a=rl(Ge(e),o==="start",r);return i&&(a=a.map(c=>c+"-"+i),t&&(a=a.concat(a.map(so)))),a}function Rt(e){return e.replace(/left|right|bottom|top/g,t=>el[t])}function al(e){return{top:0,right:0,bottom:0,left:0,...e}}function Br(e){return typeof e!="number"?al(e):{top:e,right:e,bottom:e,left:e}}function Ut(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Rr(e,t,o){let{reference:r,floating:i}=e;const a=H1(t),c=ao(t),s=io(c),d=Ge(t),u=a==="y",f=r.x+r.width/2-i.width/2,p=r.y+r.height/2-i.height/2,h=r[s]/2-i[s]/2;let g;switch(d){case"top":g={x:f,y:r.y-i.height};break;case"bottom":g={x:f,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:p};break;case"left":g={x:r.x-i.width,y:p};break;default:g={x:r.x,y:r.y}}switch(O1(t)){case"start":g[c]-=h*(o&&u?-1:1);break;case"end":g[c]+=h*(o&&u?-1:1);break}return g}const sl=async(e,t,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:a=[],platform:c}=o,s=a.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(t));let u=await c.getElementRects({reference:e,floating:t,strategy:i}),{x:f,y:p}=Rr(u,r,d),h=r,g={},C=0;for(let v=0;v<s.length;v++){const{name:b,fn:m}=s[v],{x:w,y,data:k,reset:M}=await m({x:f,y:p,initialPlacement:r,placement:h,strategy:i,middlewareData:g,rects:u,platform:c,elements:{reference:e,floating:t}});if(f=w??f,p=y??p,g={...g,[b]:{...g[b],...k}},M&&C<=50){C++,typeof M=="object"&&(M.placement&&(h=M.placement),M.rects&&(u=M.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:i}):M.rects),{x:f,y:p}=Rr(u,h,d)),v=-1;continue}}return{x:f,y:p,placement:h,strategy:i,middlewareData:g}};async function lt(e,t){var o;t===void 0&&(t={});const{x:r,y:i,platform:a,rects:c,elements:s,strategy:d}=e,{boundary:u="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:h=!1,padding:g=0}=ze(t,e),C=Br(g),b=s[h?p==="floating"?"reference":"floating":p],m=Ut(await a.getClippingRect({element:(o=await(a.isElement==null?void 0:a.isElement(b)))==null||o?b:b.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(s.floating)),boundary:u,rootBoundary:f,strategy:d})),w=p==="floating"?{...c.floating,x:r,y:i}:c.reference,y=await(a.getOffsetParent==null?void 0:a.getOffsetParent(s.floating)),k=await(a.isElement==null?void 0:a.isElement(y))?await(a.getScale==null?void 0:a.getScale(y))||{x:1,y:1}:{x:1,y:1},M=Ut(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:w,offsetParent:y,strategy:d}):w);return{top:(m.top-M.top+C.top)/k.y,bottom:(M.bottom-m.bottom+C.bottom)/k.y,left:(m.left-M.left+C.left)/k.x,right:(M.right-m.right+C.right)/k.x}}const Ur=e=>({name:"arrow",options:e,async fn(t){const{x:o,y:r,placement:i,rects:a,platform:c,elements:s}=t,{element:d,padding:u=0}=ze(e,t)||{};if(d==null)return{};const f=Br(u),p={x:o,y:r},h=ao(i),g=io(h),C=await c.getDimensions(d),v=h==="y",b=v?"top":"left",m=v?"bottom":"right",w=v?"clientHeight":"clientWidth",y=a.reference[g]+a.reference[h]-p[h]-a.floating[g],k=p[h]-a.reference[h],M=await(c.getOffsetParent==null?void 0:c.getOffsetParent(d));let $=M?M[w]:0;(!$||!await(c.isElement==null?void 0:c.isElement(M)))&&($=s.floating[w]||a.floating[g]);const O=y/2-k/2,F=$/2-C[g]/2-1,A=e1(f[b],F),z=e1(f[m],F),X=A,te=$-C[g]-z,W=$/2-C[g]/2+O,q=oo(X,W,te),J=O1(i)!=null&&W!=q&&a.reference[g]/2-(W<X?A:z)-C[g]/2<0?W<X?X-W:te-W:0;return{[h]:p[h]-J,data:{[h]:q,centerOffset:W-q+J}}}}),ll=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var o;const{placement:r,middlewareData:i,rects:a,initialPlacement:c,platform:s,elements:d}=t,{mainAxis:u=!0,crossAxis:f=!0,fallbackPlacements:p,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:C=!0,...v}=ze(e,t),b=Ge(r),m=Ge(c)===c,w=await(s.isRTL==null?void 0:s.isRTL(d.floating)),y=p||(m||!C?[Rt(c)]:ol(c));!p&&g!=="none"&&y.push(...il(c,C,g,w));const k=[c,...y],M=await lt(t,v),$=[];let O=((o=i.flip)==null?void 0:o.overflows)||[];if(u&&$.push(M[b]),f){const X=nl(r,a,w);$.push(M[X[0]],M[X[1]])}if(O=[...O,{placement:r,overflows:$}],!$.every(X=>X<=0)){var F,A;const X=(((F=i.flip)==null?void 0:F.index)||0)+1,te=k[X];if(te)return{data:{index:X,overflows:O},reset:{placement:te}};let W=(A=O.filter(q=>q.overflows[0]<=0).sort((q,G)=>q.overflows[1]-G.overflows[1])[0])==null?void 0:A.placement;if(!W)switch(h){case"bestFit":{var z;const q=(z=O.map(G=>[G.placement,G.overflows.filter(J=>J>0).reduce((J,pe)=>J+pe,0)]).sort((G,J)=>G[1]-J[1])[0])==null?void 0:z[0];q&&(W=q);break}case"initialPlacement":W=c;break}if(r!==W)return{reset:{placement:W}}}return{}}}};function Wr(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function zr(e){return Qs.some(t=>e[t]>=0)}const cl=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:o}=t,{strategy:r="referenceHidden",...i}=ze(e,t);switch(r){case"referenceHidden":{const a=await lt(t,{...i,elementContext:"reference"}),c=Wr(a,o.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:zr(c)}}}case"escaped":{const a=await lt(t,{...i,altBoundary:!0}),c=Wr(a,o.floating);return{data:{escapedOffsets:c,escaped:zr(c)}}}default:return{}}}}};async function dl(e,t){const{placement:o,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),c=Ge(o),s=O1(o),d=H1(o)==="y",u=["left","top"].includes(c)?-1:1,f=a&&d?-1:1,p=ze(t,e);let{mainAxis:h,crossAxis:g,alignmentAxis:C}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return s&&typeof C=="number"&&(g=s==="end"?C*-1:C),d?{x:g*f,y:h*u}:{x:h*u,y:g*f}}const ul=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:o,y:r}=t,i=await dl(t,e);return{x:o+i.x,y:r+i.y,data:i}}}},fl=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:r,placement:i}=t,{mainAxis:a=!0,crossAxis:c=!1,limiter:s={fn:b=>{let{x:m,y:w}=b;return{x:m,y:w}}},...d}=ze(e,t),u={x:o,y:r},f=await lt(t,d),p=H1(Ge(i)),h=ro(p);let g=u[h],C=u[p];if(a){const b=h==="y"?"top":"left",m=h==="y"?"bottom":"right",w=g+f[b],y=g-f[m];g=oo(w,g,y)}if(c){const b=p==="y"?"top":"left",m=p==="y"?"bottom":"right",w=C+f[b],y=C-f[m];C=oo(w,C,y)}const v=s.fn({...t,[h]:g,[p]:C});return{...v,data:{x:v.x-o,y:v.y-r}}}}},pl=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:o,y:r,placement:i,rects:a,middlewareData:c}=t,{offset:s=0,mainAxis:d=!0,crossAxis:u=!0}=ze(e,t),f={x:o,y:r},p=H1(i),h=ro(p);let g=f[h],C=f[p];const v=ze(s,t),b=typeof v=="number"?{mainAxis:v,crossAxis:0}:{mainAxis:0,crossAxis:0,...v};if(d){const y=h==="y"?"height":"width",k=a.reference[h]-a.floating[y]+b.mainAxis,M=a.reference[h]+a.reference[y]-b.mainAxis;g<k?g=k:g>M&&(g=M)}if(u){var m,w;const y=h==="y"?"width":"height",k=["top","left"].includes(Ge(i)),M=a.reference[p]-a.floating[y]+(k&&((m=c.offset)==null?void 0:m[p])||0)+(k?0:b.crossAxis),$=a.reference[p]+a.reference[y]+(k?0:((w=c.offset)==null?void 0:w[p])||0)-(k?b.crossAxis:0);C<M?C=M:C>$&&(C=$)}return{[h]:g,[p]:C}}}},hl=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:o,rects:r,platform:i,elements:a}=t,{apply:c=()=>{},...s}=ze(e,t),d=await lt(t,s),u=Ge(o),f=O1(o),p=H1(o)==="y",{width:h,height:g}=r.floating;let C,v;u==="top"||u==="bottom"?(C=u,v=f===(await(i.isRTL==null?void 0:i.isRTL(a.floating))?"start":"end")?"left":"right"):(v=u,C=f==="end"?"top":"bottom");const b=g-d[C],m=h-d[v],w=!t.middlewareData.shift;let y=b,k=m;if(p){const $=h-d.left-d.right;k=f||w?e1(m,$):$}else{const $=g-d.top-d.bottom;y=f||w?e1(b,$):$}if(w&&!f){const $=_e(d.left,0),O=_e(d.right,0),F=_e(d.top,0),A=_e(d.bottom,0);p?k=h-2*($!==0||O!==0?$+O:_e(d.left,d.right)):y=g-2*(F!==0||A!==0?F+A:_e(d.top,d.bottom))}await c({...t,availableWidth:k,availableHeight:y});const M=await i.getDimensions(a.floating);return h!==M.width||g!==M.height?{reset:{rects:!0}}:{}}}};function n1(e){return Gr(e)?(e.nodeName||"").toLowerCase():"#document"}function Ee(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ke(e){var t;return(t=(Gr(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Gr(e){return e instanceof Node||e instanceof Ee(e).Node}function qe(e){return e instanceof Element||e instanceof Ee(e).Element}function Ne(e){return e instanceof HTMLElement||e instanceof Ee(e).HTMLElement}function Kr(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Ee(e).ShadowRoot}function ct(e){const{overflow:t,overflowX:o,overflowY:r,display:i}=Ie(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+o)&&!["inline","contents"].includes(i)}function gl(e){return["table","td","th"].includes(n1(e))}function lo(e){const t=co(),o=Ie(e);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(o.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(o.contain||"").includes(r))}function vl(e){let t=P1(e);for(;Ne(t)&&!Wt(t);){if(lo(t))return t;t=P1(t)}return null}function co(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Wt(e){return["html","body","#document"].includes(n1(e))}function Ie(e){return Ee(e).getComputedStyle(e)}function zt(e){return qe(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function P1(e){if(n1(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Kr(e)&&e.host||Ke(e);return Kr(t)?t.host:t}function qr(e){const t=P1(e);return Wt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ne(t)&&ct(t)?t:qr(t)}function Gt(e,t){var o;t===void 0&&(t=[]);const r=qr(e),i=r===((o=e.ownerDocument)==null?void 0:o.body),a=Ee(r);return i?t.concat(a,a.visualViewport||[],ct(r)?r:[]):t.concat(r,Gt(r))}function Yr(e){const t=Ie(e);let o=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=Ne(e),a=i?e.offsetWidth:o,c=i?e.offsetHeight:r,s=Nt(o)!==a||Nt(r)!==c;return s&&(o=a,r=c),{width:o,height:r,$:s}}function uo(e){return qe(e)?e:e.contextElement}function I1(e){const t=uo(e);if(!Ne(t))return t1(1);const o=t.getBoundingClientRect(),{width:r,height:i,$:a}=Yr(t);let c=(a?Nt(o.width):o.width)/r,s=(a?Nt(o.height):o.height)/i;return(!c||!Number.isFinite(c))&&(c=1),(!s||!Number.isFinite(s))&&(s=1),{x:c,y:s}}const Cl=t1(0);function Xr(e){const t=Ee(e);return!co()||!t.visualViewport?Cl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function bl(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==Ee(e)?!1:t}function g1(e,t,o,r){t===void 0&&(t=!1),o===void 0&&(o=!1);const i=e.getBoundingClientRect(),a=uo(e);let c=t1(1);t&&(r?qe(r)&&(c=I1(r)):c=I1(e));const s=bl(a,o,r)?Xr(a):t1(0);let d=(i.left+s.x)/c.x,u=(i.top+s.y)/c.y,f=i.width/c.x,p=i.height/c.y;if(a){const h=Ee(a),g=r&&qe(r)?Ee(r):r;let C=h.frameElement;for(;C&&r&&g!==h;){const v=I1(C),b=C.getBoundingClientRect(),m=Ie(C),w=b.left+(C.clientLeft+parseFloat(m.paddingLeft))*v.x,y=b.top+(C.clientTop+parseFloat(m.paddingTop))*v.y;d*=v.x,u*=v.y,f*=v.x,p*=v.y,d+=w,u+=y,C=Ee(C).frameElement}}return Ut({width:f,height:p,x:d,y:u})}function ml(e){let{rect:t,offsetParent:o,strategy:r}=e;const i=Ne(o),a=Ke(o);if(o===a)return t;let c={scrollLeft:0,scrollTop:0},s=t1(1);const d=t1(0);if((i||!i&&r!=="fixed")&&((n1(o)!=="body"||ct(a))&&(c=zt(o)),Ne(o))){const u=g1(o);s=I1(o),d.x=u.x+o.clientLeft,d.y=u.y+o.clientTop}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-c.scrollLeft*s.x+d.x,y:t.y*s.y-c.scrollTop*s.y+d.y}}function xl(e){return Array.from(e.getClientRects())}function Jr(e){return g1(Ke(e)).left+zt(e).scrollLeft}function wl(e){const t=Ke(e),o=zt(e),r=e.ownerDocument.body,i=_e(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=_e(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let c=-o.scrollLeft+Jr(e);const s=-o.scrollTop;return Ie(r).direction==="rtl"&&(c+=_e(t.clientWidth,r.clientWidth)-i),{width:i,height:a,x:c,y:s}}function kl(e,t){const o=Ee(e),r=Ke(e),i=o.visualViewport;let a=r.clientWidth,c=r.clientHeight,s=0,d=0;if(i){a=i.width,c=i.height;const u=co();(!u||u&&t==="fixed")&&(s=i.offsetLeft,d=i.offsetTop)}return{width:a,height:c,x:s,y:d}}function yl(e,t){const o=g1(e,!0,t==="fixed"),r=o.top+e.clientTop,i=o.left+e.clientLeft,a=Ne(e)?I1(e):t1(1),c=e.clientWidth*a.x,s=e.clientHeight*a.y,d=i*a.x,u=r*a.y;return{width:c,height:s,x:d,y:u}}function Qr(e,t,o){let r;if(t==="viewport")r=kl(e,o);else if(t==="document")r=wl(Ke(e));else if(qe(t))r=yl(t,o);else{const i=Xr(e);r={...t,x:t.x-i.x,y:t.y-i.y}}return Ut(r)}function e3(e,t){const o=P1(e);return o===t||!qe(o)||Wt(o)?!1:Ie(o).position==="fixed"||e3(o,t)}function Ll(e,t){const o=t.get(e);if(o)return o;let r=Gt(e).filter(s=>qe(s)&&n1(s)!=="body"),i=null;const a=Ie(e).position==="fixed";let c=a?P1(e):e;for(;qe(c)&&!Wt(c);){const s=Ie(c),d=lo(c);!d&&s.position==="fixed"&&(i=null),(a?!d&&!i:!d&&s.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||ct(c)&&!d&&e3(e,c))?r=r.filter(f=>f!==c):i=s,c=P1(c)}return t.set(e,r),r}function $l(e){let{element:t,boundary:o,rootBoundary:r,strategy:i}=e;const c=[...o==="clippingAncestors"?Ll(t,this._c):[].concat(o),r],s=c[0],d=c.reduce((u,f)=>{const p=Qr(t,f,i);return u.top=_e(p.top,u.top),u.right=e1(p.right,u.right),u.bottom=e1(p.bottom,u.bottom),u.left=_e(p.left,u.left),u},Qr(t,s,i));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function Ml(e){return Yr(e)}function jl(e,t,o){const r=Ne(t),i=Ke(t),a=o==="fixed",c=g1(e,!0,a,t);let s={scrollLeft:0,scrollTop:0};const d=t1(0);if(r||!r&&!a)if((n1(t)!=="body"||ct(i))&&(s=zt(t)),r){const u=g1(t,!0,a,t);d.x=u.x+t.clientLeft,d.y=u.y+t.clientTop}else i&&(d.x=Jr(i));return{x:c.left+s.scrollLeft-d.x,y:c.top+s.scrollTop-d.y,width:c.width,height:c.height}}function t3(e,t){return!Ne(e)||Ie(e).position==="fixed"?null:t?t(e):e.offsetParent}function n3(e,t){const o=Ee(e);if(!Ne(e))return o;let r=t3(e,t);for(;r&&gl(r)&&Ie(r).position==="static";)r=t3(r,t);return r&&(n1(r)==="html"||n1(r)==="body"&&Ie(r).position==="static"&&!lo(r))?o:r||vl(e)||o}const Sl=async function(e){let{reference:t,floating:o,strategy:r}=e;const i=this.getOffsetParent||n3,a=this.getDimensions;return{reference:jl(t,await i(o),r),floating:{x:0,y:0,...await a(o)}}};function _l(e){return Ie(e).direction==="rtl"}const El={convertOffsetParentRelativeRectToViewportRelativeRect:ml,getDocumentElement:Ke,getClippingRect:$l,getOffsetParent:n3,getElementRects:Sl,getClientRects:xl,getDimensions:Ml,getScale:I1,isElement:qe,isRTL:_l};function Ol(e,t){let o=null,r;const i=Ke(e);function a(){clearTimeout(r),o&&o.disconnect(),o=null}function c(s,d){s===void 0&&(s=!1),d===void 0&&(d=1),a();const{left:u,top:f,width:p,height:h}=e.getBoundingClientRect();if(s||t(),!p||!h)return;const g=Bt(f),C=Bt(i.clientWidth-(u+p)),v=Bt(i.clientHeight-(f+h)),b=Bt(u),w={rootMargin:-g+"px "+-C+"px "+-v+"px "+-b+"px",threshold:_e(0,e1(1,d))||1};let y=!0;function k(M){const $=M[0].intersectionRatio;if($!==d){if(!y)return c();$?c(!1,$):r=setTimeout(()=>{c(!1,1e-7)},100)}y=!1}try{o=new IntersectionObserver(k,{...w,root:i.ownerDocument})}catch{o=new IntersectionObserver(k,w)}o.observe(e)}return c(!0),a}function Hl(e,t,o,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:d=!1}=r,u=uo(e),f=i||a?[...u?Gt(u):[],...Gt(t)]:[];f.forEach(m=>{i&&m.addEventListener("scroll",o,{passive:!0}),a&&m.addEventListener("resize",o)});const p=u&&s?Ol(u,o):null;let h=-1,g=null;c&&(g=new ResizeObserver(m=>{let[w]=m;w&&w.target===u&&g&&(g.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{g&&g.observe(t)})),o()}),u&&!d&&g.observe(u),g.observe(t));let C,v=d?g1(e):null;d&&b();function b(){const m=g1(e);v&&(m.x!==v.x||m.y!==v.y||m.width!==v.width||m.height!==v.height)&&o(),v=m,C=requestAnimationFrame(b)}return o(),()=>{f.forEach(m=>{i&&m.removeEventListener("scroll",o),a&&m.removeEventListener("resize",o)}),p&&p(),g&&g.disconnect(),g=null,d&&cancelAnimationFrame(C)}}const Pl=(e,t,o)=>{const r=new Map,i={platform:El,...o},a={...i.platform,_c:r};return sl(e,t,{...i,platform:a})},Il=e=>{function t(o){return{}.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){const{element:r,padding:i}=typeof e=="function"?e(o):e;return r&&t(r)?r.current!=null?Ur({element:r.current,padding:i}).fn(o):{}:r?Ur({element:r,padding:i}).fn(o):{}}}};var Kt=typeof document<"u"?l.useLayoutEffect:l.useEffect;function qt(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let o,r,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(o=e.length,o!=t.length)return!1;for(r=o;r--!==0;)if(!qt(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),o=i.length,o!==Object.keys(t).length)return!1;for(r=o;r--!==0;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=o;r--!==0;){const a=i[r];if(!(a==="_owner"&&e.$$typeof)&&!qt(e[a],t[a]))return!1}return!0}return e!==e&&t!==t}function o3(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function r3(e,t){const o=o3(e);return Math.round(t*o)/o}function i3(e){const t=L.useRef(e);return Kt(()=>{t.current=e}),t}function Fl(e){e===void 0&&(e={});const{placement:t="bottom",strategy:o="absolute",middleware:r=[],platform:i,elements:{reference:a,floating:c}={},transform:s=!0,whileElementsMounted:d,open:u}=e,[f,p]=L.useState({x:0,y:0,strategy:o,placement:t,middlewareData:{},isPositioned:!1}),[h,g]=L.useState(r);qt(h,r)||g(r);const[C,v]=L.useState(null),[b,m]=L.useState(null),w=L.useCallback(J=>{J!=$.current&&($.current=J,v(J))},[v]),y=L.useCallback(J=>{J!==O.current&&(O.current=J,m(J))},[m]),k=a||C,M=c||b,$=L.useRef(null),O=L.useRef(null),F=L.useRef(f),A=i3(d),z=i3(i),X=L.useCallback(()=>{if(!$.current||!O.current)return;const J={placement:t,strategy:o,middleware:h};z.current&&(J.platform=z.current),Pl($.current,O.current,J).then(pe=>{const se={...pe,isPositioned:!0};te.current&&!qt(F.current,se)&&(F.current=se,qa.flushSync(()=>{p(se)}))})},[h,t,o,z]);Kt(()=>{u===!1&&F.current.isPositioned&&(F.current.isPositioned=!1,p(J=>({...J,isPositioned:!1})))},[u]);const te=L.useRef(!1);Kt(()=>(te.current=!0,()=>{te.current=!1}),[]),Kt(()=>{if(k&&($.current=k),M&&(O.current=M),k&&M){if(A.current)return A.current(k,M,X);X()}},[k,M,X,A]);const W=L.useMemo(()=>({reference:$,floating:O,setReference:w,setFloating:y}),[w,y]),q=L.useMemo(()=>({reference:k,floating:M}),[k,M]),G=L.useMemo(()=>{const J={position:o,left:0,top:0};if(!q.floating)return J;const pe=r3(q.floating,f.x),se=r3(q.floating,f.y);return s?{...J,transform:"translate("+pe+"px, "+se+"px)",...o3(q.floating)>=1.5&&{willChange:"transform"}}:{position:o,left:pe,top:se}},[o,s,q.floating,f.x,f.y]);return L.useMemo(()=>({...f,update:X,refs:W,elements:q,floatingStyles:G}),[f,X,W,q,G])}const Vl=l.forwardRef((e,t)=>{const{children:o,width:r=10,height:i=5,...a}=e;return l.createElement(re.svg,E({},a,{ref:t,width:r,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none"}),e.asChild?o:l.createElement("polygon",{points:"0,0 30,0 15,10"}))});function Yt(e){const[t,o]=l.useState(void 0);return h1(()=>{if(e){o({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const a=i[0];let c,s;if("borderBoxSize"in a){const d=a.borderBoxSize,u=Array.isArray(d)?d[0]:d;c=u.inlineSize,s=u.blockSize}else c=e.offsetWidth,s=e.offsetHeight;o({width:c,height:s})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else o(void 0)},[e]),t}const a3="Popper",[s3,o1]=xe(a3),[Tl,l3]=s3(a3),Zl=e=>{const{__scopePopper:t,children:o}=e,[r,i]=l.useState(null);return l.createElement(Tl,{scope:t,anchor:r,onAnchorChange:i},o)},Al="PopperAnchor",Dl=l.forwardRef((e,t)=>{const{__scopePopper:o,virtualRef:r,...i}=e,a=l3(Al,o),c=l.useRef(null),s=he(t,c);return l.useEffect(()=>{a.onAnchorChange((r==null?void 0:r.current)||c.current)}),r?null:l.createElement(re.div,E({},i,{ref:s}))}),c3="PopperContent",[Nl,Bl]=s3(c3),Rl=l.forwardRef((e,t)=>{var o,r,i,a,c,s,d,u;const{__scopePopper:f,side:p="bottom",sideOffset:h=0,align:g="center",alignOffset:C=0,arrowPadding:v=0,collisionBoundary:b=[],collisionPadding:m=0,sticky:w="partial",hideWhenDetached:y=!1,avoidCollisions:k=!0,onPlaced:M,...$}=e,O=l3(c3,f),[F,A]=l.useState(null),z=he(t,M1=>A(M1)),[X,te]=l.useState(null),W=Yt(X),q=(o=W==null?void 0:W.width)!==null&&o!==void 0?o:0,G=(r=W==null?void 0:W.height)!==null&&r!==void 0?r:0,J=p+(g!=="center"?"-"+g:""),pe=typeof m=="number"?m:{top:0,right:0,bottom:0,left:0,...m},se=Array.isArray(b)?b:[b],_=se.length>0,I={padding:pe,boundary:se.filter(Gl),altBoundary:_},{refs:U,floatingStyles:Z,placement:j,isPositioned:P,middlewareData:B}=Fl({strategy:"fixed",placement:J,whileElementsMounted:Hl,elements:{reference:O.anchor},middleware:[ul({mainAxis:h+G,alignmentAxis:C}),k&&fl({mainAxis:!0,crossAxis:!1,limiter:w==="partial"?pl():void 0,...I}),k&&ll({...I}),hl({...I,apply:({elements:M1,rects:d1,availableWidth:u1,availableHeight:Xe})=>{const{width:j1,height:He}=d1.reference,f1=M1.floating.style;f1.setProperty("--radix-popper-available-width",`${u1}px`),f1.setProperty("--radix-popper-available-height",`${Xe}px`),f1.setProperty("--radix-popper-anchor-width",`${j1}px`),f1.setProperty("--radix-popper-anchor-height",`${He}px`)}}),X&&Il({element:X,padding:v}),Kl({arrowWidth:q,arrowHeight:G}),y&&cl({strategy:"referenceHidden"})]}),[Y,ae]=d3(j),ve=Pe(M);h1(()=>{P&&(ve==null||ve())},[P,ve]);const ue=(i=B.arrow)===null||i===void 0?void 0:i.x,be=(a=B.arrow)===null||a===void 0?void 0:a.y,Se=((c=B.arrow)===null||c===void 0?void 0:c.centerOffset)!==0,[Oe,Ft]=l.useState();return h1(()=>{F&&Ft(window.getComputedStyle(F).zIndex)},[F]),l.createElement("div",{ref:U.setFloating,"data-radix-popper-content-wrapper":"",style:{...Z,transform:P?Z.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:Oe,"--radix-popper-transform-origin":[(s=B.transformOrigin)===null||s===void 0?void 0:s.x,(d=B.transformOrigin)===null||d===void 0?void 0:d.y].join(" ")},dir:e.dir},l.createElement(Nl,{scope:f,placedSide:Y,onArrowChange:te,arrowX:ue,arrowY:be,shouldHideArrow:Se},l.createElement(re.div,E({"data-side":Y,"data-align":ae},$,{ref:z,style:{...$.style,animation:P?void 0:"none",opacity:(u=B.hide)!==null&&u!==void 0&&u.referenceHidden?0:void 0}}))))}),Ul="PopperArrow",Wl={top:"bottom",right:"left",bottom:"top",left:"right"},zl=l.forwardRef(function(t,o){const{__scopePopper:r,...i}=t,a=Bl(Ul,r),c=Wl[a.placedSide];return l.createElement("span",{ref:a.onArrowChange,style:{position:"absolute",left:a.arrowX,top:a.arrowY,[c]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[a.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[a.placedSide],visibility:a.shouldHideArrow?"hidden":void 0}},l.createElement(Vl,E({},i,{ref:o,style:{...i.style,display:"block"}})))});function Gl(e){return e!==null}const Kl=e=>({name:"transformOrigin",options:e,fn(t){var o,r,i,a,c;const{placement:s,rects:d,middlewareData:u}=t,p=((o=u.arrow)===null||o===void 0?void 0:o.centerOffset)!==0,h=p?0:e.arrowWidth,g=p?0:e.arrowHeight,[C,v]=d3(s),b={start:"0%",center:"50%",end:"100%"}[v],m=((r=(i=u.arrow)===null||i===void 0?void 0:i.x)!==null&&r!==void 0?r:0)+h/2,w=((a=(c=u.arrow)===null||c===void 0?void 0:c.y)!==null&&a!==void 0?a:0)+g/2;let y="",k="";return C==="bottom"?(y=p?b:`${m}px`,k=`${-g}px`):C==="top"?(y=p?b:`${m}px`,k=`${d.floating.height+g}px`):C==="right"?(y=`${-g}px`,k=p?b:`${w}px`):C==="left"&&(y=`${d.floating.width+g}px`,k=p?b:`${w}px`),{data:{x:y,y:k}}}});function d3(e){const[t,o="center"]=e.split("-");return[t,o]}const dt=Zl,ut=Dl,Xt=Rl,Jt=zl,Qt=l.forwardRef((e,t)=>{var o;const{container:r=globalThis==null||(o=globalThis.document)===null||o===void 0?void 0:o.body,...i}=e;return r?p1.createPortal(l.createElement(re.div,E({},i,{ref:t})),r):null});function ql(e,t){return l.useReducer((o,r)=>{const i=t[o][r];return i??o},e)}const Me=e=>{const{present:t,children:o}=e,r=Yl(t),i=typeof o=="function"?o({present:r.isPresent}):l.Children.only(o),a=he(r.ref,i.ref);return typeof o=="function"||r.isPresent?l.cloneElement(i,{ref:a}):null};Me.displayName="Presence";function Yl(e){const[t,o]=l.useState(),r=l.useRef({}),i=l.useRef(e),a=l.useRef("none"),c=e?"mounted":"unmounted",[s,d]=ql(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{const u=en(r.current);a.current=s==="mounted"?u:"none"},[s]),h1(()=>{const u=r.current,f=i.current;if(f!==e){const h=a.current,g=en(u);e?d("MOUNT"):g==="none"||(u==null?void 0:u.display)==="none"?d("UNMOUNT"):d(f&&h!==g?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,d]),h1(()=>{if(t){const u=p=>{const g=en(r.current).includes(p.animationName);p.target===t&&g&&p1.flushSync(()=>d("ANIMATION_END"))},f=p=>{p.target===t&&(a.current=en(r.current))};return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:l.useCallback(u=>{u&&(r.current=getComputedStyle(u)),o(u)},[])}}function en(e){return(e==null?void 0:e.animationName)||"none"}const fo="rovingFocusGroup.onEntryFocus",Xl={bubbles:!1,cancelable:!0},po="RovingFocusGroup",[ho,u3,Jl]=Jn(po),[Ql,F1]=xe(po,[Jl]),[e6,t6]=Ql(po),n6=l.forwardRef((e,t)=>l.createElement(ho.Provider,{scope:e.__scopeRovingFocusGroup},l.createElement(ho.Slot,{scope:e.__scopeRovingFocusGroup},l.createElement(o6,E({},e,{ref:t}))))),o6=l.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:o,orientation:r,loop:i=!1,dir:a,currentTabStopId:c,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:d,onEntryFocus:u,...f}=e,p=l.useRef(null),h=he(t,p),g=st(a),[C=null,v]=$e({prop:c,defaultProp:s,onChange:d}),[b,m]=l.useState(!1),w=Pe(u),y=u3(o),k=l.useRef(!1),[M,$]=l.useState(0);return l.useEffect(()=>{const O=p.current;if(O)return O.addEventListener(fo,w),()=>O.removeEventListener(fo,w)},[w]),l.createElement(e6,{scope:o,orientation:r,dir:g,loop:i,currentTabStopId:C,onItemFocus:l.useCallback(O=>v(O),[v]),onItemShiftTab:l.useCallback(()=>m(!0),[]),onFocusableItemAdd:l.useCallback(()=>$(O=>O+1),[]),onFocusableItemRemove:l.useCallback(()=>$(O=>O-1),[])},l.createElement(re.div,E({tabIndex:b||M===0?-1:0,"data-orientation":r},f,{ref:h,style:{outline:"none",...e.style},onMouseDown:T(e.onMouseDown,()=>{k.current=!0}),onFocus:T(e.onFocus,O=>{const F=!k.current;if(O.target===O.currentTarget&&F&&!b){const A=new CustomEvent(fo,Xl);if(O.currentTarget.dispatchEvent(A),!A.defaultPrevented){const z=y().filter(G=>G.focusable),X=z.find(G=>G.active),te=z.find(G=>G.id===C),q=[X,te,...z].filter(Boolean).map(G=>G.ref.current);f3(q)}}k.current=!1}),onBlur:T(e.onBlur,()=>m(!1))})))}),r6="RovingFocusGroupItem",i6=l.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:o,focusable:r=!0,active:i=!1,tabStopId:a,...c}=e,s=De(),d=a||s,u=t6(r6,o),f=u.currentTabStopId===d,p=u3(o),{onFocusableItemAdd:h,onFocusableItemRemove:g}=u;return l.useEffect(()=>{if(r)return h(),()=>g()},[r,h,g]),l.createElement(ho.ItemSlot,{scope:o,id:d,focusable:r,active:i},l.createElement(re.span,E({tabIndex:f?0:-1,"data-orientation":u.orientation},c,{ref:t,onMouseDown:T(e.onMouseDown,C=>{r?u.onItemFocus(d):C.preventDefault()}),onFocus:T(e.onFocus,()=>u.onItemFocus(d)),onKeyDown:T(e.onKeyDown,C=>{if(C.key==="Tab"&&C.shiftKey){u.onItemShiftTab();return}if(C.target!==C.currentTarget)return;const v=l6(C,u.orientation,u.dir);if(v!==void 0){C.preventDefault();let m=p().filter(w=>w.focusable).map(w=>w.ref.current);if(v==="last")m.reverse();else if(v==="prev"||v==="next"){v==="prev"&&m.reverse();const w=m.indexOf(C.currentTarget);m=u.loop?c6(m,w+1):m.slice(w+1)}setTimeout(()=>f3(m))}})})))}),a6={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function s6(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function l6(e,t,o){const r=s6(e.key,o);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return a6[r]}function f3(e){const t=document.activeElement;for(const o of e)if(o===t||(o.focus(),document.activeElement!==t))return}function c6(e,t){return e.map((o,r)=>e[(t+r)%e.length])}const go=n6,vo=i6;var d6=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},V1=new WeakMap,tn=new WeakMap,nn={},Co=0,p3=function(e){return e&&(e.host||p3(e.parentNode))},u6=function(e,t){return t.map(function(o){if(e.contains(o))return o;var r=p3(o);return r&&e.contains(r)?r:(console.error("aria-hidden",o,"in not contained inside",e,". Doing nothing"),null)}).filter(function(o){return!!o})},f6=function(e,t,o,r){var i=u6(t,Array.isArray(e)?e:[e]);nn[o]||(nn[o]=new WeakMap);var a=nn[o],c=[],s=new Set,d=new Set(i),u=function(p){!p||s.has(p)||(s.add(p),u(p.parentNode))};i.forEach(u);var f=function(p){!p||d.has(p)||Array.prototype.forEach.call(p.children,function(h){if(s.has(h))f(h);else{var g=h.getAttribute(r),C=g!==null&&g!=="false",v=(V1.get(h)||0)+1,b=(a.get(h)||0)+1;V1.set(h,v),a.set(h,b),c.push(h),v===1&&C&&tn.set(h,!0),b===1&&h.setAttribute(o,"true"),C||h.setAttribute(r,"true")}})};return f(t),s.clear(),Co++,function(){c.forEach(function(p){var h=V1.get(p)-1,g=a.get(p)-1;V1.set(p,h),a.set(p,g),h||(tn.has(p)||p.removeAttribute(r),tn.delete(p)),g||p.removeAttribute(o)}),Co--,Co||(V1=new WeakMap,V1=new WeakMap,tn=new WeakMap,nn={})}},bo=function(e,t,o){o===void 0&&(o="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),i=t||d6(e);return i?(r.push.apply(r,Array.from(i.querySelectorAll("[aria-live]"))),f6(r,i,o,"aria-hidden")):function(){return null}},ke=function(){return ke=Object.assign||function(t){for(var o,r=1,i=arguments.length;r<i;r++){o=arguments[r];for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(t[a]=o[a])}return t},ke.apply(this,arguments)};function mo(e,t){var o={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(o[r[i]]=e[r[i]]);return o}function h3(e,t,o){if(o||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||(a=Array.prototype.slice.call(t,0,r)),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var ft="right-scroll-bar-position",pt="width-before-scroll-bar",p6="with-scroll-bars-hidden",h6="--removed-body-scroll-bar-size";function g6(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function v6(e,t){var o=l.useState(function(){return{value:e,callback:t,facade:{get current(){return o.value},set current(r){var i=o.value;i!==r&&(o.value=r,o.callback(r,i))}}}})[0];return o.callback=t,o.facade}function g3(e,t){return v6(t||null,function(o){return e.forEach(function(r){return g6(r,o)})})}function C6(e){return e}function b6(e,t){t===void 0&&(t=C6);var o=[],r=!1,i={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return o.length?o[o.length-1]:e},useMedium:function(a){var c=t(a,r);return o.push(c),function(){o=o.filter(function(s){return s!==c})}},assignSyncMedium:function(a){for(r=!0;o.length;){var c=o;o=[],c.forEach(a)}o={push:function(s){return a(s)},filter:function(){return o}}},assignMedium:function(a){r=!0;var c=[];if(o.length){var s=o;o=[],s.forEach(a),c=o}var d=function(){var f=c;c=[],f.forEach(a)},u=function(){return Promise.resolve().then(d)};u(),o={push:function(f){c.push(f),u()},filter:function(f){return c=c.filter(f),o}}}};return i}function v3(e){e===void 0&&(e={});var t=b6(null);return t.options=ke({async:!0,ssr:!1},e),t}var C3=function(e){var t=e.sideCar,o=mo(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return L.createElement(r,ke({},o))};C3.isSideCarExport=!0;function b3(e,t){return e.useMedium(t),C3}var m3=v3(),xo=function(){},on=L.forwardRef(function(e,t){var o=L.useRef(null),r=L.useState({onScrollCapture:xo,onWheelCapture:xo,onTouchMoveCapture:xo}),i=r[0],a=r[1],c=e.forwardProps,s=e.children,d=e.className,u=e.removeScrollBar,f=e.enabled,p=e.shards,h=e.sideCar,g=e.noIsolation,C=e.inert,v=e.allowPinchZoom,b=e.as,m=b===void 0?"div":b,w=mo(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=h,k=g3([o,t]),M=ke(ke({},w),i);return L.createElement(L.Fragment,null,f&&L.createElement(y,{sideCar:m3,removeScrollBar:u,shards:p,noIsolation:g,inert:C,setCallbacks:a,allowPinchZoom:!!v,lockRef:o}),c?L.cloneElement(L.Children.only(s),ke(ke({},M),{ref:k})):L.createElement(m,ke({},M,{className:d,ref:k}),s))});on.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},on.classNames={fullWidth:pt,zeroRight:ft};var x3,m6=function(){if(x3)return x3;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function x6(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=m6();return t&&e.setAttribute("nonce",t),e}function w6(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function k6(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var y6=function(){var e=0,t=null;return{add:function(o){e==0&&(t=x6())&&(w6(t,o),k6(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},L6=function(){var e=y6();return function(t,o){L.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&o])}},wo=function(){var e=L6(),t=function(o){var r=o.styles,i=o.dynamic;return e(r,i),null};return t},$6={left:0,top:0,right:0,gap:0},ko=function(e){return parseInt(e||"",10)||0},M6=function(e){var t=window.getComputedStyle(document.body),o=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],i=t[e==="padding"?"paddingRight":"marginRight"];return[ko(o),ko(r),ko(i)]},j6=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return $6;var t=M6(e),o=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-o+t[2]-t[0])}},S6=wo(),_6=function(e,t,o,r){var i=e.left,a=e.top,c=e.right,s=e.gap;return o===void 0&&(o="margin"),`
|
|
117
|
+
.`.concat(p6,` {
|
|
84
118
|
overflow: hidden `).concat(r,`;
|
|
85
|
-
padding-right: `).concat(
|
|
119
|
+
padding-right: `).concat(s,"px ").concat(r,`;
|
|
86
120
|
}
|
|
87
121
|
body {
|
|
88
122
|
overflow: hidden `).concat(r,`;
|
|
89
123
|
overscroll-behavior: contain;
|
|
90
|
-
`).concat([t&&"position: relative ".concat(r,";"),
|
|
91
|
-
padding-left: `.concat(
|
|
92
|
-
padding-top: `).concat(
|
|
93
|
-
padding-right: `).concat(
|
|
124
|
+
`).concat([t&&"position: relative ".concat(r,";"),o==="margin"&&`
|
|
125
|
+
padding-left: `.concat(i,`px;
|
|
126
|
+
padding-top: `).concat(a,`px;
|
|
127
|
+
padding-right: `).concat(c,`px;
|
|
94
128
|
margin-left:0;
|
|
95
129
|
margin-top:0;
|
|
96
|
-
margin-right: `).concat(
|
|
97
|
-
`),
|
|
130
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
131
|
+
`),o==="padding"&&"padding-right: ".concat(s,"px ").concat(r,";")].filter(Boolean).join(""),`
|
|
98
132
|
}
|
|
99
133
|
|
|
100
|
-
.`).concat(
|
|
101
|
-
right: `).concat(
|
|
134
|
+
.`).concat(ft,` {
|
|
135
|
+
right: `).concat(s,"px ").concat(r,`;
|
|
102
136
|
}
|
|
103
137
|
|
|
104
|
-
.`).concat(
|
|
105
|
-
margin-right: `).concat(
|
|
138
|
+
.`).concat(pt,` {
|
|
139
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
106
140
|
}
|
|
107
141
|
|
|
108
|
-
.`).concat(
|
|
142
|
+
.`).concat(ft," .").concat(ft,` {
|
|
109
143
|
right: 0 `).concat(r,`;
|
|
110
144
|
}
|
|
111
145
|
|
|
112
|
-
.`).concat(
|
|
146
|
+
.`).concat(pt," .").concat(pt,` {
|
|
113
147
|
margin-right: 0 `).concat(r,`;
|
|
114
148
|
}
|
|
115
149
|
|
|
116
150
|
body {
|
|
117
|
-
`).concat(
|
|
151
|
+
`).concat(h6,": ").concat(s,`px;
|
|
118
152
|
}
|
|
119
|
-
`)},
|
|
153
|
+
`)},w3=function(e){var t=e.noRelative,o=e.noImportant,r=e.gapMode,i=r===void 0?"margin":r,a=L.useMemo(function(){return j6(i)},[i]);return L.createElement(S6,{styles:_6(a,!t,i,o?"":"!important")})},yo=!1;if(typeof window<"u")try{var rn=Object.defineProperty({},"passive",{get:function(){return yo=!0,!0}});window.addEventListener("test",rn,rn),window.removeEventListener("test",rn,rn)}catch{yo=!1}var T1=yo?{passive:!1}:!1,E6=function(e){return e.tagName==="TEXTAREA"},k3=function(e,t){var o=window.getComputedStyle(e);return o[t]!=="hidden"&&!(o.overflowY===o.overflowX&&!E6(e)&&o[t]==="visible")},O6=function(e){return k3(e,"overflowY")},H6=function(e){return k3(e,"overflowX")},y3=function(e,t){var o=t;do{typeof ShadowRoot<"u"&&o instanceof ShadowRoot&&(o=o.host);var r=L3(e,o);if(r){var i=$3(e,o),a=i[1],c=i[2];if(a>c)return!0}o=o.parentNode}while(o&&o!==document.body);return!1},P6=function(e){var t=e.scrollTop,o=e.scrollHeight,r=e.clientHeight;return[t,o,r]},I6=function(e){var t=e.scrollLeft,o=e.scrollWidth,r=e.clientWidth;return[t,o,r]},L3=function(e,t){return e==="v"?O6(t):H6(t)},$3=function(e,t){return e==="v"?P6(t):I6(t)},F6=function(e,t){return e==="h"&&t==="rtl"?-1:1},V6=function(e,t,o,r,i){var a=F6(e,window.getComputedStyle(t).direction),c=a*r,s=o.target,d=t.contains(s),u=!1,f=c>0,p=0,h=0;do{var g=$3(e,s),C=g[0],v=g[1],b=g[2],m=v-b-a*C;(C||m)&&L3(e,s)&&(p+=m,h+=C),s=s.parentNode}while(!d&&s!==document.body||d&&(t.contains(s)||t===s));return(f&&(i&&p===0||!i&&c>p)||!f&&(i&&h===0||!i&&-c>h))&&(u=!0),u},an=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},M3=function(e){return[e.deltaX,e.deltaY]},j3=function(e){return e&&"current"in e?e.current:e},T6=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Z6=function(e){return`
|
|
120
154
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
121
155
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
122
|
-
`)},G0=0,dt=[];function K0(e){var t=w.useRef([]),n=w.useRef([0,0]),r=w.useRef(),a=w.useState(G0++)[0],i=w.useState(function(){return To()})[0],s=w.useRef(e);w.useEffect(function(){s.current=e},[e]),w.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var h=Z1([e.lockRef.current],(e.shards||[]).map(Q1),!0).filter(Boolean);return h.forEach(function(x){return x.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),h.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var c=w.useCallback(function(h,x){if("touches"in h&&h.touches.length===2)return!s.current.allowPinchZoom;var k=Sn(h),$=n.current,y="deltaX"in h?h.deltaX:$[0]-k[0],C="deltaY"in h?h.deltaY:$[1]-k[1],j,O=h.target,_=Math.abs(y)>Math.abs(C)?"h":"v";if("touches"in h&&_==="h"&&O.type==="range")return!1;var T=q1(_,O);if(!T)return!0;if(T?j=_:(j=_==="v"?"h":"v",T=q1(_,O)),!T)return!1;if(!r.current&&"changedTouches"in h&&(y||C)&&(r.current=j),!j)return!0;var A=r.current||j;return R0(A,x,h,A==="h"?y:C,!0)},[]),d=w.useCallback(function(h){var x=h;if(!(!dt.length||dt[dt.length-1]!==i)){var k="deltaY"in x?J1(x):Sn(x),$=t.current.filter(function(j){return j.name===x.type&&j.target===x.target&&W0(j.delta,k)})[0];if($&&$.should){x.cancelable&&x.preventDefault();return}if(!$){var y=(s.current.shards||[]).map(Q1).filter(Boolean).filter(function(j){return j.contains(x.target)}),C=y.length>0?c(x,y[0]):!s.current.noIsolation;C&&x.cancelable&&x.preventDefault()}}},[]),f=w.useCallback(function(h,x,k,$){var y={name:h,delta:x,target:k,should:$};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(C){return C!==y})},1)},[]),p=w.useCallback(function(h){n.current=Sn(h),r.current=void 0},[]),u=w.useCallback(function(h){f(h.type,J1(h),h.target,c(h,e.lockRef.current))},[]),v=w.useCallback(function(h){f(h.type,Sn(h),h.target,c(h,e.lockRef.current))},[]);w.useEffect(function(){return dt.push(i),e.setCallbacks({onScrollCapture:u,onWheelCapture:u,onTouchMoveCapture:v}),document.addEventListener("wheel",d,st),document.addEventListener("touchmove",d,st),document.addEventListener("touchstart",p,st),function(){dt=dt.filter(function(h){return h!==i}),document.removeEventListener("wheel",d,st),document.removeEventListener("touchmove",d,st),document.removeEventListener("touchstart",p,st)}},[]);var b=e.removeScrollBar,g=e.inert;return w.createElement(w.Fragment,null,g?w.createElement(i,{styles:z0(a)}):null,b?w.createElement(G1,{gapMode:"margin"}):null)}const q0=R1(W1,K0);var ea=w.forwardRef(function(e,t){return w.createElement(Cn,de({},e,{ref:t,sideCar:q0}))});ea.classNames=Cn.classNames;const ta=ea,Ao=["Enter"," "],Y0=["ArrowDown","PageUp","Home"],na=["ArrowUp","PageDown","End"],X0=[...Y0,...na],J0={ltr:[...Ao,"ArrowRight"],rtl:[...Ao,"ArrowLeft"]},Q0={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Ln="Menu",[At,e2,t2]=ho(Ln),[Ge,jn]=ce(Ln,[t2,Ae,lt]),Nt=Ae(),oa=lt(),[ra,Ne]=Ge(Ln),[n2,Zt]=Ge(Ln),o2=e=>{const{__scopeMenu:t,open:n=!1,children:r,dir:a,onOpenChange:i,modal:s=!0}=e,c=Nt(t),[d,f]=l.useState(null),p=l.useRef(!1),u=me(i),v=Ot(a);return l.useEffect(()=>{const b=()=>{p.current=!0,document.addEventListener("pointerdown",g,{capture:!0,once:!0}),document.addEventListener("pointermove",g,{capture:!0,once:!0})},g=()=>p.current=!1;return document.addEventListener("keydown",b,{capture:!0}),()=>{document.removeEventListener("keydown",b,{capture:!0}),document.removeEventListener("pointerdown",g,{capture:!0}),document.removeEventListener("pointermove",g,{capture:!0})}},[]),l.createElement(Ft,c,l.createElement(ra,{scope:t,open:n,onOpenChange:u,content:d,onContentChange:f},l.createElement(n2,{scope:t,onClose:l.useCallback(()=>u(!1),[u]),isUsingKeyboardRef:p,dir:v,modal:s},r)))},aa=l.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,a=Nt(n);return l.createElement(Tt,M({},a,r,{ref:t}))}),ia="MenuPortal",[r2,la]=Ge(ia,{forceMount:void 0}),a2=e=>{const{__scopeMenu:t,forceMount:n,children:r,container:a}=e,i=Ne(ia,t);return l.createElement(r2,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(kn,{asChild:!0,container:a},r)))},we="MenuContent",[i2,No]=Ge(we),l2=l.forwardRef((e,t)=>{const n=la(we,e.__scopeMenu),{forceMount:r=n.forceMount,...a}=e,i=Ne(we,e.__scopeMenu),s=Zt(we,e.__scopeMenu);return l.createElement(At.Provider,{scope:e.__scopeMenu},l.createElement(he,{present:r||i.open},l.createElement(At.Slot,{scope:e.__scopeMenu},s.modal?l.createElement(c2,M({},a,{ref:t})):l.createElement(s2,M({},a,{ref:t})))))}),c2=l.forwardRef((e,t)=>{const n=Ne(we,e.__scopeMenu),r=l.useRef(null),a=oe(t,r);return l.useEffect(()=>{const i=r.current;if(i)return Po(i)},[]),l.createElement(Zo,M({},e,{ref:a,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:F(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)}))}),s2=l.forwardRef((e,t)=>{const n=Ne(we,e.__scopeMenu);return l.createElement(Zo,M({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)}))}),Zo=l.forwardRef((e,t)=>{const{__scopeMenu:n,loop:r=!1,trapFocus:a,onOpenAutoFocus:i,onCloseAutoFocus:s,disableOutsidePointerEvents:c,onEntryFocus:d,onEscapeKeyDown:f,onPointerDownOutside:p,onFocusOutside:u,onInteractOutside:v,onDismiss:b,disableOutsideScroll:g,...h}=e,x=Ne(we,n),k=Zt(we,n),$=Nt(n),y=oa(n),C=e2(n),[j,O]=l.useState(null),_=l.useRef(null),T=oe(t,_,x.onContentChange),A=l.useRef(0),Y=l.useRef(""),B=l.useRef(0),z=l.useRef(null),Z=l.useRef("right"),V=l.useRef(0),W=g?ta:l.Fragment,R=g?{as:nt,allowPinchZoom:!0}:void 0,re=S=>{var I,N;const H=Y.current+S,X=C().filter(fe=>!fe.disabled),ae=document.activeElement,se=(I=X.find(fe=>fe.ref.current===ae))===null||I===void 0?void 0:I.textValue,ge=X.map(fe=>fe.textValue),Ce=k2(ge,H,se),xe=(N=X.find(fe=>fe.textValue===Ce))===null||N===void 0?void 0:N.ref.current;(function fe(Ie){Y.current=Ie,window.clearTimeout(A.current),Ie!==""&&(A.current=window.setTimeout(()=>fe(""),1e3))})(H),xe&&setTimeout(()=>xe.focus())};l.useEffect(()=>()=>window.clearTimeout(A.current),[]),r1();const te=l.useCallback(S=>{var I,N;return Z.current===((I=z.current)===null||I===void 0?void 0:I.side)&&w2(S,(N=z.current)===null||N===void 0?void 0:N.area)},[]);return l.createElement(i2,{scope:n,searchRef:Y,onItemEnter:l.useCallback(S=>{te(S)&&S.preventDefault()},[te]),onItemLeave:l.useCallback(S=>{var I;te(S)||((I=_.current)===null||I===void 0||I.focus(),O(null))},[te]),onTriggerLeave:l.useCallback(S=>{te(S)&&S.preventDefault()},[te]),pointerGraceTimerRef:B,onPointerGraceIntentChange:l.useCallback(S=>{z.current=S},[])},l.createElement(W,R,l.createElement(l1,{asChild:!0,trapped:a,onMountAutoFocus:F(i,S=>{var I;S.preventDefault(),(I=_.current)===null||I===void 0||I.focus()}),onUnmountAutoFocus:s},l.createElement(ln,{asChild:!0,disableOutsidePointerEvents:c,onEscapeKeyDown:f,onPointerDownOutside:p,onFocusOutside:u,onInteractOutside:v,onDismiss:b},l.createElement(Eo,M({asChild:!0},y,{dir:k.dir,orientation:"vertical",loop:r,currentTabStopId:j,onCurrentTabStopIdChange:O,onEntryFocus:F(d,S=>{k.isUsingKeyboardRef.current||S.preventDefault()})}),l.createElement(mn,M({role:"menu","aria-orientation":"vertical","data-state":ua(x.open),"data-radix-menu-content":"",dir:k.dir},$,h,{ref:T,style:{outline:"none",...h.style},onKeyDown:F(h.onKeyDown,S=>{const N=S.target.closest("[data-radix-menu-content]")===S.currentTarget,H=S.ctrlKey||S.altKey||S.metaKey,X=S.key.length===1;N&&(S.key==="Tab"&&S.preventDefault(),!H&&X&&re(S.key));const ae=_.current;if(S.target!==ae||!X0.includes(S.key))return;S.preventDefault();const ge=C().filter(Ce=>!Ce.disabled).map(Ce=>Ce.ref.current);na.includes(S.key)&&ge.reverse(),m2(ge)}),onBlur:F(e.onBlur,S=>{S.currentTarget.contains(S.target)||(window.clearTimeout(A.current),Y.current="")}),onPointerMove:F(e.onPointerMove,Ut(S=>{const I=S.target,N=V.current!==S.clientX;if(S.currentTarget.contains(I)&&N){const H=S.clientX>V.current?"right":"left";Z.current=H,V.current=S.clientX}}))})))))))}),d2=l.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return l.createElement(q.div,M({role:"group"},r,{ref:t}))}),Uo="MenuItem",ca="menu.itemSelect",f2=l.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:r,...a}=e,i=l.useRef(null),s=Zt(Uo,e.__scopeMenu),c=No(Uo,e.__scopeMenu),d=oe(t,i),f=l.useRef(!1),p=()=>{const u=i.current;if(!n&&u){const v=new CustomEvent(ca,{bubbles:!0,cancelable:!0});u.addEventListener(ca,b=>r==null?void 0:r(b),{once:!0}),e1(u,v),v.defaultPrevented?f.current=!1:s.onClose()}};return l.createElement(sa,M({},a,{ref:d,disabled:n,onClick:F(e.onClick,p),onPointerDown:u=>{var v;(v=e.onPointerDown)===null||v===void 0||v.call(e,u),f.current=!0},onPointerUp:F(e.onPointerUp,u=>{var v;f.current||(v=u.currentTarget)===null||v===void 0||v.click()}),onKeyDown:F(e.onKeyDown,u=>{const v=c.searchRef.current!=="";n||v&&u.key===" "||Ao.includes(u.key)&&(u.currentTarget.click(),u.preventDefault())})}))}),sa=l.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:r=!1,textValue:a,...i}=e,s=No(Uo,n),c=oa(n),d=l.useRef(null),f=oe(t,d),[p,u]=l.useState(!1),[v,b]=l.useState("");return l.useEffect(()=>{const g=d.current;if(g){var h;b(((h=g.textContent)!==null&&h!==void 0?h:"").trim())}},[i.children]),l.createElement(At.ItemSlot,{scope:n,disabled:r,textValue:a??v},l.createElement(Oo,M({asChild:!0},c,{focusable:!r}),l.createElement(q.div,M({role:"menuitem","data-highlighted":p?"":void 0,"aria-disabled":r||void 0,"data-disabled":r?"":void 0},i,{ref:f,onPointerMove:F(e.onPointerMove,Ut(g=>{r?s.onItemLeave(g):(s.onItemEnter(g),g.defaultPrevented||g.currentTarget.focus())})),onPointerLeave:F(e.onPointerLeave,Ut(g=>s.onItemLeave(g))),onFocus:F(e.onFocus,()=>u(!0)),onBlur:F(e.onBlur,()=>u(!1))}))))});Ge("MenuRadioGroup",{value:void 0,onValueChange:()=>{}}),Ge("MenuItemIndicator",{checked:!1});const u2=l.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,a=Nt(n);return l.createElement(xn,M({},a,r,{ref:t}))}),da="MenuSub",[p2,fa]=Ge(da),h2=e=>{const{__scopeMenu:t,children:n,open:r=!1,onOpenChange:a}=e,i=Ne(da,t),s=Nt(t),[c,d]=l.useState(null),[f,p]=l.useState(null),u=me(a);return l.useEffect(()=>(i.open===!1&&u(!1),()=>u(!1)),[i.open,u]),l.createElement(Ft,s,l.createElement(ra,{scope:t,open:r,onOpenChange:u,content:f,onContentChange:p},l.createElement(p2,{scope:t,contentId:Me(),triggerId:Me(),trigger:c,onTriggerChange:d},n)))},En="MenuSubTrigger",v2=l.forwardRef((e,t)=>{const n=Ne(En,e.__scopeMenu),r=Zt(En,e.__scopeMenu),a=fa(En,e.__scopeMenu),i=No(En,e.__scopeMenu),s=l.useRef(null),{pointerGraceTimerRef:c,onPointerGraceIntentChange:d}=i,f={__scopeMenu:e.__scopeMenu},p=l.useCallback(()=>{s.current&&window.clearTimeout(s.current),s.current=null},[]);return l.useEffect(()=>p,[p]),l.useEffect(()=>{const u=c.current;return()=>{window.clearTimeout(u),d(null)}},[c,d]),l.createElement(aa,M({asChild:!0},f),l.createElement(sa,M({id:a.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":a.contentId,"data-state":ua(n.open)},e,{ref:an(t,a.onTriggerChange),onClick:u=>{var v;(v=e.onClick)===null||v===void 0||v.call(e,u),!(e.disabled||u.defaultPrevented)&&(u.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:F(e.onPointerMove,Ut(u=>{i.onItemEnter(u),!u.defaultPrevented&&!e.disabled&&!n.open&&!s.current&&(i.onPointerGraceIntentChange(null),s.current=window.setTimeout(()=>{n.onOpenChange(!0),p()},100))})),onPointerLeave:F(e.onPointerLeave,Ut(u=>{var v;p();const b=(v=n.content)===null||v===void 0?void 0:v.getBoundingClientRect();if(b){var g;const h=(g=n.content)===null||g===void 0?void 0:g.dataset.side,x=h==="right",k=x?-5:5,$=b[x?"left":"right"],y=b[x?"right":"left"];i.onPointerGraceIntentChange({area:[{x:u.clientX+k,y:u.clientY},{x:$,y:b.top},{x:y,y:b.top},{x:y,y:b.bottom},{x:$,y:b.bottom}],side:h}),window.clearTimeout(c.current),c.current=window.setTimeout(()=>i.onPointerGraceIntentChange(null),300)}else{if(i.onTriggerLeave(u),u.defaultPrevented)return;i.onPointerGraceIntentChange(null)}})),onKeyDown:F(e.onKeyDown,u=>{const v=i.searchRef.current!=="";if(!(e.disabled||v&&u.key===" ")&&J0[r.dir].includes(u.key)){var b;n.onOpenChange(!0),(b=n.content)===null||b===void 0||b.focus(),u.preventDefault()}})})))}),b2="MenuSubContent",g2=l.forwardRef((e,t)=>{const n=la(we,e.__scopeMenu),{forceMount:r=n.forceMount,...a}=e,i=Ne(we,e.__scopeMenu),s=Zt(we,e.__scopeMenu),c=fa(b2,e.__scopeMenu),d=l.useRef(null),f=oe(t,d);return l.createElement(At.Provider,{scope:e.__scopeMenu},l.createElement(he,{present:r||i.open},l.createElement(At.Slot,{scope:e.__scopeMenu},l.createElement(Zo,M({id:c.contentId,"aria-labelledby":c.triggerId},a,{ref:f,align:"start",side:s.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:p=>{var u;s.isUsingKeyboardRef.current&&((u=d.current)===null||u===void 0||u.focus()),p.preventDefault()},onCloseAutoFocus:p=>p.preventDefault(),onFocusOutside:F(e.onFocusOutside,p=>{p.target!==c.trigger&&i.onOpenChange(!1)}),onEscapeKeyDown:F(e.onEscapeKeyDown,p=>{s.onClose(),p.preventDefault()}),onKeyDown:F(e.onKeyDown,p=>{const u=p.currentTarget.contains(p.target),v=Q0[s.dir].includes(p.key);if(u&&v){var b;i.onOpenChange(!1),(b=c.trigger)===null||b===void 0||b.focus(),p.preventDefault()}})})))))});function ua(e){return e?"open":"closed"}function m2(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function x2(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function k2(e,t,n){const a=t.length>1&&Array.from(t).every(f=>f===t[0])?t[0]:t,i=n?e.indexOf(n):-1;let s=x2(e,Math.max(i,0));a.length===1&&(s=s.filter(f=>f!==n));const d=s.find(f=>f.toLowerCase().startsWith(a.toLowerCase()));return d!==n?d:void 0}function $2(e,t){const{x:n,y:r}=e;let a=!1;for(let i=0,s=t.length-1;i<t.length;s=i++){const c=t[i].x,d=t[i].y,f=t[s].x,p=t[s].y;d>r!=p>r&&n<(f-c)*(r-d)/(p-d)+c&&(a=!a)}return a}function w2(e,t){if(!t)return!1;const n={x:e.clientX,y:e.clientY};return $2(n,t)}function Ut(e){return t=>t.pointerType==="mouse"?e(t):void 0}const pa=o2,ha=aa,va=a2,ba=l2,ga=d2,ma=f2,xa=u2,ka=h2,$a=v2,wa=g2,ya="DropdownMenu",[y2,Zm]=ce(ya,[jn]),Le=jn(),[C2,Ca]=y2(ya),M2=e=>{const{__scopeDropdownMenu:t,children:n,dir:r,open:a,defaultOpen:i,onOpenChange:s,modal:c=!0}=e,d=Le(t),f=l.useRef(null),[p=!1,u]=pe({prop:a,defaultProp:i,onChange:s});return l.createElement(C2,{scope:t,triggerId:Me(),triggerRef:f,contentId:Me(),open:p,onOpenChange:u,onOpenToggle:l.useCallback(()=>u(v=>!v),[u]),modal:c},l.createElement(pa,M({},d,{open:p,onOpenChange:u,dir:r,modal:c}),n))},S2="DropdownMenuTrigger",L2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:r=!1,...a}=e,i=Ca(S2,n),s=Le(n);return l.createElement(ha,M({asChild:!0},s),l.createElement(q.button,M({type:"button",id:i.triggerId,"aria-haspopup":"menu","aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":i.open?"open":"closed","data-disabled":r?"":void 0,disabled:r},a,{ref:an(t,i.triggerRef),onPointerDown:F(e.onPointerDown,c=>{!r&&c.button===0&&c.ctrlKey===!1&&(i.onOpenToggle(),i.open||c.preventDefault())}),onKeyDown:F(e.onKeyDown,c=>{r||(["Enter"," "].includes(c.key)&&i.onOpenToggle(),c.key==="ArrowDown"&&i.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(c.key)&&c.preventDefault())})})))}),j2=e=>{const{__scopeDropdownMenu:t,...n}=e,r=Le(t);return l.createElement(va,M({},r,n))},E2="DropdownMenuContent",O2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=Ca(E2,n),i=Le(n),s=l.useRef(!1);return l.createElement(ba,M({id:a.contentId,"aria-labelledby":a.triggerId},i,r,{ref:t,onCloseAutoFocus:F(e.onCloseAutoFocus,c=>{var d;s.current||(d=a.triggerRef.current)===null||d===void 0||d.focus(),s.current=!1,c.preventDefault()}),onInteractOutside:F(e.onInteractOutside,c=>{const d=c.detail.originalEvent,f=d.button===0&&d.ctrlKey===!0,p=d.button===2||f;(!a.modal||p)&&(s.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),_2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=Le(n);return l.createElement(ga,M({},a,r,{ref:t}))}),P2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=Le(n);return l.createElement(ma,M({},a,r,{ref:t}))}),I2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=Le(n);return l.createElement(xa,M({},a,r,{ref:t}))}),F2=e=>{const{__scopeDropdownMenu:t,children:n,open:r,onOpenChange:a,defaultOpen:i}=e,s=Le(t),[c=!1,d]=pe({prop:r,defaultProp:i,onChange:a});return l.createElement(ka,M({},s,{open:c,onOpenChange:d}),n)},T2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=Le(n);return l.createElement($a,M({},a,r,{ref:t}))}),H2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=Le(n);return l.createElement(wa,M({},a,r,{ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),D2=M2,A2=L2,N2=j2,Z2=O2,U2=_2,B2=P2,V2=I2,R2=F2,W2=T2,z2=H2,Bo=L.div.withConfig({componentId:"sc-1fv0ktx-0"})(["outline:none;max-width:var(--radix-","-content-available-width);max-height:var(--radix-","-content-available-height);overflow:hidden;display:flex;align-items:flex-start;",";",";"],({$type:e})=>e,({$type:e})=>e,({theme:e})=>`
|
|
156
|
+
`)},A6=0,Z1=[];function D6(e){var t=L.useRef([]),o=L.useRef([0,0]),r=L.useRef(),i=L.useState(A6++)[0],a=L.useState(function(){return wo()})[0],c=L.useRef(e);L.useEffect(function(){c.current=e},[e]),L.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var v=h3([e.lockRef.current],(e.shards||[]).map(j3),!0).filter(Boolean);return v.forEach(function(b){return b.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),v.forEach(function(b){return b.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var s=L.useCallback(function(v,b){if("touches"in v&&v.touches.length===2)return!c.current.allowPinchZoom;var m=an(v),w=o.current,y="deltaX"in v?v.deltaX:w[0]-m[0],k="deltaY"in v?v.deltaY:w[1]-m[1],M,$=v.target,O=Math.abs(y)>Math.abs(k)?"h":"v";if("touches"in v&&O==="h"&&$.type==="range")return!1;var F=y3(O,$);if(!F)return!0;if(F?M=O:(M=O==="v"?"h":"v",F=y3(O,$)),!F)return!1;if(!r.current&&"changedTouches"in v&&(y||k)&&(r.current=M),!M)return!0;var A=r.current||M;return V6(A,b,v,A==="h"?y:k,!0)},[]),d=L.useCallback(function(v){var b=v;if(!(!Z1.length||Z1[Z1.length-1]!==a)){var m="deltaY"in b?M3(b):an(b),w=t.current.filter(function(M){return M.name===b.type&&M.target===b.target&&T6(M.delta,m)})[0];if(w&&w.should){b.cancelable&&b.preventDefault();return}if(!w){var y=(c.current.shards||[]).map(j3).filter(Boolean).filter(function(M){return M.contains(b.target)}),k=y.length>0?s(b,y[0]):!c.current.noIsolation;k&&b.cancelable&&b.preventDefault()}}},[]),u=L.useCallback(function(v,b,m,w){var y={name:v,delta:b,target:m,should:w};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(k){return k!==y})},1)},[]),f=L.useCallback(function(v){o.current=an(v),r.current=void 0},[]),p=L.useCallback(function(v){u(v.type,M3(v),v.target,s(v,e.lockRef.current))},[]),h=L.useCallback(function(v){u(v.type,an(v),v.target,s(v,e.lockRef.current))},[]);L.useEffect(function(){return Z1.push(a),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:h}),document.addEventListener("wheel",d,T1),document.addEventListener("touchmove",d,T1),document.addEventListener("touchstart",f,T1),function(){Z1=Z1.filter(function(v){return v!==a}),document.removeEventListener("wheel",d,T1),document.removeEventListener("touchmove",d,T1),document.removeEventListener("touchstart",f,T1)}},[]);var g=e.removeScrollBar,C=e.inert;return L.createElement(L.Fragment,null,C?L.createElement(a,{styles:Z6(i)}):null,g?L.createElement(w3,{gapMode:"margin"}):null)}const N6=b3(m3,D6);var S3=L.forwardRef(function(e,t){return L.createElement(on,ke({},e,{ref:t,sideCar:N6}))});S3.classNames=on.classNames;const _3=S3,Lo=["Enter"," "],B6=["ArrowDown","PageUp","Home"],E3=["ArrowUp","PageDown","End"],R6=[...B6,...E3],U6={ltr:[...Lo,"ArrowRight"],rtl:[...Lo,"ArrowLeft"]},W6={ltr:["ArrowLeft"],rtl:["ArrowRight"]},sn="Menu",[ht,z6,G6]=Jn(sn),[v1,ln]=xe(sn,[G6,o1,F1]),gt=o1(),O3=F1(),[H3,r1]=v1(sn),[K6,vt]=v1(sn),q6=e=>{const{__scopeMenu:t,open:o=!1,children:r,dir:i,onOpenChange:a,modal:c=!0}=e,s=gt(t),[d,u]=l.useState(null),f=l.useRef(!1),p=Pe(a),h=st(i);return l.useEffect(()=>{const g=()=>{f.current=!0,document.addEventListener("pointerdown",C,{capture:!0,once:!0}),document.addEventListener("pointermove",C,{capture:!0,once:!0})},C=()=>f.current=!1;return document.addEventListener("keydown",g,{capture:!0}),()=>{document.removeEventListener("keydown",g,{capture:!0}),document.removeEventListener("pointerdown",C,{capture:!0}),document.removeEventListener("pointermove",C,{capture:!0})}},[]),l.createElement(dt,s,l.createElement(H3,{scope:t,open:o,onOpenChange:p,content:d,onContentChange:u},l.createElement(K6,{scope:t,onClose:l.useCallback(()=>p(!1),[p]),isUsingKeyboardRef:f,dir:h,modal:c},r)))},P3=l.forwardRef((e,t)=>{const{__scopeMenu:o,...r}=e,i=gt(o);return l.createElement(ut,E({},i,r,{ref:t}))}),I3="MenuPortal",[Y6,F3]=v1(I3,{forceMount:void 0}),X6=e=>{const{__scopeMenu:t,forceMount:o,children:r,container:i}=e,a=r1(I3,t);return l.createElement(Y6,{scope:t,forceMount:o},l.createElement(Me,{present:o||a.open},l.createElement(Qt,{asChild:!0,container:i},r)))},Ze="MenuContent",[J6,$o]=v1(Ze),Q6=l.forwardRef((e,t)=>{const o=F3(Ze,e.__scopeMenu),{forceMount:r=o.forceMount,...i}=e,a=r1(Ze,e.__scopeMenu),c=vt(Ze,e.__scopeMenu);return l.createElement(ht.Provider,{scope:e.__scopeMenu},l.createElement(Me,{present:r||a.open},l.createElement(ht.Slot,{scope:e.__scopeMenu},c.modal?l.createElement(ec,E({},i,{ref:t})):l.createElement(tc,E({},i,{ref:t})))))}),ec=l.forwardRef((e,t)=>{const o=r1(Ze,e.__scopeMenu),r=l.useRef(null),i=he(t,r);return l.useEffect(()=>{const a=r.current;if(a)return bo(a)},[]),l.createElement(Mo,E({},e,{ref:i,trapFocus:o.open,disableOutsidePointerEvents:o.open,disableOutsideScroll:!0,onFocusOutside:T(e.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>o.onOpenChange(!1)}))}),tc=l.forwardRef((e,t)=>{const o=r1(Ze,e.__scopeMenu);return l.createElement(Mo,E({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>o.onOpenChange(!1)}))}),Mo=l.forwardRef((e,t)=>{const{__scopeMenu:o,loop:r=!1,trapFocus:i,onOpenAutoFocus:a,onCloseAutoFocus:c,disableOutsidePointerEvents:s,onEntryFocus:d,onEscapeKeyDown:u,onPointerDownOutside:f,onFocusOutside:p,onInteractOutside:h,onDismiss:g,disableOutsideScroll:C,...v}=e,b=r1(Ze,o),m=vt(Ze,o),w=gt(o),y=O3(o),k=z6(o),[M,$]=l.useState(null),O=l.useRef(null),F=he(t,O,b.onContentChange),A=l.useRef(0),z=l.useRef(""),X=l.useRef(0),te=l.useRef(null),W=l.useRef("right"),q=l.useRef(0),G=C?_3:l.Fragment,J=C?{as:E1,allowPinchZoom:!0}:void 0,pe=_=>{var I,U;const Z=z.current+_,j=k().filter(ue=>!ue.disabled),P=document.activeElement,B=(I=j.find(ue=>ue.ref.current===P))===null||I===void 0?void 0:I.textValue,Y=j.map(ue=>ue.textValue),ae=fc(Y,Z,B),ve=(U=j.find(ue=>ue.textValue===ae))===null||U===void 0?void 0:U.ref.current;(function ue(be){z.current=be,window.clearTimeout(A.current),be!==""&&(A.current=window.setTimeout(()=>ue(""),1e3))})(Z),ve&&setTimeout(()=>ve.focus())};l.useEffect(()=>()=>window.clearTimeout(A.current),[]),Ir();const se=l.useCallback(_=>{var I,U;return W.current===((I=te.current)===null||I===void 0?void 0:I.side)&&hc(_,(U=te.current)===null||U===void 0?void 0:U.area)},[]);return l.createElement(J6,{scope:o,searchRef:z,onItemEnter:l.useCallback(_=>{se(_)&&_.preventDefault()},[se]),onItemLeave:l.useCallback(_=>{var I;se(_)||((I=O.current)===null||I===void 0||I.focus(),$(null))},[se]),onTriggerLeave:l.useCallback(_=>{se(_)&&_.preventDefault()},[se]),pointerGraceTimerRef:X,onPointerGraceIntentChange:l.useCallback(_=>{te.current=_},[])},l.createElement(G,J,l.createElement(Tr,{asChild:!0,trapped:i,onMountAutoFocus:T(a,_=>{var I;_.preventDefault(),(I=O.current)===null||I===void 0||I.focus()}),onUnmountAutoFocus:c},l.createElement(Dt,{asChild:!0,disableOutsidePointerEvents:s,onEscapeKeyDown:u,onPointerDownOutside:f,onFocusOutside:p,onInteractOutside:h,onDismiss:g},l.createElement(go,E({asChild:!0},y,{dir:m.dir,orientation:"vertical",loop:r,currentTabStopId:M,onCurrentTabStopIdChange:$,onEntryFocus:T(d,_=>{m.isUsingKeyboardRef.current||_.preventDefault()})}),l.createElement(Xt,E({role:"menu","aria-orientation":"vertical","data-state":D3(b.open),"data-radix-menu-content":"",dir:m.dir},w,v,{ref:F,style:{outline:"none",...v.style},onKeyDown:T(v.onKeyDown,_=>{const U=_.target.closest("[data-radix-menu-content]")===_.currentTarget,Z=_.ctrlKey||_.altKey||_.metaKey,j=_.key.length===1;U&&(_.key==="Tab"&&_.preventDefault(),!Z&&j&&pe(_.key));const P=O.current;if(_.target!==P||!R6.includes(_.key))return;_.preventDefault();const Y=k().filter(ae=>!ae.disabled).map(ae=>ae.ref.current);E3.includes(_.key)&&Y.reverse(),dc(Y)}),onBlur:T(e.onBlur,_=>{_.currentTarget.contains(_.target)||(window.clearTimeout(A.current),z.current="")}),onPointerMove:T(e.onPointerMove,Ct(_=>{const I=_.target,U=q.current!==_.clientX;if(_.currentTarget.contains(I)&&U){const Z=_.clientX>q.current?"right":"left";W.current=Z,q.current=_.clientX}}))})))))))}),nc=l.forwardRef((e,t)=>{const{__scopeMenu:o,...r}=e;return l.createElement(re.div,E({role:"group"},r,{ref:t}))}),jo="MenuItem",V3="menu.itemSelect",oc=l.forwardRef((e,t)=>{const{disabled:o=!1,onSelect:r,...i}=e,a=l.useRef(null),c=vt(jo,e.__scopeMenu),s=$o(jo,e.__scopeMenu),d=he(t,a),u=l.useRef(!1),f=()=>{const p=a.current;if(!o&&p){const h=new CustomEvent(V3,{bubbles:!0,cancelable:!0});p.addEventListener(V3,g=>r==null?void 0:r(g),{once:!0}),Er(p,h),h.defaultPrevented?u.current=!1:c.onClose()}};return l.createElement(T3,E({},i,{ref:d,disabled:o,onClick:T(e.onClick,f),onPointerDown:p=>{var h;(h=e.onPointerDown)===null||h===void 0||h.call(e,p),u.current=!0},onPointerUp:T(e.onPointerUp,p=>{var h;u.current||(h=p.currentTarget)===null||h===void 0||h.click()}),onKeyDown:T(e.onKeyDown,p=>{const h=s.searchRef.current!=="";o||h&&p.key===" "||Lo.includes(p.key)&&(p.currentTarget.click(),p.preventDefault())})}))}),T3=l.forwardRef((e,t)=>{const{__scopeMenu:o,disabled:r=!1,textValue:i,...a}=e,c=$o(jo,o),s=O3(o),d=l.useRef(null),u=he(t,d),[f,p]=l.useState(!1),[h,g]=l.useState("");return l.useEffect(()=>{const C=d.current;if(C){var v;g(((v=C.textContent)!==null&&v!==void 0?v:"").trim())}},[a.children]),l.createElement(ht.ItemSlot,{scope:o,disabled:r,textValue:i??h},l.createElement(vo,E({asChild:!0},s,{focusable:!r}),l.createElement(re.div,E({role:"menuitem","data-highlighted":f?"":void 0,"aria-disabled":r||void 0,"data-disabled":r?"":void 0},a,{ref:u,onPointerMove:T(e.onPointerMove,Ct(C=>{r?c.onItemLeave(C):(c.onItemEnter(C),C.defaultPrevented||C.currentTarget.focus())})),onPointerLeave:T(e.onPointerLeave,Ct(C=>c.onItemLeave(C))),onFocus:T(e.onFocus,()=>p(!0)),onBlur:T(e.onBlur,()=>p(!1))}))))});v1("MenuRadioGroup",{value:void 0,onValueChange:()=>{}}),v1("MenuItemIndicator",{checked:!1});const rc=l.forwardRef((e,t)=>{const{__scopeMenu:o,...r}=e,i=gt(o);return l.createElement(Jt,E({},i,r,{ref:t}))}),Z3="MenuSub",[ic,A3]=v1(Z3),ac=e=>{const{__scopeMenu:t,children:o,open:r=!1,onOpenChange:i}=e,a=r1(Z3,t),c=gt(t),[s,d]=l.useState(null),[u,f]=l.useState(null),p=Pe(i);return l.useEffect(()=>(a.open===!1&&p(!1),()=>p(!1)),[a.open,p]),l.createElement(dt,c,l.createElement(H3,{scope:t,open:r,onOpenChange:p,content:u,onContentChange:f},l.createElement(ic,{scope:t,contentId:De(),triggerId:De(),trigger:s,onTriggerChange:d},o)))},cn="MenuSubTrigger",sc=l.forwardRef((e,t)=>{const o=r1(cn,e.__scopeMenu),r=vt(cn,e.__scopeMenu),i=A3(cn,e.__scopeMenu),a=$o(cn,e.__scopeMenu),c=l.useRef(null),{pointerGraceTimerRef:s,onPointerGraceIntentChange:d}=a,u={__scopeMenu:e.__scopeMenu},f=l.useCallback(()=>{c.current&&window.clearTimeout(c.current),c.current=null},[]);return l.useEffect(()=>f,[f]),l.useEffect(()=>{const p=s.current;return()=>{window.clearTimeout(p),d(null)}},[s,d]),l.createElement(P3,E({asChild:!0},u),l.createElement(T3,E({id:i.triggerId,"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":i.contentId,"data-state":D3(o.open)},e,{ref:At(t,i.onTriggerChange),onClick:p=>{var h;(h=e.onClick)===null||h===void 0||h.call(e,p),!(e.disabled||p.defaultPrevented)&&(p.currentTarget.focus(),o.open||o.onOpenChange(!0))},onPointerMove:T(e.onPointerMove,Ct(p=>{a.onItemEnter(p),!p.defaultPrevented&&!e.disabled&&!o.open&&!c.current&&(a.onPointerGraceIntentChange(null),c.current=window.setTimeout(()=>{o.onOpenChange(!0),f()},100))})),onPointerLeave:T(e.onPointerLeave,Ct(p=>{var h;f();const g=(h=o.content)===null||h===void 0?void 0:h.getBoundingClientRect();if(g){var C;const v=(C=o.content)===null||C===void 0?void 0:C.dataset.side,b=v==="right",m=b?-5:5,w=g[b?"left":"right"],y=g[b?"right":"left"];a.onPointerGraceIntentChange({area:[{x:p.clientX+m,y:p.clientY},{x:w,y:g.top},{x:y,y:g.top},{x:y,y:g.bottom},{x:w,y:g.bottom}],side:v}),window.clearTimeout(s.current),s.current=window.setTimeout(()=>a.onPointerGraceIntentChange(null),300)}else{if(a.onTriggerLeave(p),p.defaultPrevented)return;a.onPointerGraceIntentChange(null)}})),onKeyDown:T(e.onKeyDown,p=>{const h=a.searchRef.current!=="";if(!(e.disabled||h&&p.key===" ")&&U6[r.dir].includes(p.key)){var g;o.onOpenChange(!0),(g=o.content)===null||g===void 0||g.focus(),p.preventDefault()}})})))}),lc="MenuSubContent",cc=l.forwardRef((e,t)=>{const o=F3(Ze,e.__scopeMenu),{forceMount:r=o.forceMount,...i}=e,a=r1(Ze,e.__scopeMenu),c=vt(Ze,e.__scopeMenu),s=A3(lc,e.__scopeMenu),d=l.useRef(null),u=he(t,d);return l.createElement(ht.Provider,{scope:e.__scopeMenu},l.createElement(Me,{present:r||a.open},l.createElement(ht.Slot,{scope:e.__scopeMenu},l.createElement(Mo,E({id:s.contentId,"aria-labelledby":s.triggerId},i,{ref:u,align:"start",side:c.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:f=>{var p;c.isUsingKeyboardRef.current&&((p=d.current)===null||p===void 0||p.focus()),f.preventDefault()},onCloseAutoFocus:f=>f.preventDefault(),onFocusOutside:T(e.onFocusOutside,f=>{f.target!==s.trigger&&a.onOpenChange(!1)}),onEscapeKeyDown:T(e.onEscapeKeyDown,f=>{c.onClose(),f.preventDefault()}),onKeyDown:T(e.onKeyDown,f=>{const p=f.currentTarget.contains(f.target),h=W6[c.dir].includes(f.key);if(p&&h){var g;a.onOpenChange(!1),(g=s.trigger)===null||g===void 0||g.focus(),f.preventDefault()}})})))))});function D3(e){return e?"open":"closed"}function dc(e){const t=document.activeElement;for(const o of e)if(o===t||(o.focus(),document.activeElement!==t))return}function uc(e,t){return e.map((o,r)=>e[(t+r)%e.length])}function fc(e,t,o){const i=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,a=o?e.indexOf(o):-1;let c=uc(e,Math.max(a,0));i.length===1&&(c=c.filter(u=>u!==o));const d=c.find(u=>u.toLowerCase().startsWith(i.toLowerCase()));return d!==o?d:void 0}function pc(e,t){const{x:o,y:r}=e;let i=!1;for(let a=0,c=t.length-1;a<t.length;c=a++){const s=t[a].x,d=t[a].y,u=t[c].x,f=t[c].y;d>r!=f>r&&o<(u-s)*(r-d)/(f-d)+s&&(i=!i)}return i}function hc(e,t){if(!t)return!1;const o={x:e.clientX,y:e.clientY};return pc(o,t)}function Ct(e){return t=>t.pointerType==="mouse"?e(t):void 0}const N3=q6,B3=P3,R3=X6,U3=Q6,W3=nc,z3=oc,G3=rc,K3=ac,q3=sc,Y3=cc,X3="DropdownMenu",[gc,yy]=xe(X3,[ln]),Be=ln(),[vc,J3]=gc(X3),Cc=e=>{const{__scopeDropdownMenu:t,children:o,dir:r,open:i,defaultOpen:a,onOpenChange:c,modal:s=!0}=e,d=Be(t),u=l.useRef(null),[f=!1,p]=$e({prop:i,defaultProp:a,onChange:c});return l.createElement(vc,{scope:t,triggerId:De(),triggerRef:u,contentId:De(),open:f,onOpenChange:p,onOpenToggle:l.useCallback(()=>p(h=>!h),[p]),modal:s},l.createElement(N3,E({},d,{open:f,onOpenChange:p,dir:r,modal:s}),o))},bc="DropdownMenuTrigger",mc=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,disabled:r=!1,...i}=e,a=J3(bc,o),c=Be(o);return l.createElement(B3,E({asChild:!0},c),l.createElement(re.button,E({type:"button",id:a.triggerId,"aria-haspopup":"menu","aria-expanded":a.open,"aria-controls":a.open?a.contentId:void 0,"data-state":a.open?"open":"closed","data-disabled":r?"":void 0,disabled:r},i,{ref:At(t,a.triggerRef),onPointerDown:T(e.onPointerDown,s=>{!r&&s.button===0&&s.ctrlKey===!1&&(a.onOpenToggle(),a.open||s.preventDefault())}),onKeyDown:T(e.onKeyDown,s=>{r||(["Enter"," "].includes(s.key)&&a.onOpenToggle(),s.key==="ArrowDown"&&a.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(s.key)&&s.preventDefault())})})))}),xc=e=>{const{__scopeDropdownMenu:t,...o}=e,r=Be(t);return l.createElement(R3,E({},r,o))},wc="DropdownMenuContent",kc=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...r}=e,i=J3(wc,o),a=Be(o),c=l.useRef(!1);return l.createElement(U3,E({id:i.contentId,"aria-labelledby":i.triggerId},a,r,{ref:t,onCloseAutoFocus:T(e.onCloseAutoFocus,s=>{var d;c.current||(d=i.triggerRef.current)===null||d===void 0||d.focus(),c.current=!1,s.preventDefault()}),onInteractOutside:T(e.onInteractOutside,s=>{const d=s.detail.originalEvent,u=d.button===0&&d.ctrlKey===!0,f=d.button===2||u;(!i.modal||f)&&(c.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),yc=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...r}=e,i=Be(o);return l.createElement(W3,E({},i,r,{ref:t}))}),Lc=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...r}=e,i=Be(o);return l.createElement(z3,E({},i,r,{ref:t}))}),$c=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...r}=e,i=Be(o);return l.createElement(G3,E({},i,r,{ref:t}))}),Mc=e=>{const{__scopeDropdownMenu:t,children:o,open:r,onOpenChange:i,defaultOpen:a}=e,c=Be(t),[s=!1,d]=$e({prop:r,defaultProp:a,onChange:i});return l.createElement(K3,E({},c,{open:s,onOpenChange:d}),o)},jc=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...r}=e,i=Be(o);return l.createElement(q3,E({},i,r,{ref:t}))}),Sc=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...r}=e,i=Be(o);return l.createElement(Y3,E({},i,r,{ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),_c=Cc,Ec=mc,Oc=xc,Hc=kc,Pc=yc,Ic=Lc,Fc=$c,Vc=Mc,Tc=jc,Zc=Sc,So=S.div.withConfig({componentId:"sc-1fv0ktx-0"})(["outline:none;max-width:var(--radix-","-content-available-width);max-height:var(--radix-","-content-available-height);overflow:hidden;display:flex;align-items:flex-start;",";",";"],({$type:e})=>e,({$type:e})=>e,({theme:e})=>`
|
|
123
157
|
border: 1px solid ${e.click.genericMenu.panel.color.stroke.default};
|
|
124
158
|
background: ${e.click.genericMenu.panel.color.background.default};
|
|
125
159
|
box-shadow: ${e.click.genericMenu.panel.shadow.default};
|
|
@@ -138,16 +172,16 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
138
172
|
&[data-side="right"] {
|
|
139
173
|
margin-left: -1px;
|
|
140
174
|
}
|
|
141
|
-
`:""),
|
|
175
|
+
`:""),Ac=S.div.withConfig({componentId:"sc-1fv0ktx-1"})(["outline:none;max-width:var(--radix-","-content-available-width);max-height:var(--radix-","-content-available-height);overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;z-index:1;"," ",";"],({$type:e})=>e,({$type:e})=>e,({theme:e})=>`
|
|
142
176
|
border: 1px solid ${e.click.popover.color.panel.stroke.default};
|
|
143
177
|
background: ${e.click.popover.color.panel.background.default};
|
|
144
178
|
padding: ${e.click.popover.space.y} ${e.click.popover.space.x};
|
|
145
179
|
border-radius: ${e.click.popover.radii.all};
|
|
146
180
|
box-shadow: ${e.click.popover.shadow.default};
|
|
147
|
-
`,({$showArrow:e})=>e?"margin: -1px 0;":""),
|
|
181
|
+
`,({$showArrow:e})=>e?"margin: -1px 0;":""),dn=S.svg.withConfig({componentId:"sc-1fv0ktx-2"})(["filter:drop-shadow(rgba(0,0,0,0.1) 0px 4px 6px);",";"],({theme:e})=>`
|
|
148
182
|
fill: ${e.click.genericMenu.panel.color.background.default};
|
|
149
183
|
stroke: ${e.click.genericMenu.panel.color.stroke.default};
|
|
150
|
-
`),
|
|
184
|
+
`),_o=S.div.withConfig({componentId:"sc-1fv0ktx-3"})(["display:flex;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;align-items:center;justify-content:flex-start;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;outline:none;&[aria-selected]{outline:none;}",';position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{left:0.5rem;}'],({theme:e})=>`
|
|
151
185
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
152
186
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
153
187
|
font: ${e.click.genericMenu.item.typography.label.default};
|
|
@@ -170,7 +204,7 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
170
204
|
font: ${e.click.genericMenu.item.typography.label.disabled};
|
|
171
205
|
pointer-events: none;
|
|
172
206
|
}
|
|
173
|
-
`),
|
|
207
|
+
`),un=e=>n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"10",viewBox:"0 0 30 10",fill:"none",...e,children:n.jsx("path",{d:"M0 -1L15 9L30 -1",strokeWidth:"1.5",strokeLinejoin:"round"})}),je=e=>n.jsx(_c,{...e}),Q3=S(_o).withConfig({componentId:"sc-18bhwbw-0"})(['position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{position:relative;left:0.5rem;}']),Dc=S(Ec).withConfig({componentId:"sc-18bhwbw-1"})(["cursor:pointer;width:fit-content;"]),Nc=S.span.withConfig({componentId:"sc-18bhwbw-2"})(["display:flex;font:inherit;gap:inherit;color:inherit;width:inherit;"]),e4=({sub:e,...t})=>{if(e){const{children:o,...r}=t;return n.jsxs(Q3,{as:Tc,...r,children:[n.jsx(Nc,{children:o}),n.jsx("div",{className:"dropdown-arrow",children:n.jsx(ne,{name:"chevron-right"})})]})}return n.jsx(Dc,{asChild:!0,...t})};e4.displayName="DropdownTrigger",je.Trigger=e4;const Bc=S(So).withConfig({componentId:"sc-18bhwbw-3"})(["flex-direction:column;z-index:1;"]),t4=({sub:e,children:t,showArrow:o,...r})=>{const i=e?Zc:Hc;return n.jsx(Oc,{children:n.jsxs(Bc,{$type:"dropdown-menu",$showArrow:o,as:i,loop:!0,...r,children:[o&&n.jsx(dn,{asChild:!0,as:Fc,width:20,height:10,children:n.jsx(un,{})}),t]})})};t4.displayName="DropdownContent",je.Content=t4;const Rc=S(Pc).withConfig({componentId:"sc-18bhwbw-4"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),n4=e=>n.jsx(Rc,{...e});n4.displayName="DropdownGroup",je.Group=n4;const Uc=S(Vc).withConfig({componentId:"sc-18bhwbw-5"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),o4=({...e})=>n.jsx(Uc,{...e});o4.displayName="DropdownSub",je.Sub=o4;const r4=e=>n.jsx(Q3,{as:Ic,...e});r4.displayName="DropdownItem",je.Item=r4;const i4="Collapsible",[Wc,a4]=xe(i4),[zc,Eo]=Wc(i4),Gc=l.forwardRef((e,t)=>{const{__scopeCollapsible:o,open:r,defaultOpen:i,disabled:a,onOpenChange:c,...s}=e,[d=!1,u]=$e({prop:r,defaultProp:i,onChange:c});return l.createElement(zc,{scope:o,disabled:a,contentId:De(),open:d,onOpenToggle:l.useCallback(()=>u(f=>!f),[u])},l.createElement(re.div,E({"data-state":Oo(d),"data-disabled":a?"":void 0},s,{ref:t})))}),Kc="CollapsibleTrigger",qc=l.forwardRef((e,t)=>{const{__scopeCollapsible:o,...r}=e,i=Eo(Kc,o);return l.createElement(re.button,E({type:"button","aria-controls":i.contentId,"aria-expanded":i.open||!1,"data-state":Oo(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled},r,{ref:t,onClick:T(e.onClick,i.onOpenToggle)}))}),s4="CollapsibleContent",Yc=l.forwardRef((e,t)=>{const{forceMount:o,...r}=e,i=Eo(s4,e.__scopeCollapsible);return l.createElement(Me,{present:o||i.open},({present:a})=>l.createElement(Xc,E({},r,{ref:t,present:a})))}),Xc=l.forwardRef((e,t)=>{const{__scopeCollapsible:o,present:r,children:i,...a}=e,c=Eo(s4,o),[s,d]=l.useState(r),u=l.useRef(null),f=he(t,u),p=l.useRef(0),h=p.current,g=l.useRef(0),C=g.current,v=c.open||s,b=l.useRef(v),m=l.useRef();return l.useEffect(()=>{const w=requestAnimationFrame(()=>b.current=!1);return()=>cancelAnimationFrame(w)},[]),h1(()=>{const w=u.current;if(w){m.current=m.current||{transitionDuration:w.style.transitionDuration,animationName:w.style.animationName},w.style.transitionDuration="0s",w.style.animationName="none";const y=w.getBoundingClientRect();p.current=y.height,g.current=y.width,b.current||(w.style.transitionDuration=m.current.transitionDuration,w.style.animationName=m.current.animationName),d(r)}},[c.open,r]),l.createElement(re.div,E({"data-state":Oo(c.open),"data-disabled":c.disabled?"":void 0,id:c.contentId,hidden:!v},a,{ref:f,style:{"--radix-collapsible-content-height":h?`${h}px`:void 0,"--radix-collapsible-content-width":C?`${C}px`:void 0,...e.style}}),v&&i)});function Oo(e){return e?"open":"closed"}const Jc=Gc,Qc=qc,e7=Yc,C1="Accordion",t7=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[Ho,n7,o7]=Jn(C1),[fn,Ly]=xe(C1,[o7,a4]),Po=a4(),l4=l.forwardRef((e,t)=>{const{type:o,...r}=e,i=r,a=r;return l.createElement(Ho.Provider,{scope:e.__scopeAccordion},o==="multiple"?l.createElement(s7,E({},a,{ref:t})):l.createElement(a7,E({},i,{ref:t})))});l4.propTypes={type(e){const t=e.value||e.defaultValue;return e.type&&!["single","multiple"].includes(e.type)?new Error("Invalid prop `type` supplied to `Accordion`. Expected one of `single | multiple`."):e.type==="multiple"&&typeof t=="string"?new Error("Invalid prop `type` supplied to `Accordion`. Expected `single` when `defaultValue` or `value` is type `string`."):e.type==="single"&&Array.isArray(t)?new Error("Invalid prop `type` supplied to `Accordion`. Expected `multiple` when `defaultValue` or `value` is type `string[]`."):null}};const[c4,r7]=fn(C1),[d4,i7]=fn(C1,{collapsible:!1}),a7=l.forwardRef((e,t)=>{const{value:o,defaultValue:r,onValueChange:i=()=>{},collapsible:a=!1,...c}=e,[s,d]=$e({prop:o,defaultProp:r,onChange:i});return l.createElement(c4,{scope:e.__scopeAccordion,value:s?[s]:[],onItemOpen:d,onItemClose:l.useCallback(()=>a&&d(""),[a,d])},l.createElement(d4,{scope:e.__scopeAccordion,collapsible:a},l.createElement(u4,E({},c,{ref:t}))))}),s7=l.forwardRef((e,t)=>{const{value:o,defaultValue:r,onValueChange:i=()=>{},...a}=e,[c=[],s]=$e({prop:o,defaultProp:r,onChange:i}),d=l.useCallback(f=>s((p=[])=>[...p,f]),[s]),u=l.useCallback(f=>s((p=[])=>p.filter(h=>h!==f)),[s]);return l.createElement(c4,{scope:e.__scopeAccordion,value:c,onItemOpen:d,onItemClose:u},l.createElement(d4,{scope:e.__scopeAccordion,collapsible:!0},l.createElement(u4,E({},a,{ref:t}))))}),[l7,Io]=fn(C1),u4=l.forwardRef((e,t)=>{const{__scopeAccordion:o,disabled:r,dir:i,orientation:a="vertical",...c}=e,s=l.useRef(null),d=he(s,t),u=n7(o),p=st(i)==="ltr",h=T(e.onKeyDown,g=>{var C;if(!t7.includes(g.key))return;const v=g.target,b=u().filter(A=>{var z;return!((z=A.ref.current)!==null&&z!==void 0&&z.disabled)}),m=b.findIndex(A=>A.ref.current===v),w=b.length;if(m===-1)return;g.preventDefault();let y=m;const k=0,M=w-1,$=()=>{y=m+1,y>M&&(y=k)},O=()=>{y=m-1,y<k&&(y=M)};switch(g.key){case"Home":y=k;break;case"End":y=M;break;case"ArrowRight":a==="horizontal"&&(p?$():O());break;case"ArrowDown":a==="vertical"&&$();break;case"ArrowLeft":a==="horizontal"&&(p?O():$());break;case"ArrowUp":a==="vertical"&&O();break}const F=y%w;(C=b[F].ref.current)===null||C===void 0||C.focus()});return l.createElement(l7,{scope:o,disabled:r,direction:i,orientation:a},l.createElement(Ho.Slot,{scope:o},l.createElement(re.div,E({},c,{"data-orientation":a,ref:d,onKeyDown:r?void 0:h}))))}),Fo="AccordionItem",[c7,f4]=fn(Fo),d7=l.forwardRef((e,t)=>{const{__scopeAccordion:o,value:r,...i}=e,a=Io(Fo,o),c=r7(Fo,o),s=Po(o),d=De(),u=r&&c.value.includes(r)||!1,f=a.disabled||e.disabled;return l.createElement(c7,{scope:o,open:u,disabled:f,triggerId:d},l.createElement(Jc,E({"data-orientation":a.orientation,"data-state":h7(u)},s,i,{ref:t,disabled:f,open:u,onOpenChange:p=>{p?c.onItemOpen(r):c.onItemClose(r)}})))}),p4="AccordionTrigger",u7=l.forwardRef((e,t)=>{const{__scopeAccordion:o,...r}=e,i=Io(C1,o),a=f4(p4,o),c=i7(p4,o),s=Po(o);return l.createElement(Ho.ItemSlot,{scope:o},l.createElement(Qc,E({"aria-disabled":a.open&&!c.collapsible||void 0,"data-orientation":i.orientation,id:a.triggerId},s,r,{ref:t})))}),f7="AccordionContent",p7=l.forwardRef((e,t)=>{const{__scopeAccordion:o,...r}=e,i=Io(C1,o),a=f4(f7,o),c=Po(o);return l.createElement(e7,E({role:"region","aria-labelledby":a.triggerId,"data-orientation":i.orientation},c,r,{ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}}))});function h7(e){return e?"open":"closed"}const g7=l4,v7=d7,C7=u7,b7=p7,h4=({title:e,size:t="md",icon:o,iconSize:r,children:i,...a})=>n.jsx(g7,{type:"single",collapsible:!0,...a,children:n.jsxs(v7,{value:"item",children:[n.jsxs(pn,{$size:t,children:[n.jsxs(m7,{children:[n.jsx(bt,{children:n.jsx(ne,{name:"chevron-right",size:r||t})}),o?n.jsx(ne,{name:o,size:r||t}):null]}),n.jsx("p",{children:e})]}),n.jsx(x7,{children:i})]})}),pn=S(C7).withConfig({componentId:"sc-1ysh219-0"})(["border:none;padding:0;background-color:transparent;display:flex;align-items:center;",""],({theme:e,$size:t="md"})=>`
|
|
174
208
|
gap: ${e.click.accordion[t].space.gap};
|
|
175
209
|
color: ${e.click.accordion.color.label.default};
|
|
176
210
|
font: ${e.click.accordion[t].typography.label.default};
|
|
@@ -185,19 +219,17 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
185
219
|
font: ${e.click.accordion[t].typography.label.hover};
|
|
186
220
|
cursor: pointer;
|
|
187
221
|
}
|
|
188
|
-
`),
|
|
189
|
-
background-color: ${
|
|
190
|
-
color: ${
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
padding: ${n.click.alert[t].space.y} ${n.click.alert[t].space.x};
|
|
194
|
-
`),Ff=L(K).withConfig({componentId:"sc-1wvczk0-2"})(["",""],({$size:e,theme:t})=>`
|
|
222
|
+
`),bt=S.div.withConfig({componentId:"sc-1ysh219-1"})(["display:flex;align-items:center;justify-content:center;transition:transform 200ms cubic-bezier(0.87,0,0.13,1);","[data-state='open'] &{transform:rotate(90deg);}"],pn),m7=S.div.withConfig({componentId:"sc-1ysh219-2"})(["display:flex;align-items:center;justify-content:center;"]),x7=S(b7).withConfig({componentId:"sc-1ysh219-3"})([""]);S(h4).withConfig({componentId:"sc-1ysh219-4"})(["","{gap:",";}p{margin:0;}","{visibility:hidden;}&:hover ","{visibility:revert;}&:active ","{visibility:revert;}","[data-state='open'] ","{visibility:revert;}"],pn,({theme:e})=>e.click.sidebar.navigation.item.default.space.gap,bt,bt,bt,pn,bt);const w7=S(h4).withConfig({componentId:"sc-1ysh219-5"})([""]),k7={neutral:"information",success:"check",warning:"warning",danger:"warning",info:"information"},mt=({text:e,title:t="",size:o="small",state:r="neutral",showIcon:i=!0,dismissible:a,...c})=>{const[s,d]=l.useState(!0);return s?n.jsxs(y7,{$size:o,$state:r,"data-testid":"click-alert",...c,children:[i&&n.jsx(L7,{$state:r,$size:o,children:n.jsx($7,{$size:o,size:"sm",name:k7[r]})}),n.jsxs(M7,{$state:r,$size:o,children:[t&&n.jsx(j7,{$size:o,children:t}),n.jsx(S7,{$size:o,children:e})]}),a&&n.jsx(_7,{"data-testid":"click-alert-dismiss-button",onClick:()=>d(!1),children:n.jsx(ne,{name:"cross"})})]}):null},y7=S.div.withConfig({componentId:"sc-1wvczk0-0"})(["display:flex;border-radius:",";overflow:hidden;background-color:",";color:",";"],e=>e.theme.click.alert.radii.end,({$state:e="neutral",theme:t})=>t.click.alert.color.background[e],({$state:e="neutral",theme:t})=>t.click.alert.color.text[e]),L7=S.div.withConfig({componentId:"sc-1wvczk0-1"})(["display:flex;align-items:center;",""],({$state:e="neutral",$size:t,theme:o})=>`
|
|
223
|
+
background-color: ${o.click.alert.color.iconBackground[e]};
|
|
224
|
+
color: ${o.click.alert.color.iconForeground[e]};
|
|
225
|
+
padding: ${o.click.alert[t].space.y} ${o.click.alert[t].space.x};
|
|
226
|
+
`),$7=S(ne).withConfig({componentId:"sc-1wvczk0-2"})(["",""],({$size:e,theme:t})=>`
|
|
195
227
|
height: ${t.click.alert[e].icon.height};
|
|
196
228
|
width: ${t.click.alert[e].icon.width};
|
|
197
|
-
`),
|
|
229
|
+
`),M7=S.div.withConfig({componentId:"sc-1wvczk0-3"})(["display:flex;flex-flow:column;word-break:break-word;",""],({$size:e,theme:t})=>`
|
|
198
230
|
gap: ${t.click.alert[e].space.gap};
|
|
199
231
|
padding: ${t.click.alert[e].space.y} ${t.click.alert[e].space.x};
|
|
200
|
-
`),
|
|
232
|
+
`),j7=S.h6.withConfig({componentId:"sc-1wvczk0-4"})(["margin:0;font:",";"],({theme:e,$size:t})=>e.click.alert[t].typography.title.default),S7=S.p.withConfig({componentId:"sc-1wvczk0-5"})(["margin:0;font:",";"],({theme:e,$size:t})=>e.click.alert[t].typography.text.default),_7=S.button.withConfig({componentId:"sc-1wvczk0-6"})(["display:flex;align-items:center;margin-left:auto;border:none;background-color:transparent;color:inherit;"]),E7=e=>n.jsx(mt,{...e,state:"danger"}),O7=e=>n.jsx(mt,{...e,state:"info"}),H7=e=>n.jsx(mt,{...e,state:"success"}),P7=e=>n.jsx(mt,{...e,state:"warning"}),g4="Avatar",[I7,$y]=xe(g4),[F7,V7]=I7(g4),T7=l.forwardRef((e,t)=>{const{__scopeAvatar:o,...r}=e,[i,a]=l.useState("idle");return l.createElement(F7,{scope:o,imageLoadingStatus:i,onImageLoadingStatusChange:a},l.createElement(re.span,E({},r,{ref:t})))}),Z7="AvatarFallback",A7=l.forwardRef((e,t)=>{const{__scopeAvatar:o,delayMs:r,...i}=e,a=V7(Z7,o),[c,s]=l.useState(r===void 0);return l.useEffect(()=>{if(r!==void 0){const d=window.setTimeout(()=>s(!0),r);return()=>window.clearTimeout(d)}},[r]),c&&a.imageLoadingStatus!=="loaded"?l.createElement(re.span,E({},i,{ref:t})):null}),D7=T7,N7=A7,B7=({text:e="",textSize:t="sm",...o})=>n.jsx(R7,{...o,children:n.jsx(U7,{$textSize:t,children:e})}),R7=S(D7).withConfig({componentId:"sc-181etfq-0"})(["width:",";height:",";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;user-select:none;background-color:",";color:",";border-radius:",";&:active{background-color:",";color:",";}&:hover{background-color:",";color:",";}"],e=>e.theme.click.avatar.size.width,e=>e.theme.click.avatar.size.height,e=>e.theme.click.avatar.color.background.default,e=>e.theme.click.avatar.color.text.default,e=>e.theme.click.avatar.radii.all,e=>e.theme.click.avatar.color.background.active,e=>e.theme.click.avatar.color.text.active,e=>e.theme.click.avatar.color.background.hover,e=>e.theme.click.avatar.color.text.hover),U7=S(N7).withConfig({componentId:"sc-181etfq-1"})(["width:",";display:inline-flex;align-items:center;justify-content:center;",""],e=>e.theme.click.avatar.size.label.width,({theme:e,$textSize:t="sm"})=>`
|
|
201
233
|
font: ${e.click.avatar.typography.label[t].default};
|
|
202
234
|
|
|
203
235
|
&:active {
|
|
@@ -207,42 +239,18 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
207
239
|
&:hover {
|
|
208
240
|
font: ${e.click.avatar.typography.label[t].hover};
|
|
209
241
|
}
|
|
210
|
-
`),
|
|
211
|
-
background-color: ${
|
|
212
|
-
color: ${
|
|
213
|
-
font: ${
|
|
214
|
-
border-radius: ${
|
|
215
|
-
border: ${
|
|
216
|
-
padding: ${
|
|
217
|
-
`),
|
|
218
|
-
color: ${
|
|
219
|
-
height: ${
|
|
220
|
-
width: ${
|
|
221
|
-
`),Ba=({text:e,state:t="default",size:n,dismissible:r,onClose:a})=>o.jsx(eu,{$state:t,$size:n,children:o.jsxs(tu,{children:[e,r&&o.jsx(nu,{name:"cross",$state:t,as:K,onClick:a})]})}),ou=({labels:e,activeIndex:t,onClick:n})=>{const r=e.map((a,i)=>{const s=i===0?"left":i===e.length-1?"right":"center";return o.jsx(cu,{active:i===t,position:s,onClick:()=>n==null?void 0:n(i),children:a},i)});return o.jsx(ru,{children:r})},ru=L.div.withConfig({componentId:"sc-ukgugp-0"})(["box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px 1px;border:var(--click-button-group-color-stroke-panel);background:var(--click-button-group-color-background-panel);"]),Fn="var(--click-button-button-group-radii-end)",au=`${Fn} 0px 0px ${Fn}`,iu=`0px ${Fn} ${Fn} 0px`,lu="var(--click-button-button-group-radii-center)",cu=L.button.withConfig({componentId:"sc-ukgugp-1"})(["box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;padding:var(--click-button-basic-space-y) var(--click-button-basic-space-x);gap:10px;background:",";border-radius:",";&:hover{background:var(--click-button-group-color-background-hover);}"],({active:e})=>e?"var(--click-button-group-color-background-active)":"var(--click-button-group-color-background-default)",({position:e})=>e==="left"?au:e==="right"?iu:lu),Va=L.div.withConfig({componentId:"sc-1sddmxu-0"})(["display:flex;flex-direction:column-reverse;width:100%;align-items:flex-start;gap:",";*{box-shadow:none;outline:none;}"],({theme:e})=>e.click.field.space.gap),Ra=L.div.withConfig({componentId:"sc-1sddmxu-1"})(["",";"],({theme:e})=>`
|
|
222
|
-
font: ${e.click.field.typography.label.error};
|
|
223
|
-
color: ${e.click.field.color.label.error};
|
|
224
|
-
`);L.css(["height:1px;background-color:",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default);const Wa=L.button.withConfig({componentId:"sc-1sddmxu-2"})(["background:transparent;border:none;cursor:pointer;outline:none;padding:0;&:disabled{cursor:not-allowed;}"]);L.div.withConfig({componentId:"sc-1sddmxu-3"})(["display:grid;place-items:center;width:100%;height:100%;"]);const Yo=L.button.withConfig({componentId:"sc-1sddmxu-4"})(["display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;",""],({theme:e})=>`
|
|
225
|
-
padding: ${e.click.button.basic.space.y} ${e.click.button.basic.space.x};
|
|
226
|
-
border-radius: ${e.click.button.radii.all};
|
|
227
|
-
gap: ${e.click.button.basic.space.gap};
|
|
228
|
-
font: ${e.click.button.basic.typography.label.default};
|
|
229
|
-
&:hover {
|
|
230
|
-
font: ${e.click.button.basic.typography.label.hover};
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
&:active,
|
|
234
|
-
&:focus {
|
|
235
|
-
outline: none;
|
|
236
|
-
font: ${e.click.button.basic.typography.label.active};
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
&:disabled,
|
|
240
|
-
&:disabled:hover,
|
|
241
|
-
&:disabled:active {
|
|
242
|
-
font: ${e.click.button.basic.typography.label.disabled};
|
|
243
|
-
cursor: not-allowed;
|
|
244
|
-
}
|
|
245
|
-
`),za=({type:e="primary",iconLeft:t,iconRight:n,align:r="center",children:a,fillWidth:i,label:s,loading:c=!1,disabled:d,...f})=>o.jsxs(du,{$styleType:e,$align:r,$fillWidth:i,disabled:d||c,...f,children:[t&&o.jsx(Ga,{name:t,size:"sm"}),s??a,n&&o.jsx(Ga,{name:n,size:"sm"}),c&&o.jsx(su,{children:o.jsx(K,{name:"loading-animated","data-testid":"click-ui-loading-icon"})})]}),su=L.div.withConfig({componentId:"sc-1k4tz4c-0"})(["position:absolute;background-color:inherit;top:0;left:0;bottom:0;right:0;display:flex;align-content:center;justify-content:center;"]),du=L(Yo).withConfig({componentId:"sc-1k4tz4c-1"})(["width:",";color:",";background-color:",";border:1px solid ",";position:relative;display:flex;align-items:center;justify-content:",";&:hover{background-color:",";border:1px solid ",";transition:",";}&:active,&:focus{background-color:",";border:1px solid ",";}&:disabled,&:disabled:hover,&:disabled:active{background-color:",";color:",";border:1px solid ",";}"],({$fillWidth:e})=>e?"100%":"revert",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.default,({$align:e})=>e==="left"?"flex-start":"center",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.hover,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.hover,({theme:e})=>e.transition.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.disabled,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.disabled,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.disabled),Ga=L(K).withConfig({componentId:"sc-1k4tz4c-2"})(["height:",";width:",";svg{height:",";width:",";}"],({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all),Xo=({size:e,family:t,type:n,color:r,children:a})=>o.jsx(fu,{$color:r,$size:e,$family:t,as:n,children:a}),fu=L.div.withConfig({componentId:"sc-1bq7thb-0"})(["font:",";color:",";margin:0;padding:0;font-style:inherit;line-height:1;"],({$size:e="md",$family:t="product",theme:n})=>n.typography.styles[t].titles[e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),uu=({color:e,size:t,weight:n,className:r,children:a})=>o.jsx(pu,{$color:e,$size:t,$weight:n,className:r,children:a}),pu=L.p.withConfig({componentId:"sc-6r74pj-0"})(["font:",";color:",";margin:0;"],({$size:e="md",$weight:t="normal",theme:n})=>n.typography.styles.product.text[t][e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),Rt=L(uu).withConfig({componentId:"sc-6r74pj-1"})([""]);Rt.displayName="Text";const hu=L.div.withConfig({componentId:"sc-1drx130-0"})(["display:flex;justify-content:space-between;align-items:center;"]),vu=L.div.withConfig({componentId:"sc-1drx130-1"})(["display:flex;align-items:center;gap:",";h3{color:",";}"],({theme:e})=>e.click.card.secondary.space.gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default),bu=L.div.withConfig({componentId:"sc-1drx130-2"})(["display:flex;flex-direction:column;"]),gu=L.a.withConfig({componentId:"sc-1drx130-3"})(["display:flex;align-items:center;color:",";text-decoration:none;"],({theme:e})=>e.click.card.secondary.color.link.default),mu=L(K).withConfig({componentId:"sc-1drx130-4"})(["color:",";height:",";width:",";"],({theme:e})=>e.click.card.secondary.color.link.default,({theme:e})=>e.click.image.md.size.height,({theme:e})=>e.click.image.md.size.width),Jo=L(Rt).withConfig({componentId:"sc-1drx130-5"})([""]),Qo=L(mu).withConfig({componentId:"sc-1drx130-6"})([""]),xu=L.div.withConfig({componentId:"sc-1drx130-7"})(["background-color:",";border-radius:",";border:",";max-width:420px;min-width:320px;display:flex;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,:focus{background-color:",";cursor:pointer;",",","{color:",";}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;",",","{color:",";}}"],({theme:e})=>e.click.card.secondary.color.background.default,({theme:e})=>e.click.card.secondary.radii.all,({theme:e})=>`1px solid ${e.click.card.secondary.color.stroke.default}`,({theme:e})=>e.click.card.secondary.space.all,({theme:e})=>e.click.card.secondary.space.gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,Jo,Qo,({theme:e})=>e.click.card.secondary.color.link.hover,({theme:e})=>e.click.card.secondary.color.background.disabled,({theme:e})=>e.click.card.secondary.color.title.disabled,({theme:e})=>e.click.card.secondary.color.stroke.disabled,Jo,Qo,({theme:e})=>e.click.card.secondary.color.link.disabled),ku=({title:e,icon:t,badgeState:n,badgeText:r="",hasShadow:a=!1,disabled:i=!1,description:s,infoUrl:c,infoText:d})=>o.jsxs(xu,{$disabled:i,$hasShadow:a,children:[o.jsxs(hu,{children:[o.jsxs(vu,{$disabled:i,children:[o.jsx(K,{name:t,size:"lg"}),o.jsx(Xo,{type:"h3",children:e})]}),r&&o.jsx(Ba,{text:r,state:i==!0?"disabled":n})]}),o.jsx(bu,{children:o.jsx(Rt,{color:"muted",children:s})}),(c||d)&&o.jsxs(gu,{href:i?void 0:c,as:i||!c||c.length===0?"div":"a",children:[o.jsx(Jo,{children:d}),o.jsx(Qo,{name:"chevron-right"})]})]}),$u=L.div.withConfig({componentId:"sc-2dguvi-0"})(["background-color:",";border-radius:",";border:",";display:flex;max-width:100%;text-align:center;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,&:focus{background-color:",";cursor:pointer;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}"],({theme:e})=>e.click.card.primary.color.background.default,({theme:e})=>e.click.card.primary.radii.all,({theme:e})=>`1px solid ${e.click.card.primary.color.stroke.default}`,({$size:e="md",theme:t})=>`${t.click.card.primary.space[e].x} ${t.click.card.primary.space[e].y}`,({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,({theme:e})=>e.click.button.basic.color.primary.background.hover,({theme:e})=>e.click.button.basic.color.primary.stroke.hover,({theme:e})=>e.click.button.basic.color.primary.background.active,({theme:e})=>e.click.button.basic.color.primary.stroke.active,({theme:e})=>e.click.card.primary.color.background.disabled,({theme:e})=>e.click.card.primary.color.title.disabled,({theme:e})=>e.click.card.primary.color.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled),wu=L.div.withConfig({componentId:"sc-2dguvi-1"})(["display:flex;flex-direction:column;align-items:center;gap:",";h3{color:",";}svg{height:",";width:",";}"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all),yu=L.div.withConfig({componentId:"sc-2dguvi-2"})(["width:85%;display:flex;flex-direction:column;align-self:center;gap:",";"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap),Cu=({title:e,icon:t,hasShadow:n=!1,description:r,infoUrl:a,infoText:i,size:s,disabled:c=!1})=>{const d=()=>{a&&window.open(a,"_blank")},f=!a||a.length===0?"div":za;return o.jsxs($u,{$hasShadow:n,$size:s,$disabled:c,children:[o.jsxs(wu,{$size:s,$disabled:c,children:[o.jsx(K,{name:t}),o.jsx(Xo,{type:"h3",children:e})]}),o.jsx(yu,{$size:s,children:o.jsx(Rt,{color:"muted",children:r})}),s=="sm"&&o.jsx(kl,{size:"sm"}),i&&o.jsx(f,{onClick:d,disabled:c,children:i})]})};function er(e){const t=l.useRef({value:e,previous:e});return l.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}const Ka="Checkbox",[Mu,Vm]=ce(Ka),[Su,Lu]=Mu(Ka),ju=l.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:r,checked:a,defaultChecked:i,required:s,disabled:c,value:d="on",onCheckedChange:f,...p}=e,[u,v]=l.useState(null),b=oe(t,y=>v(y)),g=l.useRef(!1),h=u?!!u.closest("form"):!0,[x=!1,k]=pe({prop:a,defaultProp:i,onChange:f}),$=l.useRef(x);return l.useEffect(()=>{const y=u==null?void 0:u.form;if(y){const C=()=>k($.current);return y.addEventListener("reset",C),()=>y.removeEventListener("reset",C)}},[u,k]),l.createElement(Su,{scope:n,state:x,disabled:c},l.createElement(q.button,M({type:"button",role:"checkbox","aria-checked":qe(x)?"mixed":x,"aria-required":s,"data-state":qa(x),"data-disabled":c?"":void 0,disabled:c,value:d},p,{ref:b,onKeyDown:F(e.onKeyDown,y=>{y.key==="Enter"&&y.preventDefault()}),onClick:F(e.onClick,y=>{k(C=>qe(C)?!0:!C),h&&(g.current=y.isPropagationStopped(),g.current||y.stopPropagation())})})),h&&l.createElement(_u,{control:u,bubbles:!g.current,name:r,value:d,checked:x,required:s,disabled:c,style:{transform:"translateX(-100%)"}}))}),Eu="CheckboxIndicator",Ou=l.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:r,...a}=e,i=Lu(Eu,n);return l.createElement(he,{present:r||qe(i.state)||i.state===!0},l.createElement(q.span,M({"data-state":qa(i.state),"data-disabled":i.disabled?"":void 0},a,{ref:t,style:{pointerEvents:"none",...e.style}})))}),_u=e=>{const{control:t,checked:n,bubbles:r=!0,...a}=e,i=l.useRef(null),s=er(n),c=gn(t);return l.useEffect(()=>{const d=i.current,f=window.HTMLInputElement.prototype,u=Object.getOwnPropertyDescriptor(f,"checked").set;if(s!==n&&u){const v=new Event("click",{bubbles:r});d.indeterminate=qe(n),u.call(d,qe(n)?!1:n),d.dispatchEvent(v)}},[s,n,r]),l.createElement("input",M({type:"checkbox","aria-hidden":!0,defaultChecked:qe(n)?!1:n},a,{tabIndex:-1,ref:i,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function qe(e){return e==="indeterminate"}function qa(e){return qe(e)?"indeterminate":e?"checked":"unchecked"}const Pu=ju,Iu=Ou,Fu=({id:e,label:t="",...n})=>{const r=l.useId();return o.jsxs(Tu,{children:[o.jsx(Hu,{id:e??r,"data-testid":"checkbox",...n,children:o.jsx(Du,{children:o.jsx(K,{name:"check",size:"sm"})})}),t&&o.jsx("label",{htmlFor:e??r,children:t})]})},Tu=L.div.withConfig({componentId:"sc-1sck1ja-0"})(["padding:",";display:flex;align-items:center;gap:",";"],({theme:e})=>e.click.checkbox.space.all,({theme:e})=>e.click.checkbox.space.gap),Hu=L(Pu).withConfig({componentId:"sc-1sck1ja-1"})(["display:flex;align-items:center;justify-content:center;",";"],({theme:e})=>`
|
|
242
|
+
`),W7=S.div.withConfig({componentId:"sc-471xo0-0"})(["display:inline-block;",""],({$state:e="default",$size:t="md",theme:o})=>`
|
|
243
|
+
background-color: ${o.click.badge.color.background[e]};
|
|
244
|
+
color: ${o.click.badge.color.text[e]};
|
|
245
|
+
font: ${o.click.badge.typography.label[t].default};
|
|
246
|
+
border-radius: ${o.click.badge.radii.all};
|
|
247
|
+
border: ${o.click.badge.stroke} solid ${o.click.badge.color.stroke[e]};
|
|
248
|
+
padding: ${o.click.badge.space[t].y} ${o.click.badge.space[t].x};
|
|
249
|
+
`),z7=S.div.withConfig({componentId:"sc-471xo0-1"})(["display:inline-flex;align-items:center;gap:",";"],({$size:e="md",theme:t})=>t.click.badge.space[e].gap),G7=S.svg.withConfig({componentId:"sc-471xo0-2"})(["",""],({$state:e="default",$size:t="md",theme:o})=>`
|
|
250
|
+
color: ${o.click.badge.color.text[e]};
|
|
251
|
+
height: ${o.click.badge.icon[t].size.height};
|
|
252
|
+
width: ${o.click.badge.icon[t].size.width};
|
|
253
|
+
`),v4=({text:e,state:t="default",size:o,dismissible:r,onClose:i})=>n.jsx(W7,{$state:t,$size:o,children:n.jsxs(z7,{children:[e,r&&n.jsx(G7,{name:"cross",$state:t,as:ne,onClick:i})]})}),K7=({labels:e,activeIndex:t,onClick:o})=>{const r=e.map((i,a)=>{const c=a===0?"left":a===e.length-1?"right":"center";return n.jsx(Q7,{active:a===t,position:c,onClick:()=>o==null?void 0:o(a),children:i},a)});return n.jsx(q7,{children:r})},q7=S.div.withConfig({componentId:"sc-ukgugp-0"})(["box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px 1px;border:var(--click-button-group-color-stroke-panel);background:var(--click-button-group-color-background-panel);"]),hn="var(--click-button-button-group-radii-end)",Y7=`${hn} 0px 0px ${hn}`,X7=`0px ${hn} ${hn} 0px`,J7="var(--click-button-button-group-radii-center)",Q7=S.button.withConfig({componentId:"sc-ukgugp-1"})(["box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;padding:var(--click-button-basic-space-y) var(--click-button-basic-space-x);gap:10px;background:",";border-radius:",";&:hover{background:var(--click-button-group-color-background-hover);}"],({active:e})=>e?"var(--click-button-group-color-background-active)":"var(--click-button-group-color-background-default)",({position:e})=>e==="left"?Y7:e==="right"?X7:J7),C4=({type:e="primary",iconLeft:t,iconRight:o,align:r="center",children:i,fillWidth:a,label:c,loading:s=!1,disabled:d,...u})=>n.jsxs(t8,{$styleType:e,$align:r,$fillWidth:a,disabled:d||s,...u,children:[t&&n.jsx(b4,{name:t,size:"sm"}),c??i,o&&n.jsx(b4,{name:o,size:"sm"}),s&&n.jsx(e8,{children:n.jsx(ne,{name:"loading-animated","data-testid":"click-ui-loading-icon"})})]}),e8=S.div.withConfig({componentId:"sc-1k4tz4c-0"})(["position:absolute;background-color:inherit;top:0;left:0;bottom:0;right:0;display:flex;align-content:center;justify-content:center;"]),t8=S(qn).withConfig({componentId:"sc-1k4tz4c-1"})(["width:",";color:",";background-color:",";border:"," solid ",";position:relative;display:flex;align-items:center;justify-content:",";&:hover{background-color:",";border:"," solid ",";transition:",";}&:active,&:focus{background-color:",";border:1px solid ",";}&:disabled,&:disabled:hover,&:disabled:active{background-color:",";color:",";border:"," solid ",";}"],({$fillWidth:e})=>e?"100%":"revert",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.default,({theme:e})=>e.click.button.stroke,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.default,({$align:e})=>e==="left"?"flex-start":"center",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.hover,({theme:e})=>e.click.button.stroke,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.hover,({theme:e})=>e.transition.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.disabled,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.disabled,({theme:e})=>e.click.button.stroke,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.disabled),b4=S(ne).withConfig({componentId:"sc-1k4tz4c-2"})(["height:",";width:",";svg{height:",";width:",";}"],({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all),Vo=({size:e,family:t,type:o,color:r,children:i})=>n.jsx(n8,{$color:r,$size:e,$family:t,as:o,children:i}),n8=S.div.withConfig({componentId:"sc-1bq7thb-0"})(["font:",";color:",";margin:0;padding:0;font-style:inherit;line-height:1;"],({$size:e="md",$family:t="product",theme:o})=>o.typography.styles[t].titles[e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),o8=({color:e,size:t,weight:o,className:r,children:i})=>n.jsx(r8,{$color:e,$size:t,$weight:o,className:r,children:i}),r8=S.p.withConfig({componentId:"sc-6r74pj-0"})(["font:",";color:",";margin:0;"],({$size:e="md",$weight:t="normal",theme:o})=>o.typography.styles.product.text[t][e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),xt=S(o8).withConfig({componentId:"sc-6r74pj-1"})([""]);xt.displayName="Text";const i8=S.div.withConfig({componentId:"sc-1drx130-0"})(["display:flex;justify-content:space-between;align-items:center;"]),a8=S.div.withConfig({componentId:"sc-1drx130-1"})(["display:flex;align-items:center;gap:",";h3{color:",";}"],({theme:e})=>e.click.card.secondary.space.gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default),s8=S.div.withConfig({componentId:"sc-1drx130-2"})(["display:flex;flex-direction:column;"]),l8=S.a.withConfig({componentId:"sc-1drx130-3"})(["display:flex;align-items:center;color:",";text-decoration:none;"],({theme:e})=>e.click.card.secondary.color.link.default),c8=S(ne).withConfig({componentId:"sc-1drx130-4"})(["color:",";height:",";width:",";"],({theme:e})=>e.click.card.secondary.color.link.default,({theme:e})=>e.click.image.md.size.height,({theme:e})=>e.click.image.md.size.width),To=S(xt).withConfig({componentId:"sc-1drx130-5"})([""]),Zo=S(c8).withConfig({componentId:"sc-1drx130-6"})([""]),d8=S.div.withConfig({componentId:"sc-1drx130-7"})(["background-color:",";border-radius:",";border:",";max-width:420px;min-width:320px;display:flex;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,:focus{background-color:",";cursor:pointer;",",","{color:",";}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;",",","{color:",";}}"],({theme:e})=>e.click.card.secondary.color.background.default,({theme:e})=>e.click.card.secondary.radii.all,({theme:e})=>`1px solid ${e.click.card.secondary.color.stroke.default}`,({theme:e})=>e.click.card.secondary.space.all,({theme:e})=>e.click.card.secondary.space.gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,To,Zo,({theme:e})=>e.click.card.secondary.color.link.hover,({theme:e})=>e.click.card.secondary.color.background.disabled,({theme:e})=>e.click.card.secondary.color.title.disabled,({theme:e})=>e.click.card.secondary.color.stroke.disabled,To,Zo,({theme:e})=>e.click.card.secondary.color.link.disabled),u8=({title:e,icon:t,badgeState:o,badgeText:r="",hasShadow:i=!1,disabled:a=!1,description:c,infoUrl:s,infoText:d})=>n.jsxs(d8,{$disabled:a,$hasShadow:i,children:[n.jsxs(i8,{children:[n.jsxs(a8,{$disabled:a,children:[n.jsx(ne,{name:t,size:"lg"}),n.jsx(Vo,{type:"h3",children:e})]}),r&&n.jsx(v4,{text:r,state:a==!0?"disabled":o})]}),n.jsx(s8,{children:n.jsx(xt,{color:"muted",children:c})}),(s||d)&&n.jsxs(l8,{href:a?void 0:s,as:a||!s||s.length===0?"div":"a",children:[n.jsx(To,{children:d}),n.jsx(Zo,{name:"chevron-right"})]})]}),f8=S.div.withConfig({componentId:"sc-2dguvi-0"})(["background-color:",";border-radius:",";border:",";display:flex;max-width:100%;text-align:center;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,&:focus{background-color:",";cursor:pointer;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}"],({theme:e})=>e.click.card.primary.color.background.default,({theme:e})=>e.click.card.primary.radii.all,({theme:e})=>`1px solid ${e.click.card.primary.color.stroke.default}`,({$size:e="md",theme:t})=>`${t.click.card.primary.space[e].x} ${t.click.card.primary.space[e].y}`,({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,({theme:e})=>e.click.button.basic.color.primary.background.hover,({theme:e})=>e.click.button.basic.color.primary.stroke.hover,({theme:e})=>e.click.button.basic.color.primary.background.active,({theme:e})=>e.click.button.basic.color.primary.stroke.active,({theme:e})=>e.click.card.primary.color.background.disabled,({theme:e})=>e.click.card.primary.color.title.disabled,({theme:e})=>e.click.card.primary.color.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled),p8=S.div.withConfig({componentId:"sc-2dguvi-1"})(["display:flex;flex-direction:column;align-items:center;gap:",";h3{color:",";}svg{height:",";width:",";}"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all),h8=S.div.withConfig({componentId:"sc-2dguvi-2"})(["width:85%;display:flex;flex-direction:column;align-self:center;gap:",";"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap),g8=({title:e,icon:t,hasShadow:o=!1,description:r,infoUrl:i,infoText:a,size:c,disabled:s=!1})=>{const d=()=>{i&&window.open(i,"_blank")},u=!i||i.length===0?"div":C4;return n.jsxs(f8,{$hasShadow:o,$size:c,$disabled:s,children:[n.jsxs(p8,{$size:c,$disabled:s,children:[n.jsx(ne,{name:t}),n.jsx(Vo,{type:"h3",children:e})]}),n.jsx(h8,{$size:c,children:n.jsx(xt,{color:"muted",children:r})}),c=="sm"&&n.jsx(Mi,{size:"sm"}),a&&n.jsx(u,{onClick:d,disabled:s,children:a})]})};function Ao(e){const t=l.useRef({value:e,previous:e});return l.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}const m4="Checkbox",[v8,My]=xe(m4),[C8,b8]=v8(m4),m8=l.forwardRef((e,t)=>{const{__scopeCheckbox:o,name:r,checked:i,defaultChecked:a,required:c,disabled:s,value:d="on",onCheckedChange:u,...f}=e,[p,h]=l.useState(null),g=he(t,y=>h(y)),C=l.useRef(!1),v=p?!!p.closest("form"):!0,[b=!1,m]=$e({prop:i,defaultProp:a,onChange:u}),w=l.useRef(b);return l.useEffect(()=>{const y=p==null?void 0:p.form;if(y){const k=()=>m(w.current);return y.addEventListener("reset",k),()=>y.removeEventListener("reset",k)}},[p,m]),l.createElement(C8,{scope:o,state:b,disabled:s},l.createElement(re.button,E({type:"button",role:"checkbox","aria-checked":b1(b)?"mixed":b,"aria-required":c,"data-state":x4(b),"data-disabled":s?"":void 0,disabled:s,value:d},f,{ref:g,onKeyDown:T(e.onKeyDown,y=>{y.key==="Enter"&&y.preventDefault()}),onClick:T(e.onClick,y=>{m(k=>b1(k)?!0:!k),v&&(C.current=y.isPropagationStopped(),C.current||y.stopPropagation())})})),v&&l.createElement(k8,{control:p,bubbles:!C.current,name:r,value:d,checked:b,required:c,disabled:s,style:{transform:"translateX(-100%)"}}))}),x8="CheckboxIndicator",w8=l.forwardRef((e,t)=>{const{__scopeCheckbox:o,forceMount:r,...i}=e,a=b8(x8,o);return l.createElement(Me,{present:r||b1(a.state)||a.state===!0},l.createElement(re.span,E({"data-state":x4(a.state),"data-disabled":a.disabled?"":void 0},i,{ref:t,style:{pointerEvents:"none",...e.style}})))}),k8=e=>{const{control:t,checked:o,bubbles:r=!0,...i}=e,a=l.useRef(null),c=Ao(o),s=Yt(t);return l.useEffect(()=>{const d=a.current,u=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(u,"checked").set;if(c!==o&&p){const h=new Event("click",{bubbles:r});d.indeterminate=b1(o),p.call(d,b1(o)?!1:o),d.dispatchEvent(h)}},[c,o,r]),l.createElement("input",E({type:"checkbox","aria-hidden":!0,defaultChecked:b1(o)?!1:o},i,{tabIndex:-1,ref:a,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function b1(e){return e==="indeterminate"}function x4(e){return b1(e)?"indeterminate":e?"checked":"unchecked"}const y8=m8,L8=w8,$8=S(it).withConfig({componentId:"sc-1sck1ja-0"})(["max-width:fit-content;"]),M8=({id:e,label:t,disabled:o,orientation:r,dir:i,...a})=>{const c=l.useId();return n.jsxs($8,{$orientation:r??"horizontal",$dir:i??"end",children:[n.jsx(j8,{id:e??c,"data-testid":"checkbox",disabled:o,...a,children:n.jsx(S8,{children:n.jsx(ne,{name:"check",size:"sm"})})}),t&&n.jsx(_1,{htmlFor:e??c,disabled:o,children:t})]})},j8=S(y8).withConfig({componentId:"sc-1sck1ja-1"})(["display:flex;align-items:center;justify-content:center;",";"],({theme:e})=>`
|
|
246
254
|
border-radius: ${e.click.checkbox.radii.all};
|
|
247
255
|
width: ${e.click.checkbox.size.all};
|
|
248
256
|
height: ${e.click.checkbox.size.all};
|
|
@@ -250,23 +258,12 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
250
258
|
border: 1px solid ${e.click.checkbox.color.stroke.default};
|
|
251
259
|
cursor: pointer;
|
|
252
260
|
|
|
253
|
-
& ~ label {
|
|
254
|
-
color: ${e.click.checkbox.color.label.default};
|
|
255
|
-
font: ${e.click.field.typography.fieldText.default}
|
|
256
|
-
cursor: pointer;
|
|
257
|
-
}
|
|
258
261
|
&:hover {
|
|
259
262
|
background: ${e.click.checkbox.color.background.hover};
|
|
260
|
-
&~ label {
|
|
261
|
-
color: ${e.click.checkbox.color.label.hover};
|
|
262
|
-
}
|
|
263
263
|
}
|
|
264
264
|
&[data-state="checked"] {
|
|
265
265
|
border-color: ${e.click.checkbox.color.stroke.active};
|
|
266
266
|
background: ${e.click.checkbox.color.background.active};
|
|
267
|
-
& ~ label {
|
|
268
|
-
color: ${e.click.checkbox.color.label.active};
|
|
269
|
-
}
|
|
270
267
|
}
|
|
271
268
|
&[data-disabled] {
|
|
272
269
|
background: ${e.click.checkbox.color.background.disabled};
|
|
@@ -275,16 +272,41 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
275
272
|
background: ${e.click.checkbox.color.background.disabled};
|
|
276
273
|
border-color: ${e.click.checkbox.color.stroke.disabled};
|
|
277
274
|
}
|
|
278
|
-
& ~ label {
|
|
279
|
-
color: ${e.click.checkbox.color.label.disabled};
|
|
280
|
-
}
|
|
281
275
|
}
|
|
282
|
-
`),
|
|
276
|
+
`),S8=S(L8).withConfig({componentId:"sc-1sck1ja-2"})(["",""],({theme:e})=>`
|
|
283
277
|
color: ${e.click.checkbox.color.check.active};
|
|
284
278
|
&[data-disabled] {
|
|
285
279
|
color: ${e.click.checkbox.color.check.disabled};
|
|
286
280
|
}
|
|
287
|
-
`)
|
|
281
|
+
`);function _8(e,t){if(e==null)return{};var o={},r=Object.keys(e),i,a;for(a=0;a<r.length;a++)i=r[a],!(t.indexOf(i)>=0)&&(o[i]=e[i]);return o}function E8(e,t){if(e==null)return{};var o=_8(e,t),r,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)r=a[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function Do(e,t){(t==null||t>e.length)&&(t=e.length);for(var o=0,r=new Array(t);o<t;o++)r[o]=e[o];return r}function O8(e){if(Array.isArray(e))return Do(e)}function H8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function P8(e,t){if(e){if(typeof e=="string")return Do(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);if(o==="Object"&&e.constructor&&(o=e.constructor.name),o==="Map"||o==="Set")return Array.from(e);if(o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return Do(e,t)}}function I8(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
282
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function F8(e){return O8(e)||H8(e)||P8(e)||I8()}function wt(e){"@babel/helpers - typeof";return wt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},wt(e)}function V8(e,t){if(wt(e)!=="object"||e===null)return e;var o=e[Symbol.toPrimitive];if(o!==void 0){var r=o.call(e,t||"default");if(wt(r)!=="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function T8(e){var t=V8(e,"string");return wt(t)==="symbol"?t:String(t)}function w4(e,t,o){return t=T8(t),t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function k4(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),o.push.apply(o,r)}return o}function A1(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{};t%2?k4(Object(o),!0).forEach(function(r){w4(e,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):k4(Object(o)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(o,r))})}return e}function Z8(e){var t=e.length;if(t===0||t===1)return e;if(t===2)return[e[0],e[1],"".concat(e[0],".").concat(e[1]),"".concat(e[1],".").concat(e[0])];if(t===3)return[e[0],e[1],e[2],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0])];if(t>=4)return[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]}var No={};function A8(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return No[t]||(No[t]=Z8(e)),No[t]}function D8(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2?arguments[2]:void 0,r=e.filter(function(a){return a!=="token"}),i=A8(r);return i.reduce(function(a,c){return A1(A1({},a),o[c])},t)}function y4(e){return e.join(" ")}function N8(e,t){var o=0;return function(r){return o+=1,r.map(function(i,a){return Bo({node:i,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(o,"-").concat(a)})})}}function Bo(e){var t=e.node,o=e.stylesheet,r=e.style,i=r===void 0?{}:r,a=e.useInlineStyles,c=e.key,s=t.properties,d=t.type,u=t.tagName,f=t.value;if(d==="text")return f;if(u){var p=N8(o,a),h;if(!a)h=A1(A1({},s),{},{className:y4(s.className)});else{var g=Object.keys(o).reduce(function(m,w){return w.split(".").forEach(function(y){m.includes(y)||m.push(y)}),m},[]),C=s.className&&s.className.includes("token")?["token"]:[],v=s.className&&C.concat(s.className.filter(function(m){return!g.includes(m)}));h=A1(A1({},s),{},{className:y4(v)||void 0,style:D8(s.className,Object.assign({},s.style,i),o)})}var b=p(t.children);return l.createElement(u,E({key:c},h),b)}}const B8=function(e,t){var o=e.listLanguages();return o.indexOf(t)!==-1};var R8=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function L4(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),o.push.apply(o,r)}return o}function Re(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{};t%2?L4(Object(o),!0).forEach(function(r){w4(e,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):L4(Object(o)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(o,r))})}return e}var U8=/\n/g;function W8(e){return e.match(U8)}function z8(e){var t=e.lines,o=e.startingLineNumber,r=e.style;return t.map(function(i,a){var c=a+o;return l.createElement("span",{key:"line-".concat(a),className:"react-syntax-highlighter-line-number",style:typeof r=="function"?r(c):r},"".concat(c,`
|
|
283
|
+
`))})}function G8(e){var t=e.codeString,o=e.codeStyle,r=e.containerStyle,i=r===void 0?{float:"left",paddingRight:"10px"}:r,a=e.numberStyle,c=a===void 0?{}:a,s=e.startingLineNumber;return l.createElement("code",{style:Object.assign({},o,i)},z8({lines:t.replace(/\n$/,"").split(`
|
|
284
|
+
`),style:c,startingLineNumber:s}))}function K8(e){return"".concat(e.toString().length,".25em")}function $4(e,t){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(e),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:t},children:[{type:"text",value:e}]}}function M4(e,t,o){var r={display:"inline-block",minWidth:K8(o),paddingRight:"1em",textAlign:"right",userSelect:"none"},i=typeof e=="function"?e(t):e,a=Re(Re({},r),i);return a}function gn(e){var t=e.children,o=e.lineNumber,r=e.lineNumberStyle,i=e.largestLineNumber,a=e.showInlineLineNumbers,c=e.lineProps,s=c===void 0?{}:c,d=e.className,u=d===void 0?[]:d,f=e.showLineNumbers,p=e.wrapLongLines,h=typeof s=="function"?s(o):s;if(h.className=u,o&&a){var g=M4(r,o,i);t.unshift($4(o,g))}return p&f&&(h.style=Re(Re({},h.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:h,children:t}}function j4(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],r=0;r<e.length;r++){var i=e[r];if(i.type==="text")o.push(gn({children:[i],className:F8(new Set(t))}));else if(i.children){var a=t.concat(i.properties.className);j4(i.children,a).forEach(function(c){return o.push(c)})}}return o}function q8(e,t,o,r,i,a,c,s,d){var u,f=j4(e.value),p=[],h=-1,g=0;function C(M,$){var O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return gn({children:M,lineNumber:$,lineNumberStyle:s,largestLineNumber:c,showInlineLineNumbers:i,lineProps:o,className:O,showLineNumbers:r,wrapLongLines:d})}function v(M,$){if(r&&$&&i){var O=M4(s,$,c);M.unshift($4($,O))}return M}function b(M,$){var O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||O.length>0?C(M,$,O):v(M,$)}for(var m=function(){var $=f[g],O=$.children[0].value,F=W8(O);if(F){var A=O.split(`
|
|
285
|
+
`);A.forEach(function(z,X){var te=r&&p.length+a,W={type:"text",value:"".concat(z,`
|
|
286
|
+
`)};if(X===0){var q=f.slice(h+1,g).concat(gn({children:[W],className:$.properties.className})),G=b(q,te);p.push(G)}else if(X===A.length-1){var J=f[g+1]&&f[g+1].children&&f[g+1].children[0],pe={type:"text",value:"".concat(z)};if(J){var se=gn({children:[pe],className:$.properties.className});f.splice(g+1,0,se)}else{var _=[pe],I=b(_,te,$.properties.className);p.push(I)}}else{var U=[W],Z=b(U,te,$.properties.className);p.push(Z)}}),h=g}g++};g<f.length;)m();if(h!==f.length-1){var w=f.slice(h+1,f.length);if(w&&w.length){var y=r&&p.length+a,k=b(w,y);p.push(k)}}return t?p:(u=[]).concat.apply(u,p)}function Y8(e){var t=e.rows,o=e.stylesheet,r=e.useInlineStyles;return t.map(function(i,a){return Bo({node:i,stylesheet:o,useInlineStyles:r,key:"code-segement".concat(a)})})}function S4(e){return e&&typeof e.highlightAuto<"u"}function X8(e){var t=e.astGenerator,o=e.language,r=e.code,i=e.defaultCodeValue;if(S4(t)){var a=B8(t,o);return o==="text"?{value:i,language:"text"}:a?t.highlight(o,r):t.highlightAuto(r)}try{return o&&o!=="text"?{value:t.highlight(r,o)}:{value:i}}catch{return{value:i}}}function J8(e,t){return function(r){var i=r.language,a=r.children,c=r.style,s=c===void 0?t:c,d=r.customStyle,u=d===void 0?{}:d,f=r.codeTagProps,p=f===void 0?{className:i?"language-".concat(i):void 0,style:Re(Re({},s['code[class*="language-"]']),s['code[class*="language-'.concat(i,'"]')])}:f,h=r.useInlineStyles,g=h===void 0?!0:h,C=r.showLineNumbers,v=C===void 0?!1:C,b=r.showInlineLineNumbers,m=b===void 0?!0:b,w=r.startingLineNumber,y=w===void 0?1:w,k=r.lineNumberContainerStyle,M=r.lineNumberStyle,$=M===void 0?{}:M,O=r.wrapLines,F=r.wrapLongLines,A=F===void 0?!1:F,z=r.lineProps,X=z===void 0?{}:z,te=r.renderer,W=r.PreTag,q=W===void 0?"pre":W,G=r.CodeTag,J=G===void 0?"code":G,pe=r.code,se=pe===void 0?(Array.isArray(a)?a[0]:a)||"":pe,_=r.astGenerator,I=E8(r,R8);_=_||e;var U=v?l.createElement(G8,{containerStyle:k,codeStyle:p.style||{},numberStyle:$,startingLineNumber:y,codeString:se}):null,Z=s.hljs||s['pre[class*="language-"]']||{backgroundColor:"#fff"},j=S4(_)?"hljs":"prismjs",P=g?Object.assign({},I,{style:Object.assign({},Z,u)}):Object.assign({},I,{className:I.className?"".concat(j," ").concat(I.className):j,style:Object.assign({},u)});if(A?p.style=Re(Re({},p.style),{},{whiteSpace:"pre-wrap"}):p.style=Re(Re({},p.style),{},{whiteSpace:"pre"}),!_)return l.createElement(q,P,U,l.createElement(J,p,se));(O===void 0&&te||A)&&(O=!0),te=te||Y8;var B=[{type:"text",value:se}],Y=X8({astGenerator:_,language:i,code:se,defaultCodeValue:B});Y.language===null&&(Y.value=B);var ae=Y.value.length+y,ve=q8(Y,O,X,v,m,y,ae,$,A);return l.createElement(q,P,l.createElement(J,p,!m&&U,te({rows:ve,stylesheet:s,useInlineStyles:g})))}}var m1={};function Ro(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error("set is read-only")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(function(t){var o=e[t];typeof o=="object"&&!Object.isFrozen(o)&&Ro(o)}),e}var _4=Ro,Q8=Ro;_4.default=Q8;class E4{constructor(t){t.data===void 0&&(t.data={}),this.data=t.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function D1(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function i1(e,...t){const o=Object.create(null);for(const r in e)o[r]=e[r];return t.forEach(function(r){for(const i in r)o[i]=r[i]}),o}const e9="</span>",O4=e=>!!e.kind;class t9{constructor(t,o){this.buffer="",this.classPrefix=o.classPrefix,t.walk(this)}addText(t){this.buffer+=D1(t)}openNode(t){if(!O4(t))return;let o=t.kind;t.sublanguage||(o=`${this.classPrefix}${o}`),this.span(o)}closeNode(t){O4(t)&&(this.buffer+=e9)}value(){return this.buffer}span(t){this.buffer+=`<span class="${t}">`}}class Uo{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(t){this.top.children.push(t)}openNode(t){const o={kind:t,children:[]};this.add(o),this.stack.push(o)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(t){return this.constructor._walk(t,this.rootNode)}static _walk(t,o){return typeof o=="string"?t.addText(o):o.children&&(t.openNode(o),o.children.forEach(r=>this._walk(t,r)),t.closeNode(o)),t}static _collapse(t){typeof t!="string"&&t.children&&(t.children.every(o=>typeof o=="string")?t.children=[t.children.join("")]:t.children.forEach(o=>{Uo._collapse(o)}))}}class n9 extends Uo{constructor(t){super(),this.options=t}addKeyword(t,o){t!==""&&(this.openNode(o),this.addText(t),this.closeNode())}addText(t){t!==""&&this.add(t)}addSublanguage(t,o){const r=t.root;r.kind=o,r.sublanguage=!0,this.add(r)}toHTML(){return new t9(this,this.options).value()}finalize(){return!0}}function o9(e){return new RegExp(e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function kt(e){return e?typeof e=="string"?e:e.source:null}function r9(...e){return e.map(o=>kt(o)).join("")}function i9(...e){return"("+e.map(o=>kt(o)).join("|")+")"}function a9(e){return new RegExp(e.toString()+"|").exec("").length-1}function s9(e,t){const o=e&&e.exec(t);return o&&o.index===0}const l9=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function c9(e,t="|"){let o=0;return e.map(r=>{o+=1;const i=o;let a=kt(r),c="";for(;a.length>0;){const s=l9.exec(a);if(!s){c+=a;break}c+=a.substring(0,s.index),a=a.substring(s.index+s[0].length),s[0][0]==="\\"&&s[1]?c+="\\"+String(Number(s[1])+i):(c+=s[0],s[0]==="("&&o++)}return c}).map(r=>`(${r})`).join(t)}const d9=/\b\B/,H4="[a-zA-Z]\\w*",Wo="[a-zA-Z_]\\w*",zo="\\b\\d+(\\.\\d+)?",P4="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",I4="\\b(0b[01]+)",u9="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",f9=(e={})=>{const t=/^#![ ]*\//;return e.binary&&(e.begin=r9(t,/.*\b/,e.binary,/\b.*/)),i1({className:"meta",begin:t,end:/$/,relevance:0,"on:begin":(o,r)=>{o.index!==0&&r.ignoreMatch()}},e)},yt={begin:"\\\\[\\s\\S]",relevance:0},p9={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[yt]},h9={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[yt]},F4={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},vn=function(e,t,o={}){const r=i1({className:"comment",begin:e,end:t,contains:[]},o);return r.contains.push(F4),r.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),r},g9=vn("//","$"),v9=vn("/\\*","\\*/"),C9=vn("#","$"),b9={className:"number",begin:zo,relevance:0},m9={className:"number",begin:P4,relevance:0},x9={className:"number",begin:I4,relevance:0},w9={className:"number",begin:zo+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},k9={begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[yt,{begin:/\[/,end:/\]/,relevance:0,contains:[yt]}]}]},y9={className:"title",begin:H4,relevance:0},L9={className:"title",begin:Wo,relevance:0},$9={begin:"\\.\\s*"+Wo,relevance:0};var Cn=Object.freeze({__proto__:null,MATCH_NOTHING_RE:d9,IDENT_RE:H4,UNDERSCORE_IDENT_RE:Wo,NUMBER_RE:zo,C_NUMBER_RE:P4,BINARY_NUMBER_RE:I4,RE_STARTERS_RE:u9,SHEBANG:f9,BACKSLASH_ESCAPE:yt,APOS_STRING_MODE:p9,QUOTE_STRING_MODE:h9,PHRASAL_WORDS_MODE:F4,COMMENT:vn,C_LINE_COMMENT_MODE:g9,C_BLOCK_COMMENT_MODE:v9,HASH_COMMENT_MODE:C9,NUMBER_MODE:b9,C_NUMBER_MODE:m9,BINARY_NUMBER_MODE:x9,CSS_NUMBER_MODE:w9,REGEXP_MODE:k9,TITLE_MODE:y9,UNDERSCORE_TITLE_MODE:L9,METHOD_GUARD:$9,END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(t,o)=>{o.data._beginMatch=t[1]},"on:end":(t,o)=>{o.data._beginMatch!==t[1]&&o.ignoreMatch()}})}});function M9(e,t){e.input[e.index-1]==="."&&t.ignoreMatch()}function j9(e,t){t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=M9,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,e.relevance===void 0&&(e.relevance=0))}function S9(e,t){Array.isArray(e.illegal)&&(e.illegal=i9(...e.illegal))}function _9(e,t){if(e.match){if(e.begin||e.end)throw new Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function E9(e,t){e.relevance===void 0&&(e.relevance=1)}const O9=["of","and","for","in","not","or","if","then","parent","list","value"],H9="keyword";function V4(e,t,o=H9){const r={};return typeof e=="string"?i(o,e.split(" ")):Array.isArray(e)?i(o,e):Object.keys(e).forEach(function(a){Object.assign(r,V4(e[a],t,a))}),r;function i(a,c){t&&(c=c.map(s=>s.toLowerCase())),c.forEach(function(s){const d=s.split("|");r[d[0]]=[a,P9(d[0],d[1])]})}}function P9(e,t){return t?Number(t):I9(e)?0:1}function I9(e){return O9.includes(e.toLowerCase())}function F9(e,{plugins:t}){function o(s,d){return new RegExp(kt(s),"m"+(e.case_insensitive?"i":"")+(d?"g":""))}class r{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(d,u){u.position=this.position++,this.matchIndexes[this.matchAt]=u,this.regexes.push([u,d]),this.matchAt+=a9(d)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const d=this.regexes.map(u=>u[1]);this.matcherRe=o(c9(d),!0),this.lastIndex=0}exec(d){this.matcherRe.lastIndex=this.lastIndex;const u=this.matcherRe.exec(d);if(!u)return null;const f=u.findIndex((h,g)=>g>0&&h!==void 0),p=this.matchIndexes[f];return u.splice(0,f),Object.assign(u,p)}}class i{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(d){if(this.multiRegexes[d])return this.multiRegexes[d];const u=new r;return this.rules.slice(d).forEach(([f,p])=>u.addRule(f,p)),u.compile(),this.multiRegexes[d]=u,u}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(d,u){this.rules.push([d,u]),u.type==="begin"&&this.count++}exec(d){const u=this.getMatcher(this.regexIndex);u.lastIndex=this.lastIndex;let f=u.exec(d);if(this.resumingScanAtSamePosition()&&!(f&&f.index===this.lastIndex)){const p=this.getMatcher(0);p.lastIndex=this.lastIndex+1,f=p.exec(d)}return f&&(this.regexIndex+=f.position+1,this.regexIndex===this.count&&this.considerAll()),f}}function a(s){const d=new i;return s.contains.forEach(u=>d.addRule(u.begin,{rule:u,type:"begin"})),s.terminatorEnd&&d.addRule(s.terminatorEnd,{type:"end"}),s.illegal&&d.addRule(s.illegal,{type:"illegal"}),d}function c(s,d){const u=s;if(s.isCompiled)return u;[_9].forEach(p=>p(s,d)),e.compilerExtensions.forEach(p=>p(s,d)),s.__beforeBegin=null,[j9,S9,E9].forEach(p=>p(s,d)),s.isCompiled=!0;let f=null;if(typeof s.keywords=="object"&&(f=s.keywords.$pattern,delete s.keywords.$pattern),s.keywords&&(s.keywords=V4(s.keywords,e.case_insensitive)),s.lexemes&&f)throw new Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return f=f||s.lexemes||/\w+/,u.keywordPatternRe=o(f,!0),d&&(s.begin||(s.begin=/\B|\b/),u.beginRe=o(s.begin),s.endSameAsBegin&&(s.end=s.begin),!s.end&&!s.endsWithParent&&(s.end=/\B|\b/),s.end&&(u.endRe=o(s.end)),u.terminatorEnd=kt(s.end)||"",s.endsWithParent&&d.terminatorEnd&&(u.terminatorEnd+=(s.end?"|":"")+d.terminatorEnd)),s.illegal&&(u.illegalRe=o(s.illegal)),s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map(function(p){return V9(p==="self"?s:p)})),s.contains.forEach(function(p){c(p,u)}),s.starts&&c(s.starts,d),u.matcher=a(u),u}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=i1(e.classNameAliases||{}),c(e)}function T4(e){return e?e.endsWithParent||T4(e.starts):!1}function V9(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(t){return i1(e,{variants:null},t)})),e.cachedVariants?e.cachedVariants:T4(e)?i1(e,{starts:e.starts?i1(e.starts):null}):Object.isFrozen(e)?i1(e):e}var T9="10.7.3";function Z9(e){return!!(e||e==="")}function A9(e){const t={props:["language","code","autodetect"],data:function(){return{detectedLanguage:"",unknownLanguage:!1}},computed:{className(){return this.unknownLanguage?"":"hljs "+this.detectedLanguage},highlighted(){if(!this.autoDetect&&!e.getLanguage(this.language))return console.warn(`The language "${this.language}" you specified could not be found.`),this.unknownLanguage=!0,D1(this.code);let r={};return this.autoDetect?(r=e.highlightAuto(this.code),this.detectedLanguage=r.language):(r=e.highlight(this.language,this.code,this.ignoreIllegals),this.detectedLanguage=this.language),r.value},autoDetect(){return!this.language||Z9(this.autodetect)},ignoreIllegals(){return!0}},render(r){return r("pre",{},[r("code",{class:this.className,domProps:{innerHTML:this.highlighted}})])}};return{Component:t,VuePlugin:{install(r){r.component("highlightjs",t)}}}}const D9={"after:highlightElement":({el:e,result:t,text:o})=>{const r=Z4(e);if(!r.length)return;const i=document.createElement("div");i.innerHTML=t.value,t.value=N9(r,Z4(i),o)}};function Go(e){return e.nodeName.toLowerCase()}function Z4(e){const t=[];return function o(r,i){for(let a=r.firstChild;a;a=a.nextSibling)a.nodeType===3?i+=a.nodeValue.length:a.nodeType===1&&(t.push({event:"start",offset:i,node:a}),i=o(a,i),Go(a).match(/br|hr|img|input/)||t.push({event:"stop",offset:i,node:a}));return i}(e,0),t}function N9(e,t,o){let r=0,i="";const a=[];function c(){return!e.length||!t.length?e.length?e:t:e[0].offset!==t[0].offset?e[0].offset<t[0].offset?e:t:t[0].event==="start"?e:t}function s(f){function p(h){return" "+h.nodeName+'="'+D1(h.value)+'"'}i+="<"+Go(f)+[].map.call(f.attributes,p).join("")+">"}function d(f){i+="</"+Go(f)+">"}function u(f){(f.event==="start"?s:d)(f.node)}for(;e.length||t.length;){let f=c();if(i+=D1(o.substring(r,f[0].offset)),r=f[0].offset,f===e){a.reverse().forEach(d);do u(f.splice(0,1)[0]),f=c();while(f===e&&f.length&&f[0].offset===r);a.reverse().forEach(s)}else f[0].event==="start"?a.push(f[0].node):a.pop(),u(f.splice(0,1)[0])}return i+D1(o.substr(r))}const A4={},Ko=e=>{console.error(e)},D4=(e,...t)=>{console.log(`WARN: ${e}`,...t)},Fe=(e,t)=>{A4[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),A4[`${e}/${t}`]=!0)},qo=D1,N4=i1,B4=Symbol("nomatch");var B9=function(e){const t=Object.create(null),o=Object.create(null),r=[];let i=!0;const a=/(^(<[^>]+>|\t|)+|\n)/gm,c="Could not find the language '{}', did you forget to load/include a language module?",s={disableAutodetect:!0,name:"Plain text",contains:[]};let d={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:n9};function u(j){return d.noHighlightRe.test(j)}function f(j){let P=j.className+" ";P+=j.parentNode?j.parentNode.className:"";const B=d.languageDetectRe.exec(P);if(B){const Y=G(B[1]);return Y||(D4(c.replace("{}",B[1])),D4("Falling back to no-highlight mode for this block.",j)),Y?B[1]:"no-highlight"}return P.split(/\s+/).find(Y=>u(Y)||G(Y))}function p(j,P,B,Y){let ae="",ve="";typeof P=="object"?(ae=j,B=P.ignoreIllegals,ve=P.language,Y=void 0):(Fe("10.7.0","highlight(lang, code, ...args) has been deprecated."),Fe("10.7.0",`Please use highlight(code, options) instead.
|
|
287
|
+
https://github.com/highlightjs/highlight.js/issues/2277`),ve=j,ae=P);const ue={code:ae,language:ve};I("before:highlight",ue);const be=ue.result?ue.result:h(ue.language,ue.code,B,Y);return be.code=ue.code,I("after:highlight",be),be}function h(j,P,B,Y){function ae(D,R){const ee=He.case_insensitive?R[0].toLowerCase():R[0];return Object.prototype.hasOwnProperty.call(D.keywords,ee)&&D.keywords[ee]}function ve(){if(!Q.keywords){we.addText(ge);return}let D=0;Q.keywordPatternRe.lastIndex=0;let R=Q.keywordPatternRe.exec(ge),ee="";for(;R;){ee+=ge.substring(D,R.index);const ce=ae(Q,R);if(ce){const[ye,Q1]=ce;if(we.addText(ee),ee="",S1+=Q1,ye.startsWith("_"))ee+=R[0];else{const A2=He.classNameAliases[ye]||ye;we.addKeyword(R[0],A2)}}else ee+=R[0];D=Q.keywordPatternRe.lastIndex,R=Q.keywordPatternRe.exec(ge)}ee+=ge.substr(D),we.addText(ee)}function ue(){if(ge==="")return;let D=null;if(typeof Q.subLanguage=="string"){if(!t[Q.subLanguage]){we.addText(ge);return}D=h(Q.subLanguage,ge,!0,zn[Q.subLanguage]),zn[Q.subLanguage]=D.top}else D=C(ge,Q.subLanguage.length?Q.subLanguage:null);Q.relevance>0&&(S1+=D.relevance),we.addSublanguage(D.emitter,D.language)}function be(){Q.subLanguage!=null?ue():ve(),ge=""}function Se(D){return D.className&&we.openNode(He.classNameAliases[D.className]||D.className),Q=Object.create(D,{parent:{value:Q}}),Q}function Oe(D,R,ee){let ce=s9(D.endRe,ee);if(ce){if(D["on:end"]){const ye=new E4(D);D["on:end"](R,ye),ye.isMatchIgnored&&(ce=!1)}if(ce){for(;D.endsParent&&D.parent;)D=D.parent;return D}}if(D.endsWithParent)return Oe(D.parent,R,ee)}function Ft(D){return Q.matcher.regexIndex===0?(ge+=D[0],1):(J1=!0,0)}function M1(D){const R=D[0],ee=D.rule,ce=new E4(ee),ye=[ee.__beforeBegin,ee["on:begin"]];for(const Q1 of ye)if(Q1&&(Q1(D,ce),ce.isMatchIgnored))return Ft(R);return ee&&ee.endSameAsBegin&&(ee.endRe=o9(R)),ee.skip?ge+=R:(ee.excludeBegin&&(ge+=R),be(),!ee.returnBegin&&!ee.excludeBegin&&(ge=R)),Se(ee),ee.returnBegin?0:R.length}function d1(D){const R=D[0],ee=P.substr(D.index),ce=Oe(Q,D,ee);if(!ce)return B4;const ye=Q;ye.skip?ge+=R:(ye.returnEnd||ye.excludeEnd||(ge+=R),be(),ye.excludeEnd&&(ge=R));do Q.className&&we.closeNode(),!Q.skip&&!Q.subLanguage&&(S1+=Q.relevance),Q=Q.parent;while(Q!==ce.parent);return ce.starts&&(ce.endSameAsBegin&&(ce.starts.endRe=ce.endRe),Se(ce.starts)),ye.returnEnd?0:R.length}function u1(){const D=[];for(let R=Q;R!==He;R=R.parent)R.className&&D.unshift(R.className);D.forEach(R=>we.openNode(R))}let Xe={};function j1(D,R){const ee=R&&R[0];if(ge+=D,ee==null)return be(),0;if(Xe.type==="begin"&&R.type==="end"&&Xe.index===R.index&&ee===""){if(ge+=P.slice(R.index,R.index+1),!i){const ce=new Error("0 width match regex");throw ce.languageName=j,ce.badRule=Xe.rule,ce}return 1}if(Xe=R,R.type==="begin")return M1(R);if(R.type==="illegal"&&!B){const ce=new Error('Illegal lexeme "'+ee+'" for mode "'+(Q.className||"<unnamed>")+'"');throw ce.mode=Q,ce}else if(R.type==="end"){const ce=d1(R);if(ce!==B4)return ce}if(R.type==="illegal"&&ee==="")return 1;if(Tt>1e5&&Tt>R.index*3)throw new Error("potential infinite loop, way more iterations than matches");return ge+=ee,ee.length}const He=G(j);if(!He)throw Ko(c.replace("{}",j)),new Error('Unknown language: "'+j+'"');const f1=F9(He,{plugins:r});let Vt="",Q=Y||f1;const zn={},we=new d.__emitter(d);u1();let ge="",S1=0,Ve=0,Tt=0,J1=!1;try{for(Q.matcher.considerAll();;){Tt++,J1?J1=!1:Q.matcher.considerAll(),Q.matcher.lastIndex=Ve;const D=Q.matcher.exec(P);if(!D)break;const R=P.substring(Ve,D.index),ee=j1(R,D);Ve=D.index+ee}return j1(P.substr(Ve)),we.closeAllNodes(),we.finalize(),Vt=we.toHTML(),{relevance:Math.floor(S1),value:Vt,language:j,illegal:!1,emitter:we,top:Q}}catch(D){if(D.message&&D.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:D.message,context:P.slice(Ve-100,Ve+100),mode:D.mode},sofar:Vt,relevance:0,value:qo(P),emitter:we};if(i)return{illegal:!1,relevance:0,value:qo(P),emitter:we,language:j,top:Q,errorRaised:D};throw D}}function g(j){const P={relevance:0,emitter:new d.__emitter(d),value:qo(j),illegal:!1,top:s};return P.emitter.addText(j),P}function C(j,P){P=P||d.languages||Object.keys(t);const B=g(j),Y=P.filter(G).filter(pe).map(Se=>h(Se,j,!1));Y.unshift(B);const ae=Y.sort((Se,Oe)=>{if(Se.relevance!==Oe.relevance)return Oe.relevance-Se.relevance;if(Se.language&&Oe.language){if(G(Se.language).supersetOf===Oe.language)return 1;if(G(Oe.language).supersetOf===Se.language)return-1}return 0}),[ve,ue]=ae,be=ve;return be.second_best=ue,be}function v(j){return d.tabReplace||d.useBR?j.replace(a,P=>P===`
|
|
288
|
+
`?d.useBR?"<br>":P:d.tabReplace?P.replace(/\t/g,d.tabReplace):P):j}function b(j,P,B){const Y=P?o[P]:B;j.classList.add("hljs"),Y&&j.classList.add(Y)}const m={"before:highlightElement":({el:j})=>{d.useBR&&(j.innerHTML=j.innerHTML.replace(/\n/g,"").replace(/<br[ /]*>/g,`
|
|
289
|
+
`))},"after:highlightElement":({result:j})=>{d.useBR&&(j.value=j.value.replace(/\n/g,"<br>"))}},w=/^(<[^>]+>|\t)+/gm,y={"after:highlightElement":({result:j})=>{d.tabReplace&&(j.value=j.value.replace(w,P=>P.replace(/\t/g,d.tabReplace)))}};function k(j){let P=null;const B=f(j);if(u(B))return;I("before:highlightElement",{el:j,language:B}),P=j;const Y=P.textContent,ae=B?p(Y,{language:B,ignoreIllegals:!0}):C(Y);I("after:highlightElement",{el:j,result:ae,text:Y}),j.innerHTML=ae.value,b(j,B,ae.language),j.result={language:ae.language,re:ae.relevance,relavance:ae.relevance},ae.second_best&&(j.second_best={language:ae.second_best.language,re:ae.second_best.relevance,relavance:ae.second_best.relevance})}function M(j){j.useBR&&(Fe("10.3.0","'useBR' will be removed entirely in v11.0"),Fe("10.3.0","Please see https://github.com/highlightjs/highlight.js/issues/2559")),d=N4(d,j)}const $=()=>{if($.called)return;$.called=!0,Fe("10.6.0","initHighlighting() is deprecated. Use highlightAll() instead."),document.querySelectorAll("pre code").forEach(k)};function O(){Fe("10.6.0","initHighlightingOnLoad() is deprecated. Use highlightAll() instead."),F=!0}let F=!1;function A(){if(document.readyState==="loading"){F=!0;return}document.querySelectorAll("pre code").forEach(k)}function z(){F&&A()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",z,!1);function X(j,P){let B=null;try{B=P(e)}catch(Y){if(Ko("Language definition for '{}' could not be registered.".replace("{}",j)),i)Ko(Y);else throw Y;B=s}B.name||(B.name=j),t[j]=B,B.rawDefinition=P.bind(null,e),B.aliases&&J(B.aliases,{languageName:j})}function te(j){delete t[j];for(const P of Object.keys(o))o[P]===j&&delete o[P]}function W(){return Object.keys(t)}function q(j){Fe("10.4.0","requireLanguage will be removed entirely in v11."),Fe("10.4.0","Please see https://github.com/highlightjs/highlight.js/pull/2844");const P=G(j);if(P)return P;throw new Error("The '{}' language is required, but not loaded.".replace("{}",j))}function G(j){return j=(j||"").toLowerCase(),t[j]||t[o[j]]}function J(j,{languageName:P}){typeof j=="string"&&(j=[j]),j.forEach(B=>{o[B.toLowerCase()]=P})}function pe(j){const P=G(j);return P&&!P.disableAutodetect}function se(j){j["before:highlightBlock"]&&!j["before:highlightElement"]&&(j["before:highlightElement"]=P=>{j["before:highlightBlock"](Object.assign({block:P.el},P))}),j["after:highlightBlock"]&&!j["after:highlightElement"]&&(j["after:highlightElement"]=P=>{j["after:highlightBlock"](Object.assign({block:P.el},P))})}function _(j){se(j),r.push(j)}function I(j,P){const B=j;r.forEach(function(Y){Y[B]&&Y[B](P)})}function U(j){return Fe("10.2.0","fixMarkup will be removed entirely in v11.0"),Fe("10.2.0","Please see https://github.com/highlightjs/highlight.js/issues/2534"),v(j)}function Z(j){return Fe("10.7.0","highlightBlock will be removed entirely in v12.0"),Fe("10.7.0","Please use highlightElement now."),k(j)}Object.assign(e,{highlight:p,highlightAuto:C,highlightAll:A,fixMarkup:U,highlightElement:k,highlightBlock:Z,configure:M,initHighlighting:$,initHighlightingOnLoad:O,registerLanguage:X,unregisterLanguage:te,listLanguages:W,getLanguage:G,registerAliases:J,requireLanguage:q,autoDetection:pe,inherit:N4,addPlugin:_,vuePlugin:A9(e).VuePlugin}),e.debugMode=function(){i=!1},e.safeMode=function(){i=!0},e.versionString=T9;for(const j in Cn)typeof Cn[j]=="object"&&_4(Cn[j]);return Object.assign(e,Cn),e.addPlugin(m),e.addPlugin(D9),e.addPlugin(y),e}({}),R9=B9,R4={exports:{}};(function(e){(function(){var t;t=e.exports=i,t.format=i,t.vsprintf=r,typeof console<"u"&&typeof console.log=="function"&&(t.printf=o);function o(){console.log(i.apply(null,arguments))}function r(a,c){return i.apply(null,[a].concat(c))}function i(a){for(var c=1,s=[].slice.call(arguments),d=0,u=a.length,f="",p,h=!1,g,C,v=!1,b,m=function(){return s[c++]},w=function(){for(var y="";/\d/.test(a[d]);)y+=a[d++],p=a[d];return y.length>0?parseInt(y):null};d<u;++d)if(p=a[d],h)switch(h=!1,p=="."?(v=!1,p=a[++d]):p=="0"&&a[d+1]=="."?(v=!0,d+=2,p=a[d]):v=!0,b=w(),p){case"b":f+=parseInt(m(),10).toString(2);break;case"c":g=m(),typeof g=="string"||g instanceof String?f+=g:f+=String.fromCharCode(parseInt(g,10));break;case"d":f+=parseInt(m(),10);break;case"f":C=String(parseFloat(m()).toFixed(b||6)),f+=v?C:C.replace(/^0/,"");break;case"j":f+=JSON.stringify(m());break;case"o":f+="0"+parseInt(m(),10).toString(8);break;case"s":f+=m();break;case"x":f+="0x"+parseInt(m(),10).toString(16);break;case"X":f+="0x"+parseInt(m(),10).toString(16).toUpperCase();break;default:f+=p;break}else p==="%"?h=!0:f+=p;return f}})()})(R4);var U9=R4.exports,W9=U9,a1=s1(Error),z9=a1;a1.eval=s1(EvalError),a1.range=s1(RangeError),a1.reference=s1(ReferenceError),a1.syntax=s1(SyntaxError),a1.type=s1(TypeError),a1.uri=s1(URIError),a1.create=s1;function s1(e){return t.displayName=e.displayName||e.name,t;function t(o){return o&&(o=W9.apply(null,arguments)),new e(o)}}var Ue=R9,bn=z9;m1.highlight=U4,m1.highlightAuto=K9,m1.registerLanguage=q9,m1.listLanguages=Y9,m1.registerAlias=X9,Ye.prototype.addText=ed,Ye.prototype.addKeyword=J9,Ye.prototype.addSublanguage=Q9,Ye.prototype.openNode=td,Ye.prototype.closeNode=nd,Ye.prototype.closeAllNodes=W4,Ye.prototype.finalize=W4,Ye.prototype.toHTML=od;var G9="hljs-";function U4(e,t,o){var r=Ue.configure({}),i=o||{},a=i.prefix,c;if(typeof e!="string")throw bn("Expected `string` for name, got `%s`",e);if(!Ue.getLanguage(e))throw bn("Unknown language: `%s` is not registered",e);if(typeof t!="string")throw bn("Expected `string` for value, got `%s`",t);if(a==null&&(a=G9),Ue.configure({__emitter:Ye,classPrefix:a}),c=Ue.highlight(t,{language:e,ignoreIllegals:!0}),Ue.configure(r||{}),c.errorRaised)throw c.errorRaised;return{relevance:c.relevance,language:c.language,value:c.emitter.rootNode.children}}function K9(e,t){var o=t||{},r=o.subset||Ue.listLanguages();o.prefix;var i=r.length,a=-1,c,s,d,u;if(typeof e!="string")throw bn("Expected `string` for value, got `%s`",e);for(s={relevance:0,language:null,value:[]},c={relevance:0,language:null,value:[]};++a<i;)u=r[a],Ue.getLanguage(u)&&(d=U4(u,e,t),d.language=u,d.relevance>s.relevance&&(s=d),d.relevance>c.relevance&&(s=c,c=d));return s.language&&(c.secondBest=s),c}function q9(e,t){Ue.registerLanguage(e,t)}function Y9(){return Ue.listLanguages()}function X9(e,t){var o=e,r;t&&(o={},o[e]=t);for(r in o)Ue.registerAliases(o[r],{languageName:r})}function Ye(e){this.options=e,this.rootNode={children:[]},this.stack=[this.rootNode]}function J9(e,t){this.openNode(t),this.addText(e),this.closeNode()}function Q9(e,t){var o=this.stack,r=o[o.length-1],i=e.rootNode.children,a=t?{type:"element",tagName:"span",properties:{className:[t]},children:i}:i;r.children=r.children.concat(a)}function ed(e){var t=this.stack,o,r;e!==""&&(o=t[t.length-1],r=o.children[o.children.length-1],r&&r.type==="text"?r.value+=e:o.children.push({type:"text",value:e}))}function td(e){var t=this.stack,o=this.options.classPrefix+e,r=t[t.length-1],i={type:"element",tagName:"span",properties:{className:[o]},children:[]};r.children.push(i),t.push(i)}function nd(){this.stack.pop()}function od(){return""}function W4(){}var Yo,z4;function rd(){if(z4)return Yo;z4=1;function e(r){return r?typeof r=="string"?r:r.source:null}function t(...r){return r.map(a=>e(a)).join("")}function o(r){const i={},a={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[i]}]};Object.assign(i,{className:"variable",variants:[{begin:t(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},a]});const c={className:"subst",begin:/\$\(/,end:/\)/,contains:[r.BACKSLASH_ESCAPE]},s={begin:/<<-?\s*(?=\w+)/,starts:{contains:[r.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},d={className:"string",begin:/"/,end:/"/,contains:[r.BACKSLASH_ESCAPE,i,c]};c.contains.push(d);const u={className:"",begin:/\\"/},f={className:"string",begin:/'/,end:/'/},p={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},r.NUMBER_MODE,i]},h=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],g=r.SHEBANG({binary:`(${h.join("|")})`,relevance:10}),C={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[r.inherit(r.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp"},contains:[g,r.SHEBANG(),C,p,r.HASH_COMMENT_MODE,s,d,u,f,i]}}return Yo=o,Yo}var Xo,G4;function id(){if(G4)return Xo;G4=1;function e(t){const o={literal:"true false null"},r=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE],i=[t.QUOTE_STRING_MODE,t.C_NUMBER_MODE],a={end:",",endsWithParent:!0,excludeEnd:!0,contains:i,keywords:o},c={begin:/\{/,end:/\}/,contains:[{className:"attr",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE],illegal:"\\n"},t.inherit(a,{begin:/:/})].concat(r),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[t.inherit(a)],illegal:"\\S"};return i.push(c,s),r.forEach(function(d){i.push(d)}),{name:"JSON",contains:i,keywords:o,illegal:"\\S"}}return Xo=e,Xo}var Jo,K4;function ad(){if(K4)return Jo;K4=1;function e(i){return i?typeof i=="string"?i:i.source:null}function t(...i){return i.map(c=>e(c)).join("")}function o(...i){return"("+i.map(c=>e(c)).join("|")+")"}function r(i){const a=i.COMMENT("--","$"),c={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},s={begin:/"/,end:/"/,contains:[{begin:/""/}]},d=["true","false","unknown"],u=["double precision","large object","with timezone","without timezone"],f=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],p=["add","asc","collation","desc","final","first","last","view"],h=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update ","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],g=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],C=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],v=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],b=g,m=[...h,...p].filter($=>!g.includes($)),w={className:"variable",begin:/@[a-z0-9]+/},y={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},k={begin:t(/\b/,o(...b),/\s*\(/),keywords:{built_in:b}};function M($,{exceptions:O,when:F}={}){const A=F;return O=O||[],$.map(z=>z.match(/\|\d+$/)||O.includes(z)?z:A(z)?`${z}|0`:z)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:M(m,{when:$=>$.length<3}),literal:d,type:f,built_in:C},contains:[{begin:o(...v),keywords:{$pattern:/[\w\.]+/,keyword:m.concat(v),literal:d,type:f}},{className:"type",begin:o(...u)},k,w,c,s,i.C_NUMBER_MODE,i.C_BLOCK_COMMENT_MODE,a,y]}}return Jo=r,Jo}var q4=J8(m1,{});q4.registerLanguage=m1.registerLanguage;const mn=q4,sd=e=>{const t=S.useTheme(),o=t.name!=="classic"?t.name:"light",r=e||o,i=t.click.codeblock[`${r}Mode`].color;return{hljs:{display:"block",overflowX:"auto",padding:`${t.click.codeblock.space.y} ${t.click.codeblock.space.x}`,color:i.text.default,background:i.background.default,borderRadius:t.click.codeblock.radii.all,font:t.click.codeblock.typography.text.default},"hljs-comment":{color:r==="dark"?"#999999":"#656e77"},"hljs-keyword":{color:r==="dark"?"#88aece":"#015692"},"hljs-selector-tag":{color:r==="dark"?"#88aece":"#015692"},"hljs-meta-keyword":{color:r==="dark"?"#88aece":"#015692"},"hljs-doctag":{color:r==="dark"?"#88aece":"#015692"},"hljs-section":{color:r==="dark"?"#88aece":"#015692"},"hljs-selector-class":{color:r==="dark"?"#88aece":"#015692"},"hljs-meta":{color:r==="dark"?"#88aece":"#015692"},"hljs-selector-pseudo":{color:r==="dark"?"#88aece":"#015692"},"hljs-attr":{color:r==="dark"?"#88aece":"#015692"},"hljs-attribute":{color:r==="dark"?"#c59bc1":"#803378"},"hljs-name":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-type":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-number":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-selector-id":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-quote":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-template-tag":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-built_in":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-title":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-literal":{color:r==="dark"?"#f08d49":"#b75501"},"hljs-string":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-regexp":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-symbol":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-variable":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-template-variable":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-link":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-selector-attr":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-meta-string":{color:r==="dark"?"#b5bd68":"#54790d"},"hljs-bullet":{color:r==="dark"?"#cccccc":"#535a60"},"hljs-code":{color:r==="dark"?"#cccccc":"#535a60"},"hljs-deletion":{color:r==="dark"?"#de7176":"#c02d2e"},"hljs-addition":{color:r==="dark"?"#76c490":"#2f6f44"},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}}};var Y4={},X4={exports:{}};(function(e){function t(o){return o&&o.__esModule?o:{default:o}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(X4);var Qo=X4.exports;(function(e){var t=Qo;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=t(ad()),r=o.default;e.default=r})(Y4);const ld=nt(Y4);var J4={};(function(e){var t=Qo;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=t(rd()),r=o.default;e.default=r})(J4);const cd=nt(J4);var Q4={};(function(e){var t=Qo;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=t(id()),r=o.default;e.default=r})(Q4);const dd=nt(Q4);mn.registerLanguage("sql",ld),mn.registerLanguage("bash",cd),mn.registerLanguage("json",dd);const ud=S.div.withConfig({componentId:"sc-18gnqgi-0"})(["width:stretch;position:relative;cursor:pointer;",""],({theme:e,$theme:t})=>{const o=e.name!=="classic"?e.name:"light",r=e.click.codeblock[`${t||o}Mode`].color;return`
|
|
290
|
+
color: ${r.numbers.default};
|
|
291
|
+
.linenumber {
|
|
292
|
+
color: ${r.numbers.default}
|
|
293
|
+
}
|
|
294
|
+
`}),e5=S(Kn).withConfig({componentId:"sc-18gnqgi-1"})(["",""],({$copied:e})=>`
|
|
295
|
+
color: ${e?"green":"inherit"};
|
|
296
|
+
padding: 0;
|
|
297
|
+
border: 0;
|
|
298
|
+
`),fd=S(mn).withConfig({componentId:"sc-18gnqgi-2"})(["background:transparent;padding:0;margin:0;"]),pd=S.code.withConfig({componentId:"sc-18gnqgi-3"})(["font-family:inherit;color:inherit;"]),hd=S.div.withConfig({componentId:"sc-18gnqgi-4"})(["position:absolute;display:flex;",""],({theme:e})=>`
|
|
299
|
+
gap: 0.625rem;
|
|
300
|
+
top: ${e.click.codeblock.space.y};
|
|
301
|
+
right: ${e.click.codeblock.space.x};
|
|
302
|
+
`),gd=({children:e,language:t,theme:o,showLineNumbers:r,showWrapButton:i=!1,wrapLines:a=!1,...c})=>{const[s,d]=l.useState(!1),[u,f]=l.useState(a),p=sd(o),h=l.useRef(null),g=async()=>{var b;(b=h.current)!=null&&b.textContent&&(await navigator.clipboard.writeText(h.current.textContent),d(!0),setTimeout(()=>d(!1),2e3))},C=()=>{f(b=>!b)},v=b=>n.jsx(pd,{...b,ref:h});return n.jsxs(ud,{$theme:o,...c,children:[n.jsxs(hd,{children:[i&&n.jsx(e5,{as:at,$copied:!1,icon:"document",onClick:C}),n.jsx(e5,{as:at,$copied:s,icon:s?"check":"copy",onClick:g})]}),n.jsx(fd,{language:t,style:p,CodeTag:v,renderer:({rows:b,stylesheet:m,useInlineStyles:w})=>b.map((y,k)=>{const M=y.children,$=M==null?void 0:M.shift();return $&&(y.children=[$,{children:M,properties:{className:[]},tagName:"span",type:"element"}]),Bo({node:y,stylesheet:m,useInlineStyles:w,key:k})}),showLineNumbers:r,wrapLines:u||a,wrapLongLines:u||a,children:e})]})},vd=S.span.withConfig({componentId:"sc-ugg5k0-0"})(["",""],({theme:e})=>`
|
|
303
|
+
background: ${e.click.codeInline.color.background.default};
|
|
304
|
+
color: ${e.click.codeInline.color.text.default};
|
|
305
|
+
border: 1px solid ${e.click.codeInline.color.stroke.default};
|
|
306
|
+
font: ${e.click.codeInline.typography.text.default};
|
|
307
|
+
border-radius: ${e.click.codeInline.radii.all};
|
|
308
|
+
padding: 0 ${e.click.codeInline.space.x};
|
|
309
|
+
`),Cd=e=>n.jsx(vd,{...e}),t5="ContextMenu",[bd,_y]=xe(t5,[ln]),We=ln(),[md,n5]=bd(t5),xd=e=>{const{__scopeContextMenu:t,children:o,onOpenChange:r,dir:i,modal:a=!0}=e,[c,s]=l.useState(!1),d=We(t),u=Pe(r),f=l.useCallback(p=>{s(p),u(p)},[u]);return l.createElement(md,{scope:t,open:c,onOpenChange:f,modal:a},l.createElement(N3,E({},d,{dir:i,open:c,onOpenChange:f,modal:a}),o))},wd="ContextMenuTrigger",kd=l.forwardRef((e,t)=>{const{__scopeContextMenu:o,disabled:r=!1,...i}=e,a=n5(wd,o),c=We(o),s=l.useRef({x:0,y:0}),d=l.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...s.current})}),u=l.useRef(0),f=l.useCallback(()=>window.clearTimeout(u.current),[]),p=h=>{s.current={x:h.clientX,y:h.clientY},a.onOpenChange(!0)};return l.useEffect(()=>f,[f]),l.useEffect(()=>void(r&&f()),[r,f]),l.createElement(l.Fragment,null,l.createElement(B3,E({},c,{virtualRef:d})),l.createElement(re.span,E({"data-state":a.open?"open":"closed","data-disabled":r?"":void 0},i,{ref:t,style:{WebkitTouchCallout:"none",...e.style},onContextMenu:r?e.onContextMenu:T(e.onContextMenu,h=>{f(),p(h),h.preventDefault()}),onPointerDown:r?e.onPointerDown:T(e.onPointerDown,xn(h=>{f(),u.current=window.setTimeout(()=>p(h),700)})),onPointerMove:r?e.onPointerMove:T(e.onPointerMove,xn(f)),onPointerCancel:r?e.onPointerCancel:T(e.onPointerCancel,xn(f)),onPointerUp:r?e.onPointerUp:T(e.onPointerUp,xn(f))})))}),yd=e=>{const{__scopeContextMenu:t,...o}=e,r=We(t);return l.createElement(R3,E({},r,o))},Ld="ContextMenuContent",$d=l.forwardRef((e,t)=>{const{__scopeContextMenu:o,...r}=e,i=n5(Ld,o),a=We(o),c=l.useRef(!1);return l.createElement(U3,E({},a,r,{ref:t,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:s=>{var d;(d=e.onCloseAutoFocus)===null||d===void 0||d.call(e,s),!s.defaultPrevented&&c.current&&s.preventDefault(),c.current=!1},onInteractOutside:s=>{var d;(d=e.onInteractOutside)===null||d===void 0||d.call(e,s),!s.defaultPrevented&&!i.modal&&(c.current=!0)},style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),Md=l.forwardRef((e,t)=>{const{__scopeContextMenu:o,...r}=e,i=We(o);return l.createElement(W3,E({},i,r,{ref:t}))}),jd=l.forwardRef((e,t)=>{const{__scopeContextMenu:o,...r}=e,i=We(o);return l.createElement(z3,E({},i,r,{ref:t}))}),Sd=l.forwardRef((e,t)=>{const{__scopeContextMenu:o,...r}=e,i=We(o);return l.createElement(G3,E({},i,r,{ref:t}))}),_d=e=>{const{__scopeContextMenu:t,children:o,onOpenChange:r,open:i,defaultOpen:a}=e,c=We(t),[s,d]=$e({prop:i,defaultProp:a,onChange:r});return l.createElement(K3,E({},c,{open:s,onOpenChange:d}),o)},Ed=l.forwardRef((e,t)=>{const{__scopeContextMenu:o,...r}=e,i=We(o);return l.createElement(q3,E({},i,r,{ref:t}))}),Od=l.forwardRef((e,t)=>{const{__scopeContextMenu:o,...r}=e,i=We(o);return l.createElement(Y3,E({},i,r,{ref:t,style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))});function xn(e){return t=>t.pointerType!=="mouse"?e(t):void 0}const Hd=xd,Pd=kd,Id=yd,Fd=$d,Vd=Md,Td=jd,Zd=Sd,Ad=_d,Dd=Ed,Nd=Od,x1=e=>n.jsx(Hd,{...e}),o5=e=>n.jsx(Pd,{asChild:!0,...e});o5.displayName="ContextMenuTrigger",x1.Trigger=o5;const r5=({children:e,...t})=>n.jsxs(_o,{as:Dd,...t,children:[e,n.jsx("div",{className:"dropdown-arrow",children:n.jsx(ne,{name:"chevron-right"})})]});r5.displayName="ContextMenuSubTrigger",x1.SubTrigger=r5;const Bd=S(So).withConfig({componentId:"sc-8z6kye-0"})(["flex-direction:column;z-index:1;",";"],({$showArrow:e})=>e?`
|
|
288
310
|
&[data-side="bottom"] {
|
|
289
311
|
margin-top: -1px;
|
|
290
312
|
}
|
|
@@ -304,9 +326,8 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
304
326
|
margin-left: 1rem;
|
|
305
327
|
}
|
|
306
328
|
}
|
|
307
|
-
`:""),ei=({sub:e,children:t,showArrow:n,...r})=>{const a=e?l5:t5;return o.jsx(e5,{children:o.jsxs(c5,{$type:"context-menu",$showArrow:n,as:a,...r,children:[n&&o.jsx(On,{asChild:!0,as:r5,width:20,height:10,children:o.jsx(_n,{className:"popover-arrow"})}),t]})})};ei.displayName="ContextMenuContent",Ye.Content=ei;const s5=L(n5).withConfig({componentId:"sc-8z6kye-1"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),ti=e=>o.jsx(s5,{...e});ti.displayName="ContextMenuGroup",Ye.Group=ti;const d5=L(a5).withConfig({componentId:"sc-8z6kye-2"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),ni=({...e})=>o.jsx(d5,{...e});ni.displayName="ContextMenuSub",Ye.Sub=ni;const oi=({...e})=>o.jsx(Vo,{as:o5,...e});oi.displayName="ContextMenuItem",Ye.Item=oi;const f5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("path",{fill:"#B22234",d:"M0 0h30v20H0V0Z"}),o.jsx("path",{fill:"#fff",d:"M0 1.538h30v1.538H0V1.538Zm0 3.076h30v1.538H0V4.614ZM0 7.69h30v1.538H0V7.69Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Z"}),o.jsx("path",{fill:"#3C3B6E",d:"M0 0h13.333v10.766H0V0Z"}),o.jsx("path",{fill:"#fff",d:"m1.11.428.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448L.494.876h.471L1.11.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472L3.33.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM12.216.428l.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448L11.6.876h.472l.144-.448ZM1.11 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 4.732l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 6.884l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 9.036l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Z"})]}),u5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#ukFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#ukFlagClipPath2)",children:[o.jsx("path",{fill:"#00247D",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{stroke:"#fff",strokeWidth:3.466,d:"m0 0 30 20m0-20L0 20"}),o.jsx("path",{stroke:"#CF142B",strokeWidth:2.309,d:"m0 0 30 20m0-20L0 20"}),o.jsx("path",{stroke:"#fff",strokeWidth:5.777,d:"M15 0v20M0 10h30"}),o.jsx("path",{stroke:"#CF142B",strokeWidth:3.466,d:"M15 0v20M0 10h30"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"ukFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"ukFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),p5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#euFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#euFlagClipPath2)",children:[o.jsx("path",{fill:"#039",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#FC0",d:"m15 2.222-.343 1.057.528.172L15 2.222Z"}),o.jsx("path",{fill:"#FC0",d:"m15 2.222.343 1.057-.528.172L15 2.222Z"}),o.jsx("path",{fill:"#FC0",d:"M16.057 2.99h-1.111v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m16.057 2.99-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"M13.944 2.99h1.111v.555l-1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m13.944 2.99.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 4.232.343-1.057.528.172-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 4.232.899-.653-.327-.45-.572 1.103ZM15 15.556l-.343 1.056.528.172L15 15.556Z"}),o.jsx("path",{fill:"#FC0",d:"m15 15.556.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M16.057 16.323h-1.111v.556l1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m16.057 16.323-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.343-1.056-.528.171.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"M13.944 16.323h1.111v.556l-1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m13.944 16.323.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 17.565.343-1.056.528.171-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 17.565.899-.653-.327-.45-.572 1.103ZM8.333 8.889 7.99 9.945l.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m8.333 8.889.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M9.39 9.656H8.279v.556l1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m9.39 9.656-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.343-1.056-.528.171.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"M7.277 9.656h1.111v.556l-1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m7.277 9.656.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m7.68 10.898.344-1.056.528.171-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m7.68 10.898.9-.653-.327-.45-.572 1.103ZM11.014 5.126l.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m11.014 5.126.343-1.057.528.172-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m10.61 3.884.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M10.61 3.884h1.112v.555l-1.112-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 3.116-.343 1.056.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 3.116.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m12.725 3.884-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M12.725 3.884h-1.111v.555l1.11-.555ZM9.879 7.566l-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m9.879 7.566-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.572 7.566.9-.653-.327-.45-.573 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.572 7.566.344-1.057.528.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m8.168 6.324.899.653.326-.45-1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M8.168 6.324h1.111v.555l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m10.282 6.324-.899.653-.326-.45 1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M10.282 6.324h-1.11v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m9.226 5.556.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m9.226 5.556-.344 1.056.529.172-.185-1.228ZM10.283 12.99h-1.11v.556l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m10.283 12.99-.899.654-.326-.45 1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.573 14.233.9-.653-.327-.45-.573 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.573 14.233.344-1.057.528.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m9.227 12.223.343 1.057-.528.172.185-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"m9.227 12.223-.344 1.057.529.172-.185-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"M8.17 12.99H9.28v.556l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m8.17 12.99.899.654.326-.45-1.225-.203ZM12.724 15.43h-1.111v.556l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m12.724 15.43-.9.654-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m11.014 16.673.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m11.014 16.673.343-1.057.528.172-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 14.663.343 1.057-.528.171.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 14.663-.343 1.057.528.171-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M10.61 15.43h1.112v.556l-1.112-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m10.61 15.43.9.654.326-.45-1.226-.203ZM21.663 8.888l.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m21.663 8.888-.343 1.056.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M20.606 9.655h1.112v.556l-1.112-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m20.606 9.655.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m21.01 10.898.343-1.057.528.171-.871.886Z"}),o.jsx("path",{fill:"#FC0",d:"m21.01 10.898.899-.654-.327-.45-.572 1.104Z"}),o.jsx("path",{fill:"#FC0",d:"M22.719 9.655h-1.111v.556l1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m22.719 9.655-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.343-1.057-.528.171.871.886Z"}),o.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.899-.654.327-.45.572 1.104ZM18.982 5.125l-.898-.653.326-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m18.982 5.125-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m19.386 3.883-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M19.386 3.883h-1.111v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 3.115.343 1.056-.529.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 3.115-.344 1.056.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 5.125.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 5.125.343-1.057.529.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m17.271 3.883.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M17.271 3.883h1.112v.555l-1.111-.555ZM20.117 7.565l.343-1.057.529.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m20.117 7.565.9-.653-.328-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.9-.653.328-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m21.828 6.323-.899.653-.326-.45 1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M21.828 6.323h-1.111v.555l1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m19.714 6.323.899.653.326-.45-1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M19.714 6.323h1.111v.555l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 5.555-.343 1.056.529.172-.186-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 5.555.344 1.056-.529.172.185-1.228ZM19.713 12.99h1.111v.555l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m19.713 12.99.899.653.326-.45-1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m20.116 14.232.344-1.057.528.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m20.116 14.232.9-.653-.327-.45-.573 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.9-.653.328-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 12.222-.344 1.057.529.172-.185-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 12.222.343 1.057-.529.172.186-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"M21.826 12.99h-1.11v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m21.826 12.99-.899.653-.326-.45 1.225-.203ZM17.273 15.43h1.11v.555l-1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m17.273 15.43.898.653.327-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 16.672.343-1.057.529.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 16.672.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.898-.653.326-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 14.662-.344 1.057.528.171-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 14.662.343 1.057-.529.171.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M19.386 15.43h-1.111v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m19.386 15.43-.9.653-.326-.45 1.226-.203Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"euFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"euFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),h5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#germanyFlagClipPath)",children:[o.jsx("path",{fill:"#FFCE00",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#D00",d:"M30 0H0v13.333h30V0Z"}),o.jsx("path",{fill:"#000",d:"M30 0H0v6.667h30V0Z"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"germanyFlagClipPath",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})})]}),v5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#singaporeFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#singaporeFlagClipPath2)",children:[o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0V0Z"}),o.jsx("path",{fill:"#ED2939",d:"M0 0h30v10H0V0Z"}),o.jsx("path",{fill:"#fff",d:"M6.336 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),o.jsx("path",{fill:"#ED2939",d:"M8.003 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),o.jsx("path",{fill:"#fff",d:"m8.35 1.93-.563 1.734L9.26 2.593H7.438l1.475 1.071-.563-1.733ZM11.269 4.051H9.446l1.475 1.072-.563-1.734-.564 1.734L11.27 4.05ZM6.546 7.483 8.02 6.412H6.198l1.474 1.071L7.11 5.75l-.563 1.733ZM10.154 7.483 9.591 5.75l-.563 1.733 1.474-1.071H8.68l1.474 1.071ZM5.431 4.052l1.475 1.071-.564-1.734-.563 1.734 1.475-1.071H5.43Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"singaporeFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"singaporeFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),b5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#irelandFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#irelandFlagClipPath1)",children:[o.jsx("path",{fill:"#169B62",d:"M10 0H0v20h10V0Z"}),o.jsx("path",{fill:"#fff",d:"M20 0H10v20h10V0Z"}),o.jsx("path",{fill:"#FF883E",d:"M30 0H20v20h10V0Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"irelandFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"irelandFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),g5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#indiaFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#indiaFlagClipPath2)",children:[o.jsx("path",{fill:"#F93",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#fff",d:"M30 6.667H0v6.666h30V6.666Z"}),o.jsx("path",{fill:"#128807",d:"M30 13.334H0V20h30v-6.666Z"}),o.jsx("path",{fill:"#008",d:"M15 12.667a2.667 2.667 0 1 0 0-5.333 2.667 2.667 0 0 0 0 5.333Z"}),o.jsx("path",{fill:"#fff",d:"M15 12.333a2.333 2.333 0 1 0 0-4.667 2.333 2.333 0 0 0 0 4.667Z"}),o.jsx("path",{fill:"#008",d:"M15 10.466a.467.467 0 1 0 0-.933.467.467 0 0 0 0 .934ZM17.297 10.42a.117.117 0 1 0 .03-.231.117.117 0 0 0-.03.231Z"}),o.jsx("path",{fill:"#008",d:"m14.999 12.333.08-1.4-.08-.666-.08.666.08 1.4ZM17.105 11a.117.117 0 1 0 .09-.215.117.117 0 0 0-.09.216ZM14.39 12.254l.44-1.332.095-.665-.25.624-.285 1.373ZM16.776 11.512a.117.117 0 1 0 .142-.185.117.117 0 0 0-.142.185ZM13.829 12.02l.77-1.172.263-.618-.402.538-.631 1.252ZM16.327 11.922a.117.117 0 1 0 .185-.142.117.117 0 0 0-.185.142ZM13.35 11.65l1.047-.934.415-.528-.528.415-.934 1.046ZM15.788 12.2a.117.117 0 1 0 .216-.09.117.117 0 0 0-.216.09ZM12.983 11.166l1.252-.63.537-.403-.617.264-1.172.77ZM15.192 12.328a.117.117 0 1 0 .231-.03.117.117 0 0 0-.23.03ZM12.75 10.603l1.372-.285.623-.25-.664.095-1.332.44ZM14.579 12.297a.117.117 0 1 0 .231.03.117.117 0 0 0-.231-.03ZM12.666 9.999l1.4.08.666-.08-.666-.08-1.4.08ZM13.998 12.11a.117.117 0 1 0 .215.09.117.117 0 0 0-.215-.09ZM12.745 9.395l1.331.44.665.095-.623-.25-1.373-.285ZM13.488 11.78a.117.117 0 1 0 .185.141.117.117 0 0 0-.185-.142ZM12.98 8.832l1.173.77.617.264-.537-.403-1.252-.63ZM13.08 11.327a.117.117 0 1 0 .142.185.117.117 0 0 0-.142-.185ZM13.351 8.349l.934 1.046.528.415-.415-.528-1.047-.933ZM12.801 10.784a.117.117 0 1 0 .09.215.117.117 0 0 0-.09-.215ZM13.834 7.978l.63 1.252.403.538-.264-.618-.77-1.172ZM12.67 10.186a.117.117 0 1 0 .03.231.117.117 0 0 0-.03-.231ZM14.394 7.743l.285 1.373.25.623-.096-.664-.44-1.332ZM12.702 9.578a.117.117 0 1 0-.03.231.117.117 0 0 0 .03-.23ZM15 7.665l-.08 1.4.08.667.08-.667-.08-1.4ZM12.894 8.998a.117.117 0 1 0-.09.216.117.117 0 0 0 .09-.216ZM15.609 7.745l-.44 1.331-.095.665.25-.623.285-1.373ZM13.223 8.486a.117.117 0 1 0-.142.185.117.117 0 0 0 .142-.185ZM16.17 7.978l-.77 1.173-.263.617.402-.537.631-1.253ZM13.672 8.077a.117.117 0 1 0-.185.142.117.117 0 0 0 .185-.142ZM16.649 8.35l-1.047.933-.414.528.527-.415.934-1.047ZM14.213 7.799a.117.117 0 1 0-.216.09.117.117 0 0 0 .216-.09ZM17.018 8.833l-1.252.63-.537.403.617-.264 1.172-.77ZM14.809 7.671a.117.117 0 1 0-.231.03.117.117 0 0 0 .23-.03ZM17.252 9.396l-1.373.285-.623.25.664-.095 1.332-.44ZM15.422 7.702a.117.117 0 1 0-.23-.03.117.117 0 0 0 .23.03ZM17.335 10l-1.4-.08-.666.08.666.08 1.4-.08ZM16.003 7.889a.117.117 0 1 0-.215-.09.117.117 0 0 0 .215.09ZM17.256 10.604l-1.331-.44-.665-.095.623.25 1.373.285ZM16.511 8.22a.117.117 0 1 0-.185-.142.117.117 0 0 0 .185.142ZM17.018 11.167l-1.172-.77-.617-.263.537.402 1.252.631ZM16.92 8.673a.117.117 0 1 0-.143-.185.117.117 0 0 0 .142.185ZM16.648 11.65l-.934-1.046-.527-.414.414.527 1.047.934ZM17.198 9.216a.117.117 0 1 0-.09-.216.117.117 0 0 0 .09.216ZM16.165 12.022l-.63-1.253-.403-.537.264.617.77 1.173ZM17.33 9.814a.117.117 0 1 0-.03-.232.117.117 0 0 0 .03.232ZM15.605 12.256l-.285-1.373-.25-.623.096.665.44 1.331Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"indiaFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"indiaFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),m5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#netherlandsFlagClipPath)",children:[o.jsx("path",{fill:"#21468B",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#fff",d:"M30 0H0v13.333h30V0Z"}),o.jsx("path",{fill:"#AE1C28",d:"M30 0H0v6.667h30V0Z"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"netherlandsFlagClipPath",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})})})]}),x5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_2882_11964)",children:[o.jsx("path",{fill:"#012169",d:"M29 0H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h28a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Z"}),o.jsx("mask",{id:"mask0_2882_11964",width:15,height:10,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:o.jsx("path",{fill:"#fff",d:"M0 0h15v10H0V0Z"})}),o.jsxs("g",{mask:"url(#mask0_2882_11964)",children:[o.jsx("path",{fill:"#000",d:"m0 0 15 10L0 0Zm15 0L0 10 15 0Z"}),o.jsx("path",{stroke:"#fff",strokeWidth:2,d:"m0 0 15 10m0-10L0 10"})]}),o.jsx("mask",{id:"mask1_2882_11964",width:15,height:10,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:o.jsx("path",{fill:"#fff",d:"M0 0v5h15v5L0 0Zm15 0H7.5v10H0L15 0Z"})}),o.jsxs("g",{mask:"url(#mask1_2882_11964)",children:[o.jsx("path",{fill:"#000",d:"m0 0 15 10L0 0Zm15 0L0 10 15 0Z"}),o.jsx("path",{stroke:"#E4002B",strokeWidth:1.333,d:"m0 0 15 10m0-10L0 10"})]}),o.jsx("path",{fill:"#000",d:"M7.5 0v10V0ZM0 5h15H0Z"}),o.jsx("path",{stroke:"#fff",strokeWidth:3.333,d:"M7.5 0v10M0 5h15"}),o.jsx("path",{fill:"#000",d:"M7.5 0v10V0ZM0 5h15H0Z"}),o.jsx("path",{stroke:"#E4002B",strokeWidth:2,d:"M7.5 0v10M0 5h15"}),o.jsx("path",{fill:"#fff",d:"m7.722 12.104.534 1.708 1.633-.635-.966 1.494 1.501.915-1.74.156.24 1.777-1.202-1.3-1.203 1.3.24-1.777-1.74-.156 1.502-.915-.966-1.494 1.632.635.535-1.708ZM22.504 15l.254.813.777-.302-.46.711.715.436-.828.074.114.846-.572-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM18.808 7.663l.255.813.777-.303-.46.712.715.436-.828.074.114.846-.573-.62-.572.62.114-.846-.829-.074.715-.436-.46-.712.778.303.254-.813ZM22.504 2.519l.254.813.777-.302-.46.711.715.436-.828.074.114.846-.572-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM26.61 5.647l.255.813.777-.302-.46.711.715.436-.828.074.114.846-.573-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM24.354 10.205l.201.507.532.04-.407.353.127.531-.453-.288-.452.288.127-.531-.407-.353.531-.04.201-.507Z"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_2882_11964",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})})]}),k5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_3880_12429)",children:[o.jsx("path",{d:"M0 0H30V9.99994H15L0 0Z",fill:"#E03C31"}),o.jsx("path",{d:"M0 19.9994H30V9.99951H15L0 19.9994Z",fill:"#001489"}),o.jsx("mask",{id:"mask0_3880_12429",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"30",height:"20",children:o.jsx("path",{d:"M0 0H30V19.9999H0V0Z",fill:"white"})}),o.jsxs("g",{mask:"url(#mask0_3880_12429)",children:[o.jsx("path",{d:"M30 9.99994H15M15 9.99994L0 0V19.9999L15 9.99994Z",stroke:"white",strokeWidth:"6.66665"}),o.jsx("mask",{id:"mask1_3880_12429",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"15",height:"20",children:o.jsx("path",{d:"M0 0L15 9.99994L0 19.9999V0Z",fill:"white"})}),o.jsxs("g",{mask:"url(#mask1_3880_12429)",children:[o.jsx("path",{d:"M0 0L15 9.99994L0 19.9999",fill:"black"}),o.jsx("path",{d:"M0 0L15 9.99994L0 19.9999",stroke:"#FFB81C",strokeWidth:"6.66665"})]}),o.jsx("path",{d:"M0 0L15 9.99994M15 9.99994H30M15 9.99994L0 19.9999",stroke:"#007749",strokeWidth:"3.99999"})]})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_3880_12429",children:o.jsx("rect",{width:"30",height:"19.9999",rx:"1",fill:"white"})})})]}),$5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"21",viewBox:"0 0 30 21",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_3880_11917)",children:[o.jsx("path",{d:"M0 1C0 0.447715 0.447715 0 1 0H29C29.5523 0 30 0.447715 30 1V19C30 19.5523 29.5523 20 29 20H1C0.447716 20 0 19.5523 0 19V1Z",fill:"#009B3A"}),o.jsx("path",{d:"M2.55078 10.4998L15.0008 18.4498L27.4508 10.4998L15.0008 2.5498L2.55078 10.4998Z",fill:"#FEDF00"}),o.jsx("path",{d:"M15 15.75C17.8995 15.75 20.25 13.3995 20.25 10.5C20.25 7.60051 17.8995 5.25 15 5.25C12.1005 5.25 9.75 7.60051 9.75 10.5C9.75 13.3995 12.1005 15.75 15 15.75Z",fill:"#002776"}),o.jsx("mask",{id:"mask0_3880_11917",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"9",y:"5",width:"12",height:"11",children:o.jsx("path",{d:"M14.999 15.75C17.8985 15.75 20.249 13.3995 20.249 10.5C20.249 7.60051 17.8985 5.25 14.999 5.25C12.0995 5.25 9.74902 7.60051 9.74902 10.5C9.74902 13.3995 12.0995 15.75 14.999 15.75Z",fill:"white"})}),o.jsx("g",{mask:"url(#mask0_3880_11917)",children:o.jsx("path",{d:"M-0.750977 21C-0.750977 17.6185 0.592324 14.3755 2.98341 11.9844C5.3745 9.5933 8.61751 8.25 11.999 8.25C15.3805 8.25 18.6235 9.5933 21.0146 11.9844C23.4057 14.3755 24.749 17.6185 24.749 21H23.999C23.999 17.8174 22.7347 14.7652 20.4843 12.5147C18.2339 10.2643 15.1816 9 11.999 9C8.81643 9 5.76418 10.2643 3.51374 12.5147C1.26331 14.7652 -0.000976503 17.8174 -0.000976503 21H-0.750977Z",fill:"white"})}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5225 8.96495C10.5818 8.95767 10.6354 8.92456 10.6715 8.87288C10.7077 8.8212 10.7235 8.7552 10.7154 8.68939C10.7073 8.62358 10.676 8.56335 10.6284 8.52196C10.5808 8.48057 10.5208 8.4614 10.4616 8.46867C10.4024 8.47595 10.3488 8.50906 10.3126 8.56074C10.2764 8.61242 10.2607 8.67842 10.2687 8.74423C10.2768 8.81004 10.3081 8.87027 10.3557 8.91166C10.4033 8.95305 10.4633 8.97222 10.5225 8.96495ZM10.5112 8.87278C10.546 8.86851 10.5774 8.84798 10.5984 8.81571C10.6194 8.78344 10.6283 8.74207 10.6232 8.70071C10.6182 8.65934 10.5995 8.62136 10.5713 8.59513C10.5431 8.5689 10.5077 8.55657 10.4729 8.56084C10.4381 8.56511 10.4068 8.58564 10.3858 8.61791C10.3648 8.65018 10.3558 8.69155 10.3609 8.73291C10.366 8.77428 10.3847 8.81226 10.4129 8.83849C10.4411 8.86472 10.4764 8.87705 10.5112 8.87278Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.9304 8.92017L11.023 8.91369L11.0101 8.72843L11.2096 8.71448C11.2512 8.71157 11.2899 8.69227 11.3172 8.66081C11.3446 8.62936 11.3583 8.58833 11.3554 8.54676C11.3525 8.50518 11.3332 8.46646 11.3017 8.43912C11.2703 8.41178 11.2292 8.39805 11.1877 8.40096L10.9026 8.42089L10.9304 8.92017ZM11.0036 8.6358L11.196 8.62235C11.213 8.62116 11.2288 8.61326 11.24 8.60039C11.2512 8.58752 11.2568 8.57074 11.2556 8.55373C11.2544 8.53672 11.2465 8.52088 11.2337 8.5097C11.2208 8.49851 11.204 8.4929 11.187 8.49409L10.9946 8.50754L11.0036 8.6358Z",fill:"#009B3A"}),o.jsx("path",{d:"M11.3539 8.89027C11.3489 8.81902 11.338 8.66226 11.2311 8.66973L11.0957 8.6792C11.2525 8.66824 11.2634 8.825 11.2684 8.89625",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5634 8.8803L11.7991 8.87618C11.8272 8.87569 11.855 8.86966 11.8808 8.85844C11.9066 8.84722 11.9299 8.83103 11.9495 8.81078C11.969 8.79054 11.9844 8.76665 11.9947 8.74046C12.005 8.71428 12.0101 8.68632 12.0096 8.65819L12.0084 8.58677C12.0079 8.55863 12.0018 8.53087 11.9906 8.50506C11.9794 8.47926 11.9632 8.45591 11.943 8.43637C11.9227 8.41682 11.8988 8.40145 11.8726 8.39114C11.8465 8.38082 11.8185 8.37577 11.7904 8.37626L11.5547 8.38037L11.5634 8.8803ZM11.6546 8.78583L11.7903 8.78346C11.8263 8.78283 11.8606 8.76794 11.8856 8.74204C11.9106 8.71615 11.9243 8.68139 11.9237 8.6454L11.9229 8.60255C11.9223 8.56656 11.9074 8.5323 11.8815 8.50729C11.8556 8.48229 11.8208 8.4686 11.7848 8.46922L11.6492 8.47159L11.6546 8.78583Z",fill:"#009B3A"}),o.jsx("path",{d:"M12.1984 8.87421L12.6481 8.88991L12.6513 8.79711L12.2873 8.7844L12.2918 8.6559L12.5773 8.66588L12.5803 8.58021L12.2948 8.57024L12.2982 8.4703L12.6409 8.48227L12.6441 8.38947L12.2158 8.37451L12.1984 8.87421Z",fill:"#009B3A"}),o.jsx("path",{d:"M12.8334 8.90142L12.9188 8.90889L12.9486 8.56734L13.0184 8.9176L13.0967 8.92445L13.2262 8.59161L13.1963 8.93317L13.2817 8.94064L13.3252 8.44254L13.2007 8.43165L13.0712 8.76448L13.0015 8.41421L12.877 8.40332L12.8334 8.90142Z",fill:"#009B3A"}),o.jsx("path",{d:"M13.8691 9.01821L14.2387 9.08171L14.2532 8.99724L13.9681 8.94825L13.9875 8.83561L14.2198 8.87553L14.2343 8.79105L14.002 8.75114L14.0153 8.6737L14.2916 8.72118L14.3061 8.6367L13.9453 8.57471L13.8691 9.01821Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.8182 9.20429L14.9081 9.22754L14.9546 9.04774L15.1482 9.09782C15.1885 9.10825 15.2314 9.10223 15.2673 9.08108C15.3032 9.05992 15.3292 9.02537 15.3397 8.98502C15.3501 8.94467 15.3441 8.90183 15.3229 8.86592C15.3018 8.83001 15.2672 8.80398 15.2269 8.79354L14.9503 8.722L14.8182 9.20429ZM14.9778 8.95784L15.1645 9.00613C15.181 9.0104 15.1986 9.00793 15.2133 8.99928C15.2279 8.99063 15.2386 8.97649 15.2429 8.95999C15.2471 8.94348 15.2447 8.92595 15.236 8.91126C15.2274 8.89657 15.2132 8.88592 15.1967 8.88165L15.01 8.83336L14.9778 8.95784Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.4317 9.36797L15.5202 9.39589L15.5761 9.21878L15.7668 9.27892C15.8066 9.29145 15.8497 9.28768 15.8866 9.26843C15.9236 9.24919 15.9514 9.21605 15.964 9.1763C15.9765 9.13655 15.9727 9.09345 15.9535 9.05649C15.9342 9.01952 15.9011 8.99171 15.8613 8.97918L15.5888 8.89326L15.4317 9.36797ZM15.604 9.13022L15.7879 9.18821C15.8042 9.19334 15.8218 9.19179 15.837 9.18392C15.8521 9.17605 15.8635 9.16249 15.8686 9.14623C15.8737 9.12997 15.8722 9.11234 15.8643 9.09722C15.8564 9.08209 15.8429 9.07072 15.8266 9.06559L15.6427 9.0076L15.604 9.13022Z",fill:"#009B3A"}),o.jsx("path",{d:"M15.8367 9.4961C15.8582 9.42798 15.9054 9.27811 15.8033 9.24589L15.6738 9.20508C15.8237 9.25233 15.7764 9.4022 15.755 9.47032",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2466 9.64284C16.3025 9.66373 16.3653 9.65911 16.4213 9.62997C16.4772 9.60083 16.5217 9.54957 16.5449 9.48746C16.5681 9.42536 16.5682 9.3575 16.5451 9.2988C16.522 9.24011 16.4776 9.1954 16.4217 9.1745C16.3658 9.1536 16.303 9.15823 16.247 9.18737C16.1911 9.21651 16.1466 9.26777 16.1234 9.32987C16.1002 9.39198 16.1001 9.45984 16.1232 9.51853C16.1463 9.57722 16.1907 9.62194 16.2466 9.64284ZM16.2791 9.55586C16.3119 9.56813 16.3492 9.5644 16.3827 9.54547C16.4163 9.52655 16.4433 9.49398 16.4579 9.45495C16.4725 9.41591 16.4735 9.37359 16.4606 9.33731C16.4477 9.30103 16.422 9.27375 16.3892 9.26148C16.3563 9.2492 16.3191 9.25294 16.2855 9.27186C16.252 9.29079 16.225 9.32335 16.2104 9.36239C16.1958 9.40143 16.1948 9.44374 16.2077 9.48002C16.2206 9.51631 16.2463 9.54359 16.2791 9.55586Z",fill:"#009B3A"}),o.jsx("mask",{id:"mask1_3880_11917",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"16",y:"9",width:"2",height:"1",children:o.jsx("path",{d:"M16.6288 9.79056L16.8281 9.33203L17.2408 9.51147L17.0414 9.97L16.6288 9.79056ZM16.969 9.57241L16.9348 9.65101L17.1411 9.74073L17.1753 9.66213L16.969 9.57241Z",fill:"white"})}),o.jsx("g",{mask:"url(#mask1_3880_11917)",children:o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.8351 9.88028C16.8898 9.90407 16.9528 9.90274 17.0102 9.87657C17.0676 9.8504 17.1147 9.80154 17.1411 9.74073C17.1676 9.67993 17.1712 9.61216 17.1512 9.55234C17.1312 9.49252 17.0892 9.44554 17.0345 9.42175C16.9797 9.39795 16.9168 9.39929 16.8594 9.42546C16.802 9.45163 16.7549 9.50049 16.7284 9.5613C16.702 9.6221 16.6984 9.68987 16.7184 9.74969C16.7384 9.80951 16.7804 9.85649 16.8351 9.88028ZM16.8721 9.79512C16.9043 9.8091 16.9417 9.80732 16.9762 9.79017C17.0106 9.77303 17.0393 9.74193 17.056 9.70371C17.0726 9.66549 17.0757 9.62328 17.0648 9.58637C17.0538 9.54947 17.0296 9.52088 16.9974 9.50691C16.9653 9.49293 16.9279 9.49471 16.8934 9.51186C16.8589 9.529 16.8302 9.5601 16.8136 9.59832C16.797 9.63654 16.7938 9.67875 16.8048 9.71566C16.8158 9.75256 16.84 9.78115 16.8721 9.79512Z",fill:"#009B3A"})}),o.jsx("path",{d:"M16.9678 9.66504L17.1414 9.74052L17.1129 9.80602L16.9393 9.73054L16.9678 9.66504Z",fill:"#009B3A"}),o.jsx("path",{d:"M17.0752 9.7124L17.1407 9.74088L17.041 9.97015L16.9755 9.94167L17.0752 9.7124Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.2095 10.0485L17.2926 10.09L17.3755 9.92377L17.5545 10.013C17.5918 10.0316 17.6349 10.0346 17.6745 10.0214C17.714 10.0082 17.7466 9.97979 17.7652 9.9425C17.7838 9.9052 17.7868 9.86204 17.7736 9.82252C17.7604 9.78299 17.732 9.75034 17.6947 9.73175L17.439 9.60426L17.2095 10.0485ZM17.4169 9.84067L17.5895 9.92672C17.6048 9.93433 17.6224 9.93557 17.6386 9.93016C17.6548 9.92475 17.6681 9.91313 17.6757 9.89788C17.6833 9.88262 17.6846 9.86496 17.6792 9.84879C17.6737 9.83263 17.6621 9.81927 17.6469 9.81166L17.4743 9.72561L17.4169 9.84067Z",fill:"#009B3A"}),o.jsx("path",{d:"M17.59 10.2382C17.6218 10.1743 17.692 10.0337 17.5961 9.98585L17.4746 9.92529C17.6152 9.99541 17.5451 10.136 17.5133 10.2",fill:"#009B3A"}),o.jsx("path",{d:"M17.7753 10.3361L18.1669 10.5576L18.2127 10.4768L17.8956 10.2974L17.9589 10.1855L18.2076 10.3262L18.2498 10.2516L18.0011 10.1109L18.0504 10.0239L18.3488 10.1927L18.3945 10.1119L18.0215 9.90088L17.7753 10.3361Z",fill:"#009B3A"}),o.jsx("path",{d:"M18.5044 10.5806C18.4775 10.6228 18.5048 10.6698 18.565 10.7081C18.6252 10.7465 18.6663 10.7451 18.6836 10.7181C18.7383 10.6322 18.4221 10.507 18.5196 10.3574C18.6036 10.2288 18.7473 10.3289 18.8016 10.3634C18.8558 10.3979 18.9428 10.4873 18.8751 10.5902L18.7833 10.5317C18.812 10.4865 18.7804 10.4431 18.7322 10.4124C18.6855 10.3827 18.6476 10.3691 18.6198 10.4128C18.5732 10.4826 18.8831 10.6144 18.7881 10.7635C18.718 10.8734 18.5962 10.8254 18.5148 10.7736C18.4456 10.7295 18.342 10.6254 18.4095 10.5202L18.5044 10.5806Z",fill:"#009B3A"}),o.jsx("path",{d:"M19.0409 10.9353C19.0119 10.976 19.0366 11.0244 19.0947 11.0659C19.1529 11.1073 19.1939 11.1081 19.2127 11.082C19.2718 10.9991 18.9626 10.8575 19.0677 10.7132C19.1584 10.5892 19.2967 10.6966 19.349 10.734C19.4014 10.7713 19.4836 10.8651 19.4106 10.9643L19.3219 10.9011C19.3531 10.8575 19.3238 10.8124 19.2772 10.7793C19.2322 10.7471 19.195 10.7316 19.1649 10.7737C19.1147 10.841 19.4173 10.9888 19.3146 11.1328C19.2389 11.2389 19.1197 11.1846 19.0412 11.1286C18.9744 11.0809 18.8764 10.9715 18.9493 10.87L19.0409 10.9353Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5484 11.5109C19.5951 11.548 19.6563 11.563 19.7185 11.5526C19.7807 11.5422 19.8389 11.5072 19.8801 11.4553C19.9214 11.4034 19.9424 11.3389 19.9386 11.2759C19.9348 11.2129 19.9064 11.1567 19.8597 11.1196C19.813 11.0824 19.7518 11.0674 19.6896 11.0778C19.6274 11.0882 19.5692 11.1233 19.528 11.1751C19.4867 11.227 19.4657 11.2916 19.4695 11.3545C19.4733 11.4175 19.5017 11.4737 19.5484 11.5109ZM19.6062 11.4382C19.6337 11.46 19.6703 11.468 19.708 11.4603C19.7457 11.4527 19.7815 11.4301 19.8075 11.3975C19.8334 11.3649 19.8474 11.3249 19.8463 11.2864C19.8453 11.2479 19.8293 11.214 19.8019 11.1922C19.7744 11.1704 19.7378 11.1624 19.7001 11.1701C19.6624 11.1777 19.6266 11.2003 19.6006 11.2329C19.5747 11.2656 19.5607 11.3055 19.5618 11.344C19.5628 11.3825 19.5788 11.4164 19.6062 11.4382Z",fill:"#009B3A"}),o.jsx("path",{d:"M10.7129 9.33154L10.6434 9.54553L10.7504 9.5803",fill:"white"}),o.jsx("path",{d:"M10.7129 9.33154L10.7824 9.54553L10.6754 9.5803",fill:"white"}),o.jsx("path",{d:"M10.9277 9.48779H10.7027V9.60029",fill:"white"}),o.jsx("path",{d:"M10.9277 9.48779L10.7457 9.62004L10.6796 9.52903",fill:"white"}),o.jsx("path",{d:"M10.5 9.4873L10.682 9.61956L10.7482 9.52854",fill:"white"}),o.jsx("path",{d:"M10.5 9.4873H10.725V9.5998",fill:"white"}),o.jsx("path",{d:"M10.8467 9.73828L10.7772 9.52429L10.6702 9.55906",fill:"white"}),o.jsx("path",{d:"M10.8467 9.73828L10.6647 9.60603L10.7308 9.51502",fill:"white"}),o.jsx("path",{d:"M10.5811 9.73877L10.7631 9.60652L10.697 9.5155",fill:"white"}),o.jsx("path",{d:"M10.5811 9.73877L10.6506 9.52478L10.7576 9.55955",fill:"white"}),o.jsx("path",{d:"M11.1787 11.54L11.1092 11.754L11.2162 11.7888",fill:"white"}),o.jsx("path",{d:"M11.1787 11.54L11.2482 11.754L11.1412 11.7888",fill:"white"}),o.jsx("path",{d:"M11.3926 11.6948H11.1676V11.8073",fill:"white"}),o.jsx("path",{d:"M11.3926 11.6948L11.2105 11.8271L11.1444 11.7361",fill:"white"}),o.jsx("path",{d:"M10.9639 11.6953L11.1459 11.8276L11.212 11.7365",fill:"white"}),o.jsx("path",{d:"M10.9639 11.6953H11.1889V11.8078",fill:"white"}),o.jsx("path",{d:"M11.3105 11.9468L11.241 11.7328L11.134 11.7676",fill:"white"}),o.jsx("path",{d:"M11.3105 11.9468L11.1285 11.8145L11.1946 11.7235",fill:"white"}),o.jsx("path",{d:"M11.0459 11.9463L11.2279 11.814L11.1618 11.723",fill:"white"}),o.jsx("path",{d:"M11.0459 11.9463L11.1154 11.7323L11.2224 11.7671",fill:"white"}),o.jsx("path",{d:"M10.5371 12.0479L10.4792 12.2262L10.5683 12.2551",fill:"white"}),o.jsx("path",{d:"M10.5371 12.0479L10.5951 12.2262L10.5059 12.2551",fill:"white"}),o.jsx("path",{d:"M10.7158 12.1777H10.5283V12.2715",fill:"white"}),o.jsx("path",{d:"M10.7158 12.1777L10.5641 12.2879L10.509 12.2121",fill:"white"}),o.jsx("path",{d:"M10.3584 12.1772L10.5101 12.2875L10.5652 12.2116",fill:"white"}),o.jsx("path",{d:"M10.3584 12.1772H10.5459V12.271",fill:"white"}),o.jsx("path",{d:"M10.6465 12.3867L10.5885 12.2084L10.4994 12.2374",fill:"white"}),o.jsx("path",{d:"M10.6465 12.3867L10.4948 12.2765L10.5499 12.2007",fill:"white"}),o.jsx("path",{d:"M10.4258 12.3872L10.5775 12.277L10.5224 12.2012",fill:"white"}),o.jsx("path",{d:"M10.4258 12.3872L10.4837 12.2089L10.5729 12.2379",fill:"white"}),o.jsx("path",{d:"M11.6904 11.3359L11.6573 11.4378L11.7083 11.4544",fill:"white"}),o.jsx("path",{d:"M11.6904 11.3359L11.7235 11.4378L11.6726 11.4544",fill:"white"}),o.jsx("path",{d:"M11.793 11.4092H11.6858V11.4628",fill:"white"}),o.jsx("path",{d:"M11.793 11.4092L11.7063 11.4722L11.6748 11.4288",fill:"white"}),o.jsx("path",{d:"M11.5879 11.4102L11.6746 11.4731L11.7061 11.4298",fill:"white"}),o.jsx("path",{d:"M11.5879 11.4102H11.695V11.4637",fill:"white"}),o.jsx("path",{d:"M11.7539 11.5293L11.7208 11.4274L11.6698 11.444",fill:"white"}),o.jsx("path",{d:"M11.7539 11.5293L11.6672 11.4663L11.6987 11.423",fill:"white"}),o.jsx("path",{d:"M11.6289 11.5298L11.7156 11.4668L11.6841 11.4235",fill:"white"}),o.jsx("path",{d:"M11.6289 11.5298L11.662 11.4279L11.713 11.4444",fill:"white"}),o.jsx("path",{d:"M12.2715 12.0981L12.2135 12.2765L12.3027 12.3054",fill:"white"}),o.jsx("path",{d:"M12.2715 12.0981L12.3294 12.2765L12.2403 12.3054",fill:"white"}),o.jsx("path",{d:"M12.4492 12.228H12.2617V12.3218",fill:"white"}),o.jsx("path",{d:"M12.4492 12.228L12.2975 12.3382L12.2424 12.2624",fill:"white"}),o.jsx("path",{d:"M12.0938 12.2275L12.2454 12.3377L12.3005 12.2619",fill:"white"}),o.jsx("path",{d:"M12.0938 12.2275H12.2812V12.3213",fill:"white"}),o.jsx("path",{d:"M12.3818 12.438L12.3239 12.2597L12.2347 12.2886",fill:"white"}),o.jsx("path",{d:"M12.3818 12.438L12.2301 12.3278L12.2853 12.2519",fill:"white"}),o.jsx("path",{d:"M12.1621 12.4375L12.3138 12.3273L12.2587 12.2514",fill:"white"}),o.jsx("path",{d:"M12.1621 12.4375L12.2201 12.2592L12.3092 12.2881",fill:"white"}),o.jsx("path",{d:"M12.1152 12.6567L12.0689 12.7994L12.1402 12.8226",fill:"white"}),o.jsx("path",{d:"M12.1152 12.6567L12.1616 12.7994L12.0903 12.8226",fill:"white"}),o.jsx("path",{d:"M12.2578 12.7607H12.1078V12.8357",fill:"white"}),o.jsx("path",{d:"M12.2578 12.7607L12.1365 12.8489L12.0924 12.7882",fill:"white"}),o.jsx("path",{d:"M11.9727 12.7603L12.094 12.8484L12.1381 12.7877",fill:"white"}),o.jsx("path",{d:"M11.9727 12.7603H12.1227V12.8353",fill:"white"}),o.jsx("path",{d:"M12.2031 12.9287L12.1568 12.7861L12.0854 12.8092",fill:"white"}),o.jsx("path",{d:"M12.2031 12.9287L12.0818 12.8405L12.1259 12.7799",fill:"white"}),o.jsx("path",{d:"M12.0264 12.9282L12.1477 12.8401L12.1036 12.7794",fill:"white"}),o.jsx("path",{d:"M12.0264 12.9282L12.0727 12.7856L12.144 12.8087",fill:"white"}),o.jsx("path",{d:"M16.6289 8.64648L16.5594 8.86047L16.6664 8.89524",fill:"white"}),o.jsx("path",{d:"M16.6289 8.64648L16.6984 8.86047L16.5914 8.89524",fill:"white"}),o.jsx("path",{d:"M16.8418 8.80127H16.6168V8.91377",fill:"white"}),o.jsx("path",{d:"M16.8418 8.80127L16.6598 8.93352L16.5936 8.84251",fill:"white"}),o.jsx("path",{d:"M16.4141 8.80273L16.5961 8.93499L16.6622 8.84397",fill:"white"}),o.jsx("path",{d:"M16.4141 8.80273H16.6391V8.91523",fill:"white"}),o.jsx("path",{d:"M16.7607 9.05371L16.6912 8.83972L16.5842 8.87449",fill:"white"}),o.jsx("path",{d:"M16.7607 9.05371L16.5787 8.92146L16.6448 8.83044",fill:"white"}),o.jsx("path",{d:"M16.4951 9.05322L16.6771 8.92097L16.611 8.82996",fill:"white"}),o.jsx("path",{d:"M16.4951 9.05322L16.5646 8.83923L16.6716 8.874",fill:"white"}),o.jsx("path",{d:"M18.6787 12.1182L18.6092 12.3322L18.7162 12.3669",fill:"white"}),o.jsx("path",{d:"M18.6787 12.1182L18.7482 12.3322L18.6412 12.3669",fill:"white"}),o.jsx("path",{d:"M18.8926 12.2734H18.6676V12.3859",fill:"white"}),o.jsx("path",{d:"M18.8926 12.2734L18.7105 12.4057L18.6444 12.3147",fill:"white"}),o.jsx("path",{d:"M18.4648 12.2734L18.6469 12.4057L18.713 12.3147",fill:"white"}),o.jsx("path",{d:"M18.4648 12.2734H18.6898V12.3859",fill:"white"}),o.jsx("path",{d:"M18.8105 12.5249L18.741 12.3109L18.634 12.3457",fill:"white"}),o.jsx("path",{d:"M18.8105 12.5249L18.6285 12.3927L18.6946 12.3016",fill:"white"}),o.jsx("path",{d:"M18.5459 12.5249L18.7279 12.3927L18.6618 12.3016",fill:"white"}),o.jsx("path",{d:"M18.5459 12.5249L18.6154 12.3109L18.7224 12.3457",fill:"white"}),o.jsx("path",{d:"M19.4082 12.2427L19.3619 12.3853L19.4332 12.4085",fill:"white"}),o.jsx("path",{d:"M19.4082 12.2427L19.4546 12.3853L19.3832 12.4085",fill:"white"}),o.jsx("path",{d:"M19.5498 12.3462H19.3998V12.4212",fill:"white"}),o.jsx("path",{d:"M19.5498 12.3462L19.4285 12.4344L19.3844 12.3737",fill:"white"}),o.jsx("path",{d:"M19.2656 12.3462L19.387 12.4344L19.4311 12.3737",fill:"white"}),o.jsx("path",{d:"M19.2656 12.3462H19.4156V12.4212",fill:"white"}),o.jsx("path",{d:"M19.4951 12.5142L19.4488 12.3715L19.3774 12.3947",fill:"white"}),o.jsx("path",{d:"M19.4951 12.5142L19.3738 12.426L19.4178 12.3653",fill:"white"}),o.jsx("path",{d:"M19.3193 12.5137L19.4407 12.4255L19.3966 12.3648",fill:"white"}),o.jsx("path",{d:"M19.3193 12.5137L19.3657 12.371L19.437 12.3942",fill:"white"}),o.jsx("path",{d:"M18.8936 12.6196L18.8356 12.798L18.9248 12.8269",fill:"white"}),o.jsx("path",{d:"M18.8936 12.6196L18.9515 12.798L18.8623 12.8269",fill:"white"}),o.jsx("path",{d:"M19.0713 12.749H18.8838V12.8428",fill:"white"}),o.jsx("path",{d:"M19.0713 12.749L18.9196 12.8592L18.8645 12.7834",fill:"white"}),o.jsx("path",{d:"M18.7148 12.749L18.8665 12.8592L18.9216 12.7834",fill:"white"}),o.jsx("path",{d:"M18.7148 12.749H18.9023V12.8428",fill:"white"}),o.jsx("path",{d:"M19.0029 12.9585L18.945 12.7802L18.8558 12.8091",fill:"white"}),o.jsx("path",{d:"M19.0029 12.9585L18.8512 12.8483L18.9063 12.7724",fill:"white"}),o.jsx("path",{d:"M18.7812 12.959L18.9329 12.8488L18.8778 12.7729",fill:"white"}),o.jsx("path",{d:"M18.7812 12.959L18.8392 12.7807L18.9284 12.8096",fill:"white"}),o.jsx("path",{d:"M17.6279 13.7197L17.57 13.898L17.6592 13.927",fill:"white"}),o.jsx("path",{d:"M17.6279 13.7197L17.6859 13.898L17.5967 13.927",fill:"white"}),o.jsx("path",{d:"M17.8047 13.8491H17.6172V13.9429",fill:"white"}),o.jsx("path",{d:"M17.8047 13.8491L17.653 13.9593L17.5979 13.8835",fill:"white"}),o.jsx("path",{d:"M17.4482 13.8491L17.5999 13.9593L17.655 13.8835",fill:"white"}),o.jsx("path",{d:"M17.4482 13.8491H17.6357V13.9429",fill:"white"}),o.jsx("path",{d:"M17.7363 14.0586L17.6784 13.8803L17.5892 13.9092",fill:"white"}),o.jsx("path",{d:"M17.7363 14.0586L17.5846 13.9484L17.6397 13.8725",fill:"white"}),o.jsx("path",{d:"M17.5166 14.0591L17.6683 13.9489L17.6132 13.873",fill:"white"}),o.jsx("path",{d:"M17.5166 14.0591L17.5745 13.8808L17.6637 13.9097",fill:"white"}),o.jsx("path",{d:"M17.6211 14.2856L17.5747 14.4283L17.6461 14.4515",fill:"white"}),o.jsx("path",{d:"M17.6211 14.2856L17.6674 14.4283L17.5961 14.4515",fill:"white"}),o.jsx("path",{d:"M17.7656 14.3892H17.6156V14.4642",fill:"white"}),o.jsx("path",{d:"M17.7656 14.3892L17.6443 14.4773L17.6002 14.4167",fill:"white"}),o.jsx("path",{d:"M17.4795 14.3887L17.6008 14.4768L17.6449 14.4162",fill:"white"}),o.jsx("path",{d:"M17.4795 14.3887H17.6295V14.4637",fill:"white"}),o.jsx("path",{d:"M17.7109 14.5571L17.6646 14.4145L17.5933 14.4376",fill:"white"}),o.jsx("path",{d:"M17.7109 14.5571L17.5896 14.469L17.6337 14.4083",fill:"white"}),o.jsx("path",{d:"M17.5322 14.5566L17.6536 14.4685L17.6095 14.4078",fill:"white"}),o.jsx("path",{d:"M17.5322 14.5566L17.5786 14.414L17.6499 14.4372",fill:"white"}),o.jsx("path",{d:"M18.1504 13.3428L18.104 13.4854L18.1754 13.5086",fill:"white"}),o.jsx("path",{d:"M18.1504 13.3428L18.1967 13.4854L18.1254 13.5086",fill:"white"}),o.jsx("path",{d:"M18.293 13.4468H18.143V13.5218",fill:"white"}),o.jsx("path",{d:"M18.293 13.4468L18.1716 13.5349L18.1275 13.4743",fill:"white"}),o.jsx("path",{d:"M18.0078 13.4463L18.1292 13.5345L18.1732 13.4738",fill:"white"}),o.jsx("path",{d:"M18.0078 13.4463H18.1578V13.5213",fill:"white"}),o.jsx("path",{d:"M18.2373 13.6147L18.191 13.4721L18.1196 13.4953",fill:"white"}),o.jsx("path",{d:"M18.2373 13.6147L18.116 13.5266L18.16 13.4659",fill:"white"}),o.jsx("path",{d:"M18.0625 13.6143L18.1839 13.5261L18.1398 13.4654",fill:"white"}),o.jsx("path",{d:"M18.0625 13.6143L18.1089 13.4716L18.1802 13.4948",fill:"white"}),o.jsx("path",{d:"M18.5713 13.041L18.5133 13.2193L18.6025 13.2483",fill:"white"}),o.jsx("path",{d:"M18.5713 13.041L18.6292 13.2193L18.5401 13.2483",fill:"white"}),o.jsx("path",{d:"M18.749 13.1709H18.5615V13.2646",fill:"white"}),o.jsx("path",{d:"M18.749 13.1709L18.5973 13.2811L18.5422 13.2053",fill:"white"}),o.jsx("path",{d:"M18.3926 13.1704L18.5443 13.2806L18.5994 13.2048",fill:"white"}),o.jsx("path",{d:"M18.3926 13.1704H18.5801V13.2642",fill:"white"}),o.jsx("path",{d:"M18.6807 13.3804L18.6227 13.202L18.5336 13.231",fill:"white"}),o.jsx("path",{d:"M18.6807 13.3804L18.529 13.2702L18.5841 13.1943",fill:"white"}),o.jsx("path",{d:"M18.46 13.3804L18.6117 13.2702L18.5565 13.1943",fill:"white"}),o.jsx("path",{d:"M18.46 13.3804L18.5179 13.202L18.6071 13.231",fill:"white"}),o.jsx("path",{d:"M17.6084 13.2422L17.562 13.3848L17.6334 13.408",fill:"white"}),o.jsx("path",{d:"M17.6084 13.2422L17.6548 13.3848L17.5834 13.408",fill:"white"}),o.jsx("path",{d:"M17.751 13.3462H17.601V13.4212",fill:"white"}),o.jsx("path",{d:"M17.751 13.3462L17.6296 13.4344L17.5855 13.3737",fill:"white"}),o.jsx("path",{d:"M17.4658 13.3462L17.5872 13.4344L17.6313 13.3737",fill:"white"}),o.jsx("path",{d:"M17.4658 13.3462H17.6158V13.4212",fill:"white"}),o.jsx("path",{d:"M17.6963 13.5142L17.6499 13.3715L17.5786 13.3947",fill:"white"}),o.jsx("path",{d:"M17.6963 13.5142L17.5749 13.426L17.619 13.3653",fill:"white"}),o.jsx("path",{d:"M17.5195 13.5137L17.6409 13.4255L17.5968 13.3648",fill:"white"}),o.jsx("path",{d:"M17.5195 13.5137L17.5659 13.371L17.6372 13.3942",fill:"white"}),o.jsx("path",{d:"M13 10.5269L12.9421 10.7052L13.0312 10.7341",fill:"white"}),o.jsx("path",{d:"M13 10.5269L13.0579 10.7052L12.9688 10.7341",fill:"white"}),o.jsx("path",{d:"M13.1787 10.6562H12.9912V10.75",fill:"white"}),o.jsx("path",{d:"M13.1787 10.6562L13.027 10.7665L12.9719 10.6906",fill:"white"}),o.jsx("path",{d:"M12.8223 10.6562L12.974 10.7665L13.0291 10.6906",fill:"white"}),o.jsx("path",{d:"M12.8223 10.6562H13.0098V10.75",fill:"white"}),o.jsx("path",{d:"M13.1104 10.8662L13.0524 10.6879L12.9632 10.7169",fill:"white"}),o.jsx("path",{d:"M13.1104 10.8662L12.9587 10.756L13.0138 10.6802",fill:"white"}),o.jsx("path",{d:"M12.8906 10.8657L13.0423 10.7555L12.9872 10.6797",fill:"white"}),o.jsx("path",{d:"M12.8906 10.8657L12.9486 10.6874L13.0377 10.7164",fill:"white"}),o.jsx("path",{d:"M16.4297 10.0859L16.3833 10.2286L16.4547 10.2518",fill:"white"}),o.jsx("path",{d:"M16.4297 10.0859L16.476 10.2286L16.4047 10.2518",fill:"white"}),o.jsx("path",{d:"M16.5713 10.1899H16.4213V10.2649",fill:"white"}),o.jsx("path",{d:"M16.5713 10.1899L16.4499 10.2781L16.4059 10.2174",fill:"white"}),o.jsx("path",{d:"M16.2861 10.1895L16.4075 10.2776L16.4516 10.2169",fill:"white"}),o.jsx("path",{d:"M16.2861 10.1895H16.4361V10.2645",fill:"white"}),o.jsx("path",{d:"M16.5176 10.3569L16.4712 10.2143L16.3999 10.2375",fill:"white"}),o.jsx("path",{d:"M16.5176 10.3569L16.3962 10.2688L16.4403 10.2081",fill:"white"}),o.jsx("path",{d:"M16.3389 10.3574L16.4602 10.2693L16.4161 10.2086",fill:"white"}),o.jsx("path",{d:"M16.3389 10.3574L16.3852 10.2148L16.4565 10.2379",fill:"white"}),o.jsx("path",{d:"M14.999 12.6323L14.9295 12.8463L15.0365 12.8811",fill:"white"}),o.jsx("path",{d:"M14.999 12.6323L15.0686 12.8463L14.9616 12.8811",fill:"white"}),o.jsx("path",{d:"M15.2119 12.7871H14.9869V12.8996",fill:"white"}),o.jsx("path",{d:"M15.2119 12.7871L15.0299 12.9194L14.9638 12.8283",fill:"white"}),o.jsx("path",{d:"M14.7842 12.7876L14.9662 12.9198L15.0323 12.8288",fill:"white"}),o.jsx("path",{d:"M14.7842 12.7876H15.0092V12.9001",fill:"white"}),o.jsx("path",{d:"M15.1309 13.0396L15.0613 12.8256L14.9543 12.8603",fill:"white"}),o.jsx("path",{d:"M15.1309 13.0396L14.9488 12.9073L15.015 12.8163",fill:"white"}),o.jsx("path",{d:"M14.8652 13.0391L15.0473 12.9068L14.9811 12.8158",fill:"white"}),o.jsx("path",{d:"M14.8652 13.0391L14.9348 12.8251L15.0418 12.8598",fill:"white"}),o.jsx("path",{d:"M15.6055 11.627L15.5475 11.8053L15.6367 11.8342",fill:"white"}),o.jsx("path",{d:"M15.6055 11.627L15.6634 11.8053L15.5742 11.8342",fill:"white"}),o.jsx("path",{d:"M15.7842 11.7563H15.5967V11.8501",fill:"white"}),o.jsx("path",{d:"M15.7842 11.7563L15.6325 11.8666L15.5774 11.7907",fill:"white"}),o.jsx("path",{d:"M15.4268 11.7568L15.5784 11.867L15.6336 11.7912",fill:"white"}),o.jsx("path",{d:"M15.4268 11.7568H15.6143V11.8506",fill:"white"}),o.jsx("path",{d:"M15.7158 11.9658L15.6579 11.7875L15.5687 11.8165",fill:"white"}),o.jsx("path",{d:"M15.7158 11.9658L15.5641 11.8556L15.6192 11.7798",fill:"white"}),o.jsx("path",{d:"M15.4951 11.9668L15.6468 11.8566L15.5917 11.7807",fill:"white"}),o.jsx("path",{d:"M15.4951 11.9668L15.5531 11.7885L15.6422 11.8174",fill:"white"}),o.jsx("path",{d:"M15 11.1553L14.9421 11.3336L15.0312 11.3626",fill:"white"}),o.jsx("path",{d:"M15 11.1553L15.0579 11.3336L14.9688 11.3626",fill:"white"}),o.jsx("path",{d:"M15.1787 11.2847H14.9912V11.3784",fill:"white"}),o.jsx("path",{d:"M15.1787 11.2847L15.027 11.3949L14.9719 11.319",fill:"white"}),o.jsx("path",{d:"M14.8223 11.2842L14.974 11.3944L15.0291 11.3185",fill:"white"}),o.jsx("path",{d:"M14.8223 11.2842H15.0098V11.3779",fill:"white"}),o.jsx("path",{d:"M15.1104 11.4941L15.0524 11.3158L14.9632 11.3448",fill:"white"}),o.jsx("path",{d:"M15.1104 11.4941L14.9587 11.3839L15.0138 11.3081",fill:"white"}),o.jsx("path",{d:"M14.8887 11.4946L15.0404 11.3844L14.9853 11.3086",fill:"white"}),o.jsx("path",{d:"M14.8887 11.4946L14.9466 11.3163L15.0358 11.3453",fill:"white"}),o.jsx("path",{d:"M14.4707 11.6641L14.4244 11.8067L14.4957 11.8299",fill:"white"}),o.jsx("path",{d:"M14.4707 11.6641L14.5171 11.8067L14.4457 11.8299",fill:"white"}),o.jsx("path",{d:"M14.6133 11.7681H14.4633V11.8431",fill:"white"}),o.jsx("path",{d:"M14.6133 11.7681L14.4919 11.8562L14.4478 11.7956",fill:"white"}),o.jsx("path",{d:"M14.3301 11.7681L14.4514 11.8562L14.4955 11.7956",fill:"white"}),o.jsx("path",{d:"M14.3301 11.7681H14.4801V11.8431",fill:"white"}),o.jsx("path",{d:"M14.5596 11.9355L14.5132 11.7929L14.4419 11.8161",fill:"white"}),o.jsx("path",{d:"M14.5596 11.9355L14.4382 11.8474L14.4823 11.7867",fill:"white"}),o.jsx("path",{d:"M14.3828 11.9355L14.5042 11.8474L14.4601 11.7867",fill:"white"}),o.jsx("path",{d:"M14.3828 11.9355L14.4292 11.7929L14.5005 11.8161",fill:"white"}),o.jsx("path",{d:"M14.7363 12.0713L14.7032 12.1732L14.7542 12.1897",fill:"white"}),o.jsx("path",{d:"M14.7363 12.0713L14.7694 12.1732L14.7185 12.1897",fill:"white"}),o.jsx("path",{d:"M14.8379 12.1455H14.7307V12.1991",fill:"white"}),o.jsx("path",{d:"M14.8379 12.1455L14.7512 12.2085L14.7197 12.1651",fill:"white"}),o.jsx("path",{d:"M14.6338 12.146L14.7205 12.209L14.752 12.1656",fill:"white"}),o.jsx("path",{d:"M14.6338 12.146H14.7409V12.1996",fill:"white"}),o.jsx("path",{d:"M14.7988 12.2651L14.7657 12.1632L14.7148 12.1798",fill:"white"}),o.jsx("path",{d:"M14.7988 12.2651L14.7121 12.2022L14.7436 12.1588",fill:"white"}),o.jsx("path",{d:"M14.6738 12.2651L14.7605 12.2022L14.729 12.1588",fill:"white"}),o.jsx("path",{d:"M14.6738 12.2651L14.7069 12.1632L14.7579 12.1798",fill:"white"}),o.jsx("path",{d:"M16.5713 13.8481L16.5133 14.0265L16.6025 14.0554",fill:"white"}),o.jsx("path",{d:"M16.5713 13.8481L16.6292 14.0265L16.5401 14.0554",fill:"white"}),o.jsx("path",{d:"M16.75 13.9775H16.5625V14.0713",fill:"white"}),o.jsx("path",{d:"M16.75 13.9775L16.5983 14.0877L16.5432 14.0119",fill:"white"}),o.jsx("path",{d:"M16.3926 13.978L16.5443 14.0882L16.5994 14.0124",fill:"white"}),o.jsx("path",{d:"M16.3926 13.978H16.5801V14.0718",fill:"white"}),o.jsx("path",{d:"M16.6826 14.1875L16.6247 14.0092L16.5355 14.0381",fill:"white"}),o.jsx("path",{d:"M16.6826 14.1875L16.5309 14.0773L16.586 14.0014",fill:"white"}),o.jsx("path",{d:"M16.4619 14.1875L16.6136 14.0773L16.5585 14.0014",fill:"white"}),o.jsx("path",{d:"M16.4619 14.1875L16.5199 14.0092L16.609 14.0381",fill:"white"}),o.jsx("path",{d:"M17.0215 13.4214L16.9751 13.564L17.0465 13.5872",fill:"white"}),o.jsx("path",{d:"M17.0215 13.4214L17.0678 13.564L16.9965 13.5872",fill:"white"}),o.jsx("path",{d:"M17.165 13.5249H17.015V13.5999",fill:"white"}),o.jsx("path",{d:"M17.165 13.5249L17.0437 13.6131L16.9996 13.5524",fill:"white"}),o.jsx("path",{d:"M16.8799 13.5249L17.0012 13.6131L17.0453 13.5524",fill:"white"}),o.jsx("path",{d:"M16.8799 13.5249H17.0299V13.5999",fill:"white"}),o.jsx("path",{d:"M17.1094 13.6929L17.063 13.5502L16.9917 13.5734",fill:"white"}),o.jsx("path",{d:"M17.1094 13.6929L16.988 13.6047L17.0321 13.544",fill:"white"}),o.jsx("path",{d:"M16.9336 13.6924L17.0549 13.6042L17.0109 13.5435",fill:"white"}),o.jsx("path",{d:"M16.9336 13.6924L16.9799 13.5497L17.0513 13.5729",fill:"white"}),o.jsx("path",{d:"M16.1582 13.293L16.1119 13.4356L16.1832 13.4588",fill:"white"}),o.jsx("path",{d:"M16.1582 13.293L16.2046 13.4356L16.1332 13.4588",fill:"white"}),o.jsx("path",{d:"M16.3008 13.3965H16.1508V13.4715",fill:"white"}),o.jsx("path",{d:"M16.3008 13.3965L16.1794 13.4847L16.1353 13.424",fill:"white"}),o.jsx("path",{d:"M16.0156 13.3965L16.137 13.4847L16.1811 13.424",fill:"white"}),o.jsx("path",{d:"M16.0156 13.3965H16.1656V13.4715",fill:"white"}),o.jsx("path",{d:"M16.2451 13.564L16.1988 13.4213L16.1274 13.4445",fill:"white"}),o.jsx("path",{d:"M16.2451 13.564L16.1238 13.4758L16.1678 13.4151",fill:"white"}),o.jsx("path",{d:"M16.0693 13.564L16.1907 13.4758L16.1466 13.4151",fill:"white"}),o.jsx("path",{d:"M16.0693 13.564L16.1157 13.4213L16.187 13.4445",fill:"white"}),o.jsx("path",{d:"M12.8936 13.061L12.824 13.275L12.931 13.3098",fill:"white"}),o.jsx("path",{d:"M12.8936 13.061L12.9631 13.275L12.8561 13.3098",fill:"white"}),o.jsx("path",{d:"M13.1064 13.2163H12.8814V13.3288",fill:"white"}),o.jsx("path",{d:"M13.1064 13.2163L12.9244 13.3486L12.8583 13.2575",fill:"white"}),o.jsx("path",{d:"M12.6787 13.2163L12.8607 13.3486L12.9269 13.2575",fill:"white"}),o.jsx("path",{d:"M12.6787 13.2163H12.9037V13.3288",fill:"white"}),o.jsx("path",{d:"M13.0234 13.4683L12.9539 13.2543L12.8469 13.289",fill:"white"}),o.jsx("path",{d:"M13.0234 13.4683L12.8414 13.336L12.9075 13.245",fill:"white"}),o.jsx("path",{d:"M12.7598 13.4678L12.9418 13.3355L12.8757 13.2445",fill:"white"}),o.jsx("path",{d:"M12.7598 13.4678L12.8293 13.2538L12.9363 13.2886",fill:"white"}),o.jsx("path",{d:"M15.001 14.5327L14.9778 14.604L15.0135 14.6156",fill:"white"}),o.jsx("path",{d:"M15.001 14.5327L15.0242 14.604L14.9885 14.6156",fill:"white"}),o.jsx("path",{d:"M15.0723 14.584H14.9973V14.6215",fill:"white"}),o.jsx("path",{d:"M15.0723 14.584L15.0116 14.6281L14.9895 14.5977",fill:"white"}),o.jsx("path",{d:"M14.9297 14.584L14.9904 14.6281L15.0124 14.5977",fill:"white"}),o.jsx("path",{d:"M14.9297 14.584H15.0047V14.6215",fill:"white"}),o.jsx("path",{d:"M15.0449 14.668L15.0217 14.5966L14.9861 14.6082",fill:"white"}),o.jsx("path",{d:"M15.0449 14.668L14.9842 14.6239L15.0063 14.5935",fill:"white"}),o.jsx("path",{d:"M14.9561 14.6675L15.0167 14.6234L14.9947 14.5931",fill:"white"}),o.jsx("path",{d:"M14.9561 14.6675L14.9792 14.5962L15.0149 14.6077",fill:"white"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_3880_11917",children:o.jsx("rect",{width:"30",height:"21",fill:"white"})})})]}),w5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"20",viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_3880_12442)",children:[o.jsx("rect",{width:"30",height:"20",rx:"1",fill:"#FF0000"}),o.jsx("path",{d:"M4.56641 0.000488281H25.436V20.0005H4.56641V0.000488281Z",fill:"white"}),o.jsx("path",{d:"M15.0008 1.87549L13.5769 4.42236C13.4138 4.6984 13.1258 4.67236 12.8323 4.51611L11.7997 4.0057L12.566 7.91195C12.7291 8.62549 12.2073 8.62549 11.9519 8.3182L10.153 6.39111L9.86494 7.37028C9.83233 7.50049 9.68559 7.6359 9.46276 7.60465L7.19102 7.14632L7.78885 9.22965C7.91928 9.6932 8.01711 9.8859 7.65842 10.0057L6.84863 10.3703L10.7671 13.4172C10.9247 13.5317 11.0008 13.7401 10.941 13.9276L10.5986 15.0057C11.9465 14.8547 13.1584 14.6307 14.5062 14.4953C14.6258 14.4849 14.8215 14.6672 14.8215 14.8026L14.6475 18.7505H15.2997L15.1965 14.813C15.1965 14.6776 15.3758 14.4849 15.4954 14.4953C16.8432 14.6359 18.0552 14.8599 19.403 15.0057L19.0552 13.9224C18.9954 13.7349 19.0769 13.5317 19.2291 13.4119L23.1475 10.3651L22.3378 10.0005C21.9791 9.87549 22.0769 9.68799 22.2073 9.22445L22.8052 7.14111L20.5334 7.59945C20.3106 7.6307 20.1638 7.49528 20.1312 7.36507L19.8432 6.3859L18.0443 8.31299C17.7888 8.62028 17.2725 8.62028 17.4302 7.90674L18.1965 4.00049L17.1638 4.5109C16.8758 4.66715 16.5823 4.68799 16.4193 4.41715L15.0008 1.87549Z",fill:"#FF0000"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_3880_12442",children:o.jsx("rect",{width:"30",height:"20",fill:"white"})})})]}),y5=({name:e,...t})=>{switch(e){case"usa":return o.jsx(f5,{...t});case"de":return o.jsx(h5,{...t});case"sg":return o.jsx(v5,{...t});case"uk":return o.jsx(u5,{...t});case"ie":return o.jsx(b5,{...t});case"eu":return o.jsx(p5,{...t});case"in":return o.jsx(g5,{...t});case"nl":return o.jsx(m5,{...t});case"au":return o.jsx(x5,{...t});case"br":return o.jsx($5,{...t});case"ca":return o.jsx(w5,{...t});case"za":return o.jsx(k5,{...t});default:return null}};let tr;const ri="HoverCard",[ai,Wm]=ce(ri,[Ae]),Hn=Ae(),[C5,Dn]=ai(ri),M5=e=>{const{__scopeHoverCard:t,children:n,open:r,defaultOpen:a,onOpenChange:i,openDelay:s=700,closeDelay:c=300}=e,d=Hn(t),f=l.useRef(0),p=l.useRef(0),u=l.useRef(!1),v=l.useRef(!1),[b=!1,g]=pe({prop:r,defaultProp:a,onChange:i}),h=l.useCallback(()=>{clearTimeout(p.current),f.current=window.setTimeout(()=>g(!0),s)},[s,g]),x=l.useCallback(()=>{clearTimeout(f.current),!u.current&&!v.current&&(p.current=window.setTimeout(()=>g(!1),c))},[c,g]),k=l.useCallback(()=>g(!1),[g]);return l.useEffect(()=>()=>{clearTimeout(f.current),clearTimeout(p.current)},[]),l.createElement(C5,{scope:t,open:b,onOpenChange:g,onOpen:h,onClose:x,onDismiss:k,hasSelectionRef:u,isPointerDownOnContentRef:v},l.createElement(Ft,d,n))},S5="HoverCardTrigger",L5=l.forwardRef((e,t)=>{const{__scopeHoverCard:n,...r}=e,a=Dn(S5,n),i=Hn(n);return l.createElement(Tt,M({asChild:!0},i),l.createElement(q.a,M({"data-state":a.open?"open":"closed"},r,{ref:t,onPointerEnter:F(e.onPointerEnter,An(a.onOpen)),onPointerLeave:F(e.onPointerLeave,An(a.onClose)),onFocus:F(e.onFocus,a.onOpen),onBlur:F(e.onBlur,a.onClose),onTouchStart:F(e.onTouchStart,s=>s.preventDefault())})))}),ii="HoverCardPortal",[j5,E5]=ai(ii,{forceMount:void 0}),O5=e=>{const{__scopeHoverCard:t,forceMount:n,children:r,container:a}=e,i=Dn(ii,t);return l.createElement(j5,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(kn,{asChild:!0,container:a},r)))},nr="HoverCardContent",_5=l.forwardRef((e,t)=>{const n=E5(nr,e.__scopeHoverCard),{forceMount:r=n.forceMount,...a}=e,i=Dn(nr,e.__scopeHoverCard);return l.createElement(he,{present:r||i.open},l.createElement(P5,M({"data-state":i.open?"open":"closed"},a,{onPointerEnter:F(e.onPointerEnter,An(i.onOpen)),onPointerLeave:F(e.onPointerLeave,An(i.onClose)),ref:t})))}),P5=l.forwardRef((e,t)=>{const{__scopeHoverCard:n,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:s,...c}=e,d=Dn(nr,n),f=Hn(n),p=l.useRef(null),u=oe(t,p),[v,b]=l.useState(!1);return l.useEffect(()=>{if(v){const g=document.body;return tr=g.style.userSelect||g.style.webkitUserSelect,g.style.userSelect="none",g.style.webkitUserSelect="none",()=>{g.style.userSelect=tr,g.style.webkitUserSelect=tr}}},[v]),l.useEffect(()=>{if(p.current){const g=()=>{b(!1),d.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var h;((h=document.getSelection())===null||h===void 0?void 0:h.toString())!==""&&(d.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",g),()=>{document.removeEventListener("pointerup",g),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!1}}},[d.isPointerDownOnContentRef,d.hasSelectionRef]),l.useEffect(()=>{p.current&&F5(p.current).forEach(h=>h.setAttribute("tabindex","-1"))}),l.createElement(ln,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:s,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:F(i,g=>{g.preventDefault()}),onDismiss:d.onDismiss},l.createElement(mn,M({},f,c,{onPointerDown:F(c.onPointerDown,g=>{g.currentTarget.contains(g.target)&&b(!0),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!0}),ref:u,style:{...c.style,userSelect:v?"text":void 0,WebkitUserSelect:v?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"}})))}),I5=l.forwardRef((e,t)=>{const{__scopeHoverCard:n,...r}=e,a=Hn(n);return l.createElement(xn,M({},a,r,{ref:t}))});function An(e){return t=>t.pointerType==="touch"?void 0:e()}function F5(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;n.nextNode();)t.push(n.currentNode);return t}const T5=M5,H5=L5,D5=O5,A5=_5,N5=I5,or=({children:e,...t})=>o.jsx(T5,{...t,children:e}),Z5=L(H5).withConfig({componentId:"sc-1ect7b6-0"})(["width:fit-content;"]),li=({children:e,...t})=>o.jsx(Z5,{...t,children:e});li.displayName="HoverCardTrigger",or.Trigger=li;const ci=({children:e,showArrow:t,forceMount:n,container:r,...a})=>o.jsx(D5,{forceMount:n,container:r,children:o.jsxs(G2,{as:A5,$type:"hover-card",$showArrow:t,...a,children:[t&&o.jsx(On,{asChild:!0,as:N5,width:15,height:10,children:o.jsx(_n,{})}),e]})});ci.displayName="HoverCardContent",or.Content=ci;const U5=L.a.withConfig({componentId:"sc-1bwz77u-0"})(["font:",";color:",";margin:0;text-decoration:none;display:inline-flex;gap:",";margin-right:",";align-items:center;&:hover,&:focus{color:",";transition:",";text-decoration:underline;cursor:pointer;}"],({$size:e,$weight:t="normal",theme:n})=>n.typography.styles.product.text[t][e],({theme:e})=>e.click.global.color.text.link.default,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.space.sm.gap:t.click.link.space.md.gap,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.space.sm.gap:t.click.link.space.md.gap,({theme:e})=>e.click.global.color.text.link.hover,({theme:e})=>e.transition.default),B5=L.span.withConfig({componentId:"sc-1bwz77u-1"})([".external-icon{height:",";width:",";}"],({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.icon.size.sm.height:t.click.link.icon.size.md.height,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.icon.size.sm.width:t.click.link.icon.size.md.width),V5=({size:e="md",weight:t="normal",className:n,href:r,onClick:a,target:i,rel:s,hasIcon:c=!1,children:d,component:f,...p})=>o.jsxs(U5,{$size:e,$weight:t,className:n,as:f??"a",href:r,onClick:a,rel:s,target:i,...p,children:[d,c&&o.jsx(B5,{$size:e,children:o.jsx(K,{name:"popout",className:"external-icon","data-testid":"external-icon"})})]}),R5=L(Va).withConfig({componentId:"sc-1pvd2nj-0"})(["label{width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;}"]),W5=L.div.withConfig({componentId:"sc-1pvd2nj-1"})(["width:100%;display:flex;align-items:center;justify-content:space-between;align-items:center;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}",""],({theme:e,$error:t,$hasLabel:n})=>`
|
|
329
|
+
`:""),i5=({sub:e,children:t,showArrow:o,...r})=>{const i=e?Nd:Fd;return n.jsx(Id,{children:n.jsxs(Bd,{$type:"context-menu",$showArrow:o,as:i,...r,children:[o&&n.jsx(dn,{asChild:!0,as:Zd,width:20,height:10,children:n.jsx(un,{className:"popover-arrow"})}),t]})})};i5.displayName="ContextMenuContent",x1.Content=i5;const Rd=S(Vd).withConfig({componentId:"sc-8z6kye-1"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),a5=e=>n.jsx(Rd,{...e});a5.displayName="ContextMenuGroup",x1.Group=a5;const Ud=S(Ad).withConfig({componentId:"sc-8z6kye-2"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),s5=({...e})=>n.jsx(Ud,{...e});s5.displayName="ContextMenuSub",x1.Sub=s5;const l5=({...e})=>n.jsx(_o,{as:Td,...e});l5.displayName="ContextMenuItem",x1.Item=l5;let e2;const c5="HoverCard",[d5,Ey]=xe(c5,[o1]),wn=o1(),[Wd,kn]=d5(c5),zd=e=>{const{__scopeHoverCard:t,children:o,open:r,defaultOpen:i,onOpenChange:a,openDelay:c=700,closeDelay:s=300}=e,d=wn(t),u=l.useRef(0),f=l.useRef(0),p=l.useRef(!1),h=l.useRef(!1),[g=!1,C]=$e({prop:r,defaultProp:i,onChange:a}),v=l.useCallback(()=>{clearTimeout(f.current),u.current=window.setTimeout(()=>C(!0),c)},[c,C]),b=l.useCallback(()=>{clearTimeout(u.current),!p.current&&!h.current&&(f.current=window.setTimeout(()=>C(!1),s))},[s,C]),m=l.useCallback(()=>C(!1),[C]);return l.useEffect(()=>()=>{clearTimeout(u.current),clearTimeout(f.current)},[]),l.createElement(Wd,{scope:t,open:g,onOpenChange:C,onOpen:v,onClose:b,onDismiss:m,hasSelectionRef:p,isPointerDownOnContentRef:h},l.createElement(dt,d,o))},Gd="HoverCardTrigger",Kd=l.forwardRef((e,t)=>{const{__scopeHoverCard:o,...r}=e,i=kn(Gd,o),a=wn(o);return l.createElement(ut,E({asChild:!0},a),l.createElement(re.a,E({"data-state":i.open?"open":"closed"},r,{ref:t,onPointerEnter:T(e.onPointerEnter,yn(i.onOpen)),onPointerLeave:T(e.onPointerLeave,yn(i.onClose)),onFocus:T(e.onFocus,i.onOpen),onBlur:T(e.onBlur,i.onClose),onTouchStart:T(e.onTouchStart,c=>c.preventDefault())})))}),u5="HoverCardPortal",[qd,Yd]=d5(u5,{forceMount:void 0}),Xd=e=>{const{__scopeHoverCard:t,forceMount:o,children:r,container:i}=e,a=kn(u5,t);return l.createElement(qd,{scope:t,forceMount:o},l.createElement(Me,{present:o||a.open},l.createElement(Qt,{asChild:!0,container:i},r)))},t2="HoverCardContent",Jd=l.forwardRef((e,t)=>{const o=Yd(t2,e.__scopeHoverCard),{forceMount:r=o.forceMount,...i}=e,a=kn(t2,e.__scopeHoverCard);return l.createElement(Me,{present:r||a.open},l.createElement(Qd,E({"data-state":a.open?"open":"closed"},i,{onPointerEnter:T(e.onPointerEnter,yn(a.onOpen)),onPointerLeave:T(e.onPointerLeave,yn(a.onClose)),ref:t})))}),Qd=l.forwardRef((e,t)=>{const{__scopeHoverCard:o,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:c,...s}=e,d=kn(t2,o),u=wn(o),f=l.useRef(null),p=he(t,f),[h,g]=l.useState(!1);return l.useEffect(()=>{if(h){const C=document.body;return e2=C.style.userSelect||C.style.webkitUserSelect,C.style.userSelect="none",C.style.webkitUserSelect="none",()=>{C.style.userSelect=e2,C.style.webkitUserSelect=e2}}},[h]),l.useEffect(()=>{if(f.current){const C=()=>{g(!1),d.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var v;((v=document.getSelection())===null||v===void 0?void 0:v.toString())!==""&&(d.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",C),()=>{document.removeEventListener("pointerup",C),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!1}}},[d.isPointerDownOnContentRef,d.hasSelectionRef]),l.useEffect(()=>{f.current&&tu(f.current).forEach(v=>v.setAttribute("tabindex","-1"))}),l.createElement(Dt,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:c,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:T(a,C=>{C.preventDefault()}),onDismiss:d.onDismiss},l.createElement(Xt,E({},u,s,{onPointerDown:T(s.onPointerDown,C=>{C.currentTarget.contains(C.target)&&g(!0),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!0}),ref:p,style:{...s.style,userSelect:h?"text":void 0,WebkitUserSelect:h?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"}})))}),eu=l.forwardRef((e,t)=>{const{__scopeHoverCard:o,...r}=e,i=wn(o);return l.createElement(Jt,E({},i,r,{ref:t}))});function yn(e){return t=>t.pointerType==="touch"?void 0:e()}function tu(e){const t=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;o.nextNode();)t.push(o.currentNode);return t}const nu=zd,ou=Kd,ru=Xd,iu=Jd,au=eu,n2=({children:e,...t})=>n.jsx(nu,{...t,children:e}),su=S(ou).withConfig({componentId:"sc-1ect7b6-0"})(["width:fit-content;"]),f5=({children:e,...t})=>n.jsx(su,{...t,children:e});f5.displayName="HoverCardTrigger",n2.Trigger=f5;const p5=({children:e,showArrow:t,forceMount:o,container:r,...i})=>n.jsx(ru,{forceMount:o,container:r,children:n.jsxs(Ac,{as:iu,$type:"hover-card",$showArrow:t,...i,children:[t&&n.jsx(dn,{asChild:!0,as:au,width:15,height:10,children:n.jsx(un,{})}),e]})});p5.displayName="HoverCardContent",n2.Content=p5;const lu=S.a.withConfig({componentId:"sc-1bwz77u-0"})(["font:",";color:",";margin:0;text-decoration:none;display:inline-flex;gap:",";margin-right:",";align-items:center;&:hover,&:focus{color:",";transition:",";text-decoration:underline;cursor:pointer;}"],({$size:e,$weight:t="normal",theme:o})=>o.typography.styles.product.text[t][e],({theme:e})=>e.click.global.color.text.link.default,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.space.sm.gap:t.click.link.space.md.gap,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.space.sm.gap:t.click.link.space.md.gap,({theme:e})=>e.click.global.color.text.link.hover,({theme:e})=>e.transition.default),cu=S.span.withConfig({componentId:"sc-1bwz77u-1"})([".external-icon{height:",";width:",";}"],({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.icon.size.sm.height:t.click.link.icon.size.md.height,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.icon.size.sm.width:t.click.link.icon.size.md.width),du=({size:e="md",weight:t="normal",className:o,href:r,onClick:i,target:a,rel:c,hasIcon:s=!1,children:d,component:u,...f})=>n.jsxs(lu,{$size:e,$weight:t,className:o,as:u??"a",href:r,onClick:i,rel:c,target:a,...f,children:[d,s&&n.jsx(cu,{$size:e,children:n.jsx(ne,{name:"popout",className:"external-icon","data-testid":"external-icon"})})]}),uu=S.div.withConfig({componentId:"sc-1pvd2nj-0"})(["width:inherit;display:flex;align-items:center;justify-content:space-between;align-items:center;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}",""],({theme:e,$error:t})=>`
|
|
308
330
|
gap: ${e.click.field.space.gap};
|
|
309
|
-
margin-top: ${n?e.click.field.space.gap:0};
|
|
310
331
|
border-radius: ${e.click.field.radii.all};
|
|
311
332
|
font: ${e.click.field.typography.fieldText.default};
|
|
312
333
|
color: ${e.click.field.color.text.default};
|
|
@@ -337,10 +358,6 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
337
358
|
border: 1px solid ${e.click.field.color.stroke.active};
|
|
338
359
|
background: ${e.click.field.color.background.active};
|
|
339
360
|
color: ${e.click.field.color.text.active};
|
|
340
|
-
&~ label {
|
|
341
|
-
color: ${e.click.field.color.label.active};
|
|
342
|
-
font: ${e.click.field.typography.label.active};;
|
|
343
|
-
}
|
|
344
361
|
}
|
|
345
362
|
`};
|
|
346
363
|
&:disabled {
|
|
@@ -349,56 +366,39 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
349
366
|
background: ${e.click.field.color.background.disabled};
|
|
350
367
|
color: ${e.click.field.color.text.disabled};
|
|
351
368
|
}
|
|
352
|
-
`),
|
|
369
|
+
`),Ln=({id:e,label:t="",error:o="",disabled:r,children:i,orientation:a,dir:c})=>{const s=o?typeof o=="string"&&o.length!==0:!1;return n.jsxs(it,{$orientation:a,$dir:c,children:[n.jsxs(xs,{children:[n.jsx(uu,{$error:s,children:i}),s&&n.jsx(K2,{children:o})]}),t&&n.jsx(_1,{htmlFor:e,disabled:r,error:s,children:t})]})},$n=S.input.withConfig({componentId:"sc-1pvd2nj-1"})(["background:transparent;border:none;outline:none;width:100%;width:inherit;color:inherit;font:inherit;",""],({theme:e})=>`
|
|
353
370
|
&::placeholder {
|
|
354
371
|
color: ${e.click.field.color.placeholder.default};
|
|
355
372
|
}
|
|
356
|
-
`),
|
|
373
|
+
`),o2=S.button.withConfig({componentId:"sc-1pvd2nj-2"})(["background:transparent;color:inherit;border:none;padding:0;outline:none;&:not(:disabled){cursor:pointer;}",""],({theme:e,$show:t})=>`
|
|
357
374
|
padding: ${e.click.field.space.y} 0;
|
|
358
375
|
visibility: ${t?"visible":"hidden"};
|
|
359
|
-
`);
|
|
376
|
+
`);S.svg.withConfig({componentId:"sc-1pvd2nj-3"})(["",""],({theme:e})=>`
|
|
360
377
|
&:first-of-type {
|
|
361
378
|
padding-left: ${e.click.field.space.gap};
|
|
362
379
|
}
|
|
363
380
|
&:last-of-type {
|
|
364
381
|
padding-right: ${e.click.field.space.x};
|
|
365
382
|
}
|
|
366
|
-
`);const z5=l.forwardRef(({disabled:e,label:t,error:n,id:r,loading:a,onChange:i,...s},c)=>{const d=l.useId(),f=p=>{i(p.target.value,p)};return o.jsxs(Nn,{disabled:e,id:r??d,label:t,error:n,children:[o.jsx(Zn,{ref:c,type:"number",id:r??d,disabled:e,onChange:f,...s}),a&&o.jsx(K,{name:"loading-animated",size:"sm"})]})}),G5=l.forwardRef(({disabled:e,label:t,error:n,id:r,value:a="",onChange:i,...s},c)=>{const d=l.useId(),[f,p]=l.useState(!1),u=()=>{p(b=>!b)},v=b=>{i(b.target.value,b)};return o.jsxs(Nn,{disabled:e,id:r??d,label:t,error:n,children:[o.jsx(Zn,{ref:c,type:f?"text":"password",id:r??d,disabled:e,value:a,onChange:v,...s}),o.jsx(rr,{disabled:e,onClick:u,$show:a.length>0,children:o.jsx(K,{name:f?"eye-closed":"eye",size:"md"})})]})}),si="Popover",[di,zm]=ce(si,[Ae]),Wt=Ae(),[K5,Ze]=di(si),q5=e=>{const{__scopePopover:t,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:s=!1}=e,c=Wt(t),d=l.useRef(null),[f,p]=l.useState(!1),[u=!1,v]=pe({prop:r,defaultProp:a,onChange:i});return l.createElement(Ft,c,l.createElement(K5,{scope:t,contentId:Me(),triggerRef:d,open:u,onOpenChange:v,onOpenToggle:l.useCallback(()=>v(b=>!b),[v]),hasCustomAnchor:f,onCustomAnchorAdd:l.useCallback(()=>p(!0),[]),onCustomAnchorRemove:l.useCallback(()=>p(!1),[]),modal:s},n))},Y5="PopoverAnchor",X5=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Ze(Y5,n),i=Wt(n),{onCustomAnchorAdd:s,onCustomAnchorRemove:c}=a;return l.useEffect(()=>(s(),()=>c()),[s,c]),l.createElement(Tt,M({},i,r,{ref:t}))}),J5="PopoverTrigger",Q5=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Ze(J5,n),i=Wt(n),s=oe(t,a.triggerRef),c=l.createElement(q.button,M({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":pi(a.open)},r,{ref:s,onClick:F(e.onClick,a.onOpenToggle)}));return a.hasCustomAnchor?c:l.createElement(Tt,M({asChild:!0},i),c)}),fi="PopoverPortal",[e7,t7]=di(fi,{forceMount:void 0}),n7=e=>{const{__scopePopover:t,forceMount:n,children:r,container:a}=e,i=Ze(fi,t);return l.createElement(e7,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(kn,{asChild:!0,container:a},r)))},zt="PopoverContent",o7=l.forwardRef((e,t)=>{const n=t7(zt,e.__scopePopover),{forceMount:r=n.forceMount,...a}=e,i=Ze(zt,e.__scopePopover);return l.createElement(he,{present:r||i.open},i.modal?l.createElement(r7,M({},a,{ref:t})):l.createElement(a7,M({},a,{ref:t})))}),r7=l.forwardRef((e,t)=>{const n=Ze(zt,e.__scopePopover),r=l.useRef(null),a=oe(t,r),i=l.useRef(!1);return l.useEffect(()=>{const s=r.current;if(s)return Po(s)},[]),l.createElement(ta,{as:nt,allowPinchZoom:!0},l.createElement(ui,M({},e,{ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:F(e.onCloseAutoFocus,s=>{var c;s.preventDefault(),i.current||(c=n.triggerRef.current)===null||c===void 0||c.focus()}),onPointerDownOutside:F(e.onPointerDownOutside,s=>{const c=s.detail.originalEvent,d=c.button===0&&c.ctrlKey===!0,f=c.button===2||d;i.current=f},{checkForDefaultPrevented:!1}),onFocusOutside:F(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1})})))}),a7=l.forwardRef((e,t)=>{const n=Ze(zt,e.__scopePopover),r=l.useRef(!1),a=l.useRef(!1);return l.createElement(ui,M({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var s;if((s=e.onCloseAutoFocus)===null||s===void 0||s.call(e,i),!i.defaultPrevented){var c;r.current||(c=n.triggerRef.current)===null||c===void 0||c.focus(),i.preventDefault()}r.current=!1,a.current=!1},onInteractOutside:i=>{var s,c;(s=e.onInteractOutside)===null||s===void 0||s.call(e,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const d=i.target;((c=n.triggerRef.current)===null||c===void 0?void 0:c.contains(d))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&a.current&&i.preventDefault()}}))}),ui=l.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,disableOutsidePointerEvents:s,onEscapeKeyDown:c,onPointerDownOutside:d,onFocusOutside:f,onInteractOutside:p,...u}=e,v=Ze(zt,n),b=Wt(n);return r1(),l.createElement(l1,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i},l.createElement(ln,{asChild:!0,disableOutsidePointerEvents:s,onInteractOutside:p,onEscapeKeyDown:c,onPointerDownOutside:d,onFocusOutside:f,onDismiss:()=>v.onOpenChange(!1)},l.createElement(mn,M({"data-state":pi(v.open),role:"dialog",id:v.contentId},b,u,{ref:t,style:{...u.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}}))))}),i7="PopoverClose",l7=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Ze(i7,n);return l.createElement(q.button,M({type:"button"},r,{ref:t,onClick:F(e.onClick,()=>a.onOpenChange(!1))}))}),c7=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Wt(n);return l.createElement(xn,M({},a,r,{ref:t}))});function pi(e){return e?"open":"closed"}const hi=q5,s7=X5,vi=Q5,bi=n7,gi=o7,d7=l7,f7=c7,ar=({children:e,...t})=>o.jsx(hi,{...t,children:e}),u7=L(vi).withConfig({componentId:"sc-1dii14g-0"})(["width:fit-content;background:transparent;border:none;"]),mi=({children:e,anchor:t,...n})=>o.jsxs(o.Fragment,{children:[o.jsx(u7,{asChild:!0,...n,children:e}),t&&o.jsx(s7,{asChild:!0,children:t})]});mi.displayName="PopoverTrigger",ar.Trigger=mi;const p7=L(Bo).withConfig({componentId:"sc-1dii14g-1"})(["display:block;padding:"," ",";background-color:",";border:1px solid ",";border-radius:",";box-shadow:",";",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.color.panel.background.default,({theme:e})=>e.click.popover.color.panel.stroke.default,({theme:e})=>e.click.popover.radii.all,({theme:e})=>e.click.popover.shadow.default,({$showClose:e})=>e?"padding-top: 1rem;":""),h7=L(Wa).withConfig({componentId:"sc-1dii14g-2"})(["position:absolute;top:",";right:",";width:",";height:",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.icon.size.width,({theme:e})=>e.click.popover.icon.size.height),xi=({children:e,showArrow:t,showClose:n,forceMount:r,container:a,...i})=>o.jsx(bi,{forceMount:r,container:a,children:o.jsxs(p7,{as:gi,$type:"popover",$showClose:n,$showArrow:t,...i,children:[n&&o.jsx(h7,{as:d7,asChild:!0,children:o.jsx(K,{name:"cross"})}),t&&o.jsx(On,{asChild:!0,as:f7,width:20,height:10,children:o.jsx(_n,{})}),e]})});xi.displayName="PopoverContent",ar.Content=xi;const ki="Radio",[v7,$i]=ce(ki),[b7,g7]=v7(ki),m7=l.forwardRef((e,t)=>{const{__scopeRadio:n,name:r,checked:a=!1,required:i,disabled:s,value:c="on",onCheck:d,...f}=e,[p,u]=l.useState(null),v=oe(t,h=>u(h)),b=l.useRef(!1),g=p?!!p.closest("form"):!0;return l.createElement(b7,{scope:n,checked:a,disabled:s},l.createElement(q.button,M({type:"button",role:"radio","aria-checked":a,"data-state":wi(a),"data-disabled":s?"":void 0,disabled:s,value:c},f,{ref:v,onClick:F(e.onClick,h=>{a||d==null||d(),g&&(b.current=h.isPropagationStopped(),b.current||h.stopPropagation())})})),g&&l.createElement($7,{control:p,bubbles:!b.current,name:r,value:c,checked:a,required:i,disabled:s,style:{transform:"translateX(-100%)"}}))}),x7="RadioIndicator",k7=l.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:r,...a}=e,i=g7(x7,n);return l.createElement(he,{present:r||i.checked},l.createElement(q.span,M({"data-state":wi(i.checked),"data-disabled":i.disabled?"":void 0},a,{ref:t})))}),$7=e=>{const{control:t,checked:n,bubbles:r=!0,...a}=e,i=l.useRef(null),s=er(n),c=gn(t);return l.useEffect(()=>{const d=i.current,f=window.HTMLInputElement.prototype,u=Object.getOwnPropertyDescriptor(f,"checked").set;if(s!==n&&u){const v=new Event("click",{bubbles:r});u.call(d,n),d.dispatchEvent(v)}},[s,n,r]),l.createElement("input",M({type:"radio","aria-hidden":!0,defaultChecked:n},a,{tabIndex:-1,ref:i,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function wi(e){return e?"checked":"unchecked"}const w7=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],yi="RadioGroup",[y7,Gm]=ce(yi,[lt,$i]),Ci=lt(),Mi=$i(),[C7,M7]=y7(yi),S7=l.forwardRef((e,t)=>{const{__scopeRadioGroup:n,name:r,defaultValue:a,value:i,required:s=!1,disabled:c=!1,orientation:d,dir:f,loop:p=!0,onValueChange:u,...v}=e,b=Ci(n),g=Ot(f),[h,x]=pe({prop:i,defaultProp:a,onChange:u});return l.createElement(C7,{scope:n,name:r,required:s,disabled:c,value:h,onValueChange:x},l.createElement(Eo,M({asChild:!0},b,{orientation:d,dir:g,loop:p}),l.createElement(q.div,M({role:"radiogroup","aria-required":s,"aria-orientation":d,"data-disabled":c?"":void 0,dir:g},v,{ref:t}))))}),L7="RadioGroupItem",j7=l.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:r,...a}=e,i=M7(L7,n),s=i.disabled||r,c=Ci(n),d=Mi(n),f=l.useRef(null),p=oe(t,f),u=i.value===a.value,v=l.useRef(!1);return l.useEffect(()=>{const b=h=>{w7.includes(h.key)&&(v.current=!0)},g=()=>v.current=!1;return document.addEventListener("keydown",b),document.addEventListener("keyup",g),()=>{document.removeEventListener("keydown",b),document.removeEventListener("keyup",g)}},[]),l.createElement(Oo,M({asChild:!0},c,{focusable:!s,active:u}),l.createElement(m7,M({disabled:s,required:i.required,checked:u},d,a,{name:i.name,ref:p,onCheck:()=>i.onValueChange(a.value),onKeyDown:F(b=>{b.key==="Enter"&&b.preventDefault()}),onFocus:F(a.onFocus,()=>{var b;v.current&&((b=f.current)===null||b===void 0||b.click())})})))}),E7=l.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...r}=e,a=Mi(n);return l.createElement(k7,M({},a,r,{ref:t}))}),O7=S7,_7=j7,P7=E7,I7=L(O7).withConfig({componentId:"sc-p6cydr-0"})(["display:flex;flex-wrap:wrap;gap:",";flex-direction:",";"],({theme:e})=>e.click.checkbox.space.gap,({$inline:e})=>e==="true"?"row":"column"),Si=({children:e,inline:t,...n})=>o.jsx(I7,{$inline:t===!0?"true":"false",...n,children:e}),Li=({id:e,label:t,value:n,disabled:r,required:a,...i})=>{const s=l.useId();return o.jsxs(F7,{...i,children:[o.jsx(T7,{value:n,id:e??s,disabled:r,required:a,children:o.jsx(H7,{})}),t&&o.jsx("label",{className:"Label",htmlFor:e??s,children:t})]})};Li.displayName="RadioGroupItem",Si.Item=Li;const F7=L.div.withConfig({componentId:"sc-p6cydr-1"})(["padding:",";display:flex;align-items:center;gap:",";"],({theme:e})=>e.click.checkbox.space.all,({theme:e})=>e.click.checkbox.space.gap),T7=L(_7).withConfig({componentId:"sc-p6cydr-2"})(["display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer;",";"],({theme:e})=>`
|
|
383
|
+
`);const fu=l.forwardRef(({disabled:e,label:t,error:o,id:r,loading:i,onChange:a,orientation:c,dir:s,...d},u)=>{const f=l.useId(),p=h=>{a(h.target.value,h)};return n.jsxs(Ln,{disabled:e,id:r??f,label:t,error:o,orientation:c,dir:s,children:[n.jsx($n,{ref:u,type:"number",id:r??f,disabled:e,onChange:p,...d}),i&&n.jsx(ne,{name:"loading-animated",size:"sm"})]})}),pu=l.forwardRef(({disabled:e,label:t,error:o,id:r,value:i="",onChange:a,orientation:c,dir:s,...d},u)=>{const f=l.useId(),[p,h]=l.useState(!1),g=()=>{h(v=>!v)},C=v=>{a(v.target.value,v)};return n.jsxs(Ln,{disabled:e,id:r??f,label:t,error:o,orientation:c,dir:s,children:[n.jsx($n,{ref:u,type:p?"text":"password",id:r??f,disabled:e,value:i,onChange:C,...d}),n.jsx(o2,{disabled:e,onClick:g,$show:i.length>0,children:n.jsx(ne,{name:p?"eye-closed":"eye",size:"md"})})]})}),h5="Popover",[g5,Oy]=xe(h5,[o1]),Lt=o1(),[hu,l1]=g5(h5),gu=e=>{const{__scopePopover:t,children:o,open:r,defaultOpen:i,onOpenChange:a,modal:c=!1}=e,s=Lt(t),d=l.useRef(null),[u,f]=l.useState(!1),[p=!1,h]=$e({prop:r,defaultProp:i,onChange:a});return l.createElement(dt,s,l.createElement(hu,{scope:t,contentId:De(),triggerRef:d,open:p,onOpenChange:h,onOpenToggle:l.useCallback(()=>h(g=>!g),[h]),hasCustomAnchor:u,onCustomAnchorAdd:l.useCallback(()=>f(!0),[]),onCustomAnchorRemove:l.useCallback(()=>f(!1),[]),modal:c},o))},vu="PopoverAnchor",Cu=l.forwardRef((e,t)=>{const{__scopePopover:o,...r}=e,i=l1(vu,o),a=Lt(o),{onCustomAnchorAdd:c,onCustomAnchorRemove:s}=i;return l.useEffect(()=>(c(),()=>s()),[c,s]),l.createElement(ut,E({},a,r,{ref:t}))}),bu="PopoverTrigger",mu=l.forwardRef((e,t)=>{const{__scopePopover:o,...r}=e,i=l1(bu,o),a=Lt(o),c=he(t,i.triggerRef),s=l.createElement(re.button,E({type:"button","aria-haspopup":"dialog","aria-expanded":i.open,"aria-controls":i.contentId,"data-state":b5(i.open)},r,{ref:c,onClick:T(e.onClick,i.onOpenToggle)}));return i.hasCustomAnchor?s:l.createElement(ut,E({asChild:!0},a),s)}),v5="PopoverPortal",[xu,wu]=g5(v5,{forceMount:void 0}),ku=e=>{const{__scopePopover:t,forceMount:o,children:r,container:i}=e,a=l1(v5,t);return l.createElement(xu,{scope:t,forceMount:o},l.createElement(Me,{present:o||a.open},l.createElement(Qt,{asChild:!0,container:i},r)))},$t="PopoverContent",yu=l.forwardRef((e,t)=>{const o=wu($t,e.__scopePopover),{forceMount:r=o.forceMount,...i}=e,a=l1($t,e.__scopePopover);return l.createElement(Me,{present:r||a.open},a.modal?l.createElement(Lu,E({},i,{ref:t})):l.createElement($u,E({},i,{ref:t})))}),Lu=l.forwardRef((e,t)=>{const o=l1($t,e.__scopePopover),r=l.useRef(null),i=he(t,r),a=l.useRef(!1);return l.useEffect(()=>{const c=r.current;if(c)return bo(c)},[]),l.createElement(_3,{as:E1,allowPinchZoom:!0},l.createElement(C5,E({},e,{ref:i,trapFocus:o.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:T(e.onCloseAutoFocus,c=>{var s;c.preventDefault(),a.current||(s=o.triggerRef.current)===null||s===void 0||s.focus()}),onPointerDownOutside:T(e.onPointerDownOutside,c=>{const s=c.detail.originalEvent,d=s.button===0&&s.ctrlKey===!0,u=s.button===2||d;a.current=u},{checkForDefaultPrevented:!1}),onFocusOutside:T(e.onFocusOutside,c=>c.preventDefault(),{checkForDefaultPrevented:!1})})))}),$u=l.forwardRef((e,t)=>{const o=l1($t,e.__scopePopover),r=l.useRef(!1),i=l.useRef(!1);return l.createElement(C5,E({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:a=>{var c;if((c=e.onCloseAutoFocus)===null||c===void 0||c.call(e,a),!a.defaultPrevented){var s;r.current||(s=o.triggerRef.current)===null||s===void 0||s.focus(),a.preventDefault()}r.current=!1,i.current=!1},onInteractOutside:a=>{var c,s;(c=e.onInteractOutside)===null||c===void 0||c.call(e,a),a.defaultPrevented||(r.current=!0,a.detail.originalEvent.type==="pointerdown"&&(i.current=!0));const d=a.target;((s=o.triggerRef.current)===null||s===void 0?void 0:s.contains(d))&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&i.current&&a.preventDefault()}}))}),C5=l.forwardRef((e,t)=>{const{__scopePopover:o,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,disableOutsidePointerEvents:c,onEscapeKeyDown:s,onPointerDownOutside:d,onFocusOutside:u,onInteractOutside:f,...p}=e,h=l1($t,o),g=Lt(o);return Ir(),l.createElement(Tr,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:i,onUnmountAutoFocus:a},l.createElement(Dt,{asChild:!0,disableOutsidePointerEvents:c,onInteractOutside:f,onEscapeKeyDown:s,onPointerDownOutside:d,onFocusOutside:u,onDismiss:()=>h.onOpenChange(!1)},l.createElement(Xt,E({"data-state":b5(h.open),role:"dialog",id:h.contentId},g,p,{ref:t,style:{...p.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}}))))}),Mu="PopoverClose",ju=l.forwardRef((e,t)=>{const{__scopePopover:o,...r}=e,i=l1(Mu,o);return l.createElement(re.button,E({type:"button"},r,{ref:t,onClick:T(e.onClick,()=>i.onOpenChange(!1))}))}),Su=l.forwardRef((e,t)=>{const{__scopePopover:o,...r}=e,i=Lt(o);return l.createElement(Jt,E({},i,r,{ref:t}))});function b5(e){return e?"open":"closed"}const m5=gu,_u=Cu,x5=mu,w5=ku,k5=yu,Eu=ju,Ou=Su,r2=({children:e,...t})=>n.jsx(m5,{...t,children:e}),Hu=S(x5).withConfig({componentId:"sc-1dii14g-0"})(["width:fit-content;background:transparent;border:none;"]),y5=({children:e,anchor:t,...o})=>n.jsxs(n.Fragment,{children:[n.jsx(Hu,{asChild:!0,...o,children:e}),t&&n.jsx(_u,{asChild:!0,children:t})]});y5.displayName="PopoverTrigger",r2.Trigger=y5;const Pu=S(So).withConfig({componentId:"sc-1dii14g-1"})(["display:block;padding:"," ",";background-color:",";border:1px solid ",";border-radius:",";box-shadow:",";",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.color.panel.background.default,({theme:e})=>e.click.popover.color.panel.stroke.default,({theme:e})=>e.click.popover.radii.all,({theme:e})=>e.click.popover.shadow.default,({$showClose:e})=>e?"padding-top: 1rem;":""),Iu=S(Kn).withConfig({componentId:"sc-1dii14g-2"})(["position:absolute;top:",";right:",";width:",";height:",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.icon.size.width,({theme:e})=>e.click.popover.icon.size.height),L5=({children:e,showArrow:t,showClose:o,forceMount:r,container:i,...a})=>n.jsx(w5,{forceMount:r,container:i,children:n.jsxs(Pu,{as:k5,$type:"popover",$showClose:o,$showArrow:t,...a,children:[o&&n.jsx(Iu,{as:Eu,asChild:!0,children:n.jsx(ne,{name:"cross"})}),t&&n.jsx(dn,{asChild:!0,as:Ou,width:20,height:10,children:n.jsx(un,{})}),e]})});L5.displayName="PopoverContent",r2.Content=L5;const $5="Radio",[Fu,M5]=xe($5),[Vu,Tu]=Fu($5),Zu=l.forwardRef((e,t)=>{const{__scopeRadio:o,name:r,checked:i=!1,required:a,disabled:c,value:s="on",onCheck:d,...u}=e,[f,p]=l.useState(null),h=he(t,v=>p(v)),g=l.useRef(!1),C=f?!!f.closest("form"):!0;return l.createElement(Vu,{scope:o,checked:i,disabled:c},l.createElement(re.button,E({type:"button",role:"radio","aria-checked":i,"data-state":j5(i),"data-disabled":c?"":void 0,disabled:c,value:s},u,{ref:h,onClick:T(e.onClick,v=>{i||d==null||d(),C&&(g.current=v.isPropagationStopped(),g.current||v.stopPropagation())})})),C&&l.createElement(Nu,{control:f,bubbles:!g.current,name:r,value:s,checked:i,required:a,disabled:c,style:{transform:"translateX(-100%)"}}))}),Au="RadioIndicator",Du=l.forwardRef((e,t)=>{const{__scopeRadio:o,forceMount:r,...i}=e,a=Tu(Au,o);return l.createElement(Me,{present:r||a.checked},l.createElement(re.span,E({"data-state":j5(a.checked),"data-disabled":a.disabled?"":void 0},i,{ref:t})))}),Nu=e=>{const{control:t,checked:o,bubbles:r=!0,...i}=e,a=l.useRef(null),c=Ao(o),s=Yt(t);return l.useEffect(()=>{const d=a.current,u=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(u,"checked").set;if(c!==o&&p){const h=new Event("click",{bubbles:r});p.call(d,o),d.dispatchEvent(h)}},[c,o,r]),l.createElement("input",E({type:"radio","aria-hidden":!0,defaultChecked:o},i,{tabIndex:-1,ref:a,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function j5(e){return e?"checked":"unchecked"}const Bu=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],S5="RadioGroup",[Ru,Hy]=xe(S5,[F1,M5]),_5=F1(),E5=M5(),[Uu,Wu]=Ru(S5),zu=l.forwardRef((e,t)=>{const{__scopeRadioGroup:o,name:r,defaultValue:i,value:a,required:c=!1,disabled:s=!1,orientation:d,dir:u,loop:f=!0,onValueChange:p,...h}=e,g=_5(o),C=st(u),[v,b]=$e({prop:a,defaultProp:i,onChange:p});return l.createElement(Uu,{scope:o,name:r,required:c,disabled:s,value:v,onValueChange:b},l.createElement(go,E({asChild:!0},g,{orientation:d,dir:C,loop:f}),l.createElement(re.div,E({role:"radiogroup","aria-required":c,"aria-orientation":d,"data-disabled":s?"":void 0,dir:C},h,{ref:t}))))}),Gu="RadioGroupItem",Ku=l.forwardRef((e,t)=>{const{__scopeRadioGroup:o,disabled:r,...i}=e,a=Wu(Gu,o),c=a.disabled||r,s=_5(o),d=E5(o),u=l.useRef(null),f=he(t,u),p=a.value===i.value,h=l.useRef(!1);return l.useEffect(()=>{const g=v=>{Bu.includes(v.key)&&(h.current=!0)},C=()=>h.current=!1;return document.addEventListener("keydown",g),document.addEventListener("keyup",C),()=>{document.removeEventListener("keydown",g),document.removeEventListener("keyup",C)}},[]),l.createElement(vo,E({asChild:!0},s,{focusable:!c,active:p}),l.createElement(Zu,E({disabled:c,required:a.required,checked:p},d,i,{name:a.name,ref:f,onCheck:()=>a.onValueChange(i.value),onKeyDown:T(g=>{g.key==="Enter"&&g.preventDefault()}),onFocus:T(i.onFocus,()=>{var g;h.current&&((g=u.current)===null||g===void 0||g.click())})})))}),qu=l.forwardRef((e,t)=>{const{__scopeRadioGroup:o,...r}=e,i=E5(o);return l.createElement(Du,E({},i,r,{ref:t}))}),Yu=zu,Xu=Ku,Ju=qu,Qu=S(Yu).withConfig({componentId:"sc-p6cydr-0"})(["display:flex;flex-wrap:wrap;gap:",";flex-direction:",";"],({theme:e})=>e.click.checkbox.space.gap,({$inline:e})=>e==="true"?"row":"column"),O5=({children:e,inline:t,...o})=>n.jsx(Qu,{$inline:t===!0?"true":"false",...o,children:e}),H5=({id:e,label:t,value:o,disabled:r,required:i,...a})=>{const c=l.useId();return n.jsxs(ef,{$orientation:"horizontal",$dir:"end",...a,children:[n.jsx(tf,{value:o,id:e??c,disabled:r,required:i,children:n.jsx(nf,{})}),t&&n.jsx(_1,{htmlFor:e??c,disabled:r,children:t})]})};H5.displayName="RadioGroupItem",O5.Item=H5;const ef=S(it).withConfig({componentId:"sc-p6cydr-1"})(["padding:",";display:flex;align-items:center;gap:",";"],({theme:e})=>e.click.checkbox.space.all,({theme:e})=>e.click.checkbox.space.gap),tf=S(Xu).withConfig({componentId:"sc-p6cydr-2"})(["display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer;",";"],({theme:e})=>`
|
|
367
384
|
border-radius: ${e.click.radio.radii.all};
|
|
368
385
|
width: 1rem;
|
|
369
386
|
height: 1rem;
|
|
370
387
|
background: ${e.click.radio.color.background.default};
|
|
371
388
|
border: 1px solid ${e.click.radio.color.stroke.default};
|
|
372
389
|
|
|
373
|
-
& ~ label {
|
|
374
|
-
color: ${e.click.field.color.genericLabel.default};
|
|
375
|
-
font: ${e.click.radio.typography.label.default};
|
|
376
|
-
cursor: pointer;
|
|
377
|
-
}
|
|
378
390
|
&:hover {
|
|
379
391
|
background: ${e.click.radio.color.background.hover};
|
|
380
|
-
& ~ label {
|
|
381
|
-
color: ${e.click.field.color.genericLabel.hover};
|
|
382
|
-
font: ${e.click.radio.typography.label.hover};
|
|
383
|
-
}
|
|
384
392
|
}
|
|
385
393
|
&[data-state="checked"] {
|
|
386
394
|
border-color: ${e.click.radio.color.stroke.active};
|
|
387
395
|
background: ${e.click.radio.color.background.active};
|
|
388
|
-
& ~ label {
|
|
389
|
-
color: ${e.click.field.color.genericLabel.active};
|
|
390
|
-
font: ${e.click.radio.typography.label.active};
|
|
391
|
-
}
|
|
392
396
|
}
|
|
393
397
|
&[data-disabled] {
|
|
394
398
|
background: ${e.click.radio.color.background.disabled};
|
|
395
399
|
border-color: ${e.click.radio.color.stroke.disabled};
|
|
396
|
-
& ~ label {
|
|
397
|
-
color: ${e.click.field.color.genericLabel.disabled};
|
|
398
|
-
font: ${e.click.radio.typography.label.disabled};
|
|
399
|
-
}
|
|
400
400
|
}
|
|
401
|
-
`),
|
|
401
|
+
`),nf=S(Ju).withConfig({componentId:"sc-p6cydr-3"})(["",""],({theme:e})=>`
|
|
402
402
|
background: ${e.click.radio.color.background.default};
|
|
403
403
|
&::after {
|
|
404
404
|
content: '';
|
|
@@ -426,10 +426,10 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
426
426
|
background: ${e.click.radio.color.indicator.disabled};
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
|
-
`),ji=e=>t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})},D7=l.forwardRef(({disabled:e,label:t,error:n,id:r,loading:a,clear:i=!0,value:s="",onChange:c,...d},f)=>{const p=l.useRef(null),u=l.useId(),v=g=>{c(g.target.value,g)},b=()=>{c("")};return o.jsxs(Nn,{disabled:e,id:r??u,label:t,error:n,children:[o.jsx(K,{name:"search",size:"sm"}),o.jsx(Zn,{ref:ji([p,f]),type:"text",id:r??u,disabled:e,value:s,onChange:v,...d}),i&&o.jsx(rr,{disabled:e,onClick:b,$show:s.length>0,children:o.jsx(K,{name:"cross",size:"sm"})}),a&&o.jsx(K,{name:"loading-animated",size:"sm"})]})});function ft(e,t,{checkForDefaultPrevented:n=!0}={}){return function(a){if(e==null||e(a),n===!1||!a.defaultPrevented)return t==null?void 0:t(a)}}function A7(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Ei(...e){return t=>e.forEach(n=>A7(n,t))}function Gt(...e){return l.useCallback(Ei(...e),e)}function N7(e,t=[]){let n=[];function r(i,s){const c=l.createContext(s),d=n.length;n=[...n,s];function f(u){const{scope:v,children:b,...g}=u,h=(v==null?void 0:v[e][d])||c,x=l.useMemo(()=>g,Object.values(g));return l.createElement(h.Provider,{value:x},b)}function p(u,v){const b=(v==null?void 0:v[e][d])||c,g=l.useContext(b);if(g)return g;if(s!==void 0)return s;throw new Error(`\`${u}\` must be used within \`${i}\``)}return f.displayName=i+"Provider",[f,p]}const a=()=>{const i=n.map(s=>l.createContext(s));return function(c){const d=(c==null?void 0:c[e])||i;return l.useMemo(()=>({[`__scope${e}`]:{...c,[e]:d}}),[c,d])}};return a.scopeName=e,[r,Z7(a,...t)]}function Z7(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const s=r.reduce((c,{useScope:d,scopeName:f})=>{const u=d(i)[`__scope${f}`];return{...c,...u}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}const ir=globalThis!=null&&globalThis.document?l.useLayoutEffect:()=>{},U7=w["useId".toString()]||(()=>{});let B7=0;function lr(e){const[t,n]=w.useState(U7());return ir(()=>{e||n(r=>r??String(B7++))},[e]),e||(t?`radix-${t}`:"")}function Xe(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e}),l.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}function V7({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,a]=R7({defaultProp:t,onChange:n}),i=e!==void 0,s=i?e:r,c=Xe(n),d=l.useCallback(f=>{if(i){const u=typeof f=="function"?f(e):f;u!==e&&c(u)}else a(f)},[i,e,a,c]);return[s,d]}function R7({defaultProp:e,onChange:t}){const n=l.useState(e),[r]=n,a=l.useRef(r),i=Xe(t);return l.useEffect(()=>{a.current!==r&&(i(r),a.current=r)},[r,a,i]),n}const cr=l.forwardRef((e,t)=>{const{children:n,...r}=e,a=l.Children.toArray(n),i=a.find(z7);if(i){const s=i.props.children,c=a.map(d=>d===i?l.Children.count(s)>1?l.Children.only(null):l.isValidElement(s)?s.props.children:null:d);return l.createElement(sr,M({},r,{ref:t}),l.isValidElement(s)?l.cloneElement(s,void 0,c):null)}return l.createElement(sr,M({},r,{ref:t}),n)});cr.displayName="Slot";const sr=l.forwardRef((e,t)=>{const{children:n,...r}=e;return l.isValidElement(n)?l.cloneElement(n,{...G7(r,n.props),ref:Ei(t,n.ref)}):l.Children.count(n)>1?l.Children.only(null):null});sr.displayName="SlotClone";const W7=({children:e})=>l.createElement(l.Fragment,null,e);function z7(e){return l.isValidElement(e)&&e.type===W7}function G7(e,t){const n={...t};for(const r in t){const a=e[r],i=t[r];/^on[A-Z]/.test(r)?n[r]=(...c)=>{i==null||i(...c),a==null||a(...c)}:r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...e,...n}}const Un=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=l.forwardRef((r,a)=>{const{asChild:i,...s}=r,c=i?cr:t;return l.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),l.createElement(c,M({},s,{ref:a}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function K7(e,t){e&&Be.flushSync(()=>e.dispatchEvent(t))}function q7(e){const t=Xe(e);l.useEffect(()=>{const n=r=>{r.key==="Escape"&&t(r)};return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[t])}const dr="dismissableLayer.update",Y7="dismissableLayer.pointerDownOutside",X7="dismissableLayer.focusOutside";let Oi;const J7=l.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Q7=l.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:s,onDismiss:c,...d}=e,f=l.useContext(J7),[p,u]=l.useState(null),[,v]=l.useState({}),b=Gt(t,O=>u(O)),g=Array.from(f.layers),[h]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),x=g.indexOf(h),k=p?g.indexOf(p):-1,$=f.layersWithOutsidePointerEventsDisabled.size>0,y=k>=x,C=e6(O=>{const _=O.target,T=[...f.branches].some(A=>A.contains(_));!y||T||(a==null||a(O),s==null||s(O),O.defaultPrevented||c==null||c())}),j=t6(O=>{const _=O.target;[...f.branches].some(A=>A.contains(_))||(i==null||i(O),s==null||s(O),O.defaultPrevented||c==null||c())});return q7(O=>{k===f.layers.size-1&&(r==null||r(O),!O.defaultPrevented&&c&&(O.preventDefault(),c()))}),l.useEffect(()=>{if(p)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(Oi=document.body.style.pointerEvents,document.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(p)),f.layers.add(p),_i(),()=>{n&&f.layersWithOutsidePointerEventsDisabled.size===1&&(document.body.style.pointerEvents=Oi)}},[p,n,f]),l.useEffect(()=>()=>{p&&(f.layers.delete(p),f.layersWithOutsidePointerEventsDisabled.delete(p),_i())},[p,f]),l.useEffect(()=>{const O=()=>v({});return document.addEventListener(dr,O),()=>document.removeEventListener(dr,O)},[]),l.createElement(Un.div,M({},d,{ref:b,style:{pointerEvents:$?y?"auto":"none":void 0,...e.style},onFocusCapture:ft(e.onFocusCapture,j.onFocusCapture),onBlurCapture:ft(e.onBlurCapture,j.onBlurCapture),onPointerDownCapture:ft(e.onPointerDownCapture,C.onPointerDownCapture)}))});function e6(e){const t=Xe(e),n=l.useRef(!1),r=l.useRef(()=>{});return l.useEffect(()=>{const a=s=>{if(s.target&&!n.current){let d=function(){Pi(Y7,t,c,{discrete:!0})};const c={originalEvent:s};s.pointerType==="touch"?(document.removeEventListener("click",r.current),r.current=d,document.addEventListener("click",r.current,{once:!0})):d()}n.current=!1},i=window.setTimeout(()=>{document.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(i),document.removeEventListener("pointerdown",a),document.removeEventListener("click",r.current)}},[t]),{onPointerDownCapture:()=>n.current=!0}}function t6(e){const t=Xe(e),n=l.useRef(!1);return l.useEffect(()=>{const r=a=>{a.target&&!n.current&&Pi(X7,t,{originalEvent:a},{discrete:!1})};return document.addEventListener("focusin",r),()=>document.removeEventListener("focusin",r)},[t]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function _i(){const e=new CustomEvent(dr);document.dispatchEvent(e)}function Pi(e,t,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),r?K7(a,i):a.dispatchEvent(i)}const fr="focusScope.autoFocusOnMount",ur="focusScope.autoFocusOnUnmount",Ii={bubbles:!1,cancelable:!0},n6=l.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...s}=e,[c,d]=l.useState(null),f=Xe(a),p=Xe(i),u=l.useRef(null),v=Gt(t,h=>d(h)),b=l.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;l.useEffect(()=>{if(r){let h=function(k){if(b.paused||!c)return;const $=k.target;c.contains($)?u.current=$:Je(u.current,{select:!0})},x=function(k){b.paused||!c||c.contains(k.relatedTarget)||Je(u.current,{select:!0})};return document.addEventListener("focusin",h),document.addEventListener("focusout",x),()=>{document.removeEventListener("focusin",h),document.removeEventListener("focusout",x)}}},[r,c,b.paused]),l.useEffect(()=>{if(c){Hi.add(b);const h=document.activeElement;if(!c.contains(h)){const k=new CustomEvent(fr,Ii);c.addEventListener(fr,f),c.dispatchEvent(k),k.defaultPrevented||(o6(c6(Fi(c)),{select:!0}),document.activeElement===h&&Je(c))}return()=>{c.removeEventListener(fr,f),setTimeout(()=>{const k=new CustomEvent(ur,Ii);c.addEventListener(ur,p),c.dispatchEvent(k),k.defaultPrevented||Je(h??document.body,{select:!0}),c.removeEventListener(ur,p),Hi.remove(b)},0)}}},[c,f,p,b]);const g=l.useCallback(h=>{if(!n&&!r||b.paused)return;const x=h.key==="Tab"&&!h.altKey&&!h.ctrlKey&&!h.metaKey,k=document.activeElement;if(x&&k){const $=h.currentTarget,[y,C]=r6($);y&&C?!h.shiftKey&&k===C?(h.preventDefault(),n&&Je(y,{select:!0})):h.shiftKey&&k===y&&(h.preventDefault(),n&&Je(C,{select:!0})):k===$&&h.preventDefault()}},[n,r,b.paused]);return l.createElement(Un.div,M({tabIndex:-1},s,{ref:v,onKeyDown:g}))});function o6(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Je(r,{select:t}),document.activeElement!==n)return}function r6(e){const t=Fi(e),n=Ti(t,e),r=Ti(t.reverse(),e);return[n,r]}function Fi(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Ti(e,t){for(const n of e)if(!a6(n,{upTo:t}))return n}function a6(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function i6(e){return e instanceof HTMLInputElement&&"select"in e}function Je(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&i6(e)&&t&&e.select()}}const Hi=l6();function l6(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=Di(e,t),e.unshift(t)},remove(t){var n;e=Di(e,t),(n=e[0])===null||n===void 0||n.resume()}}}function Di(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function c6(e){return e.filter(t=>t.tagName!=="A")}const s6=l.forwardRef((e,t)=>{var n;const{container:r=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...a}=e;return r?Be.createPortal(l.createElement(Un.div,M({},a,{ref:t})),r):null});function d6(e,t){return l.useReducer((n,r)=>{const a=t[n][r];return a??n},e)}const Bn=e=>{const{present:t,children:n}=e,r=f6(t),a=typeof n=="function"?n({present:r.isPresent}):l.Children.only(n),i=Gt(r.ref,a.ref);return typeof n=="function"||r.isPresent?l.cloneElement(a,{ref:i}):null};Bn.displayName="Presence";function f6(e){const[t,n]=l.useState(),r=l.useRef({}),a=l.useRef(e),i=l.useRef("none"),s=e?"mounted":"unmounted",[c,d]=d6(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{const f=Vn(r.current);i.current=c==="mounted"?f:"none"},[c]),ir(()=>{const f=r.current,p=a.current;if(p!==e){const v=i.current,b=Vn(f);e?d("MOUNT"):b==="none"||(f==null?void 0:f.display)==="none"?d("UNMOUNT"):d(p&&v!==b?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,d]),ir(()=>{if(t){const f=u=>{const b=Vn(r.current).includes(u.animationName);u.target===t&&b&&Be.flushSync(()=>d("ANIMATION_END"))},p=u=>{u.target===t&&(i.current=Vn(r.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:l.useCallback(f=>{f&&(r.current=getComputedStyle(f)),n(f)},[])}}function Vn(e){return(e==null?void 0:e.animationName)||"none"}let pr=0;function u6(){l.useEffect(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:Ai()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:Ai()),pr++,()=>{pr===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),pr--}},[])}function Ai(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var Ni=B1(),hr=function(){},Rn=w.forwardRef(function(e,t){var n=w.useRef(null),r=w.useState({onScrollCapture:hr,onWheelCapture:hr,onTouchMoveCapture:hr}),a=r[0],i=r[1],s=e.forwardProps,c=e.children,d=e.className,f=e.removeScrollBar,p=e.enabled,u=e.shards,v=e.sideCar,b=e.noIsolation,g=e.inert,h=e.allowPinchZoom,x=e.as,k=x===void 0?"div":x,$=Io(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=v,C=U1([n,t]),j=de(de({},$),a);return w.createElement(w.Fragment,null,p&&w.createElement(y,{sideCar:Ni,removeScrollBar:f,shards:u,noIsolation:b,inert:g,setCallbacks:i,allowPinchZoom:!!h,lockRef:n}),s?w.cloneElement(w.Children.only(c),de(de({},j),{ref:C})):w.createElement(k,de({},j,{className:d,ref:C}),c))});Rn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Rn.classNames={fullWidth:Dt,zeroRight:Ht};var vr=!1;if(typeof window<"u")try{var Wn=Object.defineProperty({},"passive",{get:function(){return vr=!0,!0}});window.addEventListener("test",Wn,Wn),window.removeEventListener("test",Wn,Wn)}catch{vr=!1}var ut=vr?{passive:!1}:!1,p6=function(e){var t=window.getComputedStyle(e);return t.overflowY!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowY==="visible")},h6=function(e){var t=window.getComputedStyle(e);return t.overflowX!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowX==="visible")},Zi=function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var r=Ui(e,n);if(r){var a=Bi(e,n),i=a[1],s=a[2];if(i>s)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},v6=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},b6=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},Ui=function(e,t){return e==="v"?p6(t):h6(t)},Bi=function(e,t){return e==="v"?v6(t):b6(t)},g6=function(e,t){return e==="h"&&t==="rtl"?-1:1},m6=function(e,t,n,r,a){var i=g6(e,window.getComputedStyle(t).direction),s=i*r,c=n.target,d=t.contains(c),f=!1,p=s>0,u=0,v=0;do{var b=Bi(e,c),g=b[0],h=b[1],x=b[2],k=h-x-i*g;(g||k)&&Ui(e,c)&&(u+=k,v+=g),c=c.parentNode}while(!d&&c!==document.body||d&&(t.contains(c)||t===c));return(p&&(a&&u===0||!a&&s>u)||!p&&(a&&v===0||!a&&-s>v))&&(f=!0),f},zn=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Vi=function(e){return[e.deltaX,e.deltaY]},Ri=function(e){return e&&"current"in e?e.current:e},x6=function(e,t){return e[0]===t[0]&&e[1]===t[1]},k6=function(e){return`
|
|
429
|
+
`),P5=e=>t=>{e.forEach(o=>{typeof o=="function"?o(t):o!=null&&(o.current=t)})},of=l.forwardRef(({disabled:e,label:t,error:o,id:r,loading:i,clear:a=!0,value:c="",onChange:s,orientation:d,dir:u,...f},p)=>{const h=l.useRef(null),g=l.useId(),C=b=>{s(b.target.value,b)},v=()=>{s("")};return n.jsxs(Ln,{disabled:e,id:r??g,label:t,error:o,orientation:d,dir:u,children:[n.jsx(ne,{name:"search",size:"sm"}),n.jsx($n,{ref:P5([h,p]),type:"text",id:r??g,disabled:e,value:c,onChange:C,...f}),a&&n.jsx(o2,{disabled:e,onClick:v,$show:c.length>0,children:n.jsx(ne,{name:"cross",size:"sm"})}),i&&n.jsx(ne,{name:"loading-animated",size:"sm"})]})});function N1(e,t,{checkForDefaultPrevented:o=!0}={}){return function(i){if(e==null||e(i),o===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function rf(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function I5(...e){return t=>e.forEach(o=>rf(o,t))}function Mt(...e){return l.useCallback(I5(...e),e)}function af(e,t=[]){let o=[];function r(a,c){const s=l.createContext(c),d=o.length;o=[...o,c];function u(p){const{scope:h,children:g,...C}=p,v=(h==null?void 0:h[e][d])||s,b=l.useMemo(()=>C,Object.values(C));return l.createElement(v.Provider,{value:b},g)}function f(p,h){const g=(h==null?void 0:h[e][d])||s,C=l.useContext(g);if(C)return C;if(c!==void 0)return c;throw new Error(`\`${p}\` must be used within \`${a}\``)}return u.displayName=a+"Provider",[u,f]}const i=()=>{const a=o.map(c=>l.createContext(c));return function(s){const d=(s==null?void 0:s[e])||a;return l.useMemo(()=>({[`__scope${e}`]:{...s,[e]:d}}),[s,d])}};return i.scopeName=e,[r,sf(i,...t)]}function sf(...e){const t=e[0];if(e.length===1)return t;const o=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(a){const c=r.reduce((s,{useScope:d,scopeName:u})=>{const p=d(a)[`__scope${u}`];return{...s,...p}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:c}),[c])}};return o.scopeName=t.scopeName,o}const i2=globalThis!=null&&globalThis.document?l.useLayoutEffect:()=>{},lf=L["useId".toString()]||(()=>{});let cf=0;function a2(e){const[t,o]=L.useState(lf());return i2(()=>{e||o(r=>r??String(cf++))},[e]),e||(t?`radix-${t}`:"")}function w1(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e}),l.useMemo(()=>(...o)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...o)},[])}function df({prop:e,defaultProp:t,onChange:o=()=>{}}){const[r,i]=uf({defaultProp:t,onChange:o}),a=e!==void 0,c=a?e:r,s=w1(o),d=l.useCallback(u=>{if(a){const p=typeof u=="function"?u(e):u;p!==e&&s(p)}else i(u)},[a,e,i,s]);return[c,d]}function uf({defaultProp:e,onChange:t}){const o=l.useState(e),[r]=o,i=l.useRef(r),a=w1(t);return l.useEffect(()=>{i.current!==r&&(a(r),i.current=r)},[r,i,a]),o}const s2=l.forwardRef((e,t)=>{const{children:o,...r}=e,i=l.Children.toArray(o),a=i.find(pf);if(a){const c=a.props.children,s=i.map(d=>d===a?l.Children.count(c)>1?l.Children.only(null):l.isValidElement(c)?c.props.children:null:d);return l.createElement(l2,E({},r,{ref:t}),l.isValidElement(c)?l.cloneElement(c,void 0,s):null)}return l.createElement(l2,E({},r,{ref:t}),o)});s2.displayName="Slot";const l2=l.forwardRef((e,t)=>{const{children:o,...r}=e;return l.isValidElement(o)?l.cloneElement(o,{...hf(r,o.props),ref:I5(t,o.ref)}):l.Children.count(o)>1?l.Children.only(null):null});l2.displayName="SlotClone";const ff=({children:e})=>l.createElement(l.Fragment,null,e);function pf(e){return l.isValidElement(e)&&e.type===ff}function hf(e,t){const o={...t};for(const r in t){const i=e[r],a=t[r];/^on[A-Z]/.test(r)?o[r]=(...s)=>{a==null||a(...s),i==null||i(...s)}:r==="style"?o[r]={...i,...a}:r==="className"&&(o[r]=[i,a].filter(Boolean).join(" "))}return{...e,...o}}const Mn=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const o=l.forwardRef((r,i)=>{const{asChild:a,...c}=r,s=a?s2:t;return l.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),l.createElement(s,E({},c,{ref:i}))});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{});function gf(e,t){e&&p1.flushSync(()=>e.dispatchEvent(t))}function vf(e){const t=w1(e);l.useEffect(()=>{const o=r=>{r.key==="Escape"&&t(r)};return document.addEventListener("keydown",o),()=>document.removeEventListener("keydown",o)},[t])}const c2="dismissableLayer.update",Cf="dismissableLayer.pointerDownOutside",bf="dismissableLayer.focusOutside";let F5;const mf=l.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),xf=l.forwardRef((e,t)=>{const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:c,onDismiss:s,...d}=e,u=l.useContext(mf),[f,p]=l.useState(null),[,h]=l.useState({}),g=Mt(t,$=>p($)),C=Array.from(u.layers),[v]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),b=C.indexOf(v),m=f?C.indexOf(f):-1,w=u.layersWithOutsidePointerEventsDisabled.size>0,y=m>=b,k=wf($=>{const O=$.target,F=[...u.branches].some(A=>A.contains(O));!y||F||(i==null||i($),c==null||c($),$.defaultPrevented||s==null||s())}),M=kf($=>{const O=$.target;[...u.branches].some(A=>A.contains(O))||(a==null||a($),c==null||c($),$.defaultPrevented||s==null||s())});return vf($=>{m===u.layers.size-1&&(r==null||r($),!$.defaultPrevented&&s&&($.preventDefault(),s()))}),l.useEffect(()=>{if(f)return o&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(F5=document.body.style.pointerEvents,document.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(f)),u.layers.add(f),V5(),()=>{o&&u.layersWithOutsidePointerEventsDisabled.size===1&&(document.body.style.pointerEvents=F5)}},[f,o,u]),l.useEffect(()=>()=>{f&&(u.layers.delete(f),u.layersWithOutsidePointerEventsDisabled.delete(f),V5())},[f,u]),l.useEffect(()=>{const $=()=>h({});return document.addEventListener(c2,$),()=>document.removeEventListener(c2,$)},[]),l.createElement(Mn.div,E({},d,{ref:g,style:{pointerEvents:w?y?"auto":"none":void 0,...e.style},onFocusCapture:N1(e.onFocusCapture,M.onFocusCapture),onBlurCapture:N1(e.onBlurCapture,M.onBlurCapture),onPointerDownCapture:N1(e.onPointerDownCapture,k.onPointerDownCapture)}))});function wf(e){const t=w1(e),o=l.useRef(!1),r=l.useRef(()=>{});return l.useEffect(()=>{const i=c=>{if(c.target&&!o.current){let d=function(){T5(Cf,t,s,{discrete:!0})};const s={originalEvent:c};c.pointerType==="touch"?(document.removeEventListener("click",r.current),r.current=d,document.addEventListener("click",r.current,{once:!0})):d()}o.current=!1},a=window.setTimeout(()=>{document.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(a),document.removeEventListener("pointerdown",i),document.removeEventListener("click",r.current)}},[t]),{onPointerDownCapture:()=>o.current=!0}}function kf(e){const t=w1(e),o=l.useRef(!1);return l.useEffect(()=>{const r=i=>{i.target&&!o.current&&T5(bf,t,{originalEvent:i},{discrete:!1})};return document.addEventListener("focusin",r),()=>document.removeEventListener("focusin",r)},[t]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}function V5(){const e=new CustomEvent(c2);document.dispatchEvent(e)}function T5(e,t,o,{discrete:r}){const i=o.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:o});t&&i.addEventListener(e,t,{once:!0}),r?gf(i,a):i.dispatchEvent(a)}const d2="focusScope.autoFocusOnMount",u2="focusScope.autoFocusOnUnmount",Z5={bubbles:!1,cancelable:!0},yf=l.forwardRef((e,t)=>{const{loop:o=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...c}=e,[s,d]=l.useState(null),u=w1(i),f=w1(a),p=l.useRef(null),h=Mt(t,v=>d(v)),g=l.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;l.useEffect(()=>{if(r){let v=function(m){if(g.paused||!s)return;const w=m.target;s.contains(w)?p.current=w:k1(p.current,{select:!0})},b=function(m){g.paused||!s||s.contains(m.relatedTarget)||k1(p.current,{select:!0})};return document.addEventListener("focusin",v),document.addEventListener("focusout",b),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",b)}}},[r,s,g.paused]),l.useEffect(()=>{if(s){N5.add(g);const v=document.activeElement;if(!s.contains(v)){const m=new CustomEvent(d2,Z5);s.addEventListener(d2,u),s.dispatchEvent(m),m.defaultPrevented||(Lf(_f(A5(s)),{select:!0}),document.activeElement===v&&k1(s))}return()=>{s.removeEventListener(d2,u),setTimeout(()=>{const m=new CustomEvent(u2,Z5);s.addEventListener(u2,f),s.dispatchEvent(m),m.defaultPrevented||k1(v??document.body,{select:!0}),s.removeEventListener(u2,f),N5.remove(g)},0)}}},[s,u,f,g]);const C=l.useCallback(v=>{if(!o&&!r||g.paused)return;const b=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,m=document.activeElement;if(b&&m){const w=v.currentTarget,[y,k]=$f(w);y&&k?!v.shiftKey&&m===k?(v.preventDefault(),o&&k1(y,{select:!0})):v.shiftKey&&m===y&&(v.preventDefault(),o&&k1(k,{select:!0})):m===w&&v.preventDefault()}},[o,r,g.paused]);return l.createElement(Mn.div,E({tabIndex:-1},c,{ref:h,onKeyDown:C}))});function Lf(e,{select:t=!1}={}){const o=document.activeElement;for(const r of e)if(k1(r,{select:t}),document.activeElement!==o)return}function $f(e){const t=A5(e),o=D5(t,e),r=D5(t.reverse(),e);return[o,r]}function A5(e){const t=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const i=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||i?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)t.push(o.currentNode);return t}function D5(e,t){for(const o of e)if(!Mf(o,{upTo:t}))return o}function Mf(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function jf(e){return e instanceof HTMLInputElement&&"select"in e}function k1(e,{select:t=!1}={}){if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),e!==o&&jf(e)&&t&&e.select()}}const N5=Sf();function Sf(){let e=[];return{add(t){const o=e[0];t!==o&&(o==null||o.pause()),e=B5(e,t),e.unshift(t)},remove(t){var o;e=B5(e,t),(o=e[0])===null||o===void 0||o.resume()}}}function B5(e,t){const o=[...e],r=o.indexOf(t);return r!==-1&&o.splice(r,1),o}function _f(e){return e.filter(t=>t.tagName!=="A")}const Ef=l.forwardRef((e,t)=>{var o;const{container:r=globalThis==null||(o=globalThis.document)===null||o===void 0?void 0:o.body,...i}=e;return r?p1.createPortal(l.createElement(Mn.div,E({},i,{ref:t})),r):null});function Of(e,t){return l.useReducer((o,r)=>{const i=t[o][r];return i??o},e)}const jn=e=>{const{present:t,children:o}=e,r=Hf(t),i=typeof o=="function"?o({present:r.isPresent}):l.Children.only(o),a=Mt(r.ref,i.ref);return typeof o=="function"||r.isPresent?l.cloneElement(i,{ref:a}):null};jn.displayName="Presence";function Hf(e){const[t,o]=l.useState(),r=l.useRef({}),i=l.useRef(e),a=l.useRef("none"),c=e?"mounted":"unmounted",[s,d]=Of(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{const u=Sn(r.current);a.current=s==="mounted"?u:"none"},[s]),i2(()=>{const u=r.current,f=i.current;if(f!==e){const h=a.current,g=Sn(u);e?d("MOUNT"):g==="none"||(u==null?void 0:u.display)==="none"?d("UNMOUNT"):d(f&&h!==g?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,d]),i2(()=>{if(t){const u=p=>{const g=Sn(r.current).includes(p.animationName);p.target===t&&g&&p1.flushSync(()=>d("ANIMATION_END"))},f=p=>{p.target===t&&(a.current=Sn(r.current))};return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:l.useCallback(u=>{u&&(r.current=getComputedStyle(u)),o(u)},[])}}function Sn(e){return(e==null?void 0:e.animationName)||"none"}let f2=0;function Pf(){l.useEffect(()=>{var e,t;const o=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=o[0])!==null&&e!==void 0?e:R5()),document.body.insertAdjacentElement("beforeend",(t=o[1])!==null&&t!==void 0?t:R5()),f2++,()=>{f2===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),f2--}},[])}function R5(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var U5=v3(),p2=function(){},_n=L.forwardRef(function(e,t){var o=L.useRef(null),r=L.useState({onScrollCapture:p2,onWheelCapture:p2,onTouchMoveCapture:p2}),i=r[0],a=r[1],c=e.forwardProps,s=e.children,d=e.className,u=e.removeScrollBar,f=e.enabled,p=e.shards,h=e.sideCar,g=e.noIsolation,C=e.inert,v=e.allowPinchZoom,b=e.as,m=b===void 0?"div":b,w=mo(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=h,k=g3([o,t]),M=ke(ke({},w),i);return L.createElement(L.Fragment,null,f&&L.createElement(y,{sideCar:U5,removeScrollBar:u,shards:p,noIsolation:g,inert:C,setCallbacks:a,allowPinchZoom:!!v,lockRef:o}),c?L.cloneElement(L.Children.only(s),ke(ke({},M),{ref:k})):L.createElement(m,ke({},M,{className:d,ref:k}),s))});_n.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},_n.classNames={fullWidth:pt,zeroRight:ft};var h2=!1;if(typeof window<"u")try{var En=Object.defineProperty({},"passive",{get:function(){return h2=!0,!0}});window.addEventListener("test",En,En),window.removeEventListener("test",En,En)}catch{h2=!1}var B1=h2?{passive:!1}:!1,If=function(e){var t=window.getComputedStyle(e);return t.overflowY!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowY==="visible")},Ff=function(e){var t=window.getComputedStyle(e);return t.overflowX!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowX==="visible")},W5=function(e,t){var o=t;do{typeof ShadowRoot<"u"&&o instanceof ShadowRoot&&(o=o.host);var r=z5(e,o);if(r){var i=G5(e,o),a=i[1],c=i[2];if(a>c)return!0}o=o.parentNode}while(o&&o!==document.body);return!1},Vf=function(e){var t=e.scrollTop,o=e.scrollHeight,r=e.clientHeight;return[t,o,r]},Tf=function(e){var t=e.scrollLeft,o=e.scrollWidth,r=e.clientWidth;return[t,o,r]},z5=function(e,t){return e==="v"?If(t):Ff(t)},G5=function(e,t){return e==="v"?Vf(t):Tf(t)},Zf=function(e,t){return e==="h"&&t==="rtl"?-1:1},Af=function(e,t,o,r,i){var a=Zf(e,window.getComputedStyle(t).direction),c=a*r,s=o.target,d=t.contains(s),u=!1,f=c>0,p=0,h=0;do{var g=G5(e,s),C=g[0],v=g[1],b=g[2],m=v-b-a*C;(C||m)&&z5(e,s)&&(p+=m,h+=C),s=s.parentNode}while(!d&&s!==document.body||d&&(t.contains(s)||t===s));return(f&&(i&&p===0||!i&&c>p)||!f&&(i&&h===0||!i&&-c>h))&&(u=!0),u},On=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},K5=function(e){return[e.deltaX,e.deltaY]},q5=function(e){return e&&"current"in e?e.current:e},Df=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Nf=function(e){return`
|
|
430
430
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
431
431
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
432
|
-
`)},$6=0,pt=[];function w6(e){var t=w.useRef([]),n=w.useRef([0,0]),r=w.useRef(),a=w.useState($6++)[0],i=w.useState(function(){return To()})[0],s=w.useRef(e);w.useEffect(function(){s.current=e},[e]),w.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var h=Z1([e.lockRef.current],(e.shards||[]).map(Ri),!0).filter(Boolean);return h.forEach(function(x){return x.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),h.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var c=w.useCallback(function(h,x){if("touches"in h&&h.touches.length===2)return!s.current.allowPinchZoom;var k=zn(h),$=n.current,y="deltaX"in h?h.deltaX:$[0]-k[0],C="deltaY"in h?h.deltaY:$[1]-k[1],j,O=h.target,_=Math.abs(y)>Math.abs(C)?"h":"v";if("touches"in h&&_==="h"&&O.type==="range")return!1;var T=Zi(_,O);if(!T)return!0;if(T?j=_:(j=_==="v"?"h":"v",T=Zi(_,O)),!T)return!1;if(!r.current&&"changedTouches"in h&&(y||C)&&(r.current=j),!j)return!0;var A=r.current||j;return m6(A,x,h,A==="h"?y:C,!0)},[]),d=w.useCallback(function(h){var x=h;if(!(!pt.length||pt[pt.length-1]!==i)){var k="deltaY"in x?Vi(x):zn(x),$=t.current.filter(function(j){return j.name===x.type&&j.target===x.target&&x6(j.delta,k)})[0];if($&&$.should){x.preventDefault();return}if(!$){var y=(s.current.shards||[]).map(Ri).filter(Boolean).filter(function(j){return j.contains(x.target)}),C=y.length>0?c(x,y[0]):!s.current.noIsolation;C&&x.preventDefault()}}},[]),f=w.useCallback(function(h,x,k,$){var y={name:h,delta:x,target:k,should:$};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(C){return C!==y})},1)},[]),p=w.useCallback(function(h){n.current=zn(h),r.current=void 0},[]),u=w.useCallback(function(h){f(h.type,Vi(h),h.target,c(h,e.lockRef.current))},[]),v=w.useCallback(function(h){f(h.type,zn(h),h.target,c(h,e.lockRef.current))},[]);w.useEffect(function(){return pt.push(i),e.setCallbacks({onScrollCapture:u,onWheelCapture:u,onTouchMoveCapture:v}),document.addEventListener("wheel",d,ut),document.addEventListener("touchmove",d,ut),document.addEventListener("touchstart",p,ut),function(){pt=pt.filter(function(h){return h!==i}),document.removeEventListener("wheel",d,ut),document.removeEventListener("touchmove",d,ut),document.removeEventListener("touchstart",p,ut)}},[]);var b=e.removeScrollBar,g=e.inert;return w.createElement(w.Fragment,null,g?w.createElement(i,{styles:k6(a)}):null,b?w.createElement(G1,{gapMode:"margin"}):null)}const y6=R1(Ni,w6);var Wi=w.forwardRef(function(e,t){return w.createElement(Rn,de({},e,{ref:t,sideCar:y6}))});Wi.classNames=Rn.classNames;const C6=Wi,zi="Dialog",[Gi,qm]=N7(zi),[M6,Qe]=Gi(zi),S6=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:s=!0}=e,c=l.useRef(null),d=l.useRef(null),[f=!1,p]=V7({prop:r,defaultProp:a,onChange:i});return l.createElement(M6,{scope:t,triggerRef:c,contentRef:d,contentId:lr(),titleId:lr(),descriptionId:lr(),open:f,onOpenChange:p,onOpenToggle:l.useCallback(()=>p(u=>!u),[p]),modal:s},n)},Ki="DialogPortal",[L6,qi]=Gi(Ki,{forceMount:void 0}),j6=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:a}=e,i=Qe(Ki,t);return l.createElement(L6,{scope:t,forceMount:n},l.Children.map(r,s=>l.createElement(Bn,{present:n||i.open},l.createElement(s6,{asChild:!0,container:a},s))))},br="DialogOverlay",E6=l.forwardRef((e,t)=>{const n=qi(br,e.__scopeDialog),{forceMount:r=n.forceMount,...a}=e,i=Qe(br,e.__scopeDialog);return i.modal?l.createElement(Bn,{present:r||i.open},l.createElement(O6,M({},a,{ref:t}))):null}),O6=l.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,a=Qe(br,n);return l.createElement(C6,{as:cr,allowPinchZoom:!0,shards:[a.contentRef]},l.createElement(Un.div,M({"data-state":Xi(a.open)},r,{ref:t,style:{pointerEvents:"auto",...r.style}})))}),Kt="DialogContent",_6=l.forwardRef((e,t)=>{const n=qi(Kt,e.__scopeDialog),{forceMount:r=n.forceMount,...a}=e,i=Qe(Kt,e.__scopeDialog);return l.createElement(Bn,{present:r||i.open},i.modal?l.createElement(P6,M({},a,{ref:t})):l.createElement(I6,M({},a,{ref:t})))}),P6=l.forwardRef((e,t)=>{const n=Qe(Kt,e.__scopeDialog),r=l.useRef(null),a=Gt(t,n.contentRef,r);return l.useEffect(()=>{const i=r.current;if(i)return Po(i)},[]),l.createElement(Yi,M({},e,{ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ft(e.onCloseAutoFocus,i=>{var s;i.preventDefault(),(s=n.triggerRef.current)===null||s===void 0||s.focus()}),onPointerDownOutside:ft(e.onPointerDownOutside,i=>{const s=i.detail.originalEvent,c=s.button===0&&s.ctrlKey===!0;(s.button===2||c)&&i.preventDefault()}),onFocusOutside:ft(e.onFocusOutside,i=>i.preventDefault())}))}),I6=l.forwardRef((e,t)=>{const n=Qe(Kt,e.__scopeDialog),r=l.useRef(!1);return l.createElement(Yi,M({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:a=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,a),!a.defaultPrevented){var s;r.current||(s=n.triggerRef.current)===null||s===void 0||s.focus(),a.preventDefault()}r.current=!1},onInteractOutside:a=>{var i,s;(i=e.onInteractOutside)===null||i===void 0||i.call(e,a),a.defaultPrevented||(r.current=!0);const c=a.target;((s=n.triggerRef.current)===null||s===void 0?void 0:s.contains(c))&&a.preventDefault()}}))}),Yi=l.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,...s}=e,c=Qe(Kt,n),d=l.useRef(null),f=Gt(t,d);return u6(),l.createElement(l.Fragment,null,l.createElement(n6,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i},l.createElement(Q7,M({role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":Xi(c.open)},s,{ref:f,onDismiss:()=>c.onOpenChange(!1)}))),!1)});function Xi(e){return e?"open":"closed"}const F6=S6,T6=j6,H6=E6,D6=_6;var Ji=1,A6=.9,N6=.3,gr=.1,Z6=0,mr=.999,U6=.9999,B6=.99,Qi=/[\\\/\-_+.# \t"@\[\(\{&]/,V6=/[\\\/\-_+.# \t"@\[\(\{&]/g;function xr(e,t,n,r,a,i){if(i===t.length)return a===e.length?Ji:B6;for(var s=r.charAt(i),c=n.indexOf(s,a),d=0,f,p,u;c>=0;)f=xr(e,t,n,r,c+1,i+1),f>d&&(c===a?f*=Ji:Qi.test(e.charAt(c-1))?(f*=A6,u=e.slice(a,c-1).match(V6),u&&a>0&&(f*=Math.pow(mr,u.length))):Qi.test(e.slice(a,c-1))?(f*=Z6,a>0&&(f*=Math.pow(mr,c-a))):(f*=N6,a>0&&(f*=Math.pow(mr,c-a))),e.charAt(c)!==t.charAt(i)&&(f*=U6)),f<gr&&n.charAt(c-1)===r.charAt(i+1)&&n.charAt(c-1)!==r.charAt(i)&&(p=xr(e,t,n,r,c+1,i+2),p*gr>f&&(f=p*gr)),f>d&&(d=f),c=n.indexOf(s,c+1);return d}function R6(e,t){return xr(e,t,e.toLowerCase(),t.toLowerCase(),0,0)}var W6=R6;const z6=Gr(W6);var G6='[cmdk-list-sizer=""]',qt='[cmdk-group=""]',kr='[cmdk-group-items=""]',K6='[cmdk-group-heading=""]',el='[cmdk-item=""]',tl=`${el}:not([aria-disabled="true"])`,$r="cmdk-item-select",Ue="data-value",q6=(e,t)=>z6(e,t),nl=w.createContext(void 0),Yt=()=>w.useContext(nl),ol=w.createContext(void 0),wr=()=>w.useContext(ol),rl=w.createContext(void 0),al=w.forwardRef((e,t)=>{let n=w.useRef(null),r=bt(()=>({search:"",value:"",filtered:{count:0,items:new Map,groups:new Set}})),a=bt(()=>new Set),i=bt(()=>new Map),s=bt(()=>new Map),c=bt(()=>new Set),d=il(e),{label:f,children:p,value:u,onValueChange:v,filter:b,shouldFilter:g,...h}=e,x=w.useId(),k=w.useId(),$=w.useId(),y=i4();vt(()=>{if(u!==void 0){let S=u.trim().toLowerCase();r.current.value=S,y(6,Y),C.emit()}},[u]);let C=w.useMemo(()=>({subscribe:S=>(c.current.add(S),()=>c.current.delete(S)),snapshot:()=>r.current,setState:(S,I,N)=>{var H,X,ae;if(!Object.is(r.current[S],I)){if(r.current[S]=I,S==="search")A(),_(),y(1,T);else if(S==="value")if(((H=d.current)==null?void 0:H.value)!==void 0){(ae=(X=d.current).onValueChange)==null||ae.call(X,I);return}else N||y(5,Y);C.emit()}},emit:()=>{c.current.forEach(S=>S())}}),[]),j=w.useMemo(()=>({value:(S,I)=>{I!==s.current.get(S)&&(s.current.set(S,I),r.current.filtered.items.set(S,O(I)),y(2,()=>{_(),C.emit()}))},item:(S,I)=>(a.current.add(S),I&&(i.current.has(I)?i.current.get(I).add(S):i.current.set(I,new Set([S]))),y(3,()=>{A(),_(),r.current.value||T(),C.emit()}),()=>{s.current.delete(S),a.current.delete(S),r.current.filtered.items.delete(S),y(4,()=>{A(),T(),C.emit()})}),group:S=>(i.current.has(S)||i.current.set(S,new Set),()=>{s.current.delete(S),i.current.delete(S)}),filter:()=>d.current.shouldFilter,label:f||e["aria-label"],listId:x,inputId:$,labelId:k}),[]);function O(S){var I;let N=((I=d.current)==null?void 0:I.filter)??q6;return S?N(S,r.current.search):0}function _(){if(!n.current||!r.current.search||d.current.shouldFilter===!1)return;let S=r.current.filtered.items,I=[];r.current.filtered.groups.forEach(H=>{let X=i.current.get(H),ae=0;X.forEach(se=>{let ge=S.get(se);ae=Math.max(ge,ae)}),I.push([H,ae])});let N=n.current.querySelector(G6);z().sort((H,X)=>{let ae=H.getAttribute(Ue),se=X.getAttribute(Ue);return(S.get(se)??0)-(S.get(ae)??0)}).forEach(H=>{let X=H.closest(kr);X?X.appendChild(H.parentElement===X?H:H.closest(`${kr} > *`)):N.appendChild(H.parentElement===N?H:H.closest(`${kr} > *`))}),I.sort((H,X)=>X[1]-H[1]).forEach(H=>{let X=n.current.querySelector(`${qt}[${Ue}="${H[0]}"]`);X==null||X.parentElement.appendChild(X)})}function T(){let S=z().find(N=>!N.ariaDisabled),I=S==null?void 0:S.getAttribute(Ue);C.setState("value",I||void 0)}function A(){if(!r.current.search||d.current.shouldFilter===!1){r.current.filtered.count=a.current.size;return}r.current.filtered.groups=new Set;let S=0;for(let I of a.current){let N=s.current.get(I),H=O(N);r.current.filtered.items.set(I,H),H>0&&S++}for(let[I,N]of i.current)for(let H of N)if(r.current.filtered.items.get(H)>0){r.current.filtered.groups.add(I);break}r.current.filtered.count=S}function Y(){var S,I,N;let H=B();H&&(((S=H.parentElement)==null?void 0:S.firstChild)===H&&((N=(I=H.closest(qt))==null?void 0:I.querySelector(K6))==null||N.scrollIntoView({block:"nearest"})),H.scrollIntoView({block:"nearest"}))}function B(){return n.current.querySelector(`${el}[aria-selected="true"]`)}function z(){return Array.from(n.current.querySelectorAll(tl))}function Z(S){let I=z()[S];I&&C.setState("value",I.getAttribute(Ue))}function V(S){var I;let N=B(),H=z(),X=H.findIndex(se=>se===N),ae=H[X+S];(I=d.current)!=null&&I.loop&&(ae=X+S<0?H[H.length-1]:X+S===H.length?H[0]:H[X+S]),ae&&C.setState("value",ae.getAttribute(Ue))}function W(S){let I=B(),N=I==null?void 0:I.closest(qt),H;for(;N&&!H;)N=S>0?r4(N,qt):a4(N,qt),H=N==null?void 0:N.querySelector(tl);H?C.setState("value",H.getAttribute(Ue)):V(S)}let R=()=>Z(z().length-1),re=S=>{S.preventDefault(),S.metaKey?R():S.altKey?W(1):V(1)},te=S=>{S.preventDefault(),S.metaKey?Z(0):S.altKey?W(-1):V(-1)};return w.createElement("div",{ref:Xt([n,t]),...h,"cmdk-root":"",onKeyDown:S=>{var I;if((I=h.onKeyDown)==null||I.call(h,S),!S.defaultPrevented)switch(S.key){case"n":case"j":{S.ctrlKey&&re(S);break}case"ArrowDown":{re(S);break}case"p":case"k":{S.ctrlKey&&te(S);break}case"ArrowUp":{te(S);break}case"Home":{S.preventDefault(),Z(0);break}case"End":{S.preventDefault(),R();break}case"Enter":{S.preventDefault();let N=B();if(N){let H=new Event($r);N.dispatchEvent(H)}}}}},w.createElement("label",{"cmdk-label":"",htmlFor:j.inputId,id:j.labelId,style:l4},f),w.createElement(ol.Provider,{value:C},w.createElement(nl.Provider,{value:j},p)))}),Y6=w.forwardRef((e,t)=>{let n=w.useId(),r=w.useRef(null),a=w.useContext(rl),i=Yt(),s=il(e);vt(()=>i.item(n,a),[]);let c=ll(n,r,[e.value,e.children,r]),d=wr(),f=et(k=>k.value&&k.value===c.current),p=et(k=>i.filter()===!1?!0:k.search?k.filtered.items.get(n)>0:!0);w.useEffect(()=>{let k=r.current;if(!(!k||e.disabled))return k.addEventListener($r,u),()=>k.removeEventListener($r,u)},[p,e.onSelect,e.disabled]);function u(){var k,$;($=(k=s.current).onSelect)==null||$.call(k,c.current)}function v(){d.setState("value",c.current,!0)}if(!p)return null;let{disabled:b,value:g,onSelect:h,...x}=e;return w.createElement("div",{ref:Xt([r,t]),...x,"cmdk-item":"",role:"option","aria-disabled":b||void 0,"aria-selected":f||void 0,"data-selected":f||void 0,onPointerMove:b?void 0:v,onClick:b?void 0:u},e.children)}),X6=w.forwardRef((e,t)=>{let{heading:n,children:r,...a}=e,i=w.useId(),s=w.useRef(null),c=w.useRef(null),d=w.useId(),f=Yt(),p=et(v=>f.filter()===!1?!0:v.search?v.filtered.groups.has(i):!0);vt(()=>f.group(i),[]),ll(i,s,[e.value,e.heading,c]);let u=w.createElement(rl.Provider,{value:i},r);return w.createElement("div",{ref:Xt([s,t]),...a,"cmdk-group":"",role:"presentation",hidden:p?void 0:!0},n&&w.createElement("div",{ref:c,"cmdk-group-heading":"","aria-hidden":!0,id:d},n),w.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":n?d:void 0},u))}),J6=w.forwardRef((e,t)=>{let{alwaysRender:n,...r}=e,a=w.useRef(null),i=et(s=>!s.search);return!n&&!i?null:w.createElement("div",{ref:Xt([a,t]),...r,"cmdk-separator":"",role:"separator"})}),Q6=w.forwardRef((e,t)=>{let{onValueChange:n,...r}=e,a=e.value!=null,i=wr(),s=et(d=>d.search),c=Yt();return w.useEffect(()=>{e.value!=null&&i.setState("search",e.value)},[e.value]),w.createElement("input",{ref:t,...r,"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"aria-autocomplete":"list",role:"combobox","aria-expanded":!0,"aria-controls":c.listId,"aria-labelledby":c.labelId,id:c.inputId,type:"text",value:a?e.value:s,onChange:d=>{a||i.setState("search",d.target.value),n==null||n(d.target.value)}})}),e4=w.forwardRef((e,t)=>{let{children:n,...r}=e,a=w.useRef(null),i=w.useRef(null),s=Yt();return w.useEffect(()=>{if(i.current&&a.current){let c=i.current,d=a.current,f,p=new ResizeObserver(()=>{f=requestAnimationFrame(()=>{let u=c.getBoundingClientRect().height;d.style.setProperty("--cmdk-list-height",u.toFixed(1)+"px")})});return p.observe(c),()=>{cancelAnimationFrame(f),p.unobserve(c)}}},[]),w.createElement("div",{ref:Xt([a,t]),...r,"cmdk-list":"",role:"listbox","aria-label":"Suggestions",id:s.listId,"aria-labelledby":s.inputId},w.createElement("div",{ref:i,"cmdk-list-sizer":""},n))}),t4=w.forwardRef((e,t)=>{let{open:n,onOpenChange:r,container:a,...i}=e;return w.createElement(F6,{open:n,onOpenChange:r},w.createElement(T6,{container:a},w.createElement(H6,{"cmdk-overlay":""}),w.createElement(D6,{"aria-label":e.label,"cmdk-dialog":""},w.createElement(al,{ref:t,...i}))))}),n4=w.forwardRef((e,t)=>{let n=w.useRef(!0),r=et(a=>a.filtered.count===0);return w.useEffect(()=>{n.current=!1},[]),n.current||!r?null:w.createElement("div",{ref:t,...e,"cmdk-empty":"",role:"presentation"})}),o4=w.forwardRef((e,t)=>{let{progress:n,children:r,...a}=e;return w.createElement("div",{ref:t,...a,"cmdk-loading":"",role:"progressbar","aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":"Loading..."},w.createElement("div",{"aria-hidden":!0},r))}),ht=Object.assign(al,{List:e4,Item:Y6,Input:Q6,Group:X6,Separator:J6,Dialog:t4,Empty:n4,Loading:o4});function r4(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function a4(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function il(e){let t=w.useRef(e);return vt(()=>{t.current=e}),t}var vt=typeof window>"u"?w.useEffect:w.useLayoutEffect;function bt(e){let t=w.useRef();return t.current===void 0&&(t.current=e()),t}function Xt(e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}function et(e){let t=wr(),n=()=>e(t.snapshot());return w.useSyncExternalStore(t.subscribe,n,n)}function ll(e,t,n){let r=w.useRef(),a=Yt();return vt(()=>{var i;let s=(()=>{var c;for(let d of n){if(typeof d=="string")return d.trim().toLowerCase();if(typeof d=="object"&&"current"in d&&d.current)return(c=d.current.textContent)==null?void 0:c.trim().toLowerCase()}})();a.value(e,s),(i=t.current)==null||i.setAttribute(Ue,s),r.current=s}),r}var i4=()=>{let[e,t]=w.useState(),n=bt(()=>new Map);return vt(()=>{n.current.forEach(r=>r()),n.current=new Map},[e]),(r,a)=>{n.current.set(r,a),t({})}},l4={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const c4=L.div.withConfig({componentId:"sc-glgi67-0"})(["display:flex;width:100%;align-items:center;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&[aria-selected]{outline:none;}",";"],({theme:e})=>`
|
|
432
|
+
`)},Bf=0,R1=[];function Rf(e){var t=L.useRef([]),o=L.useRef([0,0]),r=L.useRef(),i=L.useState(Bf++)[0],a=L.useState(function(){return wo()})[0],c=L.useRef(e);L.useEffect(function(){c.current=e},[e]),L.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var v=h3([e.lockRef.current],(e.shards||[]).map(q5),!0).filter(Boolean);return v.forEach(function(b){return b.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),v.forEach(function(b){return b.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var s=L.useCallback(function(v,b){if("touches"in v&&v.touches.length===2)return!c.current.allowPinchZoom;var m=On(v),w=o.current,y="deltaX"in v?v.deltaX:w[0]-m[0],k="deltaY"in v?v.deltaY:w[1]-m[1],M,$=v.target,O=Math.abs(y)>Math.abs(k)?"h":"v";if("touches"in v&&O==="h"&&$.type==="range")return!1;var F=W5(O,$);if(!F)return!0;if(F?M=O:(M=O==="v"?"h":"v",F=W5(O,$)),!F)return!1;if(!r.current&&"changedTouches"in v&&(y||k)&&(r.current=M),!M)return!0;var A=r.current||M;return Af(A,b,v,A==="h"?y:k,!0)},[]),d=L.useCallback(function(v){var b=v;if(!(!R1.length||R1[R1.length-1]!==a)){var m="deltaY"in b?K5(b):On(b),w=t.current.filter(function(M){return M.name===b.type&&M.target===b.target&&Df(M.delta,m)})[0];if(w&&w.should){b.preventDefault();return}if(!w){var y=(c.current.shards||[]).map(q5).filter(Boolean).filter(function(M){return M.contains(b.target)}),k=y.length>0?s(b,y[0]):!c.current.noIsolation;k&&b.preventDefault()}}},[]),u=L.useCallback(function(v,b,m,w){var y={name:v,delta:b,target:m,should:w};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(k){return k!==y})},1)},[]),f=L.useCallback(function(v){o.current=On(v),r.current=void 0},[]),p=L.useCallback(function(v){u(v.type,K5(v),v.target,s(v,e.lockRef.current))},[]),h=L.useCallback(function(v){u(v.type,On(v),v.target,s(v,e.lockRef.current))},[]);L.useEffect(function(){return R1.push(a),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:h}),document.addEventListener("wheel",d,B1),document.addEventListener("touchmove",d,B1),document.addEventListener("touchstart",f,B1),function(){R1=R1.filter(function(v){return v!==a}),document.removeEventListener("wheel",d,B1),document.removeEventListener("touchmove",d,B1),document.removeEventListener("touchstart",f,B1)}},[]);var g=e.removeScrollBar,C=e.inert;return L.createElement(L.Fragment,null,C?L.createElement(a,{styles:Nf(i)}):null,g?L.createElement(w3,{gapMode:"margin"}):null)}const Uf=b3(U5,Rf);var Y5=L.forwardRef(function(e,t){return L.createElement(_n,ke({},e,{ref:t,sideCar:Uf}))});Y5.classNames=_n.classNames;const Wf=Y5,X5="Dialog",[J5,Iy]=af(X5),[zf,y1]=J5(X5),Gf=e=>{const{__scopeDialog:t,children:o,open:r,defaultOpen:i,onOpenChange:a,modal:c=!0}=e,s=l.useRef(null),d=l.useRef(null),[u=!1,f]=df({prop:r,defaultProp:i,onChange:a});return l.createElement(zf,{scope:t,triggerRef:s,contentRef:d,contentId:a2(),titleId:a2(),descriptionId:a2(),open:u,onOpenChange:f,onOpenToggle:l.useCallback(()=>f(p=>!p),[f]),modal:c},o)},Q5="DialogPortal",[Kf,ei]=J5(Q5,{forceMount:void 0}),qf=e=>{const{__scopeDialog:t,forceMount:o,children:r,container:i}=e,a=y1(Q5,t);return l.createElement(Kf,{scope:t,forceMount:o},l.Children.map(r,c=>l.createElement(jn,{present:o||a.open},l.createElement(Ef,{asChild:!0,container:i},c))))},g2="DialogOverlay",Yf=l.forwardRef((e,t)=>{const o=ei(g2,e.__scopeDialog),{forceMount:r=o.forceMount,...i}=e,a=y1(g2,e.__scopeDialog);return a.modal?l.createElement(jn,{present:r||a.open},l.createElement(Xf,E({},i,{ref:t}))):null}),Xf=l.forwardRef((e,t)=>{const{__scopeDialog:o,...r}=e,i=y1(g2,o);return l.createElement(Wf,{as:s2,allowPinchZoom:!0,shards:[i.contentRef]},l.createElement(Mn.div,E({"data-state":ni(i.open)},r,{ref:t,style:{pointerEvents:"auto",...r.style}})))}),jt="DialogContent",Jf=l.forwardRef((e,t)=>{const o=ei(jt,e.__scopeDialog),{forceMount:r=o.forceMount,...i}=e,a=y1(jt,e.__scopeDialog);return l.createElement(jn,{present:r||a.open},a.modal?l.createElement(Qf,E({},i,{ref:t})):l.createElement(ep,E({},i,{ref:t})))}),Qf=l.forwardRef((e,t)=>{const o=y1(jt,e.__scopeDialog),r=l.useRef(null),i=Mt(t,o.contentRef,r);return l.useEffect(()=>{const a=r.current;if(a)return bo(a)},[]),l.createElement(ti,E({},e,{ref:i,trapFocus:o.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:N1(e.onCloseAutoFocus,a=>{var c;a.preventDefault(),(c=o.triggerRef.current)===null||c===void 0||c.focus()}),onPointerDownOutside:N1(e.onPointerDownOutside,a=>{const c=a.detail.originalEvent,s=c.button===0&&c.ctrlKey===!0;(c.button===2||s)&&a.preventDefault()}),onFocusOutside:N1(e.onFocusOutside,a=>a.preventDefault())}))}),ep=l.forwardRef((e,t)=>{const o=y1(jt,e.__scopeDialog),r=l.useRef(!1);return l.createElement(ti,E({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var a;if((a=e.onCloseAutoFocus)===null||a===void 0||a.call(e,i),!i.defaultPrevented){var c;r.current||(c=o.triggerRef.current)===null||c===void 0||c.focus(),i.preventDefault()}r.current=!1},onInteractOutside:i=>{var a,c;(a=e.onInteractOutside)===null||a===void 0||a.call(e,i),i.defaultPrevented||(r.current=!0);const s=i.target;((c=o.triggerRef.current)===null||c===void 0?void 0:c.contains(s))&&i.preventDefault()}}))}),ti=l.forwardRef((e,t)=>{const{__scopeDialog:o,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,...c}=e,s=y1(jt,o),d=l.useRef(null),u=Mt(t,d);return Pf(),l.createElement(l.Fragment,null,l.createElement(yf,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:i,onUnmountAutoFocus:a},l.createElement(xf,E({role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":ni(s.open)},c,{ref:u,onDismiss:()=>s.onOpenChange(!1)}))),!1)});function ni(e){return e?"open":"closed"}const tp=Gf,np=qf,op=Yf,rp=Jf;var oi=1,ip=.9,ap=.3,v2=.1,sp=0,C2=.999,lp=.9999,cp=.99,ri=/[\\\/\-_+.# \t"@\[\(\{&]/,dp=/[\\\/\-_+.# \t"@\[\(\{&]/g;function b2(e,t,o,r,i,a){if(a===t.length)return i===e.length?oi:cp;for(var c=r.charAt(a),s=o.indexOf(c,i),d=0,u,f,p;s>=0;)u=b2(e,t,o,r,s+1,a+1),u>d&&(s===i?u*=oi:ri.test(e.charAt(s-1))?(u*=ip,p=e.slice(i,s-1).match(dp),p&&i>0&&(u*=Math.pow(C2,p.length))):ri.test(e.slice(i,s-1))?(u*=sp,i>0&&(u*=Math.pow(C2,s-i))):(u*=ap,i>0&&(u*=Math.pow(C2,s-i))),e.charAt(s)!==t.charAt(a)&&(u*=lp)),u<v2&&o.charAt(s-1)===r.charAt(a+1)&&o.charAt(s-1)!==r.charAt(a)&&(f=b2(e,t,o,r,s+1,a+2),f*v2>u&&(u=f*v2)),u>d&&(d=u),s=o.indexOf(c,s+1);return d}function up(e,t){return b2(e,t,e.toLowerCase(),t.toLowerCase(),0,0)}var fp=up;const pp=nt(fp);var hp='[cmdk-list-sizer=""]',St='[cmdk-group=""]',m2='[cmdk-group-items=""]',gp='[cmdk-group-heading=""]',ii='[cmdk-item=""]',ai=`${ii}:not([aria-disabled="true"])`,x2="cmdk-item-select",c1="data-value",vp=(e,t)=>pp(e,t),si=L.createContext(void 0),_t=()=>L.useContext(si),li=L.createContext(void 0),w2=()=>L.useContext(li),ci=L.createContext(void 0),di=L.forwardRef((e,t)=>{let o=L.useRef(null),r=z1(()=>({search:"",value:"",filtered:{count:0,items:new Map,groups:new Set}})),i=z1(()=>new Set),a=z1(()=>new Map),c=z1(()=>new Map),s=z1(()=>new Set),d=ui(e),{label:u,children:f,value:p,onValueChange:h,filter:g,shouldFilter:C,...v}=e,b=L.useId(),m=L.useId(),w=L.useId(),y=jp();W1(()=>{if(p!==void 0){let _=p.trim().toLowerCase();r.current.value=_,y(6,z),k.emit()}},[p]);let k=L.useMemo(()=>({subscribe:_=>(s.current.add(_),()=>s.current.delete(_)),snapshot:()=>r.current,setState:(_,I,U)=>{var Z,j,P;if(!Object.is(r.current[_],I)){if(r.current[_]=I,_==="search")A(),O(),y(1,F);else if(_==="value")if(((Z=d.current)==null?void 0:Z.value)!==void 0){(P=(j=d.current).onValueChange)==null||P.call(j,I);return}else U||y(5,z);k.emit()}},emit:()=>{s.current.forEach(_=>_())}}),[]),M=L.useMemo(()=>({value:(_,I)=>{I!==c.current.get(_)&&(c.current.set(_,I),r.current.filtered.items.set(_,$(I)),y(2,()=>{O(),k.emit()}))},item:(_,I)=>(i.current.add(_),I&&(a.current.has(I)?a.current.get(I).add(_):a.current.set(I,new Set([_]))),y(3,()=>{A(),O(),r.current.value||F(),k.emit()}),()=>{c.current.delete(_),i.current.delete(_),r.current.filtered.items.delete(_),y(4,()=>{A(),F(),k.emit()})}),group:_=>(a.current.has(_)||a.current.set(_,new Set),()=>{c.current.delete(_),a.current.delete(_)}),filter:()=>d.current.shouldFilter,label:u||e["aria-label"],listId:b,inputId:w,labelId:m}),[]);function $(_){var I;let U=((I=d.current)==null?void 0:I.filter)??vp;return _?U(_,r.current.search):0}function O(){if(!o.current||!r.current.search||d.current.shouldFilter===!1)return;let _=r.current.filtered.items,I=[];r.current.filtered.groups.forEach(Z=>{let j=a.current.get(Z),P=0;j.forEach(B=>{let Y=_.get(B);P=Math.max(Y,P)}),I.push([Z,P])});let U=o.current.querySelector(hp);te().sort((Z,j)=>{let P=Z.getAttribute(c1),B=j.getAttribute(c1);return(_.get(B)??0)-(_.get(P)??0)}).forEach(Z=>{let j=Z.closest(m2);j?j.appendChild(Z.parentElement===j?Z:Z.closest(`${m2} > *`)):U.appendChild(Z.parentElement===U?Z:Z.closest(`${m2} > *`))}),I.sort((Z,j)=>j[1]-Z[1]).forEach(Z=>{let j=o.current.querySelector(`${St}[${c1}="${Z[0]}"]`);j==null||j.parentElement.appendChild(j)})}function F(){let _=te().find(U=>!U.ariaDisabled),I=_==null?void 0:_.getAttribute(c1);k.setState("value",I||void 0)}function A(){if(!r.current.search||d.current.shouldFilter===!1){r.current.filtered.count=i.current.size;return}r.current.filtered.groups=new Set;let _=0;for(let I of i.current){let U=c.current.get(I),Z=$(U);r.current.filtered.items.set(I,Z),Z>0&&_++}for(let[I,U]of a.current)for(let Z of U)if(r.current.filtered.items.get(Z)>0){r.current.filtered.groups.add(I);break}r.current.filtered.count=_}function z(){var _,I,U;let Z=X();Z&&(((_=Z.parentElement)==null?void 0:_.firstChild)===Z&&((U=(I=Z.closest(St))==null?void 0:I.querySelector(gp))==null||U.scrollIntoView({block:"nearest"})),Z.scrollIntoView({block:"nearest"}))}function X(){return o.current.querySelector(`${ii}[aria-selected="true"]`)}function te(){return Array.from(o.current.querySelectorAll(ai))}function W(_){let I=te()[_];I&&k.setState("value",I.getAttribute(c1))}function q(_){var I;let U=X(),Z=te(),j=Z.findIndex(B=>B===U),P=Z[j+_];(I=d.current)!=null&&I.loop&&(P=j+_<0?Z[Z.length-1]:j+_===Z.length?Z[0]:Z[j+_]),P&&k.setState("value",P.getAttribute(c1))}function G(_){let I=X(),U=I==null?void 0:I.closest(St),Z;for(;U&&!Z;)U=_>0?$p(U,St):Mp(U,St),Z=U==null?void 0:U.querySelector(ai);Z?k.setState("value",Z.getAttribute(c1)):q(_)}let J=()=>W(te().length-1),pe=_=>{_.preventDefault(),_.metaKey?J():_.altKey?G(1):q(1)},se=_=>{_.preventDefault(),_.metaKey?W(0):_.altKey?G(-1):q(-1)};return L.createElement("div",{ref:Et([o,t]),...v,"cmdk-root":"",onKeyDown:_=>{var I;if((I=v.onKeyDown)==null||I.call(v,_),!_.defaultPrevented)switch(_.key){case"n":case"j":{_.ctrlKey&&pe(_);break}case"ArrowDown":{pe(_);break}case"p":case"k":{_.ctrlKey&&se(_);break}case"ArrowUp":{se(_);break}case"Home":{_.preventDefault(),W(0);break}case"End":{_.preventDefault(),J();break}case"Enter":{_.preventDefault();let U=X();if(U){let Z=new Event(x2);U.dispatchEvent(Z)}}}}},L.createElement("label",{"cmdk-label":"",htmlFor:M.inputId,id:M.labelId,style:Sp},u),L.createElement(li.Provider,{value:k},L.createElement(si.Provider,{value:M},f)))}),Cp=L.forwardRef((e,t)=>{let o=L.useId(),r=L.useRef(null),i=L.useContext(ci),a=_t(),c=ui(e);W1(()=>a.item(o,i),[]);let s=fi(o,r,[e.value,e.children,r]),d=w2(),u=L1(m=>m.value&&m.value===s.current),f=L1(m=>a.filter()===!1?!0:m.search?m.filtered.items.get(o)>0:!0);L.useEffect(()=>{let m=r.current;if(!(!m||e.disabled))return m.addEventListener(x2,p),()=>m.removeEventListener(x2,p)},[f,e.onSelect,e.disabled]);function p(){var m,w;(w=(m=c.current).onSelect)==null||w.call(m,s.current)}function h(){d.setState("value",s.current,!0)}if(!f)return null;let{disabled:g,value:C,onSelect:v,...b}=e;return L.createElement("div",{ref:Et([r,t]),...b,"cmdk-item":"",role:"option","aria-disabled":g||void 0,"aria-selected":u||void 0,"data-selected":u||void 0,onPointerMove:g?void 0:h,onClick:g?void 0:p},e.children)}),bp=L.forwardRef((e,t)=>{let{heading:o,children:r,...i}=e,a=L.useId(),c=L.useRef(null),s=L.useRef(null),d=L.useId(),u=_t(),f=L1(h=>u.filter()===!1?!0:h.search?h.filtered.groups.has(a):!0);W1(()=>u.group(a),[]),fi(a,c,[e.value,e.heading,s]);let p=L.createElement(ci.Provider,{value:a},r);return L.createElement("div",{ref:Et([c,t]),...i,"cmdk-group":"",role:"presentation",hidden:f?void 0:!0},o&&L.createElement("div",{ref:s,"cmdk-group-heading":"","aria-hidden":!0,id:d},o),L.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":o?d:void 0},p))}),mp=L.forwardRef((e,t)=>{let{alwaysRender:o,...r}=e,i=L.useRef(null),a=L1(c=>!c.search);return!o&&!a?null:L.createElement("div",{ref:Et([i,t]),...r,"cmdk-separator":"",role:"separator"})}),xp=L.forwardRef((e,t)=>{let{onValueChange:o,...r}=e,i=e.value!=null,a=w2(),c=L1(d=>d.search),s=_t();return L.useEffect(()=>{e.value!=null&&a.setState("search",e.value)},[e.value]),L.createElement("input",{ref:t,...r,"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"aria-autocomplete":"list",role:"combobox","aria-expanded":!0,"aria-controls":s.listId,"aria-labelledby":s.labelId,id:s.inputId,type:"text",value:i?e.value:c,onChange:d=>{i||a.setState("search",d.target.value),o==null||o(d.target.value)}})}),wp=L.forwardRef((e,t)=>{let{children:o,...r}=e,i=L.useRef(null),a=L.useRef(null),c=_t();return L.useEffect(()=>{if(a.current&&i.current){let s=a.current,d=i.current,u,f=new ResizeObserver(()=>{u=requestAnimationFrame(()=>{let p=s.getBoundingClientRect().height;d.style.setProperty("--cmdk-list-height",p.toFixed(1)+"px")})});return f.observe(s),()=>{cancelAnimationFrame(u),f.unobserve(s)}}},[]),L.createElement("div",{ref:Et([i,t]),...r,"cmdk-list":"",role:"listbox","aria-label":"Suggestions",id:c.listId,"aria-labelledby":c.inputId},L.createElement("div",{ref:a,"cmdk-list-sizer":""},o))}),kp=L.forwardRef((e,t)=>{let{open:o,onOpenChange:r,container:i,...a}=e;return L.createElement(tp,{open:o,onOpenChange:r},L.createElement(np,{container:i},L.createElement(op,{"cmdk-overlay":""}),L.createElement(rp,{"aria-label":e.label,"cmdk-dialog":""},L.createElement(di,{ref:t,...a}))))}),yp=L.forwardRef((e,t)=>{let o=L.useRef(!0),r=L1(i=>i.filtered.count===0);return L.useEffect(()=>{o.current=!1},[]),o.current||!r?null:L.createElement("div",{ref:t,...e,"cmdk-empty":"",role:"presentation"})}),Lp=L.forwardRef((e,t)=>{let{progress:o,children:r,...i}=e;return L.createElement("div",{ref:t,...i,"cmdk-loading":"",role:"progressbar","aria-valuenow":o,"aria-valuemin":0,"aria-valuemax":100,"aria-label":"Loading..."},L.createElement("div",{"aria-hidden":!0},r))}),U1=Object.assign(di,{List:wp,Item:Cp,Input:xp,Group:bp,Separator:mp,Dialog:kp,Empty:yp,Loading:Lp});function $p(e,t){let o=e.nextElementSibling;for(;o;){if(o.matches(t))return o;o=o.nextElementSibling}}function Mp(e,t){let o=e.previousElementSibling;for(;o;){if(o.matches(t))return o;o=o.previousElementSibling}}function ui(e){let t=L.useRef(e);return W1(()=>{t.current=e}),t}var W1=typeof window>"u"?L.useEffect:L.useLayoutEffect;function z1(e){let t=L.useRef();return t.current===void 0&&(t.current=e()),t}function Et(e){return t=>{e.forEach(o=>{typeof o=="function"?o(t):o!=null&&(o.current=t)})}}function L1(e){let t=w2(),o=()=>e(t.snapshot());return L.useSyncExternalStore(t.subscribe,o,o)}function fi(e,t,o){let r=L.useRef(),i=_t();return W1(()=>{var a;let c=(()=>{var s;for(let d of o){if(typeof d=="string")return d.trim().toLowerCase();if(typeof d=="object"&&"current"in d&&d.current)return(s=d.current.textContent)==null?void 0:s.trim().toLowerCase()}})();i.value(e,c),(a=t.current)==null||a.setAttribute(c1,c),r.current=c}),r}var jp=()=>{let[e,t]=L.useState(),o=z1(()=>new Map);return W1(()=>{o.current.forEach(r=>r()),o.current=new Map},[e]),(r,i)=>{o.current.set(r,i),t({})}},Sp={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const _p=S.div.withConfig({componentId:"sc-glgi67-0"})(["display:flex;width:100%;align-items:center;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&[aria-selected]{outline:none;}",";"],({theme:e})=>`
|
|
433
433
|
gap: ${e.click.field.space.gap};
|
|
434
434
|
font: ${e.click.field.typography.fieldText.default};
|
|
435
435
|
color: ${e.click.field.color.text.default};
|
|
@@ -447,14 +447,14 @@ Check the top-level render call using <`+P+">.")}return E}}function Zc(m,E){{if(
|
|
|
447
447
|
font: ${e.click.field.typography.fieldText.disabled};
|
|
448
448
|
pointer-events: none;
|
|
449
449
|
}
|
|
450
|
-
`),
|
|
450
|
+
`),Ep=e=>n.jsx(_p,{...e}),pi=l.createContext({selectedValue:void 0,onSelect:()=>null,popperOpen:!1,valueNode:null,onOpenChange:()=>null}),Op=({value:e,children:t})=>n.jsx(pi.Provider,{value:e,children:t}),Hp=({children:e,value:t,defaultValue:o,updateValueNode:r,defaultOpen:i=!1,onOpenChange:a,onChange:c})=>{const[s,d]=l.useState(i),[u,f]=l.useState(null),[p,h]=l.useState(t??o),g=b=>{h(b),C(!1),typeof c=="function"&&c(b)},C=b=>{d(b),typeof a=="function"&&a(b)},v={selectedValue:p,valueNode:u,onSelect:g,popperOpen:s,onOpenChange:C};return l.useEffect(()=>{const b=r(p);f(b?n.jsx(Ep,{...b.props}):null)},[p,r]),n.jsx(Op,{value:v,children:e})},k2="horizontal",Pp=["horizontal","vertical"],hi=l.forwardRef((e,t)=>{const{decorative:o,orientation:r=k2,...i}=e,a=gi(r)?r:k2,s=o?{role:"none"}:{"aria-orientation":a==="vertical"?a:void 0,role:"separator"};return l.createElement(re.div,E({"data-orientation":a},s,i,{ref:t}))});hi.propTypes={orientation(e,t,o){const r=e[t],i=String(r);return r&&!gi(r)?new Error(Ip(i,o)):null}};function Ip(e,t){return`Invalid prop \`orientation\` of value \`${e}\` supplied to \`${t}\`, expected one of:
|
|
451
451
|
- horizontal
|
|
452
452
|
- vertical
|
|
453
453
|
|
|
454
|
-
Defaulting to \`${
|
|
454
|
+
Defaulting to \`${k2}\`.`}function gi(e){return Pp.includes(e)}const Fp=S(hi).withConfig({componentId:"sc-ladr1y-0"})(['&[data-orientation="horizontal"]{height:0.0625rem;width:100%;}&[data-orientation="vertical"]{height:100%;width:0.0625rem;}',""],({theme:e,size:t,orientation:o})=>`
|
|
455
455
|
background: ${e.click.separator.color.stroke.default};
|
|
456
|
-
margin: ${
|
|
457
|
-
`),
|
|
456
|
+
margin: ${o==="horizontal"?`${e.click.separator.horizontal.space.y[t]} ${e.click.separator.horizontal.space.x.all}`:`${e.click.separator.vertical.space.y.all} ${e.click.separator.vertical.space.x[t]}`}
|
|
457
|
+
`),vi=({orientation:e="horizontal",...t})=>n.jsx(Fp,{orientation:e,...t}),y2=()=>{const e=l.useContext(pi);if(!e)throw new Error("Context used outside of its Provider!");return e},Vp=S(m5).withConfig({componentId:"sc-skjelm-0"})(["width:100%;"]),Tp=S(x5).withConfig({componentId:"sc-skjelm-1"})(["width:100%;display:flex;align-items:center;justify-content:space-between;align-items:center;cursor:pointer;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}",""],({theme:e,$error:t})=>`
|
|
458
458
|
border-radius: ${e.click.field.radii.all};
|
|
459
459
|
padding: ${e.click.field.space.y} ${e.click.field.space.x};
|
|
460
460
|
gap: ${e.click.field.space.gap};
|
|
@@ -495,13 +495,13 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
495
495
|
background: ${e.click.field.color.background.disabled};
|
|
496
496
|
color: ${e.click.field.color.text.disabled};
|
|
497
497
|
}
|
|
498
|
-
`),
|
|
498
|
+
`),Zp=S(k5).withConfig({componentId:"sc-skjelm-2"})(["width:var(--radix-popover-trigger-width);max-height:var(--radix-popover-content-available-height);border-radius:0.25rem;"," overflow:hidden;display:flex;padding:0.5rem 0rem;align-items:flex-start;gap:0.625rem;[cmdk-root]{width:100%;}"],({theme:e})=>`
|
|
499
499
|
border: 1px solid ${e.click.genericMenu.item.color.stroke.default};
|
|
500
500
|
background: ${e.click.genericMenu.item.color.background.default};
|
|
501
501
|
box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
|
|
502
502
|
0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
|
503
503
|
border-radius: 0.25rem;
|
|
504
|
-
`),
|
|
504
|
+
`),Ap=S.div.withConfig({componentId:"sc-skjelm-3"})(["width:100%;display:grid;grid-template-columns:1fr auto;"," ",""],({theme:e})=>`
|
|
505
505
|
border-bottom: 1px solid ${e.click.genericMenu.button.color.stroke.default};
|
|
506
506
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
507
507
|
color: ${e.click.genericMenu.autocomplete.color.searchTerm.default};
|
|
@@ -510,7 +510,7 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
510
510
|
border: none;
|
|
511
511
|
height: 0;
|
|
512
512
|
padding:0;
|
|
513
|
-
`),
|
|
513
|
+
`),Dp=S(U1.Input).withConfig({componentId:"sc-skjelm-4"})(["background:transparent;border:none;width:100%;outline:none;",""],({theme:e,$showSearch:t})=>`
|
|
514
514
|
min-height: ${t?"21px":"0"};
|
|
515
515
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
516
516
|
font: ${e.click.genericMenu.item.typography.label};
|
|
@@ -525,7 +525,7 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
525
525
|
height: 0;
|
|
526
526
|
opacity: 0;
|
|
527
527
|
`}
|
|
528
|
-
`)
|
|
528
|
+
`),Np=S.button.withConfig({componentId:"sc-skjelm-5"})(["background:transparent;border:none;padding:0;outline:none;cursor:pointer;color:inherit;"]),Bp=S.button.withConfig({componentId:"sc-skjelm-6"})(["border:none;display:flex;justify-content:flex-start;width:100%;",""],({theme:e,$clickable:t})=>`
|
|
529
529
|
font: ${e.click.genericMenu.button.typography.label.default}
|
|
530
530
|
padding: ${e.click.genericMenu.button.space.y} ${e.click.genericMenu.item.space.x};
|
|
531
531
|
background: ${e.click.genericMenu.button.color.background.default};
|
|
@@ -534,7 +534,7 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
534
534
|
font: ${e.click.genericMenu.button.typography.label.hover};
|
|
535
535
|
}
|
|
536
536
|
cursor: ${t?"pointer":"default"}
|
|
537
|
-
`),
|
|
537
|
+
`),Rp=({open:e,id:t,placeholder:o,disabled:r,children:i,hasError:a,showSearch:c=!1})=>{const{valueNode:s,popperOpen:d,onOpenChange:u}=y2(),f=l.useRef(null),[p,h]=l.useState(""),g=()=>{var v;(v=f.current)==null||v.focus()},C=()=>{h("")};return n.jsxs(Vp,{open:e??d,onOpenChange:u,children:[n.jsxs(Tp,{id:t,$error:a,disabled:r,children:[s??o,n.jsx(ne,{name:"sort",size:"sm"})]}),n.jsx(w5,{children:n.jsx(Zp,{sideOffset:5,onFocus:g,children:n.jsxs(U1,{onValueChange:h,loop:!0,children:[n.jsxs(Ap,{$showSearch:c,children:[n.jsx(Dp,{ref:f,value:p,onValueChange:h,$showSearch:c,"data-testid":"select-search-input"}),p.length>0&&n.jsx(Np,{onClick:C,"data-testid":"select-search-close",children:n.jsx(ne,{name:"cross",size:"sm"})})]}),n.jsx(U1.List,{children:i})]})})})]})},Ci=e=>t=>{if(!t)return null;let o=null;return l.Children.forEach(e,r=>{const i=r&&typeof r=="object"&&"props"in r?r.props:null;if((i==null?void 0:i.value)===t){o=r;return}if(i!=null&&i.children){const a=Ci(i.children)(t);if(a){o=a;return}}}),o},Hn=({placeholder:e="Select an option",label:t,children:o,disabled:r,id:i,error:a,value:c,defaultValue:s,onChange:d,open:u,defaultOpen:f,onOpenChange:p,name:h,required:g,isFormControl:C,showSearch:v=!1,...b})=>{const m=l.useId();return n.jsxs(it,{...b,children:[a&&n.jsx(K2,{children:a}),C&&n.jsx("input",{type:"hidden",name:h,required:g}),n.jsx(Hp,{value:c,defaultValue:s,updateValueNode:Ci(o),defaultOpen:f,onOpenChange:p,onChange:d,children:n.jsx(Rp,{hasError:!!a&&typeof a<"u",open:u,id:i??m,placeholder:e,disabled:r,showSearch:v,children:o})}),t&&n.jsx(_1,{htmlFor:i??m,disabled:r,error:!!a&&typeof a<"u",children:t})]})},Up=S(U1.Group).withConfig({componentId:"sc-skjelm-7"})(["display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:var(--radix-popover-trigger-width);padding:0;gap:0.5rem;&[aria-selected]{outline:none;}",";[cmdk-group-heading]{display:flex;width:100%;flex-direction:column;max-width:calc(var(--radix-popover-trigger-width) - 24px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;","}[cmdk-group-items]{width:100%;}&[hidden]{display:none;[cmdk-group-heading]{display:none;}}"],({theme:e})=>`
|
|
538
538
|
font: ${e.click.genericMenu.item.typography.label.default};
|
|
539
539
|
background: ${e.click.genericMenu.item.color.background.default};
|
|
540
540
|
color: ${e.click.genericMenu.item.color.text.default};
|
|
@@ -560,7 +560,7 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
560
560
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
561
561
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
562
562
|
border-bottom: 1px solid ${e.click.genericMenu.item.color.stroke.default};
|
|
563
|
-
`),
|
|
563
|
+
`),bi=l.forwardRef(({children:e,...t},o)=>n.jsx(Up,{...t,ref:o,children:e}));bi.displayName="Select.Group";const Wp=S(U1.Item).withConfig({componentId:"sc-skjelm-8"})(["display:flex;width:100%;align-items:center;cursor:default;max-width:calc(var(--radix-popover-trigger-width) - 24px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&[aria-selected]{outline:none;}",";"],({theme:e})=>`
|
|
564
564
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
565
565
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
566
566
|
font: ${e.click.genericMenu.item.typography.label.default};
|
|
@@ -583,9 +583,9 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
583
583
|
font: ${e.click.genericMenu.item.typography.label.disabled};
|
|
584
584
|
pointer-events: none;
|
|
585
585
|
}
|
|
586
|
-
`),
|
|
587
|
-
No Options found${
|
|
588
|
-
`})})};
|
|
586
|
+
`),mi=l.forwardRef(({children:e,separator:t,onSelect:o,value:r="",...i},a)=>{const{selectedValue:c,onSelect:s}=y2(),d=()=>{s(r),typeof o=="function"&&o(r)};return n.jsxs(n.Fragment,{children:[n.jsx(Wp,{...i,onSelect:d,ref:a,"data-state":c==r?"checked":"unchecked",children:e}),t&&n.jsx(vi,{size:"sm"})]})});mi.displayName="Select.Item",Hn.Group=bi,Hn.Item=mi;const xi=({children:e,onClick:t,...o})=>{const r=typeof t=="function",i=L1(s=>s.search),{onOpenChange:a}=y2(),c=s=>{s.preventDefault(),r&&(t(s),a(!1))};return n.jsx(U1.Empty,{children:n.jsx(Bp,{onClick:c,$clickable:r,...o,children:typeof e=="function"?e({search:i}):`
|
|
587
|
+
No Options found${i.length>0?` for "${i}" `:""}
|
|
588
|
+
`})})};xi.displayName="SelectNoData",Hn.NoData=xi;const zp=S.span.withConfig({componentId:"sc-1cu1l45-0"})(["display:flex;align-items:center;justify-content:flex-start;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;gap:",";"],({theme:e})=>e.click.sidebar.navigation.item.default.space.gap),Gp=S.span.withConfig({componentId:"sc-1cu1l45-1"})(["display:flex;white-space:nowrap;overflow:hidden;justify-content:flex-end;& > *:not(button){overflow:hidden;text-overflow:ellipsis;}"]),Pn=({icon:e,iconDir:t="start",children:o})=>n.jsxs(zp,{children:[e&&t==="start"&&n.jsx(ne,{name:e,size:"sm"}),n.jsx(Gp,{children:o}),e&&t==="end"&&n.jsx(ne,{name:e,size:"sm"})]}),Kp=l.forwardRef(({label:e,level:t=0,icon:o,selected:r,iconDir:i,...a},c)=>n.jsx(wi,{$level:t,"data-selected":r,ref:c,...a,children:n.jsx(Pn,{icon:o,iconDir:i,children:e})})),wi=S.button.withConfig({componentId:"sc-1rz759l-0"})(["display:flex;align-items:center;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;flex-wrap:nowrap;",' a{color:inherit;text-decoration:none;&:active{color:inherit;}}&:hover [data-trigger-icon],[data-open="true"][data-trigger-icon]{visibility:visible;}'],({theme:e,$collapsible:t=!1,$level:o})=>{const r=o===0?"item":"subItem";return`
|
|
589
589
|
padding: ${e.click.sidebar.navigation[r].default.space.y} ${e.click.sidebar.navigation[r].default.space.right} ${e.click.sidebar.navigation[r].default.space.y} ${t?e.click.sidebar.navigation[r].default.space.left:e.click.image.sm.size.width};
|
|
590
590
|
border-radius: ${e.click.sidebar.navigation[r].radii.all};
|
|
591
591
|
font: ${e.click.sidebar.navigation[r].typography.default};
|
|
@@ -615,7 +615,7 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
615
615
|
font: ${e.click.sidebar.navigation[r].mobile.typography.active};
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
|
-
`}),
|
|
618
|
+
`}),L2=l.createContext({open:!1,onOpenChange:()=>null}),Ae=({open:e,onOpenChange:t,children:o,...r})=>{const[i,a]=l.useState(e??!1),c=()=>{a(d=>(typeof t=="function"&&t(!d),!d))};l.useEffect(()=>{a(d=>e??d)},[e]);const s={open:i,onOpenChange:c};return n.jsx("div",{...r,children:n.jsx(L2.Provider,{value:s,children:o})})},qp=S.div.withConfig({componentId:"sc-guwmyz-0"})(["margin-left:",";"],({theme:e,$indicatorDir:t})=>t==="start"?0:e.click.image.sm.size.width),ki=({indicatorDir:e="start",icon:t,iconDir:o,children:r,...i})=>n.jsxs(qp,{$indicatorDir:e,...i,children:[e==="start"&&n.jsx(Ae.Trigger,{}),r&&n.jsx(Pn,{icon:t,iconDir:o,children:r}),e==="end"&&n.jsx(Ae.Trigger,{})]});ki.displayName="CollapsibleHeader",Ae.Header=ki;const Yp=S(Kn).withConfig({componentId:"sc-guwmyz-1"})(['display:flex;align-items:center;font:inherit;color:inherit;cursor:default;[data-trigger-icon]{visibility:hidden;transition:transform 150ms cubic-bezier(0.87,0,0.13,1);&[data-open="true"]{transform:rotate(90deg);}}&:hover{[data-trigger-icon]{visibility:visible;}}']),yi=({onClick:e,children:t,indicatorDir:o="start",icon:r,iconDir:i="start",...a})=>{const{open:c,onOpenChange:s}=l.useContext(L2),d=u=>{u.preventDefault(),u.stopPropagation(),e&&e(u),s()};return n.jsxs(Yp,{onClick:d,$indicatorDir:o,...a,children:[o==="start"&&n.jsx(ne,{"data-trigger-icon":!0,name:"chevron-right","data-open":c.toString(),size:"sm"}),t&&n.jsx(Pn,{icon:r,iconDir:i,children:t}),o==="end"&&n.jsx(ne,{"data-trigger-icon":!0,name:"chevron-right","data-open":c.toString(),size:"sm"})]})};yi.displayName="CollapsibleTrigger",Ae.Trigger=yi;const Xp=S.div.withConfig({componentId:"sc-guwmyz-2"})(["",""],({theme:e,$indicatorDir:t})=>t?`${t==="start"?"margin-left":"margin-right"}: ${e.click.image.sm.size.width}`:""),Li=({indicatorDir:e,...t})=>{const{open:o}=l.useContext(L2);if(o)return n.jsx(Xp,{$indicatorDir:e,...t})};Li.displayName="CollapsibleContent",Ae.Content=Li;const Jp=l.forwardRef(({label:e,children:t,open:o,onOpenChange:r,iconDir:i="start",indicatorDir:a="start",icon:c,level:s=0,selected:d,...u},f)=>{if(e)return n.jsxs(Ae,{open:o,onOpenChange:r,children:[n.jsx(wi,{ref:f,as:Ae.Header,icon:c,iconDir:i,indicatorDir:a,$collapsible:!0,$level:s,"data-selected":d,...u,children:e}),n.jsx(Ae.Content,{indicatorDir:a,children:t})]})}),Qp=({label:e,icon:t,iconDir:o,selected:r,...i})=>n.jsx($i,{"data-selected":r,...i,children:n.jsx(Pn,{icon:t,iconDir:o,children:e})}),$i=S.button.withConfig({componentId:"sc-1rg1a4o-0"})(["display:inline-flex;align-items:center;background:transparent;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;"," a{color:inherit;text-decoration:none;&:active{color:inherit;}}"],({theme:e,$collapsible:t=!1})=>`
|
|
619
619
|
padding: 0;
|
|
620
620
|
padding-left: ${t?0:e.click.image.sm.size.width};
|
|
621
621
|
font: ${e.click.sidebar.navigation.title.typography.default};
|
|
@@ -630,21 +630,21 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
630
630
|
font: ${e.click.sidebar.navigation.title.typography.active};
|
|
631
631
|
color: ${e.click.sidebar.navigation.title.color.active};
|
|
632
632
|
}
|
|
633
|
-
`),
|
|
633
|
+
`),eh=({label:e,children:t,open:o,onOpenChange:r,iconDir:i,icon:a,selected:c,...s})=>{if(e)return n.jsxs(Ae,{open:o,onOpenChange:r,children:[n.jsxs($i,{as:Ae.Trigger,$collapsible:!0,iconDir:i,"data-selected":c,...s,children:[a&&n.jsx(ne,{name:a,size:"sm"}),e]}),n.jsx(Ae.Content,{children:t})]})},th=S.div.withConfig({componentId:"sc-6ga865-0"})(["background:transparent;display:flex;padding:",";"],({theme:e,$size:t="md"})=>`${e.click.spacer.horizontal.space.y[t]} ${e.click.spacer.horizontal.space.x.all}`),Mi=({size:e})=>n.jsx(th,{$size:e}),nh=({type:e="primary",disabled:t,menu:o,dir:r,open:i,defaultOpen:a,onOpenChange:c,modal:s,side:d,...u})=>{const f=l.useRef(null),[p,h]=l.useState(0);return l.useEffect(()=>{const g=f.current;if(!g)return;const C=new ResizeObserver(v=>{for(const b of v)h(b.target.clientWidth)});return C.observe(g),()=>{C.unobserve(g)}},[]),n.jsxs(je,{dir:r,open:i,defaultOpen:a,onOpenChange:c,modal:s,children:[n.jsxs(rh,{$disabled:t,ref:f,$type:e,children:[n.jsx(ih,{disabled:t,$type:e,...u}),n.jsx(ah,{as:je.Trigger,disabled:t,$type:e,asChild:!0,"data-testid":"split-button-dropdown",children:n.jsx("span",{children:n.jsx(ne,{name:"chevron-down"})})})]}),n.jsx(oh,{as:je.Content,side:d,$width:p,align:"end",children:o.map((g,C)=>n.jsx($2,{parentKey:`split-menu-option-${C}`,...g},`split-menu-option-${C}`))})]})},oh=S.div.withConfig({componentId:"sc-85zs9e-0"})(["min-width:","px;background:red;"],({$width:e})=>e),ji=({label:e,icon:t,iconDir:o})=>n.jsxs(n.Fragment,{children:[t&&o==="left"&&n.jsx(ne,{name:t,size:"sm"}),e,t&&o==="right"&&n.jsx(ne,{name:t,size:"sm"})]}),$2=({items:e=[],type:t="item",label:o,icon:r,iconDir:i="left",parentKey:a,...c})=>{if(t==="item")return n.jsx(je.Item,{...c,children:n.jsx(ji,{icon:r,iconDir:i,label:o})});if(t==="group")return n.jsx(je.Group,{children:e.map((s,d)=>n.jsx($2,{parentKey:`${a}-group-${d}`,...s},`${a}-group-${d}`))});if(t==="sub-menu")return n.jsxs(je.Sub,{children:[n.jsx(je.Trigger,{sub:!0,...c,children:n.jsx(ji,{icon:r,iconDir:i,label:o})}),n.jsx(je.Content,{sub:!0,children:e.map((s,d)=>n.jsx($2,{parentKey:`${a}-sub-menu-${d}`,...s},`${a}-sub-menu-${d}`))})]})},rh=S.div.withConfig({componentId:"sc-85zs9e-1"})(["display:inline-flex;align-items:center;overflow:hidden;user-select:none;",""],({theme:e,$disabled:t=!1,$type:o})=>`
|
|
634
634
|
border-radius: ${e.click.button.radii.all};
|
|
635
|
-
border: 1px solid ${e.click.button.split[
|
|
635
|
+
border: 1px solid ${e.click.button.split[o].stroke.default};
|
|
636
636
|
${t?`
|
|
637
637
|
cursor: not-allowed;
|
|
638
|
-
border-color: ${e.click.button.split[
|
|
638
|
+
border-color: ${e.click.button.split[o].stroke.disabled};
|
|
639
639
|
`:`
|
|
640
640
|
&:hover {
|
|
641
|
-
border-color: ${e.click.button.split[
|
|
641
|
+
border-color: ${e.click.button.split[o].stroke.hover};
|
|
642
642
|
}
|
|
643
643
|
&:focus-within {
|
|
644
|
-
border-color: ${e.click.button.split[
|
|
644
|
+
border-color: ${e.click.button.split[o].stroke.active};
|
|
645
645
|
}
|
|
646
646
|
`}
|
|
647
|
-
`),
|
|
647
|
+
`),ih=S(qn).withConfig({componentId:"sc-85zs9e-2"})(["border:none;align-self:stretch;border-radius:0;",""],({theme:e,$type:t})=>`
|
|
648
648
|
background: ${e.click.button.split[t].background.main.default};
|
|
649
649
|
color: ${e.click.button.split[t].text.default};
|
|
650
650
|
&:hover {
|
|
@@ -659,7 +659,7 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
659
659
|
background: ${e.click.button.split[t].background.main.disabled};
|
|
660
660
|
color: ${e.click.button.split[t].text.disabled};
|
|
661
661
|
}
|
|
662
|
-
`),
|
|
662
|
+
`),ah=S(qn).withConfig({componentId:"sc-85zs9e-3"})(["border:none;align-self:stretch;border-radius:0;",""],({theme:e,$type:t})=>`
|
|
663
663
|
padding: ${e.click.button.split.icon.space.y} ${e.click.button.split.icon.space.x};
|
|
664
664
|
background: ${e.click.button.split[t].background.action.default};
|
|
665
665
|
color: ${e.click.button.split[t].text.default};
|
|
@@ -675,12 +675,44 @@ Defaulting to \`${yr}\`.`}function dl(e){return u4.includes(e)}const h4=L(sl).wi
|
|
|
675
675
|
background: ${e.click.button.split[t].background.action.disabled};
|
|
676
676
|
color: ${e.click.button.split[t].text.disabled};
|
|
677
677
|
}
|
|
678
|
-
`),wl="Switch",[U4,Xm]=ce(wl),[B4,V4]=U4(wl),R4=l.forwardRef((e,t)=>{const{__scopeSwitch:n,name:r,checked:a,defaultChecked:i,required:s,disabled:c,value:d="on",onCheckedChange:f,...p}=e,[u,v]=l.useState(null),b=oe(t,$=>v($)),g=l.useRef(!1),h=u?!!u.closest("form"):!0,[x=!1,k]=pe({prop:a,defaultProp:i,onChange:f});return l.createElement(B4,{scope:n,checked:x,disabled:c},l.createElement(q.button,M({type:"button",role:"switch","aria-checked":x,"aria-required":s,"data-state":yl(x),"data-disabled":c?"":void 0,disabled:c,value:d},p,{ref:b,onClick:F(e.onClick,$=>{k(y=>!y),h&&(g.current=$.isPropagationStopped(),g.current||$.stopPropagation())})})),h&&l.createElement(G4,{control:u,bubbles:!g.current,name:r,value:d,checked:x,required:s,disabled:c,style:{transform:"translateX(-100%)"}}))}),W4="SwitchThumb",z4=l.forwardRef((e,t)=>{const{__scopeSwitch:n,...r}=e,a=V4(W4,n);return l.createElement(q.span,M({"data-state":yl(a.checked),"data-disabled":a.disabled?"":void 0},r,{ref:t}))}),G4=e=>{const{control:t,checked:n,bubbles:r=!0,...a}=e,i=l.useRef(null),s=er(n),c=gn(t);return l.useEffect(()=>{const d=i.current,f=window.HTMLInputElement.prototype,u=Object.getOwnPropertyDescriptor(f,"checked").set;if(s!==n&&u){const v=new Event("click",{bubbles:r});u.call(d,n),d.dispatchEvent(v)}},[s,n,r]),l.createElement("input",M({type:"checkbox","aria-hidden":!0,defaultChecked:n},a,{tabIndex:-1,ref:i,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function yl(e){return e?"checked":"unchecked"}const K4=R4,q4=z4,Y4=l.forwardRef(({checked:e,disabled:t,...n},r)=>o.jsx(Q4,{ref:r,disabled:t,checked:e,...n,children:o.jsx(e8,{$checked:e})})),X4=(e,t,n)=>{const r={};return t?{...r,backgroundColor:e.click.switch.color.background.disabled,border:`1px solid ${e.click.switch.color.stroke.disabled}`}:n?{...r,backgroundColor:e.click.switch.color.background.active,border:`1px solid ${e.click.switch.color.stroke.active}`}:{...r,backgroundColor:e.click.switch.color.background.default,border:`1px solid ${e.click.switch.color.stroke.default}`}},J4=(e,t,n)=>{const r={};return t?{...r,backgroundColor:e.click.switch.color.indicator.disabled}:n?{...r,backgroundColor:e.click.switch.color.indicator.active}:{...r,backgroundColor:e.click.switch.color.indicator.default}},Q4=L(K4).withConfig({componentId:"sc-egkkgl-0"})(e=>{const t=X4(e.theme,e.disabled,e.checked);return{width:e.theme.click.switch.size.width,height:e.theme.click.switch.size.height,backgroundColor:t.backgroundColor,border:t.border,borderRadius:e.theme.click.switch.radii.all,position:"relative",padding:0}}),e8=L(q4).withConfig({componentId:"sc-egkkgl-1"})(e=>({display:"block",width:"12px",height:"12px",backgroundColor:J4(e.theme,e.$disabled,e.$checked).backgroundColor,borderRadius:e.theme.click.switch.radii.all,transition:"transform 100ms",transform:e.$checked?"translateX(15px)":"translateX(2px)",willChange:"transform"})),Cl="Tabs",[t8,Jm]=ce(Cl,[lt]),Ml=lt(),[n8,Lr]=t8(Cl),o8=l.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,onValueChange:a,defaultValue:i,orientation:s="horizontal",dir:c,activationMode:d="automatic",...f}=e,p=Ot(c),[u,v]=pe({prop:r,onChange:a,defaultProp:i});return l.createElement(n8,{scope:n,baseId:Me(),value:u,onValueChange:v,orientation:s,dir:p,activationMode:d},l.createElement(q.div,M({dir:p,"data-orientation":s},f,{ref:t})))}),r8="TabsList",a8=l.forwardRef((e,t)=>{const{__scopeTabs:n,loop:r=!0,...a}=e,i=Lr(r8,n),s=Ml(n);return l.createElement(Eo,M({asChild:!0},s,{orientation:i.orientation,dir:i.dir,loop:r}),l.createElement(q.div,M({role:"tablist","aria-orientation":i.orientation},a,{ref:t})))}),i8="TabsTrigger",l8=l.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,disabled:a=!1,...i}=e,s=Lr(i8,n),c=Ml(n),d=Sl(s.baseId,r),f=Ll(s.baseId,r),p=r===s.value;return l.createElement(Oo,M({asChild:!0},c,{focusable:!a,active:p}),l.createElement(q.button,M({type:"button",role:"tab","aria-selected":p,"aria-controls":f,"data-state":p?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:d},i,{ref:t,onMouseDown:F(e.onMouseDown,u=>{!a&&u.button===0&&u.ctrlKey===!1?s.onValueChange(r):u.preventDefault()}),onKeyDown:F(e.onKeyDown,u=>{[" ","Enter"].includes(u.key)&&s.onValueChange(r)}),onFocus:F(e.onFocus,()=>{const u=s.activationMode!=="manual";!p&&!a&&u&&s.onValueChange(r)})})))}),c8="TabsContent",s8=l.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,forceMount:a,children:i,...s}=e,c=Lr(c8,n),d=Sl(c.baseId,r),f=Ll(c.baseId,r),p=r===c.value,u=l.useRef(p);return l.useEffect(()=>{const v=requestAnimationFrame(()=>u.current=!1);return()=>cancelAnimationFrame(v)},[]),l.createElement(he,{present:a||p},({present:v})=>l.createElement(q.div,M({"data-state":p?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":d,hidden:!v,id:f,tabIndex:0},s,{ref:t,style:{...e.style,animationDuration:u.current?"0s":void 0}}),v&&i))});function Sl(e,t){return`${e}-trigger-${t}`}function Ll(e,t){return`${e}-content-${t}`}const d8=o8,f8=a8,u8=l8,p8=s8,h8=L(u8).withConfig({componentId:"sc-tj736u-0"})(["border:none;padding:",";border-top-left-radius:",";border-top-right-radius:",";border-bottom:",";background-color:",";color:",";font:",';cursor:pointer;&[data-state="active"]{border-bottom:',";background-color:",";color:",";font:",";}&:hover{border-bottom:",";background-color:",";color:",";font:",';}&:hover[data-state="active"]{border-bottom:',";}"],e=>`${e.theme.click.tabs.space.y} ${e.theme.click.tabs.space.x}`,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.basic.stroke.default,e=>e.theme.click.tabs.basic.color.background.default,e=>e.theme.click.tabs.basic.color.text.default,e=>e.theme.click.tabs.typography.label.default,e=>e.theme.click.tabs.basic.stroke.active,e=>e.theme.click.tabs.basic.color.background.active,e=>e.theme.click.tabs.basic.color.text.active,e=>e.theme.click.tabs.typography.label.active,e=>e.theme.click.tabs.basic.stroke.hover,e=>e.theme.click.tabs.basic.color.background.hover,e=>e.theme.click.tabs.basic.color.text.hover,e=>e.theme.click.tabs.typography.label.hover,e=>e.theme.click.tabs.basic.stroke.active),v8=L(p8).withConfig({componentId:"sc-tj736u-1"})([""]),b8=L(f8).withConfig({componentId:"sc-tj736u-2"})(["border-bottom:",";"],e=>e.theme.click.tabs.basic.stroke.global),qn=({defaultValue:e,children:t,ariaLabel:n,onValueChange:r,...a})=>o.jsx(d8,{"aria-label":n,defaultValue:e,onValueChange:r,...a,children:t});qn.TriggersList=b8,qn.Trigger=h8,qn.Content=v8;const g8=l.forwardRef(({clear:e,type:t,disabled:n,label:r,error:a,id:i,loading:s,value:c="",onChange:d,...f},p)=>{const u=l.useRef(null),v=l.useId(),b=h=>{d(h.target.value,h)},g=()=>{d("")};return o.jsxs(Nn,{disabled:n,id:i??v,label:r,error:a,children:[o.jsx(Zn,{ref:ji([u,p]),type:t,id:i??v,disabled:n,value:c,onChange:b,...f}),e&&o.jsx(rr,{disabled:n,onClick:g,$show:c.length>0,children:o.jsx(K,{name:"cross",size:"sm"})}),s&&o.jsx(K,{name:"loading-animated",size:"sm"})]})}),m8=l.forwardRef((e,t)=>l.createElement(q.span,M({},e,{ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}))),[Yn,ex]=ce("Tooltip",[Ae]),Xn=Ae(),x8="TooltipProvider",k8=700,jr="tooltip.open",[$8,Er]=Yn(x8),w8=e=>{const{__scopeTooltip:t,delayDuration:n=k8,skipDelayDuration:r=300,disableHoverableContent:a=!1,children:i}=e,[s,c]=l.useState(!0),d=l.useRef(!1),f=l.useRef(0);return l.useEffect(()=>{const p=f.current;return()=>window.clearTimeout(p)},[]),l.createElement($8,{scope:t,isOpenDelayed:s,delayDuration:n,onOpen:l.useCallback(()=>{window.clearTimeout(f.current),c(!1)},[]),onClose:l.useCallback(()=>{window.clearTimeout(f.current),f.current=window.setTimeout(()=>c(!0),r)},[r]),isPointerInTransitRef:d,onPointerInTransitChange:l.useCallback(p=>{d.current=p},[]),disableHoverableContent:a},i)},Or="Tooltip",[y8,Jt]=Yn(Or),C8=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:a=!1,onOpenChange:i,disableHoverableContent:s,delayDuration:c}=e,d=Er(Or,e.__scopeTooltip),f=Xn(t),[p,u]=l.useState(null),v=Me(),b=l.useRef(0),g=s??d.disableHoverableContent,h=c??d.delayDuration,x=l.useRef(!1),[k=!1,$]=pe({prop:r,defaultProp:a,onChange:_=>{_?(d.onOpen(),document.dispatchEvent(new CustomEvent(jr))):d.onClose(),i==null||i(_)}}),y=l.useMemo(()=>k?x.current?"delayed-open":"instant-open":"closed",[k]),C=l.useCallback(()=>{window.clearTimeout(b.current),x.current=!1,$(!0)},[$]),j=l.useCallback(()=>{window.clearTimeout(b.current),$(!1)},[$]),O=l.useCallback(()=>{window.clearTimeout(b.current),b.current=window.setTimeout(()=>{x.current=!0,$(!0)},h)},[h,$]);return l.useEffect(()=>()=>window.clearTimeout(b.current),[]),l.createElement(Ft,f,l.createElement(y8,{scope:t,contentId:v,open:k,stateAttribute:y,trigger:p,onTriggerChange:u,onTriggerEnter:l.useCallback(()=>{d.isOpenDelayed?O():C()},[d.isOpenDelayed,O,C]),onTriggerLeave:l.useCallback(()=>{g?j():window.clearTimeout(b.current)},[j,g]),onOpen:C,onClose:j,disableHoverableContent:g},n))},jl="TooltipTrigger",M8=l.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,a=Jt(jl,n),i=Er(jl,n),s=Xn(n),c=l.useRef(null),d=oe(t,c,a.onTriggerChange),f=l.useRef(!1),p=l.useRef(!1),u=l.useCallback(()=>f.current=!1,[]);return l.useEffect(()=>()=>document.removeEventListener("pointerup",u),[u]),l.createElement(Tt,M({asChild:!0},s),l.createElement(q.button,M({"aria-describedby":a.open?a.contentId:void 0,"data-state":a.stateAttribute},r,{ref:d,onPointerMove:F(e.onPointerMove,v=>{v.pointerType!=="touch"&&!p.current&&!i.isPointerInTransitRef.current&&(a.onTriggerEnter(),p.current=!0)}),onPointerLeave:F(e.onPointerLeave,()=>{a.onTriggerLeave(),p.current=!1}),onPointerDown:F(e.onPointerDown,()=>{f.current=!0,document.addEventListener("pointerup",u,{once:!0})}),onFocus:F(e.onFocus,()=>{f.current||a.onOpen()}),onBlur:F(e.onBlur,a.onClose),onClick:F(e.onClick,a.onClose)})))}),El="TooltipPortal",[S8,L8]=Yn(El,{forceMount:void 0}),j8=e=>{const{__scopeTooltip:t,forceMount:n,children:r,container:a}=e,i=Jt(El,t);return l.createElement(S8,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(kn,{asChild:!0,container:a},r)))},Qt="TooltipContent",E8=l.forwardRef((e,t)=>{const n=L8(Qt,e.__scopeTooltip),{forceMount:r=n.forceMount,side:a="top",...i}=e,s=Jt(Qt,e.__scopeTooltip);return l.createElement(he,{present:r||s.open},s.disableHoverableContent?l.createElement(Ol,M({side:a},i,{ref:t})):l.createElement(O8,M({side:a},i,{ref:t})))}),O8=l.forwardRef((e,t)=>{const n=Jt(Qt,e.__scopeTooltip),r=Er(Qt,e.__scopeTooltip),a=l.useRef(null),i=oe(t,a),[s,c]=l.useState(null),{trigger:d,onClose:f}=n,p=a.current,{onPointerInTransitChange:u}=r,v=l.useCallback(()=>{c(null),u(!1)},[u]),b=l.useCallback((g,h)=>{const x=g.currentTarget,k={x:g.clientX,y:g.clientY},$=T8(k,x.getBoundingClientRect()),y=H8(k,$),C=D8(h.getBoundingClientRect()),j=N8([...y,...C]);c(j),u(!0)},[u]);return l.useEffect(()=>()=>v(),[v]),l.useEffect(()=>{if(d&&p){const g=x=>b(x,p),h=x=>b(x,d);return d.addEventListener("pointerleave",g),p.addEventListener("pointerleave",h),()=>{d.removeEventListener("pointerleave",g),p.removeEventListener("pointerleave",h)}}},[d,p,b,v]),l.useEffect(()=>{if(s){const g=h=>{const x=h.target,k={x:h.clientX,y:h.clientY},$=(d==null?void 0:d.contains(x))||(p==null?void 0:p.contains(x)),y=!A8(k,s);$?v():y&&(v(),f())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[d,p,s,f,v]),l.createElement(Ol,M({},e,{ref:i}))}),[_8,P8]=Yn(Or,{isInside:!1}),Ol=l.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":a,onEscapeKeyDown:i,onPointerDownOutside:s,...c}=e,d=Jt(Qt,n),f=Xn(n),{onClose:p}=d;return l.useEffect(()=>(document.addEventListener(jr,p),()=>document.removeEventListener(jr,p)),[p]),l.useEffect(()=>{if(d.trigger){const u=v=>{const b=v.target;b!=null&&b.contains(d.trigger)&&p()};return window.addEventListener("scroll",u,{capture:!0}),()=>window.removeEventListener("scroll",u,{capture:!0})}},[d.trigger,p]),l.createElement(ln,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:s,onFocusOutside:u=>u.preventDefault(),onDismiss:p},l.createElement(mn,M({"data-state":d.stateAttribute},f,c,{ref:t,style:{...c.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}}),l.createElement(Qr,null,r),l.createElement(_8,{scope:n,isInside:!0},l.createElement(m8,{id:d.contentId,role:"tooltip"},a||r))))}),I8="TooltipArrow",F8=l.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,a=Xn(n);return P8(I8,n).isInside?null:l.createElement(xn,M({},a,r,{ref:t}))});function T8(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),a=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(n,r,a,i)){case i:return"left";case a:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function H8(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function D8(e){const{top:t,right:n,bottom:r,left:a}=e;return[{x:a,y:t},{x:n,y:t},{x:n,y:r},{x:a,y:r}]}function A8(e,t){const{x:n,y:r}=e;let a=!1;for(let i=0,s=t.length-1;i<t.length;s=i++){const c=t[i].x,d=t[i].y,f=t[s].x,p=t[s].y;d>r!=p>r&&n<(f-c)*(r-d)/(p-d)+c&&(a=!a)}return a}function N8(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),Z8(t)}function Z8(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const a=e[r];for(;t.length>=2;){const i=t[t.length-1],s=t[t.length-2];if((i.x-s.x)*(a.y-s.y)>=(i.y-s.y)*(a.x-s.x))t.pop();else break}t.push(a)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const a=e[r];for(;n.length>=2;){const i=n[n.length-1],s=n[n.length-2];if((i.x-s.x)*(a.y-s.y)>=(i.y-s.y)*(a.x-s.x))n.pop();else break}n.push(a)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}const U8=w8,B8=C8,V8=M8,R8=j8,W8=E8,z8=F8,G8=({children:e,...t})=>o.jsx(U8,{...t,children:e}),_r=({children:e,...t})=>o.jsx(B8,{...t,children:e}),K8=L(V8).withConfig({componentId:"sc-ymqkp1-0"})(["width:fit-content;"]),_l=e=>o.jsx(K8,{asChild:!0,...e});_l.displayName="TooltipTrigger",_r.Trigger=_l;const q8=L(W8).withConfig({componentId:"sc-ymqkp1-1"})(["display:flex;align-items:flex-start;",""],({theme:e})=>`
|
|
678
|
+
`),Si="Switch",[sh,Vy]=xe(Si),[lh,ch]=sh(Si),dh=l.forwardRef((e,t)=>{const{__scopeSwitch:o,name:r,checked:i,defaultChecked:a,required:c,disabled:s,value:d="on",onCheckedChange:u,...f}=e,[p,h]=l.useState(null),g=he(t,w=>h(w)),C=l.useRef(!1),v=p?!!p.closest("form"):!0,[b=!1,m]=$e({prop:i,defaultProp:a,onChange:u});return l.createElement(lh,{scope:o,checked:b,disabled:s},l.createElement(re.button,E({type:"button",role:"switch","aria-checked":b,"aria-required":c,"data-state":_i(b),"data-disabled":s?"":void 0,disabled:s,value:d},f,{ref:g,onClick:T(e.onClick,w=>{m(y=>!y),v&&(C.current=w.isPropagationStopped(),C.current||w.stopPropagation())})})),v&&l.createElement(ph,{control:p,bubbles:!C.current,name:r,value:d,checked:b,required:c,disabled:s,style:{transform:"translateX(-100%)"}}))}),uh="SwitchThumb",fh=l.forwardRef((e,t)=>{const{__scopeSwitch:o,...r}=e,i=ch(uh,o);return l.createElement(re.span,E({"data-state":_i(i.checked),"data-disabled":i.disabled?"":void 0},r,{ref:t}))}),ph=e=>{const{control:t,checked:o,bubbles:r=!0,...i}=e,a=l.useRef(null),c=Ao(o),s=Yt(t);return l.useEffect(()=>{const d=a.current,u=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(u,"checked").set;if(c!==o&&p){const h=new Event("click",{bubbles:r});p.call(d,o),d.dispatchEvent(h)}},[c,o,r]),l.createElement("input",E({type:"checkbox","aria-hidden":!0,defaultChecked:o},i,{tabIndex:-1,ref:a,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function _i(e){return e?"checked":"unchecked"}const hh=dh,gh=fh,vh=S(it).withConfig({componentId:"sc-egkkgl-0"})(["max-width:fit-content;"]),Ch=l.forwardRef(({checked:e,disabled:t,orientation:o,dir:r,label:i,id:a,...c},s)=>{const d=l.useId();return n.jsxs(vh,{$orientation:o,$dir:r,children:[n.jsx(xh,{ref:s,id:a??d,disabled:t,checked:e,...c,children:n.jsx(wh,{$checked:e})}),i&&n.jsx(_1,{htmlFor:a??d,disabled:t,children:i})]})}),bh=(e,t,o)=>{const r={};return t?{...r,backgroundColor:e.click.switch.color.background.disabled,border:`1px solid ${e.click.switch.color.stroke.disabled}`}:o?{...r,backgroundColor:e.click.switch.color.background.active,border:`1px solid ${e.click.switch.color.stroke.active}`}:{...r,backgroundColor:e.click.switch.color.background.default,border:`1px solid ${e.click.switch.color.stroke.default}`}},mh=(e,t,o)=>{const r={};return t?{...r,backgroundColor:e.click.switch.color.indicator.disabled}:o?{...r,backgroundColor:e.click.switch.color.indicator.active}:{...r,backgroundColor:e.click.switch.color.indicator.default}},xh=S(hh).withConfig({componentId:"sc-egkkgl-1"})(e=>{const t=bh(e.theme,e.disabled,e.checked);return{width:e.theme.click.switch.size.width,height:e.theme.click.switch.size.height,backgroundColor:t.backgroundColor,border:t.border,borderRadius:e.theme.click.switch.radii.all,position:"relative",padding:0}}),wh=S(gh).withConfig({componentId:"sc-egkkgl-2"})(e=>({display:"block",width:"12px",height:"12px",backgroundColor:mh(e.theme,e.$disabled,e.$checked).backgroundColor,borderRadius:e.theme.click.switch.radii.all,transition:"transform 100ms",transform:e.$checked?"translateX(15px)":"translateX(2px)",willChange:"transform"})),Ei="Tabs",[kh,Ty]=xe(Ei,[F1]),Oi=F1(),[yh,M2]=kh(Ei),Lh=l.forwardRef((e,t)=>{const{__scopeTabs:o,value:r,onValueChange:i,defaultValue:a,orientation:c="horizontal",dir:s,activationMode:d="automatic",...u}=e,f=st(s),[p,h]=$e({prop:r,onChange:i,defaultProp:a});return l.createElement(yh,{scope:o,baseId:De(),value:p,onValueChange:h,orientation:c,dir:f,activationMode:d},l.createElement(re.div,E({dir:f,"data-orientation":c},u,{ref:t})))}),$h="TabsList",Mh=l.forwardRef((e,t)=>{const{__scopeTabs:o,loop:r=!0,...i}=e,a=M2($h,o),c=Oi(o);return l.createElement(go,E({asChild:!0},c,{orientation:a.orientation,dir:a.dir,loop:r}),l.createElement(re.div,E({role:"tablist","aria-orientation":a.orientation},i,{ref:t})))}),jh="TabsTrigger",Sh=l.forwardRef((e,t)=>{const{__scopeTabs:o,value:r,disabled:i=!1,...a}=e,c=M2(jh,o),s=Oi(o),d=Hi(c.baseId,r),u=Pi(c.baseId,r),f=r===c.value;return l.createElement(vo,E({asChild:!0},s,{focusable:!i,active:f}),l.createElement(re.button,E({type:"button",role:"tab","aria-selected":f,"aria-controls":u,"data-state":f?"active":"inactive","data-disabled":i?"":void 0,disabled:i,id:d},a,{ref:t,onMouseDown:T(e.onMouseDown,p=>{!i&&p.button===0&&p.ctrlKey===!1?c.onValueChange(r):p.preventDefault()}),onKeyDown:T(e.onKeyDown,p=>{[" ","Enter"].includes(p.key)&&c.onValueChange(r)}),onFocus:T(e.onFocus,()=>{const p=c.activationMode!=="manual";!f&&!i&&p&&c.onValueChange(r)})})))}),_h="TabsContent",Eh=l.forwardRef((e,t)=>{const{__scopeTabs:o,value:r,forceMount:i,children:a,...c}=e,s=M2(_h,o),d=Hi(s.baseId,r),u=Pi(s.baseId,r),f=r===s.value,p=l.useRef(f);return l.useEffect(()=>{const h=requestAnimationFrame(()=>p.current=!1);return()=>cancelAnimationFrame(h)},[]),l.createElement(Me,{present:i||f},({present:h})=>l.createElement(re.div,E({"data-state":f?"active":"inactive","data-orientation":s.orientation,role:"tabpanel","aria-labelledby":d,hidden:!h,id:u,tabIndex:0},c,{ref:t,style:{...e.style,animationDuration:p.current?"0s":void 0}}),h&&a))});function Hi(e,t){return`${e}-trigger-${t}`}function Pi(e,t){return`${e}-content-${t}`}const Oh=Lh,Hh=Mh,Ph=Sh,Ih=Eh,Fh=S(Ph).withConfig({componentId:"sc-tj736u-0"})(["border:none;padding:",";border-top-left-radius:",";border-top-right-radius:",";border-bottom:",";background-color:",";color:",";font:",';cursor:pointer;&[data-state="active"]{border-bottom:',";background-color:",";color:",";font:",";}&:hover{border-bottom:",";background-color:",";color:",";font:",';}&:hover[data-state="active"]{border-bottom:',";}"],e=>`${e.theme.click.tabs.space.y} ${e.theme.click.tabs.space.x}`,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.basic.stroke.default,e=>e.theme.click.tabs.basic.color.background.default,e=>e.theme.click.tabs.basic.color.text.default,e=>e.theme.click.tabs.typography.label.default,e=>e.theme.click.tabs.basic.stroke.active,e=>e.theme.click.tabs.basic.color.background.active,e=>e.theme.click.tabs.basic.color.text.active,e=>e.theme.click.tabs.typography.label.active,e=>e.theme.click.tabs.basic.stroke.hover,e=>e.theme.click.tabs.basic.color.background.hover,e=>e.theme.click.tabs.basic.color.text.hover,e=>e.theme.click.tabs.typography.label.hover,e=>e.theme.click.tabs.basic.stroke.active),Vh=S(Ih).withConfig({componentId:"sc-tj736u-1"})([""]),Th=S(Hh).withConfig({componentId:"sc-tj736u-2"})(["border-bottom:",";"],e=>e.theme.click.tabs.basic.stroke.global),In=({defaultValue:e,children:t,ariaLabel:o,onValueChange:r,...i})=>n.jsx(Oh,{"aria-label":o,defaultValue:e,onValueChange:r,...i,children:t});In.TriggersList=Th,In.Trigger=Fh,In.Content=Vh;const Zh=S.div.withConfig({componentId:"sc-137ymle-0"})(["display:flex;position:relative;overflow:auto;overscroll-behavior:none;scrollbar-width:0;&::-webkit-scrollbar{height:0;}"]),Ah=S.div.withConfig({componentId:"sc-137ymle-1"})(["width:fit-content;position:absolute;visibility:hidden;left:0;top:0;z-index:-1;"]),Ii=l.createContext({selected:void 0,list:[],updateOrder:()=>null,dragElementContainer:{current:null},onSelect:()=>null,onClose:()=>null}),Dh=()=>{const e=l.useContext(Ii);if(!e)throw new Error("Context used outside of its Provider!");return e},j2=e=>l.Children.map(e,t=>t.props.value),Fi=({selected:e,children:t,onReorderTab:o,onMouseLeave:r,onClose:i,onSelect:a,...c})=>{const s=l.useRef(null),d=l.useRef(null),[u,f]=l.useState(j2(t));l.useEffect(()=>{f(j2(t))},[t]);const p=k=>{if(s.current){const{value:M}=s.current;f($=>{const O=$.filter(F=>F!==M);return O.splice(k,0,M),O})}},C={dragElementContainer:d,selected:e,list:u,updateOrder:p,onSelect:k=>{const M=u.findIndex($=>$===k);a(k,M)},onClose:k=>{const M=u.findIndex($=>$===k);i(k,M),f($=>($.splice(M,1),[...$]))}},v=k=>{k.preventDefault(),s.current&&(f(j2(t)),s.current=null),d.current&&(d.current.innerHTML="")},b=()=>{if(s.current){const{order:k,value:M}=s.current;s.current=null;const $=u.findIndex(O=>O===M);o({sourcePosition:k,destinationPosition:$,sourceValue:M})}},m=k=>{const M=+k.dataTransfer.getData("order"),$=k.dataTransfer.getData("value");s.current={order:M,value:$}},w=k=>{k.currentTarget.scrollLeft+=k.deltaY},y=k=>{p(l.Children.count(t)),typeof r=="function"&&r(k)};return n.jsx(Ii.Provider,{value:C,children:n.jsxs(Zh,{onDragStart:m,onDragEnd:v,onDragLeave:y,onDrop:b,onWheel:w,onScroll:k=>{k.preventDefault(),k.stopPropagation()},...c,children:[n.jsx(Ah,{ref:d}),t]})})},Nh=S.div.withConfig({componentId:"sc-137ymle-2"})(["display:grid;justify-content:flex-start;align-items:center;outline:none;min-width:100px;width:clamp(100px,100%,200px);border:none;",' [data-type="close"]{display:none;}[data-indicator]{display:block;}&:hover{[data-type="close"]{display:block;}[data-indicator]{display:none;}}'],({theme:e,$active:t,$order:o,$isDragging:r})=>`
|
|
679
|
+
grid-template-columns: 1fr ${e.click.tabs.fileTabs.icon.size.width};
|
|
680
|
+
padding: ${e.click.tabs.fileTabs.space.y} ${e.click.tabs.fileTabs.space.x};
|
|
681
|
+
gap: ${e.click.tabs.fileTabs.space.gap};
|
|
682
|
+
border-radius: ${e.click.tabs.fileTabs.radii.all};
|
|
683
|
+
order: ${o};
|
|
684
|
+
opacity: ${r?0:1};
|
|
685
|
+
border-right: 1px solid ${e.click.tabs.fileTabs.color.stroke.default};
|
|
686
|
+
background: ${e.click.tabs.fileTabs.color.background.default};
|
|
687
|
+
color: ${e.click.tabs.fileTabs.color.text.default};
|
|
688
|
+
font: ${e.click.tabs.fileTabs.typography.label.default};
|
|
689
|
+
svg,
|
|
690
|
+
[data-indicator] {
|
|
691
|
+
height: ${e.click.tabs.fileTabs.icon.size.height};
|
|
692
|
+
width: ${e.click.tabs.fileTabs.icon.size.width};
|
|
693
|
+
}
|
|
694
|
+
${t?`
|
|
695
|
+
background: ${e.click.tabs.fileTabs.color.background.active};
|
|
696
|
+
color: ${e.click.tabs.fileTabs.color.text.active};
|
|
697
|
+
font: ${e.click.tabs.fileTabs.typography.label.active};
|
|
698
|
+
border-right: 1px solid ${e.click.tabs.fileTabs.color.stroke.active};
|
|
699
|
+
`:`
|
|
700
|
+
&:hover {
|
|
701
|
+
background: ${e.click.tabs.fileTabs.color.background.hover};
|
|
702
|
+
color: ${e.click.tabs.fileTabs.color.text.hover};
|
|
703
|
+
font: ${e.click.tabs.fileTabs.typography.label.hover};
|
|
704
|
+
border-right: 1px solid ${e.click.tabs.fileTabs.color.stroke.hover};
|
|
705
|
+
}
|
|
706
|
+
`}
|
|
707
|
+
`),Bh=S.div.withConfig({componentId:"sc-137ymle-3"})(['position:relative;&::after{position:absolute;left:0.25rem;top:0.25rem;content:"";width:0.5rem;height:0.5rem;',"}"],({theme:e,$status:t})=>`
|
|
708
|
+
background: ${t==="default"?"transparent":e.click.alert.color.text[t]};
|
|
709
|
+
border-radius: 50%;
|
|
710
|
+
`),Rh=S.div.withConfig({componentId:"sc-137ymle-4"})(["display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;overflow:hidden;gap:",";"],({theme:e})=>e.click.tabs.fileTabs.space.gap),Uh=S.span.withConfig({componentId:"sc-137ymle-5"})(["display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;"]),Wh=S.button.withConfig({componentId:"sc-137ymle-6"})(["padding:0;"]),Vi=({text:e,value:t,icon:o,onMouseDown:r,status:i="default",testId:a,...c})=>{const[s,d]=l.useState(!1),{selected:u,updateOrder:f,list:p,dragElementContainer:h,onSelect:g,onClose:C}=Dh(),v=p.findIndex($=>$===t)??0,b=$=>{$.currentTarget.scrollIntoView({behavior:"smooth",block:"nearest",inline:"center"}),typeof r=="function"&&r($),g(t)},m=$=>{if(h.current){d(!0),$.dataTransfer.effectAllowed="move";const O=$.currentTarget.cloneNode(!0);O.style.opacity="1",O.style.visibility="visible",h.current.append(O),$.dataTransfer.setDragImage(h.current,0,0),$.dataTransfer.setData("order",v.toString()),$.dataTransfer.setData("value",t)}},w=$=>{$.preventDefault()},y=$=>{f(v),$.currentTarget.scrollIntoView(!1)},k=()=>{d(!1)},M=()=>{C(t)};return n.jsxs(Nh,{tabIndex:v,role:"tab",$active:u===t,$isDragging:s,$order:v,onDragStart:m,onDragOver:w,onDragLeave:$=>{$.preventDefault(),$.stopPropagation()},onDragEnter:y,onDragEnd:k,onMouseDown:b,onDragExit:w,draggable:p.length>1,"data-testid":a?`${a}-${t}`:void 0,...c,children:[n.jsxs(Rh,{children:[typeof o=="string"?n.jsx(ne,{name:o}):o,n.jsx(Uh,{children:e})]}),n.jsx(Wh,{as:at,icon:"cross",onClick:M,"data-type":"close","data-testid":a?`${a}-${t}-close`:void 0}),n.jsx(Bh,{$status:i,"data-indicator":i,"data-testid":a?`${a}-${t}-status`:void 0})]})};Vi.displayName="FileTab",Fi.Tab=Vi;const zh=l.forwardRef(({clear:e,type:t,disabled:o,label:r,error:i,id:a,loading:c,value:s="",onChange:d,orientation:u,dir:f,...p},h)=>{const g=l.useRef(null),C=l.useId(),v=m=>{d(m.target.value,m)},b=()=>{d("")};return n.jsxs(Ln,{disabled:o,id:a??C,label:r,error:i,orientation:u,dir:f,children:[n.jsx($n,{ref:P5([g,h]),type:t,id:a??C,disabled:o,value:s,onChange:v,...p}),e&&n.jsx(o2,{disabled:o,onClick:b,$show:s.length>0,children:n.jsx(ne,{name:"cross",size:"sm"})}),c&&n.jsx(ne,{name:"loading-animated",size:"sm"})]})}),Gh=l.forwardRef((e,t)=>l.createElement(re.span,E({},e,{ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}))),[Fn,Ay]=xe("Tooltip",[o1]),Vn=o1(),Kh="TooltipProvider",qh=700,S2="tooltip.open",[Yh,_2]=Fn(Kh),Xh=e=>{const{__scopeTooltip:t,delayDuration:o=qh,skipDelayDuration:r=300,disableHoverableContent:i=!1,children:a}=e,[c,s]=l.useState(!0),d=l.useRef(!1),u=l.useRef(0);return l.useEffect(()=>{const f=u.current;return()=>window.clearTimeout(f)},[]),l.createElement(Yh,{scope:t,isOpenDelayed:c,delayDuration:o,onOpen:l.useCallback(()=>{window.clearTimeout(u.current),s(!1)},[]),onClose:l.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>s(!0),r)},[r]),isPointerInTransitRef:d,onPointerInTransitChange:l.useCallback(f=>{d.current=f},[]),disableHoverableContent:i},a)},E2="Tooltip",[Jh,Ot]=Fn(E2),Qh=e=>{const{__scopeTooltip:t,children:o,open:r,defaultOpen:i=!1,onOpenChange:a,disableHoverableContent:c,delayDuration:s}=e,d=_2(E2,e.__scopeTooltip),u=Vn(t),[f,p]=l.useState(null),h=De(),g=l.useRef(0),C=c??d.disableHoverableContent,v=s??d.delayDuration,b=l.useRef(!1),[m=!1,w]=$e({prop:r,defaultProp:i,onChange:O=>{O?(d.onOpen(),document.dispatchEvent(new CustomEvent(S2))):d.onClose(),a==null||a(O)}}),y=l.useMemo(()=>m?b.current?"delayed-open":"instant-open":"closed",[m]),k=l.useCallback(()=>{window.clearTimeout(g.current),b.current=!1,w(!0)},[w]),M=l.useCallback(()=>{window.clearTimeout(g.current),w(!1)},[w]),$=l.useCallback(()=>{window.clearTimeout(g.current),g.current=window.setTimeout(()=>{b.current=!0,w(!0)},v)},[v,w]);return l.useEffect(()=>()=>window.clearTimeout(g.current),[]),l.createElement(dt,u,l.createElement(Jh,{scope:t,contentId:h,open:m,stateAttribute:y,trigger:f,onTriggerChange:p,onTriggerEnter:l.useCallback(()=>{d.isOpenDelayed?$():k()},[d.isOpenDelayed,$,k]),onTriggerLeave:l.useCallback(()=>{C?M():window.clearTimeout(g.current)},[M,C]),onOpen:k,onClose:M,disableHoverableContent:C},o))},Ti="TooltipTrigger",eg=l.forwardRef((e,t)=>{const{__scopeTooltip:o,...r}=e,i=Ot(Ti,o),a=_2(Ti,o),c=Vn(o),s=l.useRef(null),d=he(t,s,i.onTriggerChange),u=l.useRef(!1),f=l.useRef(!1),p=l.useCallback(()=>u.current=!1,[]);return l.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),l.createElement(ut,E({asChild:!0},c),l.createElement(re.button,E({"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute},r,{ref:d,onPointerMove:T(e.onPointerMove,h=>{h.pointerType!=="touch"&&!f.current&&!a.isPointerInTransitRef.current&&(i.onTriggerEnter(),f.current=!0)}),onPointerLeave:T(e.onPointerLeave,()=>{i.onTriggerLeave(),f.current=!1}),onPointerDown:T(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:T(e.onFocus,()=>{u.current||i.onOpen()}),onBlur:T(e.onBlur,i.onClose),onClick:T(e.onClick,i.onClose)})))}),Zi="TooltipPortal",[tg,ng]=Fn(Zi,{forceMount:void 0}),og=e=>{const{__scopeTooltip:t,forceMount:o,children:r,container:i}=e,a=Ot(Zi,t);return l.createElement(tg,{scope:t,forceMount:o},l.createElement(Me,{present:o||a.open},l.createElement(Qt,{asChild:!0,container:i},r)))},Ht="TooltipContent",rg=l.forwardRef((e,t)=>{const o=ng(Ht,e.__scopeTooltip),{forceMount:r=o.forceMount,side:i="top",...a}=e,c=Ot(Ht,e.__scopeTooltip);return l.createElement(Me,{present:r||c.open},c.disableHoverableContent?l.createElement(Ai,E({side:i},a,{ref:t})):l.createElement(ig,E({side:i},a,{ref:t})))}),ig=l.forwardRef((e,t)=>{const o=Ot(Ht,e.__scopeTooltip),r=_2(Ht,e.__scopeTooltip),i=l.useRef(null),a=he(t,i),[c,s]=l.useState(null),{trigger:d,onClose:u}=o,f=i.current,{onPointerInTransitChange:p}=r,h=l.useCallback(()=>{s(null),p(!1)},[p]),g=l.useCallback((C,v)=>{const b=C.currentTarget,m={x:C.clientX,y:C.clientY},w=dg(m,b.getBoundingClientRect()),y=ug(m,w),k=fg(v.getBoundingClientRect()),M=hg([...y,...k]);s(M),p(!0)},[p]);return l.useEffect(()=>()=>h(),[h]),l.useEffect(()=>{if(d&&f){const C=b=>g(b,f),v=b=>g(b,d);return d.addEventListener("pointerleave",C),f.addEventListener("pointerleave",v),()=>{d.removeEventListener("pointerleave",C),f.removeEventListener("pointerleave",v)}}},[d,f,g,h]),l.useEffect(()=>{if(c){const C=v=>{const b=v.target,m={x:v.clientX,y:v.clientY},w=(d==null?void 0:d.contains(b))||(f==null?void 0:f.contains(b)),y=!pg(m,c);w?h():y&&(h(),u())};return document.addEventListener("pointermove",C),()=>document.removeEventListener("pointermove",C)}},[d,f,c,u,h]),l.createElement(Ai,E({},e,{ref:a}))}),[ag,sg]=Fn(E2,{isInside:!1}),Ai=l.forwardRef((e,t)=>{const{__scopeTooltip:o,children:r,"aria-label":i,onEscapeKeyDown:a,onPointerDownOutside:c,...s}=e,d=Ot(Ht,o),u=Vn(o),{onClose:f}=d;return l.useEffect(()=>(document.addEventListener(S2,f),()=>document.removeEventListener(S2,f)),[f]),l.useEffect(()=>{if(d.trigger){const p=h=>{const g=h.target;g!=null&&g.contains(d.trigger)&&f()};return window.addEventListener("scroll",p,{capture:!0}),()=>window.removeEventListener("scroll",p,{capture:!0})}},[d.trigger,f]),l.createElement(Dt,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:c,onFocusOutside:p=>p.preventDefault(),onDismiss:f},l.createElement(Xt,E({"data-state":d.stateAttribute},u,s,{ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}}),l.createElement(_r,null,r),l.createElement(ag,{scope:o,isInside:!0},l.createElement(Gh,{id:d.contentId,role:"tooltip"},i||r))))}),lg="TooltipArrow",cg=l.forwardRef((e,t)=>{const{__scopeTooltip:o,...r}=e,i=Vn(o);return sg(lg,o).isInside?null:l.createElement(Jt,E({},i,r,{ref:t}))});function dg(e,t){const o=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),a=Math.abs(t.left-e.x);switch(Math.min(o,r,i,a)){case a:return"left";case i:return"right";case o:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function ug(e,t,o=5){const r=[];switch(t){case"top":r.push({x:e.x-o,y:e.y+o},{x:e.x+o,y:e.y+o});break;case"bottom":r.push({x:e.x-o,y:e.y-o},{x:e.x+o,y:e.y-o});break;case"left":r.push({x:e.x+o,y:e.y-o},{x:e.x+o,y:e.y+o});break;case"right":r.push({x:e.x-o,y:e.y-o},{x:e.x-o,y:e.y+o});break}return r}function fg(e){const{top:t,right:o,bottom:r,left:i}=e;return[{x:i,y:t},{x:o,y:t},{x:o,y:r},{x:i,y:r}]}function pg(e,t){const{x:o,y:r}=e;let i=!1;for(let a=0,c=t.length-1;a<t.length;c=a++){const s=t[a].x,d=t[a].y,u=t[c].x,f=t[c].y;d>r!=f>r&&o<(u-s)*(r-d)/(f-d)+s&&(i=!i)}return i}function hg(e){const t=e.slice();return t.sort((o,r)=>o.x<r.x?-1:o.x>r.x?1:o.y<r.y?-1:o.y>r.y?1:0),gg(t)}function gg(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const i=e[r];for(;t.length>=2;){const a=t[t.length-1],c=t[t.length-2];if((a.x-c.x)*(i.y-c.y)>=(a.y-c.y)*(i.x-c.x))t.pop();else break}t.push(i)}t.pop();const o=[];for(let r=e.length-1;r>=0;r--){const i=e[r];for(;o.length>=2;){const a=o[o.length-1],c=o[o.length-2];if((a.x-c.x)*(i.y-c.y)>=(a.y-c.y)*(i.x-c.x))o.pop();else break}o.push(i)}return o.pop(),t.length===1&&o.length===1&&t[0].x===o[0].x&&t[0].y===o[0].y?t:t.concat(o)}const vg=Xh,Cg=Qh,bg=eg,mg=og,xg=rg,wg=cg,kg=({children:e,...t})=>n.jsx(vg,{...t,children:e}),O2=({children:e,...t})=>n.jsx(Cg,{...t,children:e}),yg=S(bg).withConfig({componentId:"sc-ymqkp1-0"})(["width:fit-content;"]),Di=e=>n.jsx(yg,{asChild:!0,...e});Di.displayName="TooltipTrigger",O2.Trigger=Di;const Lg=S(xg).withConfig({componentId:"sc-ymqkp1-1"})(["display:flex;align-items:flex-start;",""],({theme:e})=>`
|
|
679
711
|
padding: ${e.click.tooltip.space.y} ${e.click.tooltip.space.x};
|
|
680
712
|
color: ${e.click.tooltip.color.label.default};
|
|
681
713
|
background: ${e.click.tooltip.color.background.default};
|
|
682
714
|
border-radius: ${e.click.tooltip.radii.all};
|
|
683
715
|
font: ${e.click.tooltip.typography.label.default};
|
|
684
|
-
`)
|
|
716
|
+
`),$g=S.svg.withConfig({componentId:"sc-ymqkp1-2"})(["",";"],({theme:e})=>`
|
|
685
717
|
fill: ${e.click.tooltip.color.background.default};
|
|
686
|
-
`),Pl=({showArrow:e,children:t,...n})=>o.jsx(R8,{children:o.jsxs(q8,{...n,children:[e&&o.jsx(Y8,{as:z8,width:20,height:8}),t]})});Pl.displayName="TooltipContent",_r.Content=Pl;const X8=L.createGlobalStyle(["body{color:",";background-color:","}"],e=>e.theme.click.global.color.text.default,e=>e.theme.click.global.color.background.default),J8=({theme:e,children:t})=>o.jsxs(L.ThemeProvider,{theme:Pc[e],children:[o.jsx(X8,{}),t]});function Q8(){this.__data__=[],this.size=0}var e3=Q8;function t3(e,t){return e===t||e!==e&&t!==t}var Jn=t3,n3=Jn;function o3(e,t){for(var n=e.length;n--;)if(n3(e[n][0],t))return n;return-1}var Qn=o3,r3=Qn,a3=Array.prototype,i3=a3.splice;function l3(e){var t=this.__data__,n=r3(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():i3.call(t,n,1),--this.size,!0}var c3=l3,s3=Qn;function d3(e){var t=this.__data__,n=s3(t,e);return n<0?void 0:t[n][1]}var f3=d3,u3=Qn;function p3(e){return u3(this.__data__,e)>-1}var h3=p3,v3=Qn;function b3(e,t){var n=this.__data__,r=v3(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var g3=b3,m3=e3,x3=c3,k3=f3,$3=h3,w3=g3;function gt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}gt.prototype.clear=m3,gt.prototype.delete=x3,gt.prototype.get=k3,gt.prototype.has=$3,gt.prototype.set=w3;var eo=gt,y3=eo;function C3(){this.__data__=new y3,this.size=0}var M3=C3;function S3(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}var L3=S3;function j3(e){return this.__data__.get(e)}var E3=j3;function O3(e){return this.__data__.has(e)}var _3=O3,P3=typeof rn=="object"&&rn&&rn.Object===Object&&rn,Il=P3,I3=Il,F3=typeof self=="object"&&self&&self.Object===Object&&self,T3=I3||F3||Function("return this")(),mt=T3,H3=mt,D3=H3.Symbol,Fl=D3,Tl=Fl,Hl=Object.prototype,A3=Hl.hasOwnProperty,N3=Hl.toString,en=Tl?Tl.toStringTag:void 0;function Z3(e){var t=A3.call(e,en),n=e[en];try{e[en]=void 0;var r=!0}catch{}var a=N3.call(e);return r&&(t?e[en]=n:delete e[en]),a}var U3=Z3,B3=Object.prototype,V3=B3.toString;function R3(e){return V3.call(e)}var W3=R3,Dl=Fl,z3=U3,G3=W3,K3="[object Null]",q3="[object Undefined]",Al=Dl?Dl.toStringTag:void 0;function Y3(e){return e==null?e===void 0?q3:K3:Al&&Al in Object(e)?z3(e):G3(e)}var to=Y3;function X3(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var tt=X3,J3=to,Q3=tt,ep="[object AsyncFunction]",tp="[object Function]",np="[object GeneratorFunction]",op="[object Proxy]";function rp(e){if(!Q3(e))return!1;var t=J3(e);return t==tp||t==np||t==ep||t==op}var Pr=rp,ap=mt,ip=ap["__core-js_shared__"],lp=ip,Ir=lp,Nl=function(){var e=/[^.]+$/.exec(Ir&&Ir.keys&&Ir.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function cp(e){return!!Nl&&Nl in e}var sp=cp,dp=Function.prototype,fp=dp.toString;function up(e){if(e!=null){try{return fp.call(e)}catch{}try{return e+""}catch{}}return""}var pp=up,hp=Pr,vp=sp,bp=tt,gp=pp,mp=/[\\^$.*+?()[\]{}|]/g,xp=/^\[object .+?Constructor\]$/,kp=Function.prototype,$p=Object.prototype,wp=kp.toString,yp=$p.hasOwnProperty,Cp=RegExp("^"+wp.call(yp).replace(mp,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Mp(e){if(!bp(e)||vp(e))return!1;var t=hp(e)?Cp:xp;return t.test(gp(e))}var Sp=Mp;function Lp(e,t){return e==null?void 0:e[t]}var jp=Lp,Ep=Sp,Op=jp;function _p(e,t){var n=Op(e,t);return Ep(n)?n:void 0}var Fr=_p,Pp=Fr,Ip=mt,Fp=Pp(Ip,"Map"),Zl=Fp,Tp=Fr,Hp=Tp(Object,"create"),no=Hp,Ul=no;function Dp(){this.__data__=Ul?Ul(null):{},this.size=0}var Ap=Dp;function Np(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Zp=Np,Up=no,Bp="__lodash_hash_undefined__",Vp=Object.prototype,Rp=Vp.hasOwnProperty;function Wp(e){var t=this.__data__;if(Up){var n=t[e];return n===Bp?void 0:n}return Rp.call(t,e)?t[e]:void 0}var zp=Wp,Gp=no,Kp=Object.prototype,qp=Kp.hasOwnProperty;function Yp(e){var t=this.__data__;return Gp?t[e]!==void 0:qp.call(t,e)}var Xp=Yp,Jp=no,Qp="__lodash_hash_undefined__";function e9(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Jp&&t===void 0?Qp:t,this}var t9=e9,n9=Ap,o9=Zp,r9=zp,a9=Xp,i9=t9;function xt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}xt.prototype.clear=n9,xt.prototype.delete=o9,xt.prototype.get=r9,xt.prototype.has=a9,xt.prototype.set=i9;var l9=xt,Bl=l9,c9=eo,s9=Zl;function d9(){this.size=0,this.__data__={hash:new Bl,map:new(s9||c9),string:new Bl}}var f9=d9;function u9(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var p9=u9,h9=p9;function v9(e,t){var n=e.__data__;return h9(t)?n[typeof t=="string"?"string":"hash"]:n.map}var oo=v9,b9=oo;function g9(e){var t=b9(this,e).delete(e);return this.size-=t?1:0,t}var m9=g9,x9=oo;function k9(e){return x9(this,e).get(e)}var $9=k9,w9=oo;function y9(e){return w9(this,e).has(e)}var C9=y9,M9=oo;function S9(e,t){var n=M9(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}var L9=S9,j9=f9,E9=m9,O9=$9,_9=C9,P9=L9;function kt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}kt.prototype.clear=j9,kt.prototype.delete=E9,kt.prototype.get=O9,kt.prototype.has=_9,kt.prototype.set=P9;var I9=kt,F9=eo,T9=Zl,H9=I9,D9=200;function A9(e,t){var n=this.__data__;if(n instanceof F9){var r=n.__data__;if(!T9||r.length<D9-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new H9(r)}return n.set(e,t),this.size=n.size,this}var N9=A9,Z9=eo,U9=M3,B9=L3,V9=E3,R9=_3,W9=N9;function $t(e){var t=this.__data__=new Z9(e);this.size=t.size}$t.prototype.clear=U9,$t.prototype.delete=B9,$t.prototype.get=V9,$t.prototype.has=R9,$t.prototype.set=W9;var z9=$t,G9=Fr,K9=function(){try{var e=G9(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Vl=K9,Rl=Vl;function q9(e,t,n){t=="__proto__"&&Rl?Rl(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var Tr=q9,Y9=Tr,X9=Jn;function J9(e,t,n){(n!==void 0&&!X9(e[t],n)||n===void 0&&!(t in e))&&Y9(e,t,n)}var Wl=J9;function Q9(e){return function(t,n,r){for(var a=-1,i=Object(t),s=r(t),c=s.length;c--;){var d=s[e?c:++a];if(n(i[d],d,i)===!1)break}return t}}var eh=Q9,th=eh,nh=th(),oh=nh,ro={exports:{}};ro.exports,function(e,t){var n=mt,r=t&&!t.nodeType&&t,a=r&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===r,s=i?n.Buffer:void 0,c=s?s.allocUnsafe:void 0;function d(f,p){if(p)return f.slice();var u=f.length,v=c?c(u):new f.constructor(u);return f.copy(v),v}e.exports=d}(ro,ro.exports);var rh=ro.exports,ah=mt,ih=ah.Uint8Array,lh=ih,zl=lh;function ch(e){var t=new e.constructor(e.byteLength);return new zl(t).set(new zl(e)),t}var sh=ch,dh=sh;function fh(e,t){var n=t?dh(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var uh=fh;function ph(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var hh=ph,vh=tt,Gl=Object.create,bh=function(){function e(){}return function(t){if(!vh(t))return{};if(Gl)return Gl(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),gh=bh;function mh(e,t){return function(n){return e(t(n))}}var xh=mh,kh=xh,$h=kh(Object.getPrototypeOf,Object),Kl=$h,wh=Object.prototype;function yh(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||wh;return e===n}var ql=yh,Ch=gh,Mh=Kl,Sh=ql;function Lh(e){return typeof e.constructor=="function"&&!Sh(e)?Ch(Mh(e)):{}}var jh=Lh;function Eh(e){return e!=null&&typeof e=="object"}var tn=Eh,Oh=to,_h=tn,Ph="[object Arguments]";function Ih(e){return _h(e)&&Oh(e)==Ph}var Fh=Ih,Yl=Fh,Th=tn,Xl=Object.prototype,Hh=Xl.hasOwnProperty,Dh=Xl.propertyIsEnumerable,Ah=Yl(function(){return arguments}())?Yl:function(e){return Th(e)&&Hh.call(e,"callee")&&!Dh.call(e,"callee")},Jl=Ah,Nh=Array.isArray,Ql=Nh,Zh=9007199254740991;function Uh(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Zh}var ec=Uh,Bh=Pr,Vh=ec;function Rh(e){return e!=null&&Vh(e.length)&&!Bh(e)}var Hr=Rh,Wh=Hr,zh=tn;function Gh(e){return zh(e)&&Wh(e)}var Kh=Gh,ao={exports:{}};function qh(){return!1}var Yh=qh;ao.exports,function(e,t){var n=mt,r=Yh,a=t&&!t.nodeType&&t,i=a&&!0&&e&&!e.nodeType&&e,s=i&&i.exports===a,c=s?n.Buffer:void 0,d=c?c.isBuffer:void 0,f=d||r;e.exports=f}(ao,ao.exports);var tc=ao.exports,Xh=to,Jh=Kl,Qh=tn,ev="[object Object]",tv=Function.prototype,nv=Object.prototype,nc=tv.toString,ov=nv.hasOwnProperty,rv=nc.call(Object);function av(e){if(!Qh(e)||Xh(e)!=ev)return!1;var t=Jh(e);if(t===null)return!0;var n=ov.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&nc.call(n)==rv}var iv=av,lv=to,cv=ec,sv=tn,dv="[object Arguments]",fv="[object Array]",uv="[object Boolean]",pv="[object Date]",hv="[object Error]",vv="[object Function]",bv="[object Map]",gv="[object Number]",mv="[object Object]",xv="[object RegExp]",kv="[object Set]",$v="[object String]",wv="[object WeakMap]",yv="[object ArrayBuffer]",Cv="[object DataView]",Mv="[object Float32Array]",Sv="[object Float64Array]",Lv="[object Int8Array]",jv="[object Int16Array]",Ev="[object Int32Array]",Ov="[object Uint8Array]",_v="[object Uint8ClampedArray]",Pv="[object Uint16Array]",Iv="[object Uint32Array]",ne={};ne[Mv]=ne[Sv]=ne[Lv]=ne[jv]=ne[Ev]=ne[Ov]=ne[_v]=ne[Pv]=ne[Iv]=!0,ne[dv]=ne[fv]=ne[yv]=ne[uv]=ne[Cv]=ne[pv]=ne[hv]=ne[vv]=ne[bv]=ne[gv]=ne[mv]=ne[xv]=ne[kv]=ne[$v]=ne[wv]=!1;function Fv(e){return sv(e)&&cv(e.length)&&!!ne[lv(e)]}var Tv=Fv;function Hv(e){return function(t){return e(t)}}var Dv=Hv,io={exports:{}};io.exports,function(e,t){var n=Il,r=t&&!t.nodeType&&t,a=r&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===r,s=i&&n.process,c=function(){try{var d=a&&a.require&&a.require("util").types;return d||s&&s.binding&&s.binding("util")}catch{}}();e.exports=c}(io,io.exports);var Av=io.exports,Nv=Tv,Zv=Dv,oc=Av,rc=oc&&oc.isTypedArray,Uv=rc?Zv(rc):Nv,ac=Uv;function Bv(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var ic=Bv,Vv=Tr,Rv=Jn,Wv=Object.prototype,zv=Wv.hasOwnProperty;function Gv(e,t,n){var r=e[t];(!(zv.call(e,t)&&Rv(r,n))||n===void 0&&!(t in e))&&Vv(e,t,n)}var Kv=Gv,qv=Kv,Yv=Tr;function Xv(e,t,n,r){var a=!n;n||(n={});for(var i=-1,s=t.length;++i<s;){var c=t[i],d=r?r(n[c],e[c],c,n,e):void 0;d===void 0&&(d=e[c]),a?Yv(n,c,d):qv(n,c,d)}return n}var Jv=Xv;function Qv(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var eb=Qv,tb=9007199254740991,nb=/^(?:0|[1-9]\d*)$/;function ob(e,t){var n=typeof e;return t=t??tb,!!t&&(n=="number"||n!="symbol"&&nb.test(e))&&e>-1&&e%1==0&&e<t}var lc=ob,rb=eb,ab=Jl,ib=Ql,lb=tc,cb=lc,sb=ac,db=Object.prototype,fb=db.hasOwnProperty;function ub(e,t){var n=ib(e),r=!n&&ab(e),a=!n&&!r&&lb(e),i=!n&&!r&&!a&&sb(e),s=n||r||a||i,c=s?rb(e.length,String):[],d=c.length;for(var f in e)(t||fb.call(e,f))&&!(s&&(f=="length"||a&&(f=="offset"||f=="parent")||i&&(f=="buffer"||f=="byteLength"||f=="byteOffset")||cb(f,d)))&&c.push(f);return c}var pb=ub;function hb(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var vb=hb,bb=tt,gb=ql,mb=vb,xb=Object.prototype,kb=xb.hasOwnProperty;function $b(e){if(!bb(e))return mb(e);var t=gb(e),n=[];for(var r in e)r=="constructor"&&(t||!kb.call(e,r))||n.push(r);return n}var wb=$b,yb=pb,Cb=wb,Mb=Hr;function Sb(e){return Mb(e)?yb(e,!0):Cb(e)}var cc=Sb,Lb=Jv,jb=cc;function Eb(e){return Lb(e,jb(e))}var Ob=Eb,sc=Wl,_b=rh,Pb=uh,Ib=hh,Fb=jh,dc=Jl,fc=Ql,Tb=Kh,Hb=tc,Db=Pr,Ab=tt,Nb=iv,Zb=ac,uc=ic,Ub=Ob;function Bb(e,t,n,r,a,i,s){var c=uc(e,n),d=uc(t,n),f=s.get(d);if(f){sc(e,n,f);return}var p=i?i(c,d,n+"",e,t,s):void 0,u=p===void 0;if(u){var v=fc(d),b=!v&&Hb(d),g=!v&&!b&&Zb(d);p=d,v||b||g?fc(c)?p=c:Tb(c)?p=Ib(c):b?(u=!1,p=_b(d,!0)):g?(u=!1,p=Pb(d,!0)):p=[]:Nb(d)||dc(d)?(p=c,dc(c)?p=Ub(c):(!Ab(c)||Db(c))&&(p=Fb(d))):u=!1}u&&(s.set(d,p),a(p,d,r,i,s),s.delete(d)),sc(e,n,p)}var Vb=Bb,Rb=z9,Wb=Wl,zb=oh,Gb=Vb,Kb=tt,qb=cc,Yb=ic;function pc(e,t,n,r,a){e!==t&&zb(t,function(i,s){if(a||(a=new Rb),Kb(i))Gb(e,t,s,n,pc,r,a);else{var c=r?r(Yb(e,s),i,s+"",e,t,a):void 0;c===void 0&&(c=i),Wb(e,s,c)}},qb)}var Xb=pc;function Jb(e){return e}var hc=Jb;function Qb(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var eg=Qb,tg=eg,vc=Math.max;function ng(e,t,n){return t=vc(t===void 0?e.length-1:t,0),function(){for(var r=arguments,a=-1,i=vc(r.length-t,0),s=Array(i);++a<i;)s[a]=r[t+a];a=-1;for(var c=Array(t+1);++a<t;)c[a]=r[a];return c[t]=n(s),tg(e,this,c)}}var og=ng;function rg(e){return function(){return e}}var ag=rg,ig=ag,bc=Vl,lg=hc,cg=bc?function(e,t){return bc(e,"toString",{configurable:!0,enumerable:!1,value:ig(t),writable:!0})}:lg,sg=cg,dg=800,fg=16,ug=Date.now;function pg(e){var t=0,n=0;return function(){var r=ug(),a=fg-(r-n);if(n=r,a>0){if(++t>=dg)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var hg=pg,vg=sg,bg=hg,gg=bg(vg),mg=gg,xg=hc,kg=og,$g=mg;function wg(e,t){return $g(kg(e,t,xg),e+"")}var yg=wg,Cg=Jn,Mg=Hr,Sg=lc,Lg=tt;function jg(e,t,n){if(!Lg(n))return!1;var r=typeof t;return(r=="number"?Mg(n)&&Sg(t,n.length):r=="string"&&t in n)?Cg(n[t],e):!1}var Eg=jg,Og=yg,_g=Eg;function Pg(e){return Og(function(t,n){var r=-1,a=n.length,i=a>1?n[a-1]:void 0,s=a>2?n[2]:void 0;for(i=e.length>3&&typeof i=="function"?(a--,i):void 0,s&&_g(n[0],n[1],s)&&(i=a<3?void 0:i,a=1),t=Object(t);++r<a;){var c=n[r];c&&e(t,c,r,i)}return t})}var Ig=Pg,Fg=Xb,Tg=Ig,Hg=Tg(function(e,t,n){Fg(e,t,n)}),Dg=Hg;const Dr=Gr(Dg),gc={button:{basic:{size:{icon:{height:"0.75rem",width:"0.75rem"}},color:{primary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"},text:{default:"#151515"},stroke:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)"},text:{default:"#161517"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"lch(78 26.3 22)"},text:{default:"#c10000"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}}}},iconButton:{size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},text:{default:"#151515",hover:"#151515",active:"#151515"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(75 71.4 79.3)",hover:"lch(81.7 41.9 82.1)",active:"lch(75.6 38.8 82.1)",disabled:"lch(81.3 0 0)"},action:{default:"lch(71.3 67.8 79.3)",hover:"lch(77.6 39.8 82.1)",active:"lch(69.2 35.5 82.1)",disabled:"lch(74.4 0 0)"}},text:{default:"#151515",hover:"#151515",active:"#151515",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(62.4 59.3 79.3)",hover:"lch(71.5 36.7 82.1)",active:"lch(66.1 33.9 82.1)",disabled:"lch(71.1 0 0)"}}},mobile:{basic:{size:{icon:{all:"1.25rem"}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{link:{default:"#161517",hover:"#C78F0F",active:"#161517",disabled:"#a0a0a0"}}}},sidebar:{navigation:{item:{color:{background:{active:"lch(38.8 16.8 296 / 0.6)",hover:"lch(40.9 16.2 296)",default:"rgba(0,0,0,0)"},text:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff",muted:"#696e79"},icon:{default:"#e4e2e9"}}},title:{color:{default:"#ada8bd",hover:"#ada8bd",active:"#ada8bd"}},subItem:{color:{text:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},background:{default:"rgba(0,0,0,0)",hover:"lch(40.9 16.2 296)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#FFC029"}}}},main:{color:{background:{default:"#2f2c3a"},text:{default:"#ffffff",muted:"#ada8bd"},stroke:{default:"#474257"}},navigation:{item:{background:{default:"rgba(0,0,0,0)",active:"#474257",hover:"#f6f7fa"},text:{default:"#ffffff",muted:"#ada8bd"}}}}},global:{color:{text:{link:{default:"#C78F0F",hover:"#C78F0F"}}}}},mc="classic",Ag=Object.freeze(Object.defineProperty({__proto__:null,click:gc,default:{click:gc,name:mc},name:mc},Symbol.toStringTag,{value:"Module"})),xc={accordion:{color:{label:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"},icon:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"}}},alert:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",warning:"#4f2b00",info:"#092e73"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",warning:"#ff9416",info:"#91b3f6"},iconBackground:{default:"#1F1F1C",success:"lch(23.2 29.3 145)",neutral:"lch(26.7 0 0)",danger:"lch(18.1 47.8 36)",warning:"lch(21.2 33.5 64.7)",info:"lch(19.7 44.1 284)"},iconForeground:{default:"#b3b6bd",success:"lch(83.5 49.5 149 / 0.75)",neutral:"lch(77.7 0 0 / 0.75)",danger:"lch(66.6 60.1 26.8 / 0.75)",warning:"lch(71.9 82.2 64 / 0.75)",info:"lch(72.4 37.5 271 / 0.75)"}}},avatar:{color:{background:{default:"#53575f",hover:"#696e79",active:"#696e79"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C"}}},badge:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"#414141",info:"#092e73",warning:"#4f2b00"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",disabled:"#808080",info:"#91b3f6",warning:"#ff9416"},stroke:{default:"lch(27.5 0 0 / 0.3)",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"lch(26.2 0 0)",info:"#092e73",warning:"#4f2b00"}}},bigStat:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"},label:{default:"#b3b6bd"},title:{default:"#ffffff"}}},button:{basic:{color:{primary:{background:{default:"#FAFF69",hover:"lch(98.3 49.3 103)",active:"lch(90.2 65.2 103)",disabled:"#414141"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"#FAFF69",hover:"#FAFF69",active:"lch(82.5 59.7 103)",disabled:"#414141"}},secondary:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(20.3 0 0)",disabled:"#414141"},stroke:{default:"#414141",hover:"#53575f",active:"lch(23.3 2.63 306)",disabled:"#414141"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"}},danger:{background:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"},text:{default:"#ff7575",hover:"#ff7575",active:"#ff7575",disabled:"#808080"},stroke:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"}}}},iconButton:{color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgb(14.1% 14.1% 14.1%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgb(14.1% 14.1% 14.1%)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},secondary:{background:{default:"#FAFF69",hover:"lch(98.3 49.3 103)",active:"lch(85.7 61.9 103)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(98.3 49.3 103)",active:"lch(85.7 61.9 103)"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#610000",hover:"#ff9898",active:"#ffbaba"},text:{default:"#ff7575"}}}},split:{primary:{background:{main:{default:"lch(89.3 64.5 103)",hover:"lch(89.9 45.1 103)",active:"lch(82.5 59.7 103)",disabled:"lch(25.2 0 0)"},action:{default:"lch(87.8 63.4 103)",hover:"lch(82.7 41.5 103)",active:"lch(72.6 52.5 103)",disabled:"lch(22.2 0 0)"}},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(78.1 56.4 103)",hover:"lch(78.7 39.5 103)",active:"lch(72.2 52.2 103)",disabled:"lch(23.1 0 0)"}}},group:{color:{background:{default:"#282828",hover:"lch(19.3 0 0)",active:"lch(23.4 0 0)",panel:"#282828"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"},stroke:{panel:"lch(27.5 0 0 / 0.3)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"lch(15.8 0 0)"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"#53575f",active:"lch(23.3 2.63 306)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}}},card:{secondary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},link:{default:"#ffffff",hover:"#FAFF69",active:"#ffffff",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},primary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},horizontal:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}}},checkbox:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#FAFF69",disabled:"#606060"},check:{default:"#ffffff",hover:"#ffffff",active:"#151515",disabled:"#a0a0a0"},label:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#282828"},text:{default:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},field:{color:{background:{default:"#282828",hover:"#282828",active:"#1F1F1C",disabled:"#414141",error:"#1F1F1C"},text:{default:"#e6e7e9",hover:"#e6e7e9",active:"#ffffff",disabled:"#808080",error:"#ff7575"},stroke:{default:"lch(31.1 0 0 / 0.3)",hover:"lch(34.5 0 0 / 0.3)",active:"#FAFF69",disabled:"#414141",error:"#ff7575"},label:{default:"#b3b6bd",hover:"#b3b6bd",active:"#ffffff",disabled:"#a0a0a0",error:"#ff7575"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},genericLabel:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},genericMenu:{item:{color:{text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#c0c0c0",muted:"#b3b6bd"},background:{default:"#282828",hover:"lch(23.5 0 0)",active:"lch(23.5 0 0)",disabled:"#414141"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},button:{color:{background:{default:"#282828"},label:{default:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},panel:{color:{background:{default:"#282828"},stroke:{default:"#414141"}}},autocomplete:{color:{placeholder:{default:"#b3b6bd"},searchTerm:{default:"#ffffff"},background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},image:{color:{stroke:"#ffffff"}},panel:{color:{background:{default:"#1F1F1C",muted:"#282828",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},popover:{color:{panel:{background:{default:"#282828"},stroke:{default:"#414141"}}}},radio:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#151515",disabled:"#606060"},indicator:{default:"#1F1F1C",hover:"#282828",active:"#151515",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(27.5 0 0 / 0.6)",hover:"lch(19.1 0 0)",default:"rgba(0,0,0,0)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",muted:"#b3b6bd"},icon:{default:"#b3b6bd"}}},title:{color:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd"}},subItem:{color:{text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},background:{default:"rgba(0,0,0,0)",hover:"lch(19.1 0 0)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#FAFF69"}}}},main:{color:{background:{default:"#1F1F1C"},text:{default:"#ffffff",muted:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},sqlSidebar:{color:{background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},stepperVertical:{icon:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"},foreground:{default:"#ffffff",incomplete:"#ffffff",complete:"#ffffff"},stroke:{default:"#282828",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"}}},switch:{color:{background:{default:"#606060",active:"#FAFF69",disabled:"#808080"},stroke:{default:"#606060",active:"#FAFF69",disabled:"#808080"},indicator:{default:"#151515",active:"#161517",disabled:"#606060"}}},table:{header:{color:{background:{default:"#282828"},title:{default:"#ffffff"},icon:{default:"#ffffff"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#1F1F1C",hover:"#1d1d1d",active:"#1d1d1d"},stroke:{default:"lch(27.5 0 0 / 0.3)"},text:{default:"#ffffff"},link:{default:"#FAFF69"},label:{default:"#b3b6bd"}}},global:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgba(0,0,0,0)"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#FAFF69"},global:{default:"lch(27.5 0 0 / 0.3)"}}},fileTabs:{color:{background:{default:"#282828",hover:"#1F1F1C",active:"#1F1F1C"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(27.5 0 0 / 0.3)"}}}},toast:{color:{title:{default:"#ffffff"},description:{default:"#b3b6bd"},stroke:{default:"#414141"},icon:{default:"#ffffff",success:"#81e59d",warning:"#ff9416",danger:"#ff7575"}}},tooltip:{color:{background:{default:"lch(100 0 0 / 0.15)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#1F1F1C"},title:{default:"#ffffff"},description:{default:"#b3b6bd"},opaqueBackground:{default:"lch(97.9 0 0 / 0.45)"}}},global:{color:{background:{default:"#1F1F1C",muted:"#282828"},text:{default:"#ffffff",muted:"#b3b6bd",link:{default:"#FAFF69",hover:"#feffba"}},stroke:{default:"lch(27.5 0 0 / 0.3)",muted:"lch(27.5 0 0 / 0.3)",intense:"#414141"},accent:{default:"#FAFF69"},outline:{default:"#FAFF69"},shadow:{default:"lch(6.77 0 0 / 0.6)"}}},feedback:{color:{info:{background:"#092e73",foreground:"#91b3f6"},success:{background:"#0e421d",foreground:"#81e59d"},warning:{background:"#4f2b00",foreground:"#ff9416"},danger:{background:"#610000",foreground:"#ff7575"},neutral:{background:"#414141",foreground:"#c0c0c0",stroke:"lch(27.5 0 0 / 0.3)"}}},grid:{color:{background:{header:{default:"lch(16.1 0 0 / 0.7)"},row:{default:"#1F1F1C"}},text:{header:{default:"#b3b6bd"},row:{default:"#ffffff"}},stroke:{cell:{stroke:"lch(27.5 0 0 / 0.3)"}}}}},kc="dark",Ng=Object.freeze(Object.defineProperty({__proto__:null,click:xc,default:{click:xc,name:kc},name:kc},Symbol.toStringTag,{value:"Module"})),$c={accordion:{color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{basic:{color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},primary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},horizontal:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},field:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)"}}},button:{color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},image:{color:{stroke:"#161517"}},panel:{color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},stepperVertical:{icon:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}}},switch:{color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},wc="light",Zg=Object.freeze(Object.defineProperty({__proto__:null,click:$c,default:{click:$c,name:wc},name:wc},Symbol.toStringTag,{value:"Module"})),yc={accordion:{sm:{icon:{size:{height:"1rem",width:"1rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},md:{icon:{size:{height:"1.25rem",width:"1.25rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},lg:{icon:{size:{height:"1.5rem",width:"1.5rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{medium:{space:{y:"0.75rem",x:"0.75rem",gap:"0.5rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},icon:{height:"1.25rem",width:"1.25rem"}},small:{space:{y:"0.5rem",x:"0.5rem",gap:"0.25rem"},icon:{height:"1rem",width:"1rem"},typography:{title:{default:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{center:"0",end:"0.25rem"},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{typography:{label:{sm:{default:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},md:{default:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{label:{width:"1.5rem"},width:"1.5rem",height:"1.5rem"},radii:{all:"9999px"},color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{space:{md:{x:"0.75rem",y:"0.125rem",gap:"0.25rem"},sm:{x:"0.5rem",y:"0.156rem",gap:"0.125rem"}},typography:{label:{md:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sm:{default:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{all:"9999px"},stroke:"1px",icon:{md:{size:{height:"0.75rem",width:"0.75rem"}},sm:{size:{height:"0.625rem",width:"0.625rem"}}},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{space:{all:"1rem",gap:"0"},radii:{all:"0.25rem"},stroke:"1px",typography:{lg:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},sm:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{height:"6rem"},color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{radii:{all:"0.25rem"},basic:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem",group:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{icon:{height:"0.969rem",all:"0.969rem",width:"0.969rem"}},color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{default:{space:{x:"0.5rem",y:"0.5rem"}},size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},radii:{all:"0.25rem"},sm:{space:{x:"0.25rem",y:"0.25rem"}},xs:{space:{x:"0",y:"0"}},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},stroke:"1px",split:{icon:{space:{y:"0.516rem",x:"0.344rem"}},primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},mobile:{button:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},basic:{size:{icon:{all:"1.25rem"}}}},"button-group":{radii:{center:"0",end:"0.25rem"}},alignLeft:{size:{icon:{all:"0.969rem"}},space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{space:{all:"1rem",gap:"1rem"},radii:{all:"0.25rem"},icon:{size:{all:"2rem"}},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},typography:{title:{default:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},link:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},primary:{size:{icon:{sm:{all:"2rem"},md:{all:"4rem"}}},space:{md:{y:"1.5rem",x:"1.5rem",gap:"0.75rem"},sm:{y:"1.5rem",x:"1.5rem",gap:"0.25rem"}},radii:{all:"0.25rem"},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",horizontal:{radii:{all:"0.25rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{radii:{all:"0.125rem"},space:{all:"1px",gap:"0.5rem"},size:{all:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},label:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}}},codeblock:{space:{x:"1rem",y:"1rem",gap:"1.5rem"},radii:{all:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},numbers:{size:{width:"1.5rem"}},darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{space:{x:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},radii:{all:"0.25rem"},color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},docs:{typography:{titles:{lg:`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},breadcrumbs:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},toc:{title:{default:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},item:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},field:{typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},fieldText:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},format:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},genericLabel:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},type:{mobile:{label:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"field-value":`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},space:{x:"0.75rem",y:"0.344rem",gap:"0.5rem"},size:{icon:"1rem"},radii:{all:"0.25rem"},mobile:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},icon:{size:{height:"0.969rem",width:"0.969rem"}},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sectionHeader:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},stroke:{default:"lch(91.6 1.1 266)"}}},itemCustom:{typography:{label:{sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},button:{space:{gap:"0.25rem",y:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{typography:{results:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},search:{placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},term:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},search:{stroke:{default:"2px solid lch(91.6 1.1 266)"}},color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},sectionHeader:{space:{bottom:"0.344rem",top:"0.5rem"}},placeholder:{space:{gap:"0.5rem"}}},image:{sm:{size:{height:"1rem",width:"1rem"}},xs:{size:{height:"0.75rem",width:"0.75rem"}},md:{size:{height:"1.25rem",width:"1.25rem"}},lg:{size:{height:"1.5rem",width:"1.5rem"}},xl:{size:{height:"2rem",width:"2rem"}},xxl:{size:{height:"4rem",width:"4rem"}},color:{stroke:"#161517"}},panel:{strokeWidth:{default:"1px"},radii:{all:"0.25rem"},stroke:{default:"1px solid lch(91.6 1.1 266)"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},space:{y:{none:"0",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"},x:{xs:"0.5rem",none:"0",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"}},color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{space:{y:"1rem",x:"1.5rem",gap:"0.75rem"},radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},icon:{size:{height:"1.25rem",width:"1.25rem"}},color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{radii:{all:"9999px"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}},vertical:{space:{x:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},y:{all:"0"}}},color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{radii:{all:"0.25rem"},default:{space:{right:"0.75rem",y:"0.344rem",gap:"0.75rem",left:"0"}},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},space:{left:"0",right:"0.75rem",y:"0.75rem",gap:"0.75rem"}},collapsible:{space:{left:"0",right:"0.75rem",y:"0.344rem",gap:"0.75rem"}},icon:{size:{height:"1rem",width:"1rem"}},color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{typography:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{default:{space:{left:"2.75rem",right:"0.75rem",y:"0.344rem"}},mobile:{space:{left:"2.75rem",right:"0.75rem",y:"0.75rem",gap:"0.75rem"},typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{size:{height:"0.125rem"},color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},spacer:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}}},stepperVertical:{icon:{size:{height:"1.25rem",width:"1.25rem"},space:{x:"0.375rem",y:"0.375rem"},radii:"9999px",background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{size:{width:"0.188rem"},background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}},typography:{label:{default:`600 0.75rem/1.7 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},switch:{space:{gap:"0.5rem"},radii:{all:"9999px"},size:{width:"2rem",height:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{title:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},cell:{text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{space:{y:"0.5rem",x:"0.75rem"},radii:{all:"0.25rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},basic:{strokeWidth:{default:"1px",hover:"1px",active:"2px",global:"1px"},stroke:{default:"1px solid rgba(0,0,0,0)",hover:"1px solid rgba(0,0,0,0)",active:"2px solid #151515",global:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{icon:{size:{height:"1rem",width:"1rem"}},space:{y:"1.063rem",x:"1rem",gap:"0.75rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0"},color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{icon:{size:{height:"1rem",width:"1rem"}},space:{title:{gap:"0.5rem"},y:"0.75rem",x:"0.75rem",gap:"0.5rem"},radii:{all:"0.25rem"},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{radii:{all:"0.25rem"},space:{x:"0.75rem",y:"0.5rem"},typography:{label:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{space:{y:"1.5rem",x:"2rem",gap:"1rem"},title:{space:{gap:"0.5rem"}},radii:{all:"0.5rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},stroke:{default:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},link:{space:{md:{gap:"0.25rem"},sm:{gap:"2px"}},icon:{size:{sm:{height:"0.75rem",width:"0.75rem"},md:{height:"1rem",width:"1rem"}}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},Cc={default:"all 150ms ease-in 0ms",duration:{slow:"300ms",medium:"150ms",fast:"50ms"},delay:{slow:"100ms",fast:"0ms"},function:{ease:"ease","ease-in":"ease-in","ease-in-out":"ease-in-out",linear:"linear"}},Mc="light",Sc={brand:{50:"#ffffe8",100:"#feffba",200:"#fdffa3",300:"#FAFF69",400:"#eef400",500:"#9fa300",600:"#4f5100",700:"#27291B",800:"#161600",base:"#fbff46"},neutral:{0:"#ffffff",100:"#f9f9f9",200:"#dfdfdf",300:"#c0c0c0",400:"#a0a0a0",500:"#808080",600:"#606060",700:"#414141",725:"#282828",750:"#1F1F1C",800:"#1d1d1d",900:"#151515",base:"#212121"},slate:{50:"#f6f7fa",100:"#e6e7e9",200:"#cccfd3",300:"#b3b6bd",400:"#9a9ea7",500:"#808691",600:"#696e79",700:"#53575f",800:"#302e32",900:"#161517",base:"#373439"},indigo:{50:"#f4f1fc",100:"#e4e2e9",200:"#c8c5d3",300:"#ada8bd",400:"#918ba7",500:"#766e91",600:"#5e5874",700:"#474257",800:"#23212c",900:"#18161d",base:"#2f2c3a"},info:{50:"#dae6fc",100:"#b5cdf9",200:"#91b3f6",300:"#6c9af3",400:"#135be6",500:"#0e44ad",600:"#092e73",700:"#061d48",800:"#05173a",900:"#041330",base:"#4781f0"},success:{50:"#e0f8e7",100:"#c0f2ce",200:"#a1ebb6",300:"#81e59d",400:"#41d76b",500:"#2ac656",600:"#1c8439",700:"#15632b",800:"#0e421d",900:"#07210e",base:"#62de85"},warning:{50:"#ffedd8",100:"#ffdbb1",200:"#ffca8b",300:"#ffb864",400:"#ff9416",500:"#ed8000",600:"#c66b00",700:"#9e5600",800:"#4f2b00",900:"#271500",base:"#ffa63d"},danger:{50:"#ffdddd",100:"#ffbaba",200:"#ff9898",300:"#ff7575",400:"#ff2323",500:"#f10000",600:"#c10000",700:"#910000",800:"#610000",900:"#300000",base:"#FF5353"},gradients:{base:"linear-gradient(229.65deg, #292924 15.78%, #0F0F0F 88.39%)",transparent:"rgba(0,0,0,0)"},utility:{transparent:"rgba(0,0,0,0)"}},Lc={0:"0",1:"1px",2:"0.25rem",3:"0.5rem",4:"0.75rem",5:"1rem",6:"1.25rem",7:"1.5rem",8:"1.75rem",9:"2rem",10:"2.5rem",11:"4rem"},jc={font:{families:{regular:`"Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,mono:`"Inconsolata", '"SFMono Regular"', monospace`,display:`'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},weights:{1:"400",2:"500",3:"600",4:"700"},sizes:{0:"0.625rem",1:"0.75rem",2:"0.875rem",3:"1rem",4:"1.25rem",6:"2rem",base:"16px"},"line-height":{1:1.5,2:1.6,3:1.7,4:1.3}},styles:{product:{titles:{xs:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{normal:{xs:`400 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},medium:{xs:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},semibold:{xs:`600 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mono:{sm:`500 0.75rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`,md:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`,lg:`500 1rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`},bold:{xs:`700 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},brand:{titles:{xs:`600 20px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 24px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 36px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 56px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 64px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`700 80px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},field:{md:`400 0.875rem/1.6 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},Ec={radii:{0:"0",1:"0.25rem",2:"0.5rem",full:"9999px"},width:{1:"1px",2:"2px"}},Oc={0:"0",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.5rem",6:"2rem",7:"2.5rem"},_c={1:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",2:"0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1)"},Ar=Object.freeze(Object.defineProperty({__proto__:null,border:Ec,click:yc,default:{click:yc,transition:Cc,name:Mc,palette:Sc,sizes:Lc,typography:jc,border:Ec,spaces:Oc,shadow:_c},name:Mc,palette:Sc,shadow:_c,sizes:Lc,spaces:Oc,transition:Cc,typography:jc},Symbol.toStringTag,{value:"Module"})),Pc={dark:Dr({},Ar,Ng),light:Dr({},Ar,Zg),classic:Dr({},Ar,Ag)};D.Accordion=Of,D.Alert=Vt,D.Avatar=Xf,D.Badge=Ba,D.Button=za,D.ButtonGroup=ou,D.CardPrimary=Cu,D.CardSecondary=ku,D.Checkbox=Fu,D.ContextMenu=Ye,D.DangerAlert=Nf,D.Dropdown=ve,D.Flags=y5,D.HoverCard=or,D.Icon=K,D.IconButton=Jr,D.InfoAlert=Zf,D.Label=uo,D.Link=V5,D.NumberField=z5,D.PasswordField=G5,D.Popover=ar,D.ProfileIcon=Yr,D.RadioGroup=Si,D.SearchField=D7,D.Select=Gn,D.SidebarCollapsibleItem=P4,D.SidebarCollapsibleTitle=F4,D.SidebarNavigationItem=j4,D.SidebarNavigationTitle=I4,D.Spacer=kl,D.SplitButton=H4,D.SuccessAlert=Uf,D.Switch=Y4,D.Tabs=qn,D.Text=Rt,D.TextField=g8,D.ThemeProvider=J8,D.Title=Xo,D.Tooltip=_r,D.TooltipProvider=G8,D.WarningAlert=Bf,D.themes=Pc,Object.defineProperty(D,Symbol.toStringTag,{value:"Module"})});
|
|
718
|
+
`),Ni=({showArrow:e,children:t,...o})=>n.jsx(mg,{children:n.jsxs(Lg,{...o,children:[e&&n.jsx($g,{as:wg,width:20,height:8}),t]})});Ni.displayName="TooltipContent",O2.Content=Ni;const Mg=S.createGlobalStyle(["body{color:",";background-color:","}"],e=>e.theme.click.global.color.text.default,e=>e.theme.click.global.color.background.default),jg=({theme:e,children:t})=>n.jsxs(S.ThemeProvider,{theme:Na[e],children:[n.jsx(Mg,{}),t]});function Sg(){this.__data__=[],this.size=0}var _g=Sg;function Eg(e,t){return e===t||e!==e&&t!==t}var Tn=Eg,Og=Tn;function Hg(e,t){for(var o=e.length;o--;)if(Og(e[o][0],t))return o;return-1}var Zn=Hg,Pg=Zn,Ig=Array.prototype,Fg=Ig.splice;function Vg(e){var t=this.__data__,o=Pg(t,e);if(o<0)return!1;var r=t.length-1;return o==r?t.pop():Fg.call(t,o,1),--this.size,!0}var Tg=Vg,Zg=Zn;function Ag(e){var t=this.__data__,o=Zg(t,e);return o<0?void 0:t[o][1]}var Dg=Ag,Ng=Zn;function Bg(e){return Ng(this.__data__,e)>-1}var Rg=Bg,Ug=Zn;function Wg(e,t){var o=this.__data__,r=Ug(o,e);return r<0?(++this.size,o.push([e,t])):o[r][1]=t,this}var zg=Wg,Gg=_g,Kg=Tg,qg=Dg,Yg=Rg,Xg=zg;function G1(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var r=e[t];this.set(r[0],r[1])}}G1.prototype.clear=Gg,G1.prototype.delete=Kg,G1.prototype.get=qg,G1.prototype.has=Yg,G1.prototype.set=Xg;var An=G1,Jg=An;function Qg(){this.__data__=new Jg,this.size=0}var ev=Qg;function tv(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}var nv=tv;function ov(e){return this.__data__.get(e)}var rv=ov;function iv(e){return this.__data__.has(e)}var av=iv,sv=typeof Zt=="object"&&Zt&&Zt.Object===Object&&Zt,Bi=sv,lv=Bi,cv=typeof self=="object"&&self&&self.Object===Object&&self,dv=lv||cv||Function("return this")(),K1=dv,uv=K1,fv=uv.Symbol,Ri=fv,Ui=Ri,Wi=Object.prototype,pv=Wi.hasOwnProperty,hv=Wi.toString,Pt=Ui?Ui.toStringTag:void 0;function gv(e){var t=pv.call(e,Pt),o=e[Pt];try{e[Pt]=void 0;var r=!0}catch{}var i=hv.call(e);return r&&(t?e[Pt]=o:delete e[Pt]),i}var vv=gv,Cv=Object.prototype,bv=Cv.toString;function mv(e){return bv.call(e)}var xv=mv,zi=Ri,wv=vv,kv=xv,yv="[object Null]",Lv="[object Undefined]",Gi=zi?zi.toStringTag:void 0;function $v(e){return e==null?e===void 0?Lv:yv:Gi&&Gi in Object(e)?wv(e):kv(e)}var Dn=$v;function Mv(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var $1=Mv,jv=Dn,Sv=$1,_v="[object AsyncFunction]",Ev="[object Function]",Ov="[object GeneratorFunction]",Hv="[object Proxy]";function Pv(e){if(!Sv(e))return!1;var t=jv(e);return t==Ev||t==Ov||t==_v||t==Hv}var H2=Pv,Iv=K1,Fv=Iv["__core-js_shared__"],Vv=Fv,P2=Vv,Ki=function(){var e=/[^.]+$/.exec(P2&&P2.keys&&P2.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Tv(e){return!!Ki&&Ki in e}var Zv=Tv,Av=Function.prototype,Dv=Av.toString;function Nv(e){if(e!=null){try{return Dv.call(e)}catch{}try{return e+""}catch{}}return""}var Bv=Nv,Rv=H2,Uv=Zv,Wv=$1,zv=Bv,Gv=/[\\^$.*+?()[\]{}|]/g,Kv=/^\[object .+?Constructor\]$/,qv=Function.prototype,Yv=Object.prototype,Xv=qv.toString,Jv=Yv.hasOwnProperty,Qv=RegExp("^"+Xv.call(Jv).replace(Gv,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function eC(e){if(!Wv(e)||Uv(e))return!1;var t=Rv(e)?Qv:Kv;return t.test(zv(e))}var tC=eC;function nC(e,t){return e==null?void 0:e[t]}var oC=nC,rC=tC,iC=oC;function aC(e,t){var o=iC(e,t);return rC(o)?o:void 0}var I2=aC,sC=I2,lC=K1,cC=sC(lC,"Map"),qi=cC,dC=I2,uC=dC(Object,"create"),Nn=uC,Yi=Nn;function fC(){this.__data__=Yi?Yi(null):{},this.size=0}var pC=fC;function hC(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var gC=hC,vC=Nn,CC="__lodash_hash_undefined__",bC=Object.prototype,mC=bC.hasOwnProperty;function xC(e){var t=this.__data__;if(vC){var o=t[e];return o===CC?void 0:o}return mC.call(t,e)?t[e]:void 0}var wC=xC,kC=Nn,yC=Object.prototype,LC=yC.hasOwnProperty;function $C(e){var t=this.__data__;return kC?t[e]!==void 0:LC.call(t,e)}var MC=$C,jC=Nn,SC="__lodash_hash_undefined__";function _C(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=jC&&t===void 0?SC:t,this}var EC=_C,OC=pC,HC=gC,PC=wC,IC=MC,FC=EC;function q1(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var r=e[t];this.set(r[0],r[1])}}q1.prototype.clear=OC,q1.prototype.delete=HC,q1.prototype.get=PC,q1.prototype.has=IC,q1.prototype.set=FC;var VC=q1,Xi=VC,TC=An,ZC=qi;function AC(){this.size=0,this.__data__={hash:new Xi,map:new(ZC||TC),string:new Xi}}var DC=AC;function NC(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var BC=NC,RC=BC;function UC(e,t){var o=e.__data__;return RC(t)?o[typeof t=="string"?"string":"hash"]:o.map}var Bn=UC,WC=Bn;function zC(e){var t=WC(this,e).delete(e);return this.size-=t?1:0,t}var GC=zC,KC=Bn;function qC(e){return KC(this,e).get(e)}var YC=qC,XC=Bn;function JC(e){return XC(this,e).has(e)}var QC=JC,eb=Bn;function tb(e,t){var o=eb(this,e),r=o.size;return o.set(e,t),this.size+=o.size==r?0:1,this}var nb=tb,ob=DC,rb=GC,ib=YC,ab=QC,sb=nb;function Y1(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var r=e[t];this.set(r[0],r[1])}}Y1.prototype.clear=ob,Y1.prototype.delete=rb,Y1.prototype.get=ib,Y1.prototype.has=ab,Y1.prototype.set=sb;var lb=Y1,cb=An,db=qi,ub=lb,fb=200;function pb(e,t){var o=this.__data__;if(o instanceof cb){var r=o.__data__;if(!db||r.length<fb-1)return r.push([e,t]),this.size=++o.size,this;o=this.__data__=new ub(r)}return o.set(e,t),this.size=o.size,this}var hb=pb,gb=An,vb=ev,Cb=nv,bb=rv,mb=av,xb=hb;function X1(e){var t=this.__data__=new gb(e);this.size=t.size}X1.prototype.clear=vb,X1.prototype.delete=Cb,X1.prototype.get=bb,X1.prototype.has=mb,X1.prototype.set=xb;var wb=X1,kb=I2,yb=function(){try{var e=kb(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Ji=yb,Qi=Ji;function Lb(e,t,o){t=="__proto__"&&Qi?Qi(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}var F2=Lb,$b=F2,Mb=Tn;function jb(e,t,o){(o!==void 0&&!Mb(e[t],o)||o===void 0&&!(t in e))&&$b(e,t,o)}var ea=jb;function Sb(e){return function(t,o,r){for(var i=-1,a=Object(t),c=r(t),s=c.length;s--;){var d=c[e?s:++i];if(o(a[d],d,a)===!1)break}return t}}var _b=Sb,Eb=_b,Ob=Eb(),Hb=Ob,Rn={exports:{}};Rn.exports,function(e,t){var o=K1,r=t&&!t.nodeType&&t,i=r&&!0&&e&&!e.nodeType&&e,a=i&&i.exports===r,c=a?o.Buffer:void 0,s=c?c.allocUnsafe:void 0;function d(u,f){if(f)return u.slice();var p=u.length,h=s?s(p):new u.constructor(p);return u.copy(h),h}e.exports=d}(Rn,Rn.exports);var Pb=Rn.exports,Ib=K1,Fb=Ib.Uint8Array,Vb=Fb,ta=Vb;function Tb(e){var t=new e.constructor(e.byteLength);return new ta(t).set(new ta(e)),t}var Zb=Tb,Ab=Zb;function Db(e,t){var o=t?Ab(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}var Nb=Db;function Bb(e,t){var o=-1,r=e.length;for(t||(t=Array(r));++o<r;)t[o]=e[o];return t}var Rb=Bb,Ub=$1,na=Object.create,Wb=function(){function e(){}return function(t){if(!Ub(t))return{};if(na)return na(t);e.prototype=t;var o=new e;return e.prototype=void 0,o}}(),zb=Wb;function Gb(e,t){return function(o){return e(t(o))}}var Kb=Gb,qb=Kb,Yb=qb(Object.getPrototypeOf,Object),oa=Yb,Xb=Object.prototype;function Jb(e){var t=e&&e.constructor,o=typeof t=="function"&&t.prototype||Xb;return e===o}var ra=Jb,Qb=zb,em=oa,tm=ra;function nm(e){return typeof e.constructor=="function"&&!tm(e)?Qb(em(e)):{}}var om=nm;function rm(e){return e!=null&&typeof e=="object"}var It=rm,im=Dn,am=It,sm="[object Arguments]";function lm(e){return am(e)&&im(e)==sm}var cm=lm,ia=cm,dm=It,aa=Object.prototype,um=aa.hasOwnProperty,fm=aa.propertyIsEnumerable,pm=ia(function(){return arguments}())?ia:function(e){return dm(e)&&um.call(e,"callee")&&!fm.call(e,"callee")},sa=pm,hm=Array.isArray,la=hm,gm=9007199254740991;function vm(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=gm}var ca=vm,Cm=H2,bm=ca;function mm(e){return e!=null&&bm(e.length)&&!Cm(e)}var V2=mm,xm=V2,wm=It;function km(e){return wm(e)&&xm(e)}var ym=km,Un={exports:{}};function Lm(){return!1}var $m=Lm;Un.exports,function(e,t){var o=K1,r=$m,i=t&&!t.nodeType&&t,a=i&&!0&&e&&!e.nodeType&&e,c=a&&a.exports===i,s=c?o.Buffer:void 0,d=s?s.isBuffer:void 0,u=d||r;e.exports=u}(Un,Un.exports);var da=Un.exports,Mm=Dn,jm=oa,Sm=It,_m="[object Object]",Em=Function.prototype,Om=Object.prototype,ua=Em.toString,Hm=Om.hasOwnProperty,Pm=ua.call(Object);function Im(e){if(!Sm(e)||Mm(e)!=_m)return!1;var t=jm(e);if(t===null)return!0;var o=Hm.call(t,"constructor")&&t.constructor;return typeof o=="function"&&o instanceof o&&ua.call(o)==Pm}var Fm=Im,Vm=Dn,Tm=ca,Zm=It,Am="[object Arguments]",Dm="[object Array]",Nm="[object Boolean]",Bm="[object Date]",Rm="[object Error]",Um="[object Function]",Wm="[object Map]",zm="[object Number]",Gm="[object Object]",Km="[object RegExp]",qm="[object Set]",Ym="[object String]",Xm="[object WeakMap]",Jm="[object ArrayBuffer]",Qm="[object DataView]",ex="[object Float32Array]",tx="[object Float64Array]",nx="[object Int8Array]",ox="[object Int16Array]",rx="[object Int32Array]",ix="[object Uint8Array]",ax="[object Uint8ClampedArray]",sx="[object Uint16Array]",lx="[object Uint32Array]",fe={};fe[ex]=fe[tx]=fe[nx]=fe[ox]=fe[rx]=fe[ix]=fe[ax]=fe[sx]=fe[lx]=!0,fe[Am]=fe[Dm]=fe[Jm]=fe[Nm]=fe[Qm]=fe[Bm]=fe[Rm]=fe[Um]=fe[Wm]=fe[zm]=fe[Gm]=fe[Km]=fe[qm]=fe[Ym]=fe[Xm]=!1;function cx(e){return Zm(e)&&Tm(e.length)&&!!fe[Vm(e)]}var dx=cx;function ux(e){return function(t){return e(t)}}var fx=ux,Wn={exports:{}};Wn.exports,function(e,t){var o=Bi,r=t&&!t.nodeType&&t,i=r&&!0&&e&&!e.nodeType&&e,a=i&&i.exports===r,c=a&&o.process,s=function(){try{var d=i&&i.require&&i.require("util").types;return d||c&&c.binding&&c.binding("util")}catch{}}();e.exports=s}(Wn,Wn.exports);var px=Wn.exports,hx=dx,gx=fx,fa=px,pa=fa&&fa.isTypedArray,vx=pa?gx(pa):hx,ha=vx;function Cx(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var ga=Cx,bx=F2,mx=Tn,xx=Object.prototype,wx=xx.hasOwnProperty;function kx(e,t,o){var r=e[t];(!(wx.call(e,t)&&mx(r,o))||o===void 0&&!(t in e))&&bx(e,t,o)}var yx=kx,Lx=yx,$x=F2;function Mx(e,t,o,r){var i=!o;o||(o={});for(var a=-1,c=t.length;++a<c;){var s=t[a],d=r?r(o[s],e[s],s,o,e):void 0;d===void 0&&(d=e[s]),i?$x(o,s,d):Lx(o,s,d)}return o}var jx=Mx;function Sx(e,t){for(var o=-1,r=Array(e);++o<e;)r[o]=t(o);return r}var _x=Sx,Ex=9007199254740991,Ox=/^(?:0|[1-9]\d*)$/;function Hx(e,t){var o=typeof e;return t=t??Ex,!!t&&(o=="number"||o!="symbol"&&Ox.test(e))&&e>-1&&e%1==0&&e<t}var va=Hx,Px=_x,Ix=sa,Fx=la,Vx=da,Tx=va,Zx=ha,Ax=Object.prototype,Dx=Ax.hasOwnProperty;function Nx(e,t){var o=Fx(e),r=!o&&Ix(e),i=!o&&!r&&Vx(e),a=!o&&!r&&!i&&Zx(e),c=o||r||i||a,s=c?Px(e.length,String):[],d=s.length;for(var u in e)(t||Dx.call(e,u))&&!(c&&(u=="length"||i&&(u=="offset"||u=="parent")||a&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Tx(u,d)))&&s.push(u);return s}var Bx=Nx;function Rx(e){var t=[];if(e!=null)for(var o in Object(e))t.push(o);return t}var Ux=Rx,Wx=$1,zx=ra,Gx=Ux,Kx=Object.prototype,qx=Kx.hasOwnProperty;function Yx(e){if(!Wx(e))return Gx(e);var t=zx(e),o=[];for(var r in e)r=="constructor"&&(t||!qx.call(e,r))||o.push(r);return o}var Xx=Yx,Jx=Bx,Qx=Xx,ew=V2;function tw(e){return ew(e)?Jx(e,!0):Qx(e)}var Ca=tw,nw=jx,ow=Ca;function rw(e){return nw(e,ow(e))}var iw=rw,ba=ea,aw=Pb,sw=Nb,lw=Rb,cw=om,ma=sa,xa=la,dw=ym,uw=da,fw=H2,pw=$1,hw=Fm,gw=ha,wa=ga,vw=iw;function Cw(e,t,o,r,i,a,c){var s=wa(e,o),d=wa(t,o),u=c.get(d);if(u){ba(e,o,u);return}var f=a?a(s,d,o+"",e,t,c):void 0,p=f===void 0;if(p){var h=xa(d),g=!h&&uw(d),C=!h&&!g&&gw(d);f=d,h||g||C?xa(s)?f=s:dw(s)?f=lw(s):g?(p=!1,f=aw(d,!0)):C?(p=!1,f=sw(d,!0)):f=[]:hw(d)||ma(d)?(f=s,ma(s)?f=vw(s):(!pw(s)||fw(s))&&(f=cw(d))):p=!1}p&&(c.set(d,f),i(f,d,r,a,c),c.delete(d)),ba(e,o,f)}var bw=Cw,mw=wb,xw=ea,ww=Hb,kw=bw,yw=$1,Lw=Ca,$w=ga;function ka(e,t,o,r,i){e!==t&&ww(t,function(a,c){if(i||(i=new mw),yw(a))kw(e,t,c,o,ka,r,i);else{var s=r?r($w(e,c),a,c+"",e,t,i):void 0;s===void 0&&(s=a),xw(e,c,s)}},Lw)}var Mw=ka;function jw(e){return e}var ya=jw;function Sw(e,t,o){switch(o.length){case 0:return e.call(t);case 1:return e.call(t,o[0]);case 2:return e.call(t,o[0],o[1]);case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}var _w=Sw,Ew=_w,La=Math.max;function Ow(e,t,o){return t=La(t===void 0?e.length-1:t,0),function(){for(var r=arguments,i=-1,a=La(r.length-t,0),c=Array(a);++i<a;)c[i]=r[t+i];i=-1;for(var s=Array(t+1);++i<t;)s[i]=r[i];return s[t]=o(c),Ew(e,this,s)}}var Hw=Ow;function Pw(e){return function(){return e}}var Iw=Pw,Fw=Iw,$a=Ji,Vw=ya,Tw=$a?function(e,t){return $a(e,"toString",{configurable:!0,enumerable:!1,value:Fw(t),writable:!0})}:Vw,Zw=Tw,Aw=800,Dw=16,Nw=Date.now;function Bw(e){var t=0,o=0;return function(){var r=Nw(),i=Dw-(r-o);if(o=r,i>0){if(++t>=Aw)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var Rw=Bw,Uw=Zw,Ww=Rw,zw=Ww(Uw),Gw=zw,Kw=ya,qw=Hw,Yw=Gw;function Xw(e,t){return Yw(qw(e,t,Kw),e+"")}var Jw=Xw,Qw=Tn,ek=V2,tk=va,nk=$1;function ok(e,t,o){if(!nk(o))return!1;var r=typeof t;return(r=="number"?ek(o)&&tk(t,o.length):r=="string"&&t in o)?Qw(o[t],e):!1}var rk=ok,ik=Jw,ak=rk;function sk(e){return ik(function(t,o){var r=-1,i=o.length,a=i>1?o[i-1]:void 0,c=i>2?o[2]:void 0;for(a=e.length>3&&typeof a=="function"?(i--,a):void 0,c&&ak(o[0],o[1],c)&&(a=i<3?void 0:a,i=1),t=Object(t);++r<i;){var s=o[r];s&&e(t,s,r,a)}return t})}var lk=sk,ck=Mw,dk=lk,uk=dk(function(e,t,o){ck(e,t,o)}),fk=uk;const T2=nt(fk),Ma={button:{basic:{size:{icon:{height:"0.75rem",width:"0.75rem"}},color:{primary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"},text:{default:"#151515"},stroke:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)"},text:{default:"#161517"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"lch(78 26.3 22)"},text:{default:"#c10000"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}}}},iconButton:{size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},text:{default:"#151515",hover:"#151515",active:"#151515"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(75 71.4 79.3)",hover:"lch(81.7 41.9 82.1)",active:"lch(75.6 38.8 82.1)",disabled:"lch(81.3 0 0)"},action:{default:"lch(71.3 67.8 79.3)",hover:"lch(77.6 39.8 82.1)",active:"lch(69.2 35.5 82.1)",disabled:"lch(74.4 0 0)"}},text:{default:"#151515",hover:"#151515",active:"#151515",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(62.4 59.3 79.3)",hover:"lch(71.5 36.7 82.1)",active:"lch(66.1 33.9 82.1)",disabled:"lch(71.1 0 0)"}}},mobile:{basic:{size:{icon:{all:"1.25rem"}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{link:{default:"#161517",hover:"#C78F0F",active:"#161517",disabled:"#a0a0a0"}}}},sidebar:{navigation:{item:{color:{background:{active:"lch(38.8 16.8 296 / 0.6)",hover:"lch(40.9 16.2 296)",default:"rgba(0,0,0,0)"},text:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff",muted:"#696e79"},icon:{default:"#e4e2e9"}}},title:{color:{default:"#ada8bd",hover:"#ada8bd",active:"#ada8bd"}},subItem:{color:{text:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},background:{default:"rgba(0,0,0,0)",hover:"lch(40.9 16.2 296)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#FFC029"}}}},main:{color:{background:{default:"#2f2c3a"},text:{default:"#ffffff",muted:"#ada8bd"},stroke:{default:"#474257"}},navigation:{item:{background:{default:"rgba(0,0,0,0)",active:"#474257",hover:"#f6f7fa"},text:{default:"#ffffff",muted:"#ada8bd"}}}}},global:{color:{text:{link:{default:"#C78F0F",hover:"#C78F0F"}}}}},ja="classic",pk=Object.freeze(Object.defineProperty({__proto__:null,click:Ma,default:{click:Ma,name:ja},name:ja},Symbol.toStringTag,{value:"Module"})),Sa={accordion:{color:{label:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"},icon:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"}}},alert:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",warning:"#4f2b00",info:"#092e73"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",warning:"#ff9416",info:"#91b3f6"},iconBackground:{default:"#1F1F1C",success:"lch(23.2 29.3 145)",neutral:"lch(26.7 0 0)",danger:"lch(18.1 47.8 36)",warning:"lch(21.2 33.5 64.7)",info:"lch(19.7 44.1 284)"},iconForeground:{default:"#b3b6bd",success:"lch(83.5 49.5 149 / 0.75)",neutral:"lch(77.7 0 0 / 0.75)",danger:"lch(66.6 60.1 26.8 / 0.75)",warning:"lch(71.9 82.2 64 / 0.75)",info:"lch(72.4 37.5 271 / 0.75)"}}},avatar:{color:{background:{default:"#53575f",hover:"#696e79",active:"#696e79"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C"}}},badge:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"#414141",info:"#092e73",warning:"#4f2b00"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",disabled:"#808080",info:"#91b3f6",warning:"#ff9416"},stroke:{default:"lch(27.5 0 0 / 0.3)",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"lch(26.2 0 0)",info:"#092e73",warning:"#4f2b00"}}},bigStat:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"},label:{default:"#b3b6bd"},title:{default:"#ffffff"}}},button:{basic:{color:{primary:{background:{default:"#FAFF69",hover:"lch(98.3 49.3 103)",active:"lch(90.2 65.2 103)",disabled:"#414141"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"#FAFF69",hover:"#FAFF69",active:"lch(82.5 59.7 103)",disabled:"#414141"}},secondary:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(20.3 0 0)",disabled:"#414141"},stroke:{default:"#414141",hover:"#53575f",active:"lch(23.3 2.63 306)",disabled:"#414141"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"}},danger:{background:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"},text:{default:"#ff7575",hover:"#ff7575",active:"#ff7575",disabled:"#808080"},stroke:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"}}}},iconButton:{color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgb(14.1% 14.1% 14.1%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgb(14.1% 14.1% 14.1%)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},secondary:{background:{default:"#FAFF69",hover:"lch(98.3 49.3 103)",active:"lch(85.7 61.9 103)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(98.3 49.3 103)",active:"lch(85.7 61.9 103)"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#610000",hover:"#ff9898",active:"#ffbaba"},text:{default:"#ff7575"}}}},split:{primary:{background:{main:{default:"lch(89.3 64.5 103)",hover:"lch(89.9 45.1 103)",active:"lch(82.5 59.7 103)",disabled:"lch(25.2 0 0)"},action:{default:"lch(87.8 63.4 103)",hover:"lch(82.7 41.5 103)",active:"lch(72.6 52.5 103)",disabled:"lch(22.2 0 0)"}},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(78.1 56.4 103)",hover:"lch(78.7 39.5 103)",active:"lch(72.2 52.2 103)",disabled:"lch(23.1 0 0)"}}},group:{color:{background:{default:"#282828",hover:"lch(19.3 0 0)",active:"lch(23.4 0 0)",panel:"#282828"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"},stroke:{panel:"lch(27.5 0 0 / 0.3)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"lch(15.8 0 0)"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"#53575f",active:"lch(23.3 2.63 306)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}}},card:{secondary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},link:{default:"#ffffff",hover:"#FAFF69",active:"#ffffff",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},primary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},horizontal:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}}},checkbox:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#FAFF69",disabled:"#606060"},check:{default:"#ffffff",hover:"#ffffff",active:"#151515",disabled:"#a0a0a0"},label:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#282828"},text:{default:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},field:{color:{background:{default:"#282828",hover:"#282828",active:"#1F1F1C",disabled:"#414141",error:"#1F1F1C"},text:{default:"#e6e7e9",hover:"#e6e7e9",active:"#ffffff",disabled:"#808080",error:"#ff7575"},stroke:{default:"lch(31.1 0 0 / 0.3)",hover:"lch(34.5 0 0 / 0.3)",active:"#FAFF69",disabled:"#414141",error:"#ff7575"},label:{default:"#b3b6bd",hover:"#b3b6bd",active:"#ffffff",disabled:"#a0a0a0",error:"#ff7575"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},genericLabel:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},genericMenu:{item:{color:{text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#c0c0c0",muted:"#b3b6bd"},background:{default:"#282828",hover:"lch(23.5 0 0)",active:"lch(23.5 0 0)",disabled:"#414141"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},button:{color:{background:{default:"#282828"},label:{default:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},panel:{color:{background:{default:"#282828"},stroke:{default:"#414141"}}},autocomplete:{color:{placeholder:{default:"#b3b6bd"},searchTerm:{default:"#ffffff"},background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},image:{color:{stroke:"#ffffff"}},panel:{color:{background:{default:"#1F1F1C",muted:"#282828",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},popover:{color:{panel:{background:{default:"#282828"},stroke:{default:"#414141"}}}},radio:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#151515",disabled:"#606060"},indicator:{default:"#1F1F1C",hover:"#282828",active:"#151515",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(27.5 0 0 / 0.6)",hover:"lch(19.1 0 0)",default:"rgba(0,0,0,0)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",muted:"#b3b6bd"},icon:{default:"#b3b6bd"}}},title:{color:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd"}},subItem:{color:{text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},background:{default:"rgba(0,0,0,0)",hover:"lch(19.1 0 0)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#FAFF69"}}}},main:{color:{background:{default:"#1F1F1C"},text:{default:"#ffffff",muted:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},sqlSidebar:{color:{background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},stepperVertical:{icon:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"},foreground:{default:"#ffffff",incomplete:"#ffffff",complete:"#ffffff"},stroke:{default:"#282828",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"}}},switch:{color:{background:{default:"#606060",active:"#FAFF69",disabled:"#808080"},stroke:{default:"#606060",active:"#FAFF69",disabled:"#808080"},indicator:{default:"#151515",active:"#161517",disabled:"#606060"}}},table:{header:{color:{background:{default:"#282828"},title:{default:"#ffffff"},icon:{default:"#ffffff"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#1F1F1C",hover:"#1d1d1d",active:"#1d1d1d"},stroke:{default:"lch(27.5 0 0 / 0.3)"},text:{default:"#ffffff"},link:{default:"#FAFF69"},label:{default:"#b3b6bd"}}},global:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgba(0,0,0,0)"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#FAFF69"},global:{default:"lch(27.5 0 0 / 0.3)"}}},fileTabs:{color:{background:{default:"#282828",hover:"#1F1F1C",active:"#1F1F1C"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(27.5 0 0 / 0.3)"}}}},toast:{color:{title:{default:"#ffffff"},description:{default:"#b3b6bd"},stroke:{default:"#414141"},icon:{default:"#ffffff",success:"#81e59d",warning:"#ff9416",danger:"#ff7575"}}},tooltip:{color:{background:{default:"lch(100 0 0 / 0.15)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#1F1F1C"},title:{default:"#ffffff"},description:{default:"#b3b6bd"},opaqueBackground:{default:"lch(97.9 0 0 / 0.45)"}}},global:{color:{background:{default:"#1F1F1C",muted:"#282828"},text:{default:"#ffffff",muted:"#b3b6bd",link:{default:"#FAFF69",hover:"#feffba"}},stroke:{default:"lch(27.5 0 0 / 0.3)",muted:"lch(27.5 0 0 / 0.3)",intense:"#414141"},accent:{default:"#FAFF69"},outline:{default:"#FAFF69"},shadow:{default:"lch(6.77 0 0 / 0.6)"}}},feedback:{color:{info:{background:"#092e73",foreground:"#91b3f6"},success:{background:"#0e421d",foreground:"#81e59d"},warning:{background:"#4f2b00",foreground:"#ff9416"},danger:{background:"#610000",foreground:"#ff7575"},neutral:{background:"#414141",foreground:"#c0c0c0",stroke:"lch(27.5 0 0 / 0.3)"}}},grid:{color:{background:{header:{default:"lch(16.1 0 0 / 0.7)"},row:{default:"#1F1F1C"}},text:{header:{default:"#b3b6bd"},row:{default:"#ffffff"}},stroke:{cell:{stroke:"lch(27.5 0 0 / 0.3)"}}}}},_a="dark",hk=Object.freeze(Object.defineProperty({__proto__:null,click:Sa,default:{click:Sa,name:_a},name:_a},Symbol.toStringTag,{value:"Module"})),Ea={accordion:{color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{basic:{color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},primary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},horizontal:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},field:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)"}}},button:{color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},image:{color:{stroke:"#161517"}},panel:{color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},stepperVertical:{icon:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}}},switch:{color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},Oa="light",gk=Object.freeze(Object.defineProperty({__proto__:null,click:Ea,default:{click:Ea,name:Oa},name:Oa},Symbol.toStringTag,{value:"Module"})),Ha={accordion:{sm:{icon:{size:{height:"1rem",width:"1rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},md:{icon:{size:{height:"1.25rem",width:"1.25rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},lg:{icon:{size:{height:"1.5rem",width:"1.5rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{medium:{space:{y:"0.75rem",x:"0.75rem",gap:"0.5rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},icon:{height:"1.25rem",width:"1.25rem"}},small:{space:{y:"0.5rem",x:"0.5rem",gap:"0.25rem"},icon:{height:"1rem",width:"1rem"},typography:{title:{default:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{center:"0",end:"0.25rem"},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{typography:{label:{sm:{default:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},md:{default:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{label:{width:"1.5rem"},width:"1.5rem",height:"1.5rem"},radii:{all:"9999px"},color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{space:{md:{x:"0.75rem",y:"0.125rem",gap:"0.25rem"},sm:{x:"0.5rem",y:"0.156rem",gap:"0.125rem"}},typography:{label:{md:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sm:{default:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{all:"9999px"},stroke:"1px",icon:{md:{size:{height:"0.75rem",width:"0.75rem"}},sm:{size:{height:"0.625rem",width:"0.625rem"}}},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{space:{all:"1rem",gap:"0"},radii:{all:"0.25rem"},stroke:"1px",typography:{lg:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},sm:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{height:"6rem"},color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{radii:{all:"0.25rem"},basic:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem",group:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{icon:{height:"0.969rem",all:"0.969rem",width:"0.969rem"}},color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{default:{space:{x:"0.5rem",y:"0.5rem"}},size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},radii:{all:"0.25rem"},sm:{space:{x:"0.25rem",y:"0.25rem"}},xs:{space:{x:"0",y:"0"}},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},stroke:"1px",split:{icon:{space:{y:"0.516rem",x:"0.344rem"}},primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},mobile:{button:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},basic:{size:{icon:{all:"1.25rem"}}}},"button-group":{radii:{center:"0",end:"0.25rem"}},alignLeft:{size:{icon:{all:"0.969rem"}},space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{space:{all:"1rem",gap:"1rem"},radii:{all:"0.25rem"},icon:{size:{all:"2rem"}},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},typography:{title:{default:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},link:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},primary:{size:{icon:{sm:{all:"2rem"},md:{all:"4rem"}}},space:{md:{y:"1.5rem",x:"1.5rem",gap:"0.75rem"},sm:{y:"1.5rem",x:"1.5rem",gap:"0.25rem"}},radii:{all:"0.25rem"},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",horizontal:{radii:{all:"0.25rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{radii:{all:"0.125rem"},space:{all:"1px",gap:"0.5rem"},size:{all:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},label:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}}},codeblock:{space:{x:"1rem",y:"1rem",gap:"1.5rem"},radii:{all:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},numbers:{size:{width:"1.5rem"}},darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{space:{x:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},radii:{all:"0.25rem"},color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},docs:{typography:{titles:{lg:`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},breadcrumbs:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},toc:{title:{default:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},item:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},field:{typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},fieldText:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},format:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},genericLabel:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},type:{mobile:{label:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"field-value":`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},space:{x:"0.75rem",y:"0.344rem",gap:"0.5rem"},size:{icon:"1rem"},radii:{all:"0.25rem"},mobile:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},icon:{size:{height:"0.969rem",width:"0.969rem"}},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sectionHeader:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},stroke:{default:"lch(91.6 1.1 266)"}}},itemCustom:{typography:{label:{sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},button:{space:{gap:"0.25rem",y:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{typography:{results:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},search:{placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},term:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},search:{stroke:{default:"2px solid lch(91.6 1.1 266)"}},color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},sectionHeader:{space:{bottom:"0.344rem",top:"0.5rem"}},placeholder:{space:{gap:"0.5rem"}}},image:{sm:{size:{height:"1rem",width:"1rem"}},xs:{size:{height:"0.75rem",width:"0.75rem"}},md:{size:{height:"1.25rem",width:"1.25rem"}},lg:{size:{height:"1.5rem",width:"1.5rem"}},xl:{size:{height:"2rem",width:"2rem"}},xxl:{size:{height:"4rem",width:"4rem"}},color:{stroke:"#161517"}},panel:{strokeWidth:{default:"1px"},radii:{all:"0.25rem"},stroke:{default:"1px solid lch(91.6 1.1 266)"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},space:{y:{none:"0",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"},x:{xs:"0.5rem",none:"0",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"}},color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{space:{y:"1rem",x:"1.5rem",gap:"0.75rem"},radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},icon:{size:{height:"1.25rem",width:"1.25rem"}},color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{radii:{all:"9999px"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}},vertical:{space:{x:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},y:{all:"0"}}},color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{radii:{all:"0.25rem"},default:{space:{right:"0.75rem",y:"0.344rem",gap:"0.75rem",left:"0"}},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},space:{left:"0",right:"0.75rem",y:"0.75rem",gap:"0.75rem"}},collapsible:{space:{left:"0",right:"0.75rem",y:"0.344rem",gap:"0.75rem"}},icon:{size:{height:"1rem",width:"1rem"}},color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{typography:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{default:{space:{left:"2.75rem",right:"0.75rem",y:"0.344rem"}},mobile:{space:{left:"2.75rem",right:"0.75rem",y:"0.75rem",gap:"0.75rem"},typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{size:{height:"0.125rem"},color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},spacer:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}}},stepperVertical:{icon:{size:{height:"1.25rem",width:"1.25rem"},space:{x:"0.375rem",y:"0.375rem"},radii:"9999px",background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{size:{width:"0.188rem"},background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}},typography:{label:{default:`600 0.75rem/1.7 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},switch:{space:{gap:"0.5rem"},radii:{all:"9999px"},size:{width:"2rem",height:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{title:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},cell:{text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{space:{y:"0.5rem",x:"0.75rem"},radii:{all:"0.25rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},basic:{strokeWidth:{default:"1px",hover:"1px",active:"2px",global:"1px"},stroke:{default:"1px solid rgba(0,0,0,0)",hover:"1px solid rgba(0,0,0,0)",active:"2px solid #151515",global:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{icon:{size:{height:"1rem",width:"1rem"}},space:{y:"1.063rem",x:"1rem",gap:"0.75rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0"},color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{icon:{size:{height:"1rem",width:"1rem"}},space:{title:{gap:"0.5rem"},y:"0.75rem",x:"0.75rem",gap:"0.5rem"},radii:{all:"0.25rem"},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{radii:{all:"0.25rem"},space:{x:"0.75rem",y:"0.5rem"},typography:{label:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{space:{y:"1.5rem",x:"2rem",gap:"1rem"},title:{space:{gap:"0.5rem"}},radii:{all:"0.5rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},stroke:{default:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},link:{space:{md:{gap:"0.25rem"},sm:{gap:"2px"}},icon:{size:{sm:{height:"0.75rem",width:"0.75rem"},md:{height:"1rem",width:"1rem"}}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},Pa={default:"all 150ms ease-in 0ms",duration:{slow:"300ms",medium:"150ms",fast:"50ms"},delay:{slow:"100ms",fast:"0ms"},function:{ease:"ease","ease-in":"ease-in","ease-in-out":"ease-in-out",linear:"linear"}},Ia="light",Fa={brand:{50:"#ffffe8",100:"#feffba",200:"#fdffa3",300:"#FAFF69",400:"#eef400",500:"#9fa300",600:"#4f5100",700:"#27291B",800:"#161600",base:"#fbff46"},neutral:{0:"#ffffff",100:"#f9f9f9",200:"#dfdfdf",300:"#c0c0c0",400:"#a0a0a0",500:"#808080",600:"#606060",700:"#414141",725:"#282828",750:"#1F1F1C",800:"#1d1d1d",900:"#151515",base:"#212121"},slate:{50:"#f6f7fa",100:"#e6e7e9",200:"#cccfd3",300:"#b3b6bd",400:"#9a9ea7",500:"#808691",600:"#696e79",700:"#53575f",800:"#302e32",900:"#161517",base:"#373439"},indigo:{50:"#f4f1fc",100:"#e4e2e9",200:"#c8c5d3",300:"#ada8bd",400:"#918ba7",500:"#766e91",600:"#5e5874",700:"#474257",800:"#23212c",900:"#18161d",base:"#2f2c3a"},info:{50:"#dae6fc",100:"#b5cdf9",200:"#91b3f6",300:"#6c9af3",400:"#135be6",500:"#0e44ad",600:"#092e73",700:"#061d48",800:"#05173a",900:"#041330",base:"#4781f0"},success:{50:"#e0f8e7",100:"#c0f2ce",200:"#a1ebb6",300:"#81e59d",400:"#41d76b",500:"#2ac656",600:"#1c8439",700:"#15632b",800:"#0e421d",900:"#07210e",base:"#62de85"},warning:{50:"#ffedd8",100:"#ffdbb1",200:"#ffca8b",300:"#ffb864",400:"#ff9416",500:"#ed8000",600:"#c66b00",700:"#9e5600",800:"#4f2b00",900:"#271500",base:"#ffa63d"},danger:{50:"#ffdddd",100:"#ffbaba",200:"#ff9898",300:"#ff7575",400:"#ff2323",500:"#f10000",600:"#c10000",700:"#910000",800:"#610000",900:"#300000",base:"#FF5353"},gradients:{base:"linear-gradient(229.65deg, #292924 15.78%, #0F0F0F 88.39%)",transparent:"rgba(0,0,0,0)"},utility:{transparent:"rgba(0,0,0,0)"}},Va={0:"0",1:"1px",2:"0.25rem",3:"0.5rem",4:"0.75rem",5:"1rem",6:"1.25rem",7:"1.5rem",8:"1.75rem",9:"2rem",10:"2.5rem",11:"4rem"},Ta={font:{families:{regular:`"Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,mono:`"Inconsolata", '"SFMono Regular"', monospace`,display:`'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},weights:{1:"400",2:"500",3:"600",4:"700"},sizes:{0:"0.625rem",1:"0.75rem",2:"0.875rem",3:"1rem",4:"1.25rem",6:"2rem",base:"16px"},"line-height":{1:1.5,2:1.6,3:1.7,4:1.3}},styles:{product:{titles:{xs:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{normal:{xs:`400 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},medium:{xs:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},semibold:{xs:`600 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mono:{sm:`500 0.75rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`,md:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`,lg:`500 1rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`},bold:{xs:`700 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},brand:{titles:{xs:`600 20px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 24px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 36px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 56px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 64px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`700 80px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},field:{md:`400 0.875rem/1.6 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},Za={radii:{0:"0",1:"0.25rem",2:"0.5rem",full:"9999px"},width:{1:"1px",2:"2px"}},Aa={0:"0",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.5rem",6:"2rem",7:"2.5rem"},Da={1:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",2:"0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1)"},Z2=Object.freeze(Object.defineProperty({__proto__:null,border:Za,click:Ha,default:{click:Ha,transition:Pa,name:Ia,palette:Fa,sizes:Va,typography:Ta,border:Za,spaces:Aa,shadow:Da},name:Ia,palette:Fa,shadow:Da,sizes:Va,spaces:Aa,transition:Pa,typography:Ta},Symbol.toStringTag,{value:"Module"})),Na={dark:T2({},Z2,hk),light:T2({},Z2,gk),classic:T2({},Z2,pk)};N.Accordion=w7,N.Alert=mt,N.Avatar=B7,N.Badge=v4,N.Button=C4,N.ButtonGroup=K7,N.CardPrimary=g8,N.CardSecondary=u8,N.Checkbox=M8,N.CodeBlock=gd,N.ContextMenu=x1,N.DangerAlert=E7,N.Dropdown=je,N.FileTabs=Fi,N.Flags=Y2,N.HoverCard=n2,N.Icon=ne,N.IconButton=at,N.InfoAlert=O7,N.InlineCodeBlock=Cd,N.Label=_1,N.Link=du,N.NumberField=fu,N.PasswordField=pu,N.Popover=r2,N.ProfileIcon=z2,N.RadioGroup=O5,N.SearchField=of,N.Select=Hn,N.Separator=vi,N.SidebarCollapsibleItem=Jp,N.SidebarCollapsibleTitle=eh,N.SidebarNavigationItem=Kp,N.SidebarNavigationTitle=Qp,N.Spacer=Mi,N.SplitButton=nh,N.SuccessAlert=H7,N.Switch=Ch,N.Tabs=In,N.Text=xt,N.TextField=zh,N.ThemeProvider=jg,N.Title=Vo,N.Tooltip=O2,N.TooltipProvider=kg,N.WarningAlert=P7,N.themes=Na,Object.defineProperty(N,Symbol.toStringTag,{value:"Module"})});
|