@syntrologie/runtime-sdk 2.1.0-canary.6 → 2.1.0-canary.8

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.
Files changed (120) hide show
  1. package/dist/RuntimeProvider.d.ts +1 -1
  2. package/dist/RuntimeProvider.js.map +1 -1
  3. package/dist/SmartCanvasApp.d.ts +4 -4
  4. package/dist/SmartCanvasApp.js +2 -2
  5. package/dist/SmartCanvasApp.js.map +1 -1
  6. package/dist/SmartCanvasElement.d.ts +2 -2
  7. package/dist/SmartCanvasElement.js +1 -1
  8. package/dist/SmartCanvasElement.js.map +1 -1
  9. package/dist/SmartCanvasPortal.js.map +1 -1
  10. package/dist/actions/ActionEngine.js +2 -4
  11. package/dist/actions/ActionEngine.js.map +1 -1
  12. package/dist/actions/executors/index.d.ts +1 -1
  13. package/dist/actions/executors/index.js +1 -1
  14. package/dist/actions/executors/index.js.map +1 -1
  15. package/dist/actions/executors/tour.js +1 -1
  16. package/dist/actions/executors/tour.js.map +1 -1
  17. package/dist/actions/validation.js +1 -1
  18. package/dist/actions/validation.js.map +1 -1
  19. package/dist/adaptives/adaptive-chatbot/index.js.map +2 -2
  20. package/dist/adaptives/faq/index.js.map +2 -2
  21. package/dist/adaptives/nav/index.js.map +2 -2
  22. package/dist/api.d.ts +4 -4
  23. package/dist/api.js +4 -7
  24. package/dist/api.js.map +1 -1
  25. package/dist/apps/AppContext.js +3 -5
  26. package/dist/apps/AppContext.js.map +1 -1
  27. package/dist/apps/AppLoader.d.ts +1 -1
  28. package/dist/apps/AppRegistry.js.map +1 -1
  29. package/dist/apps/examples/gamification-app.example.d.ts +8 -8
  30. package/dist/apps/examples/gamification-app.example.js.map +1 -1
  31. package/dist/apps/types.d.ts +1 -1
  32. package/dist/blocks/data/ComparisonBlock.js.map +1 -1
  33. package/dist/blocks/data/StatsBlock.js +2 -4
  34. package/dist/blocks/data/StatsBlock.js.map +1 -1
  35. package/dist/blocks/index.d.ts +2 -2
  36. package/dist/blocks/index.js +3 -4
  37. package/dist/blocks/index.js.map +1 -1
  38. package/dist/blocks/interactive/ChecklistBlock.js.map +1 -1
  39. package/dist/blocks/interactive/RatingBlock.js.map +1 -1
  40. package/dist/blocks/notification/NotificationBlock.js +1 -1
  41. package/dist/blocks/notification/NotificationBlock.js.map +1 -1
  42. package/dist/bootstrap.d.ts +3 -3
  43. package/dist/bootstrap.js +10 -9
  44. package/dist/bootstrap.js.map +1 -1
  45. package/dist/components/ShadowCanvasOverlay.d.ts +2 -2
  46. package/dist/components/ShadowCanvasOverlay.js +2 -2
  47. package/dist/components/ShadowCanvasOverlay.js.map +1 -1
  48. package/dist/components/TileCard.d.ts +2 -2
  49. package/dist/components/TileCard.js +1 -1
  50. package/dist/components/TileCard.js.map +1 -1
  51. package/dist/components/TileWheel.d.ts +1 -1
  52. package/dist/components/TileWheel.js.map +1 -1
  53. package/dist/configFetcher.d.ts +1 -1
  54. package/dist/configFetcher.js +36 -38
  55. package/dist/configFetcher.js.map +1 -1
  56. package/dist/context/ContextManager.d.ts +1 -1
  57. package/dist/context/ContextManager.js +1 -1
  58. package/dist/context/ContextManager.js.map +1 -1
  59. package/dist/context/schema.d.ts +8 -8
  60. package/dist/decisions/engine.d.ts +2 -2
  61. package/dist/decisions/engine.js.map +1 -1
  62. package/dist/decisions/schema.d.ts +34 -34
  63. package/dist/editorLoader.js +2 -2
  64. package/dist/editorLoader.js.map +1 -1
  65. package/dist/events/normalizers/canvas.d.ts +1 -1
  66. package/dist/events/normalizers/canvas.js.map +1 -1
  67. package/dist/events/schema.d.ts +4 -4
  68. package/dist/experiments/adapters/growthbook.d.ts +1 -1
  69. package/dist/experiments/adapters/growthbook.js +1 -1
  70. package/dist/experiments/adapters/growthbook.js.map +1 -1
  71. package/dist/fetchers/cdnFetcher.js.map +1 -1
  72. package/dist/fetchers/experimentsFetcher.d.ts +1 -1
  73. package/dist/fetchers/experimentsFetcher.js.map +1 -1
  74. package/dist/hooks/useCanvasOverlays.d.ts +1 -1
  75. package/dist/hooks/useCanvasOverlays.js +2 -2
  76. package/dist/hooks/useCanvasOverlays.js.map +1 -1
  77. package/dist/hooks/useHostPatches.js.map +1 -1
  78. package/dist/hooks/useShadowCanvasConfig.d.ts +1 -1
  79. package/dist/hooks/useShadowCanvasConfig.js.map +1 -1
  80. package/dist/hostPatcher/core/patcher.js.map +1 -1
  81. package/dist/hostPatcher/policy/defaultPolicy.js.map +1 -1
  82. package/dist/overlays/fetcher.d.ts +1 -1
  83. package/dist/overlays/fetcher.js +12 -14
  84. package/dist/overlays/fetcher.js.map +1 -1
  85. package/dist/overlays/runtime/overlay/runner.js +16 -3
  86. package/dist/overlays/runtime/overlay/runner.js.map +1 -1
  87. package/dist/overlays/runtime/overlay/tooltip.js +3 -5
  88. package/dist/overlays/runtime/overlay/tooltip.js.map +1 -1
  89. package/dist/react.d.ts +1 -1
  90. package/dist/react.js.map +1 -1
  91. package/dist/render/RenderContext.js.map +1 -1
  92. package/dist/runtime.d.ts +6 -6
  93. package/dist/runtime.js +19 -4
  94. package/dist/runtime.js.map +1 -1
  95. package/dist/smart-canvas.esm.js +16 -16
  96. package/dist/smart-canvas.esm.js.map +4 -4
  97. package/dist/smart-canvas.js +1007 -1018
  98. package/dist/smart-canvas.js.map +4 -4
  99. package/dist/smart-canvas.min.js +16 -16
  100. package/dist/smart-canvas.min.js.map +4 -4
  101. package/dist/state/StateStore.d.ts +0 -6
  102. package/dist/state/StateStore.js +7 -1
  103. package/dist/state/StateStore.js.map +1 -1
  104. package/dist/surfaces/Surfaces.js +1 -1
  105. package/dist/surfaces/Surfaces.js.map +1 -1
  106. package/dist/surfaces/positioning.js.map +1 -1
  107. package/dist/telemetry/adapters/posthog.js +1 -1
  108. package/dist/telemetry/adapters/posthog.js.map +1 -1
  109. package/dist/telemetry/registry.d.ts +0 -7
  110. package/dist/telemetry/registry.js +1 -1
  111. package/dist/telemetry/registry.js.map +1 -1
  112. package/dist/theme/ThemeProvider.js.map +1 -1
  113. package/dist/theme/extractHostTheme.js +1 -1
  114. package/dist/theme/extractHostTheme.js.map +1 -1
  115. package/dist/types.d.ts +1 -1
  116. package/dist/types.js +0 -1
  117. package/dist/types.js.map +1 -1
  118. package/dist/version.d.ts +1 -1
  119. package/dist/version.js +1 -1
  120. package/package.json +3 -3
@@ -1,14 +1,14 @@
1
- var bk=Object.create;var Za=Object.defineProperty;var kk=Object.getOwnPropertyDescriptor;var Ck=Object.getOwnPropertyNames;var Ek=Object.getPrototypeOf,Ak=Object.prototype.hasOwnProperty;var $m=t=>{throw TypeError(t)};var Tk=(t,e,n)=>e in t?Za(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Tn=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Rk=(t,e)=>{for(var n in e)Za(t,n,{get:e[n],enumerable:!0})},Ik=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ck(e))!Ak.call(t,i)&&i!==n&&Za(t,i,{get:()=>e[i],enumerable:!(r=kk(e,i))||r.enumerable});return t};var ee=(t,e,n)=>(n=t!=null?bk(Ek(t)):{},Ik(e||!t||!t.__esModule?Za(n,"default",{value:t,enumerable:!0}):n,t));var j=(t,e,n)=>Tk(t,typeof e!="symbol"?e+"":e,n),Dm=(t,e,n)=>e.has(t)||$m("Cannot "+n);var xe=(t,e,n)=>(Dm(t,e,"read from private field"),n?n.call(t):e.get(t)),ar=(t,e,n)=>e.has(t)?$m("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),dn=(t,e,n,r)=>(Dm(t,e,"write to private field"),r?r.call(t,n):e.set(t,n),n);var F_=Tn(ne=>{"use strict";var Vs=Symbol.for("react.element"),dE=Symbol.for("react.portal"),fE=Symbol.for("react.fragment"),pE=Symbol.for("react.strict_mode"),hE=Symbol.for("react.profiler"),gE=Symbol.for("react.provider"),mE=Symbol.for("react.context"),vE=Symbol.for("react.forward_ref"),yE=Symbol.for("react.suspense"),_E=Symbol.for("react.memo"),wE=Symbol.for("react.lazy"),C_=Symbol.iterator;function xE(t){return t===null||typeof t!="object"?null:(t=C_&&t[C_]||t["@@iterator"],typeof t=="function"?t:null)}var T_={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},R_=Object.assign,I_={};function fo(t,e,n){this.props=t,this.context=e,this.refs=I_,this.updater=n||T_}fo.prototype.isReactComponent={};fo.prototype.setState=function(t,e){if(typeof t!="object"&&typeof t!="function"&&t!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,t,e,"setState")};fo.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this,t,"forceUpdate")};function P_(){}P_.prototype=fo.prototype;function ap(t,e,n){this.props=t,this.context=e,this.refs=I_,this.updater=n||T_}var lp=ap.prototype=new P_;lp.constructor=ap;R_(lp,fo.prototype);lp.isPureReactComponent=!0;var E_=Array.isArray,N_=Object.prototype.hasOwnProperty,up={current:null},O_={key:!0,ref:!0,__self:!0,__source:!0};function L_(t,e,n){var r,i={},o=null,s=null;if(e!=null)for(r in e.ref!==void 0&&(s=e.ref),e.key!==void 0&&(o=""+e.key),e)N_.call(e,r)&&!O_.hasOwnProperty(r)&&(i[r]=e[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var l=Array(a),u=0;u<a;u++)l[u]=arguments[u+2];i.children=l}if(t&&t.defaultProps)for(r in a=t.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return{$$typeof:Vs,type:t,key:o,ref:s,props:i,_owner:up.current}}function SE(t,e){return{$$typeof:Vs,type:t.type,key:e,ref:t.ref,props:t.props,_owner:t._owner}}function cp(t){return typeof t=="object"&&t!==null&&t.$$typeof===Vs}function bE(t){var e={"=":"=0",":":"=2"};return"$"+t.replace(/[=:]/g,function(n){return e[n]})}var A_=/\/+/g;function sp(t,e){return typeof t=="object"&&t!==null&&t.key!=null?bE(""+t.key):e.toString(36)}function Gl(t,e,n,r,i){var o=typeof t;(o==="undefined"||o==="boolean")&&(t=null);var s=!1;if(t===null)s=!0;else switch(o){case"string":case"number":s=!0;break;case"object":switch(t.$$typeof){case Vs:case dE:s=!0}}if(s)return s=t,i=i(s),t=r===""?"."+sp(s,0):r,E_(i)?(n="",t!=null&&(n=t.replace(A_,"$&/")+"/"),Gl(i,e,n,"",function(u){return u})):i!=null&&(cp(i)&&(i=SE(i,n+(!i.key||s&&s.key===i.key?"":(""+i.key).replace(A_,"$&/")+"/")+t)),e.push(i)),1;if(s=0,r=r===""?".":r+":",E_(t))for(var a=0;a<t.length;a++){o=t[a];var l=r+sp(o,a);s+=Gl(o,e,n,l,i)}else if(l=xE(t),typeof l=="function")for(t=l.call(t),a=0;!(o=t.next()).done;)o=o.value,l=r+sp(o,a++),s+=Gl(o,e,n,l,i);else if(o==="object")throw e=String(t),Error("Objects are not valid as a React child (found: "+(e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead.");return s}function Kl(t,e,n){if(t==null)return t;var r=[],i=0;return Gl(t,r,"","",function(o){return e.call(n,o,i++)}),r}function kE(t){if(t._status===-1){var e=t._result;e=e(),e.then(function(n){(t._status===0||t._status===-1)&&(t._status=1,t._result=n)},function(n){(t._status===0||t._status===-1)&&(t._status=2,t._result=n)}),t._status===-1&&(t._status=0,t._result=e)}if(t._status===1)return t._result.default;throw t._result}var ot={current:null},Zl={transition:null},CE={ReactCurrentDispatcher:ot,ReactCurrentBatchConfig:Zl,ReactCurrentOwner:up};function M_(){throw Error("act(...) is not supported in production builds of React.")}ne.Children={map:Kl,forEach:function(t,e,n){Kl(t,function(){e.apply(this,arguments)},n)},count:function(t){var e=0;return Kl(t,function(){e++}),e},toArray:function(t){return Kl(t,function(e){return e})||[]},only:function(t){if(!cp(t))throw Error("React.Children.only expected to receive a single React element child.");return t}};ne.Component=fo;ne.Fragment=fE;ne.Profiler=hE;ne.PureComponent=ap;ne.StrictMode=pE;ne.Suspense=yE;ne.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=CE;ne.act=M_;ne.cloneElement=function(t,e,n){if(t==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+t+".");var r=R_({},t.props),i=t.key,o=t.ref,s=t._owner;if(e!=null){if(e.ref!==void 0&&(o=e.ref,s=up.current),e.key!==void 0&&(i=""+e.key),t.type&&t.type.defaultProps)var a=t.type.defaultProps;for(l in e)N_.call(e,l)&&!O_.hasOwnProperty(l)&&(r[l]=e[l]===void 0&&a!==void 0?a[l]:e[l])}var l=arguments.length-2;if(l===1)r.children=n;else if(1<l){a=Array(l);for(var u=0;u<l;u++)a[u]=arguments[u+2];r.children=a}return{$$typeof:Vs,type:t.type,key:i,ref:o,props:r,_owner:s}};ne.createContext=function(t){return t={$$typeof:mE,_currentValue:t,_currentValue2:t,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},t.Provider={$$typeof:gE,_context:t},t.Consumer=t};ne.createElement=L_;ne.createFactory=function(t){var e=L_.bind(null,t);return e.type=t,e};ne.createRef=function(){return{current:null}};ne.forwardRef=function(t){return{$$typeof:vE,render:t}};ne.isValidElement=cp;ne.lazy=function(t){return{$$typeof:wE,_payload:{_status:-1,_result:t},_init:kE}};ne.memo=function(t,e){return{$$typeof:_E,type:t,compare:e===void 0?null:e}};ne.startTransition=function(t){var e=Zl.transition;Zl.transition={};try{t()}finally{Zl.transition=e}};ne.unstable_act=M_;ne.useCallback=function(t,e){return ot.current.useCallback(t,e)};ne.useContext=function(t){return ot.current.useContext(t)};ne.useDebugValue=function(){};ne.useDeferredValue=function(t){return ot.current.useDeferredValue(t)};ne.useEffect=function(t,e){return ot.current.useEffect(t,e)};ne.useId=function(){return ot.current.useId()};ne.useImperativeHandle=function(t,e,n){return ot.current.useImperativeHandle(t,e,n)};ne.useInsertionEffect=function(t,e){return ot.current.useInsertionEffect(t,e)};ne.useLayoutEffect=function(t,e){return ot.current.useLayoutEffect(t,e)};ne.useMemo=function(t,e){return ot.current.useMemo(t,e)};ne.useReducer=function(t,e,n){return ot.current.useReducer(t,e,n)};ne.useRef=function(t){return ot.current.useRef(t)};ne.useState=function(t){return ot.current.useState(t)};ne.useSyncExternalStore=function(t,e,n){return ot.current.useSyncExternalStore(t,e,n)};ne.useTransition=function(){return ot.current.useTransition()};ne.version="18.3.1"});var Et=Tn((NN,$_)=>{"use strict";$_.exports=F_()});var z_=Tn(Xl=>{"use strict";var TE=Et(),RE=Symbol.for("react.element"),IE=Symbol.for("react.fragment"),PE=Object.prototype.hasOwnProperty,NE=TE.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,OE={key:!0,ref:!0,__self:!0,__source:!0};function B_(t,e,n){var r,i={},o=null,s=null;n!==void 0&&(o=""+n),e.key!==void 0&&(o=""+e.key),e.ref!==void 0&&(s=e.ref);for(r in e)PE.call(e,r)&&!OE.hasOwnProperty(r)&&(i[r]=e[r]);if(t&&t.defaultProps)for(r in e=t.defaultProps,e)i[r]===void 0&&(i[r]=e[r]);return{$$typeof:RE,type:t,key:o,ref:s,props:i,_owner:NE.current}}Xl.Fragment=IE;Xl.jsx=B_;Xl.jsxs=B_});var ve=Tn(($N,H_)=>{"use strict";H_.exports=z_()});var n0=Tn(ge=>{"use strict";function kp(t,e){var n=t.length;t.push(e);e:for(;0<n;){var r=n-1>>>1,i=t[r];if(0<eu(i,e))t[r]=e,t[n]=i,n=r;else break e}}function Xt(t){return t.length===0?null:t[0]}function nu(t){if(t.length===0)return null;var e=t[0],n=t.pop();if(n!==e){t[0]=n;e:for(var r=0,i=t.length,o=i>>>1;r<o;){var s=2*(r+1)-1,a=t[s],l=s+1,u=t[l];if(0>eu(a,n))l<i&&0>eu(u,a)?(t[r]=u,t[l]=n,r=l):(t[r]=a,t[s]=n,r=s);else if(l<i&&0>eu(u,n))t[r]=u,t[l]=n,r=l;else break e}}return e}function eu(t,e){var n=t.sortIndex-e.sortIndex;return n!==0?n:t.id-e.id}typeof performance=="object"&&typeof performance.now=="function"?(K_=performance,ge.unstable_now=function(){return K_.now()}):(xp=Date,G_=xp.now(),ge.unstable_now=function(){return xp.now()-G_});var K_,xp,G_,yn=[],xr=[],pA=1,$t=null,Xe=3,ru=!1,li=!1,js=!1,X_=typeof setTimeout=="function"?setTimeout:null,Q_=typeof clearTimeout=="function"?clearTimeout:null,Z_=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Cp(t){for(var e=Xt(xr);e!==null;){if(e.callback===null)nu(xr);else if(e.startTime<=t)nu(xr),e.sortIndex=e.expirationTime,kp(yn,e);else break;e=Xt(xr)}}function Ep(t){if(js=!1,Cp(t),!li)if(Xt(yn)!==null)li=!0,Tp(Ap);else{var e=Xt(xr);e!==null&&Rp(Ep,e.startTime-t)}}function Ap(t,e){li=!1,js&&(js=!1,Q_(Us),Us=-1),ru=!0;var n=Xe;try{for(Cp(e),$t=Xt(yn);$t!==null&&(!($t.expirationTime>e)||t&&!t0());){var r=$t.callback;if(typeof r=="function"){$t.callback=null,Xe=$t.priorityLevel;var i=r($t.expirationTime<=e);e=ge.unstable_now(),typeof i=="function"?$t.callback=i:$t===Xt(yn)&&nu(yn),Cp(e)}else nu(yn);$t=Xt(yn)}if($t!==null)var o=!0;else{var s=Xt(xr);s!==null&&Rp(Ep,s.startTime-e),o=!1}return o}finally{$t=null,Xe=n,ru=!1}}var iu=!1,tu=null,Us=-1,J_=5,e0=-1;function t0(){return!(ge.unstable_now()-e0<J_)}function Sp(){if(tu!==null){var t=ge.unstable_now();e0=t;var e=!0;try{e=tu(!0,t)}finally{e?Hs():(iu=!1,tu=null)}}else iu=!1}var Hs;typeof Z_=="function"?Hs=function(){Z_(Sp)}:typeof MessageChannel<"u"?(bp=new MessageChannel,Y_=bp.port2,bp.port1.onmessage=Sp,Hs=function(){Y_.postMessage(null)}):Hs=function(){X_(Sp,0)};var bp,Y_;function Tp(t){tu=t,iu||(iu=!0,Hs())}function Rp(t,e){Us=X_(function(){t(ge.unstable_now())},e)}ge.unstable_IdlePriority=5;ge.unstable_ImmediatePriority=1;ge.unstable_LowPriority=4;ge.unstable_NormalPriority=3;ge.unstable_Profiling=null;ge.unstable_UserBlockingPriority=2;ge.unstable_cancelCallback=function(t){t.callback=null};ge.unstable_continueExecution=function(){li||ru||(li=!0,Tp(Ap))};ge.unstable_forceFrameRate=function(t){0>t||125<t?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):J_=0<t?Math.floor(1e3/t):5};ge.unstable_getCurrentPriorityLevel=function(){return Xe};ge.unstable_getFirstCallbackNode=function(){return Xt(yn)};ge.unstable_next=function(t){switch(Xe){case 1:case 2:case 3:var e=3;break;default:e=Xe}var n=Xe;Xe=e;try{return t()}finally{Xe=n}};ge.unstable_pauseExecution=function(){};ge.unstable_requestPaint=function(){};ge.unstable_runWithPriority=function(t,e){switch(t){case 1:case 2:case 3:case 4:case 5:break;default:t=3}var n=Xe;Xe=t;try{return e()}finally{Xe=n}};ge.unstable_scheduleCallback=function(t,e,n){var r=ge.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?r+n:r):n=r,t){case 1:var i=-1;break;case 2:i=250;break;case 5:i=1073741823;break;case 4:i=1e4;break;default:i=5e3}return i=n+i,t={id:pA++,callback:e,priorityLevel:t,startTime:n,expirationTime:i,sortIndex:-1},n>r?(t.sortIndex=n,kp(xr,t),Xt(yn)===null&&t===Xt(xr)&&(js?(Q_(Us),Us=-1):js=!0,Rp(Ep,n-r))):(t.sortIndex=i,kp(yn,t),li||ru||(li=!0,Tp(Ap))),t};ge.unstable_shouldYield=t0;ge.unstable_wrapCallback=function(t){var e=Xe;return function(){var n=Xe;Xe=e;try{return t.apply(this,arguments)}finally{Xe=n}}}});var i0=Tn((kO,r0)=>{"use strict";r0.exports=n0()});var lS=Tn(Nt=>{"use strict";var hA=Et(),It=i0();function R(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,n=1;n<arguments.length;n++)e+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+t+"; visit "+e+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var dw=new Set,fa={};function xi(t,e){Mo(t,e),Mo(t+"Capture",e)}function Mo(t,e){for(fa[t]=e,t=0;t<e.length;t++)dw.add(e[t])}var jn=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Qp=Object.prototype.hasOwnProperty,gA=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,o0={},s0={};function mA(t){return Qp.call(s0,t)?!0:Qp.call(o0,t)?!1:gA.test(t)?s0[t]=!0:(o0[t]=!0,!1)}function vA(t,e,n,r){if(n!==null&&n.type===0)return!1;switch(typeof e){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(t=t.toLowerCase().slice(0,5),t!=="data-"&&t!=="aria-");default:return!1}}function yA(t,e,n,r){if(e===null||typeof e>"u"||vA(t,e,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!e;case 4:return e===!1;case 5:return isNaN(e);case 6:return isNaN(e)||1>e}return!1}function lt(t,e,n,r,i,o,s){this.acceptsBooleans=e===2||e===3||e===4,this.attributeName=r,this.attributeNamespace=i,this.mustUseProperty=n,this.propertyName=t,this.type=e,this.sanitizeURL=o,this.removeEmptyString=s}var Ge={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(t){Ge[t]=new lt(t,0,!1,t,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(t){var e=t[0];Ge[e]=new lt(e,1,!1,t[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(t){Ge[t]=new lt(t,2,!1,t.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(t){Ge[t]=new lt(t,2,!1,t,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(t){Ge[t]=new lt(t,3,!1,t.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(t){Ge[t]=new lt(t,3,!0,t,null,!1,!1)});["capture","download"].forEach(function(t){Ge[t]=new lt(t,4,!1,t,null,!1,!1)});["cols","rows","size","span"].forEach(function(t){Ge[t]=new lt(t,6,!1,t,null,!1,!1)});["rowSpan","start"].forEach(function(t){Ge[t]=new lt(t,5,!1,t.toLowerCase(),null,!1,!1)});var Uh=/[\-:]([a-z])/g;function Wh(t){return t[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(t){var e=t.replace(Uh,Wh);Ge[e]=new lt(e,1,!1,t,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(t){var e=t.replace(Uh,Wh);Ge[e]=new lt(e,1,!1,t,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(t){var e=t.replace(Uh,Wh);Ge[e]=new lt(e,1,!1,t,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(t){Ge[t]=new lt(t,1,!1,t.toLowerCase(),null,!1,!1)});Ge.xlinkHref=new lt("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(t){Ge[t]=new lt(t,1,!1,t.toLowerCase(),null,!0,!0)});function qh(t,e,n,r){var i=Ge.hasOwnProperty(e)?Ge[e]:null;(i!==null?i.type!==0:r||!(2<e.length)||e[0]!=="o"&&e[0]!=="O"||e[1]!=="n"&&e[1]!=="N")&&(yA(e,n,i,r)&&(n=null),r||i===null?mA(e)&&(n===null?t.removeAttribute(e):t.setAttribute(e,""+n)):i.mustUseProperty?t[i.propertyName]=n===null?i.type===3?!1:"":n:(e=i.attributeName,r=i.attributeNamespace,n===null?t.removeAttribute(e):(i=i.type,n=i===3||i===4&&n===!0?"":""+n,r?t.setAttributeNS(r,e,n):t.setAttribute(e,n))))}var Kn=hA.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,ou=Symbol.for("react.element"),vo=Symbol.for("react.portal"),yo=Symbol.for("react.fragment"),Kh=Symbol.for("react.strict_mode"),Jp=Symbol.for("react.profiler"),fw=Symbol.for("react.provider"),pw=Symbol.for("react.context"),Gh=Symbol.for("react.forward_ref"),eh=Symbol.for("react.suspense"),th=Symbol.for("react.suspense_list"),Zh=Symbol.for("react.memo"),br=Symbol.for("react.lazy"),hw=Symbol.for("react.offscreen"),a0=Symbol.iterator;function Ws(t){return t===null||typeof t!="object"?null:(t=a0&&t[a0]||t["@@iterator"],typeof t=="function"?t:null)}var Re=Object.assign,Ip;function Js(t){if(Ip===void 0)try{throw Error()}catch(n){var e=n.stack.trim().match(/\n( *(at )?)/);Ip=e&&e[1]||""}return`
2
- `+Ip+t}var Pp=!1;function Np(t,e){if(!t||Pp)return"";Pp=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(e)if(e=function(){throw Error()},Object.defineProperty(e.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(e,[])}catch(u){var r=u}Reflect.construct(t,[],e)}else{try{e.call()}catch(u){r=u}t.call(e.prototype)}else{try{throw Error()}catch(u){r=u}t()}}catch(u){if(u&&r&&typeof u.stack=="string"){for(var i=u.stack.split(`
1
+ var bk=Object.create;var Za=Object.defineProperty;var kk=Object.getOwnPropertyDescriptor;var Ck=Object.getOwnPropertyNames;var Ek=Object.getPrototypeOf,Ak=Object.prototype.hasOwnProperty;var $m=t=>{throw TypeError(t)};var Tk=(t,e,n)=>e in t?Za(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Tn=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Rk=(t,e)=>{for(var n in e)Za(t,n,{get:e[n],enumerable:!0})},Ik=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ck(e))!Ak.call(t,i)&&i!==n&&Za(t,i,{get:()=>e[i],enumerable:!(r=kk(e,i))||r.enumerable});return t};var ee=(t,e,n)=>(n=t!=null?bk(Ek(t)):{},Ik(e||!t||!t.__esModule?Za(n,"default",{value:t,enumerable:!0}):n,t));var j=(t,e,n)=>Tk(t,typeof e!="symbol"?e+"":e,n),Dm=(t,e,n)=>e.has(t)||$m("Cannot "+n);var xe=(t,e,n)=>(Dm(t,e,"read from private field"),n?n.call(t):e.get(t)),ar=(t,e,n)=>e.has(t)?$m("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),dn=(t,e,n,r)=>(Dm(t,e,"write to private field"),r?r.call(t,n):e.set(t,n),n);var F_=Tn(ne=>{"use strict";var Vs=Symbol.for("react.element"),dE=Symbol.for("react.portal"),fE=Symbol.for("react.fragment"),pE=Symbol.for("react.strict_mode"),hE=Symbol.for("react.profiler"),gE=Symbol.for("react.provider"),mE=Symbol.for("react.context"),vE=Symbol.for("react.forward_ref"),yE=Symbol.for("react.suspense"),_E=Symbol.for("react.memo"),wE=Symbol.for("react.lazy"),C_=Symbol.iterator;function xE(t){return t===null||typeof t!="object"?null:(t=C_&&t[C_]||t["@@iterator"],typeof t=="function"?t:null)}var T_={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},R_=Object.assign,I_={};function fo(t,e,n){this.props=t,this.context=e,this.refs=I_,this.updater=n||T_}fo.prototype.isReactComponent={};fo.prototype.setState=function(t,e){if(typeof t!="object"&&typeof t!="function"&&t!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,t,e,"setState")};fo.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this,t,"forceUpdate")};function P_(){}P_.prototype=fo.prototype;function ap(t,e,n){this.props=t,this.context=e,this.refs=I_,this.updater=n||T_}var lp=ap.prototype=new P_;lp.constructor=ap;R_(lp,fo.prototype);lp.isPureReactComponent=!0;var E_=Array.isArray,N_=Object.prototype.hasOwnProperty,cp={current:null},O_={key:!0,ref:!0,__self:!0,__source:!0};function L_(t,e,n){var r,i={},o=null,s=null;if(e!=null)for(r in e.ref!==void 0&&(s=e.ref),e.key!==void 0&&(o=""+e.key),e)N_.call(e,r)&&!O_.hasOwnProperty(r)&&(i[r]=e[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var l=Array(a),c=0;c<a;c++)l[c]=arguments[c+2];i.children=l}if(t&&t.defaultProps)for(r in a=t.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return{$$typeof:Vs,type:t,key:o,ref:s,props:i,_owner:cp.current}}function SE(t,e){return{$$typeof:Vs,type:t.type,key:e,ref:t.ref,props:t.props,_owner:t._owner}}function up(t){return typeof t=="object"&&t!==null&&t.$$typeof===Vs}function bE(t){var e={"=":"=0",":":"=2"};return"$"+t.replace(/[=:]/g,function(n){return e[n]})}var A_=/\/+/g;function sp(t,e){return typeof t=="object"&&t!==null&&t.key!=null?bE(""+t.key):e.toString(36)}function Gl(t,e,n,r,i){var o=typeof t;(o==="undefined"||o==="boolean")&&(t=null);var s=!1;if(t===null)s=!0;else switch(o){case"string":case"number":s=!0;break;case"object":switch(t.$$typeof){case Vs:case dE:s=!0}}if(s)return s=t,i=i(s),t=r===""?"."+sp(s,0):r,E_(i)?(n="",t!=null&&(n=t.replace(A_,"$&/")+"/"),Gl(i,e,n,"",function(c){return c})):i!=null&&(up(i)&&(i=SE(i,n+(!i.key||s&&s.key===i.key?"":(""+i.key).replace(A_,"$&/")+"/")+t)),e.push(i)),1;if(s=0,r=r===""?".":r+":",E_(t))for(var a=0;a<t.length;a++){o=t[a];var l=r+sp(o,a);s+=Gl(o,e,n,l,i)}else if(l=xE(t),typeof l=="function")for(t=l.call(t),a=0;!(o=t.next()).done;)o=o.value,l=r+sp(o,a++),s+=Gl(o,e,n,l,i);else if(o==="object")throw e=String(t),Error("Objects are not valid as a React child (found: "+(e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead.");return s}function Kl(t,e,n){if(t==null)return t;var r=[],i=0;return Gl(t,r,"","",function(o){return e.call(n,o,i++)}),r}function kE(t){if(t._status===-1){var e=t._result;e=e(),e.then(function(n){(t._status===0||t._status===-1)&&(t._status=1,t._result=n)},function(n){(t._status===0||t._status===-1)&&(t._status=2,t._result=n)}),t._status===-1&&(t._status=0,t._result=e)}if(t._status===1)return t._result.default;throw t._result}var ot={current:null},Zl={transition:null},CE={ReactCurrentDispatcher:ot,ReactCurrentBatchConfig:Zl,ReactCurrentOwner:cp};function M_(){throw Error("act(...) is not supported in production builds of React.")}ne.Children={map:Kl,forEach:function(t,e,n){Kl(t,function(){e.apply(this,arguments)},n)},count:function(t){var e=0;return Kl(t,function(){e++}),e},toArray:function(t){return Kl(t,function(e){return e})||[]},only:function(t){if(!up(t))throw Error("React.Children.only expected to receive a single React element child.");return t}};ne.Component=fo;ne.Fragment=fE;ne.Profiler=hE;ne.PureComponent=ap;ne.StrictMode=pE;ne.Suspense=yE;ne.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=CE;ne.act=M_;ne.cloneElement=function(t,e,n){if(t==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+t+".");var r=R_({},t.props),i=t.key,o=t.ref,s=t._owner;if(e!=null){if(e.ref!==void 0&&(o=e.ref,s=cp.current),e.key!==void 0&&(i=""+e.key),t.type&&t.type.defaultProps)var a=t.type.defaultProps;for(l in e)N_.call(e,l)&&!O_.hasOwnProperty(l)&&(r[l]=e[l]===void 0&&a!==void 0?a[l]:e[l])}var l=arguments.length-2;if(l===1)r.children=n;else if(1<l){a=Array(l);for(var c=0;c<l;c++)a[c]=arguments[c+2];r.children=a}return{$$typeof:Vs,type:t.type,key:i,ref:o,props:r,_owner:s}};ne.createContext=function(t){return t={$$typeof:mE,_currentValue:t,_currentValue2:t,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},t.Provider={$$typeof:gE,_context:t},t.Consumer=t};ne.createElement=L_;ne.createFactory=function(t){var e=L_.bind(null,t);return e.type=t,e};ne.createRef=function(){return{current:null}};ne.forwardRef=function(t){return{$$typeof:vE,render:t}};ne.isValidElement=up;ne.lazy=function(t){return{$$typeof:wE,_payload:{_status:-1,_result:t},_init:kE}};ne.memo=function(t,e){return{$$typeof:_E,type:t,compare:e===void 0?null:e}};ne.startTransition=function(t){var e=Zl.transition;Zl.transition={};try{t()}finally{Zl.transition=e}};ne.unstable_act=M_;ne.useCallback=function(t,e){return ot.current.useCallback(t,e)};ne.useContext=function(t){return ot.current.useContext(t)};ne.useDebugValue=function(){};ne.useDeferredValue=function(t){return ot.current.useDeferredValue(t)};ne.useEffect=function(t,e){return ot.current.useEffect(t,e)};ne.useId=function(){return ot.current.useId()};ne.useImperativeHandle=function(t,e,n){return ot.current.useImperativeHandle(t,e,n)};ne.useInsertionEffect=function(t,e){return ot.current.useInsertionEffect(t,e)};ne.useLayoutEffect=function(t,e){return ot.current.useLayoutEffect(t,e)};ne.useMemo=function(t,e){return ot.current.useMemo(t,e)};ne.useReducer=function(t,e,n){return ot.current.useReducer(t,e,n)};ne.useRef=function(t){return ot.current.useRef(t)};ne.useState=function(t){return ot.current.useState(t)};ne.useSyncExternalStore=function(t,e,n){return ot.current.useSyncExternalStore(t,e,n)};ne.useTransition=function(){return ot.current.useTransition()};ne.version="18.3.1"});var Et=Tn((NN,$_)=>{"use strict";$_.exports=F_()});var z_=Tn(Xl=>{"use strict";var TE=Et(),RE=Symbol.for("react.element"),IE=Symbol.for("react.fragment"),PE=Object.prototype.hasOwnProperty,NE=TE.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,OE={key:!0,ref:!0,__self:!0,__source:!0};function B_(t,e,n){var r,i={},o=null,s=null;n!==void 0&&(o=""+n),e.key!==void 0&&(o=""+e.key),e.ref!==void 0&&(s=e.ref);for(r in e)PE.call(e,r)&&!OE.hasOwnProperty(r)&&(i[r]=e[r]);if(t&&t.defaultProps)for(r in e=t.defaultProps,e)i[r]===void 0&&(i[r]=e[r]);return{$$typeof:RE,type:t,key:o,ref:s,props:i,_owner:NE.current}}Xl.Fragment=IE;Xl.jsx=B_;Xl.jsxs=B_});var ve=Tn(($N,H_)=>{"use strict";H_.exports=z_()});var n0=Tn(ge=>{"use strict";function kp(t,e){var n=t.length;t.push(e);e:for(;0<n;){var r=n-1>>>1,i=t[r];if(0<ec(i,e))t[r]=e,t[n]=i,n=r;else break e}}function Xt(t){return t.length===0?null:t[0]}function nc(t){if(t.length===0)return null;var e=t[0],n=t.pop();if(n!==e){t[0]=n;e:for(var r=0,i=t.length,o=i>>>1;r<o;){var s=2*(r+1)-1,a=t[s],l=s+1,c=t[l];if(0>ec(a,n))l<i&&0>ec(c,a)?(t[r]=c,t[l]=n,r=l):(t[r]=a,t[s]=n,r=s);else if(l<i&&0>ec(c,n))t[r]=c,t[l]=n,r=l;else break e}}return e}function ec(t,e){var n=t.sortIndex-e.sortIndex;return n!==0?n:t.id-e.id}typeof performance=="object"&&typeof performance.now=="function"?(K_=performance,ge.unstable_now=function(){return K_.now()}):(xp=Date,G_=xp.now(),ge.unstable_now=function(){return xp.now()-G_});var K_,xp,G_,yn=[],xr=[],pA=1,$t=null,Xe=3,rc=!1,li=!1,js=!1,X_=typeof setTimeout=="function"?setTimeout:null,Q_=typeof clearTimeout=="function"?clearTimeout:null,Z_=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Cp(t){for(var e=Xt(xr);e!==null;){if(e.callback===null)nc(xr);else if(e.startTime<=t)nc(xr),e.sortIndex=e.expirationTime,kp(yn,e);else break;e=Xt(xr)}}function Ep(t){if(js=!1,Cp(t),!li)if(Xt(yn)!==null)li=!0,Tp(Ap);else{var e=Xt(xr);e!==null&&Rp(Ep,e.startTime-t)}}function Ap(t,e){li=!1,js&&(js=!1,Q_(Us),Us=-1),rc=!0;var n=Xe;try{for(Cp(e),$t=Xt(yn);$t!==null&&(!($t.expirationTime>e)||t&&!t0());){var r=$t.callback;if(typeof r=="function"){$t.callback=null,Xe=$t.priorityLevel;var i=r($t.expirationTime<=e);e=ge.unstable_now(),typeof i=="function"?$t.callback=i:$t===Xt(yn)&&nc(yn),Cp(e)}else nc(yn);$t=Xt(yn)}if($t!==null)var o=!0;else{var s=Xt(xr);s!==null&&Rp(Ep,s.startTime-e),o=!1}return o}finally{$t=null,Xe=n,rc=!1}}var ic=!1,tc=null,Us=-1,J_=5,e0=-1;function t0(){return!(ge.unstable_now()-e0<J_)}function Sp(){if(tc!==null){var t=ge.unstable_now();e0=t;var e=!0;try{e=tc(!0,t)}finally{e?Hs():(ic=!1,tc=null)}}else ic=!1}var Hs;typeof Z_=="function"?Hs=function(){Z_(Sp)}:typeof MessageChannel<"u"?(bp=new MessageChannel,Y_=bp.port2,bp.port1.onmessage=Sp,Hs=function(){Y_.postMessage(null)}):Hs=function(){X_(Sp,0)};var bp,Y_;function Tp(t){tc=t,ic||(ic=!0,Hs())}function Rp(t,e){Us=X_(function(){t(ge.unstable_now())},e)}ge.unstable_IdlePriority=5;ge.unstable_ImmediatePriority=1;ge.unstable_LowPriority=4;ge.unstable_NormalPriority=3;ge.unstable_Profiling=null;ge.unstable_UserBlockingPriority=2;ge.unstable_cancelCallback=function(t){t.callback=null};ge.unstable_continueExecution=function(){li||rc||(li=!0,Tp(Ap))};ge.unstable_forceFrameRate=function(t){0>t||125<t?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):J_=0<t?Math.floor(1e3/t):5};ge.unstable_getCurrentPriorityLevel=function(){return Xe};ge.unstable_getFirstCallbackNode=function(){return Xt(yn)};ge.unstable_next=function(t){switch(Xe){case 1:case 2:case 3:var e=3;break;default:e=Xe}var n=Xe;Xe=e;try{return t()}finally{Xe=n}};ge.unstable_pauseExecution=function(){};ge.unstable_requestPaint=function(){};ge.unstable_runWithPriority=function(t,e){switch(t){case 1:case 2:case 3:case 4:case 5:break;default:t=3}var n=Xe;Xe=t;try{return e()}finally{Xe=n}};ge.unstable_scheduleCallback=function(t,e,n){var r=ge.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?r+n:r):n=r,t){case 1:var i=-1;break;case 2:i=250;break;case 5:i=1073741823;break;case 4:i=1e4;break;default:i=5e3}return i=n+i,t={id:pA++,callback:e,priorityLevel:t,startTime:n,expirationTime:i,sortIndex:-1},n>r?(t.sortIndex=n,kp(xr,t),Xt(yn)===null&&t===Xt(xr)&&(js?(Q_(Us),Us=-1):js=!0,Rp(Ep,n-r))):(t.sortIndex=i,kp(yn,t),li||rc||(li=!0,Tp(Ap))),t};ge.unstable_shouldYield=t0;ge.unstable_wrapCallback=function(t){var e=Xe;return function(){var n=Xe;Xe=e;try{return t.apply(this,arguments)}finally{Xe=n}}}});var i0=Tn((kO,r0)=>{"use strict";r0.exports=n0()});var lS=Tn(Nt=>{"use strict";var hA=Et(),It=i0();function R(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,n=1;n<arguments.length;n++)e+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+t+"; visit "+e+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var dw=new Set,fa={};function xi(t,e){Mo(t,e),Mo(t+"Capture",e)}function Mo(t,e){for(fa[t]=e,t=0;t<e.length;t++)dw.add(e[t])}var jn=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Qp=Object.prototype.hasOwnProperty,gA=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,o0={},s0={};function mA(t){return Qp.call(s0,t)?!0:Qp.call(o0,t)?!1:gA.test(t)?s0[t]=!0:(o0[t]=!0,!1)}function vA(t,e,n,r){if(n!==null&&n.type===0)return!1;switch(typeof e){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(t=t.toLowerCase().slice(0,5),t!=="data-"&&t!=="aria-");default:return!1}}function yA(t,e,n,r){if(e===null||typeof e>"u"||vA(t,e,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!e;case 4:return e===!1;case 5:return isNaN(e);case 6:return isNaN(e)||1>e}return!1}function lt(t,e,n,r,i,o,s){this.acceptsBooleans=e===2||e===3||e===4,this.attributeName=r,this.attributeNamespace=i,this.mustUseProperty=n,this.propertyName=t,this.type=e,this.sanitizeURL=o,this.removeEmptyString=s}var Ge={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(t){Ge[t]=new lt(t,0,!1,t,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(t){var e=t[0];Ge[e]=new lt(e,1,!1,t[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(t){Ge[t]=new lt(t,2,!1,t.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(t){Ge[t]=new lt(t,2,!1,t,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(t){Ge[t]=new lt(t,3,!1,t.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(t){Ge[t]=new lt(t,3,!0,t,null,!1,!1)});["capture","download"].forEach(function(t){Ge[t]=new lt(t,4,!1,t,null,!1,!1)});["cols","rows","size","span"].forEach(function(t){Ge[t]=new lt(t,6,!1,t,null,!1,!1)});["rowSpan","start"].forEach(function(t){Ge[t]=new lt(t,5,!1,t.toLowerCase(),null,!1,!1)});var Uh=/[\-:]([a-z])/g;function Wh(t){return t[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(t){var e=t.replace(Uh,Wh);Ge[e]=new lt(e,1,!1,t,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(t){var e=t.replace(Uh,Wh);Ge[e]=new lt(e,1,!1,t,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(t){var e=t.replace(Uh,Wh);Ge[e]=new lt(e,1,!1,t,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(t){Ge[t]=new lt(t,1,!1,t.toLowerCase(),null,!1,!1)});Ge.xlinkHref=new lt("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(t){Ge[t]=new lt(t,1,!1,t.toLowerCase(),null,!0,!0)});function qh(t,e,n,r){var i=Ge.hasOwnProperty(e)?Ge[e]:null;(i!==null?i.type!==0:r||!(2<e.length)||e[0]!=="o"&&e[0]!=="O"||e[1]!=="n"&&e[1]!=="N")&&(yA(e,n,i,r)&&(n=null),r||i===null?mA(e)&&(n===null?t.removeAttribute(e):t.setAttribute(e,""+n)):i.mustUseProperty?t[i.propertyName]=n===null?i.type===3?!1:"":n:(e=i.attributeName,r=i.attributeNamespace,n===null?t.removeAttribute(e):(i=i.type,n=i===3||i===4&&n===!0?"":""+n,r?t.setAttributeNS(r,e,n):t.setAttribute(e,n))))}var Kn=hA.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,oc=Symbol.for("react.element"),vo=Symbol.for("react.portal"),yo=Symbol.for("react.fragment"),Kh=Symbol.for("react.strict_mode"),Jp=Symbol.for("react.profiler"),fw=Symbol.for("react.provider"),pw=Symbol.for("react.context"),Gh=Symbol.for("react.forward_ref"),eh=Symbol.for("react.suspense"),th=Symbol.for("react.suspense_list"),Zh=Symbol.for("react.memo"),br=Symbol.for("react.lazy"),hw=Symbol.for("react.offscreen"),a0=Symbol.iterator;function Ws(t){return t===null||typeof t!="object"?null:(t=a0&&t[a0]||t["@@iterator"],typeof t=="function"?t:null)}var Re=Object.assign,Ip;function Js(t){if(Ip===void 0)try{throw Error()}catch(n){var e=n.stack.trim().match(/\n( *(at )?)/);Ip=e&&e[1]||""}return`
2
+ `+Ip+t}var Pp=!1;function Np(t,e){if(!t||Pp)return"";Pp=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(e)if(e=function(){throw Error()},Object.defineProperty(e.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(e,[])}catch(c){var r=c}Reflect.construct(t,[],e)}else{try{e.call()}catch(c){r=c}t.call(e.prototype)}else{try{throw Error()}catch(c){r=c}t()}}catch(c){if(c&&r&&typeof c.stack=="string"){for(var i=c.stack.split(`
3
3
  `),o=r.stack.split(`
4
4
  `),s=i.length-1,a=o.length-1;1<=s&&0<=a&&i[s]!==o[a];)a--;for(;1<=s&&0<=a;s--,a--)if(i[s]!==o[a]){if(s!==1||a!==1)do if(s--,a--,0>a||i[s]!==o[a]){var l=`
5
- `+i[s].replace(" at new "," at ");return t.displayName&&l.includes("<anonymous>")&&(l=l.replace("<anonymous>",t.displayName)),l}while(1<=s&&0<=a);break}}}finally{Pp=!1,Error.prepareStackTrace=n}return(t=t?t.displayName||t.name:"")?Js(t):""}function _A(t){switch(t.tag){case 5:return Js(t.type);case 16:return Js("Lazy");case 13:return Js("Suspense");case 19:return Js("SuspenseList");case 0:case 2:case 15:return t=Np(t.type,!1),t;case 11:return t=Np(t.type.render,!1),t;case 1:return t=Np(t.type,!0),t;default:return""}}function nh(t){if(t==null)return null;if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;switch(t){case yo:return"Fragment";case vo:return"Portal";case Jp:return"Profiler";case Kh:return"StrictMode";case eh:return"Suspense";case th:return"SuspenseList"}if(typeof t=="object")switch(t.$$typeof){case pw:return(t.displayName||"Context")+".Consumer";case fw:return(t._context.displayName||"Context")+".Provider";case Gh:var e=t.render;return t=t.displayName,t||(t=e.displayName||e.name||"",t=t!==""?"ForwardRef("+t+")":"ForwardRef"),t;case Zh:return e=t.displayName||null,e!==null?e:nh(t.type)||"Memo";case br:e=t._payload,t=t._init;try{return nh(t(e))}catch{}}return null}function wA(t){var e=t.type;switch(t.tag){case 24:return"Cache";case 9:return(e.displayName||"Context")+".Consumer";case 10:return(e._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return t=e.render,t=t.displayName||t.name||"",e.displayName||(t!==""?"ForwardRef("+t+")":"ForwardRef");case 7:return"Fragment";case 5:return e;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return nh(e);case 8:return e===Kh?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e}return null}function $r(t){switch(typeof t){case"boolean":case"number":case"string":case"undefined":return t;case"object":return t;default:return""}}function gw(t){var e=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(e==="checkbox"||e==="radio")}function xA(t){var e=gw(t)?"checked":"value",n=Object.getOwnPropertyDescriptor(t.constructor.prototype,e),r=""+t[e];if(!t.hasOwnProperty(e)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var i=n.get,o=n.set;return Object.defineProperty(t,e,{configurable:!0,get:function(){return i.call(this)},set:function(s){r=""+s,o.call(this,s)}}),Object.defineProperty(t,e,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(s){r=""+s},stopTracking:function(){t._valueTracker=null,delete t[e]}}}}function su(t){t._valueTracker||(t._valueTracker=xA(t))}function mw(t){if(!t)return!1;var e=t._valueTracker;if(!e)return!0;var n=e.getValue(),r="";return t&&(r=gw(t)?t.checked?"true":"false":t.value),t=r,t!==n?(e.setValue(t),!0):!1}function Lu(t){if(t=t||(typeof document<"u"?document:void 0),typeof t>"u")return null;try{return t.activeElement||t.body}catch{return t.body}}function rh(t,e){var n=e.checked;return Re({},e,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??t._wrapperState.initialChecked})}function l0(t,e){var n=e.defaultValue==null?"":e.defaultValue,r=e.checked!=null?e.checked:e.defaultChecked;n=$r(e.value!=null?e.value:n),t._wrapperState={initialChecked:r,initialValue:n,controlled:e.type==="checkbox"||e.type==="radio"?e.checked!=null:e.value!=null}}function vw(t,e){e=e.checked,e!=null&&qh(t,"checked",e,!1)}function ih(t,e){vw(t,e);var n=$r(e.value),r=e.type;if(n!=null)r==="number"?(n===0&&t.value===""||t.value!=n)&&(t.value=""+n):t.value!==""+n&&(t.value=""+n);else if(r==="submit"||r==="reset"){t.removeAttribute("value");return}e.hasOwnProperty("value")?oh(t,e.type,n):e.hasOwnProperty("defaultValue")&&oh(t,e.type,$r(e.defaultValue)),e.checked==null&&e.defaultChecked!=null&&(t.defaultChecked=!!e.defaultChecked)}function u0(t,e,n){if(e.hasOwnProperty("value")||e.hasOwnProperty("defaultValue")){var r=e.type;if(!(r!=="submit"&&r!=="reset"||e.value!==void 0&&e.value!==null))return;e=""+t._wrapperState.initialValue,n||e===t.value||(t.value=e),t.defaultValue=e}n=t.name,n!==""&&(t.name=""),t.defaultChecked=!!t._wrapperState.initialChecked,n!==""&&(t.name=n)}function oh(t,e,n){(e!=="number"||Lu(t.ownerDocument)!==t)&&(n==null?t.defaultValue=""+t._wrapperState.initialValue:t.defaultValue!==""+n&&(t.defaultValue=""+n))}var ea=Array.isArray;function Ro(t,e,n,r){if(t=t.options,e){e={};for(var i=0;i<n.length;i++)e["$"+n[i]]=!0;for(n=0;n<t.length;n++)i=e.hasOwnProperty("$"+t[n].value),t[n].selected!==i&&(t[n].selected=i),i&&r&&(t[n].defaultSelected=!0)}else{for(n=""+$r(n),e=null,i=0;i<t.length;i++){if(t[i].value===n){t[i].selected=!0,r&&(t[i].defaultSelected=!0);return}e!==null||t[i].disabled||(e=t[i])}e!==null&&(e.selected=!0)}}function sh(t,e){if(e.dangerouslySetInnerHTML!=null)throw Error(R(91));return Re({},e,{value:void 0,defaultValue:void 0,children:""+t._wrapperState.initialValue})}function c0(t,e){var n=e.value;if(n==null){if(n=e.children,e=e.defaultValue,n!=null){if(e!=null)throw Error(R(92));if(ea(n)){if(1<n.length)throw Error(R(93));n=n[0]}e=n}e==null&&(e=""),n=e}t._wrapperState={initialValue:$r(n)}}function yw(t,e){var n=$r(e.value),r=$r(e.defaultValue);n!=null&&(n=""+n,n!==t.value&&(t.value=n),e.defaultValue==null&&t.defaultValue!==n&&(t.defaultValue=n)),r!=null&&(t.defaultValue=""+r)}function d0(t){var e=t.textContent;e===t._wrapperState.initialValue&&e!==""&&e!==null&&(t.value=e)}function _w(t){switch(t){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ah(t,e){return t==null||t==="http://www.w3.org/1999/xhtml"?_w(e):t==="http://www.w3.org/2000/svg"&&e==="foreignObject"?"http://www.w3.org/1999/xhtml":t}var au,ww=(function(t){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(e,n,r,i){MSApp.execUnsafeLocalFunction(function(){return t(e,n,r,i)})}:t})(function(t,e){if(t.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in t)t.innerHTML=e;else{for(au=au||document.createElement("div"),au.innerHTML="<svg>"+e.valueOf().toString()+"</svg>",e=au.firstChild;t.firstChild;)t.removeChild(t.firstChild);for(;e.firstChild;)t.appendChild(e.firstChild)}});function pa(t,e){if(e){var n=t.firstChild;if(n&&n===t.lastChild&&n.nodeType===3){n.nodeValue=e;return}}t.textContent=e}var ra={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},SA=["Webkit","ms","Moz","O"];Object.keys(ra).forEach(function(t){SA.forEach(function(e){e=e+t.charAt(0).toUpperCase()+t.substring(1),ra[e]=ra[t]})});function xw(t,e,n){return e==null||typeof e=="boolean"||e===""?"":n||typeof e!="number"||e===0||ra.hasOwnProperty(t)&&ra[t]?(""+e).trim():e+"px"}function Sw(t,e){t=t.style;for(var n in e)if(e.hasOwnProperty(n)){var r=n.indexOf("--")===0,i=xw(n,e[n],r);n==="float"&&(n="cssFloat"),r?t.setProperty(n,i):t[n]=i}}var bA=Re({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function lh(t,e){if(e){if(bA[t]&&(e.children!=null||e.dangerouslySetInnerHTML!=null))throw Error(R(137,t));if(e.dangerouslySetInnerHTML!=null){if(e.children!=null)throw Error(R(60));if(typeof e.dangerouslySetInnerHTML!="object"||!("__html"in e.dangerouslySetInnerHTML))throw Error(R(61))}if(e.style!=null&&typeof e.style!="object")throw Error(R(62))}}function uh(t,e){if(t.indexOf("-")===-1)return typeof e.is=="string";switch(t){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var ch=null;function Yh(t){return t=t.target||t.srcElement||window,t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===3?t.parentNode:t}var dh=null,Io=null,Po=null;function f0(t){if(t=Pa(t)){if(typeof dh!="function")throw Error(R(280));var e=t.stateNode;e&&(e=lc(e),dh(t.stateNode,t.type,e))}}function bw(t){Io?Po?Po.push(t):Po=[t]:Io=t}function kw(){if(Io){var t=Io,e=Po;if(Po=Io=null,f0(t),e)for(t=0;t<e.length;t++)f0(e[t])}}function Cw(t,e){return t(e)}function Ew(){}var Op=!1;function Aw(t,e,n){if(Op)return t(e,n);Op=!0;try{return Cw(t,e,n)}finally{Op=!1,(Io!==null||Po!==null)&&(Ew(),kw())}}function ha(t,e){var n=t.stateNode;if(n===null)return null;var r=lc(n);if(r===null)return null;n=r[e];e:switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(t=t.type,r=!(t==="button"||t==="input"||t==="select"||t==="textarea")),t=!r;break e;default:t=!1}if(t)return null;if(n&&typeof n!="function")throw Error(R(231,e,typeof n));return n}var fh=!1;if(jn)try{go={},Object.defineProperty(go,"passive",{get:function(){fh=!0}}),window.addEventListener("test",go,go),window.removeEventListener("test",go,go)}catch{fh=!1}var go;function kA(t,e,n,r,i,o,s,a,l){var u=Array.prototype.slice.call(arguments,3);try{e.apply(n,u)}catch(c){this.onError(c)}}var ia=!1,Mu=null,Fu=!1,ph=null,CA={onError:function(t){ia=!0,Mu=t}};function EA(t,e,n,r,i,o,s,a,l){ia=!1,Mu=null,kA.apply(CA,arguments)}function AA(t,e,n,r,i,o,s,a,l){if(EA.apply(this,arguments),ia){if(ia){var u=Mu;ia=!1,Mu=null}else throw Error(R(198));Fu||(Fu=!0,ph=u)}}function Si(t){var e=t,n=t;if(t.alternate)for(;e.return;)e=e.return;else{t=e;do e=t,(e.flags&4098)!==0&&(n=e.return),t=e.return;while(t)}return e.tag===3?n:null}function Tw(t){if(t.tag===13){var e=t.memoizedState;if(e===null&&(t=t.alternate,t!==null&&(e=t.memoizedState)),e!==null)return e.dehydrated}return null}function p0(t){if(Si(t)!==t)throw Error(R(188))}function TA(t){var e=t.alternate;if(!e){if(e=Si(t),e===null)throw Error(R(188));return e!==t?null:t}for(var n=t,r=e;;){var i=n.return;if(i===null)break;var o=i.alternate;if(o===null){if(r=i.return,r!==null){n=r;continue}break}if(i.child===o.child){for(o=i.child;o;){if(o===n)return p0(i),t;if(o===r)return p0(i),e;o=o.sibling}throw Error(R(188))}if(n.return!==r.return)n=i,r=o;else{for(var s=!1,a=i.child;a;){if(a===n){s=!0,n=i,r=o;break}if(a===r){s=!0,r=i,n=o;break}a=a.sibling}if(!s){for(a=o.child;a;){if(a===n){s=!0,n=o,r=i;break}if(a===r){s=!0,r=o,n=i;break}a=a.sibling}if(!s)throw Error(R(189))}}if(n.alternate!==r)throw Error(R(190))}if(n.tag!==3)throw Error(R(188));return n.stateNode.current===n?t:e}function Rw(t){return t=TA(t),t!==null?Iw(t):null}function Iw(t){if(t.tag===5||t.tag===6)return t;for(t=t.child;t!==null;){var e=Iw(t);if(e!==null)return e;t=t.sibling}return null}var Pw=It.unstable_scheduleCallback,h0=It.unstable_cancelCallback,RA=It.unstable_shouldYield,IA=It.unstable_requestPaint,Ne=It.unstable_now,PA=It.unstable_getCurrentPriorityLevel,Xh=It.unstable_ImmediatePriority,Nw=It.unstable_UserBlockingPriority,$u=It.unstable_NormalPriority,NA=It.unstable_LowPriority,Ow=It.unstable_IdlePriority,ic=null,Sn=null;function OA(t){if(Sn&&typeof Sn.onCommitFiberRoot=="function")try{Sn.onCommitFiberRoot(ic,t,void 0,(t.current.flags&128)===128)}catch{}}var nn=Math.clz32?Math.clz32:FA,LA=Math.log,MA=Math.LN2;function FA(t){return t>>>=0,t===0?32:31-(LA(t)/MA|0)|0}var lu=64,uu=4194304;function ta(t){switch(t&-t){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return t&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return t}}function Du(t,e){var n=t.pendingLanes;if(n===0)return 0;var r=0,i=t.suspendedLanes,o=t.pingedLanes,s=n&268435455;if(s!==0){var a=s&~i;a!==0?r=ta(a):(o&=s,o!==0&&(r=ta(o)))}else s=n&~i,s!==0?r=ta(s):o!==0&&(r=ta(o));if(r===0)return 0;if(e!==0&&e!==r&&(e&i)===0&&(i=r&-r,o=e&-e,i>=o||i===16&&(o&4194240)!==0))return e;if((r&4)!==0&&(r|=n&16),e=t.entangledLanes,e!==0)for(t=t.entanglements,e&=r;0<e;)n=31-nn(e),i=1<<n,r|=t[n],e&=~i;return r}function $A(t,e){switch(t){case 1:case 2:case 4:return e+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function DA(t,e){for(var n=t.suspendedLanes,r=t.pingedLanes,i=t.expirationTimes,o=t.pendingLanes;0<o;){var s=31-nn(o),a=1<<s,l=i[s];l===-1?((a&n)===0||(a&r)!==0)&&(i[s]=$A(a,e)):l<=e&&(t.expiredLanes|=a),o&=~a}}function hh(t){return t=t.pendingLanes&-1073741825,t!==0?t:t&1073741824?1073741824:0}function Lw(){var t=lu;return lu<<=1,(lu&4194240)===0&&(lu=64),t}function Lp(t){for(var e=[],n=0;31>n;n++)e.push(t);return e}function Ra(t,e,n){t.pendingLanes|=e,e!==536870912&&(t.suspendedLanes=0,t.pingedLanes=0),t=t.eventTimes,e=31-nn(e),t[e]=n}function VA(t,e){var n=t.pendingLanes&~e;t.pendingLanes=e,t.suspendedLanes=0,t.pingedLanes=0,t.expiredLanes&=e,t.mutableReadLanes&=e,t.entangledLanes&=e,e=t.entanglements;var r=t.eventTimes;for(t=t.expirationTimes;0<n;){var i=31-nn(n),o=1<<i;e[i]=0,r[i]=-1,t[i]=-1,n&=~o}}function Qh(t,e){var n=t.entangledLanes|=e;for(t=t.entanglements;n;){var r=31-nn(n),i=1<<r;i&e|t[r]&e&&(t[r]|=e),n&=~i}}var ce=0;function Mw(t){return t&=-t,1<t?4<t?(t&268435455)!==0?16:536870912:4:1}var Fw,Jh,$w,Dw,Vw,gh=!1,cu=[],Rr=null,Ir=null,Pr=null,ga=new Map,ma=new Map,Cr=[],BA="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function g0(t,e){switch(t){case"focusin":case"focusout":Rr=null;break;case"dragenter":case"dragleave":Ir=null;break;case"mouseover":case"mouseout":Pr=null;break;case"pointerover":case"pointerout":ga.delete(e.pointerId);break;case"gotpointercapture":case"lostpointercapture":ma.delete(e.pointerId)}}function qs(t,e,n,r,i,o){return t===null||t.nativeEvent!==o?(t={blockedOn:e,domEventName:n,eventSystemFlags:r,nativeEvent:o,targetContainers:[i]},e!==null&&(e=Pa(e),e!==null&&Jh(e)),t):(t.eventSystemFlags|=r,e=t.targetContainers,i!==null&&e.indexOf(i)===-1&&e.push(i),t)}function zA(t,e,n,r,i){switch(e){case"focusin":return Rr=qs(Rr,t,e,n,r,i),!0;case"dragenter":return Ir=qs(Ir,t,e,n,r,i),!0;case"mouseover":return Pr=qs(Pr,t,e,n,r,i),!0;case"pointerover":var o=i.pointerId;return ga.set(o,qs(ga.get(o)||null,t,e,n,r,i)),!0;case"gotpointercapture":return o=i.pointerId,ma.set(o,qs(ma.get(o)||null,t,e,n,r,i)),!0}return!1}function Bw(t){var e=di(t.target);if(e!==null){var n=Si(e);if(n!==null){if(e=n.tag,e===13){if(e=Tw(n),e!==null){t.blockedOn=e,Vw(t.priority,function(){$w(n)});return}}else if(e===3&&n.stateNode.current.memoizedState.isDehydrated){t.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}t.blockedOn=null}function ku(t){if(t.blockedOn!==null)return!1;for(var e=t.targetContainers;0<e.length;){var n=mh(t.domEventName,t.eventSystemFlags,e[0],t.nativeEvent);if(n===null){n=t.nativeEvent;var r=new n.constructor(n.type,n);ch=r,n.target.dispatchEvent(r),ch=null}else return e=Pa(n),e!==null&&Jh(e),t.blockedOn=n,!1;e.shift()}return!0}function m0(t,e,n){ku(t)&&n.delete(e)}function HA(){gh=!1,Rr!==null&&ku(Rr)&&(Rr=null),Ir!==null&&ku(Ir)&&(Ir=null),Pr!==null&&ku(Pr)&&(Pr=null),ga.forEach(m0),ma.forEach(m0)}function Ks(t,e){t.blockedOn===e&&(t.blockedOn=null,gh||(gh=!0,It.unstable_scheduleCallback(It.unstable_NormalPriority,HA)))}function va(t){function e(i){return Ks(i,t)}if(0<cu.length){Ks(cu[0],t);for(var n=1;n<cu.length;n++){var r=cu[n];r.blockedOn===t&&(r.blockedOn=null)}}for(Rr!==null&&Ks(Rr,t),Ir!==null&&Ks(Ir,t),Pr!==null&&Ks(Pr,t),ga.forEach(e),ma.forEach(e),n=0;n<Cr.length;n++)r=Cr[n],r.blockedOn===t&&(r.blockedOn=null);for(;0<Cr.length&&(n=Cr[0],n.blockedOn===null);)Bw(n),n.blockedOn===null&&Cr.shift()}var No=Kn.ReactCurrentBatchConfig,Vu=!0;function jA(t,e,n,r){var i=ce,o=No.transition;No.transition=null;try{ce=1,eg(t,e,n,r)}finally{ce=i,No.transition=o}}function UA(t,e,n,r){var i=ce,o=No.transition;No.transition=null;try{ce=4,eg(t,e,n,r)}finally{ce=i,No.transition=o}}function eg(t,e,n,r){if(Vu){var i=mh(t,e,n,r);if(i===null)zp(t,e,r,Bu,n),g0(t,r);else if(zA(i,t,e,n,r))r.stopPropagation();else if(g0(t,r),e&4&&-1<BA.indexOf(t)){for(;i!==null;){var o=Pa(i);if(o!==null&&Fw(o),o=mh(t,e,n,r),o===null&&zp(t,e,r,Bu,n),o===i)break;i=o}i!==null&&r.stopPropagation()}else zp(t,e,r,null,n)}}var Bu=null;function mh(t,e,n,r){if(Bu=null,t=Yh(r),t=di(t),t!==null)if(e=Si(t),e===null)t=null;else if(n=e.tag,n===13){if(t=Tw(e),t!==null)return t;t=null}else if(n===3){if(e.stateNode.current.memoizedState.isDehydrated)return e.tag===3?e.stateNode.containerInfo:null;t=null}else e!==t&&(t=null);return Bu=t,null}function zw(t){switch(t){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(PA()){case Xh:return 1;case Nw:return 4;case $u:case NA:return 16;case Ow:return 536870912;default:return 16}default:return 16}}var Ar=null,tg=null,Cu=null;function Hw(){if(Cu)return Cu;var t,e=tg,n=e.length,r,i="value"in Ar?Ar.value:Ar.textContent,o=i.length;for(t=0;t<n&&e[t]===i[t];t++);var s=n-t;for(r=1;r<=s&&e[n-r]===i[o-r];r++);return Cu=i.slice(t,1<r?1-r:void 0)}function Eu(t){var e=t.keyCode;return"charCode"in t?(t=t.charCode,t===0&&e===13&&(t=13)):t=e,t===10&&(t=13),32<=t||t===13?t:0}function du(){return!0}function v0(){return!1}function Pt(t){function e(n,r,i,o,s){this._reactName=n,this._targetInst=i,this.type=r,this.nativeEvent=o,this.target=s,this.currentTarget=null;for(var a in t)t.hasOwnProperty(a)&&(n=t[a],this[a]=n?n(o):o[a]);return this.isDefaultPrevented=(o.defaultPrevented!=null?o.defaultPrevented:o.returnValue===!1)?du:v0,this.isPropagationStopped=v0,this}return Re(e.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=du)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=du)},persist:function(){},isPersistent:du}),e}var Ho={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(t){return t.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ng=Pt(Ho),Ia=Re({},Ho,{view:0,detail:0}),WA=Pt(Ia),Mp,Fp,Gs,oc=Re({},Ia,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:rg,button:0,buttons:0,relatedTarget:function(t){return t.relatedTarget===void 0?t.fromElement===t.srcElement?t.toElement:t.fromElement:t.relatedTarget},movementX:function(t){return"movementX"in t?t.movementX:(t!==Gs&&(Gs&&t.type==="mousemove"?(Mp=t.screenX-Gs.screenX,Fp=t.screenY-Gs.screenY):Fp=Mp=0,Gs=t),Mp)},movementY:function(t){return"movementY"in t?t.movementY:Fp}}),y0=Pt(oc),qA=Re({},oc,{dataTransfer:0}),KA=Pt(qA),GA=Re({},Ia,{relatedTarget:0}),$p=Pt(GA),ZA=Re({},Ho,{animationName:0,elapsedTime:0,pseudoElement:0}),YA=Pt(ZA),XA=Re({},Ho,{clipboardData:function(t){return"clipboardData"in t?t.clipboardData:window.clipboardData}}),QA=Pt(XA),JA=Re({},Ho,{data:0}),_0=Pt(JA),eT={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},tT={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},nT={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function rT(t){var e=this.nativeEvent;return e.getModifierState?e.getModifierState(t):(t=nT[t])?!!e[t]:!1}function rg(){return rT}var iT=Re({},Ia,{key:function(t){if(t.key){var e=eT[t.key]||t.key;if(e!=="Unidentified")return e}return t.type==="keypress"?(t=Eu(t),t===13?"Enter":String.fromCharCode(t)):t.type==="keydown"||t.type==="keyup"?tT[t.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:rg,charCode:function(t){return t.type==="keypress"?Eu(t):0},keyCode:function(t){return t.type==="keydown"||t.type==="keyup"?t.keyCode:0},which:function(t){return t.type==="keypress"?Eu(t):t.type==="keydown"||t.type==="keyup"?t.keyCode:0}}),oT=Pt(iT),sT=Re({},oc,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),w0=Pt(sT),aT=Re({},Ia,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:rg}),lT=Pt(aT),uT=Re({},Ho,{propertyName:0,elapsedTime:0,pseudoElement:0}),cT=Pt(uT),dT=Re({},oc,{deltaX:function(t){return"deltaX"in t?t.deltaX:"wheelDeltaX"in t?-t.wheelDeltaX:0},deltaY:function(t){return"deltaY"in t?t.deltaY:"wheelDeltaY"in t?-t.wheelDeltaY:"wheelDelta"in t?-t.wheelDelta:0},deltaZ:0,deltaMode:0}),fT=Pt(dT),pT=[9,13,27,32],ig=jn&&"CompositionEvent"in window,oa=null;jn&&"documentMode"in document&&(oa=document.documentMode);var hT=jn&&"TextEvent"in window&&!oa,jw=jn&&(!ig||oa&&8<oa&&11>=oa),x0=" ",S0=!1;function Uw(t,e){switch(t){case"keyup":return pT.indexOf(e.keyCode)!==-1;case"keydown":return e.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Ww(t){return t=t.detail,typeof t=="object"&&"data"in t?t.data:null}var _o=!1;function gT(t,e){switch(t){case"compositionend":return Ww(e);case"keypress":return e.which!==32?null:(S0=!0,x0);case"textInput":return t=e.data,t===x0&&S0?null:t;default:return null}}function mT(t,e){if(_o)return t==="compositionend"||!ig&&Uw(t,e)?(t=Hw(),Cu=tg=Ar=null,_o=!1,t):null;switch(t){case"paste":return null;case"keypress":if(!(e.ctrlKey||e.altKey||e.metaKey)||e.ctrlKey&&e.altKey){if(e.char&&1<e.char.length)return e.char;if(e.which)return String.fromCharCode(e.which)}return null;case"compositionend":return jw&&e.locale!=="ko"?null:e.data;default:return null}}var vT={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function b0(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e==="input"?!!vT[t.type]:e==="textarea"}function qw(t,e,n,r){bw(r),e=zu(e,"onChange"),0<e.length&&(n=new ng("onChange","change",null,n,r),t.push({event:n,listeners:e}))}var sa=null,ya=null;function yT(t){rx(t,0)}function sc(t){var e=So(t);if(mw(e))return t}function _T(t,e){if(t==="change")return e}var Kw=!1;jn&&(jn?(pu="oninput"in document,pu||(Dp=document.createElement("div"),Dp.setAttribute("oninput","return;"),pu=typeof Dp.oninput=="function"),fu=pu):fu=!1,Kw=fu&&(!document.documentMode||9<document.documentMode));var fu,pu,Dp;function k0(){sa&&(sa.detachEvent("onpropertychange",Gw),ya=sa=null)}function Gw(t){if(t.propertyName==="value"&&sc(ya)){var e=[];qw(e,ya,t,Yh(t)),Aw(yT,e)}}function wT(t,e,n){t==="focusin"?(k0(),sa=e,ya=n,sa.attachEvent("onpropertychange",Gw)):t==="focusout"&&k0()}function xT(t){if(t==="selectionchange"||t==="keyup"||t==="keydown")return sc(ya)}function ST(t,e){if(t==="click")return sc(e)}function bT(t,e){if(t==="input"||t==="change")return sc(e)}function kT(t,e){return t===e&&(t!==0||1/t===1/e)||t!==t&&e!==e}var on=typeof Object.is=="function"?Object.is:kT;function _a(t,e){if(on(t,e))return!0;if(typeof t!="object"||t===null||typeof e!="object"||e===null)return!1;var n=Object.keys(t),r=Object.keys(e);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var i=n[r];if(!Qp.call(e,i)||!on(t[i],e[i]))return!1}return!0}function C0(t){for(;t&&t.firstChild;)t=t.firstChild;return t}function E0(t,e){var n=C0(t);t=0;for(var r;n;){if(n.nodeType===3){if(r=t+n.textContent.length,t<=e&&r>=e)return{node:n,offset:e-t};t=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=C0(n)}}function Zw(t,e){return t&&e?t===e?!0:t&&t.nodeType===3?!1:e&&e.nodeType===3?Zw(t,e.parentNode):"contains"in t?t.contains(e):t.compareDocumentPosition?!!(t.compareDocumentPosition(e)&16):!1:!1}function Yw(){for(var t=window,e=Lu();e instanceof t.HTMLIFrameElement;){try{var n=typeof e.contentWindow.location.href=="string"}catch{n=!1}if(n)t=e.contentWindow;else break;e=Lu(t.document)}return e}function og(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e&&(e==="input"&&(t.type==="text"||t.type==="search"||t.type==="tel"||t.type==="url"||t.type==="password")||e==="textarea"||t.contentEditable==="true")}function CT(t){var e=Yw(),n=t.focusedElem,r=t.selectionRange;if(e!==n&&n&&n.ownerDocument&&Zw(n.ownerDocument.documentElement,n)){if(r!==null&&og(n)){if(e=r.start,t=r.end,t===void 0&&(t=e),"selectionStart"in n)n.selectionStart=e,n.selectionEnd=Math.min(t,n.value.length);else if(t=(e=n.ownerDocument||document)&&e.defaultView||window,t.getSelection){t=t.getSelection();var i=n.textContent.length,o=Math.min(r.start,i);r=r.end===void 0?o:Math.min(r.end,i),!t.extend&&o>r&&(i=r,r=o,o=i),i=E0(n,o);var s=E0(n,r);i&&s&&(t.rangeCount!==1||t.anchorNode!==i.node||t.anchorOffset!==i.offset||t.focusNode!==s.node||t.focusOffset!==s.offset)&&(e=e.createRange(),e.setStart(i.node,i.offset),t.removeAllRanges(),o>r?(t.addRange(e),t.extend(s.node,s.offset)):(e.setEnd(s.node,s.offset),t.addRange(e)))}}for(e=[],t=n;t=t.parentNode;)t.nodeType===1&&e.push({element:t,left:t.scrollLeft,top:t.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<e.length;n++)t=e[n],t.element.scrollLeft=t.left,t.element.scrollTop=t.top}}var ET=jn&&"documentMode"in document&&11>=document.documentMode,wo=null,vh=null,aa=null,yh=!1;function A0(t,e,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;yh||wo==null||wo!==Lu(r)||(r=wo,"selectionStart"in r&&og(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),aa&&_a(aa,r)||(aa=r,r=zu(vh,"onSelect"),0<r.length&&(e=new ng("onSelect","select",null,e,n),t.push({event:e,listeners:r}),e.target=wo)))}function hu(t,e){var n={};return n[t.toLowerCase()]=e.toLowerCase(),n["Webkit"+t]="webkit"+e,n["Moz"+t]="moz"+e,n}var xo={animationend:hu("Animation","AnimationEnd"),animationiteration:hu("Animation","AnimationIteration"),animationstart:hu("Animation","AnimationStart"),transitionend:hu("Transition","TransitionEnd")},Vp={},Xw={};jn&&(Xw=document.createElement("div").style,"AnimationEvent"in window||(delete xo.animationend.animation,delete xo.animationiteration.animation,delete xo.animationstart.animation),"TransitionEvent"in window||delete xo.transitionend.transition);function ac(t){if(Vp[t])return Vp[t];if(!xo[t])return t;var e=xo[t],n;for(n in e)if(e.hasOwnProperty(n)&&n in Xw)return Vp[t]=e[n];return t}var Qw=ac("animationend"),Jw=ac("animationiteration"),ex=ac("animationstart"),tx=ac("transitionend"),nx=new Map,T0="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Vr(t,e){nx.set(t,e),xi(e,[t])}for(gu=0;gu<T0.length;gu++)mu=T0[gu],R0=mu.toLowerCase(),I0=mu[0].toUpperCase()+mu.slice(1),Vr(R0,"on"+I0);var mu,R0,I0,gu;Vr(Qw,"onAnimationEnd");Vr(Jw,"onAnimationIteration");Vr(ex,"onAnimationStart");Vr("dblclick","onDoubleClick");Vr("focusin","onFocus");Vr("focusout","onBlur");Vr(tx,"onTransitionEnd");Mo("onMouseEnter",["mouseout","mouseover"]);Mo("onMouseLeave",["mouseout","mouseover"]);Mo("onPointerEnter",["pointerout","pointerover"]);Mo("onPointerLeave",["pointerout","pointerover"]);xi("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));xi("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));xi("onBeforeInput",["compositionend","keypress","textInput","paste"]);xi("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));xi("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));xi("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var na="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),AT=new Set("cancel close invalid load scroll toggle".split(" ").concat(na));function P0(t,e,n){var r=t.type||"unknown-event";t.currentTarget=n,AA(r,e,void 0,t),t.currentTarget=null}function rx(t,e){e=(e&4)!==0;for(var n=0;n<t.length;n++){var r=t[n],i=r.event;r=r.listeners;e:{var o=void 0;if(e)for(var s=r.length-1;0<=s;s--){var a=r[s],l=a.instance,u=a.currentTarget;if(a=a.listener,l!==o&&i.isPropagationStopped())break e;P0(i,a,u),o=l}else for(s=0;s<r.length;s++){if(a=r[s],l=a.instance,u=a.currentTarget,a=a.listener,l!==o&&i.isPropagationStopped())break e;P0(i,a,u),o=l}}}if(Fu)throw t=ph,Fu=!1,ph=null,t}function ye(t,e){var n=e[bh];n===void 0&&(n=e[bh]=new Set);var r=t+"__bubble";n.has(r)||(ix(e,t,2,!1),n.add(r))}function Bp(t,e,n){var r=0;e&&(r|=4),ix(n,t,r,e)}var vu="_reactListening"+Math.random().toString(36).slice(2);function wa(t){if(!t[vu]){t[vu]=!0,dw.forEach(function(n){n!=="selectionchange"&&(AT.has(n)||Bp(n,!1,t),Bp(n,!0,t))});var e=t.nodeType===9?t:t.ownerDocument;e===null||e[vu]||(e[vu]=!0,Bp("selectionchange",!1,e))}}function ix(t,e,n,r){switch(zw(e)){case 1:var i=jA;break;case 4:i=UA;break;default:i=eg}n=i.bind(null,e,n,t),i=void 0,!fh||e!=="touchstart"&&e!=="touchmove"&&e!=="wheel"||(i=!0),r?i!==void 0?t.addEventListener(e,n,{capture:!0,passive:i}):t.addEventListener(e,n,!0):i!==void 0?t.addEventListener(e,n,{passive:i}):t.addEventListener(e,n,!1)}function zp(t,e,n,r,i){var o=r;if((e&1)===0&&(e&2)===0&&r!==null)e:for(;;){if(r===null)return;var s=r.tag;if(s===3||s===4){var a=r.stateNode.containerInfo;if(a===i||a.nodeType===8&&a.parentNode===i)break;if(s===4)for(s=r.return;s!==null;){var l=s.tag;if((l===3||l===4)&&(l=s.stateNode.containerInfo,l===i||l.nodeType===8&&l.parentNode===i))return;s=s.return}for(;a!==null;){if(s=di(a),s===null)return;if(l=s.tag,l===5||l===6){r=o=s;continue e}a=a.parentNode}}r=r.return}Aw(function(){var u=o,c=Yh(n),f=[];e:{var h=nx.get(t);if(h!==void 0){var g=ng,v=t;switch(t){case"keypress":if(Eu(n)===0)break e;case"keydown":case"keyup":g=oT;break;case"focusin":v="focus",g=$p;break;case"focusout":v="blur",g=$p;break;case"beforeblur":case"afterblur":g=$p;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":g=y0;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":g=KA;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":g=lT;break;case Qw:case Jw:case ex:g=YA;break;case tx:g=cT;break;case"scroll":g=WA;break;case"wheel":g=fT;break;case"copy":case"cut":case"paste":g=QA;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":g=w0}var _=(e&4)!==0,x=!_&&t==="scroll",d=_?h!==null?h+"Capture":null:h;_=[];for(var p=u,m;p!==null;){m=p;var y=m.stateNode;if(m.tag===5&&y!==null&&(m=y,d!==null&&(y=ha(p,d),y!=null&&_.push(xa(p,y,m)))),x)break;p=p.return}0<_.length&&(h=new g(h,v,null,n,c),f.push({event:h,listeners:_}))}}if((e&7)===0){e:{if(h=t==="mouseover"||t==="pointerover",g=t==="mouseout"||t==="pointerout",h&&n!==ch&&(v=n.relatedTarget||n.fromElement)&&(di(v)||v[Un]))break e;if((g||h)&&(h=c.window===c?c:(h=c.ownerDocument)?h.defaultView||h.parentWindow:window,g?(v=n.relatedTarget||n.toElement,g=u,v=v?di(v):null,v!==null&&(x=Si(v),v!==x||v.tag!==5&&v.tag!==6)&&(v=null)):(g=null,v=u),g!==v)){if(_=y0,y="onMouseLeave",d="onMouseEnter",p="mouse",(t==="pointerout"||t==="pointerover")&&(_=w0,y="onPointerLeave",d="onPointerEnter",p="pointer"),x=g==null?h:So(g),m=v==null?h:So(v),h=new _(y,p+"leave",g,n,c),h.target=x,h.relatedTarget=m,y=null,di(c)===u&&(_=new _(d,p+"enter",v,n,c),_.target=m,_.relatedTarget=x,y=_),x=y,g&&v)t:{for(_=g,d=v,p=0,m=_;m;m=mo(m))p++;for(m=0,y=d;y;y=mo(y))m++;for(;0<p-m;)_=mo(_),p--;for(;0<m-p;)d=mo(d),m--;for(;p--;){if(_===d||d!==null&&_===d.alternate)break t;_=mo(_),d=mo(d)}_=null}else _=null;g!==null&&N0(f,h,g,_,!1),v!==null&&x!==null&&N0(f,x,v,_,!0)}}e:{if(h=u?So(u):window,g=h.nodeName&&h.nodeName.toLowerCase(),g==="select"||g==="input"&&h.type==="file")var w=_T;else if(b0(h))if(Kw)w=bT;else{w=xT;var b=wT}else(g=h.nodeName)&&g.toLowerCase()==="input"&&(h.type==="checkbox"||h.type==="radio")&&(w=ST);if(w&&(w=w(t,u))){qw(f,w,n,c);break e}b&&b(t,h,u),t==="focusout"&&(b=h._wrapperState)&&b.controlled&&h.type==="number"&&oh(h,"number",h.value)}switch(b=u?So(u):window,t){case"focusin":(b0(b)||b.contentEditable==="true")&&(wo=b,vh=u,aa=null);break;case"focusout":aa=vh=wo=null;break;case"mousedown":yh=!0;break;case"contextmenu":case"mouseup":case"dragend":yh=!1,A0(f,n,c);break;case"selectionchange":if(ET)break;case"keydown":case"keyup":A0(f,n,c)}var k;if(ig)e:{switch(t){case"compositionstart":var C="onCompositionStart";break e;case"compositionend":C="onCompositionEnd";break e;case"compositionupdate":C="onCompositionUpdate";break e}C=void 0}else _o?Uw(t,n)&&(C="onCompositionEnd"):t==="keydown"&&n.keyCode===229&&(C="onCompositionStart");C&&(jw&&n.locale!=="ko"&&(_o||C!=="onCompositionStart"?C==="onCompositionEnd"&&_o&&(k=Hw()):(Ar=c,tg="value"in Ar?Ar.value:Ar.textContent,_o=!0)),b=zu(u,C),0<b.length&&(C=new _0(C,t,null,n,c),f.push({event:C,listeners:b}),k?C.data=k:(k=Ww(n),k!==null&&(C.data=k)))),(k=hT?gT(t,n):mT(t,n))&&(u=zu(u,"onBeforeInput"),0<u.length&&(c=new _0("onBeforeInput","beforeinput",null,n,c),f.push({event:c,listeners:u}),c.data=k))}rx(f,e)})}function xa(t,e,n){return{instance:t,listener:e,currentTarget:n}}function zu(t,e){for(var n=e+"Capture",r=[];t!==null;){var i=t,o=i.stateNode;i.tag===5&&o!==null&&(i=o,o=ha(t,n),o!=null&&r.unshift(xa(t,o,i)),o=ha(t,e),o!=null&&r.push(xa(t,o,i))),t=t.return}return r}function mo(t){if(t===null)return null;do t=t.return;while(t&&t.tag!==5);return t||null}function N0(t,e,n,r,i){for(var o=e._reactName,s=[];n!==null&&n!==r;){var a=n,l=a.alternate,u=a.stateNode;if(l!==null&&l===r)break;a.tag===5&&u!==null&&(a=u,i?(l=ha(n,o),l!=null&&s.unshift(xa(n,l,a))):i||(l=ha(n,o),l!=null&&s.push(xa(n,l,a)))),n=n.return}s.length!==0&&t.push({event:e,listeners:s})}var TT=/\r\n?/g,RT=/\u0000|\uFFFD/g;function O0(t){return(typeof t=="string"?t:""+t).replace(TT,`
6
- `).replace(RT,"")}function yu(t,e,n){if(e=O0(e),O0(t)!==e&&n)throw Error(R(425))}function Hu(){}var _h=null,wh=null;function xh(t,e){return t==="textarea"||t==="noscript"||typeof e.children=="string"||typeof e.children=="number"||typeof e.dangerouslySetInnerHTML=="object"&&e.dangerouslySetInnerHTML!==null&&e.dangerouslySetInnerHTML.__html!=null}var Sh=typeof setTimeout=="function"?setTimeout:void 0,IT=typeof clearTimeout=="function"?clearTimeout:void 0,L0=typeof Promise=="function"?Promise:void 0,PT=typeof queueMicrotask=="function"?queueMicrotask:typeof L0<"u"?function(t){return L0.resolve(null).then(t).catch(NT)}:Sh;function NT(t){setTimeout(function(){throw t})}function Hp(t,e){var n=e,r=0;do{var i=n.nextSibling;if(t.removeChild(n),i&&i.nodeType===8)if(n=i.data,n==="/$"){if(r===0){t.removeChild(i),va(e);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=i}while(n);va(e)}function Nr(t){for(;t!=null;t=t.nextSibling){var e=t.nodeType;if(e===1||e===3)break;if(e===8){if(e=t.data,e==="$"||e==="$!"||e==="$?")break;if(e==="/$")return null}}return t}function M0(t){t=t.previousSibling;for(var e=0;t;){if(t.nodeType===8){var n=t.data;if(n==="$"||n==="$!"||n==="$?"){if(e===0)return t;e--}else n==="/$"&&e++}t=t.previousSibling}return null}var jo=Math.random().toString(36).slice(2),xn="__reactFiber$"+jo,Sa="__reactProps$"+jo,Un="__reactContainer$"+jo,bh="__reactEvents$"+jo,OT="__reactListeners$"+jo,LT="__reactHandles$"+jo;function di(t){var e=t[xn];if(e)return e;for(var n=t.parentNode;n;){if(e=n[Un]||n[xn]){if(n=e.alternate,e.child!==null||n!==null&&n.child!==null)for(t=M0(t);t!==null;){if(n=t[xn])return n;t=M0(t)}return e}t=n,n=t.parentNode}return null}function Pa(t){return t=t[xn]||t[Un],!t||t.tag!==5&&t.tag!==6&&t.tag!==13&&t.tag!==3?null:t}function So(t){if(t.tag===5||t.tag===6)return t.stateNode;throw Error(R(33))}function lc(t){return t[Sa]||null}var kh=[],bo=-1;function Br(t){return{current:t}}function _e(t){0>bo||(t.current=kh[bo],kh[bo]=null,bo--)}function me(t,e){bo++,kh[bo]=t.current,t.current=e}var Dr={},tt=Br(Dr),vt=Br(!1),mi=Dr;function Fo(t,e){var n=t.type.contextTypes;if(!n)return Dr;var r=t.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===e)return r.__reactInternalMemoizedMaskedChildContext;var i={},o;for(o in n)i[o]=e[o];return r&&(t=t.stateNode,t.__reactInternalMemoizedUnmaskedChildContext=e,t.__reactInternalMemoizedMaskedChildContext=i),i}function yt(t){return t=t.childContextTypes,t!=null}function ju(){_e(vt),_e(tt)}function F0(t,e,n){if(tt.current!==Dr)throw Error(R(168));me(tt,e),me(vt,n)}function ox(t,e,n){var r=t.stateNode;if(e=e.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var i in r)if(!(i in e))throw Error(R(108,wA(t)||"Unknown",i));return Re({},n,r)}function Uu(t){return t=(t=t.stateNode)&&t.__reactInternalMemoizedMergedChildContext||Dr,mi=tt.current,me(tt,t),me(vt,vt.current),!0}function $0(t,e,n){var r=t.stateNode;if(!r)throw Error(R(169));n?(t=ox(t,e,mi),r.__reactInternalMemoizedMergedChildContext=t,_e(vt),_e(tt),me(tt,t)):_e(vt),me(vt,n)}var Vn=null,uc=!1,jp=!1;function sx(t){Vn===null?Vn=[t]:Vn.push(t)}function MT(t){uc=!0,sx(t)}function zr(){if(!jp&&Vn!==null){jp=!0;var t=0,e=ce;try{var n=Vn;for(ce=1;t<n.length;t++){var r=n[t];do r=r(!0);while(r!==null)}Vn=null,uc=!1}catch(i){throw Vn!==null&&(Vn=Vn.slice(t+1)),Pw(Xh,zr),i}finally{ce=e,jp=!1}}return null}var ko=[],Co=0,Wu=null,qu=0,Dt=[],Vt=0,vi=null,Bn=1,zn="";function ui(t,e){ko[Co++]=qu,ko[Co++]=Wu,Wu=t,qu=e}function ax(t,e,n){Dt[Vt++]=Bn,Dt[Vt++]=zn,Dt[Vt++]=vi,vi=t;var r=Bn;t=zn;var i=32-nn(r)-1;r&=~(1<<i),n+=1;var o=32-nn(e)+i;if(30<o){var s=i-i%5;o=(r&(1<<s)-1).toString(32),r>>=s,i-=s,Bn=1<<32-nn(e)+i|n<<i|r,zn=o+t}else Bn=1<<o|n<<i|r,zn=t}function sg(t){t.return!==null&&(ui(t,1),ax(t,1,0))}function ag(t){for(;t===Wu;)Wu=ko[--Co],ko[Co]=null,qu=ko[--Co],ko[Co]=null;for(;t===vi;)vi=Dt[--Vt],Dt[Vt]=null,zn=Dt[--Vt],Dt[Vt]=null,Bn=Dt[--Vt],Dt[Vt]=null}var Rt=null,Tt=null,be=!1,tn=null;function lx(t,e){var n=Bt(5,null,null,0);n.elementType="DELETED",n.stateNode=e,n.return=t,e=t.deletions,e===null?(t.deletions=[n],t.flags|=16):e.push(n)}function D0(t,e){switch(t.tag){case 5:var n=t.type;return e=e.nodeType!==1||n.toLowerCase()!==e.nodeName.toLowerCase()?null:e,e!==null?(t.stateNode=e,Rt=t,Tt=Nr(e.firstChild),!0):!1;case 6:return e=t.pendingProps===""||e.nodeType!==3?null:e,e!==null?(t.stateNode=e,Rt=t,Tt=null,!0):!1;case 13:return e=e.nodeType!==8?null:e,e!==null?(n=vi!==null?{id:Bn,overflow:zn}:null,t.memoizedState={dehydrated:e,treeContext:n,retryLane:1073741824},n=Bt(18,null,null,0),n.stateNode=e,n.return=t,t.child=n,Rt=t,Tt=null,!0):!1;default:return!1}}function Ch(t){return(t.mode&1)!==0&&(t.flags&128)===0}function Eh(t){if(be){var e=Tt;if(e){var n=e;if(!D0(t,e)){if(Ch(t))throw Error(R(418));e=Nr(n.nextSibling);var r=Rt;e&&D0(t,e)?lx(r,n):(t.flags=t.flags&-4097|2,be=!1,Rt=t)}}else{if(Ch(t))throw Error(R(418));t.flags=t.flags&-4097|2,be=!1,Rt=t}}}function V0(t){for(t=t.return;t!==null&&t.tag!==5&&t.tag!==3&&t.tag!==13;)t=t.return;Rt=t}function _u(t){if(t!==Rt)return!1;if(!be)return V0(t),be=!0,!1;var e;if((e=t.tag!==3)&&!(e=t.tag!==5)&&(e=t.type,e=e!=="head"&&e!=="body"&&!xh(t.type,t.memoizedProps)),e&&(e=Tt)){if(Ch(t))throw ux(),Error(R(418));for(;e;)lx(t,e),e=Nr(e.nextSibling)}if(V0(t),t.tag===13){if(t=t.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error(R(317));e:{for(t=t.nextSibling,e=0;t;){if(t.nodeType===8){var n=t.data;if(n==="/$"){if(e===0){Tt=Nr(t.nextSibling);break e}e--}else n!=="$"&&n!=="$!"&&n!=="$?"||e++}t=t.nextSibling}Tt=null}}else Tt=Rt?Nr(t.stateNode.nextSibling):null;return!0}function ux(){for(var t=Tt;t;)t=Nr(t.nextSibling)}function $o(){Tt=Rt=null,be=!1}function lg(t){tn===null?tn=[t]:tn.push(t)}var FT=Kn.ReactCurrentBatchConfig;function Zs(t,e,n){if(t=n.ref,t!==null&&typeof t!="function"&&typeof t!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(R(309));var r=n.stateNode}if(!r)throw Error(R(147,t));var i=r,o=""+t;return e!==null&&e.ref!==null&&typeof e.ref=="function"&&e.ref._stringRef===o?e.ref:(e=function(s){var a=i.refs;s===null?delete a[o]:a[o]=s},e._stringRef=o,e)}if(typeof t!="string")throw Error(R(284));if(!n._owner)throw Error(R(290,t))}return t}function wu(t,e){throw t=Object.prototype.toString.call(e),Error(R(31,t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t))}function B0(t){var e=t._init;return e(t._payload)}function cx(t){function e(d,p){if(t){var m=d.deletions;m===null?(d.deletions=[p],d.flags|=16):m.push(p)}}function n(d,p){if(!t)return null;for(;p!==null;)e(d,p),p=p.sibling;return null}function r(d,p){for(d=new Map;p!==null;)p.key!==null?d.set(p.key,p):d.set(p.index,p),p=p.sibling;return d}function i(d,p){return d=Fr(d,p),d.index=0,d.sibling=null,d}function o(d,p,m){return d.index=m,t?(m=d.alternate,m!==null?(m=m.index,m<p?(d.flags|=2,p):m):(d.flags|=2,p)):(d.flags|=1048576,p)}function s(d){return t&&d.alternate===null&&(d.flags|=2),d}function a(d,p,m,y){return p===null||p.tag!==6?(p=Yp(m,d.mode,y),p.return=d,p):(p=i(p,m),p.return=d,p)}function l(d,p,m,y){var w=m.type;return w===yo?c(d,p,m.props.children,y,m.key):p!==null&&(p.elementType===w||typeof w=="object"&&w!==null&&w.$$typeof===br&&B0(w)===p.type)?(y=i(p,m.props),y.ref=Zs(d,p,m),y.return=d,y):(y=Ou(m.type,m.key,m.props,null,d.mode,y),y.ref=Zs(d,p,m),y.return=d,y)}function u(d,p,m,y){return p===null||p.tag!==4||p.stateNode.containerInfo!==m.containerInfo||p.stateNode.implementation!==m.implementation?(p=Xp(m,d.mode,y),p.return=d,p):(p=i(p,m.children||[]),p.return=d,p)}function c(d,p,m,y,w){return p===null||p.tag!==7?(p=gi(m,d.mode,y,w),p.return=d,p):(p=i(p,m),p.return=d,p)}function f(d,p,m){if(typeof p=="string"&&p!==""||typeof p=="number")return p=Yp(""+p,d.mode,m),p.return=d,p;if(typeof p=="object"&&p!==null){switch(p.$$typeof){case ou:return m=Ou(p.type,p.key,p.props,null,d.mode,m),m.ref=Zs(d,null,p),m.return=d,m;case vo:return p=Xp(p,d.mode,m),p.return=d,p;case br:var y=p._init;return f(d,y(p._payload),m)}if(ea(p)||Ws(p))return p=gi(p,d.mode,m,null),p.return=d,p;wu(d,p)}return null}function h(d,p,m,y){var w=p!==null?p.key:null;if(typeof m=="string"&&m!==""||typeof m=="number")return w!==null?null:a(d,p,""+m,y);if(typeof m=="object"&&m!==null){switch(m.$$typeof){case ou:return m.key===w?l(d,p,m,y):null;case vo:return m.key===w?u(d,p,m,y):null;case br:return w=m._init,h(d,p,w(m._payload),y)}if(ea(m)||Ws(m))return w!==null?null:c(d,p,m,y,null);wu(d,m)}return null}function g(d,p,m,y,w){if(typeof y=="string"&&y!==""||typeof y=="number")return d=d.get(m)||null,a(p,d,""+y,w);if(typeof y=="object"&&y!==null){switch(y.$$typeof){case ou:return d=d.get(y.key===null?m:y.key)||null,l(p,d,y,w);case vo:return d=d.get(y.key===null?m:y.key)||null,u(p,d,y,w);case br:var b=y._init;return g(d,p,m,b(y._payload),w)}if(ea(y)||Ws(y))return d=d.get(m)||null,c(p,d,y,w,null);wu(p,y)}return null}function v(d,p,m,y){for(var w=null,b=null,k=p,C=p=0,I=null;k!==null&&C<m.length;C++){k.index>C?(I=k,k=null):I=k.sibling;var A=h(d,k,m[C],y);if(A===null){k===null&&(k=I);break}t&&k&&A.alternate===null&&e(d,k),p=o(A,p,C),b===null?w=A:b.sibling=A,b=A,k=I}if(C===m.length)return n(d,k),be&&ui(d,C),w;if(k===null){for(;C<m.length;C++)k=f(d,m[C],y),k!==null&&(p=o(k,p,C),b===null?w=k:b.sibling=k,b=k);return be&&ui(d,C),w}for(k=r(d,k);C<m.length;C++)I=g(k,d,C,m[C],y),I!==null&&(t&&I.alternate!==null&&k.delete(I.key===null?C:I.key),p=o(I,p,C),b===null?w=I:b.sibling=I,b=I);return t&&k.forEach(function(H){return e(d,H)}),be&&ui(d,C),w}function _(d,p,m,y){var w=Ws(m);if(typeof w!="function")throw Error(R(150));if(m=w.call(m),m==null)throw Error(R(151));for(var b=w=null,k=p,C=p=0,I=null,A=m.next();k!==null&&!A.done;C++,A=m.next()){k.index>C?(I=k,k=null):I=k.sibling;var H=h(d,k,A.value,y);if(H===null){k===null&&(k=I);break}t&&k&&H.alternate===null&&e(d,k),p=o(H,p,C),b===null?w=H:b.sibling=H,b=H,k=I}if(A.done)return n(d,k),be&&ui(d,C),w;if(k===null){for(;!A.done;C++,A=m.next())A=f(d,A.value,y),A!==null&&(p=o(A,p,C),b===null?w=A:b.sibling=A,b=A);return be&&ui(d,C),w}for(k=r(d,k);!A.done;C++,A=m.next())A=g(k,d,C,A.value,y),A!==null&&(t&&A.alternate!==null&&k.delete(A.key===null?C:A.key),p=o(A,p,C),b===null?w=A:b.sibling=A,b=A);return t&&k.forEach(function(K){return e(d,K)}),be&&ui(d,C),w}function x(d,p,m,y){if(typeof m=="object"&&m!==null&&m.type===yo&&m.key===null&&(m=m.props.children),typeof m=="object"&&m!==null){switch(m.$$typeof){case ou:e:{for(var w=m.key,b=p;b!==null;){if(b.key===w){if(w=m.type,w===yo){if(b.tag===7){n(d,b.sibling),p=i(b,m.props.children),p.return=d,d=p;break e}}else if(b.elementType===w||typeof w=="object"&&w!==null&&w.$$typeof===br&&B0(w)===b.type){n(d,b.sibling),p=i(b,m.props),p.ref=Zs(d,b,m),p.return=d,d=p;break e}n(d,b);break}else e(d,b);b=b.sibling}m.type===yo?(p=gi(m.props.children,d.mode,y,m.key),p.return=d,d=p):(y=Ou(m.type,m.key,m.props,null,d.mode,y),y.ref=Zs(d,p,m),y.return=d,d=y)}return s(d);case vo:e:{for(b=m.key;p!==null;){if(p.key===b)if(p.tag===4&&p.stateNode.containerInfo===m.containerInfo&&p.stateNode.implementation===m.implementation){n(d,p.sibling),p=i(p,m.children||[]),p.return=d,d=p;break e}else{n(d,p);break}else e(d,p);p=p.sibling}p=Xp(m,d.mode,y),p.return=d,d=p}return s(d);case br:return b=m._init,x(d,p,b(m._payload),y)}if(ea(m))return v(d,p,m,y);if(Ws(m))return _(d,p,m,y);wu(d,m)}return typeof m=="string"&&m!==""||typeof m=="number"?(m=""+m,p!==null&&p.tag===6?(n(d,p.sibling),p=i(p,m),p.return=d,d=p):(n(d,p),p=Yp(m,d.mode,y),p.return=d,d=p),s(d)):n(d,p)}return x}var Do=cx(!0),dx=cx(!1),Ku=Br(null),Gu=null,Eo=null,ug=null;function cg(){ug=Eo=Gu=null}function dg(t){var e=Ku.current;_e(Ku),t._currentValue=e}function Ah(t,e,n){for(;t!==null;){var r=t.alternate;if((t.childLanes&e)!==e?(t.childLanes|=e,r!==null&&(r.childLanes|=e)):r!==null&&(r.childLanes&e)!==e&&(r.childLanes|=e),t===n)break;t=t.return}}function Oo(t,e){Gu=t,ug=Eo=null,t=t.dependencies,t!==null&&t.firstContext!==null&&((t.lanes&e)!==0&&(mt=!0),t.firstContext=null)}function Ht(t){var e=t._currentValue;if(ug!==t)if(t={context:t,memoizedValue:e,next:null},Eo===null){if(Gu===null)throw Error(R(308));Eo=t,Gu.dependencies={lanes:0,firstContext:t}}else Eo=Eo.next=t;return e}var fi=null;function fg(t){fi===null?fi=[t]:fi.push(t)}function fx(t,e,n,r){var i=e.interleaved;return i===null?(n.next=n,fg(e)):(n.next=i.next,i.next=n),e.interleaved=n,Wn(t,r)}function Wn(t,e){t.lanes|=e;var n=t.alternate;for(n!==null&&(n.lanes|=e),n=t,t=t.return;t!==null;)t.childLanes|=e,n=t.alternate,n!==null&&(n.childLanes|=e),n=t,t=t.return;return n.tag===3?n.stateNode:null}var kr=!1;function pg(t){t.updateQueue={baseState:t.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function px(t,e){t=t.updateQueue,e.updateQueue===t&&(e.updateQueue={baseState:t.baseState,firstBaseUpdate:t.firstBaseUpdate,lastBaseUpdate:t.lastBaseUpdate,shared:t.shared,effects:t.effects})}function Hn(t,e){return{eventTime:t,lane:e,tag:0,payload:null,callback:null,next:null}}function Or(t,e,n){var r=t.updateQueue;if(r===null)return null;if(r=r.shared,(se&2)!==0){var i=r.pending;return i===null?e.next=e:(e.next=i.next,i.next=e),r.pending=e,Wn(t,n)}return i=r.interleaved,i===null?(e.next=e,fg(r)):(e.next=i.next,i.next=e),r.interleaved=e,Wn(t,n)}function Au(t,e,n){if(e=e.updateQueue,e!==null&&(e=e.shared,(n&4194240)!==0)){var r=e.lanes;r&=t.pendingLanes,n|=r,e.lanes=n,Qh(t,n)}}function z0(t,e){var n=t.updateQueue,r=t.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var i=null,o=null;if(n=n.firstBaseUpdate,n!==null){do{var s={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};o===null?i=o=s:o=o.next=s,n=n.next}while(n!==null);o===null?i=o=e:o=o.next=e}else i=o=e;n={baseState:r.baseState,firstBaseUpdate:i,lastBaseUpdate:o,shared:r.shared,effects:r.effects},t.updateQueue=n;return}t=n.lastBaseUpdate,t===null?n.firstBaseUpdate=e:t.next=e,n.lastBaseUpdate=e}function Zu(t,e,n,r){var i=t.updateQueue;kr=!1;var o=i.firstBaseUpdate,s=i.lastBaseUpdate,a=i.shared.pending;if(a!==null){i.shared.pending=null;var l=a,u=l.next;l.next=null,s===null?o=u:s.next=u,s=l;var c=t.alternate;c!==null&&(c=c.updateQueue,a=c.lastBaseUpdate,a!==s&&(a===null?c.firstBaseUpdate=u:a.next=u,c.lastBaseUpdate=l))}if(o!==null){var f=i.baseState;s=0,c=u=l=null,a=o;do{var h=a.lane,g=a.eventTime;if((r&h)===h){c!==null&&(c=c.next={eventTime:g,lane:0,tag:a.tag,payload:a.payload,callback:a.callback,next:null});e:{var v=t,_=a;switch(h=e,g=n,_.tag){case 1:if(v=_.payload,typeof v=="function"){f=v.call(g,f,h);break e}f=v;break e;case 3:v.flags=v.flags&-65537|128;case 0:if(v=_.payload,h=typeof v=="function"?v.call(g,f,h):v,h==null)break e;f=Re({},f,h);break e;case 2:kr=!0}}a.callback!==null&&a.lane!==0&&(t.flags|=64,h=i.effects,h===null?i.effects=[a]:h.push(a))}else g={eventTime:g,lane:h,tag:a.tag,payload:a.payload,callback:a.callback,next:null},c===null?(u=c=g,l=f):c=c.next=g,s|=h;if(a=a.next,a===null){if(a=i.shared.pending,a===null)break;h=a,a=h.next,h.next=null,i.lastBaseUpdate=h,i.shared.pending=null}}while(!0);if(c===null&&(l=f),i.baseState=l,i.firstBaseUpdate=u,i.lastBaseUpdate=c,e=i.shared.interleaved,e!==null){i=e;do s|=i.lane,i=i.next;while(i!==e)}else o===null&&(i.shared.lanes=0);_i|=s,t.lanes=s,t.memoizedState=f}}function H0(t,e,n){if(t=e.effects,e.effects=null,t!==null)for(e=0;e<t.length;e++){var r=t[e],i=r.callback;if(i!==null){if(r.callback=null,r=n,typeof i!="function")throw Error(R(191,i));i.call(r)}}}var Na={},bn=Br(Na),ba=Br(Na),ka=Br(Na);function pi(t){if(t===Na)throw Error(R(174));return t}function hg(t,e){switch(me(ka,e),me(ba,t),me(bn,Na),t=e.nodeType,t){case 9:case 11:e=(e=e.documentElement)?e.namespaceURI:ah(null,"");break;default:t=t===8?e.parentNode:e,e=t.namespaceURI||null,t=t.tagName,e=ah(e,t)}_e(bn),me(bn,e)}function Vo(){_e(bn),_e(ba),_e(ka)}function hx(t){pi(ka.current);var e=pi(bn.current),n=ah(e,t.type);e!==n&&(me(ba,t),me(bn,n))}function gg(t){ba.current===t&&(_e(bn),_e(ba))}var Ae=Br(0);function Yu(t){for(var e=t;e!==null;){if(e.tag===13){var n=e.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return e}else if(e.tag===19&&e.memoizedProps.revealOrder!==void 0){if((e.flags&128)!==0)return e}else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break;for(;e.sibling===null;){if(e.return===null||e.return===t)return null;e=e.return}e.sibling.return=e.return,e=e.sibling}return null}var Up=[];function mg(){for(var t=0;t<Up.length;t++)Up[t]._workInProgressVersionPrimary=null;Up.length=0}var Tu=Kn.ReactCurrentDispatcher,Wp=Kn.ReactCurrentBatchConfig,yi=0,Te=null,$e=null,Be=null,Xu=!1,la=!1,Ca=0,$T=0;function Qe(){throw Error(R(321))}function vg(t,e){if(e===null)return!1;for(var n=0;n<e.length&&n<t.length;n++)if(!on(t[n],e[n]))return!1;return!0}function yg(t,e,n,r,i,o){if(yi=o,Te=e,e.memoizedState=null,e.updateQueue=null,e.lanes=0,Tu.current=t===null||t.memoizedState===null?zT:HT,t=n(r,i),la){o=0;do{if(la=!1,Ca=0,25<=o)throw Error(R(301));o+=1,Be=$e=null,e.updateQueue=null,Tu.current=jT,t=n(r,i)}while(la)}if(Tu.current=Qu,e=$e!==null&&$e.next!==null,yi=0,Be=$e=Te=null,Xu=!1,e)throw Error(R(300));return t}function _g(){var t=Ca!==0;return Ca=0,t}function wn(){var t={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Be===null?Te.memoizedState=Be=t:Be=Be.next=t,Be}function jt(){if($e===null){var t=Te.alternate;t=t!==null?t.memoizedState:null}else t=$e.next;var e=Be===null?Te.memoizedState:Be.next;if(e!==null)Be=e,$e=t;else{if(t===null)throw Error(R(310));$e=t,t={memoizedState:$e.memoizedState,baseState:$e.baseState,baseQueue:$e.baseQueue,queue:$e.queue,next:null},Be===null?Te.memoizedState=Be=t:Be=Be.next=t}return Be}function Ea(t,e){return typeof e=="function"?e(t):e}function qp(t){var e=jt(),n=e.queue;if(n===null)throw Error(R(311));n.lastRenderedReducer=t;var r=$e,i=r.baseQueue,o=n.pending;if(o!==null){if(i!==null){var s=i.next;i.next=o.next,o.next=s}r.baseQueue=i=o,n.pending=null}if(i!==null){o=i.next,r=r.baseState;var a=s=null,l=null,u=o;do{var c=u.lane;if((yi&c)===c)l!==null&&(l=l.next={lane:0,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),r=u.hasEagerState?u.eagerState:t(r,u.action);else{var f={lane:c,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null};l===null?(a=l=f,s=r):l=l.next=f,Te.lanes|=c,_i|=c}u=u.next}while(u!==null&&u!==o);l===null?s=r:l.next=a,on(r,e.memoizedState)||(mt=!0),e.memoizedState=r,e.baseState=s,e.baseQueue=l,n.lastRenderedState=r}if(t=n.interleaved,t!==null){i=t;do o=i.lane,Te.lanes|=o,_i|=o,i=i.next;while(i!==t)}else i===null&&(n.lanes=0);return[e.memoizedState,n.dispatch]}function Kp(t){var e=jt(),n=e.queue;if(n===null)throw Error(R(311));n.lastRenderedReducer=t;var r=n.dispatch,i=n.pending,o=e.memoizedState;if(i!==null){n.pending=null;var s=i=i.next;do o=t(o,s.action),s=s.next;while(s!==i);on(o,e.memoizedState)||(mt=!0),e.memoizedState=o,e.baseQueue===null&&(e.baseState=o),n.lastRenderedState=o}return[o,r]}function gx(){}function mx(t,e){var n=Te,r=jt(),i=e(),o=!on(r.memoizedState,i);if(o&&(r.memoizedState=i,mt=!0),r=r.queue,wg(_x.bind(null,n,r,t),[t]),r.getSnapshot!==e||o||Be!==null&&Be.memoizedState.tag&1){if(n.flags|=2048,Aa(9,yx.bind(null,n,r,i,e),void 0,null),ze===null)throw Error(R(349));(yi&30)!==0||vx(n,e,i)}return i}function vx(t,e,n){t.flags|=16384,t={getSnapshot:e,value:n},e=Te.updateQueue,e===null?(e={lastEffect:null,stores:null},Te.updateQueue=e,e.stores=[t]):(n=e.stores,n===null?e.stores=[t]:n.push(t))}function yx(t,e,n,r){e.value=n,e.getSnapshot=r,wx(e)&&xx(t)}function _x(t,e,n){return n(function(){wx(e)&&xx(t)})}function wx(t){var e=t.getSnapshot;t=t.value;try{var n=e();return!on(t,n)}catch{return!0}}function xx(t){var e=Wn(t,1);e!==null&&rn(e,t,1,-1)}function j0(t){var e=wn();return typeof t=="function"&&(t=t()),e.memoizedState=e.baseState=t,t={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ea,lastRenderedState:t},e.queue=t,t=t.dispatch=BT.bind(null,Te,t),[e.memoizedState,t]}function Aa(t,e,n,r){return t={tag:t,create:e,destroy:n,deps:r,next:null},e=Te.updateQueue,e===null?(e={lastEffect:null,stores:null},Te.updateQueue=e,e.lastEffect=t.next=t):(n=e.lastEffect,n===null?e.lastEffect=t.next=t:(r=n.next,n.next=t,t.next=r,e.lastEffect=t)),t}function Sx(){return jt().memoizedState}function Ru(t,e,n,r){var i=wn();Te.flags|=t,i.memoizedState=Aa(1|e,n,void 0,r===void 0?null:r)}function cc(t,e,n,r){var i=jt();r=r===void 0?null:r;var o=void 0;if($e!==null){var s=$e.memoizedState;if(o=s.destroy,r!==null&&vg(r,s.deps)){i.memoizedState=Aa(e,n,o,r);return}}Te.flags|=t,i.memoizedState=Aa(1|e,n,o,r)}function U0(t,e){return Ru(8390656,8,t,e)}function wg(t,e){return cc(2048,8,t,e)}function bx(t,e){return cc(4,2,t,e)}function kx(t,e){return cc(4,4,t,e)}function Cx(t,e){if(typeof e=="function")return t=t(),e(t),function(){e(null)};if(e!=null)return t=t(),e.current=t,function(){e.current=null}}function Ex(t,e,n){return n=n!=null?n.concat([t]):null,cc(4,4,Cx.bind(null,e,t),n)}function xg(){}function Ax(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&vg(e,r[1])?r[0]:(n.memoizedState=[t,e],t)}function Tx(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&vg(e,r[1])?r[0]:(t=t(),n.memoizedState=[t,e],t)}function Rx(t,e,n){return(yi&21)===0?(t.baseState&&(t.baseState=!1,mt=!0),t.memoizedState=n):(on(n,e)||(n=Lw(),Te.lanes|=n,_i|=n,t.baseState=!0),e)}function DT(t,e){var n=ce;ce=n!==0&&4>n?n:4,t(!0);var r=Wp.transition;Wp.transition={};try{t(!1),e()}finally{ce=n,Wp.transition=r}}function Ix(){return jt().memoizedState}function VT(t,e,n){var r=Mr(t);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},Px(t))Nx(e,n);else if(n=fx(t,e,n,r),n!==null){var i=at();rn(n,t,r,i),Ox(n,e,r)}}function BT(t,e,n){var r=Mr(t),i={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Px(t))Nx(e,i);else{var o=t.alternate;if(t.lanes===0&&(o===null||o.lanes===0)&&(o=e.lastRenderedReducer,o!==null))try{var s=e.lastRenderedState,a=o(s,n);if(i.hasEagerState=!0,i.eagerState=a,on(a,s)){var l=e.interleaved;l===null?(i.next=i,fg(e)):(i.next=l.next,l.next=i),e.interleaved=i;return}}catch{}n=fx(t,e,i,r),n!==null&&(i=at(),rn(n,t,r,i),Ox(n,e,r))}}function Px(t){var e=t.alternate;return t===Te||e!==null&&e===Te}function Nx(t,e){la=Xu=!0;var n=t.pending;n===null?e.next=e:(e.next=n.next,n.next=e),t.pending=e}function Ox(t,e,n){if((n&4194240)!==0){var r=e.lanes;r&=t.pendingLanes,n|=r,e.lanes=n,Qh(t,n)}}var Qu={readContext:Ht,useCallback:Qe,useContext:Qe,useEffect:Qe,useImperativeHandle:Qe,useInsertionEffect:Qe,useLayoutEffect:Qe,useMemo:Qe,useReducer:Qe,useRef:Qe,useState:Qe,useDebugValue:Qe,useDeferredValue:Qe,useTransition:Qe,useMutableSource:Qe,useSyncExternalStore:Qe,useId:Qe,unstable_isNewReconciler:!1},zT={readContext:Ht,useCallback:function(t,e){return wn().memoizedState=[t,e===void 0?null:e],t},useContext:Ht,useEffect:U0,useImperativeHandle:function(t,e,n){return n=n!=null?n.concat([t]):null,Ru(4194308,4,Cx.bind(null,e,t),n)},useLayoutEffect:function(t,e){return Ru(4194308,4,t,e)},useInsertionEffect:function(t,e){return Ru(4,2,t,e)},useMemo:function(t,e){var n=wn();return e=e===void 0?null:e,t=t(),n.memoizedState=[t,e],t},useReducer:function(t,e,n){var r=wn();return e=n!==void 0?n(e):e,r.memoizedState=r.baseState=e,t={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:t,lastRenderedState:e},r.queue=t,t=t.dispatch=VT.bind(null,Te,t),[r.memoizedState,t]},useRef:function(t){var e=wn();return t={current:t},e.memoizedState=t},useState:j0,useDebugValue:xg,useDeferredValue:function(t){return wn().memoizedState=t},useTransition:function(){var t=j0(!1),e=t[0];return t=DT.bind(null,t[1]),wn().memoizedState=t,[e,t]},useMutableSource:function(){},useSyncExternalStore:function(t,e,n){var r=Te,i=wn();if(be){if(n===void 0)throw Error(R(407));n=n()}else{if(n=e(),ze===null)throw Error(R(349));(yi&30)!==0||vx(r,e,n)}i.memoizedState=n;var o={value:n,getSnapshot:e};return i.queue=o,U0(_x.bind(null,r,o,t),[t]),r.flags|=2048,Aa(9,yx.bind(null,r,o,n,e),void 0,null),n},useId:function(){var t=wn(),e=ze.identifierPrefix;if(be){var n=zn,r=Bn;n=(r&~(1<<32-nn(r)-1)).toString(32)+n,e=":"+e+"R"+n,n=Ca++,0<n&&(e+="H"+n.toString(32)),e+=":"}else n=$T++,e=":"+e+"r"+n.toString(32)+":";return t.memoizedState=e},unstable_isNewReconciler:!1},HT={readContext:Ht,useCallback:Ax,useContext:Ht,useEffect:wg,useImperativeHandle:Ex,useInsertionEffect:bx,useLayoutEffect:kx,useMemo:Tx,useReducer:qp,useRef:Sx,useState:function(){return qp(Ea)},useDebugValue:xg,useDeferredValue:function(t){var e=jt();return Rx(e,$e.memoizedState,t)},useTransition:function(){var t=qp(Ea)[0],e=jt().memoizedState;return[t,e]},useMutableSource:gx,useSyncExternalStore:mx,useId:Ix,unstable_isNewReconciler:!1},jT={readContext:Ht,useCallback:Ax,useContext:Ht,useEffect:wg,useImperativeHandle:Ex,useInsertionEffect:bx,useLayoutEffect:kx,useMemo:Tx,useReducer:Kp,useRef:Sx,useState:function(){return Kp(Ea)},useDebugValue:xg,useDeferredValue:function(t){var e=jt();return $e===null?e.memoizedState=t:Rx(e,$e.memoizedState,t)},useTransition:function(){var t=Kp(Ea)[0],e=jt().memoizedState;return[t,e]},useMutableSource:gx,useSyncExternalStore:mx,useId:Ix,unstable_isNewReconciler:!1};function Jt(t,e){if(t&&t.defaultProps){e=Re({},e),t=t.defaultProps;for(var n in t)e[n]===void 0&&(e[n]=t[n]);return e}return e}function Th(t,e,n,r){e=t.memoizedState,n=n(r,e),n=n==null?e:Re({},e,n),t.memoizedState=n,t.lanes===0&&(t.updateQueue.baseState=n)}var dc={isMounted:function(t){return(t=t._reactInternals)?Si(t)===t:!1},enqueueSetState:function(t,e,n){t=t._reactInternals;var r=at(),i=Mr(t),o=Hn(r,i);o.payload=e,n!=null&&(o.callback=n),e=Or(t,o,i),e!==null&&(rn(e,t,i,r),Au(e,t,i))},enqueueReplaceState:function(t,e,n){t=t._reactInternals;var r=at(),i=Mr(t),o=Hn(r,i);o.tag=1,o.payload=e,n!=null&&(o.callback=n),e=Or(t,o,i),e!==null&&(rn(e,t,i,r),Au(e,t,i))},enqueueForceUpdate:function(t,e){t=t._reactInternals;var n=at(),r=Mr(t),i=Hn(n,r);i.tag=2,e!=null&&(i.callback=e),e=Or(t,i,r),e!==null&&(rn(e,t,r,n),Au(e,t,r))}};function W0(t,e,n,r,i,o,s){return t=t.stateNode,typeof t.shouldComponentUpdate=="function"?t.shouldComponentUpdate(r,o,s):e.prototype&&e.prototype.isPureReactComponent?!_a(n,r)||!_a(i,o):!0}function Lx(t,e,n){var r=!1,i=Dr,o=e.contextType;return typeof o=="object"&&o!==null?o=Ht(o):(i=yt(e)?mi:tt.current,r=e.contextTypes,o=(r=r!=null)?Fo(t,i):Dr),e=new e(n,o),t.memoizedState=e.state!==null&&e.state!==void 0?e.state:null,e.updater=dc,t.stateNode=e,e._reactInternals=t,r&&(t=t.stateNode,t.__reactInternalMemoizedUnmaskedChildContext=i,t.__reactInternalMemoizedMaskedChildContext=o),e}function q0(t,e,n,r){t=e.state,typeof e.componentWillReceiveProps=="function"&&e.componentWillReceiveProps(n,r),typeof e.UNSAFE_componentWillReceiveProps=="function"&&e.UNSAFE_componentWillReceiveProps(n,r),e.state!==t&&dc.enqueueReplaceState(e,e.state,null)}function Rh(t,e,n,r){var i=t.stateNode;i.props=n,i.state=t.memoizedState,i.refs={},pg(t);var o=e.contextType;typeof o=="object"&&o!==null?i.context=Ht(o):(o=yt(e)?mi:tt.current,i.context=Fo(t,o)),i.state=t.memoizedState,o=e.getDerivedStateFromProps,typeof o=="function"&&(Th(t,e,o,n),i.state=t.memoizedState),typeof e.getDerivedStateFromProps=="function"||typeof i.getSnapshotBeforeUpdate=="function"||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(e=i.state,typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount(),e!==i.state&&dc.enqueueReplaceState(i,i.state,null),Zu(t,n,i,r),i.state=t.memoizedState),typeof i.componentDidMount=="function"&&(t.flags|=4194308)}function Bo(t,e){try{var n="",r=e;do n+=_A(r),r=r.return;while(r);var i=n}catch(o){i=`
5
+ `+i[s].replace(" at new "," at ");return t.displayName&&l.includes("<anonymous>")&&(l=l.replace("<anonymous>",t.displayName)),l}while(1<=s&&0<=a);break}}}finally{Pp=!1,Error.prepareStackTrace=n}return(t=t?t.displayName||t.name:"")?Js(t):""}function _A(t){switch(t.tag){case 5:return Js(t.type);case 16:return Js("Lazy");case 13:return Js("Suspense");case 19:return Js("SuspenseList");case 0:case 2:case 15:return t=Np(t.type,!1),t;case 11:return t=Np(t.type.render,!1),t;case 1:return t=Np(t.type,!0),t;default:return""}}function nh(t){if(t==null)return null;if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;switch(t){case yo:return"Fragment";case vo:return"Portal";case Jp:return"Profiler";case Kh:return"StrictMode";case eh:return"Suspense";case th:return"SuspenseList"}if(typeof t=="object")switch(t.$$typeof){case pw:return(t.displayName||"Context")+".Consumer";case fw:return(t._context.displayName||"Context")+".Provider";case Gh:var e=t.render;return t=t.displayName,t||(t=e.displayName||e.name||"",t=t!==""?"ForwardRef("+t+")":"ForwardRef"),t;case Zh:return e=t.displayName||null,e!==null?e:nh(t.type)||"Memo";case br:e=t._payload,t=t._init;try{return nh(t(e))}catch{}}return null}function wA(t){var e=t.type;switch(t.tag){case 24:return"Cache";case 9:return(e.displayName||"Context")+".Consumer";case 10:return(e._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return t=e.render,t=t.displayName||t.name||"",e.displayName||(t!==""?"ForwardRef("+t+")":"ForwardRef");case 7:return"Fragment";case 5:return e;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return nh(e);case 8:return e===Kh?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e}return null}function $r(t){switch(typeof t){case"boolean":case"number":case"string":case"undefined":return t;case"object":return t;default:return""}}function gw(t){var e=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(e==="checkbox"||e==="radio")}function xA(t){var e=gw(t)?"checked":"value",n=Object.getOwnPropertyDescriptor(t.constructor.prototype,e),r=""+t[e];if(!t.hasOwnProperty(e)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var i=n.get,o=n.set;return Object.defineProperty(t,e,{configurable:!0,get:function(){return i.call(this)},set:function(s){r=""+s,o.call(this,s)}}),Object.defineProperty(t,e,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(s){r=""+s},stopTracking:function(){t._valueTracker=null,delete t[e]}}}}function sc(t){t._valueTracker||(t._valueTracker=xA(t))}function mw(t){if(!t)return!1;var e=t._valueTracker;if(!e)return!0;var n=e.getValue(),r="";return t&&(r=gw(t)?t.checked?"true":"false":t.value),t=r,t!==n?(e.setValue(t),!0):!1}function Lc(t){if(t=t||(typeof document<"u"?document:void 0),typeof t>"u")return null;try{return t.activeElement||t.body}catch{return t.body}}function rh(t,e){var n=e.checked;return Re({},e,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??t._wrapperState.initialChecked})}function l0(t,e){var n=e.defaultValue==null?"":e.defaultValue,r=e.checked!=null?e.checked:e.defaultChecked;n=$r(e.value!=null?e.value:n),t._wrapperState={initialChecked:r,initialValue:n,controlled:e.type==="checkbox"||e.type==="radio"?e.checked!=null:e.value!=null}}function vw(t,e){e=e.checked,e!=null&&qh(t,"checked",e,!1)}function ih(t,e){vw(t,e);var n=$r(e.value),r=e.type;if(n!=null)r==="number"?(n===0&&t.value===""||t.value!=n)&&(t.value=""+n):t.value!==""+n&&(t.value=""+n);else if(r==="submit"||r==="reset"){t.removeAttribute("value");return}e.hasOwnProperty("value")?oh(t,e.type,n):e.hasOwnProperty("defaultValue")&&oh(t,e.type,$r(e.defaultValue)),e.checked==null&&e.defaultChecked!=null&&(t.defaultChecked=!!e.defaultChecked)}function c0(t,e,n){if(e.hasOwnProperty("value")||e.hasOwnProperty("defaultValue")){var r=e.type;if(!(r!=="submit"&&r!=="reset"||e.value!==void 0&&e.value!==null))return;e=""+t._wrapperState.initialValue,n||e===t.value||(t.value=e),t.defaultValue=e}n=t.name,n!==""&&(t.name=""),t.defaultChecked=!!t._wrapperState.initialChecked,n!==""&&(t.name=n)}function oh(t,e,n){(e!=="number"||Lc(t.ownerDocument)!==t)&&(n==null?t.defaultValue=""+t._wrapperState.initialValue:t.defaultValue!==""+n&&(t.defaultValue=""+n))}var ea=Array.isArray;function Ro(t,e,n,r){if(t=t.options,e){e={};for(var i=0;i<n.length;i++)e["$"+n[i]]=!0;for(n=0;n<t.length;n++)i=e.hasOwnProperty("$"+t[n].value),t[n].selected!==i&&(t[n].selected=i),i&&r&&(t[n].defaultSelected=!0)}else{for(n=""+$r(n),e=null,i=0;i<t.length;i++){if(t[i].value===n){t[i].selected=!0,r&&(t[i].defaultSelected=!0);return}e!==null||t[i].disabled||(e=t[i])}e!==null&&(e.selected=!0)}}function sh(t,e){if(e.dangerouslySetInnerHTML!=null)throw Error(R(91));return Re({},e,{value:void 0,defaultValue:void 0,children:""+t._wrapperState.initialValue})}function u0(t,e){var n=e.value;if(n==null){if(n=e.children,e=e.defaultValue,n!=null){if(e!=null)throw Error(R(92));if(ea(n)){if(1<n.length)throw Error(R(93));n=n[0]}e=n}e==null&&(e=""),n=e}t._wrapperState={initialValue:$r(n)}}function yw(t,e){var n=$r(e.value),r=$r(e.defaultValue);n!=null&&(n=""+n,n!==t.value&&(t.value=n),e.defaultValue==null&&t.defaultValue!==n&&(t.defaultValue=n)),r!=null&&(t.defaultValue=""+r)}function d0(t){var e=t.textContent;e===t._wrapperState.initialValue&&e!==""&&e!==null&&(t.value=e)}function _w(t){switch(t){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ah(t,e){return t==null||t==="http://www.w3.org/1999/xhtml"?_w(e):t==="http://www.w3.org/2000/svg"&&e==="foreignObject"?"http://www.w3.org/1999/xhtml":t}var ac,ww=(function(t){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(e,n,r,i){MSApp.execUnsafeLocalFunction(function(){return t(e,n,r,i)})}:t})(function(t,e){if(t.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in t)t.innerHTML=e;else{for(ac=ac||document.createElement("div"),ac.innerHTML="<svg>"+e.valueOf().toString()+"</svg>",e=ac.firstChild;t.firstChild;)t.removeChild(t.firstChild);for(;e.firstChild;)t.appendChild(e.firstChild)}});function pa(t,e){if(e){var n=t.firstChild;if(n&&n===t.lastChild&&n.nodeType===3){n.nodeValue=e;return}}t.textContent=e}var ra={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},SA=["Webkit","ms","Moz","O"];Object.keys(ra).forEach(function(t){SA.forEach(function(e){e=e+t.charAt(0).toUpperCase()+t.substring(1),ra[e]=ra[t]})});function xw(t,e,n){return e==null||typeof e=="boolean"||e===""?"":n||typeof e!="number"||e===0||ra.hasOwnProperty(t)&&ra[t]?(""+e).trim():e+"px"}function Sw(t,e){t=t.style;for(var n in e)if(e.hasOwnProperty(n)){var r=n.indexOf("--")===0,i=xw(n,e[n],r);n==="float"&&(n="cssFloat"),r?t.setProperty(n,i):t[n]=i}}var bA=Re({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function lh(t,e){if(e){if(bA[t]&&(e.children!=null||e.dangerouslySetInnerHTML!=null))throw Error(R(137,t));if(e.dangerouslySetInnerHTML!=null){if(e.children!=null)throw Error(R(60));if(typeof e.dangerouslySetInnerHTML!="object"||!("__html"in e.dangerouslySetInnerHTML))throw Error(R(61))}if(e.style!=null&&typeof e.style!="object")throw Error(R(62))}}function ch(t,e){if(t.indexOf("-")===-1)return typeof e.is=="string";switch(t){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var uh=null;function Yh(t){return t=t.target||t.srcElement||window,t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===3?t.parentNode:t}var dh=null,Io=null,Po=null;function f0(t){if(t=Pa(t)){if(typeof dh!="function")throw Error(R(280));var e=t.stateNode;e&&(e=lu(e),dh(t.stateNode,t.type,e))}}function bw(t){Io?Po?Po.push(t):Po=[t]:Io=t}function kw(){if(Io){var t=Io,e=Po;if(Po=Io=null,f0(t),e)for(t=0;t<e.length;t++)f0(e[t])}}function Cw(t,e){return t(e)}function Ew(){}var Op=!1;function Aw(t,e,n){if(Op)return t(e,n);Op=!0;try{return Cw(t,e,n)}finally{Op=!1,(Io!==null||Po!==null)&&(Ew(),kw())}}function ha(t,e){var n=t.stateNode;if(n===null)return null;var r=lu(n);if(r===null)return null;n=r[e];e:switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(t=t.type,r=!(t==="button"||t==="input"||t==="select"||t==="textarea")),t=!r;break e;default:t=!1}if(t)return null;if(n&&typeof n!="function")throw Error(R(231,e,typeof n));return n}var fh=!1;if(jn)try{go={},Object.defineProperty(go,"passive",{get:function(){fh=!0}}),window.addEventListener("test",go,go),window.removeEventListener("test",go,go)}catch{fh=!1}var go;function kA(t,e,n,r,i,o,s,a,l){var c=Array.prototype.slice.call(arguments,3);try{e.apply(n,c)}catch(u){this.onError(u)}}var ia=!1,Mc=null,Fc=!1,ph=null,CA={onError:function(t){ia=!0,Mc=t}};function EA(t,e,n,r,i,o,s,a,l){ia=!1,Mc=null,kA.apply(CA,arguments)}function AA(t,e,n,r,i,o,s,a,l){if(EA.apply(this,arguments),ia){if(ia){var c=Mc;ia=!1,Mc=null}else throw Error(R(198));Fc||(Fc=!0,ph=c)}}function Si(t){var e=t,n=t;if(t.alternate)for(;e.return;)e=e.return;else{t=e;do e=t,(e.flags&4098)!==0&&(n=e.return),t=e.return;while(t)}return e.tag===3?n:null}function Tw(t){if(t.tag===13){var e=t.memoizedState;if(e===null&&(t=t.alternate,t!==null&&(e=t.memoizedState)),e!==null)return e.dehydrated}return null}function p0(t){if(Si(t)!==t)throw Error(R(188))}function TA(t){var e=t.alternate;if(!e){if(e=Si(t),e===null)throw Error(R(188));return e!==t?null:t}for(var n=t,r=e;;){var i=n.return;if(i===null)break;var o=i.alternate;if(o===null){if(r=i.return,r!==null){n=r;continue}break}if(i.child===o.child){for(o=i.child;o;){if(o===n)return p0(i),t;if(o===r)return p0(i),e;o=o.sibling}throw Error(R(188))}if(n.return!==r.return)n=i,r=o;else{for(var s=!1,a=i.child;a;){if(a===n){s=!0,n=i,r=o;break}if(a===r){s=!0,r=i,n=o;break}a=a.sibling}if(!s){for(a=o.child;a;){if(a===n){s=!0,n=o,r=i;break}if(a===r){s=!0,r=o,n=i;break}a=a.sibling}if(!s)throw Error(R(189))}}if(n.alternate!==r)throw Error(R(190))}if(n.tag!==3)throw Error(R(188));return n.stateNode.current===n?t:e}function Rw(t){return t=TA(t),t!==null?Iw(t):null}function Iw(t){if(t.tag===5||t.tag===6)return t;for(t=t.child;t!==null;){var e=Iw(t);if(e!==null)return e;t=t.sibling}return null}var Pw=It.unstable_scheduleCallback,h0=It.unstable_cancelCallback,RA=It.unstable_shouldYield,IA=It.unstable_requestPaint,Ne=It.unstable_now,PA=It.unstable_getCurrentPriorityLevel,Xh=It.unstable_ImmediatePriority,Nw=It.unstable_UserBlockingPriority,$c=It.unstable_NormalPriority,NA=It.unstable_LowPriority,Ow=It.unstable_IdlePriority,iu=null,Sn=null;function OA(t){if(Sn&&typeof Sn.onCommitFiberRoot=="function")try{Sn.onCommitFiberRoot(iu,t,void 0,(t.current.flags&128)===128)}catch{}}var nn=Math.clz32?Math.clz32:FA,LA=Math.log,MA=Math.LN2;function FA(t){return t>>>=0,t===0?32:31-(LA(t)/MA|0)|0}var lc=64,cc=4194304;function ta(t){switch(t&-t){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return t&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return t}}function Dc(t,e){var n=t.pendingLanes;if(n===0)return 0;var r=0,i=t.suspendedLanes,o=t.pingedLanes,s=n&268435455;if(s!==0){var a=s&~i;a!==0?r=ta(a):(o&=s,o!==0&&(r=ta(o)))}else s=n&~i,s!==0?r=ta(s):o!==0&&(r=ta(o));if(r===0)return 0;if(e!==0&&e!==r&&(e&i)===0&&(i=r&-r,o=e&-e,i>=o||i===16&&(o&4194240)!==0))return e;if((r&4)!==0&&(r|=n&16),e=t.entangledLanes,e!==0)for(t=t.entanglements,e&=r;0<e;)n=31-nn(e),i=1<<n,r|=t[n],e&=~i;return r}function $A(t,e){switch(t){case 1:case 2:case 4:return e+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function DA(t,e){for(var n=t.suspendedLanes,r=t.pingedLanes,i=t.expirationTimes,o=t.pendingLanes;0<o;){var s=31-nn(o),a=1<<s,l=i[s];l===-1?((a&n)===0||(a&r)!==0)&&(i[s]=$A(a,e)):l<=e&&(t.expiredLanes|=a),o&=~a}}function hh(t){return t=t.pendingLanes&-1073741825,t!==0?t:t&1073741824?1073741824:0}function Lw(){var t=lc;return lc<<=1,(lc&4194240)===0&&(lc=64),t}function Lp(t){for(var e=[],n=0;31>n;n++)e.push(t);return e}function Ra(t,e,n){t.pendingLanes|=e,e!==536870912&&(t.suspendedLanes=0,t.pingedLanes=0),t=t.eventTimes,e=31-nn(e),t[e]=n}function VA(t,e){var n=t.pendingLanes&~e;t.pendingLanes=e,t.suspendedLanes=0,t.pingedLanes=0,t.expiredLanes&=e,t.mutableReadLanes&=e,t.entangledLanes&=e,e=t.entanglements;var r=t.eventTimes;for(t=t.expirationTimes;0<n;){var i=31-nn(n),o=1<<i;e[i]=0,r[i]=-1,t[i]=-1,n&=~o}}function Qh(t,e){var n=t.entangledLanes|=e;for(t=t.entanglements;n;){var r=31-nn(n),i=1<<r;i&e|t[r]&e&&(t[r]|=e),n&=~i}}var ue=0;function Mw(t){return t&=-t,1<t?4<t?(t&268435455)!==0?16:536870912:4:1}var Fw,Jh,$w,Dw,Vw,gh=!1,uc=[],Rr=null,Ir=null,Pr=null,ga=new Map,ma=new Map,Cr=[],BA="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function g0(t,e){switch(t){case"focusin":case"focusout":Rr=null;break;case"dragenter":case"dragleave":Ir=null;break;case"mouseover":case"mouseout":Pr=null;break;case"pointerover":case"pointerout":ga.delete(e.pointerId);break;case"gotpointercapture":case"lostpointercapture":ma.delete(e.pointerId)}}function qs(t,e,n,r,i,o){return t===null||t.nativeEvent!==o?(t={blockedOn:e,domEventName:n,eventSystemFlags:r,nativeEvent:o,targetContainers:[i]},e!==null&&(e=Pa(e),e!==null&&Jh(e)),t):(t.eventSystemFlags|=r,e=t.targetContainers,i!==null&&e.indexOf(i)===-1&&e.push(i),t)}function zA(t,e,n,r,i){switch(e){case"focusin":return Rr=qs(Rr,t,e,n,r,i),!0;case"dragenter":return Ir=qs(Ir,t,e,n,r,i),!0;case"mouseover":return Pr=qs(Pr,t,e,n,r,i),!0;case"pointerover":var o=i.pointerId;return ga.set(o,qs(ga.get(o)||null,t,e,n,r,i)),!0;case"gotpointercapture":return o=i.pointerId,ma.set(o,qs(ma.get(o)||null,t,e,n,r,i)),!0}return!1}function Bw(t){var e=di(t.target);if(e!==null){var n=Si(e);if(n!==null){if(e=n.tag,e===13){if(e=Tw(n),e!==null){t.blockedOn=e,Vw(t.priority,function(){$w(n)});return}}else if(e===3&&n.stateNode.current.memoizedState.isDehydrated){t.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}t.blockedOn=null}function kc(t){if(t.blockedOn!==null)return!1;for(var e=t.targetContainers;0<e.length;){var n=mh(t.domEventName,t.eventSystemFlags,e[0],t.nativeEvent);if(n===null){n=t.nativeEvent;var r=new n.constructor(n.type,n);uh=r,n.target.dispatchEvent(r),uh=null}else return e=Pa(n),e!==null&&Jh(e),t.blockedOn=n,!1;e.shift()}return!0}function m0(t,e,n){kc(t)&&n.delete(e)}function HA(){gh=!1,Rr!==null&&kc(Rr)&&(Rr=null),Ir!==null&&kc(Ir)&&(Ir=null),Pr!==null&&kc(Pr)&&(Pr=null),ga.forEach(m0),ma.forEach(m0)}function Ks(t,e){t.blockedOn===e&&(t.blockedOn=null,gh||(gh=!0,It.unstable_scheduleCallback(It.unstable_NormalPriority,HA)))}function va(t){function e(i){return Ks(i,t)}if(0<uc.length){Ks(uc[0],t);for(var n=1;n<uc.length;n++){var r=uc[n];r.blockedOn===t&&(r.blockedOn=null)}}for(Rr!==null&&Ks(Rr,t),Ir!==null&&Ks(Ir,t),Pr!==null&&Ks(Pr,t),ga.forEach(e),ma.forEach(e),n=0;n<Cr.length;n++)r=Cr[n],r.blockedOn===t&&(r.blockedOn=null);for(;0<Cr.length&&(n=Cr[0],n.blockedOn===null);)Bw(n),n.blockedOn===null&&Cr.shift()}var No=Kn.ReactCurrentBatchConfig,Vc=!0;function jA(t,e,n,r){var i=ue,o=No.transition;No.transition=null;try{ue=1,eg(t,e,n,r)}finally{ue=i,No.transition=o}}function UA(t,e,n,r){var i=ue,o=No.transition;No.transition=null;try{ue=4,eg(t,e,n,r)}finally{ue=i,No.transition=o}}function eg(t,e,n,r){if(Vc){var i=mh(t,e,n,r);if(i===null)zp(t,e,r,Bc,n),g0(t,r);else if(zA(i,t,e,n,r))r.stopPropagation();else if(g0(t,r),e&4&&-1<BA.indexOf(t)){for(;i!==null;){var o=Pa(i);if(o!==null&&Fw(o),o=mh(t,e,n,r),o===null&&zp(t,e,r,Bc,n),o===i)break;i=o}i!==null&&r.stopPropagation()}else zp(t,e,r,null,n)}}var Bc=null;function mh(t,e,n,r){if(Bc=null,t=Yh(r),t=di(t),t!==null)if(e=Si(t),e===null)t=null;else if(n=e.tag,n===13){if(t=Tw(e),t!==null)return t;t=null}else if(n===3){if(e.stateNode.current.memoizedState.isDehydrated)return e.tag===3?e.stateNode.containerInfo:null;t=null}else e!==t&&(t=null);return Bc=t,null}function zw(t){switch(t){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(PA()){case Xh:return 1;case Nw:return 4;case $c:case NA:return 16;case Ow:return 536870912;default:return 16}default:return 16}}var Ar=null,tg=null,Cc=null;function Hw(){if(Cc)return Cc;var t,e=tg,n=e.length,r,i="value"in Ar?Ar.value:Ar.textContent,o=i.length;for(t=0;t<n&&e[t]===i[t];t++);var s=n-t;for(r=1;r<=s&&e[n-r]===i[o-r];r++);return Cc=i.slice(t,1<r?1-r:void 0)}function Ec(t){var e=t.keyCode;return"charCode"in t?(t=t.charCode,t===0&&e===13&&(t=13)):t=e,t===10&&(t=13),32<=t||t===13?t:0}function dc(){return!0}function v0(){return!1}function Pt(t){function e(n,r,i,o,s){this._reactName=n,this._targetInst=i,this.type=r,this.nativeEvent=o,this.target=s,this.currentTarget=null;for(var a in t)t.hasOwnProperty(a)&&(n=t[a],this[a]=n?n(o):o[a]);return this.isDefaultPrevented=(o.defaultPrevented!=null?o.defaultPrevented:o.returnValue===!1)?dc:v0,this.isPropagationStopped=v0,this}return Re(e.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=dc)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=dc)},persist:function(){},isPersistent:dc}),e}var Ho={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(t){return t.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ng=Pt(Ho),Ia=Re({},Ho,{view:0,detail:0}),WA=Pt(Ia),Mp,Fp,Gs,ou=Re({},Ia,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:rg,button:0,buttons:0,relatedTarget:function(t){return t.relatedTarget===void 0?t.fromElement===t.srcElement?t.toElement:t.fromElement:t.relatedTarget},movementX:function(t){return"movementX"in t?t.movementX:(t!==Gs&&(Gs&&t.type==="mousemove"?(Mp=t.screenX-Gs.screenX,Fp=t.screenY-Gs.screenY):Fp=Mp=0,Gs=t),Mp)},movementY:function(t){return"movementY"in t?t.movementY:Fp}}),y0=Pt(ou),qA=Re({},ou,{dataTransfer:0}),KA=Pt(qA),GA=Re({},Ia,{relatedTarget:0}),$p=Pt(GA),ZA=Re({},Ho,{animationName:0,elapsedTime:0,pseudoElement:0}),YA=Pt(ZA),XA=Re({},Ho,{clipboardData:function(t){return"clipboardData"in t?t.clipboardData:window.clipboardData}}),QA=Pt(XA),JA=Re({},Ho,{data:0}),_0=Pt(JA),eT={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},tT={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},nT={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function rT(t){var e=this.nativeEvent;return e.getModifierState?e.getModifierState(t):(t=nT[t])?!!e[t]:!1}function rg(){return rT}var iT=Re({},Ia,{key:function(t){if(t.key){var e=eT[t.key]||t.key;if(e!=="Unidentified")return e}return t.type==="keypress"?(t=Ec(t),t===13?"Enter":String.fromCharCode(t)):t.type==="keydown"||t.type==="keyup"?tT[t.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:rg,charCode:function(t){return t.type==="keypress"?Ec(t):0},keyCode:function(t){return t.type==="keydown"||t.type==="keyup"?t.keyCode:0},which:function(t){return t.type==="keypress"?Ec(t):t.type==="keydown"||t.type==="keyup"?t.keyCode:0}}),oT=Pt(iT),sT=Re({},ou,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),w0=Pt(sT),aT=Re({},Ia,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:rg}),lT=Pt(aT),cT=Re({},Ho,{propertyName:0,elapsedTime:0,pseudoElement:0}),uT=Pt(cT),dT=Re({},ou,{deltaX:function(t){return"deltaX"in t?t.deltaX:"wheelDeltaX"in t?-t.wheelDeltaX:0},deltaY:function(t){return"deltaY"in t?t.deltaY:"wheelDeltaY"in t?-t.wheelDeltaY:"wheelDelta"in t?-t.wheelDelta:0},deltaZ:0,deltaMode:0}),fT=Pt(dT),pT=[9,13,27,32],ig=jn&&"CompositionEvent"in window,oa=null;jn&&"documentMode"in document&&(oa=document.documentMode);var hT=jn&&"TextEvent"in window&&!oa,jw=jn&&(!ig||oa&&8<oa&&11>=oa),x0=" ",S0=!1;function Uw(t,e){switch(t){case"keyup":return pT.indexOf(e.keyCode)!==-1;case"keydown":return e.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Ww(t){return t=t.detail,typeof t=="object"&&"data"in t?t.data:null}var _o=!1;function gT(t,e){switch(t){case"compositionend":return Ww(e);case"keypress":return e.which!==32?null:(S0=!0,x0);case"textInput":return t=e.data,t===x0&&S0?null:t;default:return null}}function mT(t,e){if(_o)return t==="compositionend"||!ig&&Uw(t,e)?(t=Hw(),Cc=tg=Ar=null,_o=!1,t):null;switch(t){case"paste":return null;case"keypress":if(!(e.ctrlKey||e.altKey||e.metaKey)||e.ctrlKey&&e.altKey){if(e.char&&1<e.char.length)return e.char;if(e.which)return String.fromCharCode(e.which)}return null;case"compositionend":return jw&&e.locale!=="ko"?null:e.data;default:return null}}var vT={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function b0(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e==="input"?!!vT[t.type]:e==="textarea"}function qw(t,e,n,r){bw(r),e=zc(e,"onChange"),0<e.length&&(n=new ng("onChange","change",null,n,r),t.push({event:n,listeners:e}))}var sa=null,ya=null;function yT(t){rx(t,0)}function su(t){var e=So(t);if(mw(e))return t}function _T(t,e){if(t==="change")return e}var Kw=!1;jn&&(jn?(pc="oninput"in document,pc||(Dp=document.createElement("div"),Dp.setAttribute("oninput","return;"),pc=typeof Dp.oninput=="function"),fc=pc):fc=!1,Kw=fc&&(!document.documentMode||9<document.documentMode));var fc,pc,Dp;function k0(){sa&&(sa.detachEvent("onpropertychange",Gw),ya=sa=null)}function Gw(t){if(t.propertyName==="value"&&su(ya)){var e=[];qw(e,ya,t,Yh(t)),Aw(yT,e)}}function wT(t,e,n){t==="focusin"?(k0(),sa=e,ya=n,sa.attachEvent("onpropertychange",Gw)):t==="focusout"&&k0()}function xT(t){if(t==="selectionchange"||t==="keyup"||t==="keydown")return su(ya)}function ST(t,e){if(t==="click")return su(e)}function bT(t,e){if(t==="input"||t==="change")return su(e)}function kT(t,e){return t===e&&(t!==0||1/t===1/e)||t!==t&&e!==e}var on=typeof Object.is=="function"?Object.is:kT;function _a(t,e){if(on(t,e))return!0;if(typeof t!="object"||t===null||typeof e!="object"||e===null)return!1;var n=Object.keys(t),r=Object.keys(e);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var i=n[r];if(!Qp.call(e,i)||!on(t[i],e[i]))return!1}return!0}function C0(t){for(;t&&t.firstChild;)t=t.firstChild;return t}function E0(t,e){var n=C0(t);t=0;for(var r;n;){if(n.nodeType===3){if(r=t+n.textContent.length,t<=e&&r>=e)return{node:n,offset:e-t};t=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=C0(n)}}function Zw(t,e){return t&&e?t===e?!0:t&&t.nodeType===3?!1:e&&e.nodeType===3?Zw(t,e.parentNode):"contains"in t?t.contains(e):t.compareDocumentPosition?!!(t.compareDocumentPosition(e)&16):!1:!1}function Yw(){for(var t=window,e=Lc();e instanceof t.HTMLIFrameElement;){try{var n=typeof e.contentWindow.location.href=="string"}catch{n=!1}if(n)t=e.contentWindow;else break;e=Lc(t.document)}return e}function og(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e&&(e==="input"&&(t.type==="text"||t.type==="search"||t.type==="tel"||t.type==="url"||t.type==="password")||e==="textarea"||t.contentEditable==="true")}function CT(t){var e=Yw(),n=t.focusedElem,r=t.selectionRange;if(e!==n&&n&&n.ownerDocument&&Zw(n.ownerDocument.documentElement,n)){if(r!==null&&og(n)){if(e=r.start,t=r.end,t===void 0&&(t=e),"selectionStart"in n)n.selectionStart=e,n.selectionEnd=Math.min(t,n.value.length);else if(t=(e=n.ownerDocument||document)&&e.defaultView||window,t.getSelection){t=t.getSelection();var i=n.textContent.length,o=Math.min(r.start,i);r=r.end===void 0?o:Math.min(r.end,i),!t.extend&&o>r&&(i=r,r=o,o=i),i=E0(n,o);var s=E0(n,r);i&&s&&(t.rangeCount!==1||t.anchorNode!==i.node||t.anchorOffset!==i.offset||t.focusNode!==s.node||t.focusOffset!==s.offset)&&(e=e.createRange(),e.setStart(i.node,i.offset),t.removeAllRanges(),o>r?(t.addRange(e),t.extend(s.node,s.offset)):(e.setEnd(s.node,s.offset),t.addRange(e)))}}for(e=[],t=n;t=t.parentNode;)t.nodeType===1&&e.push({element:t,left:t.scrollLeft,top:t.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<e.length;n++)t=e[n],t.element.scrollLeft=t.left,t.element.scrollTop=t.top}}var ET=jn&&"documentMode"in document&&11>=document.documentMode,wo=null,vh=null,aa=null,yh=!1;function A0(t,e,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;yh||wo==null||wo!==Lc(r)||(r=wo,"selectionStart"in r&&og(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),aa&&_a(aa,r)||(aa=r,r=zc(vh,"onSelect"),0<r.length&&(e=new ng("onSelect","select",null,e,n),t.push({event:e,listeners:r}),e.target=wo)))}function hc(t,e){var n={};return n[t.toLowerCase()]=e.toLowerCase(),n["Webkit"+t]="webkit"+e,n["Moz"+t]="moz"+e,n}var xo={animationend:hc("Animation","AnimationEnd"),animationiteration:hc("Animation","AnimationIteration"),animationstart:hc("Animation","AnimationStart"),transitionend:hc("Transition","TransitionEnd")},Vp={},Xw={};jn&&(Xw=document.createElement("div").style,"AnimationEvent"in window||(delete xo.animationend.animation,delete xo.animationiteration.animation,delete xo.animationstart.animation),"TransitionEvent"in window||delete xo.transitionend.transition);function au(t){if(Vp[t])return Vp[t];if(!xo[t])return t;var e=xo[t],n;for(n in e)if(e.hasOwnProperty(n)&&n in Xw)return Vp[t]=e[n];return t}var Qw=au("animationend"),Jw=au("animationiteration"),ex=au("animationstart"),tx=au("transitionend"),nx=new Map,T0="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Vr(t,e){nx.set(t,e),xi(e,[t])}for(gc=0;gc<T0.length;gc++)mc=T0[gc],R0=mc.toLowerCase(),I0=mc[0].toUpperCase()+mc.slice(1),Vr(R0,"on"+I0);var mc,R0,I0,gc;Vr(Qw,"onAnimationEnd");Vr(Jw,"onAnimationIteration");Vr(ex,"onAnimationStart");Vr("dblclick","onDoubleClick");Vr("focusin","onFocus");Vr("focusout","onBlur");Vr(tx,"onTransitionEnd");Mo("onMouseEnter",["mouseout","mouseover"]);Mo("onMouseLeave",["mouseout","mouseover"]);Mo("onPointerEnter",["pointerout","pointerover"]);Mo("onPointerLeave",["pointerout","pointerover"]);xi("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));xi("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));xi("onBeforeInput",["compositionend","keypress","textInput","paste"]);xi("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));xi("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));xi("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var na="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),AT=new Set("cancel close invalid load scroll toggle".split(" ").concat(na));function P0(t,e,n){var r=t.type||"unknown-event";t.currentTarget=n,AA(r,e,void 0,t),t.currentTarget=null}function rx(t,e){e=(e&4)!==0;for(var n=0;n<t.length;n++){var r=t[n],i=r.event;r=r.listeners;e:{var o=void 0;if(e)for(var s=r.length-1;0<=s;s--){var a=r[s],l=a.instance,c=a.currentTarget;if(a=a.listener,l!==o&&i.isPropagationStopped())break e;P0(i,a,c),o=l}else for(s=0;s<r.length;s++){if(a=r[s],l=a.instance,c=a.currentTarget,a=a.listener,l!==o&&i.isPropagationStopped())break e;P0(i,a,c),o=l}}}if(Fc)throw t=ph,Fc=!1,ph=null,t}function ye(t,e){var n=e[bh];n===void 0&&(n=e[bh]=new Set);var r=t+"__bubble";n.has(r)||(ix(e,t,2,!1),n.add(r))}function Bp(t,e,n){var r=0;e&&(r|=4),ix(n,t,r,e)}var vc="_reactListening"+Math.random().toString(36).slice(2);function wa(t){if(!t[vc]){t[vc]=!0,dw.forEach(function(n){n!=="selectionchange"&&(AT.has(n)||Bp(n,!1,t),Bp(n,!0,t))});var e=t.nodeType===9?t:t.ownerDocument;e===null||e[vc]||(e[vc]=!0,Bp("selectionchange",!1,e))}}function ix(t,e,n,r){switch(zw(e)){case 1:var i=jA;break;case 4:i=UA;break;default:i=eg}n=i.bind(null,e,n,t),i=void 0,!fh||e!=="touchstart"&&e!=="touchmove"&&e!=="wheel"||(i=!0),r?i!==void 0?t.addEventListener(e,n,{capture:!0,passive:i}):t.addEventListener(e,n,!0):i!==void 0?t.addEventListener(e,n,{passive:i}):t.addEventListener(e,n,!1)}function zp(t,e,n,r,i){var o=r;if((e&1)===0&&(e&2)===0&&r!==null)e:for(;;){if(r===null)return;var s=r.tag;if(s===3||s===4){var a=r.stateNode.containerInfo;if(a===i||a.nodeType===8&&a.parentNode===i)break;if(s===4)for(s=r.return;s!==null;){var l=s.tag;if((l===3||l===4)&&(l=s.stateNode.containerInfo,l===i||l.nodeType===8&&l.parentNode===i))return;s=s.return}for(;a!==null;){if(s=di(a),s===null)return;if(l=s.tag,l===5||l===6){r=o=s;continue e}a=a.parentNode}}r=r.return}Aw(function(){var c=o,u=Yh(n),f=[];e:{var h=nx.get(t);if(h!==void 0){var g=ng,v=t;switch(t){case"keypress":if(Ec(n)===0)break e;case"keydown":case"keyup":g=oT;break;case"focusin":v="focus",g=$p;break;case"focusout":v="blur",g=$p;break;case"beforeblur":case"afterblur":g=$p;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":g=y0;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":g=KA;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":g=lT;break;case Qw:case Jw:case ex:g=YA;break;case tx:g=uT;break;case"scroll":g=WA;break;case"wheel":g=fT;break;case"copy":case"cut":case"paste":g=QA;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":g=w0}var _=(e&4)!==0,x=!_&&t==="scroll",d=_?h!==null?h+"Capture":null:h;_=[];for(var p=c,m;p!==null;){m=p;var y=m.stateNode;if(m.tag===5&&y!==null&&(m=y,d!==null&&(y=ha(p,d),y!=null&&_.push(xa(p,y,m)))),x)break;p=p.return}0<_.length&&(h=new g(h,v,null,n,u),f.push({event:h,listeners:_}))}}if((e&7)===0){e:{if(h=t==="mouseover"||t==="pointerover",g=t==="mouseout"||t==="pointerout",h&&n!==uh&&(v=n.relatedTarget||n.fromElement)&&(di(v)||v[Un]))break e;if((g||h)&&(h=u.window===u?u:(h=u.ownerDocument)?h.defaultView||h.parentWindow:window,g?(v=n.relatedTarget||n.toElement,g=c,v=v?di(v):null,v!==null&&(x=Si(v),v!==x||v.tag!==5&&v.tag!==6)&&(v=null)):(g=null,v=c),g!==v)){if(_=y0,y="onMouseLeave",d="onMouseEnter",p="mouse",(t==="pointerout"||t==="pointerover")&&(_=w0,y="onPointerLeave",d="onPointerEnter",p="pointer"),x=g==null?h:So(g),m=v==null?h:So(v),h=new _(y,p+"leave",g,n,u),h.target=x,h.relatedTarget=m,y=null,di(u)===c&&(_=new _(d,p+"enter",v,n,u),_.target=m,_.relatedTarget=x,y=_),x=y,g&&v)t:{for(_=g,d=v,p=0,m=_;m;m=mo(m))p++;for(m=0,y=d;y;y=mo(y))m++;for(;0<p-m;)_=mo(_),p--;for(;0<m-p;)d=mo(d),m--;for(;p--;){if(_===d||d!==null&&_===d.alternate)break t;_=mo(_),d=mo(d)}_=null}else _=null;g!==null&&N0(f,h,g,_,!1),v!==null&&x!==null&&N0(f,x,v,_,!0)}}e:{if(h=c?So(c):window,g=h.nodeName&&h.nodeName.toLowerCase(),g==="select"||g==="input"&&h.type==="file")var w=_T;else if(b0(h))if(Kw)w=bT;else{w=xT;var b=wT}else(g=h.nodeName)&&g.toLowerCase()==="input"&&(h.type==="checkbox"||h.type==="radio")&&(w=ST);if(w&&(w=w(t,c))){qw(f,w,n,u);break e}b&&b(t,h,c),t==="focusout"&&(b=h._wrapperState)&&b.controlled&&h.type==="number"&&oh(h,"number",h.value)}switch(b=c?So(c):window,t){case"focusin":(b0(b)||b.contentEditable==="true")&&(wo=b,vh=c,aa=null);break;case"focusout":aa=vh=wo=null;break;case"mousedown":yh=!0;break;case"contextmenu":case"mouseup":case"dragend":yh=!1,A0(f,n,u);break;case"selectionchange":if(ET)break;case"keydown":case"keyup":A0(f,n,u)}var k;if(ig)e:{switch(t){case"compositionstart":var C="onCompositionStart";break e;case"compositionend":C="onCompositionEnd";break e;case"compositionupdate":C="onCompositionUpdate";break e}C=void 0}else _o?Uw(t,n)&&(C="onCompositionEnd"):t==="keydown"&&n.keyCode===229&&(C="onCompositionStart");C&&(jw&&n.locale!=="ko"&&(_o||C!=="onCompositionStart"?C==="onCompositionEnd"&&_o&&(k=Hw()):(Ar=u,tg="value"in Ar?Ar.value:Ar.textContent,_o=!0)),b=zc(c,C),0<b.length&&(C=new _0(C,t,null,n,u),f.push({event:C,listeners:b}),k?C.data=k:(k=Ww(n),k!==null&&(C.data=k)))),(k=hT?gT(t,n):mT(t,n))&&(c=zc(c,"onBeforeInput"),0<c.length&&(u=new _0("onBeforeInput","beforeinput",null,n,u),f.push({event:u,listeners:c}),u.data=k))}rx(f,e)})}function xa(t,e,n){return{instance:t,listener:e,currentTarget:n}}function zc(t,e){for(var n=e+"Capture",r=[];t!==null;){var i=t,o=i.stateNode;i.tag===5&&o!==null&&(i=o,o=ha(t,n),o!=null&&r.unshift(xa(t,o,i)),o=ha(t,e),o!=null&&r.push(xa(t,o,i))),t=t.return}return r}function mo(t){if(t===null)return null;do t=t.return;while(t&&t.tag!==5);return t||null}function N0(t,e,n,r,i){for(var o=e._reactName,s=[];n!==null&&n!==r;){var a=n,l=a.alternate,c=a.stateNode;if(l!==null&&l===r)break;a.tag===5&&c!==null&&(a=c,i?(l=ha(n,o),l!=null&&s.unshift(xa(n,l,a))):i||(l=ha(n,o),l!=null&&s.push(xa(n,l,a)))),n=n.return}s.length!==0&&t.push({event:e,listeners:s})}var TT=/\r\n?/g,RT=/\u0000|\uFFFD/g;function O0(t){return(typeof t=="string"?t:""+t).replace(TT,`
6
+ `).replace(RT,"")}function yc(t,e,n){if(e=O0(e),O0(t)!==e&&n)throw Error(R(425))}function Hc(){}var _h=null,wh=null;function xh(t,e){return t==="textarea"||t==="noscript"||typeof e.children=="string"||typeof e.children=="number"||typeof e.dangerouslySetInnerHTML=="object"&&e.dangerouslySetInnerHTML!==null&&e.dangerouslySetInnerHTML.__html!=null}var Sh=typeof setTimeout=="function"?setTimeout:void 0,IT=typeof clearTimeout=="function"?clearTimeout:void 0,L0=typeof Promise=="function"?Promise:void 0,PT=typeof queueMicrotask=="function"?queueMicrotask:typeof L0<"u"?function(t){return L0.resolve(null).then(t).catch(NT)}:Sh;function NT(t){setTimeout(function(){throw t})}function Hp(t,e){var n=e,r=0;do{var i=n.nextSibling;if(t.removeChild(n),i&&i.nodeType===8)if(n=i.data,n==="/$"){if(r===0){t.removeChild(i),va(e);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=i}while(n);va(e)}function Nr(t){for(;t!=null;t=t.nextSibling){var e=t.nodeType;if(e===1||e===3)break;if(e===8){if(e=t.data,e==="$"||e==="$!"||e==="$?")break;if(e==="/$")return null}}return t}function M0(t){t=t.previousSibling;for(var e=0;t;){if(t.nodeType===8){var n=t.data;if(n==="$"||n==="$!"||n==="$?"){if(e===0)return t;e--}else n==="/$"&&e++}t=t.previousSibling}return null}var jo=Math.random().toString(36).slice(2),xn="__reactFiber$"+jo,Sa="__reactProps$"+jo,Un="__reactContainer$"+jo,bh="__reactEvents$"+jo,OT="__reactListeners$"+jo,LT="__reactHandles$"+jo;function di(t){var e=t[xn];if(e)return e;for(var n=t.parentNode;n;){if(e=n[Un]||n[xn]){if(n=e.alternate,e.child!==null||n!==null&&n.child!==null)for(t=M0(t);t!==null;){if(n=t[xn])return n;t=M0(t)}return e}t=n,n=t.parentNode}return null}function Pa(t){return t=t[xn]||t[Un],!t||t.tag!==5&&t.tag!==6&&t.tag!==13&&t.tag!==3?null:t}function So(t){if(t.tag===5||t.tag===6)return t.stateNode;throw Error(R(33))}function lu(t){return t[Sa]||null}var kh=[],bo=-1;function Br(t){return{current:t}}function _e(t){0>bo||(t.current=kh[bo],kh[bo]=null,bo--)}function me(t,e){bo++,kh[bo]=t.current,t.current=e}var Dr={},tt=Br(Dr),vt=Br(!1),mi=Dr;function Fo(t,e){var n=t.type.contextTypes;if(!n)return Dr;var r=t.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===e)return r.__reactInternalMemoizedMaskedChildContext;var i={},o;for(o in n)i[o]=e[o];return r&&(t=t.stateNode,t.__reactInternalMemoizedUnmaskedChildContext=e,t.__reactInternalMemoizedMaskedChildContext=i),i}function yt(t){return t=t.childContextTypes,t!=null}function jc(){_e(vt),_e(tt)}function F0(t,e,n){if(tt.current!==Dr)throw Error(R(168));me(tt,e),me(vt,n)}function ox(t,e,n){var r=t.stateNode;if(e=e.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var i in r)if(!(i in e))throw Error(R(108,wA(t)||"Unknown",i));return Re({},n,r)}function Uc(t){return t=(t=t.stateNode)&&t.__reactInternalMemoizedMergedChildContext||Dr,mi=tt.current,me(tt,t),me(vt,vt.current),!0}function $0(t,e,n){var r=t.stateNode;if(!r)throw Error(R(169));n?(t=ox(t,e,mi),r.__reactInternalMemoizedMergedChildContext=t,_e(vt),_e(tt),me(tt,t)):_e(vt),me(vt,n)}var Vn=null,cu=!1,jp=!1;function sx(t){Vn===null?Vn=[t]:Vn.push(t)}function MT(t){cu=!0,sx(t)}function zr(){if(!jp&&Vn!==null){jp=!0;var t=0,e=ue;try{var n=Vn;for(ue=1;t<n.length;t++){var r=n[t];do r=r(!0);while(r!==null)}Vn=null,cu=!1}catch(i){throw Vn!==null&&(Vn=Vn.slice(t+1)),Pw(Xh,zr),i}finally{ue=e,jp=!1}}return null}var ko=[],Co=0,Wc=null,qc=0,Dt=[],Vt=0,vi=null,Bn=1,zn="";function ci(t,e){ko[Co++]=qc,ko[Co++]=Wc,Wc=t,qc=e}function ax(t,e,n){Dt[Vt++]=Bn,Dt[Vt++]=zn,Dt[Vt++]=vi,vi=t;var r=Bn;t=zn;var i=32-nn(r)-1;r&=~(1<<i),n+=1;var o=32-nn(e)+i;if(30<o){var s=i-i%5;o=(r&(1<<s)-1).toString(32),r>>=s,i-=s,Bn=1<<32-nn(e)+i|n<<i|r,zn=o+t}else Bn=1<<o|n<<i|r,zn=t}function sg(t){t.return!==null&&(ci(t,1),ax(t,1,0))}function ag(t){for(;t===Wc;)Wc=ko[--Co],ko[Co]=null,qc=ko[--Co],ko[Co]=null;for(;t===vi;)vi=Dt[--Vt],Dt[Vt]=null,zn=Dt[--Vt],Dt[Vt]=null,Bn=Dt[--Vt],Dt[Vt]=null}var Rt=null,Tt=null,be=!1,tn=null;function lx(t,e){var n=Bt(5,null,null,0);n.elementType="DELETED",n.stateNode=e,n.return=t,e=t.deletions,e===null?(t.deletions=[n],t.flags|=16):e.push(n)}function D0(t,e){switch(t.tag){case 5:var n=t.type;return e=e.nodeType!==1||n.toLowerCase()!==e.nodeName.toLowerCase()?null:e,e!==null?(t.stateNode=e,Rt=t,Tt=Nr(e.firstChild),!0):!1;case 6:return e=t.pendingProps===""||e.nodeType!==3?null:e,e!==null?(t.stateNode=e,Rt=t,Tt=null,!0):!1;case 13:return e=e.nodeType!==8?null:e,e!==null?(n=vi!==null?{id:Bn,overflow:zn}:null,t.memoizedState={dehydrated:e,treeContext:n,retryLane:1073741824},n=Bt(18,null,null,0),n.stateNode=e,n.return=t,t.child=n,Rt=t,Tt=null,!0):!1;default:return!1}}function Ch(t){return(t.mode&1)!==0&&(t.flags&128)===0}function Eh(t){if(be){var e=Tt;if(e){var n=e;if(!D0(t,e)){if(Ch(t))throw Error(R(418));e=Nr(n.nextSibling);var r=Rt;e&&D0(t,e)?lx(r,n):(t.flags=t.flags&-4097|2,be=!1,Rt=t)}}else{if(Ch(t))throw Error(R(418));t.flags=t.flags&-4097|2,be=!1,Rt=t}}}function V0(t){for(t=t.return;t!==null&&t.tag!==5&&t.tag!==3&&t.tag!==13;)t=t.return;Rt=t}function _c(t){if(t!==Rt)return!1;if(!be)return V0(t),be=!0,!1;var e;if((e=t.tag!==3)&&!(e=t.tag!==5)&&(e=t.type,e=e!=="head"&&e!=="body"&&!xh(t.type,t.memoizedProps)),e&&(e=Tt)){if(Ch(t))throw cx(),Error(R(418));for(;e;)lx(t,e),e=Nr(e.nextSibling)}if(V0(t),t.tag===13){if(t=t.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error(R(317));e:{for(t=t.nextSibling,e=0;t;){if(t.nodeType===8){var n=t.data;if(n==="/$"){if(e===0){Tt=Nr(t.nextSibling);break e}e--}else n!=="$"&&n!=="$!"&&n!=="$?"||e++}t=t.nextSibling}Tt=null}}else Tt=Rt?Nr(t.stateNode.nextSibling):null;return!0}function cx(){for(var t=Tt;t;)t=Nr(t.nextSibling)}function $o(){Tt=Rt=null,be=!1}function lg(t){tn===null?tn=[t]:tn.push(t)}var FT=Kn.ReactCurrentBatchConfig;function Zs(t,e,n){if(t=n.ref,t!==null&&typeof t!="function"&&typeof t!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(R(309));var r=n.stateNode}if(!r)throw Error(R(147,t));var i=r,o=""+t;return e!==null&&e.ref!==null&&typeof e.ref=="function"&&e.ref._stringRef===o?e.ref:(e=function(s){var a=i.refs;s===null?delete a[o]:a[o]=s},e._stringRef=o,e)}if(typeof t!="string")throw Error(R(284));if(!n._owner)throw Error(R(290,t))}return t}function wc(t,e){throw t=Object.prototype.toString.call(e),Error(R(31,t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t))}function B0(t){var e=t._init;return e(t._payload)}function ux(t){function e(d,p){if(t){var m=d.deletions;m===null?(d.deletions=[p],d.flags|=16):m.push(p)}}function n(d,p){if(!t)return null;for(;p!==null;)e(d,p),p=p.sibling;return null}function r(d,p){for(d=new Map;p!==null;)p.key!==null?d.set(p.key,p):d.set(p.index,p),p=p.sibling;return d}function i(d,p){return d=Fr(d,p),d.index=0,d.sibling=null,d}function o(d,p,m){return d.index=m,t?(m=d.alternate,m!==null?(m=m.index,m<p?(d.flags|=2,p):m):(d.flags|=2,p)):(d.flags|=1048576,p)}function s(d){return t&&d.alternate===null&&(d.flags|=2),d}function a(d,p,m,y){return p===null||p.tag!==6?(p=Yp(m,d.mode,y),p.return=d,p):(p=i(p,m),p.return=d,p)}function l(d,p,m,y){var w=m.type;return w===yo?u(d,p,m.props.children,y,m.key):p!==null&&(p.elementType===w||typeof w=="object"&&w!==null&&w.$$typeof===br&&B0(w)===p.type)?(y=i(p,m.props),y.ref=Zs(d,p,m),y.return=d,y):(y=Oc(m.type,m.key,m.props,null,d.mode,y),y.ref=Zs(d,p,m),y.return=d,y)}function c(d,p,m,y){return p===null||p.tag!==4||p.stateNode.containerInfo!==m.containerInfo||p.stateNode.implementation!==m.implementation?(p=Xp(m,d.mode,y),p.return=d,p):(p=i(p,m.children||[]),p.return=d,p)}function u(d,p,m,y,w){return p===null||p.tag!==7?(p=gi(m,d.mode,y,w),p.return=d,p):(p=i(p,m),p.return=d,p)}function f(d,p,m){if(typeof p=="string"&&p!==""||typeof p=="number")return p=Yp(""+p,d.mode,m),p.return=d,p;if(typeof p=="object"&&p!==null){switch(p.$$typeof){case oc:return m=Oc(p.type,p.key,p.props,null,d.mode,m),m.ref=Zs(d,null,p),m.return=d,m;case vo:return p=Xp(p,d.mode,m),p.return=d,p;case br:var y=p._init;return f(d,y(p._payload),m)}if(ea(p)||Ws(p))return p=gi(p,d.mode,m,null),p.return=d,p;wc(d,p)}return null}function h(d,p,m,y){var w=p!==null?p.key:null;if(typeof m=="string"&&m!==""||typeof m=="number")return w!==null?null:a(d,p,""+m,y);if(typeof m=="object"&&m!==null){switch(m.$$typeof){case oc:return m.key===w?l(d,p,m,y):null;case vo:return m.key===w?c(d,p,m,y):null;case br:return w=m._init,h(d,p,w(m._payload),y)}if(ea(m)||Ws(m))return w!==null?null:u(d,p,m,y,null);wc(d,m)}return null}function g(d,p,m,y,w){if(typeof y=="string"&&y!==""||typeof y=="number")return d=d.get(m)||null,a(p,d,""+y,w);if(typeof y=="object"&&y!==null){switch(y.$$typeof){case oc:return d=d.get(y.key===null?m:y.key)||null,l(p,d,y,w);case vo:return d=d.get(y.key===null?m:y.key)||null,c(p,d,y,w);case br:var b=y._init;return g(d,p,m,b(y._payload),w)}if(ea(y)||Ws(y))return d=d.get(m)||null,u(p,d,y,w,null);wc(p,y)}return null}function v(d,p,m,y){for(var w=null,b=null,k=p,C=p=0,I=null;k!==null&&C<m.length;C++){k.index>C?(I=k,k=null):I=k.sibling;var A=h(d,k,m[C],y);if(A===null){k===null&&(k=I);break}t&&k&&A.alternate===null&&e(d,k),p=o(A,p,C),b===null?w=A:b.sibling=A,b=A,k=I}if(C===m.length)return n(d,k),be&&ci(d,C),w;if(k===null){for(;C<m.length;C++)k=f(d,m[C],y),k!==null&&(p=o(k,p,C),b===null?w=k:b.sibling=k,b=k);return be&&ci(d,C),w}for(k=r(d,k);C<m.length;C++)I=g(k,d,C,m[C],y),I!==null&&(t&&I.alternate!==null&&k.delete(I.key===null?C:I.key),p=o(I,p,C),b===null?w=I:b.sibling=I,b=I);return t&&k.forEach(function(H){return e(d,H)}),be&&ci(d,C),w}function _(d,p,m,y){var w=Ws(m);if(typeof w!="function")throw Error(R(150));if(m=w.call(m),m==null)throw Error(R(151));for(var b=w=null,k=p,C=p=0,I=null,A=m.next();k!==null&&!A.done;C++,A=m.next()){k.index>C?(I=k,k=null):I=k.sibling;var H=h(d,k,A.value,y);if(H===null){k===null&&(k=I);break}t&&k&&H.alternate===null&&e(d,k),p=o(H,p,C),b===null?w=H:b.sibling=H,b=H,k=I}if(A.done)return n(d,k),be&&ci(d,C),w;if(k===null){for(;!A.done;C++,A=m.next())A=f(d,A.value,y),A!==null&&(p=o(A,p,C),b===null?w=A:b.sibling=A,b=A);return be&&ci(d,C),w}for(k=r(d,k);!A.done;C++,A=m.next())A=g(k,d,C,A.value,y),A!==null&&(t&&A.alternate!==null&&k.delete(A.key===null?C:A.key),p=o(A,p,C),b===null?w=A:b.sibling=A,b=A);return t&&k.forEach(function(K){return e(d,K)}),be&&ci(d,C),w}function x(d,p,m,y){if(typeof m=="object"&&m!==null&&m.type===yo&&m.key===null&&(m=m.props.children),typeof m=="object"&&m!==null){switch(m.$$typeof){case oc:e:{for(var w=m.key,b=p;b!==null;){if(b.key===w){if(w=m.type,w===yo){if(b.tag===7){n(d,b.sibling),p=i(b,m.props.children),p.return=d,d=p;break e}}else if(b.elementType===w||typeof w=="object"&&w!==null&&w.$$typeof===br&&B0(w)===b.type){n(d,b.sibling),p=i(b,m.props),p.ref=Zs(d,b,m),p.return=d,d=p;break e}n(d,b);break}else e(d,b);b=b.sibling}m.type===yo?(p=gi(m.props.children,d.mode,y,m.key),p.return=d,d=p):(y=Oc(m.type,m.key,m.props,null,d.mode,y),y.ref=Zs(d,p,m),y.return=d,d=y)}return s(d);case vo:e:{for(b=m.key;p!==null;){if(p.key===b)if(p.tag===4&&p.stateNode.containerInfo===m.containerInfo&&p.stateNode.implementation===m.implementation){n(d,p.sibling),p=i(p,m.children||[]),p.return=d,d=p;break e}else{n(d,p);break}else e(d,p);p=p.sibling}p=Xp(m,d.mode,y),p.return=d,d=p}return s(d);case br:return b=m._init,x(d,p,b(m._payload),y)}if(ea(m))return v(d,p,m,y);if(Ws(m))return _(d,p,m,y);wc(d,m)}return typeof m=="string"&&m!==""||typeof m=="number"?(m=""+m,p!==null&&p.tag===6?(n(d,p.sibling),p=i(p,m),p.return=d,d=p):(n(d,p),p=Yp(m,d.mode,y),p.return=d,d=p),s(d)):n(d,p)}return x}var Do=ux(!0),dx=ux(!1),Kc=Br(null),Gc=null,Eo=null,cg=null;function ug(){cg=Eo=Gc=null}function dg(t){var e=Kc.current;_e(Kc),t._currentValue=e}function Ah(t,e,n){for(;t!==null;){var r=t.alternate;if((t.childLanes&e)!==e?(t.childLanes|=e,r!==null&&(r.childLanes|=e)):r!==null&&(r.childLanes&e)!==e&&(r.childLanes|=e),t===n)break;t=t.return}}function Oo(t,e){Gc=t,cg=Eo=null,t=t.dependencies,t!==null&&t.firstContext!==null&&((t.lanes&e)!==0&&(mt=!0),t.firstContext=null)}function Ht(t){var e=t._currentValue;if(cg!==t)if(t={context:t,memoizedValue:e,next:null},Eo===null){if(Gc===null)throw Error(R(308));Eo=t,Gc.dependencies={lanes:0,firstContext:t}}else Eo=Eo.next=t;return e}var fi=null;function fg(t){fi===null?fi=[t]:fi.push(t)}function fx(t,e,n,r){var i=e.interleaved;return i===null?(n.next=n,fg(e)):(n.next=i.next,i.next=n),e.interleaved=n,Wn(t,r)}function Wn(t,e){t.lanes|=e;var n=t.alternate;for(n!==null&&(n.lanes|=e),n=t,t=t.return;t!==null;)t.childLanes|=e,n=t.alternate,n!==null&&(n.childLanes|=e),n=t,t=t.return;return n.tag===3?n.stateNode:null}var kr=!1;function pg(t){t.updateQueue={baseState:t.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function px(t,e){t=t.updateQueue,e.updateQueue===t&&(e.updateQueue={baseState:t.baseState,firstBaseUpdate:t.firstBaseUpdate,lastBaseUpdate:t.lastBaseUpdate,shared:t.shared,effects:t.effects})}function Hn(t,e){return{eventTime:t,lane:e,tag:0,payload:null,callback:null,next:null}}function Or(t,e,n){var r=t.updateQueue;if(r===null)return null;if(r=r.shared,(se&2)!==0){var i=r.pending;return i===null?e.next=e:(e.next=i.next,i.next=e),r.pending=e,Wn(t,n)}return i=r.interleaved,i===null?(e.next=e,fg(r)):(e.next=i.next,i.next=e),r.interleaved=e,Wn(t,n)}function Ac(t,e,n){if(e=e.updateQueue,e!==null&&(e=e.shared,(n&4194240)!==0)){var r=e.lanes;r&=t.pendingLanes,n|=r,e.lanes=n,Qh(t,n)}}function z0(t,e){var n=t.updateQueue,r=t.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var i=null,o=null;if(n=n.firstBaseUpdate,n!==null){do{var s={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};o===null?i=o=s:o=o.next=s,n=n.next}while(n!==null);o===null?i=o=e:o=o.next=e}else i=o=e;n={baseState:r.baseState,firstBaseUpdate:i,lastBaseUpdate:o,shared:r.shared,effects:r.effects},t.updateQueue=n;return}t=n.lastBaseUpdate,t===null?n.firstBaseUpdate=e:t.next=e,n.lastBaseUpdate=e}function Zc(t,e,n,r){var i=t.updateQueue;kr=!1;var o=i.firstBaseUpdate,s=i.lastBaseUpdate,a=i.shared.pending;if(a!==null){i.shared.pending=null;var l=a,c=l.next;l.next=null,s===null?o=c:s.next=c,s=l;var u=t.alternate;u!==null&&(u=u.updateQueue,a=u.lastBaseUpdate,a!==s&&(a===null?u.firstBaseUpdate=c:a.next=c,u.lastBaseUpdate=l))}if(o!==null){var f=i.baseState;s=0,u=c=l=null,a=o;do{var h=a.lane,g=a.eventTime;if((r&h)===h){u!==null&&(u=u.next={eventTime:g,lane:0,tag:a.tag,payload:a.payload,callback:a.callback,next:null});e:{var v=t,_=a;switch(h=e,g=n,_.tag){case 1:if(v=_.payload,typeof v=="function"){f=v.call(g,f,h);break e}f=v;break e;case 3:v.flags=v.flags&-65537|128;case 0:if(v=_.payload,h=typeof v=="function"?v.call(g,f,h):v,h==null)break e;f=Re({},f,h);break e;case 2:kr=!0}}a.callback!==null&&a.lane!==0&&(t.flags|=64,h=i.effects,h===null?i.effects=[a]:h.push(a))}else g={eventTime:g,lane:h,tag:a.tag,payload:a.payload,callback:a.callback,next:null},u===null?(c=u=g,l=f):u=u.next=g,s|=h;if(a=a.next,a===null){if(a=i.shared.pending,a===null)break;h=a,a=h.next,h.next=null,i.lastBaseUpdate=h,i.shared.pending=null}}while(!0);if(u===null&&(l=f),i.baseState=l,i.firstBaseUpdate=c,i.lastBaseUpdate=u,e=i.shared.interleaved,e!==null){i=e;do s|=i.lane,i=i.next;while(i!==e)}else o===null&&(i.shared.lanes=0);_i|=s,t.lanes=s,t.memoizedState=f}}function H0(t,e,n){if(t=e.effects,e.effects=null,t!==null)for(e=0;e<t.length;e++){var r=t[e],i=r.callback;if(i!==null){if(r.callback=null,r=n,typeof i!="function")throw Error(R(191,i));i.call(r)}}}var Na={},bn=Br(Na),ba=Br(Na),ka=Br(Na);function pi(t){if(t===Na)throw Error(R(174));return t}function hg(t,e){switch(me(ka,e),me(ba,t),me(bn,Na),t=e.nodeType,t){case 9:case 11:e=(e=e.documentElement)?e.namespaceURI:ah(null,"");break;default:t=t===8?e.parentNode:e,e=t.namespaceURI||null,t=t.tagName,e=ah(e,t)}_e(bn),me(bn,e)}function Vo(){_e(bn),_e(ba),_e(ka)}function hx(t){pi(ka.current);var e=pi(bn.current),n=ah(e,t.type);e!==n&&(me(ba,t),me(bn,n))}function gg(t){ba.current===t&&(_e(bn),_e(ba))}var Ae=Br(0);function Yc(t){for(var e=t;e!==null;){if(e.tag===13){var n=e.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return e}else if(e.tag===19&&e.memoizedProps.revealOrder!==void 0){if((e.flags&128)!==0)return e}else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break;for(;e.sibling===null;){if(e.return===null||e.return===t)return null;e=e.return}e.sibling.return=e.return,e=e.sibling}return null}var Up=[];function mg(){for(var t=0;t<Up.length;t++)Up[t]._workInProgressVersionPrimary=null;Up.length=0}var Tc=Kn.ReactCurrentDispatcher,Wp=Kn.ReactCurrentBatchConfig,yi=0,Te=null,$e=null,Be=null,Xc=!1,la=!1,Ca=0,$T=0;function Qe(){throw Error(R(321))}function vg(t,e){if(e===null)return!1;for(var n=0;n<e.length&&n<t.length;n++)if(!on(t[n],e[n]))return!1;return!0}function yg(t,e,n,r,i,o){if(yi=o,Te=e,e.memoizedState=null,e.updateQueue=null,e.lanes=0,Tc.current=t===null||t.memoizedState===null?zT:HT,t=n(r,i),la){o=0;do{if(la=!1,Ca=0,25<=o)throw Error(R(301));o+=1,Be=$e=null,e.updateQueue=null,Tc.current=jT,t=n(r,i)}while(la)}if(Tc.current=Qc,e=$e!==null&&$e.next!==null,yi=0,Be=$e=Te=null,Xc=!1,e)throw Error(R(300));return t}function _g(){var t=Ca!==0;return Ca=0,t}function wn(){var t={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Be===null?Te.memoizedState=Be=t:Be=Be.next=t,Be}function jt(){if($e===null){var t=Te.alternate;t=t!==null?t.memoizedState:null}else t=$e.next;var e=Be===null?Te.memoizedState:Be.next;if(e!==null)Be=e,$e=t;else{if(t===null)throw Error(R(310));$e=t,t={memoizedState:$e.memoizedState,baseState:$e.baseState,baseQueue:$e.baseQueue,queue:$e.queue,next:null},Be===null?Te.memoizedState=Be=t:Be=Be.next=t}return Be}function Ea(t,e){return typeof e=="function"?e(t):e}function qp(t){var e=jt(),n=e.queue;if(n===null)throw Error(R(311));n.lastRenderedReducer=t;var r=$e,i=r.baseQueue,o=n.pending;if(o!==null){if(i!==null){var s=i.next;i.next=o.next,o.next=s}r.baseQueue=i=o,n.pending=null}if(i!==null){o=i.next,r=r.baseState;var a=s=null,l=null,c=o;do{var u=c.lane;if((yi&u)===u)l!==null&&(l=l.next={lane:0,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null}),r=c.hasEagerState?c.eagerState:t(r,c.action);else{var f={lane:u,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null};l===null?(a=l=f,s=r):l=l.next=f,Te.lanes|=u,_i|=u}c=c.next}while(c!==null&&c!==o);l===null?s=r:l.next=a,on(r,e.memoizedState)||(mt=!0),e.memoizedState=r,e.baseState=s,e.baseQueue=l,n.lastRenderedState=r}if(t=n.interleaved,t!==null){i=t;do o=i.lane,Te.lanes|=o,_i|=o,i=i.next;while(i!==t)}else i===null&&(n.lanes=0);return[e.memoizedState,n.dispatch]}function Kp(t){var e=jt(),n=e.queue;if(n===null)throw Error(R(311));n.lastRenderedReducer=t;var r=n.dispatch,i=n.pending,o=e.memoizedState;if(i!==null){n.pending=null;var s=i=i.next;do o=t(o,s.action),s=s.next;while(s!==i);on(o,e.memoizedState)||(mt=!0),e.memoizedState=o,e.baseQueue===null&&(e.baseState=o),n.lastRenderedState=o}return[o,r]}function gx(){}function mx(t,e){var n=Te,r=jt(),i=e(),o=!on(r.memoizedState,i);if(o&&(r.memoizedState=i,mt=!0),r=r.queue,wg(_x.bind(null,n,r,t),[t]),r.getSnapshot!==e||o||Be!==null&&Be.memoizedState.tag&1){if(n.flags|=2048,Aa(9,yx.bind(null,n,r,i,e),void 0,null),ze===null)throw Error(R(349));(yi&30)!==0||vx(n,e,i)}return i}function vx(t,e,n){t.flags|=16384,t={getSnapshot:e,value:n},e=Te.updateQueue,e===null?(e={lastEffect:null,stores:null},Te.updateQueue=e,e.stores=[t]):(n=e.stores,n===null?e.stores=[t]:n.push(t))}function yx(t,e,n,r){e.value=n,e.getSnapshot=r,wx(e)&&xx(t)}function _x(t,e,n){return n(function(){wx(e)&&xx(t)})}function wx(t){var e=t.getSnapshot;t=t.value;try{var n=e();return!on(t,n)}catch{return!0}}function xx(t){var e=Wn(t,1);e!==null&&rn(e,t,1,-1)}function j0(t){var e=wn();return typeof t=="function"&&(t=t()),e.memoizedState=e.baseState=t,t={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ea,lastRenderedState:t},e.queue=t,t=t.dispatch=BT.bind(null,Te,t),[e.memoizedState,t]}function Aa(t,e,n,r){return t={tag:t,create:e,destroy:n,deps:r,next:null},e=Te.updateQueue,e===null?(e={lastEffect:null,stores:null},Te.updateQueue=e,e.lastEffect=t.next=t):(n=e.lastEffect,n===null?e.lastEffect=t.next=t:(r=n.next,n.next=t,t.next=r,e.lastEffect=t)),t}function Sx(){return jt().memoizedState}function Rc(t,e,n,r){var i=wn();Te.flags|=t,i.memoizedState=Aa(1|e,n,void 0,r===void 0?null:r)}function uu(t,e,n,r){var i=jt();r=r===void 0?null:r;var o=void 0;if($e!==null){var s=$e.memoizedState;if(o=s.destroy,r!==null&&vg(r,s.deps)){i.memoizedState=Aa(e,n,o,r);return}}Te.flags|=t,i.memoizedState=Aa(1|e,n,o,r)}function U0(t,e){return Rc(8390656,8,t,e)}function wg(t,e){return uu(2048,8,t,e)}function bx(t,e){return uu(4,2,t,e)}function kx(t,e){return uu(4,4,t,e)}function Cx(t,e){if(typeof e=="function")return t=t(),e(t),function(){e(null)};if(e!=null)return t=t(),e.current=t,function(){e.current=null}}function Ex(t,e,n){return n=n!=null?n.concat([t]):null,uu(4,4,Cx.bind(null,e,t),n)}function xg(){}function Ax(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&vg(e,r[1])?r[0]:(n.memoizedState=[t,e],t)}function Tx(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&vg(e,r[1])?r[0]:(t=t(),n.memoizedState=[t,e],t)}function Rx(t,e,n){return(yi&21)===0?(t.baseState&&(t.baseState=!1,mt=!0),t.memoizedState=n):(on(n,e)||(n=Lw(),Te.lanes|=n,_i|=n,t.baseState=!0),e)}function DT(t,e){var n=ue;ue=n!==0&&4>n?n:4,t(!0);var r=Wp.transition;Wp.transition={};try{t(!1),e()}finally{ue=n,Wp.transition=r}}function Ix(){return jt().memoizedState}function VT(t,e,n){var r=Mr(t);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},Px(t))Nx(e,n);else if(n=fx(t,e,n,r),n!==null){var i=at();rn(n,t,r,i),Ox(n,e,r)}}function BT(t,e,n){var r=Mr(t),i={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Px(t))Nx(e,i);else{var o=t.alternate;if(t.lanes===0&&(o===null||o.lanes===0)&&(o=e.lastRenderedReducer,o!==null))try{var s=e.lastRenderedState,a=o(s,n);if(i.hasEagerState=!0,i.eagerState=a,on(a,s)){var l=e.interleaved;l===null?(i.next=i,fg(e)):(i.next=l.next,l.next=i),e.interleaved=i;return}}catch{}n=fx(t,e,i,r),n!==null&&(i=at(),rn(n,t,r,i),Ox(n,e,r))}}function Px(t){var e=t.alternate;return t===Te||e!==null&&e===Te}function Nx(t,e){la=Xc=!0;var n=t.pending;n===null?e.next=e:(e.next=n.next,n.next=e),t.pending=e}function Ox(t,e,n){if((n&4194240)!==0){var r=e.lanes;r&=t.pendingLanes,n|=r,e.lanes=n,Qh(t,n)}}var Qc={readContext:Ht,useCallback:Qe,useContext:Qe,useEffect:Qe,useImperativeHandle:Qe,useInsertionEffect:Qe,useLayoutEffect:Qe,useMemo:Qe,useReducer:Qe,useRef:Qe,useState:Qe,useDebugValue:Qe,useDeferredValue:Qe,useTransition:Qe,useMutableSource:Qe,useSyncExternalStore:Qe,useId:Qe,unstable_isNewReconciler:!1},zT={readContext:Ht,useCallback:function(t,e){return wn().memoizedState=[t,e===void 0?null:e],t},useContext:Ht,useEffect:U0,useImperativeHandle:function(t,e,n){return n=n!=null?n.concat([t]):null,Rc(4194308,4,Cx.bind(null,e,t),n)},useLayoutEffect:function(t,e){return Rc(4194308,4,t,e)},useInsertionEffect:function(t,e){return Rc(4,2,t,e)},useMemo:function(t,e){var n=wn();return e=e===void 0?null:e,t=t(),n.memoizedState=[t,e],t},useReducer:function(t,e,n){var r=wn();return e=n!==void 0?n(e):e,r.memoizedState=r.baseState=e,t={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:t,lastRenderedState:e},r.queue=t,t=t.dispatch=VT.bind(null,Te,t),[r.memoizedState,t]},useRef:function(t){var e=wn();return t={current:t},e.memoizedState=t},useState:j0,useDebugValue:xg,useDeferredValue:function(t){return wn().memoizedState=t},useTransition:function(){var t=j0(!1),e=t[0];return t=DT.bind(null,t[1]),wn().memoizedState=t,[e,t]},useMutableSource:function(){},useSyncExternalStore:function(t,e,n){var r=Te,i=wn();if(be){if(n===void 0)throw Error(R(407));n=n()}else{if(n=e(),ze===null)throw Error(R(349));(yi&30)!==0||vx(r,e,n)}i.memoizedState=n;var o={value:n,getSnapshot:e};return i.queue=o,U0(_x.bind(null,r,o,t),[t]),r.flags|=2048,Aa(9,yx.bind(null,r,o,n,e),void 0,null),n},useId:function(){var t=wn(),e=ze.identifierPrefix;if(be){var n=zn,r=Bn;n=(r&~(1<<32-nn(r)-1)).toString(32)+n,e=":"+e+"R"+n,n=Ca++,0<n&&(e+="H"+n.toString(32)),e+=":"}else n=$T++,e=":"+e+"r"+n.toString(32)+":";return t.memoizedState=e},unstable_isNewReconciler:!1},HT={readContext:Ht,useCallback:Ax,useContext:Ht,useEffect:wg,useImperativeHandle:Ex,useInsertionEffect:bx,useLayoutEffect:kx,useMemo:Tx,useReducer:qp,useRef:Sx,useState:function(){return qp(Ea)},useDebugValue:xg,useDeferredValue:function(t){var e=jt();return Rx(e,$e.memoizedState,t)},useTransition:function(){var t=qp(Ea)[0],e=jt().memoizedState;return[t,e]},useMutableSource:gx,useSyncExternalStore:mx,useId:Ix,unstable_isNewReconciler:!1},jT={readContext:Ht,useCallback:Ax,useContext:Ht,useEffect:wg,useImperativeHandle:Ex,useInsertionEffect:bx,useLayoutEffect:kx,useMemo:Tx,useReducer:Kp,useRef:Sx,useState:function(){return Kp(Ea)},useDebugValue:xg,useDeferredValue:function(t){var e=jt();return $e===null?e.memoizedState=t:Rx(e,$e.memoizedState,t)},useTransition:function(){var t=Kp(Ea)[0],e=jt().memoizedState;return[t,e]},useMutableSource:gx,useSyncExternalStore:mx,useId:Ix,unstable_isNewReconciler:!1};function Jt(t,e){if(t&&t.defaultProps){e=Re({},e),t=t.defaultProps;for(var n in t)e[n]===void 0&&(e[n]=t[n]);return e}return e}function Th(t,e,n,r){e=t.memoizedState,n=n(r,e),n=n==null?e:Re({},e,n),t.memoizedState=n,t.lanes===0&&(t.updateQueue.baseState=n)}var du={isMounted:function(t){return(t=t._reactInternals)?Si(t)===t:!1},enqueueSetState:function(t,e,n){t=t._reactInternals;var r=at(),i=Mr(t),o=Hn(r,i);o.payload=e,n!=null&&(o.callback=n),e=Or(t,o,i),e!==null&&(rn(e,t,i,r),Ac(e,t,i))},enqueueReplaceState:function(t,e,n){t=t._reactInternals;var r=at(),i=Mr(t),o=Hn(r,i);o.tag=1,o.payload=e,n!=null&&(o.callback=n),e=Or(t,o,i),e!==null&&(rn(e,t,i,r),Ac(e,t,i))},enqueueForceUpdate:function(t,e){t=t._reactInternals;var n=at(),r=Mr(t),i=Hn(n,r);i.tag=2,e!=null&&(i.callback=e),e=Or(t,i,r),e!==null&&(rn(e,t,r,n),Ac(e,t,r))}};function W0(t,e,n,r,i,o,s){return t=t.stateNode,typeof t.shouldComponentUpdate=="function"?t.shouldComponentUpdate(r,o,s):e.prototype&&e.prototype.isPureReactComponent?!_a(n,r)||!_a(i,o):!0}function Lx(t,e,n){var r=!1,i=Dr,o=e.contextType;return typeof o=="object"&&o!==null?o=Ht(o):(i=yt(e)?mi:tt.current,r=e.contextTypes,o=(r=r!=null)?Fo(t,i):Dr),e=new e(n,o),t.memoizedState=e.state!==null&&e.state!==void 0?e.state:null,e.updater=du,t.stateNode=e,e._reactInternals=t,r&&(t=t.stateNode,t.__reactInternalMemoizedUnmaskedChildContext=i,t.__reactInternalMemoizedMaskedChildContext=o),e}function q0(t,e,n,r){t=e.state,typeof e.componentWillReceiveProps=="function"&&e.componentWillReceiveProps(n,r),typeof e.UNSAFE_componentWillReceiveProps=="function"&&e.UNSAFE_componentWillReceiveProps(n,r),e.state!==t&&du.enqueueReplaceState(e,e.state,null)}function Rh(t,e,n,r){var i=t.stateNode;i.props=n,i.state=t.memoizedState,i.refs={},pg(t);var o=e.contextType;typeof o=="object"&&o!==null?i.context=Ht(o):(o=yt(e)?mi:tt.current,i.context=Fo(t,o)),i.state=t.memoizedState,o=e.getDerivedStateFromProps,typeof o=="function"&&(Th(t,e,o,n),i.state=t.memoizedState),typeof e.getDerivedStateFromProps=="function"||typeof i.getSnapshotBeforeUpdate=="function"||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(e=i.state,typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount(),e!==i.state&&du.enqueueReplaceState(i,i.state,null),Zc(t,n,i,r),i.state=t.memoizedState),typeof i.componentDidMount=="function"&&(t.flags|=4194308)}function Bo(t,e){try{var n="",r=e;do n+=_A(r),r=r.return;while(r);var i=n}catch(o){i=`
7
7
  Error generating stack: `+o.message+`
8
- `+o.stack}return{value:t,source:e,stack:i,digest:null}}function Gp(t,e,n){return{value:t,source:null,stack:n??null,digest:e??null}}function Ih(t,e){try{console.error(e.value)}catch(n){setTimeout(function(){throw n})}}var UT=typeof WeakMap=="function"?WeakMap:Map;function Mx(t,e,n){n=Hn(-1,n),n.tag=3,n.payload={element:null};var r=e.value;return n.callback=function(){ec||(ec=!0,Bh=r),Ih(t,e)},n}function Fx(t,e,n){n=Hn(-1,n),n.tag=3;var r=t.type.getDerivedStateFromError;if(typeof r=="function"){var i=e.value;n.payload=function(){return r(i)},n.callback=function(){Ih(t,e)}}var o=t.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(n.callback=function(){Ih(t,e),typeof r!="function"&&(Lr===null?Lr=new Set([this]):Lr.add(this));var s=e.stack;this.componentDidCatch(e.value,{componentStack:s!==null?s:""})}),n}function K0(t,e,n){var r=t.pingCache;if(r===null){r=t.pingCache=new UT;var i=new Set;r.set(e,i)}else i=r.get(e),i===void 0&&(i=new Set,r.set(e,i));i.has(n)||(i.add(n),t=iR.bind(null,t,e,n),e.then(t,t))}function G0(t){do{var e;if((e=t.tag===13)&&(e=t.memoizedState,e=e!==null?e.dehydrated!==null:!0),e)return t;t=t.return}while(t!==null);return null}function Z0(t,e,n,r,i){return(t.mode&1)===0?(t===e?t.flags|=65536:(t.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(e=Hn(-1,1),e.tag=2,Or(n,e,1))),n.lanes|=1),t):(t.flags|=65536,t.lanes=i,t)}var WT=Kn.ReactCurrentOwner,mt=!1;function st(t,e,n,r){e.child=t===null?dx(e,null,n,r):Do(e,t.child,n,r)}function Y0(t,e,n,r,i){n=n.render;var o=e.ref;return Oo(e,i),r=yg(t,e,n,r,o,i),n=_g(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,qn(t,e,i)):(be&&n&&sg(e),e.flags|=1,st(t,e,r,i),e.child)}function X0(t,e,n,r,i){if(t===null){var o=n.type;return typeof o=="function"&&!Rg(o)&&o.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(e.tag=15,e.type=o,$x(t,e,o,r,i)):(t=Ou(n.type,null,r,e,e.mode,i),t.ref=e.ref,t.return=e,e.child=t)}if(o=t.child,(t.lanes&i)===0){var s=o.memoizedProps;if(n=n.compare,n=n!==null?n:_a,n(s,r)&&t.ref===e.ref)return qn(t,e,i)}return e.flags|=1,t=Fr(o,r),t.ref=e.ref,t.return=e,e.child=t}function $x(t,e,n,r,i){if(t!==null){var o=t.memoizedProps;if(_a(o,r)&&t.ref===e.ref)if(mt=!1,e.pendingProps=r=o,(t.lanes&i)!==0)(t.flags&131072)!==0&&(mt=!0);else return e.lanes=t.lanes,qn(t,e,i)}return Ph(t,e,n,r,i)}function Dx(t,e,n){var r=e.pendingProps,i=r.children,o=t!==null?t.memoizedState:null;if(r.mode==="hidden")if((e.mode&1)===0)e.memoizedState={baseLanes:0,cachePool:null,transitions:null},me(To,At),At|=n;else{if((n&1073741824)===0)return t=o!==null?o.baseLanes|n:n,e.lanes=e.childLanes=1073741824,e.memoizedState={baseLanes:t,cachePool:null,transitions:null},e.updateQueue=null,me(To,At),At|=t,null;e.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=o!==null?o.baseLanes:n,me(To,At),At|=r}else o!==null?(r=o.baseLanes|n,e.memoizedState=null):r=n,me(To,At),At|=r;return st(t,e,i,n),e.child}function Vx(t,e){var n=e.ref;(t===null&&n!==null||t!==null&&t.ref!==n)&&(e.flags|=512,e.flags|=2097152)}function Ph(t,e,n,r,i){var o=yt(n)?mi:tt.current;return o=Fo(e,o),Oo(e,i),n=yg(t,e,n,r,o,i),r=_g(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,qn(t,e,i)):(be&&r&&sg(e),e.flags|=1,st(t,e,n,i),e.child)}function Q0(t,e,n,r,i){if(yt(n)){var o=!0;Uu(e)}else o=!1;if(Oo(e,i),e.stateNode===null)Iu(t,e),Lx(e,n,r),Rh(e,n,r,i),r=!0;else if(t===null){var s=e.stateNode,a=e.memoizedProps;s.props=a;var l=s.context,u=n.contextType;typeof u=="object"&&u!==null?u=Ht(u):(u=yt(n)?mi:tt.current,u=Fo(e,u));var c=n.getDerivedStateFromProps,f=typeof c=="function"||typeof s.getSnapshotBeforeUpdate=="function";f||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==r||l!==u)&&q0(e,s,r,u),kr=!1;var h=e.memoizedState;s.state=h,Zu(e,r,s,i),l=e.memoizedState,a!==r||h!==l||vt.current||kr?(typeof c=="function"&&(Th(e,n,c,r),l=e.memoizedState),(a=kr||W0(e,n,a,r,h,l,u))?(f||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.componentWillMount=="function"&&s.componentWillMount(),typeof s.UNSAFE_componentWillMount=="function"&&s.UNSAFE_componentWillMount()),typeof s.componentDidMount=="function"&&(e.flags|=4194308)):(typeof s.componentDidMount=="function"&&(e.flags|=4194308),e.memoizedProps=r,e.memoizedState=l),s.props=r,s.state=l,s.context=u,r=a):(typeof s.componentDidMount=="function"&&(e.flags|=4194308),r=!1)}else{s=e.stateNode,px(t,e),a=e.memoizedProps,u=e.type===e.elementType?a:Jt(e.type,a),s.props=u,f=e.pendingProps,h=s.context,l=n.contextType,typeof l=="object"&&l!==null?l=Ht(l):(l=yt(n)?mi:tt.current,l=Fo(e,l));var g=n.getDerivedStateFromProps;(c=typeof g=="function"||typeof s.getSnapshotBeforeUpdate=="function")||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==f||h!==l)&&q0(e,s,r,l),kr=!1,h=e.memoizedState,s.state=h,Zu(e,r,s,i);var v=e.memoizedState;a!==f||h!==v||vt.current||kr?(typeof g=="function"&&(Th(e,n,g,r),v=e.memoizedState),(u=kr||W0(e,n,u,r,h,v,l)||!1)?(c||typeof s.UNSAFE_componentWillUpdate!="function"&&typeof s.componentWillUpdate!="function"||(typeof s.componentWillUpdate=="function"&&s.componentWillUpdate(r,v,l),typeof s.UNSAFE_componentWillUpdate=="function"&&s.UNSAFE_componentWillUpdate(r,v,l)),typeof s.componentDidUpdate=="function"&&(e.flags|=4),typeof s.getSnapshotBeforeUpdate=="function"&&(e.flags|=1024)):(typeof s.componentDidUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=1024),e.memoizedProps=r,e.memoizedState=v),s.props=r,s.state=v,s.context=l,r=u):(typeof s.componentDidUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=1024),r=!1)}return Nh(t,e,n,r,o,i)}function Nh(t,e,n,r,i,o){Vx(t,e);var s=(e.flags&128)!==0;if(!r&&!s)return i&&$0(e,n,!1),qn(t,e,o);r=e.stateNode,WT.current=e;var a=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return e.flags|=1,t!==null&&s?(e.child=Do(e,t.child,null,o),e.child=Do(e,null,a,o)):st(t,e,a,o),e.memoizedState=r.state,i&&$0(e,n,!0),e.child}function Bx(t){var e=t.stateNode;e.pendingContext?F0(t,e.pendingContext,e.pendingContext!==e.context):e.context&&F0(t,e.context,!1),hg(t,e.containerInfo)}function J0(t,e,n,r,i){return $o(),lg(i),e.flags|=256,st(t,e,n,r),e.child}var Oh={dehydrated:null,treeContext:null,retryLane:0};function Lh(t){return{baseLanes:t,cachePool:null,transitions:null}}function zx(t,e,n){var r=e.pendingProps,i=Ae.current,o=!1,s=(e.flags&128)!==0,a;if((a=s)||(a=t!==null&&t.memoizedState===null?!1:(i&2)!==0),a?(o=!0,e.flags&=-129):(t===null||t.memoizedState!==null)&&(i|=1),me(Ae,i&1),t===null)return Eh(e),t=e.memoizedState,t!==null&&(t=t.dehydrated,t!==null)?((e.mode&1)===0?e.lanes=1:t.data==="$!"?e.lanes=8:e.lanes=1073741824,null):(s=r.children,t=r.fallback,o?(r=e.mode,o=e.child,s={mode:"hidden",children:s},(r&1)===0&&o!==null?(o.childLanes=0,o.pendingProps=s):o=hc(s,r,0,null),t=gi(t,r,n,null),o.return=e,t.return=e,o.sibling=t,e.child=o,e.child.memoizedState=Lh(n),e.memoizedState=Oh,t):Sg(e,s));if(i=t.memoizedState,i!==null&&(a=i.dehydrated,a!==null))return qT(t,e,s,r,a,i,n);if(o){o=r.fallback,s=e.mode,i=t.child,a=i.sibling;var l={mode:"hidden",children:r.children};return(s&1)===0&&e.child!==i?(r=e.child,r.childLanes=0,r.pendingProps=l,e.deletions=null):(r=Fr(i,l),r.subtreeFlags=i.subtreeFlags&14680064),a!==null?o=Fr(a,o):(o=gi(o,s,n,null),o.flags|=2),o.return=e,r.return=e,r.sibling=o,e.child=r,r=o,o=e.child,s=t.child.memoizedState,s=s===null?Lh(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},o.memoizedState=s,o.childLanes=t.childLanes&~n,e.memoizedState=Oh,r}return o=t.child,t=o.sibling,r=Fr(o,{mode:"visible",children:r.children}),(e.mode&1)===0&&(r.lanes=n),r.return=e,r.sibling=null,t!==null&&(n=e.deletions,n===null?(e.deletions=[t],e.flags|=16):n.push(t)),e.child=r,e.memoizedState=null,r}function Sg(t,e){return e=hc({mode:"visible",children:e},t.mode,0,null),e.return=t,t.child=e}function xu(t,e,n,r){return r!==null&&lg(r),Do(e,t.child,null,n),t=Sg(e,e.pendingProps.children),t.flags|=2,e.memoizedState=null,t}function qT(t,e,n,r,i,o,s){if(n)return e.flags&256?(e.flags&=-257,r=Gp(Error(R(422))),xu(t,e,s,r)):e.memoizedState!==null?(e.child=t.child,e.flags|=128,null):(o=r.fallback,i=e.mode,r=hc({mode:"visible",children:r.children},i,0,null),o=gi(o,i,s,null),o.flags|=2,r.return=e,o.return=e,r.sibling=o,e.child=r,(e.mode&1)!==0&&Do(e,t.child,null,s),e.child.memoizedState=Lh(s),e.memoizedState=Oh,o);if((e.mode&1)===0)return xu(t,e,s,null);if(i.data==="$!"){if(r=i.nextSibling&&i.nextSibling.dataset,r)var a=r.dgst;return r=a,o=Error(R(419)),r=Gp(o,r,void 0),xu(t,e,s,r)}if(a=(s&t.childLanes)!==0,mt||a){if(r=ze,r!==null){switch(s&-s){case 4:i=2;break;case 16:i=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:i=32;break;case 536870912:i=268435456;break;default:i=0}i=(i&(r.suspendedLanes|s))!==0?0:i,i!==0&&i!==o.retryLane&&(o.retryLane=i,Wn(t,i),rn(r,t,i,-1))}return Tg(),r=Gp(Error(R(421))),xu(t,e,s,r)}return i.data==="$?"?(e.flags|=128,e.child=t.child,e=oR.bind(null,t),i._reactRetry=e,null):(t=o.treeContext,Tt=Nr(i.nextSibling),Rt=e,be=!0,tn=null,t!==null&&(Dt[Vt++]=Bn,Dt[Vt++]=zn,Dt[Vt++]=vi,Bn=t.id,zn=t.overflow,vi=e),e=Sg(e,r.children),e.flags|=4096,e)}function ew(t,e,n){t.lanes|=e;var r=t.alternate;r!==null&&(r.lanes|=e),Ah(t.return,e,n)}function Zp(t,e,n,r,i){var o=t.memoizedState;o===null?t.memoizedState={isBackwards:e,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:i}:(o.isBackwards=e,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailMode=i)}function Hx(t,e,n){var r=e.pendingProps,i=r.revealOrder,o=r.tail;if(st(t,e,r.children,n),r=Ae.current,(r&2)!==0)r=r&1|2,e.flags|=128;else{if(t!==null&&(t.flags&128)!==0)e:for(t=e.child;t!==null;){if(t.tag===13)t.memoizedState!==null&&ew(t,n,e);else if(t.tag===19)ew(t,n,e);else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;t=t.return}t.sibling.return=t.return,t=t.sibling}r&=1}if(me(Ae,r),(e.mode&1)===0)e.memoizedState=null;else switch(i){case"forwards":for(n=e.child,i=null;n!==null;)t=n.alternate,t!==null&&Yu(t)===null&&(i=n),n=n.sibling;n=i,n===null?(i=e.child,e.child=null):(i=n.sibling,n.sibling=null),Zp(e,!1,i,n,o);break;case"backwards":for(n=null,i=e.child,e.child=null;i!==null;){if(t=i.alternate,t!==null&&Yu(t)===null){e.child=i;break}t=i.sibling,i.sibling=n,n=i,i=t}Zp(e,!0,n,null,o);break;case"together":Zp(e,!1,null,null,void 0);break;default:e.memoizedState=null}return e.child}function Iu(t,e){(e.mode&1)===0&&t!==null&&(t.alternate=null,e.alternate=null,e.flags|=2)}function qn(t,e,n){if(t!==null&&(e.dependencies=t.dependencies),_i|=e.lanes,(n&e.childLanes)===0)return null;if(t!==null&&e.child!==t.child)throw Error(R(153));if(e.child!==null){for(t=e.child,n=Fr(t,t.pendingProps),e.child=n,n.return=e;t.sibling!==null;)t=t.sibling,n=n.sibling=Fr(t,t.pendingProps),n.return=e;n.sibling=null}return e.child}function KT(t,e,n){switch(e.tag){case 3:Bx(e),$o();break;case 5:hx(e);break;case 1:yt(e.type)&&Uu(e);break;case 4:hg(e,e.stateNode.containerInfo);break;case 10:var r=e.type._context,i=e.memoizedProps.value;me(Ku,r._currentValue),r._currentValue=i;break;case 13:if(r=e.memoizedState,r!==null)return r.dehydrated!==null?(me(Ae,Ae.current&1),e.flags|=128,null):(n&e.child.childLanes)!==0?zx(t,e,n):(me(Ae,Ae.current&1),t=qn(t,e,n),t!==null?t.sibling:null);me(Ae,Ae.current&1);break;case 19:if(r=(n&e.childLanes)!==0,(t.flags&128)!==0){if(r)return Hx(t,e,n);e.flags|=128}if(i=e.memoizedState,i!==null&&(i.rendering=null,i.tail=null,i.lastEffect=null),me(Ae,Ae.current),r)break;return null;case 22:case 23:return e.lanes=0,Dx(t,e,n)}return qn(t,e,n)}var jx,Mh,Ux,Wx;jx=function(t,e){for(var n=e.child;n!==null;){if(n.tag===5||n.tag===6)t.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===e)break;for(;n.sibling===null;){if(n.return===null||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};Mh=function(){};Ux=function(t,e,n,r){var i=t.memoizedProps;if(i!==r){t=e.stateNode,pi(bn.current);var o=null;switch(n){case"input":i=rh(t,i),r=rh(t,r),o=[];break;case"select":i=Re({},i,{value:void 0}),r=Re({},r,{value:void 0}),o=[];break;case"textarea":i=sh(t,i),r=sh(t,r),o=[];break;default:typeof i.onClick!="function"&&typeof r.onClick=="function"&&(t.onclick=Hu)}lh(n,r);var s;n=null;for(u in i)if(!r.hasOwnProperty(u)&&i.hasOwnProperty(u)&&i[u]!=null)if(u==="style"){var a=i[u];for(s in a)a.hasOwnProperty(s)&&(n||(n={}),n[s]="")}else u!=="dangerouslySetInnerHTML"&&u!=="children"&&u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&u!=="autoFocus"&&(fa.hasOwnProperty(u)?o||(o=[]):(o=o||[]).push(u,null));for(u in r){var l=r[u];if(a=i?.[u],r.hasOwnProperty(u)&&l!==a&&(l!=null||a!=null))if(u==="style")if(a){for(s in a)!a.hasOwnProperty(s)||l&&l.hasOwnProperty(s)||(n||(n={}),n[s]="");for(s in l)l.hasOwnProperty(s)&&a[s]!==l[s]&&(n||(n={}),n[s]=l[s])}else n||(o||(o=[]),o.push(u,n)),n=l;else u==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,a=a?a.__html:void 0,l!=null&&a!==l&&(o=o||[]).push(u,l)):u==="children"?typeof l!="string"&&typeof l!="number"||(o=o||[]).push(u,""+l):u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&(fa.hasOwnProperty(u)?(l!=null&&u==="onScroll"&&ye("scroll",t),o||a===l||(o=[])):(o=o||[]).push(u,l))}n&&(o=o||[]).push("style",n);var u=o;(e.updateQueue=u)&&(e.flags|=4)}};Wx=function(t,e,n,r){n!==r&&(e.flags|=4)};function Ys(t,e){if(!be)switch(t.tailMode){case"hidden":e=t.tail;for(var n=null;e!==null;)e.alternate!==null&&(n=e),e=e.sibling;n===null?t.tail=null:n.sibling=null;break;case"collapsed":n=t.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?e||t.tail===null?t.tail=null:t.tail.sibling=null:r.sibling=null}}function Je(t){var e=t.alternate!==null&&t.alternate.child===t.child,n=0,r=0;if(e)for(var i=t.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags&14680064,r|=i.flags&14680064,i.return=t,i=i.sibling;else for(i=t.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags,r|=i.flags,i.return=t,i=i.sibling;return t.subtreeFlags|=r,t.childLanes=n,e}function GT(t,e,n){var r=e.pendingProps;switch(ag(e),e.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Je(e),null;case 1:return yt(e.type)&&ju(),Je(e),null;case 3:return r=e.stateNode,Vo(),_e(vt),_e(tt),mg(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(t===null||t.child===null)&&(_u(e)?e.flags|=4:t===null||t.memoizedState.isDehydrated&&(e.flags&256)===0||(e.flags|=1024,tn!==null&&(jh(tn),tn=null))),Mh(t,e),Je(e),null;case 5:gg(e);var i=pi(ka.current);if(n=e.type,t!==null&&e.stateNode!=null)Ux(t,e,n,r,i),t.ref!==e.ref&&(e.flags|=512,e.flags|=2097152);else{if(!r){if(e.stateNode===null)throw Error(R(166));return Je(e),null}if(t=pi(bn.current),_u(e)){r=e.stateNode,n=e.type;var o=e.memoizedProps;switch(r[xn]=e,r[Sa]=o,t=(e.mode&1)!==0,n){case"dialog":ye("cancel",r),ye("close",r);break;case"iframe":case"object":case"embed":ye("load",r);break;case"video":case"audio":for(i=0;i<na.length;i++)ye(na[i],r);break;case"source":ye("error",r);break;case"img":case"image":case"link":ye("error",r),ye("load",r);break;case"details":ye("toggle",r);break;case"input":l0(r,o),ye("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!o.multiple},ye("invalid",r);break;case"textarea":c0(r,o),ye("invalid",r)}lh(n,o),i=null;for(var s in o)if(o.hasOwnProperty(s)){var a=o[s];s==="children"?typeof a=="string"?r.textContent!==a&&(o.suppressHydrationWarning!==!0&&yu(r.textContent,a,t),i=["children",a]):typeof a=="number"&&r.textContent!==""+a&&(o.suppressHydrationWarning!==!0&&yu(r.textContent,a,t),i=["children",""+a]):fa.hasOwnProperty(s)&&a!=null&&s==="onScroll"&&ye("scroll",r)}switch(n){case"input":su(r),u0(r,o,!0);break;case"textarea":su(r),d0(r);break;case"select":case"option":break;default:typeof o.onClick=="function"&&(r.onclick=Hu)}r=i,e.updateQueue=r,r!==null&&(e.flags|=4)}else{s=i.nodeType===9?i:i.ownerDocument,t==="http://www.w3.org/1999/xhtml"&&(t=_w(n)),t==="http://www.w3.org/1999/xhtml"?n==="script"?(t=s.createElement("div"),t.innerHTML="<script><\/script>",t=t.removeChild(t.firstChild)):typeof r.is=="string"?t=s.createElement(n,{is:r.is}):(t=s.createElement(n),n==="select"&&(s=t,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):t=s.createElementNS(t,n),t[xn]=e,t[Sa]=r,jx(t,e,!1,!1),e.stateNode=t;e:{switch(s=uh(n,r),n){case"dialog":ye("cancel",t),ye("close",t),i=r;break;case"iframe":case"object":case"embed":ye("load",t),i=r;break;case"video":case"audio":for(i=0;i<na.length;i++)ye(na[i],t);i=r;break;case"source":ye("error",t),i=r;break;case"img":case"image":case"link":ye("error",t),ye("load",t),i=r;break;case"details":ye("toggle",t),i=r;break;case"input":l0(t,r),i=rh(t,r),ye("invalid",t);break;case"option":i=r;break;case"select":t._wrapperState={wasMultiple:!!r.multiple},i=Re({},r,{value:void 0}),ye("invalid",t);break;case"textarea":c0(t,r),i=sh(t,r),ye("invalid",t);break;default:i=r}lh(n,i),a=i;for(o in a)if(a.hasOwnProperty(o)){var l=a[o];o==="style"?Sw(t,l):o==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,l!=null&&ww(t,l)):o==="children"?typeof l=="string"?(n!=="textarea"||l!=="")&&pa(t,l):typeof l=="number"&&pa(t,""+l):o!=="suppressContentEditableWarning"&&o!=="suppressHydrationWarning"&&o!=="autoFocus"&&(fa.hasOwnProperty(o)?l!=null&&o==="onScroll"&&ye("scroll",t):l!=null&&qh(t,o,l,s))}switch(n){case"input":su(t),u0(t,r,!1);break;case"textarea":su(t),d0(t);break;case"option":r.value!=null&&t.setAttribute("value",""+$r(r.value));break;case"select":t.multiple=!!r.multiple,o=r.value,o!=null?Ro(t,!!r.multiple,o,!1):r.defaultValue!=null&&Ro(t,!!r.multiple,r.defaultValue,!0);break;default:typeof i.onClick=="function"&&(t.onclick=Hu)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(e.flags|=4)}e.ref!==null&&(e.flags|=512,e.flags|=2097152)}return Je(e),null;case 6:if(t&&e.stateNode!=null)Wx(t,e,t.memoizedProps,r);else{if(typeof r!="string"&&e.stateNode===null)throw Error(R(166));if(n=pi(ka.current),pi(bn.current),_u(e)){if(r=e.stateNode,n=e.memoizedProps,r[xn]=e,(o=r.nodeValue!==n)&&(t=Rt,t!==null))switch(t.tag){case 3:yu(r.nodeValue,n,(t.mode&1)!==0);break;case 5:t.memoizedProps.suppressHydrationWarning!==!0&&yu(r.nodeValue,n,(t.mode&1)!==0)}o&&(e.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[xn]=e,e.stateNode=r}return Je(e),null;case 13:if(_e(Ae),r=e.memoizedState,t===null||t.memoizedState!==null&&t.memoizedState.dehydrated!==null){if(be&&Tt!==null&&(e.mode&1)!==0&&(e.flags&128)===0)ux(),$o(),e.flags|=98560,o=!1;else if(o=_u(e),r!==null&&r.dehydrated!==null){if(t===null){if(!o)throw Error(R(318));if(o=e.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(R(317));o[xn]=e}else $o(),(e.flags&128)===0&&(e.memoizedState=null),e.flags|=4;Je(e),o=!1}else tn!==null&&(jh(tn),tn=null),o=!0;if(!o)return e.flags&65536?e:null}return(e.flags&128)!==0?(e.lanes=n,e):(r=r!==null,r!==(t!==null&&t.memoizedState!==null)&&r&&(e.child.flags|=8192,(e.mode&1)!==0&&(t===null||(Ae.current&1)!==0?De===0&&(De=3):Tg())),e.updateQueue!==null&&(e.flags|=4),Je(e),null);case 4:return Vo(),Mh(t,e),t===null&&wa(e.stateNode.containerInfo),Je(e),null;case 10:return dg(e.type._context),Je(e),null;case 17:return yt(e.type)&&ju(),Je(e),null;case 19:if(_e(Ae),o=e.memoizedState,o===null)return Je(e),null;if(r=(e.flags&128)!==0,s=o.rendering,s===null)if(r)Ys(o,!1);else{if(De!==0||t!==null&&(t.flags&128)!==0)for(t=e.child;t!==null;){if(s=Yu(t),s!==null){for(e.flags|=128,Ys(o,!1),r=s.updateQueue,r!==null&&(e.updateQueue=r,e.flags|=4),e.subtreeFlags=0,r=n,n=e.child;n!==null;)o=n,t=r,o.flags&=14680066,s=o.alternate,s===null?(o.childLanes=0,o.lanes=t,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=s.childLanes,o.lanes=s.lanes,o.child=s.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=s.memoizedProps,o.memoizedState=s.memoizedState,o.updateQueue=s.updateQueue,o.type=s.type,t=s.dependencies,o.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext}),n=n.sibling;return me(Ae,Ae.current&1|2),e.child}t=t.sibling}o.tail!==null&&Ne()>zo&&(e.flags|=128,r=!0,Ys(o,!1),e.lanes=4194304)}else{if(!r)if(t=Yu(s),t!==null){if(e.flags|=128,r=!0,n=t.updateQueue,n!==null&&(e.updateQueue=n,e.flags|=4),Ys(o,!0),o.tail===null&&o.tailMode==="hidden"&&!s.alternate&&!be)return Je(e),null}else 2*Ne()-o.renderingStartTime>zo&&n!==1073741824&&(e.flags|=128,r=!0,Ys(o,!1),e.lanes=4194304);o.isBackwards?(s.sibling=e.child,e.child=s):(n=o.last,n!==null?n.sibling=s:e.child=s,o.last=s)}return o.tail!==null?(e=o.tail,o.rendering=e,o.tail=e.sibling,o.renderingStartTime=Ne(),e.sibling=null,n=Ae.current,me(Ae,r?n&1|2:n&1),e):(Je(e),null);case 22:case 23:return Ag(),r=e.memoizedState!==null,t!==null&&t.memoizedState!==null!==r&&(e.flags|=8192),r&&(e.mode&1)!==0?(At&1073741824)!==0&&(Je(e),e.subtreeFlags&6&&(e.flags|=8192)):Je(e),null;case 24:return null;case 25:return null}throw Error(R(156,e.tag))}function ZT(t,e){switch(ag(e),e.tag){case 1:return yt(e.type)&&ju(),t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 3:return Vo(),_e(vt),_e(tt),mg(),t=e.flags,(t&65536)!==0&&(t&128)===0?(e.flags=t&-65537|128,e):null;case 5:return gg(e),null;case 13:if(_e(Ae),t=e.memoizedState,t!==null&&t.dehydrated!==null){if(e.alternate===null)throw Error(R(340));$o()}return t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 19:return _e(Ae),null;case 4:return Vo(),null;case 10:return dg(e.type._context),null;case 22:case 23:return Ag(),null;case 24:return null;default:return null}}var Su=!1,et=!1,YT=typeof WeakSet=="function"?WeakSet:Set,D=null;function Ao(t,e){var n=t.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){Ie(t,e,r)}else n.current=null}function Fh(t,e,n){try{n()}catch(r){Ie(t,e,r)}}var tw=!1;function XT(t,e){if(_h=Vu,t=Yw(),og(t)){if("selectionStart"in t)var n={start:t.selectionStart,end:t.selectionEnd};else e:{n=(n=t.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var i=r.anchorOffset,o=r.focusNode;r=r.focusOffset;try{n.nodeType,o.nodeType}catch{n=null;break e}var s=0,a=-1,l=-1,u=0,c=0,f=t,h=null;t:for(;;){for(var g;f!==n||i!==0&&f.nodeType!==3||(a=s+i),f!==o||r!==0&&f.nodeType!==3||(l=s+r),f.nodeType===3&&(s+=f.nodeValue.length),(g=f.firstChild)!==null;)h=f,f=g;for(;;){if(f===t)break t;if(h===n&&++u===i&&(a=s),h===o&&++c===r&&(l=s),(g=f.nextSibling)!==null)break;f=h,h=f.parentNode}f=g}n=a===-1||l===-1?null:{start:a,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(wh={focusedElem:t,selectionRange:n},Vu=!1,D=e;D!==null;)if(e=D,t=e.child,(e.subtreeFlags&1028)!==0&&t!==null)t.return=e,D=t;else for(;D!==null;){e=D;try{var v=e.alternate;if((e.flags&1024)!==0)switch(e.tag){case 0:case 11:case 15:break;case 1:if(v!==null){var _=v.memoizedProps,x=v.memoizedState,d=e.stateNode,p=d.getSnapshotBeforeUpdate(e.elementType===e.type?_:Jt(e.type,_),x);d.__reactInternalSnapshotBeforeUpdate=p}break;case 3:var m=e.stateNode.containerInfo;m.nodeType===1?m.textContent="":m.nodeType===9&&m.documentElement&&m.removeChild(m.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(R(163))}}catch(y){Ie(e,e.return,y)}if(t=e.sibling,t!==null){t.return=e.return,D=t;break}D=e.return}return v=tw,tw=!1,v}function ua(t,e,n){var r=e.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var i=r=r.next;do{if((i.tag&t)===t){var o=i.destroy;i.destroy=void 0,o!==void 0&&Fh(e,n,o)}i=i.next}while(i!==r)}}function fc(t,e){if(e=e.updateQueue,e=e!==null?e.lastEffect:null,e!==null){var n=e=e.next;do{if((n.tag&t)===t){var r=n.create;n.destroy=r()}n=n.next}while(n!==e)}}function $h(t){var e=t.ref;if(e!==null){var n=t.stateNode;t.tag,t=n,typeof e=="function"?e(t):e.current=t}}function qx(t){var e=t.alternate;e!==null&&(t.alternate=null,qx(e)),t.child=null,t.deletions=null,t.sibling=null,t.tag===5&&(e=t.stateNode,e!==null&&(delete e[xn],delete e[Sa],delete e[bh],delete e[OT],delete e[LT])),t.stateNode=null,t.return=null,t.dependencies=null,t.memoizedProps=null,t.memoizedState=null,t.pendingProps=null,t.stateNode=null,t.updateQueue=null}function Kx(t){return t.tag===5||t.tag===3||t.tag===4}function nw(t){e:for(;;){for(;t.sibling===null;){if(t.return===null||Kx(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==5&&t.tag!==6&&t.tag!==18;){if(t.flags&2||t.child===null||t.tag===4)continue e;t.child.return=t,t=t.child}if(!(t.flags&2))return t.stateNode}}function Dh(t,e,n){var r=t.tag;if(r===5||r===6)t=t.stateNode,e?n.nodeType===8?n.parentNode.insertBefore(t,e):n.insertBefore(t,e):(n.nodeType===8?(e=n.parentNode,e.insertBefore(t,n)):(e=n,e.appendChild(t)),n=n._reactRootContainer,n!=null||e.onclick!==null||(e.onclick=Hu));else if(r!==4&&(t=t.child,t!==null))for(Dh(t,e,n),t=t.sibling;t!==null;)Dh(t,e,n),t=t.sibling}function Vh(t,e,n){var r=t.tag;if(r===5||r===6)t=t.stateNode,e?n.insertBefore(t,e):n.appendChild(t);else if(r!==4&&(t=t.child,t!==null))for(Vh(t,e,n),t=t.sibling;t!==null;)Vh(t,e,n),t=t.sibling}var qe=null,en=!1;function Sr(t,e,n){for(n=n.child;n!==null;)Gx(t,e,n),n=n.sibling}function Gx(t,e,n){if(Sn&&typeof Sn.onCommitFiberUnmount=="function")try{Sn.onCommitFiberUnmount(ic,n)}catch{}switch(n.tag){case 5:et||Ao(n,e);case 6:var r=qe,i=en;qe=null,Sr(t,e,n),qe=r,en=i,qe!==null&&(en?(t=qe,n=n.stateNode,t.nodeType===8?t.parentNode.removeChild(n):t.removeChild(n)):qe.removeChild(n.stateNode));break;case 18:qe!==null&&(en?(t=qe,n=n.stateNode,t.nodeType===8?Hp(t.parentNode,n):t.nodeType===1&&Hp(t,n),va(t)):Hp(qe,n.stateNode));break;case 4:r=qe,i=en,qe=n.stateNode.containerInfo,en=!0,Sr(t,e,n),qe=r,en=i;break;case 0:case 11:case 14:case 15:if(!et&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){i=r=r.next;do{var o=i,s=o.destroy;o=o.tag,s!==void 0&&((o&2)!==0||(o&4)!==0)&&Fh(n,e,s),i=i.next}while(i!==r)}Sr(t,e,n);break;case 1:if(!et&&(Ao(n,e),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(a){Ie(n,e,a)}Sr(t,e,n);break;case 21:Sr(t,e,n);break;case 22:n.mode&1?(et=(r=et)||n.memoizedState!==null,Sr(t,e,n),et=r):Sr(t,e,n);break;default:Sr(t,e,n)}}function rw(t){var e=t.updateQueue;if(e!==null){t.updateQueue=null;var n=t.stateNode;n===null&&(n=t.stateNode=new YT),e.forEach(function(r){var i=sR.bind(null,t,r);n.has(r)||(n.add(r),r.then(i,i))})}}function Qt(t,e){var n=e.deletions;if(n!==null)for(var r=0;r<n.length;r++){var i=n[r];try{var o=t,s=e,a=s;e:for(;a!==null;){switch(a.tag){case 5:qe=a.stateNode,en=!1;break e;case 3:qe=a.stateNode.containerInfo,en=!0;break e;case 4:qe=a.stateNode.containerInfo,en=!0;break e}a=a.return}if(qe===null)throw Error(R(160));Gx(o,s,i),qe=null,en=!1;var l=i.alternate;l!==null&&(l.return=null),i.return=null}catch(u){Ie(i,e,u)}}if(e.subtreeFlags&12854)for(e=e.child;e!==null;)Zx(e,t),e=e.sibling}function Zx(t,e){var n=t.alternate,r=t.flags;switch(t.tag){case 0:case 11:case 14:case 15:if(Qt(e,t),_n(t),r&4){try{ua(3,t,t.return),fc(3,t)}catch(_){Ie(t,t.return,_)}try{ua(5,t,t.return)}catch(_){Ie(t,t.return,_)}}break;case 1:Qt(e,t),_n(t),r&512&&n!==null&&Ao(n,n.return);break;case 5:if(Qt(e,t),_n(t),r&512&&n!==null&&Ao(n,n.return),t.flags&32){var i=t.stateNode;try{pa(i,"")}catch(_){Ie(t,t.return,_)}}if(r&4&&(i=t.stateNode,i!=null)){var o=t.memoizedProps,s=n!==null?n.memoizedProps:o,a=t.type,l=t.updateQueue;if(t.updateQueue=null,l!==null)try{a==="input"&&o.type==="radio"&&o.name!=null&&vw(i,o),uh(a,s);var u=uh(a,o);for(s=0;s<l.length;s+=2){var c=l[s],f=l[s+1];c==="style"?Sw(i,f):c==="dangerouslySetInnerHTML"?ww(i,f):c==="children"?pa(i,f):qh(i,c,f,u)}switch(a){case"input":ih(i,o);break;case"textarea":yw(i,o);break;case"select":var h=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!o.multiple;var g=o.value;g!=null?Ro(i,!!o.multiple,g,!1):h!==!!o.multiple&&(o.defaultValue!=null?Ro(i,!!o.multiple,o.defaultValue,!0):Ro(i,!!o.multiple,o.multiple?[]:"",!1))}i[Sa]=o}catch(_){Ie(t,t.return,_)}}break;case 6:if(Qt(e,t),_n(t),r&4){if(t.stateNode===null)throw Error(R(162));i=t.stateNode,o=t.memoizedProps;try{i.nodeValue=o}catch(_){Ie(t,t.return,_)}}break;case 3:if(Qt(e,t),_n(t),r&4&&n!==null&&n.memoizedState.isDehydrated)try{va(e.containerInfo)}catch(_){Ie(t,t.return,_)}break;case 4:Qt(e,t),_n(t);break;case 13:Qt(e,t),_n(t),i=t.child,i.flags&8192&&(o=i.memoizedState!==null,i.stateNode.isHidden=o,!o||i.alternate!==null&&i.alternate.memoizedState!==null||(Cg=Ne())),r&4&&rw(t);break;case 22:if(c=n!==null&&n.memoizedState!==null,t.mode&1?(et=(u=et)||c,Qt(e,t),et=u):Qt(e,t),_n(t),r&8192){if(u=t.memoizedState!==null,(t.stateNode.isHidden=u)&&!c&&(t.mode&1)!==0)for(D=t,c=t.child;c!==null;){for(f=D=c;D!==null;){switch(h=D,g=h.child,h.tag){case 0:case 11:case 14:case 15:ua(4,h,h.return);break;case 1:Ao(h,h.return);var v=h.stateNode;if(typeof v.componentWillUnmount=="function"){r=h,n=h.return;try{e=r,v.props=e.memoizedProps,v.state=e.memoizedState,v.componentWillUnmount()}catch(_){Ie(r,n,_)}}break;case 5:Ao(h,h.return);break;case 22:if(h.memoizedState!==null){ow(f);continue}}g!==null?(g.return=h,D=g):ow(f)}c=c.sibling}e:for(c=null,f=t;;){if(f.tag===5){if(c===null){c=f;try{i=f.stateNode,u?(o=i.style,typeof o.setProperty=="function"?o.setProperty("display","none","important"):o.display="none"):(a=f.stateNode,l=f.memoizedProps.style,s=l!=null&&l.hasOwnProperty("display")?l.display:null,a.style.display=xw("display",s))}catch(_){Ie(t,t.return,_)}}}else if(f.tag===6){if(c===null)try{f.stateNode.nodeValue=u?"":f.memoizedProps}catch(_){Ie(t,t.return,_)}}else if((f.tag!==22&&f.tag!==23||f.memoizedState===null||f===t)&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===t)break e;for(;f.sibling===null;){if(f.return===null||f.return===t)break e;c===f&&(c=null),f=f.return}c===f&&(c=null),f.sibling.return=f.return,f=f.sibling}}break;case 19:Qt(e,t),_n(t),r&4&&rw(t);break;case 21:break;default:Qt(e,t),_n(t)}}function _n(t){var e=t.flags;if(e&2){try{e:{for(var n=t.return;n!==null;){if(Kx(n)){var r=n;break e}n=n.return}throw Error(R(160))}switch(r.tag){case 5:var i=r.stateNode;r.flags&32&&(pa(i,""),r.flags&=-33);var o=nw(t);Vh(t,o,i);break;case 3:case 4:var s=r.stateNode.containerInfo,a=nw(t);Dh(t,a,s);break;default:throw Error(R(161))}}catch(l){Ie(t,t.return,l)}t.flags&=-3}e&4096&&(t.flags&=-4097)}function QT(t,e,n){D=t,Yx(t,e,n)}function Yx(t,e,n){for(var r=(t.mode&1)!==0;D!==null;){var i=D,o=i.child;if(i.tag===22&&r){var s=i.memoizedState!==null||Su;if(!s){var a=i.alternate,l=a!==null&&a.memoizedState!==null||et;a=Su;var u=et;if(Su=s,(et=l)&&!u)for(D=i;D!==null;)s=D,l=s.child,s.tag===22&&s.memoizedState!==null?sw(i):l!==null?(l.return=s,D=l):sw(i);for(;o!==null;)D=o,Yx(o,e,n),o=o.sibling;D=i,Su=a,et=u}iw(t,e,n)}else(i.subtreeFlags&8772)!==0&&o!==null?(o.return=i,D=o):iw(t,e,n)}}function iw(t){for(;D!==null;){var e=D;if((e.flags&8772)!==0){var n=e.alternate;try{if((e.flags&8772)!==0)switch(e.tag){case 0:case 11:case 15:et||fc(5,e);break;case 1:var r=e.stateNode;if(e.flags&4&&!et)if(n===null)r.componentDidMount();else{var i=e.elementType===e.type?n.memoizedProps:Jt(e.type,n.memoizedProps);r.componentDidUpdate(i,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var o=e.updateQueue;o!==null&&H0(e,o,r);break;case 3:var s=e.updateQueue;if(s!==null){if(n=null,e.child!==null)switch(e.child.tag){case 5:n=e.child.stateNode;break;case 1:n=e.child.stateNode}H0(e,s,n)}break;case 5:var a=e.stateNode;if(n===null&&e.flags&4){n=a;var l=e.memoizedProps;switch(e.type){case"button":case"input":case"select":case"textarea":l.autoFocus&&n.focus();break;case"img":l.src&&(n.src=l.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(e.memoizedState===null){var u=e.alternate;if(u!==null){var c=u.memoizedState;if(c!==null){var f=c.dehydrated;f!==null&&va(f)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(R(163))}et||e.flags&512&&$h(e)}catch(h){Ie(e,e.return,h)}}if(e===t){D=null;break}if(n=e.sibling,n!==null){n.return=e.return,D=n;break}D=e.return}}function ow(t){for(;D!==null;){var e=D;if(e===t){D=null;break}var n=e.sibling;if(n!==null){n.return=e.return,D=n;break}D=e.return}}function sw(t){for(;D!==null;){var e=D;try{switch(e.tag){case 0:case 11:case 15:var n=e.return;try{fc(4,e)}catch(l){Ie(e,n,l)}break;case 1:var r=e.stateNode;if(typeof r.componentDidMount=="function"){var i=e.return;try{r.componentDidMount()}catch(l){Ie(e,i,l)}}var o=e.return;try{$h(e)}catch(l){Ie(e,o,l)}break;case 5:var s=e.return;try{$h(e)}catch(l){Ie(e,s,l)}}}catch(l){Ie(e,e.return,l)}if(e===t){D=null;break}var a=e.sibling;if(a!==null){a.return=e.return,D=a;break}D=e.return}}var JT=Math.ceil,Ju=Kn.ReactCurrentDispatcher,bg=Kn.ReactCurrentOwner,zt=Kn.ReactCurrentBatchConfig,se=0,ze=null,Le=null,Ke=0,At=0,To=Br(0),De=0,Ta=null,_i=0,pc=0,kg=0,ca=null,gt=null,Cg=0,zo=1/0,Dn=null,ec=!1,Bh=null,Lr=null,bu=!1,Tr=null,tc=0,da=0,zh=null,Pu=-1,Nu=0;function at(){return(se&6)!==0?Ne():Pu!==-1?Pu:Pu=Ne()}function Mr(t){return(t.mode&1)===0?1:(se&2)!==0&&Ke!==0?Ke&-Ke:FT.transition!==null?(Nu===0&&(Nu=Lw()),Nu):(t=ce,t!==0||(t=window.event,t=t===void 0?16:zw(t.type)),t)}function rn(t,e,n,r){if(50<da)throw da=0,zh=null,Error(R(185));Ra(t,n,r),((se&2)===0||t!==ze)&&(t===ze&&((se&2)===0&&(pc|=n),De===4&&Er(t,Ke)),_t(t,r),n===1&&se===0&&(e.mode&1)===0&&(zo=Ne()+500,uc&&zr()))}function _t(t,e){var n=t.callbackNode;DA(t,e);var r=Du(t,t===ze?Ke:0);if(r===0)n!==null&&h0(n),t.callbackNode=null,t.callbackPriority=0;else if(e=r&-r,t.callbackPriority!==e){if(n!=null&&h0(n),e===1)t.tag===0?MT(aw.bind(null,t)):sx(aw.bind(null,t)),PT(function(){(se&6)===0&&zr()}),n=null;else{switch(Mw(r)){case 1:n=Xh;break;case 4:n=Nw;break;case 16:n=$u;break;case 536870912:n=Ow;break;default:n=$u}n=iS(n,Xx.bind(null,t))}t.callbackPriority=e,t.callbackNode=n}}function Xx(t,e){if(Pu=-1,Nu=0,(se&6)!==0)throw Error(R(327));var n=t.callbackNode;if(Lo()&&t.callbackNode!==n)return null;var r=Du(t,t===ze?Ke:0);if(r===0)return null;if((r&30)!==0||(r&t.expiredLanes)!==0||e)e=nc(t,r);else{e=r;var i=se;se|=2;var o=Jx();(ze!==t||Ke!==e)&&(Dn=null,zo=Ne()+500,hi(t,e));do try{nR();break}catch(a){Qx(t,a)}while(!0);cg(),Ju.current=o,se=i,Le!==null?e=0:(ze=null,Ke=0,e=De)}if(e!==0){if(e===2&&(i=hh(t),i!==0&&(r=i,e=Hh(t,i))),e===1)throw n=Ta,hi(t,0),Er(t,r),_t(t,Ne()),n;if(e===6)Er(t,r);else{if(i=t.current.alternate,(r&30)===0&&!eR(i)&&(e=nc(t,r),e===2&&(o=hh(t),o!==0&&(r=o,e=Hh(t,o))),e===1))throw n=Ta,hi(t,0),Er(t,r),_t(t,Ne()),n;switch(t.finishedWork=i,t.finishedLanes=r,e){case 0:case 1:throw Error(R(345));case 2:ci(t,gt,Dn);break;case 3:if(Er(t,r),(r&130023424)===r&&(e=Cg+500-Ne(),10<e)){if(Du(t,0)!==0)break;if(i=t.suspendedLanes,(i&r)!==r){at(),t.pingedLanes|=t.suspendedLanes&i;break}t.timeoutHandle=Sh(ci.bind(null,t,gt,Dn),e);break}ci(t,gt,Dn);break;case 4:if(Er(t,r),(r&4194240)===r)break;for(e=t.eventTimes,i=-1;0<r;){var s=31-nn(r);o=1<<s,s=e[s],s>i&&(i=s),r&=~o}if(r=i,r=Ne()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*JT(r/1960))-r,10<r){t.timeoutHandle=Sh(ci.bind(null,t,gt,Dn),r);break}ci(t,gt,Dn);break;case 5:ci(t,gt,Dn);break;default:throw Error(R(329))}}}return _t(t,Ne()),t.callbackNode===n?Xx.bind(null,t):null}function Hh(t,e){var n=ca;return t.current.memoizedState.isDehydrated&&(hi(t,e).flags|=256),t=nc(t,e),t!==2&&(e=gt,gt=n,e!==null&&jh(e)),t}function jh(t){gt===null?gt=t:gt.push.apply(gt,t)}function eR(t){for(var e=t;;){if(e.flags&16384){var n=e.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var i=n[r],o=i.getSnapshot;i=i.value;try{if(!on(o(),i))return!1}catch{return!1}}}if(n=e.child,e.subtreeFlags&16384&&n!==null)n.return=e,e=n;else{if(e===t)break;for(;e.sibling===null;){if(e.return===null||e.return===t)return!0;e=e.return}e.sibling.return=e.return,e=e.sibling}}return!0}function Er(t,e){for(e&=~kg,e&=~pc,t.suspendedLanes|=e,t.pingedLanes&=~e,t=t.expirationTimes;0<e;){var n=31-nn(e),r=1<<n;t[n]=-1,e&=~r}}function aw(t){if((se&6)!==0)throw Error(R(327));Lo();var e=Du(t,0);if((e&1)===0)return _t(t,Ne()),null;var n=nc(t,e);if(t.tag!==0&&n===2){var r=hh(t);r!==0&&(e=r,n=Hh(t,r))}if(n===1)throw n=Ta,hi(t,0),Er(t,e),_t(t,Ne()),n;if(n===6)throw Error(R(345));return t.finishedWork=t.current.alternate,t.finishedLanes=e,ci(t,gt,Dn),_t(t,Ne()),null}function Eg(t,e){var n=se;se|=1;try{return t(e)}finally{se=n,se===0&&(zo=Ne()+500,uc&&zr())}}function wi(t){Tr!==null&&Tr.tag===0&&(se&6)===0&&Lo();var e=se;se|=1;var n=zt.transition,r=ce;try{if(zt.transition=null,ce=1,t)return t()}finally{ce=r,zt.transition=n,se=e,(se&6)===0&&zr()}}function Ag(){At=To.current,_e(To)}function hi(t,e){t.finishedWork=null,t.finishedLanes=0;var n=t.timeoutHandle;if(n!==-1&&(t.timeoutHandle=-1,IT(n)),Le!==null)for(n=Le.return;n!==null;){var r=n;switch(ag(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&ju();break;case 3:Vo(),_e(vt),_e(tt),mg();break;case 5:gg(r);break;case 4:Vo();break;case 13:_e(Ae);break;case 19:_e(Ae);break;case 10:dg(r.type._context);break;case 22:case 23:Ag()}n=n.return}if(ze=t,Le=t=Fr(t.current,null),Ke=At=e,De=0,Ta=null,kg=pc=_i=0,gt=ca=null,fi!==null){for(e=0;e<fi.length;e++)if(n=fi[e],r=n.interleaved,r!==null){n.interleaved=null;var i=r.next,o=n.pending;if(o!==null){var s=o.next;o.next=i,r.next=s}n.pending=r}fi=null}return t}function Qx(t,e){do{var n=Le;try{if(cg(),Tu.current=Qu,Xu){for(var r=Te.memoizedState;r!==null;){var i=r.queue;i!==null&&(i.pending=null),r=r.next}Xu=!1}if(yi=0,Be=$e=Te=null,la=!1,Ca=0,bg.current=null,n===null||n.return===null){De=1,Ta=e,Le=null;break}e:{var o=t,s=n.return,a=n,l=e;if(e=Ke,a.flags|=32768,l!==null&&typeof l=="object"&&typeof l.then=="function"){var u=l,c=a,f=c.tag;if((c.mode&1)===0&&(f===0||f===11||f===15)){var h=c.alternate;h?(c.updateQueue=h.updateQueue,c.memoizedState=h.memoizedState,c.lanes=h.lanes):(c.updateQueue=null,c.memoizedState=null)}var g=G0(s);if(g!==null){g.flags&=-257,Z0(g,s,a,o,e),g.mode&1&&K0(o,u,e),e=g,l=u;var v=e.updateQueue;if(v===null){var _=new Set;_.add(l),e.updateQueue=_}else v.add(l);break e}else{if((e&1)===0){K0(o,u,e),Tg();break e}l=Error(R(426))}}else if(be&&a.mode&1){var x=G0(s);if(x!==null){(x.flags&65536)===0&&(x.flags|=256),Z0(x,s,a,o,e),lg(Bo(l,a));break e}}o=l=Bo(l,a),De!==4&&(De=2),ca===null?ca=[o]:ca.push(o),o=s;do{switch(o.tag){case 3:o.flags|=65536,e&=-e,o.lanes|=e;var d=Mx(o,l,e);z0(o,d);break e;case 1:a=l;var p=o.type,m=o.stateNode;if((o.flags&128)===0&&(typeof p.getDerivedStateFromError=="function"||m!==null&&typeof m.componentDidCatch=="function"&&(Lr===null||!Lr.has(m)))){o.flags|=65536,e&=-e,o.lanes|=e;var y=Fx(o,a,e);z0(o,y);break e}}o=o.return}while(o!==null)}tS(n)}catch(w){e=w,Le===n&&n!==null&&(Le=n=n.return);continue}break}while(!0)}function Jx(){var t=Ju.current;return Ju.current=Qu,t===null?Qu:t}function Tg(){(De===0||De===3||De===2)&&(De=4),ze===null||(_i&268435455)===0&&(pc&268435455)===0||Er(ze,Ke)}function nc(t,e){var n=se;se|=2;var r=Jx();(ze!==t||Ke!==e)&&(Dn=null,hi(t,e));do try{tR();break}catch(i){Qx(t,i)}while(!0);if(cg(),se=n,Ju.current=r,Le!==null)throw Error(R(261));return ze=null,Ke=0,De}function tR(){for(;Le!==null;)eS(Le)}function nR(){for(;Le!==null&&!RA();)eS(Le)}function eS(t){var e=rS(t.alternate,t,At);t.memoizedProps=t.pendingProps,e===null?tS(t):Le=e,bg.current=null}function tS(t){var e=t;do{var n=e.alternate;if(t=e.return,(e.flags&32768)===0){if(n=GT(n,e,At),n!==null){Le=n;return}}else{if(n=ZT(n,e),n!==null){n.flags&=32767,Le=n;return}if(t!==null)t.flags|=32768,t.subtreeFlags=0,t.deletions=null;else{De=6,Le=null;return}}if(e=e.sibling,e!==null){Le=e;return}Le=e=t}while(e!==null);De===0&&(De=5)}function ci(t,e,n){var r=ce,i=zt.transition;try{zt.transition=null,ce=1,rR(t,e,n,r)}finally{zt.transition=i,ce=r}return null}function rR(t,e,n,r){do Lo();while(Tr!==null);if((se&6)!==0)throw Error(R(327));n=t.finishedWork;var i=t.finishedLanes;if(n===null)return null;if(t.finishedWork=null,t.finishedLanes=0,n===t.current)throw Error(R(177));t.callbackNode=null,t.callbackPriority=0;var o=n.lanes|n.childLanes;if(VA(t,o),t===ze&&(Le=ze=null,Ke=0),(n.subtreeFlags&2064)===0&&(n.flags&2064)===0||bu||(bu=!0,iS($u,function(){return Lo(),null})),o=(n.flags&15990)!==0,(n.subtreeFlags&15990)!==0||o){o=zt.transition,zt.transition=null;var s=ce;ce=1;var a=se;se|=4,bg.current=null,XT(t,n),Zx(n,t),CT(wh),Vu=!!_h,wh=_h=null,t.current=n,QT(n,t,i),IA(),se=a,ce=s,zt.transition=o}else t.current=n;if(bu&&(bu=!1,Tr=t,tc=i),o=t.pendingLanes,o===0&&(Lr=null),OA(n.stateNode,r),_t(t,Ne()),e!==null)for(r=t.onRecoverableError,n=0;n<e.length;n++)i=e[n],r(i.value,{componentStack:i.stack,digest:i.digest});if(ec)throw ec=!1,t=Bh,Bh=null,t;return(tc&1)!==0&&t.tag!==0&&Lo(),o=t.pendingLanes,(o&1)!==0?t===zh?da++:(da=0,zh=t):da=0,zr(),null}function Lo(){if(Tr!==null){var t=Mw(tc),e=zt.transition,n=ce;try{if(zt.transition=null,ce=16>t?16:t,Tr===null)var r=!1;else{if(t=Tr,Tr=null,tc=0,(se&6)!==0)throw Error(R(331));var i=se;for(se|=4,D=t.current;D!==null;){var o=D,s=o.child;if((D.flags&16)!==0){var a=o.deletions;if(a!==null){for(var l=0;l<a.length;l++){var u=a[l];for(D=u;D!==null;){var c=D;switch(c.tag){case 0:case 11:case 15:ua(8,c,o)}var f=c.child;if(f!==null)f.return=c,D=f;else for(;D!==null;){c=D;var h=c.sibling,g=c.return;if(qx(c),c===u){D=null;break}if(h!==null){h.return=g,D=h;break}D=g}}}var v=o.alternate;if(v!==null){var _=v.child;if(_!==null){v.child=null;do{var x=_.sibling;_.sibling=null,_=x}while(_!==null)}}D=o}}if((o.subtreeFlags&2064)!==0&&s!==null)s.return=o,D=s;else e:for(;D!==null;){if(o=D,(o.flags&2048)!==0)switch(o.tag){case 0:case 11:case 15:ua(9,o,o.return)}var d=o.sibling;if(d!==null){d.return=o.return,D=d;break e}D=o.return}}var p=t.current;for(D=p;D!==null;){s=D;var m=s.child;if((s.subtreeFlags&2064)!==0&&m!==null)m.return=s,D=m;else e:for(s=p;D!==null;){if(a=D,(a.flags&2048)!==0)try{switch(a.tag){case 0:case 11:case 15:fc(9,a)}}catch(w){Ie(a,a.return,w)}if(a===s){D=null;break e}var y=a.sibling;if(y!==null){y.return=a.return,D=y;break e}D=a.return}}if(se=i,zr(),Sn&&typeof Sn.onPostCommitFiberRoot=="function")try{Sn.onPostCommitFiberRoot(ic,t)}catch{}r=!0}return r}finally{ce=n,zt.transition=e}}return!1}function lw(t,e,n){e=Bo(n,e),e=Mx(t,e,1),t=Or(t,e,1),e=at(),t!==null&&(Ra(t,1,e),_t(t,e))}function Ie(t,e,n){if(t.tag===3)lw(t,t,n);else for(;e!==null;){if(e.tag===3){lw(e,t,n);break}else if(e.tag===1){var r=e.stateNode;if(typeof e.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(Lr===null||!Lr.has(r))){t=Bo(n,t),t=Fx(e,t,1),e=Or(e,t,1),t=at(),e!==null&&(Ra(e,1,t),_t(e,t));break}}e=e.return}}function iR(t,e,n){var r=t.pingCache;r!==null&&r.delete(e),e=at(),t.pingedLanes|=t.suspendedLanes&n,ze===t&&(Ke&n)===n&&(De===4||De===3&&(Ke&130023424)===Ke&&500>Ne()-Cg?hi(t,0):kg|=n),_t(t,e)}function nS(t,e){e===0&&((t.mode&1)===0?e=1:(e=uu,uu<<=1,(uu&130023424)===0&&(uu=4194304)));var n=at();t=Wn(t,e),t!==null&&(Ra(t,e,n),_t(t,n))}function oR(t){var e=t.memoizedState,n=0;e!==null&&(n=e.retryLane),nS(t,n)}function sR(t,e){var n=0;switch(t.tag){case 13:var r=t.stateNode,i=t.memoizedState;i!==null&&(n=i.retryLane);break;case 19:r=t.stateNode;break;default:throw Error(R(314))}r!==null&&r.delete(e),nS(t,n)}var rS;rS=function(t,e,n){if(t!==null)if(t.memoizedProps!==e.pendingProps||vt.current)mt=!0;else{if((t.lanes&n)===0&&(e.flags&128)===0)return mt=!1,KT(t,e,n);mt=(t.flags&131072)!==0}else mt=!1,be&&(e.flags&1048576)!==0&&ax(e,qu,e.index);switch(e.lanes=0,e.tag){case 2:var r=e.type;Iu(t,e),t=e.pendingProps;var i=Fo(e,tt.current);Oo(e,n),i=yg(null,e,r,t,i,n);var o=_g();return e.flags|=1,typeof i=="object"&&i!==null&&typeof i.render=="function"&&i.$$typeof===void 0?(e.tag=1,e.memoizedState=null,e.updateQueue=null,yt(r)?(o=!0,Uu(e)):o=!1,e.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,pg(e),i.updater=dc,e.stateNode=i,i._reactInternals=e,Rh(e,r,t,n),e=Nh(null,e,r,!0,o,n)):(e.tag=0,be&&o&&sg(e),st(null,e,i,n),e=e.child),e;case 16:r=e.elementType;e:{switch(Iu(t,e),t=e.pendingProps,i=r._init,r=i(r._payload),e.type=r,i=e.tag=lR(r),t=Jt(r,t),i){case 0:e=Ph(null,e,r,t,n);break e;case 1:e=Q0(null,e,r,t,n);break e;case 11:e=Y0(null,e,r,t,n);break e;case 14:e=X0(null,e,r,Jt(r.type,t),n);break e}throw Error(R(306,r,""))}return e;case 0:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Ph(t,e,r,i,n);case 1:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Q0(t,e,r,i,n);case 3:e:{if(Bx(e),t===null)throw Error(R(387));r=e.pendingProps,o=e.memoizedState,i=o.element,px(t,e),Zu(e,r,null,n);var s=e.memoizedState;if(r=s.element,o.isDehydrated)if(o={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},e.updateQueue.baseState=o,e.memoizedState=o,e.flags&256){i=Bo(Error(R(423)),e),e=J0(t,e,r,n,i);break e}else if(r!==i){i=Bo(Error(R(424)),e),e=J0(t,e,r,n,i);break e}else for(Tt=Nr(e.stateNode.containerInfo.firstChild),Rt=e,be=!0,tn=null,n=dx(e,null,r,n),e.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if($o(),r===i){e=qn(t,e,n);break e}st(t,e,r,n)}e=e.child}return e;case 5:return hx(e),t===null&&Eh(e),r=e.type,i=e.pendingProps,o=t!==null?t.memoizedProps:null,s=i.children,xh(r,i)?s=null:o!==null&&xh(r,o)&&(e.flags|=32),Vx(t,e),st(t,e,s,n),e.child;case 6:return t===null&&Eh(e),null;case 13:return zx(t,e,n);case 4:return hg(e,e.stateNode.containerInfo),r=e.pendingProps,t===null?e.child=Do(e,null,r,n):st(t,e,r,n),e.child;case 11:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Y0(t,e,r,i,n);case 7:return st(t,e,e.pendingProps,n),e.child;case 8:return st(t,e,e.pendingProps.children,n),e.child;case 12:return st(t,e,e.pendingProps.children,n),e.child;case 10:e:{if(r=e.type._context,i=e.pendingProps,o=e.memoizedProps,s=i.value,me(Ku,r._currentValue),r._currentValue=s,o!==null)if(on(o.value,s)){if(o.children===i.children&&!vt.current){e=qn(t,e,n);break e}}else for(o=e.child,o!==null&&(o.return=e);o!==null;){var a=o.dependencies;if(a!==null){s=o.child;for(var l=a.firstContext;l!==null;){if(l.context===r){if(o.tag===1){l=Hn(-1,n&-n),l.tag=2;var u=o.updateQueue;if(u!==null){u=u.shared;var c=u.pending;c===null?l.next=l:(l.next=c.next,c.next=l),u.pending=l}}o.lanes|=n,l=o.alternate,l!==null&&(l.lanes|=n),Ah(o.return,n,e),a.lanes|=n;break}l=l.next}}else if(o.tag===10)s=o.type===e.type?null:o.child;else if(o.tag===18){if(s=o.return,s===null)throw Error(R(341));s.lanes|=n,a=s.alternate,a!==null&&(a.lanes|=n),Ah(s,n,e),s=o.sibling}else s=o.child;if(s!==null)s.return=o;else for(s=o;s!==null;){if(s===e){s=null;break}if(o=s.sibling,o!==null){o.return=s.return,s=o;break}s=s.return}o=s}st(t,e,i.children,n),e=e.child}return e;case 9:return i=e.type,r=e.pendingProps.children,Oo(e,n),i=Ht(i),r=r(i),e.flags|=1,st(t,e,r,n),e.child;case 14:return r=e.type,i=Jt(r,e.pendingProps),i=Jt(r.type,i),X0(t,e,r,i,n);case 15:return $x(t,e,e.type,e.pendingProps,n);case 17:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Iu(t,e),e.tag=1,yt(r)?(t=!0,Uu(e)):t=!1,Oo(e,n),Lx(e,r,i),Rh(e,r,i,n),Nh(null,e,r,!0,t,n);case 19:return Hx(t,e,n);case 22:return Dx(t,e,n)}throw Error(R(156,e.tag))};function iS(t,e){return Pw(t,e)}function aR(t,e,n,r){this.tag=t,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=e,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Bt(t,e,n,r){return new aR(t,e,n,r)}function Rg(t){return t=t.prototype,!(!t||!t.isReactComponent)}function lR(t){if(typeof t=="function")return Rg(t)?1:0;if(t!=null){if(t=t.$$typeof,t===Gh)return 11;if(t===Zh)return 14}return 2}function Fr(t,e){var n=t.alternate;return n===null?(n=Bt(t.tag,e,t.key,t.mode),n.elementType=t.elementType,n.type=t.type,n.stateNode=t.stateNode,n.alternate=t,t.alternate=n):(n.pendingProps=e,n.type=t.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=t.flags&14680064,n.childLanes=t.childLanes,n.lanes=t.lanes,n.child=t.child,n.memoizedProps=t.memoizedProps,n.memoizedState=t.memoizedState,n.updateQueue=t.updateQueue,e=t.dependencies,n.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext},n.sibling=t.sibling,n.index=t.index,n.ref=t.ref,n}function Ou(t,e,n,r,i,o){var s=2;if(r=t,typeof t=="function")Rg(t)&&(s=1);else if(typeof t=="string")s=5;else e:switch(t){case yo:return gi(n.children,i,o,e);case Kh:s=8,i|=8;break;case Jp:return t=Bt(12,n,e,i|2),t.elementType=Jp,t.lanes=o,t;case eh:return t=Bt(13,n,e,i),t.elementType=eh,t.lanes=o,t;case th:return t=Bt(19,n,e,i),t.elementType=th,t.lanes=o,t;case hw:return hc(n,i,o,e);default:if(typeof t=="object"&&t!==null)switch(t.$$typeof){case fw:s=10;break e;case pw:s=9;break e;case Gh:s=11;break e;case Zh:s=14;break e;case br:s=16,r=null;break e}throw Error(R(130,t==null?t:typeof t,""))}return e=Bt(s,n,e,i),e.elementType=t,e.type=r,e.lanes=o,e}function gi(t,e,n,r){return t=Bt(7,t,r,e),t.lanes=n,t}function hc(t,e,n,r){return t=Bt(22,t,r,e),t.elementType=hw,t.lanes=n,t.stateNode={isHidden:!1},t}function Yp(t,e,n){return t=Bt(6,t,null,e),t.lanes=n,t}function Xp(t,e,n){return e=Bt(4,t.children!==null?t.children:[],t.key,e),e.lanes=n,e.stateNode={containerInfo:t.containerInfo,pendingChildren:null,implementation:t.implementation},e}function uR(t,e,n,r,i){this.tag=e,this.containerInfo=t,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Lp(0),this.expirationTimes=Lp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Lp(0),this.identifierPrefix=r,this.onRecoverableError=i,this.mutableSourceEagerHydrationData=null}function Ig(t,e,n,r,i,o,s,a,l){return t=new uR(t,e,n,a,l),e===1?(e=1,o===!0&&(e|=8)):e=0,o=Bt(3,null,null,e),t.current=o,o.stateNode=t,o.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},pg(o),t}function cR(t,e,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:vo,key:r==null?null:""+r,children:t,containerInfo:e,implementation:n}}function oS(t){if(!t)return Dr;t=t._reactInternals;e:{if(Si(t)!==t||t.tag!==1)throw Error(R(170));var e=t;do{switch(e.tag){case 3:e=e.stateNode.context;break e;case 1:if(yt(e.type)){e=e.stateNode.__reactInternalMemoizedMergedChildContext;break e}}e=e.return}while(e!==null);throw Error(R(171))}if(t.tag===1){var n=t.type;if(yt(n))return ox(t,n,e)}return e}function sS(t,e,n,r,i,o,s,a,l){return t=Ig(n,r,!0,t,i,o,s,a,l),t.context=oS(null),n=t.current,r=at(),i=Mr(n),o=Hn(r,i),o.callback=e??null,Or(n,o,i),t.current.lanes=i,Ra(t,i,r),_t(t,r),t}function gc(t,e,n,r){var i=e.current,o=at(),s=Mr(i);return n=oS(n),e.context===null?e.context=n:e.pendingContext=n,e=Hn(o,s),e.payload={element:t},r=r===void 0?null:r,r!==null&&(e.callback=r),t=Or(i,e,s),t!==null&&(rn(t,i,s,o),Au(t,i,s)),s}function rc(t){return t=t.current,t.child?(t.child.tag===5,t.child.stateNode):null}function uw(t,e){if(t=t.memoizedState,t!==null&&t.dehydrated!==null){var n=t.retryLane;t.retryLane=n!==0&&n<e?n:e}}function Pg(t,e){uw(t,e),(t=t.alternate)&&uw(t,e)}function dR(){return null}var aS=typeof reportError=="function"?reportError:function(t){console.error(t)};function Ng(t){this._internalRoot=t}mc.prototype.render=Ng.prototype.render=function(t){var e=this._internalRoot;if(e===null)throw Error(R(409));gc(t,e,null,null)};mc.prototype.unmount=Ng.prototype.unmount=function(){var t=this._internalRoot;if(t!==null){this._internalRoot=null;var e=t.containerInfo;wi(function(){gc(null,t,null,null)}),e[Un]=null}};function mc(t){this._internalRoot=t}mc.prototype.unstable_scheduleHydration=function(t){if(t){var e=Dw();t={blockedOn:null,target:t,priority:e};for(var n=0;n<Cr.length&&e!==0&&e<Cr[n].priority;n++);Cr.splice(n,0,t),n===0&&Bw(t)}};function Og(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)}function vc(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11&&(t.nodeType!==8||t.nodeValue!==" react-mount-point-unstable "))}function cw(){}function fR(t,e,n,r,i){if(i){if(typeof r=="function"){var o=r;r=function(){var u=rc(s);o.call(u)}}var s=sS(e,r,t,0,null,!1,!1,"",cw);return t._reactRootContainer=s,t[Un]=s.current,wa(t.nodeType===8?t.parentNode:t),wi(),s}for(;i=t.lastChild;)t.removeChild(i);if(typeof r=="function"){var a=r;r=function(){var u=rc(l);a.call(u)}}var l=Ig(t,0,!1,null,null,!1,!1,"",cw);return t._reactRootContainer=l,t[Un]=l.current,wa(t.nodeType===8?t.parentNode:t),wi(function(){gc(e,l,n,r)}),l}function yc(t,e,n,r,i){var o=n._reactRootContainer;if(o){var s=o;if(typeof i=="function"){var a=i;i=function(){var l=rc(s);a.call(l)}}gc(e,s,t,i)}else s=fR(n,e,t,i,r);return rc(s)}Fw=function(t){switch(t.tag){case 3:var e=t.stateNode;if(e.current.memoizedState.isDehydrated){var n=ta(e.pendingLanes);n!==0&&(Qh(e,n|1),_t(e,Ne()),(se&6)===0&&(zo=Ne()+500,zr()))}break;case 13:wi(function(){var r=Wn(t,1);if(r!==null){var i=at();rn(r,t,1,i)}}),Pg(t,1)}};Jh=function(t){if(t.tag===13){var e=Wn(t,134217728);if(e!==null){var n=at();rn(e,t,134217728,n)}Pg(t,134217728)}};$w=function(t){if(t.tag===13){var e=Mr(t),n=Wn(t,e);if(n!==null){var r=at();rn(n,t,e,r)}Pg(t,e)}};Dw=function(){return ce};Vw=function(t,e){var n=ce;try{return ce=t,e()}finally{ce=n}};dh=function(t,e,n){switch(e){case"input":if(ih(t,n),e=n.name,n.type==="radio"&&e!=null){for(n=t;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+e)+'][type="radio"]'),e=0;e<n.length;e++){var r=n[e];if(r!==t&&r.form===t.form){var i=lc(r);if(!i)throw Error(R(90));mw(r),ih(r,i)}}}break;case"textarea":yw(t,n);break;case"select":e=n.value,e!=null&&Ro(t,!!n.multiple,e,!1)}};Cw=Eg;Ew=wi;var pR={usingClientEntryPoint:!1,Events:[Pa,So,lc,bw,kw,Eg]},Xs={findFiberByHostInstance:di,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},hR={bundleType:Xs.bundleType,version:Xs.version,rendererPackageName:Xs.rendererPackageName,rendererConfig:Xs.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Kn.ReactCurrentDispatcher,findHostInstanceByFiber:function(t){return t=Rw(t),t===null?null:t.stateNode},findFiberByHostInstance:Xs.findFiberByHostInstance||dR,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&(Qs=__REACT_DEVTOOLS_GLOBAL_HOOK__,!Qs.isDisabled&&Qs.supportsFiber))try{ic=Qs.inject(hR),Sn=Qs}catch{}var Qs;Nt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=pR;Nt.createPortal=function(t,e){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Og(e))throw Error(R(200));return cR(t,e,null,n)};Nt.createRoot=function(t,e){if(!Og(t))throw Error(R(299));var n=!1,r="",i=aS;return e!=null&&(e.unstable_strictMode===!0&&(n=!0),e.identifierPrefix!==void 0&&(r=e.identifierPrefix),e.onRecoverableError!==void 0&&(i=e.onRecoverableError)),e=Ig(t,1,!1,null,null,n,!1,r,i),t[Un]=e.current,wa(t.nodeType===8?t.parentNode:t),new Ng(e)};Nt.findDOMNode=function(t){if(t==null)return null;if(t.nodeType===1)return t;var e=t._reactInternals;if(e===void 0)throw typeof t.render=="function"?Error(R(188)):(t=Object.keys(t).join(","),Error(R(268,t)));return t=Rw(e),t=t===null?null:t.stateNode,t};Nt.flushSync=function(t){return wi(t)};Nt.hydrate=function(t,e,n){if(!vc(e))throw Error(R(200));return yc(null,t,e,!0,n)};Nt.hydrateRoot=function(t,e,n){if(!Og(t))throw Error(R(405));var r=n!=null&&n.hydratedSources||null,i=!1,o="",s=aS;if(n!=null&&(n.unstable_strictMode===!0&&(i=!0),n.identifierPrefix!==void 0&&(o=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),e=sS(e,null,t,1,n??null,i,!1,o,s),t[Un]=e.current,wa(t),r)for(t=0;t<r.length;t++)n=r[t],i=n._getVersion,i=i(n._source),e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[n,i]:e.mutableSourceEagerHydrationData.push(n,i);return new mc(e)};Nt.render=function(t,e,n){if(!vc(e))throw Error(R(200));return yc(null,t,e,!1,n)};Nt.unmountComponentAtNode=function(t){if(!vc(t))throw Error(R(40));return t._reactRootContainer?(wi(function(){yc(null,null,t,!1,function(){t._reactRootContainer=null,t[Un]=null})}),!0):!1};Nt.unstable_batchedUpdates=Eg;Nt.unstable_renderSubtreeIntoContainer=function(t,e,n,r){if(!vc(n))throw Error(R(200));if(t==null||t._reactInternals===void 0)throw Error(R(38));return yc(t,e,n,!1,r)};Nt.version="18.3.1-next-f1338f8080-20240426"});var _c=Tn((EO,cS)=>{"use strict";function uS(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(uS)}catch(t){console.error(t)}}uS(),cS.exports=lS()});var yS=Tn($g=>{"use strict";var vS=_c();$g.createRoot=vS.createRoot,$g.hydrateRoot=vS.hydrateRoot;var KO});var ed="2.1.0-canary.6";var lr="2.0";function is(t){let e=t.split(".");return{major:parseInt(e[0]||"0",10),minor:parseInt(e[1]||"0",10)}}function W2(t){let e=[],n=[];if(!t||typeof t!="object")return{valid:!1,errors:["Config must be an object"],warnings:e};let r=t;if(r.tiles||n.push("Config missing required field: tiles"),r.actions||n.push("Config missing required field: actions"),r.fetchedAt||n.push("Config missing required field: fetchedAt"),n.length>0)return{valid:!1,errors:n,warnings:e};let i=r.schemaVersion||"1.0",o=is(i),s=is(lr);return o.major>s.major&&e.push(`Config schema v${i} is newer than SDK v${lr}. Some features may not work. Update SDK to latest version.`),o.major<s.major||!r.schemaVersion?(e.push(`Config schema v${i} is older than SDK v${lr}. Migrating config to current version.`),{valid:!0,warnings:e,errors:n,migratedConfig:Pk(r,i)}):{valid:!0,warnings:e,errors:n}}function Pk(t,e){let n={...t};return is(e).major===1&&(n=Nk(n)),n.schemaVersion=lr,n}function Nk(t){let e={schemaVersion:"2.0",tiles:[],actions:t.actions||[],fetchedAt:t.fetchedAt||new Date().toISOString()};return t.tiles&&Array.isArray(t.tiles)&&(e.tiles=t.tiles.map(n=>{let r={...n};if(n.experiment&&!n.activation){let i=n.experiment;i.featureKey&&(r.activation={strategy:{type:"external",provider:"growthbook",featureKey:i.featureKey,fallback:!1}}),delete r.experiment}return r})),t.configVersion&&(e.configVersion=t.configVersion),t.canvasTitle&&(e.canvasTitle=t.canvasTitle),t.theme&&(e.theme=t.theme),t.launcher&&(e.launcher=t.launcher),t.routes&&(e.routes=t.routes),e}function q2(t){if(!t||typeof t!="object")return!1;let e=t,n=e.schemaVersion||"1.0",r=is(n),i=is(lr);return r.major<i.major||!e.schemaVersion}var E=typeof window<"u"?window:void 0,Ue=typeof globalThis<"u"?globalThis:E;typeof self>"u"&&(Ue.self=Ue),typeof File>"u"&&(Ue.File=function(){});var Lv=Array.prototype,Vm=Lv.forEach,Bm=Lv.indexOf,kt=Ue?.navigator,O=Ue?.document,dt=Ue?.location,md=Ue?.fetch,vd=Ue!=null&&Ue.XMLHttpRequest&&"withCredentials"in new Ue.XMLHttpRequest?Ue.XMLHttpRequest:void 0,zm=Ue?.AbortController,ct=kt?.userAgent,G=E??{},In={DEBUG:!1,LIB_VERSION:"1.302.2"};function Hm(t,e,n,r,i,o,s){try{var a=t[o](s),l=a.value}catch(u){return void n(u)}a.done?e(l):Promise.resolve(l).then(r,i)}function jm(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function s(l){Hm(o,r,i,s,a,"next",l)}function a(l){Hm(o,r,i,s,a,"throw",l)}s(void 0)}))}}function $(){return $=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)({}).hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},$.apply(null,arguments)}function Mv(t,e){if(t==null)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.indexOf(r)!==-1)continue;n[r]=t[r]}return n}var Ok=["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"],Um=function(t,e){if(e===void 0&&(e=[]),!t)return!1;var n=t.toLowerCase();return Ok.concat(e).some((r=>{var i=r.toLowerCase();return n.indexOf(i)!==-1}))},Lk=["$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 te(t,e){return t.indexOf(e)!==-1}var Al=function(t){return t.trim()},yd=function(t){return t.replace(/^\$/,"")},Mk=Array.isArray,Fv=Object.prototype,$v=Fv.hasOwnProperty,Tl=Fv.toString,fe=Mk||function(t){return Tl.call(t)==="[object Array]"},hr=t=>typeof t=="function",Ve=t=>t===Object(t)&&!fe(t),Zi=t=>{if(Ve(t)){for(var e in t)if($v.call(t,e))return!1;return!0}return!1},N=t=>t===void 0,Me=t=>Tl.call(t)=="[object String]",_d=t=>Me(t)&&t.trim().length===0,Ln=t=>t===null,de=t=>N(t)||Ln(t),gn=t=>Tl.call(t)=="[object Number]",gr=t=>Tl.call(t)==="[object Boolean]",Fk=t=>t instanceof FormData,$k=t=>te(Lk,t);function wd(t){return t===null||typeof t!="object"}function sl(t,e){return Object.prototype.toString.call(t)==="[object "+e+"]"}function Dv(t){return!N(Event)&&(function(e,n){try{return e instanceof n}catch{return!1}})(t,Event)}var Dk=[!0,"true",1,"1","yes"],td=t=>te(Dk,t),Vk=[!1,"false",0,"0","no"];function fn(t,e,n,r,i){return e>n&&(r.warn("min cannot be greater than max."),e=n),gn(t)?t>n?(r.warn(" cannot be greater than max: "+n+". Using max value instead."),n):t<e?(r.warn(" cannot be less than min: "+e+". Using min value instead."),e):t:(r.warn(" must be a number. using max or fallback. max: "+n+", fallback: "+i),fn(i||n,e,n,r))}var xd=class{constructor(e){this.t={},this.i=e.i,this.o=fn(e.bucketSize,0,100,e.h),this.m=fn(e.refillRate,0,this.o,e.h),this.S=fn(e.refillInterval,0,864e5,e.h)}$(e,n){var r=n-e.lastAccess,i=Math.floor(r/this.S);if(i>0){var o=i*this.m;e.tokens=Math.min(e.tokens+o,this.o),e.lastAccess=e.lastAccess+i*this.S}}consumeRateLimit(e){var n,r=Date.now(),i=String(e),o=this.t[i];return o?this.$(o,r):(o={tokens:this.o,lastAccess:r},this.t[i]=o),o.tokens===0||(o.tokens--,o.tokens===0&&((n=this.i)==null||n.call(this,e)),o.tokens===0)}stop(){this.t={}}},Ya,Wm,nd,Bk=t=>t instanceof Error;function zk(t){var e=globalThis._posthogChunkIds;if(e){var n=Object.keys(e);return nd&&n.length===Wm||(Wm=n.length,nd=n.reduce(((r,i)=>{Ya||(Ya={});var o=Ya[i];if(o)r[o[0]]=o[1];else for(var s=t(i),a=s.length-1;a>=0;a--){var l=s[a],u=l?.filename,c=e[i];if(u&&c){r[u]=c,Ya[i]=[u,c];break}}return r}),{})),nd}}var Sd=class{constructor(e,n,r){r===void 0&&(r=[]),this.coercers=e,this.stackParser=n,this.modifiers=r}buildFromUnknown(e,n){n===void 0&&(n={});var r=n&&n.mechanism||{handled:!0,type:"generic"},i=this.buildCoercingContext(r,n,0).apply(e),o=this.buildParsingContext(),s=this.parseStacktrace(i,o);return{$exception_list:this.convertToExceptionList(s,r),$exception_level:"error"}}modifyFrames(e){var n=this;return jm((function*(){for(var r of e)r.stacktrace&&r.stacktrace.frames&&fe(r.stacktrace.frames)&&(r.stacktrace.frames=yield n.applyModifiers(r.stacktrace.frames));return e}))()}coerceFallback(e){var n;return{type:"Error",value:"Unknown error",stack:(n=e.syntheticException)==null?void 0:n.stack,synthetic:!0}}parseStacktrace(e,n){var r,i;return e.cause!=null&&(r=this.parseStacktrace(e.cause,n)),e.stack!=""&&e.stack!=null&&(i=this.applyChunkIds(this.stackParser(e.stack,e.synthetic?1:0),n.chunkIdMap)),$({},e,{cause:r,stack:i})}applyChunkIds(e,n){return e.map((r=>(r.filename&&n&&(r.chunk_id=n[r.filename]),r)))}applyCoercers(e,n){for(var r of this.coercers)if(r.match(e))return r.coerce(e,n);return this.coerceFallback(n)}applyModifiers(e){var n=this;return jm((function*(){var r=e;for(var i of n.modifiers)r=yield i(r);return r}))()}convertToExceptionList(e,n){var r,i,o,s={type:e.type,value:e.value,mechanism:{type:(r=n.type)!==null&&r!==void 0?r:"generic",handled:(i=n.handled)===null||i===void 0||i,synthetic:(o=e.synthetic)!==null&&o!==void 0&&o}};e.stack&&(s.stacktrace={type:"raw",frames:e.stack});var a=[s];return e.cause!=null&&a.push(...this.convertToExceptionList(e.cause,$({},n,{handled:!0}))),a}buildParsingContext(){return{chunkIdMap:zk(this.stackParser)}}buildCoercingContext(e,n,r){r===void 0&&(r=0);var i=(o,s)=>{if(s<=4){var a=this.buildCoercingContext(e,n,s);return this.applyCoercers(o,a)}};return $({},n,{syntheticException:r==0?n.syntheticException:void 0,mechanism:e,apply:o=>i(o,r),next:o=>i(o,r+1)})}},Ji="?";function bd(t,e,n,r,i){var o={platform:t,filename:e,function:n==="<anonymous>"?Ji:n,in_app:!0};return N(r)||(o.lineno=r),N(i)||(o.colno=i),o}var Vv=(t,e)=>{var n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:Ji,n?"safari-extension:"+e:"safari-web-extension:"+e]:[t,e]},Hk=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,jk=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Uk=/\((\S*)(?::(\d+))(?::(\d+))\)/,Wk=(t,e)=>{var n=Hk.exec(t);if(n){var[,r,i,o]=n;return bd(e,r,Ji,+i,+o)}var s=jk.exec(t);if(s){if(s[2]&&s[2].indexOf("eval")===0){var a=Uk.exec(s[2]);a&&(s[2]=a[1],s[3]=a[2],s[4]=a[3])}var[l,u]=Vv(s[1]||Ji,s[2]);return bd(e,u,l,s[3]?+s[3]:void 0,s[4]?+s[4]:void 0)}},qk=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Kk=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Gk=(t,e)=>{var n=qk.exec(t);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var r=Kk.exec(n[3]);r&&(n[1]=n[1]||"eval",n[3]=r[1],n[4]=r[2],n[5]="")}var i=n[3],o=n[1]||Ji;return[o,i]=Vv(o,i),bd(e,i,o,n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}},qm=/\(error: (.*)\)/,Km=50;function Zk(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return function(i,o){o===void 0&&(o=0);for(var s=[],a=i.split(`
9
- `),l=o;l<a.length;l++){var u=a[l];if(!(u.length>1024)){var c=qm.test(u)?u.replace(qm,"$1"):u;if(!c.match(/\S*Error: /)){for(var f of n){var h=f(c,t);if(h){s.push(h);break}}if(s.length>=Km)break}}}return(function(g){if(!g.length)return[];var v=Array.from(g);return v.reverse(),v.slice(0,Km).map((_=>{return $({},_,{filename:_.filename||(x=v,x[x.length-1]||{}).filename,function:_.function||Ji});var x}))})(s)}}var kd=class{match(e){return this.isDOMException(e)||this.isDOMError(e)}coerce(e,n){var r=Me(e.stack);return{type:this.getType(e),value:this.getValue(e),stack:r?e.stack:void 0,cause:e.cause?n.next(e.cause):void 0,synthetic:!1}}getType(e){return this.isDOMError(e)?"DOMError":"DOMException"}getValue(e){var n=e.name||(this.isDOMError(e)?"DOMError":"DOMException");return e.message?n+": "+e.message:n}isDOMException(e){return sl(e,"DOMException")}isDOMError(e){return sl(e,"DOMError")}},Cd=class{match(e){return(n=>n instanceof Error)(e)}coerce(e,n){return{type:this.getType(e),value:this.getMessage(e,n),stack:this.getStack(e),cause:e.cause?n.next(e.cause):void 0,synthetic:!1}}getType(e){return e.name||e.constructor.name}getMessage(e,n){var r=e.message;return r.error&&typeof r.error.message=="string"?String(r.error.message):String(r)}getStack(e){return e.stacktrace||e.stack||void 0}},Ed=class{constructor(){}match(e){return sl(e,"ErrorEvent")&&e.error!=null}coerce(e,n){var r,i=n.apply(e.error);return i||{type:"ErrorEvent",value:e.message,stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},Yk=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,Ad=class{match(e){return typeof e=="string"}coerce(e,n){var r,[i,o]=this.getInfos(e);return{type:i??"Error",value:o??e,stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}getInfos(e){var n="Error",r=e,i=e.match(Yk);return i&&(n=i[1],r=i[2]),[n,r]}},Xk=["fatal","error","warning","log","info","debug"];function Bv(t,e){e===void 0&&(e=40);var n=Object.keys(t);if(n.sort(),!n.length)return"[object has no keys]";for(var r=n.length;r>0;r--){var i=n.slice(0,r).join(", ");if(!(i.length>e))return r===n.length||i.length<=e?i:i.slice(0,e)+"..."}return""}var Td=class{match(e){return typeof e=="object"&&e!==null}coerce(e,n){var r,i=this.getErrorPropertyFromObject(e);return i?n.apply(i):{type:this.getType(e),value:this.getValue(e),stack:(r=n.syntheticException)==null?void 0:r.stack,level:this.isSeverityLevel(e.level)?e.level:"error",synthetic:!0}}getType(e){return Dv(e)?e.constructor.name:"Error"}getValue(e){if("name"in e&&typeof e.name=="string"){var n="'"+e.name+"' captured as exception";return"message"in e&&typeof e.message=="string"&&(n+=" with message: '"+e.message+"'"),n}if("message"in e&&typeof e.message=="string")return e.message;var r=this.getObjectClassName(e);return(r&&r!=="Object"?"'"+r+"'":"Object")+" captured as exception with keys: "+Bv(e)}isSeverityLevel(e){return Me(e)&&!_d(e)&&Xk.indexOf(e)>=0}getErrorPropertyFromObject(e){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=e[n];if(Bk(r))return r}}getObjectClassName(e){try{var n=Object.getPrototypeOf(e);return n?n.constructor.name:void 0}catch{return}}},Rd=class{match(e){return Dv(e)}coerce(e,n){var r,i=e.constructor.name;return{type:i,value:i+" captured as exception with keys: "+Bv(e),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},Id=class{match(e){return wd(e)}coerce(e,n){var r;return{type:"Error",value:"Primitive value captured as exception: "+String(e),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},Pd=class{match(e){return sl(e,"PromiseRejectionEvent")}coerce(e,n){var r,i=this.getUnhandledRejectionReason(e);return wd(i)?{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(i),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}:n.apply(i)}getUnhandledRejectionReason(e){if(wd(e))return e;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch{}return e}},zv=function(t,e){var{debugEnabled:n}=e===void 0?{}:e,r={k:function(i){if(E&&(In.DEBUG||G.POSTHOG_DEBUG||n)&&!N(E.console)&&E.console){for(var o=("__rrweb_original__"in E.console[i])?E.console[i].__rrweb_original__:E.console[i],s=arguments.length,a=new Array(s>1?s-1:0),l=1;l<s;l++)a[l-1]=arguments[l];o(t,...a)}},info:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];r.k("log",...o)},warn:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];r.k("warn",...o)},error:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];r.k("error",...o)},critical:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];console.error(t,...o)},uninitializedWarning:i=>{r.error("You must initialize PostHog before calling "+i)},createLogger:(i,o)=>zv(t+" "+i,o)};return r},L=zv("[PostHog.js]"),Fe=L.createLogger,Qk=Fe("[ExternalScriptsLoader]"),Gm=(t,e,n)=>{if(t.config.disable_external_dependency_loading)return Qk.warn(e+" was requested but loading of external scripts is disabled."),n("Loading of external scripts is disabled");var r=O?.querySelectorAll("script");if(r){for(var i,o=function(){if(r[s].src===e){var l=r[s];return l.__posthog_loading_callback_fired?{v:n()}:(l.addEventListener("load",(u=>{l.__posthog_loading_callback_fired=!0,n(void 0,u)})),l.onerror=u=>n(u),{v:void 0})}},s=0;s<r.length;s++)if(i=o())return i.v}var a=()=>{if(!O)return n("document not found");var l=O.createElement("script");if(l.type="text/javascript",l.crossOrigin="anonymous",l.src=e,l.onload=f=>{l.__posthog_loading_callback_fired=!0,n(void 0,f)},l.onerror=f=>n(f),t.config.prepare_external_dependency_script&&(l=t.config.prepare_external_dependency_script(l)),!l)return n("prepare_external_dependency_script returned null");var u,c=O.querySelectorAll("body > script");c.length>0?(u=c[0].parentNode)==null||u.insertBefore(l,c[0]):O.body.appendChild(l)};O!=null&&O.body?a():O?.addEventListener("DOMContentLoaded",a)};G.__PosthogExtensions__=G.__PosthogExtensions__||{},G.__PosthogExtensions__.loadExternalDependency=(t,e,n)=>{var r="/static/"+e+".js?v="+t.version;if(e==="remote-config"&&(r="/array/"+t.config.token+"/config.js"),e==="toolbar"){var i=3e5;r=r+"&t="+Math.floor(Date.now()/i)*i}var o=t.requestRouter.endpointFor("assets",r);Gm(t,o,n)},G.__PosthogExtensions__.loadSiteApp=(t,e,n)=>{var r=t.requestRouter.endpointFor("api",e);Gm(t,r,n)};var al={};function mr(t,e,n){if(fe(t)){if(Vm&&t.forEach===Vm)t.forEach(e,n);else if("length"in t&&t.length===+t.length){for(var r=0,i=t.length;r<i;r++)if(r in t&&e.call(n,t[r],r)===al)return}}}function pe(t,e,n){if(!de(t)){if(fe(t))return mr(t,e,n);if(Fk(t)){for(var r of t.entries())if(e.call(n,r[1],r[0])===al)return}else for(var i in t)if($v.call(t,i)&&e.call(n,t[i],i)===al)return}}var Pe=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return mr(n,(function(i){for(var o in i)i[o]!==void 0&&(t[o]=i[o])})),t},no=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return mr(n,(function(i){mr(i,(function(o){t.push(o)}))})),t};function rl(t){for(var e=Object.keys(t),n=e.length,r=new Array(n);n--;)r[n]=[e[n],t[e[n]]];return r}var Zm=function(t){try{return t()}catch{return}},Jk=function(t){return function(){try{for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.apply(this,n)}catch(i){L.critical("Implementation error. Please turn on debug mode and open a ticket on https://app.posthog.com/home#panel=support%3Asupport%3A."),L.critical(i)}}},Af=function(t){var e={};return pe(t,(function(n,r){(Me(n)&&n.length>0||gn(n))&&(e[r]=n)})),e};function e1(t,e){return n=t,r=o=>Me(o)&&!Ln(e)?o.slice(0,e):o,i=new Set,(function o(s,a){return s!==Object(s)?r?r(s,a):s:i.has(s)?void 0:(i.add(s),fe(s)?(l=[],mr(s,(u=>{l.push(o(u))}))):(l={},pe(s,((u,c)=>{i.has(u)||(l[c]=o(u,c))}))),l);var l})(n);var n,r,i}var t1=["herokuapp.com","vercel.app","netlify.app"];function n1(t){var e=t?.hostname;if(!Me(e))return!1;var n=e.split(".").slice(-2).join(".");for(var r of t1)if(n===r)return!1;return!0}function Hv(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return t[n]}function Oe(t,e,n,r){var{capture:i=!1,passive:o=!0}=r??{};t?.addEventListener(e,n,{capture:i,passive:o})}var jv="$people_distinct_id",hs="__alias",gs="__timers",Ym="$autocapture_disabled_server_side",Nd="$heatmaps_enabled_server_side",Xm="$exception_capture_enabled_server_side",Od="$error_tracking_suppression_rules",Qm="$error_tracking_capture_extension_exceptions",Jm="$web_vitals_enabled_server_side",Uv="$dead_clicks_enabled_server_side",ev="$web_vitals_allowed_metrics",rd="$session_recording_remote_config",ll="$sesid",Wv="$session_is_sampled",Yi="$enabled_feature_flags",ms="$early_access_features",Ld="$feature_flag_details",vs="$stored_person_properties",ri="$stored_group_properties",Md="$surveys",Xa="$surveys_activated",ul="$flag_call_reported",Pn="$user_state",Fd="$client_session_props",$d="$capture_rate_limit",Dd="$initial_campaign_params",Vd="$initial_referrer_info",cl="$initial_person_info",dl="$epp",qv="__POSTHOG_TOOLBAR__",os="$posthog_cookieless",r1=[jv,hs,"__cmpns",gs,"$session_recording_enabled_server_side",Nd,ll,Yi,Od,Pn,ms,Ld,ri,vs,Md,ul,Fd,$d,Dd,Vd,dl,cl];function tv(t){return t instanceof Element&&(t.id===qv||!(t.closest==null||!t.closest(".toolbar-global-fade-container")))}function Rl(t){return!!t&&t.nodeType===1}function vr(t,e){return!!t&&!!t.tagName&&t.tagName.toLowerCase()===e.toLowerCase()}function Kv(t){return!!t&&t.nodeType===3}function Gv(t){return!!t&&t.nodeType===11}function Tf(t){return t?Al(t).split(/\s+/):[]}function nv(t){var e=E?.location.href;return!!(e&&t&&t.some((n=>e.match(n))))}function fl(t){var e="";switch(typeof t.className){case"string":e=t.className;break;case"object":e=(t.className&&"baseVal"in t.className?t.className.baseVal:null)||t.getAttribute("class")||"";break;default:e=""}return Tf(e)}function Zv(t){return de(t)?null:Al(t).split(/(\s+)/).filter((e=>ks(e))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function Is(t){var e="";return Bd(t)&&!ey(t)&&t.childNodes&&t.childNodes.length&&pe(t.childNodes,(function(n){var r;Kv(n)&&n.textContent&&(e+=(r=Zv(n.textContent))!==null&&r!==void 0?r:"")})),Al(e)}function Yv(t){return N(t.target)?t.srcElement||null:(e=t.target)!=null&&e.shadowRoot?t.composedPath()[0]||null:t.target||null;var e}var Rf=["a","button","form","input","select","textarea","label"];function Xv(t,e){if(N(e))return!0;var n,r=function(o){if(e.some((s=>o.matches(s))))return{v:!0}};for(var i of t)if(n=r(i))return n.v;return!1}function Qv(t){var e=t.parentNode;return!(!e||!Rl(e))&&e}var i1=["next","previous","prev",">","<"],rv=10,iv=[".ph-no-rageclick",".ph-no-capture"];function o1(t,e){if(!E||If(t))return!1;var n,r,i;if(gr(e)?(n=!!e&&iv,r=void 0):(n=(i=e?.css_selector_ignorelist)!==null&&i!==void 0?i:iv,r=e?.content_ignorelist),n===!1)return!1;var{targetElementList:o}=Jv(t,!1);return!(function(s,a){if(s===!1||N(s))return!1;var l;if(s===!0)l=i1;else{if(!fe(s))return!1;if(s.length>rv)return L.error("[PostHog] content_ignorelist array cannot exceed "+rv+" items. Use css_selector_ignorelist for more complex matching."),!1;l=s.map((u=>u.toLowerCase()))}return a.some((u=>{var{safeText:c,ariaLabel:f}=u;return l.some((h=>c.includes(h)||f.includes(h)))}))})(r,o.map((s=>{var a;return{safeText:Is(s).toLowerCase(),ariaLabel:((a=s.getAttribute("aria-label"))==null?void 0:a.toLowerCase().trim())||""}})))&&!Xv(o,n)}var If=t=>!t||vr(t,"html")||!Rl(t),Jv=(t,e)=>{if(!E||If(t))return{parentIsUsefulElement:!1,targetElementList:[]};for(var n=!1,r=[t],i=t;i.parentNode&&!vr(i,"body");)if(Gv(i.parentNode))r.push(i.parentNode.host),i=i.parentNode.host;else{var o=Qv(i);if(!o)break;if(e||Rf.indexOf(o.tagName.toLowerCase())>-1)n=!0;else{var s=E.getComputedStyle(o);s&&s.getPropertyValue("cursor")==="pointer"&&(n=!0)}r.push(o),i=o}return{parentIsUsefulElement:n,targetElementList:r}};function s1(t,e,n,r,i){var o,s,a,l;if(n===void 0&&(n=void 0),!E||If(t)||(o=n)!=null&&o.url_allowlist&&!nv(n.url_allowlist)||(s=n)!=null&&s.url_ignorelist&&nv(n.url_ignorelist))return!1;if((a=n)!=null&&a.dom_event_allowlist){var u=n.dom_event_allowlist;if(u&&!u.some((v=>e.type===v)))return!1}var{parentIsUsefulElement:c,targetElementList:f}=Jv(t,r);if(!(function(v,_){var x=_?.element_allowlist;if(N(x))return!0;var d,p=function(y){if(x.some((w=>y.tagName.toLowerCase()===w)))return{v:!0}};for(var m of v)if(d=p(m))return d.v;return!1})(f,n)||!Xv(f,(l=n)==null?void 0:l.css_selector_allowlist))return!1;var h=E.getComputedStyle(t);if(h&&h.getPropertyValue("cursor")==="pointer"&&e.type==="click")return!0;var g=t.tagName.toLowerCase();switch(g){case"html":return!1;case"form":return(i||["submit"]).indexOf(e.type)>=0;case"input":case"select":case"textarea":return(i||["change","click"]).indexOf(e.type)>=0;default:return c?(i||["click"]).indexOf(e.type)>=0:(i||["click"]).indexOf(e.type)>=0&&(Rf.indexOf(g)>-1||t.getAttribute("contenteditable")==="true")}}function Bd(t){for(var e=t;e.parentNode&&!vr(e,"body");e=e.parentNode){var n=fl(e);if(te(n,"ph-sensitive")||te(n,"ph-no-capture"))return!1}if(te(fl(t),"ph-include"))return!0;var r=t.type||"";if(Me(r))switch(r.toLowerCase()){case"hidden":case"password":return!1}var i=t.name||t.id||"";return!(Me(i)&&/^cc|cardnum|ccnum|creditcard|csc|cvc|cvv|exp|pass|pwd|routing|seccode|securitycode|securitynum|socialsec|socsec|ssn/i.test(i.replace(/[^a-zA-Z0-9]/g,"")))}function ey(t){return!!(vr(t,"input")&&!["button","checkbox","submit","reset"].includes(t.type)||vr(t,"select")||vr(t,"textarea")||t.getAttribute("contenteditable")==="true")}var ty="(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})",a1=new RegExp("^(?:"+ty+")$"),l1=new RegExp(ty),ny="\\d{3}-?\\d{2}-?\\d{4}",u1=new RegExp("^("+ny+")$"),c1=new RegExp("("+ny+")");function ks(t,e){return e===void 0&&(e=!0),!(de(t)||Me(t)&&(t=Al(t),(e?a1:l1).test((t||"").replace(/[- ]/g,""))||(e?u1:c1).test(t)))}function ry(t){var e=Is(t);return ks(e=(e+" "+iy(t)).trim())?e:""}function iy(t){var e="";return t&&t.childNodes&&t.childNodes.length&&pe(t.childNodes,(function(n){var r;if(n&&((r=n.tagName)==null?void 0:r.toLowerCase())==="span")try{var i=Is(n);e=(e+" "+i).trim(),n.childNodes&&n.childNodes.length&&(e=(e+" "+iy(n)).trim())}catch(o){L.error("[AutoCapture]",o)}})),e}function d1(t){return(function(e){var n=e.map((r=>{var i,o,s="";if(r.tag_name&&(s+=r.tag_name),r.attr_class)for(var a of(r.attr_class.sort(),r.attr_class))s+="."+a.replace(/"/g,"");var l=$({},r.text?{text:r.text}:{},{"nth-child":(i=r.nth_child)!==null&&i!==void 0?i:0,"nth-of-type":(o=r.nth_of_type)!==null&&o!==void 0?o:0},r.href?{href:r.href}:{},r.attr_id?{attr_id:r.attr_id}:{},r.attributes),u={};return rl(l).sort(((c,f)=>{var[h]=c,[g]=f;return h.localeCompare(g)})).forEach((c=>{var[f,h]=c;return u[ov(f.toString())]=ov(h.toString())})),s+=":",s+=rl(u).map((c=>{var[f,h]=c;return f+'="'+h+'"'})).join("")}));return n.join(";")})((function(e){return e.map((n=>{var r,i,o={text:(r=n.$el_text)==null?void 0:r.slice(0,400),tag_name:n.tag_name,href:(i=n.attr__href)==null?void 0:i.slice(0,2048),attr_class:f1(n),attr_id:n.attr__id,nth_child:n.nth_child,nth_of_type:n.nth_of_type,attributes:{}};return rl(n).filter((s=>{var[a]=s;return a.indexOf("attr__")===0})).forEach((s=>{var[a,l]=s;return o.attributes[a]=l})),o}))})(t))}function ov(t){return t.replace(/"|\\"/g,'\\"')}function f1(t){var e=t.attr__class;return e?fe(e)?e:Tf(e):void 0}var pl=class{constructor(e){this.disabled=e===!1;var n=Ve(e)?e:{};this.thresholdPx=n.threshold_px||30,this.timeoutMs=n.timeout_ms||1e3,this.clickCount=n.click_count||3,this.clicks=[]}isRageClick(e,n,r){if(this.disabled)return!1;var i=this.clicks[this.clicks.length-1];if(i&&Math.abs(e-i.x)+Math.abs(n-i.y)<this.thresholdPx&&r-i.timestamp<this.timeoutMs){if(this.clicks.push({x:e,y:n,timestamp:r}),this.clicks.length===this.clickCount)return!0}else this.clicks=[{x:e,y:n,timestamp:r}];return!1}},id="$copy_autocapture",On=(function(t){return t.GZipJS="gzip-js",t.Base64="base64",t})({});var hl=t=>{var e=O?.createElement("a");return N(e)?null:(e.href=t,e)},p1=function(t,e){var n,r;e===void 0&&(e="&");var i=[];return pe(t,(function(o,s){N(o)||N(s)||s==="undefined"||(n=encodeURIComponent((a=>a instanceof File)(o)?o.name:o.toString()),r=encodeURIComponent(s),i[i.length]=r+"="+n)})),i.join(e)},gl=function(t,e){for(var n,r=((t.split("#")[0]||"").split(/\?(.*)/)[1]||"").replace(/^\?+/g,"").split("&"),i=0;i<r.length;i++){var o=r[i].split("=");if(o[0]===e){n=o;break}}if(!fe(n)||n.length<2)return"";var s=n[1];try{s=decodeURIComponent(s)}catch{L.error("Skipping decoding for malformed query param: "+s)}return s.replace(/\+/g," ")},Ps=function(t,e,n){if(!t||!e||!e.length)return t;for(var r=t.split("#"),i=r[0]||"",o=r[1],s=i.split("?"),a=s[1],l=s[0],u=(a||"").split("&"),c=[],f=0;f<u.length;f++){var h=u[f].split("=");fe(h)&&(e.includes(h[0])?c.push(h[0]+"="+n):c.push(u[f]))}var g=l;return a!=null&&(g+="?"+c.join("&")),o!=null&&(g+="#"+o),g},ml=function(t,e){var n=t.match(new RegExp(e+"=([^&]*)"));return n?n[1]:null},sv=Fe("[AutoCapture]");function od(t,e){return e.length>t?e.slice(0,t)+"...":e}function h1(t){if(t.previousElementSibling)return t.previousElementSibling;var e=t;do e=e.previousSibling;while(e&&!Rl(e));return e}function g1(t,e,n,r){var i=t.tagName.toLowerCase(),o={tag_name:i};Rf.indexOf(i)>-1&&!n&&(i.toLowerCase()==="a"||i.toLowerCase()==="button"?o.$el_text=od(1024,ry(t)):o.$el_text=od(1024,Is(t)));var s=fl(t);s.length>0&&(o.classes=s.filter((function(c){return c!==""}))),pe(t.attributes,(function(c){var f;if((!ey(t)||["name","id","class","aria-label"].indexOf(c.name)!==-1)&&(r==null||!r.includes(c.name))&&!e&&ks(c.value)&&(f=c.name,!Me(f)||f.substring(0,10)!=="_ngcontent"&&f.substring(0,7)!=="_nghost")){var h=c.value;c.name==="class"&&(h=Tf(h).join(" ")),o["attr__"+c.name]=od(1024,h)}}));for(var a=1,l=1,u=t;u=h1(u);)a++,u.tagName===t.tagName&&l++;return o.nth_child=a,o.nth_of_type=l,o}function m1(t,e){for(var n,r,{e:i,maskAllElementAttributes:o,maskAllText:s,elementAttributeIgnoreList:a,elementsChainAsString:l}=e,u=[t],c=t;c.parentNode&&!vr(c,"body");)Gv(c.parentNode)?(u.push(c.parentNode.host),c=c.parentNode.host):(u.push(c.parentNode),c=c.parentNode);var f,h=[],g={},v=!1,_=!1;if(pe(u,(y=>{var w=Bd(y);y.tagName.toLowerCase()==="a"&&(v=y.getAttribute("href"),v=w&&v&&ks(v)&&v),te(fl(y),"ph-no-capture")&&(_=!0),h.push(g1(y,o,s,a));var b=(function(k){if(!Bd(k))return{};var C={};return pe(k.attributes,(function(I){if(I.name&&I.name.indexOf("data-ph-capture-attribute")===0){var A=I.name.replace("data-ph-capture-attribute-",""),H=I.value;A&&H&&ks(H)&&(C[A]=H)}})),C})(y);Pe(g,b)})),_)return{props:{},explicitNoCapture:_};if(s||(t.tagName.toLowerCase()==="a"||t.tagName.toLowerCase()==="button"?h[0].$el_text=ry(t):h[0].$el_text=Is(t)),v){var x,d;h[0].attr__href=v;var p=(x=hl(v))==null?void 0:x.host,m=E==null||(d=E.location)==null?void 0:d.host;p&&m&&p!==m&&(f=v)}return{props:Pe({$event_type:i.type,$ce_version:1},l?{}:{$elements:h},{$elements_chain:d1(h)},(n=h[0])!=null&&n.$el_text?{$el_text:(r=h[0])==null?void 0:r.$el_text}:{},f&&i.type==="click"?{$external_click_url:f}:{},g)}}var zd=class{constructor(e){this.P=!1,this.T=null,this.R=!1,this.instance=e,this.rageclicks=new pl(e.config.rageclick),this.I=null}get F(){var e,n,r=Ve(this.instance.config.autocapture)?this.instance.config.autocapture:{};return r.url_allowlist=(e=r.url_allowlist)==null?void 0:e.map((i=>new RegExp(i))),r.url_ignorelist=(n=r.url_ignorelist)==null?void 0:n.map((i=>new RegExp(i))),r}C(){if(this.isBrowserSupported()){if(E&&O){var e=r=>{r=r||E?.event;try{this.M(r)}catch(i){sv.error("Failed to capture event",i)}};if(Oe(O,"submit",e,{capture:!0}),Oe(O,"change",e,{capture:!0}),Oe(O,"click",e,{capture:!0}),this.F.capture_copied_text){var n=r=>{r=r||E?.event,this.M(r,id)};Oe(O,"copy",n,{capture:!0}),Oe(O,"cut",n,{capture:!0})}}}else sv.info("Disabling Automatic Event Collection because this browser is not supported")}startIfEnabled(){this.isEnabled&&!this.P&&(this.C(),this.P=!0)}onRemoteConfig(e){e.elementsChainAsString&&(this.R=e.elementsChainAsString),this.instance.persistence&&this.instance.persistence.register({[Ym]:!!e.autocapture_opt_out}),this.T=!!e.autocapture_opt_out,this.startIfEnabled()}setElementSelectors(e){this.I=e}getElementSelectors(e){var n,r=[];return(n=this.I)==null||n.forEach((i=>{var o=O?.querySelectorAll(i);o?.forEach((s=>{e===s&&r.push(i)}))})),r}get isEnabled(){var e,n,r=(e=this.instance.persistence)==null?void 0:e.props[Ym],i=this.T;if(Ln(i)&&!gr(r)&&!this.instance.O())return!1;var o=(n=this.T)!==null&&n!==void 0?n:!!r;return!!this.instance.config.autocapture&&!o}M(e,n){if(n===void 0&&(n="$autocapture"),this.isEnabled){var r,i=Yv(e);Kv(i)&&(i=i.parentNode||null),n==="$autocapture"&&e.type==="click"&&e instanceof MouseEvent&&this.instance.config.rageclick&&(r=this.rageclicks)!=null&&r.isRageClick(e.clientX,e.clientY,e.timeStamp||new Date().getTime())&&o1(i,this.instance.config.rageclick)&&this.M(e,"$rageclick");var o=n===id;if(i&&s1(i,e,this.F,o,o?["copy","cut"]:void 0)){var{props:s,explicitNoCapture:a}=m1(i,{e,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this.F.element_attribute_ignorelist,elementsChainAsString:this.R});if(a)return!1;var l=this.getElementSelectors(i);if(l&&l.length>0&&(s.$element_selectors=l),n===id){var u,c=Zv(E==null||(u=E.getSelection())==null?void 0:u.toString()),f=e.type||"clipboard";if(!c)return!1;s.$selected_content=c,s.$copy_type=f}return this.instance.capture(n,s),!0}}}isBrowserSupported(){return hr(O?.querySelectorAll)}};Math.trunc||(Math.trunc=function(t){return t<0?Math.ceil(t):Math.floor(t)}),Number.isInteger||(Number.isInteger=function(t){return gn(t)&&isFinite(t)&&Math.floor(t)===t});var av="0123456789abcdef",Hd=class t{constructor(e){if(this.bytes=e,e.length!==16)throw new TypeError("not 128-bit length")}static fromFieldsV7(e,n,r,i){if(!Number.isInteger(e)||!Number.isInteger(n)||!Number.isInteger(r)||!Number.isInteger(i)||e<0||n<0||r<0||i<0||e>0xffffffffffff||n>4095||r>1073741823||i>4294967295)throw new RangeError("invalid field value");var o=new Uint8Array(16);return o[0]=e/Math.pow(2,40),o[1]=e/Math.pow(2,32),o[2]=e/Math.pow(2,24),o[3]=e/Math.pow(2,16),o[4]=e/Math.pow(2,8),o[5]=e,o[6]=112|n>>>8,o[7]=n,o[8]=128|r>>>24,o[9]=r>>>16,o[10]=r>>>8,o[11]=r,o[12]=i>>>24,o[13]=i>>>16,o[14]=i>>>8,o[15]=i,new t(o)}toString(){for(var e="",n=0;n<this.bytes.length;n++)e=e+av.charAt(this.bytes[n]>>>4)+av.charAt(15&this.bytes[n]),n!==3&&n!==5&&n!==7&&n!==9||(e+="-");if(e.length!==36)throw new Error("Invalid UUIDv7 was generated");return e}clone(){return new t(this.bytes.slice(0))}equals(e){return this.compareTo(e)===0}compareTo(e){for(var n=0;n<16;n++){var r=this.bytes[n]-e.bytes[n];if(r!==0)return Math.sign(r)}return 0}},jd=class{constructor(){this.A=0,this.D=0,this.j=new Ud}generate(){var e=this.generateOrAbort();if(N(e)){this.A=0;var n=this.generateOrAbort();if(N(n))throw new Error("Could not generate UUID after timestamp reset");return n}return e}generateOrAbort(){var e=Date.now();if(e>this.A)this.A=e,this.L();else{if(!(e+1e4>this.A))return;this.D++,this.D>4398046511103&&(this.A++,this.L())}return Hd.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())}},lv,oy=t=>{if(typeof UUIDV7_DENY_WEAK_RNG<"u"&&UUIDV7_DENY_WEAK_RNG)throw new Error("no cryptographically strong RNG available");for(var e=0;e<t.length;e++)t[e]=65536*Math.trunc(65536*Math.random())+Math.trunc(65536*Math.random());return t};E&&!N(E.crypto)&&crypto.getRandomValues&&(oy=t=>crypto.getRandomValues(t));var Ud=class{constructor(){this.N=new Uint32Array(8),this.U=1/0}nextUint32(){return this.U>=this.N.length&&(oy(this.N),this.U=0),this.N[this.U++]}},pr=()=>v1().toString(),v1=()=>(lv||(lv=new jd)).generate(),ss="",y1=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i;function _1(t,e){if(e){var n=(function(i,o){if(o===void 0&&(o=O),ss)return ss;if(!o||["localhost","127.0.0.1"].includes(i))return"";for(var s=i.split("."),a=Math.min(s.length,8),l="dmn_chk_"+pr();!ss&&a--;){var u=s.slice(a).join("."),c=l+"=1;domain=."+u+";path=/";o.cookie=c+";max-age=3",o.cookie.includes(l)&&(o.cookie=c+";max-age=0",ss=u)}return ss})(t);if(!n){var r=(i=>{var o=i.match(y1);return o?o[0]:""})(t);r!==n&&L.info("Warning: cookie subdomain discovery mismatch",r,n),n=r}return n?"; domain=."+n:""}return""}var hn={H:()=>!!O,B:function(t){L.error("cookieStore error: "+t)},q:function(t){if(O){try{for(var e=t+"=",n=O.cookie.split(";").filter((o=>o.length)),r=0;r<n.length;r++){for(var i=n[r];i.charAt(0)==" ";)i=i.substring(1,i.length);if(i.indexOf(e)===0)return decodeURIComponent(i.substring(e.length,i.length))}}catch{}return null}},W:function(t){var e;try{e=JSON.parse(hn.q(t))||{}}catch{}return e},G:function(t,e,n,r,i){if(O)try{var o="",s="",a=_1(O.location.hostname,r);if(n){var l=new Date;l.setTime(l.getTime()+24*n*60*60*1e3),o="; expires="+l.toUTCString()}i&&(s="; secure");var u=t+"="+encodeURIComponent(JSON.stringify(e))+o+"; SameSite=Lax; path=/"+a+s;return u.length>3686.4&&L.warn("cookieStore warning: large cookie, len="+u.length),O.cookie=u,u}catch{return}},V:function(t,e){if(O!=null&&O.cookie)try{hn.G(t,"",-1,e)}catch{return}}},sd=null,ke={H:function(){if(!Ln(sd))return sd;var t=!0;if(N(E))t=!1;else try{var e="__mplssupport__";ke.G(e,"xyz"),ke.q(e)!=='"xyz"'&&(t=!1),ke.V(e)}catch{t=!1}return t||L.error("localStorage unsupported; falling back to cookie store"),sd=t,t},B:function(t){L.error("localStorage error: "+t)},q:function(t){try{return E?.localStorage.getItem(t)}catch(e){ke.B(e)}return null},W:function(t){try{return JSON.parse(ke.q(t))||{}}catch{}return null},G:function(t,e){try{E?.localStorage.setItem(t,JSON.stringify(e))}catch(n){ke.B(n)}},V:function(t){try{E?.localStorage.removeItem(t)}catch(e){ke.B(e)}}},w1=["distinct_id",ll,Wv,dl,cl],Qa=$({},ke,{W:function(t){try{var e={};try{e=hn.W(t)||{}}catch{}var n=Pe(e,JSON.parse(ke.q(t)||"{}"));return ke.G(t,n),n}catch{}return null},G:function(t,e,n,r,i,o){try{ke.G(t,e,void 0,void 0,o);var s={};w1.forEach((a=>{e[a]&&(s[a]=e[a])})),Object.keys(s).length&&hn.G(t,s,n,r,i,o)}catch(a){ke.B(a)}},V:function(t,e){try{E?.localStorage.removeItem(t),hn.V(t,e)}catch(n){ke.B(n)}}}),Ja={},x1={H:function(){return!0},B:function(t){L.error("memoryStorage error: "+t)},q:function(t){return Ja[t]||null},W:function(t){return Ja[t]||null},G:function(t,e){Ja[t]=e},V:function(t){delete Ja[t]}},ti=null,je={H:function(){if(!Ln(ti))return ti;if(ti=!0,N(E))ti=!1;else try{var t="__support__";je.G(t,"xyz"),je.q(t)!=='"xyz"'&&(ti=!1),je.V(t)}catch{ti=!1}return ti},B:function(t){L.error("sessionStorage error: ",t)},q:function(t){try{return E?.sessionStorage.getItem(t)}catch(e){je.B(e)}return null},W:function(t){try{return JSON.parse(je.q(t))||null}catch{}return null},G:function(t,e){try{E?.sessionStorage.setItem(t,JSON.stringify(e))}catch(n){je.B(n)}},V:function(t){try{E?.sessionStorage.removeItem(t)}catch(e){je.B(e)}}},Nn=(function(t){return t[t.PENDING=-1]="PENDING",t[t.DENIED=0]="DENIED",t[t.GRANTED=1]="GRANTED",t})({}),Wd=class{constructor(e){this._instance=e}get F(){return this._instance.config}get consent(){return this.J()?Nn.DENIED:this.K}isOptedOut(){return this.F.cookieless_mode==="always"||this.consent===Nn.DENIED||this.consent===Nn.PENDING&&(this.F.opt_out_capturing_by_default||this.F.cookieless_mode==="on_reject")}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===Nn.DENIED}optInOut(e){this.Y.G(this.X,e?1:0,this.F.cookie_expiration,this.F.cross_subdomain_cookie,this.F.secure_cookie)}reset(){this.Y.V(this.X,this.F.cross_subdomain_cookie)}get X(){var{token:e,opt_out_capturing_cookie_prefix:n,consent_persistence_name:r}=this._instance.config;return r||(n?n+e:"__ph_opt_in_out_"+e)}get K(){var e=this.Y.q(this.X);return td(e)?Nn.GRANTED:te(Vk,e)?Nn.DENIED:Nn.PENDING}get Y(){if(!this.Z){var e=this.F.opt_out_capturing_persistence_type;this.Z=e==="localStorage"?ke:hn;var n=e==="localStorage"?hn:ke;n.q(this.X)&&(this.Z.q(this.X)||this.optInOut(td(n.q(this.X))),n.V(this.X,this.F.cross_subdomain_cookie))}return this.Z}J(){return!!this.F.respect_dnt&&!!Hv([kt?.doNotTrack,kt?.msDoNotTrack,G.doNotTrack],(e=>td(e)))}},el=Fe("[Dead Clicks]"),S1=()=>!0,b1=t=>{var e,n=!((e=t.instance.persistence)==null||!e.get_property(Uv)),r=t.instance.config.capture_dead_clicks;return gr(r)?r:!!Ve(r)||n},vl=class{get lazyLoadedDeadClicksAutocapture(){return this.tt}constructor(e,n,r){this.instance=e,this.isEnabled=n,this.onCapture=r,this.startIfEnabled()}onRemoteConfig(e){this.instance.persistence&&this.instance.persistence.register({[Uv]:e?.captureDeadClicks}),this.startIfEnabled()}startIfEnabled(){this.isEnabled(this)&&this.it((()=>{this.et()}))}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.initDeadClicksAutocapture&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this.instance,"dead-clicks-autocapture",(i=>{i?el.error("failed to load script",i):e()}))}et(){var e;if(O){if(!this.tt&&(e=G.__PosthogExtensions__)!=null&&e.initDeadClicksAutocapture){var n=Ve(this.instance.config.capture_dead_clicks)?this.instance.config.capture_dead_clicks:{};n.__onCapture=this.onCapture,this.tt=G.__PosthogExtensions__.initDeadClicksAutocapture(this.instance,n),this.tt.start(O),el.info("starting...")}}else el.error("`document` not found. Cannot start.")}stop(){this.tt&&(this.tt.stop(),this.tt=void 0,el.info("stopping..."))}},as=Fe("[ExceptionAutocapture]"),qd=class{constructor(e){var n,r,i;this.rt=()=>{var o;if(E&&this.isEnabled&&(o=G.__PosthogExtensions__)!=null&&o.errorWrappingFunctions){var s=G.__PosthogExtensions__.errorWrappingFunctions.wrapOnError,a=G.__PosthogExtensions__.errorWrappingFunctions.wrapUnhandledRejection,l=G.__PosthogExtensions__.errorWrappingFunctions.wrapConsoleError;try{!this.st&&this.F.capture_unhandled_errors&&(this.st=s(this.captureException.bind(this))),!this.nt&&this.F.capture_unhandled_rejections&&(this.nt=a(this.captureException.bind(this))),!this.ot&&this.F.capture_console_errors&&(this.ot=l(this.captureException.bind(this)))}catch(u){as.error("failed to start",u),this.lt()}}},this._instance=e,this.ut=!((n=this._instance.persistence)==null||!n.props[Xm]),this.F=this.ht(),this.vt=new xd({refillRate:(r=this._instance.config.error_tracking.__exceptionRateLimiterRefillRate)!==null&&r!==void 0?r:1,bucketSize:(i=this._instance.config.error_tracking.__exceptionRateLimiterBucketSize)!==null&&i!==void 0?i:10,refillInterval:1e4,h:as}),this.startIfEnabled()}ht(){var e=this._instance.config.capture_exceptions,n={capture_unhandled_errors:!1,capture_unhandled_rejections:!1,capture_console_errors:!1};return Ve(e)?n=$({},n,e):(N(e)?this.ut:e)&&(n=$({},n,{capture_unhandled_errors:!0,capture_unhandled_rejections:!0})),n}get isEnabled(){return this.F.capture_console_errors||this.F.capture_unhandled_errors||this.F.capture_unhandled_rejections}startIfEnabled(){this.isEnabled&&(as.info("enabled"),this.it(this.rt))}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.errorWrappingFunctions&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"exception-autocapture",(i=>{if(i)return as.error("failed to load script",i);e()}))}lt(){var e,n,r;(e=this.st)==null||e.call(this),this.st=void 0,(n=this.nt)==null||n.call(this),this.nt=void 0,(r=this.ot)==null||r.call(this),this.ot=void 0}onRemoteConfig(e){var n=e.autocaptureExceptions;this.ut=!!n||!1,this.F=this.ht(),this._instance.persistence&&this._instance.persistence.register({[Xm]:this.ut}),this.startIfEnabled()}captureException(e){var n,r,i=(n=e==null||(r=e.$exception_list)==null||(r=r[0])==null?void 0:r.type)!==null&&n!==void 0?n:"Exception";this.vt.consumeRateLimit(i)?as.info("Skipping exception capture because of client rate limiting.",{exception:i}):this._instance.exceptions.sendExceptionEvent(e)}};function uv(t,e,n){try{if(!(e in t))return()=>{};var r=t[e],i=n(r);return hr(i)&&(i.prototype=i.prototype||{},Object.defineProperties(i,{__posthog_wrapped__:{enumerable:!1,value:!0}})),t[e]=i,()=>{t[e]=r}}catch{return()=>{}}}var Kd=class{constructor(e){var n;this._instance=e,this.dt=(E==null||(n=E.location)==null?void 0:n.pathname)||""}get isEnabled(){return this._instance.config.capture_pageview==="history_change"}startIfEnabled(){this.isEnabled&&(L.info("History API monitoring enabled, starting..."),this.monitorHistoryChanges())}stop(){this.ct&&this.ct(),this.ct=void 0,L.info("History API monitoring stopped")}monitorHistoryChanges(){var e,n;if(E&&E.history){var r=this;(e=E.history.pushState)!=null&&e.__posthog_wrapped__||uv(E.history,"pushState",(i=>function(o,s,a){i.call(this,o,s,a),r.ft("pushState")})),(n=E.history.replaceState)!=null&&n.__posthog_wrapped__||uv(E.history,"replaceState",(i=>function(o,s,a){i.call(this,o,s,a),r.ft("replaceState")})),this.gt()}}ft(e){try{var n,r=E==null||(n=E.location)==null?void 0:n.pathname;if(!r)return;r!==this.dt&&this.isEnabled&&this._instance.capture("$pageview",{navigation_type:e}),this.dt=r}catch(i){L.error("Error capturing "+e+" pageview",i)}}gt(){if(!this.ct){var e=()=>{this.ft("popstate")};Oe(E,"popstate",e),this.ct=()=>{E&&E.removeEventListener("popstate",e)}}}},ad=Fe("[SegmentIntegration]");function k1(t,e){var n=t.config.segment;if(!n)return e();(function(r,i){var o=r.config.segment;if(!o)return i();var s=l=>{var u=()=>l.anonymousId()||pr();r.config.get_device_id=u,l.id()&&(r.register({distinct_id:l.id(),$device_id:u()}),r.persistence.set_property(Pn,"identified")),i()},a=o.user();"then"in a&&hr(a.then)?a.then((l=>s(l))):s(a)})(t,(()=>{n.register((r=>{Promise&&Promise.resolve||ad.warn("This browser does not have Promise support, and can not use the segment integration");var i=(o,s)=>{if(!s)return o;o.event.userId||o.event.anonymousId===r.get_distinct_id()||(ad.info("No userId set, resetting PostHog"),r.reset()),o.event.userId&&o.event.userId!==r.get_distinct_id()&&(ad.info("UserId set, identifying with PostHog"),r.identify(o.event.userId));var a=r.calculateEventProperties(s,o.event.properties);return o.event.properties=Object.assign({},a,o.event.properties),o};return{name:"PostHog JS",type:"enrichment",version:"1.0.0",isLoaded:()=>!0,load:()=>Promise.resolve(),track:o=>i(o,o.event.event),page:o=>i(o,"$pageview"),identify:o=>i(o,"$identify"),screen:o=>i(o,"$screen")}})(t)).then((()=>{e()}))}))}var sy="posthog-js";function ay(t,e){var{organization:n,projectId:r,prefix:i,severityAllowList:o=["error"],sendExceptionsToPostHog:s=!0}=e===void 0?{}:e;return a=>{var l,u,c,f,h;if(!(o==="*"||o.includes(a.level))||!t.__loaded)return a;a.tags||(a.tags={});var g=t.requestRouter.endpointFor("ui","/project/"+t.config.token+"/person/"+t.get_distinct_id());a.tags["PostHog Person URL"]=g,t.sessionRecordingStarted()&&(a.tags["PostHog Recording URL"]=t.get_session_replay_url({withTimestamp:!0}));var v=((l=a.exception)==null?void 0:l.values)||[],_=v.map((d=>$({},d,{stacktrace:d.stacktrace?$({},d.stacktrace,{type:"raw",frames:(d.stacktrace.frames||[]).map((p=>$({},p,{platform:"web:javascript"})))}):void 0}))),x={$exception_message:((u=v[0])==null?void 0:u.value)||a.message,$exception_type:(c=v[0])==null?void 0:c.type,$exception_level:a.level,$exception_list:_,$sentry_event_id:a.event_id,$sentry_exception:a.exception,$sentry_exception_message:((f=v[0])==null?void 0:f.value)||a.message,$sentry_exception_type:(h=v[0])==null?void 0:h.type,$sentry_tags:a.tags};return n&&r&&(x.$sentry_url=(i||"https://sentry.io/organizations/")+n+"/issues/?project="+r+"&query="+a.event_id),s&&t.exceptions.sendExceptionEvent(x),a}}var Gd=class{constructor(e,n,r,i,o,s){this.name=sy,this.setupOnce=function(a){a(ay(e,{organization:n,projectId:r,prefix:i,severityAllowList:o,sendExceptionsToPostHog:s==null||s}))}}},C1=E!=null&&E.location?ml(E.location.hash,"__posthog")||ml(location.hash,"state"):null,cv="_postHogToolbarParams",dv=Fe("[Toolbar]"),fr=(function(t){return t[t.UNINITIALIZED=0]="UNINITIALIZED",t[t.LOADING=1]="LOADING",t[t.LOADED=2]="LOADED",t})(fr||{}),Zd=class{constructor(e){this.instance=e}_t(e){G.ph_toolbar_state=e}yt(){var e;return(e=G.ph_toolbar_state)!==null&&e!==void 0?e:fr.UNINITIALIZED}maybeLoadToolbar(e,n,r){if(e===void 0&&(e=void 0),n===void 0&&(n=void 0),r===void 0&&(r=void 0),!E||!O)return!1;e=e??E.location,r=r??E.history;try{if(!n){try{E.localStorage.setItem("test","test"),E.localStorage.removeItem("test")}catch{return!1}n=E?.localStorage}var i,o=C1||ml(e.hash,"__posthog")||ml(e.hash,"state"),s=o?Zm((()=>JSON.parse(atob(decodeURIComponent(o)))))||Zm((()=>JSON.parse(decodeURIComponent(o)))):null;return s&&s.action==="ph_authorize"?((i=s).source="url",i&&Object.keys(i).length>0&&(s.desiredHash?e.hash=s.desiredHash:r?r.replaceState(r.state,"",e.pathname+e.search):e.hash="")):((i=JSON.parse(n.getItem(cv)||"{}")).source="localstorage",delete i.userIntent),!(!i.token||this.instance.config.token!==i.token)&&(this.loadToolbar(i),!0)}catch{return!1}}bt(e){var n=G.ph_load_toolbar||G.ph_load_editor;!de(n)&&hr(n)?n(e,this.instance):dv.warn("No toolbar load function found")}loadToolbar(e){var n=!(O==null||!O.getElementById(qv));if(!E||n)return!1;var r=this.instance.requestRouter.region==="custom"&&this.instance.config.advanced_disable_toolbar_metrics,i=$({token:this.instance.config.token},e,{apiURL:this.instance.requestRouter.endpointFor("ui")},r?{instrument:!1}:{});if(E.localStorage.setItem(cv,JSON.stringify($({},i,{source:void 0}))),this.yt()===fr.LOADED)this.bt(i);else if(this.yt()===fr.UNINITIALIZED){var o;this._t(fr.LOADING),(o=G.__PosthogExtensions__)==null||o.loadExternalDependency==null||o.loadExternalDependency(this.instance,"toolbar",(s=>{if(s)return dv.error("[Toolbar] Failed to load",s),void this._t(fr.UNINITIALIZED);this._t(fr.LOADED),this.bt(i)})),Oe(E,"turbolinks:load",(()=>{this._t(fr.UNINITIALIZED),this.loadToolbar(i)}))}return!0}wt(e){return this.loadToolbar(e)}maybeLoadEditor(e,n,r){return e===void 0&&(e=void 0),n===void 0&&(n=void 0),r===void 0&&(r=void 0),this.maybeLoadToolbar(e,n,r)}},E1=Fe("[TracingHeaders]"),Yd=class{constructor(e){this.xt=void 0,this.St=void 0,this.rt=()=>{var n,r;N(this.xt)&&((n=G.__PosthogExtensions__)==null||(n=n.tracingHeadersPatchFns)==null||n._patchXHR(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager)),N(this.St)&&((r=G.__PosthogExtensions__)==null||(r=r.tracingHeadersPatchFns)==null||r._patchFetch(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager))},this._instance=e}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.tracingHeadersPatchFns&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"tracing-headers",(i=>{if(i)return E1.error("failed to load script",i);e()}))}startIfEnabledOrStop(){var e,n;this._instance.config.__add_tracing_headers?this.it(this.rt):((e=this.xt)==null||e.call(this),(n=this.St)==null||n.call(this),this.xt=void 0,this.St=void 0)}},Mt="Mobile",yl="iOS",pn="Android",Cs="Tablet",ly=pn+" "+Cs,uy="iPad",cy="Apple",dy=cy+" Watch",Es="Safari",eo="BlackBerry",fy="Samsung",py=fy+"Browser",hy=fy+" Internet",ii="Chrome",A1=ii+" OS",gy=ii+" "+yl,Pf="Internet Explorer",my=Pf+" "+Mt,Nf="Opera",T1=Nf+" Mini",Of="Edge",vy="Microsoft "+Of,Xi="Firefox",yy=Xi+" "+yl,As="Nintendo",Ts="PlayStation",Qi="Xbox",_y=pn+" "+Mt,wy=Mt+" "+Es,ys="Windows",Xd=ys+" Phone",fv="Nokia",Qd="Ouya",xy="Generic",R1=xy+" "+Mt.toLowerCase(),Sy=xy+" "+Cs.toLowerCase(),Jd="Konqueror",rt="(\\d+(\\.\\d+)?)",ld=new RegExp("Version/"+rt),I1=new RegExp(Qi,"i"),P1=new RegExp(Ts+" \\w+","i"),N1=new RegExp(As+" \\w+","i"),Lf=new RegExp(eo+"|PlayBook|BB10","i"),O1={"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"},L1=(t,e)=>e&&te(e,cy)||(function(n){return te(n,Es)&&!te(n,ii)&&!te(n,pn)})(t),by=function(t,e){return e=e||"",te(t," OPR/")&&te(t,"Mini")?T1:te(t," OPR/")?Nf:Lf.test(t)?eo:te(t,"IE"+Mt)||te(t,"WPDesktop")?my:te(t,py)?hy:te(t,Of)||te(t,"Edg/")?vy:te(t,"FBIOS")?"Facebook "+Mt:te(t,"UCWEB")||te(t,"UCBrowser")?"UC Browser":te(t,"CriOS")?gy:te(t,"CrMo")||te(t,ii)?ii:te(t,pn)&&te(t,Es)?_y:te(t,"FxiOS")?yy:te(t.toLowerCase(),Jd.toLowerCase())?Jd:L1(t,e)?te(t,Mt)?wy:Es:te(t,Xi)?Xi:te(t,"MSIE")||te(t,"Trident/")?Pf:te(t,"Gecko")?Xi:""},M1={[my]:[new RegExp("rv:"+rt)],[vy]:[new RegExp(Of+"?\\/"+rt)],[ii]:[new RegExp("("+ii+"|CrMo)\\/"+rt)],[gy]:[new RegExp("CriOS\\/"+rt)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+rt)],[Es]:[ld],[wy]:[ld],[Nf]:[new RegExp("(Opera|OPR)\\/"+rt)],[Xi]:[new RegExp(Xi+"\\/"+rt)],[yy]:[new RegExp("FxiOS\\/"+rt)],[Jd]:[new RegExp("Konqueror[:/]?"+rt,"i")],[eo]:[new RegExp(eo+" "+rt),ld],[_y]:[new RegExp("android\\s"+rt,"i")],[hy]:[new RegExp(py+"\\/"+rt)],[Pf]:[new RegExp("(rv:|MSIE )"+rt)],Mozilla:[new RegExp("rv:"+rt)]},F1=function(t,e){var n=by(t,e),r=M1[n];if(N(r))return null;for(var i=0;i<r.length;i++){var o=r[i],s=t.match(o);if(s)return parseFloat(s[s.length-2])}return null},pv=[[new RegExp(Qi+"; "+Qi+" (.*?)[);]","i"),t=>[Qi,t&&t[1]||""]],[new RegExp(As,"i"),[As,""]],[new RegExp(Ts,"i"),[Ts,""]],[Lf,[eo,""]],[new RegExp(ys,"i"),(t,e)=>{if(/Phone/.test(e)||/WPDesktop/.test(e))return[Xd,""];if(new RegExp(Mt).test(e)&&!/IEMobile\b/.test(e))return[ys+" "+Mt,""];var n=/Windows NT ([0-9.]+)/i.exec(e);if(n&&n[1]){var r=n[1],i=O1[r]||"";return/arm/i.test(e)&&(i="RT"),[ys,i]}return[ys,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,t=>{if(t&&t[3]){var e=[t[3],t[4],t[5]||"0"];return[yl,e.join(".")]}return[yl,""]}],[/(watch.*\/(\d+\.\d+\.\d+)|watch os,(\d+\.\d+),)/i,t=>{var e="";return t&&t.length>=3&&(e=N(t[2])?t[3]:t[2]),["watchOS",e]}],[new RegExp("("+pn+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+pn+")","i"),t=>{if(t&&t[2]){var e=[t[2],t[3],t[4]||"0"];return[pn,e.join(".")]}return[pn,""]}],[/Mac OS X (\d+)[_.](\d+)[_.]?(\d+)?/i,t=>{var e=["Mac OS X",""];if(t&&t[1]){var n=[t[1],t[2],t[3]||"0"];e[1]=n.join(".")}return e}],[/Mac/i,["Mac OS X",""]],[/CrOS/,[A1,""]],[/Linux|debian/i,["Linux",""]]],hv=function(t){return N1.test(t)?As:P1.test(t)?Ts:I1.test(t)?Qi:new RegExp(Qd,"i").test(t)?Qd:new RegExp("("+Xd+"|WPDesktop)","i").test(t)?Xd:/iPad/.test(t)?uy:/iPod/.test(t)?"iPod Touch":/iPhone/.test(t)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(t)?dy:Lf.test(t)?eo:/(kobo)\s(ereader|touch)/i.test(t)?"Kobo":new RegExp(fv,"i").test(t)?fv:/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i.test(t)||/(kf[a-z]+)( bui|\)).+silk\//i.test(t)?"Kindle Fire":/(Android|ZTE)/i.test(t)?!new RegExp(Mt).test(t)||/(9138B|TB782B|Nexus [97]|pixel c|HUAWEISHT|BTV|noble nook|smart ultra 6)/i.test(t)?/pixel[\daxl ]{1,6}/i.test(t)&&!/pixel c/i.test(t)||/(huaweimed-al00|tah-|APA|SM-G92|i980|zte|U304AA)/i.test(t)||/lmy47v/i.test(t)&&!/QTAQZ3/i.test(t)?pn:ly:pn:new RegExp("(pda|"+Mt+")","i").test(t)?R1:new RegExp(Cs,"i").test(t)&&!new RegExp(Cs+" pc","i").test(t)?Sy:""},tl="https?://(.*)",ro=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],$1=no(["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid"],ro),Ns="<masked>",D1=["li_fat_id"];function ky(t,e,n){if(!O)return{};var r,i=e?no([],ro,n||[]):[],o=Cy(Ps(O.URL,i,Ns),t),s=(r={},pe(D1,(function(a){var l=hn.q(a);r[a]=l||null})),r);return Pe(s,o)}function Cy(t,e){var n=$1.concat(e||[]),r={};return pe(n,(function(i){var o=gl(t,i);r[i]=o||null})),r}function Ey(t){var e=(function(o){return o?o.search(tl+"google.([^/?]*)")===0?"google":o.search(tl+"bing.com")===0?"bing":o.search(tl+"yahoo.com")===0?"yahoo":o.search(tl+"duckduckgo.com")===0?"duckduckgo":null:null})(t),n=e!="yahoo"?"q":"p",r={};if(!Ln(e)){r.$search_engine=e;var i=O?gl(O.referrer,n):"";i.length&&(r.ph_keyword=i)}return r}function gv(){return navigator.language||navigator.userLanguage}function Ay(){return O?.referrer||"$direct"}function Ty(t,e){var n=t?no([],ro,e||[]):[],r=dt?.href.substring(0,1e3);return{r:Ay().substring(0,1e3),u:r?Ps(r,n,Ns):void 0}}function Ry(t){var e,{r:n,u:r}=t,i={$referrer:n,$referring_domain:n==null?void 0:n=="$direct"?"$direct":(e=hl(n))==null?void 0:e.host};if(r){i.$current_url=r;var o=hl(r);i.$host=o?.host,i.$pathname=o?.pathname;var s=Cy(r);Pe(i,s)}if(n){var a=Ey(n);Pe(i,a)}return i}function Iy(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch{return}}function V1(){try{return new Date().getTimezoneOffset()}catch{return}}function B1(t,e){if(!ct)return{};var n,r,i,o=t?no([],ro,e||[]):[],[s,a]=(function(l){for(var u=0;u<pv.length;u++){var[c,f]=pv[u],h=c.exec(l),g=h&&(hr(f)?f(h,l):f);if(g)return g}return["",""]})(ct);return Pe(Af({$os:s,$os_version:a,$browser:by(ct,navigator.vendor),$device:hv(ct),$device_type:(r=ct,i=hv(r),i===uy||i===ly||i==="Kobo"||i==="Kindle Fire"||i===Sy?Cs:i===As||i===Qi||i===Ts||i===Qd?"Console":i===dy?"Wearable":i?Mt:"Desktop"),$timezone:Iy(),$timezone_offset:V1()}),{$current_url:Ps(dt?.href,o,Ns),$host:dt?.host,$pathname:dt?.pathname,$raw_user_agent:ct.length>1e3?ct.substring(0,997)+"...":ct,$browser_version:F1(ct,navigator.vendor),$browser_language:gv(),$browser_language_prefix:(n=gv(),typeof n=="string"?n.split("-")[0]:void 0),$screen_height:E?.screen.height,$screen_width:E?.screen.width,$viewport_height:E?.innerHeight,$viewport_width:E?.innerWidth,$lib:"web",$lib_version:In.LIB_VERSION,$insert_id:Math.random().toString(36).substring(2,10)+Math.random().toString(36).substring(2,10),$time:Date.now()/1e3})}var ur=Fe("[Web Vitals]"),mv=9e5,ef=class{constructor(e){var n;this.Et=!1,this.P=!1,this.N={url:void 0,metrics:[],firstMetricTimestamp:void 0},this.$t=()=>{clearTimeout(this.kt),this.N.metrics.length!==0&&(this._instance.capture("$web_vitals",this.N.metrics.reduce(((r,i)=>$({},r,{["$web_vitals_"+i.name+"_event"]:$({},i),["$web_vitals_"+i.name+"_value"]:i.value})),{})),this.N={url:void 0,metrics:[],firstMetricTimestamp:void 0})},this.Pt=r=>{var i,o=(i=this._instance.sessionManager)==null?void 0:i.checkAndGetSessionAndWindowId(!0);if(N(o))ur.error("Could not read session ID. Dropping metrics!");else{this.N=this.N||{url:void 0,metrics:[],firstMetricTimestamp:void 0};var s=this.Tt();N(s)||(de(r?.name)||de(r?.value)?ur.error("Invalid metric received",r):this.Rt&&r.value>=this.Rt?ur.error("Ignoring metric with value >= "+this.Rt,r):(this.N.url!==s&&(this.$t(),this.kt=setTimeout(this.$t,this.flushToCaptureTimeoutMs)),N(this.N.url)&&(this.N.url=s),this.N.firstMetricTimestamp=N(this.N.firstMetricTimestamp)?Date.now():this.N.firstMetricTimestamp,r.attribution&&r.attribution.interactionTargetElement&&(r.attribution.interactionTargetElement=void 0),this.N.metrics.push($({},r,{$current_url:s,$session_id:o.sessionId,$window_id:o.windowId,timestamp:Date.now()})),this.N.metrics.length===this.allowedMetrics.length&&this.$t()))}},this.rt=()=>{var r,i,o,s,a=G.__PosthogExtensions__;N(a)||N(a.postHogWebVitalsCallbacks)||({onLCP:r,onCLS:i,onFCP:o,onINP:s}=a.postHogWebVitalsCallbacks),r&&i&&o&&s?(this.allowedMetrics.indexOf("LCP")>-1&&r(this.Pt.bind(this)),this.allowedMetrics.indexOf("CLS")>-1&&i(this.Pt.bind(this)),this.allowedMetrics.indexOf("FCP")>-1&&o(this.Pt.bind(this)),this.allowedMetrics.indexOf("INP")>-1&&s(this.Pt.bind(this)),this.P=!0):ur.error("web vitals callbacks not loaded - not starting")},this._instance=e,this.Et=!((n=this._instance.persistence)==null||!n.props[Jm]),this.startIfEnabled()}get allowedMetrics(){var e,n,r=Ve(this._instance.config.capture_performance)?(e=this._instance.config.capture_performance)==null?void 0:e.web_vitals_allowed_metrics:void 0;return N(r)?((n=this._instance.persistence)==null?void 0:n.props[ev])||["CLS","FCP","INP","LCP"]:r}get flushToCaptureTimeoutMs(){return(Ve(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals_delayed_flush_ms:void 0)||5e3}get Rt(){var e=Ve(this._instance.config.capture_performance)&&gn(this._instance.config.capture_performance.__web_vitals_max_value)?this._instance.config.capture_performance.__web_vitals_max_value:mv;return 0<e&&e<=6e4?mv:e}get isEnabled(){var e=dt?.protocol;if(e!=="http:"&&e!=="https:")return ur.info("Web Vitals are disabled on non-http/https protocols"),!1;var n=Ve(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals:gr(this._instance.config.capture_performance)?this._instance.config.capture_performance:void 0;return gr(n)?n:this.Et}startIfEnabled(){this.isEnabled&&!this.P&&(ur.info("enabled, starting..."),this.it(this.rt))}onRemoteConfig(e){var n=Ve(e.capturePerformance)&&!!e.capturePerformance.web_vitals,r=Ve(e.capturePerformance)?e.capturePerformance.web_vitals_allowed_metrics:void 0;this._instance.persistence&&(this._instance.persistence.register({[Jm]:n}),this._instance.persistence.register({[ev]:r})),this.Et=n,this.startIfEnabled()}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.postHogWebVitalsCallbacks&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"web-vitals",(i=>{i?ur.error("failed to load script",i):e()}))}Tt(){var e=E?E.location.href:void 0;if(e){var n=this._instance.config.mask_personal_data_properties,r=this._instance.config.custom_personal_data_properties,i=n?no([],ro,r||[]):[];return Ps(e,i,Ns)}ur.error("Could not determine current URL")}},z1=Fe("[Heatmaps]");function vv(t){return Ve(t)&&"clientX"in t&&"clientY"in t&&gn(t.clientX)&&gn(t.clientY)}var tf=class{constructor(e){var n;this.Et=!1,this.P=!1,this.It=null,this.instance=e,this.Et=!((n=this.instance.persistence)==null||!n.props[Nd]),this.rageclicks=new pl(e.config.rageclick)}get flushIntervalMilliseconds(){var e=5e3;return Ve(this.instance.config.capture_heatmaps)&&this.instance.config.capture_heatmaps.flush_interval_milliseconds&&(e=this.instance.config.capture_heatmaps.flush_interval_milliseconds),e}get isEnabled(){return N(this.instance.config.capture_heatmaps)?N(this.instance.config.enable_heatmaps)?this.Et:this.instance.config.enable_heatmaps:this.instance.config.capture_heatmaps!==!1}startIfEnabled(){if(this.isEnabled){if(this.P)return;z1.info("starting..."),this.Ft(),this.Ct()}else{var e;clearInterval((e=this.It)!==null&&e!==void 0?e:void 0),this.Mt(),this.getAndClearBuffer()}}onRemoteConfig(e){var n=!!e.heatmaps;this.instance.persistence&&this.instance.persistence.register({[Nd]:n}),this.Et=n,this.startIfEnabled()}getAndClearBuffer(){var e=this.N;return this.N=void 0,e}Ot(e){this.At(e.originalEvent,"deadclick")}Ct(){this.It&&clearInterval(this.It),this.It=(function(e){return e?.visibilityState==="visible"})(O)?setInterval(this.Dt.bind(this),this.flushIntervalMilliseconds):null}Ft(){E&&O&&(this.jt=this.Dt.bind(this),Oe(E,"beforeunload",this.jt),this.Lt=e=>this.At(e||E?.event),Oe(O,"click",this.Lt,{capture:!0}),this.Nt=e=>this.Ut(e||E?.event),Oe(O,"mousemove",this.Nt,{capture:!0}),this.zt=new vl(this.instance,S1,this.Ot.bind(this)),this.zt.startIfEnabled(),this.Ht=this.Ct.bind(this),Oe(O,"visibilitychange",this.Ht),this.P=!0)}Mt(){var e;E&&O&&(this.jt&&E.removeEventListener("beforeunload",this.jt),this.Lt&&O.removeEventListener("click",this.Lt,{capture:!0}),this.Nt&&O.removeEventListener("mousemove",this.Nt,{capture:!0}),this.Ht&&O.removeEventListener("visibilitychange",this.Ht),clearTimeout(this.Bt),(e=this.zt)==null||e.stop(),this.P=!1)}qt(e,n){var r=this.instance.scrollManager.scrollY(),i=this.instance.scrollManager.scrollX(),o=this.instance.scrollManager.scrollElement(),s=(function(a,l,u){for(var c=a;c&&Rl(c)&&!vr(c,"body");){if(c===u)return!1;if(te(l,E?.getComputedStyle(c).position))return!0;c=Qv(c)}return!1})(Yv(e),["fixed","sticky"],o);return{x:e.clientX+(s?0:i),y:e.clientY+(s?0:r),target_fixed:s,type:n}}At(e,n){var r;if(n===void 0&&(n="click"),!tv(e.target)&&vv(e)){var i=this.qt(e,n);(r=this.rageclicks)!=null&&r.isRageClick(e.clientX,e.clientY,new Date().getTime())&&this.Wt($({},i,{type:"rageclick"})),this.Wt(i)}}Ut(e){!tv(e.target)&&vv(e)&&(clearTimeout(this.Bt),this.Bt=setTimeout((()=>{this.Wt(this.qt(e,"mousemove"))}),500))}Wt(e){if(E){var n=E.location.href,r=this.instance.config.mask_personal_data_properties,i=this.instance.config.custom_personal_data_properties,o=r?no([],ro,i||[]):[],s=Ps(n,o,Ns);this.N=this.N||{},this.N[s]||(this.N[s]=[]),this.N[s].push(e)}}Dt(){this.N&&!Zi(this.N)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}},nf=class{constructor(e){this._instance=e}doPageView(e,n){var r,i=this.Gt(e,n);return this.Vt={pathname:(r=E?.location.pathname)!==null&&r!==void 0?r:"",pageViewId:n,timestamp:e},this._instance.scrollManager.resetContext(),i}doPageLeave(e){var n;return this.Gt(e,(n=this.Vt)==null?void 0:n.pageViewId)}doEvent(){var e;return{$pageview_id:(e=this.Vt)==null?void 0:e.pageViewId}}Gt(e,n){var r=this.Vt;if(!r)return{$pageview_id:n};var i={$pageview_id:n,$prev_pageview_id:r.pageViewId},o=this._instance.scrollManager.getContext();if(o&&!this._instance.config.disable_scroll_properties){var{maxScrollHeight:s,lastScrollY:a,maxScrollY:l,maxContentHeight:u,lastContentY:c,maxContentY:f}=o;if(!(N(s)||N(a)||N(l)||N(u)||N(c)||N(f))){s=Math.ceil(s),a=Math.ceil(a),l=Math.ceil(l),u=Math.ceil(u),c=Math.ceil(c),f=Math.ceil(f);var h=s<=1?1:fn(a/s,0,1,L),g=s<=1?1:fn(l/s,0,1,L),v=u<=1?1:fn(c/u,0,1,L),_=u<=1?1:fn(f/u,0,1,L);i=Pe(i,{$prev_pageview_last_scroll:a,$prev_pageview_last_scroll_percentage:h,$prev_pageview_max_scroll:l,$prev_pageview_max_scroll_percentage:g,$prev_pageview_last_content:c,$prev_pageview_last_content_percentage:v,$prev_pageview_max_content:f,$prev_pageview_max_content_percentage:_})}}return r.pathname&&(i.$prev_pageview_pathname=r.pathname),r.timestamp&&(i.$prev_pageview_duration=(e.getTime()-r.timestamp.getTime())/1e3),i}},Ft=Uint8Array,it=Uint16Array,to=Uint32Array,Mf=new Ft([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]),Ff=new Ft([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]),yv=new Ft([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Py=function(t,e){for(var n=new it(31),r=0;r<31;++r)n[r]=e+=1<<t[r-1];var i=new to(n[30]);for(r=1;r<30;++r)for(var o=n[r];o<n[r+1];++o)i[o]=o-n[r]<<5|r;return[n,i]},Ny=Py(Mf,2),H1=Ny[0],rf=Ny[1];H1[28]=258,rf[258]=28;for(of=Py(Ff,0)[1],_l=new it(32768),he=0;he<32768;++he)cr=(43690&he)>>>1|(21845&he)<<1,cr=(61680&(cr=(52428&cr)>>>2|(13107&cr)<<2))>>>4|(3855&cr)<<4,_l[he]=((65280&cr)>>>8|(255&cr)<<8)>>>1;var cr,of,_l,he,xs=function(t,e,n){for(var r=t.length,i=0,o=new it(e);i<r;++i)++o[t[i]-1];var s,a=new it(e);for(i=0;i<e;++i)a[i]=a[i-1]+o[i-1]<<1;if(n){s=new it(1<<e);var l=15-e;for(i=0;i<r;++i)if(t[i])for(var u=i<<4|t[i],c=e-t[i],f=a[t[i]-1]++<<c,h=f|(1<<c)-1;f<=h;++f)s[_l[f]>>>l]=u}else for(s=new it(r),i=0;i<r;++i)s[i]=_l[a[t[i]-1]++]>>>15-t[i];return s},oi=new Ft(288);for(he=0;he<144;++he)oi[he]=8;for(he=144;he<256;++he)oi[he]=9;for(he=256;he<280;++he)oi[he]=7;for(he=280;he<288;++he)oi[he]=8;var wl=new Ft(32);for(he=0;he<32;++he)wl[he]=5;var j1=xs(oi,9,0),U1=xs(wl,5,0),Oy=function(t){return(t/8>>0)+(7&t&&1)},Ly=function(t,e,n){(n==null||n>t.length)&&(n=t.length);var r=new(t instanceof it?it:t instanceof to?to:Ft)(n-e);return r.set(t.subarray(e,n)),r},Rn=function(t,e,n){n<<=7&e;var r=e/8>>0;t[r]|=n,t[r+1]|=n>>>8},ls=function(t,e,n){n<<=7&e;var r=e/8>>0;t[r]|=n,t[r+1]|=n>>>8,t[r+2]|=n>>>16},ud=function(t,e){for(var n=[],r=0;r<t.length;++r)t[r]&&n.push({s:r,f:t[r]});var i=n.length,o=n.slice();if(!i)return[new Ft(0),0];if(i==1){var s=new Ft(n[0].s+1);return s[n[0].s]=1,[s,1]}n.sort((function(w,b){return w.f-b.f})),n.push({s:-1,f:25001});var a=n[0],l=n[1],u=0,c=1,f=2;for(n[0]={s:-1,f:a.f+l.f,l:a,r:l};c!=i-1;)a=n[n[u].f<n[f].f?u++:f++],l=n[u!=c&&n[u].f<n[f].f?u++:f++],n[c++]={s:-1,f:a.f+l.f,l:a,r:l};var h=o[0].s;for(r=1;r<i;++r)o[r].s>h&&(h=o[r].s);var g=new it(h+1),v=sf(n[c-1],g,0);if(v>e){r=0;var _=0,x=v-e,d=1<<x;for(o.sort((function(w,b){return g[b.s]-g[w.s]||w.f-b.f}));r<i;++r){var p=o[r].s;if(!(g[p]>e))break;_+=d-(1<<v-g[p]),g[p]=e}for(_>>>=x;_>0;){var m=o[r].s;g[m]<e?_-=1<<e-g[m]++-1:++r}for(;r>=0&&_;--r){var y=o[r].s;g[y]==e&&(--g[y],++_)}v=e}return[new Ft(g),v]},sf=function(t,e,n){return t.s==-1?Math.max(sf(t.l,e,n+1),sf(t.r,e,n+1)):e[t.s]=n},_v=function(t){for(var e=t.length;e&&!t[--e];);for(var n=new it(++e),r=0,i=t[0],o=1,s=function(l){n[r++]=l},a=1;a<=e;++a)if(t[a]==i&&a!=e)++o;else{if(!i&&o>2){for(;o>138;o-=138)s(32754);o>2&&(s(o>10?o-11<<5|28690:o-3<<5|12305),o=0)}else if(o>3){for(s(i),--o;o>6;o-=6)s(8304);o>2&&(s(o-3<<5|8208),o=0)}for(;o--;)s(i);o=1,i=t[a]}return[n.subarray(0,r),e]},us=function(t,e){for(var n=0,r=0;r<e.length;++r)n+=t[r]*e[r];return n},af=function(t,e,n){var r=n.length,i=Oy(e+2);t[i]=255&r,t[i+1]=r>>>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var o=0;o<r;++o)t[i+o+4]=n[o];return 8*(i+4+r)},wv=function(t,e,n,r,i,o,s,a,l,u,c){Rn(e,c++,n),++i[256];for(var f=ud(i,15),h=f[0],g=f[1],v=ud(o,15),_=v[0],x=v[1],d=_v(h),p=d[0],m=d[1],y=_v(_),w=y[0],b=y[1],k=new it(19),C=0;C<p.length;++C)k[31&p[C]]++;for(C=0;C<w.length;++C)k[31&w[C]]++;for(var I=ud(k,7),A=I[0],H=I[1],K=19;K>4&&!A[yv[K-1]];--K);var Y,W,le,V,X=u+5<<3,B=us(i,oi)+us(o,wl)+s,Z=us(i,h)+us(o,_)+s+14+3*K+us(k,A)+(2*k[16]+3*k[17]+7*k[18]);if(X<=B&&X<=Z)return af(e,c,t.subarray(l,l+u));if(Rn(e,c,1+(Z<B)),c+=2,Z<B){Y=xs(h,g,0),W=h,le=xs(_,x,0),V=_;var ut=xs(A,H,0);for(Rn(e,c,m-257),Rn(e,c+5,b-1),Rn(e,c+10,K-4),c+=14,C=0;C<K;++C)Rn(e,c+3*C,A[yv[C]]);c+=3*K;for(var An=[p,w],He=0;He<2;++He){var Lt=An[He];for(C=0;C<Lt.length;++C){var bt=31&Lt[C];Rn(e,c,ut[bt]),c+=A[bt],bt>15&&(Rn(e,c,Lt[C]>>>5&127),c+=Lt[C]>>>12)}}}else Y=j1,W=oi,le=U1,V=wl;for(C=0;C<a;++C)if(r[C]>255){bt=r[C]>>>18&31,ls(e,c,Y[bt+257]),c+=W[bt+257],bt>7&&(Rn(e,c,r[C]>>>23&31),c+=Mf[bt]);var Wi=31&r[C];ls(e,c,le[Wi]),c+=V[Wi],Wi>3&&(ls(e,c,r[C]>>>5&8191),c+=Ff[Wi])}else ls(e,c,Y[r[C]]),c+=W[r[C]];return ls(e,c,Y[256]),c+W[256]},W1=new to([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),q1=(function(){for(var t=new to(256),e=0;e<256;++e){for(var n=e,r=9;--r;)n=(1&n&&3988292384)^n>>>1;t[e]=n}return t})(),K1=function(t,e,n,r,i){return(function(o,s,a,l,u,c){var f=o.length,h=new Ft(l+f+5*(1+Math.floor(f/7e3))+u),g=h.subarray(l,h.length-u),v=0;if(!s||f<8)for(var _=0;_<=f;_+=65535){var x=_+65535;x<f?v=af(g,v,o.subarray(_,x)):(g[_]=c,v=af(g,v,o.subarray(_,f)))}else{for(var d=W1[s-1],p=d>>>13,m=8191&d,y=(1<<a)-1,w=new it(32768),b=new it(y+1),k=Math.ceil(a/3),C=2*k,I=function(Jc){return(o[Jc]^o[Jc+1]<<k^o[Jc+2]<<C)&y},A=new to(25e3),H=new it(288),K=new it(32),Y=0,W=0,le=(_=0,0),V=0,X=0;_<f;++_){var B=I(_),Z=32767&_,ut=b[B];if(w[Z]=ut,b[B]=Z,V<=_){var An=f-_;if((Y>7e3||le>24576)&&An>423){v=wv(o,g,0,A,H,K,W,le,X,_-X,v),le=Y=W=0,X=_;for(var He=0;He<286;++He)H[He]=0;for(He=0;He<30;++He)K[He]=0}var Lt=2,bt=0,Wi=m,or=Z-ut&32767;if(An>2&&B==I(_-or))for(var _k=Math.min(p,An)-1,wk=Math.min(32767,_),xk=Math.min(258,An);or<=wk&&--Wi&&Z!=ut;){if(o[_+Lt]==o[_+Lt-or]){for(var sr=0;sr<xk&&o[_+sr]==o[_+sr-or];++sr);if(sr>Lt){if(Lt=sr,bt=or,sr>_k)break;var Sk=Math.min(or,sr-2),Om=0;for(He=0;He<Sk;++He){var Qc=_-or+He+32768&32767,Lm=Qc-w[Qc]+32768&32767;Lm>Om&&(Om=Lm,ut=Qc)}}}or+=(Z=ut)-(ut=w[Z])+32768&32767}if(bt){A[le++]=268435456|rf[Lt]<<18|of[bt];var Mm=31&rf[Lt],Fm=31&of[bt];W+=Mf[Mm]+Ff[Fm],++H[257+Mm],++K[Fm],V=_+Lt,++Y}else A[le++]=o[_],++H[o[_]]}}v=wv(o,g,c,A,H,K,W,le,X,_-X,v)}return Ly(h,0,l+Oy(v)+u)})(t,e.level==null?6:e.level,e.mem==null?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(t.length)))):12+e.mem,n,r,!0)},cd=function(t,e,n){for(;n;++e)t[e]=n,n>>>=8};function G1(t,e){e===void 0&&(e={});var n=(function(){var a=4294967295;return{p:function(l){for(var u=a,c=0;c<l.length;++c)u=q1[255&u^l[c]]^u>>>8;a=u},d:function(){return 4294967295^a}}})(),r=t.length;n.p(t);var i,o=K1(t,e,10+((i=e).filename&&i.filename.length+1||0),8),s=o.length;return(function(a,l){var u=l.filename;if(a[0]=31,a[1]=139,a[2]=8,a[8]=l.level<2?4:l.level==9?2:0,a[9]=3,l.mtime!=0&&cd(a,4,Math.floor(new Date(l.mtime||Date.now())/1e3)),u){a[3]=8;for(var c=0;c<=u.length;++c)a[c+10]=u.charCodeAt(c)}})(o,e),cd(o,s-8,n.d()),cd(o,s-4,r),o}var Z1=function(t){var e,n,r,i,o="";for(e=n=0,r=(t=(t+"").replace(/\r\n/g,`
8
+ `+o.stack}return{value:t,source:e,stack:i,digest:null}}function Gp(t,e,n){return{value:t,source:null,stack:n??null,digest:e??null}}function Ih(t,e){try{console.error(e.value)}catch(n){setTimeout(function(){throw n})}}var UT=typeof WeakMap=="function"?WeakMap:Map;function Mx(t,e,n){n=Hn(-1,n),n.tag=3,n.payload={element:null};var r=e.value;return n.callback=function(){eu||(eu=!0,Bh=r),Ih(t,e)},n}function Fx(t,e,n){n=Hn(-1,n),n.tag=3;var r=t.type.getDerivedStateFromError;if(typeof r=="function"){var i=e.value;n.payload=function(){return r(i)},n.callback=function(){Ih(t,e)}}var o=t.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(n.callback=function(){Ih(t,e),typeof r!="function"&&(Lr===null?Lr=new Set([this]):Lr.add(this));var s=e.stack;this.componentDidCatch(e.value,{componentStack:s!==null?s:""})}),n}function K0(t,e,n){var r=t.pingCache;if(r===null){r=t.pingCache=new UT;var i=new Set;r.set(e,i)}else i=r.get(e),i===void 0&&(i=new Set,r.set(e,i));i.has(n)||(i.add(n),t=iR.bind(null,t,e,n),e.then(t,t))}function G0(t){do{var e;if((e=t.tag===13)&&(e=t.memoizedState,e=e!==null?e.dehydrated!==null:!0),e)return t;t=t.return}while(t!==null);return null}function Z0(t,e,n,r,i){return(t.mode&1)===0?(t===e?t.flags|=65536:(t.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(e=Hn(-1,1),e.tag=2,Or(n,e,1))),n.lanes|=1),t):(t.flags|=65536,t.lanes=i,t)}var WT=Kn.ReactCurrentOwner,mt=!1;function st(t,e,n,r){e.child=t===null?dx(e,null,n,r):Do(e,t.child,n,r)}function Y0(t,e,n,r,i){n=n.render;var o=e.ref;return Oo(e,i),r=yg(t,e,n,r,o,i),n=_g(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,qn(t,e,i)):(be&&n&&sg(e),e.flags|=1,st(t,e,r,i),e.child)}function X0(t,e,n,r,i){if(t===null){var o=n.type;return typeof o=="function"&&!Rg(o)&&o.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(e.tag=15,e.type=o,$x(t,e,o,r,i)):(t=Oc(n.type,null,r,e,e.mode,i),t.ref=e.ref,t.return=e,e.child=t)}if(o=t.child,(t.lanes&i)===0){var s=o.memoizedProps;if(n=n.compare,n=n!==null?n:_a,n(s,r)&&t.ref===e.ref)return qn(t,e,i)}return e.flags|=1,t=Fr(o,r),t.ref=e.ref,t.return=e,e.child=t}function $x(t,e,n,r,i){if(t!==null){var o=t.memoizedProps;if(_a(o,r)&&t.ref===e.ref)if(mt=!1,e.pendingProps=r=o,(t.lanes&i)!==0)(t.flags&131072)!==0&&(mt=!0);else return e.lanes=t.lanes,qn(t,e,i)}return Ph(t,e,n,r,i)}function Dx(t,e,n){var r=e.pendingProps,i=r.children,o=t!==null?t.memoizedState:null;if(r.mode==="hidden")if((e.mode&1)===0)e.memoizedState={baseLanes:0,cachePool:null,transitions:null},me(To,At),At|=n;else{if((n&1073741824)===0)return t=o!==null?o.baseLanes|n:n,e.lanes=e.childLanes=1073741824,e.memoizedState={baseLanes:t,cachePool:null,transitions:null},e.updateQueue=null,me(To,At),At|=t,null;e.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=o!==null?o.baseLanes:n,me(To,At),At|=r}else o!==null?(r=o.baseLanes|n,e.memoizedState=null):r=n,me(To,At),At|=r;return st(t,e,i,n),e.child}function Vx(t,e){var n=e.ref;(t===null&&n!==null||t!==null&&t.ref!==n)&&(e.flags|=512,e.flags|=2097152)}function Ph(t,e,n,r,i){var o=yt(n)?mi:tt.current;return o=Fo(e,o),Oo(e,i),n=yg(t,e,n,r,o,i),r=_g(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,qn(t,e,i)):(be&&r&&sg(e),e.flags|=1,st(t,e,n,i),e.child)}function Q0(t,e,n,r,i){if(yt(n)){var o=!0;Uc(e)}else o=!1;if(Oo(e,i),e.stateNode===null)Ic(t,e),Lx(e,n,r),Rh(e,n,r,i),r=!0;else if(t===null){var s=e.stateNode,a=e.memoizedProps;s.props=a;var l=s.context,c=n.contextType;typeof c=="object"&&c!==null?c=Ht(c):(c=yt(n)?mi:tt.current,c=Fo(e,c));var u=n.getDerivedStateFromProps,f=typeof u=="function"||typeof s.getSnapshotBeforeUpdate=="function";f||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==r||l!==c)&&q0(e,s,r,c),kr=!1;var h=e.memoizedState;s.state=h,Zc(e,r,s,i),l=e.memoizedState,a!==r||h!==l||vt.current||kr?(typeof u=="function"&&(Th(e,n,u,r),l=e.memoizedState),(a=kr||W0(e,n,a,r,h,l,c))?(f||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.componentWillMount=="function"&&s.componentWillMount(),typeof s.UNSAFE_componentWillMount=="function"&&s.UNSAFE_componentWillMount()),typeof s.componentDidMount=="function"&&(e.flags|=4194308)):(typeof s.componentDidMount=="function"&&(e.flags|=4194308),e.memoizedProps=r,e.memoizedState=l),s.props=r,s.state=l,s.context=c,r=a):(typeof s.componentDidMount=="function"&&(e.flags|=4194308),r=!1)}else{s=e.stateNode,px(t,e),a=e.memoizedProps,c=e.type===e.elementType?a:Jt(e.type,a),s.props=c,f=e.pendingProps,h=s.context,l=n.contextType,typeof l=="object"&&l!==null?l=Ht(l):(l=yt(n)?mi:tt.current,l=Fo(e,l));var g=n.getDerivedStateFromProps;(u=typeof g=="function"||typeof s.getSnapshotBeforeUpdate=="function")||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(a!==f||h!==l)&&q0(e,s,r,l),kr=!1,h=e.memoizedState,s.state=h,Zc(e,r,s,i);var v=e.memoizedState;a!==f||h!==v||vt.current||kr?(typeof g=="function"&&(Th(e,n,g,r),v=e.memoizedState),(c=kr||W0(e,n,c,r,h,v,l)||!1)?(u||typeof s.UNSAFE_componentWillUpdate!="function"&&typeof s.componentWillUpdate!="function"||(typeof s.componentWillUpdate=="function"&&s.componentWillUpdate(r,v,l),typeof s.UNSAFE_componentWillUpdate=="function"&&s.UNSAFE_componentWillUpdate(r,v,l)),typeof s.componentDidUpdate=="function"&&(e.flags|=4),typeof s.getSnapshotBeforeUpdate=="function"&&(e.flags|=1024)):(typeof s.componentDidUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=1024),e.memoizedProps=r,e.memoizedState=v),s.props=r,s.state=v,s.context=l,r=c):(typeof s.componentDidUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||a===t.memoizedProps&&h===t.memoizedState||(e.flags|=1024),r=!1)}return Nh(t,e,n,r,o,i)}function Nh(t,e,n,r,i,o){Vx(t,e);var s=(e.flags&128)!==0;if(!r&&!s)return i&&$0(e,n,!1),qn(t,e,o);r=e.stateNode,WT.current=e;var a=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return e.flags|=1,t!==null&&s?(e.child=Do(e,t.child,null,o),e.child=Do(e,null,a,o)):st(t,e,a,o),e.memoizedState=r.state,i&&$0(e,n,!0),e.child}function Bx(t){var e=t.stateNode;e.pendingContext?F0(t,e.pendingContext,e.pendingContext!==e.context):e.context&&F0(t,e.context,!1),hg(t,e.containerInfo)}function J0(t,e,n,r,i){return $o(),lg(i),e.flags|=256,st(t,e,n,r),e.child}var Oh={dehydrated:null,treeContext:null,retryLane:0};function Lh(t){return{baseLanes:t,cachePool:null,transitions:null}}function zx(t,e,n){var r=e.pendingProps,i=Ae.current,o=!1,s=(e.flags&128)!==0,a;if((a=s)||(a=t!==null&&t.memoizedState===null?!1:(i&2)!==0),a?(o=!0,e.flags&=-129):(t===null||t.memoizedState!==null)&&(i|=1),me(Ae,i&1),t===null)return Eh(e),t=e.memoizedState,t!==null&&(t=t.dehydrated,t!==null)?((e.mode&1)===0?e.lanes=1:t.data==="$!"?e.lanes=8:e.lanes=1073741824,null):(s=r.children,t=r.fallback,o?(r=e.mode,o=e.child,s={mode:"hidden",children:s},(r&1)===0&&o!==null?(o.childLanes=0,o.pendingProps=s):o=hu(s,r,0,null),t=gi(t,r,n,null),o.return=e,t.return=e,o.sibling=t,e.child=o,e.child.memoizedState=Lh(n),e.memoizedState=Oh,t):Sg(e,s));if(i=t.memoizedState,i!==null&&(a=i.dehydrated,a!==null))return qT(t,e,s,r,a,i,n);if(o){o=r.fallback,s=e.mode,i=t.child,a=i.sibling;var l={mode:"hidden",children:r.children};return(s&1)===0&&e.child!==i?(r=e.child,r.childLanes=0,r.pendingProps=l,e.deletions=null):(r=Fr(i,l),r.subtreeFlags=i.subtreeFlags&14680064),a!==null?o=Fr(a,o):(o=gi(o,s,n,null),o.flags|=2),o.return=e,r.return=e,r.sibling=o,e.child=r,r=o,o=e.child,s=t.child.memoizedState,s=s===null?Lh(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},o.memoizedState=s,o.childLanes=t.childLanes&~n,e.memoizedState=Oh,r}return o=t.child,t=o.sibling,r=Fr(o,{mode:"visible",children:r.children}),(e.mode&1)===0&&(r.lanes=n),r.return=e,r.sibling=null,t!==null&&(n=e.deletions,n===null?(e.deletions=[t],e.flags|=16):n.push(t)),e.child=r,e.memoizedState=null,r}function Sg(t,e){return e=hu({mode:"visible",children:e},t.mode,0,null),e.return=t,t.child=e}function xc(t,e,n,r){return r!==null&&lg(r),Do(e,t.child,null,n),t=Sg(e,e.pendingProps.children),t.flags|=2,e.memoizedState=null,t}function qT(t,e,n,r,i,o,s){if(n)return e.flags&256?(e.flags&=-257,r=Gp(Error(R(422))),xc(t,e,s,r)):e.memoizedState!==null?(e.child=t.child,e.flags|=128,null):(o=r.fallback,i=e.mode,r=hu({mode:"visible",children:r.children},i,0,null),o=gi(o,i,s,null),o.flags|=2,r.return=e,o.return=e,r.sibling=o,e.child=r,(e.mode&1)!==0&&Do(e,t.child,null,s),e.child.memoizedState=Lh(s),e.memoizedState=Oh,o);if((e.mode&1)===0)return xc(t,e,s,null);if(i.data==="$!"){if(r=i.nextSibling&&i.nextSibling.dataset,r)var a=r.dgst;return r=a,o=Error(R(419)),r=Gp(o,r,void 0),xc(t,e,s,r)}if(a=(s&t.childLanes)!==0,mt||a){if(r=ze,r!==null){switch(s&-s){case 4:i=2;break;case 16:i=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:i=32;break;case 536870912:i=268435456;break;default:i=0}i=(i&(r.suspendedLanes|s))!==0?0:i,i!==0&&i!==o.retryLane&&(o.retryLane=i,Wn(t,i),rn(r,t,i,-1))}return Tg(),r=Gp(Error(R(421))),xc(t,e,s,r)}return i.data==="$?"?(e.flags|=128,e.child=t.child,e=oR.bind(null,t),i._reactRetry=e,null):(t=o.treeContext,Tt=Nr(i.nextSibling),Rt=e,be=!0,tn=null,t!==null&&(Dt[Vt++]=Bn,Dt[Vt++]=zn,Dt[Vt++]=vi,Bn=t.id,zn=t.overflow,vi=e),e=Sg(e,r.children),e.flags|=4096,e)}function ew(t,e,n){t.lanes|=e;var r=t.alternate;r!==null&&(r.lanes|=e),Ah(t.return,e,n)}function Zp(t,e,n,r,i){var o=t.memoizedState;o===null?t.memoizedState={isBackwards:e,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:i}:(o.isBackwards=e,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailMode=i)}function Hx(t,e,n){var r=e.pendingProps,i=r.revealOrder,o=r.tail;if(st(t,e,r.children,n),r=Ae.current,(r&2)!==0)r=r&1|2,e.flags|=128;else{if(t!==null&&(t.flags&128)!==0)e:for(t=e.child;t!==null;){if(t.tag===13)t.memoizedState!==null&&ew(t,n,e);else if(t.tag===19)ew(t,n,e);else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;t=t.return}t.sibling.return=t.return,t=t.sibling}r&=1}if(me(Ae,r),(e.mode&1)===0)e.memoizedState=null;else switch(i){case"forwards":for(n=e.child,i=null;n!==null;)t=n.alternate,t!==null&&Yc(t)===null&&(i=n),n=n.sibling;n=i,n===null?(i=e.child,e.child=null):(i=n.sibling,n.sibling=null),Zp(e,!1,i,n,o);break;case"backwards":for(n=null,i=e.child,e.child=null;i!==null;){if(t=i.alternate,t!==null&&Yc(t)===null){e.child=i;break}t=i.sibling,i.sibling=n,n=i,i=t}Zp(e,!0,n,null,o);break;case"together":Zp(e,!1,null,null,void 0);break;default:e.memoizedState=null}return e.child}function Ic(t,e){(e.mode&1)===0&&t!==null&&(t.alternate=null,e.alternate=null,e.flags|=2)}function qn(t,e,n){if(t!==null&&(e.dependencies=t.dependencies),_i|=e.lanes,(n&e.childLanes)===0)return null;if(t!==null&&e.child!==t.child)throw Error(R(153));if(e.child!==null){for(t=e.child,n=Fr(t,t.pendingProps),e.child=n,n.return=e;t.sibling!==null;)t=t.sibling,n=n.sibling=Fr(t,t.pendingProps),n.return=e;n.sibling=null}return e.child}function KT(t,e,n){switch(e.tag){case 3:Bx(e),$o();break;case 5:hx(e);break;case 1:yt(e.type)&&Uc(e);break;case 4:hg(e,e.stateNode.containerInfo);break;case 10:var r=e.type._context,i=e.memoizedProps.value;me(Kc,r._currentValue),r._currentValue=i;break;case 13:if(r=e.memoizedState,r!==null)return r.dehydrated!==null?(me(Ae,Ae.current&1),e.flags|=128,null):(n&e.child.childLanes)!==0?zx(t,e,n):(me(Ae,Ae.current&1),t=qn(t,e,n),t!==null?t.sibling:null);me(Ae,Ae.current&1);break;case 19:if(r=(n&e.childLanes)!==0,(t.flags&128)!==0){if(r)return Hx(t,e,n);e.flags|=128}if(i=e.memoizedState,i!==null&&(i.rendering=null,i.tail=null,i.lastEffect=null),me(Ae,Ae.current),r)break;return null;case 22:case 23:return e.lanes=0,Dx(t,e,n)}return qn(t,e,n)}var jx,Mh,Ux,Wx;jx=function(t,e){for(var n=e.child;n!==null;){if(n.tag===5||n.tag===6)t.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===e)break;for(;n.sibling===null;){if(n.return===null||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};Mh=function(){};Ux=function(t,e,n,r){var i=t.memoizedProps;if(i!==r){t=e.stateNode,pi(bn.current);var o=null;switch(n){case"input":i=rh(t,i),r=rh(t,r),o=[];break;case"select":i=Re({},i,{value:void 0}),r=Re({},r,{value:void 0}),o=[];break;case"textarea":i=sh(t,i),r=sh(t,r),o=[];break;default:typeof i.onClick!="function"&&typeof r.onClick=="function"&&(t.onclick=Hc)}lh(n,r);var s;n=null;for(c in i)if(!r.hasOwnProperty(c)&&i.hasOwnProperty(c)&&i[c]!=null)if(c==="style"){var a=i[c];for(s in a)a.hasOwnProperty(s)&&(n||(n={}),n[s]="")}else c!=="dangerouslySetInnerHTML"&&c!=="children"&&c!=="suppressContentEditableWarning"&&c!=="suppressHydrationWarning"&&c!=="autoFocus"&&(fa.hasOwnProperty(c)?o||(o=[]):(o=o||[]).push(c,null));for(c in r){var l=r[c];if(a=i?.[c],r.hasOwnProperty(c)&&l!==a&&(l!=null||a!=null))if(c==="style")if(a){for(s in a)!a.hasOwnProperty(s)||l&&l.hasOwnProperty(s)||(n||(n={}),n[s]="");for(s in l)l.hasOwnProperty(s)&&a[s]!==l[s]&&(n||(n={}),n[s]=l[s])}else n||(o||(o=[]),o.push(c,n)),n=l;else c==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,a=a?a.__html:void 0,l!=null&&a!==l&&(o=o||[]).push(c,l)):c==="children"?typeof l!="string"&&typeof l!="number"||(o=o||[]).push(c,""+l):c!=="suppressContentEditableWarning"&&c!=="suppressHydrationWarning"&&(fa.hasOwnProperty(c)?(l!=null&&c==="onScroll"&&ye("scroll",t),o||a===l||(o=[])):(o=o||[]).push(c,l))}n&&(o=o||[]).push("style",n);var c=o;(e.updateQueue=c)&&(e.flags|=4)}};Wx=function(t,e,n,r){n!==r&&(e.flags|=4)};function Ys(t,e){if(!be)switch(t.tailMode){case"hidden":e=t.tail;for(var n=null;e!==null;)e.alternate!==null&&(n=e),e=e.sibling;n===null?t.tail=null:n.sibling=null;break;case"collapsed":n=t.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?e||t.tail===null?t.tail=null:t.tail.sibling=null:r.sibling=null}}function Je(t){var e=t.alternate!==null&&t.alternate.child===t.child,n=0,r=0;if(e)for(var i=t.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags&14680064,r|=i.flags&14680064,i.return=t,i=i.sibling;else for(i=t.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags,r|=i.flags,i.return=t,i=i.sibling;return t.subtreeFlags|=r,t.childLanes=n,e}function GT(t,e,n){var r=e.pendingProps;switch(ag(e),e.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Je(e),null;case 1:return yt(e.type)&&jc(),Je(e),null;case 3:return r=e.stateNode,Vo(),_e(vt),_e(tt),mg(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(t===null||t.child===null)&&(_c(e)?e.flags|=4:t===null||t.memoizedState.isDehydrated&&(e.flags&256)===0||(e.flags|=1024,tn!==null&&(jh(tn),tn=null))),Mh(t,e),Je(e),null;case 5:gg(e);var i=pi(ka.current);if(n=e.type,t!==null&&e.stateNode!=null)Ux(t,e,n,r,i),t.ref!==e.ref&&(e.flags|=512,e.flags|=2097152);else{if(!r){if(e.stateNode===null)throw Error(R(166));return Je(e),null}if(t=pi(bn.current),_c(e)){r=e.stateNode,n=e.type;var o=e.memoizedProps;switch(r[xn]=e,r[Sa]=o,t=(e.mode&1)!==0,n){case"dialog":ye("cancel",r),ye("close",r);break;case"iframe":case"object":case"embed":ye("load",r);break;case"video":case"audio":for(i=0;i<na.length;i++)ye(na[i],r);break;case"source":ye("error",r);break;case"img":case"image":case"link":ye("error",r),ye("load",r);break;case"details":ye("toggle",r);break;case"input":l0(r,o),ye("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!o.multiple},ye("invalid",r);break;case"textarea":u0(r,o),ye("invalid",r)}lh(n,o),i=null;for(var s in o)if(o.hasOwnProperty(s)){var a=o[s];s==="children"?typeof a=="string"?r.textContent!==a&&(o.suppressHydrationWarning!==!0&&yc(r.textContent,a,t),i=["children",a]):typeof a=="number"&&r.textContent!==""+a&&(o.suppressHydrationWarning!==!0&&yc(r.textContent,a,t),i=["children",""+a]):fa.hasOwnProperty(s)&&a!=null&&s==="onScroll"&&ye("scroll",r)}switch(n){case"input":sc(r),c0(r,o,!0);break;case"textarea":sc(r),d0(r);break;case"select":case"option":break;default:typeof o.onClick=="function"&&(r.onclick=Hc)}r=i,e.updateQueue=r,r!==null&&(e.flags|=4)}else{s=i.nodeType===9?i:i.ownerDocument,t==="http://www.w3.org/1999/xhtml"&&(t=_w(n)),t==="http://www.w3.org/1999/xhtml"?n==="script"?(t=s.createElement("div"),t.innerHTML="<script><\/script>",t=t.removeChild(t.firstChild)):typeof r.is=="string"?t=s.createElement(n,{is:r.is}):(t=s.createElement(n),n==="select"&&(s=t,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):t=s.createElementNS(t,n),t[xn]=e,t[Sa]=r,jx(t,e,!1,!1),e.stateNode=t;e:{switch(s=ch(n,r),n){case"dialog":ye("cancel",t),ye("close",t),i=r;break;case"iframe":case"object":case"embed":ye("load",t),i=r;break;case"video":case"audio":for(i=0;i<na.length;i++)ye(na[i],t);i=r;break;case"source":ye("error",t),i=r;break;case"img":case"image":case"link":ye("error",t),ye("load",t),i=r;break;case"details":ye("toggle",t),i=r;break;case"input":l0(t,r),i=rh(t,r),ye("invalid",t);break;case"option":i=r;break;case"select":t._wrapperState={wasMultiple:!!r.multiple},i=Re({},r,{value:void 0}),ye("invalid",t);break;case"textarea":u0(t,r),i=sh(t,r),ye("invalid",t);break;default:i=r}lh(n,i),a=i;for(o in a)if(a.hasOwnProperty(o)){var l=a[o];o==="style"?Sw(t,l):o==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,l!=null&&ww(t,l)):o==="children"?typeof l=="string"?(n!=="textarea"||l!=="")&&pa(t,l):typeof l=="number"&&pa(t,""+l):o!=="suppressContentEditableWarning"&&o!=="suppressHydrationWarning"&&o!=="autoFocus"&&(fa.hasOwnProperty(o)?l!=null&&o==="onScroll"&&ye("scroll",t):l!=null&&qh(t,o,l,s))}switch(n){case"input":sc(t),c0(t,r,!1);break;case"textarea":sc(t),d0(t);break;case"option":r.value!=null&&t.setAttribute("value",""+$r(r.value));break;case"select":t.multiple=!!r.multiple,o=r.value,o!=null?Ro(t,!!r.multiple,o,!1):r.defaultValue!=null&&Ro(t,!!r.multiple,r.defaultValue,!0);break;default:typeof i.onClick=="function"&&(t.onclick=Hc)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(e.flags|=4)}e.ref!==null&&(e.flags|=512,e.flags|=2097152)}return Je(e),null;case 6:if(t&&e.stateNode!=null)Wx(t,e,t.memoizedProps,r);else{if(typeof r!="string"&&e.stateNode===null)throw Error(R(166));if(n=pi(ka.current),pi(bn.current),_c(e)){if(r=e.stateNode,n=e.memoizedProps,r[xn]=e,(o=r.nodeValue!==n)&&(t=Rt,t!==null))switch(t.tag){case 3:yc(r.nodeValue,n,(t.mode&1)!==0);break;case 5:t.memoizedProps.suppressHydrationWarning!==!0&&yc(r.nodeValue,n,(t.mode&1)!==0)}o&&(e.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[xn]=e,e.stateNode=r}return Je(e),null;case 13:if(_e(Ae),r=e.memoizedState,t===null||t.memoizedState!==null&&t.memoizedState.dehydrated!==null){if(be&&Tt!==null&&(e.mode&1)!==0&&(e.flags&128)===0)cx(),$o(),e.flags|=98560,o=!1;else if(o=_c(e),r!==null&&r.dehydrated!==null){if(t===null){if(!o)throw Error(R(318));if(o=e.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(R(317));o[xn]=e}else $o(),(e.flags&128)===0&&(e.memoizedState=null),e.flags|=4;Je(e),o=!1}else tn!==null&&(jh(tn),tn=null),o=!0;if(!o)return e.flags&65536?e:null}return(e.flags&128)!==0?(e.lanes=n,e):(r=r!==null,r!==(t!==null&&t.memoizedState!==null)&&r&&(e.child.flags|=8192,(e.mode&1)!==0&&(t===null||(Ae.current&1)!==0?De===0&&(De=3):Tg())),e.updateQueue!==null&&(e.flags|=4),Je(e),null);case 4:return Vo(),Mh(t,e),t===null&&wa(e.stateNode.containerInfo),Je(e),null;case 10:return dg(e.type._context),Je(e),null;case 17:return yt(e.type)&&jc(),Je(e),null;case 19:if(_e(Ae),o=e.memoizedState,o===null)return Je(e),null;if(r=(e.flags&128)!==0,s=o.rendering,s===null)if(r)Ys(o,!1);else{if(De!==0||t!==null&&(t.flags&128)!==0)for(t=e.child;t!==null;){if(s=Yc(t),s!==null){for(e.flags|=128,Ys(o,!1),r=s.updateQueue,r!==null&&(e.updateQueue=r,e.flags|=4),e.subtreeFlags=0,r=n,n=e.child;n!==null;)o=n,t=r,o.flags&=14680066,s=o.alternate,s===null?(o.childLanes=0,o.lanes=t,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=s.childLanes,o.lanes=s.lanes,o.child=s.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=s.memoizedProps,o.memoizedState=s.memoizedState,o.updateQueue=s.updateQueue,o.type=s.type,t=s.dependencies,o.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext}),n=n.sibling;return me(Ae,Ae.current&1|2),e.child}t=t.sibling}o.tail!==null&&Ne()>zo&&(e.flags|=128,r=!0,Ys(o,!1),e.lanes=4194304)}else{if(!r)if(t=Yc(s),t!==null){if(e.flags|=128,r=!0,n=t.updateQueue,n!==null&&(e.updateQueue=n,e.flags|=4),Ys(o,!0),o.tail===null&&o.tailMode==="hidden"&&!s.alternate&&!be)return Je(e),null}else 2*Ne()-o.renderingStartTime>zo&&n!==1073741824&&(e.flags|=128,r=!0,Ys(o,!1),e.lanes=4194304);o.isBackwards?(s.sibling=e.child,e.child=s):(n=o.last,n!==null?n.sibling=s:e.child=s,o.last=s)}return o.tail!==null?(e=o.tail,o.rendering=e,o.tail=e.sibling,o.renderingStartTime=Ne(),e.sibling=null,n=Ae.current,me(Ae,r?n&1|2:n&1),e):(Je(e),null);case 22:case 23:return Ag(),r=e.memoizedState!==null,t!==null&&t.memoizedState!==null!==r&&(e.flags|=8192),r&&(e.mode&1)!==0?(At&1073741824)!==0&&(Je(e),e.subtreeFlags&6&&(e.flags|=8192)):Je(e),null;case 24:return null;case 25:return null}throw Error(R(156,e.tag))}function ZT(t,e){switch(ag(e),e.tag){case 1:return yt(e.type)&&jc(),t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 3:return Vo(),_e(vt),_e(tt),mg(),t=e.flags,(t&65536)!==0&&(t&128)===0?(e.flags=t&-65537|128,e):null;case 5:return gg(e),null;case 13:if(_e(Ae),t=e.memoizedState,t!==null&&t.dehydrated!==null){if(e.alternate===null)throw Error(R(340));$o()}return t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 19:return _e(Ae),null;case 4:return Vo(),null;case 10:return dg(e.type._context),null;case 22:case 23:return Ag(),null;case 24:return null;default:return null}}var Sc=!1,et=!1,YT=typeof WeakSet=="function"?WeakSet:Set,D=null;function Ao(t,e){var n=t.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){Ie(t,e,r)}else n.current=null}function Fh(t,e,n){try{n()}catch(r){Ie(t,e,r)}}var tw=!1;function XT(t,e){if(_h=Vc,t=Yw(),og(t)){if("selectionStart"in t)var n={start:t.selectionStart,end:t.selectionEnd};else e:{n=(n=t.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var i=r.anchorOffset,o=r.focusNode;r=r.focusOffset;try{n.nodeType,o.nodeType}catch{n=null;break e}var s=0,a=-1,l=-1,c=0,u=0,f=t,h=null;t:for(;;){for(var g;f!==n||i!==0&&f.nodeType!==3||(a=s+i),f!==o||r!==0&&f.nodeType!==3||(l=s+r),f.nodeType===3&&(s+=f.nodeValue.length),(g=f.firstChild)!==null;)h=f,f=g;for(;;){if(f===t)break t;if(h===n&&++c===i&&(a=s),h===o&&++u===r&&(l=s),(g=f.nextSibling)!==null)break;f=h,h=f.parentNode}f=g}n=a===-1||l===-1?null:{start:a,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(wh={focusedElem:t,selectionRange:n},Vc=!1,D=e;D!==null;)if(e=D,t=e.child,(e.subtreeFlags&1028)!==0&&t!==null)t.return=e,D=t;else for(;D!==null;){e=D;try{var v=e.alternate;if((e.flags&1024)!==0)switch(e.tag){case 0:case 11:case 15:break;case 1:if(v!==null){var _=v.memoizedProps,x=v.memoizedState,d=e.stateNode,p=d.getSnapshotBeforeUpdate(e.elementType===e.type?_:Jt(e.type,_),x);d.__reactInternalSnapshotBeforeUpdate=p}break;case 3:var m=e.stateNode.containerInfo;m.nodeType===1?m.textContent="":m.nodeType===9&&m.documentElement&&m.removeChild(m.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(R(163))}}catch(y){Ie(e,e.return,y)}if(t=e.sibling,t!==null){t.return=e.return,D=t;break}D=e.return}return v=tw,tw=!1,v}function ca(t,e,n){var r=e.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var i=r=r.next;do{if((i.tag&t)===t){var o=i.destroy;i.destroy=void 0,o!==void 0&&Fh(e,n,o)}i=i.next}while(i!==r)}}function fu(t,e){if(e=e.updateQueue,e=e!==null?e.lastEffect:null,e!==null){var n=e=e.next;do{if((n.tag&t)===t){var r=n.create;n.destroy=r()}n=n.next}while(n!==e)}}function $h(t){var e=t.ref;if(e!==null){var n=t.stateNode;t.tag,t=n,typeof e=="function"?e(t):e.current=t}}function qx(t){var e=t.alternate;e!==null&&(t.alternate=null,qx(e)),t.child=null,t.deletions=null,t.sibling=null,t.tag===5&&(e=t.stateNode,e!==null&&(delete e[xn],delete e[Sa],delete e[bh],delete e[OT],delete e[LT])),t.stateNode=null,t.return=null,t.dependencies=null,t.memoizedProps=null,t.memoizedState=null,t.pendingProps=null,t.stateNode=null,t.updateQueue=null}function Kx(t){return t.tag===5||t.tag===3||t.tag===4}function nw(t){e:for(;;){for(;t.sibling===null;){if(t.return===null||Kx(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==5&&t.tag!==6&&t.tag!==18;){if(t.flags&2||t.child===null||t.tag===4)continue e;t.child.return=t,t=t.child}if(!(t.flags&2))return t.stateNode}}function Dh(t,e,n){var r=t.tag;if(r===5||r===6)t=t.stateNode,e?n.nodeType===8?n.parentNode.insertBefore(t,e):n.insertBefore(t,e):(n.nodeType===8?(e=n.parentNode,e.insertBefore(t,n)):(e=n,e.appendChild(t)),n=n._reactRootContainer,n!=null||e.onclick!==null||(e.onclick=Hc));else if(r!==4&&(t=t.child,t!==null))for(Dh(t,e,n),t=t.sibling;t!==null;)Dh(t,e,n),t=t.sibling}function Vh(t,e,n){var r=t.tag;if(r===5||r===6)t=t.stateNode,e?n.insertBefore(t,e):n.appendChild(t);else if(r!==4&&(t=t.child,t!==null))for(Vh(t,e,n),t=t.sibling;t!==null;)Vh(t,e,n),t=t.sibling}var qe=null,en=!1;function Sr(t,e,n){for(n=n.child;n!==null;)Gx(t,e,n),n=n.sibling}function Gx(t,e,n){if(Sn&&typeof Sn.onCommitFiberUnmount=="function")try{Sn.onCommitFiberUnmount(iu,n)}catch{}switch(n.tag){case 5:et||Ao(n,e);case 6:var r=qe,i=en;qe=null,Sr(t,e,n),qe=r,en=i,qe!==null&&(en?(t=qe,n=n.stateNode,t.nodeType===8?t.parentNode.removeChild(n):t.removeChild(n)):qe.removeChild(n.stateNode));break;case 18:qe!==null&&(en?(t=qe,n=n.stateNode,t.nodeType===8?Hp(t.parentNode,n):t.nodeType===1&&Hp(t,n),va(t)):Hp(qe,n.stateNode));break;case 4:r=qe,i=en,qe=n.stateNode.containerInfo,en=!0,Sr(t,e,n),qe=r,en=i;break;case 0:case 11:case 14:case 15:if(!et&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){i=r=r.next;do{var o=i,s=o.destroy;o=o.tag,s!==void 0&&((o&2)!==0||(o&4)!==0)&&Fh(n,e,s),i=i.next}while(i!==r)}Sr(t,e,n);break;case 1:if(!et&&(Ao(n,e),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(a){Ie(n,e,a)}Sr(t,e,n);break;case 21:Sr(t,e,n);break;case 22:n.mode&1?(et=(r=et)||n.memoizedState!==null,Sr(t,e,n),et=r):Sr(t,e,n);break;default:Sr(t,e,n)}}function rw(t){var e=t.updateQueue;if(e!==null){t.updateQueue=null;var n=t.stateNode;n===null&&(n=t.stateNode=new YT),e.forEach(function(r){var i=sR.bind(null,t,r);n.has(r)||(n.add(r),r.then(i,i))})}}function Qt(t,e){var n=e.deletions;if(n!==null)for(var r=0;r<n.length;r++){var i=n[r];try{var o=t,s=e,a=s;e:for(;a!==null;){switch(a.tag){case 5:qe=a.stateNode,en=!1;break e;case 3:qe=a.stateNode.containerInfo,en=!0;break e;case 4:qe=a.stateNode.containerInfo,en=!0;break e}a=a.return}if(qe===null)throw Error(R(160));Gx(o,s,i),qe=null,en=!1;var l=i.alternate;l!==null&&(l.return=null),i.return=null}catch(c){Ie(i,e,c)}}if(e.subtreeFlags&12854)for(e=e.child;e!==null;)Zx(e,t),e=e.sibling}function Zx(t,e){var n=t.alternate,r=t.flags;switch(t.tag){case 0:case 11:case 14:case 15:if(Qt(e,t),_n(t),r&4){try{ca(3,t,t.return),fu(3,t)}catch(_){Ie(t,t.return,_)}try{ca(5,t,t.return)}catch(_){Ie(t,t.return,_)}}break;case 1:Qt(e,t),_n(t),r&512&&n!==null&&Ao(n,n.return);break;case 5:if(Qt(e,t),_n(t),r&512&&n!==null&&Ao(n,n.return),t.flags&32){var i=t.stateNode;try{pa(i,"")}catch(_){Ie(t,t.return,_)}}if(r&4&&(i=t.stateNode,i!=null)){var o=t.memoizedProps,s=n!==null?n.memoizedProps:o,a=t.type,l=t.updateQueue;if(t.updateQueue=null,l!==null)try{a==="input"&&o.type==="radio"&&o.name!=null&&vw(i,o),ch(a,s);var c=ch(a,o);for(s=0;s<l.length;s+=2){var u=l[s],f=l[s+1];u==="style"?Sw(i,f):u==="dangerouslySetInnerHTML"?ww(i,f):u==="children"?pa(i,f):qh(i,u,f,c)}switch(a){case"input":ih(i,o);break;case"textarea":yw(i,o);break;case"select":var h=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!o.multiple;var g=o.value;g!=null?Ro(i,!!o.multiple,g,!1):h!==!!o.multiple&&(o.defaultValue!=null?Ro(i,!!o.multiple,o.defaultValue,!0):Ro(i,!!o.multiple,o.multiple?[]:"",!1))}i[Sa]=o}catch(_){Ie(t,t.return,_)}}break;case 6:if(Qt(e,t),_n(t),r&4){if(t.stateNode===null)throw Error(R(162));i=t.stateNode,o=t.memoizedProps;try{i.nodeValue=o}catch(_){Ie(t,t.return,_)}}break;case 3:if(Qt(e,t),_n(t),r&4&&n!==null&&n.memoizedState.isDehydrated)try{va(e.containerInfo)}catch(_){Ie(t,t.return,_)}break;case 4:Qt(e,t),_n(t);break;case 13:Qt(e,t),_n(t),i=t.child,i.flags&8192&&(o=i.memoizedState!==null,i.stateNode.isHidden=o,!o||i.alternate!==null&&i.alternate.memoizedState!==null||(Cg=Ne())),r&4&&rw(t);break;case 22:if(u=n!==null&&n.memoizedState!==null,t.mode&1?(et=(c=et)||u,Qt(e,t),et=c):Qt(e,t),_n(t),r&8192){if(c=t.memoizedState!==null,(t.stateNode.isHidden=c)&&!u&&(t.mode&1)!==0)for(D=t,u=t.child;u!==null;){for(f=D=u;D!==null;){switch(h=D,g=h.child,h.tag){case 0:case 11:case 14:case 15:ca(4,h,h.return);break;case 1:Ao(h,h.return);var v=h.stateNode;if(typeof v.componentWillUnmount=="function"){r=h,n=h.return;try{e=r,v.props=e.memoizedProps,v.state=e.memoizedState,v.componentWillUnmount()}catch(_){Ie(r,n,_)}}break;case 5:Ao(h,h.return);break;case 22:if(h.memoizedState!==null){ow(f);continue}}g!==null?(g.return=h,D=g):ow(f)}u=u.sibling}e:for(u=null,f=t;;){if(f.tag===5){if(u===null){u=f;try{i=f.stateNode,c?(o=i.style,typeof o.setProperty=="function"?o.setProperty("display","none","important"):o.display="none"):(a=f.stateNode,l=f.memoizedProps.style,s=l!=null&&l.hasOwnProperty("display")?l.display:null,a.style.display=xw("display",s))}catch(_){Ie(t,t.return,_)}}}else if(f.tag===6){if(u===null)try{f.stateNode.nodeValue=c?"":f.memoizedProps}catch(_){Ie(t,t.return,_)}}else if((f.tag!==22&&f.tag!==23||f.memoizedState===null||f===t)&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===t)break e;for(;f.sibling===null;){if(f.return===null||f.return===t)break e;u===f&&(u=null),f=f.return}u===f&&(u=null),f.sibling.return=f.return,f=f.sibling}}break;case 19:Qt(e,t),_n(t),r&4&&rw(t);break;case 21:break;default:Qt(e,t),_n(t)}}function _n(t){var e=t.flags;if(e&2){try{e:{for(var n=t.return;n!==null;){if(Kx(n)){var r=n;break e}n=n.return}throw Error(R(160))}switch(r.tag){case 5:var i=r.stateNode;r.flags&32&&(pa(i,""),r.flags&=-33);var o=nw(t);Vh(t,o,i);break;case 3:case 4:var s=r.stateNode.containerInfo,a=nw(t);Dh(t,a,s);break;default:throw Error(R(161))}}catch(l){Ie(t,t.return,l)}t.flags&=-3}e&4096&&(t.flags&=-4097)}function QT(t,e,n){D=t,Yx(t,e,n)}function Yx(t,e,n){for(var r=(t.mode&1)!==0;D!==null;){var i=D,o=i.child;if(i.tag===22&&r){var s=i.memoizedState!==null||Sc;if(!s){var a=i.alternate,l=a!==null&&a.memoizedState!==null||et;a=Sc;var c=et;if(Sc=s,(et=l)&&!c)for(D=i;D!==null;)s=D,l=s.child,s.tag===22&&s.memoizedState!==null?sw(i):l!==null?(l.return=s,D=l):sw(i);for(;o!==null;)D=o,Yx(o,e,n),o=o.sibling;D=i,Sc=a,et=c}iw(t,e,n)}else(i.subtreeFlags&8772)!==0&&o!==null?(o.return=i,D=o):iw(t,e,n)}}function iw(t){for(;D!==null;){var e=D;if((e.flags&8772)!==0){var n=e.alternate;try{if((e.flags&8772)!==0)switch(e.tag){case 0:case 11:case 15:et||fu(5,e);break;case 1:var r=e.stateNode;if(e.flags&4&&!et)if(n===null)r.componentDidMount();else{var i=e.elementType===e.type?n.memoizedProps:Jt(e.type,n.memoizedProps);r.componentDidUpdate(i,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var o=e.updateQueue;o!==null&&H0(e,o,r);break;case 3:var s=e.updateQueue;if(s!==null){if(n=null,e.child!==null)switch(e.child.tag){case 5:n=e.child.stateNode;break;case 1:n=e.child.stateNode}H0(e,s,n)}break;case 5:var a=e.stateNode;if(n===null&&e.flags&4){n=a;var l=e.memoizedProps;switch(e.type){case"button":case"input":case"select":case"textarea":l.autoFocus&&n.focus();break;case"img":l.src&&(n.src=l.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(e.memoizedState===null){var c=e.alternate;if(c!==null){var u=c.memoizedState;if(u!==null){var f=u.dehydrated;f!==null&&va(f)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(R(163))}et||e.flags&512&&$h(e)}catch(h){Ie(e,e.return,h)}}if(e===t){D=null;break}if(n=e.sibling,n!==null){n.return=e.return,D=n;break}D=e.return}}function ow(t){for(;D!==null;){var e=D;if(e===t){D=null;break}var n=e.sibling;if(n!==null){n.return=e.return,D=n;break}D=e.return}}function sw(t){for(;D!==null;){var e=D;try{switch(e.tag){case 0:case 11:case 15:var n=e.return;try{fu(4,e)}catch(l){Ie(e,n,l)}break;case 1:var r=e.stateNode;if(typeof r.componentDidMount=="function"){var i=e.return;try{r.componentDidMount()}catch(l){Ie(e,i,l)}}var o=e.return;try{$h(e)}catch(l){Ie(e,o,l)}break;case 5:var s=e.return;try{$h(e)}catch(l){Ie(e,s,l)}}}catch(l){Ie(e,e.return,l)}if(e===t){D=null;break}var a=e.sibling;if(a!==null){a.return=e.return,D=a;break}D=e.return}}var JT=Math.ceil,Jc=Kn.ReactCurrentDispatcher,bg=Kn.ReactCurrentOwner,zt=Kn.ReactCurrentBatchConfig,se=0,ze=null,Le=null,Ke=0,At=0,To=Br(0),De=0,Ta=null,_i=0,pu=0,kg=0,ua=null,gt=null,Cg=0,zo=1/0,Dn=null,eu=!1,Bh=null,Lr=null,bc=!1,Tr=null,tu=0,da=0,zh=null,Pc=-1,Nc=0;function at(){return(se&6)!==0?Ne():Pc!==-1?Pc:Pc=Ne()}function Mr(t){return(t.mode&1)===0?1:(se&2)!==0&&Ke!==0?Ke&-Ke:FT.transition!==null?(Nc===0&&(Nc=Lw()),Nc):(t=ue,t!==0||(t=window.event,t=t===void 0?16:zw(t.type)),t)}function rn(t,e,n,r){if(50<da)throw da=0,zh=null,Error(R(185));Ra(t,n,r),((se&2)===0||t!==ze)&&(t===ze&&((se&2)===0&&(pu|=n),De===4&&Er(t,Ke)),_t(t,r),n===1&&se===0&&(e.mode&1)===0&&(zo=Ne()+500,cu&&zr()))}function _t(t,e){var n=t.callbackNode;DA(t,e);var r=Dc(t,t===ze?Ke:0);if(r===0)n!==null&&h0(n),t.callbackNode=null,t.callbackPriority=0;else if(e=r&-r,t.callbackPriority!==e){if(n!=null&&h0(n),e===1)t.tag===0?MT(aw.bind(null,t)):sx(aw.bind(null,t)),PT(function(){(se&6)===0&&zr()}),n=null;else{switch(Mw(r)){case 1:n=Xh;break;case 4:n=Nw;break;case 16:n=$c;break;case 536870912:n=Ow;break;default:n=$c}n=iS(n,Xx.bind(null,t))}t.callbackPriority=e,t.callbackNode=n}}function Xx(t,e){if(Pc=-1,Nc=0,(se&6)!==0)throw Error(R(327));var n=t.callbackNode;if(Lo()&&t.callbackNode!==n)return null;var r=Dc(t,t===ze?Ke:0);if(r===0)return null;if((r&30)!==0||(r&t.expiredLanes)!==0||e)e=nu(t,r);else{e=r;var i=se;se|=2;var o=Jx();(ze!==t||Ke!==e)&&(Dn=null,zo=Ne()+500,hi(t,e));do try{nR();break}catch(a){Qx(t,a)}while(!0);ug(),Jc.current=o,se=i,Le!==null?e=0:(ze=null,Ke=0,e=De)}if(e!==0){if(e===2&&(i=hh(t),i!==0&&(r=i,e=Hh(t,i))),e===1)throw n=Ta,hi(t,0),Er(t,r),_t(t,Ne()),n;if(e===6)Er(t,r);else{if(i=t.current.alternate,(r&30)===0&&!eR(i)&&(e=nu(t,r),e===2&&(o=hh(t),o!==0&&(r=o,e=Hh(t,o))),e===1))throw n=Ta,hi(t,0),Er(t,r),_t(t,Ne()),n;switch(t.finishedWork=i,t.finishedLanes=r,e){case 0:case 1:throw Error(R(345));case 2:ui(t,gt,Dn);break;case 3:if(Er(t,r),(r&130023424)===r&&(e=Cg+500-Ne(),10<e)){if(Dc(t,0)!==0)break;if(i=t.suspendedLanes,(i&r)!==r){at(),t.pingedLanes|=t.suspendedLanes&i;break}t.timeoutHandle=Sh(ui.bind(null,t,gt,Dn),e);break}ui(t,gt,Dn);break;case 4:if(Er(t,r),(r&4194240)===r)break;for(e=t.eventTimes,i=-1;0<r;){var s=31-nn(r);o=1<<s,s=e[s],s>i&&(i=s),r&=~o}if(r=i,r=Ne()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*JT(r/1960))-r,10<r){t.timeoutHandle=Sh(ui.bind(null,t,gt,Dn),r);break}ui(t,gt,Dn);break;case 5:ui(t,gt,Dn);break;default:throw Error(R(329))}}}return _t(t,Ne()),t.callbackNode===n?Xx.bind(null,t):null}function Hh(t,e){var n=ua;return t.current.memoizedState.isDehydrated&&(hi(t,e).flags|=256),t=nu(t,e),t!==2&&(e=gt,gt=n,e!==null&&jh(e)),t}function jh(t){gt===null?gt=t:gt.push.apply(gt,t)}function eR(t){for(var e=t;;){if(e.flags&16384){var n=e.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var i=n[r],o=i.getSnapshot;i=i.value;try{if(!on(o(),i))return!1}catch{return!1}}}if(n=e.child,e.subtreeFlags&16384&&n!==null)n.return=e,e=n;else{if(e===t)break;for(;e.sibling===null;){if(e.return===null||e.return===t)return!0;e=e.return}e.sibling.return=e.return,e=e.sibling}}return!0}function Er(t,e){for(e&=~kg,e&=~pu,t.suspendedLanes|=e,t.pingedLanes&=~e,t=t.expirationTimes;0<e;){var n=31-nn(e),r=1<<n;t[n]=-1,e&=~r}}function aw(t){if((se&6)!==0)throw Error(R(327));Lo();var e=Dc(t,0);if((e&1)===0)return _t(t,Ne()),null;var n=nu(t,e);if(t.tag!==0&&n===2){var r=hh(t);r!==0&&(e=r,n=Hh(t,r))}if(n===1)throw n=Ta,hi(t,0),Er(t,e),_t(t,Ne()),n;if(n===6)throw Error(R(345));return t.finishedWork=t.current.alternate,t.finishedLanes=e,ui(t,gt,Dn),_t(t,Ne()),null}function Eg(t,e){var n=se;se|=1;try{return t(e)}finally{se=n,se===0&&(zo=Ne()+500,cu&&zr())}}function wi(t){Tr!==null&&Tr.tag===0&&(se&6)===0&&Lo();var e=se;se|=1;var n=zt.transition,r=ue;try{if(zt.transition=null,ue=1,t)return t()}finally{ue=r,zt.transition=n,se=e,(se&6)===0&&zr()}}function Ag(){At=To.current,_e(To)}function hi(t,e){t.finishedWork=null,t.finishedLanes=0;var n=t.timeoutHandle;if(n!==-1&&(t.timeoutHandle=-1,IT(n)),Le!==null)for(n=Le.return;n!==null;){var r=n;switch(ag(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&jc();break;case 3:Vo(),_e(vt),_e(tt),mg();break;case 5:gg(r);break;case 4:Vo();break;case 13:_e(Ae);break;case 19:_e(Ae);break;case 10:dg(r.type._context);break;case 22:case 23:Ag()}n=n.return}if(ze=t,Le=t=Fr(t.current,null),Ke=At=e,De=0,Ta=null,kg=pu=_i=0,gt=ua=null,fi!==null){for(e=0;e<fi.length;e++)if(n=fi[e],r=n.interleaved,r!==null){n.interleaved=null;var i=r.next,o=n.pending;if(o!==null){var s=o.next;o.next=i,r.next=s}n.pending=r}fi=null}return t}function Qx(t,e){do{var n=Le;try{if(ug(),Tc.current=Qc,Xc){for(var r=Te.memoizedState;r!==null;){var i=r.queue;i!==null&&(i.pending=null),r=r.next}Xc=!1}if(yi=0,Be=$e=Te=null,la=!1,Ca=0,bg.current=null,n===null||n.return===null){De=1,Ta=e,Le=null;break}e:{var o=t,s=n.return,a=n,l=e;if(e=Ke,a.flags|=32768,l!==null&&typeof l=="object"&&typeof l.then=="function"){var c=l,u=a,f=u.tag;if((u.mode&1)===0&&(f===0||f===11||f===15)){var h=u.alternate;h?(u.updateQueue=h.updateQueue,u.memoizedState=h.memoizedState,u.lanes=h.lanes):(u.updateQueue=null,u.memoizedState=null)}var g=G0(s);if(g!==null){g.flags&=-257,Z0(g,s,a,o,e),g.mode&1&&K0(o,c,e),e=g,l=c;var v=e.updateQueue;if(v===null){var _=new Set;_.add(l),e.updateQueue=_}else v.add(l);break e}else{if((e&1)===0){K0(o,c,e),Tg();break e}l=Error(R(426))}}else if(be&&a.mode&1){var x=G0(s);if(x!==null){(x.flags&65536)===0&&(x.flags|=256),Z0(x,s,a,o,e),lg(Bo(l,a));break e}}o=l=Bo(l,a),De!==4&&(De=2),ua===null?ua=[o]:ua.push(o),o=s;do{switch(o.tag){case 3:o.flags|=65536,e&=-e,o.lanes|=e;var d=Mx(o,l,e);z0(o,d);break e;case 1:a=l;var p=o.type,m=o.stateNode;if((o.flags&128)===0&&(typeof p.getDerivedStateFromError=="function"||m!==null&&typeof m.componentDidCatch=="function"&&(Lr===null||!Lr.has(m)))){o.flags|=65536,e&=-e,o.lanes|=e;var y=Fx(o,a,e);z0(o,y);break e}}o=o.return}while(o!==null)}tS(n)}catch(w){e=w,Le===n&&n!==null&&(Le=n=n.return);continue}break}while(!0)}function Jx(){var t=Jc.current;return Jc.current=Qc,t===null?Qc:t}function Tg(){(De===0||De===3||De===2)&&(De=4),ze===null||(_i&268435455)===0&&(pu&268435455)===0||Er(ze,Ke)}function nu(t,e){var n=se;se|=2;var r=Jx();(ze!==t||Ke!==e)&&(Dn=null,hi(t,e));do try{tR();break}catch(i){Qx(t,i)}while(!0);if(ug(),se=n,Jc.current=r,Le!==null)throw Error(R(261));return ze=null,Ke=0,De}function tR(){for(;Le!==null;)eS(Le)}function nR(){for(;Le!==null&&!RA();)eS(Le)}function eS(t){var e=rS(t.alternate,t,At);t.memoizedProps=t.pendingProps,e===null?tS(t):Le=e,bg.current=null}function tS(t){var e=t;do{var n=e.alternate;if(t=e.return,(e.flags&32768)===0){if(n=GT(n,e,At),n!==null){Le=n;return}}else{if(n=ZT(n,e),n!==null){n.flags&=32767,Le=n;return}if(t!==null)t.flags|=32768,t.subtreeFlags=0,t.deletions=null;else{De=6,Le=null;return}}if(e=e.sibling,e!==null){Le=e;return}Le=e=t}while(e!==null);De===0&&(De=5)}function ui(t,e,n){var r=ue,i=zt.transition;try{zt.transition=null,ue=1,rR(t,e,n,r)}finally{zt.transition=i,ue=r}return null}function rR(t,e,n,r){do Lo();while(Tr!==null);if((se&6)!==0)throw Error(R(327));n=t.finishedWork;var i=t.finishedLanes;if(n===null)return null;if(t.finishedWork=null,t.finishedLanes=0,n===t.current)throw Error(R(177));t.callbackNode=null,t.callbackPriority=0;var o=n.lanes|n.childLanes;if(VA(t,o),t===ze&&(Le=ze=null,Ke=0),(n.subtreeFlags&2064)===0&&(n.flags&2064)===0||bc||(bc=!0,iS($c,function(){return Lo(),null})),o=(n.flags&15990)!==0,(n.subtreeFlags&15990)!==0||o){o=zt.transition,zt.transition=null;var s=ue;ue=1;var a=se;se|=4,bg.current=null,XT(t,n),Zx(n,t),CT(wh),Vc=!!_h,wh=_h=null,t.current=n,QT(n,t,i),IA(),se=a,ue=s,zt.transition=o}else t.current=n;if(bc&&(bc=!1,Tr=t,tu=i),o=t.pendingLanes,o===0&&(Lr=null),OA(n.stateNode,r),_t(t,Ne()),e!==null)for(r=t.onRecoverableError,n=0;n<e.length;n++)i=e[n],r(i.value,{componentStack:i.stack,digest:i.digest});if(eu)throw eu=!1,t=Bh,Bh=null,t;return(tu&1)!==0&&t.tag!==0&&Lo(),o=t.pendingLanes,(o&1)!==0?t===zh?da++:(da=0,zh=t):da=0,zr(),null}function Lo(){if(Tr!==null){var t=Mw(tu),e=zt.transition,n=ue;try{if(zt.transition=null,ue=16>t?16:t,Tr===null)var r=!1;else{if(t=Tr,Tr=null,tu=0,(se&6)!==0)throw Error(R(331));var i=se;for(se|=4,D=t.current;D!==null;){var o=D,s=o.child;if((D.flags&16)!==0){var a=o.deletions;if(a!==null){for(var l=0;l<a.length;l++){var c=a[l];for(D=c;D!==null;){var u=D;switch(u.tag){case 0:case 11:case 15:ca(8,u,o)}var f=u.child;if(f!==null)f.return=u,D=f;else for(;D!==null;){u=D;var h=u.sibling,g=u.return;if(qx(u),u===c){D=null;break}if(h!==null){h.return=g,D=h;break}D=g}}}var v=o.alternate;if(v!==null){var _=v.child;if(_!==null){v.child=null;do{var x=_.sibling;_.sibling=null,_=x}while(_!==null)}}D=o}}if((o.subtreeFlags&2064)!==0&&s!==null)s.return=o,D=s;else e:for(;D!==null;){if(o=D,(o.flags&2048)!==0)switch(o.tag){case 0:case 11:case 15:ca(9,o,o.return)}var d=o.sibling;if(d!==null){d.return=o.return,D=d;break e}D=o.return}}var p=t.current;for(D=p;D!==null;){s=D;var m=s.child;if((s.subtreeFlags&2064)!==0&&m!==null)m.return=s,D=m;else e:for(s=p;D!==null;){if(a=D,(a.flags&2048)!==0)try{switch(a.tag){case 0:case 11:case 15:fu(9,a)}}catch(w){Ie(a,a.return,w)}if(a===s){D=null;break e}var y=a.sibling;if(y!==null){y.return=a.return,D=y;break e}D=a.return}}if(se=i,zr(),Sn&&typeof Sn.onPostCommitFiberRoot=="function")try{Sn.onPostCommitFiberRoot(iu,t)}catch{}r=!0}return r}finally{ue=n,zt.transition=e}}return!1}function lw(t,e,n){e=Bo(n,e),e=Mx(t,e,1),t=Or(t,e,1),e=at(),t!==null&&(Ra(t,1,e),_t(t,e))}function Ie(t,e,n){if(t.tag===3)lw(t,t,n);else for(;e!==null;){if(e.tag===3){lw(e,t,n);break}else if(e.tag===1){var r=e.stateNode;if(typeof e.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(Lr===null||!Lr.has(r))){t=Bo(n,t),t=Fx(e,t,1),e=Or(e,t,1),t=at(),e!==null&&(Ra(e,1,t),_t(e,t));break}}e=e.return}}function iR(t,e,n){var r=t.pingCache;r!==null&&r.delete(e),e=at(),t.pingedLanes|=t.suspendedLanes&n,ze===t&&(Ke&n)===n&&(De===4||De===3&&(Ke&130023424)===Ke&&500>Ne()-Cg?hi(t,0):kg|=n),_t(t,e)}function nS(t,e){e===0&&((t.mode&1)===0?e=1:(e=cc,cc<<=1,(cc&130023424)===0&&(cc=4194304)));var n=at();t=Wn(t,e),t!==null&&(Ra(t,e,n),_t(t,n))}function oR(t){var e=t.memoizedState,n=0;e!==null&&(n=e.retryLane),nS(t,n)}function sR(t,e){var n=0;switch(t.tag){case 13:var r=t.stateNode,i=t.memoizedState;i!==null&&(n=i.retryLane);break;case 19:r=t.stateNode;break;default:throw Error(R(314))}r!==null&&r.delete(e),nS(t,n)}var rS;rS=function(t,e,n){if(t!==null)if(t.memoizedProps!==e.pendingProps||vt.current)mt=!0;else{if((t.lanes&n)===0&&(e.flags&128)===0)return mt=!1,KT(t,e,n);mt=(t.flags&131072)!==0}else mt=!1,be&&(e.flags&1048576)!==0&&ax(e,qc,e.index);switch(e.lanes=0,e.tag){case 2:var r=e.type;Ic(t,e),t=e.pendingProps;var i=Fo(e,tt.current);Oo(e,n),i=yg(null,e,r,t,i,n);var o=_g();return e.flags|=1,typeof i=="object"&&i!==null&&typeof i.render=="function"&&i.$$typeof===void 0?(e.tag=1,e.memoizedState=null,e.updateQueue=null,yt(r)?(o=!0,Uc(e)):o=!1,e.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,pg(e),i.updater=du,e.stateNode=i,i._reactInternals=e,Rh(e,r,t,n),e=Nh(null,e,r,!0,o,n)):(e.tag=0,be&&o&&sg(e),st(null,e,i,n),e=e.child),e;case 16:r=e.elementType;e:{switch(Ic(t,e),t=e.pendingProps,i=r._init,r=i(r._payload),e.type=r,i=e.tag=lR(r),t=Jt(r,t),i){case 0:e=Ph(null,e,r,t,n);break e;case 1:e=Q0(null,e,r,t,n);break e;case 11:e=Y0(null,e,r,t,n);break e;case 14:e=X0(null,e,r,Jt(r.type,t),n);break e}throw Error(R(306,r,""))}return e;case 0:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Ph(t,e,r,i,n);case 1:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Q0(t,e,r,i,n);case 3:e:{if(Bx(e),t===null)throw Error(R(387));r=e.pendingProps,o=e.memoizedState,i=o.element,px(t,e),Zc(e,r,null,n);var s=e.memoizedState;if(r=s.element,o.isDehydrated)if(o={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},e.updateQueue.baseState=o,e.memoizedState=o,e.flags&256){i=Bo(Error(R(423)),e),e=J0(t,e,r,n,i);break e}else if(r!==i){i=Bo(Error(R(424)),e),e=J0(t,e,r,n,i);break e}else for(Tt=Nr(e.stateNode.containerInfo.firstChild),Rt=e,be=!0,tn=null,n=dx(e,null,r,n),e.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if($o(),r===i){e=qn(t,e,n);break e}st(t,e,r,n)}e=e.child}return e;case 5:return hx(e),t===null&&Eh(e),r=e.type,i=e.pendingProps,o=t!==null?t.memoizedProps:null,s=i.children,xh(r,i)?s=null:o!==null&&xh(r,o)&&(e.flags|=32),Vx(t,e),st(t,e,s,n),e.child;case 6:return t===null&&Eh(e),null;case 13:return zx(t,e,n);case 4:return hg(e,e.stateNode.containerInfo),r=e.pendingProps,t===null?e.child=Do(e,null,r,n):st(t,e,r,n),e.child;case 11:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Y0(t,e,r,i,n);case 7:return st(t,e,e.pendingProps,n),e.child;case 8:return st(t,e,e.pendingProps.children,n),e.child;case 12:return st(t,e,e.pendingProps.children,n),e.child;case 10:e:{if(r=e.type._context,i=e.pendingProps,o=e.memoizedProps,s=i.value,me(Kc,r._currentValue),r._currentValue=s,o!==null)if(on(o.value,s)){if(o.children===i.children&&!vt.current){e=qn(t,e,n);break e}}else for(o=e.child,o!==null&&(o.return=e);o!==null;){var a=o.dependencies;if(a!==null){s=o.child;for(var l=a.firstContext;l!==null;){if(l.context===r){if(o.tag===1){l=Hn(-1,n&-n),l.tag=2;var c=o.updateQueue;if(c!==null){c=c.shared;var u=c.pending;u===null?l.next=l:(l.next=u.next,u.next=l),c.pending=l}}o.lanes|=n,l=o.alternate,l!==null&&(l.lanes|=n),Ah(o.return,n,e),a.lanes|=n;break}l=l.next}}else if(o.tag===10)s=o.type===e.type?null:o.child;else if(o.tag===18){if(s=o.return,s===null)throw Error(R(341));s.lanes|=n,a=s.alternate,a!==null&&(a.lanes|=n),Ah(s,n,e),s=o.sibling}else s=o.child;if(s!==null)s.return=o;else for(s=o;s!==null;){if(s===e){s=null;break}if(o=s.sibling,o!==null){o.return=s.return,s=o;break}s=s.return}o=s}st(t,e,i.children,n),e=e.child}return e;case 9:return i=e.type,r=e.pendingProps.children,Oo(e,n),i=Ht(i),r=r(i),e.flags|=1,st(t,e,r,n),e.child;case 14:return r=e.type,i=Jt(r,e.pendingProps),i=Jt(r.type,i),X0(t,e,r,i,n);case 15:return $x(t,e,e.type,e.pendingProps,n);case 17:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:Jt(r,i),Ic(t,e),e.tag=1,yt(r)?(t=!0,Uc(e)):t=!1,Oo(e,n),Lx(e,r,i),Rh(e,r,i,n),Nh(null,e,r,!0,t,n);case 19:return Hx(t,e,n);case 22:return Dx(t,e,n)}throw Error(R(156,e.tag))};function iS(t,e){return Pw(t,e)}function aR(t,e,n,r){this.tag=t,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=e,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Bt(t,e,n,r){return new aR(t,e,n,r)}function Rg(t){return t=t.prototype,!(!t||!t.isReactComponent)}function lR(t){if(typeof t=="function")return Rg(t)?1:0;if(t!=null){if(t=t.$$typeof,t===Gh)return 11;if(t===Zh)return 14}return 2}function Fr(t,e){var n=t.alternate;return n===null?(n=Bt(t.tag,e,t.key,t.mode),n.elementType=t.elementType,n.type=t.type,n.stateNode=t.stateNode,n.alternate=t,t.alternate=n):(n.pendingProps=e,n.type=t.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=t.flags&14680064,n.childLanes=t.childLanes,n.lanes=t.lanes,n.child=t.child,n.memoizedProps=t.memoizedProps,n.memoizedState=t.memoizedState,n.updateQueue=t.updateQueue,e=t.dependencies,n.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext},n.sibling=t.sibling,n.index=t.index,n.ref=t.ref,n}function Oc(t,e,n,r,i,o){var s=2;if(r=t,typeof t=="function")Rg(t)&&(s=1);else if(typeof t=="string")s=5;else e:switch(t){case yo:return gi(n.children,i,o,e);case Kh:s=8,i|=8;break;case Jp:return t=Bt(12,n,e,i|2),t.elementType=Jp,t.lanes=o,t;case eh:return t=Bt(13,n,e,i),t.elementType=eh,t.lanes=o,t;case th:return t=Bt(19,n,e,i),t.elementType=th,t.lanes=o,t;case hw:return hu(n,i,o,e);default:if(typeof t=="object"&&t!==null)switch(t.$$typeof){case fw:s=10;break e;case pw:s=9;break e;case Gh:s=11;break e;case Zh:s=14;break e;case br:s=16,r=null;break e}throw Error(R(130,t==null?t:typeof t,""))}return e=Bt(s,n,e,i),e.elementType=t,e.type=r,e.lanes=o,e}function gi(t,e,n,r){return t=Bt(7,t,r,e),t.lanes=n,t}function hu(t,e,n,r){return t=Bt(22,t,r,e),t.elementType=hw,t.lanes=n,t.stateNode={isHidden:!1},t}function Yp(t,e,n){return t=Bt(6,t,null,e),t.lanes=n,t}function Xp(t,e,n){return e=Bt(4,t.children!==null?t.children:[],t.key,e),e.lanes=n,e.stateNode={containerInfo:t.containerInfo,pendingChildren:null,implementation:t.implementation},e}function cR(t,e,n,r,i){this.tag=e,this.containerInfo=t,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Lp(0),this.expirationTimes=Lp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Lp(0),this.identifierPrefix=r,this.onRecoverableError=i,this.mutableSourceEagerHydrationData=null}function Ig(t,e,n,r,i,o,s,a,l){return t=new cR(t,e,n,a,l),e===1?(e=1,o===!0&&(e|=8)):e=0,o=Bt(3,null,null,e),t.current=o,o.stateNode=t,o.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},pg(o),t}function uR(t,e,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:vo,key:r==null?null:""+r,children:t,containerInfo:e,implementation:n}}function oS(t){if(!t)return Dr;t=t._reactInternals;e:{if(Si(t)!==t||t.tag!==1)throw Error(R(170));var e=t;do{switch(e.tag){case 3:e=e.stateNode.context;break e;case 1:if(yt(e.type)){e=e.stateNode.__reactInternalMemoizedMergedChildContext;break e}}e=e.return}while(e!==null);throw Error(R(171))}if(t.tag===1){var n=t.type;if(yt(n))return ox(t,n,e)}return e}function sS(t,e,n,r,i,o,s,a,l){return t=Ig(n,r,!0,t,i,o,s,a,l),t.context=oS(null),n=t.current,r=at(),i=Mr(n),o=Hn(r,i),o.callback=e??null,Or(n,o,i),t.current.lanes=i,Ra(t,i,r),_t(t,r),t}function gu(t,e,n,r){var i=e.current,o=at(),s=Mr(i);return n=oS(n),e.context===null?e.context=n:e.pendingContext=n,e=Hn(o,s),e.payload={element:t},r=r===void 0?null:r,r!==null&&(e.callback=r),t=Or(i,e,s),t!==null&&(rn(t,i,s,o),Ac(t,i,s)),s}function ru(t){return t=t.current,t.child?(t.child.tag===5,t.child.stateNode):null}function cw(t,e){if(t=t.memoizedState,t!==null&&t.dehydrated!==null){var n=t.retryLane;t.retryLane=n!==0&&n<e?n:e}}function Pg(t,e){cw(t,e),(t=t.alternate)&&cw(t,e)}function dR(){return null}var aS=typeof reportError=="function"?reportError:function(t){console.error(t)};function Ng(t){this._internalRoot=t}mu.prototype.render=Ng.prototype.render=function(t){var e=this._internalRoot;if(e===null)throw Error(R(409));gu(t,e,null,null)};mu.prototype.unmount=Ng.prototype.unmount=function(){var t=this._internalRoot;if(t!==null){this._internalRoot=null;var e=t.containerInfo;wi(function(){gu(null,t,null,null)}),e[Un]=null}};function mu(t){this._internalRoot=t}mu.prototype.unstable_scheduleHydration=function(t){if(t){var e=Dw();t={blockedOn:null,target:t,priority:e};for(var n=0;n<Cr.length&&e!==0&&e<Cr[n].priority;n++);Cr.splice(n,0,t),n===0&&Bw(t)}};function Og(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)}function vu(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11&&(t.nodeType!==8||t.nodeValue!==" react-mount-point-unstable "))}function uw(){}function fR(t,e,n,r,i){if(i){if(typeof r=="function"){var o=r;r=function(){var c=ru(s);o.call(c)}}var s=sS(e,r,t,0,null,!1,!1,"",uw);return t._reactRootContainer=s,t[Un]=s.current,wa(t.nodeType===8?t.parentNode:t),wi(),s}for(;i=t.lastChild;)t.removeChild(i);if(typeof r=="function"){var a=r;r=function(){var c=ru(l);a.call(c)}}var l=Ig(t,0,!1,null,null,!1,!1,"",uw);return t._reactRootContainer=l,t[Un]=l.current,wa(t.nodeType===8?t.parentNode:t),wi(function(){gu(e,l,n,r)}),l}function yu(t,e,n,r,i){var o=n._reactRootContainer;if(o){var s=o;if(typeof i=="function"){var a=i;i=function(){var l=ru(s);a.call(l)}}gu(e,s,t,i)}else s=fR(n,e,t,i,r);return ru(s)}Fw=function(t){switch(t.tag){case 3:var e=t.stateNode;if(e.current.memoizedState.isDehydrated){var n=ta(e.pendingLanes);n!==0&&(Qh(e,n|1),_t(e,Ne()),(se&6)===0&&(zo=Ne()+500,zr()))}break;case 13:wi(function(){var r=Wn(t,1);if(r!==null){var i=at();rn(r,t,1,i)}}),Pg(t,1)}};Jh=function(t){if(t.tag===13){var e=Wn(t,134217728);if(e!==null){var n=at();rn(e,t,134217728,n)}Pg(t,134217728)}};$w=function(t){if(t.tag===13){var e=Mr(t),n=Wn(t,e);if(n!==null){var r=at();rn(n,t,e,r)}Pg(t,e)}};Dw=function(){return ue};Vw=function(t,e){var n=ue;try{return ue=t,e()}finally{ue=n}};dh=function(t,e,n){switch(e){case"input":if(ih(t,n),e=n.name,n.type==="radio"&&e!=null){for(n=t;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+e)+'][type="radio"]'),e=0;e<n.length;e++){var r=n[e];if(r!==t&&r.form===t.form){var i=lu(r);if(!i)throw Error(R(90));mw(r),ih(r,i)}}}break;case"textarea":yw(t,n);break;case"select":e=n.value,e!=null&&Ro(t,!!n.multiple,e,!1)}};Cw=Eg;Ew=wi;var pR={usingClientEntryPoint:!1,Events:[Pa,So,lu,bw,kw,Eg]},Xs={findFiberByHostInstance:di,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},hR={bundleType:Xs.bundleType,version:Xs.version,rendererPackageName:Xs.rendererPackageName,rendererConfig:Xs.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Kn.ReactCurrentDispatcher,findHostInstanceByFiber:function(t){return t=Rw(t),t===null?null:t.stateNode},findFiberByHostInstance:Xs.findFiberByHostInstance||dR,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&(Qs=__REACT_DEVTOOLS_GLOBAL_HOOK__,!Qs.isDisabled&&Qs.supportsFiber))try{iu=Qs.inject(hR),Sn=Qs}catch{}var Qs;Nt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=pR;Nt.createPortal=function(t,e){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Og(e))throw Error(R(200));return uR(t,e,null,n)};Nt.createRoot=function(t,e){if(!Og(t))throw Error(R(299));var n=!1,r="",i=aS;return e!=null&&(e.unstable_strictMode===!0&&(n=!0),e.identifierPrefix!==void 0&&(r=e.identifierPrefix),e.onRecoverableError!==void 0&&(i=e.onRecoverableError)),e=Ig(t,1,!1,null,null,n,!1,r,i),t[Un]=e.current,wa(t.nodeType===8?t.parentNode:t),new Ng(e)};Nt.findDOMNode=function(t){if(t==null)return null;if(t.nodeType===1)return t;var e=t._reactInternals;if(e===void 0)throw typeof t.render=="function"?Error(R(188)):(t=Object.keys(t).join(","),Error(R(268,t)));return t=Rw(e),t=t===null?null:t.stateNode,t};Nt.flushSync=function(t){return wi(t)};Nt.hydrate=function(t,e,n){if(!vu(e))throw Error(R(200));return yu(null,t,e,!0,n)};Nt.hydrateRoot=function(t,e,n){if(!Og(t))throw Error(R(405));var r=n!=null&&n.hydratedSources||null,i=!1,o="",s=aS;if(n!=null&&(n.unstable_strictMode===!0&&(i=!0),n.identifierPrefix!==void 0&&(o=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),e=sS(e,null,t,1,n??null,i,!1,o,s),t[Un]=e.current,wa(t),r)for(t=0;t<r.length;t++)n=r[t],i=n._getVersion,i=i(n._source),e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[n,i]:e.mutableSourceEagerHydrationData.push(n,i);return new mu(e)};Nt.render=function(t,e,n){if(!vu(e))throw Error(R(200));return yu(null,t,e,!1,n)};Nt.unmountComponentAtNode=function(t){if(!vu(t))throw Error(R(40));return t._reactRootContainer?(wi(function(){yu(null,null,t,!1,function(){t._reactRootContainer=null,t[Un]=null})}),!0):!1};Nt.unstable_batchedUpdates=Eg;Nt.unstable_renderSubtreeIntoContainer=function(t,e,n,r){if(!vu(n))throw Error(R(200));if(t==null||t._reactInternals===void 0)throw Error(R(38));return yu(t,e,n,!1,r)};Nt.version="18.3.1-next-f1338f8080-20240426"});var _u=Tn((EO,uS)=>{"use strict";function cS(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(cS)}catch(t){console.error(t)}}cS(),uS.exports=lS()});var yS=Tn($g=>{"use strict";var vS=_u();$g.createRoot=vS.createRoot,$g.hydrateRoot=vS.hydrateRoot;var GO});var ed="2.1.0-canary.8";var lr="2.0";function is(t){let e=t.split(".");return{major:parseInt(e[0]||"0",10),minor:parseInt(e[1]||"0",10)}}function W2(t){let e=[],n=[];if(!t||typeof t!="object")return{valid:!1,errors:["Config must be an object"],warnings:e};let r=t;if(r.tiles||n.push("Config missing required field: tiles"),r.actions||n.push("Config missing required field: actions"),r.fetchedAt||n.push("Config missing required field: fetchedAt"),n.length>0)return{valid:!1,errors:n,warnings:e};let i=r.schemaVersion||"1.0",o=is(i),s=is(lr);return o.major>s.major&&e.push(`Config schema v${i} is newer than SDK v${lr}. Some features may not work. Update SDK to latest version.`),o.major<s.major||!r.schemaVersion?(e.push(`Config schema v${i} is older than SDK v${lr}. Migrating config to current version.`),{valid:!0,warnings:e,errors:n,migratedConfig:Pk(r,i)}):{valid:!0,warnings:e,errors:n}}function Pk(t,e){let n={...t};return is(e).major===1&&(n=Nk(n)),n.schemaVersion=lr,n}function Nk(t){let e={schemaVersion:"2.0",tiles:[],actions:t.actions||[],fetchedAt:t.fetchedAt||new Date().toISOString()};return t.tiles&&Array.isArray(t.tiles)&&(e.tiles=t.tiles.map(n=>{let r={...n};if(n.experiment&&!n.activation){let i=n.experiment;i.featureKey&&(r.activation={strategy:{type:"external",provider:"growthbook",featureKey:i.featureKey,fallback:!1}}),delete r.experiment}return r})),t.configVersion&&(e.configVersion=t.configVersion),t.canvasTitle&&(e.canvasTitle=t.canvasTitle),t.theme&&(e.theme=t.theme),t.launcher&&(e.launcher=t.launcher),t.routes&&(e.routes=t.routes),e}function q2(t){if(!t||typeof t!="object")return!1;let e=t,n=e.schemaVersion||"1.0",r=is(n),i=is(lr);return r.major<i.major||!e.schemaVersion}var E=typeof window<"u"?window:void 0,Ue=typeof globalThis<"u"?globalThis:E;typeof self>"u"&&(Ue.self=Ue),typeof File>"u"&&(Ue.File=function(){});var Lv=Array.prototype,Vm=Lv.forEach,Bm=Lv.indexOf,kt=Ue?.navigator,O=Ue?.document,dt=Ue?.location,md=Ue?.fetch,vd=Ue!=null&&Ue.XMLHttpRequest&&"withCredentials"in new Ue.XMLHttpRequest?Ue.XMLHttpRequest:void 0,zm=Ue?.AbortController,ut=kt?.userAgent,G=E??{},In={DEBUG:!1,LIB_VERSION:"1.302.2"};function Hm(t,e,n,r,i,o,s){try{var a=t[o](s),l=a.value}catch(c){return void n(c)}a.done?e(l):Promise.resolve(l).then(r,i)}function jm(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function s(l){Hm(o,r,i,s,a,"next",l)}function a(l){Hm(o,r,i,s,a,"throw",l)}s(void 0)}))}}function $(){return $=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)({}).hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},$.apply(null,arguments)}function Mv(t,e){if(t==null)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.indexOf(r)!==-1)continue;n[r]=t[r]}return n}var Ok=["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"],Um=function(t,e){if(e===void 0&&(e=[]),!t)return!1;var n=t.toLowerCase();return Ok.concat(e).some((r=>{var i=r.toLowerCase();return n.indexOf(i)!==-1}))},Lk=["$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 te(t,e){return t.indexOf(e)!==-1}var Al=function(t){return t.trim()},yd=function(t){return t.replace(/^\$/,"")},Mk=Array.isArray,Fv=Object.prototype,$v=Fv.hasOwnProperty,Tl=Fv.toString,fe=Mk||function(t){return Tl.call(t)==="[object Array]"},hr=t=>typeof t=="function",Ve=t=>t===Object(t)&&!fe(t),Zi=t=>{if(Ve(t)){for(var e in t)if($v.call(t,e))return!1;return!0}return!1},N=t=>t===void 0,Me=t=>Tl.call(t)=="[object String]",_d=t=>Me(t)&&t.trim().length===0,Ln=t=>t===null,de=t=>N(t)||Ln(t),gn=t=>Tl.call(t)=="[object Number]",gr=t=>Tl.call(t)==="[object Boolean]",Fk=t=>t instanceof FormData,$k=t=>te(Lk,t);function wd(t){return t===null||typeof t!="object"}function sl(t,e){return Object.prototype.toString.call(t)==="[object "+e+"]"}function Dv(t){return!N(Event)&&(function(e,n){try{return e instanceof n}catch{return!1}})(t,Event)}var Dk=[!0,"true",1,"1","yes"],td=t=>te(Dk,t),Vk=[!1,"false",0,"0","no"];function fn(t,e,n,r,i){return e>n&&(r.warn("min cannot be greater than max."),e=n),gn(t)?t>n?(r.warn(" cannot be greater than max: "+n+". Using max value instead."),n):t<e?(r.warn(" cannot be less than min: "+e+". Using min value instead."),e):t:(r.warn(" must be a number. using max or fallback. max: "+n+", fallback: "+i),fn(i||n,e,n,r))}var xd=class{constructor(e){this.t={},this.i=e.i,this.o=fn(e.bucketSize,0,100,e.h),this.m=fn(e.refillRate,0,this.o,e.h),this.S=fn(e.refillInterval,0,864e5,e.h)}$(e,n){var r=n-e.lastAccess,i=Math.floor(r/this.S);if(i>0){var o=i*this.m;e.tokens=Math.min(e.tokens+o,this.o),e.lastAccess=e.lastAccess+i*this.S}}consumeRateLimit(e){var n,r=Date.now(),i=String(e),o=this.t[i];return o?this.$(o,r):(o={tokens:this.o,lastAccess:r},this.t[i]=o),o.tokens===0||(o.tokens--,o.tokens===0&&((n=this.i)==null||n.call(this,e)),o.tokens===0)}stop(){this.t={}}},Ya,Wm,nd,Bk=t=>t instanceof Error;function zk(t){var e=globalThis._posthogChunkIds;if(e){var n=Object.keys(e);return nd&&n.length===Wm||(Wm=n.length,nd=n.reduce(((r,i)=>{Ya||(Ya={});var o=Ya[i];if(o)r[o[0]]=o[1];else for(var s=t(i),a=s.length-1;a>=0;a--){var l=s[a],c=l?.filename,u=e[i];if(c&&u){r[c]=u,Ya[i]=[c,u];break}}return r}),{})),nd}}var Sd=class{constructor(e,n,r){r===void 0&&(r=[]),this.coercers=e,this.stackParser=n,this.modifiers=r}buildFromUnknown(e,n){n===void 0&&(n={});var r=n&&n.mechanism||{handled:!0,type:"generic"},i=this.buildCoercingContext(r,n,0).apply(e),o=this.buildParsingContext(),s=this.parseStacktrace(i,o);return{$exception_list:this.convertToExceptionList(s,r),$exception_level:"error"}}modifyFrames(e){var n=this;return jm((function*(){for(var r of e)r.stacktrace&&r.stacktrace.frames&&fe(r.stacktrace.frames)&&(r.stacktrace.frames=yield n.applyModifiers(r.stacktrace.frames));return e}))()}coerceFallback(e){var n;return{type:"Error",value:"Unknown error",stack:(n=e.syntheticException)==null?void 0:n.stack,synthetic:!0}}parseStacktrace(e,n){var r,i;return e.cause!=null&&(r=this.parseStacktrace(e.cause,n)),e.stack!=""&&e.stack!=null&&(i=this.applyChunkIds(this.stackParser(e.stack,e.synthetic?1:0),n.chunkIdMap)),$({},e,{cause:r,stack:i})}applyChunkIds(e,n){return e.map((r=>(r.filename&&n&&(r.chunk_id=n[r.filename]),r)))}applyCoercers(e,n){for(var r of this.coercers)if(r.match(e))return r.coerce(e,n);return this.coerceFallback(n)}applyModifiers(e){var n=this;return jm((function*(){var r=e;for(var i of n.modifiers)r=yield i(r);return r}))()}convertToExceptionList(e,n){var r,i,o,s={type:e.type,value:e.value,mechanism:{type:(r=n.type)!==null&&r!==void 0?r:"generic",handled:(i=n.handled)===null||i===void 0||i,synthetic:(o=e.synthetic)!==null&&o!==void 0&&o}};e.stack&&(s.stacktrace={type:"raw",frames:e.stack});var a=[s];return e.cause!=null&&a.push(...this.convertToExceptionList(e.cause,$({},n,{handled:!0}))),a}buildParsingContext(){return{chunkIdMap:zk(this.stackParser)}}buildCoercingContext(e,n,r){r===void 0&&(r=0);var i=(o,s)=>{if(s<=4){var a=this.buildCoercingContext(e,n,s);return this.applyCoercers(o,a)}};return $({},n,{syntheticException:r==0?n.syntheticException:void 0,mechanism:e,apply:o=>i(o,r),next:o=>i(o,r+1)})}},Ji="?";function bd(t,e,n,r,i){var o={platform:t,filename:e,function:n==="<anonymous>"?Ji:n,in_app:!0};return N(r)||(o.lineno=r),N(i)||(o.colno=i),o}var Vv=(t,e)=>{var n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:Ji,n?"safari-extension:"+e:"safari-web-extension:"+e]:[t,e]},Hk=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,jk=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Uk=/\((\S*)(?::(\d+))(?::(\d+))\)/,Wk=(t,e)=>{var n=Hk.exec(t);if(n){var[,r,i,o]=n;return bd(e,r,Ji,+i,+o)}var s=jk.exec(t);if(s){if(s[2]&&s[2].indexOf("eval")===0){var a=Uk.exec(s[2]);a&&(s[2]=a[1],s[3]=a[2],s[4]=a[3])}var[l,c]=Vv(s[1]||Ji,s[2]);return bd(e,c,l,s[3]?+s[3]:void 0,s[4]?+s[4]:void 0)}},qk=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Kk=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Gk=(t,e)=>{var n=qk.exec(t);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var r=Kk.exec(n[3]);r&&(n[1]=n[1]||"eval",n[3]=r[1],n[4]=r[2],n[5]="")}var i=n[3],o=n[1]||Ji;return[o,i]=Vv(o,i),bd(e,i,o,n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}},qm=/\(error: (.*)\)/,Km=50;function Zk(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return function(i,o){o===void 0&&(o=0);for(var s=[],a=i.split(`
9
+ `),l=o;l<a.length;l++){var c=a[l];if(!(c.length>1024)){var u=qm.test(c)?c.replace(qm,"$1"):c;if(!u.match(/\S*Error: /)){for(var f of n){var h=f(u,t);if(h){s.push(h);break}}if(s.length>=Km)break}}}return(function(g){if(!g.length)return[];var v=Array.from(g);return v.reverse(),v.slice(0,Km).map((_=>{return $({},_,{filename:_.filename||(x=v,x[x.length-1]||{}).filename,function:_.function||Ji});var x}))})(s)}}var kd=class{match(e){return this.isDOMException(e)||this.isDOMError(e)}coerce(e,n){var r=Me(e.stack);return{type:this.getType(e),value:this.getValue(e),stack:r?e.stack:void 0,cause:e.cause?n.next(e.cause):void 0,synthetic:!1}}getType(e){return this.isDOMError(e)?"DOMError":"DOMException"}getValue(e){var n=e.name||(this.isDOMError(e)?"DOMError":"DOMException");return e.message?n+": "+e.message:n}isDOMException(e){return sl(e,"DOMException")}isDOMError(e){return sl(e,"DOMError")}},Cd=class{match(e){return(n=>n instanceof Error)(e)}coerce(e,n){return{type:this.getType(e),value:this.getMessage(e,n),stack:this.getStack(e),cause:e.cause?n.next(e.cause):void 0,synthetic:!1}}getType(e){return e.name||e.constructor.name}getMessage(e,n){var r=e.message;return r.error&&typeof r.error.message=="string"?String(r.error.message):String(r)}getStack(e){return e.stacktrace||e.stack||void 0}},Ed=class{constructor(){}match(e){return sl(e,"ErrorEvent")&&e.error!=null}coerce(e,n){var r,i=n.apply(e.error);return i||{type:"ErrorEvent",value:e.message,stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},Yk=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,Ad=class{match(e){return typeof e=="string"}coerce(e,n){var r,[i,o]=this.getInfos(e);return{type:i??"Error",value:o??e,stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}getInfos(e){var n="Error",r=e,i=e.match(Yk);return i&&(n=i[1],r=i[2]),[n,r]}},Xk=["fatal","error","warning","log","info","debug"];function Bv(t,e){e===void 0&&(e=40);var n=Object.keys(t);if(n.sort(),!n.length)return"[object has no keys]";for(var r=n.length;r>0;r--){var i=n.slice(0,r).join(", ");if(!(i.length>e))return r===n.length||i.length<=e?i:i.slice(0,e)+"..."}return""}var Td=class{match(e){return typeof e=="object"&&e!==null}coerce(e,n){var r,i=this.getErrorPropertyFromObject(e);return i?n.apply(i):{type:this.getType(e),value:this.getValue(e),stack:(r=n.syntheticException)==null?void 0:r.stack,level:this.isSeverityLevel(e.level)?e.level:"error",synthetic:!0}}getType(e){return Dv(e)?e.constructor.name:"Error"}getValue(e){if("name"in e&&typeof e.name=="string"){var n="'"+e.name+"' captured as exception";return"message"in e&&typeof e.message=="string"&&(n+=" with message: '"+e.message+"'"),n}if("message"in e&&typeof e.message=="string")return e.message;var r=this.getObjectClassName(e);return(r&&r!=="Object"?"'"+r+"'":"Object")+" captured as exception with keys: "+Bv(e)}isSeverityLevel(e){return Me(e)&&!_d(e)&&Xk.indexOf(e)>=0}getErrorPropertyFromObject(e){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=e[n];if(Bk(r))return r}}getObjectClassName(e){try{var n=Object.getPrototypeOf(e);return n?n.constructor.name:void 0}catch{return}}},Rd=class{match(e){return Dv(e)}coerce(e,n){var r,i=e.constructor.name;return{type:i,value:i+" captured as exception with keys: "+Bv(e),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},Id=class{match(e){return wd(e)}coerce(e,n){var r;return{type:"Error",value:"Primitive value captured as exception: "+String(e),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},Pd=class{match(e){return sl(e,"PromiseRejectionEvent")}coerce(e,n){var r,i=this.getUnhandledRejectionReason(e);return wd(i)?{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(i),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}:n.apply(i)}getUnhandledRejectionReason(e){if(wd(e))return e;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch{}return e}},zv=function(t,e){var{debugEnabled:n}=e===void 0?{}:e,r={k:function(i){if(E&&(In.DEBUG||G.POSTHOG_DEBUG||n)&&!N(E.console)&&E.console){for(var o=("__rrweb_original__"in E.console[i])?E.console[i].__rrweb_original__:E.console[i],s=arguments.length,a=new Array(s>1?s-1:0),l=1;l<s;l++)a[l-1]=arguments[l];o(t,...a)}},info:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];r.k("log",...o)},warn:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];r.k("warn",...o)},error:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];r.k("error",...o)},critical:function(){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];console.error(t,...o)},uninitializedWarning:i=>{r.error("You must initialize PostHog before calling "+i)},createLogger:(i,o)=>zv(t+" "+i,o)};return r},L=zv("[PostHog.js]"),Fe=L.createLogger,Qk=Fe("[ExternalScriptsLoader]"),Gm=(t,e,n)=>{if(t.config.disable_external_dependency_loading)return Qk.warn(e+" was requested but loading of external scripts is disabled."),n("Loading of external scripts is disabled");var r=O?.querySelectorAll("script");if(r){for(var i,o=function(){if(r[s].src===e){var l=r[s];return l.__posthog_loading_callback_fired?{v:n()}:(l.addEventListener("load",(c=>{l.__posthog_loading_callback_fired=!0,n(void 0,c)})),l.onerror=c=>n(c),{v:void 0})}},s=0;s<r.length;s++)if(i=o())return i.v}var a=()=>{if(!O)return n("document not found");var l=O.createElement("script");if(l.type="text/javascript",l.crossOrigin="anonymous",l.src=e,l.onload=f=>{l.__posthog_loading_callback_fired=!0,n(void 0,f)},l.onerror=f=>n(f),t.config.prepare_external_dependency_script&&(l=t.config.prepare_external_dependency_script(l)),!l)return n("prepare_external_dependency_script returned null");var c,u=O.querySelectorAll("body > script");u.length>0?(c=u[0].parentNode)==null||c.insertBefore(l,u[0]):O.body.appendChild(l)};O!=null&&O.body?a():O?.addEventListener("DOMContentLoaded",a)};G.__PosthogExtensions__=G.__PosthogExtensions__||{},G.__PosthogExtensions__.loadExternalDependency=(t,e,n)=>{var r="/static/"+e+".js?v="+t.version;if(e==="remote-config"&&(r="/array/"+t.config.token+"/config.js"),e==="toolbar"){var i=3e5;r=r+"&t="+Math.floor(Date.now()/i)*i}var o=t.requestRouter.endpointFor("assets",r);Gm(t,o,n)},G.__PosthogExtensions__.loadSiteApp=(t,e,n)=>{var r=t.requestRouter.endpointFor("api",e);Gm(t,r,n)};var al={};function mr(t,e,n){if(fe(t)){if(Vm&&t.forEach===Vm)t.forEach(e,n);else if("length"in t&&t.length===+t.length){for(var r=0,i=t.length;r<i;r++)if(r in t&&e.call(n,t[r],r)===al)return}}}function pe(t,e,n){if(!de(t)){if(fe(t))return mr(t,e,n);if(Fk(t)){for(var r of t.entries())if(e.call(n,r[1],r[0])===al)return}else for(var i in t)if($v.call(t,i)&&e.call(n,t[i],i)===al)return}}var Pe=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return mr(n,(function(i){for(var o in i)i[o]!==void 0&&(t[o]=i[o])})),t},no=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return mr(n,(function(i){mr(i,(function(o){t.push(o)}))})),t};function rl(t){for(var e=Object.keys(t),n=e.length,r=new Array(n);n--;)r[n]=[e[n],t[e[n]]];return r}var Zm=function(t){try{return t()}catch{return}},Jk=function(t){return function(){try{for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.apply(this,n)}catch(i){L.critical("Implementation error. Please turn on debug mode and open a ticket on https://app.posthog.com/home#panel=support%3Asupport%3A."),L.critical(i)}}},Af=function(t){var e={};return pe(t,(function(n,r){(Me(n)&&n.length>0||gn(n))&&(e[r]=n)})),e};function e1(t,e){return n=t,r=o=>Me(o)&&!Ln(e)?o.slice(0,e):o,i=new Set,(function o(s,a){return s!==Object(s)?r?r(s,a):s:i.has(s)?void 0:(i.add(s),fe(s)?(l=[],mr(s,(c=>{l.push(o(c))}))):(l={},pe(s,((c,u)=>{i.has(c)||(l[u]=o(c,u))}))),l);var l})(n);var n,r,i}var t1=["herokuapp.com","vercel.app","netlify.app"];function n1(t){var e=t?.hostname;if(!Me(e))return!1;var n=e.split(".").slice(-2).join(".");for(var r of t1)if(n===r)return!1;return!0}function Hv(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return t[n]}function Oe(t,e,n,r){var{capture:i=!1,passive:o=!0}=r??{};t?.addEventListener(e,n,{capture:i,passive:o})}var jv="$people_distinct_id",hs="__alias",gs="__timers",Ym="$autocapture_disabled_server_side",Nd="$heatmaps_enabled_server_side",Xm="$exception_capture_enabled_server_side",Od="$error_tracking_suppression_rules",Qm="$error_tracking_capture_extension_exceptions",Jm="$web_vitals_enabled_server_side",Uv="$dead_clicks_enabled_server_side",ev="$web_vitals_allowed_metrics",rd="$session_recording_remote_config",ll="$sesid",Wv="$session_is_sampled",Yi="$enabled_feature_flags",ms="$early_access_features",Ld="$feature_flag_details",vs="$stored_person_properties",ri="$stored_group_properties",Md="$surveys",Xa="$surveys_activated",cl="$flag_call_reported",Pn="$user_state",Fd="$client_session_props",$d="$capture_rate_limit",Dd="$initial_campaign_params",Vd="$initial_referrer_info",ul="$initial_person_info",dl="$epp",qv="__POSTHOG_TOOLBAR__",os="$posthog_cookieless",r1=[jv,hs,"__cmpns",gs,"$session_recording_enabled_server_side",Nd,ll,Yi,Od,Pn,ms,Ld,ri,vs,Md,cl,Fd,$d,Dd,Vd,dl,ul];function tv(t){return t instanceof Element&&(t.id===qv||!(t.closest==null||!t.closest(".toolbar-global-fade-container")))}function Rl(t){return!!t&&t.nodeType===1}function vr(t,e){return!!t&&!!t.tagName&&t.tagName.toLowerCase()===e.toLowerCase()}function Kv(t){return!!t&&t.nodeType===3}function Gv(t){return!!t&&t.nodeType===11}function Tf(t){return t?Al(t).split(/\s+/):[]}function nv(t){var e=E?.location.href;return!!(e&&t&&t.some((n=>e.match(n))))}function fl(t){var e="";switch(typeof t.className){case"string":e=t.className;break;case"object":e=(t.className&&"baseVal"in t.className?t.className.baseVal:null)||t.getAttribute("class")||"";break;default:e=""}return Tf(e)}function Zv(t){return de(t)?null:Al(t).split(/(\s+)/).filter((e=>ks(e))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function Is(t){var e="";return Bd(t)&&!ey(t)&&t.childNodes&&t.childNodes.length&&pe(t.childNodes,(function(n){var r;Kv(n)&&n.textContent&&(e+=(r=Zv(n.textContent))!==null&&r!==void 0?r:"")})),Al(e)}function Yv(t){return N(t.target)?t.srcElement||null:(e=t.target)!=null&&e.shadowRoot?t.composedPath()[0]||null:t.target||null;var e}var Rf=["a","button","form","input","select","textarea","label"];function Xv(t,e){if(N(e))return!0;var n,r=function(o){if(e.some((s=>o.matches(s))))return{v:!0}};for(var i of t)if(n=r(i))return n.v;return!1}function Qv(t){var e=t.parentNode;return!(!e||!Rl(e))&&e}var i1=["next","previous","prev",">","<"],rv=10,iv=[".ph-no-rageclick",".ph-no-capture"];function o1(t,e){if(!E||If(t))return!1;var n,r,i;if(gr(e)?(n=!!e&&iv,r=void 0):(n=(i=e?.css_selector_ignorelist)!==null&&i!==void 0?i:iv,r=e?.content_ignorelist),n===!1)return!1;var{targetElementList:o}=Jv(t,!1);return!(function(s,a){if(s===!1||N(s))return!1;var l;if(s===!0)l=i1;else{if(!fe(s))return!1;if(s.length>rv)return L.error("[PostHog] content_ignorelist array cannot exceed "+rv+" items. Use css_selector_ignorelist for more complex matching."),!1;l=s.map((c=>c.toLowerCase()))}return a.some((c=>{var{safeText:u,ariaLabel:f}=c;return l.some((h=>u.includes(h)||f.includes(h)))}))})(r,o.map((s=>{var a;return{safeText:Is(s).toLowerCase(),ariaLabel:((a=s.getAttribute("aria-label"))==null?void 0:a.toLowerCase().trim())||""}})))&&!Xv(o,n)}var If=t=>!t||vr(t,"html")||!Rl(t),Jv=(t,e)=>{if(!E||If(t))return{parentIsUsefulElement:!1,targetElementList:[]};for(var n=!1,r=[t],i=t;i.parentNode&&!vr(i,"body");)if(Gv(i.parentNode))r.push(i.parentNode.host),i=i.parentNode.host;else{var o=Qv(i);if(!o)break;if(e||Rf.indexOf(o.tagName.toLowerCase())>-1)n=!0;else{var s=E.getComputedStyle(o);s&&s.getPropertyValue("cursor")==="pointer"&&(n=!0)}r.push(o),i=o}return{parentIsUsefulElement:n,targetElementList:r}};function s1(t,e,n,r,i){var o,s,a,l;if(n===void 0&&(n=void 0),!E||If(t)||(o=n)!=null&&o.url_allowlist&&!nv(n.url_allowlist)||(s=n)!=null&&s.url_ignorelist&&nv(n.url_ignorelist))return!1;if((a=n)!=null&&a.dom_event_allowlist){var c=n.dom_event_allowlist;if(c&&!c.some((v=>e.type===v)))return!1}var{parentIsUsefulElement:u,targetElementList:f}=Jv(t,r);if(!(function(v,_){var x=_?.element_allowlist;if(N(x))return!0;var d,p=function(y){if(x.some((w=>y.tagName.toLowerCase()===w)))return{v:!0}};for(var m of v)if(d=p(m))return d.v;return!1})(f,n)||!Xv(f,(l=n)==null?void 0:l.css_selector_allowlist))return!1;var h=E.getComputedStyle(t);if(h&&h.getPropertyValue("cursor")==="pointer"&&e.type==="click")return!0;var g=t.tagName.toLowerCase();switch(g){case"html":return!1;case"form":return(i||["submit"]).indexOf(e.type)>=0;case"input":case"select":case"textarea":return(i||["change","click"]).indexOf(e.type)>=0;default:return u?(i||["click"]).indexOf(e.type)>=0:(i||["click"]).indexOf(e.type)>=0&&(Rf.indexOf(g)>-1||t.getAttribute("contenteditable")==="true")}}function Bd(t){for(var e=t;e.parentNode&&!vr(e,"body");e=e.parentNode){var n=fl(e);if(te(n,"ph-sensitive")||te(n,"ph-no-capture"))return!1}if(te(fl(t),"ph-include"))return!0;var r=t.type||"";if(Me(r))switch(r.toLowerCase()){case"hidden":case"password":return!1}var i=t.name||t.id||"";return!(Me(i)&&/^cc|cardnum|ccnum|creditcard|csc|cvc|cvv|exp|pass|pwd|routing|seccode|securitycode|securitynum|socialsec|socsec|ssn/i.test(i.replace(/[^a-zA-Z0-9]/g,"")))}function ey(t){return!!(vr(t,"input")&&!["button","checkbox","submit","reset"].includes(t.type)||vr(t,"select")||vr(t,"textarea")||t.getAttribute("contenteditable")==="true")}var ty="(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})",a1=new RegExp("^(?:"+ty+")$"),l1=new RegExp(ty),ny="\\d{3}-?\\d{2}-?\\d{4}",c1=new RegExp("^("+ny+")$"),u1=new RegExp("("+ny+")");function ks(t,e){return e===void 0&&(e=!0),!(de(t)||Me(t)&&(t=Al(t),(e?a1:l1).test((t||"").replace(/[- ]/g,""))||(e?c1:u1).test(t)))}function ry(t){var e=Is(t);return ks(e=(e+" "+iy(t)).trim())?e:""}function iy(t){var e="";return t&&t.childNodes&&t.childNodes.length&&pe(t.childNodes,(function(n){var r;if(n&&((r=n.tagName)==null?void 0:r.toLowerCase())==="span")try{var i=Is(n);e=(e+" "+i).trim(),n.childNodes&&n.childNodes.length&&(e=(e+" "+iy(n)).trim())}catch(o){L.error("[AutoCapture]",o)}})),e}function d1(t){return(function(e){var n=e.map((r=>{var i,o,s="";if(r.tag_name&&(s+=r.tag_name),r.attr_class)for(var a of(r.attr_class.sort(),r.attr_class))s+="."+a.replace(/"/g,"");var l=$({},r.text?{text:r.text}:{},{"nth-child":(i=r.nth_child)!==null&&i!==void 0?i:0,"nth-of-type":(o=r.nth_of_type)!==null&&o!==void 0?o:0},r.href?{href:r.href}:{},r.attr_id?{attr_id:r.attr_id}:{},r.attributes),c={};return rl(l).sort(((u,f)=>{var[h]=u,[g]=f;return h.localeCompare(g)})).forEach((u=>{var[f,h]=u;return c[ov(f.toString())]=ov(h.toString())})),s+=":",s+=rl(c).map((u=>{var[f,h]=u;return f+'="'+h+'"'})).join("")}));return n.join(";")})((function(e){return e.map((n=>{var r,i,o={text:(r=n.$el_text)==null?void 0:r.slice(0,400),tag_name:n.tag_name,href:(i=n.attr__href)==null?void 0:i.slice(0,2048),attr_class:f1(n),attr_id:n.attr__id,nth_child:n.nth_child,nth_of_type:n.nth_of_type,attributes:{}};return rl(n).filter((s=>{var[a]=s;return a.indexOf("attr__")===0})).forEach((s=>{var[a,l]=s;return o.attributes[a]=l})),o}))})(t))}function ov(t){return t.replace(/"|\\"/g,'\\"')}function f1(t){var e=t.attr__class;return e?fe(e)?e:Tf(e):void 0}var pl=class{constructor(e){this.disabled=e===!1;var n=Ve(e)?e:{};this.thresholdPx=n.threshold_px||30,this.timeoutMs=n.timeout_ms||1e3,this.clickCount=n.click_count||3,this.clicks=[]}isRageClick(e,n,r){if(this.disabled)return!1;var i=this.clicks[this.clicks.length-1];if(i&&Math.abs(e-i.x)+Math.abs(n-i.y)<this.thresholdPx&&r-i.timestamp<this.timeoutMs){if(this.clicks.push({x:e,y:n,timestamp:r}),this.clicks.length===this.clickCount)return!0}else this.clicks=[{x:e,y:n,timestamp:r}];return!1}},id="$copy_autocapture",On=(function(t){return t.GZipJS="gzip-js",t.Base64="base64",t})({});var hl=t=>{var e=O?.createElement("a");return N(e)?null:(e.href=t,e)},p1=function(t,e){var n,r;e===void 0&&(e="&");var i=[];return pe(t,(function(o,s){N(o)||N(s)||s==="undefined"||(n=encodeURIComponent((a=>a instanceof File)(o)?o.name:o.toString()),r=encodeURIComponent(s),i[i.length]=r+"="+n)})),i.join(e)},gl=function(t,e){for(var n,r=((t.split("#")[0]||"").split(/\?(.*)/)[1]||"").replace(/^\?+/g,"").split("&"),i=0;i<r.length;i++){var o=r[i].split("=");if(o[0]===e){n=o;break}}if(!fe(n)||n.length<2)return"";var s=n[1];try{s=decodeURIComponent(s)}catch{L.error("Skipping decoding for malformed query param: "+s)}return s.replace(/\+/g," ")},Ps=function(t,e,n){if(!t||!e||!e.length)return t;for(var r=t.split("#"),i=r[0]||"",o=r[1],s=i.split("?"),a=s[1],l=s[0],c=(a||"").split("&"),u=[],f=0;f<c.length;f++){var h=c[f].split("=");fe(h)&&(e.includes(h[0])?u.push(h[0]+"="+n):u.push(c[f]))}var g=l;return a!=null&&(g+="?"+u.join("&")),o!=null&&(g+="#"+o),g},ml=function(t,e){var n=t.match(new RegExp(e+"=([^&]*)"));return n?n[1]:null},sv=Fe("[AutoCapture]");function od(t,e){return e.length>t?e.slice(0,t)+"...":e}function h1(t){if(t.previousElementSibling)return t.previousElementSibling;var e=t;do e=e.previousSibling;while(e&&!Rl(e));return e}function g1(t,e,n,r){var i=t.tagName.toLowerCase(),o={tag_name:i};Rf.indexOf(i)>-1&&!n&&(i.toLowerCase()==="a"||i.toLowerCase()==="button"?o.$el_text=od(1024,ry(t)):o.$el_text=od(1024,Is(t)));var s=fl(t);s.length>0&&(o.classes=s.filter((function(u){return u!==""}))),pe(t.attributes,(function(u){var f;if((!ey(t)||["name","id","class","aria-label"].indexOf(u.name)!==-1)&&(r==null||!r.includes(u.name))&&!e&&ks(u.value)&&(f=u.name,!Me(f)||f.substring(0,10)!=="_ngcontent"&&f.substring(0,7)!=="_nghost")){var h=u.value;u.name==="class"&&(h=Tf(h).join(" ")),o["attr__"+u.name]=od(1024,h)}}));for(var a=1,l=1,c=t;c=h1(c);)a++,c.tagName===t.tagName&&l++;return o.nth_child=a,o.nth_of_type=l,o}function m1(t,e){for(var n,r,{e:i,maskAllElementAttributes:o,maskAllText:s,elementAttributeIgnoreList:a,elementsChainAsString:l}=e,c=[t],u=t;u.parentNode&&!vr(u,"body");)Gv(u.parentNode)?(c.push(u.parentNode.host),u=u.parentNode.host):(c.push(u.parentNode),u=u.parentNode);var f,h=[],g={},v=!1,_=!1;if(pe(c,(y=>{var w=Bd(y);y.tagName.toLowerCase()==="a"&&(v=y.getAttribute("href"),v=w&&v&&ks(v)&&v),te(fl(y),"ph-no-capture")&&(_=!0),h.push(g1(y,o,s,a));var b=(function(k){if(!Bd(k))return{};var C={};return pe(k.attributes,(function(I){if(I.name&&I.name.indexOf("data-ph-capture-attribute")===0){var A=I.name.replace("data-ph-capture-attribute-",""),H=I.value;A&&H&&ks(H)&&(C[A]=H)}})),C})(y);Pe(g,b)})),_)return{props:{},explicitNoCapture:_};if(s||(t.tagName.toLowerCase()==="a"||t.tagName.toLowerCase()==="button"?h[0].$el_text=ry(t):h[0].$el_text=Is(t)),v){var x,d;h[0].attr__href=v;var p=(x=hl(v))==null?void 0:x.host,m=E==null||(d=E.location)==null?void 0:d.host;p&&m&&p!==m&&(f=v)}return{props:Pe({$event_type:i.type,$ce_version:1},l?{}:{$elements:h},{$elements_chain:d1(h)},(n=h[0])!=null&&n.$el_text?{$el_text:(r=h[0])==null?void 0:r.$el_text}:{},f&&i.type==="click"?{$external_click_url:f}:{},g)}}var zd=class{constructor(e){this.P=!1,this.T=null,this.R=!1,this.instance=e,this.rageclicks=new pl(e.config.rageclick),this.I=null}get F(){var e,n,r=Ve(this.instance.config.autocapture)?this.instance.config.autocapture:{};return r.url_allowlist=(e=r.url_allowlist)==null?void 0:e.map((i=>new RegExp(i))),r.url_ignorelist=(n=r.url_ignorelist)==null?void 0:n.map((i=>new RegExp(i))),r}C(){if(this.isBrowserSupported()){if(E&&O){var e=r=>{r=r||E?.event;try{this.M(r)}catch(i){sv.error("Failed to capture event",i)}};if(Oe(O,"submit",e,{capture:!0}),Oe(O,"change",e,{capture:!0}),Oe(O,"click",e,{capture:!0}),this.F.capture_copied_text){var n=r=>{r=r||E?.event,this.M(r,id)};Oe(O,"copy",n,{capture:!0}),Oe(O,"cut",n,{capture:!0})}}}else sv.info("Disabling Automatic Event Collection because this browser is not supported")}startIfEnabled(){this.isEnabled&&!this.P&&(this.C(),this.P=!0)}onRemoteConfig(e){e.elementsChainAsString&&(this.R=e.elementsChainAsString),this.instance.persistence&&this.instance.persistence.register({[Ym]:!!e.autocapture_opt_out}),this.T=!!e.autocapture_opt_out,this.startIfEnabled()}setElementSelectors(e){this.I=e}getElementSelectors(e){var n,r=[];return(n=this.I)==null||n.forEach((i=>{var o=O?.querySelectorAll(i);o?.forEach((s=>{e===s&&r.push(i)}))})),r}get isEnabled(){var e,n,r=(e=this.instance.persistence)==null?void 0:e.props[Ym],i=this.T;if(Ln(i)&&!gr(r)&&!this.instance.O())return!1;var o=(n=this.T)!==null&&n!==void 0?n:!!r;return!!this.instance.config.autocapture&&!o}M(e,n){if(n===void 0&&(n="$autocapture"),this.isEnabled){var r,i=Yv(e);Kv(i)&&(i=i.parentNode||null),n==="$autocapture"&&e.type==="click"&&e instanceof MouseEvent&&this.instance.config.rageclick&&(r=this.rageclicks)!=null&&r.isRageClick(e.clientX,e.clientY,e.timeStamp||new Date().getTime())&&o1(i,this.instance.config.rageclick)&&this.M(e,"$rageclick");var o=n===id;if(i&&s1(i,e,this.F,o,o?["copy","cut"]:void 0)){var{props:s,explicitNoCapture:a}=m1(i,{e,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this.F.element_attribute_ignorelist,elementsChainAsString:this.R});if(a)return!1;var l=this.getElementSelectors(i);if(l&&l.length>0&&(s.$element_selectors=l),n===id){var c,u=Zv(E==null||(c=E.getSelection())==null?void 0:c.toString()),f=e.type||"clipboard";if(!u)return!1;s.$selected_content=u,s.$copy_type=f}return this.instance.capture(n,s),!0}}}isBrowserSupported(){return hr(O?.querySelectorAll)}};Math.trunc||(Math.trunc=function(t){return t<0?Math.ceil(t):Math.floor(t)}),Number.isInteger||(Number.isInteger=function(t){return gn(t)&&isFinite(t)&&Math.floor(t)===t});var av="0123456789abcdef",Hd=class t{constructor(e){if(this.bytes=e,e.length!==16)throw new TypeError("not 128-bit length")}static fromFieldsV7(e,n,r,i){if(!Number.isInteger(e)||!Number.isInteger(n)||!Number.isInteger(r)||!Number.isInteger(i)||e<0||n<0||r<0||i<0||e>0xffffffffffff||n>4095||r>1073741823||i>4294967295)throw new RangeError("invalid field value");var o=new Uint8Array(16);return o[0]=e/Math.pow(2,40),o[1]=e/Math.pow(2,32),o[2]=e/Math.pow(2,24),o[3]=e/Math.pow(2,16),o[4]=e/Math.pow(2,8),o[5]=e,o[6]=112|n>>>8,o[7]=n,o[8]=128|r>>>24,o[9]=r>>>16,o[10]=r>>>8,o[11]=r,o[12]=i>>>24,o[13]=i>>>16,o[14]=i>>>8,o[15]=i,new t(o)}toString(){for(var e="",n=0;n<this.bytes.length;n++)e=e+av.charAt(this.bytes[n]>>>4)+av.charAt(15&this.bytes[n]),n!==3&&n!==5&&n!==7&&n!==9||(e+="-");if(e.length!==36)throw new Error("Invalid UUIDv7 was generated");return e}clone(){return new t(this.bytes.slice(0))}equals(e){return this.compareTo(e)===0}compareTo(e){for(var n=0;n<16;n++){var r=this.bytes[n]-e.bytes[n];if(r!==0)return Math.sign(r)}return 0}},jd=class{constructor(){this.A=0,this.D=0,this.j=new Ud}generate(){var e=this.generateOrAbort();if(N(e)){this.A=0;var n=this.generateOrAbort();if(N(n))throw new Error("Could not generate UUID after timestamp reset");return n}return e}generateOrAbort(){var e=Date.now();if(e>this.A)this.A=e,this.L();else{if(!(e+1e4>this.A))return;this.D++,this.D>4398046511103&&(this.A++,this.L())}return Hd.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())}},lv,oy=t=>{if(typeof UUIDV7_DENY_WEAK_RNG<"u"&&UUIDV7_DENY_WEAK_RNG)throw new Error("no cryptographically strong RNG available");for(var e=0;e<t.length;e++)t[e]=65536*Math.trunc(65536*Math.random())+Math.trunc(65536*Math.random());return t};E&&!N(E.crypto)&&crypto.getRandomValues&&(oy=t=>crypto.getRandomValues(t));var Ud=class{constructor(){this.N=new Uint32Array(8),this.U=1/0}nextUint32(){return this.U>=this.N.length&&(oy(this.N),this.U=0),this.N[this.U++]}},pr=()=>v1().toString(),v1=()=>(lv||(lv=new jd)).generate(),ss="",y1=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i;function _1(t,e){if(e){var n=(function(i,o){if(o===void 0&&(o=O),ss)return ss;if(!o||["localhost","127.0.0.1"].includes(i))return"";for(var s=i.split("."),a=Math.min(s.length,8),l="dmn_chk_"+pr();!ss&&a--;){var c=s.slice(a).join("."),u=l+"=1;domain=."+c+";path=/";o.cookie=u+";max-age=3",o.cookie.includes(l)&&(o.cookie=u+";max-age=0",ss=c)}return ss})(t);if(!n){var r=(i=>{var o=i.match(y1);return o?o[0]:""})(t);r!==n&&L.info("Warning: cookie subdomain discovery mismatch",r,n),n=r}return n?"; domain=."+n:""}return""}var hn={H:()=>!!O,B:function(t){L.error("cookieStore error: "+t)},q:function(t){if(O){try{for(var e=t+"=",n=O.cookie.split(";").filter((o=>o.length)),r=0;r<n.length;r++){for(var i=n[r];i.charAt(0)==" ";)i=i.substring(1,i.length);if(i.indexOf(e)===0)return decodeURIComponent(i.substring(e.length,i.length))}}catch{}return null}},W:function(t){var e;try{e=JSON.parse(hn.q(t))||{}}catch{}return e},G:function(t,e,n,r,i){if(O)try{var o="",s="",a=_1(O.location.hostname,r);if(n){var l=new Date;l.setTime(l.getTime()+24*n*60*60*1e3),o="; expires="+l.toUTCString()}i&&(s="; secure");var c=t+"="+encodeURIComponent(JSON.stringify(e))+o+"; SameSite=Lax; path=/"+a+s;return c.length>3686.4&&L.warn("cookieStore warning: large cookie, len="+c.length),O.cookie=c,c}catch{return}},V:function(t,e){if(O!=null&&O.cookie)try{hn.G(t,"",-1,e)}catch{return}}},sd=null,ke={H:function(){if(!Ln(sd))return sd;var t=!0;if(N(E))t=!1;else try{var e="__mplssupport__";ke.G(e,"xyz"),ke.q(e)!=='"xyz"'&&(t=!1),ke.V(e)}catch{t=!1}return t||L.error("localStorage unsupported; falling back to cookie store"),sd=t,t},B:function(t){L.error("localStorage error: "+t)},q:function(t){try{return E?.localStorage.getItem(t)}catch(e){ke.B(e)}return null},W:function(t){try{return JSON.parse(ke.q(t))||{}}catch{}return null},G:function(t,e){try{E?.localStorage.setItem(t,JSON.stringify(e))}catch(n){ke.B(n)}},V:function(t){try{E?.localStorage.removeItem(t)}catch(e){ke.B(e)}}},w1=["distinct_id",ll,Wv,dl,ul],Qa=$({},ke,{W:function(t){try{var e={};try{e=hn.W(t)||{}}catch{}var n=Pe(e,JSON.parse(ke.q(t)||"{}"));return ke.G(t,n),n}catch{}return null},G:function(t,e,n,r,i,o){try{ke.G(t,e,void 0,void 0,o);var s={};w1.forEach((a=>{e[a]&&(s[a]=e[a])})),Object.keys(s).length&&hn.G(t,s,n,r,i,o)}catch(a){ke.B(a)}},V:function(t,e){try{E?.localStorage.removeItem(t),hn.V(t,e)}catch(n){ke.B(n)}}}),Ja={},x1={H:function(){return!0},B:function(t){L.error("memoryStorage error: "+t)},q:function(t){return Ja[t]||null},W:function(t){return Ja[t]||null},G:function(t,e){Ja[t]=e},V:function(t){delete Ja[t]}},ti=null,je={H:function(){if(!Ln(ti))return ti;if(ti=!0,N(E))ti=!1;else try{var t="__support__";je.G(t,"xyz"),je.q(t)!=='"xyz"'&&(ti=!1),je.V(t)}catch{ti=!1}return ti},B:function(t){L.error("sessionStorage error: ",t)},q:function(t){try{return E?.sessionStorage.getItem(t)}catch(e){je.B(e)}return null},W:function(t){try{return JSON.parse(je.q(t))||null}catch{}return null},G:function(t,e){try{E?.sessionStorage.setItem(t,JSON.stringify(e))}catch(n){je.B(n)}},V:function(t){try{E?.sessionStorage.removeItem(t)}catch(e){je.B(e)}}},Nn=(function(t){return t[t.PENDING=-1]="PENDING",t[t.DENIED=0]="DENIED",t[t.GRANTED=1]="GRANTED",t})({}),Wd=class{constructor(e){this._instance=e}get F(){return this._instance.config}get consent(){return this.J()?Nn.DENIED:this.K}isOptedOut(){return this.F.cookieless_mode==="always"||this.consent===Nn.DENIED||this.consent===Nn.PENDING&&(this.F.opt_out_capturing_by_default||this.F.cookieless_mode==="on_reject")}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===Nn.DENIED}optInOut(e){this.Y.G(this.X,e?1:0,this.F.cookie_expiration,this.F.cross_subdomain_cookie,this.F.secure_cookie)}reset(){this.Y.V(this.X,this.F.cross_subdomain_cookie)}get X(){var{token:e,opt_out_capturing_cookie_prefix:n,consent_persistence_name:r}=this._instance.config;return r||(n?n+e:"__ph_opt_in_out_"+e)}get K(){var e=this.Y.q(this.X);return td(e)?Nn.GRANTED:te(Vk,e)?Nn.DENIED:Nn.PENDING}get Y(){if(!this.Z){var e=this.F.opt_out_capturing_persistence_type;this.Z=e==="localStorage"?ke:hn;var n=e==="localStorage"?hn:ke;n.q(this.X)&&(this.Z.q(this.X)||this.optInOut(td(n.q(this.X))),n.V(this.X,this.F.cross_subdomain_cookie))}return this.Z}J(){return!!this.F.respect_dnt&&!!Hv([kt?.doNotTrack,kt?.msDoNotTrack,G.doNotTrack],(e=>td(e)))}},el=Fe("[Dead Clicks]"),S1=()=>!0,b1=t=>{var e,n=!((e=t.instance.persistence)==null||!e.get_property(Uv)),r=t.instance.config.capture_dead_clicks;return gr(r)?r:!!Ve(r)||n},vl=class{get lazyLoadedDeadClicksAutocapture(){return this.tt}constructor(e,n,r){this.instance=e,this.isEnabled=n,this.onCapture=r,this.startIfEnabled()}onRemoteConfig(e){this.instance.persistence&&this.instance.persistence.register({[Uv]:e?.captureDeadClicks}),this.startIfEnabled()}startIfEnabled(){this.isEnabled(this)&&this.it((()=>{this.et()}))}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.initDeadClicksAutocapture&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this.instance,"dead-clicks-autocapture",(i=>{i?el.error("failed to load script",i):e()}))}et(){var e;if(O){if(!this.tt&&(e=G.__PosthogExtensions__)!=null&&e.initDeadClicksAutocapture){var n=Ve(this.instance.config.capture_dead_clicks)?this.instance.config.capture_dead_clicks:{};n.__onCapture=this.onCapture,this.tt=G.__PosthogExtensions__.initDeadClicksAutocapture(this.instance,n),this.tt.start(O),el.info("starting...")}}else el.error("`document` not found. Cannot start.")}stop(){this.tt&&(this.tt.stop(),this.tt=void 0,el.info("stopping..."))}},as=Fe("[ExceptionAutocapture]"),qd=class{constructor(e){var n,r,i;this.rt=()=>{var o;if(E&&this.isEnabled&&(o=G.__PosthogExtensions__)!=null&&o.errorWrappingFunctions){var s=G.__PosthogExtensions__.errorWrappingFunctions.wrapOnError,a=G.__PosthogExtensions__.errorWrappingFunctions.wrapUnhandledRejection,l=G.__PosthogExtensions__.errorWrappingFunctions.wrapConsoleError;try{!this.st&&this.F.capture_unhandled_errors&&(this.st=s(this.captureException.bind(this))),!this.nt&&this.F.capture_unhandled_rejections&&(this.nt=a(this.captureException.bind(this))),!this.ot&&this.F.capture_console_errors&&(this.ot=l(this.captureException.bind(this)))}catch(c){as.error("failed to start",c),this.lt()}}},this._instance=e,this.ut=!((n=this._instance.persistence)==null||!n.props[Xm]),this.F=this.ht(),this.vt=new xd({refillRate:(r=this._instance.config.error_tracking.__exceptionRateLimiterRefillRate)!==null&&r!==void 0?r:1,bucketSize:(i=this._instance.config.error_tracking.__exceptionRateLimiterBucketSize)!==null&&i!==void 0?i:10,refillInterval:1e4,h:as}),this.startIfEnabled()}ht(){var e=this._instance.config.capture_exceptions,n={capture_unhandled_errors:!1,capture_unhandled_rejections:!1,capture_console_errors:!1};return Ve(e)?n=$({},n,e):(N(e)?this.ut:e)&&(n=$({},n,{capture_unhandled_errors:!0,capture_unhandled_rejections:!0})),n}get isEnabled(){return this.F.capture_console_errors||this.F.capture_unhandled_errors||this.F.capture_unhandled_rejections}startIfEnabled(){this.isEnabled&&(as.info("enabled"),this.it(this.rt))}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.errorWrappingFunctions&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"exception-autocapture",(i=>{if(i)return as.error("failed to load script",i);e()}))}lt(){var e,n,r;(e=this.st)==null||e.call(this),this.st=void 0,(n=this.nt)==null||n.call(this),this.nt=void 0,(r=this.ot)==null||r.call(this),this.ot=void 0}onRemoteConfig(e){var n=e.autocaptureExceptions;this.ut=!!n||!1,this.F=this.ht(),this._instance.persistence&&this._instance.persistence.register({[Xm]:this.ut}),this.startIfEnabled()}captureException(e){var n,r,i=(n=e==null||(r=e.$exception_list)==null||(r=r[0])==null?void 0:r.type)!==null&&n!==void 0?n:"Exception";this.vt.consumeRateLimit(i)?as.info("Skipping exception capture because of client rate limiting.",{exception:i}):this._instance.exceptions.sendExceptionEvent(e)}};function cv(t,e,n){try{if(!(e in t))return()=>{};var r=t[e],i=n(r);return hr(i)&&(i.prototype=i.prototype||{},Object.defineProperties(i,{__posthog_wrapped__:{enumerable:!1,value:!0}})),t[e]=i,()=>{t[e]=r}}catch{return()=>{}}}var Kd=class{constructor(e){var n;this._instance=e,this.dt=(E==null||(n=E.location)==null?void 0:n.pathname)||""}get isEnabled(){return this._instance.config.capture_pageview==="history_change"}startIfEnabled(){this.isEnabled&&(L.info("History API monitoring enabled, starting..."),this.monitorHistoryChanges())}stop(){this.ct&&this.ct(),this.ct=void 0,L.info("History API monitoring stopped")}monitorHistoryChanges(){var e,n;if(E&&E.history){var r=this;(e=E.history.pushState)!=null&&e.__posthog_wrapped__||cv(E.history,"pushState",(i=>function(o,s,a){i.call(this,o,s,a),r.ft("pushState")})),(n=E.history.replaceState)!=null&&n.__posthog_wrapped__||cv(E.history,"replaceState",(i=>function(o,s,a){i.call(this,o,s,a),r.ft("replaceState")})),this.gt()}}ft(e){try{var n,r=E==null||(n=E.location)==null?void 0:n.pathname;if(!r)return;r!==this.dt&&this.isEnabled&&this._instance.capture("$pageview",{navigation_type:e}),this.dt=r}catch(i){L.error("Error capturing "+e+" pageview",i)}}gt(){if(!this.ct){var e=()=>{this.ft("popstate")};Oe(E,"popstate",e),this.ct=()=>{E&&E.removeEventListener("popstate",e)}}}},ad=Fe("[SegmentIntegration]");function k1(t,e){var n=t.config.segment;if(!n)return e();(function(r,i){var o=r.config.segment;if(!o)return i();var s=l=>{var c=()=>l.anonymousId()||pr();r.config.get_device_id=c,l.id()&&(r.register({distinct_id:l.id(),$device_id:c()}),r.persistence.set_property(Pn,"identified")),i()},a=o.user();"then"in a&&hr(a.then)?a.then((l=>s(l))):s(a)})(t,(()=>{n.register((r=>{Promise&&Promise.resolve||ad.warn("This browser does not have Promise support, and can not use the segment integration");var i=(o,s)=>{if(!s)return o;o.event.userId||o.event.anonymousId===r.get_distinct_id()||(ad.info("No userId set, resetting PostHog"),r.reset()),o.event.userId&&o.event.userId!==r.get_distinct_id()&&(ad.info("UserId set, identifying with PostHog"),r.identify(o.event.userId));var a=r.calculateEventProperties(s,o.event.properties);return o.event.properties=Object.assign({},a,o.event.properties),o};return{name:"PostHog JS",type:"enrichment",version:"1.0.0",isLoaded:()=>!0,load:()=>Promise.resolve(),track:o=>i(o,o.event.event),page:o=>i(o,"$pageview"),identify:o=>i(o,"$identify"),screen:o=>i(o,"$screen")}})(t)).then((()=>{e()}))}))}var sy="posthog-js";function ay(t,e){var{organization:n,projectId:r,prefix:i,severityAllowList:o=["error"],sendExceptionsToPostHog:s=!0}=e===void 0?{}:e;return a=>{var l,c,u,f,h;if(!(o==="*"||o.includes(a.level))||!t.__loaded)return a;a.tags||(a.tags={});var g=t.requestRouter.endpointFor("ui","/project/"+t.config.token+"/person/"+t.get_distinct_id());a.tags["PostHog Person URL"]=g,t.sessionRecordingStarted()&&(a.tags["PostHog Recording URL"]=t.get_session_replay_url({withTimestamp:!0}));var v=((l=a.exception)==null?void 0:l.values)||[],_=v.map((d=>$({},d,{stacktrace:d.stacktrace?$({},d.stacktrace,{type:"raw",frames:(d.stacktrace.frames||[]).map((p=>$({},p,{platform:"web:javascript"})))}):void 0}))),x={$exception_message:((c=v[0])==null?void 0:c.value)||a.message,$exception_type:(u=v[0])==null?void 0:u.type,$exception_level:a.level,$exception_list:_,$sentry_event_id:a.event_id,$sentry_exception:a.exception,$sentry_exception_message:((f=v[0])==null?void 0:f.value)||a.message,$sentry_exception_type:(h=v[0])==null?void 0:h.type,$sentry_tags:a.tags};return n&&r&&(x.$sentry_url=(i||"https://sentry.io/organizations/")+n+"/issues/?project="+r+"&query="+a.event_id),s&&t.exceptions.sendExceptionEvent(x),a}}var Gd=class{constructor(e,n,r,i,o,s){this.name=sy,this.setupOnce=function(a){a(ay(e,{organization:n,projectId:r,prefix:i,severityAllowList:o,sendExceptionsToPostHog:s==null||s}))}}},C1=E!=null&&E.location?ml(E.location.hash,"__posthog")||ml(location.hash,"state"):null,uv="_postHogToolbarParams",dv=Fe("[Toolbar]"),fr=(function(t){return t[t.UNINITIALIZED=0]="UNINITIALIZED",t[t.LOADING=1]="LOADING",t[t.LOADED=2]="LOADED",t})(fr||{}),Zd=class{constructor(e){this.instance=e}_t(e){G.ph_toolbar_state=e}yt(){var e;return(e=G.ph_toolbar_state)!==null&&e!==void 0?e:fr.UNINITIALIZED}maybeLoadToolbar(e,n,r){if(e===void 0&&(e=void 0),n===void 0&&(n=void 0),r===void 0&&(r=void 0),!E||!O)return!1;e=e??E.location,r=r??E.history;try{if(!n){try{E.localStorage.setItem("test","test"),E.localStorage.removeItem("test")}catch{return!1}n=E?.localStorage}var i,o=C1||ml(e.hash,"__posthog")||ml(e.hash,"state"),s=o?Zm((()=>JSON.parse(atob(decodeURIComponent(o)))))||Zm((()=>JSON.parse(decodeURIComponent(o)))):null;return s&&s.action==="ph_authorize"?((i=s).source="url",i&&Object.keys(i).length>0&&(s.desiredHash?e.hash=s.desiredHash:r?r.replaceState(r.state,"",e.pathname+e.search):e.hash="")):((i=JSON.parse(n.getItem(uv)||"{}")).source="localstorage",delete i.userIntent),!(!i.token||this.instance.config.token!==i.token)&&(this.loadToolbar(i),!0)}catch{return!1}}bt(e){var n=G.ph_load_toolbar||G.ph_load_editor;!de(n)&&hr(n)?n(e,this.instance):dv.warn("No toolbar load function found")}loadToolbar(e){var n=!(O==null||!O.getElementById(qv));if(!E||n)return!1;var r=this.instance.requestRouter.region==="custom"&&this.instance.config.advanced_disable_toolbar_metrics,i=$({token:this.instance.config.token},e,{apiURL:this.instance.requestRouter.endpointFor("ui")},r?{instrument:!1}:{});if(E.localStorage.setItem(uv,JSON.stringify($({},i,{source:void 0}))),this.yt()===fr.LOADED)this.bt(i);else if(this.yt()===fr.UNINITIALIZED){var o;this._t(fr.LOADING),(o=G.__PosthogExtensions__)==null||o.loadExternalDependency==null||o.loadExternalDependency(this.instance,"toolbar",(s=>{if(s)return dv.error("[Toolbar] Failed to load",s),void this._t(fr.UNINITIALIZED);this._t(fr.LOADED),this.bt(i)})),Oe(E,"turbolinks:load",(()=>{this._t(fr.UNINITIALIZED),this.loadToolbar(i)}))}return!0}wt(e){return this.loadToolbar(e)}maybeLoadEditor(e,n,r){return e===void 0&&(e=void 0),n===void 0&&(n=void 0),r===void 0&&(r=void 0),this.maybeLoadToolbar(e,n,r)}},E1=Fe("[TracingHeaders]"),Yd=class{constructor(e){this.xt=void 0,this.St=void 0,this.rt=()=>{var n,r;N(this.xt)&&((n=G.__PosthogExtensions__)==null||(n=n.tracingHeadersPatchFns)==null||n._patchXHR(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager)),N(this.St)&&((r=G.__PosthogExtensions__)==null||(r=r.tracingHeadersPatchFns)==null||r._patchFetch(this._instance.config.__add_tracing_headers||[],this._instance.get_distinct_id(),this._instance.sessionManager))},this._instance=e}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.tracingHeadersPatchFns&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"tracing-headers",(i=>{if(i)return E1.error("failed to load script",i);e()}))}startIfEnabledOrStop(){var e,n;this._instance.config.__add_tracing_headers?this.it(this.rt):((e=this.xt)==null||e.call(this),(n=this.St)==null||n.call(this),this.xt=void 0,this.St=void 0)}},Mt="Mobile",yl="iOS",pn="Android",Cs="Tablet",ly=pn+" "+Cs,cy="iPad",uy="Apple",dy=uy+" Watch",Es="Safari",eo="BlackBerry",fy="Samsung",py=fy+"Browser",hy=fy+" Internet",ii="Chrome",A1=ii+" OS",gy=ii+" "+yl,Pf="Internet Explorer",my=Pf+" "+Mt,Nf="Opera",T1=Nf+" Mini",Of="Edge",vy="Microsoft "+Of,Xi="Firefox",yy=Xi+" "+yl,As="Nintendo",Ts="PlayStation",Qi="Xbox",_y=pn+" "+Mt,wy=Mt+" "+Es,ys="Windows",Xd=ys+" Phone",fv="Nokia",Qd="Ouya",xy="Generic",R1=xy+" "+Mt.toLowerCase(),Sy=xy+" "+Cs.toLowerCase(),Jd="Konqueror",rt="(\\d+(\\.\\d+)?)",ld=new RegExp("Version/"+rt),I1=new RegExp(Qi,"i"),P1=new RegExp(Ts+" \\w+","i"),N1=new RegExp(As+" \\w+","i"),Lf=new RegExp(eo+"|PlayBook|BB10","i"),O1={"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"},L1=(t,e)=>e&&te(e,uy)||(function(n){return te(n,Es)&&!te(n,ii)&&!te(n,pn)})(t),by=function(t,e){return e=e||"",te(t," OPR/")&&te(t,"Mini")?T1:te(t," OPR/")?Nf:Lf.test(t)?eo:te(t,"IE"+Mt)||te(t,"WPDesktop")?my:te(t,py)?hy:te(t,Of)||te(t,"Edg/")?vy:te(t,"FBIOS")?"Facebook "+Mt:te(t,"UCWEB")||te(t,"UCBrowser")?"UC Browser":te(t,"CriOS")?gy:te(t,"CrMo")||te(t,ii)?ii:te(t,pn)&&te(t,Es)?_y:te(t,"FxiOS")?yy:te(t.toLowerCase(),Jd.toLowerCase())?Jd:L1(t,e)?te(t,Mt)?wy:Es:te(t,Xi)?Xi:te(t,"MSIE")||te(t,"Trident/")?Pf:te(t,"Gecko")?Xi:""},M1={[my]:[new RegExp("rv:"+rt)],[vy]:[new RegExp(Of+"?\\/"+rt)],[ii]:[new RegExp("("+ii+"|CrMo)\\/"+rt)],[gy]:[new RegExp("CriOS\\/"+rt)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+rt)],[Es]:[ld],[wy]:[ld],[Nf]:[new RegExp("(Opera|OPR)\\/"+rt)],[Xi]:[new RegExp(Xi+"\\/"+rt)],[yy]:[new RegExp("FxiOS\\/"+rt)],[Jd]:[new RegExp("Konqueror[:/]?"+rt,"i")],[eo]:[new RegExp(eo+" "+rt),ld],[_y]:[new RegExp("android\\s"+rt,"i")],[hy]:[new RegExp(py+"\\/"+rt)],[Pf]:[new RegExp("(rv:|MSIE )"+rt)],Mozilla:[new RegExp("rv:"+rt)]},F1=function(t,e){var n=by(t,e),r=M1[n];if(N(r))return null;for(var i=0;i<r.length;i++){var o=r[i],s=t.match(o);if(s)return parseFloat(s[s.length-2])}return null},pv=[[new RegExp(Qi+"; "+Qi+" (.*?)[);]","i"),t=>[Qi,t&&t[1]||""]],[new RegExp(As,"i"),[As,""]],[new RegExp(Ts,"i"),[Ts,""]],[Lf,[eo,""]],[new RegExp(ys,"i"),(t,e)=>{if(/Phone/.test(e)||/WPDesktop/.test(e))return[Xd,""];if(new RegExp(Mt).test(e)&&!/IEMobile\b/.test(e))return[ys+" "+Mt,""];var n=/Windows NT ([0-9.]+)/i.exec(e);if(n&&n[1]){var r=n[1],i=O1[r]||"";return/arm/i.test(e)&&(i="RT"),[ys,i]}return[ys,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,t=>{if(t&&t[3]){var e=[t[3],t[4],t[5]||"0"];return[yl,e.join(".")]}return[yl,""]}],[/(watch.*\/(\d+\.\d+\.\d+)|watch os,(\d+\.\d+),)/i,t=>{var e="";return t&&t.length>=3&&(e=N(t[2])?t[3]:t[2]),["watchOS",e]}],[new RegExp("("+pn+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+pn+")","i"),t=>{if(t&&t[2]){var e=[t[2],t[3],t[4]||"0"];return[pn,e.join(".")]}return[pn,""]}],[/Mac OS X (\d+)[_.](\d+)[_.]?(\d+)?/i,t=>{var e=["Mac OS X",""];if(t&&t[1]){var n=[t[1],t[2],t[3]||"0"];e[1]=n.join(".")}return e}],[/Mac/i,["Mac OS X",""]],[/CrOS/,[A1,""]],[/Linux|debian/i,["Linux",""]]],hv=function(t){return N1.test(t)?As:P1.test(t)?Ts:I1.test(t)?Qi:new RegExp(Qd,"i").test(t)?Qd:new RegExp("("+Xd+"|WPDesktop)","i").test(t)?Xd:/iPad/.test(t)?cy:/iPod/.test(t)?"iPod Touch":/iPhone/.test(t)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(t)?dy:Lf.test(t)?eo:/(kobo)\s(ereader|touch)/i.test(t)?"Kobo":new RegExp(fv,"i").test(t)?fv:/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i.test(t)||/(kf[a-z]+)( bui|\)).+silk\//i.test(t)?"Kindle Fire":/(Android|ZTE)/i.test(t)?!new RegExp(Mt).test(t)||/(9138B|TB782B|Nexus [97]|pixel c|HUAWEISHT|BTV|noble nook|smart ultra 6)/i.test(t)?/pixel[\daxl ]{1,6}/i.test(t)&&!/pixel c/i.test(t)||/(huaweimed-al00|tah-|APA|SM-G92|i980|zte|U304AA)/i.test(t)||/lmy47v/i.test(t)&&!/QTAQZ3/i.test(t)?pn:ly:pn:new RegExp("(pda|"+Mt+")","i").test(t)?R1:new RegExp(Cs,"i").test(t)&&!new RegExp(Cs+" pc","i").test(t)?Sy:""},tl="https?://(.*)",ro=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],$1=no(["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid"],ro),Ns="<masked>",D1=["li_fat_id"];function ky(t,e,n){if(!O)return{};var r,i=e?no([],ro,n||[]):[],o=Cy(Ps(O.URL,i,Ns),t),s=(r={},pe(D1,(function(a){var l=hn.q(a);r[a]=l||null})),r);return Pe(s,o)}function Cy(t,e){var n=$1.concat(e||[]),r={};return pe(n,(function(i){var o=gl(t,i);r[i]=o||null})),r}function Ey(t){var e=(function(o){return o?o.search(tl+"google.([^/?]*)")===0?"google":o.search(tl+"bing.com")===0?"bing":o.search(tl+"yahoo.com")===0?"yahoo":o.search(tl+"duckduckgo.com")===0?"duckduckgo":null:null})(t),n=e!="yahoo"?"q":"p",r={};if(!Ln(e)){r.$search_engine=e;var i=O?gl(O.referrer,n):"";i.length&&(r.ph_keyword=i)}return r}function gv(){return navigator.language||navigator.userLanguage}function Ay(){return O?.referrer||"$direct"}function Ty(t,e){var n=t?no([],ro,e||[]):[],r=dt?.href.substring(0,1e3);return{r:Ay().substring(0,1e3),u:r?Ps(r,n,Ns):void 0}}function Ry(t){var e,{r:n,u:r}=t,i={$referrer:n,$referring_domain:n==null?void 0:n=="$direct"?"$direct":(e=hl(n))==null?void 0:e.host};if(r){i.$current_url=r;var o=hl(r);i.$host=o?.host,i.$pathname=o?.pathname;var s=Cy(r);Pe(i,s)}if(n){var a=Ey(n);Pe(i,a)}return i}function Iy(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch{return}}function V1(){try{return new Date().getTimezoneOffset()}catch{return}}function B1(t,e){if(!ut)return{};var n,r,i,o=t?no([],ro,e||[]):[],[s,a]=(function(l){for(var c=0;c<pv.length;c++){var[u,f]=pv[c],h=u.exec(l),g=h&&(hr(f)?f(h,l):f);if(g)return g}return["",""]})(ut);return Pe(Af({$os:s,$os_version:a,$browser:by(ut,navigator.vendor),$device:hv(ut),$device_type:(r=ut,i=hv(r),i===cy||i===ly||i==="Kobo"||i==="Kindle Fire"||i===Sy?Cs:i===As||i===Qi||i===Ts||i===Qd?"Console":i===dy?"Wearable":i?Mt:"Desktop"),$timezone:Iy(),$timezone_offset:V1()}),{$current_url:Ps(dt?.href,o,Ns),$host:dt?.host,$pathname:dt?.pathname,$raw_user_agent:ut.length>1e3?ut.substring(0,997)+"...":ut,$browser_version:F1(ut,navigator.vendor),$browser_language:gv(),$browser_language_prefix:(n=gv(),typeof n=="string"?n.split("-")[0]:void 0),$screen_height:E?.screen.height,$screen_width:E?.screen.width,$viewport_height:E?.innerHeight,$viewport_width:E?.innerWidth,$lib:"web",$lib_version:In.LIB_VERSION,$insert_id:Math.random().toString(36).substring(2,10)+Math.random().toString(36).substring(2,10),$time:Date.now()/1e3})}var cr=Fe("[Web Vitals]"),mv=9e5,ef=class{constructor(e){var n;this.Et=!1,this.P=!1,this.N={url:void 0,metrics:[],firstMetricTimestamp:void 0},this.$t=()=>{clearTimeout(this.kt),this.N.metrics.length!==0&&(this._instance.capture("$web_vitals",this.N.metrics.reduce(((r,i)=>$({},r,{["$web_vitals_"+i.name+"_event"]:$({},i),["$web_vitals_"+i.name+"_value"]:i.value})),{})),this.N={url:void 0,metrics:[],firstMetricTimestamp:void 0})},this.Pt=r=>{var i,o=(i=this._instance.sessionManager)==null?void 0:i.checkAndGetSessionAndWindowId(!0);if(N(o))cr.error("Could not read session ID. Dropping metrics!");else{this.N=this.N||{url:void 0,metrics:[],firstMetricTimestamp:void 0};var s=this.Tt();N(s)||(de(r?.name)||de(r?.value)?cr.error("Invalid metric received",r):this.Rt&&r.value>=this.Rt?cr.error("Ignoring metric with value >= "+this.Rt,r):(this.N.url!==s&&(this.$t(),this.kt=setTimeout(this.$t,this.flushToCaptureTimeoutMs)),N(this.N.url)&&(this.N.url=s),this.N.firstMetricTimestamp=N(this.N.firstMetricTimestamp)?Date.now():this.N.firstMetricTimestamp,r.attribution&&r.attribution.interactionTargetElement&&(r.attribution.interactionTargetElement=void 0),this.N.metrics.push($({},r,{$current_url:s,$session_id:o.sessionId,$window_id:o.windowId,timestamp:Date.now()})),this.N.metrics.length===this.allowedMetrics.length&&this.$t()))}},this.rt=()=>{var r,i,o,s,a=G.__PosthogExtensions__;N(a)||N(a.postHogWebVitalsCallbacks)||({onLCP:r,onCLS:i,onFCP:o,onINP:s}=a.postHogWebVitalsCallbacks),r&&i&&o&&s?(this.allowedMetrics.indexOf("LCP")>-1&&r(this.Pt.bind(this)),this.allowedMetrics.indexOf("CLS")>-1&&i(this.Pt.bind(this)),this.allowedMetrics.indexOf("FCP")>-1&&o(this.Pt.bind(this)),this.allowedMetrics.indexOf("INP")>-1&&s(this.Pt.bind(this)),this.P=!0):cr.error("web vitals callbacks not loaded - not starting")},this._instance=e,this.Et=!((n=this._instance.persistence)==null||!n.props[Jm]),this.startIfEnabled()}get allowedMetrics(){var e,n,r=Ve(this._instance.config.capture_performance)?(e=this._instance.config.capture_performance)==null?void 0:e.web_vitals_allowed_metrics:void 0;return N(r)?((n=this._instance.persistence)==null?void 0:n.props[ev])||["CLS","FCP","INP","LCP"]:r}get flushToCaptureTimeoutMs(){return(Ve(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals_delayed_flush_ms:void 0)||5e3}get Rt(){var e=Ve(this._instance.config.capture_performance)&&gn(this._instance.config.capture_performance.__web_vitals_max_value)?this._instance.config.capture_performance.__web_vitals_max_value:mv;return 0<e&&e<=6e4?mv:e}get isEnabled(){var e=dt?.protocol;if(e!=="http:"&&e!=="https:")return cr.info("Web Vitals are disabled on non-http/https protocols"),!1;var n=Ve(this._instance.config.capture_performance)?this._instance.config.capture_performance.web_vitals:gr(this._instance.config.capture_performance)?this._instance.config.capture_performance:void 0;return gr(n)?n:this.Et}startIfEnabled(){this.isEnabled&&!this.P&&(cr.info("enabled, starting..."),this.it(this.rt))}onRemoteConfig(e){var n=Ve(e.capturePerformance)&&!!e.capturePerformance.web_vitals,r=Ve(e.capturePerformance)?e.capturePerformance.web_vitals_allowed_metrics:void 0;this._instance.persistence&&(this._instance.persistence.register({[Jm]:n}),this._instance.persistence.register({[ev]:r})),this.Et=n,this.startIfEnabled()}it(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.postHogWebVitalsCallbacks&&e(),(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"web-vitals",(i=>{i?cr.error("failed to load script",i):e()}))}Tt(){var e=E?E.location.href:void 0;if(e){var n=this._instance.config.mask_personal_data_properties,r=this._instance.config.custom_personal_data_properties,i=n?no([],ro,r||[]):[];return Ps(e,i,Ns)}cr.error("Could not determine current URL")}},z1=Fe("[Heatmaps]");function vv(t){return Ve(t)&&"clientX"in t&&"clientY"in t&&gn(t.clientX)&&gn(t.clientY)}var tf=class{constructor(e){var n;this.Et=!1,this.P=!1,this.It=null,this.instance=e,this.Et=!((n=this.instance.persistence)==null||!n.props[Nd]),this.rageclicks=new pl(e.config.rageclick)}get flushIntervalMilliseconds(){var e=5e3;return Ve(this.instance.config.capture_heatmaps)&&this.instance.config.capture_heatmaps.flush_interval_milliseconds&&(e=this.instance.config.capture_heatmaps.flush_interval_milliseconds),e}get isEnabled(){return N(this.instance.config.capture_heatmaps)?N(this.instance.config.enable_heatmaps)?this.Et:this.instance.config.enable_heatmaps:this.instance.config.capture_heatmaps!==!1}startIfEnabled(){if(this.isEnabled){if(this.P)return;z1.info("starting..."),this.Ft(),this.Ct()}else{var e;clearInterval((e=this.It)!==null&&e!==void 0?e:void 0),this.Mt(),this.getAndClearBuffer()}}onRemoteConfig(e){var n=!!e.heatmaps;this.instance.persistence&&this.instance.persistence.register({[Nd]:n}),this.Et=n,this.startIfEnabled()}getAndClearBuffer(){var e=this.N;return this.N=void 0,e}Ot(e){this.At(e.originalEvent,"deadclick")}Ct(){this.It&&clearInterval(this.It),this.It=(function(e){return e?.visibilityState==="visible"})(O)?setInterval(this.Dt.bind(this),this.flushIntervalMilliseconds):null}Ft(){E&&O&&(this.jt=this.Dt.bind(this),Oe(E,"beforeunload",this.jt),this.Lt=e=>this.At(e||E?.event),Oe(O,"click",this.Lt,{capture:!0}),this.Nt=e=>this.Ut(e||E?.event),Oe(O,"mousemove",this.Nt,{capture:!0}),this.zt=new vl(this.instance,S1,this.Ot.bind(this)),this.zt.startIfEnabled(),this.Ht=this.Ct.bind(this),Oe(O,"visibilitychange",this.Ht),this.P=!0)}Mt(){var e;E&&O&&(this.jt&&E.removeEventListener("beforeunload",this.jt),this.Lt&&O.removeEventListener("click",this.Lt,{capture:!0}),this.Nt&&O.removeEventListener("mousemove",this.Nt,{capture:!0}),this.Ht&&O.removeEventListener("visibilitychange",this.Ht),clearTimeout(this.Bt),(e=this.zt)==null||e.stop(),this.P=!1)}qt(e,n){var r=this.instance.scrollManager.scrollY(),i=this.instance.scrollManager.scrollX(),o=this.instance.scrollManager.scrollElement(),s=(function(a,l,c){for(var u=a;u&&Rl(u)&&!vr(u,"body");){if(u===c)return!1;if(te(l,E?.getComputedStyle(u).position))return!0;u=Qv(u)}return!1})(Yv(e),["fixed","sticky"],o);return{x:e.clientX+(s?0:i),y:e.clientY+(s?0:r),target_fixed:s,type:n}}At(e,n){var r;if(n===void 0&&(n="click"),!tv(e.target)&&vv(e)){var i=this.qt(e,n);(r=this.rageclicks)!=null&&r.isRageClick(e.clientX,e.clientY,new Date().getTime())&&this.Wt($({},i,{type:"rageclick"})),this.Wt(i)}}Ut(e){!tv(e.target)&&vv(e)&&(clearTimeout(this.Bt),this.Bt=setTimeout((()=>{this.Wt(this.qt(e,"mousemove"))}),500))}Wt(e){if(E){var n=E.location.href,r=this.instance.config.mask_personal_data_properties,i=this.instance.config.custom_personal_data_properties,o=r?no([],ro,i||[]):[],s=Ps(n,o,Ns);this.N=this.N||{},this.N[s]||(this.N[s]=[]),this.N[s].push(e)}}Dt(){this.N&&!Zi(this.N)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}},nf=class{constructor(e){this._instance=e}doPageView(e,n){var r,i=this.Gt(e,n);return this.Vt={pathname:(r=E?.location.pathname)!==null&&r!==void 0?r:"",pageViewId:n,timestamp:e},this._instance.scrollManager.resetContext(),i}doPageLeave(e){var n;return this.Gt(e,(n=this.Vt)==null?void 0:n.pageViewId)}doEvent(){var e;return{$pageview_id:(e=this.Vt)==null?void 0:e.pageViewId}}Gt(e,n){var r=this.Vt;if(!r)return{$pageview_id:n};var i={$pageview_id:n,$prev_pageview_id:r.pageViewId},o=this._instance.scrollManager.getContext();if(o&&!this._instance.config.disable_scroll_properties){var{maxScrollHeight:s,lastScrollY:a,maxScrollY:l,maxContentHeight:c,lastContentY:u,maxContentY:f}=o;if(!(N(s)||N(a)||N(l)||N(c)||N(u)||N(f))){s=Math.ceil(s),a=Math.ceil(a),l=Math.ceil(l),c=Math.ceil(c),u=Math.ceil(u),f=Math.ceil(f);var h=s<=1?1:fn(a/s,0,1,L),g=s<=1?1:fn(l/s,0,1,L),v=c<=1?1:fn(u/c,0,1,L),_=c<=1?1:fn(f/c,0,1,L);i=Pe(i,{$prev_pageview_last_scroll:a,$prev_pageview_last_scroll_percentage:h,$prev_pageview_max_scroll:l,$prev_pageview_max_scroll_percentage:g,$prev_pageview_last_content:u,$prev_pageview_last_content_percentage:v,$prev_pageview_max_content:f,$prev_pageview_max_content_percentage:_})}}return r.pathname&&(i.$prev_pageview_pathname=r.pathname),r.timestamp&&(i.$prev_pageview_duration=(e.getTime()-r.timestamp.getTime())/1e3),i}},Ft=Uint8Array,it=Uint16Array,to=Uint32Array,Mf=new Ft([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]),Ff=new Ft([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]),yv=new Ft([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Py=function(t,e){for(var n=new it(31),r=0;r<31;++r)n[r]=e+=1<<t[r-1];var i=new to(n[30]);for(r=1;r<30;++r)for(var o=n[r];o<n[r+1];++o)i[o]=o-n[r]<<5|r;return[n,i]},Ny=Py(Mf,2),H1=Ny[0],rf=Ny[1];H1[28]=258,rf[258]=28;for(of=Py(Ff,0)[1],_l=new it(32768),he=0;he<32768;++he)ur=(43690&he)>>>1|(21845&he)<<1,ur=(61680&(ur=(52428&ur)>>>2|(13107&ur)<<2))>>>4|(3855&ur)<<4,_l[he]=((65280&ur)>>>8|(255&ur)<<8)>>>1;var ur,of,_l,he,xs=function(t,e,n){for(var r=t.length,i=0,o=new it(e);i<r;++i)++o[t[i]-1];var s,a=new it(e);for(i=0;i<e;++i)a[i]=a[i-1]+o[i-1]<<1;if(n){s=new it(1<<e);var l=15-e;for(i=0;i<r;++i)if(t[i])for(var c=i<<4|t[i],u=e-t[i],f=a[t[i]-1]++<<u,h=f|(1<<u)-1;f<=h;++f)s[_l[f]>>>l]=c}else for(s=new it(r),i=0;i<r;++i)s[i]=_l[a[t[i]-1]++]>>>15-t[i];return s},oi=new Ft(288);for(he=0;he<144;++he)oi[he]=8;for(he=144;he<256;++he)oi[he]=9;for(he=256;he<280;++he)oi[he]=7;for(he=280;he<288;++he)oi[he]=8;var wl=new Ft(32);for(he=0;he<32;++he)wl[he]=5;var j1=xs(oi,9,0),U1=xs(wl,5,0),Oy=function(t){return(t/8>>0)+(7&t&&1)},Ly=function(t,e,n){(n==null||n>t.length)&&(n=t.length);var r=new(t instanceof it?it:t instanceof to?to:Ft)(n-e);return r.set(t.subarray(e,n)),r},Rn=function(t,e,n){n<<=7&e;var r=e/8>>0;t[r]|=n,t[r+1]|=n>>>8},ls=function(t,e,n){n<<=7&e;var r=e/8>>0;t[r]|=n,t[r+1]|=n>>>8,t[r+2]|=n>>>16},cd=function(t,e){for(var n=[],r=0;r<t.length;++r)t[r]&&n.push({s:r,f:t[r]});var i=n.length,o=n.slice();if(!i)return[new Ft(0),0];if(i==1){var s=new Ft(n[0].s+1);return s[n[0].s]=1,[s,1]}n.sort((function(w,b){return w.f-b.f})),n.push({s:-1,f:25001});var a=n[0],l=n[1],c=0,u=1,f=2;for(n[0]={s:-1,f:a.f+l.f,l:a,r:l};u!=i-1;)a=n[n[c].f<n[f].f?c++:f++],l=n[c!=u&&n[c].f<n[f].f?c++:f++],n[u++]={s:-1,f:a.f+l.f,l:a,r:l};var h=o[0].s;for(r=1;r<i;++r)o[r].s>h&&(h=o[r].s);var g=new it(h+1),v=sf(n[u-1],g,0);if(v>e){r=0;var _=0,x=v-e,d=1<<x;for(o.sort((function(w,b){return g[b.s]-g[w.s]||w.f-b.f}));r<i;++r){var p=o[r].s;if(!(g[p]>e))break;_+=d-(1<<v-g[p]),g[p]=e}for(_>>>=x;_>0;){var m=o[r].s;g[m]<e?_-=1<<e-g[m]++-1:++r}for(;r>=0&&_;--r){var y=o[r].s;g[y]==e&&(--g[y],++_)}v=e}return[new Ft(g),v]},sf=function(t,e,n){return t.s==-1?Math.max(sf(t.l,e,n+1),sf(t.r,e,n+1)):e[t.s]=n},_v=function(t){for(var e=t.length;e&&!t[--e];);for(var n=new it(++e),r=0,i=t[0],o=1,s=function(l){n[r++]=l},a=1;a<=e;++a)if(t[a]==i&&a!=e)++o;else{if(!i&&o>2){for(;o>138;o-=138)s(32754);o>2&&(s(o>10?o-11<<5|28690:o-3<<5|12305),o=0)}else if(o>3){for(s(i),--o;o>6;o-=6)s(8304);o>2&&(s(o-3<<5|8208),o=0)}for(;o--;)s(i);o=1,i=t[a]}return[n.subarray(0,r),e]},cs=function(t,e){for(var n=0,r=0;r<e.length;++r)n+=t[r]*e[r];return n},af=function(t,e,n){var r=n.length,i=Oy(e+2);t[i]=255&r,t[i+1]=r>>>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var o=0;o<r;++o)t[i+o+4]=n[o];return 8*(i+4+r)},wv=function(t,e,n,r,i,o,s,a,l,c,u){Rn(e,u++,n),++i[256];for(var f=cd(i,15),h=f[0],g=f[1],v=cd(o,15),_=v[0],x=v[1],d=_v(h),p=d[0],m=d[1],y=_v(_),w=y[0],b=y[1],k=new it(19),C=0;C<p.length;++C)k[31&p[C]]++;for(C=0;C<w.length;++C)k[31&w[C]]++;for(var I=cd(k,7),A=I[0],H=I[1],K=19;K>4&&!A[yv[K-1]];--K);var Y,W,le,V,X=c+5<<3,B=cs(i,oi)+cs(o,wl)+s,Z=cs(i,h)+cs(o,_)+s+14+3*K+cs(k,A)+(2*k[16]+3*k[17]+7*k[18]);if(X<=B&&X<=Z)return af(e,u,t.subarray(l,l+c));if(Rn(e,u,1+(Z<B)),u+=2,Z<B){Y=xs(h,g,0),W=h,le=xs(_,x,0),V=_;var ct=xs(A,H,0);for(Rn(e,u,m-257),Rn(e,u+5,b-1),Rn(e,u+10,K-4),u+=14,C=0;C<K;++C)Rn(e,u+3*C,A[yv[C]]);u+=3*K;for(var An=[p,w],He=0;He<2;++He){var Lt=An[He];for(C=0;C<Lt.length;++C){var bt=31&Lt[C];Rn(e,u,ct[bt]),u+=A[bt],bt>15&&(Rn(e,u,Lt[C]>>>5&127),u+=Lt[C]>>>12)}}}else Y=j1,W=oi,le=U1,V=wl;for(C=0;C<a;++C)if(r[C]>255){bt=r[C]>>>18&31,ls(e,u,Y[bt+257]),u+=W[bt+257],bt>7&&(Rn(e,u,r[C]>>>23&31),u+=Mf[bt]);var Wi=31&r[C];ls(e,u,le[Wi]),u+=V[Wi],Wi>3&&(ls(e,u,r[C]>>>5&8191),u+=Ff[Wi])}else ls(e,u,Y[r[C]]),u+=W[r[C]];return ls(e,u,Y[256]),u+W[256]},W1=new to([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),q1=(function(){for(var t=new to(256),e=0;e<256;++e){for(var n=e,r=9;--r;)n=(1&n&&3988292384)^n>>>1;t[e]=n}return t})(),K1=function(t,e,n,r,i){return(function(o,s,a,l,c,u){var f=o.length,h=new Ft(l+f+5*(1+Math.floor(f/7e3))+c),g=h.subarray(l,h.length-c),v=0;if(!s||f<8)for(var _=0;_<=f;_+=65535){var x=_+65535;x<f?v=af(g,v,o.subarray(_,x)):(g[_]=u,v=af(g,v,o.subarray(_,f)))}else{for(var d=W1[s-1],p=d>>>13,m=8191&d,y=(1<<a)-1,w=new it(32768),b=new it(y+1),k=Math.ceil(a/3),C=2*k,I=function(Ju){return(o[Ju]^o[Ju+1]<<k^o[Ju+2]<<C)&y},A=new to(25e3),H=new it(288),K=new it(32),Y=0,W=0,le=(_=0,0),V=0,X=0;_<f;++_){var B=I(_),Z=32767&_,ct=b[B];if(w[Z]=ct,b[B]=Z,V<=_){var An=f-_;if((Y>7e3||le>24576)&&An>423){v=wv(o,g,0,A,H,K,W,le,X,_-X,v),le=Y=W=0,X=_;for(var He=0;He<286;++He)H[He]=0;for(He=0;He<30;++He)K[He]=0}var Lt=2,bt=0,Wi=m,or=Z-ct&32767;if(An>2&&B==I(_-or))for(var _k=Math.min(p,An)-1,wk=Math.min(32767,_),xk=Math.min(258,An);or<=wk&&--Wi&&Z!=ct;){if(o[_+Lt]==o[_+Lt-or]){for(var sr=0;sr<xk&&o[_+sr]==o[_+sr-or];++sr);if(sr>Lt){if(Lt=sr,bt=or,sr>_k)break;var Sk=Math.min(or,sr-2),Om=0;for(He=0;He<Sk;++He){var Qu=_-or+He+32768&32767,Lm=Qu-w[Qu]+32768&32767;Lm>Om&&(Om=Lm,ct=Qu)}}}or+=(Z=ct)-(ct=w[Z])+32768&32767}if(bt){A[le++]=268435456|rf[Lt]<<18|of[bt];var Mm=31&rf[Lt],Fm=31&of[bt];W+=Mf[Mm]+Ff[Fm],++H[257+Mm],++K[Fm],V=_+Lt,++Y}else A[le++]=o[_],++H[o[_]]}}v=wv(o,g,u,A,H,K,W,le,X,_-X,v)}return Ly(h,0,l+Oy(v)+c)})(t,e.level==null?6:e.level,e.mem==null?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(t.length)))):12+e.mem,n,r,!0)},ud=function(t,e,n){for(;n;++e)t[e]=n,n>>>=8};function G1(t,e){e===void 0&&(e={});var n=(function(){var a=4294967295;return{p:function(l){for(var c=a,u=0;u<l.length;++u)c=q1[255&c^l[u]]^c>>>8;a=c},d:function(){return 4294967295^a}}})(),r=t.length;n.p(t);var i,o=K1(t,e,10+((i=e).filename&&i.filename.length+1||0),8),s=o.length;return(function(a,l){var c=l.filename;if(a[0]=31,a[1]=139,a[2]=8,a[8]=l.level<2?4:l.level==9?2:0,a[9]=3,l.mtime!=0&&ud(a,4,Math.floor(new Date(l.mtime||Date.now())/1e3)),c){a[3]=8;for(var u=0;u<=c.length;++u)a[u+10]=c.charCodeAt(u)}})(o,e),ud(o,s-8,n.d()),ud(o,s-4,r),o}var Z1=function(t){var e,n,r,i,o="";for(e=n=0,r=(t=(t+"").replace(/\r\n/g,`
10
10
  `).replace(/\r/g,`
11
- `)).length,i=0;i<r;i++){var s=t.charCodeAt(i),a=null;s<128?n++:a=s>127&&s<2048?String.fromCharCode(s>>6|192,63&s|128):String.fromCharCode(s>>12|224,s>>6&63|128,63&s|128),Ln(a)||(n>e&&(o+=t.substring(e,n)),o+=a,e=n=i+1)}return n>e&&(o+=t.substring(e,t.length)),o},Y1=!!vd||!!md,xv="text/plain",xl=function(t,e,n){var r;n===void 0&&(n=!0);var[i,o]=t.split("?"),s=$({},e),a=(r=o?.split("&").map((u=>{var c,[f,h]=u.split("="),g=n&&(c=s[f])!==null&&c!==void 0?c:h;return delete s[f],f+"="+g})))!==null&&r!==void 0?r:[],l=p1(s);return l&&a.push(l),i+"?"+a.join("&")},_s=(t,e)=>JSON.stringify(t,((n,r)=>typeof r=="bigint"?r.toString():r),e),dd=t=>{var{data:e,compression:n}=t;if(e){if(n===On.GZipJS){var r=G1((function(l,u){var c=l.length;if(typeof TextEncoder<"u")return new TextEncoder().encode(l);for(var f=new Ft(l.length+(l.length>>>1)),h=0,g=function(d){f[h++]=d},v=0;v<c;++v){if(h+5>f.length){var _=new Ft(h+8+(c-v<<1));_.set(f),f=_}var x=l.charCodeAt(v);x<128||u?g(x):x<2048?(g(192|x>>>6),g(128|63&x)):x>55295&&x<57344?(g(240|(x=65536+(1047552&x)|1023&l.charCodeAt(++v))>>>18),g(128|x>>>12&63),g(128|x>>>6&63),g(128|63&x)):(g(224|x>>>12),g(128|x>>>6&63),g(128|63&x))}return Ly(f,0,h)})(_s(e)),{mtime:0}),i=new Blob([r],{type:xv});return{contentType:xv,body:i,estimatedSize:i.size}}if(n===On.Base64){var o=(function(l){var u,c,f,h,g,v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_=0,x=0,d="",p=[];if(!l)return l;l=Z1(l);do u=(g=l.charCodeAt(_++)<<16|l.charCodeAt(_++)<<8|l.charCodeAt(_++))>>18&63,c=g>>12&63,f=g>>6&63,h=63&g,p[x++]=v.charAt(u)+v.charAt(c)+v.charAt(f)+v.charAt(h);while(_<l.length);switch(d=p.join(""),l.length%3){case 1:d=d.slice(0,-2)+"==";break;case 2:d=d.slice(0,-1)+"="}return d})(_s(e)),s=(l=>"data="+encodeURIComponent(typeof l=="string"?l:_s(l)))(o);return{contentType:"application/x-www-form-urlencoded",body:s,estimatedSize:new Blob([s]).size}}var a=_s(e);return{contentType:"application/json",body:a,estimatedSize:new Blob([a]).size}}},il=[];md&&il.push({transport:"fetch",method:t=>{var e,n,{contentType:r,body:i,estimatedSize:o}=(e=dd(t))!==null&&e!==void 0?e:{},s=new Headers;pe(t.headers,(function(c,f){s.append(f,c)})),r&&s.append("Content-Type",r);var a=t.url,l=null;if(zm){var u=new zm;l={signal:u.signal,timeout:setTimeout((()=>u.abort()),t.timeout)}}md(a,$({method:t?.method||"GET",headers:s,keepalive:t.method==="POST"&&(o||0)<52428.8,body:i,signal:(n=l)==null?void 0:n.signal},t.fetchOptions)).then((c=>c.text().then((f=>{var h={statusCode:c.status,text:f};if(c.status===200)try{h.json=JSON.parse(f)}catch(g){L.error(g)}t.callback==null||t.callback(h)})))).catch((c=>{L.error(c),t.callback==null||t.callback({statusCode:0,text:c})})).finally((()=>l?clearTimeout(l.timeout):null))}}),vd&&il.push({transport:"XHR",method:t=>{var e,n=new vd;n.open(t.method||"GET",t.url,!0);var{contentType:r,body:i}=(e=dd(t))!==null&&e!==void 0?e:{};pe(t.headers,(function(o,s){n.setRequestHeader(s,o)})),r&&n.setRequestHeader("Content-Type",r),t.timeout&&(n.timeout=t.timeout),t.disableXHRCredentials||(n.withCredentials=!0),n.onreadystatechange=()=>{if(n.readyState===4){var o={statusCode:n.status,text:n.responseText};if(n.status===200)try{o.json=JSON.parse(n.responseText)}catch{}t.callback==null||t.callback(o)}},n.send(i)}}),kt!=null&&kt.sendBeacon&&il.push({transport:"sendBeacon",method:t=>{var e=xl(t.url,{beacon:"1"});try{var n,{contentType:r,body:i}=(n=dd(t))!==null&&n!==void 0?n:{},o=typeof i=="string"?new Blob([i],{type:r}):i;kt.sendBeacon(e,o)}catch{}}});var Sl=function(t,e){if(!(function(n){try{new RegExp(n)}catch{return!1}return!0})(e))return!1;try{return new RegExp(e).test(t)}catch{return!1}};function Sv(t,e,n){return _s({distinct_id:t,userPropertiesToSet:e,userPropertiesToSetOnce:n})}var My={exact:(t,e)=>e.some((n=>t.some((r=>n===r)))),is_not:(t,e)=>e.every((n=>t.every((r=>n!==r)))),regex:(t,e)=>e.some((n=>t.some((r=>Sl(n,r))))),not_regex:(t,e)=>e.every((n=>t.every((r=>!Sl(n,r))))),icontains:(t,e)=>e.map(nl).some((n=>t.map(nl).some((r=>n.includes(r))))),not_icontains:(t,e)=>e.map(nl).every((n=>t.map(nl).every((r=>!n.includes(r)))))},nl=t=>t.toLowerCase();function Fy(t,e){return!t||Object.entries(t).every((n=>{var[r,i]=n,o=e?.[r];if(N(o)||Ln(o))return!1;var s=[String(o)],a=My[i.operator];return!!a&&a(i.values,s)}))}var fd=Fe("[Error tracking]"),lf=class{constructor(e){var n,r;this.Jt=[],this.Kt=new Sd([new kd,new Pd,new Ed,new Cd,new Rd,new Td,new Ad,new Id],Zk("web:javascript",Wk,Gk)),this._instance=e,this.Jt=(n=(r=this._instance.persistence)==null?void 0:r.get_property(Od))!==null&&n!==void 0?n:[]}onRemoteConfig(e){var n,r,i,o=(n=(r=e.errorTracking)==null?void 0:r.suppressionRules)!==null&&n!==void 0?n:[],s=(i=e.errorTracking)==null?void 0:i.captureExtensionExceptions;this.Jt=o,this._instance.persistence&&this._instance.persistence.register({[Od]:this.Jt,[Qm]:s})}get Yt(){var e,n=!!this._instance.get_property(Qm),r=this._instance.config.error_tracking.captureExtensionExceptions;return(e=r??n)!==null&&e!==void 0&&e}buildProperties(e,n){return this.Kt.buildFromUnknown(e,{syntheticException:n?.syntheticException,mechanism:{handled:n?.handled}})}sendExceptionEvent(e){var n=e.$exception_list;if(this.Xt(n)){if(this.Qt(n))return void fd.info("Skipping exception capture because a suppression rule matched");if(!this.Yt&&this.Zt(n))return void fd.info("Skipping exception capture because it was thrown by an extension");if(!this._instance.config.error_tracking.__capturePostHogExceptions&&this.ti(n))return void fd.info("Skipping exception capture because it was thrown by the PostHog SDK")}return this._instance.capture("$exception",e,{_noTruncate:!0,_batchKey:"exceptionEvent"})}Qt(e){if(e.length===0)return!1;var n=e.reduce(((r,i)=>{var{type:o,value:s}=i;return Me(o)&&o.length>0&&r.$exception_types.push(o),Me(s)&&s.length>0&&r.$exception_values.push(s),r}),{$exception_types:[],$exception_values:[]});return this.Jt.some((r=>{var i=r.values.map((o=>{var s,a=My[o.operator],l=fe(o.value)?o.value:[o.value],u=(s=n[o.key])!==null&&s!==void 0?s:[];return l.length>0&&a(l,u)}));return r.type==="OR"?i.some(Boolean):i.every(Boolean)}))}Zt(e){return e.flatMap((n=>{var r,i;return(r=(i=n.stacktrace)==null?void 0:i.frames)!==null&&r!==void 0?r:[]})).some((n=>n.filename&&n.filename.startsWith("chrome-extension://")))}ti(e){if(e.length>0){var n,r,i,o,s=(n=(r=e[0].stacktrace)==null?void 0:r.frames)!==null&&n!==void 0?n:[],a=s[s.length-1];return(i=a==null||(o=a.filename)==null?void 0:o.includes("posthog.com/static"))!==null&&i!==void 0&&i}return!1}Xt(e){return!de(e)&&fe(e)}},Zt=Fe("[FeatureFlags]"),cs=Fe("[FeatureFlags]",{debugEnabled:!0}),pd="$active_feature_flags",qi="$override_feature_flags",bv="$feature_flag_payloads",ds="$override_feature_flag_payloads",kv="$feature_flag_request_id",Cv="$feature_flag_evaluated_at",Ev=t=>{var e={};for(var[n,r]of rl(t||{}))r&&(e[n]=r);return e},X1=t=>{var e=t.flags;return e?(t.featureFlags=Object.fromEntries(Object.keys(e).map((n=>{var r;return[n,(r=e[n].variant)!==null&&r!==void 0?r:e[n].enabled]}))),t.featureFlagPayloads=Object.fromEntries(Object.keys(e).filter((n=>e[n].enabled)).filter((n=>{var r;return(r=e[n].metadata)==null?void 0:r.payload})).map((n=>{var r;return[n,(r=e[n].metadata)==null?void 0:r.payload]})))):Zt.warn("Using an older version of the feature flags endpoint. Please upgrade your PostHog server to the latest version"),t},Q1=(function(t){return t.FeatureFlags="feature_flags",t.Recordings="recordings",t})({}),uf=class{constructor(e){this.ii=!1,this.ei=!1,this.ri=!1,this.si=!1,this.ni=!1,this.oi=!1,this.ai=!1,this._instance=e,this.featureFlagEventHandlers=[]}li(){var e=this._instance.config.evaluation_environments;return e!=null&&e.length?e.filter((n=>{var r=n&&typeof n=="string"&&n.trim().length>0;return r||Zt.error("Invalid evaluation environment found:",n,"Expected non-empty string"),r})):[]}ui(){return this.li().length>0}flags(){if(this._instance.config.__preview_remote_config)this.oi=!0;else{var e=!this.hi&&(this._instance.config.advanced_disable_feature_flags||this._instance.config.advanced_disable_feature_flags_on_first_load);this.vi({disableFlags:e})}}get hasLoadedFlags(){return this.ei}getFlags(){return Object.keys(this.getFlagVariants())}getFlagsWithDetails(){var e=this._instance.get_property(Ld),n=this._instance.get_property(qi),r=this._instance.get_property(ds);if(!r&&!n)return e||{};var i=Pe({},e||{}),o=[...new Set([...Object.keys(r||{}),...Object.keys(n||{})])];for(var s of o){var a,l,u=i[s],c=n?.[s],f=N(c)?(a=u?.enabled)!==null&&a!==void 0&&a:!!c,h=N(c)?u.variant:typeof c=="string"?c:void 0,g=r?.[s],v=$({},u,{enabled:f,variant:f?h??u?.variant:void 0});f!==u?.enabled&&(v.original_enabled=u?.enabled),h!==u?.variant&&(v.original_variant=u?.variant),g&&(v.metadata=$({},u?.metadata,{payload:g,original_payload:u==null||(l=u.metadata)==null?void 0:l.payload})),i[s]=v}return this.ii||(Zt.warn(" Overriding feature flag details!",{flagDetails:e,overriddenPayloads:r,finalDetails:i}),this.ii=!0),i}getFlagVariants(){var e=this._instance.get_property(Yi),n=this._instance.get_property(qi);if(!n)return e||{};for(var r=Pe({},e),i=Object.keys(n),o=0;o<i.length;o++)r[i[o]]=n[i[o]];return this.ii||(Zt.warn(" Overriding feature flags!",{enabledFlags:e,overriddenFlags:n,finalFlags:r}),this.ii=!0),r}getFlagPayloads(){var e=this._instance.get_property(bv),n=this._instance.get_property(ds);if(!n)return e||{};for(var r=Pe({},e||{}),i=Object.keys(n),o=0;o<i.length;o++)r[i[o]]=n[i[o]];return this.ii||(Zt.warn(" Overriding feature flag payloads!",{flagPayloads:e,overriddenPayloads:n,finalPayloads:r}),this.ii=!0),r}reloadFeatureFlags(){this.si||this._instance.config.advanced_disable_feature_flags||this.hi||(this.hi=setTimeout((()=>{this.vi()}),5))}di(){clearTimeout(this.hi),this.hi=void 0}ensureFlagsLoaded(){this.ei||this.ri||this.hi||this.reloadFeatureFlags()}setAnonymousDistinctId(e){this.$anon_distinct_id=e}setReloadingPaused(e){this.si=e}vi(e){var n;if(this.di(),!this._instance.O())if(this.ri)this.ni=!0;else{var r={token:this._instance.config.token,distinct_id:this._instance.get_distinct_id(),groups:this._instance.getGroups(),$anon_distinct_id:this.$anon_distinct_id,person_properties:$({},((n=this._instance.persistence)==null?void 0:n.get_initial_props())||{},this._instance.get_property(vs)||{}),group_properties:this._instance.get_property(ri)};(e!=null&&e.disableFlags||this._instance.config.advanced_disable_feature_flags)&&(r.disable_flags=!0),this.ui()&&(r.evaluation_environments=this.li());var i=this._instance.config.__preview_remote_config,o=i?"/flags/?v=2":"/flags/?v=2&config=true",s=this._instance.config.advanced_only_evaluate_survey_feature_flags?"&only_evaluate_survey_feature_flags=true":"",a=this._instance.requestRouter.endpointFor("flags",o+s);i&&(r.timezone=Iy()),this.ri=!0,this._instance.ci({method:"POST",url:a,data:r,compression:this._instance.config.disable_compression?void 0:On.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:l=>{var u,c,f=!0;if(l.statusCode===200&&(this.ni||(this.$anon_distinct_id=void 0),f=!1),this.ri=!1,this.oi||(this.oi=!0,this._instance.fi((c=l.json)!==null&&c!==void 0?c:{})),!r.disable_flags||this.ni)if(this.ai=!f,l.json&&(u=l.json.quotaLimited)!=null&&u.includes(Q1.FeatureFlags))Zt.warn("You have hit your feature flags quota limit, and will not be able to load feature flags until the quota is reset. Please visit https://posthog.com/docs/billing/limits-alerts to learn more.");else{var h;r.disable_flags||this.receivedFeatureFlags((h=l.json)!==null&&h!==void 0?h:{},f),this.ni&&(this.ni=!1,this.vi())}}})}}getFeatureFlag(e,n){if(n===void 0&&(n={}),this.ei||this.getFlags()&&this.getFlags().length>0){var r=this.getFlagVariants()[e],i=""+r,o=this._instance.get_property(kv)||void 0,s=this._instance.get_property(Cv)||void 0,a=this._instance.get_property(ul)||{};if((n.send_event||!("send_event"in n))&&(!(e in a)||!a[e].includes(i))){var l,u,c,f,h,g,v,_,x;fe(a[e])?a[e].push(i):a[e]=[i],(l=this._instance.persistence)==null||l.register({[ul]:a});var d=this.getFeatureFlagDetails(e),p={$feature_flag:e,$feature_flag_response:r,$feature_flag_payload:this.getFeatureFlagPayload(e)||null,$feature_flag_request_id:o,$feature_flag_evaluated_at:s,$feature_flag_bootstrapped_response:((u=this._instance.config.bootstrap)==null||(u=u.featureFlags)==null?void 0:u[e])||null,$feature_flag_bootstrapped_payload:((c=this._instance.config.bootstrap)==null||(c=c.featureFlagPayloads)==null?void 0:c[e])||null,$used_bootstrap_value:!this.ai};N(d==null||(f=d.metadata)==null?void 0:f.version)||(p.$feature_flag_version=d.metadata.version);var m,y=(h=d==null||(g=d.reason)==null?void 0:g.description)!==null&&h!==void 0?h:d==null||(v=d.reason)==null?void 0:v.code;y&&(p.$feature_flag_reason=y),d!=null&&(_=d.metadata)!=null&&_.id&&(p.$feature_flag_id=d.metadata.id),N(d?.original_variant)&&N(d?.original_enabled)||(p.$feature_flag_original_response=N(d.original_variant)?d.original_enabled:d.original_variant),d!=null&&(x=d.metadata)!=null&&x.original_payload&&(p.$feature_flag_original_payload=d==null||(m=d.metadata)==null?void 0:m.original_payload),this._instance.capture("$feature_flag_called",p)}return r}Zt.warn('getFeatureFlag for key "'+e+`" failed. Feature flags didn't load in time.`)}getFeatureFlagDetails(e){return this.getFlagsWithDetails()[e]}getFeatureFlagPayload(e){return this.getFlagPayloads()[e]}getRemoteConfigPayload(e,n){var r=this._instance.config.token,i={distinct_id:this._instance.get_distinct_id(),token:r};this.ui()&&(i.evaluation_environments=this.li()),this._instance.ci({method:"POST",url:this._instance.requestRouter.endpointFor("flags","/flags/?v=2&config=true"),data:i,compression:this._instance.config.disable_compression?void 0:On.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:o=>{var s,a=(s=o.json)==null?void 0:s.featureFlagPayloads;n(a?.[e]||void 0)}})}isFeatureEnabled(e,n){if(n===void 0&&(n={}),this.ei||this.getFlags()&&this.getFlags().length>0){var r=this.getFeatureFlag(e,n);return N(r)?void 0:!!r}Zt.warn('isFeatureEnabled for key "'+e+`" failed. Feature flags didn't load in time.`)}addFeatureFlagsHandler(e){this.featureFlagEventHandlers.push(e)}removeFeatureFlagsHandler(e){this.featureFlagEventHandlers=this.featureFlagEventHandlers.filter((n=>n!==e))}receivedFeatureFlags(e,n){if(this._instance.persistence){this.ei=!0;var r=this.getFlagVariants(),i=this.getFlagPayloads(),o=this.getFlagsWithDetails();(function(s,a,l,u,c){l===void 0&&(l={}),u===void 0&&(u={}),c===void 0&&(c={});var f=X1(s),h=f.flags,g=f.featureFlags,v=f.featureFlagPayloads;if(g){var _=s.requestId,x=s.evaluatedAt;if(fe(g)){Zt.warn("v1 of the feature flags endpoint is deprecated. Please use the latest version.");var d={};if(g)for(var p=0;p<g.length;p++)d[g[p]]=!0;a&&a.register({[pd]:g,[Yi]:d})}else{var m=g,y=v,w=h;s.errorsWhileComputingFlags&&(m=$({},l,m),y=$({},u,y),w=$({},c,w)),a&&a.register($({[pd]:Object.keys(Ev(m)),[Yi]:m||{},[bv]:y||{},[Ld]:w||{}},_?{[kv]:_}:{},x?{[Cv]:x}:{}))}}})(e,this._instance.persistence,r,i,o),this.pi(n)}}override(e,n){n===void 0&&(n=!1),Zt.warn("override is deprecated. Please use overrideFeatureFlags instead."),this.overrideFeatureFlags({flags:e,suppressWarning:n})}overrideFeatureFlags(e){if(!this._instance.__loaded||!this._instance.persistence)return Zt.uninitializedWarning("posthog.featureFlags.overrideFeatureFlags");if(e===!1)return this._instance.persistence.unregister(qi),this._instance.persistence.unregister(ds),this.pi(),cs.info("All overrides cleared");if(e&&typeof e=="object"&&("flags"in e||"payloads"in e)){var n,r=e;if(this.ii=!!((n=r.suppressWarning)!==null&&n!==void 0&&n),"flags"in r){if(r.flags===!1)this._instance.persistence.unregister(qi),cs.info("Flag overrides cleared");else if(r.flags){if(fe(r.flags)){for(var i={},o=0;o<r.flags.length;o++)i[r.flags[o]]=!0;this._instance.persistence.register({[qi]:i})}else this._instance.persistence.register({[qi]:r.flags});cs.info("Flag overrides set",{flags:r.flags})}}return"payloads"in r&&(r.payloads===!1?(this._instance.persistence.unregister(ds),cs.info("Payload overrides cleared")):r.payloads&&(this._instance.persistence.register({[ds]:r.payloads}),cs.info("Payload overrides set",{payloads:r.payloads}))),void this.pi()}this.pi()}onFeatureFlags(e){if(this.addFeatureFlagsHandler(e),this.ei){var{flags:n,flagVariants:r}=this.gi();e(n,r)}return()=>this.removeFeatureFlagsHandler(e)}updateEarlyAccessFeatureEnrollment(e,n,r){var i,o=(this._instance.get_property(ms)||[]).find((u=>u.flagKey===e)),s={["$feature_enrollment/"+e]:n},a={$feature_flag:e,$feature_enrollment:n,$set:s};o&&(a.$early_access_feature_name=o.name),r&&(a.$feature_enrollment_stage=r),this._instance.capture("$feature_enrollment_update",a),this.setPersonPropertiesForFlags(s,!1);var l=$({},this.getFlagVariants(),{[e]:n});(i=this._instance.persistence)==null||i.register({[pd]:Object.keys(Ev(l)),[Yi]:l}),this.pi()}getEarlyAccessFeatures(e,n,r){n===void 0&&(n=!1);var i=this._instance.get_property(ms),o=r?"&"+r.map((s=>"stage="+s)).join("&"):"";if(i&&!n)return e(i);this._instance.ci({url:this._instance.requestRouter.endpointFor("api","/api/early_access_features/?token="+this._instance.config.token+o),method:"GET",callback:s=>{var a,l;if(s.json){var u=s.json.earlyAccessFeatures;return(a=this._instance.persistence)==null||a.unregister(ms),(l=this._instance.persistence)==null||l.register({[ms]:u}),e(u)}}})}gi(){var e=this.getFlags(),n=this.getFlagVariants();return{flags:e.filter((r=>n[r])),flagVariants:Object.keys(n).filter((r=>n[r])).reduce(((r,i)=>(r[i]=n[i],r)),{})}}pi(e){var{flags:n,flagVariants:r}=this.gi();this.featureFlagEventHandlers.forEach((i=>i(n,r,{errorsLoading:e})))}setPersonPropertiesForFlags(e,n){n===void 0&&(n=!0);var r=this._instance.get_property(vs)||{};this._instance.register({[vs]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetPersonPropertiesForFlags(){this._instance.unregister(vs)}setGroupPropertiesForFlags(e,n){n===void 0&&(n=!0);var r=this._instance.get_property(ri)||{};Object.keys(r).length!==0&&Object.keys(r).forEach((i=>{r[i]=$({},r[i],e[i]),delete e[i]})),this._instance.register({[ri]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetGroupPropertiesForFlags(e){if(e){var n=this._instance.get_property(ri)||{};this._instance.register({[ri]:$({},n,{[e]:{}})})}else this._instance.unregister(ri)}reset(){this.ei=!1,this.ri=!1,this.si=!1,this.ni=!1,this.oi=!1,this.ai=!1,this.$anon_distinct_id=void 0,this.di(),this.ii=!1}},J1=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"],Ss=class{constructor(e,n){this.F=e,this.props={},this.mi=!1,this.yi=(r=>{var i="";return r.token&&(i=r.token.replace(/\+/g,"PL").replace(/\//g,"SL").replace(/=/g,"EQ")),r.persistence_name?"ph_"+r.persistence_name:"ph_"+i+"_posthog"})(e),this.Y=this.bi(e),this.load(),e.debug&&L.info("Persistence loaded",e.persistence,$({},this.props)),this.update_config(e,e,n),this.save()}isDisabled(){return!!this.wi}bi(e){J1.indexOf(e.persistence.toLowerCase())===-1&&(L.critical("Unknown persistence type "+e.persistence+"; falling back to localStorage+cookie"),e.persistence="localStorage+cookie");var n=e.persistence.toLowerCase();return n==="localstorage"&&ke.H()?ke:n==="localstorage+cookie"&&Qa.H()?Qa:n==="sessionstorage"&&je.H()?je:n==="memory"?x1:n==="cookie"?hn:Qa.H()?Qa:hn}properties(){var e={};return pe(this.props,(function(n,r){if(r===Yi&&Ve(n))for(var i=Object.keys(n),o=0;o<i.length;o++)e["$feature/"+i[o]]=n[i[o]];else a=r,l=!1,(Ln(s=r1)?l:Bm&&s.indexOf===Bm?s.indexOf(a)!=-1:(pe(s,(function(u){if(l||(l=u===a))return al})),l))||(e[r]=n);var s,a,l})),e}load(){if(!this.wi){var e=this.Y.W(this.yi);e&&(this.props=Pe({},e))}}save(){this.wi||this.Y.G(this.yi,this.props,this.xi,this.Si,this.Ei,this.F.debug)}remove(){this.Y.V(this.yi,!1),this.Y.V(this.yi,!0)}clear(){this.remove(),this.props={}}register_once(e,n,r){if(Ve(e)){N(n)&&(n="None"),this.xi=N(r)?this.$i:r;var i=!1;if(pe(e,((o,s)=>{this.props.hasOwnProperty(s)&&this.props[s]!==n||(this.props[s]=o,i=!0)})),i)return this.save(),!0}return!1}register(e,n){if(Ve(e)){this.xi=N(n)?this.$i:n;var r=!1;if(pe(e,((i,o)=>{e.hasOwnProperty(o)&&this.props[o]!==i&&(this.props[o]=i,r=!0)})),r)return this.save(),!0}return!1}unregister(e){e in this.props&&(delete this.props[e],this.save())}update_campaign_params(){if(!this.mi){var e=ky(this.F.custom_campaign_params,this.F.mask_personal_data_properties,this.F.custom_personal_data_properties);Zi(Af(e))||this.register(e),this.mi=!0}}update_search_keyword(){var e;this.register((e=O?.referrer)?Ey(e):{})}update_referrer_info(){var e;this.register_once({$referrer:Ay(),$referring_domain:O!=null&&O.referrer&&((e=hl(O.referrer))==null?void 0:e.host)||"$direct"},void 0)}set_initial_person_info(){this.props[Dd]||this.props[Vd]||this.register_once({[cl]:Ty(this.F.mask_personal_data_properties,this.F.custom_personal_data_properties)},void 0)}get_initial_props(){var e={};pe([Vd,Dd],(s=>{var a=this.props[s];a&&pe(a,(function(l,u){e["$initial_"+yd(u)]=l}))}));var n,r,i=this.props[cl];if(i){var o=(n=Ry(i),r={},pe(n,(function(s,a){r["$initial_"+yd(a)]=s})),r);Pe(e,o)}return e}safe_merge(e){return pe(this.props,(function(n,r){r in e||(e[r]=n)})),e}update_config(e,n,r){if(this.$i=this.xi=e.cookie_expiration,this.set_disabled(e.disable_persistence||!!r),this.set_cross_subdomain(e.cross_subdomain_cookie),this.set_secure(e.secure_cookie),e.persistence!==n.persistence){var i=this.bi(e),o=this.props;this.clear(),this.Y=i,this.props=o,this.save()}}set_disabled(e){this.wi=e,this.wi?this.remove():this.save()}set_cross_subdomain(e){e!==this.Si&&(this.Si=e,this.remove(),this.save())}set_secure(e){e!==this.Ei&&(this.Ei=e,this.remove(),this.save())}set_event_timer(e,n){var r=this.props[gs]||{};r[e]=n,this.props[gs]=r,this.save()}remove_event_timer(e){var n=(this.props[gs]||{})[e];return N(n)||(delete this.props[gs][e],this.save()),n}get_property(e){return this.props[e]}set_property(e,n){this.props[e]=n,this.save()}},fs=(function(t){return t.Activation="events",t.Cancellation="cancelEvents",t})({}),G2=(function(t){return t.Button="button",t.Tab="tab",t.Selector="selector",t})({}),Z2=(function(t){return t.TopLeft="top_left",t.TopRight="top_right",t.TopCenter="top_center",t.MiddleLeft="middle_left",t.MiddleRight="middle_right",t.MiddleCenter="middle_center",t.Left="left",t.Center="center",t.Right="right",t.NextToTrigger="next_to_trigger",t})({}),Y2=(function(t){return t.Top="top",t.Left="left",t.Right="right",t.Bottom="bottom",t})({}),hd=(function(t){return t.Popover="popover",t.API="api",t.Widget="widget",t.ExternalSurvey="external_survey",t})({}),X2=(function(t){return t.Open="open",t.MultipleChoice="multiple_choice",t.SingleChoice="single_choice",t.Rating="rating",t.Link="link",t})({}),Q2=(function(t){return t.NextQuestion="next_question",t.End="end",t.ResponseBased="response_based",t.SpecificQuestion="specific_question",t})({}),J2=(function(t){return t.Once="once",t.Recurring="recurring",t.Always="always",t})({}),ol=(function(t){return t.SHOWN="survey shown",t.DISMISSED="survey dismissed",t.SENT="survey sent",t})({}),Av=(function(t){return t.SURVEY_ID="$survey_id",t.SURVEY_NAME="$survey_name",t.SURVEY_RESPONSE="$survey_response",t.SURVEY_ITERATION="$survey_iteration",t.SURVEY_ITERATION_START_DATE="$survey_iteration_start_date",t.SURVEY_PARTIALLY_COMPLETED="$survey_partially_completed",t.SURVEY_SUBMISSION_ID="$survey_submission_id",t.SURVEY_QUESTIONS="$survey_questions",t.SURVEY_COMPLETED="$survey_completed",t})({}),$y=(function(t){return t.Popover="popover",t.Inline="inline",t})({}),Rs=class{constructor(){this.ki={},this.ki={}}on(e,n){return this.ki[e]||(this.ki[e]=[]),this.ki[e].push(n),()=>{this.ki[e]=this.ki[e].filter((r=>r!==n))}}emit(e,n){for(var r of this.ki[e]||[])r(n);for(var i of this.ki["*"]||[])i(e,n)}};function Ki(t,e,n){if(de(t))return!1;switch(n){case"exact":return t===e;case"contains":var r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/_/g,".").replace(/%/g,".*");return new RegExp(r,"i").test(t);case"regex":try{return new RegExp(e).test(t)}catch{return!1}default:return!1}}var cf=class{constructor(e){this.Pi=new Rs,this.Ti=(n,r)=>this.Ri(n,r)&&this.Ii(n,r)&&this.Fi(n,r)&&this.Ci(n,r),this.Ri=(n,r)=>r==null||!r.event||n?.event===r?.event,this._instance=e,this.Mi=new Set,this.Oi=new Set}init(){var e;if(!N((e=this._instance)==null?void 0:e.Ai)){var n;(n=this._instance)==null||n.Ai(((r,i)=>{this.on(r,i)}))}}register(e){var n,r;if(!N((n=this._instance)==null?void 0:n.Ai)&&(e.forEach((s=>{var a,l;(a=this.Oi)==null||a.add(s),(l=s.steps)==null||l.forEach((u=>{var c;(c=this.Mi)==null||c.add(u?.event||"")}))})),(r=this._instance)!=null&&r.autocapture)){var i,o=new Set;e.forEach((s=>{var a;(a=s.steps)==null||a.forEach((l=>{l!=null&&l.selector&&o.add(l?.selector)}))})),(i=this._instance)==null||i.autocapture.setElementSelectors(o)}}on(e,n){var r;n!=null&&e.length!=0&&(this.Mi.has(e)||this.Mi.has(n?.event))&&this.Oi&&((r=this.Oi)==null?void 0:r.size)>0&&this.Oi.forEach((i=>{this.Di(n,i)&&this.Pi.emit("actionCaptured",i.name)}))}ji(e){this.onAction("actionCaptured",(n=>e(n)))}Di(e,n){if(n?.steps==null)return!1;for(var r of n.steps)if(this.Ti(e,r))return!0;return!1}onAction(e,n){return this.Pi.on(e,n)}Ii(e,n){if(n!=null&&n.url){var r,i=e==null||(r=e.properties)==null?void 0:r.$current_url;if(!i||typeof i!="string"||!Ki(i,n.url,n.url_matching||"contains"))return!1}return!0}Fi(e,n){return!!this.Li(e,n)&&!!this.Ni(e,n)&&!!this.Ui(e,n)}Li(e,n){var r;if(n==null||!n.href)return!0;var i=this.zi(e);if(i.length>0)return i.some((a=>Ki(a.href,n.href,n.href_matching||"exact")));var o,s=(e==null||(r=e.properties)==null?void 0:r.$elements_chain)||"";return!!s&&Ki((o=s.match(/(?::|")href="(.*?)"/))?o[1]:"",n.href,n.href_matching||"exact")}Ni(e,n){var r;if(n==null||!n.text)return!0;var i=this.zi(e);if(i.length>0)return i.some((u=>Ki(u.text,n.text,n.text_matching||"exact")||Ki(u.$el_text,n.text,n.text_matching||"exact")));var o,s,a,l=(e==null||(r=e.properties)==null?void 0:r.$elements_chain)||"";return!!l&&(o=(function(u){for(var c,f=[],h=/(?::|")text="(.*?)"/g;!de(c=h.exec(u));)f.includes(c[1])||f.push(c[1]);return f})(l),s=n.text,a=n.text_matching||"exact",o.some((u=>Ki(u,s,a))))}Ui(e,n){var r,i;if(n==null||!n.selector)return!0;var o=e==null||(r=e.properties)==null?void 0:r.$element_selectors;if(o!=null&&o.includes(n.selector))return!0;var s=(e==null||(i=e.properties)==null?void 0:i.$elements_chain)||"";if(n.selector_regex&&s)try{return new RegExp(n.selector_regex).test(s)}catch{return!1}return!1}zi(e){var n;return(e==null||(n=e.properties)==null?void 0:n.$elements)==null?[]:e?.properties.$elements}Ci(e,n){return n==null||!n.properties||n.properties.length===0||Fy(n.properties.reduce(((r,i)=>{var o=fe(i.value)?i.value.map(String):i.value!=null?[String(i.value)]:[];return r[i.key]={values:o,operator:i.operator||"exact"},r}),{}),e?.properties)}},ue=Fe("[Surveys]"),df="seenSurvey_",eC=(t,e)=>{var n="$survey_"+e+"/"+t.id;return t.current_iteration&&t.current_iteration>0&&(n="$survey_"+e+"/"+t.id+"/"+t.current_iteration),n},Tv=t=>{var e=""+df+t.id;return t.current_iteration&&t.current_iteration>0&&(e=""+df+t.id+"_"+t.current_iteration),e},tC=[hd.Popover,hd.Widget,hd.API],nC={ignoreConditions:!1,ignoreDelay:!1,displayType:$y.Popover},ff=class{constructor(e){this._instance=e,this.Hi=new Map,this.Bi=new Map,this.qi=new Map}Wi(e,n){return!!e&&Fy(e.propertyFilters,n?.properties)}Gi(e,n){var r=new Map;return e.forEach((i=>{var o;(o=i.conditions)==null||(o=o[n])==null||(o=o.values)==null||o.forEach((s=>{if(s!=null&&s.name){var a=r.get(s.name)||[];a.push(i.id),r.set(s.name,a)}}))})),r}Vi(e,n,r){var i,o=(r===fs.Activation?this.Hi:this.Bi).get(e),s=[];return(i=this._instance)==null||i.getSurveys((a=>{s=a.filter((l=>o?.includes(l.id)))})),s.filter((a=>{var l,u=(l=a.conditions)==null||(l=l[r])==null||(l=l.values)==null?void 0:l.find((c=>c.name===e));return this.Wi(u,n)}))}register(e){var n;N((n=this._instance)==null?void 0:n.Ai)||(this.Ji(e),this.Ki(e))}Ki(e){var n=e.filter((r=>{var i,o;return((i=r.conditions)==null?void 0:i.actions)&&((o=r.conditions)==null||(o=o.actions)==null||(o=o.values)==null?void 0:o.length)>0}));n.length!==0&&(this.Yi==null&&(this.Yi=new cf(this._instance),this.Yi.init(),this.Yi.ji((r=>{this.onAction(r)}))),n.forEach((r=>{var i,o,s,a,l;r.conditions&&(i=r.conditions)!=null&&i.actions&&(o=r.conditions)!=null&&(o=o.actions)!=null&&o.values&&((s=r.conditions)==null||(s=s.actions)==null||(s=s.values)==null?void 0:s.length)>0&&((a=this.Yi)==null||a.register(r.conditions.actions.values),(l=r.conditions)==null||(l=l.actions)==null||(l=l.values)==null||l.forEach((u=>{if(u&&u.name){var c=this.qi.get(u.name);c&&c.push(r.id),this.qi.set(u.name,c||[r.id])}})))})))}Ji(e){var n,r=e.filter((o=>{var s,a;return((s=o.conditions)==null?void 0:s.events)&&((a=o.conditions)==null||(a=a.events)==null||(a=a.values)==null?void 0:a.length)>0})),i=e.filter((o=>{var s,a;return((s=o.conditions)==null?void 0:s.cancelEvents)&&((a=o.conditions)==null||(a=a.cancelEvents)==null||(a=a.values)==null?void 0:a.length)>0}));(r.length!==0||i.length!==0)&&((n=this._instance)==null||n.Ai(((o,s)=>{this.onEvent(o,s)})),this.Hi=this.Gi(e,fs.Activation),this.Bi=this.Gi(e,fs.Cancellation))}onEvent(e,n){var r,i=((r=this._instance)==null||(r=r.persistence)==null?void 0:r.props[Xa])||[];if(ol.SHOWN===e&&n&&i.length>0){var o;ue.info("survey event matched, removing survey from activated surveys",{event:e,eventPayload:n,existingActivatedSurveys:i});var s=n==null||(o=n.properties)==null?void 0:o.$survey_id;if(s){var a=i.indexOf(s);a>=0&&(i.splice(a,1),this.Xi(i))}}else{if(this.Bi.has(e)){var l=this.Vi(e,n,fs.Cancellation);l.length>0&&(ue.info("cancel event matched, cancelling surveys",{event:e,surveysToCancel:l.map((c=>c.id))}),l.forEach((c=>{var f,h=i.indexOf(c.id);h>=0&&i.splice(h,1),(f=this._instance)==null||f.cancelPendingSurvey(c.id)})),this.Xi(i))}if(this.Hi.has(e)){ue.info("survey event name matched",{event:e,eventPayload:n,surveys:this.Hi.get(e)});var u=this.Vi(e,n,fs.Activation);this.Xi(i.concat(u.map((c=>c.id))||[]))}}}onAction(e){var n,r=((n=this._instance)==null||(n=n.persistence)==null?void 0:n.props[Xa])||[];this.qi.has(e)&&this.Xi(r.concat(this.qi.get(e)||[]))}Xi(e){var n;ue.info("updating activated surveys",{activatedSurveys:e}),(n=this._instance)==null||(n=n.persistence)==null||n.register({[Xa]:[...new Set(e)]})}getSurveys(){var e,n=(e=this._instance)==null||(e=e.persistence)==null?void 0:e.props[Xa];return n||[]}getEventToSurveys(){return this.Hi}Qi(){return this.Yi}},pf=class{constructor(e){this.Zi=void 0,this._surveyManager=null,this.te=!1,this.ie=!1,this.ee=[],this._instance=e,this._surveyEventReceiver=null}onRemoteConfig(e){if(!this._instance.config.disable_surveys){var n=e.surveys;if(de(n))return ue.warn("Flags not loaded yet. Not loading surveys.");var r=fe(n);this.Zi=r?n.length>0:n,ue.info("flags response received, isSurveysEnabled: "+this.Zi),this.loadIfEnabled()}}reset(){localStorage.removeItem("lastSeenSurveyDate");for(var e=[],n=0;n<localStorage.length;n++){var r=localStorage.key(n);(r!=null&&r.startsWith(df)||r!=null&&r.startsWith("inProgressSurvey_"))&&e.push(r)}e.forEach((i=>localStorage.removeItem(i)))}loadIfEnabled(){if(!this._surveyManager)if(this.ie)ue.info("Already initializing surveys, skipping...");else if(this._instance.config.disable_surveys)ue.info("Disabled. Not loading surveys.");else if(this._instance.config.cookieless_mode&&this._instance.consent.isOptedOut())ue.info("Not loading surveys in cookieless mode without consent.");else{var e=G?.__PosthogExtensions__;if(e){if(!N(this.Zi)||this._instance.config.advanced_enable_surveys){var n=this.Zi||this._instance.config.advanced_enable_surveys;this.ie=!0;try{var r=e.generateSurveys;if(r)return void this.re(r,n);var i=e.loadExternalDependency;if(!i)return void this.se("PostHog loadExternalDependency extension not found.");i(this._instance,"surveys",(o=>{o||!e.generateSurveys?this.se("Could not load surveys script",o):this.re(e.generateSurveys,n)}))}catch(o){throw this.se("Error initializing surveys",o),o}finally{this.ie=!1}}}else ue.error("PostHog Extensions not found.")}}re(e,n){this._surveyManager=e(this._instance,n),this._surveyEventReceiver=new ff(this._instance),ue.info("Surveys loaded successfully"),this.ne({isLoaded:!0})}se(e,n){ue.error(e,n),this.ne({isLoaded:!1,error:e})}onSurveysLoaded(e){return this.ee.push(e),this._surveyManager&&this.ne({isLoaded:!0}),()=>{this.ee=this.ee.filter((n=>n!==e))}}getSurveys(e,n){if(n===void 0&&(n=!1),this._instance.config.disable_surveys)return ue.info("Disabled. Not loading surveys."),e([]);var r=this._instance.get_property(Md);if(r&&!n)return e(r,{isLoaded:!0});if(this.te)return e([],{isLoaded:!1,error:"Surveys are already being loaded"});try{this.te=!0,this._instance.ci({url:this._instance.requestRouter.endpointFor("api","/api/surveys/?token="+this._instance.config.token),method:"GET",timeout:this._instance.config.surveys_request_timeout_ms,callback:i=>{var o;this.te=!1;var s=i.statusCode;if(s!==200||!i.json){var a="Surveys API could not be loaded, status: "+s;return ue.error(a),e([],{isLoaded:!1,error:a})}var l,u=i.json.surveys||[],c=u.filter((f=>(function(h){return!(!h.start_date||h.end_date)})(f)&&((function(h){var g;return!((g=h.conditions)==null||(g=g.events)==null||(g=g.values)==null||!g.length)})(f)||(function(h){var g;return!((g=h.conditions)==null||(g=g.actions)==null||(g=g.values)==null||!g.length)})(f))));return c.length>0&&((l=this._surveyEventReceiver)==null||l.register(c)),(o=this._instance.persistence)==null||o.register({[Md]:u}),e(u,{isLoaded:!0})}})}catch(i){throw this.te=!1,i}}ne(e){for(var n of this.ee)try{if(!e.isLoaded)return n([],e);this.getSurveys(n)}catch(r){ue.error("Error in survey callback",r)}}getActiveMatchingSurveys(e,n){if(n===void 0&&(n=!1),!de(this._surveyManager))return this._surveyManager.getActiveMatchingSurveys(e,n);ue.warn("init was not called")}oe(e){var n=null;return this.getSurveys((r=>{var i;n=(i=r.find((o=>o.id===e)))!==null&&i!==void 0?i:null})),n}ae(e){if(de(this._surveyManager))return{eligible:!1,reason:"SDK is not enabled or survey functionality is not yet loaded"};var n=typeof e=="string"?this.oe(e):e;return n?this._surveyManager.checkSurveyEligibility(n):{eligible:!1,reason:"Survey not found"}}canRenderSurvey(e){if(de(this._surveyManager))return ue.warn("init was not called"),{visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"};var n=this.ae(e);return{visible:n.eligible,disabledReason:n.reason}}canRenderSurveyAsync(e,n){return de(this._surveyManager)?(ue.warn("init was not called"),Promise.resolve({visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"})):new Promise((r=>{this.getSurveys((i=>{var o,s=(o=i.find((l=>l.id===e)))!==null&&o!==void 0?o:null;if(s){var a=this.ae(s);r({visible:a.eligible,disabledReason:a.reason})}else r({visible:!1,disabledReason:"Survey not found"})}),n)}))}renderSurvey(e,n){var r;if(de(this._surveyManager))ue.warn("init was not called");else{var i=typeof e=="string"?this.oe(e):e;if(i!=null&&i.id)if(tC.includes(i.type)){var o=O?.querySelector(n);if(o)return(r=i.appearance)!=null&&r.surveyPopupDelaySeconds?(ue.info("Rendering survey "+i.id+" with delay of "+i.appearance.surveyPopupDelaySeconds+" seconds"),void setTimeout((()=>{var s,a;ue.info("Rendering survey "+i.id+" with delay of "+((s=i.appearance)==null?void 0:s.surveyPopupDelaySeconds)+" seconds"),(a=this._surveyManager)==null||a.renderSurvey(i,o),ue.info("Survey "+i.id+" rendered")}),1e3*i.appearance.surveyPopupDelaySeconds)):void this._surveyManager.renderSurvey(i,o);ue.warn("Survey element not found")}else ue.warn("Surveys of type "+i.type+" cannot be rendered in the app");else ue.warn("Survey not found")}}displaySurvey(e,n){var r;if(de(this._surveyManager))ue.warn("init was not called");else{var i=this.oe(e);if(i){var o=i;if((r=i.appearance)!=null&&r.surveyPopupDelaySeconds&&n.ignoreDelay&&(o=$({},i,{appearance:$({},i.appearance,{surveyPopupDelaySeconds:0})})),n.ignoreConditions===!1){var s=this.canRenderSurvey(i);if(!s.visible)return void ue.warn("Survey is not eligible to be displayed: ",s.disabledReason)}n.displayType!==$y.Inline?this._surveyManager.handlePopoverSurvey(o):this.renderSurvey(o,n.selector)}else ue.warn("Survey not found")}}cancelPendingSurvey(e){de(this._surveyManager)?ue.warn("init was not called"):this._surveyManager.cancelSurvey(e)}},Rv=Fe("[RateLimiter]"),hf=class{constructor(e){var n,r;this.serverLimits={},this.lastEventRateLimited=!1,this.checkForLimiting=i=>{var o=i.text;if(o&&o.length)try{(JSON.parse(o).quota_limited||[]).forEach((s=>{Rv.info((s||"events")+" is quota limited."),this.serverLimits[s]=new Date().getTime()+6e4}))}catch(s){return void Rv.warn('could not rate limit - continuing. Error: "'+s?.message+'"',{text:o})}},this.instance=e,this.captureEventsPerSecond=((n=e.config.rate_limiting)==null?void 0:n.events_per_second)||10,this.captureEventsBurstLimit=Math.max(((r=e.config.rate_limiting)==null?void 0:r.events_burst_limit)||10*this.captureEventsPerSecond,this.captureEventsPerSecond),this.lastEventRateLimited=this.clientRateLimitContext(!0).isRateLimited}clientRateLimitContext(e){var n,r,i;e===void 0&&(e=!1);var o=new Date().getTime(),s=(n=(r=this.instance.persistence)==null?void 0:r.get_property($d))!==null&&n!==void 0?n:{tokens:this.captureEventsBurstLimit,last:o};s.tokens+=(o-s.last)/1e3*this.captureEventsPerSecond,s.last=o,s.tokens>this.captureEventsBurstLimit&&(s.tokens=this.captureEventsBurstLimit);var a=s.tokens<1;return a||e||(s.tokens=Math.max(0,s.tokens-1)),!a||this.lastEventRateLimited||e||this.instance.capture("$$client_ingestion_warning",{$$client_ingestion_warning_message:"posthog-js client rate limited. Config is set to "+this.captureEventsPerSecond+" events per second and "+this.captureEventsBurstLimit+" events burst limit."},{skip_client_rate_limiting:!0}),this.lastEventRateLimited=a,(i=this.instance.persistence)==null||i.set_property($d,s),{isRateLimited:a,remainingTokens:s.tokens}}isServerRateLimited(e){var n=this.serverLimits[e||"events"]||!1;return n!==!1&&new Date().getTime()<n}},ni=Fe("[RemoteConfig]"),gf=class{constructor(e){this._instance=e}get remoteConfig(){var e;return(e=G._POSTHOG_REMOTE_CONFIG)==null||(e=e[this._instance.config.token])==null?void 0:e.config}le(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.loadExternalDependency?(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"remote-config",(()=>e(this.remoteConfig))):(ni.error("PostHog Extensions not found. Cannot load remote config."),e())}ue(e){this._instance.ci({method:"GET",url:this._instance.requestRouter.endpointFor("assets","/array/"+this._instance.config.token+"/config"),callback:n=>{e(n.json)}})}load(){try{if(this.remoteConfig)return ni.info("Using preloaded remote config",this.remoteConfig),void this.fi(this.remoteConfig);if(this._instance.O())return void ni.warn("Remote config is disabled. Falling back to local config.");this.le((e=>{if(!e)return ni.info("No config found after loading remote JS config. Falling back to JSON."),void this.ue((n=>{this.fi(n)}));this.fi(e)}))}catch(e){ni.error("Error loading remote config",e)}}fi(e){e?this._instance.config.__preview_remote_config?(this._instance.fi(e),e.hasFeatureFlags!==!1&&this._instance.featureFlags.ensureFlagsLoaded()):ni.info("__preview_remote_config is disabled. Logging config instead",e):ni.error("Failed to fetch remote config from PostHog.")}},mf=3e3,vf=class{constructor(e,n){this.he=!0,this.ve=[],this.de=fn(n?.flush_interval_ms||mf,250,5e3,L.createLogger("flush interval"),mf),this.ce=e}enqueue(e){this.ve.push(e),this.fe||this.pe()}unload(){this.ge();var e=this.ve.length>0?this._e():{},n=Object.values(e);[...n.filter((r=>r.url.indexOf("/e")===0)),...n.filter((r=>r.url.indexOf("/e")!==0))].map((r=>{this.ce($({},r,{transport:"sendBeacon"}))}))}enable(){this.he=!1,this.pe()}pe(){var e=this;this.he||(this.fe=setTimeout((()=>{if(this.ge(),this.ve.length>0){var n=this._e(),r=function(){var o=n[i],s=new Date().getTime();o.data&&fe(o.data)&&pe(o.data,(a=>{a.offset=Math.abs(a.timestamp-s),delete a.timestamp})),e.ce(o)};for(var i in n)r()}}),this.de))}ge(){clearTimeout(this.fe),this.fe=void 0}_e(){var e={};return pe(this.ve,(n=>{var r,i=n,o=(i?i.batchKey:null)||i.url;N(e[o])&&(e[o]=$({},i,{data:[]})),(r=e[o].data)==null||r.push(i.data)})),this.ve=[],e}},rC=["retriesPerformedSoFar"],yf=class{constructor(e){this.me=!1,this.ye=3e3,this.ve=[],this._instance=e,this.ve=[],this.be=!0,!N(E)&&"onLine"in E.navigator&&(this.be=E.navigator.onLine,this.we=()=>{this.be=!0,this.Dt()},this.xe=()=>{this.be=!1},Oe(E,"online",this.we),Oe(E,"offline",this.xe))}get length(){return this.ve.length}retriableRequest(e){var{retriesPerformedSoFar:n}=e,r=Mv(e,rC);gn(n)&&n>0&&(r.url=xl(r.url,{retry_count:n})),this._instance.ci($({},r,{callback:i=>{i.statusCode!==200&&(i.statusCode<400||i.statusCode>=500)&&(n??0)<10?this.Se($({retriesPerformedSoFar:n},r)):r.callback==null||r.callback(i)}}))}Se(e){var n=e.retriesPerformedSoFar||0;e.retriesPerformedSoFar=n+1;var r=(function(s){var a=3e3*Math.pow(2,s),l=a/2,u=Math.min(18e5,a),c=(Math.random()-.5)*(u-l);return Math.ceil(u+c)})(n),i=Date.now()+r;this.ve.push({retryAt:i,requestOptions:e});var o="Enqueued failed request for retry in "+r;navigator.onLine||(o+=" (Browser is offline)"),L.warn(o),this.me||(this.me=!0,this.Ee())}Ee(){if(this.$e&&clearTimeout(this.$e),this.ve.length===0)return this.me=!1,void(this.$e=void 0);this.$e=setTimeout((()=>{this.be&&this.ve.length>0&&this.Dt(),this.Ee()}),this.ye)}Dt(){var e=Date.now(),n=[],r=this.ve.filter((o=>o.retryAt<e||(n.push(o),!1)));if(this.ve=n,r.length>0)for(var{requestOptions:i}of r)this.retriableRequest(i)}unload(){for(var{requestOptions:e}of(this.$e&&(clearTimeout(this.$e),this.$e=void 0),this.me=!1,N(E)||(this.we&&(E.removeEventListener("online",this.we),this.we=void 0),this.xe&&(E.removeEventListener("offline",this.xe),this.xe=void 0)),this.ve))try{this._instance.ci($({},e,{transport:"sendBeacon"}))}catch(n){L.error(n)}this.ve=[]}},_f=class{constructor(e){this.ke=()=>{var n,r,i,o;this.Pe||(this.Pe={});var s=this.scrollElement(),a=this.scrollY(),l=s?Math.max(0,s.scrollHeight-s.clientHeight):0,u=a+(s?.clientHeight||0),c=s?.scrollHeight||0;this.Pe.lastScrollY=Math.ceil(a),this.Pe.maxScrollY=Math.max(a,(n=this.Pe.maxScrollY)!==null&&n!==void 0?n:0),this.Pe.maxScrollHeight=Math.max(l,(r=this.Pe.maxScrollHeight)!==null&&r!==void 0?r:0),this.Pe.lastContentY=u,this.Pe.maxContentY=Math.max(u,(i=this.Pe.maxContentY)!==null&&i!==void 0?i:0),this.Pe.maxContentHeight=Math.max(c,(o=this.Pe.maxContentHeight)!==null&&o!==void 0?o:0)},this._instance=e}getContext(){return this.Pe}resetContext(){var e=this.Pe;return setTimeout(this.ke,0),e}startMeasuringScrollPosition(){Oe(E,"scroll",this.ke,{capture:!0}),Oe(E,"scrollend",this.ke,{capture:!0}),Oe(E,"resize",this.ke)}scrollElement(){if(!this._instance.config.scroll_root_selector)return E?.document.documentElement;var e=fe(this._instance.config.scroll_root_selector)?this._instance.config.scroll_root_selector:[this._instance.config.scroll_root_selector];for(var n of e){var r=E?.document.querySelector(n);if(r)return r}}scrollY(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollTop||0}return E&&(E.scrollY||E.pageYOffset||E.document.documentElement.scrollTop)||0}scrollX(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollLeft||0}return E&&(E.scrollX||E.pageXOffset||E.document.documentElement.scrollLeft)||0}},iC=t=>Ty(t?.config.mask_personal_data_properties,t?.config.custom_personal_data_properties),bl=class{constructor(e,n,r,i){this.Te=o=>{var s=this.Re();if(!s||s.sessionId!==o){var a={sessionId:o,props:this.Ie(this._instance)};this.Fe.register({[Fd]:a})}},this._instance=e,this.Ce=n,this.Fe=r,this.Ie=i||iC,this.Ce.onSessionId(this.Te)}Re(){return this.Fe.props[Fd]}getSetOnceProps(){var e,n=(e=this.Re())==null?void 0:e.props;return n?"r"in n?Ry(n):{$referring_domain:n.referringDomain,$pathname:n.initialPathName,utm_source:n.utm_source,utm_campaign:n.utm_campaign,utm_medium:n.utm_medium,utm_content:n.utm_content,utm_term:n.utm_term}:{}}getSessionProps(){var e={};return pe(Af(this.getSetOnceProps()),((n,r)=>{r==="$current_url"&&(r="url"),e["$session_entry_"+yd(r)]=n})),e}},gd=Fe("[SessionId]"),kl=class{on(e,n){return this.Me.on(e,n)}constructor(e,n,r){var i;if(this.Oe=[],this.Ae=void 0,this.Me=new Rs,this.De=(c,f)=>Math.abs(c-f)>this.sessionTimeoutMs,!e.persistence)throw new Error("SessionIdManager requires a PostHogPersistence instance");if(e.config.cookieless_mode==="always")throw new Error('SessionIdManager cannot be used with cookieless_mode="always"');this.F=e.config,this.Fe=e.persistence,this.je=void 0,this.Le=void 0,this._sessionStartTimestamp=null,this._sessionActivityTimestamp=null,this.Ne=n||pr,this.Ue=r||pr;var o=this.F.persistence_name||this.F.token,s=this.F.session_idle_timeout_seconds||1800;if(this._sessionTimeoutMs=1e3*fn(s,60,36e3,gd.createLogger("session_idle_timeout_seconds"),1800),e.register({$configured_session_timeout_ms:this._sessionTimeoutMs}),this.ze(),this.He="ph_"+o+"_window_id",this.Be="ph_"+o+"_primary_window_exists",this.qe()){var a=je.W(this.He),l=je.W(this.Be);a&&!l?this.je=a:je.V(this.He),je.G(this.Be,!0)}if((i=this.F.bootstrap)!=null&&i.sessionID)try{var u=(c=>{var f=c.replace(/-/g,"");if(f.length!==32)throw new Error("Not a valid UUID");if(f[12]!=="7")throw new Error("Not a UUIDv7");return parseInt(f.substring(0,12),16)})(this.F.bootstrap.sessionID);this.We(this.F.bootstrap.sessionID,new Date().getTime(),u)}catch(c){gd.error("Invalid sessionID in bootstrap",c)}this.Ge()}get sessionTimeoutMs(){return this._sessionTimeoutMs}onSessionId(e){return N(this.Oe)&&(this.Oe=[]),this.Oe.push(e),this.Le&&e(this.Le,this.je),()=>{this.Oe=this.Oe.filter((n=>n!==e))}}qe(){return this.F.persistence!=="memory"&&!this.Fe.wi&&je.H()}Ve(e){e!==this.je&&(this.je=e,this.qe()&&je.G(this.He,e))}Je(){return this.je?this.je:this.qe()?je.W(this.He):null}We(e,n,r){e===this.Le&&n===this._sessionActivityTimestamp&&r===this._sessionStartTimestamp||(this._sessionStartTimestamp=r,this._sessionActivityTimestamp=n,this.Le=e,this.Fe.register({[ll]:[n,e,r]}))}Ke(){var e=this.Fe.props[ll];return fe(e)&&e.length===2&&e.push(e[0]),e||[0,null,0]}resetSessionId(){this.We(null,null,null)}destroy(){clearTimeout(this.Ye),this.Ye=void 0,this.Ae&&E&&(E.removeEventListener("beforeunload",this.Ae,{capture:!1}),this.Ae=void 0),this.Oe=[]}Ge(){this.Ae=()=>{this.qe()&&je.V(this.Be)},Oe(E,"beforeunload",this.Ae,{capture:!1})}checkAndGetSessionAndWindowId(e,n){if(e===void 0&&(e=!1),n===void 0&&(n=null),this.F.cookieless_mode==="always")throw new Error('checkAndGetSessionAndWindowId should not be called with cookieless_mode="always"');var r=n||new Date().getTime(),[i,o,s]=this.Ke(),a=this.Je(),l=gn(s)&&s>0&&Math.abs(r-s)>864e5,u=!1,c=!o,f=!c&&!e&&this.De(r,i);c||f||l?(o=this.Ne(),a=this.Ue(),gd.info("new session ID generated",{sessionId:o,windowId:a,changeReason:{noSessionId:c,activityTimeout:f,sessionPastMaximumLength:l}}),s=r,u=!0):a||(a=this.Ue(),u=!0);var h=i===0||!e||l?r:i,g=s===0?new Date().getTime():s;return this.Ve(a),this.We(o,h,g),e||this.ze(),u&&this.Oe.forEach((v=>v(o,a,u?{noSessionId:c,activityTimeout:f,sessionPastMaximumLength:l}:void 0))),{sessionId:o,windowId:a,sessionStartTimestamp:g,changeReason:u?{noSessionId:c,activityTimeout:f,sessionPastMaximumLength:l}:void 0,lastActivityTimestamp:i}}ze(){clearTimeout(this.Ye),this.Ye=setTimeout((()=>{var[e]=this.Ke();if(this.De(new Date().getTime(),e)){var n=this.Le;this.resetSessionId(),this.Me.emit("forcedIdleReset",{idleSessionId:n})}}),1.1*this.sessionTimeoutMs)}},oC=["$set_once","$set"],dr=Fe("[SiteApps]"),wf=class{constructor(e){this._instance=e,this.Xe=[],this.apps={}}get isEnabled(){return!!this._instance.config.opt_in_site_apps}Qe(e,n){if(n){var r=this.globalsForEvent(n);this.Xe.push(r),this.Xe.length>1e3&&(this.Xe=this.Xe.slice(10))}}get siteAppLoaders(){var e;return(e=G._POSTHOG_REMOTE_CONFIG)==null||(e=e[this._instance.config.token])==null?void 0:e.siteApps}init(){if(this.isEnabled){var e=this._instance.Ai(this.Qe.bind(this));this.Ze=()=>{e(),this.Xe=[],this.Ze=void 0}}}globalsForEvent(e){var n,r,i,o,s,a,l;if(!e)throw new Error("Event payload is required");var u={},c=this._instance.get_property("$groups")||[],f=this._instance.get_property("$stored_group_properties")||{};for(var[h,g]of Object.entries(f))u[h]={id:c[h],type:h,properties:g};var{$set_once:v,$set:_}=e;return{event:$({},Mv(e,oC),{properties:$({},e.properties,_?{$set:$({},(n=(r=e.properties)==null?void 0:r.$set)!==null&&n!==void 0?n:{},_)}:{},v?{$set_once:$({},(i=(o=e.properties)==null?void 0:o.$set_once)!==null&&i!==void 0?i:{},v)}:{}),elements_chain:(s=(a=e.properties)==null?void 0:a.$elements_chain)!==null&&s!==void 0?s:"",distinct_id:(l=e.properties)==null?void 0:l.distinct_id}),person:{properties:this._instance.get_property("$stored_person_properties")},groups:u}}setupSiteApp(e){var n=this.apps[e.id],r=()=>{var a;!n.errored&&this.Xe.length&&(dr.info("Processing "+this.Xe.length+" events for site app with id "+e.id),this.Xe.forEach((l=>n.processEvent==null?void 0:n.processEvent(l))),n.processedBuffer=!0),Object.values(this.apps).every((l=>l.processedBuffer||l.errored))&&((a=this.Ze)==null||a.call(this))},i=!1,o=a=>{n.errored=!a,n.loaded=!0,dr.info("Site app with id "+e.id+" "+(a?"loaded":"errored")),i&&r()};try{var{processEvent:s}=e.init({posthog:this._instance,callback:a=>{o(a)}});s&&(n.processEvent=s),i=!0}catch(a){dr.error("Error while initializing PostHog app with config id "+e.id,a),o(!1)}if(i&&n.loaded)try{r()}catch(a){dr.error("Error while processing buffered events PostHog app with config id "+e.id,a),n.errored=!0}}tr(){var e=this.siteAppLoaders||[];for(var n of e)this.apps[n.id]={id:n.id,loaded:!1,errored:!1,processedBuffer:!1};for(var r of e)this.setupSiteApp(r)}ir(e){if(Object.keys(this.apps).length!==0){var n=this.globalsForEvent(e);for(var r of Object.values(this.apps))try{r.processEvent==null||r.processEvent(n)}catch(i){dr.error("Error while processing event "+e.event+" for site app "+r.id,i)}}}onRemoteConfig(e){var n,r,i,o=this;if((n=this.siteAppLoaders)!=null&&n.length)return this.isEnabled?(this.tr(),void this._instance.on("eventCaptured",(u=>this.ir(u)))):void dr.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.');if((r=this.Ze)==null||r.call(this),(i=e.siteApps)!=null&&i.length)if(this.isEnabled){var s=function(u){var c;G["__$$ph_site_app_"+u]=o._instance,(c=G.__PosthogExtensions__)==null||c.loadSiteApp==null||c.loadSiteApp(o._instance,l,(f=>{if(f)return dr.error("Error while initializing PostHog app with config id "+u,f)}))};for(var{id:a,url:l}of e.siteApps)s(a)}else dr.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}},Dy=function(t,e){if(!t)return!1;var n=t.userAgent;if(n&&Um(n,e))return!0;try{var r=t?.userAgentData;if(r!=null&&r.brands&&r.brands.some((i=>Um(i?.brand,e))))return!0}catch{}return!!t.webdriver},ws=(function(t){return t.US="us",t.EU="eu",t.CUSTOM="custom",t})({}),Iv="i.posthog.com",xf=class{constructor(e){this.er={},this.instance=e}get apiHost(){var e=this.instance.config.api_host.trim().replace(/\/$/,"");return e==="https://app.posthog.com"?"https://us.i.posthog.com":e}get flagsApiHost(){var e=this.instance.config.flags_api_host;return e?e.trim().replace(/\/$/,""):this.apiHost}get uiHost(){var e,n=(e=this.instance.config.ui_host)==null?void 0:e.replace(/\/$/,"");return n||(n=this.apiHost.replace("."+Iv,".posthog.com")),n==="https://app.posthog.com"?"https://us.posthog.com":n}get region(){return this.er[this.apiHost]||(/https:\/\/(app|us|us-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this.er[this.apiHost]=ws.US:/https:\/\/(eu|eu-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this.er[this.apiHost]=ws.EU:this.er[this.apiHost]=ws.CUSTOM),this.er[this.apiHost]}endpointFor(e,n){if(n===void 0&&(n=""),n&&(n=n[0]==="/"?n:"/"+n),e==="ui")return this.uiHost+n;if(e==="flags")return this.flagsApiHost+n;if(this.region===ws.CUSTOM)return this.apiHost+n;var r=Iv+n;switch(e){case"assets":return"https://"+this.region+"-assets."+r;case"api":return"https://"+this.region+"."+r}}},sC={icontains:(t,e)=>!!E&&e.href.toLowerCase().indexOf(t.toLowerCase())>-1,not_icontains:(t,e)=>!!E&&e.href.toLowerCase().indexOf(t.toLowerCase())===-1,regex:(t,e)=>!!E&&Sl(e.href,t),not_regex:(t,e)=>!!E&&!Sl(e.href,t),exact:(t,e)=>e.href===t,is_not:(t,e)=>e.href!==t},Sf=class t{constructor(e){var n=this;this.getWebExperimentsAndEvaluateDisplayLogic=function(r){r===void 0&&(r=!1),n.getWebExperiments((i=>{t.rr("retrieved web experiments from the server"),n.sr=new Map,i.forEach((o=>{if(o.feature_flag_key){var s;n.sr&&(t.rr("setting flag key ",o.feature_flag_key," to web experiment ",o),(s=n.sr)==null||s.set(o.feature_flag_key,o));var a=n._instance.getFeatureFlag(o.feature_flag_key);Me(a)&&o.variants[a]&&n.nr(o.name,a,o.variants[a].transforms)}else if(o.variants)for(var l in o.variants){var u=o.variants[l];t.ar(u)&&n.nr(o.name,l,u.transforms)}}))}),r)},this._instance=e,this._instance.onFeatureFlags((r=>{this.onFeatureFlags(r)}))}onFeatureFlags(e){if(this._is_bot())t.rr("Refusing to render web experiment since the viewer is a likely bot");else if(!this._instance.config.disable_web_experiments){if(de(this.sr))return this.sr=new Map,this.loadIfEnabled(),void this.previewWebExperiment();t.rr("applying feature flags",e),e.forEach((n=>{var r;if(this.sr&&(r=this.sr)!=null&&r.has(n)){var i,o=this._instance.getFeatureFlag(n),s=(i=this.sr)==null?void 0:i.get(n);o&&s!=null&&s.variants[o]&&this.nr(s.name,o,s.variants[o].transforms)}}))}}previewWebExperiment(){var e=t.getWindowLocation();if(e!=null&&e.search){var n=gl(e?.search,"__experiment_id"),r=gl(e?.search,"__experiment_variant");n&&r&&(t.rr("previewing web experiments "+n+" && "+r),this.getWebExperiments((i=>{this.lr(parseInt(n),r,i)}),!1,!0))}}loadIfEnabled(){this._instance.config.disable_web_experiments||this.getWebExperimentsAndEvaluateDisplayLogic()}getWebExperiments(e,n,r){if(this._instance.config.disable_web_experiments&&!r)return e([]);var i=this._instance.get_property("$web_experiments");if(i&&!n)return e(i);this._instance.ci({url:this._instance.requestRouter.endpointFor("api","/api/web_experiments/?token="+this._instance.config.token),method:"GET",callback:o=>{if(o.statusCode!==200||!o.json)return e([]);var s=o.json.experiments||[];return e(s)}})}lr(e,n,r){var i=r.filter((o=>o.id===e));i&&i.length>0&&(t.rr("Previewing web experiment ["+i[0].name+"] with variant ["+n+"]"),this.nr(i[0].name,n,i[0].variants[n].transforms))}static ar(e){return!de(e.conditions)&&t.ur(e)&&t.hr(e)}static ur(e){var n;if(de(e.conditions)||de((n=e.conditions)==null?void 0:n.url))return!0;var r,i,o,s=t.getWindowLocation();return!!s&&((r=e.conditions)==null||!r.url||sC[(i=(o=e.conditions)==null?void 0:o.urlMatchType)!==null&&i!==void 0?i:"icontains"](e.conditions.url,s))}static getWindowLocation(){return E?.location}static hr(e){var n;if(de(e.conditions)||de((n=e.conditions)==null?void 0:n.utm))return!0;var r=ky();if(r.utm_source){var i,o,s,a,l,u,c,f,h=(i=e.conditions)==null||(i=i.utm)==null||!i.utm_campaign||((o=e.conditions)==null||(o=o.utm)==null?void 0:o.utm_campaign)==r.utm_campaign,g=(s=e.conditions)==null||(s=s.utm)==null||!s.utm_source||((a=e.conditions)==null||(a=a.utm)==null?void 0:a.utm_source)==r.utm_source,v=(l=e.conditions)==null||(l=l.utm)==null||!l.utm_medium||((u=e.conditions)==null||(u=u.utm)==null?void 0:u.utm_medium)==r.utm_medium,_=(c=e.conditions)==null||(c=c.utm)==null||!c.utm_term||((f=e.conditions)==null||(f=f.utm)==null?void 0:f.utm_term)==r.utm_term;return h&&v&&_&&g}return!1}static rr(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];L.info("[WebExperiments] "+e,r)}nr(e,n,r){this._is_bot()?t.rr("Refusing to render web experiment since the viewer is a likely bot"):n!=="control"?r.forEach((i=>{if(i.selector){var o;t.rr("applying transform of variant "+n+" for experiment "+e+" ",i);var s=(o=document)==null?void 0:o.querySelectorAll(i.selector);s?.forEach((a=>{var l=a;i.html&&(l.innerHTML=i.html),i.css&&l.setAttribute("style",i.css)}))}})):t.rr("Control variants leave the page unmodified.")}_is_bot(){return kt&&this._instance?Dy(kt,this._instance.config.custom_blocked_useragents):void 0}},aC=Fe("[PostHog ExternalIntegrations]"),lC={intercom:"intercom-integration",crispChat:"crisp-chat-integration"},bf=class{constructor(e){this._instance=e}it(e,n){var r;(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,e,(i=>{if(i)return aC.error("failed to load script",i);n()}))}startIfEnabledOrStop(){var e=this,n=function(s){var a,l,u;!i||(a=G.__PosthogExtensions__)!=null&&(a=a.integrations)!=null&&a[s]||e.it(lC[s],(()=>{var c;(c=G.__PosthogExtensions__)==null||(c=c.integrations)==null||(c=c[s])==null||c.start(e._instance)})),!i&&(l=G.__PosthogExtensions__)!=null&&(l=l.integrations)!=null&&l[s]&&((u=G.__PosthogExtensions__)==null||(u=u.integrations)==null||(u=u[s])==null||u.stop())};for(var[r,i]of Object.entries((o=this._instance.config.integrations)!==null&&o!==void 0?o:{})){var o;n(r)}}},kf="[SessionRecording]",ps=Fe(kf),Cl=class{get started(){var e;return!((e=this.vr)==null||!e.isStarted)}get status(){return this.vr?this.vr.status:this.dr&&!this.cr?"disabled":"lazy_loading"}constructor(e){if(this._forceAllowLocalhostNetworkCapture=!1,this.dr=!1,this.pr=void 0,this._instance=e,!this._instance.sessionManager)throw ps.error("started without valid sessionManager"),new Error(kf+" started without valid sessionManager. This is a bug.");if(this._instance.config.cookieless_mode==="always")throw new Error(kf+' cannot be used with cookieless_mode="always"')}get cr(){var e,n=!((e=this._instance.get_property(rd))==null||!e.enabled),r=!this._instance.config.disable_session_recording,i=this._instance.config.disable_session_recording||this._instance.consent.isOptedOut();return E&&n&&r&&!i}startIfEnabledOrStop(e){var n;if(!this.cr||(n=this.vr)==null||!n.isStarted){var r=!N(Object.assign)&&!N(Array.from);this.cr&&r?(this.gr(e),ps.info("starting")):this.stopRecording()}}gr(e){var n,r,i;this.cr&&(G!=null&&(n=G.__PosthogExtensions__)!=null&&(n=n.rrweb)!=null&&n.record&&(r=G.__PosthogExtensions__)!=null&&r.initSessionRecording?this._r(e):(i=G.__PosthogExtensions__)==null||i.loadExternalDependency==null||i.loadExternalDependency(this._instance,this.mr,(o=>{if(o)return ps.error("could not load recorder",o);this._r(e)})))}stopRecording(){var e,n;(e=this.pr)==null||e.call(this),this.pr=void 0,(n=this.vr)==null||n.stop()}yr(){var e;(e=this._instance.persistence)==null||e.unregister(Wv)}br(e){if(this._instance.persistence){var n,r,i=this._instance.persistence,o=()=>{var s=e.sessionRecording===!1?void 0:e.sessionRecording,a=s?.sampleRate,l=de(a)?null:parseFloat(a);de(l)&&this.yr();var u=s?.minimumDurationMilliseconds;i.register({[rd]:$({enabled:!!s},s,{networkPayloadCapture:$({capturePerformance:e.capturePerformance},s?.networkPayloadCapture),canvasRecording:{enabled:s?.recordCanvas,fps:s?.canvasFps,quality:s?.canvasQuality},sampleRate:l,minimumDurationMilliseconds:N(u)?null:u,endpoint:s?.endpoint,triggerMatchType:s?.triggerMatchType,masking:s?.masking,urlTriggers:s?.urlTriggers})})};o(),(n=this.pr)==null||n.call(this),this.pr=(r=this._instance.sessionManager)==null?void 0:r.onSessionId(o)}}onRemoteConfig(e){"sessionRecording"in e?e.sessionRecording!==!1?(this.br(e),this.dr=!0,this.startIfEnabledOrStop()):this.dr=!0:ps.info("skipping remote config with no sessionRecording",e)}log(e,n){var r;n===void 0&&(n="log"),(r=this.vr)!=null&&r.log?this.vr.log(e,n):ps.warn("log called before recorder was ready")}get mr(){var e,n,r=(e=this._instance)==null||(e=e.persistence)==null?void 0:e.get_property(rd);return(r==null||(n=r.scriptConfig)==null?void 0:n.script)||"lazy-recorder"}_r(e){var n,r;if((n=G.__PosthogExtensions__)==null||!n.initSessionRecording)throw Error("Called on script loaded before session recording is available");this.vr||(this.vr=(r=G.__PosthogExtensions__)==null?void 0:r.initSessionRecording(this._instance),this.vr._forceAllowLocalhostNetworkCapture=this._forceAllowLocalhostNetworkCapture),this.vr.start(e)}onRRwebEmit(e){var n;(n=this.vr)==null||n.onRRwebEmit==null||n.onRRwebEmit(e)}overrideLinkedFlag(){var e,n;this.vr||(n=this._instance.persistence)==null||n.register({$replay_override_linked_flag:!0}),(e=this.vr)==null||e.overrideLinkedFlag()}overrideSampling(){var e,n;this.vr||(n=this._instance.persistence)==null||n.register({$replay_override_sampling:!0}),(e=this.vr)==null||e.overrideSampling()}overrideTrigger(e){var n,r;this.vr||(r=this._instance.persistence)==null||r.register({[e==="url"?"$replay_override_url_trigger":"$replay_override_event_trigger"]:!0}),(n=this.vr)==null||n.overrideTrigger(e)}get sdkDebugProperties(){var e;return((e=this.vr)==null?void 0:e.sdkDebugProperties)||{$recording_status:this.status}}tryAddCustomEvent(e,n){var r;return!((r=this.vr)==null||!r.tryAddCustomEvent(e,n))}},bs={},Cf=()=>{},Gi="posthog",Vy=!Y1&&ct?.indexOf("MSIE")===-1&&ct?.indexOf("Mozilla")===-1,Pv=t=>{var e;return $({api_host:"https://us.i.posthog.com",flags_api_host:null,ui_host:null,token:"",autocapture:!0,cross_subdomain_cookie:n1(O?.location),persistence:"localStorage+cookie",persistence_name:"",loaded:Cf,save_campaign_params:!0,custom_campaign_params:[],custom_blocked_useragents:[],save_referrer:!0,capture_pageleave:"if_capture_pageview",defaults:t??"unset",__preview_deferred_init_extensions:!1,debug:dt&&Me(dt?.search)&&dt.search.indexOf("__posthog_debug=true")!==-1||!1,cookie_expiration:365,upgrade:!1,disable_session_recording:!1,disable_persistence:!1,disable_web_experiments:!0,disable_surveys:!1,disable_surveys_automatic_display:!1,disable_external_dependency_loading:!1,enable_recording_console_log:void 0,secure_cookie:(E==null||(e=E.location)==null?void 0:e.protocol)==="https:",ip:!1,opt_out_capturing_by_default:!1,opt_out_persistence_by_default:!1,opt_out_useragent_filter:!1,opt_out_capturing_persistence_type:"localStorage",consent_persistence_name:null,opt_out_capturing_cookie_prefix:null,opt_in_site_apps:!1,property_denylist:[],respect_dnt:!1,sanitize_properties:null,request_headers:{},request_batching:!0,properties_string_max_length:65535,mask_all_element_attributes:!1,mask_all_text:!1,mask_personal_data_properties:!1,custom_personal_data_properties:[],advanced_disable_flags:!1,advanced_disable_decide:!1,advanced_disable_feature_flags:!1,advanced_disable_feature_flags_on_first_load:!1,advanced_only_evaluate_survey_feature_flags:!1,advanced_enable_surveys:!1,advanced_disable_toolbar_metrics:!1,feature_flag_request_timeout_ms:3e3,surveys_request_timeout_ms:1e4,on_request_error:n=>{var r="Bad HTTP status: "+n.statusCode+" "+n.text;L.error(r)},get_device_id:n=>n,capture_performance:void 0,name:"posthog",bootstrap:{},disable_compression:!1,session_idle_timeout_seconds:1800,person_profiles:"identified_only",before_send:void 0,request_queue_config:{flush_interval_ms:mf},error_tracking:{},_onCapture:Cf,__preview_eager_load_replay:!1},(n=>({rageclick:!(n&&n>="2025-11-30")||{content_ignorelist:!0},capture_pageview:!(n&&n>="2025-05-24")||"history_change",session_recording:n&&n>="2025-11-30"?{strictMinimumDuration:!0}:{}}))(t))},Nv=t=>{var e={};N(t.process_person)||(e.person_profiles=t.process_person),N(t.xhr_headers)||(e.request_headers=t.xhr_headers),N(t.cookie_name)||(e.persistence_name=t.cookie_name),N(t.disable_cookie)||(e.disable_persistence=t.disable_cookie),N(t.store_google)||(e.save_campaign_params=t.store_google),N(t.verbose)||(e.debug=t.verbose);var n=Pe({},e,t);return fe(t.property_blacklist)&&(N(t.property_denylist)?n.property_denylist=t.property_blacklist:fe(t.property_denylist)?n.property_denylist=[...t.property_blacklist,...t.property_denylist]:L.error("Invalid value for property_denylist config: "+t.property_denylist)),n},Ef=class{constructor(){this.__forceAllowLocalhost=!1}get wr(){return this.__forceAllowLocalhost}set wr(e){L.error("WebPerformanceObserver is deprecated and has no impact on network capture. Use `_forceAllowLocalhostNetworkCapture` on `posthog.sessionRecording`"),this.__forceAllowLocalhost=e}},El=class t{get decideEndpointWasHit(){var e,n;return(e=(n=this.featureFlags)==null?void 0:n.hasLoadedFlags)!==null&&e!==void 0&&e}get flagsEndpointWasHit(){var e,n;return(e=(n=this.featureFlags)==null?void 0:n.hasLoadedFlags)!==null&&e!==void 0&&e}constructor(){this.webPerformance=new Ef,this.Sr=!1,this.version=In.LIB_VERSION,this.Er=new Rs,this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=Pv(),this.SentryIntegration=Gd,this.sentryIntegration=e=>(function(n,r){var i=ay(n,r);return{name:sy,processEvent:o=>i(o)}})(this,e),this.__request_queue=[],this.__loaded=!1,this.analyticsDefaultEndpoint="/e/",this.$r=!1,this.kr=null,this.Pr=null,this.Tr=null,this.featureFlags=new uf(this),this.toolbar=new Zd(this),this.scrollManager=new _f(this),this.pageViewManager=new nf(this),this.surveys=new pf(this),this.experiments=new Sf(this),this.exceptions=new lf(this),this.rateLimiter=new hf(this),this.requestRouter=new xf(this),this.consent=new Wd(this),this.externalIntegrations=new bf(this),this.people={set:(e,n,r)=>{var i=Me(e)?{[e]:n}:e;this.setPersonProperties(i),r?.({})},set_once:(e,n,r)=>{var i=Me(e)?{[e]:n}:e;this.setPersonProperties(void 0,i),r?.({})}},this.on("eventCaptured",(e=>L.info('send "'+e?.event+'"',e)))}init(e,n,r){if(r&&r!==Gi){var i,o=(i=bs[r])!==null&&i!==void 0?i:new t;return o._init(e,n,r),bs[r]=o,bs[Gi][r]=o,o}return this._init(e,n,r)}_init(e,n,r){var i;if(n===void 0&&(n={}),N(e)||_d(e))return L.critical("PostHog was initialized without a token. This likely indicates a misconfiguration. Please check the first argument passed to posthog.init()"),this;if(this.__loaded)return console.warn("[PostHog.js]","You have already initialized PostHog! Re-initializing is a no-op"),this;this.__loaded=!0,this.config={},n.debug=this.Rr(n.debug),this.Ir=n,this.Fr=[],n.person_profiles&&(this.Pr=n.person_profiles),this.set_config(Pe({},Pv(n.defaults),Nv(n),{name:r,token:e})),this.config.on_xhr_error&&L.error("on_xhr_error is deprecated. Use on_request_error instead"),this.compression=n.disable_compression?void 0:On.GZipJS;var o=this.Cr();this.persistence=new Ss(this.config,o),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new Ss($({},this.config,{persistence:"sessionStorage"}),o);var s=$({},this.persistence.props),a=$({},this.sessionPersistence.props);this.register({$initialization_time:new Date().toISOString()}),this.Mr=new vf((p=>this.Or(p)),this.config.request_queue_config),this.Ar=new yf(this),this.__request_queue=[];var l=this.config.cookieless_mode==="always"||this.config.cookieless_mode==="on_reject"&&this.consent.isExplicitlyOptedOut();if(l||(this.sessionManager=new kl(this),this.sessionPropsManager=new bl(this,this.sessionManager,this.persistence)),this.config.__preview_deferred_init_extensions?(L.info("Deferring extension initialization to improve startup performance"),setTimeout((()=>{this.Dr(l)}),0)):(L.info("Initializing extensions synchronously"),this.Dr(l)),In.DEBUG=In.DEBUG||this.config.debug,In.DEBUG&&L.info("Starting in debug mode",{this:this,config:n,thisC:$({},this.config),p:s,s:a}),((i=n.bootstrap)==null?void 0:i.distinctID)!==void 0){var u,c,f=this.config.get_device_id(pr()),h=(u=n.bootstrap)!=null&&u.isIdentifiedID?f:n.bootstrap.distinctID;this.persistence.set_property(Pn,(c=n.bootstrap)!=null&&c.isIdentifiedID?"identified":"anonymous"),this.register({distinct_id:n.bootstrap.distinctID,$device_id:h})}if(this.jr()){var g,v,_=Object.keys(((g=n.bootstrap)==null?void 0:g.featureFlags)||{}).filter((p=>{var m;return!((m=n.bootstrap)==null||(m=m.featureFlags)==null||!m[p])})).reduce(((p,m)=>{var y;return p[m]=((y=n.bootstrap)==null||(y=y.featureFlags)==null?void 0:y[m])||!1,p}),{}),x=Object.keys(((v=n.bootstrap)==null?void 0:v.featureFlagPayloads)||{}).filter((p=>_[p])).reduce(((p,m)=>{var y,w;return(y=n.bootstrap)!=null&&(y=y.featureFlagPayloads)!=null&&y[m]&&(p[m]=(w=n.bootstrap)==null||(w=w.featureFlagPayloads)==null?void 0:w[m]),p}),{});this.featureFlags.receivedFeatureFlags({featureFlags:_,featureFlagPayloads:x})}if(l)this.register_once({distinct_id:os,$device_id:null},"");else if(!this.get_distinct_id()){var d=this.config.get_device_id(pr());this.register_once({distinct_id:d,$device_id:d},""),this.persistence.set_property(Pn,"anonymous")}return Oe(E,"onpagehide"in self?"pagehide":"unload",this._handle_unload.bind(this),{passive:!1}),this.toolbar.maybeLoadToolbar(),n.segment?k1(this,(()=>this.Lr())):this.Lr(),hr(this.config._onCapture)&&this.config._onCapture!==Cf&&(L.warn("onCapture is deprecated. Please use `before_send` instead"),this.on("eventCaptured",(p=>this.config._onCapture(p.event,p)))),this.config.ip&&L.warn('The `ip` config option has NO EFFECT AT ALL and has been deprecated. Use a custom transformation or "Discard IP data" project setting instead. See https://posthog.com/tutorials/web-redact-properties#hiding-customer-ip-address for more information.'),this}Dr(e){var n=performance.now();this.historyAutocapture=new Kd(this),this.historyAutocapture.startIfEnabled();var r=[];r.push((()=>{new Yd(this).startIfEnabledOrStop()})),r.push((()=>{var i;this.siteApps=new wf(this),(i=this.siteApps)==null||i.init()})),e||r.push((()=>{this.sessionRecording=new Cl(this),this.sessionRecording.startIfEnabledOrStop()})),this.config.disable_scroll_properties||r.push((()=>{this.scrollManager.startMeasuringScrollPosition()})),r.push((()=>{this.autocapture=new zd(this),this.autocapture.startIfEnabled()})),r.push((()=>{this.surveys.loadIfEnabled()})),r.push((()=>{this.heatmaps=new tf(this),this.heatmaps.startIfEnabled()})),r.push((()=>{this.webVitalsAutocapture=new ef(this)})),r.push((()=>{this.exceptionObserver=new qd(this),this.exceptionObserver.startIfEnabled()})),r.push((()=>{this.deadClicksAutocapture=new vl(this,b1),this.deadClicksAutocapture.startIfEnabled()})),r.push((()=>{if(this.Nr){var i=this.Nr;this.Nr=void 0,this.fi(i)}})),this.Ur(r,n)}Ur(e,n){for(;e.length>0;){if(this.config.__preview_deferred_init_extensions&&performance.now()-n>=30&&e.length>0)return void setTimeout((()=>{this.Ur(e,n)}),0);var r=e.shift();if(r)try{r()}catch(o){L.error("Error initializing extension:",o)}}var i=Math.round(performance.now()-n);this.register_for_session({$sdk_debug_extensions_init_method:this.config.__preview_deferred_init_extensions?"deferred":"synchronous",$sdk_debug_extensions_init_time_ms:i}),this.config.__preview_deferred_init_extensions&&L.info("PostHog extensions initialized ("+i+"ms)")}fi(e){var n,r,i,o,s,a,l,u;if(!O||!O.body)return L.info("document not ready yet, trying again in 500 milliseconds..."),void setTimeout((()=>{this.fi(e)}),500);this.config.__preview_deferred_init_extensions&&(this.Nr=e),this.compression=void 0,e.supportedCompression&&!this.config.disable_compression&&(this.compression=te(e.supportedCompression,On.GZipJS)?On.GZipJS:te(e.supportedCompression,On.Base64)?On.Base64:void 0),(n=e.analytics)!=null&&n.endpoint&&(this.analyticsDefaultEndpoint=e.analytics.endpoint),this.set_config({person_profiles:this.Pr?this.Pr:"identified_only"}),(r=this.siteApps)==null||r.onRemoteConfig(e),(i=this.sessionRecording)==null||i.onRemoteConfig(e),(o=this.autocapture)==null||o.onRemoteConfig(e),(s=this.heatmaps)==null||s.onRemoteConfig(e),this.surveys.onRemoteConfig(e),(a=this.webVitalsAutocapture)==null||a.onRemoteConfig(e),(l=this.exceptionObserver)==null||l.onRemoteConfig(e),this.exceptions.onRemoteConfig(e),(u=this.deadClicksAutocapture)==null||u.onRemoteConfig(e)}Lr(){try{this.config.loaded(this)}catch(e){L.critical("`loaded` function failed",e)}this.zr(),this.config.capture_pageview&&setTimeout((()=>{(this.consent.isOptedIn()||this.config.cookieless_mode==="always")&&this.Hr()}),1),new gf(this).load(),this.featureFlags.flags()}zr(){var e;this.is_capturing()&&this.config.request_batching&&((e=this.Mr)==null||e.enable())}_dom_loaded(){this.is_capturing()&&mr(this.__request_queue,(e=>this.Or(e))),this.__request_queue=[],this.zr()}_handle_unload(){var e,n;this.config.request_batching?(this.Br()&&this.capture("$pageleave"),(e=this.Mr)==null||e.unload(),(n=this.Ar)==null||n.unload()):this.Br()&&this.capture("$pageleave",null,{transport:"sendBeacon"})}ci(e){this.__loaded&&(Vy?this.__request_queue.push(e):this.rateLimiter.isServerRateLimited(e.batchKey)||(e.transport=e.transport||this.config.api_transport,e.url=xl(e.url,{ip:this.config.ip?1:0}),e.headers=$({},this.config.request_headers),e.compression=e.compression==="best-available"?this.compression:e.compression,e.disableXHRCredentials=this.config.__preview_disable_xhr_credentials,this.config.__preview_disable_beacon&&(e.disableTransport=["sendBeacon"]),e.fetchOptions=e.fetchOptions||this.config.fetch_options,(n=>{var r,i,o,s=$({},n);s.timeout=s.timeout||6e4,s.url=xl(s.url,{_:new Date().getTime().toString(),ver:In.LIB_VERSION,compression:s.compression});var a=(r=s.transport)!==null&&r!==void 0?r:"fetch",l=il.filter((c=>!s.disableTransport||!c.transport||!s.disableTransport.includes(c.transport))),u=(i=(o=Hv(l,(c=>c.transport===a)))==null?void 0:o.method)!==null&&i!==void 0?i:l[0].method;if(!u)throw new Error("No available transport method");u(s)})($({},e,{callback:n=>{var r,i;this.rateLimiter.checkForLimiting(n),n.statusCode>=400&&((r=(i=this.config).on_request_error)==null||r.call(i,n)),e.callback==null||e.callback(n)}}))))}Or(e){this.Ar?this.Ar.retriableRequest(e):this.ci(e)}_execute_array(e){var n,r=[],i=[],o=[];mr(e,(a=>{a&&(n=a[0],fe(n)?o.push(a):hr(a)?a.call(this):fe(a)&&n==="alias"?r.push(a):fe(a)&&n.indexOf("capture")!==-1&&hr(this[n])?o.push(a):i.push(a))}));var s=function(a,l){mr(a,(function(u){if(fe(u[0])){var c=l;pe(u,(function(f){c=c[f[0]].apply(c,f.slice(1))}))}else this[u[0]].apply(this,u.slice(1))}),l)};s(r,this),s(i,this),s(o,this)}jr(){var e,n;return((e=this.config.bootstrap)==null?void 0:e.featureFlags)&&Object.keys((n=this.config.bootstrap)==null?void 0:n.featureFlags).length>0||!1}push(e){this._execute_array([e])}capture(e,n,r){var i;if(this.__loaded&&this.persistence&&this.sessionPersistence&&this.Mr){if(this.is_capturing())if(!N(e)&&Me(e)){var o=!this.config.opt_out_useragent_filter&&this._is_bot();if(!(o&&!this.config.__preview_capture_bot_pageviews)){var s=r!=null&&r.skip_client_rate_limiting?void 0:this.rateLimiter.clientRateLimitContext();if(s==null||!s.isRateLimited){n!=null&&n.$current_url&&!Me(n?.$current_url)&&(L.error("Invalid `$current_url` property provided to `posthog.capture`. Input must be a string. Ignoring provided value."),n==null||delete n.$current_url),this.sessionPersistence.update_search_keyword(),this.config.save_campaign_params&&this.sessionPersistence.update_campaign_params(),this.config.save_referrer&&this.sessionPersistence.update_referrer_info(),(this.config.save_campaign_params||this.config.save_referrer)&&this.persistence.set_initial_person_info();var a=new Date,l=r?.timestamp||a,u=pr(),c={uuid:u,event:e,properties:this.calculateEventProperties(e,n||{},l,u)};e==="$pageview"&&this.config.__preview_capture_bot_pageviews&&o&&(c.event="$bot_pageview",c.properties.$browser_type="bot"),s&&(c.properties.$lib_rate_limit_remaining_tokens=s.remainingTokens),r?.$set&&(c.$set=r?.$set);var f,h=this.qr(r?.$set_once);if(h&&(c.$set_once=h),(c=e1(c,r!=null&&r._noTruncate?null:this.config.properties_string_max_length)).timestamp=l,N(r?.timestamp)||(c.properties.$event_time_override_provided=!0,c.properties.$event_time_override_system_time=a),e===ol.DISMISSED||e===ol.SENT){var g=n?.[Av.SURVEY_ID],v=n?.[Av.SURVEY_ITERATION];f={id:g,current_iteration:v},localStorage.getItem(Tv(f))||localStorage.setItem(Tv(f),"true"),c.$set=$({},c.$set,{[eC({id:g,current_iteration:v},e===ol.SENT?"responded":"dismissed")]:!0})}var _=$({},c.properties.$set,c.$set);if(Zi(_)||this.setPersonPropertiesForFlags(_),!de(this.config.before_send)){var x=this.Wr(c);if(!x)return;c=x}this.Er.emit("eventCaptured",c);var d={method:"POST",url:(i=r?._url)!==null&&i!==void 0?i:this.requestRouter.endpointFor("api",this.analyticsDefaultEndpoint),data:c,compression:"best-available",batchKey:r?._batchKey};return!this.config.request_batching||r&&(r==null||!r._batchKey)||r!=null&&r.send_instantly?this.Or(d):this.Mr.enqueue(d),c}L.critical("This capture call is ignored due to client rate limiting.")}}else L.error("No event name provided to posthog.capture")}else L.uninitializedWarning("posthog.capture")}Ai(e){return this.on("eventCaptured",(n=>e(n.event,n)))}calculateEventProperties(e,n,r,i,o){if(r=r||new Date,!this.persistence||!this.sessionPersistence)return n;var s=o?void 0:this.persistence.remove_event_timer(e),a=$({},n);if(a.token=this.config.token,a.$config_defaults=this.config.defaults,(this.config.cookieless_mode=="always"||this.config.cookieless_mode=="on_reject"&&this.consent.isExplicitlyOptedOut())&&(a.$cookieless_mode=!0),e==="$snapshot"){var l=$({},this.persistence.properties(),this.sessionPersistence.properties());return a.distinct_id=l.distinct_id,(!Me(a.distinct_id)&&!gn(a.distinct_id)||_d(a.distinct_id))&&L.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),a}var u,c=B1(this.config.mask_personal_data_properties,this.config.custom_personal_data_properties);if(this.sessionManager){var{sessionId:f,windowId:h}=this.sessionManager.checkAndGetSessionAndWindowId(o,r.getTime());a.$session_id=f,a.$window_id=h}this.sessionPropsManager&&Pe(a,this.sessionPropsManager.getSessionProps());try{var g;this.sessionRecording&&Pe(a,this.sessionRecording.sdkDebugProperties),a.$sdk_debug_retry_queue_size=(g=this.Ar)==null?void 0:g.length}catch(d){a.$sdk_debug_error_capturing_properties=String(d)}if(this.requestRouter.region===ws.CUSTOM&&(a.$lib_custom_api_host=this.config.api_host),u=e!=="$pageview"||o?e!=="$pageleave"||o?this.pageViewManager.doEvent():this.pageViewManager.doPageLeave(r):this.pageViewManager.doPageView(r,i),a=Pe(a,u),e==="$pageview"&&O&&(a.title=O.title),!N(s)){var v=r.getTime()-s;a.$duration=parseFloat((v/1e3).toFixed(3))}ct&&this.config.opt_out_useragent_filter&&(a.$browser_type=this._is_bot()?"bot":"browser"),(a=Pe({},c,this.persistence.properties(),this.sessionPersistence.properties(),a)).$is_identified=this._isIdentified(),fe(this.config.property_denylist)?pe(this.config.property_denylist,(function(d){delete a[d]})):L.error("Invalid value for property_denylist config: "+this.config.property_denylist+" or property_blacklist config: "+this.config.property_blacklist);var _=this.config.sanitize_properties;_&&(L.error("sanitize_properties is deprecated. Use before_send instead"),a=_(a,e));var x=this.Gr();return a.$process_person_profile=x,x&&!o&&this.Vr("_calculate_event_properties"),a}qr(e){var n;if(!this.persistence||!this.Gr()||this.Sr)return e;var r=this.persistence.get_initial_props(),i=(n=this.sessionPropsManager)==null?void 0:n.getSetOnceProps(),o=Pe({},r,i||{},e||{}),s=this.config.sanitize_properties;return s&&(L.error("sanitize_properties is deprecated. Use before_send instead"),o=s(o,"$set_once")),this.Sr=!0,Zi(o)?void 0:o}register(e,n){var r;(r=this.persistence)==null||r.register(e,n)}register_once(e,n,r){var i;(i=this.persistence)==null||i.register_once(e,n,r)}register_for_session(e){var n;(n=this.sessionPersistence)==null||n.register(e)}unregister(e){var n;(n=this.persistence)==null||n.unregister(e)}unregister_for_session(e){var n;(n=this.sessionPersistence)==null||n.unregister(e)}Jr(e,n){this.register({[e]:n})}getFeatureFlag(e,n){return this.featureFlags.getFeatureFlag(e,n)}getFeatureFlagPayload(e){var n=this.featureFlags.getFeatureFlagPayload(e);try{return JSON.parse(n)}catch{return n}}isFeatureEnabled(e,n){return this.featureFlags.isFeatureEnabled(e,n)}reloadFeatureFlags(){this.featureFlags.reloadFeatureFlags()}updateEarlyAccessFeatureEnrollment(e,n,r){this.featureFlags.updateEarlyAccessFeatureEnrollment(e,n,r)}getEarlyAccessFeatures(e,n,r){return n===void 0&&(n=!1),this.featureFlags.getEarlyAccessFeatures(e,n,r)}on(e,n){return this.Er.on(e,n)}onFeatureFlags(e){return this.featureFlags.onFeatureFlags(e)}onSurveysLoaded(e){return this.surveys.onSurveysLoaded(e)}onSessionId(e){var n,r;return(n=(r=this.sessionManager)==null?void 0:r.onSessionId(e))!==null&&n!==void 0?n:()=>{}}getSurveys(e,n){n===void 0&&(n=!1),this.surveys.getSurveys(e,n)}getActiveMatchingSurveys(e,n){n===void 0&&(n=!1),this.surveys.getActiveMatchingSurveys(e,n)}renderSurvey(e,n){this.surveys.renderSurvey(e,n)}displaySurvey(e,n){n===void 0&&(n=nC),this.surveys.displaySurvey(e,n)}cancelPendingSurvey(e){this.surveys.cancelPendingSurvey(e)}canRenderSurvey(e){return this.surveys.canRenderSurvey(e)}canRenderSurveyAsync(e,n){return n===void 0&&(n=!1),this.surveys.canRenderSurveyAsync(e,n)}identify(e,n,r){if(!this.__loaded||!this.persistence)return L.uninitializedWarning("posthog.identify");if(gn(e)&&(e=e.toString(),L.warn("The first argument to posthog.identify was a number, but it should be a string. It has been converted to a string.")),e)if(["distinct_id","distinctid"].includes(e.toLowerCase()))L.critical('The string "'+e+'" was set in posthog.identify which indicates an error. This ID should be unique to the user and not a hardcoded string.');else if(e!==os){if(this.Vr("posthog.identify")){var i=this.get_distinct_id();if(this.register({$user_id:e}),!this.get_property("$device_id")){var o=i;this.register_once({$had_persisted_distinct_id:!0,$device_id:o},"")}e!==i&&e!==this.get_property(hs)&&(this.unregister(hs),this.register({distinct_id:e}));var s=(this.persistence.get_property(Pn)||"anonymous")==="anonymous";e!==i&&s?(this.persistence.set_property(Pn,"identified"),this.setPersonPropertiesForFlags($({},r||{},n||{}),!1),this.capture("$identify",{distinct_id:e,$anon_distinct_id:i},{$set:n||{},$set_once:r||{}}),this.Tr=Sv(e,n,r),this.featureFlags.setAnonymousDistinctId(i)):(n||r)&&this.setPersonProperties(n,r),e!==i&&(this.reloadFeatureFlags(),this.unregister(ul))}}else L.critical('The string "'+os+'" was set in posthog.identify which indicates an error. This ID is only used as a sentinel value.');else L.error("Unique user id has not been set in posthog.identify")}setPersonProperties(e,n){if((e||n)&&this.Vr("posthog.setPersonProperties")){var r=Sv(this.get_distinct_id(),e,n);this.Tr!==r?(this.setPersonPropertiesForFlags($({},n||{},e||{})),this.capture("$set",{$set:e||{},$set_once:n||{}}),this.Tr=r):L.info("A duplicate setPersonProperties call was made with the same properties. It has been ignored.")}}group(e,n,r){if(e&&n){if(this.Vr("posthog.group")){var i=this.getGroups();i[e]!==n&&this.resetGroupPropertiesForFlags(e),this.register({$groups:$({},i,{[e]:n})}),r&&(this.capture("$groupidentify",{$group_type:e,$group_key:n,$group_set:r}),this.setGroupPropertiesForFlags({[e]:r})),i[e]===n||r||this.reloadFeatureFlags()}}else L.error("posthog.group requires a group type and group key")}resetGroups(){this.register({$groups:{}}),this.resetGroupPropertiesForFlags(),this.reloadFeatureFlags()}setPersonPropertiesForFlags(e,n){n===void 0&&(n=!0),this.featureFlags.setPersonPropertiesForFlags(e,n)}resetPersonPropertiesForFlags(){this.featureFlags.resetPersonPropertiesForFlags()}setGroupPropertiesForFlags(e,n){n===void 0&&(n=!0),this.Vr("posthog.setGroupPropertiesForFlags")&&this.featureFlags.setGroupPropertiesForFlags(e,n)}resetGroupPropertiesForFlags(e){this.featureFlags.resetGroupPropertiesForFlags(e)}reset(e){var n,r,i,o;if(L.info("reset"),!this.__loaded)return L.uninitializedWarning("posthog.reset");var s=this.get_property("$device_id");if(this.consent.reset(),(n=this.persistence)==null||n.clear(),(r=this.sessionPersistence)==null||r.clear(),this.surveys.reset(),this.featureFlags.reset(),(i=this.persistence)==null||i.set_property(Pn,"anonymous"),(o=this.sessionManager)==null||o.resetSessionId(),this.Tr=null,this.config.cookieless_mode==="always")this.register_once({distinct_id:os,$device_id:null},"");else{var a=this.config.get_device_id(pr());this.register_once({distinct_id:a,$device_id:e?a:s},"")}this.register({$last_posthog_reset:new Date().toISOString()},1)}get_distinct_id(){return this.get_property("distinct_id")}getGroups(){return this.get_property("$groups")||{}}get_session_id(){var e,n;return(e=(n=this.sessionManager)==null?void 0:n.checkAndGetSessionAndWindowId(!0).sessionId)!==null&&e!==void 0?e:""}get_session_replay_url(e){if(!this.sessionManager)return"";var{sessionId:n,sessionStartTimestamp:r}=this.sessionManager.checkAndGetSessionAndWindowId(!0),i=this.requestRouter.endpointFor("ui","/project/"+this.config.token+"/replay/"+n);if(e!=null&&e.withTimestamp&&r){var o,s=(o=e.timestampLookBack)!==null&&o!==void 0?o:10;if(!r)return i;i+="?t="+Math.max(Math.floor((new Date().getTime()-r)/1e3)-s,0)}return i}alias(e,n){return e===this.get_property(jv)?(L.critical("Attempting to create alias for existing People user - aborting."),-2):this.Vr("posthog.alias")?(N(n)&&(n=this.get_distinct_id()),e!==n?(this.Jr(hs,e),this.capture("$create_alias",{alias:e,distinct_id:n})):(L.warn("alias matches current distinct_id - skipping api call."),this.identify(e),-1)):void 0}set_config(e){var n=$({},this.config);if(Ve(e)){var r,i,o,s,a;Pe(this.config,Nv(e));var l=this.Cr();(r=this.persistence)==null||r.update_config(this.config,n,l),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new Ss($({},this.config,{persistence:"sessionStorage"}),l);var u=this.Rr(this.config.debug);gr(u)&&(this.config.debug=u),gr(this.config.debug)&&(this.config.debug?(In.DEBUG=!0,ke.H()&&ke.G("ph_debug","true"),L.info("set_config",{config:e,oldConfig:n,newConfig:$({},this.config)})):(In.DEBUG=!1,ke.H()&&ke.V("ph_debug"))),(i=this.sessionRecording)==null||i.startIfEnabledOrStop(),(o=this.autocapture)==null||o.startIfEnabled(),(s=this.heatmaps)==null||s.startIfEnabled(),this.surveys.loadIfEnabled(),this.Kr(),(a=this.externalIntegrations)==null||a.startIfEnabledOrStop()}}startSessionRecording(e){var n=e===!0,r={sampling:n||!(e==null||!e.sampling),linked_flag:n||!(e==null||!e.linked_flag),url_trigger:n||!(e==null||!e.url_trigger),event_trigger:n||!(e==null||!e.event_trigger)};if(Object.values(r).some(Boolean)){var i,o,s,a,l;(i=this.sessionManager)==null||i.checkAndGetSessionAndWindowId(),r.sampling&&((o=this.sessionRecording)==null||o.overrideSampling()),r.linked_flag&&((s=this.sessionRecording)==null||s.overrideLinkedFlag()),r.url_trigger&&((a=this.sessionRecording)==null||a.overrideTrigger("url")),r.event_trigger&&((l=this.sessionRecording)==null||l.overrideTrigger("event"))}this.set_config({disable_session_recording:!1})}stopSessionRecording(){this.set_config({disable_session_recording:!0})}sessionRecordingStarted(){var e;return!((e=this.sessionRecording)==null||!e.started)}captureException(e,n){var r=new Error("PostHog syntheticException"),i=this.exceptions.buildProperties(e,{handled:!0,syntheticException:r});return this.exceptions.sendExceptionEvent($({},i,n))}loadToolbar(e){return this.toolbar.loadToolbar(e)}get_property(e){var n;return(n=this.persistence)==null?void 0:n.props[e]}getSessionProperty(e){var n;return(n=this.sessionPersistence)==null?void 0:n.props[e]}toString(){var e,n=(e=this.config.name)!==null&&e!==void 0?e:Gi;return n!==Gi&&(n=Gi+"."+n),n}_isIdentified(){var e,n;return((e=this.persistence)==null?void 0:e.get_property(Pn))==="identified"||((n=this.sessionPersistence)==null?void 0:n.get_property(Pn))==="identified"}Gr(){var e,n;return!(this.config.person_profiles==="never"||this.config.person_profiles==="identified_only"&&!this._isIdentified()&&Zi(this.getGroups())&&((e=this.persistence)==null||(e=e.props)==null||!e[hs])&&((n=this.persistence)==null||(n=n.props)==null||!n[dl]))}Br(){return this.config.capture_pageleave===!0||this.config.capture_pageleave==="if_capture_pageview"&&(this.config.capture_pageview===!0||this.config.capture_pageview==="history_change")}createPersonProfile(){this.Gr()||this.Vr("posthog.createPersonProfile")&&this.setPersonProperties({},{})}Vr(e){return this.config.person_profiles==="never"?(L.error(e+' was called, but process_person is set to "never". This call will be ignored.'),!1):(this.Jr(dl,!0),!0)}Cr(){if(this.config.cookieless_mode==="always")return!0;var e=this.consent.isOptedOut(),n=this.config.opt_out_persistence_by_default||this.config.cookieless_mode==="on_reject";return this.config.disable_persistence||e&&!!n}Kr(){var e,n,r,i,o=this.Cr();return((e=this.persistence)==null?void 0:e.wi)!==o&&((r=this.persistence)==null||r.set_disabled(o)),((n=this.sessionPersistence)==null?void 0:n.wi)!==o&&((i=this.sessionPersistence)==null||i.set_disabled(o)),o}opt_in_capturing(e){var n;if(this.config.cookieless_mode!=="always"){var r,i;this.config.cookieless_mode==="on_reject"&&this.consent.isExplicitlyOptedOut()&&(this.reset(!0),(r=this.sessionManager)==null||r.destroy(),this.sessionManager=new kl(this),this.persistence&&(this.sessionPropsManager=new bl(this,this.sessionManager,this.persistence)),this.sessionRecording=new Cl(this),this.sessionRecording.startIfEnabledOrStop()),this.consent.optInOut(!0),this.Kr(),this.zr(),(n=this.sessionRecording)==null||n.startIfEnabledOrStop(),this.config.cookieless_mode=="on_reject"&&this.surveys.loadIfEnabled(),(N(e?.captureEventName)||e!=null&&e.captureEventName)&&this.capture((i=e?.captureEventName)!==null&&i!==void 0?i:"$opt_in",e?.captureProperties,{send_instantly:!0}),this.config.capture_pageview&&this.Hr()}else L.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}opt_out_capturing(){var e,n;this.config.cookieless_mode!=="always"?(this.config.cookieless_mode==="on_reject"&&this.consent.isOptedIn()&&this.reset(!0),this.consent.optInOut(!1),this.Kr(),this.config.cookieless_mode==="on_reject"&&(this.register({distinct_id:os,$device_id:null}),(e=this.sessionManager)==null||e.destroy(),this.sessionManager=void 0,this.sessionPropsManager=void 0,(n=this.sessionRecording)==null||n.stopRecording(),this.sessionRecording=void 0,this.Hr())):L.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}has_opted_in_capturing(){return this.consent.isOptedIn()}has_opted_out_capturing(){return this.consent.isOptedOut()}get_explicit_consent_status(){var e=this.consent.consent;return e===Nn.GRANTED?"granted":e===Nn.DENIED?"denied":"pending"}is_capturing(){return this.config.cookieless_mode==="always"||(this.config.cookieless_mode==="on_reject"?this.consent.isExplicitlyOptedOut()||this.consent.isOptedIn():!this.has_opted_out_capturing())}clear_opt_in_out_capturing(){this.consent.reset(),this.Kr()}_is_bot(){return kt?Dy(kt,this.config.custom_blocked_useragents):void 0}Hr(){O&&(O.visibilityState==="visible"?this.$r||(this.$r=!0,this.capture("$pageview",{title:O.title},{send_instantly:!0}),this.kr&&(O.removeEventListener("visibilitychange",this.kr),this.kr=null)):this.kr||(this.kr=this.Hr.bind(this),Oe(O,"visibilitychange",this.kr)))}debug(e){e===!1?(E?.console.log("You've disabled debug mode."),this.set_config({debug:!1})):(E?.console.log("You're now in debug mode. All calls to PostHog will be logged in your console.\nYou can disable this with `posthog.debug(false)`."),this.set_config({debug:!0}))}O(){var e,n,r,i,o,s,a,l=this.Ir||{};return"advanced_disable_flags"in l?!!l.advanced_disable_flags:this.config.advanced_disable_flags!==!1?!!this.config.advanced_disable_flags:this.config.advanced_disable_decide===!0?(L.warn("Config field 'advanced_disable_decide' is deprecated. Please use 'advanced_disable_flags' instead. The old field will be removed in a future major version."),!0):(r="advanced_disable_decide",i=!1,o=L,s=(n="advanced_disable_flags")in(e=l)&&!N(e[n]),a=r in e&&!N(e[r]),s?e[n]:a?(o&&o.warn("Config field '"+r+"' is deprecated. Please use '"+n+"' instead. The old field will be removed in a future major version."),e[r]):i)}Wr(e){if(de(this.config.before_send))return e;var n=fe(this.config.before_send)?this.config.before_send:[this.config.before_send],r=e;for(var i of n){if(r=i(r),de(r)){var o="Event '"+e.event+"' was rejected in beforeSend function";return $k(e.event)?L.warn(o+". This can cause unexpected behavior."):L.info(o),null}r.properties&&!Zi(r.properties)||L.warn("Event '"+e.event+"' has no properties after beforeSend function, this is likely an error.")}return r}getPageViewId(){var e;return(e=this.pageViewManager.Vt)==null?void 0:e.pageViewId}captureTraceFeedback(e,n){this.capture("$ai_feedback",{$ai_trace_id:String(e),$ai_feedback_text:n})}captureTraceMetric(e,n,r){this.capture("$ai_metric",{$ai_trace_id:String(e),$ai_metric_name:n,$ai_metric_value:String(r)})}Rr(e){var n=gr(e)&&!e,r=ke.H()&&ke.q("ph_debug")==="true";return!n&&(!!r||e)}};(function(t,e){for(var n=0;n<e.length;n++)t.prototype[e[n]]=Jk(t.prototype[e[n]])})(El,["identify"]);var Ov,By=(Ov=bs[Gi]=new El,(function(){function t(){t.done||(t.done=!0,Vy=!1,pe(bs,(function(e){e._dom_loaded()})))}O!=null&&O.addEventListener?O.readyState==="complete"?t():Oe(O,"DOMContentLoaded",t,{capture:!1}):E&&L.error("Browser doesn't support `document.addEventListener` so PostHog couldn't be initialized")})(),Ov);var $f=class{constructor(e={}){this.options=e;j(this,"client");j(this,"featureFlagsCallback");j(this,"captureCallback");if(this.client=e.client,this.featureFlagsCallback=e.onFeatureFlagsLoaded,this.captureCallback=e.onCapture,!this.client&&typeof window<"u"&&e.apiKey){let n=e.enableFeatureFlags??!0,r="syntro_"+(e.apiKey.slice(-6)||"sdk");this.client=By.init(e.apiKey,{api_host:e.apiHost??"https://telemetry.syntrologie.com",advanced_disable_feature_flags:!n,advanced_disable_feature_flags_on_first_load:!n,autocapture:e.autocapture??!0,capture_pageview:e.capturePageview??!0,capture_pageleave:e.capturePageleave??!0,disable_session_recording:!(e.sessionRecording??!0),opt_out_useragent_filter:!0,session_recording:{recordCrossDomainIFrames:!0},capture_performance:!0,enable_recording_console_log:!0,loaded:i=>{if(n&&this.featureFlagsCallback){i.onFeatureFlags(()=>{let s=this.getAllFeatureFlags();s&&this.featureFlagsCallback&&this.featureFlagsCallback(s)});let o=this.getAllFeatureFlags();o&&Object.keys(o).length>0&&this.featureFlagsCallback(o)}this.captureCallback&&i.on("eventCaptured",o=>{let s=typeof o=="string"?o:o?.event,a=typeof o=="string"?void 0:o?.properties;typeof s=="string"&&this.captureCallback?.(s,a)})}},r)}}getAllFeatureFlags(){return this.client?.featureFlags?.getFlagVariants?.()}getSegmentFlags(){let e=this.getAllFeatureFlags();if(!e)return{};let n={};for(let[r,i]of Object.entries(e))r.startsWith("in_segment_")&&(n[r]=i===!0);return n}identify(e,n){this.client?.identify(e,n)}alias(e,n){this.client?.alias(e,n)}track(e,n){this.client?.capture(e,n)}trackCanvasOpened(e){this.track("shadow_canvas_opened",{surface:e})}trackCanvasClosed(e){this.track("shadow_canvas_closed",{surface:e})}trackRectangleViewed(e,n){this.track("shadow_canvas_rectangle_viewed",{rectangleId:e,surface:n})}trackAction(e,n,r){this.track("shadow_canvas_action",{action:e,rectangleId:n,surface:r})}register(e){this.client?.register?.(e)}getSessionId(){return this.client?.get_session_id?.()}startSessionRecording(){this.client?.startSessionRecording?.()}trackExperiment(e,n,r){let i=`$experiment_${e}`;this.register({[i]:r??`variation_${n}`,[`${i}_id`]:n}),this.track("$experiment_started",{$experiment_key:e,$experiment_variation_id:n,$experiment_variation_name:r??`variation_${n}`})}setPersonProperties(e){this.client?.capture("$set",{$set:e})}setPersonPropertiesOnce(e){this.client?.capture("$set",{$set_once:e})}getDistinctId(){return this.client?.get_distinct_id?.()}};function Df(t={}){return new $f(t)}function uC(){let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e="";for(let n=0;n<16;n++)e+=t[Math.floor(Math.random()*t.length)];return e}var Vf=class{constructor(){j(this,"sessionId");this.sessionId=uC(),console.log(`[Syntro Telemetry] Using noop adapter (no telemetry configured). sessionId=${this.sessionId}`)}trackCanvasOpened(e){}trackCanvasClosed(e){}trackRectangleViewed(e,n){}trackAction(e,n,r){}register(e){}getSessionId(){return this.sessionId}startSessionRecording(){}trackExperiment(e,n,r){}setPersonProperties(e){}setPersonPropertiesOnce(e){}getDistinctId(){return"demo-user"}getAllFeatureFlags(){return{}}getSegmentFlags(){return{}}};function Bf(){return new Vf}var Hy={fetch:globalThis.fetch?globalThis.fetch.bind(globalThis):void 0,SubtleCrypto:globalThis.crypto?globalThis.crypto.subtle:void 0,EventSource:globalThis.EventSource};function jy(){return Hy}function zf(t){let e=2166136261,n=t.length;for(let r=0;r<n;r++)e^=t.charCodeAt(r),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24);return e>>>0}function Os(t,e,n){return n===2?zf(zf(t+e)+"")%1e4/1e4:n===1?zf(e+t)%1e3/1e3:null}function cC(t){return t<=0?[]:new Array(t).fill(1/t)}function Il(t,e){return t>=e[0]&&t<e[1]}function Uy(t,e){let n=Os("__"+e[0],t,1);return n===null?!1:n>=e[1]&&n<e[2]}function Wy(t,e){for(let n=0;n<e.length;n++)if(Il(t,e[n]))return n;return-1}function jf(t){try{let e=t.replace(/([^\\])\//g,"$1\\/");return new RegExp(e)}catch(e){console.error(e);return}}function Pl(t,e){if(!e.length)return!1;let n=!1,r=!1;for(let i=0;i<e.length;i++){let o=pC(t,e[i].type,e[i].pattern);if(e[i].include===!1){if(o)return!1}else n=!0,o&&(r=!0)}return r||!n}function dC(t,e,n){try{let r=e.replace(/[*.+?^${}()|[\]\\]/g,"\\$&").replace(/_____/g,".*");return n&&(r="\\/?"+r.replace(/(^\/|\/$)/g,"")+"\\/?"),new RegExp("^"+r+"$","i").test(t)}catch{return!1}}function fC(t,e){try{let n=new URL(e.replace(/^([^:/?]*)\./i,"https://$1.").replace(/\*/g,"_____"),"https://_____"),r=[[t.host,n.host,!1],[t.pathname,n.pathname,!0]];return n.hash&&r.push([t.hash,n.hash,!1]),n.searchParams.forEach((i,o)=>{r.push([t.searchParams.get(o)||"",i,!1])}),!r.some(i=>!dC(i[0],i[1],i[2]))}catch{return!1}}function pC(t,e,n){try{let r=new URL(t,"https://_");if(e==="regex"){let i=jf(n);return i?i.test(r.href)||i.test(r.href.substring(r.origin.length)):!1}else if(e==="simple")return fC(r,n);return!1}catch{return!1}}function qy(t,e,n){e=e===void 0?1:e,e<0?e=0:e>1&&(e=1);let r=cC(t);n=n||r,n.length!==t&&(n=r);let i=n.reduce((s,a)=>a+s,0);(i<.99||i>1.01)&&(n=r);let o=0;return n.map(s=>{let a=o;return o+=s,[a,a+e*s]})}function Ky(t,e,n){if(!e)return null;let r=e.split("?")[1];if(!r)return null;let i=r.replace(/#.*/,"").split("&").map(o=>o.split("=",2)).filter(([o])=>o===t).map(([,o])=>parseInt(o));return i.length>0&&i[0]>=0&&i[0]<n?i[0]:null}function Gy(t){try{return t()}catch(e){return console.error(e),!1}}var Hf=t=>Uint8Array.from(atob(t),e=>e.charCodeAt(0));async function si(t,e,n){if(e=e||"",n=n||globalThis.crypto&&globalThis.crypto.subtle||Hy.SubtleCrypto,!n)throw new Error("No SubtleCrypto implementation found");try{let r=await n.importKey("raw",Hf(e),{name:"AES-CBC",length:128},!0,["encrypt","decrypt"]),[i,o]=t.split("."),s=await n.decrypt({name:"AES-CBC",iv:Hf(i)},r,Hf(o));return new TextDecoder().decode(s)}catch{throw new Error("Failed to decrypt")}}function Ls(t){return typeof t=="string"?t:JSON.stringify(t)}function Ct(t){typeof t=="number"&&(t=t+""),(!t||typeof t!="string")&&(t="0");let e=t.replace(/(^v|\+.*$)/g,"").split(/[-.]/);return e.length===3&&e.push("~"),e.map(n=>n.match(/^[0-9]+$/)?n.padStart(5," "):n).join("-")}function Zy(){let t;try{t="1.6.4"}catch{t=""}return t}function Yy(t,e){let n,r;try{n=new URL(t),r=new URL(e)}catch(i){return console.error(`Unable to merge query strings: ${i}`),e}return n.searchParams.forEach((i,o)=>{r.searchParams.has(o)||r.searchParams.set(o,i)}),r.toString()}function zy(t){return typeof t=="object"&&t!==null}function Nl(t){return t.urlPatterns&&t.variations.some(e=>zy(e)&&"urlRedirect"in e)?"redirect":t.variations.some(e=>zy(e)&&(e.domMutations||"js"in e||"css"in e))?"visual":"unknown"}async function Ol(t,e){return new Promise(n=>{let r=!1,i,o=s=>{r||(r=!0,i&&clearTimeout(i),n(s||null))};e&&(i=setTimeout(()=>o(),e)),t.then(s=>o(s)).catch(()=>o())})}var Ye={staleTTL:1e3*60,maxAge:1e3*60*60*4,cacheKey:"gbFeaturesCache",backgroundSync:!0,maxEntries:10,disableIdleStreams:!1,idleStreamInterval:2e4,disableCache:!1},mn=jy(),io={fetchFeaturesCall:({host:t,clientKey:e,headers:n})=>mn.fetch(`${t}/api/features/${e}`,{headers:n}),fetchRemoteEvalCall:({host:t,clientKey:e,payload:n,headers:r})=>{let i={method:"POST",headers:{"Content-Type":"application/json",...r},body:JSON.stringify(n)};return mn.fetch(`${t}/api/eval/${e}`,i)},eventSourceCall:({host:t,clientKey:e,headers:n})=>n?new mn.EventSource(`${t}/sub/${e}`,{headers:n}):new mn.EventSource(`${t}/sub/${e}`),startIdleListener:()=>{let t;if(!(typeof window<"u"&&typeof document<"u"))return;let n=()=>{document.visibilityState==="visible"?(window.clearTimeout(t),mC()):document.visibilityState==="hidden"&&(t=window.setTimeout(gC,Ye.idleStreamInterval))};return document.addEventListener("visibilitychange",n),()=>document.removeEventListener("visibilitychange",n)},stopIdleListener:()=>{}};try{globalThis.localStorage&&(mn.localStorage=globalThis.localStorage)}catch{}var oo=new Map,Xy=!1,Mn=new Map,Ll=new Map,so=new Map,ao=new Set;function Jy(t){Object.assign(Ye,t),Ye.backgroundSync||Zf()}async function e_({instance:t,timeout:e,skipCache:n,allowStale:r,backgroundSync:i}){return i||(Ye.backgroundSync=!1),vC({instance:t,allowStale:r,timeout:e,skipCache:n})}function hC(t){let e=Ms(t),n=oo.get(e)||new Set;n.add(t),oo.set(e,n)}function t_(t){oo.forEach(e=>e.delete(t))}function gC(){so.forEach(t=>{t&&(t.state="idle",Kf(t))})}function mC(){so.forEach(t=>{t&&t.state==="idle"&&Gf(t)})}async function Qy(){try{if(!mn.localStorage)return;await mn.localStorage.setItem(Ye.cacheKey,JSON.stringify(Array.from(Mn.entries())))}catch{}}async function vC({instance:t,allowStale:e,timeout:n,skipCache:r}){let i=Ms(t),o=Wf(t),s=new Date,a=new Date(s.getTime()-Ye.maxAge+Ye.staleTTL);await yC();let l=!Ye.disableCache&&!r?Mn.get(o):void 0;return l&&(e||l.staleAt>s)&&l.staleAt>a?(l.sse&&ao.add(i),l.staleAt<s?Uf(t):qf(t),{data:l.data,success:!0,source:"cache"}):await Ol(Uf(t),n)||{data:null,success:!1,source:"timeout",error:new Error("Timeout")}}function Ms(t){let[e,n]=t.getApiInfo();return`${e}||${n}`}function Wf(t){let e=Ms(t);if(!("isRemoteEval"in t)||!t.isRemoteEval())return e;let n=t.getAttributes(),r=t.getCacheKeyAttributes()||Object.keys(t.getAttributes()),i={};r.forEach(a=>{i[a]=n[a]});let o=t.getForcedVariations(),s=t.getUrl();return`${e}||${JSON.stringify({ca:i,fv:o,url:s})}`}async function yC(){if(!Xy){Xy=!0;try{if(mn.localStorage){let t=await mn.localStorage.getItem(Ye.cacheKey);if(!Ye.disableCache&&t){let e=JSON.parse(t);e&&Array.isArray(e)&&e.forEach(([n,r])=>{Mn.set(n,{...r,staleAt:new Date(r.staleAt)})}),n_()}}}catch{}if(!Ye.disableIdleStreams){let t=io.startIdleListener();t&&(io.stopIdleListener=t)}}}function n_(){let t=Array.from(Mn.entries()).map(([n,r])=>({key:n,staleAt:r.staleAt.getTime()})).sort((n,r)=>n.staleAt-r.staleAt),e=Math.min(Math.max(0,Mn.size-Ye.maxEntries),Mn.size);for(let n=0;n<e;n++)Mn.delete(t[n].key)}function r_(t,e,n){let r=n.dateUpdated||"",i=new Date(Date.now()+Ye.staleTTL),o=Ye.disableCache?void 0:Mn.get(e);if(o&&r&&o.version===r){o.staleAt=i,Qy();return}Ye.disableCache||(Mn.set(e,{data:n,version:r,staleAt:i,sse:ao.has(t)}),n_()),Qy();let s=oo.get(t);s&&s.forEach(a=>_C(a,n))}async function _C(t,e){await t.setPayload(e||t.getPayload())}async function Uf(t){let{apiHost:e,apiRequestHeaders:n}=t.getApiHosts(),r=t.getClientKey(),i="isRemoteEval"in t&&t.isRemoteEval(),o=Ms(t),s=Wf(t),a=Ll.get(s);return a||(a=(i?io.fetchRemoteEvalCall({host:e,clientKey:r,payload:{attributes:t.getAttributes(),forcedVariations:t.getForcedVariations(),forcedFeatures:Array.from(t.getForcedFeatures().entries()),url:t.getUrl()},headers:n}):io.fetchFeaturesCall({host:e,clientKey:r,headers:n})).then(u=>{if(!u.ok)throw new Error(`HTTP error: ${u.status}`);return u.headers.get("x-sse-support")==="enabled"&&ao.add(o),u.json()}).then(u=>(r_(o,s,u),qf(t),Ll.delete(s),{data:u,success:!0,source:"network"})).catch(u=>(Ll.delete(s),{data:null,source:"error",success:!1,error:u})),Ll.set(s,a)),a}function qf(t,e=!1){let n=Ms(t),r=Wf(t),{streamingHost:i,streamingHostRequestHeaders:o}=t.getApiHosts(),s=t.getClientKey();if(e&&ao.add(n),Ye.backgroundSync&&ao.has(n)&&mn.EventSource){if(so.has(n))return;let a={src:null,host:i,clientKey:s,headers:o,cb:l=>{try{if(l.type==="features-updated"){let u=oo.get(n);u&&u.forEach(c=>{Uf(c)})}else if(l.type==="features"){let u=JSON.parse(l.data);r_(n,r,u)}a.errors=0}catch{i_(a)}},errors:0,state:"active"};so.set(n,a),Gf(a)}}function i_(t){if(t.state!=="idle"&&(t.errors++,t.errors>3||t.src&&t.src.readyState===2)){let e=Math.pow(3,t.errors-3)*(1e3+Math.random()*1e3);Kf(t),setTimeout(()=>{["idle","active"].includes(t.state)||Gf(t)},Math.min(e,3e5))}}function Kf(t){t.src&&(t.src.onopen=null,t.src.onerror=null,t.src.close(),t.src=null,t.state==="active"&&(t.state="disabled"))}function Gf(t){t.src=io.eventSourceCall({host:t.host,clientKey:t.clientKey,headers:t.headers}),t.state="active",t.src.addEventListener("features",t.cb),t.src.addEventListener("features-updated",t.cb),t.src.onerror=()=>i_(t),t.src.onopen=()=>{t.errors=0}}function wC(t,e){Kf(t),so.delete(e)}function Zf(){ao.clear(),so.forEach(wC),oo.clear(),io.stopIdleListener()}function Ml(t,e){if(e.streaming){if(!t.getClientKey())throw new Error("Must specify clientKey to enable streaming");e.payload&&qf(t,!0),hC(t)}}var xC=/^[a-zA-Z:_][a-zA-Z0-9:_.-]*$/,Qf={revert:function(){}},Vl=new Map,Jf=new Set;function SC(t){return t==="html"?{childList:!0,subtree:!0,attributes:!0,characterData:!0}:{childList:!1,subtree:!1,attributes:!0,attributeFilter:[t]}}function Bl(t){var e=Vl.get(t);return e||(e={element:t,attributes:{}},Vl.set(t,e)),e}function zl(t,e,n,r,i){var o=n(t),s={isDirty:!1,originalValue:o,virtualValue:o,mutations:[],el:t,_positionTimeout:null,observer:new MutationObserver(function(){if(!(e==="position"&&s._positionTimeout)){e==="position"&&(s._positionTimeout=setTimeout(function(){s._positionTimeout=null},1e3));var a=n(t);e==="position"&&a.parentNode===s.virtualValue.parentNode&&a.insertBeforeNode===s.virtualValue.insertBeforeNode||a!==s.virtualValue&&(s.originalValue=a,i(s))}}),mutationRunner:i,setValue:r,getCurrentValue:n};return e==="position"&&t.parentNode?s.observer.observe(t.parentNode,{childList:!0,subtree:!0,attributes:!1,characterData:!1}):s.observer.observe(t,SC(e)),s}function Hl(t,e){var n=e.getCurrentValue(e.el);e.virtualValue=t,t&&typeof t!="string"?(!n||t.parentNode!==n.parentNode||t.insertBeforeNode!==n.insertBeforeNode)&&(e.isDirty=!0,o_()):t!==n&&(e.isDirty=!0,o_())}function bC(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),Hl($C(e),t)}function kC(t){var e=new Set(t.originalValue.split(/\s+/).filter(Boolean));t.mutations.forEach(function(n){return n.mutate(e)}),Hl(Array.from(e).filter(Boolean).join(" "),t)}function CC(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),Hl(e,t)}function EC(t){var e=t.parentSelector,n=t.insertBeforeSelector,r=document.querySelector(e);if(!r)return null;var i=n?document.querySelector(n):null;return n&&!i?null:{parentNode:r,insertBeforeNode:i}}function AC(t){var e=t.originalValue;t.mutations.forEach(function(n){var r=n.mutate(),i=EC(r);e=i||e}),Hl(e,t)}var TC=function(e){return e.innerHTML},RC=function(e,n){return e.innerHTML=n};function a_(t){var e=Bl(t);return e.html||(e.html=zl(t,"html",TC,RC,bC)),e.html}var IC=function(e){return{parentNode:e.parentElement,insertBeforeNode:e.nextElementSibling}},PC=function(e,n){n.insertBeforeNode&&!n.parentNode.contains(n.insertBeforeNode)||n.parentNode.insertBefore(e,n.insertBeforeNode)};function l_(t){var e=Bl(t);return e.position||(e.position=zl(t,"position",IC,PC,AC)),e.position}var NC=function(e,n){return n?e.className=n:e.removeAttribute("class")},OC=function(e){return e.className};function u_(t){var e=Bl(t);return e.classes||(e.classes=zl(t,"class",OC,NC,kC)),e.classes}var LC=function(e){return function(n){var r;return(r=n.getAttribute(e))!=null?r:null}},MC=function(e){return function(n,r){return r!==null?n.setAttribute(e,r):n.removeAttribute(e)}};function c_(t,e){var n=Bl(t);return n.attributes[e]||(n.attributes[e]=zl(t,e,LC(e),MC(e),CC)),n.attributes[e]}function FC(t,e){var n=Vl.get(t);if(n)if(e==="html"){var r,i;(r=n.html)==null||(i=r.observer)==null||i.disconnect(),delete n.html}else if(e==="class"){var o,s;(o=n.classes)==null||(s=o.observer)==null||s.disconnect(),delete n.classes}else if(e==="position"){var a,l;(a=n.position)==null||(l=a.observer)==null||l.disconnect(),delete n.position}else{var u,c,f;(u=n.attributes)==null||(c=u[e])==null||(f=c.observer)==null||f.disconnect(),delete n.attributes[e]}}var Fl;function $C(t){return Fl||(Fl=document.createElement("div")),Fl.innerHTML=t,Fl.innerHTML}function $l(t,e,n){if(n.isDirty){n.isDirty=!1;var r=n.virtualValue;n.mutations.length||FC(t,e),n.setValue(t,r)}}function DC(t,e){t.html&&$l(e,"html",t.html),t.classes&&$l(e,"class",t.classes),t.position&&$l(e,"position",t.position),Object.keys(t.attributes).forEach(function(n){$l(e,n,t.attributes[n])})}function o_(){Vl.forEach(DC)}function VC(t,e){var n=null;t.kind==="html"?n=a_(e):t.kind==="class"?n=u_(e):t.kind==="attribute"?n=c_(e,t.attribute):t.kind==="position"&&(n=l_(e)),n&&(n.mutations.push(t),n.mutationRunner(n))}function BC(t,e){var n=null;if(t.kind==="html"?n=a_(e):t.kind==="class"?n=u_(e):t.kind==="attribute"?n=c_(e,t.attribute):t.kind==="position"&&(n=l_(e)),!!n){var r=n.mutations.indexOf(t);r!==-1&&n.mutations.splice(r,1),n.mutationRunner(n)}}function d_(t){if(!(t.kind==="position"&&t.elements.size===1)){var e=new Set(t.elements),n=document.querySelectorAll(t.selector);n.forEach(function(r){e.has(r)||(t.elements.add(r),VC(t,r))})}}function zC(t){t.elements.forEach(function(e){return BC(t,e)}),t.elements.clear(),Jf.delete(t)}function s_(){Jf.forEach(d_)}var Yf;function HC(){typeof document>"u"||(Yf||(Yf=new MutationObserver(function(){s_()})),s_(),Yf.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!1,characterData:!1}))}HC();function jl(t){return typeof document>"u"?Qf:(Jf.add(t),d_(t),{revert:function(){zC(t)}})}function Xf(t,e){return jl({kind:"html",elements:new Set,mutate:e,selector:t})}function f_(t,e){return jl({kind:"position",elements:new Set,mutate:e,selector:t})}function Fs(t,e){return jl({kind:"class",elements:new Set,mutate:e,selector:t})}function Dl(t,e,n){return xC.test(e)?e==="class"||e==="className"?Fs(t,function(r){var i=n(Array.from(r).join(" "));r.clear(),i&&i.split(/\s+/g).filter(Boolean).forEach(function(o){return r.add(o)})}):jl({kind:"attribute",attribute:e,elements:new Set,mutate:n,selector:t}):Qf}function jC(t){var e=t.selector,n=t.action,r=t.value,i=t.attribute,o=t.parentSelector,s=t.insertBeforeSelector;if(i==="html"){if(n==="append")return Xf(e,function(a){return a+(r??"")});if(n==="set")return Xf(e,function(){return r??""})}else if(i==="class"){if(n==="append")return Fs(e,function(a){r&&a.add(r)});if(n==="remove")return Fs(e,function(a){r&&a.delete(r)});if(n==="set")return Fs(e,function(a){a.clear(),r&&a.add(r)})}else if(i==="position"){if(n==="set"&&o)return f_(e,function(){return{insertBeforeSelector:s,parentSelector:o}})}else{if(n==="append")return Dl(e,i,function(a){return a!==null?a+(r??""):r??""});if(n==="set")return Dl(e,i,function(){return r??""});if(n==="remove")return Dl(e,i,function(){return null})}return Qf}var UC={html:Xf,classes:Fs,attribute:Dl,position:f_,declarative:jC},p_=UC;var ep={};function yr(t,e,n){n=n||{};for(let[r,i]of Object.entries(e))switch(r){case"$or":if(!m_(t,i,n))return!1;break;case"$nor":if(m_(t,i,n))return!1;break;case"$and":if(!ZC(t,i,n))return!1;break;case"$not":if(yr(t,i,n))return!1;break;default:if(!$s(i,WC(t,r),n))return!1}return!0}function WC(t,e){let n=e.split("."),r=t;for(let i=0;i<n.length;i++)if(r&&typeof r=="object"&&n[i]in r)r=r[n[i]];else return null;return r}function h_(t,e=!1){let n=`${t}${e?"/i":""}`;return ep[n]||(ep[n]=new RegExp(t.replace(/([^\\])\//g,"$1\\/"),e?"i":void 0)),ep[n]}function $s(t,e,n,r=!1){if(typeof t=="string")return r?String(e).toLowerCase()===t.toLowerCase():e+""===t;if(typeof t=="number")return e*1===t;if(typeof t=="boolean")return e!==null&&!!e===t;if(t===null)return e===null;if(Array.isArray(t)||!v_(t))return JSON.stringify(e)===JSON.stringify(t);for(let i in t)if(!GC(i,e,t[i],n))return!1;return!0}function v_(t){let e=Object.keys(t);return e.length>0&&e.filter(n=>n[0]==="$").length===e.length}function qC(t){if(t===null)return"null";if(Array.isArray(t))return"array";let e=typeof t;return["string","number","boolean","object","undefined"].includes(e)?e:"unknown"}function KC(t,e,n){if(!Array.isArray(t))return!1;let r=v_(e)?i=>$s(e,i,n):i=>yr(i,e,n);for(let i=0;i<t.length;i++)if(t[i]&&r(t[i]))return!0;return!1}function lo(t,e,n=!1){if(n){let r=i=>typeof i=="string"?i.toLowerCase():i;return Array.isArray(t)?t.some(i=>e.some(o=>r(i)===r(o))):e.some(i=>r(t)===r(i))}return Array.isArray(t)?t.some(r=>e.includes(r)):e.includes(t)}function g_(t,e,n,r=!1){if(!Array.isArray(t))return!1;for(let i=0;i<e.length;i++){let o=!1;for(let s=0;s<t.length;s++)if($s(e[i],t[s],n,r)){o=!0;break}if(!o)return!1}return!0}function GC(t,e,n,r){switch(t){case"$veq":return Ct(e)===Ct(n);case"$vne":return Ct(e)!==Ct(n);case"$vgt":return Ct(e)>Ct(n);case"$vgte":return Ct(e)>=Ct(n);case"$vlt":return Ct(e)<Ct(n);case"$vlte":return Ct(e)<=Ct(n);case"$eq":return e===n;case"$ne":return e!==n;case"$lt":return e<n;case"$lte":return e<=n;case"$gt":return e>n;case"$gte":return e>=n;case"$exists":return n?e!=null:e==null;case"$in":return Array.isArray(n)?lo(e,n):!1;case"$ini":return Array.isArray(n)?lo(e,n,!0):!1;case"$inGroup":return lo(e,r[n]||[]);case"$notInGroup":return!lo(e,r[n]||[]);case"$nin":return Array.isArray(n)?!lo(e,n):!1;case"$nini":return Array.isArray(n)?!lo(e,n,!0):!1;case"$not":return!$s(n,e,r);case"$size":return Array.isArray(e)?$s(n,e.length,r):!1;case"$elemMatch":return KC(e,n,r);case"$all":return Array.isArray(n)?g_(e,n,r):!1;case"$alli":return Array.isArray(n)?g_(e,n,r,!0):!1;case"$regex":try{return h_(n).test(e)}catch{return!1}case"$regexi":try{return h_(n,!0).test(e)}catch{return!1}case"$type":return qC(e)===n;default:return console.error("Unknown operator: "+t),!1}}function m_(t,e,n){if(!e.length)return!0;for(let r=0;r<e.length;r++)if(yr(t,e[r],n))return!0;return!1}function ZC(t,e,n){for(let r=0;r<e.length;r++)if(!yr(t,e[r],n))return!1;return!0}var YC="Feature Evaluated",XC="Experiment Viewed";function QC(t){let e=new Map;return t.global.forcedFeatureValues&&t.global.forcedFeatureValues.forEach((n,r)=>e.set(r,n)),t.user.forcedFeatureValues&&t.user.forcedFeatureValues.forEach((n,r)=>e.set(r,n)),e}function JC(t){return t.global.forcedVariations&&t.user.forcedVariations?{...t.global.forcedVariations,...t.user.forcedVariations}:t.global.forcedVariations?t.global.forcedVariations:t.user.forcedVariations?t.user.forcedVariations:{}}async function uo(t){try{await t()}catch{}}function y_(t,e,n){if(t.user.trackedExperiments){let i=ql(e,n);if(t.user.trackedExperiments.has(i))return[];t.user.trackedExperiments.add(i)}t.user.enableDevMode&&t.user.devLogs&&t.user.devLogs.push({experiment:e,result:n,timestamp:Date.now().toString(),logType:"experiment"});let r=[];if(t.global.trackingCallback){let i=t.global.trackingCallback;r.push(uo(()=>i(e,n,t.user)))}if(t.user.trackingCallback){let i=t.user.trackingCallback;r.push(uo(()=>i(e,n)))}if(t.global.eventLogger){let i=t.global.eventLogger;r.push(uo(()=>i(XC,{experimentId:e.key,variationId:n.key,hashAttribute:n.hashAttribute,hashValue:n.hashValue},t.user)))}return r}function eE(t,e,n){if(t.user.trackedFeatureUsage){let r=JSON.stringify(n.value);if(t.user.trackedFeatureUsage[e]===r)return;t.user.trackedFeatureUsage[e]=r,t.user.enableDevMode&&t.user.devLogs&&t.user.devLogs.push({featureKey:e,result:n,timestamp:Date.now().toString(),logType:"feature"})}if(t.global.onFeatureUsage){let r=t.global.onFeatureUsage;uo(()=>r(e,n,t.user))}if(t.user.onFeatureUsage){let r=t.user.onFeatureUsage;uo(()=>r(e,n))}if(t.global.eventLogger){let r=t.global.eventLogger;uo(()=>r(YC,{feature:e,source:n.source,value:n.value,ruleId:n.source==="defaultValue"?"$default":n.ruleId||"",variationId:n.experimentResult?n.experimentResult.key:""},t.user))}}function Ul(t,e){if(e.stack.evaluatedFeatures.has(t))return _r(e,t,null,"cyclicPrerequisite");e.stack.evaluatedFeatures.add(t),e.stack.id=t;let n=QC(e);if(n.has(t))return _r(e,t,n.get(t),"override");if(!e.global.features||!e.global.features[t])return _r(e,t,null,"unknownFeature");let r=e.global.features[t];if(r.rules){let i=new Set(e.stack.evaluatedFeatures);e:for(let o of r.rules){if(o.parentConditions)for(let l of o.parentConditions){e.stack.evaluatedFeatures=new Set(i);let u=Ul(l.id,e);if(u.source==="cyclicPrerequisite")return _r(e,t,null,"cyclicPrerequisite");let c={value:u.value};if(!yr(c,l.condition||{})){if(l.gate)return _r(e,t,null,"prerequisite");continue e}}if(o.filters&&x_(o.filters,e))continue;if("force"in o){if(o.condition&&!w_(o.condition,e)||!tE(e,o.seed||t,o.hashAttribute,e.user.saveStickyBucketAssignmentDoc&&!o.disableStickyBucketing?o.fallbackAttribute:void 0,o.range,o.coverage,o.hashVersion))continue;return o.tracks&&o.tracks.forEach(l=>{!y_(e,l.experiment,l.result).length&&e.global.saveDeferredTrack&&e.global.saveDeferredTrack({experiment:l.experiment,result:l.result})}),_r(e,t,o.force,"force",o.id)}if(!o.variations)continue;let s={variations:o.variations,key:o.key||t};"coverage"in o&&(s.coverage=o.coverage),o.weights&&(s.weights=o.weights),o.hashAttribute&&(s.hashAttribute=o.hashAttribute),o.fallbackAttribute&&(s.fallbackAttribute=o.fallbackAttribute),o.disableStickyBucketing&&(s.disableStickyBucketing=o.disableStickyBucketing),o.bucketVersion!==void 0&&(s.bucketVersion=o.bucketVersion),o.minBucketVersion!==void 0&&(s.minBucketVersion=o.minBucketVersion),o.namespace&&(s.namespace=o.namespace),o.meta&&(s.meta=o.meta),o.ranges&&(s.ranges=o.ranges),o.name&&(s.name=o.name),o.phase&&(s.phase=o.phase),o.seed&&(s.seed=o.seed),o.hashVersion&&(s.hashVersion=o.hashVersion),o.filters&&(s.filters=o.filters),o.condition&&(s.condition=o.condition);let{result:a}=Wl(s,t,e);if(e.global.onExperimentEval&&e.global.onExperimentEval(s,a),a.inExperiment&&!a.passthrough)return _r(e,t,a.value,"experiment",o.id,s,a)}}return _r(e,t,r.defaultValue===void 0?null:r.defaultValue,"defaultValue")}function Wl(t,e,n){let r=t.key,i=t.variations.length;if(i<2)return{result:Se(n,t,-1,!1,e)};if(n.global.enabled===!1||n.user.enabled===!1)return{result:Se(n,t,-1,!1,e)};if(t=nE(t,n),t.urlPatterns&&!Pl(n.user.url||"",t.urlPatterns))return{result:Se(n,t,-1,!1,e)};let o=Ky(r,n.user.url||"",i);if(o!==null)return{result:Se(n,t,o,!1,e)};let s=JC(n);if(r in s){let x=s[r];return{result:Se(n,t,x,!1,e)}}if(t.status==="draft"||t.active===!1)return{result:Se(n,t,-1,!1,e)};let{hashAttribute:a,hashValue:l}=ai(n,t.hashAttribute,n.user.saveStickyBucketAssignmentDoc&&!t.disableStickyBucketing?t.fallbackAttribute:void 0);if(!l)return{result:Se(n,t,-1,!1,e)};let u=-1,c=!1,f=!1;if(n.user.saveStickyBucketAssignmentDoc&&!t.disableStickyBucketing){let{variation:x,versionIsBlocked:d}=oE({ctx:n,expKey:t.key,expBucketVersion:t.bucketVersion,expHashAttribute:t.hashAttribute,expFallbackAttribute:t.fallbackAttribute,expMinBucketVersion:t.minBucketVersion,expMeta:t.meta});c=x>=0,u=x,f=!!d}if(!c){if(t.filters){if(x_(t.filters,n))return{result:Se(n,t,-1,!1,e)}}else if(t.namespace&&!Uy(l,t.namespace))return{result:Se(n,t,-1,!1,e)};if(t.include&&!Gy(t.include))return{result:Se(n,t,-1,!1,e)};if(t.condition&&!w_(t.condition,n))return{result:Se(n,t,-1,!1,e)};if(t.parentConditions){let x=new Set(n.stack.evaluatedFeatures);for(let d of t.parentConditions){n.stack.evaluatedFeatures=new Set(x);let p=Ul(d.id,n);if(p.source==="cyclicPrerequisite")return{result:Se(n,t,-1,!1,e)};let m={value:p.value};if(!yr(m,d.condition||{}))return{result:Se(n,t,-1,!1,e)}}}if(t.groups&&!iE(t.groups,n))return{result:Se(n,t,-1,!1,e)}}if(t.url&&!rE(t.url,n))return{result:Se(n,t,-1,!1,e)};let h=Os(t.seed||r,l,t.hashVersion||1);if(h===null)return{result:Se(n,t,-1,!1,e)};if(!c){let x=t.ranges||qy(i,t.coverage===void 0?1:t.coverage,t.weights);u=Wy(h,x)}if(f)return{result:Se(n,t,-1,!1,e,void 0,!0)};if(u<0)return{result:Se(n,t,-1,!1,e)};if("force"in t)return{result:Se(n,t,t.force===void 0?-1:t.force,!1,e)};if(n.global.qaMode||n.user.qaMode)return{result:Se(n,t,-1,!1,e)};if(t.status==="stopped")return{result:Se(n,t,-1,!1,e)};let g=Se(n,t,u,!0,e,h,c);if(n.user.saveStickyBucketAssignmentDoc&&!t.disableStickyBucketing){let{changed:x,key:d,doc:p}=aE(n,a,Ls(l),{[tp(t.key,t.bucketVersion)]:g.key});x&&(n.user.stickyBucketAssignmentDocs=n.user.stickyBucketAssignmentDocs||{},n.user.stickyBucketAssignmentDocs[d]=p,n.user.saveStickyBucketAssignmentDoc(p))}let v=y_(n,t,g);v.length===0&&n.global.saveDeferredTrack&&n.global.saveDeferredTrack({experiment:t,result:g});let _=v.length?v.length===1?v[0]:Promise.all(v).then(()=>{}):void 0;return"changeId"in t&&t.changeId&&n.global.recordChangeId&&n.global.recordChangeId(t.changeId),{result:g,trackingCall:_}}function _r(t,e,n,r,i,o,s){let a={value:n,on:!!n,off:!n,source:r,ruleId:i||""};return o&&(a.experiment=o),s&&(a.experimentResult=s),r!=="override"&&eE(t,e,a),a}function __(t){return{...t.user.attributes,...t.user.attributeOverrides}}function w_(t,e){return yr(__(e),t,e.global.savedGroups||{})}function x_(t,e){return t.some(n=>{let{hashValue:r}=ai(e,n.attribute);if(!r)return!0;let i=Os(n.seed,r,n.hashVersion||2);return i===null?!0:!n.ranges.some(o=>Il(i,o))})}function tE(t,e,n,r,i,o,s){if(!i&&o===void 0)return!0;if(!i&&o===0)return!1;let{hashValue:a}=ai(t,n,r);if(!a)return!1;let l=Os(e,a,s||1);return l===null?!1:i?Il(l,i):o!==void 0?l<=o:!0}function Se(t,e,n,r,i,o,s){let a=!0;(n<0||n>=e.variations.length)&&(n=0,a=!1);let{hashAttribute:l,hashValue:u}=ai(t,e.hashAttribute,t.user.saveStickyBucketAssignmentDoc&&!e.disableStickyBucketing?e.fallbackAttribute:void 0),c=e.meta?e.meta[n]:{},f={key:c.key||""+n,featureId:i,inExperiment:a,hashUsed:r,variationId:n,value:e.variations[n],hashAttribute:l,hashValue:u,stickyBucketUsed:!!s};return c.name&&(f.name=c.name),o!==void 0&&(f.bucket=o),c.passthrough&&(f.passthrough=c.passthrough),f}function nE(t,e){let n=t.key,r=e.global.overrides;return r&&r[n]&&(t=Object.assign({},t,r[n]),typeof t.url=="string"&&(t.url=jf(t.url))),t}function ai(t,e,n){let r=e||"id",i="",o=__(t);return o[r]&&(i=o[r]),!i&&n&&(o[n]&&(i=o[n]),i&&(r=n)),{hashAttribute:r,hashValue:i}}function rE(t,e){let n=e.user.url;if(!n)return!1;let r=n.replace(/^https?:\/\//,"").replace(/^[^/]*\//,"/");return!!(t.test(n)||t.test(r))}function iE(t,e){let n=e.global.groups||{};for(let r=0;r<t.length;r++)if(n[t[r]])return!0;return!1}function oE({ctx:t,expKey:e,expBucketVersion:n,expHashAttribute:r,expFallbackAttribute:i,expMinBucketVersion:o,expMeta:s}){n=n||0,o=o||0,r=r||"id",s=s||[];let a=tp(e,n),l=sE(t,r,i);if(o>0)for(let f=0;f<o;f++){let h=tp(e,f);if(l[h]!==void 0)return{variation:-1,versionIsBlocked:!0}}let u=l[a];if(u===void 0)return{variation:-1};let c=s.findIndex(f=>f.key===u);return c<0?{variation:-1}:{variation:c}}function tp(t,e){return e=e||0,`${t}__${e}`}function np(t,e){return`${t}||${e}`}function sE(t,e,n){if(!t.user.stickyBucketAssignmentDocs)return{};let{hashAttribute:r,hashValue:i}=ai(t,e),o=np(r,Ls(i)),{hashAttribute:s,hashValue:a}=ai(t,n),l=a?np(s,Ls(a)):null,u={};return l&&t.user.stickyBucketAssignmentDocs[l]&&Object.assign(u,t.user.stickyBucketAssignmentDocs[l].assignments||{}),t.user.stickyBucketAssignmentDocs[o]&&Object.assign(u,t.user.stickyBucketAssignmentDocs[o].assignments||{}),u}function aE(t,e,n,r){let i=np(e,n),o=t.user.stickyBucketAssignmentDocs&&t.user.stickyBucketAssignmentDocs[i]?t.user.stickyBucketAssignmentDocs[i].assignments||{}:{},s={...o,...r},a=JSON.stringify(o)!==JSON.stringify(s);return{key:i,doc:{attributeName:e,attributeValue:n,assignments:s},changed:a}}function lE(t,e){let n=new Set,r=e&&e.features?e.features:t.global.features||{},i=e&&e.experiments?e.experiments:t.global.experiments||[];return Object.keys(r).forEach(o=>{let s=r[o];if(s.rules)for(let a of s.rules)a.variations&&(n.add(a.hashAttribute||"id"),a.fallbackAttribute&&n.add(a.fallbackAttribute))}),i.map(o=>{n.add(o.hashAttribute||"id"),o.fallbackAttribute&&n.add(o.fallbackAttribute)}),Array.from(n)}async function S_(t,e,n){let r=rp(t,n);return e.getAllAssignments(r)}function rp(t,e){let n={};return lE(t,e).forEach(i=>{let{hashValue:o}=ai(t,i);n[i]=Ls(o)}),n}async function b_(t,e,n){if(t={...t},t.encryptedFeatures){try{t.features=JSON.parse(await si(t.encryptedFeatures,e,n))}catch(r){console.error(r)}delete t.encryptedFeatures}if(t.encryptedExperiments){try{t.experiments=JSON.parse(await si(t.encryptedExperiments,e,n))}catch(r){console.error(r)}delete t.encryptedExperiments}if(t.encryptedSavedGroups){try{t.savedGroups=JSON.parse(await si(t.encryptedSavedGroups,e,n))}catch(r){console.error(r)}delete t.encryptedSavedGroups}return t}function k_(t){let e=t.apiHost||"https://cdn.growthbook.io";return{apiHost:e.replace(/\/*$/,""),streamingHost:(t.streamingHost||e).replace(/\/*$/,""),apiRequestHeaders:t.apiHostRequestHeaders,streamingHostRequestHeaders:t.streamingHostRequestHeaders}}function ql(t,e){return e.hashAttribute+e.hashValue+t.key+e.variationId}var co=typeof window<"u"&&typeof document<"u",uE=Zy(),Ds=class{constructor(e){if(e=e||{},this.version=uE,this._options=this.context=e,this._renderer=e.renderer||null,this._trackedExperiments=new Set,this._completedChangeIds=new Set,this._trackedFeatures={},this.debug=!!e.debug,this._subscriptions=new Set,this.ready=!1,this._assigned=new Map,this._activeAutoExperiments=new Map,this._triggeredExpKeys=new Set,this._initialized=!1,this._redirectedUrl="",this._deferredTrackingCalls=new Map,this._autoExperimentsAllowed=!e.disableExperimentsOnLoad,this._destroyCallbacks=[],this.logs=[],this.log=this.log.bind(this),this._saveDeferredTrack=this._saveDeferredTrack.bind(this),this._onExperimentEval=this._onExperimentEval.bind(this),this._fireSubscriptions=this._fireSubscriptions.bind(this),this._recordChangedId=this._recordChangedId.bind(this),e.remoteEval){if(e.decryptionKey)throw new Error("Encryption is not available for remoteEval");if(!e.clientKey)throw new Error("Missing clientKey");let n=!1;try{n=!!new URL(e.apiHost||"").hostname.match(/growthbook\.io$/i)}catch{}if(n)throw new Error("Cannot use remoteEval on GrowthBook Cloud")}else if(e.cacheKeyAttributes)throw new Error("cacheKeyAttributes are only used for remoteEval");if(e.stickyBucketService){let n=e.stickyBucketService;this._saveStickyBucketAssignmentDoc=r=>n.saveAssignments(r)}if(e.plugins)for(let n of e.plugins)n(this);if(e.features&&(this.ready=!0),co&&e.enableDevMode&&(window._growthbook=this,document.dispatchEvent(new Event("gbloaded"))),e.experiments&&(this.ready=!0,this._updateAllAutoExperiments()),this._options.stickyBucketService&&this._options.stickyBucketAssignmentDocs)for(let n in this._options.stickyBucketAssignmentDocs){let r=this._options.stickyBucketAssignmentDocs[n];r&&this._options.stickyBucketService.saveAssignments(r).catch(()=>{})}this.ready&&this.refreshStickyBuckets(this.getPayload())}async setPayload(e){this._payload=e;let n=await b_(e,this._options.decryptionKey);this._decryptedPayload=n,await this.refreshStickyBuckets(n),n.features&&(this._options.features=n.features),n.savedGroups&&(this._options.savedGroups=n.savedGroups),n.experiments&&(this._options.experiments=n.experiments,this._updateAllAutoExperiments()),this.ready=!0,this._render()}initSync(e){this._initialized=!0;let n=e.payload;if(n.encryptedExperiments||n.encryptedFeatures)throw new Error("initSync does not support encrypted payloads");return this._options.stickyBucketService&&!this._options.stickyBucketAssignmentDocs&&(this._options.stickyBucketAssignmentDocs=this.generateStickyBucketAssignmentDocsSync(this._options.stickyBucketService,n)),this._payload=n,this._decryptedPayload=n,n.features&&(this._options.features=n.features),n.experiments&&(this._options.experiments=n.experiments,this._updateAllAutoExperiments()),this.ready=!0,Ml(this,e),this}async init(e){if(this._initialized=!0,e=e||{},e.cacheSettings&&Jy(e.cacheSettings),e.payload)return await this.setPayload(e.payload),Ml(this,e),{success:!0,source:"init"};{let{data:n,...r}=await this._refresh({...e,allowStale:!0});return Ml(this,e),await this.setPayload(n||{}),r}}async loadFeatures(e){e=e||{},await this.init({skipCache:e.skipCache,timeout:e.timeout,streaming:(this._options.backgroundSync??!0)&&(e.autoRefresh||this._options.subscribeToChanges)})}async refreshFeatures(e){let n=await this._refresh({...e||{},allowStale:!1});n.data&&await this.setPayload(n.data)}getApiInfo(){return[this.getApiHosts().apiHost,this.getClientKey()]}getApiHosts(){return k_(this._options)}getClientKey(){return this._options.clientKey||""}getPayload(){return this._payload||{features:this.getFeatures(),experiments:this.getExperiments()}}getDecryptedPayload(){return this._decryptedPayload||this.getPayload()}isRemoteEval(){return this._options.remoteEval||!1}getCacheKeyAttributes(){return this._options.cacheKeyAttributes}async _refresh({timeout:e,skipCache:n,allowStale:r,streaming:i}){if(!this._options.clientKey)throw new Error("Missing clientKey");return e_({instance:this,timeout:e,skipCache:n||this._options.disableCache,allowStale:r,backgroundSync:i??this._options.backgroundSync??!0})}_render(){if(this._renderer)try{this._renderer()}catch(e){console.error("Failed to render",e)}}setFeatures(e){this._options.features=e,this.ready=!0,this._render()}async setEncryptedFeatures(e,n,r){let i=await si(e,n||this._options.decryptionKey,r);this.setFeatures(JSON.parse(i))}setExperiments(e){this._options.experiments=e,this.ready=!0,this._updateAllAutoExperiments()}async setEncryptedExperiments(e,n,r){let i=await si(e,n||this._options.decryptionKey,r);this.setExperiments(JSON.parse(i))}async setAttributes(e){if(this._options.attributes=e,this._options.stickyBucketService&&await this.refreshStickyBuckets(),this._options.remoteEval){await this._refreshForRemoteEval();return}this._render(),this._updateAllAutoExperiments()}async updateAttributes(e){return this.setAttributes({...this._options.attributes,...e})}async setAttributeOverrides(e){if(this._options.attributeOverrides=e,this._options.stickyBucketService&&await this.refreshStickyBuckets(),this._options.remoteEval){await this._refreshForRemoteEval();return}this._render(),this._updateAllAutoExperiments()}async setForcedVariations(e){if(this._options.forcedVariations=e||{},this._options.remoteEval){await this._refreshForRemoteEval();return}this._render(),this._updateAllAutoExperiments()}setForcedFeatures(e){this._options.forcedFeatureValues=e,this._render()}async setURL(e){if(e!==this._options.url){if(this._options.url=e,this._redirectedUrl="",this._options.remoteEval){await this._refreshForRemoteEval(),this._updateAllAutoExperiments(!0);return}this._updateAllAutoExperiments(!0)}}getAttributes(){return{...this._options.attributes,...this._options.attributeOverrides}}getForcedVariations(){return this._options.forcedVariations||{}}getForcedFeatures(){return this._options.forcedFeatureValues||new Map}getStickyBucketAssignmentDocs(){return this._options.stickyBucketAssignmentDocs||{}}getUrl(){return this._options.url||""}getFeatures(){return this._options.features||{}}getExperiments(){return this._options.experiments||[]}getCompletedChangeIds(){return Array.from(this._completedChangeIds)}subscribe(e){return this._subscriptions.add(e),()=>{this._subscriptions.delete(e)}}async _refreshForRemoteEval(){if(!this._options.remoteEval||!this._initialized)return;let e=await this._refresh({allowStale:!1});e.data&&await this.setPayload(e.data)}getAllResults(){return new Map(this._assigned)}onDestroy(e){this._destroyCallbacks.push(e)}isDestroyed(){return!!this._destroyed}destroy(e){e=e||{},this._destroyed=!0,this._destroyCallbacks.forEach(n=>{try{n()}catch(r){console.error(r)}}),this._subscriptions.clear(),this._assigned.clear(),this._trackedExperiments.clear(),this._completedChangeIds.clear(),this._deferredTrackingCalls.clear(),this._trackedFeatures={},this._destroyCallbacks=[],this._payload=void 0,this._saveStickyBucketAssignmentDoc=void 0,t_(this),e.destroyAllStreams&&Zf(),this.logs=[],co&&window._growthbook===this&&delete window._growthbook,this._activeAutoExperiments.forEach(n=>{n.undo()}),this._activeAutoExperiments.clear(),this._triggeredExpKeys.clear()}setRenderer(e){this._renderer=e}forceVariation(e,n){if(this._options.forcedVariations=this._options.forcedVariations||{},this._options.forcedVariations[e]=n,this._options.remoteEval){this._refreshForRemoteEval();return}this._updateAllAutoExperiments(),this._render()}run(e){let{result:n}=Wl(e,null,this._getEvalContext());return this._onExperimentEval(e,n),n}triggerExperiment(e){return this._triggeredExpKeys.add(e),this._options.experiments?this._options.experiments.filter(r=>r.key===e).map(r=>this._runAutoExperiment(r)).filter(r=>r!==null):null}triggerAutoExperiments(){this._autoExperimentsAllowed=!0,this._updateAllAutoExperiments(!0)}_getEvalContext(){return{user:this._getUserContext(),global:this._getGlobalContext(),stack:{evaluatedFeatures:new Set}}}_getUserContext(){return{attributes:this._options.user?{...this._options.user,...this._options.attributes}:this._options.attributes,enableDevMode:this._options.enableDevMode,blockedChangeIds:this._options.blockedChangeIds,stickyBucketAssignmentDocs:this._options.stickyBucketAssignmentDocs,url:this._getContextUrl(),forcedVariations:this._options.forcedVariations,forcedFeatureValues:this._options.forcedFeatureValues,attributeOverrides:this._options.attributeOverrides,saveStickyBucketAssignmentDoc:this._saveStickyBucketAssignmentDoc,trackingCallback:this._options.trackingCallback,onFeatureUsage:this._options.onFeatureUsage,devLogs:this.logs,trackedExperiments:this._trackedExperiments,trackedFeatureUsage:this._trackedFeatures}}_getGlobalContext(){return{features:this._options.features,experiments:this._options.experiments,log:this.log,enabled:this._options.enabled,qaMode:this._options.qaMode,savedGroups:this._options.savedGroups,groups:this._options.groups,overrides:this._options.overrides,onExperimentEval:this._onExperimentEval,recordChangeId:this._recordChangedId,saveDeferredTrack:this._saveDeferredTrack,eventLogger:this._options.eventLogger}}_runAutoExperiment(e,n){let r=this._activeAutoExperiments.get(e);if(e.manual&&!this._triggeredExpKeys.has(e.key)&&!r)return null;let i=this._isAutoExperimentBlockedByContext(e),o,s;i?o=Se(this._getEvalContext(),e,-1,!1,""):({result:o,trackingCall:s}=Wl(e,null,this._getEvalContext()),this._onExperimentEval(e,o));let a=JSON.stringify(o.value);if(!n&&o.inExperiment&&r&&r.valueHash===a)return o;if(r&&this._undoActiveAutoExperiment(e),o.inExperiment){let l=Nl(e);if(l==="redirect"&&o.value.urlRedirect&&e.urlPatterns){let u=e.persistQueryString?Yy(this._getContextUrl(),o.value.urlRedirect):o.value.urlRedirect;if(Pl(u,e.urlPatterns))return this.log("Skipping redirect because original URL matches redirect URL",{id:e.key}),o;this._redirectedUrl=u;let{navigate:c,delay:f}=this._getNavigateFunction();if(c)if(co)Promise.all([...s?[Ol(s,this._options.maxNavigateDelay??1e3)]:[],new Promise(h=>window.setTimeout(h,this._options.navigateDelay??f))]).then(()=>{try{c(u)}catch(h){console.error(h)}});else try{c(u)}catch(h){console.error(h)}}else if(l==="visual"){let u=this._options.applyDomChangesCallback?this._options.applyDomChangesCallback(o.value):this._applyDOMChanges(o.value);u&&this._activeAutoExperiments.set(e,{undo:u,valueHash:a})}}return o}_undoActiveAutoExperiment(e){let n=this._activeAutoExperiments.get(e);n&&(n.undo(),this._activeAutoExperiments.delete(e))}_updateAllAutoExperiments(e){if(!this._autoExperimentsAllowed)return;let n=this._options.experiments||[],r=new Set(n);this._activeAutoExperiments.forEach((i,o)=>{r.has(o)||(i.undo(),this._activeAutoExperiments.delete(o))});for(let i of n){let o=this._runAutoExperiment(i,e);if(o&&o.inExperiment&&Nl(i)==="redirect")break}}_onExperimentEval(e,n){let r=this._assigned.get(e.key);this._assigned.set(e.key,{experiment:e,result:n}),this._subscriptions.size>0&&this._fireSubscriptions(e,n,r)}_fireSubscriptions(e,n,r){(!r||r.result.inExperiment!==n.inExperiment||r.result.variationId!==n.variationId)&&this._subscriptions.forEach(i=>{try{i(e,n)}catch(o){console.error(o)}})}_recordChangedId(e){this._completedChangeIds.add(e)}isOn(e){return this.evalFeature(e).on}isOff(e){return this.evalFeature(e).off}getFeatureValue(e,n){let r=this.evalFeature(e).value;return r===null?n:r}feature(e){return this.evalFeature(e)}evalFeature(e){return Ul(e,this._getEvalContext())}log(e,n){this.debug&&(this._options.log?this._options.log(e,n):console.log(e,n))}getDeferredTrackingCalls(){return Array.from(this._deferredTrackingCalls.values())}setDeferredTrackingCalls(e){this._deferredTrackingCalls=new Map(e.filter(n=>n&&n.experiment&&n.result).map(n=>[ql(n.experiment,n.result),n]))}async fireDeferredTrackingCalls(){if(!this._options.trackingCallback)return;let e=[];this._deferredTrackingCalls.forEach(n=>{!n||!n.experiment||!n.result?console.error("Invalid deferred tracking call",{call:n}):e.push(this._options.trackingCallback(n.experiment,n.result))}),this._deferredTrackingCalls.clear(),await Promise.all(e)}setTrackingCallback(e){this._options.trackingCallback=e,this.fireDeferredTrackingCalls()}setEventLogger(e){this._options.eventLogger=e}async logEvent(e,n){if(this._destroyed){console.error("Cannot log event to destroyed GrowthBook instance");return}if(this._options.enableDevMode&&this.logs.push({eventName:e,properties:n,timestamp:Date.now().toString(),logType:"event"}),this._options.eventLogger)try{await this._options.eventLogger(e,n||{},this._getUserContext())}catch(r){console.error(r)}else console.error("No event logger configured")}_saveDeferredTrack(e){this._deferredTrackingCalls.set(ql(e.experiment,e.result),e)}_getContextUrl(){return this._options.url||(co?window.location.href:"")}_isAutoExperimentBlockedByContext(e){let n=Nl(e);if(n==="visual"){if(this._options.disableVisualExperiments||this._options.disableJsInjection&&e.variations.some(r=>r.js))return!0}else if(n==="redirect"){if(this._options.disableUrlRedirectExperiments)return!0;try{let r=new URL(this._getContextUrl());for(let i of e.variations){if(!i||!i.urlRedirect)continue;let o=new URL(i.urlRedirect);if(this._options.disableCrossOriginUrlRedirectExperiments&&(o.protocol!==r.protocol||o.host!==r.host))return!0}}catch(r){return this.log("Error parsing current or redirect URL",{id:e.key,error:r}),!0}}else return!0;return!!(e.changeId&&(this._options.blockedChangeIds||[]).includes(e.changeId))}getRedirectUrl(){return this._redirectedUrl}_getNavigateFunction(){return this._options.navigate?{navigate:this._options.navigate,delay:0}:co?{navigate:e=>{window.location.replace(e)},delay:100}:{navigate:null,delay:0}}_applyDOMChanges(e){if(!co)return;let n=[];if(e.css){let r=document.createElement("style");r.innerHTML=e.css,document.head.appendChild(r),n.push(()=>r.remove())}if(e.js){let r=document.createElement("script");r.innerHTML=e.js,this._options.jsInjectionNonce&&(r.nonce=this._options.jsInjectionNonce),document.head.appendChild(r),n.push(()=>r.remove())}return e.domMutations&&e.domMutations.forEach(r=>{n.push(p_.declarative(r).revert)}),()=>{n.forEach(r=>r())}}async refreshStickyBuckets(e){if(this._options.stickyBucketService){let n=this._getEvalContext(),r=await S_(n,this._options.stickyBucketService,e);this._options.stickyBucketAssignmentDocs=r}}generateStickyBucketAssignmentDocsSync(e,n){if(!("getAllAssignmentsSync"in e)){console.error("generating StickyBucketAssignmentDocs docs requires StickyBucketServiceSync");return}let r=this._getEvalContext(),i=rp(r,n);return e.getAllAssignmentsSync(i)}inDevMode(){return!!this._options.enableDevMode}};var cE="https://experiment.syntrologie.com",ip=class{constructor(e={}){j(this,"gb");if(e.client)this.gb=e.client;else{let n=e.onExperimentViewed?(r,i)=>{e.onExperimentViewed(r.key,i.variationId,typeof i.value=="string"?i.value:`variation_${i.variationId}`)}:void 0;this.gb=new Ds({...e,apiHost:e.apiHost??cE,enableDevMode:e.enableDevMode??!0,trackingCallback:n}),e.autoInit&&this.gb.init({streaming:!0})}}get _internal(){return this.gb}async refreshFeatures(){await this.gb.loadFeatures()}setAttributes(e){this.gb.setAttributes(e)}setForcedVariations(e){this.gb.setForcedVariations(e)}getFeatureValue(e,n){return this.gb.getFeatureValue(e,n)}shouldRenderRectangle(e){let n=e.experiment;if(!n||!n.featureKey)return!0;let r=this.gb.getFeatureValue(n.featureKey,null);if(r==null)return!1;if(typeof n.variationId=="number")return Number(r)===n.variationId;if(typeof n.variationValue<"u")return r===n.variationValue;if(n.predicate)try{return n.predicate(r)}catch{return!1}return!!r}};function op(t={}){return new ip(t)}var wr=ee(Et(),1);var dp=!1;function D_(){if(typeof window>"u")return!1;try{return new URLSearchParams(window.location.search).get("syntro_debug")==="true"}catch{return!1}}function fp(t){if(D_()){dp=!0;return}dp=t??!1}function EE(){return D_()?!0:dp}function F(t,e,n){EE()&&(n!==void 0?console.log(`[${t}]`,e,n):console.log(`[${t}]`,e))}function ft(t,e,n){n!==void 0?console.warn(`[${t}]`,e,n):console.warn(`[${t}]`,e)}function Yl(t,e,n){n!==void 0?console.error(`[${t}]`,e,n):console.error(`[${t}]`,e)}var AE=t=>[...t].sort((e,n)=>(e.order??0)-(n.order??0));function V_({fetcher:t,pollIntervalMs:e=3e4,experiments:n,runtime:r}){let[i,o]=(0,wr.useState)({tiles:[],actions:[],isLoading:!0}),s=(0,wr.useCallback)(async()=>{try{o(u=>({...u,isLoading:!0,error:void 0}));let a=await t();F("SmartCanvas Config","Raw config response",a);let l=a.tiles||[];r&&a.routes&&r.setRoutes(a.routes),r?(l=await r.filterTiles(l),n&&(l=l.filter(u=>n.shouldRenderRectangle(u)))):n&&(l=l.filter(u=>n.shouldRenderRectangle(u))),F("SmartCanvas Config",`Tile count after filtering: ${l.length}`),o({tiles:AE(l),actions:a.actions||[],isLoading:!1,fetchedAt:a.fetchedAt,canvasTitle:a.canvasTitle,configVersion:a.configVersion,theme:a.theme,launcher:a.launcher,routes:a.routes})}catch(a){o(l=>({...l,isLoading:!1,error:a instanceof Error?a.message:"Unknown error"}))}},[n,t,r]);return(0,wr.useEffect)(()=>{if(s(),!e)return;let a=setInterval(s,e);return()=>clearInterval(a)},[s,e]),(0,wr.useMemo)(()=>i,[i])}var $n=ee(Et(),1);var Bs=ee(Et(),1),ie=ee(ve(),1),LE={success:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M6 10l2.5 2.5L14 7",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),warning:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("path",{d:"M10 2L18 17H2L10 2Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),(0,ie.jsx)("path",{d:"M10 8v4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,ie.jsx)("circle",{cx:"10",cy:"14",r:"0.75",fill:"currentColor"})]}),error:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M7 7l6 6M13 7l-6 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),info:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M10 9v5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,ie.jsx)("circle",{cx:"10",cy:"6",r:"0.75",fill:"currentColor"})]}),alert:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M10 5v6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,ie.jsx)("circle",{cx:"10",cy:"14",r:"0.75",fill:"currentColor"})]})};function ME({onClick:t,color:e}){return(0,ie.jsx)("button",{onClick:n=>{n.stopPropagation(),t()},style:{position:"absolute",top:"8px",right:"8px",width:"20px",height:"20px",padding:0,border:"none",background:"rgba(255, 255, 255, 0.1)",borderRadius:"50%",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",color:e,opacity:.6,transition:"opacity 0.15s ease"},onMouseEnter:n=>{n.currentTarget.style.opacity="1"},onMouseLeave:n=>{n.currentTarget.style.opacity="0.6"},"aria-label":"Dismiss",children:(0,ie.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",children:(0,ie.jsx)("path",{d:"M1 1l8 8M9 1l-8 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})}function FE(t){let e={success:{bg:"var(--sc-color-success-muted, rgba(52, 199, 89, 0.15))",border:"var(--sc-color-success, #34c759)",icon:"var(--sc-color-success, #34c759)",text:"var(--sc-color-text, #f5f5f7)"},warning:{bg:"var(--sc-color-warning-muted, rgba(255, 159, 10, 0.15))",border:"var(--sc-color-warning, #ff9f0a)",icon:"var(--sc-color-warning, #ff9f0a)",text:"var(--sc-color-text, #f5f5f7)"},error:{bg:"var(--sc-color-error-muted, rgba(255, 69, 58, 0.15))",border:"var(--sc-color-error, #ff453a)",icon:"var(--sc-color-error, #ff453a)",text:"var(--sc-color-text, #f5f5f7)"},info:{bg:"var(--sc-color-info-muted, rgba(10, 132, 255, 0.15))",border:"var(--sc-color-info, #0a84ff)",icon:"var(--sc-color-info, #0a84ff)",text:"var(--sc-color-text, #f5f5f7)"},alert:{bg:"var(--sc-color-primary-muted, rgba(99, 102, 241, 0.15))",border:"var(--sc-color-primary, #6366f1)",icon:"var(--sc-color-primary, #6366f1)",text:"var(--sc-color-text, #f5f5f7)"}};return e[t]||e.info}function pp({content:t,onDismiss:e,accentColor:n}){let[r,i]=(0,Bs.useState)(!1),[o,s]=(0,Bs.useState)(t.type==="warning"?t.countdown??null:null);(0,Bs.useEffect)(()=>{if(o===null||o<=0)return;let d=setInterval(()=>{s(p=>p!==null&&p>0?p-1:null)},1e3);return()=>clearInterval(d)},[o]);let a=()=>{i(!0),setTimeout(()=>e?.(),200)},l=FE(t.type),u=LE[t.type],c={position:"relative",padding:"var(--sc-spacing-md, 0.75rem)",borderRadius:"var(--sc-border-radius-md, 10px)",background:l.bg,borderLeft:`3px solid ${l.border}`,opacity:r?0:1,transform:r?"translateX(10px)":"translateX(0)",transition:"opacity 0.2s ease, transform 0.2s ease"},f={display:"flex",alignItems:"flex-start",gap:"var(--sc-spacing-sm, 0.5rem)"},h={color:l.icon,flexShrink:0,marginTop:"1px"},g={flex:1,minWidth:0,paddingRight:t.dismissible?"24px":0},v={fontSize:"var(--sc-font-size-md, 0.9rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",color:l.text,margin:0,lineHeight:"var(--sc-line-height-tight, 1.25)"},_={fontSize:"var(--sc-font-size-sm, 0.8rem)",color:"var(--sc-color-text-secondary, #a1a1a6)",margin:"var(--sc-spacing-xs, 0.25rem) 0 0",lineHeight:"var(--sc-line-height-normal, 1.5)"},x={fontSize:"var(--sc-font-size-xs, 0.7rem)",color:"var(--sc-color-text-muted, #8e8e93)",marginTop:"var(--sc-spacing-sm, 0.5rem)"};return(0,ie.jsxs)("div",{style:c,children:[(0,ie.jsxs)("div",{style:f,children:[(0,ie.jsx)("div",{style:h,children:(0,ie.jsx)(u,{})}),(0,ie.jsxs)("div",{style:g,children:[(0,ie.jsx)("h4",{style:v,children:t.title}),t.body&&(0,ie.jsx)("p",{style:_,children:t.body}),t.type==="error"&&t.errorCode&&(0,ie.jsxs)("p",{style:{..._,fontFamily:"var(--sc-font-family-mono, monospace)"},children:["Code: ",t.errorCode]}),t.type==="info"&&t.learnMoreUrl&&(0,ie.jsx)("a",{href:t.learnMoreUrl,target:"_blank",rel:"noopener noreferrer",style:{display:"inline-block",marginTop:"var(--sc-spacing-sm, 0.5rem)",fontSize:"var(--sc-font-size-sm, 0.8rem)",color:l.icon,textDecoration:"none"},onClick:d=>d.stopPropagation(),children:"Learn more \u2192"}),o!==null&&o>0&&(0,ie.jsxs)("p",{style:{..._,color:l.icon},children:["Action required in ",o,"s"]}),t.timestamp&&(0,ie.jsx)("p",{style:x,children:t.timestamp})]})]}),t.dismissible&&(0,ie.jsx)(ME,{onClick:a,color:l.text})]})}var j_=ee(Et(),1),Ce=ee(ve(),1);function $E({trend:t}){let e=t.direction==="up",n=t.direction==="down";return(0,Ce.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:"4px",padding:"2px 8px",borderRadius:"var(--sc-border-radius-full, 9999px)",background:e?"var(--sc-color-success-muted, rgba(52, 199, 89, 0.15))":n?"var(--sc-color-error-muted, rgba(255, 69, 58, 0.15))":"rgba(142, 142, 147, 0.15)",color:e?"var(--sc-color-success, #34c759)":n?"var(--sc-color-error, #ff453a)":"var(--sc-color-text-muted, #8e8e93)",fontSize:"var(--sc-font-size-xs, 0.7rem)",fontWeight:"var(--sc-font-weight-medium, 500)"},children:[(0,Ce.jsx)(()=>(0,Ce.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",style:{transform:e?"rotate(0deg)":n?"rotate(180deg)":"rotate(90deg)"},children:(0,Ce.jsx)("path",{d:"M5 1v8M5 1L2 4M5 1l3 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),{}),t.value,t.timeframe&&(0,Ce.jsx)("span",{style:{color:"var(--sc-color-text-muted, #8e8e93)"},children:t.timeframe})]})}function DE({data:t,color:e}){let{path:n,width:r,height:i}=(0,j_.useMemo)(()=>{if(t.length<2)return{path:"",width:60,height:24};let l=Math.min(...t),c=Math.max(...t)-l||1;return{path:t.map((g,v)=>{let _=2+v/(t.length-1)*56,x=22-(g-l)/c*20;return{x:_,y:x}}).reduce((g,v,_)=>g+(_===0?`M ${v.x} ${v.y}`:` L ${v.x} ${v.y}`),""),width:60,height:24}},[t]);return n?(0,Ce.jsxs)("svg",{width:r,height:i,viewBox:`0 0 ${r} ${i}`,style:{overflow:"visible"},children:[(0,Ce.jsx)("path",{d:n,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),(0,Ce.jsx)("defs",{children:(0,Ce.jsxs)("linearGradient",{id:"sparkline-gradient",x1:"0",x2:"0",y1:"0",y2:"1",children:[(0,Ce.jsx)("stop",{offset:"0%",stopColor:e,stopOpacity:"0.3"}),(0,Ce.jsx)("stop",{offset:"100%",stopColor:e,stopOpacity:"0"})]})}),(0,Ce.jsx)("path",{d:`${n} L ${r-2} ${i} L 2 ${i} Z`,fill:"url(#sparkline-gradient)"})]}):null}function hp({content:t,accentColor:e}){let n=e||"var(--sc-color-primary, #6366f1)",r={display:"flex",flexDirection:"column",gap:"var(--sc-spacing-sm, 0.5rem)",padding:"var(--sc-spacing-sm, 0.5rem) 0"},i={display:"flex",alignItems:"baseline",gap:"var(--sc-spacing-xs, 0.25rem)"},o={fontSize:"var(--sc-font-size-xxl, 1.5rem)",fontWeight:"var(--sc-font-weight-bold, 700)",color:n,letterSpacing:"-0.02em",lineHeight:1},s={fontSize:"var(--sc-font-size-md, 0.9rem)",fontWeight:"var(--sc-font-weight-normal, 400)",color:"var(--sc-color-text-muted, #8e8e93)"},a={fontSize:"var(--sc-font-size-sm, 0.8rem)",color:"var(--sc-color-text-secondary, #a1a1a6)",margin:0},l={display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:"var(--sc-spacing-xs, 0.25rem)"};return(0,Ce.jsxs)("div",{style:r,children:[(0,Ce.jsxs)("div",{style:i,children:[t.prefix&&(0,Ce.jsx)("span",{style:s,children:t.prefix}),(0,Ce.jsx)("span",{style:o,children:t.value}),t.suffix&&(0,Ce.jsx)("span",{style:s,children:t.suffix})]}),(0,Ce.jsx)("p",{style:a,children:t.label}),(t.trend||t.sparkline)&&(0,Ce.jsxs)("div",{style:l,children:[t.trend&&(0,Ce.jsx)($E,{trend:t.trend}),t.sparkline&&t.sparkline.length>1&&(0,Ce.jsx)(DE,{data:t.sparkline,color:n})]})]})}var pt=ee(ve(),1);function VE({item:t,accentColor:e,layout:n}){let r=t.highlight,i={display:"flex",flexDirection:n==="list"?"row":"column",alignItems:n==="list"?"center":"flex-start",gap:n==="list"?"var(--sc-spacing-md, 0.75rem)":"var(--sc-spacing-xs, 0.25rem)",padding:"var(--sc-spacing-md, 0.75rem)",borderRadius:"var(--sc-border-radius-sm, 6px)",background:r?"var(--sc-color-primary-muted, rgba(99, 102, 241, 0.15))":"var(--sc-color-background-subtle, rgba(0, 0, 0, 0.2))",border:r?`1px solid ${e}`:"1px solid var(--sc-color-border-subtle, rgba(255, 255, 255, 0.06))",transition:"all 0.15s ease"},o={fontSize:"1.25rem",marginBottom:n==="list"?0:"var(--sc-spacing-xs, 0.25rem)"},s={fontSize:"var(--sc-font-size-sm, 0.8rem)",color:"var(--sc-color-text-secondary, #a1a1a6)",flex:n==="list"?1:void 0},a={fontSize:"var(--sc-font-size-lg, 1rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",color:r?e:"var(--sc-color-text, #f5f5f7)"};return(0,pt.jsxs)("div",{style:i,children:[t.icon&&(0,pt.jsx)("span",{style:o,children:t.icon}),(0,pt.jsx)("span",{style:s,children:t.label}),(0,pt.jsx)("span",{style:a,children:t.value})]})}function gp({content:t,accentColor:e}){let n=e||"var(--sc-color-primary, #6366f1)",r=t.layout||"grid",i=t.columns||2,o=t.items;if(t.highlightBest&&!t.items.some(a=>a.highlight)){let a=t.items.map(u=>({...u,numericValue:typeof u.value=="number"?u.value:parseFloat(String(u.value))})),l=Math.max(...a.map(u=>u.numericValue||0));o=a.map(u=>({...u,highlight:u.numericValue===l}))}let s={display:r==="table"?"block":r==="list"?"flex":"grid",flexDirection:r==="list"?"column":void 0,gridTemplateColumns:r==="grid"?`repeat(${i}, 1fr)`:void 0,gap:"var(--sc-spacing-sm, 0.5rem)",padding:"var(--sc-spacing-sm, 0.5rem) 0"};return r==="table"?(0,pt.jsx)("table",{style:{width:"100%",borderCollapse:"collapse",fontSize:"var(--sc-font-size-sm, 0.8rem)"},children:(0,pt.jsx)("tbody",{children:o.map((a,l)=>(0,pt.jsxs)("tr",{style:{borderBottom:l<o.length-1?"1px solid var(--sc-color-border-subtle, rgba(255, 255, 255, 0.06))":void 0},children:[(0,pt.jsxs)("td",{style:{padding:"var(--sc-spacing-sm, 0.5rem) 0",color:"var(--sc-color-text-secondary, #a1a1a6)",display:"flex",alignItems:"center",gap:"var(--sc-spacing-sm, 0.5rem)"},children:[a.icon&&(0,pt.jsx)("span",{children:a.icon}),a.label]}),(0,pt.jsx)("td",{style:{padding:"var(--sc-spacing-sm, 0.5rem) 0",textAlign:"right",fontWeight:"var(--sc-font-weight-semibold, 600)",color:a.highlight?n:"var(--sc-color-text, #f5f5f7)"},children:a.value})]},l))})}):(0,pt.jsx)("div",{style:s,children:o.map((a,l)=>(0,pt.jsx)(VE,{item:a,accentColor:n,layout:r},l))})}var Ql=ee(Et(),1),ae=ee(ve(),1);function BE({value:t,maxValue:e,onChange:n,color:r}){let[i,o]=(0,Ql.useState)(null);return(0,ae.jsx)("div",{style:{display:"flex",gap:"4px"},children:Array.from({length:e},(s,a)=>{let l=a+1,u=(i??t??0)>=l;return(0,ae.jsx)("button",{onClick:()=>n(l),onMouseEnter:()=>o(l),onMouseLeave:()=>o(null),style:{width:"28px",height:"28px",padding:0,border:"none",background:"none",cursor:"pointer",color:u?r:"var(--sc-color-text-muted, #8e8e93)",transition:"color 0.15s ease, transform 0.1s ease",transform:i===l?"scale(1.15)":"scale(1)"},"aria-label":`Rate ${l} out of ${e}`,children:(0,ae.jsx)("svg",{width:"28",height:"28",viewBox:"0 0 24 24",fill:u?"currentColor":"none",children:(0,ae.jsx)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})})},a)})})}function zE({value:t,onChange:e,color:n}){let r=i=>({width:"48px",height:"48px",padding:"8px",border:"none",borderRadius:"var(--sc-border-radius-md, 10px)",background:i?n:"var(--sc-color-surface, rgba(58, 58, 60, 0.8))",cursor:"pointer",color:i?"white":"var(--sc-color-text-muted, #8e8e93)",transition:"all 0.15s ease"});return(0,ae.jsxs)("div",{style:{display:"flex",gap:"12px"},children:[(0,ae.jsx)("button",{onClick:()=>e(1),style:r(t===1),"aria-label":"Thumbs up",children:(0,ae.jsx)("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",children:(0,ae.jsx)("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:t===1?"currentColor":"none"})})}),(0,ae.jsx)("button",{onClick:()=>e(0),style:r(t===0),"aria-label":"Thumbs down",children:(0,ae.jsx)("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",style:{transform:"rotate(180deg)"},children:(0,ae.jsx)("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:t===0?"currentColor":"none"})})})]})}function HE({value:t,maxValue:e,onChange:n,color:r}){return(0,ae.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"var(--sc-spacing-sm, 0.5rem)"},children:[(0,ae.jsx)("div",{style:{display:"flex",gap:"4px",justifyContent:"center"},children:Array.from({length:e+1},(i,o)=>{let s=t===o;return(0,ae.jsx)("button",{onClick:()=>n(o),style:{width:"28px",height:"32px",padding:0,border:s?`2px solid ${r}`:"1px solid var(--sc-color-border, rgba(255, 255, 255, 0.12))",borderRadius:"var(--sc-border-radius-sm, 6px)",background:s?r:"var(--sc-color-surface, rgba(58, 58, 60, 0.8))",cursor:"pointer",color:s?"white":"var(--sc-color-text, #f5f5f7)",fontSize:"var(--sc-font-size-sm, 0.8rem)",fontWeight:"var(--sc-font-weight-medium, 500)",transition:"all 0.15s ease"},"aria-label":`Rate ${o}`,children:o},o)})}),(0,ae.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",padding:"0 2px"},children:[(0,ae.jsx)("span",{style:{fontSize:"var(--sc-font-size-xs, 0.7rem)",color:"var(--sc-color-text-muted, #8e8e93)"},children:"Not likely"}),(0,ae.jsx)("span",{style:{fontSize:"var(--sc-font-size-xs, 0.7rem)",color:"var(--sc-color-text-muted, #8e8e93)"},children:"Very likely"})]})]})}function jE({value:t,onChange:e,color:n}){return(0,ae.jsx)("div",{style:{display:"flex",gap:"8px",justifyContent:"center"},children:["\u{1F622}","\u{1F615}","\u{1F610}","\u{1F642}","\u{1F604}"].map((i,o)=>{let s=t===o;return(0,ae.jsx)("button",{onClick:()=>e(o),style:{width:"44px",height:"44px",padding:0,border:s?`2px solid ${n}`:"1px solid transparent",borderRadius:"var(--sc-border-radius-md, 10px)",background:s?"var(--sc-color-primary-muted, rgba(99, 102, 241, 0.15))":"transparent",cursor:"pointer",fontSize:"1.75rem",transition:"all 0.15s ease",transform:s?"scale(1.1)":"scale(1)"},"aria-label":`Rate ${o+1} out of 5`,children:i},o)})})}function mp({content:t,onSubmit:e,accentColor:n}){let[r,i]=(0,Ql.useState)(null),[o,s]=(0,Ql.useState)(!1),a=n||"var(--sc-color-primary, #6366f1)",l=t.maxValue??(t.variant==="nps"?10:5),u=g=>{i(g)},c=()=>{r!==null&&(s(!0),e?.(r))},f={display:"flex",flexDirection:"column",gap:"var(--sc-spacing-md, 0.75rem)",padding:"var(--sc-spacing-sm, 0.5rem) 0",alignItems:"center"},h={fontSize:"var(--sc-font-size-md, 0.9rem)",color:"var(--sc-color-text, #f5f5f7)",textAlign:"center",margin:0};return o?(0,ae.jsxs)("div",{style:{...f,padding:"var(--sc-spacing-lg, 1rem)"},children:[(0,ae.jsx)("span",{style:{fontSize:"2rem"},children:"\u2713"}),(0,ae.jsx)("p",{style:{...h,color:"var(--sc-color-success, #34c759)"},children:"Thanks for your feedback!"})]}):(0,ae.jsxs)("div",{style:f,children:[t.question&&(0,ae.jsx)("p",{style:h,children:t.question}),t.variant==="stars"&&(0,ae.jsx)(BE,{value:r,maxValue:l,onChange:u,color:a}),t.variant==="thumbs"&&(0,ae.jsx)(zE,{value:r,onChange:u,color:a}),t.variant==="nps"&&(0,ae.jsx)(HE,{value:r,maxValue:l,onChange:u,color:a}),t.variant==="emoji"&&(0,ae.jsx)(jE,{value:r,onChange:u,color:a}),r!==null&&t.submitActionId&&(0,ae.jsx)("button",{onClick:c,style:{marginTop:"var(--sc-spacing-sm, 0.5rem)",padding:"var(--sc-spacing-sm, 0.5rem) var(--sc-spacing-lg, 1rem)",borderRadius:"var(--sc-border-radius-sm, 6px)",border:"none",background:a,color:"white",fontSize:"var(--sc-font-size-sm, 0.8rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",cursor:"pointer",transition:"opacity 0.15s ease"},children:"Submit"})]})}var We=ee(ve(),1);function vp({content:t,accentColor:e}){let n=e||"var(--sc-color-primary, #6366f1)",r=t.items.filter(x=>x.completed).length,i=t.items.length,o={display:"flex",flexDirection:"column",gap:"var(--sc-spacing-sm, 0.5rem)"},s={display:"flex",alignItems:"center",gap:"var(--sc-spacing-sm, 0.5rem)",marginBottom:"var(--sc-spacing-sm, 0.5rem)",fontSize:"var(--sc-font-size-xs, 0.75rem)",color:"var(--sc-color-text-muted, #8e8e93)"},a={flex:1,height:"4px",background:"var(--sc-color-surface, rgba(58, 58, 60, 0.8))",borderRadius:"2px",overflow:"hidden"},l={height:"100%",width:`${i>0?r/i*100:0}%`,background:n,borderRadius:"2px",transition:"width 0.3s ease"},u=x=>({display:"flex",alignItems:"flex-start",gap:"var(--sc-spacing-md, 0.75rem)",padding:"var(--sc-spacing-md, 0.75rem)",background:"var(--sc-color-surface, rgba(58, 58, 60, 0.5))",borderRadius:"var(--sc-border-radius-md, 10px)",border:"1px solid var(--sc-color-border, rgba(255, 255, 255, 0.08))",opacity:x?.6:1,transition:"all 0.15s ease"}),c=x=>({width:"20px",height:"20px",borderRadius:"50%",border:x?"none":"2px solid var(--sc-color-border, rgba(255, 255, 255, 0.2))",background:x?"#34c759":"transparent",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,marginTop:"2px"}),f={flex:1,minWidth:0},h=x=>({fontSize:"var(--sc-font-size-sm, 0.85rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",color:"var(--sc-color-text, #f5f5f7)",margin:0,textDecoration:x?"line-through":"none"}),g={fontSize:"var(--sc-font-size-xs, 0.75rem)",color:"var(--sc-color-text-muted, #8e8e93)",margin:"var(--sc-spacing-xs, 0.25rem) 0 0",lineHeight:1.4},v={display:"inline-flex",alignItems:"center",gap:"var(--sc-spacing-xs, 0.25rem)",padding:"var(--sc-spacing-xs, 0.25rem) var(--sc-spacing-sm, 0.5rem)",borderRadius:"var(--sc-border-radius-sm, 6px)",border:"1px solid var(--sc-color-border, rgba(255, 255, 255, 0.15))",background:"transparent",color:"var(--sc-color-text, #f5f5f7)",fontSize:"var(--sc-font-size-xs, 0.75rem)",fontWeight:"var(--sc-font-weight-medium, 500)",cursor:"pointer",textDecoration:"none",transition:"all 0.15s ease",flexShrink:0},_=x=>{x&&typeof window<"u"&&(window.location.href=x)};return(0,We.jsxs)("div",{style:o,children:[t.showProgress!==!1&&i>0&&(0,We.jsxs)("div",{style:s,children:[(0,We.jsxs)("span",{children:[r," of ",i]}),(0,We.jsx)("div",{style:a,children:(0,We.jsx)("div",{style:l})})]}),t.items.map(x=>(0,We.jsxs)("div",{style:u(x.completed??!1),children:[(0,We.jsx)("div",{style:c(x.completed??!1),children:x.completed&&(0,We.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:(0,We.jsx)("path",{d:"M20 6L9 17l-5-5",stroke:"white",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"})})}),(0,We.jsxs)("div",{style:f,children:[(0,We.jsx)("p",{style:h(x.completed??!1),children:x.title}),x.description&&(0,We.jsx)("p",{style:g,children:x.description})]}),x.href&&!x.completed&&(0,We.jsxs)("button",{style:v,onClick:d=>{d.stopPropagation(),_(x.href)},onMouseEnter:d=>{d.currentTarget.style.background="var(--sc-color-surface, rgba(58, 58, 60, 0.8))"},onMouseLeave:d=>{d.currentTarget.style.background="transparent"},children:[x.linkLabel||"Go",(0,We.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:(0,We.jsx)("path",{d:"M5 12h14M12 5l7 7-7 7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]})]},x.id))]})}var po=ee(ve(),1);function UE(t){return["alert","success","warning","info","error"].includes(t.type)}function WE(t){return t.type==="stats"}function qE(t){return t.type==="comparison"}function KE(t){return t.type==="rating"}function GE(t){return t.type==="checklist"}function U_(t,e={}){return UE(t)?(0,po.jsx)(pp,{content:t,accentColor:e.accentColor,onDismiss:e.onDismiss}):WE(t)?(0,po.jsx)(hp,{content:t,accentColor:e.accentColor}):qE(t)?(0,po.jsx)(gp,{content:t,accentColor:e.accentColor}):KE(t)?(0,po.jsx)(mp,{content:t,accentColor:e.accentColor,onSubmit:e.onRatingSubmit}):GE(t)?(0,po.jsx)(vp,{content:t,accentColor:e.accentColor}):null}function W_(t){return["alert","success","warning","info","error","stats","comparison","chart","table","form","rating","progress","survey","checklist","video","gallery","code"].includes(t)}var ht=ee(Et(),1),q_=ee(ve(),1),yp=(0,ht.createContext)({runtime:null,context:null});function _p({runtime:t,children:e}){let[n,r]=(0,ht.useState)(t?t.context.get():null);(0,ht.useEffect)(()=>t?(r(t.context.get()),t.context.subscribe(s=>{r(s)})):void 0,[t]);let i=(0,ht.useMemo)(()=>({runtime:t,context:n}),[t,n]);return(0,q_.jsx)(yp.Provider,{value:i,children:e})}function Fn(){let{runtime:t}=(0,ht.useContext)(yp);return t}function Jl(){let{context:t}=(0,ht.useContext)(yp);return t}function wp(){return Jl()?.page??null}function ZE(){return Jl()?.session??null}function YE(){return Jl()?.viewport??null}function XE(t,e,n=[]){let r=Fn();(0,ht.useEffect)(()=>r?t?r.events.subscribe(t,e):r.events.subscribe(e):void 0,[r,...n])}function QE(){return Fn()?.state??null}function JE(t,e){let n=Fn(),[r,i]=(0,ht.useState)({value:e,isFallback:!0,isLoading:!0});return(0,ht.useEffect)(()=>{if(!n||!t){i({value:e,isFallback:!0,isLoading:!1});return}let o=!1;return n.evaluate(t).then(s=>{o||i({value:s.value,isFallback:s.isFallback,isLoading:!1})}),()=>{o=!0}},[n,t,e]),r}var Ee={UI_CLICK:"ui.click",UI_SCROLL:"ui.scroll",UI_INPUT:"ui.input",UI_CHANGE:"ui.change",UI_SUBMIT:"ui.submit",NAV_PAGE_VIEW:"nav.page_view",NAV_PAGE_LEAVE:"nav.page_leave",CANVAS_OPENED:"canvas.opened",CANVAS_CLOSED:"canvas.closed",TILE_VIEWED:"tile.viewed",TILE_EXPANDED:"tile.expanded",TILE_COLLAPSED:"tile.collapsed",TILE_ACTION:"tile.action",OVERLAY_STARTED:"overlay.started",OVERLAY_COMPLETED:"overlay.completed",OVERLAY_DISMISSED:"overlay.dismissed",OVERLAY_STEP_VIEWED:"overlay.step_viewed",BEHAVIOR_RAGE_CLICK:"behavior.rage_click",BEHAVIOR_HESITATION:"behavior.hesitation",BEHAVIOR_CONFUSION:"behavior.confusion",ACTION_APPLIED:"action.applied",ACTION_REVERTED:"action.reverted",ACTION_FAILED:"action.failed",ACTION_CTA_CLICKED:"action.cta_clicked",SURFACE_MOUNTED:"surface.mounted",SURFACE_UNMOUNTED:"surface.unmounted"},ho="1.0.0";function Yt(t,e){return{ts:Date.now(),name:t,source:"canvas",props:e,schemaVersion:ho}}function eA(t){return Yt(Ee.CANVAS_OPENED,{surface:t})}function tA(t){return Yt(Ee.CANVAS_CLOSED,{surface:t})}function nA(t,e){return Yt(Ee.TILE_VIEWED,{tileId:t,surface:e})}function rA(t,e){return Yt(Ee.TILE_EXPANDED,{tileId:t,surface:e})}function iA(t,e){return Yt(Ee.TILE_COLLAPSED,{tileId:t,surface:e})}function oA(t,e,n){return Yt(Ee.TILE_ACTION,{tileId:t,actionId:e,surface:n})}function sA(t,e){return Yt(Ee.OVERLAY_STARTED,{recipeId:t,recipeName:e})}function aA(t,e){return Yt(Ee.OVERLAY_COMPLETED,{recipeId:t,recipeName:e})}function lA(t,e,n){return Yt(Ee.OVERLAY_DISMISSED,{recipeId:t,recipeName:e,stepIndex:n})}function uA(t,e,n){return Yt(Ee.OVERLAY_STEP_VIEWED,{recipeId:t,stepIndex:e,stepTitle:n})}function cA(t,e){let n=t.startsWith("canvas.")?t:`canvas.${t}`;return Yt(n,e)}var vn={canvasOpened:eA,canvasClosed:tA,tileViewed:nA,tileExpanded:rA,tileCollapsed:iA,tileAction:oA,overlayStarted:sA,overlayCompleted:aA,overlayDismissed:lA,overlayStepViewed:uA,custom:cA};var oe=ee(ve(),1);function dA({config:t,telemetry:e,surface:n}){let[r,i]=(0,$n.useState)([{author:"Lumi",text:"Hi! Need clarity on a deduction?"}]),[o,s]=(0,$n.useState)(""),a=Fn(),l=u=>{if(u.preventDefault(),!!o.trim()){if(i(c=>[...c,{author:"You",text:o.trim()}]),setTimeout(()=>{i(c=>[...c,{author:"Lumi",text:"I will route that to the experimentation server stub for now."}])},600),e?.trackAction("chatbot_message",t.id,n),a){let c=vn.tileAction(t.id,"chatbot_message",n);a.events.publish(c.name,c.props,c.source)}s("")}};return(0,oe.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"0.75rem",height:"100%"},children:[(0,oe.jsx)("div",{style:{flex:1,overflowY:"auto",padding:"0.75rem",background:"rgba(0, 0, 0, 0.2)",borderRadius:"8px",fontSize:"0.85rem"},children:r.map((u,c)=>(0,oe.jsxs)("p",{style:{margin:"0 0 0.5rem"},children:[(0,oe.jsxs)("span",{style:{fontWeight:600,color:"#94a3b8"},children:[u.author,":"]})," ",(0,oe.jsx)("span",{style:{color:"#e2e8f0"},children:u.text})]},`${u.author}-${c}`))}),(0,oe.jsxs)("form",{onSubmit:l,style:{display:"flex",gap:"0.5rem"},children:[(0,oe.jsx)("input",{style:{flex:1,padding:"0.5rem 0.75rem",borderRadius:"6px",border:"1px solid rgba(255, 255, 255, 0.1)",background:"rgba(0, 0, 0, 0.3)",color:"#f1f5f9",fontSize:"0.85rem",outline:"none"},value:o,onChange:u=>s(u.target.value),placeholder:"Ask anything..."}),(0,oe.jsx)("button",{style:{padding:"0.5rem 0.75rem",borderRadius:"6px",border:"none",background:"#6366f1",color:"white",fontWeight:600,fontSize:"0.8rem",cursor:"pointer"},type:"submit",children:"Send"})]})]})}function fA({renderer:t,config:e,surface:n,telemetry:r,isExpanded:i,runtime:o}){let s=(0,$n.useRef)(null);return(0,$n.useEffect)(()=>{if(!s.current)return;let a=t.mount(s.current,{config:e,surface:n,telemetry:r,isExpanded:i,runtime:o});return()=>{a&&a()}},[t,e,n,r,i,o]),(0,oe.jsx)("div",{ref:s,style:{width:"100%",height:"100%"}})}function zs({config:t,surface:e,telemetry:n,style:r,customRenderers:i,isExpanded:o=!1,onToggleExpand:s}){let{title:a,subtitle:l,content:u,style:c}=t,f=Fn(),h=(0,$n.useCallback)(w=>{if(n?.trackAction(w,t.id,e),f){let b=vn.tileAction(t.id,w,e);f.events.publish(b.name,b.props,b.source)}},[n,f,t.id,e]),g=c?.accentColor??"#6366f1",v="72px",_={display:"flex",flexDirection:"column",borderRadius:"14px",background:c?.background??"rgba(28, 28, 30, 0.95)",border:"1px solid rgba(255, 255, 255, 0.08)",boxShadow:"0 2px 12px rgba(0, 0, 0, 0.3)",color:c?.textColor??"#f5f5f7",fontFamily:"-apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif",overflow:"hidden",cursor:s?"pointer":"default",transition:"all 0.25s ease",...r},x={display:"flex",alignItems:"center",gap:"0.75rem",padding:"0.875rem 1rem",minHeight:v},d={width:"40px",height:"40px",borderRadius:"10px",background:`linear-gradient(135deg, ${g} 0%, ${g}cc 100%)`,display:"flex",alignItems:"center",justifyContent:"center",fontSize:"1.25rem",flexShrink:0,boxShadow:`0 2px 8px ${g}40`},p=()=>{switch(u.type){case"chatbot":return"\u{1F4AC}";case"metric":return"\u{1F4CA}";case"embed":return"\u{1F517}";case"custom":return"\u2699\uFE0F";case"checklist":return"\u{1F4CB}";default:return"\u{1F4C4}"}},m=()=>{switch(u.type){case"metric":return`${u.metricValue}${u.metricUnit?` ${u.metricUnit}`:""}`;case"text":return u.headline||u.body?.slice(0,50)||"";case"chatbot":return"Tap to chat";case"embed":return"Tap to view";case"custom":return"Tap to expand";case"checklist":{let w=u.items||[];return`${w.filter(k=>k.completed).length} of ${w.length} complete`}default:return""}},y=()=>{if(W_(u.type)){let w=U_(u,{accentColor:g,onDismiss:()=>{h("block_dismissed")},onRatingSubmit:b=>{h("rating_submitted")}});if(w)return w}switch(u.type){case"chatbot":return(0,oe.jsx)("div",{style:{height:"200px"},children:(0,oe.jsx)(dA,{config:t,surface:e,telemetry:n})});case"metric":return(0,oe.jsxs)("div",{style:{textAlign:"center",padding:"0.5rem 0"},children:[(0,oe.jsxs)("p",{style:{fontSize:"3rem",fontWeight:700,color:g,margin:0,letterSpacing:"-0.02em"},children:[u.metricValue,u.metricUnit&&(0,oe.jsx)("span",{style:{fontSize:"1.25rem",fontWeight:400,color:"#8e8e93",marginLeft:"0.5rem"},children:u.metricUnit})]}),u.headline&&(0,oe.jsx)("p",{style:{fontSize:"0.85rem",color:"#8e8e93",margin:"0.5rem 0 0"},children:u.headline})]});case"embed":return u.embedUrl?(0,oe.jsx)("iframe",{src:u.embedUrl,sandbox:"allow-scripts allow-same-origin",referrerPolicy:"no-referrer",style:{width:"100%",height:"200px",borderRadius:"8px",border:"1px solid rgba(255, 255, 255, 0.1)",background:"rgba(0, 0, 0, 0.2)"},title:u.headline??t.title}):null;case"custom":{let w=u.component||u.customRendererKey;return!w||!i||!i[w]?(0,oe.jsxs)("div",{style:{color:"#ff6b6b",fontSize:"0.85rem",padding:"0.5rem 0"},children:["Unknown component: ",w]}):(0,oe.jsx)(fA,{renderer:i[w],config:t,surface:e,telemetry:n,isExpanded:o,runtime:f})}default:{let w=u;return(0,oe.jsxs)("div",{style:{padding:"0.25rem 0"},children:[w.headline&&(0,oe.jsx)("p",{style:{fontSize:"1rem",fontWeight:600,color:"#f5f5f7",margin:"0 0 0.5rem"},children:w.headline}),w.body&&(0,oe.jsx)("p",{style:{fontSize:"0.9rem",color:"#8e8e93",margin:0,lineHeight:1.5},children:w.body})]})}}};return(0,oe.jsxs)("article",{"data-shadow-canvas-id":`tile-${t.id}`,style:_,onClick:w=>{o&&w.target.closest("[data-expanded-content]")||s?.()},children:[(0,oe.jsxs)("div",{style:x,children:[(0,oe.jsx)("div",{style:d,children:p()}),(0,oe.jsxs)("div",{style:{flex:1,minWidth:0},children:[l&&(0,oe.jsx)("p",{style:{fontSize:"0.7rem",textTransform:"uppercase",letterSpacing:"0.05em",color:"#8e8e93",margin:0},children:l}),(0,oe.jsx)("h3",{style:{fontSize:"0.95rem",fontWeight:600,color:"#f5f5f7",margin:"0.125rem 0 0",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:a}),!o&&(0,oe.jsx)("p",{style:{fontSize:"0.8rem",color:"#8e8e93",margin:"0.125rem 0 0",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:m()})]}),(0,oe.jsx)("div",{style:{color:"#8e8e93",fontSize:"0.85rem",transform:o?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.2s ease"},children:"\u25BC"})]}),o&&(0,oe.jsxs)("div",{"data-expanded-content":!0,style:{padding:"0 1rem 1rem",borderTop:"1px solid rgba(255, 255, 255, 0.06)"},onClick:w=>w.stopPropagation(),children:[(0,oe.jsx)("div",{style:{paddingTop:"0.875rem"},children:y()}),"actions"in u&&u.actions&&u.actions.length>0&&(0,oe.jsx)("div",{style:{marginTop:"1rem",paddingTop:"0.75rem",borderTop:"1px solid rgba(255, 255, 255, 0.06)",display:"flex",gap:"0.5rem"},children:u.actions.map((w,b)=>(0,oe.jsx)("button",{onClick:k=>{if(k.stopPropagation(),w.href&&typeof window<"u"&&window.open(w.href,"_blank","noreferrer"),w.onClickId&&(h(w.onClickId),w.onClickId.startsWith("syntro:restart-tour:")||w.onClickId.startsWith("syntro:start-tour:"))){let C=w.onClickId.replace("syntro:restart-tour:","").replace("syntro:start-tour:","");try{localStorage.removeItem("syntro_active_tour"),localStorage.setItem("syntro_active_tour",JSON.stringify({tourId:C,currentStepId:"",startedAt:Date.now()})),console.log(`[SmartCanvas] Starting tour "${C}"...`),window.location.reload()}catch(I){console.warn("[SmartCanvas] Failed to start tour:",I)}}},style:{flex:1,padding:"0.625rem 1rem",borderRadius:"8px",fontSize:"0.85rem",fontWeight:600,cursor:"pointer",border:"none",background:b===0?g:"rgba(255, 255, 255, 0.1)",color:"#fff",transition:"opacity 0.15s ease"},onMouseEnter:k=>{k.currentTarget.style.opacity="0.85"},onMouseLeave:k=>{k.currentTarget.style.opacity="1"},children:w.label},w.label))})]})]})}var Gn=ee(Et(),1),Lg=ee(_c(),1);var we=ee(ve(),1),dS="syntro-launcher-styles";function gR(){if(typeof document>"u"||document.getElementById(dS))return;let t=document.createElement("style");t.id=dS,t.textContent=`
11
+ `)).length,i=0;i<r;i++){var s=t.charCodeAt(i),a=null;s<128?n++:a=s>127&&s<2048?String.fromCharCode(s>>6|192,63&s|128):String.fromCharCode(s>>12|224,s>>6&63|128,63&s|128),Ln(a)||(n>e&&(o+=t.substring(e,n)),o+=a,e=n=i+1)}return n>e&&(o+=t.substring(e,t.length)),o},Y1=!!vd||!!md,xv="text/plain",xl=function(t,e,n){var r;n===void 0&&(n=!0);var[i,o]=t.split("?"),s=$({},e),a=(r=o?.split("&").map((c=>{var u,[f,h]=c.split("="),g=n&&(u=s[f])!==null&&u!==void 0?u:h;return delete s[f],f+"="+g})))!==null&&r!==void 0?r:[],l=p1(s);return l&&a.push(l),i+"?"+a.join("&")},_s=(t,e)=>JSON.stringify(t,((n,r)=>typeof r=="bigint"?r.toString():r),e),dd=t=>{var{data:e,compression:n}=t;if(e){if(n===On.GZipJS){var r=G1((function(l,c){var u=l.length;if(typeof TextEncoder<"u")return new TextEncoder().encode(l);for(var f=new Ft(l.length+(l.length>>>1)),h=0,g=function(d){f[h++]=d},v=0;v<u;++v){if(h+5>f.length){var _=new Ft(h+8+(u-v<<1));_.set(f),f=_}var x=l.charCodeAt(v);x<128||c?g(x):x<2048?(g(192|x>>>6),g(128|63&x)):x>55295&&x<57344?(g(240|(x=65536+(1047552&x)|1023&l.charCodeAt(++v))>>>18),g(128|x>>>12&63),g(128|x>>>6&63),g(128|63&x)):(g(224|x>>>12),g(128|x>>>6&63),g(128|63&x))}return Ly(f,0,h)})(_s(e)),{mtime:0}),i=new Blob([r],{type:xv});return{contentType:xv,body:i,estimatedSize:i.size}}if(n===On.Base64){var o=(function(l){var c,u,f,h,g,v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_=0,x=0,d="",p=[];if(!l)return l;l=Z1(l);do c=(g=l.charCodeAt(_++)<<16|l.charCodeAt(_++)<<8|l.charCodeAt(_++))>>18&63,u=g>>12&63,f=g>>6&63,h=63&g,p[x++]=v.charAt(c)+v.charAt(u)+v.charAt(f)+v.charAt(h);while(_<l.length);switch(d=p.join(""),l.length%3){case 1:d=d.slice(0,-2)+"==";break;case 2:d=d.slice(0,-1)+"="}return d})(_s(e)),s=(l=>"data="+encodeURIComponent(typeof l=="string"?l:_s(l)))(o);return{contentType:"application/x-www-form-urlencoded",body:s,estimatedSize:new Blob([s]).size}}var a=_s(e);return{contentType:"application/json",body:a,estimatedSize:new Blob([a]).size}}},il=[];md&&il.push({transport:"fetch",method:t=>{var e,n,{contentType:r,body:i,estimatedSize:o}=(e=dd(t))!==null&&e!==void 0?e:{},s=new Headers;pe(t.headers,(function(u,f){s.append(f,u)})),r&&s.append("Content-Type",r);var a=t.url,l=null;if(zm){var c=new zm;l={signal:c.signal,timeout:setTimeout((()=>c.abort()),t.timeout)}}md(a,$({method:t?.method||"GET",headers:s,keepalive:t.method==="POST"&&(o||0)<52428.8,body:i,signal:(n=l)==null?void 0:n.signal},t.fetchOptions)).then((u=>u.text().then((f=>{var h={statusCode:u.status,text:f};if(u.status===200)try{h.json=JSON.parse(f)}catch(g){L.error(g)}t.callback==null||t.callback(h)})))).catch((u=>{L.error(u),t.callback==null||t.callback({statusCode:0,text:u})})).finally((()=>l?clearTimeout(l.timeout):null))}}),vd&&il.push({transport:"XHR",method:t=>{var e,n=new vd;n.open(t.method||"GET",t.url,!0);var{contentType:r,body:i}=(e=dd(t))!==null&&e!==void 0?e:{};pe(t.headers,(function(o,s){n.setRequestHeader(s,o)})),r&&n.setRequestHeader("Content-Type",r),t.timeout&&(n.timeout=t.timeout),t.disableXHRCredentials||(n.withCredentials=!0),n.onreadystatechange=()=>{if(n.readyState===4){var o={statusCode:n.status,text:n.responseText};if(n.status===200)try{o.json=JSON.parse(n.responseText)}catch{}t.callback==null||t.callback(o)}},n.send(i)}}),kt!=null&&kt.sendBeacon&&il.push({transport:"sendBeacon",method:t=>{var e=xl(t.url,{beacon:"1"});try{var n,{contentType:r,body:i}=(n=dd(t))!==null&&n!==void 0?n:{},o=typeof i=="string"?new Blob([i],{type:r}):i;kt.sendBeacon(e,o)}catch{}}});var Sl=function(t,e){if(!(function(n){try{new RegExp(n)}catch{return!1}return!0})(e))return!1;try{return new RegExp(e).test(t)}catch{return!1}};function Sv(t,e,n){return _s({distinct_id:t,userPropertiesToSet:e,userPropertiesToSetOnce:n})}var My={exact:(t,e)=>e.some((n=>t.some((r=>n===r)))),is_not:(t,e)=>e.every((n=>t.every((r=>n!==r)))),regex:(t,e)=>e.some((n=>t.some((r=>Sl(n,r))))),not_regex:(t,e)=>e.every((n=>t.every((r=>!Sl(n,r))))),icontains:(t,e)=>e.map(nl).some((n=>t.map(nl).some((r=>n.includes(r))))),not_icontains:(t,e)=>e.map(nl).every((n=>t.map(nl).every((r=>!n.includes(r)))))},nl=t=>t.toLowerCase();function Fy(t,e){return!t||Object.entries(t).every((n=>{var[r,i]=n,o=e?.[r];if(N(o)||Ln(o))return!1;var s=[String(o)],a=My[i.operator];return!!a&&a(i.values,s)}))}var fd=Fe("[Error tracking]"),lf=class{constructor(e){var n,r;this.Jt=[],this.Kt=new Sd([new kd,new Pd,new Ed,new Cd,new Rd,new Td,new Ad,new Id],Zk("web:javascript",Wk,Gk)),this._instance=e,this.Jt=(n=(r=this._instance.persistence)==null?void 0:r.get_property(Od))!==null&&n!==void 0?n:[]}onRemoteConfig(e){var n,r,i,o=(n=(r=e.errorTracking)==null?void 0:r.suppressionRules)!==null&&n!==void 0?n:[],s=(i=e.errorTracking)==null?void 0:i.captureExtensionExceptions;this.Jt=o,this._instance.persistence&&this._instance.persistence.register({[Od]:this.Jt,[Qm]:s})}get Yt(){var e,n=!!this._instance.get_property(Qm),r=this._instance.config.error_tracking.captureExtensionExceptions;return(e=r??n)!==null&&e!==void 0&&e}buildProperties(e,n){return this.Kt.buildFromUnknown(e,{syntheticException:n?.syntheticException,mechanism:{handled:n?.handled}})}sendExceptionEvent(e){var n=e.$exception_list;if(this.Xt(n)){if(this.Qt(n))return void fd.info("Skipping exception capture because a suppression rule matched");if(!this.Yt&&this.Zt(n))return void fd.info("Skipping exception capture because it was thrown by an extension");if(!this._instance.config.error_tracking.__capturePostHogExceptions&&this.ti(n))return void fd.info("Skipping exception capture because it was thrown by the PostHog SDK")}return this._instance.capture("$exception",e,{_noTruncate:!0,_batchKey:"exceptionEvent"})}Qt(e){if(e.length===0)return!1;var n=e.reduce(((r,i)=>{var{type:o,value:s}=i;return Me(o)&&o.length>0&&r.$exception_types.push(o),Me(s)&&s.length>0&&r.$exception_values.push(s),r}),{$exception_types:[],$exception_values:[]});return this.Jt.some((r=>{var i=r.values.map((o=>{var s,a=My[o.operator],l=fe(o.value)?o.value:[o.value],c=(s=n[o.key])!==null&&s!==void 0?s:[];return l.length>0&&a(l,c)}));return r.type==="OR"?i.some(Boolean):i.every(Boolean)}))}Zt(e){return e.flatMap((n=>{var r,i;return(r=(i=n.stacktrace)==null?void 0:i.frames)!==null&&r!==void 0?r:[]})).some((n=>n.filename&&n.filename.startsWith("chrome-extension://")))}ti(e){if(e.length>0){var n,r,i,o,s=(n=(r=e[0].stacktrace)==null?void 0:r.frames)!==null&&n!==void 0?n:[],a=s[s.length-1];return(i=a==null||(o=a.filename)==null?void 0:o.includes("posthog.com/static"))!==null&&i!==void 0&&i}return!1}Xt(e){return!de(e)&&fe(e)}},Zt=Fe("[FeatureFlags]"),us=Fe("[FeatureFlags]",{debugEnabled:!0}),pd="$active_feature_flags",qi="$override_feature_flags",bv="$feature_flag_payloads",ds="$override_feature_flag_payloads",kv="$feature_flag_request_id",Cv="$feature_flag_evaluated_at",Ev=t=>{var e={};for(var[n,r]of rl(t||{}))r&&(e[n]=r);return e},X1=t=>{var e=t.flags;return e?(t.featureFlags=Object.fromEntries(Object.keys(e).map((n=>{var r;return[n,(r=e[n].variant)!==null&&r!==void 0?r:e[n].enabled]}))),t.featureFlagPayloads=Object.fromEntries(Object.keys(e).filter((n=>e[n].enabled)).filter((n=>{var r;return(r=e[n].metadata)==null?void 0:r.payload})).map((n=>{var r;return[n,(r=e[n].metadata)==null?void 0:r.payload]})))):Zt.warn("Using an older version of the feature flags endpoint. Please upgrade your PostHog server to the latest version"),t},Q1=(function(t){return t.FeatureFlags="feature_flags",t.Recordings="recordings",t})({}),cf=class{constructor(e){this.ii=!1,this.ei=!1,this.ri=!1,this.si=!1,this.ni=!1,this.oi=!1,this.ai=!1,this._instance=e,this.featureFlagEventHandlers=[]}li(){var e=this._instance.config.evaluation_environments;return e!=null&&e.length?e.filter((n=>{var r=n&&typeof n=="string"&&n.trim().length>0;return r||Zt.error("Invalid evaluation environment found:",n,"Expected non-empty string"),r})):[]}ui(){return this.li().length>0}flags(){if(this._instance.config.__preview_remote_config)this.oi=!0;else{var e=!this.hi&&(this._instance.config.advanced_disable_feature_flags||this._instance.config.advanced_disable_feature_flags_on_first_load);this.vi({disableFlags:e})}}get hasLoadedFlags(){return this.ei}getFlags(){return Object.keys(this.getFlagVariants())}getFlagsWithDetails(){var e=this._instance.get_property(Ld),n=this._instance.get_property(qi),r=this._instance.get_property(ds);if(!r&&!n)return e||{};var i=Pe({},e||{}),o=[...new Set([...Object.keys(r||{}),...Object.keys(n||{})])];for(var s of o){var a,l,c=i[s],u=n?.[s],f=N(u)?(a=c?.enabled)!==null&&a!==void 0&&a:!!u,h=N(u)?c.variant:typeof u=="string"?u:void 0,g=r?.[s],v=$({},c,{enabled:f,variant:f?h??c?.variant:void 0});f!==c?.enabled&&(v.original_enabled=c?.enabled),h!==c?.variant&&(v.original_variant=c?.variant),g&&(v.metadata=$({},c?.metadata,{payload:g,original_payload:c==null||(l=c.metadata)==null?void 0:l.payload})),i[s]=v}return this.ii||(Zt.warn(" Overriding feature flag details!",{flagDetails:e,overriddenPayloads:r,finalDetails:i}),this.ii=!0),i}getFlagVariants(){var e=this._instance.get_property(Yi),n=this._instance.get_property(qi);if(!n)return e||{};for(var r=Pe({},e),i=Object.keys(n),o=0;o<i.length;o++)r[i[o]]=n[i[o]];return this.ii||(Zt.warn(" Overriding feature flags!",{enabledFlags:e,overriddenFlags:n,finalFlags:r}),this.ii=!0),r}getFlagPayloads(){var e=this._instance.get_property(bv),n=this._instance.get_property(ds);if(!n)return e||{};for(var r=Pe({},e||{}),i=Object.keys(n),o=0;o<i.length;o++)r[i[o]]=n[i[o]];return this.ii||(Zt.warn(" Overriding feature flag payloads!",{flagPayloads:e,overriddenPayloads:n,finalPayloads:r}),this.ii=!0),r}reloadFeatureFlags(){this.si||this._instance.config.advanced_disable_feature_flags||this.hi||(this.hi=setTimeout((()=>{this.vi()}),5))}di(){clearTimeout(this.hi),this.hi=void 0}ensureFlagsLoaded(){this.ei||this.ri||this.hi||this.reloadFeatureFlags()}setAnonymousDistinctId(e){this.$anon_distinct_id=e}setReloadingPaused(e){this.si=e}vi(e){var n;if(this.di(),!this._instance.O())if(this.ri)this.ni=!0;else{var r={token:this._instance.config.token,distinct_id:this._instance.get_distinct_id(),groups:this._instance.getGroups(),$anon_distinct_id:this.$anon_distinct_id,person_properties:$({},((n=this._instance.persistence)==null?void 0:n.get_initial_props())||{},this._instance.get_property(vs)||{}),group_properties:this._instance.get_property(ri)};(e!=null&&e.disableFlags||this._instance.config.advanced_disable_feature_flags)&&(r.disable_flags=!0),this.ui()&&(r.evaluation_environments=this.li());var i=this._instance.config.__preview_remote_config,o=i?"/flags/?v=2":"/flags/?v=2&config=true",s=this._instance.config.advanced_only_evaluate_survey_feature_flags?"&only_evaluate_survey_feature_flags=true":"",a=this._instance.requestRouter.endpointFor("flags",o+s);i&&(r.timezone=Iy()),this.ri=!0,this._instance.ci({method:"POST",url:a,data:r,compression:this._instance.config.disable_compression?void 0:On.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:l=>{var c,u,f=!0;if(l.statusCode===200&&(this.ni||(this.$anon_distinct_id=void 0),f=!1),this.ri=!1,this.oi||(this.oi=!0,this._instance.fi((u=l.json)!==null&&u!==void 0?u:{})),!r.disable_flags||this.ni)if(this.ai=!f,l.json&&(c=l.json.quotaLimited)!=null&&c.includes(Q1.FeatureFlags))Zt.warn("You have hit your feature flags quota limit, and will not be able to load feature flags until the quota is reset. Please visit https://posthog.com/docs/billing/limits-alerts to learn more.");else{var h;r.disable_flags||this.receivedFeatureFlags((h=l.json)!==null&&h!==void 0?h:{},f),this.ni&&(this.ni=!1,this.vi())}}})}}getFeatureFlag(e,n){if(n===void 0&&(n={}),this.ei||this.getFlags()&&this.getFlags().length>0){var r=this.getFlagVariants()[e],i=""+r,o=this._instance.get_property(kv)||void 0,s=this._instance.get_property(Cv)||void 0,a=this._instance.get_property(cl)||{};if((n.send_event||!("send_event"in n))&&(!(e in a)||!a[e].includes(i))){var l,c,u,f,h,g,v,_,x;fe(a[e])?a[e].push(i):a[e]=[i],(l=this._instance.persistence)==null||l.register({[cl]:a});var d=this.getFeatureFlagDetails(e),p={$feature_flag:e,$feature_flag_response:r,$feature_flag_payload:this.getFeatureFlagPayload(e)||null,$feature_flag_request_id:o,$feature_flag_evaluated_at:s,$feature_flag_bootstrapped_response:((c=this._instance.config.bootstrap)==null||(c=c.featureFlags)==null?void 0:c[e])||null,$feature_flag_bootstrapped_payload:((u=this._instance.config.bootstrap)==null||(u=u.featureFlagPayloads)==null?void 0:u[e])||null,$used_bootstrap_value:!this.ai};N(d==null||(f=d.metadata)==null?void 0:f.version)||(p.$feature_flag_version=d.metadata.version);var m,y=(h=d==null||(g=d.reason)==null?void 0:g.description)!==null&&h!==void 0?h:d==null||(v=d.reason)==null?void 0:v.code;y&&(p.$feature_flag_reason=y),d!=null&&(_=d.metadata)!=null&&_.id&&(p.$feature_flag_id=d.metadata.id),N(d?.original_variant)&&N(d?.original_enabled)||(p.$feature_flag_original_response=N(d.original_variant)?d.original_enabled:d.original_variant),d!=null&&(x=d.metadata)!=null&&x.original_payload&&(p.$feature_flag_original_payload=d==null||(m=d.metadata)==null?void 0:m.original_payload),this._instance.capture("$feature_flag_called",p)}return r}Zt.warn('getFeatureFlag for key "'+e+`" failed. Feature flags didn't load in time.`)}getFeatureFlagDetails(e){return this.getFlagsWithDetails()[e]}getFeatureFlagPayload(e){return this.getFlagPayloads()[e]}getRemoteConfigPayload(e,n){var r=this._instance.config.token,i={distinct_id:this._instance.get_distinct_id(),token:r};this.ui()&&(i.evaluation_environments=this.li()),this._instance.ci({method:"POST",url:this._instance.requestRouter.endpointFor("flags","/flags/?v=2&config=true"),data:i,compression:this._instance.config.disable_compression?void 0:On.Base64,timeout:this._instance.config.feature_flag_request_timeout_ms,callback:o=>{var s,a=(s=o.json)==null?void 0:s.featureFlagPayloads;n(a?.[e]||void 0)}})}isFeatureEnabled(e,n){if(n===void 0&&(n={}),this.ei||this.getFlags()&&this.getFlags().length>0){var r=this.getFeatureFlag(e,n);return N(r)?void 0:!!r}Zt.warn('isFeatureEnabled for key "'+e+`" failed. Feature flags didn't load in time.`)}addFeatureFlagsHandler(e){this.featureFlagEventHandlers.push(e)}removeFeatureFlagsHandler(e){this.featureFlagEventHandlers=this.featureFlagEventHandlers.filter((n=>n!==e))}receivedFeatureFlags(e,n){if(this._instance.persistence){this.ei=!0;var r=this.getFlagVariants(),i=this.getFlagPayloads(),o=this.getFlagsWithDetails();(function(s,a,l,c,u){l===void 0&&(l={}),c===void 0&&(c={}),u===void 0&&(u={});var f=X1(s),h=f.flags,g=f.featureFlags,v=f.featureFlagPayloads;if(g){var _=s.requestId,x=s.evaluatedAt;if(fe(g)){Zt.warn("v1 of the feature flags endpoint is deprecated. Please use the latest version.");var d={};if(g)for(var p=0;p<g.length;p++)d[g[p]]=!0;a&&a.register({[pd]:g,[Yi]:d})}else{var m=g,y=v,w=h;s.errorsWhileComputingFlags&&(m=$({},l,m),y=$({},c,y),w=$({},u,w)),a&&a.register($({[pd]:Object.keys(Ev(m)),[Yi]:m||{},[bv]:y||{},[Ld]:w||{}},_?{[kv]:_}:{},x?{[Cv]:x}:{}))}}})(e,this._instance.persistence,r,i,o),this.pi(n)}}override(e,n){n===void 0&&(n=!1),Zt.warn("override is deprecated. Please use overrideFeatureFlags instead."),this.overrideFeatureFlags({flags:e,suppressWarning:n})}overrideFeatureFlags(e){if(!this._instance.__loaded||!this._instance.persistence)return Zt.uninitializedWarning("posthog.featureFlags.overrideFeatureFlags");if(e===!1)return this._instance.persistence.unregister(qi),this._instance.persistence.unregister(ds),this.pi(),us.info("All overrides cleared");if(e&&typeof e=="object"&&("flags"in e||"payloads"in e)){var n,r=e;if(this.ii=!!((n=r.suppressWarning)!==null&&n!==void 0&&n),"flags"in r){if(r.flags===!1)this._instance.persistence.unregister(qi),us.info("Flag overrides cleared");else if(r.flags){if(fe(r.flags)){for(var i={},o=0;o<r.flags.length;o++)i[r.flags[o]]=!0;this._instance.persistence.register({[qi]:i})}else this._instance.persistence.register({[qi]:r.flags});us.info("Flag overrides set",{flags:r.flags})}}return"payloads"in r&&(r.payloads===!1?(this._instance.persistence.unregister(ds),us.info("Payload overrides cleared")):r.payloads&&(this._instance.persistence.register({[ds]:r.payloads}),us.info("Payload overrides set",{payloads:r.payloads}))),void this.pi()}this.pi()}onFeatureFlags(e){if(this.addFeatureFlagsHandler(e),this.ei){var{flags:n,flagVariants:r}=this.gi();e(n,r)}return()=>this.removeFeatureFlagsHandler(e)}updateEarlyAccessFeatureEnrollment(e,n,r){var i,o=(this._instance.get_property(ms)||[]).find((c=>c.flagKey===e)),s={["$feature_enrollment/"+e]:n},a={$feature_flag:e,$feature_enrollment:n,$set:s};o&&(a.$early_access_feature_name=o.name),r&&(a.$feature_enrollment_stage=r),this._instance.capture("$feature_enrollment_update",a),this.setPersonPropertiesForFlags(s,!1);var l=$({},this.getFlagVariants(),{[e]:n});(i=this._instance.persistence)==null||i.register({[pd]:Object.keys(Ev(l)),[Yi]:l}),this.pi()}getEarlyAccessFeatures(e,n,r){n===void 0&&(n=!1);var i=this._instance.get_property(ms),o=r?"&"+r.map((s=>"stage="+s)).join("&"):"";if(i&&!n)return e(i);this._instance.ci({url:this._instance.requestRouter.endpointFor("api","/api/early_access_features/?token="+this._instance.config.token+o),method:"GET",callback:s=>{var a,l;if(s.json){var c=s.json.earlyAccessFeatures;return(a=this._instance.persistence)==null||a.unregister(ms),(l=this._instance.persistence)==null||l.register({[ms]:c}),e(c)}}})}gi(){var e=this.getFlags(),n=this.getFlagVariants();return{flags:e.filter((r=>n[r])),flagVariants:Object.keys(n).filter((r=>n[r])).reduce(((r,i)=>(r[i]=n[i],r)),{})}}pi(e){var{flags:n,flagVariants:r}=this.gi();this.featureFlagEventHandlers.forEach((i=>i(n,r,{errorsLoading:e})))}setPersonPropertiesForFlags(e,n){n===void 0&&(n=!0);var r=this._instance.get_property(vs)||{};this._instance.register({[vs]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetPersonPropertiesForFlags(){this._instance.unregister(vs)}setGroupPropertiesForFlags(e,n){n===void 0&&(n=!0);var r=this._instance.get_property(ri)||{};Object.keys(r).length!==0&&Object.keys(r).forEach((i=>{r[i]=$({},r[i],e[i]),delete e[i]})),this._instance.register({[ri]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetGroupPropertiesForFlags(e){if(e){var n=this._instance.get_property(ri)||{};this._instance.register({[ri]:$({},n,{[e]:{}})})}else this._instance.unregister(ri)}reset(){this.ei=!1,this.ri=!1,this.si=!1,this.ni=!1,this.oi=!1,this.ai=!1,this.$anon_distinct_id=void 0,this.di(),this.ii=!1}},J1=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"],Ss=class{constructor(e,n){this.F=e,this.props={},this.mi=!1,this.yi=(r=>{var i="";return r.token&&(i=r.token.replace(/\+/g,"PL").replace(/\//g,"SL").replace(/=/g,"EQ")),r.persistence_name?"ph_"+r.persistence_name:"ph_"+i+"_posthog"})(e),this.Y=this.bi(e),this.load(),e.debug&&L.info("Persistence loaded",e.persistence,$({},this.props)),this.update_config(e,e,n),this.save()}isDisabled(){return!!this.wi}bi(e){J1.indexOf(e.persistence.toLowerCase())===-1&&(L.critical("Unknown persistence type "+e.persistence+"; falling back to localStorage+cookie"),e.persistence="localStorage+cookie");var n=e.persistence.toLowerCase();return n==="localstorage"&&ke.H()?ke:n==="localstorage+cookie"&&Qa.H()?Qa:n==="sessionstorage"&&je.H()?je:n==="memory"?x1:n==="cookie"?hn:Qa.H()?Qa:hn}properties(){var e={};return pe(this.props,(function(n,r){if(r===Yi&&Ve(n))for(var i=Object.keys(n),o=0;o<i.length;o++)e["$feature/"+i[o]]=n[i[o]];else a=r,l=!1,(Ln(s=r1)?l:Bm&&s.indexOf===Bm?s.indexOf(a)!=-1:(pe(s,(function(c){if(l||(l=c===a))return al})),l))||(e[r]=n);var s,a,l})),e}load(){if(!this.wi){var e=this.Y.W(this.yi);e&&(this.props=Pe({},e))}}save(){this.wi||this.Y.G(this.yi,this.props,this.xi,this.Si,this.Ei,this.F.debug)}remove(){this.Y.V(this.yi,!1),this.Y.V(this.yi,!0)}clear(){this.remove(),this.props={}}register_once(e,n,r){if(Ve(e)){N(n)&&(n="None"),this.xi=N(r)?this.$i:r;var i=!1;if(pe(e,((o,s)=>{this.props.hasOwnProperty(s)&&this.props[s]!==n||(this.props[s]=o,i=!0)})),i)return this.save(),!0}return!1}register(e,n){if(Ve(e)){this.xi=N(n)?this.$i:n;var r=!1;if(pe(e,((i,o)=>{e.hasOwnProperty(o)&&this.props[o]!==i&&(this.props[o]=i,r=!0)})),r)return this.save(),!0}return!1}unregister(e){e in this.props&&(delete this.props[e],this.save())}update_campaign_params(){if(!this.mi){var e=ky(this.F.custom_campaign_params,this.F.mask_personal_data_properties,this.F.custom_personal_data_properties);Zi(Af(e))||this.register(e),this.mi=!0}}update_search_keyword(){var e;this.register((e=O?.referrer)?Ey(e):{})}update_referrer_info(){var e;this.register_once({$referrer:Ay(),$referring_domain:O!=null&&O.referrer&&((e=hl(O.referrer))==null?void 0:e.host)||"$direct"},void 0)}set_initial_person_info(){this.props[Dd]||this.props[Vd]||this.register_once({[ul]:Ty(this.F.mask_personal_data_properties,this.F.custom_personal_data_properties)},void 0)}get_initial_props(){var e={};pe([Vd,Dd],(s=>{var a=this.props[s];a&&pe(a,(function(l,c){e["$initial_"+yd(c)]=l}))}));var n,r,i=this.props[ul];if(i){var o=(n=Ry(i),r={},pe(n,(function(s,a){r["$initial_"+yd(a)]=s})),r);Pe(e,o)}return e}safe_merge(e){return pe(this.props,(function(n,r){r in e||(e[r]=n)})),e}update_config(e,n,r){if(this.$i=this.xi=e.cookie_expiration,this.set_disabled(e.disable_persistence||!!r),this.set_cross_subdomain(e.cross_subdomain_cookie),this.set_secure(e.secure_cookie),e.persistence!==n.persistence){var i=this.bi(e),o=this.props;this.clear(),this.Y=i,this.props=o,this.save()}}set_disabled(e){this.wi=e,this.wi?this.remove():this.save()}set_cross_subdomain(e){e!==this.Si&&(this.Si=e,this.remove(),this.save())}set_secure(e){e!==this.Ei&&(this.Ei=e,this.remove(),this.save())}set_event_timer(e,n){var r=this.props[gs]||{};r[e]=n,this.props[gs]=r,this.save()}remove_event_timer(e){var n=(this.props[gs]||{})[e];return N(n)||(delete this.props[gs][e],this.save()),n}get_property(e){return this.props[e]}set_property(e,n){this.props[e]=n,this.save()}},fs=(function(t){return t.Activation="events",t.Cancellation="cancelEvents",t})({}),G2=(function(t){return t.Button="button",t.Tab="tab",t.Selector="selector",t})({}),Z2=(function(t){return t.TopLeft="top_left",t.TopRight="top_right",t.TopCenter="top_center",t.MiddleLeft="middle_left",t.MiddleRight="middle_right",t.MiddleCenter="middle_center",t.Left="left",t.Center="center",t.Right="right",t.NextToTrigger="next_to_trigger",t})({}),Y2=(function(t){return t.Top="top",t.Left="left",t.Right="right",t.Bottom="bottom",t})({}),hd=(function(t){return t.Popover="popover",t.API="api",t.Widget="widget",t.ExternalSurvey="external_survey",t})({}),X2=(function(t){return t.Open="open",t.MultipleChoice="multiple_choice",t.SingleChoice="single_choice",t.Rating="rating",t.Link="link",t})({}),Q2=(function(t){return t.NextQuestion="next_question",t.End="end",t.ResponseBased="response_based",t.SpecificQuestion="specific_question",t})({}),J2=(function(t){return t.Once="once",t.Recurring="recurring",t.Always="always",t})({}),ol=(function(t){return t.SHOWN="survey shown",t.DISMISSED="survey dismissed",t.SENT="survey sent",t})({}),Av=(function(t){return t.SURVEY_ID="$survey_id",t.SURVEY_NAME="$survey_name",t.SURVEY_RESPONSE="$survey_response",t.SURVEY_ITERATION="$survey_iteration",t.SURVEY_ITERATION_START_DATE="$survey_iteration_start_date",t.SURVEY_PARTIALLY_COMPLETED="$survey_partially_completed",t.SURVEY_SUBMISSION_ID="$survey_submission_id",t.SURVEY_QUESTIONS="$survey_questions",t.SURVEY_COMPLETED="$survey_completed",t})({}),$y=(function(t){return t.Popover="popover",t.Inline="inline",t})({}),Rs=class{constructor(){this.ki={},this.ki={}}on(e,n){return this.ki[e]||(this.ki[e]=[]),this.ki[e].push(n),()=>{this.ki[e]=this.ki[e].filter((r=>r!==n))}}emit(e,n){for(var r of this.ki[e]||[])r(n);for(var i of this.ki["*"]||[])i(e,n)}};function Ki(t,e,n){if(de(t))return!1;switch(n){case"exact":return t===e;case"contains":var r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/_/g,".").replace(/%/g,".*");return new RegExp(r,"i").test(t);case"regex":try{return new RegExp(e).test(t)}catch{return!1}default:return!1}}var uf=class{constructor(e){this.Pi=new Rs,this.Ti=(n,r)=>this.Ri(n,r)&&this.Ii(n,r)&&this.Fi(n,r)&&this.Ci(n,r),this.Ri=(n,r)=>r==null||!r.event||n?.event===r?.event,this._instance=e,this.Mi=new Set,this.Oi=new Set}init(){var e;if(!N((e=this._instance)==null?void 0:e.Ai)){var n;(n=this._instance)==null||n.Ai(((r,i)=>{this.on(r,i)}))}}register(e){var n,r;if(!N((n=this._instance)==null?void 0:n.Ai)&&(e.forEach((s=>{var a,l;(a=this.Oi)==null||a.add(s),(l=s.steps)==null||l.forEach((c=>{var u;(u=this.Mi)==null||u.add(c?.event||"")}))})),(r=this._instance)!=null&&r.autocapture)){var i,o=new Set;e.forEach((s=>{var a;(a=s.steps)==null||a.forEach((l=>{l!=null&&l.selector&&o.add(l?.selector)}))})),(i=this._instance)==null||i.autocapture.setElementSelectors(o)}}on(e,n){var r;n!=null&&e.length!=0&&(this.Mi.has(e)||this.Mi.has(n?.event))&&this.Oi&&((r=this.Oi)==null?void 0:r.size)>0&&this.Oi.forEach((i=>{this.Di(n,i)&&this.Pi.emit("actionCaptured",i.name)}))}ji(e){this.onAction("actionCaptured",(n=>e(n)))}Di(e,n){if(n?.steps==null)return!1;for(var r of n.steps)if(this.Ti(e,r))return!0;return!1}onAction(e,n){return this.Pi.on(e,n)}Ii(e,n){if(n!=null&&n.url){var r,i=e==null||(r=e.properties)==null?void 0:r.$current_url;if(!i||typeof i!="string"||!Ki(i,n.url,n.url_matching||"contains"))return!1}return!0}Fi(e,n){return!!this.Li(e,n)&&!!this.Ni(e,n)&&!!this.Ui(e,n)}Li(e,n){var r;if(n==null||!n.href)return!0;var i=this.zi(e);if(i.length>0)return i.some((a=>Ki(a.href,n.href,n.href_matching||"exact")));var o,s=(e==null||(r=e.properties)==null?void 0:r.$elements_chain)||"";return!!s&&Ki((o=s.match(/(?::|")href="(.*?)"/))?o[1]:"",n.href,n.href_matching||"exact")}Ni(e,n){var r;if(n==null||!n.text)return!0;var i=this.zi(e);if(i.length>0)return i.some((c=>Ki(c.text,n.text,n.text_matching||"exact")||Ki(c.$el_text,n.text,n.text_matching||"exact")));var o,s,a,l=(e==null||(r=e.properties)==null?void 0:r.$elements_chain)||"";return!!l&&(o=(function(c){for(var u,f=[],h=/(?::|")text="(.*?)"/g;!de(u=h.exec(c));)f.includes(u[1])||f.push(u[1]);return f})(l),s=n.text,a=n.text_matching||"exact",o.some((c=>Ki(c,s,a))))}Ui(e,n){var r,i;if(n==null||!n.selector)return!0;var o=e==null||(r=e.properties)==null?void 0:r.$element_selectors;if(o!=null&&o.includes(n.selector))return!0;var s=(e==null||(i=e.properties)==null?void 0:i.$elements_chain)||"";if(n.selector_regex&&s)try{return new RegExp(n.selector_regex).test(s)}catch{return!1}return!1}zi(e){var n;return(e==null||(n=e.properties)==null?void 0:n.$elements)==null?[]:e?.properties.$elements}Ci(e,n){return n==null||!n.properties||n.properties.length===0||Fy(n.properties.reduce(((r,i)=>{var o=fe(i.value)?i.value.map(String):i.value!=null?[String(i.value)]:[];return r[i.key]={values:o,operator:i.operator||"exact"},r}),{}),e?.properties)}},ce=Fe("[Surveys]"),df="seenSurvey_",eC=(t,e)=>{var n="$survey_"+e+"/"+t.id;return t.current_iteration&&t.current_iteration>0&&(n="$survey_"+e+"/"+t.id+"/"+t.current_iteration),n},Tv=t=>{var e=""+df+t.id;return t.current_iteration&&t.current_iteration>0&&(e=""+df+t.id+"_"+t.current_iteration),e},tC=[hd.Popover,hd.Widget,hd.API],nC={ignoreConditions:!1,ignoreDelay:!1,displayType:$y.Popover},ff=class{constructor(e){this._instance=e,this.Hi=new Map,this.Bi=new Map,this.qi=new Map}Wi(e,n){return!!e&&Fy(e.propertyFilters,n?.properties)}Gi(e,n){var r=new Map;return e.forEach((i=>{var o;(o=i.conditions)==null||(o=o[n])==null||(o=o.values)==null||o.forEach((s=>{if(s!=null&&s.name){var a=r.get(s.name)||[];a.push(i.id),r.set(s.name,a)}}))})),r}Vi(e,n,r){var i,o=(r===fs.Activation?this.Hi:this.Bi).get(e),s=[];return(i=this._instance)==null||i.getSurveys((a=>{s=a.filter((l=>o?.includes(l.id)))})),s.filter((a=>{var l,c=(l=a.conditions)==null||(l=l[r])==null||(l=l.values)==null?void 0:l.find((u=>u.name===e));return this.Wi(c,n)}))}register(e){var n;N((n=this._instance)==null?void 0:n.Ai)||(this.Ji(e),this.Ki(e))}Ki(e){var n=e.filter((r=>{var i,o;return((i=r.conditions)==null?void 0:i.actions)&&((o=r.conditions)==null||(o=o.actions)==null||(o=o.values)==null?void 0:o.length)>0}));n.length!==0&&(this.Yi==null&&(this.Yi=new uf(this._instance),this.Yi.init(),this.Yi.ji((r=>{this.onAction(r)}))),n.forEach((r=>{var i,o,s,a,l;r.conditions&&(i=r.conditions)!=null&&i.actions&&(o=r.conditions)!=null&&(o=o.actions)!=null&&o.values&&((s=r.conditions)==null||(s=s.actions)==null||(s=s.values)==null?void 0:s.length)>0&&((a=this.Yi)==null||a.register(r.conditions.actions.values),(l=r.conditions)==null||(l=l.actions)==null||(l=l.values)==null||l.forEach((c=>{if(c&&c.name){var u=this.qi.get(c.name);u&&u.push(r.id),this.qi.set(c.name,u||[r.id])}})))})))}Ji(e){var n,r=e.filter((o=>{var s,a;return((s=o.conditions)==null?void 0:s.events)&&((a=o.conditions)==null||(a=a.events)==null||(a=a.values)==null?void 0:a.length)>0})),i=e.filter((o=>{var s,a;return((s=o.conditions)==null?void 0:s.cancelEvents)&&((a=o.conditions)==null||(a=a.cancelEvents)==null||(a=a.values)==null?void 0:a.length)>0}));(r.length!==0||i.length!==0)&&((n=this._instance)==null||n.Ai(((o,s)=>{this.onEvent(o,s)})),this.Hi=this.Gi(e,fs.Activation),this.Bi=this.Gi(e,fs.Cancellation))}onEvent(e,n){var r,i=((r=this._instance)==null||(r=r.persistence)==null?void 0:r.props[Xa])||[];if(ol.SHOWN===e&&n&&i.length>0){var o;ce.info("survey event matched, removing survey from activated surveys",{event:e,eventPayload:n,existingActivatedSurveys:i});var s=n==null||(o=n.properties)==null?void 0:o.$survey_id;if(s){var a=i.indexOf(s);a>=0&&(i.splice(a,1),this.Xi(i))}}else{if(this.Bi.has(e)){var l=this.Vi(e,n,fs.Cancellation);l.length>0&&(ce.info("cancel event matched, cancelling surveys",{event:e,surveysToCancel:l.map((u=>u.id))}),l.forEach((u=>{var f,h=i.indexOf(u.id);h>=0&&i.splice(h,1),(f=this._instance)==null||f.cancelPendingSurvey(u.id)})),this.Xi(i))}if(this.Hi.has(e)){ce.info("survey event name matched",{event:e,eventPayload:n,surveys:this.Hi.get(e)});var c=this.Vi(e,n,fs.Activation);this.Xi(i.concat(c.map((u=>u.id))||[]))}}}onAction(e){var n,r=((n=this._instance)==null||(n=n.persistence)==null?void 0:n.props[Xa])||[];this.qi.has(e)&&this.Xi(r.concat(this.qi.get(e)||[]))}Xi(e){var n;ce.info("updating activated surveys",{activatedSurveys:e}),(n=this._instance)==null||(n=n.persistence)==null||n.register({[Xa]:[...new Set(e)]})}getSurveys(){var e,n=(e=this._instance)==null||(e=e.persistence)==null?void 0:e.props[Xa];return n||[]}getEventToSurveys(){return this.Hi}Qi(){return this.Yi}},pf=class{constructor(e){this.Zi=void 0,this._surveyManager=null,this.te=!1,this.ie=!1,this.ee=[],this._instance=e,this._surveyEventReceiver=null}onRemoteConfig(e){if(!this._instance.config.disable_surveys){var n=e.surveys;if(de(n))return ce.warn("Flags not loaded yet. Not loading surveys.");var r=fe(n);this.Zi=r?n.length>0:n,ce.info("flags response received, isSurveysEnabled: "+this.Zi),this.loadIfEnabled()}}reset(){localStorage.removeItem("lastSeenSurveyDate");for(var e=[],n=0;n<localStorage.length;n++){var r=localStorage.key(n);(r!=null&&r.startsWith(df)||r!=null&&r.startsWith("inProgressSurvey_"))&&e.push(r)}e.forEach((i=>localStorage.removeItem(i)))}loadIfEnabled(){if(!this._surveyManager)if(this.ie)ce.info("Already initializing surveys, skipping...");else if(this._instance.config.disable_surveys)ce.info("Disabled. Not loading surveys.");else if(this._instance.config.cookieless_mode&&this._instance.consent.isOptedOut())ce.info("Not loading surveys in cookieless mode without consent.");else{var e=G?.__PosthogExtensions__;if(e){if(!N(this.Zi)||this._instance.config.advanced_enable_surveys){var n=this.Zi||this._instance.config.advanced_enable_surveys;this.ie=!0;try{var r=e.generateSurveys;if(r)return void this.re(r,n);var i=e.loadExternalDependency;if(!i)return void this.se("PostHog loadExternalDependency extension not found.");i(this._instance,"surveys",(o=>{o||!e.generateSurveys?this.se("Could not load surveys script",o):this.re(e.generateSurveys,n)}))}catch(o){throw this.se("Error initializing surveys",o),o}finally{this.ie=!1}}}else ce.error("PostHog Extensions not found.")}}re(e,n){this._surveyManager=e(this._instance,n),this._surveyEventReceiver=new ff(this._instance),ce.info("Surveys loaded successfully"),this.ne({isLoaded:!0})}se(e,n){ce.error(e,n),this.ne({isLoaded:!1,error:e})}onSurveysLoaded(e){return this.ee.push(e),this._surveyManager&&this.ne({isLoaded:!0}),()=>{this.ee=this.ee.filter((n=>n!==e))}}getSurveys(e,n){if(n===void 0&&(n=!1),this._instance.config.disable_surveys)return ce.info("Disabled. Not loading surveys."),e([]);var r=this._instance.get_property(Md);if(r&&!n)return e(r,{isLoaded:!0});if(this.te)return e([],{isLoaded:!1,error:"Surveys are already being loaded"});try{this.te=!0,this._instance.ci({url:this._instance.requestRouter.endpointFor("api","/api/surveys/?token="+this._instance.config.token),method:"GET",timeout:this._instance.config.surveys_request_timeout_ms,callback:i=>{var o;this.te=!1;var s=i.statusCode;if(s!==200||!i.json){var a="Surveys API could not be loaded, status: "+s;return ce.error(a),e([],{isLoaded:!1,error:a})}var l,c=i.json.surveys||[],u=c.filter((f=>(function(h){return!(!h.start_date||h.end_date)})(f)&&((function(h){var g;return!((g=h.conditions)==null||(g=g.events)==null||(g=g.values)==null||!g.length)})(f)||(function(h){var g;return!((g=h.conditions)==null||(g=g.actions)==null||(g=g.values)==null||!g.length)})(f))));return u.length>0&&((l=this._surveyEventReceiver)==null||l.register(u)),(o=this._instance.persistence)==null||o.register({[Md]:c}),e(c,{isLoaded:!0})}})}catch(i){throw this.te=!1,i}}ne(e){for(var n of this.ee)try{if(!e.isLoaded)return n([],e);this.getSurveys(n)}catch(r){ce.error("Error in survey callback",r)}}getActiveMatchingSurveys(e,n){if(n===void 0&&(n=!1),!de(this._surveyManager))return this._surveyManager.getActiveMatchingSurveys(e,n);ce.warn("init was not called")}oe(e){var n=null;return this.getSurveys((r=>{var i;n=(i=r.find((o=>o.id===e)))!==null&&i!==void 0?i:null})),n}ae(e){if(de(this._surveyManager))return{eligible:!1,reason:"SDK is not enabled or survey functionality is not yet loaded"};var n=typeof e=="string"?this.oe(e):e;return n?this._surveyManager.checkSurveyEligibility(n):{eligible:!1,reason:"Survey not found"}}canRenderSurvey(e){if(de(this._surveyManager))return ce.warn("init was not called"),{visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"};var n=this.ae(e);return{visible:n.eligible,disabledReason:n.reason}}canRenderSurveyAsync(e,n){return de(this._surveyManager)?(ce.warn("init was not called"),Promise.resolve({visible:!1,disabledReason:"SDK is not enabled or survey functionality is not yet loaded"})):new Promise((r=>{this.getSurveys((i=>{var o,s=(o=i.find((l=>l.id===e)))!==null&&o!==void 0?o:null;if(s){var a=this.ae(s);r({visible:a.eligible,disabledReason:a.reason})}else r({visible:!1,disabledReason:"Survey not found"})}),n)}))}renderSurvey(e,n){var r;if(de(this._surveyManager))ce.warn("init was not called");else{var i=typeof e=="string"?this.oe(e):e;if(i!=null&&i.id)if(tC.includes(i.type)){var o=O?.querySelector(n);if(o)return(r=i.appearance)!=null&&r.surveyPopupDelaySeconds?(ce.info("Rendering survey "+i.id+" with delay of "+i.appearance.surveyPopupDelaySeconds+" seconds"),void setTimeout((()=>{var s,a;ce.info("Rendering survey "+i.id+" with delay of "+((s=i.appearance)==null?void 0:s.surveyPopupDelaySeconds)+" seconds"),(a=this._surveyManager)==null||a.renderSurvey(i,o),ce.info("Survey "+i.id+" rendered")}),1e3*i.appearance.surveyPopupDelaySeconds)):void this._surveyManager.renderSurvey(i,o);ce.warn("Survey element not found")}else ce.warn("Surveys of type "+i.type+" cannot be rendered in the app");else ce.warn("Survey not found")}}displaySurvey(e,n){var r;if(de(this._surveyManager))ce.warn("init was not called");else{var i=this.oe(e);if(i){var o=i;if((r=i.appearance)!=null&&r.surveyPopupDelaySeconds&&n.ignoreDelay&&(o=$({},i,{appearance:$({},i.appearance,{surveyPopupDelaySeconds:0})})),n.ignoreConditions===!1){var s=this.canRenderSurvey(i);if(!s.visible)return void ce.warn("Survey is not eligible to be displayed: ",s.disabledReason)}n.displayType!==$y.Inline?this._surveyManager.handlePopoverSurvey(o):this.renderSurvey(o,n.selector)}else ce.warn("Survey not found")}}cancelPendingSurvey(e){de(this._surveyManager)?ce.warn("init was not called"):this._surveyManager.cancelSurvey(e)}},Rv=Fe("[RateLimiter]"),hf=class{constructor(e){var n,r;this.serverLimits={},this.lastEventRateLimited=!1,this.checkForLimiting=i=>{var o=i.text;if(o&&o.length)try{(JSON.parse(o).quota_limited||[]).forEach((s=>{Rv.info((s||"events")+" is quota limited."),this.serverLimits[s]=new Date().getTime()+6e4}))}catch(s){return void Rv.warn('could not rate limit - continuing. Error: "'+s?.message+'"',{text:o})}},this.instance=e,this.captureEventsPerSecond=((n=e.config.rate_limiting)==null?void 0:n.events_per_second)||10,this.captureEventsBurstLimit=Math.max(((r=e.config.rate_limiting)==null?void 0:r.events_burst_limit)||10*this.captureEventsPerSecond,this.captureEventsPerSecond),this.lastEventRateLimited=this.clientRateLimitContext(!0).isRateLimited}clientRateLimitContext(e){var n,r,i;e===void 0&&(e=!1);var o=new Date().getTime(),s=(n=(r=this.instance.persistence)==null?void 0:r.get_property($d))!==null&&n!==void 0?n:{tokens:this.captureEventsBurstLimit,last:o};s.tokens+=(o-s.last)/1e3*this.captureEventsPerSecond,s.last=o,s.tokens>this.captureEventsBurstLimit&&(s.tokens=this.captureEventsBurstLimit);var a=s.tokens<1;return a||e||(s.tokens=Math.max(0,s.tokens-1)),!a||this.lastEventRateLimited||e||this.instance.capture("$$client_ingestion_warning",{$$client_ingestion_warning_message:"posthog-js client rate limited. Config is set to "+this.captureEventsPerSecond+" events per second and "+this.captureEventsBurstLimit+" events burst limit."},{skip_client_rate_limiting:!0}),this.lastEventRateLimited=a,(i=this.instance.persistence)==null||i.set_property($d,s),{isRateLimited:a,remainingTokens:s.tokens}}isServerRateLimited(e){var n=this.serverLimits[e||"events"]||!1;return n!==!1&&new Date().getTime()<n}},ni=Fe("[RemoteConfig]"),gf=class{constructor(e){this._instance=e}get remoteConfig(){var e;return(e=G._POSTHOG_REMOTE_CONFIG)==null||(e=e[this._instance.config.token])==null?void 0:e.config}le(e){var n,r;(n=G.__PosthogExtensions__)!=null&&n.loadExternalDependency?(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,"remote-config",(()=>e(this.remoteConfig))):(ni.error("PostHog Extensions not found. Cannot load remote config."),e())}ue(e){this._instance.ci({method:"GET",url:this._instance.requestRouter.endpointFor("assets","/array/"+this._instance.config.token+"/config"),callback:n=>{e(n.json)}})}load(){try{if(this.remoteConfig)return ni.info("Using preloaded remote config",this.remoteConfig),void this.fi(this.remoteConfig);if(this._instance.O())return void ni.warn("Remote config is disabled. Falling back to local config.");this.le((e=>{if(!e)return ni.info("No config found after loading remote JS config. Falling back to JSON."),void this.ue((n=>{this.fi(n)}));this.fi(e)}))}catch(e){ni.error("Error loading remote config",e)}}fi(e){e?this._instance.config.__preview_remote_config?(this._instance.fi(e),e.hasFeatureFlags!==!1&&this._instance.featureFlags.ensureFlagsLoaded()):ni.info("__preview_remote_config is disabled. Logging config instead",e):ni.error("Failed to fetch remote config from PostHog.")}},mf=3e3,vf=class{constructor(e,n){this.he=!0,this.ve=[],this.de=fn(n?.flush_interval_ms||mf,250,5e3,L.createLogger("flush interval"),mf),this.ce=e}enqueue(e){this.ve.push(e),this.fe||this.pe()}unload(){this.ge();var e=this.ve.length>0?this._e():{},n=Object.values(e);[...n.filter((r=>r.url.indexOf("/e")===0)),...n.filter((r=>r.url.indexOf("/e")!==0))].map((r=>{this.ce($({},r,{transport:"sendBeacon"}))}))}enable(){this.he=!1,this.pe()}pe(){var e=this;this.he||(this.fe=setTimeout((()=>{if(this.ge(),this.ve.length>0){var n=this._e(),r=function(){var o=n[i],s=new Date().getTime();o.data&&fe(o.data)&&pe(o.data,(a=>{a.offset=Math.abs(a.timestamp-s),delete a.timestamp})),e.ce(o)};for(var i in n)r()}}),this.de))}ge(){clearTimeout(this.fe),this.fe=void 0}_e(){var e={};return pe(this.ve,(n=>{var r,i=n,o=(i?i.batchKey:null)||i.url;N(e[o])&&(e[o]=$({},i,{data:[]})),(r=e[o].data)==null||r.push(i.data)})),this.ve=[],e}},rC=["retriesPerformedSoFar"],yf=class{constructor(e){this.me=!1,this.ye=3e3,this.ve=[],this._instance=e,this.ve=[],this.be=!0,!N(E)&&"onLine"in E.navigator&&(this.be=E.navigator.onLine,this.we=()=>{this.be=!0,this.Dt()},this.xe=()=>{this.be=!1},Oe(E,"online",this.we),Oe(E,"offline",this.xe))}get length(){return this.ve.length}retriableRequest(e){var{retriesPerformedSoFar:n}=e,r=Mv(e,rC);gn(n)&&n>0&&(r.url=xl(r.url,{retry_count:n})),this._instance.ci($({},r,{callback:i=>{i.statusCode!==200&&(i.statusCode<400||i.statusCode>=500)&&(n??0)<10?this.Se($({retriesPerformedSoFar:n},r)):r.callback==null||r.callback(i)}}))}Se(e){var n=e.retriesPerformedSoFar||0;e.retriesPerformedSoFar=n+1;var r=(function(s){var a=3e3*Math.pow(2,s),l=a/2,c=Math.min(18e5,a),u=(Math.random()-.5)*(c-l);return Math.ceil(c+u)})(n),i=Date.now()+r;this.ve.push({retryAt:i,requestOptions:e});var o="Enqueued failed request for retry in "+r;navigator.onLine||(o+=" (Browser is offline)"),L.warn(o),this.me||(this.me=!0,this.Ee())}Ee(){if(this.$e&&clearTimeout(this.$e),this.ve.length===0)return this.me=!1,void(this.$e=void 0);this.$e=setTimeout((()=>{this.be&&this.ve.length>0&&this.Dt(),this.Ee()}),this.ye)}Dt(){var e=Date.now(),n=[],r=this.ve.filter((o=>o.retryAt<e||(n.push(o),!1)));if(this.ve=n,r.length>0)for(var{requestOptions:i}of r)this.retriableRequest(i)}unload(){for(var{requestOptions:e}of(this.$e&&(clearTimeout(this.$e),this.$e=void 0),this.me=!1,N(E)||(this.we&&(E.removeEventListener("online",this.we),this.we=void 0),this.xe&&(E.removeEventListener("offline",this.xe),this.xe=void 0)),this.ve))try{this._instance.ci($({},e,{transport:"sendBeacon"}))}catch(n){L.error(n)}this.ve=[]}},_f=class{constructor(e){this.ke=()=>{var n,r,i,o;this.Pe||(this.Pe={});var s=this.scrollElement(),a=this.scrollY(),l=s?Math.max(0,s.scrollHeight-s.clientHeight):0,c=a+(s?.clientHeight||0),u=s?.scrollHeight||0;this.Pe.lastScrollY=Math.ceil(a),this.Pe.maxScrollY=Math.max(a,(n=this.Pe.maxScrollY)!==null&&n!==void 0?n:0),this.Pe.maxScrollHeight=Math.max(l,(r=this.Pe.maxScrollHeight)!==null&&r!==void 0?r:0),this.Pe.lastContentY=c,this.Pe.maxContentY=Math.max(c,(i=this.Pe.maxContentY)!==null&&i!==void 0?i:0),this.Pe.maxContentHeight=Math.max(u,(o=this.Pe.maxContentHeight)!==null&&o!==void 0?o:0)},this._instance=e}getContext(){return this.Pe}resetContext(){var e=this.Pe;return setTimeout(this.ke,0),e}startMeasuringScrollPosition(){Oe(E,"scroll",this.ke,{capture:!0}),Oe(E,"scrollend",this.ke,{capture:!0}),Oe(E,"resize",this.ke)}scrollElement(){if(!this._instance.config.scroll_root_selector)return E?.document.documentElement;var e=fe(this._instance.config.scroll_root_selector)?this._instance.config.scroll_root_selector:[this._instance.config.scroll_root_selector];for(var n of e){var r=E?.document.querySelector(n);if(r)return r}}scrollY(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollTop||0}return E&&(E.scrollY||E.pageYOffset||E.document.documentElement.scrollTop)||0}scrollX(){if(this._instance.config.scroll_root_selector){var e=this.scrollElement();return e&&e.scrollLeft||0}return E&&(E.scrollX||E.pageXOffset||E.document.documentElement.scrollLeft)||0}},iC=t=>Ty(t?.config.mask_personal_data_properties,t?.config.custom_personal_data_properties),bl=class{constructor(e,n,r,i){this.Te=o=>{var s=this.Re();if(!s||s.sessionId!==o){var a={sessionId:o,props:this.Ie(this._instance)};this.Fe.register({[Fd]:a})}},this._instance=e,this.Ce=n,this.Fe=r,this.Ie=i||iC,this.Ce.onSessionId(this.Te)}Re(){return this.Fe.props[Fd]}getSetOnceProps(){var e,n=(e=this.Re())==null?void 0:e.props;return n?"r"in n?Ry(n):{$referring_domain:n.referringDomain,$pathname:n.initialPathName,utm_source:n.utm_source,utm_campaign:n.utm_campaign,utm_medium:n.utm_medium,utm_content:n.utm_content,utm_term:n.utm_term}:{}}getSessionProps(){var e={};return pe(Af(this.getSetOnceProps()),((n,r)=>{r==="$current_url"&&(r="url"),e["$session_entry_"+yd(r)]=n})),e}},gd=Fe("[SessionId]"),kl=class{on(e,n){return this.Me.on(e,n)}constructor(e,n,r){var i;if(this.Oe=[],this.Ae=void 0,this.Me=new Rs,this.De=(u,f)=>Math.abs(u-f)>this.sessionTimeoutMs,!e.persistence)throw new Error("SessionIdManager requires a PostHogPersistence instance");if(e.config.cookieless_mode==="always")throw new Error('SessionIdManager cannot be used with cookieless_mode="always"');this.F=e.config,this.Fe=e.persistence,this.je=void 0,this.Le=void 0,this._sessionStartTimestamp=null,this._sessionActivityTimestamp=null,this.Ne=n||pr,this.Ue=r||pr;var o=this.F.persistence_name||this.F.token,s=this.F.session_idle_timeout_seconds||1800;if(this._sessionTimeoutMs=1e3*fn(s,60,36e3,gd.createLogger("session_idle_timeout_seconds"),1800),e.register({$configured_session_timeout_ms:this._sessionTimeoutMs}),this.ze(),this.He="ph_"+o+"_window_id",this.Be="ph_"+o+"_primary_window_exists",this.qe()){var a=je.W(this.He),l=je.W(this.Be);a&&!l?this.je=a:je.V(this.He),je.G(this.Be,!0)}if((i=this.F.bootstrap)!=null&&i.sessionID)try{var c=(u=>{var f=u.replace(/-/g,"");if(f.length!==32)throw new Error("Not a valid UUID");if(f[12]!=="7")throw new Error("Not a UUIDv7");return parseInt(f.substring(0,12),16)})(this.F.bootstrap.sessionID);this.We(this.F.bootstrap.sessionID,new Date().getTime(),c)}catch(u){gd.error("Invalid sessionID in bootstrap",u)}this.Ge()}get sessionTimeoutMs(){return this._sessionTimeoutMs}onSessionId(e){return N(this.Oe)&&(this.Oe=[]),this.Oe.push(e),this.Le&&e(this.Le,this.je),()=>{this.Oe=this.Oe.filter((n=>n!==e))}}qe(){return this.F.persistence!=="memory"&&!this.Fe.wi&&je.H()}Ve(e){e!==this.je&&(this.je=e,this.qe()&&je.G(this.He,e))}Je(){return this.je?this.je:this.qe()?je.W(this.He):null}We(e,n,r){e===this.Le&&n===this._sessionActivityTimestamp&&r===this._sessionStartTimestamp||(this._sessionStartTimestamp=r,this._sessionActivityTimestamp=n,this.Le=e,this.Fe.register({[ll]:[n,e,r]}))}Ke(){var e=this.Fe.props[ll];return fe(e)&&e.length===2&&e.push(e[0]),e||[0,null,0]}resetSessionId(){this.We(null,null,null)}destroy(){clearTimeout(this.Ye),this.Ye=void 0,this.Ae&&E&&(E.removeEventListener("beforeunload",this.Ae,{capture:!1}),this.Ae=void 0),this.Oe=[]}Ge(){this.Ae=()=>{this.qe()&&je.V(this.Be)},Oe(E,"beforeunload",this.Ae,{capture:!1})}checkAndGetSessionAndWindowId(e,n){if(e===void 0&&(e=!1),n===void 0&&(n=null),this.F.cookieless_mode==="always")throw new Error('checkAndGetSessionAndWindowId should not be called with cookieless_mode="always"');var r=n||new Date().getTime(),[i,o,s]=this.Ke(),a=this.Je(),l=gn(s)&&s>0&&Math.abs(r-s)>864e5,c=!1,u=!o,f=!u&&!e&&this.De(r,i);u||f||l?(o=this.Ne(),a=this.Ue(),gd.info("new session ID generated",{sessionId:o,windowId:a,changeReason:{noSessionId:u,activityTimeout:f,sessionPastMaximumLength:l}}),s=r,c=!0):a||(a=this.Ue(),c=!0);var h=i===0||!e||l?r:i,g=s===0?new Date().getTime():s;return this.Ve(a),this.We(o,h,g),e||this.ze(),c&&this.Oe.forEach((v=>v(o,a,c?{noSessionId:u,activityTimeout:f,sessionPastMaximumLength:l}:void 0))),{sessionId:o,windowId:a,sessionStartTimestamp:g,changeReason:c?{noSessionId:u,activityTimeout:f,sessionPastMaximumLength:l}:void 0,lastActivityTimestamp:i}}ze(){clearTimeout(this.Ye),this.Ye=setTimeout((()=>{var[e]=this.Ke();if(this.De(new Date().getTime(),e)){var n=this.Le;this.resetSessionId(),this.Me.emit("forcedIdleReset",{idleSessionId:n})}}),1.1*this.sessionTimeoutMs)}},oC=["$set_once","$set"],dr=Fe("[SiteApps]"),wf=class{constructor(e){this._instance=e,this.Xe=[],this.apps={}}get isEnabled(){return!!this._instance.config.opt_in_site_apps}Qe(e,n){if(n){var r=this.globalsForEvent(n);this.Xe.push(r),this.Xe.length>1e3&&(this.Xe=this.Xe.slice(10))}}get siteAppLoaders(){var e;return(e=G._POSTHOG_REMOTE_CONFIG)==null||(e=e[this._instance.config.token])==null?void 0:e.siteApps}init(){if(this.isEnabled){var e=this._instance.Ai(this.Qe.bind(this));this.Ze=()=>{e(),this.Xe=[],this.Ze=void 0}}}globalsForEvent(e){var n,r,i,o,s,a,l;if(!e)throw new Error("Event payload is required");var c={},u=this._instance.get_property("$groups")||[],f=this._instance.get_property("$stored_group_properties")||{};for(var[h,g]of Object.entries(f))c[h]={id:u[h],type:h,properties:g};var{$set_once:v,$set:_}=e;return{event:$({},Mv(e,oC),{properties:$({},e.properties,_?{$set:$({},(n=(r=e.properties)==null?void 0:r.$set)!==null&&n!==void 0?n:{},_)}:{},v?{$set_once:$({},(i=(o=e.properties)==null?void 0:o.$set_once)!==null&&i!==void 0?i:{},v)}:{}),elements_chain:(s=(a=e.properties)==null?void 0:a.$elements_chain)!==null&&s!==void 0?s:"",distinct_id:(l=e.properties)==null?void 0:l.distinct_id}),person:{properties:this._instance.get_property("$stored_person_properties")},groups:c}}setupSiteApp(e){var n=this.apps[e.id],r=()=>{var a;!n.errored&&this.Xe.length&&(dr.info("Processing "+this.Xe.length+" events for site app with id "+e.id),this.Xe.forEach((l=>n.processEvent==null?void 0:n.processEvent(l))),n.processedBuffer=!0),Object.values(this.apps).every((l=>l.processedBuffer||l.errored))&&((a=this.Ze)==null||a.call(this))},i=!1,o=a=>{n.errored=!a,n.loaded=!0,dr.info("Site app with id "+e.id+" "+(a?"loaded":"errored")),i&&r()};try{var{processEvent:s}=e.init({posthog:this._instance,callback:a=>{o(a)}});s&&(n.processEvent=s),i=!0}catch(a){dr.error("Error while initializing PostHog app with config id "+e.id,a),o(!1)}if(i&&n.loaded)try{r()}catch(a){dr.error("Error while processing buffered events PostHog app with config id "+e.id,a),n.errored=!0}}tr(){var e=this.siteAppLoaders||[];for(var n of e)this.apps[n.id]={id:n.id,loaded:!1,errored:!1,processedBuffer:!1};for(var r of e)this.setupSiteApp(r)}ir(e){if(Object.keys(this.apps).length!==0){var n=this.globalsForEvent(e);for(var r of Object.values(this.apps))try{r.processEvent==null||r.processEvent(n)}catch(i){dr.error("Error while processing event "+e.event+" for site app "+r.id,i)}}}onRemoteConfig(e){var n,r,i,o=this;if((n=this.siteAppLoaders)!=null&&n.length)return this.isEnabled?(this.tr(),void this._instance.on("eventCaptured",(c=>this.ir(c)))):void dr.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.');if((r=this.Ze)==null||r.call(this),(i=e.siteApps)!=null&&i.length)if(this.isEnabled){var s=function(c){var u;G["__$$ph_site_app_"+c]=o._instance,(u=G.__PosthogExtensions__)==null||u.loadSiteApp==null||u.loadSiteApp(o._instance,l,(f=>{if(f)return dr.error("Error while initializing PostHog app with config id "+c,f)}))};for(var{id:a,url:l}of e.siteApps)s(a)}else dr.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}},Dy=function(t,e){if(!t)return!1;var n=t.userAgent;if(n&&Um(n,e))return!0;try{var r=t?.userAgentData;if(r!=null&&r.brands&&r.brands.some((i=>Um(i?.brand,e))))return!0}catch{}return!!t.webdriver},ws=(function(t){return t.US="us",t.EU="eu",t.CUSTOM="custom",t})({}),Iv="i.posthog.com",xf=class{constructor(e){this.er={},this.instance=e}get apiHost(){var e=this.instance.config.api_host.trim().replace(/\/$/,"");return e==="https://app.posthog.com"?"https://us.i.posthog.com":e}get flagsApiHost(){var e=this.instance.config.flags_api_host;return e?e.trim().replace(/\/$/,""):this.apiHost}get uiHost(){var e,n=(e=this.instance.config.ui_host)==null?void 0:e.replace(/\/$/,"");return n||(n=this.apiHost.replace("."+Iv,".posthog.com")),n==="https://app.posthog.com"?"https://us.posthog.com":n}get region(){return this.er[this.apiHost]||(/https:\/\/(app|us|us-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this.er[this.apiHost]=ws.US:/https:\/\/(eu|eu-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this.er[this.apiHost]=ws.EU:this.er[this.apiHost]=ws.CUSTOM),this.er[this.apiHost]}endpointFor(e,n){if(n===void 0&&(n=""),n&&(n=n[0]==="/"?n:"/"+n),e==="ui")return this.uiHost+n;if(e==="flags")return this.flagsApiHost+n;if(this.region===ws.CUSTOM)return this.apiHost+n;var r=Iv+n;switch(e){case"assets":return"https://"+this.region+"-assets."+r;case"api":return"https://"+this.region+"."+r}}},sC={icontains:(t,e)=>!!E&&e.href.toLowerCase().indexOf(t.toLowerCase())>-1,not_icontains:(t,e)=>!!E&&e.href.toLowerCase().indexOf(t.toLowerCase())===-1,regex:(t,e)=>!!E&&Sl(e.href,t),not_regex:(t,e)=>!!E&&!Sl(e.href,t),exact:(t,e)=>e.href===t,is_not:(t,e)=>e.href!==t},Sf=class t{constructor(e){var n=this;this.getWebExperimentsAndEvaluateDisplayLogic=function(r){r===void 0&&(r=!1),n.getWebExperiments((i=>{t.rr("retrieved web experiments from the server"),n.sr=new Map,i.forEach((o=>{if(o.feature_flag_key){var s;n.sr&&(t.rr("setting flag key ",o.feature_flag_key," to web experiment ",o),(s=n.sr)==null||s.set(o.feature_flag_key,o));var a=n._instance.getFeatureFlag(o.feature_flag_key);Me(a)&&o.variants[a]&&n.nr(o.name,a,o.variants[a].transforms)}else if(o.variants)for(var l in o.variants){var c=o.variants[l];t.ar(c)&&n.nr(o.name,l,c.transforms)}}))}),r)},this._instance=e,this._instance.onFeatureFlags((r=>{this.onFeatureFlags(r)}))}onFeatureFlags(e){if(this._is_bot())t.rr("Refusing to render web experiment since the viewer is a likely bot");else if(!this._instance.config.disable_web_experiments){if(de(this.sr))return this.sr=new Map,this.loadIfEnabled(),void this.previewWebExperiment();t.rr("applying feature flags",e),e.forEach((n=>{var r;if(this.sr&&(r=this.sr)!=null&&r.has(n)){var i,o=this._instance.getFeatureFlag(n),s=(i=this.sr)==null?void 0:i.get(n);o&&s!=null&&s.variants[o]&&this.nr(s.name,o,s.variants[o].transforms)}}))}}previewWebExperiment(){var e=t.getWindowLocation();if(e!=null&&e.search){var n=gl(e?.search,"__experiment_id"),r=gl(e?.search,"__experiment_variant");n&&r&&(t.rr("previewing web experiments "+n+" && "+r),this.getWebExperiments((i=>{this.lr(parseInt(n),r,i)}),!1,!0))}}loadIfEnabled(){this._instance.config.disable_web_experiments||this.getWebExperimentsAndEvaluateDisplayLogic()}getWebExperiments(e,n,r){if(this._instance.config.disable_web_experiments&&!r)return e([]);var i=this._instance.get_property("$web_experiments");if(i&&!n)return e(i);this._instance.ci({url:this._instance.requestRouter.endpointFor("api","/api/web_experiments/?token="+this._instance.config.token),method:"GET",callback:o=>{if(o.statusCode!==200||!o.json)return e([]);var s=o.json.experiments||[];return e(s)}})}lr(e,n,r){var i=r.filter((o=>o.id===e));i&&i.length>0&&(t.rr("Previewing web experiment ["+i[0].name+"] with variant ["+n+"]"),this.nr(i[0].name,n,i[0].variants[n].transforms))}static ar(e){return!de(e.conditions)&&t.ur(e)&&t.hr(e)}static ur(e){var n;if(de(e.conditions)||de((n=e.conditions)==null?void 0:n.url))return!0;var r,i,o,s=t.getWindowLocation();return!!s&&((r=e.conditions)==null||!r.url||sC[(i=(o=e.conditions)==null?void 0:o.urlMatchType)!==null&&i!==void 0?i:"icontains"](e.conditions.url,s))}static getWindowLocation(){return E?.location}static hr(e){var n;if(de(e.conditions)||de((n=e.conditions)==null?void 0:n.utm))return!0;var r=ky();if(r.utm_source){var i,o,s,a,l,c,u,f,h=(i=e.conditions)==null||(i=i.utm)==null||!i.utm_campaign||((o=e.conditions)==null||(o=o.utm)==null?void 0:o.utm_campaign)==r.utm_campaign,g=(s=e.conditions)==null||(s=s.utm)==null||!s.utm_source||((a=e.conditions)==null||(a=a.utm)==null?void 0:a.utm_source)==r.utm_source,v=(l=e.conditions)==null||(l=l.utm)==null||!l.utm_medium||((c=e.conditions)==null||(c=c.utm)==null?void 0:c.utm_medium)==r.utm_medium,_=(u=e.conditions)==null||(u=u.utm)==null||!u.utm_term||((f=e.conditions)==null||(f=f.utm)==null?void 0:f.utm_term)==r.utm_term;return h&&v&&_&&g}return!1}static rr(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];L.info("[WebExperiments] "+e,r)}nr(e,n,r){this._is_bot()?t.rr("Refusing to render web experiment since the viewer is a likely bot"):n!=="control"?r.forEach((i=>{if(i.selector){var o;t.rr("applying transform of variant "+n+" for experiment "+e+" ",i);var s=(o=document)==null?void 0:o.querySelectorAll(i.selector);s?.forEach((a=>{var l=a;i.html&&(l.innerHTML=i.html),i.css&&l.setAttribute("style",i.css)}))}})):t.rr("Control variants leave the page unmodified.")}_is_bot(){return kt&&this._instance?Dy(kt,this._instance.config.custom_blocked_useragents):void 0}},aC=Fe("[PostHog ExternalIntegrations]"),lC={intercom:"intercom-integration",crispChat:"crisp-chat-integration"},bf=class{constructor(e){this._instance=e}it(e,n){var r;(r=G.__PosthogExtensions__)==null||r.loadExternalDependency==null||r.loadExternalDependency(this._instance,e,(i=>{if(i)return aC.error("failed to load script",i);n()}))}startIfEnabledOrStop(){var e=this,n=function(s){var a,l,c;!i||(a=G.__PosthogExtensions__)!=null&&(a=a.integrations)!=null&&a[s]||e.it(lC[s],(()=>{var u;(u=G.__PosthogExtensions__)==null||(u=u.integrations)==null||(u=u[s])==null||u.start(e._instance)})),!i&&(l=G.__PosthogExtensions__)!=null&&(l=l.integrations)!=null&&l[s]&&((c=G.__PosthogExtensions__)==null||(c=c.integrations)==null||(c=c[s])==null||c.stop())};for(var[r,i]of Object.entries((o=this._instance.config.integrations)!==null&&o!==void 0?o:{})){var o;n(r)}}},kf="[SessionRecording]",ps=Fe(kf),Cl=class{get started(){var e;return!((e=this.vr)==null||!e.isStarted)}get status(){return this.vr?this.vr.status:this.dr&&!this.cr?"disabled":"lazy_loading"}constructor(e){if(this._forceAllowLocalhostNetworkCapture=!1,this.dr=!1,this.pr=void 0,this._instance=e,!this._instance.sessionManager)throw ps.error("started without valid sessionManager"),new Error(kf+" started without valid sessionManager. This is a bug.");if(this._instance.config.cookieless_mode==="always")throw new Error(kf+' cannot be used with cookieless_mode="always"')}get cr(){var e,n=!((e=this._instance.get_property(rd))==null||!e.enabled),r=!this._instance.config.disable_session_recording,i=this._instance.config.disable_session_recording||this._instance.consent.isOptedOut();return E&&n&&r&&!i}startIfEnabledOrStop(e){var n;if(!this.cr||(n=this.vr)==null||!n.isStarted){var r=!N(Object.assign)&&!N(Array.from);this.cr&&r?(this.gr(e),ps.info("starting")):this.stopRecording()}}gr(e){var n,r,i;this.cr&&(G!=null&&(n=G.__PosthogExtensions__)!=null&&(n=n.rrweb)!=null&&n.record&&(r=G.__PosthogExtensions__)!=null&&r.initSessionRecording?this._r(e):(i=G.__PosthogExtensions__)==null||i.loadExternalDependency==null||i.loadExternalDependency(this._instance,this.mr,(o=>{if(o)return ps.error("could not load recorder",o);this._r(e)})))}stopRecording(){var e,n;(e=this.pr)==null||e.call(this),this.pr=void 0,(n=this.vr)==null||n.stop()}yr(){var e;(e=this._instance.persistence)==null||e.unregister(Wv)}br(e){if(this._instance.persistence){var n,r,i=this._instance.persistence,o=()=>{var s=e.sessionRecording===!1?void 0:e.sessionRecording,a=s?.sampleRate,l=de(a)?null:parseFloat(a);de(l)&&this.yr();var c=s?.minimumDurationMilliseconds;i.register({[rd]:$({enabled:!!s},s,{networkPayloadCapture:$({capturePerformance:e.capturePerformance},s?.networkPayloadCapture),canvasRecording:{enabled:s?.recordCanvas,fps:s?.canvasFps,quality:s?.canvasQuality},sampleRate:l,minimumDurationMilliseconds:N(c)?null:c,endpoint:s?.endpoint,triggerMatchType:s?.triggerMatchType,masking:s?.masking,urlTriggers:s?.urlTriggers})})};o(),(n=this.pr)==null||n.call(this),this.pr=(r=this._instance.sessionManager)==null?void 0:r.onSessionId(o)}}onRemoteConfig(e){"sessionRecording"in e?e.sessionRecording!==!1?(this.br(e),this.dr=!0,this.startIfEnabledOrStop()):this.dr=!0:ps.info("skipping remote config with no sessionRecording",e)}log(e,n){var r;n===void 0&&(n="log"),(r=this.vr)!=null&&r.log?this.vr.log(e,n):ps.warn("log called before recorder was ready")}get mr(){var e,n,r=(e=this._instance)==null||(e=e.persistence)==null?void 0:e.get_property(rd);return(r==null||(n=r.scriptConfig)==null?void 0:n.script)||"lazy-recorder"}_r(e){var n,r;if((n=G.__PosthogExtensions__)==null||!n.initSessionRecording)throw Error("Called on script loaded before session recording is available");this.vr||(this.vr=(r=G.__PosthogExtensions__)==null?void 0:r.initSessionRecording(this._instance),this.vr._forceAllowLocalhostNetworkCapture=this._forceAllowLocalhostNetworkCapture),this.vr.start(e)}onRRwebEmit(e){var n;(n=this.vr)==null||n.onRRwebEmit==null||n.onRRwebEmit(e)}overrideLinkedFlag(){var e,n;this.vr||(n=this._instance.persistence)==null||n.register({$replay_override_linked_flag:!0}),(e=this.vr)==null||e.overrideLinkedFlag()}overrideSampling(){var e,n;this.vr||(n=this._instance.persistence)==null||n.register({$replay_override_sampling:!0}),(e=this.vr)==null||e.overrideSampling()}overrideTrigger(e){var n,r;this.vr||(r=this._instance.persistence)==null||r.register({[e==="url"?"$replay_override_url_trigger":"$replay_override_event_trigger"]:!0}),(n=this.vr)==null||n.overrideTrigger(e)}get sdkDebugProperties(){var e;return((e=this.vr)==null?void 0:e.sdkDebugProperties)||{$recording_status:this.status}}tryAddCustomEvent(e,n){var r;return!((r=this.vr)==null||!r.tryAddCustomEvent(e,n))}},bs={},Cf=()=>{},Gi="posthog",Vy=!Y1&&ut?.indexOf("MSIE")===-1&&ut?.indexOf("Mozilla")===-1,Pv=t=>{var e;return $({api_host:"https://us.i.posthog.com",flags_api_host:null,ui_host:null,token:"",autocapture:!0,cross_subdomain_cookie:n1(O?.location),persistence:"localStorage+cookie",persistence_name:"",loaded:Cf,save_campaign_params:!0,custom_campaign_params:[],custom_blocked_useragents:[],save_referrer:!0,capture_pageleave:"if_capture_pageview",defaults:t??"unset",__preview_deferred_init_extensions:!1,debug:dt&&Me(dt?.search)&&dt.search.indexOf("__posthog_debug=true")!==-1||!1,cookie_expiration:365,upgrade:!1,disable_session_recording:!1,disable_persistence:!1,disable_web_experiments:!0,disable_surveys:!1,disable_surveys_automatic_display:!1,disable_external_dependency_loading:!1,enable_recording_console_log:void 0,secure_cookie:(E==null||(e=E.location)==null?void 0:e.protocol)==="https:",ip:!1,opt_out_capturing_by_default:!1,opt_out_persistence_by_default:!1,opt_out_useragent_filter:!1,opt_out_capturing_persistence_type:"localStorage",consent_persistence_name:null,opt_out_capturing_cookie_prefix:null,opt_in_site_apps:!1,property_denylist:[],respect_dnt:!1,sanitize_properties:null,request_headers:{},request_batching:!0,properties_string_max_length:65535,mask_all_element_attributes:!1,mask_all_text:!1,mask_personal_data_properties:!1,custom_personal_data_properties:[],advanced_disable_flags:!1,advanced_disable_decide:!1,advanced_disable_feature_flags:!1,advanced_disable_feature_flags_on_first_load:!1,advanced_only_evaluate_survey_feature_flags:!1,advanced_enable_surveys:!1,advanced_disable_toolbar_metrics:!1,feature_flag_request_timeout_ms:3e3,surveys_request_timeout_ms:1e4,on_request_error:n=>{var r="Bad HTTP status: "+n.statusCode+" "+n.text;L.error(r)},get_device_id:n=>n,capture_performance:void 0,name:"posthog",bootstrap:{},disable_compression:!1,session_idle_timeout_seconds:1800,person_profiles:"identified_only",before_send:void 0,request_queue_config:{flush_interval_ms:mf},error_tracking:{},_onCapture:Cf,__preview_eager_load_replay:!1},(n=>({rageclick:!(n&&n>="2025-11-30")||{content_ignorelist:!0},capture_pageview:!(n&&n>="2025-05-24")||"history_change",session_recording:n&&n>="2025-11-30"?{strictMinimumDuration:!0}:{}}))(t))},Nv=t=>{var e={};N(t.process_person)||(e.person_profiles=t.process_person),N(t.xhr_headers)||(e.request_headers=t.xhr_headers),N(t.cookie_name)||(e.persistence_name=t.cookie_name),N(t.disable_cookie)||(e.disable_persistence=t.disable_cookie),N(t.store_google)||(e.save_campaign_params=t.store_google),N(t.verbose)||(e.debug=t.verbose);var n=Pe({},e,t);return fe(t.property_blacklist)&&(N(t.property_denylist)?n.property_denylist=t.property_blacklist:fe(t.property_denylist)?n.property_denylist=[...t.property_blacklist,...t.property_denylist]:L.error("Invalid value for property_denylist config: "+t.property_denylist)),n},Ef=class{constructor(){this.__forceAllowLocalhost=!1}get wr(){return this.__forceAllowLocalhost}set wr(e){L.error("WebPerformanceObserver is deprecated and has no impact on network capture. Use `_forceAllowLocalhostNetworkCapture` on `posthog.sessionRecording`"),this.__forceAllowLocalhost=e}},El=class t{get decideEndpointWasHit(){var e,n;return(e=(n=this.featureFlags)==null?void 0:n.hasLoadedFlags)!==null&&e!==void 0&&e}get flagsEndpointWasHit(){var e,n;return(e=(n=this.featureFlags)==null?void 0:n.hasLoadedFlags)!==null&&e!==void 0&&e}constructor(){this.webPerformance=new Ef,this.Sr=!1,this.version=In.LIB_VERSION,this.Er=new Rs,this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=Pv(),this.SentryIntegration=Gd,this.sentryIntegration=e=>(function(n,r){var i=ay(n,r);return{name:sy,processEvent:o=>i(o)}})(this,e),this.__request_queue=[],this.__loaded=!1,this.analyticsDefaultEndpoint="/e/",this.$r=!1,this.kr=null,this.Pr=null,this.Tr=null,this.featureFlags=new cf(this),this.toolbar=new Zd(this),this.scrollManager=new _f(this),this.pageViewManager=new nf(this),this.surveys=new pf(this),this.experiments=new Sf(this),this.exceptions=new lf(this),this.rateLimiter=new hf(this),this.requestRouter=new xf(this),this.consent=new Wd(this),this.externalIntegrations=new bf(this),this.people={set:(e,n,r)=>{var i=Me(e)?{[e]:n}:e;this.setPersonProperties(i),r?.({})},set_once:(e,n,r)=>{var i=Me(e)?{[e]:n}:e;this.setPersonProperties(void 0,i),r?.({})}},this.on("eventCaptured",(e=>L.info('send "'+e?.event+'"',e)))}init(e,n,r){if(r&&r!==Gi){var i,o=(i=bs[r])!==null&&i!==void 0?i:new t;return o._init(e,n,r),bs[r]=o,bs[Gi][r]=o,o}return this._init(e,n,r)}_init(e,n,r){var i;if(n===void 0&&(n={}),N(e)||_d(e))return L.critical("PostHog was initialized without a token. This likely indicates a misconfiguration. Please check the first argument passed to posthog.init()"),this;if(this.__loaded)return console.warn("[PostHog.js]","You have already initialized PostHog! Re-initializing is a no-op"),this;this.__loaded=!0,this.config={},n.debug=this.Rr(n.debug),this.Ir=n,this.Fr=[],n.person_profiles&&(this.Pr=n.person_profiles),this.set_config(Pe({},Pv(n.defaults),Nv(n),{name:r,token:e})),this.config.on_xhr_error&&L.error("on_xhr_error is deprecated. Use on_request_error instead"),this.compression=n.disable_compression?void 0:On.GZipJS;var o=this.Cr();this.persistence=new Ss(this.config,o),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new Ss($({},this.config,{persistence:"sessionStorage"}),o);var s=$({},this.persistence.props),a=$({},this.sessionPersistence.props);this.register({$initialization_time:new Date().toISOString()}),this.Mr=new vf((p=>this.Or(p)),this.config.request_queue_config),this.Ar=new yf(this),this.__request_queue=[];var l=this.config.cookieless_mode==="always"||this.config.cookieless_mode==="on_reject"&&this.consent.isExplicitlyOptedOut();if(l||(this.sessionManager=new kl(this),this.sessionPropsManager=new bl(this,this.sessionManager,this.persistence)),this.config.__preview_deferred_init_extensions?(L.info("Deferring extension initialization to improve startup performance"),setTimeout((()=>{this.Dr(l)}),0)):(L.info("Initializing extensions synchronously"),this.Dr(l)),In.DEBUG=In.DEBUG||this.config.debug,In.DEBUG&&L.info("Starting in debug mode",{this:this,config:n,thisC:$({},this.config),p:s,s:a}),((i=n.bootstrap)==null?void 0:i.distinctID)!==void 0){var c,u,f=this.config.get_device_id(pr()),h=(c=n.bootstrap)!=null&&c.isIdentifiedID?f:n.bootstrap.distinctID;this.persistence.set_property(Pn,(u=n.bootstrap)!=null&&u.isIdentifiedID?"identified":"anonymous"),this.register({distinct_id:n.bootstrap.distinctID,$device_id:h})}if(this.jr()){var g,v,_=Object.keys(((g=n.bootstrap)==null?void 0:g.featureFlags)||{}).filter((p=>{var m;return!((m=n.bootstrap)==null||(m=m.featureFlags)==null||!m[p])})).reduce(((p,m)=>{var y;return p[m]=((y=n.bootstrap)==null||(y=y.featureFlags)==null?void 0:y[m])||!1,p}),{}),x=Object.keys(((v=n.bootstrap)==null?void 0:v.featureFlagPayloads)||{}).filter((p=>_[p])).reduce(((p,m)=>{var y,w;return(y=n.bootstrap)!=null&&(y=y.featureFlagPayloads)!=null&&y[m]&&(p[m]=(w=n.bootstrap)==null||(w=w.featureFlagPayloads)==null?void 0:w[m]),p}),{});this.featureFlags.receivedFeatureFlags({featureFlags:_,featureFlagPayloads:x})}if(l)this.register_once({distinct_id:os,$device_id:null},"");else if(!this.get_distinct_id()){var d=this.config.get_device_id(pr());this.register_once({distinct_id:d,$device_id:d},""),this.persistence.set_property(Pn,"anonymous")}return Oe(E,"onpagehide"in self?"pagehide":"unload",this._handle_unload.bind(this),{passive:!1}),this.toolbar.maybeLoadToolbar(),n.segment?k1(this,(()=>this.Lr())):this.Lr(),hr(this.config._onCapture)&&this.config._onCapture!==Cf&&(L.warn("onCapture is deprecated. Please use `before_send` instead"),this.on("eventCaptured",(p=>this.config._onCapture(p.event,p)))),this.config.ip&&L.warn('The `ip` config option has NO EFFECT AT ALL and has been deprecated. Use a custom transformation or "Discard IP data" project setting instead. See https://posthog.com/tutorials/web-redact-properties#hiding-customer-ip-address for more information.'),this}Dr(e){var n=performance.now();this.historyAutocapture=new Kd(this),this.historyAutocapture.startIfEnabled();var r=[];r.push((()=>{new Yd(this).startIfEnabledOrStop()})),r.push((()=>{var i;this.siteApps=new wf(this),(i=this.siteApps)==null||i.init()})),e||r.push((()=>{this.sessionRecording=new Cl(this),this.sessionRecording.startIfEnabledOrStop()})),this.config.disable_scroll_properties||r.push((()=>{this.scrollManager.startMeasuringScrollPosition()})),r.push((()=>{this.autocapture=new zd(this),this.autocapture.startIfEnabled()})),r.push((()=>{this.surveys.loadIfEnabled()})),r.push((()=>{this.heatmaps=new tf(this),this.heatmaps.startIfEnabled()})),r.push((()=>{this.webVitalsAutocapture=new ef(this)})),r.push((()=>{this.exceptionObserver=new qd(this),this.exceptionObserver.startIfEnabled()})),r.push((()=>{this.deadClicksAutocapture=new vl(this,b1),this.deadClicksAutocapture.startIfEnabled()})),r.push((()=>{if(this.Nr){var i=this.Nr;this.Nr=void 0,this.fi(i)}})),this.Ur(r,n)}Ur(e,n){for(;e.length>0;){if(this.config.__preview_deferred_init_extensions&&performance.now()-n>=30&&e.length>0)return void setTimeout((()=>{this.Ur(e,n)}),0);var r=e.shift();if(r)try{r()}catch(o){L.error("Error initializing extension:",o)}}var i=Math.round(performance.now()-n);this.register_for_session({$sdk_debug_extensions_init_method:this.config.__preview_deferred_init_extensions?"deferred":"synchronous",$sdk_debug_extensions_init_time_ms:i}),this.config.__preview_deferred_init_extensions&&L.info("PostHog extensions initialized ("+i+"ms)")}fi(e){var n,r,i,o,s,a,l,c;if(!O||!O.body)return L.info("document not ready yet, trying again in 500 milliseconds..."),void setTimeout((()=>{this.fi(e)}),500);this.config.__preview_deferred_init_extensions&&(this.Nr=e),this.compression=void 0,e.supportedCompression&&!this.config.disable_compression&&(this.compression=te(e.supportedCompression,On.GZipJS)?On.GZipJS:te(e.supportedCompression,On.Base64)?On.Base64:void 0),(n=e.analytics)!=null&&n.endpoint&&(this.analyticsDefaultEndpoint=e.analytics.endpoint),this.set_config({person_profiles:this.Pr?this.Pr:"identified_only"}),(r=this.siteApps)==null||r.onRemoteConfig(e),(i=this.sessionRecording)==null||i.onRemoteConfig(e),(o=this.autocapture)==null||o.onRemoteConfig(e),(s=this.heatmaps)==null||s.onRemoteConfig(e),this.surveys.onRemoteConfig(e),(a=this.webVitalsAutocapture)==null||a.onRemoteConfig(e),(l=this.exceptionObserver)==null||l.onRemoteConfig(e),this.exceptions.onRemoteConfig(e),(c=this.deadClicksAutocapture)==null||c.onRemoteConfig(e)}Lr(){try{this.config.loaded(this)}catch(e){L.critical("`loaded` function failed",e)}this.zr(),this.config.capture_pageview&&setTimeout((()=>{(this.consent.isOptedIn()||this.config.cookieless_mode==="always")&&this.Hr()}),1),new gf(this).load(),this.featureFlags.flags()}zr(){var e;this.is_capturing()&&this.config.request_batching&&((e=this.Mr)==null||e.enable())}_dom_loaded(){this.is_capturing()&&mr(this.__request_queue,(e=>this.Or(e))),this.__request_queue=[],this.zr()}_handle_unload(){var e,n;this.config.request_batching?(this.Br()&&this.capture("$pageleave"),(e=this.Mr)==null||e.unload(),(n=this.Ar)==null||n.unload()):this.Br()&&this.capture("$pageleave",null,{transport:"sendBeacon"})}ci(e){this.__loaded&&(Vy?this.__request_queue.push(e):this.rateLimiter.isServerRateLimited(e.batchKey)||(e.transport=e.transport||this.config.api_transport,e.url=xl(e.url,{ip:this.config.ip?1:0}),e.headers=$({},this.config.request_headers),e.compression=e.compression==="best-available"?this.compression:e.compression,e.disableXHRCredentials=this.config.__preview_disable_xhr_credentials,this.config.__preview_disable_beacon&&(e.disableTransport=["sendBeacon"]),e.fetchOptions=e.fetchOptions||this.config.fetch_options,(n=>{var r,i,o,s=$({},n);s.timeout=s.timeout||6e4,s.url=xl(s.url,{_:new Date().getTime().toString(),ver:In.LIB_VERSION,compression:s.compression});var a=(r=s.transport)!==null&&r!==void 0?r:"fetch",l=il.filter((u=>!s.disableTransport||!u.transport||!s.disableTransport.includes(u.transport))),c=(i=(o=Hv(l,(u=>u.transport===a)))==null?void 0:o.method)!==null&&i!==void 0?i:l[0].method;if(!c)throw new Error("No available transport method");c(s)})($({},e,{callback:n=>{var r,i;this.rateLimiter.checkForLimiting(n),n.statusCode>=400&&((r=(i=this.config).on_request_error)==null||r.call(i,n)),e.callback==null||e.callback(n)}}))))}Or(e){this.Ar?this.Ar.retriableRequest(e):this.ci(e)}_execute_array(e){var n,r=[],i=[],o=[];mr(e,(a=>{a&&(n=a[0],fe(n)?o.push(a):hr(a)?a.call(this):fe(a)&&n==="alias"?r.push(a):fe(a)&&n.indexOf("capture")!==-1&&hr(this[n])?o.push(a):i.push(a))}));var s=function(a,l){mr(a,(function(c){if(fe(c[0])){var u=l;pe(c,(function(f){u=u[f[0]].apply(u,f.slice(1))}))}else this[c[0]].apply(this,c.slice(1))}),l)};s(r,this),s(i,this),s(o,this)}jr(){var e,n;return((e=this.config.bootstrap)==null?void 0:e.featureFlags)&&Object.keys((n=this.config.bootstrap)==null?void 0:n.featureFlags).length>0||!1}push(e){this._execute_array([e])}capture(e,n,r){var i;if(this.__loaded&&this.persistence&&this.sessionPersistence&&this.Mr){if(this.is_capturing())if(!N(e)&&Me(e)){var o=!this.config.opt_out_useragent_filter&&this._is_bot();if(!(o&&!this.config.__preview_capture_bot_pageviews)){var s=r!=null&&r.skip_client_rate_limiting?void 0:this.rateLimiter.clientRateLimitContext();if(s==null||!s.isRateLimited){n!=null&&n.$current_url&&!Me(n?.$current_url)&&(L.error("Invalid `$current_url` property provided to `posthog.capture`. Input must be a string. Ignoring provided value."),n==null||delete n.$current_url),this.sessionPersistence.update_search_keyword(),this.config.save_campaign_params&&this.sessionPersistence.update_campaign_params(),this.config.save_referrer&&this.sessionPersistence.update_referrer_info(),(this.config.save_campaign_params||this.config.save_referrer)&&this.persistence.set_initial_person_info();var a=new Date,l=r?.timestamp||a,c=pr(),u={uuid:c,event:e,properties:this.calculateEventProperties(e,n||{},l,c)};e==="$pageview"&&this.config.__preview_capture_bot_pageviews&&o&&(u.event="$bot_pageview",u.properties.$browser_type="bot"),s&&(u.properties.$lib_rate_limit_remaining_tokens=s.remainingTokens),r?.$set&&(u.$set=r?.$set);var f,h=this.qr(r?.$set_once);if(h&&(u.$set_once=h),(u=e1(u,r!=null&&r._noTruncate?null:this.config.properties_string_max_length)).timestamp=l,N(r?.timestamp)||(u.properties.$event_time_override_provided=!0,u.properties.$event_time_override_system_time=a),e===ol.DISMISSED||e===ol.SENT){var g=n?.[Av.SURVEY_ID],v=n?.[Av.SURVEY_ITERATION];f={id:g,current_iteration:v},localStorage.getItem(Tv(f))||localStorage.setItem(Tv(f),"true"),u.$set=$({},u.$set,{[eC({id:g,current_iteration:v},e===ol.SENT?"responded":"dismissed")]:!0})}var _=$({},u.properties.$set,u.$set);if(Zi(_)||this.setPersonPropertiesForFlags(_),!de(this.config.before_send)){var x=this.Wr(u);if(!x)return;u=x}this.Er.emit("eventCaptured",u);var d={method:"POST",url:(i=r?._url)!==null&&i!==void 0?i:this.requestRouter.endpointFor("api",this.analyticsDefaultEndpoint),data:u,compression:"best-available",batchKey:r?._batchKey};return!this.config.request_batching||r&&(r==null||!r._batchKey)||r!=null&&r.send_instantly?this.Or(d):this.Mr.enqueue(d),u}L.critical("This capture call is ignored due to client rate limiting.")}}else L.error("No event name provided to posthog.capture")}else L.uninitializedWarning("posthog.capture")}Ai(e){return this.on("eventCaptured",(n=>e(n.event,n)))}calculateEventProperties(e,n,r,i,o){if(r=r||new Date,!this.persistence||!this.sessionPersistence)return n;var s=o?void 0:this.persistence.remove_event_timer(e),a=$({},n);if(a.token=this.config.token,a.$config_defaults=this.config.defaults,(this.config.cookieless_mode=="always"||this.config.cookieless_mode=="on_reject"&&this.consent.isExplicitlyOptedOut())&&(a.$cookieless_mode=!0),e==="$snapshot"){var l=$({},this.persistence.properties(),this.sessionPersistence.properties());return a.distinct_id=l.distinct_id,(!Me(a.distinct_id)&&!gn(a.distinct_id)||_d(a.distinct_id))&&L.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),a}var c,u=B1(this.config.mask_personal_data_properties,this.config.custom_personal_data_properties);if(this.sessionManager){var{sessionId:f,windowId:h}=this.sessionManager.checkAndGetSessionAndWindowId(o,r.getTime());a.$session_id=f,a.$window_id=h}this.sessionPropsManager&&Pe(a,this.sessionPropsManager.getSessionProps());try{var g;this.sessionRecording&&Pe(a,this.sessionRecording.sdkDebugProperties),a.$sdk_debug_retry_queue_size=(g=this.Ar)==null?void 0:g.length}catch(d){a.$sdk_debug_error_capturing_properties=String(d)}if(this.requestRouter.region===ws.CUSTOM&&(a.$lib_custom_api_host=this.config.api_host),c=e!=="$pageview"||o?e!=="$pageleave"||o?this.pageViewManager.doEvent():this.pageViewManager.doPageLeave(r):this.pageViewManager.doPageView(r,i),a=Pe(a,c),e==="$pageview"&&O&&(a.title=O.title),!N(s)){var v=r.getTime()-s;a.$duration=parseFloat((v/1e3).toFixed(3))}ut&&this.config.opt_out_useragent_filter&&(a.$browser_type=this._is_bot()?"bot":"browser"),(a=Pe({},u,this.persistence.properties(),this.sessionPersistence.properties(),a)).$is_identified=this._isIdentified(),fe(this.config.property_denylist)?pe(this.config.property_denylist,(function(d){delete a[d]})):L.error("Invalid value for property_denylist config: "+this.config.property_denylist+" or property_blacklist config: "+this.config.property_blacklist);var _=this.config.sanitize_properties;_&&(L.error("sanitize_properties is deprecated. Use before_send instead"),a=_(a,e));var x=this.Gr();return a.$process_person_profile=x,x&&!o&&this.Vr("_calculate_event_properties"),a}qr(e){var n;if(!this.persistence||!this.Gr()||this.Sr)return e;var r=this.persistence.get_initial_props(),i=(n=this.sessionPropsManager)==null?void 0:n.getSetOnceProps(),o=Pe({},r,i||{},e||{}),s=this.config.sanitize_properties;return s&&(L.error("sanitize_properties is deprecated. Use before_send instead"),o=s(o,"$set_once")),this.Sr=!0,Zi(o)?void 0:o}register(e,n){var r;(r=this.persistence)==null||r.register(e,n)}register_once(e,n,r){var i;(i=this.persistence)==null||i.register_once(e,n,r)}register_for_session(e){var n;(n=this.sessionPersistence)==null||n.register(e)}unregister(e){var n;(n=this.persistence)==null||n.unregister(e)}unregister_for_session(e){var n;(n=this.sessionPersistence)==null||n.unregister(e)}Jr(e,n){this.register({[e]:n})}getFeatureFlag(e,n){return this.featureFlags.getFeatureFlag(e,n)}getFeatureFlagPayload(e){var n=this.featureFlags.getFeatureFlagPayload(e);try{return JSON.parse(n)}catch{return n}}isFeatureEnabled(e,n){return this.featureFlags.isFeatureEnabled(e,n)}reloadFeatureFlags(){this.featureFlags.reloadFeatureFlags()}updateEarlyAccessFeatureEnrollment(e,n,r){this.featureFlags.updateEarlyAccessFeatureEnrollment(e,n,r)}getEarlyAccessFeatures(e,n,r){return n===void 0&&(n=!1),this.featureFlags.getEarlyAccessFeatures(e,n,r)}on(e,n){return this.Er.on(e,n)}onFeatureFlags(e){return this.featureFlags.onFeatureFlags(e)}onSurveysLoaded(e){return this.surveys.onSurveysLoaded(e)}onSessionId(e){var n,r;return(n=(r=this.sessionManager)==null?void 0:r.onSessionId(e))!==null&&n!==void 0?n:()=>{}}getSurveys(e,n){n===void 0&&(n=!1),this.surveys.getSurveys(e,n)}getActiveMatchingSurveys(e,n){n===void 0&&(n=!1),this.surveys.getActiveMatchingSurveys(e,n)}renderSurvey(e,n){this.surveys.renderSurvey(e,n)}displaySurvey(e,n){n===void 0&&(n=nC),this.surveys.displaySurvey(e,n)}cancelPendingSurvey(e){this.surveys.cancelPendingSurvey(e)}canRenderSurvey(e){return this.surveys.canRenderSurvey(e)}canRenderSurveyAsync(e,n){return n===void 0&&(n=!1),this.surveys.canRenderSurveyAsync(e,n)}identify(e,n,r){if(!this.__loaded||!this.persistence)return L.uninitializedWarning("posthog.identify");if(gn(e)&&(e=e.toString(),L.warn("The first argument to posthog.identify was a number, but it should be a string. It has been converted to a string.")),e)if(["distinct_id","distinctid"].includes(e.toLowerCase()))L.critical('The string "'+e+'" was set in posthog.identify which indicates an error. This ID should be unique to the user and not a hardcoded string.');else if(e!==os){if(this.Vr("posthog.identify")){var i=this.get_distinct_id();if(this.register({$user_id:e}),!this.get_property("$device_id")){var o=i;this.register_once({$had_persisted_distinct_id:!0,$device_id:o},"")}e!==i&&e!==this.get_property(hs)&&(this.unregister(hs),this.register({distinct_id:e}));var s=(this.persistence.get_property(Pn)||"anonymous")==="anonymous";e!==i&&s?(this.persistence.set_property(Pn,"identified"),this.setPersonPropertiesForFlags($({},r||{},n||{}),!1),this.capture("$identify",{distinct_id:e,$anon_distinct_id:i},{$set:n||{},$set_once:r||{}}),this.Tr=Sv(e,n,r),this.featureFlags.setAnonymousDistinctId(i)):(n||r)&&this.setPersonProperties(n,r),e!==i&&(this.reloadFeatureFlags(),this.unregister(cl))}}else L.critical('The string "'+os+'" was set in posthog.identify which indicates an error. This ID is only used as a sentinel value.');else L.error("Unique user id has not been set in posthog.identify")}setPersonProperties(e,n){if((e||n)&&this.Vr("posthog.setPersonProperties")){var r=Sv(this.get_distinct_id(),e,n);this.Tr!==r?(this.setPersonPropertiesForFlags($({},n||{},e||{})),this.capture("$set",{$set:e||{},$set_once:n||{}}),this.Tr=r):L.info("A duplicate setPersonProperties call was made with the same properties. It has been ignored.")}}group(e,n,r){if(e&&n){if(this.Vr("posthog.group")){var i=this.getGroups();i[e]!==n&&this.resetGroupPropertiesForFlags(e),this.register({$groups:$({},i,{[e]:n})}),r&&(this.capture("$groupidentify",{$group_type:e,$group_key:n,$group_set:r}),this.setGroupPropertiesForFlags({[e]:r})),i[e]===n||r||this.reloadFeatureFlags()}}else L.error("posthog.group requires a group type and group key")}resetGroups(){this.register({$groups:{}}),this.resetGroupPropertiesForFlags(),this.reloadFeatureFlags()}setPersonPropertiesForFlags(e,n){n===void 0&&(n=!0),this.featureFlags.setPersonPropertiesForFlags(e,n)}resetPersonPropertiesForFlags(){this.featureFlags.resetPersonPropertiesForFlags()}setGroupPropertiesForFlags(e,n){n===void 0&&(n=!0),this.Vr("posthog.setGroupPropertiesForFlags")&&this.featureFlags.setGroupPropertiesForFlags(e,n)}resetGroupPropertiesForFlags(e){this.featureFlags.resetGroupPropertiesForFlags(e)}reset(e){var n,r,i,o;if(L.info("reset"),!this.__loaded)return L.uninitializedWarning("posthog.reset");var s=this.get_property("$device_id");if(this.consent.reset(),(n=this.persistence)==null||n.clear(),(r=this.sessionPersistence)==null||r.clear(),this.surveys.reset(),this.featureFlags.reset(),(i=this.persistence)==null||i.set_property(Pn,"anonymous"),(o=this.sessionManager)==null||o.resetSessionId(),this.Tr=null,this.config.cookieless_mode==="always")this.register_once({distinct_id:os,$device_id:null},"");else{var a=this.config.get_device_id(pr());this.register_once({distinct_id:a,$device_id:e?a:s},"")}this.register({$last_posthog_reset:new Date().toISOString()},1)}get_distinct_id(){return this.get_property("distinct_id")}getGroups(){return this.get_property("$groups")||{}}get_session_id(){var e,n;return(e=(n=this.sessionManager)==null?void 0:n.checkAndGetSessionAndWindowId(!0).sessionId)!==null&&e!==void 0?e:""}get_session_replay_url(e){if(!this.sessionManager)return"";var{sessionId:n,sessionStartTimestamp:r}=this.sessionManager.checkAndGetSessionAndWindowId(!0),i=this.requestRouter.endpointFor("ui","/project/"+this.config.token+"/replay/"+n);if(e!=null&&e.withTimestamp&&r){var o,s=(o=e.timestampLookBack)!==null&&o!==void 0?o:10;if(!r)return i;i+="?t="+Math.max(Math.floor((new Date().getTime()-r)/1e3)-s,0)}return i}alias(e,n){return e===this.get_property(jv)?(L.critical("Attempting to create alias for existing People user - aborting."),-2):this.Vr("posthog.alias")?(N(n)&&(n=this.get_distinct_id()),e!==n?(this.Jr(hs,e),this.capture("$create_alias",{alias:e,distinct_id:n})):(L.warn("alias matches current distinct_id - skipping api call."),this.identify(e),-1)):void 0}set_config(e){var n=$({},this.config);if(Ve(e)){var r,i,o,s,a;Pe(this.config,Nv(e));var l=this.Cr();(r=this.persistence)==null||r.update_config(this.config,n,l),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new Ss($({},this.config,{persistence:"sessionStorage"}),l);var c=this.Rr(this.config.debug);gr(c)&&(this.config.debug=c),gr(this.config.debug)&&(this.config.debug?(In.DEBUG=!0,ke.H()&&ke.G("ph_debug","true"),L.info("set_config",{config:e,oldConfig:n,newConfig:$({},this.config)})):(In.DEBUG=!1,ke.H()&&ke.V("ph_debug"))),(i=this.sessionRecording)==null||i.startIfEnabledOrStop(),(o=this.autocapture)==null||o.startIfEnabled(),(s=this.heatmaps)==null||s.startIfEnabled(),this.surveys.loadIfEnabled(),this.Kr(),(a=this.externalIntegrations)==null||a.startIfEnabledOrStop()}}startSessionRecording(e){var n=e===!0,r={sampling:n||!(e==null||!e.sampling),linked_flag:n||!(e==null||!e.linked_flag),url_trigger:n||!(e==null||!e.url_trigger),event_trigger:n||!(e==null||!e.event_trigger)};if(Object.values(r).some(Boolean)){var i,o,s,a,l;(i=this.sessionManager)==null||i.checkAndGetSessionAndWindowId(),r.sampling&&((o=this.sessionRecording)==null||o.overrideSampling()),r.linked_flag&&((s=this.sessionRecording)==null||s.overrideLinkedFlag()),r.url_trigger&&((a=this.sessionRecording)==null||a.overrideTrigger("url")),r.event_trigger&&((l=this.sessionRecording)==null||l.overrideTrigger("event"))}this.set_config({disable_session_recording:!1})}stopSessionRecording(){this.set_config({disable_session_recording:!0})}sessionRecordingStarted(){var e;return!((e=this.sessionRecording)==null||!e.started)}captureException(e,n){var r=new Error("PostHog syntheticException"),i=this.exceptions.buildProperties(e,{handled:!0,syntheticException:r});return this.exceptions.sendExceptionEvent($({},i,n))}loadToolbar(e){return this.toolbar.loadToolbar(e)}get_property(e){var n;return(n=this.persistence)==null?void 0:n.props[e]}getSessionProperty(e){var n;return(n=this.sessionPersistence)==null?void 0:n.props[e]}toString(){var e,n=(e=this.config.name)!==null&&e!==void 0?e:Gi;return n!==Gi&&(n=Gi+"."+n),n}_isIdentified(){var e,n;return((e=this.persistence)==null?void 0:e.get_property(Pn))==="identified"||((n=this.sessionPersistence)==null?void 0:n.get_property(Pn))==="identified"}Gr(){var e,n;return!(this.config.person_profiles==="never"||this.config.person_profiles==="identified_only"&&!this._isIdentified()&&Zi(this.getGroups())&&((e=this.persistence)==null||(e=e.props)==null||!e[hs])&&((n=this.persistence)==null||(n=n.props)==null||!n[dl]))}Br(){return this.config.capture_pageleave===!0||this.config.capture_pageleave==="if_capture_pageview"&&(this.config.capture_pageview===!0||this.config.capture_pageview==="history_change")}createPersonProfile(){this.Gr()||this.Vr("posthog.createPersonProfile")&&this.setPersonProperties({},{})}Vr(e){return this.config.person_profiles==="never"?(L.error(e+' was called, but process_person is set to "never". This call will be ignored.'),!1):(this.Jr(dl,!0),!0)}Cr(){if(this.config.cookieless_mode==="always")return!0;var e=this.consent.isOptedOut(),n=this.config.opt_out_persistence_by_default||this.config.cookieless_mode==="on_reject";return this.config.disable_persistence||e&&!!n}Kr(){var e,n,r,i,o=this.Cr();return((e=this.persistence)==null?void 0:e.wi)!==o&&((r=this.persistence)==null||r.set_disabled(o)),((n=this.sessionPersistence)==null?void 0:n.wi)!==o&&((i=this.sessionPersistence)==null||i.set_disabled(o)),o}opt_in_capturing(e){var n;if(this.config.cookieless_mode!=="always"){var r,i;this.config.cookieless_mode==="on_reject"&&this.consent.isExplicitlyOptedOut()&&(this.reset(!0),(r=this.sessionManager)==null||r.destroy(),this.sessionManager=new kl(this),this.persistence&&(this.sessionPropsManager=new bl(this,this.sessionManager,this.persistence)),this.sessionRecording=new Cl(this),this.sessionRecording.startIfEnabledOrStop()),this.consent.optInOut(!0),this.Kr(),this.zr(),(n=this.sessionRecording)==null||n.startIfEnabledOrStop(),this.config.cookieless_mode=="on_reject"&&this.surveys.loadIfEnabled(),(N(e?.captureEventName)||e!=null&&e.captureEventName)&&this.capture((i=e?.captureEventName)!==null&&i!==void 0?i:"$opt_in",e?.captureProperties,{send_instantly:!0}),this.config.capture_pageview&&this.Hr()}else L.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}opt_out_capturing(){var e,n;this.config.cookieless_mode!=="always"?(this.config.cookieless_mode==="on_reject"&&this.consent.isOptedIn()&&this.reset(!0),this.consent.optInOut(!1),this.Kr(),this.config.cookieless_mode==="on_reject"&&(this.register({distinct_id:os,$device_id:null}),(e=this.sessionManager)==null||e.destroy(),this.sessionManager=void 0,this.sessionPropsManager=void 0,(n=this.sessionRecording)==null||n.stopRecording(),this.sessionRecording=void 0,this.Hr())):L.warn('Consent opt in/out is not valid with cookieless_mode="always" and will be ignored')}has_opted_in_capturing(){return this.consent.isOptedIn()}has_opted_out_capturing(){return this.consent.isOptedOut()}get_explicit_consent_status(){var e=this.consent.consent;return e===Nn.GRANTED?"granted":e===Nn.DENIED?"denied":"pending"}is_capturing(){return this.config.cookieless_mode==="always"||(this.config.cookieless_mode==="on_reject"?this.consent.isExplicitlyOptedOut()||this.consent.isOptedIn():!this.has_opted_out_capturing())}clear_opt_in_out_capturing(){this.consent.reset(),this.Kr()}_is_bot(){return kt?Dy(kt,this.config.custom_blocked_useragents):void 0}Hr(){O&&(O.visibilityState==="visible"?this.$r||(this.$r=!0,this.capture("$pageview",{title:O.title},{send_instantly:!0}),this.kr&&(O.removeEventListener("visibilitychange",this.kr),this.kr=null)):this.kr||(this.kr=this.Hr.bind(this),Oe(O,"visibilitychange",this.kr)))}debug(e){e===!1?(E?.console.log("You've disabled debug mode."),this.set_config({debug:!1})):(E?.console.log("You're now in debug mode. All calls to PostHog will be logged in your console.\nYou can disable this with `posthog.debug(false)`."),this.set_config({debug:!0}))}O(){var e,n,r,i,o,s,a,l=this.Ir||{};return"advanced_disable_flags"in l?!!l.advanced_disable_flags:this.config.advanced_disable_flags!==!1?!!this.config.advanced_disable_flags:this.config.advanced_disable_decide===!0?(L.warn("Config field 'advanced_disable_decide' is deprecated. Please use 'advanced_disable_flags' instead. The old field will be removed in a future major version."),!0):(r="advanced_disable_decide",i=!1,o=L,s=(n="advanced_disable_flags")in(e=l)&&!N(e[n]),a=r in e&&!N(e[r]),s?e[n]:a?(o&&o.warn("Config field '"+r+"' is deprecated. Please use '"+n+"' instead. The old field will be removed in a future major version."),e[r]):i)}Wr(e){if(de(this.config.before_send))return e;var n=fe(this.config.before_send)?this.config.before_send:[this.config.before_send],r=e;for(var i of n){if(r=i(r),de(r)){var o="Event '"+e.event+"' was rejected in beforeSend function";return $k(e.event)?L.warn(o+". This can cause unexpected behavior."):L.info(o),null}r.properties&&!Zi(r.properties)||L.warn("Event '"+e.event+"' has no properties after beforeSend function, this is likely an error.")}return r}getPageViewId(){var e;return(e=this.pageViewManager.Vt)==null?void 0:e.pageViewId}captureTraceFeedback(e,n){this.capture("$ai_feedback",{$ai_trace_id:String(e),$ai_feedback_text:n})}captureTraceMetric(e,n,r){this.capture("$ai_metric",{$ai_trace_id:String(e),$ai_metric_name:n,$ai_metric_value:String(r)})}Rr(e){var n=gr(e)&&!e,r=ke.H()&&ke.q("ph_debug")==="true";return!n&&(!!r||e)}};(function(t,e){for(var n=0;n<e.length;n++)t.prototype[e[n]]=Jk(t.prototype[e[n]])})(El,["identify"]);var Ov,By=(Ov=bs[Gi]=new El,(function(){function t(){t.done||(t.done=!0,Vy=!1,pe(bs,(function(e){e._dom_loaded()})))}O!=null&&O.addEventListener?O.readyState==="complete"?t():Oe(O,"DOMContentLoaded",t,{capture:!1}):E&&L.error("Browser doesn't support `document.addEventListener` so PostHog couldn't be initialized")})(),Ov);var $f=class{constructor(e={}){this.options=e;j(this,"client");j(this,"featureFlagsCallback");j(this,"captureCallback");if(this.client=e.client,this.featureFlagsCallback=e.onFeatureFlagsLoaded,this.captureCallback=e.onCapture,!this.client&&typeof window<"u"&&e.apiKey){let n=e.enableFeatureFlags??!0,r=`syntro_${e.apiKey.slice(-6)||"sdk"}`;this.client=By.init(e.apiKey,{api_host:e.apiHost??"https://telemetry.syntrologie.com",advanced_disable_feature_flags:!n,advanced_disable_feature_flags_on_first_load:!n,autocapture:e.autocapture??!0,capture_pageview:e.capturePageview??!0,capture_pageleave:e.capturePageleave??!0,disable_session_recording:!(e.sessionRecording??!0),opt_out_useragent_filter:!0,session_recording:{recordCrossDomainIFrames:!0},capture_performance:!0,enable_recording_console_log:!0,loaded:i=>{if(n&&this.featureFlagsCallback){i.onFeatureFlags(()=>{let s=this.getAllFeatureFlags();s&&this.featureFlagsCallback&&this.featureFlagsCallback(s)});let o=this.getAllFeatureFlags();o&&Object.keys(o).length>0&&this.featureFlagsCallback(o)}this.captureCallback&&i.on("eventCaptured",o=>{let s=typeof o=="string"?o:o?.event,a=typeof o=="string"?void 0:o?.properties;typeof s=="string"&&this.captureCallback?.(s,a)})}},r)}}getAllFeatureFlags(){return this.client?.featureFlags?.getFlagVariants?.()}getSegmentFlags(){let e=this.getAllFeatureFlags();if(!e)return{};let n={};for(let[r,i]of Object.entries(e))r.startsWith("in_segment_")&&(n[r]=i===!0);return n}identify(e,n){this.client?.identify(e,n)}alias(e,n){this.client?.alias(e,n)}track(e,n){this.client?.capture(e,n)}trackCanvasOpened(e){this.track("shadow_canvas_opened",{surface:e})}trackCanvasClosed(e){this.track("shadow_canvas_closed",{surface:e})}trackRectangleViewed(e,n){this.track("shadow_canvas_rectangle_viewed",{rectangleId:e,surface:n})}trackAction(e,n,r){this.track("shadow_canvas_action",{action:e,rectangleId:n,surface:r})}register(e){this.client?.register?.(e)}getSessionId(){return this.client?.get_session_id?.()}startSessionRecording(){this.client?.startSessionRecording?.()}trackExperiment(e,n,r){let i=`$experiment_${e}`;this.register({[i]:r??`variation_${n}`,[`${i}_id`]:n}),this.track("$experiment_started",{$experiment_key:e,$experiment_variation_id:n,$experiment_variation_name:r??`variation_${n}`})}setPersonProperties(e){this.client?.capture("$set",{$set:e})}setPersonPropertiesOnce(e){this.client?.capture("$set",{$set_once:e})}getDistinctId(){return this.client?.get_distinct_id?.()}};function Df(t={}){return new $f(t)}function cC(){let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e="";for(let n=0;n<16;n++)e+=t[Math.floor(Math.random()*t.length)];return e}var Vf=class{constructor(){j(this,"sessionId");this.sessionId=cC(),console.log(`[Syntro Telemetry] Using noop adapter (no telemetry configured). sessionId=${this.sessionId}`)}trackCanvasOpened(e){}trackCanvasClosed(e){}trackRectangleViewed(e,n){}trackAction(e,n,r){}register(e){}getSessionId(){return this.sessionId}startSessionRecording(){}trackExperiment(e,n,r){}setPersonProperties(e){}setPersonPropertiesOnce(e){}getDistinctId(){return"demo-user"}getAllFeatureFlags(){return{}}getSegmentFlags(){return{}}};function Bf(){return new Vf}var Hy={fetch:globalThis.fetch?globalThis.fetch.bind(globalThis):void 0,SubtleCrypto:globalThis.crypto?globalThis.crypto.subtle:void 0,EventSource:globalThis.EventSource};function jy(){return Hy}function zf(t){let e=2166136261,n=t.length;for(let r=0;r<n;r++)e^=t.charCodeAt(r),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24);return e>>>0}function Os(t,e,n){return n===2?zf(zf(t+e)+"")%1e4/1e4:n===1?zf(e+t)%1e3/1e3:null}function uC(t){return t<=0?[]:new Array(t).fill(1/t)}function Il(t,e){return t>=e[0]&&t<e[1]}function Uy(t,e){let n=Os("__"+e[0],t,1);return n===null?!1:n>=e[1]&&n<e[2]}function Wy(t,e){for(let n=0;n<e.length;n++)if(Il(t,e[n]))return n;return-1}function jf(t){try{let e=t.replace(/([^\\])\//g,"$1\\/");return new RegExp(e)}catch(e){console.error(e);return}}function Pl(t,e){if(!e.length)return!1;let n=!1,r=!1;for(let i=0;i<e.length;i++){let o=pC(t,e[i].type,e[i].pattern);if(e[i].include===!1){if(o)return!1}else n=!0,o&&(r=!0)}return r||!n}function dC(t,e,n){try{let r=e.replace(/[*.+?^${}()|[\]\\]/g,"\\$&").replace(/_____/g,".*");return n&&(r="\\/?"+r.replace(/(^\/|\/$)/g,"")+"\\/?"),new RegExp("^"+r+"$","i").test(t)}catch{return!1}}function fC(t,e){try{let n=new URL(e.replace(/^([^:/?]*)\./i,"https://$1.").replace(/\*/g,"_____"),"https://_____"),r=[[t.host,n.host,!1],[t.pathname,n.pathname,!0]];return n.hash&&r.push([t.hash,n.hash,!1]),n.searchParams.forEach((i,o)=>{r.push([t.searchParams.get(o)||"",i,!1])}),!r.some(i=>!dC(i[0],i[1],i[2]))}catch{return!1}}function pC(t,e,n){try{let r=new URL(t,"https://_");if(e==="regex"){let i=jf(n);return i?i.test(r.href)||i.test(r.href.substring(r.origin.length)):!1}else if(e==="simple")return fC(r,n);return!1}catch{return!1}}function qy(t,e,n){e=e===void 0?1:e,e<0?e=0:e>1&&(e=1);let r=uC(t);n=n||r,n.length!==t&&(n=r);let i=n.reduce((s,a)=>a+s,0);(i<.99||i>1.01)&&(n=r);let o=0;return n.map(s=>{let a=o;return o+=s,[a,a+e*s]})}function Ky(t,e,n){if(!e)return null;let r=e.split("?")[1];if(!r)return null;let i=r.replace(/#.*/,"").split("&").map(o=>o.split("=",2)).filter(([o])=>o===t).map(([,o])=>parseInt(o));return i.length>0&&i[0]>=0&&i[0]<n?i[0]:null}function Gy(t){try{return t()}catch(e){return console.error(e),!1}}var Hf=t=>Uint8Array.from(atob(t),e=>e.charCodeAt(0));async function si(t,e,n){if(e=e||"",n=n||globalThis.crypto&&globalThis.crypto.subtle||Hy.SubtleCrypto,!n)throw new Error("No SubtleCrypto implementation found");try{let r=await n.importKey("raw",Hf(e),{name:"AES-CBC",length:128},!0,["encrypt","decrypt"]),[i,o]=t.split("."),s=await n.decrypt({name:"AES-CBC",iv:Hf(i)},r,Hf(o));return new TextDecoder().decode(s)}catch{throw new Error("Failed to decrypt")}}function Ls(t){return typeof t=="string"?t:JSON.stringify(t)}function Ct(t){typeof t=="number"&&(t=t+""),(!t||typeof t!="string")&&(t="0");let e=t.replace(/(^v|\+.*$)/g,"").split(/[-.]/);return e.length===3&&e.push("~"),e.map(n=>n.match(/^[0-9]+$/)?n.padStart(5," "):n).join("-")}function Zy(){let t;try{t="1.6.4"}catch{t=""}return t}function Yy(t,e){let n,r;try{n=new URL(t),r=new URL(e)}catch(i){return console.error(`Unable to merge query strings: ${i}`),e}return n.searchParams.forEach((i,o)=>{r.searchParams.has(o)||r.searchParams.set(o,i)}),r.toString()}function zy(t){return typeof t=="object"&&t!==null}function Nl(t){return t.urlPatterns&&t.variations.some(e=>zy(e)&&"urlRedirect"in e)?"redirect":t.variations.some(e=>zy(e)&&(e.domMutations||"js"in e||"css"in e))?"visual":"unknown"}async function Ol(t,e){return new Promise(n=>{let r=!1,i,o=s=>{r||(r=!0,i&&clearTimeout(i),n(s||null))};e&&(i=setTimeout(()=>o(),e)),t.then(s=>o(s)).catch(()=>o())})}var Ye={staleTTL:1e3*60,maxAge:1e3*60*60*4,cacheKey:"gbFeaturesCache",backgroundSync:!0,maxEntries:10,disableIdleStreams:!1,idleStreamInterval:2e4,disableCache:!1},mn=jy(),io={fetchFeaturesCall:({host:t,clientKey:e,headers:n})=>mn.fetch(`${t}/api/features/${e}`,{headers:n}),fetchRemoteEvalCall:({host:t,clientKey:e,payload:n,headers:r})=>{let i={method:"POST",headers:{"Content-Type":"application/json",...r},body:JSON.stringify(n)};return mn.fetch(`${t}/api/eval/${e}`,i)},eventSourceCall:({host:t,clientKey:e,headers:n})=>n?new mn.EventSource(`${t}/sub/${e}`,{headers:n}):new mn.EventSource(`${t}/sub/${e}`),startIdleListener:()=>{let t;if(!(typeof window<"u"&&typeof document<"u"))return;let n=()=>{document.visibilityState==="visible"?(window.clearTimeout(t),mC()):document.visibilityState==="hidden"&&(t=window.setTimeout(gC,Ye.idleStreamInterval))};return document.addEventListener("visibilitychange",n),()=>document.removeEventListener("visibilitychange",n)},stopIdleListener:()=>{}};try{globalThis.localStorage&&(mn.localStorage=globalThis.localStorage)}catch{}var oo=new Map,Xy=!1,Mn=new Map,Ll=new Map,so=new Map,ao=new Set;function Jy(t){Object.assign(Ye,t),Ye.backgroundSync||Zf()}async function e_({instance:t,timeout:e,skipCache:n,allowStale:r,backgroundSync:i}){return i||(Ye.backgroundSync=!1),vC({instance:t,allowStale:r,timeout:e,skipCache:n})}function hC(t){let e=Ms(t),n=oo.get(e)||new Set;n.add(t),oo.set(e,n)}function t_(t){oo.forEach(e=>e.delete(t))}function gC(){so.forEach(t=>{t&&(t.state="idle",Kf(t))})}function mC(){so.forEach(t=>{t&&t.state==="idle"&&Gf(t)})}async function Qy(){try{if(!mn.localStorage)return;await mn.localStorage.setItem(Ye.cacheKey,JSON.stringify(Array.from(Mn.entries())))}catch{}}async function vC({instance:t,allowStale:e,timeout:n,skipCache:r}){let i=Ms(t),o=Wf(t),s=new Date,a=new Date(s.getTime()-Ye.maxAge+Ye.staleTTL);await yC();let l=!Ye.disableCache&&!r?Mn.get(o):void 0;return l&&(e||l.staleAt>s)&&l.staleAt>a?(l.sse&&ao.add(i),l.staleAt<s?Uf(t):qf(t),{data:l.data,success:!0,source:"cache"}):await Ol(Uf(t),n)||{data:null,success:!1,source:"timeout",error:new Error("Timeout")}}function Ms(t){let[e,n]=t.getApiInfo();return`${e}||${n}`}function Wf(t){let e=Ms(t);if(!("isRemoteEval"in t)||!t.isRemoteEval())return e;let n=t.getAttributes(),r=t.getCacheKeyAttributes()||Object.keys(t.getAttributes()),i={};r.forEach(a=>{i[a]=n[a]});let o=t.getForcedVariations(),s=t.getUrl();return`${e}||${JSON.stringify({ca:i,fv:o,url:s})}`}async function yC(){if(!Xy){Xy=!0;try{if(mn.localStorage){let t=await mn.localStorage.getItem(Ye.cacheKey);if(!Ye.disableCache&&t){let e=JSON.parse(t);e&&Array.isArray(e)&&e.forEach(([n,r])=>{Mn.set(n,{...r,staleAt:new Date(r.staleAt)})}),n_()}}}catch{}if(!Ye.disableIdleStreams){let t=io.startIdleListener();t&&(io.stopIdleListener=t)}}}function n_(){let t=Array.from(Mn.entries()).map(([n,r])=>({key:n,staleAt:r.staleAt.getTime()})).sort((n,r)=>n.staleAt-r.staleAt),e=Math.min(Math.max(0,Mn.size-Ye.maxEntries),Mn.size);for(let n=0;n<e;n++)Mn.delete(t[n].key)}function r_(t,e,n){let r=n.dateUpdated||"",i=new Date(Date.now()+Ye.staleTTL),o=Ye.disableCache?void 0:Mn.get(e);if(o&&r&&o.version===r){o.staleAt=i,Qy();return}Ye.disableCache||(Mn.set(e,{data:n,version:r,staleAt:i,sse:ao.has(t)}),n_()),Qy();let s=oo.get(t);s&&s.forEach(a=>_C(a,n))}async function _C(t,e){await t.setPayload(e||t.getPayload())}async function Uf(t){let{apiHost:e,apiRequestHeaders:n}=t.getApiHosts(),r=t.getClientKey(),i="isRemoteEval"in t&&t.isRemoteEval(),o=Ms(t),s=Wf(t),a=Ll.get(s);return a||(a=(i?io.fetchRemoteEvalCall({host:e,clientKey:r,payload:{attributes:t.getAttributes(),forcedVariations:t.getForcedVariations(),forcedFeatures:Array.from(t.getForcedFeatures().entries()),url:t.getUrl()},headers:n}):io.fetchFeaturesCall({host:e,clientKey:r,headers:n})).then(c=>{if(!c.ok)throw new Error(`HTTP error: ${c.status}`);return c.headers.get("x-sse-support")==="enabled"&&ao.add(o),c.json()}).then(c=>(r_(o,s,c),qf(t),Ll.delete(s),{data:c,success:!0,source:"network"})).catch(c=>(Ll.delete(s),{data:null,source:"error",success:!1,error:c})),Ll.set(s,a)),a}function qf(t,e=!1){let n=Ms(t),r=Wf(t),{streamingHost:i,streamingHostRequestHeaders:o}=t.getApiHosts(),s=t.getClientKey();if(e&&ao.add(n),Ye.backgroundSync&&ao.has(n)&&mn.EventSource){if(so.has(n))return;let a={src:null,host:i,clientKey:s,headers:o,cb:l=>{try{if(l.type==="features-updated"){let c=oo.get(n);c&&c.forEach(u=>{Uf(u)})}else if(l.type==="features"){let c=JSON.parse(l.data);r_(n,r,c)}a.errors=0}catch{i_(a)}},errors:0,state:"active"};so.set(n,a),Gf(a)}}function i_(t){if(t.state!=="idle"&&(t.errors++,t.errors>3||t.src&&t.src.readyState===2)){let e=Math.pow(3,t.errors-3)*(1e3+Math.random()*1e3);Kf(t),setTimeout(()=>{["idle","active"].includes(t.state)||Gf(t)},Math.min(e,3e5))}}function Kf(t){t.src&&(t.src.onopen=null,t.src.onerror=null,t.src.close(),t.src=null,t.state==="active"&&(t.state="disabled"))}function Gf(t){t.src=io.eventSourceCall({host:t.host,clientKey:t.clientKey,headers:t.headers}),t.state="active",t.src.addEventListener("features",t.cb),t.src.addEventListener("features-updated",t.cb),t.src.onerror=()=>i_(t),t.src.onopen=()=>{t.errors=0}}function wC(t,e){Kf(t),so.delete(e)}function Zf(){ao.clear(),so.forEach(wC),oo.clear(),io.stopIdleListener()}function Ml(t,e){if(e.streaming){if(!t.getClientKey())throw new Error("Must specify clientKey to enable streaming");e.payload&&qf(t,!0),hC(t)}}var xC=/^[a-zA-Z:_][a-zA-Z0-9:_.-]*$/,Qf={revert:function(){}},Vl=new Map,Jf=new Set;function SC(t){return t==="html"?{childList:!0,subtree:!0,attributes:!0,characterData:!0}:{childList:!1,subtree:!1,attributes:!0,attributeFilter:[t]}}function Bl(t){var e=Vl.get(t);return e||(e={element:t,attributes:{}},Vl.set(t,e)),e}function zl(t,e,n,r,i){var o=n(t),s={isDirty:!1,originalValue:o,virtualValue:o,mutations:[],el:t,_positionTimeout:null,observer:new MutationObserver(function(){if(!(e==="position"&&s._positionTimeout)){e==="position"&&(s._positionTimeout=setTimeout(function(){s._positionTimeout=null},1e3));var a=n(t);e==="position"&&a.parentNode===s.virtualValue.parentNode&&a.insertBeforeNode===s.virtualValue.insertBeforeNode||a!==s.virtualValue&&(s.originalValue=a,i(s))}}),mutationRunner:i,setValue:r,getCurrentValue:n};return e==="position"&&t.parentNode?s.observer.observe(t.parentNode,{childList:!0,subtree:!0,attributes:!1,characterData:!1}):s.observer.observe(t,SC(e)),s}function Hl(t,e){var n=e.getCurrentValue(e.el);e.virtualValue=t,t&&typeof t!="string"?(!n||t.parentNode!==n.parentNode||t.insertBeforeNode!==n.insertBeforeNode)&&(e.isDirty=!0,o_()):t!==n&&(e.isDirty=!0,o_())}function bC(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),Hl($C(e),t)}function kC(t){var e=new Set(t.originalValue.split(/\s+/).filter(Boolean));t.mutations.forEach(function(n){return n.mutate(e)}),Hl(Array.from(e).filter(Boolean).join(" "),t)}function CC(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),Hl(e,t)}function EC(t){var e=t.parentSelector,n=t.insertBeforeSelector,r=document.querySelector(e);if(!r)return null;var i=n?document.querySelector(n):null;return n&&!i?null:{parentNode:r,insertBeforeNode:i}}function AC(t){var e=t.originalValue;t.mutations.forEach(function(n){var r=n.mutate(),i=EC(r);e=i||e}),Hl(e,t)}var TC=function(e){return e.innerHTML},RC=function(e,n){return e.innerHTML=n};function a_(t){var e=Bl(t);return e.html||(e.html=zl(t,"html",TC,RC,bC)),e.html}var IC=function(e){return{parentNode:e.parentElement,insertBeforeNode:e.nextElementSibling}},PC=function(e,n){n.insertBeforeNode&&!n.parentNode.contains(n.insertBeforeNode)||n.parentNode.insertBefore(e,n.insertBeforeNode)};function l_(t){var e=Bl(t);return e.position||(e.position=zl(t,"position",IC,PC,AC)),e.position}var NC=function(e,n){return n?e.className=n:e.removeAttribute("class")},OC=function(e){return e.className};function c_(t){var e=Bl(t);return e.classes||(e.classes=zl(t,"class",OC,NC,kC)),e.classes}var LC=function(e){return function(n){var r;return(r=n.getAttribute(e))!=null?r:null}},MC=function(e){return function(n,r){return r!==null?n.setAttribute(e,r):n.removeAttribute(e)}};function u_(t,e){var n=Bl(t);return n.attributes[e]||(n.attributes[e]=zl(t,e,LC(e),MC(e),CC)),n.attributes[e]}function FC(t,e){var n=Vl.get(t);if(n)if(e==="html"){var r,i;(r=n.html)==null||(i=r.observer)==null||i.disconnect(),delete n.html}else if(e==="class"){var o,s;(o=n.classes)==null||(s=o.observer)==null||s.disconnect(),delete n.classes}else if(e==="position"){var a,l;(a=n.position)==null||(l=a.observer)==null||l.disconnect(),delete n.position}else{var c,u,f;(c=n.attributes)==null||(u=c[e])==null||(f=u.observer)==null||f.disconnect(),delete n.attributes[e]}}var Fl;function $C(t){return Fl||(Fl=document.createElement("div")),Fl.innerHTML=t,Fl.innerHTML}function $l(t,e,n){if(n.isDirty){n.isDirty=!1;var r=n.virtualValue;n.mutations.length||FC(t,e),n.setValue(t,r)}}function DC(t,e){t.html&&$l(e,"html",t.html),t.classes&&$l(e,"class",t.classes),t.position&&$l(e,"position",t.position),Object.keys(t.attributes).forEach(function(n){$l(e,n,t.attributes[n])})}function o_(){Vl.forEach(DC)}function VC(t,e){var n=null;t.kind==="html"?n=a_(e):t.kind==="class"?n=c_(e):t.kind==="attribute"?n=u_(e,t.attribute):t.kind==="position"&&(n=l_(e)),n&&(n.mutations.push(t),n.mutationRunner(n))}function BC(t,e){var n=null;if(t.kind==="html"?n=a_(e):t.kind==="class"?n=c_(e):t.kind==="attribute"?n=u_(e,t.attribute):t.kind==="position"&&(n=l_(e)),!!n){var r=n.mutations.indexOf(t);r!==-1&&n.mutations.splice(r,1),n.mutationRunner(n)}}function d_(t){if(!(t.kind==="position"&&t.elements.size===1)){var e=new Set(t.elements),n=document.querySelectorAll(t.selector);n.forEach(function(r){e.has(r)||(t.elements.add(r),VC(t,r))})}}function zC(t){t.elements.forEach(function(e){return BC(t,e)}),t.elements.clear(),Jf.delete(t)}function s_(){Jf.forEach(d_)}var Yf;function HC(){typeof document>"u"||(Yf||(Yf=new MutationObserver(function(){s_()})),s_(),Yf.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!1,characterData:!1}))}HC();function jl(t){return typeof document>"u"?Qf:(Jf.add(t),d_(t),{revert:function(){zC(t)}})}function Xf(t,e){return jl({kind:"html",elements:new Set,mutate:e,selector:t})}function f_(t,e){return jl({kind:"position",elements:new Set,mutate:e,selector:t})}function Fs(t,e){return jl({kind:"class",elements:new Set,mutate:e,selector:t})}function Dl(t,e,n){return xC.test(e)?e==="class"||e==="className"?Fs(t,function(r){var i=n(Array.from(r).join(" "));r.clear(),i&&i.split(/\s+/g).filter(Boolean).forEach(function(o){return r.add(o)})}):jl({kind:"attribute",attribute:e,elements:new Set,mutate:n,selector:t}):Qf}function jC(t){var e=t.selector,n=t.action,r=t.value,i=t.attribute,o=t.parentSelector,s=t.insertBeforeSelector;if(i==="html"){if(n==="append")return Xf(e,function(a){return a+(r??"")});if(n==="set")return Xf(e,function(){return r??""})}else if(i==="class"){if(n==="append")return Fs(e,function(a){r&&a.add(r)});if(n==="remove")return Fs(e,function(a){r&&a.delete(r)});if(n==="set")return Fs(e,function(a){a.clear(),r&&a.add(r)})}else if(i==="position"){if(n==="set"&&o)return f_(e,function(){return{insertBeforeSelector:s,parentSelector:o}})}else{if(n==="append")return Dl(e,i,function(a){return a!==null?a+(r??""):r??""});if(n==="set")return Dl(e,i,function(){return r??""});if(n==="remove")return Dl(e,i,function(){return null})}return Qf}var UC={html:Xf,classes:Fs,attribute:Dl,position:f_,declarative:jC},p_=UC;var ep={};function yr(t,e,n){n=n||{};for(let[r,i]of Object.entries(e))switch(r){case"$or":if(!m_(t,i,n))return!1;break;case"$nor":if(m_(t,i,n))return!1;break;case"$and":if(!ZC(t,i,n))return!1;break;case"$not":if(yr(t,i,n))return!1;break;default:if(!$s(i,WC(t,r),n))return!1}return!0}function WC(t,e){let n=e.split("."),r=t;for(let i=0;i<n.length;i++)if(r&&typeof r=="object"&&n[i]in r)r=r[n[i]];else return null;return r}function h_(t,e=!1){let n=`${t}${e?"/i":""}`;return ep[n]||(ep[n]=new RegExp(t.replace(/([^\\])\//g,"$1\\/"),e?"i":void 0)),ep[n]}function $s(t,e,n,r=!1){if(typeof t=="string")return r?String(e).toLowerCase()===t.toLowerCase():e+""===t;if(typeof t=="number")return e*1===t;if(typeof t=="boolean")return e!==null&&!!e===t;if(t===null)return e===null;if(Array.isArray(t)||!v_(t))return JSON.stringify(e)===JSON.stringify(t);for(let i in t)if(!GC(i,e,t[i],n))return!1;return!0}function v_(t){let e=Object.keys(t);return e.length>0&&e.filter(n=>n[0]==="$").length===e.length}function qC(t){if(t===null)return"null";if(Array.isArray(t))return"array";let e=typeof t;return["string","number","boolean","object","undefined"].includes(e)?e:"unknown"}function KC(t,e,n){if(!Array.isArray(t))return!1;let r=v_(e)?i=>$s(e,i,n):i=>yr(i,e,n);for(let i=0;i<t.length;i++)if(t[i]&&r(t[i]))return!0;return!1}function lo(t,e,n=!1){if(n){let r=i=>typeof i=="string"?i.toLowerCase():i;return Array.isArray(t)?t.some(i=>e.some(o=>r(i)===r(o))):e.some(i=>r(t)===r(i))}return Array.isArray(t)?t.some(r=>e.includes(r)):e.includes(t)}function g_(t,e,n,r=!1){if(!Array.isArray(t))return!1;for(let i=0;i<e.length;i++){let o=!1;for(let s=0;s<t.length;s++)if($s(e[i],t[s],n,r)){o=!0;break}if(!o)return!1}return!0}function GC(t,e,n,r){switch(t){case"$veq":return Ct(e)===Ct(n);case"$vne":return Ct(e)!==Ct(n);case"$vgt":return Ct(e)>Ct(n);case"$vgte":return Ct(e)>=Ct(n);case"$vlt":return Ct(e)<Ct(n);case"$vlte":return Ct(e)<=Ct(n);case"$eq":return e===n;case"$ne":return e!==n;case"$lt":return e<n;case"$lte":return e<=n;case"$gt":return e>n;case"$gte":return e>=n;case"$exists":return n?e!=null:e==null;case"$in":return Array.isArray(n)?lo(e,n):!1;case"$ini":return Array.isArray(n)?lo(e,n,!0):!1;case"$inGroup":return lo(e,r[n]||[]);case"$notInGroup":return!lo(e,r[n]||[]);case"$nin":return Array.isArray(n)?!lo(e,n):!1;case"$nini":return Array.isArray(n)?!lo(e,n,!0):!1;case"$not":return!$s(n,e,r);case"$size":return Array.isArray(e)?$s(n,e.length,r):!1;case"$elemMatch":return KC(e,n,r);case"$all":return Array.isArray(n)?g_(e,n,r):!1;case"$alli":return Array.isArray(n)?g_(e,n,r,!0):!1;case"$regex":try{return h_(n).test(e)}catch{return!1}case"$regexi":try{return h_(n,!0).test(e)}catch{return!1}case"$type":return qC(e)===n;default:return console.error("Unknown operator: "+t),!1}}function m_(t,e,n){if(!e.length)return!0;for(let r=0;r<e.length;r++)if(yr(t,e[r],n))return!0;return!1}function ZC(t,e,n){for(let r=0;r<e.length;r++)if(!yr(t,e[r],n))return!1;return!0}var YC="Feature Evaluated",XC="Experiment Viewed";function QC(t){let e=new Map;return t.global.forcedFeatureValues&&t.global.forcedFeatureValues.forEach((n,r)=>e.set(r,n)),t.user.forcedFeatureValues&&t.user.forcedFeatureValues.forEach((n,r)=>e.set(r,n)),e}function JC(t){return t.global.forcedVariations&&t.user.forcedVariations?{...t.global.forcedVariations,...t.user.forcedVariations}:t.global.forcedVariations?t.global.forcedVariations:t.user.forcedVariations?t.user.forcedVariations:{}}async function co(t){try{await t()}catch{}}function y_(t,e,n){if(t.user.trackedExperiments){let i=ql(e,n);if(t.user.trackedExperiments.has(i))return[];t.user.trackedExperiments.add(i)}t.user.enableDevMode&&t.user.devLogs&&t.user.devLogs.push({experiment:e,result:n,timestamp:Date.now().toString(),logType:"experiment"});let r=[];if(t.global.trackingCallback){let i=t.global.trackingCallback;r.push(co(()=>i(e,n,t.user)))}if(t.user.trackingCallback){let i=t.user.trackingCallback;r.push(co(()=>i(e,n)))}if(t.global.eventLogger){let i=t.global.eventLogger;r.push(co(()=>i(XC,{experimentId:e.key,variationId:n.key,hashAttribute:n.hashAttribute,hashValue:n.hashValue},t.user)))}return r}function eE(t,e,n){if(t.user.trackedFeatureUsage){let r=JSON.stringify(n.value);if(t.user.trackedFeatureUsage[e]===r)return;t.user.trackedFeatureUsage[e]=r,t.user.enableDevMode&&t.user.devLogs&&t.user.devLogs.push({featureKey:e,result:n,timestamp:Date.now().toString(),logType:"feature"})}if(t.global.onFeatureUsage){let r=t.global.onFeatureUsage;co(()=>r(e,n,t.user))}if(t.user.onFeatureUsage){let r=t.user.onFeatureUsage;co(()=>r(e,n))}if(t.global.eventLogger){let r=t.global.eventLogger;co(()=>r(YC,{feature:e,source:n.source,value:n.value,ruleId:n.source==="defaultValue"?"$default":n.ruleId||"",variationId:n.experimentResult?n.experimentResult.key:""},t.user))}}function Ul(t,e){if(e.stack.evaluatedFeatures.has(t))return _r(e,t,null,"cyclicPrerequisite");e.stack.evaluatedFeatures.add(t),e.stack.id=t;let n=QC(e);if(n.has(t))return _r(e,t,n.get(t),"override");if(!e.global.features||!e.global.features[t])return _r(e,t,null,"unknownFeature");let r=e.global.features[t];if(r.rules){let i=new Set(e.stack.evaluatedFeatures);e:for(let o of r.rules){if(o.parentConditions)for(let l of o.parentConditions){e.stack.evaluatedFeatures=new Set(i);let c=Ul(l.id,e);if(c.source==="cyclicPrerequisite")return _r(e,t,null,"cyclicPrerequisite");let u={value:c.value};if(!yr(u,l.condition||{})){if(l.gate)return _r(e,t,null,"prerequisite");continue e}}if(o.filters&&x_(o.filters,e))continue;if("force"in o){if(o.condition&&!w_(o.condition,e)||!tE(e,o.seed||t,o.hashAttribute,e.user.saveStickyBucketAssignmentDoc&&!o.disableStickyBucketing?o.fallbackAttribute:void 0,o.range,o.coverage,o.hashVersion))continue;return o.tracks&&o.tracks.forEach(l=>{!y_(e,l.experiment,l.result).length&&e.global.saveDeferredTrack&&e.global.saveDeferredTrack({experiment:l.experiment,result:l.result})}),_r(e,t,o.force,"force",o.id)}if(!o.variations)continue;let s={variations:o.variations,key:o.key||t};"coverage"in o&&(s.coverage=o.coverage),o.weights&&(s.weights=o.weights),o.hashAttribute&&(s.hashAttribute=o.hashAttribute),o.fallbackAttribute&&(s.fallbackAttribute=o.fallbackAttribute),o.disableStickyBucketing&&(s.disableStickyBucketing=o.disableStickyBucketing),o.bucketVersion!==void 0&&(s.bucketVersion=o.bucketVersion),o.minBucketVersion!==void 0&&(s.minBucketVersion=o.minBucketVersion),o.namespace&&(s.namespace=o.namespace),o.meta&&(s.meta=o.meta),o.ranges&&(s.ranges=o.ranges),o.name&&(s.name=o.name),o.phase&&(s.phase=o.phase),o.seed&&(s.seed=o.seed),o.hashVersion&&(s.hashVersion=o.hashVersion),o.filters&&(s.filters=o.filters),o.condition&&(s.condition=o.condition);let{result:a}=Wl(s,t,e);if(e.global.onExperimentEval&&e.global.onExperimentEval(s,a),a.inExperiment&&!a.passthrough)return _r(e,t,a.value,"experiment",o.id,s,a)}}return _r(e,t,r.defaultValue===void 0?null:r.defaultValue,"defaultValue")}function Wl(t,e,n){let r=t.key,i=t.variations.length;if(i<2)return{result:Se(n,t,-1,!1,e)};if(n.global.enabled===!1||n.user.enabled===!1)return{result:Se(n,t,-1,!1,e)};if(t=nE(t,n),t.urlPatterns&&!Pl(n.user.url||"",t.urlPatterns))return{result:Se(n,t,-1,!1,e)};let o=Ky(r,n.user.url||"",i);if(o!==null)return{result:Se(n,t,o,!1,e)};let s=JC(n);if(r in s){let x=s[r];return{result:Se(n,t,x,!1,e)}}if(t.status==="draft"||t.active===!1)return{result:Se(n,t,-1,!1,e)};let{hashAttribute:a,hashValue:l}=ai(n,t.hashAttribute,n.user.saveStickyBucketAssignmentDoc&&!t.disableStickyBucketing?t.fallbackAttribute:void 0);if(!l)return{result:Se(n,t,-1,!1,e)};let c=-1,u=!1,f=!1;if(n.user.saveStickyBucketAssignmentDoc&&!t.disableStickyBucketing){let{variation:x,versionIsBlocked:d}=oE({ctx:n,expKey:t.key,expBucketVersion:t.bucketVersion,expHashAttribute:t.hashAttribute,expFallbackAttribute:t.fallbackAttribute,expMinBucketVersion:t.minBucketVersion,expMeta:t.meta});u=x>=0,c=x,f=!!d}if(!u){if(t.filters){if(x_(t.filters,n))return{result:Se(n,t,-1,!1,e)}}else if(t.namespace&&!Uy(l,t.namespace))return{result:Se(n,t,-1,!1,e)};if(t.include&&!Gy(t.include))return{result:Se(n,t,-1,!1,e)};if(t.condition&&!w_(t.condition,n))return{result:Se(n,t,-1,!1,e)};if(t.parentConditions){let x=new Set(n.stack.evaluatedFeatures);for(let d of t.parentConditions){n.stack.evaluatedFeatures=new Set(x);let p=Ul(d.id,n);if(p.source==="cyclicPrerequisite")return{result:Se(n,t,-1,!1,e)};let m={value:p.value};if(!yr(m,d.condition||{}))return{result:Se(n,t,-1,!1,e)}}}if(t.groups&&!iE(t.groups,n))return{result:Se(n,t,-1,!1,e)}}if(t.url&&!rE(t.url,n))return{result:Se(n,t,-1,!1,e)};let h=Os(t.seed||r,l,t.hashVersion||1);if(h===null)return{result:Se(n,t,-1,!1,e)};if(!u){let x=t.ranges||qy(i,t.coverage===void 0?1:t.coverage,t.weights);c=Wy(h,x)}if(f)return{result:Se(n,t,-1,!1,e,void 0,!0)};if(c<0)return{result:Se(n,t,-1,!1,e)};if("force"in t)return{result:Se(n,t,t.force===void 0?-1:t.force,!1,e)};if(n.global.qaMode||n.user.qaMode)return{result:Se(n,t,-1,!1,e)};if(t.status==="stopped")return{result:Se(n,t,-1,!1,e)};let g=Se(n,t,c,!0,e,h,u);if(n.user.saveStickyBucketAssignmentDoc&&!t.disableStickyBucketing){let{changed:x,key:d,doc:p}=aE(n,a,Ls(l),{[tp(t.key,t.bucketVersion)]:g.key});x&&(n.user.stickyBucketAssignmentDocs=n.user.stickyBucketAssignmentDocs||{},n.user.stickyBucketAssignmentDocs[d]=p,n.user.saveStickyBucketAssignmentDoc(p))}let v=y_(n,t,g);v.length===0&&n.global.saveDeferredTrack&&n.global.saveDeferredTrack({experiment:t,result:g});let _=v.length?v.length===1?v[0]:Promise.all(v).then(()=>{}):void 0;return"changeId"in t&&t.changeId&&n.global.recordChangeId&&n.global.recordChangeId(t.changeId),{result:g,trackingCall:_}}function _r(t,e,n,r,i,o,s){let a={value:n,on:!!n,off:!n,source:r,ruleId:i||""};return o&&(a.experiment=o),s&&(a.experimentResult=s),r!=="override"&&eE(t,e,a),a}function __(t){return{...t.user.attributes,...t.user.attributeOverrides}}function w_(t,e){return yr(__(e),t,e.global.savedGroups||{})}function x_(t,e){return t.some(n=>{let{hashValue:r}=ai(e,n.attribute);if(!r)return!0;let i=Os(n.seed,r,n.hashVersion||2);return i===null?!0:!n.ranges.some(o=>Il(i,o))})}function tE(t,e,n,r,i,o,s){if(!i&&o===void 0)return!0;if(!i&&o===0)return!1;let{hashValue:a}=ai(t,n,r);if(!a)return!1;let l=Os(e,a,s||1);return l===null?!1:i?Il(l,i):o!==void 0?l<=o:!0}function Se(t,e,n,r,i,o,s){let a=!0;(n<0||n>=e.variations.length)&&(n=0,a=!1);let{hashAttribute:l,hashValue:c}=ai(t,e.hashAttribute,t.user.saveStickyBucketAssignmentDoc&&!e.disableStickyBucketing?e.fallbackAttribute:void 0),u=e.meta?e.meta[n]:{},f={key:u.key||""+n,featureId:i,inExperiment:a,hashUsed:r,variationId:n,value:e.variations[n],hashAttribute:l,hashValue:c,stickyBucketUsed:!!s};return u.name&&(f.name=u.name),o!==void 0&&(f.bucket=o),u.passthrough&&(f.passthrough=u.passthrough),f}function nE(t,e){let n=t.key,r=e.global.overrides;return r&&r[n]&&(t=Object.assign({},t,r[n]),typeof t.url=="string"&&(t.url=jf(t.url))),t}function ai(t,e,n){let r=e||"id",i="",o=__(t);return o[r]&&(i=o[r]),!i&&n&&(o[n]&&(i=o[n]),i&&(r=n)),{hashAttribute:r,hashValue:i}}function rE(t,e){let n=e.user.url;if(!n)return!1;let r=n.replace(/^https?:\/\//,"").replace(/^[^/]*\//,"/");return!!(t.test(n)||t.test(r))}function iE(t,e){let n=e.global.groups||{};for(let r=0;r<t.length;r++)if(n[t[r]])return!0;return!1}function oE({ctx:t,expKey:e,expBucketVersion:n,expHashAttribute:r,expFallbackAttribute:i,expMinBucketVersion:o,expMeta:s}){n=n||0,o=o||0,r=r||"id",s=s||[];let a=tp(e,n),l=sE(t,r,i);if(o>0)for(let f=0;f<o;f++){let h=tp(e,f);if(l[h]!==void 0)return{variation:-1,versionIsBlocked:!0}}let c=l[a];if(c===void 0)return{variation:-1};let u=s.findIndex(f=>f.key===c);return u<0?{variation:-1}:{variation:u}}function tp(t,e){return e=e||0,`${t}__${e}`}function np(t,e){return`${t}||${e}`}function sE(t,e,n){if(!t.user.stickyBucketAssignmentDocs)return{};let{hashAttribute:r,hashValue:i}=ai(t,e),o=np(r,Ls(i)),{hashAttribute:s,hashValue:a}=ai(t,n),l=a?np(s,Ls(a)):null,c={};return l&&t.user.stickyBucketAssignmentDocs[l]&&Object.assign(c,t.user.stickyBucketAssignmentDocs[l].assignments||{}),t.user.stickyBucketAssignmentDocs[o]&&Object.assign(c,t.user.stickyBucketAssignmentDocs[o].assignments||{}),c}function aE(t,e,n,r){let i=np(e,n),o=t.user.stickyBucketAssignmentDocs&&t.user.stickyBucketAssignmentDocs[i]?t.user.stickyBucketAssignmentDocs[i].assignments||{}:{},s={...o,...r},a=JSON.stringify(o)!==JSON.stringify(s);return{key:i,doc:{attributeName:e,attributeValue:n,assignments:s},changed:a}}function lE(t,e){let n=new Set,r=e&&e.features?e.features:t.global.features||{},i=e&&e.experiments?e.experiments:t.global.experiments||[];return Object.keys(r).forEach(o=>{let s=r[o];if(s.rules)for(let a of s.rules)a.variations&&(n.add(a.hashAttribute||"id"),a.fallbackAttribute&&n.add(a.fallbackAttribute))}),i.map(o=>{n.add(o.hashAttribute||"id"),o.fallbackAttribute&&n.add(o.fallbackAttribute)}),Array.from(n)}async function S_(t,e,n){let r=rp(t,n);return e.getAllAssignments(r)}function rp(t,e){let n={};return lE(t,e).forEach(i=>{let{hashValue:o}=ai(t,i);n[i]=Ls(o)}),n}async function b_(t,e,n){if(t={...t},t.encryptedFeatures){try{t.features=JSON.parse(await si(t.encryptedFeatures,e,n))}catch(r){console.error(r)}delete t.encryptedFeatures}if(t.encryptedExperiments){try{t.experiments=JSON.parse(await si(t.encryptedExperiments,e,n))}catch(r){console.error(r)}delete t.encryptedExperiments}if(t.encryptedSavedGroups){try{t.savedGroups=JSON.parse(await si(t.encryptedSavedGroups,e,n))}catch(r){console.error(r)}delete t.encryptedSavedGroups}return t}function k_(t){let e=t.apiHost||"https://cdn.growthbook.io";return{apiHost:e.replace(/\/*$/,""),streamingHost:(t.streamingHost||e).replace(/\/*$/,""),apiRequestHeaders:t.apiHostRequestHeaders,streamingHostRequestHeaders:t.streamingHostRequestHeaders}}function ql(t,e){return e.hashAttribute+e.hashValue+t.key+e.variationId}var uo=typeof window<"u"&&typeof document<"u",cE=Zy(),Ds=class{constructor(e){if(e=e||{},this.version=cE,this._options=this.context=e,this._renderer=e.renderer||null,this._trackedExperiments=new Set,this._completedChangeIds=new Set,this._trackedFeatures={},this.debug=!!e.debug,this._subscriptions=new Set,this.ready=!1,this._assigned=new Map,this._activeAutoExperiments=new Map,this._triggeredExpKeys=new Set,this._initialized=!1,this._redirectedUrl="",this._deferredTrackingCalls=new Map,this._autoExperimentsAllowed=!e.disableExperimentsOnLoad,this._destroyCallbacks=[],this.logs=[],this.log=this.log.bind(this),this._saveDeferredTrack=this._saveDeferredTrack.bind(this),this._onExperimentEval=this._onExperimentEval.bind(this),this._fireSubscriptions=this._fireSubscriptions.bind(this),this._recordChangedId=this._recordChangedId.bind(this),e.remoteEval){if(e.decryptionKey)throw new Error("Encryption is not available for remoteEval");if(!e.clientKey)throw new Error("Missing clientKey");let n=!1;try{n=!!new URL(e.apiHost||"").hostname.match(/growthbook\.io$/i)}catch{}if(n)throw new Error("Cannot use remoteEval on GrowthBook Cloud")}else if(e.cacheKeyAttributes)throw new Error("cacheKeyAttributes are only used for remoteEval");if(e.stickyBucketService){let n=e.stickyBucketService;this._saveStickyBucketAssignmentDoc=r=>n.saveAssignments(r)}if(e.plugins)for(let n of e.plugins)n(this);if(e.features&&(this.ready=!0),uo&&e.enableDevMode&&(window._growthbook=this,document.dispatchEvent(new Event("gbloaded"))),e.experiments&&(this.ready=!0,this._updateAllAutoExperiments()),this._options.stickyBucketService&&this._options.stickyBucketAssignmentDocs)for(let n in this._options.stickyBucketAssignmentDocs){let r=this._options.stickyBucketAssignmentDocs[n];r&&this._options.stickyBucketService.saveAssignments(r).catch(()=>{})}this.ready&&this.refreshStickyBuckets(this.getPayload())}async setPayload(e){this._payload=e;let n=await b_(e,this._options.decryptionKey);this._decryptedPayload=n,await this.refreshStickyBuckets(n),n.features&&(this._options.features=n.features),n.savedGroups&&(this._options.savedGroups=n.savedGroups),n.experiments&&(this._options.experiments=n.experiments,this._updateAllAutoExperiments()),this.ready=!0,this._render()}initSync(e){this._initialized=!0;let n=e.payload;if(n.encryptedExperiments||n.encryptedFeatures)throw new Error("initSync does not support encrypted payloads");return this._options.stickyBucketService&&!this._options.stickyBucketAssignmentDocs&&(this._options.stickyBucketAssignmentDocs=this.generateStickyBucketAssignmentDocsSync(this._options.stickyBucketService,n)),this._payload=n,this._decryptedPayload=n,n.features&&(this._options.features=n.features),n.experiments&&(this._options.experiments=n.experiments,this._updateAllAutoExperiments()),this.ready=!0,Ml(this,e),this}async init(e){if(this._initialized=!0,e=e||{},e.cacheSettings&&Jy(e.cacheSettings),e.payload)return await this.setPayload(e.payload),Ml(this,e),{success:!0,source:"init"};{let{data:n,...r}=await this._refresh({...e,allowStale:!0});return Ml(this,e),await this.setPayload(n||{}),r}}async loadFeatures(e){e=e||{},await this.init({skipCache:e.skipCache,timeout:e.timeout,streaming:(this._options.backgroundSync??!0)&&(e.autoRefresh||this._options.subscribeToChanges)})}async refreshFeatures(e){let n=await this._refresh({...e||{},allowStale:!1});n.data&&await this.setPayload(n.data)}getApiInfo(){return[this.getApiHosts().apiHost,this.getClientKey()]}getApiHosts(){return k_(this._options)}getClientKey(){return this._options.clientKey||""}getPayload(){return this._payload||{features:this.getFeatures(),experiments:this.getExperiments()}}getDecryptedPayload(){return this._decryptedPayload||this.getPayload()}isRemoteEval(){return this._options.remoteEval||!1}getCacheKeyAttributes(){return this._options.cacheKeyAttributes}async _refresh({timeout:e,skipCache:n,allowStale:r,streaming:i}){if(!this._options.clientKey)throw new Error("Missing clientKey");return e_({instance:this,timeout:e,skipCache:n||this._options.disableCache,allowStale:r,backgroundSync:i??this._options.backgroundSync??!0})}_render(){if(this._renderer)try{this._renderer()}catch(e){console.error("Failed to render",e)}}setFeatures(e){this._options.features=e,this.ready=!0,this._render()}async setEncryptedFeatures(e,n,r){let i=await si(e,n||this._options.decryptionKey,r);this.setFeatures(JSON.parse(i))}setExperiments(e){this._options.experiments=e,this.ready=!0,this._updateAllAutoExperiments()}async setEncryptedExperiments(e,n,r){let i=await si(e,n||this._options.decryptionKey,r);this.setExperiments(JSON.parse(i))}async setAttributes(e){if(this._options.attributes=e,this._options.stickyBucketService&&await this.refreshStickyBuckets(),this._options.remoteEval){await this._refreshForRemoteEval();return}this._render(),this._updateAllAutoExperiments()}async updateAttributes(e){return this.setAttributes({...this._options.attributes,...e})}async setAttributeOverrides(e){if(this._options.attributeOverrides=e,this._options.stickyBucketService&&await this.refreshStickyBuckets(),this._options.remoteEval){await this._refreshForRemoteEval();return}this._render(),this._updateAllAutoExperiments()}async setForcedVariations(e){if(this._options.forcedVariations=e||{},this._options.remoteEval){await this._refreshForRemoteEval();return}this._render(),this._updateAllAutoExperiments()}setForcedFeatures(e){this._options.forcedFeatureValues=e,this._render()}async setURL(e){if(e!==this._options.url){if(this._options.url=e,this._redirectedUrl="",this._options.remoteEval){await this._refreshForRemoteEval(),this._updateAllAutoExperiments(!0);return}this._updateAllAutoExperiments(!0)}}getAttributes(){return{...this._options.attributes,...this._options.attributeOverrides}}getForcedVariations(){return this._options.forcedVariations||{}}getForcedFeatures(){return this._options.forcedFeatureValues||new Map}getStickyBucketAssignmentDocs(){return this._options.stickyBucketAssignmentDocs||{}}getUrl(){return this._options.url||""}getFeatures(){return this._options.features||{}}getExperiments(){return this._options.experiments||[]}getCompletedChangeIds(){return Array.from(this._completedChangeIds)}subscribe(e){return this._subscriptions.add(e),()=>{this._subscriptions.delete(e)}}async _refreshForRemoteEval(){if(!this._options.remoteEval||!this._initialized)return;let e=await this._refresh({allowStale:!1});e.data&&await this.setPayload(e.data)}getAllResults(){return new Map(this._assigned)}onDestroy(e){this._destroyCallbacks.push(e)}isDestroyed(){return!!this._destroyed}destroy(e){e=e||{},this._destroyed=!0,this._destroyCallbacks.forEach(n=>{try{n()}catch(r){console.error(r)}}),this._subscriptions.clear(),this._assigned.clear(),this._trackedExperiments.clear(),this._completedChangeIds.clear(),this._deferredTrackingCalls.clear(),this._trackedFeatures={},this._destroyCallbacks=[],this._payload=void 0,this._saveStickyBucketAssignmentDoc=void 0,t_(this),e.destroyAllStreams&&Zf(),this.logs=[],uo&&window._growthbook===this&&delete window._growthbook,this._activeAutoExperiments.forEach(n=>{n.undo()}),this._activeAutoExperiments.clear(),this._triggeredExpKeys.clear()}setRenderer(e){this._renderer=e}forceVariation(e,n){if(this._options.forcedVariations=this._options.forcedVariations||{},this._options.forcedVariations[e]=n,this._options.remoteEval){this._refreshForRemoteEval();return}this._updateAllAutoExperiments(),this._render()}run(e){let{result:n}=Wl(e,null,this._getEvalContext());return this._onExperimentEval(e,n),n}triggerExperiment(e){return this._triggeredExpKeys.add(e),this._options.experiments?this._options.experiments.filter(r=>r.key===e).map(r=>this._runAutoExperiment(r)).filter(r=>r!==null):null}triggerAutoExperiments(){this._autoExperimentsAllowed=!0,this._updateAllAutoExperiments(!0)}_getEvalContext(){return{user:this._getUserContext(),global:this._getGlobalContext(),stack:{evaluatedFeatures:new Set}}}_getUserContext(){return{attributes:this._options.user?{...this._options.user,...this._options.attributes}:this._options.attributes,enableDevMode:this._options.enableDevMode,blockedChangeIds:this._options.blockedChangeIds,stickyBucketAssignmentDocs:this._options.stickyBucketAssignmentDocs,url:this._getContextUrl(),forcedVariations:this._options.forcedVariations,forcedFeatureValues:this._options.forcedFeatureValues,attributeOverrides:this._options.attributeOverrides,saveStickyBucketAssignmentDoc:this._saveStickyBucketAssignmentDoc,trackingCallback:this._options.trackingCallback,onFeatureUsage:this._options.onFeatureUsage,devLogs:this.logs,trackedExperiments:this._trackedExperiments,trackedFeatureUsage:this._trackedFeatures}}_getGlobalContext(){return{features:this._options.features,experiments:this._options.experiments,log:this.log,enabled:this._options.enabled,qaMode:this._options.qaMode,savedGroups:this._options.savedGroups,groups:this._options.groups,overrides:this._options.overrides,onExperimentEval:this._onExperimentEval,recordChangeId:this._recordChangedId,saveDeferredTrack:this._saveDeferredTrack,eventLogger:this._options.eventLogger}}_runAutoExperiment(e,n){let r=this._activeAutoExperiments.get(e);if(e.manual&&!this._triggeredExpKeys.has(e.key)&&!r)return null;let i=this._isAutoExperimentBlockedByContext(e),o,s;i?o=Se(this._getEvalContext(),e,-1,!1,""):({result:o,trackingCall:s}=Wl(e,null,this._getEvalContext()),this._onExperimentEval(e,o));let a=JSON.stringify(o.value);if(!n&&o.inExperiment&&r&&r.valueHash===a)return o;if(r&&this._undoActiveAutoExperiment(e),o.inExperiment){let l=Nl(e);if(l==="redirect"&&o.value.urlRedirect&&e.urlPatterns){let c=e.persistQueryString?Yy(this._getContextUrl(),o.value.urlRedirect):o.value.urlRedirect;if(Pl(c,e.urlPatterns))return this.log("Skipping redirect because original URL matches redirect URL",{id:e.key}),o;this._redirectedUrl=c;let{navigate:u,delay:f}=this._getNavigateFunction();if(u)if(uo)Promise.all([...s?[Ol(s,this._options.maxNavigateDelay??1e3)]:[],new Promise(h=>window.setTimeout(h,this._options.navigateDelay??f))]).then(()=>{try{u(c)}catch(h){console.error(h)}});else try{u(c)}catch(h){console.error(h)}}else if(l==="visual"){let c=this._options.applyDomChangesCallback?this._options.applyDomChangesCallback(o.value):this._applyDOMChanges(o.value);c&&this._activeAutoExperiments.set(e,{undo:c,valueHash:a})}}return o}_undoActiveAutoExperiment(e){let n=this._activeAutoExperiments.get(e);n&&(n.undo(),this._activeAutoExperiments.delete(e))}_updateAllAutoExperiments(e){if(!this._autoExperimentsAllowed)return;let n=this._options.experiments||[],r=new Set(n);this._activeAutoExperiments.forEach((i,o)=>{r.has(o)||(i.undo(),this._activeAutoExperiments.delete(o))});for(let i of n){let o=this._runAutoExperiment(i,e);if(o&&o.inExperiment&&Nl(i)==="redirect")break}}_onExperimentEval(e,n){let r=this._assigned.get(e.key);this._assigned.set(e.key,{experiment:e,result:n}),this._subscriptions.size>0&&this._fireSubscriptions(e,n,r)}_fireSubscriptions(e,n,r){(!r||r.result.inExperiment!==n.inExperiment||r.result.variationId!==n.variationId)&&this._subscriptions.forEach(i=>{try{i(e,n)}catch(o){console.error(o)}})}_recordChangedId(e){this._completedChangeIds.add(e)}isOn(e){return this.evalFeature(e).on}isOff(e){return this.evalFeature(e).off}getFeatureValue(e,n){let r=this.evalFeature(e).value;return r===null?n:r}feature(e){return this.evalFeature(e)}evalFeature(e){return Ul(e,this._getEvalContext())}log(e,n){this.debug&&(this._options.log?this._options.log(e,n):console.log(e,n))}getDeferredTrackingCalls(){return Array.from(this._deferredTrackingCalls.values())}setDeferredTrackingCalls(e){this._deferredTrackingCalls=new Map(e.filter(n=>n&&n.experiment&&n.result).map(n=>[ql(n.experiment,n.result),n]))}async fireDeferredTrackingCalls(){if(!this._options.trackingCallback)return;let e=[];this._deferredTrackingCalls.forEach(n=>{!n||!n.experiment||!n.result?console.error("Invalid deferred tracking call",{call:n}):e.push(this._options.trackingCallback(n.experiment,n.result))}),this._deferredTrackingCalls.clear(),await Promise.all(e)}setTrackingCallback(e){this._options.trackingCallback=e,this.fireDeferredTrackingCalls()}setEventLogger(e){this._options.eventLogger=e}async logEvent(e,n){if(this._destroyed){console.error("Cannot log event to destroyed GrowthBook instance");return}if(this._options.enableDevMode&&this.logs.push({eventName:e,properties:n,timestamp:Date.now().toString(),logType:"event"}),this._options.eventLogger)try{await this._options.eventLogger(e,n||{},this._getUserContext())}catch(r){console.error(r)}else console.error("No event logger configured")}_saveDeferredTrack(e){this._deferredTrackingCalls.set(ql(e.experiment,e.result),e)}_getContextUrl(){return this._options.url||(uo?window.location.href:"")}_isAutoExperimentBlockedByContext(e){let n=Nl(e);if(n==="visual"){if(this._options.disableVisualExperiments||this._options.disableJsInjection&&e.variations.some(r=>r.js))return!0}else if(n==="redirect"){if(this._options.disableUrlRedirectExperiments)return!0;try{let r=new URL(this._getContextUrl());for(let i of e.variations){if(!i||!i.urlRedirect)continue;let o=new URL(i.urlRedirect);if(this._options.disableCrossOriginUrlRedirectExperiments&&(o.protocol!==r.protocol||o.host!==r.host))return!0}}catch(r){return this.log("Error parsing current or redirect URL",{id:e.key,error:r}),!0}}else return!0;return!!(e.changeId&&(this._options.blockedChangeIds||[]).includes(e.changeId))}getRedirectUrl(){return this._redirectedUrl}_getNavigateFunction(){return this._options.navigate?{navigate:this._options.navigate,delay:0}:uo?{navigate:e=>{window.location.replace(e)},delay:100}:{navigate:null,delay:0}}_applyDOMChanges(e){if(!uo)return;let n=[];if(e.css){let r=document.createElement("style");r.innerHTML=e.css,document.head.appendChild(r),n.push(()=>r.remove())}if(e.js){let r=document.createElement("script");r.innerHTML=e.js,this._options.jsInjectionNonce&&(r.nonce=this._options.jsInjectionNonce),document.head.appendChild(r),n.push(()=>r.remove())}return e.domMutations&&e.domMutations.forEach(r=>{n.push(p_.declarative(r).revert)}),()=>{n.forEach(r=>r())}}async refreshStickyBuckets(e){if(this._options.stickyBucketService){let n=this._getEvalContext(),r=await S_(n,this._options.stickyBucketService,e);this._options.stickyBucketAssignmentDocs=r}}generateStickyBucketAssignmentDocsSync(e,n){if(!("getAllAssignmentsSync"in e)){console.error("generating StickyBucketAssignmentDocs docs requires StickyBucketServiceSync");return}let r=this._getEvalContext(),i=rp(r,n);return e.getAllAssignmentsSync(i)}inDevMode(){return!!this._options.enableDevMode}};var uE="https://experiment.syntrologie.com",ip=class{constructor(e={}){j(this,"gb");if(e.client)this.gb=e.client;else{let n=e.onExperimentViewed?(r,i)=>{e.onExperimentViewed(r.key,i.variationId,typeof i.value=="string"?i.value:`variation_${i.variationId}`)}:void 0;this.gb=new Ds({...e,apiHost:e.apiHost??uE,enableDevMode:e.enableDevMode??!0,trackingCallback:n}),e.autoInit&&this.gb.init({streaming:!0})}}get _internal(){return this.gb}async refreshFeatures(){await this.gb.loadFeatures()}setAttributes(e){this.gb.setAttributes(e)}setForcedVariations(e){this.gb.setForcedVariations(e)}getFeatureValue(e,n){return this.gb.getFeatureValue(e,n)}shouldRenderRectangle(e){let{experiment:n}=e;if(!n||!n.featureKey)return!0;let r=this.gb.getFeatureValue(n.featureKey,null);if(r==null)return!1;if(typeof n.variationId=="number")return Number(r)===n.variationId;if(typeof n.variationValue<"u")return r===n.variationValue;if(n.predicate)try{return n.predicate(r)}catch{return!1}return!!r}};function op(t={}){return new ip(t)}var wr=ee(Et(),1);var dp=!1;function D_(){if(typeof window>"u")return!1;try{return new URLSearchParams(window.location.search).get("syntro_debug")==="true"}catch{return!1}}function fp(t){if(D_()){dp=!0;return}dp=t??!1}function EE(){return D_()?!0:dp}function F(t,e,n){EE()&&(n!==void 0?console.log(`[${t}]`,e,n):console.log(`[${t}]`,e))}function ft(t,e,n){n!==void 0?console.warn(`[${t}]`,e,n):console.warn(`[${t}]`,e)}function Yl(t,e,n){n!==void 0?console.error(`[${t}]`,e,n):console.error(`[${t}]`,e)}var AE=t=>[...t].sort((e,n)=>(e.order??0)-(n.order??0));function V_({fetcher:t,pollIntervalMs:e=3e4,experiments:n,runtime:r}){let[i,o]=(0,wr.useState)({tiles:[],actions:[],isLoading:!0}),s=(0,wr.useCallback)(async()=>{try{o(c=>({...c,isLoading:!0,error:void 0}));let a=await t();F("SmartCanvas Config","Raw config response",a);let l=a.tiles||[];r&&a.routes&&r.setRoutes(a.routes),r?(l=await r.filterTiles(l),n&&(l=l.filter(c=>n.shouldRenderRectangle(c)))):n&&(l=l.filter(c=>n.shouldRenderRectangle(c))),F("SmartCanvas Config",`Tile count after filtering: ${l.length}`),o({tiles:AE(l),actions:a.actions||[],isLoading:!1,fetchedAt:a.fetchedAt,canvasTitle:a.canvasTitle,configVersion:a.configVersion,theme:a.theme,launcher:a.launcher,routes:a.routes})}catch(a){o(l=>({...l,isLoading:!1,error:a instanceof Error?a.message:"Unknown error"}))}},[n,t,r]);return(0,wr.useEffect)(()=>{if(s(),!e)return;let a=setInterval(s,e);return()=>clearInterval(a)},[s,e]),(0,wr.useMemo)(()=>i,[i])}var $n=ee(Et(),1);var j_=ee(Et(),1),Ce=ee(ve(),1);function LE({trend:t}){let e=t.direction==="up",n=t.direction==="down";return(0,Ce.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:"4px",padding:"2px 8px",borderRadius:"var(--sc-border-radius-full, 9999px)",background:e?"var(--sc-color-success-muted, rgba(52, 199, 89, 0.15))":n?"var(--sc-color-error-muted, rgba(255, 69, 58, 0.15))":"rgba(142, 142, 147, 0.15)",color:e?"var(--sc-color-success, #34c759)":n?"var(--sc-color-error, #ff453a)":"var(--sc-color-text-muted, #8e8e93)",fontSize:"var(--sc-font-size-xs, 0.7rem)",fontWeight:"var(--sc-font-weight-medium, 500)"},children:[(0,Ce.jsx)(()=>(0,Ce.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",style:{transform:e?"rotate(0deg)":n?"rotate(180deg)":"rotate(90deg)"},children:(0,Ce.jsx)("path",{d:"M5 1v8M5 1L2 4M5 1l3 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),{}),t.value,t.timeframe&&(0,Ce.jsx)("span",{style:{color:"var(--sc-color-text-muted, #8e8e93)"},children:t.timeframe})]})}function ME({data:t,color:e}){let{path:n,width:r,height:i}=(0,j_.useMemo)(()=>{if(t.length<2)return{path:"",width:60,height:24};let l=Math.min(...t),u=Math.max(...t)-l||1;return{path:t.map((g,v)=>{let _=2+v/(t.length-1)*56,x=22-(g-l)/u*20;return{x:_,y:x}}).reduce((g,v,_)=>g+(_===0?`M ${v.x} ${v.y}`:` L ${v.x} ${v.y}`),""),width:60,height:24}},[t]);return n?(0,Ce.jsxs)("svg",{width:r,height:i,viewBox:`0 0 ${r} ${i}`,style:{overflow:"visible"},children:[(0,Ce.jsx)("path",{d:n,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),(0,Ce.jsx)("defs",{children:(0,Ce.jsxs)("linearGradient",{id:"sparkline-gradient",x1:"0",x2:"0",y1:"0",y2:"1",children:[(0,Ce.jsx)("stop",{offset:"0%",stopColor:e,stopOpacity:"0.3"}),(0,Ce.jsx)("stop",{offset:"100%",stopColor:e,stopOpacity:"0"})]})}),(0,Ce.jsx)("path",{d:`${n} L ${r-2} ${i} L 2 ${i} Z`,fill:"url(#sparkline-gradient)"})]}):null}function pp({content:t,accentColor:e}){let n=e||"var(--sc-color-primary, #6366f1)",r={display:"flex",flexDirection:"column",gap:"var(--sc-spacing-sm, 0.5rem)",padding:"var(--sc-spacing-sm, 0.5rem) 0"},i={display:"flex",alignItems:"baseline",gap:"var(--sc-spacing-xs, 0.25rem)"},o={fontSize:"var(--sc-font-size-xxl, 1.5rem)",fontWeight:"var(--sc-font-weight-bold, 700)",color:n,letterSpacing:"-0.02em",lineHeight:1},s={fontSize:"var(--sc-font-size-md, 0.9rem)",fontWeight:"var(--sc-font-weight-normal, 400)",color:"var(--sc-color-text-muted, #8e8e93)"},a={fontSize:"var(--sc-font-size-sm, 0.8rem)",color:"var(--sc-color-text-secondary, #a1a1a6)",margin:0},l={display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:"var(--sc-spacing-xs, 0.25rem)"};return(0,Ce.jsxs)("div",{style:r,children:[(0,Ce.jsxs)("div",{style:i,children:[t.prefix&&(0,Ce.jsx)("span",{style:s,children:t.prefix}),(0,Ce.jsx)("span",{style:o,children:t.value}),t.suffix&&(0,Ce.jsx)("span",{style:s,children:t.suffix})]}),(0,Ce.jsx)("p",{style:a,children:t.label}),(t.trend||t.sparkline)&&(0,Ce.jsxs)("div",{style:l,children:[t.trend&&(0,Ce.jsx)(LE,{trend:t.trend}),t.sparkline&&t.sparkline.length>1&&(0,Ce.jsx)(ME,{data:t.sparkline,color:n})]})]})}var pt=ee(ve(),1);function FE({item:t,accentColor:e,layout:n}){let r=t.highlight,i={display:"flex",flexDirection:n==="list"?"row":"column",alignItems:n==="list"?"center":"flex-start",gap:n==="list"?"var(--sc-spacing-md, 0.75rem)":"var(--sc-spacing-xs, 0.25rem)",padding:"var(--sc-spacing-md, 0.75rem)",borderRadius:"var(--sc-border-radius-sm, 6px)",background:r?"var(--sc-color-primary-muted, rgba(99, 102, 241, 0.15))":"var(--sc-color-background-subtle, rgba(0, 0, 0, 0.2))",border:r?`1px solid ${e}`:"1px solid var(--sc-color-border-subtle, rgba(255, 255, 255, 0.06))",transition:"all 0.15s ease"},o={fontSize:"1.25rem",marginBottom:n==="list"?0:"var(--sc-spacing-xs, 0.25rem)"},s={fontSize:"var(--sc-font-size-sm, 0.8rem)",color:"var(--sc-color-text-secondary, #a1a1a6)",flex:n==="list"?1:void 0},a={fontSize:"var(--sc-font-size-lg, 1rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",color:r?e:"var(--sc-color-text, #f5f5f7)"};return(0,pt.jsxs)("div",{style:i,children:[t.icon&&(0,pt.jsx)("span",{style:o,children:t.icon}),(0,pt.jsx)("span",{style:s,children:t.label}),(0,pt.jsx)("span",{style:a,children:t.value})]})}function hp({content:t,accentColor:e}){let n=e||"var(--sc-color-primary, #6366f1)",r=t.layout||"grid",i=t.columns||2,o=t.items;if(t.highlightBest&&!t.items.some(a=>a.highlight)){let a=t.items.map(c=>({...c,numericValue:typeof c.value=="number"?c.value:parseFloat(String(c.value))})),l=Math.max(...a.map(c=>c.numericValue||0));o=a.map(c=>({...c,highlight:c.numericValue===l}))}let s={display:r==="table"?"block":r==="list"?"flex":"grid",flexDirection:r==="list"?"column":void 0,gridTemplateColumns:r==="grid"?`repeat(${i}, 1fr)`:void 0,gap:"var(--sc-spacing-sm, 0.5rem)",padding:"var(--sc-spacing-sm, 0.5rem) 0"};return r==="table"?(0,pt.jsx)("table",{style:{width:"100%",borderCollapse:"collapse",fontSize:"var(--sc-font-size-sm, 0.8rem)"},children:(0,pt.jsx)("tbody",{children:o.map((a,l)=>(0,pt.jsxs)("tr",{style:{borderBottom:l<o.length-1?"1px solid var(--sc-color-border-subtle, rgba(255, 255, 255, 0.06))":void 0},children:[(0,pt.jsxs)("td",{style:{padding:"var(--sc-spacing-sm, 0.5rem) 0",color:"var(--sc-color-text-secondary, #a1a1a6)",display:"flex",alignItems:"center",gap:"var(--sc-spacing-sm, 0.5rem)"},children:[a.icon&&(0,pt.jsx)("span",{children:a.icon}),a.label]}),(0,pt.jsx)("td",{style:{padding:"var(--sc-spacing-sm, 0.5rem) 0",textAlign:"right",fontWeight:"var(--sc-font-weight-semibold, 600)",color:a.highlight?n:"var(--sc-color-text, #f5f5f7)"},children:a.value})]},l))})}):(0,pt.jsx)("div",{style:s,children:o.map((a,l)=>(0,pt.jsx)(FE,{item:a,accentColor:n,layout:r},l))})}var Ql=ee(Et(),1),ae=ee(ve(),1);function $E({value:t,maxValue:e,onChange:n,color:r}){let[i,o]=(0,Ql.useState)(null);return(0,ae.jsx)("div",{style:{display:"flex",gap:"4px"},children:Array.from({length:e},(s,a)=>{let l=a+1,c=(i??t??0)>=l;return(0,ae.jsx)("button",{onClick:()=>n(l),onMouseEnter:()=>o(l),onMouseLeave:()=>o(null),style:{width:"28px",height:"28px",padding:0,border:"none",background:"none",cursor:"pointer",color:c?r:"var(--sc-color-text-muted, #8e8e93)",transition:"color 0.15s ease, transform 0.1s ease",transform:i===l?"scale(1.15)":"scale(1)"},"aria-label":`Rate ${l} out of ${e}`,children:(0,ae.jsx)("svg",{width:"28",height:"28",viewBox:"0 0 24 24",fill:c?"currentColor":"none",children:(0,ae.jsx)("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})})},a)})})}function DE({value:t,onChange:e,color:n}){let r=i=>({width:"48px",height:"48px",padding:"8px",border:"none",borderRadius:"var(--sc-border-radius-md, 10px)",background:i?n:"var(--sc-color-surface, rgba(58, 58, 60, 0.8))",cursor:"pointer",color:i?"white":"var(--sc-color-text-muted, #8e8e93)",transition:"all 0.15s ease"});return(0,ae.jsxs)("div",{style:{display:"flex",gap:"12px"},children:[(0,ae.jsx)("button",{onClick:()=>e(1),style:r(t===1),"aria-label":"Thumbs up",children:(0,ae.jsx)("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",children:(0,ae.jsx)("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:t===1?"currentColor":"none"})})}),(0,ae.jsx)("button",{onClick:()=>e(0),style:r(t===0),"aria-label":"Thumbs down",children:(0,ae.jsx)("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",style:{transform:"rotate(180deg)"},children:(0,ae.jsx)("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:t===0?"currentColor":"none"})})})]})}function VE({value:t,maxValue:e,onChange:n,color:r}){return(0,ae.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"var(--sc-spacing-sm, 0.5rem)"},children:[(0,ae.jsx)("div",{style:{display:"flex",gap:"4px",justifyContent:"center"},children:Array.from({length:e+1},(i,o)=>{let s=t===o;return(0,ae.jsx)("button",{onClick:()=>n(o),style:{width:"28px",height:"32px",padding:0,border:s?`2px solid ${r}`:"1px solid var(--sc-color-border, rgba(255, 255, 255, 0.12))",borderRadius:"var(--sc-border-radius-sm, 6px)",background:s?r:"var(--sc-color-surface, rgba(58, 58, 60, 0.8))",cursor:"pointer",color:s?"white":"var(--sc-color-text, #f5f5f7)",fontSize:"var(--sc-font-size-sm, 0.8rem)",fontWeight:"var(--sc-font-weight-medium, 500)",transition:"all 0.15s ease"},"aria-label":`Rate ${o}`,children:o},o)})}),(0,ae.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",padding:"0 2px"},children:[(0,ae.jsx)("span",{style:{fontSize:"var(--sc-font-size-xs, 0.7rem)",color:"var(--sc-color-text-muted, #8e8e93)"},children:"Not likely"}),(0,ae.jsx)("span",{style:{fontSize:"var(--sc-font-size-xs, 0.7rem)",color:"var(--sc-color-text-muted, #8e8e93)"},children:"Very likely"})]})]})}function BE({value:t,onChange:e,color:n}){return(0,ae.jsx)("div",{style:{display:"flex",gap:"8px",justifyContent:"center"},children:["\u{1F622}","\u{1F615}","\u{1F610}","\u{1F642}","\u{1F604}"].map((i,o)=>{let s=t===o;return(0,ae.jsx)("button",{onClick:()=>e(o),style:{width:"44px",height:"44px",padding:0,border:s?`2px solid ${n}`:"1px solid transparent",borderRadius:"var(--sc-border-radius-md, 10px)",background:s?"var(--sc-color-primary-muted, rgba(99, 102, 241, 0.15))":"transparent",cursor:"pointer",fontSize:"1.75rem",transition:"all 0.15s ease",transform:s?"scale(1.1)":"scale(1)"},"aria-label":`Rate ${o+1} out of 5`,children:i},o)})})}function gp({content:t,onSubmit:e,accentColor:n}){let[r,i]=(0,Ql.useState)(null),[o,s]=(0,Ql.useState)(!1),a=n||"var(--sc-color-primary, #6366f1)",l=t.maxValue??(t.variant==="nps"?10:5),c=g=>{i(g)},u=()=>{r!==null&&(s(!0),e?.(r))},f={display:"flex",flexDirection:"column",gap:"var(--sc-spacing-md, 0.75rem)",padding:"var(--sc-spacing-sm, 0.5rem) 0",alignItems:"center"},h={fontSize:"var(--sc-font-size-md, 0.9rem)",color:"var(--sc-color-text, #f5f5f7)",textAlign:"center",margin:0};return o?(0,ae.jsxs)("div",{style:{...f,padding:"var(--sc-spacing-lg, 1rem)"},children:[(0,ae.jsx)("span",{style:{fontSize:"2rem"},children:"\u2713"}),(0,ae.jsx)("p",{style:{...h,color:"var(--sc-color-success, #34c759)"},children:"Thanks for your feedback!"})]}):(0,ae.jsxs)("div",{style:f,children:[t.question&&(0,ae.jsx)("p",{style:h,children:t.question}),t.variant==="stars"&&(0,ae.jsx)($E,{value:r,maxValue:l,onChange:c,color:a}),t.variant==="thumbs"&&(0,ae.jsx)(DE,{value:r,onChange:c,color:a}),t.variant==="nps"&&(0,ae.jsx)(VE,{value:r,maxValue:l,onChange:c,color:a}),t.variant==="emoji"&&(0,ae.jsx)(BE,{value:r,onChange:c,color:a}),r!==null&&t.submitActionId&&(0,ae.jsx)("button",{onClick:u,style:{marginTop:"var(--sc-spacing-sm, 0.5rem)",padding:"var(--sc-spacing-sm, 0.5rem) var(--sc-spacing-lg, 1rem)",borderRadius:"var(--sc-border-radius-sm, 6px)",border:"none",background:a,color:"white",fontSize:"var(--sc-font-size-sm, 0.8rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",cursor:"pointer",transition:"opacity 0.15s ease"},children:"Submit"})]})}var We=ee(ve(),1);function mp({content:t,accentColor:e}){let n=e||"var(--sc-color-primary, #6366f1)",r=t.items.filter(x=>x.completed).length,i=t.items.length,o={display:"flex",flexDirection:"column",gap:"var(--sc-spacing-sm, 0.5rem)"},s={display:"flex",alignItems:"center",gap:"var(--sc-spacing-sm, 0.5rem)",marginBottom:"var(--sc-spacing-sm, 0.5rem)",fontSize:"var(--sc-font-size-xs, 0.75rem)",color:"var(--sc-color-text-muted, #8e8e93)"},a={flex:1,height:"4px",background:"var(--sc-color-surface, rgba(58, 58, 60, 0.8))",borderRadius:"2px",overflow:"hidden"},l={height:"100%",width:`${i>0?r/i*100:0}%`,background:n,borderRadius:"2px",transition:"width 0.3s ease"},c=x=>({display:"flex",alignItems:"flex-start",gap:"var(--sc-spacing-md, 0.75rem)",padding:"var(--sc-spacing-md, 0.75rem)",background:"var(--sc-color-surface, rgba(58, 58, 60, 0.5))",borderRadius:"var(--sc-border-radius-md, 10px)",border:"1px solid var(--sc-color-border, rgba(255, 255, 255, 0.08))",opacity:x?.6:1,transition:"all 0.15s ease"}),u=x=>({width:"20px",height:"20px",borderRadius:"50%",border:x?"none":"2px solid var(--sc-color-border, rgba(255, 255, 255, 0.2))",background:x?"#34c759":"transparent",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,marginTop:"2px"}),f={flex:1,minWidth:0},h=x=>({fontSize:"var(--sc-font-size-sm, 0.85rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",color:"var(--sc-color-text, #f5f5f7)",margin:0,textDecoration:x?"line-through":"none"}),g={fontSize:"var(--sc-font-size-xs, 0.75rem)",color:"var(--sc-color-text-muted, #8e8e93)",margin:"var(--sc-spacing-xs, 0.25rem) 0 0",lineHeight:1.4},v={display:"inline-flex",alignItems:"center",gap:"var(--sc-spacing-xs, 0.25rem)",padding:"var(--sc-spacing-xs, 0.25rem) var(--sc-spacing-sm, 0.5rem)",borderRadius:"var(--sc-border-radius-sm, 6px)",border:"1px solid var(--sc-color-border, rgba(255, 255, 255, 0.15))",background:"transparent",color:"var(--sc-color-text, #f5f5f7)",fontSize:"var(--sc-font-size-xs, 0.75rem)",fontWeight:"var(--sc-font-weight-medium, 500)",cursor:"pointer",textDecoration:"none",transition:"all 0.15s ease",flexShrink:0},_=x=>{x&&typeof window<"u"&&(window.location.href=x)};return(0,We.jsxs)("div",{style:o,children:[t.showProgress!==!1&&i>0&&(0,We.jsxs)("div",{style:s,children:[(0,We.jsxs)("span",{children:[r," of ",i]}),(0,We.jsx)("div",{style:a,children:(0,We.jsx)("div",{style:l})})]}),t.items.map(x=>(0,We.jsxs)("div",{style:c(x.completed??!1),children:[(0,We.jsx)("div",{style:u(x.completed??!1),children:x.completed&&(0,We.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:(0,We.jsx)("path",{d:"M20 6L9 17l-5-5",stroke:"white",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"})})}),(0,We.jsxs)("div",{style:f,children:[(0,We.jsx)("p",{style:h(x.completed??!1),children:x.title}),x.description&&(0,We.jsx)("p",{style:g,children:x.description})]}),x.href&&!x.completed&&(0,We.jsxs)("button",{style:v,onClick:d=>{d.stopPropagation(),_(x.href)},onMouseEnter:d=>{d.currentTarget.style.background="var(--sc-color-surface, rgba(58, 58, 60, 0.8))"},onMouseLeave:d=>{d.currentTarget.style.background="transparent"},children:[x.linkLabel||"Go",(0,We.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:(0,We.jsx)("path",{d:"M5 12h14M12 5l7 7-7 7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]})]},x.id))]})}var Bs=ee(Et(),1),ie=ee(ve(),1),zE={success:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M6 10l2.5 2.5L14 7",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),warning:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("path",{d:"M10 2L18 17H2L10 2Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),(0,ie.jsx)("path",{d:"M10 8v4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,ie.jsx)("circle",{cx:"10",cy:"14",r:"0.75",fill:"currentColor"})]}),error:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M7 7l6 6M13 7l-6 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),info:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M10 9v5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,ie.jsx)("circle",{cx:"10",cy:"6",r:"0.75",fill:"currentColor"})]}),alert:()=>(0,ie.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:[(0,ie.jsx)("circle",{cx:"10",cy:"10",r:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,ie.jsx)("path",{d:"M10 5v6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,ie.jsx)("circle",{cx:"10",cy:"14",r:"0.75",fill:"currentColor"})]})};function HE({onClick:t,color:e}){return(0,ie.jsx)("button",{onClick:n=>{n.stopPropagation(),t()},style:{position:"absolute",top:"8px",right:"8px",width:"20px",height:"20px",padding:0,border:"none",background:"rgba(255, 255, 255, 0.1)",borderRadius:"50%",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",color:e,opacity:.6,transition:"opacity 0.15s ease"},onMouseEnter:n=>{n.currentTarget.style.opacity="1"},onMouseLeave:n=>{n.currentTarget.style.opacity="0.6"},"aria-label":"Dismiss",children:(0,ie.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",children:(0,ie.jsx)("path",{d:"M1 1l8 8M9 1l-8 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})}function jE(t){let e={success:{bg:"var(--sc-color-success-muted, rgba(52, 199, 89, 0.15))",border:"var(--sc-color-success, #34c759)",icon:"var(--sc-color-success, #34c759)",text:"var(--sc-color-text, #f5f5f7)"},warning:{bg:"var(--sc-color-warning-muted, rgba(255, 159, 10, 0.15))",border:"var(--sc-color-warning, #ff9f0a)",icon:"var(--sc-color-warning, #ff9f0a)",text:"var(--sc-color-text, #f5f5f7)"},error:{bg:"var(--sc-color-error-muted, rgba(255, 69, 58, 0.15))",border:"var(--sc-color-error, #ff453a)",icon:"var(--sc-color-error, #ff453a)",text:"var(--sc-color-text, #f5f5f7)"},info:{bg:"var(--sc-color-info-muted, rgba(10, 132, 255, 0.15))",border:"var(--sc-color-info, #0a84ff)",icon:"var(--sc-color-info, #0a84ff)",text:"var(--sc-color-text, #f5f5f7)"},alert:{bg:"var(--sc-color-primary-muted, rgba(99, 102, 241, 0.15))",border:"var(--sc-color-primary, #6366f1)",icon:"var(--sc-color-primary, #6366f1)",text:"var(--sc-color-text, #f5f5f7)"}};return e[t]||e.info}function vp({content:t,onDismiss:e,accentColor:n}){let[r,i]=(0,Bs.useState)(!1),[o,s]=(0,Bs.useState)(t.type==="warning"?t.countdown??null:null);(0,Bs.useEffect)(()=>{if(o===null||o<=0)return;let d=setInterval(()=>{s(p=>p!==null&&p>0?p-1:null)},1e3);return()=>clearInterval(d)},[o]);let a=()=>{i(!0),setTimeout(()=>e?.(),200)},l=jE(t.type),c=zE[t.type],u={position:"relative",padding:"var(--sc-spacing-md, 0.75rem)",borderRadius:"var(--sc-border-radius-md, 10px)",background:l.bg,borderLeft:`3px solid ${l.border}`,opacity:r?0:1,transform:r?"translateX(10px)":"translateX(0)",transition:"opacity 0.2s ease, transform 0.2s ease"},f={display:"flex",alignItems:"flex-start",gap:"var(--sc-spacing-sm, 0.5rem)"},h={color:l.icon,flexShrink:0,marginTop:"1px"},g={flex:1,minWidth:0,paddingRight:t.dismissible?"24px":0},v={fontSize:"var(--sc-font-size-md, 0.9rem)",fontWeight:"var(--sc-font-weight-semibold, 600)",color:l.text,margin:0,lineHeight:"var(--sc-line-height-tight, 1.25)"},_={fontSize:"var(--sc-font-size-sm, 0.8rem)",color:"var(--sc-color-text-secondary, #a1a1a6)",margin:"var(--sc-spacing-xs, 0.25rem) 0 0",lineHeight:"var(--sc-line-height-normal, 1.5)"},x={fontSize:"var(--sc-font-size-xs, 0.7rem)",color:"var(--sc-color-text-muted, #8e8e93)",marginTop:"var(--sc-spacing-sm, 0.5rem)"};return(0,ie.jsxs)("div",{style:u,children:[(0,ie.jsxs)("div",{style:f,children:[(0,ie.jsx)("div",{style:h,children:(0,ie.jsx)(c,{})}),(0,ie.jsxs)("div",{style:g,children:[(0,ie.jsx)("h4",{style:v,children:t.title}),t.body&&(0,ie.jsx)("p",{style:_,children:t.body}),t.type==="error"&&t.errorCode&&(0,ie.jsxs)("p",{style:{..._,fontFamily:"var(--sc-font-family-mono, monospace)"},children:["Code: ",t.errorCode]}),t.type==="info"&&t.learnMoreUrl&&(0,ie.jsx)("a",{href:t.learnMoreUrl,target:"_blank",rel:"noopener noreferrer",style:{display:"inline-block",marginTop:"var(--sc-spacing-sm, 0.5rem)",fontSize:"var(--sc-font-size-sm, 0.8rem)",color:l.icon,textDecoration:"none"},onClick:d=>d.stopPropagation(),children:"Learn more \u2192"}),o!==null&&o>0&&(0,ie.jsxs)("p",{style:{..._,color:l.icon},children:["Action required in ",o,"s"]}),t.timestamp&&(0,ie.jsx)("p",{style:x,children:t.timestamp})]})]}),t.dismissible&&(0,ie.jsx)(HE,{onClick:a,color:l.text})]})}var po=ee(ve(),1);function UE(t){return["alert","success","warning","info","error"].includes(t.type)}function WE(t){return t.type==="stats"}function qE(t){return t.type==="comparison"}function KE(t){return t.type==="rating"}function GE(t){return t.type==="checklist"}function U_(t,e={}){return UE(t)?(0,po.jsx)(vp,{content:t,accentColor:e.accentColor,onDismiss:e.onDismiss}):WE(t)?(0,po.jsx)(pp,{content:t,accentColor:e.accentColor}):qE(t)?(0,po.jsx)(hp,{content:t,accentColor:e.accentColor}):KE(t)?(0,po.jsx)(gp,{content:t,accentColor:e.accentColor,onSubmit:e.onRatingSubmit}):GE(t)?(0,po.jsx)(mp,{content:t,accentColor:e.accentColor}):null}function W_(t){return["alert","success","warning","info","error","stats","comparison","chart","table","form","rating","progress","survey","checklist","video","gallery","code"].includes(t)}var Ee={UI_CLICK:"ui.click",UI_SCROLL:"ui.scroll",UI_INPUT:"ui.input",UI_CHANGE:"ui.change",UI_SUBMIT:"ui.submit",NAV_PAGE_VIEW:"nav.page_view",NAV_PAGE_LEAVE:"nav.page_leave",CANVAS_OPENED:"canvas.opened",CANVAS_CLOSED:"canvas.closed",TILE_VIEWED:"tile.viewed",TILE_EXPANDED:"tile.expanded",TILE_COLLAPSED:"tile.collapsed",TILE_ACTION:"tile.action",OVERLAY_STARTED:"overlay.started",OVERLAY_COMPLETED:"overlay.completed",OVERLAY_DISMISSED:"overlay.dismissed",OVERLAY_STEP_VIEWED:"overlay.step_viewed",BEHAVIOR_RAGE_CLICK:"behavior.rage_click",BEHAVIOR_HESITATION:"behavior.hesitation",BEHAVIOR_CONFUSION:"behavior.confusion",ACTION_APPLIED:"action.applied",ACTION_REVERTED:"action.reverted",ACTION_FAILED:"action.failed",ACTION_CTA_CLICKED:"action.cta_clicked",SURFACE_MOUNTED:"surface.mounted",SURFACE_UNMOUNTED:"surface.unmounted"},ho="1.0.0";function Yt(t,e){return{ts:Date.now(),name:t,source:"canvas",props:e,schemaVersion:ho}}function ZE(t){return Yt(Ee.CANVAS_OPENED,{surface:t})}function YE(t){return Yt(Ee.CANVAS_CLOSED,{surface:t})}function XE(t,e){return Yt(Ee.TILE_VIEWED,{tileId:t,surface:e})}function QE(t,e){return Yt(Ee.TILE_EXPANDED,{tileId:t,surface:e})}function JE(t,e){return Yt(Ee.TILE_COLLAPSED,{tileId:t,surface:e})}function eA(t,e,n){return Yt(Ee.TILE_ACTION,{tileId:t,actionId:e,surface:n})}function tA(t,e){return Yt(Ee.OVERLAY_STARTED,{recipeId:t,recipeName:e})}function nA(t,e){return Yt(Ee.OVERLAY_COMPLETED,{recipeId:t,recipeName:e})}function rA(t,e,n){return Yt(Ee.OVERLAY_DISMISSED,{recipeId:t,recipeName:e,stepIndex:n})}function iA(t,e,n){return Yt(Ee.OVERLAY_STEP_VIEWED,{recipeId:t,stepIndex:e,stepTitle:n})}function oA(t,e){let n=t.startsWith("canvas.")?t:`canvas.${t}`;return Yt(n,e)}var vn={canvasOpened:ZE,canvasClosed:YE,tileViewed:XE,tileExpanded:QE,tileCollapsed:JE,tileAction:eA,overlayStarted:tA,overlayCompleted:nA,overlayDismissed:rA,overlayStepViewed:iA,custom:oA};var ht=ee(Et(),1),q_=ee(ve(),1),yp=(0,ht.createContext)({runtime:null,context:null});function _p({runtime:t,children:e}){let[n,r]=(0,ht.useState)(t?t.context.get():null);(0,ht.useEffect)(()=>t?(r(t.context.get()),t.context.subscribe(s=>{r(s)})):void 0,[t]);let i=(0,ht.useMemo)(()=>({runtime:t,context:n}),[t,n]);return(0,q_.jsx)(yp.Provider,{value:i,children:e})}function Fn(){let{runtime:t}=(0,ht.useContext)(yp);return t}function Jl(){let{context:t}=(0,ht.useContext)(yp);return t}function wp(){return Jl()?.page??null}function sA(){return Jl()?.session??null}function aA(){return Jl()?.viewport??null}function lA(t,e,n=[]){let r=Fn();(0,ht.useEffect)(()=>r?t?r.events.subscribe(t,e):r.events.subscribe(e):void 0,[r,...n])}function cA(){return Fn()?.state??null}function uA(t,e){let n=Fn(),[r,i]=(0,ht.useState)({value:e,isFallback:!0,isLoading:!0});return(0,ht.useEffect)(()=>{if(!n||!t){i({value:e,isFallback:!0,isLoading:!1});return}let o=!1;return n.evaluate(t).then(s=>{o||i({value:s.value,isFallback:s.isFallback,isLoading:!1})}),()=>{o=!0}},[n,t,e]),r}var oe=ee(ve(),1);function dA({config:t,telemetry:e,surface:n}){let[r,i]=(0,$n.useState)([{author:"Lumi",text:"Hi! Need clarity on a deduction?"}]),[o,s]=(0,$n.useState)(""),a=Fn(),l=c=>{if(c.preventDefault(),!!o.trim()){if(i(u=>[...u,{author:"You",text:o.trim()}]),setTimeout(()=>{i(u=>[...u,{author:"Lumi",text:"I will route that to the experimentation server stub for now."}])},600),e?.trackAction("chatbot_message",t.id,n),a){let u=vn.tileAction(t.id,"chatbot_message",n);a.events.publish(u.name,u.props,u.source)}s("")}};return(0,oe.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"0.75rem",height:"100%"},children:[(0,oe.jsx)("div",{style:{flex:1,overflowY:"auto",padding:"0.75rem",background:"rgba(0, 0, 0, 0.2)",borderRadius:"8px",fontSize:"0.85rem"},children:r.map((c,u)=>(0,oe.jsxs)("p",{style:{margin:"0 0 0.5rem"},children:[(0,oe.jsxs)("span",{style:{fontWeight:600,color:"#94a3b8"},children:[c.author,":"]})," ",(0,oe.jsx)("span",{style:{color:"#e2e8f0"},children:c.text})]},`${c.author}-${u}`))}),(0,oe.jsxs)("form",{onSubmit:l,style:{display:"flex",gap:"0.5rem"},children:[(0,oe.jsx)("input",{style:{flex:1,padding:"0.5rem 0.75rem",borderRadius:"6px",border:"1px solid rgba(255, 255, 255, 0.1)",background:"rgba(0, 0, 0, 0.3)",color:"#f1f5f9",fontSize:"0.85rem",outline:"none"},value:o,onChange:c=>s(c.target.value),placeholder:"Ask anything..."}),(0,oe.jsx)("button",{style:{padding:"0.5rem 0.75rem",borderRadius:"6px",border:"none",background:"#6366f1",color:"white",fontWeight:600,fontSize:"0.8rem",cursor:"pointer"},type:"submit",children:"Send"})]})]})}function fA({renderer:t,config:e,surface:n,telemetry:r,isExpanded:i,runtime:o}){let s=(0,$n.useRef)(null);return(0,$n.useEffect)(()=>{if(!s.current)return;let a=t.mount(s.current,{config:e,surface:n,telemetry:r,isExpanded:i,runtime:o});return()=>{a&&a()}},[t,e,n,r,i,o]),(0,oe.jsx)("div",{ref:s,style:{width:"100%",height:"100%"}})}function zs({config:t,surface:e,telemetry:n,style:r,customRenderers:i,isExpanded:o=!1,onToggleExpand:s}){let{title:a,subtitle:l,content:c,style:u}=t,f=Fn(),h=(0,$n.useCallback)(w=>{if(n?.trackAction(w,t.id,e),f){let b=vn.tileAction(t.id,w,e);f.events.publish(b.name,b.props,b.source)}},[n,f,t.id,e]),g=u?.accentColor??"#6366f1",v="72px",_={display:"flex",flexDirection:"column",borderRadius:"14px",background:u?.background??"rgba(28, 28, 30, 0.95)",border:"1px solid rgba(255, 255, 255, 0.08)",boxShadow:"0 2px 12px rgba(0, 0, 0, 0.3)",color:u?.textColor??"#f5f5f7",fontFamily:"-apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif",overflow:"hidden",cursor:s?"pointer":"default",transition:"all 0.25s ease",...r},x={display:"flex",alignItems:"center",gap:"0.75rem",padding:"0.875rem 1rem",minHeight:v},d={width:"40px",height:"40px",borderRadius:"10px",background:`linear-gradient(135deg, ${g} 0%, ${g}cc 100%)`,display:"flex",alignItems:"center",justifyContent:"center",fontSize:"1.25rem",flexShrink:0,boxShadow:`0 2px 8px ${g}40`},p=()=>{switch(c.type){case"chatbot":return"\u{1F4AC}";case"metric":return"\u{1F4CA}";case"embed":return"\u{1F517}";case"custom":return"\u2699\uFE0F";case"checklist":return"\u{1F4CB}";default:return"\u{1F4C4}"}},m=()=>{switch(c.type){case"metric":return`${c.metricValue}${c.metricUnit?` ${c.metricUnit}`:""}`;case"text":return c.headline||c.body?.slice(0,50)||"";case"chatbot":return"Tap to chat";case"embed":return"Tap to view";case"custom":return"Tap to expand";case"checklist":{let w=c.items||[];return`${w.filter(k=>k.completed).length} of ${w.length} complete`}default:return""}},y=()=>{if(W_(c.type)){let w=U_(c,{accentColor:g,onDismiss:()=>{h("block_dismissed")},onRatingSubmit:b=>{h("rating_submitted")}});if(w)return w}switch(c.type){case"chatbot":return(0,oe.jsx)("div",{style:{height:"200px"},children:(0,oe.jsx)(dA,{config:t,surface:e,telemetry:n})});case"metric":return(0,oe.jsxs)("div",{style:{textAlign:"center",padding:"0.5rem 0"},children:[(0,oe.jsxs)("p",{style:{fontSize:"3rem",fontWeight:700,color:g,margin:0,letterSpacing:"-0.02em"},children:[c.metricValue,c.metricUnit&&(0,oe.jsx)("span",{style:{fontSize:"1.25rem",fontWeight:400,color:"#8e8e93",marginLeft:"0.5rem"},children:c.metricUnit})]}),c.headline&&(0,oe.jsx)("p",{style:{fontSize:"0.85rem",color:"#8e8e93",margin:"0.5rem 0 0"},children:c.headline})]});case"embed":return c.embedUrl?(0,oe.jsx)("iframe",{src:c.embedUrl,sandbox:"allow-scripts allow-same-origin",referrerPolicy:"no-referrer",style:{width:"100%",height:"200px",borderRadius:"8px",border:"1px solid rgba(255, 255, 255, 0.1)",background:"rgba(0, 0, 0, 0.2)"},title:c.headline??t.title}):null;case"custom":{let w=c.component||c.customRendererKey;return!w||!i||!i[w]?(0,oe.jsxs)("div",{style:{color:"#ff6b6b",fontSize:"0.85rem",padding:"0.5rem 0"},children:["Unknown component: ",w]}):(0,oe.jsx)(fA,{renderer:i[w],config:t,surface:e,telemetry:n,isExpanded:o,runtime:f})}default:{let w=c;return(0,oe.jsxs)("div",{style:{padding:"0.25rem 0"},children:[w.headline&&(0,oe.jsx)("p",{style:{fontSize:"1rem",fontWeight:600,color:"#f5f5f7",margin:"0 0 0.5rem"},children:w.headline}),w.body&&(0,oe.jsx)("p",{style:{fontSize:"0.9rem",color:"#8e8e93",margin:0,lineHeight:1.5},children:w.body})]})}}};return(0,oe.jsxs)("article",{"data-shadow-canvas-id":`tile-${t.id}`,style:_,onClick:w=>{o&&w.target.closest("[data-expanded-content]")||s?.()},children:[(0,oe.jsxs)("div",{style:x,children:[(0,oe.jsx)("div",{style:d,children:p()}),(0,oe.jsxs)("div",{style:{flex:1,minWidth:0},children:[l&&(0,oe.jsx)("p",{style:{fontSize:"0.7rem",textTransform:"uppercase",letterSpacing:"0.05em",color:"#8e8e93",margin:0},children:l}),(0,oe.jsx)("h3",{style:{fontSize:"0.95rem",fontWeight:600,color:"#f5f5f7",margin:"0.125rem 0 0",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:a}),!o&&(0,oe.jsx)("p",{style:{fontSize:"0.8rem",color:"#8e8e93",margin:"0.125rem 0 0",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:m()})]}),(0,oe.jsx)("div",{style:{color:"#8e8e93",fontSize:"0.85rem",transform:o?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.2s ease"},children:"\u25BC"})]}),o&&(0,oe.jsxs)("div",{"data-expanded-content":!0,style:{padding:"0 1rem 1rem",borderTop:"1px solid rgba(255, 255, 255, 0.06)"},onClick:w=>w.stopPropagation(),children:[(0,oe.jsx)("div",{style:{paddingTop:"0.875rem"},children:y()}),"actions"in c&&c.actions&&c.actions.length>0&&(0,oe.jsx)("div",{style:{marginTop:"1rem",paddingTop:"0.75rem",borderTop:"1px solid rgba(255, 255, 255, 0.06)",display:"flex",gap:"0.5rem"},children:c.actions.map((w,b)=>(0,oe.jsx)("button",{onClick:k=>{if(k.stopPropagation(),w.href&&typeof window<"u"&&window.open(w.href,"_blank","noreferrer"),w.onClickId&&(h(w.onClickId),w.onClickId.startsWith("syntro:restart-tour:")||w.onClickId.startsWith("syntro:start-tour:"))){let C=w.onClickId.replace("syntro:restart-tour:","").replace("syntro:start-tour:","");try{localStorage.removeItem("syntro_active_tour"),localStorage.setItem("syntro_active_tour",JSON.stringify({tourId:C,currentStepId:"",startedAt:Date.now()})),console.log(`[SmartCanvas] Starting tour "${C}"...`),window.location.reload()}catch(I){console.warn("[SmartCanvas] Failed to start tour:",I)}}},style:{flex:1,padding:"0.625rem 1rem",borderRadius:"8px",fontSize:"0.85rem",fontWeight:600,cursor:"pointer",border:"none",background:b===0?g:"rgba(255, 255, 255, 0.1)",color:"#fff",transition:"opacity 0.15s ease"},onMouseEnter:k=>{k.currentTarget.style.opacity="0.85"},onMouseLeave:k=>{k.currentTarget.style.opacity="1"},children:w.label},w.label))})]})]})}var Gn=ee(Et(),1),Lg=ee(_u(),1);var we=ee(ve(),1),dS="syntro-launcher-styles";function gR(){if(typeof document>"u"||document.getElementById(dS))return;let t=document.createElement("style");t.id=dS,t.textContent=`
12
12
  @keyframes syntro-launcher-pulse {
13
13
  0%, 100% {
14
14
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35), 0 0 0 0 rgba(99, 102, 241, 0.4);
@@ -31,7 +31,7 @@ Error generating stack: `+o.message+`
31
31
  .syntro-launcher-animate:hover {
32
32
  animation: none;
33
33
  }
34
- `,document.head.appendChild(t)}var mR={position:"right",baseWidth:"clamp(320px, 16.666vw, 420px)",expandedWidth:"40vw",zIndex:2147483600,backdropBlur:"18px",mode:"dark",colorPrimary:"#6366f1",colorBackground:"#1c1c1e",colorText:"#f5f5f7",colorTextSecondary:"#a1a1a6",borderRadius:"12px"};function fS({isOpen:t,onToggle:e,telemetry:n,launcherLabel:r="Adaptives",launcherAnimate:i=!1,launcherAnimationStyle:o="pulse",footerSlot:s,tiles:a,isLoading:l,error:u,canvasTitle:c,displayMode:f="standard",theme:h,customRenderers:g}){let[v,_]=(0,Gn.useState)(!1),[x,d]=(0,Gn.useState)(null),p=Fn(),m={...mR,...h},y=(0,Gn.useCallback)(V=>{let X=x===V;if(d(X?null:V),p){let B=X?vn.tileCollapsed(V,"overlay"):vn.tileExpanded(V,"overlay");p.events.publish(B.name,B.props,B.source)}},[x,p]);(0,Gn.useEffect)(()=>{t&&a.forEach(V=>{if(n?.trackRectangleViewed(V.id,"overlay"),p){let X=vn.tileViewed(V.id,"overlay");p.events.publish(X.name,X.props,X.source)}})},[n,p,t,a]),(0,Gn.useEffect)(()=>{_(!0),gR()},[]);let w=(0,Gn.useCallback)(()=>{let V=!t;if(V?n?.trackCanvasOpened("overlay"):n?.trackCanvasClosed("overlay"),p){let X=V?vn.canvasOpened("overlay"):vn.canvasClosed("overlay");p.events.publish(X.name,X.props,X.source)}e()},[t,n,p,e]),b=f==="focused",k=m.position==="right",C=m.colorBackground||"#1c1c1e",I=m.mode==="light",A=m.colorPrimary||"#6366f1",H=b?`linear-gradient(to top right, ${A}22 0%, ${C}fa 50%, ${C}fc 100%)`:`linear-gradient(to top right, ${A}33 0%, ${C}f2 45%, ${C}f7 100%)`,K=b?`linear-gradient(to top right, ${A}11 0%, ${C}fa 50%, ${C}fc 100%)`:`linear-gradient(to top right, ${A}15 0%, ${C}f2 45%, ${C}f7 100%)`,Y={display:"flex",flexDirection:"column",width:b?m.expandedWidth:m.baseWidth,minWidth:"320px",height:"100%",maxHeight:"100%",pointerEvents:"auto",opacity:t?1:.8,transition:"all 340ms cubic-bezier(0.16, 1, 0.3, 1)",color:m.colorText||"#f5f5f7",background:b?I?K:H:"transparent",backdropFilter:b?`blur(${m.backdropBlur})`:void 0,WebkitBackdropFilter:b?`blur(${m.backdropBlur})`:void 0,border:b?k?void 0:`1px solid ${I?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.06)"}`:"none",borderLeft:b&&k?`1px solid ${I?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.08)"}`:void 0,borderRight:b&&!k?`1px solid ${I?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.08)"}`:void 0,borderRadius:b?"0":void 0,boxShadow:b?"none":void 0,transform:t?"translateX(0)":k?"translateX(120%)":"translateX(-120%)"},W={position:"absolute",inset:0,display:"flex",flexDirection:k?"row-reverse":"row",alignItems:"stretch",pointerEvents:"none",padding:b?"0":"1rem"},le=(0,we.jsx)("div",{"data-shadow-canvas-id":"overlay-root",style:{position:"fixed",inset:0,pointerEvents:t?"auto":"none",zIndex:m.zIndex},children:(0,we.jsxs)("div",{style:W,children:[(0,we.jsxs)("div",{style:Y,children:[b&&c&&(0,we.jsx)("header",{style:{color:"white",padding:"1.5rem 1.5rem 0"},children:(0,we.jsx)("p",{style:{margin:0,fontSize:"0.7rem",textTransform:"uppercase",letterSpacing:"0.5em",color:"rgba(255, 255, 255, 0.6)"},children:c})}),(0,we.jsx)("div",{style:{flex:1,overflowY:"auto",padding:b?"0":"1rem"},children:l?(0,we.jsx)("div",{style:{color:"rgba(255, 255, 255, 0.85)",padding:b?"1rem":"0"},children:"Loading..."}):u?(0,we.jsxs)("div",{style:{color:"#fecdd3",padding:b?"1rem":"0"},children:["Failed to load: ",u]}):b?a.length>0?(0,we.jsx)(zs,{config:a[0],surface:"overlay",telemetry:n,customRenderers:g,isExpanded:!0,onToggleExpand:()=>{},style:{width:"100%",height:"100%"}}):null:(0,we.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:"0.75rem",width:"100%"},children:a.map(V=>{let X=x===V.id;return(0,we.jsx)(zs,{config:V,surface:"overlay",telemetry:n,customRenderers:g,isExpanded:X,onToggleExpand:()=>y(V.id),style:{width:"100%"}},V.id)})})}),s]}),(0,we.jsx)("div",{onClick:w,style:{flex:"1 1 auto",pointerEvents:t?"auto":"none",cursor:"default"}})]})});return v?(0,we.jsxs)(we.Fragment,{children:[(0,Lg.createPortal)((0,we.jsx)("div",{"data-shadow-canvas-id":"overlay-launcher",style:{position:"fixed",inset:0,pointerEvents:"none",zIndex:m.zIndex+47},children:(0,we.jsxs)("button",{onClick:w,"aria-label":"Toggle shadow canvas",className:i&&!t?"syntro-launcher-animate":void 0,style:{position:"fixed",bottom:"2.5rem",right:k?"2.5rem":void 0,left:k?void 0:"2.5rem",pointerEvents:"auto",display:"flex",alignItems:"center",gap:"0.75rem",borderRadius:"18px",color:"white",boxShadow:"0 20px 45px rgba(15, 23, 42, 0.35)",transition:"transform 0.2s ease",outline:"none",padding:"0.65rem 1.25rem",border:"2px solid rgba(255, 255, 255, 0.25)",backgroundColor:"rgba(2, 6, 23, 0.8)",backdropFilter:"blur(12px)",cursor:"pointer"},onMouseEnter:V=>V.currentTarget.style.transform="translateY(-2px)",onMouseLeave:V=>V.currentTarget.style.transform="translateY(0)",children:[(0,we.jsx)("div",{style:{width:"36px",height:"36px",borderRadius:"12px",background:t?"linear-gradient(135deg, #f472b6, #ec4899)":"linear-gradient(135deg, #94a3b8, #0f172a)",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,we.jsx)("span",{style:{width:"14px",height:"2px",backgroundColor:"#fff",display:"block",transform:t?"rotate(45deg)":"rotate(0)",position:"relative",transition:"transform 200ms ease"},children:t?null:(0,we.jsx)("span",{style:{position:"absolute",top:0,left:0,width:"14px",height:"2px",backgroundColor:"#fff",transform:"rotate(90deg)"}})})}),(0,we.jsxs)("div",{style:{display:"flex",flexDirection:"column",textAlign:"left"},children:[(0,we.jsx)("span",{style:{fontSize:"0.55rem",letterSpacing:"0.35em",color:"rgba(255,255,255,0.7)"},children:t?"Hide":"Open"}),(0,we.jsx)("span",{style:{fontSize:"0.85rem",letterSpacing:"0.25em"},children:r})]})]})}),document.body),t?(0,Lg.createPortal)(le,document.body):null]}):null}var jr=ee(Et(),1);var Hr=ee(ve(),1);function OO({tiles:t,intervalMs:e=7e3,telemetry:n}){let[r,i]=(0,jr.useState)(0),o=(0,jr.useMemo)(()=>[...t].filter(s=>s.size!=="half").sort((s,a)=>(s.order??0)-(a.order??0)),[t]);return(0,jr.useEffect)(()=>{n?.trackCanvasOpened("wheel")},[n]),(0,jr.useEffect)(()=>{if(o.length<=1)return;let s=setInterval(()=>{i(a=>(a+1)%o.length)},e);return()=>clearInterval(s)},[o,e]),(0,jr.useEffect)(()=>{let s=o[r];s&&n?.trackRectangleViewed(s.id,"wheel")},[r,o,n]),o.length?(0,Hr.jsxs)("div",{className:"relative overflow-hidden rounded-3xl border border-slate-200 bg-gradient-to-br from-white to-slate-50 p-6 shadow-2xl","data-shadow-canvas-id":"wheel",children:[(0,Hr.jsx)("div",{className:"flex transition-transform duration-700 ease-out",style:{transform:`translateX(-${r*100}%)`,width:`${o.length*100}%`},children:o.map(s=>(0,Hr.jsx)("div",{className:"w-full shrink-0 px-4",children:(0,Hr.jsx)(zs,{config:{...s,size:"half"},surface:"wheel",telemetry:n})},s.id))}),(0,Hr.jsx)("div",{className:"mt-4 flex justify-center gap-2",children:o.map((s,a)=>(0,Hr.jsx)("button",{className:`h-2 w-6 rounded-full ${a===r?"bg-slate-800":"bg-slate-300"}`,onClick:()=>i(a)},s.id))})]}):null}var Mg=class{constructor(e){j(this,"state");j(this,"listeners",new Set);this.state={open:e?.open??!1}}getState(){return this.state}subscribe(e){return this.listeners.add(e),()=>{this.listeners.delete(e)}}setOpen(e){this.state.open!==e&&(this.state={...this.state,open:e},this.emit())}toggle(){this.setOpen(!this.state.open)}emit(){for(let e of this.listeners)e(this.state)}},pS=t=>new Mg(t);var sn=ee(Et(),1);var vR=["api.syntrologie.com","cdn.syntrologie.com","localhost","127.0.0.1"];function yR(t){try{let e=new URL(t),n=/^(localhost|127\.0\.0\.1)$/.test(e.hostname);return e.protocol!=="https:"&&!n?(console.warn("[SmartCanvas] Config URI must use HTTPS:",t),!1):vR.some(i=>e.hostname===i)?!0:(console.warn("[SmartCanvas] Config URI host not in allowlist:",e.hostname),!1)}catch{return console.warn("[SmartCanvas] Invalid config URI:",t),!1}}function _R(t){if(typeof window>"u")return!1;try{return new URL(t).origin===window.location.origin}catch{return!1}}var Fg=({configUri:t,experiments:e,featureKey:n="smart-canvas-config-uri"})=>{if(t)return t;let r=e?.getFeatureValue?.(n,null);if(r)return r},Uo=({configUri:t,experiments:e,featureKey:n,credentials:r,configFeatureKey:i="smart-canvas-config"})=>async()=>{if(e&&i){let u=e.getFeatureValue?.(i,null);if(u&&typeof u=="object")return F("SmartCanvas Config","Resolved config directly from feature flag",u),u}let o=Fg({configUri:t,experiments:e,featureKey:n});if(!o)return F("SmartCanvas Config","No config available \u2014 returning empty config"),{tiles:[],overlays:[]};if(!yR(o))throw new Error(`SmartCanvas: config URI not allowed: ${o}`);let s=r??(_R(o)?"include":"omit"),a=await fetch(o,{credentials:s,headers:{"X-SDK-Version":ed,"X-SDK-Schema-Version":lr}});if(!a.ok)throw new Error(`SmartCanvas: failed to fetch config (${a.status})`);let l=await a.json();return F("SmartCanvas Config","Fetched config from URI",l),l};var Oa=ee(ve(),1);function wR(t,e){return t?t.include?.length?t.include.some(n=>hS(n,e)):t.exclude?.length?!t.exclude.some(n=>hS(n,e)):!0:!0}function hS(t,e){if(t.endsWith("/*")){let n=t.slice(0,-2);return e===n||e.startsWith(n+"/")}return e===t}function mS({controller:t,fetcher:e,configUri:n,configUriFeatureKey:r="smart-canvas-config-uri",configFeatureKey:i="smart-canvas-config",fetchCredentials:o="include",pollIntervalMs:s,experiments:a,telemetry:l,runtime:u,overlayFetcher:c,overlayConfigUri:f,overlayConfigFeatureKey:h="smart-canvas-overlay-uri",overlayFetchCredentials:g="include",footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p}){return u?(0,Oa.jsx)(_p,{runtime:u,children:(0,Oa.jsx)(gS,{controller:t,fetcher:e,configUri:n,configUriFeatureKey:r,configFeatureKey:i,fetchCredentials:o,pollIntervalMs:s,experiments:a,telemetry:l,runtime:u,overlayFetcher:c,overlayConfigUri:f,overlayConfigFeatureKey:h,overlayFetchCredentials:g,footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p})}):(0,Oa.jsx)(gS,{controller:t,fetcher:e,configUri:n,configUriFeatureKey:r,configFeatureKey:i,fetchCredentials:o,pollIntervalMs:s,experiments:a,telemetry:l,overlayFetcher:c,overlayConfigUri:f,overlayConfigFeatureKey:h,overlayFetchCredentials:g,footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p})}function gS({controller:t,fetcher:e,configUri:n,configUriFeatureKey:r="smart-canvas-config-uri",configFeatureKey:i="smart-canvas-config",fetchCredentials:o="include",pollIntervalMs:s,experiments:a,telemetry:l,runtime:u,overlayFetcher:c,overlayConfigUri:f,overlayConfigFeatureKey:h="smart-canvas-overlay-uri",overlayFetchCredentials:g="include",footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p}){let[m,y]=(0,sn.useState)(t.getState().open),w=wp(),[b,k]=(0,sn.useState)(()=>typeof window<"u"?window.location.pathname:"/"),C=w?.url?new URL(w.url).pathname:b;(0,sn.useEffect)(()=>{if(u||typeof window>"u")return;let W=()=>k(window.location.pathname);window.addEventListener("popstate",W);let le=history.pushState,V=history.replaceState;return history.pushState=function(...X){le.apply(this,X),W()},history.replaceState=function(...X){V.apply(this,X),W()},()=>{window.removeEventListener("popstate",W),history.pushState=le,history.replaceState=V}},[u]);let I=(0,sn.useMemo)(()=>e||Uo({configUri:n,experiments:a,featureKey:r,configFeatureKey:i,credentials:o}),[e,n,a,r,i,o]),A=V_({fetcher:I,pollIntervalMs:s,experiments:a,runtime:u}),H=A.tiles.length>0&&!A.error;(0,sn.useEffect)(()=>t.subscribe(W=>y(W.open)),[t]),(0,sn.useEffect)(()=>{!H&&t.getState().open&&t.setOpen(!1)},[t,H]),(0,sn.useEffect)(()=>{u?.actions&&A.actions.length>0&&u.actions.applyBatch(A.actions).catch(W=>{console.error("[SmartCanvas] Failed to apply actions:",W)})},[u,A.actions]);let K=(0,sn.useMemo)(()=>{let W=A.theme;return W?{...W,...p}:p},[A.theme,p]),Y=wR(A.routes,C);return!A.isLoading&&(!H||!Y)?null:(0,Oa.jsx)(fS,{tiles:A.tiles,isLoading:A.isLoading,error:A.error,canvasTitle:A.canvasTitle,telemetry:l,launcherLabel:_??A.launcher?.label,launcherAnimate:A.launcher?.animate,launcherAnimationStyle:A.launcher?.animationStyle,footerSlot:v,isOpen:m,onToggle:()=>t.toggle(),customRenderers:d,displayMode:A.displayMode,theme:K})}var xS=ee(yS(),1);var bS=ee(ve(),1),_S="smart-canvas",wS=`
34
+ `,document.head.appendChild(t)}var mR={position:"right",baseWidth:"clamp(320px, 16.666vw, 420px)",expandedWidth:"40vw",zIndex:2147483600,backdropBlur:"18px",mode:"dark",colorPrimary:"#6366f1",colorBackground:"#1c1c1e",colorText:"#f5f5f7",colorTextSecondary:"#a1a1a6",borderRadius:"12px"};function fS({isOpen:t,onToggle:e,telemetry:n,launcherLabel:r="Adaptives",launcherAnimate:i=!1,launcherAnimationStyle:o="pulse",footerSlot:s,tiles:a,isLoading:l,error:c,canvasTitle:u,displayMode:f="standard",theme:h,customRenderers:g}){let[v,_]=(0,Gn.useState)(!1),[x,d]=(0,Gn.useState)(null),p=Fn(),m={...mR,...h},y=(0,Gn.useCallback)(V=>{let X=x===V;if(d(X?null:V),p){let B=X?vn.tileCollapsed(V,"overlay"):vn.tileExpanded(V,"overlay");p.events.publish(B.name,B.props,B.source)}},[x,p]);(0,Gn.useEffect)(()=>{t&&a.forEach(V=>{if(n?.trackRectangleViewed(V.id,"overlay"),p){let X=vn.tileViewed(V.id,"overlay");p.events.publish(X.name,X.props,X.source)}})},[n,p,t,a]),(0,Gn.useEffect)(()=>{_(!0),gR()},[]);let w=(0,Gn.useCallback)(()=>{let V=!t;if(V?n?.trackCanvasOpened("overlay"):n?.trackCanvasClosed("overlay"),p){let X=V?vn.canvasOpened("overlay"):vn.canvasClosed("overlay");p.events.publish(X.name,X.props,X.source)}e()},[t,n,p,e]),b=f==="focused",k=m.position==="right",C=m.colorBackground||"#1c1c1e",I=m.mode==="light",A=m.colorPrimary||"#6366f1",H=b?`linear-gradient(to top right, ${A}22 0%, ${C}fa 50%, ${C}fc 100%)`:`linear-gradient(to top right, ${A}33 0%, ${C}f2 45%, ${C}f7 100%)`,K=b?`linear-gradient(to top right, ${A}11 0%, ${C}fa 50%, ${C}fc 100%)`:`linear-gradient(to top right, ${A}15 0%, ${C}f2 45%, ${C}f7 100%)`,Y={display:"flex",flexDirection:"column",width:b?m.expandedWidth:m.baseWidth,minWidth:"320px",height:"100%",maxHeight:"100%",pointerEvents:"auto",opacity:t?1:.8,transition:"all 340ms cubic-bezier(0.16, 1, 0.3, 1)",color:m.colorText||"#f5f5f7",background:b?I?K:H:"transparent",backdropFilter:b?`blur(${m.backdropBlur})`:void 0,WebkitBackdropFilter:b?`blur(${m.backdropBlur})`:void 0,border:b?k?void 0:`1px solid ${I?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.06)"}`:"none",borderLeft:b&&k?`1px solid ${I?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.08)"}`:void 0,borderRight:b&&!k?`1px solid ${I?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.08)"}`:void 0,borderRadius:b?"0":void 0,boxShadow:b?"none":void 0,transform:t?"translateX(0)":k?"translateX(120%)":"translateX(-120%)"},W={position:"absolute",inset:0,display:"flex",flexDirection:k?"row-reverse":"row",alignItems:"stretch",pointerEvents:"none",padding:b?"0":"1rem"},le=(0,we.jsx)("div",{"data-shadow-canvas-id":"overlay-root",style:{position:"fixed",inset:0,pointerEvents:t?"auto":"none",zIndex:m.zIndex},children:(0,we.jsxs)("div",{style:W,children:[(0,we.jsxs)("div",{style:Y,children:[b&&u&&(0,we.jsx)("header",{style:{color:"white",padding:"1.5rem 1.5rem 0"},children:(0,we.jsx)("p",{style:{margin:0,fontSize:"0.7rem",textTransform:"uppercase",letterSpacing:"0.5em",color:"rgba(255, 255, 255, 0.6)"},children:u})}),(0,we.jsx)("div",{style:{flex:1,overflowY:"auto",padding:b?"0":"1rem"},children:l?(0,we.jsx)("div",{style:{color:"rgba(255, 255, 255, 0.85)",padding:b?"1rem":"0"},children:"Loading..."}):c?(0,we.jsxs)("div",{style:{color:"#fecdd3",padding:b?"1rem":"0"},children:["Failed to load: ",c]}):b?a.length>0?(0,we.jsx)(zs,{config:a[0],surface:"overlay",telemetry:n,customRenderers:g,isExpanded:!0,onToggleExpand:()=>{},style:{width:"100%",height:"100%"}}):null:(0,we.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:"0.75rem",width:"100%"},children:a.map(V=>{let X=x===V.id;return(0,we.jsx)(zs,{config:V,surface:"overlay",telemetry:n,customRenderers:g,isExpanded:X,onToggleExpand:()=>y(V.id),style:{width:"100%"}},V.id)})})}),s]}),(0,we.jsx)("div",{onClick:w,style:{flex:"1 1 auto",pointerEvents:t?"auto":"none",cursor:"default"}})]})});return v?(0,we.jsxs)(we.Fragment,{children:[(0,Lg.createPortal)((0,we.jsx)("div",{"data-shadow-canvas-id":"overlay-launcher",style:{position:"fixed",inset:0,pointerEvents:"none",zIndex:m.zIndex+47},children:(0,we.jsxs)("button",{onClick:w,"aria-label":"Toggle shadow canvas",className:i&&!t?"syntro-launcher-animate":void 0,style:{position:"fixed",bottom:"2.5rem",right:k?"2.5rem":void 0,left:k?void 0:"2.5rem",pointerEvents:"auto",display:"flex",alignItems:"center",gap:"0.75rem",borderRadius:"18px",color:"white",boxShadow:"0 20px 45px rgba(15, 23, 42, 0.35)",transition:"transform 0.2s ease",outline:"none",padding:"0.65rem 1.25rem",border:"2px solid rgba(255, 255, 255, 0.25)",backgroundColor:"rgba(2, 6, 23, 0.8)",backdropFilter:"blur(12px)",cursor:"pointer"},onMouseEnter:V=>V.currentTarget.style.transform="translateY(-2px)",onMouseLeave:V=>V.currentTarget.style.transform="translateY(0)",children:[(0,we.jsx)("div",{style:{width:"36px",height:"36px",borderRadius:"12px",background:t?"linear-gradient(135deg, #f472b6, #ec4899)":"linear-gradient(135deg, #94a3b8, #0f172a)",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,we.jsx)("span",{style:{width:"14px",height:"2px",backgroundColor:"#fff",display:"block",transform:t?"rotate(45deg)":"rotate(0)",position:"relative",transition:"transform 200ms ease"},children:t?null:(0,we.jsx)("span",{style:{position:"absolute",top:0,left:0,width:"14px",height:"2px",backgroundColor:"#fff",transform:"rotate(90deg)"}})})}),(0,we.jsxs)("div",{style:{display:"flex",flexDirection:"column",textAlign:"left"},children:[(0,we.jsx)("span",{style:{fontSize:"0.55rem",letterSpacing:"0.35em",color:"rgba(255,255,255,0.7)"},children:t?"Hide":"Open"}),(0,we.jsx)("span",{style:{fontSize:"0.85rem",letterSpacing:"0.25em"},children:r})]})]})}),document.body),t?(0,Lg.createPortal)(le,document.body):null]}):null}var jr=ee(Et(),1);var Hr=ee(ve(),1);function OO({tiles:t,intervalMs:e=7e3,telemetry:n}){let[r,i]=(0,jr.useState)(0),o=(0,jr.useMemo)(()=>[...t].filter(s=>s.size!=="half").sort((s,a)=>(s.order??0)-(a.order??0)),[t]);return(0,jr.useEffect)(()=>{n?.trackCanvasOpened("wheel")},[n]),(0,jr.useEffect)(()=>{if(o.length<=1)return;let s=setInterval(()=>{i(a=>(a+1)%o.length)},e);return()=>clearInterval(s)},[o,e]),(0,jr.useEffect)(()=>{let s=o[r];s&&n?.trackRectangleViewed(s.id,"wheel")},[r,o,n]),o.length?(0,Hr.jsxs)("div",{className:"relative overflow-hidden rounded-3xl border border-slate-200 bg-gradient-to-br from-white to-slate-50 p-6 shadow-2xl","data-shadow-canvas-id":"wheel",children:[(0,Hr.jsx)("div",{className:"flex transition-transform duration-700 ease-out",style:{transform:`translateX(-${r*100}%)`,width:`${o.length*100}%`},children:o.map(s=>(0,Hr.jsx)("div",{className:"w-full shrink-0 px-4",children:(0,Hr.jsx)(zs,{config:{...s,size:"half"},surface:"wheel",telemetry:n})},s.id))}),(0,Hr.jsx)("div",{className:"mt-4 flex justify-center gap-2",children:o.map((s,a)=>(0,Hr.jsx)("button",{className:`h-2 w-6 rounded-full ${a===r?"bg-slate-800":"bg-slate-300"}`,onClick:()=>i(a)},s.id))})]}):null}var Mg=class{constructor(e){j(this,"state");j(this,"listeners",new Set);this.state={open:e?.open??!1}}getState(){return this.state}subscribe(e){return this.listeners.add(e),()=>{this.listeners.delete(e)}}setOpen(e){this.state.open!==e&&(this.state={...this.state,open:e},this.emit())}toggle(){this.setOpen(!this.state.open)}emit(){for(let e of this.listeners)e(this.state)}},pS=t=>new Mg(t);var sn=ee(Et(),1);var vR=["api.syntrologie.com","cdn.syntrologie.com","localhost","127.0.0.1"];function yR(t){try{let e=new URL(t),n=/^(localhost|127\.0\.0\.1)$/.test(e.hostname);return e.protocol!=="https:"&&!n?(console.warn("[SmartCanvas] Config URI must use HTTPS:",t),!1):vR.some(i=>e.hostname===i)?!0:(console.warn("[SmartCanvas] Config URI host not in allowlist:",e.hostname),!1)}catch{return console.warn("[SmartCanvas] Invalid config URI:",t),!1}}function _R(t){if(typeof window>"u")return!1;try{return new URL(t).origin===window.location.origin}catch{return!1}}var Fg=({configUri:t,experiments:e,featureKey:n="smart-canvas-config-uri"})=>{if(t)return t;let r=e?.getFeatureValue?.(n,null);if(r)return r},Uo=({configUri:t,experiments:e,featureKey:n,credentials:r,configFeatureKey:i="smart-canvas-config"})=>async()=>{if(e&&i){let c=e.getFeatureValue?.(i,null);if(c&&typeof c=="object")return F("SmartCanvas Config","Resolved config directly from feature flag",c),c}let o=Fg({configUri:t,experiments:e,featureKey:n});if(!o)return F("SmartCanvas Config","No config available \u2014 returning empty config"),{tiles:[],overlays:[]};if(!yR(o))throw new Error(`SmartCanvas: config URI not allowed: ${o}`);let s=r??(_R(o)?"include":"omit"),a=await fetch(o,{credentials:s,headers:{"X-SDK-Version":ed,"X-SDK-Schema-Version":lr}});if(!a.ok)throw new Error(`SmartCanvas: failed to fetch config (${a.status})`);let l=await a.json();return F("SmartCanvas Config","Fetched config from URI",l),l};var Oa=ee(ve(),1);function wR(t,e){return t?t.include?.length?t.include.some(n=>hS(n,e)):t.exclude?.length?!t.exclude.some(n=>hS(n,e)):!0:!0}function hS(t,e){if(t.endsWith("/*")){let n=t.slice(0,-2);return e===n||e.startsWith(`${n}/`)}return e===t}function mS({controller:t,fetcher:e,configUri:n,configUriFeatureKey:r="smart-canvas-config-uri",configFeatureKey:i="smart-canvas-config",fetchCredentials:o="include",pollIntervalMs:s,experiments:a,telemetry:l,runtime:c,overlayFetcher:u,overlayConfigUri:f,overlayConfigFeatureKey:h="smart-canvas-overlay-uri",overlayFetchCredentials:g="include",footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p}){return c?(0,Oa.jsx)(_p,{runtime:c,children:(0,Oa.jsx)(gS,{controller:t,fetcher:e,configUri:n,configUriFeatureKey:r,configFeatureKey:i,fetchCredentials:o,pollIntervalMs:s,experiments:a,telemetry:l,runtime:c,overlayFetcher:u,overlayConfigUri:f,overlayConfigFeatureKey:h,overlayFetchCredentials:g,footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p})}):(0,Oa.jsx)(gS,{controller:t,fetcher:e,configUri:n,configUriFeatureKey:r,configFeatureKey:i,fetchCredentials:o,pollIntervalMs:s,experiments:a,telemetry:l,overlayFetcher:u,overlayConfigUri:f,overlayConfigFeatureKey:h,overlayFetchCredentials:g,footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p})}function gS({controller:t,fetcher:e,configUri:n,configUriFeatureKey:r="smart-canvas-config-uri",configFeatureKey:i="smart-canvas-config",fetchCredentials:o="include",pollIntervalMs:s,experiments:a,telemetry:l,runtime:c,overlayFetcher:u,overlayConfigUri:f,overlayConfigFeatureKey:h="smart-canvas-overlay-uri",overlayFetchCredentials:g="include",footerSlot:v,launcherLabel:_,canvasHost:x,customRenderers:d,theme:p}){let[m,y]=(0,sn.useState)(t.getState().open),w=wp(),[b,k]=(0,sn.useState)(()=>typeof window<"u"?window.location.pathname:"/"),C=w?.url?new URL(w.url).pathname:b;(0,sn.useEffect)(()=>{if(c||typeof window>"u")return;let W=()=>k(window.location.pathname);window.addEventListener("popstate",W);let le=history.pushState,V=history.replaceState;return history.pushState=function(...X){le.apply(this,X),W()},history.replaceState=function(...X){V.apply(this,X),W()},()=>{window.removeEventListener("popstate",W),history.pushState=le,history.replaceState=V}},[c]);let I=(0,sn.useMemo)(()=>e||Uo({configUri:n,experiments:a,featureKey:r,configFeatureKey:i,credentials:o}),[e,n,a,r,i,o]),A=V_({fetcher:I,pollIntervalMs:s,experiments:a,runtime:c}),H=A.tiles.length>0&&!A.error;(0,sn.useEffect)(()=>t.subscribe(W=>y(W.open)),[t]),(0,sn.useEffect)(()=>{!H&&t.getState().open&&t.setOpen(!1)},[t,H]),(0,sn.useEffect)(()=>{c?.actions&&A.actions.length>0&&c.actions.applyBatch(A.actions).catch(W=>{console.error("[SmartCanvas] Failed to apply actions:",W)})},[c,A.actions]);let K=(0,sn.useMemo)(()=>{let W=A.theme;return W?{...W,...p}:p},[A.theme,p]),Y=wR(A.routes,C);return!A.isLoading&&(!H||!Y)?null:(0,Oa.jsx)(fS,{tiles:A.tiles,isLoading:A.isLoading,error:A.error,canvasTitle:A.canvasTitle,telemetry:l,launcherLabel:_??A.launcher?.label,launcherAnimate:A.launcher?.animate,launcherAnimationStyle:A.launcher?.animationStyle,footerSlot:v,isOpen:m,onToggle:()=>t.toggle(),customRenderers:d,displayMode:A.displayMode,theme:K})}var xS=ee(yS(),1);var bS=ee(ve(),1),_S="smart-canvas",wS=`
35
35
  :host {
36
36
  font: inherit;
37
37
  color: inherit;
@@ -44,25 +44,25 @@ Error generating stack: `+o.message+`
44
44
  *, *::before, *::after {
45
45
  box-sizing: border-box;
46
46
  }
47
- `,xR=()=>{let t="smartcanvas-overlays",e=document.getElementById(t);return e||(e=document.createElement("div"),e.id=t,e.setAttribute("data-smart-canvas-overlay","true"),document.body?document.body.appendChild(e):document.addEventListener("DOMContentLoaded",()=>{e.parentNode||document.body.appendChild(e)},{once:!0})),e},Ur,Wr,La,Zn,qr,Yn,Wo,Dg=class extends HTMLElement{constructor(){super();ar(this,Ur);ar(this,Wr);ar(this,La);ar(this,Zn);ar(this,qr,null);ar(this,Yn,null);ar(this,Wo,{});dn(this,Ur,this.attachShadow({mode:"open",delegatesFocus:!0})),dn(this,Wr,document.createElement("div")),xe(this,Wr).setAttribute("part","mount"),xe(this,Ur).appendChild(xe(this,Wr)),dn(this,La,xR()),dn(this,Zn,pS()),this.applyBaseStyles()}connectedCallback(){this.style.setProperty("font-family","inherit")}disconnectedCallback(){xe(this,qr)?.unmount(),dn(this,qr,null)}getMountNode(){return xe(this,Wr)}getController(){return xe(this,Zn)}getOverlayRoot(){return xe(this,La)}open(){xe(this,Zn).setOpen(!0)}close(){xe(this,Zn).setOpen(!1)}toggle(){xe(this,Zn).toggle()}registerComponent(n,r){dn(this,Wo,{...xe(this,Wo),[n]:r}),this.render()}setOverrideFetcher(n){xe(this,Yn)&&(dn(this,Yn,{...xe(this,Yn),fetcher:n}),this.render())}mountReactApp(n){dn(this,Yn,n),this.render()}render(){!this.isConnected||!xe(this,Yn)||(xe(this,qr)||dn(this,qr,(0,xS.createRoot)(xe(this,Wr))),xe(this,qr).render((0,bS.jsx)(mS,{...xe(this,Yn),controller:xe(this,Zn),canvasHost:this,customRenderers:xe(this,Wo)})))}applyBaseStyles(){if(xe(this,Ur).adoptedStyleSheets!==void 0){let n=new CSSStyleSheet;n.replaceSync(wS),xe(this,Ur).adoptedStyleSheets=[n]}else{let n=document.createElement("style");n.textContent=wS,xe(this,Ur).appendChild(n)}}};Ur=new WeakMap,Wr=new WeakMap,La=new WeakMap,Zn=new WeakMap,qr=new WeakMap,Yn=new WeakMap,Wo=new WeakMap;var SS=()=>{typeof window>"u"||customElements.get(_S)||customElements.define(_S,Dg)};var wc=ee(Et(),1),kS=ee(_c(),1);function nL({element:t,children:e}){let[n,r]=(0,wc.useState)(null);return(0,wc.useLayoutEffect)(()=>{if(!t){r(null);return}return r(t.getMountNode()),()=>r(null)},[t]),n?(0,kS.createPortal)(e,n):null}var CS={timeout:300,className:"sc-anti-flicker",style:"opacity: 0 !important"};function ES(t={}){let{timeout:e,className:n,style:r}={...CS,...t},i=document.createElement("style");i.textContent=`.${n} { ${r} }`,document.head.appendChild(i),document.documentElement.classList.add(n);let o=setTimeout(()=>{document.documentElement.classList.remove(n)},e);return()=>{clearTimeout(o),document.documentElement.classList.remove(n),i.remove()}}function SR(t={}){let{className:e,style:n}={...CS,...t};return`
47
+ `,xR=()=>{let t="smartcanvas-overlays",e=document.getElementById(t);return e||(e=document.createElement("div"),e.id=t,e.setAttribute("data-smart-canvas-overlay","true"),document.body?document.body.appendChild(e):document.addEventListener("DOMContentLoaded",()=>{e.parentNode||document.body.appendChild(e)},{once:!0})),e},Ur,Wr,La,Zn,qr,Yn,Wo,Dg=class extends HTMLElement{constructor(){super();ar(this,Ur);ar(this,Wr);ar(this,La);ar(this,Zn);ar(this,qr,null);ar(this,Yn,null);ar(this,Wo,{});dn(this,Ur,this.attachShadow({mode:"open",delegatesFocus:!0})),dn(this,Wr,document.createElement("div")),xe(this,Wr).setAttribute("part","mount"),xe(this,Ur).appendChild(xe(this,Wr)),dn(this,La,xR()),dn(this,Zn,pS()),this.applyBaseStyles()}connectedCallback(){this.style.setProperty("font-family","inherit")}disconnectedCallback(){xe(this,qr)?.unmount(),dn(this,qr,null)}getMountNode(){return xe(this,Wr)}getController(){return xe(this,Zn)}getOverlayRoot(){return xe(this,La)}open(){xe(this,Zn).setOpen(!0)}close(){xe(this,Zn).setOpen(!1)}toggle(){xe(this,Zn).toggle()}registerComponent(n,r){dn(this,Wo,{...xe(this,Wo),[n]:r}),this.render()}setOverrideFetcher(n){xe(this,Yn)&&(dn(this,Yn,{...xe(this,Yn),fetcher:n}),this.render())}mountReactApp(n){dn(this,Yn,n),this.render()}render(){!this.isConnected||!xe(this,Yn)||(xe(this,qr)||dn(this,qr,(0,xS.createRoot)(xe(this,Wr))),xe(this,qr).render((0,bS.jsx)(mS,{...xe(this,Yn),controller:xe(this,Zn),canvasHost:this,customRenderers:xe(this,Wo)})))}applyBaseStyles(){if(xe(this,Ur).adoptedStyleSheets!==void 0){let n=new CSSStyleSheet;n.replaceSync(wS),xe(this,Ur).adoptedStyleSheets=[n]}else{let n=document.createElement("style");n.textContent=wS,xe(this,Ur).appendChild(n)}}};Ur=new WeakMap,Wr=new WeakMap,La=new WeakMap,Zn=new WeakMap,qr=new WeakMap,Yn=new WeakMap,Wo=new WeakMap;var SS=()=>{typeof window>"u"||customElements.get(_S)||customElements.define(_S,Dg)};var wu=ee(Et(),1),kS=ee(_u(),1);function rL({element:t,children:e}){let[n,r]=(0,wu.useState)(null);return(0,wu.useLayoutEffect)(()=>{if(!t){r(null);return}return r(t.getMountNode()),()=>r(null)},[t]),n?(0,kS.createPortal)(e,n):null}var CS={timeout:300,className:"sc-anti-flicker",style:"opacity: 0 !important"};function ES(t={}){let{timeout:e,className:n,style:r}={...CS,...t},i=document.createElement("style");i.textContent=`.${n} { ${r} }`,document.head.appendChild(i),document.documentElement.classList.add(n);let o=setTimeout(()=>{document.documentElement.classList.remove(n)},e);return()=>{clearTimeout(o),document.documentElement.classList.remove(n),i.remove()}}function SR(t={}){let{className:e,style:n}={...CS,...t};return`
48
48
  (function() {
49
49
  var s = document.createElement('style');
50
50
  s.textContent = '.${e} { ${n} }';
51
51
  document.head.appendChild(s);
52
52
  document.documentElement.className += ' ${e}';
53
- })();`}var AS="https://cdn.syntrologie.com/editor-sdk/latest/editor-sdk.js",TS=["cdn.syntrologie.com","api.syntrologie.com","dev-api.syntrologie.com","localhost","127.0.0.1",".syntrologie.com"];function bR(t){F("Syntro Runtime","Validating editor URL:",t);try{if(t.startsWith("/"))return F("Syntro Runtime","\u2713 Relative URL allowed (same-origin):",t),!0;let e=new URL(t),n=/^(localhost|127\.0\.0\.1)$/.test(e.hostname);if(F("Syntro Runtime","Parsed URL:",{hostname:e.hostname,protocol:e.protocol,isLocalhost:n}),e.protocol!=="https:"&&!n)return ft("Syntro Runtime","\u274C Editor URL must use HTTPS:",t),!1;let r=TS.some(i=>i.startsWith(".")?e.hostname.endsWith(i)||e.hostname===i.slice(1):e.hostname===i);return F("Syntro Runtime","Host allowlist check:",{hostname:e.hostname,allowedHosts:TS,isAllowed:r}),r?(F("Syntro Runtime","\u2713 Editor URL validated"),!0):(ft("Syntro Runtime","\u274C Editor URL host not in allowlist:",e.hostname),!1)}catch(e){return ft("Syntro Runtime","\u274C Invalid editor URL: "+t,e),!1}}var kR=()=>{if(F("Syntro Runtime","====== EDITOR LOAD CHECK ======"),typeof window>"u")return F("Syntro Runtime","Not in browser - skipping editor"),!1;let t=new URLSearchParams(window.location.search);F("Syntro Runtime","URL:",window.location.href),F("Syntro Runtime","Search params:",window.location.search);let e=t.has("syntro_editor")||t.has("syntro-editor"),n=t.has("editor_token");if(F("Syntro Runtime","Editor flags:",{hasEditorFlag:e,hasEditorToken:n,syntro_editor:t.get("syntro_editor"),"syntro-editor":t.get("syntro-editor"),editor_token:n?`${t.get("editor_token")?.slice(0,10)}...`:"none"}),e&&!n)return ft("Syntro Runtime","\u274C Editor activation requires editor_token parameter"),F("Syntro Runtime","================================"),!1;let r=e&&n;return F("Syntro Runtime","Should load editor:",r),F("Syntro Runtime","================================"),r},CR=()=>{if(F("Syntro Runtime","====== AUDIT MODE CHECK ======"),typeof window>"u")return F("Syntro Runtime","Not in browser - skipping audit"),!1;let t=new URLSearchParams(window.location.search),e=t.has("syntro_audit"),n=t.has("audit_token"),r=t.get("audit_session_id");return F("Syntro Runtime","Audit flags:",{hasAuditFlag:e,hasAuditToken:n,auditSessionId:r?`${r.slice(0,8)}...`:"none",audit_token:n?`${t.get("audit_token")?.slice(0,10)}...`:"none"}),e?n?(F("Syntro Runtime","\u2713 Audit mode active"),F("Syntro Runtime","================================"),!0):(ft("Syntro Runtime","\u274C Audit activation requires audit_token parameter"),F("Syntro Runtime","================================"),!1):(F("Syntro Runtime","No syntro_audit param - not in audit mode"),F("Syntro Runtime","================================"),!1)},RS=()=>kR()?"editor":CR()?"audit":null;function ER(){if(typeof window>"u")return null;let t=new URLSearchParams(window.location.search);return t.get("editor_token")||t.get("audit_token")}var IS=async t=>{if(F("Syntro Runtime","====== LOAD EDITOR SDK ======"),typeof window>"u"){F("Syntro Runtime","Not in browser - skipping editor SDK load");return}if(window.SyntroEditor){F("Syntro Runtime","Editor SDK already loaded (window.SyntroEditor exists)");return}let e=typeof t=="string"?{editorUrl:t}:t??{},n=new URLSearchParams(window.location.search),r=n.get("syntro_editor_sdk_url"),i=n.get("api_base"),o=i?`${i}/api/editor/sdk/editor-sdk.js`:null,s=r||o||e.editorUrl||AS,a=ER();if(!a){ft("Syntro Runtime","\u274C No token found in URL params. SDK requires editor_token or audit_token."),F("Syntro Runtime","================================");return}let l=`${s}?token=${encodeURIComponent(a)}`;if(F("Syntro Runtime","Editor URL:",l),F("Syntro Runtime","Options:",{hasIntegrity:!!e.integrity,isDefault:s===AS,hasApiBase:!!i,tokenPrefix:a.slice(0,10)+"..."}),!bR(s)){console.error("[Syntro Runtime] \u274C BLOCKED: Editor from untrusted URL:",s),F("Syntro Runtime","================================");return}return F("Syntro Runtime","\u2713 URL validated, injecting script tag..."),new Promise((u,c)=>{let f=document.createElement("script");f.src=l,f.async=!0,e.integrity&&(f.integrity=e.integrity,f.crossOrigin="anonymous",F("Syntro Runtime","SRI integrity check enabled")),f.onload=()=>{F("Syntro Runtime","\u2713 Editor SDK script loaded successfully"),F("Syntro Runtime","window.SyntroEditor:",!!window.SyntroEditor),F("Syntro Runtime","================================"),u()},f.onerror=h=>{console.error("[Syntro Runtime] \u274C Failed to load Editor SDK:",h),console.error("[Syntro Runtime] URL attempted:",l),console.error("[Syntro Runtime] Check: Is the URL accessible? CORS? Network? Token valid?"),F("Syntro Runtime","================================"),c(h)},document.head.appendChild(f),F("Syntro Runtime","Script tag appended to <head>")})};var Vg=async(t={})=>{if(typeof window>"u"||typeof document>"u")throw new Error("SmartCanvas can only be created in a browser-like environment");let e=null;if(t.antiFlicker){let d=typeof t.antiFlicker=="object"?t.antiFlicker:{};e=ES(d)}let n=null,r=null,i=null,o=!0,s=t.runtime;async function a(d){!s?.actions||d.length===0||(i?.isApplied()&&await i.revertAll(),i=await s.actions.applyBatch(d))}async function l(){i?.isApplied()&&(await i.revertAll(),i=null)}if(t.fetcher)try{r=t.fetcher;let d=await t.fetcher();n=d,d.actions&&d.actions.length>0&&s?.actions&&await a(d.actions)}catch(d){console.error("[SmartCanvas] Error fetching/applying initial config:",d)}e&&e();let u=RS();u&&(console.log(`[SmartCanvas] Loading editor SDK for ${u} mode`),IS(t.editorUrl).catch(console.error)),SS();let c=document.createElement("smart-canvas");if(t.tokens)for(let[d,p]of Object.entries(t.tokens))c.style.setProperty(d,p);let f=()=>{let d=t.target??document.body;d&&d.appendChild(c)};document.body?f():document.addEventListener("DOMContentLoaded",f,{once:!0});let h=t.integrations?.experiments,g=t.integrations?.telemetry,v=t.fetcher??Uo({configUri:t.configUri,experiments:h,featureKey:t.configUriFeatureKey,credentials:t.fetchCredentials});r||(r=v);let _={fetcher:v,pollIntervalMs:t.pollIntervalMs,experiments:h,telemetry:g,runtime:s,overlayFetcher:t.overlayFetcher,overlayConfigUri:t.overlayConfigUri,overlayConfigFeatureKey:t.overlayConfigFeatureKey,overlayFetchCredentials:t.overlayFetchCredentials,configUri:t.configUri,configUriFeatureKey:t.configUriFeatureKey,fetchCredentials:t.fetchCredentials,theme:t.theme};c.mountReactApp(_),t.defaultOpen&&c.open();let x={el:c,open:()=>c.open(),close:()=>c.close(),destroy:()=>{l(),c.remove()},setTokens:d=>{for(let[p,m]of Object.entries(d))c.style.setProperty(p,m)},getConfig:async()=>{if(r)try{let d=await r();return n=d,d}catch(d){console.error("[SmartCanvas] Error fetching config:",d)}return n??{tiles:[],actions:[],fetchedAt:""}},updateConfig:async d=>{n=d,o&&await a(d.actions)},setEnabled:async d=>{o=d,d?n&&await a(n.actions):await l()},registerComponent:(d,p)=>c.registerComponent(d,p),setOverrideFetcher:d=>{r=d,c.setOverrideFetcher(d)},registerTelemetryProperties:d=>{g?.register?.(d)},getSessionId:()=>g?.getSessionId?.(),startSessionRecording:()=>{g?.startSessionRecording?.()},runtime:s};return typeof window<"u"&&u&&(window.__smartCanvasHandle=x),x};typeof window<"u"&&(window.SmartCanvas={async create(t){return Vg(t)}});var S={};Rk(S,{BRAND:()=>QR,DIRTY:()=>bi,EMPTY_PATH:()=>IR,INVALID:()=>U,NEVER:()=>FI,OK:()=>nt,ParseStatus:()=>Ze,Schema:()=>J,ZodAny:()=>Zr,ZodArray:()=>er,ZodBigInt:()=>Ci,ZodBoolean:()=>Ei,ZodBranded:()=>Fa,ZodCatch:()=>$i,ZodDate:()=>Ai,ZodDefault:()=>Fi,ZodDiscriminatedUnion:()=>bc,ZodEffects:()=>qt,ZodEnum:()=>Li,ZodError:()=>wt,ZodFirstPartyTypeKind:()=>q,ZodFunction:()=>Cc,ZodIntersection:()=>Pi,ZodIssueCode:()=>T,ZodLazy:()=>Ni,ZodLiteral:()=>Oi,ZodMap:()=>Xo,ZodNaN:()=>Jo,ZodNativeEnum:()=>Mi,ZodNever:()=>an,ZodNull:()=>Ri,ZodNullable:()=>En,ZodNumber:()=>ki,ZodObject:()=>xt,ZodOptional:()=>Ut,ZodParsedType:()=>M,ZodPipeline:()=>$a,ZodPromise:()=>Yr,ZodReadonly:()=>Di,ZodRecord:()=>kc,ZodSchema:()=>J,ZodSet:()=>Qo,ZodString:()=>Gr,ZodSymbol:()=>Zo,ZodTransformer:()=>qt,ZodTuple:()=>Cn,ZodType:()=>J,ZodUndefined:()=>Ti,ZodUnion:()=>Ii,ZodUnknown:()=>Jn,ZodVoid:()=>Yo,addIssueToContext:()=>P,any:()=>aI,array:()=>dI,bigint:()=>nI,boolean:()=>zS,coerce:()=>MI,custom:()=>DS,date:()=>rI,datetimeRegex:()=>FS,defaultErrorMap:()=>Xn,discriminatedUnion:()=>gI,effect:()=>AI,enum:()=>kI,function:()=>xI,getErrorMap:()=>qo,getParsedType:()=>kn,instanceof:()=>eI,intersection:()=>mI,isAborted:()=>xc,isAsync:()=>Ko,isDirty:()=>Sc,isValid:()=>Kr,late:()=>JR,lazy:()=>SI,literal:()=>bI,makeIssue:()=>Ma,map:()=>_I,nan:()=>tI,nativeEnum:()=>CI,never:()=>uI,null:()=>sI,nullable:()=>RI,number:()=>BS,object:()=>fI,objectUtil:()=>Bg,oboolean:()=>LI,onumber:()=>OI,optional:()=>TI,ostring:()=>NI,pipeline:()=>PI,preprocess:()=>II,promise:()=>EI,quotelessJson:()=>AR,record:()=>yI,set:()=>wI,setErrorMap:()=>RR,strictObject:()=>pI,string:()=>VS,symbol:()=>iI,transformer:()=>AI,tuple:()=>vI,undefined:()=>oI,union:()=>hI,unknown:()=>lI,util:()=>re,void:()=>cI});var re;(function(t){t.assertEqual=i=>{};function e(i){}t.assertIs=e;function n(i){throw new Error}t.assertNever=n,t.arrayToEnum=i=>{let o={};for(let s of i)o[s]=s;return o},t.getValidEnumValues=i=>{let o=t.objectKeys(i).filter(a=>typeof i[i[a]]!="number"),s={};for(let a of o)s[a]=i[a];return t.objectValues(s)},t.objectValues=i=>t.objectKeys(i).map(function(o){return i[o]}),t.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{let o=[];for(let s in i)Object.prototype.hasOwnProperty.call(i,s)&&o.push(s);return o},t.find=(i,o)=>{for(let s of i)if(o(s))return s},t.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&Number.isFinite(i)&&Math.floor(i)===i;function r(i,o=" | "){return i.map(s=>typeof s=="string"?`'${s}'`:s).join(o)}t.joinValues=r,t.jsonStringifyReplacer=(i,o)=>typeof o=="bigint"?o.toString():o})(re||(re={}));var Bg;(function(t){t.mergeShapes=(e,n)=>({...e,...n})})(Bg||(Bg={}));var M=re.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),kn=t=>{switch(typeof t){case"undefined":return M.undefined;case"string":return M.string;case"number":return Number.isNaN(t)?M.nan:M.number;case"boolean":return M.boolean;case"function":return M.function;case"bigint":return M.bigint;case"symbol":return M.symbol;case"object":return Array.isArray(t)?M.array:t===null?M.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?M.promise:typeof Map<"u"&&t instanceof Map?M.map:typeof Set<"u"&&t instanceof Set?M.set:typeof Date<"u"&&t instanceof Date?M.date:M.object;default:return M.unknown}};var T=re.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),AR=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),wt=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=r=>{this.issues=[...this.issues,r]},this.addIssues=(r=[])=>{this.issues=[...this.issues,...r]};let n=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,n):this.__proto__=n,this.name="ZodError",this.issues=e}format(e){let n=e||function(o){return o.message},r={_errors:[]},i=o=>{for(let s of o.issues)if(s.code==="invalid_union")s.unionErrors.map(i);else if(s.code==="invalid_return_type")i(s.returnTypeError);else if(s.code==="invalid_arguments")i(s.argumentsError);else if(s.path.length===0)r._errors.push(n(s));else{let a=r,l=0;for(;l<s.path.length;){let u=s.path[l];l===s.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(n(s))):a[u]=a[u]||{_errors:[]},a=a[u],l++}}};return i(this),r}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,re.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=n=>n.message){let n={},r=[];for(let i of this.issues)if(i.path.length>0){let o=i.path[0];n[o]=n[o]||[],n[o].push(e(i))}else r.push(e(i));return{formErrors:r,fieldErrors:n}}get formErrors(){return this.flatten()}};wt.create=t=>new wt(t);var TR=(t,e)=>{let n;switch(t.code){case T.invalid_type:t.received===M.undefined?n="Required":n=`Expected ${t.expected}, received ${t.received}`;break;case T.invalid_literal:n=`Invalid literal value, expected ${JSON.stringify(t.expected,re.jsonStringifyReplacer)}`;break;case T.unrecognized_keys:n=`Unrecognized key(s) in object: ${re.joinValues(t.keys,", ")}`;break;case T.invalid_union:n="Invalid input";break;case T.invalid_union_discriminator:n=`Invalid discriminator value. Expected ${re.joinValues(t.options)}`;break;case T.invalid_enum_value:n=`Invalid enum value. Expected ${re.joinValues(t.options)}, received '${t.received}'`;break;case T.invalid_arguments:n="Invalid function arguments";break;case T.invalid_return_type:n="Invalid function return type";break;case T.invalid_date:n="Invalid date";break;case T.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(n=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(n=`${n} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?n=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?n=`Invalid input: must end with "${t.validation.endsWith}"`:re.assertNever(t.validation):t.validation!=="regex"?n=`Invalid ${t.validation}`:n="Invalid";break;case T.too_small:t.type==="array"?n=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?n=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?n=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?n=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?n=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:n="Invalid input";break;case T.too_big:t.type==="array"?n=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?n=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?n=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?n=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?n=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:n="Invalid input";break;case T.custom:n="Invalid input";break;case T.invalid_intersection_types:n="Intersection results could not be merged";break;case T.not_multiple_of:n=`Number must be a multiple of ${t.multipleOf}`;break;case T.not_finite:n="Number must be finite";break;default:n=e.defaultError,re.assertNever(t)}return{message:n}},Xn=TR;var PS=Xn;function RR(t){PS=t}function qo(){return PS}var Ma=t=>{let{data:e,path:n,errorMaps:r,issueData:i}=t,o=[...n,...i.path||[]],s={...i,path:o};if(i.message!==void 0)return{...i,path:o,message:i.message};let a="",l=r.filter(u=>!!u).slice().reverse();for(let u of l)a=u(s,{data:e,defaultError:a}).message;return{...i,path:o,message:a}},IR=[];function P(t,e){let n=qo(),r=Ma({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,n,n===Xn?void 0:Xn].filter(i=>!!i)});t.common.issues.push(r)}var Ze=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,n){let r=[];for(let i of n){if(i.status==="aborted")return U;i.status==="dirty"&&e.dirty(),r.push(i.value)}return{status:e.value,value:r}}static async mergeObjectAsync(e,n){let r=[];for(let i of n){let o=await i.key,s=await i.value;r.push({key:o,value:s})}return t.mergeObjectSync(e,r)}static mergeObjectSync(e,n){let r={};for(let i of n){let{key:o,value:s}=i;if(o.status==="aborted"||s.status==="aborted")return U;o.status==="dirty"&&e.dirty(),s.status==="dirty"&&e.dirty(),o.value!=="__proto__"&&(typeof s.value<"u"||i.alwaysSet)&&(r[o.value]=s.value)}return{status:e.value,value:r}}},U=Object.freeze({status:"aborted"}),bi=t=>({status:"dirty",value:t}),nt=t=>({status:"valid",value:t}),xc=t=>t.status==="aborted",Sc=t=>t.status==="dirty",Kr=t=>t.status==="valid",Ko=t=>typeof Promise<"u"&&t instanceof Promise;var z;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(z||(z={}));var Wt=class{constructor(e,n,r,i){this._cachedPath=[],this.parent=e,this.data=n,this._path=r,this._key=i}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},NS=(t,e)=>{if(Kr(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let n=new wt(t.common.issues);return this._error=n,this._error}}};function Q(t){if(!t)return{};let{errorMap:e,invalid_type_error:n,required_error:r,description:i}=t;if(e&&(n||r))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(s,a)=>{let{message:l}=t;return s.code==="invalid_enum_value"?{message:l??a.defaultError}:typeof a.data>"u"?{message:l??r??a.defaultError}:s.code!=="invalid_type"?{message:a.defaultError}:{message:l??n??a.defaultError}},description:i}}var J=class{get description(){return this._def.description}_getType(e){return kn(e.data)}_getOrReturnCtx(e,n){return n||{common:e.parent.common,data:e.data,parsedType:kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ze,ctx:{common:e.parent.common,data:e.data,parsedType:kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let n=this._parse(e);if(Ko(n))throw new Error("Synchronous parse encountered promise.");return n}_parseAsync(e){let n=this._parse(e);return Promise.resolve(n)}parse(e,n){let r=this.safeParse(e,n);if(r.success)return r.data;throw r.error}safeParse(e,n){let r={common:{issues:[],async:n?.async??!1,contextualErrorMap:n?.errorMap},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kn(e)},i=this._parseSync({data:e,path:r.path,parent:r});return NS(r,i)}"~validate"(e){let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kn(e)};if(!this["~standard"].async)try{let r=this._parseSync({data:e,path:[],parent:n});return Kr(r)?{value:r.value}:{issues:n.common.issues}}catch(r){r?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),n.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:n}).then(r=>Kr(r)?{value:r.value}:{issues:n.common.issues})}async parseAsync(e,n){let r=await this.safeParseAsync(e,n);if(r.success)return r.data;throw r.error}async safeParseAsync(e,n){let r={common:{issues:[],contextualErrorMap:n?.errorMap,async:!0},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kn(e)},i=this._parse({data:e,path:r.path,parent:r}),o=await(Ko(i)?i:Promise.resolve(i));return NS(r,o)}refine(e,n){let r=i=>typeof n=="string"||typeof n>"u"?{message:n}:typeof n=="function"?n(i):n;return this._refinement((i,o)=>{let s=e(i),a=()=>o.addIssue({code:T.custom,...r(i)});return typeof Promise<"u"&&s instanceof Promise?s.then(l=>l?!0:(a(),!1)):s?!0:(a(),!1)})}refinement(e,n){return this._refinement((r,i)=>e(r)?!0:(i.addIssue(typeof n=="function"?n(r,i):n),!1))}_refinement(e){return new qt({schema:this,typeName:q.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:n=>this["~validate"](n)}}optional(){return Ut.create(this,this._def)}nullable(){return En.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return er.create(this)}promise(){return Yr.create(this,this._def)}or(e){return Ii.create([this,e],this._def)}and(e){return Pi.create(this,e,this._def)}transform(e){return new qt({...Q(this._def),schema:this,typeName:q.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let n=typeof e=="function"?e:()=>e;return new Fi({...Q(this._def),innerType:this,defaultValue:n,typeName:q.ZodDefault})}brand(){return new Fa({typeName:q.ZodBranded,type:this,...Q(this._def)})}catch(e){let n=typeof e=="function"?e:()=>e;return new $i({...Q(this._def),innerType:this,catchValue:n,typeName:q.ZodCatch})}describe(e){let n=this.constructor;return new n({...this._def,description:e})}pipe(e){return $a.create(this,e)}readonly(){return Di.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},PR=/^c[^\s-]{8,}$/i,NR=/^[0-9a-z]+$/,OR=/^[0-9A-HJKMNP-TV-Z]{26}$/i,LR=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,MR=/^[a-z0-9_-]{21}$/i,FR=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,$R=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,DR=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,VR="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",zg,BR=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,zR=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,HR=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,jR=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,UR=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,WR=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,LS="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",qR=new RegExp(`^${LS}$`);function MS(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let n=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${n}`}function KR(t){return new RegExp(`^${MS(t)}$`)}function FS(t){let e=`${LS}T${MS(t)}`,n=[];return n.push(t.local?"Z?":"Z"),t.offset&&n.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${n.join("|")})`,new RegExp(`^${e}$`)}function GR(t,e){return!!((e==="v4"||!e)&&BR.test(t)||(e==="v6"||!e)&&HR.test(t))}function ZR(t,e){if(!FR.test(t))return!1;try{let[n]=t.split(".");if(!n)return!1;let r=n.replace(/-/g,"+").replace(/_/g,"/").padEnd(n.length+(4-n.length%4)%4,"="),i=JSON.parse(atob(r));return!(typeof i!="object"||i===null||"typ"in i&&i?.typ!=="JWT"||!i.alg||e&&i.alg!==e)}catch{return!1}}function YR(t,e){return!!((e==="v4"||!e)&&zR.test(t)||(e==="v6"||!e)&&jR.test(t))}var Gr=class t extends J{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==M.string){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_type,expected:M.string,received:o.parsedType}),U}let r=new Ze,i;for(let o of this._def.checks)if(o.kind==="min")e.data.length<o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),r.dirty());else if(o.kind==="max")e.data.length>o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),r.dirty());else if(o.kind==="length"){let s=e.data.length>o.value,a=e.data.length<o.value;(s||a)&&(i=this._getOrReturnCtx(e,i),s?P(i,{code:T.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):a&&P(i,{code:T.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),r.dirty())}else if(o.kind==="email")DR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"email",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="emoji")zg||(zg=new RegExp(VR,"u")),zg.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"emoji",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="uuid")LR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"uuid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="nanoid")MR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"nanoid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="cuid")PR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"cuid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="cuid2")NR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"cuid2",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="ulid")OR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"ulid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),P(i,{validation:"url",code:T.invalid_string,message:o.message}),r.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"regex",code:T.invalid_string,message:o.message}),r.dirty())):o.kind==="trim"?e.data=e.data.trim():o.kind==="includes"?e.data.includes(o.value,o.position)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),r.dirty()):o.kind==="toLowerCase"?e.data=e.data.toLowerCase():o.kind==="toUpperCase"?e.data=e.data.toUpperCase():o.kind==="startsWith"?e.data.startsWith(o.value)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:{startsWith:o.value},message:o.message}),r.dirty()):o.kind==="endsWith"?e.data.endsWith(o.value)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:{endsWith:o.value},message:o.message}),r.dirty()):o.kind==="datetime"?FS(o).test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"datetime",message:o.message}),r.dirty()):o.kind==="date"?qR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"date",message:o.message}),r.dirty()):o.kind==="time"?KR(o).test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"time",message:o.message}),r.dirty()):o.kind==="duration"?$R.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"duration",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="ip"?GR(e.data,o.version)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"ip",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="jwt"?ZR(e.data,o.alg)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"jwt",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="cidr"?YR(e.data,o.version)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"cidr",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="base64"?UR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"base64",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="base64url"?WR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"base64url",code:T.invalid_string,message:o.message}),r.dirty()):re.assertNever(o);return{status:r.value,value:e.data}}_regex(e,n,r){return this.refinement(i=>e.test(i),{validation:n,code:T.invalid_string,...z.errToObj(r)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...z.errToObj(e)})}url(e){return this._addCheck({kind:"url",...z.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...z.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...z.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...z.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...z.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...z.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...z.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...z.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...z.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...z.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...z.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...z.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...z.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...z.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...z.errToObj(e)})}regex(e,n){return this._addCheck({kind:"regex",regex:e,...z.errToObj(n)})}includes(e,n){return this._addCheck({kind:"includes",value:e,position:n?.position,...z.errToObj(n?.message)})}startsWith(e,n){return this._addCheck({kind:"startsWith",value:e,...z.errToObj(n)})}endsWith(e,n){return this._addCheck({kind:"endsWith",value:e,...z.errToObj(n)})}min(e,n){return this._addCheck({kind:"min",value:e,...z.errToObj(n)})}max(e,n){return this._addCheck({kind:"max",value:e,...z.errToObj(n)})}length(e,n){return this._addCheck({kind:"length",value:e,...z.errToObj(n)})}nonempty(e){return this.min(1,z.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxLength(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e}};Gr.create=t=>new Gr({checks:[],typeName:q.ZodString,coerce:t?.coerce??!1,...Q(t)});function XR(t,e){let n=(t.toString().split(".")[1]||"").length,r=(e.toString().split(".")[1]||"").length,i=n>r?n:r,o=Number.parseInt(t.toFixed(i).replace(".","")),s=Number.parseInt(e.toFixed(i).replace(".",""));return o%s/10**i}var ki=class t extends J{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==M.number){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_type,expected:M.number,received:o.parsedType}),U}let r,i=new Ze;for(let o of this._def.checks)o.kind==="int"?re.isInteger(e.data)||(r=this._getOrReturnCtx(e,r),P(r,{code:T.invalid_type,expected:"integer",received:"float",message:o.message}),i.dirty()):o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),i.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),i.dirty()):o.kind==="multipleOf"?XR(e.data,o.value)!==0&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.not_multiple_of,multipleOf:o.value,message:o.message}),i.dirty()):o.kind==="finite"?Number.isFinite(e.data)||(r=this._getOrReturnCtx(e,r),P(r,{code:T.not_finite,message:o.message}),i.dirty()):re.assertNever(o);return{status:i.value,value:e.data}}gte(e,n){return this.setLimit("min",e,!0,z.toString(n))}gt(e,n){return this.setLimit("min",e,!1,z.toString(n))}lte(e,n){return this.setLimit("max",e,!0,z.toString(n))}lt(e,n){return this.setLimit("max",e,!1,z.toString(n))}setLimit(e,n,r,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:n,inclusive:r,message:z.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:z.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:z.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:z.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:z.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:z.toString(e)})}multipleOf(e,n){return this._addCheck({kind:"multipleOf",value:e,message:z.toString(n)})}finite(e){return this._addCheck({kind:"finite",message:z.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:z.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:z.toString(e)})}get minValue(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxValue(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&re.isInteger(e.value))}get isFinite(){let e=null,n=null;for(let r of this._def.checks){if(r.kind==="finite"||r.kind==="int"||r.kind==="multipleOf")return!0;r.kind==="min"?(n===null||r.value>n)&&(n=r.value):r.kind==="max"&&(e===null||r.value<e)&&(e=r.value)}return Number.isFinite(n)&&Number.isFinite(e)}};ki.create=t=>new ki({checks:[],typeName:q.ZodNumber,coerce:t?.coerce||!1,...Q(t)});var Ci=class t extends J{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==M.bigint)return this._getInvalidInput(e);let r,i=new Ze;for(let o of this._def.checks)o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),i.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),i.dirty()):o.kind==="multipleOf"?e.data%o.value!==BigInt(0)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.not_multiple_of,multipleOf:o.value,message:o.message}),i.dirty()):re.assertNever(o);return{status:i.value,value:e.data}}_getInvalidInput(e){let n=this._getOrReturnCtx(e);return P(n,{code:T.invalid_type,expected:M.bigint,received:n.parsedType}),U}gte(e,n){return this.setLimit("min",e,!0,z.toString(n))}gt(e,n){return this.setLimit("min",e,!1,z.toString(n))}lte(e,n){return this.setLimit("max",e,!0,z.toString(n))}lt(e,n){return this.setLimit("max",e,!1,z.toString(n))}setLimit(e,n,r,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:n,inclusive:r,message:z.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:z.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:z.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:z.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:z.toString(e)})}multipleOf(e,n){return this._addCheck({kind:"multipleOf",value:e,message:z.toString(n)})}get minValue(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxValue(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e}};Ci.create=t=>new Ci({checks:[],typeName:q.ZodBigInt,coerce:t?.coerce??!1,...Q(t)});var Ei=class extends J{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==M.boolean){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.boolean,received:r.parsedType}),U}return nt(e.data)}};Ei.create=t=>new Ei({typeName:q.ZodBoolean,coerce:t?.coerce||!1,...Q(t)});var Ai=class t extends J{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==M.date){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_type,expected:M.date,received:o.parsedType}),U}if(Number.isNaN(e.data.getTime())){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_date}),U}let r=new Ze,i;for(let o of this._def.checks)o.kind==="min"?e.data.getTime()<o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),r.dirty()):o.kind==="max"?e.data.getTime()>o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),r.dirty()):re.assertNever(o);return{status:r.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,n){return this._addCheck({kind:"min",value:e.getTime(),message:z.toString(n)})}max(e,n){return this._addCheck({kind:"max",value:e.getTime(),message:z.toString(n)})}get minDate(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e!=null?new Date(e):null}};Ai.create=t=>new Ai({checks:[],coerce:t?.coerce||!1,typeName:q.ZodDate,...Q(t)});var Zo=class extends J{_parse(e){if(this._getType(e)!==M.symbol){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.symbol,received:r.parsedType}),U}return nt(e.data)}};Zo.create=t=>new Zo({typeName:q.ZodSymbol,...Q(t)});var Ti=class extends J{_parse(e){if(this._getType(e)!==M.undefined){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.undefined,received:r.parsedType}),U}return nt(e.data)}};Ti.create=t=>new Ti({typeName:q.ZodUndefined,...Q(t)});var Ri=class extends J{_parse(e){if(this._getType(e)!==M.null){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.null,received:r.parsedType}),U}return nt(e.data)}};Ri.create=t=>new Ri({typeName:q.ZodNull,...Q(t)});var Zr=class extends J{constructor(){super(...arguments),this._any=!0}_parse(e){return nt(e.data)}};Zr.create=t=>new Zr({typeName:q.ZodAny,...Q(t)});var Jn=class extends J{constructor(){super(...arguments),this._unknown=!0}_parse(e){return nt(e.data)}};Jn.create=t=>new Jn({typeName:q.ZodUnknown,...Q(t)});var an=class extends J{_parse(e){let n=this._getOrReturnCtx(e);return P(n,{code:T.invalid_type,expected:M.never,received:n.parsedType}),U}};an.create=t=>new an({typeName:q.ZodNever,...Q(t)});var Yo=class extends J{_parse(e){if(this._getType(e)!==M.undefined){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.void,received:r.parsedType}),U}return nt(e.data)}};Yo.create=t=>new Yo({typeName:q.ZodVoid,...Q(t)});var er=class t extends J{_parse(e){let{ctx:n,status:r}=this._processInputParams(e),i=this._def;if(n.parsedType!==M.array)return P(n,{code:T.invalid_type,expected:M.array,received:n.parsedType}),U;if(i.exactLength!==null){let s=n.data.length>i.exactLength.value,a=n.data.length<i.exactLength.value;(s||a)&&(P(n,{code:s?T.too_big:T.too_small,minimum:a?i.exactLength.value:void 0,maximum:s?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),r.dirty())}if(i.minLength!==null&&n.data.length<i.minLength.value&&(P(n,{code:T.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),r.dirty()),i.maxLength!==null&&n.data.length>i.maxLength.value&&(P(n,{code:T.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),r.dirty()),n.common.async)return Promise.all([...n.data].map((s,a)=>i.type._parseAsync(new Wt(n,s,n.path,a)))).then(s=>Ze.mergeArray(r,s));let o=[...n.data].map((s,a)=>i.type._parseSync(new Wt(n,s,n.path,a)));return Ze.mergeArray(r,o)}get element(){return this._def.type}min(e,n){return new t({...this._def,minLength:{value:e,message:z.toString(n)}})}max(e,n){return new t({...this._def,maxLength:{value:e,message:z.toString(n)}})}length(e,n){return new t({...this._def,exactLength:{value:e,message:z.toString(n)}})}nonempty(e){return this.min(1,e)}};er.create=(t,e)=>new er({type:t,minLength:null,maxLength:null,exactLength:null,typeName:q.ZodArray,...Q(e)});function Go(t){if(t instanceof xt){let e={};for(let n in t.shape){let r=t.shape[n];e[n]=Ut.create(Go(r))}return new xt({...t._def,shape:()=>e})}else return t instanceof er?new er({...t._def,type:Go(t.element)}):t instanceof Ut?Ut.create(Go(t.unwrap())):t instanceof En?En.create(Go(t.unwrap())):t instanceof Cn?Cn.create(t.items.map(e=>Go(e))):t}var xt=class t extends J{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),n=re.objectKeys(e);return this._cached={shape:e,keys:n},this._cached}_parse(e){if(this._getType(e)!==M.object){let u=this._getOrReturnCtx(e);return P(u,{code:T.invalid_type,expected:M.object,received:u.parsedType}),U}let{status:r,ctx:i}=this._processInputParams(e),{shape:o,keys:s}=this._getCached(),a=[];if(!(this._def.catchall instanceof an&&this._def.unknownKeys==="strip"))for(let u in i.data)s.includes(u)||a.push(u);let l=[];for(let u of s){let c=o[u],f=i.data[u];l.push({key:{status:"valid",value:u},value:c._parse(new Wt(i,f,i.path,u)),alwaysSet:u in i.data})}if(this._def.catchall instanceof an){let u=this._def.unknownKeys;if(u==="passthrough")for(let c of a)l.push({key:{status:"valid",value:c},value:{status:"valid",value:i.data[c]}});else if(u==="strict")a.length>0&&(P(i,{code:T.unrecognized_keys,keys:a}),r.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let c of a){let f=i.data[c];l.push({key:{status:"valid",value:c},value:u._parse(new Wt(i,f,i.path,c)),alwaysSet:c in i.data})}}return i.common.async?Promise.resolve().then(async()=>{let u=[];for(let c of l){let f=await c.key,h=await c.value;u.push({key:f,value:h,alwaysSet:c.alwaysSet})}return u}).then(u=>Ze.mergeObjectSync(r,u)):Ze.mergeObjectSync(r,l)}get shape(){return this._def.shape()}strict(e){return z.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(n,r)=>{let i=this._def.errorMap?.(n,r).message??r.defaultError;return n.code==="unrecognized_keys"?{message:z.errToObj(e).message??i}:{message:i}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:q.ZodObject})}setKey(e,n){return this.augment({[e]:n})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let n={};for(let r of re.objectKeys(e))e[r]&&this.shape[r]&&(n[r]=this.shape[r]);return new t({...this._def,shape:()=>n})}omit(e){let n={};for(let r of re.objectKeys(this.shape))e[r]||(n[r]=this.shape[r]);return new t({...this._def,shape:()=>n})}deepPartial(){return Go(this)}partial(e){let n={};for(let r of re.objectKeys(this.shape)){let i=this.shape[r];e&&!e[r]?n[r]=i:n[r]=i.optional()}return new t({...this._def,shape:()=>n})}required(e){let n={};for(let r of re.objectKeys(this.shape))if(e&&!e[r])n[r]=this.shape[r];else{let o=this.shape[r];for(;o instanceof Ut;)o=o._def.innerType;n[r]=o}return new t({...this._def,shape:()=>n})}keyof(){return $S(re.objectKeys(this.shape))}};xt.create=(t,e)=>new xt({shape:()=>t,unknownKeys:"strip",catchall:an.create(),typeName:q.ZodObject,...Q(e)});xt.strictCreate=(t,e)=>new xt({shape:()=>t,unknownKeys:"strict",catchall:an.create(),typeName:q.ZodObject,...Q(e)});xt.lazycreate=(t,e)=>new xt({shape:t,unknownKeys:"strip",catchall:an.create(),typeName:q.ZodObject,...Q(e)});var Ii=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r=this._def.options;function i(o){for(let a of o)if(a.result.status==="valid")return a.result;for(let a of o)if(a.result.status==="dirty")return n.common.issues.push(...a.ctx.common.issues),a.result;let s=o.map(a=>new wt(a.ctx.common.issues));return P(n,{code:T.invalid_union,unionErrors:s}),U}if(n.common.async)return Promise.all(r.map(async o=>{let s={...n,common:{...n.common,issues:[]},parent:null};return{result:await o._parseAsync({data:n.data,path:n.path,parent:s}),ctx:s}})).then(i);{let o,s=[];for(let l of r){let u={...n,common:{...n.common,issues:[]},parent:null},c=l._parseSync({data:n.data,path:n.path,parent:u});if(c.status==="valid")return c;c.status==="dirty"&&!o&&(o={result:c,ctx:u}),u.common.issues.length&&s.push(u.common.issues)}if(o)return n.common.issues.push(...o.ctx.common.issues),o.result;let a=s.map(l=>new wt(l));return P(n,{code:T.invalid_union,unionErrors:a}),U}}get options(){return this._def.options}};Ii.create=(t,e)=>new Ii({options:t,typeName:q.ZodUnion,...Q(e)});var Qn=t=>t instanceof Ni?Qn(t.schema):t instanceof qt?Qn(t.innerType()):t instanceof Oi?[t.value]:t instanceof Li?t.options:t instanceof Mi?re.objectValues(t.enum):t instanceof Fi?Qn(t._def.innerType):t instanceof Ti?[void 0]:t instanceof Ri?[null]:t instanceof Ut?[void 0,...Qn(t.unwrap())]:t instanceof En?[null,...Qn(t.unwrap())]:t instanceof Fa||t instanceof Di?Qn(t.unwrap()):t instanceof $i?Qn(t._def.innerType):[],bc=class t extends J{_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==M.object)return P(n,{code:T.invalid_type,expected:M.object,received:n.parsedType}),U;let r=this.discriminator,i=n.data[r],o=this.optionsMap.get(i);return o?n.common.async?o._parseAsync({data:n.data,path:n.path,parent:n}):o._parseSync({data:n.data,path:n.path,parent:n}):(P(n,{code:T.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),U)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,n,r){let i=new Map;for(let o of n){let s=Qn(o.shape[e]);if(!s.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of s){if(i.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);i.set(a,o)}}return new t({typeName:q.ZodDiscriminatedUnion,discriminator:e,options:n,optionsMap:i,...Q(r)})}};function Hg(t,e){let n=kn(t),r=kn(e);if(t===e)return{valid:!0,data:t};if(n===M.object&&r===M.object){let i=re.objectKeys(e),o=re.objectKeys(t).filter(a=>i.indexOf(a)!==-1),s={...t,...e};for(let a of o){let l=Hg(t[a],e[a]);if(!l.valid)return{valid:!1};s[a]=l.data}return{valid:!0,data:s}}else if(n===M.array&&r===M.array){if(t.length!==e.length)return{valid:!1};let i=[];for(let o=0;o<t.length;o++){let s=t[o],a=e[o],l=Hg(s,a);if(!l.valid)return{valid:!1};i.push(l.data)}return{valid:!0,data:i}}else return n===M.date&&r===M.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var Pi=class extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e),i=(o,s)=>{if(xc(o)||xc(s))return U;let a=Hg(o.value,s.value);return a.valid?((Sc(o)||Sc(s))&&n.dirty(),{status:n.value,value:a.data}):(P(r,{code:T.invalid_intersection_types}),U)};return r.common.async?Promise.all([this._def.left._parseAsync({data:r.data,path:r.path,parent:r}),this._def.right._parseAsync({data:r.data,path:r.path,parent:r})]).then(([o,s])=>i(o,s)):i(this._def.left._parseSync({data:r.data,path:r.path,parent:r}),this._def.right._parseSync({data:r.data,path:r.path,parent:r}))}};Pi.create=(t,e,n)=>new Pi({left:t,right:e,typeName:q.ZodIntersection,...Q(n)});var Cn=class t extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.array)return P(r,{code:T.invalid_type,expected:M.array,received:r.parsedType}),U;if(r.data.length<this._def.items.length)return P(r,{code:T.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),U;!this._def.rest&&r.data.length>this._def.items.length&&(P(r,{code:T.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),n.dirty());let o=[...r.data].map((s,a)=>{let l=this._def.items[a]||this._def.rest;return l?l._parse(new Wt(r,s,r.path,a)):null}).filter(s=>!!s);return r.common.async?Promise.all(o).then(s=>Ze.mergeArray(n,s)):Ze.mergeArray(n,o)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Cn.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Cn({items:t,typeName:q.ZodTuple,rest:null,...Q(e)})};var kc=class t extends J{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.object)return P(r,{code:T.invalid_type,expected:M.object,received:r.parsedType}),U;let i=[],o=this._def.keyType,s=this._def.valueType;for(let a in r.data)i.push({key:o._parse(new Wt(r,a,r.path,a)),value:s._parse(new Wt(r,r.data[a],r.path,a)),alwaysSet:a in r.data});return r.common.async?Ze.mergeObjectAsync(n,i):Ze.mergeObjectSync(n,i)}get element(){return this._def.valueType}static create(e,n,r){return n instanceof J?new t({keyType:e,valueType:n,typeName:q.ZodRecord,...Q(r)}):new t({keyType:Gr.create(),valueType:e,typeName:q.ZodRecord,...Q(n)})}},Xo=class extends J{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.map)return P(r,{code:T.invalid_type,expected:M.map,received:r.parsedType}),U;let i=this._def.keyType,o=this._def.valueType,s=[...r.data.entries()].map(([a,l],u)=>({key:i._parse(new Wt(r,a,r.path,[u,"key"])),value:o._parse(new Wt(r,l,r.path,[u,"value"]))}));if(r.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let l of s){let u=await l.key,c=await l.value;if(u.status==="aborted"||c.status==="aborted")return U;(u.status==="dirty"||c.status==="dirty")&&n.dirty(),a.set(u.value,c.value)}return{status:n.value,value:a}})}else{let a=new Map;for(let l of s){let u=l.key,c=l.value;if(u.status==="aborted"||c.status==="aborted")return U;(u.status==="dirty"||c.status==="dirty")&&n.dirty(),a.set(u.value,c.value)}return{status:n.value,value:a}}}};Xo.create=(t,e,n)=>new Xo({valueType:e,keyType:t,typeName:q.ZodMap,...Q(n)});var Qo=class t extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.set)return P(r,{code:T.invalid_type,expected:M.set,received:r.parsedType}),U;let i=this._def;i.minSize!==null&&r.data.size<i.minSize.value&&(P(r,{code:T.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),n.dirty()),i.maxSize!==null&&r.data.size>i.maxSize.value&&(P(r,{code:T.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),n.dirty());let o=this._def.valueType;function s(l){let u=new Set;for(let c of l){if(c.status==="aborted")return U;c.status==="dirty"&&n.dirty(),u.add(c.value)}return{status:n.value,value:u}}let a=[...r.data.values()].map((l,u)=>o._parse(new Wt(r,l,r.path,u)));return r.common.async?Promise.all(a).then(l=>s(l)):s(a)}min(e,n){return new t({...this._def,minSize:{value:e,message:z.toString(n)}})}max(e,n){return new t({...this._def,maxSize:{value:e,message:z.toString(n)}})}size(e,n){return this.min(e,n).max(e,n)}nonempty(e){return this.min(1,e)}};Qo.create=(t,e)=>new Qo({valueType:t,minSize:null,maxSize:null,typeName:q.ZodSet,...Q(e)});var Cc=class t extends J{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==M.function)return P(n,{code:T.invalid_type,expected:M.function,received:n.parsedType}),U;function r(a,l){return Ma({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,qo(),Xn].filter(u=>!!u),issueData:{code:T.invalid_arguments,argumentsError:l}})}function i(a,l){return Ma({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,qo(),Xn].filter(u=>!!u),issueData:{code:T.invalid_return_type,returnTypeError:l}})}let o={errorMap:n.common.contextualErrorMap},s=n.data;if(this._def.returns instanceof Yr){let a=this;return nt(async function(...l){let u=new wt([]),c=await a._def.args.parseAsync(l,o).catch(g=>{throw u.addIssue(r(l,g)),u}),f=await Reflect.apply(s,this,c);return await a._def.returns._def.type.parseAsync(f,o).catch(g=>{throw u.addIssue(i(f,g)),u})})}else{let a=this;return nt(function(...l){let u=a._def.args.safeParse(l,o);if(!u.success)throw new wt([r(l,u.error)]);let c=Reflect.apply(s,this,u.data),f=a._def.returns.safeParse(c,o);if(!f.success)throw new wt([i(c,f.error)]);return f.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Cn.create(e).rest(Jn.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,n,r){return new t({args:e||Cn.create([]).rest(Jn.create()),returns:n||Jn.create(),typeName:q.ZodFunction,...Q(r)})}},Ni=class extends J{get schema(){return this._def.getter()}_parse(e){let{ctx:n}=this._processInputParams(e);return this._def.getter()._parse({data:n.data,path:n.path,parent:n})}};Ni.create=(t,e)=>new Ni({getter:t,typeName:q.ZodLazy,...Q(e)});var Oi=class extends J{_parse(e){if(e.data!==this._def.value){let n=this._getOrReturnCtx(e);return P(n,{received:n.data,code:T.invalid_literal,expected:this._def.value}),U}return{status:"valid",value:e.data}}get value(){return this._def.value}};Oi.create=(t,e)=>new Oi({value:t,typeName:q.ZodLiteral,...Q(e)});function $S(t,e){return new Li({values:t,typeName:q.ZodEnum,...Q(e)})}var Li=class t extends J{_parse(e){if(typeof e.data!="string"){let n=this._getOrReturnCtx(e),r=this._def.values;return P(n,{expected:re.joinValues(r),received:n.parsedType,code:T.invalid_type}),U}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let n=this._getOrReturnCtx(e),r=this._def.values;return P(n,{received:n.data,code:T.invalid_enum_value,options:r}),U}return nt(e.data)}get options(){return this._def.values}get enum(){let e={};for(let n of this._def.values)e[n]=n;return e}get Values(){let e={};for(let n of this._def.values)e[n]=n;return e}get Enum(){let e={};for(let n of this._def.values)e[n]=n;return e}extract(e,n=this._def){return t.create(e,{...this._def,...n})}exclude(e,n=this._def){return t.create(this.options.filter(r=>!e.includes(r)),{...this._def,...n})}};Li.create=$S;var Mi=class extends J{_parse(e){let n=re.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(e);if(r.parsedType!==M.string&&r.parsedType!==M.number){let i=re.objectValues(n);return P(r,{expected:re.joinValues(i),received:r.parsedType,code:T.invalid_type}),U}if(this._cache||(this._cache=new Set(re.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let i=re.objectValues(n);return P(r,{received:r.data,code:T.invalid_enum_value,options:i}),U}return nt(e.data)}get enum(){return this._def.values}};Mi.create=(t,e)=>new Mi({values:t,typeName:q.ZodNativeEnum,...Q(e)});var Yr=class extends J{unwrap(){return this._def.type}_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==M.promise&&n.common.async===!1)return P(n,{code:T.invalid_type,expected:M.promise,received:n.parsedType}),U;let r=n.parsedType===M.promise?n.data:Promise.resolve(n.data);return nt(r.then(i=>this._def.type.parseAsync(i,{path:n.path,errorMap:n.common.contextualErrorMap})))}};Yr.create=(t,e)=>new Yr({type:t,typeName:q.ZodPromise,...Q(e)});var qt=class extends J{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===q.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:n,ctx:r}=this._processInputParams(e),i=this._def.effect||null,o={addIssue:s=>{P(r,s),s.fatal?n.abort():n.dirty()},get path(){return r.path}};if(o.addIssue=o.addIssue.bind(o),i.type==="preprocess"){let s=i.transform(r.data,o);if(r.common.async)return Promise.resolve(s).then(async a=>{if(n.value==="aborted")return U;let l=await this._def.schema._parseAsync({data:a,path:r.path,parent:r});return l.status==="aborted"?U:l.status==="dirty"?bi(l.value):n.value==="dirty"?bi(l.value):l});{if(n.value==="aborted")return U;let a=this._def.schema._parseSync({data:s,path:r.path,parent:r});return a.status==="aborted"?U:a.status==="dirty"?bi(a.value):n.value==="dirty"?bi(a.value):a}}if(i.type==="refinement"){let s=a=>{let l=i.refinement(a,o);if(r.common.async)return Promise.resolve(l);if(l instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(r.common.async===!1){let a=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});return a.status==="aborted"?U:(a.status==="dirty"&&n.dirty(),s(a.value),{status:n.value,value:a.value})}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(a=>a.status==="aborted"?U:(a.status==="dirty"&&n.dirty(),s(a.value).then(()=>({status:n.value,value:a.value}))))}if(i.type==="transform")if(r.common.async===!1){let s=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(!Kr(s))return U;let a=i.transform(s.value,o);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:n.value,value:a}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(s=>Kr(s)?Promise.resolve(i.transform(s.value,o)).then(a=>({status:n.value,value:a})):U);re.assertNever(i)}};qt.create=(t,e,n)=>new qt({schema:t,typeName:q.ZodEffects,effect:e,...Q(n)});qt.createWithPreprocess=(t,e,n)=>new qt({schema:e,effect:{type:"preprocess",transform:t},typeName:q.ZodEffects,...Q(n)});var Ut=class extends J{_parse(e){return this._getType(e)===M.undefined?nt(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ut.create=(t,e)=>new Ut({innerType:t,typeName:q.ZodOptional,...Q(e)});var En=class extends J{_parse(e){return this._getType(e)===M.null?nt(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};En.create=(t,e)=>new En({innerType:t,typeName:q.ZodNullable,...Q(e)});var Fi=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r=n.data;return n.parsedType===M.undefined&&(r=this._def.defaultValue()),this._def.innerType._parse({data:r,path:n.path,parent:n})}removeDefault(){return this._def.innerType}};Fi.create=(t,e)=>new Fi({innerType:t,typeName:q.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Q(e)});var $i=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r={...n,common:{...n.common,issues:[]}},i=this._def.innerType._parse({data:r.data,path:r.path,parent:{...r}});return Ko(i)?i.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new wt(r.common.issues)},input:r.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new wt(r.common.issues)},input:r.data})}}removeCatch(){return this._def.innerType}};$i.create=(t,e)=>new $i({innerType:t,typeName:q.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Q(e)});var Jo=class extends J{_parse(e){if(this._getType(e)!==M.nan){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.nan,received:r.parsedType}),U}return{status:"valid",value:e.data}}};Jo.create=t=>new Jo({typeName:q.ZodNaN,...Q(t)});var QR=Symbol("zod_brand"),Fa=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r=n.data;return this._def.type._parse({data:r,path:n.path,parent:n})}unwrap(){return this._def.type}},$a=class t extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.common.async)return(async()=>{let o=await this._def.in._parseAsync({data:r.data,path:r.path,parent:r});return o.status==="aborted"?U:o.status==="dirty"?(n.dirty(),bi(o.value)):this._def.out._parseAsync({data:o.value,path:r.path,parent:r})})();{let i=this._def.in._parseSync({data:r.data,path:r.path,parent:r});return i.status==="aborted"?U:i.status==="dirty"?(n.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:r.path,parent:r})}}static create(e,n){return new t({in:e,out:n,typeName:q.ZodPipeline})}},Di=class extends J{_parse(e){let n=this._def.innerType._parse(e),r=i=>(Kr(i)&&(i.value=Object.freeze(i.value)),i);return Ko(n)?n.then(i=>r(i)):r(n)}unwrap(){return this._def.innerType}};Di.create=(t,e)=>new Di({innerType:t,typeName:q.ZodReadonly,...Q(e)});function OS(t,e){let n=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof n=="string"?{message:n}:n}function DS(t,e={},n){return t?Zr.create().superRefine((r,i)=>{let o=t(r);if(o instanceof Promise)return o.then(s=>{if(!s){let a=OS(e,r),l=a.fatal??n??!0;i.addIssue({code:"custom",...a,fatal:l})}});if(!o){let s=OS(e,r),a=s.fatal??n??!0;i.addIssue({code:"custom",...s,fatal:a})}}):Zr.create()}var JR={object:xt.lazycreate},q;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(q||(q={}));var eI=(t,e={message:`Input not instance of ${t.name}`})=>DS(n=>n instanceof t,e),VS=Gr.create,BS=ki.create,tI=Jo.create,nI=Ci.create,zS=Ei.create,rI=Ai.create,iI=Zo.create,oI=Ti.create,sI=Ri.create,aI=Zr.create,lI=Jn.create,uI=an.create,cI=Yo.create,dI=er.create,fI=xt.create,pI=xt.strictCreate,hI=Ii.create,gI=bc.create,mI=Pi.create,vI=Cn.create,yI=kc.create,_I=Xo.create,wI=Qo.create,xI=Cc.create,SI=Ni.create,bI=Oi.create,kI=Li.create,CI=Mi.create,EI=Yr.create,AI=qt.create,TI=Ut.create,RI=En.create,II=qt.createWithPreprocess,PI=$a.create,NI=()=>VS().optional(),OI=()=>BS().optional(),LI=()=>zS().optional(),MI={string:(t=>Gr.create({...t,coerce:!0})),number:(t=>ki.create({...t,coerce:!0})),boolean:(t=>Ei.create({...t,coerce:!0})),bigint:(t=>Ci.create({...t,coerce:!0})),date:(t=>Ai.create({...t,coerce:!0}))};var FI=U;var HS=S.union([S.object({type:S.literal("data"),key:S.string(),value:S.string().optional()}),S.object({type:S.literal("css"),value:S.string()}),S.object({type:S.literal("aria"),role:S.string().optional(),label:S.string().optional()}),S.object({type:S.literal("shadow-css"),value:S.string()}),S.object({type:S.literal("ref"),el:S.any()})]),$I=S.object({kind:S.literal("tooltip"),id:S.string(),anchor:HS,content:S.object({title:S.string().optional(),body:S.string()}),placement:S.enum(["top","bottom","left","right","auto"]).optional(),offsetPx:S.number().optional(),blocking:S.boolean().optional(),trigger:S.enum(["immediate","hover","click"]).optional(),dismiss:S.object({onEsc:S.boolean().optional(),closeButton:S.boolean().optional(),timeoutMs:S.number().optional()}).optional()}),DI=S.object({kind:S.literal("highlight"),id:S.string(),anchor:HS,copy:S.string().optional(),ring:S.object({paddingPx:S.number().optional(),radiusPx:S.number().optional()}).optional(),scrim:S.object({opacity:S.number().optional()}).optional(),ringColor:S.string().optional(),blocking:S.boolean().optional(),dismiss:S.object({onClickOutside:S.boolean().optional(),onEsc:S.boolean().optional(),timeoutMs:S.number().optional()}).optional()}),jg=S.object({id:S.string(),version:S.number(),routes:S.array(S.string()).optional(),steps:S.array(S.union([$I,DI]))});function zL(t){return jg.parse(t)}var WL=({configUri:t,experiments:e,featureKey:n="smart-canvas-overlay-uri",credentials:r="include"}={})=>async()=>{let i=Fg({configUri:t,experiments:e,featureKey:n});if(!i)throw new Error("SmartCanvas overlays: recipe URI missing (env + feature unset).");let o=await fetch(i,{credentials:r});if(!o.ok)throw new Error(`SmartCanvas overlays: failed to fetch recipe (${o.status})`);let s=await o.json();return jg.parse(s)};var jS="syntro_session_metrics",Ec=class{constructor(e={}){j(this,"metrics",new Map);j(this,"experiments");j(this,"attributePrefix");j(this,"onMetricChange");this.experiments=e.experiments,this.attributePrefix=e.attributePrefix??"session_",this.onMetricChange=e.onMetricChange,this.loadFromStorage()}increment(e,n=1){let i=(this.metrics.get(e)??0)+n;return this.metrics.set(e,i),this.saveToStorage(),this.updateExperimentAttributes(e,i),this.onMetricChange?.(e,i),i}set(e,n){this.metrics.set(e,n),this.saveToStorage(),this.updateExperimentAttributes(e,n),this.onMetricChange?.(e,n)}get(e){return this.metrics.get(e)??0}meetsThreshold(e,n){return this.get(e)>=n}getAll(){return Object.fromEntries(this.metrics)}reset(e){this.metrics.delete(e),this.saveToStorage(),this.updateExperimentAttributes(e,0),this.onMetricChange?.(e,0)}resetAll(){let e=Array.from(this.metrics.keys());this.metrics.clear(),this.saveToStorage();let n={};for(let r of e)n[`${this.attributePrefix}${r}`]=0,this.onMetricChange?.(r,0);this.experiments?.setAttributes?.(n)}setExperiments(e){this.experiments=e,this.syncAllToExperiments()}updateExperimentAttributes(e,n){if(!this.experiments?.setAttributes)return;let r=`${this.attributePrefix}${e}`;this.experiments.setAttributes({[r]:n})}syncAllToExperiments(){if(!this.experiments?.setAttributes)return;let e={};for(let[n,r]of this.metrics)e[`${this.attributePrefix}${n}`]=r;this.experiments.setAttributes(e)}loadFromStorage(){if(!(typeof window>"u"||typeof sessionStorage>"u"))try{let e=sessionStorage.getItem(jS);if(e){let n=JSON.parse(e);for(let[r,i]of Object.entries(n))this.metrics.set(r,i.count)}}catch(e){console.warn("[SessionMetricTracker] Failed to load from sessionStorage:",e)}}saveToStorage(){if(!(typeof window>"u"||typeof sessionStorage>"u"))try{let e={};for(let[n,r]of this.metrics)e[n]={count:r,lastUpdated:Date.now()};sessionStorage.setItem(jS,JSON.stringify(e))}catch(e){console.warn("[SessionMetricTracker] Failed to save to sessionStorage:",e)}}};function Ug(t={}){return new Ec(t)}var VI=S.object({url:S.string(),routeId:S.string().optional(),title:S.string().optional(),locale:S.string().optional()}),BI=S.object({url:S.string(),ts:S.number()}),zI=S.object({sessionId:S.string(),startTs:S.number(),pageHistory:S.array(BI).optional()}),HI=S.object({width:S.number(),height:S.number()}),jI=S.object({x:S.number(),y:S.number(),w:S.number(),h:S.number()}),UI=S.object({anchorId:S.string(),present:S.boolean(),visible:S.boolean().optional(),boundingBox:jI.optional()}),WI=S.record(S.string(),S.union([S.number(),S.string(),S.boolean(),S.undefined()])),qI=S.object({page:VI,session:zI,viewport:HI,anchors:S.array(UI).optional(),augmented:WI.optional()});function QL(t){return qI.safeParse(t)}function KI(){let t=Date.now();return{page:{url:typeof window<"u"?window.location.href:"",title:typeof document<"u"?document.title:void 0},session:{sessionId:"",startTs:t,pageHistory:[]},viewport:{width:typeof window<"u"?window.innerWidth:0,height:typeof window<"u"?window.innerHeight:0}}}function Wg(t,e){if(!e)return;let n;try{n=new URL(t).pathname}catch{n=t}if(e.exclude){for(let r of e.exclude)if(US(n,r))return}if(e.include){for(let r of e.include)if(US(n,r))return r;return}return n}function US(t,e){let n=t.replace(/\/$/,"")||"/",r=e.replace(/\/$/,"")||"/";if(n===r)return!0;let i=r.replace(/:[^/]+/g,"[^/]+").replace(/\*/g,".*");return new RegExp(`^${i}$`).test(n)}var Ac=class{constructor(e={}){j(this,"context");j(this,"previousContext");j(this,"listeners",new Set);j(this,"telemetry");j(this,"routes");j(this,"cleanupFns",[]);if(this.telemetry=e.telemetry,this.routes=e.routes,this.context=KI(),this.previousContext={...this.context},e.telemetry?.getSessionId){let n=e.telemetry.getSessionId();n&&(this.context.session.sessionId=n)}e.initialPageHistory&&(this.context.session.pageHistory=e.initialPageHistory),this.context.page.routeId=Wg(this.context.page.url,this.routes),this.addPageToHistory(this.context.page.url),typeof window<"u"&&this.setupBrowserListeners()}get(){return{...this.context}}subscribe(e){return this.listeners.add(e),()=>{this.listeners.delete(e)}}setRoutes(e){this.routes=e;let n=Wg(this.context.page.url,this.routes);n!==this.context.page.routeId&&this.updateContext({page:{...this.context.page,routeId:n}})}setAnchors(e){this.updateContext({anchors:e})}setSessionId(e){e!==this.context.session.sessionId&&this.updateContext({session:{...this.context.session,sessionId:e}})}destroy(){for(let e of this.cleanupFns)e();this.cleanupFns=[],this.listeners.clear()}setupBrowserListeners(){let e,n=()=>{clearTimeout(e),e=setTimeout(()=>{this.updateViewport()},100)};window.addEventListener("resize",n),this.cleanupFns.push(()=>window.removeEventListener("resize",n));let r=()=>{this.updatePage()};window.addEventListener("popstate",r),this.cleanupFns.push(()=>window.removeEventListener("popstate",r));let i=history.pushState.bind(history),o=history.replaceState.bind(history);history.pushState=(...s)=>{i(...s),this.updatePage()},history.replaceState=(...s)=>{o(...s),this.updatePage()},this.cleanupFns.push(()=>{history.pushState=i,history.replaceState=o})}updateViewport(){let e={width:window.innerWidth,height:window.innerHeight};(e.width!==this.context.viewport.width||e.height!==this.context.viewport.height)&&this.updateContext({viewport:e})}updatePage(){let e=window.location.href,n=document.title,r=Wg(e,this.routes),i={url:e,title:n,routeId:r};(i.url!==this.context.page.url||i.title!==this.context.page.title||i.routeId!==this.context.page.routeId)&&(i.url!==this.context.page.url&&this.addPageToHistory(i.url),this.updateContext({page:i}))}addPageToHistory(e){let n={url:e,ts:Date.now()},r=[...this.context.session.pageHistory||[],n];r.length>50&&r.shift(),this.context.session.pageHistory=r}updateContext(e){this.previousContext={...this.context},this.context={...this.context,...e},this.notifyListeners()}notifyListeners(){for(let e of this.listeners)try{e(this.context,this.previousContext)}catch(n){console.error("[ContextManager] Listener error:",n)}}};function qg(t={}){return new Ac(t)}var WS=S.enum(["posthog","canvas","derived"]),GI=S.object({ts:S.number(),name:S.string(),source:WS,props:S.record(S.string(),S.unknown()).optional(),schemaVersion:S.string()}),ZI=S.object({names:S.array(S.string()).optional(),patterns:S.array(S.string()).optional(),sources:S.array(WS).optional()});function aM(t){return GI.safeParse(t)}function lM(t){return ZI.safeParse(t)}function Kg(t,e){return e?!(e.names&&e.names.length>0&&!e.names.includes(t.name)||e.patterns&&e.patterns.length>0&&!e.patterns.some(r=>{try{return new RegExp(r).test(t.name)}catch{return!1}})||e.sources&&e.sources.length>0&&!e.sources.includes(t.source)):!0}var Tc=class{constructor(e={}){j(this,"subscriptions",new Set);j(this,"history",[]);j(this,"maxHistorySize");this.maxHistorySize=e.maxHistorySize??100}subscribe(e,n){let r,i;typeof e=="function"?(r=void 0,i=e):(r=e,i=n);let o={filter:r,callback:i};return this.subscriptions.add(o),()=>{this.subscriptions.delete(o)}}publish(e,n,r="canvas"){let i={ts:Date.now(),name:e,source:r,props:n,schemaVersion:ho};this.publishEvent(i)}publishEvent(e){this.history.push(e),this.history.length>this.maxHistorySize&&this.history.shift();for(let n of this.subscriptions)if(Kg(e,n.filter))try{n.callback(e)}catch(r){console.error("[EventBus] Subscriber error:",r)}}getRecent(e,n){let r=this.history;return e&&(r=r.filter(i=>Kg(i,e))),n&&n>0&&(r=r.slice(-n)),r}hasRecentEvent(e,n,r){let i=Date.now()-n;return this.history.some(o=>o.name===e&&o.ts>=i&&(r===void 0||o.source===r))}countRecentEvents(e,n){let r=this.history.filter(i=>Kg(i,e));if(n!==void 0){let i=Date.now()-n;r=r.filter(o=>o.ts>=i)}return r.length}clearHistory(){this.history=[]}getSubscriberCount(){return this.subscriptions.size}};function Da(t={}){return new Tc(t)}var qS={$autocapture:"ui.click",$click:Ee.UI_CLICK,$scroll:Ee.UI_SCROLL,$input:Ee.UI_INPUT,$change:Ee.UI_CHANGE,$submit:Ee.UI_SUBMIT,$pageview:Ee.NAV_PAGE_VIEW,$pageleave:Ee.NAV_PAGE_LEAVE,$session_start:"session.start",$identify:"user.identify"};function YI(t){let e=t.event;if(typeof e!="string")return"posthog.unknown";if(qS[e])return qS[e];if(e==="$autocapture"){let n=t.properties?.$tag_name,r=t.properties?.$event_type;return r==="submit"?Ee.UI_SUBMIT:r==="change"?Ee.UI_CHANGE:n==="input"||n==="textarea"?Ee.UI_INPUT:Ee.UI_CLICK}return e.startsWith("$")?e.replace("$","posthog."):`posthog.${e}`}function XI(t){let e={},n=t.properties||{};return n.$tag_name&&(e.tagName=n.$tag_name),n.$el_text&&(e.elementText=n.$el_text),n.$elements&&(e.elements=n.$elements),n.$current_url&&(e.url=n.$current_url),n.$pathname&&(e.pathname=n.$pathname),n.$host&&(e.host=n.$host),n.$viewport_width&&(e.viewportWidth=n.$viewport_width),n.$viewport_height&&(e.viewportHeight=n.$viewport_height),n.$session_id&&(e.sessionId=n.$session_id),n.$scroll_depth&&(e.scrollDepth=n.$scroll_depth),n.$scroll_percentage&&(e.scrollPercentage=n.$scroll_percentage),e.originalEvent=t.event,e}function KS(t){let e;return typeof t.timestamp=="number"?e=t.timestamp:typeof t.timestamp=="string"?e=new Date(t.timestamp).getTime():e=Date.now(),{ts:e,name:YI(t),source:"posthog",props:XI(t),schemaVersion:ho}}function GS(t){let e=t.event;return!(typeof e!="string"||["$feature_flag_called","$feature_flags","$groups","$groupidentify","$set","$set_once","$unset","$create_alias","$capture_metrics","$performance_event","$web_vitals","$exception","$dead_click","$heatmap"].includes(e))}function Gg(t){return(e,n)=>{if(typeof e!="string")return;let r={event:e,properties:n,timestamp:Date.now()};if(GS(r)){let i=KS(r);t(i)}}}var QI=S.object({value:S.unknown(),expiresAt:S.number().optional()}),JI=S.object({count:S.number(),resetAt:S.number().optional()});function SM(t){return QI.safeParse(t)}function bM(t){return JI.safeParse(t)}var Va="dismissed:";function ZS(t,e){return{mark(n,r=!1){let i=Va+n;(r?e:t).set(i,!0)},isDismissed(n){let r=Va+n;return t.has(r)||e.has(r)},clear(n){let r=Va+n;t.remove(r),e.remove(r)},clearAll(){for(let n of t.keys())n.startsWith(Va)&&t.remove(n);for(let n of e.keys())n.startsWith(Va)&&e.remove(n)}}}var Zg="cooldown:";function YS(t){return{set(e,n){let r=Zg+e,i=Date.now()+n;t.set(r,i)},isActive(e){return this.remaining(e)>0},remaining(e){let n=Zg+e,r=t.get(n);if(r===void 0)return 0;let i=r-Date.now();return i<=0?(t.remove(n),0):i},clear(e){let n=Zg+e;t.remove(n)}}}var Yg="freq:";function XS(t){function e(n){let r=Yg+n,i=t.get(r);if(i){if(i.resetAt&&Date.now()>=i.resetAt){t.remove(r);return}return i}}return{increment(n,r){let i=Yg+n,o=e(n),s=(o?.count??0)+1,a={count:s,resetAt:o?.resetAt??(r?Date.now()+r:void 0)};return t.set(i,a),s},count(n){return e(n)?.count??0},reset(n){let r=Yg+n;t.remove(r)},hasReachedLimit(n,r){return this.count(n)>=r}}}var eP="syntro";function Xg(t,e){let n=`${e}:`;return{get(r){if(t)try{let i=t.getItem(n+r);if(!i)return;let o=JSON.parse(i);if(o.expiresAt&&Date.now()>=o.expiresAt){t.removeItem(n+r);return}return o.value}catch{return}},set(r,i,o){if(t)try{let s={value:i,expiresAt:o?Date.now()+o:void 0};t.setItem(n+r,JSON.stringify(s))}catch(s){console.warn("[StateStore] Failed to save:",s)}},remove(r){t&&t.removeItem(n+r)},has(r){return t?this.get(r)!==void 0:!1},keys(){if(!t)return[];let r=[];for(let i=0;i<t.length;i++){let o=t.key(i);o?.startsWith(n)&&r.push(o.slice(n.length))}return r},clear(){if(!t)return;let r=this.keys();for(let i of r)t.removeItem(n+i)}}}function Qg(t){let e=new Map,n=`${t}:`;return{get(r){let i=e.get(n+r);if(i){if(i.expiresAt&&Date.now()>=i.expiresAt){e.delete(n+r);return}return i.value}},set(r,i,o){e.set(n+r,{value:i,expiresAt:o?Date.now()+o:void 0})},remove(r){e.delete(n+r)},has(r){return this.get(r)!==void 0},keys(){let r=[];for(let i of e.keys())i.startsWith(n)&&r.push(i.slice(n.length));return r},clear(){for(let r of e.keys())r.startsWith(n)&&e.delete(r)}}}var Rc=class{constructor(e={}){j(this,"session");j(this,"user");j(this,"dismissals");j(this,"cooldowns");j(this,"frequency");j(this,"namespace");j(this,"namespacedStorages",new Map);this.namespace=e.namespace??eP,typeof window<"u"?(this.session=Xg(typeof sessionStorage<"u"?sessionStorage:void 0,this.namespace),this.user=Xg(typeof localStorage<"u"?localStorage:void 0,this.namespace)):(this.session=Qg(this.namespace),this.user=Qg(this.namespace)),this.dismissals=ZS(this.session,this.user),this.cooldowns=YS(this.user),this.frequency=XS(this.session)}ns(e){let n=`${this.namespace}:${e}`;if(!this.namespacedStorages.has(n)){let r=typeof window<"u"&&typeof sessionStorage<"u"?Xg(sessionStorage,n):Qg(n);this.namespacedStorages.set(n,r)}return this.namespacedStorages.get(n)}};function Jg(t={}){return new Rc(t)}var tP=S.object({type:S.literal("page_url"),url:S.string()}),nP=S.object({type:S.literal("route"),routeId:S.string()}),rP=S.object({type:S.literal("anchor_visible"),anchorId:S.string(),state:S.enum(["visible","present","absent"])}),iP=S.object({type:S.literal("event_occurred"),eventName:S.string(),withinMs:S.number().optional()}),oP=S.object({type:S.literal("state_equals"),key:S.string(),value:S.unknown()}),sP=S.object({type:S.literal("viewport"),minWidth:S.number().optional(),maxWidth:S.number().optional(),minHeight:S.number().optional(),maxHeight:S.number().optional()}),aP=S.object({type:S.literal("session_metric"),key:S.string(),operator:S.enum(["gte","lte","eq","gt","lt"]),threshold:S.number()}),lP=S.object({type:S.literal("dismissed"),key:S.string(),inverted:S.boolean().optional()}),uP=S.object({type:S.literal("cooldown_active"),key:S.string(),inverted:S.boolean().optional()}),cP=S.object({type:S.literal("frequency_limit"),key:S.string(),limit:S.number(),inverted:S.boolean().optional()}),QS=S.discriminatedUnion("type",[tP,nP,rP,iP,oP,sP,aP,lP,uP,cP]),dP=S.object({conditions:S.array(QS),value:S.unknown()}),fP=S.object({type:S.literal("rules"),rules:S.array(dP),default:S.unknown()}),pP=S.object({type:S.literal("score"),field:S.string(),threshold:S.number(),above:S.unknown(),below:S.unknown()}),hP=S.object({type:S.literal("model"),modelId:S.string(),inputs:S.array(S.string()),outputMapping:S.record(S.string(),S.unknown()),default:S.unknown()}),gP=S.object({type:S.literal("external"),endpoint:S.string(),method:S.enum(["GET","POST"]).optional(),default:S.unknown(),timeoutMs:S.number().optional()}),JS=S.discriminatedUnion("type",[fP,pP,hP,gP]),mP=S.object({include:S.array(S.string()).optional(),exclude:S.array(S.string()).optional()}),vP=S.object({routes:mP.optional(),strategy:JS.optional()});function DM(t){return QS.safeParse(t)}function VM(t){return JS.safeParse(t)}function BM(t){return vP.safeParse(t)}function eb(t,e){let{context:n,state:r,events:i}=e;switch(t.type){case"page_url":{let{url:o}=t,s=n.page.url,a=o.replace(/[.+^${}()|[\]\\]/g,"\\$&").replace(/\*\*/g,".*").replace(/\*/g,"[^/]*");return new RegExp(`^${a}$`).test(s)}case"route":return n.page.routeId===t.routeId;case"anchor_visible":{let o=n.anchors?.find(s=>s.anchorId===t.anchorId);switch(t.state){case"visible":return o?.visible===!0;case"present":return o?.present===!0;case"absent":return!o?.present;default:return!1}}case"event_occurred":{if(!i)return!1;let o=t.withinMs??6e4;return i.hasRecentEvent(t.eventName,o)}case"state_equals":return!1;case"viewport":{let{width:o,height:s}=n.viewport;return!(t.minWidth!==void 0&&o<t.minWidth||t.maxWidth!==void 0&&o>t.maxWidth||t.minHeight!==void 0&&s<t.minHeight||t.maxHeight!==void 0&&s>t.maxHeight)}case"session_metric":{if(!r)return!1;let o=r.getSessionMetric(t.key),{operator:s,threshold:a}=t;switch(s){case"gte":return o>=a;case"lte":return o<=a;case"eq":return o===a;case"gt":return o>a;case"lt":return o<a;default:return!1}}case"dismissed":{if(!r)return t.inverted??!1;let o=r.isDismissed(t.key);return t.inverted?!o:o}case"cooldown_active":{if(!r)return t.inverted??!1;let o=r.isCooldownActive(t.key);return t.inverted?!o:o}case"frequency_limit":{if(!r)return t.inverted??!1;let s=r.getFrequencyCount(t.key)>=t.limit;return t.inverted?!s:s}default:return console.warn("[RuleStrategy] Unknown condition type:",t.type),!1}}function tb(t,e){let n=[];for(let r of t.conditions){let i=eb(r,e);if(n.push({condition:r,result:i}),!i)return{matched:!1,conditionResults:n}}return{matched:!0,conditionResults:n}}function Ic(t,e){for(let n=0;n<t.rules.length;n++){let r=t.rules[n],{matched:i,conditionResults:o}=tb(r,e);if(i)return{value:r.value,isFallback:!1,matchInfo:{strategyType:"rules",matchedRuleIndex:n,evaluatedConditions:o}}}return{value:t.default,isFallback:!0,matchInfo:{strategyType:"rules"}}}function Pc(t,e){let{context:n}=e,r=n.augmented?.[t.field];return r===void 0||typeof r!="number"?{value:t.below,isFallback:!0,matchInfo:{strategyType:"score"}}:{value:r>=t.threshold?t.above:t.below,isFallback:!1,matchInfo:{strategyType:"score"}}}function nb(t,e){let{state:n,events:r,sessionMetrics:i}=e;return{context:t,state:n?{isDismissed:o=>n.dismissals.isDismissed(o),isCooldownActive:o=>n.cooldowns.isActive(o),getFrequencyCount:o=>n.frequency.count(o),getSessionMetric:o=>i?.get(o)??0}:void 0,events:r?{hasRecentEvent:(o,s)=>r.hasRecentEvent(o,s)}:void 0}}async function rb(t,e,n={}){let r=nb(e,n);switch(t.type){case"rules":return Ic(t,r);case"score":return Pc(t,r);case"model":return{value:t.default,isFallback:!0,matchInfo:{strategyType:"model"}};case"external":return{value:t.default,isFallback:!0,matchInfo:{strategyType:"external"}};default:return console.warn("[DecisionEngine] Unknown strategy type:",t.type),{value:void 0,isFallback:!0,matchInfo:{strategyType:t.type}}}}function ib(t,e,n={}){let r=nb(e,n);switch(t.type){case"rules":return Ic(t,r);case"score":return Pc(t,r);case"model":case"external":return{value:t.default,isFallback:!0,matchInfo:{strategyType:t.type}};default:return{value:void 0,isFallback:!0,matchInfo:{strategyType:t.type}}}}function em(t){return{evaluate:(e,n)=>rb(e,n,t),evaluateSync:(e,n)=>ib(e,n,t)}}var yP=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]);function tm(t){if(typeof window.Sanitizer=="function")try{let a=new window.Sanitizer({}).sanitizeToFragment(t),l=document.createElement("div");return l.append(a),l.innerHTML}catch{}let n=document.createElement("template");n.innerHTML=t;let r=n.content,i=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=[];for(;i.nextNode();){let s=i.currentNode,a=s.tagName.toLowerCase();if(!yP.has(a)){o.push(s);continue}for(let l of Array.from(s.attributes)){let u=l.name.toLowerCase(),c=l.value.trim().toLowerCase(),f=u.startsWith("on"),h=(u==="href"||u==="src")&&c.startsWith("javascript:");(f||h)&&s.removeAttribute(l.name)}}for(let s of o){for(;s.firstChild;)s.parentNode?.insertBefore(s.firstChild,s);s.remove()}return n.innerHTML}var ob=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=tm(t.html),i=document.createElement("div");i.setAttribute("data-syntro-action-id",e.generateId()),i.innerHTML=r;let o=null;switch(t.position){case"before":n.insertAdjacentElement("beforebegin",i);break;case"after":n.insertAdjacentElement("afterend",i);break;case"prepend":n.insertBefore(i,n.firstChild);break;case"append":n.appendChild(i);break;case"replace":o=n.innerHTML,n.replaceWith(i);break}return e.publishEvent("action.applied",{id:e.generateId(),kind:"content:insertHtml",anchorId:t.anchorId,position:t.position}),{cleanup:()=>{if(t.position==="replace"&&o!==null){let s=document.createElement(n.tagName);s.innerHTML=o,Array.from(n.attributes).forEach(a=>{s.setAttribute(a.name,a.value)}),i.replaceWith(s)}else i.remove()},updateFn:s=>{"html"in s&&typeof s.html=="string"&&(i.innerHTML=tm(s.html))}}},sb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=n.textContent??"";return n.textContent=t.text,e.publishEvent("action.applied",{id:e.generateId(),kind:"content:setText",anchorId:t.anchorId}),{cleanup:()=>{n.textContent=r},updateFn:i=>{"text"in i&&typeof i.text=="string"&&(n.textContent=i.text)}}},ab=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);if(["onclick","onerror","onload","onmouseover","onfocus","onblur"].includes(t.attr.toLowerCase())||t.attr.startsWith("on"))throw new Error(`Dangerous attribute not allowed: ${t.attr}`);let i=n.getAttribute(t.attr),o=n.hasAttribute(t.attr);return n.setAttribute(t.attr,t.value),e.publishEvent("action.applied",{id:e.generateId(),kind:"content:setAttr",anchorId:t.anchorId,attr:t.attr}),{cleanup:()=>{o&&i!==null?n.setAttribute(t.attr,i):n.removeAttribute(t.attr)},updateFn:s=>{"value"in s&&typeof s.value=="string"&&n.setAttribute(t.attr,s.value)}}},lb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=n.classList.contains(t.className);return n.classList.add(t.className),e.publishEvent("action.applied",{id:e.generateId(),kind:"content:addClass",anchorId:t.anchorId,className:t.className}),{cleanup:()=>{r||n.classList.remove(t.className)}}},ub=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=n.classList.contains(t.className);return n.classList.remove(t.className),e.publishEvent("action.applied",{id:e.generateId(),kind:"content:removeClass",anchorId:t.anchorId,className:t.className}),{cleanup:()=>{r&&n.classList.add(t.className)}}},cb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=new Map;for(let i of Object.keys(t.styles)){let o=n.style.getPropertyValue(i);r.set(i,o)}for(let[i,o]of Object.entries(t.styles))n.style.setProperty(i,o);return e.publishEvent("action.applied",{id:e.generateId(),kind:"content:setStyle",anchorId:t.anchorId,styles:Object.keys(t.styles)}),{cleanup:()=>{for(let[i,o]of r)o?n.style.setProperty(i,o):n.style.removeProperty(i)},updateFn:i=>{if("styles"in i&&typeof i.styles=="object"&&i.styles)for(let[o,s]of Object.entries(i.styles))n.style.setProperty(o,s)}}},nm=[{kind:"content:insertHtml",executor:ob},{kind:"content:setText",executor:sb},{kind:"content:setAttr",executor:ab},{kind:"content:addClass",executor:lb},{kind:"content:removeClass",executor:ub},{kind:"content:setStyle",executor:cb}],_P={id:"adaptive-content",version:"1.0.0",name:"Content",description:"DOM manipulation for text, attributes, and styles",executors:nm};var db=typeof CSS<"u"&&CSS.supports?.("clip-path","path('M0 0 H1 V1 Z')");function fb(t,e,n){let r=n?.paddingPx??12,i=n?.radiusPx??12,o=Math.min(Math.max(n?.scrimOpacity??.55,0),1),s=n?.ringColor??"var(--syntro-ring, #5b8cff)",a=n?.blocking??!1,l=n?.onClickOutside??!0,u=n?.onEsc??!0,c=getComputedStyle(document.documentElement),f=c.getPropertyValue("--syntro-spotlight-backdrop").trim(),h=c.getPropertyValue("--syntro-ring").trim(),g=document.createElement("div");g.className="syntro-spotlight-scrim";let v=a||l;Object.assign(g.style,{position:"fixed",inset:"0",zIndex:"2147483646",pointerEvents:v?"auto":"none",background:f||`rgba(2, 6, 23, ${o})`,transition:"opacity 220ms ease",opacity:"0"}),e.appendChild(g),requestAnimationFrame(()=>g.style.opacity="1");let _=document.createElement("div");_.className="syntro-spotlight-ring",Object.assign(_.style,{position:"fixed",pointerEvents:"none",borderRadius:`${i}px`,border:`2px solid ${s||h||"#5b8cff"}`,boxShadow:"0 0 0 4px rgba(255,255,255,0.35)",zIndex:"2147483647",transition:"all 220ms cubic-bezier(0.16,1,0.3,1)"}),e.appendChild(_);let x=[];if(!db)for(let I=0;I<4;I++){let A=document.createElement("div");A.style.position="fixed",A.style.background="inherit",x.push(A),g.appendChild(A)}let d=I=>{g.style.clipPath=I,g.style.webkitClipPath=I},p=()=>{let I=t.getBoundingClientRect(),A=Math.max(0,I.left-r),H=Math.max(0,I.top-r),K=Math.min(window.innerWidth,I.width+r*2),Y=Math.min(window.innerHeight,I.height+r*2);if(Object.assign(_.style,{left:`${A}px`,top:`${H}px`,width:`${K}px`,height:`${Y}px`}),db){let W=window.innerWidth,le=window.innerHeight,V=Math.min(i,K/2,Y/2),X=`M 0 0 L ${W} 0 L ${W} ${le} L 0 ${le} Z`,B=`M ${A+V} ${H} A ${V} ${V} 0 0 0 ${A} ${H+V} L ${A} ${H+Y-V} A ${V} ${V} 0 0 0 ${A+V} ${H+Y} L ${A+K-V} ${H+Y} A ${V} ${V} 0 0 0 ${A+K} ${H+Y-V} L ${A+K} ${H+V} A ${V} ${V} 0 0 0 ${A+K-V} ${H} L ${A+V} ${H} Z`;d(`path('${X} ${B}')`)}else{let[W,le,V,X]=x;Object.assign(W.style,{left:"0px",top:"0px",width:"100vw",height:`${H}px`}),Object.assign(V.style,{left:"0px",top:`${H+Y}px`,width:"100vw",height:`${Math.max(0,window.innerHeight-(H+Y))}px`}),Object.assign(X.style,{left:"0px",top:`${H}px`,width:`${A}px`,height:`${Y}px`}),Object.assign(le.style,{left:`${A+K}px`,top:`${H}px`,width:`${Math.max(0,window.innerWidth-(A+K))}px`,height:`${Y}px`})}},m=new ResizeObserver(()=>requestAnimationFrame(p));m.observe(t);let y=()=>requestAnimationFrame(p),w=()=>requestAnimationFrame(p);window.addEventListener("scroll",y,!0),window.addEventListener("resize",w);let b=I=>{I.key==="Escape"&&u&&C.destroy()};u&&window.addEventListener("keydown",b);let k=I=>{a?(I.preventDefault(),I.stopPropagation()):l&&C.destroy()};g.addEventListener("click",k);let C={destroy(){m.disconnect(),window.removeEventListener("scroll",y,!0),window.removeEventListener("resize",w),u&&window.removeEventListener("keydown",b),g.removeEventListener("click",k),g.style.opacity="0",setTimeout(()=>{g.remove(),_.remove()},220)}};return p(),C}var gb=["top","right","bottom","left"];var Xr=Math.min,tr=Math.max,za=Math.round,Ha=Math.floor,ln=t=>({x:t,y:t}),wP={left:"right",right:"left",bottom:"top",top:"bottom"},xP={start:"end",end:"start"};function Oc(t,e,n){return tr(t,Xr(e,n))}function Vi(t,e){return typeof t=="function"?t(e):t}function Qr(t){return t.split("-")[0]}function es(t){return t.split("-")[1]}function rm(t){return t==="x"?"y":"x"}function Lc(t){return t==="y"?"height":"width"}var SP=new Set(["top","bottom"]);function nr(t){return SP.has(Qr(t))?"y":"x"}function Mc(t){return rm(nr(t))}function mb(t,e,n){n===void 0&&(n=!1);let r=es(t),i=Mc(t),o=Lc(i),s=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=Ba(s)),[s,Ba(s)]}function vb(t){let e=Ba(t);return[Nc(t),e,Nc(e)]}function Nc(t){return t.replace(/start|end/g,e=>xP[e])}var pb=["left","right"],hb=["right","left"],bP=["top","bottom"],kP=["bottom","top"];function CP(t,e,n){switch(t){case"top":case"bottom":return n?e?hb:pb:e?pb:hb;case"left":case"right":return e?bP:kP;default:return[]}}function yb(t,e,n,r){let i=es(t),o=CP(Qr(t),n==="start",r);return i&&(o=o.map(s=>s+"-"+i),e&&(o=o.concat(o.map(Nc)))),o}function Ba(t){return t.replace(/left|right|bottom|top/g,e=>wP[e])}function EP(t){return{top:0,right:0,bottom:0,left:0,...t}}function im(t){return typeof t!="number"?EP(t):{top:t,right:t,bottom:t,left:t}}function Bi(t){let{x:e,y:n,width:r,height:i}=t;return{width:r,height:i,top:n,left:e,right:e+r,bottom:n+i,x:e,y:n}}function _b(t,e,n){let{reference:r,floating:i}=t,o=nr(e),s=Mc(e),a=Lc(s),l=Qr(e),u=o==="y",c=r.x+r.width/2-i.width/2,f=r.y+r.height/2-i.height/2,h=r[a]/2-i[a]/2,g;switch(l){case"top":g={x:c,y:r.y-i.height};break;case"bottom":g={x:c,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:f};break;case"left":g={x:r.x-i.width,y:f};break;default:g={x:r.x,y:r.y}}switch(es(e)){case"start":g[s]-=h*(n&&u?-1:1);break;case"end":g[s]+=h*(n&&u?-1:1);break}return g}async function Sb(t,e){var n;e===void 0&&(e={});let{x:r,y:i,platform:o,rects:s,elements:a,strategy:l}=t,{boundary:u="clippingAncestors",rootBoundary:c="viewport",elementContext:f="floating",altBoundary:h=!1,padding:g=0}=Vi(e,t),v=im(g),x=a[h?f==="floating"?"reference":"floating":f],d=Bi(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(x)))==null||n?x:x.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:u,rootBoundary:c,strategy:l})),p=f==="floating"?{x:r,y:i,width:s.floating.width,height:s.floating.height}:s.reference,m=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),y=await(o.isElement==null?void 0:o.isElement(m))?await(o.getScale==null?void 0:o.getScale(m))||{x:1,y:1}:{x:1,y:1},w=Bi(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:p,offsetParent:m,strategy:l}):p);return{top:(d.top-w.top+v.top)/y.y,bottom:(w.bottom-d.bottom+v.bottom)/y.y,left:(d.left-w.left+v.left)/y.x,right:(w.right-d.right+v.right)/y.x}}var bb=async(t,e,n)=>{let{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:s}=n,a=o.filter(Boolean),l=await(s.isRTL==null?void 0:s.isRTL(e)),u=await s.getElementRects({reference:t,floating:e,strategy:i}),{x:c,y:f}=_b(u,r,l),h=r,g={},v=0;for(let x=0;x<a.length;x++){var _;let{name:d,fn:p}=a[x],{x:m,y,data:w,reset:b}=await p({x:c,y:f,initialPlacement:r,placement:h,strategy:i,middlewareData:g,rects:u,platform:{...s,detectOverflow:(_=s.detectOverflow)!=null?_:Sb},elements:{reference:t,floating:e}});c=m??c,f=y??f,g={...g,[d]:{...g[d],...w}},b&&v<=50&&(v++,typeof b=="object"&&(b.placement&&(h=b.placement),b.rects&&(u=b.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:i}):b.rects),{x:c,y:f}=_b(u,h,l)),x=-1)}return{x:c,y:f,placement:h,strategy:i,middlewareData:g}},kb=t=>({name:"arrow",options:t,async fn(e){let{x:n,y:r,placement:i,rects:o,platform:s,elements:a,middlewareData:l}=e,{element:u,padding:c=0}=Vi(t,e)||{};if(u==null)return{};let f=im(c),h={x:n,y:r},g=Mc(i),v=Lc(g),_=await s.getDimensions(u),x=g==="y",d=x?"top":"left",p=x?"bottom":"right",m=x?"clientHeight":"clientWidth",y=o.reference[v]+o.reference[g]-h[g]-o.floating[v],w=h[g]-o.reference[g],b=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u)),k=b?b[m]:0;(!k||!await(s.isElement==null?void 0:s.isElement(b)))&&(k=a.floating[m]||o.floating[v]);let C=y/2-w/2,I=k/2-_[v]/2-1,A=Xr(f[d],I),H=Xr(f[p],I),K=A,Y=k-_[v]-H,W=k/2-_[v]/2+C,le=Oc(K,W,Y),V=!l.arrow&&es(i)!=null&&W!==le&&o.reference[v]/2-(W<K?A:H)-_[v]/2<0,X=V?W<K?W-K:W-Y:0;return{[g]:h[g]+X,data:{[g]:le,centerOffset:W-le-X,...V&&{alignmentOffset:X}},reset:V}}});var Cb=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,r;let{placement:i,middlewareData:o,rects:s,initialPlacement:a,platform:l,elements:u}=e,{mainAxis:c=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:_=!0,...x}=Vi(t,e);if((n=o.arrow)!=null&&n.alignmentOffset)return{};let d=Qr(i),p=nr(a),m=Qr(a)===a,y=await(l.isRTL==null?void 0:l.isRTL(u.floating)),w=h||(m||!_?[Ba(a)]:vb(a)),b=v!=="none";!h&&b&&w.push(...yb(a,_,v,y));let k=[a,...w],C=await l.detectOverflow(e,x),I=[],A=((r=o.flip)==null?void 0:r.overflows)||[];if(c&&I.push(C[d]),f){let W=mb(i,s,y);I.push(C[W[0]],C[W[1]])}if(A=[...A,{placement:i,overflows:I}],!I.every(W=>W<=0)){var H,K;let W=(((H=o.flip)==null?void 0:H.index)||0)+1,le=k[W];if(le&&(!(f==="alignment"?p!==nr(le):!1)||A.every(B=>nr(B.placement)===p?B.overflows[0]>0:!0)))return{data:{index:W,overflows:A},reset:{placement:le}};let V=(K=A.filter(X=>X.overflows[0]<=0).sort((X,B)=>X.overflows[1]-B.overflows[1])[0])==null?void 0:K.placement;if(!V)switch(g){case"bestFit":{var Y;let X=(Y=A.filter(B=>{if(b){let Z=nr(B.placement);return Z===p||Z==="y"}return!0}).map(B=>[B.placement,B.overflows.filter(Z=>Z>0).reduce((Z,ut)=>Z+ut,0)]).sort((B,Z)=>B[1]-Z[1])[0])==null?void 0:Y[0];X&&(V=X);break}case"initialPlacement":V=a;break}if(i!==V)return{reset:{placement:V}}}return{}}}};function wb(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function xb(t){return gb.some(e=>t[e]>=0)}var Eb=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){let{rects:n,platform:r}=e,{strategy:i="referenceHidden",...o}=Vi(t,e);switch(i){case"referenceHidden":{let s=await r.detectOverflow(e,{...o,elementContext:"reference"}),a=wb(s,n.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:xb(a)}}}case"escaped":{let s=await r.detectOverflow(e,{...o,altBoundary:!0}),a=wb(s,n.floating);return{data:{escapedOffsets:a,escaped:xb(a)}}}default:return{}}}}};var AP=new Set(["left","top"]);async function TP(t,e){let{placement:n,platform:r,elements:i}=t,o=await(r.isRTL==null?void 0:r.isRTL(i.floating)),s=Qr(n),a=es(n),l=nr(n)==="y",u=AP.has(s)?-1:1,c=o&&l?-1:1,f=Vi(e,t),{mainAxis:h,crossAxis:g,alignmentAxis:v}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return a&&typeof v=="number"&&(g=a==="end"?v*-1:v),l?{x:g*c,y:h*u}:{x:h*u,y:g*c}}var Ab=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;let{x:i,y:o,placement:s,middlewareData:a}=e,l=await TP(e,t);return s===((n=a.offset)==null?void 0:n.placement)&&(r=a.arrow)!=null&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:s}}}}},Tb=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:n,y:r,placement:i,platform:o}=e,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:d=>{let{x:p,y:m}=d;return{x:p,y:m}}},...u}=Vi(t,e),c={x:n,y:r},f=await o.detectOverflow(e,u),h=nr(Qr(i)),g=rm(h),v=c[g],_=c[h];if(s){let d=g==="y"?"top":"left",p=g==="y"?"bottom":"right",m=v+f[d],y=v-f[p];v=Oc(m,v,y)}if(a){let d=h==="y"?"top":"left",p=h==="y"?"bottom":"right",m=_+f[d],y=_-f[p];_=Oc(m,_,y)}let x=l.fn({...e,[g]:v,[h]:_});return{...x,data:{x:x.x-n,y:x.y-r,enabled:{[g]:s,[h]:a}}}}}};function Fc(){return typeof window<"u"}function zi(t){return Ib(t)?(t.nodeName||"").toLowerCase():"#document"}function St(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function un(t){var e;return(e=(Ib(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Ib(t){return Fc()?t instanceof Node||t instanceof St(t).Node:!1}function Kt(t){return Fc()?t instanceof Element||t instanceof St(t).Element:!1}function cn(t){return Fc()?t instanceof HTMLElement||t instanceof St(t).HTMLElement:!1}function Rb(t){return!Fc()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof St(t).ShadowRoot}var RP=new Set(["inline","contents"]);function ns(t){let{overflow:e,overflowX:n,overflowY:r,display:i}=Gt(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!RP.has(i)}var IP=new Set(["table","td","th"]);function Pb(t){return IP.has(zi(t))}var PP=[":popover-open",":modal"];function ja(t){return PP.some(e=>{try{return t.matches(e)}catch{return!1}})}var NP=["transform","translate","scale","rotate","perspective"],OP=["transform","translate","scale","rotate","perspective","filter"],LP=["paint","layout","strict","content"];function $c(t){let e=Dc(),n=Kt(t)?Gt(t):t;return NP.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||OP.some(r=>(n.willChange||"").includes(r))||LP.some(r=>(n.contain||"").includes(r))}function Nb(t){let e=rr(t);for(;cn(e)&&!Hi(e);){if($c(e))return e;if(ja(e))return null;e=rr(e)}return null}function Dc(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var MP=new Set(["html","body","#document"]);function Hi(t){return MP.has(zi(t))}function Gt(t){return St(t).getComputedStyle(t)}function Ua(t){return Kt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function rr(t){if(zi(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Rb(t)&&t.host||un(t);return Rb(e)?e.host:e}function Ob(t){let e=rr(t);return Hi(e)?t.ownerDocument?t.ownerDocument.body:t.body:cn(e)&&ns(e)?e:Ob(e)}function ts(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);let i=Ob(t),o=i===((r=t.ownerDocument)==null?void 0:r.body),s=St(i);if(o){let a=Vc(s);return e.concat(s,s.visualViewport||[],ns(i)?i:[],a&&n?ts(a):[])}return e.concat(i,ts(i,[],n))}function Vc(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function $b(t){let e=Gt(t),n=parseFloat(e.width)||0,r=parseFloat(e.height)||0,i=cn(t),o=i?t.offsetWidth:n,s=i?t.offsetHeight:r,a=za(n)!==o||za(r)!==s;return a&&(n=o,r=s),{width:n,height:r,$:a}}function sm(t){return Kt(t)?t:t.contextElement}function rs(t){let e=sm(t);if(!cn(e))return ln(1);let n=e.getBoundingClientRect(),{width:r,height:i,$:o}=$b(e),s=(o?za(n.width):n.width)/r,a=(o?za(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var FP=ln(0);function Db(t){let e=St(t);return!Dc()||!e.visualViewport?FP:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function $P(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==St(t)?!1:e}function ji(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);let i=t.getBoundingClientRect(),o=sm(t),s=ln(1);e&&(r?Kt(r)&&(s=rs(r)):s=rs(t));let a=$P(o,n,r)?Db(o):ln(0),l=(i.left+a.x)/s.x,u=(i.top+a.y)/s.y,c=i.width/s.x,f=i.height/s.y;if(o){let h=St(o),g=r&&Kt(r)?St(r):r,v=h,_=Vc(v);for(;_&&r&&g!==v;){let x=rs(_),d=_.getBoundingClientRect(),p=Gt(_),m=d.left+(_.clientLeft+parseFloat(p.paddingLeft))*x.x,y=d.top+(_.clientTop+parseFloat(p.paddingTop))*x.y;l*=x.x,u*=x.y,c*=x.x,f*=x.y,l+=m,u+=y,v=St(_),_=Vc(v)}}return Bi({width:c,height:f,x:l,y:u})}function Bc(t,e){let n=Ua(t).scrollLeft;return e?e.left+n:ji(un(t)).left+n}function Vb(t,e){let n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-Bc(t,n),i=n.top+e.scrollTop;return{x:r,y:i}}function DP(t){let{elements:e,rect:n,offsetParent:r,strategy:i}=t,o=i==="fixed",s=un(r),a=e?ja(e.floating):!1;if(r===s||a&&o)return n;let l={scrollLeft:0,scrollTop:0},u=ln(1),c=ln(0),f=cn(r);if((f||!f&&!o)&&((zi(r)!=="body"||ns(s))&&(l=Ua(r)),cn(r))){let g=ji(r);u=rs(r),c.x=g.x+r.clientLeft,c.y=g.y+r.clientTop}let h=s&&!f&&!o?Vb(s,l):ln(0);return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-l.scrollLeft*u.x+c.x+h.x,y:n.y*u.y-l.scrollTop*u.y+c.y+h.y}}function VP(t){return Array.from(t.getClientRects())}function BP(t){let e=un(t),n=Ua(t),r=t.ownerDocument.body,i=tr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),o=tr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-n.scrollLeft+Bc(t),a=-n.scrollTop;return Gt(r).direction==="rtl"&&(s+=tr(e.clientWidth,r.clientWidth)-i),{width:i,height:o,x:s,y:a}}var Lb=25;function zP(t,e){let n=St(t),r=un(t),i=n.visualViewport,o=r.clientWidth,s=r.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let c=Dc();(!c||c&&e==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let u=Bc(r);if(u<=0){let c=r.ownerDocument,f=c.body,h=getComputedStyle(f),g=c.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,v=Math.abs(r.clientWidth-f.clientWidth-g);v<=Lb&&(o-=v)}else u<=Lb&&(o+=u);return{width:o,height:s,x:a,y:l}}var HP=new Set(["absolute","fixed"]);function jP(t,e){let n=ji(t,!0,e==="fixed"),r=n.top+t.clientTop,i=n.left+t.clientLeft,o=cn(t)?rs(t):ln(1),s=t.clientWidth*o.x,a=t.clientHeight*o.y,l=i*o.x,u=r*o.y;return{width:s,height:a,x:l,y:u}}function Mb(t,e,n){let r;if(e==="viewport")r=zP(t,n);else if(e==="document")r=BP(un(t));else if(Kt(e))r=jP(e,n);else{let i=Db(t);r={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return Bi(r)}function Bb(t,e){let n=rr(t);return n===e||!Kt(n)||Hi(n)?!1:Gt(n).position==="fixed"||Bb(n,e)}function UP(t,e){let n=e.get(t);if(n)return n;let r=ts(t,[],!1).filter(a=>Kt(a)&&zi(a)!=="body"),i=null,o=Gt(t).position==="fixed",s=o?rr(t):t;for(;Kt(s)&&!Hi(s);){let a=Gt(s),l=$c(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&HP.has(i.position)||ns(s)&&!l&&Bb(t,s))?r=r.filter(c=>c!==s):i=a,s=rr(s)}return e.set(t,r),r}function WP(t){let{element:e,boundary:n,rootBoundary:r,strategy:i}=t,s=[...n==="clippingAncestors"?ja(e)?[]:UP(e,this._c):[].concat(n),r],a=s[0],l=s.reduce((u,c)=>{let f=Mb(e,c,i);return u.top=tr(f.top,u.top),u.right=Xr(f.right,u.right),u.bottom=Xr(f.bottom,u.bottom),u.left=tr(f.left,u.left),u},Mb(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function qP(t){let{width:e,height:n}=$b(t);return{width:e,height:n}}function KP(t,e,n){let r=cn(e),i=un(e),o=n==="fixed",s=ji(t,!0,o,e),a={scrollLeft:0,scrollTop:0},l=ln(0);function u(){l.x=Bc(i)}if(r||!r&&!o)if((zi(e)!=="body"||ns(i))&&(a=Ua(e)),r){let g=ji(e,!0,o,e);l.x=g.x+e.clientLeft,l.y=g.y+e.clientTop}else i&&u();o&&!r&&i&&u();let c=i&&!r&&!o?Vb(i,a):ln(0),f=s.left+a.scrollLeft-l.x-c.x,h=s.top+a.scrollTop-l.y-c.y;return{x:f,y:h,width:s.width,height:s.height}}function om(t){return Gt(t).position==="static"}function Fb(t,e){if(!cn(t)||Gt(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return un(t)===n&&(n=n.ownerDocument.body),n}function zb(t,e){let n=St(t);if(ja(t))return n;if(!cn(t)){let i=rr(t);for(;i&&!Hi(i);){if(Kt(i)&&!om(i))return i;i=rr(i)}return n}let r=Fb(t,e);for(;r&&Pb(r)&&om(r);)r=Fb(r,e);return r&&Hi(r)&&om(r)&&!$c(r)?n:r||Nb(t)||n}var GP=async function(t){let e=this.getOffsetParent||zb,n=this.getDimensions,r=await n(t.floating);return{reference:KP(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function ZP(t){return Gt(t).direction==="rtl"}var YP={convertOffsetParentRelativeRectToViewportRelativeRect:DP,getDocumentElement:un,getClippingRect:WP,getOffsetParent:zb,getElementRects:GP,getClientRects:VP,getDimensions:qP,getScale:rs,isElement:Kt,isRTL:ZP};function Hb(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function XP(t,e){let n=null,r,i=un(t);function o(){var a;clearTimeout(r),(a=n)==null||a.disconnect(),n=null}function s(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),o();let u=t.getBoundingClientRect(),{left:c,top:f,width:h,height:g}=u;if(a||e(),!h||!g)return;let v=Ha(f),_=Ha(i.clientWidth-(c+h)),x=Ha(i.clientHeight-(f+g)),d=Ha(c),m={rootMargin:-v+"px "+-_+"px "+-x+"px "+-d+"px",threshold:tr(0,Xr(1,l))||1},y=!0;function w(b){let k=b[0].intersectionRatio;if(k!==l){if(!y)return s();k?s(!1,k):r=setTimeout(()=>{s(!1,1e-7)},1e3)}k===1&&!Hb(u,t.getBoundingClientRect())&&s(),y=!1}try{n=new IntersectionObserver(w,{...m,root:i.ownerDocument})}catch{n=new IntersectionObserver(w,m)}n.observe(t)}return s(!0),o}function zc(t,e,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,u=sm(t),c=i||o?[...u?ts(u):[],...ts(e)]:[];c.forEach(d=>{i&&d.addEventListener("scroll",n,{passive:!0}),o&&d.addEventListener("resize",n)});let f=u&&a?XP(u,n):null,h=-1,g=null;s&&(g=new ResizeObserver(d=>{let[p]=d;p&&p.target===u&&g&&(g.unobserve(e),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var m;(m=g)==null||m.observe(e)})),n()}),u&&!l&&g.observe(u),g.observe(e));let v,_=l?ji(t):null;l&&x();function x(){let d=ji(t);_&&!Hb(_,d)&&n(),_=d,v=requestAnimationFrame(x)}return n(),()=>{var d;c.forEach(p=>{i&&p.removeEventListener("scroll",n),o&&p.removeEventListener("resize",n)}),f?.(),(d=g)==null||d.disconnect(),g=null,l&&cancelAnimationFrame(v)}}var Hc=Ab;var jc=Tb,Uc=Cb;var jb=Eb,Ub=kb;var Wc=(t,e,n)=>{let r=new Map,i={platform:YP,...n},o={...i.platform,_c:r};return bb(t,e,{...i,platform:o})};var QP=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]);function Ot(t){if(typeof window.Sanitizer=="function")try{let a=new window.Sanitizer({}).sanitizeToFragment(t),l=document.createElement("div");return l.append(a),l.innerHTML}catch{}let n=document.createElement("template");n.innerHTML=t;let r=n.content,i=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=[];for(;i.nextNode();){let s=i.currentNode,a=s.tagName.toLowerCase();if(!QP.has(a)){o.push(s);continue}for(let l of Array.from(s.attributes)){let u=l.name.toLowerCase(),c=l.value.trim().toLowerCase(),f=u.startsWith("on"),h=(u==="href"||u==="src")&&c.startsWith("javascript:");(f||h)&&s.removeAttribute(l.name)}}for(let s of o){for(;s.firstChild;)s.parentNode?.insertBefore(s.firstChild,s);s.remove()}return n.innerHTML}function JP(t){let e=t.getBoundingClientRect(),n=window.innerWidth,r=window.innerHeight;if(!(e.width>n*.8||e.height>r*.8))return t;let o=Math.max(e.left,0),s=Math.max(e.top,0),a=Math.min(e.right,n),l=Math.min(e.bottom,r),u=(o+a)/2,c=(s+l)/2;return{getBoundingClientRect(){return{width:0,height:0,x:u,y:c,top:c,left:u,right:u,bottom:c}}}}function Wb(t,e,n){let r=t.getBoundingClientRect();r.width>window.innerWidth*.8||r.height>window.innerHeight*.8||t.scrollIntoView({behavior:"smooth",block:"center",inline:"center"});let o=document.createElement("div");o.className="syntro-tooltip",o.setAttribute("role","tooltip"),o.innerHTML=Ot(n.html);let s=o.querySelectorAll("[data-syntro-action]"),a=d=>{let m=d.currentTarget.getAttribute("data-syntro-action");m&&n.onAction&&n.onAction(m)};s.forEach(d=>d.addEventListener("click",a));let l=document.createElement("div");l.className="syntro-tooltip-arrow",o.appendChild(l),e.appendChild(o);let u=[Hc(n.offsetPx??8),Uc(),jc({padding:8}),jb(),Ub({element:l})],c=n.placement&&n.placement!=="auto"?n.placement:"top",f=zc(t,o,async()=>{let d=JP(t),p=await Wc(d,o,{placement:c,middleware:u}),{x:m,y,strategy:w,middlewareData:b,placement:k}=p;if(Object.assign(o.style,{left:`${m}px`,top:`${y}px`,position:w}),b.arrow){let{x:C,y:I}=b.arrow,A=k.split("-")[0],H={top:"bottom",right:"left",bottom:"top",left:"right"};Object.assign(l.style,{left:C!=null?`${C}px`:"",top:I!=null?`${I}px`:"",right:"",bottom:"",[H[A]]:"-4px"});let K={top:"0deg",right:"90deg",bottom:"180deg",left:"270deg"};l.style.transform=`rotate(${K[A]||"0deg"})`}}),h=d=>{d.key==="Escape"&&x.destroy()};window.addEventListener("keydown",h);let g=[];if(n.blocking){Array.from(document.body.children).forEach(p=>{p!==e&&p.getAttribute("inert")===null&&(p.setAttribute("inert",""),g.push(p.id||p.tagName))});let d=Array.from(o.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'));if(d.length>0){let p=d[0],m=d[d.length-1],y=w=>{w.key==="Tab"&&(w.shiftKey?document.activeElement===p&&(m.focus(),w.preventDefault()):document.activeElement===m&&(p.focus(),w.preventDefault()))};o.addEventListener("keydown",y),requestAnimationFrame(()=>p.focus())}}let _=(()=>{if(n.trigger==="hover"){let d=()=>{o.style.visibility="visible",o.style.opacity="1"},p=()=>{o.style.visibility="hidden",o.style.opacity="0"};return o.style.visibility="hidden",o.style.opacity="0",o.style.transition="opacity 200ms ease, visibility 200ms",t.addEventListener("mouseenter",d),t.addEventListener("mouseleave",p),t.addEventListener("focus",d),t.addEventListener("blur",p),()=>{t.removeEventListener("mouseenter",d),t.removeEventListener("mouseleave",p),t.removeEventListener("focus",d),t.removeEventListener("blur",p)}}if(n.trigger==="click"){let d=()=>{o.style.visibility==="visible"?x.destroy():(o.style.visibility="visible",o.style.opacity="1")};return o.style.visibility="hidden",o.style.opacity="0",o.style.transition="opacity 200ms ease, visibility 200ms",t.addEventListener("click",d),()=>t.removeEventListener("click",d)}return o.style.opacity="0",o.style.transition="opacity 200ms ease",requestAnimationFrame(()=>{o.style.opacity="1"}),()=>{}})(),x={el:o,destroy(){f(),_(),window.removeEventListener("keydown",h),s.forEach(d=>d.removeEventListener("click",a)),n.blocking&&Array.from(document.body.children).forEach(d=>{d!==e&&d.removeAttribute("inert")}),o.style.opacity="0",setTimeout(()=>o.remove(),200)}};return x}var am=async(t,e)=>{let{content:n,size:r="md",blocking:i=!1,scrim:o,dismiss:s,ctaButtons:a}=t,l=document.createElement("div");l.className="syntro-modal-scrim",l.style.cssText=`
53
+ })();`}var AS="https://cdn.syntrologie.com/editor-sdk/latest/editor-sdk.js",TS=["cdn.syntrologie.com","api.syntrologie.com","dev-api.syntrologie.com","localhost","127.0.0.1",".syntrologie.com"];function bR(t){F("Syntro Runtime","Validating editor URL:",t);try{if(t.startsWith("/"))return F("Syntro Runtime","\u2713 Relative URL allowed (same-origin):",t),!0;let e=new URL(t),n=/^(localhost|127\.0\.0\.1)$/.test(e.hostname);if(F("Syntro Runtime","Parsed URL:",{hostname:e.hostname,protocol:e.protocol,isLocalhost:n}),e.protocol!=="https:"&&!n)return ft("Syntro Runtime","\u274C Editor URL must use HTTPS:",t),!1;let r=TS.some(i=>i.startsWith(".")?e.hostname.endsWith(i)||e.hostname===i.slice(1):e.hostname===i);return F("Syntro Runtime","Host allowlist check:",{hostname:e.hostname,allowedHosts:TS,isAllowed:r}),r?(F("Syntro Runtime","\u2713 Editor URL validated"),!0):(ft("Syntro Runtime","\u274C Editor URL host not in allowlist:",e.hostname),!1)}catch(e){return ft("Syntro Runtime",`\u274C Invalid editor URL: ${t}`,e),!1}}var kR=()=>{if(F("Syntro Runtime","====== EDITOR LOAD CHECK ======"),typeof window>"u")return F("Syntro Runtime","Not in browser - skipping editor"),!1;let t=new URLSearchParams(window.location.search);F("Syntro Runtime","URL:",window.location.href),F("Syntro Runtime","Search params:",window.location.search);let e=t.has("syntro_editor")||t.has("syntro-editor"),n=t.has("editor_token");if(F("Syntro Runtime","Editor flags:",{hasEditorFlag:e,hasEditorToken:n,syntro_editor:t.get("syntro_editor"),"syntro-editor":t.get("syntro-editor"),editor_token:n?`${t.get("editor_token")?.slice(0,10)}...`:"none"}),e&&!n)return ft("Syntro Runtime","\u274C Editor activation requires editor_token parameter"),F("Syntro Runtime","================================"),!1;let r=e&&n;return F("Syntro Runtime","Should load editor:",r),F("Syntro Runtime","================================"),r},CR=()=>{if(F("Syntro Runtime","====== AUDIT MODE CHECK ======"),typeof window>"u")return F("Syntro Runtime","Not in browser - skipping audit"),!1;let t=new URLSearchParams(window.location.search),e=t.has("syntro_audit"),n=t.has("audit_token"),r=t.get("audit_session_id");return F("Syntro Runtime","Audit flags:",{hasAuditFlag:e,hasAuditToken:n,auditSessionId:r?`${r.slice(0,8)}...`:"none",audit_token:n?`${t.get("audit_token")?.slice(0,10)}...`:"none"}),e?n?(F("Syntro Runtime","\u2713 Audit mode active"),F("Syntro Runtime","================================"),!0):(ft("Syntro Runtime","\u274C Audit activation requires audit_token parameter"),F("Syntro Runtime","================================"),!1):(F("Syntro Runtime","No syntro_audit param - not in audit mode"),F("Syntro Runtime","================================"),!1)},RS=()=>kR()?"editor":CR()?"audit":null;function ER(){if(typeof window>"u")return null;let t=new URLSearchParams(window.location.search);return t.get("editor_token")||t.get("audit_token")}var IS=async t=>{if(F("Syntro Runtime","====== LOAD EDITOR SDK ======"),typeof window>"u"){F("Syntro Runtime","Not in browser - skipping editor SDK load");return}if(window.SyntroEditor){F("Syntro Runtime","Editor SDK already loaded (window.SyntroEditor exists)");return}let e=typeof t=="string"?{editorUrl:t}:t??{},n=new URLSearchParams(window.location.search),r=n.get("syntro_editor_sdk_url"),i=n.get("api_base"),o=i?`${i}/api/editor/sdk/editor-sdk.js`:null,s=r||o||e.editorUrl||AS,a=ER();if(!a){ft("Syntro Runtime","\u274C No token found in URL params. SDK requires editor_token or audit_token."),F("Syntro Runtime","================================");return}let l=`${s}?token=${encodeURIComponent(a)}`;if(F("Syntro Runtime","Editor URL:",l),F("Syntro Runtime","Options:",{hasIntegrity:!!e.integrity,isDefault:s===AS,hasApiBase:!!i,tokenPrefix:`${a.slice(0,10)}...`}),!bR(s)){console.error("[Syntro Runtime] \u274C BLOCKED: Editor from untrusted URL:",s),F("Syntro Runtime","================================");return}return F("Syntro Runtime","\u2713 URL validated, injecting script tag..."),new Promise((c,u)=>{let f=document.createElement("script");f.src=l,f.async=!0,e.integrity&&(f.integrity=e.integrity,f.crossOrigin="anonymous",F("Syntro Runtime","SRI integrity check enabled")),f.onload=()=>{F("Syntro Runtime","\u2713 Editor SDK script loaded successfully"),F("Syntro Runtime","window.SyntroEditor:",!!window.SyntroEditor),F("Syntro Runtime","================================"),c()},f.onerror=h=>{console.error("[Syntro Runtime] \u274C Failed to load Editor SDK:",h),console.error("[Syntro Runtime] URL attempted:",l),console.error("[Syntro Runtime] Check: Is the URL accessible? CORS? Network? Token valid?"),F("Syntro Runtime","================================"),u(h)},document.head.appendChild(f),F("Syntro Runtime","Script tag appended to <head>")})};var Vg=async(t={})=>{if(typeof window>"u"||typeof document>"u")throw new Error("SmartCanvas can only be created in a browser-like environment");let e=null;if(t.antiFlicker){let d=typeof t.antiFlicker=="object"?t.antiFlicker:{};e=ES(d)}let n=null,r=null,i=null,o=!0,{runtime:s}=t;async function a(d){!s?.actions||d.length===0||(i?.isApplied()&&await i.revertAll(),i=await s.actions.applyBatch(d))}async function l(){i?.isApplied()&&(await i.revertAll(),i=null)}if(t.fetcher)try{r=t.fetcher;let d=await t.fetcher();n=d,d.actions&&d.actions.length>0&&s?.actions&&await a(d.actions)}catch(d){console.error("[SmartCanvas] Error fetching/applying initial config:",d)}e&&e();let c=RS();c&&(console.log(`[SmartCanvas] Loading editor SDK for ${c} mode`),IS(t.editorUrl).catch(console.error)),SS();let u=document.createElement("smart-canvas");if(t.tokens)for(let[d,p]of Object.entries(t.tokens))u.style.setProperty(d,p);let f=()=>{let d=t.target??document.body;d&&d.appendChild(u)};document.body?f():document.addEventListener("DOMContentLoaded",f,{once:!0});let h=t.integrations?.experiments,g=t.integrations?.telemetry,v=t.fetcher??Uo({configUri:t.configUri,experiments:h,featureKey:t.configUriFeatureKey,credentials:t.fetchCredentials});r||(r=v);let _={fetcher:v,pollIntervalMs:t.pollIntervalMs,experiments:h,telemetry:g,runtime:s,overlayFetcher:t.overlayFetcher,overlayConfigUri:t.overlayConfigUri,overlayConfigFeatureKey:t.overlayConfigFeatureKey,overlayFetchCredentials:t.overlayFetchCredentials,configUri:t.configUri,configUriFeatureKey:t.configUriFeatureKey,fetchCredentials:t.fetchCredentials,theme:t.theme};u.mountReactApp(_),t.defaultOpen&&u.open();let x={el:u,open:()=>u.open(),close:()=>u.close(),destroy:()=>{l(),u.remove()},setTokens:d=>{for(let[p,m]of Object.entries(d))u.style.setProperty(p,m)},getConfig:async()=>{if(r)try{let d=await r();return n=d,d}catch(d){console.error("[SmartCanvas] Error fetching config:",d)}return n??{tiles:[],actions:[],fetchedAt:""}},updateConfig:async d=>{n=d,o&&await a(d.actions)},setEnabled:async d=>{o=d,d?n&&await a(n.actions):await l()},registerComponent:(d,p)=>u.registerComponent(d,p),setOverrideFetcher:d=>{r=d,u.setOverrideFetcher(d)},registerTelemetryProperties:d=>{g?.register?.(d)},getSessionId:()=>g?.getSessionId?.(),startSessionRecording:()=>{g?.startSessionRecording?.()},runtime:s};return typeof window<"u"&&c&&(window.__smartCanvasHandle=x),x};typeof window<"u"&&(window.SmartCanvas={async create(t){return Vg(t)}});var S={};Rk(S,{BRAND:()=>QR,DIRTY:()=>bi,EMPTY_PATH:()=>IR,INVALID:()=>U,NEVER:()=>FI,OK:()=>nt,ParseStatus:()=>Ze,Schema:()=>J,ZodAny:()=>Zr,ZodArray:()=>er,ZodBigInt:()=>Ci,ZodBoolean:()=>Ei,ZodBranded:()=>Fa,ZodCatch:()=>$i,ZodDate:()=>Ai,ZodDefault:()=>Fi,ZodDiscriminatedUnion:()=>bu,ZodEffects:()=>qt,ZodEnum:()=>Li,ZodError:()=>wt,ZodFirstPartyTypeKind:()=>q,ZodFunction:()=>Cu,ZodIntersection:()=>Pi,ZodIssueCode:()=>T,ZodLazy:()=>Ni,ZodLiteral:()=>Oi,ZodMap:()=>Xo,ZodNaN:()=>Jo,ZodNativeEnum:()=>Mi,ZodNever:()=>an,ZodNull:()=>Ri,ZodNullable:()=>En,ZodNumber:()=>ki,ZodObject:()=>xt,ZodOptional:()=>Ut,ZodParsedType:()=>M,ZodPipeline:()=>$a,ZodPromise:()=>Yr,ZodReadonly:()=>Di,ZodRecord:()=>ku,ZodSchema:()=>J,ZodSet:()=>Qo,ZodString:()=>Gr,ZodSymbol:()=>Zo,ZodTransformer:()=>qt,ZodTuple:()=>Cn,ZodType:()=>J,ZodUndefined:()=>Ti,ZodUnion:()=>Ii,ZodUnknown:()=>Jn,ZodVoid:()=>Yo,addIssueToContext:()=>P,any:()=>aI,array:()=>dI,bigint:()=>nI,boolean:()=>zS,coerce:()=>MI,custom:()=>DS,date:()=>rI,datetimeRegex:()=>FS,defaultErrorMap:()=>Xn,discriminatedUnion:()=>gI,effect:()=>AI,enum:()=>kI,function:()=>xI,getErrorMap:()=>qo,getParsedType:()=>kn,instanceof:()=>eI,intersection:()=>mI,isAborted:()=>xu,isAsync:()=>Ko,isDirty:()=>Su,isValid:()=>Kr,late:()=>JR,lazy:()=>SI,literal:()=>bI,makeIssue:()=>Ma,map:()=>_I,nan:()=>tI,nativeEnum:()=>CI,never:()=>cI,null:()=>sI,nullable:()=>RI,number:()=>BS,object:()=>fI,objectUtil:()=>Bg,oboolean:()=>LI,onumber:()=>OI,optional:()=>TI,ostring:()=>NI,pipeline:()=>PI,preprocess:()=>II,promise:()=>EI,quotelessJson:()=>AR,record:()=>yI,set:()=>wI,setErrorMap:()=>RR,strictObject:()=>pI,string:()=>VS,symbol:()=>iI,transformer:()=>AI,tuple:()=>vI,undefined:()=>oI,union:()=>hI,unknown:()=>lI,util:()=>re,void:()=>uI});var re;(function(t){t.assertEqual=i=>{};function e(i){}t.assertIs=e;function n(i){throw new Error}t.assertNever=n,t.arrayToEnum=i=>{let o={};for(let s of i)o[s]=s;return o},t.getValidEnumValues=i=>{let o=t.objectKeys(i).filter(a=>typeof i[i[a]]!="number"),s={};for(let a of o)s[a]=i[a];return t.objectValues(s)},t.objectValues=i=>t.objectKeys(i).map(function(o){return i[o]}),t.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{let o=[];for(let s in i)Object.prototype.hasOwnProperty.call(i,s)&&o.push(s);return o},t.find=(i,o)=>{for(let s of i)if(o(s))return s},t.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&Number.isFinite(i)&&Math.floor(i)===i;function r(i,o=" | "){return i.map(s=>typeof s=="string"?`'${s}'`:s).join(o)}t.joinValues=r,t.jsonStringifyReplacer=(i,o)=>typeof o=="bigint"?o.toString():o})(re||(re={}));var Bg;(function(t){t.mergeShapes=(e,n)=>({...e,...n})})(Bg||(Bg={}));var M=re.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),kn=t=>{switch(typeof t){case"undefined":return M.undefined;case"string":return M.string;case"number":return Number.isNaN(t)?M.nan:M.number;case"boolean":return M.boolean;case"function":return M.function;case"bigint":return M.bigint;case"symbol":return M.symbol;case"object":return Array.isArray(t)?M.array:t===null?M.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?M.promise:typeof Map<"u"&&t instanceof Map?M.map:typeof Set<"u"&&t instanceof Set?M.set:typeof Date<"u"&&t instanceof Date?M.date:M.object;default:return M.unknown}};var T=re.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),AR=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),wt=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=r=>{this.issues=[...this.issues,r]},this.addIssues=(r=[])=>{this.issues=[...this.issues,...r]};let n=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,n):this.__proto__=n,this.name="ZodError",this.issues=e}format(e){let n=e||function(o){return o.message},r={_errors:[]},i=o=>{for(let s of o.issues)if(s.code==="invalid_union")s.unionErrors.map(i);else if(s.code==="invalid_return_type")i(s.returnTypeError);else if(s.code==="invalid_arguments")i(s.argumentsError);else if(s.path.length===0)r._errors.push(n(s));else{let a=r,l=0;for(;l<s.path.length;){let c=s.path[l];l===s.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(n(s))):a[c]=a[c]||{_errors:[]},a=a[c],l++}}};return i(this),r}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,re.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=n=>n.message){let n={},r=[];for(let i of this.issues)if(i.path.length>0){let o=i.path[0];n[o]=n[o]||[],n[o].push(e(i))}else r.push(e(i));return{formErrors:r,fieldErrors:n}}get formErrors(){return this.flatten()}};wt.create=t=>new wt(t);var TR=(t,e)=>{let n;switch(t.code){case T.invalid_type:t.received===M.undefined?n="Required":n=`Expected ${t.expected}, received ${t.received}`;break;case T.invalid_literal:n=`Invalid literal value, expected ${JSON.stringify(t.expected,re.jsonStringifyReplacer)}`;break;case T.unrecognized_keys:n=`Unrecognized key(s) in object: ${re.joinValues(t.keys,", ")}`;break;case T.invalid_union:n="Invalid input";break;case T.invalid_union_discriminator:n=`Invalid discriminator value. Expected ${re.joinValues(t.options)}`;break;case T.invalid_enum_value:n=`Invalid enum value. Expected ${re.joinValues(t.options)}, received '${t.received}'`;break;case T.invalid_arguments:n="Invalid function arguments";break;case T.invalid_return_type:n="Invalid function return type";break;case T.invalid_date:n="Invalid date";break;case T.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(n=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(n=`${n} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?n=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?n=`Invalid input: must end with "${t.validation.endsWith}"`:re.assertNever(t.validation):t.validation!=="regex"?n=`Invalid ${t.validation}`:n="Invalid";break;case T.too_small:t.type==="array"?n=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?n=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?n=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?n=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?n=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:n="Invalid input";break;case T.too_big:t.type==="array"?n=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?n=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?n=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?n=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?n=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:n="Invalid input";break;case T.custom:n="Invalid input";break;case T.invalid_intersection_types:n="Intersection results could not be merged";break;case T.not_multiple_of:n=`Number must be a multiple of ${t.multipleOf}`;break;case T.not_finite:n="Number must be finite";break;default:n=e.defaultError,re.assertNever(t)}return{message:n}},Xn=TR;var PS=Xn;function RR(t){PS=t}function qo(){return PS}var Ma=t=>{let{data:e,path:n,errorMaps:r,issueData:i}=t,o=[...n,...i.path||[]],s={...i,path:o};if(i.message!==void 0)return{...i,path:o,message:i.message};let a="",l=r.filter(c=>!!c).slice().reverse();for(let c of l)a=c(s,{data:e,defaultError:a}).message;return{...i,path:o,message:a}},IR=[];function P(t,e){let n=qo(),r=Ma({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,n,n===Xn?void 0:Xn].filter(i=>!!i)});t.common.issues.push(r)}var Ze=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,n){let r=[];for(let i of n){if(i.status==="aborted")return U;i.status==="dirty"&&e.dirty(),r.push(i.value)}return{status:e.value,value:r}}static async mergeObjectAsync(e,n){let r=[];for(let i of n){let o=await i.key,s=await i.value;r.push({key:o,value:s})}return t.mergeObjectSync(e,r)}static mergeObjectSync(e,n){let r={};for(let i of n){let{key:o,value:s}=i;if(o.status==="aborted"||s.status==="aborted")return U;o.status==="dirty"&&e.dirty(),s.status==="dirty"&&e.dirty(),o.value!=="__proto__"&&(typeof s.value<"u"||i.alwaysSet)&&(r[o.value]=s.value)}return{status:e.value,value:r}}},U=Object.freeze({status:"aborted"}),bi=t=>({status:"dirty",value:t}),nt=t=>({status:"valid",value:t}),xu=t=>t.status==="aborted",Su=t=>t.status==="dirty",Kr=t=>t.status==="valid",Ko=t=>typeof Promise<"u"&&t instanceof Promise;var z;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(z||(z={}));var Wt=class{constructor(e,n,r,i){this._cachedPath=[],this.parent=e,this.data=n,this._path=r,this._key=i}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},NS=(t,e)=>{if(Kr(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let n=new wt(t.common.issues);return this._error=n,this._error}}};function Q(t){if(!t)return{};let{errorMap:e,invalid_type_error:n,required_error:r,description:i}=t;if(e&&(n||r))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(s,a)=>{let{message:l}=t;return s.code==="invalid_enum_value"?{message:l??a.defaultError}:typeof a.data>"u"?{message:l??r??a.defaultError}:s.code!=="invalid_type"?{message:a.defaultError}:{message:l??n??a.defaultError}},description:i}}var J=class{get description(){return this._def.description}_getType(e){return kn(e.data)}_getOrReturnCtx(e,n){return n||{common:e.parent.common,data:e.data,parsedType:kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ze,ctx:{common:e.parent.common,data:e.data,parsedType:kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let n=this._parse(e);if(Ko(n))throw new Error("Synchronous parse encountered promise.");return n}_parseAsync(e){let n=this._parse(e);return Promise.resolve(n)}parse(e,n){let r=this.safeParse(e,n);if(r.success)return r.data;throw r.error}safeParse(e,n){let r={common:{issues:[],async:n?.async??!1,contextualErrorMap:n?.errorMap},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kn(e)},i=this._parseSync({data:e,path:r.path,parent:r});return NS(r,i)}"~validate"(e){let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kn(e)};if(!this["~standard"].async)try{let r=this._parseSync({data:e,path:[],parent:n});return Kr(r)?{value:r.value}:{issues:n.common.issues}}catch(r){r?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),n.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:n}).then(r=>Kr(r)?{value:r.value}:{issues:n.common.issues})}async parseAsync(e,n){let r=await this.safeParseAsync(e,n);if(r.success)return r.data;throw r.error}async safeParseAsync(e,n){let r={common:{issues:[],contextualErrorMap:n?.errorMap,async:!0},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kn(e)},i=this._parse({data:e,path:r.path,parent:r}),o=await(Ko(i)?i:Promise.resolve(i));return NS(r,o)}refine(e,n){let r=i=>typeof n=="string"||typeof n>"u"?{message:n}:typeof n=="function"?n(i):n;return this._refinement((i,o)=>{let s=e(i),a=()=>o.addIssue({code:T.custom,...r(i)});return typeof Promise<"u"&&s instanceof Promise?s.then(l=>l?!0:(a(),!1)):s?!0:(a(),!1)})}refinement(e,n){return this._refinement((r,i)=>e(r)?!0:(i.addIssue(typeof n=="function"?n(r,i):n),!1))}_refinement(e){return new qt({schema:this,typeName:q.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:n=>this["~validate"](n)}}optional(){return Ut.create(this,this._def)}nullable(){return En.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return er.create(this)}promise(){return Yr.create(this,this._def)}or(e){return Ii.create([this,e],this._def)}and(e){return Pi.create(this,e,this._def)}transform(e){return new qt({...Q(this._def),schema:this,typeName:q.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let n=typeof e=="function"?e:()=>e;return new Fi({...Q(this._def),innerType:this,defaultValue:n,typeName:q.ZodDefault})}brand(){return new Fa({typeName:q.ZodBranded,type:this,...Q(this._def)})}catch(e){let n=typeof e=="function"?e:()=>e;return new $i({...Q(this._def),innerType:this,catchValue:n,typeName:q.ZodCatch})}describe(e){let n=this.constructor;return new n({...this._def,description:e})}pipe(e){return $a.create(this,e)}readonly(){return Di.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},PR=/^c[^\s-]{8,}$/i,NR=/^[0-9a-z]+$/,OR=/^[0-9A-HJKMNP-TV-Z]{26}$/i,LR=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,MR=/^[a-z0-9_-]{21}$/i,FR=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,$R=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,DR=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,VR="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",zg,BR=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,zR=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,HR=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,jR=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,UR=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,WR=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,LS="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",qR=new RegExp(`^${LS}$`);function MS(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let n=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${n}`}function KR(t){return new RegExp(`^${MS(t)}$`)}function FS(t){let e=`${LS}T${MS(t)}`,n=[];return n.push(t.local?"Z?":"Z"),t.offset&&n.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${n.join("|")})`,new RegExp(`^${e}$`)}function GR(t,e){return!!((e==="v4"||!e)&&BR.test(t)||(e==="v6"||!e)&&HR.test(t))}function ZR(t,e){if(!FR.test(t))return!1;try{let[n]=t.split(".");if(!n)return!1;let r=n.replace(/-/g,"+").replace(/_/g,"/").padEnd(n.length+(4-n.length%4)%4,"="),i=JSON.parse(atob(r));return!(typeof i!="object"||i===null||"typ"in i&&i?.typ!=="JWT"||!i.alg||e&&i.alg!==e)}catch{return!1}}function YR(t,e){return!!((e==="v4"||!e)&&zR.test(t)||(e==="v6"||!e)&&jR.test(t))}var Gr=class t extends J{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==M.string){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_type,expected:M.string,received:o.parsedType}),U}let r=new Ze,i;for(let o of this._def.checks)if(o.kind==="min")e.data.length<o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),r.dirty());else if(o.kind==="max")e.data.length>o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),r.dirty());else if(o.kind==="length"){let s=e.data.length>o.value,a=e.data.length<o.value;(s||a)&&(i=this._getOrReturnCtx(e,i),s?P(i,{code:T.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):a&&P(i,{code:T.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),r.dirty())}else if(o.kind==="email")DR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"email",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="emoji")zg||(zg=new RegExp(VR,"u")),zg.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"emoji",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="uuid")LR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"uuid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="nanoid")MR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"nanoid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="cuid")PR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"cuid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="cuid2")NR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"cuid2",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="ulid")OR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"ulid",code:T.invalid_string,message:o.message}),r.dirty());else if(o.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),P(i,{validation:"url",code:T.invalid_string,message:o.message}),r.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"regex",code:T.invalid_string,message:o.message}),r.dirty())):o.kind==="trim"?e.data=e.data.trim():o.kind==="includes"?e.data.includes(o.value,o.position)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),r.dirty()):o.kind==="toLowerCase"?e.data=e.data.toLowerCase():o.kind==="toUpperCase"?e.data=e.data.toUpperCase():o.kind==="startsWith"?e.data.startsWith(o.value)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:{startsWith:o.value},message:o.message}),r.dirty()):o.kind==="endsWith"?e.data.endsWith(o.value)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:{endsWith:o.value},message:o.message}),r.dirty()):o.kind==="datetime"?FS(o).test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"datetime",message:o.message}),r.dirty()):o.kind==="date"?qR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"date",message:o.message}),r.dirty()):o.kind==="time"?KR(o).test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"time",message:o.message}),r.dirty()):o.kind==="duration"?$R.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"duration",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="ip"?GR(e.data,o.version)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"ip",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="jwt"?ZR(e.data,o.alg)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"jwt",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="cidr"?YR(e.data,o.version)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"cidr",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="base64"?UR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"base64",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="base64url"?WR.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"base64url",code:T.invalid_string,message:o.message}),r.dirty()):re.assertNever(o);return{status:r.value,value:e.data}}_regex(e,n,r){return this.refinement(i=>e.test(i),{validation:n,code:T.invalid_string,...z.errToObj(r)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...z.errToObj(e)})}url(e){return this._addCheck({kind:"url",...z.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...z.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...z.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...z.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...z.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...z.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...z.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...z.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...z.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...z.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...z.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...z.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...z.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...z.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...z.errToObj(e)})}regex(e,n){return this._addCheck({kind:"regex",regex:e,...z.errToObj(n)})}includes(e,n){return this._addCheck({kind:"includes",value:e,position:n?.position,...z.errToObj(n?.message)})}startsWith(e,n){return this._addCheck({kind:"startsWith",value:e,...z.errToObj(n)})}endsWith(e,n){return this._addCheck({kind:"endsWith",value:e,...z.errToObj(n)})}min(e,n){return this._addCheck({kind:"min",value:e,...z.errToObj(n)})}max(e,n){return this._addCheck({kind:"max",value:e,...z.errToObj(n)})}length(e,n){return this._addCheck({kind:"length",value:e,...z.errToObj(n)})}nonempty(e){return this.min(1,z.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxLength(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e}};Gr.create=t=>new Gr({checks:[],typeName:q.ZodString,coerce:t?.coerce??!1,...Q(t)});function XR(t,e){let n=(t.toString().split(".")[1]||"").length,r=(e.toString().split(".")[1]||"").length,i=n>r?n:r,o=Number.parseInt(t.toFixed(i).replace(".","")),s=Number.parseInt(e.toFixed(i).replace(".",""));return o%s/10**i}var ki=class t extends J{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==M.number){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_type,expected:M.number,received:o.parsedType}),U}let r,i=new Ze;for(let o of this._def.checks)o.kind==="int"?re.isInteger(e.data)||(r=this._getOrReturnCtx(e,r),P(r,{code:T.invalid_type,expected:"integer",received:"float",message:o.message}),i.dirty()):o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),i.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),i.dirty()):o.kind==="multipleOf"?XR(e.data,o.value)!==0&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.not_multiple_of,multipleOf:o.value,message:o.message}),i.dirty()):o.kind==="finite"?Number.isFinite(e.data)||(r=this._getOrReturnCtx(e,r),P(r,{code:T.not_finite,message:o.message}),i.dirty()):re.assertNever(o);return{status:i.value,value:e.data}}gte(e,n){return this.setLimit("min",e,!0,z.toString(n))}gt(e,n){return this.setLimit("min",e,!1,z.toString(n))}lte(e,n){return this.setLimit("max",e,!0,z.toString(n))}lt(e,n){return this.setLimit("max",e,!1,z.toString(n))}setLimit(e,n,r,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:n,inclusive:r,message:z.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:z.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:z.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:z.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:z.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:z.toString(e)})}multipleOf(e,n){return this._addCheck({kind:"multipleOf",value:e,message:z.toString(n)})}finite(e){return this._addCheck({kind:"finite",message:z.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:z.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:z.toString(e)})}get minValue(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxValue(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&re.isInteger(e.value))}get isFinite(){let e=null,n=null;for(let r of this._def.checks){if(r.kind==="finite"||r.kind==="int"||r.kind==="multipleOf")return!0;r.kind==="min"?(n===null||r.value>n)&&(n=r.value):r.kind==="max"&&(e===null||r.value<e)&&(e=r.value)}return Number.isFinite(n)&&Number.isFinite(e)}};ki.create=t=>new ki({checks:[],typeName:q.ZodNumber,coerce:t?.coerce||!1,...Q(t)});var Ci=class t extends J{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==M.bigint)return this._getInvalidInput(e);let r,i=new Ze;for(let o of this._def.checks)o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),i.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),i.dirty()):o.kind==="multipleOf"?e.data%o.value!==BigInt(0)&&(r=this._getOrReturnCtx(e,r),P(r,{code:T.not_multiple_of,multipleOf:o.value,message:o.message}),i.dirty()):re.assertNever(o);return{status:i.value,value:e.data}}_getInvalidInput(e){let n=this._getOrReturnCtx(e);return P(n,{code:T.invalid_type,expected:M.bigint,received:n.parsedType}),U}gte(e,n){return this.setLimit("min",e,!0,z.toString(n))}gt(e,n){return this.setLimit("min",e,!1,z.toString(n))}lte(e,n){return this.setLimit("max",e,!0,z.toString(n))}lt(e,n){return this.setLimit("max",e,!1,z.toString(n))}setLimit(e,n,r,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:n,inclusive:r,message:z.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:z.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:z.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:z.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:z.toString(e)})}multipleOf(e,n){return this._addCheck({kind:"multipleOf",value:e,message:z.toString(n)})}get minValue(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxValue(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e}};Ci.create=t=>new Ci({checks:[],typeName:q.ZodBigInt,coerce:t?.coerce??!1,...Q(t)});var Ei=class extends J{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==M.boolean){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.boolean,received:r.parsedType}),U}return nt(e.data)}};Ei.create=t=>new Ei({typeName:q.ZodBoolean,coerce:t?.coerce||!1,...Q(t)});var Ai=class t extends J{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==M.date){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_type,expected:M.date,received:o.parsedType}),U}if(Number.isNaN(e.data.getTime())){let o=this._getOrReturnCtx(e);return P(o,{code:T.invalid_date}),U}let r=new Ze,i;for(let o of this._def.checks)o.kind==="min"?e.data.getTime()<o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),r.dirty()):o.kind==="max"?e.data.getTime()>o.value&&(i=this._getOrReturnCtx(e,i),P(i,{code:T.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),r.dirty()):re.assertNever(o);return{status:r.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,n){return this._addCheck({kind:"min",value:e.getTime(),message:z.toString(n)})}max(e,n){return this._addCheck({kind:"max",value:e.getTime(),message:z.toString(n)})}get minDate(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.value<e)&&(e=n.value);return e!=null?new Date(e):null}};Ai.create=t=>new Ai({checks:[],coerce:t?.coerce||!1,typeName:q.ZodDate,...Q(t)});var Zo=class extends J{_parse(e){if(this._getType(e)!==M.symbol){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.symbol,received:r.parsedType}),U}return nt(e.data)}};Zo.create=t=>new Zo({typeName:q.ZodSymbol,...Q(t)});var Ti=class extends J{_parse(e){if(this._getType(e)!==M.undefined){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.undefined,received:r.parsedType}),U}return nt(e.data)}};Ti.create=t=>new Ti({typeName:q.ZodUndefined,...Q(t)});var Ri=class extends J{_parse(e){if(this._getType(e)!==M.null){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.null,received:r.parsedType}),U}return nt(e.data)}};Ri.create=t=>new Ri({typeName:q.ZodNull,...Q(t)});var Zr=class extends J{constructor(){super(...arguments),this._any=!0}_parse(e){return nt(e.data)}};Zr.create=t=>new Zr({typeName:q.ZodAny,...Q(t)});var Jn=class extends J{constructor(){super(...arguments),this._unknown=!0}_parse(e){return nt(e.data)}};Jn.create=t=>new Jn({typeName:q.ZodUnknown,...Q(t)});var an=class extends J{_parse(e){let n=this._getOrReturnCtx(e);return P(n,{code:T.invalid_type,expected:M.never,received:n.parsedType}),U}};an.create=t=>new an({typeName:q.ZodNever,...Q(t)});var Yo=class extends J{_parse(e){if(this._getType(e)!==M.undefined){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.void,received:r.parsedType}),U}return nt(e.data)}};Yo.create=t=>new Yo({typeName:q.ZodVoid,...Q(t)});var er=class t extends J{_parse(e){let{ctx:n,status:r}=this._processInputParams(e),i=this._def;if(n.parsedType!==M.array)return P(n,{code:T.invalid_type,expected:M.array,received:n.parsedType}),U;if(i.exactLength!==null){let s=n.data.length>i.exactLength.value,a=n.data.length<i.exactLength.value;(s||a)&&(P(n,{code:s?T.too_big:T.too_small,minimum:a?i.exactLength.value:void 0,maximum:s?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),r.dirty())}if(i.minLength!==null&&n.data.length<i.minLength.value&&(P(n,{code:T.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),r.dirty()),i.maxLength!==null&&n.data.length>i.maxLength.value&&(P(n,{code:T.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),r.dirty()),n.common.async)return Promise.all([...n.data].map((s,a)=>i.type._parseAsync(new Wt(n,s,n.path,a)))).then(s=>Ze.mergeArray(r,s));let o=[...n.data].map((s,a)=>i.type._parseSync(new Wt(n,s,n.path,a)));return Ze.mergeArray(r,o)}get element(){return this._def.type}min(e,n){return new t({...this._def,minLength:{value:e,message:z.toString(n)}})}max(e,n){return new t({...this._def,maxLength:{value:e,message:z.toString(n)}})}length(e,n){return new t({...this._def,exactLength:{value:e,message:z.toString(n)}})}nonempty(e){return this.min(1,e)}};er.create=(t,e)=>new er({type:t,minLength:null,maxLength:null,exactLength:null,typeName:q.ZodArray,...Q(e)});function Go(t){if(t instanceof xt){let e={};for(let n in t.shape){let r=t.shape[n];e[n]=Ut.create(Go(r))}return new xt({...t._def,shape:()=>e})}else return t instanceof er?new er({...t._def,type:Go(t.element)}):t instanceof Ut?Ut.create(Go(t.unwrap())):t instanceof En?En.create(Go(t.unwrap())):t instanceof Cn?Cn.create(t.items.map(e=>Go(e))):t}var xt=class t extends J{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),n=re.objectKeys(e);return this._cached={shape:e,keys:n},this._cached}_parse(e){if(this._getType(e)!==M.object){let c=this._getOrReturnCtx(e);return P(c,{code:T.invalid_type,expected:M.object,received:c.parsedType}),U}let{status:r,ctx:i}=this._processInputParams(e),{shape:o,keys:s}=this._getCached(),a=[];if(!(this._def.catchall instanceof an&&this._def.unknownKeys==="strip"))for(let c in i.data)s.includes(c)||a.push(c);let l=[];for(let c of s){let u=o[c],f=i.data[c];l.push({key:{status:"valid",value:c},value:u._parse(new Wt(i,f,i.path,c)),alwaysSet:c in i.data})}if(this._def.catchall instanceof an){let c=this._def.unknownKeys;if(c==="passthrough")for(let u of a)l.push({key:{status:"valid",value:u},value:{status:"valid",value:i.data[u]}});else if(c==="strict")a.length>0&&(P(i,{code:T.unrecognized_keys,keys:a}),r.dirty());else if(c!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let c=this._def.catchall;for(let u of a){let f=i.data[u];l.push({key:{status:"valid",value:u},value:c._parse(new Wt(i,f,i.path,u)),alwaysSet:u in i.data})}}return i.common.async?Promise.resolve().then(async()=>{let c=[];for(let u of l){let f=await u.key,h=await u.value;c.push({key:f,value:h,alwaysSet:u.alwaysSet})}return c}).then(c=>Ze.mergeObjectSync(r,c)):Ze.mergeObjectSync(r,l)}get shape(){return this._def.shape()}strict(e){return z.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(n,r)=>{let i=this._def.errorMap?.(n,r).message??r.defaultError;return n.code==="unrecognized_keys"?{message:z.errToObj(e).message??i}:{message:i}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:q.ZodObject})}setKey(e,n){return this.augment({[e]:n})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let n={};for(let r of re.objectKeys(e))e[r]&&this.shape[r]&&(n[r]=this.shape[r]);return new t({...this._def,shape:()=>n})}omit(e){let n={};for(let r of re.objectKeys(this.shape))e[r]||(n[r]=this.shape[r]);return new t({...this._def,shape:()=>n})}deepPartial(){return Go(this)}partial(e){let n={};for(let r of re.objectKeys(this.shape)){let i=this.shape[r];e&&!e[r]?n[r]=i:n[r]=i.optional()}return new t({...this._def,shape:()=>n})}required(e){let n={};for(let r of re.objectKeys(this.shape))if(e&&!e[r])n[r]=this.shape[r];else{let o=this.shape[r];for(;o instanceof Ut;)o=o._def.innerType;n[r]=o}return new t({...this._def,shape:()=>n})}keyof(){return $S(re.objectKeys(this.shape))}};xt.create=(t,e)=>new xt({shape:()=>t,unknownKeys:"strip",catchall:an.create(),typeName:q.ZodObject,...Q(e)});xt.strictCreate=(t,e)=>new xt({shape:()=>t,unknownKeys:"strict",catchall:an.create(),typeName:q.ZodObject,...Q(e)});xt.lazycreate=(t,e)=>new xt({shape:t,unknownKeys:"strip",catchall:an.create(),typeName:q.ZodObject,...Q(e)});var Ii=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r=this._def.options;function i(o){for(let a of o)if(a.result.status==="valid")return a.result;for(let a of o)if(a.result.status==="dirty")return n.common.issues.push(...a.ctx.common.issues),a.result;let s=o.map(a=>new wt(a.ctx.common.issues));return P(n,{code:T.invalid_union,unionErrors:s}),U}if(n.common.async)return Promise.all(r.map(async o=>{let s={...n,common:{...n.common,issues:[]},parent:null};return{result:await o._parseAsync({data:n.data,path:n.path,parent:s}),ctx:s}})).then(i);{let o,s=[];for(let l of r){let c={...n,common:{...n.common,issues:[]},parent:null},u=l._parseSync({data:n.data,path:n.path,parent:c});if(u.status==="valid")return u;u.status==="dirty"&&!o&&(o={result:u,ctx:c}),c.common.issues.length&&s.push(c.common.issues)}if(o)return n.common.issues.push(...o.ctx.common.issues),o.result;let a=s.map(l=>new wt(l));return P(n,{code:T.invalid_union,unionErrors:a}),U}}get options(){return this._def.options}};Ii.create=(t,e)=>new Ii({options:t,typeName:q.ZodUnion,...Q(e)});var Qn=t=>t instanceof Ni?Qn(t.schema):t instanceof qt?Qn(t.innerType()):t instanceof Oi?[t.value]:t instanceof Li?t.options:t instanceof Mi?re.objectValues(t.enum):t instanceof Fi?Qn(t._def.innerType):t instanceof Ti?[void 0]:t instanceof Ri?[null]:t instanceof Ut?[void 0,...Qn(t.unwrap())]:t instanceof En?[null,...Qn(t.unwrap())]:t instanceof Fa||t instanceof Di?Qn(t.unwrap()):t instanceof $i?Qn(t._def.innerType):[],bu=class t extends J{_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==M.object)return P(n,{code:T.invalid_type,expected:M.object,received:n.parsedType}),U;let r=this.discriminator,i=n.data[r],o=this.optionsMap.get(i);return o?n.common.async?o._parseAsync({data:n.data,path:n.path,parent:n}):o._parseSync({data:n.data,path:n.path,parent:n}):(P(n,{code:T.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),U)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,n,r){let i=new Map;for(let o of n){let s=Qn(o.shape[e]);if(!s.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of s){if(i.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);i.set(a,o)}}return new t({typeName:q.ZodDiscriminatedUnion,discriminator:e,options:n,optionsMap:i,...Q(r)})}};function Hg(t,e){let n=kn(t),r=kn(e);if(t===e)return{valid:!0,data:t};if(n===M.object&&r===M.object){let i=re.objectKeys(e),o=re.objectKeys(t).filter(a=>i.indexOf(a)!==-1),s={...t,...e};for(let a of o){let l=Hg(t[a],e[a]);if(!l.valid)return{valid:!1};s[a]=l.data}return{valid:!0,data:s}}else if(n===M.array&&r===M.array){if(t.length!==e.length)return{valid:!1};let i=[];for(let o=0;o<t.length;o++){let s=t[o],a=e[o],l=Hg(s,a);if(!l.valid)return{valid:!1};i.push(l.data)}return{valid:!0,data:i}}else return n===M.date&&r===M.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var Pi=class extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e),i=(o,s)=>{if(xu(o)||xu(s))return U;let a=Hg(o.value,s.value);return a.valid?((Su(o)||Su(s))&&n.dirty(),{status:n.value,value:a.data}):(P(r,{code:T.invalid_intersection_types}),U)};return r.common.async?Promise.all([this._def.left._parseAsync({data:r.data,path:r.path,parent:r}),this._def.right._parseAsync({data:r.data,path:r.path,parent:r})]).then(([o,s])=>i(o,s)):i(this._def.left._parseSync({data:r.data,path:r.path,parent:r}),this._def.right._parseSync({data:r.data,path:r.path,parent:r}))}};Pi.create=(t,e,n)=>new Pi({left:t,right:e,typeName:q.ZodIntersection,...Q(n)});var Cn=class t extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.array)return P(r,{code:T.invalid_type,expected:M.array,received:r.parsedType}),U;if(r.data.length<this._def.items.length)return P(r,{code:T.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),U;!this._def.rest&&r.data.length>this._def.items.length&&(P(r,{code:T.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),n.dirty());let o=[...r.data].map((s,a)=>{let l=this._def.items[a]||this._def.rest;return l?l._parse(new Wt(r,s,r.path,a)):null}).filter(s=>!!s);return r.common.async?Promise.all(o).then(s=>Ze.mergeArray(n,s)):Ze.mergeArray(n,o)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Cn.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Cn({items:t,typeName:q.ZodTuple,rest:null,...Q(e)})};var ku=class t extends J{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.object)return P(r,{code:T.invalid_type,expected:M.object,received:r.parsedType}),U;let i=[],o=this._def.keyType,s=this._def.valueType;for(let a in r.data)i.push({key:o._parse(new Wt(r,a,r.path,a)),value:s._parse(new Wt(r,r.data[a],r.path,a)),alwaysSet:a in r.data});return r.common.async?Ze.mergeObjectAsync(n,i):Ze.mergeObjectSync(n,i)}get element(){return this._def.valueType}static create(e,n,r){return n instanceof J?new t({keyType:e,valueType:n,typeName:q.ZodRecord,...Q(r)}):new t({keyType:Gr.create(),valueType:e,typeName:q.ZodRecord,...Q(n)})}},Xo=class extends J{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.map)return P(r,{code:T.invalid_type,expected:M.map,received:r.parsedType}),U;let i=this._def.keyType,o=this._def.valueType,s=[...r.data.entries()].map(([a,l],c)=>({key:i._parse(new Wt(r,a,r.path,[c,"key"])),value:o._parse(new Wt(r,l,r.path,[c,"value"]))}));if(r.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let l of s){let c=await l.key,u=await l.value;if(c.status==="aborted"||u.status==="aborted")return U;(c.status==="dirty"||u.status==="dirty")&&n.dirty(),a.set(c.value,u.value)}return{status:n.value,value:a}})}else{let a=new Map;for(let l of s){let c=l.key,u=l.value;if(c.status==="aborted"||u.status==="aborted")return U;(c.status==="dirty"||u.status==="dirty")&&n.dirty(),a.set(c.value,u.value)}return{status:n.value,value:a}}}};Xo.create=(t,e,n)=>new Xo({valueType:e,keyType:t,typeName:q.ZodMap,...Q(n)});var Qo=class t extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.parsedType!==M.set)return P(r,{code:T.invalid_type,expected:M.set,received:r.parsedType}),U;let i=this._def;i.minSize!==null&&r.data.size<i.minSize.value&&(P(r,{code:T.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),n.dirty()),i.maxSize!==null&&r.data.size>i.maxSize.value&&(P(r,{code:T.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),n.dirty());let o=this._def.valueType;function s(l){let c=new Set;for(let u of l){if(u.status==="aborted")return U;u.status==="dirty"&&n.dirty(),c.add(u.value)}return{status:n.value,value:c}}let a=[...r.data.values()].map((l,c)=>o._parse(new Wt(r,l,r.path,c)));return r.common.async?Promise.all(a).then(l=>s(l)):s(a)}min(e,n){return new t({...this._def,minSize:{value:e,message:z.toString(n)}})}max(e,n){return new t({...this._def,maxSize:{value:e,message:z.toString(n)}})}size(e,n){return this.min(e,n).max(e,n)}nonempty(e){return this.min(1,e)}};Qo.create=(t,e)=>new Qo({valueType:t,minSize:null,maxSize:null,typeName:q.ZodSet,...Q(e)});var Cu=class t extends J{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==M.function)return P(n,{code:T.invalid_type,expected:M.function,received:n.parsedType}),U;function r(a,l){return Ma({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,qo(),Xn].filter(c=>!!c),issueData:{code:T.invalid_arguments,argumentsError:l}})}function i(a,l){return Ma({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,qo(),Xn].filter(c=>!!c),issueData:{code:T.invalid_return_type,returnTypeError:l}})}let o={errorMap:n.common.contextualErrorMap},s=n.data;if(this._def.returns instanceof Yr){let a=this;return nt(async function(...l){let c=new wt([]),u=await a._def.args.parseAsync(l,o).catch(g=>{throw c.addIssue(r(l,g)),c}),f=await Reflect.apply(s,this,u);return await a._def.returns._def.type.parseAsync(f,o).catch(g=>{throw c.addIssue(i(f,g)),c})})}else{let a=this;return nt(function(...l){let c=a._def.args.safeParse(l,o);if(!c.success)throw new wt([r(l,c.error)]);let u=Reflect.apply(s,this,c.data),f=a._def.returns.safeParse(u,o);if(!f.success)throw new wt([i(u,f.error)]);return f.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Cn.create(e).rest(Jn.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,n,r){return new t({args:e||Cn.create([]).rest(Jn.create()),returns:n||Jn.create(),typeName:q.ZodFunction,...Q(r)})}},Ni=class extends J{get schema(){return this._def.getter()}_parse(e){let{ctx:n}=this._processInputParams(e);return this._def.getter()._parse({data:n.data,path:n.path,parent:n})}};Ni.create=(t,e)=>new Ni({getter:t,typeName:q.ZodLazy,...Q(e)});var Oi=class extends J{_parse(e){if(e.data!==this._def.value){let n=this._getOrReturnCtx(e);return P(n,{received:n.data,code:T.invalid_literal,expected:this._def.value}),U}return{status:"valid",value:e.data}}get value(){return this._def.value}};Oi.create=(t,e)=>new Oi({value:t,typeName:q.ZodLiteral,...Q(e)});function $S(t,e){return new Li({values:t,typeName:q.ZodEnum,...Q(e)})}var Li=class t extends J{_parse(e){if(typeof e.data!="string"){let n=this._getOrReturnCtx(e),r=this._def.values;return P(n,{expected:re.joinValues(r),received:n.parsedType,code:T.invalid_type}),U}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let n=this._getOrReturnCtx(e),r=this._def.values;return P(n,{received:n.data,code:T.invalid_enum_value,options:r}),U}return nt(e.data)}get options(){return this._def.values}get enum(){let e={};for(let n of this._def.values)e[n]=n;return e}get Values(){let e={};for(let n of this._def.values)e[n]=n;return e}get Enum(){let e={};for(let n of this._def.values)e[n]=n;return e}extract(e,n=this._def){return t.create(e,{...this._def,...n})}exclude(e,n=this._def){return t.create(this.options.filter(r=>!e.includes(r)),{...this._def,...n})}};Li.create=$S;var Mi=class extends J{_parse(e){let n=re.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(e);if(r.parsedType!==M.string&&r.parsedType!==M.number){let i=re.objectValues(n);return P(r,{expected:re.joinValues(i),received:r.parsedType,code:T.invalid_type}),U}if(this._cache||(this._cache=new Set(re.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let i=re.objectValues(n);return P(r,{received:r.data,code:T.invalid_enum_value,options:i}),U}return nt(e.data)}get enum(){return this._def.values}};Mi.create=(t,e)=>new Mi({values:t,typeName:q.ZodNativeEnum,...Q(e)});var Yr=class extends J{unwrap(){return this._def.type}_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==M.promise&&n.common.async===!1)return P(n,{code:T.invalid_type,expected:M.promise,received:n.parsedType}),U;let r=n.parsedType===M.promise?n.data:Promise.resolve(n.data);return nt(r.then(i=>this._def.type.parseAsync(i,{path:n.path,errorMap:n.common.contextualErrorMap})))}};Yr.create=(t,e)=>new Yr({type:t,typeName:q.ZodPromise,...Q(e)});var qt=class extends J{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===q.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:n,ctx:r}=this._processInputParams(e),i=this._def.effect||null,o={addIssue:s=>{P(r,s),s.fatal?n.abort():n.dirty()},get path(){return r.path}};if(o.addIssue=o.addIssue.bind(o),i.type==="preprocess"){let s=i.transform(r.data,o);if(r.common.async)return Promise.resolve(s).then(async a=>{if(n.value==="aborted")return U;let l=await this._def.schema._parseAsync({data:a,path:r.path,parent:r});return l.status==="aborted"?U:l.status==="dirty"?bi(l.value):n.value==="dirty"?bi(l.value):l});{if(n.value==="aborted")return U;let a=this._def.schema._parseSync({data:s,path:r.path,parent:r});return a.status==="aborted"?U:a.status==="dirty"?bi(a.value):n.value==="dirty"?bi(a.value):a}}if(i.type==="refinement"){let s=a=>{let l=i.refinement(a,o);if(r.common.async)return Promise.resolve(l);if(l instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(r.common.async===!1){let a=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});return a.status==="aborted"?U:(a.status==="dirty"&&n.dirty(),s(a.value),{status:n.value,value:a.value})}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(a=>a.status==="aborted"?U:(a.status==="dirty"&&n.dirty(),s(a.value).then(()=>({status:n.value,value:a.value}))))}if(i.type==="transform")if(r.common.async===!1){let s=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(!Kr(s))return U;let a=i.transform(s.value,o);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:n.value,value:a}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(s=>Kr(s)?Promise.resolve(i.transform(s.value,o)).then(a=>({status:n.value,value:a})):U);re.assertNever(i)}};qt.create=(t,e,n)=>new qt({schema:t,typeName:q.ZodEffects,effect:e,...Q(n)});qt.createWithPreprocess=(t,e,n)=>new qt({schema:e,effect:{type:"preprocess",transform:t},typeName:q.ZodEffects,...Q(n)});var Ut=class extends J{_parse(e){return this._getType(e)===M.undefined?nt(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ut.create=(t,e)=>new Ut({innerType:t,typeName:q.ZodOptional,...Q(e)});var En=class extends J{_parse(e){return this._getType(e)===M.null?nt(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};En.create=(t,e)=>new En({innerType:t,typeName:q.ZodNullable,...Q(e)});var Fi=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r=n.data;return n.parsedType===M.undefined&&(r=this._def.defaultValue()),this._def.innerType._parse({data:r,path:n.path,parent:n})}removeDefault(){return this._def.innerType}};Fi.create=(t,e)=>new Fi({innerType:t,typeName:q.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Q(e)});var $i=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r={...n,common:{...n.common,issues:[]}},i=this._def.innerType._parse({data:r.data,path:r.path,parent:{...r}});return Ko(i)?i.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new wt(r.common.issues)},input:r.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new wt(r.common.issues)},input:r.data})}}removeCatch(){return this._def.innerType}};$i.create=(t,e)=>new $i({innerType:t,typeName:q.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Q(e)});var Jo=class extends J{_parse(e){if(this._getType(e)!==M.nan){let r=this._getOrReturnCtx(e);return P(r,{code:T.invalid_type,expected:M.nan,received:r.parsedType}),U}return{status:"valid",value:e.data}}};Jo.create=t=>new Jo({typeName:q.ZodNaN,...Q(t)});var QR=Symbol("zod_brand"),Fa=class extends J{_parse(e){let{ctx:n}=this._processInputParams(e),r=n.data;return this._def.type._parse({data:r,path:n.path,parent:n})}unwrap(){return this._def.type}},$a=class t extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e);if(r.common.async)return(async()=>{let o=await this._def.in._parseAsync({data:r.data,path:r.path,parent:r});return o.status==="aborted"?U:o.status==="dirty"?(n.dirty(),bi(o.value)):this._def.out._parseAsync({data:o.value,path:r.path,parent:r})})();{let i=this._def.in._parseSync({data:r.data,path:r.path,parent:r});return i.status==="aborted"?U:i.status==="dirty"?(n.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:r.path,parent:r})}}static create(e,n){return new t({in:e,out:n,typeName:q.ZodPipeline})}},Di=class extends J{_parse(e){let n=this._def.innerType._parse(e),r=i=>(Kr(i)&&(i.value=Object.freeze(i.value)),i);return Ko(n)?n.then(i=>r(i)):r(n)}unwrap(){return this._def.innerType}};Di.create=(t,e)=>new Di({innerType:t,typeName:q.ZodReadonly,...Q(e)});function OS(t,e){let n=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof n=="string"?{message:n}:n}function DS(t,e={},n){return t?Zr.create().superRefine((r,i)=>{let o=t(r);if(o instanceof Promise)return o.then(s=>{if(!s){let a=OS(e,r),l=a.fatal??n??!0;i.addIssue({code:"custom",...a,fatal:l})}});if(!o){let s=OS(e,r),a=s.fatal??n??!0;i.addIssue({code:"custom",...s,fatal:a})}}):Zr.create()}var JR={object:xt.lazycreate},q;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(q||(q={}));var eI=(t,e={message:`Input not instance of ${t.name}`})=>DS(n=>n instanceof t,e),VS=Gr.create,BS=ki.create,tI=Jo.create,nI=Ci.create,zS=Ei.create,rI=Ai.create,iI=Zo.create,oI=Ti.create,sI=Ri.create,aI=Zr.create,lI=Jn.create,cI=an.create,uI=Yo.create,dI=er.create,fI=xt.create,pI=xt.strictCreate,hI=Ii.create,gI=bu.create,mI=Pi.create,vI=Cn.create,yI=ku.create,_I=Xo.create,wI=Qo.create,xI=Cu.create,SI=Ni.create,bI=Oi.create,kI=Li.create,CI=Mi.create,EI=Yr.create,AI=qt.create,TI=Ut.create,RI=En.create,II=qt.createWithPreprocess,PI=$a.create,NI=()=>VS().optional(),OI=()=>BS().optional(),LI=()=>zS().optional(),MI={string:(t=>Gr.create({...t,coerce:!0})),number:(t=>ki.create({...t,coerce:!0})),boolean:(t=>Ei.create({...t,coerce:!0})),bigint:(t=>Ci.create({...t,coerce:!0})),date:(t=>Ai.create({...t,coerce:!0}))};var FI=U;var HS=S.union([S.object({type:S.literal("data"),key:S.string(),value:S.string().optional()}),S.object({type:S.literal("css"),value:S.string()}),S.object({type:S.literal("aria"),role:S.string().optional(),label:S.string().optional()}),S.object({type:S.literal("shadow-css"),value:S.string()}),S.object({type:S.literal("ref"),el:S.any()})]),$I=S.object({kind:S.literal("tooltip"),id:S.string(),anchor:HS,content:S.object({title:S.string().optional(),body:S.string()}),placement:S.enum(["top","bottom","left","right","auto"]).optional(),offsetPx:S.number().optional(),blocking:S.boolean().optional(),trigger:S.enum(["immediate","hover","click"]).optional(),dismiss:S.object({onEsc:S.boolean().optional(),closeButton:S.boolean().optional(),timeoutMs:S.number().optional()}).optional()}),DI=S.object({kind:S.literal("highlight"),id:S.string(),anchor:HS,copy:S.string().optional(),ring:S.object({paddingPx:S.number().optional(),radiusPx:S.number().optional()}).optional(),scrim:S.object({opacity:S.number().optional()}).optional(),ringColor:S.string().optional(),blocking:S.boolean().optional(),dismiss:S.object({onClickOutside:S.boolean().optional(),onEsc:S.boolean().optional(),timeoutMs:S.number().optional()}).optional()}),jg=S.object({id:S.string(),version:S.number(),routes:S.array(S.string()).optional(),steps:S.array(S.union([$I,DI]))});function HL(t){return jg.parse(t)}var qL=({configUri:t,experiments:e,featureKey:n="smart-canvas-overlay-uri",credentials:r="include"}={})=>async()=>{let i=Fg({configUri:t,experiments:e,featureKey:n});if(!i)throw new Error("SmartCanvas overlays: recipe URI missing (env + feature unset).");let o=await fetch(i,{credentials:r});if(!o.ok)throw new Error(`SmartCanvas overlays: failed to fetch recipe (${o.status})`);let s=await o.json();return jg.parse(s)};var jS="syntro_session_metrics",Eu=class{constructor(e={}){j(this,"metrics",new Map);j(this,"experiments");j(this,"attributePrefix");j(this,"onMetricChange");this.experiments=e.experiments,this.attributePrefix=e.attributePrefix??"session_",this.onMetricChange=e.onMetricChange,this.loadFromStorage()}increment(e,n=1){let i=(this.metrics.get(e)??0)+n;return this.metrics.set(e,i),this.saveToStorage(),this.updateExperimentAttributes(e,i),this.onMetricChange?.(e,i),i}set(e,n){this.metrics.set(e,n),this.saveToStorage(),this.updateExperimentAttributes(e,n),this.onMetricChange?.(e,n)}get(e){return this.metrics.get(e)??0}meetsThreshold(e,n){return this.get(e)>=n}getAll(){return Object.fromEntries(this.metrics)}reset(e){this.metrics.delete(e),this.saveToStorage(),this.updateExperimentAttributes(e,0),this.onMetricChange?.(e,0)}resetAll(){let e=Array.from(this.metrics.keys());this.metrics.clear(),this.saveToStorage();let n={};for(let r of e)n[`${this.attributePrefix}${r}`]=0,this.onMetricChange?.(r,0);this.experiments?.setAttributes?.(n)}setExperiments(e){this.experiments=e,this.syncAllToExperiments()}updateExperimentAttributes(e,n){if(!this.experiments?.setAttributes)return;let r=`${this.attributePrefix}${e}`;this.experiments.setAttributes({[r]:n})}syncAllToExperiments(){if(!this.experiments?.setAttributes)return;let e={};for(let[n,r]of this.metrics)e[`${this.attributePrefix}${n}`]=r;this.experiments.setAttributes(e)}loadFromStorage(){if(!(typeof window>"u"||typeof sessionStorage>"u"))try{let e=sessionStorage.getItem(jS);if(e){let n=JSON.parse(e);for(let[r,i]of Object.entries(n))this.metrics.set(r,i.count)}}catch(e){console.warn("[SessionMetricTracker] Failed to load from sessionStorage:",e)}}saveToStorage(){if(!(typeof window>"u"||typeof sessionStorage>"u"))try{let e={};for(let[n,r]of this.metrics)e[n]={count:r,lastUpdated:Date.now()};sessionStorage.setItem(jS,JSON.stringify(e))}catch(e){console.warn("[SessionMetricTracker] Failed to save to sessionStorage:",e)}}};function Ug(t={}){return new Eu(t)}var VI=S.object({url:S.string(),routeId:S.string().optional(),title:S.string().optional(),locale:S.string().optional()}),BI=S.object({url:S.string(),ts:S.number()}),zI=S.object({sessionId:S.string(),startTs:S.number(),pageHistory:S.array(BI).optional()}),HI=S.object({width:S.number(),height:S.number()}),jI=S.object({x:S.number(),y:S.number(),w:S.number(),h:S.number()}),UI=S.object({anchorId:S.string(),present:S.boolean(),visible:S.boolean().optional(),boundingBox:jI.optional()}),WI=S.record(S.string(),S.union([S.number(),S.string(),S.boolean(),S.undefined()])),qI=S.object({page:VI,session:zI,viewport:HI,anchors:S.array(UI).optional(),augmented:WI.optional()});function JL(t){return qI.safeParse(t)}function KI(){let t=Date.now();return{page:{url:typeof window<"u"?window.location.href:"",title:typeof document<"u"?document.title:void 0},session:{sessionId:"",startTs:t,pageHistory:[]},viewport:{width:typeof window<"u"?window.innerWidth:0,height:typeof window<"u"?window.innerHeight:0}}}function Wg(t,e){if(!e)return;let n;try{n=new URL(t).pathname}catch{n=t}if(e.exclude){for(let r of e.exclude)if(US(n,r))return}if(e.include){for(let r of e.include)if(US(n,r))return r;return}return n}function US(t,e){let n=t.replace(/\/$/,"")||"/",r=e.replace(/\/$/,"")||"/";if(n===r)return!0;let i=r.replace(/:[^/]+/g,"[^/]+").replace(/\*/g,".*");return new RegExp(`^${i}$`).test(n)}var Au=class{constructor(e={}){j(this,"context");j(this,"previousContext");j(this,"listeners",new Set);j(this,"telemetry");j(this,"routes");j(this,"cleanupFns",[]);if(this.telemetry=e.telemetry,this.routes=e.routes,this.context=KI(),this.previousContext={...this.context},e.telemetry?.getSessionId){let n=e.telemetry.getSessionId();n&&(this.context.session.sessionId=n)}e.initialPageHistory&&(this.context.session.pageHistory=e.initialPageHistory),this.context.page.routeId=Wg(this.context.page.url,this.routes),this.addPageToHistory(this.context.page.url),typeof window<"u"&&this.setupBrowserListeners()}get(){return{...this.context}}subscribe(e){return this.listeners.add(e),()=>{this.listeners.delete(e)}}setRoutes(e){this.routes=e;let n=Wg(this.context.page.url,this.routes);n!==this.context.page.routeId&&this.updateContext({page:{...this.context.page,routeId:n}})}setAnchors(e){this.updateContext({anchors:e})}setSessionId(e){e!==this.context.session.sessionId&&this.updateContext({session:{...this.context.session,sessionId:e}})}destroy(){for(let e of this.cleanupFns)e();this.cleanupFns=[],this.listeners.clear()}setupBrowserListeners(){let e,n=()=>{clearTimeout(e),e=setTimeout(()=>{this.updateViewport()},100)};window.addEventListener("resize",n),this.cleanupFns.push(()=>window.removeEventListener("resize",n));let r=()=>{this.updatePage()};window.addEventListener("popstate",r),this.cleanupFns.push(()=>window.removeEventListener("popstate",r));let i=history.pushState.bind(history),o=history.replaceState.bind(history);history.pushState=(...s)=>{i(...s),this.updatePage()},history.replaceState=(...s)=>{o(...s),this.updatePage()},this.cleanupFns.push(()=>{history.pushState=i,history.replaceState=o})}updateViewport(){let e={width:window.innerWidth,height:window.innerHeight};(e.width!==this.context.viewport.width||e.height!==this.context.viewport.height)&&this.updateContext({viewport:e})}updatePage(){let e=window.location.href,{title:n}=document,r=Wg(e,this.routes),i={url:e,title:n,routeId:r};(i.url!==this.context.page.url||i.title!==this.context.page.title||i.routeId!==this.context.page.routeId)&&(i.url!==this.context.page.url&&this.addPageToHistory(i.url),this.updateContext({page:i}))}addPageToHistory(e){let n={url:e,ts:Date.now()},r=[...this.context.session.pageHistory||[],n];r.length>50&&r.shift(),this.context.session.pageHistory=r}updateContext(e){this.previousContext={...this.context},this.context={...this.context,...e},this.notifyListeners()}notifyListeners(){for(let e of this.listeners)try{e(this.context,this.previousContext)}catch(n){console.error("[ContextManager] Listener error:",n)}}};function qg(t={}){return new Au(t)}var WS=S.enum(["posthog","canvas","derived"]),GI=S.object({ts:S.number(),name:S.string(),source:WS,props:S.record(S.string(),S.unknown()).optional(),schemaVersion:S.string()}),ZI=S.object({names:S.array(S.string()).optional(),patterns:S.array(S.string()).optional(),sources:S.array(WS).optional()});function lM(t){return GI.safeParse(t)}function cM(t){return ZI.safeParse(t)}function Kg(t,e){return e?!(e.names&&e.names.length>0&&!e.names.includes(t.name)||e.patterns&&e.patterns.length>0&&!e.patterns.some(r=>{try{return new RegExp(r).test(t.name)}catch{return!1}})||e.sources&&e.sources.length>0&&!e.sources.includes(t.source)):!0}var Tu=class{constructor(e={}){j(this,"subscriptions",new Set);j(this,"history",[]);j(this,"maxHistorySize");this.maxHistorySize=e.maxHistorySize??100}subscribe(e,n){let r,i;typeof e=="function"?(r=void 0,i=e):(r=e,i=n);let o={filter:r,callback:i};return this.subscriptions.add(o),()=>{this.subscriptions.delete(o)}}publish(e,n,r="canvas"){let i={ts:Date.now(),name:e,source:r,props:n,schemaVersion:ho};this.publishEvent(i)}publishEvent(e){this.history.push(e),this.history.length>this.maxHistorySize&&this.history.shift();for(let n of this.subscriptions)if(Kg(e,n.filter))try{n.callback(e)}catch(r){console.error("[EventBus] Subscriber error:",r)}}getRecent(e,n){let r=this.history;return e&&(r=r.filter(i=>Kg(i,e))),n&&n>0&&(r=r.slice(-n)),r}hasRecentEvent(e,n,r){let i=Date.now()-n;return this.history.some(o=>o.name===e&&o.ts>=i&&(r===void 0||o.source===r))}countRecentEvents(e,n){let r=this.history.filter(i=>Kg(i,e));if(n!==void 0){let i=Date.now()-n;r=r.filter(o=>o.ts>=i)}return r.length}clearHistory(){this.history=[]}getSubscriberCount(){return this.subscriptions.size}};function Da(t={}){return new Tu(t)}var qS={$autocapture:"ui.click",$click:Ee.UI_CLICK,$scroll:Ee.UI_SCROLL,$input:Ee.UI_INPUT,$change:Ee.UI_CHANGE,$submit:Ee.UI_SUBMIT,$pageview:Ee.NAV_PAGE_VIEW,$pageleave:Ee.NAV_PAGE_LEAVE,$session_start:"session.start",$identify:"user.identify"};function YI(t){let e=t.event;if(typeof e!="string")return"posthog.unknown";if(qS[e])return qS[e];if(e==="$autocapture"){let n=t.properties?.$tag_name,r=t.properties?.$event_type;return r==="submit"?Ee.UI_SUBMIT:r==="change"?Ee.UI_CHANGE:n==="input"||n==="textarea"?Ee.UI_INPUT:Ee.UI_CLICK}return e.startsWith("$")?e.replace("$","posthog."):`posthog.${e}`}function XI(t){let e={},n=t.properties||{};return n.$tag_name&&(e.tagName=n.$tag_name),n.$el_text&&(e.elementText=n.$el_text),n.$elements&&(e.elements=n.$elements),n.$current_url&&(e.url=n.$current_url),n.$pathname&&(e.pathname=n.$pathname),n.$host&&(e.host=n.$host),n.$viewport_width&&(e.viewportWidth=n.$viewport_width),n.$viewport_height&&(e.viewportHeight=n.$viewport_height),n.$session_id&&(e.sessionId=n.$session_id),n.$scroll_depth&&(e.scrollDepth=n.$scroll_depth),n.$scroll_percentage&&(e.scrollPercentage=n.$scroll_percentage),e.originalEvent=t.event,e}function KS(t){let e;return typeof t.timestamp=="number"?e=t.timestamp:typeof t.timestamp=="string"?e=new Date(t.timestamp).getTime():e=Date.now(),{ts:e,name:YI(t),source:"posthog",props:XI(t),schemaVersion:ho}}function GS(t){let e=t.event;return!(typeof e!="string"||["$feature_flag_called","$feature_flags","$groups","$groupidentify","$set","$set_once","$unset","$create_alias","$capture_metrics","$performance_event","$web_vitals","$exception","$dead_click","$heatmap"].includes(e))}function Gg(t){return(e,n)=>{if(typeof e!="string")return;let r={event:e,properties:n,timestamp:Date.now()};if(GS(r)){let i=KS(r);t(i)}}}var QI=S.object({value:S.unknown(),expiresAt:S.number().optional()}),JI=S.object({count:S.number(),resetAt:S.number().optional()});function bM(t){return QI.safeParse(t)}function kM(t){return JI.safeParse(t)}var Zg="cooldown:";function ZS(t){return{set(e,n){let r=Zg+e,i=Date.now()+n;t.set(r,i)},isActive(e){return this.remaining(e)>0},remaining(e){let n=Zg+e,r=t.get(n);if(r===void 0)return 0;let i=r-Date.now();return i<=0?(t.remove(n),0):i},clear(e){let n=Zg+e;t.remove(n)}}}var Va="dismissed:";function YS(t,e){return{mark(n,r=!1){let i=Va+n;(r?e:t).set(i,!0)},isDismissed(n){let r=Va+n;return t.has(r)||e.has(r)},clear(n){let r=Va+n;t.remove(r),e.remove(r)},clearAll(){for(let n of t.keys())n.startsWith(Va)&&t.remove(n);for(let n of e.keys())n.startsWith(Va)&&e.remove(n)}}}var Yg="freq:";function XS(t){function e(n){let r=Yg+n,i=t.get(r);if(i){if(i.resetAt&&Date.now()>=i.resetAt){t.remove(r);return}return i}}return{increment(n,r){let i=Yg+n,o=e(n),s=(o?.count??0)+1,a={count:s,resetAt:o?.resetAt??(r?Date.now()+r:void 0)};return t.set(i,a),s},count(n){return e(n)?.count??0},reset(n){let r=Yg+n;t.remove(r)},hasReachedLimit(n,r){return this.count(n)>=r}}}var eP="syntro";function Xg(t,e){let n=`${e}:`;return{get(r){if(t)try{let i=t.getItem(n+r);if(!i)return;let o=JSON.parse(i);if(o.expiresAt&&Date.now()>=o.expiresAt){t.removeItem(n+r);return}return o.value}catch{return}},set(r,i,o){if(t)try{let s={value:i,expiresAt:o?Date.now()+o:void 0};t.setItem(n+r,JSON.stringify(s))}catch(s){console.warn("[StateStore] Failed to save:",s)}},remove(r){t&&t.removeItem(n+r)},has(r){return t?this.get(r)!==void 0:!1},keys(){if(!t)return[];let r=[];for(let i=0;i<t.length;i++){let o=t.key(i);o?.startsWith(n)&&r.push(o.slice(n.length))}return r},clear(){if(!t)return;let r=this.keys();for(let i of r)t.removeItem(n+i)}}}function Qg(t){let e=new Map,n=`${t}:`;return{get(r){let i=e.get(n+r);if(i){if(i.expiresAt&&Date.now()>=i.expiresAt){e.delete(n+r);return}return i.value}},set(r,i,o){e.set(n+r,{value:i,expiresAt:o?Date.now()+o:void 0})},remove(r){e.delete(n+r)},has(r){return this.get(r)!==void 0},keys(){let r=[];for(let i of e.keys())i.startsWith(n)&&r.push(i.slice(n.length));return r},clear(){for(let r of e.keys())r.startsWith(n)&&e.delete(r)}}}var Ru=class{constructor(e={}){j(this,"session");j(this,"user");j(this,"dismissals");j(this,"cooldowns");j(this,"frequency");j(this,"namespace");j(this,"namespacedStorages",new Map);this.namespace=e.namespace??eP,typeof window<"u"?(this.session=Xg(typeof sessionStorage<"u"?sessionStorage:void 0,this.namespace),this.user=Xg(typeof localStorage<"u"?localStorage:void 0,this.namespace)):(this.session=Qg(this.namespace),this.user=Qg(this.namespace)),this.dismissals=YS(this.session,this.user),this.cooldowns=ZS(this.user),this.frequency=XS(this.session)}ns(e){let n=`${this.namespace}:${e}`;if(!this.namespacedStorages.has(n)){let r=typeof window<"u"&&typeof sessionStorage<"u"?Xg(sessionStorage,n):Qg(n);this.namespacedStorages.set(n,r)}return this.namespacedStorages.get(n)}};function Jg(t={}){return new Ru(t)}var tP=S.object({type:S.literal("page_url"),url:S.string()}),nP=S.object({type:S.literal("route"),routeId:S.string()}),rP=S.object({type:S.literal("anchor_visible"),anchorId:S.string(),state:S.enum(["visible","present","absent"])}),iP=S.object({type:S.literal("event_occurred"),eventName:S.string(),withinMs:S.number().optional()}),oP=S.object({type:S.literal("state_equals"),key:S.string(),value:S.unknown()}),sP=S.object({type:S.literal("viewport"),minWidth:S.number().optional(),maxWidth:S.number().optional(),minHeight:S.number().optional(),maxHeight:S.number().optional()}),aP=S.object({type:S.literal("session_metric"),key:S.string(),operator:S.enum(["gte","lte","eq","gt","lt"]),threshold:S.number()}),lP=S.object({type:S.literal("dismissed"),key:S.string(),inverted:S.boolean().optional()}),cP=S.object({type:S.literal("cooldown_active"),key:S.string(),inverted:S.boolean().optional()}),uP=S.object({type:S.literal("frequency_limit"),key:S.string(),limit:S.number(),inverted:S.boolean().optional()}),QS=S.discriminatedUnion("type",[tP,nP,rP,iP,oP,sP,aP,lP,cP,uP]),dP=S.object({conditions:S.array(QS),value:S.unknown()}),fP=S.object({type:S.literal("rules"),rules:S.array(dP),default:S.unknown()}),pP=S.object({type:S.literal("score"),field:S.string(),threshold:S.number(),above:S.unknown(),below:S.unknown()}),hP=S.object({type:S.literal("model"),modelId:S.string(),inputs:S.array(S.string()),outputMapping:S.record(S.string(),S.unknown()),default:S.unknown()}),gP=S.object({type:S.literal("external"),endpoint:S.string(),method:S.enum(["GET","POST"]).optional(),default:S.unknown(),timeoutMs:S.number().optional()}),JS=S.discriminatedUnion("type",[fP,pP,hP,gP]),mP=S.object({include:S.array(S.string()).optional(),exclude:S.array(S.string()).optional()}),vP=S.object({routes:mP.optional(),strategy:JS.optional()});function VM(t){return QS.safeParse(t)}function BM(t){return JS.safeParse(t)}function zM(t){return vP.safeParse(t)}function eb(t,e){let{context:n,state:r,events:i}=e;switch(t.type){case"page_url":{let{url:o}=t,s=n.page.url,a=o.replace(/[.+^${}()|[\]\\]/g,"\\$&").replace(/\*\*/g,".*").replace(/\*/g,"[^/]*");return new RegExp(`^${a}$`).test(s)}case"route":return n.page.routeId===t.routeId;case"anchor_visible":{let o=n.anchors?.find(s=>s.anchorId===t.anchorId);switch(t.state){case"visible":return o?.visible===!0;case"present":return o?.present===!0;case"absent":return!o?.present;default:return!1}}case"event_occurred":{if(!i)return!1;let o=t.withinMs??6e4;return i.hasRecentEvent(t.eventName,o)}case"state_equals":return!1;case"viewport":{let{width:o,height:s}=n.viewport;return!(t.minWidth!==void 0&&o<t.minWidth||t.maxWidth!==void 0&&o>t.maxWidth||t.minHeight!==void 0&&s<t.minHeight||t.maxHeight!==void 0&&s>t.maxHeight)}case"session_metric":{if(!r)return!1;let o=r.getSessionMetric(t.key),{operator:s,threshold:a}=t;switch(s){case"gte":return o>=a;case"lte":return o<=a;case"eq":return o===a;case"gt":return o>a;case"lt":return o<a;default:return!1}}case"dismissed":{if(!r)return t.inverted??!1;let o=r.isDismissed(t.key);return t.inverted?!o:o}case"cooldown_active":{if(!r)return t.inverted??!1;let o=r.isCooldownActive(t.key);return t.inverted?!o:o}case"frequency_limit":{if(!r)return t.inverted??!1;let s=r.getFrequencyCount(t.key)>=t.limit;return t.inverted?!s:s}default:return console.warn("[RuleStrategy] Unknown condition type:",t.type),!1}}function tb(t,e){let n=[];for(let r of t.conditions){let i=eb(r,e);if(n.push({condition:r,result:i}),!i)return{matched:!1,conditionResults:n}}return{matched:!0,conditionResults:n}}function Iu(t,e){for(let n=0;n<t.rules.length;n++){let r=t.rules[n],{matched:i,conditionResults:o}=tb(r,e);if(i)return{value:r.value,isFallback:!1,matchInfo:{strategyType:"rules",matchedRuleIndex:n,evaluatedConditions:o}}}return{value:t.default,isFallback:!0,matchInfo:{strategyType:"rules"}}}function Pu(t,e){let{context:n}=e,r=n.augmented?.[t.field];return r===void 0||typeof r!="number"?{value:t.below,isFallback:!0,matchInfo:{strategyType:"score"}}:{value:r>=t.threshold?t.above:t.below,isFallback:!1,matchInfo:{strategyType:"score"}}}function nb(t,e){let{state:n,events:r,sessionMetrics:i}=e;return{context:t,state:n?{isDismissed:o=>n.dismissals.isDismissed(o),isCooldownActive:o=>n.cooldowns.isActive(o),getFrequencyCount:o=>n.frequency.count(o),getSessionMetric:o=>i?.get(o)??0}:void 0,events:r?{hasRecentEvent:(o,s)=>r.hasRecentEvent(o,s)}:void 0}}async function rb(t,e,n={}){let r=nb(e,n);switch(t.type){case"rules":return Iu(t,r);case"score":return Pu(t,r);case"model":return{value:t.default,isFallback:!0,matchInfo:{strategyType:"model"}};case"external":return{value:t.default,isFallback:!0,matchInfo:{strategyType:"external"}};default:return console.warn("[DecisionEngine] Unknown strategy type:",t.type),{value:void 0,isFallback:!0,matchInfo:{strategyType:t.type}}}}function ib(t,e,n={}){let r=nb(e,n);switch(t.type){case"rules":return Iu(t,r);case"score":return Pu(t,r);case"model":case"external":return{value:t.default,isFallback:!0,matchInfo:{strategyType:t.type}};default:return{value:void 0,isFallback:!0,matchInfo:{strategyType:t.type}}}}function em(t){return{evaluate:(e,n)=>rb(e,n,t),evaluateSync:(e,n)=>ib(e,n,t)}}var yP=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]);function tm(t){if(typeof window.Sanitizer=="function")try{let a=new window.Sanitizer({}).sanitizeToFragment(t),l=document.createElement("div");return l.append(a),l.innerHTML}catch{}let n=document.createElement("template");n.innerHTML=t;let r=n.content,i=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=[];for(;i.nextNode();){let s=i.currentNode,a=s.tagName.toLowerCase();if(!yP.has(a)){o.push(s);continue}for(let l of Array.from(s.attributes)){let c=l.name.toLowerCase(),u=l.value.trim().toLowerCase(),f=c.startsWith("on"),h=(c==="href"||c==="src")&&u.startsWith("javascript:");(f||h)&&s.removeAttribute(l.name)}}for(let s of o){for(;s.firstChild;)s.parentNode?.insertBefore(s.firstChild,s);s.remove()}return n.innerHTML}var ob=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=tm(t.html),i=document.createElement("div");i.setAttribute("data-syntro-action-id",e.generateId()),i.innerHTML=r;let o=null;switch(t.position){case"before":n.insertAdjacentElement("beforebegin",i);break;case"after":n.insertAdjacentElement("afterend",i);break;case"prepend":n.insertBefore(i,n.firstChild);break;case"append":n.appendChild(i);break;case"replace":o=n.innerHTML,n.replaceWith(i);break}return e.publishEvent("action.applied",{id:e.generateId(),kind:"content:insertHtml",anchorId:t.anchorId,position:t.position}),{cleanup:()=>{if(t.position==="replace"&&o!==null){let s=document.createElement(n.tagName);s.innerHTML=o,Array.from(n.attributes).forEach(a=>{s.setAttribute(a.name,a.value)}),i.replaceWith(s)}else i.remove()},updateFn:s=>{"html"in s&&typeof s.html=="string"&&(i.innerHTML=tm(s.html))}}},sb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=n.textContent??"";return n.textContent=t.text,e.publishEvent("action.applied",{id:e.generateId(),kind:"content:setText",anchorId:t.anchorId}),{cleanup:()=>{n.textContent=r},updateFn:i=>{"text"in i&&typeof i.text=="string"&&(n.textContent=i.text)}}},ab=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);if(["onclick","onerror","onload","onmouseover","onfocus","onblur"].includes(t.attr.toLowerCase())||t.attr.startsWith("on"))throw new Error(`Dangerous attribute not allowed: ${t.attr}`);let i=n.getAttribute(t.attr),o=n.hasAttribute(t.attr);return n.setAttribute(t.attr,t.value),e.publishEvent("action.applied",{id:e.generateId(),kind:"content:setAttr",anchorId:t.anchorId,attr:t.attr}),{cleanup:()=>{o&&i!==null?n.setAttribute(t.attr,i):n.removeAttribute(t.attr)},updateFn:s=>{"value"in s&&typeof s.value=="string"&&n.setAttribute(t.attr,s.value)}}},lb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=n.classList.contains(t.className);return n.classList.add(t.className),e.publishEvent("action.applied",{id:e.generateId(),kind:"content:addClass",anchorId:t.anchorId,className:t.className}),{cleanup:()=>{r||n.classList.remove(t.className)}}},cb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=n.classList.contains(t.className);return n.classList.remove(t.className),e.publishEvent("action.applied",{id:e.generateId(),kind:"content:removeClass",anchorId:t.anchorId,className:t.className}),{cleanup:()=>{r&&n.classList.add(t.className)}}},ub=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=new Map;for(let i of Object.keys(t.styles)){let o=n.style.getPropertyValue(i);r.set(i,o)}for(let[i,o]of Object.entries(t.styles))n.style.setProperty(i,o);return e.publishEvent("action.applied",{id:e.generateId(),kind:"content:setStyle",anchorId:t.anchorId,styles:Object.keys(t.styles)}),{cleanup:()=>{for(let[i,o]of r)o?n.style.setProperty(i,o):n.style.removeProperty(i)},updateFn:i=>{if("styles"in i&&typeof i.styles=="object"&&i.styles)for(let[o,s]of Object.entries(i.styles))n.style.setProperty(o,s)}}},nm=[{kind:"content:insertHtml",executor:ob},{kind:"content:setText",executor:sb},{kind:"content:setAttr",executor:ab},{kind:"content:addClass",executor:lb},{kind:"content:removeClass",executor:cb},{kind:"content:setStyle",executor:ub}],_P={id:"adaptive-content",version:"1.0.0",name:"Content",description:"DOM manipulation for text, attributes, and styles",executors:nm};var db=typeof CSS<"u"&&CSS.supports?.("clip-path","path('M0 0 H1 V1 Z')");function fb(t,e,n){let r=n?.paddingPx??12,i=n?.radiusPx??12,o=Math.min(Math.max(n?.scrimOpacity??.55,0),1),s=n?.ringColor??"var(--syntro-ring, #5b8cff)",a=n?.blocking??!1,l=n?.onClickOutside??!0,c=n?.onEsc??!0,u=getComputedStyle(document.documentElement),f=u.getPropertyValue("--syntro-spotlight-backdrop").trim(),h=u.getPropertyValue("--syntro-ring").trim(),g=document.createElement("div");g.className="syntro-spotlight-scrim";let v=a||l;Object.assign(g.style,{position:"fixed",inset:"0",zIndex:"2147483646",pointerEvents:v?"auto":"none",background:f||`rgba(2, 6, 23, ${o})`,transition:"opacity 220ms ease",opacity:"0"}),e.appendChild(g),requestAnimationFrame(()=>g.style.opacity="1");let _=document.createElement("div");_.className="syntro-spotlight-ring",Object.assign(_.style,{position:"fixed",pointerEvents:"none",borderRadius:`${i}px`,border:`2px solid ${s||h||"#5b8cff"}`,boxShadow:"0 0 0 4px rgba(255,255,255,0.35)",zIndex:"2147483647",transition:"all 220ms cubic-bezier(0.16,1,0.3,1)"}),e.appendChild(_);let x=[];if(!db)for(let I=0;I<4;I++){let A=document.createElement("div");A.style.position="fixed",A.style.background="inherit",x.push(A),g.appendChild(A)}let d=I=>{g.style.clipPath=I,g.style.webkitClipPath=I},p=()=>{let I=t.getBoundingClientRect(),A=Math.max(0,I.left-r),H=Math.max(0,I.top-r),K=Math.min(window.innerWidth,I.width+r*2),Y=Math.min(window.innerHeight,I.height+r*2);if(Object.assign(_.style,{left:`${A}px`,top:`${H}px`,width:`${K}px`,height:`${Y}px`}),db){let W=window.innerWidth,le=window.innerHeight,V=Math.min(i,K/2,Y/2),X=`M 0 0 L ${W} 0 L ${W} ${le} L 0 ${le} Z`,B=`M ${A+V} ${H} A ${V} ${V} 0 0 0 ${A} ${H+V} L ${A} ${H+Y-V} A ${V} ${V} 0 0 0 ${A+V} ${H+Y} L ${A+K-V} ${H+Y} A ${V} ${V} 0 0 0 ${A+K} ${H+Y-V} L ${A+K} ${H+V} A ${V} ${V} 0 0 0 ${A+K-V} ${H} L ${A+V} ${H} Z`;d(`path('${X} ${B}')`)}else{let[W,le,V,X]=x;Object.assign(W.style,{left:"0px",top:"0px",width:"100vw",height:`${H}px`}),Object.assign(V.style,{left:"0px",top:`${H+Y}px`,width:"100vw",height:`${Math.max(0,window.innerHeight-(H+Y))}px`}),Object.assign(X.style,{left:"0px",top:`${H}px`,width:`${A}px`,height:`${Y}px`}),Object.assign(le.style,{left:`${A+K}px`,top:`${H}px`,width:`${Math.max(0,window.innerWidth-(A+K))}px`,height:`${Y}px`})}},m=new ResizeObserver(()=>requestAnimationFrame(p));m.observe(t);let y=()=>requestAnimationFrame(p),w=()=>requestAnimationFrame(p);window.addEventListener("scroll",y,!0),window.addEventListener("resize",w);let b=I=>{I.key==="Escape"&&c&&C.destroy()};c&&window.addEventListener("keydown",b);let k=I=>{a?(I.preventDefault(),I.stopPropagation()):l&&C.destroy()};g.addEventListener("click",k);let C={destroy(){m.disconnect(),window.removeEventListener("scroll",y,!0),window.removeEventListener("resize",w),c&&window.removeEventListener("keydown",b),g.removeEventListener("click",k),g.style.opacity="0",setTimeout(()=>{g.remove(),_.remove()},220)}};return p(),C}var wP=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]);function Ot(t){if(typeof window.Sanitizer=="function")try{let a=new window.Sanitizer({}).sanitizeToFragment(t),l=document.createElement("div");return l.append(a),l.innerHTML}catch{}let n=document.createElement("template");n.innerHTML=t;let r=n.content,i=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=[];for(;i.nextNode();){let s=i.currentNode,a=s.tagName.toLowerCase();if(!wP.has(a)){o.push(s);continue}for(let l of Array.from(s.attributes)){let c=l.name.toLowerCase(),u=l.value.trim().toLowerCase(),f=c.startsWith("on"),h=(c==="href"||c==="src")&&u.startsWith("javascript:");(f||h)&&s.removeAttribute(l.name)}}for(let s of o){for(;s.firstChild;)s.parentNode?.insertBefore(s.firstChild,s);s.remove()}return n.innerHTML}var rm=async(t,e)=>{let{content:n,size:r="md",blocking:i=!1,scrim:o,dismiss:s,ctaButtons:a}=t,l=document.createElement("div");l.className="syntro-modal-scrim",l.style.cssText=`
54
54
  position: fixed;
55
55
  inset: 0;
56
56
  background: rgba(0, 0, 0, ${o?.opacity??.6});
57
57
  z-index: 2147483645;
58
58
  opacity: 0;
59
59
  transition: opacity 200ms ease-out;
60
- `,e.overlayRoot.appendChild(l);let u=document.createElement("div");u.className=`syntro-modal syntro-modal-${r}`,u.setAttribute("role","dialog"),u.setAttribute("aria-modal","true");let c={sm:"360px",md:"480px",lg:"640px"};u.style.cssText=`
60
+ `,e.overlayRoot.appendChild(l);let c=document.createElement("div");c.className=`syntro-modal syntro-modal-${r}`,c.setAttribute("role","dialog"),c.setAttribute("aria-modal","true");let u={sm:"360px",md:"480px",lg:"640px"};c.style.cssText=`
61
61
  position: fixed;
62
62
  top: 50%;
63
63
  left: 50%;
64
64
  transform: translate(-50%, -50%) scale(0.95);
65
- max-width: ${c[r]};
65
+ max-width: ${u[r]};
66
66
  width: 90%;
67
67
  background: white;
68
68
  border-radius: 12px;
@@ -102,7 +102,7 @@ Error generating stack: `+o.message+`
102
102
  >
103
103
  ${Ot(w.label)}
104
104
  </button>
105
- `}f+="</div>"}u.innerHTML=f,e.overlayRoot.appendChild(u);let h=null,g=u.querySelectorAll("[data-syntro-action]"),v=w=>{let k=w.currentTarget.getAttribute("data-syntro-action");k&&(h=k,e.publishEvent("action.modal_cta_clicked",{actionId:k}),k==="dismiss"&&y.destroy())};g.forEach(w=>w.addEventListener("click",v));let _=w=>{w.key==="Escape"&&s?.onEsc!==!1&&y.destroy()};window.addEventListener("keydown",_);let x=()=>{i||y.destroy()};l.addEventListener("click",x);let d=[];i&&Array.from(document.body.children).forEach(w=>{w!==e.overlayRoot&&w.getAttribute("inert")===null&&(w.setAttribute("inert",""),d.push(w))});let p;s?.timeoutMs&&(p=setTimeout(()=>{y.destroy()},s.timeoutMs));let m=u.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');m.length>0&&requestAnimationFrame(()=>m[0].focus()),requestAnimationFrame(()=>{l.style.opacity="1",u.style.opacity="1",u.style.transform="translate(-50%, -50%) scale(1)"}),e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:modal",size:r,blocking:i});let y={destroy(){p&&clearTimeout(p),window.removeEventListener("keydown",_),l.removeEventListener("click",x),g.forEach(w=>w.removeEventListener("click",v)),d.forEach(w=>w.removeAttribute("inert")),u.style.opacity="0",u.style.transform="translate(-50%, -50%) scale(0.95)",l.style.opacity="0",setTimeout(()=>{u.remove(),l.remove()},200),e.publishEvent("action.modal_dismissed",{actionClicked:h})}};return{cleanup:()=>{y.destroy()}}};var qb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=fb(n,e.overlayRoot,{paddingPx:t.style?.paddingPx??12,radiusPx:t.style?.radiusPx??12,scrimOpacity:t.style?.scrimOpacity??.55,ringColor:t.style?.color,blocking:!1,onClickOutside:!1,onEsc:!1});return e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:highlight",anchorId:t.anchorId}),{cleanup:()=>{r.destroy()}}},Kb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=t.duration??2e3,i="syntro-pulse-effect";if(!document.querySelector("[data-syntro-pulse-styles]")){let s=document.createElement("style");s.setAttribute("data-syntro-pulse-styles",""),s.textContent=`
105
+ `}f+="</div>"}c.innerHTML=f,e.overlayRoot.appendChild(c);let h=null,g=c.querySelectorAll("[data-syntro-action]"),v=w=>{let k=w.currentTarget.getAttribute("data-syntro-action");k&&(h=k,e.publishEvent("action.modal_cta_clicked",{actionId:k}),k==="dismiss"&&y.destroy())};g.forEach(w=>w.addEventListener("click",v));let _=w=>{w.key==="Escape"&&s?.onEsc!==!1&&y.destroy()};window.addEventListener("keydown",_);let x=()=>{i||y.destroy()};l.addEventListener("click",x);let d=[];i&&Array.from(document.body.children).forEach(w=>{w!==e.overlayRoot&&w.getAttribute("inert")===null&&(w.setAttribute("inert",""),d.push(w))});let p;s?.timeoutMs&&(p=setTimeout(()=>{y.destroy()},s.timeoutMs));let m=c.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');m.length>0&&requestAnimationFrame(()=>m[0].focus()),requestAnimationFrame(()=>{l.style.opacity="1",c.style.opacity="1",c.style.transform="translate(-50%, -50%) scale(1)"}),e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:modal",size:r,blocking:i});let y={destroy(){p&&clearTimeout(p),window.removeEventListener("keydown",_),l.removeEventListener("click",x),g.forEach(w=>w.removeEventListener("click",v)),d.forEach(w=>w.removeAttribute("inert")),c.style.opacity="0",c.style.transform="translate(-50%, -50%) scale(0.95)",l.style.opacity="0",setTimeout(()=>{c.remove(),l.remove()},200),e.publishEvent("action.modal_dismissed",{actionClicked:h})}};return{cleanup:()=>{y.destroy()}}};var gb=["top","right","bottom","left"];var Xr=Math.min,tr=Math.max,za=Math.round,Ha=Math.floor,ln=t=>({x:t,y:t}),xP={left:"right",right:"left",bottom:"top",top:"bottom"},SP={start:"end",end:"start"};function Ou(t,e,n){return tr(t,Xr(e,n))}function Vi(t,e){return typeof t=="function"?t(e):t}function Qr(t){return t.split("-")[0]}function es(t){return t.split("-")[1]}function im(t){return t==="x"?"y":"x"}function Lu(t){return t==="y"?"height":"width"}var bP=new Set(["top","bottom"]);function nr(t){return bP.has(Qr(t))?"y":"x"}function Mu(t){return im(nr(t))}function mb(t,e,n){n===void 0&&(n=!1);let r=es(t),i=Mu(t),o=Lu(i),s=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=Ba(s)),[s,Ba(s)]}function vb(t){let e=Ba(t);return[Nu(t),e,Nu(e)]}function Nu(t){return t.replace(/start|end/g,e=>SP[e])}var pb=["left","right"],hb=["right","left"],kP=["top","bottom"],CP=["bottom","top"];function EP(t,e,n){switch(t){case"top":case"bottom":return n?e?hb:pb:e?pb:hb;case"left":case"right":return e?kP:CP;default:return[]}}function yb(t,e,n,r){let i=es(t),o=EP(Qr(t),n==="start",r);return i&&(o=o.map(s=>s+"-"+i),e&&(o=o.concat(o.map(Nu)))),o}function Ba(t){return t.replace(/left|right|bottom|top/g,e=>xP[e])}function AP(t){return{top:0,right:0,bottom:0,left:0,...t}}function om(t){return typeof t!="number"?AP(t):{top:t,right:t,bottom:t,left:t}}function Bi(t){let{x:e,y:n,width:r,height:i}=t;return{width:r,height:i,top:n,left:e,right:e+r,bottom:n+i,x:e,y:n}}function _b(t,e,n){let{reference:r,floating:i}=t,o=nr(e),s=Mu(e),a=Lu(s),l=Qr(e),c=o==="y",u=r.x+r.width/2-i.width/2,f=r.y+r.height/2-i.height/2,h=r[a]/2-i[a]/2,g;switch(l){case"top":g={x:u,y:r.y-i.height};break;case"bottom":g={x:u,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:f};break;case"left":g={x:r.x-i.width,y:f};break;default:g={x:r.x,y:r.y}}switch(es(e)){case"start":g[s]-=h*(n&&c?-1:1);break;case"end":g[s]+=h*(n&&c?-1:1);break}return g}async function Sb(t,e){var n;e===void 0&&(e={});let{x:r,y:i,platform:o,rects:s,elements:a,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:f="floating",altBoundary:h=!1,padding:g=0}=Vi(e,t),v=om(g),x=a[h?f==="floating"?"reference":"floating":f],d=Bi(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(x)))==null||n?x:x.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(a.floating)),boundary:c,rootBoundary:u,strategy:l})),p=f==="floating"?{x:r,y:i,width:s.floating.width,height:s.floating.height}:s.reference,m=await(o.getOffsetParent==null?void 0:o.getOffsetParent(a.floating)),y=await(o.isElement==null?void 0:o.isElement(m))?await(o.getScale==null?void 0:o.getScale(m))||{x:1,y:1}:{x:1,y:1},w=Bi(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:p,offsetParent:m,strategy:l}):p);return{top:(d.top-w.top+v.top)/y.y,bottom:(w.bottom-d.bottom+v.bottom)/y.y,left:(d.left-w.left+v.left)/y.x,right:(w.right-d.right+v.right)/y.x}}var bb=async(t,e,n)=>{let{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:s}=n,a=o.filter(Boolean),l=await(s.isRTL==null?void 0:s.isRTL(e)),c=await s.getElementRects({reference:t,floating:e,strategy:i}),{x:u,y:f}=_b(c,r,l),h=r,g={},v=0;for(let x=0;x<a.length;x++){var _;let{name:d,fn:p}=a[x],{x:m,y,data:w,reset:b}=await p({x:u,y:f,initialPlacement:r,placement:h,strategy:i,middlewareData:g,rects:c,platform:{...s,detectOverflow:(_=s.detectOverflow)!=null?_:Sb},elements:{reference:t,floating:e}});u=m??u,f=y??f,g={...g,[d]:{...g[d],...w}},b&&v<=50&&(v++,typeof b=="object"&&(b.placement&&(h=b.placement),b.rects&&(c=b.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:i}):b.rects),{x:u,y:f}=_b(c,h,l)),x=-1)}return{x:u,y:f,placement:h,strategy:i,middlewareData:g}},kb=t=>({name:"arrow",options:t,async fn(e){let{x:n,y:r,placement:i,rects:o,platform:s,elements:a,middlewareData:l}=e,{element:c,padding:u=0}=Vi(t,e)||{};if(c==null)return{};let f=om(u),h={x:n,y:r},g=Mu(i),v=Lu(g),_=await s.getDimensions(c),x=g==="y",d=x?"top":"left",p=x?"bottom":"right",m=x?"clientHeight":"clientWidth",y=o.reference[v]+o.reference[g]-h[g]-o.floating[v],w=h[g]-o.reference[g],b=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c)),k=b?b[m]:0;(!k||!await(s.isElement==null?void 0:s.isElement(b)))&&(k=a.floating[m]||o.floating[v]);let C=y/2-w/2,I=k/2-_[v]/2-1,A=Xr(f[d],I),H=Xr(f[p],I),K=A,Y=k-_[v]-H,W=k/2-_[v]/2+C,le=Ou(K,W,Y),V=!l.arrow&&es(i)!=null&&W!==le&&o.reference[v]/2-(W<K?A:H)-_[v]/2<0,X=V?W<K?W-K:W-Y:0;return{[g]:h[g]+X,data:{[g]:le,centerOffset:W-le-X,...V&&{alignmentOffset:X}},reset:V}}});var Cb=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,r;let{placement:i,middlewareData:o,rects:s,initialPlacement:a,platform:l,elements:c}=e,{mainAxis:u=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:_=!0,...x}=Vi(t,e);if((n=o.arrow)!=null&&n.alignmentOffset)return{};let d=Qr(i),p=nr(a),m=Qr(a)===a,y=await(l.isRTL==null?void 0:l.isRTL(c.floating)),w=h||(m||!_?[Ba(a)]:vb(a)),b=v!=="none";!h&&b&&w.push(...yb(a,_,v,y));let k=[a,...w],C=await l.detectOverflow(e,x),I=[],A=((r=o.flip)==null?void 0:r.overflows)||[];if(u&&I.push(C[d]),f){let W=mb(i,s,y);I.push(C[W[0]],C[W[1]])}if(A=[...A,{placement:i,overflows:I}],!I.every(W=>W<=0)){var H,K;let W=(((H=o.flip)==null?void 0:H.index)||0)+1,le=k[W];if(le&&(!(f==="alignment"?p!==nr(le):!1)||A.every(B=>nr(B.placement)===p?B.overflows[0]>0:!0)))return{data:{index:W,overflows:A},reset:{placement:le}};let V=(K=A.filter(X=>X.overflows[0]<=0).sort((X,B)=>X.overflows[1]-B.overflows[1])[0])==null?void 0:K.placement;if(!V)switch(g){case"bestFit":{var Y;let X=(Y=A.filter(B=>{if(b){let Z=nr(B.placement);return Z===p||Z==="y"}return!0}).map(B=>[B.placement,B.overflows.filter(Z=>Z>0).reduce((Z,ct)=>Z+ct,0)]).sort((B,Z)=>B[1]-Z[1])[0])==null?void 0:Y[0];X&&(V=X);break}case"initialPlacement":V=a;break}if(i!==V)return{reset:{placement:V}}}return{}}}};function wb(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function xb(t){return gb.some(e=>t[e]>=0)}var Eb=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){let{rects:n,platform:r}=e,{strategy:i="referenceHidden",...o}=Vi(t,e);switch(i){case"referenceHidden":{let s=await r.detectOverflow(e,{...o,elementContext:"reference"}),a=wb(s,n.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:xb(a)}}}case"escaped":{let s=await r.detectOverflow(e,{...o,altBoundary:!0}),a=wb(s,n.floating);return{data:{escapedOffsets:a,escaped:xb(a)}}}default:return{}}}}};var TP=new Set(["left","top"]);async function RP(t,e){let{placement:n,platform:r,elements:i}=t,o=await(r.isRTL==null?void 0:r.isRTL(i.floating)),s=Qr(n),a=es(n),l=nr(n)==="y",c=TP.has(s)?-1:1,u=o&&l?-1:1,f=Vi(e,t),{mainAxis:h,crossAxis:g,alignmentAxis:v}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return a&&typeof v=="number"&&(g=a==="end"?v*-1:v),l?{x:g*u,y:h*c}:{x:h*c,y:g*u}}var Ab=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;let{x:i,y:o,placement:s,middlewareData:a}=e,l=await RP(e,t);return s===((n=a.offset)==null?void 0:n.placement)&&(r=a.arrow)!=null&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:s}}}}},Tb=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:n,y:r,placement:i,platform:o}=e,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:d=>{let{x:p,y:m}=d;return{x:p,y:m}}},...c}=Vi(t,e),u={x:n,y:r},f=await o.detectOverflow(e,c),h=nr(Qr(i)),g=im(h),v=u[g],_=u[h];if(s){let d=g==="y"?"top":"left",p=g==="y"?"bottom":"right",m=v+f[d],y=v-f[p];v=Ou(m,v,y)}if(a){let d=h==="y"?"top":"left",p=h==="y"?"bottom":"right",m=_+f[d],y=_-f[p];_=Ou(m,_,y)}let x=l.fn({...e,[g]:v,[h]:_});return{...x,data:{x:x.x-n,y:x.y-r,enabled:{[g]:s,[h]:a}}}}}};function Fu(){return typeof window<"u"}function zi(t){return Ib(t)?(t.nodeName||"").toLowerCase():"#document"}function St(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function cn(t){var e;return(e=(Ib(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Ib(t){return Fu()?t instanceof Node||t instanceof St(t).Node:!1}function Kt(t){return Fu()?t instanceof Element||t instanceof St(t).Element:!1}function un(t){return Fu()?t instanceof HTMLElement||t instanceof St(t).HTMLElement:!1}function Rb(t){return!Fu()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof St(t).ShadowRoot}var IP=new Set(["inline","contents"]);function ns(t){let{overflow:e,overflowX:n,overflowY:r,display:i}=Gt(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!IP.has(i)}var PP=new Set(["table","td","th"]);function Pb(t){return PP.has(zi(t))}var NP=[":popover-open",":modal"];function ja(t){return NP.some(e=>{try{return t.matches(e)}catch{return!1}})}var OP=["transform","translate","scale","rotate","perspective"],LP=["transform","translate","scale","rotate","perspective","filter"],MP=["paint","layout","strict","content"];function $u(t){let e=Du(),n=Kt(t)?Gt(t):t;return OP.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||LP.some(r=>(n.willChange||"").includes(r))||MP.some(r=>(n.contain||"").includes(r))}function Nb(t){let e=rr(t);for(;un(e)&&!Hi(e);){if($u(e))return e;if(ja(e))return null;e=rr(e)}return null}function Du(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var FP=new Set(["html","body","#document"]);function Hi(t){return FP.has(zi(t))}function Gt(t){return St(t).getComputedStyle(t)}function Ua(t){return Kt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function rr(t){if(zi(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Rb(t)&&t.host||cn(t);return Rb(e)?e.host:e}function Ob(t){let e=rr(t);return Hi(e)?t.ownerDocument?t.ownerDocument.body:t.body:un(e)&&ns(e)?e:Ob(e)}function ts(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);let i=Ob(t),o=i===((r=t.ownerDocument)==null?void 0:r.body),s=St(i);if(o){let a=Vu(s);return e.concat(s,s.visualViewport||[],ns(i)?i:[],a&&n?ts(a):[])}return e.concat(i,ts(i,[],n))}function Vu(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function $b(t){let e=Gt(t),n=parseFloat(e.width)||0,r=parseFloat(e.height)||0,i=un(t),o=i?t.offsetWidth:n,s=i?t.offsetHeight:r,a=za(n)!==o||za(r)!==s;return a&&(n=o,r=s),{width:n,height:r,$:a}}function am(t){return Kt(t)?t:t.contextElement}function rs(t){let e=am(t);if(!un(e))return ln(1);let n=e.getBoundingClientRect(),{width:r,height:i,$:o}=$b(e),s=(o?za(n.width):n.width)/r,a=(o?za(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var $P=ln(0);function Db(t){let e=St(t);return!Du()||!e.visualViewport?$P:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function DP(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==St(t)?!1:e}function ji(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);let i=t.getBoundingClientRect(),o=am(t),s=ln(1);e&&(r?Kt(r)&&(s=rs(r)):s=rs(t));let a=DP(o,n,r)?Db(o):ln(0),l=(i.left+a.x)/s.x,c=(i.top+a.y)/s.y,u=i.width/s.x,f=i.height/s.y;if(o){let h=St(o),g=r&&Kt(r)?St(r):r,v=h,_=Vu(v);for(;_&&r&&g!==v;){let x=rs(_),d=_.getBoundingClientRect(),p=Gt(_),m=d.left+(_.clientLeft+parseFloat(p.paddingLeft))*x.x,y=d.top+(_.clientTop+parseFloat(p.paddingTop))*x.y;l*=x.x,c*=x.y,u*=x.x,f*=x.y,l+=m,c+=y,v=St(_),_=Vu(v)}}return Bi({width:u,height:f,x:l,y:c})}function Bu(t,e){let n=Ua(t).scrollLeft;return e?e.left+n:ji(cn(t)).left+n}function Vb(t,e){let n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-Bu(t,n),i=n.top+e.scrollTop;return{x:r,y:i}}function VP(t){let{elements:e,rect:n,offsetParent:r,strategy:i}=t,o=i==="fixed",s=cn(r),a=e?ja(e.floating):!1;if(r===s||a&&o)return n;let l={scrollLeft:0,scrollTop:0},c=ln(1),u=ln(0),f=un(r);if((f||!f&&!o)&&((zi(r)!=="body"||ns(s))&&(l=Ua(r)),un(r))){let g=ji(r);c=rs(r),u.x=g.x+r.clientLeft,u.y=g.y+r.clientTop}let h=s&&!f&&!o?Vb(s,l):ln(0);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-l.scrollLeft*c.x+u.x+h.x,y:n.y*c.y-l.scrollTop*c.y+u.y+h.y}}function BP(t){return Array.from(t.getClientRects())}function zP(t){let e=cn(t),n=Ua(t),r=t.ownerDocument.body,i=tr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),o=tr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-n.scrollLeft+Bu(t),a=-n.scrollTop;return Gt(r).direction==="rtl"&&(s+=tr(e.clientWidth,r.clientWidth)-i),{width:i,height:o,x:s,y:a}}var Lb=25;function HP(t,e){let n=St(t),r=cn(t),i=n.visualViewport,o=r.clientWidth,s=r.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let u=Du();(!u||u&&e==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=Bu(r);if(c<=0){let u=r.ownerDocument,f=u.body,h=getComputedStyle(f),g=u.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,v=Math.abs(r.clientWidth-f.clientWidth-g);v<=Lb&&(o-=v)}else c<=Lb&&(o+=c);return{width:o,height:s,x:a,y:l}}var jP=new Set(["absolute","fixed"]);function UP(t,e){let n=ji(t,!0,e==="fixed"),r=n.top+t.clientTop,i=n.left+t.clientLeft,o=un(t)?rs(t):ln(1),s=t.clientWidth*o.x,a=t.clientHeight*o.y,l=i*o.x,c=r*o.y;return{width:s,height:a,x:l,y:c}}function Mb(t,e,n){let r;if(e==="viewport")r=HP(t,n);else if(e==="document")r=zP(cn(t));else if(Kt(e))r=UP(e,n);else{let i=Db(t);r={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return Bi(r)}function Bb(t,e){let n=rr(t);return n===e||!Kt(n)||Hi(n)?!1:Gt(n).position==="fixed"||Bb(n,e)}function WP(t,e){let n=e.get(t);if(n)return n;let r=ts(t,[],!1).filter(a=>Kt(a)&&zi(a)!=="body"),i=null,o=Gt(t).position==="fixed",s=o?rr(t):t;for(;Kt(s)&&!Hi(s);){let a=Gt(s),l=$u(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&jP.has(i.position)||ns(s)&&!l&&Bb(t,s))?r=r.filter(u=>u!==s):i=a,s=rr(s)}return e.set(t,r),r}function qP(t){let{element:e,boundary:n,rootBoundary:r,strategy:i}=t,s=[...n==="clippingAncestors"?ja(e)?[]:WP(e,this._c):[].concat(n),r],a=s[0],l=s.reduce((c,u)=>{let f=Mb(e,u,i);return c.top=tr(f.top,c.top),c.right=Xr(f.right,c.right),c.bottom=Xr(f.bottom,c.bottom),c.left=tr(f.left,c.left),c},Mb(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function KP(t){let{width:e,height:n}=$b(t);return{width:e,height:n}}function GP(t,e,n){let r=un(e),i=cn(e),o=n==="fixed",s=ji(t,!0,o,e),a={scrollLeft:0,scrollTop:0},l=ln(0);function c(){l.x=Bu(i)}if(r||!r&&!o)if((zi(e)!=="body"||ns(i))&&(a=Ua(e)),r){let g=ji(e,!0,o,e);l.x=g.x+e.clientLeft,l.y=g.y+e.clientTop}else i&&c();o&&!r&&i&&c();let u=i&&!r&&!o?Vb(i,a):ln(0),f=s.left+a.scrollLeft-l.x-u.x,h=s.top+a.scrollTop-l.y-u.y;return{x:f,y:h,width:s.width,height:s.height}}function sm(t){return Gt(t).position==="static"}function Fb(t,e){if(!un(t)||Gt(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return cn(t)===n&&(n=n.ownerDocument.body),n}function zb(t,e){let n=St(t);if(ja(t))return n;if(!un(t)){let i=rr(t);for(;i&&!Hi(i);){if(Kt(i)&&!sm(i))return i;i=rr(i)}return n}let r=Fb(t,e);for(;r&&Pb(r)&&sm(r);)r=Fb(r,e);return r&&Hi(r)&&sm(r)&&!$u(r)?n:r||Nb(t)||n}var ZP=async function(t){let e=this.getOffsetParent||zb,n=this.getDimensions,r=await n(t.floating);return{reference:GP(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function YP(t){return Gt(t).direction==="rtl"}var XP={convertOffsetParentRelativeRectToViewportRelativeRect:VP,getDocumentElement:cn,getClippingRect:qP,getOffsetParent:zb,getElementRects:ZP,getClientRects:BP,getDimensions:KP,getScale:rs,isElement:Kt,isRTL:YP};function Hb(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function QP(t,e){let n=null,r,i=cn(t);function o(){var a;clearTimeout(r),(a=n)==null||a.disconnect(),n=null}function s(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),o();let c=t.getBoundingClientRect(),{left:u,top:f,width:h,height:g}=c;if(a||e(),!h||!g)return;let v=Ha(f),_=Ha(i.clientWidth-(u+h)),x=Ha(i.clientHeight-(f+g)),d=Ha(u),m={rootMargin:-v+"px "+-_+"px "+-x+"px "+-d+"px",threshold:tr(0,Xr(1,l))||1},y=!0;function w(b){let k=b[0].intersectionRatio;if(k!==l){if(!y)return s();k?s(!1,k):r=setTimeout(()=>{s(!1,1e-7)},1e3)}k===1&&!Hb(c,t.getBoundingClientRect())&&s(),y=!1}try{n=new IntersectionObserver(w,{...m,root:i.ownerDocument})}catch{n=new IntersectionObserver(w,m)}n.observe(t)}return s(!0),o}function zu(t,e,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,c=am(t),u=i||o?[...c?ts(c):[],...ts(e)]:[];u.forEach(d=>{i&&d.addEventListener("scroll",n,{passive:!0}),o&&d.addEventListener("resize",n)});let f=c&&a?QP(c,n):null,h=-1,g=null;s&&(g=new ResizeObserver(d=>{let[p]=d;p&&p.target===c&&g&&(g.unobserve(e),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var m;(m=g)==null||m.observe(e)})),n()}),c&&!l&&g.observe(c),g.observe(e));let v,_=l?ji(t):null;l&&x();function x(){let d=ji(t);_&&!Hb(_,d)&&n(),_=d,v=requestAnimationFrame(x)}return n(),()=>{var d;u.forEach(p=>{i&&p.removeEventListener("scroll",n),o&&p.removeEventListener("resize",n)}),f?.(),(d=g)==null||d.disconnect(),g=null,l&&cancelAnimationFrame(v)}}var Hu=Ab;var ju=Tb,Uu=Cb;var jb=Eb,Ub=kb;var Wu=(t,e,n)=>{let r=new Map,i={platform:XP,...n},o={...i.platform,_c:r};return bb(t,e,{...i,platform:o})};function JP(t){let e=t.getBoundingClientRect(),n=window.innerWidth,r=window.innerHeight;if(!(e.width>n*.8||e.height>r*.8))return t;let o=Math.max(e.left,0),s=Math.max(e.top,0),a=Math.min(e.right,n),l=Math.min(e.bottom,r),c=(o+a)/2,u=(s+l)/2;return{getBoundingClientRect(){return{width:0,height:0,x:c,y:u,top:u,left:c,right:c,bottom:u}}}}function Wb(t,e,n){let r=t.getBoundingClientRect();r.width>window.innerWidth*.8||r.height>window.innerHeight*.8||t.scrollIntoView({behavior:"smooth",block:"center",inline:"center"});let o=document.createElement("div");o.className="syntro-tooltip",o.setAttribute("role","tooltip"),o.innerHTML=Ot(n.html);let s=o.querySelectorAll("[data-syntro-action]"),a=d=>{let m=d.currentTarget.getAttribute("data-syntro-action");m&&n.onAction&&n.onAction(m)};s.forEach(d=>d.addEventListener("click",a));let l=document.createElement("div");l.className="syntro-tooltip-arrow",o.appendChild(l),e.appendChild(o);let c=[Hu(n.offsetPx??8),Uu(),ju({padding:8}),jb(),Ub({element:l})],u=n.placement&&n.placement!=="auto"?n.placement:"top",f=zu(t,o,async()=>{let d=JP(t),p=await Wu(d,o,{placement:u,middleware:c}),{x:m,y,strategy:w,middlewareData:b,placement:k}=p;if(Object.assign(o.style,{left:`${m}px`,top:`${y}px`,position:w}),b.arrow){let{x:C,y:I}=b.arrow,A=k.split("-")[0],H={top:"bottom",right:"left",bottom:"top",left:"right"};Object.assign(l.style,{left:C!=null?`${C}px`:"",top:I!=null?`${I}px`:"",right:"",bottom:"",[H[A]]:"-4px"});let K={top:"0deg",right:"90deg",bottom:"180deg",left:"270deg"};l.style.transform=`rotate(${K[A]||"0deg"})`}}),h=d=>{d.key==="Escape"&&x.destroy()};window.addEventListener("keydown",h);let g=[];if(n.blocking){Array.from(document.body.children).forEach(p=>{p!==e&&p.getAttribute("inert")===null&&(p.setAttribute("inert",""),g.push(p.id||p.tagName))});let d=Array.from(o.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'));if(d.length>0){let p=d[0],m=d[d.length-1],y=w=>{w.key==="Tab"&&(w.shiftKey?document.activeElement===p&&(m.focus(),w.preventDefault()):document.activeElement===m&&(p.focus(),w.preventDefault()))};o.addEventListener("keydown",y),requestAnimationFrame(()=>p.focus())}}let _=(()=>{if(n.trigger==="hover"){let d=()=>{o.style.visibility="visible",o.style.opacity="1"},p=()=>{o.style.visibility="hidden",o.style.opacity="0"};return o.style.visibility="hidden",o.style.opacity="0",o.style.transition="opacity 200ms ease, visibility 200ms",t.addEventListener("mouseenter",d),t.addEventListener("mouseleave",p),t.addEventListener("focus",d),t.addEventListener("blur",p),()=>{t.removeEventListener("mouseenter",d),t.removeEventListener("mouseleave",p),t.removeEventListener("focus",d),t.removeEventListener("blur",p)}}if(n.trigger==="click"){let d=()=>{o.style.visibility==="visible"?x.destroy():(o.style.visibility="visible",o.style.opacity="1")};return o.style.visibility="hidden",o.style.opacity="0",o.style.transition="opacity 200ms ease, visibility 200ms",t.addEventListener("click",d),()=>t.removeEventListener("click",d)}return o.style.opacity="0",o.style.transition="opacity 200ms ease",requestAnimationFrame(()=>{o.style.opacity="1"}),()=>{}})(),x={el:o,destroy(){f(),_(),window.removeEventListener("keydown",h),s.forEach(d=>d.removeEventListener("click",a)),n.blocking&&Array.from(document.body.children).forEach(d=>{d!==e&&d.removeAttribute("inert")}),o.style.opacity="0",setTimeout(()=>o.remove(),200)}};return x}var qb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=fb(n,e.overlayRoot,{paddingPx:t.style?.paddingPx??12,radiusPx:t.style?.radiusPx??12,scrimOpacity:t.style?.scrimOpacity??.55,ringColor:t.style?.color,blocking:!1,onClickOutside:!1,onEsc:!1});return e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:highlight",anchorId:t.anchorId}),{cleanup:()=>{r.destroy()}}},Kb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=t.duration??2e3,i="syntro-pulse-effect";if(!document.querySelector("[data-syntro-pulse-styles]")){let s=document.createElement("style");s.setAttribute("data-syntro-pulse-styles",""),s.textContent=`
106
106
  @keyframes syntro-pulse {
107
107
  0%, 100% {
108
108
  box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.4);
@@ -128,7 +128,7 @@ Error generating stack: `+o.message+`
128
128
  z-index: 2147483646;
129
129
  white-space: nowrap;
130
130
  }
131
- `,document.head.appendChild(s)}let i=t.position??"top-right",o=n.style.position;switch(getComputedStyle(n).position==="static"&&(n.style.position="relative"),n.appendChild(r),i){case"top-left":Object.assign(r.style,{top:"-8px",left:"-8px"});break;case"top-right":Object.assign(r.style,{top:"-8px",right:"-8px"});break;case"bottom-left":Object.assign(r.style,{bottom:"-8px",left:"-8px"});break;case"bottom-right":Object.assign(r.style,{bottom:"-8px",right:"-8px"});break}return e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:badge",anchorId:t.anchorId,content:t.content,position:i}),{cleanup:()=>{r.remove(),o!==void 0&&(n.style.position=o)},updateFn:s=>{"content"in s&&typeof s.content=="string"&&(r.textContent=s.content)}}},Zb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=t.content,i="";if(r.title&&(i+=`<div class="syntro-tt-title">${Ot(r.title)}</div>`),i+=`<div class="syntro-tt-body">${Ot(r.body)}</div>`,r.ctaButtons&&r.ctaButtons.length>0){i+='<div class="syntro-tt-actions">';for(let s of r.ctaButtons){let a=s.primary??!1;i+=`
131
+ `,document.head.appendChild(s)}let i=t.position??"top-right",o=n.style.position;switch(getComputedStyle(n).position==="static"&&(n.style.position="relative"),n.appendChild(r),i){case"top-left":Object.assign(r.style,{top:"-8px",left:"-8px"});break;case"top-right":Object.assign(r.style,{top:"-8px",right:"-8px"});break;case"bottom-left":Object.assign(r.style,{bottom:"-8px",left:"-8px"});break;case"bottom-right":Object.assign(r.style,{bottom:"-8px",right:"-8px"});break}return e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:badge",anchorId:t.anchorId,content:t.content,position:i}),{cleanup:()=>{r.remove(),o!==void 0&&(n.style.position=o)},updateFn:s=>{"content"in s&&typeof s.content=="string"&&(r.textContent=s.content)}}},Zb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let{content:r}=t,i="";if(r.title&&(i+=`<div class="syntro-tt-title">${Ot(r.title)}</div>`),i+=`<div class="syntro-tt-body">${Ot(r.body)}</div>`,r.ctaButtons&&r.ctaButtons.length>0){i+='<div class="syntro-tt-actions">';for(let s of r.ctaButtons){let a=s.primary??!1;i+=`
132
132
  <button
133
133
  class="syntro-tt-btn ${a?"syntro-tt-btn-primary":""}"
134
134
  data-syntro-action="${Ot(s.actionId)}"
@@ -139,7 +139,7 @@ Error generating stack: `+o.message+`
139
139
  <button class="syntro-tt-btn syntro-tt-btn-primary" data-syntro-action="cta">
140
140
  ${Ot(r.cta.label)}
141
141
  </button>
142
- </div>`);let o=Wb(n,e.overlayRoot,{html:i,placement:t.placement??"top",trigger:t.trigger??"immediate",onAction:s=>{if(s==="cta"&&r.cta)e.publishEvent("action.cta_clicked",{anchorId:t.anchorId,ctaLabel:r.cta.label});else if(r.ctaButtons){let a=r.ctaButtons.find(l=>l.actionId===s);a&&e.publishEvent("action.tooltip_cta_clicked",{anchorId:t.anchorId,actionId:s,label:a.label})}}});return e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:tooltip",anchorId:t.anchorId,trigger:t.trigger??"immediate"}),{cleanup:()=>{o.destroy()}}},lm=[{kind:"overlays:highlight",executor:qb},{kind:"overlays:pulse",executor:Kb},{kind:"overlays:badge",executor:Gb},{kind:"overlays:tooltip",executor:Zb},{kind:"overlays:modal",executor:am}],e2={id:"adaptive-overlays",version:"1.0.0",name:"Overlays",description:"Tooltips, highlights, badges, modals, and visual overlays",executors:lm};var cm="syntro_active_tour",qc=new Map;function t2(t){try{let e=localStorage.getItem(cm);if(!e)return null;let n=JSON.parse(e);return n.tourId!==t?null:n}catch{return null}}function um(t){try{localStorage.setItem(cm,JSON.stringify(t))}catch{}}function n2(){try{localStorage.removeItem(cm)}catch{}}function Wa(){return window.location.pathname}function r2(t){if(!t.route)return!0;let e=Wa();return t.route.includes("*")?new RegExp("^"+t.route.replace(/\*/g,".*")+"$").test(e):e===t.route}var dm=async(t,e)=>{let{tourId:n,steps:r,startStep:i,autoStart:o=!0}=t;if(r.length===0)throw new Error(`Tour "${n}" has no steps`);if(qc.has(n))return{cleanup:async()=>{let m=qc.get(n);m&&await m.cleanup()}};if(!e.applyAction)throw new Error("Tour executor requires applyAction in context");let s=t2(n),a=!!s;if(!a&&!o)return{cleanup:()=>{}};s||(s={tourId:n,currentStepId:i||r[0].id,startedAt:Date.now()},um(s));let l=r.findIndex(m=>m.id===s.currentStepId);if(l===-1){let m=i||r[0].id;l=r.findIndex(y=>y.id===m),l===-1&&(l=0),s.currentStepId=r[l].id,um(s)}let u=r[l];if(!r2(u))return e.publishEvent("tour.waiting_for_route",{tourId:n,stepId:u.id,expectedRoute:u.route,currentRoute:Wa()}),{cleanup:()=>{}};let c=!1,f=null,h=null,g=null,v=async()=>{h&&(h(),h=null),f&&f.isApplied()&&(await f.revert(),f=null)},_=async m=>{if(c)return;if(await v(),m==="end"){n2(),e.publishEvent("tour.completed",{tourId:n,totalSteps:r.length}),c=!0;return}let y=r.find(w=>w.id===m);if(!y){console.error(`[Tour] Step "${m}" not found`);return}if(s.currentStepId=m,um(s),e.publishEvent("tour.step_changed",{tourId:n,previousStepId:u.id,nextStepId:m}),y.route&&y.route!==Wa()){e.publishEvent("tour.awaiting_navigation",{tourId:n,stepId:m,targetRoute:y.route});return}await x(y)},x=async m=>{if(!c){e.publishEvent("tour.step_started",{tourId:n,stepId:m.id,stepIndex:r.findIndex(y=>y.id===m.id),totalSteps:r.length});try{f=await e.applyAction(m.action)}catch(y){console.error(`[Tour] Failed to execute step "${m.id}":`,y),e.publishEvent("tour.step_failed",{tourId:n,stepId:m.id,error:String(y)});return}if(m.onAction&&e.subscribeEvent){h=e.subscribeEvent("action.modal_cta_clicked",b=>{let k=b?.actionId;if(k&&m.onAction){let C=m.onAction[k];C&&_(C)}});let y=e.subscribeEvent("action.tooltip_cta_clicked",b=>{let k=b?.actionId;if(k&&m.onAction){let C=m.onAction[k];C&&_(C)}}),w=h;h=()=>{w(),y()}}}};g=(()=>{let m=Wa(),y=()=>{let k=Wa();k!==m&&(m=k,e.publishEvent("tour.route_changed",{tourId:n,newRoute:k}))};window.addEventListener("popstate",y);let w=history.pushState.bind(history),b=history.replaceState.bind(history);return history.pushState=(...k)=>{w(...k),y()},history.replaceState=(...k)=>{b(...k),y()},()=>{window.removeEventListener("popstate",y),history.pushState=w,history.replaceState=b}})(),a?e.publishEvent("tour.resumed",{tourId:n,stepId:s.currentStepId}):e.publishEvent("tour.started",{tourId:n,totalSteps:r.length,startStepId:s.currentStepId}),await x(u);let p=async()=>{c=!0,qc.delete(n),await v(),g&&g(),e.publishEvent("tour.paused",{tourId:n,stepId:s.currentStepId})};return qc.set(n,{cleanup:p}),{cleanup:p}};var Kc=class{constructor(){j(this,"executors",new Map);for(let{kind:e,executor:n}of nm)this.registerCore(e,n);for(let{kind:e,executor:n}of lm)this.registerCore(e,n);this.registerCore("core:mountWidget",async()=>{throw new Error("core:mountWidget must be handled by ActionEngine")}),this.registerCore("core:tour",dm)}registerCore(e,n,r){this.executors.set(e,{kind:e,executor:n,schema:r,source:"core",isBuiltIn:!0})}register(e,n,r,i="custom",o=!1){if(this.executors.has(e)){if(this.executors.get(e).isBuiltIn)throw new Error(`Cannot override built-in executor: ${e}`);console.warn(`[ExecutorRegistry] Overriding executor for kind: ${e}`)}this.executors.set(e,{kind:e,executor:n,schema:r,source:i,isBuiltIn:o})}unregister(e){let n=this.executors.get(e);return n?n.isBuiltIn?(console.warn(`[ExecutorRegistry] Cannot unregister built-in executor: ${e}`),!1):(this.executors.delete(e),!0):!1}unregisterBySource(e){for(let[n,r]of this.executors.entries())r.source===e&&this.executors.delete(n)}get(e){return this.executors.get(e)?.executor}getRegistration(e){return this.executors.get(e)}has(e){return this.executors.has(e)}validate(e){let n=[];if(!e||typeof e!="object")return n.push({code:"INVALID_ACTION",message:"Action must be an object"}),{valid:!1,errors:n,warnings:[]};let r=e.kind;if(!r||typeof r!="string")return n.push({code:"MISSING_KIND",message:"Action must have a 'kind' property"}),{valid:!1,errors:n,warnings:[]};let i=this.executors.get(r);if(!i)return n.push({code:"UNKNOWN_KIND",message:`Unknown action kind: ${r}`,field:"kind"}),{valid:!1,errors:n,warnings:[]};if(i.schema){let o=i.schema.safeParse(e);if(!o.success){for(let s of o.error.issues)n.push({code:"SCHEMA_VALIDATION_ERROR",message:s.message,field:s.path.join(".")});return{valid:!1,errors:n,warnings:[]}}}return{valid:!0,errors:[],warnings:[]}}list(){return Array.from(this.executors.keys())}listRegistrations(){return Array.from(this.executors.values())}getBuiltInKinds(){return Array.from(this.executors.entries()).filter(([,e])=>e.isBuiltIn).map(([e])=>e)}getCustomKinds(){return Array.from(this.executors.entries()).filter(([,e])=>!e.isBuiltIn).map(([e])=>e)}},Ui=new Kc;function i2(t){return Ui.get(t)}function fm(t){return Ui.has(t)}var o2=["overlays:highlight","overlays:pulse","overlays:badge","overlays:tooltip","overlays:modal","content:insertHtml","content:setText","content:setAttr","content:addClass","content:removeClass","content:setStyle","core:mountWidget","core:wait","core:sequence","core:parallel","core:tour","navigation:scrollTo","navigation:navigate"],s2=new Set(["onclick","onerror","onload","onmouseover","onfocus","onblur","onchange","onsubmit","onkeydown","onkeyup","onkeypress"]),Yb=5e4,Xb=50;function ei(t){let e=[],n=[];if(!t||typeof t!="object")return e.push({code:"INVALID_ACTION",message:"Action must be an object"}),{valid:!1,errors:e,warnings:n};let r=t.kind;if(!r||typeof r!="string")return e.push({code:"MISSING_KIND",message:"Action must have a 'kind' property"}),{valid:!1,errors:e,warnings:n};if(!o2.includes(r))return e.push({code:"UNKNOWN_KIND",message:`Unknown action kind: ${r}`,field:"kind"}),{valid:!1,errors:e,warnings:n};switch(!fm(r)&&r!=="core:mountWidget"&&e.push({code:"NO_EXECUTOR",message:`No executor registered for action kind: ${r}`,field:"kind"}),r){case"overlays:highlight":case"overlays:pulse":case"navigation:scrollTo":Jr(t,e,n);break;case"overlays:badge":Jr(t,e,n),a2(t,e,n);break;case"overlays:tooltip":Jr(t,e,n),l2(t,e,n);break;case"overlays:modal":_2(t,e,n);break;case"content:insertHtml":Jr(t,e,n),u2(t,e,n);break;case"content:setText":Jr(t,e,n),c2(t,e,n);break;case"content:setAttr":Jr(t,e,n),d2(t,e,n);break;case"content:addClass":case"content:removeClass":Jr(t,e,n),f2(t,e,n);break;case"content:setStyle":Jr(t,e,n),p2(t,e,n);break;case"core:mountWidget":h2(t,e,n);break;case"core:wait":g2(t,e,n);break;case"core:sequence":m2(t,e,n);break;case"core:parallel":v2(t,e,n);break;case"core:tour":w2(t,e,n);break;case"navigation:navigate":y2(t,e,n);break}return{valid:e.length===0,errors:e,warnings:n}}function Jr(t,e,n){!t.anchorId||typeof t.anchorId!="string"?e.push({code:"MISSING_ANCHOR_ID",message:"Action requires an 'anchorId' property",field:"anchorId"}):t.anchorId.length>200&&n.push({code:"LONG_ANCHOR_ID",message:"Anchor ID is unusually long",suggestion:"Consider using a shorter, more descriptive ID"})}function a2(t,e,n){!t.content||typeof t.content!="string"?e.push({code:"MISSING_CONTENT",message:"Badge action requires 'content' property",field:"content"}):t.content.length>100&&n.push({code:"LONG_BADGE_CONTENT",message:"Badge content is quite long",suggestion:"Keep badge content short (under 100 characters)"})}function l2(t,e,n){if(!t.content||typeof t.content!="object"){e.push({code:"MISSING_CONTENT",message:"Tooltip action requires 'content' object",field:"content"});return}(!t.content.body||typeof t.content.body!="string")&&e.push({code:"MISSING_BODY",message:"Tooltip content requires 'body' property",field:"content.body"})}function u2(t,e,n){!t.html||typeof t.html!="string"?e.push({code:"MISSING_HTML",message:"insertHtml action requires 'html' property",field:"html"}):t.html.length>Yb&&e.push({code:"HTML_TOO_LONG",message:`HTML content exceeds maximum length of ${Yb}`,field:"html"});let r=["before","after","prepend","append","replace"];(!t.position||!r.includes(t.position))&&e.push({code:"INVALID_POSITION",message:`Position must be one of: ${r.join(", ")}`,field:"position"})}function c2(t,e,n){(t.text===void 0||t.text===null)&&e.push({code:"MISSING_TEXT",message:"setText action requires 'text' property",field:"text"})}function d2(t,e,n){!t.attr||typeof t.attr!="string"?e.push({code:"MISSING_ATTR",message:"setAttr action requires 'attr' property",field:"attr"}):(s2.has(t.attr.toLowerCase())||t.attr.toLowerCase().startsWith("on"))&&e.push({code:"DANGEROUS_ATTR",message:`Event handler attributes are not allowed: ${t.attr}`,field:"attr"}),(t.value===void 0||t.value===null)&&e.push({code:"MISSING_VALUE",message:"setAttr action requires 'value' property",field:"value"})}function f2(t,e,n){!t.className||typeof t.className!="string"?e.push({code:"MISSING_CLASS_NAME",message:"Class action requires 'className' property",field:"className"}):/^[a-zA-Z_-][a-zA-Z0-9_-]*$/.test(t.className)||n.push({code:"INVALID_CLASS_NAME",message:"Class name contains unusual characters",suggestion:"Use alphanumeric characters, hyphens, and underscores"})}function p2(t,e,n){if(!t.styles||typeof t.styles!="object")e.push({code:"MISSING_STYLES",message:"setStyle action requires 'styles' object",field:"styles"});else{let r=Object.keys(t.styles).length;r>Xb&&e.push({code:"TOO_MANY_STYLES",message:`Too many styles (${r}). Maximum is ${Xb}`,field:"styles"});for(let[i,o]of Object.entries(t.styles))typeof o=="string"&&o.includes("expression(")&&e.push({code:"DANGEROUS_STYLE",message:`Style expressions are not allowed: ${i}`,field:`styles.${i}`})}}function h2(t,e,n){(!t.slot||typeof t.slot!="string")&&e.push({code:"MISSING_SLOT",message:"mountWidget action requires 'slot' property",field:"slot"}),!t.widget||typeof t.widget!="object"?e.push({code:"MISSING_WIDGET",message:"mountWidget action requires 'widget' object",field:"widget"}):(!t.widget.widgetId||typeof t.widget.widgetId!="string")&&e.push({code:"MISSING_WIDGET_ID",message:"Widget must have a 'widgetId' property",field:"widget.widgetId"})}function g2(t,e,n){t.durationMs===void 0&&!t.event&&e.push({code:"MISSING_WAIT_CONFIG",message:"wait action requires either 'durationMs' or 'event' property"}),t.durationMs!==void 0&&t.durationMs<0&&e.push({code:"INVALID_DURATION",message:"durationMs must be a positive number",field:"durationMs"}),t.event!==void 0&&typeof t.event!="string"&&e.push({code:"INVALID_EVENT",message:"event must be a string",field:"event"})}function m2(t,e,n){if(!t.actions||!Array.isArray(t.actions)){e.push({code:"MISSING_ACTIONS",message:"sequence action requires 'actions' array",field:"actions"});return}t.actions.length===0&&n.push({code:"EMPTY_SEQUENCE",message:"sequence has no actions",suggestion:"Add at least one action to the sequence"});for(let r=0;r<t.actions.length;r++){let i=ei(t.actions[r]);for(let o of i.errors)e.push({...o,field:`actions[${r}]${o.field?`.${o.field}`:""}`});for(let o of i.warnings)n.push(o)}}function v2(t,e,n){if(!t.actions||!Array.isArray(t.actions)){e.push({code:"MISSING_ACTIONS",message:"parallel action requires 'actions' array",field:"actions"});return}t.actions.length===0&&n.push({code:"EMPTY_PARALLEL",message:"parallel has no actions",suggestion:"Add at least one action to the parallel group"}),t.waitFor&&!["all","any"].includes(t.waitFor)&&e.push({code:"INVALID_WAIT_FOR",message:"waitFor must be 'all' or 'any'",field:"waitFor"});for(let r=0;r<t.actions.length;r++){let i=ei(t.actions[r]);for(let o of i.errors)e.push({...o,field:`actions[${r}]${o.field?`.${o.field}`:""}`});for(let o of i.warnings)n.push(o)}}function y2(t,e,n){if(!t.url||typeof t.url!="string")e.push({code:"MISSING_URL",message:"navigate action requires 'url' property",field:"url"});else{let r=t.url.trim().toLowerCase();r.startsWith("javascript:")&&e.push({code:"DANGEROUS_URL",message:"javascript: URLs are not allowed",field:"url"}),r.startsWith("data:")&&n.push({code:"DATA_URL",message:"data: URLs may have limited support",suggestion:"Consider using a regular URL instead"})}}function _2(t,e,n){if(!t.content||typeof t.content!="object"){e.push({code:"MISSING_CONTENT",message:"Modal action requires 'content' object",field:"content"});return}if((!t.content.body||typeof t.content.body!="string")&&e.push({code:"MISSING_BODY",message:"Modal content requires 'body' property",field:"content.body"}),t.size&&!["sm","md","lg"].includes(t.size)&&e.push({code:"INVALID_SIZE",message:"Modal size must be 'sm', 'md', or 'lg'",field:"size"}),t.ctaButtons)if(!Array.isArray(t.ctaButtons))e.push({code:"INVALID_CTA_BUTTONS",message:"ctaButtons must be an array",field:"ctaButtons"});else for(let r=0;r<t.ctaButtons.length;r++){let i=t.ctaButtons[r];(!i.label||typeof i.label!="string")&&e.push({code:"MISSING_BUTTON_LABEL",message:`CTA button at index ${r} requires 'label' property`,field:`ctaButtons[${r}].label`}),(!i.actionId||typeof i.actionId!="string")&&e.push({code:"MISSING_BUTTON_ACTION_ID",message:`CTA button at index ${r} requires 'actionId' property`,field:`ctaButtons[${r}].actionId`})}}function w2(t,e,n){if((!t.tourId||typeof t.tourId!="string")&&e.push({code:"MISSING_TOUR_ID",message:"Tour action requires 'tourId' property",field:"tourId"}),!t.steps||!Array.isArray(t.steps)){e.push({code:"MISSING_STEPS",message:"Tour action requires 'steps' array",field:"steps"});return}t.steps.length===0&&e.push({code:"EMPTY_STEPS",message:"Tour must have at least one step",field:"steps"});let r=new Set;for(let i=0;i<t.steps.length;i++){let o=t.steps[i];if(!o.id||typeof o.id!="string"?e.push({code:"MISSING_STEP_ID",message:`Step at index ${i} requires 'id' property`,field:`steps[${i}].id`}):(r.has(o.id)&&e.push({code:"DUPLICATE_STEP_ID",message:`Duplicate step ID: ${o.id}`,field:`steps[${i}].id`}),r.add(o.id)),!o.action)e.push({code:"MISSING_STEP_ACTION",message:`Step at index ${i} requires 'action' property`,field:`steps[${i}].action`});else{let s=ei(o.action);for(let a of s.errors)e.push({...a,field:`steps[${i}].action${a.field?`.${a.field}`:""}`});for(let a of s.warnings)n.push(a)}if(o.onAction)for(let[s,a]of Object.entries(o.onAction))a!=="end"&&!t.steps.some(l=>l.id===a)&&n.push({code:"UNKNOWN_TARGET_STEP",message:`Step "${o.id}" references unknown target step: ${a}`,suggestion:`Make sure step "${a}" exists in the tour`})}}function pm(t){let e=[],n=[];if(!Array.isArray(t))return e.push({code:"INVALID_ACTIONS",message:"Actions must be an array"}),{valid:!1,errors:e,warnings:n};for(let r=0;r<t.length;r++){let i=ei(t[r]);for(let o of i.errors)e.push({...o,field:o.field?`[${r}].${o.field}`:`[${r}]`});for(let o of i.warnings)n.push({...o,suggestion:o.suggestion?`Action ${r}: ${o.suggestion}`:void 0})}return{valid:e.length===0,errors:e,warnings:n}}var x2=0;function hm(t){let{overlayRoot:e,eventBus:n,surfaces:r,anchorResolver:i,adaptiveId:o,executorRegistry:s=Ui}=t,a=new Map;function l(){return`action-${++x2}`}function u(d,p){n&&n.publish(d,p)}function c(){return{overlayRoot:e,resolveAnchor:i,generateId:l,publishEvent:u,adaptiveId:o,applyAction:h,subscribeEvent:n?(d,p)=>n.subscribe({names:[d]},m=>p(m.props)):void 0}}async function f(d,p){if(!r)throw new Error("Surfaces provider required for core:mountWidget actions");let m=r.mount(d.slot,{type:"widget",widgetId:d.widget.widgetId,config:d.widget.props},{priority:d.widget.priority});return p.publishEvent("action.applied",{id:p.generateId(),kind:"core:mountWidget",slot:d.slot,widgetId:d.widget.widgetId}),{cleanup:()=>{m.unmount()},updateFn:y=>{if("widget"in y&&y.widget){let w=y.widget;w.props&&m.update({type:"widget",widgetId:d.widget.widgetId,config:w.props})}}}}async function h(d){let p=ei(d);if(!p.valid){let C=p.errors.map(I=>I.message).join("; ");throw new Error(`Action validation failed: ${C}`)}let m=l(),y=c(),w;if(d.kind==="core:mountWidget")w=await f(d,y);else{let C=s.get(d.kind);if(!C)throw new Error(`No executor for action kind: ${d.kind}`);w=await C(d,y)}let b={id:m,action:d,adaptiveId:o,appliedTs:Date.now(),state:"applied",cleanup:w.cleanup,updateFn:w.updateFn};return a.set(m,b),u("action.applied",{id:m,kind:d.kind,anchorId:"anchorId"in d?d.anchorId:void 0}),{id:m,action:d,async revert(){let C=a.get(m);if(!(!C||C.state!=="applied"))try{await C.cleanup(),C.state="reverted",u("action.reverted",{id:m,kind:d.kind})}catch(I){throw C.state="failed",u("action.failed",{id:m,kind:d.kind,error:String(I)}),I}finally{a.delete(m)}},isApplied(){return a.get(m)?.state==="applied"},async update(C){let I=a.get(m);if(!I||I.state!=="applied")throw new Error("Cannot update action that is not applied");if(I.updateFn)await I.updateFn(C);else throw new Error(`Action kind ${d.kind} does not support updates`)},getState(){return a.get(m)?.state??"reverted"}}}async function g(d){let p=pm(d);if(!p.valid){let k=p.errors.map(C=>C.message).join("; ");throw new Error(`Batch validation failed: ${k}`)}let m=l(),y=[],w=[];try{for(let k of d){let C=await h(k);y.push(C),w.push(C)}}catch(k){for(let C of w)try{await C.revert()}catch{}throw k}return{id:m,handles:y,async revertAll(){for(let k=y.length-1;k>=0;k--)try{await y[k].revert()}catch(C){console.error(`[ActionEngine] Error reverting action ${y[k].id}:`,C)}},isApplied(){return y.every(k=>k.isApplied())}}}function v(d){return ei(d)}function _(){return Array.from(a.values()).map(d=>({id:d.id,action:d.action,adaptiveId:d.adaptiveId,appliedTs:d.appliedTs,state:d.state}))}function x(){for(let d of a.values())if(d.state==="applied")try{d.cleanup()}catch(p){console.error("[ActionEngine] Error during cleanup:",p)}a.clear()}return{apply:h,applyBatch:g,validate:v,getActive:_,destroy:x}}function qa(t){return t.startsWith("inline:")?"inline":t.startsWith("adjacent:")?"adjacent":"static"}function Gc(t){return t.startsWith("inline:")?t.slice(7):t.startsWith("adjacent:")?t.slice(9):null}function Qb(t){if(typeof window.Sanitizer=="function")try{let l=new window.Sanitizer({}).sanitizeToFragment(t),u=document.createElement("div");return u.append(l),u.innerHTML}catch{}let n=document.createElement("template");n.innerHTML=t;let r=n.content,i=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]),s=[];for(;i.nextNode();){let a=i.currentNode,l=a.tagName.toLowerCase();if(!o.has(l)){s.push(a);continue}for(let u of Array.from(a.attributes)){let c=u.name.toLowerCase(),f=u.value.trim().toLowerCase(),h=c.startsWith("on"),g=(c==="href"||c==="src")&&f.startsWith("javascript:");(h||g)&&a.removeAttribute(u.name)}}for(let a of s){for(;a.firstChild;)a.parentNode?.insertBefore(a.firstChild,a);a.remove()}return n.innerHTML=(r.firstChild,n.innerHTML)}var Jb={drawer_right:{position:"fixed",top:"0",right:"0",bottom:"0",width:"360px",maxWidth:"90vw"},drawer_left:{position:"fixed",top:"0",left:"0",bottom:"0",width:"360px",maxWidth:"90vw"},drawer_bottom:{position:"fixed",left:"0",right:"0",bottom:"0",maxHeight:"50vh"},overlay_center:{position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",maxWidth:"90vw",maxHeight:"90vh"},overlay_corner_br:{position:"fixed",bottom:"16px",right:"16px",maxWidth:"400px",maxHeight:"80vh"},overlay_corner_bl:{position:"fixed",bottom:"16px",left:"16px",maxWidth:"400px",maxHeight:"80vh"},toast_top:{position:"fixed",top:"16px",left:"50%",transform:"translateX(-50%)",maxWidth:"90vw"},toast_bottom:{position:"fixed",bottom:"16px",left:"50%",transform:"translateX(-50%)",maxWidth:"90vw"}},Ka={fade:[{opacity:0},{opacity:1}],slide:[{opacity:0,transform:"translateY(10px)"},{opacity:1,transform:"translateY(0)"}],scale:[{opacity:0,transform:"scale(0.95)"},{opacity:1,transform:"scale(1)"}],none:[]},ek={duration:200,easing:"cubic-bezier(0.16, 1, 0.3, 1)",fill:"forwards"};function gm(t,e,n){let r=Jb[e];Object.assign(t.style,r),n&&(n.maxWidth&&(t.style.maxWidth=n.maxWidth),n.maxHeight&&(t.style.maxHeight=n.maxHeight),n.minWidth&&(t.style.minWidth=n.minWidth),n.minHeight&&(t.style.minHeight=n.minHeight))}function mm(t,e,n){let r=n.placement==="auto"?"bottom":n.placement,i=[Hc(n.offset?{mainAxis:n.offset.y,crossAxis:n.offset.x}:8)];return n.flip!==!1&&i.push(Uc()),n.shift!==!1&&i.push(jc({padding:8})),t.style.position="absolute",t.style.zIndex="2147483646",zc(e,t,async()=>{let{x:s,y:a,strategy:l}=await Wc(e,t,{placement:r,middleware:i});Object.assign(t.style,{position:l,left:`${s}px`,top:`${a}px`})})}function vm(t,e,n="append"){return t.style.position="relative",t.style.display="inline-block",n==="prepend"?e.insertBefore(t,e.firstChild):e.appendChild(t),()=>{t.remove()}}function ym(t,e){return e==="none"||Ka[e].length===0?null:t.animate(Ka[e],ek)}function _m(t,e){if(e==="none"||Ka[e].length===0)return Promise.resolve();let n=[...Ka[e]].reverse(),r=t.animate(n,ek);return new Promise(i=>{r.onfinish=()=>i(),r.oncancel=()=>i()})}function wm(t,e){let n=document.createElement("div");return n.setAttribute("data-syntro-surface",t),n.setAttribute("data-syntro-mount-id",e),n.className="syntro-surface",Object.assign(n.style,{pointerEvents:"auto",boxSizing:"border-box",overflow:"auto"}),n}function xm(t){switch(qa(t)){case"static":return t.startsWith("drawer")?2147483640:t.startsWith("overlay")?2147483642:t.startsWith("toast")?2147483644:2147483640;case"inline":return 1;case"adjacent":return 2147483638;default:return 2147483640}}var S2=0;function Sm(t){let{overlayRoot:e,eventBus:n,anchorResolver:r,defaultAnimation:i="fade",widgetRegistry:o}=t,s=new Map,a=new Map,l=new Map;function u(){return`mount-${++S2}`}function c(y,w){n&&n.publish(y,w)}function f(y){let w=l.get(y);if(w){let b=x(y);for(let k of w)try{k(b)}catch(C){console.error("[Surfaces] State callback error:",C)}}}let h=new Map;function g(y,w,b){switch(w.type){case"html":y.innerHTML=Qb(w.content);return;case"widget":{if(o&&o.has(w.widgetId)){let k=o.mount(w.widgetId,y,w.config);return b&&h.set(b,k),()=>{k.unmount(),b&&h.delete(b)}}console.warn(`[Surfaces] Widget not found: ${w.widgetId}`),y.innerHTML=`<div data-widget-id="${w.widgetId}" data-widget-missing="true">Widget: ${w.widgetId}</div>`;return}case"custom":return w.mount(y);case"react":y.innerHTML="<div data-react-component>React Component</div>";return;default:console.warn("[Surfaces] Unknown content type");return}}function v(y,w,b){let k=u(),C=qa(y),I=b?.priority??0,A=b?.animation??i,H=b?.exclusive??!0,K=s.get(y);if(K&&H){if(K.options.priority>I)throw new Error(`Slot ${y} is occupied by higher priority content (${K.options.priority} > ${I})`);_(K)}let Y=wm(y,k);Y.style.zIndex=String(xm(y));let W;if(C==="static")gm(Y,y,b?.constraints),e.appendChild(Y);else if(C==="inline"){let B=Gc(y);if(!B)throw new Error(`Invalid inline slot: ${y}`);if(!r)throw new Error("Anchor resolver required for inline slots");let Z=r(B);if(!Z)throw new Error(`Anchor not found for inline slot: ${B}`);W=vm(Y,Z)}else if(C==="adjacent"){let B=Gc(y);if(!B)throw new Error(`Invalid adjacent slot: ${y}`);if(!r)throw new Error("Anchor resolver required for adjacent slots");let Z=r(B);if(!Z)throw new Error(`Anchor not found for adjacent slot: ${B}`);e.appendChild(Y),W=mm(Y,Z,b?.position??{placement:"bottom"})}let le=g(Y,w,k);ym(Y,A);let V={id:k,slot:y,content:w,options:{priority:I,exclusive:H,animation:A,position:b?.position??{placement:"auto"},constraints:b?.constraints??{},adaptiveId:b?.adaptiveId,autoUnmountOnRouteChange:b?.autoUnmountOnRouteChange??!0},container:Y,cleanup:()=>{W?.(),le?.()},mountedAt:Date.now()};return s.set(y,V),a.set(y,(a.get(y)??0)+1),c("surface.mounted",{slot:y,id:k,adaptiveId:b?.adaptiveId}),f(y),{id:k,update(B){let Z=s.get(y);if(!Z||Z.id!==k)throw new Error("Mount no longer active");let ut=h.get(k);if(ut){if(B.type==="widget"){ut.update(B.config),Z.content=B;return}ut.unmount(),h.delete(k)}Z.container.innerHTML="";let An=g(Z.container,B,k);if(Z.content=B,An){let He=Z.cleanup;Z.cleanup=()=>{He?.(),An()}}},setOptions(B){let Z=s.get(y);if(!Z||Z.id!==k)throw new Error("Mount no longer active");B.priority!==void 0&&(Z.options.priority=B.priority),B.animation!==void 0&&(Z.options.animation=B.animation),B.constraints&&C==="static"&&(B.constraints.maxWidth&&(Z.container.style.maxWidth=B.constraints.maxWidth),B.constraints.maxHeight&&(Z.container.style.maxHeight=B.constraints.maxHeight),B.constraints.minWidth&&(Z.container.style.minWidth=B.constraints.minWidth),B.constraints.minHeight&&(Z.container.style.minHeight=B.constraints.minHeight)),f(y)},async unmount(){let B=s.get(y);!B||B.id!==k||await _(B)},isMounted(){return s.get(y)?.id===k},getContainer(){let B=s.get(y);return B?.id===k?B.container:null}}}async function _(y){await _m(y.container,y.options.animation),y.cleanup?.(),y.container.remove(),s.delete(y.slot),c("surface.unmounted",{slot:y.slot,id:y.id}),f(y.slot)}function x(y){let w=s.get(y);return{slot:y,occupied:!!w,currentPriority:w?.options.priority,currentAdaptiveId:w?.options.adaptiveId,mountCount:a.get(y)??0,currentMountId:w?.id}}function d(y,w){let b=l.get(y);return b||(b=new Set,l.set(y,b)),b.add(w),()=>{b?.delete(w),b?.size===0&&l.delete(y)}}function p(y,w){let b=s.get(y);return b?w!==void 0?w>=b.options.priority:!1:!0}function m(){for(let y of s.values())try{y.cleanup?.(),y.container.remove()}catch(w){console.error("[Surfaces] Error during cleanup:",w)}s.clear(),l.clear()}return{mount:v,getState:x,onStateChange:d,canMount:p,destroy:m}}var Zc=class{constructor(){j(this,"widgets",new Map);j(this,"mountedWidgets",new Map);j(this,"mountIdCounter",0)}register(e,n,r="custom",i){if(this.widgets.has(e)){if(this.widgets.get(e).source==="built-in")throw new Error(`Cannot override built-in widget: ${e}`);console.warn(`[WidgetRegistry] Overriding widget: ${e}`)}this.widgets.set(e,{id:e,widget:n,source:r,metadata:i})}unregister(e){let n=this.widgets.get(e);return n?n.source==="built-in"?(console.warn(`[WidgetRegistry] Cannot unregister built-in widget: ${e}`),!1):(this.widgets.delete(e),!0):!1}unregisterBySource(e){for(let[n,r]of this.widgets.entries())r.source===e&&this.widgets.delete(n)}get(e){return this.widgets.get(e)?.widget}getRegistration(e){return this.widgets.get(e)}has(e){return this.widgets.has(e)}mount(e,n,r){let i=this.widgets.get(e);if(!i)throw new Error(`Widget not found: ${e}`);let o=`widget-mount-${++this.mountIdCounter}`;n.setAttribute("data-widget-mount-id",o),n.setAttribute("data-widget-id",e);let s=i.widget.mount(n,r);return this.mountedWidgets.set(o,{cleanup:s??void 0,container:n}),{widgetId:e,container:n,unmount:()=>{let l=this.mountedWidgets.get(o);l&&(l.cleanup?.(),this.mountedWidgets.delete(o),n.removeAttribute("data-widget-mount-id"),n.removeAttribute("data-widget-id"),n.innerHTML="")},update:l=>{if(i.widget.update)i.widget.update(n,l);else{let u=this.mountedWidgets.get(o);if(u){u.cleanup?.(),n.innerHTML="";let c=i.widget.mount(n,l);u.cleanup=c??void 0}}}}}list(){return Array.from(this.widgets.keys())}listRegistrations(){return Array.from(this.widgets.values())}getBySource(e){return Array.from(this.widgets.values()).filter(n=>n.source===e)}destroy(){for(let[e,n]of this.mountedWidgets.entries())n.cleanup?.(),n.container.innerHTML="";this.mountedWidgets.clear()}},bm=new Zc;function km(t){let{appId:e,runtime:n,isBuiltIn:r=!1}=t,i=`app:${e}:`,o=[],s=[],a=n.state.ns(`app:${e}`);return{appId:e,state:{get:u=>a.get(u),set:(u,c)=>a.set(u,c),remove:u=>a.remove(u)},telemetry:n.telemetry?{emit:(u,c)=>{n.events.publish(u,{...c,_appId:e})},getSessionId:()=>n.telemetry?.getSessionId?.()}:void 0,surfaces:{mount:(u,c,f)=>{let h=n.surfaces.mount(u,c,{...f,adaptiveId:e});return{unmount:()=>h.unmount(),update:g=>h.update(g)}},canMount:(u,c)=>n.surfaces.canMount(u,c)},events:{subscribe:u=>n.events.subscribe(c=>{u(c)}),publish:(u,c)=>{n.events.publish(u,{...c,_appId:e})}},registerAction:u=>{n.executors.register(u.kind,u.executor,u.schema,e,r),o.push(u.kind)},registerWidget:u=>{n.widgets.register(u.id,u.component,e,u.metadata),s.push(u.id)}}}function Cm(t,e){e.executors.unregisterBySource(t),e.widgets.unregisterBySource(t)}var Yc=class{constructor(){j(this,"apps",new Map);j(this,"eventListeners",new Set);j(this,"runtime",null)}bind(e){this.runtime=e}async unbind(){for(let[e,n]of this.apps)n.state==="active"&&await this.deactivate(e);this.runtime=null}register(e){if(!e.id||typeof e.id!="string")throw new Error("App manifest must have an 'id' property");if(!e.version||typeof e.version!="string")throw new Error("App manifest must have a 'version' property");if(!e.name||typeof e.name!="string")throw new Error("App manifest must have a 'name' property");if(this.apps.has(e.id)){if(this.apps.get(e.id).state==="active")throw new Error(`Cannot re-register active app: ${e.id}`);console.warn(`[AppRegistry] Overriding existing app registration: ${e.id}`)}let n={manifest:e,state:"registered",registeredAt:Date.now()};return this.apps.set(e.id,n),this.emit({type:"app:registered",appId:e.id,manifest:e}),n}async activate(e){let n=this.apps.get(e);if(!n)throw new Error(`App not registered: ${e}`);if(n.state==="active"){console.warn(`[AppRegistry] App already active: ${e}`);return}if(!this.runtime)throw new Error("AppRegistry not bound to a runtime. Call bind() first.");if(n.manifest.dependencies)for(let r of n.manifest.dependencies){let i=this.apps.get(r);if(!i||i.state!=="active")throw new Error(`App ${e} depends on ${r}, which is not active`)}n.state="activating";try{let r=n.manifest.metadata?.isBuiltIn===!0,i=km({appId:e,runtime:this.runtime,isBuiltIn:r}),{runtime:o}=n.manifest,s=[];if(o){if(o.actions)for(let a of o.actions)i.registerAction(a);if(o.widgets)for(let a of o.widgets)i.registerWidget(a);if(o.events)for(let a of o.events){let l=this.runtime.events.subscribe(u=>{if(a.names.includes(u.name)){let c={appId:e,state:i.state,telemetry:i.telemetry,surfaces:i.surfaces};try{a.handler(u,c)}catch(f){console.error(`[AppRegistry] Event handler error in ${e}:`,f)}}});s.push(l)}}n.cleanup=async()=>{for(let a of s)try{await a()}catch(l){console.error(`[AppRegistry] Cleanup error in ${e}:`,l)}Cm(e,this.runtime)},n.state="active",n.activatedAt=Date.now(),this.emit({type:"app:activated",appId:e})}catch(r){throw n.state="error",n.error=String(r),this.emit({type:"app:error",appId:e,error:String(r)}),r}}async deactivate(e){let n=this.apps.get(e);if(!n)throw new Error(`App not registered: ${e}`);if(n.state!=="active"){console.warn(`[AppRegistry] App not active: ${e}`);return}for(let[r,i]of this.apps)if(i.state==="active"&&i.manifest.dependencies?.includes(e))throw new Error(`Cannot deactivate ${e}: app ${r} depends on it`);n.state="deactivating";try{n.cleanup&&(await n.cleanup(),n.cleanup=void 0),n.state="inactive",this.emit({type:"app:deactivated",appId:e})}catch(r){throw n.state="error",n.error=String(r),this.emit({type:"app:error",appId:e,error:String(r)}),r}}async unregister(e){let n=this.apps.get(e);n&&(n.state==="active"&&await this.deactivate(e),this.apps.delete(e),this.emit({type:"app:unregistered",appId:e}))}get(e){return this.apps.get(e)}has(e){return this.apps.has(e)}isActive(e){return this.apps.get(e)?.state==="active"}list(){return Array.from(this.apps.values())}listActive(){return Array.from(this.apps.values()).filter(e=>e.state==="active")}listEditable(){return Array.from(this.apps.values()).filter(e=>e.manifest.editor!==void 0)}subscribe(e){return this.eventListeners.add(e),()=>{this.eventListeners.delete(e)}}emit(e){for(let n of this.eventListeners)try{n(e)}catch(r){console.error("[AppRegistry] Event listener error:",r)}}async destroy(){await this.unbind(),this.apps.clear(),this.eventListeners.clear()}},Em=new Yc;var b2=new Set(["overlays:highlight","overlays:pulse","overlays:badge","overlays:tooltip","overlays:modal","content:insertHtml","content:setText","content:setAttr","content:addClass","content:removeClass","content:setStyle","core:mountWidget","core:wait","core:sequence","core:parallel","core:tour"]),k2={navigation:"nav"};function tk(t){return k2[t]??t}function nk(t){return b2.has(t)}function rk(t){if(nk(t))return null;let e=t.indexOf(":");return e===-1?null:tk(t.slice(0,e))}function ik(t){let e=t.indexOf(":");return e===-1?null:tk(t.slice(0,e))}function Am(t){let{cdnBase:e,registry:n,timeout:r=1e4,onLoadStart:i,onLoadEnd:o}=t,s=new Map,a=new Set;function l(v){return`${e}/adaptives/${v}/index.js`}async function u(v){if(n.has(v))return{appId:v,success:!0,manifest:n.get(v)?.manifest};if(s.has(v))return s.get(v);let _=(async()=>{i?.(v);try{let x=l(v);if(a.has(x)){let y=n.get(v);if(y)return o?.(v,!0),{appId:v,success:!0,manifest:y.manifest}}let d=new Promise((y,w)=>{setTimeout(()=>w(new Error(`Timeout loading app: ${v}`)),r)}),p=c(x,v);await Promise.race([p,d]),a.add(x);let m=n.get(v);if(!m)throw new Error(`App ${v} did not register after loading`);return o?.(v,!0),{appId:v,success:!0,manifest:m.manifest}}catch(x){let d=x instanceof Error?x.message:String(x);return o?.(v,!1,d),{appId:v,success:!1,error:d}}finally{s.delete(v)}})();return s.set(v,_),_}async function c(v,_){if(typeof window<"u"){try{let x=await import(v);x.manifest?n.register(x.manifest):x.default?.manifest?n.register(x.default.manifest):x.default&&n.register(x.default);return}catch{}return new Promise((x,d)=>{let p=document.createElement("script");p.src=v,p.async=!0,p.onload=()=>{n.get(_)?x():d(new Error(`App ${_} did not self-register`))},p.onerror=()=>{d(new Error(`Failed to load app script: ${v}`))},document.head.appendChild(p)})}throw new Error("Dynamic app loading not supported in SSR")}function f(v){let _=new Set;if(v.apps)for(let x of v.apps)_.add(x);if(v.actions)for(let x of v.actions){let d=rk(x.kind);if(d&&_.add(d),x.kind==="core:mountWidget"){let p=x.widget?.widgetId;if(p){let m=ik(p);m&&_.add(m)}}}return Array.from(_)}async function h(v){let _=f(v);return _.length===0?[]:await Promise.all(_.map(d=>u(d)))}async function g(v){return Promise.all(v.map(_=>u(_)))}return{loadApp:u,loadAppsForConfig:h,preloadApps:g,getRequiredApps:f,getAppUrl:l}}var Ga=null;function sk(){if(Ga&&document.body.contains(Ga))return Ga;let t=document.getElementById("syntro-overlays");return t||(t=document.createElement("div"),t.id="syntro-overlays",Object.assign(t.style,{position:"fixed",inset:"0",zIndex:"2147483647",pointerEvents:"none"}),document.body.appendChild(t)),Ga=t,C2(),Ga}var ok=!1;function C2(){if(ok)return;let t=`
142
+ </div>`);let o=Wb(n,e.overlayRoot,{html:i,placement:t.placement??"top",trigger:t.trigger??"immediate",onAction:s=>{if(s==="cta"&&r.cta)e.publishEvent("action.cta_clicked",{anchorId:t.anchorId,ctaLabel:r.cta.label});else if(r.ctaButtons){let a=r.ctaButtons.find(l=>l.actionId===s);a&&e.publishEvent("action.tooltip_cta_clicked",{anchorId:t.anchorId,actionId:s,label:a.label})}}});return e.publishEvent("action.applied",{id:e.generateId(),kind:"overlays:tooltip",anchorId:t.anchorId,trigger:t.trigger??"immediate"}),{cleanup:()=>{o.destroy()}}},lm=[{kind:"overlays:highlight",executor:qb},{kind:"overlays:pulse",executor:Kb},{kind:"overlays:badge",executor:Gb},{kind:"overlays:tooltip",executor:Zb},{kind:"overlays:modal",executor:rm}],e2={id:"adaptive-overlays",version:"1.0.0",name:"Overlays",description:"Tooltips, highlights, badges, modals, and visual overlays",executors:lm};var um="syntro_active_tour",qu=new Map;function t2(t){try{let e=localStorage.getItem(um);if(!e)return null;let n=JSON.parse(e);return n.tourId!==t?null:n}catch{return null}}function cm(t){try{localStorage.setItem(um,JSON.stringify(t))}catch{}}function n2(){try{localStorage.removeItem(um)}catch{}}function Wa(){return window.location.pathname}function r2(t){if(!t.route)return!0;let e=Wa();return t.route.includes("*")?new RegExp(`^${t.route.replace(/\*/g,".*")}$`).test(e):e===t.route}var dm=async(t,e)=>{let{tourId:n,steps:r,startStep:i,autoStart:o=!0}=t;if(r.length===0)throw new Error(`Tour "${n}" has no steps`);if(qu.has(n))return{cleanup:async()=>{let m=qu.get(n);m&&await m.cleanup()}};if(!e.applyAction)throw new Error("Tour executor requires applyAction in context");let s=t2(n),a=!!s;if(!a&&!o)return{cleanup:()=>{}};s||(s={tourId:n,currentStepId:i||r[0].id,startedAt:Date.now()},cm(s));let l=r.findIndex(m=>m.id===s.currentStepId);if(l===-1){let m=i||r[0].id;l=r.findIndex(y=>y.id===m),l===-1&&(l=0),s.currentStepId=r[l].id,cm(s)}let c=r[l];if(!r2(c))return e.publishEvent("tour.waiting_for_route",{tourId:n,stepId:c.id,expectedRoute:c.route,currentRoute:Wa()}),{cleanup:()=>{}};let u=!1,f=null,h=null,g=null,v=async()=>{h&&(h(),h=null),f&&f.isApplied()&&(await f.revert(),f=null)},_=async m=>{if(u)return;if(await v(),m==="end"){n2(),e.publishEvent("tour.completed",{tourId:n,totalSteps:r.length}),u=!0;return}let y=r.find(w=>w.id===m);if(!y){console.error(`[Tour] Step "${m}" not found`);return}if(s.currentStepId=m,cm(s),e.publishEvent("tour.step_changed",{tourId:n,previousStepId:c.id,nextStepId:m}),y.route&&y.route!==Wa()){e.publishEvent("tour.awaiting_navigation",{tourId:n,stepId:m,targetRoute:y.route});return}await x(y)},x=async m=>{if(!u){e.publishEvent("tour.step_started",{tourId:n,stepId:m.id,stepIndex:r.findIndex(y=>y.id===m.id),totalSteps:r.length});try{f=await e.applyAction(m.action)}catch(y){console.error(`[Tour] Failed to execute step "${m.id}":`,y),e.publishEvent("tour.step_failed",{tourId:n,stepId:m.id,error:String(y)});return}if(m.onAction&&e.subscribeEvent){h=e.subscribeEvent("action.modal_cta_clicked",b=>{let k=b?.actionId;if(k&&m.onAction){let C=m.onAction[k];C&&_(C)}});let y=e.subscribeEvent("action.tooltip_cta_clicked",b=>{let k=b?.actionId;if(k&&m.onAction){let C=m.onAction[k];C&&_(C)}}),w=h;h=()=>{w(),y()}}}};g=(()=>{let m=Wa(),y=()=>{let k=Wa();k!==m&&(m=k,e.publishEvent("tour.route_changed",{tourId:n,newRoute:k}))};window.addEventListener("popstate",y);let w=history.pushState.bind(history),b=history.replaceState.bind(history);return history.pushState=(...k)=>{w(...k),y()},history.replaceState=(...k)=>{b(...k),y()},()=>{window.removeEventListener("popstate",y),history.pushState=w,history.replaceState=b}})(),a?e.publishEvent("tour.resumed",{tourId:n,stepId:s.currentStepId}):e.publishEvent("tour.started",{tourId:n,totalSteps:r.length,startStepId:s.currentStepId}),await x(c);let p=async()=>{u=!0,qu.delete(n),await v(),g&&g(),e.publishEvent("tour.paused",{tourId:n,stepId:s.currentStepId})};return qu.set(n,{cleanup:p}),{cleanup:p}};var Ku=class{constructor(){j(this,"executors",new Map);for(let{kind:e,executor:n}of nm)this.registerCore(e,n);for(let{kind:e,executor:n}of lm)this.registerCore(e,n);this.registerCore("core:mountWidget",async()=>{throw new Error("core:mountWidget must be handled by ActionEngine")}),this.registerCore("core:tour",dm)}registerCore(e,n,r){this.executors.set(e,{kind:e,executor:n,schema:r,source:"core",isBuiltIn:!0})}register(e,n,r,i="custom",o=!1){if(this.executors.has(e)){if(this.executors.get(e).isBuiltIn)throw new Error(`Cannot override built-in executor: ${e}`);console.warn(`[ExecutorRegistry] Overriding executor for kind: ${e}`)}this.executors.set(e,{kind:e,executor:n,schema:r,source:i,isBuiltIn:o})}unregister(e){let n=this.executors.get(e);return n?n.isBuiltIn?(console.warn(`[ExecutorRegistry] Cannot unregister built-in executor: ${e}`),!1):(this.executors.delete(e),!0):!1}unregisterBySource(e){for(let[n,r]of this.executors.entries())r.source===e&&this.executors.delete(n)}get(e){return this.executors.get(e)?.executor}getRegistration(e){return this.executors.get(e)}has(e){return this.executors.has(e)}validate(e){let n=[];if(!e||typeof e!="object")return n.push({code:"INVALID_ACTION",message:"Action must be an object"}),{valid:!1,errors:n,warnings:[]};let{kind:r}=e;if(!r||typeof r!="string")return n.push({code:"MISSING_KIND",message:"Action must have a 'kind' property"}),{valid:!1,errors:n,warnings:[]};let i=this.executors.get(r);if(!i)return n.push({code:"UNKNOWN_KIND",message:`Unknown action kind: ${r}`,field:"kind"}),{valid:!1,errors:n,warnings:[]};if(i.schema){let o=i.schema.safeParse(e);if(!o.success){for(let s of o.error.issues)n.push({code:"SCHEMA_VALIDATION_ERROR",message:s.message,field:s.path.join(".")});return{valid:!1,errors:n,warnings:[]}}}return{valid:!0,errors:[],warnings:[]}}list(){return Array.from(this.executors.keys())}listRegistrations(){return Array.from(this.executors.values())}getBuiltInKinds(){return Array.from(this.executors.entries()).filter(([,e])=>e.isBuiltIn).map(([e])=>e)}getCustomKinds(){return Array.from(this.executors.entries()).filter(([,e])=>!e.isBuiltIn).map(([e])=>e)}},Ui=new Ku;function i2(t){return Ui.get(t)}function fm(t){return Ui.has(t)}var o2=["overlays:highlight","overlays:pulse","overlays:badge","overlays:tooltip","overlays:modal","content:insertHtml","content:setText","content:setAttr","content:addClass","content:removeClass","content:setStyle","core:mountWidget","core:wait","core:sequence","core:parallel","core:tour","navigation:scrollTo","navigation:navigate"],s2=new Set(["onclick","onerror","onload","onmouseover","onfocus","onblur","onchange","onsubmit","onkeydown","onkeyup","onkeypress"]),Yb=5e4,Xb=50;function ei(t){let e=[],n=[];if(!t||typeof t!="object")return e.push({code:"INVALID_ACTION",message:"Action must be an object"}),{valid:!1,errors:e,warnings:n};let{kind:r}=t;if(!r||typeof r!="string")return e.push({code:"MISSING_KIND",message:"Action must have a 'kind' property"}),{valid:!1,errors:e,warnings:n};if(!o2.includes(r))return e.push({code:"UNKNOWN_KIND",message:`Unknown action kind: ${r}`,field:"kind"}),{valid:!1,errors:e,warnings:n};switch(!fm(r)&&r!=="core:mountWidget"&&e.push({code:"NO_EXECUTOR",message:`No executor registered for action kind: ${r}`,field:"kind"}),r){case"overlays:highlight":case"overlays:pulse":case"navigation:scrollTo":Jr(t,e,n);break;case"overlays:badge":Jr(t,e,n),a2(t,e,n);break;case"overlays:tooltip":Jr(t,e,n),l2(t,e,n);break;case"overlays:modal":_2(t,e,n);break;case"content:insertHtml":Jr(t,e,n),c2(t,e,n);break;case"content:setText":Jr(t,e,n),u2(t,e,n);break;case"content:setAttr":Jr(t,e,n),d2(t,e,n);break;case"content:addClass":case"content:removeClass":Jr(t,e,n),f2(t,e,n);break;case"content:setStyle":Jr(t,e,n),p2(t,e,n);break;case"core:mountWidget":h2(t,e,n);break;case"core:wait":g2(t,e,n);break;case"core:sequence":m2(t,e,n);break;case"core:parallel":v2(t,e,n);break;case"core:tour":w2(t,e,n);break;case"navigation:navigate":y2(t,e,n);break}return{valid:e.length===0,errors:e,warnings:n}}function Jr(t,e,n){!t.anchorId||typeof t.anchorId!="string"?e.push({code:"MISSING_ANCHOR_ID",message:"Action requires an 'anchorId' property",field:"anchorId"}):t.anchorId.length>200&&n.push({code:"LONG_ANCHOR_ID",message:"Anchor ID is unusually long",suggestion:"Consider using a shorter, more descriptive ID"})}function a2(t,e,n){!t.content||typeof t.content!="string"?e.push({code:"MISSING_CONTENT",message:"Badge action requires 'content' property",field:"content"}):t.content.length>100&&n.push({code:"LONG_BADGE_CONTENT",message:"Badge content is quite long",suggestion:"Keep badge content short (under 100 characters)"})}function l2(t,e,n){if(!t.content||typeof t.content!="object"){e.push({code:"MISSING_CONTENT",message:"Tooltip action requires 'content' object",field:"content"});return}(!t.content.body||typeof t.content.body!="string")&&e.push({code:"MISSING_BODY",message:"Tooltip content requires 'body' property",field:"content.body"})}function c2(t,e,n){!t.html||typeof t.html!="string"?e.push({code:"MISSING_HTML",message:"insertHtml action requires 'html' property",field:"html"}):t.html.length>Yb&&e.push({code:"HTML_TOO_LONG",message:`HTML content exceeds maximum length of ${Yb}`,field:"html"});let r=["before","after","prepend","append","replace"];(!t.position||!r.includes(t.position))&&e.push({code:"INVALID_POSITION",message:`Position must be one of: ${r.join(", ")}`,field:"position"})}function u2(t,e,n){(t.text===void 0||t.text===null)&&e.push({code:"MISSING_TEXT",message:"setText action requires 'text' property",field:"text"})}function d2(t,e,n){!t.attr||typeof t.attr!="string"?e.push({code:"MISSING_ATTR",message:"setAttr action requires 'attr' property",field:"attr"}):(s2.has(t.attr.toLowerCase())||t.attr.toLowerCase().startsWith("on"))&&e.push({code:"DANGEROUS_ATTR",message:`Event handler attributes are not allowed: ${t.attr}`,field:"attr"}),(t.value===void 0||t.value===null)&&e.push({code:"MISSING_VALUE",message:"setAttr action requires 'value' property",field:"value"})}function f2(t,e,n){!t.className||typeof t.className!="string"?e.push({code:"MISSING_CLASS_NAME",message:"Class action requires 'className' property",field:"className"}):/^[a-zA-Z_-][a-zA-Z0-9_-]*$/.test(t.className)||n.push({code:"INVALID_CLASS_NAME",message:"Class name contains unusual characters",suggestion:"Use alphanumeric characters, hyphens, and underscores"})}function p2(t,e,n){if(!t.styles||typeof t.styles!="object")e.push({code:"MISSING_STYLES",message:"setStyle action requires 'styles' object",field:"styles"});else{let r=Object.keys(t.styles).length;r>Xb&&e.push({code:"TOO_MANY_STYLES",message:`Too many styles (${r}). Maximum is ${Xb}`,field:"styles"});for(let[i,o]of Object.entries(t.styles))typeof o=="string"&&o.includes("expression(")&&e.push({code:"DANGEROUS_STYLE",message:`Style expressions are not allowed: ${i}`,field:`styles.${i}`})}}function h2(t,e,n){(!t.slot||typeof t.slot!="string")&&e.push({code:"MISSING_SLOT",message:"mountWidget action requires 'slot' property",field:"slot"}),!t.widget||typeof t.widget!="object"?e.push({code:"MISSING_WIDGET",message:"mountWidget action requires 'widget' object",field:"widget"}):(!t.widget.widgetId||typeof t.widget.widgetId!="string")&&e.push({code:"MISSING_WIDGET_ID",message:"Widget must have a 'widgetId' property",field:"widget.widgetId"})}function g2(t,e,n){t.durationMs===void 0&&!t.event&&e.push({code:"MISSING_WAIT_CONFIG",message:"wait action requires either 'durationMs' or 'event' property"}),t.durationMs!==void 0&&t.durationMs<0&&e.push({code:"INVALID_DURATION",message:"durationMs must be a positive number",field:"durationMs"}),t.event!==void 0&&typeof t.event!="string"&&e.push({code:"INVALID_EVENT",message:"event must be a string",field:"event"})}function m2(t,e,n){if(!t.actions||!Array.isArray(t.actions)){e.push({code:"MISSING_ACTIONS",message:"sequence action requires 'actions' array",field:"actions"});return}t.actions.length===0&&n.push({code:"EMPTY_SEQUENCE",message:"sequence has no actions",suggestion:"Add at least one action to the sequence"});for(let r=0;r<t.actions.length;r++){let i=ei(t.actions[r]);for(let o of i.errors)e.push({...o,field:`actions[${r}]${o.field?`.${o.field}`:""}`});for(let o of i.warnings)n.push(o)}}function v2(t,e,n){if(!t.actions||!Array.isArray(t.actions)){e.push({code:"MISSING_ACTIONS",message:"parallel action requires 'actions' array",field:"actions"});return}t.actions.length===0&&n.push({code:"EMPTY_PARALLEL",message:"parallel has no actions",suggestion:"Add at least one action to the parallel group"}),t.waitFor&&!["all","any"].includes(t.waitFor)&&e.push({code:"INVALID_WAIT_FOR",message:"waitFor must be 'all' or 'any'",field:"waitFor"});for(let r=0;r<t.actions.length;r++){let i=ei(t.actions[r]);for(let o of i.errors)e.push({...o,field:`actions[${r}]${o.field?`.${o.field}`:""}`});for(let o of i.warnings)n.push(o)}}function y2(t,e,n){if(!t.url||typeof t.url!="string")e.push({code:"MISSING_URL",message:"navigate action requires 'url' property",field:"url"});else{let r=t.url.trim().toLowerCase();r.startsWith("javascript:")&&e.push({code:"DANGEROUS_URL",message:"javascript: URLs are not allowed",field:"url"}),r.startsWith("data:")&&n.push({code:"DATA_URL",message:"data: URLs may have limited support",suggestion:"Consider using a regular URL instead"})}}function _2(t,e,n){if(!t.content||typeof t.content!="object"){e.push({code:"MISSING_CONTENT",message:"Modal action requires 'content' object",field:"content"});return}if((!t.content.body||typeof t.content.body!="string")&&e.push({code:"MISSING_BODY",message:"Modal content requires 'body' property",field:"content.body"}),t.size&&!["sm","md","lg"].includes(t.size)&&e.push({code:"INVALID_SIZE",message:"Modal size must be 'sm', 'md', or 'lg'",field:"size"}),t.ctaButtons)if(!Array.isArray(t.ctaButtons))e.push({code:"INVALID_CTA_BUTTONS",message:"ctaButtons must be an array",field:"ctaButtons"});else for(let r=0;r<t.ctaButtons.length;r++){let i=t.ctaButtons[r];(!i.label||typeof i.label!="string")&&e.push({code:"MISSING_BUTTON_LABEL",message:`CTA button at index ${r} requires 'label' property`,field:`ctaButtons[${r}].label`}),(!i.actionId||typeof i.actionId!="string")&&e.push({code:"MISSING_BUTTON_ACTION_ID",message:`CTA button at index ${r} requires 'actionId' property`,field:`ctaButtons[${r}].actionId`})}}function w2(t,e,n){if((!t.tourId||typeof t.tourId!="string")&&e.push({code:"MISSING_TOUR_ID",message:"Tour action requires 'tourId' property",field:"tourId"}),!t.steps||!Array.isArray(t.steps)){e.push({code:"MISSING_STEPS",message:"Tour action requires 'steps' array",field:"steps"});return}t.steps.length===0&&e.push({code:"EMPTY_STEPS",message:"Tour must have at least one step",field:"steps"});let r=new Set;for(let i=0;i<t.steps.length;i++){let o=t.steps[i];if(!o.id||typeof o.id!="string"?e.push({code:"MISSING_STEP_ID",message:`Step at index ${i} requires 'id' property`,field:`steps[${i}].id`}):(r.has(o.id)&&e.push({code:"DUPLICATE_STEP_ID",message:`Duplicate step ID: ${o.id}`,field:`steps[${i}].id`}),r.add(o.id)),!o.action)e.push({code:"MISSING_STEP_ACTION",message:`Step at index ${i} requires 'action' property`,field:`steps[${i}].action`});else{let s=ei(o.action);for(let a of s.errors)e.push({...a,field:`steps[${i}].action${a.field?`.${a.field}`:""}`});for(let a of s.warnings)n.push(a)}if(o.onAction)for(let[s,a]of Object.entries(o.onAction))a!=="end"&&!t.steps.some(l=>l.id===a)&&n.push({code:"UNKNOWN_TARGET_STEP",message:`Step "${o.id}" references unknown target step: ${a}`,suggestion:`Make sure step "${a}" exists in the tour`})}}function pm(t){let e=[],n=[];if(!Array.isArray(t))return e.push({code:"INVALID_ACTIONS",message:"Actions must be an array"}),{valid:!1,errors:e,warnings:n};for(let r=0;r<t.length;r++){let i=ei(t[r]);for(let o of i.errors)e.push({...o,field:o.field?`[${r}].${o.field}`:`[${r}]`});for(let o of i.warnings)n.push({...o,suggestion:o.suggestion?`Action ${r}: ${o.suggestion}`:void 0})}return{valid:e.length===0,errors:e,warnings:n}}var x2=0;function hm(t){let{overlayRoot:e,eventBus:n,surfaces:r,anchorResolver:i,adaptiveId:o,executorRegistry:s=Ui}=t,a=new Map;function l(){return`action-${++x2}`}function c(d,p){n&&n.publish(d,p)}function u(){return{overlayRoot:e,resolveAnchor:i,generateId:l,publishEvent:c,adaptiveId:o,applyAction:h,subscribeEvent:n?(d,p)=>n.subscribe({names:[d]},m=>p(m.props)):void 0}}async function f(d,p){if(!r)throw new Error("Surfaces provider required for core:mountWidget actions");let m=r.mount(d.slot,{type:"widget",widgetId:d.widget.widgetId,config:d.widget.props},{priority:d.widget.priority});return p.publishEvent("action.applied",{id:p.generateId(),kind:"core:mountWidget",slot:d.slot,widgetId:d.widget.widgetId}),{cleanup:()=>{m.unmount()},updateFn:y=>{if("widget"in y&&y.widget){let w=y.widget;w.props&&m.update({type:"widget",widgetId:d.widget.widgetId,config:w.props})}}}}async function h(d){let p=ei(d);if(!p.valid){let C=p.errors.map(I=>I.message).join("; ");throw new Error(`Action validation failed: ${C}`)}let m=l(),y=u(),w;if(d.kind==="core:mountWidget")w=await f(d,y);else{let C=s.get(d.kind);if(!C)throw new Error(`No executor for action kind: ${d.kind}`);w=await C(d,y)}let b={id:m,action:d,adaptiveId:o,appliedTs:Date.now(),state:"applied",cleanup:w.cleanup,updateFn:w.updateFn};return a.set(m,b),c("action.applied",{id:m,kind:d.kind,anchorId:"anchorId"in d?d.anchorId:void 0}),{id:m,action:d,async revert(){let C=a.get(m);if(!(!C||C.state!=="applied"))try{await C.cleanup(),C.state="reverted",c("action.reverted",{id:m,kind:d.kind})}catch(I){throw C.state="failed",c("action.failed",{id:m,kind:d.kind,error:String(I)}),I}finally{a.delete(m)}},isApplied(){return a.get(m)?.state==="applied"},async update(C){let I=a.get(m);if(!I||I.state!=="applied")throw new Error("Cannot update action that is not applied");if(I.updateFn)await I.updateFn(C);else throw new Error(`Action kind ${d.kind} does not support updates`)},getState(){return a.get(m)?.state??"reverted"}}}async function g(d){let p=pm(d);if(!p.valid){let k=p.errors.map(C=>C.message).join("; ");throw new Error(`Batch validation failed: ${k}`)}let m=l(),y=[],w=[];try{for(let k of d){let C=await h(k);y.push(C),w.push(C)}}catch(k){for(let C of w)try{await C.revert()}catch{}throw k}return{id:m,handles:y,async revertAll(){for(let k=y.length-1;k>=0;k--)try{await y[k].revert()}catch(C){console.error(`[ActionEngine] Error reverting action ${y[k].id}:`,C)}},isApplied(){return y.every(k=>k.isApplied())}}}function v(d){return ei(d)}function _(){return Array.from(a.values()).map(d=>({id:d.id,action:d.action,adaptiveId:d.adaptiveId,appliedTs:d.appliedTs,state:d.state}))}function x(){for(let d of a.values())if(d.state==="applied")try{d.cleanup()}catch(p){console.error("[ActionEngine] Error during cleanup:",p)}a.clear()}return{apply:h,applyBatch:g,validate:v,getActive:_,destroy:x}}function Qb(t){if(typeof window.Sanitizer=="function")try{let l=new window.Sanitizer({}).sanitizeToFragment(t),c=document.createElement("div");return c.append(l),c.innerHTML}catch{}let n=document.createElement("template");n.innerHTML=t;let r=n.content,i=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]),s=[];for(;i.nextNode();){let a=i.currentNode,l=a.tagName.toLowerCase();if(!o.has(l)){s.push(a);continue}for(let c of Array.from(a.attributes)){let u=c.name.toLowerCase(),f=c.value.trim().toLowerCase(),h=u.startsWith("on"),g=(u==="href"||u==="src")&&f.startsWith("javascript:");(h||g)&&a.removeAttribute(c.name)}}for(let a of s){for(;a.firstChild;)a.parentNode?.insertBefore(a.firstChild,a);a.remove()}return n.innerHTML=(r.firstChild,n.innerHTML)}function qa(t){return t.startsWith("inline:")?"inline":t.startsWith("adjacent:")?"adjacent":"static"}function Gu(t){return t.startsWith("inline:")?t.slice(7):t.startsWith("adjacent:")?t.slice(9):null}var Jb={drawer_right:{position:"fixed",top:"0",right:"0",bottom:"0",width:"360px",maxWidth:"90vw"},drawer_left:{position:"fixed",top:"0",left:"0",bottom:"0",width:"360px",maxWidth:"90vw"},drawer_bottom:{position:"fixed",left:"0",right:"0",bottom:"0",maxHeight:"50vh"},overlay_center:{position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",maxWidth:"90vw",maxHeight:"90vh"},overlay_corner_br:{position:"fixed",bottom:"16px",right:"16px",maxWidth:"400px",maxHeight:"80vh"},overlay_corner_bl:{position:"fixed",bottom:"16px",left:"16px",maxWidth:"400px",maxHeight:"80vh"},toast_top:{position:"fixed",top:"16px",left:"50%",transform:"translateX(-50%)",maxWidth:"90vw"},toast_bottom:{position:"fixed",bottom:"16px",left:"50%",transform:"translateX(-50%)",maxWidth:"90vw"}},Ka={fade:[{opacity:0},{opacity:1}],slide:[{opacity:0,transform:"translateY(10px)"},{opacity:1,transform:"translateY(0)"}],scale:[{opacity:0,transform:"scale(0.95)"},{opacity:1,transform:"scale(1)"}],none:[]},ek={duration:200,easing:"cubic-bezier(0.16, 1, 0.3, 1)",fill:"forwards"};function gm(t,e,n){let r=Jb[e];Object.assign(t.style,r),n&&(n.maxWidth&&(t.style.maxWidth=n.maxWidth),n.maxHeight&&(t.style.maxHeight=n.maxHeight),n.minWidth&&(t.style.minWidth=n.minWidth),n.minHeight&&(t.style.minHeight=n.minHeight))}function mm(t,e,n){let r=n.placement==="auto"?"bottom":n.placement,i=[Hu(n.offset?{mainAxis:n.offset.y,crossAxis:n.offset.x}:8)];return n.flip!==!1&&i.push(Uu()),n.shift!==!1&&i.push(ju({padding:8})),t.style.position="absolute",t.style.zIndex="2147483646",zu(e,t,async()=>{let{x:s,y:a,strategy:l}=await Wu(e,t,{placement:r,middleware:i});Object.assign(t.style,{position:l,left:`${s}px`,top:`${a}px`})})}function vm(t,e,n="append"){return t.style.position="relative",t.style.display="inline-block",n==="prepend"?e.insertBefore(t,e.firstChild):e.appendChild(t),()=>{t.remove()}}function ym(t,e){return e==="none"||Ka[e].length===0?null:t.animate(Ka[e],ek)}function _m(t,e){if(e==="none"||Ka[e].length===0)return Promise.resolve();let n=[...Ka[e]].reverse(),r=t.animate(n,ek);return new Promise(i=>{r.onfinish=()=>i(),r.oncancel=()=>i()})}function wm(t,e){let n=document.createElement("div");return n.setAttribute("data-syntro-surface",t),n.setAttribute("data-syntro-mount-id",e),n.className="syntro-surface",Object.assign(n.style,{pointerEvents:"auto",boxSizing:"border-box",overflow:"auto"}),n}function xm(t){switch(qa(t)){case"static":return t.startsWith("drawer")?2147483640:t.startsWith("overlay")?2147483642:t.startsWith("toast")?2147483644:2147483640;case"inline":return 1;case"adjacent":return 2147483638;default:return 2147483640}}var S2=0;function Sm(t){let{overlayRoot:e,eventBus:n,anchorResolver:r,defaultAnimation:i="fade",widgetRegistry:o}=t,s=new Map,a=new Map,l=new Map;function c(){return`mount-${++S2}`}function u(y,w){n&&n.publish(y,w)}function f(y){let w=l.get(y);if(w){let b=x(y);for(let k of w)try{k(b)}catch(C){console.error("[Surfaces] State callback error:",C)}}}let h=new Map;function g(y,w,b){switch(w.type){case"html":y.innerHTML=Qb(w.content);return;case"widget":{if(o&&o.has(w.widgetId)){let k=o.mount(w.widgetId,y,w.config);return b&&h.set(b,k),()=>{k.unmount(),b&&h.delete(b)}}console.warn(`[Surfaces] Widget not found: ${w.widgetId}`),y.innerHTML=`<div data-widget-id="${w.widgetId}" data-widget-missing="true">Widget: ${w.widgetId}</div>`;return}case"custom":return w.mount(y);case"react":y.innerHTML="<div data-react-component>React Component</div>";return;default:console.warn("[Surfaces] Unknown content type");return}}function v(y,w,b){let k=c(),C=qa(y),I=b?.priority??0,A=b?.animation??i,H=b?.exclusive??!0,K=s.get(y);if(K&&H){if(K.options.priority>I)throw new Error(`Slot ${y} is occupied by higher priority content (${K.options.priority} > ${I})`);_(K)}let Y=wm(y,k);Y.style.zIndex=String(xm(y));let W;if(C==="static")gm(Y,y,b?.constraints),e.appendChild(Y);else if(C==="inline"){let B=Gu(y);if(!B)throw new Error(`Invalid inline slot: ${y}`);if(!r)throw new Error("Anchor resolver required for inline slots");let Z=r(B);if(!Z)throw new Error(`Anchor not found for inline slot: ${B}`);W=vm(Y,Z)}else if(C==="adjacent"){let B=Gu(y);if(!B)throw new Error(`Invalid adjacent slot: ${y}`);if(!r)throw new Error("Anchor resolver required for adjacent slots");let Z=r(B);if(!Z)throw new Error(`Anchor not found for adjacent slot: ${B}`);e.appendChild(Y),W=mm(Y,Z,b?.position??{placement:"bottom"})}let le=g(Y,w,k);ym(Y,A);let V={id:k,slot:y,content:w,options:{priority:I,exclusive:H,animation:A,position:b?.position??{placement:"auto"},constraints:b?.constraints??{},adaptiveId:b?.adaptiveId,autoUnmountOnRouteChange:b?.autoUnmountOnRouteChange??!0},container:Y,cleanup:()=>{W?.(),le?.()},mountedAt:Date.now()};return s.set(y,V),a.set(y,(a.get(y)??0)+1),u("surface.mounted",{slot:y,id:k,adaptiveId:b?.adaptiveId}),f(y),{id:k,update(B){let Z=s.get(y);if(!Z||Z.id!==k)throw new Error("Mount no longer active");let ct=h.get(k);if(ct){if(B.type==="widget"){ct.update(B.config),Z.content=B;return}ct.unmount(),h.delete(k)}Z.container.innerHTML="";let An=g(Z.container,B,k);if(Z.content=B,An){let He=Z.cleanup;Z.cleanup=()=>{He?.(),An()}}},setOptions(B){let Z=s.get(y);if(!Z||Z.id!==k)throw new Error("Mount no longer active");B.priority!==void 0&&(Z.options.priority=B.priority),B.animation!==void 0&&(Z.options.animation=B.animation),B.constraints&&C==="static"&&(B.constraints.maxWidth&&(Z.container.style.maxWidth=B.constraints.maxWidth),B.constraints.maxHeight&&(Z.container.style.maxHeight=B.constraints.maxHeight),B.constraints.minWidth&&(Z.container.style.minWidth=B.constraints.minWidth),B.constraints.minHeight&&(Z.container.style.minHeight=B.constraints.minHeight)),f(y)},async unmount(){let B=s.get(y);!B||B.id!==k||await _(B)},isMounted(){return s.get(y)?.id===k},getContainer(){let B=s.get(y);return B?.id===k?B.container:null}}}async function _(y){await _m(y.container,y.options.animation),y.cleanup?.(),y.container.remove(),s.delete(y.slot),u("surface.unmounted",{slot:y.slot,id:y.id}),f(y.slot)}function x(y){let w=s.get(y);return{slot:y,occupied:!!w,currentPriority:w?.options.priority,currentAdaptiveId:w?.options.adaptiveId,mountCount:a.get(y)??0,currentMountId:w?.id}}function d(y,w){let b=l.get(y);return b||(b=new Set,l.set(y,b)),b.add(w),()=>{b?.delete(w),b?.size===0&&l.delete(y)}}function p(y,w){let b=s.get(y);return b?w!==void 0?w>=b.options.priority:!1:!0}function m(){for(let y of s.values())try{y.cleanup?.(),y.container.remove()}catch(w){console.error("[Surfaces] Error during cleanup:",w)}s.clear(),l.clear()}return{mount:v,getState:x,onStateChange:d,canMount:p,destroy:m}}var Zu=class{constructor(){j(this,"widgets",new Map);j(this,"mountedWidgets",new Map);j(this,"mountIdCounter",0)}register(e,n,r="custom",i){if(this.widgets.has(e)){if(this.widgets.get(e).source==="built-in")throw new Error(`Cannot override built-in widget: ${e}`);console.warn(`[WidgetRegistry] Overriding widget: ${e}`)}this.widgets.set(e,{id:e,widget:n,source:r,metadata:i})}unregister(e){let n=this.widgets.get(e);return n?n.source==="built-in"?(console.warn(`[WidgetRegistry] Cannot unregister built-in widget: ${e}`),!1):(this.widgets.delete(e),!0):!1}unregisterBySource(e){for(let[n,r]of this.widgets.entries())r.source===e&&this.widgets.delete(n)}get(e){return this.widgets.get(e)?.widget}getRegistration(e){return this.widgets.get(e)}has(e){return this.widgets.has(e)}mount(e,n,r){let i=this.widgets.get(e);if(!i)throw new Error(`Widget not found: ${e}`);let o=`widget-mount-${++this.mountIdCounter}`;n.setAttribute("data-widget-mount-id",o),n.setAttribute("data-widget-id",e);let s=i.widget.mount(n,r);return this.mountedWidgets.set(o,{cleanup:s??void 0,container:n}),{widgetId:e,container:n,unmount:()=>{let l=this.mountedWidgets.get(o);l&&(l.cleanup?.(),this.mountedWidgets.delete(o),n.removeAttribute("data-widget-mount-id"),n.removeAttribute("data-widget-id"),n.innerHTML="")},update:l=>{if(i.widget.update)i.widget.update(n,l);else{let c=this.mountedWidgets.get(o);if(c){c.cleanup?.(),n.innerHTML="";let u=i.widget.mount(n,l);c.cleanup=u??void 0}}}}}list(){return Array.from(this.widgets.keys())}listRegistrations(){return Array.from(this.widgets.values())}getBySource(e){return Array.from(this.widgets.values()).filter(n=>n.source===e)}destroy(){for(let[e,n]of this.mountedWidgets.entries())n.cleanup?.(),n.container.innerHTML="";this.mountedWidgets.clear()}},bm=new Zu;function km(t){let{appId:e,runtime:n,isBuiltIn:r=!1}=t,i=`app:${e}:`,o=[],s=[],a=n.state.ns(`app:${e}`);return{appId:e,state:{get:c=>a.get(c),set:(c,u)=>a.set(c,u),remove:c=>a.remove(c)},telemetry:n.telemetry?{emit:(c,u)=>{n.events.publish(c,{...u,_appId:e})},getSessionId:()=>n.telemetry?.getSessionId?.()}:void 0,surfaces:{mount:(c,u,f)=>{let h=n.surfaces.mount(c,u,{...f,adaptiveId:e});return{unmount:()=>h.unmount(),update:g=>h.update(g)}},canMount:(c,u)=>n.surfaces.canMount(c,u)},events:{subscribe:c=>n.events.subscribe(u=>{c(u)}),publish:(c,u)=>{n.events.publish(c,{...u,_appId:e})}},registerAction:c=>{n.executors.register(c.kind,c.executor,c.schema,e,r),o.push(c.kind)},registerWidget:c=>{n.widgets.register(c.id,c.component,e,c.metadata),s.push(c.id)}}}function Cm(t,e){e.executors.unregisterBySource(t),e.widgets.unregisterBySource(t)}var Yu=class{constructor(){j(this,"apps",new Map);j(this,"eventListeners",new Set);j(this,"runtime",null)}bind(e){this.runtime=e}async unbind(){for(let[e,n]of this.apps)n.state==="active"&&await this.deactivate(e);this.runtime=null}register(e){if(!e.id||typeof e.id!="string")throw new Error("App manifest must have an 'id' property");if(!e.version||typeof e.version!="string")throw new Error("App manifest must have a 'version' property");if(!e.name||typeof e.name!="string")throw new Error("App manifest must have a 'name' property");if(this.apps.has(e.id)){if(this.apps.get(e.id).state==="active")throw new Error(`Cannot re-register active app: ${e.id}`);console.warn(`[AppRegistry] Overriding existing app registration: ${e.id}`)}let n={manifest:e,state:"registered",registeredAt:Date.now()};return this.apps.set(e.id,n),this.emit({type:"app:registered",appId:e.id,manifest:e}),n}async activate(e){let n=this.apps.get(e);if(!n)throw new Error(`App not registered: ${e}`);if(n.state==="active"){console.warn(`[AppRegistry] App already active: ${e}`);return}if(!this.runtime)throw new Error("AppRegistry not bound to a runtime. Call bind() first.");if(n.manifest.dependencies)for(let r of n.manifest.dependencies){let i=this.apps.get(r);if(!i||i.state!=="active")throw new Error(`App ${e} depends on ${r}, which is not active`)}n.state="activating";try{let r=n.manifest.metadata?.isBuiltIn===!0,i=km({appId:e,runtime:this.runtime,isBuiltIn:r}),{runtime:o}=n.manifest,s=[];if(o){if(o.actions)for(let a of o.actions)i.registerAction(a);if(o.widgets)for(let a of o.widgets)i.registerWidget(a);if(o.events)for(let a of o.events){let l=this.runtime.events.subscribe(c=>{if(a.names.includes(c.name)){let u={appId:e,state:i.state,telemetry:i.telemetry,surfaces:i.surfaces};try{a.handler(c,u)}catch(f){console.error(`[AppRegistry] Event handler error in ${e}:`,f)}}});s.push(l)}}n.cleanup=async()=>{for(let a of s)try{await a()}catch(l){console.error(`[AppRegistry] Cleanup error in ${e}:`,l)}Cm(e,this.runtime)},n.state="active",n.activatedAt=Date.now(),this.emit({type:"app:activated",appId:e})}catch(r){throw n.state="error",n.error=String(r),this.emit({type:"app:error",appId:e,error:String(r)}),r}}async deactivate(e){let n=this.apps.get(e);if(!n)throw new Error(`App not registered: ${e}`);if(n.state!=="active"){console.warn(`[AppRegistry] App not active: ${e}`);return}for(let[r,i]of this.apps)if(i.state==="active"&&i.manifest.dependencies?.includes(e))throw new Error(`Cannot deactivate ${e}: app ${r} depends on it`);n.state="deactivating";try{n.cleanup&&(await n.cleanup(),n.cleanup=void 0),n.state="inactive",this.emit({type:"app:deactivated",appId:e})}catch(r){throw n.state="error",n.error=String(r),this.emit({type:"app:error",appId:e,error:String(r)}),r}}async unregister(e){let n=this.apps.get(e);n&&(n.state==="active"&&await this.deactivate(e),this.apps.delete(e),this.emit({type:"app:unregistered",appId:e}))}get(e){return this.apps.get(e)}has(e){return this.apps.has(e)}isActive(e){return this.apps.get(e)?.state==="active"}list(){return Array.from(this.apps.values())}listActive(){return Array.from(this.apps.values()).filter(e=>e.state==="active")}listEditable(){return Array.from(this.apps.values()).filter(e=>e.manifest.editor!==void 0)}subscribe(e){return this.eventListeners.add(e),()=>{this.eventListeners.delete(e)}}emit(e){for(let n of this.eventListeners)try{n(e)}catch(r){console.error("[AppRegistry] Event listener error:",r)}}async destroy(){await this.unbind(),this.apps.clear(),this.eventListeners.clear()}},Em=new Yu;var b2=new Set(["overlays:highlight","overlays:pulse","overlays:badge","overlays:tooltip","overlays:modal","content:insertHtml","content:setText","content:setAttr","content:addClass","content:removeClass","content:setStyle","core:mountWidget","core:wait","core:sequence","core:parallel","core:tour"]),k2={navigation:"nav"};function tk(t){return k2[t]??t}function nk(t){return b2.has(t)}function rk(t){if(nk(t))return null;let e=t.indexOf(":");return e===-1?null:tk(t.slice(0,e))}function ik(t){let e=t.indexOf(":");return e===-1?null:tk(t.slice(0,e))}function Am(t){let{cdnBase:e,registry:n,timeout:r=1e4,onLoadStart:i,onLoadEnd:o}=t,s=new Map,a=new Set;function l(v){return`${e}/adaptives/${v}/index.js`}async function c(v){if(n.has(v))return{appId:v,success:!0,manifest:n.get(v)?.manifest};if(s.has(v))return s.get(v);let _=(async()=>{i?.(v);try{let x=l(v);if(a.has(x)){let y=n.get(v);if(y)return o?.(v,!0),{appId:v,success:!0,manifest:y.manifest}}let d=new Promise((y,w)=>{setTimeout(()=>w(new Error(`Timeout loading app: ${v}`)),r)}),p=u(x,v);await Promise.race([p,d]),a.add(x);let m=n.get(v);if(!m)throw new Error(`App ${v} did not register after loading`);return o?.(v,!0),{appId:v,success:!0,manifest:m.manifest}}catch(x){let d=x instanceof Error?x.message:String(x);return o?.(v,!1,d),{appId:v,success:!1,error:d}}finally{s.delete(v)}})();return s.set(v,_),_}async function u(v,_){if(typeof window<"u"){try{let x=await import(v);x.manifest?n.register(x.manifest):x.default?.manifest?n.register(x.default.manifest):x.default&&n.register(x.default);return}catch{}return new Promise((x,d)=>{let p=document.createElement("script");p.src=v,p.async=!0,p.onload=()=>{n.get(_)?x():d(new Error(`App ${_} did not self-register`))},p.onerror=()=>{d(new Error(`Failed to load app script: ${v}`))},document.head.appendChild(p)})}throw new Error("Dynamic app loading not supported in SSR")}function f(v){let _=new Set;if(v.apps)for(let x of v.apps)_.add(x);if(v.actions)for(let x of v.actions){let d=rk(x.kind);if(d&&_.add(d),x.kind==="core:mountWidget"){let p=x.widget?.widgetId;if(p){let m=ik(p);m&&_.add(m)}}}return Array.from(_)}async function h(v){let _=f(v);return _.length===0?[]:await Promise.all(_.map(d=>c(d)))}async function g(v){return Promise.all(v.map(_=>c(_)))}return{loadApp:c,loadAppsForConfig:h,preloadApps:g,getRequiredApps:f,getAppUrl:l}}var Ga=null;function sk(){if(Ga&&document.body.contains(Ga))return Ga;let t=document.getElementById("syntro-overlays");return t||(t=document.createElement("div"),t.id="syntro-overlays",Object.assign(t.style,{position:"fixed",inset:"0",zIndex:"2147483647",pointerEvents:"none"}),document.body.appendChild(t)),Ga=t,C2(),Ga}var ok=!1;function C2(){if(ok)return;let t=`
143
143
  :root {
144
144
  --syntro-surface: #111;
145
145
  --syntro-fg: #fff;
@@ -396,7 +396,7 @@ Error generating stack: `+o.message+`
396
396
  background: var(--syntro-accent, #4338ca);
397
397
  filter: brightness(1.1);
398
398
  }
399
- `,e=document.createElement("style");e.setAttribute("data-syntro","base-overlay"),e.textContent=t,document.head.appendChild(e),ok=!0}var lk="2.0.0";function E2(t,e){if(!e)return!0;let n;try{n=new URL(t).pathname}catch{n=t}let r=n.replace(/\/$/,"")||"/";if(e.exclude){for(let i of e.exclude)if(ak(r,i))return!1}if(e.include&&e.include.length>0){for(let i of e.include)if(ak(r,i))return!0;return!1}return!0}function ak(t,e){let n=e.replace(/\/$/,"")||"/";if(t===n)return!0;let r=n.replace(/[.+^${}()|[\]\\]/g,"\\$&").replace(/\*\*/g,".*").replace(/\*/g,"[^/]*").replace(/:[^/]+/g,"[^/]+");return new RegExp(`^${r}$`).test(t)}function A2(t,e){if(t.startsWith("[data-"))return document.querySelector(t);let n=e.get();if(n.anchors&&n.anchors.find(o=>o.anchorId===t)?.present){let o=document.querySelector(`[data-syntro-anchor="${t}"]`);if(o)return o}if(t.startsWith(".")||t.startsWith("#")||t.startsWith("["))return document.querySelector(t);let r=document.getElementById(t);return r||document.querySelector(`[data-syntro-anchor="${t}"]`)}function Tm(t={}){let{telemetry:e,sessionMetrics:n,routes:r,mode:i="production",namespace:o}=t,s=t.widgets??bm,a=t.executors??Ui,l=t.apps??Em,u=qg({telemetry:e,routes:r}),c=t.events??Da(),f=Jg({namespace:o}),h=em({state:f,events:c,sessionMetrics:n}),g=sk(),v=p=>A2(p,u),_=Sm({overlayRoot:g,eventBus:c,anchorResolver:v,widgetRegistry:s}),x=hm({overlayRoot:g,eventBus:c,surfaces:_,anchorResolver:v,executorRegistry:a}),d={telemetry:e,context:u,events:c,state:f,sessionMetrics:n,actions:x,surfaces:_,widgets:s,executors:a,apps:l,version:lk,mode:i,async evaluate(p){return h.evaluate(p,u.get())},evaluateSync(p){return h.evaluateSync(p,u.get())},async filterTiles(p){let m=u.get().page.url,y=[];for(let w of p){let b=w.activation;if(!b){y.push(w);continue}if(!E2(m,b.routes))continue;if(!b.strategy){y.push(w);continue}(await this.evaluate(b.strategy)).value&&y.push(w)}return y},setRoutes(p){u.setRoutes(p)},destroy(){l.unbind().catch(p=>{console.error("[Runtime] Error unbinding apps registry:",p)}),u.destroy(),x.destroy(),_.destroy()}};return l.bind(d),d}var Rm="syn_";function Xc(t){if(!t.startsWith(Rm))throw new Error("Invalid Syntro token: must start with 'syn_'");let n=t.slice(Rm.length).replace(/-/g,"+").replace(/_/g,"/"),r=atob(n),i=JSON.parse(r);if(i.v!==1)throw new Error(`Unsupported token version: ${i.v}`);return i}function Im(t){let e=JSON.stringify(t),n=btoa(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"");return Rm+n}var uk={growthbook:t=>op({...t,autoInit:!0})};function ck(t,e){let n=uk[t];if(!n)throw new Error(`Unknown experiment provider: ${t}. Supported: ${Object.keys(uk).join(", ")}`);return n(e)}var dk={posthog:t=>Df(t),noop:()=>Bf()};function fk(t,e){let n=dk[t];if(!n)throw new Error(`Unknown telemetry provider: ${t}. Supported: ${Object.keys(dk).join(", ")}`);return n(e)}var T2=["cdn.syntrologie.com","localhost","127.0.0.1"];function R2(t){try{let e=new URL(t),n=/^(localhost|127\.0\.0\.1)$/.test(e.hostname);return e.protocol!=="https:"&&!n?(console.warn("[SmartCanvas] CDN URL must use HTTPS:",t),!1):T2.some(i=>e.hostname===i)?!0:(console.warn("[SmartCanvas] CDN host not in allowlist:",e.hostname),!1)}catch{return console.warn("[SmartCanvas] Invalid CDN URL:",t),!1}}var Pm=class{constructor(e){j(this,"name","cdn");j(this,"url");j(this,"integrity");if(this.url=`${e.baseUrl}/${e.configId}.json`,this.integrity=e.integrity,!R2(this.url))throw new Error(`[SmartCanvas] CDN URL not allowed: ${this.url}`)}async fetch(){let e=performance.now(),n=await fetch(this.url,{credentials:"omit",cache:"default"});if(!n.ok)throw new Error(`[SmartCanvas] Failed to fetch config from CDN (${n.status})`);let r=await n.text();if(this.integrity){let l=await I2(r),u=this.integrity.replace("sha384-","");if(l!==u)throw new Error(`[SmartCanvas] Config integrity check failed. Expected ${u}, got ${l}`)}let i=JSON.parse(r),o=performance.now()-e,s=n.headers.get("cache-control"),a=n.headers.get("age");return{config:i,meta:{source:"cdn",fetchTimeMs:o,cached:s?.includes("public")??!1,cacheAge:a?parseInt(a,10):void 0}}}};async function I2(t){let n=new TextEncoder().encode(t),r=await crypto.subtle.digest("SHA-384",n),i=new Uint8Array(r);return btoa(String.fromCharCode(...i))}function pk(t){return new Pm(t)}var P2="syntro_exp",N2="syntro_var",Nm=class{constructor(e){j(this,"name","experiments");j(this,"client");j(this,"featureKey");this.client=e.client,this.featureKey=e.featureKey??"smart-canvas-config"}async fetch(){let e=performance.now();if(typeof window<"u"){let i=new URLSearchParams(window.location.search),o=i.get(P2),s=i.get(N2);if(o&&s!==null&&this.client.setForcedVariations){let a=parseInt(s,10);isNaN(a)||(console.log(`[SmartCanvas] Preview mode: forcing "${o}" to variation ${a}`),this.client.setForcedVariations({[o]:a}))}}let n=this.client.getFeatureValue?.(this.featureKey,null);if(!n||typeof n!="object")throw new Error(`[SmartCanvas] Feature "${this.featureKey}" not found or invalid. Ensure the feature is configured in your experiment platform.`);let r=performance.now()-e;return{config:n,meta:{source:"experiments",fetchTimeMs:r,cached:!0}}}};function hk(t){return new Nm(t)}var O2="https://cdn.syntrologie.com/configs",gk={cdn:t=>{if(!t.configId)throw new Error("CDN fetcher requires 'configId' option");return pk({baseUrl:t.baseUrl??O2,configId:t.configId,integrity:t.integrity})},experiments:t=>{if(!t.featureKey)throw new Error("Experiments fetcher requires 'featureKey' option");return hk({featureKey:t.featureKey})}};function mk(t,e={}){let n=gk[t];if(!n)throw new Error(`Unknown config fetcher type: ${t}. Supported: ${Object.keys(gk).join(", ")}`);return n(e)}function ir(t){if(typeof process<"u"&&process.env)return process.env[t];try{let e=(0,eval)("import.meta");if(e?.env)return e.env[t]}catch{}}function L2(){if(typeof window>"u")return F("Syntro Bootstrap","isEditorMode: not in browser"),!1;let t=new URLSearchParams(window.location.search),e=t.has("editor_token");return F("Syntro Bootstrap","isEditorMode check:",{url:window.location.href,search:window.location.search,hasEditorToken:e,allParams:Object.fromEntries(t.entries())}),e}function M2(){if(typeof window>"u")return F("Syntro Bootstrap","isAuditMode: not in browser"),!1;let t=new URLSearchParams(window.location.search),e=t.has("syntro_audit");return F("Syntro Bootstrap","isAuditMode check:",{url:window.location.href,hasAuditFlag:e,auditSessionId:t.get("audit_session_id")??"none"}),e}var vk="syntro_segment_attributes";function F2(){if(typeof window>"u")return{};try{let t=localStorage.getItem(vk);if(t){let e=JSON.parse(t);return F("Syntro Bootstrap","Loaded cached segment attributes:",e),e}}catch(t){ft("Syntro Bootstrap","Failed to load cached segment attributes:",t)}return{}}function $2(t){if(!(typeof window>"u"))try{localStorage.setItem(vk,JSON.stringify(t)),F("Syntro Bootstrap","Cached segment attributes:",t)}catch(e){ft("Syntro Bootstrap","Failed to cache segment attributes:",e)}}function D2(t){if(!t)return{};let e={};for(let[n,r]of Object.entries(t))n.startsWith("in_segment_")&&(e[n]=r===!0);return e}async function V2(t){fp(),F("Syntro Bootstrap","====== INIT ======"),F("Syntro Bootstrap","Options:",{hasToken:!!t.token,tokenPrefix:t.token?.slice(0,15)+"...",hasCanvasOptions:!!t.canvas});let e=L2(),n=M2(),r=e?"editor":n?"audit":null;F("Syntro Bootstrap","SDK mode:",r??"normal");let i;if(t.token)if(t.token.startsWith("syn_"))F("Syntro Bootstrap","Token starts with syn_, decoding..."),i=Xc(t.token),fp(i.d);else if(r)F("Syntro Bootstrap",`\u2713 Non-syn_ token allowed (${r} mode)`);else throw Yl("Syntro Bootstrap","\u274C Token does not start with syn_ and NOT in editor/audit mode!"),Yl("Syntro Bootstrap","Token received:",t.token),new Error("Invalid Syntro token: must start with 'syn_'");else if(r)F("Syntro Bootstrap",`\u2713 No token, but ${r} mode - proceeding`);else throw Yl("Syntro Bootstrap","\u274C No token provided and NOT in editor/audit mode!"),new Error("Syntro token is required (unless in editor or audit mode)");let o=ir("NEXT_PUBLIC_SYNTRO_EXPERIMENT_HOST")||ir("VITE_SYNTRO_EXPERIMENT_HOST")||i?.eh,s=ir("NEXT_PUBLIC_SYNTRO_TELEMETRY_HOST")||ir("VITE_SYNTRO_TELEMETRY_HOST")||i?.th,a=ir("NEXT_PUBLIC_SYNTRO_EDITOR_URL")||ir("VITE_SYNTRO_EDITOR_URL")||t.canvas?.editorUrl,l=F2();F("Syntro Bootstrap","Phase 1: Using cached segment attributes:",l);let u,c=Da();console.log("[Syntro Bootstrap] EventBus created");let f=Gg(b=>{c.publishEvent(b)}),h=b=>{F("Syntro Bootstrap","Phase 2: PostHog feature flags loaded");let k=D2(b);if(F("Syntro Bootstrap","Segment flags from PostHog:",k),$2(k),u){let I={...v?.getAll?.()??{},...k};F("Syntro Bootstrap","Updating GrowthBook with attributes:",I),u.setAttributes?.(I)}},g;if(i?.t){let b=i.t==="noop"?"noop":"posthog";g=fk(b,{apiKey:i.t,apiHost:s,enableFeatureFlags:!0,onFeatureFlagsLoaded:h,onCapture:f}),console.log(`[Syntro Bootstrap] Telemetry client created (${b}) with EventBus wiring`)}let v;i?.e&&(u=ck("growthbook",{clientKey:i.e,apiHost:o,attributes:l,onExperimentViewed:g?.trackExperiment?(b,k,C)=>{g.trackExperiment(b,k,C)}:void 0})),t.enableSessionMetrics&&(v=Ug({experiments:u,onMetricChange:(b,k)=>{F("Syntro Bootstrap",`Session metric changed: ${b} = ${k}`)}}),F("Syntro Bootstrap","SessionMetricTracker created"));let _="production";e?_="editor":n?_="audit":ir("NODE_ENV")==="development"&&(_="development");let x=Tm({telemetry:g,sessionMetrics:v,mode:_,events:c});F("Syntro Bootstrap","Runtime created:",{version:x.version,mode:x.mode,hasContext:!!x.context,hasEvents:!!x.events,hasState:!!x.state}),F("Syntro Bootstrap","Core app executors already registered");let d=t.cdnBase||ir("NEXT_PUBLIC_SYNTRO_CDN_BASE")||ir("VITE_SYNTRO_CDN_BASE")||"https://cdn.syntrologie.com",p=Am({cdnBase:d,registry:x.apps,onLoadStart:b=>{F("Syntro Bootstrap",`Loading app from CDN: ${b}`)},onLoadEnd:(b,k,C)=>{k?F("Syntro Bootstrap",`App loaded successfully: ${b}`):ft("Syntro Bootstrap",`Failed to load app: ${b}`,C)}});if(typeof window<"u"&&(window.SynOS={appRegistry:x.apps,runtime:x,version:x.version},F("Syntro Bootstrap","Global SynOS object exposed")),u?.refreshFeatures)try{await u.refreshFeatures(),F("Syntro Bootstrap","GrowthBook features loaded")}catch(b){ft("Syntro Bootstrap","Failed to load GrowthBook features:",b)}let m;if(t.fetcher)m=t.fetcher;else if(i?.f){let b=mk(i.f,i.o??{});m=async()=>{let k=await b.fetch();return{...k.config,tiles:k.config.tiles??[]}}}else u&&(m=Uo({experiments:u}));let y=m?async()=>{let b=await m(),k=b,C=p.getRequiredApps(k);return F("Syntro Bootstrap","Config fetched, required apps:",C),C.length>0&&await p.loadAppsForConfig(k).then(async A=>{let H=A.filter(K=>!K.success);H.length>0&&ft("Syntro Bootstrap","Some apps failed to load:",H);for(let K of C)if(x.apps.has(K))try{await x.apps.activate(K)}catch(Y){ft("Syntro Bootstrap",`Failed to activate app: ${K}`,Y)}}),b}:void 0;return{canvas:await Vg({...t.canvas,fetcher:y,integrations:{experiments:u,telemetry:g},editorUrl:a,runtime:x}),runtime:x,experiments:u,telemetry:g,sessionMetrics:v,appLoader:p}}var yk={init:V2,encodeToken:Im,decodeToken:Xc};typeof window<"u"&&(window.Syntro=yk);export{Ka as ANIMATION_KEYFRAMES,vP as ActivationConfigZ,UI as AnchorStateZ,rP as AnchorVisibleConditionZ,Yc as AppRegistry,WI as AugmentationZ,jI as BoundingBoxZ,vn as CanvasEvents,jg as CanvasRecipeZ,QS as ConditionZ,Ac as ContextManager,uP as CooldownActiveConditionZ,JS as DecisionStrategyZ,lP as DismissedConditionZ,ho as EVENT_SCHEMA_VERSION,Tc as EventBus,ZI as EventFilterZ,iP as EventOccurredConditionZ,WS as EventSourceZ,Kc as ExecutorRegistry,gP as ExternalStrategyZ,JI as FrequencyEntryZ,cP as FrequencyLimitConditionZ,DI as HighlightStepZ,hP as ModelStrategyZ,GI as NormalizedEventZ,VI as PageContextZ,BI as PageHistoryEntryZ,tP as PageUrlConditionZ,lk as RUNTIME_VERSION,nP as RouteConditionZ,mP as RouteFilterZ,fP as RuleStrategyZ,dP as RuleZ,qI as RuntimeContextZ,_p as RuntimeProvider,lr as SDK_SCHEMA_VERSION,ed as SDK_VERSION,Jb as STATIC_SLOT_STYLES,pP as ScoreStrategyZ,HS as SelectorZ,zI as SessionContextZ,aP as SessionMetricConditionZ,Ec as SessionMetricTracker,fS as ShadowCanvasOverlay,mS as SmartCanvasApp,Mg as SmartCanvasController,Dg as SmartCanvasElement,nL as SmartCanvasPortal,Ee as StandardEvents,oP as StateEqualsConditionZ,Rc as StateStore,QI as StoredValueZ,yk as Syntro,zs as TileCard,OO as TileWheel,$I as TooltipStepZ,sP as ViewportConditionZ,HI as ViewportContextZ,Zc as WidgetRegistry,Em as appRegistry,gm as applyStaticSlotStyles,Cm as cleanupAppContext,_P as contentRuntime,hm as createActionEngine,km as createAppContext,Am as createAppLoader,Uo as createCanvasConfigFetcher,qg as createContextManager,em as createDecisionEngine,Da as createEventBus,op as createGrowthBookClient,Bf as createNoopClient,WL as createOverlayRecipeFetcher,Df as createPostHogClient,Gg as createPostHogNormalizer,Ug as createSessionMetricTracker,Vg as createSmartCanvas,pS as createSmartCanvasController,Tm as createSmartCanvasRuntime,Jg as createStateStore,wm as createSurfaceContainer,Sm as createSurfaces,Xc as decodeToken,Im as encodeToken,rb as evaluate,eb as evaluateCondition,tb as evaluateRule,Ic as evaluateRuleStrategy,Pc as evaluateScoreStrategy,ib as evaluateSync,Ui as executorRegistry,SR as getAntiFlickerSnippet,rk as getAppIdFromActionKind,ik as getAppIdFromWidgetId,i2 as getExecutor,Gc as getSlotAnchorId,qa as getSlotType,xm as getSlotZIndex,fm as hasExecutor,nk as isCoreActionKind,q2 as needsMigration,KS as normalizePostHogEvent,e2 as overlaysRuntime,is as parseVersion,ym as playEnterAnimation,_m as playExitAnimation,SS as registerSmartCanvasElement,Fg as resolveConfigUri,mm as setupAdjacentPositioning,vm as setupInlinePositioning,GS as shouldNormalizeEvent,JE as useDecision,wp as usePageContext,Fn as useRuntime,Jl as useRuntimeContext,XE as useRuntimeEvents,QE as useRuntimeState,ZE as useSessionContext,V_ as useShadowCanvasConfig,YE as useViewportContext,ei as validateAction,pm as validateActions,BM as validateActivationConfig,DM as validateCondition,W2 as validateConfig,lM as validateEventFilter,bM as validateFrequencyEntry,aM as validateNormalizedEvent,zL as validateRecipe,QL as validateRuntimeContext,SM as validateStoredValue,VM as validateStrategy,bm as widgetRegistry};
399
+ `,e=document.createElement("style");e.setAttribute("data-syntro","base-overlay"),e.textContent=t,document.head.appendChild(e),ok=!0}var lk="2.0.0";function E2(t,e){if(!e)return!0;let n;try{n=new URL(t).pathname}catch{n=t}let r=n.replace(/\/$/,"")||"/";if(e.exclude){for(let i of e.exclude)if(ak(r,i))return!1}if(e.include&&e.include.length>0){for(let i of e.include)if(ak(r,i))return!0;return!1}return!0}function ak(t,e){let n=e.replace(/\/$/,"")||"/";if(t===n)return!0;let r=n.replace(/[.+^${}()|[\]\\]/g,"\\$&").replace(/\*\*/g,".*").replace(/\*/g,"[^/]*").replace(/:[^/]+/g,"[^/]+");return new RegExp(`^${r}$`).test(t)}function A2(t,e){if(t.startsWith("[data-"))return document.querySelector(t);let n=e.get();if(n.anchors&&n.anchors.find(o=>o.anchorId===t)?.present){let o=document.querySelector(`[data-syntro-anchor="${t}"]`);if(o)return o}if(t.startsWith(".")||t.startsWith("#")||t.startsWith("["))return document.querySelector(t);let r=document.getElementById(t);return r||document.querySelector(`[data-syntro-anchor="${t}"]`)}function Tm(t={}){let{telemetry:e,sessionMetrics:n,routes:r,mode:i="production",namespace:o}=t,s=t.widgets??bm,a=t.executors??Ui,l=t.apps??Em,c=qg({telemetry:e,routes:r}),u=t.events??Da(),f=Jg({namespace:o}),h=em({state:f,events:u,sessionMetrics:n}),g=sk(),v=p=>A2(p,c),_=Sm({overlayRoot:g,eventBus:u,anchorResolver:v,widgetRegistry:s}),x=hm({overlayRoot:g,eventBus:u,surfaces:_,anchorResolver:v,executorRegistry:a}),d={telemetry:e,context:c,events:u,state:f,sessionMetrics:n,actions:x,surfaces:_,widgets:s,executors:a,apps:l,version:lk,mode:i,async evaluate(p){return h.evaluate(p,c.get())},evaluateSync(p){return h.evaluateSync(p,c.get())},async filterTiles(p){let m=c.get().page.url,y=[];for(let w of p){let b=w.activation;if(!b){y.push(w);continue}if(!E2(m,b.routes))continue;if(!b.strategy){y.push(w);continue}(await this.evaluate(b.strategy)).value&&y.push(w)}return y},setRoutes(p){c.setRoutes(p)},destroy(){l.unbind().catch(p=>{console.error("[Runtime] Error unbinding apps registry:",p)}),c.destroy(),x.destroy(),_.destroy()}};return l.bind(d),d}var ck={growthbook:t=>op({...t,autoInit:!0})};function uk(t,e){let n=ck[t];if(!n)throw new Error(`Unknown experiment provider: ${t}. Supported: ${Object.keys(ck).join(", ")}`);return n(e)}var T2=["cdn.syntrologie.com","localhost","127.0.0.1"];function R2(t){try{let e=new URL(t),n=/^(localhost|127\.0\.0\.1)$/.test(e.hostname);return e.protocol!=="https:"&&!n?(console.warn("[SmartCanvas] CDN URL must use HTTPS:",t),!1):T2.some(i=>e.hostname===i)?!0:(console.warn("[SmartCanvas] CDN host not in allowlist:",e.hostname),!1)}catch{return console.warn("[SmartCanvas] Invalid CDN URL:",t),!1}}var Rm=class{constructor(e){j(this,"name","cdn");j(this,"url");j(this,"integrity");if(this.url=`${e.baseUrl}/${e.configId}.json`,this.integrity=e.integrity,!R2(this.url))throw new Error(`[SmartCanvas] CDN URL not allowed: ${this.url}`)}async fetch(){let e=performance.now(),n=await fetch(this.url,{credentials:"omit",cache:"default"});if(!n.ok)throw new Error(`[SmartCanvas] Failed to fetch config from CDN (${n.status})`);let r=await n.text();if(this.integrity){let l=await I2(r),c=this.integrity.replace("sha384-","");if(l!==c)throw new Error(`[SmartCanvas] Config integrity check failed. Expected ${c}, got ${l}`)}let i=JSON.parse(r),o=performance.now()-e,s=n.headers.get("cache-control"),a=n.headers.get("age");return{config:i,meta:{source:"cdn",fetchTimeMs:o,cached:s?.includes("public")??!1,cacheAge:a?parseInt(a,10):void 0}}}};async function I2(t){let n=new TextEncoder().encode(t),r=await crypto.subtle.digest("SHA-384",n),i=new Uint8Array(r);return btoa(String.fromCharCode(...i))}function dk(t){return new Rm(t)}var P2="syntro_exp",N2="syntro_var",Im=class{constructor(e){j(this,"name","experiments");j(this,"client");j(this,"featureKey");this.client=e.client,this.featureKey=e.featureKey??"smart-canvas-config"}async fetch(){let e=performance.now();if(typeof window<"u"){let i=new URLSearchParams(window.location.search),o=i.get(P2),s=i.get(N2);if(o&&s!==null&&this.client.setForcedVariations){let a=parseInt(s,10);isNaN(a)||(console.log(`[SmartCanvas] Preview mode: forcing "${o}" to variation ${a}`),this.client.setForcedVariations({[o]:a}))}}let n=this.client.getFeatureValue?.(this.featureKey,null);if(!n||typeof n!="object")throw new Error(`[SmartCanvas] Feature "${this.featureKey}" not found or invalid. Ensure the feature is configured in your experiment platform.`);let r=performance.now()-e;return{config:n,meta:{source:"experiments",fetchTimeMs:r,cached:!0}}}};function fk(t){return new Im(t)}var O2="https://cdn.syntrologie.com/configs",pk={cdn:t=>{if(!t.configId)throw new Error("CDN fetcher requires 'configId' option");return dk({baseUrl:t.baseUrl??O2,configId:t.configId,integrity:t.integrity})},experiments:t=>{if(!t.featureKey)throw new Error("Experiments fetcher requires 'featureKey' option");return fk({featureKey:t.featureKey})}};function hk(t,e={}){let n=pk[t];if(!n)throw new Error(`Unknown config fetcher type: ${t}. Supported: ${Object.keys(pk).join(", ")}`);return n(e)}var gk={posthog:t=>Df(t),noop:()=>Bf()};function mk(t,e){let n=gk[t];if(!n)throw new Error(`Unknown telemetry provider: ${t}. Supported: ${Object.keys(gk).join(", ")}`);return n(e)}var Pm="syn_";function Xu(t){if(!t.startsWith(Pm))throw new Error("Invalid Syntro token: must start with 'syn_'");let n=t.slice(Pm.length).replace(/-/g,"+").replace(/_/g,"/"),r=atob(n),i=JSON.parse(r);if(i.v!==1)throw new Error(`Unsupported token version: ${i.v}`);return i}function Nm(t){let e=JSON.stringify(t),n=btoa(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"");return Pm+n}function ir(t){if(typeof process<"u"&&process.env)return process.env[t];try{let e=(0,eval)("import.meta");if(e?.env)return e.env[t]}catch{}}function L2(){if(typeof window>"u")return F("Syntro Bootstrap","isEditorMode: not in browser"),!1;let t=new URLSearchParams(window.location.search),e=t.has("editor_token");return F("Syntro Bootstrap","isEditorMode check:",{url:window.location.href,search:window.location.search,hasEditorToken:e,allParams:Object.fromEntries(t.entries())}),e}function M2(){if(typeof window>"u")return F("Syntro Bootstrap","isAuditMode: not in browser"),!1;let t=new URLSearchParams(window.location.search),e=t.has("syntro_audit");return F("Syntro Bootstrap","isAuditMode check:",{url:window.location.href,hasAuditFlag:e,auditSessionId:t.get("audit_session_id")??"none"}),e}var vk="syntro_segment_attributes";function F2(){if(typeof window>"u")return{};try{let t=localStorage.getItem(vk);if(t){let e=JSON.parse(t);return F("Syntro Bootstrap","Loaded cached segment attributes:",e),e}}catch(t){ft("Syntro Bootstrap","Failed to load cached segment attributes:",t)}return{}}function $2(t){if(!(typeof window>"u"))try{localStorage.setItem(vk,JSON.stringify(t)),F("Syntro Bootstrap","Cached segment attributes:",t)}catch(e){ft("Syntro Bootstrap","Failed to cache segment attributes:",e)}}function D2(t){if(!t)return{};let e={};for(let[n,r]of Object.entries(t))n.startsWith("in_segment_")&&(e[n]=r===!0);return e}async function V2(t){fp(),F("Syntro Bootstrap","====== INIT ======"),F("Syntro Bootstrap","Options:",{hasToken:!!t.token,tokenPrefix:`${t.token?.slice(0,15)}...`,hasCanvasOptions:!!t.canvas});let e=L2(),n=M2(),r=e?"editor":n?"audit":null;F("Syntro Bootstrap","SDK mode:",r??"normal");let i;if(t.token)if(t.token.startsWith("syn_"))F("Syntro Bootstrap","Token starts with syn_, decoding..."),i=Xu(t.token),fp(i.d);else if(r)F("Syntro Bootstrap",`\u2713 Non-syn_ token allowed (${r} mode)`);else throw Yl("Syntro Bootstrap","\u274C Token does not start with syn_ and NOT in editor/audit mode!"),Yl("Syntro Bootstrap","Token received:",t.token),new Error("Invalid Syntro token: must start with 'syn_'");else if(r)F("Syntro Bootstrap",`\u2713 No token, but ${r} mode - proceeding`);else throw Yl("Syntro Bootstrap","\u274C No token provided and NOT in editor/audit mode!"),new Error("Syntro token is required (unless in editor or audit mode)");let o=ir("NEXT_PUBLIC_SYNTRO_EXPERIMENT_HOST")||ir("VITE_SYNTRO_EXPERIMENT_HOST")||i?.eh,s=ir("NEXT_PUBLIC_SYNTRO_TELEMETRY_HOST")||ir("VITE_SYNTRO_TELEMETRY_HOST")||i?.th,a=ir("NEXT_PUBLIC_SYNTRO_EDITOR_URL")||ir("VITE_SYNTRO_EDITOR_URL")||t.canvas?.editorUrl,l=F2();F("Syntro Bootstrap","Phase 1: Using cached segment attributes:",l);let c,u=Da();console.log("[Syntro Bootstrap] EventBus created");let f=Gg(b=>{u.publishEvent(b)}),h=b=>{F("Syntro Bootstrap","Phase 2: PostHog feature flags loaded");let k=D2(b);if(F("Syntro Bootstrap","Segment flags from PostHog:",k),$2(k),c){let I={...v?.getAll?.()??{},...k};F("Syntro Bootstrap","Updating GrowthBook with attributes:",I),c.setAttributes?.(I)}},g;if(i?.t){let b=i.t==="noop"?"noop":"posthog";g=mk(b,{apiKey:i.t,apiHost:s,enableFeatureFlags:!0,onFeatureFlagsLoaded:h,onCapture:f}),console.log(`[Syntro Bootstrap] Telemetry client created (${b}) with EventBus wiring`)}let v;i?.e&&(c=uk("growthbook",{clientKey:i.e,apiHost:o,attributes:l,onExperimentViewed:g?.trackExperiment?(b,k,C)=>{g.trackExperiment(b,k,C)}:void 0})),t.enableSessionMetrics&&(v=Ug({experiments:c,onMetricChange:(b,k)=>{F("Syntro Bootstrap",`Session metric changed: ${b} = ${k}`)}}),F("Syntro Bootstrap","SessionMetricTracker created"));let _="production";e?_="editor":n?_="audit":ir("NODE_ENV")==="development"&&(_="development");let x=Tm({telemetry:g,sessionMetrics:v,mode:_,events:u});F("Syntro Bootstrap","Runtime created:",{version:x.version,mode:x.mode,hasContext:!!x.context,hasEvents:!!x.events,hasState:!!x.state}),F("Syntro Bootstrap","Core app executors already registered");let d=t.cdnBase||ir("NEXT_PUBLIC_SYNTRO_CDN_BASE")||ir("VITE_SYNTRO_CDN_BASE")||"https://cdn.syntrologie.com",p=Am({cdnBase:d,registry:x.apps,onLoadStart:b=>{F("Syntro Bootstrap",`Loading app from CDN: ${b}`)},onLoadEnd:(b,k,C)=>{k?F("Syntro Bootstrap",`App loaded successfully: ${b}`):ft("Syntro Bootstrap",`Failed to load app: ${b}`,C)}});if(typeof window<"u"&&(window.SynOS={appRegistry:x.apps,runtime:x,version:x.version},F("Syntro Bootstrap","Global SynOS object exposed")),c?.refreshFeatures)try{await c.refreshFeatures(),F("Syntro Bootstrap","GrowthBook features loaded")}catch(b){ft("Syntro Bootstrap","Failed to load GrowthBook features:",b)}let m;if(t.fetcher)m=t.fetcher;else if(i?.f){let b=hk(i.f,i.o??{});m=async()=>{let k=await b.fetch();return{...k.config,tiles:k.config.tiles??[]}}}else c&&(m=Uo({experiments:c}));let y=m?async()=>{let b=await m(),k=b,C=p.getRequiredApps(k);return F("Syntro Bootstrap","Config fetched, required apps:",C),C.length>0&&await p.loadAppsForConfig(k).then(async A=>{let H=A.filter(K=>!K.success);H.length>0&&ft("Syntro Bootstrap","Some apps failed to load:",H);for(let K of C)if(x.apps.has(K))try{await x.apps.activate(K)}catch(Y){ft("Syntro Bootstrap",`Failed to activate app: ${K}`,Y)}}),b}:void 0;return{canvas:await Vg({...t.canvas,fetcher:y,integrations:{experiments:c,telemetry:g},editorUrl:a,runtime:x}),runtime:x,experiments:c,telemetry:g,sessionMetrics:v,appLoader:p}}var yk={init:V2,encodeToken:Nm,decodeToken:Xu};typeof window<"u"&&(window.Syntro=yk);export{Ka as ANIMATION_KEYFRAMES,vP as ActivationConfigZ,UI as AnchorStateZ,rP as AnchorVisibleConditionZ,Yu as AppRegistry,WI as AugmentationZ,jI as BoundingBoxZ,vn as CanvasEvents,jg as CanvasRecipeZ,QS as ConditionZ,Au as ContextManager,cP as CooldownActiveConditionZ,JS as DecisionStrategyZ,lP as DismissedConditionZ,ho as EVENT_SCHEMA_VERSION,Tu as EventBus,ZI as EventFilterZ,iP as EventOccurredConditionZ,WS as EventSourceZ,Ku as ExecutorRegistry,gP as ExternalStrategyZ,JI as FrequencyEntryZ,uP as FrequencyLimitConditionZ,DI as HighlightStepZ,hP as ModelStrategyZ,GI as NormalizedEventZ,VI as PageContextZ,BI as PageHistoryEntryZ,tP as PageUrlConditionZ,lk as RUNTIME_VERSION,nP as RouteConditionZ,mP as RouteFilterZ,fP as RuleStrategyZ,dP as RuleZ,qI as RuntimeContextZ,_p as RuntimeProvider,lr as SDK_SCHEMA_VERSION,ed as SDK_VERSION,Jb as STATIC_SLOT_STYLES,pP as ScoreStrategyZ,HS as SelectorZ,zI as SessionContextZ,aP as SessionMetricConditionZ,Eu as SessionMetricTracker,fS as ShadowCanvasOverlay,mS as SmartCanvasApp,Mg as SmartCanvasController,Dg as SmartCanvasElement,rL as SmartCanvasPortal,Ee as StandardEvents,oP as StateEqualsConditionZ,Ru as StateStore,QI as StoredValueZ,yk as Syntro,zs as TileCard,OO as TileWheel,$I as TooltipStepZ,sP as ViewportConditionZ,HI as ViewportContextZ,Zu as WidgetRegistry,Em as appRegistry,gm as applyStaticSlotStyles,Cm as cleanupAppContext,_P as contentRuntime,hm as createActionEngine,km as createAppContext,Am as createAppLoader,Uo as createCanvasConfigFetcher,qg as createContextManager,em as createDecisionEngine,Da as createEventBus,op as createGrowthBookClient,Bf as createNoopClient,qL as createOverlayRecipeFetcher,Df as createPostHogClient,Gg as createPostHogNormalizer,Ug as createSessionMetricTracker,Vg as createSmartCanvas,pS as createSmartCanvasController,Tm as createSmartCanvasRuntime,Jg as createStateStore,wm as createSurfaceContainer,Sm as createSurfaces,Xu as decodeToken,Nm as encodeToken,rb as evaluate,eb as evaluateCondition,tb as evaluateRule,Iu as evaluateRuleStrategy,Pu as evaluateScoreStrategy,ib as evaluateSync,Ui as executorRegistry,SR as getAntiFlickerSnippet,rk as getAppIdFromActionKind,ik as getAppIdFromWidgetId,i2 as getExecutor,Gu as getSlotAnchorId,qa as getSlotType,xm as getSlotZIndex,fm as hasExecutor,nk as isCoreActionKind,q2 as needsMigration,KS as normalizePostHogEvent,e2 as overlaysRuntime,is as parseVersion,ym as playEnterAnimation,_m as playExitAnimation,SS as registerSmartCanvasElement,Fg as resolveConfigUri,mm as setupAdjacentPositioning,vm as setupInlinePositioning,GS as shouldNormalizeEvent,uA as useDecision,wp as usePageContext,Fn as useRuntime,Jl as useRuntimeContext,lA as useRuntimeEvents,cA as useRuntimeState,sA as useSessionContext,V_ as useShadowCanvasConfig,aA as useViewportContext,ei as validateAction,pm as validateActions,zM as validateActivationConfig,VM as validateCondition,W2 as validateConfig,cM as validateEventFilter,kM as validateFrequencyEntry,lM as validateNormalizedEvent,HL as validateRecipe,JL as validateRuntimeContext,bM as validateStoredValue,BM as validateStrategy,bm as widgetRegistry};
400
400
  /*! Bundled license information:
401
401
 
402
402
  react/cjs/react.production.min.js: