;/*FB_PKG_DELIM*/ __d("BehaviorsMixin",[],(function(t,n,r,o,a,i){var e=(function(){function e(e){this.$1=e,this.$2=!1}var t=e.prototype;return t.enable=function(){this.$2||(this.$2=!0,this.$1.enable())},t.disable=function(){this.$2&&(this.$2=!1,this.$1.disable())},e})(),l=1;function s(e){return e.__BEHAVIOR_ID||(e.__BEHAVIOR_ID=l++),e.__BEHAVIOR_ID}var u={enableBehavior:function(n){this._behaviors||(this._behaviors={});var t=s(n);return this._behaviors[t]||(this._behaviors[t]=new e(new n(this))),this._behaviors[t].enable(),this},disableBehavior:function(t){if(this._behaviors){var e=s(t);this._behaviors[e]&&this._behaviors[e].disable()}return this},enableBehaviors:function(t){return t.forEach(this.enableBehavior,this),this},destroyBehaviors:function(){if(this._behaviors){for(var e in this._behaviors)this._behaviors[e].disable();this._behaviors={}}},hasBehavior:function(t){return this._behaviors&&s(t)in this._behaviors}},c=u;i.default=c}),66); __d("ContextualThing",["CSS","containsNode","ge","getOrCreateDOMID"],(function(t,n,r,o,a,i,l){function e(e,t){e.setAttribute("data-ownerid",r("getOrCreateDOMID")(t))}function s(e,t){for(var n=t;n;){if(r("containsNode")(e,n))return!0;n=u(n)}return!1}function u(e){for(var t=e;t;){var n=null;if(t instanceof Element&&(n=t.getAttribute("data-ownerid")),n!=null&&n!=="")return r("ge")(n);t=t.parentNode}return null}function c(e,t){for(var n=e;n&&!o("CSS").hasClass(n,t);){var a=null;n instanceof Element&&(a=n.getAttribute("data-ownerid")),a!=null&&a!==""?n=r("ge")(a):n=n.parentNode}return n}l.register=e,l.containsIncludingLayers=s,l.getContext=u,l.parentByClass=c}),98); __d("isValidReactElement",[],(function(t,n,r,o,a,i){var e=typeof Symbol=="function"&&Symbol.for&&Symbol.for("react.transitional.element")||60103;function l(t){return typeof t=="object"&&t!==null&&t.$$typeof===e}i.default=l}),66); __d("Layer",["invariant","ArbiterMixin","BehaviorsMixin","CSS","ContextualThing","DOM","DataStore","Event","FBLogger","HTML","KeyEventController","KeyStatus","Parent","ReactDOM_DEPRECATED","Style","ge","isNode","isValidReactElement","mixin","react","removeFromArray","setImmediate"],(function(t,n,r,o,a,i,l,s){var e,u=e||(e=o("react")),c=e.useLayoutEffect;n("KeyStatus");var d=[],m=(function(e){function t(t,n){var o;if(o=e.call(this)||this,o._config=t||{},n){o._configure(o._config,n);var a=o._config.addedBehaviors||[];o.enableBehaviors(o._getDefaultBehaviors().concat(a))}else r("FBLogger")("layer").warn("The markup param wasn't provided to the Layer constructor");return o}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.init=function(t){this._configure(this._config,t);var e=this._config.addedBehaviors||[];return this.enableBehaviors(this._getDefaultBehaviors().concat(e)),this._initialized=!0,this},n._configure=function(t,n){var e=this,a=n;if(n){var i=r("isNode")(n),l=typeof n=="string"||r("HTML").isHTML(n);if(this.containsReactComponent=r("isValidReactElement")(n),!i&&!l&&!this.containsReactComponent&&r("FBLogger")("layer").warn("Layer must be init with HTML, DOM node or React instance"),l)a=r("HTML")(n).getRootNode();else if(this.containsReactComponent){var s=document.createElement("div");f(n,s,function(){e.inform("reactshow"),e.updatePosition()}),a=this._reactContainer=s}}this._root=this._buildWrapper(t,a),t.attributes&&r("DOM").setAttributes(this._root,t.attributes),t.classNames&&t.classNames.forEach(o("CSS").addClass.bind(null,this._root)),o("CSS").addClass(this._root,"uiLayer"),t.causalElement!=null&&(this._causalElement=r("ge")(t.causalElement)),t.permanent===!0&&(this._permanent=t.permanent),t.isStrictlyControlled===!0&&(this._isStrictlyControlled=t.isStrictlyControlled),o("DataStore").set(this._root,"layer",this)},n._getDefaultBehaviors=function(){return[]},n.getCausalElement=function(){return this._causalElement},n.setCausalElement=function(t){return this._causalElement=t,this},n.getInsertParent=function(){return this._insertParent||document.body},n.hasWash=function(){return!0},n.getRoot=function(){return this._root||(this._destroyed?r("FBLogger")("layer").warn("No root node for this Layer. It has either not yet been set or the Layer has been destroyed. This layer has been destroyed."):r("FBLogger")("layer").warn("No root node for this Layer. It has probably not been set.")),this._root},n.getContentRoot=function(){return this.getRoot()},n._buildWrapper=function(t,n){return n},n.setInsertParent=function(t){return t&&(this._shown&&t!==this.getInsertParent()&&(r("DOM").appendContent(t,this.getRoot()),this.updatePosition()),this._insertParent=t),this},n.showAfterDelay=function(t){var e=this;window.setTimeout(function(){return e.show()},t)},n.show=function(){var e=this;if(this._shown)return this;var n=this.getRoot();return n!=null||s(0,5142),this.inform("beforeshow"),r("Style").set(n,"visibility","hidden"),r("Style").set(n,"overflow","hidden"),o("CSS").show(n),r("DOM").appendContent(this.getInsertParent(),n),this.updatePosition()!==!1?(this._shown=!0,this.inform("show"),t.inform("show",this),this._permanent||window.setTimeout(function(){e._shown&&d.push(e)},0)):o("CSS").hide(n),r("Style").set(n,"visibility",""),r("Style").set(n,"overflow",""),r("Style").set(n,"opacity","1"),this.inform("aftershow"),this},n.hide=function(t){return this._isStrictlyControlled?(this._shown&&this.inform("runhide",t),this):this._hide()},n._hide=function(){return this._hiding||!this._shown||this.inform("beforehide")===!1?this:(this._hiding=!0,this.inform("starthide")!==!1&&this.finishHide(),this)},n.conditionShow=function(t){return t?this.show():this._hide()},n.finishHide=function(){if(this._shown){this._permanent||r("removeFromArray")(d,this),this._hiding=!1,this._shown=!1;var e=this.getRoot();e!=null||s(0,5143),o("CSS").hide(e),this.inform("hide"),t.inform("hide",this)}},n.isShown=function(){return this._shown},n.updatePosition=function(){return!0},n.destroy=function(){this.containsReactComponent&&o("ReactDOM_DEPRECATED").unmountComponentAtNode_DEPRECATED(this._reactContainer),this.finishHide();var e=this.getRoot();r("DOM").remove(e),this.destroyBehaviors(),this.inform("destroy"),t.inform("destroy",this),o("DataStore").remove(e,"layer"),this._root=this._causalElement=null,this._destroyed=!0},t.init=function(t,n){t.init(n)},t.initAndShow=function(t,n){t.init(n).show()},t.show=function(t){t.show()},t.showAfterDelay=function(t,n){t.showAfterDelay(n)},t.getTopmostLayer=function(){return d[d.length-1]},t.informBlur=function(t){p=null,_=null;var e=d.length;if(e)for(;e--;){var n=d[e],r=n.getContentRoot();if(r!=null||s(0,5144),o("ContextualThing").containsIncludingLayers(r,t)||n.inform("blur",{target:t})===!1||n.isShown())return}},t})(r("mixin")(r("ArbiterMixin"),r("BehaviorsMixin")));Object.assign(m,r("ArbiterMixin")),Object.assign(m.prototype,{_destroyed:!1,_initialized:!1,_root:null,_shown:!1,_hiding:!1,_causalElement:null,_reactContainer:null}),r("Event").listen(document.documentElement,"keydown",function(e){if(r("KeyEventController").filterEventTargets(e,"keydown")){for(var t=d.length-1;t>=0;t--)if(d[t].inform("key",e)===!1)return!1}return!0},r("Event").Priority.URGENT);var p;r("Event").listen(document.documentElement,"mousedown",function(e){p=e.getTarget()});var _;r("Event").listen(document.documentElement,"mouseup",function(e){_=e.getTarget(),r("setImmediate")(function(){p=null,_=null})}),r("Event").listen(document.documentElement,"click",function(e){var t=p,n=_;p=null,_=null;var a=d.length;if(a){var i=e.getTarget();i!==n||i!==t||r("DOM").contains(document.documentElement,i)&&(i.offsetWidth!=null&&!i.offsetWidth||o("Parent").byClass(i,"generic_dialog")||m.informBlur(i))}});function f(e,t,n){r("setImmediate")(function(){o("ReactDOM_DEPRECATED").render_DEPRECATED(u.jsx(g,{onRender:n,children:e}),t)})}function g(e){var t=e.children,n=e.onRender;return c(function(){n()},[n]),t}g.displayName=g.name+" [from "+i.id+"]",l.default=m}),98); __d("TabIsolation",["Event","Focus","Keys","TabbableElements","containsNode"],(function(t,n,r,o,a,i,l){var e=[],s=0,u=(function(){function t(t){var n=this;this.enable=function(){n.disable(),e.unshift(n.$2),n.$1=r("Event").listen(window,"keydown",function(t){e[0]===n.$2&&n.$4(t)},r("Event").Priority.URGENT)},this.disable=function(){if(n.$1){var t=e.indexOf(n.$2);t>-1&&e.splice(t,1),n.$1.remove(),n.$1=null}},this.$3=t,this.$1=null,this.$2=s++}var n=t.prototype;return n.$4=function(t){if(r("Event").getKeyCode(t)===r("Keys").TAB){var e=t.getTarget();if(e){var n=o("TabbableElements").find(this.$3),a=n[0],i=n[n.length-1],l=t.getModifiers(),s=l.shift;s&&e===a?(t.preventDefault(),o("Focus").set(i)):(!s&&e===i||!r("containsNode")(this.$3,e))&&(t.preventDefault(),o("Focus").set(a))}}},t})();l.default=u}),98); __d("LayerTabIsolation",["TabIsolation"],(function(t,n,r,o,a,i,l){var e=(function(){function e(e){this.$1=e,this.$2=null,this.$3=null}var t=e.prototype;return t.enable=function(){var e=this.$1.getRoot();if(e!=null){var t=new(r("TabIsolation"))(e);this.$2=t,this.$3=[this.$1.subscribe("show",t.enable.bind(t)),this.$1.subscribe("hide",t.disable.bind(t))]}},t.disable=function(){for(;this.$3&&this.$3.length;)this.$3.pop().unsubscribe();this.$2&&this.$2.disable(),this.$2=null},e})();l.default=e}),98); __d("CometVisualCompletionConstants",["VisualCompletionConstants"],(function(t,n,r,o,a,i,l){"use strict";var e;l.default=e||(e=r("VisualCompletionConstants"))}),98); __d("DOMDimensions",["Style","err","getDocumentScrollElement"],(function(t,n,r,o,a,i,l){"use strict";function e(e){var t=e?e.offsetHeight:0,n=e?e.offsetWidth:0;return{height:t,width:n}}function s(e){var t=r("getDocumentScrollElement")(e),n=t.scrollWidth||0,o=t.scrollHeight||0;return{width:n,height:o}}function u(e,t,n,o,a){var i;switch(t){case"left":case"right":case"top":case"bottom":i=[t];break;case"width":i=["left","right"];break;case"height":i=["top","bottom"];break;default:throw r("err")("Invalid plane: "+t)}var l=function(n,o){for(var t=0,a=0;a=0;n--){var r=t[n];r.isPersistent()||r.remove()}})});var m=babelHelpers.extends({},r("ArbiterMixin"),{getTop:u("top"),getRight:u("right"),getBottom:u("bottom"),getLeft:u("left"),getElementPosition:function(t){var e=r("Vector").getElementPosition(t);return e.y-=m.getTop(),e},addTop:c("top"),addRight:c("right"),addBottom:c("bottom"),addLeft:c("left"),addPersistentTop:c("top",!0),addPersistentRight:c("right",!0),addPersistentBottom:c("bottom",!0),addPersistentLeft:c("left",!0)});m.addPersistentTop(function(){if((e||(e=r("ExecutionEnvironment"))).canUseDOM&&o("BlueBar").hasFixedBlueBar()){var t=o("BlueBar").getMaybeFixedRoot();return t?t.offsetHeight:0}return 0});var p=m;l.default=p}),98); __d("isAsyncScrollQuery",["UserAgent"],(function(t,n,r,o,a,i,l){var e=null;function s(){return e===null&&(e=r("UserAgent").isPlatform("Mac OS X >= 10.8")&&r("UserAgent").isBrowser("Safari >= 6.0")),e}l.default=s}),98); __d("ScrollAwareDOM",["ArbiterMixin","CSS","DOM","DOMDimensions","HTML","Vector","ViewportBounds","getDocumentScrollElement","getElementPosition","getViewportDimensions","isAsyncScrollQuery","isNode"],(function(t,n,r,o,a,i,l){var e;function s(e,t){return function(){var n=arguments;m.monitor(arguments[e],function(){t.apply(null,n)})}}function u(e){e instanceof Array||(e=[e]);for(var t=0;tr("ViewportBounds").getTop()}function d(e){var t=r("getElementPosition")(e).y+o("DOMDimensions").getElementDimensions(e).height,n=r("getViewportDimensions")().height-r("ViewportBounds").getBottom();return t>=n}var m=babelHelpers.extends({monitor:function(t,n){if(r("isAsyncScrollQuery")())return n();var e=u(t);if(e){var o=!!e.offsetParent;if(o&&(c(e)||d(e)))return n();var a=r("Vector").getDocumentDimensions(),i=n();if(o||e.offsetParent&&!c(e)){var l=r("Vector").getDocumentDimensions().sub(a),s={delta:l,target:e};m.inform("scroll",s)!==!1&&l.scrollElementBy(r("getDocumentScrollElement")())}return i}else return n()},replace:function(t,n){var e=u(n);return(!e||o("CSS").hasClass(e,"hidden_elem"))&&(e=t),m.monitor(e,function(){r("DOM").replace(t,n)})},prependContent:s(1,(e=r("DOM")).prependContent),insertAfter:s(1,e.insertAfter),insertBefore:s(1,e.insertBefore),setContent:s(0,e.setContent),appendContent:s(1,e.appendContent),remove:s(0,e.remove),empty:s(0,e.empty)},r("ArbiterMixin")),p=m;l.default=p}),98); __d("debounceAcrossTransitions",["debounce"],(function(t,n,r,o,a,i,l){function e(e,t,n){return r("debounce")(e,t,n,!0)}l.default=e}),98); __d("ModalLayer",["csx","cx","Arbiter","ArbiterMixin","CSS","CometVisualCompletionConstants","DOM","DOMDimensions","DOMQuery","DataStore","Event","Scroll","ScrollAwareDOM","Style","UserAgent","Vector","debounceAcrossTransitions","ge","getDocumentScrollElement","isAsyncScrollQuery","removeFromArray","setTimeout","setTimeoutAcrossTransitions"],(function(t,n,r,o,a,i,l,s,u){var e=[],c=null,d=null,m=null;function p(){return m||(m=o("DOMQuery").scry(document.body,"._li")[0]||r("ge")("FB4BResponsiveMain")),m}function _(e){var t={position:r("Vector").getScrollPosition(),listener:void 0},n=e.offsetTop-t.position.y;o("CSS").addClass(e,"_31e"),p().id!=="FB4BResponsiveMain"&&r("Style").set(e,"top",n+"px"),r("Arbiter").inform("reflow"),t.listener=r("ScrollAwareDOM").subscribe("scroll",function(n,a){if(o("DOMQuery").contains(e,a.target)){var i=e.offsetTop-a.delta.y;return r("Style").set(e,"top",i+"px"),t.position=t.position.add(a.delta),!1}return!0}),o("DataStore").set(e,"ModalLayerData",t)}function f(e,t){var n=t,a=o("DataStore").get(e,"ModalLayerData");if(a){var i=function(){if(o("CSS").removeClass(e,"_31e"),r("Style").set(e,"top",""),n){var t=r("getDocumentScrollElement")();o("Scroll").setTop(t,a.position.y),o("Scroll").getTop(t)!==a.position.y&&(o("Scroll").setTop(t,a.position.y+1),o("Scroll").setTop(t,a.position.y))}r("Arbiter").inform("reflow"),a.listener.unsubscribe(),a.listener=null,o("DataStore").remove(e,"ModalLayerData")};if(n&&r("isAsyncScrollQuery")()){var l=r("DOM").create("div",{className:"_42w"});r("Style").set(l,"height",e.offsetHeight+"px"),r("DOM").appendContent(document.body,l);var s=r("getDocumentScrollElement")();o("Scroll").setTop(s,a.position.y),n=!1,r("setTimeout")(function(){i(),r("DOM").remove(l)},0)}else i()}}function g(){var e=p();e!=null&&!o("CSS").matchesSelector(e,"._31e")&&_(e)}function h(){e.length||f(p(),!0)}function y(){for(var t=e.length;t--;){var n=e[t],r=n.getLayerRoot();if(r){C(r,0);var a=n.getLayerContentRoot();if(a){var i=a.offsetWidth+o("DOMDimensions").measureElementBox(a,"width",!1,!1,!0);C(r,i)}}}}function C(e,t){r("Style").set(e,"min-width",t+(t?"px":""))}var b=(function(){function t(e){this.$2=e,this.$1=!1}var n=t.prototype;return n.enable=function(){var e=this;p()&&(this.$3=this.$2.subscribe(["show","hide"],function(t){t=="show"?e.$5():e.$6()}),this.$2.isShown()&&this.$5(),this.$1=!0)},n.disable=function(){p()&&(this.$3&&this.$3.unsubscribe(),this.$2.isShown()&&this.$6(),this.$1=!1)},n.$5=function(){var n=this.getLayerRoot();o("CSS").addClass(n,"_3qw"),this.$2.hasWash()&&(this.$4=r("DOM").create("div",{className:"_3ixn"}),r("DOM").prependContent(n,this.$4)),n&&this.$2._config.ignoreVC&&n.setAttribute(r("CometVisualCompletionConstants").ATTRIBUTE_NAME,r("CometVisualCompletionConstants").IGNORE);var a=e[e.length-1];a?_(a.getLayerRoot()):g();var i=r("getDocumentScrollElement")();if(o("Scroll").setTop(i,0),!e.length){var l=r("debounceAcrossTransitions")(function(e){return y()},100);c=r("Event").listen(window,"resize",l),d=r("Arbiter").subscribe("reflow",l)}e.push(this),t.inform("show",this),r("setTimeout")(y,0)},n.$6=function(){var n=this,a=this.getLayerRoot();o("CSS").removeClass(a,"_3qw"),this.$2.hasWash()&&(r("DOM").remove(this.$4),this.$4=null),C(a,0);var i=this===e[e.length-1];r("removeFromArray")(e,this),e.length||(c&&c.remove(),c=null,d&&d.unsubscribe(),d=null);var l,s;r("UserAgent").isBrowser("Safari")&&(l=r("Event").listen(document.documentElement,"mousewheel",r("Event").prevent),s=l.remove.bind(l)),r("setTimeoutAcrossTransitions")(function(){var o=e[e.length-1];o?(f(o.getLayerRoot(),i),t.inform("show",o)):(h(),t.inform("hide",n)),e.length&&r("setTimeout")(y,0),r("UserAgent").isBrowser("Safari")&&r("setTimeout")(function(){s()},0)},200)},n.getLayerRoot=function(){return this.$1?this.$2.getRoot():null},n.getLayerContentRoot=function(){return this.$1?this.$2.getContentRoot():null},t.getTopmostModalLayer=function(){return e[e.length-1]},t})();Object.assign(b,r("ArbiterMixin")),l.default=b}),98); __d("BaseBlueModal.react",["BaseHeadingContext","BasePortal.react","CometContextualLayerAnchorRoot.react","FocusRegion.react","Layer","LayerTabIsolation","ModalLayer","focusScopeQueries","hero-tracing","react","react-compiler-runtime","useStable"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=e.useLayoutEffect;function c(e){var t=o("react-compiler-runtime").c(16),n=e.children,a=e.interactionDesc,i=e.interactionUUID,l=r("useStable")(d),c;t[0]!==i?(c=function(){return i!==void 0},t[0]=i,t[1]=c):c=t[1];var m=r("useStable")(c),p,_;t[2]!==l?(p=function(){var e=new(r("Layer"))({addedBehaviors:[r("ModalLayer"),r("LayerTabIsolation")]},l);return e.show(),(function(){e.destroy()})},_=[l],t[2]=l,t[3]=p,t[4]=_):(p=t[3],_=t[4]),u(p,_);var f;t[5]===Symbol.for("react.memo_cache_sentinel")?(f={className:"x78zum5 xdt5ytf xg6iff7 x1n2onr6"},t[5]=f):f=t[5];var g;t[6]!==n?(g=s.jsx("div",babelHelpers.extends({},f,{children:s.jsx(r("CometContextualLayerAnchorRoot.react"),{children:s.jsx(o("FocusRegion.react").FocusRegion,{autoFocusQuery:o("focusScopeQueries").headerFirstTabbableSecondScopeQuery,autoRestoreFocus:!0,containFocusQuery:o("focusScopeQueries").tabbableScopeQuery,recoverFocusQuery:o("focusScopeQueries").headerFirstTabbableSecondScopeQuery,children:n})})})),t[6]=n,t[7]=g):g=t[7];var h=g,y;t[8]!==h||t[9]!==a||t[10]!==i||t[11]!==m?(y=s.jsx(r("BaseHeadingContext").Provider,{value:1,children:m?s.jsx(o("hero-tracing").HeroInteraction,{interactionDesc:a,interactionUUID:i,children:h}):h}),t[8]=h,t[9]=a,t[10]=i,t[11]=m,t[12]=y):y=t[12];var C;return t[13]!==l||t[14]!==y?(C=s.jsx(r("BasePortal.react"),{target:l,children:y}),t[13]=l,t[14]=y,t[15]=C):C=t[15],C}function d(){return document.createElement("div")}l.default=c}),98); __d("CometCompositeStructureContext",["react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=s.createContext({horizontal:!1,vertical:!1});l.default=u}),98); __d("CometDialogContext",["FBLogger","react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(){r("FBLogger")("comet_ui").blameToPreviousFrame().mustfix("Attempted to imperatively render a dialog without CometTransientDialogProvider in the tree. This is not allowed. Please add a CometTransientDialogProvider to render a dialog (https://fburl.com/dialog-provider).")}var c=s.createContext(u);l.default=c}),98); __d("CometDialogTransitionTypes",["$InternalEnum"],(function(t,n,r,o,a,i){"use strict";var e=n("$InternalEnum")({Enter:"comet-dialog-enter",Exit:"comet-dialog-exit"}),l=e;i.default=l}),66); __d("CometHeroHoldTrigger.react",["hero-tracing-placeholder"],(function(t,n,r,o,a,i,l){"use strict";l.default=o("hero-tracing-placeholder").HeroHoldTrigger}),98); __d("CometHeroLogging",["hero-tracing"],(function(t,n,r,o,a,i,l){"use strict";l.default=o("hero-tracing").HeroLogger}),98); __d("CometInteractionTracingQPLConfigContext",["qpl","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=e,c=u.useContext,d=u.useMemo,m={dialogTraceQPLEvent:r("qpl")._(30605361,"6204"),popoverTraceQPLEvent:r("qpl")._(30605361,"6204")},p=s.createContext(m);function _(){return c(p).dialogTraceQPLEvent}function f(){return c(p).popoverTraceQPLEvent}function g(e){var t=o("react-compiler-runtime").c(6),n=e.children,r=e.dialogTraceQPLEvent,a=e.popoverTraceQPLEvent,i;t[0]!==r||t[1]!==a?(i={dialogTraceQPLEvent:r,popoverTraceQPLEvent:a},t[0]=r,t[1]=a,t[2]=i):i=t[2];var l=i,u;return t[3]!==n||t[4]!==l?(u=s.jsx(p.Provider,{value:l,children:n}),t[3]=n,t[4]=l,t[5]=u):u=t[5],u}l.defaultInteractionQPLEvents=m,l.useDialogTraceQPLEvent=_,l.usePopoverTraceQPLEvent=f,l.CometInteractionTracingQPLConfigContextProvider=g}),98); __d("CometLinkUtils.react",["CometTextTypography"],(function(t,n,r,o,a,i,l){"use strict";var e={blueLink:{color:"x1fey0fg",$$css:!0},disabled:{color:"x1dntmbh",$$css:!0},highlight:{color:"x1qq9wsj",$$css:!0},inheritColor:{color:"x1heor9g",$$css:!0},linkOnMedia:{color:"x9kptjx",$$css:!0},negative:{color:"x1a1m0xk",$$css:!0},positive:{color:"x6u5lvz",$$css:!0},primary:{color:"xzsf02u",$$css:!0},secondary:{color:"xi81zsa",$$css:!0},tertiary:{color:"x12scifz",$$css:!0},white:{color:"x14ctfv",$$css:!0}},s={bold:{fontWeight:"x1xlr1w8",$$css:!0},inheritFontWeight:{fontWeight:"x1pd3egz",$$css:!0},medium:{fontWeight:"xk50ysn",$$css:!0},normal:{fontWeight:"xo1l8bm",$$css:!0},semibold:{fontWeight:"x1s688f",$$css:!0}};function u(t,n,r){var o=t!=null?t:n!=null?f(n,r):"inherit";return o!=="inherit"&&e[o]}function c(t,n){var r=g(n),o=h(t);return r||o?e.inheritColor:e.blueLink}function d(e,t,n){var r=e!=null?e:t!=null?p(t,n):"inherit";return r!=="inherit"&&s[r]}function m(e){var t=g(e);return t?s.inheritFontWeight:s.semibold}function p(e,t){if(!t){var n=_(e);return r("CometTextTypography")[n].fontWeight}return"inherit"}function _(e){switch(e){case"headline3":return"headlineEmphasized3";case"headline4":return"headlineEmphasized4";case"body1":return"bodyLink1";case"body2":return"bodyLink2";case"body3":return"bodyLink3";case"body4":return"bodyLink4";default:return e}}function f(e,t){switch(e){case"headline3":case"headline4":case"body1":case"body2":case"body3":case"body4":return t?"blueLink":"primary";case"meta1":case"meta2":case"meta3":case"meta4":return t?"blueLink":"inherit";default:return"inherit"}}function g(e){return e!=null&&(e==="headlineDeemphasized3"||e==="headlineDeemphasized4"||e==="headlineEmphasized1"||e==="headlineEmphasized2"||e==="headlineEmphasized3"||e==="headlineEmphasized4"||e==="headline3"||e==="headline4"||e==="entityHeaderHeadline1"||e==="entityHeaderHeadline2")}function h(e){return e!=null&&(e==="negative"||e==="positive")}l.getLinkColorStyle=u,l.getLinkColorStyle__new=c,l.getLinkWeightStyle=d,l.getLinkWeightStyle__new=m}),98); __d("CometLink.react",["BaseLink.react","CometDangerouslySuppressInteractiveElementsContext","CometLinkUtils.react","FDSTextContext","isCometRouterUrl","react","react-compiler-runtime","react-strict-dom"],(function(t,n,r,o,a,i,l){"use strict";var e=["ref","color_DEPRECATED","disabled","display_DEPRECATED","href","role","target","weight_DEPRECATED","xstyle_DEPRECATED"],s,u=s||(s=o("react")),c=s.useContext,d={disabled:{color:"x1dntmbh",textDecorationLine:"xkrqix3 x1ubmc1d",$$css:!0},root:{color:"x1heor9g",textDecorationLine:"xkrqix3 x1sur9pj",$$css:!0}},m={block:{display:"x1lliihq",$$css:!0},"inline-block":{display:"x1rg5ohu",$$css:!0}};function p(t){var n=o("react-compiler-runtime").c(39),a,i,l,s,p,_,f,g,h;if(n[0]!==t){var y=t.ref,C=t.color_DEPRECATED,b=t.disabled,v=t.display_DEPRECATED,S=t.href,R=t.role,L=t.target,E=t.weight_DEPRECATED,k=t.xstyle_DEPRECATED,I=babelHelpers.objectWithoutPropertiesLoose(t,e);s=y,a=C,_=b,f=v,i=S,p=R,g=L,h=k,l=I,n[0]=t,n[1]=a,n[2]=i,n[3]=l,n[4]=s,n[5]=p,n[6]=_,n[7]=f,n[8]=g,n[9]=h}else a=n[1],i=n[2],l=n[3],s=n[4],p=n[5],_=n[6],f=n[7],g=n[8],h=n[9];var T=_===void 0?!1:_,D=f===void 0?"inline":f,x=o("FDSTextContext").useFDSTextContext(),$=c(r("CometDangerouslySuppressInteractiveElementsContext")),P;n[10]!==i||n[11]!==g?(P=g==="_blank"||g==null&&i!=null&&i!=="#"&&!r("isCometRouterUrl")(i),n[10]=i,n[11]=g,n[12]=P):P=n[12];var N=P,M=p==null&&(i==null||i==="#")?"button":p,w=x==null?void 0:x.type,A;n[13]!==a||n[14]!==N||n[15]!==w?(A=o("CometLinkUtils.react").getLinkColorStyle(a,w,N),n[13]=a,n[14]=N,n[15]=w,n[16]=A):A=n[16];var F=A,O=x==null?void 0:x.type,B;n[17]!==O?(B=o("CometLinkUtils.react").getLinkWeightStyle__new(O),n[17]=O,n[18]=B):B=n[18];var W=B,q=T&&d.disabled,U=D!=="inline"&&m[D],V;n[19]!==F||n[20]!==W||n[21]!==q||n[22]!==U?(V=[q,F,W,U],n[19]=F,n[20]=W,n[21]=q,n[22]=U,n[23]=V):V=n[23];var H=V;if($){var G;return n[24]!==l.children||n[25]!==s||n[26]!==H?(G=u.jsx(o("react-strict-dom").html.span,{ref:s,style:H,children:l.children}),n[24]=l.children,n[25]=s,n[26]=H,n[27]=G):G=n[27],G}var z=N?"_blank":g,j;n[28]!==H||n[29]!==h?(j=[d.root].concat(H,[h]),n[28]=H,n[29]=h,n[30]=j):j=n[30];var K;return n[31]!==T||n[32]!==i||n[33]!==M||n[34]!==l||n[35]!==s||n[36]!==z||n[37]!==j?(K=u.jsx(r("BaseLink.react"),babelHelpers.extends({},l,{disabled:T,display:"inline",href:i,ref:s,role:M,target:z,xstyle:j})),n[31]=T,n[32]=i,n[33]=M,n[34]=l,n[35]=s,n[36]=z,n[37]=j,n[38]=K):K=n[38],K}l.default=p}),98); __d("CometLinkTrackingUtils.facebook",["ConstUriUtils","isFacebookURI"],(function(t,n,r,o,a,i,l){"use strict";function e(e,t,n){if(e!=null&&e!=="#"&&(n.length||t.length)){var a=o("ConstUriUtils").getUri(e);if(a!=null)return r("isFacebookURI")(a)?(n.length&&(a=a.addQueryParam("__cft__",n)),t.length&&a!=null&&(a=a.addQueryParam("__tn__",t.join(""))),a!=null?a.toString():e):e}return e}l.decorateHrefWithTrackingInfo=e}),98); __d("CometMaxEnqueuedToastsSitevarConfigJSModuleWrapper",["CometMaxEnqueuedToastsSitevarConfig"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("CometMaxEnqueuedToastsSitevarConfig")}),98); __d("CometOverlayCloseHandlerContext",["react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=e,c=u.useContext,d=u.useEffect,m=s.createContext(null);function p(e){var t=o("react-compiler-runtime").c(4),n=c(m),r,a;t[0]!==e||t[1]!==n?(r=function(){if(!(n==null||e==null)){var t=n(e);return t}},a=[n,e],t[0]=e,t[1]=n,t[2]=r,t[3]=a):(r=t[2],a=t[3]),d(r,a)}l.CometOverlayCloseHandlerContext=m,l.useCometOverlayCloseHandler=p}),98); __d("CometRelayConfigJSModuleWrapper",["CometRelayConfig"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("CometRelayConfig")}),98); __d("CometRelayEnvironmentFactory",["cr:3450"],(function(t,n,r,o,a,i,l){"use strict";var e;l.CometRelayEnvironmentFactory=e=n("cr:3450"),l.commitLocalUpdateForEachEnvironment=e.commitLocalUpdateForEachEnvironment,l.configEnvironment=e.configEnvironment,l.createLocalEnvironment=e.createLocalEnvironment,l.defaultEnvironment=e.defaultEnvironment,l.getForActor=e.getForActor,l.getForActorID=e.getForActorID,l.handlerProvider=e.handlerProvider}),98); __d("SilenceableErrorMessageUtils",[],(function(t,n,r,o,a,i){"use strict";function e(e){return e.is_silent===!0}function l(e){var t;if(typeof e=="object"&&e instanceof Error){var n=e.description,r=e.message,o=e.source;return{code:o==null?void 0:o.code,is_silent:o==null?void 0:o.is_silent,message:n!=null?n:r,timestamp:Date.now()}}return{is_silent:(t=e.source)==null?void 0:t.is_silent,message:e.description}}function s(t,n){var r,o,a,i,s=t.description,u=t.message,c=t.source,d=(r=(o=(a=c==null||(i=c.exception)==null?void 0:i.message)!=null?a:c==null?void 0:c.description)!=null?o:s)!=null?r:u;e(l(t))&&n(d)}i.shouldHideErrorMessage=e,i.getMetadataFromError=l,i.handleSilentError=s}),66); __d("CometRelayErrorHandling",["errorCode","SilenceableErrorMessageUtils"],(function(t,n,r,o,a,i,l,s){"use strict";var e;try{e=new WeakMap}catch(t){e=null}function u(t){var n;(n=e)==null||n.set(t,!0)}function c(t){var n,r,a=t.source,i=(n=a==null?void 0:a.errorCode)!=null?n:a==null?void 0:a.code;return i===1357001?!1:i===1675030?!0:((r=e)==null?void 0:r.get(t))===!0||o("SilenceableErrorMessageUtils").shouldHideErrorMessage(o("SilenceableErrorMessageUtils").getMetadataFromError(t))}l.markErrorAsHandled=u,l.shouldSkipErrorSideEffects=c}),98); __d("CometRouteURLUtils",["ConstUriUtils","memoizeStringOnly"],(function(t,n,r,o,a,i,l){"use strict";var e=r("memoizeStringOnly")(function(e){var t,n=o("ConstUriUtils").getUri(e);return(t=n==null?void 0:n.getPath())!=null?t:null}),s=r("memoizeStringOnly")(function(e){var t=o("ConstUriUtils").getUri(e);return t!=null?Object.fromEntries(t.getQueryParams()):null});l.getURLPath=e,l.getURLQueryData=s}),98); __d("absoluteToRelative",["memoizeStringOnly"],(function(t,n,r,o,a,i,l){"use strict";var e=r("memoizeStringOnly")(function(e){return e.replace(/^https?:\/\/[^\/]+/i,"")});function s(t){return e(t!=null?t:"#")}l.default=s}),98); __d("CometRouteWindowURL",["CometRouteURLUtils","ConstUriUtils","absoluteToRelative"],(function(t,n,r,o,a,i,l){"use strict";function e(){var e;if(window.location.href==null)return null;var t=(e=o("ConstUriUtils").getUri(window.location.href))==null?void 0:e.toString();return t!=null?r("absoluteToRelative")(t):null}function s(){var t=e();return t!=null?o("CometRouteURLUtils").getURLQueryData(t):null}l.getWindowURL=e,l.getWindowURLParams=s}),98); __d("CometRouteURL",["CometRouteURLUtils","CometRouteWindowURL","react-compiler-runtime","useCurrentRoute"],(function(t,n,r,o,a,i,l){"use strict";function e(){var e=o("react-compiler-runtime").c(1),t=r("useCurrentRoute")();if(t!=null){var n;return(n=t.canonicalUrl)!=null?n:t.url}else{var a;if(e[0]===Symbol.for("react.memo_cache_sentinel")){var i;a=(i=o("CometRouteWindowURL").getWindowURL())!=null?i:"",e[0]=a}else a=e[0];return a}}function s(){var t=o("react-compiler-runtime").c(2),n=e(),r;if(t[0]!==n){var a;r=(a=o("CometRouteURLUtils").getURLPath(n))!=null?a:"",t[0]=n,t[1]=r}else r=t[1];return r}function u(){var t=o("react-compiler-runtime").c(2),n=e(),r;if(t[0]!==n){var a;r=(a=o("CometRouteURLUtils").getURLQueryData(n))!=null?a:{},t[0]=n,t[1]=r}else r=t[1];return r}l.getWindowURL=o("CometRouteWindowURL").getWindowURL,l.getWindowURLParams=o("CometRouteWindowURL").getWindowURLParams,l.useRouteURL=e,l.useRouteURLPath=s,l.useRouteURLParams=u}),98); __d("CometSuspendedDialogImpl.react",["CometPlaceholder.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=e.unstable_ViewTransition;function c(e){var t=o("react-compiler-runtime").c(13),n=e.animateReveal,a=e.dialog,l=e.dialogProps,c=e.fallback,d=e.onClose,m=e.onHide,p=n===void 0?!1:n,_;t[0]!==c||t[1]!==d?(_=c(d),t[0]=c,t[1]=d,t[2]=_):_=t[2];var f;t[3]!==a||t[4]!==l||t[5]!==d||t[6]!==m?(f=s.jsx(a,babelHelpers.extends({},l,{onClose:d,onHide:m})),t[3]=a,t[4]=l,t[5]=d,t[6]=m,t[7]=f):f=t[7];var g;t[8]!==_||t[9]!==f?(g=s.jsx(r("CometPlaceholder.react"),{fallback:_,name:i.id,children:f}),t[8]=_,t[9]=f,t[10]=g):g=t[10];var h=g;if(p){var y;return t[11]!==h?(y=s.jsx(u,{children:h}),t[11]=h,t[12]=y):y=t[12],y}return h}l.default=c}),98); __d("CometTailLoadLoggerConfig",["qpl"],(function(t,n,r,o,a,i,l){"use strict";var e={qplEvent:r("qpl")._(588713587,"4750")};function s(t){e.qplEvent=t}function u(){return e.qplEvent}l.overrideQPLEvent=s,l.getQPLEvent=u}),98); __d("CometTailLoadLogger",["CometTailLoadLoggerConfig","QuickLogActionType","QuickPerformanceLogger","SiteData","VisibilityListener","gkx","performanceNavigationStart","uuidv4"],(function(t,n,r,o,a,i,l){"use strict";var e,s=3e3,u=r("gkx")("6890"),c=0,d=r("performanceNavigationStart")(),m=new Map,p=new Map,_=new Map,f=new Set,g=r("uuidv4")(),h=new Set;function y(){m.clear(),p.clear(),_.clear(),f.clear()}function C(t,n,a){c++,u&&(e||(e=r("QuickPerformanceLogger"))).markerStart(o("CometTailLoadLoggerConfig").getQPLEvent(),c,a.current+d,{trackedForLoss:!0});var i=t+"_"+n;_.set(i,c)}function b(e,t){p.set(e,t.current)}function v(e,t,n){var r=e+"_"+t;m.set(r,n)}function S(t,n,a,i,l){var c=t+"_"+n,y=0,b=p.get(t)||a,v=m.get(c);v!=null&&(y=v,m.delete(c));var S=_.get(c);S==null&&(C(t,n,{current:b}),S=_.get(c));var R=o("VisibilityListener").getHiddenTime(b+r("performanceNavigationStart")(),a+r("performanceNavigationStart")());if(u&&((e||(e=r("QuickPerformanceLogger"))).markerAnnotate(o("CometTailLoadLoggerConfig").getQPLEvent(),{int:{client_revision:r("SiteData").client_revision,hidden:+(R!=null&&R>0),interruptedConsumption:y,position:n,windowHeight:Math.floor(window.innerHeight/100)},string:{client_push_phase:r("SiteData").push_phase,pageletName:t,sessionId:g,tracePolicy:l}},{instanceKey:S}),e.markerEnd(o("CometTailLoadLoggerConfig").getQPLEvent(),i,S,a+d)),i!==2||i===706&&y>=s){var L=Object.keys(r("QuickLogActionType")).find(function(e){return r("QuickLogActionType")[e]===i})||"UNKNOWN";h.add({position:n,scrollingFNLType:L,tracePolicy:l})}f.add(c),_.delete(c)}function R(e,t,n,r,o){var a=e+"_"+t,i=!f.has(a);i&&S(e,t,n,r,o),f.delete(a)}function L(){return h}l.alreadyFinishedMarkerKeys=f,l.reset=y,l.startTailLoadTracing=C,l.setTailLoadStartTime=b,l.reportInterruptedConsumption=v,l.endTailloadTracing=S,l.logMarkerEnd=R,l.dump=L}),98); __d("FBNucleusCautionTriangleFilled20Icon.react",["react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){return s.jsxs("svg",babelHelpers.extends({viewBox:"0 0 20 20",width:"1em",height:"1em",fill:"currentColor"},e,{children:[e.title!=null&&s.jsx("title",{children:e.title}),e.children!=null&&s.jsx("defs",{children:e.children}),s.jsx("path",{d:"M7.189 2.606c1.252-2.16 4.371-2.16 5.624 0l6.093 10.514c1.256 2.167-.308 4.88-2.812 4.88H3.907c-2.504 0-4.067-2.713-2.812-4.88L7.19 2.606zM10.75 7.75a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3zM9.999 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"})]}))}u.displayName=u.name+" [from "+i.id+"]",u._size=20,u._isSVG=!0;var c=u;l.default=c}),98); __d("cometPushToast",["BaseToasterStateManager","FBNucleusCautionTriangleFilled20Icon.react","FDSIcon.react","basePushToast","deferredLoadComponent","react","requireDeferred"],(function(t,n,r,o,a,i,l){"use strict";var e=["action"],s,u=s||(s=o("react")),c=r("BaseToasterStateManager").getInstance(),d=r("deferredLoadComponent")(r("requireDeferred")("CometToast.react").__setRef("cometPushToast"));function m(t,n,r){n===void 0&&(n=2750);var a=r!=null?r:c;if(o("basePushToast").passesNewToastAPIGK())if(o("basePushToast").isInteractiveToast(t)){var i=o("basePushToast").pushPersistentToast(u.jsx(d,babelHelpers.extends({},t,{loadImmediately:!0,onDismiss:function(){return a.expire(i)}})),a);return i}else{var l=t.action,s=babelHelpers.objectWithoutPropertiesLoose(t,e),m=babelHelpers.extends({withoutCloseButton:!0},s),p=o("basePushToast").pushAlertToast(babelHelpers.extends({},m),u.jsx(d,babelHelpers.extends({loadImmediately:!0,onDismiss:function(){return a.expire(p)}},s)),a);return p}var _=a.push(u.jsx(d,babelHelpers.extends({},t,{loadImmediately:!0,onDismiss:function(){return a.expire(_)}})),n);return _}function p(e,t){return m({message:e},t)}function _(e,t,n){return t===void 0&&(t=2750),m(babelHelpers.extends({},e,{icon:u.jsx(r("FDSIcon.react"),{color:"warning",icon:r("FBNucleusCautionTriangleFilled20Icon.react"),size:20})}),t,n)}l.cometPushToast=m,l.cometPushSimpleToast=p,l.cometPushErrorToast=_}),98); __d("useIsCalledDuringRender",["FBLogger","react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=e,c=u.useCallback,d=u.useRef,m=s.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function p(){var e=d(void 0);return c(function(){return r("FBLogger")("comet_ui").blameToPreviousFrame().warn("useIsCalledDuringRender should only be used for development purpose. It is implemented in a way that will not work correctly in production."),!1},[])}l.default=p}),98); __d("CometTransientDialogProviderImpl.react",["fbt","BaseModal.react","CometDialogContext","CometDialogTransitionTypes","CometErrorBoundary.react","CometHeroLogging","CometInteractionTracingQPLConfigContext","CometOverlayCloseHandlerContext","FBLogger","cometPushToast","cr:945","react","react-compiler-runtime","useCometInteractionTracing","useIsCalledDuringRender","useIsMountedRef"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u=e||(e=o("react")),c=e,d=c.startTransition,m=c.unstable_addTransitionType,p=c.useCallback,_=c.useEffect,f=c.useRef,g=c.useState;function h(e){var t,n,a,i,l,c=o("react-compiler-runtime").c(25),p=e.dialogConfig,h=e.dialogConfigsRef,y=e.removeDialogConfig,C=f(null),b,v;c[0]===Symbol.for("react.memo_cache_sentinel")?(b=function(){return function(){C.current!=null&&window.cancelAnimationFrame(C.current)}},v=[],c[0]=b,c[1]=v):(b=c[0],v=c[1]),_(b,v);var S=p.dialog,R=p.dialogProps,L=g(!1),E=L[0],k=L[1],I;c[2]!==p||c[3]!==h||c[4]!==y?(I=function(){for(var e=arguments.length,t=new Array(e),n=0;n=3&&r[2]==="videos"){if(r.length===4&&s(r[3]))return{video_id:r[3],set_token:null};if(r.length===5){if(s(r[4]))return{video_id:r[4],set_token:r[3]};if(s(r[3]))return{video_id:r[3],story_id:r[4]}}else if(r.length===6&&s(r[4]))return{video_id:r[4],set_token:r[3],story_id:r[5]}}return null}function s(e){return/^\d+$/.exec(e)!==null}function u(e){var t=e.getPath();return t[t.length-1]==="/"&&(t=t.substring(0,t.length-1)),t==="/photo.php"||t==="/force_photo/photo.php"||t==="/photo"||t==="/force_photo/photo/index.php"||t==="/photo/index.php"||t==="/force_photo/photo"||t==="/video.php"||t==="/video/video.php"}function c(e){var t=e.getDomain();return t==="fb.watch"||t==="fbwat.ch"}function d(e,t){return e+t+"/"}i.isValid=e,i.parse=l,i.isNumeric=s,i.isValidLegacy=u,i.isValidFBWatchDomain=c,i.getCustomStoryURI=d}),66); __d("VideoPlayerStateBasedLoggingEventsJSModuleWrapper",["VideoPlayerStateBasedLoggingEvents"],(function(t,n,r,o,a,i,l){"use strict";l.default=r("VideoPlayerStateBasedLoggingEvents")}),98); __d("mergeCommentEdgesSortedByTimestampInVideo",["expectationViolation"],(function(t,n,r,o,a,i,l){"use strict";var e=function(t){var e,n=t==null||(e=t.getLinkedRecord("node"))==null?void 0:e.getValue("timestamp_in_video");return typeof n!="number"?null:n};function s(t,n){for(var o=0,a=0,i=new Set,l=[],s=function(t){var e,n=t==null||(e=t.getLinkedRecord("node"))==null?void 0:e.getValue("id");if(n==null){r("expectationViolation")("Node should have id");return}i.has(n)||(i.add(n),l.push(t))};oc){s(n[a]),a++;continue}s(t[o]),s(n[a]),o++,a++}for(var d=o;d=t?n:"0".repeat(t-n.length)+n}i.default=e}),66); __d("preprocessKadabraUserStoppedMessage",["KadabraStopCurrentMessageState","relay-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e=function(t){return o("relay-runtime").Observable.create(function(e){var n=null;return t.subscribe({complete:function(){n!=null&&o("KadabraStopCurrentMessageState").clearStoppedMessage(n),e.complete()},error:function(r){n!=null&&o("KadabraStopCurrentMessageState").clearStoppedMessage(n),e.error(r)},next:function(r){var t=Array.isArray(r)?r:[r],a=!1;for(var i of t){var l,s;if(!(typeof i!="object"||i==null||!("data"in i))){var u=i.data;if(!(u==null||typeof u!="object"||!("xfb_llm_async_response_subscription"in u)||typeof u.xfb_llm_async_response_subscription!="object")){var c=(l=u.xfb_llm_async_response_subscription)==null?void 0:l.message;if(!(c==null||typeof c!="object"||typeof c.message_persistent_input!="object"||c.role!=="ASSISTANT")){var d=(s=c.message_persistent_input)==null?void 0:s.offline_threading_id;if(typeof d=="string"&&(n=d,o("KadabraStopCurrentMessageState").getIsMessageStopped(d))){a=!0;continue}}}}}a||e.next(r)}})})},s=e;l.default=s}),98); __d("range",[],(function(t,n,r,o,a,i){"use strict";function e(e,t,n){for(var r=n==null||n===0?e2?r-2:0),i=2;i