@freeday-ai/webchat 2025.11.1-6.6.26.2566 → 2025.11.1-7.8.46.8488

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.
@@ -238,7 +238,7 @@ Check the render method of %s.`,c2(Fe)||"Unknown"));var k=In(y,S);k.payload={ele
238
238
 
239
239
  let root = createRoot(domContainer);
240
240
  root.render(<App />);`),c.unstable_strictMode===!0&&(d=!0),c.identifierPrefix!==void 0&&(M=c.identifierPrefix),c.onRecoverableError!==void 0&&(y=c.onRecoverableError),c.transitionCallbacks!==void 0&&c.transitionCallbacks);var S=t41(r,Kp,null,d,f,M,y);Up(S.current,r);var T=r.nodeType===le?r.parentNode:r;return am(T),new Vf0(S)}function tZ(r){this._internalRoot=r}function Ug2(r){r&&dp(r)}tZ.prototype.unstable_scheduleHydration=Ug2;function zg2(r,c,d){if(!nZ(r))throw new Error("hydrateRoot(...): Target container is not a DOM element.");L41(r),c===void 0&&u("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var f=d??null,M=d!=null&&d.hydratedSources||null,y=!1,S=!1,T="",k=v41;d!=null&&(d.unstable_strictMode===!0&&(y=!0),d.identifierPrefix!==void 0&&(T=d.identifierPrefix),d.onRecoverableError!==void 0&&(k=d.onRecoverableError));var W=n41(c,null,r,Kp,f,y,S,T,k);if(Up(W.current,r),am(r),M)for(var X=0;X<M.length;X++){var p0=M[X];Gf2(W,p0)}return new tZ(W)}function nZ(r){return!!(r&&(r.nodeType===$6||r.nodeType===ct||r.nodeType===t5))}function Km(r){return!!(r&&(r.nodeType===$6||r.nodeType===ct||r.nodeType===t5||r.nodeType===le&&r.nodeValue===" react-mount-point-unstable "))}function L41(r){r.nodeType===$6&&r.tagName&&r.tagName.toUpperCase()==="BODY"&&u("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),hm(r)&&(r._reactRootContainer?u("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):u("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}var jg2=l.ReactCurrentOwner,w41;w41=function(r){if(r._reactRootContainer&&r.nodeType!==le){var c=r41(r._reactRootContainer.current);c&&c.parentNode!==r&&u("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var d=!!r._reactRootContainer,f=Mf0(r),M=!!(f&&nr(f));M&&!d&&u("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),r.nodeType===$6&&r.tagName&&r.tagName.toUpperCase()==="BODY"&&u("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};function Mf0(r){return r?r.nodeType===ct?r.documentElement:r.firstChild:null}function y41(){}function qg2(r,c,d,f,M){if(M){if(typeof f=="function"){var y=f;f=function(){var d0=aZ(S);y.call(d0)}}var S=n41(c,f,r,rr,null,!1,!1,"",y41);r._reactRootContainer=S,Up(S.current,r);var T=r.nodeType===le?r.parentNode:r;return am(T),Tn(),S}else{for(var k;k=r.lastChild;)r.removeChild(k);if(typeof f=="function"){var W=f;f=function(){var d0=aZ(X);W.call(d0)}}var X=t41(r,rr,null,!1,!1,"",y41);r._reactRootContainer=X,Up(X.current,r);var p0=r.nodeType===le?r.parentNode:r;return am(p0),Tn(function(){Ym(c,X,d,f)}),X}}function Wg2(r,c){r!==null&&typeof r!="function"&&u("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",c,r)}function lZ(r,c,d,f,M){w41(d),Wg2(M===void 0?null:M,"render");var y=d._reactRootContainer,S;if(!y)S=qg2(d,c,r,M,f);else{if(S=y,typeof M=="function"){var T=M;M=function(){var k=aZ(S);T.call(k)}}Ym(c,S,r,M)}return aZ(S)}var F41=!1;function Gg2(r){{F41||(F41=!0,u("findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node"));var c=jg2.current;if(c!==null&&c.stateNode!==null){var d=c.stateNode._warnedAboutRefsInRender;d||u("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",B2(c.type)||"A component"),c.stateNode._warnedAboutRefsInRender=!0}}return r==null?null:r.nodeType===$6?r:Rg2(r,"findDOMNode")}function Yg2(r,c,d){if(u("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!Km(c))throw new Error("Target container is not a DOM element.");{var f=hm(c)&&c._reactRootContainer===void 0;f&&u("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?")}return lZ(null,r,c,!0,d)}function Kg2(r,c,d){if(u("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!Km(c))throw new Error("Target container is not a DOM element.");{var f=hm(c)&&c._reactRootContainer===void 0;f&&u("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?")}return lZ(null,r,c,!1,d)}function Xg2(r,c,d,f){if(u("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!Km(d))throw new Error("Target container is not a DOM element.");if(r==null||!nn(r))throw new Error("parentComponent must be a valid React Component");return lZ(r,c,d,!1,f)}var C41=!1;function Qg2(r){if(C41||(C41=!0,u("unmountComponentAtNode is deprecated and will be removed in the next major release. Switch to the createRoot API. Learn more: https://reactjs.org/link/switch-to-createroot")),!Km(r))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var c=hm(r)&&r._reactRootContainer===void 0;c&&u("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?")}if(r._reactRootContainer){{var d=Mf0(r),f=d&&!nr(d);f&&u("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return Tn(function(){lZ(null,null,r,!1,function(){r._reactRootContainer=null,v81(r)})}),!0}else{{var M=Mf0(r),y=!!(M&&nr(M)),S=r.nodeType===$6&&Km(r.parentNode)&&!!r.parentNode._reactRootContainer;y&&u("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",S?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component.")}return!1}}Md0(xg2),Ps(Tg2),vd0(Ng2),Zo(t4),sp(cp),(typeof Map!="function"||Map.prototype==null||typeof Map.prototype.forEach!="function"||typeof Set!="function"||Set.prototype==null||typeof Set.prototype.clear!="function"||typeof Set.prototype.forEach!="function")&&u("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),u5(ep2),_A(Jp0,zH2,Tn);function Jg2(r,c){var d=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!nZ(c))throw new Error("Target container is not a DOM element.");return Sg2(r,c,null,d)}function eE2(r,c,d,f){return Xg2(r,c,d,f)}var vf0={usingClientEntryPoint:!1,Events:[nr,Do,zp,ss,Sl,Jp0]};function aE2(r,c){return vf0.usingClientEntryPoint||u('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),Bg2(r,c)}function tE2(r,c,d){return vf0.usingClientEntryPoint||u('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),zg2(r,c,d)}function nE2(r){return N61()&&u("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),Tn(r)}var lE2=_g2({findFiberByHostInstance:Y5,bundleType:1,version:ff0,rendererPackageName:"react-dom"});if(!lE2&&_1&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var b41=window.location.protocol;/^(https?|file):$/.test(b41)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(b41==="file:"?`
241
- You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}h4.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=vf0,h4.createPortal=Jg2,h4.createRoot=aE2,h4.findDOMNode=Gg2,h4.flushSync=nE2,h4.hydrate=Yg2,h4.hydrateRoot=tE2,h4.render=Kg2,h4.unmountComponentAtNode=Qg2,h4.unstable_batchedUpdates=Jp0,h4.unstable_renderSubtreeIntoContainer=eE2,h4.version=ff0,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)})(),h4}var $f0;function kf0(){if($f0)return eu.exports;$f0=1;var a={};function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(a.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(n){console.error(n)}}}return a.NODE_ENV==="production"?(t(),eu.exports=U41()):eu.exports=z41(),eu.exports}var Df0;function j41(){if(Df0)return u7;Df0=1;var a={},t=kf0();if(a.NODE_ENV==="production")u7.createRoot=t.createRoot,u7.hydrateRoot=t.hydrateRoot;else{var n=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;u7.createRoot=function(l,o){n.usingClientEntryPoint=!0;try{return t.createRoot(l,o)}finally{n.usingClientEntryPoint=!1}},u7.hydrateRoot=function(l,o,i){n.usingClientEntryPoint=!0;try{return t.hydrateRoot(l,o,i)}finally{n.usingClientEntryPoint=!1}}}return u7}var q41=j41();const W41=gr(q41),G41='*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-body);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--font-body: "Open Sans", sans-serif;--font-heading: "Space Grotesk", sans-serif;--font-monospace: "Open Sans", sans-serif;--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 254 100% 50%;--primary-foreground: 0 0% 98%;--secondary: 213 100% 50%;--secondary-foreground: 0 0% 98%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 10% 3.9%;--radius: .5rem }*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%}@media(min-width:542px){.container{max-width:542px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.bottom-2{bottom:.5em}.left-0{left:0}.left-1\\/2,.left-\\[50\\%\\]{left:50%}.right-0{right:0}.right-2{right:.5em}.right-4{right:1em}.right-8{right:2em}.top-0{top:0}.top-1\\/2{top:50%}.top-4{top:1em}.top-8{top:2em}.top-\\[50\\%\\]{top:50%}.z-50{z-index:50}.\\!m-0{margin:0!important}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25em}.mr-2{margin-right:.5em}.mt-1{margin-top:.25em}.mt-2{margin-top:.5em}.mt-24{margin-top:6em}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.h-10{height:2.5em}.h-11{height:2.75em}.h-12{height:3em}.h-2{height:.5em}.h-4{height:1em}.h-5{height:1.25em}.h-6{height:1.5em}.h-8{height:2em}.h-9{height:2.25em}.h-auto{height:auto}.h-full{height:100%}.max-h-\\[120px\\]{max-height:120px}.max-h-\\[164px\\]{max-height:164px}.max-h-\\[500px\\]{max-height:500px}.min-h-40{min-height:10em}.min-h-\\[240px\\]{min-height:240px}.min-h-\\[270px\\]{min-height:270px}.min-h-\\[44px\\]{min-height:44px}.min-h-\\[60px\\]{min-height:60px}.w-10{width:2.5em}.w-11{width:2.75em}.w-12{width:3em}.w-2{width:.5em}.w-4{width:1em}.w-5{width:1.25em}.w-6{width:1.5em}.w-9{width:2.25em}.w-full{width:100%}.min-w-\\[200px\\]{min-width:200px}.max-w-72{max-width:18em}.max-w-\\[60\\%\\]{max-width:60%}.max-w-\\[95\\%\\]{max-width:95%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[-50\\%\\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1em;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50\\%\\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.4}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes subtle-single-heart-beat{0%,to{transform:scale(1)}14%{transform:scale(1.2);opacity:.8}70%{transform:scale(.99)}}.animate-subtle-single-heart-beat{animation:subtle-single-heart-beat 2s ease-in-out infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25em}.gap-1\\.5{gap:.375em}.gap-2{gap:.5em}.gap-3{gap:.75em}.gap-4{gap:1em}.gap-5{gap:1.25em}.gap-6{gap:1.5em}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25em * var(--tw-space-x-reverse));margin-left:calc(.25em * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5em * var(--tw-space-x-reverse));margin-left:calc(.5em * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75em * var(--tw-space-x-reverse));margin-left:calc(.75em * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375em * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5em * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25em}.rounded-3xl{border-radius:1.5em}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75em}.rounded-t-3xl{border-top-left-radius:1.5em;border-top-right-radius:1.5em}.rounded-t-\\[10px\\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-\\[20px\\]{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-t-\\[30px\\]{border-top-left-radius:30px;border-top-right-radius:30px}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-border{border-color:hsl(var(--border))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\\[\\#17B79F\\]{--tw-bg-opacity: 1;background-color:rgb(23 183 159 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black\\/20{background-color:#0003}.bg-black\\/80{background-color:#000c}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary\\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\\/70{background-color:hsl(var(--primary) / .7)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25em}.p-4{padding:1em}.p-6{padding:1.5em}.p-8{padding:2em}.px-3{padding-left:.75em;padding-right:.75em}.px-4{padding-left:1em;padding-right:1em}.px-6{padding-left:1.5em;padding-right:1.5em}.px-7{padding-left:1.75em;padding-right:1.75em}.px-8{padding-left:2em;padding-right:2em}.py-1\\.5{padding-top:.375em;padding-bottom:.375em}.py-10{padding-top:2.5em;padding-bottom:2.5em}.py-2{padding-top:.5em;padding-bottom:.5em}.pb-4{padding-bottom:1em}.pb-6{padding-bottom:1.5em}.pb-\\[0px\\]{padding-bottom:0}.pl-6{padding-left:1.5em}.pl-\\[16px\\]{padding-left:16px}.pr-\\[48px\\]{padding-right:48px}.pt-0{padding-top:0}.pt-2{padding-top:.5em}.pt-7{padding-top:1.75em}.pt-8{padding-top:2em}.pt-\\[10px\\]{padding-top:10px}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5em;line-height:2em}.text-\\[10px\\]{font-size:10px}.text-\\[11\\.2px\\]{font-size:11.2px}.text-\\[11px\\]{font-size:11px}.text-\\[14px\\]{font-size:14px}.text-\\[16px\\]{font-size:16px}.text-base{font-size:1em;line-height:1.5em}.text-lg{font-size:1.125em;line-height:1.75em}.text-sm{font-size:.875em;line-height:1.25em}.text-xs{font-size:.75em;line-height:.875em}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\\[14px\\]{line-height:14px}.leading-\\[16\\.8px\\]{line-height:16.8px}.leading-\\[20px\\]{line-height:20px}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#3D00FF\\]{--tw-text-opacity: 1;color:rgb(61 0 255 / var(--tw-text-opacity, 1))}.text-\\[\\#F7ADFC\\]{--tw-text-opacity: 1;color:rgb(247 173 252 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\\/80{color:hsl(var(--primary-foreground) / .8)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-0{transition-duration:0s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-bottom{--tw-enter-translate-y: 100%}.duration-0{animation-duration:0s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.message-received{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.message-send{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-white::-moz-placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.placeholder\\:text-white::placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\\:bg-accent\\/40:hover{background-color:hsl(var(--accent) / .4)}.hover\\:bg-destructive\\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\\:bg-primary-foreground\\/80:hover{background-color:hsl(var(--primary-foreground) / .8)}.hover\\:bg-primary\\/10:hover{background-color:hsl(var(--primary) / .1)}.hover\\:bg-primary\\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:no-underline:hover{text-decoration-line:none}.hover\\:opacity-100:hover{opacity:1}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group.toaster .group-\\[\\.toaster\\]\\:border-border{border-color:hsl(var(--border))}.group.toast .group-\\[\\.toast\\]\\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\\[\\.toast\\]\\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\\[\\.toaster\\]\\:bg-background{background-color:hsl(var(--background))}.group.toast .group-\\[\\.toast\\]\\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\\[\\.toast\\]\\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\\[\\.toaster\\]\\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\\[\\.toaster\\]\\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\\[state\\=open\\]\\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\\[state\\=open\\]\\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\\[state\\=closed\\]\\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5em}.data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5em}.data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5em}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5em}.data-\\[state\\=closed\\]\\:slide-out-to-left-1\\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\\[state\\=closed\\]\\:slide-out-to-top-\\[48\\%\\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\\[state\\=open\\]\\:slide-in-from-left-1\\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\\[state\\=open\\]\\:slide-in-from-top-\\[48\\%\\][data-state=open]{--tw-enter-translate-y: -48%}.prose-a\\:text-blue-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}@media(min-width:542px){.widget\\:w-12{width:3em}.widget\\:text-lg{font-size:1.125em;line-height:1.75em}.widget\\:text-sm{font-size:.875em;line-height:1.25em}.widget\\:text-xs{font-size:.75em;line-height:.875em}}',Y41='*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-body);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--font-body: "Open Sans", sans-serif;--font-heading: "Space Grotesk", sans-serif;--font-monospace: "Open Sans", sans-serif;--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 254 100% 50%;--primary-foreground: 0 0% 98%;--secondary: 213 100% 50%;--secondary-foreground: 0 0% 98%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 10% 3.9%;--radius: .5em}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%}@media(min-width:542px){.container{max-width:542px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.bottom-2{bottom:.5em}.left-0{left:0}.left-1\\/2,.left-\\[50\\%\\]{left:50%}.right-0{right:0}.right-2{right:.5em}.right-4{right:1em}.right-8{right:2em}.top-0{top:0}.top-1\\/2{top:50%}.top-4{top:1em}.top-8{top:2em}.top-\\[50\\%\\]{top:50%}.z-50{z-index:50}.\\!m-0{margin:0!important}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25em}.mr-2{margin-right:.5em}.mt-1{margin-top:.25em}.mt-2{margin-top:.5em}.mt-24{margin-top:6em}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.h-10{height:2.5em}.h-11{height:2.75em}.h-12{height:3em}.h-2{height:.5em}.h-4{height:1em}.h-5{height:1.25em}.h-6{height:1.5em}.h-8{height:2em}.h-9{height:2.25em}.h-auto{height:auto}.h-full{height:100%}.max-h-\\[120px\\]{max-height:120px}.max-h-\\[164px\\]{max-height:164px}.max-h-\\[500px\\]{max-height:500px}.min-h-40{min-height:10em}.min-h-\\[240px\\]{min-height:240px}.min-h-\\[270px\\]{min-height:270px}.min-h-\\[44px\\]{min-height:44px}.min-h-\\[60px\\]{min-height:60px}.w-10{width:2.5em}.w-11{width:2.75em}.w-12{width:3em}.w-2{width:.5em}.w-4{width:1em}.w-5{width:1.25em}.w-6{width:1.5em}.w-9{width:2.25em}.w-full{width:100%}.min-w-\\[200px\\]{min-width:200px}.max-w-72{max-width:18em}.max-w-\\[60\\%\\]{max-width:60%}.max-w-\\[95\\%\\]{max-width:95%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[-50\\%\\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1em;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50\\%\\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.4}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes subtle-single-heart-beat{0%,to{transform:scale(1)}14%{transform:scale(1.2);opacity:.8}70%{transform:scale(.99)}}.animate-subtle-single-heart-beat{animation:subtle-single-heart-beat 2s ease-in-out infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25em}.gap-1\\.5{gap:.375em}.gap-2{gap:.5em}.gap-3{gap:.75em}.gap-4{gap:1em}.gap-5{gap:1.25em}.gap-6{gap:1.5em}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25em * var(--tw-space-x-reverse));margin-left:calc(.25em * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5em * var(--tw-space-x-reverse));margin-left:calc(.5em * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75em * var(--tw-space-x-reverse));margin-left:calc(.75em * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375em * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5em * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25em}.rounded-3xl{border-radius:1.5em}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75em}.rounded-t-3xl{border-top-left-radius:1.5em;border-top-right-radius:1.5em}.rounded-t-\\[10px\\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-\\[20px\\]{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-t-\\[30px\\]{border-top-left-radius:30px;border-top-right-radius:30px}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-border{border-color:hsl(var(--border))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\\[\\#17B79F\\]{--tw-bg-opacity: 1;background-color:rgb(23 183 159 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black\\/20{background-color:#0003}.bg-black\\/80{background-color:#000c}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary\\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\\/70{background-color:hsl(var(--primary) / .7)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25em}.p-4{padding:1em}.p-6{padding:1.5em}.p-8{padding:2em}.px-3{padding-left:.75em;padding-right:.75em}.px-4{padding-left:1em;padding-right:1em}.px-6{padding-left:1.5em;padding-right:1.5em}.px-7{padding-left:1.75em;padding-right:1.75em}.px-8{padding-left:2em;padding-right:2em}.py-1\\.5{padding-top:.375em;padding-bottom:.375em}.py-10{padding-top:2.5em;padding-bottom:2.5em}.py-2{padding-top:.5em;padding-bottom:.5em}.pb-4{padding-bottom:1em}.pb-6{padding-bottom:1.5em}.pb-\\[0px\\]{padding-bottom:0}.pl-6{padding-left:1.5em}.pl-\\[16px\\]{padding-left:16px}.pr-\\[48px\\]{padding-right:48px}.pt-0{padding-top:0}.pt-2{padding-top:.5em}.pt-7{padding-top:1.75em}.pt-8{padding-top:2em}.pt-\\[10px\\]{padding-top:10px}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5em;line-height:2em}.text-\\[10px\\]{font-size:10px}.text-\\[11\\.2px\\]{font-size:11.2px}.text-\\[11px\\]{font-size:11px}.text-\\[14px\\]{font-size:14px}.text-\\[16px\\]{font-size:16px}.text-base{font-size:1em;line-height:1.5em}.text-lg{font-size:1.125em;line-height:1.75em}.text-sm{font-size:.875em;line-height:1.25em}.text-xs{font-size:.75em;line-height:.875em}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\\[14px\\]{line-height:14px}.leading-\\[16\\.8px\\]{line-height:16.8px}.leading-\\[20px\\]{line-height:20px}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#3D00FF\\]{--tw-text-opacity: 1;color:rgb(61 0 255 / var(--tw-text-opacity, 1))}.text-\\[\\#F7ADFC\\]{--tw-text-opacity: 1;color:rgb(247 173 252 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\\/80{color:hsl(var(--primary-foreground) / .8)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-0{transition-duration:0s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-bottom{--tw-enter-translate-y: 100%}.duration-0{animation-duration:0s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes moveFromLeftToRight{0%{transform:translate(-32px) scale(.1);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.message-received{animation:moveFromLeftToRight .4s cubic-bezier(.42,0,0,1);border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);padding:10.4px;color:hsl(var(--primary-foreground));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));font-size:14px;line-height:20px;transform-origin:bottom left}@keyframes moveFromRightToLeft{0%{transform:translate(32px) scale(.1);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.message-send{animation:moveFromRightToLeft .4s cubic-bezier(.42,0,0,1);font-size:14px;line-height:20px;padding:10.4px;border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);background-color:hsl(var(--primary) / .15);font-family:var(--font-body);font-weight:400;transform-origin:bottom right;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.message-ai{border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bubble1,.bubble2,.bubble3{background-color:hsl(var(--primary));opacity:.5}.bubble1{animation:chatBubbles 1s ease-in-out infinite}.bubble2{animation:chatBubbles 1s ease-in-out infinite;animation-delay:.3s}.bubble3{animation:chatBubbles 1s ease-in-out infinite;animation-delay:.5s}@keyframes chatBubbles{0%{transform:translateY(2.5)}50%{transform:translateY(-2.5px)}to{transform:translateY(0)}}.message-received img{max-height:300px;margin-left:auto;margin-right:auto}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-white::-moz-placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.placeholder\\:text-white::placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\\:bg-accent\\/40:hover{background-color:hsl(var(--accent) / .4)}.hover\\:bg-destructive\\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\\:bg-primary-foreground\\/80:hover{background-color:hsl(var(--primary-foreground) / .8)}.hover\\:bg-primary\\/10:hover{background-color:hsl(var(--primary) / .1)}.hover\\:bg-primary\\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:no-underline:hover{text-decoration-line:none}.hover\\:opacity-100:hover{opacity:1}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group.toaster .group-\\[\\.toaster\\]\\:border-border{border-color:hsl(var(--border))}.group.toast .group-\\[\\.toast\\]\\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\\[\\.toast\\]\\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\\[\\.toaster\\]\\:bg-background{background-color:hsl(var(--background))}.group.toast .group-\\[\\.toast\\]\\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\\[\\.toast\\]\\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\\[\\.toaster\\]\\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\\[\\.toaster\\]\\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\\[state\\=open\\]\\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\\[state\\=open\\]\\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\\[state\\=closed\\]\\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5em}.data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5em}.data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5em}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5em}.data-\\[state\\=closed\\]\\:slide-out-to-left-1\\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\\[state\\=closed\\]\\:slide-out-to-top-\\[48\\%\\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\\[state\\=open\\]\\:slide-in-from-left-1\\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\\[state\\=open\\]\\:slide-in-from-top-\\[48\\%\\][data-state=open]{--tw-enter-translate-y: -48%}.prose-a\\:text-blue-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}@media(min-width:542px){.widget\\:w-12{width:3em}.widget\\:text-lg{font-size:1.125em;line-height:1.75em}.widget\\:text-sm{font-size:.875em;line-height:1.25em}.widget\\:text-xs{font-size:.75em;line-height:.875em}}',K41=":root{--widget-margin: 25px;--shadow-offset-y: 12px;--shadow-blur: 24px;--widget-shadow-extent: calc(var(--shadow-blur) + var(--shadow-offset-y));--widget-shadow: 0px 4px 12px rgba(0, 0, 0, .15), 0px var(--shadow-offset-y) var(--shadow-blur) rgba(0, 0, 0, .2);--rounder-window-corners: 20px}.header-container{--header-height: 100px;--header-padding-vertical: 24px;--header-padding-horizontal: 16px;--header-gap: 8px}.header{height:var(--header-height);padding:var(--header-padding-vertical) var(--header-padding-horizontal);display:flex;align-items:center;gap:var(--header-gap);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.header.full-screen{padding-left:calc(var(--header-padding-horizontal) + var(--header-gap))}.header-action-buttons{position:relative;display:flex;gap:var(--header-gap)}.chat-bar-button-group-container{--chat-bar-button-group-container-gap: 16px;gap:var(--chat-bar-button-group-container-gap);display:flex;flex-direction:column;align-items:flex-end}.base-button{--base-button-size: 48px;width:var(--base-button-size);height:var(--base-button-size);display:flex;align-items:center;justify-content:center;border-radius:calc(var(--base-button-size) * 2);background-color:hsl(var(--primary))}.chat-bar-button-container{position:relative;box-shadow:var(--widget-shadow);border-radius:99px}.chat-bar-button{border-radius:99px}.base-button:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.chat-bar-container-input-group{--chat-bar-container-gap: 8px;--chat-send-button-right: 16px;--chat-send-button-size: 20px;width:100%;min-width:300px;display:flex;flex-direction:column;gap:var(--chat-bar-container-gap)}.base-chat-button-position{position:absolute;right:0;bottom:0}.foldable-chat-button-container{position:relative;width:60px;height:60px}.foldable-chat-base-button-container,.foldable-chat-slidebar-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.slidebar{--slidebar-container-height: 60px;position:absolute;right:0;height:var(--slidebar-container-height);overflow:hidden;border-radius:calc(var(--slidebar-container-height) * 2);--bg-opacity: 1;background-color:rgb(255 255 255 / var(--bg-opacity, 1));transition-property:all;transition-duration:.8s;transition-timing-function:cubic-bezier(.34,0,.64,1);box-shadow:var(--widget-shadow);width:-moz-max-content;width:max-content;max-width:var(--button-container-max-width)}.slidebar-expanded{max-width:var(--button-container-max-width)}.slidebar-collapsed{--slidebar-container-collapsed-width: 60px;max-width:var(--slidebar-container-collapsed-width)}.slidebar-inner{display:flex;height:100%;align-items:center;padding:16px}.slidebar-content{transform-origin:left center;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:hidden;white-space:nowrap;padding-right:48px;transition-property:all;transition-timing-function:cubic-bezier(.25,0,.45,.94);transition-duration:.7s}.slidebar-content-expanded{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}.slidebar-content-collapsed{opacity:0}.slidebar-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:12px;text-align:left;font-size:14px;line-height:20px;font-weight:600;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.slidebar-subtitle-row{margin-left:12px;display:flex;align-items:center;gap:6px;overflow:hidden}.slidebar-online-indicator{--online-indicator-size: 6px;animation:2s cubic-bezier(.4,0,.6,1) 0s infinite normal none running pulse;border-radius:calc(var(--online-indicator-size) * 2);--bg-opacity: 1;background-color:rgb(74 222 128 / var(--bg-opacity, 1));height:var(--online-indicator-size);width:var(--online-indicator-size);flex-shrink:0}.slidebar-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:20px;font-weight:300;color:#6b7280}.slidebar-content h3{font-size:14px}.chat-bar-input{--chat-bar-input-gap: 3px;--chat-bar-input-height: 24px;--chat-bar-input-padding: 20px;--chat-bar-input-padding-vertical: calc( var(--chat-bar-input-padding) + var(--chat-bar-input-gap) );--chat-bar-input-font-size: 14px;--chat-bar-input-line-height: 20px;--chat-bar-input-padding-right: calc( var(--chat-send-button-right) + var(--chat-send-button-size) + var(--chat-bar-input-gap) );border-color:hsl(var(--primary));height:var(--chat-bar-input-height);width:100%;border-radius:calc(var(--chat-bar-input-height) * 2);padding:var(--chat-bar-input-padding-vertical) var(--chat-bar-input-padding-right) var(--chat-bar-input-padding-vertical) var(--chat-bar-input-padding);font-size:var(--chat-bar-input-font-size);line-height:var(--chat-bar-input-line-height);box-shadow:var(--widget-shadow);border-width:1.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-bar-input::-moz-placeholder{color:#6b7280}.chat-bar-input::placeholder{color:#6b7280}.chat-send-button{width:var(--chat-send-button-size);height:var(--chat-send-button-size);position:absolute;top:50%;transform:translateY(-50%);transition:color .2s ease-in-out;right:var(--chat-send-button-right)}.send-button-icon{--send-button-icon-size: 20px;width:var(--send-button-icon-size);height:var(--send-button-icon-size)}.close-input-bar-icon{--close-input-bar-icon-size: 14px;width:var(--close-input-bar-icon-size);height:var(--close-input-bar-icon-size)}.main-chat-button-icon{--main-chat-button-icon-size: 24px;width:var(--main-chat-button-icon-size);height:var(--main-chat-button-icon-size)}.suggestion-input-button-group{--suggestion-input-button-group-gap: 8px;display:flex;align-items:center;gap:var(--suggestion-input-button-group-gap);margin-right:var(--widget-margin);width:-moz-fit-content;width:fit-content}.suggestion-input-button-group .suggested-inputs{display:flex;flex-direction:row;flex:1;overflow:hidden;gap:var(--suggestion-input-button-group-gap);padding:var(--widget-shadow-extent);margin:calc(var(--widget-shadow-extent) * -1)}.suggestion-input-button-group .magic-wand-icon{color:#9ca3af}.suggestion-input{--suggestion-input-padding-x: 7.5px;--suggestion-input-padding-y: 6px;--suggestion-input-font-size: 12px;--suggestion-input-line-height: 10.5px;padding:var(--suggestion-input-padding-y) var(--suggestion-input-padding-x);font-size:var(--suggestion-input-font-size);line-height:var(--suggestion-input-line-height);font-weight:500;border-radius:99px;box-shadow:var(--widget-shadow);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.bubble-notch{--bubble-notch-right: 20px;--bubble-notch-border-left-width: 5px;--bubble-notch-border-top-width: 8px;--bubble-notch-height: 0px;--bubble-notch-width: 0px;right:var(--bubble-notch-right);border-left-width:var(--bubble-notch-border-left-width);border-right-width:var(--bubble-notch-border-left-width);border-top-width:var(--bubble-notch-border-top-width);height:var(--bubble-notch-height);width:var(--bubble-notch-width);position:absolute;border-left-color:transparent;border-right-color:transparent}.bubble-notch-border{--bubble-notch-border-bottom: -8px;bottom:var(--bubble-notch-border-bottom);border-top-color:hsl(var(--primary))}.bubble-notch-background{--bubble-notch-background-bottom: -5.5px;bottom:var(--bubble-notch-background-bottom);border-top-color:hsl(var(--background))}.online-indicator{--online-indicator-size: 10px;width:var(--online-indicator-size);height:var(--online-indicator-size)}.icon-container{position:relative}.chat-bar-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);transition:opacity .2s ease,transform .2s ease;opacity:0}.chat-bar-icon.visible{left:50%;top:50%;opacity:1;transform:translate(-50%,-50%) scale(1);z-index:1}@media(max-width:640px),(orientation:landscape)and (max-height:500px){:root{--mobile-width-minus-widget-margins: calc( 100vw - calc(var(--widget-margin) * 2) )}.chat-bar-button-group-container{--mobile-scale-factor: 1.2}.chat-bar-container-input-group{--chat-bar-container-input-group-max-width: 500px;--chat-bar-container-input-group-min-width: 200px;max-width:var(--chat-bar-container-input-group-max-width);width:var(--mobile-width-minus-widget-margins);min-width:var(--chat-bar-container-input-group-min-width)}.slidebar-expanded{max-width:min(var(--mobile-width-minus-widget-margins),var(--button-container-max-width))}.chat-bar-button-group-container .base-button{width:calc(var(--base-button-size) * var(--mobile-scale-factor));height:calc(var(--base-button-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .chat-bar-input{padding:calc(var(--chat-bar-input-padding-vertical) * var(--mobile-scale-factor)) calc(var(--chat-bar-input-padding) * var(--mobile-scale-factor));font-size:calc(var(--chat-bar-input-font-size) * var(--mobile-scale-factor));line-height:calc(var(--chat-bar-input-line-height) * var(--mobile-scale-factor))}.chat-bar-button-group-container .chat-send-button{right:calc(var(--chat-send-button-right) * var(--mobile-scale-factor))}.chat-bar-button-group-container .close-input-bar-icon{width:calc(var(--close-input-bar-icon-size) * var(--mobile-scale-factor));height:calc(var(--close-input-bar-icon-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .online-indicator{width:calc(var(--online-indicator-size) * var(--mobile-scale-factor));height:calc(var(--online-indicator-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .main-chat-button-icon{width:calc(var(--main-chat-button-icon-size) * var(--mobile-scale-factor));height:calc(var(--main-chat-button-icon-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .suggestion-input-button-group{gap:calc(var(--suggestion-input-button-group-gap) * var(--mobile-scale-factor));max-width:calc(100% - (var(--widget-margin) * var(--mobile-scale-factor)))}.chat-bar-button-group-container .suggestion-input-button-group .suggested-inputs{gap:calc(var(--suggestion-input-button-group-gap) * var(--mobile-scale-factor))}.chat-bar-button-group-container .suggestion-input{padding:calc(var(--suggestion-input-padding-y) * var(--mobile-scale-factor)) calc(var(--suggestion-input-padding-x) * var(--mobile-scale-factor));font-size:calc(var(--suggestion-input-font-size) * var(--mobile-scale-factor));line-height:calc(var(--suggestion-input-line-height) * var(--mobile-scale-factor))}.chat-bar-button-group-container .chat-bar-button-group-container{gap:calc(var(--chat-bar-container-gap) * var(--mobile-scale-factor))}.chat-bar-button-group-container .send-button-icon{width:calc(var(--send-button-icon-size) * var(--mobile-scale-factor));height:calc(var(--send-button-icon-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .bubble-notch{right:calc(var(--bubble-notch-right) * var(--mobile-scale-factor));border-left-width:calc(var(--bubble-notch-border-left-width));border-right-width:calc(var(--bubble-notch-border-left-width));border-top-width:calc(var(--bubble-notch-border-top-width))}.chat-bar-button-group-container .bubble-notch-border{bottom:calc(var(--bubble-notch-border-bottom))}.chat-bar-button-group-container .bubble-notch-background{bottom:calc(var(--bubble-notch-background-bottom))}}",X41=Object.values(Object.assign({"/src/components/attachments/UploadAttachmentChatBubble.module.css":S41,"/src/components/chat/ResumeChatDrawerContent.module.css":R41,"/src/components/ui/Spinner/Spinner.module.css":x41,"/src/widget/freedayWidget.module.css":T41})).join(`
241
+ You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}h4.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=vf0,h4.createPortal=Jg2,h4.createRoot=aE2,h4.findDOMNode=Gg2,h4.flushSync=nE2,h4.hydrate=Yg2,h4.hydrateRoot=tE2,h4.render=Kg2,h4.unmountComponentAtNode=Qg2,h4.unstable_batchedUpdates=Jp0,h4.unstable_renderSubtreeIntoContainer=eE2,h4.version=ff0,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)})(),h4}var $f0;function kf0(){if($f0)return eu.exports;$f0=1;var a={};function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(a.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(n){console.error(n)}}}return a.NODE_ENV==="production"?(t(),eu.exports=U41()):eu.exports=z41(),eu.exports}var Df0;function j41(){if(Df0)return u7;Df0=1;var a={},t=kf0();if(a.NODE_ENV==="production")u7.createRoot=t.createRoot,u7.hydrateRoot=t.hydrateRoot;else{var n=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;u7.createRoot=function(l,o){n.usingClientEntryPoint=!0;try{return t.createRoot(l,o)}finally{n.usingClientEntryPoint=!1}},u7.hydrateRoot=function(l,o,i){n.usingClientEntryPoint=!0;try{return t.hydrateRoot(l,o,i)}finally{n.usingClientEntryPoint=!1}}}return u7}var q41=j41();const W41=gr(q41),G41='*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-body);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--font-body: "Open Sans", sans-serif;--font-heading: "Space Grotesk", sans-serif;--font-monospace: "Open Sans", sans-serif;--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 254 100% 50%;--primary-foreground: 0 0% 98%;--secondary: 213 100% 50%;--secondary-foreground: 0 0% 98%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 10% 3.9%;--radius: .5rem }*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%}@media(min-width:542px){.container{max-width:542px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.bottom-2{bottom:.5em}.left-0{left:0}.left-1\\/2,.left-\\[50\\%\\]{left:50%}.right-0{right:0}.right-2{right:.5em}.right-4{right:1em}.right-8{right:2em}.top-0{top:0}.top-1\\/2{top:50%}.top-4{top:1em}.top-8{top:2em}.top-\\[50\\%\\]{top:50%}.z-50{z-index:50}.\\!m-0{margin:0!important}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25em}.mr-2{margin-right:.5em}.mt-1{margin-top:.25em}.mt-2{margin-top:.5em}.mt-24{margin-top:6em}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.h-10{height:2.5em}.h-11{height:2.75em}.h-12{height:3em}.h-2{height:.5em}.h-4{height:1em}.h-5{height:1.25em}.h-6{height:1.5em}.h-8{height:2em}.h-9{height:2.25em}.h-auto{height:auto}.h-full{height:100%}.max-h-\\[120px\\]{max-height:120px}.max-h-\\[164px\\]{max-height:164px}.max-h-\\[500px\\]{max-height:500px}.min-h-40{min-height:10em}.min-h-\\[240px\\]{min-height:240px}.min-h-\\[270px\\]{min-height:270px}.min-h-\\[44px\\]{min-height:44px}.min-h-\\[60px\\]{min-height:60px}.w-10{width:2.5em}.w-11{width:2.75em}.w-12{width:3em}.w-2{width:.5em}.w-4{width:1em}.w-5{width:1.25em}.w-6{width:1.5em}.w-9{width:2.25em}.w-full{width:100%}.min-w-\\[200px\\]{min-width:200px}.max-w-72{max-width:18em}.max-w-\\[60\\%\\]{max-width:60%}.max-w-\\[95\\%\\]{max-width:95%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[-50\\%\\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1em;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50\\%\\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.4}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes subtle-single-heart-beat{0%,to{transform:scale(1)}14%{transform:scale(1.2);opacity:.8}70%{transform:scale(.99)}}.animate-subtle-single-heart-beat{animation:subtle-single-heart-beat 2s ease-in-out infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25em}.gap-1\\.5{gap:.375em}.gap-2{gap:.5em}.gap-3{gap:.75em}.gap-4{gap:1em}.gap-5{gap:1.25em}.gap-6{gap:1.5em}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25em * var(--tw-space-x-reverse));margin-left:calc(.25em * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5em * var(--tw-space-x-reverse));margin-left:calc(.5em * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75em * var(--tw-space-x-reverse));margin-left:calc(.75em * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375em * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5em * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25em}.rounded-3xl{border-radius:1.5em}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75em}.rounded-t-3xl{border-top-left-radius:1.5em;border-top-right-radius:1.5em}.rounded-t-\\[10px\\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-\\[20px\\]{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-t-\\[30px\\]{border-top-left-radius:30px;border-top-right-radius:30px}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-border{border-color:hsl(var(--border))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\\[\\#17B79F\\]{--tw-bg-opacity: 1;background-color:rgb(23 183 159 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black\\/20{background-color:#0003}.bg-black\\/80{background-color:#000c}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary\\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\\/70{background-color:hsl(var(--primary) / .7)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25em}.p-4{padding:1em}.p-6{padding:1.5em}.p-8{padding:2em}.px-3{padding-left:.75em;padding-right:.75em}.px-4{padding-left:1em;padding-right:1em}.px-6{padding-left:1.5em;padding-right:1.5em}.px-7{padding-left:1.75em;padding-right:1.75em}.px-8{padding-left:2em;padding-right:2em}.py-1\\.5{padding-top:.375em;padding-bottom:.375em}.py-10{padding-top:2.5em;padding-bottom:2.5em}.py-2{padding-top:.5em;padding-bottom:.5em}.pb-4{padding-bottom:1em}.pb-6{padding-bottom:1.5em}.pb-\\[0px\\]{padding-bottom:0}.pl-6{padding-left:1.5em}.pl-\\[16px\\]{padding-left:16px}.pr-\\[48px\\]{padding-right:48px}.pt-0{padding-top:0}.pt-2{padding-top:.5em}.pt-7{padding-top:1.75em}.pt-8{padding-top:2em}.pt-\\[10px\\]{padding-top:10px}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5em;line-height:2em}.text-\\[10px\\]{font-size:10px}.text-\\[11\\.2px\\]{font-size:11.2px}.text-\\[11px\\]{font-size:11px}.text-\\[14px\\]{font-size:14px}.text-\\[16px\\]{font-size:16px}.text-base{font-size:1em;line-height:1.5em}.text-lg{font-size:1.125em;line-height:1.75em}.text-sm{font-size:.875em;line-height:1.25em}.text-xs{font-size:.75em;line-height:.875em}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\\[14px\\]{line-height:14px}.leading-\\[16\\.8px\\]{line-height:16.8px}.leading-\\[20px\\]{line-height:20px}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#3D00FF\\]{--tw-text-opacity: 1;color:rgb(61 0 255 / var(--tw-text-opacity, 1))}.text-\\[\\#F7ADFC\\]{--tw-text-opacity: 1;color:rgb(247 173 252 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\\/80{color:hsl(var(--primary-foreground) / .8)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-0{transition-duration:0s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-bottom{--tw-enter-translate-y: 100%}.duration-0{animation-duration:0s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.message-received{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.message-send{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-white::-moz-placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.placeholder\\:text-white::placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\\:bg-accent\\/40:hover{background-color:hsl(var(--accent) / .4)}.hover\\:bg-destructive\\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\\:bg-primary-foreground\\/80:hover{background-color:hsl(var(--primary-foreground) / .8)}.hover\\:bg-primary\\/10:hover{background-color:hsl(var(--primary) / .1)}.hover\\:bg-primary\\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:no-underline:hover{text-decoration-line:none}.hover\\:opacity-100:hover{opacity:1}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group.toaster .group-\\[\\.toaster\\]\\:border-border{border-color:hsl(var(--border))}.group.toast .group-\\[\\.toast\\]\\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\\[\\.toast\\]\\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\\[\\.toaster\\]\\:bg-background{background-color:hsl(var(--background))}.group.toast .group-\\[\\.toast\\]\\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\\[\\.toast\\]\\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\\[\\.toaster\\]\\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\\[\\.toaster\\]\\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\\[state\\=open\\]\\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\\[state\\=open\\]\\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\\[state\\=closed\\]\\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5em}.data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5em}.data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5em}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5em}.data-\\[state\\=closed\\]\\:slide-out-to-left-1\\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\\[state\\=closed\\]\\:slide-out-to-top-\\[48\\%\\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\\[state\\=open\\]\\:slide-in-from-left-1\\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\\[state\\=open\\]\\:slide-in-from-top-\\[48\\%\\][data-state=open]{--tw-enter-translate-y: -48%}.prose-a\\:text-blue-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}@media(min-width:542px){.widget\\:w-12{width:3em}.widget\\:text-lg{font-size:1.125em;line-height:1.75em}.widget\\:text-sm{font-size:.875em;line-height:1.25em}.widget\\:text-xs{font-size:.75em;line-height:.875em}}',Y41='*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-body);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--font-body: "Open Sans", sans-serif;--font-heading: "Space Grotesk", sans-serif;--font-monospace: "Open Sans", sans-serif;--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 254 100% 50%;--primary-foreground: 0 0% 98%;--secondary: 213 100% 50%;--secondary-foreground: 0 0% 98%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 10% 3.9%;--radius: .5em}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%}@media(min-width:542px){.container{max-width:542px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.bottom-2{bottom:.5em}.left-0{left:0}.left-1\\/2,.left-\\[50\\%\\]{left:50%}.right-0{right:0}.right-2{right:.5em}.right-4{right:1em}.right-8{right:2em}.top-0{top:0}.top-1\\/2{top:50%}.top-4{top:1em}.top-8{top:2em}.top-\\[50\\%\\]{top:50%}.z-50{z-index:50}.\\!m-0{margin:0!important}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25em}.mr-2{margin-right:.5em}.mt-1{margin-top:.25em}.mt-2{margin-top:.5em}.mt-24{margin-top:6em}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.h-10{height:2.5em}.h-11{height:2.75em}.h-12{height:3em}.h-2{height:.5em}.h-4{height:1em}.h-5{height:1.25em}.h-6{height:1.5em}.h-8{height:2em}.h-9{height:2.25em}.h-auto{height:auto}.h-full{height:100%}.max-h-\\[120px\\]{max-height:120px}.max-h-\\[164px\\]{max-height:164px}.max-h-\\[500px\\]{max-height:500px}.min-h-40{min-height:10em}.min-h-\\[240px\\]{min-height:240px}.min-h-\\[270px\\]{min-height:270px}.min-h-\\[44px\\]{min-height:44px}.min-h-\\[60px\\]{min-height:60px}.w-10{width:2.5em}.w-11{width:2.75em}.w-12{width:3em}.w-2{width:.5em}.w-4{width:1em}.w-5{width:1.25em}.w-6{width:1.5em}.w-9{width:2.25em}.w-full{width:100%}.min-w-\\[200px\\]{min-width:200px}.max-w-72{max-width:18em}.max-w-\\[60\\%\\]{max-width:60%}.max-w-\\[95\\%\\]{max-width:95%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[-50\\%\\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1em;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50\\%\\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.4}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes subtle-single-heart-beat{0%,to{transform:scale(1)}14%{transform:scale(1.2);opacity:.8}70%{transform:scale(.99)}}.animate-subtle-single-heart-beat{animation:subtle-single-heart-beat 2s ease-in-out infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25em}.gap-1\\.5{gap:.375em}.gap-2{gap:.5em}.gap-3{gap:.75em}.gap-4{gap:1em}.gap-5{gap:1.25em}.gap-6{gap:1.5em}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25em * var(--tw-space-x-reverse));margin-left:calc(.25em * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5em * var(--tw-space-x-reverse));margin-left:calc(.5em * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75em * var(--tw-space-x-reverse));margin-left:calc(.75em * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375em * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5em * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25em}.rounded-3xl{border-radius:1.5em}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75em}.rounded-t-3xl{border-top-left-radius:1.5em;border-top-right-radius:1.5em}.rounded-t-\\[10px\\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-\\[20px\\]{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-t-\\[30px\\]{border-top-left-radius:30px;border-top-right-radius:30px}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-border{border-color:hsl(var(--border))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\\[\\#17B79F\\]{--tw-bg-opacity: 1;background-color:rgb(23 183 159 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black\\/20{background-color:#0003}.bg-black\\/80{background-color:#000c}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary\\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\\/70{background-color:hsl(var(--primary) / .7)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25em}.p-4{padding:1em}.p-6{padding:1.5em}.p-8{padding:2em}.px-3{padding-left:.75em;padding-right:.75em}.px-4{padding-left:1em;padding-right:1em}.px-6{padding-left:1.5em;padding-right:1.5em}.px-7{padding-left:1.75em;padding-right:1.75em}.px-8{padding-left:2em;padding-right:2em}.py-1\\.5{padding-top:.375em;padding-bottom:.375em}.py-10{padding-top:2.5em;padding-bottom:2.5em}.py-2{padding-top:.5em;padding-bottom:.5em}.pb-4{padding-bottom:1em}.pb-6{padding-bottom:1.5em}.pb-\\[0px\\]{padding-bottom:0}.pl-6{padding-left:1.5em}.pl-\\[16px\\]{padding-left:16px}.pr-\\[48px\\]{padding-right:48px}.pt-0{padding-top:0}.pt-2{padding-top:.5em}.pt-7{padding-top:1.75em}.pt-8{padding-top:2em}.pt-\\[10px\\]{padding-top:10px}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5em;line-height:2em}.text-\\[10px\\]{font-size:10px}.text-\\[11\\.2px\\]{font-size:11.2px}.text-\\[11px\\]{font-size:11px}.text-\\[14px\\]{font-size:14px}.text-\\[16px\\]{font-size:16px}.text-base{font-size:1em;line-height:1.5em}.text-lg{font-size:1.125em;line-height:1.75em}.text-sm{font-size:.875em;line-height:1.25em}.text-xs{font-size:.75em;line-height:.875em}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\\[14px\\]{line-height:14px}.leading-\\[16\\.8px\\]{line-height:16.8px}.leading-\\[20px\\]{line-height:20px}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#3D00FF\\]{--tw-text-opacity: 1;color:rgb(61 0 255 / var(--tw-text-opacity, 1))}.text-\\[\\#F7ADFC\\]{--tw-text-opacity: 1;color:rgb(247 173 252 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\\/80{color:hsl(var(--primary-foreground) / .8)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-0{transition-duration:0s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-bottom{--tw-enter-translate-y: 100%}.duration-0{animation-duration:0s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes moveFromLeftToRight{0%{transform:translate(-32px) scale(.1);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.message-received{animation:moveFromLeftToRight .4s cubic-bezier(.42,0,0,1);border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);padding:10.4px;color:hsl(var(--primary-foreground));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));font-size:14px;line-height:20px;transform-origin:bottom left}@keyframes moveFromRightToLeft{0%{transform:translate(32px) scale(.1);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.message-send{animation:moveFromRightToLeft .4s cubic-bezier(.42,0,0,1);font-size:14px;line-height:20px;padding:10.4px;border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);background-color:hsl(var(--primary) / .15);font-family:var(--font-body);font-weight:400;transform-origin:bottom right;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.message-ai{border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bubble1,.bubble2,.bubble3{background-color:hsl(var(--primary));opacity:.5}.bubble1{animation:chatBubbles 1s ease-in-out infinite}.bubble2{animation:chatBubbles 1s ease-in-out infinite;animation-delay:.3s}.bubble3{animation:chatBubbles 1s ease-in-out infinite;animation-delay:.5s}@keyframes chatBubbles{0%{transform:translateY(2.5)}50%{transform:translateY(-2.5px)}to{transform:translateY(0)}}.message-received img{max-height:300px;margin-left:auto;margin-right:auto}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\\:text-white::-moz-placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.placeholder\\:text-white::placeholder{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\\:bg-accent\\/40:hover{background-color:hsl(var(--accent) / .4)}.hover\\:bg-destructive\\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\\:bg-primary-foreground\\/80:hover{background-color:hsl(var(--primary-foreground) / .8)}.hover\\:bg-primary\\/10:hover{background-color:hsl(var(--primary) / .1)}.hover\\:bg-primary\\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:no-underline:hover{text-decoration-line:none}.hover\\:opacity-100:hover{opacity:1}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group.toaster .group-\\[\\.toaster\\]\\:border-border{border-color:hsl(var(--border))}.group.toast .group-\\[\\.toast\\]\\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\\[\\.toast\\]\\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\\[\\.toaster\\]\\:bg-background{background-color:hsl(var(--background))}.group.toast .group-\\[\\.toast\\]\\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\\[\\.toast\\]\\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\\[\\.toaster\\]\\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\\[\\.toaster\\]\\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\\[state\\=open\\]\\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\\[state\\=open\\]\\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\\[state\\=closed\\]\\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5em}.data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5em}.data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5em}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5em}.data-\\[state\\=closed\\]\\:slide-out-to-left-1\\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\\[state\\=closed\\]\\:slide-out-to-top-\\[48\\%\\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\\[state\\=open\\]\\:slide-in-from-left-1\\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\\[state\\=open\\]\\:slide-in-from-top-\\[48\\%\\][data-state=open]{--tw-enter-translate-y: -48%}.prose-a\\:text-blue-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}@media(min-width:542px){.widget\\:w-12{width:3em}.widget\\:text-lg{font-size:1.125em;line-height:1.75em}.widget\\:text-sm{font-size:.875em;line-height:1.25em}.widget\\:text-xs{font-size:.75em;line-height:.875em}}',K41=":root{--widget-margin: 25px;--shadow-offset-y: 12px;--shadow-blur: 24px;--widget-shadow-extent: calc(var(--shadow-blur) + var(--shadow-offset-y));--widget-shadow: 0px 4px 12px rgba(0, 0, 0, .15), 0px var(--shadow-offset-y) var(--shadow-blur) rgba(0, 0, 0, .2);--rounder-window-corners: 20px}.header-container{--header-height: 100px;--header-padding-vertical: 24px;--header-padding-horizontal: 16px;--header-gap: 8px}.header{height:var(--header-height);padding:var(--header-padding-vertical) var(--header-padding-horizontal);display:flex;align-items:center;gap:var(--header-gap);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.header.full-screen{padding-left:calc(var(--header-padding-horizontal) + var(--header-gap))}.header-action-buttons{position:relative;display:flex;gap:var(--header-gap)}.chat-bar-button-group-container{--chat-bar-button-group-container-gap: 16px;gap:var(--chat-bar-button-group-container-gap);display:flex;flex-direction:column;align-items:flex-end}.base-button{--base-button-size: 48px;width:var(--base-button-size);height:var(--base-button-size);display:flex;align-items:center;justify-content:center;border-radius:calc(var(--base-button-size) * 2);background-color:hsl(var(--primary))}.chat-bar-button-container{position:relative;box-shadow:var(--widget-shadow);border-radius:99px}.chat-bar-button{border-radius:99px}.base-button:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.chat-bar-container-input-group{--chat-bar-container-gap: 8px;--chat-send-button-right: 16px;--chat-send-button-size: 20px;width:100%;min-width:300px;display:flex;flex-direction:column;gap:var(--chat-bar-container-gap)}.base-chat-button-position{position:absolute;right:0;bottom:0}.foldable-chat-button-container{position:relative;width:60px;height:60px}.foldable-chat-base-button-container,.foldable-chat-slidebar-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.slidebar{--slidebar-container-height: 60px;position:absolute;right:0;height:var(--slidebar-container-height);overflow:hidden;border-radius:calc(var(--slidebar-container-height) * 2);--bg-opacity: 1;background-color:rgb(255 255 255 / var(--bg-opacity, 1));transition-property:all;transition-duration:.8s;transition-timing-function:cubic-bezier(.34,0,.64,1);box-shadow:var(--widget-shadow);width:-moz-max-content;width:max-content;max-width:var(--button-container-max-width)}.slidebar-expanded{max-width:var(--button-container-max-width)}.slidebar-collapsed{--slidebar-container-collapsed-width: 60px;max-width:var(--slidebar-container-collapsed-width)}.slidebar-inner{display:flex;height:100%;align-items:center;padding:16px}.slidebar-content{transform-origin:left center;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:hidden;white-space:nowrap;padding-right:48px;transition-property:all;transition-timing-function:cubic-bezier(.25,0,.45,.94);transition-duration:.7s}.slidebar-content-expanded{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}.slidebar-content-collapsed{opacity:0}.slidebar-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:12px;text-align:left;font-size:14px;line-height:20px;font-weight:600;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.slidebar-subtitle-row{margin-left:12px;display:flex;align-items:center;gap:6px;overflow:hidden}.slidebar-online-indicator{--online-indicator-size: 6px;animation:2s cubic-bezier(.4,0,.6,1) 0s infinite normal none running pulse;border-radius:calc(var(--online-indicator-size) * 2);--bg-opacity: 1;background-color:rgb(74 222 128 / var(--bg-opacity, 1));height:var(--online-indicator-size);width:var(--online-indicator-size);flex-shrink:0}.slidebar-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:20px;font-weight:300;color:#6b7280}.slidebar-content h3{font-size:14px}.chat-bar-input{--chat-bar-input-gap: 3px;--chat-bar-input-height: 24px;--chat-bar-input-padding: 20px;--chat-bar-input-padding-vertical: calc( var(--chat-bar-input-padding) + var(--chat-bar-input-gap) );--chat-bar-input-font-size: 14px;--chat-bar-input-line-height: 20px;--chat-bar-input-padding-right: calc( var(--chat-send-button-right) + var(--chat-send-button-size) + var(--chat-bar-input-gap) );border-color:hsl(var(--primary));height:var(--chat-bar-input-height);width:100%;border-radius:calc(var(--chat-bar-input-height) * 2);padding:var(--chat-bar-input-padding-vertical) var(--chat-bar-input-padding-right) var(--chat-bar-input-padding-vertical) var(--chat-bar-input-padding);font-size:var(--chat-bar-input-font-size);line-height:var(--chat-bar-input-line-height);box-shadow:var(--widget-shadow);border-width:1.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-bar-input::-moz-placeholder{color:#6b7280}.chat-bar-input::placeholder{color:#6b7280}.chat-send-button{width:var(--chat-send-button-size);height:var(--chat-send-button-size);position:absolute;top:50%;transform:translateY(-50%);transition:color .2s ease-in-out;right:var(--chat-send-button-right)}.send-button-icon{--send-button-icon-size: 20px;width:var(--send-button-icon-size);height:var(--send-button-icon-size)}.close-input-bar-icon{--close-input-bar-icon-size: 14px;width:var(--close-input-bar-icon-size);height:var(--close-input-bar-icon-size)}.main-chat-button-icon{--main-chat-button-icon-size: 24px;width:var(--main-chat-button-icon-size);height:var(--main-chat-button-icon-size)}.suggestion-input-button-group{--suggestion-input-button-group-gap: 8px;display:flex;align-items:center;gap:var(--suggestion-input-button-group-gap);margin-right:var(--widget-margin);width:-moz-fit-content;width:fit-content}.suggestion-input-button-group .suggested-inputs{display:flex;flex-direction:row;flex:1;overflow:hidden;gap:var(--suggestion-input-button-group-gap);padding:var(--widget-shadow-extent);margin:calc(var(--widget-shadow-extent) * -1)}.suggestion-input-button-group .magic-wand-icon{color:#9ca3af}.suggestion-input{--suggestion-input-padding-x: 7.5px;--suggestion-input-padding-y: 6px;--suggestion-input-font-size: 12px;--suggestion-input-line-height: 10.5px;padding:var(--suggestion-input-padding-y) var(--suggestion-input-padding-x);font-size:var(--suggestion-input-font-size);line-height:var(--suggestion-input-line-height);font-weight:500;border-radius:99px;box-shadow:var(--widget-shadow);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.bubble-notch{--bubble-notch-right: 20px;--bubble-notch-border-left-width: 5px;--bubble-notch-border-top-width: 8px;--bubble-notch-height: 0px;--bubble-notch-width: 0px;right:var(--bubble-notch-right);border-left-width:var(--bubble-notch-border-left-width);border-right-width:var(--bubble-notch-border-left-width);border-top-width:var(--bubble-notch-border-top-width);height:var(--bubble-notch-height);width:var(--bubble-notch-width);position:absolute;border-left-color:transparent;border-right-color:transparent}.bubble-notch-border{--bubble-notch-border-bottom: -8px;bottom:var(--bubble-notch-border-bottom);border-top-color:hsl(var(--primary))}.bubble-notch-background{--bubble-notch-background-bottom: -5.5px;bottom:var(--bubble-notch-background-bottom);border-top-color:hsl(var(--background))}.online-indicator{--online-indicator-size: 10px;width:var(--online-indicator-size);height:var(--online-indicator-size)}.icon-container{position:relative}.chat-bar-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);transition:opacity .2s ease,transform .2s ease;opacity:0}.chat-bar-icon.visible{left:50%;top:50%;opacity:1;transform:translate(-50%,-50%) scale(1);z-index:1}@media(max-width:640px),(orientation:landscape)and (max-height:500px){:root{--mobile-width-minus-widget-margins: calc( 100vw - calc(var(--widget-margin) * 2) )}.chat-bar-button-group-container{--mobile-scale-factor: 1.2}.chat-bar-container-input-group{--chat-bar-container-input-group-max-width: 500px;--chat-bar-container-input-group-min-width: 200px;max-width:var(--chat-bar-container-input-group-max-width);width:var(--mobile-width-minus-widget-margins);min-width:var(--chat-bar-container-input-group-min-width)}.slidebar-expanded{max-width:min(var(--mobile-width-minus-widget-margins),var(--button-container-max-width))}.chat-bar-button-group-container .base-button{width:calc(var(--base-button-size) * var(--mobile-scale-factor));height:calc(var(--base-button-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .chat-bar-input{padding:calc(var(--chat-bar-input-padding-vertical) * var(--mobile-scale-factor)) calc(var(--chat-bar-input-padding) * var(--mobile-scale-factor));font-size:calc(var(--chat-bar-input-font-size) * var(--mobile-scale-factor));line-height:calc(var(--chat-bar-input-line-height) * var(--mobile-scale-factor))}.chat-bar-button-group-container .chat-send-button{right:calc(var(--chat-send-button-right) * var(--mobile-scale-factor))}.chat-bar-button-group-container .close-input-bar-icon{width:calc(var(--close-input-bar-icon-size) * var(--mobile-scale-factor));height:calc(var(--close-input-bar-icon-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .online-indicator{width:calc(var(--online-indicator-size) * var(--mobile-scale-factor));height:calc(var(--online-indicator-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .main-chat-button-icon{width:calc(var(--main-chat-button-icon-size) * var(--mobile-scale-factor));height:calc(var(--main-chat-button-icon-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .suggestion-input-button-group{gap:calc(var(--suggestion-input-button-group-gap) * var(--mobile-scale-factor));max-width:calc(100% - (var(--widget-margin) * var(--mobile-scale-factor)))}.chat-bar-button-group-container .suggestion-input-button-group .suggested-inputs{gap:calc(var(--suggestion-input-button-group-gap) * var(--mobile-scale-factor))}.chat-bar-button-group-container .suggestion-input{padding:calc(var(--suggestion-input-padding-y) * var(--mobile-scale-factor)) calc(var(--suggestion-input-padding-x) * var(--mobile-scale-factor));font-size:calc(var(--suggestion-input-font-size) * var(--mobile-scale-factor));line-height:calc(var(--suggestion-input-line-height) * var(--mobile-scale-factor))}.chat-bar-button-group-container .chat-bar-button-group-container{gap:calc(var(--chat-bar-container-gap) * var(--mobile-scale-factor))}.chat-bar-button-group-container .send-button-icon{width:calc(var(--send-button-icon-size) * var(--mobile-scale-factor));height:calc(var(--send-button-icon-size) * var(--mobile-scale-factor))}.chat-bar-button-group-container .bubble-notch{right:calc(var(--bubble-notch-right) * var(--mobile-scale-factor));border-left-width:calc(var(--bubble-notch-border-left-width));border-right-width:calc(var(--bubble-notch-border-left-width));border-top-width:calc(var(--bubble-notch-border-top-width))}.chat-bar-button-group-container .bubble-notch-border{bottom:calc(var(--bubble-notch-border-bottom))}.chat-bar-button-group-container .bubble-notch-background{bottom:calc(var(--bubble-notch-background-bottom))}}",X41=Object.values(Object.assign({"/src/components/attachments/UploadAttachmentChatBubble.module.css":S41,"/src/components/chat/ResumeChatDrawerContent.module.css":R41,"/src/components/ui/Spinner/Spinner.module.css":x41,"/src/widget/freedayWidget.module.css":T41})).join(`
242
242
  `);function Q41(a,t){return class extends HTMLElement{constructor(){super();const n=this.attachShadow({mode:"open"});this.loadFonts();const l=new CSSStyleSheet,o=G41+Y41+K41+X41;l.replaceSync(o.replaceAll(":root",":host")),n.adoptedStyleSheets=[l],this.root=W41.createRoot(n)}loadFonts(){const n=document.createElement("link");n.rel="stylesheet",n.href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;700&display=swap",document.head.appendChild(n)}static get observedAttributes(){return t}attributeChangedCallback(n,l,o){l!==o&&this.renderReactComponent()}connectedCallback(){this.renderReactComponent()}disconnectedCallback(){this.root.unmount()}renderReactComponent(){const n={};t.forEach(l=>{n[l]=this.getAttribute(l)??""}),this.root.render(D.jsx(a,{...n}))}}}function J41(a,t,n){if(!customElements.get(a)){const l=Q41(t,n);customElements.define(a,l)}}var x8=(a=>(a.START="freeday:start",a.TOGGLE="freeday:toggle",a.RESTART="freeday:restart",a.OPEN="freeday:open",a.CLOSE="freeday:close",a))(x8||{}),C3=(a=>(a.CHAT_BUTTON="chat-button",a.CHAT_BAR_BUTTON="chat-bar-button",a.FOLDABLE_CHAT_BUTTON="foldable-chat-button",a.UNFOLDED_CHAT_VIEW="unfolded-chat-view",a.FULL_SCREEN="full-screen",a))(C3||{});function b3(a,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(a==null||a(o),n===!1||!o.defaultPrevented)return t==null?void 0:t(o)}}function Pf0(a,t){if(typeof a=="function")return a(t);a!=null&&(a.current=t)}function Of0(...a){return t=>{let n=!1;const l=a.map(o=>{const i=Pf0(o,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let o=0;o<l.length;o++){const i=l[o];typeof i=="function"?i():Pf0(a[o],null)}}}}function Er(...a){return e.useCallback(Of0(...a),a)}function _f0(a,t=[]){let n=[];function l(i,s){const u=e.createContext(s),A=n.length;n=[...n,s];const p=V=>{var N;const{scope:v,children:L,...C}=V,I=((N=v==null?void 0:v[a])==null?void 0:N[A])||u,x=e.useMemo(()=>C,Object.values(C));return D.jsx(I.Provider,{value:x,children:L})};p.displayName=i+"Provider";function g(V,v){var I;const L=((I=v==null?void 0:v[a])==null?void 0:I[A])||u,C=e.useContext(L);if(C)return C;if(s!==void 0)return s;throw new Error(`\`${V}\` must be used within \`${i}\``)}return[p,g]}const o=()=>{const i=n.map(s=>e.createContext(s));return function(u){const A=(u==null?void 0:u[a])||i;return e.useMemo(()=>({[`__scope${a}`]:{...u,[a]:A}}),[u,A])}};return o.scopeName=a,[l,ea1(o,...t)]}function ea1(...a){const t=a[0];if(a.length===1)return t;const n=()=>{const l=a.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(i){const s=l.reduce((u,{useScope:A,scopeName:p})=>{const V=A(i)[`__scope${p}`];return{...u,...V}},{});return e.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}var tu=kf0();const sZ=gr(tu);var mZ=e.forwardRef((a,t)=>{const{children:n,...l}=a,o=e.Children.toArray(n),i=o.find(aa1);if(i){const s=i.props.children,u=o.map(A=>A===i?e.Children.count(s)>1?e.Children.only(null):e.isValidElement(s)?s.props.children:null:A);return D.jsx(uZ,{...l,ref:t,children:e.isValidElement(s)?e.cloneElement(s,void 0,u):null})}return D.jsx(uZ,{...l,ref:t,children:n})});mZ.displayName="Slot";var uZ=e.forwardRef((a,t)=>{const{children:n,...l}=a;if(e.isValidElement(n)){const o=na1(n),i=ta1(l,n.props);return n.type!==e.Fragment&&(i.ref=t?Of0(t,o):o),e.cloneElement(n,i)}return e.Children.count(n)>1?e.Children.only(null):null});uZ.displayName="SlotClone";var Bf0=({children:a})=>D.jsx(D.Fragment,{children:a});function aa1(a){return e.isValidElement(a)&&a.type===Bf0}function ta1(a,t){const n={...t};for(const l in t){const o=a[l],i=t[l];/^on[A-Z]/.test(l)?o&&i?n[l]=(...u)=>{i(...u),o(...u)}:o&&(n[l]=o):l==="style"?n[l]={...o,...i}:l==="className"&&(n[l]=[o,i].filter(Boolean).join(" "))}return{...a,...n}}function na1(a){var l,o;let t=(l=Object.getOwnPropertyDescriptor(a.props,"ref"))==null?void 0:l.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?a.ref:(t=(o=Object.getOwnPropertyDescriptor(a,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?a.props.ref:a.props.ref||a.ref)}var la1=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Dn=la1.reduce((a,t)=>{const n=e.forwardRef((l,o)=>{const{asChild:i,...s}=l,u=i?mZ:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),D.jsx(u,{...s,ref:o})});return n.displayName=`Primitive.${t}`,{...a,[t]:n}},{});function ra1(a,t){a&&tu.flushSync(()=>a.dispatchEvent(t))}function h7(a){const t=e.useRef(a);return e.useEffect(()=>{t.current=a}),e.useMemo(()=>(...n)=>{var l;return(l=t.current)==null?void 0:l.call(t,...n)},[])}function oa1(a,t=globalThis==null?void 0:globalThis.document){const n=h7(a);e.useEffect(()=>{const l=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",l,{capture:!0}),()=>t.removeEventListener("keydown",l,{capture:!0})},[n,t])}var ca1="DismissableLayer",hZ="dismissableLayer.update",ia1="dismissableLayer.pointerDownOutside",sa1="dismissableLayer.focusOutside",Uf0,zf0=e.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),jf0=e.forwardRef((a,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:l,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:s,onDismiss:u,...A}=a,p=e.useContext(zf0),[g,V]=e.useState(null),v=(g==null?void 0:g.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,L]=e.useState({}),C=Er(t,G=>V(G)),I=Array.from(p.layers),[x]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),N=I.indexOf(x),O=g?I.indexOf(g):-1,B=p.layersWithOutsidePointerEventsDisabled.size>0,j=O>=N,Y=ha1(G=>{const J=G.target,f0=[...p.branches].some(Q=>Q.contains(J));!j||f0||(o==null||o(G),s==null||s(G),G.defaultPrevented||u==null||u())},v),q=da1(G=>{const J=G.target;[...p.branches].some(Q=>Q.contains(J))||(i==null||i(G),s==null||s(G),G.defaultPrevented||u==null||u())},v);return oa1(G=>{O===p.layers.size-1&&(l==null||l(G),!G.defaultPrevented&&u&&(G.preventDefault(),u()))},v),e.useEffect(()=>{if(g)return n&&(p.layersWithOutsidePointerEventsDisabled.size===0&&(Uf0=v.body.style.pointerEvents,v.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(g)),p.layers.add(g),qf0(),()=>{n&&p.layersWithOutsidePointerEventsDisabled.size===1&&(v.body.style.pointerEvents=Uf0)}},[g,v,n,p]),e.useEffect(()=>()=>{g&&(p.layers.delete(g),p.layersWithOutsidePointerEventsDisabled.delete(g),qf0())},[g,p]),e.useEffect(()=>{const G=()=>L({});return document.addEventListener(hZ,G),()=>document.removeEventListener(hZ,G)},[]),D.jsx(Dn.div,{...A,ref:C,style:{pointerEvents:B?j?"auto":"none":void 0,...a.style},onFocusCapture:b3(a.onFocusCapture,q.onFocusCapture),onBlurCapture:b3(a.onBlurCapture,q.onBlurCapture),onPointerDownCapture:b3(a.onPointerDownCapture,Y.onPointerDownCapture)})});jf0.displayName=ca1;var ma1="DismissableLayerBranch",ua1=e.forwardRef((a,t)=>{const n=e.useContext(zf0),l=e.useRef(null),o=Er(t,l);return e.useEffect(()=>{const i=l.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),D.jsx(Dn.div,{...a,ref:o})});ua1.displayName=ma1;function ha1(a,t=globalThis==null?void 0:globalThis.document){const n=h7(a),l=e.useRef(!1),o=e.useRef(()=>{});return e.useEffect(()=>{const i=u=>{if(u.target&&!l.current){let A=function(){Wf0(ia1,n,p,{discrete:!0})};const p={originalEvent:u};u.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=A,t.addEventListener("click",o.current,{once:!0})):A()}else t.removeEventListener("click",o.current);l.current=!1},s=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(s),t.removeEventListener("pointerdown",i),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>l.current=!0}}function da1(a,t=globalThis==null?void 0:globalThis.document){const n=h7(a),l=e.useRef(!1);return e.useEffect(()=>{const o=i=>{i.target&&!l.current&&Wf0(sa1,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>l.current=!0,onBlurCapture:()=>l.current=!1}}function qf0(){const a=new CustomEvent(hZ);document.dispatchEvent(a)}function Wf0(a,t,n,{discrete:l}){const o=n.originalEvent.target,i=new CustomEvent(a,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(a,t,{once:!0}),l?ra1(o,i):o.dispatchEvent(i)}var Vr=globalThis!=null&&globalThis.document?e.useLayoutEffect:()=>{},Aa1=oZ.useId||(()=>{}),pa1=0;function fa1(a){const[t,n]=e.useState(Aa1());return Vr(()=>{n(l=>l??String(pa1++))},[a]),t?`radix-${t}`:""}const Za1=["top","right","bottom","left"],Pn=Math.min,B4=Math.max,nu=Math.round,lu=Math.floor,wt=a=>({x:a,y:a}),Ha1={left:"right",right:"left",bottom:"top",top:"bottom"},ga1={start:"end",end:"start"};function dZ(a,t,n){return B4(a,Pn(t,n))}function I3(a,t){return typeof a=="function"?a(t):a}function S3(a){return a.split("-")[0]}function d7(a){return a.split("-")[1]}function AZ(a){return a==="x"?"y":"x"}function pZ(a){return a==="y"?"height":"width"}function On(a){return["top","bottom"].includes(S3(a))?"y":"x"}function fZ(a){return AZ(On(a))}function Ea1(a,t,n){n===void 0&&(n=!1);const l=d7(a),o=fZ(a),i=pZ(o);let s=o==="x"?l===(n?"end":"start")?"right":"left":l==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=ru(s)),[s,ru(s)]}function Va1(a){const t=ru(a);return[ZZ(a),t,ZZ(t)]}function ZZ(a){return a.replace(/start|end/g,t=>ga1[t])}function Ma1(a,t,n){const l=["left","right"],o=["right","left"],i=["top","bottom"],s=["bottom","top"];switch(a){case"top":case"bottom":return n?t?o:l:t?l:o;case"left":case"right":return t?i:s;default:return[]}}function va1(a,t,n,l){const o=d7(a);let i=Ma1(S3(a),n==="start",l);return o&&(i=i.map(s=>s+"-"+o),t&&(i=i.concat(i.map(ZZ)))),i}function ru(a){return a.replace(/left|right|bottom|top/g,t=>Ha1[t])}function La1(a){return{top:0,right:0,bottom:0,left:0,...a}}function Gf0(a){return typeof a!="number"?La1(a):{top:a,right:a,bottom:a,left:a}}function ou(a){const{x:t,y:n,width:l,height:o}=a;return{width:l,height:o,top:n,left:t,right:t+l,bottom:n+o,x:t,y:n}}function Yf0(a,t,n){let{reference:l,floating:o}=a;const i=On(t),s=fZ(t),u=pZ(s),A=S3(t),p=i==="y",g=l.x+l.width/2-o.width/2,V=l.y+l.height/2-o.height/2,v=l[u]/2-o[u]/2;let L;switch(A){case"top":L={x:g,y:l.y-o.height};break;case"bottom":L={x:g,y:l.y+l.height};break;case"right":L={x:l.x+l.width,y:V};break;case"left":L={x:l.x-o.width,y:V};break;default:L={x:l.x,y:l.y}}switch(d7(t)){case"start":L[s]-=v*(n&&p?-1:1);break;case"end":L[s]+=v*(n&&p?-1:1);break}return L}const wa1=async(a,t,n)=>{const{placement:l="bottom",strategy:o="absolute",middleware:i=[],platform:s}=n,u=i.filter(Boolean),A=await(s.isRTL==null?void 0:s.isRTL(t));let p=await s.getElementRects({reference:a,floating:t,strategy:o}),{x:g,y:V}=Yf0(p,l,A),v=l,L={},C=0;for(let I=0;I<u.length;I++){const{name:x,fn:N}=u[I],{x:O,y:B,data:j,reset:Y}=await N({x:g,y:V,initialPlacement:l,placement:v,strategy:o,middlewareData:L,rects:p,platform:s,elements:{reference:a,floating:t}});g=O??g,V=B??V,L={...L,[x]:{...L[x],...j}},Y&&C<=50&&(C++,typeof Y=="object"&&(Y.placement&&(v=Y.placement),Y.rects&&(p=Y.rects===!0?await s.getElementRects({reference:a,floating:t,strategy:o}):Y.rects),{x:g,y:V}=Yf0(p,v,A)),I=-1)}return{x:g,y:V,placement:v,strategy:o,middlewareData:L}};async function hc(a,t){var n;t===void 0&&(t={});const{x:l,y:o,platform:i,rects:s,elements:u,strategy:A}=a,{boundary:p="clippingAncestors",rootBoundary:g="viewport",elementContext:V="floating",altBoundary:v=!1,padding:L=0}=I3(t,a),C=Gf0(L),x=u[v?V==="floating"?"reference":"floating":V],N=ou(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(x)))==null||n?x:x.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(u.floating)),boundary:p,rootBoundary:g,strategy:A})),O=V==="floating"?{x:l,y:o,width:s.floating.width,height:s.floating.height}:s.reference,B=await(i.getOffsetParent==null?void 0:i.getOffsetParent(u.floating)),j=await(i.isElement==null?void 0:i.isElement(B))?await(i.getScale==null?void 0:i.getScale(B))||{x:1,y:1}:{x:1,y:1},Y=ou(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:O,offsetParent:B,strategy:A}):O);return{top:(N.top-Y.top+C.top)/j.y,bottom:(Y.bottom-N.bottom+C.bottom)/j.y,left:(N.left-Y.left+C.left)/j.x,right:(Y.right-N.right+C.right)/j.x}}const ya1=a=>({name:"arrow",options:a,async fn(t){const{x:n,y:l,placement:o,rects:i,platform:s,elements:u,middlewareData:A}=t,{element:p,padding:g=0}=I3(a,t)||{};if(p==null)return{};const V=Gf0(g),v={x:n,y:l},L=fZ(o),C=pZ(L),I=await s.getDimensions(p),x=L==="y",N=x?"top":"left",O=x?"bottom":"right",B=x?"clientHeight":"clientWidth",j=i.reference[C]+i.reference[L]-v[L]-i.floating[C],Y=v[L]-i.reference[L],q=await(s.getOffsetParent==null?void 0:s.getOffsetParent(p));let G=q?q[B]:0;(!G||!await(s.isElement==null?void 0:s.isElement(q)))&&(G=u.floating[B]||i.floating[C]);const J=j/2-Y/2,f0=G/2-I[C]/2-1,Q=Pn(V[N],f0),Z0=Pn(V[O],f0),c0=Q,l0=G-I[C]-Z0,a0=G/2-I[C]/2+J,E0=dZ(c0,a0,l0),T0=!A.arrow&&d7(o)!=null&&a0!==E0&&i.reference[C]/2-(a0<c0?Q:Z0)-I[C]/2<0,y0=T0?a0<c0?a0-c0:a0-l0:0;return{[L]:v[L]+y0,data:{[L]:E0,centerOffset:a0-E0-y0,...T0&&{alignmentOffset:y0}},reset:T0}}}),Fa1=function(a){return a===void 0&&(a={}),{name:"flip",options:a,async fn(t){var n,l;const{placement:o,middlewareData:i,rects:s,initialPlacement:u,platform:A,elements:p}=t,{mainAxis:g=!0,crossAxis:V=!0,fallbackPlacements:v,fallbackStrategy:L="bestFit",fallbackAxisSideDirection:C="none",flipAlignment:I=!0,...x}=I3(a,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};const N=S3(o),O=On(u),B=S3(u)===u,j=await(A.isRTL==null?void 0:A.isRTL(p.floating)),Y=v||(B||!I?[ru(u)]:Va1(u)),q=C!=="none";!v&&q&&Y.push(...va1(u,I,C,j));const G=[u,...Y],J=await hc(t,x),f0=[];let Q=((l=i.flip)==null?void 0:l.overflows)||[];if(g&&f0.push(J[N]),V){const a0=Ea1(o,s,j);f0.push(J[a0[0]],J[a0[1]])}if(Q=[...Q,{placement:o,overflows:f0}],!f0.every(a0=>a0<=0)){var Z0,c0;const a0=(((Z0=i.flip)==null?void 0:Z0.index)||0)+1,E0=G[a0];if(E0)return{data:{index:a0,overflows:Q},reset:{placement:E0}};let T0=(c0=Q.filter(y0=>y0.overflows[0]<=0).sort((y0,m0)=>y0.overflows[1]-m0.overflows[1])[0])==null?void 0:c0.placement;if(!T0)switch(L){case"bestFit":{var l0;const y0=(l0=Q.filter(m0=>{if(q){const g0=On(m0.placement);return g0===O||g0==="y"}return!0}).map(m0=>[m0.placement,m0.overflows.filter(g0=>g0>0).reduce((g0,$)=>g0+$,0)]).sort((m0,g0)=>m0[1]-g0[1])[0])==null?void 0:l0[0];y0&&(T0=y0);break}case"initialPlacement":T0=u;break}if(o!==T0)return{reset:{placement:T0}}}return{}}}};function Kf0(a,t){return{top:a.top-t.height,right:a.right-t.width,bottom:a.bottom-t.height,left:a.left-t.width}}function Xf0(a){return Za1.some(t=>a[t]>=0)}const Ca1=function(a){return a===void 0&&(a={}),{name:"hide",options:a,async fn(t){const{rects:n}=t,{strategy:l="referenceHidden",...o}=I3(a,t);switch(l){case"referenceHidden":{const i=await hc(t,{...o,elementContext:"reference"}),s=Kf0(i,n.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:Xf0(s)}}}case"escaped":{const i=await hc(t,{...o,altBoundary:!0}),s=Kf0(i,n.floating);return{data:{escapedOffsets:s,escaped:Xf0(s)}}}default:return{}}}}};async function ba1(a,t){const{placement:n,platform:l,elements:o}=a,i=await(l.isRTL==null?void 0:l.isRTL(o.floating)),s=S3(n),u=d7(n),A=On(n)==="y",p=["left","top"].includes(s)?-1:1,g=i&&A?-1:1,V=I3(t,a);let{mainAxis:v,crossAxis:L,alignmentAxis:C}=typeof V=="number"?{mainAxis:V,crossAxis:0,alignmentAxis:null}:{mainAxis:V.mainAxis||0,crossAxis:V.crossAxis||0,alignmentAxis:V.alignmentAxis};return u&&typeof C=="number"&&(L=u==="end"?C*-1:C),A?{x:L*g,y:v*p}:{x:v*p,y:L*g}}const Ia1=function(a){return a===void 0&&(a=0),{name:"offset",options:a,async fn(t){var n,l;const{x:o,y:i,placement:s,middlewareData:u}=t,A=await ba1(t,a);return s===((n=u.offset)==null?void 0:n.placement)&&(l=u.arrow)!=null&&l.alignmentOffset?{}:{x:o+A.x,y:i+A.y,data:{...A,placement:s}}}}},Sa1=function(a){return a===void 0&&(a={}),{name:"shift",options:a,async fn(t){const{x:n,y:l,placement:o}=t,{mainAxis:i=!0,crossAxis:s=!1,limiter:u={fn:x=>{let{x:N,y:O}=x;return{x:N,y:O}}},...A}=I3(a,t),p={x:n,y:l},g=await hc(t,A),V=On(S3(o)),v=AZ(V);let L=p[v],C=p[V];if(i){const x=v==="y"?"top":"left",N=v==="y"?"bottom":"right",O=L+g[x],B=L-g[N];L=dZ(O,L,B)}if(s){const x=V==="y"?"top":"left",N=V==="y"?"bottom":"right",O=C+g[x],B=C-g[N];C=dZ(O,C,B)}const I=u.fn({...t,[v]:L,[V]:C});return{...I,data:{x:I.x-n,y:I.y-l,enabled:{[v]:i,[V]:s}}}}}},Ra1=function(a){return a===void 0&&(a={}),{options:a,fn(t){const{x:n,y:l,placement:o,rects:i,middlewareData:s}=t,{offset:u=0,mainAxis:A=!0,crossAxis:p=!0}=I3(a,t),g={x:n,y:l},V=On(o),v=AZ(V);let L=g[v],C=g[V];const I=I3(u,t),x=typeof I=="number"?{mainAxis:I,crossAxis:0}:{mainAxis:0,crossAxis:0,...I};if(A){const B=v==="y"?"height":"width",j=i.reference[v]-i.floating[B]+x.mainAxis,Y=i.reference[v]+i.reference[B]-x.mainAxis;L<j?L=j:L>Y&&(L=Y)}if(p){var N,O;const B=v==="y"?"width":"height",j=["top","left"].includes(S3(o)),Y=i.reference[V]-i.floating[B]+(j&&((N=s.offset)==null?void 0:N[V])||0)+(j?0:x.crossAxis),q=i.reference[V]+i.reference[B]+(j?0:((O=s.offset)==null?void 0:O[V])||0)-(j?x.crossAxis:0);C<Y?C=Y:C>q&&(C=q)}return{[v]:L,[V]:C}}}},xa1=function(a){return a===void 0&&(a={}),{name:"size",options:a,async fn(t){var n,l;const{placement:o,rects:i,platform:s,elements:u}=t,{apply:A=()=>{},...p}=I3(a,t),g=await hc(t,p),V=S3(o),v=d7(o),L=On(o)==="y",{width:C,height:I}=i.floating;let x,N;V==="top"||V==="bottom"?(x=V,N=v===(await(s.isRTL==null?void 0:s.isRTL(u.floating))?"start":"end")?"left":"right"):(N=V,x=v==="end"?"top":"bottom");const O=I-g.top-g.bottom,B=C-g.left-g.right,j=Pn(I-g[x],O),Y=Pn(C-g[N],B),q=!t.middlewareData.shift;let G=j,J=Y;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(J=B),(l=t.middlewareData.shift)!=null&&l.enabled.y&&(G=O),q&&!v){const Q=B4(g.left,0),Z0=B4(g.right,0),c0=B4(g.top,0),l0=B4(g.bottom,0);L?J=C-2*(Q!==0||Z0!==0?Q+Z0:B4(g.left,g.right)):G=I-2*(c0!==0||l0!==0?c0+l0:B4(g.top,g.bottom))}await A({...t,availableWidth:J,availableHeight:G});const f0=await s.getDimensions(u.floating);return C!==f0.width||I!==f0.height?{reset:{rects:!0}}:{}}}};function cu(){return typeof window<"u"}function A7(a){return Qf0(a)?(a.nodeName||"").toLowerCase():"#document"}function U4(a){var t;return(a==null||(t=a.ownerDocument)==null?void 0:t.defaultView)||window}function yt(a){var t;return(t=(Qf0(a)?a.ownerDocument:a.document)||window.document)==null?void 0:t.documentElement}function Qf0(a){return cu()?a instanceof Node||a instanceof U4(a).Node:!1}function _a(a){return cu()?a instanceof Element||a instanceof U4(a).Element:!1}function Ft(a){return cu()?a instanceof HTMLElement||a instanceof U4(a).HTMLElement:!1}function Jf0(a){return!cu()||typeof ShadowRoot>"u"?!1:a instanceof ShadowRoot||a instanceof U4(a).ShadowRoot}function dc(a){const{overflow:t,overflowX:n,overflowY:l,display:o}=Ba(a);return/auto|scroll|overlay|hidden|clip/.test(t+l+n)&&!["inline","contents"].includes(o)}function Ta1(a){return["table","td","th"].includes(A7(a))}function iu(a){return[":popover-open",":modal"].some(t=>{try{return a.matches(t)}catch{return!1}})}function HZ(a){const t=gZ(),n=_a(a)?Ba(a):a;return["transform","translate","scale","rotate","perspective"].some(l=>n[l]?n[l]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","translate","scale","rotate","perspective","filter"].some(l=>(n.willChange||"").includes(l))||["paint","layout","strict","content"].some(l=>(n.contain||"").includes(l))}function Na1(a){let t=_n(a);for(;Ft(t)&&!p7(t);){if(HZ(t))return t;if(iu(t))return null;t=_n(t)}return null}function gZ(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function p7(a){return["html","body","#document"].includes(A7(a))}function Ba(a){return U4(a).getComputedStyle(a)}function su(a){return _a(a)?{scrollLeft:a.scrollLeft,scrollTop:a.scrollTop}:{scrollLeft:a.scrollX,scrollTop:a.scrollY}}function _n(a){if(A7(a)==="html")return a;const t=a.assignedSlot||a.parentNode||Jf0(a)&&a.host||yt(a);return Jf0(t)?t.host:t}function eZ0(a){const t=_n(a);return p7(t)?a.ownerDocument?a.ownerDocument.body:a.body:Ft(t)&&dc(t)?t:eZ0(t)}function Ac(a,t,n){var l;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=eZ0(a),i=o===((l=a.ownerDocument)==null?void 0:l.body),s=U4(o);if(i){const u=EZ(s);return t.concat(s,s.visualViewport||[],dc(o)?o:[],u&&n?Ac(u):[])}return t.concat(o,Ac(o,[],n))}function EZ(a){return a.parent&&Object.getPrototypeOf(a.parent)?a.frameElement:null}function aZ0(a){const t=Ba(a);let n=parseFloat(t.width)||0,l=parseFloat(t.height)||0;const o=Ft(a),i=o?a.offsetWidth:n,s=o?a.offsetHeight:l,u=nu(n)!==i||nu(l)!==s;return u&&(n=i,l=s),{width:n,height:l,$:u}}function VZ(a){return _a(a)?a:a.contextElement}function f7(a){const t=VZ(a);if(!Ft(t))return wt(1);const n=t.getBoundingClientRect(),{width:l,height:o,$:i}=aZ0(t);let s=(i?nu(n.width):n.width)/l,u=(i?nu(n.height):n.height)/o;return(!s||!Number.isFinite(s))&&(s=1),(!u||!Number.isFinite(u))&&(u=1),{x:s,y:u}}const $a1=wt(0);function tZ0(a){const t=U4(a);return!gZ()||!t.visualViewport?$a1:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function ka1(a,t,n){return t===void 0&&(t=!1),!n||t&&n!==U4(a)?!1:t}function Mr(a,t,n,l){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=a.getBoundingClientRect(),i=VZ(a);let s=wt(1);t&&(l?_a(l)&&(s=f7(l)):s=f7(a));const u=ka1(i,n,l)?tZ0(i):wt(0);let A=(o.left+u.x)/s.x,p=(o.top+u.y)/s.y,g=o.width/s.x,V=o.height/s.y;if(i){const v=U4(i),L=l&&_a(l)?U4(l):l;let C=v,I=EZ(C);for(;I&&l&&L!==C;){const x=f7(I),N=I.getBoundingClientRect(),O=Ba(I),B=N.left+(I.clientLeft+parseFloat(O.paddingLeft))*x.x,j=N.top+(I.clientTop+parseFloat(O.paddingTop))*x.y;A*=x.x,p*=x.y,g*=x.x,V*=x.y,A+=B,p+=j,C=U4(I),I=EZ(C)}}return ou({width:g,height:V,x:A,y:p})}function MZ(a,t){const n=su(a).scrollLeft;return t?t.left+n:Mr(yt(a)).left+n}function nZ0(a,t,n){n===void 0&&(n=!1);const l=a.getBoundingClientRect(),o=l.left+t.scrollLeft-(n?0:MZ(a,l)),i=l.top+t.scrollTop;return{x:o,y:i}}function Da1(a){let{elements:t,rect:n,offsetParent:l,strategy:o}=a;const i=o==="fixed",s=yt(l),u=t?iu(t.floating):!1;if(l===s||u&&i)return n;let A={scrollLeft:0,scrollTop:0},p=wt(1);const g=wt(0),V=Ft(l);if((V||!V&&!i)&&((A7(l)!=="body"||dc(s))&&(A=su(l)),Ft(l))){const L=Mr(l);p=f7(l),g.x=L.x+l.clientLeft,g.y=L.y+l.clientTop}const v=s&&!V&&!i?nZ0(s,A,!0):wt(0);return{width:n.width*p.x,height:n.height*p.y,x:n.x*p.x-A.scrollLeft*p.x+g.x+v.x,y:n.y*p.y-A.scrollTop*p.y+g.y+v.y}}function Pa1(a){return Array.from(a.getClientRects())}function Oa1(a){const t=yt(a),n=su(a),l=a.ownerDocument.body,o=B4(t.scrollWidth,t.clientWidth,l.scrollWidth,l.clientWidth),i=B4(t.scrollHeight,t.clientHeight,l.scrollHeight,l.clientHeight);let s=-n.scrollLeft+MZ(a);const u=-n.scrollTop;return Ba(l).direction==="rtl"&&(s+=B4(t.clientWidth,l.clientWidth)-o),{width:o,height:i,x:s,y:u}}function _a1(a,t){const n=U4(a),l=yt(a),o=n.visualViewport;let i=l.clientWidth,s=l.clientHeight,u=0,A=0;if(o){i=o.width,s=o.height;const p=gZ();(!p||p&&t==="fixed")&&(u=o.offsetLeft,A=o.offsetTop)}return{width:i,height:s,x:u,y:A}}function Ba1(a,t){const n=Mr(a,!0,t==="fixed"),l=n.top+a.clientTop,o=n.left+a.clientLeft,i=Ft(a)?f7(a):wt(1),s=a.clientWidth*i.x,u=a.clientHeight*i.y,A=o*i.x,p=l*i.y;return{width:s,height:u,x:A,y:p}}function lZ0(a,t,n){let l;if(t==="viewport")l=_a1(a,n);else if(t==="document")l=Oa1(yt(a));else if(_a(t))l=Ba1(t,n);else{const o=tZ0(a);l={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return ou(l)}function rZ0(a,t){const n=_n(a);return n===t||!_a(n)||p7(n)?!1:Ba(n).position==="fixed"||rZ0(n,t)}function Ua1(a,t){const n=t.get(a);if(n)return n;let l=Ac(a,[],!1).filter(u=>_a(u)&&A7(u)!=="body"),o=null;const i=Ba(a).position==="fixed";let s=i?_n(a):a;for(;_a(s)&&!p7(s);){const u=Ba(s),A=HZ(s);!A&&u.position==="fixed"&&(o=null),(i?!A&&!o:!A&&u.position==="static"&&!!o&&["absolute","fixed"].includes(o.position)||dc(s)&&!A&&rZ0(a,s))?l=l.filter(g=>g!==s):o=u,s=_n(s)}return t.set(a,l),l}function za1(a){let{element:t,boundary:n,rootBoundary:l,strategy:o}=a;const s=[...n==="clippingAncestors"?iu(t)?[]:Ua1(t,this._c):[].concat(n),l],u=s[0],A=s.reduce((p,g)=>{const V=lZ0(t,g,o);return p.top=B4(V.top,p.top),p.right=Pn(V.right,p.right),p.bottom=Pn(V.bottom,p.bottom),p.left=B4(V.left,p.left),p},lZ0(t,u,o));return{width:A.right-A.left,height:A.bottom-A.top,x:A.left,y:A.top}}function ja1(a){const{width:t,height:n}=aZ0(a);return{width:t,height:n}}function qa1(a,t,n){const l=Ft(t),o=yt(t),i=n==="fixed",s=Mr(a,!0,i,t);let u={scrollLeft:0,scrollTop:0};const A=wt(0);if(l||!l&&!i)if((A7(t)!=="body"||dc(o))&&(u=su(t)),l){const v=Mr(t,!0,i,t);A.x=v.x+t.clientLeft,A.y=v.y+t.clientTop}else o&&(A.x=MZ(o));const p=o&&!l&&!i?nZ0(o,u):wt(0),g=s.left+u.scrollLeft-A.x-p.x,V=s.top+u.scrollTop-A.y-p.y;return{x:g,y:V,width:s.width,height:s.height}}function vZ(a){return Ba(a).position==="static"}function oZ0(a,t){if(!Ft(a)||Ba(a).position==="fixed")return null;if(t)return t(a);let n=a.offsetParent;return yt(a)===n&&(n=n.ownerDocument.body),n}function cZ0(a,t){const n=U4(a);if(iu(a))return n;if(!Ft(a)){let o=_n(a);for(;o&&!p7(o);){if(_a(o)&&!vZ(o))return o;o=_n(o)}return n}let l=oZ0(a,t);for(;l&&Ta1(l)&&vZ(l);)l=oZ0(l,t);return l&&p7(l)&&vZ(l)&&!HZ(l)?n:l||Na1(a)||n}const Wa1=async function(a){const t=this.getOffsetParent||cZ0,n=this.getDimensions,l=await n(a.floating);return{reference:qa1(a.reference,await t(a.floating),a.strategy),floating:{x:0,y:0,width:l.width,height:l.height}}};function Ga1(a){return Ba(a).direction==="rtl"}const Ya1={convertOffsetParentRelativeRectToViewportRelativeRect:Da1,getDocumentElement:yt,getClippingRect:za1,getOffsetParent:cZ0,getElementRects:Wa1,getClientRects:Pa1,getDimensions:ja1,getScale:f7,isElement:_a,isRTL:Ga1};function iZ0(a,t){return a.x===t.x&&a.y===t.y&&a.width===t.width&&a.height===t.height}function Ka1(a,t){let n=null,l;const o=yt(a);function i(){var u;clearTimeout(l),(u=n)==null||u.disconnect(),n=null}function s(u,A){u===void 0&&(u=!1),A===void 0&&(A=1),i();const p=a.getBoundingClientRect(),{left:g,top:V,width:v,height:L}=p;if(u||t(),!v||!L)return;const C=lu(V),I=lu(o.clientWidth-(g+v)),x=lu(o.clientHeight-(V+L)),N=lu(g),B={rootMargin:-C+"px "+-I+"px "+-x+"px "+-N+"px",threshold:B4(0,Pn(1,A))||1};let j=!0;function Y(q){const G=q[0].intersectionRatio;if(G!==A){if(!j)return s();G?s(!1,G):l=setTimeout(()=>{s(!1,1e-7)},1e3)}G===1&&!iZ0(p,a.getBoundingClientRect())&&s(),j=!1}try{n=new IntersectionObserver(Y,{...B,root:o.ownerDocument})}catch{n=new IntersectionObserver(Y,B)}n.observe(a)}return s(!0),i}function Xa1(a,t,n,l){l===void 0&&(l={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:A=!1}=l,p=VZ(a),g=o||i?[...p?Ac(p):[],...Ac(t)]:[];g.forEach(N=>{o&&N.addEventListener("scroll",n,{passive:!0}),i&&N.addEventListener("resize",n)});const V=p&&u?Ka1(p,n):null;let v=-1,L=null;s&&(L=new ResizeObserver(N=>{let[O]=N;O&&O.target===p&&L&&(L.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var B;(B=L)==null||B.observe(t)})),n()}),p&&!A&&L.observe(p),L.observe(t));let C,I=A?Mr(a):null;A&&x();function x(){const N=Mr(a);I&&!iZ0(I,N)&&n(),I=N,C=requestAnimationFrame(x)}return n(),()=>{var N;g.forEach(O=>{o&&O.removeEventListener("scroll",n),i&&O.removeEventListener("resize",n)}),V==null||V(),(N=L)==null||N.disconnect(),L=null,A&&cancelAnimationFrame(C)}}const Qa1=Ia1,Ja1=Sa1,et1=Fa1,at1=xa1,tt1=Ca1,sZ0=ya1,nt1=Ra1,lt1=(a,t,n)=>{const l=new Map,o={platform:Ya1,...n},i={...o.platform,_c:l};return wa1(a,t,{...o,platform:i})};var mu=typeof document<"u"?e.useLayoutEffect:e.useEffect;function uu(a,t){if(a===t)return!0;if(typeof a!=typeof t)return!1;if(typeof a=="function"&&a.toString()===t.toString())return!0;let n,l,o;if(a&&t&&typeof a=="object"){if(Array.isArray(a)){if(n=a.length,n!==t.length)return!1;for(l=n;l--!==0;)if(!uu(a[l],t[l]))return!1;return!0}if(o=Object.keys(a),n=o.length,n!==Object.keys(t).length)return!1;for(l=n;l--!==0;)if(!{}.hasOwnProperty.call(t,o[l]))return!1;for(l=n;l--!==0;){const i=o[l];if(!(i==="_owner"&&a.$$typeof)&&!uu(a[i],t[i]))return!1}return!0}return a!==a&&t!==t}function mZ0(a){return typeof window>"u"?1:(a.ownerDocument.defaultView||window).devicePixelRatio||1}function uZ0(a,t){const n=mZ0(a);return Math.round(t*n)/n}function LZ(a){const t=e.useRef(a);return mu(()=>{t.current=a}),t}function rt1(a){a===void 0&&(a={});const{placement:t="bottom",strategy:n="absolute",middleware:l=[],platform:o,elements:{reference:i,floating:s}={},transform:u=!0,whileElementsMounted:A,open:p}=a,[g,V]=e.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[v,L]=e.useState(l);uu(v,l)||L(l);const[C,I]=e.useState(null),[x,N]=e.useState(null),O=e.useCallback(m0=>{m0!==q.current&&(q.current=m0,I(m0))},[]),B=e.useCallback(m0=>{m0!==G.current&&(G.current=m0,N(m0))},[]),j=i||C,Y=s||x,q=e.useRef(null),G=e.useRef(null),J=e.useRef(g),f0=A!=null,Q=LZ(A),Z0=LZ(o),c0=LZ(p),l0=e.useCallback(()=>{if(!q.current||!G.current)return;const m0={placement:t,strategy:n,middleware:v};Z0.current&&(m0.platform=Z0.current),lt1(q.current,G.current,m0).then(g0=>{const $={...g0,isPositioned:c0.current!==!1};a0.current&&!uu(J.current,$)&&(J.current=$,tu.flushSync(()=>{V($)}))})},[v,t,n,Z0,c0]);mu(()=>{p===!1&&J.current.isPositioned&&(J.current.isPositioned=!1,V(m0=>({...m0,isPositioned:!1})))},[p]);const a0=e.useRef(!1);mu(()=>(a0.current=!0,()=>{a0.current=!1}),[]),mu(()=>{if(j&&(q.current=j),Y&&(G.current=Y),j&&Y){if(Q.current)return Q.current(j,Y,l0);l0()}},[j,Y,l0,Q,f0]);const E0=e.useMemo(()=>({reference:q,floating:G,setReference:O,setFloating:B}),[O,B]),T0=e.useMemo(()=>({reference:j,floating:Y}),[j,Y]),y0=e.useMemo(()=>{const m0={position:n,left:0,top:0};if(!T0.floating)return m0;const g0=uZ0(T0.floating,g.x),$=uZ0(T0.floating,g.y);return u?{...m0,transform:"translate("+g0+"px, "+$+"px)",...mZ0(T0.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:g0,top:$}},[n,u,T0.floating,g.x,g.y]);return e.useMemo(()=>({...g,update:l0,refs:E0,elements:T0,floatingStyles:y0}),[g,l0,E0,T0,y0])}const ot1=a=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:a,fn(n){const{element:l,padding:o}=typeof a=="function"?a(n):a;return l&&t(l)?l.current!=null?sZ0({element:l.current,padding:o}).fn(n):{}:l?sZ0({element:l,padding:o}).fn(n):{}}}},ct1=(a,t)=>({...Qa1(a),options:[a,t]}),it1=(a,t)=>({...Ja1(a),options:[a,t]}),st1=(a,t)=>({...nt1(a),options:[a,t]}),mt1=(a,t)=>({...et1(a),options:[a,t]}),ut1=(a,t)=>({...at1(a),options:[a,t]}),ht1=(a,t)=>({...tt1(a),options:[a,t]}),dt1=(a,t)=>({...ot1(a),options:[a,t]});var At1="Arrow",hZ0=e.forwardRef((a,t)=>{const{children:n,width:l=10,height:o=5,...i}=a;return D.jsx(Dn.svg,{...i,ref:t,width:l,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:a.asChild?n:D.jsx("polygon",{points:"0,0 30,0 15,10"})})});hZ0.displayName=At1;var pt1=hZ0;function ft1(a){const[t,n]=e.useState(void 0);return Vr(()=>{if(a){n({width:a.offsetWidth,height:a.offsetHeight});const l=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const i=o[0];let s,u;if("borderBoxSize"in i){const A=i.borderBoxSize,p=Array.isArray(A)?A[0]:A;s=p.inlineSize,u=p.blockSize}else s=a.offsetWidth,u=a.offsetHeight;n({width:s,height:u})});return l.observe(a,{box:"border-box"}),()=>l.unobserve(a)}else n(void 0)},[a]),t}var wZ="Popper",[dZ0,AZ0]=_f0(wZ),[Zt1,pZ0]=dZ0(wZ),fZ0=a=>{const{__scopePopper:t,children:n}=a,[l,o]=e.useState(null);return D.jsx(Zt1,{scope:t,anchor:l,onAnchorChange:o,children:n})};fZ0.displayName=wZ;var ZZ0="PopperAnchor",HZ0=e.forwardRef((a,t)=>{const{__scopePopper:n,virtualRef:l,...o}=a,i=pZ0(ZZ0,n),s=e.useRef(null),u=Er(t,s);return e.useEffect(()=>{i.onAnchorChange((l==null?void 0:l.current)||s.current)}),l?null:D.jsx(Dn.div,{...o,ref:u})});HZ0.displayName=ZZ0;var yZ="PopperContent",[Ht1,gt1]=dZ0(yZ),gZ0=e.forwardRef((a,t)=>{var P0,W0,i1,u1,v1,_1;const{__scopePopper:n,side:l="bottom",sideOffset:o=0,align:i="center",alignOffset:s=0,arrowPadding:u=0,avoidCollisions:A=!0,collisionBoundary:p=[],collisionPadding:g=0,sticky:V="partial",hideWhenDetached:v=!1,updatePositionStrategy:L="optimized",onPlaced:C,...I}=a,x=pZ0(yZ,n),[N,O]=e.useState(null),B=Er(t,W1=>O(W1)),[j,Y]=e.useState(null),q=ft1(j),G=(q==null?void 0:q.width)??0,J=(q==null?void 0:q.height)??0,f0=l+(i!=="center"?"-"+i:""),Q=typeof g=="number"?g:{top:0,right:0,bottom:0,left:0,...g},Z0=Array.isArray(p)?p:[p],c0=Z0.length>0,l0={padding:Q,boundary:Z0.filter(Vt1),altBoundary:c0},{refs:a0,floatingStyles:E0,placement:T0,isPositioned:y0,middlewareData:m0}=rt1({strategy:"fixed",placement:f0,whileElementsMounted:(...W1)=>Xa1(...W1,{animationFrame:L==="always"}),elements:{reference:x.anchor},middleware:[ct1({mainAxis:o+J,alignmentAxis:s}),A&&it1({mainAxis:!0,crossAxis:!1,limiter:V==="partial"?st1():void 0,...l0}),A&&mt1({...l0}),ut1({...l0,apply:({elements:W1,rects:G0,availableWidth:r2,availableHeight:o2})=>{const{width:a2,height:j2}=G0.reference,q2=W1.floating.style;q2.setProperty("--radix-popper-available-width",`${r2}px`),q2.setProperty("--radix-popper-available-height",`${o2}px`),q2.setProperty("--radix-popper-anchor-width",`${a2}px`),q2.setProperty("--radix-popper-anchor-height",`${j2}px`)}}),j&&dt1({element:j,padding:u}),Mt1({arrowWidth:G,arrowHeight:J}),v&&ht1({strategy:"referenceHidden",...l0})]}),[g0,$]=MZ0(T0),_=h7(C);Vr(()=>{y0&&(_==null||_())},[y0,_]);const i0=(P0=m0.arrow)==null?void 0:P0.x,z=(W0=m0.arrow)==null?void 0:W0.y,R0=((i1=m0.arrow)==null?void 0:i1.centerOffset)!==0,[B0,U0]=e.useState();return Vr(()=>{N&&U0(window.getComputedStyle(N).zIndex)},[N]),D.jsx("div",{ref:a0.setFloating,"data-radix-popper-content-wrapper":"",style:{...E0,transform:y0?E0.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:B0,"--radix-popper-transform-origin":[(u1=m0.transformOrigin)==null?void 0:u1.x,(v1=m0.transformOrigin)==null?void 0:v1.y].join(" "),...((_1=m0.hide)==null?void 0:_1.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:a.dir,children:D.jsx(Ht1,{scope:n,placedSide:g0,onArrowChange:Y,arrowX:i0,arrowY:z,shouldHideArrow:R0,children:D.jsx(Dn.div,{"data-side":g0,"data-align":$,...I,ref:B,style:{...I.style,animation:y0?void 0:"none"}})})})});gZ0.displayName=yZ;var EZ0="PopperArrow",Et1={top:"bottom",right:"left",bottom:"top",left:"right"},VZ0=e.forwardRef(function(t,n){const{__scopePopper:l,...o}=t,i=gt1(EZ0,l),s=Et1[i.placedSide];return D.jsx("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},children:D.jsx(pt1,{...o,ref:n,style:{...o.style,display:"block"}})})});VZ0.displayName=EZ0;function Vt1(a){return a!==null}var Mt1=a=>({name:"transformOrigin",options:a,fn(t){var x,N,O;const{placement:n,rects:l,middlewareData:o}=t,s=((x=o.arrow)==null?void 0:x.centerOffset)!==0,u=s?0:a.arrowWidth,A=s?0:a.arrowHeight,[p,g]=MZ0(n),V={start:"0%",center:"50%",end:"100%"}[g],v=(((N=o.arrow)==null?void 0:N.x)??0)+u/2,L=(((O=o.arrow)==null?void 0:O.y)??0)+A/2;let C="",I="";return p==="bottom"?(C=s?V:`${v}px`,I=`${-A}px`):p==="top"?(C=s?V:`${v}px`,I=`${l.floating.height+A}px`):p==="right"?(C=`${-A}px`,I=s?V:`${L}px`):p==="left"&&(C=`${l.floating.width+A}px`,I=s?V:`${L}px`),{data:{x:C,y:I}}}});function MZ0(a){const[t,n="center"]=a.split("-");return[t,n]}var vt1=fZ0,Lt1=HZ0,wt1=gZ0,yt1=VZ0,Ft1="Portal",vZ0=e.forwardRef((a,t)=>{var u;const{container:n,...l}=a,[o,i]=e.useState(!1);Vr(()=>i(!0),[]);const s=n||o&&((u=globalThis==null?void 0:globalThis.document)==null?void 0:u.body);return s?sZ.createPortal(D.jsx(Dn.div,{...l,ref:t}),s):null});vZ0.displayName=Ft1;function Ct1(a,t){return e.useReducer((n,l)=>t[n][l]??n,a)}var FZ=a=>{const{present:t,children:n}=a,l=bt1(t),o=typeof n=="function"?n({present:l.isPresent}):e.Children.only(n),i=Er(l.ref,It1(o));return typeof n=="function"||l.isPresent?e.cloneElement(o,{ref:i}):null};FZ.displayName="Presence";function bt1(a){const[t,n]=e.useState(),l=e.useRef({}),o=e.useRef(a),i=e.useRef("none"),s=a?"mounted":"unmounted",[u,A]=Ct1(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect(()=>{const p=hu(l.current);i.current=u==="mounted"?p:"none"},[u]),Vr(()=>{const p=l.current,g=o.current;if(g!==a){const v=i.current,L=hu(p);a?A("MOUNT"):L==="none"||(p==null?void 0:p.display)==="none"?A("UNMOUNT"):A(g&&v!==L?"ANIMATION_OUT":"UNMOUNT"),o.current=a}},[a,A]),Vr(()=>{if(t){let p;const g=t.ownerDocument.defaultView??window,V=L=>{const I=hu(l.current).includes(L.animationName);if(L.target===t&&I&&(A("ANIMATION_END"),!o.current)){const x=t.style.animationFillMode;t.style.animationFillMode="forwards",p=g.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=x)})}},v=L=>{L.target===t&&(i.current=hu(l.current))};return t.addEventListener("animationstart",v),t.addEventListener("animationcancel",V),t.addEventListener("animationend",V),()=>{g.clearTimeout(p),t.removeEventListener("animationstart",v),t.removeEventListener("animationcancel",V),t.removeEventListener("animationend",V)}}else A("ANIMATION_END")},[t,A]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:e.useCallback(p=>{p&&(l.current=getComputedStyle(p)),n(p)},[])}}function hu(a){return(a==null?void 0:a.animationName)||"none"}function It1(a){var l,o;let t=(l=Object.getOwnPropertyDescriptor(a.props,"ref"))==null?void 0:l.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?a.ref:(t=(o=Object.getOwnPropertyDescriptor(a,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?a.props.ref:a.props.ref||a.ref)}function St1({prop:a,defaultProp:t,onChange:n=()=>{}}){const[l,o]=Rt1({defaultProp:t,onChange:n}),i=a!==void 0,s=i?a:l,u=h7(n),A=e.useCallback(p=>{if(i){const V=typeof p=="function"?p(a):p;V!==a&&u(V)}else o(p)},[i,a,o,u]);return[s,A]}function Rt1({defaultProp:a,onChange:t}){const n=e.useState(a),[l]=n,o=e.useRef(l),i=h7(t);return e.useEffect(()=>{o.current!==l&&(i(l),o.current=l)},[l,o,i]),n}var xt1="VisuallyHidden",LZ0=e.forwardRef((a,t)=>D.jsx(Dn.span,{...a,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",...a.style}}));LZ0.displayName=xt1;var Tt1=LZ0,[du]=_f0("Tooltip",[AZ0]),Au=AZ0(),wZ0="TooltipProvider",Nt1=700,CZ="tooltip.open",[$t1,bZ]=du(wZ0),yZ0=a=>{const{__scopeTooltip:t,delayDuration:n=Nt1,skipDelayDuration:l=300,disableHoverableContent:o=!1,children:i}=a,[s,u]=e.useState(!0),A=e.useRef(!1),p=e.useRef(0);return e.useEffect(()=>{const g=p.current;return()=>window.clearTimeout(g)},[]),D.jsx($t1,{scope:t,isOpenDelayed:s,delayDuration:n,onOpen:e.useCallback(()=>{window.clearTimeout(p.current),u(!1)},[]),onClose:e.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>u(!0),l)},[l]),isPointerInTransitRef:A,onPointerInTransitChange:e.useCallback(g=>{A.current=g},[]),disableHoverableContent:o,children:i})};yZ0.displayName=wZ0;var pu="Tooltip",[kt1,pc]=du(pu),FZ0=a=>{const{__scopeTooltip:t,children:n,open:l,defaultOpen:o=!1,onOpenChange:i,disableHoverableContent:s,delayDuration:u}=a,A=bZ(pu,a.__scopeTooltip),p=Au(t),[g,V]=e.useState(null),v=fa1(),L=e.useRef(0),C=s??A.disableHoverableContent,I=u??A.delayDuration,x=e.useRef(!1),[N=!1,O]=St1({prop:l,defaultProp:o,onChange:G=>{G?(A.onOpen(),document.dispatchEvent(new CustomEvent(CZ))):A.onClose(),i==null||i(G)}}),B=e.useMemo(()=>N?x.current?"delayed-open":"instant-open":"closed",[N]),j=e.useCallback(()=>{window.clearTimeout(L.current),L.current=0,x.current=!1,O(!0)},[O]),Y=e.useCallback(()=>{window.clearTimeout(L.current),L.current=0,O(!1)},[O]),q=e.useCallback(()=>{window.clearTimeout(L.current),L.current=window.setTimeout(()=>{x.current=!0,O(!0),L.current=0},I)},[I,O]);return e.useEffect(()=>()=>{L.current&&(window.clearTimeout(L.current),L.current=0)},[]),D.jsx(vt1,{...p,children:D.jsx(kt1,{scope:t,contentId:v,open:N,stateAttribute:B,trigger:g,onTriggerChange:V,onTriggerEnter:e.useCallback(()=>{A.isOpenDelayed?q():j()},[A.isOpenDelayed,q,j]),onTriggerLeave:e.useCallback(()=>{C?Y():(window.clearTimeout(L.current),L.current=0)},[Y,C]),onOpen:j,onClose:Y,disableHoverableContent:C,children:n})})};FZ0.displayName=pu;var IZ="TooltipTrigger",CZ0=e.forwardRef((a,t)=>{const{__scopeTooltip:n,...l}=a,o=pc(IZ,n),i=bZ(IZ,n),s=Au(n),u=e.useRef(null),A=Er(t,u,o.onTriggerChange),p=e.useRef(!1),g=e.useRef(!1),V=e.useCallback(()=>p.current=!1,[]);return e.useEffect(()=>()=>document.removeEventListener("pointerup",V),[V]),D.jsx(Lt1,{asChild:!0,...s,children:D.jsx(Dn.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...l,ref:A,onPointerMove:b3(a.onPointerMove,v=>{v.pointerType!=="touch"&&!g.current&&!i.isPointerInTransitRef.current&&(o.onTriggerEnter(),g.current=!0)}),onPointerLeave:b3(a.onPointerLeave,()=>{o.onTriggerLeave(),g.current=!1}),onPointerDown:b3(a.onPointerDown,()=>{p.current=!0,document.addEventListener("pointerup",V,{once:!0})}),onFocus:b3(a.onFocus,()=>{p.current||o.onOpen()}),onBlur:b3(a.onBlur,o.onClose),onClick:b3(a.onClick,o.onClose)})})});CZ0.displayName=IZ;var SZ="TooltipPortal",[Dt1,Pt1]=du(SZ,{forceMount:void 0}),bZ0=a=>{const{__scopeTooltip:t,forceMount:n,children:l,container:o}=a,i=pc(SZ,t);return D.jsx(Dt1,{scope:t,forceMount:n,children:D.jsx(FZ,{present:n||i.open,children:D.jsx(vZ0,{asChild:!0,container:o,children:l})})})};bZ0.displayName=SZ;var Z7="TooltipContent",IZ0=e.forwardRef((a,t)=>{const n=Pt1(Z7,a.__scopeTooltip),{forceMount:l=n.forceMount,side:o="top",...i}=a,s=pc(Z7,a.__scopeTooltip);return D.jsx(FZ,{present:l||s.open,children:s.disableHoverableContent?D.jsx(SZ0,{side:o,...i,ref:t}):D.jsx(Ot1,{side:o,...i,ref:t})})}),Ot1=e.forwardRef((a,t)=>{const n=pc(Z7,a.__scopeTooltip),l=bZ(Z7,a.__scopeTooltip),o=e.useRef(null),i=Er(t,o),[s,u]=e.useState(null),{trigger:A,onClose:p}=n,g=o.current,{onPointerInTransitChange:V}=l,v=e.useCallback(()=>{u(null),V(!1)},[V]),L=e.useCallback((C,I)=>{const x=C.currentTarget,N={x:C.clientX,y:C.clientY},O=zt1(N,x.getBoundingClientRect()),B=jt1(N,O),j=qt1(I.getBoundingClientRect()),Y=Gt1([...B,...j]);u(Y),V(!0)},[V]);return e.useEffect(()=>()=>v(),[v]),e.useEffect(()=>{if(A&&g){const C=x=>L(x,g),I=x=>L(x,A);return A.addEventListener("pointerleave",C),g.addEventListener("pointerleave",I),()=>{A.removeEventListener("pointerleave",C),g.removeEventListener("pointerleave",I)}}},[A,g,L,v]),e.useEffect(()=>{if(s){const C=I=>{const x=I.target,N={x:I.clientX,y:I.clientY},O=(A==null?void 0:A.contains(x))||(g==null?void 0:g.contains(x)),B=!Wt1(N,s);O?v():B&&(v(),p())};return document.addEventListener("pointermove",C),()=>document.removeEventListener("pointermove",C)}},[A,g,s,p,v]),D.jsx(SZ0,{...a,ref:i})}),[_t1,Bt1]=du(pu,{isInside:!1}),SZ0=e.forwardRef((a,t)=>{const{__scopeTooltip:n,children:l,"aria-label":o,onEscapeKeyDown:i,onPointerDownOutside:s,...u}=a,A=pc(Z7,n),p=Au(n),{onClose:g}=A;return e.useEffect(()=>(document.addEventListener(CZ,g),()=>document.removeEventListener(CZ,g)),[g]),e.useEffect(()=>{if(A.trigger){const V=v=>{const L=v.target;L!=null&&L.contains(A.trigger)&&g()};return window.addEventListener("scroll",V,{capture:!0}),()=>window.removeEventListener("scroll",V,{capture:!0})}},[A.trigger,g]),D.jsx(jf0,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:s,onFocusOutside:V=>V.preventDefault(),onDismiss:g,children:D.jsxs(wt1,{"data-state":A.stateAttribute,...p,...u,ref:t,style:{...u.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[D.jsx(Bf0,{children:l}),D.jsx(_t1,{scope:n,isInside:!0,children:D.jsx(Tt1,{id:A.contentId,role:"tooltip",children:o||l})})]})})});IZ0.displayName=Z7;var RZ0="TooltipArrow",Ut1=e.forwardRef((a,t)=>{const{__scopeTooltip:n,...l}=a,o=Au(n);return Bt1(RZ0,n).isInside?null:D.jsx(yt1,{...o,...l,ref:t})});Ut1.displayName=RZ0;function zt1(a,t){const n=Math.abs(t.top-a.y),l=Math.abs(t.bottom-a.y),o=Math.abs(t.right-a.x),i=Math.abs(t.left-a.x);switch(Math.min(n,l,o,i)){case i:return"left";case o:return"right";case n:return"top";case l:return"bottom";default:throw new Error("unreachable")}}function jt1(a,t,n=5){const l=[];switch(t){case"top":l.push({x:a.x-n,y:a.y+n},{x:a.x+n,y:a.y+n});break;case"bottom":l.push({x:a.x-n,y:a.y-n},{x:a.x+n,y:a.y-n});break;case"left":l.push({x:a.x+n,y:a.y-n},{x:a.x+n,y:a.y+n});break;case"right":l.push({x:a.x-n,y:a.y-n},{x:a.x-n,y:a.y+n});break}return l}function qt1(a){const{top:t,right:n,bottom:l,left:o}=a;return[{x:o,y:t},{x:n,y:t},{x:n,y:l},{x:o,y:l}]}function Wt1(a,t){const{x:n,y:l}=a;let o=!1;for(let i=0,s=t.length-1;i<t.length;s=i++){const u=t[i].x,A=t[i].y,p=t[s].x,g=t[s].y;A>l!=g>l&&n<(p-u)*(l-A)/(g-A)+u&&(o=!o)}return o}function Gt1(a){const t=a.slice();return t.sort((n,l)=>n.x<l.x?-1:n.x>l.x?1:n.y<l.y?-1:n.y>l.y?1:0),Yt1(t)}function Yt1(a){if(a.length<=1)return a.slice();const t=[];for(let l=0;l<a.length;l++){const o=a[l];for(;t.length>=2;){const i=t[t.length-1],s=t[t.length-2];if((i.x-s.x)*(o.y-s.y)>=(i.y-s.y)*(o.x-s.x))t.pop();else break}t.push(o)}t.pop();const n=[];for(let l=a.length-1;l>=0;l--){const o=a[l];for(;n.length>=2;){const i=n[n.length-1],s=n[n.length-2];if((i.x-s.x)*(o.y-s.y)>=(i.y-s.y)*(o.x-s.x))n.pop();else break}n.push(o)}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)}var Kt1=yZ0,Xt1=FZ0,Qt1=CZ0,Jt1=bZ0,RZ=IZ0;function xZ0(a){var t,n,l="";if(typeof a=="string"||typeof a=="number")l+=a;else if(typeof a=="object")if(Array.isArray(a)){var o=a.length;for(t=0;t<o;t++)a[t]&&(n=xZ0(a[t]))&&(l&&(l+=" "),l+=n)}else for(n in a)a[n]&&(l&&(l+=" "),l+=n);return l}function xZ(){for(var a,t,n=0,l="",o=arguments.length;n<o;n++)(a=arguments[n])&&(t=xZ0(a))&&(l&&(l+=" "),l+=t);return l}const TZ="-",e31=a=>{const t=t31(a),{conflictingClassGroups:n,conflictingClassGroupModifiers:l}=a;return{getClassGroupId:s=>{const u=s.split(TZ);return u[0]===""&&u.length!==1&&u.shift(),TZ0(u,t)||a31(s)},getConflictingClassGroupIds:(s,u)=>{const A=n[s]||[];return u&&l[s]?[...A,...l[s]]:A}}},TZ0=(a,t)=>{var s;if(a.length===0)return t.classGroupId;const n=a[0],l=t.nextPart.get(n),o=l?TZ0(a.slice(1),l):void 0;if(o)return o;if(t.validators.length===0)return;const i=a.join(TZ);return(s=t.validators.find(({validator:u})=>u(i)))==null?void 0:s.classGroupId},NZ0=/^\[(.+)\]$/,a31=a=>{if(NZ0.test(a)){const t=NZ0.exec(a)[1],n=t==null?void 0:t.substring(0,t.indexOf(":"));if(n)return"arbitrary.."+n}},t31=a=>{const{theme:t,prefix:n}=a,l={nextPart:new Map,validators:[]};return l31(Object.entries(a.classGroups),n).forEach(([i,s])=>{NZ(s,l,i,t)}),l},NZ=(a,t,n,l)=>{a.forEach(o=>{if(typeof o=="string"){const i=o===""?t:$Z0(t,o);i.classGroupId=n;return}if(typeof o=="function"){if(n31(o)){NZ(o(l),t,n,l);return}t.validators.push({validator:o,classGroupId:n});return}Object.entries(o).forEach(([i,s])=>{NZ(s,$Z0(t,i),n,l)})})},$Z0=(a,t)=>{let n=a;return t.split(TZ).forEach(l=>{n.nextPart.has(l)||n.nextPart.set(l,{nextPart:new Map,validators:[]}),n=n.nextPart.get(l)}),n},n31=a=>a.isThemeGetter,l31=(a,t)=>t?a.map(([n,l])=>{const o=l.map(i=>typeof i=="string"?t+i:typeof i=="object"?Object.fromEntries(Object.entries(i).map(([s,u])=>[t+s,u])):i);return[n,o]}):a,r31=a=>{if(a<1)return{get:()=>{},set:()=>{}};let t=0,n=new Map,l=new Map;const o=(i,s)=>{n.set(i,s),t++,t>a&&(t=0,l=n,n=new Map)};return{get(i){let s=n.get(i);if(s!==void 0)return s;if((s=l.get(i))!==void 0)return o(i,s),s},set(i,s){n.has(i)?n.set(i,s):o(i,s)}}},kZ0="!",o31=a=>{const{separator:t,experimentalParseClassName:n}=a,l=t.length===1,o=t[0],i=t.length,s=u=>{const A=[];let p=0,g=0,V;for(let x=0;x<u.length;x++){let N=u[x];if(p===0){if(N===o&&(l||u.slice(x,x+i)===t)){A.push(u.slice(g,x)),g=x+i;continue}if(N==="/"){V=x;continue}}N==="["?p++:N==="]"&&p--}const v=A.length===0?u:u.substring(g),L=v.startsWith(kZ0),C=L?v.substring(1):v,I=V&&V>g?V-g:void 0;return{modifiers:A,hasImportantModifier:L,baseClassName:C,maybePostfixModifierPosition:I}};return n?u=>n({className:u,parseClassName:s}):s},c31=a=>{if(a.length<=1)return a;const t=[];let n=[];return a.forEach(l=>{l[0]==="["?(t.push(...n.sort(),l),n=[]):n.push(l)}),t.push(...n.sort()),t},i31=a=>({cache:r31(a.cacheSize),parseClassName:o31(a),...e31(a)}),s31=/\s+/,m31=(a,t)=>{const{parseClassName:n,getClassGroupId:l,getConflictingClassGroupIds:o}=t,i=[],s=a.trim().split(s31);let u="";for(let A=s.length-1;A>=0;A-=1){const p=s[A],{modifiers:g,hasImportantModifier:V,baseClassName:v,maybePostfixModifierPosition:L}=n(p);let C=!!L,I=l(C?v.substring(0,L):v);if(!I){if(!C){u=p+(u.length>0?" "+u:u);continue}if(I=l(v),!I){u=p+(u.length>0?" "+u:u);continue}C=!1}const x=c31(g).join(":"),N=V?x+kZ0:x,O=N+I;if(i.includes(O))continue;i.push(O);const B=o(I,C);for(let j=0;j<B.length;++j){const Y=B[j];i.push(N+Y)}u=p+(u.length>0?" "+u:u)}return u};function u31(){let a=0,t,n,l="";for(;a<arguments.length;)(t=arguments[a++])&&(n=DZ0(t))&&(l&&(l+=" "),l+=n);return l}const DZ0=a=>{if(typeof a=="string")return a;let t,n="";for(let l=0;l<a.length;l++)a[l]&&(t=DZ0(a[l]))&&(n&&(n+=" "),n+=t);return n};function h31(a,...t){let n,l,o,i=s;function s(A){const p=t.reduce((g,V)=>V(g),a());return n=i31(p),l=n.cache.get,o=n.cache.set,i=u,u(A)}function u(A){const p=l(A);if(p)return p;const g=m31(A,n);return o(A,g),g}return function(){return i(u31.apply(null,arguments))}}const T8=a=>{const t=n=>n[a]||[];return t.isThemeGetter=!0,t},PZ0=/^\[(?:([a-z-]+):)?(.+)\]$/i,d31=/^\d+\/\d+$/,A31=new Set(["px","full","screen"]),p31=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,f31=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Z31=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,H31=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,g31=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,R3=a=>H7(a)||A31.has(a)||d31.test(a),Bn=a=>g7(a,"length",F31),H7=a=>!!a&&!Number.isNaN(Number(a)),$Z=a=>g7(a,"number",H7),fc=a=>!!a&&Number.isInteger(Number(a)),E31=a=>a.endsWith("%")&&H7(a.slice(0,-1)),y2=a=>PZ0.test(a),Un=a=>p31.test(a),V31=new Set(["length","size","percentage"]),M31=a=>g7(a,V31,OZ0),v31=a=>g7(a,"position",OZ0),L31=new Set(["image","url"]),w31=a=>g7(a,L31,b31),y31=a=>g7(a,"",C31),Zc=()=>!0,g7=(a,t,n)=>{const l=PZ0.exec(a);return l?l[1]?typeof t=="string"?l[1]===t:t.has(l[1]):n(l[2]):!1},F31=a=>f31.test(a)&&!Z31.test(a),OZ0=()=>!1,C31=a=>H31.test(a),b31=a=>g31.test(a),I31=h31(()=>{const a=T8("colors"),t=T8("spacing"),n=T8("blur"),l=T8("brightness"),o=T8("borderColor"),i=T8("borderRadius"),s=T8("borderSpacing"),u=T8("borderWidth"),A=T8("contrast"),p=T8("grayscale"),g=T8("hueRotate"),V=T8("invert"),v=T8("gap"),L=T8("gradientColorStops"),C=T8("gradientColorStopPositions"),I=T8("inset"),x=T8("margin"),N=T8("opacity"),O=T8("padding"),B=T8("saturate"),j=T8("scale"),Y=T8("sepia"),q=T8("skew"),G=T8("space"),J=T8("translate"),f0=()=>["auto","contain","none"],Q=()=>["auto","hidden","clip","visible","scroll"],Z0=()=>["auto",y2,t],c0=()=>[y2,t],l0=()=>["",R3,Bn],a0=()=>["auto",H7,y2],E0=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],T0=()=>["solid","dashed","dotted","double","none"],y0=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],m0=()=>["start","end","center","between","around","evenly","stretch"],g0=()=>["","0",y2],$=()=>["auto","avoid","all","avoid-page","page","left","right","column"],_=()=>[H7,y2];return{cacheSize:500,separator:":",theme:{colors:[Zc],spacing:[R3,Bn],blur:["none","",Un,y2],brightness:_(),borderColor:[a],borderRadius:["none","","full",Un,y2],borderSpacing:c0(),borderWidth:l0(),contrast:_(),grayscale:g0(),hueRotate:_(),invert:g0(),gap:c0(),gradientColorStops:[a],gradientColorStopPositions:[E31,Bn],inset:Z0(),margin:Z0(),opacity:_(),padding:c0(),saturate:_(),scale:_(),sepia:g0(),skew:_(),space:c0(),translate:c0()},classGroups:{aspect:[{aspect:["auto","square","video",y2]}],container:["container"],columns:[{columns:[Un]}],"break-after":[{"break-after":$()}],"break-before":[{"break-before":$()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...E0(),y2]}],overflow:[{overflow:Q()}],"overflow-x":[{"overflow-x":Q()}],"overflow-y":[{"overflow-y":Q()}],overscroll:[{overscroll:f0()}],"overscroll-x":[{"overscroll-x":f0()}],"overscroll-y":[{"overscroll-y":f0()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[I]}],"inset-x":[{"inset-x":[I]}],"inset-y":[{"inset-y":[I]}],start:[{start:[I]}],end:[{end:[I]}],top:[{top:[I]}],right:[{right:[I]}],bottom:[{bottom:[I]}],left:[{left:[I]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",fc,y2]}],basis:[{basis:Z0()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",y2]}],grow:[{grow:g0()}],shrink:[{shrink:g0()}],order:[{order:["first","last","none",fc,y2]}],"grid-cols":[{"grid-cols":[Zc]}],"col-start-end":[{col:["auto",{span:["full",fc,y2]},y2]}],"col-start":[{"col-start":a0()}],"col-end":[{"col-end":a0()}],"grid-rows":[{"grid-rows":[Zc]}],"row-start-end":[{row:["auto",{span:[fc,y2]},y2]}],"row-start":[{"row-start":a0()}],"row-end":[{"row-end":a0()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",y2]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",y2]}],gap:[{gap:[v]}],"gap-x":[{"gap-x":[v]}],"gap-y":[{"gap-y":[v]}],"justify-content":[{justify:["normal",...m0()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...m0(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...m0(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[O]}],px:[{px:[O]}],py:[{py:[O]}],ps:[{ps:[O]}],pe:[{pe:[O]}],pt:[{pt:[O]}],pr:[{pr:[O]}],pb:[{pb:[O]}],pl:[{pl:[O]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[G]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[G]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",y2,t]}],"min-w":[{"min-w":[y2,t,"min","max","fit"]}],"max-w":[{"max-w":[y2,t,"none","full","min","max","fit","prose",{screen:[Un]},Un]}],h:[{h:[y2,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[y2,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[y2,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[y2,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Un,Bn]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",$Z]}],"font-family":[{font:[Zc]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",y2]}],"line-clamp":[{"line-clamp":["none",H7,$Z]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",R3,y2]}],"list-image":[{"list-image":["none",y2]}],"list-style-type":[{list:["none","disc","decimal",y2]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[a]}],"placeholder-opacity":[{"placeholder-opacity":[N]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[a]}],"text-opacity":[{"text-opacity":[N]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...T0(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",R3,Bn]}],"underline-offset":[{"underline-offset":["auto",R3,y2]}],"text-decoration-color":[{decoration:[a]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:c0()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",y2]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",y2]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[N]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...E0(),v31]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",M31]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},w31]}],"bg-color":[{bg:[a]}],"gradient-from-pos":[{from:[C]}],"gradient-via-pos":[{via:[C]}],"gradient-to-pos":[{to:[C]}],"gradient-from":[{from:[L]}],"gradient-via":[{via:[L]}],"gradient-to":[{to:[L]}],rounded:[{rounded:[i]}],"rounded-s":[{"rounded-s":[i]}],"rounded-e":[{"rounded-e":[i]}],"rounded-t":[{"rounded-t":[i]}],"rounded-r":[{"rounded-r":[i]}],"rounded-b":[{"rounded-b":[i]}],"rounded-l":[{"rounded-l":[i]}],"rounded-ss":[{"rounded-ss":[i]}],"rounded-se":[{"rounded-se":[i]}],"rounded-ee":[{"rounded-ee":[i]}],"rounded-es":[{"rounded-es":[i]}],"rounded-tl":[{"rounded-tl":[i]}],"rounded-tr":[{"rounded-tr":[i]}],"rounded-br":[{"rounded-br":[i]}],"rounded-bl":[{"rounded-bl":[i]}],"border-w":[{border:[u]}],"border-w-x":[{"border-x":[u]}],"border-w-y":[{"border-y":[u]}],"border-w-s":[{"border-s":[u]}],"border-w-e":[{"border-e":[u]}],"border-w-t":[{"border-t":[u]}],"border-w-r":[{"border-r":[u]}],"border-w-b":[{"border-b":[u]}],"border-w-l":[{"border-l":[u]}],"border-opacity":[{"border-opacity":[N]}],"border-style":[{border:[...T0(),"hidden"]}],"divide-x":[{"divide-x":[u]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[u]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[N]}],"divide-style":[{divide:T0()}],"border-color":[{border:[o]}],"border-color-x":[{"border-x":[o]}],"border-color-y":[{"border-y":[o]}],"border-color-s":[{"border-s":[o]}],"border-color-e":[{"border-e":[o]}],"border-color-t":[{"border-t":[o]}],"border-color-r":[{"border-r":[o]}],"border-color-b":[{"border-b":[o]}],"border-color-l":[{"border-l":[o]}],"divide-color":[{divide:[o]}],"outline-style":[{outline:["",...T0()]}],"outline-offset":[{"outline-offset":[R3,y2]}],"outline-w":[{outline:[R3,Bn]}],"outline-color":[{outline:[a]}],"ring-w":[{ring:l0()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[a]}],"ring-opacity":[{"ring-opacity":[N]}],"ring-offset-w":[{"ring-offset":[R3,Bn]}],"ring-offset-color":[{"ring-offset":[a]}],shadow:[{shadow:["","inner","none",Un,y31]}],"shadow-color":[{shadow:[Zc]}],opacity:[{opacity:[N]}],"mix-blend":[{"mix-blend":[...y0(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":y0()}],filter:[{filter:["","none"]}],blur:[{blur:[n]}],brightness:[{brightness:[l]}],contrast:[{contrast:[A]}],"drop-shadow":[{"drop-shadow":["","none",Un,y2]}],grayscale:[{grayscale:[p]}],"hue-rotate":[{"hue-rotate":[g]}],invert:[{invert:[V]}],saturate:[{saturate:[B]}],sepia:[{sepia:[Y]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[n]}],"backdrop-brightness":[{"backdrop-brightness":[l]}],"backdrop-contrast":[{"backdrop-contrast":[A]}],"backdrop-grayscale":[{"backdrop-grayscale":[p]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[g]}],"backdrop-invert":[{"backdrop-invert":[V]}],"backdrop-opacity":[{"backdrop-opacity":[N]}],"backdrop-saturate":[{"backdrop-saturate":[B]}],"backdrop-sepia":[{"backdrop-sepia":[Y]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[s]}],"border-spacing-x":[{"border-spacing-x":[s]}],"border-spacing-y":[{"border-spacing-y":[s]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",y2]}],duration:[{duration:_()}],ease:[{ease:["linear","in","out","in-out",y2]}],delay:[{delay:_()}],animate:[{animate:["none","spin","ping","pulse","bounce",y2]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[j]}],"scale-x":[{"scale-x":[j]}],"scale-y":[{"scale-y":[j]}],rotate:[{rotate:[fc,y2]}],"translate-x":[{"translate-x":[J]}],"translate-y":[{"translate-y":[J]}],"skew-x":[{"skew-x":[q]}],"skew-y":[{"skew-y":[q]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",y2]}],accent:[{accent:["auto",a]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",y2]}],"caret-color":[{caret:[a]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":c0()}],"scroll-mx":[{"scroll-mx":c0()}],"scroll-my":[{"scroll-my":c0()}],"scroll-ms":[{"scroll-ms":c0()}],"scroll-me":[{"scroll-me":c0()}],"scroll-mt":[{"scroll-mt":c0()}],"scroll-mr":[{"scroll-mr":c0()}],"scroll-mb":[{"scroll-mb":c0()}],"scroll-ml":[{"scroll-ml":c0()}],"scroll-p":[{"scroll-p":c0()}],"scroll-px":[{"scroll-px":c0()}],"scroll-py":[{"scroll-py":c0()}],"scroll-ps":[{"scroll-ps":c0()}],"scroll-pe":[{"scroll-pe":c0()}],"scroll-pt":[{"scroll-pt":c0()}],"scroll-pr":[{"scroll-pr":c0()}],"scroll-pb":[{"scroll-pb":c0()}],"scroll-pl":[{"scroll-pl":c0()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",y2]}],fill:[{fill:[a,"none"]}],"stroke-w":[{stroke:[R3,Bn,$Z]}],stroke:[{stroke:[a,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}});function S31(){const a=window.location.host;return a.includes("localhost")?"http://localhost:4000":a.includes("freeday-beta-webchat-app")||a.includes("freeday-app-beta")||a.includes("beta-chat.freeday.ai")?"https://beta-webchat.freeday.chat":"https://webchat.freeday.chat"}function W2(...a){return I31(xZ(a))}function kZ(a){if(!a||typeof a!="string")return"0 0% 0%";let t=a;if(!t.startsWith("#"))return"0 0% 0%";t=t.substring(1);let n=0,l=0,o=0;if(t.length===3)n=parseInt(t[0]+t[0],16),l=parseInt(t[1]+t[1],16),o=parseInt(t[2]+t[2],16);else if(t.length===6)n=parseInt(t[0]+t[1],16),l=parseInt(t[2]+t[3],16),o=parseInt(t[4]+t[5],16);else return"0 0% 0%";if(isNaN(n)||isNaN(l)||isNaN(o))return"0 0% 0%";n/=255,l/=255,o/=255;const i=Math.min(n,l,o),s=Math.max(n,l,o),u=s-i;let A=0,p=0,g=(s+i)/2;return u!==0&&(s===n?A=(l-o)/u%6:s===l?A=(o-n)/u+2:A=(n-l)/u+4,A=Math.round(A*60),A<0&&(A+=360)),p=u===0?0:u/(1-Math.abs(2*g-1)),p=+(p*100).toFixed(1),g=+(g*100).toFixed(1),`${A} ${p}% ${g}%`}const _Z0=()=>{const a=window.location.host;return a.includes("localhost")?"http://localhost:8001":a.includes("preview-beta")||a.includes("freeday-app-beta")||a.includes("beta-chat.freeday.ai")?"https://beta-api.freeday.ai":"https://api.freeday.ai"};class fu{static setValue(t,n){sessionStorage.setItem(t,JSON.stringify(n))}static getValue(t){const n=sessionStorage.getItem(t);return n?JSON.parse(n):null}}const BZ0="https://webchat.freeday.chat",E7=(a,t)=>a.sender_id===t,R31=(a=BZ0)=>{const[t,n]=a.split("://");return`${t==="https"?"wss":"ws"}://${n}/socket`};class x31 extends Error{constructor(t,n){super(t),this.name="ApiError",this.statusCode=n}}var $0=typeof window<"u"?window:void 0,d4=typeof globalThis<"u"?globalThis:$0,UZ0=Array.prototype,zZ0=UZ0.forEach,jZ0=UZ0.indexOf,z4=d4==null?void 0:d4.navigator,M1=d4==null?void 0:d4.document,A4=d4==null?void 0:d4.location,DZ=d4==null?void 0:d4.fetch,PZ=d4!=null&&d4.XMLHttpRequest&&"withCredentials"in new d4.XMLHttpRequest?d4.XMLHttpRequest:void 0,qZ0=d4==null?void 0:d4.AbortController,p4=z4==null?void 0:z4.userAgent,u2=$0??{},x3={DEBUG:!1,LIB_VERSION:"1.287.0"};function WZ0(a,t,n,l,o,i,s){try{var u=a[i](s),A=u.value}catch(p){return void n(p)}u.done?t(A):Promise.resolve(A).then(l,o)}function GZ0(a){return function(){var t=this,n=arguments;return new Promise((function(l,o){var i=a.apply(t,n);function s(A){WZ0(i,l,o,s,u,"next",A)}function u(A){WZ0(i,l,o,s,u,"throw",A)}s(void 0)}))}}function $1(){return $1=Object.assign?Object.assign.bind():function(a){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var l in n)({}).hasOwnProperty.call(n,l)&&(a[l]=n[l])}return a},$1.apply(null,arguments)}function YZ0(a,t){if(a==null)return{};var n={};for(var l in a)if({}.hasOwnProperty.call(a,l)){if(t.indexOf(l)!==-1)continue;n[l]=a[l]}return n}var T31=["amazonbot","amazonproductbot","app.hypefactors.com","applebot","archive.org_bot","awariobot","backlinksextendedbot","baiduspider","bingbot","bingpreview","chrome-lighthouse","dataforseobot","deepscan","duckduckbot","facebookexternal","facebookcatalog","http://yandex.com/bots","hubspot","ia_archiver","leikibot","linkedinbot","meta-externalagent","mj12bot","msnbot","nessus","petalbot","pinterest","prerender","rogerbot","screaming frog","sebot-wa","sitebulb","slackbot","slurp","trendictionbot","turnitin","twitterbot","vercel-screenshot","vercelbot","yahoo! slurp","yandexbot","zoombot","bot.htm","bot.php","(bot;","bot/","crawler","ahrefsbot","ahrefssiteaudit","semrushbot","siteauditbot","splitsignalbot","gptbot","oai-searchbot","chatgpt-user","perplexitybot","better uptime bot","sentryuptimebot","uptimerobot","headlesschrome","cypress","google-hoteladsverifier","adsbot-google","apis-google","duplexweb-google","feedfetcher-google","google favicon","google web preview","google-read-aloud","googlebot","googleother","google-cloudvertexbot","googleweblight","mediapartners-google","storebot-google","google-inspectiontool","bytespider"],KZ0=function(a,t){if(t===void 0&&(t=[]),!a)return!1;var n=a.toLowerCase();return T31.concat(t).some((l=>{var o=l.toLowerCase();return n.indexOf(o)!==-1}))},N31=["$snapshot","$pageview","$pageleave","$set","survey dismissed","survey sent","survey shown","$identify","$groupidentify","$create_alias","$$client_ingestion_warning","$web_experiment_applied","$feature_enrollment_update","$feature_flag_called"];function D2(a,t){return a.indexOf(t)!==-1}var Zu=function(a){return a.trim()},OZ=function(a){return a.replace(/^\$/,"")},$31=Array.isArray,XZ0=Object.prototype,QZ0=XZ0.hasOwnProperty,Hu=XZ0.toString,N8=$31||function(a){return Hu.call(a)==="[object Array]"},zn=a=>typeof a=="function",w6=a=>a===Object(a)&&!N8(a),V7=a=>{if(w6(a)){for(var t in a)if(QZ0.call(a,t))return!1;return!0}return!1},g1=a=>a===void 0,xe=a=>Hu.call(a)=="[object String]",_Z=a=>xe(a)&&a.trim().length===0,T3=a=>a===null,$8=a=>g1(a)||T3(a),Ct=a=>Hu.call(a)=="[object Number]",jn=a=>Hu.call(a)==="[object Boolean]",k31=a=>a instanceof FormData,D31=a=>D2(N31,a);function BZ(a){return a===null||typeof a!="object"}function gu(a,t){return Object.prototype.toString.call(a)==="[object "+t+"]"}function JZ0(a){return!g1(Event)&&(function(t,n){try{return t instanceof n}catch{return!1}})(a,Event)}var P31=[!0,"true",1,"1","yes"],UZ=a=>D2(P31,a),O31=[!1,"false",0,"0","no"];function bt(a,t,n,l,o){return t>n&&(l.warn("min cannot be greater than max."),t=n),Ct(a)?a>n?(l.warn(" cannot be greater than max: "+n+". Using max value instead."),n):a<t?(l.warn(" cannot be less than min: "+t+". Using min value instead."),t):a:(l.warn(" must be a number. using max or fallback. max: "+n+", fallback: "+o),bt(o||n,t,n,l))}class _31{constructor(t){this.t={},this.i=t.i,this.o=bt(t.bucketSize,0,100,t.h),this.m=bt(t.refillRate,0,this.o,t.h),this.S=bt(t.refillInterval,0,864e5,t.h)}$(t,n){var l=n-t.lastAccess,o=Math.floor(l/this.S);if(o>0){var i=o*this.m;t.tokens=Math.min(t.tokens+i,this.o),t.lastAccess=t.lastAccess+o*this.S}}consumeRateLimit(t){var n,l=Date.now(),o=String(t),i=this.t[o];return i?this.$(i,l):(i={tokens:this.o,lastAccess:l},this.t[o]=i),i.tokens===0||(i.tokens--,i.tokens===0&&((n=this.i)==null||n.call(this,t)),i.tokens===0)}stop(){this.t={}}}var Eu,eH0,zZ,B31=a=>a instanceof Error;function U31(a){var t=globalThis._posthogChunkIds;if(t){var n=Object.keys(t);return zZ&&n.length===eH0||(eH0=n.length,zZ=n.reduce(((l,o)=>{Eu||(Eu={});var i=Eu[o];if(i)l[i[0]]=i[1];else for(var s=a(o),u=s.length-1;u>=0;u--){var A=s[u],p=A==null?void 0:A.filename,g=t[o];if(p&&g){l[p]=g,Eu[o]=[p,g];break}}return l}),{})),zZ}}var M7="?";function jZ(a,t,n,l){var o={platform:"web:javascript",filename:a,function:t==="<anonymous>"?M7:t,in_app:!0};return g1(n)||(o.lineno=n),g1(l)||(o.colno=l),o}var aH0=(a,t)=>{var n=a.indexOf("safari-extension")!==-1,l=a.indexOf("safari-web-extension")!==-1;return n||l?[a.indexOf("@")!==-1?a.split("@")[0]:M7,n?"safari-extension:"+t:"safari-web-extension:"+t]:[a,t]},z31=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,j31=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,q31=/\((\S*)(?::(\d+))(?::(\d+))\)/,W31=a=>{var t=z31.exec(a);if(t){var[,n,l,o]=t;return jZ(n,M7,+l,+o)}var i=j31.exec(a);if(i){if(i[2]&&i[2].indexOf("eval")===0){var s=q31.exec(i[2]);s&&(i[2]=s[1],i[3]=s[2],i[4]=s[3])}var[u,A]=aH0(i[1]||M7,i[2]);return jZ(A,u,i[3]?+i[3]:void 0,i[4]?+i[4]:void 0)}},G31=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Y31=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,K31=a=>{var t=G31.exec(a);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){var n=Y31.exec(t[3]);n&&(t[1]=t[1]||"eval",t[3]=n[1],t[4]=n[2],t[5]="")}var l=t[3],o=t[1]||M7;return[o,l]=aH0(o,l),jZ(l,o,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},tH0=/\(error: (.*)\)/,nH0=50;function X31(){for(var a=arguments.length,t=new Array(a),n=0;n<a;n++)t[n]=arguments[n];return function(l,o){o===void 0&&(o=0);for(var i=[],s=l.split(`
243
243
  `),u=o;u<s.length;u++){var A=s[u];if(!(A.length>1024)){var p=tH0.test(A)?A.replace(tH0,"$1"):A;if(!p.match(/\S*Error: /)){for(var g of t){var V=g(p);if(V){i.push(V);break}}if(i.length>=nH0)break}}}return(function(v){if(!v.length)return[];var L=Array.from(v);return L.reverse(),L.slice(0,nH0).map((C=>{return $1({},C,{filename:C.filename||(I=L,I[I.length-1]||{}).filename,function:C.function||M7});var I}))})(i)}}class Q31{constructor(t,n,l){t===void 0&&(t=[]),n===void 0&&(n=[]),l===void 0&&(l=[]),this.coercers=t,this.modifiers=l,this.stackParser=X31(...n)}buildFromUnknown(t,n){n===void 0&&(n={});var l=n&&n.mechanism||{handled:!0,type:"generic"},o=this.buildCoercingContext(l,n,0).apply(t),i=this.buildParsingContext(),s=this.parseStacktrace(o,i);return{$exception_list:this.convertToExceptionList(s,l),$exception_level:"error"}}modifyFrames(t){var n=this;return GZ0((function*(){for(var l of t)l.stacktrace&&l.stacktrace.frames&&N8(l.stacktrace.frames)&&(l.stacktrace.frames=yield n.applyModifiers(l.stacktrace.frames));return t}))()}coerceFallback(t){var n;return{type:"Error",value:"Unknown error",stack:(n=t.syntheticException)==null?void 0:n.stack,synthetic:!0}}parseStacktrace(t,n){var l,o;return t.cause!=null&&(l=this.parseStacktrace(t.cause,n)),t.stack!=""&&t.stack!=null&&(o=this.applyChunkIds(this.stackParser(t.stack,t.synthetic?1:0),n.chunkIdMap)),$1({},t,{cause:l,stack:o})}applyChunkIds(t,n){return t.map((l=>(l.filename&&n&&(l.chunk_id=n[l.filename]),l)))}applyCoercers(t,n){for(var l of this.coercers)if(l.match(t))return l.coerce(t,n);return this.coerceFallback(n)}applyModifiers(t){var n=this;return GZ0((function*(){var l=t;for(var o of n.modifiers)l=yield o(l);return l}))()}convertToExceptionList(t,n){var l,o,i,s={type:t.type,value:t.value,mechanism:{type:(l=n.type)!==null&&l!==void 0?l:"generic",handled:(o=n.handled)===null||o===void 0||o,synthetic:(i=t.synthetic)!==null&&i!==void 0&&i}};t.stack&&(s.stacktrace={type:"raw",frames:t.stack});var u=[s];return t.cause!=null&&u.push(...this.convertToExceptionList(t.cause,$1({},n,{handled:!0}))),u}buildParsingContext(){return{chunkIdMap:U31(this.stackParser)}}buildCoercingContext(t,n,l){l===void 0&&(l=0);var o=(i,s)=>{if(s<=4){var u=this.buildCoercingContext(t,n,s);return this.applyCoercers(i,u)}};return $1({},n,{syntheticException:l==0?n.syntheticException:void 0,mechanism:t,apply:i=>o(i,l),next:i=>o(i,l+1)})}}class J31{match(t){return this.isDOMException(t)||this.isDOMError(t)}coerce(t,n){var l=xe(t.stack);return{type:this.getType(t),value:this.getValue(t),stack:l?t.stack:void 0,cause:t.cause?n.next(t.cause):void 0,synthetic:!1}}getType(t){return this.isDOMError(t)?"DOMError":"DOMException"}getValue(t){var n=t.name||(this.isDOMError(t)?"DOMError":"DOMException");return t.message?n+": "+t.message:n}isDOMException(t){return gu(t,"DOMException")}isDOMError(t){return gu(t,"DOMError")}}class en1{match(t){return(n=>n instanceof Error)(t)}coerce(t,n){return{type:this.getType(t),value:this.getMessage(t,n),stack:this.getStack(t),cause:t.cause?n.next(t.cause):void 0,synthetic:!1}}getType(t){return t.name||t.constructor.name}getMessage(t,n){var l=t.message;return l.error&&typeof l.error.message=="string"?String(l.error.message):String(l)}getStack(t){return t.stacktrace||t.stack||void 0}}let an1=class{constructor(){}match(t){return gu(t,"ErrorEvent")&&t.error!=null}coerce(t,n){var l,o=n.apply(t.error);return o||{type:"ErrorEvent",value:t.message,stack:(l=n.syntheticException)==null?void 0:l.stack,synthetic:!0}}};var tn1=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;let nn1=class{match(t){return typeof t=="string"}coerce(t,n){var l,[o,i]=this.getInfos(t);return{type:o??"Error",value:i??t,stack:(l=n.syntheticException)==null?void 0:l.stack,synthetic:!0}}getInfos(t){var n="Error",l=t,o=t.match(tn1);return o&&(n=o[1],l=o[2]),[n,l]}};var ln1=["fatal","error","warning","log","info","debug"];function lH0(a,t){t===void 0&&(t=40);var n=Object.keys(a);if(n.sort(),!n.length)return"[object has no keys]";for(var l=n.length;l>0;l--){var o=n.slice(0,l).join(", ");if(!(o.length>t))return l===n.length||o.length<=t?o:o.slice(0,t)+"..."}return""}class rn1{match(t){return typeof t=="object"&&t!==null}coerce(t,n){var l,o=this.getErrorPropertyFromObject(t);return o?n.apply(o):{type:this.getType(t),value:this.getValue(t),stack:(l=n.syntheticException)==null?void 0:l.stack,level:this.isSeverityLevel(t.level)?t.level:"error",synthetic:!0}}getType(t){return JZ0(t)?t.constructor.name:"Error"}getValue(t){if("name"in t&&typeof t.name=="string"){var n="'"+t.name+"' captured as exception";return"message"in t&&typeof t.message=="string"&&(n+=" with message: '"+t.message+"'"),n}if("message"in t&&typeof t.message=="string")return t.message;var l=this.getObjectClassName(t);return(l&&l!=="Object"?"'"+l+"'":"Object")+" captured as exception with keys: "+lH0(t)}isSeverityLevel(t){return xe(t)&&!_Z(t)&&ln1.indexOf(t)>=0}getErrorPropertyFromObject(t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n)){var l=t[n];if(B31(l))return l}}getObjectClassName(t){try{var n=Object.getPrototypeOf(t);return n?n.constructor.name:void 0}catch{return}}}class on1{match(t){return JZ0(t)}coerce(t,n){var l,o=t.constructor.name;return{type:o,value:o+" captured as exception with keys: "+lH0(t),stack:(l=n.syntheticException)==null?void 0:l.stack,synthetic:!0}}}class cn1{match(t){return BZ(t)}coerce(t,n){var l;return{type:"Error",value:"Primitive value captured as exception: "+String(t),stack:(l=n.syntheticException)==null?void 0:l.stack,synthetic:!0}}}class in1{match(t){return gu(t,"PromiseRejectionEvent")}coerce(t,n){var l,o=this.getUnhandledRejectionReason(t);return BZ(o)?{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(o),stack:(l=n.syntheticException)==null?void 0:l.stack,synthetic:!0}:n.apply(o)}getUnhandledRejectionReason(t){if(BZ(t))return t;try{if("reason"in t)return t.reason;if("detail"in t&&"reason"in t.detail)return t.detail.reason}catch{}return t}}var rH0=a=>{var t={k:function(n){if($0&&(x3.DEBUG||u2.POSTHOG_DEBUG)&&!g1($0.console)&&$0.console){for(var l=("__rrweb_original__"in $0.console[n])?$0.console[n].__rrweb_original__:$0.console[n],o=arguments.length,i=new Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];l(a,...i)}},info:function(){for(var n=arguments.length,l=new Array(n),o=0;o<n;o++)l[o]=arguments[o];t.k("log",...l)},warn:function(){for(var n=arguments.length,l=new Array(n),o=0;o<n;o++)l[o]=arguments[o];t.k("warn",...l)},error:function(){for(var n=arguments.length,l=new Array(n),o=0;o<n;o++)l[o]=arguments[o];t.k("error",...l)},critical:function(){for(var n=arguments.length,l=new Array(n),o=0;o<n;o++)l[o]=arguments[o];console.error(a,...l)},uninitializedWarning:n=>{t.error("You must initialize PostHog before calling "+n)},createLogger:n=>rH0(a+" "+n)};return t},I1=rH0("[PostHog.js]"),Ge=I1.createLogger,sn1=Ge("[ExternalScriptsLoader]"),oH0=(a,t,n)=>{if(a.config.disable_external_dependency_loading)return sn1.warn(t+" was requested but loading of external scripts is disabled."),n("Loading of external scripts is disabled");var l=M1==null?void 0:M1.querySelectorAll("script");if(l){for(var o,i=function(){if(l[s].src===t){var A=l[s];return A.__posthog_loading_callback_fired?{v:n()}:(A.addEventListener("load",(p=>{A.__posthog_loading_callback_fired=!0,n(void 0,p)})),A.onerror=p=>n(p),{v:void 0})}},s=0;s<l.length;s++)if(o=i())return o.v}var u=()=>{if(!M1)return n("document not found");var A=M1.createElement("script");if(A.type="text/javascript",A.crossOrigin="anonymous",A.src=t,A.onload=V=>{A.__posthog_loading_callback_fired=!0,n(void 0,V)},A.onerror=V=>n(V),a.config.prepare_external_dependency_script&&(A=a.config.prepare_external_dependency_script(A)),!A)return n("prepare_external_dependency_script returned null");var p,g=M1.querySelectorAll("body > script");g.length>0?(p=g[0].parentNode)==null||p.insertBefore(A,g[0]):M1.body.appendChild(A)};M1!=null&&M1.body?u():M1==null||M1.addEventListener("DOMContentLoaded",u)};u2.__PosthogExtensions__=u2.__PosthogExtensions__||{},u2.__PosthogExtensions__.loadExternalDependency=(a,t,n)=>{var l="/static/"+t+".js?v="+a.version;if(t==="remote-config"&&(l="/array/"+a.config.token+"/config.js"),t==="toolbar"){var o=3e5;l=l+"&t="+Math.floor(Date.now()/o)*o}var i=a.requestRouter.endpointFor("assets",l);oH0(a,i,n)},u2.__PosthogExtensions__.loadSiteApp=(a,t,n)=>{var l=a.requestRouter.endpointFor("api",t);oH0(a,l,n)};var Vu={};function qn(a,t,n){if(N8(a)){if(zZ0&&a.forEach===zZ0)a.forEach(t,n);else if("length"in a&&a.length===+a.length){for(var l=0,o=a.length;l<o;l++)if(l in a&&t.call(n,a[l],l)===Vu)return}}}function y8(a,t,n){if(!$8(a)){if(N8(a))return qn(a,t,n);if(k31(a)){for(var l of a.entries())if(t.call(n,l[1],l[0])===Vu)return}else for(var o in a)if(QZ0.call(a,o)&&t.call(n,a[o],o)===Vu)return}}var me=function(a){for(var t=arguments.length,n=new Array(t>1?t-1:0),l=1;l<t;l++)n[l-1]=arguments[l];return qn(n,(function(o){for(var i in o)o[i]!==void 0&&(a[i]=o[i])})),a},v7=function(a){for(var t=arguments.length,n=new Array(t>1?t-1:0),l=1;l<t;l++)n[l-1]=arguments[l];return qn(n,(function(o){qn(o,(function(i){a.push(i)}))})),a};function Mu(a){for(var t=Object.keys(a),n=t.length,l=new Array(n);n--;)l[n]=[t[n],a[t[n]]];return l}var cH0=function(a){try{return a()}catch{return}},mn1=function(a){return function(){try{for(var t=arguments.length,n=new Array(t),l=0;l<t;l++)n[l]=arguments[l];return a.apply(this,n)}catch(o){I1.critical("Implementation error. Please turn on debug mode and open a ticket on https://app.posthog.com/home#panel=support%3Asupport%3A."),I1.critical(o)}}},qZ=function(a){var t={};return y8(a,(function(n,l){(xe(n)&&n.length>0||Ct(n))&&(t[l]=n)})),t};function un1(a,t){return n=a,l=i=>xe(i)&&!T3(t)?i.slice(0,t):i,o=new Set,(function i(s,u){return s!==Object(s)?l?l(s,u):s:o.has(s)?void 0:(o.add(s),N8(s)?(A=[],qn(s,(p=>{A.push(i(p))}))):(A={},y8(s,((p,g)=>{o.has(p)||(A[g]=i(p,g))}))),A);var A})(n);var n,l,o}var hn1=["herokuapp.com","vercel.app","netlify.app"];function dn1(a){var t=a==null?void 0:a.hostname;if(!xe(t))return!1;var n=t.split(".").slice(-2).join(".");for(var l of hn1)if(n===l)return!1;return!0}function iH0(a,t){for(var n=0;n<a.length;n++)if(t(a[n]))return a[n]}function ge(a,t,n,l){var{capture:o=!1,passive:i=!0}=l??{};a==null||a.addEventListener(t,n,{capture:o,passive:i})}var sH0="$people_distinct_id",Hc="__alias",gc="__timers",mH0="$autocapture_disabled_server_side",WZ="$heatmaps_enabled_server_side",uH0="$exception_capture_enabled_server_side",GZ="$error_tracking_suppression_rules",hH0="$error_tracking_capture_extension_exceptions",dH0="$web_vitals_enabled_server_side",AH0="$dead_clicks_enabled_server_side",pH0="$web_vitals_allowed_metrics",YZ="$session_recording_remote_config",vu="$sesid",fH0="$session_is_sampled",L7="$enabled_feature_flags",Ec="$early_access_features",KZ="$feature_flag_details",Vc="$stored_person_properties",vr="$stored_group_properties",XZ="$surveys",Lu="$surveys_activated",wu="$flag_call_reported",N3="$user_state",QZ="$client_session_props",JZ="$capture_rate_limit",eH="$initial_campaign_params",aH="$initial_referrer_info",yu="$initial_person_info",Fu="$epp",ZH0="__POSTHOG_TOOLBAR__",Mc="$posthog_cookieless",An1=[sH0,Hc,"__cmpns",gc,"$session_recording_enabled_server_side",WZ,vu,L7,GZ,N3,Ec,KZ,vr,Vc,XZ,wu,QZ,JZ,eH,aH,Fu,yu];function HH0(a){return a instanceof Element&&(a.id===ZH0||!(a.closest==null||!a.closest(".toolbar-global-fade-container")))}function Cu(a){return!!a&&a.nodeType===1}function Wn(a,t){return!!a&&!!a.tagName&&a.tagName.toLowerCase()===t.toLowerCase()}function gH0(a){return!!a&&a.nodeType===3}function EH0(a){return!!a&&a.nodeType===11}function tH(a){return a?Zu(a).split(/\s+/):[]}function VH0(a){var t=$0==null?void 0:$0.location.href;return!!(t&&a&&a.some((n=>t.match(n))))}function bu(a){var t="";switch(typeof a.className){case"string":t=a.className;break;case"object":t=(a.className&&"baseVal"in a.className?a.className.baseVal:null)||a.getAttribute("class")||"";break;default:t=""}return tH(t)}function MH0(a){return $8(a)?null:Zu(a).split(/(\s+)/).filter((t=>vc(t))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function Iu(a){var t="";return rH(a)&&!CH0(a)&&a.childNodes&&a.childNodes.length&&y8(a.childNodes,(function(n){var l;gH0(n)&&n.textContent&&(t+=(l=MH0(n.textContent))!==null&&l!==void 0?l:"")})),Zu(t)}function vH0(a){return g1(a.target)?a.srcElement||null:(t=a.target)!=null&&t.shadowRoot?a.composedPath()[0]||null:a.target||null;var t}var nH=["a","button","form","input","select","textarea","label"];function LH0(a,t){if(g1(t))return!0;var n,l=function(i){if(t.some((s=>i.matches(s))))return{v:!0}};for(var o of a)if(n=l(o))return n.v;return!1}function wH0(a){var t=a.parentNode;return!(!t||!Cu(t))&&t}var yH0=[".ph-no-rageclick",".ph-no-capture"],lH=a=>!a||Wn(a,"html")||!Cu(a),FH0=(a,t)=>{if(!$0||lH(a))return{parentIsUsefulElement:!1,targetElementList:[]};for(var n=!1,l=[a],o=a;o.parentNode&&!Wn(o,"body");)if(EH0(o.parentNode))l.push(o.parentNode.host),o=o.parentNode.host;else{var i=wH0(o);if(!i)break;if(t||nH.indexOf(i.tagName.toLowerCase())>-1)n=!0;else{var s=$0.getComputedStyle(i);s&&s.getPropertyValue("cursor")==="pointer"&&(n=!0)}l.push(i),o=i}return{parentIsUsefulElement:n,targetElementList:l}};function pn1(a,t,n,l,o){var i,s,u,A;if(n===void 0&&(n=void 0),!$0||lH(a)||(i=n)!=null&&i.url_allowlist&&!VH0(n.url_allowlist)||(s=n)!=null&&s.url_ignorelist&&VH0(n.url_ignorelist))return!1;if((u=n)!=null&&u.dom_event_allowlist){var p=n.dom_event_allowlist;if(p&&!p.some((C=>t.type===C)))return!1}var{parentIsUsefulElement:g,targetElementList:V}=FH0(a,l);if(!(function(C,I){var x=I==null?void 0:I.element_allowlist;if(g1(x))return!0;var N,O=function(j){if(x.some((Y=>j.tagName.toLowerCase()===Y)))return{v:!0}};for(var B of C)if(N=O(B))return N.v;return!1})(V,n)||!LH0(V,(A=n)==null?void 0:A.css_selector_allowlist))return!1;var v=$0.getComputedStyle(a);if(v&&v.getPropertyValue("cursor")==="pointer"&&t.type==="click")return!0;var L=a.tagName.toLowerCase();switch(L){case"html":return!1;case"form":return(o||["submit"]).indexOf(t.type)>=0;case"input":case"select":case"textarea":return(o||["change","click"]).indexOf(t.type)>=0;default:return g?(o||["click"]).indexOf(t.type)>=0:(o||["click"]).indexOf(t.type)>=0&&(nH.indexOf(L)>-1||a.getAttribute("contenteditable")==="true")}}function rH(a){for(var t=a;t.parentNode&&!Wn(t,"body");t=t.parentNode){var n=bu(t);if(D2(n,"ph-sensitive")||D2(n,"ph-no-capture"))return!1}if(D2(bu(a),"ph-include"))return!0;var l=a.type||"";if(xe(l))switch(l.toLowerCase()){case"hidden":case"password":return!1}var o=a.name||a.id||"";return!(xe(o)&&/^cc|cardnum|ccnum|creditcard|csc|cvc|cvv|exp|pass|pwd|routing|seccode|securitycode|securitynum|socialsec|socsec|ssn/i.test(o.replace(/[^a-zA-Z0-9]/g,"")))}function CH0(a){return!!(Wn(a,"input")&&!["button","checkbox","submit","reset"].includes(a.type)||Wn(a,"select")||Wn(a,"textarea")||a.getAttribute("contenteditable")==="true")}var bH0="(4[0-9]{12}(?:[0-9]{3})?)|(5[1-5][0-9]{14})|(6(?:011|5[0-9]{2})[0-9]{12})|(3[47][0-9]{13})|(3(?:0[0-5]|[68][0-9])[0-9]{11})|((?:2131|1800|35[0-9]{3})[0-9]{11})",fn1=new RegExp("^(?:"+bH0+")$"),Zn1=new RegExp(bH0),IH0="\\d{3}-?\\d{2}-?\\d{4}",Hn1=new RegExp("^("+IH0+")$"),gn1=new RegExp("("+IH0+")");function vc(a,t){return t===void 0&&(t=!0),!($8(a)||xe(a)&&(a=Zu(a),(t?fn1:Zn1).test((a||"").replace(/[- ]/g,""))||(t?Hn1:gn1).test(a)))}function SH0(a){var t=Iu(a);return vc(t=(t+" "+RH0(a)).trim())?t:""}function RH0(a){var t="";return a&&a.childNodes&&a.childNodes.length&&y8(a.childNodes,(function(n){var l;if(n&&((l=n.tagName)==null?void 0:l.toLowerCase())==="span")try{var o=Iu(n);t=(t+" "+o).trim(),n.childNodes&&n.childNodes.length&&(t=(t+" "+RH0(n)).trim())}catch(i){I1.error("[AutoCapture]",i)}})),t}function En1(a){return(function(t){var n=t.map((l=>{var o,i,s="";if(l.tag_name&&(s+=l.tag_name),l.attr_class)for(var u of(l.attr_class.sort(),l.attr_class))s+="."+u.replace(/"/g,"");var A=$1({},l.text?{text:l.text}:{},{"nth-child":(o=l.nth_child)!==null&&o!==void 0?o:0,"nth-of-type":(i=l.nth_of_type)!==null&&i!==void 0?i:0},l.href?{href:l.href}:{},l.attr_id?{attr_id:l.attr_id}:{},l.attributes),p={};return Mu(A).sort(((g,V)=>{var[v]=g,[L]=V;return v.localeCompare(L)})).forEach((g=>{var[V,v]=g;return p[xH0(V.toString())]=xH0(v.toString())})),s+=":",s+=Mu(p).map((g=>{var[V,v]=g;return V+'="'+v+'"'})).join("")}));return n.join(";")})((function(t){return t.map((n=>{var l,o,i={text:(l=n.$el_text)==null?void 0:l.slice(0,400),tag_name:n.tag_name,href:(o=n.attr__href)==null?void 0:o.slice(0,2048),attr_class:Vn1(n),attr_id:n.attr__id,nth_child:n.nth_child,nth_of_type:n.nth_of_type,attributes:{}};return Mu(n).filter((s=>{var[u]=s;return u.indexOf("attr__")===0})).forEach((s=>{var[u,A]=s;return i.attributes[u]=A})),i}))})(a))}function xH0(a){return a.replace(/"|\\"/g,'\\"')}function Vn1(a){var t=a.attr__class;return t?N8(t)?t:tH(t):void 0}let TH0=class{constructor(){this.clicks=[]}isRageClick(t,n,l){var o=this.clicks[this.clicks.length-1];if(o&&Math.abs(t-o.x)+Math.abs(n-o.y)<30&&l-o.timestamp<1e3){if(this.clicks.push({x:t,y:n,timestamp:l}),this.clicks.length===3)return!0}else this.clicks=[{x:t,y:n,timestamp:l}];return!1}};var oH="$copy_autocapture",$3=(function(a){return a.GZipJS="gzip-js",a.Base64="base64",a})({}),Su=a=>{var t=M1==null?void 0:M1.createElement("a");return g1(t)?null:(t.href=a,t)},Mn1=function(a,t){var n,l;t===void 0&&(t="&");var o=[];return y8(a,(function(i,s){g1(i)||g1(s)||s==="undefined"||(n=encodeURIComponent((u=>u instanceof File)(i)?i.name:i.toString()),l=encodeURIComponent(s),o[o.length]=l+"="+n)})),o.join(t)},Ru=function(a,t){for(var n,l=((a.split("#")[0]||"").split(/\?(.*)/)[1]||"").replace(/^\?+/g,"").split("&"),o=0;o<l.length;o++){var i=l[o].split("=");if(i[0]===t){n=i;break}}if(!N8(n)||n.length<2)return"";var s=n[1];try{s=decodeURIComponent(s)}catch{I1.error("Skipping decoding for malformed query param: "+s)}return s.replace(/\+/g," ")},Lc=function(a,t,n){if(!a||!t||!t.length)return a;for(var l=a.split("#"),o=l[0]||"",i=l[1],s=o.split("?"),u=s[1],A=s[0],p=(u||"").split("&"),g=[],V=0;V<p.length;V++){var v=p[V].split("=");N8(v)&&(t.includes(v[0])?g.push(v[0]+"="+n):g.push(p[V]))}var L=A;return u!=null&&(L+="?"+g.join("&")),i!=null&&(L+="#"+i),L},xu=function(a,t){var n=a.match(new RegExp(t+"=([^&]*)"));return n?n[1]:null},NH0=Ge("[AutoCapture]");function cH(a,t){return t.length>a?t.slice(0,a)+"...":t}function vn1(a){if(a.previousElementSibling)return a.previousElementSibling;var t=a;do t=t.previousSibling;while(t&&!Cu(t));return t}function Ln1(a,t,n,l){var o=a.tagName.toLowerCase(),i={tag_name:o};nH.indexOf(o)>-1&&!n&&(o.toLowerCase()==="a"||o.toLowerCase()==="button"?i.$el_text=cH(1024,SH0(a)):i.$el_text=cH(1024,Iu(a)));var s=bu(a);s.length>0&&(i.classes=s.filter((function(g){return g!==""}))),y8(a.attributes,(function(g){var V;if((!CH0(a)||["name","id","class","aria-label"].indexOf(g.name)!==-1)&&(l==null||!l.includes(g.name))&&!t&&vc(g.value)&&(V=g.name,!xe(V)||V.substring(0,10)!=="_ngcontent"&&V.substring(0,7)!=="_nghost")){var v=g.value;g.name==="class"&&(v=tH(v).join(" ")),i["attr__"+g.name]=cH(1024,v)}}));for(var u=1,A=1,p=a;p=vn1(p);)u++,p.tagName===a.tagName&&A++;return i.nth_child=u,i.nth_of_type=A,i}function wn1(a,t){for(var n,l,{e:o,maskAllElementAttributes:i,maskAllText:s,elementAttributeIgnoreList:u,elementsChainAsString:A}=t,p=[a],g=a;g.parentNode&&!Wn(g,"body");)EH0(g.parentNode)?(p.push(g.parentNode.host),g=g.parentNode.host):(p.push(g.parentNode),g=g.parentNode);var V,v=[],L={},C=!1,I=!1;if(y8(p,(j=>{var Y=rH(j);j.tagName.toLowerCase()==="a"&&(C=j.getAttribute("href"),C=Y&&C&&vc(C)&&C),D2(bu(j),"ph-no-capture")&&(I=!0),v.push(Ln1(j,i,s,u));var q=(function(G){if(!rH(G))return{};var J={};return y8(G.attributes,(function(f0){if(f0.name&&f0.name.indexOf("data-ph-capture-attribute")===0){var Q=f0.name.replace("data-ph-capture-attribute-",""),Z0=f0.value;Q&&Z0&&vc(Z0)&&(J[Q]=Z0)}})),J})(j);me(L,q)})),I)return{props:{},explicitNoCapture:I};if(s||(a.tagName.toLowerCase()==="a"||a.tagName.toLowerCase()==="button"?v[0].$el_text=SH0(a):v[0].$el_text=Iu(a)),C){var x,N;v[0].attr__href=C;var O=(x=Su(C))==null?void 0:x.host,B=$0==null||(N=$0.location)==null?void 0:N.host;O&&B&&O!==B&&(V=C)}return{props:me({$event_type:o.type,$ce_version:1},A?{}:{$elements:v},{$elements_chain:En1(v)},(n=v[0])!=null&&n.$el_text?{$el_text:(l=v[0])==null?void 0:l.$el_text}:{},V&&o.type==="click"?{$external_click_url:V}:{},L)}}let yn1=class{constructor(t){this.P=!1,this.T=null,this.rageclicks=new TH0,this.R=!1,this.instance=t,this.I=null}get C(){var t,n,l=w6(this.instance.config.autocapture)?this.instance.config.autocapture:{};return l.url_allowlist=(t=l.url_allowlist)==null?void 0:t.map((o=>new RegExp(o))),l.url_ignorelist=(n=l.url_ignorelist)==null?void 0:n.map((o=>new RegExp(o))),l}O(){if(this.isBrowserSupported()){if($0&&M1){var t=l=>{l=l||($0==null?void 0:$0.event);try{this.F(l)}catch(o){NH0.error("Failed to capture event",o)}};if(ge(M1,"submit",t,{capture:!0}),ge(M1,"change",t,{capture:!0}),ge(M1,"click",t,{capture:!0}),this.C.capture_copied_text){var n=l=>{l=l||($0==null?void 0:$0.event),this.F(l,oH)};ge(M1,"copy",n,{capture:!0}),ge(M1,"cut",n,{capture:!0})}}}else NH0.info("Disabling Automatic Event Collection because this browser is not supported")}startIfEnabled(){this.isEnabled&&!this.P&&(this.O(),this.P=!0)}onRemoteConfig(t){t.elementsChainAsString&&(this.R=t.elementsChainAsString),this.instance.persistence&&this.instance.persistence.register({[mH0]:!!t.autocapture_opt_out}),this.T=!!t.autocapture_opt_out,this.startIfEnabled()}setElementSelectors(t){this.I=t}getElementSelectors(t){var n,l=[];return(n=this.I)==null||n.forEach((o=>{var i=M1==null?void 0:M1.querySelectorAll(o);i==null||i.forEach((s=>{t===s&&l.push(o)}))})),l}get isEnabled(){var t,n,l=(t=this.instance.persistence)==null?void 0:t.props[mH0],o=this.T;if(T3(o)&&!jn(l)&&!this.instance.M())return!1;var i=(n=this.T)!==null&&n!==void 0?n:!!l;return!!this.instance.config.autocapture&&!i}F(t,n){if(n===void 0&&(n="$autocapture"),this.isEnabled){var l,o=vH0(t);gH0(o)&&(o=o.parentNode||null),n==="$autocapture"&&t.type==="click"&&t instanceof MouseEvent&&this.instance.config.rageclick&&(l=this.rageclicks)!=null&&l.isRageClick(t.clientX,t.clientY,new Date().getTime())&&(function(v,L){if(!$0||lH(v))return!1;var C,I;if((C=jn(L)?!!L&&yH0:(I=L==null?void 0:L.css_selector_ignorelist)!==null&&I!==void 0?I:yH0)===!1)return!1;var{targetElementList:x}=FH0(v,!1);return!LH0(x,C)})(o,this.instance.config.rageclick)&&this.F(t,"$rageclick");var i=n===oH;if(o&&pn1(o,t,this.C,i,i?["copy","cut"]:void 0)){var{props:s,explicitNoCapture:u}=wn1(o,{e:t,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this.C.element_attribute_ignorelist,elementsChainAsString:this.R});if(u)return!1;var A=this.getElementSelectors(o);if(A&&A.length>0&&(s.$element_selectors=A),n===oH){var p,g=MH0($0==null||(p=$0.getSelection())==null?void 0:p.toString()),V=t.type||"clipboard";if(!g)return!1;s.$selected_content=g,s.$copy_type=V}return this.instance.capture(n,s),!0}}}isBrowserSupported(){return zn(M1==null?void 0:M1.querySelectorAll)}};Math.trunc||(Math.trunc=function(a){return a<0?Math.ceil(a):Math.floor(a)}),Number.isInteger||(Number.isInteger=function(a){return Ct(a)&&isFinite(a)&&Math.floor(a)===a});var $H0="0123456789abcdef";class Tu{constructor(t){if(this.bytes=t,t.length!==16)throw new TypeError("not 128-bit length")}static fromFieldsV7(t,n,l,o){if(!Number.isInteger(t)||!Number.isInteger(n)||!Number.isInteger(l)||!Number.isInteger(o)||t<0||n<0||l<0||o<0||t>0xffffffffffff||n>4095||l>1073741823||o>4294967295)throw new RangeError("invalid field value");var i=new Uint8Array(16);return i[0]=t/Math.pow(2,40),i[1]=t/Math.pow(2,32),i[2]=t/Math.pow(2,24),i[3]=t/Math.pow(2,16),i[4]=t/Math.pow(2,8),i[5]=t,i[6]=112|n>>>8,i[7]=n,i[8]=128|l>>>24,i[9]=l>>>16,i[10]=l>>>8,i[11]=l,i[12]=o>>>24,i[13]=o>>>16,i[14]=o>>>8,i[15]=o,new Tu(i)}toString(){for(var t="",n=0;n<this.bytes.length;n++)t=t+$H0.charAt(this.bytes[n]>>>4)+$H0.charAt(15&this.bytes[n]),n!==3&&n!==5&&n!==7&&n!==9||(t+="-");if(t.length!==36)throw new Error("Invalid UUIDv7 was generated");return t}clone(){return new Tu(this.bytes.slice(0))}equals(t){return this.compareTo(t)===0}compareTo(t){for(var n=0;n<16;n++){var l=this.bytes[n]-t.bytes[n];if(l!==0)return Math.sign(l)}return 0}}let Fn1=class{constructor(){this.A=0,this.D=0,this.j=new Cn1}generate(){var t=this.generateOrAbort();if(g1(t)){this.A=0;var n=this.generateOrAbort();if(g1(n))throw new Error("Could not generate UUID after timestamp reset");return n}return t}generateOrAbort(){var t=Date.now();if(t>this.A)this.A=t,this.L();else{if(!(t+1e4>this.A))return;this.D++,this.D>4398046511103&&(this.A++,this.L())}return Tu.fromFieldsV7(this.A,Math.trunc(this.D/Math.pow(2,30)),this.D&Math.pow(2,30)-1,this.j.nextUint32())}L(){this.D=1024*this.j.nextUint32()+(1023&this.j.nextUint32())}};var kH0,DH0=a=>{if(typeof UUIDV7_DENY_WEAK_RNG<"u"&&UUIDV7_DENY_WEAK_RNG)throw new Error("no cryptographically strong RNG available");for(var t=0;t<a.length;t++)a[t]=65536*Math.trunc(65536*Math.random())+Math.trunc(65536*Math.random());return a};$0&&!g1($0.crypto)&&crypto.getRandomValues&&(DH0=a=>crypto.getRandomValues(a));let Cn1=class{constructor(){this.N=new Uint32Array(8),this.U=1/0}nextUint32(){return this.U>=this.N.length&&(DH0(this.N),this.U=0),this.N[this.U++]}};var Gn=()=>bn1().toString(),bn1=()=>(kH0||(kH0=new Fn1)).generate(),wc="",In1=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i;function Sn1(a,t){if(t){var n=(function(o,i){if(i===void 0&&(i=M1),wc)return wc;if(!i||["localhost","127.0.0.1"].includes(o))return"";for(var s=o.split("."),u=Math.min(s.length,8),A="dmn_chk_"+Gn();!wc&&u--;){var p=s.slice(u).join("."),g=A+"=1;domain=."+p+";path=/";i.cookie=g+";max-age=3",i.cookie.includes(A)&&(i.cookie=g+";max-age=0",wc=p)}return wc})(a);if(!n){var l=(o=>{var i=o.match(In1);return i?i[0]:""})(a);l!==n&&I1.info("Warning: cookie subdomain discovery mismatch",l,n),n=l}return n?"; domain=."+n:""}return""}var It={H:()=>!!M1,B:function(a){I1.error("cookieStore error: "+a)},q:function(a){if(M1){try{for(var t=a+"=",n=M1.cookie.split(";").filter((i=>i.length)),l=0;l<n.length;l++){for(var o=n[l];o.charAt(0)==" ";)o=o.substring(1,o.length);if(o.indexOf(t)===0)return decodeURIComponent(o.substring(t.length,o.length))}}catch{}return null}},W:function(a){var t;try{t=JSON.parse(It.q(a))||{}}catch{}return t},G:function(a,t,n,l,o){if(M1)try{var i="",s="",u=Sn1(M1.location.hostname,l);if(n){var A=new Date;A.setTime(A.getTime()+24*n*60*60*1e3),i="; expires="+A.toUTCString()}o&&(s="; secure");var p=a+"="+encodeURIComponent(JSON.stringify(t))+i+"; SameSite=Lax; path=/"+u+s;return p.length>3686.4&&I1.warn("cookieStore warning: large cookie, len="+p.length),M1.cookie=p,p}catch{return}},V:function(a,t){if(M1!=null&&M1.cookie)try{It.G(a,"",-1,t)}catch{return}}},iH=null,W8={H:function(){if(!T3(iH))return iH;var a=!0;if(g1($0))a=!1;else try{var t="__mplssupport__";W8.G(t,"xyz"),W8.q(t)!=='"xyz"'&&(a=!1),W8.V(t)}catch{a=!1}return a||I1.error("localStorage unsupported; falling back to cookie store"),iH=a,a},B:function(a){I1.error("localStorage error: "+a)},q:function(a){try{return $0==null?void 0:$0.localStorage.getItem(a)}catch(t){W8.B(t)}return null},W:function(a){try{return JSON.parse(W8.q(a))||{}}catch{}return null},G:function(a,t){try{$0==null||$0.localStorage.setItem(a,JSON.stringify(t))}catch(n){W8.B(n)}},V:function(a){try{$0==null||$0.localStorage.removeItem(a)}catch(t){W8.B(t)}}},Rn1=["distinct_id",vu,fH0,Fu,yu],Nu=$1({},W8,{W:function(a){try{var t={};try{t=It.W(a)||{}}catch{}var n=me(t,JSON.parse(W8.q(a)||"{}"));return W8.G(a,n),n}catch{}return null},G:function(a,t,n,l,o,i){try{W8.G(a,t,void 0,void 0,i);var s={};Rn1.forEach((u=>{t[u]&&(s[u]=t[u])})),Object.keys(s).length&&It.G(a,s,n,l,o,i)}catch(u){W8.B(u)}},V:function(a,t){try{$0==null||$0.localStorage.removeItem(a),It.V(a,t)}catch(n){W8.B(n)}}}),$u={},xn1={H:function(){return!0},B:function(a){I1.error("memoryStorage error: "+a)},q:function(a){return $u[a]||null},W:function(a){return $u[a]||null},G:function(a,t){$u[a]=t},V:function(a){delete $u[a]}},Lr=null,c6={H:function(){if(!T3(Lr))return Lr;if(Lr=!0,g1($0))Lr=!1;else try{var a="__support__";c6.G(a,"xyz"),c6.q(a)!=='"xyz"'&&(Lr=!1),c6.V(a)}catch{Lr=!1}return Lr},B:function(a){I1.error("sessionStorage error: ",a)},q:function(a){try{return $0==null?void 0:$0.sessionStorage.getItem(a)}catch(t){c6.B(t)}return null},W:function(a){try{return JSON.parse(c6.q(a))||null}catch{}return null},G:function(a,t){try{$0==null||$0.sessionStorage.setItem(a,JSON.stringify(t))}catch(n){c6.B(n)}},V:function(a){try{$0==null||$0.sessionStorage.removeItem(a)}catch(t){c6.B(t)}}},k3=(function(a){return a[a.PENDING=-1]="PENDING",a[a.DENIED=0]="DENIED",a[a.GRANTED=1]="GRANTED",a})({});class Tn1{constructor(t){this._instance=t}get C(){return this._instance.config}get consent(){return this.J()?k3.DENIED:this.K}isOptedOut(){return this.C.cookieless_mode==="always"||this.consent===k3.DENIED||this.consent===k3.PENDING&&(this.C.opt_out_capturing_by_default||this.C.cookieless_mode==="on_reject")}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===k3.DENIED}optInOut(t){this.Y.G(this.X,t?1:0,this.C.cookie_expiration,this.C.cross_subdomain_cookie,this.C.secure_cookie)}reset(){this.Y.V(this.X,this.C.cross_subdomain_cookie)}get X(){var{token:t,opt_out_capturing_cookie_prefix:n,consent_persistence_name:l}=this._instance.config;return l||(n?n+t:"__ph_opt_in_out_"+t)}get K(){var t=this.Y.q(this.X);return UZ(t)?k3.GRANTED:D2(O31,t)?k3.DENIED:k3.PENDING}get Y(){if(!this.Z){var t=this.C.opt_out_capturing_persistence_type;this.Z=t==="localStorage"?W8:It;var n=t==="localStorage"?It:W8;n.q(this.X)&&(this.Z.q(this.X)||this.optInOut(UZ(n.q(this.X))),n.V(this.X,this.C.cross_subdomain_cookie))}return this.Z}J(){return!!this.C.respect_dnt&&!!iH0([z4==null?void 0:z4.doNotTrack,z4==null?void 0:z4.msDoNotTrack,u2.doNotTrack],(t=>UZ(t)))}}var ku=Ge("[Dead Clicks]"),Nn1=()=>!0,$n1=a=>{var t,n=!((t=a.instance.persistence)==null||!t.get_property(AH0)),l=a.instance.config.capture_dead_clicks;return jn(l)?l:n};class PH0{get lazyLoadedDeadClicksAutocapture(){return this.tt}constructor(t,n,l){this.instance=t,this.isEnabled=n,this.onCapture=l,this.startIfEnabled()}onRemoteConfig(t){this.instance.persistence&&this.instance.persistence.register({[AH0]:t==null?void 0:t.captureDeadClicks}),this.startIfEnabled()}startIfEnabled(){this.isEnabled(this)&&this.it((()=>{this.et()}))}it(t){var n,l;(n=u2.__PosthogExtensions__)!=null&&n.initDeadClicksAutocapture&&t(),(l=u2.__PosthogExtensions__)==null||l.loadExternalDependency==null||l.loadExternalDependency(this.instance,"dead-clicks-autocapture",(o=>{o?ku.error("failed to load script",o):t()}))}et(){var t;if(M1){if(!this.tt&&(t=u2.__PosthogExtensions__)!=null&&t.initDeadClicksAutocapture){var n=w6(this.instance.config.capture_dead_clicks)?this.instance.config.capture_dead_clicks:{};n.__onCapture=this.onCapture,this.tt=u2.__PosthogExtensions__.initDeadClicksAutocapture(this.instance,n),this.tt.start(M1),ku.info("starting...")}}else ku.error("`document` not found. Cannot start.")}stop(){this.tt&&(this.tt.stop(),this.tt=void 0,ku.info("stopping..."))}}var yc=Ge("[ExceptionAutocapture]");class kn1{constructor(t){var n,l,o;this.rt=()=>{var i;if($0&&this.isEnabled&&(i=u2.__PosthogExtensions__)!=null&&i.errorWrappingFunctions){var s=u2.__PosthogExtensions__.errorWrappingFunctions.wrapOnError,u=u2.__PosthogExtensions__.errorWrappingFunctions.wrapUnhandledRejection,A=u2.__PosthogExtensions__.errorWrappingFunctions.wrapConsoleError;try{!this.st&&this.C.capture_unhandled_errors&&(this.st=s(this.captureException.bind(this))),!this.nt&&this.C.capture_unhandled_rejections&&(this.nt=u(this.captureException.bind(this))),!this.ot&&this.C.capture_console_errors&&(this.ot=A(this.captureException.bind(this)))}catch(p){yc.error("failed to start",p),this.lt()}}},this._instance=t,this.ut=!((n=this._instance.persistence)==null||!n.props[uH0]),this.C=this.ht(),this.dt=new _31({refillRate:(l=this._instance.config.error_tracking.__exceptionRateLimiterRefillRate)!==null&&l!==void 0?l:1,bucketSize:(o=this._instance.config.error_tracking.__exceptionRateLimiterBucketSize)!==null&&o!==void 0?o:10,refillInterval:1e4,h:yc}),this.startIfEnabled()}ht(){var t=this._instance.config.capture_exceptions,n={capture_unhandled_errors:!1,capture_unhandled_rejections:!1,capture_console_errors:!1};return w6(t)?n=$1({},n,t):(g1(t)?this.ut:t)&&(n=$1({},n,{capture_unhandled_errors:!0,capture_unhandled_rejections:!0})),n}get isEnabled(){return this.C.capture_console_errors||this.C.capture_unhandled_errors||this.C.capture_unhandled_rejections}startIfEnabled(){this.isEnabled&&(yc.info("enabled"),this.it(this.rt))}it(t){var n,l;(n=u2.__PosthogExtensions__)!=null&&n.errorWrappingFunctions&&t(),(l=u2.__PosthogExtensions__)==null||l.loadExternalDependency==null||l.loadExternalDependency(this._instance,"exception-autocapture",(o=>{if(o)return yc.error("failed to load script",o);t()}))}lt(){var t,n,l;(t=this.st)==null||t.call(this),this.st=void 0,(n=this.nt)==null||n.call(this),this.nt=void 0,(l=this.ot)==null||l.call(this),this.ot=void 0}onRemoteConfig(t){var n=t.autocaptureExceptions;this.ut=!!n||!1,this.C=this.ht(),this._instance.persistence&&this._instance.persistence.register({[uH0]:this.ut}),this.startIfEnabled()}captureException(t){var n,l,o=(n=t==null||(l=t.$exception_list)==null||(l=l[0])==null?void 0:l.type)!==null&&n!==void 0?n:"Exception";this.dt.consumeRateLimit(o)?yc.info("Skipping exception capture because of client rate limiting.",{exception:o}):this._instance.exceptions.sendExceptionEvent(t)}}function OH0(a,t,n){try{if(!(t in a))return()=>{};var l=a[t],o=n(l);return zn(o)&&(o.prototype=o.prototype||{},Object.defineProperties(o,{__posthog_wrapped__:{enumerable:!1,value:!0}})),a[t]=o,()=>{a[t]=l}}catch{return()=>{}}}class Dn1{constructor(t){var n;this._instance=t,this.vt=($0==null||(n=$0.location)==null?void 0:n.pathname)||""}get isEnabled(){return this._instance.config.capture_pageview==="history_change"}startIfEnabled(){this.isEnabled&&(I1.info("History API monitoring enabled, starting..."),this.monitorHistoryChanges())}stop(){this.ct&&this.ct(),this.ct=void 0,I1.info("History API monitoring stopped")}monitorHistoryChanges(){var t,n;if($0&&$0.history){var l=this;(t=$0.history.pushState)!=null&&t.__posthog_wrapped__||OH0($0.history,"pushState",(o=>function(i,s,u){o.call(this,i,s,u),l.ft("pushState")})),(n=$0.history.replaceState)!=null&&n.__posthog_wrapped__||OH0($0.history,"replaceState",(o=>function(i,s,u){o.call(this,i,s,u),l.ft("replaceState")})),this.gt()}}ft(t){try{var n,l=$0==null||(n=$0.location)==null?void 0:n.pathname;if(!l)return;l!==this.vt&&this.isEnabled&&this._instance.capture("$pageview",{navigation_type:t}),this.vt=l}catch(o){I1.error("Error capturing "+t+" pageview",o)}}gt(){if(!this.ct){var t=()=>{this.ft("popstate")};ge($0,"popstate",t),this.ct=()=>{$0&&$0.removeEventListener("popstate",t)}}}}var sH=Ge("[SegmentIntegration]");function Pn1(a,t){var n=a.config.segment;if(!n)return t();(function(l,o){var i=l.config.segment;if(!i)return o();var s=A=>{var p=()=>A.anonymousId()||Gn();l.config.get_device_id=p,A.id()&&(l.register({distinct_id:A.id(),$device_id:p()}),l.persistence.set_property(N3,"identified")),o()},u=i.user();"then"in u&&zn(u.then)?u.then((A=>s(A))):s(u)})(a,(()=>{n.register((l=>{Promise&&Promise.resolve||sH.warn("This browser does not have Promise support, and can not use the segment integration");var o=(i,s)=>{if(!s)return i;i.event.userId||i.event.anonymousId===l.get_distinct_id()||(sH.info("No userId set, resetting PostHog"),l.reset()),i.event.userId&&i.event.userId!==l.get_distinct_id()&&(sH.info("UserId set, identifying with PostHog"),l.identify(i.event.userId));var u=l.calculateEventProperties(s,i.event.properties);return i.event.properties=Object.assign({},u,i.event.properties),i};return{name:"PostHog JS",type:"enrichment",version:"1.0.0",isLoaded:()=>!0,load:()=>Promise.resolve(),track:i=>o(i,i.event.event),page:i=>o(i,"$pageview"),identify:i=>o(i,"$identify"),screen:i=>o(i,"$screen")}})(a)).then((()=>{t()}))}))}var _H0="posthog-js";function BH0(a,t){var{organization:n,projectId:l,prefix:o,severityAllowList:i=["error"],sendExceptionsToPostHog:s=!0}=t===void 0?{}:t;return u=>{var A,p,g,V,v;if(!(i==="*"||i.includes(u.level))||!a.__loaded)return u;u.tags||(u.tags={});var L=a.requestRouter.endpointFor("ui","/project/"+a.config.token+"/person/"+a.get_distinct_id());u.tags["PostHog Person URL"]=L,a.sessionRecordingStarted()&&(u.tags["PostHog Recording URL"]=a.get_session_replay_url({withTimestamp:!0}));var C=((A=u.exception)==null?void 0:A.values)||[],I=C.map((N=>$1({},N,{stacktrace:N.stacktrace?$1({},N.stacktrace,{type:"raw",frames:(N.stacktrace.frames||[]).map((O=>$1({},O,{platform:"web:javascript"})))}):void 0}))),x={$exception_message:((p=C[0])==null?void 0:p.value)||u.message,$exception_type:(g=C[0])==null?void 0:g.type,$exception_level:u.level,$exception_list:I,$sentry_event_id:u.event_id,$sentry_exception:u.exception,$sentry_exception_message:((V=C[0])==null?void 0:V.value)||u.message,$sentry_exception_type:(v=C[0])==null?void 0:v.type,$sentry_tags:u.tags};return n&&l&&(x.$sentry_url=(o||"https://sentry.io/organizations/")+n+"/issues/?project="+l+"&query="+u.event_id),s&&a.exceptions.sendExceptionEvent(x),u}}class On1{constructor(t,n,l,o,i,s){this.name=_H0,this.setupOnce=function(u){u(BH0(t,{organization:n,projectId:l,prefix:o,severityAllowList:i,sendExceptionsToPostHog:s==null||s}))}}}var _n1=$0!=null&&$0.location?xu($0.location.hash,"__posthog")||xu(location.hash,"state"):null,UH0="_postHogToolbarParams",zH0=Ge("[Toolbar]"),Yn=(function(a){return a[a.UNINITIALIZED=0]="UNINITIALIZED",a[a.LOADING=1]="LOADING",a[a.LOADED=2]="LOADED",a})(Yn||{});class Bn1{constructor(t){this.instance=t}_t(t){u2.ph_toolbar_state=t}yt(){var t;return(t=u2.ph_toolbar_state)!==null&&t!==void 0?t:Yn.UNINITIALIZED}maybeLoadToolbar(t,n,l){if(t===void 0&&(t=void 0),n===void 0&&(n=void 0),l===void 0&&(l=void 0),!$0||!M1)return!1;t=t??$0.location,l=l??$0.history;try{if(!n){try{$0.localStorage.setItem("test","test"),$0.localStorage.removeItem("test")}catch{return!1}n=$0==null?void 0:$0.localStorage}var o,i=_n1||xu(t.hash,"__posthog")||xu(t.hash,"state"),s=i?cH0((()=>JSON.parse(atob(decodeURIComponent(i)))))||cH0((()=>JSON.parse(decodeURIComponent(i)))):null;return s&&s.action==="ph_authorize"?((o=s).source="url",o&&Object.keys(o).length>0&&(s.desiredHash?t.hash=s.desiredHash:l?l.replaceState(l.state,"",t.pathname+t.search):t.hash="")):((o=JSON.parse(n.getItem(UH0)||"{}")).source="localstorage",delete o.userIntent),!(!o.token||this.instance.config.token!==o.token)&&(this.loadToolbar(o),!0)}catch{return!1}}bt(t){var n=u2.ph_load_toolbar||u2.ph_load_editor;!$8(n)&&zn(n)?n(t,this.instance):zH0.warn("No toolbar load function found")}loadToolbar(t){var n=!(M1==null||!M1.getElementById(ZH0));if(!$0||n)return!1;var l=this.instance.requestRouter.region==="custom"&&this.instance.config.advanced_disable_toolbar_metrics,o=$1({token:this.instance.config.token},t,{apiURL:this.instance.requestRouter.endpointFor("ui")},l?{instrument:!1}:{});if($0.localStorage.setItem(UH0,JSON.stringify($1({},o,{source:void 0}))),this.yt()===Yn.LOADED)this.bt(o);else if(this.yt()===Yn.UNINITIALIZED){var i;this._t(Yn.LOADING),(i=u2.__PosthogExtensions__)==null||i.loadExternalDependency==null||i.loadExternalDependency(this.instance,"toolbar",(s=>{if(s)return zH0.error("[Toolbar] Failed to load",s),void this._t(Yn.UNINITIALIZED);this._t(Yn.LOADED),this.bt(o)})),ge($0,"turbolinks:load",(()=>{this._t(Yn.UNINITIALIZED),this.loadToolbar(o)}))}return!0}wt(t){return this.loadToolbar(t)}maybeLoadEditor(t,n,l){return t===void 0&&(t=void 0),n===void 0&&(n=void 0),l===void 0&&(l=void 0),this.maybeLoadToolbar(t,n,l)}}var Un1=Ge("[TracingHeaders]");class zn1{constructor(t){this.xt=void 0,this.St=void 0,this.rt=()=>{var n,l;g1(this.xt)&&((n=u2.__PosthogExtensions__)==null||(n=n.tracingHeadersPatchFns)==null||n._patchXHR(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager)),g1(this.St)&&((l=u2.__PosthogExtensions__)==null||(l=l.tracingHeadersPatchFns)==null||l._patchFetch(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager))},this._instance=t}it(t){var n,l;(n=u2.__PosthogExtensions__)!=null&&n.tracingHeadersPatchFns&&t(),(l=u2.__PosthogExtensions__)==null||l.loadExternalDependency==null||l.loadExternalDependency(this._instance,"tracing-headers",(o=>{if(o)return Un1.error("failed to load script",o);t()}))}startIfEnabledOrStop(){var t,n;this._instance.config.__add_tracing_headers?this.it(this.rt):((t=this.xt)==null||t.call(this),(n=this.St)==null||n.call(this),this.xt=void 0,this.St=void 0)}}var ma="Mobile",Du="iOS",St="Android",Fc="Tablet",jH0=St+" "+Fc,qH0="iPad",WH0="Apple",GH0=WH0+" Watch",Cc="Safari",w7="BlackBerry",YH0="Samsung",KH0=YH0+"Browser",XH0=YH0+" Internet",wr="Chrome",jn1=wr+" OS",QH0=wr+" "+Du,mH="Internet Explorer",JH0=mH+" "+ma,uH="Opera",qn1=uH+" Mini",hH="Edge",eg0="Microsoft "+hH,y7="Firefox",ag0=y7+" "+Du,bc="Nintendo",Ic="PlayStation",F7="Xbox",tg0=St+" "+ma,ng0=ma+" "+Cc,Sc="Windows",dH=Sc+" Phone",lg0="Nokia",AH="Ouya",rg0="Generic",Wn1=rg0+" "+ma.toLowerCase(),og0=rg0+" "+Fc.toLowerCase(),pH="Konqueror",X6="(\\d+(\\.\\d+)?)",fH=new RegExp("Version/"+X6),Gn1=new RegExp(F7,"i"),Yn1=new RegExp(Ic+" \\w+","i"),Kn1=new RegExp(bc+" \\w+","i"),ZH=new RegExp(w7+"|PlayBook|BB10","i"),Xn1={"NT3.51":"NT 3.11","NT4.0":"NT 4.0","5.0":"2000",5.1:"XP",5.2:"XP","6.0":"Vista",6.1:"7",6.2:"8",6.3:"8.1",6.4:"10","10.0":"10"},Qn1=(a,t)=>t&&D2(t,WH0)||(function(n){return D2(n,Cc)&&!D2(n,wr)&&!D2(n,St)})(a),cg0=function(a,t){return t=t||"",D2(a," OPR/")&&D2(a,"Mini")?qn1:D2(a," OPR/")?uH:ZH.test(a)?w7:D2(a,"IE"+ma)||D2(a,"WPDesktop")?JH0:D2(a,KH0)?XH0:D2(a,hH)||D2(a,"Edg/")?eg0:D2(a,"FBIOS")?"Facebook "+ma:D2(a,"UCWEB")||D2(a,"UCBrowser")?"UC Browser":D2(a,"CriOS")?QH0:D2(a,"CrMo")||D2(a,wr)?wr:D2(a,St)&&D2(a,Cc)?tg0:D2(a,"FxiOS")?ag0:D2(a.toLowerCase(),pH.toLowerCase())?pH:Qn1(a,t)?D2(a,ma)?ng0:Cc:D2(a,y7)?y7:D2(a,"MSIE")||D2(a,"Trident/")?mH:D2(a,"Gecko")?y7:""},Jn1={[JH0]:[new RegExp("rv:"+X6)],[eg0]:[new RegExp(hH+"?\\/"+X6)],[wr]:[new RegExp("("+wr+"|CrMo)\\/"+X6)],[QH0]:[new RegExp("CriOS\\/"+X6)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+X6)],[Cc]:[fH],[ng0]:[fH],[uH]:[new RegExp("(Opera|OPR)\\/"+X6)],[y7]:[new RegExp(y7+"\\/"+X6)],[ag0]:[new RegExp("FxiOS\\/"+X6)],[pH]:[new RegExp("Konqueror[:/]?"+X6,"i")],[w7]:[new RegExp(w7+" "+X6),fH],[tg0]:[new RegExp("android\\s"+X6,"i")],[XH0]:[new RegExp(KH0+"\\/"+X6)],[mH]:[new RegExp("(rv:|MSIE )"+X6)],Mozilla:[new RegExp("rv:"+X6)]},el1=function(a,t){var n=cg0(a,t),l=Jn1[n];if(g1(l))return null;for(var o=0;o<l.length;o++){var i=l[o],s=a.match(i);if(s)return parseFloat(s[s.length-2])}return null},ig0=[[new RegExp(F7+"; "+F7+" (.*?)[);]","i"),a=>[F7,a&&a[1]||""]],[new RegExp(bc,"i"),[bc,""]],[new RegExp(Ic,"i"),[Ic,""]],[ZH,[w7,""]],[new RegExp(Sc,"i"),(a,t)=>{if(/Phone/.test(t)||/WPDesktop/.test(t))return[dH,""];if(new RegExp(ma).test(t)&&!/IEMobile\b/.test(t))return[Sc+" "+ma,""];var n=/Windows NT ([0-9.]+)/i.exec(t);if(n&&n[1]){var l=n[1],o=Xn1[l]||"";return/arm/i.test(t)&&(o="RT"),[Sc,o]}return[Sc,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,a=>{if(a&&a[3]){var t=[a[3],a[4],a[5]||"0"];return[Du,t.join(".")]}return[Du,""]}],[/(watch.*\/(\d+\.\d+\.\d+)|watch os,(\d+\.\d+),)/i,a=>{var t="";return a&&a.length>=3&&(t=g1(a[2])?a[3]:a[2]),["watchOS",t]}],[new RegExp("("+St+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+St+")","i"),a=>{if(a&&a[2]){var t=[a[2],a[3],a[4]||"0"];return[St,t.join(".")]}return[St,""]}],[/Mac OS X (\d+)[_.](\d+)[_.]?(\d+)?/i,a=>{var t=["Mac OS X",""];if(a&&a[1]){var n=[a[1],a[2],a[3]||"0"];t[1]=n.join(".")}return t}],[/Mac/i,["Mac OS X",""]],[/CrOS/,[jn1,""]],[/Linux|debian/i,["Linux",""]]],sg0=function(a){return Kn1.test(a)?bc:Yn1.test(a)?Ic:Gn1.test(a)?F7:new RegExp(AH,"i").test(a)?AH:new RegExp("("+dH+"|WPDesktop)","i").test(a)?dH:/iPad/.test(a)?qH0:/iPod/.test(a)?"iPod Touch":/iPhone/.test(a)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(a)?GH0:ZH.test(a)?w7:/(kobo)\s(ereader|touch)/i.test(a)?"Kobo":new RegExp(lg0,"i").test(a)?lg0:/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i.test(a)||/(kf[a-z]+)( bui|\)).+silk\//i.test(a)?"Kindle Fire":/(Android|ZTE)/i.test(a)?!new RegExp(ma).test(a)||/(9138B|TB782B|Nexus [97]|pixel c|HUAWEISHT|BTV|noble nook|smart ultra 6)/i.test(a)?/pixel[\daxl ]{1,6}/i.test(a)&&!/pixel c/i.test(a)||/(huaweimed-al00|tah-|APA|SM-G92|i980|zte|U304AA)/i.test(a)||/lmy47v/i.test(a)&&!/QTAQZ3/i.test(a)?St:jH0:St:new RegExp("(pda|"+ma+")","i").test(a)?Wn1:new RegExp(Fc,"i").test(a)&&!new RegExp(Fc+" pc","i").test(a)?og0:""},Pu="https?://(.*)",C7=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],al1=v7(["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid"],C7),Rc="<masked>",tl1=["li_fat_id"];function mg0(a,t,n){if(!M1)return{};var l,o=t?v7([],C7,n||[]):[],i=ug0(Lc(M1.URL,o,Rc),a),s=(l={},y8(tl1,(function(u){var A=It.q(u);l[u]=A||null})),l);return me(s,i)}function ug0(a,t){var n=al1.concat(t||[]),l={};return y8(n,(function(o){var i=Ru(a,o);l[o]=i||null})),l}function hg0(a){var t=(function(i){return i?i.search(Pu+"google.([^/?]*)")===0?"google":i.search(Pu+"bing.com")===0?"bing":i.search(Pu+"yahoo.com")===0?"yahoo":i.search(Pu+"duckduckgo.com")===0?"duckduckgo":null:null})(a),n=t!="yahoo"?"q":"p",l={};if(!T3(t)){l.$search_engine=t;var o=M1?Ru(M1.referrer,n):"";o.length&&(l.ph_keyword=o)}return l}function dg0(){return navigator.language||navigator.userLanguage}function Ag0(){return(M1==null?void 0:M1.referrer)||"$direct"}function pg0(a,t){var n=a?v7([],C7,t||[]):[],l=A4==null?void 0:A4.href.substring(0,1e3);return{r:Ag0().substring(0,1e3),u:l?Lc(l,n,Rc):void 0}}function fg0(a){var t,{r:n,u:l}=a,o={$referrer:n,$referring_domain:n==null?void 0:n=="$direct"?"$direct":(t=Su(n))==null?void 0:t.host};if(l){o.$current_url=l;var i=Su(l);o.$host=i==null?void 0:i.host,o.$pathname=i==null?void 0:i.pathname;var s=ug0(l);me(o,s)}if(n){var u=hg0(n);me(o,u)}return o}function Zg0(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch{return}}function nl1(){try{return new Date().getTimezoneOffset()}catch{return}}function ll1(a,t){if(!p4)return{};var n,l,o,i=a?v7([],C7,t||[]):[],[s,u]=(function(A){for(var p=0;p<ig0.length;p++){var[g,V]=ig0[p],v=g.exec(A),L=v&&(zn(V)?V(v,A):V);if(L)return L}return["",""]})(p4);return me(qZ({$os:s,$os_version:u,$browser:cg0(p4,navigator.vendor),$device:sg0(p4),$device_type:(l=p4,o=sg0(l),o===qH0||o===jH0||o==="Kobo"||o==="Kindle Fire"||o===og0?Fc:o===bc||o===F7||o===Ic||o===AH?"Console":o===GH0?"Wearable":o?ma:"Desktop"),$timezone:Zg0(),$timezone_offset:nl1()}),{$current_url:Lc(A4==null?void 0:A4.href,i,Rc),$host:A4==null?void 0:A4.host,$pathname:A4==null?void 0:A4.pathname,$raw_user_agent:p4.length>1e3?p4.substring(0,997)+"...":p4,$browser_version:el1(p4,navigator.vendor),$browser_language:dg0(),$browser_language_prefix:(n=dg0(),typeof n=="string"?n.split("-")[0]:void 0),$screen_height:$0==null?void 0:$0.screen.height,$screen_width:$0==null?void 0:$0.screen.width,$viewport_height:$0==null?void 0:$0.innerHeight,$viewport_width:$0==null?void 0:$0.innerWidth,$lib:"web",$lib_version:x3.LIB_VERSION,$insert_id:Math.random().toString(36).substring(2,10)+Math.random().toString(36).substring(2,10),$time:Date.now()/1e3})}var Kn=Ge("[Web Vitals]"),Hg0=9e5;class rl1{constructor(t){var n;this.$t=!1,this.P=!1,this.N={url:void 0,metrics:[],firstMetricTimestamp:void 0},this.Et=()=>{clearTimeout(this.kt),this.N.metrics.length!==0&&(this._instance.capture("$web_vitals",this.N.metrics.reduce(((l,o)=>$1({},l,{["$web_vitals_"+o.name+"_event"]:$1({},o),["$web_vitals_"+o.name+"_value"]:o.value})),{})),this.N={url:void 0,metrics:[],firstMetricTimestamp:void 0})},this.Pt=l=>{var o,i=(o=this._instance.sessionManager)==null?void 0:o.checkAndGetSessionAndWindowId(!0);if(g1(i))Kn.error("Could not read session ID. Dropping metrics!");else{this.N=this.N||{url:void 0,metrics:[],firstMetricTimestamp:void 0};var s=this.Tt();g1(s)||($8(l==null?void 0:l.name)||$8(l==null?void 0:l.value)?Kn.error("Invalid metric received",l):this.Rt&&l.value>=this.Rt?Kn.error("Ignoring metric with value >= "+this.Rt,l):(this.N.url!==s&&(this.Et(),this.kt=setTimeout(this.Et,this.flushToCaptureTimeoutMs)),g1(this.N.url)&&(this.N.url=s),this.N.firstMetricTimestamp=g1(this.N.firstMetricTimestamp)?Date.now():this.N.firstMetricTimestamp,l.attribution&&l.attribution.interactionTargetElement&&(l.attribution.interactionTargetElement=void 0),this.N.metrics.push($1({},l,{$current_url:s,$session_id:i.sessionId,$window_id:i.windowId,timestamp:Date.now()})),this.N.metrics.length===this.allowedMetrics.length&&this.Et()))}},this.rt=()=>{var l,o,i,s,u=u2.__PosthogExtensions__;g1(u)||g1(u.postHogWebVitalsCallbacks)||({onLCP:l,onCLS:o,onFCP:i,onINP:s}=u.postHogWebVitalsCallbacks),l&&o&&i&&s?(this.allowedMetrics.indexOf("LCP")>-1&&l(this.Pt.bind(this)),this.allowedMetrics.indexOf("CLS")>-1&&o(this.Pt.bind(this)),this.allowedMetrics.indexOf("FCP")>-1&&i(this.Pt.bind(this)),this.allowedMetrics.indexOf("INP")>-1&&s(this.Pt.bind(this)),this.P=!0):Kn.error("web vitals callbacks not loaded - not starting")},this._instance=t,this.$t=!((n=this._instance.persistence)==null||!n.props[dH0]),this.startIfEnabled()}get allowedMetrics(){var t,n,l=w6(this._instance.config.capture_performance)?(t=this._instance.config.capture_performance)==null?void 0:t.web_vitals_allowed_metrics:void 0;return g1(l)?((n=this._instance.persistence)==null?void 0:n.props[pH0])||["CLS","FCP","INP","LCP"]:l}get flushToCaptureTimeoutMs(){return(w6(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals_delayed_flush_ms:void 0)||5e3}get Rt(){var t=w6(this._instance.config.capture_performance)&&Ct(this._instance.config.capture_performance.__web_vitals_max_value)?this._instance.config.capture_performance.__web_vitals_max_value:Hg0;return 0<t&&t<=6e4?Hg0:t}get isEnabled(){var t=A4==null?void 0:A4.protocol;if(t!=="http:"&&t!=="https:")return Kn.info("Web Vitals are disabled on non-http/https protocols"),!1;var n=w6(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals:jn(this._instance.config.capture_performance)?this._instance.config.capture_performance:void 0;return jn(n)?n:this.$t}startIfEnabled(){this.isEnabled&&!this.P&&(Kn.info("enabled, starting..."),this.it(this.rt))}onRemoteConfig(t){var n=w6(t.capturePerformance)&&!!t.capturePerformance.web_vitals,l=w6(t.capturePerformance)?t.capturePerformance.web_vitals_allowed_metrics:void 0;this._instance.persistence&&(this._instance.persistence.register({[dH0]:n}),this._instance.persistence.register({[pH0]:l})),this.$t=n,this.startIfEnabled()}it(t){var n,l;(n=u2.__PosthogExtensions__)!=null&&n.postHogWebVitalsCallbacks&&t(),(l=u2.__PosthogExtensions__)==null||l.loadExternalDependency==null||l.loadExternalDependency(this._instance,"web-vitals",(o=>{o?Kn.error("failed to load script",o):t()}))}Tt(){var t=$0?$0.location.href:void 0;if(t){var n=this._instance.config.mask_personal_data_properties,l=this._instance.config.custom_personal_data_properties,o=n?v7([],C7,l||[]):[];return Lc(t,o,Rc)}Kn.error("Could not determine current URL")}}var ol1=Ge("[Heatmaps]");function gg0(a){return w6(a)&&"clientX"in a&&"clientY"in a&&Ct(a.clientX)&&Ct(a.clientY)}class cl1{constructor(t){var n;this.rageclicks=new TH0,this.$t=!1,this.P=!1,this.It=null,this.instance=t,this.$t=!((n=this.instance.persistence)==null||!n.props[WZ])}get flushIntervalMilliseconds(){var t=5e3;return w6(this.instance.config.capture_heatmaps)&&this.instance.config.capture_heatmaps.flush_interval_milliseconds&&(t=this.instance.config.capture_heatmaps.flush_interval_milliseconds),t}get isEnabled(){return g1(this.instance.config.capture_heatmaps)?g1(this.instance.config.enable_heatmaps)?this.$t:this.instance.config.enable_heatmaps:this.instance.config.capture_heatmaps!==!1}startIfEnabled(){if(this.isEnabled){if(this.P)return;ol1.info("starting..."),this.Ct(),this.Ot()}else{var t;clearInterval((t=this.It)!==null&&t!==void 0?t:void 0),this.Ft(),this.getAndClearBuffer()}}onRemoteConfig(t){var n=!!t.heatmaps;this.instance.persistence&&this.instance.persistence.register({[WZ]:n}),this.$t=n,this.startIfEnabled()}getAndClearBuffer(){var t=this.N;return this.N=void 0,t}Mt(t){this.At(t.originalEvent,"deadclick")}Ot(){this.It&&clearInterval(this.It),this.It=(function(t){return(t==null?void 0:t.visibilityState)==="visible"})(M1)?setInterval(this.Dt.bind(this),this.flushIntervalMilliseconds):null}Ct(){$0&&M1&&(this.jt=this.Dt.bind(this),ge($0,"beforeunload",this.jt),this.Lt=t=>this.At(t||($0==null?void 0:$0.event)),ge(M1,"click",this.Lt,{capture:!0}),this.Nt=t=>this.Ut(t||($0==null?void 0:$0.event)),ge(M1,"mousemove",this.Nt,{capture:!0}),this.zt=new PH0(this.instance,Nn1,this.Mt.bind(this)),this.zt.startIfEnabled(),this.Ht=this.Ot.bind(this),ge(M1,"visibilitychange",this.Ht),this.P=!0)}Ft(){var t;$0&&M1&&(this.jt&&$0.removeEventListener("beforeunload",this.jt),this.Lt&&M1.removeEventListener("click",this.Lt,{capture:!0}),this.Nt&&M1.removeEventListener("mousemove",this.Nt,{capture:!0}),this.Ht&&M1.removeEventListener("visibilitychange",this.Ht),clearTimeout(this.Bt),(t=this.zt)==null||t.stop(),this.P=!1)}qt(t,n){var l=this.instance.scrollManager.scrollY(),o=this.instance.scrollManager.scrollX(),i=this.instance.scrollManager.scrollElement(),s=(function(u,A,p){for(var g=u;g&&Cu(g)&&!Wn(g,"body");){if(g===p)return!1;if(D2(A,$0==null?void 0:$0.getComputedStyle(g).position))return!0;g=wH0(g)}return!1})(vH0(t),["fixed","sticky"],i);return{x:t.clientX+(s?0:o),y:t.clientY+(s?0:l),target_fixed:s,type:n}}At(t,n){var l;if(n===void 0&&(n="click"),!HH0(t.target)&&gg0(t)){var o=this.qt(t,n);(l=this.rageclicks)!=null&&l.isRageClick(t.clientX,t.clientY,new Date().getTime())&&this.Wt($1({},o,{type:"rageclick"})),this.Wt(o)}}Ut(t){!HH0(t.target)&&gg0(t)&&(clearTimeout(this.Bt),this.Bt=setTimeout((()=>{this.Wt(this.qt(t,"mousemove"))}),500))}Wt(t){if($0){var n=$0.location.href,l=this.instance.config.mask_personal_data_properties,o=this.instance.config.custom_personal_data_properties,i=l?v7([],C7,o||[]):[],s=Lc(n,i,Rc);this.N=this.N||{},this.N[s]||(this.N[s]=[]),this.N[s].push(t)}}Dt(){this.N&&!V7(this.N)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}}class il1{constructor(t){this._instance=t}doPageView(t,n){var l,o=this.Gt(t,n);return this.Vt={pathname:(l=$0==null?void 0:$0.location.pathname)!==null&&l!==void 0?l:"",pageViewId:n,timestamp:t},this._instance.scrollManager.resetContext(),o}doPageLeave(t){var n;return this.Gt(t,(n=this.Vt)==null?void 0:n.pageViewId)}doEvent(){var t;return{$pageview_id:(t=this.Vt)==null?void 0:t.pageViewId}}Gt(t,n){var l=this.Vt;if(!l)return{$pageview_id:n};var o={$pageview_id:n,$prev_pageview_id:l.pageViewId},i=this._instance.scrollManager.getContext();if(i&&!this._instance.config.disable_scroll_properties){var{maxScrollHeight:s,lastScrollY:u,maxScrollY:A,maxContentHeight:p,lastContentY:g,maxContentY:V}=i;if(!(g1(s)||g1(u)||g1(A)||g1(p)||g1(g)||g1(V))){s=Math.ceil(s),u=Math.ceil(u),A=Math.ceil(A),p=Math.ceil(p),g=Math.ceil(g),V=Math.ceil(V);var v=s<=1?1:bt(u/s,0,1,I1),L=s<=1?1:bt(A/s,0,1,I1),C=p<=1?1:bt(g/p,0,1,I1),I=p<=1?1:bt(V/p,0,1,I1);o=me(o,{$prev_pageview_last_scroll:u,$prev_pageview_last_scroll_percentage:v,$prev_pageview_max_scroll:A,$prev_pageview_max_scroll_percentage:L,$prev_pageview_last_content:g,$prev_pageview_last_content_percentage:C,$prev_pageview_max_content:V,$prev_pageview_max_content_percentage:I})}}return l.pathname&&(o.$prev_pageview_pathname=l.pathname),l.timestamp&&(o.$prev_pageview_duration=(t.getTime()-l.timestamp.getTime())/1e3),o}}var ua=Uint8Array,f4=Uint16Array,b7=Uint32Array,HH=new ua([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),gH=new ua([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Eg0=new ua([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Vg0=function(a,t){for(var n=new f4(31),l=0;l<31;++l)n[l]=t+=1<<a[l-1];var o=new b7(n[30]);for(l=1;l<30;++l)for(var i=n[l];i<n[l+1];++i)o[i]=i-n[l]<<5|l;return[n,o]},Mg0=Vg0(HH,2),sl1=Mg0[0],EH=Mg0[1];sl1[28]=258,EH[258]=28;for(var vg0=Vg0(gH,0)[1],Lg0=new f4(32768),k8=0;k8<32768;++k8){var yr=(43690&k8)>>>1|(21845&k8)<<1;yr=(61680&(yr=(52428&yr)>>>2|(13107&yr)<<2))>>>4|(3855&yr)<<4,Lg0[k8]=((65280&yr)>>>8|(255&yr)<<8)>>>1}var xc=function(a,t,n){for(var l=a.length,o=0,i=new f4(t);o<l;++o)++i[a[o]-1];var s,u=new f4(t);for(o=0;o<t;++o)u[o]=u[o-1]+i[o-1]<<1;for(s=new f4(l),o=0;o<l;++o)s[o]=Lg0[u[a[o]-1]++]>>>15-a[o];return s},Fr=new ua(288);for(k8=0;k8<144;++k8)Fr[k8]=8;for(k8=144;k8<256;++k8)Fr[k8]=9;for(k8=256;k8<280;++k8)Fr[k8]=7;for(k8=280;k8<288;++k8)Fr[k8]=8;var Ou=new ua(32);for(k8=0;k8<32;++k8)Ou[k8]=5;var ml1=xc(Fr,9),ul1=xc(Ou,5),wg0=function(a){return(a/8>>0)+(7&a&&1)},yg0=function(a,t,n){(n==null||n>a.length)&&(n=a.length);var l=new(a instanceof f4?f4:a instanceof b7?b7:ua)(n-t);return l.set(a.subarray(t,n)),l},D3=function(a,t,n){n<<=7&t;var l=t/8>>0;a[l]|=n,a[l+1]|=n>>>8},Tc=function(a,t,n){n<<=7&t;var l=t/8>>0;a[l]|=n,a[l+1]|=n>>>8,a[l+2]|=n>>>16},VH=function(a,t){for(var n=[],l=0;l<a.length;++l)a[l]&&n.push({s:l,f:a[l]});var o=n.length,i=n.slice();if(!o)return[new ua(0),0];if(o==1){var s=new ua(n[0].s+1);return s[n[0].s]=1,[s,1]}n.sort((function(Y,q){return Y.f-q.f})),n.push({s:-1,f:25001});var u=n[0],A=n[1],p=0,g=1,V=2;for(n[0]={s:-1,f:u.f+A.f,l:u,r:A};g!=o-1;)u=n[n[p].f<n[V].f?p++:V++],A=n[p!=g&&n[p].f<n[V].f?p++:V++],n[g++]={s:-1,f:u.f+A.f,l:u,r:A};var v=i[0].s;for(l=1;l<o;++l)i[l].s>v&&(v=i[l].s);var L=new f4(v+1),C=MH(n[g-1],L,0);if(C>t){l=0;var I=0,x=C-t,N=1<<x;for(i.sort((function(Y,q){return L[q.s]-L[Y.s]||Y.f-q.f}));l<o;++l){var O=i[l].s;if(!(L[O]>t))break;I+=N-(1<<C-L[O]),L[O]=t}for(I>>>=x;I>0;){var B=i[l].s;L[B]<t?I-=1<<t-L[B]++-1:++l}for(;l>=0&&I;--l){var j=i[l].s;L[j]==t&&(--L[j],++I)}C=t}return[new ua(L),C]},MH=function(a,t,n){return a.s==-1?Math.max(MH(a.l,t,n+1),MH(a.r,t,n+1)):t[a.s]=n},Fg0=function(a){for(var t=a.length;t&&!a[--t];);for(var n=new f4(++t),l=0,o=a[0],i=1,s=function(A){n[l++]=A},u=1;u<=t;++u)if(a[u]==o&&u!=t)++i;else{if(!o&&i>2){for(;i>138;i-=138)s(32754);i>2&&(s(i>10?i-11<<5|28690:i-3<<5|12305),i=0)}else if(i>3){for(s(o),--i;i>6;i-=6)s(8304);i>2&&(s(i-3<<5|8208),i=0)}for(;i--;)s(o);i=1,o=a[u]}return[n.subarray(0,l),t]},Nc=function(a,t){for(var n=0,l=0;l<t.length;++l)n+=a[l]*t[l];return n},vH=function(a,t,n){var l=n.length,o=wg0(t+2);a[o]=255&l,a[o+1]=l>>>8,a[o+2]=255^a[o],a[o+3]=255^a[o+1];for(var i=0;i<l;++i)a[o+i+4]=n[i];return 8*(o+4+l)},Cg0=function(a,t,n,l,o,i,s,u,A,p,g){D3(t,g++,n),++o[256];for(var V=VH(o,15),v=V[0],L=V[1],C=VH(i,15),I=C[0],x=C[1],N=Fg0(v),O=N[0],B=N[1],j=Fg0(I),Y=j[0],q=j[1],G=new f4(19),J=0;J<O.length;++J)G[31&O[J]]++;for(J=0;J<Y.length;++J)G[31&Y[J]]++;for(var f0=VH(G,7),Q=f0[0],Z0=f0[1],c0=19;c0>4&&!Q[Eg0[c0-1]];--c0);var l0,a0,E0,T0,y0=p+5<<3,m0=Nc(o,Fr)+Nc(i,Ou)+s,g0=Nc(o,v)+Nc(i,I)+s+14+3*c0+Nc(G,Q)+(2*G[16]+3*G[17]+7*G[18]);if(y0<=m0&&y0<=g0)return vH(t,g,a.subarray(A,A+p));if(D3(t,g,1+(g0<m0)),g+=2,g0<m0){l0=xc(v,L),a0=v,E0=xc(I,x),T0=I;var $=xc(Q,Z0);for(D3(t,g,B-257),D3(t,g+5,q-1),D3(t,g+10,c0-4),g+=14,J=0;J<c0;++J)D3(t,g+3*J,Q[Eg0[J]]);g+=3*c0;for(var _=[O,Y],i0=0;i0<2;++i0){var z=_[i0];for(J=0;J<z.length;++J){var R0=31&z[J];D3(t,g,$[R0]),g+=Q[R0],R0>15&&(D3(t,g,z[J]>>>5&127),g+=z[J]>>>12)}}}else l0=ml1,a0=Fr,E0=ul1,T0=Ou;for(J=0;J<u;++J)if(l[J]>255){R0=l[J]>>>18&31,Tc(t,g,l0[R0+257]),g+=a0[R0+257],R0>7&&(D3(t,g,l[J]>>>23&31),g+=HH[R0]);var B0=31&l[J];Tc(t,g,E0[B0]),g+=T0[B0],B0>3&&(Tc(t,g,l[J]>>>5&8191),g+=gH[B0])}else Tc(t,g,l0[l[J]]),g+=a0[l[J]];return Tc(t,g,l0[256]),g+a0[256]},hl1=new b7([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),dl1=(function(){for(var a=new b7(256),t=0;t<256;++t){for(var n=t,l=9;--l;)n=(1&n&&3988292384)^n>>>1;a[t]=n}return a})(),Al1=function(a,t,n,l,o){return(function(i,s,u,A,p,g){var V=i.length,v=new ua(A+V+5*(1+Math.floor(V/7e3))+p),L=v.subarray(A,v.length-p),C=0;if(!s||V<8)for(var I=0;I<=V;I+=65535){var x=I+65535;x<V?C=vH(L,C,i.subarray(I,x)):(L[I]=g,C=vH(L,C,i.subarray(I,V)))}else{for(var N=hl1[s-1],O=N>>>13,B=8191&N,j=(1<<u)-1,Y=new f4(32768),q=new f4(j+1),G=Math.ceil(u/3),J=2*G,f0=function(a2){return(i[a2]^i[a2+1]<<G^i[a2+2]<<J)&j},Q=new b7(25e3),Z0=new f4(288),c0=new f4(32),l0=0,a0=0,E0=(I=0,0),T0=0,y0=0;I<V;++I){var m0=f0(I),g0=32767&I,$=q[m0];if(Y[g0]=$,q[m0]=g0,T0<=I){var _=V-I;if((l0>7e3||E0>24576)&&_>423){C=Cg0(i,L,0,Q,Z0,c0,a0,E0,y0,I-y0,C),E0=l0=a0=0,y0=I;for(var i0=0;i0<286;++i0)Z0[i0]=0;for(i0=0;i0<30;++i0)c0[i0]=0}var z=2,R0=0,B0=B,U0=g0-$&32767;if(_>2&&m0==f0(I-U0))for(var P0=Math.min(O,_)-1,W0=Math.min(32767,I),i1=Math.min(258,_);U0<=W0&&--B0&&g0!=$;){if(i[I+z]==i[I+z-U0]){for(var u1=0;u1<i1&&i[I+u1]==i[I+u1-U0];++u1);if(u1>z){if(z=u1,R0=U0,u1>P0)break;var v1=Math.min(U0,u1-2),_1=0;for(i0=0;i0<v1;++i0){var W1=I-U0+i0+32768&32767,G0=W1-Y[W1]+32768&32767;G0>_1&&(_1=G0,$=W1)}}}U0+=(g0=$)-($=Y[g0])+32768&32767}if(R0){Q[E0++]=268435456|EH[z]<<18|vg0[R0];var r2=31&EH[z],o2=31&vg0[R0];a0+=HH[r2]+gH[o2],++Z0[257+r2],++c0[o2],T0=I+z,++l0}else Q[E0++]=i[I],++Z0[i[I]]}}C=Cg0(i,L,g,Q,Z0,c0,a0,E0,y0,I-y0,C)}return yg0(v,0,A+wg0(C)+p)})(a,t.level==null?6:t.level,t.mem==null?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(a.length)))):12+t.mem,n,l,!0)},LH=function(a,t,n){for(;n;++t)a[t]=n,n>>>=8};function pl1(a,t){t===void 0&&(t={});var n=(function(){var u=4294967295;return{p:function(A){for(var p=u,g=0;g<A.length;++g)p=dl1[255&p^A[g]]^p>>>8;u=p},d:function(){return 4294967295^u}}})(),l=a.length;n.p(a);var o,i=Al1(a,t,10+((o=t).filename&&o.filename.length+1||0),8),s=i.length;return(function(u,A){var p=A.filename;if(u[0]=31,u[1]=139,u[2]=8,u[8]=A.level<2?4:A.level==9?2:0,u[9]=3,A.mtime!=0&&LH(u,4,Math.floor(new Date(A.mtime||Date.now())/1e3)),p){u[3]=8;for(var g=0;g<=p.length;++g)u[g+10]=p.charCodeAt(g)}})(i,t),LH(i,s-8,n.d()),LH(i,s-4,l),i}var fl1=function(a){var t,n,l,o,i="";for(t=n=0,l=(a=(a+"").replace(/\r\n/g,`
244
244
  `).replace(/\r/g,`