@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 SyntrologieSDK=(()=>{var d1=Object.create;var us=Object.defineProperty;var f1=Object.getOwnPropertyDescriptor;var p1=Object.getOwnPropertyNames;var h1=Object.getPrototypeOf,g1=Object.prototype.hasOwnProperty;var iv=t=>{throw TypeError(t)};var m1=(t,e,n)=>e in t?us(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Rn=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ov=(t,e)=>{for(var n in e)us(t,n,{get:e[n],enumerable:!0})},sv=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of p1(e))!g1.call(t,i)&&i!==n&&us(t,i,{get:()=>e[i],enumerable:!(r=f1(e,i))||r.enumerable});return t};var ee=(t,e,n)=>(n=t!=null?d1(h1(t)):{},sv(e||!t||!t.__esModule?us(n,"default",{value:t,enumerable:!0}):n,t)),v1=t=>sv(us({},"__esModule",{value:!0}),t);var j=(t,e,n)=>m1(t,typeof e!="symbol"?e+"":e,n),av=(t,e,n)=>e.has(t)||iv("Cannot "+n);var xe=(t,e,n)=>(av(t,e,"read from private field"),n?n.call(t):e.get(t)),ur=(t,e,n)=>e.has(t)?iv("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),fn=(t,e,n,r)=>(av(t,e,"write to private field"),r?r.call(t,n):e.set(t,n),n);var o0=Rn(ne=>{"use strict";var Us=Symbol.for("react.element"),eA=Symbol.for("react.portal"),tA=Symbol.for("react.fragment"),nA=Symbol.for("react.strict_mode"),rA=Symbol.for("react.profiler"),iA=Symbol.for("react.provider"),oA=Symbol.for("react.context"),sA=Symbol.for("react.forward_ref"),aA=Symbol.for("react.suspense"),lA=Symbol.for("react.memo"),uA=Symbol.for("react.lazy"),G_=Symbol.iterator;function cA(t){return t===null||typeof t!="object"?null:(t=G_&&t[G_]||t["@@iterator"],typeof t=="function"?t:null)}var X_={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},Q_=Object.assign,J_={};function go(t,e,n){this.props=t,this.context=e,this.refs=J_,this.updater=n||X_}go.prototype.isReactComponent={};go.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")};go.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this,t,"forceUpdate")};function e0(){}e0.prototype=go.prototype;function $p(t,e,n){this.props=t,this.context=e,this.refs=J_,this.updater=n||X_}var Dp=$p.prototype=new e0;Dp.constructor=$p;Q_(Dp,go.prototype);Dp.isPureReactComponent=!0;var Z_=Array.isArray,t0=Object.prototype.hasOwnProperty,Vp={current:null},n0={key:!0,ref:!0,__self:!0,__source:!0};function r0(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)t0.call(e,r)&&!n0.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:Us,type:t,key:o,ref:s,props:i,_owner:Vp.current}}function dA(t,e){return{$$typeof:Us,type:t.type,key:e,ref:t.ref,props:t.props,_owner:t._owner}}function Bp(t){return typeof t=="object"&&t!==null&&t.$$typeof===Us}function fA(t){var e={"=":"=0",":":"=2"};return"$"+t.replace(/[=:]/g,function(n){return e[n]})}var Y_=/\/+/g;function Fp(t,e){return typeof t=="object"&&t!==null&&t.key!=null?fA(""+t.key):e.toString(36)}function cu(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 Us:case eA:s=!0}}if(s)return s=t,i=i(s),t=r===""?"."+Fp(s,0):r,Z_(i)?(n="",t!=null&&(n=t.replace(Y_,"$&/")+"/"),cu(i,e,n,"",function(u){return u})):i!=null&&(Bp(i)&&(i=dA(i,n+(!i.key||s&&s.key===i.key?"":(""+i.key).replace(Y_,"$&/")+"/")+t)),e.push(i)),1;if(s=0,r=r===""?".":r+":",Z_(t))for(var a=0;a<t.length;a++){o=t[a];var l=r+Fp(o,a);s+=cu(o,e,n,l,i)}else if(l=cA(t),typeof l=="function")for(t=l.call(t),a=0;!(o=t.next()).done;)o=o.value,l=r+Fp(o,a++),s+=cu(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 uu(t,e,n){if(t==null)return t;var r=[],i=0;return cu(t,r,"","",function(o){return e.call(n,o,i++)}),r}function pA(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},du={transition:null},hA={ReactCurrentDispatcher:ot,ReactCurrentBatchConfig:du,ReactCurrentOwner:Vp};function i0(){throw Error("act(...) is not supported in production builds of React.")}ne.Children={map:uu,forEach:function(t,e,n){uu(t,function(){e.apply(this,arguments)},n)},count:function(t){var e=0;return uu(t,function(){e++}),e},toArray:function(t){return uu(t,function(e){return e})||[]},only:function(t){if(!Bp(t))throw Error("React.Children.only expected to receive a single React element child.");return t}};ne.Component=go;ne.Fragment=tA;ne.Profiler=rA;ne.PureComponent=$p;ne.StrictMode=nA;ne.Suspense=aA;ne.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=hA;ne.act=i0;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=Q_({},t.props),i=t.key,o=t.ref,s=t._owner;if(e!=null){if(e.ref!==void 0&&(o=e.ref,s=Vp.current),e.key!==void 0&&(i=""+e.key),t.type&&t.type.defaultProps)var a=t.type.defaultProps;for(l in e)t0.call(e,l)&&!n0.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:Us,type:t.type,key:i,ref:o,props:r,_owner:s}};ne.createContext=function(t){return t={$$typeof:oA,_currentValue:t,_currentValue2:t,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},t.Provider={$$typeof:iA,_context:t},t.Consumer=t};ne.createElement=r0;ne.createFactory=function(t){var e=r0.bind(null,t);return e.type=t,e};ne.createRef=function(){return{current:null}};ne.forwardRef=function(t){return{$$typeof:sA,render:t}};ne.isValidElement=Bp;ne.lazy=function(t){return{$$typeof:uA,_payload:{_status:-1,_result:t},_init:pA}};ne.memo=function(t,e){return{$$typeof:lA,type:t,compare:e===void 0?null:e}};ne.startTransition=function(t){var e=du.transition;du.transition={};try{t()}finally{du.transition=e}};ne.unstable_act=i0;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=Rn((qN,s0)=>{"use strict";s0.exports=o0()});var u0=Rn(pu=>{"use strict";var vA=Et(),yA=Symbol.for("react.element"),_A=Symbol.for("react.fragment"),wA=Object.prototype.hasOwnProperty,xA=vA.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,SA={key:!0,ref:!0,__self:!0,__source:!0};function l0(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)wA.call(e,r)&&!SA.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:yA,type:t,key:o,ref:s,props:i,_owner:xA.current}}pu.Fragment=_A;pu.jsx=l0;pu.jsxs=l0});var ve=Rn((XN,c0)=>{"use strict";c0.exports=u0()});var R0=Rn(ge=>{"use strict";function Jp(t,e){var n=t.length;t.push(e);e:for(;0<n;){var r=n-1>>>1,i=t[r];if(0<vu(i,e))t[r]=e,t[n]=i,n=r;else break e}}function Qt(t){return t.length===0?null:t[0]}function _u(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>vu(a,n))l<i&&0>vu(u,a)?(t[r]=u,t[l]=n,r=l):(t[r]=a,t[s]=n,r=s);else if(l<i&&0>vu(u,n))t[r]=u,t[l]=n,r=l;else break e}}return e}function vu(t,e){var n=t.sortIndex-e.sortIndex;return n!==0?n:t.id-e.id}typeof performance=="object"&&typeof performance.now=="function"?(w0=performance,ge.unstable_now=function(){return w0.now()}):(Yp=Date,x0=Yp.now(),ge.unstable_now=function(){return Yp.now()-x0});var w0,Yp,x0,_n=[],Sr=[],XA=1,$t=null,Xe=3,wu=!1,ci=!1,Gs=!1,k0=typeof setTimeout=="function"?setTimeout:null,C0=typeof clearTimeout=="function"?clearTimeout:null,S0=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function eh(t){for(var e=Qt(Sr);e!==null;){if(e.callback===null)_u(Sr);else if(e.startTime<=t)_u(Sr),e.sortIndex=e.expirationTime,Jp(_n,e);else break;e=Qt(Sr)}}function th(t){if(Gs=!1,eh(t),!ci)if(Qt(_n)!==null)ci=!0,rh(nh);else{var e=Qt(Sr);e!==null&&ih(th,e.startTime-t)}}function nh(t,e){ci=!1,Gs&&(Gs=!1,C0(Zs),Zs=-1),wu=!0;var n=Xe;try{for(eh(e),$t=Qt(_n);$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===Qt(_n)&&_u(_n),eh(e)}else _u(_n);$t=Qt(_n)}if($t!==null)var o=!0;else{var s=Qt(Sr);s!==null&&ih(th,s.startTime-e),o=!1}return o}finally{$t=null,Xe=n,wu=!1}}var xu=!1,yu=null,Zs=-1,E0=5,A0=-1;function T0(){return!(ge.unstable_now()-A0<E0)}function Xp(){if(yu!==null){var t=ge.unstable_now();A0=t;var e=!0;try{e=yu(!0,t)}finally{e?Ks():(xu=!1,yu=null)}}else xu=!1}var Ks;typeof S0=="function"?Ks=function(){S0(Xp)}:typeof MessageChannel<"u"?(Qp=new MessageChannel,b0=Qp.port2,Qp.port1.onmessage=Xp,Ks=function(){b0.postMessage(null)}):Ks=function(){k0(Xp,0)};var Qp,b0;function rh(t){yu=t,xu||(xu=!0,Ks())}function ih(t,e){Zs=k0(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(){ci||wu||(ci=!0,rh(nh))};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"):E0=0<t?Math.floor(1e3/t):5};ge.unstable_getCurrentPriorityLevel=function(){return Xe};ge.unstable_getFirstCallbackNode=function(){return Qt(_n)};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:XA++,callback:e,priorityLevel:t,startTime:n,expirationTime:i,sortIndex:-1},n>r?(t.sortIndex=n,Jp(Sr,t),Qt(_n)===null&&t===Qt(Sr)&&(Gs?(C0(Zs),Zs=-1):Gs=!0,ih(th,n-r))):(t.sortIndex=i,Jp(_n,t),ci||wu||(ci=!0,rh(nh))),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 P0=Rn((DO,I0)=>{"use strict";I0.exports=R0()});var MS=Rn(Nt=>{"use strict";var QA=Et(),It=P0();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,va={};function bi(t,e){Do(t,e),Do(t+"Capture",e)}function Do(t,e){for(va[t]=e,t=0;t<e.length;t++)Dw.add(e[t])}var Un=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Ah=Object.prototype.hasOwnProperty,JA=/^[: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]*$/,N0={},O0={};function eT(t){return Ah.call(O0,t)?!0:Ah.call(N0,t)?!1:JA.test(t)?O0[t]=!0:(N0[t]=!0,!1)}function tT(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 nT(t,e,n,r){if(e===null||typeof e>"u"||tT(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 _g=/[\-:]([a-z])/g;function wg(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(_g,wg);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(_g,wg);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(_g,wg);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 xg(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")&&(nT(e,n,i,r)&&(n=null),r||i===null?eT(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 Gn=QA.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Su=Symbol.for("react.element"),wo=Symbol.for("react.portal"),xo=Symbol.for("react.fragment"),Sg=Symbol.for("react.strict_mode"),Th=Symbol.for("react.profiler"),Vw=Symbol.for("react.provider"),Bw=Symbol.for("react.context"),bg=Symbol.for("react.forward_ref"),Rh=Symbol.for("react.suspense"),Ih=Symbol.for("react.suspense_list"),kg=Symbol.for("react.memo"),kr=Symbol.for("react.lazy"),zw=Symbol.for("react.offscreen"),L0=Symbol.iterator;function Ys(t){return t===null||typeof t!="object"?null:(t=L0&&t[L0]||t["@@iterator"],typeof t=="function"?t:null)}var Re=Object.assign,oh;function ia(t){if(oh===void 0)try{throw Error()}catch(n){var e=n.stack.trim().match(/\n( *(at )?)/);oh=e&&e[1]||""}return`
2
- `+oh+t}var sh=!1;function ah(t,e){if(!t||sh)return"";sh=!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 SyntrologieSDK=(()=>{var d1=Object.create;var cs=Object.defineProperty;var f1=Object.getOwnPropertyDescriptor;var p1=Object.getOwnPropertyNames;var h1=Object.getPrototypeOf,g1=Object.prototype.hasOwnProperty;var iv=t=>{throw TypeError(t)};var m1=(t,e,n)=>e in t?cs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Rn=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ov=(t,e)=>{for(var n in e)cs(t,n,{get:e[n],enumerable:!0})},sv=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of p1(e))!g1.call(t,i)&&i!==n&&cs(t,i,{get:()=>e[i],enumerable:!(r=f1(e,i))||r.enumerable});return t};var ee=(t,e,n)=>(n=t!=null?d1(h1(t)):{},sv(e||!t||!t.__esModule?cs(n,"default",{value:t,enumerable:!0}):n,t)),v1=t=>sv(cs({},"__esModule",{value:!0}),t);var j=(t,e,n)=>m1(t,typeof e!="symbol"?e+"":e,n),av=(t,e,n)=>e.has(t)||iv("Cannot "+n);var xe=(t,e,n)=>(av(t,e,"read from private field"),n?n.call(t):e.get(t)),cr=(t,e,n)=>e.has(t)?iv("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),fn=(t,e,n,r)=>(av(t,e,"write to private field"),r?r.call(t,n):e.set(t,n),n);var o0=Rn(ne=>{"use strict";var Us=Symbol.for("react.element"),eA=Symbol.for("react.portal"),tA=Symbol.for("react.fragment"),nA=Symbol.for("react.strict_mode"),rA=Symbol.for("react.profiler"),iA=Symbol.for("react.provider"),oA=Symbol.for("react.context"),sA=Symbol.for("react.forward_ref"),aA=Symbol.for("react.suspense"),lA=Symbol.for("react.memo"),cA=Symbol.for("react.lazy"),G_=Symbol.iterator;function uA(t){return t===null||typeof t!="object"?null:(t=G_&&t[G_]||t["@@iterator"],typeof t=="function"?t:null)}var X_={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},Q_=Object.assign,J_={};function go(t,e,n){this.props=t,this.context=e,this.refs=J_,this.updater=n||X_}go.prototype.isReactComponent={};go.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")};go.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this,t,"forceUpdate")};function e0(){}e0.prototype=go.prototype;function $p(t,e,n){this.props=t,this.context=e,this.refs=J_,this.updater=n||X_}var Dp=$p.prototype=new e0;Dp.constructor=$p;Q_(Dp,go.prototype);Dp.isPureReactComponent=!0;var Z_=Array.isArray,t0=Object.prototype.hasOwnProperty,Vp={current:null},n0={key:!0,ref:!0,__self:!0,__source:!0};function r0(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)t0.call(e,r)&&!n0.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:Us,type:t,key:o,ref:s,props:i,_owner:Vp.current}}function dA(t,e){return{$$typeof:Us,type:t.type,key:e,ref:t.ref,props:t.props,_owner:t._owner}}function Bp(t){return typeof t=="object"&&t!==null&&t.$$typeof===Us}function fA(t){var e={"=":"=0",":":"=2"};return"$"+t.replace(/[=:]/g,function(n){return e[n]})}var Y_=/\/+/g;function Fp(t,e){return typeof t=="object"&&t!==null&&t.key!=null?fA(""+t.key):e.toString(36)}function uc(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 Us:case eA:s=!0}}if(s)return s=t,i=i(s),t=r===""?"."+Fp(s,0):r,Z_(i)?(n="",t!=null&&(n=t.replace(Y_,"$&/")+"/"),uc(i,e,n,"",function(c){return c})):i!=null&&(Bp(i)&&(i=dA(i,n+(!i.key||s&&s.key===i.key?"":(""+i.key).replace(Y_,"$&/")+"/")+t)),e.push(i)),1;if(s=0,r=r===""?".":r+":",Z_(t))for(var a=0;a<t.length;a++){o=t[a];var l=r+Fp(o,a);s+=uc(o,e,n,l,i)}else if(l=uA(t),typeof l=="function")for(t=l.call(t),a=0;!(o=t.next()).done;)o=o.value,l=r+Fp(o,a++),s+=uc(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 cc(t,e,n){if(t==null)return t;var r=[],i=0;return uc(t,r,"","",function(o){return e.call(n,o,i++)}),r}function pA(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},dc={transition:null},hA={ReactCurrentDispatcher:ot,ReactCurrentBatchConfig:dc,ReactCurrentOwner:Vp};function i0(){throw Error("act(...) is not supported in production builds of React.")}ne.Children={map:cc,forEach:function(t,e,n){cc(t,function(){e.apply(this,arguments)},n)},count:function(t){var e=0;return cc(t,function(){e++}),e},toArray:function(t){return cc(t,function(e){return e})||[]},only:function(t){if(!Bp(t))throw Error("React.Children.only expected to receive a single React element child.");return t}};ne.Component=go;ne.Fragment=tA;ne.Profiler=rA;ne.PureComponent=$p;ne.StrictMode=nA;ne.Suspense=aA;ne.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=hA;ne.act=i0;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=Q_({},t.props),i=t.key,o=t.ref,s=t._owner;if(e!=null){if(e.ref!==void 0&&(o=e.ref,s=Vp.current),e.key!==void 0&&(i=""+e.key),t.type&&t.type.defaultProps)var a=t.type.defaultProps;for(l in e)t0.call(e,l)&&!n0.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:Us,type:t.type,key:i,ref:o,props:r,_owner:s}};ne.createContext=function(t){return t={$$typeof:oA,_currentValue:t,_currentValue2:t,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},t.Provider={$$typeof:iA,_context:t},t.Consumer=t};ne.createElement=r0;ne.createFactory=function(t){var e=r0.bind(null,t);return e.type=t,e};ne.createRef=function(){return{current:null}};ne.forwardRef=function(t){return{$$typeof:sA,render:t}};ne.isValidElement=Bp;ne.lazy=function(t){return{$$typeof:cA,_payload:{_status:-1,_result:t},_init:pA}};ne.memo=function(t,e){return{$$typeof:lA,type:t,compare:e===void 0?null:e}};ne.startTransition=function(t){var e=dc.transition;dc.transition={};try{t()}finally{dc.transition=e}};ne.unstable_act=i0;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=Rn((qN,s0)=>{"use strict";s0.exports=o0()});var c0=Rn(pc=>{"use strict";var vA=Et(),yA=Symbol.for("react.element"),_A=Symbol.for("react.fragment"),wA=Object.prototype.hasOwnProperty,xA=vA.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,SA={key:!0,ref:!0,__self:!0,__source:!0};function l0(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)wA.call(e,r)&&!SA.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:yA,type:t,key:o,ref:s,props:i,_owner:xA.current}}pc.Fragment=_A;pc.jsx=l0;pc.jsxs=l0});var ve=Rn((XN,u0)=>{"use strict";u0.exports=c0()});var R0=Rn(ge=>{"use strict";function Jp(t,e){var n=t.length;t.push(e);e:for(;0<n;){var r=n-1>>>1,i=t[r];if(0<vc(i,e))t[r]=e,t[n]=i,n=r;else break e}}function Qt(t){return t.length===0?null:t[0]}function _c(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>vc(a,n))l<i&&0>vc(c,a)?(t[r]=c,t[l]=n,r=l):(t[r]=a,t[s]=n,r=s);else if(l<i&&0>vc(c,n))t[r]=c,t[l]=n,r=l;else break e}}return e}function vc(t,e){var n=t.sortIndex-e.sortIndex;return n!==0?n:t.id-e.id}typeof performance=="object"&&typeof performance.now=="function"?(w0=performance,ge.unstable_now=function(){return w0.now()}):(Yp=Date,x0=Yp.now(),ge.unstable_now=function(){return Yp.now()-x0});var w0,Yp,x0,_n=[],Sr=[],XA=1,$t=null,Xe=3,wc=!1,ui=!1,Gs=!1,k0=typeof setTimeout=="function"?setTimeout:null,C0=typeof clearTimeout=="function"?clearTimeout:null,S0=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function eh(t){for(var e=Qt(Sr);e!==null;){if(e.callback===null)_c(Sr);else if(e.startTime<=t)_c(Sr),e.sortIndex=e.expirationTime,Jp(_n,e);else break;e=Qt(Sr)}}function th(t){if(Gs=!1,eh(t),!ui)if(Qt(_n)!==null)ui=!0,rh(nh);else{var e=Qt(Sr);e!==null&&ih(th,e.startTime-t)}}function nh(t,e){ui=!1,Gs&&(Gs=!1,C0(Zs),Zs=-1),wc=!0;var n=Xe;try{for(eh(e),$t=Qt(_n);$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===Qt(_n)&&_c(_n),eh(e)}else _c(_n);$t=Qt(_n)}if($t!==null)var o=!0;else{var s=Qt(Sr);s!==null&&ih(th,s.startTime-e),o=!1}return o}finally{$t=null,Xe=n,wc=!1}}var xc=!1,yc=null,Zs=-1,E0=5,A0=-1;function T0(){return!(ge.unstable_now()-A0<E0)}function Xp(){if(yc!==null){var t=ge.unstable_now();A0=t;var e=!0;try{e=yc(!0,t)}finally{e?Ks():(xc=!1,yc=null)}}else xc=!1}var Ks;typeof S0=="function"?Ks=function(){S0(Xp)}:typeof MessageChannel<"u"?(Qp=new MessageChannel,b0=Qp.port2,Qp.port1.onmessage=Xp,Ks=function(){b0.postMessage(null)}):Ks=function(){k0(Xp,0)};var Qp,b0;function rh(t){yc=t,xc||(xc=!0,Ks())}function ih(t,e){Zs=k0(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(){ui||wc||(ui=!0,rh(nh))};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"):E0=0<t?Math.floor(1e3/t):5};ge.unstable_getCurrentPriorityLevel=function(){return Xe};ge.unstable_getFirstCallbackNode=function(){return Qt(_n)};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:XA++,callback:e,priorityLevel:t,startTime:n,expirationTime:i,sortIndex:-1},n>r?(t.sortIndex=n,Jp(Sr,t),Qt(_n)===null&&t===Qt(Sr)&&(Gs?(C0(Zs),Zs=-1):Gs=!0,ih(th,n-r))):(t.sortIndex=i,Jp(_n,t),ui||wc||(ui=!0,rh(nh))),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 P0=Rn((DO,I0)=>{"use strict";I0.exports=R0()});var MS=Rn(Nt=>{"use strict";var QA=Et(),It=P0();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,va={};function bi(t,e){Do(t,e),Do(t+"Capture",e)}function Do(t,e){for(va[t]=e,t=0;t<e.length;t++)Dw.add(e[t])}var Un=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Ah=Object.prototype.hasOwnProperty,JA=/^[: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]*$/,N0={},O0={};function eT(t){return Ah.call(O0,t)?!0:Ah.call(N0,t)?!1:JA.test(t)?O0[t]=!0:(N0[t]=!0,!1)}function tT(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 nT(t,e,n,r){if(e===null||typeof e>"u"||tT(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 _g=/[\-:]([a-z])/g;function wg(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(_g,wg);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(_g,wg);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(_g,wg);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 xg(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")&&(nT(e,n,i,r)&&(n=null),r||i===null?eT(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 Gn=QA.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Sc=Symbol.for("react.element"),wo=Symbol.for("react.portal"),xo=Symbol.for("react.fragment"),Sg=Symbol.for("react.strict_mode"),Th=Symbol.for("react.profiler"),Vw=Symbol.for("react.provider"),Bw=Symbol.for("react.context"),bg=Symbol.for("react.forward_ref"),Rh=Symbol.for("react.suspense"),Ih=Symbol.for("react.suspense_list"),kg=Symbol.for("react.memo"),kr=Symbol.for("react.lazy"),zw=Symbol.for("react.offscreen"),L0=Symbol.iterator;function Ys(t){return t===null||typeof t!="object"?null:(t=L0&&t[L0]||t["@@iterator"],typeof t=="function"?t:null)}var Re=Object.assign,oh;function ia(t){if(oh===void 0)try{throw Error()}catch(n){var e=n.stack.trim().match(/\n( *(at )?)/);oh=e&&e[1]||""}return`
2
+ `+oh+t}var sh=!1;function ah(t,e){if(!t||sh)return"";sh=!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{sh=!1,Error.prepareStackTrace=n}return(t=t?t.displayName||t.name:"")?ia(t):""}function rT(t){switch(t.tag){case 5:return ia(t.type);case 16:return ia("Lazy");case 13:return ia("Suspense");case 19:return ia("SuspenseList");case 0:case 2:case 15:return t=ah(t.type,!1),t;case 11:return t=ah(t.type.render,!1),t;case 1:return t=ah(t.type,!0),t;default:return""}}function Ph(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 xo:return"Fragment";case wo:return"Portal";case Th:return"Profiler";case Sg:return"StrictMode";case Rh:return"Suspense";case Ih:return"SuspenseList"}if(typeof t=="object")switch(t.$$typeof){case Bw:return(t.displayName||"Context")+".Consumer";case Vw:return(t._context.displayName||"Context")+".Provider";case bg:var e=t.render;return t=t.displayName,t||(t=e.displayName||e.name||"",t=t!==""?"ForwardRef("+t+")":"ForwardRef"),t;case kg:return e=t.displayName||null,e!==null?e:Ph(t.type)||"Memo";case kr:e=t._payload,t=t._init;try{return Ph(t(e))}catch{}}return null}function iT(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 Ph(e);case 8:return e===Sg?"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 Dr(t){switch(typeof t){case"boolean":case"number":case"string":case"undefined":return t;case"object":return t;default:return""}}function Hw(t){var e=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(e==="checkbox"||e==="radio")}function oT(t){var e=Hw(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 bu(t){t._valueTracker||(t._valueTracker=oT(t))}function jw(t){if(!t)return!1;var e=t._valueTracker;if(!e)return!0;var n=e.getValue(),r="";return t&&(r=Hw(t)?t.checked?"true":"false":t.value),t=r,t!==n?(e.setValue(t),!0):!1}function Xu(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 Nh(t,e){var n=e.checked;return Re({},e,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??t._wrapperState.initialChecked})}function M0(t,e){var n=e.defaultValue==null?"":e.defaultValue,r=e.checked!=null?e.checked:e.defaultChecked;n=Dr(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 Uw(t,e){e=e.checked,e!=null&&xg(t,"checked",e,!1)}function Oh(t,e){Uw(t,e);var n=Dr(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")?Lh(t,e.type,n):e.hasOwnProperty("defaultValue")&&Lh(t,e.type,Dr(e.defaultValue)),e.checked==null&&e.defaultChecked!=null&&(t.defaultChecked=!!e.defaultChecked)}function F0(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 Lh(t,e,n){(e!=="number"||Xu(t.ownerDocument)!==t)&&(n==null?t.defaultValue=""+t._wrapperState.initialValue:t.defaultValue!==""+n&&(t.defaultValue=""+n))}var oa=Array.isArray;function No(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=""+Dr(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 Mh(t,e){if(e.dangerouslySetInnerHTML!=null)throw Error(R(91));return Re({},e,{value:void 0,defaultValue:void 0,children:""+t._wrapperState.initialValue})}function $0(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(oa(n)){if(1<n.length)throw Error(R(93));n=n[0]}e=n}e==null&&(e=""),n=e}t._wrapperState={initialValue:Dr(n)}}function Ww(t,e){var n=Dr(e.value),r=Dr(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 qw(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 Fh(t,e){return t==null||t==="http://www.w3.org/1999/xhtml"?qw(e):t==="http://www.w3.org/2000/svg"&&e==="foreignObject"?"http://www.w3.org/1999/xhtml":t}var ku,Kw=(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(ku=ku||document.createElement("div"),ku.innerHTML="<svg>"+e.valueOf().toString()+"</svg>",e=ku.firstChild;t.firstChild;)t.removeChild(t.firstChild);for(;e.firstChild;)t.appendChild(e.firstChild)}});function ya(t,e){if(e){var n=t.firstChild;if(n&&n===t.lastChild&&n.nodeType===3){n.nodeValue=e;return}}t.textContent=e}var la={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},sT=["Webkit","ms","Moz","O"];Object.keys(la).forEach(function(t){sT.forEach(function(e){e=e+t.charAt(0).toUpperCase()+t.substring(1),la[e]=la[t]})});function Gw(t,e,n){return e==null||typeof e=="boolean"||e===""?"":n||typeof e!="number"||e===0||la.hasOwnProperty(t)&&la[t]?(""+e).trim():e+"px"}function Zw(t,e){t=t.style;for(var n in e)if(e.hasOwnProperty(n)){var r=n.indexOf("--")===0,i=Gw(n,e[n],r);n==="float"&&(n="cssFloat"),r?t.setProperty(n,i):t[n]=i}}var aT=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 $h(t,e){if(e){if(aT[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 Dh(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 Vh=null;function Cg(t){return t=t.target||t.srcElement||window,t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===3?t.parentNode:t}var Bh=null,Oo=null,Lo=null;function V0(t){if(t=Fa(t)){if(typeof Bh!="function")throw Error(R(280));var e=t.stateNode;e&&(e=Cc(e),Bh(t.stateNode,t.type,e))}}function Yw(t){Oo?Lo?Lo.push(t):Lo=[t]:Oo=t}function Xw(){if(Oo){var t=Oo,e=Lo;if(Lo=Oo=null,V0(t),e)for(t=0;t<e.length;t++)V0(e[t])}}function Qw(t,e){return t(e)}function Jw(){}var lh=!1;function ex(t,e,n){if(lh)return t(e,n);lh=!0;try{return Qw(t,e,n)}finally{lh=!1,(Oo!==null||Lo!==null)&&(Jw(),Xw())}}function _a(t,e){var n=t.stateNode;if(n===null)return null;var r=Cc(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 zh=!1;if(Un)try{yo={},Object.defineProperty(yo,"passive",{get:function(){zh=!0}}),window.addEventListener("test",yo,yo),window.removeEventListener("test",yo,yo)}catch{zh=!1}var yo;function lT(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 ua=!1,Qu=null,Ju=!1,Hh=null,uT={onError:function(t){ua=!0,Qu=t}};function cT(t,e,n,r,i,o,s,a,l){ua=!1,Qu=null,lT.apply(uT,arguments)}function dT(t,e,n,r,i,o,s,a,l){if(cT.apply(this,arguments),ua){if(ua){var u=Qu;ua=!1,Qu=null}else throw Error(R(198));Ju||(Ju=!0,Hh=u)}}function ki(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 tx(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 B0(t){if(ki(t)!==t)throw Error(R(188))}function fT(t){var e=t.alternate;if(!e){if(e=ki(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 B0(i),t;if(o===r)return B0(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 nx(t){return t=fT(t),t!==null?rx(t):null}function rx(t){if(t.tag===5||t.tag===6)return t;for(t=t.child;t!==null;){var e=rx(t);if(e!==null)return e;t=t.sibling}return null}var ix=It.unstable_scheduleCallback,z0=It.unstable_cancelCallback,pT=It.unstable_shouldYield,hT=It.unstable_requestPaint,Ne=It.unstable_now,gT=It.unstable_getCurrentPriorityLevel,Eg=It.unstable_ImmediatePriority,ox=It.unstable_UserBlockingPriority,ec=It.unstable_NormalPriority,mT=It.unstable_LowPriority,sx=It.unstable_IdlePriority,xc=null,bn=null;function vT(t){if(bn&&typeof bn.onCommitFiberRoot=="function")try{bn.onCommitFiberRoot(xc,t,void 0,(t.current.flags&128)===128)}catch{}}var rn=Math.clz32?Math.clz32:wT,yT=Math.log,_T=Math.LN2;function wT(t){return t>>>=0,t===0?32:31-(yT(t)/_T|0)|0}var Cu=64,Eu=4194304;function sa(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 tc(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=sa(a):(o&=s,o!==0&&(r=sa(o)))}else s=n&~i,s!==0?r=sa(s):o!==0&&(r=sa(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-rn(e),i=1<<n,r|=t[n],e&=~i;return r}function xT(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 ST(t,e){for(var n=t.suspendedLanes,r=t.pingedLanes,i=t.expirationTimes,o=t.pendingLanes;0<o;){var s=31-rn(o),a=1<<s,l=i[s];l===-1?((a&n)===0||(a&r)!==0)&&(i[s]=xT(a,e)):l<=e&&(t.expiredLanes|=a),o&=~a}}function jh(t){return t=t.pendingLanes&-1073741825,t!==0?t:t&1073741824?1073741824:0}function ax(){var t=Cu;return Cu<<=1,(Cu&4194240)===0&&(Cu=64),t}function uh(t){for(var e=[],n=0;31>n;n++)e.push(t);return e}function La(t,e,n){t.pendingLanes|=e,e!==536870912&&(t.suspendedLanes=0,t.pingedLanes=0),t=t.eventTimes,e=31-rn(e),t[e]=n}function bT(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-rn(n),o=1<<i;e[i]=0,r[i]=-1,t[i]=-1,n&=~o}}function Ag(t,e){var n=t.entangledLanes|=e;for(t=t.entanglements;n;){var r=31-rn(n),i=1<<r;i&e|t[r]&e&&(t[r]|=e),n&=~i}}var ce=0;function lx(t){return t&=-t,1<t?4<t?(t&268435455)!==0?16:536870912:4:1}var ux,Tg,cx,dx,fx,Uh=!1,Au=[],Ir=null,Pr=null,Nr=null,wa=new Map,xa=new Map,Er=[],kT="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 H0(t,e){switch(t){case"focusin":case"focusout":Ir=null;break;case"dragenter":case"dragleave":Pr=null;break;case"mouseover":case"mouseout":Nr=null;break;case"pointerover":case"pointerout":wa.delete(e.pointerId);break;case"gotpointercapture":case"lostpointercapture":xa.delete(e.pointerId)}}function Xs(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=Fa(e),e!==null&&Tg(e)),t):(t.eventSystemFlags|=r,e=t.targetContainers,i!==null&&e.indexOf(i)===-1&&e.push(i),t)}function CT(t,e,n,r,i){switch(e){case"focusin":return Ir=Xs(Ir,t,e,n,r,i),!0;case"dragenter":return Pr=Xs(Pr,t,e,n,r,i),!0;case"mouseover":return Nr=Xs(Nr,t,e,n,r,i),!0;case"pointerover":var o=i.pointerId;return wa.set(o,Xs(wa.get(o)||null,t,e,n,r,i)),!0;case"gotpointercapture":return o=i.pointerId,xa.set(o,Xs(xa.get(o)||null,t,e,n,r,i)),!0}return!1}function px(t){var e=pi(t.target);if(e!==null){var n=ki(e);if(n!==null){if(e=n.tag,e===13){if(e=tx(n),e!==null){t.blockedOn=e,fx(t.priority,function(){cx(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 zu(t){if(t.blockedOn!==null)return!1;for(var e=t.targetContainers;0<e.length;){var n=Wh(t.domEventName,t.eventSystemFlags,e[0],t.nativeEvent);if(n===null){n=t.nativeEvent;var r=new n.constructor(n.type,n);Vh=r,n.target.dispatchEvent(r),Vh=null}else return e=Fa(n),e!==null&&Tg(e),t.blockedOn=n,!1;e.shift()}return!0}function j0(t,e,n){zu(t)&&n.delete(e)}function ET(){Uh=!1,Ir!==null&&zu(Ir)&&(Ir=null),Pr!==null&&zu(Pr)&&(Pr=null),Nr!==null&&zu(Nr)&&(Nr=null),wa.forEach(j0),xa.forEach(j0)}function Qs(t,e){t.blockedOn===e&&(t.blockedOn=null,Uh||(Uh=!0,It.unstable_scheduleCallback(It.unstable_NormalPriority,ET)))}function Sa(t){function e(i){return Qs(i,t)}if(0<Au.length){Qs(Au[0],t);for(var n=1;n<Au.length;n++){var r=Au[n];r.blockedOn===t&&(r.blockedOn=null)}}for(Ir!==null&&Qs(Ir,t),Pr!==null&&Qs(Pr,t),Nr!==null&&Qs(Nr,t),wa.forEach(e),xa.forEach(e),n=0;n<Er.length;n++)r=Er[n],r.blockedOn===t&&(r.blockedOn=null);for(;0<Er.length&&(n=Er[0],n.blockedOn===null);)px(n),n.blockedOn===null&&Er.shift()}var Mo=Gn.ReactCurrentBatchConfig,nc=!0;function AT(t,e,n,r){var i=ce,o=Mo.transition;Mo.transition=null;try{ce=1,Rg(t,e,n,r)}finally{ce=i,Mo.transition=o}}function TT(t,e,n,r){var i=ce,o=Mo.transition;Mo.transition=null;try{ce=4,Rg(t,e,n,r)}finally{ce=i,Mo.transition=o}}function Rg(t,e,n,r){if(nc){var i=Wh(t,e,n,r);if(i===null)mh(t,e,r,rc,n),H0(t,r);else if(CT(i,t,e,n,r))r.stopPropagation();else if(H0(t,r),e&4&&-1<kT.indexOf(t)){for(;i!==null;){var o=Fa(i);if(o!==null&&ux(o),o=Wh(t,e,n,r),o===null&&mh(t,e,r,rc,n),o===i)break;i=o}i!==null&&r.stopPropagation()}else mh(t,e,r,null,n)}}var rc=null;function Wh(t,e,n,r){if(rc=null,t=Cg(r),t=pi(t),t!==null)if(e=ki(t),e===null)t=null;else if(n=e.tag,n===13){if(t=tx(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 rc=t,null}function hx(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(gT()){case Eg:return 1;case ox:return 4;case ec:case mT:return 16;case sx:return 536870912;default:return 16}default:return 16}}var Tr=null,Ig=null,Hu=null;function gx(){if(Hu)return Hu;var t,e=Ig,n=e.length,r,i="value"in Tr?Tr.value:Tr.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 Hu=i.slice(t,1<r?1-r:void 0)}function ju(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 Tu(){return!0}function U0(){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)?Tu:U0,this.isPropagationStopped=U0,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=Tu)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Tu)},persist:function(){},isPersistent:Tu}),e}var Wo={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(t){return t.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Pg=Pt(Wo),Ma=Re({},Wo,{view:0,detail:0}),RT=Pt(Ma),ch,dh,Js,Sc=Re({},Ma,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ng,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!==Js&&(Js&&t.type==="mousemove"?(ch=t.screenX-Js.screenX,dh=t.screenY-Js.screenY):dh=ch=0,Js=t),ch)},movementY:function(t){return"movementY"in t?t.movementY:dh}}),W0=Pt(Sc),IT=Re({},Sc,{dataTransfer:0}),PT=Pt(IT),NT=Re({},Ma,{relatedTarget:0}),fh=Pt(NT),OT=Re({},Wo,{animationName:0,elapsedTime:0,pseudoElement:0}),LT=Pt(OT),MT=Re({},Wo,{clipboardData:function(t){return"clipboardData"in t?t.clipboardData:window.clipboardData}}),FT=Pt(MT),$T=Re({},Wo,{data:0}),q0=Pt($T),DT={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},VT={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"},BT={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function zT(t){var e=this.nativeEvent;return e.getModifierState?e.getModifierState(t):(t=BT[t])?!!e[t]:!1}function Ng(){return zT}var HT=Re({},Ma,{key:function(t){if(t.key){var e=DT[t.key]||t.key;if(e!=="Unidentified")return e}return t.type==="keypress"?(t=ju(t),t===13?"Enter":String.fromCharCode(t)):t.type==="keydown"||t.type==="keyup"?VT[t.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Ng,charCode:function(t){return t.type==="keypress"?ju(t):0},keyCode:function(t){return t.type==="keydown"||t.type==="keyup"?t.keyCode:0},which:function(t){return t.type==="keypress"?ju(t):t.type==="keydown"||t.type==="keyup"?t.keyCode:0}}),jT=Pt(HT),UT=Re({},Sc,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),K0=Pt(UT),WT=Re({},Ma,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ng}),qT=Pt(WT),KT=Re({},Wo,{propertyName:0,elapsedTime:0,pseudoElement:0}),GT=Pt(KT),ZT=Re({},Sc,{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}),YT=Pt(ZT),XT=[9,13,27,32],Og=Un&&"CompositionEvent"in window,ca=null;Un&&"documentMode"in document&&(ca=document.documentMode);var QT=Un&&"TextEvent"in window&&!ca,mx=Un&&(!Og||ca&&8<ca&&11>=ca),G0=" ",Z0=!1;function vx(t,e){switch(t){case"keyup":return XT.indexOf(e.keyCode)!==-1;case"keydown":return e.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function yx(t){return t=t.detail,typeof t=="object"&&"data"in t?t.data:null}var So=!1;function JT(t,e){switch(t){case"compositionend":return yx(e);case"keypress":return e.which!==32?null:(Z0=!0,G0);case"textInput":return t=e.data,t===G0&&Z0?null:t;default:return null}}function eR(t,e){if(So)return t==="compositionend"||!Og&&vx(t,e)?(t=gx(),Hu=Ig=Tr=null,So=!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 mx&&e.locale!=="ko"?null:e.data;default:return null}}var tR={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 Y0(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e==="input"?!!tR[t.type]:e==="textarea"}function _x(t,e,n,r){Yw(r),e=ic(e,"onChange"),0<e.length&&(n=new Pg("onChange","change",null,n,r),t.push({event:n,listeners:e}))}var da=null,ba=null;function nR(t){Ix(t,0)}function bc(t){var e=Co(t);if(jw(e))return t}function rR(t,e){if(t==="change")return e}var wx=!1;Un&&(Un?(Iu="oninput"in document,Iu||(ph=document.createElement("div"),ph.setAttribute("oninput","return;"),Iu=typeof ph.oninput=="function"),Ru=Iu):Ru=!1,wx=Ru&&(!document.documentMode||9<document.documentMode));var Ru,Iu,ph;function X0(){da&&(da.detachEvent("onpropertychange",xx),ba=da=null)}function xx(t){if(t.propertyName==="value"&&bc(ba)){var e=[];_x(e,ba,t,Cg(t)),ex(nR,e)}}function iR(t,e,n){t==="focusin"?(X0(),da=e,ba=n,da.attachEvent("onpropertychange",xx)):t==="focusout"&&X0()}function oR(t){if(t==="selectionchange"||t==="keyup"||t==="keydown")return bc(ba)}function sR(t,e){if(t==="click")return bc(e)}function aR(t,e){if(t==="input"||t==="change")return bc(e)}function lR(t,e){return t===e&&(t!==0||1/t===1/e)||t!==t&&e!==e}var sn=typeof Object.is=="function"?Object.is:lR;function ka(t,e){if(sn(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(!Ah.call(e,i)||!sn(t[i],e[i]))return!1}return!0}function Q0(t){for(;t&&t.firstChild;)t=t.firstChild;return t}function J0(t,e){var n=Q0(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=Q0(n)}}function Sx(t,e){return t&&e?t===e?!0:t&&t.nodeType===3?!1:e&&e.nodeType===3?Sx(t,e.parentNode):"contains"in t?t.contains(e):t.compareDocumentPosition?!!(t.compareDocumentPosition(e)&16):!1:!1}function bx(){for(var t=window,e=Xu();e instanceof t.HTMLIFrameElement;){try{var n=typeof e.contentWindow.location.href=="string"}catch{n=!1}if(n)t=e.contentWindow;else break;e=Xu(t.document)}return e}function Lg(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 uR(t){var e=bx(),n=t.focusedElem,r=t.selectionRange;if(e!==n&&n&&n.ownerDocument&&Sx(n.ownerDocument.documentElement,n)){if(r!==null&&Lg(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=J0(n,o);var s=J0(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 cR=Un&&"documentMode"in document&&11>=document.documentMode,bo=null,qh=null,fa=null,Kh=!1;function ew(t,e,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Kh||bo==null||bo!==Xu(r)||(r=bo,"selectionStart"in r&&Lg(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}),fa&&ka(fa,r)||(fa=r,r=ic(qh,"onSelect"),0<r.length&&(e=new Pg("onSelect","select",null,e,n),t.push({event:e,listeners:r}),e.target=bo)))}function Pu(t,e){var n={};return n[t.toLowerCase()]=e.toLowerCase(),n["Webkit"+t]="webkit"+e,n["Moz"+t]="moz"+e,n}var ko={animationend:Pu("Animation","AnimationEnd"),animationiteration:Pu("Animation","AnimationIteration"),animationstart:Pu("Animation","AnimationStart"),transitionend:Pu("Transition","TransitionEnd")},hh={},kx={};Un&&(kx=document.createElement("div").style,"AnimationEvent"in window||(delete ko.animationend.animation,delete ko.animationiteration.animation,delete ko.animationstart.animation),"TransitionEvent"in window||delete ko.transitionend.transition);function kc(t){if(hh[t])return hh[t];if(!ko[t])return t;var e=ko[t],n;for(n in e)if(e.hasOwnProperty(n)&&n in kx)return hh[t]=e[n];return t}var Cx=kc("animationend"),Ex=kc("animationiteration"),Ax=kc("animationstart"),Tx=kc("transitionend"),Rx=new Map,tw="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 Br(t,e){Rx.set(t,e),bi(e,[t])}for(Nu=0;Nu<tw.length;Nu++)Ou=tw[Nu],nw=Ou.toLowerCase(),rw=Ou[0].toUpperCase()+Ou.slice(1),Br(nw,"on"+rw);var Ou,nw,rw,Nu;Br(Cx,"onAnimationEnd");Br(Ex,"onAnimationIteration");Br(Ax,"onAnimationStart");Br("dblclick","onDoubleClick");Br("focusin","onFocus");Br("focusout","onBlur");Br(Tx,"onTransitionEnd");Do("onMouseEnter",["mouseout","mouseover"]);Do("onMouseLeave",["mouseout","mouseover"]);Do("onPointerEnter",["pointerout","pointerover"]);Do("onPointerLeave",["pointerout","pointerover"]);bi("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));bi("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));bi("onBeforeInput",["compositionend","keypress","textInput","paste"]);bi("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));bi("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));bi("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var aa="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(" "),dR=new Set("cancel close invalid load scroll toggle".split(" ").concat(aa));function iw(t,e,n){var r=t.type||"unknown-event";t.currentTarget=n,dT(r,e,void 0,t),t.currentTarget=null}function Ix(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;iw(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;iw(i,a,u),o=l}}}if(Ju)throw t=Hh,Ju=!1,Hh=null,t}function ye(t,e){var n=e[Qh];n===void 0&&(n=e[Qh]=new Set);var r=t+"__bubble";n.has(r)||(Px(e,t,2,!1),n.add(r))}function gh(t,e,n){var r=0;e&&(r|=4),Px(n,t,r,e)}var Lu="_reactListening"+Math.random().toString(36).slice(2);function Ca(t){if(!t[Lu]){t[Lu]=!0,Dw.forEach(function(n){n!=="selectionchange"&&(dR.has(n)||gh(n,!1,t),gh(n,!0,t))});var e=t.nodeType===9?t:t.ownerDocument;e===null||e[Lu]||(e[Lu]=!0,gh("selectionchange",!1,e))}}function Px(t,e,n,r){switch(hx(e)){case 1:var i=AT;break;case 4:i=TT;break;default:i=Rg}n=i.bind(null,e,n,t),i=void 0,!zh||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 mh(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=pi(a),s===null)return;if(l=s.tag,l===5||l===6){r=o=s;continue e}a=a.parentNode}}r=r.return}ex(function(){var u=o,c=Cg(n),f=[];e:{var h=Rx.get(t);if(h!==void 0){var g=Pg,v=t;switch(t){case"keypress":if(ju(n)===0)break e;case"keydown":case"keyup":g=jT;break;case"focusin":v="focus",g=fh;break;case"focusout":v="blur",g=fh;break;case"beforeblur":case"afterblur":g=fh;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=W0;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":g=PT;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":g=qT;break;case Cx:case Ex:case Ax:g=LT;break;case Tx:g=GT;break;case"scroll":g=RT;break;case"wheel":g=YT;break;case"copy":case"cut":case"paste":g=FT;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":g=K0}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=_a(p,d),y!=null&&_.push(Ea(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!==Vh&&(v=n.relatedTarget||n.fromElement)&&(pi(v)||v[Wn]))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?pi(v):null,v!==null&&(x=ki(v),v!==x||v.tag!==5&&v.tag!==6)&&(v=null)):(g=null,v=u),g!==v)){if(_=W0,y="onMouseLeave",d="onMouseEnter",p="mouse",(t==="pointerout"||t==="pointerover")&&(_=K0,y="onPointerLeave",d="onPointerEnter",p="pointer"),x=g==null?h:Co(g),m=v==null?h:Co(v),h=new _(y,p+"leave",g,n,c),h.target=x,h.relatedTarget=m,y=null,pi(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=_o(m))p++;for(m=0,y=d;y;y=_o(y))m++;for(;0<p-m;)_=_o(_),p--;for(;0<m-p;)d=_o(d),m--;for(;p--;){if(_===d||d!==null&&_===d.alternate)break t;_=_o(_),d=_o(d)}_=null}else _=null;g!==null&&ow(f,h,g,_,!1),v!==null&&x!==null&&ow(f,x,v,_,!0)}}e:{if(h=u?Co(u):window,g=h.nodeName&&h.nodeName.toLowerCase(),g==="select"||g==="input"&&h.type==="file")var w=rR;else if(Y0(h))if(wx)w=aR;else{w=oR;var b=iR}else(g=h.nodeName)&&g.toLowerCase()==="input"&&(h.type==="checkbox"||h.type==="radio")&&(w=sR);if(w&&(w=w(t,u))){_x(f,w,n,c);break e}b&&b(t,h,u),t==="focusout"&&(b=h._wrapperState)&&b.controlled&&h.type==="number"&&Lh(h,"number",h.value)}switch(b=u?Co(u):window,t){case"focusin":(Y0(b)||b.contentEditable==="true")&&(bo=b,qh=u,fa=null);break;case"focusout":fa=qh=bo=null;break;case"mousedown":Kh=!0;break;case"contextmenu":case"mouseup":case"dragend":Kh=!1,ew(f,n,c);break;case"selectionchange":if(cR)break;case"keydown":case"keyup":ew(f,n,c)}var k;if(Og)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 So?vx(t,n)&&(C="onCompositionEnd"):t==="keydown"&&n.keyCode===229&&(C="onCompositionStart");C&&(mx&&n.locale!=="ko"&&(So||C!=="onCompositionStart"?C==="onCompositionEnd"&&So&&(k=gx()):(Tr=c,Ig="value"in Tr?Tr.value:Tr.textContent,So=!0)),b=ic(u,C),0<b.length&&(C=new q0(C,t,null,n,c),f.push({event:C,listeners:b}),k?C.data=k:(k=yx(n),k!==null&&(C.data=k)))),(k=QT?JT(t,n):eR(t,n))&&(u=ic(u,"onBeforeInput"),0<u.length&&(c=new q0("onBeforeInput","beforeinput",null,n,c),f.push({event:c,listeners:u}),c.data=k))}Ix(f,e)})}function Ea(t,e,n){return{instance:t,listener:e,currentTarget:n}}function ic(t,e){for(var n=e+"Capture",r=[];t!==null;){var i=t,o=i.stateNode;i.tag===5&&o!==null&&(i=o,o=_a(t,n),o!=null&&r.unshift(Ea(t,o,i)),o=_a(t,e),o!=null&&r.push(Ea(t,o,i))),t=t.return}return r}function _o(t){if(t===null)return null;do t=t.return;while(t&&t.tag!==5);return t||null}function ow(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=_a(n,o),l!=null&&s.unshift(Ea(n,l,a))):i||(l=_a(n,o),l!=null&&s.push(Ea(n,l,a)))),n=n.return}s.length!==0&&t.push({event:e,listeners:s})}var fR=/\r\n?/g,pR=/\u0000|\uFFFD/g;function sw(t){return(typeof t=="string"?t:""+t).replace(fR,`
6
- `).replace(pR,"")}function Mu(t,e,n){if(e=sw(e),sw(t)!==e&&n)throw Error(R(425))}function oc(){}var Gh=null,Zh=null;function Yh(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 Xh=typeof setTimeout=="function"?setTimeout:void 0,hR=typeof clearTimeout=="function"?clearTimeout:void 0,aw=typeof Promise=="function"?Promise:void 0,gR=typeof queueMicrotask=="function"?queueMicrotask:typeof aw<"u"?function(t){return aw.resolve(null).then(t).catch(mR)}:Xh;function mR(t){setTimeout(function(){throw t})}function vh(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),Sa(e);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=i}while(n);Sa(e)}function Or(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 lw(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 qo=Math.random().toString(36).slice(2),Sn="__reactFiber$"+qo,Aa="__reactProps$"+qo,Wn="__reactContainer$"+qo,Qh="__reactEvents$"+qo,vR="__reactListeners$"+qo,yR="__reactHandles$"+qo;function pi(t){var e=t[Sn];if(e)return e;for(var n=t.parentNode;n;){if(e=n[Wn]||n[Sn]){if(n=e.alternate,e.child!==null||n!==null&&n.child!==null)for(t=lw(t);t!==null;){if(n=t[Sn])return n;t=lw(t)}return e}t=n,n=t.parentNode}return null}function Fa(t){return t=t[Sn]||t[Wn],!t||t.tag!==5&&t.tag!==6&&t.tag!==13&&t.tag!==3?null:t}function Co(t){if(t.tag===5||t.tag===6)return t.stateNode;throw Error(R(33))}function Cc(t){return t[Aa]||null}var Jh=[],Eo=-1;function zr(t){return{current:t}}function _e(t){0>Eo||(t.current=Jh[Eo],Jh[Eo]=null,Eo--)}function me(t,e){Eo++,Jh[Eo]=t.current,t.current=e}var Vr={},tt=zr(Vr),vt=zr(!1),yi=Vr;function Vo(t,e){var n=t.type.contextTypes;if(!n)return Vr;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 sc(){_e(vt),_e(tt)}function uw(t,e,n){if(tt.current!==Vr)throw Error(R(168));me(tt,e),me(vt,n)}function Nx(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,iT(t)||"Unknown",i));return Re({},n,r)}function ac(t){return t=(t=t.stateNode)&&t.__reactInternalMemoizedMergedChildContext||Vr,yi=tt.current,me(tt,t),me(vt,vt.current),!0}function cw(t,e,n){var r=t.stateNode;if(!r)throw Error(R(169));n?(t=Nx(t,e,yi),r.__reactInternalMemoizedMergedChildContext=t,_e(vt),_e(tt),me(tt,t)):_e(vt),me(vt,n)}var Bn=null,Ec=!1,yh=!1;function Ox(t){Bn===null?Bn=[t]:Bn.push(t)}function _R(t){Ec=!0,Ox(t)}function Hr(){if(!yh&&Bn!==null){yh=!0;var t=0,e=ce;try{var n=Bn;for(ce=1;t<n.length;t++){var r=n[t];do r=r(!0);while(r!==null)}Bn=null,Ec=!1}catch(i){throw Bn!==null&&(Bn=Bn.slice(t+1)),ix(Eg,Hr),i}finally{ce=e,yh=!1}}return null}var Ao=[],To=0,lc=null,uc=0,Dt=[],Vt=0,_i=null,zn=1,Hn="";function di(t,e){Ao[To++]=uc,Ao[To++]=lc,lc=t,uc=e}function Lx(t,e,n){Dt[Vt++]=zn,Dt[Vt++]=Hn,Dt[Vt++]=_i,_i=t;var r=zn;t=Hn;var i=32-rn(r)-1;r&=~(1<<i),n+=1;var o=32-rn(e)+i;if(30<o){var s=i-i%5;o=(r&(1<<s)-1).toString(32),r>>=s,i-=s,zn=1<<32-rn(e)+i|n<<i|r,Hn=o+t}else zn=1<<o|n<<i|r,Hn=t}function Mg(t){t.return!==null&&(di(t,1),Lx(t,1,0))}function Fg(t){for(;t===lc;)lc=Ao[--To],Ao[To]=null,uc=Ao[--To],Ao[To]=null;for(;t===_i;)_i=Dt[--Vt],Dt[Vt]=null,Hn=Dt[--Vt],Dt[Vt]=null,zn=Dt[--Vt],Dt[Vt]=null}var Rt=null,Tt=null,ke=!1,nn=null;function Mx(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 dw(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=Or(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=_i!==null?{id:zn,overflow:Hn}: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 eg(t){return(t.mode&1)!==0&&(t.flags&128)===0}function tg(t){if(ke){var e=Tt;if(e){var n=e;if(!dw(t,e)){if(eg(t))throw Error(R(418));e=Or(n.nextSibling);var r=Rt;e&&dw(t,e)?Mx(r,n):(t.flags=t.flags&-4097|2,ke=!1,Rt=t)}}else{if(eg(t))throw Error(R(418));t.flags=t.flags&-4097|2,ke=!1,Rt=t}}}function fw(t){for(t=t.return;t!==null&&t.tag!==5&&t.tag!==3&&t.tag!==13;)t=t.return;Rt=t}function Fu(t){if(t!==Rt)return!1;if(!ke)return fw(t),ke=!0,!1;var e;if((e=t.tag!==3)&&!(e=t.tag!==5)&&(e=t.type,e=e!=="head"&&e!=="body"&&!Yh(t.type,t.memoizedProps)),e&&(e=Tt)){if(eg(t))throw Fx(),Error(R(418));for(;e;)Mx(t,e),e=Or(e.nextSibling)}if(fw(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=Or(t.nextSibling);break e}e--}else n!=="$"&&n!=="$!"&&n!=="$?"||e++}t=t.nextSibling}Tt=null}}else Tt=Rt?Or(t.stateNode.nextSibling):null;return!0}function Fx(){for(var t=Tt;t;)t=Or(t.nextSibling)}function Bo(){Tt=Rt=null,ke=!1}function $g(t){nn===null?nn=[t]:nn.push(t)}var wR=Gn.ReactCurrentBatchConfig;function ea(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 $u(t,e){throw t=Object.prototype.toString.call(e),Error(R(31,t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t))}function pw(t){var e=t._init;return e(t._payload)}function $x(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=$r(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=Ch(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===xo?c(d,p,m.props.children,y,m.key):p!==null&&(p.elementType===w||typeof w=="object"&&w!==null&&w.$$typeof===kr&&pw(w)===p.type)?(y=i(p,m.props),y.ref=ea(d,p,m),y.return=d,y):(y=Yu(m.type,m.key,m.props,null,d.mode,y),y.ref=ea(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=Eh(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=vi(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=Ch(""+p,d.mode,m),p.return=d,p;if(typeof p=="object"&&p!==null){switch(p.$$typeof){case Su:return m=Yu(p.type,p.key,p.props,null,d.mode,m),m.ref=ea(d,null,p),m.return=d,m;case wo:return p=Eh(p,d.mode,m),p.return=d,p;case kr:var y=p._init;return f(d,y(p._payload),m)}if(oa(p)||Ys(p))return p=vi(p,d.mode,m,null),p.return=d,p;$u(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 Su:return m.key===w?l(d,p,m,y):null;case wo:return m.key===w?u(d,p,m,y):null;case kr:return w=m._init,h(d,p,w(m._payload),y)}if(oa(m)||Ys(m))return w!==null?null:c(d,p,m,y,null);$u(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 Su:return d=d.get(y.key===null?m:y.key)||null,l(p,d,y,w);case wo:return d=d.get(y.key===null?m:y.key)||null,u(p,d,y,w);case kr:var b=y._init;return g(d,p,m,b(y._payload),w)}if(oa(y)||Ys(y))return d=d.get(m)||null,c(p,d,y,w,null);$u(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),ke&&di(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 ke&&di(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)}),ke&&di(d,C),w}function _(d,p,m,y){var w=Ys(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),ke&&di(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 ke&&di(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)}),ke&&di(d,C),w}function x(d,p,m,y){if(typeof m=="object"&&m!==null&&m.type===xo&&m.key===null&&(m=m.props.children),typeof m=="object"&&m!==null){switch(m.$$typeof){case Su:e:{for(var w=m.key,b=p;b!==null;){if(b.key===w){if(w=m.type,w===xo){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===kr&&pw(w)===b.type){n(d,b.sibling),p=i(b,m.props),p.ref=ea(d,b,m),p.return=d,d=p;break e}n(d,b);break}else e(d,b);b=b.sibling}m.type===xo?(p=vi(m.props.children,d.mode,y,m.key),p.return=d,d=p):(y=Yu(m.type,m.key,m.props,null,d.mode,y),y.ref=ea(d,p,m),y.return=d,d=y)}return s(d);case wo: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=Eh(m,d.mode,y),p.return=d,d=p}return s(d);case kr:return b=m._init,x(d,p,b(m._payload),y)}if(oa(m))return v(d,p,m,y);if(Ys(m))return _(d,p,m,y);$u(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=Ch(m,d.mode,y),p.return=d,d=p),s(d)):n(d,p)}return x}var zo=$x(!0),Dx=$x(!1),cc=zr(null),dc=null,Ro=null,Dg=null;function Vg(){Dg=Ro=dc=null}function Bg(t){var e=cc.current;_e(cc),t._currentValue=e}function ng(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 Fo(t,e){dc=t,Dg=Ro=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(Dg!==t)if(t={context:t,memoizedValue:e,next:null},Ro===null){if(dc===null)throw Error(R(308));Ro=t,dc.dependencies={lanes:0,firstContext:t}}else Ro=Ro.next=t;return e}var hi=null;function zg(t){hi===null?hi=[t]:hi.push(t)}function Vx(t,e,n,r){var i=e.interleaved;return i===null?(n.next=n,zg(e)):(n.next=i.next,i.next=n),e.interleaved=n,qn(t,r)}function qn(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 Cr=!1;function Hg(t){t.updateQueue={baseState:t.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Bx(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 jn(t,e){return{eventTime:t,lane:e,tag:0,payload:null,callback:null,next:null}}function Lr(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,qn(t,n)}return i=r.interleaved,i===null?(e.next=e,zg(r)):(e.next=i.next,i.next=e),r.interleaved=e,qn(t,n)}function Uu(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,Ag(t,n)}}function hw(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 fc(t,e,n,r){var i=t.updateQueue;Cr=!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:Cr=!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);xi|=s,t.lanes=s,t.memoizedState=f}}function gw(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 $a={},kn=zr($a),Ta=zr($a),Ra=zr($a);function gi(t){if(t===$a)throw Error(R(174));return t}function jg(t,e){switch(me(Ra,e),me(Ta,t),me(kn,$a),t=e.nodeType,t){case 9:case 11:e=(e=e.documentElement)?e.namespaceURI:Fh(null,"");break;default:t=t===8?e.parentNode:e,e=t.namespaceURI||null,t=t.tagName,e=Fh(e,t)}_e(kn),me(kn,e)}function Ho(){_e(kn),_e(Ta),_e(Ra)}function zx(t){gi(Ra.current);var e=gi(kn.current),n=Fh(e,t.type);e!==n&&(me(Ta,t),me(kn,n))}function Ug(t){Ta.current===t&&(_e(kn),_e(Ta))}var Ae=zr(0);function pc(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 _h=[];function Wg(){for(var t=0;t<_h.length;t++)_h[t]._workInProgressVersionPrimary=null;_h.length=0}var Wu=Gn.ReactCurrentDispatcher,wh=Gn.ReactCurrentBatchConfig,wi=0,Te=null,$e=null,Be=null,hc=!1,pa=!1,Ia=0,xR=0;function Qe(){throw Error(R(321))}function qg(t,e){if(e===null)return!1;for(var n=0;n<e.length&&n<t.length;n++)if(!sn(t[n],e[n]))return!1;return!0}function Kg(t,e,n,r,i,o){if(wi=o,Te=e,e.memoizedState=null,e.updateQueue=null,e.lanes=0,Wu.current=t===null||t.memoizedState===null?CR:ER,t=n(r,i),pa){o=0;do{if(pa=!1,Ia=0,25<=o)throw Error(R(301));o+=1,Be=$e=null,e.updateQueue=null,Wu.current=AR,t=n(r,i)}while(pa)}if(Wu.current=gc,e=$e!==null&&$e.next!==null,wi=0,Be=$e=Te=null,hc=!1,e)throw Error(R(300));return t}function Gg(){var t=Ia!==0;return Ia=0,t}function xn(){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 Pa(t,e){return typeof e=="function"?e(t):e}function xh(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((wi&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,xi|=c}u=u.next}while(u!==null&&u!==o);l===null?s=r:l.next=a,sn(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,xi|=o,i=i.next;while(i!==t)}else i===null&&(n.lanes=0);return[e.memoizedState,n.dispatch]}function Sh(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);sn(o,e.memoizedState)||(mt=!0),e.memoizedState=o,e.baseQueue===null&&(e.baseState=o),n.lastRenderedState=o}return[o,r]}function Hx(){}function jx(t,e){var n=Te,r=jt(),i=e(),o=!sn(r.memoizedState,i);if(o&&(r.memoizedState=i,mt=!0),r=r.queue,Zg(qx.bind(null,n,r,t),[t]),r.getSnapshot!==e||o||Be!==null&&Be.memoizedState.tag&1){if(n.flags|=2048,Na(9,Wx.bind(null,n,r,i,e),void 0,null),ze===null)throw Error(R(349));(wi&30)!==0||Ux(n,e,i)}return i}function Ux(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 Wx(t,e,n,r){e.value=n,e.getSnapshot=r,Kx(e)&&Gx(t)}function qx(t,e,n){return n(function(){Kx(e)&&Gx(t)})}function Kx(t){var e=t.getSnapshot;t=t.value;try{var n=e();return!sn(t,n)}catch{return!0}}function Gx(t){var e=qn(t,1);e!==null&&on(e,t,1,-1)}function mw(t){var e=xn();return typeof t=="function"&&(t=t()),e.memoizedState=e.baseState=t,t={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Pa,lastRenderedState:t},e.queue=t,t=t.dispatch=kR.bind(null,Te,t),[e.memoizedState,t]}function Na(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 Zx(){return jt().memoizedState}function qu(t,e,n,r){var i=xn();Te.flags|=t,i.memoizedState=Na(1|e,n,void 0,r===void 0?null:r)}function Ac(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&&qg(r,s.deps)){i.memoizedState=Na(e,n,o,r);return}}Te.flags|=t,i.memoizedState=Na(1|e,n,o,r)}function vw(t,e){return qu(8390656,8,t,e)}function Zg(t,e){return Ac(2048,8,t,e)}function Yx(t,e){return Ac(4,2,t,e)}function Xx(t,e){return Ac(4,4,t,e)}function Qx(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 Jx(t,e,n){return n=n!=null?n.concat([t]):null,Ac(4,4,Qx.bind(null,e,t),n)}function Yg(){}function eS(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&qg(e,r[1])?r[0]:(n.memoizedState=[t,e],t)}function tS(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&qg(e,r[1])?r[0]:(t=t(),n.memoizedState=[t,e],t)}function nS(t,e,n){return(wi&21)===0?(t.baseState&&(t.baseState=!1,mt=!0),t.memoizedState=n):(sn(n,e)||(n=ax(),Te.lanes|=n,xi|=n,t.baseState=!0),e)}function SR(t,e){var n=ce;ce=n!==0&&4>n?n:4,t(!0);var r=wh.transition;wh.transition={};try{t(!1),e()}finally{ce=n,wh.transition=r}}function rS(){return jt().memoizedState}function bR(t,e,n){var r=Fr(t);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},iS(t))oS(e,n);else if(n=Vx(t,e,n,r),n!==null){var i=at();on(n,t,r,i),sS(n,e,r)}}function kR(t,e,n){var r=Fr(t),i={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(iS(t))oS(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,sn(a,s)){var l=e.interleaved;l===null?(i.next=i,zg(e)):(i.next=l.next,l.next=i),e.interleaved=i;return}}catch{}n=Vx(t,e,i,r),n!==null&&(i=at(),on(n,t,r,i),sS(n,e,r))}}function iS(t){var e=t.alternate;return t===Te||e!==null&&e===Te}function oS(t,e){pa=hc=!0;var n=t.pending;n===null?e.next=e:(e.next=n.next,n.next=e),t.pending=e}function sS(t,e,n){if((n&4194240)!==0){var r=e.lanes;r&=t.pendingLanes,n|=r,e.lanes=n,Ag(t,n)}}var gc={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},CR={readContext:Ht,useCallback:function(t,e){return xn().memoizedState=[t,e===void 0?null:e],t},useContext:Ht,useEffect:vw,useImperativeHandle:function(t,e,n){return n=n!=null?n.concat([t]):null,qu(4194308,4,Qx.bind(null,e,t),n)},useLayoutEffect:function(t,e){return qu(4194308,4,t,e)},useInsertionEffect:function(t,e){return qu(4,2,t,e)},useMemo:function(t,e){var n=xn();return e=e===void 0?null:e,t=t(),n.memoizedState=[t,e],t},useReducer:function(t,e,n){var r=xn();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=bR.bind(null,Te,t),[r.memoizedState,t]},useRef:function(t){var e=xn();return t={current:t},e.memoizedState=t},useState:mw,useDebugValue:Yg,useDeferredValue:function(t){return xn().memoizedState=t},useTransition:function(){var t=mw(!1),e=t[0];return t=SR.bind(null,t[1]),xn().memoizedState=t,[e,t]},useMutableSource:function(){},useSyncExternalStore:function(t,e,n){var r=Te,i=xn();if(ke){if(n===void 0)throw Error(R(407));n=n()}else{if(n=e(),ze===null)throw Error(R(349));(wi&30)!==0||Ux(r,e,n)}i.memoizedState=n;var o={value:n,getSnapshot:e};return i.queue=o,vw(qx.bind(null,r,o,t),[t]),r.flags|=2048,Na(9,Wx.bind(null,r,o,n,e),void 0,null),n},useId:function(){var t=xn(),e=ze.identifierPrefix;if(ke){var n=Hn,r=zn;n=(r&~(1<<32-rn(r)-1)).toString(32)+n,e=":"+e+"R"+n,n=Ia++,0<n&&(e+="H"+n.toString(32)),e+=":"}else n=xR++,e=":"+e+"r"+n.toString(32)+":";return t.memoizedState=e},unstable_isNewReconciler:!1},ER={readContext:Ht,useCallback:eS,useContext:Ht,useEffect:Zg,useImperativeHandle:Jx,useInsertionEffect:Yx,useLayoutEffect:Xx,useMemo:tS,useReducer:xh,useRef:Zx,useState:function(){return xh(Pa)},useDebugValue:Yg,useDeferredValue:function(t){var e=jt();return nS(e,$e.memoizedState,t)},useTransition:function(){var t=xh(Pa)[0],e=jt().memoizedState;return[t,e]},useMutableSource:Hx,useSyncExternalStore:jx,useId:rS,unstable_isNewReconciler:!1},AR={readContext:Ht,useCallback:eS,useContext:Ht,useEffect:Zg,useImperativeHandle:Jx,useInsertionEffect:Yx,useLayoutEffect:Xx,useMemo:tS,useReducer:Sh,useRef:Zx,useState:function(){return Sh(Pa)},useDebugValue:Yg,useDeferredValue:function(t){var e=jt();return $e===null?e.memoizedState=t:nS(e,$e.memoizedState,t)},useTransition:function(){var t=Sh(Pa)[0],e=jt().memoizedState;return[t,e]},useMutableSource:Hx,useSyncExternalStore:jx,useId:rS,unstable_isNewReconciler:!1};function en(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 rg(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 Tc={isMounted:function(t){return(t=t._reactInternals)?ki(t)===t:!1},enqueueSetState:function(t,e,n){t=t._reactInternals;var r=at(),i=Fr(t),o=jn(r,i);o.payload=e,n!=null&&(o.callback=n),e=Lr(t,o,i),e!==null&&(on(e,t,i,r),Uu(e,t,i))},enqueueReplaceState:function(t,e,n){t=t._reactInternals;var r=at(),i=Fr(t),o=jn(r,i);o.tag=1,o.payload=e,n!=null&&(o.callback=n),e=Lr(t,o,i),e!==null&&(on(e,t,i,r),Uu(e,t,i))},enqueueForceUpdate:function(t,e){t=t._reactInternals;var n=at(),r=Fr(t),i=jn(n,r);i.tag=2,e!=null&&(i.callback=e),e=Lr(t,i,r),e!==null&&(on(e,t,r,n),Uu(e,t,r))}};function yw(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?!ka(n,r)||!ka(i,o):!0}function aS(t,e,n){var r=!1,i=Vr,o=e.contextType;return typeof o=="object"&&o!==null?o=Ht(o):(i=yt(e)?yi:tt.current,r=e.contextTypes,o=(r=r!=null)?Vo(t,i):Vr),e=new e(n,o),t.memoizedState=e.state!==null&&e.state!==void 0?e.state:null,e.updater=Tc,t.stateNode=e,e._reactInternals=t,r&&(t=t.stateNode,t.__reactInternalMemoizedUnmaskedChildContext=i,t.__reactInternalMemoizedMaskedChildContext=o),e}function _w(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&&Tc.enqueueReplaceState(e,e.state,null)}function ig(t,e,n,r){var i=t.stateNode;i.props=n,i.state=t.memoizedState,i.refs={},Hg(t);var o=e.contextType;typeof o=="object"&&o!==null?i.context=Ht(o):(o=yt(e)?yi:tt.current,i.context=Vo(t,o)),i.state=t.memoizedState,o=e.getDerivedStateFromProps,typeof o=="function"&&(rg(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&&Tc.enqueueReplaceState(i,i.state,null),fc(t,n,i,r),i.state=t.memoizedState),typeof i.componentDidMount=="function"&&(t.flags|=4194308)}function jo(t,e){try{var n="",r=e;do n+=rT(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{sh=!1,Error.prepareStackTrace=n}return(t=t?t.displayName||t.name:"")?ia(t):""}function rT(t){switch(t.tag){case 5:return ia(t.type);case 16:return ia("Lazy");case 13:return ia("Suspense");case 19:return ia("SuspenseList");case 0:case 2:case 15:return t=ah(t.type,!1),t;case 11:return t=ah(t.type.render,!1),t;case 1:return t=ah(t.type,!0),t;default:return""}}function Ph(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 xo:return"Fragment";case wo:return"Portal";case Th:return"Profiler";case Sg:return"StrictMode";case Rh:return"Suspense";case Ih:return"SuspenseList"}if(typeof t=="object")switch(t.$$typeof){case Bw:return(t.displayName||"Context")+".Consumer";case Vw:return(t._context.displayName||"Context")+".Provider";case bg:var e=t.render;return t=t.displayName,t||(t=e.displayName||e.name||"",t=t!==""?"ForwardRef("+t+")":"ForwardRef"),t;case kg:return e=t.displayName||null,e!==null?e:Ph(t.type)||"Memo";case kr:e=t._payload,t=t._init;try{return Ph(t(e))}catch{}}return null}function iT(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 Ph(e);case 8:return e===Sg?"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 Dr(t){switch(typeof t){case"boolean":case"number":case"string":case"undefined":return t;case"object":return t;default:return""}}function Hw(t){var e=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(e==="checkbox"||e==="radio")}function oT(t){var e=Hw(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 bc(t){t._valueTracker||(t._valueTracker=oT(t))}function jw(t){if(!t)return!1;var e=t._valueTracker;if(!e)return!0;var n=e.getValue(),r="";return t&&(r=Hw(t)?t.checked?"true":"false":t.value),t=r,t!==n?(e.setValue(t),!0):!1}function Xc(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 Nh(t,e){var n=e.checked;return Re({},e,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??t._wrapperState.initialChecked})}function M0(t,e){var n=e.defaultValue==null?"":e.defaultValue,r=e.checked!=null?e.checked:e.defaultChecked;n=Dr(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 Uw(t,e){e=e.checked,e!=null&&xg(t,"checked",e,!1)}function Oh(t,e){Uw(t,e);var n=Dr(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")?Lh(t,e.type,n):e.hasOwnProperty("defaultValue")&&Lh(t,e.type,Dr(e.defaultValue)),e.checked==null&&e.defaultChecked!=null&&(t.defaultChecked=!!e.defaultChecked)}function F0(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 Lh(t,e,n){(e!=="number"||Xc(t.ownerDocument)!==t)&&(n==null?t.defaultValue=""+t._wrapperState.initialValue:t.defaultValue!==""+n&&(t.defaultValue=""+n))}var oa=Array.isArray;function No(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=""+Dr(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 Mh(t,e){if(e.dangerouslySetInnerHTML!=null)throw Error(R(91));return Re({},e,{value:void 0,defaultValue:void 0,children:""+t._wrapperState.initialValue})}function $0(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(oa(n)){if(1<n.length)throw Error(R(93));n=n[0]}e=n}e==null&&(e=""),n=e}t._wrapperState={initialValue:Dr(n)}}function Ww(t,e){var n=Dr(e.value),r=Dr(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 qw(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 Fh(t,e){return t==null||t==="http://www.w3.org/1999/xhtml"?qw(e):t==="http://www.w3.org/2000/svg"&&e==="foreignObject"?"http://www.w3.org/1999/xhtml":t}var kc,Kw=(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(kc=kc||document.createElement("div"),kc.innerHTML="<svg>"+e.valueOf().toString()+"</svg>",e=kc.firstChild;t.firstChild;)t.removeChild(t.firstChild);for(;e.firstChild;)t.appendChild(e.firstChild)}});function ya(t,e){if(e){var n=t.firstChild;if(n&&n===t.lastChild&&n.nodeType===3){n.nodeValue=e;return}}t.textContent=e}var la={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},sT=["Webkit","ms","Moz","O"];Object.keys(la).forEach(function(t){sT.forEach(function(e){e=e+t.charAt(0).toUpperCase()+t.substring(1),la[e]=la[t]})});function Gw(t,e,n){return e==null||typeof e=="boolean"||e===""?"":n||typeof e!="number"||e===0||la.hasOwnProperty(t)&&la[t]?(""+e).trim():e+"px"}function Zw(t,e){t=t.style;for(var n in e)if(e.hasOwnProperty(n)){var r=n.indexOf("--")===0,i=Gw(n,e[n],r);n==="float"&&(n="cssFloat"),r?t.setProperty(n,i):t[n]=i}}var aT=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 $h(t,e){if(e){if(aT[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 Dh(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 Vh=null;function Cg(t){return t=t.target||t.srcElement||window,t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===3?t.parentNode:t}var Bh=null,Oo=null,Lo=null;function V0(t){if(t=Fa(t)){if(typeof Bh!="function")throw Error(R(280));var e=t.stateNode;e&&(e=Cu(e),Bh(t.stateNode,t.type,e))}}function Yw(t){Oo?Lo?Lo.push(t):Lo=[t]:Oo=t}function Xw(){if(Oo){var t=Oo,e=Lo;if(Lo=Oo=null,V0(t),e)for(t=0;t<e.length;t++)V0(e[t])}}function Qw(t,e){return t(e)}function Jw(){}var lh=!1;function ex(t,e,n){if(lh)return t(e,n);lh=!0;try{return Qw(t,e,n)}finally{lh=!1,(Oo!==null||Lo!==null)&&(Jw(),Xw())}}function _a(t,e){var n=t.stateNode;if(n===null)return null;var r=Cu(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 zh=!1;if(Un)try{yo={},Object.defineProperty(yo,"passive",{get:function(){zh=!0}}),window.addEventListener("test",yo,yo),window.removeEventListener("test",yo,yo)}catch{zh=!1}var yo;function lT(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 ca=!1,Qc=null,Jc=!1,Hh=null,cT={onError:function(t){ca=!0,Qc=t}};function uT(t,e,n,r,i,o,s,a,l){ca=!1,Qc=null,lT.apply(cT,arguments)}function dT(t,e,n,r,i,o,s,a,l){if(uT.apply(this,arguments),ca){if(ca){var c=Qc;ca=!1,Qc=null}else throw Error(R(198));Jc||(Jc=!0,Hh=c)}}function ki(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 tx(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 B0(t){if(ki(t)!==t)throw Error(R(188))}function fT(t){var e=t.alternate;if(!e){if(e=ki(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 B0(i),t;if(o===r)return B0(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 nx(t){return t=fT(t),t!==null?rx(t):null}function rx(t){if(t.tag===5||t.tag===6)return t;for(t=t.child;t!==null;){var e=rx(t);if(e!==null)return e;t=t.sibling}return null}var ix=It.unstable_scheduleCallback,z0=It.unstable_cancelCallback,pT=It.unstable_shouldYield,hT=It.unstable_requestPaint,Ne=It.unstable_now,gT=It.unstable_getCurrentPriorityLevel,Eg=It.unstable_ImmediatePriority,ox=It.unstable_UserBlockingPriority,eu=It.unstable_NormalPriority,mT=It.unstable_LowPriority,sx=It.unstable_IdlePriority,xu=null,bn=null;function vT(t){if(bn&&typeof bn.onCommitFiberRoot=="function")try{bn.onCommitFiberRoot(xu,t,void 0,(t.current.flags&128)===128)}catch{}}var rn=Math.clz32?Math.clz32:wT,yT=Math.log,_T=Math.LN2;function wT(t){return t>>>=0,t===0?32:31-(yT(t)/_T|0)|0}var Cc=64,Ec=4194304;function sa(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 tu(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=sa(a):(o&=s,o!==0&&(r=sa(o)))}else s=n&~i,s!==0?r=sa(s):o!==0&&(r=sa(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-rn(e),i=1<<n,r|=t[n],e&=~i;return r}function xT(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 ST(t,e){for(var n=t.suspendedLanes,r=t.pingedLanes,i=t.expirationTimes,o=t.pendingLanes;0<o;){var s=31-rn(o),a=1<<s,l=i[s];l===-1?((a&n)===0||(a&r)!==0)&&(i[s]=xT(a,e)):l<=e&&(t.expiredLanes|=a),o&=~a}}function jh(t){return t=t.pendingLanes&-1073741825,t!==0?t:t&1073741824?1073741824:0}function ax(){var t=Cc;return Cc<<=1,(Cc&4194240)===0&&(Cc=64),t}function ch(t){for(var e=[],n=0;31>n;n++)e.push(t);return e}function La(t,e,n){t.pendingLanes|=e,e!==536870912&&(t.suspendedLanes=0,t.pingedLanes=0),t=t.eventTimes,e=31-rn(e),t[e]=n}function bT(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-rn(n),o=1<<i;e[i]=0,r[i]=-1,t[i]=-1,n&=~o}}function Ag(t,e){var n=t.entangledLanes|=e;for(t=t.entanglements;n;){var r=31-rn(n),i=1<<r;i&e|t[r]&e&&(t[r]|=e),n&=~i}}var ue=0;function lx(t){return t&=-t,1<t?4<t?(t&268435455)!==0?16:536870912:4:1}var cx,Tg,ux,dx,fx,Uh=!1,Ac=[],Ir=null,Pr=null,Nr=null,wa=new Map,xa=new Map,Er=[],kT="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 H0(t,e){switch(t){case"focusin":case"focusout":Ir=null;break;case"dragenter":case"dragleave":Pr=null;break;case"mouseover":case"mouseout":Nr=null;break;case"pointerover":case"pointerout":wa.delete(e.pointerId);break;case"gotpointercapture":case"lostpointercapture":xa.delete(e.pointerId)}}function Xs(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=Fa(e),e!==null&&Tg(e)),t):(t.eventSystemFlags|=r,e=t.targetContainers,i!==null&&e.indexOf(i)===-1&&e.push(i),t)}function CT(t,e,n,r,i){switch(e){case"focusin":return Ir=Xs(Ir,t,e,n,r,i),!0;case"dragenter":return Pr=Xs(Pr,t,e,n,r,i),!0;case"mouseover":return Nr=Xs(Nr,t,e,n,r,i),!0;case"pointerover":var o=i.pointerId;return wa.set(o,Xs(wa.get(o)||null,t,e,n,r,i)),!0;case"gotpointercapture":return o=i.pointerId,xa.set(o,Xs(xa.get(o)||null,t,e,n,r,i)),!0}return!1}function px(t){var e=pi(t.target);if(e!==null){var n=ki(e);if(n!==null){if(e=n.tag,e===13){if(e=tx(n),e!==null){t.blockedOn=e,fx(t.priority,function(){ux(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 zc(t){if(t.blockedOn!==null)return!1;for(var e=t.targetContainers;0<e.length;){var n=Wh(t.domEventName,t.eventSystemFlags,e[0],t.nativeEvent);if(n===null){n=t.nativeEvent;var r=new n.constructor(n.type,n);Vh=r,n.target.dispatchEvent(r),Vh=null}else return e=Fa(n),e!==null&&Tg(e),t.blockedOn=n,!1;e.shift()}return!0}function j0(t,e,n){zc(t)&&n.delete(e)}function ET(){Uh=!1,Ir!==null&&zc(Ir)&&(Ir=null),Pr!==null&&zc(Pr)&&(Pr=null),Nr!==null&&zc(Nr)&&(Nr=null),wa.forEach(j0),xa.forEach(j0)}function Qs(t,e){t.blockedOn===e&&(t.blockedOn=null,Uh||(Uh=!0,It.unstable_scheduleCallback(It.unstable_NormalPriority,ET)))}function Sa(t){function e(i){return Qs(i,t)}if(0<Ac.length){Qs(Ac[0],t);for(var n=1;n<Ac.length;n++){var r=Ac[n];r.blockedOn===t&&(r.blockedOn=null)}}for(Ir!==null&&Qs(Ir,t),Pr!==null&&Qs(Pr,t),Nr!==null&&Qs(Nr,t),wa.forEach(e),xa.forEach(e),n=0;n<Er.length;n++)r=Er[n],r.blockedOn===t&&(r.blockedOn=null);for(;0<Er.length&&(n=Er[0],n.blockedOn===null);)px(n),n.blockedOn===null&&Er.shift()}var Mo=Gn.ReactCurrentBatchConfig,nu=!0;function AT(t,e,n,r){var i=ue,o=Mo.transition;Mo.transition=null;try{ue=1,Rg(t,e,n,r)}finally{ue=i,Mo.transition=o}}function TT(t,e,n,r){var i=ue,o=Mo.transition;Mo.transition=null;try{ue=4,Rg(t,e,n,r)}finally{ue=i,Mo.transition=o}}function Rg(t,e,n,r){if(nu){var i=Wh(t,e,n,r);if(i===null)mh(t,e,r,ru,n),H0(t,r);else if(CT(i,t,e,n,r))r.stopPropagation();else if(H0(t,r),e&4&&-1<kT.indexOf(t)){for(;i!==null;){var o=Fa(i);if(o!==null&&cx(o),o=Wh(t,e,n,r),o===null&&mh(t,e,r,ru,n),o===i)break;i=o}i!==null&&r.stopPropagation()}else mh(t,e,r,null,n)}}var ru=null;function Wh(t,e,n,r){if(ru=null,t=Cg(r),t=pi(t),t!==null)if(e=ki(t),e===null)t=null;else if(n=e.tag,n===13){if(t=tx(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 ru=t,null}function hx(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(gT()){case Eg:return 1;case ox:return 4;case eu:case mT:return 16;case sx:return 536870912;default:return 16}default:return 16}}var Tr=null,Ig=null,Hc=null;function gx(){if(Hc)return Hc;var t,e=Ig,n=e.length,r,i="value"in Tr?Tr.value:Tr.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 Hc=i.slice(t,1<r?1-r:void 0)}function jc(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 Tc(){return!0}function U0(){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)?Tc:U0,this.isPropagationStopped=U0,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=Tc)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Tc)},persist:function(){},isPersistent:Tc}),e}var Wo={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(t){return t.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Pg=Pt(Wo),Ma=Re({},Wo,{view:0,detail:0}),RT=Pt(Ma),uh,dh,Js,Su=Re({},Ma,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ng,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!==Js&&(Js&&t.type==="mousemove"?(uh=t.screenX-Js.screenX,dh=t.screenY-Js.screenY):dh=uh=0,Js=t),uh)},movementY:function(t){return"movementY"in t?t.movementY:dh}}),W0=Pt(Su),IT=Re({},Su,{dataTransfer:0}),PT=Pt(IT),NT=Re({},Ma,{relatedTarget:0}),fh=Pt(NT),OT=Re({},Wo,{animationName:0,elapsedTime:0,pseudoElement:0}),LT=Pt(OT),MT=Re({},Wo,{clipboardData:function(t){return"clipboardData"in t?t.clipboardData:window.clipboardData}}),FT=Pt(MT),$T=Re({},Wo,{data:0}),q0=Pt($T),DT={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},VT={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"},BT={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function zT(t){var e=this.nativeEvent;return e.getModifierState?e.getModifierState(t):(t=BT[t])?!!e[t]:!1}function Ng(){return zT}var HT=Re({},Ma,{key:function(t){if(t.key){var e=DT[t.key]||t.key;if(e!=="Unidentified")return e}return t.type==="keypress"?(t=jc(t),t===13?"Enter":String.fromCharCode(t)):t.type==="keydown"||t.type==="keyup"?VT[t.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Ng,charCode:function(t){return t.type==="keypress"?jc(t):0},keyCode:function(t){return t.type==="keydown"||t.type==="keyup"?t.keyCode:0},which:function(t){return t.type==="keypress"?jc(t):t.type==="keydown"||t.type==="keyup"?t.keyCode:0}}),jT=Pt(HT),UT=Re({},Su,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),K0=Pt(UT),WT=Re({},Ma,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ng}),qT=Pt(WT),KT=Re({},Wo,{propertyName:0,elapsedTime:0,pseudoElement:0}),GT=Pt(KT),ZT=Re({},Su,{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}),YT=Pt(ZT),XT=[9,13,27,32],Og=Un&&"CompositionEvent"in window,ua=null;Un&&"documentMode"in document&&(ua=document.documentMode);var QT=Un&&"TextEvent"in window&&!ua,mx=Un&&(!Og||ua&&8<ua&&11>=ua),G0=" ",Z0=!1;function vx(t,e){switch(t){case"keyup":return XT.indexOf(e.keyCode)!==-1;case"keydown":return e.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function yx(t){return t=t.detail,typeof t=="object"&&"data"in t?t.data:null}var So=!1;function JT(t,e){switch(t){case"compositionend":return yx(e);case"keypress":return e.which!==32?null:(Z0=!0,G0);case"textInput":return t=e.data,t===G0&&Z0?null:t;default:return null}}function eR(t,e){if(So)return t==="compositionend"||!Og&&vx(t,e)?(t=gx(),Hc=Ig=Tr=null,So=!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 mx&&e.locale!=="ko"?null:e.data;default:return null}}var tR={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 Y0(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e==="input"?!!tR[t.type]:e==="textarea"}function _x(t,e,n,r){Yw(r),e=iu(e,"onChange"),0<e.length&&(n=new Pg("onChange","change",null,n,r),t.push({event:n,listeners:e}))}var da=null,ba=null;function nR(t){Ix(t,0)}function bu(t){var e=Co(t);if(jw(e))return t}function rR(t,e){if(t==="change")return e}var wx=!1;Un&&(Un?(Ic="oninput"in document,Ic||(ph=document.createElement("div"),ph.setAttribute("oninput","return;"),Ic=typeof ph.oninput=="function"),Rc=Ic):Rc=!1,wx=Rc&&(!document.documentMode||9<document.documentMode));var Rc,Ic,ph;function X0(){da&&(da.detachEvent("onpropertychange",xx),ba=da=null)}function xx(t){if(t.propertyName==="value"&&bu(ba)){var e=[];_x(e,ba,t,Cg(t)),ex(nR,e)}}function iR(t,e,n){t==="focusin"?(X0(),da=e,ba=n,da.attachEvent("onpropertychange",xx)):t==="focusout"&&X0()}function oR(t){if(t==="selectionchange"||t==="keyup"||t==="keydown")return bu(ba)}function sR(t,e){if(t==="click")return bu(e)}function aR(t,e){if(t==="input"||t==="change")return bu(e)}function lR(t,e){return t===e&&(t!==0||1/t===1/e)||t!==t&&e!==e}var sn=typeof Object.is=="function"?Object.is:lR;function ka(t,e){if(sn(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(!Ah.call(e,i)||!sn(t[i],e[i]))return!1}return!0}function Q0(t){for(;t&&t.firstChild;)t=t.firstChild;return t}function J0(t,e){var n=Q0(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=Q0(n)}}function Sx(t,e){return t&&e?t===e?!0:t&&t.nodeType===3?!1:e&&e.nodeType===3?Sx(t,e.parentNode):"contains"in t?t.contains(e):t.compareDocumentPosition?!!(t.compareDocumentPosition(e)&16):!1:!1}function bx(){for(var t=window,e=Xc();e instanceof t.HTMLIFrameElement;){try{var n=typeof e.contentWindow.location.href=="string"}catch{n=!1}if(n)t=e.contentWindow;else break;e=Xc(t.document)}return e}function Lg(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 cR(t){var e=bx(),n=t.focusedElem,r=t.selectionRange;if(e!==n&&n&&n.ownerDocument&&Sx(n.ownerDocument.documentElement,n)){if(r!==null&&Lg(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=J0(n,o);var s=J0(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 uR=Un&&"documentMode"in document&&11>=document.documentMode,bo=null,qh=null,fa=null,Kh=!1;function ew(t,e,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Kh||bo==null||bo!==Xc(r)||(r=bo,"selectionStart"in r&&Lg(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}),fa&&ka(fa,r)||(fa=r,r=iu(qh,"onSelect"),0<r.length&&(e=new Pg("onSelect","select",null,e,n),t.push({event:e,listeners:r}),e.target=bo)))}function Pc(t,e){var n={};return n[t.toLowerCase()]=e.toLowerCase(),n["Webkit"+t]="webkit"+e,n["Moz"+t]="moz"+e,n}var ko={animationend:Pc("Animation","AnimationEnd"),animationiteration:Pc("Animation","AnimationIteration"),animationstart:Pc("Animation","AnimationStart"),transitionend:Pc("Transition","TransitionEnd")},hh={},kx={};Un&&(kx=document.createElement("div").style,"AnimationEvent"in window||(delete ko.animationend.animation,delete ko.animationiteration.animation,delete ko.animationstart.animation),"TransitionEvent"in window||delete ko.transitionend.transition);function ku(t){if(hh[t])return hh[t];if(!ko[t])return t;var e=ko[t],n;for(n in e)if(e.hasOwnProperty(n)&&n in kx)return hh[t]=e[n];return t}var Cx=ku("animationend"),Ex=ku("animationiteration"),Ax=ku("animationstart"),Tx=ku("transitionend"),Rx=new Map,tw="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 Br(t,e){Rx.set(t,e),bi(e,[t])}for(Nc=0;Nc<tw.length;Nc++)Oc=tw[Nc],nw=Oc.toLowerCase(),rw=Oc[0].toUpperCase()+Oc.slice(1),Br(nw,"on"+rw);var Oc,nw,rw,Nc;Br(Cx,"onAnimationEnd");Br(Ex,"onAnimationIteration");Br(Ax,"onAnimationStart");Br("dblclick","onDoubleClick");Br("focusin","onFocus");Br("focusout","onBlur");Br(Tx,"onTransitionEnd");Do("onMouseEnter",["mouseout","mouseover"]);Do("onMouseLeave",["mouseout","mouseover"]);Do("onPointerEnter",["pointerout","pointerover"]);Do("onPointerLeave",["pointerout","pointerover"]);bi("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));bi("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));bi("onBeforeInput",["compositionend","keypress","textInput","paste"]);bi("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));bi("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));bi("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var aa="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(" "),dR=new Set("cancel close invalid load scroll toggle".split(" ").concat(aa));function iw(t,e,n){var r=t.type||"unknown-event";t.currentTarget=n,dT(r,e,void 0,t),t.currentTarget=null}function Ix(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;iw(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;iw(i,a,c),o=l}}}if(Jc)throw t=Hh,Jc=!1,Hh=null,t}function ye(t,e){var n=e[Qh];n===void 0&&(n=e[Qh]=new Set);var r=t+"__bubble";n.has(r)||(Px(e,t,2,!1),n.add(r))}function gh(t,e,n){var r=0;e&&(r|=4),Px(n,t,r,e)}var Lc="_reactListening"+Math.random().toString(36).slice(2);function Ca(t){if(!t[Lc]){t[Lc]=!0,Dw.forEach(function(n){n!=="selectionchange"&&(dR.has(n)||gh(n,!1,t),gh(n,!0,t))});var e=t.nodeType===9?t:t.ownerDocument;e===null||e[Lc]||(e[Lc]=!0,gh("selectionchange",!1,e))}}function Px(t,e,n,r){switch(hx(e)){case 1:var i=AT;break;case 4:i=TT;break;default:i=Rg}n=i.bind(null,e,n,t),i=void 0,!zh||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 mh(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=pi(a),s===null)return;if(l=s.tag,l===5||l===6){r=o=s;continue e}a=a.parentNode}}r=r.return}ex(function(){var c=o,u=Cg(n),f=[];e:{var h=Rx.get(t);if(h!==void 0){var g=Pg,v=t;switch(t){case"keypress":if(jc(n)===0)break e;case"keydown":case"keyup":g=jT;break;case"focusin":v="focus",g=fh;break;case"focusout":v="blur",g=fh;break;case"beforeblur":case"afterblur":g=fh;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=W0;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":g=PT;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":g=qT;break;case Cx:case Ex:case Ax:g=LT;break;case Tx:g=GT;break;case"scroll":g=RT;break;case"wheel":g=YT;break;case"copy":case"cut":case"paste":g=FT;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":g=K0}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=_a(p,d),y!=null&&_.push(Ea(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!==Vh&&(v=n.relatedTarget||n.fromElement)&&(pi(v)||v[Wn]))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?pi(v):null,v!==null&&(x=ki(v),v!==x||v.tag!==5&&v.tag!==6)&&(v=null)):(g=null,v=c),g!==v)){if(_=W0,y="onMouseLeave",d="onMouseEnter",p="mouse",(t==="pointerout"||t==="pointerover")&&(_=K0,y="onPointerLeave",d="onPointerEnter",p="pointer"),x=g==null?h:Co(g),m=v==null?h:Co(v),h=new _(y,p+"leave",g,n,u),h.target=x,h.relatedTarget=m,y=null,pi(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=_o(m))p++;for(m=0,y=d;y;y=_o(y))m++;for(;0<p-m;)_=_o(_),p--;for(;0<m-p;)d=_o(d),m--;for(;p--;){if(_===d||d!==null&&_===d.alternate)break t;_=_o(_),d=_o(d)}_=null}else _=null;g!==null&&ow(f,h,g,_,!1),v!==null&&x!==null&&ow(f,x,v,_,!0)}}e:{if(h=c?Co(c):window,g=h.nodeName&&h.nodeName.toLowerCase(),g==="select"||g==="input"&&h.type==="file")var w=rR;else if(Y0(h))if(wx)w=aR;else{w=oR;var b=iR}else(g=h.nodeName)&&g.toLowerCase()==="input"&&(h.type==="checkbox"||h.type==="radio")&&(w=sR);if(w&&(w=w(t,c))){_x(f,w,n,u);break e}b&&b(t,h,c),t==="focusout"&&(b=h._wrapperState)&&b.controlled&&h.type==="number"&&Lh(h,"number",h.value)}switch(b=c?Co(c):window,t){case"focusin":(Y0(b)||b.contentEditable==="true")&&(bo=b,qh=c,fa=null);break;case"focusout":fa=qh=bo=null;break;case"mousedown":Kh=!0;break;case"contextmenu":case"mouseup":case"dragend":Kh=!1,ew(f,n,u);break;case"selectionchange":if(uR)break;case"keydown":case"keyup":ew(f,n,u)}var k;if(Og)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 So?vx(t,n)&&(C="onCompositionEnd"):t==="keydown"&&n.keyCode===229&&(C="onCompositionStart");C&&(mx&&n.locale!=="ko"&&(So||C!=="onCompositionStart"?C==="onCompositionEnd"&&So&&(k=gx()):(Tr=u,Ig="value"in Tr?Tr.value:Tr.textContent,So=!0)),b=iu(c,C),0<b.length&&(C=new q0(C,t,null,n,u),f.push({event:C,listeners:b}),k?C.data=k:(k=yx(n),k!==null&&(C.data=k)))),(k=QT?JT(t,n):eR(t,n))&&(c=iu(c,"onBeforeInput"),0<c.length&&(u=new q0("onBeforeInput","beforeinput",null,n,u),f.push({event:u,listeners:c}),u.data=k))}Ix(f,e)})}function Ea(t,e,n){return{instance:t,listener:e,currentTarget:n}}function iu(t,e){for(var n=e+"Capture",r=[];t!==null;){var i=t,o=i.stateNode;i.tag===5&&o!==null&&(i=o,o=_a(t,n),o!=null&&r.unshift(Ea(t,o,i)),o=_a(t,e),o!=null&&r.push(Ea(t,o,i))),t=t.return}return r}function _o(t){if(t===null)return null;do t=t.return;while(t&&t.tag!==5);return t||null}function ow(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=_a(n,o),l!=null&&s.unshift(Ea(n,l,a))):i||(l=_a(n,o),l!=null&&s.push(Ea(n,l,a)))),n=n.return}s.length!==0&&t.push({event:e,listeners:s})}var fR=/\r\n?/g,pR=/\u0000|\uFFFD/g;function sw(t){return(typeof t=="string"?t:""+t).replace(fR,`
6
+ `).replace(pR,"")}function Mc(t,e,n){if(e=sw(e),sw(t)!==e&&n)throw Error(R(425))}function ou(){}var Gh=null,Zh=null;function Yh(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 Xh=typeof setTimeout=="function"?setTimeout:void 0,hR=typeof clearTimeout=="function"?clearTimeout:void 0,aw=typeof Promise=="function"?Promise:void 0,gR=typeof queueMicrotask=="function"?queueMicrotask:typeof aw<"u"?function(t){return aw.resolve(null).then(t).catch(mR)}:Xh;function mR(t){setTimeout(function(){throw t})}function vh(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),Sa(e);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=i}while(n);Sa(e)}function Or(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 lw(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 qo=Math.random().toString(36).slice(2),Sn="__reactFiber$"+qo,Aa="__reactProps$"+qo,Wn="__reactContainer$"+qo,Qh="__reactEvents$"+qo,vR="__reactListeners$"+qo,yR="__reactHandles$"+qo;function pi(t){var e=t[Sn];if(e)return e;for(var n=t.parentNode;n;){if(e=n[Wn]||n[Sn]){if(n=e.alternate,e.child!==null||n!==null&&n.child!==null)for(t=lw(t);t!==null;){if(n=t[Sn])return n;t=lw(t)}return e}t=n,n=t.parentNode}return null}function Fa(t){return t=t[Sn]||t[Wn],!t||t.tag!==5&&t.tag!==6&&t.tag!==13&&t.tag!==3?null:t}function Co(t){if(t.tag===5||t.tag===6)return t.stateNode;throw Error(R(33))}function Cu(t){return t[Aa]||null}var Jh=[],Eo=-1;function zr(t){return{current:t}}function _e(t){0>Eo||(t.current=Jh[Eo],Jh[Eo]=null,Eo--)}function me(t,e){Eo++,Jh[Eo]=t.current,t.current=e}var Vr={},tt=zr(Vr),vt=zr(!1),yi=Vr;function Vo(t,e){var n=t.type.contextTypes;if(!n)return Vr;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 su(){_e(vt),_e(tt)}function cw(t,e,n){if(tt.current!==Vr)throw Error(R(168));me(tt,e),me(vt,n)}function Nx(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,iT(t)||"Unknown",i));return Re({},n,r)}function au(t){return t=(t=t.stateNode)&&t.__reactInternalMemoizedMergedChildContext||Vr,yi=tt.current,me(tt,t),me(vt,vt.current),!0}function uw(t,e,n){var r=t.stateNode;if(!r)throw Error(R(169));n?(t=Nx(t,e,yi),r.__reactInternalMemoizedMergedChildContext=t,_e(vt),_e(tt),me(tt,t)):_e(vt),me(vt,n)}var Bn=null,Eu=!1,yh=!1;function Ox(t){Bn===null?Bn=[t]:Bn.push(t)}function _R(t){Eu=!0,Ox(t)}function Hr(){if(!yh&&Bn!==null){yh=!0;var t=0,e=ue;try{var n=Bn;for(ue=1;t<n.length;t++){var r=n[t];do r=r(!0);while(r!==null)}Bn=null,Eu=!1}catch(i){throw Bn!==null&&(Bn=Bn.slice(t+1)),ix(Eg,Hr),i}finally{ue=e,yh=!1}}return null}var Ao=[],To=0,lu=null,cu=0,Dt=[],Vt=0,_i=null,zn=1,Hn="";function di(t,e){Ao[To++]=cu,Ao[To++]=lu,lu=t,cu=e}function Lx(t,e,n){Dt[Vt++]=zn,Dt[Vt++]=Hn,Dt[Vt++]=_i,_i=t;var r=zn;t=Hn;var i=32-rn(r)-1;r&=~(1<<i),n+=1;var o=32-rn(e)+i;if(30<o){var s=i-i%5;o=(r&(1<<s)-1).toString(32),r>>=s,i-=s,zn=1<<32-rn(e)+i|n<<i|r,Hn=o+t}else zn=1<<o|n<<i|r,Hn=t}function Mg(t){t.return!==null&&(di(t,1),Lx(t,1,0))}function Fg(t){for(;t===lu;)lu=Ao[--To],Ao[To]=null,cu=Ao[--To],Ao[To]=null;for(;t===_i;)_i=Dt[--Vt],Dt[Vt]=null,Hn=Dt[--Vt],Dt[Vt]=null,zn=Dt[--Vt],Dt[Vt]=null}var Rt=null,Tt=null,ke=!1,nn=null;function Mx(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 dw(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=Or(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=_i!==null?{id:zn,overflow:Hn}: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 eg(t){return(t.mode&1)!==0&&(t.flags&128)===0}function tg(t){if(ke){var e=Tt;if(e){var n=e;if(!dw(t,e)){if(eg(t))throw Error(R(418));e=Or(n.nextSibling);var r=Rt;e&&dw(t,e)?Mx(r,n):(t.flags=t.flags&-4097|2,ke=!1,Rt=t)}}else{if(eg(t))throw Error(R(418));t.flags=t.flags&-4097|2,ke=!1,Rt=t}}}function fw(t){for(t=t.return;t!==null&&t.tag!==5&&t.tag!==3&&t.tag!==13;)t=t.return;Rt=t}function Fc(t){if(t!==Rt)return!1;if(!ke)return fw(t),ke=!0,!1;var e;if((e=t.tag!==3)&&!(e=t.tag!==5)&&(e=t.type,e=e!=="head"&&e!=="body"&&!Yh(t.type,t.memoizedProps)),e&&(e=Tt)){if(eg(t))throw Fx(),Error(R(418));for(;e;)Mx(t,e),e=Or(e.nextSibling)}if(fw(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=Or(t.nextSibling);break e}e--}else n!=="$"&&n!=="$!"&&n!=="$?"||e++}t=t.nextSibling}Tt=null}}else Tt=Rt?Or(t.stateNode.nextSibling):null;return!0}function Fx(){for(var t=Tt;t;)t=Or(t.nextSibling)}function Bo(){Tt=Rt=null,ke=!1}function $g(t){nn===null?nn=[t]:nn.push(t)}var wR=Gn.ReactCurrentBatchConfig;function ea(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 $c(t,e){throw t=Object.prototype.toString.call(e),Error(R(31,t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t))}function pw(t){var e=t._init;return e(t._payload)}function $x(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=$r(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=Ch(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===xo?u(d,p,m.props.children,y,m.key):p!==null&&(p.elementType===w||typeof w=="object"&&w!==null&&w.$$typeof===kr&&pw(w)===p.type)?(y=i(p,m.props),y.ref=ea(d,p,m),y.return=d,y):(y=Yc(m.type,m.key,m.props,null,d.mode,y),y.ref=ea(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=Eh(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=vi(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=Ch(""+p,d.mode,m),p.return=d,p;if(typeof p=="object"&&p!==null){switch(p.$$typeof){case Sc:return m=Yc(p.type,p.key,p.props,null,d.mode,m),m.ref=ea(d,null,p),m.return=d,m;case wo:return p=Eh(p,d.mode,m),p.return=d,p;case kr:var y=p._init;return f(d,y(p._payload),m)}if(oa(p)||Ys(p))return p=vi(p,d.mode,m,null),p.return=d,p;$c(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 Sc:return m.key===w?l(d,p,m,y):null;case wo:return m.key===w?c(d,p,m,y):null;case kr:return w=m._init,h(d,p,w(m._payload),y)}if(oa(m)||Ys(m))return w!==null?null:u(d,p,m,y,null);$c(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 Sc:return d=d.get(y.key===null?m:y.key)||null,l(p,d,y,w);case wo:return d=d.get(y.key===null?m:y.key)||null,c(p,d,y,w);case kr:var b=y._init;return g(d,p,m,b(y._payload),w)}if(oa(y)||Ys(y))return d=d.get(m)||null,u(p,d,y,w,null);$c(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),ke&&di(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 ke&&di(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)}),ke&&di(d,C),w}function _(d,p,m,y){var w=Ys(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),ke&&di(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 ke&&di(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)}),ke&&di(d,C),w}function x(d,p,m,y){if(typeof m=="object"&&m!==null&&m.type===xo&&m.key===null&&(m=m.props.children),typeof m=="object"&&m!==null){switch(m.$$typeof){case Sc:e:{for(var w=m.key,b=p;b!==null;){if(b.key===w){if(w=m.type,w===xo){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===kr&&pw(w)===b.type){n(d,b.sibling),p=i(b,m.props),p.ref=ea(d,b,m),p.return=d,d=p;break e}n(d,b);break}else e(d,b);b=b.sibling}m.type===xo?(p=vi(m.props.children,d.mode,y,m.key),p.return=d,d=p):(y=Yc(m.type,m.key,m.props,null,d.mode,y),y.ref=ea(d,p,m),y.return=d,d=y)}return s(d);case wo: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=Eh(m,d.mode,y),p.return=d,d=p}return s(d);case kr:return b=m._init,x(d,p,b(m._payload),y)}if(oa(m))return v(d,p,m,y);if(Ys(m))return _(d,p,m,y);$c(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=Ch(m,d.mode,y),p.return=d,d=p),s(d)):n(d,p)}return x}var zo=$x(!0),Dx=$x(!1),uu=zr(null),du=null,Ro=null,Dg=null;function Vg(){Dg=Ro=du=null}function Bg(t){var e=uu.current;_e(uu),t._currentValue=e}function ng(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 Fo(t,e){du=t,Dg=Ro=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(Dg!==t)if(t={context:t,memoizedValue:e,next:null},Ro===null){if(du===null)throw Error(R(308));Ro=t,du.dependencies={lanes:0,firstContext:t}}else Ro=Ro.next=t;return e}var hi=null;function zg(t){hi===null?hi=[t]:hi.push(t)}function Vx(t,e,n,r){var i=e.interleaved;return i===null?(n.next=n,zg(e)):(n.next=i.next,i.next=n),e.interleaved=n,qn(t,r)}function qn(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 Cr=!1;function Hg(t){t.updateQueue={baseState:t.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Bx(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 jn(t,e){return{eventTime:t,lane:e,tag:0,payload:null,callback:null,next:null}}function Lr(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,qn(t,n)}return i=r.interleaved,i===null?(e.next=e,zg(r)):(e.next=i.next,i.next=e),r.interleaved=e,qn(t,n)}function Uc(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,Ag(t,n)}}function hw(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 fu(t,e,n,r){var i=t.updateQueue;Cr=!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:Cr=!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);xi|=s,t.lanes=s,t.memoizedState=f}}function gw(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 $a={},kn=zr($a),Ta=zr($a),Ra=zr($a);function gi(t){if(t===$a)throw Error(R(174));return t}function jg(t,e){switch(me(Ra,e),me(Ta,t),me(kn,$a),t=e.nodeType,t){case 9:case 11:e=(e=e.documentElement)?e.namespaceURI:Fh(null,"");break;default:t=t===8?e.parentNode:e,e=t.namespaceURI||null,t=t.tagName,e=Fh(e,t)}_e(kn),me(kn,e)}function Ho(){_e(kn),_e(Ta),_e(Ra)}function zx(t){gi(Ra.current);var e=gi(kn.current),n=Fh(e,t.type);e!==n&&(me(Ta,t),me(kn,n))}function Ug(t){Ta.current===t&&(_e(kn),_e(Ta))}var Ae=zr(0);function pu(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 _h=[];function Wg(){for(var t=0;t<_h.length;t++)_h[t]._workInProgressVersionPrimary=null;_h.length=0}var Wc=Gn.ReactCurrentDispatcher,wh=Gn.ReactCurrentBatchConfig,wi=0,Te=null,$e=null,Be=null,hu=!1,pa=!1,Ia=0,xR=0;function Qe(){throw Error(R(321))}function qg(t,e){if(e===null)return!1;for(var n=0;n<e.length&&n<t.length;n++)if(!sn(t[n],e[n]))return!1;return!0}function Kg(t,e,n,r,i,o){if(wi=o,Te=e,e.memoizedState=null,e.updateQueue=null,e.lanes=0,Wc.current=t===null||t.memoizedState===null?CR:ER,t=n(r,i),pa){o=0;do{if(pa=!1,Ia=0,25<=o)throw Error(R(301));o+=1,Be=$e=null,e.updateQueue=null,Wc.current=AR,t=n(r,i)}while(pa)}if(Wc.current=gu,e=$e!==null&&$e.next!==null,wi=0,Be=$e=Te=null,hu=!1,e)throw Error(R(300));return t}function Gg(){var t=Ia!==0;return Ia=0,t}function xn(){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 Pa(t,e){return typeof e=="function"?e(t):e}function xh(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((wi&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,xi|=u}c=c.next}while(c!==null&&c!==o);l===null?s=r:l.next=a,sn(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,xi|=o,i=i.next;while(i!==t)}else i===null&&(n.lanes=0);return[e.memoizedState,n.dispatch]}function Sh(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);sn(o,e.memoizedState)||(mt=!0),e.memoizedState=o,e.baseQueue===null&&(e.baseState=o),n.lastRenderedState=o}return[o,r]}function Hx(){}function jx(t,e){var n=Te,r=jt(),i=e(),o=!sn(r.memoizedState,i);if(o&&(r.memoizedState=i,mt=!0),r=r.queue,Zg(qx.bind(null,n,r,t),[t]),r.getSnapshot!==e||o||Be!==null&&Be.memoizedState.tag&1){if(n.flags|=2048,Na(9,Wx.bind(null,n,r,i,e),void 0,null),ze===null)throw Error(R(349));(wi&30)!==0||Ux(n,e,i)}return i}function Ux(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 Wx(t,e,n,r){e.value=n,e.getSnapshot=r,Kx(e)&&Gx(t)}function qx(t,e,n){return n(function(){Kx(e)&&Gx(t)})}function Kx(t){var e=t.getSnapshot;t=t.value;try{var n=e();return!sn(t,n)}catch{return!0}}function Gx(t){var e=qn(t,1);e!==null&&on(e,t,1,-1)}function mw(t){var e=xn();return typeof t=="function"&&(t=t()),e.memoizedState=e.baseState=t,t={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Pa,lastRenderedState:t},e.queue=t,t=t.dispatch=kR.bind(null,Te,t),[e.memoizedState,t]}function Na(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 Zx(){return jt().memoizedState}function qc(t,e,n,r){var i=xn();Te.flags|=t,i.memoizedState=Na(1|e,n,void 0,r===void 0?null:r)}function Au(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&&qg(r,s.deps)){i.memoizedState=Na(e,n,o,r);return}}Te.flags|=t,i.memoizedState=Na(1|e,n,o,r)}function vw(t,e){return qc(8390656,8,t,e)}function Zg(t,e){return Au(2048,8,t,e)}function Yx(t,e){return Au(4,2,t,e)}function Xx(t,e){return Au(4,4,t,e)}function Qx(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 Jx(t,e,n){return n=n!=null?n.concat([t]):null,Au(4,4,Qx.bind(null,e,t),n)}function Yg(){}function eS(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&qg(e,r[1])?r[0]:(n.memoizedState=[t,e],t)}function tS(t,e){var n=jt();e=e===void 0?null:e;var r=n.memoizedState;return r!==null&&e!==null&&qg(e,r[1])?r[0]:(t=t(),n.memoizedState=[t,e],t)}function nS(t,e,n){return(wi&21)===0?(t.baseState&&(t.baseState=!1,mt=!0),t.memoizedState=n):(sn(n,e)||(n=ax(),Te.lanes|=n,xi|=n,t.baseState=!0),e)}function SR(t,e){var n=ue;ue=n!==0&&4>n?n:4,t(!0);var r=wh.transition;wh.transition={};try{t(!1),e()}finally{ue=n,wh.transition=r}}function rS(){return jt().memoizedState}function bR(t,e,n){var r=Fr(t);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},iS(t))oS(e,n);else if(n=Vx(t,e,n,r),n!==null){var i=at();on(n,t,r,i),sS(n,e,r)}}function kR(t,e,n){var r=Fr(t),i={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(iS(t))oS(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,sn(a,s)){var l=e.interleaved;l===null?(i.next=i,zg(e)):(i.next=l.next,l.next=i),e.interleaved=i;return}}catch{}n=Vx(t,e,i,r),n!==null&&(i=at(),on(n,t,r,i),sS(n,e,r))}}function iS(t){var e=t.alternate;return t===Te||e!==null&&e===Te}function oS(t,e){pa=hu=!0;var n=t.pending;n===null?e.next=e:(e.next=n.next,n.next=e),t.pending=e}function sS(t,e,n){if((n&4194240)!==0){var r=e.lanes;r&=t.pendingLanes,n|=r,e.lanes=n,Ag(t,n)}}var gu={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},CR={readContext:Ht,useCallback:function(t,e){return xn().memoizedState=[t,e===void 0?null:e],t},useContext:Ht,useEffect:vw,useImperativeHandle:function(t,e,n){return n=n!=null?n.concat([t]):null,qc(4194308,4,Qx.bind(null,e,t),n)},useLayoutEffect:function(t,e){return qc(4194308,4,t,e)},useInsertionEffect:function(t,e){return qc(4,2,t,e)},useMemo:function(t,e){var n=xn();return e=e===void 0?null:e,t=t(),n.memoizedState=[t,e],t},useReducer:function(t,e,n){var r=xn();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=bR.bind(null,Te,t),[r.memoizedState,t]},useRef:function(t){var e=xn();return t={current:t},e.memoizedState=t},useState:mw,useDebugValue:Yg,useDeferredValue:function(t){return xn().memoizedState=t},useTransition:function(){var t=mw(!1),e=t[0];return t=SR.bind(null,t[1]),xn().memoizedState=t,[e,t]},useMutableSource:function(){},useSyncExternalStore:function(t,e,n){var r=Te,i=xn();if(ke){if(n===void 0)throw Error(R(407));n=n()}else{if(n=e(),ze===null)throw Error(R(349));(wi&30)!==0||Ux(r,e,n)}i.memoizedState=n;var o={value:n,getSnapshot:e};return i.queue=o,vw(qx.bind(null,r,o,t),[t]),r.flags|=2048,Na(9,Wx.bind(null,r,o,n,e),void 0,null),n},useId:function(){var t=xn(),e=ze.identifierPrefix;if(ke){var n=Hn,r=zn;n=(r&~(1<<32-rn(r)-1)).toString(32)+n,e=":"+e+"R"+n,n=Ia++,0<n&&(e+="H"+n.toString(32)),e+=":"}else n=xR++,e=":"+e+"r"+n.toString(32)+":";return t.memoizedState=e},unstable_isNewReconciler:!1},ER={readContext:Ht,useCallback:eS,useContext:Ht,useEffect:Zg,useImperativeHandle:Jx,useInsertionEffect:Yx,useLayoutEffect:Xx,useMemo:tS,useReducer:xh,useRef:Zx,useState:function(){return xh(Pa)},useDebugValue:Yg,useDeferredValue:function(t){var e=jt();return nS(e,$e.memoizedState,t)},useTransition:function(){var t=xh(Pa)[0],e=jt().memoizedState;return[t,e]},useMutableSource:Hx,useSyncExternalStore:jx,useId:rS,unstable_isNewReconciler:!1},AR={readContext:Ht,useCallback:eS,useContext:Ht,useEffect:Zg,useImperativeHandle:Jx,useInsertionEffect:Yx,useLayoutEffect:Xx,useMemo:tS,useReducer:Sh,useRef:Zx,useState:function(){return Sh(Pa)},useDebugValue:Yg,useDeferredValue:function(t){var e=jt();return $e===null?e.memoizedState=t:nS(e,$e.memoizedState,t)},useTransition:function(){var t=Sh(Pa)[0],e=jt().memoizedState;return[t,e]},useMutableSource:Hx,useSyncExternalStore:jx,useId:rS,unstable_isNewReconciler:!1};function en(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 rg(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 Tu={isMounted:function(t){return(t=t._reactInternals)?ki(t)===t:!1},enqueueSetState:function(t,e,n){t=t._reactInternals;var r=at(),i=Fr(t),o=jn(r,i);o.payload=e,n!=null&&(o.callback=n),e=Lr(t,o,i),e!==null&&(on(e,t,i,r),Uc(e,t,i))},enqueueReplaceState:function(t,e,n){t=t._reactInternals;var r=at(),i=Fr(t),o=jn(r,i);o.tag=1,o.payload=e,n!=null&&(o.callback=n),e=Lr(t,o,i),e!==null&&(on(e,t,i,r),Uc(e,t,i))},enqueueForceUpdate:function(t,e){t=t._reactInternals;var n=at(),r=Fr(t),i=jn(n,r);i.tag=2,e!=null&&(i.callback=e),e=Lr(t,i,r),e!==null&&(on(e,t,r,n),Uc(e,t,r))}};function yw(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?!ka(n,r)||!ka(i,o):!0}function aS(t,e,n){var r=!1,i=Vr,o=e.contextType;return typeof o=="object"&&o!==null?o=Ht(o):(i=yt(e)?yi:tt.current,r=e.contextTypes,o=(r=r!=null)?Vo(t,i):Vr),e=new e(n,o),t.memoizedState=e.state!==null&&e.state!==void 0?e.state:null,e.updater=Tu,t.stateNode=e,e._reactInternals=t,r&&(t=t.stateNode,t.__reactInternalMemoizedUnmaskedChildContext=i,t.__reactInternalMemoizedMaskedChildContext=o),e}function _w(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&&Tu.enqueueReplaceState(e,e.state,null)}function ig(t,e,n,r){var i=t.stateNode;i.props=n,i.state=t.memoizedState,i.refs={},Hg(t);var o=e.contextType;typeof o=="object"&&o!==null?i.context=Ht(o):(o=yt(e)?yi:tt.current,i.context=Vo(t,o)),i.state=t.memoizedState,o=e.getDerivedStateFromProps,typeof o=="function"&&(rg(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&&Tu.enqueueReplaceState(i,i.state,null),fu(t,n,i,r),i.state=t.memoizedState),typeof i.componentDidMount=="function"&&(t.flags|=4194308)}function jo(t,e){try{var n="",r=e;do n+=rT(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 bh(t,e,n){return{value:t,source:null,stack:n??null,digest:e??null}}function og(t,e){try{console.error(e.value)}catch(n){setTimeout(function(){throw n})}}var TR=typeof WeakMap=="function"?WeakMap:Map;function lS(t,e,n){n=jn(-1,n),n.tag=3,n.payload={element:null};var r=e.value;return n.callback=function(){vc||(vc=!0,gg=r),og(t,e)},n}function uS(t,e,n){n=jn(-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(){og(t,e)}}var o=t.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(n.callback=function(){og(t,e),typeof r!="function"&&(Mr===null?Mr=new Set([this]):Mr.add(this));var s=e.stack;this.componentDidCatch(e.value,{componentStack:s!==null?s:""})}),n}function ww(t,e,n){var r=t.pingCache;if(r===null){r=t.pingCache=new TR;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=HR.bind(null,t,e,n),e.then(t,t))}function xw(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 Sw(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=jn(-1,1),e.tag=2,Lr(n,e,1))),n.lanes|=1),t):(t.flags|=65536,t.lanes=i,t)}var RR=Gn.ReactCurrentOwner,mt=!1;function st(t,e,n,r){e.child=t===null?Dx(e,null,n,r):zo(e,t.child,n,r)}function bw(t,e,n,r,i){n=n.render;var o=e.ref;return Fo(e,i),r=Kg(t,e,n,r,o,i),n=Gg(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,Kn(t,e,i)):(ke&&n&&Mg(e),e.flags|=1,st(t,e,r,i),e.child)}function kw(t,e,n,r,i){if(t===null){var o=n.type;return typeof o=="function"&&!im(o)&&o.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(e.tag=15,e.type=o,cS(t,e,o,r,i)):(t=Yu(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:ka,n(s,r)&&t.ref===e.ref)return Kn(t,e,i)}return e.flags|=1,t=$r(o,r),t.ref=e.ref,t.return=e,e.child=t}function cS(t,e,n,r,i){if(t!==null){var o=t.memoizedProps;if(ka(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,Kn(t,e,i)}return sg(t,e,n,r,i)}function dS(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(Po,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(Po,At),At|=t,null;e.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=o!==null?o.baseLanes:n,me(Po,At),At|=r}else o!==null?(r=o.baseLanes|n,e.memoizedState=null):r=n,me(Po,At),At|=r;return st(t,e,i,n),e.child}function fS(t,e){var n=e.ref;(t===null&&n!==null||t!==null&&t.ref!==n)&&(e.flags|=512,e.flags|=2097152)}function sg(t,e,n,r,i){var o=yt(n)?yi:tt.current;return o=Vo(e,o),Fo(e,i),n=Kg(t,e,n,r,o,i),r=Gg(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,Kn(t,e,i)):(ke&&r&&Mg(e),e.flags|=1,st(t,e,n,i),e.child)}function Cw(t,e,n,r,i){if(yt(n)){var o=!0;ac(e)}else o=!1;if(Fo(e,i),e.stateNode===null)Ku(t,e),aS(e,n,r),ig(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)?yi:tt.current,u=Vo(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)&&_w(e,s,r,u),Cr=!1;var h=e.memoizedState;s.state=h,fc(e,r,s,i),l=e.memoizedState,a!==r||h!==l||vt.current||Cr?(typeof c=="function"&&(rg(e,n,c,r),l=e.memoizedState),(a=Cr||yw(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,Bx(t,e),a=e.memoizedProps,u=e.type===e.elementType?a:en(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)?yi:tt.current,l=Vo(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)&&_w(e,s,r,l),Cr=!1,h=e.memoizedState,s.state=h,fc(e,r,s,i);var v=e.memoizedState;a!==f||h!==v||vt.current||Cr?(typeof g=="function"&&(rg(e,n,g,r),v=e.memoizedState),(u=Cr||yw(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 ag(t,e,n,r,o,i)}function ag(t,e,n,r,i,o){fS(t,e);var s=(e.flags&128)!==0;if(!r&&!s)return i&&cw(e,n,!1),Kn(t,e,o);r=e.stateNode,RR.current=e;var a=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return e.flags|=1,t!==null&&s?(e.child=zo(e,t.child,null,o),e.child=zo(e,null,a,o)):st(t,e,a,o),e.memoizedState=r.state,i&&cw(e,n,!0),e.child}function pS(t){var e=t.stateNode;e.pendingContext?uw(t,e.pendingContext,e.pendingContext!==e.context):e.context&&uw(t,e.context,!1),jg(t,e.containerInfo)}function Ew(t,e,n,r,i){return Bo(),$g(i),e.flags|=256,st(t,e,n,r),e.child}var lg={dehydrated:null,treeContext:null,retryLane:0};function ug(t){return{baseLanes:t,cachePool:null,transitions:null}}function hS(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 tg(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=Pc(s,r,0,null),t=vi(t,r,n,null),o.return=e,t.return=e,o.sibling=t,e.child=o,e.child.memoizedState=ug(n),e.memoizedState=lg,t):Xg(e,s));if(i=t.memoizedState,i!==null&&(a=i.dehydrated,a!==null))return IR(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=$r(i,l),r.subtreeFlags=i.subtreeFlags&14680064),a!==null?o=$r(a,o):(o=vi(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?ug(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},o.memoizedState=s,o.childLanes=t.childLanes&~n,e.memoizedState=lg,r}return o=t.child,t=o.sibling,r=$r(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 Xg(t,e){return e=Pc({mode:"visible",children:e},t.mode,0,null),e.return=t,t.child=e}function Du(t,e,n,r){return r!==null&&$g(r),zo(e,t.child,null,n),t=Xg(e,e.pendingProps.children),t.flags|=2,e.memoizedState=null,t}function IR(t,e,n,r,i,o,s){if(n)return e.flags&256?(e.flags&=-257,r=bh(Error(R(422))),Du(t,e,s,r)):e.memoizedState!==null?(e.child=t.child,e.flags|=128,null):(o=r.fallback,i=e.mode,r=Pc({mode:"visible",children:r.children},i,0,null),o=vi(o,i,s,null),o.flags|=2,r.return=e,o.return=e,r.sibling=o,e.child=r,(e.mode&1)!==0&&zo(e,t.child,null,s),e.child.memoizedState=ug(s),e.memoizedState=lg,o);if((e.mode&1)===0)return Du(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=bh(o,r,void 0),Du(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,qn(t,i),on(r,t,i,-1))}return rm(),r=bh(Error(R(421))),Du(t,e,s,r)}return i.data==="$?"?(e.flags|=128,e.child=t.child,e=jR.bind(null,t),i._reactRetry=e,null):(t=o.treeContext,Tt=Or(i.nextSibling),Rt=e,ke=!0,nn=null,t!==null&&(Dt[Vt++]=zn,Dt[Vt++]=Hn,Dt[Vt++]=_i,zn=t.id,Hn=t.overflow,_i=e),e=Xg(e,r.children),e.flags|=4096,e)}function Aw(t,e,n){t.lanes|=e;var r=t.alternate;r!==null&&(r.lanes|=e),ng(t.return,e,n)}function kh(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 gS(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&&Aw(t,n,e);else if(t.tag===19)Aw(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&&pc(t)===null&&(i=n),n=n.sibling;n=i,n===null?(i=e.child,e.child=null):(i=n.sibling,n.sibling=null),kh(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&&pc(t)===null){e.child=i;break}t=i.sibling,i.sibling=n,n=i,i=t}kh(e,!0,n,null,o);break;case"together":kh(e,!1,null,null,void 0);break;default:e.memoizedState=null}return e.child}function Ku(t,e){(e.mode&1)===0&&t!==null&&(t.alternate=null,e.alternate=null,e.flags|=2)}function Kn(t,e,n){if(t!==null&&(e.dependencies=t.dependencies),xi|=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=$r(t,t.pendingProps),e.child=n,n.return=e;t.sibling!==null;)t=t.sibling,n=n.sibling=$r(t,t.pendingProps),n.return=e;n.sibling=null}return e.child}function PR(t,e,n){switch(e.tag){case 3:pS(e),Bo();break;case 5:zx(e);break;case 1:yt(e.type)&&ac(e);break;case 4:jg(e,e.stateNode.containerInfo);break;case 10:var r=e.type._context,i=e.memoizedProps.value;me(cc,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?hS(t,e,n):(me(Ae,Ae.current&1),t=Kn(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 gS(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,dS(t,e,n)}return Kn(t,e,n)}var mS,cg,vS,yS;mS=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}};cg=function(){};vS=function(t,e,n,r){var i=t.memoizedProps;if(i!==r){t=e.stateNode,gi(kn.current);var o=null;switch(n){case"input":i=Nh(t,i),r=Nh(t,r),o=[];break;case"select":i=Re({},i,{value:void 0}),r=Re({},r,{value:void 0}),o=[];break;case"textarea":i=Mh(t,i),r=Mh(t,r),o=[];break;default:typeof i.onClick!="function"&&typeof r.onClick=="function"&&(t.onclick=oc)}$h(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"&&(va.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"&&(va.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)}};yS=function(t,e,n,r){n!==r&&(e.flags|=4)};function ta(t,e){if(!ke)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 NR(t,e,n){var r=e.pendingProps;switch(Fg(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)&&sc(),Je(e),null;case 3:return r=e.stateNode,Ho(),_e(vt),_e(tt),Wg(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(t===null||t.child===null)&&(Fu(e)?e.flags|=4:t===null||t.memoizedState.isDehydrated&&(e.flags&256)===0||(e.flags|=1024,nn!==null&&(yg(nn),nn=null))),cg(t,e),Je(e),null;case 5:Ug(e);var i=gi(Ra.current);if(n=e.type,t!==null&&e.stateNode!=null)vS(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=gi(kn.current),Fu(e)){r=e.stateNode,n=e.type;var o=e.memoizedProps;switch(r[Sn]=e,r[Aa]=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<aa.length;i++)ye(aa[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":M0(r,o),ye("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!o.multiple},ye("invalid",r);break;case"textarea":$0(r,o),ye("invalid",r)}$h(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&&Mu(r.textContent,a,t),i=["children",a]):typeof a=="number"&&r.textContent!==""+a&&(o.suppressHydrationWarning!==!0&&Mu(r.textContent,a,t),i=["children",""+a]):va.hasOwnProperty(s)&&a!=null&&s==="onScroll"&&ye("scroll",r)}switch(n){case"input":bu(r),F0(r,o,!0);break;case"textarea":bu(r),D0(r);break;case"select":case"option":break;default:typeof o.onClick=="function"&&(r.onclick=oc)}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=qw(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[Sn]=e,t[Aa]=r,mS(t,e,!1,!1),e.stateNode=t;e:{switch(s=Dh(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<aa.length;i++)ye(aa[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":M0(t,r),i=Nh(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":$0(t,r),i=Mh(t,r),ye("invalid",t);break;default:i=r}$h(n,i),a=i;for(o in a)if(a.hasOwnProperty(o)){var l=a[o];o==="style"?Zw(t,l):o==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,l!=null&&Kw(t,l)):o==="children"?typeof l=="string"?(n!=="textarea"||l!=="")&&ya(t,l):typeof l=="number"&&ya(t,""+l):o!=="suppressContentEditableWarning"&&o!=="suppressHydrationWarning"&&o!=="autoFocus"&&(va.hasOwnProperty(o)?l!=null&&o==="onScroll"&&ye("scroll",t):l!=null&&xg(t,o,l,s))}switch(n){case"input":bu(t),F0(t,r,!1);break;case"textarea":bu(t),D0(t);break;case"option":r.value!=null&&t.setAttribute("value",""+Dr(r.value));break;case"select":t.multiple=!!r.multiple,o=r.value,o!=null?No(t,!!r.multiple,o,!1):r.defaultValue!=null&&No(t,!!r.multiple,r.defaultValue,!0);break;default:typeof i.onClick=="function"&&(t.onclick=oc)}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)yS(t,e,t.memoizedProps,r);else{if(typeof r!="string"&&e.stateNode===null)throw Error(R(166));if(n=gi(Ra.current),gi(kn.current),Fu(e)){if(r=e.stateNode,n=e.memoizedProps,r[Sn]=e,(o=r.nodeValue!==n)&&(t=Rt,t!==null))switch(t.tag){case 3:Mu(r.nodeValue,n,(t.mode&1)!==0);break;case 5:t.memoizedProps.suppressHydrationWarning!==!0&&Mu(r.nodeValue,n,(t.mode&1)!==0)}o&&(e.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[Sn]=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(ke&&Tt!==null&&(e.mode&1)!==0&&(e.flags&128)===0)Fx(),Bo(),e.flags|=98560,o=!1;else if(o=Fu(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[Sn]=e}else Bo(),(e.flags&128)===0&&(e.memoizedState=null),e.flags|=4;Je(e),o=!1}else nn!==null&&(yg(nn),nn=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):rm())),e.updateQueue!==null&&(e.flags|=4),Je(e),null);case 4:return Ho(),cg(t,e),t===null&&Ca(e.stateNode.containerInfo),Je(e),null;case 10:return Bg(e.type._context),Je(e),null;case 17:return yt(e.type)&&sc(),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)ta(o,!1);else{if(De!==0||t!==null&&(t.flags&128)!==0)for(t=e.child;t!==null;){if(s=pc(t),s!==null){for(e.flags|=128,ta(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()>Uo&&(e.flags|=128,r=!0,ta(o,!1),e.lanes=4194304)}else{if(!r)if(t=pc(s),t!==null){if(e.flags|=128,r=!0,n=t.updateQueue,n!==null&&(e.updateQueue=n,e.flags|=4),ta(o,!0),o.tail===null&&o.tailMode==="hidden"&&!s.alternate&&!ke)return Je(e),null}else 2*Ne()-o.renderingStartTime>Uo&&n!==1073741824&&(e.flags|=128,r=!0,ta(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 nm(),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 OR(t,e){switch(Fg(e),e.tag){case 1:return yt(e.type)&&sc(),t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 3:return Ho(),_e(vt),_e(tt),Wg(),t=e.flags,(t&65536)!==0&&(t&128)===0?(e.flags=t&-65537|128,e):null;case 5:return Ug(e),null;case 13:if(_e(Ae),t=e.memoizedState,t!==null&&t.dehydrated!==null){if(e.alternate===null)throw Error(R(340));Bo()}return t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 19:return _e(Ae),null;case 4:return Ho(),null;case 10:return Bg(e.type._context),null;case 22:case 23:return nm(),null;case 24:return null;default:return null}}var Vu=!1,et=!1,LR=typeof WeakSet=="function"?WeakSet:Set,D=null;function Io(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 dg(t,e,n){try{n()}catch(r){Ie(t,e,r)}}var Tw=!1;function MR(t,e){if(Gh=nc,t=bx(),Lg(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(Zh={focusedElem:t,selectionRange:n},nc=!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?_:en(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 ha(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&&dg(e,n,o)}i=i.next}while(i!==r)}}function Rc(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 fg(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 _S(t){var e=t.alternate;e!==null&&(t.alternate=null,_S(e)),t.child=null,t.deletions=null,t.sibling=null,t.tag===5&&(e=t.stateNode,e!==null&&(delete e[Sn],delete e[Aa],delete e[Qh],delete e[vR],delete e[yR])),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 wS(t){return t.tag===5||t.tag===3||t.tag===4}function Rw(t){e:for(;;){for(;t.sibling===null;){if(t.return===null||wS(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 pg(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=oc));else if(r!==4&&(t=t.child,t!==null))for(pg(t,e,n),t=t.sibling;t!==null;)pg(t,e,n),t=t.sibling}function hg(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(hg(t,e,n),t=t.sibling;t!==null;)hg(t,e,n),t=t.sibling}var qe=null,tn=!1;function br(t,e,n){for(n=n.child;n!==null;)xS(t,e,n),n=n.sibling}function xS(t,e,n){if(bn&&typeof bn.onCommitFiberUnmount=="function")try{bn.onCommitFiberUnmount(xc,n)}catch{}switch(n.tag){case 5:et||Io(n,e);case 6:var r=qe,i=tn;qe=null,br(t,e,n),qe=r,tn=i,qe!==null&&(tn?(t=qe,n=n.stateNode,t.nodeType===8?t.parentNode.removeChild(n):t.removeChild(n)):qe.removeChild(n.stateNode));break;case 18:qe!==null&&(tn?(t=qe,n=n.stateNode,t.nodeType===8?vh(t.parentNode,n):t.nodeType===1&&vh(t,n),Sa(t)):vh(qe,n.stateNode));break;case 4:r=qe,i=tn,qe=n.stateNode.containerInfo,tn=!0,br(t,e,n),qe=r,tn=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)&&dg(n,e,s),i=i.next}while(i!==r)}br(t,e,n);break;case 1:if(!et&&(Io(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)}br(t,e,n);break;case 21:br(t,e,n);break;case 22:n.mode&1?(et=(r=et)||n.memoizedState!==null,br(t,e,n),et=r):br(t,e,n);break;default:br(t,e,n)}}function Iw(t){var e=t.updateQueue;if(e!==null){t.updateQueue=null;var n=t.stateNode;n===null&&(n=t.stateNode=new LR),e.forEach(function(r){var i=UR.bind(null,t,r);n.has(r)||(n.add(r),r.then(i,i))})}}function Jt(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,tn=!1;break e;case 3:qe=a.stateNode.containerInfo,tn=!0;break e;case 4:qe=a.stateNode.containerInfo,tn=!0;break e}a=a.return}if(qe===null)throw Error(R(160));xS(o,s,i),qe=null,tn=!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;)SS(e,t),e=e.sibling}function SS(t,e){var n=t.alternate,r=t.flags;switch(t.tag){case 0:case 11:case 14:case 15:if(Jt(e,t),wn(t),r&4){try{ha(3,t,t.return),Rc(3,t)}catch(_){Ie(t,t.return,_)}try{ha(5,t,t.return)}catch(_){Ie(t,t.return,_)}}break;case 1:Jt(e,t),wn(t),r&512&&n!==null&&Io(n,n.return);break;case 5:if(Jt(e,t),wn(t),r&512&&n!==null&&Io(n,n.return),t.flags&32){var i=t.stateNode;try{ya(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&&Uw(i,o),Dh(a,s);var u=Dh(a,o);for(s=0;s<l.length;s+=2){var c=l[s],f=l[s+1];c==="style"?Zw(i,f):c==="dangerouslySetInnerHTML"?Kw(i,f):c==="children"?ya(i,f):xg(i,c,f,u)}switch(a){case"input":Oh(i,o);break;case"textarea":Ww(i,o);break;case"select":var h=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!o.multiple;var g=o.value;g!=null?No(i,!!o.multiple,g,!1):h!==!!o.multiple&&(o.defaultValue!=null?No(i,!!o.multiple,o.defaultValue,!0):No(i,!!o.multiple,o.multiple?[]:"",!1))}i[Aa]=o}catch(_){Ie(t,t.return,_)}}break;case 6:if(Jt(e,t),wn(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(Jt(e,t),wn(t),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Sa(e.containerInfo)}catch(_){Ie(t,t.return,_)}break;case 4:Jt(e,t),wn(t);break;case 13:Jt(e,t),wn(t),i=t.child,i.flags&8192&&(o=i.memoizedState!==null,i.stateNode.isHidden=o,!o||i.alternate!==null&&i.alternate.memoizedState!==null||(em=Ne())),r&4&&Iw(t);break;case 22:if(c=n!==null&&n.memoizedState!==null,t.mode&1?(et=(u=et)||c,Jt(e,t),et=u):Jt(e,t),wn(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:ha(4,h,h.return);break;case 1:Io(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:Io(h,h.return);break;case 22:if(h.memoizedState!==null){Nw(f);continue}}g!==null?(g.return=h,D=g):Nw(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=Gw("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:Jt(e,t),wn(t),r&4&&Iw(t);break;case 21:break;default:Jt(e,t),wn(t)}}function wn(t){var e=t.flags;if(e&2){try{e:{for(var n=t.return;n!==null;){if(wS(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&&(ya(i,""),r.flags&=-33);var o=Rw(t);hg(t,o,i);break;case 3:case 4:var s=r.stateNode.containerInfo,a=Rw(t);pg(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 FR(t,e,n){D=t,bS(t,e,n)}function bS(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||Vu;if(!s){var a=i.alternate,l=a!==null&&a.memoizedState!==null||et;a=Vu;var u=et;if(Vu=s,(et=l)&&!u)for(D=i;D!==null;)s=D,l=s.child,s.tag===22&&s.memoizedState!==null?Ow(i):l!==null?(l.return=s,D=l):Ow(i);for(;o!==null;)D=o,bS(o,e,n),o=o.sibling;D=i,Vu=a,et=u}Pw(t,e,n)}else(i.subtreeFlags&8772)!==0&&o!==null?(o.return=i,D=o):Pw(t,e,n)}}function Pw(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||Rc(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:en(e.type,n.memoizedProps);r.componentDidUpdate(i,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var o=e.updateQueue;o!==null&&gw(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}gw(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&&Sa(f)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(R(163))}et||e.flags&512&&fg(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 Nw(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 Ow(t){for(;D!==null;){var e=D;try{switch(e.tag){case 0:case 11:case 15:var n=e.return;try{Rc(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{fg(e)}catch(l){Ie(e,o,l)}break;case 5:var s=e.return;try{fg(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 $R=Math.ceil,mc=Gn.ReactCurrentDispatcher,Qg=Gn.ReactCurrentOwner,zt=Gn.ReactCurrentBatchConfig,se=0,ze=null,Le=null,Ke=0,At=0,Po=zr(0),De=0,Oa=null,xi=0,Ic=0,Jg=0,ga=null,gt=null,em=0,Uo=1/0,Vn=null,vc=!1,gg=null,Mr=null,Bu=!1,Rr=null,yc=0,ma=0,mg=null,Gu=-1,Zu=0;function at(){return(se&6)!==0?Ne():Gu!==-1?Gu:Gu=Ne()}function Fr(t){return(t.mode&1)===0?1:(se&2)!==0&&Ke!==0?Ke&-Ke:wR.transition!==null?(Zu===0&&(Zu=ax()),Zu):(t=ce,t!==0||(t=window.event,t=t===void 0?16:hx(t.type)),t)}function on(t,e,n,r){if(50<ma)throw ma=0,mg=null,Error(R(185));La(t,n,r),((se&2)===0||t!==ze)&&(t===ze&&((se&2)===0&&(Ic|=n),De===4&&Ar(t,Ke)),_t(t,r),n===1&&se===0&&(e.mode&1)===0&&(Uo=Ne()+500,Ec&&Hr()))}function _t(t,e){var n=t.callbackNode;ST(t,e);var r=tc(t,t===ze?Ke:0);if(r===0)n!==null&&z0(n),t.callbackNode=null,t.callbackPriority=0;else if(e=r&-r,t.callbackPriority!==e){if(n!=null&&z0(n),e===1)t.tag===0?_R(Lw.bind(null,t)):Ox(Lw.bind(null,t)),gR(function(){(se&6)===0&&Hr()}),n=null;else{switch(lx(r)){case 1:n=Eg;break;case 4:n=ox;break;case 16:n=ec;break;case 536870912:n=sx;break;default:n=ec}n=PS(n,kS.bind(null,t))}t.callbackPriority=e,t.callbackNode=n}}function kS(t,e){if(Gu=-1,Zu=0,(se&6)!==0)throw Error(R(327));var n=t.callbackNode;if($o()&&t.callbackNode!==n)return null;var r=tc(t,t===ze?Ke:0);if(r===0)return null;if((r&30)!==0||(r&t.expiredLanes)!==0||e)e=_c(t,r);else{e=r;var i=se;se|=2;var o=ES();(ze!==t||Ke!==e)&&(Vn=null,Uo=Ne()+500,mi(t,e));do try{BR();break}catch(a){CS(t,a)}while(!0);Vg(),mc.current=o,se=i,Le!==null?e=0:(ze=null,Ke=0,e=De)}if(e!==0){if(e===2&&(i=jh(t),i!==0&&(r=i,e=vg(t,i))),e===1)throw n=Oa,mi(t,0),Ar(t,r),_t(t,Ne()),n;if(e===6)Ar(t,r);else{if(i=t.current.alternate,(r&30)===0&&!DR(i)&&(e=_c(t,r),e===2&&(o=jh(t),o!==0&&(r=o,e=vg(t,o))),e===1))throw n=Oa,mi(t,0),Ar(t,r),_t(t,Ne()),n;switch(t.finishedWork=i,t.finishedLanes=r,e){case 0:case 1:throw Error(R(345));case 2:fi(t,gt,Vn);break;case 3:if(Ar(t,r),(r&130023424)===r&&(e=em+500-Ne(),10<e)){if(tc(t,0)!==0)break;if(i=t.suspendedLanes,(i&r)!==r){at(),t.pingedLanes|=t.suspendedLanes&i;break}t.timeoutHandle=Xh(fi.bind(null,t,gt,Vn),e);break}fi(t,gt,Vn);break;case 4:if(Ar(t,r),(r&4194240)===r)break;for(e=t.eventTimes,i=-1;0<r;){var s=31-rn(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*$R(r/1960))-r,10<r){t.timeoutHandle=Xh(fi.bind(null,t,gt,Vn),r);break}fi(t,gt,Vn);break;case 5:fi(t,gt,Vn);break;default:throw Error(R(329))}}}return _t(t,Ne()),t.callbackNode===n?kS.bind(null,t):null}function vg(t,e){var n=ga;return t.current.memoizedState.isDehydrated&&(mi(t,e).flags|=256),t=_c(t,e),t!==2&&(e=gt,gt=n,e!==null&&yg(e)),t}function yg(t){gt===null?gt=t:gt.push.apply(gt,t)}function DR(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(!sn(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 Ar(t,e){for(e&=~Jg,e&=~Ic,t.suspendedLanes|=e,t.pingedLanes&=~e,t=t.expirationTimes;0<e;){var n=31-rn(e),r=1<<n;t[n]=-1,e&=~r}}function Lw(t){if((se&6)!==0)throw Error(R(327));$o();var e=tc(t,0);if((e&1)===0)return _t(t,Ne()),null;var n=_c(t,e);if(t.tag!==0&&n===2){var r=jh(t);r!==0&&(e=r,n=vg(t,r))}if(n===1)throw n=Oa,mi(t,0),Ar(t,e),_t(t,Ne()),n;if(n===6)throw Error(R(345));return t.finishedWork=t.current.alternate,t.finishedLanes=e,fi(t,gt,Vn),_t(t,Ne()),null}function tm(t,e){var n=se;se|=1;try{return t(e)}finally{se=n,se===0&&(Uo=Ne()+500,Ec&&Hr())}}function Si(t){Rr!==null&&Rr.tag===0&&(se&6)===0&&$o();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&&Hr()}}function nm(){At=Po.current,_e(Po)}function mi(t,e){t.finishedWork=null,t.finishedLanes=0;var n=t.timeoutHandle;if(n!==-1&&(t.timeoutHandle=-1,hR(n)),Le!==null)for(n=Le.return;n!==null;){var r=n;switch(Fg(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&sc();break;case 3:Ho(),_e(vt),_e(tt),Wg();break;case 5:Ug(r);break;case 4:Ho();break;case 13:_e(Ae);break;case 19:_e(Ae);break;case 10:Bg(r.type._context);break;case 22:case 23:nm()}n=n.return}if(ze=t,Le=t=$r(t.current,null),Ke=At=e,De=0,Oa=null,Jg=Ic=xi=0,gt=ga=null,hi!==null){for(e=0;e<hi.length;e++)if(n=hi[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}hi=null}return t}function CS(t,e){do{var n=Le;try{if(Vg(),Wu.current=gc,hc){for(var r=Te.memoizedState;r!==null;){var i=r.queue;i!==null&&(i.pending=null),r=r.next}hc=!1}if(wi=0,Be=$e=Te=null,pa=!1,Ia=0,Qg.current=null,n===null||n.return===null){De=1,Oa=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=xw(s);if(g!==null){g.flags&=-257,Sw(g,s,a,o,e),g.mode&1&&ww(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){ww(o,u,e),rm();break e}l=Error(R(426))}}else if(ke&&a.mode&1){var x=xw(s);if(x!==null){(x.flags&65536)===0&&(x.flags|=256),Sw(x,s,a,o,e),$g(jo(l,a));break e}}o=l=jo(l,a),De!==4&&(De=2),ga===null?ga=[o]:ga.push(o),o=s;do{switch(o.tag){case 3:o.flags|=65536,e&=-e,o.lanes|=e;var d=lS(o,l,e);hw(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"&&(Mr===null||!Mr.has(m)))){o.flags|=65536,e&=-e,o.lanes|=e;var y=uS(o,a,e);hw(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 ES(){var t=mc.current;return mc.current=gc,t===null?gc:t}function rm(){(De===0||De===3||De===2)&&(De=4),ze===null||(xi&268435455)===0&&(Ic&268435455)===0||Ar(ze,Ke)}function _c(t,e){var n=se;se|=2;var r=ES();(ze!==t||Ke!==e)&&(Vn=null,mi(t,e));do try{VR();break}catch(i){CS(t,i)}while(!0);if(Vg(),se=n,mc.current=r,Le!==null)throw Error(R(261));return ze=null,Ke=0,De}function VR(){for(;Le!==null;)AS(Le)}function BR(){for(;Le!==null&&!pT();)AS(Le)}function AS(t){var e=IS(t.alternate,t,At);t.memoizedProps=t.pendingProps,e===null?TS(t):Le=e,Qg.current=null}function TS(t){var e=t;do{var n=e.alternate;if(t=e.return,(e.flags&32768)===0){if(n=NR(n,e,At),n!==null){Le=n;return}}else{if(n=OR(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 fi(t,e,n){var r=ce,i=zt.transition;try{zt.transition=null,ce=1,zR(t,e,n,r)}finally{zt.transition=i,ce=r}return null}function zR(t,e,n,r){do $o();while(Rr!==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(bT(t,o),t===ze&&(Le=ze=null,Ke=0),(n.subtreeFlags&2064)===0&&(n.flags&2064)===0||Bu||(Bu=!0,PS(ec,function(){return $o(),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,Qg.current=null,MR(t,n),SS(n,t),uR(Zh),nc=!!Gh,Zh=Gh=null,t.current=n,FR(n,t,i),hT(),se=a,ce=s,zt.transition=o}else t.current=n;if(Bu&&(Bu=!1,Rr=t,yc=i),o=t.pendingLanes,o===0&&(Mr=null),vT(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(vc)throw vc=!1,t=gg,gg=null,t;return(yc&1)!==0&&t.tag!==0&&$o(),o=t.pendingLanes,(o&1)!==0?t===mg?ma++:(ma=0,mg=t):ma=0,Hr(),null}function $o(){if(Rr!==null){var t=lx(yc),e=zt.transition,n=ce;try{if(zt.transition=null,ce=16>t?16:t,Rr===null)var r=!1;else{if(t=Rr,Rr=null,yc=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:ha(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(_S(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:ha(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:Rc(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,Hr(),bn&&typeof bn.onPostCommitFiberRoot=="function")try{bn.onPostCommitFiberRoot(xc,t)}catch{}r=!0}return r}finally{ce=n,zt.transition=e}}return!1}function Mw(t,e,n){e=jo(n,e),e=lS(t,e,1),t=Lr(t,e,1),e=at(),t!==null&&(La(t,1,e),_t(t,e))}function Ie(t,e,n){if(t.tag===3)Mw(t,t,n);else for(;e!==null;){if(e.tag===3){Mw(e,t,n);break}else if(e.tag===1){var r=e.stateNode;if(typeof e.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(Mr===null||!Mr.has(r))){t=jo(n,t),t=uS(e,t,1),e=Lr(e,t,1),t=at(),e!==null&&(La(e,1,t),_t(e,t));break}}e=e.return}}function HR(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()-em?mi(t,0):Jg|=n),_t(t,e)}function RS(t,e){e===0&&((t.mode&1)===0?e=1:(e=Eu,Eu<<=1,(Eu&130023424)===0&&(Eu=4194304)));var n=at();t=qn(t,e),t!==null&&(La(t,e,n),_t(t,n))}function jR(t){var e=t.memoizedState,n=0;e!==null&&(n=e.retryLane),RS(t,n)}function UR(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),RS(t,n)}var IS;IS=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,PR(t,e,n);mt=(t.flags&131072)!==0}else mt=!1,ke&&(e.flags&1048576)!==0&&Lx(e,uc,e.index);switch(e.lanes=0,e.tag){case 2:var r=e.type;Ku(t,e),t=e.pendingProps;var i=Vo(e,tt.current);Fo(e,n),i=Kg(null,e,r,t,i,n);var o=Gg();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,ac(e)):o=!1,e.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,Hg(e),i.updater=Tc,e.stateNode=i,i._reactInternals=e,ig(e,r,t,n),e=ag(null,e,r,!0,o,n)):(e.tag=0,ke&&o&&Mg(e),st(null,e,i,n),e=e.child),e;case 16:r=e.elementType;e:{switch(Ku(t,e),t=e.pendingProps,i=r._init,r=i(r._payload),e.type=r,i=e.tag=qR(r),t=en(r,t),i){case 0:e=sg(null,e,r,t,n);break e;case 1:e=Cw(null,e,r,t,n);break e;case 11:e=bw(null,e,r,t,n);break e;case 14:e=kw(null,e,r,en(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:en(r,i),sg(t,e,r,i,n);case 1:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:en(r,i),Cw(t,e,r,i,n);case 3:e:{if(pS(e),t===null)throw Error(R(387));r=e.pendingProps,o=e.memoizedState,i=o.element,Bx(t,e),fc(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=jo(Error(R(423)),e),e=Ew(t,e,r,n,i);break e}else if(r!==i){i=jo(Error(R(424)),e),e=Ew(t,e,r,n,i);break e}else for(Tt=Or(e.stateNode.containerInfo.firstChild),Rt=e,ke=!0,nn=null,n=Dx(e,null,r,n),e.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Bo(),r===i){e=Kn(t,e,n);break e}st(t,e,r,n)}e=e.child}return e;case 5:return zx(e),t===null&&tg(e),r=e.type,i=e.pendingProps,o=t!==null?t.memoizedProps:null,s=i.children,Yh(r,i)?s=null:o!==null&&Yh(r,o)&&(e.flags|=32),fS(t,e),st(t,e,s,n),e.child;case 6:return t===null&&tg(e),null;case 13:return hS(t,e,n);case 4:return jg(e,e.stateNode.containerInfo),r=e.pendingProps,t===null?e.child=zo(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:en(r,i),bw(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(cc,r._currentValue),r._currentValue=s,o!==null)if(sn(o.value,s)){if(o.children===i.children&&!vt.current){e=Kn(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=jn(-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),ng(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),ng(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,Fo(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=en(r,e.pendingProps),i=en(r.type,i),kw(t,e,r,i,n);case 15:return cS(t,e,e.type,e.pendingProps,n);case 17:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:en(r,i),Ku(t,e),e.tag=1,yt(r)?(t=!0,ac(e)):t=!1,Fo(e,n),aS(e,r,i),ig(e,r,i,n),ag(null,e,r,!0,t,n);case 19:return gS(t,e,n);case 22:return dS(t,e,n)}throw Error(R(156,e.tag))};function PS(t,e){return ix(t,e)}function WR(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 WR(t,e,n,r)}function im(t){return t=t.prototype,!(!t||!t.isReactComponent)}function qR(t){if(typeof t=="function")return im(t)?1:0;if(t!=null){if(t=t.$$typeof,t===bg)return 11;if(t===kg)return 14}return 2}function $r(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 Yu(t,e,n,r,i,o){var s=2;if(r=t,typeof t=="function")im(t)&&(s=1);else if(typeof t=="string")s=5;else e:switch(t){case xo:return vi(n.children,i,o,e);case Sg:s=8,i|=8;break;case Th:return t=Bt(12,n,e,i|2),t.elementType=Th,t.lanes=o,t;case Rh:return t=Bt(13,n,e,i),t.elementType=Rh,t.lanes=o,t;case Ih:return t=Bt(19,n,e,i),t.elementType=Ih,t.lanes=o,t;case zw:return Pc(n,i,o,e);default:if(typeof t=="object"&&t!==null)switch(t.$$typeof){case Vw:s=10;break e;case Bw:s=9;break e;case bg:s=11;break e;case kg:s=14;break e;case kr: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 vi(t,e,n,r){return t=Bt(7,t,r,e),t.lanes=n,t}function Pc(t,e,n,r){return t=Bt(22,t,r,e),t.elementType=zw,t.lanes=n,t.stateNode={isHidden:!1},t}function Ch(t,e,n){return t=Bt(6,t,null,e),t.lanes=n,t}function Eh(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 KR(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=uh(0),this.expirationTimes=uh(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=uh(0),this.identifierPrefix=r,this.onRecoverableError=i,this.mutableSourceEagerHydrationData=null}function om(t,e,n,r,i,o,s,a,l){return t=new KR(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},Hg(o),t}function GR(t,e,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:wo,key:r==null?null:""+r,children:t,containerInfo:e,implementation:n}}function NS(t){if(!t)return Vr;t=t._reactInternals;e:{if(ki(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 Nx(t,n,e)}return e}function OS(t,e,n,r,i,o,s,a,l){return t=om(n,r,!0,t,i,o,s,a,l),t.context=NS(null),n=t.current,r=at(),i=Fr(n),o=jn(r,i),o.callback=e??null,Lr(n,o,i),t.current.lanes=i,La(t,i,r),_t(t,r),t}function Nc(t,e,n,r){var i=e.current,o=at(),s=Fr(i);return n=NS(n),e.context===null?e.context=n:e.pendingContext=n,e=jn(o,s),e.payload={element:t},r=r===void 0?null:r,r!==null&&(e.callback=r),t=Lr(i,e,s),t!==null&&(on(t,i,s,o),Uu(t,i,s)),s}function wc(t){return t=t.current,t.child?(t.child.tag===5,t.child.stateNode):null}function Fw(t,e){if(t=t.memoizedState,t!==null&&t.dehydrated!==null){var n=t.retryLane;t.retryLane=n!==0&&n<e?n:e}}function sm(t,e){Fw(t,e),(t=t.alternate)&&Fw(t,e)}function ZR(){return null}var LS=typeof reportError=="function"?reportError:function(t){console.error(t)};function am(t){this._internalRoot=t}Oc.prototype.render=am.prototype.render=function(t){var e=this._internalRoot;if(e===null)throw Error(R(409));Nc(t,e,null,null)};Oc.prototype.unmount=am.prototype.unmount=function(){var t=this._internalRoot;if(t!==null){this._internalRoot=null;var e=t.containerInfo;Si(function(){Nc(null,t,null,null)}),e[Wn]=null}};function Oc(t){this._internalRoot=t}Oc.prototype.unstable_scheduleHydration=function(t){if(t){var e=dx();t={blockedOn:null,target:t,priority:e};for(var n=0;n<Er.length&&e!==0&&e<Er[n].priority;n++);Er.splice(n,0,t),n===0&&px(t)}};function lm(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)}function Lc(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11&&(t.nodeType!==8||t.nodeValue!==" react-mount-point-unstable "))}function $w(){}function YR(t,e,n,r,i){if(i){if(typeof r=="function"){var o=r;r=function(){var u=wc(s);o.call(u)}}var s=OS(e,r,t,0,null,!1,!1,"",$w);return t._reactRootContainer=s,t[Wn]=s.current,Ca(t.nodeType===8?t.parentNode:t),Si(),s}for(;i=t.lastChild;)t.removeChild(i);if(typeof r=="function"){var a=r;r=function(){var u=wc(l);a.call(u)}}var l=om(t,0,!1,null,null,!1,!1,"",$w);return t._reactRootContainer=l,t[Wn]=l.current,Ca(t.nodeType===8?t.parentNode:t),Si(function(){Nc(e,l,n,r)}),l}function Mc(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=wc(s);a.call(l)}}Nc(e,s,t,i)}else s=YR(n,e,t,i,r);return wc(s)}ux=function(t){switch(t.tag){case 3:var e=t.stateNode;if(e.current.memoizedState.isDehydrated){var n=sa(e.pendingLanes);n!==0&&(Ag(e,n|1),_t(e,Ne()),(se&6)===0&&(Uo=Ne()+500,Hr()))}break;case 13:Si(function(){var r=qn(t,1);if(r!==null){var i=at();on(r,t,1,i)}}),sm(t,1)}};Tg=function(t){if(t.tag===13){var e=qn(t,134217728);if(e!==null){var n=at();on(e,t,134217728,n)}sm(t,134217728)}};cx=function(t){if(t.tag===13){var e=Fr(t),n=qn(t,e);if(n!==null){var r=at();on(n,t,e,r)}sm(t,e)}};dx=function(){return ce};fx=function(t,e){var n=ce;try{return ce=t,e()}finally{ce=n}};Bh=function(t,e,n){switch(e){case"input":if(Oh(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=Cc(r);if(!i)throw Error(R(90));jw(r),Oh(r,i)}}}break;case"textarea":Ww(t,n);break;case"select":e=n.value,e!=null&&No(t,!!n.multiple,e,!1)}};Qw=tm;Jw=Si;var XR={usingClientEntryPoint:!1,Events:[Fa,Co,Cc,Yw,Xw,tm]},na={findFiberByHostInstance:pi,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},QR={bundleType:na.bundleType,version:na.version,rendererPackageName:na.rendererPackageName,rendererConfig:na.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Gn.ReactCurrentDispatcher,findHostInstanceByFiber:function(t){return t=nx(t),t===null?null:t.stateNode},findFiberByHostInstance:na.findFiberByHostInstance||ZR,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&(ra=__REACT_DEVTOOLS_GLOBAL_HOOK__,!ra.isDisabled&&ra.supportsFiber))try{xc=ra.inject(QR),bn=ra}catch{}var ra;Nt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=XR;Nt.createPortal=function(t,e){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!lm(e))throw Error(R(200));return GR(t,e,null,n)};Nt.createRoot=function(t,e){if(!lm(t))throw Error(R(299));var n=!1,r="",i=LS;return e!=null&&(e.unstable_strictMode===!0&&(n=!0),e.identifierPrefix!==void 0&&(r=e.identifierPrefix),e.onRecoverableError!==void 0&&(i=e.onRecoverableError)),e=om(t,1,!1,null,null,n,!1,r,i),t[Wn]=e.current,Ca(t.nodeType===8?t.parentNode:t),new am(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=nx(e),t=t===null?null:t.stateNode,t};Nt.flushSync=function(t){return Si(t)};Nt.hydrate=function(t,e,n){if(!Lc(e))throw Error(R(200));return Mc(null,t,e,!0,n)};Nt.hydrateRoot=function(t,e,n){if(!lm(t))throw Error(R(405));var r=n!=null&&n.hydratedSources||null,i=!1,o="",s=LS;if(n!=null&&(n.unstable_strictMode===!0&&(i=!0),n.identifierPrefix!==void 0&&(o=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),e=OS(e,null,t,1,n??null,i,!1,o,s),t[Wn]=e.current,Ca(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 Oc(e)};Nt.render=function(t,e,n){if(!Lc(e))throw Error(R(200));return Mc(null,t,e,!1,n)};Nt.unmountComponentAtNode=function(t){if(!Lc(t))throw Error(R(40));return t._reactRootContainer?(Si(function(){Mc(null,null,t,!1,function(){t._reactRootContainer=null,t[Wn]=null})}),!0):!1};Nt.unstable_batchedUpdates=tm;Nt.unstable_renderSubtreeIntoContainer=function(t,e,n,r){if(!Lc(n))throw Error(R(200));if(t==null||t._reactInternals===void 0)throw Error(R(38));return Mc(t,e,n,!1,r)};Nt.version="18.3.1-next-f1338f8080-20240426"});var Fc=Rn((BO,$S)=>{"use strict";function FS(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(FS)}catch(t){console.error(t)}}FS(),$S.exports=MS()});var HS=Rn(pm=>{"use strict";var zS=Fc();pm.createRoot=zS.createRoot,pm.hydrateRoot=zS.hydrateRoot;var sL});var tN={};ov(tN,{ANIMATION_KEYFRAMES:()=>ls,ActivationConfigZ:()=>Gb,AnchorStateZ:()=>wb,AnchorVisibleConditionZ:()=>Lb,AppRegistry:()=>ol,AugmentationZ:()=>xb,BoundingBoxZ:()=>_b,CanvasEvents:()=>Xt,CanvasRecipeZ:()=>Kc,ConditionZ:()=>Tm,ContextManager:()=>Ua,CooldownActiveConditionZ:()=>Bb,DecisionStrategyZ:()=>Rm,DismissedConditionZ:()=>Vb,EVENT_SCHEMA_VERSION:()=>ui,EventBus:()=>Wa,EventFilterZ:()=>Cb,EventOccurredConditionZ:()=>Mb,EventSourceZ:()=>wm,ExecutorRegistry:()=>nl,ExternalStrategyZ:()=>qb,FrequencyEntryZ:()=>Tb,FrequencyLimitConditionZ:()=>zb,HighlightStepZ:()=>pb,ModelStrategyZ:()=>Wb,NormalizedEventZ:()=>kb,PageContextZ:()=>gb,PageHistoryEntryZ:()=>mb,PageUrlConditionZ:()=>Nb,RUNTIME_VERSION:()=>Zm,RouteConditionZ:()=>Ob,RouteFilterZ:()=>Kb,RuleStrategyZ:()=>jb,RuleZ:()=>Hb,RuntimeContextZ:()=>Sb,RuntimeProvider:()=>gu,SDK_SCHEMA_VERSION:()=>In,SDK_VERSION:()=>ll,STATIC_SLOT_STYLES:()=>Wm,ScoreStrategyZ:()=>Ub,SelectorZ:()=>ym,SessionContextZ:()=>vb,SessionMetricConditionZ:()=>Db,SessionMetricTracker:()=>ja,ShadowCanvasOverlay:()=>cm,SmartCanvasApp:()=>fm,SmartCanvasController:()=>$c,SmartCanvasElement:()=>Vc,SmartCanvasPortal:()=>aI,StandardEvents:()=>be,StateEqualsConditionZ:()=>Fb,StateStore:()=>Ka,StoredValueZ:()=>Ab,Syntro:()=>Jm,TileCard:()=>vo,TileWheel:()=>tI,TooltipStepZ:()=>fb,ViewportConditionZ:()=>$b,ViewportContextZ:()=>yb,WidgetRegistry:()=>il,appRegistry:()=>Td,applyStaticSlotStyles:()=>vd,cleanupAppContext:()=>Ad,contentRuntime:()=>nk,createActionEngine:()=>md,createAppContext:()=>Ed,createAppLoader:()=>Rd,createCanvasConfigFetcher:()=>Ci,createContextManager:()=>Zc,createDecisionEngine:()=>Qc,createEventBus:()=>ns,createGrowthBookClient:()=>lu,createNoopClient:()=>Ul,createOverlayRecipeFetcher:()=>bP,createPostHogClient:()=>jl,createPostHogNormalizer:()=>Yc,createSessionMetricTracker:()=>Gc,createSmartCanvas:()=>zc,createSmartCanvasController:()=>dm,createSmartCanvasRuntime:()=>Id,createStateStore:()=>Xc,createSurfaceContainer:()=>Sd,createSurfaces:()=>kd,decodeToken:()=>al,encodeToken:()=>Pd,evaluate:()=>Nm,evaluateCondition:()=>Im,evaluateRule:()=>Pm,evaluateRuleStrategy:()=>Ga,evaluateScoreStrategy:()=>Za,evaluateSync:()=>Om,executorRegistry:()=>ei,getAntiFlickerSnippet:()=>YS,getAppIdFromActionKind:()=>Km,getAppIdFromWidgetId:()=>Gm,getExecutor:()=>jk,getSlotAnchorId:()=>rl,getSlotType:()=>as,getSlotZIndex:()=>bd,hasExecutor:()=>hd,isCoreActionKind:()=>qm,needsMigration:()=>x1,normalizePostHogEvent:()=>Sm,overlaysRuntime:()=>Hk,parseVersion:()=>Gi,playEnterAnimation:()=>wd,playExitAnimation:()=>xd,registerSmartCanvasElement:()=>hm,resolveConfigUri:()=>Dc,setupAdjacentPositioning:()=>yd,setupInlinePositioning:()=>_d,shouldNormalizeEvent:()=>bm,useDecision:()=>y0,usePageContext:()=>mu,useRuntime:()=>yn,useRuntimeContext:()=>qs,useRuntimeEvents:()=>m0,useRuntimeState:()=>v0,useSessionContext:()=>h0,useShadowCanvasConfig:()=>jp,useViewportContext:()=>g0,validateAction:()=>or,validateActions:()=>gd,validateActivationConfig:()=>MP,validateCondition:()=>OP,validateConfig:()=>y1,validateEventFilter:()=>AP,validateFrequencyEntry:()=>PP,validateNormalizedEvent:()=>EP,validateRecipe:()=>SP,validateRuntimeContext:()=>kP,validateStoredValue:()=>IP,validateStrategy:()=>LP,widgetRegistry:()=>Cd});var ll="2.1.0-canary.6";var In="2.0";function Gi(t){let e=t.split(".");return{major:parseInt(e[0]||"0",10),minor:parseInt(e[1]||"0",10)}}function y1(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=Gi(i),s=Gi(In);return o.major>s.major&&e.push(`Config schema v${i} is newer than SDK v${In}. 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${In}. Migrating config to current version.`),{valid:!0,warnings:e,errors:n,migratedConfig:_1(r,i)}):{valid:!0,warnings:e,errors:n}}function _1(t,e){let n={...t};return Gi(e).major===1&&(n=w1(n)),n.schemaVersion=In,n}function w1(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 x1(t){if(!t||typeof t!="object")return!1;let e=t,n=e.schemaVersion||"1.0",r=Gi(n),i=Gi(In);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 ry=Array.prototype,lv=ry.forEach,uv=ry.indexOf,kt=Ue?.navigator,O=Ue?.document,dt=Ue?.location,Zd=Ue?.fetch,Yd=Ue!=null&&Ue.XMLHttpRequest&&"withCredentials"in new Ue.XMLHttpRequest?Ue.XMLHttpRequest:void 0,cv=Ue?.AbortController,ct=kt?.userAgent,G=E??{},Nn={DEBUG:!1,LIB_VERSION:"1.302.2"};function dv(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 fv(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function s(l){dv(o,r,i,s,a,"next",l)}function a(l){dv(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 iy(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 S1=["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"],pv=function(t,e){if(e===void 0&&(e=[]),!t)return!1;var n=t.toLowerCase();return S1.concat(e).some((r=>{var i=r.toLowerCase();return n.indexOf(i)!==-1}))},b1=["$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 Bl=function(t){return t.trim()},Xd=function(t){return t.replace(/^\$/,"")},k1=Array.isArray,oy=Object.prototype,sy=oy.hasOwnProperty,zl=oy.toString,fe=k1||function(t){return zl.call(t)==="[object Array]"},gr=t=>typeof t=="function",Ve=t=>t===Object(t)&&!fe(t),Qi=t=>{if(Ve(t)){for(var e in t)if(sy.call(t,e))return!1;return!0}return!1},N=t=>t===void 0,Me=t=>zl.call(t)=="[object String]",Qd=t=>Me(t)&&t.trim().length===0,Fn=t=>t===null,de=t=>N(t)||Fn(t),mn=t=>zl.call(t)=="[object Number]",mr=t=>zl.call(t)==="[object Boolean]",C1=t=>t instanceof FormData,E1=t=>te(b1,t);function Jd(t){return t===null||typeof t!="object"}function _l(t,e){return Object.prototype.toString.call(t)==="[object "+e+"]"}function ay(t){return!N(Event)&&(function(e,n){try{return e instanceof n}catch{return!1}})(t,Event)}var A1=[!0,"true",1,"1","yes"],Ld=t=>te(A1,t),T1=[!1,"false",0,"0","no"];function pn(t,e,n,r,i){return e>n&&(r.warn("min cannot be greater than max."),e=n),mn(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),pn(i||n,e,n,r))}var ef=class{constructor(e){this.t={},this.i=e.i,this.o=pn(e.bucketSize,0,100,e.h),this.m=pn(e.refillRate,0,this.o,e.h),this.S=pn(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={}}},ul,hv,Md,R1=t=>t instanceof Error;function I1(t){var e=globalThis._posthogChunkIds;if(e){var n=Object.keys(e);return Md&&n.length===hv||(hv=n.length,Md=n.reduce(((r,i)=>{ul||(ul={});var o=ul[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,ul[i]=[u,c];break}}return r}),{})),Md}}var tf=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 fv((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 fv((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:I1(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)})}},no="?";function nf(t,e,n,r,i){var o={platform:t,filename:e,function:n==="<anonymous>"?no:n,in_app:!0};return N(r)||(o.lineno=r),N(i)||(o.colno=i),o}var ly=(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]:no,n?"safari-extension:"+e:"safari-web-extension:"+e]:[t,e]},P1=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,N1=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,O1=/\((\S*)(?::(\d+))(?::(\d+))\)/,L1=(t,e)=>{var n=P1.exec(t);if(n){var[,r,i,o]=n;return nf(e,r,no,+i,+o)}var s=N1.exec(t);if(s){if(s[2]&&s[2].indexOf("eval")===0){var a=O1.exec(s[2]);a&&(s[2]=a[1],s[3]=a[2],s[4]=a[3])}var[l,u]=ly(s[1]||no,s[2]);return nf(e,u,l,s[3]?+s[3]:void 0,s[4]?+s[4]:void 0)}},M1=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,F1=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,$1=(t,e)=>{var n=M1.exec(t);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var r=F1.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]||no;return[o,i]=ly(o,i),nf(e,i,o,n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}},gv=/\(error: (.*)\)/,mv=50;function D1(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=gv.test(u)?u.replace(gv,"$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>=mv)break}}}return(function(g){if(!g.length)return[];var v=Array.from(g);return v.reverse(),v.slice(0,mv).map((_=>{return $({},_,{filename:_.filename||(x=v,x[x.length-1]||{}).filename,function:_.function||no});var x}))})(s)}}var rf=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 _l(e,"DOMException")}isDOMError(e){return _l(e,"DOMError")}},of=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}},sf=class{constructor(){}match(e){return _l(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}}},V1=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,af=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(V1);return i&&(n=i[1],r=i[2]),[n,r]}},B1=["fatal","error","warning","log","info","debug"];function uy(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 lf=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 ay(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: "+uy(e)}isSeverityLevel(e){return Me(e)&&!Qd(e)&&B1.indexOf(e)>=0}getErrorPropertyFromObject(e){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=e[n];if(R1(r))return r}}getObjectClassName(e){try{var n=Object.getPrototypeOf(e);return n?n.constructor.name:void 0}catch{return}}},uf=class{match(e){return ay(e)}coerce(e,n){var r,i=e.constructor.name;return{type:i,value:i+" captured as exception with keys: "+uy(e),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},cf=class{match(e){return Jd(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}}},df=class{match(e){return _l(e,"PromiseRejectionEvent")}coerce(e,n){var r,i=this.getUnhandledRejectionReason(e);return Jd(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(Jd(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}},cy=function(t,e){var{debugEnabled:n}=e===void 0?{}:e,r={k:function(i){if(E&&(Nn.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)=>cy(t+" "+i,o)};return r},L=cy("[PostHog.js]"),Fe=L.createLogger,z1=Fe("[ExternalScriptsLoader]"),vv=(t,e,n)=>{if(t.config.disable_external_dependency_loading)return z1.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);vv(t,o,n)},G.__PosthogExtensions__.loadSiteApp=(t,e,n)=>{var r=t.requestRouter.endpointFor("api",e);vv(t,r,n)};var wl={};function vr(t,e,n){if(fe(t)){if(lv&&t.forEach===lv)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)===wl)return}}}function pe(t,e,n){if(!de(t)){if(fe(t))return vr(t,e,n);if(C1(t)){for(var r of t.entries())if(e.call(n,r[1],r[0])===wl)return}else for(var i in t)if(sy.call(t,i)&&e.call(n,t[i],i)===wl)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 vr(n,(function(i){for(var o in i)i[o]!==void 0&&(t[o]=i[o])})),t},oo=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 vr(n,(function(i){vr(i,(function(o){t.push(o)}))})),t};function ml(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 yv=function(t){try{return t()}catch{return}},H1=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)}}},sp=function(t){var e={};return pe(t,(function(n,r){(Me(n)&&n.length>0||mn(n))&&(e[r]=n)})),e};function j1(t,e){return n=t,r=o=>Me(o)&&!Fn(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=[],vr(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 U1=["herokuapp.com","vercel.app","netlify.app"];function W1(t){var e=t?.hostname;if(!Me(e))return!1;var n=e.split(".").slice(-2).join(".");for(var r of U1)if(n===r)return!1;return!0}function dy(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 fy="$people_distinct_id",_s="__alias",ws="__timers",_v="$autocapture_disabled_server_side",ff="$heatmaps_enabled_server_side",wv="$exception_capture_enabled_server_side",pf="$error_tracking_suppression_rules",xv="$error_tracking_capture_extension_exceptions",Sv="$web_vitals_enabled_server_side",py="$dead_clicks_enabled_server_side",bv="$web_vitals_allowed_metrics",Fd="$session_recording_remote_config",xl="$sesid",hy="$session_is_sampled",Ji="$enabled_feature_flags",xs="$early_access_features",hf="$feature_flag_details",Ss="$stored_person_properties",ii="$stored_group_properties",gf="$surveys",cl="$surveys_activated",Sl="$flag_call_reported",On="$user_state",mf="$client_session_props",vf="$capture_rate_limit",yf="$initial_campaign_params",_f="$initial_referrer_info",bl="$initial_person_info",kl="$epp",gy="__POSTHOG_TOOLBAR__",cs="$posthog_cookieless",q1=[fy,_s,"__cmpns",ws,"$session_recording_enabled_server_side",ff,xl,Ji,pf,On,xs,hf,ii,Ss,gf,Sl,mf,vf,yf,_f,kl,bl];function kv(t){return t instanceof Element&&(t.id===gy||!(t.closest==null||!t.closest(".toolbar-global-fade-container")))}function Hl(t){return!!t&&t.nodeType===1}function yr(t,e){return!!t&&!!t.tagName&&t.tagName.toLowerCase()===e.toLowerCase()}function my(t){return!!t&&t.nodeType===3}function vy(t){return!!t&&t.nodeType===11}function ap(t){return t?Bl(t).split(/\s+/):[]}function Cv(t){var e=E?.location.href;return!!(e&&t&&t.some((n=>e.match(n))))}function Cl(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 ap(e)}function yy(t){return de(t)?null:Bl(t).split(/(\s+)/).filter((e=>Rs(e))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function Ms(t){var e="";return wf(t)&&!by(t)&&t.childNodes&&t.childNodes.length&&pe(t.childNodes,(function(n){var r;my(n)&&n.textContent&&(e+=(r=yy(n.textContent))!==null&&r!==void 0?r:"")})),Bl(e)}function _y(t){return N(t.target)?t.srcElement||null:(e=t.target)!=null&&e.shadowRoot?t.composedPath()[0]||null:t.target||null;var e}var lp=["a","button","form","input","select","textarea","label"];function wy(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 xy(t){var e=t.parentNode;return!(!e||!Hl(e))&&e}var K1=["next","previous","prev",">","<"],Ev=10,Av=[".ph-no-rageclick",".ph-no-capture"];function G1(t,e){if(!E||up(t))return!1;var n,r,i;if(mr(e)?(n=!!e&&Av,r=void 0):(n=(i=e?.css_selector_ignorelist)!==null&&i!==void 0?i:Av,r=e?.content_ignorelist),n===!1)return!1;var{targetElementList:o}=Sy(t,!1);return!(function(s,a){if(s===!1||N(s))return!1;var l;if(s===!0)l=K1;else{if(!fe(s))return!1;if(s.length>Ev)return L.error("[PostHog] content_ignorelist array cannot exceed "+Ev+" 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:Ms(s).toLowerCase(),ariaLabel:((a=s.getAttribute("aria-label"))==null?void 0:a.toLowerCase().trim())||""}})))&&!wy(o,n)}var up=t=>!t||yr(t,"html")||!Hl(t),Sy=(t,e)=>{if(!E||up(t))return{parentIsUsefulElement:!1,targetElementList:[]};for(var n=!1,r=[t],i=t;i.parentNode&&!yr(i,"body");)if(vy(i.parentNode))r.push(i.parentNode.host),i=i.parentNode.host;else{var o=xy(i);if(!o)break;if(e||lp.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 Z1(t,e,n,r,i){var o,s,a,l;if(n===void 0&&(n=void 0),!E||up(t)||(o=n)!=null&&o.url_allowlist&&!Cv(n.url_allowlist)||(s=n)!=null&&s.url_ignorelist&&Cv(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}=Sy(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)||!wy(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&&(lp.indexOf(g)>-1||t.getAttribute("contenteditable")==="true")}}function wf(t){for(var e=t;e.parentNode&&!yr(e,"body");e=e.parentNode){var n=Cl(e);if(te(n,"ph-sensitive")||te(n,"ph-no-capture"))return!1}if(te(Cl(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 by(t){return!!(yr(t,"input")&&!["button","checkbox","submit","reset"].includes(t.type)||yr(t,"select")||yr(t,"textarea")||t.getAttribute("contenteditable")==="true")}var ky="(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})",Y1=new RegExp("^(?:"+ky+")$"),X1=new RegExp(ky),Cy="\\d{3}-?\\d{2}-?\\d{4}",Q1=new RegExp("^("+Cy+")$"),J1=new RegExp("("+Cy+")");function Rs(t,e){return e===void 0&&(e=!0),!(de(t)||Me(t)&&(t=Bl(t),(e?Y1:X1).test((t||"").replace(/[- ]/g,""))||(e?Q1:J1).test(t)))}function Ey(t){var e=Ms(t);return Rs(e=(e+" "+Ay(t)).trim())?e:""}function Ay(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=Ms(n);e=(e+" "+i).trim(),n.childNodes&&n.childNodes.length&&(e=(e+" "+Ay(n)).trim())}catch(o){L.error("[AutoCapture]",o)}})),e}function eC(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 ml(l).sort(((c,f)=>{var[h]=c,[g]=f;return h.localeCompare(g)})).forEach((c=>{var[f,h]=c;return u[Tv(f.toString())]=Tv(h.toString())})),s+=":",s+=ml(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:tC(n),attr_id:n.attr__id,nth_child:n.nth_child,nth_of_type:n.nth_of_type,attributes:{}};return ml(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 Tv(t){return t.replace(/"|\\"/g,'\\"')}function tC(t){var e=t.attr__class;return e?fe(e)?e:ap(e):void 0}var El=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}},$d="$copy_autocapture",Mn=(function(t){return t.GZipJS="gzip-js",t.Base64="base64",t})({});var Al=t=>{var e=O?.createElement("a");return N(e)?null:(e.href=t,e)},nC=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)},Tl=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," ")},Fs=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},Rl=function(t,e){var n=t.match(new RegExp(e+"=([^&]*)"));return n?n[1]:null},Rv=Fe("[AutoCapture]");function Dd(t,e){return e.length>t?e.slice(0,t)+"...":e}function rC(t){if(t.previousElementSibling)return t.previousElementSibling;var e=t;do e=e.previousSibling;while(e&&!Hl(e));return e}function iC(t,e,n,r){var i=t.tagName.toLowerCase(),o={tag_name:i};lp.indexOf(i)>-1&&!n&&(i.toLowerCase()==="a"||i.toLowerCase()==="button"?o.$el_text=Dd(1024,Ey(t)):o.$el_text=Dd(1024,Ms(t)));var s=Cl(t);s.length>0&&(o.classes=s.filter((function(c){return c!==""}))),pe(t.attributes,(function(c){var f;if((!by(t)||["name","id","class","aria-label"].indexOf(c.name)!==-1)&&(r==null||!r.includes(c.name))&&!e&&Rs(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=ap(h).join(" ")),o["attr__"+c.name]=Dd(1024,h)}}));for(var a=1,l=1,u=t;u=rC(u);)a++,u.tagName===t.tagName&&l++;return o.nth_child=a,o.nth_of_type=l,o}function oC(t,e){for(var n,r,{e:i,maskAllElementAttributes:o,maskAllText:s,elementAttributeIgnoreList:a,elementsChainAsString:l}=e,u=[t],c=t;c.parentNode&&!yr(c,"body");)vy(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=wf(y);y.tagName.toLowerCase()==="a"&&(v=y.getAttribute("href"),v=w&&v&&Rs(v)&&v),te(Cl(y),"ph-no-capture")&&(_=!0),h.push(iC(y,o,s,a));var b=(function(k){if(!wf(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&&Rs(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=Ey(t):h[0].$el_text=Ms(t)),v){var x,d;h[0].attr__href=v;var p=(x=Al(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:eC(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 xf=class{constructor(e){this.P=!1,this.T=null,this.R=!1,this.instance=e,this.rageclicks=new El(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){Rv.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,$d)};Oe(O,"copy",n,{capture:!0}),Oe(O,"cut",n,{capture:!0})}}}else Rv.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({[_v]:!!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[_v],i=this.T;if(Fn(i)&&!mr(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=_y(e);my(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())&&G1(i,this.instance.config.rageclick)&&this.M(e,"$rageclick");var o=n===$d;if(i&&Z1(i,e,this.F,o,o?["copy","cut"]:void 0)){var{props:s,explicitNoCapture:a}=oC(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===$d){var u,c=yy(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 gr(O?.querySelectorAll)}};Math.trunc||(Math.trunc=function(t){return t<0?Math.ceil(t):Math.floor(t)}),Number.isInteger||(Number.isInteger=function(t){return mn(t)&&isFinite(t)&&Math.floor(t)===t});var Iv="0123456789abcdef",Sf=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+Iv.charAt(this.bytes[n]>>>4)+Iv.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}},bf=class{constructor(){this.A=0,this.D=0,this.j=new kf}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 Sf.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())}},Pv,Ty=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&&(Ty=t=>crypto.getRandomValues(t));var kf=class{constructor(){this.N=new Uint32Array(8),this.U=1/0}nextUint32(){return this.U>=this.N.length&&(Ty(this.N),this.U=0),this.N[this.U++]}},hr=()=>sC().toString(),sC=()=>(Pv||(Pv=new bf)).generate(),ds="",aC=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i;function lC(t,e){if(e){var n=(function(i,o){if(o===void 0&&(o=O),ds)return ds;if(!o||["localhost","127.0.0.1"].includes(i))return"";for(var s=i.split("."),a=Math.min(s.length,8),l="dmn_chk_"+hr();!ds&&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",ds=u)}return ds})(t);if(!n){var r=(i=>{var o=i.match(aC);return o?o[0]:""})(t);r!==n&&L.info("Warning: cookie subdomain discovery mismatch",r,n),n=r}return n?"; domain=."+n:""}return""}var gn={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(gn.q(t))||{}}catch{}return e},G:function(t,e,n,r,i){if(O)try{var o="",s="",a=lC(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{gn.G(t,"",-1,e)}catch{return}}},Vd=null,Ce={H:function(){if(!Fn(Vd))return Vd;var t=!0;if(N(E))t=!1;else try{var e="__mplssupport__";Ce.G(e,"xyz"),Ce.q(e)!=='"xyz"'&&(t=!1),Ce.V(e)}catch{t=!1}return t||L.error("localStorage unsupported; falling back to cookie store"),Vd=t,t},B:function(t){L.error("localStorage error: "+t)},q:function(t){try{return E?.localStorage.getItem(t)}catch(e){Ce.B(e)}return null},W:function(t){try{return JSON.parse(Ce.q(t))||{}}catch{}return null},G:function(t,e){try{E?.localStorage.setItem(t,JSON.stringify(e))}catch(n){Ce.B(n)}},V:function(t){try{E?.localStorage.removeItem(t)}catch(e){Ce.B(e)}}},uC=["distinct_id",xl,hy,kl,bl],dl=$({},Ce,{W:function(t){try{var e={};try{e=gn.W(t)||{}}catch{}var n=Pe(e,JSON.parse(Ce.q(t)||"{}"));return Ce.G(t,n),n}catch{}return null},G:function(t,e,n,r,i,o){try{Ce.G(t,e,void 0,void 0,o);var s={};uC.forEach((a=>{e[a]&&(s[a]=e[a])})),Object.keys(s).length&&gn.G(t,s,n,r,i,o)}catch(a){Ce.B(a)}},V:function(t,e){try{E?.localStorage.removeItem(t),gn.V(t,e)}catch(n){Ce.B(n)}}}),fl={},cC={H:function(){return!0},B:function(t){L.error("memoryStorage error: "+t)},q:function(t){return fl[t]||null},W:function(t){return fl[t]||null},G:function(t,e){fl[t]=e},V:function(t){delete fl[t]}},ni=null,je={H:function(){if(!Fn(ni))return ni;if(ni=!0,N(E))ni=!1;else try{var t="__support__";je.G(t,"xyz"),je.q(t)!=='"xyz"'&&(ni=!1),je.V(t)}catch{ni=!1}return ni},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)}}},Ln=(function(t){return t[t.PENDING=-1]="PENDING",t[t.DENIED=0]="DENIED",t[t.GRANTED=1]="GRANTED",t})({}),Cf=class{constructor(e){this._instance=e}get F(){return this._instance.config}get consent(){return this.J()?Ln.DENIED:this.K}isOptedOut(){return this.F.cookieless_mode==="always"||this.consent===Ln.DENIED||this.consent===Ln.PENDING&&(this.F.opt_out_capturing_by_default||this.F.cookieless_mode==="on_reject")}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===Ln.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 Ld(e)?Ln.GRANTED:te(T1,e)?Ln.DENIED:Ln.PENDING}get Y(){if(!this.Z){var e=this.F.opt_out_capturing_persistence_type;this.Z=e==="localStorage"?Ce:gn;var n=e==="localStorage"?gn:Ce;n.q(this.X)&&(this.Z.q(this.X)||this.optInOut(Ld(n.q(this.X))),n.V(this.X,this.F.cross_subdomain_cookie))}return this.Z}J(){return!!this.F.respect_dnt&&!!dy([kt?.doNotTrack,kt?.msDoNotTrack,G.doNotTrack],(e=>Ld(e)))}},pl=Fe("[Dead Clicks]"),dC=()=>!0,fC=t=>{var e,n=!((e=t.instance.persistence)==null||!e.get_property(py)),r=t.instance.config.capture_dead_clicks;return mr(r)?r:!!Ve(r)||n},Il=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({[py]: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?pl.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),pl.info("starting...")}}else pl.error("`document` not found. Cannot start.")}stop(){this.tt&&(this.tt.stop(),this.tt=void 0,pl.info("stopping..."))}},fs=Fe("[ExceptionAutocapture]"),Ef=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){fs.error("failed to start",u),this.lt()}}},this._instance=e,this.ut=!((n=this._instance.persistence)==null||!n.props[wv]),this.F=this.ht(),this.vt=new ef({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:fs}),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&&(fs.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 fs.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({[wv]: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)?fs.info("Skipping exception capture because of client rate limiting.",{exception:i}):this._instance.exceptions.sendExceptionEvent(e)}};function Nv(t,e,n){try{if(!(e in t))return()=>{};var r=t[e],i=n(r);return gr(i)&&(i.prototype=i.prototype||{},Object.defineProperties(i,{__posthog_wrapped__:{enumerable:!1,value:!0}})),t[e]=i,()=>{t[e]=r}}catch{return()=>{}}}var Af=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__||Nv(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__||Nv(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)}}}},Bd=Fe("[SegmentIntegration]");function pC(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()||hr();r.config.get_device_id=u,l.id()&&(r.register({distinct_id:l.id(),$device_id:u()}),r.persistence.set_property(On,"identified")),i()},a=o.user();"then"in a&&gr(a.then)?a.then((l=>s(l))):s(a)})(t,(()=>{n.register((r=>{Promise&&Promise.resolve||Bd.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()||(Bd.info("No userId set, resetting PostHog"),r.reset()),o.event.userId&&o.event.userId!==r.get_distinct_id()&&(Bd.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 Ry="posthog-js";function Iy(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 Tf=class{constructor(e,n,r,i,o,s){this.name=Ry,this.setupOnce=function(a){a(Iy(e,{organization:n,projectId:r,prefix:i,severityAllowList:o,sendExceptionsToPostHog:s==null||s}))}}},hC=E!=null&&E.location?Rl(E.location.hash,"__posthog")||Rl(location.hash,"state"):null,Ov="_postHogToolbarParams",Lv=Fe("[Toolbar]"),pr=(function(t){return t[t.UNINITIALIZED=0]="UNINITIALIZED",t[t.LOADING=1]="LOADING",t[t.LOADED=2]="LOADED",t})(pr||{}),Rf=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:pr.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=hC||Rl(e.hash,"__posthog")||Rl(e.hash,"state"),s=o?yv((()=>JSON.parse(atob(decodeURIComponent(o)))))||yv((()=>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(Ov)||"{}")).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)&&gr(n)?n(e,this.instance):Lv.warn("No toolbar load function found")}loadToolbar(e){var n=!(O==null||!O.getElementById(gy));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(Ov,JSON.stringify($({},i,{source:void 0}))),this.yt()===pr.LOADED)this.bt(i);else if(this.yt()===pr.UNINITIALIZED){var o;this._t(pr.LOADING),(o=G.__PosthogExtensions__)==null||o.loadExternalDependency==null||o.loadExternalDependency(this.instance,"toolbar",(s=>{if(s)return Lv.error("[Toolbar] Failed to load",s),void this._t(pr.UNINITIALIZED);this._t(pr.LOADED),this.bt(i)})),Oe(E,"turbolinks:load",(()=>{this._t(pr.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)}},gC=Fe("[TracingHeaders]"),If=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 gC.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",Pl="iOS",hn="Android",Is="Tablet",Py=hn+" "+Is,Ny="iPad",Oy="Apple",Ly=Oy+" Watch",Ps="Safari",ro="BlackBerry",My="Samsung",Fy=My+"Browser",$y=My+" Internet",oi="Chrome",mC=oi+" OS",Dy=oi+" "+Pl,cp="Internet Explorer",Vy=cp+" "+Mt,dp="Opera",vC=dp+" Mini",fp="Edge",By="Microsoft "+fp,eo="Firefox",zy=eo+" "+Pl,Ns="Nintendo",Os="PlayStation",to="Xbox",Hy=hn+" "+Mt,jy=Mt+" "+Ps,bs="Windows",Pf=bs+" Phone",Mv="Nokia",Nf="Ouya",Uy="Generic",yC=Uy+" "+Mt.toLowerCase(),Wy=Uy+" "+Is.toLowerCase(),Of="Konqueror",rt="(\\d+(\\.\\d+)?)",zd=new RegExp("Version/"+rt),_C=new RegExp(to,"i"),wC=new RegExp(Os+" \\w+","i"),xC=new RegExp(Ns+" \\w+","i"),pp=new RegExp(ro+"|PlayBook|BB10","i"),SC={"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"},bC=(t,e)=>e&&te(e,Oy)||(function(n){return te(n,Ps)&&!te(n,oi)&&!te(n,hn)})(t),qy=function(t,e){return e=e||"",te(t," OPR/")&&te(t,"Mini")?vC:te(t," OPR/")?dp:pp.test(t)?ro:te(t,"IE"+Mt)||te(t,"WPDesktop")?Vy:te(t,Fy)?$y:te(t,fp)||te(t,"Edg/")?By:te(t,"FBIOS")?"Facebook "+Mt:te(t,"UCWEB")||te(t,"UCBrowser")?"UC Browser":te(t,"CriOS")?Dy:te(t,"CrMo")||te(t,oi)?oi:te(t,hn)&&te(t,Ps)?Hy:te(t,"FxiOS")?zy:te(t.toLowerCase(),Of.toLowerCase())?Of:bC(t,e)?te(t,Mt)?jy:Ps:te(t,eo)?eo:te(t,"MSIE")||te(t,"Trident/")?cp:te(t,"Gecko")?eo:""},kC={[Vy]:[new RegExp("rv:"+rt)],[By]:[new RegExp(fp+"?\\/"+rt)],[oi]:[new RegExp("("+oi+"|CrMo)\\/"+rt)],[Dy]:[new RegExp("CriOS\\/"+rt)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+rt)],[Ps]:[zd],[jy]:[zd],[dp]:[new RegExp("(Opera|OPR)\\/"+rt)],[eo]:[new RegExp(eo+"\\/"+rt)],[zy]:[new RegExp("FxiOS\\/"+rt)],[Of]:[new RegExp("Konqueror[:/]?"+rt,"i")],[ro]:[new RegExp(ro+" "+rt),zd],[Hy]:[new RegExp("android\\s"+rt,"i")],[$y]:[new RegExp(Fy+"\\/"+rt)],[cp]:[new RegExp("(rv:|MSIE )"+rt)],Mozilla:[new RegExp("rv:"+rt)]},CC=function(t,e){var n=qy(t,e),r=kC[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},Fv=[[new RegExp(to+"; "+to+" (.*?)[);]","i"),t=>[to,t&&t[1]||""]],[new RegExp(Ns,"i"),[Ns,""]],[new RegExp(Os,"i"),[Os,""]],[pp,[ro,""]],[new RegExp(bs,"i"),(t,e)=>{if(/Phone/.test(e)||/WPDesktop/.test(e))return[Pf,""];if(new RegExp(Mt).test(e)&&!/IEMobile\b/.test(e))return[bs+" "+Mt,""];var n=/Windows NT ([0-9.]+)/i.exec(e);if(n&&n[1]){var r=n[1],i=SC[r]||"";return/arm/i.test(e)&&(i="RT"),[bs,i]}return[bs,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,t=>{if(t&&t[3]){var e=[t[3],t[4],t[5]||"0"];return[Pl,e.join(".")]}return[Pl,""]}],[/(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("("+hn+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+hn+")","i"),t=>{if(t&&t[2]){var e=[t[2],t[3],t[4]||"0"];return[hn,e.join(".")]}return[hn,""]}],[/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/,[mC,""]],[/Linux|debian/i,["Linux",""]]],$v=function(t){return xC.test(t)?Ns:wC.test(t)?Os:_C.test(t)?to:new RegExp(Nf,"i").test(t)?Nf:new RegExp("("+Pf+"|WPDesktop)","i").test(t)?Pf:/iPad/.test(t)?Ny:/iPod/.test(t)?"iPod Touch":/iPhone/.test(t)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(t)?Ly:pp.test(t)?ro:/(kobo)\s(ereader|touch)/i.test(t)?"Kobo":new RegExp(Mv,"i").test(t)?Mv:/(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)?hn:Py:hn:new RegExp("(pda|"+Mt+")","i").test(t)?yC:new RegExp(Is,"i").test(t)&&!new RegExp(Is+" pc","i").test(t)?Wy:""},hl="https?://(.*)",so=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],EC=oo(["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid"],so),$s="<masked>",AC=["li_fat_id"];function Ky(t,e,n){if(!O)return{};var r,i=e?oo([],so,n||[]):[],o=Gy(Fs(O.URL,i,$s),t),s=(r={},pe(AC,(function(a){var l=gn.q(a);r[a]=l||null})),r);return Pe(s,o)}function Gy(t,e){var n=EC.concat(e||[]),r={};return pe(n,(function(i){var o=Tl(t,i);r[i]=o||null})),r}function Zy(t){var e=(function(o){return o?o.search(hl+"google.([^/?]*)")===0?"google":o.search(hl+"bing.com")===0?"bing":o.search(hl+"yahoo.com")===0?"yahoo":o.search(hl+"duckduckgo.com")===0?"duckduckgo":null:null})(t),n=e!="yahoo"?"q":"p",r={};if(!Fn(e)){r.$search_engine=e;var i=O?Tl(O.referrer,n):"";i.length&&(r.ph_keyword=i)}return r}function Dv(){return navigator.language||navigator.userLanguage}function Yy(){return O?.referrer||"$direct"}function Xy(t,e){var n=t?oo([],so,e||[]):[],r=dt?.href.substring(0,1e3);return{r:Yy().substring(0,1e3),u:r?Fs(r,n,$s):void 0}}function Qy(t){var e,{r:n,u:r}=t,i={$referrer:n,$referring_domain:n==null?void 0:n=="$direct"?"$direct":(e=Al(n))==null?void 0:e.host};if(r){i.$current_url=r;var o=Al(r);i.$host=o?.host,i.$pathname=o?.pathname;var s=Gy(r);Pe(i,s)}if(n){var a=Zy(n);Pe(i,a)}return i}function Jy(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch{return}}function TC(){try{return new Date().getTimezoneOffset()}catch{return}}function RC(t,e){if(!ct)return{};var n,r,i,o=t?oo([],so,e||[]):[],[s,a]=(function(l){for(var u=0;u<Fv.length;u++){var[c,f]=Fv[u],h=c.exec(l),g=h&&(gr(f)?f(h,l):f);if(g)return g}return["",""]})(ct);return Pe(sp({$os:s,$os_version:a,$browser:qy(ct,navigator.vendor),$device:$v(ct),$device_type:(r=ct,i=$v(r),i===Ny||i===Py||i==="Kobo"||i==="Kindle Fire"||i===Wy?Is:i===Ns||i===to||i===Os||i===Nf?"Console":i===Ly?"Wearable":i?Mt:"Desktop"),$timezone:Jy(),$timezone_offset:TC()}),{$current_url:Fs(dt?.href,o,$s),$host:dt?.host,$pathname:dt?.pathname,$raw_user_agent:ct.length>1e3?ct.substring(0,997)+"...":ct,$browser_version:CC(ct,navigator.vendor),$browser_language:Dv(),$browser_language_prefix:(n=Dv(),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:Nn.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]"),Vv=9e5,Lf=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[Sv]),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[bv])||["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)&&mn(this._instance.config.capture_performance.__web_vitals_max_value)?this._instance.config.capture_performance.__web_vitals_max_value:Vv;return 0<e&&e<=6e4?Vv: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:mr(this._instance.config.capture_performance)?this._instance.config.capture_performance:void 0;return mr(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({[Sv]:n}),this._instance.persistence.register({[bv]: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?oo([],so,r||[]):[];return Fs(e,i,$s)}cr.error("Could not determine current URL")}},IC=Fe("[Heatmaps]");function Bv(t){return Ve(t)&&"clientX"in t&&"clientY"in t&&mn(t.clientX)&&mn(t.clientY)}var Mf=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[ff]),this.rageclicks=new El(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;IC.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({[ff]: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 Il(this.instance,dC,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&&Hl(c)&&!yr(c,"body");){if(c===u)return!1;if(te(l,E?.getComputedStyle(c).position))return!0;c=xy(c)}return!1})(_y(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"),!kv(e.target)&&Bv(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){!kv(e.target)&&Bv(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?oo([],so,i||[]):[],s=Fs(n,o,$s);this.N=this.N||{},this.N[s]||(this.N[s]=[]),this.N[s].push(e)}}Dt(){this.N&&!Qi(this.N)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}},Ff=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:pn(a/s,0,1,L),g=s<=1?1:pn(l/s,0,1,L),v=u<=1?1:pn(c/u,0,1,L),_=u<=1?1:pn(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,io=Uint32Array,hp=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]),gp=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]),zv=new Ft([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),e_=function(t,e){for(var n=new it(31),r=0;r<31;++r)n[r]=e+=1<<t[r-1];var i=new io(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]},t_=e_(hp,2),PC=t_[0],$f=t_[1];PC[28]=258,$f[258]=28;for(Df=e_(gp,0)[1],Nl=new it(32768),he=0;he<32768;++he)dr=(43690&he)>>>1|(21845&he)<<1,dr=(61680&(dr=(52428&dr)>>>2|(13107&dr)<<2))>>>4|(3855&dr)<<4,Nl[he]=((65280&dr)>>>8|(255&dr)<<8)>>>1;var dr,Df,Nl,he,Es=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[Nl[f]>>>l]=u}else for(s=new it(r),i=0;i<r;++i)s[i]=Nl[a[t[i]-1]++]>>>15-t[i];return s},si=new Ft(288);for(he=0;he<144;++he)si[he]=8;for(he=144;he<256;++he)si[he]=9;for(he=256;he<280;++he)si[he]=7;for(he=280;he<288;++he)si[he]=8;var Ol=new Ft(32);for(he=0;he<32;++he)Ol[he]=5;var NC=Es(si,9,0),OC=Es(Ol,5,0),n_=function(t){return(t/8>>0)+(7&t&&1)},r_=function(t,e,n){(n==null||n>t.length)&&(n=t.length);var r=new(t instanceof it?it:t instanceof io?io:Ft)(n-e);return r.set(t.subarray(e,n)),r},Pn=function(t,e,n){n<<=7&e;var r=e/8>>0;t[r]|=n,t[r+1]|=n>>>8},ps=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},Hd=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=Vf(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]},Vf=function(t,e,n){return t.s==-1?Math.max(Vf(t.l,e,n+1),Vf(t.r,e,n+1)):e[t.s]=n},Hv=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]},hs=function(t,e){for(var n=0,r=0;r<e.length;++r)n+=t[r]*e[r];return n},Bf=function(t,e,n){var r=n.length,i=n_(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)},jv=function(t,e,n,r,i,o,s,a,l,u,c){Pn(e,c++,n),++i[256];for(var f=Hd(i,15),h=f[0],g=f[1],v=Hd(o,15),_=v[0],x=v[1],d=Hv(h),p=d[0],m=d[1],y=Hv(_),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=Hd(k,7),A=I[0],H=I[1],K=19;K>4&&!A[zv[K-1]];--K);var Y,W,le,V,X=u+5<<3,B=hs(i,si)+hs(o,Ol)+s,Z=hs(i,h)+hs(o,_)+s+14+3*K+hs(k,A)+(2*k[16]+3*k[17]+7*k[18]);if(X<=B&&X<=Z)return Bf(e,c,t.subarray(l,l+u));if(Pn(e,c,1+(Z<B)),c+=2,Z<B){Y=Es(h,g,0),W=h,le=Es(_,x,0),V=_;var ut=Es(A,H,0);for(Pn(e,c,m-257),Pn(e,c+5,b-1),Pn(e,c+10,K-4),c+=14,C=0;C<K;++C)Pn(e,c+3*C,A[zv[C]]);c+=3*K;for(var Tn=[p,w],He=0;He<2;++He){var Lt=Tn[He];for(C=0;C<Lt.length;++C){var bt=31&Lt[C];Pn(e,c,ut[bt]),c+=A[bt],bt>15&&(Pn(e,c,Lt[C]>>>5&127),c+=Lt[C]>>>12)}}}else Y=NC,W=si,le=OC,V=Ol;for(C=0;C<a;++C)if(r[C]>255){bt=r[C]>>>18&31,ps(e,c,Y[bt+257]),c+=W[bt+257],bt>7&&(Pn(e,c,r[C]>>>23&31),c+=hp[bt]);var Ki=31&r[C];ps(e,c,le[Ki]),c+=V[Ki],Ki>3&&(ps(e,c,r[C]>>>5&8191),c+=gp[Ki])}else ps(e,c,Y[r[C]]),c+=W[r[C]];return ps(e,c,Y[256]),c+W[256]},LC=new io([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),MC=(function(){for(var t=new io(256),e=0;e<256;++e){for(var n=e,r=9;--r;)n=(1&n&&3988292384)^n>>>1;t[e]=n}return t})(),FC=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=Bf(g,v,o.subarray(_,x)):(g[_]=c,v=Bf(g,v,o.subarray(_,f)))}else{for(var d=LC[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(Od){return(o[Od]^o[Od+1]<<k^o[Od+2]<<C)&y},A=new io(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 Tn=f-_;if((Y>7e3||le>24576)&&Tn>423){v=jv(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,Ki=m,ar=Z-ut&32767;if(Tn>2&&B==I(_-ar))for(var a1=Math.min(p,Tn)-1,l1=Math.min(32767,_),u1=Math.min(258,Tn);ar<=l1&&--Ki&&Z!=ut;){if(o[_+Lt]==o[_+Lt-ar]){for(var lr=0;lr<u1&&o[_+lr]==o[_+lr-ar];++lr);if(lr>Lt){if(Lt=lr,bt=ar,lr>a1)break;var c1=Math.min(ar,lr-2),ev=0;for(He=0;He<c1;++He){var Nd=_-ar+He+32768&32767,tv=Nd-w[Nd]+32768&32767;tv>ev&&(ev=tv,ut=Nd)}}}ar+=(Z=ut)-(ut=w[Z])+32768&32767}if(bt){A[le++]=268435456|$f[Lt]<<18|Df[bt];var nv=31&$f[Lt],rv=31&Df[bt];W+=hp[nv]+gp[rv],++H[257+nv],++K[rv],V=_+Lt,++Y}else A[le++]=o[_],++H[o[_]]}}v=jv(o,g,c,A,H,K,W,le,X,_-X,v)}return r_(h,0,l+n_(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)},jd=function(t,e,n){for(;n;++e)t[e]=n,n>>>=8};function $C(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=MC[255&u^l[c]]^u>>>8;a=u},d:function(){return 4294967295^a}}})(),r=t.length;n.p(t);var i,o=FC(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&&jd(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),jd(o,s-8,n.d()),jd(o,s-4,r),o}var DC=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 bh(t,e,n){return{value:t,source:null,stack:n??null,digest:e??null}}function og(t,e){try{console.error(e.value)}catch(n){setTimeout(function(){throw n})}}var TR=typeof WeakMap=="function"?WeakMap:Map;function lS(t,e,n){n=jn(-1,n),n.tag=3,n.payload={element:null};var r=e.value;return n.callback=function(){vu||(vu=!0,gg=r),og(t,e)},n}function cS(t,e,n){n=jn(-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(){og(t,e)}}var o=t.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(n.callback=function(){og(t,e),typeof r!="function"&&(Mr===null?Mr=new Set([this]):Mr.add(this));var s=e.stack;this.componentDidCatch(e.value,{componentStack:s!==null?s:""})}),n}function ww(t,e,n){var r=t.pingCache;if(r===null){r=t.pingCache=new TR;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=HR.bind(null,t,e,n),e.then(t,t))}function xw(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 Sw(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=jn(-1,1),e.tag=2,Lr(n,e,1))),n.lanes|=1),t):(t.flags|=65536,t.lanes=i,t)}var RR=Gn.ReactCurrentOwner,mt=!1;function st(t,e,n,r){e.child=t===null?Dx(e,null,n,r):zo(e,t.child,n,r)}function bw(t,e,n,r,i){n=n.render;var o=e.ref;return Fo(e,i),r=Kg(t,e,n,r,o,i),n=Gg(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,Kn(t,e,i)):(ke&&n&&Mg(e),e.flags|=1,st(t,e,r,i),e.child)}function kw(t,e,n,r,i){if(t===null){var o=n.type;return typeof o=="function"&&!im(o)&&o.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(e.tag=15,e.type=o,uS(t,e,o,r,i)):(t=Yc(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:ka,n(s,r)&&t.ref===e.ref)return Kn(t,e,i)}return e.flags|=1,t=$r(o,r),t.ref=e.ref,t.return=e,e.child=t}function uS(t,e,n,r,i){if(t!==null){var o=t.memoizedProps;if(ka(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,Kn(t,e,i)}return sg(t,e,n,r,i)}function dS(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(Po,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(Po,At),At|=t,null;e.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=o!==null?o.baseLanes:n,me(Po,At),At|=r}else o!==null?(r=o.baseLanes|n,e.memoizedState=null):r=n,me(Po,At),At|=r;return st(t,e,i,n),e.child}function fS(t,e){var n=e.ref;(t===null&&n!==null||t!==null&&t.ref!==n)&&(e.flags|=512,e.flags|=2097152)}function sg(t,e,n,r,i){var o=yt(n)?yi:tt.current;return o=Vo(e,o),Fo(e,i),n=Kg(t,e,n,r,o,i),r=Gg(),t!==null&&!mt?(e.updateQueue=t.updateQueue,e.flags&=-2053,t.lanes&=~i,Kn(t,e,i)):(ke&&r&&Mg(e),e.flags|=1,st(t,e,n,i),e.child)}function Cw(t,e,n,r,i){if(yt(n)){var o=!0;au(e)}else o=!1;if(Fo(e,i),e.stateNode===null)Kc(t,e),aS(e,n,r),ig(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)?yi:tt.current,c=Vo(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)&&_w(e,s,r,c),Cr=!1;var h=e.memoizedState;s.state=h,fu(e,r,s,i),l=e.memoizedState,a!==r||h!==l||vt.current||Cr?(typeof u=="function"&&(rg(e,n,u,r),l=e.memoizedState),(a=Cr||yw(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,Bx(t,e),a=e.memoizedProps,c=e.type===e.elementType?a:en(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)?yi:tt.current,l=Vo(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)&&_w(e,s,r,l),Cr=!1,h=e.memoizedState,s.state=h,fu(e,r,s,i);var v=e.memoizedState;a!==f||h!==v||vt.current||Cr?(typeof g=="function"&&(rg(e,n,g,r),v=e.memoizedState),(c=Cr||yw(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 ag(t,e,n,r,o,i)}function ag(t,e,n,r,i,o){fS(t,e);var s=(e.flags&128)!==0;if(!r&&!s)return i&&uw(e,n,!1),Kn(t,e,o);r=e.stateNode,RR.current=e;var a=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return e.flags|=1,t!==null&&s?(e.child=zo(e,t.child,null,o),e.child=zo(e,null,a,o)):st(t,e,a,o),e.memoizedState=r.state,i&&uw(e,n,!0),e.child}function pS(t){var e=t.stateNode;e.pendingContext?cw(t,e.pendingContext,e.pendingContext!==e.context):e.context&&cw(t,e.context,!1),jg(t,e.containerInfo)}function Ew(t,e,n,r,i){return Bo(),$g(i),e.flags|=256,st(t,e,n,r),e.child}var lg={dehydrated:null,treeContext:null,retryLane:0};function cg(t){return{baseLanes:t,cachePool:null,transitions:null}}function hS(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 tg(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=Pu(s,r,0,null),t=vi(t,r,n,null),o.return=e,t.return=e,o.sibling=t,e.child=o,e.child.memoizedState=cg(n),e.memoizedState=lg,t):Xg(e,s));if(i=t.memoizedState,i!==null&&(a=i.dehydrated,a!==null))return IR(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=$r(i,l),r.subtreeFlags=i.subtreeFlags&14680064),a!==null?o=$r(a,o):(o=vi(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?cg(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},o.memoizedState=s,o.childLanes=t.childLanes&~n,e.memoizedState=lg,r}return o=t.child,t=o.sibling,r=$r(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 Xg(t,e){return e=Pu({mode:"visible",children:e},t.mode,0,null),e.return=t,t.child=e}function Dc(t,e,n,r){return r!==null&&$g(r),zo(e,t.child,null,n),t=Xg(e,e.pendingProps.children),t.flags|=2,e.memoizedState=null,t}function IR(t,e,n,r,i,o,s){if(n)return e.flags&256?(e.flags&=-257,r=bh(Error(R(422))),Dc(t,e,s,r)):e.memoizedState!==null?(e.child=t.child,e.flags|=128,null):(o=r.fallback,i=e.mode,r=Pu({mode:"visible",children:r.children},i,0,null),o=vi(o,i,s,null),o.flags|=2,r.return=e,o.return=e,r.sibling=o,e.child=r,(e.mode&1)!==0&&zo(e,t.child,null,s),e.child.memoizedState=cg(s),e.memoizedState=lg,o);if((e.mode&1)===0)return Dc(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=bh(o,r,void 0),Dc(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,qn(t,i),on(r,t,i,-1))}return rm(),r=bh(Error(R(421))),Dc(t,e,s,r)}return i.data==="$?"?(e.flags|=128,e.child=t.child,e=jR.bind(null,t),i._reactRetry=e,null):(t=o.treeContext,Tt=Or(i.nextSibling),Rt=e,ke=!0,nn=null,t!==null&&(Dt[Vt++]=zn,Dt[Vt++]=Hn,Dt[Vt++]=_i,zn=t.id,Hn=t.overflow,_i=e),e=Xg(e,r.children),e.flags|=4096,e)}function Aw(t,e,n){t.lanes|=e;var r=t.alternate;r!==null&&(r.lanes|=e),ng(t.return,e,n)}function kh(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 gS(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&&Aw(t,n,e);else if(t.tag===19)Aw(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&&pu(t)===null&&(i=n),n=n.sibling;n=i,n===null?(i=e.child,e.child=null):(i=n.sibling,n.sibling=null),kh(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&&pu(t)===null){e.child=i;break}t=i.sibling,i.sibling=n,n=i,i=t}kh(e,!0,n,null,o);break;case"together":kh(e,!1,null,null,void 0);break;default:e.memoizedState=null}return e.child}function Kc(t,e){(e.mode&1)===0&&t!==null&&(t.alternate=null,e.alternate=null,e.flags|=2)}function Kn(t,e,n){if(t!==null&&(e.dependencies=t.dependencies),xi|=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=$r(t,t.pendingProps),e.child=n,n.return=e;t.sibling!==null;)t=t.sibling,n=n.sibling=$r(t,t.pendingProps),n.return=e;n.sibling=null}return e.child}function PR(t,e,n){switch(e.tag){case 3:pS(e),Bo();break;case 5:zx(e);break;case 1:yt(e.type)&&au(e);break;case 4:jg(e,e.stateNode.containerInfo);break;case 10:var r=e.type._context,i=e.memoizedProps.value;me(uu,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?hS(t,e,n):(me(Ae,Ae.current&1),t=Kn(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 gS(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,dS(t,e,n)}return Kn(t,e,n)}var mS,ug,vS,yS;mS=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}};ug=function(){};vS=function(t,e,n,r){var i=t.memoizedProps;if(i!==r){t=e.stateNode,gi(kn.current);var o=null;switch(n){case"input":i=Nh(t,i),r=Nh(t,r),o=[];break;case"select":i=Re({},i,{value:void 0}),r=Re({},r,{value:void 0}),o=[];break;case"textarea":i=Mh(t,i),r=Mh(t,r),o=[];break;default:typeof i.onClick!="function"&&typeof r.onClick=="function"&&(t.onclick=ou)}$h(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"&&(va.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"&&(va.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)}};yS=function(t,e,n,r){n!==r&&(e.flags|=4)};function ta(t,e){if(!ke)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 NR(t,e,n){var r=e.pendingProps;switch(Fg(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)&&su(),Je(e),null;case 3:return r=e.stateNode,Ho(),_e(vt),_e(tt),Wg(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(t===null||t.child===null)&&(Fc(e)?e.flags|=4:t===null||t.memoizedState.isDehydrated&&(e.flags&256)===0||(e.flags|=1024,nn!==null&&(yg(nn),nn=null))),ug(t,e),Je(e),null;case 5:Ug(e);var i=gi(Ra.current);if(n=e.type,t!==null&&e.stateNode!=null)vS(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=gi(kn.current),Fc(e)){r=e.stateNode,n=e.type;var o=e.memoizedProps;switch(r[Sn]=e,r[Aa]=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<aa.length;i++)ye(aa[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":M0(r,o),ye("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!o.multiple},ye("invalid",r);break;case"textarea":$0(r,o),ye("invalid",r)}$h(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&&Mc(r.textContent,a,t),i=["children",a]):typeof a=="number"&&r.textContent!==""+a&&(o.suppressHydrationWarning!==!0&&Mc(r.textContent,a,t),i=["children",""+a]):va.hasOwnProperty(s)&&a!=null&&s==="onScroll"&&ye("scroll",r)}switch(n){case"input":bc(r),F0(r,o,!0);break;case"textarea":bc(r),D0(r);break;case"select":case"option":break;default:typeof o.onClick=="function"&&(r.onclick=ou)}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=qw(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[Sn]=e,t[Aa]=r,mS(t,e,!1,!1),e.stateNode=t;e:{switch(s=Dh(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<aa.length;i++)ye(aa[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":M0(t,r),i=Nh(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":$0(t,r),i=Mh(t,r),ye("invalid",t);break;default:i=r}$h(n,i),a=i;for(o in a)if(a.hasOwnProperty(o)){var l=a[o];o==="style"?Zw(t,l):o==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,l!=null&&Kw(t,l)):o==="children"?typeof l=="string"?(n!=="textarea"||l!=="")&&ya(t,l):typeof l=="number"&&ya(t,""+l):o!=="suppressContentEditableWarning"&&o!=="suppressHydrationWarning"&&o!=="autoFocus"&&(va.hasOwnProperty(o)?l!=null&&o==="onScroll"&&ye("scroll",t):l!=null&&xg(t,o,l,s))}switch(n){case"input":bc(t),F0(t,r,!1);break;case"textarea":bc(t),D0(t);break;case"option":r.value!=null&&t.setAttribute("value",""+Dr(r.value));break;case"select":t.multiple=!!r.multiple,o=r.value,o!=null?No(t,!!r.multiple,o,!1):r.defaultValue!=null&&No(t,!!r.multiple,r.defaultValue,!0);break;default:typeof i.onClick=="function"&&(t.onclick=ou)}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)yS(t,e,t.memoizedProps,r);else{if(typeof r!="string"&&e.stateNode===null)throw Error(R(166));if(n=gi(Ra.current),gi(kn.current),Fc(e)){if(r=e.stateNode,n=e.memoizedProps,r[Sn]=e,(o=r.nodeValue!==n)&&(t=Rt,t!==null))switch(t.tag){case 3:Mc(r.nodeValue,n,(t.mode&1)!==0);break;case 5:t.memoizedProps.suppressHydrationWarning!==!0&&Mc(r.nodeValue,n,(t.mode&1)!==0)}o&&(e.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[Sn]=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(ke&&Tt!==null&&(e.mode&1)!==0&&(e.flags&128)===0)Fx(),Bo(),e.flags|=98560,o=!1;else if(o=Fc(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[Sn]=e}else Bo(),(e.flags&128)===0&&(e.memoizedState=null),e.flags|=4;Je(e),o=!1}else nn!==null&&(yg(nn),nn=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):rm())),e.updateQueue!==null&&(e.flags|=4),Je(e),null);case 4:return Ho(),ug(t,e),t===null&&Ca(e.stateNode.containerInfo),Je(e),null;case 10:return Bg(e.type._context),Je(e),null;case 17:return yt(e.type)&&su(),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)ta(o,!1);else{if(De!==0||t!==null&&(t.flags&128)!==0)for(t=e.child;t!==null;){if(s=pu(t),s!==null){for(e.flags|=128,ta(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()>Uo&&(e.flags|=128,r=!0,ta(o,!1),e.lanes=4194304)}else{if(!r)if(t=pu(s),t!==null){if(e.flags|=128,r=!0,n=t.updateQueue,n!==null&&(e.updateQueue=n,e.flags|=4),ta(o,!0),o.tail===null&&o.tailMode==="hidden"&&!s.alternate&&!ke)return Je(e),null}else 2*Ne()-o.renderingStartTime>Uo&&n!==1073741824&&(e.flags|=128,r=!0,ta(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 nm(),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 OR(t,e){switch(Fg(e),e.tag){case 1:return yt(e.type)&&su(),t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 3:return Ho(),_e(vt),_e(tt),Wg(),t=e.flags,(t&65536)!==0&&(t&128)===0?(e.flags=t&-65537|128,e):null;case 5:return Ug(e),null;case 13:if(_e(Ae),t=e.memoizedState,t!==null&&t.dehydrated!==null){if(e.alternate===null)throw Error(R(340));Bo()}return t=e.flags,t&65536?(e.flags=t&-65537|128,e):null;case 19:return _e(Ae),null;case 4:return Ho(),null;case 10:return Bg(e.type._context),null;case 22:case 23:return nm(),null;case 24:return null;default:return null}}var Vc=!1,et=!1,LR=typeof WeakSet=="function"?WeakSet:Set,D=null;function Io(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 dg(t,e,n){try{n()}catch(r){Ie(t,e,r)}}var Tw=!1;function MR(t,e){if(Gh=nu,t=bx(),Lg(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(Zh={focusedElem:t,selectionRange:n},nu=!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?_:en(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 ha(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&&dg(e,n,o)}i=i.next}while(i!==r)}}function Ru(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 fg(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 _S(t){var e=t.alternate;e!==null&&(t.alternate=null,_S(e)),t.child=null,t.deletions=null,t.sibling=null,t.tag===5&&(e=t.stateNode,e!==null&&(delete e[Sn],delete e[Aa],delete e[Qh],delete e[vR],delete e[yR])),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 wS(t){return t.tag===5||t.tag===3||t.tag===4}function Rw(t){e:for(;;){for(;t.sibling===null;){if(t.return===null||wS(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 pg(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=ou));else if(r!==4&&(t=t.child,t!==null))for(pg(t,e,n),t=t.sibling;t!==null;)pg(t,e,n),t=t.sibling}function hg(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(hg(t,e,n),t=t.sibling;t!==null;)hg(t,e,n),t=t.sibling}var qe=null,tn=!1;function br(t,e,n){for(n=n.child;n!==null;)xS(t,e,n),n=n.sibling}function xS(t,e,n){if(bn&&typeof bn.onCommitFiberUnmount=="function")try{bn.onCommitFiberUnmount(xu,n)}catch{}switch(n.tag){case 5:et||Io(n,e);case 6:var r=qe,i=tn;qe=null,br(t,e,n),qe=r,tn=i,qe!==null&&(tn?(t=qe,n=n.stateNode,t.nodeType===8?t.parentNode.removeChild(n):t.removeChild(n)):qe.removeChild(n.stateNode));break;case 18:qe!==null&&(tn?(t=qe,n=n.stateNode,t.nodeType===8?vh(t.parentNode,n):t.nodeType===1&&vh(t,n),Sa(t)):vh(qe,n.stateNode));break;case 4:r=qe,i=tn,qe=n.stateNode.containerInfo,tn=!0,br(t,e,n),qe=r,tn=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)&&dg(n,e,s),i=i.next}while(i!==r)}br(t,e,n);break;case 1:if(!et&&(Io(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)}br(t,e,n);break;case 21:br(t,e,n);break;case 22:n.mode&1?(et=(r=et)||n.memoizedState!==null,br(t,e,n),et=r):br(t,e,n);break;default:br(t,e,n)}}function Iw(t){var e=t.updateQueue;if(e!==null){t.updateQueue=null;var n=t.stateNode;n===null&&(n=t.stateNode=new LR),e.forEach(function(r){var i=UR.bind(null,t,r);n.has(r)||(n.add(r),r.then(i,i))})}}function Jt(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,tn=!1;break e;case 3:qe=a.stateNode.containerInfo,tn=!0;break e;case 4:qe=a.stateNode.containerInfo,tn=!0;break e}a=a.return}if(qe===null)throw Error(R(160));xS(o,s,i),qe=null,tn=!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;)SS(e,t),e=e.sibling}function SS(t,e){var n=t.alternate,r=t.flags;switch(t.tag){case 0:case 11:case 14:case 15:if(Jt(e,t),wn(t),r&4){try{ha(3,t,t.return),Ru(3,t)}catch(_){Ie(t,t.return,_)}try{ha(5,t,t.return)}catch(_){Ie(t,t.return,_)}}break;case 1:Jt(e,t),wn(t),r&512&&n!==null&&Io(n,n.return);break;case 5:if(Jt(e,t),wn(t),r&512&&n!==null&&Io(n,n.return),t.flags&32){var i=t.stateNode;try{ya(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&&Uw(i,o),Dh(a,s);var c=Dh(a,o);for(s=0;s<l.length;s+=2){var u=l[s],f=l[s+1];u==="style"?Zw(i,f):u==="dangerouslySetInnerHTML"?Kw(i,f):u==="children"?ya(i,f):xg(i,u,f,c)}switch(a){case"input":Oh(i,o);break;case"textarea":Ww(i,o);break;case"select":var h=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!o.multiple;var g=o.value;g!=null?No(i,!!o.multiple,g,!1):h!==!!o.multiple&&(o.defaultValue!=null?No(i,!!o.multiple,o.defaultValue,!0):No(i,!!o.multiple,o.multiple?[]:"",!1))}i[Aa]=o}catch(_){Ie(t,t.return,_)}}break;case 6:if(Jt(e,t),wn(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(Jt(e,t),wn(t),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Sa(e.containerInfo)}catch(_){Ie(t,t.return,_)}break;case 4:Jt(e,t),wn(t);break;case 13:Jt(e,t),wn(t),i=t.child,i.flags&8192&&(o=i.memoizedState!==null,i.stateNode.isHidden=o,!o||i.alternate!==null&&i.alternate.memoizedState!==null||(em=Ne())),r&4&&Iw(t);break;case 22:if(u=n!==null&&n.memoizedState!==null,t.mode&1?(et=(c=et)||u,Jt(e,t),et=c):Jt(e,t),wn(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:ha(4,h,h.return);break;case 1:Io(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:Io(h,h.return);break;case 22:if(h.memoizedState!==null){Nw(f);continue}}g!==null?(g.return=h,D=g):Nw(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=Gw("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:Jt(e,t),wn(t),r&4&&Iw(t);break;case 21:break;default:Jt(e,t),wn(t)}}function wn(t){var e=t.flags;if(e&2){try{e:{for(var n=t.return;n!==null;){if(wS(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&&(ya(i,""),r.flags&=-33);var o=Rw(t);hg(t,o,i);break;case 3:case 4:var s=r.stateNode.containerInfo,a=Rw(t);pg(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 FR(t,e,n){D=t,bS(t,e,n)}function bS(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||Vc;if(!s){var a=i.alternate,l=a!==null&&a.memoizedState!==null||et;a=Vc;var c=et;if(Vc=s,(et=l)&&!c)for(D=i;D!==null;)s=D,l=s.child,s.tag===22&&s.memoizedState!==null?Ow(i):l!==null?(l.return=s,D=l):Ow(i);for(;o!==null;)D=o,bS(o,e,n),o=o.sibling;D=i,Vc=a,et=c}Pw(t,e,n)}else(i.subtreeFlags&8772)!==0&&o!==null?(o.return=i,D=o):Pw(t,e,n)}}function Pw(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||Ru(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:en(e.type,n.memoizedProps);r.componentDidUpdate(i,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var o=e.updateQueue;o!==null&&gw(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}gw(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&&Sa(f)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(R(163))}et||e.flags&512&&fg(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 Nw(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 Ow(t){for(;D!==null;){var e=D;try{switch(e.tag){case 0:case 11:case 15:var n=e.return;try{Ru(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{fg(e)}catch(l){Ie(e,o,l)}break;case 5:var s=e.return;try{fg(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 $R=Math.ceil,mu=Gn.ReactCurrentDispatcher,Qg=Gn.ReactCurrentOwner,zt=Gn.ReactCurrentBatchConfig,se=0,ze=null,Le=null,Ke=0,At=0,Po=zr(0),De=0,Oa=null,xi=0,Iu=0,Jg=0,ga=null,gt=null,em=0,Uo=1/0,Vn=null,vu=!1,gg=null,Mr=null,Bc=!1,Rr=null,yu=0,ma=0,mg=null,Gc=-1,Zc=0;function at(){return(se&6)!==0?Ne():Gc!==-1?Gc:Gc=Ne()}function Fr(t){return(t.mode&1)===0?1:(se&2)!==0&&Ke!==0?Ke&-Ke:wR.transition!==null?(Zc===0&&(Zc=ax()),Zc):(t=ue,t!==0||(t=window.event,t=t===void 0?16:hx(t.type)),t)}function on(t,e,n,r){if(50<ma)throw ma=0,mg=null,Error(R(185));La(t,n,r),((se&2)===0||t!==ze)&&(t===ze&&((se&2)===0&&(Iu|=n),De===4&&Ar(t,Ke)),_t(t,r),n===1&&se===0&&(e.mode&1)===0&&(Uo=Ne()+500,Eu&&Hr()))}function _t(t,e){var n=t.callbackNode;ST(t,e);var r=tu(t,t===ze?Ke:0);if(r===0)n!==null&&z0(n),t.callbackNode=null,t.callbackPriority=0;else if(e=r&-r,t.callbackPriority!==e){if(n!=null&&z0(n),e===1)t.tag===0?_R(Lw.bind(null,t)):Ox(Lw.bind(null,t)),gR(function(){(se&6)===0&&Hr()}),n=null;else{switch(lx(r)){case 1:n=Eg;break;case 4:n=ox;break;case 16:n=eu;break;case 536870912:n=sx;break;default:n=eu}n=PS(n,kS.bind(null,t))}t.callbackPriority=e,t.callbackNode=n}}function kS(t,e){if(Gc=-1,Zc=0,(se&6)!==0)throw Error(R(327));var n=t.callbackNode;if($o()&&t.callbackNode!==n)return null;var r=tu(t,t===ze?Ke:0);if(r===0)return null;if((r&30)!==0||(r&t.expiredLanes)!==0||e)e=_u(t,r);else{e=r;var i=se;se|=2;var o=ES();(ze!==t||Ke!==e)&&(Vn=null,Uo=Ne()+500,mi(t,e));do try{BR();break}catch(a){CS(t,a)}while(!0);Vg(),mu.current=o,se=i,Le!==null?e=0:(ze=null,Ke=0,e=De)}if(e!==0){if(e===2&&(i=jh(t),i!==0&&(r=i,e=vg(t,i))),e===1)throw n=Oa,mi(t,0),Ar(t,r),_t(t,Ne()),n;if(e===6)Ar(t,r);else{if(i=t.current.alternate,(r&30)===0&&!DR(i)&&(e=_u(t,r),e===2&&(o=jh(t),o!==0&&(r=o,e=vg(t,o))),e===1))throw n=Oa,mi(t,0),Ar(t,r),_t(t,Ne()),n;switch(t.finishedWork=i,t.finishedLanes=r,e){case 0:case 1:throw Error(R(345));case 2:fi(t,gt,Vn);break;case 3:if(Ar(t,r),(r&130023424)===r&&(e=em+500-Ne(),10<e)){if(tu(t,0)!==0)break;if(i=t.suspendedLanes,(i&r)!==r){at(),t.pingedLanes|=t.suspendedLanes&i;break}t.timeoutHandle=Xh(fi.bind(null,t,gt,Vn),e);break}fi(t,gt,Vn);break;case 4:if(Ar(t,r),(r&4194240)===r)break;for(e=t.eventTimes,i=-1;0<r;){var s=31-rn(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*$R(r/1960))-r,10<r){t.timeoutHandle=Xh(fi.bind(null,t,gt,Vn),r);break}fi(t,gt,Vn);break;case 5:fi(t,gt,Vn);break;default:throw Error(R(329))}}}return _t(t,Ne()),t.callbackNode===n?kS.bind(null,t):null}function vg(t,e){var n=ga;return t.current.memoizedState.isDehydrated&&(mi(t,e).flags|=256),t=_u(t,e),t!==2&&(e=gt,gt=n,e!==null&&yg(e)),t}function yg(t){gt===null?gt=t:gt.push.apply(gt,t)}function DR(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(!sn(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 Ar(t,e){for(e&=~Jg,e&=~Iu,t.suspendedLanes|=e,t.pingedLanes&=~e,t=t.expirationTimes;0<e;){var n=31-rn(e),r=1<<n;t[n]=-1,e&=~r}}function Lw(t){if((se&6)!==0)throw Error(R(327));$o();var e=tu(t,0);if((e&1)===0)return _t(t,Ne()),null;var n=_u(t,e);if(t.tag!==0&&n===2){var r=jh(t);r!==0&&(e=r,n=vg(t,r))}if(n===1)throw n=Oa,mi(t,0),Ar(t,e),_t(t,Ne()),n;if(n===6)throw Error(R(345));return t.finishedWork=t.current.alternate,t.finishedLanes=e,fi(t,gt,Vn),_t(t,Ne()),null}function tm(t,e){var n=se;se|=1;try{return t(e)}finally{se=n,se===0&&(Uo=Ne()+500,Eu&&Hr())}}function Si(t){Rr!==null&&Rr.tag===0&&(se&6)===0&&$o();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&&Hr()}}function nm(){At=Po.current,_e(Po)}function mi(t,e){t.finishedWork=null,t.finishedLanes=0;var n=t.timeoutHandle;if(n!==-1&&(t.timeoutHandle=-1,hR(n)),Le!==null)for(n=Le.return;n!==null;){var r=n;switch(Fg(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&su();break;case 3:Ho(),_e(vt),_e(tt),Wg();break;case 5:Ug(r);break;case 4:Ho();break;case 13:_e(Ae);break;case 19:_e(Ae);break;case 10:Bg(r.type._context);break;case 22:case 23:nm()}n=n.return}if(ze=t,Le=t=$r(t.current,null),Ke=At=e,De=0,Oa=null,Jg=Iu=xi=0,gt=ga=null,hi!==null){for(e=0;e<hi.length;e++)if(n=hi[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}hi=null}return t}function CS(t,e){do{var n=Le;try{if(Vg(),Wc.current=gu,hu){for(var r=Te.memoizedState;r!==null;){var i=r.queue;i!==null&&(i.pending=null),r=r.next}hu=!1}if(wi=0,Be=$e=Te=null,pa=!1,Ia=0,Qg.current=null,n===null||n.return===null){De=1,Oa=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=xw(s);if(g!==null){g.flags&=-257,Sw(g,s,a,o,e),g.mode&1&&ww(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){ww(o,c,e),rm();break e}l=Error(R(426))}}else if(ke&&a.mode&1){var x=xw(s);if(x!==null){(x.flags&65536)===0&&(x.flags|=256),Sw(x,s,a,o,e),$g(jo(l,a));break e}}o=l=jo(l,a),De!==4&&(De=2),ga===null?ga=[o]:ga.push(o),o=s;do{switch(o.tag){case 3:o.flags|=65536,e&=-e,o.lanes|=e;var d=lS(o,l,e);hw(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"&&(Mr===null||!Mr.has(m)))){o.flags|=65536,e&=-e,o.lanes|=e;var y=cS(o,a,e);hw(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 ES(){var t=mu.current;return mu.current=gu,t===null?gu:t}function rm(){(De===0||De===3||De===2)&&(De=4),ze===null||(xi&268435455)===0&&(Iu&268435455)===0||Ar(ze,Ke)}function _u(t,e){var n=se;se|=2;var r=ES();(ze!==t||Ke!==e)&&(Vn=null,mi(t,e));do try{VR();break}catch(i){CS(t,i)}while(!0);if(Vg(),se=n,mu.current=r,Le!==null)throw Error(R(261));return ze=null,Ke=0,De}function VR(){for(;Le!==null;)AS(Le)}function BR(){for(;Le!==null&&!pT();)AS(Le)}function AS(t){var e=IS(t.alternate,t,At);t.memoizedProps=t.pendingProps,e===null?TS(t):Le=e,Qg.current=null}function TS(t){var e=t;do{var n=e.alternate;if(t=e.return,(e.flags&32768)===0){if(n=NR(n,e,At),n!==null){Le=n;return}}else{if(n=OR(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 fi(t,e,n){var r=ue,i=zt.transition;try{zt.transition=null,ue=1,zR(t,e,n,r)}finally{zt.transition=i,ue=r}return null}function zR(t,e,n,r){do $o();while(Rr!==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(bT(t,o),t===ze&&(Le=ze=null,Ke=0),(n.subtreeFlags&2064)===0&&(n.flags&2064)===0||Bc||(Bc=!0,PS(eu,function(){return $o(),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,Qg.current=null,MR(t,n),SS(n,t),cR(Zh),nu=!!Gh,Zh=Gh=null,t.current=n,FR(n,t,i),hT(),se=a,ue=s,zt.transition=o}else t.current=n;if(Bc&&(Bc=!1,Rr=t,yu=i),o=t.pendingLanes,o===0&&(Mr=null),vT(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(vu)throw vu=!1,t=gg,gg=null,t;return(yu&1)!==0&&t.tag!==0&&$o(),o=t.pendingLanes,(o&1)!==0?t===mg?ma++:(ma=0,mg=t):ma=0,Hr(),null}function $o(){if(Rr!==null){var t=lx(yu),e=zt.transition,n=ue;try{if(zt.transition=null,ue=16>t?16:t,Rr===null)var r=!1;else{if(t=Rr,Rr=null,yu=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:ha(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(_S(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:ha(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:Ru(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,Hr(),bn&&typeof bn.onPostCommitFiberRoot=="function")try{bn.onPostCommitFiberRoot(xu,t)}catch{}r=!0}return r}finally{ue=n,zt.transition=e}}return!1}function Mw(t,e,n){e=jo(n,e),e=lS(t,e,1),t=Lr(t,e,1),e=at(),t!==null&&(La(t,1,e),_t(t,e))}function Ie(t,e,n){if(t.tag===3)Mw(t,t,n);else for(;e!==null;){if(e.tag===3){Mw(e,t,n);break}else if(e.tag===1){var r=e.stateNode;if(typeof e.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(Mr===null||!Mr.has(r))){t=jo(n,t),t=cS(e,t,1),e=Lr(e,t,1),t=at(),e!==null&&(La(e,1,t),_t(e,t));break}}e=e.return}}function HR(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()-em?mi(t,0):Jg|=n),_t(t,e)}function RS(t,e){e===0&&((t.mode&1)===0?e=1:(e=Ec,Ec<<=1,(Ec&130023424)===0&&(Ec=4194304)));var n=at();t=qn(t,e),t!==null&&(La(t,e,n),_t(t,n))}function jR(t){var e=t.memoizedState,n=0;e!==null&&(n=e.retryLane),RS(t,n)}function UR(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),RS(t,n)}var IS;IS=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,PR(t,e,n);mt=(t.flags&131072)!==0}else mt=!1,ke&&(e.flags&1048576)!==0&&Lx(e,cu,e.index);switch(e.lanes=0,e.tag){case 2:var r=e.type;Kc(t,e),t=e.pendingProps;var i=Vo(e,tt.current);Fo(e,n),i=Kg(null,e,r,t,i,n);var o=Gg();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,au(e)):o=!1,e.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,Hg(e),i.updater=Tu,e.stateNode=i,i._reactInternals=e,ig(e,r,t,n),e=ag(null,e,r,!0,o,n)):(e.tag=0,ke&&o&&Mg(e),st(null,e,i,n),e=e.child),e;case 16:r=e.elementType;e:{switch(Kc(t,e),t=e.pendingProps,i=r._init,r=i(r._payload),e.type=r,i=e.tag=qR(r),t=en(r,t),i){case 0:e=sg(null,e,r,t,n);break e;case 1:e=Cw(null,e,r,t,n);break e;case 11:e=bw(null,e,r,t,n);break e;case 14:e=kw(null,e,r,en(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:en(r,i),sg(t,e,r,i,n);case 1:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:en(r,i),Cw(t,e,r,i,n);case 3:e:{if(pS(e),t===null)throw Error(R(387));r=e.pendingProps,o=e.memoizedState,i=o.element,Bx(t,e),fu(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=jo(Error(R(423)),e),e=Ew(t,e,r,n,i);break e}else if(r!==i){i=jo(Error(R(424)),e),e=Ew(t,e,r,n,i);break e}else for(Tt=Or(e.stateNode.containerInfo.firstChild),Rt=e,ke=!0,nn=null,n=Dx(e,null,r,n),e.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Bo(),r===i){e=Kn(t,e,n);break e}st(t,e,r,n)}e=e.child}return e;case 5:return zx(e),t===null&&tg(e),r=e.type,i=e.pendingProps,o=t!==null?t.memoizedProps:null,s=i.children,Yh(r,i)?s=null:o!==null&&Yh(r,o)&&(e.flags|=32),fS(t,e),st(t,e,s,n),e.child;case 6:return t===null&&tg(e),null;case 13:return hS(t,e,n);case 4:return jg(e,e.stateNode.containerInfo),r=e.pendingProps,t===null?e.child=zo(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:en(r,i),bw(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(uu,r._currentValue),r._currentValue=s,o!==null)if(sn(o.value,s)){if(o.children===i.children&&!vt.current){e=Kn(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=jn(-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),ng(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),ng(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,Fo(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=en(r,e.pendingProps),i=en(r.type,i),kw(t,e,r,i,n);case 15:return uS(t,e,e.type,e.pendingProps,n);case 17:return r=e.type,i=e.pendingProps,i=e.elementType===r?i:en(r,i),Kc(t,e),e.tag=1,yt(r)?(t=!0,au(e)):t=!1,Fo(e,n),aS(e,r,i),ig(e,r,i,n),ag(null,e,r,!0,t,n);case 19:return gS(t,e,n);case 22:return dS(t,e,n)}throw Error(R(156,e.tag))};function PS(t,e){return ix(t,e)}function WR(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 WR(t,e,n,r)}function im(t){return t=t.prototype,!(!t||!t.isReactComponent)}function qR(t){if(typeof t=="function")return im(t)?1:0;if(t!=null){if(t=t.$$typeof,t===bg)return 11;if(t===kg)return 14}return 2}function $r(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 Yc(t,e,n,r,i,o){var s=2;if(r=t,typeof t=="function")im(t)&&(s=1);else if(typeof t=="string")s=5;else e:switch(t){case xo:return vi(n.children,i,o,e);case Sg:s=8,i|=8;break;case Th:return t=Bt(12,n,e,i|2),t.elementType=Th,t.lanes=o,t;case Rh:return t=Bt(13,n,e,i),t.elementType=Rh,t.lanes=o,t;case Ih:return t=Bt(19,n,e,i),t.elementType=Ih,t.lanes=o,t;case zw:return Pu(n,i,o,e);default:if(typeof t=="object"&&t!==null)switch(t.$$typeof){case Vw:s=10;break e;case Bw:s=9;break e;case bg:s=11;break e;case kg:s=14;break e;case kr: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 vi(t,e,n,r){return t=Bt(7,t,r,e),t.lanes=n,t}function Pu(t,e,n,r){return t=Bt(22,t,r,e),t.elementType=zw,t.lanes=n,t.stateNode={isHidden:!1},t}function Ch(t,e,n){return t=Bt(6,t,null,e),t.lanes=n,t}function Eh(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 KR(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=ch(0),this.expirationTimes=ch(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ch(0),this.identifierPrefix=r,this.onRecoverableError=i,this.mutableSourceEagerHydrationData=null}function om(t,e,n,r,i,o,s,a,l){return t=new KR(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},Hg(o),t}function GR(t,e,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:wo,key:r==null?null:""+r,children:t,containerInfo:e,implementation:n}}function NS(t){if(!t)return Vr;t=t._reactInternals;e:{if(ki(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 Nx(t,n,e)}return e}function OS(t,e,n,r,i,o,s,a,l){return t=om(n,r,!0,t,i,o,s,a,l),t.context=NS(null),n=t.current,r=at(),i=Fr(n),o=jn(r,i),o.callback=e??null,Lr(n,o,i),t.current.lanes=i,La(t,i,r),_t(t,r),t}function Nu(t,e,n,r){var i=e.current,o=at(),s=Fr(i);return n=NS(n),e.context===null?e.context=n:e.pendingContext=n,e=jn(o,s),e.payload={element:t},r=r===void 0?null:r,r!==null&&(e.callback=r),t=Lr(i,e,s),t!==null&&(on(t,i,s,o),Uc(t,i,s)),s}function wu(t){return t=t.current,t.child?(t.child.tag===5,t.child.stateNode):null}function Fw(t,e){if(t=t.memoizedState,t!==null&&t.dehydrated!==null){var n=t.retryLane;t.retryLane=n!==0&&n<e?n:e}}function sm(t,e){Fw(t,e),(t=t.alternate)&&Fw(t,e)}function ZR(){return null}var LS=typeof reportError=="function"?reportError:function(t){console.error(t)};function am(t){this._internalRoot=t}Ou.prototype.render=am.prototype.render=function(t){var e=this._internalRoot;if(e===null)throw Error(R(409));Nu(t,e,null,null)};Ou.prototype.unmount=am.prototype.unmount=function(){var t=this._internalRoot;if(t!==null){this._internalRoot=null;var e=t.containerInfo;Si(function(){Nu(null,t,null,null)}),e[Wn]=null}};function Ou(t){this._internalRoot=t}Ou.prototype.unstable_scheduleHydration=function(t){if(t){var e=dx();t={blockedOn:null,target:t,priority:e};for(var n=0;n<Er.length&&e!==0&&e<Er[n].priority;n++);Er.splice(n,0,t),n===0&&px(t)}};function lm(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)}function Lu(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11&&(t.nodeType!==8||t.nodeValue!==" react-mount-point-unstable "))}function $w(){}function YR(t,e,n,r,i){if(i){if(typeof r=="function"){var o=r;r=function(){var c=wu(s);o.call(c)}}var s=OS(e,r,t,0,null,!1,!1,"",$w);return t._reactRootContainer=s,t[Wn]=s.current,Ca(t.nodeType===8?t.parentNode:t),Si(),s}for(;i=t.lastChild;)t.removeChild(i);if(typeof r=="function"){var a=r;r=function(){var c=wu(l);a.call(c)}}var l=om(t,0,!1,null,null,!1,!1,"",$w);return t._reactRootContainer=l,t[Wn]=l.current,Ca(t.nodeType===8?t.parentNode:t),Si(function(){Nu(e,l,n,r)}),l}function Mu(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=wu(s);a.call(l)}}Nu(e,s,t,i)}else s=YR(n,e,t,i,r);return wu(s)}cx=function(t){switch(t.tag){case 3:var e=t.stateNode;if(e.current.memoizedState.isDehydrated){var n=sa(e.pendingLanes);n!==0&&(Ag(e,n|1),_t(e,Ne()),(se&6)===0&&(Uo=Ne()+500,Hr()))}break;case 13:Si(function(){var r=qn(t,1);if(r!==null){var i=at();on(r,t,1,i)}}),sm(t,1)}};Tg=function(t){if(t.tag===13){var e=qn(t,134217728);if(e!==null){var n=at();on(e,t,134217728,n)}sm(t,134217728)}};ux=function(t){if(t.tag===13){var e=Fr(t),n=qn(t,e);if(n!==null){var r=at();on(n,t,e,r)}sm(t,e)}};dx=function(){return ue};fx=function(t,e){var n=ue;try{return ue=t,e()}finally{ue=n}};Bh=function(t,e,n){switch(e){case"input":if(Oh(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=Cu(r);if(!i)throw Error(R(90));jw(r),Oh(r,i)}}}break;case"textarea":Ww(t,n);break;case"select":e=n.value,e!=null&&No(t,!!n.multiple,e,!1)}};Qw=tm;Jw=Si;var XR={usingClientEntryPoint:!1,Events:[Fa,Co,Cu,Yw,Xw,tm]},na={findFiberByHostInstance:pi,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},QR={bundleType:na.bundleType,version:na.version,rendererPackageName:na.rendererPackageName,rendererConfig:na.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Gn.ReactCurrentDispatcher,findHostInstanceByFiber:function(t){return t=nx(t),t===null?null:t.stateNode},findFiberByHostInstance:na.findFiberByHostInstance||ZR,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&(ra=__REACT_DEVTOOLS_GLOBAL_HOOK__,!ra.isDisabled&&ra.supportsFiber))try{xu=ra.inject(QR),bn=ra}catch{}var ra;Nt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=XR;Nt.createPortal=function(t,e){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!lm(e))throw Error(R(200));return GR(t,e,null,n)};Nt.createRoot=function(t,e){if(!lm(t))throw Error(R(299));var n=!1,r="",i=LS;return e!=null&&(e.unstable_strictMode===!0&&(n=!0),e.identifierPrefix!==void 0&&(r=e.identifierPrefix),e.onRecoverableError!==void 0&&(i=e.onRecoverableError)),e=om(t,1,!1,null,null,n,!1,r,i),t[Wn]=e.current,Ca(t.nodeType===8?t.parentNode:t),new am(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=nx(e),t=t===null?null:t.stateNode,t};Nt.flushSync=function(t){return Si(t)};Nt.hydrate=function(t,e,n){if(!Lu(e))throw Error(R(200));return Mu(null,t,e,!0,n)};Nt.hydrateRoot=function(t,e,n){if(!lm(t))throw Error(R(405));var r=n!=null&&n.hydratedSources||null,i=!1,o="",s=LS;if(n!=null&&(n.unstable_strictMode===!0&&(i=!0),n.identifierPrefix!==void 0&&(o=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),e=OS(e,null,t,1,n??null,i,!1,o,s),t[Wn]=e.current,Ca(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 Ou(e)};Nt.render=function(t,e,n){if(!Lu(e))throw Error(R(200));return Mu(null,t,e,!1,n)};Nt.unmountComponentAtNode=function(t){if(!Lu(t))throw Error(R(40));return t._reactRootContainer?(Si(function(){Mu(null,null,t,!1,function(){t._reactRootContainer=null,t[Wn]=null})}),!0):!1};Nt.unstable_batchedUpdates=tm;Nt.unstable_renderSubtreeIntoContainer=function(t,e,n,r){if(!Lu(n))throw Error(R(200));if(t==null||t._reactInternals===void 0)throw Error(R(38));return Mu(t,e,n,!1,r)};Nt.version="18.3.1-next-f1338f8080-20240426"});var Fu=Rn((BO,$S)=>{"use strict";function FS(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(FS)}catch(t){console.error(t)}}FS(),$S.exports=MS()});var HS=Rn(pm=>{"use strict";var zS=Fu();pm.createRoot=zS.createRoot,pm.hydrateRoot=zS.hydrateRoot;var aL});var tN={};ov(tN,{ANIMATION_KEYFRAMES:()=>ls,ActivationConfigZ:()=>Gb,AnchorStateZ:()=>wb,AnchorVisibleConditionZ:()=>Lb,AppRegistry:()=>ol,AugmentationZ:()=>xb,BoundingBoxZ:()=>_b,CanvasEvents:()=>Xt,CanvasRecipeZ:()=>Ku,ConditionZ:()=>Tm,ContextManager:()=>Ua,CooldownActiveConditionZ:()=>Bb,DecisionStrategyZ:()=>Rm,DismissedConditionZ:()=>Vb,EVENT_SCHEMA_VERSION:()=>ci,EventBus:()=>Wa,EventFilterZ:()=>Cb,EventOccurredConditionZ:()=>Mb,EventSourceZ:()=>wm,ExecutorRegistry:()=>nl,ExternalStrategyZ:()=>qb,FrequencyEntryZ:()=>Tb,FrequencyLimitConditionZ:()=>zb,HighlightStepZ:()=>pb,ModelStrategyZ:()=>Wb,NormalizedEventZ:()=>kb,PageContextZ:()=>gb,PageHistoryEntryZ:()=>mb,PageUrlConditionZ:()=>Nb,RUNTIME_VERSION:()=>Zm,RouteConditionZ:()=>Ob,RouteFilterZ:()=>Kb,RuleStrategyZ:()=>jb,RuleZ:()=>Hb,RuntimeContextZ:()=>Sb,RuntimeProvider:()=>gc,SDK_SCHEMA_VERSION:()=>In,SDK_VERSION:()=>ll,STATIC_SLOT_STYLES:()=>Wm,ScoreStrategyZ:()=>Ub,SelectorZ:()=>ym,SessionContextZ:()=>vb,SessionMetricConditionZ:()=>Db,SessionMetricTracker:()=>ja,ShadowCanvasOverlay:()=>um,SmartCanvasApp:()=>fm,SmartCanvasController:()=>$u,SmartCanvasElement:()=>Vu,SmartCanvasPortal:()=>aI,StandardEvents:()=>be,StateEqualsConditionZ:()=>Fb,StateStore:()=>Ka,StoredValueZ:()=>Ab,Syntro:()=>Jm,TileCard:()=>vo,TileWheel:()=>tI,TooltipStepZ:()=>fb,ViewportConditionZ:()=>$b,ViewportContextZ:()=>yb,WidgetRegistry:()=>il,appRegistry:()=>Td,applyStaticSlotStyles:()=>vd,cleanupAppContext:()=>Ad,contentRuntime:()=>nk,createActionEngine:()=>md,createAppContext:()=>Ed,createAppLoader:()=>Rd,createCanvasConfigFetcher:()=>Ci,createContextManager:()=>Zu,createDecisionEngine:()=>Qu,createEventBus:()=>ns,createGrowthBookClient:()=>lc,createNoopClient:()=>Ul,createOverlayRecipeFetcher:()=>bP,createPostHogClient:()=>jl,createPostHogNormalizer:()=>Yu,createSessionMetricTracker:()=>Gu,createSmartCanvas:()=>zu,createSmartCanvasController:()=>dm,createSmartCanvasRuntime:()=>Id,createStateStore:()=>Xu,createSurfaceContainer:()=>Sd,createSurfaces:()=>kd,decodeToken:()=>al,encodeToken:()=>Pd,evaluate:()=>Nm,evaluateCondition:()=>Im,evaluateRule:()=>Pm,evaluateRuleStrategy:()=>Ga,evaluateScoreStrategy:()=>Za,evaluateSync:()=>Om,executorRegistry:()=>ei,getAntiFlickerSnippet:()=>YS,getAppIdFromActionKind:()=>Km,getAppIdFromWidgetId:()=>Gm,getExecutor:()=>jk,getSlotAnchorId:()=>rl,getSlotType:()=>as,getSlotZIndex:()=>bd,hasExecutor:()=>hd,isCoreActionKind:()=>qm,needsMigration:()=>x1,normalizePostHogEvent:()=>Sm,overlaysRuntime:()=>Hk,parseVersion:()=>Gi,playEnterAnimation:()=>wd,playExitAnimation:()=>xd,registerSmartCanvasElement:()=>hm,resolveConfigUri:()=>Du,setupAdjacentPositioning:()=>yd,setupInlinePositioning:()=>_d,shouldNormalizeEvent:()=>bm,useDecision:()=>y0,usePageContext:()=>mc,useRuntime:()=>yn,useRuntimeContext:()=>qs,useRuntimeEvents:()=>m0,useRuntimeState:()=>v0,useSessionContext:()=>h0,useShadowCanvasConfig:()=>jp,useViewportContext:()=>g0,validateAction:()=>or,validateActions:()=>gd,validateActivationConfig:()=>MP,validateCondition:()=>OP,validateConfig:()=>y1,validateEventFilter:()=>AP,validateFrequencyEntry:()=>PP,validateNormalizedEvent:()=>EP,validateRecipe:()=>SP,validateRuntimeContext:()=>kP,validateStoredValue:()=>IP,validateStrategy:()=>LP,widgetRegistry:()=>Cd});var ll="2.1.0-canary.8";var In="2.0";function Gi(t){let e=t.split(".");return{major:parseInt(e[0]||"0",10),minor:parseInt(e[1]||"0",10)}}function y1(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=Gi(i),s=Gi(In);return o.major>s.major&&e.push(`Config schema v${i} is newer than SDK v${In}. 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${In}. Migrating config to current version.`),{valid:!0,warnings:e,errors:n,migratedConfig:_1(r,i)}):{valid:!0,warnings:e,errors:n}}function _1(t,e){let n={...t};return Gi(e).major===1&&(n=w1(n)),n.schemaVersion=In,n}function w1(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 x1(t){if(!t||typeof t!="object")return!1;let e=t,n=e.schemaVersion||"1.0",r=Gi(n),i=Gi(In);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 ry=Array.prototype,lv=ry.forEach,cv=ry.indexOf,kt=Ue?.navigator,O=Ue?.document,dt=Ue?.location,Zd=Ue?.fetch,Yd=Ue!=null&&Ue.XMLHttpRequest&&"withCredentials"in new Ue.XMLHttpRequest?Ue.XMLHttpRequest:void 0,uv=Ue?.AbortController,ut=kt?.userAgent,G=E??{},Nn={DEBUG:!1,LIB_VERSION:"1.302.2"};function dv(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 fv(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function s(l){dv(o,r,i,s,a,"next",l)}function a(l){dv(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 iy(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 S1=["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"],pv=function(t,e){if(e===void 0&&(e=[]),!t)return!1;var n=t.toLowerCase();return S1.concat(e).some((r=>{var i=r.toLowerCase();return n.indexOf(i)!==-1}))},b1=["$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 Bl=function(t){return t.trim()},Xd=function(t){return t.replace(/^\$/,"")},k1=Array.isArray,oy=Object.prototype,sy=oy.hasOwnProperty,zl=oy.toString,fe=k1||function(t){return zl.call(t)==="[object Array]"},gr=t=>typeof t=="function",Ve=t=>t===Object(t)&&!fe(t),Qi=t=>{if(Ve(t)){for(var e in t)if(sy.call(t,e))return!1;return!0}return!1},N=t=>t===void 0,Me=t=>zl.call(t)=="[object String]",Qd=t=>Me(t)&&t.trim().length===0,Fn=t=>t===null,de=t=>N(t)||Fn(t),mn=t=>zl.call(t)=="[object Number]",mr=t=>zl.call(t)==="[object Boolean]",C1=t=>t instanceof FormData,E1=t=>te(b1,t);function Jd(t){return t===null||typeof t!="object"}function _l(t,e){return Object.prototype.toString.call(t)==="[object "+e+"]"}function ay(t){return!N(Event)&&(function(e,n){try{return e instanceof n}catch{return!1}})(t,Event)}var A1=[!0,"true",1,"1","yes"],Ld=t=>te(A1,t),T1=[!1,"false",0,"0","no"];function pn(t,e,n,r,i){return e>n&&(r.warn("min cannot be greater than max."),e=n),mn(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),pn(i||n,e,n,r))}var ef=class{constructor(e){this.t={},this.i=e.i,this.o=pn(e.bucketSize,0,100,e.h),this.m=pn(e.refillRate,0,this.o,e.h),this.S=pn(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={}}},cl,hv,Md,R1=t=>t instanceof Error;function I1(t){var e=globalThis._posthogChunkIds;if(e){var n=Object.keys(e);return Md&&n.length===hv||(hv=n.length,Md=n.reduce(((r,i)=>{cl||(cl={});var o=cl[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,cl[i]=[c,u];break}}return r}),{})),Md}}var tf=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 fv((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 fv((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:I1(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)})}},no="?";function nf(t,e,n,r,i){var o={platform:t,filename:e,function:n==="<anonymous>"?no:n,in_app:!0};return N(r)||(o.lineno=r),N(i)||(o.colno=i),o}var ly=(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]:no,n?"safari-extension:"+e:"safari-web-extension:"+e]:[t,e]},P1=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,N1=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,O1=/\((\S*)(?::(\d+))(?::(\d+))\)/,L1=(t,e)=>{var n=P1.exec(t);if(n){var[,r,i,o]=n;return nf(e,r,no,+i,+o)}var s=N1.exec(t);if(s){if(s[2]&&s[2].indexOf("eval")===0){var a=O1.exec(s[2]);a&&(s[2]=a[1],s[3]=a[2],s[4]=a[3])}var[l,c]=ly(s[1]||no,s[2]);return nf(e,c,l,s[3]?+s[3]:void 0,s[4]?+s[4]:void 0)}},M1=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,F1=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,$1=(t,e)=>{var n=M1.exec(t);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var r=F1.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]||no;return[o,i]=ly(o,i),nf(e,i,o,n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}},gv=/\(error: (.*)\)/,mv=50;function D1(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=gv.test(c)?c.replace(gv,"$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>=mv)break}}}return(function(g){if(!g.length)return[];var v=Array.from(g);return v.reverse(),v.slice(0,mv).map((_=>{return $({},_,{filename:_.filename||(x=v,x[x.length-1]||{}).filename,function:_.function||no});var x}))})(s)}}var rf=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 _l(e,"DOMException")}isDOMError(e){return _l(e,"DOMError")}},of=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}},sf=class{constructor(){}match(e){return _l(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}}},V1=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,af=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(V1);return i&&(n=i[1],r=i[2]),[n,r]}},B1=["fatal","error","warning","log","info","debug"];function cy(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 lf=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 ay(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: "+cy(e)}isSeverityLevel(e){return Me(e)&&!Qd(e)&&B1.indexOf(e)>=0}getErrorPropertyFromObject(e){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=e[n];if(R1(r))return r}}getObjectClassName(e){try{var n=Object.getPrototypeOf(e);return n?n.constructor.name:void 0}catch{return}}},cf=class{match(e){return ay(e)}coerce(e,n){var r,i=e.constructor.name;return{type:i,value:i+" captured as exception with keys: "+cy(e),stack:(r=n.syntheticException)==null?void 0:r.stack,synthetic:!0}}},uf=class{match(e){return Jd(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}}},df=class{match(e){return _l(e,"PromiseRejectionEvent")}coerce(e,n){var r,i=this.getUnhandledRejectionReason(e);return Jd(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(Jd(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}},uy=function(t,e){var{debugEnabled:n}=e===void 0?{}:e,r={k:function(i){if(E&&(Nn.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)=>uy(t+" "+i,o)};return r},L=uy("[PostHog.js]"),Fe=L.createLogger,z1=Fe("[ExternalScriptsLoader]"),vv=(t,e,n)=>{if(t.config.disable_external_dependency_loading)return z1.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);vv(t,o,n)},G.__PosthogExtensions__.loadSiteApp=(t,e,n)=>{var r=t.requestRouter.endpointFor("api",e);vv(t,r,n)};var wl={};function vr(t,e,n){if(fe(t)){if(lv&&t.forEach===lv)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)===wl)return}}}function pe(t,e,n){if(!de(t)){if(fe(t))return vr(t,e,n);if(C1(t)){for(var r of t.entries())if(e.call(n,r[1],r[0])===wl)return}else for(var i in t)if(sy.call(t,i)&&e.call(n,t[i],i)===wl)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 vr(n,(function(i){for(var o in i)i[o]!==void 0&&(t[o]=i[o])})),t},oo=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 vr(n,(function(i){vr(i,(function(o){t.push(o)}))})),t};function ml(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 yv=function(t){try{return t()}catch{return}},H1=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)}}},sp=function(t){var e={};return pe(t,(function(n,r){(Me(n)&&n.length>0||mn(n))&&(e[r]=n)})),e};function j1(t,e){return n=t,r=o=>Me(o)&&!Fn(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=[],vr(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 U1=["herokuapp.com","vercel.app","netlify.app"];function W1(t){var e=t?.hostname;if(!Me(e))return!1;var n=e.split(".").slice(-2).join(".");for(var r of U1)if(n===r)return!1;return!0}function dy(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 fy="$people_distinct_id",_s="__alias",ws="__timers",_v="$autocapture_disabled_server_side",ff="$heatmaps_enabled_server_side",wv="$exception_capture_enabled_server_side",pf="$error_tracking_suppression_rules",xv="$error_tracking_capture_extension_exceptions",Sv="$web_vitals_enabled_server_side",py="$dead_clicks_enabled_server_side",bv="$web_vitals_allowed_metrics",Fd="$session_recording_remote_config",xl="$sesid",hy="$session_is_sampled",Ji="$enabled_feature_flags",xs="$early_access_features",hf="$feature_flag_details",Ss="$stored_person_properties",ii="$stored_group_properties",gf="$surveys",ul="$surveys_activated",Sl="$flag_call_reported",On="$user_state",mf="$client_session_props",vf="$capture_rate_limit",yf="$initial_campaign_params",_f="$initial_referrer_info",bl="$initial_person_info",kl="$epp",gy="__POSTHOG_TOOLBAR__",us="$posthog_cookieless",q1=[fy,_s,"__cmpns",ws,"$session_recording_enabled_server_side",ff,xl,Ji,pf,On,xs,hf,ii,Ss,gf,Sl,mf,vf,yf,_f,kl,bl];function kv(t){return t instanceof Element&&(t.id===gy||!(t.closest==null||!t.closest(".toolbar-global-fade-container")))}function Hl(t){return!!t&&t.nodeType===1}function yr(t,e){return!!t&&!!t.tagName&&t.tagName.toLowerCase()===e.toLowerCase()}function my(t){return!!t&&t.nodeType===3}function vy(t){return!!t&&t.nodeType===11}function ap(t){return t?Bl(t).split(/\s+/):[]}function Cv(t){var e=E?.location.href;return!!(e&&t&&t.some((n=>e.match(n))))}function Cl(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 ap(e)}function yy(t){return de(t)?null:Bl(t).split(/(\s+)/).filter((e=>Rs(e))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function Ms(t){var e="";return wf(t)&&!by(t)&&t.childNodes&&t.childNodes.length&&pe(t.childNodes,(function(n){var r;my(n)&&n.textContent&&(e+=(r=yy(n.textContent))!==null&&r!==void 0?r:"")})),Bl(e)}function _y(t){return N(t.target)?t.srcElement||null:(e=t.target)!=null&&e.shadowRoot?t.composedPath()[0]||null:t.target||null;var e}var lp=["a","button","form","input","select","textarea","label"];function wy(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 xy(t){var e=t.parentNode;return!(!e||!Hl(e))&&e}var K1=["next","previous","prev",">","<"],Ev=10,Av=[".ph-no-rageclick",".ph-no-capture"];function G1(t,e){if(!E||cp(t))return!1;var n,r,i;if(mr(e)?(n=!!e&&Av,r=void 0):(n=(i=e?.css_selector_ignorelist)!==null&&i!==void 0?i:Av,r=e?.content_ignorelist),n===!1)return!1;var{targetElementList:o}=Sy(t,!1);return!(function(s,a){if(s===!1||N(s))return!1;var l;if(s===!0)l=K1;else{if(!fe(s))return!1;if(s.length>Ev)return L.error("[PostHog] content_ignorelist array cannot exceed "+Ev+" 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:Ms(s).toLowerCase(),ariaLabel:((a=s.getAttribute("aria-label"))==null?void 0:a.toLowerCase().trim())||""}})))&&!wy(o,n)}var cp=t=>!t||yr(t,"html")||!Hl(t),Sy=(t,e)=>{if(!E||cp(t))return{parentIsUsefulElement:!1,targetElementList:[]};for(var n=!1,r=[t],i=t;i.parentNode&&!yr(i,"body");)if(vy(i.parentNode))r.push(i.parentNode.host),i=i.parentNode.host;else{var o=xy(i);if(!o)break;if(e||lp.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 Z1(t,e,n,r,i){var o,s,a,l;if(n===void 0&&(n=void 0),!E||cp(t)||(o=n)!=null&&o.url_allowlist&&!Cv(n.url_allowlist)||(s=n)!=null&&s.url_ignorelist&&Cv(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}=Sy(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)||!wy(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&&(lp.indexOf(g)>-1||t.getAttribute("contenteditable")==="true")}}function wf(t){for(var e=t;e.parentNode&&!yr(e,"body");e=e.parentNode){var n=Cl(e);if(te(n,"ph-sensitive")||te(n,"ph-no-capture"))return!1}if(te(Cl(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 by(t){return!!(yr(t,"input")&&!["button","checkbox","submit","reset"].includes(t.type)||yr(t,"select")||yr(t,"textarea")||t.getAttribute("contenteditable")==="true")}var ky="(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})",Y1=new RegExp("^(?:"+ky+")$"),X1=new RegExp(ky),Cy="\\d{3}-?\\d{2}-?\\d{4}",Q1=new RegExp("^("+Cy+")$"),J1=new RegExp("("+Cy+")");function Rs(t,e){return e===void 0&&(e=!0),!(de(t)||Me(t)&&(t=Bl(t),(e?Y1:X1).test((t||"").replace(/[- ]/g,""))||(e?Q1:J1).test(t)))}function Ey(t){var e=Ms(t);return Rs(e=(e+" "+Ay(t)).trim())?e:""}function Ay(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=Ms(n);e=(e+" "+i).trim(),n.childNodes&&n.childNodes.length&&(e=(e+" "+Ay(n)).trim())}catch(o){L.error("[AutoCapture]",o)}})),e}function eC(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 ml(l).sort(((u,f)=>{var[h]=u,[g]=f;return h.localeCompare(g)})).forEach((u=>{var[f,h]=u;return c[Tv(f.toString())]=Tv(h.toString())})),s+=":",s+=ml(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:tC(n),attr_id:n.attr__id,nth_child:n.nth_child,nth_of_type:n.nth_of_type,attributes:{}};return ml(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 Tv(t){return t.replace(/"|\\"/g,'\\"')}function tC(t){var e=t.attr__class;return e?fe(e)?e:ap(e):void 0}var El=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}},$d="$copy_autocapture",Mn=(function(t){return t.GZipJS="gzip-js",t.Base64="base64",t})({});var Al=t=>{var e=O?.createElement("a");return N(e)?null:(e.href=t,e)},nC=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)},Tl=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," ")},Fs=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},Rl=function(t,e){var n=t.match(new RegExp(e+"=([^&]*)"));return n?n[1]:null},Rv=Fe("[AutoCapture]");function Dd(t,e){return e.length>t?e.slice(0,t)+"...":e}function rC(t){if(t.previousElementSibling)return t.previousElementSibling;var e=t;do e=e.previousSibling;while(e&&!Hl(e));return e}function iC(t,e,n,r){var i=t.tagName.toLowerCase(),o={tag_name:i};lp.indexOf(i)>-1&&!n&&(i.toLowerCase()==="a"||i.toLowerCase()==="button"?o.$el_text=Dd(1024,Ey(t)):o.$el_text=Dd(1024,Ms(t)));var s=Cl(t);s.length>0&&(o.classes=s.filter((function(u){return u!==""}))),pe(t.attributes,(function(u){var f;if((!by(t)||["name","id","class","aria-label"].indexOf(u.name)!==-1)&&(r==null||!r.includes(u.name))&&!e&&Rs(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=ap(h).join(" ")),o["attr__"+u.name]=Dd(1024,h)}}));for(var a=1,l=1,c=t;c=rC(c);)a++,c.tagName===t.tagName&&l++;return o.nth_child=a,o.nth_of_type=l,o}function oC(t,e){for(var n,r,{e:i,maskAllElementAttributes:o,maskAllText:s,elementAttributeIgnoreList:a,elementsChainAsString:l}=e,c=[t],u=t;u.parentNode&&!yr(u,"body");)vy(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=wf(y);y.tagName.toLowerCase()==="a"&&(v=y.getAttribute("href"),v=w&&v&&Rs(v)&&v),te(Cl(y),"ph-no-capture")&&(_=!0),h.push(iC(y,o,s,a));var b=(function(k){if(!wf(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&&Rs(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=Ey(t):h[0].$el_text=Ms(t)),v){var x,d;h[0].attr__href=v;var p=(x=Al(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:eC(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 xf=class{constructor(e){this.P=!1,this.T=null,this.R=!1,this.instance=e,this.rageclicks=new El(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){Rv.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,$d)};Oe(O,"copy",n,{capture:!0}),Oe(O,"cut",n,{capture:!0})}}}else Rv.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({[_v]:!!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[_v],i=this.T;if(Fn(i)&&!mr(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=_y(e);my(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())&&G1(i,this.instance.config.rageclick)&&this.M(e,"$rageclick");var o=n===$d;if(i&&Z1(i,e,this.F,o,o?["copy","cut"]:void 0)){var{props:s,explicitNoCapture:a}=oC(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===$d){var c,u=yy(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 gr(O?.querySelectorAll)}};Math.trunc||(Math.trunc=function(t){return t<0?Math.ceil(t):Math.floor(t)}),Number.isInteger||(Number.isInteger=function(t){return mn(t)&&isFinite(t)&&Math.floor(t)===t});var Iv="0123456789abcdef",Sf=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+Iv.charAt(this.bytes[n]>>>4)+Iv.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}},bf=class{constructor(){this.A=0,this.D=0,this.j=new kf}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 Sf.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())}},Pv,Ty=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&&(Ty=t=>crypto.getRandomValues(t));var kf=class{constructor(){this.N=new Uint32Array(8),this.U=1/0}nextUint32(){return this.U>=this.N.length&&(Ty(this.N),this.U=0),this.N[this.U++]}},hr=()=>sC().toString(),sC=()=>(Pv||(Pv=new bf)).generate(),ds="",aC=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i;function lC(t,e){if(e){var n=(function(i,o){if(o===void 0&&(o=O),ds)return ds;if(!o||["localhost","127.0.0.1"].includes(i))return"";for(var s=i.split("."),a=Math.min(s.length,8),l="dmn_chk_"+hr();!ds&&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",ds=c)}return ds})(t);if(!n){var r=(i=>{var o=i.match(aC);return o?o[0]:""})(t);r!==n&&L.info("Warning: cookie subdomain discovery mismatch",r,n),n=r}return n?"; domain=."+n:""}return""}var gn={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(gn.q(t))||{}}catch{}return e},G:function(t,e,n,r,i){if(O)try{var o="",s="",a=lC(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{gn.G(t,"",-1,e)}catch{return}}},Vd=null,Ce={H:function(){if(!Fn(Vd))return Vd;var t=!0;if(N(E))t=!1;else try{var e="__mplssupport__";Ce.G(e,"xyz"),Ce.q(e)!=='"xyz"'&&(t=!1),Ce.V(e)}catch{t=!1}return t||L.error("localStorage unsupported; falling back to cookie store"),Vd=t,t},B:function(t){L.error("localStorage error: "+t)},q:function(t){try{return E?.localStorage.getItem(t)}catch(e){Ce.B(e)}return null},W:function(t){try{return JSON.parse(Ce.q(t))||{}}catch{}return null},G:function(t,e){try{E?.localStorage.setItem(t,JSON.stringify(e))}catch(n){Ce.B(n)}},V:function(t){try{E?.localStorage.removeItem(t)}catch(e){Ce.B(e)}}},cC=["distinct_id",xl,hy,kl,bl],dl=$({},Ce,{W:function(t){try{var e={};try{e=gn.W(t)||{}}catch{}var n=Pe(e,JSON.parse(Ce.q(t)||"{}"));return Ce.G(t,n),n}catch{}return null},G:function(t,e,n,r,i,o){try{Ce.G(t,e,void 0,void 0,o);var s={};cC.forEach((a=>{e[a]&&(s[a]=e[a])})),Object.keys(s).length&&gn.G(t,s,n,r,i,o)}catch(a){Ce.B(a)}},V:function(t,e){try{E?.localStorage.removeItem(t),gn.V(t,e)}catch(n){Ce.B(n)}}}),fl={},uC={H:function(){return!0},B:function(t){L.error("memoryStorage error: "+t)},q:function(t){return fl[t]||null},W:function(t){return fl[t]||null},G:function(t,e){fl[t]=e},V:function(t){delete fl[t]}},ni=null,je={H:function(){if(!Fn(ni))return ni;if(ni=!0,N(E))ni=!1;else try{var t="__support__";je.G(t,"xyz"),je.q(t)!=='"xyz"'&&(ni=!1),je.V(t)}catch{ni=!1}return ni},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)}}},Ln=(function(t){return t[t.PENDING=-1]="PENDING",t[t.DENIED=0]="DENIED",t[t.GRANTED=1]="GRANTED",t})({}),Cf=class{constructor(e){this._instance=e}get F(){return this._instance.config}get consent(){return this.J()?Ln.DENIED:this.K}isOptedOut(){return this.F.cookieless_mode==="always"||this.consent===Ln.DENIED||this.consent===Ln.PENDING&&(this.F.opt_out_capturing_by_default||this.F.cookieless_mode==="on_reject")}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===Ln.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 Ld(e)?Ln.GRANTED:te(T1,e)?Ln.DENIED:Ln.PENDING}get Y(){if(!this.Z){var e=this.F.opt_out_capturing_persistence_type;this.Z=e==="localStorage"?Ce:gn;var n=e==="localStorage"?gn:Ce;n.q(this.X)&&(this.Z.q(this.X)||this.optInOut(Ld(n.q(this.X))),n.V(this.X,this.F.cross_subdomain_cookie))}return this.Z}J(){return!!this.F.respect_dnt&&!!dy([kt?.doNotTrack,kt?.msDoNotTrack,G.doNotTrack],(e=>Ld(e)))}},pl=Fe("[Dead Clicks]"),dC=()=>!0,fC=t=>{var e,n=!((e=t.instance.persistence)==null||!e.get_property(py)),r=t.instance.config.capture_dead_clicks;return mr(r)?r:!!Ve(r)||n},Il=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({[py]: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?pl.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),pl.info("starting...")}}else pl.error("`document` not found. Cannot start.")}stop(){this.tt&&(this.tt.stop(),this.tt=void 0,pl.info("stopping..."))}},fs=Fe("[ExceptionAutocapture]"),Ef=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){fs.error("failed to start",c),this.lt()}}},this._instance=e,this.ut=!((n=this._instance.persistence)==null||!n.props[wv]),this.F=this.ht(),this.vt=new ef({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:fs}),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&&(fs.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 fs.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({[wv]: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)?fs.info("Skipping exception capture because of client rate limiting.",{exception:i}):this._instance.exceptions.sendExceptionEvent(e)}};function Nv(t,e,n){try{if(!(e in t))return()=>{};var r=t[e],i=n(r);return gr(i)&&(i.prototype=i.prototype||{},Object.defineProperties(i,{__posthog_wrapped__:{enumerable:!1,value:!0}})),t[e]=i,()=>{t[e]=r}}catch{return()=>{}}}var Af=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__||Nv(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__||Nv(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)}}}},Bd=Fe("[SegmentIntegration]");function pC(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()||hr();r.config.get_device_id=c,l.id()&&(r.register({distinct_id:l.id(),$device_id:c()}),r.persistence.set_property(On,"identified")),i()},a=o.user();"then"in a&&gr(a.then)?a.then((l=>s(l))):s(a)})(t,(()=>{n.register((r=>{Promise&&Promise.resolve||Bd.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()||(Bd.info("No userId set, resetting PostHog"),r.reset()),o.event.userId&&o.event.userId!==r.get_distinct_id()&&(Bd.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 Ry="posthog-js";function Iy(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 Tf=class{constructor(e,n,r,i,o,s){this.name=Ry,this.setupOnce=function(a){a(Iy(e,{organization:n,projectId:r,prefix:i,severityAllowList:o,sendExceptionsToPostHog:s==null||s}))}}},hC=E!=null&&E.location?Rl(E.location.hash,"__posthog")||Rl(location.hash,"state"):null,Ov="_postHogToolbarParams",Lv=Fe("[Toolbar]"),pr=(function(t){return t[t.UNINITIALIZED=0]="UNINITIALIZED",t[t.LOADING=1]="LOADING",t[t.LOADED=2]="LOADED",t})(pr||{}),Rf=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:pr.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=hC||Rl(e.hash,"__posthog")||Rl(e.hash,"state"),s=o?yv((()=>JSON.parse(atob(decodeURIComponent(o)))))||yv((()=>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(Ov)||"{}")).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)&&gr(n)?n(e,this.instance):Lv.warn("No toolbar load function found")}loadToolbar(e){var n=!(O==null||!O.getElementById(gy));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(Ov,JSON.stringify($({},i,{source:void 0}))),this.yt()===pr.LOADED)this.bt(i);else if(this.yt()===pr.UNINITIALIZED){var o;this._t(pr.LOADING),(o=G.__PosthogExtensions__)==null||o.loadExternalDependency==null||o.loadExternalDependency(this.instance,"toolbar",(s=>{if(s)return Lv.error("[Toolbar] Failed to load",s),void this._t(pr.UNINITIALIZED);this._t(pr.LOADED),this.bt(i)})),Oe(E,"turbolinks:load",(()=>{this._t(pr.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)}},gC=Fe("[TracingHeaders]"),If=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 gC.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",Pl="iOS",hn="Android",Is="Tablet",Py=hn+" "+Is,Ny="iPad",Oy="Apple",Ly=Oy+" Watch",Ps="Safari",ro="BlackBerry",My="Samsung",Fy=My+"Browser",$y=My+" Internet",oi="Chrome",mC=oi+" OS",Dy=oi+" "+Pl,up="Internet Explorer",Vy=up+" "+Mt,dp="Opera",vC=dp+" Mini",fp="Edge",By="Microsoft "+fp,eo="Firefox",zy=eo+" "+Pl,Ns="Nintendo",Os="PlayStation",to="Xbox",Hy=hn+" "+Mt,jy=Mt+" "+Ps,bs="Windows",Pf=bs+" Phone",Mv="Nokia",Nf="Ouya",Uy="Generic",yC=Uy+" "+Mt.toLowerCase(),Wy=Uy+" "+Is.toLowerCase(),Of="Konqueror",rt="(\\d+(\\.\\d+)?)",zd=new RegExp("Version/"+rt),_C=new RegExp(to,"i"),wC=new RegExp(Os+" \\w+","i"),xC=new RegExp(Ns+" \\w+","i"),pp=new RegExp(ro+"|PlayBook|BB10","i"),SC={"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"},bC=(t,e)=>e&&te(e,Oy)||(function(n){return te(n,Ps)&&!te(n,oi)&&!te(n,hn)})(t),qy=function(t,e){return e=e||"",te(t," OPR/")&&te(t,"Mini")?vC:te(t," OPR/")?dp:pp.test(t)?ro:te(t,"IE"+Mt)||te(t,"WPDesktop")?Vy:te(t,Fy)?$y:te(t,fp)||te(t,"Edg/")?By:te(t,"FBIOS")?"Facebook "+Mt:te(t,"UCWEB")||te(t,"UCBrowser")?"UC Browser":te(t,"CriOS")?Dy:te(t,"CrMo")||te(t,oi)?oi:te(t,hn)&&te(t,Ps)?Hy:te(t,"FxiOS")?zy:te(t.toLowerCase(),Of.toLowerCase())?Of:bC(t,e)?te(t,Mt)?jy:Ps:te(t,eo)?eo:te(t,"MSIE")||te(t,"Trident/")?up:te(t,"Gecko")?eo:""},kC={[Vy]:[new RegExp("rv:"+rt)],[By]:[new RegExp(fp+"?\\/"+rt)],[oi]:[new RegExp("("+oi+"|CrMo)\\/"+rt)],[Dy]:[new RegExp("CriOS\\/"+rt)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+rt)],[Ps]:[zd],[jy]:[zd],[dp]:[new RegExp("(Opera|OPR)\\/"+rt)],[eo]:[new RegExp(eo+"\\/"+rt)],[zy]:[new RegExp("FxiOS\\/"+rt)],[Of]:[new RegExp("Konqueror[:/]?"+rt,"i")],[ro]:[new RegExp(ro+" "+rt),zd],[Hy]:[new RegExp("android\\s"+rt,"i")],[$y]:[new RegExp(Fy+"\\/"+rt)],[up]:[new RegExp("(rv:|MSIE )"+rt)],Mozilla:[new RegExp("rv:"+rt)]},CC=function(t,e){var n=qy(t,e),r=kC[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},Fv=[[new RegExp(to+"; "+to+" (.*?)[);]","i"),t=>[to,t&&t[1]||""]],[new RegExp(Ns,"i"),[Ns,""]],[new RegExp(Os,"i"),[Os,""]],[pp,[ro,""]],[new RegExp(bs,"i"),(t,e)=>{if(/Phone/.test(e)||/WPDesktop/.test(e))return[Pf,""];if(new RegExp(Mt).test(e)&&!/IEMobile\b/.test(e))return[bs+" "+Mt,""];var n=/Windows NT ([0-9.]+)/i.exec(e);if(n&&n[1]){var r=n[1],i=SC[r]||"";return/arm/i.test(e)&&(i="RT"),[bs,i]}return[bs,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,t=>{if(t&&t[3]){var e=[t[3],t[4],t[5]||"0"];return[Pl,e.join(".")]}return[Pl,""]}],[/(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("("+hn+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+hn+")","i"),t=>{if(t&&t[2]){var e=[t[2],t[3],t[4]||"0"];return[hn,e.join(".")]}return[hn,""]}],[/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/,[mC,""]],[/Linux|debian/i,["Linux",""]]],$v=function(t){return xC.test(t)?Ns:wC.test(t)?Os:_C.test(t)?to:new RegExp(Nf,"i").test(t)?Nf:new RegExp("("+Pf+"|WPDesktop)","i").test(t)?Pf:/iPad/.test(t)?Ny:/iPod/.test(t)?"iPod Touch":/iPhone/.test(t)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(t)?Ly:pp.test(t)?ro:/(kobo)\s(ereader|touch)/i.test(t)?"Kobo":new RegExp(Mv,"i").test(t)?Mv:/(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)?hn:Py:hn:new RegExp("(pda|"+Mt+")","i").test(t)?yC:new RegExp(Is,"i").test(t)&&!new RegExp(Is+" pc","i").test(t)?Wy:""},hl="https?://(.*)",so=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],EC=oo(["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid"],so),$s="<masked>",AC=["li_fat_id"];function Ky(t,e,n){if(!O)return{};var r,i=e?oo([],so,n||[]):[],o=Gy(Fs(O.URL,i,$s),t),s=(r={},pe(AC,(function(a){var l=gn.q(a);r[a]=l||null})),r);return Pe(s,o)}function Gy(t,e){var n=EC.concat(e||[]),r={};return pe(n,(function(i){var o=Tl(t,i);r[i]=o||null})),r}function Zy(t){var e=(function(o){return o?o.search(hl+"google.([^/?]*)")===0?"google":o.search(hl+"bing.com")===0?"bing":o.search(hl+"yahoo.com")===0?"yahoo":o.search(hl+"duckduckgo.com")===0?"duckduckgo":null:null})(t),n=e!="yahoo"?"q":"p",r={};if(!Fn(e)){r.$search_engine=e;var i=O?Tl(O.referrer,n):"";i.length&&(r.ph_keyword=i)}return r}function Dv(){return navigator.language||navigator.userLanguage}function Yy(){return O?.referrer||"$direct"}function Xy(t,e){var n=t?oo([],so,e||[]):[],r=dt?.href.substring(0,1e3);return{r:Yy().substring(0,1e3),u:r?Fs(r,n,$s):void 0}}function Qy(t){var e,{r:n,u:r}=t,i={$referrer:n,$referring_domain:n==null?void 0:n=="$direct"?"$direct":(e=Al(n))==null?void 0:e.host};if(r){i.$current_url=r;var o=Al(r);i.$host=o?.host,i.$pathname=o?.pathname;var s=Gy(r);Pe(i,s)}if(n){var a=Zy(n);Pe(i,a)}return i}function Jy(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch{return}}function TC(){try{return new Date().getTimezoneOffset()}catch{return}}function RC(t,e){if(!ut)return{};var n,r,i,o=t?oo([],so,e||[]):[],[s,a]=(function(l){for(var c=0;c<Fv.length;c++){var[u,f]=Fv[c],h=u.exec(l),g=h&&(gr(f)?f(h,l):f);if(g)return g}return["",""]})(ut);return Pe(sp({$os:s,$os_version:a,$browser:qy(ut,navigator.vendor),$device:$v(ut),$device_type:(r=ut,i=$v(r),i===Ny||i===Py||i==="Kobo"||i==="Kindle Fire"||i===Wy?Is:i===Ns||i===to||i===Os||i===Nf?"Console":i===Ly?"Wearable":i?Mt:"Desktop"),$timezone:Jy(),$timezone_offset:TC()}),{$current_url:Fs(dt?.href,o,$s),$host:dt?.host,$pathname:dt?.pathname,$raw_user_agent:ut.length>1e3?ut.substring(0,997)+"...":ut,$browser_version:CC(ut,navigator.vendor),$browser_language:Dv(),$browser_language_prefix:(n=Dv(),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:Nn.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]"),Vv=9e5,Lf=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[Sv]),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[bv])||["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)&&mn(this._instance.config.capture_performance.__web_vitals_max_value)?this._instance.config.capture_performance.__web_vitals_max_value:Vv;return 0<e&&e<=6e4?Vv: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:mr(this._instance.config.capture_performance)?this._instance.config.capture_performance:void 0;return mr(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({[Sv]:n}),this._instance.persistence.register({[bv]: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?oo([],so,r||[]):[];return Fs(e,i,$s)}ur.error("Could not determine current URL")}},IC=Fe("[Heatmaps]");function Bv(t){return Ve(t)&&"clientX"in t&&"clientY"in t&&mn(t.clientX)&&mn(t.clientY)}var Mf=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[ff]),this.rageclicks=new El(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;IC.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({[ff]: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 Il(this.instance,dC,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&&Hl(u)&&!yr(u,"body");){if(u===c)return!1;if(te(l,E?.getComputedStyle(u).position))return!0;u=xy(u)}return!1})(_y(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"),!kv(e.target)&&Bv(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){!kv(e.target)&&Bv(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?oo([],so,i||[]):[],s=Fs(n,o,$s);this.N=this.N||{},this.N[s]||(this.N[s]=[]),this.N[s].push(e)}}Dt(){this.N&&!Qi(this.N)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}},Ff=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:pn(a/s,0,1,L),g=s<=1?1:pn(l/s,0,1,L),v=c<=1?1:pn(u/c,0,1,L),_=c<=1?1:pn(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,io=Uint32Array,hp=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]),gp=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]),zv=new Ft([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),e_=function(t,e){for(var n=new it(31),r=0;r<31;++r)n[r]=e+=1<<t[r-1];var i=new io(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]},t_=e_(hp,2),PC=t_[0],$f=t_[1];PC[28]=258,$f[258]=28;for(Df=e_(gp,0)[1],Nl=new it(32768),he=0;he<32768;++he)dr=(43690&he)>>>1|(21845&he)<<1,dr=(61680&(dr=(52428&dr)>>>2|(13107&dr)<<2))>>>4|(3855&dr)<<4,Nl[he]=((65280&dr)>>>8|(255&dr)<<8)>>>1;var dr,Df,Nl,he,Es=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[Nl[f]>>>l]=c}else for(s=new it(r),i=0;i<r;++i)s[i]=Nl[a[t[i]-1]++]>>>15-t[i];return s},si=new Ft(288);for(he=0;he<144;++he)si[he]=8;for(he=144;he<256;++he)si[he]=9;for(he=256;he<280;++he)si[he]=7;for(he=280;he<288;++he)si[he]=8;var Ol=new Ft(32);for(he=0;he<32;++he)Ol[he]=5;var NC=Es(si,9,0),OC=Es(Ol,5,0),n_=function(t){return(t/8>>0)+(7&t&&1)},r_=function(t,e,n){(n==null||n>t.length)&&(n=t.length);var r=new(t instanceof it?it:t instanceof io?io:Ft)(n-e);return r.set(t.subarray(e,n)),r},Pn=function(t,e,n){n<<=7&e;var r=e/8>>0;t[r]|=n,t[r+1]|=n>>>8},ps=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},Hd=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=Vf(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]},Vf=function(t,e,n){return t.s==-1?Math.max(Vf(t.l,e,n+1),Vf(t.r,e,n+1)):e[t.s]=n},Hv=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]},hs=function(t,e){for(var n=0,r=0;r<e.length;++r)n+=t[r]*e[r];return n},Bf=function(t,e,n){var r=n.length,i=n_(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)},jv=function(t,e,n,r,i,o,s,a,l,c,u){Pn(e,u++,n),++i[256];for(var f=Hd(i,15),h=f[0],g=f[1],v=Hd(o,15),_=v[0],x=v[1],d=Hv(h),p=d[0],m=d[1],y=Hv(_),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=Hd(k,7),A=I[0],H=I[1],K=19;K>4&&!A[zv[K-1]];--K);var Y,W,le,V,X=c+5<<3,B=hs(i,si)+hs(o,Ol)+s,Z=hs(i,h)+hs(o,_)+s+14+3*K+hs(k,A)+(2*k[16]+3*k[17]+7*k[18]);if(X<=B&&X<=Z)return Bf(e,u,t.subarray(l,l+c));if(Pn(e,u,1+(Z<B)),u+=2,Z<B){Y=Es(h,g,0),W=h,le=Es(_,x,0),V=_;var ct=Es(A,H,0);for(Pn(e,u,m-257),Pn(e,u+5,b-1),Pn(e,u+10,K-4),u+=14,C=0;C<K;++C)Pn(e,u+3*C,A[zv[C]]);u+=3*K;for(var Tn=[p,w],He=0;He<2;++He){var Lt=Tn[He];for(C=0;C<Lt.length;++C){var bt=31&Lt[C];Pn(e,u,ct[bt]),u+=A[bt],bt>15&&(Pn(e,u,Lt[C]>>>5&127),u+=Lt[C]>>>12)}}}else Y=NC,W=si,le=OC,V=Ol;for(C=0;C<a;++C)if(r[C]>255){bt=r[C]>>>18&31,ps(e,u,Y[bt+257]),u+=W[bt+257],bt>7&&(Pn(e,u,r[C]>>>23&31),u+=hp[bt]);var Ki=31&r[C];ps(e,u,le[Ki]),u+=V[Ki],Ki>3&&(ps(e,u,r[C]>>>5&8191),u+=gp[Ki])}else ps(e,u,Y[r[C]]),u+=W[r[C]];return ps(e,u,Y[256]),u+W[256]},LC=new io([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),MC=(function(){for(var t=new io(256),e=0;e<256;++e){for(var n=e,r=9;--r;)n=(1&n&&3988292384)^n>>>1;t[e]=n}return t})(),FC=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=Bf(g,v,o.subarray(_,x)):(g[_]=u,v=Bf(g,v,o.subarray(_,f)))}else{for(var d=LC[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(Od){return(o[Od]^o[Od+1]<<k^o[Od+2]<<C)&y},A=new io(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 Tn=f-_;if((Y>7e3||le>24576)&&Tn>423){v=jv(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,Ki=m,ar=Z-ct&32767;if(Tn>2&&B==I(_-ar))for(var a1=Math.min(p,Tn)-1,l1=Math.min(32767,_),c1=Math.min(258,Tn);ar<=l1&&--Ki&&Z!=ct;){if(o[_+Lt]==o[_+Lt-ar]){for(var lr=0;lr<c1&&o[_+lr]==o[_+lr-ar];++lr);if(lr>Lt){if(Lt=lr,bt=ar,lr>a1)break;var u1=Math.min(ar,lr-2),ev=0;for(He=0;He<u1;++He){var Nd=_-ar+He+32768&32767,tv=Nd-w[Nd]+32768&32767;tv>ev&&(ev=tv,ct=Nd)}}}ar+=(Z=ct)-(ct=w[Z])+32768&32767}if(bt){A[le++]=268435456|$f[Lt]<<18|Df[bt];var nv=31&$f[Lt],rv=31&Df[bt];W+=hp[nv]+gp[rv],++H[257+nv],++K[rv],V=_+Lt,++Y}else A[le++]=o[_],++H[o[_]]}}v=jv(o,g,u,A,H,K,W,le,X,_-X,v)}return r_(h,0,l+n_(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)},jd=function(t,e,n){for(;n;++e)t[e]=n,n>>>=8};function $C(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=MC[255&c^l[u]]^c>>>8;a=c},d:function(){return 4294967295^a}}})(),r=t.length;n.p(t);var i,o=FC(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&&jd(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),jd(o,s-8,n.d()),jd(o,s-4,r),o}var DC=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),Fn(a)||(n>e&&(o+=t.substring(e,n)),o+=a,e=n=i+1)}return n>e&&(o+=t.substring(e,t.length)),o},VC=!!Yd||!!Zd,Uv="text/plain",Ll=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=nC(s);return l&&a.push(l),i+"?"+a.join("&")},ks=(t,e)=>JSON.stringify(t,((n,r)=>typeof r=="bigint"?r.toString():r),e),Ud=t=>{var{data:e,compression:n}=t;if(e){if(n===Mn.GZipJS){var r=$C((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 r_(f,0,h)})(ks(e)),{mtime:0}),i=new Blob([r],{type:Uv});return{contentType:Uv,body:i,estimatedSize:i.size}}if(n===Mn.Base64){var o=(function(l){var u,c,f,h,g,v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_=0,x=0,d="",p=[];if(!l)return l;l=DC(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})(ks(e)),s=(l=>"data="+encodeURIComponent(typeof l=="string"?l:ks(l)))(o);return{contentType:"application/x-www-form-urlencoded",body:s,estimatedSize:new Blob([s]).size}}var a=ks(e);return{contentType:"application/json",body:a,estimatedSize:new Blob([a]).size}}},vl=[];Zd&&vl.push({transport:"fetch",method:t=>{var e,n,{contentType:r,body:i,estimatedSize:o}=(e=Ud(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(cv){var u=new cv;l={signal:u.signal,timeout:setTimeout((()=>u.abort()),t.timeout)}}Zd(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))}}),Yd&&vl.push({transport:"XHR",method:t=>{var e,n=new Yd;n.open(t.method||"GET",t.url,!0);var{contentType:r,body:i}=(e=Ud(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&&vl.push({transport:"sendBeacon",method:t=>{var e=Ll(t.url,{beacon:"1"});try{var n,{contentType:r,body:i}=(n=Ud(t))!==null&&n!==void 0?n:{},o=typeof i=="string"?new Blob([i],{type:r}):i;kt.sendBeacon(e,o)}catch{}}});var Ml=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 Wv(t,e,n){return ks({distinct_id:t,userPropertiesToSet:e,userPropertiesToSetOnce:n})}var i_={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=>Ml(n,r))))),not_regex:(t,e)=>e.every((n=>t.every((r=>!Ml(n,r))))),icontains:(t,e)=>e.map(gl).some((n=>t.map(gl).some((r=>n.includes(r))))),not_icontains:(t,e)=>e.map(gl).every((n=>t.map(gl).every((r=>!n.includes(r)))))},gl=t=>t.toLowerCase();function o_(t,e){return!t||Object.entries(t).every((n=>{var[r,i]=n,o=e?.[r];if(N(o)||Fn(o))return!1;var s=[String(o)],a=i_[i.operator];return!!a&&a(i.values,s)}))}var Wd=Fe("[Error tracking]"),zf=class{constructor(e){var n,r;this.Jt=[],this.Kt=new tf([new rf,new df,new sf,new of,new uf,new lf,new af,new cf],D1("web:javascript",L1,$1)),this._instance=e,this.Jt=(n=(r=this._instance.persistence)==null?void 0:r.get_property(pf))!==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({[pf]:this.Jt,[xv]:s})}get Yt(){var e,n=!!this._instance.get_property(xv),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 Wd.info("Skipping exception capture because a suppression rule matched");if(!this.Yt&&this.Zt(n))return void Wd.info("Skipping exception capture because it was thrown by an extension");if(!this._instance.config.error_tracking.__capturePostHogExceptions&&this.ti(n))return void Wd.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=i_[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]"),gs=Fe("[FeatureFlags]",{debugEnabled:!0}),qd="$active_feature_flags",Zi="$override_feature_flags",qv="$feature_flag_payloads",ms="$override_feature_flag_payloads",Kv="$feature_flag_request_id",Gv="$feature_flag_evaluated_at",Zv=t=>{var e={};for(var[n,r]of ml(t||{}))r&&(e[n]=r);return e},BC=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},zC=(function(t){return t.FeatureFlags="feature_flags",t.Recordings="recordings",t})({}),Hf=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(hf),n=this._instance.get_property(Zi),r=this._instance.get_property(ms);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(Ji),n=this._instance.get_property(Zi);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(qv),n=this._instance.get_property(ms);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(Ss)||{}),group_properties:this._instance.get_property(ii)};(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=Jy()),this.ri=!0,this._instance.ci({method:"POST",url:a,data:r,compression:this._instance.config.disable_compression?void 0:Mn.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(zC.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(Gv)||void 0,a=this._instance.get_property(Sl)||{};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({[Sl]: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:Mn.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=BC(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({[qd]:g,[Ji]:d})}else{var m=g,y=v,w=h;s.errorsWhileComputingFlags&&(m=$({},l,m),y=$({},u,y),w=$({},c,w)),a&&a.register($({[qd]:Object.keys(Zv(m)),[Ji]:m||{},[qv]:y||{},[hf]:w||{}},_?{[Kv]:_}:{},x?{[Gv]: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(Zi),this._instance.persistence.unregister(ms),this.pi(),gs.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(Zi),gs.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({[Zi]:i})}else this._instance.persistence.register({[Zi]:r.flags});gs.info("Flag overrides set",{flags:r.flags})}}return"payloads"in r&&(r.payloads===!1?(this._instance.persistence.unregister(ms),gs.info("Payload overrides cleared")):r.payloads&&(this._instance.persistence.register({[ms]:r.payloads}),gs.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(xs)||[]).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({[qd]:Object.keys(Zv(l)),[Ji]:l}),this.pi()}getEarlyAccessFeatures(e,n,r){n===void 0&&(n=!1);var i=this._instance.get_property(xs),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(xs),(l=this._instance.persistence)==null||l.register({[xs]: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(Ss)||{};this._instance.register({[Ss]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetPersonPropertiesForFlags(){this._instance.unregister(Ss)}setGroupPropertiesForFlags(e,n){n===void 0&&(n=!0);var r=this._instance.get_property(ii)||{};Object.keys(r).length!==0&&Object.keys(r).forEach((i=>{r[i]=$({},r[i],e[i]),delete e[i]})),this._instance.register({[ii]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetGroupPropertiesForFlags(e){if(e){var n=this._instance.get_property(ii)||{};this._instance.register({[ii]:$({},n,{[e]:{}})})}else this._instance.unregister(ii)}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}},HC=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"],As=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){HC.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"&&Ce.H()?Ce:n==="localstorage+cookie"&&dl.H()?dl:n==="sessionstorage"&&je.H()?je:n==="memory"?cC:n==="cookie"?gn:dl.H()?dl:gn}properties(){var e={};return pe(this.props,(function(n,r){if(r===Ji&&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,(Fn(s=q1)?l:uv&&s.indexOf===uv?s.indexOf(a)!=-1:(pe(s,(function(u){if(l||(l=u===a))return wl})),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);Qi(sp(e))||this.register(e),this.mi=!0}}update_search_keyword(){var e;this.register((e=O?.referrer)?Zy(e):{})}update_referrer_info(){var e;this.register_once({$referrer:Yy(),$referring_domain:O!=null&&O.referrer&&((e=Al(O.referrer))==null?void 0:e.host)||"$direct"},void 0)}set_initial_person_info(){this.props[yf]||this.props[_f]||this.register_once({[bl]:Xy(this.F.mask_personal_data_properties,this.F.custom_personal_data_properties)},void 0)}get_initial_props(){var e={};pe([_f,yf],(s=>{var a=this.props[s];a&&pe(a,(function(l,u){e["$initial_"+Xd(u)]=l}))}));var n,r,i=this.props[bl];if(i){var o=(n=Qy(i),r={},pe(n,(function(s,a){r["$initial_"+Xd(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[ws]||{};r[e]=n,this.props[ws]=r,this.save()}remove_event_timer(e){var n=(this.props[ws]||{})[e];return N(n)||(delete this.props[ws][e],this.save()),n}get_property(e){return this.props[e]}set_property(e,n){this.props[e]=n,this.save()}},vs=(function(t){return t.Activation="events",t.Cancellation="cancelEvents",t})({}),lN=(function(t){return t.Button="button",t.Tab="tab",t.Selector="selector",t})({}),uN=(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})({}),cN=(function(t){return t.Top="top",t.Left="left",t.Right="right",t.Bottom="bottom",t})({}),Kd=(function(t){return t.Popover="popover",t.API="api",t.Widget="widget",t.ExternalSurvey="external_survey",t})({}),dN=(function(t){return t.Open="open",t.MultipleChoice="multiple_choice",t.SingleChoice="single_choice",t.Rating="rating",t.Link="link",t})({}),fN=(function(t){return t.NextQuestion="next_question",t.End="end",t.ResponseBased="response_based",t.SpecificQuestion="specific_question",t})({}),pN=(function(t){return t.Once="once",t.Recurring="recurring",t.Always="always",t})({}),yl=(function(t){return t.SHOWN="survey shown",t.DISMISSED="survey dismissed",t.SENT="survey sent",t})({}),Yv=(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})({}),s_=(function(t){return t.Popover="popover",t.Inline="inline",t})({}),Ls=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 Yi(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 jf=class{constructor(e){this.Pi=new Ls,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"||!Yi(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=>Yi(a.href,n.href,n.href_matching||"exact")));var o,s=(e==null||(r=e.properties)==null?void 0:r.$elements_chain)||"";return!!s&&Yi((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=>Yi(u.text,n.text,n.text_matching||"exact")||Yi(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=>Yi(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||o_(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]"),Uf="seenSurvey_",jC=(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},Xv=t=>{var e=""+Uf+t.id;return t.current_iteration&&t.current_iteration>0&&(e=""+Uf+t.id+"_"+t.current_iteration),e},UC=[Kd.Popover,Kd.Widget,Kd.API],WC={ignoreConditions:!1,ignoreDelay:!1,displayType:s_.Popover},Wf=class{constructor(e){this._instance=e,this.Hi=new Map,this.Bi=new Map,this.qi=new Map}Wi(e,n){return!!e&&o_(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===vs.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 jf(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,vs.Activation),this.Bi=this.Gi(e,vs.Cancellation))}onEvent(e,n){var r,i=((r=this._instance)==null||(r=r.persistence)==null?void 0:r.props[cl])||[];if(yl.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,vs.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,vs.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[cl])||[];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({[cl]:[...new Set(e)]})}getSurveys(){var e,n=(e=this._instance)==null||(e=e.persistence)==null?void 0:e.props[cl];return n||[]}getEventToSurveys(){return this.Hi}Qi(){return this.Yi}},qf=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(Uf)||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 Wf(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(gf);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({[gf]: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(UC.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!==s_.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)}},Qv=Fe("[RateLimiter]"),Kf=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=>{Qv.info((s||"events")+" is quota limited."),this.serverLimits[s]=new Date().getTime()+6e4}))}catch(s){return void Qv.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(vf))!==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(vf,s),{isRateLimited:a,remainingTokens:s.tokens}}isServerRateLimited(e){var n=this.serverLimits[e||"events"]||!1;return n!==!1&&new Date().getTime()<n}},ri=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))):(ri.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 ri.info("Using preloaded remote config",this.remoteConfig),void this.fi(this.remoteConfig);if(this._instance.O())return void ri.warn("Remote config is disabled. Falling back to local config.");this.le((e=>{if(!e)return ri.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){ri.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()):ri.info("__preview_remote_config is disabled. Logging config instead",e):ri.error("Failed to fetch remote config from PostHog.")}},Zf=3e3,Yf=class{constructor(e,n){this.he=!0,this.ve=[],this.de=pn(n?.flush_interval_ms||Zf,250,5e3,L.createLogger("flush interval"),Zf),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}},qC=["retriesPerformedSoFar"],Xf=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=iy(e,qC);mn(n)&&n>0&&(r.url=Ll(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=[]}},Qf=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}},KC=t=>Xy(t?.config.mask_personal_data_properties,t?.config.custom_personal_data_properties),Fl=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({[mf]:a})}},this._instance=e,this.Ce=n,this.Fe=r,this.Ie=i||KC,this.Ce.onSessionId(this.Te)}Re(){return this.Fe.props[mf]}getSetOnceProps(){var e,n=(e=this.Re())==null?void 0:e.props;return n?"r"in n?Qy(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(sp(this.getSetOnceProps()),((n,r)=>{r==="$current_url"&&(r="url"),e["$session_entry_"+Xd(r)]=n})),e}},Gd=Fe("[SessionId]"),$l=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 Ls,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||hr,this.Ue=r||hr;var o=this.F.persistence_name||this.F.token,s=this.F.session_idle_timeout_seconds||1800;if(this._sessionTimeoutMs=1e3*pn(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({[xl]:[n,e,r]}))}Ke(){var e=this.Fe.props[xl];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=mn(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)}},GC=["$set_once","$set"],fr=Fe("[SiteApps]"),Jf=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:$({},iy(e,GC),{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&&(fr.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,fr.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){fr.error("Error while initializing PostHog app with config id "+e.id,a),o(!1)}if(i&&n.loaded)try{r()}catch(a){fr.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){fr.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 fr.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 fr.error("Error while initializing PostHog app with config id "+u,f)}))};for(var{id:a,url:l}of e.siteApps)s(a)}else fr.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}},a_=function(t,e){if(!t)return!1;var n=t.userAgent;if(n&&pv(n,e))return!0;try{var r=t?.userAgentData;if(r!=null&&r.brands&&r.brands.some((i=>pv(i?.brand,e))))return!0}catch{}return!!t.webdriver},Cs=(function(t){return t.US="us",t.EU="eu",t.CUSTOM="custom",t})({}),Jv="i.posthog.com",ep=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("."+Jv,".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]=Cs.US:/https:\/\/(eu|eu-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this.er[this.apiHost]=Cs.EU:this.er[this.apiHost]=Cs.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===Cs.CUSTOM)return this.apiHost+n;var r=Jv+n;switch(e){case"assets":return"https://"+this.region+"-assets."+r;case"api":return"https://"+this.region+"."+r}}},ZC={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&&Ml(e.href,t),not_regex:(t,e)=>!!E&&!Ml(e.href,t),exact:(t,e)=>e.href===t,is_not:(t,e)=>e.href!==t},tp=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=Tl(e?.search,"__experiment_id"),r=Tl(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||ZC[(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?a_(kt,this._instance.config.custom_blocked_useragents):void 0}},YC=Fe("[PostHog ExternalIntegrations]"),XC={intercom:"intercom-integration",crispChat:"crisp-chat-integration"},np=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 YC.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(XC[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)}}},rp="[SessionRecording]",ys=Fe(rp),Dl=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 ys.error("started without valid sessionManager"),new Error(rp+" started without valid sessionManager. This is a bug.");if(this._instance.config.cookieless_mode==="always")throw new Error(rp+' cannot be used with cookieless_mode="always"')}get cr(){var e,n=!((e=this._instance.get_property(Fd))==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),ys.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 ys.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(hy)}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({[Fd]:$({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:ys.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):ys.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(Fd);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))}},Ts={},ip=()=>{},Xi="posthog",l_=!VC&&ct?.indexOf("MSIE")===-1&&ct?.indexOf("Mozilla")===-1,ey=t=>{var e;return $({api_host:"https://us.i.posthog.com",flags_api_host:null,ui_host:null,token:"",autocapture:!0,cross_subdomain_cookie:W1(O?.location),persistence:"localStorage+cookie",persistence_name:"",loaded:ip,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:Zf},error_tracking:{},_onCapture:ip,__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))},ty=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},op=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}},Vl=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 op,this.Sr=!1,this.version=Nn.LIB_VERSION,this.Er=new Ls,this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=ey(),this.SentryIntegration=Tf,this.sentryIntegration=e=>(function(n,r){var i=Iy(n,r);return{name:Ry,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 Hf(this),this.toolbar=new Rf(this),this.scrollManager=new Qf(this),this.pageViewManager=new Ff(this),this.surveys=new qf(this),this.experiments=new tp(this),this.exceptions=new zf(this),this.rateLimiter=new Kf(this),this.requestRouter=new ep(this),this.consent=new Cf(this),this.externalIntegrations=new np(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!==Xi){var i,o=(i=Ts[r])!==null&&i!==void 0?i:new t;return o._init(e,n,r),Ts[r]=o,Ts[Xi][r]=o,o}return this._init(e,n,r)}_init(e,n,r){var i;if(n===void 0&&(n={}),N(e)||Qd(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({},ey(n.defaults),ty(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:Mn.GZipJS;var o=this.Cr();this.persistence=new As(this.config,o),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new As($({},this.config,{persistence:"sessionStorage"}),o);var s=$({},this.persistence.props),a=$({},this.sessionPersistence.props);this.register({$initialization_time:new Date().toISOString()}),this.Mr=new Yf((p=>this.Or(p)),this.config.request_queue_config),this.Ar=new Xf(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 $l(this),this.sessionPropsManager=new Fl(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)),Nn.DEBUG=Nn.DEBUG||this.config.debug,Nn.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(hr()),h=(u=n.bootstrap)!=null&&u.isIdentifiedID?f:n.bootstrap.distinctID;this.persistence.set_property(On,(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:cs,$device_id:null},"");else if(!this.get_distinct_id()){var d=this.config.get_device_id(hr());this.register_once({distinct_id:d,$device_id:d},""),this.persistence.set_property(On,"anonymous")}return Oe(E,"onpagehide"in self?"pagehide":"unload",this._handle_unload.bind(this),{passive:!1}),this.toolbar.maybeLoadToolbar(),n.segment?pC(this,(()=>this.Lr())):this.Lr(),gr(this.config._onCapture)&&this.config._onCapture!==ip&&(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 Af(this),this.historyAutocapture.startIfEnabled();var r=[];r.push((()=>{new If(this).startIfEnabledOrStop()})),r.push((()=>{var i;this.siteApps=new Jf(this),(i=this.siteApps)==null||i.init()})),e||r.push((()=>{this.sessionRecording=new Dl(this),this.sessionRecording.startIfEnabledOrStop()})),this.config.disable_scroll_properties||r.push((()=>{this.scrollManager.startMeasuringScrollPosition()})),r.push((()=>{this.autocapture=new xf(this),this.autocapture.startIfEnabled()})),r.push((()=>{this.surveys.loadIfEnabled()})),r.push((()=>{this.heatmaps=new Mf(this),this.heatmaps.startIfEnabled()})),r.push((()=>{this.webVitalsAutocapture=new Lf(this)})),r.push((()=>{this.exceptionObserver=new Ef(this),this.exceptionObserver.startIfEnabled()})),r.push((()=>{this.deadClicksAutocapture=new Il(this,fC),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,Mn.GZipJS)?Mn.GZipJS:te(e.supportedCompression,Mn.Base64)?Mn.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()&&vr(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&&(l_?this.__request_queue.push(e):this.rateLimiter.isServerRateLimited(e.batchKey)||(e.transport=e.transport||this.config.api_transport,e.url=Ll(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=Ll(s.url,{_:new Date().getTime().toString(),ver:Nn.LIB_VERSION,compression:s.compression});var a=(r=s.transport)!==null&&r!==void 0?r:"fetch",l=vl.filter((c=>!s.disableTransport||!c.transport||!s.disableTransport.includes(c.transport))),u=(i=(o=dy(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=[];vr(e,(a=>{a&&(n=a[0],fe(n)?o.push(a):gr(a)?a.call(this):fe(a)&&n==="alias"?r.push(a):fe(a)&&n.indexOf("capture")!==-1&&gr(this[n])?o.push(a):i.push(a))}));var s=function(a,l){vr(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=hr(),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=j1(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===yl.DISMISSED||e===yl.SENT){var g=n?.[Yv.SURVEY_ID],v=n?.[Yv.SURVEY_ITERATION];f={id:g,current_iteration:v},localStorage.getItem(Xv(f))||localStorage.setItem(Xv(f),"true"),c.$set=$({},c.$set,{[jC({id:g,current_iteration:v},e===yl.SENT?"responded":"dismissed")]:!0})}var _=$({},c.properties.$set,c.$set);if(Qi(_)||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)&&!mn(a.distinct_id)||Qd(a.distinct_id))&&L.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),a}var u,c=RC(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===Cs.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,Qi(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=WC),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(mn(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!==cs){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(_s)&&(this.unregister(_s),this.register({distinct_id:e}));var s=(this.persistence.get_property(On)||"anonymous")==="anonymous";e!==i&&s?(this.persistence.set_property(On,"identified"),this.setPersonPropertiesForFlags($({},r||{},n||{}),!1),this.capture("$identify",{distinct_id:e,$anon_distinct_id:i},{$set:n||{},$set_once:r||{}}),this.Tr=Wv(e,n,r),this.featureFlags.setAnonymousDistinctId(i)):(n||r)&&this.setPersonProperties(n,r),e!==i&&(this.reloadFeatureFlags(),this.unregister(Sl))}}else L.critical('The string "'+cs+'" 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=Wv(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(On,"anonymous"),(o=this.sessionManager)==null||o.resetSessionId(),this.Tr=null,this.config.cookieless_mode==="always")this.register_once({distinct_id:cs,$device_id:null},"");else{var a=this.config.get_device_id(hr());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(fy)?(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(_s,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,ty(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 As($({},this.config,{persistence:"sessionStorage"}),l);var u=this.Rr(this.config.debug);mr(u)&&(this.config.debug=u),mr(this.config.debug)&&(this.config.debug?(Nn.DEBUG=!0,Ce.H()&&Ce.G("ph_debug","true"),L.info("set_config",{config:e,oldConfig:n,newConfig:$({},this.config)})):(Nn.DEBUG=!1,Ce.H()&&Ce.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:Xi;return n!==Xi&&(n=Xi+"."+n),n}_isIdentified(){var e,n;return((e=this.persistence)==null?void 0:e.get_property(On))==="identified"||((n=this.sessionPersistence)==null?void 0:n.get_property(On))==="identified"}Gr(){var e,n;return!(this.config.person_profiles==="never"||this.config.person_profiles==="identified_only"&&!this._isIdentified()&&Qi(this.getGroups())&&((e=this.persistence)==null||(e=e.props)==null||!e[_s])&&((n=this.persistence)==null||(n=n.props)==null||!n[kl]))}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(kl,!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 $l(this),this.persistence&&(this.sessionPropsManager=new Fl(this,this.sessionManager,this.persistence)),this.sessionRecording=new Dl(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:cs,$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===Ln.GRANTED?"granted":e===Ln.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?a_(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 E1(e.event)?L.warn(o+". This can cause unexpected behavior."):L.info(o),null}r.properties&&!Qi(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=mr(e)&&!e,r=Ce.H()&&Ce.q("ph_debug")==="true";return!n&&(!!r||e)}};(function(t,e){for(var n=0;n<e.length;n++)t.prototype[e[n]]=H1(t.prototype[e[n]])})(Vl,["identify"]);var ny,u_=(ny=Ts[Xi]=new Vl,(function(){function t(){t.done||(t.done=!0,l_=!1,pe(Ts,(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")})(),ny);var mp=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=u_.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 jl(t={}){return new mp(t)}function QC(){let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e="";for(let n=0;n<16;n++)e+=t[Math.floor(Math.random()*t.length)];return e}var vp=class{constructor(){j(this,"sessionId");this.sessionId=QC(),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 Ul(){return new vp}var d_={fetch:globalThis.fetch?globalThis.fetch.bind(globalThis):void 0,SubtleCrypto:globalThis.crypto?globalThis.crypto.subtle:void 0,EventSource:globalThis.EventSource};function f_(){return d_}function yp(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 Ds(t,e,n){return n===2?yp(yp(t+e)+"")%1e4/1e4:n===1?yp(e+t)%1e3/1e3:null}function JC(t){return t<=0?[]:new Array(t).fill(1/t)}function Wl(t,e){return t>=e[0]&&t<e[1]}function p_(t,e){let n=Ds("__"+e[0],t,1);return n===null?!1:n>=e[1]&&n<e[2]}function h_(t,e){for(let n=0;n<e.length;n++)if(Wl(t,e[n]))return n;return-1}function wp(t){try{let e=t.replace(/([^\\])\//g,"$1\\/");return new RegExp(e)}catch(e){console.error(e);return}}function ql(t,e){if(!e.length)return!1;let n=!1,r=!1;for(let i=0;i<e.length;i++){let o=nE(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 eE(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 tE(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=>!eE(i[0],i[1],i[2]))}catch{return!1}}function nE(t,e,n){try{let r=new URL(t,"https://_");if(e==="regex"){let i=wp(n);return i?i.test(r.href)||i.test(r.href.substring(r.origin.length)):!1}else if(e==="simple")return tE(r,n);return!1}catch{return!1}}function g_(t,e,n){e=e===void 0?1:e,e<0?e=0:e>1&&(e=1);let r=JC(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 m_(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 v_(t){try{return t()}catch(e){return console.error(e),!1}}var _p=t=>Uint8Array.from(atob(t),e=>e.charCodeAt(0));async function ai(t,e,n){if(e=e||"",n=n||globalThis.crypto&&globalThis.crypto.subtle||d_.SubtleCrypto,!n)throw new Error("No SubtleCrypto implementation found");try{let r=await n.importKey("raw",_p(e),{name:"AES-CBC",length:128},!0,["encrypt","decrypt"]),[i,o]=t.split("."),s=await n.decrypt({name:"AES-CBC",iv:_p(i)},r,_p(o));return new TextDecoder().decode(s)}catch{throw new Error("Failed to decrypt")}}function Vs(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 y_(){let t;try{t="1.6.4"}catch{t=""}return t}function __(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 c_(t){return typeof t=="object"&&t!==null}function Kl(t){return t.urlPatterns&&t.variations.some(e=>c_(e)&&"urlRedirect"in e)?"redirect":t.variations.some(e=>c_(e)&&(e.domMutations||"js"in e||"css"in e))?"visual":"unknown"}async function Gl(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},vn=f_(),ao={fetchFeaturesCall:({host:t,clientKey:e,headers:n})=>vn.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 vn.fetch(`${t}/api/eval/${e}`,i)},eventSourceCall:({host:t,clientKey:e,headers:n})=>n?new vn.EventSource(`${t}/sub/${e}`,{headers:n}):new vn.EventSource(`${t}/sub/${e}`),startIdleListener:()=>{let t;if(!(typeof window<"u"&&typeof document<"u"))return;let n=()=>{document.visibilityState==="visible"?(window.clearTimeout(t),oE()):document.visibilityState==="hidden"&&(t=window.setTimeout(iE,Ye.idleStreamInterval))};return document.addEventListener("visibilitychange",n),()=>document.removeEventListener("visibilitychange",n)},stopIdleListener:()=>{}};try{globalThis.localStorage&&(vn.localStorage=globalThis.localStorage)}catch{}var lo=new Map,w_=!1,$n=new Map,Zl=new Map,uo=new Map,co=new Set;function S_(t){Object.assign(Ye,t),Ye.backgroundSync||Ep()}async function b_({instance:t,timeout:e,skipCache:n,allowStale:r,backgroundSync:i}){return i||(Ye.backgroundSync=!1),sE({instance:t,allowStale:r,timeout:e,skipCache:n})}function rE(t){let e=Bs(t),n=lo.get(e)||new Set;n.add(t),lo.set(e,n)}function k_(t){lo.forEach(e=>e.delete(t))}function iE(){uo.forEach(t=>{t&&(t.state="idle",kp(t))})}function oE(){uo.forEach(t=>{t&&t.state==="idle"&&Cp(t)})}async function x_(){try{if(!vn.localStorage)return;await vn.localStorage.setItem(Ye.cacheKey,JSON.stringify(Array.from($n.entries())))}catch{}}async function sE({instance:t,allowStale:e,timeout:n,skipCache:r}){let i=Bs(t),o=Sp(t),s=new Date,a=new Date(s.getTime()-Ye.maxAge+Ye.staleTTL);await aE();let l=!Ye.disableCache&&!r?$n.get(o):void 0;return l&&(e||l.staleAt>s)&&l.staleAt>a?(l.sse&&co.add(i),l.staleAt<s?xp(t):bp(t),{data:l.data,success:!0,source:"cache"}):await Gl(xp(t),n)||{data:null,success:!1,source:"timeout",error:new Error("Timeout")}}function Bs(t){let[e,n]=t.getApiInfo();return`${e}||${n}`}function Sp(t){let e=Bs(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 aE(){if(!w_){w_=!0;try{if(vn.localStorage){let t=await vn.localStorage.getItem(Ye.cacheKey);if(!Ye.disableCache&&t){let e=JSON.parse(t);e&&Array.isArray(e)&&e.forEach(([n,r])=>{$n.set(n,{...r,staleAt:new Date(r.staleAt)})}),C_()}}}catch{}if(!Ye.disableIdleStreams){let t=ao.startIdleListener();t&&(ao.stopIdleListener=t)}}}function C_(){let t=Array.from($n.entries()).map(([n,r])=>({key:n,staleAt:r.staleAt.getTime()})).sort((n,r)=>n.staleAt-r.staleAt),e=Math.min(Math.max(0,$n.size-Ye.maxEntries),$n.size);for(let n=0;n<e;n++)$n.delete(t[n].key)}function E_(t,e,n){let r=n.dateUpdated||"",i=new Date(Date.now()+Ye.staleTTL),o=Ye.disableCache?void 0:$n.get(e);if(o&&r&&o.version===r){o.staleAt=i,x_();return}Ye.disableCache||($n.set(e,{data:n,version:r,staleAt:i,sse:co.has(t)}),C_()),x_();let s=lo.get(t);s&&s.forEach(a=>lE(a,n))}async function lE(t,e){await t.setPayload(e||t.getPayload())}async function xp(t){let{apiHost:e,apiRequestHeaders:n}=t.getApiHosts(),r=t.getClientKey(),i="isRemoteEval"in t&&t.isRemoteEval(),o=Bs(t),s=Sp(t),a=Zl.get(s);return a||(a=(i?ao.fetchRemoteEvalCall({host:e,clientKey:r,payload:{attributes:t.getAttributes(),forcedVariations:t.getForcedVariations(),forcedFeatures:Array.from(t.getForcedFeatures().entries()),url:t.getUrl()},headers:n}):ao.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"&&co.add(o),u.json()}).then(u=>(E_(o,s,u),bp(t),Zl.delete(s),{data:u,success:!0,source:"network"})).catch(u=>(Zl.delete(s),{data:null,source:"error",success:!1,error:u})),Zl.set(s,a)),a}function bp(t,e=!1){let n=Bs(t),r=Sp(t),{streamingHost:i,streamingHostRequestHeaders:o}=t.getApiHosts(),s=t.getClientKey();if(e&&co.add(n),Ye.backgroundSync&&co.has(n)&&vn.EventSource){if(uo.has(n))return;let a={src:null,host:i,clientKey:s,headers:o,cb:l=>{try{if(l.type==="features-updated"){let u=lo.get(n);u&&u.forEach(c=>{xp(c)})}else if(l.type==="features"){let u=JSON.parse(l.data);E_(n,r,u)}a.errors=0}catch{A_(a)}},errors:0,state:"active"};uo.set(n,a),Cp(a)}}function A_(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);kp(t),setTimeout(()=>{["idle","active"].includes(t.state)||Cp(t)},Math.min(e,3e5))}}function kp(t){t.src&&(t.src.onopen=null,t.src.onerror=null,t.src.close(),t.src=null,t.state==="active"&&(t.state="disabled"))}function Cp(t){t.src=ao.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=()=>A_(t),t.src.onopen=()=>{t.errors=0}}function uE(t,e){kp(t),uo.delete(e)}function Ep(){co.clear(),uo.forEach(uE),lo.clear(),ao.stopIdleListener()}function Yl(t,e){if(e.streaming){if(!t.getClientKey())throw new Error("Must specify clientKey to enable streaming");e.payload&&bp(t,!0),rE(t)}}var cE=/^[a-zA-Z:_][a-zA-Z0-9:_.-]*$/,Rp={revert:function(){}},eu=new Map,Ip=new Set;function dE(t){return t==="html"?{childList:!0,subtree:!0,attributes:!0,characterData:!0}:{childList:!1,subtree:!1,attributes:!0,attributeFilter:[t]}}function tu(t){var e=eu.get(t);return e||(e={element:t,attributes:{}},eu.set(t,e)),e}function nu(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,dE(e)),s}function ru(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,T_()):t!==n&&(e.isDirty=!0,T_())}function fE(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),ru(EE(e),t)}function pE(t){var e=new Set(t.originalValue.split(/\s+/).filter(Boolean));t.mutations.forEach(function(n){return n.mutate(e)}),ru(Array.from(e).filter(Boolean).join(" "),t)}function hE(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),ru(e,t)}function gE(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 mE(t){var e=t.originalValue;t.mutations.forEach(function(n){var r=n.mutate(),i=gE(r);e=i||e}),ru(e,t)}var vE=function(e){return e.innerHTML},yE=function(e,n){return e.innerHTML=n};function I_(t){var e=tu(t);return e.html||(e.html=nu(t,"html",vE,yE,fE)),e.html}var _E=function(e){return{parentNode:e.parentElement,insertBeforeNode:e.nextElementSibling}},wE=function(e,n){n.insertBeforeNode&&!n.parentNode.contains(n.insertBeforeNode)||n.parentNode.insertBefore(e,n.insertBeforeNode)};function P_(t){var e=tu(t);return e.position||(e.position=nu(t,"position",_E,wE,mE)),e.position}var xE=function(e,n){return n?e.className=n:e.removeAttribute("class")},SE=function(e){return e.className};function N_(t){var e=tu(t);return e.classes||(e.classes=nu(t,"class",SE,xE,pE)),e.classes}var bE=function(e){return function(n){var r;return(r=n.getAttribute(e))!=null?r:null}},kE=function(e){return function(n,r){return r!==null?n.setAttribute(e,r):n.removeAttribute(e)}};function O_(t,e){var n=tu(t);return n.attributes[e]||(n.attributes[e]=nu(t,e,bE(e),kE(e),hE)),n.attributes[e]}function CE(t,e){var n=eu.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 Xl;function EE(t){return Xl||(Xl=document.createElement("div")),Xl.innerHTML=t,Xl.innerHTML}function Ql(t,e,n){if(n.isDirty){n.isDirty=!1;var r=n.virtualValue;n.mutations.length||CE(t,e),n.setValue(t,r)}}function AE(t,e){t.html&&Ql(e,"html",t.html),t.classes&&Ql(e,"class",t.classes),t.position&&Ql(e,"position",t.position),Object.keys(t.attributes).forEach(function(n){Ql(e,n,t.attributes[n])})}function T_(){eu.forEach(AE)}function TE(t,e){var n=null;t.kind==="html"?n=I_(e):t.kind==="class"?n=N_(e):t.kind==="attribute"?n=O_(e,t.attribute):t.kind==="position"&&(n=P_(e)),n&&(n.mutations.push(t),n.mutationRunner(n))}function RE(t,e){var n=null;if(t.kind==="html"?n=I_(e):t.kind==="class"?n=N_(e):t.kind==="attribute"?n=O_(e,t.attribute):t.kind==="position"&&(n=P_(e)),!!n){var r=n.mutations.indexOf(t);r!==-1&&n.mutations.splice(r,1),n.mutationRunner(n)}}function L_(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),TE(t,r))})}}function IE(t){t.elements.forEach(function(e){return RE(t,e)}),t.elements.clear(),Ip.delete(t)}function R_(){Ip.forEach(L_)}var Ap;function PE(){typeof document>"u"||(Ap||(Ap=new MutationObserver(function(){R_()})),R_(),Ap.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!1,characterData:!1}))}PE();function iu(t){return typeof document>"u"?Rp:(Ip.add(t),L_(t),{revert:function(){IE(t)}})}function Tp(t,e){return iu({kind:"html",elements:new Set,mutate:e,selector:t})}function M_(t,e){return iu({kind:"position",elements:new Set,mutate:e,selector:t})}function zs(t,e){return iu({kind:"class",elements:new Set,mutate:e,selector:t})}function Jl(t,e,n){return cE.test(e)?e==="class"||e==="className"?zs(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)})}):iu({kind:"attribute",attribute:e,elements:new Set,mutate:n,selector:t}):Rp}function NE(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 Tp(e,function(a){return a+(r??"")});if(n==="set")return Tp(e,function(){return r??""})}else if(i==="class"){if(n==="append")return zs(e,function(a){r&&a.add(r)});if(n==="remove")return zs(e,function(a){r&&a.delete(r)});if(n==="set")return zs(e,function(a){a.clear(),r&&a.add(r)})}else if(i==="position"){if(n==="set"&&o)return M_(e,function(){return{insertBeforeSelector:s,parentSelector:o}})}else{if(n==="append")return Jl(e,i,function(a){return a!==null?a+(r??""):r??""});if(n==="set")return Jl(e,i,function(){return r??""});if(n==="remove")return Jl(e,i,function(){return null})}return Rp}var OE={html:Tp,classes:zs,attribute:Jl,position:M_,declarative:NE},F_=OE;var Pp={};function _r(t,e,n){n=n||{};for(let[r,i]of Object.entries(e))switch(r){case"$or":if(!V_(t,i,n))return!1;break;case"$nor":if(V_(t,i,n))return!1;break;case"$and":if(!DE(t,i,n))return!1;break;case"$not":if(_r(t,i,n))return!1;break;default:if(!Hs(i,LE(t,r),n))return!1}return!0}function LE(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 $_(t,e=!1){let n=`${t}${e?"/i":""}`;return Pp[n]||(Pp[n]=new RegExp(t.replace(/([^\\])\//g,"$1\\/"),e?"i":void 0)),Pp[n]}function Hs(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)||!B_(t))return JSON.stringify(e)===JSON.stringify(t);for(let i in t)if(!$E(i,e,t[i],n))return!1;return!0}function B_(t){let e=Object.keys(t);return e.length>0&&e.filter(n=>n[0]==="$").length===e.length}function ME(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 FE(t,e,n){if(!Array.isArray(t))return!1;let r=B_(e)?i=>Hs(e,i,n):i=>_r(i,e,n);for(let i=0;i<t.length;i++)if(t[i]&&r(t[i]))return!0;return!1}function fo(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 D_(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(Hs(e[i],t[s],n,r)){o=!0;break}if(!o)return!1}return!0}function $E(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)?fo(e,n):!1;case"$ini":return Array.isArray(n)?fo(e,n,!0):!1;case"$inGroup":return fo(e,r[n]||[]);case"$notInGroup":return!fo(e,r[n]||[]);case"$nin":return Array.isArray(n)?!fo(e,n):!1;case"$nini":return Array.isArray(n)?!fo(e,n,!0):!1;case"$not":return!Hs(n,e,r);case"$size":return Array.isArray(e)?Hs(n,e.length,r):!1;case"$elemMatch":return FE(e,n,r);case"$all":return Array.isArray(n)?D_(e,n,r):!1;case"$alli":return Array.isArray(n)?D_(e,n,r,!0):!1;case"$regex":try{return $_(n).test(e)}catch{return!1}case"$regexi":try{return $_(n,!0).test(e)}catch{return!1}case"$type":return ME(e)===n;default:return console.error("Unknown operator: "+t),!1}}function V_(t,e,n){if(!e.length)return!0;for(let r=0;r<e.length;r++)if(_r(t,e[r],n))return!0;return!1}function DE(t,e,n){for(let r=0;r<e.length;r++)if(!_r(t,e[r],n))return!1;return!0}var VE="Feature Evaluated",BE="Experiment Viewed";function zE(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 HE(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 po(t){try{await t()}catch{}}function z_(t,e,n){if(t.user.trackedExperiments){let i=au(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(po(()=>i(e,n,t.user)))}if(t.user.trackingCallback){let i=t.user.trackingCallback;r.push(po(()=>i(e,n)))}if(t.global.eventLogger){let i=t.global.eventLogger;r.push(po(()=>i(BE,{experimentId:e.key,variationId:n.key,hashAttribute:n.hashAttribute,hashValue:n.hashValue},t.user)))}return r}function jE(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;po(()=>r(e,n,t.user))}if(t.user.onFeatureUsage){let r=t.user.onFeatureUsage;po(()=>r(e,n))}if(t.global.eventLogger){let r=t.global.eventLogger;po(()=>r(VE,{feature:e,source:n.source,value:n.value,ruleId:n.source==="defaultValue"?"$default":n.ruleId||"",variationId:n.experimentResult?n.experimentResult.key:""},t.user))}}function ou(t,e){if(e.stack.evaluatedFeatures.has(t))return wr(e,t,null,"cyclicPrerequisite");e.stack.evaluatedFeatures.add(t),e.stack.id=t;let n=zE(e);if(n.has(t))return wr(e,t,n.get(t),"override");if(!e.global.features||!e.global.features[t])return wr(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=ou(l.id,e);if(u.source==="cyclicPrerequisite")return wr(e,t,null,"cyclicPrerequisite");let c={value:u.value};if(!_r(c,l.condition||{})){if(l.gate)return wr(e,t,null,"prerequisite");continue e}}if(o.filters&&U_(o.filters,e))continue;if("force"in o){if(o.condition&&!j_(o.condition,e)||!UE(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=>{!z_(e,l.experiment,l.result).length&&e.global.saveDeferredTrack&&e.global.saveDeferredTrack({experiment:l.experiment,result:l.result})}),wr(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}=su(s,t,e);if(e.global.onExperimentEval&&e.global.onExperimentEval(s,a),a.inExperiment&&!a.passthrough)return wr(e,t,a.value,"experiment",o.id,s,a)}}return wr(e,t,r.defaultValue===void 0?null:r.defaultValue,"defaultValue")}function su(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=WE(t,n),t.urlPatterns&&!ql(n.user.url||"",t.urlPatterns))return{result:Se(n,t,-1,!1,e)};let o=m_(r,n.user.url||"",i);if(o!==null)return{result:Se(n,t,o,!1,e)};let s=HE(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}=li(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}=GE({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(U_(t.filters,n))return{result:Se(n,t,-1,!1,e)}}else if(t.namespace&&!p_(l,t.namespace))return{result:Se(n,t,-1,!1,e)};if(t.include&&!v_(t.include))return{result:Se(n,t,-1,!1,e)};if(t.condition&&!j_(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=ou(d.id,n);if(p.source==="cyclicPrerequisite")return{result:Se(n,t,-1,!1,e)};let m={value:p.value};if(!_r(m,d.condition||{}))return{result:Se(n,t,-1,!1,e)}}}if(t.groups&&!KE(t.groups,n))return{result:Se(n,t,-1,!1,e)}}if(t.url&&!qE(t.url,n))return{result:Se(n,t,-1,!1,e)};let h=Ds(t.seed||r,l,t.hashVersion||1);if(h===null)return{result:Se(n,t,-1,!1,e)};if(!c){let x=t.ranges||g_(i,t.coverage===void 0?1:t.coverage,t.weights);u=h_(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}=YE(n,a,Vs(l),{[Np(t.key,t.bucketVersion)]:g.key});x&&(n.user.stickyBucketAssignmentDocs=n.user.stickyBucketAssignmentDocs||{},n.user.stickyBucketAssignmentDocs[d]=p,n.user.saveStickyBucketAssignmentDoc(p))}let v=z_(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 wr(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"&&jE(t,e,a),a}function H_(t){return{...t.user.attributes,...t.user.attributeOverrides}}function j_(t,e){return _r(H_(e),t,e.global.savedGroups||{})}function U_(t,e){return t.some(n=>{let{hashValue:r}=li(e,n.attribute);if(!r)return!0;let i=Ds(n.seed,r,n.hashVersion||2);return i===null?!0:!n.ranges.some(o=>Wl(i,o))})}function UE(t,e,n,r,i,o,s){if(!i&&o===void 0)return!0;if(!i&&o===0)return!1;let{hashValue:a}=li(t,n,r);if(!a)return!1;let l=Ds(e,a,s||1);return l===null?!1:i?Wl(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}=li(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 WE(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=wp(t.url))),t}function li(t,e,n){let r=e||"id",i="",o=H_(t);return o[r]&&(i=o[r]),!i&&n&&(o[n]&&(i=o[n]),i&&(r=n)),{hashAttribute:r,hashValue:i}}function qE(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 KE(t,e){let n=e.global.groups||{};for(let r=0;r<t.length;r++)if(n[t[r]])return!0;return!1}function GE({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=Np(e,n),l=ZE(t,r,i);if(o>0)for(let f=0;f<o;f++){let h=Np(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 Np(t,e){return e=e||0,`${t}__${e}`}function Op(t,e){return`${t}||${e}`}function ZE(t,e,n){if(!t.user.stickyBucketAssignmentDocs)return{};let{hashAttribute:r,hashValue:i}=li(t,e),o=Op(r,Vs(i)),{hashAttribute:s,hashValue:a}=li(t,n),l=a?Op(s,Vs(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 YE(t,e,n,r){let i=Op(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 XE(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 W_(t,e,n){let r=Lp(t,n);return e.getAllAssignments(r)}function Lp(t,e){let n={};return XE(t,e).forEach(i=>{let{hashValue:o}=li(t,i);n[i]=Vs(o)}),n}async function q_(t,e,n){if(t={...t},t.encryptedFeatures){try{t.features=JSON.parse(await ai(t.encryptedFeatures,e,n))}catch(r){console.error(r)}delete t.encryptedFeatures}if(t.encryptedExperiments){try{t.experiments=JSON.parse(await ai(t.encryptedExperiments,e,n))}catch(r){console.error(r)}delete t.encryptedExperiments}if(t.encryptedSavedGroups){try{t.savedGroups=JSON.parse(await ai(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 au(t,e){return e.hashAttribute+e.hashValue+t.key+e.variationId}var ho=typeof window<"u"&&typeof document<"u",QE=y_(),js=class{constructor(e){if(e=e||{},this.version=QE,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),ho&&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 q_(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,Yl(this,e),this}async init(e){if(this._initialized=!0,e=e||{},e.cacheSettings&&S_(e.cacheSettings),e.payload)return await this.setPayload(e.payload),Yl(this,e),{success:!0,source:"init"};{let{data:n,...r}=await this._refresh({...e,allowStale:!0});return Yl(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 b_({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 ai(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 ai(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,k_(this),e.destroyAllStreams&&Ep(),this.logs=[],ho&&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}=su(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}=su(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=Kl(e);if(l==="redirect"&&o.value.urlRedirect&&e.urlPatterns){let u=e.persistQueryString?__(this._getContextUrl(),o.value.urlRedirect):o.value.urlRedirect;if(ql(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(ho)Promise.all([...s?[Gl(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&&Kl(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 ou(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=>[au(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(au(e.experiment,e.result),e)}_getContextUrl(){return this._options.url||(ho?window.location.href:"")}_isAutoExperimentBlockedByContext(e){let n=Kl(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}:ho?{navigate:e=>{window.location.replace(e)},delay:100}:{navigate:null,delay:0}}_applyDOMChanges(e){if(!ho)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(F_.declarative(r).revert)}),()=>{n.forEach(r=>r())}}async refreshStickyBuckets(e){if(this._options.stickyBucketService){let n=this._getEvalContext(),r=await W_(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=Lp(r,n);return e.getAllAssignmentsSync(i)}inDevMode(){return!!this._options.enableDevMode}};var JE="https://experiment.syntrologie.com",Mp=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 js({...e,apiHost:e.apiHost??JE,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 lu(t={}){return new Mp(t)}var xr=ee(Et(),1);var zp=!1;function a0(){if(typeof window>"u")return!1;try{return new URLSearchParams(window.location.search).get("syntro_debug")==="true"}catch{return!1}}function Hp(t){if(a0()){zp=!0;return}zp=t??!1}function gA(){return a0()?!0:zp}function F(t,e,n){gA()&&(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 fu(t,e,n){n!==void 0?console.error(`[${t}]`,e,n):console.error(`[${t}]`,e)}var mA=t=>[...t].sort((e,n)=>(e.order??0)-(n.order??0));function jp({fetcher:t,pollIntervalMs:e=3e4,experiments:n,runtime:r}){let[i,o]=(0,xr.useState)({tiles:[],actions:[],isLoading:!0}),s=(0,xr.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:mA(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,xr.useEffect)(()=>{if(s(),!e)return;let a=setInterval(s,e);return()=>clearInterval(a)},[s,e]),(0,xr.useMemo)(()=>i,[i])}var Dn=ee(Et(),1);var Ws=ee(Et(),1),ie=ee(ve(),1),bA={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 kA({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 CA(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 Up({content:t,onDismiss:e,accentColor:n}){let[r,i]=(0,Ws.useState)(!1),[o,s]=(0,Ws.useState)(t.type==="warning"?t.countdown??null:null);(0,Ws.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=CA(t.type),u=bA[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)(kA,{onClick:a,color:l.text})]})}var d0=ee(Et(),1),Ee=ee(ve(),1);function EA({trend:t}){let e=t.direction==="up",n=t.direction==="down";return(0,Ee.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,Ee.jsx)(()=>(0,Ee.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,Ee.jsx)("path",{d:"M5 1v8M5 1L2 4M5 1l3 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),{}),t.value,t.timeframe&&(0,Ee.jsx)("span",{style:{color:"var(--sc-color-text-muted, #8e8e93)"},children:t.timeframe})]})}function AA({data:t,color:e}){let{path:n,width:r,height:i}=(0,d0.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,Ee.jsxs)("svg",{width:r,height:i,viewBox:`0 0 ${r} ${i}`,style:{overflow:"visible"},children:[(0,Ee.jsx)("path",{d:n,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),(0,Ee.jsx)("defs",{children:(0,Ee.jsxs)("linearGradient",{id:"sparkline-gradient",x1:"0",x2:"0",y1:"0",y2:"1",children:[(0,Ee.jsx)("stop",{offset:"0%",stopColor:e,stopOpacity:"0.3"}),(0,Ee.jsx)("stop",{offset:"100%",stopColor:e,stopOpacity:"0"})]})}),(0,Ee.jsx)("path",{d:`${n} L ${r-2} ${i} L 2 ${i} Z`,fill:"url(#sparkline-gradient)"})]}):null}function Wp({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,Ee.jsxs)("div",{style:r,children:[(0,Ee.jsxs)("div",{style:i,children:[t.prefix&&(0,Ee.jsx)("span",{style:s,children:t.prefix}),(0,Ee.jsx)("span",{style:o,children:t.value}),t.suffix&&(0,Ee.jsx)("span",{style:s,children:t.suffix})]}),(0,Ee.jsx)("p",{style:a,children:t.label}),(t.trend||t.sparkline)&&(0,Ee.jsxs)("div",{style:l,children:[t.trend&&(0,Ee.jsx)(EA,{trend:t.trend}),t.sparkline&&t.sparkline.length>1&&(0,Ee.jsx)(AA,{data:t.sparkline,color:n})]})]})}var pt=ee(ve(),1);function TA({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 qp({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)(TA,{item:a,accentColor:n,layout:r},l))})}var hu=ee(Et(),1),ae=ee(ve(),1);function RA({value:t,maxValue:e,onChange:n,color:r}){let[i,o]=(0,hu.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 IA({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 PA({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 NA({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 Kp({content:t,onSubmit:e,accentColor:n}){let[r,i]=(0,hu.useState)(null),[o,s]=(0,hu.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)(RA,{value:r,maxValue:l,onChange:u,color:a}),t.variant==="thumbs"&&(0,ae.jsx)(IA,{value:r,onChange:u,color:a}),t.variant==="nps"&&(0,ae.jsx)(PA,{value:r,maxValue:l,onChange:u,color:a}),t.variant==="emoji"&&(0,ae.jsx)(NA,{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 Gp({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 mo=ee(ve(),1);function OA(t){return["alert","success","warning","info","error"].includes(t.type)}function LA(t){return t.type==="stats"}function MA(t){return t.type==="comparison"}function FA(t){return t.type==="rating"}function $A(t){return t.type==="checklist"}function f0(t,e={}){return OA(t)?(0,mo.jsx)(Up,{content:t,accentColor:e.accentColor,onDismiss:e.onDismiss}):LA(t)?(0,mo.jsx)(Wp,{content:t,accentColor:e.accentColor}):MA(t)?(0,mo.jsx)(qp,{content:t,accentColor:e.accentColor}):FA(t)?(0,mo.jsx)(Kp,{content:t,accentColor:e.accentColor,onSubmit:e.onRatingSubmit}):$A(t)?(0,mo.jsx)(Gp,{content:t,accentColor:e.accentColor}):null}function p0(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),_0=ee(ve(),1),Zp=(0,ht.createContext)({runtime:null,context:null});function gu({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,_0.jsx)(Zp.Provider,{value:i,children:e})}function yn(){let{runtime:t}=(0,ht.useContext)(Zp);return t}function qs(){let{context:t}=(0,ht.useContext)(Zp);return t}function mu(){return qs()?.page??null}function h0(){return qs()?.session??null}function g0(){return qs()?.viewport??null}function m0(t,e,n=[]){let r=yn();(0,ht.useEffect)(()=>r?t?r.events.subscribe(t,e):r.events.subscribe(e):void 0,[r,...n])}function v0(){return yn()?.state??null}function y0(t,e){let n=yn(),[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 be={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"},ui="1.0.0";function Yt(t,e){return{ts:Date.now(),name:t,source:"canvas",props:e,schemaVersion:ui}}function DA(t){return Yt(be.CANVAS_OPENED,{surface:t})}function VA(t){return Yt(be.CANVAS_CLOSED,{surface:t})}function BA(t,e){return Yt(be.TILE_VIEWED,{tileId:t,surface:e})}function zA(t,e){return Yt(be.TILE_EXPANDED,{tileId:t,surface:e})}function HA(t,e){return Yt(be.TILE_COLLAPSED,{tileId:t,surface:e})}function jA(t,e,n){return Yt(be.TILE_ACTION,{tileId:t,actionId:e,surface:n})}function UA(t,e){return Yt(be.OVERLAY_STARTED,{recipeId:t,recipeName:e})}function WA(t,e){return Yt(be.OVERLAY_COMPLETED,{recipeId:t,recipeName:e})}function qA(t,e,n){return Yt(be.OVERLAY_DISMISSED,{recipeId:t,recipeName:e,stepIndex:n})}function KA(t,e,n){return Yt(be.OVERLAY_STEP_VIEWED,{recipeId:t,stepIndex:e,stepTitle:n})}function GA(t,e){let n=t.startsWith("canvas.")?t:`canvas.${t}`;return Yt(n,e)}var Xt={canvasOpened:DA,canvasClosed:VA,tileViewed:BA,tileExpanded:zA,tileCollapsed:HA,tileAction:jA,overlayStarted:UA,overlayCompleted:WA,overlayDismissed:qA,overlayStepViewed:KA,custom:GA};var oe=ee(ve(),1);function ZA({config:t,telemetry:e,surface:n}){let[r,i]=(0,Dn.useState)([{author:"Lumi",text:"Hi! Need clarity on a deduction?"}]),[o,s]=(0,Dn.useState)(""),a=yn(),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=Xt.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 YA({renderer:t,config:e,surface:n,telemetry:r,isExpanded:i,runtime:o}){let s=(0,Dn.useRef)(null);return(0,Dn.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 vo({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=yn(),h=(0,Dn.useCallback)(w=>{if(n?.trackAction(w,t.id,e),f){let b=Xt.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(p0(u.type)){let w=f0(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)(ZA,{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)(YA,{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 Zn=ee(Et(),1),um=ee(Fc(),1);var we=ee(ve(),1),DS="syntro-launcher-styles";function JR(){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),Fn(a)||(n>e&&(o+=t.substring(e,n)),o+=a,e=n=i+1)}return n>e&&(o+=t.substring(e,t.length)),o},VC=!!Yd||!!Zd,Uv="text/plain",Ll=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=nC(s);return l&&a.push(l),i+"?"+a.join("&")},ks=(t,e)=>JSON.stringify(t,((n,r)=>typeof r=="bigint"?r.toString():r),e),Ud=t=>{var{data:e,compression:n}=t;if(e){if(n===Mn.GZipJS){var r=$C((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 r_(f,0,h)})(ks(e)),{mtime:0}),i=new Blob([r],{type:Uv});return{contentType:Uv,body:i,estimatedSize:i.size}}if(n===Mn.Base64){var o=(function(l){var c,u,f,h,g,v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_=0,x=0,d="",p=[];if(!l)return l;l=DC(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})(ks(e)),s=(l=>"data="+encodeURIComponent(typeof l=="string"?l:ks(l)))(o);return{contentType:"application/x-www-form-urlencoded",body:s,estimatedSize:new Blob([s]).size}}var a=ks(e);return{contentType:"application/json",body:a,estimatedSize:new Blob([a]).size}}},vl=[];Zd&&vl.push({transport:"fetch",method:t=>{var e,n,{contentType:r,body:i,estimatedSize:o}=(e=Ud(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(uv){var c=new uv;l={signal:c.signal,timeout:setTimeout((()=>c.abort()),t.timeout)}}Zd(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))}}),Yd&&vl.push({transport:"XHR",method:t=>{var e,n=new Yd;n.open(t.method||"GET",t.url,!0);var{contentType:r,body:i}=(e=Ud(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&&vl.push({transport:"sendBeacon",method:t=>{var e=Ll(t.url,{beacon:"1"});try{var n,{contentType:r,body:i}=(n=Ud(t))!==null&&n!==void 0?n:{},o=typeof i=="string"?new Blob([i],{type:r}):i;kt.sendBeacon(e,o)}catch{}}});var Ml=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 Wv(t,e,n){return ks({distinct_id:t,userPropertiesToSet:e,userPropertiesToSetOnce:n})}var i_={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=>Ml(n,r))))),not_regex:(t,e)=>e.every((n=>t.every((r=>!Ml(n,r))))),icontains:(t,e)=>e.map(gl).some((n=>t.map(gl).some((r=>n.includes(r))))),not_icontains:(t,e)=>e.map(gl).every((n=>t.map(gl).every((r=>!n.includes(r)))))},gl=t=>t.toLowerCase();function o_(t,e){return!t||Object.entries(t).every((n=>{var[r,i]=n,o=e?.[r];if(N(o)||Fn(o))return!1;var s=[String(o)],a=i_[i.operator];return!!a&&a(i.values,s)}))}var Wd=Fe("[Error tracking]"),zf=class{constructor(e){var n,r;this.Jt=[],this.Kt=new tf([new rf,new df,new sf,new of,new cf,new lf,new af,new uf],D1("web:javascript",L1,$1)),this._instance=e,this.Jt=(n=(r=this._instance.persistence)==null?void 0:r.get_property(pf))!==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({[pf]:this.Jt,[xv]:s})}get Yt(){var e,n=!!this._instance.get_property(xv),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 Wd.info("Skipping exception capture because a suppression rule matched");if(!this.Yt&&this.Zt(n))return void Wd.info("Skipping exception capture because it was thrown by an extension");if(!this._instance.config.error_tracking.__capturePostHogExceptions&&this.ti(n))return void Wd.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=i_[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]"),gs=Fe("[FeatureFlags]",{debugEnabled:!0}),qd="$active_feature_flags",Zi="$override_feature_flags",qv="$feature_flag_payloads",ms="$override_feature_flag_payloads",Kv="$feature_flag_request_id",Gv="$feature_flag_evaluated_at",Zv=t=>{var e={};for(var[n,r]of ml(t||{}))r&&(e[n]=r);return e},BC=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},zC=(function(t){return t.FeatureFlags="feature_flags",t.Recordings="recordings",t})({}),Hf=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(hf),n=this._instance.get_property(Zi),r=this._instance.get_property(ms);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(Ji),n=this._instance.get_property(Zi);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(qv),n=this._instance.get_property(ms);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(Ss)||{}),group_properties:this._instance.get_property(ii)};(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=Jy()),this.ri=!0,this._instance.ci({method:"POST",url:a,data:r,compression:this._instance.config.disable_compression?void 0:Mn.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(zC.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(Gv)||void 0,a=this._instance.get_property(Sl)||{};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({[Sl]: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:Mn.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=BC(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({[qd]:g,[Ji]:d})}else{var m=g,y=v,w=h;s.errorsWhileComputingFlags&&(m=$({},l,m),y=$({},c,y),w=$({},u,w)),a&&a.register($({[qd]:Object.keys(Zv(m)),[Ji]:m||{},[qv]:y||{},[hf]:w||{}},_?{[Kv]:_}:{},x?{[Gv]: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(Zi),this._instance.persistence.unregister(ms),this.pi(),gs.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(Zi),gs.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({[Zi]:i})}else this._instance.persistence.register({[Zi]:r.flags});gs.info("Flag overrides set",{flags:r.flags})}}return"payloads"in r&&(r.payloads===!1?(this._instance.persistence.unregister(ms),gs.info("Payload overrides cleared")):r.payloads&&(this._instance.persistence.register({[ms]:r.payloads}),gs.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(xs)||[]).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({[qd]:Object.keys(Zv(l)),[Ji]:l}),this.pi()}getEarlyAccessFeatures(e,n,r){n===void 0&&(n=!1);var i=this._instance.get_property(xs),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(xs),(l=this._instance.persistence)==null||l.register({[xs]: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(Ss)||{};this._instance.register({[Ss]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetPersonPropertiesForFlags(){this._instance.unregister(Ss)}setGroupPropertiesForFlags(e,n){n===void 0&&(n=!0);var r=this._instance.get_property(ii)||{};Object.keys(r).length!==0&&Object.keys(r).forEach((i=>{r[i]=$({},r[i],e[i]),delete e[i]})),this._instance.register({[ii]:$({},r,e)}),n&&this._instance.reloadFeatureFlags()}resetGroupPropertiesForFlags(e){if(e){var n=this._instance.get_property(ii)||{};this._instance.register({[ii]:$({},n,{[e]:{}})})}else this._instance.unregister(ii)}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}},HC=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"],As=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){HC.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"&&Ce.H()?Ce:n==="localstorage+cookie"&&dl.H()?dl:n==="sessionstorage"&&je.H()?je:n==="memory"?uC:n==="cookie"?gn:dl.H()?dl:gn}properties(){var e={};return pe(this.props,(function(n,r){if(r===Ji&&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,(Fn(s=q1)?l:cv&&s.indexOf===cv?s.indexOf(a)!=-1:(pe(s,(function(c){if(l||(l=c===a))return wl})),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);Qi(sp(e))||this.register(e),this.mi=!0}}update_search_keyword(){var e;this.register((e=O?.referrer)?Zy(e):{})}update_referrer_info(){var e;this.register_once({$referrer:Yy(),$referring_domain:O!=null&&O.referrer&&((e=Al(O.referrer))==null?void 0:e.host)||"$direct"},void 0)}set_initial_person_info(){this.props[yf]||this.props[_f]||this.register_once({[bl]:Xy(this.F.mask_personal_data_properties,this.F.custom_personal_data_properties)},void 0)}get_initial_props(){var e={};pe([_f,yf],(s=>{var a=this.props[s];a&&pe(a,(function(l,c){e["$initial_"+Xd(c)]=l}))}));var n,r,i=this.props[bl];if(i){var o=(n=Qy(i),r={},pe(n,(function(s,a){r["$initial_"+Xd(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[ws]||{};r[e]=n,this.props[ws]=r,this.save()}remove_event_timer(e){var n=(this.props[ws]||{})[e];return N(n)||(delete this.props[ws][e],this.save()),n}get_property(e){return this.props[e]}set_property(e,n){this.props[e]=n,this.save()}},vs=(function(t){return t.Activation="events",t.Cancellation="cancelEvents",t})({}),lN=(function(t){return t.Button="button",t.Tab="tab",t.Selector="selector",t})({}),cN=(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})({}),uN=(function(t){return t.Top="top",t.Left="left",t.Right="right",t.Bottom="bottom",t})({}),Kd=(function(t){return t.Popover="popover",t.API="api",t.Widget="widget",t.ExternalSurvey="external_survey",t})({}),dN=(function(t){return t.Open="open",t.MultipleChoice="multiple_choice",t.SingleChoice="single_choice",t.Rating="rating",t.Link="link",t})({}),fN=(function(t){return t.NextQuestion="next_question",t.End="end",t.ResponseBased="response_based",t.SpecificQuestion="specific_question",t})({}),pN=(function(t){return t.Once="once",t.Recurring="recurring",t.Always="always",t})({}),yl=(function(t){return t.SHOWN="survey shown",t.DISMISSED="survey dismissed",t.SENT="survey sent",t})({}),Yv=(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})({}),s_=(function(t){return t.Popover="popover",t.Inline="inline",t})({}),Ls=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 Yi(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 jf=class{constructor(e){this.Pi=new Ls,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"||!Yi(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=>Yi(a.href,n.href,n.href_matching||"exact")));var o,s=(e==null||(r=e.properties)==null?void 0:r.$elements_chain)||"";return!!s&&Yi((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=>Yi(c.text,n.text,n.text_matching||"exact")||Yi(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=>Yi(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||o_(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]"),Uf="seenSurvey_",jC=(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},Xv=t=>{var e=""+Uf+t.id;return t.current_iteration&&t.current_iteration>0&&(e=""+Uf+t.id+"_"+t.current_iteration),e},UC=[Kd.Popover,Kd.Widget,Kd.API],WC={ignoreConditions:!1,ignoreDelay:!1,displayType:s_.Popover},Wf=class{constructor(e){this._instance=e,this.Hi=new Map,this.Bi=new Map,this.qi=new Map}Wi(e,n){return!!e&&o_(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===vs.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 jf(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,vs.Activation),this.Bi=this.Gi(e,vs.Cancellation))}onEvent(e,n){var r,i=((r=this._instance)==null||(r=r.persistence)==null?void 0:r.props[ul])||[];if(yl.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,vs.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,vs.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[ul])||[];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({[ul]:[...new Set(e)]})}getSurveys(){var e,n=(e=this._instance)==null||(e=e.persistence)==null?void 0:e.props[ul];return n||[]}getEventToSurveys(){return this.Hi}Qi(){return this.Yi}},qf=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(Uf)||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 Wf(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(gf);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({[gf]: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(UC.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!==s_.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)}},Qv=Fe("[RateLimiter]"),Kf=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=>{Qv.info((s||"events")+" is quota limited."),this.serverLimits[s]=new Date().getTime()+6e4}))}catch(s){return void Qv.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(vf))!==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(vf,s),{isRateLimited:a,remainingTokens:s.tokens}}isServerRateLimited(e){var n=this.serverLimits[e||"events"]||!1;return n!==!1&&new Date().getTime()<n}},ri=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))):(ri.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 ri.info("Using preloaded remote config",this.remoteConfig),void this.fi(this.remoteConfig);if(this._instance.O())return void ri.warn("Remote config is disabled. Falling back to local config.");this.le((e=>{if(!e)return ri.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){ri.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()):ri.info("__preview_remote_config is disabled. Logging config instead",e):ri.error("Failed to fetch remote config from PostHog.")}},Zf=3e3,Yf=class{constructor(e,n){this.he=!0,this.ve=[],this.de=pn(n?.flush_interval_ms||Zf,250,5e3,L.createLogger("flush interval"),Zf),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}},qC=["retriesPerformedSoFar"],Xf=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=iy(e,qC);mn(n)&&n>0&&(r.url=Ll(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=[]}},Qf=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}},KC=t=>Xy(t?.config.mask_personal_data_properties,t?.config.custom_personal_data_properties),Fl=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({[mf]:a})}},this._instance=e,this.Ce=n,this.Fe=r,this.Ie=i||KC,this.Ce.onSessionId(this.Te)}Re(){return this.Fe.props[mf]}getSetOnceProps(){var e,n=(e=this.Re())==null?void 0:e.props;return n?"r"in n?Qy(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(sp(this.getSetOnceProps()),((n,r)=>{r==="$current_url"&&(r="url"),e["$session_entry_"+Xd(r)]=n})),e}},Gd=Fe("[SessionId]"),$l=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 Ls,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||hr,this.Ue=r||hr;var o=this.F.persistence_name||this.F.token,s=this.F.session_idle_timeout_seconds||1800;if(this._sessionTimeoutMs=1e3*pn(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({[xl]:[n,e,r]}))}Ke(){var e=this.Fe.props[xl];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=mn(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)}},GC=["$set_once","$set"],fr=Fe("[SiteApps]"),Jf=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:$({},iy(e,GC),{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&&(fr.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,fr.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){fr.error("Error while initializing PostHog app with config id "+e.id,a),o(!1)}if(i&&n.loaded)try{r()}catch(a){fr.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){fr.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 fr.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 fr.error("Error while initializing PostHog app with config id "+c,f)}))};for(var{id:a,url:l}of e.siteApps)s(a)}else fr.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}},a_=function(t,e){if(!t)return!1;var n=t.userAgent;if(n&&pv(n,e))return!0;try{var r=t?.userAgentData;if(r!=null&&r.brands&&r.brands.some((i=>pv(i?.brand,e))))return!0}catch{}return!!t.webdriver},Cs=(function(t){return t.US="us",t.EU="eu",t.CUSTOM="custom",t})({}),Jv="i.posthog.com",ep=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("."+Jv,".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]=Cs.US:/https:\/\/(eu|eu-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?this.er[this.apiHost]=Cs.EU:this.er[this.apiHost]=Cs.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===Cs.CUSTOM)return this.apiHost+n;var r=Jv+n;switch(e){case"assets":return"https://"+this.region+"-assets."+r;case"api":return"https://"+this.region+"."+r}}},ZC={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&&Ml(e.href,t),not_regex:(t,e)=>!!E&&!Ml(e.href,t),exact:(t,e)=>e.href===t,is_not:(t,e)=>e.href!==t},tp=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=Tl(e?.search,"__experiment_id"),r=Tl(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||ZC[(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?a_(kt,this._instance.config.custom_blocked_useragents):void 0}},YC=Fe("[PostHog ExternalIntegrations]"),XC={intercom:"intercom-integration",crispChat:"crisp-chat-integration"},np=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 YC.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(XC[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)}}},rp="[SessionRecording]",ys=Fe(rp),Dl=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 ys.error("started without valid sessionManager"),new Error(rp+" started without valid sessionManager. This is a bug.");if(this._instance.config.cookieless_mode==="always")throw new Error(rp+' cannot be used with cookieless_mode="always"')}get cr(){var e,n=!((e=this._instance.get_property(Fd))==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),ys.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 ys.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(hy)}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({[Fd]:$({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:ys.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):ys.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(Fd);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))}},Ts={},ip=()=>{},Xi="posthog",l_=!VC&&ut?.indexOf("MSIE")===-1&&ut?.indexOf("Mozilla")===-1,ey=t=>{var e;return $({api_host:"https://us.i.posthog.com",flags_api_host:null,ui_host:null,token:"",autocapture:!0,cross_subdomain_cookie:W1(O?.location),persistence:"localStorage+cookie",persistence_name:"",loaded:ip,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:Zf},error_tracking:{},_onCapture:ip,__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))},ty=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},op=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}},Vl=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 op,this.Sr=!1,this.version=Nn.LIB_VERSION,this.Er=new Ls,this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=ey(),this.SentryIntegration=Tf,this.sentryIntegration=e=>(function(n,r){var i=Iy(n,r);return{name:Ry,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 Hf(this),this.toolbar=new Rf(this),this.scrollManager=new Qf(this),this.pageViewManager=new Ff(this),this.surveys=new qf(this),this.experiments=new tp(this),this.exceptions=new zf(this),this.rateLimiter=new Kf(this),this.requestRouter=new ep(this),this.consent=new Cf(this),this.externalIntegrations=new np(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!==Xi){var i,o=(i=Ts[r])!==null&&i!==void 0?i:new t;return o._init(e,n,r),Ts[r]=o,Ts[Xi][r]=o,o}return this._init(e,n,r)}_init(e,n,r){var i;if(n===void 0&&(n={}),N(e)||Qd(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({},ey(n.defaults),ty(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:Mn.GZipJS;var o=this.Cr();this.persistence=new As(this.config,o),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new As($({},this.config,{persistence:"sessionStorage"}),o);var s=$({},this.persistence.props),a=$({},this.sessionPersistence.props);this.register({$initialization_time:new Date().toISOString()}),this.Mr=new Yf((p=>this.Or(p)),this.config.request_queue_config),this.Ar=new Xf(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 $l(this),this.sessionPropsManager=new Fl(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)),Nn.DEBUG=Nn.DEBUG||this.config.debug,Nn.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(hr()),h=(c=n.bootstrap)!=null&&c.isIdentifiedID?f:n.bootstrap.distinctID;this.persistence.set_property(On,(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:us,$device_id:null},"");else if(!this.get_distinct_id()){var d=this.config.get_device_id(hr());this.register_once({distinct_id:d,$device_id:d},""),this.persistence.set_property(On,"anonymous")}return Oe(E,"onpagehide"in self?"pagehide":"unload",this._handle_unload.bind(this),{passive:!1}),this.toolbar.maybeLoadToolbar(),n.segment?pC(this,(()=>this.Lr())):this.Lr(),gr(this.config._onCapture)&&this.config._onCapture!==ip&&(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 Af(this),this.historyAutocapture.startIfEnabled();var r=[];r.push((()=>{new If(this).startIfEnabledOrStop()})),r.push((()=>{var i;this.siteApps=new Jf(this),(i=this.siteApps)==null||i.init()})),e||r.push((()=>{this.sessionRecording=new Dl(this),this.sessionRecording.startIfEnabledOrStop()})),this.config.disable_scroll_properties||r.push((()=>{this.scrollManager.startMeasuringScrollPosition()})),r.push((()=>{this.autocapture=new xf(this),this.autocapture.startIfEnabled()})),r.push((()=>{this.surveys.loadIfEnabled()})),r.push((()=>{this.heatmaps=new Mf(this),this.heatmaps.startIfEnabled()})),r.push((()=>{this.webVitalsAutocapture=new Lf(this)})),r.push((()=>{this.exceptionObserver=new Ef(this),this.exceptionObserver.startIfEnabled()})),r.push((()=>{this.deadClicksAutocapture=new Il(this,fC),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,Mn.GZipJS)?Mn.GZipJS:te(e.supportedCompression,Mn.Base64)?Mn.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()&&vr(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&&(l_?this.__request_queue.push(e):this.rateLimiter.isServerRateLimited(e.batchKey)||(e.transport=e.transport||this.config.api_transport,e.url=Ll(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=Ll(s.url,{_:new Date().getTime().toString(),ver:Nn.LIB_VERSION,compression:s.compression});var a=(r=s.transport)!==null&&r!==void 0?r:"fetch",l=vl.filter((u=>!s.disableTransport||!u.transport||!s.disableTransport.includes(u.transport))),c=(i=(o=dy(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=[];vr(e,(a=>{a&&(n=a[0],fe(n)?o.push(a):gr(a)?a.call(this):fe(a)&&n==="alias"?r.push(a):fe(a)&&n.indexOf("capture")!==-1&&gr(this[n])?o.push(a):i.push(a))}));var s=function(a,l){vr(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=hr(),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=j1(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===yl.DISMISSED||e===yl.SENT){var g=n?.[Yv.SURVEY_ID],v=n?.[Yv.SURVEY_ITERATION];f={id:g,current_iteration:v},localStorage.getItem(Xv(f))||localStorage.setItem(Xv(f),"true"),u.$set=$({},u.$set,{[jC({id:g,current_iteration:v},e===yl.SENT?"responded":"dismissed")]:!0})}var _=$({},u.properties.$set,u.$set);if(Qi(_)||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)&&!mn(a.distinct_id)||Qd(a.distinct_id))&&L.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),a}var c,u=RC(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===Cs.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,Qi(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=WC),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(mn(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!==us){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(_s)&&(this.unregister(_s),this.register({distinct_id:e}));var s=(this.persistence.get_property(On)||"anonymous")==="anonymous";e!==i&&s?(this.persistence.set_property(On,"identified"),this.setPersonPropertiesForFlags($({},r||{},n||{}),!1),this.capture("$identify",{distinct_id:e,$anon_distinct_id:i},{$set:n||{},$set_once:r||{}}),this.Tr=Wv(e,n,r),this.featureFlags.setAnonymousDistinctId(i)):(n||r)&&this.setPersonProperties(n,r),e!==i&&(this.reloadFeatureFlags(),this.unregister(Sl))}}else L.critical('The string "'+us+'" 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=Wv(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(On,"anonymous"),(o=this.sessionManager)==null||o.resetSessionId(),this.Tr=null,this.config.cookieless_mode==="always")this.register_once({distinct_id:us,$device_id:null},"");else{var a=this.config.get_device_id(hr());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(fy)?(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(_s,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,ty(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 As($({},this.config,{persistence:"sessionStorage"}),l);var c=this.Rr(this.config.debug);mr(c)&&(this.config.debug=c),mr(this.config.debug)&&(this.config.debug?(Nn.DEBUG=!0,Ce.H()&&Ce.G("ph_debug","true"),L.info("set_config",{config:e,oldConfig:n,newConfig:$({},this.config)})):(Nn.DEBUG=!1,Ce.H()&&Ce.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:Xi;return n!==Xi&&(n=Xi+"."+n),n}_isIdentified(){var e,n;return((e=this.persistence)==null?void 0:e.get_property(On))==="identified"||((n=this.sessionPersistence)==null?void 0:n.get_property(On))==="identified"}Gr(){var e,n;return!(this.config.person_profiles==="never"||this.config.person_profiles==="identified_only"&&!this._isIdentified()&&Qi(this.getGroups())&&((e=this.persistence)==null||(e=e.props)==null||!e[_s])&&((n=this.persistence)==null||(n=n.props)==null||!n[kl]))}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(kl,!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 $l(this),this.persistence&&(this.sessionPropsManager=new Fl(this,this.sessionManager,this.persistence)),this.sessionRecording=new Dl(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:us,$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===Ln.GRANTED?"granted":e===Ln.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?a_(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 E1(e.event)?L.warn(o+". This can cause unexpected behavior."):L.info(o),null}r.properties&&!Qi(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=mr(e)&&!e,r=Ce.H()&&Ce.q("ph_debug")==="true";return!n&&(!!r||e)}};(function(t,e){for(var n=0;n<e.length;n++)t.prototype[e[n]]=H1(t.prototype[e[n]])})(Vl,["identify"]);var ny,c_=(ny=Ts[Xi]=new Vl,(function(){function t(){t.done||(t.done=!0,l_=!1,pe(Ts,(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")})(),ny);var mp=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=c_.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 jl(t={}){return new mp(t)}function QC(){let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e="";for(let n=0;n<16;n++)e+=t[Math.floor(Math.random()*t.length)];return e}var vp=class{constructor(){j(this,"sessionId");this.sessionId=QC(),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 Ul(){return new vp}var d_={fetch:globalThis.fetch?globalThis.fetch.bind(globalThis):void 0,SubtleCrypto:globalThis.crypto?globalThis.crypto.subtle:void 0,EventSource:globalThis.EventSource};function f_(){return d_}function yp(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 Ds(t,e,n){return n===2?yp(yp(t+e)+"")%1e4/1e4:n===1?yp(e+t)%1e3/1e3:null}function JC(t){return t<=0?[]:new Array(t).fill(1/t)}function Wl(t,e){return t>=e[0]&&t<e[1]}function p_(t,e){let n=Ds("__"+e[0],t,1);return n===null?!1:n>=e[1]&&n<e[2]}function h_(t,e){for(let n=0;n<e.length;n++)if(Wl(t,e[n]))return n;return-1}function wp(t){try{let e=t.replace(/([^\\])\//g,"$1\\/");return new RegExp(e)}catch(e){console.error(e);return}}function ql(t,e){if(!e.length)return!1;let n=!1,r=!1;for(let i=0;i<e.length;i++){let o=nE(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 eE(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 tE(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=>!eE(i[0],i[1],i[2]))}catch{return!1}}function nE(t,e,n){try{let r=new URL(t,"https://_");if(e==="regex"){let i=wp(n);return i?i.test(r.href)||i.test(r.href.substring(r.origin.length)):!1}else if(e==="simple")return tE(r,n);return!1}catch{return!1}}function g_(t,e,n){e=e===void 0?1:e,e<0?e=0:e>1&&(e=1);let r=JC(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 m_(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 v_(t){try{return t()}catch(e){return console.error(e),!1}}var _p=t=>Uint8Array.from(atob(t),e=>e.charCodeAt(0));async function ai(t,e,n){if(e=e||"",n=n||globalThis.crypto&&globalThis.crypto.subtle||d_.SubtleCrypto,!n)throw new Error("No SubtleCrypto implementation found");try{let r=await n.importKey("raw",_p(e),{name:"AES-CBC",length:128},!0,["encrypt","decrypt"]),[i,o]=t.split("."),s=await n.decrypt({name:"AES-CBC",iv:_p(i)},r,_p(o));return new TextDecoder().decode(s)}catch{throw new Error("Failed to decrypt")}}function Vs(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 y_(){let t;try{t="1.6.4"}catch{t=""}return t}function __(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 u_(t){return typeof t=="object"&&t!==null}function Kl(t){return t.urlPatterns&&t.variations.some(e=>u_(e)&&"urlRedirect"in e)?"redirect":t.variations.some(e=>u_(e)&&(e.domMutations||"js"in e||"css"in e))?"visual":"unknown"}async function Gl(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},vn=f_(),ao={fetchFeaturesCall:({host:t,clientKey:e,headers:n})=>vn.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 vn.fetch(`${t}/api/eval/${e}`,i)},eventSourceCall:({host:t,clientKey:e,headers:n})=>n?new vn.EventSource(`${t}/sub/${e}`,{headers:n}):new vn.EventSource(`${t}/sub/${e}`),startIdleListener:()=>{let t;if(!(typeof window<"u"&&typeof document<"u"))return;let n=()=>{document.visibilityState==="visible"?(window.clearTimeout(t),oE()):document.visibilityState==="hidden"&&(t=window.setTimeout(iE,Ye.idleStreamInterval))};return document.addEventListener("visibilitychange",n),()=>document.removeEventListener("visibilitychange",n)},stopIdleListener:()=>{}};try{globalThis.localStorage&&(vn.localStorage=globalThis.localStorage)}catch{}var lo=new Map,w_=!1,$n=new Map,Zl=new Map,co=new Map,uo=new Set;function S_(t){Object.assign(Ye,t),Ye.backgroundSync||Ep()}async function b_({instance:t,timeout:e,skipCache:n,allowStale:r,backgroundSync:i}){return i||(Ye.backgroundSync=!1),sE({instance:t,allowStale:r,timeout:e,skipCache:n})}function rE(t){let e=Bs(t),n=lo.get(e)||new Set;n.add(t),lo.set(e,n)}function k_(t){lo.forEach(e=>e.delete(t))}function iE(){co.forEach(t=>{t&&(t.state="idle",kp(t))})}function oE(){co.forEach(t=>{t&&t.state==="idle"&&Cp(t)})}async function x_(){try{if(!vn.localStorage)return;await vn.localStorage.setItem(Ye.cacheKey,JSON.stringify(Array.from($n.entries())))}catch{}}async function sE({instance:t,allowStale:e,timeout:n,skipCache:r}){let i=Bs(t),o=Sp(t),s=new Date,a=new Date(s.getTime()-Ye.maxAge+Ye.staleTTL);await aE();let l=!Ye.disableCache&&!r?$n.get(o):void 0;return l&&(e||l.staleAt>s)&&l.staleAt>a?(l.sse&&uo.add(i),l.staleAt<s?xp(t):bp(t),{data:l.data,success:!0,source:"cache"}):await Gl(xp(t),n)||{data:null,success:!1,source:"timeout",error:new Error("Timeout")}}function Bs(t){let[e,n]=t.getApiInfo();return`${e}||${n}`}function Sp(t){let e=Bs(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 aE(){if(!w_){w_=!0;try{if(vn.localStorage){let t=await vn.localStorage.getItem(Ye.cacheKey);if(!Ye.disableCache&&t){let e=JSON.parse(t);e&&Array.isArray(e)&&e.forEach(([n,r])=>{$n.set(n,{...r,staleAt:new Date(r.staleAt)})}),C_()}}}catch{}if(!Ye.disableIdleStreams){let t=ao.startIdleListener();t&&(ao.stopIdleListener=t)}}}function C_(){let t=Array.from($n.entries()).map(([n,r])=>({key:n,staleAt:r.staleAt.getTime()})).sort((n,r)=>n.staleAt-r.staleAt),e=Math.min(Math.max(0,$n.size-Ye.maxEntries),$n.size);for(let n=0;n<e;n++)$n.delete(t[n].key)}function E_(t,e,n){let r=n.dateUpdated||"",i=new Date(Date.now()+Ye.staleTTL),o=Ye.disableCache?void 0:$n.get(e);if(o&&r&&o.version===r){o.staleAt=i,x_();return}Ye.disableCache||($n.set(e,{data:n,version:r,staleAt:i,sse:uo.has(t)}),C_()),x_();let s=lo.get(t);s&&s.forEach(a=>lE(a,n))}async function lE(t,e){await t.setPayload(e||t.getPayload())}async function xp(t){let{apiHost:e,apiRequestHeaders:n}=t.getApiHosts(),r=t.getClientKey(),i="isRemoteEval"in t&&t.isRemoteEval(),o=Bs(t),s=Sp(t),a=Zl.get(s);return a||(a=(i?ao.fetchRemoteEvalCall({host:e,clientKey:r,payload:{attributes:t.getAttributes(),forcedVariations:t.getForcedVariations(),forcedFeatures:Array.from(t.getForcedFeatures().entries()),url:t.getUrl()},headers:n}):ao.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"&&uo.add(o),c.json()}).then(c=>(E_(o,s,c),bp(t),Zl.delete(s),{data:c,success:!0,source:"network"})).catch(c=>(Zl.delete(s),{data:null,source:"error",success:!1,error:c})),Zl.set(s,a)),a}function bp(t,e=!1){let n=Bs(t),r=Sp(t),{streamingHost:i,streamingHostRequestHeaders:o}=t.getApiHosts(),s=t.getClientKey();if(e&&uo.add(n),Ye.backgroundSync&&uo.has(n)&&vn.EventSource){if(co.has(n))return;let a={src:null,host:i,clientKey:s,headers:o,cb:l=>{try{if(l.type==="features-updated"){let c=lo.get(n);c&&c.forEach(u=>{xp(u)})}else if(l.type==="features"){let c=JSON.parse(l.data);E_(n,r,c)}a.errors=0}catch{A_(a)}},errors:0,state:"active"};co.set(n,a),Cp(a)}}function A_(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);kp(t),setTimeout(()=>{["idle","active"].includes(t.state)||Cp(t)},Math.min(e,3e5))}}function kp(t){t.src&&(t.src.onopen=null,t.src.onerror=null,t.src.close(),t.src=null,t.state==="active"&&(t.state="disabled"))}function Cp(t){t.src=ao.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=()=>A_(t),t.src.onopen=()=>{t.errors=0}}function cE(t,e){kp(t),co.delete(e)}function Ep(){uo.clear(),co.forEach(cE),lo.clear(),ao.stopIdleListener()}function Yl(t,e){if(e.streaming){if(!t.getClientKey())throw new Error("Must specify clientKey to enable streaming");e.payload&&bp(t,!0),rE(t)}}var uE=/^[a-zA-Z:_][a-zA-Z0-9:_.-]*$/,Rp={revert:function(){}},ec=new Map,Ip=new Set;function dE(t){return t==="html"?{childList:!0,subtree:!0,attributes:!0,characterData:!0}:{childList:!1,subtree:!1,attributes:!0,attributeFilter:[t]}}function tc(t){var e=ec.get(t);return e||(e={element:t,attributes:{}},ec.set(t,e)),e}function nc(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,dE(e)),s}function rc(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,T_()):t!==n&&(e.isDirty=!0,T_())}function fE(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),rc(EE(e),t)}function pE(t){var e=new Set(t.originalValue.split(/\s+/).filter(Boolean));t.mutations.forEach(function(n){return n.mutate(e)}),rc(Array.from(e).filter(Boolean).join(" "),t)}function hE(t){var e=t.originalValue;t.mutations.forEach(function(n){return e=n.mutate(e)}),rc(e,t)}function gE(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 mE(t){var e=t.originalValue;t.mutations.forEach(function(n){var r=n.mutate(),i=gE(r);e=i||e}),rc(e,t)}var vE=function(e){return e.innerHTML},yE=function(e,n){return e.innerHTML=n};function I_(t){var e=tc(t);return e.html||(e.html=nc(t,"html",vE,yE,fE)),e.html}var _E=function(e){return{parentNode:e.parentElement,insertBeforeNode:e.nextElementSibling}},wE=function(e,n){n.insertBeforeNode&&!n.parentNode.contains(n.insertBeforeNode)||n.parentNode.insertBefore(e,n.insertBeforeNode)};function P_(t){var e=tc(t);return e.position||(e.position=nc(t,"position",_E,wE,mE)),e.position}var xE=function(e,n){return n?e.className=n:e.removeAttribute("class")},SE=function(e){return e.className};function N_(t){var e=tc(t);return e.classes||(e.classes=nc(t,"class",SE,xE,pE)),e.classes}var bE=function(e){return function(n){var r;return(r=n.getAttribute(e))!=null?r:null}},kE=function(e){return function(n,r){return r!==null?n.setAttribute(e,r):n.removeAttribute(e)}};function O_(t,e){var n=tc(t);return n.attributes[e]||(n.attributes[e]=nc(t,e,bE(e),kE(e),hE)),n.attributes[e]}function CE(t,e){var n=ec.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 Xl;function EE(t){return Xl||(Xl=document.createElement("div")),Xl.innerHTML=t,Xl.innerHTML}function Ql(t,e,n){if(n.isDirty){n.isDirty=!1;var r=n.virtualValue;n.mutations.length||CE(t,e),n.setValue(t,r)}}function AE(t,e){t.html&&Ql(e,"html",t.html),t.classes&&Ql(e,"class",t.classes),t.position&&Ql(e,"position",t.position),Object.keys(t.attributes).forEach(function(n){Ql(e,n,t.attributes[n])})}function T_(){ec.forEach(AE)}function TE(t,e){var n=null;t.kind==="html"?n=I_(e):t.kind==="class"?n=N_(e):t.kind==="attribute"?n=O_(e,t.attribute):t.kind==="position"&&(n=P_(e)),n&&(n.mutations.push(t),n.mutationRunner(n))}function RE(t,e){var n=null;if(t.kind==="html"?n=I_(e):t.kind==="class"?n=N_(e):t.kind==="attribute"?n=O_(e,t.attribute):t.kind==="position"&&(n=P_(e)),!!n){var r=n.mutations.indexOf(t);r!==-1&&n.mutations.splice(r,1),n.mutationRunner(n)}}function L_(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),TE(t,r))})}}function IE(t){t.elements.forEach(function(e){return RE(t,e)}),t.elements.clear(),Ip.delete(t)}function R_(){Ip.forEach(L_)}var Ap;function PE(){typeof document>"u"||(Ap||(Ap=new MutationObserver(function(){R_()})),R_(),Ap.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!1,characterData:!1}))}PE();function ic(t){return typeof document>"u"?Rp:(Ip.add(t),L_(t),{revert:function(){IE(t)}})}function Tp(t,e){return ic({kind:"html",elements:new Set,mutate:e,selector:t})}function M_(t,e){return ic({kind:"position",elements:new Set,mutate:e,selector:t})}function zs(t,e){return ic({kind:"class",elements:new Set,mutate:e,selector:t})}function Jl(t,e,n){return uE.test(e)?e==="class"||e==="className"?zs(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)})}):ic({kind:"attribute",attribute:e,elements:new Set,mutate:n,selector:t}):Rp}function NE(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 Tp(e,function(a){return a+(r??"")});if(n==="set")return Tp(e,function(){return r??""})}else if(i==="class"){if(n==="append")return zs(e,function(a){r&&a.add(r)});if(n==="remove")return zs(e,function(a){r&&a.delete(r)});if(n==="set")return zs(e,function(a){a.clear(),r&&a.add(r)})}else if(i==="position"){if(n==="set"&&o)return M_(e,function(){return{insertBeforeSelector:s,parentSelector:o}})}else{if(n==="append")return Jl(e,i,function(a){return a!==null?a+(r??""):r??""});if(n==="set")return Jl(e,i,function(){return r??""});if(n==="remove")return Jl(e,i,function(){return null})}return Rp}var OE={html:Tp,classes:zs,attribute:Jl,position:M_,declarative:NE},F_=OE;var Pp={};function _r(t,e,n){n=n||{};for(let[r,i]of Object.entries(e))switch(r){case"$or":if(!V_(t,i,n))return!1;break;case"$nor":if(V_(t,i,n))return!1;break;case"$and":if(!DE(t,i,n))return!1;break;case"$not":if(_r(t,i,n))return!1;break;default:if(!Hs(i,LE(t,r),n))return!1}return!0}function LE(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 $_(t,e=!1){let n=`${t}${e?"/i":""}`;return Pp[n]||(Pp[n]=new RegExp(t.replace(/([^\\])\//g,"$1\\/"),e?"i":void 0)),Pp[n]}function Hs(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)||!B_(t))return JSON.stringify(e)===JSON.stringify(t);for(let i in t)if(!$E(i,e,t[i],n))return!1;return!0}function B_(t){let e=Object.keys(t);return e.length>0&&e.filter(n=>n[0]==="$").length===e.length}function ME(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 FE(t,e,n){if(!Array.isArray(t))return!1;let r=B_(e)?i=>Hs(e,i,n):i=>_r(i,e,n);for(let i=0;i<t.length;i++)if(t[i]&&r(t[i]))return!0;return!1}function fo(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 D_(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(Hs(e[i],t[s],n,r)){o=!0;break}if(!o)return!1}return!0}function $E(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)?fo(e,n):!1;case"$ini":return Array.isArray(n)?fo(e,n,!0):!1;case"$inGroup":return fo(e,r[n]||[]);case"$notInGroup":return!fo(e,r[n]||[]);case"$nin":return Array.isArray(n)?!fo(e,n):!1;case"$nini":return Array.isArray(n)?!fo(e,n,!0):!1;case"$not":return!Hs(n,e,r);case"$size":return Array.isArray(e)?Hs(n,e.length,r):!1;case"$elemMatch":return FE(e,n,r);case"$all":return Array.isArray(n)?D_(e,n,r):!1;case"$alli":return Array.isArray(n)?D_(e,n,r,!0):!1;case"$regex":try{return $_(n).test(e)}catch{return!1}case"$regexi":try{return $_(n,!0).test(e)}catch{return!1}case"$type":return ME(e)===n;default:return console.error("Unknown operator: "+t),!1}}function V_(t,e,n){if(!e.length)return!0;for(let r=0;r<e.length;r++)if(_r(t,e[r],n))return!0;return!1}function DE(t,e,n){for(let r=0;r<e.length;r++)if(!_r(t,e[r],n))return!1;return!0}var VE="Feature Evaluated",BE="Experiment Viewed";function zE(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 HE(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 po(t){try{await t()}catch{}}function z_(t,e,n){if(t.user.trackedExperiments){let i=ac(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(po(()=>i(e,n,t.user)))}if(t.user.trackingCallback){let i=t.user.trackingCallback;r.push(po(()=>i(e,n)))}if(t.global.eventLogger){let i=t.global.eventLogger;r.push(po(()=>i(BE,{experimentId:e.key,variationId:n.key,hashAttribute:n.hashAttribute,hashValue:n.hashValue},t.user)))}return r}function jE(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;po(()=>r(e,n,t.user))}if(t.user.onFeatureUsage){let r=t.user.onFeatureUsage;po(()=>r(e,n))}if(t.global.eventLogger){let r=t.global.eventLogger;po(()=>r(VE,{feature:e,source:n.source,value:n.value,ruleId:n.source==="defaultValue"?"$default":n.ruleId||"",variationId:n.experimentResult?n.experimentResult.key:""},t.user))}}function oc(t,e){if(e.stack.evaluatedFeatures.has(t))return wr(e,t,null,"cyclicPrerequisite");e.stack.evaluatedFeatures.add(t),e.stack.id=t;let n=zE(e);if(n.has(t))return wr(e,t,n.get(t),"override");if(!e.global.features||!e.global.features[t])return wr(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=oc(l.id,e);if(c.source==="cyclicPrerequisite")return wr(e,t,null,"cyclicPrerequisite");let u={value:c.value};if(!_r(u,l.condition||{})){if(l.gate)return wr(e,t,null,"prerequisite");continue e}}if(o.filters&&U_(o.filters,e))continue;if("force"in o){if(o.condition&&!j_(o.condition,e)||!UE(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=>{!z_(e,l.experiment,l.result).length&&e.global.saveDeferredTrack&&e.global.saveDeferredTrack({experiment:l.experiment,result:l.result})}),wr(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}=sc(s,t,e);if(e.global.onExperimentEval&&e.global.onExperimentEval(s,a),a.inExperiment&&!a.passthrough)return wr(e,t,a.value,"experiment",o.id,s,a)}}return wr(e,t,r.defaultValue===void 0?null:r.defaultValue,"defaultValue")}function sc(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=WE(t,n),t.urlPatterns&&!ql(n.user.url||"",t.urlPatterns))return{result:Se(n,t,-1,!1,e)};let o=m_(r,n.user.url||"",i);if(o!==null)return{result:Se(n,t,o,!1,e)};let s=HE(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}=li(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}=GE({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(U_(t.filters,n))return{result:Se(n,t,-1,!1,e)}}else if(t.namespace&&!p_(l,t.namespace))return{result:Se(n,t,-1,!1,e)};if(t.include&&!v_(t.include))return{result:Se(n,t,-1,!1,e)};if(t.condition&&!j_(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=oc(d.id,n);if(p.source==="cyclicPrerequisite")return{result:Se(n,t,-1,!1,e)};let m={value:p.value};if(!_r(m,d.condition||{}))return{result:Se(n,t,-1,!1,e)}}}if(t.groups&&!KE(t.groups,n))return{result:Se(n,t,-1,!1,e)}}if(t.url&&!qE(t.url,n))return{result:Se(n,t,-1,!1,e)};let h=Ds(t.seed||r,l,t.hashVersion||1);if(h===null)return{result:Se(n,t,-1,!1,e)};if(!u){let x=t.ranges||g_(i,t.coverage===void 0?1:t.coverage,t.weights);c=h_(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}=YE(n,a,Vs(l),{[Np(t.key,t.bucketVersion)]:g.key});x&&(n.user.stickyBucketAssignmentDocs=n.user.stickyBucketAssignmentDocs||{},n.user.stickyBucketAssignmentDocs[d]=p,n.user.saveStickyBucketAssignmentDoc(p))}let v=z_(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 wr(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"&&jE(t,e,a),a}function H_(t){return{...t.user.attributes,...t.user.attributeOverrides}}function j_(t,e){return _r(H_(e),t,e.global.savedGroups||{})}function U_(t,e){return t.some(n=>{let{hashValue:r}=li(e,n.attribute);if(!r)return!0;let i=Ds(n.seed,r,n.hashVersion||2);return i===null?!0:!n.ranges.some(o=>Wl(i,o))})}function UE(t,e,n,r,i,o,s){if(!i&&o===void 0)return!0;if(!i&&o===0)return!1;let{hashValue:a}=li(t,n,r);if(!a)return!1;let l=Ds(e,a,s||1);return l===null?!1:i?Wl(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}=li(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 WE(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=wp(t.url))),t}function li(t,e,n){let r=e||"id",i="",o=H_(t);return o[r]&&(i=o[r]),!i&&n&&(o[n]&&(i=o[n]),i&&(r=n)),{hashAttribute:r,hashValue:i}}function qE(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 KE(t,e){let n=e.global.groups||{};for(let r=0;r<t.length;r++)if(n[t[r]])return!0;return!1}function GE({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=Np(e,n),l=ZE(t,r,i);if(o>0)for(let f=0;f<o;f++){let h=Np(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 Np(t,e){return e=e||0,`${t}__${e}`}function Op(t,e){return`${t}||${e}`}function ZE(t,e,n){if(!t.user.stickyBucketAssignmentDocs)return{};let{hashAttribute:r,hashValue:i}=li(t,e),o=Op(r,Vs(i)),{hashAttribute:s,hashValue:a}=li(t,n),l=a?Op(s,Vs(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 YE(t,e,n,r){let i=Op(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 XE(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 W_(t,e,n){let r=Lp(t,n);return e.getAllAssignments(r)}function Lp(t,e){let n={};return XE(t,e).forEach(i=>{let{hashValue:o}=li(t,i);n[i]=Vs(o)}),n}async function q_(t,e,n){if(t={...t},t.encryptedFeatures){try{t.features=JSON.parse(await ai(t.encryptedFeatures,e,n))}catch(r){console.error(r)}delete t.encryptedFeatures}if(t.encryptedExperiments){try{t.experiments=JSON.parse(await ai(t.encryptedExperiments,e,n))}catch(r){console.error(r)}delete t.encryptedExperiments}if(t.encryptedSavedGroups){try{t.savedGroups=JSON.parse(await ai(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 ac(t,e){return e.hashAttribute+e.hashValue+t.key+e.variationId}var ho=typeof window<"u"&&typeof document<"u",QE=y_(),js=class{constructor(e){if(e=e||{},this.version=QE,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),ho&&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 q_(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,Yl(this,e),this}async init(e){if(this._initialized=!0,e=e||{},e.cacheSettings&&S_(e.cacheSettings),e.payload)return await this.setPayload(e.payload),Yl(this,e),{success:!0,source:"init"};{let{data:n,...r}=await this._refresh({...e,allowStale:!0});return Yl(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 b_({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 ai(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 ai(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,k_(this),e.destroyAllStreams&&Ep(),this.logs=[],ho&&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}=sc(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}=sc(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=Kl(e);if(l==="redirect"&&o.value.urlRedirect&&e.urlPatterns){let c=e.persistQueryString?__(this._getContextUrl(),o.value.urlRedirect):o.value.urlRedirect;if(ql(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(ho)Promise.all([...s?[Gl(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&&Kl(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 oc(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=>[ac(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(ac(e.experiment,e.result),e)}_getContextUrl(){return this._options.url||(ho?window.location.href:"")}_isAutoExperimentBlockedByContext(e){let n=Kl(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}:ho?{navigate:e=>{window.location.replace(e)},delay:100}:{navigate:null,delay:0}}_applyDOMChanges(e){if(!ho)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(F_.declarative(r).revert)}),()=>{n.forEach(r=>r())}}async refreshStickyBuckets(e){if(this._options.stickyBucketService){let n=this._getEvalContext(),r=await W_(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=Lp(r,n);return e.getAllAssignmentsSync(i)}inDevMode(){return!!this._options.enableDevMode}};var JE="https://experiment.syntrologie.com",Mp=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 js({...e,apiHost:e.apiHost??JE,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 lc(t={}){return new Mp(t)}var xr=ee(Et(),1);var zp=!1;function a0(){if(typeof window>"u")return!1;try{return new URLSearchParams(window.location.search).get("syntro_debug")==="true"}catch{return!1}}function Hp(t){if(a0()){zp=!0;return}zp=t??!1}function gA(){return a0()?!0:zp}function F(t,e,n){gA()&&(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 fc(t,e,n){n!==void 0?console.error(`[${t}]`,e,n):console.error(`[${t}]`,e)}var mA=t=>[...t].sort((e,n)=>(e.order??0)-(n.order??0));function jp({fetcher:t,pollIntervalMs:e=3e4,experiments:n,runtime:r}){let[i,o]=(0,xr.useState)({tiles:[],actions:[],isLoading:!0}),s=(0,xr.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:mA(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,xr.useEffect)(()=>{if(s(),!e)return;let a=setInterval(s,e);return()=>clearInterval(a)},[s,e]),(0,xr.useMemo)(()=>i,[i])}var Dn=ee(Et(),1);var d0=ee(Et(),1),Ee=ee(ve(),1);function bA({trend:t}){let e=t.direction==="up",n=t.direction==="down";return(0,Ee.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,Ee.jsx)(()=>(0,Ee.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,Ee.jsx)("path",{d:"M5 1v8M5 1L2 4M5 1l3 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),{}),t.value,t.timeframe&&(0,Ee.jsx)("span",{style:{color:"var(--sc-color-text-muted, #8e8e93)"},children:t.timeframe})]})}function kA({data:t,color:e}){let{path:n,width:r,height:i}=(0,d0.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,Ee.jsxs)("svg",{width:r,height:i,viewBox:`0 0 ${r} ${i}`,style:{overflow:"visible"},children:[(0,Ee.jsx)("path",{d:n,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),(0,Ee.jsx)("defs",{children:(0,Ee.jsxs)("linearGradient",{id:"sparkline-gradient",x1:"0",x2:"0",y1:"0",y2:"1",children:[(0,Ee.jsx)("stop",{offset:"0%",stopColor:e,stopOpacity:"0.3"}),(0,Ee.jsx)("stop",{offset:"100%",stopColor:e,stopOpacity:"0"})]})}),(0,Ee.jsx)("path",{d:`${n} L ${r-2} ${i} L 2 ${i} Z`,fill:"url(#sparkline-gradient)"})]}):null}function Up({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,Ee.jsxs)("div",{style:r,children:[(0,Ee.jsxs)("div",{style:i,children:[t.prefix&&(0,Ee.jsx)("span",{style:s,children:t.prefix}),(0,Ee.jsx)("span",{style:o,children:t.value}),t.suffix&&(0,Ee.jsx)("span",{style:s,children:t.suffix})]}),(0,Ee.jsx)("p",{style:a,children:t.label}),(t.trend||t.sparkline)&&(0,Ee.jsxs)("div",{style:l,children:[t.trend&&(0,Ee.jsx)(bA,{trend:t.trend}),t.sparkline&&t.sparkline.length>1&&(0,Ee.jsx)(kA,{data:t.sparkline,color:n})]})]})}var pt=ee(ve(),1);function CA({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 Wp({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)(CA,{item:a,accentColor:n,layout:r},l))})}var hc=ee(Et(),1),ae=ee(ve(),1);function EA({value:t,maxValue:e,onChange:n,color:r}){let[i,o]=(0,hc.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 AA({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 TA({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 RA({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 qp({content:t,onSubmit:e,accentColor:n}){let[r,i]=(0,hc.useState)(null),[o,s]=(0,hc.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)(EA,{value:r,maxValue:l,onChange:c,color:a}),t.variant==="thumbs"&&(0,ae.jsx)(AA,{value:r,onChange:c,color:a}),t.variant==="nps"&&(0,ae.jsx)(TA,{value:r,maxValue:l,onChange:c,color:a}),t.variant==="emoji"&&(0,ae.jsx)(RA,{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 Kp({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 Ws=ee(Et(),1),ie=ee(ve(),1),IA={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 PA({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 NA(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 Gp({content:t,onDismiss:e,accentColor:n}){let[r,i]=(0,Ws.useState)(!1),[o,s]=(0,Ws.useState)(t.type==="warning"?t.countdown??null:null);(0,Ws.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=NA(t.type),c=IA[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)(PA,{onClick:a,color:l.text})]})}var mo=ee(ve(),1);function OA(t){return["alert","success","warning","info","error"].includes(t.type)}function LA(t){return t.type==="stats"}function MA(t){return t.type==="comparison"}function FA(t){return t.type==="rating"}function $A(t){return t.type==="checklist"}function f0(t,e={}){return OA(t)?(0,mo.jsx)(Gp,{content:t,accentColor:e.accentColor,onDismiss:e.onDismiss}):LA(t)?(0,mo.jsx)(Up,{content:t,accentColor:e.accentColor}):MA(t)?(0,mo.jsx)(Wp,{content:t,accentColor:e.accentColor}):FA(t)?(0,mo.jsx)(qp,{content:t,accentColor:e.accentColor,onSubmit:e.onRatingSubmit}):$A(t)?(0,mo.jsx)(Kp,{content:t,accentColor:e.accentColor}):null}function p0(t){return["alert","success","warning","info","error","stats","comparison","chart","table","form","rating","progress","survey","checklist","video","gallery","code"].includes(t)}var be={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"},ci="1.0.0";function Yt(t,e){return{ts:Date.now(),name:t,source:"canvas",props:e,schemaVersion:ci}}function DA(t){return Yt(be.CANVAS_OPENED,{surface:t})}function VA(t){return Yt(be.CANVAS_CLOSED,{surface:t})}function BA(t,e){return Yt(be.TILE_VIEWED,{tileId:t,surface:e})}function zA(t,e){return Yt(be.TILE_EXPANDED,{tileId:t,surface:e})}function HA(t,e){return Yt(be.TILE_COLLAPSED,{tileId:t,surface:e})}function jA(t,e,n){return Yt(be.TILE_ACTION,{tileId:t,actionId:e,surface:n})}function UA(t,e){return Yt(be.OVERLAY_STARTED,{recipeId:t,recipeName:e})}function WA(t,e){return Yt(be.OVERLAY_COMPLETED,{recipeId:t,recipeName:e})}function qA(t,e,n){return Yt(be.OVERLAY_DISMISSED,{recipeId:t,recipeName:e,stepIndex:n})}function KA(t,e,n){return Yt(be.OVERLAY_STEP_VIEWED,{recipeId:t,stepIndex:e,stepTitle:n})}function GA(t,e){let n=t.startsWith("canvas.")?t:`canvas.${t}`;return Yt(n,e)}var Xt={canvasOpened:DA,canvasClosed:VA,tileViewed:BA,tileExpanded:zA,tileCollapsed:HA,tileAction:jA,overlayStarted:UA,overlayCompleted:WA,overlayDismissed:qA,overlayStepViewed:KA,custom:GA};var ht=ee(Et(),1),_0=ee(ve(),1),Zp=(0,ht.createContext)({runtime:null,context:null});function gc({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,_0.jsx)(Zp.Provider,{value:i,children:e})}function yn(){let{runtime:t}=(0,ht.useContext)(Zp);return t}function qs(){let{context:t}=(0,ht.useContext)(Zp);return t}function mc(){return qs()?.page??null}function h0(){return qs()?.session??null}function g0(){return qs()?.viewport??null}function m0(t,e,n=[]){let r=yn();(0,ht.useEffect)(()=>r?t?r.events.subscribe(t,e):r.events.subscribe(e):void 0,[r,...n])}function v0(){return yn()?.state??null}function y0(t,e){let n=yn(),[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 ZA({config:t,telemetry:e,surface:n}){let[r,i]=(0,Dn.useState)([{author:"Lumi",text:"Hi! Need clarity on a deduction?"}]),[o,s]=(0,Dn.useState)(""),a=yn(),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=Xt.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 YA({renderer:t,config:e,surface:n,telemetry:r,isExpanded:i,runtime:o}){let s=(0,Dn.useRef)(null);return(0,Dn.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 vo({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=yn(),h=(0,Dn.useCallback)(w=>{if(n?.trackAction(w,t.id,e),f){let b=Xt.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(p0(c.type)){let w=f0(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)(ZA,{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)(YA,{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 Zn=ee(Et(),1),cm=ee(Fu(),1);var we=ee(ve(),1),DS="syntro-launcher-styles";function JR(){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 eI={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 cm({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,Zn.useState)(!1),[x,d]=(0,Zn.useState)(null),p=yn(),m={...eI,...h},y=(0,Zn.useCallback)(V=>{let X=x===V;if(d(X?null:V),p){let B=X?Xt.tileCollapsed(V,"overlay"):Xt.tileExpanded(V,"overlay");p.events.publish(B.name,B.props,B.source)}},[x,p]);(0,Zn.useEffect)(()=>{t&&a.forEach(V=>{if(n?.trackRectangleViewed(V.id,"overlay"),p){let X=Xt.tileViewed(V.id,"overlay");p.events.publish(X.name,X.props,X.source)}})},[n,p,t,a]),(0,Zn.useEffect)(()=>{_(!0),JR()},[]);let w=(0,Zn.useCallback)(()=>{let V=!t;if(V?n?.trackCanvasOpened("overlay"):n?.trackCanvasClosed("overlay"),p){let X=V?Xt.canvasOpened("overlay"):Xt.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)(vo,{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)(vo,{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,um.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,um.createPortal)(le,document.body):null]}):null}var Ur=ee(Et(),1);var jr=ee(ve(),1);function tI({tiles:t,intervalMs:e=7e3,telemetry:n}){let[r,i]=(0,Ur.useState)(0),o=(0,Ur.useMemo)(()=>[...t].filter(s=>s.size!=="half").sort((s,a)=>(s.order??0)-(a.order??0)),[t]);return(0,Ur.useEffect)(()=>{n?.trackCanvasOpened("wheel")},[n]),(0,Ur.useEffect)(()=>{if(o.length<=1)return;let s=setInterval(()=>{i(a=>(a+1)%o.length)},e);return()=>clearInterval(s)},[o,e]),(0,Ur.useEffect)(()=>{let s=o[r];s&&n?.trackRectangleViewed(s.id,"wheel")},[r,o,n]),o.length?(0,jr.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,jr.jsx)("div",{className:"flex transition-transform duration-700 ease-out",style:{transform:`translateX(-${r*100}%)`,width:`${o.length*100}%`},children:o.map(s=>(0,jr.jsx)("div",{className:"w-full shrink-0 px-4",children:(0,jr.jsx)(vo,{config:{...s,size:"half"},surface:"wheel",telemetry:n})},s.id))}),(0,jr.jsx)("div",{className:"mt-4 flex justify-center gap-2",children:o.map((s,a)=>(0,jr.jsx)("button",{className:`h-2 w-6 rounded-full ${a===r?"bg-slate-800":"bg-slate-300"}`,onClick:()=>i(a)},s.id))})]}):null}var $c=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)}},dm=t=>new $c(t);var an=ee(Et(),1);var nI=["api.syntrologie.com","cdn.syntrologie.com","localhost","127.0.0.1"];function rI(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):nI.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 iI(t){if(typeof window>"u")return!1;try{return new URL(t).origin===window.location.origin}catch{return!1}}var Dc=({configUri:t,experiments:e,featureKey:n="smart-canvas-config-uri"})=>{if(t)return t;let r=e?.getFeatureValue?.(n,null);if(r)return r},Ci=({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=Dc({configUri:t,experiments:e,featureKey:n});if(!o)return F("SmartCanvas Config","No config available \u2014 returning empty config"),{tiles:[],overlays:[]};if(!rI(o))throw new Error(`SmartCanvas: config URI not allowed: ${o}`);let s=r??(iI(o)?"include":"omit"),a=await fetch(o,{credentials:s,headers:{"X-SDK-Version":ll,"X-SDK-Schema-Version":In}});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 Da=ee(ve(),1);function oI(t,e){return t?t.include?.length?t.include.some(n=>VS(n,e)):t.exclude?.length?!t.exclude.some(n=>VS(n,e)):!0:!0}function VS(t,e){if(t.endsWith("/*")){let n=t.slice(0,-2);return e===n||e.startsWith(n+"/")}return e===t}function fm({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,Da.jsx)(gu,{runtime:u,children:(0,Da.jsx)(BS,{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,Da.jsx)(BS,{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 BS({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,an.useState)(t.getState().open),w=mu(),[b,k]=(0,an.useState)(()=>typeof window<"u"?window.location.pathname:"/"),C=w?.url?new URL(w.url).pathname:b;(0,an.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,an.useMemo)(()=>e||Ci({configUri:n,experiments:a,featureKey:r,configFeatureKey:i,credentials:o}),[e,n,a,r,i,o]),A=jp({fetcher:I,pollIntervalMs:s,experiments:a,runtime:u}),H=A.tiles.length>0&&!A.error;(0,an.useEffect)(()=>t.subscribe(W=>y(W.open)),[t]),(0,an.useEffect)(()=>{!H&&t.getState().open&&t.setOpen(!1)},[t,H]),(0,an.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,an.useMemo)(()=>{let W=A.theme;return W?{...W,...p}:p},[A.theme,p]),Y=oI(A.routes,C);return!A.isLoading&&(!H||!Y)?null:(0,Da.jsx)(cm,{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 WS=ee(HS(),1);var qS=ee(ve(),1),jS="smart-canvas",US=`
34
+ `,document.head.appendChild(t)}var eI={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 um({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,Zn.useState)(!1),[x,d]=(0,Zn.useState)(null),p=yn(),m={...eI,...h},y=(0,Zn.useCallback)(V=>{let X=x===V;if(d(X?null:V),p){let B=X?Xt.tileCollapsed(V,"overlay"):Xt.tileExpanded(V,"overlay");p.events.publish(B.name,B.props,B.source)}},[x,p]);(0,Zn.useEffect)(()=>{t&&a.forEach(V=>{if(n?.trackRectangleViewed(V.id,"overlay"),p){let X=Xt.tileViewed(V.id,"overlay");p.events.publish(X.name,X.props,X.source)}})},[n,p,t,a]),(0,Zn.useEffect)(()=>{_(!0),JR()},[]);let w=(0,Zn.useCallback)(()=>{let V=!t;if(V?n?.trackCanvasOpened("overlay"):n?.trackCanvasClosed("overlay"),p){let X=V?Xt.canvasOpened("overlay"):Xt.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)(vo,{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)(vo,{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,cm.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,cm.createPortal)(le,document.body):null]}):null}var Ur=ee(Et(),1);var jr=ee(ve(),1);function tI({tiles:t,intervalMs:e=7e3,telemetry:n}){let[r,i]=(0,Ur.useState)(0),o=(0,Ur.useMemo)(()=>[...t].filter(s=>s.size!=="half").sort((s,a)=>(s.order??0)-(a.order??0)),[t]);return(0,Ur.useEffect)(()=>{n?.trackCanvasOpened("wheel")},[n]),(0,Ur.useEffect)(()=>{if(o.length<=1)return;let s=setInterval(()=>{i(a=>(a+1)%o.length)},e);return()=>clearInterval(s)},[o,e]),(0,Ur.useEffect)(()=>{let s=o[r];s&&n?.trackRectangleViewed(s.id,"wheel")},[r,o,n]),o.length?(0,jr.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,jr.jsx)("div",{className:"flex transition-transform duration-700 ease-out",style:{transform:`translateX(-${r*100}%)`,width:`${o.length*100}%`},children:o.map(s=>(0,jr.jsx)("div",{className:"w-full shrink-0 px-4",children:(0,jr.jsx)(vo,{config:{...s,size:"half"},surface:"wheel",telemetry:n})},s.id))}),(0,jr.jsx)("div",{className:"mt-4 flex justify-center gap-2",children:o.map((s,a)=>(0,jr.jsx)("button",{className:`h-2 w-6 rounded-full ${a===r?"bg-slate-800":"bg-slate-300"}`,onClick:()=>i(a)},s.id))})]}):null}var $u=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)}},dm=t=>new $u(t);var an=ee(Et(),1);var nI=["api.syntrologie.com","cdn.syntrologie.com","localhost","127.0.0.1"];function rI(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):nI.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 iI(t){if(typeof window>"u")return!1;try{return new URL(t).origin===window.location.origin}catch{return!1}}var Du=({configUri:t,experiments:e,featureKey:n="smart-canvas-config-uri"})=>{if(t)return t;let r=e?.getFeatureValue?.(n,null);if(r)return r},Ci=({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=Du({configUri:t,experiments:e,featureKey:n});if(!o)return F("SmartCanvas Config","No config available \u2014 returning empty config"),{tiles:[],overlays:[]};if(!rI(o))throw new Error(`SmartCanvas: config URI not allowed: ${o}`);let s=r??(iI(o)?"include":"omit"),a=await fetch(o,{credentials:s,headers:{"X-SDK-Version":ll,"X-SDK-Schema-Version":In}});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 Da=ee(ve(),1);function oI(t,e){return t?t.include?.length?t.include.some(n=>VS(n,e)):t.exclude?.length?!t.exclude.some(n=>VS(n,e)):!0:!0}function VS(t,e){if(t.endsWith("/*")){let n=t.slice(0,-2);return e===n||e.startsWith(`${n}/`)}return e===t}function fm({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,Da.jsx)(gc,{runtime:c,children:(0,Da.jsx)(BS,{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,Da.jsx)(BS,{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 BS({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,an.useState)(t.getState().open),w=mc(),[b,k]=(0,an.useState)(()=>typeof window<"u"?window.location.pathname:"/"),C=w?.url?new URL(w.url).pathname:b;(0,an.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,an.useMemo)(()=>e||Ci({configUri:n,experiments:a,featureKey:r,configFeatureKey:i,credentials:o}),[e,n,a,r,i,o]),A=jp({fetcher:I,pollIntervalMs:s,experiments:a,runtime:c}),H=A.tiles.length>0&&!A.error;(0,an.useEffect)(()=>t.subscribe(W=>y(W.open)),[t]),(0,an.useEffect)(()=>{!H&&t.getState().open&&t.setOpen(!1)},[t,H]),(0,an.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,an.useMemo)(()=>{let W=A.theme;return W?{...W,...p}:p},[A.theme,p]),Y=oI(A.routes,C);return!A.isLoading&&(!H||!Y)?null:(0,Da.jsx)(um,{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 WS=ee(HS(),1);var qS=ee(ve(),1),jS="smart-canvas",US=`
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
- `,sI=()=>{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},Wr,qr,Va,Yn,Kr,Xn,Ko,Vc=class extends HTMLElement{constructor(){super();ur(this,Wr);ur(this,qr);ur(this,Va);ur(this,Yn);ur(this,Kr,null);ur(this,Xn,null);ur(this,Ko,{});fn(this,Wr,this.attachShadow({mode:"open",delegatesFocus:!0})),fn(this,qr,document.createElement("div")),xe(this,qr).setAttribute("part","mount"),xe(this,Wr).appendChild(xe(this,qr)),fn(this,Va,sI()),fn(this,Yn,dm()),this.applyBaseStyles()}connectedCallback(){this.style.setProperty("font-family","inherit")}disconnectedCallback(){xe(this,Kr)?.unmount(),fn(this,Kr,null)}getMountNode(){return xe(this,qr)}getController(){return xe(this,Yn)}getOverlayRoot(){return xe(this,Va)}open(){xe(this,Yn).setOpen(!0)}close(){xe(this,Yn).setOpen(!1)}toggle(){xe(this,Yn).toggle()}registerComponent(n,r){fn(this,Ko,{...xe(this,Ko),[n]:r}),this.render()}setOverrideFetcher(n){xe(this,Xn)&&(fn(this,Xn,{...xe(this,Xn),fetcher:n}),this.render())}mountReactApp(n){fn(this,Xn,n),this.render()}render(){!this.isConnected||!xe(this,Xn)||(xe(this,Kr)||fn(this,Kr,(0,WS.createRoot)(xe(this,qr))),xe(this,Kr).render((0,qS.jsx)(fm,{...xe(this,Xn),controller:xe(this,Yn),canvasHost:this,customRenderers:xe(this,Ko)})))}applyBaseStyles(){if(xe(this,Wr).adoptedStyleSheets!==void 0){let n=new CSSStyleSheet;n.replaceSync(US),xe(this,Wr).adoptedStyleSheets=[n]}else{let n=document.createElement("style");n.textContent=US,xe(this,Wr).appendChild(n)}}};Wr=new WeakMap,qr=new WeakMap,Va=new WeakMap,Yn=new WeakMap,Kr=new WeakMap,Xn=new WeakMap,Ko=new WeakMap;var hm=()=>{typeof window>"u"||customElements.get(jS)||customElements.define(jS,Vc)};var Bc=ee(Et(),1),KS=ee(Fc(),1);function aI({element:t,children:e}){let[n,r]=(0,Bc.useState)(null);return(0,Bc.useLayoutEffect)(()=>{if(!t){r(null);return}return r(t.getMountNode()),()=>r(null)},[t]),n?(0,KS.createPortal)(e,n):null}var GS={timeout:300,className:"sc-anti-flicker",style:"opacity: 0 !important"};function ZS(t={}){let{timeout:e,className:n,style:r}={...GS,...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 YS(t={}){let{className:e,style:n}={...GS,...t};return`
47
+ `,sI=()=>{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},Wr,qr,Va,Yn,Kr,Xn,Ko,Vu=class extends HTMLElement{constructor(){super();cr(this,Wr);cr(this,qr);cr(this,Va);cr(this,Yn);cr(this,Kr,null);cr(this,Xn,null);cr(this,Ko,{});fn(this,Wr,this.attachShadow({mode:"open",delegatesFocus:!0})),fn(this,qr,document.createElement("div")),xe(this,qr).setAttribute("part","mount"),xe(this,Wr).appendChild(xe(this,qr)),fn(this,Va,sI()),fn(this,Yn,dm()),this.applyBaseStyles()}connectedCallback(){this.style.setProperty("font-family","inherit")}disconnectedCallback(){xe(this,Kr)?.unmount(),fn(this,Kr,null)}getMountNode(){return xe(this,qr)}getController(){return xe(this,Yn)}getOverlayRoot(){return xe(this,Va)}open(){xe(this,Yn).setOpen(!0)}close(){xe(this,Yn).setOpen(!1)}toggle(){xe(this,Yn).toggle()}registerComponent(n,r){fn(this,Ko,{...xe(this,Ko),[n]:r}),this.render()}setOverrideFetcher(n){xe(this,Xn)&&(fn(this,Xn,{...xe(this,Xn),fetcher:n}),this.render())}mountReactApp(n){fn(this,Xn,n),this.render()}render(){!this.isConnected||!xe(this,Xn)||(xe(this,Kr)||fn(this,Kr,(0,WS.createRoot)(xe(this,qr))),xe(this,Kr).render((0,qS.jsx)(fm,{...xe(this,Xn),controller:xe(this,Yn),canvasHost:this,customRenderers:xe(this,Ko)})))}applyBaseStyles(){if(xe(this,Wr).adoptedStyleSheets!==void 0){let n=new CSSStyleSheet;n.replaceSync(US),xe(this,Wr).adoptedStyleSheets=[n]}else{let n=document.createElement("style");n.textContent=US,xe(this,Wr).appendChild(n)}}};Wr=new WeakMap,qr=new WeakMap,Va=new WeakMap,Yn=new WeakMap,Kr=new WeakMap,Xn=new WeakMap,Ko=new WeakMap;var hm=()=>{typeof window>"u"||customElements.get(jS)||customElements.define(jS,Vu)};var Bu=ee(Et(),1),KS=ee(Fu(),1);function aI({element:t,children:e}){let[n,r]=(0,Bu.useState)(null);return(0,Bu.useLayoutEffect)(()=>{if(!t){r(null);return}return r(t.getMountNode()),()=>r(null)},[t]),n?(0,KS.createPortal)(e,n):null}var GS={timeout:300,className:"sc-anti-flicker",style:"opacity: 0 !important"};function ZS(t={}){let{timeout:e,className:n,style:r}={...GS,...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 YS(t={}){let{className:e,style:n}={...GS,...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 XS="https://cdn.syntrologie.com/editor-sdk/latest/editor-sdk.js",QS=["cdn.syntrologie.com","api.syntrologie.com","dev-api.syntrologie.com","localhost","127.0.0.1",".syntrologie.com"];function lI(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=QS.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:QS,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 uI=()=>{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},cI=()=>{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)},JS=()=>uI()?"editor":cI()?"audit":null;function dI(){if(typeof window>"u")return null;let t=new URLSearchParams(window.location.search);return t.get("editor_token")||t.get("audit_token")}var eb=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||XS,a=dI();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===XS,hasApiBase:!!i,tokenPrefix:a.slice(0,10)+"..."}),!lI(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 zc=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=ZS(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=JS();u&&(console.log(`[SmartCanvas] Loading editor SDK for ${u} mode`),eb(t.editorUrl).catch(console.error)),hm();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??Ci({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 zc(t)}});var S={};ov(S,{BRAND:()=>$I,DIRTY:()=>Ei,EMPTY_PATH:()=>gI,INVALID:()=>U,NEVER:()=>xP,OK:()=>nt,ParseStatus:()=>Ze,Schema:()=>J,ZodAny:()=>Yr,ZodArray:()=>tr,ZodBigInt:()=>Ti,ZodBoolean:()=>Ri,ZodBranded:()=>za,ZodCatch:()=>Bi,ZodDate:()=>Ii,ZodDefault:()=>Vi,ZodDiscriminatedUnion:()=>Uc,ZodEffects:()=>qt,ZodEnum:()=>$i,ZodError:()=>wt,ZodFirstPartyTypeKind:()=>q,ZodFunction:()=>qc,ZodIntersection:()=>Li,ZodIssueCode:()=>T,ZodLazy:()=>Mi,ZodLiteral:()=>Fi,ZodMap:()=>Jo,ZodNaN:()=>ts,ZodNativeEnum:()=>Di,ZodNever:()=>ln,ZodNull:()=>Ni,ZodNullable:()=>An,ZodNumber:()=>Ai,ZodObject:()=>xt,ZodOptional:()=>Ut,ZodParsedType:()=>M,ZodPipeline:()=>Ha,ZodPromise:()=>Xr,ZodReadonly:()=>zi,ZodRecord:()=>Wc,ZodSchema:()=>J,ZodSet:()=>es,ZodString:()=>Zr,ZodSymbol:()=>Xo,ZodTransformer:()=>qt,ZodTuple:()=>En,ZodType:()=>J,ZodUndefined:()=>Pi,ZodUnion:()=>Oi,ZodUnknown:()=>er,ZodVoid:()=>Qo,addIssueToContext:()=>P,any:()=>qI,array:()=>YI,bigint:()=>zI,boolean:()=>db,coerce:()=>wP,custom:()=>lb,date:()=>HI,datetimeRegex:()=>sb,defaultErrorMap:()=>Qn,discriminatedUnion:()=>eP,effect:()=>fP,enum:()=>uP,function:()=>sP,getErrorMap:()=>Go,getParsedType:()=>Cn,instanceof:()=>VI,intersection:()=>tP,isAborted:()=>Hc,isAsync:()=>Zo,isDirty:()=>jc,isValid:()=>Gr,late:()=>DI,lazy:()=>aP,literal:()=>lP,makeIssue:()=>Ba,map:()=>iP,nan:()=>BI,nativeEnum:()=>cP,never:()=>GI,null:()=>WI,nullable:()=>hP,number:()=>cb,object:()=>XI,objectUtil:()=>gm,oboolean:()=>_P,onumber:()=>yP,optional:()=>pP,ostring:()=>vP,pipeline:()=>mP,preprocess:()=>gP,promise:()=>dP,quotelessJson:()=>fI,record:()=>rP,set:()=>oP,setErrorMap:()=>hI,strictObject:()=>QI,string:()=>ub,symbol:()=>jI,transformer:()=>fP,tuple:()=>nP,undefined:()=>UI,union:()=>JI,unknown:()=>KI,util:()=>re,void:()=>ZI});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 gm;(function(t){t.mergeShapes=(e,n)=>({...e,...n})})(gm||(gm={}));var M=re.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Cn=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"]),fI=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 pI=(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}},Qn=pI;var tb=Qn;function hI(t){tb=t}function Go(){return tb}var Ba=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}},gI=[];function P(t,e){let n=Go(),r=Ba({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,n,n===Qn?void 0:Qn].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"}),Ei=t=>({status:"dirty",value:t}),nt=t=>({status:"valid",value:t}),Hc=t=>t.status==="aborted",jc=t=>t.status==="dirty",Gr=t=>t.status==="valid",Zo=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}},nb=(t,e)=>{if(Gr(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 Cn(e.data)}_getOrReturnCtx(e,n){return n||{common:e.parent.common,data:e.data,parsedType:Cn(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:Cn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let n=this._parse(e);if(Zo(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:Cn(e)},i=this._parseSync({data:e,path:r.path,parent:r});return nb(r,i)}"~validate"(e){let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Cn(e)};if(!this["~standard"].async)try{let r=this._parseSync({data:e,path:[],parent:n});return Gr(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=>Gr(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:Cn(e)},i=this._parse({data:e,path:r.path,parent:r}),o=await(Zo(i)?i:Promise.resolve(i));return nb(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 An.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return tr.create(this)}promise(){return Xr.create(this,this._def)}or(e){return Oi.create([this,e],this._def)}and(e){return Li.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 Vi({...Q(this._def),innerType:this,defaultValue:n,typeName:q.ZodDefault})}brand(){return new za({typeName:q.ZodBranded,type:this,...Q(this._def)})}catch(e){let n=typeof e=="function"?e:()=>e;return new Bi({...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 Ha.create(this,e)}readonly(){return zi.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},mI=/^c[^\s-]{8,}$/i,vI=/^[0-9a-z]+$/,yI=/^[0-9A-HJKMNP-TV-Z]{26}$/i,_I=/^[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,wI=/^[a-z0-9_-]{21}$/i,xI=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,SI=/^[-+]?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)?)??$/,bI=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,kI="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",mm,CI=/^(?:(?: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])$/,EI=/^(?:(?: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])$/,AI=/^(([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]))$/,TI=/^(([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])$/,RI=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,II=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,ib="((\\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])))",PI=new RegExp(`^${ib}$`);function ob(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 NI(t){return new RegExp(`^${ob(t)}$`)}function sb(t){let e=`${ib}T${ob(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 OI(t,e){return!!((e==="v4"||!e)&&CI.test(t)||(e==="v6"||!e)&&AI.test(t))}function LI(t,e){if(!xI.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 MI(t,e){return!!((e==="v4"||!e)&&EI.test(t)||(e==="v6"||!e)&&TI.test(t))}var Zr=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")bI.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")mm||(mm=new RegExp(kI,"u")),mm.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")_I.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")wI.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")mI.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")vI.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")yI.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"?sb(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"?PI.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"date",message:o.message}),r.dirty()):o.kind==="time"?NI(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"?SI.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"duration",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="ip"?OI(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"?LI(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"?MI(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"?RI.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"base64",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="base64url"?II.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}};Zr.create=t=>new Zr({checks:[],typeName:q.ZodString,coerce:t?.coerce??!1,...Q(t)});function FI(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 Ai=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"?FI(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)}};Ai.create=t=>new Ai({checks:[],typeName:q.ZodNumber,coerce:t?.coerce||!1,...Q(t)});var Ti=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}};Ti.create=t=>new Ti({checks:[],typeName:q.ZodBigInt,coerce:t?.coerce??!1,...Q(t)});var Ri=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)}};Ri.create=t=>new Ri({typeName:q.ZodBoolean,coerce:t?.coerce||!1,...Q(t)});var Ii=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}};Ii.create=t=>new Ii({checks:[],coerce:t?.coerce||!1,typeName:q.ZodDate,...Q(t)});var Xo=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)}};Xo.create=t=>new Xo({typeName:q.ZodSymbol,...Q(t)});var Pi=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)}};Pi.create=t=>new Pi({typeName:q.ZodUndefined,...Q(t)});var Ni=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)}};Ni.create=t=>new Ni({typeName:q.ZodNull,...Q(t)});var Yr=class extends J{constructor(){super(...arguments),this._any=!0}_parse(e){return nt(e.data)}};Yr.create=t=>new Yr({typeName:q.ZodAny,...Q(t)});var er=class extends J{constructor(){super(...arguments),this._unknown=!0}_parse(e){return nt(e.data)}};er.create=t=>new er({typeName:q.ZodUnknown,...Q(t)});var ln=class extends J{_parse(e){let n=this._getOrReturnCtx(e);return P(n,{code:T.invalid_type,expected:M.never,received:n.parsedType}),U}};ln.create=t=>new ln({typeName:q.ZodNever,...Q(t)});var Qo=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)}};Qo.create=t=>new Qo({typeName:q.ZodVoid,...Q(t)});var tr=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)}};tr.create=(t,e)=>new tr({type:t,minLength:null,maxLength:null,exactLength:null,typeName:q.ZodArray,...Q(e)});function Yo(t){if(t instanceof xt){let e={};for(let n in t.shape){let r=t.shape[n];e[n]=Ut.create(Yo(r))}return new xt({...t._def,shape:()=>e})}else return t instanceof tr?new tr({...t._def,type:Yo(t.element)}):t instanceof Ut?Ut.create(Yo(t.unwrap())):t instanceof An?An.create(Yo(t.unwrap())):t instanceof En?En.create(t.items.map(e=>Yo(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 ln&&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 ln){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 Yo(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 ab(re.objectKeys(this.shape))}};xt.create=(t,e)=>new xt({shape:()=>t,unknownKeys:"strip",catchall:ln.create(),typeName:q.ZodObject,...Q(e)});xt.strictCreate=(t,e)=>new xt({shape:()=>t,unknownKeys:"strict",catchall:ln.create(),typeName:q.ZodObject,...Q(e)});xt.lazycreate=(t,e)=>new xt({shape:t,unknownKeys:"strip",catchall:ln.create(),typeName:q.ZodObject,...Q(e)});var Oi=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}};Oi.create=(t,e)=>new Oi({options:t,typeName:q.ZodUnion,...Q(e)});var Jn=t=>t instanceof Mi?Jn(t.schema):t instanceof qt?Jn(t.innerType()):t instanceof Fi?[t.value]:t instanceof $i?t.options:t instanceof Di?re.objectValues(t.enum):t instanceof Vi?Jn(t._def.innerType):t instanceof Pi?[void 0]:t instanceof Ni?[null]:t instanceof Ut?[void 0,...Jn(t.unwrap())]:t instanceof An?[null,...Jn(t.unwrap())]:t instanceof za||t instanceof zi?Jn(t.unwrap()):t instanceof Bi?Jn(t._def.innerType):[],Uc=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=Jn(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 vm(t,e){let n=Cn(t),r=Cn(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=vm(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=vm(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 Li=class extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e),i=(o,s)=>{if(Hc(o)||Hc(s))return U;let a=vm(o.value,s.value);return a.valid?((jc(o)||jc(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}))}};Li.create=(t,e,n)=>new Li({left:t,right:e,typeName:q.ZodIntersection,...Q(n)});var En=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})}};En.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new En({items:t,typeName:q.ZodTuple,rest:null,...Q(e)})};var Wc=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:Zr.create(),valueType:e,typeName:q.ZodRecord,...Q(n)})}},Jo=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}}}};Jo.create=(t,e,n)=>new Jo({valueType:e,keyType:t,typeName:q.ZodMap,...Q(n)});var es=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)}};es.create=(t,e)=>new es({valueType:t,minSize:null,maxSize:null,typeName:q.ZodSet,...Q(e)});var qc=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 Ba({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,Go(),Qn].filter(u=>!!u),issueData:{code:T.invalid_arguments,argumentsError:l}})}function i(a,l){return Ba({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,Go(),Qn].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 Xr){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:En.create(e).rest(er.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||En.create([]).rest(er.create()),returns:n||er.create(),typeName:q.ZodFunction,...Q(r)})}},Mi=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})}};Mi.create=(t,e)=>new Mi({getter:t,typeName:q.ZodLazy,...Q(e)});var Fi=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}};Fi.create=(t,e)=>new Fi({value:t,typeName:q.ZodLiteral,...Q(e)});function ab(t,e){return new $i({values:t,typeName:q.ZodEnum,...Q(e)})}var $i=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})}};$i.create=ab;var Di=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}};Di.create=(t,e)=>new Di({values:t,typeName:q.ZodNativeEnum,...Q(e)});var Xr=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})))}};Xr.create=(t,e)=>new Xr({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"?Ei(l.value):n.value==="dirty"?Ei(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"?Ei(a.value):n.value==="dirty"?Ei(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(!Gr(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=>Gr(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 An=class extends J{_parse(e){return this._getType(e)===M.null?nt(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};An.create=(t,e)=>new An({innerType:t,typeName:q.ZodNullable,...Q(e)});var Vi=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}};Vi.create=(t,e)=>new Vi({innerType:t,typeName:q.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Q(e)});var Bi=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 Zo(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}};Bi.create=(t,e)=>new Bi({innerType:t,typeName:q.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Q(e)});var ts=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}}};ts.create=t=>new ts({typeName:q.ZodNaN,...Q(t)});var $I=Symbol("zod_brand"),za=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}},Ha=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(),Ei(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})}},zi=class extends J{_parse(e){let n=this._def.innerType._parse(e),r=i=>(Gr(i)&&(i.value=Object.freeze(i.value)),i);return Zo(n)?n.then(i=>r(i)):r(n)}unwrap(){return this._def.innerType}};zi.create=(t,e)=>new zi({innerType:t,typeName:q.ZodReadonly,...Q(e)});function rb(t,e){let n=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof n=="string"?{message:n}:n}function lb(t,e={},n){return t?Yr.create().superRefine((r,i)=>{let o=t(r);if(o instanceof Promise)return o.then(s=>{if(!s){let a=rb(e,r),l=a.fatal??n??!0;i.addIssue({code:"custom",...a,fatal:l})}});if(!o){let s=rb(e,r),a=s.fatal??n??!0;i.addIssue({code:"custom",...s,fatal:a})}}):Yr.create()}var DI={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 VI=(t,e={message:`Input not instance of ${t.name}`})=>lb(n=>n instanceof t,e),ub=Zr.create,cb=Ai.create,BI=ts.create,zI=Ti.create,db=Ri.create,HI=Ii.create,jI=Xo.create,UI=Pi.create,WI=Ni.create,qI=Yr.create,KI=er.create,GI=ln.create,ZI=Qo.create,YI=tr.create,XI=xt.create,QI=xt.strictCreate,JI=Oi.create,eP=Uc.create,tP=Li.create,nP=En.create,rP=Wc.create,iP=Jo.create,oP=es.create,sP=qc.create,aP=Mi.create,lP=Fi.create,uP=$i.create,cP=Di.create,dP=Xr.create,fP=qt.create,pP=Ut.create,hP=An.create,gP=qt.createWithPreprocess,mP=Ha.create,vP=()=>ub().optional(),yP=()=>cb().optional(),_P=()=>db().optional(),wP={string:(t=>Zr.create({...t,coerce:!0})),number:(t=>Ai.create({...t,coerce:!0})),boolean:(t=>Ri.create({...t,coerce:!0})),bigint:(t=>Ti.create({...t,coerce:!0})),date:(t=>Ii.create({...t,coerce:!0}))};var xP=U;var ym=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()})]),fb=S.object({kind:S.literal("tooltip"),id:S.string(),anchor:ym,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()}),pb=S.object({kind:S.literal("highlight"),id:S.string(),anchor:ym,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()}),Kc=S.object({id:S.string(),version:S.number(),routes:S.array(S.string()).optional(),steps:S.array(S.union([fb,pb]))});function SP(t){return Kc.parse(t)}var bP=({configUri:t,experiments:e,featureKey:n="smart-canvas-overlay-uri",credentials:r="include"}={})=>async()=>{let i=Dc({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 Kc.parse(s)};var hb="syntro_session_metrics",ja=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(hb);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(hb,JSON.stringify(e))}catch(e){console.warn("[SessionMetricTracker] Failed to save to sessionStorage:",e)}}};function Gc(t={}){return new ja(t)}var gb=S.object({url:S.string(),routeId:S.string().optional(),title:S.string().optional(),locale:S.string().optional()}),mb=S.object({url:S.string(),ts:S.number()}),vb=S.object({sessionId:S.string(),startTs:S.number(),pageHistory:S.array(mb).optional()}),yb=S.object({width:S.number(),height:S.number()}),_b=S.object({x:S.number(),y:S.number(),w:S.number(),h:S.number()}),wb=S.object({anchorId:S.string(),present:S.boolean(),visible:S.boolean().optional(),boundingBox:_b.optional()}),xb=S.record(S.string(),S.union([S.number(),S.string(),S.boolean(),S.undefined()])),Sb=S.object({page:gb,session:vb,viewport:yb,anchors:S.array(wb).optional(),augmented:xb.optional()});function kP(t){return Sb.safeParse(t)}function CP(){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 _m(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(bb(n,r))return}if(e.include){for(let r of e.include)if(bb(n,r))return r;return}return n}function bb(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 Ua=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=CP(),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=_m(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=_m(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=_m(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 Zc(t={}){return new Ua(t)}var wm=S.enum(["posthog","canvas","derived"]),kb=S.object({ts:S.number(),name:S.string(),source:wm,props:S.record(S.string(),S.unknown()).optional(),schemaVersion:S.string()}),Cb=S.object({names:S.array(S.string()).optional(),patterns:S.array(S.string()).optional(),sources:S.array(wm).optional()});function EP(t){return kb.safeParse(t)}function AP(t){return Cb.safeParse(t)}function xm(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 Wa=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:ui};this.publishEvent(i)}publishEvent(e){this.history.push(e),this.history.length>this.maxHistorySize&&this.history.shift();for(let n of this.subscriptions)if(xm(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=>xm(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=>xm(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 ns(t={}){return new Wa(t)}var Eb={$autocapture:"ui.click",$click:be.UI_CLICK,$scroll:be.UI_SCROLL,$input:be.UI_INPUT,$change:be.UI_CHANGE,$submit:be.UI_SUBMIT,$pageview:be.NAV_PAGE_VIEW,$pageleave:be.NAV_PAGE_LEAVE,$session_start:"session.start",$identify:"user.identify"};function TP(t){let e=t.event;if(typeof e!="string")return"posthog.unknown";if(Eb[e])return Eb[e];if(e==="$autocapture"){let n=t.properties?.$tag_name,r=t.properties?.$event_type;return r==="submit"?be.UI_SUBMIT:r==="change"?be.UI_CHANGE:n==="input"||n==="textarea"?be.UI_INPUT:be.UI_CLICK}return e.startsWith("$")?e.replace("$","posthog."):`posthog.${e}`}function RP(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 Sm(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:TP(t),source:"posthog",props:RP(t),schemaVersion:ui}}function bm(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 Yc(t){return(e,n)=>{if(typeof e!="string")return;let r={event:e,properties:n,timestamp:Date.now()};if(bm(r)){let i=Sm(r);t(i)}}}var Ab=S.object({value:S.unknown(),expiresAt:S.number().optional()}),Tb=S.object({count:S.number(),resetAt:S.number().optional()});function IP(t){return Ab.safeParse(t)}function PP(t){return Tb.safeParse(t)}var qa="dismissed:";function Rb(t,e){return{mark(n,r=!1){let i=qa+n;(r?e:t).set(i,!0)},isDismissed(n){let r=qa+n;return t.has(r)||e.has(r)},clear(n){let r=qa+n;t.remove(r),e.remove(r)},clearAll(){for(let n of t.keys())n.startsWith(qa)&&t.remove(n);for(let n of e.keys())n.startsWith(qa)&&e.remove(n)}}}var km="cooldown:";function Ib(t){return{set(e,n){let r=km+e,i=Date.now()+n;t.set(r,i)},isActive(e){return this.remaining(e)>0},remaining(e){let n=km+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=km+e;t.remove(n)}}}var Cm="freq:";function Pb(t){function e(n){let r=Cm+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=Cm+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=Cm+n;t.remove(r)},hasReachedLimit(n,r){return this.count(n)>=r}}}var NP="syntro";function Em(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 Am(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 Ka=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??NP,typeof window<"u"?(this.session=Em(typeof sessionStorage<"u"?sessionStorage:void 0,this.namespace),this.user=Em(typeof localStorage<"u"?localStorage:void 0,this.namespace)):(this.session=Am(this.namespace),this.user=Am(this.namespace)),this.dismissals=Rb(this.session,this.user),this.cooldowns=Ib(this.user),this.frequency=Pb(this.session)}ns(e){let n=`${this.namespace}:${e}`;if(!this.namespacedStorages.has(n)){let r=typeof window<"u"&&typeof sessionStorage<"u"?Em(sessionStorage,n):Am(n);this.namespacedStorages.set(n,r)}return this.namespacedStorages.get(n)}};function Xc(t={}){return new Ka(t)}var Nb=S.object({type:S.literal("page_url"),url:S.string()}),Ob=S.object({type:S.literal("route"),routeId:S.string()}),Lb=S.object({type:S.literal("anchor_visible"),anchorId:S.string(),state:S.enum(["visible","present","absent"])}),Mb=S.object({type:S.literal("event_occurred"),eventName:S.string(),withinMs:S.number().optional()}),Fb=S.object({type:S.literal("state_equals"),key:S.string(),value:S.unknown()}),$b=S.object({type:S.literal("viewport"),minWidth:S.number().optional(),maxWidth:S.number().optional(),minHeight:S.number().optional(),maxHeight:S.number().optional()}),Db=S.object({type:S.literal("session_metric"),key:S.string(),operator:S.enum(["gte","lte","eq","gt","lt"]),threshold:S.number()}),Vb=S.object({type:S.literal("dismissed"),key:S.string(),inverted:S.boolean().optional()}),Bb=S.object({type:S.literal("cooldown_active"),key:S.string(),inverted:S.boolean().optional()}),zb=S.object({type:S.literal("frequency_limit"),key:S.string(),limit:S.number(),inverted:S.boolean().optional()}),Tm=S.discriminatedUnion("type",[Nb,Ob,Lb,Mb,Fb,$b,Db,Vb,Bb,zb]),Hb=S.object({conditions:S.array(Tm),value:S.unknown()}),jb=S.object({type:S.literal("rules"),rules:S.array(Hb),default:S.unknown()}),Ub=S.object({type:S.literal("score"),field:S.string(),threshold:S.number(),above:S.unknown(),below:S.unknown()}),Wb=S.object({type:S.literal("model"),modelId:S.string(),inputs:S.array(S.string()),outputMapping:S.record(S.string(),S.unknown()),default:S.unknown()}),qb=S.object({type:S.literal("external"),endpoint:S.string(),method:S.enum(["GET","POST"]).optional(),default:S.unknown(),timeoutMs:S.number().optional()}),Rm=S.discriminatedUnion("type",[jb,Ub,Wb,qb]),Kb=S.object({include:S.array(S.string()).optional(),exclude:S.array(S.string()).optional()}),Gb=S.object({routes:Kb.optional(),strategy:Rm.optional()});function OP(t){return Tm.safeParse(t)}function LP(t){return Rm.safeParse(t)}function MP(t){return Gb.safeParse(t)}function Im(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 Pm(t,e){let n=[];for(let r of t.conditions){let i=Im(r,e);if(n.push({condition:r,result:i}),!i)return{matched:!1,conditionResults:n}}return{matched:!0,conditionResults:n}}function Ga(t,e){for(let n=0;n<t.rules.length;n++){let r=t.rules[n],{matched:i,conditionResults:o}=Pm(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 Za(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 Zb(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 Nm(t,e,n={}){let r=Zb(e,n);switch(t.type){case"rules":return Ga(t,r);case"score":return Za(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 Om(t,e,n={}){let r=Zb(e,n);switch(t.type){case"rules":return Ga(t,r);case"score":return Za(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 Qc(t){return{evaluate:(e,n)=>Nm(e,n,t),evaluateSync:(e,n)=>Om(e,n,t)}}var FP=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]);function Lm(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(!FP.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 Yb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=Lm(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=Lm(s.html))}}},Xb=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)}}},Qb=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)}}},Jb=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)}}},ek=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)}}},tk=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)}}},Mm=[{kind:"content:insertHtml",executor:Yb},{kind:"content:setText",executor:Xb},{kind:"content:setAttr",executor:Qb},{kind:"content:addClass",executor:Jb},{kind:"content:removeClass",executor:ek},{kind:"content:setStyle",executor:tk}],nk={id:"adaptive-content",version:"1.0.0",name:"Content",description:"DOM manipulation for text, attributes, and styles",executors:Mm};var rk=typeof CSS<"u"&&CSS.supports?.("clip-path","path('M0 0 H1 V1 Z')");function ik(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(!rk)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`}),rk){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 ak=["top","right","bottom","left"];var Qr=Math.min,nr=Math.max,Xa=Math.round,Qa=Math.floor,un=t=>({x:t,y:t}),$P={left:"right",right:"left",bottom:"top",top:"bottom"},DP={start:"end",end:"start"};function ed(t,e,n){return nr(t,Qr(e,n))}function Hi(t,e){return typeof t=="function"?t(e):t}function Jr(t){return t.split("-")[0]}function rs(t){return t.split("-")[1]}function Fm(t){return t==="x"?"y":"x"}function td(t){return t==="y"?"height":"width"}var VP=new Set(["top","bottom"]);function rr(t){return VP.has(Jr(t))?"y":"x"}function nd(t){return Fm(rr(t))}function lk(t,e,n){n===void 0&&(n=!1);let r=rs(t),i=nd(t),o=td(i),s=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=Ya(s)),[s,Ya(s)]}function uk(t){let e=Ya(t);return[Jc(t),e,Jc(e)]}function Jc(t){return t.replace(/start|end/g,e=>DP[e])}var ok=["left","right"],sk=["right","left"],BP=["top","bottom"],zP=["bottom","top"];function HP(t,e,n){switch(t){case"top":case"bottom":return n?e?sk:ok:e?ok:sk;case"left":case"right":return e?BP:zP;default:return[]}}function ck(t,e,n,r){let i=rs(t),o=HP(Jr(t),n==="start",r);return i&&(o=o.map(s=>s+"-"+i),e&&(o=o.concat(o.map(Jc)))),o}function Ya(t){return t.replace(/left|right|bottom|top/g,e=>$P[e])}function jP(t){return{top:0,right:0,bottom:0,left:0,...t}}function $m(t){return typeof t!="number"?jP(t):{top:t,right:t,bottom:t,left:t}}function ji(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 dk(t,e,n){let{reference:r,floating:i}=t,o=rr(e),s=nd(e),a=td(s),l=Jr(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(rs(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 hk(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}=Hi(e,t),v=$m(g),x=a[h?f==="floating"?"reference":"floating":f],d=ji(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=ji(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 gk=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}=dk(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?_:hk},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}=dk(u,h,l)),x=-1)}return{x:c,y:f,placement:h,strategy:i,middlewareData:g}},mk=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}=Hi(t,e)||{};if(u==null)return{};let f=$m(c),h={x:n,y:r},g=nd(i),v=td(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=Qr(f[d],I),H=Qr(f[p],I),K=A,Y=k-_[v]-H,W=k/2-_[v]/2+C,le=ed(K,W,Y),V=!l.arrow&&rs(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 vk=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}=Hi(t,e);if((n=o.arrow)!=null&&n.alignmentOffset)return{};let d=Jr(i),p=rr(a),m=Jr(a)===a,y=await(l.isRTL==null?void 0:l.isRTL(u.floating)),w=h||(m||!_?[Ya(a)]:uk(a)),b=v!=="none";!h&&b&&w.push(...ck(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=lk(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!==rr(le):!1)||A.every(B=>rr(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=rr(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 fk(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function pk(t){return ak.some(e=>t[e]>=0)}var yk=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){let{rects:n,platform:r}=e,{strategy:i="referenceHidden",...o}=Hi(t,e);switch(i){case"referenceHidden":{let s=await r.detectOverflow(e,{...o,elementContext:"reference"}),a=fk(s,n.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:pk(a)}}}case"escaped":{let s=await r.detectOverflow(e,{...o,altBoundary:!0}),a=fk(s,n.floating);return{data:{escapedOffsets:a,escaped:pk(a)}}}default:return{}}}}};var UP=new Set(["left","top"]);async function WP(t,e){let{placement:n,platform:r,elements:i}=t,o=await(r.isRTL==null?void 0:r.isRTL(i.floating)),s=Jr(n),a=rs(n),l=rr(n)==="y",u=UP.has(s)?-1:1,c=o&&l?-1:1,f=Hi(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 _k=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 WP(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}}}}},wk=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}=Hi(t,e),c={x:n,y:r},f=await o.detectOverflow(e,u),h=rr(Jr(i)),g=Fm(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=ed(m,v,y)}if(a){let d=h==="y"?"top":"left",p=h==="y"?"bottom":"right",m=_+f[d],y=_-f[p];_=ed(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 rd(){return typeof window<"u"}function Ui(t){return Sk(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=(Sk(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Sk(t){return rd()?t instanceof Node||t instanceof St(t).Node:!1}function Kt(t){return rd()?t instanceof Element||t instanceof St(t).Element:!1}function dn(t){return rd()?t instanceof HTMLElement||t instanceof St(t).HTMLElement:!1}function xk(t){return!rd()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof St(t).ShadowRoot}var qP=new Set(["inline","contents"]);function os(t){let{overflow:e,overflowX:n,overflowY:r,display:i}=Gt(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!qP.has(i)}var KP=new Set(["table","td","th"]);function bk(t){return KP.has(Ui(t))}var GP=[":popover-open",":modal"];function Ja(t){return GP.some(e=>{try{return t.matches(e)}catch{return!1}})}var ZP=["transform","translate","scale","rotate","perspective"],YP=["transform","translate","scale","rotate","perspective","filter"],XP=["paint","layout","strict","content"];function id(t){let e=od(),n=Kt(t)?Gt(t):t;return ZP.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)||YP.some(r=>(n.willChange||"").includes(r))||XP.some(r=>(n.contain||"").includes(r))}function kk(t){let e=ir(t);for(;dn(e)&&!Wi(e);){if(id(e))return e;if(Ja(e))return null;e=ir(e)}return null}function od(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var QP=new Set(["html","body","#document"]);function Wi(t){return QP.has(Ui(t))}function Gt(t){return St(t).getComputedStyle(t)}function el(t){return Kt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function ir(t){if(Ui(t)==="html")return t;let e=t.assignedSlot||t.parentNode||xk(t)&&t.host||cn(t);return xk(e)?e.host:e}function Ck(t){let e=ir(t);return Wi(e)?t.ownerDocument?t.ownerDocument.body:t.body:dn(e)&&os(e)?e:Ck(e)}function is(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);let i=Ck(t),o=i===((r=t.ownerDocument)==null?void 0:r.body),s=St(i);if(o){let a=sd(s);return e.concat(s,s.visualViewport||[],os(i)?i:[],a&&n?is(a):[])}return e.concat(i,is(i,[],n))}function sd(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function Rk(t){let e=Gt(t),n=parseFloat(e.width)||0,r=parseFloat(e.height)||0,i=dn(t),o=i?t.offsetWidth:n,s=i?t.offsetHeight:r,a=Xa(n)!==o||Xa(r)!==s;return a&&(n=o,r=s),{width:n,height:r,$:a}}function Vm(t){return Kt(t)?t:t.contextElement}function ss(t){let e=Vm(t);if(!dn(e))return un(1);let n=e.getBoundingClientRect(),{width:r,height:i,$:o}=Rk(e),s=(o?Xa(n.width):n.width)/r,a=(o?Xa(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var JP=un(0);function Ik(t){let e=St(t);return!od()||!e.visualViewport?JP:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function e2(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==St(t)?!1:e}function qi(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);let i=t.getBoundingClientRect(),o=Vm(t),s=un(1);e&&(r?Kt(r)&&(s=ss(r)):s=ss(t));let a=e2(o,n,r)?Ik(o):un(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,_=sd(v);for(;_&&r&&g!==v;){let x=ss(_),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(_),_=sd(v)}}return ji({width:c,height:f,x:l,y:u})}function ad(t,e){let n=el(t).scrollLeft;return e?e.left+n:qi(cn(t)).left+n}function Pk(t,e){let n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-ad(t,n),i=n.top+e.scrollTop;return{x:r,y:i}}function t2(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},u=un(1),c=un(0),f=dn(r);if((f||!f&&!o)&&((Ui(r)!=="body"||os(s))&&(l=el(r)),dn(r))){let g=qi(r);u=ss(r),c.x=g.x+r.clientLeft,c.y=g.y+r.clientTop}let h=s&&!f&&!o?Pk(s,l):un(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 n2(t){return Array.from(t.getClientRects())}function r2(t){let e=cn(t),n=el(t),r=t.ownerDocument.body,i=nr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),o=nr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-n.scrollLeft+ad(t),a=-n.scrollTop;return Gt(r).direction==="rtl"&&(s+=nr(e.clientWidth,r.clientWidth)-i),{width:i,height:o,x:s,y:a}}var Ek=25;function i2(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 c=od();(!c||c&&e==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let u=ad(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<=Ek&&(o-=v)}else u<=Ek&&(o+=u);return{width:o,height:s,x:a,y:l}}var o2=new Set(["absolute","fixed"]);function s2(t,e){let n=qi(t,!0,e==="fixed"),r=n.top+t.clientTop,i=n.left+t.clientLeft,o=dn(t)?ss(t):un(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 Ak(t,e,n){let r;if(e==="viewport")r=i2(t,n);else if(e==="document")r=r2(cn(t));else if(Kt(e))r=s2(e,n);else{let i=Ik(t);r={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return ji(r)}function Nk(t,e){let n=ir(t);return n===e||!Kt(n)||Wi(n)?!1:Gt(n).position==="fixed"||Nk(n,e)}function a2(t,e){let n=e.get(t);if(n)return n;let r=is(t,[],!1).filter(a=>Kt(a)&&Ui(a)!=="body"),i=null,o=Gt(t).position==="fixed",s=o?ir(t):t;for(;Kt(s)&&!Wi(s);){let a=Gt(s),l=id(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&o2.has(i.position)||os(s)&&!l&&Nk(t,s))?r=r.filter(c=>c!==s):i=a,s=ir(s)}return e.set(t,r),r}function l2(t){let{element:e,boundary:n,rootBoundary:r,strategy:i}=t,s=[...n==="clippingAncestors"?Ja(e)?[]:a2(e,this._c):[].concat(n),r],a=s[0],l=s.reduce((u,c)=>{let f=Ak(e,c,i);return u.top=nr(f.top,u.top),u.right=Qr(f.right,u.right),u.bottom=Qr(f.bottom,u.bottom),u.left=nr(f.left,u.left),u},Ak(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function u2(t){let{width:e,height:n}=Rk(t);return{width:e,height:n}}function c2(t,e,n){let r=dn(e),i=cn(e),o=n==="fixed",s=qi(t,!0,o,e),a={scrollLeft:0,scrollTop:0},l=un(0);function u(){l.x=ad(i)}if(r||!r&&!o)if((Ui(e)!=="body"||os(i))&&(a=el(e)),r){let g=qi(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?Pk(i,a):un(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 Dm(t){return Gt(t).position==="static"}function Tk(t,e){if(!dn(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 Ok(t,e){let n=St(t);if(Ja(t))return n;if(!dn(t)){let i=ir(t);for(;i&&!Wi(i);){if(Kt(i)&&!Dm(i))return i;i=ir(i)}return n}let r=Tk(t,e);for(;r&&bk(r)&&Dm(r);)r=Tk(r,e);return r&&Wi(r)&&Dm(r)&&!id(r)?n:r||kk(t)||n}var d2=async function(t){let e=this.getOffsetParent||Ok,n=this.getDimensions,r=await n(t.floating);return{reference:c2(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function f2(t){return Gt(t).direction==="rtl"}var p2={convertOffsetParentRelativeRectToViewportRelativeRect:t2,getDocumentElement:cn,getClippingRect:l2,getOffsetParent:Ok,getElementRects:d2,getClientRects:n2,getDimensions:u2,getScale:ss,isElement:Kt,isRTL:f2};function Lk(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function h2(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 u=t.getBoundingClientRect(),{left:c,top:f,width:h,height:g}=u;if(a||e(),!h||!g)return;let v=Qa(f),_=Qa(i.clientWidth-(c+h)),x=Qa(i.clientHeight-(f+g)),d=Qa(c),m={rootMargin:-v+"px "+-_+"px "+-x+"px "+-d+"px",threshold:nr(0,Qr(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&&!Lk(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 ld(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=Vm(t),c=i||o?[...u?is(u):[],...is(e)]:[];c.forEach(d=>{i&&d.addEventListener("scroll",n,{passive:!0}),o&&d.addEventListener("resize",n)});let f=u&&a?h2(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?qi(t):null;l&&x();function x(){let d=qi(t);_&&!Lk(_,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 ud=_k;var cd=wk,dd=vk;var Mk=yk,Fk=mk;var fd=(t,e,n)=>{let r=new Map,i={platform:p2,...n},o={...i.platform,_c:r};return gk(t,e,{...i,platform:o})};var g2=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(!g2.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 m2(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 $k(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=[ud(n.offsetPx??8),dd(),cd({padding:8}),Mk(),Fk({element:l})],c=n.placement&&n.placement!=="auto"?n.placement:"top",f=ld(t,o,async()=>{let d=m2(t),p=await fd(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 Bm=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 XS="https://cdn.syntrologie.com/editor-sdk/latest/editor-sdk.js",QS=["cdn.syntrologie.com","api.syntrologie.com","dev-api.syntrologie.com","localhost","127.0.0.1",".syntrologie.com"];function lI(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=QS.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:QS,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 cI=()=>{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},uI=()=>{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)},JS=()=>cI()?"editor":uI()?"audit":null;function dI(){if(typeof window>"u")return null;let t=new URLSearchParams(window.location.search);return t.get("editor_token")||t.get("audit_token")}var eb=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||XS,a=dI();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===XS,hasApiBase:!!i,tokenPrefix:`${a.slice(0,10)}...`}),!lI(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 zu=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=ZS(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=JS();c&&(console.log(`[SmartCanvas] Loading editor SDK for ${c} mode`),eb(t.editorUrl).catch(console.error)),hm();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??Ci({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 zu(t)}});var S={};ov(S,{BRAND:()=>$I,DIRTY:()=>Ei,EMPTY_PATH:()=>gI,INVALID:()=>U,NEVER:()=>xP,OK:()=>nt,ParseStatus:()=>Ze,Schema:()=>J,ZodAny:()=>Yr,ZodArray:()=>tr,ZodBigInt:()=>Ti,ZodBoolean:()=>Ri,ZodBranded:()=>za,ZodCatch:()=>Bi,ZodDate:()=>Ii,ZodDefault:()=>Vi,ZodDiscriminatedUnion:()=>Uu,ZodEffects:()=>qt,ZodEnum:()=>$i,ZodError:()=>wt,ZodFirstPartyTypeKind:()=>q,ZodFunction:()=>qu,ZodIntersection:()=>Li,ZodIssueCode:()=>T,ZodLazy:()=>Mi,ZodLiteral:()=>Fi,ZodMap:()=>Jo,ZodNaN:()=>ts,ZodNativeEnum:()=>Di,ZodNever:()=>ln,ZodNull:()=>Ni,ZodNullable:()=>An,ZodNumber:()=>Ai,ZodObject:()=>xt,ZodOptional:()=>Ut,ZodParsedType:()=>M,ZodPipeline:()=>Ha,ZodPromise:()=>Xr,ZodReadonly:()=>zi,ZodRecord:()=>Wu,ZodSchema:()=>J,ZodSet:()=>es,ZodString:()=>Zr,ZodSymbol:()=>Xo,ZodTransformer:()=>qt,ZodTuple:()=>En,ZodType:()=>J,ZodUndefined:()=>Pi,ZodUnion:()=>Oi,ZodUnknown:()=>er,ZodVoid:()=>Qo,addIssueToContext:()=>P,any:()=>qI,array:()=>YI,bigint:()=>zI,boolean:()=>db,coerce:()=>wP,custom:()=>lb,date:()=>HI,datetimeRegex:()=>sb,defaultErrorMap:()=>Qn,discriminatedUnion:()=>eP,effect:()=>fP,enum:()=>cP,function:()=>sP,getErrorMap:()=>Go,getParsedType:()=>Cn,instanceof:()=>VI,intersection:()=>tP,isAborted:()=>Hu,isAsync:()=>Zo,isDirty:()=>ju,isValid:()=>Gr,late:()=>DI,lazy:()=>aP,literal:()=>lP,makeIssue:()=>Ba,map:()=>iP,nan:()=>BI,nativeEnum:()=>uP,never:()=>GI,null:()=>WI,nullable:()=>hP,number:()=>ub,object:()=>XI,objectUtil:()=>gm,oboolean:()=>_P,onumber:()=>yP,optional:()=>pP,ostring:()=>vP,pipeline:()=>mP,preprocess:()=>gP,promise:()=>dP,quotelessJson:()=>fI,record:()=>rP,set:()=>oP,setErrorMap:()=>hI,strictObject:()=>QI,string:()=>cb,symbol:()=>jI,transformer:()=>fP,tuple:()=>nP,undefined:()=>UI,union:()=>JI,unknown:()=>KI,util:()=>re,void:()=>ZI});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 gm;(function(t){t.mergeShapes=(e,n)=>({...e,...n})})(gm||(gm={}));var M=re.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Cn=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"]),fI=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 pI=(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}},Qn=pI;var tb=Qn;function hI(t){tb=t}function Go(){return tb}var Ba=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}},gI=[];function P(t,e){let n=Go(),r=Ba({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,n,n===Qn?void 0:Qn].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"}),Ei=t=>({status:"dirty",value:t}),nt=t=>({status:"valid",value:t}),Hu=t=>t.status==="aborted",ju=t=>t.status==="dirty",Gr=t=>t.status==="valid",Zo=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}},nb=(t,e)=>{if(Gr(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 Cn(e.data)}_getOrReturnCtx(e,n){return n||{common:e.parent.common,data:e.data,parsedType:Cn(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:Cn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let n=this._parse(e);if(Zo(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:Cn(e)},i=this._parseSync({data:e,path:r.path,parent:r});return nb(r,i)}"~validate"(e){let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Cn(e)};if(!this["~standard"].async)try{let r=this._parseSync({data:e,path:[],parent:n});return Gr(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=>Gr(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:Cn(e)},i=this._parse({data:e,path:r.path,parent:r}),o=await(Zo(i)?i:Promise.resolve(i));return nb(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 An.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return tr.create(this)}promise(){return Xr.create(this,this._def)}or(e){return Oi.create([this,e],this._def)}and(e){return Li.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 Vi({...Q(this._def),innerType:this,defaultValue:n,typeName:q.ZodDefault})}brand(){return new za({typeName:q.ZodBranded,type:this,...Q(this._def)})}catch(e){let n=typeof e=="function"?e:()=>e;return new Bi({...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 Ha.create(this,e)}readonly(){return zi.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},mI=/^c[^\s-]{8,}$/i,vI=/^[0-9a-z]+$/,yI=/^[0-9A-HJKMNP-TV-Z]{26}$/i,_I=/^[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,wI=/^[a-z0-9_-]{21}$/i,xI=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,SI=/^[-+]?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)?)??$/,bI=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,kI="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",mm,CI=/^(?:(?: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])$/,EI=/^(?:(?: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])$/,AI=/^(([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]))$/,TI=/^(([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])$/,RI=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,II=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,ib="((\\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])))",PI=new RegExp(`^${ib}$`);function ob(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 NI(t){return new RegExp(`^${ob(t)}$`)}function sb(t){let e=`${ib}T${ob(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 OI(t,e){return!!((e==="v4"||!e)&&CI.test(t)||(e==="v6"||!e)&&AI.test(t))}function LI(t,e){if(!xI.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 MI(t,e){return!!((e==="v4"||!e)&&EI.test(t)||(e==="v6"||!e)&&TI.test(t))}var Zr=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")bI.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")mm||(mm=new RegExp(kI,"u")),mm.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")_I.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")wI.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")mI.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")vI.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")yI.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"?sb(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"?PI.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{code:T.invalid_string,validation:"date",message:o.message}),r.dirty()):o.kind==="time"?NI(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"?SI.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"duration",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="ip"?OI(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"?LI(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"?MI(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"?RI.test(e.data)||(i=this._getOrReturnCtx(e,i),P(i,{validation:"base64",code:T.invalid_string,message:o.message}),r.dirty()):o.kind==="base64url"?II.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}};Zr.create=t=>new Zr({checks:[],typeName:q.ZodString,coerce:t?.coerce??!1,...Q(t)});function FI(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 Ai=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"?FI(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)}};Ai.create=t=>new Ai({checks:[],typeName:q.ZodNumber,coerce:t?.coerce||!1,...Q(t)});var Ti=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}};Ti.create=t=>new Ti({checks:[],typeName:q.ZodBigInt,coerce:t?.coerce??!1,...Q(t)});var Ri=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)}};Ri.create=t=>new Ri({typeName:q.ZodBoolean,coerce:t?.coerce||!1,...Q(t)});var Ii=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}};Ii.create=t=>new Ii({checks:[],coerce:t?.coerce||!1,typeName:q.ZodDate,...Q(t)});var Xo=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)}};Xo.create=t=>new Xo({typeName:q.ZodSymbol,...Q(t)});var Pi=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)}};Pi.create=t=>new Pi({typeName:q.ZodUndefined,...Q(t)});var Ni=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)}};Ni.create=t=>new Ni({typeName:q.ZodNull,...Q(t)});var Yr=class extends J{constructor(){super(...arguments),this._any=!0}_parse(e){return nt(e.data)}};Yr.create=t=>new Yr({typeName:q.ZodAny,...Q(t)});var er=class extends J{constructor(){super(...arguments),this._unknown=!0}_parse(e){return nt(e.data)}};er.create=t=>new er({typeName:q.ZodUnknown,...Q(t)});var ln=class extends J{_parse(e){let n=this._getOrReturnCtx(e);return P(n,{code:T.invalid_type,expected:M.never,received:n.parsedType}),U}};ln.create=t=>new ln({typeName:q.ZodNever,...Q(t)});var Qo=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)}};Qo.create=t=>new Qo({typeName:q.ZodVoid,...Q(t)});var tr=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)}};tr.create=(t,e)=>new tr({type:t,minLength:null,maxLength:null,exactLength:null,typeName:q.ZodArray,...Q(e)});function Yo(t){if(t instanceof xt){let e={};for(let n in t.shape){let r=t.shape[n];e[n]=Ut.create(Yo(r))}return new xt({...t._def,shape:()=>e})}else return t instanceof tr?new tr({...t._def,type:Yo(t.element)}):t instanceof Ut?Ut.create(Yo(t.unwrap())):t instanceof An?An.create(Yo(t.unwrap())):t instanceof En?En.create(t.items.map(e=>Yo(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 ln&&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 ln){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 Yo(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 ab(re.objectKeys(this.shape))}};xt.create=(t,e)=>new xt({shape:()=>t,unknownKeys:"strip",catchall:ln.create(),typeName:q.ZodObject,...Q(e)});xt.strictCreate=(t,e)=>new xt({shape:()=>t,unknownKeys:"strict",catchall:ln.create(),typeName:q.ZodObject,...Q(e)});xt.lazycreate=(t,e)=>new xt({shape:t,unknownKeys:"strip",catchall:ln.create(),typeName:q.ZodObject,...Q(e)});var Oi=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}};Oi.create=(t,e)=>new Oi({options:t,typeName:q.ZodUnion,...Q(e)});var Jn=t=>t instanceof Mi?Jn(t.schema):t instanceof qt?Jn(t.innerType()):t instanceof Fi?[t.value]:t instanceof $i?t.options:t instanceof Di?re.objectValues(t.enum):t instanceof Vi?Jn(t._def.innerType):t instanceof Pi?[void 0]:t instanceof Ni?[null]:t instanceof Ut?[void 0,...Jn(t.unwrap())]:t instanceof An?[null,...Jn(t.unwrap())]:t instanceof za||t instanceof zi?Jn(t.unwrap()):t instanceof Bi?Jn(t._def.innerType):[],Uu=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=Jn(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 vm(t,e){let n=Cn(t),r=Cn(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=vm(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=vm(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 Li=class extends J{_parse(e){let{status:n,ctx:r}=this._processInputParams(e),i=(o,s)=>{if(Hu(o)||Hu(s))return U;let a=vm(o.value,s.value);return a.valid?((ju(o)||ju(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}))}};Li.create=(t,e,n)=>new Li({left:t,right:e,typeName:q.ZodIntersection,...Q(n)});var En=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})}};En.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new En({items:t,typeName:q.ZodTuple,rest:null,...Q(e)})};var Wu=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:Zr.create(),valueType:e,typeName:q.ZodRecord,...Q(n)})}},Jo=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}}}};Jo.create=(t,e,n)=>new Jo({valueType:e,keyType:t,typeName:q.ZodMap,...Q(n)});var es=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)}};es.create=(t,e)=>new es({valueType:t,minSize:null,maxSize:null,typeName:q.ZodSet,...Q(e)});var qu=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 Ba({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,Go(),Qn].filter(c=>!!c),issueData:{code:T.invalid_arguments,argumentsError:l}})}function i(a,l){return Ba({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,Go(),Qn].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 Xr){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:En.create(e).rest(er.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||En.create([]).rest(er.create()),returns:n||er.create(),typeName:q.ZodFunction,...Q(r)})}},Mi=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})}};Mi.create=(t,e)=>new Mi({getter:t,typeName:q.ZodLazy,...Q(e)});var Fi=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}};Fi.create=(t,e)=>new Fi({value:t,typeName:q.ZodLiteral,...Q(e)});function ab(t,e){return new $i({values:t,typeName:q.ZodEnum,...Q(e)})}var $i=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})}};$i.create=ab;var Di=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}};Di.create=(t,e)=>new Di({values:t,typeName:q.ZodNativeEnum,...Q(e)});var Xr=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})))}};Xr.create=(t,e)=>new Xr({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"?Ei(l.value):n.value==="dirty"?Ei(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"?Ei(a.value):n.value==="dirty"?Ei(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(!Gr(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=>Gr(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 An=class extends J{_parse(e){return this._getType(e)===M.null?nt(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};An.create=(t,e)=>new An({innerType:t,typeName:q.ZodNullable,...Q(e)});var Vi=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}};Vi.create=(t,e)=>new Vi({innerType:t,typeName:q.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Q(e)});var Bi=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 Zo(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}};Bi.create=(t,e)=>new Bi({innerType:t,typeName:q.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Q(e)});var ts=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}}};ts.create=t=>new ts({typeName:q.ZodNaN,...Q(t)});var $I=Symbol("zod_brand"),za=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}},Ha=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(),Ei(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})}},zi=class extends J{_parse(e){let n=this._def.innerType._parse(e),r=i=>(Gr(i)&&(i.value=Object.freeze(i.value)),i);return Zo(n)?n.then(i=>r(i)):r(n)}unwrap(){return this._def.innerType}};zi.create=(t,e)=>new zi({innerType:t,typeName:q.ZodReadonly,...Q(e)});function rb(t,e){let n=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof n=="string"?{message:n}:n}function lb(t,e={},n){return t?Yr.create().superRefine((r,i)=>{let o=t(r);if(o instanceof Promise)return o.then(s=>{if(!s){let a=rb(e,r),l=a.fatal??n??!0;i.addIssue({code:"custom",...a,fatal:l})}});if(!o){let s=rb(e,r),a=s.fatal??n??!0;i.addIssue({code:"custom",...s,fatal:a})}}):Yr.create()}var DI={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 VI=(t,e={message:`Input not instance of ${t.name}`})=>lb(n=>n instanceof t,e),cb=Zr.create,ub=Ai.create,BI=ts.create,zI=Ti.create,db=Ri.create,HI=Ii.create,jI=Xo.create,UI=Pi.create,WI=Ni.create,qI=Yr.create,KI=er.create,GI=ln.create,ZI=Qo.create,YI=tr.create,XI=xt.create,QI=xt.strictCreate,JI=Oi.create,eP=Uu.create,tP=Li.create,nP=En.create,rP=Wu.create,iP=Jo.create,oP=es.create,sP=qu.create,aP=Mi.create,lP=Fi.create,cP=$i.create,uP=Di.create,dP=Xr.create,fP=qt.create,pP=Ut.create,hP=An.create,gP=qt.createWithPreprocess,mP=Ha.create,vP=()=>cb().optional(),yP=()=>ub().optional(),_P=()=>db().optional(),wP={string:(t=>Zr.create({...t,coerce:!0})),number:(t=>Ai.create({...t,coerce:!0})),boolean:(t=>Ri.create({...t,coerce:!0})),bigint:(t=>Ti.create({...t,coerce:!0})),date:(t=>Ii.create({...t,coerce:!0}))};var xP=U;var ym=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()})]),fb=S.object({kind:S.literal("tooltip"),id:S.string(),anchor:ym,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()}),pb=S.object({kind:S.literal("highlight"),id:S.string(),anchor:ym,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()}),Ku=S.object({id:S.string(),version:S.number(),routes:S.array(S.string()).optional(),steps:S.array(S.union([fb,pb]))});function SP(t){return Ku.parse(t)}var bP=({configUri:t,experiments:e,featureKey:n="smart-canvas-overlay-uri",credentials:r="include"}={})=>async()=>{let i=Du({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 Ku.parse(s)};var hb="syntro_session_metrics",ja=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(hb);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(hb,JSON.stringify(e))}catch(e){console.warn("[SessionMetricTracker] Failed to save to sessionStorage:",e)}}};function Gu(t={}){return new ja(t)}var gb=S.object({url:S.string(),routeId:S.string().optional(),title:S.string().optional(),locale:S.string().optional()}),mb=S.object({url:S.string(),ts:S.number()}),vb=S.object({sessionId:S.string(),startTs:S.number(),pageHistory:S.array(mb).optional()}),yb=S.object({width:S.number(),height:S.number()}),_b=S.object({x:S.number(),y:S.number(),w:S.number(),h:S.number()}),wb=S.object({anchorId:S.string(),present:S.boolean(),visible:S.boolean().optional(),boundingBox:_b.optional()}),xb=S.record(S.string(),S.union([S.number(),S.string(),S.boolean(),S.undefined()])),Sb=S.object({page:gb,session:vb,viewport:yb,anchors:S.array(wb).optional(),augmented:xb.optional()});function kP(t){return Sb.safeParse(t)}function CP(){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 _m(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(bb(n,r))return}if(e.include){for(let r of e.include)if(bb(n,r))return r;return}return n}function bb(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 Ua=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=CP(),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=_m(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=_m(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=_m(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 Zu(t={}){return new Ua(t)}var wm=S.enum(["posthog","canvas","derived"]),kb=S.object({ts:S.number(),name:S.string(),source:wm,props:S.record(S.string(),S.unknown()).optional(),schemaVersion:S.string()}),Cb=S.object({names:S.array(S.string()).optional(),patterns:S.array(S.string()).optional(),sources:S.array(wm).optional()});function EP(t){return kb.safeParse(t)}function AP(t){return Cb.safeParse(t)}function xm(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 Wa=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:ci};this.publishEvent(i)}publishEvent(e){this.history.push(e),this.history.length>this.maxHistorySize&&this.history.shift();for(let n of this.subscriptions)if(xm(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=>xm(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=>xm(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 ns(t={}){return new Wa(t)}var Eb={$autocapture:"ui.click",$click:be.UI_CLICK,$scroll:be.UI_SCROLL,$input:be.UI_INPUT,$change:be.UI_CHANGE,$submit:be.UI_SUBMIT,$pageview:be.NAV_PAGE_VIEW,$pageleave:be.NAV_PAGE_LEAVE,$session_start:"session.start",$identify:"user.identify"};function TP(t){let e=t.event;if(typeof e!="string")return"posthog.unknown";if(Eb[e])return Eb[e];if(e==="$autocapture"){let n=t.properties?.$tag_name,r=t.properties?.$event_type;return r==="submit"?be.UI_SUBMIT:r==="change"?be.UI_CHANGE:n==="input"||n==="textarea"?be.UI_INPUT:be.UI_CLICK}return e.startsWith("$")?e.replace("$","posthog."):`posthog.${e}`}function RP(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 Sm(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:TP(t),source:"posthog",props:RP(t),schemaVersion:ci}}function bm(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 Yu(t){return(e,n)=>{if(typeof e!="string")return;let r={event:e,properties:n,timestamp:Date.now()};if(bm(r)){let i=Sm(r);t(i)}}}var Ab=S.object({value:S.unknown(),expiresAt:S.number().optional()}),Tb=S.object({count:S.number(),resetAt:S.number().optional()});function IP(t){return Ab.safeParse(t)}function PP(t){return Tb.safeParse(t)}var km="cooldown:";function Rb(t){return{set(e,n){let r=km+e,i=Date.now()+n;t.set(r,i)},isActive(e){return this.remaining(e)>0},remaining(e){let n=km+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=km+e;t.remove(n)}}}var qa="dismissed:";function Ib(t,e){return{mark(n,r=!1){let i=qa+n;(r?e:t).set(i,!0)},isDismissed(n){let r=qa+n;return t.has(r)||e.has(r)},clear(n){let r=qa+n;t.remove(r),e.remove(r)},clearAll(){for(let n of t.keys())n.startsWith(qa)&&t.remove(n);for(let n of e.keys())n.startsWith(qa)&&e.remove(n)}}}var Cm="freq:";function Pb(t){function e(n){let r=Cm+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=Cm+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=Cm+n;t.remove(r)},hasReachedLimit(n,r){return this.count(n)>=r}}}var NP="syntro";function Em(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 Am(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 Ka=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??NP,typeof window<"u"?(this.session=Em(typeof sessionStorage<"u"?sessionStorage:void 0,this.namespace),this.user=Em(typeof localStorage<"u"?localStorage:void 0,this.namespace)):(this.session=Am(this.namespace),this.user=Am(this.namespace)),this.dismissals=Ib(this.session,this.user),this.cooldowns=Rb(this.user),this.frequency=Pb(this.session)}ns(e){let n=`${this.namespace}:${e}`;if(!this.namespacedStorages.has(n)){let r=typeof window<"u"&&typeof sessionStorage<"u"?Em(sessionStorage,n):Am(n);this.namespacedStorages.set(n,r)}return this.namespacedStorages.get(n)}};function Xu(t={}){return new Ka(t)}var Nb=S.object({type:S.literal("page_url"),url:S.string()}),Ob=S.object({type:S.literal("route"),routeId:S.string()}),Lb=S.object({type:S.literal("anchor_visible"),anchorId:S.string(),state:S.enum(["visible","present","absent"])}),Mb=S.object({type:S.literal("event_occurred"),eventName:S.string(),withinMs:S.number().optional()}),Fb=S.object({type:S.literal("state_equals"),key:S.string(),value:S.unknown()}),$b=S.object({type:S.literal("viewport"),minWidth:S.number().optional(),maxWidth:S.number().optional(),minHeight:S.number().optional(),maxHeight:S.number().optional()}),Db=S.object({type:S.literal("session_metric"),key:S.string(),operator:S.enum(["gte","lte","eq","gt","lt"]),threshold:S.number()}),Vb=S.object({type:S.literal("dismissed"),key:S.string(),inverted:S.boolean().optional()}),Bb=S.object({type:S.literal("cooldown_active"),key:S.string(),inverted:S.boolean().optional()}),zb=S.object({type:S.literal("frequency_limit"),key:S.string(),limit:S.number(),inverted:S.boolean().optional()}),Tm=S.discriminatedUnion("type",[Nb,Ob,Lb,Mb,Fb,$b,Db,Vb,Bb,zb]),Hb=S.object({conditions:S.array(Tm),value:S.unknown()}),jb=S.object({type:S.literal("rules"),rules:S.array(Hb),default:S.unknown()}),Ub=S.object({type:S.literal("score"),field:S.string(),threshold:S.number(),above:S.unknown(),below:S.unknown()}),Wb=S.object({type:S.literal("model"),modelId:S.string(),inputs:S.array(S.string()),outputMapping:S.record(S.string(),S.unknown()),default:S.unknown()}),qb=S.object({type:S.literal("external"),endpoint:S.string(),method:S.enum(["GET","POST"]).optional(),default:S.unknown(),timeoutMs:S.number().optional()}),Rm=S.discriminatedUnion("type",[jb,Ub,Wb,qb]),Kb=S.object({include:S.array(S.string()).optional(),exclude:S.array(S.string()).optional()}),Gb=S.object({routes:Kb.optional(),strategy:Rm.optional()});function OP(t){return Tm.safeParse(t)}function LP(t){return Rm.safeParse(t)}function MP(t){return Gb.safeParse(t)}function Im(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 Pm(t,e){let n=[];for(let r of t.conditions){let i=Im(r,e);if(n.push({condition:r,result:i}),!i)return{matched:!1,conditionResults:n}}return{matched:!0,conditionResults:n}}function Ga(t,e){for(let n=0;n<t.rules.length;n++){let r=t.rules[n],{matched:i,conditionResults:o}=Pm(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 Za(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 Zb(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 Nm(t,e,n={}){let r=Zb(e,n);switch(t.type){case"rules":return Ga(t,r);case"score":return Za(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 Om(t,e,n={}){let r=Zb(e,n);switch(t.type){case"rules":return Ga(t,r);case"score":return Za(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 Qu(t){return{evaluate:(e,n)=>Nm(e,n,t),evaluateSync:(e,n)=>Om(e,n,t)}}var FP=new Set(["b","strong","i","em","u","span","div","p","br","ul","ol","li","code","pre","small","sup","sub","a","button"]);function Lm(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(!FP.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 Yb=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=Lm(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=Lm(s.html))}}},Xb=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)}}},Qb=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)}}},Jb=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)}}},ek=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)}}},tk=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)}}},Mm=[{kind:"content:insertHtml",executor:Yb},{kind:"content:setText",executor:Xb},{kind:"content:setAttr",executor:Qb},{kind:"content:addClass",executor:Jb},{kind:"content:removeClass",executor:ek},{kind:"content:setStyle",executor:tk}],nk={id:"adaptive-content",version:"1.0.0",name:"Content",description:"DOM manipulation for text, attributes, and styles",executors:Mm};var rk=typeof CSS<"u"&&CSS.supports?.("clip-path","path('M0 0 H1 V1 Z')");function ik(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(!rk)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`}),rk){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 $P=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(!$P.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 Fm=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 Dk=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=ik(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()}}},Vk=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 ak=["top","right","bottom","left"];var Qr=Math.min,nr=Math.max,Xa=Math.round,Qa=Math.floor,cn=t=>({x:t,y:t}),DP={left:"right",right:"left",bottom:"top",top:"bottom"},VP={start:"end",end:"start"};function ed(t,e,n){return nr(t,Qr(e,n))}function Hi(t,e){return typeof t=="function"?t(e):t}function Jr(t){return t.split("-")[0]}function rs(t){return t.split("-")[1]}function $m(t){return t==="x"?"y":"x"}function td(t){return t==="y"?"height":"width"}var BP=new Set(["top","bottom"]);function rr(t){return BP.has(Jr(t))?"y":"x"}function nd(t){return $m(rr(t))}function lk(t,e,n){n===void 0&&(n=!1);let r=rs(t),i=nd(t),o=td(i),s=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(s=Ya(s)),[s,Ya(s)]}function ck(t){let e=Ya(t);return[Ju(t),e,Ju(e)]}function Ju(t){return t.replace(/start|end/g,e=>VP[e])}var ok=["left","right"],sk=["right","left"],zP=["top","bottom"],HP=["bottom","top"];function jP(t,e,n){switch(t){case"top":case"bottom":return n?e?sk:ok:e?ok:sk;case"left":case"right":return e?zP:HP;default:return[]}}function uk(t,e,n,r){let i=rs(t),o=jP(Jr(t),n==="start",r);return i&&(o=o.map(s=>s+"-"+i),e&&(o=o.concat(o.map(Ju)))),o}function Ya(t){return t.replace(/left|right|bottom|top/g,e=>DP[e])}function UP(t){return{top:0,right:0,bottom:0,left:0,...t}}function Dm(t){return typeof t!="number"?UP(t):{top:t,right:t,bottom:t,left:t}}function ji(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 dk(t,e,n){let{reference:r,floating:i}=t,o=rr(e),s=nd(e),a=td(s),l=Jr(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(rs(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 hk(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}=Hi(e,t),v=Dm(g),x=a[h?f==="floating"?"reference":"floating":f],d=ji(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=ji(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 gk=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}=dk(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?_:hk},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}=dk(c,h,l)),x=-1)}return{x:u,y:f,placement:h,strategy:i,middlewareData:g}},mk=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}=Hi(t,e)||{};if(c==null)return{};let f=Dm(u),h={x:n,y:r},g=nd(i),v=td(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=Qr(f[d],I),H=Qr(f[p],I),K=A,Y=k-_[v]-H,W=k/2-_[v]/2+C,le=ed(K,W,Y),V=!l.arrow&&rs(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 vk=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}=Hi(t,e);if((n=o.arrow)!=null&&n.alignmentOffset)return{};let d=Jr(i),p=rr(a),m=Jr(a)===a,y=await(l.isRTL==null?void 0:l.isRTL(c.floating)),w=h||(m||!_?[Ya(a)]:ck(a)),b=v!=="none";!h&&b&&w.push(...uk(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=lk(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!==rr(le):!1)||A.every(B=>rr(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=rr(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 fk(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function pk(t){return ak.some(e=>t[e]>=0)}var yk=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){let{rects:n,platform:r}=e,{strategy:i="referenceHidden",...o}=Hi(t,e);switch(i){case"referenceHidden":{let s=await r.detectOverflow(e,{...o,elementContext:"reference"}),a=fk(s,n.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:pk(a)}}}case"escaped":{let s=await r.detectOverflow(e,{...o,altBoundary:!0}),a=fk(s,n.floating);return{data:{escapedOffsets:a,escaped:pk(a)}}}default:return{}}}}};var WP=new Set(["left","top"]);async function qP(t,e){let{placement:n,platform:r,elements:i}=t,o=await(r.isRTL==null?void 0:r.isRTL(i.floating)),s=Jr(n),a=rs(n),l=rr(n)==="y",c=WP.has(s)?-1:1,u=o&&l?-1:1,f=Hi(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 _k=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 qP(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}}}}},wk=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}=Hi(t,e),u={x:n,y:r},f=await o.detectOverflow(e,c),h=rr(Jr(i)),g=$m(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=ed(m,v,y)}if(a){let d=h==="y"?"top":"left",p=h==="y"?"bottom":"right",m=_+f[d],y=_-f[p];_=ed(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 rd(){return typeof window<"u"}function Ui(t){return Sk(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=(Sk(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Sk(t){return rd()?t instanceof Node||t instanceof St(t).Node:!1}function Kt(t){return rd()?t instanceof Element||t instanceof St(t).Element:!1}function dn(t){return rd()?t instanceof HTMLElement||t instanceof St(t).HTMLElement:!1}function xk(t){return!rd()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof St(t).ShadowRoot}var KP=new Set(["inline","contents"]);function os(t){let{overflow:e,overflowX:n,overflowY:r,display:i}=Gt(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!KP.has(i)}var GP=new Set(["table","td","th"]);function bk(t){return GP.has(Ui(t))}var ZP=[":popover-open",":modal"];function Ja(t){return ZP.some(e=>{try{return t.matches(e)}catch{return!1}})}var YP=["transform","translate","scale","rotate","perspective"],XP=["transform","translate","scale","rotate","perspective","filter"],QP=["paint","layout","strict","content"];function id(t){let e=od(),n=Kt(t)?Gt(t):t;return YP.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)||XP.some(r=>(n.willChange||"").includes(r))||QP.some(r=>(n.contain||"").includes(r))}function kk(t){let e=ir(t);for(;dn(e)&&!Wi(e);){if(id(e))return e;if(Ja(e))return null;e=ir(e)}return null}function od(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var JP=new Set(["html","body","#document"]);function Wi(t){return JP.has(Ui(t))}function Gt(t){return St(t).getComputedStyle(t)}function el(t){return Kt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function ir(t){if(Ui(t)==="html")return t;let e=t.assignedSlot||t.parentNode||xk(t)&&t.host||un(t);return xk(e)?e.host:e}function Ck(t){let e=ir(t);return Wi(e)?t.ownerDocument?t.ownerDocument.body:t.body:dn(e)&&os(e)?e:Ck(e)}function is(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);let i=Ck(t),o=i===((r=t.ownerDocument)==null?void 0:r.body),s=St(i);if(o){let a=sd(s);return e.concat(s,s.visualViewport||[],os(i)?i:[],a&&n?is(a):[])}return e.concat(i,is(i,[],n))}function sd(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function Rk(t){let e=Gt(t),n=parseFloat(e.width)||0,r=parseFloat(e.height)||0,i=dn(t),o=i?t.offsetWidth:n,s=i?t.offsetHeight:r,a=Xa(n)!==o||Xa(r)!==s;return a&&(n=o,r=s),{width:n,height:r,$:a}}function Bm(t){return Kt(t)?t:t.contextElement}function ss(t){let e=Bm(t);if(!dn(e))return cn(1);let n=e.getBoundingClientRect(),{width:r,height:i,$:o}=Rk(e),s=(o?Xa(n.width):n.width)/r,a=(o?Xa(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var e2=cn(0);function Ik(t){let e=St(t);return!od()||!e.visualViewport?e2:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function t2(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==St(t)?!1:e}function qi(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);let i=t.getBoundingClientRect(),o=Bm(t),s=cn(1);e&&(r?Kt(r)&&(s=ss(r)):s=ss(t));let a=t2(o,n,r)?Ik(o):cn(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,_=sd(v);for(;_&&r&&g!==v;){let x=ss(_),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(_),_=sd(v)}}return ji({width:u,height:f,x:l,y:c})}function ad(t,e){let n=el(t).scrollLeft;return e?e.left+n:qi(un(t)).left+n}function Pk(t,e){let n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-ad(t,n),i=n.top+e.scrollTop;return{x:r,y:i}}function n2(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},c=cn(1),u=cn(0),f=dn(r);if((f||!f&&!o)&&((Ui(r)!=="body"||os(s))&&(l=el(r)),dn(r))){let g=qi(r);c=ss(r),u.x=g.x+r.clientLeft,u.y=g.y+r.clientTop}let h=s&&!f&&!o?Pk(s,l):cn(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 r2(t){return Array.from(t.getClientRects())}function i2(t){let e=un(t),n=el(t),r=t.ownerDocument.body,i=nr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),o=nr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight),s=-n.scrollLeft+ad(t),a=-n.scrollTop;return Gt(r).direction==="rtl"&&(s+=nr(e.clientWidth,r.clientWidth)-i),{width:i,height:o,x:s,y:a}}var Ek=25;function o2(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 u=od();(!u||u&&e==="fixed")&&(a=i.offsetLeft,l=i.offsetTop)}let c=ad(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<=Ek&&(o-=v)}else c<=Ek&&(o+=c);return{width:o,height:s,x:a,y:l}}var s2=new Set(["absolute","fixed"]);function a2(t,e){let n=qi(t,!0,e==="fixed"),r=n.top+t.clientTop,i=n.left+t.clientLeft,o=dn(t)?ss(t):cn(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 Ak(t,e,n){let r;if(e==="viewport")r=o2(t,n);else if(e==="document")r=i2(un(t));else if(Kt(e))r=a2(e,n);else{let i=Ik(t);r={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return ji(r)}function Nk(t,e){let n=ir(t);return n===e||!Kt(n)||Wi(n)?!1:Gt(n).position==="fixed"||Nk(n,e)}function l2(t,e){let n=e.get(t);if(n)return n;let r=is(t,[],!1).filter(a=>Kt(a)&&Ui(a)!=="body"),i=null,o=Gt(t).position==="fixed",s=o?ir(t):t;for(;Kt(s)&&!Wi(s);){let a=Gt(s),l=id(s);!l&&a.position==="fixed"&&(i=null),(o?!l&&!i:!l&&a.position==="static"&&!!i&&s2.has(i.position)||os(s)&&!l&&Nk(t,s))?r=r.filter(u=>u!==s):i=a,s=ir(s)}return e.set(t,r),r}function c2(t){let{element:e,boundary:n,rootBoundary:r,strategy:i}=t,s=[...n==="clippingAncestors"?Ja(e)?[]:l2(e,this._c):[].concat(n),r],a=s[0],l=s.reduce((c,u)=>{let f=Ak(e,u,i);return c.top=nr(f.top,c.top),c.right=Qr(f.right,c.right),c.bottom=Qr(f.bottom,c.bottom),c.left=nr(f.left,c.left),c},Ak(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function u2(t){let{width:e,height:n}=Rk(t);return{width:e,height:n}}function d2(t,e,n){let r=dn(e),i=un(e),o=n==="fixed",s=qi(t,!0,o,e),a={scrollLeft:0,scrollTop:0},l=cn(0);function c(){l.x=ad(i)}if(r||!r&&!o)if((Ui(e)!=="body"||os(i))&&(a=el(e)),r){let g=qi(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?Pk(i,a):cn(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 Vm(t){return Gt(t).position==="static"}function Tk(t,e){if(!dn(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 Ok(t,e){let n=St(t);if(Ja(t))return n;if(!dn(t)){let i=ir(t);for(;i&&!Wi(i);){if(Kt(i)&&!Vm(i))return i;i=ir(i)}return n}let r=Tk(t,e);for(;r&&bk(r)&&Vm(r);)r=Tk(r,e);return r&&Wi(r)&&Vm(r)&&!id(r)?n:r||kk(t)||n}var f2=async function(t){let e=this.getOffsetParent||Ok,n=this.getDimensions,r=await n(t.floating);return{reference:d2(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function p2(t){return Gt(t).direction==="rtl"}var h2={convertOffsetParentRelativeRectToViewportRelativeRect:n2,getDocumentElement:un,getClippingRect:c2,getOffsetParent:Ok,getElementRects:f2,getClientRects:r2,getDimensions:u2,getScale:ss,isElement:Kt,isRTL:p2};function Lk(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function g2(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 c=t.getBoundingClientRect(),{left:u,top:f,width:h,height:g}=c;if(a||e(),!h||!g)return;let v=Qa(f),_=Qa(i.clientWidth-(u+h)),x=Qa(i.clientHeight-(f+g)),d=Qa(u),m={rootMargin:-v+"px "+-_+"px "+-x+"px "+-d+"px",threshold:nr(0,Qr(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&&!Lk(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 ld(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=Bm(t),u=i||o?[...c?is(c):[],...is(e)]:[];u.forEach(d=>{i&&d.addEventListener("scroll",n,{passive:!0}),o&&d.addEventListener("resize",n)});let f=c&&a?g2(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?qi(t):null;l&&x();function x(){let d=qi(t);_&&!Lk(_,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 cd=_k;var ud=wk,dd=vk;var Mk=yk,Fk=mk;var fd=(t,e,n)=>{let r=new Map,i={platform:h2,...n},o={...i.platform,_c:r};return gk(t,e,{...i,platform:o})};function m2(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 $k(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=[cd(n.offsetPx??8),dd(),ud({padding:8}),Mk(),Fk({element:l})],u=n.placement&&n.placement!=="auto"?n.placement:"top",f=ld(t,o,async()=>{let d=m2(t),p=await fd(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 Dk=async(t,e)=>{let n=e.resolveAnchor(t.anchorId);if(!n)throw new Error(`Anchor not found: ${t.anchorId}`);let r=ik(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()}}},Vk=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)}}},zk=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)}}},zk=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=$k(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()}}},zm=[{kind:"overlays:highlight",executor:Dk},{kind:"overlays:pulse",executor:Vk},{kind:"overlays:badge",executor:Bk},{kind:"overlays:tooltip",executor:zk},{kind:"overlays:modal",executor:Bm}],Hk={id:"adaptive-overlays",version:"1.0.0",name:"Overlays",description:"Tooltips, highlights, badges, modals, and visual overlays",executors:zm};var jm="syntro_active_tour",pd=new Map;function v2(t){try{let e=localStorage.getItem(jm);if(!e)return null;let n=JSON.parse(e);return n.tourId!==t?null:n}catch{return null}}function Hm(t){try{localStorage.setItem(jm,JSON.stringify(t))}catch{}}function y2(){try{localStorage.removeItem(jm)}catch{}}function tl(){return window.location.pathname}function _2(t){if(!t.route)return!0;let e=tl();return t.route.includes("*")?new RegExp("^"+t.route.replace(/\*/g,".*")+"$").test(e):e===t.route}var Um=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(pd.has(n))return{cleanup:async()=>{let m=pd.get(n);m&&await m.cleanup()}};if(!e.applyAction)throw new Error("Tour executor requires applyAction in context");let s=v2(n),a=!!s;if(!a&&!o)return{cleanup:()=>{}};s||(s={tourId:n,currentStepId:i||r[0].id,startedAt:Date.now()},Hm(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,Hm(s)}let u=r[l];if(!_2(u))return e.publishEvent("tour.waiting_for_route",{tourId:n,stepId:u.id,expectedRoute:u.route,currentRoute:tl()}),{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"){y2(),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,Hm(s),e.publishEvent("tour.step_changed",{tourId:n,previousStepId:u.id,nextStepId:m}),y.route&&y.route!==tl()){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=tl(),y=()=>{let k=tl();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,pd.delete(n),await v(),g&&g(),e.publishEvent("tour.paused",{tourId:n,stepId:s.currentStepId})};return pd.set(n,{cleanup:p}),{cleanup:p}};var nl=class{constructor(){j(this,"executors",new Map);for(let{kind:e,executor:n}of Mm)this.registerCore(e,n);for(let{kind:e,executor:n}of zm)this.registerCore(e,n);this.registerCore("core:mountWidget",async()=>{throw new Error("core:mountWidget must be handled by ActionEngine")}),this.registerCore("core:tour",Um)}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)}},ei=new nl;function jk(t){return ei.get(t)}function hd(t){return ei.has(t)}var w2=["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"],x2=new Set(["onclick","onerror","onload","onmouseover","onfocus","onblur","onchange","onsubmit","onkeydown","onkeyup","onkeypress"]),Uk=5e4,Wk=50;function or(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(!w2.includes(r))return e.push({code:"UNKNOWN_KIND",message:`Unknown action kind: ${r}`,field:"kind"}),{valid:!1,errors:e,warnings:n};switch(!hd(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":ti(t,e,n);break;case"overlays:badge":ti(t,e,n),S2(t,e,n);break;case"overlays:tooltip":ti(t,e,n),b2(t,e,n);break;case"overlays:modal":L2(t,e,n);break;case"content:insertHtml":ti(t,e,n),k2(t,e,n);break;case"content:setText":ti(t,e,n),C2(t,e,n);break;case"content:setAttr":ti(t,e,n),E2(t,e,n);break;case"content:addClass":case"content:removeClass":ti(t,e,n),A2(t,e,n);break;case"content:setStyle":ti(t,e,n),T2(t,e,n);break;case"core:mountWidget":R2(t,e,n);break;case"core:wait":I2(t,e,n);break;case"core:sequence":P2(t,e,n);break;case"core:parallel":N2(t,e,n);break;case"core:tour":M2(t,e,n);break;case"navigation:navigate":O2(t,e,n);break}return{valid:e.length===0,errors:e,warnings:n}}function ti(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 S2(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 b2(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 k2(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>Uk&&e.push({code:"HTML_TOO_LONG",message:`HTML content exceeds maximum length of ${Uk}`,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 E2(t,e,n){!t.attr||typeof t.attr!="string"?e.push({code:"MISSING_ATTR",message:"setAttr action requires 'attr' property",field:"attr"}):(x2.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 A2(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 T2(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>Wk&&e.push({code:"TOO_MANY_STYLES",message:`Too many styles (${r}). Maximum is ${Wk}`,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 R2(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 I2(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 P2(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=or(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 N2(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=or(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 O2(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 L2(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 M2(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=or(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 gd(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=or(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 F2=0;function md(t){let{overlayRoot:e,eventBus:n,surfaces:r,anchorResolver:i,adaptiveId:o,executorRegistry:s=ei}=t,a=new Map;function l(){return`action-${++F2}`}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=or(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=gd(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 or(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 as(t){return t.startsWith("inline:")?"inline":t.startsWith("adjacent:")?"adjacent":"static"}function rl(t){return t.startsWith("inline:")?t.slice(7):t.startsWith("adjacent:")?t.slice(9):null}function qk(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 Wm={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"}},ls={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:[]},Kk={duration:200,easing:"cubic-bezier(0.16, 1, 0.3, 1)",fill:"forwards"};function vd(t,e,n){let r=Wm[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 yd(t,e,n){let r=n.placement==="auto"?"bottom":n.placement,i=[ud(n.offset?{mainAxis:n.offset.y,crossAxis:n.offset.x}:8)];return n.flip!==!1&&i.push(dd()),n.shift!==!1&&i.push(cd({padding:8})),t.style.position="absolute",t.style.zIndex="2147483646",ld(e,t,async()=>{let{x:s,y:a,strategy:l}=await fd(e,t,{placement:r,middleware:i});Object.assign(t.style,{position:l,left:`${s}px`,top:`${a}px`})})}function _d(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 wd(t,e){return e==="none"||ls[e].length===0?null:t.animate(ls[e],Kk)}function xd(t,e){if(e==="none"||ls[e].length===0)return Promise.resolve();let n=[...ls[e]].reverse(),r=t.animate(n,Kk);return new Promise(i=>{r.onfinish=()=>i(),r.oncancel=()=>i()})}function Sd(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 bd(t){switch(as(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 $2=0;function kd(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-${++$2}`}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=qk(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=as(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=Sd(y,k);Y.style.zIndex=String(bd(y));let W;if(C==="static")vd(Y,y,b?.constraints),e.appendChild(Y);else if(C==="inline"){let B=rl(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=_d(Y,Z)}else if(C==="adjacent"){let B=rl(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=yd(Y,Z,b?.position??{placement:"bottom"})}let le=g(Y,w,k);wd(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 Tn=g(Z.container,B,k);if(Z.content=B,Tn){let He=Z.cleanup;Z.cleanup=()=>{He?.(),Tn()}}},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 xd(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 il=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()}},Cd=new il;function Ed(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 Ad(t,e){e.executors.unregisterBySource(t),e.widgets.unregisterBySource(t)}var ol=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=Ed({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)}Ad(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()}},Td=new ol;var D2=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"]),V2={navigation:"nav"};function Gk(t){return V2[t]??t}function qm(t){return D2.has(t)}function Km(t){if(qm(t))return null;let e=t.indexOf(":");return e===-1?null:Gk(t.slice(0,e))}function Gm(t){let e=t.indexOf(":");return e===-1?null:Gk(t.slice(0,e))}function Rd(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=Km(x.kind);if(d&&_.add(d),x.kind==="core:mountWidget"){let p=x.widget?.widgetId;if(p){let m=Gm(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 sl=null;function Yk(){if(sl&&document.body.contains(sl))return sl;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)),sl=t,B2(),sl}var Zk=!1;function B2(){if(Zk)return;let t=`
142
+ </div>`);let o=$k(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()}}},zm=[{kind:"overlays:highlight",executor:Dk},{kind:"overlays:pulse",executor:Vk},{kind:"overlays:badge",executor:Bk},{kind:"overlays:tooltip",executor:zk},{kind:"overlays:modal",executor:Fm}],Hk={id:"adaptive-overlays",version:"1.0.0",name:"Overlays",description:"Tooltips, highlights, badges, modals, and visual overlays",executors:zm};var jm="syntro_active_tour",pd=new Map;function v2(t){try{let e=localStorage.getItem(jm);if(!e)return null;let n=JSON.parse(e);return n.tourId!==t?null:n}catch{return null}}function Hm(t){try{localStorage.setItem(jm,JSON.stringify(t))}catch{}}function y2(){try{localStorage.removeItem(jm)}catch{}}function tl(){return window.location.pathname}function _2(t){if(!t.route)return!0;let e=tl();return t.route.includes("*")?new RegExp(`^${t.route.replace(/\*/g,".*")}$`).test(e):e===t.route}var Um=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(pd.has(n))return{cleanup:async()=>{let m=pd.get(n);m&&await m.cleanup()}};if(!e.applyAction)throw new Error("Tour executor requires applyAction in context");let s=v2(n),a=!!s;if(!a&&!o)return{cleanup:()=>{}};s||(s={tourId:n,currentStepId:i||r[0].id,startedAt:Date.now()},Hm(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,Hm(s)}let c=r[l];if(!_2(c))return e.publishEvent("tour.waiting_for_route",{tourId:n,stepId:c.id,expectedRoute:c.route,currentRoute:tl()}),{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"){y2(),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,Hm(s),e.publishEvent("tour.step_changed",{tourId:n,previousStepId:c.id,nextStepId:m}),y.route&&y.route!==tl()){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=tl(),y=()=>{let k=tl();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,pd.delete(n),await v(),g&&g(),e.publishEvent("tour.paused",{tourId:n,stepId:s.currentStepId})};return pd.set(n,{cleanup:p}),{cleanup:p}};var nl=class{constructor(){j(this,"executors",new Map);for(let{kind:e,executor:n}of Mm)this.registerCore(e,n);for(let{kind:e,executor:n}of zm)this.registerCore(e,n);this.registerCore("core:mountWidget",async()=>{throw new Error("core:mountWidget must be handled by ActionEngine")}),this.registerCore("core:tour",Um)}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)}},ei=new nl;function jk(t){return ei.get(t)}function hd(t){return ei.has(t)}var w2=["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"],x2=new Set(["onclick","onerror","onload","onmouseover","onfocus","onblur","onchange","onsubmit","onkeydown","onkeyup","onkeypress"]),Uk=5e4,Wk=50;function or(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(!w2.includes(r))return e.push({code:"UNKNOWN_KIND",message:`Unknown action kind: ${r}`,field:"kind"}),{valid:!1,errors:e,warnings:n};switch(!hd(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":ti(t,e,n);break;case"overlays:badge":ti(t,e,n),S2(t,e,n);break;case"overlays:tooltip":ti(t,e,n),b2(t,e,n);break;case"overlays:modal":L2(t,e,n);break;case"content:insertHtml":ti(t,e,n),k2(t,e,n);break;case"content:setText":ti(t,e,n),C2(t,e,n);break;case"content:setAttr":ti(t,e,n),E2(t,e,n);break;case"content:addClass":case"content:removeClass":ti(t,e,n),A2(t,e,n);break;case"content:setStyle":ti(t,e,n),T2(t,e,n);break;case"core:mountWidget":R2(t,e,n);break;case"core:wait":I2(t,e,n);break;case"core:sequence":P2(t,e,n);break;case"core:parallel":N2(t,e,n);break;case"core:tour":M2(t,e,n);break;case"navigation:navigate":O2(t,e,n);break}return{valid:e.length===0,errors:e,warnings:n}}function ti(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 S2(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 b2(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 k2(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>Uk&&e.push({code:"HTML_TOO_LONG",message:`HTML content exceeds maximum length of ${Uk}`,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 E2(t,e,n){!t.attr||typeof t.attr!="string"?e.push({code:"MISSING_ATTR",message:"setAttr action requires 'attr' property",field:"attr"}):(x2.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 A2(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 T2(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>Wk&&e.push({code:"TOO_MANY_STYLES",message:`Too many styles (${r}). Maximum is ${Wk}`,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 R2(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 I2(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 P2(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=or(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 N2(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=or(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 O2(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 L2(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 M2(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=or(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 gd(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=or(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 F2=0;function md(t){let{overlayRoot:e,eventBus:n,surfaces:r,anchorResolver:i,adaptiveId:o,executorRegistry:s=ei}=t,a=new Map;function l(){return`action-${++F2}`}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=or(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=gd(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 or(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 qk(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 as(t){return t.startsWith("inline:")?"inline":t.startsWith("adjacent:")?"adjacent":"static"}function rl(t){return t.startsWith("inline:")?t.slice(7):t.startsWith("adjacent:")?t.slice(9):null}var Wm={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"}},ls={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:[]},Kk={duration:200,easing:"cubic-bezier(0.16, 1, 0.3, 1)",fill:"forwards"};function vd(t,e,n){let r=Wm[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 yd(t,e,n){let r=n.placement==="auto"?"bottom":n.placement,i=[cd(n.offset?{mainAxis:n.offset.y,crossAxis:n.offset.x}:8)];return n.flip!==!1&&i.push(dd()),n.shift!==!1&&i.push(ud({padding:8})),t.style.position="absolute",t.style.zIndex="2147483646",ld(e,t,async()=>{let{x:s,y:a,strategy:l}=await fd(e,t,{placement:r,middleware:i});Object.assign(t.style,{position:l,left:`${s}px`,top:`${a}px`})})}function _d(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 wd(t,e){return e==="none"||ls[e].length===0?null:t.animate(ls[e],Kk)}function xd(t,e){if(e==="none"||ls[e].length===0)return Promise.resolve();let n=[...ls[e]].reverse(),r=t.animate(n,Kk);return new Promise(i=>{r.onfinish=()=>i(),r.oncancel=()=>i()})}function Sd(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 bd(t){switch(as(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 $2=0;function kd(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-${++$2}`}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=qk(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=as(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=Sd(y,k);Y.style.zIndex=String(bd(y));let W;if(C==="static")vd(Y,y,b?.constraints),e.appendChild(Y);else if(C==="inline"){let B=rl(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=_d(Y,Z)}else if(C==="adjacent"){let B=rl(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=yd(Y,Z,b?.position??{placement:"bottom"})}let le=g(Y,w,k);wd(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 Tn=g(Z.container,B,k);if(Z.content=B,Tn){let He=Z.cleanup;Z.cleanup=()=>{He?.(),Tn()}}},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 xd(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 il=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()}},Cd=new il;function Ed(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 Ad(t,e){e.executors.unregisterBySource(t),e.widgets.unregisterBySource(t)}var ol=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=Ed({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)}Ad(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()}},Td=new ol;var D2=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"]),V2={navigation:"nav"};function Gk(t){return V2[t]??t}function qm(t){return D2.has(t)}function Km(t){if(qm(t))return null;let e=t.indexOf(":");return e===-1?null:Gk(t.slice(0,e))}function Gm(t){let e=t.indexOf(":");return e===-1?null:Gk(t.slice(0,e))}function Rd(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=Km(x.kind);if(d&&_.add(d),x.kind==="core:mountWidget"){let p=x.widget?.widgetId;if(p){let m=Gm(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 sl=null;function Yk(){if(sl&&document.body.contains(sl))return sl;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)),sl=t,B2(),sl}var Zk=!1;function B2(){if(Zk)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),Zk=!0}var Zm="2.0.0";function z2(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(Xk(r,i))return!1}if(e.include&&e.include.length>0){for(let i of e.include)if(Xk(r,i))return!0;return!1}return!0}function Xk(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 H2(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 Id(t={}){let{telemetry:e,sessionMetrics:n,routes:r,mode:i="production",namespace:o}=t,s=t.widgets??Cd,a=t.executors??ei,l=t.apps??Td,u=Zc({telemetry:e,routes:r}),c=t.events??ns(),f=Xc({namespace:o}),h=Qc({state:f,events:c,sessionMetrics:n}),g=Yk(),v=p=>H2(p,u),_=kd({overlayRoot:g,eventBus:c,anchorResolver:v,widgetRegistry:s}),x=md({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:Zm,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(!z2(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 Ym="syn_";function al(t){if(!t.startsWith(Ym))throw new Error("Invalid Syntro token: must start with 'syn_'");let n=t.slice(Ym.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 Pd(t){let e=JSON.stringify(t),n=btoa(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"");return Ym+n}var Qk={growthbook:t=>lu({...t,autoInit:!0})};function Jk(t,e){let n=Qk[t];if(!n)throw new Error(`Unknown experiment provider: ${t}. Supported: ${Object.keys(Qk).join(", ")}`);return n(e)}var e1={posthog:t=>jl(t),noop:()=>Ul()};function t1(t,e){let n=e1[t];if(!n)throw new Error(`Unknown telemetry provider: ${t}. Supported: ${Object.keys(e1).join(", ")}`);return n(e)}var j2=["cdn.syntrologie.com","localhost","127.0.0.1"];function U2(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):j2.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 Xm=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,!U2(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 W2(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 W2(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 n1(t){return new Xm(t)}var q2="syntro_exp",K2="syntro_var",Qm=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(q2),s=i.get(K2);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 r1(t){return new Qm(t)}var G2="https://cdn.syntrologie.com/configs",i1={cdn:t=>{if(!t.configId)throw new Error("CDN fetcher requires 'configId' option");return n1({baseUrl:t.baseUrl??G2,configId:t.configId,integrity:t.integrity})},experiments:t=>{if(!t.featureKey)throw new Error("Experiments fetcher requires 'featureKey' option");return r1({featureKey:t.featureKey})}};function o1(t,e={}){let n=i1[t];if(!n)throw new Error(`Unknown config fetcher type: ${t}. Supported: ${Object.keys(i1).join(", ")}`);return n(e)}function sr(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 Z2(){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 Y2(){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 s1="syntro_segment_attributes";function X2(){if(typeof window>"u")return{};try{let t=localStorage.getItem(s1);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 Q2(t){if(!(typeof window>"u"))try{localStorage.setItem(s1,JSON.stringify(t)),F("Syntro Bootstrap","Cached segment attributes:",t)}catch(e){ft("Syntro Bootstrap","Failed to cache segment attributes:",e)}}function J2(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 eN(t){Hp(),F("Syntro Bootstrap","====== INIT ======"),F("Syntro Bootstrap","Options:",{hasToken:!!t.token,tokenPrefix:t.token?.slice(0,15)+"...",hasCanvasOptions:!!t.canvas});let e=Z2(),n=Y2(),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=al(t.token),Hp(i.d);else if(r)F("Syntro Bootstrap",`\u2713 Non-syn_ token allowed (${r} mode)`);else throw fu("Syntro Bootstrap","\u274C Token does not start with syn_ and NOT in editor/audit mode!"),fu("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 fu("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=sr("NEXT_PUBLIC_SYNTRO_EXPERIMENT_HOST")||sr("VITE_SYNTRO_EXPERIMENT_HOST")||i?.eh,s=sr("NEXT_PUBLIC_SYNTRO_TELEMETRY_HOST")||sr("VITE_SYNTRO_TELEMETRY_HOST")||i?.th,a=sr("NEXT_PUBLIC_SYNTRO_EDITOR_URL")||sr("VITE_SYNTRO_EDITOR_URL")||t.canvas?.editorUrl,l=X2();F("Syntro Bootstrap","Phase 1: Using cached segment attributes:",l);let u,c=ns();console.log("[Syntro Bootstrap] EventBus created");let f=Yc(b=>{c.publishEvent(b)}),h=b=>{F("Syntro Bootstrap","Phase 2: PostHog feature flags loaded");let k=J2(b);if(F("Syntro Bootstrap","Segment flags from PostHog:",k),Q2(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=t1(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=Jk("growthbook",{clientKey:i.e,apiHost:o,attributes:l,onExperimentViewed:g?.trackExperiment?(b,k,C)=>{g.trackExperiment(b,k,C)}:void 0})),t.enableSessionMetrics&&(v=Gc({experiments:u,onMetricChange:(b,k)=>{F("Syntro Bootstrap",`Session metric changed: ${b} = ${k}`)}}),F("Syntro Bootstrap","SessionMetricTracker created"));let _="production";e?_="editor":n?_="audit":sr("NODE_ENV")==="development"&&(_="development");let x=Id({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||sr("NEXT_PUBLIC_SYNTRO_CDN_BASE")||sr("VITE_SYNTRO_CDN_BASE")||"https://cdn.syntrologie.com",p=Rd({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=o1(i.f,i.o??{});m=async()=>{let k=await b.fetch();return{...k.config,tiles:k.config.tiles??[]}}}else u&&(m=Ci({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 zc({...t.canvas,fetcher:y,integrations:{experiments:u,telemetry:g},editorUrl:a,runtime:x}),runtime:x,experiments:u,telemetry:g,sessionMetrics:v,appLoader:p}}var Jm={init:eN,encodeToken:Pd,decodeToken:al};typeof window<"u"&&(window.Syntro=Jm);return v1(tN);})();
399
+ `,e=document.createElement("style");e.setAttribute("data-syntro","base-overlay"),e.textContent=t,document.head.appendChild(e),Zk=!0}var Zm="2.0.0";function z2(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(Xk(r,i))return!1}if(e.include&&e.include.length>0){for(let i of e.include)if(Xk(r,i))return!0;return!1}return!0}function Xk(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 H2(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 Id(t={}){let{telemetry:e,sessionMetrics:n,routes:r,mode:i="production",namespace:o}=t,s=t.widgets??Cd,a=t.executors??ei,l=t.apps??Td,c=Zu({telemetry:e,routes:r}),u=t.events??ns(),f=Xu({namespace:o}),h=Qu({state:f,events:u,sessionMetrics:n}),g=Yk(),v=p=>H2(p,c),_=kd({overlayRoot:g,eventBus:u,anchorResolver:v,widgetRegistry:s}),x=md({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:Zm,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(!z2(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 Qk={growthbook:t=>lc({...t,autoInit:!0})};function Jk(t,e){let n=Qk[t];if(!n)throw new Error(`Unknown experiment provider: ${t}. Supported: ${Object.keys(Qk).join(", ")}`);return n(e)}var j2=["cdn.syntrologie.com","localhost","127.0.0.1"];function U2(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):j2.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 Ym=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,!U2(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 W2(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 W2(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 e1(t){return new Ym(t)}var q2="syntro_exp",K2="syntro_var",Xm=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(q2),s=i.get(K2);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 t1(t){return new Xm(t)}var G2="https://cdn.syntrologie.com/configs",n1={cdn:t=>{if(!t.configId)throw new Error("CDN fetcher requires 'configId' option");return e1({baseUrl:t.baseUrl??G2,configId:t.configId,integrity:t.integrity})},experiments:t=>{if(!t.featureKey)throw new Error("Experiments fetcher requires 'featureKey' option");return t1({featureKey:t.featureKey})}};function r1(t,e={}){let n=n1[t];if(!n)throw new Error(`Unknown config fetcher type: ${t}. Supported: ${Object.keys(n1).join(", ")}`);return n(e)}var i1={posthog:t=>jl(t),noop:()=>Ul()};function o1(t,e){let n=i1[t];if(!n)throw new Error(`Unknown telemetry provider: ${t}. Supported: ${Object.keys(i1).join(", ")}`);return n(e)}var Qm="syn_";function al(t){if(!t.startsWith(Qm))throw new Error("Invalid Syntro token: must start with 'syn_'");let n=t.slice(Qm.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 Pd(t){let e=JSON.stringify(t),n=btoa(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"");return Qm+n}function sr(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 Z2(){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 Y2(){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 s1="syntro_segment_attributes";function X2(){if(typeof window>"u")return{};try{let t=localStorage.getItem(s1);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 Q2(t){if(!(typeof window>"u"))try{localStorage.setItem(s1,JSON.stringify(t)),F("Syntro Bootstrap","Cached segment attributes:",t)}catch(e){ft("Syntro Bootstrap","Failed to cache segment attributes:",e)}}function J2(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 eN(t){Hp(),F("Syntro Bootstrap","====== INIT ======"),F("Syntro Bootstrap","Options:",{hasToken:!!t.token,tokenPrefix:`${t.token?.slice(0,15)}...`,hasCanvasOptions:!!t.canvas});let e=Z2(),n=Y2(),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=al(t.token),Hp(i.d);else if(r)F("Syntro Bootstrap",`\u2713 Non-syn_ token allowed (${r} mode)`);else throw fc("Syntro Bootstrap","\u274C Token does not start with syn_ and NOT in editor/audit mode!"),fc("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 fc("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=sr("NEXT_PUBLIC_SYNTRO_EXPERIMENT_HOST")||sr("VITE_SYNTRO_EXPERIMENT_HOST")||i?.eh,s=sr("NEXT_PUBLIC_SYNTRO_TELEMETRY_HOST")||sr("VITE_SYNTRO_TELEMETRY_HOST")||i?.th,a=sr("NEXT_PUBLIC_SYNTRO_EDITOR_URL")||sr("VITE_SYNTRO_EDITOR_URL")||t.canvas?.editorUrl,l=X2();F("Syntro Bootstrap","Phase 1: Using cached segment attributes:",l);let c,u=ns();console.log("[Syntro Bootstrap] EventBus created");let f=Yu(b=>{u.publishEvent(b)}),h=b=>{F("Syntro Bootstrap","Phase 2: PostHog feature flags loaded");let k=J2(b);if(F("Syntro Bootstrap","Segment flags from PostHog:",k),Q2(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=o1(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=Jk("growthbook",{clientKey:i.e,apiHost:o,attributes:l,onExperimentViewed:g?.trackExperiment?(b,k,C)=>{g.trackExperiment(b,k,C)}:void 0})),t.enableSessionMetrics&&(v=Gu({experiments:c,onMetricChange:(b,k)=>{F("Syntro Bootstrap",`Session metric changed: ${b} = ${k}`)}}),F("Syntro Bootstrap","SessionMetricTracker created"));let _="production";e?_="editor":n?_="audit":sr("NODE_ENV")==="development"&&(_="development");let x=Id({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||sr("NEXT_PUBLIC_SYNTRO_CDN_BASE")||sr("VITE_SYNTRO_CDN_BASE")||"https://cdn.syntrologie.com",p=Rd({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=r1(i.f,i.o??{});m=async()=>{let k=await b.fetch();return{...k.config,tiles:k.config.tiles??[]}}}else c&&(m=Ci({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 zu({...t.canvas,fetcher:y,integrations:{experiments:c,telemetry:g},editorUrl:a,runtime:x}),runtime:x,experiments:c,telemetry:g,sessionMetrics:v,appLoader:p}}var Jm={init:eN,encodeToken:Pd,decodeToken:al};typeof window<"u"&&(window.Syntro=Jm);return v1(tN);})();
400
400
  /*! Bundled license information:
401
401
 
402
402
  react/cjs/react.production.min.js: