mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
69 lines
197 KiB
JavaScript
69 lines
197 KiB
JavaScript
// MessageChannel polyfill for workerd
|
|
if (typeof MessageChannel === 'undefined') {
|
|
globalThis.MessageChannel = class MessageChannel {
|
|
constructor() {
|
|
this.port1 = { onmessage: null, postMessage: () => {} };
|
|
this.port2 = {
|
|
postMessage: (msg) => {
|
|
if (this.port1.onmessage) {
|
|
queueMicrotask(() => this.port1.onmessage({ data: msg }));
|
|
}
|
|
}
|
|
};
|
|
}
|
|
};
|
|
}
|
|
var iC=Object.create;var{getPrototypeOf:tC,defineProperty:XE,getOwnPropertyNames:JC}=Object;var VC=Object.prototype.hasOwnProperty;var Dc=(f,u,c)=>{c=f!=null?iC(tC(f)):{};let y=u||!f||!f.__esModule?XE(c,"default",{value:f,enumerable:!0}):c;for(let _ of JC(f))if(!VC.call(y,_))XE(y,_,{get:()=>f[_],enumerable:!0});return y};var wx=(f,u)=>()=>(u||f((u={exports:{}}).exports,u),u.exports);var BE=(f,u)=>{for(var c in u)XE(f,c,{get:u[c],enumerable:!0,configurable:!0,set:(y)=>u[c]=()=>y})};var SC=(f,u)=>()=>(f&&(u=f(f=0)),u);var Dy=wx((_R)=>{var ZE=Symbol.for("react.transitional.element"),FC=Symbol.for("react.portal"),KC=Symbol.for("react.fragment"),kC=Symbol.for("react.strict_mode"),dC=Symbol.for("react.profiler"),lC=Symbol.for("react.consumer"),bC=Symbol.for("react.context"),pC=Symbol.for("react.forward_ref"),qC=Symbol.for("react.suspense"),oC=Symbol.for("react.memo"),Ux=Symbol.for("react.lazy"),eC=Symbol.for("react.activity"),mx=Symbol.iterator;function aC(f){if(f===null||typeof f!=="object")return null;return f=mx&&f[mx]||f["@@iterator"],typeof f==="function"?f:null}var rx={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},Lx=Object.assign,Yx={};function zc(f,u,c){this.props=f,this.context=u,this.refs=Yx,this.updater=c||rx}zc.prototype.isReactComponent={};zc.prototype.setState=function(f,u){if(typeof f!=="object"&&typeof f!=="function"&&f!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,f,u,"setState")};zc.prototype.forceUpdate=function(f){this.updater.enqueueForceUpdate(this,f,"forceUpdate")};function Nx(){}Nx.prototype=zc.prototype;function hE(f,u,c){this.props=f,this.context=u,this.refs=Yx,this.updater=c||rx}var iE=hE.prototype=new Nx;iE.constructor=hE;Lx(iE,zc.prototype);iE.isPureReactComponent=!0;var Mx=Array.isArray;function QE(){}var K={H:null,A:null,T:null,S:null},Dx=Object.prototype.hasOwnProperty;function tE(f,u,c){var y=c.ref;return{$$typeof:ZE,type:f,key:u,ref:y!==void 0?y:null,props:c}}function sC(f,u){return tE(f.type,u,f.props)}function JE(f){return typeof f==="object"&&f!==null&&f.$$typeof===ZE}function fR(f){var u={"=":"=0",":":"=2"};return"$"+f.replace(/[=:]/g,function(c){return u[c]})}var Hx=/\/+/g;function PE(f,u){return typeof f==="object"&&f!==null&&f.key!=null?fR(""+f.key):u.toString(36)}function uR(f){switch(f.status){case"fulfilled":return f.value;case"rejected":throw f.reason;default:switch(typeof f.status==="string"?f.then(QE,QE):(f.status="pending",f.then(function(u){f.status==="pending"&&(f.status="fulfilled",f.value=u)},function(u){f.status==="pending"&&(f.status="rejected",f.reason=u)})),f.status){case"fulfilled":return f.value;case"rejected":throw f.reason}}throw f}function $c(f,u,c,y,_){var E=typeof f;if(E==="undefined"||E==="boolean")f=null;var v=!1;if(f===null)v=!0;else switch(E){case"bigint":case"string":case"number":v=!0;break;case"object":switch(f.$$typeof){case ZE:case FC:v=!0;break;case Ux:return v=f._init,$c(v(f._payload),u,c,y,_)}}if(v)return _=_(f),v=y===""?"."+PE(f,0):y,Mx(_)?(c="",v!=null&&(c=v.replace(Hx,"$&/")+"/"),$c(_,u,c,"",function(g){return g})):_!=null&&(JE(_)&&(_=sC(_,c+(_.key==null||f&&f.key===_.key?"":(""+_.key).replace(Hx,"$&/")+"/")+v)),u.push(_)),1;v=0;var T=y===""?".":y+":";if(Mx(f))for(var x=0;x<f.length;x++)y=f[x],E=T+PE(y,x),v+=$c(y,u,c,E,_);else if(x=aC(f),typeof x==="function")for(f=x.call(f),x=0;!(y=f.next()).done;)y=y.value,E=T+PE(y,x++),v+=$c(y,u,c,E,_);else if(E==="object"){if(typeof f.then==="function")return $c(uR(f),u,c,y,_);throw u=String(f),Error("Objects are not valid as a React child (found: "+(u==="[object Object]"?"object with keys {"+Object.keys(f).join(", ")+"}":u)+"). If you meant to render a collection of children, use an array instead.")}return v}function g_(f,u,c){if(f==null)return f;var y=[],_=0;return $c(f,y,"","",function(E){return u.call(c,E,_++)}),y}function cR(f){if(f._status===-1){var u=f._result;u=u(),u.then(function(c){if(f._status===0||f._status===-1)f._status=1,f._result=c},function(c){if(f._status===0||f._status===-1)f._status=2,f._result=c}),f._status===-1&&(f._status=0,f._result=u)}if(f._status===1)return f._result.default;throw f._result}var Ix=typeof reportError==="function"?reportError:function(f){if(typeof window==="object"&&typeof window.ErrorEvent==="function"){var u=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof f==="object"&&f!==null&&typeof f.message==="string"?String(f.message):String(f),error:f});if(!window.dispatchEvent(u))return}else if(typeof process==="object"&&typeof process.emit==="function"){process.emit("uncaughtException",f);return}console.error(f)},yR={map:g_,forEach:function(f,u,c){g_(f,function(){u.apply(this,arguments)},c)},count:function(f){var u=0;return g_(f,function(){u++}),u},toArray:function(f){return g_(f,function(u){return u})||[]},only:function(f){if(!JE(f))throw Error("React.Children.only expected to receive a single React element child.");return f}};_R.Activity=eC;_R.Children=yR;_R.Component=zc;_R.Fragment=KC;_R.Profiler=dC;_R.PureComponent=hE;_R.StrictMode=kC;_R.Suspense=qC;_R.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=K;_R.__COMPILER_RUNTIME={__proto__:null,c:function(f){return K.H.useMemoCache(f)}};_R.cache=function(f){return function(){return f.apply(null,arguments)}};_R.cacheSignal=function(){return null};_R.cloneElement=function(f,u,c){if(f===null||f===void 0)throw Error("The argument must be a React element, but you passed "+f+".");var y=Lx({},f.props),_=f.key;if(u!=null)for(E in u.key!==void 0&&(_=""+u.key),u)!Dx.call(u,E)||E==="key"||E==="__self"||E==="__source"||E==="ref"&&u.ref===void 0||(y[E]=u[E]);var E=arguments.length-2;if(E===1)y.children=c;else if(1<E){for(var v=Array(E),T=0;T<E;T++)v[T]=arguments[T+2];y.children=v}return tE(f.type,_,y)};_R.createContext=function(f){return f={$$typeof:bC,_currentValue:f,_currentValue2:f,_threadCount:0,Provider:null,Consumer:null},f.Provider=f,f.Consumer={$$typeof:lC,_context:f},f};_R.createElement=function(f,u,c){var y,_={},E=null;if(u!=null)for(y in u.key!==void 0&&(E=""+u.key),u)Dx.call(u,y)&&y!=="key"&&y!=="__self"&&y!=="__source"&&(_[y]=u[y]);var v=arguments.length-2;if(v===1)_.children=c;else if(1<v){for(var T=Array(v),x=0;x<v;x++)T[x]=arguments[x+2];_.children=T}if(f&&f.defaultProps)for(y in v=f.defaultProps,v)_[y]===void 0&&(_[y]=v[y]);return tE(f,E,_)};_R.createRef=function(){return{current:null}};_R.forwardRef=function(f){return{$$typeof:pC,render:f}};_R.isValidElement=JE;_R.lazy=function(f){return{$$typeof:Ux,_payload:{_status:-1,_result:f},_init:cR}};_R.memo=function(f,u){return{$$typeof:oC,type:f,compare:u===void 0?null:u}};_R.startTransition=function(f){var u=K.T,c={};K.T=c;try{var y=f(),_=K.S;_!==null&&_(c,y),typeof y==="object"&&y!==null&&typeof y.then==="function"&&y.then(QE,Ix)}catch(E){Ix(E)}finally{u!==null&&c.types!==null&&(u.types=c.types),K.T=u}};_R.unstable_useCacheRefresh=function(){return K.H.useCacheRefresh()};_R.use=function(f){return K.H.use(f)};_R.useActionState=function(f,u,c){return K.H.useActionState(f,u,c)};_R.useCallback=function(f,u){return K.H.useCallback(f,u)};_R.useContext=function(f){return K.H.useContext(f)};_R.useDebugValue=function(){};_R.useDeferredValue=function(f,u){return K.H.useDeferredValue(f,u)};_R.useEffect=function(f,u){return K.H.useEffect(f,u)};_R.useEffectEvent=function(f){return K.H.useEffectEvent(f)};_R.useId=function(){return K.H.useId()};_R.useImperativeHandle=function(f,u,c){return K.H.useImperativeHandle(f,u,c)};_R.useInsertionEffect=function(f,u){return K.H.useInsertionEffect(f,u)};_R.useLayoutEffect=function(f,u){return K.H.useLayoutEffect(f,u)};_R.useMemo=function(f,u){return K.H.useMemo(f,u)};_R.useOptimistic=function(f,u){return K.H.useOptimistic(f,u)};_R.useReducer=function(f,u,c){return K.H.useReducer(f,u,c)};_R.useRef=function(f){return K.H.useRef(f)};_R.useState=function(f){return K.H.useState(f)};_R.useSyncExternalStore=function(f,u,c){return K.H.useSyncExternalStore(f,u,c)};_R.useTransition=function(){return K.H.useTransition()};_R.version="19.2.0"});var VE={};BE(VE,{version:()=>Sx,useFormStatus:()=>Vx,useFormState:()=>Jx,unstable_batchedUpdates:()=>tx,requestFormReset:()=>ix,preloadModule:()=>hx,preload:()=>Zx,preinitModule:()=>Qx,preinit:()=>Px,prefetchDNS:()=>Bx,preconnect:()=>Xx,flushSync:()=>Gx,createPortal:()=>jx,__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE:()=>Wx});function zx(f){var u="https://react.dev/errors/"+f;if(1<arguments.length){u+="?args[]="+encodeURIComponent(arguments[1]);for(var c=2;c<arguments.length;c++)u+="&args[]="+encodeURIComponent(arguments[c])}return"Minified React error #"+f+"; visit "+u+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function Ku(){}function pR(f,u,c){var y=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:bR,key:y==null?null:""+y,children:f,containerInfo:u,implementation:c}}function C_(f,u){if(f==="font")return"";if(typeof u==="string")return u==="use-credentials"?u:""}var $x,zf,bR,$y,Wx,jx=function(f,u){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!u||u.nodeType!==1&&u.nodeType!==9&&u.nodeType!==11)throw Error(zx(299));return pR(f,u,null,c)},Gx=function(f){var u=$y.T,c=zf.p;try{if($y.T=null,zf.p=2,f)return f()}finally{$y.T=u,zf.p=c,zf.d.f()}},Xx=function(f,u){typeof f==="string"&&(u?(u=u.crossOrigin,u=typeof u==="string"?u==="use-credentials"?u:"":void 0):u=null,zf.d.C(f,u))},Bx=function(f){typeof f==="string"&&zf.d.D(f)},Px=function(f,u){if(typeof f==="string"&&u&&typeof u.as==="string"){var c=u.as,y=C_(c,u.crossOrigin),_=typeof u.integrity==="string"?u.integrity:void 0,E=typeof u.fetchPriority==="string"?u.fetchPriority:void 0;c==="style"?zf.d.S(f,typeof u.precedence==="string"?u.precedence:void 0,{crossOrigin:y,integrity:_,fetchPriority:E}):c==="script"&&zf.d.X(f,{crossOrigin:y,integrity:_,fetchPriority:E,nonce:typeof u.nonce==="string"?u.nonce:void 0})}},Qx=function(f,u){if(typeof f==="string")if(typeof u==="object"&&u!==null){if(u.as==null||u.as==="script"){var c=C_(u.as,u.crossOrigin);zf.d.M(f,{crossOrigin:c,integrity:typeof u.integrity==="string"?u.integrity:void 0,nonce:typeof u.nonce==="string"?u.nonce:void 0})}}else u==null&&zf.d.M(f)},Zx=function(f,u){if(typeof f==="string"&&typeof u==="object"&&u!==null&&typeof u.as==="string"){var c=u.as,y=C_(c,u.crossOrigin);zf.d.L(f,c,{crossOrigin:y,integrity:typeof u.integrity==="string"?u.integrity:void 0,nonce:typeof u.nonce==="string"?u.nonce:void 0,type:typeof u.type==="string"?u.type:void 0,fetchPriority:typeof u.fetchPriority==="string"?u.fetchPriority:void 0,referrerPolicy:typeof u.referrerPolicy==="string"?u.referrerPolicy:void 0,imageSrcSet:typeof u.imageSrcSet==="string"?u.imageSrcSet:void 0,imageSizes:typeof u.imageSizes==="string"?u.imageSizes:void 0,media:typeof u.media==="string"?u.media:void 0})}},hx=function(f,u){if(typeof f==="string")if(u){var c=C_(u.as,u.crossOrigin);zf.d.m(f,{as:typeof u.as==="string"&&u.as!=="script"?u.as:void 0,crossOrigin:c,integrity:typeof u.integrity==="string"?u.integrity:void 0})}else zf.d.m(f)},ix=function(f){zf.d.r(f)},tx=function(f,u){return f(u)},Jx=function(f,u,c){return $y.H.useFormState(f,u,c)},Vx=function(){return $y.H.useHostTransitionStatus()},Sx="19.2.0";var Fx=SC(()=>{$x=Dc(Dy(),1);zf={d:{f:Ku,r:function(){throw Error(zx(522))},D:Ku,C:Ku,L:Ku,m:Ku,X:Ku,S:Ku,M:Ku},p:0,findDOMNode:null},bR=Symbol.for("react.portal");$y=$x.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;Wx=zf});var SE=wx((Qn,kx)=>{Fx();function Kx(){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!=="function")return;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Kx)}catch(f){console.error(f)}}Kx(),kx.exports=VE});var lc=Dc(Dy(),1);var rv={};BE(rv,{version:()=>cg,renderToString:()=>ug,renderToStaticMarkup:()=>fg});var P_=Dc(Dy(),1),UT=Dc(SE(),1);function L(f){var u="https://react.dev/errors/"+f;if(1<arguments.length){u+="?args[]="+encodeURIComponent(arguments[1]);for(var c=2;c<arguments.length;c++)u+="&args[]="+encodeURIComponent(arguments[c])}return"Minified React error #"+f+"; visit "+u+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var rT=Symbol.for("react.transitional.element"),LT=Symbol.for("react.portal"),YT=Symbol.for("react.fragment"),NT=Symbol.for("react.strict_mode"),DT=Symbol.for("react.profiler"),$T=Symbol.for("react.consumer"),Q_=Symbol.for("react.context"),vv=Symbol.for("react.forward_ref"),Z_=Symbol.for("react.suspense"),xv=Symbol.for("react.suspense_list"),Tv=Symbol.for("react.memo"),h_=Symbol.for("react.lazy"),qR=Symbol.for("react.scope"),zT=Symbol.for("react.activity"),oR=Symbol.for("react.legacy_hidden"),eR=Symbol.for("react.memo_cache_sentinel"),aR=Symbol.for("react.view_transition"),dx=Symbol.iterator;function WT(f){if(f===null||typeof f!=="object")return null;return f=dx&&f[dx]||f["@@iterator"],typeof f==="function"?f:null}var r_=Array.isArray;function lx(f,u){var c=f.length&3,y=f.length-c,_=u;for(u=0;u<y;){var E=f.charCodeAt(u)&255|(f.charCodeAt(++u)&255)<<8|(f.charCodeAt(++u)&255)<<16|(f.charCodeAt(++u)&255)<<24;++u,E=3432918353*(E&65535)+((3432918353*(E>>>16)&65535)<<16)&4294967295,E=E<<15|E>>>17,E=461845907*(E&65535)+((461845907*(E>>>16)&65535)<<16)&4294967295,_^=E,_=_<<13|_>>>19,_=5*(_&65535)+((5*(_>>>16)&65535)<<16)&4294967295,_=(_&65535)+27492+(((_>>>16)+58964&65535)<<16)}switch(E=0,c){case 3:E^=(f.charCodeAt(u+2)&255)<<16;case 2:E^=(f.charCodeAt(u+1)&255)<<8;case 1:E^=f.charCodeAt(u)&255,E=3432918353*(E&65535)+((3432918353*(E>>>16)&65535)<<16)&4294967295,E=E<<15|E>>>17,_^=461845907*(E&65535)+((461845907*(E>>>16)&65535)<<16)&4294967295}return _^=f.length,_^=_>>>16,_=2246822507*(_&65535)+((2246822507*(_>>>16)&65535)<<16)&4294967295,_^=_>>>13,_=3266489909*(_&65535)+((3266489909*(_>>>16)&65535)<<16)&4294967295,(_^_>>>16)>>>0}var Qf=Object.assign,k=Object.prototype.hasOwnProperty,sR=RegExp("^[: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]*$"),bx={},px={};function gv(f){if(k.call(px,f))return!0;if(k.call(bx,f))return!1;if(sR.test(f))return px[f]=!0;return bx[f]=!0,!1}var fO=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),uO=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),cO=/["'&<>]/;function X(f){if(typeof f==="boolean"||typeof f==="number"||typeof f==="bigint")return""+f;f=""+f;var u=cO.exec(f);if(u){var c="",y,_=0;for(y=u.index;y<f.length;y++){switch(f.charCodeAt(y)){case 34:u=""";break;case 38:u="&";break;case 39:u="'";break;case 60:u="<";break;case 62:u=">";break;default:continue}_!==y&&(c+=f.slice(_,y)),_=y+1,c+=u}f=_!==y?c+f.slice(_,y):c}return f}var yO=/([A-Z])/g,_O=/^ms-/,EO=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function Xy(f){return EO.test(""+f)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":f}var Wc=P_.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,jT=UT.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,vO={pending:!1,data:null,method:null,action:null},tu=jT.d;jT.d={f:tu.f,r:tu.r,D:NO,C:DO,L:$O,m:zO,X:jO,S:WO,M:GO};var sf=[],Pc=null,GT=/(<\/|<)(s)(cript)/gi;function XT(f,u,c,y){return""+u+(c==="s"?"\\u0073":"\\u0053")+y}function xO(f,u,c,y,_){return{idPrefix:f===void 0?"":f,nextFormID:0,streamingFormat:0,bootstrapScriptContent:c,bootstrapScripts:y,bootstrapModules:_,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function gf(f,u,c,y){return{insertionMode:f,selectedValue:u,tagScope:c,viewTransition:y}}function qx(f,u,c){var y=f.tagScope&-25;switch(u){case"noscript":return gf(2,null,y|1,null);case"select":return gf(2,c.value!=null?c.value:c.defaultValue,y,null);case"svg":return gf(4,null,y,null);case"picture":return gf(2,null,y|2,null);case"math":return gf(5,null,y,null);case"foreignObject":return gf(2,null,y,null);case"table":return gf(6,null,y,null);case"thead":case"tbody":case"tfoot":return gf(7,null,y,null);case"colgroup":return gf(9,null,y,null);case"tr":return gf(8,null,y,null);case"head":if(2>f.insertionMode)return gf(3,null,y,null);break;case"html":if(f.insertionMode===0)return gf(1,null,y,null)}return 6<=f.insertionMode||2>f.insertionMode?gf(2,null,y,null):f.tagScope!==y?gf(f.insertionMode,f.selectedValue,y,null):f}function BT(f){return f===null?null:{update:f.update,enter:"none",exit:"none",share:f.update,name:f.autoName,autoName:f.autoName,nameIdx:0}}function pE(f,u){return u.tagScope&32&&(f.instructions|=128),gf(u.insertionMode,u.selectedValue,u.tagScope|12,BT(u.viewTransition))}function n_(f,u){f=BT(u.viewTransition);var c=u.tagScope|16;return f!==null&&f.share!=="none"&&(c|=64),gf(u.insertionMode,u.selectedValue,c,f)}var ox=new Map;function PT(f,u){if(typeof u!=="object")throw Error(L(62));var c=!0,y;for(y in u)if(k.call(u,y)){var _=u[y];if(_!=null&&typeof _!=="boolean"&&_!==""){if(y.indexOf("--")===0){var E=X(y);_=X((""+_).trim())}else E=ox.get(y),E===void 0&&(E=X(y.replace(yO,"-$1").toLowerCase().replace(_O,"-ms-")),ox.set(y,E)),_=typeof _==="number"?_===0||fO.has(y)?""+_:_+"px":X((""+_).trim());c?(c=!1,f.push(' style="',E,":",_)):f.push(";",E,":",_)}}c||f.push('"')}function qE(f,u,c){c&&typeof c!=="function"&&typeof c!=="symbol"&&f.push(" ",u,'=""')}function Af(f,u,c){typeof c!=="function"&&typeof c!=="symbol"&&typeof c!=="boolean"&&f.push(" ",u,'="',X(c),'"')}var QT=X("javascript:throw new Error('React form unexpectedly submitted.')");function FE(f,u){this.push('<input type="hidden"'),ZT(f),Af(this,"name",u),Af(this,"value",f),this.push("/>")}function ZT(f){if(typeof f!=="string")throw Error(L(480))}function hT(f,u){if(typeof u.$$FORM_ACTION==="function"){var c=f.nextFormID++;f=f.idPrefix+c;try{var y=u.$$FORM_ACTION(f);if(y){var _=y.data;_!=null&&_.forEach(ZT)}return y}catch(E){if(typeof E==="object"&&E!==null&&typeof E.then==="function")throw E}}return null}function ex(f,u,c,y,_,E,v,T){var x=null;if(typeof y==="function"){var g=hT(u,y);g!==null?(T=g.name,y=g.action||"",_=g.encType,E=g.method,v=g.target,x=g.data):(f.push(" ","formAction",'="',QT,'"'),v=E=_=y=T=null,iT(u,c))}return T!=null&&i(f,"name",T),y!=null&&i(f,"formAction",y),_!=null&&i(f,"formEncType",_),E!=null&&i(f,"formMethod",E),v!=null&&i(f,"formTarget",v),x}function i(f,u,c){switch(u){case"className":Af(f,"class",c);break;case"tabIndex":Af(f,"tabindex",c);break;case"dir":case"role":case"viewBox":case"width":case"height":Af(f,u,c);break;case"style":PT(f,c);break;case"src":case"href":if(c==="")break;case"action":case"formAction":if(c==null||typeof c==="function"||typeof c==="symbol"||typeof c==="boolean")break;c=Xy(""+c),f.push(" ",u,'="',X(c),'"');break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":qE(f,u.toLowerCase(),c);break;case"xlinkHref":if(typeof c==="function"||typeof c==="symbol"||typeof c==="boolean")break;c=Xy(""+c),f.push(" ","xlink:href",'="',X(c),'"');break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof c!=="function"&&typeof c!=="symbol"&&f.push(" ",u,'="',X(c),'"');break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":c&&typeof c!=="function"&&typeof c!=="symbol"&&f.push(" ",u,'=""');break;case"capture":case"download":c===!0?f.push(" ",u,'=""'):c!==!1&&typeof c!=="function"&&typeof c!=="symbol"&&f.push(" ",u,'="',X(c),'"');break;case"cols":case"rows":case"size":case"span":typeof c!=="function"&&typeof c!=="symbol"&&!isNaN(c)&&1<=c&&f.push(" ",u,'="',X(c),'"');break;case"rowSpan":case"start":typeof c==="function"||typeof c==="symbol"||isNaN(c)||f.push(" ",u,'="',X(c),'"');break;case"xlinkActuate":Af(f,"xlink:actuate",c);break;case"xlinkArcrole":Af(f,"xlink:arcrole",c);break;case"xlinkRole":Af(f,"xlink:role",c);break;case"xlinkShow":Af(f,"xlink:show",c);break;case"xlinkTitle":Af(f,"xlink:title",c);break;case"xlinkType":Af(f,"xlink:type",c);break;case"xmlBase":Af(f,"xml:base",c);break;case"xmlLang":Af(f,"xml:lang",c);break;case"xmlSpace":Af(f,"xml:space",c);break;default:if(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N"){if(u=uO.get(u)||u,gv(u)){switch(typeof c){case"function":case"symbol":return;case"boolean":var y=u.toLowerCase().slice(0,5);if(y!=="data-"&&y!=="aria-")return}f.push(" ",u,'="',X(c),'"')}}}}function kf(f,u,c){if(u!=null){if(c!=null)throw Error(L(60));if(typeof u!=="object"||!("__html"in u))throw Error(L(61));u=u.__html,u!==null&&u!==void 0&&f.push(""+u)}}function TO(f){var u="";return P_.Children.forEach(f,function(c){c!=null&&(u+=c)}),u}function iT(f,u){if((f.instructions&16)===0){f.instructions|=16;var{preamble:c,bootstrapChunks:y}=u;(c.htmlChunks||c.headChunks)&&y.length===0?(y.push(u.startInlineScript),w_(y,f),y.push(">",`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,"</script>")):y.unshift(u.startInlineScript,">",`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,"</script>")}}function nf(f,u){f.push(cf("link"));for(var c in u)if(k.call(u,c)){var y=u[c];if(y!=null)switch(c){case"children":case"dangerouslySetInnerHTML":throw Error(L(399,"link"));default:i(f,c,y)}}return f.push("/>"),null}var ax=/(<\/|<)(s)(tyle)/gi;function sx(f,u,c,y){return""+u+(c==="s"?"\\73 ":"\\53 ")+y}function jc(f,u,c){f.push(cf(c));for(var y in u)if(k.call(u,y)){var _=u[y];if(_!=null)switch(y){case"children":case"dangerouslySetInnerHTML":throw Error(L(399,c));default:i(f,y,_)}}return f.push("/>"),null}function fT(f,u){f.push(cf("title"));var c=null,y=null,_;for(_ in u)if(k.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:i(f,_,E)}}return f.push(">"),u=Array.isArray(c)?2>c.length?c[0]:null:c,typeof u!=="function"&&typeof u!=="symbol"&&u!==null&&u!==void 0&&f.push(X(""+u)),kf(f,y,c),f.push(Mc("title")),null}function L_(f,u){f.push(cf("script"));var c=null,y=null,_;for(_ in u)if(k.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:i(f,_,E)}}return f.push(">"),kf(f,y,c),typeof c==="string"&&f.push((""+c).replace(GT,XT)),f.push(Mc("script")),null}function KE(f,u,c){f.push(cf(c));var y=c=null,_;for(_ in u)if(k.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:i(f,_,E)}}return f.push(">"),kf(f,y,c),c}function R_(f,u,c){f.push(cf(c));var y=c=null,_;for(_ in u)if(k.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:i(f,_,E)}}return f.push(">"),kf(f,y,c),typeof c==="string"?(f.push(X(c)),null):c}var gO=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,uT=new Map;function cf(f){var u=uT.get(f);if(u===void 0){if(!gO.test(f))throw Error(L(65,f));u="<"+f,uT.set(f,u)}return u}function CO(f,u,c,y,_,E,v,T,x){switch(u){case"div":case"span":case"svg":case"path":break;case"a":f.push(cf("a"));var g=null,C=null,R;for(R in c)if(k.call(c,R)){var O=c[R];if(O!=null)switch(R){case"children":g=O;break;case"dangerouslySetInnerHTML":C=O;break;case"href":O===""?Af(f,"href",""):i(f,R,O);break;default:i(f,R,O)}}if(f.push(">"),kf(f,C,g),typeof g==="string"){f.push(X(g));var w=null}else w=g;return w;case"g":case"p":case"li":break;case"select":f.push(cf("select"));var r=null,H=null,M;for(M in c)if(k.call(c,M)){var U=c[M];if(U!=null)switch(M){case"children":r=U;break;case"dangerouslySetInnerHTML":H=U;break;case"defaultValue":case"value":break;default:i(f,M,U)}}return f.push(">"),kf(f,H,r),r;case"option":var N=T.selectedValue;f.push(cf("option"));var G=null,B=null,z=null,I=null,e;for(e in c)if(k.call(c,e)){var l=c[e];if(l!=null)switch(e){case"children":G=l;break;case"selected":z=l;break;case"dangerouslySetInnerHTML":I=l;break;case"value":B=l;default:i(f,e,l)}}if(N!=null){var $=B!==null?""+B:TO(G);if(r_(N)){for(var a=0;a<N.length;a++)if(""+N[a]===$){f.push(' selected=""');break}}else""+N===$&&f.push(' selected=""')}else z&&f.push(' selected=""');return f.push(">"),kf(f,I,G),G;case"textarea":f.push(cf("textarea"));var D=null,J=null,h=null,j;for(j in c)if(k.call(c,j)){var b=c[j];if(b!=null)switch(j){case"children":h=b;break;case"value":D=b;break;case"defaultValue":J=b;break;case"dangerouslySetInnerHTML":throw Error(L(91));default:i(f,j,b)}}if(D===null&&J!==null&&(D=J),f.push(">"),h!=null){if(D!=null)throw Error(L(92));if(r_(h)){if(1<h.length)throw Error(L(93));D=""+h[0]}D=""+h}return typeof D==="string"&&D[0]===`
|
|
`&&f.push(`
|
|
`),D!==null&&f.push(X(""+D)),null;case"input":f.push(cf("input"));var of=null,hf=null,Xf=null,ef=null,vf=null,s=null,ff=null,Bf=null,af=null,Pf;for(Pf in c)if(k.call(c,Pf)){var Z=c[Pf];if(Z!=null)switch(Pf){case"children":case"dangerouslySetInnerHTML":throw Error(L(399,"input"));case"name":of=Z;break;case"formAction":hf=Z;break;case"formEncType":Xf=Z;break;case"formMethod":ef=Z;break;case"formTarget":vf=Z;break;case"defaultChecked":af=Z;break;case"defaultValue":ff=Z;break;case"checked":Bf=Z;break;case"value":s=Z;break;default:i(f,Pf,Z)}}var Du=ex(f,y,_,hf,Xf,ef,vf,of);return Bf!==null?qE(f,"checked",Bf):af!==null&&qE(f,"checked",af),s!==null?i(f,"value",s):ff!==null&&i(f,"value",ff),f.push("/>"),Du!=null&&Du.forEach(FE,f),null;case"button":f.push(cf("button"));var Eu=null,bc=null,pc=null,qc=null,oc=null,ec=null,ac=null,vu;for(vu in c)if(k.call(c,vu)){var uf=c[vu];if(uf!=null)switch(vu){case"children":Eu=uf;break;case"dangerouslySetInnerHTML":bc=uf;break;case"name":pc=uf;break;case"formAction":qc=uf;break;case"formEncType":oc=uf;break;case"formMethod":ec=uf;break;case"formTarget":ac=uf;break;default:i(f,vu,uf)}}var sc=ex(f,y,_,qc,oc,ec,ac,pc);if(f.push(">"),sc!=null&&sc.forEach(FE,f),kf(f,bc,Eu),typeof Eu==="string"){f.push(X(Eu));var fy=null}else fy=Eu;return fy;case"form":f.push(cf("form"));var xu=null,uy=null,rf=null,Tu=null,gu=null,Cu=null,Ru;for(Ru in c)if(k.call(c,Ru)){var xf=c[Ru];if(xf!=null)switch(Ru){case"children":xu=xf;break;case"dangerouslySetInnerHTML":uy=xf;break;case"action":rf=xf;break;case"encType":Tu=xf;break;case"method":gu=xf;break;case"target":Cu=xf;break;default:i(f,Ru,xf)}}var uc=null,cc=null;if(typeof rf==="function"){var Lf=hT(y,rf);Lf!==null?(rf=Lf.action||"",Tu=Lf.encType,gu=Lf.method,Cu=Lf.target,uc=Lf.data,cc=Lf.name):(f.push(" ","action",'="',QT,'"'),Cu=gu=Tu=rf=null,iT(y,_))}if(rf!=null&&i(f,"action",rf),Tu!=null&&i(f,"encType",Tu),gu!=null&&i(f,"method",gu),Cu!=null&&i(f,"target",Cu),f.push(">"),cc!==null&&(f.push('<input type="hidden"'),Af(f,"name",cc),f.push("/>"),uc!=null&&uc.forEach(FE,f)),kf(f,uy,xu),typeof xu==="string"){f.push(X(xu));var cy=null}else cy=xu;return cy;case"menuitem":f.push(cf("menuitem"));for(var $u in c)if(k.call(c,$u)){var yy=c[$u];if(yy!=null)switch($u){case"children":case"dangerouslySetInnerHTML":throw Error(L(400));default:i(f,$u,yy)}}return f.push(">"),null;case"object":f.push(cf("object"));var Ou=null,_y=null,Au;for(Au in c)if(k.call(c,Au)){var nu=c[Au];if(nu!=null)switch(Au){case"children":Ou=nu;break;case"dangerouslySetInnerHTML":_y=nu;break;case"data":var Ey=Xy(""+nu);if(Ey==="")break;f.push(" ","data",'="',X(Ey),'"');break;default:i(f,Au,nu)}}if(f.push(">"),kf(f,_y,Ou),typeof Ou==="string"){f.push(X(Ou));var vy=null}else vy=Ou;return vy;case"title":var UE=T.tagScope&1,rE=T.tagScope&4;if(T.insertionMode===4||UE||c.itemProp!=null)var yc=fT(f,c);else rE?yc=null:(fT(_.hoistableChunks,c),yc=void 0);return yc;case"link":var LE=T.tagScope&1,YE=T.tagScope&4,NE=c.rel,Tf=c.href,zu=c.precedence;if(T.insertionMode===4||LE||c.itemProp!=null||typeof NE!=="string"||typeof Tf!=="string"||Tf===""){nf(f,c);var wu=null}else if(c.rel==="stylesheet")if(typeof zu!=="string"||c.disabled!=null||c.onLoad||c.onError)wu=nf(f,c);else{var tf=_.styles.get(zu),Wu=y.styleResources.hasOwnProperty(Tf)?y.styleResources[Tf]:void 0;if(Wu!==null){y.styleResources[Tf]=null,tf||(tf={precedence:X(zu),rules:[],hrefs:[],sheets:new Map},_.styles.set(zu,tf));var ju={state:0,props:Qf({},c,{"data-precedence":c.precedence,precedence:null})};if(Wu){Wu.length===2&&By(ju.props,Wu);var _c=_.preloads.stylesheets.get(Tf);_c&&0<_c.length?_c.length=0:ju.state=1}tf.sheets.set(Tf,ju),v&&v.stylesheets.add(ju)}else if(tf){var xy=tf.sheets.get(Tf);xy&&v&&v.stylesheets.add(xy)}x&&f.push("<!-- -->"),wu=null}else c.onLoad||c.onError?wu=nf(f,c):(x&&f.push("<!-- -->"),wu=YE?null:nf(_.hoistableChunks,c));return wu;case"script":var DE=T.tagScope&1,Ec=c.async;if(typeof c.src!=="string"||!c.src||!Ec||typeof Ec==="function"||typeof Ec==="symbol"||c.onLoad||c.onError||T.insertionMode===4||DE||c.itemProp!=null)var Ty=L_(f,c);else{var Gu=c.src;if(c.type==="module")var Xu=y.moduleScriptResources,gy=_.preloads.moduleScripts;else Xu=y.scriptResources,gy=_.preloads.scripts;var Bu=Xu.hasOwnProperty(Gu)?Xu[Gu]:void 0;if(Bu!==null){Xu[Gu]=null;var vc=c;if(Bu){Bu.length===2&&(vc=Qf({},c),By(vc,Bu));var Cy=gy.get(Gu);Cy&&(Cy.length=0)}var Ry=[];_.scripts.add(Ry),L_(Ry,vc)}x&&f.push("<!-- -->"),Ty=null}return Ty;case"style":var $E=T.tagScope&1,Pu=c.precedence,Jf=c.href,zE=c.nonce;if(T.insertionMode===4||$E||c.itemProp!=null||typeof Pu!=="string"||typeof Jf!=="string"||Jf===""){f.push(cf("style"));var Vf=null,Oy=null,mu;for(mu in c)if(k.call(c,mu)){var Qu=c[mu];if(Qu!=null)switch(mu){case"children":Vf=Qu;break;case"dangerouslySetInnerHTML":Oy=Qu;break;default:i(f,mu,Qu)}}f.push(">");var Mu=Array.isArray(Vf)?2>Vf.length?Vf[0]:null:Vf;typeof Mu!=="function"&&typeof Mu!=="symbol"&&Mu!==null&&Mu!==void 0&&f.push((""+Mu).replace(ax,sx)),kf(f,Oy,Vf),f.push(Mc("style"));var Ay=null}else{var Yf=_.styles.get(Pu);if((y.styleResources.hasOwnProperty(Jf)?y.styleResources[Jf]:void 0)!==null){y.styleResources[Jf]=null,Yf||(Yf={precedence:X(Pu),rules:[],hrefs:[],sheets:new Map},_.styles.set(Pu,Yf));var ny=_.nonce.style;if(!ny||ny===zE){Yf.hrefs.push(X(Jf));var wy=Yf.rules,Sf=null,my=null,Zu;for(Zu in c)if(k.call(c,Zu)){var xc=c[Zu];if(xc!=null)switch(Zu){case"children":Sf=xc;break;case"dangerouslySetInnerHTML":my=xc}}var Hu=Array.isArray(Sf)?2>Sf.length?Sf[0]:null:Sf;typeof Hu!=="function"&&typeof Hu!=="symbol"&&Hu!==null&&Hu!==void 0&&wy.push((""+Hu).replace(ax,sx)),kf(wy,my,Sf)}}Yf&&v&&v.styles.add(Yf),x&&f.push("<!-- -->"),Ay=void 0}return Ay;case"meta":var WE=T.tagScope&1,jE=T.tagScope&4;if(T.insertionMode===4||WE||c.itemProp!=null)var My=jc(f,c,"meta");else x&&f.push("<!-- -->"),My=jE?null:typeof c.charSet==="string"?jc(_.charsetChunks,c,"meta"):c.name==="viewport"?jc(_.viewportChunks,c,"meta"):jc(_.hoistableChunks,c,"meta");return My;case"listing":case"pre":f.push(cf(u));var Iu=null,Uu=null,ru;for(ru in c)if(k.call(c,ru)){var hu=c[ru];if(hu!=null)switch(ru){case"children":Iu=hu;break;case"dangerouslySetInnerHTML":Uu=hu;break;default:i(f,ru,hu)}}if(f.push(">"),Uu!=null){if(Iu!=null)throw Error(L(60));if(typeof Uu!=="object"||!("__html"in Uu))throw Error(L(61));var Nf=Uu.__html;Nf!==null&&Nf!==void 0&&(typeof Nf==="string"&&0<Nf.length&&Nf[0]===`
|
|
`?f.push(`
|
|
`,Nf):f.push(""+Nf))}return typeof Iu==="string"&&Iu[0]===`
|
|
`&&f.push(`
|
|
`),Iu;case"img":var GE=T.tagScope&3,Q=c.src,P=c.srcSet;if(!(c.loading==="lazy"||!Q&&!P||typeof Q!=="string"&&Q!=null||typeof P!=="string"&&P!=null||c.fetchPriority==="low"||GE)&&(typeof Q!=="string"||Q[4]!==":"||Q[0]!=="d"&&Q[0]!=="D"||Q[1]!=="a"&&Q[1]!=="A"||Q[2]!=="t"&&Q[2]!=="T"||Q[3]!=="a"&&Q[3]!=="A")&&(typeof P!=="string"||P[4]!==":"||P[0]!=="d"&&P[0]!=="D"||P[1]!=="a"&&P[1]!=="A"||P[2]!=="t"&&P[2]!=="T"||P[3]!=="a"&&P[3]!=="A")){v!==null&&T.tagScope&64&&(v.suspenseyImages=!0);var Hy=typeof c.sizes==="string"?c.sizes:void 0,Ff=P?P+`
|
|
`+(Hy||""):Q,Tc=_.preloads.images,Df=Tc.get(Ff);if(Df){if(c.fetchPriority==="high"||10>_.highImagePreloads.size)Tc.delete(Ff),_.highImagePreloads.add(Df)}else if(!y.imageResources.hasOwnProperty(Ff)){y.imageResources[Ff]=sf;var gc=c.crossOrigin,Iy=typeof gc==="string"?gc==="use-credentials"?gc:"":void 0,$f=_.headers,Cc;$f&&0<$f.remainingCapacity&&typeof c.srcSet!=="string"&&(c.fetchPriority==="high"||500>$f.highImagePreloads.length)&&(Cc=N_(Q,"image",{imageSrcSet:c.srcSet,imageSizes:c.sizes,crossOrigin:Iy,integrity:c.integrity,nonce:c.nonce,type:c.type,fetchPriority:c.fetchPriority,referrerPolicy:c.refererPolicy}),0<=($f.remainingCapacity-=Cc.length+2))?(_.resets.image[Ff]=sf,$f.highImagePreloads&&($f.highImagePreloads+=", "),$f.highImagePreloads+=Cc):(Df=[],nf(Df,{rel:"preload",as:"image",href:P?void 0:Q,imageSrcSet:P,imageSizes:Hy,crossOrigin:Iy,integrity:c.integrity,type:c.type,fetchPriority:c.fetchPriority,referrerPolicy:c.referrerPolicy}),c.fetchPriority==="high"||10>_.highImagePreloads.size?_.highImagePreloads.add(Df):(_.bulkPreloads.add(Df),Tc.set(Ff,Df)))}}return jc(f,c,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return jc(f,c,u);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":break;case"head":if(2>T.insertionMode){var Rc=E||_.preamble;if(Rc.headChunks)throw Error(L(545,"`<head>`"));E!==null&&f.push("<!--head-->"),Rc.headChunks=[];var Uy=KE(Rc.headChunks,c,"head")}else Uy=R_(f,c,"head");return Uy;case"body":if(2>T.insertionMode){var Oc=E||_.preamble;if(Oc.bodyChunks)throw Error(L(545,"`<body>`"));E!==null&&f.push("<!--body-->"),Oc.bodyChunks=[];var ry=KE(Oc.bodyChunks,c,"body")}else ry=R_(f,c,"body");return ry;case"html":if(T.insertionMode===0){var Ac=E||_.preamble;if(Ac.htmlChunks)throw Error(L(545,"`<html>`"));E!==null&&f.push("<!--html-->"),Ac.htmlChunks=[""];var Ly=KE(Ac.htmlChunks,c,"html")}else Ly=R_(f,c,"html");return Ly;default:if(u.indexOf("-")!==-1){f.push(cf(u));var nc=null,Yy=null,Kf;for(Kf in c)if(k.call(c,Kf)){var p=c[Kf];if(p!=null){var Ny=Kf;switch(Kf){case"children":nc=p;break;case"dangerouslySetInnerHTML":Yy=p;break;case"style":PT(f,p);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":Ny="class";default:if(gv(Kf)&&typeof p!=="function"&&typeof p!=="symbol"&&p!==!1){if(p===!0)p="";else if(typeof p==="object")continue;f.push(" ",Ny,'="',X(p),'"')}}}}return f.push(">"),kf(f,Yy,nc),nc}}return R_(f,c,u)}var cT=new Map;function Mc(f){var u=cT.get(f);return u===void 0&&(u="</"+f+">",cT.set(f,u)),u}function yT(f,u){f=f.preamble,f.htmlChunks===null&&u.htmlChunks&&(f.htmlChunks=u.htmlChunks),f.headChunks===null&&u.headChunks&&(f.headChunks=u.headChunks),f.bodyChunks===null&&u.bodyChunks&&(f.bodyChunks=u.bodyChunks)}function tT(f,u){u=u.bootstrapChunks;for(var c=0;c<u.length-1;c++)f.push(u[c]);return c<u.length?(c=u[c],u.length=0,f.push(c)):!0}function _T(f,u,c){if(f.push('<!--$?--><template id="'),c===null)throw Error(L(395));return f.push(u.boundaryPrefix),u=c.toString(16),f.push(u),f.push('"></template>')}function RO(f,u,c,y){switch(c.insertionMode){case 0:case 1:case 3:case 2:return f.push('<div hidden id="'),f.push(u.segmentPrefix),u=y.toString(16),f.push(u),f.push('">');case 4:return f.push('<svg aria-hidden="true" style="display:none" id="'),f.push(u.segmentPrefix),u=y.toString(16),f.push(u),f.push('">');case 5:return f.push('<math aria-hidden="true" style="display:none" id="'),f.push(u.segmentPrefix),u=y.toString(16),f.push(u),f.push('">');case 6:return f.push('<table hidden id="'),f.push(u.segmentPrefix),u=y.toString(16),f.push(u),f.push('">');case 7:return f.push('<table hidden><tbody id="'),f.push(u.segmentPrefix),u=y.toString(16),f.push(u),f.push('">');case 8:return f.push('<table hidden><tr id="'),f.push(u.segmentPrefix),u=y.toString(16),f.push(u),f.push('">');case 9:return f.push('<table hidden><colgroup id="'),f.push(u.segmentPrefix),u=y.toString(16),f.push(u),f.push('">');default:throw Error(L(397))}}function OO(f,u){switch(u.insertionMode){case 0:case 1:case 3:case 2:return f.push("</div>");case 4:return f.push("</svg>");case 5:return f.push("</math>");case 6:return f.push("</table>");case 7:return f.push("</tbody></table>");case 8:return f.push("</tr></table>");case 9:return f.push("</colgroup></table>");default:throw Error(L(397))}}var AO=/[<\u2028\u2029]/g;function nO(f){return JSON.stringify(f).replace(AO,function(u){switch(u){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var wO=/[&><\u2028\u2029]/g;function jy(f){return JSON.stringify(f).replace(wO,function(u){switch(u){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var Y_=!1,oE=!0;function mO(f){var{rules:u,hrefs:c}=f,y=0;if(c.length){this.push(Pc.startInlineStyle),this.push(' media="not all" data-precedence="'),this.push(f.precedence);for(this.push('" data-href="');y<c.length-1;y++)this.push(c[y]),this.push(" ");this.push(c[y]),this.push('">');for(y=0;y<u.length;y++)this.push(u[y]);oE=this.push("</style>"),Y_=!0,u.length=0,c.length=0}}function MO(f){return f.state!==2?Y_=!0:!1}function JT(f,u,c){return Y_=!1,oE=!0,Pc=c,u.styles.forEach(mO,f),Pc=null,u.stylesheets.forEach(MO),Y_&&(c.stylesToHoist=!0),oE}function Lu(f){for(var u=0;u<f.length;u++)this.push(f[u]);f.length=0}var du=[];function HO(f){nf(du,f.props);for(var u=0;u<du.length;u++)this.push(du[u]);du.length=0,f.state=2}function IO(f){var u=0<f.sheets.size;f.sheets.forEach(HO,this),f.sheets.clear();var{rules:c,hrefs:y}=f;if(!u||y.length){if(this.push(Pc.startInlineStyle),this.push(' data-precedence="'),this.push(f.precedence),f=0,y.length){for(this.push('" data-href="');f<y.length-1;f++)this.push(y[f]),this.push(" ");this.push(y[f])}this.push('">');for(f=0;f<c.length;f++)this.push(c[f]);this.push("</style>"),c.length=0,y.length=0}}function UO(f){if(f.state===0){f.state=1;var u=f.props;nf(du,{rel:"preload",as:"style",href:f.props.href,crossOrigin:u.crossOrigin,fetchPriority:u.fetchPriority,integrity:u.integrity,media:u.media,hrefLang:u.hrefLang,referrerPolicy:u.referrerPolicy});for(f=0;f<du.length;f++)this.push(du[f]);du.length=0}}function rO(f){f.sheets.forEach(UO,this),f.sheets.clear()}function w_(f,u){(u.instructions&32)===0&&(u.instructions|=32,f.push(' id="',X("_"+u.idPrefix+"R_"),'"'))}function LO(f,u){f.push("[");var c="[";u.stylesheets.forEach(function(y){if(y.state!==2)if(y.state===3)f.push(c),y=jy(""+y.props.href),f.push(y),f.push("]"),c=",[";else{f.push(c);var _=y.props["data-precedence"],E=y.props,v=Xy(""+y.props.href);v=jy(v),f.push(v),_=""+_,f.push(","),_=jy(_),f.push(_);for(var T in E)if(k.call(E,T)&&(_=E[T],_!=null))switch(T){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(L(399,"link"));default:YO(f,T,_)}f.push("]"),c=",[",y.state=3}}),f.push("]")}function YO(f,u,c){var y=u.toLowerCase();switch(typeof c){case"function":case"symbol":return}switch(u){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":y="class",u=""+c;break;case"hidden":if(c===!1)return;u="";break;case"src":case"href":c=Xy(c),u=""+c;break;default:if(2<u.length&&(u[0]==="o"||u[0]==="O")&&(u[1]==="n"||u[1]==="N")||!gv(u))return;u=""+c}f.push(","),y=jy(y),f.push(y),f.push(","),y=jy(u),f.push(y)}function eE(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function NO(f){var u=Cf?Cf:null;if(u){var{resumableState:c,renderState:y}=u;if(typeof f==="string"&&f){if(!c.dnsResources.hasOwnProperty(f)){c.dnsResources[f]=null,c=y.headers;var _,E;if(E=c&&0<c.remainingCapacity)E=(_="<"+(""+f).replace(Cv,Rv)+">; rel=dns-prefetch",0<=(c.remainingCapacity-=_.length+2));E?(y.resets.dns[f]=null,c.preconnects&&(c.preconnects+=", "),c.preconnects+=_):(_=[],nf(_,{href:f,rel:"dns-prefetch"}),y.preconnects.add(_))}Ic(u)}}else tu.D(f)}function DO(f,u){var c=Cf?Cf:null;if(c){var{resumableState:y,renderState:_}=c;if(typeof f==="string"&&f){var E=u==="use-credentials"?"credentials":typeof u==="string"?"anonymous":"default";if(!y.connectResources[E].hasOwnProperty(f)){y.connectResources[E][f]=null,y=_.headers;var v,T;if(T=y&&0<y.remainingCapacity){if(T="<"+(""+f).replace(Cv,Rv)+">; rel=preconnect",typeof u==="string"){var x=(""+u).replace(aE,sE);T+='; crossorigin="'+x+'"'}T=(v=T,0<=(y.remainingCapacity-=v.length+2))}T?(_.resets.connect[E][f]=null,y.preconnects&&(y.preconnects+=", "),y.preconnects+=v):(E=[],nf(E,{rel:"preconnect",href:f,crossOrigin:u}),_.preconnects.add(E))}Ic(c)}}else tu.C(f,u)}function $O(f,u,c){var y=Cf?Cf:null;if(y){var{resumableState:_,renderState:E}=y;if(u&&f){switch(u){case"image":if(c)var{imageSrcSet:v,imageSizes:T,fetchPriority:x}=c;var g=v?v+`
|
|
`+(T||""):f;if(_.imageResources.hasOwnProperty(g))return;_.imageResources[g]=sf,_=E.headers;var C;_&&0<_.remainingCapacity&&typeof v!=="string"&&x==="high"&&(C=N_(f,u,c),0<=(_.remainingCapacity-=C.length+2))?(E.resets.image[g]=sf,_.highImagePreloads&&(_.highImagePreloads+=", "),_.highImagePreloads+=C):(_=[],nf(_,Qf({rel:"preload",href:v?void 0:f,as:u},c)),x==="high"?E.highImagePreloads.add(_):(E.bulkPreloads.add(_),E.preloads.images.set(g,_)));break;case"style":if(_.styleResources.hasOwnProperty(f))return;v=[],nf(v,Qf({rel:"preload",href:f,as:u},c)),_.styleResources[f]=!c||typeof c.crossOrigin!=="string"&&typeof c.integrity!=="string"?sf:[c.crossOrigin,c.integrity],E.preloads.stylesheets.set(f,v),E.bulkPreloads.add(v);break;case"script":if(_.scriptResources.hasOwnProperty(f))return;v=[],E.preloads.scripts.set(f,v),E.bulkPreloads.add(v),nf(v,Qf({rel:"preload",href:f,as:u},c)),_.scriptResources[f]=!c||typeof c.crossOrigin!=="string"&&typeof c.integrity!=="string"?sf:[c.crossOrigin,c.integrity];break;default:if(_.unknownResources.hasOwnProperty(u)){if(v=_.unknownResources[u],v.hasOwnProperty(f))return}else v={},_.unknownResources[u]=v;if(v[f]=sf,(_=E.headers)&&0<_.remainingCapacity&&u==="font"&&(g=N_(f,u,c),0<=(_.remainingCapacity-=g.length+2)))E.resets.font[f]=sf,_.fontPreloads&&(_.fontPreloads+=", "),_.fontPreloads+=g;else switch(_=[],f=Qf({rel:"preload",href:f,as:u},c),nf(_,f),u){case"font":E.fontPreloads.add(_);break;default:E.bulkPreloads.add(_)}}Ic(y)}}else tu.L(f,u,c)}function zO(f,u){var c=Cf?Cf:null;if(c){var{resumableState:y,renderState:_}=c;if(f){var E=u&&typeof u.as==="string"?u.as:"script";switch(E){case"script":if(y.moduleScriptResources.hasOwnProperty(f))return;E=[],y.moduleScriptResources[f]=!u||typeof u.crossOrigin!=="string"&&typeof u.integrity!=="string"?sf:[u.crossOrigin,u.integrity],_.preloads.moduleScripts.set(f,E);break;default:if(y.moduleUnknownResources.hasOwnProperty(E)){var v=y.unknownResources[E];if(v.hasOwnProperty(f))return}else v={},y.moduleUnknownResources[E]=v;E=[],v[f]=sf}nf(E,Qf({rel:"modulepreload",href:f},u)),_.bulkPreloads.add(E),Ic(c)}}else tu.m(f,u)}function WO(f,u,c){var y=Cf?Cf:null;if(y){var{resumableState:_,renderState:E}=y;if(f){u=u||"default";var v=E.styles.get(u),T=_.styleResources.hasOwnProperty(f)?_.styleResources[f]:void 0;T!==null&&(_.styleResources[f]=null,v||(v={precedence:X(u),rules:[],hrefs:[],sheets:new Map},E.styles.set(u,v)),u={state:0,props:Qf({rel:"stylesheet",href:f,"data-precedence":u},c)},T&&(T.length===2&&By(u.props,T),(E=E.preloads.stylesheets.get(f))&&0<E.length?E.length=0:u.state=1),v.sheets.set(f,u),Ic(y))}}else tu.S(f,u,c)}function jO(f,u){var c=Cf?Cf:null;if(c){var{resumableState:y,renderState:_}=c;if(f){var E=y.scriptResources.hasOwnProperty(f)?y.scriptResources[f]:void 0;E!==null&&(y.scriptResources[f]=null,u=Qf({src:f,async:!0},u),E&&(E.length===2&&By(u,E),f=_.preloads.scripts.get(f))&&(f.length=0),f=[],_.scripts.add(f),L_(f,u),Ic(c))}}else tu.X(f,u)}function GO(f,u){var c=Cf?Cf:null;if(c){var{resumableState:y,renderState:_}=c;if(f){var E=y.moduleScriptResources.hasOwnProperty(f)?y.moduleScriptResources[f]:void 0;E!==null&&(y.moduleScriptResources[f]=null,u=Qf({src:f,type:"module",async:!0},u),E&&(E.length===2&&By(u,E),f=_.preloads.moduleScripts.get(f))&&(f.length=0),f=[],_.scripts.add(f),L_(f,u),Ic(c))}}else tu.M(f,u)}function By(f,u){f.crossOrigin==null&&(f.crossOrigin=u[0]),f.integrity==null&&(f.integrity=u[1])}function N_(f,u,c){f=(""+f).replace(Cv,Rv),u=(""+u).replace(aE,sE),u="<"+f+'>; rel=preload; as="'+u+'"';for(var y in c)k.call(c,y)&&(f=c[y],typeof f==="string"&&(u+="; "+y.toLowerCase()+'="'+(""+f).replace(aE,sE)+'"'));return u}var Cv=/[<>\r\n]/g;function Rv(f){switch(f){case"<":return"%3C";case">":return"%3E";case`
|
|
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}var aE=/["';,\r\n]/g;function sE(f){switch(f){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case`
|
|
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function XO(f){this.styles.add(f)}function BO(f){this.stylesheets.add(f)}function Qc(f,u){u.styles.forEach(XO,f),u.stylesheets.forEach(BO,f),u.suspenseyImages&&(f.suspenseyImages=!0)}function PO(f,u){var c=f.idPrefix,y=[],_=f.bootstrapScriptContent,E=f.bootstrapScripts,v=f.bootstrapModules;_!==void 0&&(y.push("<script"),w_(y,f),y.push(">",(""+_).replace(GT,XT),"</script>")),_=c+"P:";var T=c+"S:";c+="B:";var x=new Set,g=new Set,C=new Set,R=new Map,O=new Set,w=new Set,r=new Set,H={images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map};if(E!==void 0)for(var M=0;M<E.length;M++){var U=E[M],N,G=void 0,B=void 0,z={rel:"preload",as:"script",fetchPriority:"low",nonce:void 0};typeof U==="string"?z.href=N=U:(z.href=N=U.src,z.integrity=B=typeof U.integrity==="string"?U.integrity:void 0,z.crossOrigin=G=typeof U==="string"||U.crossOrigin==null?void 0:U.crossOrigin==="use-credentials"?"use-credentials":""),U=f;var I=N;U.scriptResources[I]=null,U.moduleScriptResources[I]=null,U=[],nf(U,z),O.add(U),y.push('<script src="',X(N),'"'),typeof B==="string"&&y.push(' integrity="',X(B),'"'),typeof G==="string"&&y.push(' crossorigin="',X(G),'"'),w_(y,f),y.push(' async=""></script>')}if(v!==void 0)for(E=0;E<v.length;E++)z=v[E],G=N=void 0,B={rel:"modulepreload",fetchPriority:"low",nonce:void 0},typeof z==="string"?B.href=M=z:(B.href=M=z.src,B.integrity=G=typeof z.integrity==="string"?z.integrity:void 0,B.crossOrigin=N=typeof z==="string"||z.crossOrigin==null?void 0:z.crossOrigin==="use-credentials"?"use-credentials":""),z=f,U=M,z.scriptResources[U]=null,z.moduleScriptResources[U]=null,z=[],nf(z,B),O.add(z),y.push('<script type="module" src="',X(M),'"'),typeof G==="string"&&y.push(' integrity="',X(G),'"'),typeof N==="string"&&y.push(' crossorigin="',X(N),'"'),w_(y,f),y.push(' async=""></script>');return{placeholderPrefix:_,segmentPrefix:T,boundaryPrefix:c,startInlineScript:"<script",startInlineStyle:"<style",preamble:{htmlChunks:null,headChunks:null,bodyChunks:null},externalRuntimeScript:null,bootstrapChunks:y,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:x,fontPreloads:g,highImagePreloads:C,styles:R,bootstrapScripts:O,scripts:w,bulkPreloads:r,preloads:H,nonce:{script:void 0,style:void 0},stylesToHoist:!1,generateStaticMarkup:u}}function ET(f,u,c,y){if(c.generateStaticMarkup)return f.push(X(u)),!1;return u===""?f=y:(y&&f.push("<!-- -->"),f.push(X(u)),f=!0),f}function Gy(f,u,c,y){u.generateStaticMarkup||c&&y&&f.push("<!-- -->")}var QO=Function.prototype.bind,ZO=Symbol.for("react.client.reference");function D_(f){if(f==null)return null;if(typeof f==="function")return f.$$typeof===ZO?null:f.displayName||f.name||null;if(typeof f==="string")return f;switch(f){case YT:return"Fragment";case DT:return"Profiler";case NT:return"StrictMode";case Z_:return"Suspense";case xv:return"SuspenseList";case zT:return"Activity"}if(typeof f==="object")switch(f.$$typeof){case LT:return"Portal";case Q_:return f.displayName||"Context";case $T:return(f._context.displayName||"Context")+".Consumer";case vv:var u=f.render;return f=f.displayName,f||(f=u.displayName||u.name||"",f=f!==""?"ForwardRef("+f+")":"ForwardRef"),f;case Tv:return u=f.displayName||null,u!==null?u:D_(f.type)||"Memo";case h_:u=f._payload,f=f._init;try{return D_(f(u))}catch(c){}}return null}var vT={},wc=null;function i_(f,u){if(f!==u){f.context._currentValue2=f.parentValue,f=f.parent;var c=u.parent;if(f===null){if(c!==null)throw Error(L(401))}else{if(c===null)throw Error(L(401));i_(f,c)}u.context._currentValue2=u.value}}function VT(f){f.context._currentValue2=f.parentValue,f=f.parent,f!==null&&VT(f)}function ST(f){var u=f.parent;u!==null&&ST(u),f.context._currentValue2=f.value}function FT(f,u){if(f.context._currentValue2=f.parentValue,f=f.parent,f===null)throw Error(L(402));f.depth===u.depth?i_(f,u):FT(f,u)}function KT(f,u){var c=u.parent;if(c===null)throw Error(L(402));f.depth===c.depth?i_(f,c):KT(f,c),u.context._currentValue2=u.value}function ku(f){var u=wc;u!==f&&(u===null?ST(f):f===null?VT(u):u.depth===f.depth?i_(u,f):u.depth>f.depth?FT(u,f):KT(u,f),wc=f)}var xT={enqueueSetState:function(f,u){f=f._reactInternals,f.queue!==null&&f.queue.push(u)},enqueueReplaceState:function(f,u){f=f._reactInternals,f.replace=!0,f.queue=[u]},enqueueForceUpdate:function(){}},hO={id:1,overflow:""};function mc(f,u,c){var y=f.id;f=f.overflow;var _=32-m_(y)-1;y&=~(1<<_),c+=1;var E=32-m_(u)+_;if(30<E){var v=_-_%5;return E=(y&(1<<v)-1).toString(32),y>>=v,_-=v,{id:1<<32-m_(u)+_|c<<_|y,overflow:E+f}}return{id:1<<E|c<<_|y,overflow:f}}var m_=Math.clz32?Math.clz32:JO,iO=Math.log,tO=Math.LN2;function JO(f){return f>>>=0,f===0?32:31-(iO(f)/tO|0)|0}function Wf(){}var df=Error(L(460));function VO(f,u,c){switch(c=f[c],c===void 0?f.push(u):c!==u&&(u.then(Wf,Wf),u=c),u.status){case"fulfilled":return u.value;case"rejected":throw u.reason;default:switch(typeof u.status==="string"?u.then(Wf,Wf):(f=u,f.status="pending",f.then(function(y){if(u.status==="pending"){var _=u;_.status="fulfilled",_.value=y}},function(y){if(u.status==="pending"){var _=u;_.status="rejected",_.reason=y}})),u.status){case"fulfilled":return u.value;case"rejected":throw u.reason}throw M_=u,df}}var M_=null;function $_(){if(M_===null)throw Error(L(459));var f=M_;return M_=null,f}function SO(f,u){return f===u&&(f!==0||1/f===1/u)||f!==f&&u!==u}var FO=typeof Object.is==="function"?Object.is:SO,Ju=null,Ov=null,Av=null,nv=null,H_=null,S=null,zy=!1,z_=!1,Py=0,Qy=0,Zy=-1,W_=0,Bc=null,lu=null,t_=0;function iu(){if(Ju===null)throw Error(L(321));return Ju}function TT(){if(0<t_)throw Error(L(312));return{memoizedState:null,queue:null,next:null}}function wv(){return S===null?H_===null?(zy=!1,H_=S=TT()):(zy=!0,S=H_):S.next===null?(zy=!1,S=S.next=TT()):(zy=!0,S=S.next),S}function Xc(){var f=Bc;return Bc=null,f}function hy(){nv=Av=Ov=Ju=null,z_=!1,H_=null,t_=0,S=lu=null}function kT(f,u){return typeof u==="function"?u(f):u}function gT(f,u,c){if(Ju=iu(),S=wv(),zy){var y=S.queue;if(u=y.dispatch,lu!==null&&(c=lu.get(y),c!==void 0)){lu.delete(y),y=S.memoizedState;do y=f(y,c.action),c=c.next;while(c!==null);return S.memoizedState=y,[y,u]}return[S.memoizedState,u]}return f=f===kT?typeof u==="function"?u():u:c!==void 0?c(u):u,S.memoizedState=f,f=S.queue={last:null,dispatch:null},f=f.dispatch=KO.bind(null,Ju,f),[S.memoizedState,f]}function CT(f,u){if(Ju=iu(),S=wv(),u=u===void 0?null:u,S!==null){var c=S.memoizedState;if(c!==null&&u!==null){var y=c[1];f:if(y===null)y=!1;else{for(var _=0;_<y.length&&_<u.length;_++)if(!FO(u[_],y[_])){y=!1;break f}y=!0}if(y)return c[0]}}return f=f(),S.memoizedState=[f,u],f}function KO(f,u,c){if(25<=t_)throw Error(L(301));if(f===Ju)if(z_=!0,f={action:c,next:null},lu===null&&(lu=new Map),c=lu.get(u),c===void 0)lu.set(u,f);else{for(u=c;u.next!==null;)u=u.next;u.next=f}}function kO(){throw Error(L(440))}function dO(){throw Error(L(394))}function lO(){throw Error(L(479))}function RT(f,u,c){iu();var y=Qy++,_=Av;if(typeof f.$$FORM_ACTION==="function"){var E=null,v=nv;_=_.formState;var T=f.$$IS_SIGNATURE_EQUAL;if(_!==null&&typeof T==="function"){var x=_[1];T.call(f,_[2],_[3])&&(E=c!==void 0?"p"+c:"k"+lx(JSON.stringify([v,null,y]),0),x===E&&(Zy=y,u=_[0]))}var g=f.bind(null,u);return f=function(R){g(R)},typeof g.$$FORM_ACTION==="function"&&(f.$$FORM_ACTION=function(R){R=g.$$FORM_ACTION(R),c!==void 0&&(c+="",R.action=c);var O=R.data;return O&&(E===null&&(E=c!==void 0?"p"+c:"k"+lx(JSON.stringify([v,null,y]),0)),O.append("$ACTION_KEY",E)),R}),[u,f,!1]}var C=f.bind(null,u);return[u,function(R){C(R)},!1]}function dT(f){var u=W_;return W_+=1,Bc===null&&(Bc=[]),VO(Bc,f,u)}function bO(){throw Error(L(393))}var OT={readContext:function(f){return f._currentValue2},use:function(f){if(f!==null&&typeof f==="object"){if(typeof f.then==="function")return dT(f);if(f.$$typeof===Q_)return f._currentValue2}throw Error(L(438,String(f)))},useContext:function(f){return iu(),f._currentValue2},useMemo:CT,useReducer:gT,useRef:function(f){Ju=iu(),S=wv();var u=S.memoizedState;return u===null?(f={current:f},S.memoizedState=f):u},useState:function(f){return gT(kT,f)},useInsertionEffect:Wf,useLayoutEffect:Wf,useCallback:function(f,u){return CT(function(){return f},u)},useImperativeHandle:Wf,useEffect:Wf,useDebugValue:Wf,useDeferredValue:function(f,u){return iu(),u!==void 0?u:f},useTransition:function(){return iu(),[!1,dO]},useId:function(){var f=Ov.treeContext,u=f.overflow;f=f.id,f=(f&~(1<<32-m_(f)-1)).toString(32)+u;var c=I_;if(c===null)throw Error(L(404));return u=Py++,f="_"+c.idPrefix+"R_"+f,0<u&&(f+="H"+u.toString(32)),f+"_"},useSyncExternalStore:function(f,u,c){if(c===void 0)throw Error(L(407));return c()},useOptimistic:function(f){return iu(),[f,lO]},useActionState:RT,useFormState:RT,useHostTransitionStatus:function(){return iu(),vO},useMemoCache:function(f){for(var u=Array(f),c=0;c<f;c++)u[c]=eR;return u},useCacheRefresh:function(){return bO},useEffectEvent:function(){return kO}},I_=null,pO={getCacheForType:function(){throw Error(L(248))},cacheSignal:function(){throw Error(L(248))}},kE,AT;function Gc(f){if(kE===void 0)try{throw Error()}catch(c){var u=c.stack.trim().match(/\n( *(at )?)/);kE=u&&u[1]||"",AT=-1<c.stack.indexOf(`
|
|
at`)?" (<anonymous>)":-1<c.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
`+kE+f+AT}var dE=!1;function O_(f,u){if(!f||dE)return"";dE=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var y={DetermineComponentFrameRoot:function(){try{if(u){var R=function(){throw Error()};if(Object.defineProperty(R.prototype,"props",{set:function(){throw Error()}}),typeof Reflect==="object"&&Reflect.construct){try{Reflect.construct(R,[])}catch(w){var O=w}Reflect.construct(f,[],R)}else{try{R.call()}catch(w){O=w}f.call(R.prototype)}}else{try{throw Error()}catch(w){O=w}(R=f())&&typeof R.catch==="function"&&R.catch(function(){})}}catch(w){if(w&&O&&typeof w.stack==="string")return[w.stack,O.stack]}return[null,null]}};y.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var _=Object.getOwnPropertyDescriptor(y.DetermineComponentFrameRoot,"name");_&&_.configurable&&Object.defineProperty(y.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var E=y.DetermineComponentFrameRoot(),v=E[0],T=E[1];if(v&&T){var x=v.split(`
|
|
`),g=T.split(`
|
|
`);for(_=y=0;y<x.length&&!x[y].includes("DetermineComponentFrameRoot");)y++;for(;_<g.length&&!g[_].includes("DetermineComponentFrameRoot");)_++;if(y===x.length||_===g.length)for(y=x.length-1,_=g.length-1;1<=y&&0<=_&&x[y]!==g[_];)_--;for(;1<=y&&0<=_;y--,_--)if(x[y]!==g[_]){if(y!==1||_!==1)do if(y--,_--,0>_||x[y]!==g[_]){var C=`
|
|
`+x[y].replace(" at new "," at ");return f.displayName&&C.includes("<anonymous>")&&(C=C.replace("<anonymous>",f.displayName)),C}while(1<=y&&0<=_);break}}}finally{dE=!1,Error.prepareStackTrace=c}return(c=f?f.displayName||f.name:"")?Gc(c):""}function lT(f){if(typeof f==="string")return Gc(f);if(typeof f==="function")return f.prototype&&f.prototype.isReactComponent?O_(f,!0):O_(f,!1);if(typeof f==="object"&&f!==null){switch(f.$$typeof){case vv:return O_(f.render,!1);case Tv:return O_(f.type,!1);case h_:var u=f,c=u._payload;u=u._init;try{f=u(c)}catch(_){return Gc("Lazy")}return lT(f)}if(typeof f.name==="string"){f:{c=f.name,u=f.env;var y=f.debugLocation;if(y!=null&&(f=Error.prepareStackTrace,Error.prepareStackTrace=void 0,y=y.stack,Error.prepareStackTrace=f,y.startsWith(`Error: react-stack-top-frame
|
|
`)&&(y=y.slice(29)),f=y.indexOf(`
|
|
`),f!==-1&&(y=y.slice(f+1)),f=y.indexOf("react_stack_bottom_frame"),f!==-1&&(f=y.lastIndexOf(`
|
|
`,f)),f=f!==-1?y=y.slice(0,f):"",y=f.lastIndexOf(`
|
|
`),f=y===-1?f:f.slice(y+1),f.indexOf(c)!==-1)){c=`
|
|
`+f;break f}c=Gc(c+(u?" ["+u+"]":""))}return c}}switch(f){case xv:return Gc("SuspenseList");case Z_:return Gc("Suspense")}return""}function Zc(f,u){return(500<u.byteSize||!1)&&u.contentPreamble===null}function qO(f){if(typeof f==="object"&&f!==null&&typeof f.environmentName==="string"){var u=f.environmentName;f=[f].slice(0),typeof f[0]==="string"?f.splice(0,1,"[%s] "+f[0]," "+u+" "):f.splice(0,0,"[%s]"," "+u+" "),f.unshift(console),u=QO.apply(console.error,f),u()}else console.error(f);return null}function oO(f,u,c,y,_,E,v,T,x,g,C){var R=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=f,this.renderState=u,this.rootFormatContext=c,this.progressiveChunkSize=y===void 0?12800:y,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=R,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=_===void 0?qO:_,this.onPostpone=g===void 0?Wf:g,this.onAllReady=E===void 0?Wf:E,this.onShellReady=v===void 0?Wf:v,this.onShellError=T===void 0?Wf:T,this.onFatalError=x===void 0?Wf:x,this.formState=C===void 0?null:C}function eO(f,u,c,y,_,E,v,T,x,g,C,R){return u=new oO(u,c,y,_,E,v,T,x,g,C,R),c=Hc(u,0,null,y,!1,!1),c.parentFlushed=!0,f=j_(u,null,f,-1,null,c,null,null,u.abortableTasks,null,y,null,hO,null,null),iy(f),u.pingedTasks.push(f),u}var Cf=null;function bT(f,u){f.pingedTasks.push(u),f.pingedTasks.length===1&&(f.flushScheduled=f.destination!==null,oT(f))}function mv(f,u,c,y,_){return c={status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:u,completedSegments:[],byteSize:0,fallbackAbortableTasks:c,errorDigest:null,contentState:eE(),fallbackState:eE(),contentPreamble:y,fallbackPreamble:_,trackedContentKeyPath:null,trackedFallbackNode:null},u!==null&&(u.pendingTasks++,y=u.boundaries,y!==null&&(f.allPendingTasks++,c.pendingTasks++,y.push(c)),f=u.inheritedHoistables,f!==null&&Qc(c.contentState,f)),c}function j_(f,u,c,y,_,E,v,T,x,g,C,R,O,w,r){f.allPendingTasks++,_===null?f.pendingRootTasks++:_.pendingTasks++,w!==null&&w.pendingTasks++;var H={replay:null,node:c,childIndex:y,ping:function(){return bT(f,H)},blockedBoundary:_,blockedSegment:E,blockedPreamble:v,hoistableState:T,abortSet:x,keyPath:g,formatContext:C,context:R,treeContext:O,row:w,componentStack:r,thenableState:u};return x.add(H),H}function pT(f,u,c,y,_,E,v,T,x,g,C,R,O,w){f.allPendingTasks++,E===null?f.pendingRootTasks++:E.pendingTasks++,O!==null&&O.pendingTasks++,c.pendingTasks++;var r={replay:c,node:y,childIndex:_,ping:function(){return bT(f,r)},blockedBoundary:E,blockedSegment:null,blockedPreamble:null,hoistableState:v,abortSet:T,keyPath:x,formatContext:g,context:C,treeContext:R,row:O,componentStack:w,thenableState:u};return T.add(r),r}function Hc(f,u,c,y,_,E){return{status:0,parentFlushed:!1,id:-1,index:u,chunks:[],children:[],preambleChildren:[],parentFormatContext:y,boundary:c,lastPushedText:_,textEmbedded:E}}function iy(f){var u=f.node;if(typeof u==="object"&&u!==null)switch(u.$$typeof){case rT:f.componentStack={parent:f.componentStack,type:u.type}}}function fv(f){return f===null?null:{parent:f.parent,type:"Suspense Fallback"}}function bu(f){var u={};return f&&Object.defineProperty(u,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var c="",y=f;do c+=lT(y.type),y=y.parent;while(y);var _=c}catch(E){_=`
|
|
Error generating stack: `+E.message+`
|
|
`+E.stack}return Object.defineProperty(u,"componentStack",{value:_}),_}}),u}function wf(f,u,c){if(f=f.onError,u=f(u,c),u==null||typeof u==="string")return u}function ty(f,u){var{onShellError:c,onFatalError:y}=f;c(u),y(u),f.destination!==null?(f.status=14,f.destination.destroy(u)):(f.status=13,f.fatalError=u)}function mf(f,u){Mv(f,u.next,u.hoistables)}function Mv(f,u,c){for(;u!==null;){c!==null&&(Qc(u.hoistables,c),u.inheritedHoistables=c);var y=u.boundaries;if(y!==null){u.boundaries=null;for(var _=0;_<y.length;_++){var E=y[_];c!==null&&Qc(E.contentState,c),pu(f,E,null,null)}}if(u.pendingTasks--,0<u.pendingTasks)break;c=u.hoistables,u=u.next}}function uv(f,u){var c=u.boundaries;if(c!==null&&u.pendingTasks===c.length){for(var y=!0,_=0;_<c.length;_++){var E=c[_];if(E.pendingTasks!==1||E.parentFlushed||Zc(f,E)){y=!1;break}}y&&Mv(f,u,u.hoistables)}}function Wy(f){var u={pendingTasks:1,boundaries:null,hoistables:eE(),inheritedHoistables:null,together:!1,next:null};return f!==null&&0<f.pendingTasks&&(u.pendingTasks++,u.boundaries=[],f.next=u),u}function nT(f,u,c,y,_){var{keyPath:E,treeContext:v,row:T}=u;u.keyPath=c,c=y.length;var x=null;if(u.replay!==null){var g=u.replay.slots;if(g!==null&&typeof g==="object")for(var C=0;C<c;C++){var R=_!=="backwards"&&_!=="unstable_legacy-backwards"?C:c-1-C,O=y[R];u.row=x=Wy(x),u.treeContext=mc(v,c,R);var w=g[R];typeof w==="number"?(J_(f,u,w,O,R),delete g[R]):_f(f,u,O,R),--x.pendingTasks===0&&mf(f,x)}else for(g=0;g<c;g++)C=_!=="backwards"&&_!=="unstable_legacy-backwards"?g:c-1-g,R=y[C],u.row=x=Wy(x),u.treeContext=mc(v,c,C),_f(f,u,R,C),--x.pendingTasks===0&&mf(f,x)}else if(_!=="backwards"&&_!=="unstable_legacy-backwards")for(_=0;_<c;_++)g=y[_],u.row=x=Wy(x),u.treeContext=mc(v,c,_),_f(f,u,g,_),--x.pendingTasks===0&&mf(f,x);else{_=u.blockedSegment,g=_.children.length,C=_.chunks.length;for(R=c-1;0<=R;R--){O=y[R],u.row=x=Wy(x),u.treeContext=mc(v,c,R),w=Hc(f,C,null,u.formatContext,R===0?_.lastPushedText:!0,!0),_.children.splice(g,0,w),u.blockedSegment=w;try{_f(f,u,O,R),Gy(w.chunks,f.renderState,w.lastPushedText,w.textEmbedded),w.status=1,--x.pendingTasks===0&&mf(f,x)}catch(r){throw w.status=f.status===12?3:4,r}}u.blockedSegment=_,_.lastPushedText=!1}T!==null&&x!==null&&0<x.pendingTasks&&(T.pendingTasks++,x.next=T),u.treeContext=v,u.row=T,u.keyPath=E}function wT(f,u,c,y,_,E){var v=u.thenableState;u.thenableState=null,Ju={},Ov=u,Av=f,nv=c,Qy=Py=0,Zy=-1,W_=0,Bc=v;for(f=y(_,E);z_;)z_=!1,Qy=Py=0,Zy=-1,W_=0,t_+=1,S=null,f=y(_,E);return hy(),f}function mT(f,u,c,y,_,E,v){var T=!1;if(E!==0&&f.formState!==null){var x=u.blockedSegment;if(x!==null){T=!0,x=x.chunks;for(var g=0;g<E;g++)g===v?x.push("<!--F!-->"):x.push("<!--F-->")}}E=u.keyPath,u.keyPath=c,_?(c=u.treeContext,u.treeContext=mc(c,1,0),_f(f,u,y,-1),u.treeContext=c):T?_f(f,u,y,-1):fu(f,u,y,-1),u.keyPath=E}function G_(f,u,c,y,_,E){if(typeof y==="function")if(y.prototype&&y.prototype.isReactComponent){var v=_;if("ref"in _){v={};for(var T in _)T!=="ref"&&(v[T]=_[T])}var x=y.defaultProps;if(x){v===_&&(v=Qf({},v,_));for(var g in x)v[g]===void 0&&(v[g]=x[g])}_=v,v=vT,x=y.contextType,typeof x==="object"&&x!==null&&(v=x._currentValue2),v=new y(_,v);var C=v.state!==void 0?v.state:null;if(v.updater=xT,v.props=_,v.state=C,x={queue:[],replace:!1},v._reactInternals=x,E=y.contextType,v.context=typeof E==="object"&&E!==null?E._currentValue2:vT,E=y.getDerivedStateFromProps,typeof E==="function"&&(E=E(_,C),C=E===null||E===void 0?C:Qf({},C,E),v.state=C),typeof y.getDerivedStateFromProps!=="function"&&typeof v.getSnapshotBeforeUpdate!=="function"&&(typeof v.UNSAFE_componentWillMount==="function"||typeof v.componentWillMount==="function"))if(y=v.state,typeof v.componentWillMount==="function"&&v.componentWillMount(),typeof v.UNSAFE_componentWillMount==="function"&&v.UNSAFE_componentWillMount(),y!==v.state&&xT.enqueueReplaceState(v,v.state,null),x.queue!==null&&0<x.queue.length)if(y=x.queue,E=x.replace,x.queue=null,x.replace=!1,E&&y.length===1)v.state=y[0];else{x=E?y[0]:v.state,C=!0;for(E=E?1:0;E<y.length;E++)g=y[E],g=typeof g==="function"?g.call(v,x,_,void 0):g,g!=null&&(C?(C=!1,x=Qf({},x,g)):Qf(x,g));v.state=x}else x.queue=null;if(y=v.render(),f.status===12)throw null;_=u.keyPath,u.keyPath=c,fu(f,u,y,-1),u.keyPath=_}else{if(y=wT(f,u,c,y,_,void 0),f.status===12)throw null;mT(f,u,c,y,Py!==0,Qy,Zy)}else if(typeof y==="string")if(v=u.blockedSegment,v===null)v=_.children,x=u.formatContext,C=u.keyPath,u.formatContext=qx(x,y,_),u.keyPath=c,_f(f,u,v,-1),u.formatContext=x,u.keyPath=C;else{if(C=CO(v.chunks,y,_,f.resumableState,f.renderState,u.blockedPreamble,u.hoistableState,u.formatContext,v.lastPushedText),v.lastPushedText=!1,x=u.formatContext,E=u.keyPath,u.keyPath=c,(u.formatContext=qx(x,y,_)).insertionMode===3){c=Hc(f,0,null,u.formatContext,!1,!1),v.preambleChildren.push(c),u.blockedSegment=c;try{c.status=6,_f(f,u,C,-1),Gy(c.chunks,f.renderState,c.lastPushedText,c.textEmbedded),c.status=1}finally{u.blockedSegment=v}}else _f(f,u,C,-1);u.formatContext=x,u.keyPath=E;f:{switch(u=v.chunks,f=f.resumableState,y){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break f;case"body":if(1>=x.insertionMode){f.hasBody=!0;break f}break;case"html":if(x.insertionMode===0){f.hasHtml=!0;break f}break;case"head":if(1>=x.insertionMode)break f}u.push(Mc(y))}v.lastPushedText=!1}else{switch(y){case oR:case NT:case DT:case YT:y=u.keyPath,u.keyPath=c,fu(f,u,_.children,-1),u.keyPath=y;return;case zT:y=u.blockedSegment,y===null?_.mode!=="hidden"&&(y=u.keyPath,u.keyPath=c,_f(f,u,_.children,-1),u.keyPath=y):_.mode!=="hidden"&&(f.renderState.generateStaticMarkup||y.chunks.push("<!--&-->"),y.lastPushedText=!1,v=u.keyPath,u.keyPath=c,_f(f,u,_.children,-1),u.keyPath=v,f.renderState.generateStaticMarkup||y.chunks.push("<!--/&-->"),y.lastPushedText=!1);return;case xv:f:{if(y=_.children,_=_.revealOrder,_==="forwards"||_==="backwards"||_==="unstable_legacy-backwards"){if(r_(y)){nT(f,u,c,y,_);break f}if(v=WT(y)){if(v=v.call(y)){if(x=v.next(),!x.done){do x=v.next();while(!x.done);nT(f,u,c,y,_)}break f}}}_==="together"?(_=u.keyPath,v=u.row,x=u.row=Wy(null),x.boundaries=[],x.together=!0,u.keyPath=c,fu(f,u,y,-1),--x.pendingTasks===0&&mf(f,x),u.keyPath=_,u.row=v,v!==null&&0<x.pendingTasks&&(v.pendingTasks++,x.next=v)):(_=u.keyPath,u.keyPath=c,fu(f,u,y,-1),u.keyPath=_)}return;case aR:case qR:throw Error(L(343));case Z_:f:if(u.replay!==null){y=u.keyPath,v=u.formatContext,x=u.row,u.keyPath=c,u.formatContext=n_(f.resumableState,v),u.row=null,c=_.children;try{_f(f,u,c,-1)}finally{u.keyPath=y,u.formatContext=v,u.row=x}}else{y=u.keyPath,E=u.formatContext;var{row:R,blockedBoundary:O}=u;g=u.blockedPreamble;var w=u.hoistableState;T=u.blockedSegment;var r=_.fallback;_=_.children;var H=new Set,M=mv(f,u.row,H,null,null);f.trackedPostpones!==null&&(M.trackedContentKeyPath=c);var U=Hc(f,T.chunks.length,M,u.formatContext,!1,!1);T.children.push(U),T.lastPushedText=!1;var N=Hc(f,0,null,u.formatContext,!1,!1);if(N.parentFlushed=!0,f.trackedPostpones!==null){v=u.componentStack,x=[c[0],"Suspense Fallback",c[2]],C=[x[1],x[2],[],null],f.trackedPostpones.workingMap.set(x,C),M.trackedFallbackNode=C,u.blockedSegment=U,u.blockedPreamble=M.fallbackPreamble,u.keyPath=x,u.formatContext=pE(f.resumableState,E),u.componentStack=fv(v),U.status=6;try{_f(f,u,r,-1),Gy(U.chunks,f.renderState,U.lastPushedText,U.textEmbedded),U.status=1}catch(G){throw U.status=f.status===12?3:4,G}finally{u.blockedSegment=T,u.blockedPreamble=g,u.keyPath=y,u.formatContext=E}u=j_(f,null,_,-1,M,N,M.contentPreamble,M.contentState,u.abortSet,c,n_(f.resumableState,u.formatContext),u.context,u.treeContext,null,v),iy(u),f.pingedTasks.push(u)}else{u.blockedBoundary=M,u.blockedPreamble=M.contentPreamble,u.hoistableState=M.contentState,u.blockedSegment=N,u.keyPath=c,u.formatContext=n_(f.resumableState,E),u.row=null,N.status=6;try{if(_f(f,u,_,-1),Gy(N.chunks,f.renderState,N.lastPushedText,N.textEmbedded),N.status=1,Jy(M,N),M.pendingTasks===0&&M.status===0){if(M.status=1,!Zc(f,M)){R!==null&&--R.pendingTasks===0&&mf(f,R),f.pendingRootTasks===0&&u.blockedPreamble&&Ky(f);break f}}else R!==null&&R.together&&uv(f,R)}catch(G){M.status=4,f.status===12?(N.status=3,v=f.fatalError):(N.status=4,v=G),x=bu(u.componentStack),C=wf(f,v,x),M.errorDigest=C,Hv(f,M)}finally{u.blockedBoundary=O,u.blockedPreamble=g,u.hoistableState=w,u.blockedSegment=T,u.keyPath=y,u.formatContext=E,u.row=R}u=j_(f,null,r,-1,O,U,M.fallbackPreamble,M.fallbackState,H,[c[0],"Suspense Fallback",c[2]],pE(f.resumableState,u.formatContext),u.context,u.treeContext,u.row,fv(u.componentStack)),iy(u),f.pingedTasks.push(u)}}return}if(typeof y==="object"&&y!==null)switch(y.$$typeof){case vv:if("ref"in _)for(r in v={},_)r!=="ref"&&(v[r]=_[r]);else v=_;y=wT(f,u,c,y.render,v,E),mT(f,u,c,y,Py!==0,Qy,Zy);return;case Tv:G_(f,u,c,y.type,_,E);return;case Q_:if(x=_.children,v=u.keyPath,_=_.value,C=y._currentValue2,y._currentValue2=_,E=wc,wc=y={parent:E,depth:E===null?0:E.depth+1,context:y,parentValue:C,value:_},u.context=y,u.keyPath=c,fu(f,u,x,-1),f=wc,f===null)throw Error(L(403));f.context._currentValue2=f.parentValue,f=wc=f.parent,u.context=f,u.keyPath=v;return;case $T:_=_.children,y=_(y._context._currentValue2),_=u.keyPath,u.keyPath=c,fu(f,u,y,-1),u.keyPath=_;return;case h_:if(v=y._init,y=v(y._payload),f.status===12)throw null;G_(f,u,c,y,_,E);return}throw Error(L(130,y==null?y:typeof y,""))}}function J_(f,u,c,y,_){var{replay:E,blockedBoundary:v}=u,T=Hc(f,0,null,u.formatContext,!1,!1);T.id=c,T.parentFlushed=!0;try{u.replay=null,u.blockedSegment=T,_f(f,u,y,_),T.status=1,v===null?f.completedRootSegment=T:(Jy(v,T),v.parentFlushed&&f.partialBoundaries.push(v))}finally{u.replay=E,u.blockedSegment=null}}function fu(f,u,c,y){u.replay!==null&&typeof u.replay.slots==="number"?J_(f,u,u.replay.slots,c,y):(u.node=c,u.childIndex=y,c=u.componentStack,iy(u),cv(f,u),u.componentStack=c)}function cv(f,u){var{node:c,childIndex:y}=u;if(c!==null){if(typeof c==="object"){switch(c.$$typeof){case rT:var{type:_,key:E,props:v}=c;c=v.ref;var T=c!==void 0?c:null,x=D_(_),g=E==null?y===-1?0:y:E;if(E=[u.keyPath,x,g],u.replay!==null)f:{var C=u.replay;y=C.nodes;for(c=0;c<y.length;c++){var R=y[c];if(g===R[1]){if(R.length===4){if(x!==null&&x!==R[0])throw Error(L(490,R[0],x));var O=R[2];x=R[3],g=u.node,u.replay={nodes:O,slots:x,pendingTasks:1};try{if(G_(f,u,E,_,v,T),u.replay.pendingTasks===1&&0<u.replay.nodes.length)throw Error(L(488));u.replay.pendingTasks--}catch(I){if(typeof I==="object"&&I!==null&&(I===df||typeof I.then==="function"))throw u.node===g?u.replay=C:y.splice(c,1),I;u.replay.pendingTasks--,v=bu(u.componentStack),E=f,f=u.blockedBoundary,_=I,v=wf(E,_,v),Fy(E,f,O,x,_,v)}u.replay=C}else{if(_!==Z_)throw Error(L(490,"Suspense",D_(_)||"Unknown"));u:{C=void 0,_=R[5],T=R[2],x=R[3],g=R[4]===null?[]:R[4][2],R=R[4]===null?null:R[4][3];var{keyPath:w,formatContext:r,row:H,replay:M,blockedBoundary:U,hoistableState:N}=u,G=v.children,B=v.fallback,z=new Set;v=mv(f,u.row,z,null,null),v.parentFlushed=!0,v.rootSegmentID=_,u.blockedBoundary=v,u.hoistableState=v.contentState,u.keyPath=E,u.formatContext=n_(f.resumableState,r),u.row=null,u.replay={nodes:T,slots:x,pendingTasks:1};try{if(_f(f,u,G,-1),u.replay.pendingTasks===1&&0<u.replay.nodes.length)throw Error(L(488));if(u.replay.pendingTasks--,v.pendingTasks===0&&v.status===0){v.status=1,f.completedBoundaries.push(v);break u}}catch(I){v.status=4,O=bu(u.componentStack),C=wf(f,I,O),v.errorDigest=C,u.replay.pendingTasks--,f.clientRenderedBoundaries.push(v)}finally{u.blockedBoundary=U,u.hoistableState=N,u.replay=M,u.keyPath=w,u.formatContext=r,u.row=H}O=pT(f,null,{nodes:g,slots:R,pendingTasks:0},B,-1,U,v.fallbackState,z,[E[0],"Suspense Fallback",E[2]],pE(f.resumableState,u.formatContext),u.context,u.treeContext,u.row,fv(u.componentStack)),iy(O),f.pingedTasks.push(O)}}y.splice(c,1);break f}}}else G_(f,u,E,_,v,T);return;case LT:throw Error(L(257));case h_:if(O=c._init,c=O(c._payload),f.status===12)throw null;fu(f,u,c,y);return}if(r_(c)){yv(f,u,c,y);return}if(O=WT(c)){if(O=O.call(c)){if(c=O.next(),!c.done){v=[];do v.push(c.value),c=O.next();while(!c.done);yv(f,u,v,y)}return}}if(typeof c.then==="function")return u.thenableState=null,fu(f,u,dT(c),y);if(c.$$typeof===Q_)return fu(f,u,c._currentValue2,y);throw y=Object.prototype.toString.call(c),Error(L(31,y==="[object Object]"?"object with keys {"+Object.keys(c).join(", ")+"}":y))}if(typeof c==="string")y=u.blockedSegment,y!==null&&(y.lastPushedText=ET(y.chunks,c,f.renderState,y.lastPushedText));else if(typeof c==="number"||typeof c==="bigint")y=u.blockedSegment,y!==null&&(y.lastPushedText=ET(y.chunks,""+c,f.renderState,y.lastPushedText))}}function yv(f,u,c,y){var _=u.keyPath;if(y!==-1&&(u.keyPath=[u.keyPath,"Fragment",y],u.replay!==null)){for(var E=u.replay,v=E.nodes,T=0;T<v.length;T++){var x=v[T];if(x[1]===y){y=x[2],x=x[3],u.replay={nodes:y,slots:x,pendingTasks:1};try{if(yv(f,u,c,-1),u.replay.pendingTasks===1&&0<u.replay.nodes.length)throw Error(L(488));u.replay.pendingTasks--}catch(R){if(typeof R==="object"&&R!==null&&(R===df||typeof R.then==="function"))throw R;u.replay.pendingTasks--,c=bu(u.componentStack);var g=u.blockedBoundary,C=R;c=wf(f,C,c),Fy(f,g,y,x,C,c)}u.replay=E,v.splice(T,1);break}}u.keyPath=_;return}if(E=u.treeContext,v=c.length,u.replay!==null&&(T=u.replay.slots,T!==null&&typeof T==="object")){for(y=0;y<v;y++)x=c[y],u.treeContext=mc(E,v,y),g=T[y],typeof g==="number"?(J_(f,u,g,x,y),delete T[y]):_f(f,u,x,y);u.treeContext=E,u.keyPath=_;return}for(T=0;T<v;T++)y=c[T],u.treeContext=mc(E,v,T),_f(f,u,y,T);u.treeContext=E,u.keyPath=_}function qT(f,u,c){if(c.status=5,c.rootSegmentID=f.nextSegmentId++,f=c.trackedContentKeyPath,f===null)throw Error(L(486));var y=c.trackedFallbackNode,_=[],E=u.workingMap.get(f);if(E===void 0)return c=[f[1],f[2],_,null,y,c.rootSegmentID],u.workingMap.set(f,c),B_(c,f[0],u),c;return E[4]=y,E[5]=c.rootSegmentID,E}function _v(f,u,c,y){y.status=5;var{keyPath:_,blockedBoundary:E}=c;if(E===null)y.id=f.nextSegmentId++,u.rootSlots=y.id,f.completedRootSegment!==null&&(f.completedRootSegment.status=5);else{if(E!==null&&E.status===0){var v=qT(f,u,E);if(E.trackedContentKeyPath===_&&c.childIndex===-1){y.id===-1&&(y.id=y.parentFlushed?E.rootSegmentID:f.nextSegmentId++),v[3]=y.id;return}}if(y.id===-1&&(y.id=y.parentFlushed&&E!==null?E.rootSegmentID:f.nextSegmentId++),c.childIndex===-1)_===null?u.rootSlots=y.id:(c=u.workingMap.get(_),c===void 0?(c=[_[1],_[2],[],y.id],B_(c,_[0],u)):c[3]=y.id);else{if(_===null){if(f=u.rootSlots,f===null)f=u.rootSlots={};else if(typeof f==="number")throw Error(L(491))}else if(E=u.workingMap,v=E.get(_),v===void 0)f={},v=[_[1],_[2],[],f],E.set(_,v),B_(v,_[0],u);else if(f=v[3],f===null)f=v[3]={};else if(typeof f==="number")throw Error(L(491));f[c.childIndex]=y.id}}}function Hv(f,u){f=f.trackedPostpones,f!==null&&(u=u.trackedContentKeyPath,u!==null&&(u=f.workingMap.get(u),u!==void 0&&(u.length=4,u[2]=[],u[3]=null)))}function MT(f,u,c){return pT(f,c,u.replay,u.node,u.childIndex,u.blockedBoundary,u.hoistableState,u.abortSet,u.keyPath,u.formatContext,u.context,u.treeContext,u.row,u.componentStack)}function HT(f,u,c){var y=u.blockedSegment,_=Hc(f,y.chunks.length,null,u.formatContext,y.lastPushedText,!0);return y.children.push(_),y.lastPushedText=!1,j_(f,c,u.node,u.childIndex,u.blockedBoundary,_,u.blockedPreamble,u.hoistableState,u.abortSet,u.keyPath,u.formatContext,u.context,u.treeContext,u.row,u.componentStack)}function _f(f,u,c,y){var{formatContext:_,context:E,keyPath:v,treeContext:T,componentStack:x,blockedSegment:g}=u;if(g===null){g=u.replay;try{return fu(f,u,c,y)}catch(O){if(hy(),c=O===df?$_():O,f.status!==12&&typeof c==="object"&&c!==null){if(typeof c.then==="function"){y=O===df?Xc():null,f=MT(f,u,y).ping,c.then(f,f),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,u.replay=g,ku(E);return}if(c.message==="Maximum call stack size exceeded"){c=O===df?Xc():null,c=MT(f,u,c),f.pingedTasks.push(c),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,u.replay=g,ku(E);return}}}}else{var C=g.children.length,R=g.chunks.length;try{return fu(f,u,c,y)}catch(O){if(hy(),g.children.length=C,g.chunks.length=R,c=O===df?$_():O,f.status!==12&&typeof c==="object"&&c!==null){if(typeof c.then==="function"){g=c,c=O===df?Xc():null,f=HT(f,u,c).ping,g.then(f,f),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,ku(E);return}if(c.message==="Maximum call stack size exceeded"){g=O===df?Xc():null,g=HT(f,u,g),f.pingedTasks.push(g),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,ku(E);return}}}}throw u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,ku(E),c}function aO(f){var{blockedBoundary:u,blockedSegment:c}=f;c!==null&&(c.status=3,pu(this,u,f.row,c))}function Fy(f,u,c,y,_,E){for(var v=0;v<c.length;v++){var T=c[v];if(T.length===4)Fy(f,u,T[2],T[3],_,E);else{T=T[5];var x=f,g=E,C=mv(x,null,new Set,null,null);C.parentFlushed=!0,C.rootSegmentID=T,C.status=4,C.errorDigest=g,C.parentFlushed&&x.clientRenderedBoundaries.push(C)}}if(c.length=0,y!==null){if(u===null)throw Error(L(487));if(u.status!==4&&(u.status=4,u.errorDigest=E,u.parentFlushed&&f.clientRenderedBoundaries.push(u)),typeof y==="object")for(var R in y)delete y[R]}}function Ev(f,u,c){var{blockedBoundary:y,blockedSegment:_}=f;if(_!==null){if(_.status===6)return;_.status=3}var E=bu(f.componentStack);if(y===null){if(u.status!==13&&u.status!==14){if(y=f.replay,y===null){u.trackedPostpones!==null&&_!==null?(y=u.trackedPostpones,wf(u,c,E),_v(u,y,f,_),pu(u,null,f.row,_)):(wf(u,c,E),ty(u,c));return}y.pendingTasks--,y.pendingTasks===0&&0<y.nodes.length&&(_=wf(u,c,E),Fy(u,null,y.nodes,y.slots,c,_)),u.pendingRootTasks--,u.pendingRootTasks===0&&Uv(u)}}else{var v=u.trackedPostpones;if(y.status!==4){if(v!==null&&_!==null)return wf(u,c,E),_v(u,v,f,_),y.fallbackAbortableTasks.forEach(function(T){return Ev(T,u,c)}),y.fallbackAbortableTasks.clear(),pu(u,y,f.row,_);y.status=4,_=wf(u,c,E),y.status=4,y.errorDigest=_,Hv(u,y),y.parentFlushed&&u.clientRenderedBoundaries.push(y)}y.pendingTasks--,_=y.row,_!==null&&--_.pendingTasks===0&&mf(u,_),y.fallbackAbortableTasks.forEach(function(T){return Ev(T,u,c)}),y.fallbackAbortableTasks.clear()}f=f.row,f!==null&&--f.pendingTasks===0&&mf(u,f),u.allPendingTasks--,u.allPendingTasks===0&&X_(u)}function Iv(f,u){try{var c=f.renderState,y=c.onHeaders;if(y){var _=c.headers;if(_){c.headers=null;var E=_.preconnects;if(_.fontPreloads&&(E&&(E+=", "),E+=_.fontPreloads),_.highImagePreloads&&(E&&(E+=", "),E+=_.highImagePreloads),!u){var v=c.styles.values(),T=v.next();f:for(;0<_.remainingCapacity&&!T.done;T=v.next())for(var x=T.value.sheets.values(),g=x.next();0<_.remainingCapacity&&!g.done;g=x.next()){var C=g.value,R=C.props,O=R.href,w=C.props,r=N_(w.href,"style",{crossOrigin:w.crossOrigin,integrity:w.integrity,nonce:w.nonce,type:w.type,fetchPriority:w.fetchPriority,referrerPolicy:w.referrerPolicy,media:w.media});if(0<=(_.remainingCapacity-=r.length+2))c.resets.style[O]=sf,E&&(E+=", "),E+=r,c.resets.style[O]=typeof R.crossOrigin==="string"||typeof R.integrity==="string"?[R.crossOrigin,R.integrity]:sf;else break f}}E?y({Link:E}):y({})}}}catch(H){wf(f,H,{})}}function Uv(f){f.trackedPostpones===null&&Iv(f,!0),f.trackedPostpones===null&&Ky(f),f.onShellError=Wf,f=f.onShellReady,f()}function X_(f){Iv(f,f.trackedPostpones===null?!0:f.completedRootSegment===null||f.completedRootSegment.status!==5),Ky(f),f=f.onAllReady,f()}function Jy(f,u){if(u.chunks.length===0&&u.children.length===1&&u.children[0].boundary===null&&u.children[0].id===-1){var c=u.children[0];c.id=u.id,c.parentFlushed=!0,c.status!==1&&c.status!==3&&c.status!==4||Jy(f,c)}else f.completedSegments.push(u)}function pu(f,u,c,y){if(c!==null&&(--c.pendingTasks===0?mf(f,c):c.together&&uv(f,c)),f.allPendingTasks--,u===null){if(y!==null&&y.parentFlushed){if(f.completedRootSegment!==null)throw Error(L(389));f.completedRootSegment=y}f.pendingRootTasks--,f.pendingRootTasks===0&&Uv(f)}else if(u.pendingTasks--,u.status!==4)if(u.pendingTasks===0){if(u.status===0&&(u.status=1),y!==null&&y.parentFlushed&&(y.status===1||y.status===3)&&Jy(u,y),u.parentFlushed&&f.completedBoundaries.push(u),u.status===1)c=u.row,c!==null&&Qc(c.hoistables,u.contentState),Zc(f,u)||(u.fallbackAbortableTasks.forEach(aO,f),u.fallbackAbortableTasks.clear(),c!==null&&--c.pendingTasks===0&&mf(f,c)),f.pendingRootTasks===0&&f.trackedPostpones===null&&u.contentPreamble!==null&&Ky(f);else if(u.status===5&&(u=u.row,u!==null)){if(f.trackedPostpones!==null){c=f.trackedPostpones;var _=u.next;if(_!==null&&(y=_.boundaries,y!==null))for(_.boundaries=null,_=0;_<y.length;_++){var E=y[_];qT(f,c,E),pu(f,E,null,null)}}--u.pendingTasks===0&&mf(f,u)}}else y===null||!y.parentFlushed||y.status!==1&&y.status!==3||(Jy(u,y),u.completedSegments.length===1&&u.parentFlushed&&f.partialBoundaries.push(u)),u=u.row,u!==null&&u.together&&uv(f,u);f.allPendingTasks===0&&X_(f)}function oT(f){if(f.status!==14&&f.status!==13){var u=wc,c=Wc.H;Wc.H=OT;var y=Wc.A;Wc.A=pO;var _=Cf;Cf=f;var E=I_;I_=f.resumableState;try{var v=f.pingedTasks,T;for(T=0;T<v.length;T++){var x=v[T],g=f,C=x.blockedSegment;if(C===null){var R=g;if(x.replay.pendingTasks!==0){ku(x.context);try{if(typeof x.replay.slots==="number"?J_(R,x,x.replay.slots,x.node,x.childIndex):cv(R,x),x.replay.pendingTasks===1&&0<x.replay.nodes.length)throw Error(L(488));x.replay.pendingTasks--,x.abortSet.delete(x),pu(R,x.blockedBoundary,x.row,null)}catch(j){hy();var O=j===df?$_():j;if(typeof O==="object"&&O!==null&&typeof O.then==="function"){var w=x.ping;O.then(w,w),x.thenableState=j===df?Xc():null}else{x.replay.pendingTasks--,x.abortSet.delete(x);var r=bu(x.componentStack);g=void 0;var H=R,M=x.blockedBoundary,U=R.status===12?R.fatalError:O,N=x.replay.nodes,G=x.replay.slots;g=wf(H,U,r),Fy(H,M,N,G,U,g),R.pendingRootTasks--,R.pendingRootTasks===0&&Uv(R),R.allPendingTasks--,R.allPendingTasks===0&&X_(R)}}finally{}}}else if(R=void 0,H=C,H.status===0){H.status=6,ku(x.context);var B=H.children.length,z=H.chunks.length;try{cv(g,x),Gy(H.chunks,g.renderState,H.lastPushedText,H.textEmbedded),x.abortSet.delete(x),H.status=1,pu(g,x.blockedBoundary,x.row,H)}catch(j){hy(),H.children.length=B,H.chunks.length=z;var I=j===df?$_():g.status===12?g.fatalError:j;if(g.status===12&&g.trackedPostpones!==null){var e=g.trackedPostpones,l=bu(x.componentStack);x.abortSet.delete(x),wf(g,I,l),_v(g,e,x,H),pu(g,x.blockedBoundary,x.row,H)}else if(typeof I==="object"&&I!==null&&typeof I.then==="function"){H.status=0,x.thenableState=j===df?Xc():null;var $=x.ping;I.then($,$)}else{var a=bu(x.componentStack);x.abortSet.delete(x),H.status=4;var{blockedBoundary:D,row:J}=x;if(J!==null&&--J.pendingTasks===0&&mf(g,J),g.allPendingTasks--,R=wf(g,I,a),D===null)ty(g,I);else if(D.pendingTasks--,D.status!==4){D.status=4,D.errorDigest=R,Hv(g,D);var h=D.row;h!==null&&--h.pendingTasks===0&&mf(g,h),D.parentFlushed&&g.clientRenderedBoundaries.push(D),g.pendingRootTasks===0&&g.trackedPostpones===null&&D.contentPreamble!==null&&Ky(g)}g.allPendingTasks===0&&X_(g)}}finally{}}}v.splice(0,T),f.destination!==null&&V_(f,f.destination)}catch(j){wf(f,j,{}),ty(f,j)}finally{I_=E,Wc.H=c,Wc.A=y,c===OT&&ku(u),Cf=_}}}function lE(f,u,c){u.preambleChildren.length&&c.push(u.preambleChildren);for(var y=!1,_=0;_<u.children.length;_++)y=eT(f,u.children[_],c)||y;return y}function eT(f,u,c){var y=u.boundary;if(y===null)return lE(f,u,c);var{contentPreamble:_,fallbackPreamble:E}=y;if(_===null||E===null)return!1;switch(y.status){case 1:if(yT(f.renderState,_),f.byteSize+=y.byteSize,u=y.completedSegments[0],!u)throw Error(L(391));return lE(f,u,c);case 5:if(f.trackedPostpones!==null)return!0;case 4:if(u.status===1)return yT(f.renderState,E),lE(f,u,c);default:return!0}}function Ky(f){if(f.completedRootSegment&&f.completedPreambleSegments===null){var u=[],c=f.byteSize,y=eT(f,f.completedRootSegment,u),_=f.renderState.preamble;y===!1||_.headChunks&&_.bodyChunks?f.completedPreambleSegments=u:f.byteSize=c}}function A_(f,u,c,y){switch(c.parentFlushed=!0,c.status){case 0:c.id=f.nextSegmentId++;case 5:return y=c.id,c.lastPushedText=!1,c.textEmbedded=!1,f=f.renderState,u.push('<template id="'),u.push(f.placeholderPrefix),f=y.toString(16),u.push(f),u.push('"></template>');case 1:c.status=2;var _=!0,E=c.chunks,v=0;c=c.children;for(var T=0;T<c.length;T++){for(_=c[T];v<_.index;v++)u.push(E[v]);_=Sy(f,u,_,y)}for(;v<E.length-1;v++)u.push(E[v]);return v<E.length&&(_=u.push(E[v])),_;case 3:return!0;default:throw Error(L(390))}}var Vy=0;function Sy(f,u,c,y){var _=c.boundary;if(_===null)return A_(f,u,c,y);if(_.parentFlushed=!0,_.status===4){var E=_.row;return E!==null&&--E.pendingTasks===0&&mf(f,E),f.renderState.generateStaticMarkup||(_=_.errorDigest,u.push("<!--$!-->"),u.push("<template"),_&&(u.push(' data-dgst="'),_=X(_),u.push(_),u.push('"')),u.push("></template>")),A_(f,u,c,y),f=f.renderState.generateStaticMarkup?!0:u.push("<!--/$-->"),f}if(_.status!==1)return _.status===0&&(_.rootSegmentID=f.nextSegmentId++),0<_.completedSegments.length&&f.partialBoundaries.push(_),_T(u,f.renderState,_.rootSegmentID),y&&Qc(y,_.fallbackState),A_(f,u,c,y),u.push("<!--/$-->");if(!U_&&Zc(f,_)&&Vy+_.byteSize>f.progressiveChunkSize)return _.rootSegmentID=f.nextSegmentId++,f.completedBoundaries.push(_),_T(u,f.renderState,_.rootSegmentID),A_(f,u,c,y),u.push("<!--/$-->");if(Vy+=_.byteSize,y&&Qc(y,_.contentState),c=_.row,c!==null&&Zc(f,_)&&--c.pendingTasks===0&&mf(f,c),f.renderState.generateStaticMarkup||u.push("<!--$-->"),c=_.completedSegments,c.length!==1)throw Error(L(391));return Sy(f,u,c[0],y),f=f.renderState.generateStaticMarkup?!0:u.push("<!--/$-->"),f}function bE(f,u,c,y){return RO(u,f.renderState,c.parentFormatContext,c.id),Sy(f,u,c,y),OO(u,c.parentFormatContext)}function IT(f,u,c){Vy=c.byteSize;for(var y=c.completedSegments,_=0;_<y.length;_++)aT(f,u,c,y[_]);y.length=0,y=c.row,y!==null&&Zc(f,c)&&--y.pendingTasks===0&&mf(f,y),JT(u,c.contentState,f.renderState),y=f.resumableState,f=f.renderState,_=c.rootSegmentID,c=c.contentState;var E=f.stylesToHoist;return f.stylesToHoist=!1,u.push(f.startInlineScript),u.push(">"),E?((y.instructions&4)===0&&(y.instructions|=4,u.push('$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};')),(y.instructions&2)===0&&(y.instructions|=2,u.push(`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`)),(y.instructions&8)===0?(y.instructions|=8,u.push(`$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=
|
|
"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=
|
|
"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("`)):u.push('$RR("')):((y.instructions&2)===0&&(y.instructions|=2,u.push(`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`)),u.push('$RC("')),y=_.toString(16),u.push(f.boundaryPrefix),u.push(y),u.push('","'),u.push(f.segmentPrefix),u.push(y),E?(u.push('",'),LO(u,c)):u.push('"'),c=u.push(")</script>"),tT(u,f)&&c}function aT(f,u,c,y){if(y.status===2)return!0;var _=c.contentState,E=y.id;if(E===-1){if((y.id=c.rootSegmentID)===-1)throw Error(L(392));return bE(f,u,y,_)}if(E===c.rootSegmentID)return bE(f,u,y,_);return bE(f,u,y,_),c=f.resumableState,f=f.renderState,u.push(f.startInlineScript),u.push(">"),(c.instructions&1)===0?(c.instructions|=1,u.push('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')):u.push('$RS("'),u.push(f.segmentPrefix),E=E.toString(16),u.push(E),u.push('","'),u.push(f.placeholderPrefix),u.push(E),u=u.push('")</script>'),u}var U_=!1;function V_(f,u){try{if(!(0<f.pendingRootTasks)){var c,y=f.completedRootSegment;if(y!==null){if(y.status===5)return;var _=f.completedPreambleSegments;if(_===null)return;Vy=f.byteSize;var{resumableState:E,renderState:v}=f,T=v.preamble,x=T.htmlChunks,g=T.headChunks,C;if(x){for(C=0;C<x.length;C++)u.push(x[C]);if(g)for(C=0;C<g.length;C++)u.push(g[C]);else{var R=cf("head");u.push(R),u.push(">")}}else if(g)for(C=0;C<g.length;C++)u.push(g[C]);var O=v.charsetChunks;for(C=0;C<O.length;C++)u.push(O[C]);O.length=0,v.preconnects.forEach(Lu,u),v.preconnects.clear();var w=v.viewportChunks;for(C=0;C<w.length;C++)u.push(w[C]);w.length=0,v.fontPreloads.forEach(Lu,u),v.fontPreloads.clear(),v.highImagePreloads.forEach(Lu,u),v.highImagePreloads.clear(),Pc=v,v.styles.forEach(IO,u),Pc=null;var r=v.importMapChunks;for(C=0;C<r.length;C++)u.push(r[C]);r.length=0,v.bootstrapScripts.forEach(Lu,u),v.scripts.forEach(Lu,u),v.scripts.clear(),v.bulkPreloads.forEach(Lu,u),v.bulkPreloads.clear(),E.instructions|=32;var H=v.hoistableChunks;for(C=0;C<H.length;C++)u.push(H[C]);for(E=H.length=0;E<_.length;E++){var M=_[E];for(v=0;v<M.length;v++)Sy(f,u,M[v],null)}var U=f.renderState.preamble,N=U.headChunks;if(U.htmlChunks||N){var G=Mc("head");u.push(G)}var B=U.bodyChunks;if(B)for(_=0;_<B.length;_++)u.push(B[_]);Sy(f,u,y,null),f.completedRootSegment=null;var z=f.renderState;if(f.allPendingTasks!==0||f.clientRenderedBoundaries.length!==0||f.completedBoundaries.length!==0||f.trackedPostpones!==null&&(f.trackedPostpones.rootNodes.length!==0||f.trackedPostpones.rootSlots!==null)){var I=f.resumableState;if((I.instructions&64)===0){if(I.instructions|=64,u.push(z.startInlineScript),(I.instructions&32)===0){I.instructions|=32;var e="_"+I.idPrefix+"R_";u.push(' id="');var l=X(e);u.push(l),u.push('"')}u.push(">"),u.push("requestAnimationFrame(function(){$RT=performance.now()});"),u.push("</script>")}}tT(u,z)}var $=f.renderState;y=0;var a=$.viewportChunks;for(y=0;y<a.length;y++)u.push(a[y]);a.length=0,$.preconnects.forEach(Lu,u),$.preconnects.clear(),$.fontPreloads.forEach(Lu,u),$.fontPreloads.clear(),$.highImagePreloads.forEach(Lu,u),$.highImagePreloads.clear(),$.styles.forEach(rO,u),$.scripts.forEach(Lu,u),$.scripts.clear(),$.bulkPreloads.forEach(Lu,u),$.bulkPreloads.clear();var D=$.hoistableChunks;for(y=0;y<D.length;y++)u.push(D[y]);D.length=0;var J=f.clientRenderedBoundaries;for(c=0;c<J.length;c++){var h=J[c];$=u;var{resumableState:j,renderState:b}=f,of=h.rootSegmentID,hf=h.errorDigest;$.push(b.startInlineScript),$.push(">"),(j.instructions&4)===0?(j.instructions|=4,$.push('$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("')):$.push('$RX("'),$.push(b.boundaryPrefix);var Xf=of.toString(16);if($.push(Xf),$.push('"'),hf){$.push(",");var ef=nO(hf||"");$.push(ef)}var vf=$.push(")</script>");if(!vf){f.destination=null,c++,J.splice(0,c);return}}J.splice(0,c);var s=f.completedBoundaries;for(c=0;c<s.length;c++)if(!IT(f,u,s[c])){f.destination=null,c++,s.splice(0,c);return}s.splice(0,c),U_=!0;var ff=f.partialBoundaries;for(c=0;c<ff.length;c++){var Bf=ff[c];f:{J=f,h=u,Vy=Bf.byteSize;var af=Bf.completedSegments;for(vf=0;vf<af.length;vf++)if(!aT(J,h,Bf,af[vf])){vf++,af.splice(0,vf);var Pf=!1;break f}af.splice(0,vf);var Z=Bf.row;Z!==null&&Z.together&&Bf.pendingTasks===1&&(Z.pendingTasks===1?Mv(J,Z,Z.hoistables):Z.pendingTasks--),Pf=JT(h,Bf.contentState,J.renderState)}if(!Pf){f.destination=null,c++,ff.splice(0,c);return}}ff.splice(0,c),U_=!1;var Du=f.completedBoundaries;for(c=0;c<Du.length;c++)if(!IT(f,u,Du[c])){f.destination=null,c++,Du.splice(0,c);return}Du.splice(0,c)}}finally{U_=!1,f.allPendingTasks===0&&f.clientRenderedBoundaries.length===0&&f.completedBoundaries.length===0&&(f.flushScheduled=!1,c=f.resumableState,c.hasBody&&(ff=Mc("body"),u.push(ff)),c.hasHtml&&(c=Mc("html"),u.push(c)),f.status=14,u.push(null),f.destination=null)}}function Ic(f){if(f.flushScheduled===!1&&f.pingedTasks.length===0&&f.destination!==null){f.flushScheduled=!0;var u=f.destination;u?V_(f,u):f.flushScheduled=!1}}function sO(f,u){if(f.status===13)f.status=14,u.destroy(f.fatalError);else if(f.status!==14&&f.destination===null){f.destination=u;try{V_(f,u)}catch(c){wf(f,c,{}),ty(f,c)}}}function f0(f,u){if(f.status===11||f.status===10)f.status=12;try{var c=f.abortableTasks;if(0<c.size){var y=u===void 0?Error(L(432)):typeof u==="object"&&u!==null&&typeof u.then==="function"?Error(L(530)):u;f.fatalError=y,c.forEach(function(_){return Ev(_,f,y)}),c.clear()}f.destination!==null&&V_(f,f.destination)}catch(_){wf(f,_,{}),ty(f,_)}}function B_(f,u,c){if(u===null)c.rootNodes.push(f);else{var y=c.workingMap,_=y.get(u);_===void 0&&(_=[u[1],u[2],[],null],y.set(u,_),B_(_,u[0],c)),_[2].push(f)}}function u0(){}function sT(f,u,c,y){var _=!1,E=null,v="",T=!1;if(u=xO(u?u.identifierPrefix:void 0),f=eO(f,u,PO(u,c),gf(0,null,0,null),1/0,u0,void 0,function(){T=!0},void 0,void 0,void 0),f.flushScheduled=f.destination!==null,oT(f),f.status===10&&(f.status=11),f.trackedPostpones===null&&Iv(f,f.pendingRootTasks===0),f0(f,y),sO(f,{push:function(x){return x!==null&&(v+=x),!0},destroy:function(x){_=!0,E=x}}),_&&E!==y)throw E;if(!T)throw Error(L(426));return v}var fg=function(f,u){return sT(f,u,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},ug=function(f,u){return sT(f,u,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},cg="19.2.0";var Ox={};BE(Ox,{version:()=>hC,resumeAndPrerender:()=>ZC,resume:()=>QC,renderToReadableStream:()=>PC,prerender:()=>BC});var dc=Dc(Dy(),1),Sg=Dc(SE(),1);function Y(f){var u="https://react.dev/errors/"+f;if(1<arguments.length){u+="?args[]="+encodeURIComponent(arguments[1]);for(var c=2;c<arguments.length;c++)u+="&args[]="+encodeURIComponent(arguments[c])}return"Minified React error #"+f+"; visit "+u+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var Fg=Symbol.for("react.transitional.element"),Kg=Symbol.for("react.portal"),kg=Symbol.for("react.fragment"),dg=Symbol.for("react.strict_mode"),lg=Symbol.for("react.profiler"),bg=Symbol.for("react.consumer"),gE=Symbol.for("react.context"),ov=Symbol.for("react.forward_ref"),CE=Symbol.for("react.suspense"),ev=Symbol.for("react.suspense_list"),av=Symbol.for("react.memo"),RE=Symbol.for("react.lazy"),c0=Symbol.for("react.scope"),pg=Symbol.for("react.activity"),y0=Symbol.for("react.legacy_hidden"),_0=Symbol.for("react.memo_cache_sentinel"),E0=Symbol.for("react.view_transition"),yg=Symbol.iterator;function qg(f){if(f===null||typeof f!=="object")return null;return f=yg&&f[yg]||f["@@iterator"],typeof f==="function"?f:null}var e_=Array.isArray;function _g(f,u){var c=f.length&3,y=f.length-c,_=u;for(u=0;u<y;){var E=f.charCodeAt(u)&255|(f.charCodeAt(++u)&255)<<8|(f.charCodeAt(++u)&255)<<16|(f.charCodeAt(++u)&255)<<24;++u,E=3432918353*(E&65535)+((3432918353*(E>>>16)&65535)<<16)&4294967295,E=E<<15|E>>>17,E=461845907*(E&65535)+((461845907*(E>>>16)&65535)<<16)&4294967295,_^=E,_=_<<13|_>>>19,_=5*(_&65535)+((5*(_>>>16)&65535)<<16)&4294967295,_=(_&65535)+27492+(((_>>>16)+58964&65535)<<16)}switch(E=0,c){case 3:E^=(f.charCodeAt(u+2)&255)<<16;case 2:E^=(f.charCodeAt(u+1)&255)<<8;case 1:E^=f.charCodeAt(u)&255,E=3432918353*(E&65535)+((3432918353*(E>>>16)&65535)<<16)&4294967295,E=E<<15|E>>>17,_^=461845907*(E&65535)+((461845907*(E>>>16)&65535)<<16)&4294967295}return _^=f.length,_^=_>>>16,_=2246822507*(_&65535)+((2246822507*(_>>>16)&65535)<<16)&4294967295,_^=_>>>13,_=3266489909*(_&65535)+((3266489909*(_>>>16)&65535)<<16)&4294967295,(_^_>>>16)>>>0}var og=new MessageChannel,eg=[];og.port1.onmessage=function(){var f=eg.shift();f&&f()};function sv(f){eg.push(f),og.port2.postMessage(null)}function v0(f){setTimeout(function(){throw f})}var x0=Promise,ag=typeof queueMicrotask==="function"?queueMicrotask:function(f){x0.resolve(null).then(f).catch(v0)},bf=null,pf=0;function A(f,u){if(u.byteLength!==0)if(2048<u.byteLength)0<pf&&(f.enqueue(new Uint8Array(bf.buffer,0,pf)),bf=new Uint8Array(2048),pf=0),f.enqueue(u);else{var c=bf.length-pf;c<u.byteLength&&(c===0?f.enqueue(bf):(bf.set(u.subarray(0,c),pf),f.enqueue(bf),u=u.subarray(c)),bf=new Uint8Array(2048),pf=0),bf.set(u,pf),pf+=u.byteLength}}function V(f,u){return A(f,u),!0}function Lv(f){bf&&0<pf&&(f.enqueue(new Uint8Array(bf.buffer,0,pf)),bf=null,pf=0)}var sg=new TextEncoder;function m(f){return sg.encode(f)}function n(f){return sg.encode(f)}function T0(f){return f.byteLength}function fC(f,u){typeof f.error==="function"?f.error(u):f.close()}var Zf=Object.assign,d=Object.prototype.hasOwnProperty,g0=RegExp("^[: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]*$"),Eg={},vg={};function fx(f){if(d.call(vg,f))return!0;if(d.call(Eg,f))return!1;if(g0.test(f))return vg[f]=!0;return Eg[f]=!0,!1}var C0=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),R0=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),O0=/["'&<>]/;function W(f){if(typeof f==="boolean"||typeof f==="number"||typeof f==="bigint")return""+f;f=""+f;var u=O0.exec(f);if(u){var c="",y,_=0;for(y=u.index;y<f.length;y++){switch(f.charCodeAt(y)){case 34:u=""";break;case 38:u="&";break;case 39:u="'";break;case 60:u="<";break;case 62:u=">";break;default:continue}_!==y&&(c+=f.slice(_,y)),_=y+1,c+=u}f=_!==y?c+f.slice(_,y):c}return f}var A0=/([A-Z])/g,n0=/^ms-/,w0=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function by(f){return w0.test(""+f)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":f}var hc=dc.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,uC=Sg.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,m0={pending:!1,data:null,method:null,action:null},Su=uC.d;uC.d={f:Su.f,r:Su.r,D:sA,C:fn,L:un,m:cn,X:_n,S:yn,M:En};var cu=[],Fc=null;n('"></template>');var M0=n("<script"),a_=n("</script>"),H0=n('<script src="'),I0=n('<script type="module" src="'),xg=n(' nonce="'),Tg=n(' integrity="'),gg=n(' crossorigin="'),Cg=n(' async=""></script>'),U0=n("<style"),Bv=/(<\/|<)(s)(cript)/gi;function Pv(f,u,c,y){return""+u+(c==="s"?"\\u0073":"\\u0053")+y}var r0=n('<script type="importmap">'),L0=n("</script>");function OE(f,u,c,y,_,E){c=typeof u==="string"?u:u&&u.script;var v=c===void 0?M0:n('<script nonce="'+W(c)+'"'),T=typeof u==="string"?void 0:u&&u.style,x=T===void 0?U0:n('<style nonce="'+W(T)+'"'),g=f.idPrefix,C=[],R=f.bootstrapScriptContent,O=f.bootstrapScripts,w=f.bootstrapModules;if(R!==void 0&&(C.push(v),d_(C,f),C.push(q,m((""+R).replace(Bv,Pv)),a_)),R=[],y!==void 0&&(R.push(r0),R.push(m((""+JSON.stringify(y)).replace(Bv,Pv))),R.push(L0)),y=_?{preconnects:"",fontPreloads:"",highImagePreloads:"",remainingCapacity:2+(typeof E==="number"?E:2000)}:null,_={placeholderPrefix:n(g+"P:"),segmentPrefix:n(g+"S:"),boundaryPrefix:n(g+"B:"),startInlineScript:v,startInlineStyle:x,preamble:py(),externalRuntimeScript:null,bootstrapChunks:C,importMapChunks:R,onHeaders:_,headers:y,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:{script:c,style:T},hoistableState:null,stylesToHoist:!1},O!==void 0)for(y=0;y<O.length;y++)g=O[y],T=v=void 0,x={rel:"preload",as:"script",fetchPriority:"low",nonce:u},typeof g==="string"?x.href=E=g:(x.href=E=g.src,x.integrity=T=typeof g.integrity==="string"?g.integrity:void 0,x.crossOrigin=v=typeof g==="string"||g.crossOrigin==null?void 0:g.crossOrigin==="use-credentials"?"use-credentials":""),g=f,R=E,g.scriptResources[R]=null,g.moduleScriptResources[R]=null,g=[],Hf(g,x),_.bootstrapScripts.add(g),C.push(H0,m(W(E)),o),c&&C.push(xg,m(W(c)),o),typeof T==="string"&&C.push(Tg,m(W(T)),o),typeof v==="string"&&C.push(gg,m(W(v)),o),d_(C,f),C.push(Cg);if(w!==void 0)for(u=0;u<w.length;u++)T=w[u],E=y=void 0,v={rel:"modulepreload",fetchPriority:"low",nonce:c},typeof T==="string"?v.href=O=T:(v.href=O=T.src,v.integrity=E=typeof T.integrity==="string"?T.integrity:void 0,v.crossOrigin=y=typeof T==="string"||T.crossOrigin==null?void 0:T.crossOrigin==="use-credentials"?"use-credentials":""),T=f,x=O,T.scriptResources[x]=null,T.moduleScriptResources[x]=null,T=[],Hf(T,v),_.bootstrapScripts.add(T),C.push(I0,m(W(O)),o),c&&C.push(xg,m(W(c)),o),typeof E==="string"&&C.push(Tg,m(W(E)),o),typeof y==="string"&&C.push(gg,m(W(y)),o),d_(C,f),C.push(Cg);return _}function cC(f,u,c,y,_){return{idPrefix:f===void 0?"":f,nextFormID:0,streamingFormat:0,bootstrapScriptContent:c,bootstrapScripts:y,bootstrapModules:_,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function py(){return{htmlChunks:null,headChunks:null,bodyChunks:null}}function Rf(f,u,c,y){return{insertionMode:f,selectedValue:u,tagScope:c,viewTransition:y}}function yC(f){return Rf(f==="http://www.w3.org/2000/svg"?4:f==="http://www.w3.org/1998/Math/MathML"?5:0,null,0,null)}function Rg(f,u,c){var y=f.tagScope&-25;switch(u){case"noscript":return Rf(2,null,y|1,null);case"select":return Rf(2,c.value!=null?c.value:c.defaultValue,y,null);case"svg":return Rf(4,null,y,null);case"picture":return Rf(2,null,y|2,null);case"math":return Rf(5,null,y,null);case"foreignObject":return Rf(2,null,y,null);case"table":return Rf(6,null,y,null);case"thead":case"tbody":case"tfoot":return Rf(7,null,y,null);case"colgroup":return Rf(9,null,y,null);case"tr":return Rf(8,null,y,null);case"head":if(2>f.insertionMode)return Rf(3,null,y,null);break;case"html":if(f.insertionMode===0)return Rf(1,null,y,null)}return 6<=f.insertionMode||2>f.insertionMode?Rf(2,null,y,null):f.tagScope!==y?Rf(f.insertionMode,f.selectedValue,y,null):f}function _C(f){return f===null?null:{update:f.update,enter:"none",exit:"none",share:f.update,name:f.autoName,autoName:f.autoName,nameIdx:0}}function Qv(f,u){return u.tagScope&32&&(f.instructions|=128),Rf(u.insertionMode,u.selectedValue,u.tagScope|12,_C(u.viewTransition))}function k_(f,u){f=_C(u.viewTransition);var c=u.tagScope|16;return f!==null&&f.share!=="none"&&(c|=64),Rf(u.insertionMode,u.selectedValue,c,f)}var Nu=n("<!-- -->");function Og(f,u,c,y){if(u==="")return y;return y&&f.push(Nu),f.push(m(W(u))),!0}var Ag=new Map,Y0=n(' style="'),ng=n(":"),N0=n(";");function EC(f,u){if(typeof u!=="object")throw Error(Y(62));var c=!0,y;for(y in u)if(d.call(u,y)){var _=u[y];if(_!=null&&typeof _!=="boolean"&&_!==""){if(y.indexOf("--")===0){var E=m(W(y));_=m(W((""+_).trim()))}else E=Ag.get(y),E===void 0&&(E=n(W(y.replace(A0,"-$1").toLowerCase().replace(n0,"-ms-"))),Ag.set(y,E)),_=typeof _==="number"?_===0||C0.has(y)?m(""+_):m(_+"px"):m(W((""+_).trim()));c?(c=!1,f.push(Y0,E,ng,_)):f.push(N0,E,ng,_)}}c||f.push(o)}var jf=n(" "),uu=n('="'),o=n('"'),Zv=n('=""');function hv(f,u,c){c&&typeof c!=="function"&&typeof c!=="symbol"&&f.push(jf,m(u),Zv)}function Mf(f,u,c){typeof c!=="function"&&typeof c!=="symbol"&&typeof c!=="boolean"&&f.push(jf,m(u),uu,m(W(c)),o)}var vC=n(W("javascript:throw new Error('React form unexpectedly submitted.')")),xC=n('<input type="hidden"');function Yv(f,u){this.push(xC),TC(f),Mf(this,"name",u),Mf(this,"value",f),this.push(qy)}function TC(f){if(typeof f!=="string")throw Error(Y(480))}function gC(f,u){if(typeof u.$$FORM_ACTION==="function"){var c=f.nextFormID++;f=f.idPrefix+c;try{var y=u.$$FORM_ACTION(f);if(y){var _=y.data;_!=null&&_.forEach(TC)}return y}catch(E){if(typeof E==="object"&&E!==null&&typeof E.then==="function")throw E}}return null}function wg(f,u,c,y,_,E,v,T){var x=null;if(typeof y==="function"){var g=gC(u,y);g!==null?(T=g.name,y=g.action||"",_=g.encType,E=g.method,v=g.target,x=g.data):(f.push(jf,m("formAction"),uu,vC,o),v=E=_=y=T=null,CC(u,c))}return T!=null&&t(f,"name",T),y!=null&&t(f,"formAction",y),_!=null&&t(f,"formEncType",_),E!=null&&t(f,"formMethod",E),v!=null&&t(f,"formTarget",v),x}function t(f,u,c){switch(u){case"className":Mf(f,"class",c);break;case"tabIndex":Mf(f,"tabindex",c);break;case"dir":case"role":case"viewBox":case"width":case"height":Mf(f,u,c);break;case"style":EC(f,c);break;case"src":case"href":if(c==="")break;case"action":case"formAction":if(c==null||typeof c==="function"||typeof c==="symbol"||typeof c==="boolean")break;c=by(""+c),f.push(jf,m(u),uu,m(W(c)),o);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":hv(f,u.toLowerCase(),c);break;case"xlinkHref":if(typeof c==="function"||typeof c==="symbol"||typeof c==="boolean")break;c=by(""+c),f.push(jf,m("xlink:href"),uu,m(W(c)),o);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":typeof c!=="function"&&typeof c!=="symbol"&&f.push(jf,m(u),uu,m(W(c)),o);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":c&&typeof c!=="function"&&typeof c!=="symbol"&&f.push(jf,m(u),Zv);break;case"capture":case"download":c===!0?f.push(jf,m(u),Zv):c!==!1&&typeof c!=="function"&&typeof c!=="symbol"&&f.push(jf,m(u),uu,m(W(c)),o);break;case"cols":case"rows":case"size":case"span":typeof c!=="function"&&typeof c!=="symbol"&&!isNaN(c)&&1<=c&&f.push(jf,m(u),uu,m(W(c)),o);break;case"rowSpan":case"start":typeof c==="function"||typeof c==="symbol"||isNaN(c)||f.push(jf,m(u),uu,m(W(c)),o);break;case"xlinkActuate":Mf(f,"xlink:actuate",c);break;case"xlinkArcrole":Mf(f,"xlink:arcrole",c);break;case"xlinkRole":Mf(f,"xlink:role",c);break;case"xlinkShow":Mf(f,"xlink:show",c);break;case"xlinkTitle":Mf(f,"xlink:title",c);break;case"xlinkType":Mf(f,"xlink:type",c);break;case"xmlBase":Mf(f,"xml:base",c);break;case"xmlLang":Mf(f,"xml:lang",c);break;case"xmlSpace":Mf(f,"xml:space",c);break;default:if(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N"){if(u=R0.get(u)||u,fx(u)){switch(typeof c){case"function":case"symbol":return;case"boolean":var y=u.toLowerCase().slice(0,5);if(y!=="data-"&&y!=="aria-")return}f.push(jf,m(u),uu,m(W(c)),o)}}}}var q=n(">"),qy=n("/>");function lf(f,u,c){if(u!=null){if(c!=null)throw Error(Y(60));if(typeof u!=="object"||!("__html"in u))throw Error(Y(61));u=u.__html,u!==null&&u!==void 0&&f.push(m(""+u))}}function D0(f){var u="";return dc.Children.forEach(f,function(c){c!=null&&(u+=c)}),u}var Nv=n(' selected=""'),mg=n(`addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`);function CC(f,u){if((f.instructions&16)===0){f.instructions|=16;var{preamble:c,bootstrapChunks:y}=u;(c.htmlChunks||c.headChunks)&&y.length===0?(y.push(u.startInlineScript),d_(y,f),y.push(q,mg,a_)):y.unshift(u.startInlineScript,q,mg,a_)}}var $0=n("<!--F!-->"),z0=n("<!--F-->");function Hf(f,u){f.push(yf("link"));for(var c in u)if(d.call(u,c)){var y=u[c];if(y!=null)switch(c){case"children":case"dangerouslySetInnerHTML":throw Error(Y(399,"link"));default:t(f,c,y)}}return f.push(qy),null}var Mg=/(<\/|<)(s)(tyle)/gi;function Hg(f,u,c,y){return""+u+(c==="s"?"\\73 ":"\\53 ")+y}function ic(f,u,c){f.push(yf(c));for(var y in u)if(d.call(u,y)){var _=u[y];if(_!=null)switch(y){case"children":case"dangerouslySetInnerHTML":throw Error(Y(399,c));default:t(f,y,_)}}return f.push(qy),null}function Ig(f,u){f.push(yf("title"));var c=null,y=null,_;for(_ in u)if(d.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:t(f,_,E)}}return f.push(q),u=Array.isArray(c)?2>c.length?c[0]:null:c,typeof u!=="function"&&typeof u!=="symbol"&&u!==null&&u!==void 0&&f.push(m(W(""+u))),lf(f,y,c),f.push(Lc("title")),null}var W0=n("<!--head-->"),j0=n("<!--body-->"),G0=n("<!--html-->");function s_(f,u){f.push(yf("script"));var c=null,y=null,_;for(_ in u)if(d.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:t(f,_,E)}}return f.push(q),lf(f,y,c),typeof c==="string"&&f.push(m((""+c).replace(Bv,Pv))),f.push(Lc("script")),null}function Dv(f,u,c){f.push(yf(c));var y=c=null,_;for(_ in u)if(d.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:t(f,_,E)}}return f.push(q),lf(f,y,c),c}function S_(f,u,c){f.push(yf(c));var y=c=null,_;for(_ in u)if(d.call(u,_)){var E=u[_];if(E!=null)switch(_){case"children":c=E;break;case"dangerouslySetInnerHTML":y=E;break;default:t(f,_,E)}}return f.push(q),lf(f,y,c),typeof c==="string"?(f.push(m(W(c))),null):c}var $v=n(`
|
|
`),X0=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ug=new Map;function yf(f){var u=Ug.get(f);if(u===void 0){if(!X0.test(f))throw Error(Y(65,f));u=n("<"+f),Ug.set(f,u)}return u}var B0=n("<!DOCTYPE html>");function P0(f,u,c,y,_,E,v,T,x){switch(u){case"div":case"span":case"svg":case"path":break;case"a":f.push(yf("a"));var g=null,C=null,R;for(R in c)if(d.call(c,R)){var O=c[R];if(O!=null)switch(R){case"children":g=O;break;case"dangerouslySetInnerHTML":C=O;break;case"href":O===""?Mf(f,"href",""):t(f,R,O);break;default:t(f,R,O)}}if(f.push(q),lf(f,C,g),typeof g==="string"){f.push(m(W(g)));var w=null}else w=g;return w;case"g":case"p":case"li":break;case"select":f.push(yf("select"));var r=null,H=null,M;for(M in c)if(d.call(c,M)){var U=c[M];if(U!=null)switch(M){case"children":r=U;break;case"dangerouslySetInnerHTML":H=U;break;case"defaultValue":case"value":break;default:t(f,M,U)}}return f.push(q),lf(f,H,r),r;case"option":var N=T.selectedValue;f.push(yf("option"));var G=null,B=null,z=null,I=null,e;for(e in c)if(d.call(c,e)){var l=c[e];if(l!=null)switch(e){case"children":G=l;break;case"selected":z=l;break;case"dangerouslySetInnerHTML":I=l;break;case"value":B=l;default:t(f,e,l)}}if(N!=null){var $=B!==null?""+B:D0(G);if(e_(N)){for(var a=0;a<N.length;a++)if(""+N[a]===$){f.push(Nv);break}}else""+N===$&&f.push(Nv)}else z&&f.push(Nv);return f.push(q),lf(f,I,G),G;case"textarea":f.push(yf("textarea"));var D=null,J=null,h=null,j;for(j in c)if(d.call(c,j)){var b=c[j];if(b!=null)switch(j){case"children":h=b;break;case"value":D=b;break;case"defaultValue":J=b;break;case"dangerouslySetInnerHTML":throw Error(Y(91));default:t(f,j,b)}}if(D===null&&J!==null&&(D=J),f.push(q),h!=null){if(D!=null)throw Error(Y(92));if(e_(h)){if(1<h.length)throw Error(Y(93));D=""+h[0]}D=""+h}return typeof D==="string"&&D[0]===`
|
|
`&&f.push($v),D!==null&&f.push(m(W(""+D))),null;case"input":f.push(yf("input"));var of=null,hf=null,Xf=null,ef=null,vf=null,s=null,ff=null,Bf=null,af=null,Pf;for(Pf in c)if(d.call(c,Pf)){var Z=c[Pf];if(Z!=null)switch(Pf){case"children":case"dangerouslySetInnerHTML":throw Error(Y(399,"input"));case"name":of=Z;break;case"formAction":hf=Z;break;case"formEncType":Xf=Z;break;case"formMethod":ef=Z;break;case"formTarget":vf=Z;break;case"defaultChecked":af=Z;break;case"defaultValue":ff=Z;break;case"checked":Bf=Z;break;case"value":s=Z;break;default:t(f,Pf,Z)}}var Du=wg(f,y,_,hf,Xf,ef,vf,of);return Bf!==null?hv(f,"checked",Bf):af!==null&&hv(f,"checked",af),s!==null?t(f,"value",s):ff!==null&&t(f,"value",ff),f.push(qy),Du!=null&&Du.forEach(Yv,f),null;case"button":f.push(yf("button"));var Eu=null,bc=null,pc=null,qc=null,oc=null,ec=null,ac=null,vu;for(vu in c)if(d.call(c,vu)){var uf=c[vu];if(uf!=null)switch(vu){case"children":Eu=uf;break;case"dangerouslySetInnerHTML":bc=uf;break;case"name":pc=uf;break;case"formAction":qc=uf;break;case"formEncType":oc=uf;break;case"formMethod":ec=uf;break;case"formTarget":ac=uf;break;default:t(f,vu,uf)}}var sc=wg(f,y,_,qc,oc,ec,ac,pc);if(f.push(q),sc!=null&&sc.forEach(Yv,f),lf(f,bc,Eu),typeof Eu==="string"){f.push(m(W(Eu)));var fy=null}else fy=Eu;return fy;case"form":f.push(yf("form"));var xu=null,uy=null,rf=null,Tu=null,gu=null,Cu=null,Ru;for(Ru in c)if(d.call(c,Ru)){var xf=c[Ru];if(xf!=null)switch(Ru){case"children":xu=xf;break;case"dangerouslySetInnerHTML":uy=xf;break;case"action":rf=xf;break;case"encType":Tu=xf;break;case"method":gu=xf;break;case"target":Cu=xf;break;default:t(f,Ru,xf)}}var uc=null,cc=null;if(typeof rf==="function"){var Lf=gC(y,rf);Lf!==null?(rf=Lf.action||"",Tu=Lf.encType,gu=Lf.method,Cu=Lf.target,uc=Lf.data,cc=Lf.name):(f.push(jf,m("action"),uu,vC,o),Cu=gu=Tu=rf=null,CC(y,_))}if(rf!=null&&t(f,"action",rf),Tu!=null&&t(f,"encType",Tu),gu!=null&&t(f,"method",gu),Cu!=null&&t(f,"target",Cu),f.push(q),cc!==null&&(f.push(xC),Mf(f,"name",cc),f.push(qy),uc!=null&&uc.forEach(Yv,f)),lf(f,uy,xu),typeof xu==="string"){f.push(m(W(xu)));var cy=null}else cy=xu;return cy;case"menuitem":f.push(yf("menuitem"));for(var $u in c)if(d.call(c,$u)){var yy=c[$u];if(yy!=null)switch($u){case"children":case"dangerouslySetInnerHTML":throw Error(Y(400));default:t(f,$u,yy)}}return f.push(q),null;case"object":f.push(yf("object"));var Ou=null,_y=null,Au;for(Au in c)if(d.call(c,Au)){var nu=c[Au];if(nu!=null)switch(Au){case"children":Ou=nu;break;case"dangerouslySetInnerHTML":_y=nu;break;case"data":var Ey=by(""+nu);if(Ey==="")break;f.push(jf,m("data"),uu,m(W(Ey)),o);break;default:t(f,Au,nu)}}if(f.push(q),lf(f,_y,Ou),typeof Ou==="string"){f.push(m(W(Ou)));var vy=null}else vy=Ou;return vy;case"title":var UE=T.tagScope&1,rE=T.tagScope&4;if(T.insertionMode===4||UE||c.itemProp!=null)var yc=Ig(f,c);else rE?yc=null:(Ig(_.hoistableChunks,c),yc=void 0);return yc;case"link":var LE=T.tagScope&1,YE=T.tagScope&4,NE=c.rel,Tf=c.href,zu=c.precedence;if(T.insertionMode===4||LE||c.itemProp!=null||typeof NE!=="string"||typeof Tf!=="string"||Tf===""){Hf(f,c);var wu=null}else if(c.rel==="stylesheet")if(typeof zu!=="string"||c.disabled!=null||c.onLoad||c.onError)wu=Hf(f,c);else{var tf=_.styles.get(zu),Wu=y.styleResources.hasOwnProperty(Tf)?y.styleResources[Tf]:void 0;if(Wu!==null){y.styleResources[Tf]=null,tf||(tf={precedence:m(W(zu)),rules:[],hrefs:[],sheets:new Map},_.styles.set(zu,tf));var ju={state:0,props:Zf({},c,{"data-precedence":c.precedence,precedence:null})};if(Wu){Wu.length===2&&oy(ju.props,Wu);var _c=_.preloads.stylesheets.get(Tf);_c&&0<_c.length?_c.length=0:ju.state=1}tf.sheets.set(Tf,ju),v&&v.stylesheets.add(ju)}else if(tf){var xy=tf.sheets.get(Tf);xy&&v&&v.stylesheets.add(xy)}x&&f.push(Nu),wu=null}else c.onLoad||c.onError?wu=Hf(f,c):(x&&f.push(Nu),wu=YE?null:Hf(_.hoistableChunks,c));return wu;case"script":var DE=T.tagScope&1,Ec=c.async;if(typeof c.src!=="string"||!c.src||!Ec||typeof Ec==="function"||typeof Ec==="symbol"||c.onLoad||c.onError||T.insertionMode===4||DE||c.itemProp!=null)var Ty=s_(f,c);else{var Gu=c.src;if(c.type==="module")var Xu=y.moduleScriptResources,gy=_.preloads.moduleScripts;else Xu=y.scriptResources,gy=_.preloads.scripts;var Bu=Xu.hasOwnProperty(Gu)?Xu[Gu]:void 0;if(Bu!==null){Xu[Gu]=null;var vc=c;if(Bu){Bu.length===2&&(vc=Zf({},c),oy(vc,Bu));var Cy=gy.get(Gu);Cy&&(Cy.length=0)}var Ry=[];_.scripts.add(Ry),s_(Ry,vc)}x&&f.push(Nu),Ty=null}return Ty;case"style":var $E=T.tagScope&1,Pu=c.precedence,Jf=c.href,zE=c.nonce;if(T.insertionMode===4||$E||c.itemProp!=null||typeof Pu!=="string"||typeof Jf!=="string"||Jf===""){f.push(yf("style"));var Vf=null,Oy=null,mu;for(mu in c)if(d.call(c,mu)){var Qu=c[mu];if(Qu!=null)switch(mu){case"children":Vf=Qu;break;case"dangerouslySetInnerHTML":Oy=Qu;break;default:t(f,mu,Qu)}}f.push(q);var Mu=Array.isArray(Vf)?2>Vf.length?Vf[0]:null:Vf;typeof Mu!=="function"&&typeof Mu!=="symbol"&&Mu!==null&&Mu!==void 0&&f.push(m((""+Mu).replace(Mg,Hg))),lf(f,Oy,Vf),f.push(Lc("style"));var Ay=null}else{var Yf=_.styles.get(Pu);if((y.styleResources.hasOwnProperty(Jf)?y.styleResources[Jf]:void 0)!==null){y.styleResources[Jf]=null,Yf||(Yf={precedence:m(W(Pu)),rules:[],hrefs:[],sheets:new Map},_.styles.set(Pu,Yf));var ny=_.nonce.style;if(!ny||ny===zE){Yf.hrefs.push(m(W(Jf)));var wy=Yf.rules,Sf=null,my=null,Zu;for(Zu in c)if(d.call(c,Zu)){var xc=c[Zu];if(xc!=null)switch(Zu){case"children":Sf=xc;break;case"dangerouslySetInnerHTML":my=xc}}var Hu=Array.isArray(Sf)?2>Sf.length?Sf[0]:null:Sf;typeof Hu!=="function"&&typeof Hu!=="symbol"&&Hu!==null&&Hu!==void 0&&wy.push(m((""+Hu).replace(Mg,Hg))),lf(wy,my,Sf)}}Yf&&v&&v.styles.add(Yf),x&&f.push(Nu),Ay=void 0}return Ay;case"meta":var WE=T.tagScope&1,jE=T.tagScope&4;if(T.insertionMode===4||WE||c.itemProp!=null)var My=ic(f,c,"meta");else x&&f.push(Nu),My=jE?null:typeof c.charSet==="string"?ic(_.charsetChunks,c,"meta"):c.name==="viewport"?ic(_.viewportChunks,c,"meta"):ic(_.hoistableChunks,c,"meta");return My;case"listing":case"pre":f.push(yf(u));var Iu=null,Uu=null,ru;for(ru in c)if(d.call(c,ru)){var hu=c[ru];if(hu!=null)switch(ru){case"children":Iu=hu;break;case"dangerouslySetInnerHTML":Uu=hu;break;default:t(f,ru,hu)}}if(f.push(q),Uu!=null){if(Iu!=null)throw Error(Y(60));if(typeof Uu!=="object"||!("__html"in Uu))throw Error(Y(61));var Nf=Uu.__html;Nf!==null&&Nf!==void 0&&(typeof Nf==="string"&&0<Nf.length&&Nf[0]===`
|
|
`?f.push($v,m(Nf)):f.push(m(""+Nf)))}return typeof Iu==="string"&&Iu[0]===`
|
|
`&&f.push($v),Iu;case"img":var GE=T.tagScope&3,Q=c.src,P=c.srcSet;if(!(c.loading==="lazy"||!Q&&!P||typeof Q!=="string"&&Q!=null||typeof P!=="string"&&P!=null||c.fetchPriority==="low"||GE)&&(typeof Q!=="string"||Q[4]!==":"||Q[0]!=="d"&&Q[0]!=="D"||Q[1]!=="a"&&Q[1]!=="A"||Q[2]!=="t"&&Q[2]!=="T"||Q[3]!=="a"&&Q[3]!=="A")&&(typeof P!=="string"||P[4]!==":"||P[0]!=="d"&&P[0]!=="D"||P[1]!=="a"&&P[1]!=="A"||P[2]!=="t"&&P[2]!=="T"||P[3]!=="a"&&P[3]!=="A")){v!==null&&T.tagScope&64&&(v.suspenseyImages=!0);var Hy=typeof c.sizes==="string"?c.sizes:void 0,Ff=P?P+`
|
|
`+(Hy||""):Q,Tc=_.preloads.images,Df=Tc.get(Ff);if(Df){if(c.fetchPriority==="high"||10>_.highImagePreloads.size)Tc.delete(Ff),_.highImagePreloads.add(Df)}else if(!y.imageResources.hasOwnProperty(Ff)){y.imageResources[Ff]=cu;var gc=c.crossOrigin,Iy=typeof gc==="string"?gc==="use-credentials"?gc:"":void 0,$f=_.headers,Cc;$f&&0<$f.remainingCapacity&&typeof c.srcSet!=="string"&&(c.fetchPriority==="high"||500>$f.highImagePreloads.length)&&(Cc=uE(Q,"image",{imageSrcSet:c.srcSet,imageSizes:c.sizes,crossOrigin:Iy,integrity:c.integrity,nonce:c.nonce,type:c.type,fetchPriority:c.fetchPriority,referrerPolicy:c.refererPolicy}),0<=($f.remainingCapacity-=Cc.length+2))?(_.resets.image[Ff]=cu,$f.highImagePreloads&&($f.highImagePreloads+=", "),$f.highImagePreloads+=Cc):(Df=[],Hf(Df,{rel:"preload",as:"image",href:P?void 0:Q,imageSrcSet:P,imageSizes:Hy,crossOrigin:Iy,integrity:c.integrity,type:c.type,fetchPriority:c.fetchPriority,referrerPolicy:c.referrerPolicy}),c.fetchPriority==="high"||10>_.highImagePreloads.size?_.highImagePreloads.add(Df):(_.bulkPreloads.add(Df),Tc.set(Ff,Df)))}}return ic(f,c,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return ic(f,c,u);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":break;case"head":if(2>T.insertionMode){var Rc=E||_.preamble;if(Rc.headChunks)throw Error(Y(545,"`<head>`"));E!==null&&f.push(W0),Rc.headChunks=[];var Uy=Dv(Rc.headChunks,c,"head")}else Uy=S_(f,c,"head");return Uy;case"body":if(2>T.insertionMode){var Oc=E||_.preamble;if(Oc.bodyChunks)throw Error(Y(545,"`<body>`"));E!==null&&f.push(j0),Oc.bodyChunks=[];var ry=Dv(Oc.bodyChunks,c,"body")}else ry=S_(f,c,"body");return ry;case"html":if(T.insertionMode===0){var Ac=E||_.preamble;if(Ac.htmlChunks)throw Error(Y(545,"`<html>`"));E!==null&&f.push(G0),Ac.htmlChunks=[B0];var Ly=Dv(Ac.htmlChunks,c,"html")}else Ly=S_(f,c,"html");return Ly;default:if(u.indexOf("-")!==-1){f.push(yf(u));var nc=null,Yy=null,Kf;for(Kf in c)if(d.call(c,Kf)){var p=c[Kf];if(p!=null){var Ny=Kf;switch(Kf){case"children":nc=p;break;case"dangerouslySetInnerHTML":Yy=p;break;case"style":EC(f,p);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":Ny="class";default:if(fx(Kf)&&typeof p!=="function"&&typeof p!=="symbol"&&p!==!1){if(p===!0)p="";else if(typeof p==="object")continue;f.push(jf,m(Ny),uu,m(W(p)),o)}}}}return f.push(q),lf(f,Yy,nc),nc}}return S_(f,c,u)}var rg=new Map;function Lc(f){var u=rg.get(f);return u===void 0&&(u=n("</"+f+">"),rg.set(f,u)),u}function Lg(f,u){f=f.preamble,f.htmlChunks===null&&u.htmlChunks&&(f.htmlChunks=u.htmlChunks),f.headChunks===null&&u.headChunks&&(f.headChunks=u.headChunks),f.bodyChunks===null&&u.bodyChunks&&(f.bodyChunks=u.bodyChunks)}function RC(f,u){u=u.bootstrapChunks;for(var c=0;c<u.length-1;c++)A(f,u[c]);return c<u.length?(c=u[c],u.length=0,V(f,c)):!0}var Q0=n("requestAnimationFrame(function(){$RT=performance.now()});"),Z0=n('<template id="'),h0=n('"></template>'),i0=n("<!--&-->"),t0=n("<!--/&-->"),J0=n("<!--$-->"),V0=n('<!--$?--><template id="'),S0=n('"></template>'),F0=n("<!--$!-->"),K0=n("<!--/$-->"),k0=n("<template"),d0=n('"'),l0=n(' data-dgst="');n(' data-msg="');n(' data-stck="');n(' data-cstck="');var b0=n("></template>");function Yg(f,u,c){if(A(f,V0),c===null)throw Error(Y(395));return A(f,u.boundaryPrefix),A(f,m(c.toString(16))),V(f,S0)}var p0=n('<div hidden id="'),q0=n('">'),o0=n("</div>"),e0=n('<svg aria-hidden="true" style="display:none" id="'),a0=n('">'),s0=n("</svg>"),fA=n('<math aria-hidden="true" style="display:none" id="'),uA=n('">'),cA=n("</math>"),yA=n('<table hidden id="'),_A=n('">'),EA=n("</table>"),vA=n('<table hidden><tbody id="'),xA=n('">'),TA=n("</tbody></table>"),gA=n('<table hidden><tr id="'),CA=n('">'),RA=n("</tr></table>"),OA=n('<table hidden><colgroup id="'),AA=n('">'),nA=n("</colgroup></table>");function wA(f,u,c,y){switch(c.insertionMode){case 0:case 1:case 3:case 2:return A(f,p0),A(f,u.segmentPrefix),A(f,m(y.toString(16))),V(f,q0);case 4:return A(f,e0),A(f,u.segmentPrefix),A(f,m(y.toString(16))),V(f,a0);case 5:return A(f,fA),A(f,u.segmentPrefix),A(f,m(y.toString(16))),V(f,uA);case 6:return A(f,yA),A(f,u.segmentPrefix),A(f,m(y.toString(16))),V(f,_A);case 7:return A(f,vA),A(f,u.segmentPrefix),A(f,m(y.toString(16))),V(f,xA);case 8:return A(f,gA),A(f,u.segmentPrefix),A(f,m(y.toString(16))),V(f,CA);case 9:return A(f,OA),A(f,u.segmentPrefix),A(f,m(y.toString(16))),V(f,AA);default:throw Error(Y(397))}}function mA(f,u){switch(u.insertionMode){case 0:case 1:case 3:case 2:return V(f,o0);case 4:return V(f,s0);case 5:return V(f,cA);case 6:return V(f,EA);case 7:return V(f,TA);case 8:return V(f,RA);case 9:return V(f,nA);default:throw Error(Y(397))}}var MA=n('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),HA=n('$RS("'),IA=n('","'),UA=n('")</script>');n('<template data-rsi="" data-sid="');n('" data-pid="');var Ng=n(`$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
|
|
$RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`);m(`$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),
|
|
H=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll('img[src]:not([loading="lazy"])'))}}}if(B){var z=
|
|
document.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=
|
|
performance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);`);var rA=n('$RC("'),LA=n(`$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=
|
|
"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=
|
|
"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("`),YA=n('$RR("'),NA=n('","'),DA=n('",'),$A=n('"'),zA=n(")</script>");n('<template data-rci="" data-bid="');n('<template data-rri="" data-bid="');n('" data-sid="');n('" data-sty="');var WA=n('$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};'),jA=n('$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("'),GA=n('$RX("'),XA=n('"'),BA=n(","),PA=n(")</script>");n('<template data-rxi="" data-bid="');n('" data-dgst="');n('" data-msg="');n('" data-stck="');n('" data-cstck="');var QA=/[<\u2028\u2029]/g;function ZA(f){return JSON.stringify(f).replace(QA,function(u){switch(u){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var hA=/[&><\u2028\u2029]/g;function ly(f){return JSON.stringify(f).replace(hA,function(u){switch(u){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var iA=n(' media="not all" data-precedence="'),tA=n('" data-href="'),JA=n('">'),VA=n("</style>"),fE=!1,iv=!0;function SA(f){var{rules:u,hrefs:c}=f,y=0;if(c.length){A(this,Fc.startInlineStyle),A(this,iA),A(this,f.precedence);for(A(this,tA);y<c.length-1;y++)A(this,c[y]),A(this,AC);A(this,c[y]),A(this,JA);for(y=0;y<u.length;y++)A(this,u[y]);iv=V(this,VA),fE=!0,u.length=0,c.length=0}}function FA(f){return f.state!==2?fE=!0:!1}function OC(f,u,c){return fE=!1,iv=!0,Fc=c,u.styles.forEach(SA,f),Fc=null,u.stylesheets.forEach(FA),fE&&(c.stylesToHoist=!0),iv}function Yu(f){for(var u=0;u<f.length;u++)A(this,f[u]);f.length=0}var ou=[];function KA(f){Hf(ou,f.props);for(var u=0;u<ou.length;u++)A(this,ou[u]);ou.length=0,f.state=2}var kA=n(' data-precedence="'),dA=n('" data-href="'),AC=n(" "),lA=n('">'),bA=n("</style>");function pA(f){var u=0<f.sheets.size;f.sheets.forEach(KA,this),f.sheets.clear();var{rules:c,hrefs:y}=f;if(!u||y.length){if(A(this,Fc.startInlineStyle),A(this,kA),A(this,f.precedence),f=0,y.length){for(A(this,dA);f<y.length-1;f++)A(this,y[f]),A(this,AC);A(this,y[f])}A(this,lA);for(f=0;f<c.length;f++)A(this,c[f]);A(this,bA),c.length=0,y.length=0}}function qA(f){if(f.state===0){f.state=1;var u=f.props;Hf(ou,{rel:"preload",as:"style",href:f.props.href,crossOrigin:u.crossOrigin,fetchPriority:u.fetchPriority,integrity:u.integrity,media:u.media,hrefLang:u.hrefLang,referrerPolicy:u.referrerPolicy});for(f=0;f<ou.length;f++)A(this,ou[f]);ou.length=0}}function oA(f){f.sheets.forEach(qA,this),f.sheets.clear()}n('<link rel="expect" href="#');n('" blocking="render"/>');var nC=n(' id="');function d_(f,u){(u.instructions&32)===0&&(u.instructions|=32,f.push(nC,m(W("_"+u.idPrefix+"R_")),o))}var Dg=n("["),$g=n(",["),tv=n(","),zv=n("]");function eA(f,u){A(f,Dg);var c=Dg;u.stylesheets.forEach(function(y){if(y.state!==2)if(y.state===3)A(f,c),A(f,m(ly(""+y.props.href))),A(f,zv),c=$g;else{A(f,c);var _=y.props["data-precedence"],E=y.props,v=by(""+y.props.href);A(f,m(ly(v))),_=""+_,A(f,tv),A(f,m(ly(_)));for(var T in E)if(d.call(E,T)&&(_=E[T],_!=null))switch(T){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(Y(399,"link"));default:aA(f,T,_)}A(f,zv),c=$g,y.state=3}}),A(f,zv)}function aA(f,u,c){var y=u.toLowerCase();switch(typeof c){case"function":case"symbol":return}switch(u){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":y="class",u=""+c;break;case"hidden":if(c===!1)return;u="";break;case"src":case"href":c=by(c),u=""+c;break;default:if(2<u.length&&(u[0]==="o"||u[0]==="O")&&(u[1]==="n"||u[1]==="N")||!fx(u))return;u=""+c}A(f,tv),A(f,m(ly(y))),A(f,tv),A(f,m(ly(u)))}function Jv(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function sA(f){var u=Of?Of:null;if(u){var{resumableState:c,renderState:y}=u;if(typeof f==="string"&&f){if(!c.dnsResources.hasOwnProperty(f)){c.dnsResources[f]=null,c=y.headers;var _,E;if(E=c&&0<c.remainingCapacity)E=(_="<"+(""+f).replace(ux,cx)+">; rel=dns-prefetch",0<=(c.remainingCapacity-=_.length+2));E?(y.resets.dns[f]=null,c.preconnects&&(c.preconnects+=", "),c.preconnects+=_):(_=[],Hf(_,{href:f,rel:"dns-prefetch"}),y.preconnects.add(_))}Nc(u)}}else Su.D(f)}function fn(f,u){var c=Of?Of:null;if(c){var{resumableState:y,renderState:_}=c;if(typeof f==="string"&&f){var E=u==="use-credentials"?"credentials":typeof u==="string"?"anonymous":"default";if(!y.connectResources[E].hasOwnProperty(f)){y.connectResources[E][f]=null,y=_.headers;var v,T;if(T=y&&0<y.remainingCapacity){if(T="<"+(""+f).replace(ux,cx)+">; rel=preconnect",typeof u==="string"){var x=(""+u).replace(Vv,Sv);T+='; crossorigin="'+x+'"'}T=(v=T,0<=(y.remainingCapacity-=v.length+2))}T?(_.resets.connect[E][f]=null,y.preconnects&&(y.preconnects+=", "),y.preconnects+=v):(E=[],Hf(E,{rel:"preconnect",href:f,crossOrigin:u}),_.preconnects.add(E))}Nc(c)}}else Su.C(f,u)}function un(f,u,c){var y=Of?Of:null;if(y){var{resumableState:_,renderState:E}=y;if(u&&f){switch(u){case"image":if(c)var{imageSrcSet:v,imageSizes:T,fetchPriority:x}=c;var g=v?v+`
|
|
`+(T||""):f;if(_.imageResources.hasOwnProperty(g))return;_.imageResources[g]=cu,_=E.headers;var C;_&&0<_.remainingCapacity&&typeof v!=="string"&&x==="high"&&(C=uE(f,u,c),0<=(_.remainingCapacity-=C.length+2))?(E.resets.image[g]=cu,_.highImagePreloads&&(_.highImagePreloads+=", "),_.highImagePreloads+=C):(_=[],Hf(_,Zf({rel:"preload",href:v?void 0:f,as:u},c)),x==="high"?E.highImagePreloads.add(_):(E.bulkPreloads.add(_),E.preloads.images.set(g,_)));break;case"style":if(_.styleResources.hasOwnProperty(f))return;v=[],Hf(v,Zf({rel:"preload",href:f,as:u},c)),_.styleResources[f]=!c||typeof c.crossOrigin!=="string"&&typeof c.integrity!=="string"?cu:[c.crossOrigin,c.integrity],E.preloads.stylesheets.set(f,v),E.bulkPreloads.add(v);break;case"script":if(_.scriptResources.hasOwnProperty(f))return;v=[],E.preloads.scripts.set(f,v),E.bulkPreloads.add(v),Hf(v,Zf({rel:"preload",href:f,as:u},c)),_.scriptResources[f]=!c||typeof c.crossOrigin!=="string"&&typeof c.integrity!=="string"?cu:[c.crossOrigin,c.integrity];break;default:if(_.unknownResources.hasOwnProperty(u)){if(v=_.unknownResources[u],v.hasOwnProperty(f))return}else v={},_.unknownResources[u]=v;if(v[f]=cu,(_=E.headers)&&0<_.remainingCapacity&&u==="font"&&(g=uE(f,u,c),0<=(_.remainingCapacity-=g.length+2)))E.resets.font[f]=cu,_.fontPreloads&&(_.fontPreloads+=", "),_.fontPreloads+=g;else switch(_=[],f=Zf({rel:"preload",href:f,as:u},c),Hf(_,f),u){case"font":E.fontPreloads.add(_);break;default:E.bulkPreloads.add(_)}}Nc(y)}}else Su.L(f,u,c)}function cn(f,u){var c=Of?Of:null;if(c){var{resumableState:y,renderState:_}=c;if(f){var E=u&&typeof u.as==="string"?u.as:"script";switch(E){case"script":if(y.moduleScriptResources.hasOwnProperty(f))return;E=[],y.moduleScriptResources[f]=!u||typeof u.crossOrigin!=="string"&&typeof u.integrity!=="string"?cu:[u.crossOrigin,u.integrity],_.preloads.moduleScripts.set(f,E);break;default:if(y.moduleUnknownResources.hasOwnProperty(E)){var v=y.unknownResources[E];if(v.hasOwnProperty(f))return}else v={},y.moduleUnknownResources[E]=v;E=[],v[f]=cu}Hf(E,Zf({rel:"modulepreload",href:f},u)),_.bulkPreloads.add(E),Nc(c)}}else Su.m(f,u)}function yn(f,u,c){var y=Of?Of:null;if(y){var{resumableState:_,renderState:E}=y;if(f){u=u||"default";var v=E.styles.get(u),T=_.styleResources.hasOwnProperty(f)?_.styleResources[f]:void 0;T!==null&&(_.styleResources[f]=null,v||(v={precedence:m(W(u)),rules:[],hrefs:[],sheets:new Map},E.styles.set(u,v)),u={state:0,props:Zf({rel:"stylesheet",href:f,"data-precedence":u},c)},T&&(T.length===2&&oy(u.props,T),(E=E.preloads.stylesheets.get(f))&&0<E.length?E.length=0:u.state=1),v.sheets.set(f,u),Nc(y))}}else Su.S(f,u,c)}function _n(f,u){var c=Of?Of:null;if(c){var{resumableState:y,renderState:_}=c;if(f){var E=y.scriptResources.hasOwnProperty(f)?y.scriptResources[f]:void 0;E!==null&&(y.scriptResources[f]=null,u=Zf({src:f,async:!0},u),E&&(E.length===2&&oy(u,E),f=_.preloads.scripts.get(f))&&(f.length=0),f=[],_.scripts.add(f),s_(f,u),Nc(c))}}else Su.X(f,u)}function En(f,u){var c=Of?Of:null;if(c){var{resumableState:y,renderState:_}=c;if(f){var E=y.moduleScriptResources.hasOwnProperty(f)?y.moduleScriptResources[f]:void 0;E!==null&&(y.moduleScriptResources[f]=null,u=Zf({src:f,type:"module",async:!0},u),E&&(E.length===2&&oy(u,E),f=_.preloads.moduleScripts.get(f))&&(f.length=0),f=[],_.scripts.add(f),s_(f,u),Nc(c))}}else Su.M(f,u)}function oy(f,u){f.crossOrigin==null&&(f.crossOrigin=u[0]),f.integrity==null&&(f.integrity=u[1])}function uE(f,u,c){f=(""+f).replace(ux,cx),u=(""+u).replace(Vv,Sv),u="<"+f+'>; rel=preload; as="'+u+'"';for(var y in c)d.call(c,y)&&(f=c[y],typeof f==="string"&&(u+="; "+y.toLowerCase()+'="'+(""+f).replace(Vv,Sv)+'"'));return u}var ux=/[<>\r\n]/g;function cx(f){switch(f){case"<":return"%3C";case">":return"%3E";case`
|
|
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}var Vv=/["';,\r\n]/g;function Sv(f){switch(f){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case`
|
|
`:return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function vn(f){this.styles.add(f)}function xn(f){this.stylesheets.add(f)}function Kc(f,u){u.styles.forEach(vn,f),u.stylesheets.forEach(xn,f),u.suspenseyImages&&(f.suspenseyImages=!0)}function wC(f){return 0<f.stylesheets.size||f.suspenseyImages}var Tn=Function.prototype.bind,gn=Symbol.for("react.client.reference");function cE(f){if(f==null)return null;if(typeof f==="function")return f.$$typeof===gn?null:f.displayName||f.name||null;if(typeof f==="string")return f;switch(f){case kg:return"Fragment";case lg:return"Profiler";case dg:return"StrictMode";case CE:return"Suspense";case ev:return"SuspenseList";case pg:return"Activity"}if(typeof f==="object")switch(f.$$typeof){case Kg:return"Portal";case gE:return f.displayName||"Context";case bg:return(f._context.displayName||"Context")+".Consumer";case ov:var u=f.render;return f=f.displayName,f||(f=u.displayName||u.name||"",f=f!==""?"ForwardRef("+f+")":"ForwardRef"),f;case av:return u=f.displayName||null,u!==null?u:cE(f.type)||"Memo";case RE:u=f._payload,f=f._init;try{return cE(f(u))}catch(c){}}return null}var zg={},Uc=null;function AE(f,u){if(f!==u){f.context._currentValue=f.parentValue,f=f.parent;var c=u.parent;if(f===null){if(c!==null)throw Error(Y(401))}else{if(c===null)throw Error(Y(401));AE(f,c)}u.context._currentValue=u.value}}function mC(f){f.context._currentValue=f.parentValue,f=f.parent,f!==null&&mC(f)}function MC(f){var u=f.parent;u!==null&&MC(u),f.context._currentValue=f.value}function HC(f,u){if(f.context._currentValue=f.parentValue,f=f.parent,f===null)throw Error(Y(402));f.depth===u.depth?AE(f,u):HC(f,u)}function IC(f,u){var c=u.parent;if(c===null)throw Error(Y(402));f.depth===c.depth?AE(f,c):IC(f,c),u.context._currentValue=u.value}function qu(f){var u=Uc;u!==f&&(u===null?MC(f):f===null?mC(u):u.depth===f.depth?AE(u,f):u.depth>f.depth?HC(u,f):IC(u,f),Uc=f)}var Wg={enqueueSetState:function(f,u){f=f._reactInternals,f.queue!==null&&f.queue.push(u)},enqueueReplaceState:function(f,u){f=f._reactInternals,f.replace=!0,f.queue=[u]},enqueueForceUpdate:function(){}},Fv={id:1,overflow:""};function rc(f,u,c){var y=f.id;f=f.overflow;var _=32-l_(y)-1;y&=~(1<<_),c+=1;var E=32-l_(u)+_;if(30<E){var v=_-_%5;return E=(y&(1<<v)-1).toString(32),y>>=v,_-=v,{id:1<<32-l_(u)+_|c<<_|y,overflow:E+f}}return{id:1<<E|c<<_|y,overflow:f}}var l_=Math.clz32?Math.clz32:On,Cn=Math.log,Rn=Math.LN2;function On(f){return f>>>=0,f===0?32:31-(Cn(f)/Rn|0)|0}function Gf(){}var qf=Error(Y(460));function An(f,u,c){switch(c=f[c],c===void 0?f.push(u):c!==u&&(u.then(Gf,Gf),u=c),u.status){case"fulfilled":return u.value;case"rejected":throw u.reason;default:switch(typeof u.status==="string"?u.then(Gf,Gf):(f=u,f.status="pending",f.then(function(y){if(u.status==="pending"){var _=u;_.status="fulfilled",_.value=y}},function(y){if(u.status==="pending"){var _=u;_.status="rejected",_.reason=y}})),u.status){case"fulfilled":return u.value;case"rejected":throw u.reason}throw b_=u,qf}}var b_=null;function yE(){if(b_===null)throw Error(Y(459));var f=b_;return b_=null,f}function nn(f,u){return f===u&&(f!==0||1/f===1/u)||f!==f&&u!==u}var wn=typeof Object.is==="function"?Object.is:nn,Fu=null,yx=null,_x=null,Ex=null,p_=null,F=null,ky=!1,_E=!1,ey=0,ay=0,sy=-1,EE=0,Vc=null,eu=null,nE=0;function Vu(){if(Fu===null)throw Error(Y(321));return Fu}function jg(){if(0<nE)throw Error(Y(312));return{memoizedState:null,queue:null,next:null}}function vx(){return F===null?p_===null?(ky=!1,p_=F=jg()):(ky=!0,F=p_):F.next===null?(ky=!1,F=F.next=jg()):(ky=!0,F=F.next),F}function Jc(){var f=Vc;return Vc=null,f}function f_(){Ex=_x=yx=Fu=null,_E=!1,p_=null,nE=0,F=eu=null}function UC(f,u){return typeof u==="function"?u(f):u}function Gg(f,u,c){if(Fu=Vu(),F=vx(),ky){var y=F.queue;if(u=y.dispatch,eu!==null&&(c=eu.get(y),c!==void 0)){eu.delete(y),y=F.memoizedState;do y=f(y,c.action),c=c.next;while(c!==null);return F.memoizedState=y,[y,u]}return[F.memoizedState,u]}return f=f===UC?typeof u==="function"?u():u:c!==void 0?c(u):u,F.memoizedState=f,f=F.queue={last:null,dispatch:null},f=f.dispatch=mn.bind(null,Fu,f),[F.memoizedState,f]}function Xg(f,u){if(Fu=Vu(),F=vx(),u=u===void 0?null:u,F!==null){var c=F.memoizedState;if(c!==null&&u!==null){var y=c[1];f:if(y===null)y=!1;else{for(var _=0;_<y.length&&_<u.length;_++)if(!wn(u[_],y[_])){y=!1;break f}y=!0}if(y)return c[0]}}return f=f(),F.memoizedState=[f,u],f}function mn(f,u,c){if(25<=nE)throw Error(Y(301));if(f===Fu)if(_E=!0,f={action:c,next:null},eu===null&&(eu=new Map),c=eu.get(u),c===void 0)eu.set(u,f);else{for(u=c;u.next!==null;)u=u.next;u.next=f}}function Mn(){throw Error(Y(440))}function Hn(){throw Error(Y(394))}function In(){throw Error(Y(479))}function Bg(f,u,c){Vu();var y=ay++,_=_x;if(typeof f.$$FORM_ACTION==="function"){var E=null,v=Ex;_=_.formState;var T=f.$$IS_SIGNATURE_EQUAL;if(_!==null&&typeof T==="function"){var x=_[1];T.call(f,_[2],_[3])&&(E=c!==void 0?"p"+c:"k"+_g(JSON.stringify([v,null,y]),0),x===E&&(sy=y,u=_[0]))}var g=f.bind(null,u);return f=function(R){g(R)},typeof g.$$FORM_ACTION==="function"&&(f.$$FORM_ACTION=function(R){R=g.$$FORM_ACTION(R),c!==void 0&&(c+="",R.action=c);var O=R.data;return O&&(E===null&&(E=c!==void 0?"p"+c:"k"+_g(JSON.stringify([v,null,y]),0)),O.append("$ACTION_KEY",E)),R}),[u,f,!1]}var C=f.bind(null,u);return[u,function(R){C(R)},!1]}function rC(f){var u=EE;return EE+=1,Vc===null&&(Vc=[]),An(Vc,f,u)}function Un(){throw Error(Y(393))}var Pg={readContext:function(f){return f._currentValue},use:function(f){if(f!==null&&typeof f==="object"){if(typeof f.then==="function")return rC(f);if(f.$$typeof===gE)return f._currentValue}throw Error(Y(438,String(f)))},useContext:function(f){return Vu(),f._currentValue},useMemo:Xg,useReducer:Gg,useRef:function(f){Fu=Vu(),F=vx();var u=F.memoizedState;return u===null?(f={current:f},F.memoizedState=f):u},useState:function(f){return Gg(UC,f)},useInsertionEffect:Gf,useLayoutEffect:Gf,useCallback:function(f,u){return Xg(function(){return f},u)},useImperativeHandle:Gf,useEffect:Gf,useDebugValue:Gf,useDeferredValue:function(f,u){return Vu(),u!==void 0?u:f},useTransition:function(){return Vu(),[!1,Hn]},useId:function(){var f=yx.treeContext,u=f.overflow;f=f.id,f=(f&~(1<<32-l_(f)-1)).toString(32)+u;var c=q_;if(c===null)throw Error(Y(404));return u=ey++,f="_"+c.idPrefix+"R_"+f,0<u&&(f+="H"+u.toString(32)),f+"_"},useSyncExternalStore:function(f,u,c){if(c===void 0)throw Error(Y(407));return c()},useOptimistic:function(f){return Vu(),[f,In]},useActionState:Bg,useFormState:Bg,useHostTransitionStatus:function(){return Vu(),m0},useMemoCache:function(f){for(var u=Array(f),c=0;c<f;c++)u[c]=_0;return u},useCacheRefresh:function(){return Un},useEffectEvent:function(){return Mn}},q_=null,rn={getCacheForType:function(){throw Error(Y(248))},cacheSignal:function(){throw Error(Y(248))}},Wv,Qg;function tc(f){if(Wv===void 0)try{throw Error()}catch(c){var u=c.stack.trim().match(/\n( *(at )?)/);Wv=u&&u[1]||"",Qg=-1<c.stack.indexOf(`
|
|
at`)?" (<anonymous>)":-1<c.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
`+Wv+f+Qg}var jv=!1;function F_(f,u){if(!f||jv)return"";jv=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var y={DetermineComponentFrameRoot:function(){try{if(u){var R=function(){throw Error()};if(Object.defineProperty(R.prototype,"props",{set:function(){throw Error()}}),typeof Reflect==="object"&&Reflect.construct){try{Reflect.construct(R,[])}catch(w){var O=w}Reflect.construct(f,[],R)}else{try{R.call()}catch(w){O=w}f.call(R.prototype)}}else{try{throw Error()}catch(w){O=w}(R=f())&&typeof R.catch==="function"&&R.catch(function(){})}}catch(w){if(w&&O&&typeof w.stack==="string")return[w.stack,O.stack]}return[null,null]}};y.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var _=Object.getOwnPropertyDescriptor(y.DetermineComponentFrameRoot,"name");_&&_.configurable&&Object.defineProperty(y.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var E=y.DetermineComponentFrameRoot(),v=E[0],T=E[1];if(v&&T){var x=v.split(`
|
|
`),g=T.split(`
|
|
`);for(_=y=0;y<x.length&&!x[y].includes("DetermineComponentFrameRoot");)y++;for(;_<g.length&&!g[_].includes("DetermineComponentFrameRoot");)_++;if(y===x.length||_===g.length)for(y=x.length-1,_=g.length-1;1<=y&&0<=_&&x[y]!==g[_];)_--;for(;1<=y&&0<=_;y--,_--)if(x[y]!==g[_]){if(y!==1||_!==1)do if(y--,_--,0>_||x[y]!==g[_]){var C=`
|
|
`+x[y].replace(" at new "," at ");return f.displayName&&C.includes("<anonymous>")&&(C=C.replace("<anonymous>",f.displayName)),C}while(1<=y&&0<=_);break}}}finally{jv=!1,Error.prepareStackTrace=c}return(c=f?f.displayName||f.name:"")?tc(c):""}function LC(f){if(typeof f==="string")return tc(f);if(typeof f==="function")return f.prototype&&f.prototype.isReactComponent?F_(f,!0):F_(f,!1);if(typeof f==="object"&&f!==null){switch(f.$$typeof){case ov:return F_(f.render,!1);case av:return F_(f.type,!1);case RE:var u=f,c=u._payload;u=u._init;try{f=u(c)}catch(_){return tc("Lazy")}return LC(f)}if(typeof f.name==="string"){f:{c=f.name,u=f.env;var y=f.debugLocation;if(y!=null&&(f=Error.prepareStackTrace,Error.prepareStackTrace=void 0,y=y.stack,Error.prepareStackTrace=f,y.startsWith(`Error: react-stack-top-frame
|
|
`)&&(y=y.slice(29)),f=y.indexOf(`
|
|
`),f!==-1&&(y=y.slice(f+1)),f=y.indexOf("react_stack_bottom_frame"),f!==-1&&(f=y.lastIndexOf(`
|
|
`,f)),f=f!==-1?y=y.slice(0,f):"",y=f.lastIndexOf(`
|
|
`),f=y===-1?f:f.slice(y+1),f.indexOf(c)!==-1)){c=`
|
|
`+f;break f}c=tc(c+(u?" ["+u+"]":""))}return c}}switch(f){case ev:return tc("SuspenseList");case CE:return tc("Suspense")}return""}function kc(f,u){return(500<u.byteSize||wC(u.contentState))&&u.contentPreamble===null}function Ln(f){if(typeof f==="object"&&f!==null&&typeof f.environmentName==="string"){var u=f.environmentName;f=[f].slice(0),typeof f[0]==="string"?f.splice(0,1,"%c%s%c "+f[0],"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px"," "+u+" ",""):f.splice(0,0,"%c%s%c","background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px"," "+u+" ",""),f.unshift(console),u=Tn.apply(console.error,f),u()}else console.error(f);return null}function YC(f,u,c,y,_,E,v,T,x,g,C){var R=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=f,this.renderState=u,this.rootFormatContext=c,this.progressiveChunkSize=y===void 0?12800:y,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=R,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=_===void 0?Ln:_,this.onPostpone=g===void 0?Gf:g,this.onAllReady=E===void 0?Gf:E,this.onShellReady=v===void 0?Gf:v,this.onShellError=T===void 0?Gf:T,this.onFatalError=x===void 0?Gf:x,this.formState=C===void 0?null:C}function NC(f,u,c,y,_,E,v,T,x,g,C,R){return u=new YC(u,c,y,_,E,v,T,x,g,C,R),c=au(u,0,null,y,!1,!1),c.parentFlushed=!0,f=c_(u,null,f,-1,null,c,null,null,u.abortableTasks,null,y,null,Fv,null,null),Yc(f),u.pingedTasks.push(f),u}function Yn(f,u,c,y,_,E,v,T,x,g,C){return f=NC(f,u,c,y,_,E,v,T,x,g,C,void 0),f.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},f}function DC(f,u,c,y,_,E,v,T,x){if(c=new YC(u.resumableState,c,u.rootFormatContext,u.progressiveChunkSize,y,_,E,v,T,x,null),c.nextSegmentId=u.nextSegmentId,typeof u.replaySlots==="number")return y=au(c,0,null,u.rootFormatContext,!1,!1),y.parentFlushed=!0,f=c_(c,null,f,-1,null,y,null,null,c.abortableTasks,null,u.rootFormatContext,null,Fv,null,null),Yc(f),c.pingedTasks.push(f),c;return f=xx(c,null,{nodes:u.replayNodes,slots:u.replaySlots,pendingTasks:0},f,-1,null,null,c.abortableTasks,null,u.rootFormatContext,null,Fv,null,null),Yc(f),c.pingedTasks.push(f),c}function Nn(f,u,c,y,_,E,v,T,x){return f=DC(f,u,c,y,_,E,v,T,x),f.trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},f}var Of=null;function $C(f,u){f.pingedTasks.push(u),f.pingedTasks.length===1&&(f.flushScheduled=f.destination!==null,f.trackedPostpones!==null||f.status===10?ag(function(){return qv(f)}):sv(function(){return qv(f)}))}function u_(f,u,c,y,_){return c={status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:u,completedSegments:[],byteSize:0,fallbackAbortableTasks:c,errorDigest:null,contentState:Jv(),fallbackState:Jv(),contentPreamble:y,fallbackPreamble:_,trackedContentKeyPath:null,trackedFallbackNode:null},u!==null&&(u.pendingTasks++,y=u.boundaries,y!==null&&(f.allPendingTasks++,c.pendingTasks++,y.push(c)),f=u.inheritedHoistables,f!==null&&Kc(c.contentState,f)),c}function c_(f,u,c,y,_,E,v,T,x,g,C,R,O,w,r){f.allPendingTasks++,_===null?f.pendingRootTasks++:_.pendingTasks++,w!==null&&w.pendingTasks++;var H={replay:null,node:c,childIndex:y,ping:function(){return $C(f,H)},blockedBoundary:_,blockedSegment:E,blockedPreamble:v,hoistableState:T,abortSet:x,keyPath:g,formatContext:C,context:R,treeContext:O,row:w,componentStack:r,thenableState:u};return x.add(H),H}function xx(f,u,c,y,_,E,v,T,x,g,C,R,O,w){f.allPendingTasks++,E===null?f.pendingRootTasks++:E.pendingTasks++,O!==null&&O.pendingTasks++,c.pendingTasks++;var r={replay:c,node:y,childIndex:_,ping:function(){return $C(f,r)},blockedBoundary:E,blockedSegment:null,blockedPreamble:null,hoistableState:v,abortSet:T,keyPath:x,formatContext:g,context:C,treeContext:R,row:O,componentStack:w,thenableState:u};return T.add(r),r}function au(f,u,c,y,_,E){return{status:0,parentFlushed:!1,id:-1,index:u,chunks:[],children:[],preambleChildren:[],parentFormatContext:y,boundary:c,lastPushedText:_,textEmbedded:E}}function Yc(f){var u=f.node;if(typeof u==="object"&&u!==null)switch(u.$$typeof){case Fg:f.componentStack={parent:f.componentStack,type:u.type}}}function Kv(f){return f===null?null:{parent:f.parent,type:"Suspense Fallback"}}function su(f){var u={};return f&&Object.defineProperty(u,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var c="",y=f;do c+=LC(y.type),y=y.parent;while(y);var _=c}catch(E){_=`
|
|
Error generating stack: `+E.message+`
|
|
`+E.stack}return Object.defineProperty(u,"componentStack",{value:_}),_}}),u}function If(f,u,c){if(f=f.onError,u=f(u,c),u==null||typeof u==="string")return u}function y_(f,u){var{onShellError:c,onFatalError:y}=f;c(u),y(u),f.destination!==null?(f.status=14,fC(f.destination,u)):(f.status=13,f.fatalError=u)}function Uf(f,u){Tx(f,u.next,u.hoistables)}function Tx(f,u,c){for(;u!==null;){c!==null&&(Kc(u.hoistables,c),u.inheritedHoistables=c);var y=u.boundaries;if(y!==null){u.boundaries=null;for(var _=0;_<y.length;_++){var E=y[_];c!==null&&Kc(E.contentState,c),fc(f,E,null,null)}}if(u.pendingTasks--,0<u.pendingTasks)break;c=u.hoistables,u=u.next}}function kv(f,u){var c=u.boundaries;if(c!==null&&u.pendingTasks===c.length){for(var y=!0,_=0;_<c.length;_++){var E=c[_];if(E.pendingTasks!==1||E.parentFlushed||kc(f,E)){y=!1;break}}y&&Tx(f,u,u.hoistables)}}function dy(f){var u={pendingTasks:1,boundaries:null,hoistables:Jv(),inheritedHoistables:null,together:!1,next:null};return f!==null&&0<f.pendingTasks&&(u.pendingTasks++,u.boundaries=[],f.next=u),u}function Zg(f,u,c,y,_){var{keyPath:E,treeContext:v,row:T}=u;u.keyPath=c,c=y.length;var x=null;if(u.replay!==null){var g=u.replay.slots;if(g!==null&&typeof g==="object")for(var C=0;C<c;C++){var R=_!=="backwards"&&_!=="unstable_legacy-backwards"?C:c-1-C,O=y[R];u.row=x=dy(x),u.treeContext=rc(v,c,R);var w=g[R];typeof w==="number"?(wE(f,u,w,O,R),delete g[R]):Ef(f,u,O,R),--x.pendingTasks===0&&Uf(f,x)}else for(g=0;g<c;g++)C=_!=="backwards"&&_!=="unstable_legacy-backwards"?g:c-1-g,R=y[C],u.row=x=dy(x),u.treeContext=rc(v,c,C),Ef(f,u,R,C),--x.pendingTasks===0&&Uf(f,x)}else if(_!=="backwards"&&_!=="unstable_legacy-backwards")for(_=0;_<c;_++)g=y[_],u.row=x=dy(x),u.treeContext=rc(v,c,_),Ef(f,u,g,_),--x.pendingTasks===0&&Uf(f,x);else{_=u.blockedSegment,g=_.children.length,C=_.chunks.length;for(R=c-1;0<=R;R--){O=y[R],u.row=x=dy(x),u.treeContext=rc(v,c,R),w=au(f,C,null,u.formatContext,R===0?_.lastPushedText:!0,!0),_.children.splice(g,0,w),u.blockedSegment=w;try{Ef(f,u,O,R),w.lastPushedText&&w.textEmbedded&&w.chunks.push(Nu),w.status=1,Sc(f,u.blockedBoundary,w),--x.pendingTasks===0&&Uf(f,x)}catch(r){throw w.status=f.status===12?3:4,r}}u.blockedSegment=_,_.lastPushedText=!1}T!==null&&x!==null&&0<x.pendingTasks&&(T.pendingTasks++,x.next=T),u.treeContext=v,u.row=T,u.keyPath=E}function hg(f,u,c,y,_,E){var v=u.thenableState;u.thenableState=null,Fu={},yx=u,_x=f,Ex=c,ay=ey=0,sy=-1,EE=0,Vc=v;for(f=y(_,E);_E;)_E=!1,ay=ey=0,sy=-1,EE=0,nE+=1,F=null,f=y(_,E);return f_(),f}function ig(f,u,c,y,_,E,v){var T=!1;if(E!==0&&f.formState!==null){var x=u.blockedSegment;if(x!==null){T=!0,x=x.chunks;for(var g=0;g<E;g++)g===v?x.push($0):x.push(z0)}}E=u.keyPath,u.keyPath=c,_?(c=u.treeContext,u.treeContext=rc(c,1,0),Ef(f,u,y,-1),u.treeContext=c):T?Ef(f,u,y,-1):yu(f,u,y,-1),u.keyPath=E}function vE(f,u,c,y,_,E){if(typeof y==="function")if(y.prototype&&y.prototype.isReactComponent){var v=_;if("ref"in _){v={};for(var T in _)T!=="ref"&&(v[T]=_[T])}var x=y.defaultProps;if(x){v===_&&(v=Zf({},v,_));for(var g in x)v[g]===void 0&&(v[g]=x[g])}_=v,v=zg,x=y.contextType,typeof x==="object"&&x!==null&&(v=x._currentValue),v=new y(_,v);var C=v.state!==void 0?v.state:null;if(v.updater=Wg,v.props=_,v.state=C,x={queue:[],replace:!1},v._reactInternals=x,E=y.contextType,v.context=typeof E==="object"&&E!==null?E._currentValue:zg,E=y.getDerivedStateFromProps,typeof E==="function"&&(E=E(_,C),C=E===null||E===void 0?C:Zf({},C,E),v.state=C),typeof y.getDerivedStateFromProps!=="function"&&typeof v.getSnapshotBeforeUpdate!=="function"&&(typeof v.UNSAFE_componentWillMount==="function"||typeof v.componentWillMount==="function"))if(y=v.state,typeof v.componentWillMount==="function"&&v.componentWillMount(),typeof v.UNSAFE_componentWillMount==="function"&&v.UNSAFE_componentWillMount(),y!==v.state&&Wg.enqueueReplaceState(v,v.state,null),x.queue!==null&&0<x.queue.length)if(y=x.queue,E=x.replace,x.queue=null,x.replace=!1,E&&y.length===1)v.state=y[0];else{x=E?y[0]:v.state,C=!0;for(E=E?1:0;E<y.length;E++)g=y[E],g=typeof g==="function"?g.call(v,x,_,void 0):g,g!=null&&(C?(C=!1,x=Zf({},x,g)):Zf(x,g));v.state=x}else x.queue=null;if(y=v.render(),f.status===12)throw null;_=u.keyPath,u.keyPath=c,yu(f,u,y,-1),u.keyPath=_}else{if(y=hg(f,u,c,y,_,void 0),f.status===12)throw null;ig(f,u,c,y,ey!==0,ay,sy)}else if(typeof y==="string")if(v=u.blockedSegment,v===null)v=_.children,x=u.formatContext,C=u.keyPath,u.formatContext=Rg(x,y,_),u.keyPath=c,Ef(f,u,v,-1),u.formatContext=x,u.keyPath=C;else{if(C=P0(v.chunks,y,_,f.resumableState,f.renderState,u.blockedPreamble,u.hoistableState,u.formatContext,v.lastPushedText),v.lastPushedText=!1,x=u.formatContext,E=u.keyPath,u.keyPath=c,(u.formatContext=Rg(x,y,_)).insertionMode===3){c=au(f,0,null,u.formatContext,!1,!1),v.preambleChildren.push(c),u.blockedSegment=c;try{c.status=6,Ef(f,u,C,-1),c.lastPushedText&&c.textEmbedded&&c.chunks.push(Nu),c.status=1,Sc(f,u.blockedBoundary,c)}finally{u.blockedSegment=v}}else Ef(f,u,C,-1);u.formatContext=x,u.keyPath=E;f:{switch(u=v.chunks,f=f.resumableState,y){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break f;case"body":if(1>=x.insertionMode){f.hasBody=!0;break f}break;case"html":if(x.insertionMode===0){f.hasHtml=!0;break f}break;case"head":if(1>=x.insertionMode)break f}u.push(Lc(y))}v.lastPushedText=!1}else{switch(y){case y0:case dg:case lg:case kg:y=u.keyPath,u.keyPath=c,yu(f,u,_.children,-1),u.keyPath=y;return;case pg:y=u.blockedSegment,y===null?_.mode!=="hidden"&&(y=u.keyPath,u.keyPath=c,Ef(f,u,_.children,-1),u.keyPath=y):_.mode!=="hidden"&&(y.chunks.push(i0),y.lastPushedText=!1,v=u.keyPath,u.keyPath=c,Ef(f,u,_.children,-1),u.keyPath=v,y.chunks.push(t0),y.lastPushedText=!1);return;case ev:f:{if(y=_.children,_=_.revealOrder,_==="forwards"||_==="backwards"||_==="unstable_legacy-backwards"){if(e_(y)){Zg(f,u,c,y,_);break f}if(v=qg(y)){if(v=v.call(y)){if(x=v.next(),!x.done){do x=v.next();while(!x.done);Zg(f,u,c,y,_)}break f}}}_==="together"?(_=u.keyPath,v=u.row,x=u.row=dy(null),x.boundaries=[],x.together=!0,u.keyPath=c,yu(f,u,y,-1),--x.pendingTasks===0&&Uf(f,x),u.keyPath=_,u.row=v,v!==null&&0<x.pendingTasks&&(v.pendingTasks++,x.next=v)):(_=u.keyPath,u.keyPath=c,yu(f,u,y,-1),u.keyPath=_)}return;case E0:case c0:throw Error(Y(343));case CE:f:if(u.replay!==null){y=u.keyPath,v=u.formatContext,x=u.row,u.keyPath=c,u.formatContext=k_(f.resumableState,v),u.row=null,c=_.children;try{Ef(f,u,c,-1)}finally{u.keyPath=y,u.formatContext=v,u.row=x}}else{y=u.keyPath,E=u.formatContext;var R=u.row;g=u.blockedBoundary,T=u.blockedPreamble;var{hoistableState:O,blockedSegment:w}=u,r=_.fallback;_=_.children;var H=new Set,M=2>u.formatContext.insertionMode?u_(f,u.row,H,py(),py()):u_(f,u.row,H,null,null);f.trackedPostpones!==null&&(M.trackedContentKeyPath=c);var U=au(f,w.chunks.length,M,u.formatContext,!1,!1);w.children.push(U),w.lastPushedText=!1;var N=au(f,0,null,u.formatContext,!1,!1);if(N.parentFlushed=!0,f.trackedPostpones!==null){v=u.componentStack,x=[c[0],"Suspense Fallback",c[2]],C=[x[1],x[2],[],null],f.trackedPostpones.workingMap.set(x,C),M.trackedFallbackNode=C,u.blockedSegment=U,u.blockedPreamble=M.fallbackPreamble,u.keyPath=x,u.formatContext=Qv(f.resumableState,E),u.componentStack=Kv(v),U.status=6;try{Ef(f,u,r,-1),U.lastPushedText&&U.textEmbedded&&U.chunks.push(Nu),U.status=1,Sc(f,g,U)}catch(G){throw U.status=f.status===12?3:4,G}finally{u.blockedSegment=w,u.blockedPreamble=T,u.keyPath=y,u.formatContext=E}u=c_(f,null,_,-1,M,N,M.contentPreamble,M.contentState,u.abortSet,c,k_(f.resumableState,u.formatContext),u.context,u.treeContext,null,v),Yc(u),f.pingedTasks.push(u)}else{u.blockedBoundary=M,u.blockedPreamble=M.contentPreamble,u.hoistableState=M.contentState,u.blockedSegment=N,u.keyPath=c,u.formatContext=k_(f.resumableState,E),u.row=null,N.status=6;try{if(Ef(f,u,_,-1),N.lastPushedText&&N.textEmbedded&&N.chunks.push(Nu),N.status=1,Sc(f,M,N),__(M,N),M.pendingTasks===0&&M.status===0){if(M.status=1,!kc(f,M)){R!==null&&--R.pendingTasks===0&&Uf(f,R),f.pendingRootTasks===0&&u.blockedPreamble&&T_(f);break f}}else R!==null&&R.together&&kv(f,R)}catch(G){M.status=4,f.status===12?(N.status=3,v=f.fatalError):(N.status=4,v=G),x=su(u.componentStack),C=If(f,v,x),M.errorDigest=C,gx(f,M)}finally{u.blockedBoundary=g,u.blockedPreamble=T,u.hoistableState=O,u.blockedSegment=w,u.keyPath=y,u.formatContext=E,u.row=R}u=c_(f,null,r,-1,g,U,M.fallbackPreamble,M.fallbackState,H,[c[0],"Suspense Fallback",c[2]],Qv(f.resumableState,u.formatContext),u.context,u.treeContext,u.row,Kv(u.componentStack)),Yc(u),f.pingedTasks.push(u)}}return}if(typeof y==="object"&&y!==null)switch(y.$$typeof){case ov:if("ref"in _)for(w in v={},_)w!=="ref"&&(v[w]=_[w]);else v=_;y=hg(f,u,c,y.render,v,E),ig(f,u,c,y,ey!==0,ay,sy);return;case av:vE(f,u,c,y.type,_,E);return;case gE:if(x=_.children,v=u.keyPath,_=_.value,C=y._currentValue,y._currentValue=_,E=Uc,Uc=y={parent:E,depth:E===null?0:E.depth+1,context:y,parentValue:C,value:_},u.context=y,u.keyPath=c,yu(f,u,x,-1),f=Uc,f===null)throw Error(Y(403));f.context._currentValue=f.parentValue,f=Uc=f.parent,u.context=f,u.keyPath=v;return;case bg:_=_.children,y=_(y._context._currentValue),_=u.keyPath,u.keyPath=c,yu(f,u,y,-1),u.keyPath=_;return;case RE:if(v=y._init,y=v(y._payload),f.status===12)throw null;vE(f,u,c,y,_,E);return}throw Error(Y(130,y==null?y:typeof y,""))}}function wE(f,u,c,y,_){var{replay:E,blockedBoundary:v}=u,T=au(f,0,null,u.formatContext,!1,!1);T.id=c,T.parentFlushed=!0;try{u.replay=null,u.blockedSegment=T,Ef(f,u,y,_),T.status=1,Sc(f,v,T),v===null?f.completedRootSegment=T:(__(v,T),v.parentFlushed&&f.partialBoundaries.push(v))}finally{u.replay=E,u.blockedSegment=null}}function yu(f,u,c,y){u.replay!==null&&typeof u.replay.slots==="number"?wE(f,u,u.replay.slots,c,y):(u.node=c,u.childIndex=y,c=u.componentStack,Yc(u),dv(f,u),u.componentStack=c)}function dv(f,u){var{node:c,childIndex:y}=u;if(c!==null){if(typeof c==="object"){switch(c.$$typeof){case Fg:var{type:_,key:E,props:v}=c;c=v.ref;var T=c!==void 0?c:null,x=cE(_),g=E==null?y===-1?0:y:E;if(E=[u.keyPath,x,g],u.replay!==null)f:{var C=u.replay;y=C.nodes;for(c=0;c<y.length;c++){var R=y[c];if(g===R[1]){if(R.length===4){if(x!==null&&x!==R[0])throw Error(Y(490,R[0],x));var O=R[2];x=R[3],g=u.node,u.replay={nodes:O,slots:x,pendingTasks:1};try{if(vE(f,u,E,_,v,T),u.replay.pendingTasks===1&&0<u.replay.nodes.length)throw Error(Y(488));u.replay.pendingTasks--}catch(I){if(typeof I==="object"&&I!==null&&(I===qf||typeof I.then==="function"))throw u.node===g?u.replay=C:y.splice(c,1),I;u.replay.pendingTasks--,v=su(u.componentStack),E=f,f=u.blockedBoundary,_=I,v=If(E,_,v),x_(E,f,O,x,_,v)}u.replay=C}else{if(_!==CE)throw Error(Y(490,"Suspense",cE(_)||"Unknown"));u:{C=void 0,_=R[5],T=R[2],x=R[3],g=R[4]===null?[]:R[4][2],R=R[4]===null?null:R[4][3];var{keyPath:w,formatContext:r,row:H,replay:M,blockedBoundary:U,hoistableState:N}=u,G=v.children,B=v.fallback,z=new Set;v=2>u.formatContext.insertionMode?u_(f,u.row,z,py(),py()):u_(f,u.row,z,null,null),v.parentFlushed=!0,v.rootSegmentID=_,u.blockedBoundary=v,u.hoistableState=v.contentState,u.keyPath=E,u.formatContext=k_(f.resumableState,r),u.row=null,u.replay={nodes:T,slots:x,pendingTasks:1};try{if(Ef(f,u,G,-1),u.replay.pendingTasks===1&&0<u.replay.nodes.length)throw Error(Y(488));if(u.replay.pendingTasks--,v.pendingTasks===0&&v.status===0){v.status=1,f.completedBoundaries.push(v);break u}}catch(I){v.status=4,O=su(u.componentStack),C=If(f,I,O),v.errorDigest=C,u.replay.pendingTasks--,f.clientRenderedBoundaries.push(v)}finally{u.blockedBoundary=U,u.hoistableState=N,u.replay=M,u.keyPath=w,u.formatContext=r,u.row=H}O=xx(f,null,{nodes:g,slots:R,pendingTasks:0},B,-1,U,v.fallbackState,z,[E[0],"Suspense Fallback",E[2]],Qv(f.resumableState,u.formatContext),u.context,u.treeContext,u.row,Kv(u.componentStack)),Yc(O),f.pingedTasks.push(O)}}y.splice(c,1);break f}}}else vE(f,u,E,_,v,T);return;case Kg:throw Error(Y(257));case RE:if(O=c._init,c=O(c._payload),f.status===12)throw null;yu(f,u,c,y);return}if(e_(c)){lv(f,u,c,y);return}if(O=qg(c)){if(O=O.call(c)){if(c=O.next(),!c.done){v=[];do v.push(c.value),c=O.next();while(!c.done);lv(f,u,v,y)}return}}if(typeof c.then==="function")return u.thenableState=null,yu(f,u,rC(c),y);if(c.$$typeof===gE)return yu(f,u,c._currentValue,y);throw y=Object.prototype.toString.call(c),Error(Y(31,y==="[object Object]"?"object with keys {"+Object.keys(c).join(", ")+"}":y))}if(typeof c==="string")y=u.blockedSegment,y!==null&&(y.lastPushedText=Og(y.chunks,c,f.renderState,y.lastPushedText));else if(typeof c==="number"||typeof c==="bigint")y=u.blockedSegment,y!==null&&(y.lastPushedText=Og(y.chunks,""+c,f.renderState,y.lastPushedText))}}function lv(f,u,c,y){var _=u.keyPath;if(y!==-1&&(u.keyPath=[u.keyPath,"Fragment",y],u.replay!==null)){for(var E=u.replay,v=E.nodes,T=0;T<v.length;T++){var x=v[T];if(x[1]===y){y=x[2],x=x[3],u.replay={nodes:y,slots:x,pendingTasks:1};try{if(lv(f,u,c,-1),u.replay.pendingTasks===1&&0<u.replay.nodes.length)throw Error(Y(488));u.replay.pendingTasks--}catch(R){if(typeof R==="object"&&R!==null&&(R===qf||typeof R.then==="function"))throw R;u.replay.pendingTasks--,c=su(u.componentStack);var g=u.blockedBoundary,C=R;c=If(f,C,c),x_(f,g,y,x,C,c)}u.replay=E,v.splice(T,1);break}}u.keyPath=_;return}if(E=u.treeContext,v=c.length,u.replay!==null&&(T=u.replay.slots,T!==null&&typeof T==="object")){for(y=0;y<v;y++)x=c[y],u.treeContext=rc(E,v,y),g=T[y],typeof g==="number"?(wE(f,u,g,x,y),delete T[y]):Ef(f,u,x,y);u.treeContext=E,u.keyPath=_;return}for(T=0;T<v;T++)y=c[T],u.treeContext=rc(E,v,T),Ef(f,u,y,T);u.treeContext=E,u.keyPath=_}function zC(f,u,c){if(c.status=5,c.rootSegmentID=f.nextSegmentId++,f=c.trackedContentKeyPath,f===null)throw Error(Y(486));var y=c.trackedFallbackNode,_=[],E=u.workingMap.get(f);if(E===void 0)return c=[f[1],f[2],_,null,y,c.rootSegmentID],u.workingMap.set(f,c),TE(c,f[0],u),c;return E[4]=y,E[5]=c.rootSegmentID,E}function bv(f,u,c,y){y.status=5;var{keyPath:_,blockedBoundary:E}=c;if(E===null)y.id=f.nextSegmentId++,u.rootSlots=y.id,f.completedRootSegment!==null&&(f.completedRootSegment.status=5);else{if(E!==null&&E.status===0){var v=zC(f,u,E);if(E.trackedContentKeyPath===_&&c.childIndex===-1){y.id===-1&&(y.id=y.parentFlushed?E.rootSegmentID:f.nextSegmentId++),v[3]=y.id;return}}if(y.id===-1&&(y.id=y.parentFlushed&&E!==null?E.rootSegmentID:f.nextSegmentId++),c.childIndex===-1)_===null?u.rootSlots=y.id:(c=u.workingMap.get(_),c===void 0?(c=[_[1],_[2],[],y.id],TE(c,_[0],u)):c[3]=y.id);else{if(_===null){if(f=u.rootSlots,f===null)f=u.rootSlots={};else if(typeof f==="number")throw Error(Y(491))}else if(E=u.workingMap,v=E.get(_),v===void 0)f={},v=[_[1],_[2],[],f],E.set(_,v),TE(v,_[0],u);else if(f=v[3],f===null)f=v[3]={};else if(typeof f==="number")throw Error(Y(491));f[c.childIndex]=y.id}}}function gx(f,u){f=f.trackedPostpones,f!==null&&(u=u.trackedContentKeyPath,u!==null&&(u=f.workingMap.get(u),u!==void 0&&(u.length=4,u[2]=[],u[3]=null)))}function tg(f,u,c){return xx(f,c,u.replay,u.node,u.childIndex,u.blockedBoundary,u.hoistableState,u.abortSet,u.keyPath,u.formatContext,u.context,u.treeContext,u.row,u.componentStack)}function Jg(f,u,c){var y=u.blockedSegment,_=au(f,y.chunks.length,null,u.formatContext,y.lastPushedText,!0);return y.children.push(_),y.lastPushedText=!1,c_(f,c,u.node,u.childIndex,u.blockedBoundary,_,u.blockedPreamble,u.hoistableState,u.abortSet,u.keyPath,u.formatContext,u.context,u.treeContext,u.row,u.componentStack)}function Ef(f,u,c,y){var{formatContext:_,context:E,keyPath:v,treeContext:T,componentStack:x,blockedSegment:g}=u;if(g===null){g=u.replay;try{return yu(f,u,c,y)}catch(O){if(f_(),c=O===qf?yE():O,f.status!==12&&typeof c==="object"&&c!==null){if(typeof c.then==="function"){y=O===qf?Jc():null,f=tg(f,u,y).ping,c.then(f,f),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,u.replay=g,qu(E);return}if(c.message==="Maximum call stack size exceeded"){c=O===qf?Jc():null,c=tg(f,u,c),f.pingedTasks.push(c),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,u.replay=g,qu(E);return}}}}else{var C=g.children.length,R=g.chunks.length;try{return yu(f,u,c,y)}catch(O){if(f_(),g.children.length=C,g.chunks.length=R,c=O===qf?yE():O,f.status!==12&&typeof c==="object"&&c!==null){if(typeof c.then==="function"){g=c,c=O===qf?Jc():null,f=Jg(f,u,c).ping,g.then(f,f),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,qu(E);return}if(c.message==="Maximum call stack size exceeded"){g=O===qf?Jc():null,g=Jg(f,u,g),f.pingedTasks.push(g),u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,u.componentStack=x,qu(E);return}}}}throw u.formatContext=_,u.context=E,u.keyPath=v,u.treeContext=T,qu(E),c}function Dn(f){var{blockedBoundary:u,blockedSegment:c}=f;c!==null&&(c.status=3,fc(this,u,f.row,c))}function x_(f,u,c,y,_,E){for(var v=0;v<c.length;v++){var T=c[v];if(T.length===4)x_(f,u,T[2],T[3],_,E);else{T=T[5];var x=f,g=E,C=u_(x,null,new Set,null,null);C.parentFlushed=!0,C.rootSegmentID=T,C.status=4,C.errorDigest=g,C.parentFlushed&&x.clientRenderedBoundaries.push(C)}}if(c.length=0,y!==null){if(u===null)throw Error(Y(487));if(u.status!==4&&(u.status=4,u.errorDigest=E,u.parentFlushed&&f.clientRenderedBoundaries.push(u)),typeof y==="object")for(var R in y)delete y[R]}}function pv(f,u,c){var{blockedBoundary:y,blockedSegment:_}=f;if(_!==null){if(_.status===6)return;_.status=3}var E=su(f.componentStack);if(y===null){if(u.status!==13&&u.status!==14){if(y=f.replay,y===null){u.trackedPostpones!==null&&_!==null?(y=u.trackedPostpones,If(u,c,E),bv(u,y,f,_),fc(u,null,f.row,_)):(If(u,c,E),y_(u,c));return}y.pendingTasks--,y.pendingTasks===0&&0<y.nodes.length&&(_=If(u,c,E),x_(u,null,y.nodes,y.slots,c,_)),u.pendingRootTasks--,u.pendingRootTasks===0&&Rx(u)}}else{var v=u.trackedPostpones;if(y.status!==4){if(v!==null&&_!==null)return If(u,c,E),bv(u,v,f,_),y.fallbackAbortableTasks.forEach(function(T){return pv(T,u,c)}),y.fallbackAbortableTasks.clear(),fc(u,y,f.row,_);y.status=4,_=If(u,c,E),y.status=4,y.errorDigest=_,gx(u,y),y.parentFlushed&&u.clientRenderedBoundaries.push(y)}y.pendingTasks--,_=y.row,_!==null&&--_.pendingTasks===0&&Uf(u,_),y.fallbackAbortableTasks.forEach(function(T){return pv(T,u,c)}),y.fallbackAbortableTasks.clear()}f=f.row,f!==null&&--f.pendingTasks===0&&Uf(u,f),u.allPendingTasks--,u.allPendingTasks===0&&xE(u)}function Cx(f,u){try{var c=f.renderState,y=c.onHeaders;if(y){var _=c.headers;if(_){c.headers=null;var E=_.preconnects;if(_.fontPreloads&&(E&&(E+=", "),E+=_.fontPreloads),_.highImagePreloads&&(E&&(E+=", "),E+=_.highImagePreloads),!u){var v=c.styles.values(),T=v.next();f:for(;0<_.remainingCapacity&&!T.done;T=v.next())for(var x=T.value.sheets.values(),g=x.next();0<_.remainingCapacity&&!g.done;g=x.next()){var C=g.value,R=C.props,O=R.href,w=C.props,r=uE(w.href,"style",{crossOrigin:w.crossOrigin,integrity:w.integrity,nonce:w.nonce,type:w.type,fetchPriority:w.fetchPriority,referrerPolicy:w.referrerPolicy,media:w.media});if(0<=(_.remainingCapacity-=r.length+2))c.resets.style[O]=cu,E&&(E+=", "),E+=r,c.resets.style[O]=typeof R.crossOrigin==="string"||typeof R.integrity==="string"?[R.crossOrigin,R.integrity]:cu;else break f}}E?y({Link:E}):y({})}}}catch(H){If(f,H,{})}}function Rx(f){f.trackedPostpones===null&&Cx(f,!0),f.trackedPostpones===null&&T_(f),f.onShellError=Gf,f=f.onShellReady,f()}function xE(f){Cx(f,f.trackedPostpones===null?!0:f.completedRootSegment===null||f.completedRootSegment.status!==5),T_(f),f=f.onAllReady,f()}function __(f,u){if(u.chunks.length===0&&u.children.length===1&&u.children[0].boundary===null&&u.children[0].id===-1){var c=u.children[0];c.id=u.id,c.parentFlushed=!0,c.status!==1&&c.status!==3&&c.status!==4||__(f,c)}else f.completedSegments.push(u)}function Sc(f,u,c){if(T0!==null){c=c.chunks;for(var y=0,_=0;_<c.length;_++)y+=c[_].byteLength;u===null?f.byteSize+=y:u.byteSize+=y}}function fc(f,u,c,y){if(c!==null&&(--c.pendingTasks===0?Uf(f,c):c.together&&kv(f,c)),f.allPendingTasks--,u===null){if(y!==null&&y.parentFlushed){if(f.completedRootSegment!==null)throw Error(Y(389));f.completedRootSegment=y}f.pendingRootTasks--,f.pendingRootTasks===0&&Rx(f)}else if(u.pendingTasks--,u.status!==4)if(u.pendingTasks===0){if(u.status===0&&(u.status=1),y!==null&&y.parentFlushed&&(y.status===1||y.status===3)&&__(u,y),u.parentFlushed&&f.completedBoundaries.push(u),u.status===1)c=u.row,c!==null&&Kc(c.hoistables,u.contentState),kc(f,u)||(u.fallbackAbortableTasks.forEach(Dn,f),u.fallbackAbortableTasks.clear(),c!==null&&--c.pendingTasks===0&&Uf(f,c)),f.pendingRootTasks===0&&f.trackedPostpones===null&&u.contentPreamble!==null&&T_(f);else if(u.status===5&&(u=u.row,u!==null)){if(f.trackedPostpones!==null){c=f.trackedPostpones;var _=u.next;if(_!==null&&(y=_.boundaries,y!==null))for(_.boundaries=null,_=0;_<y.length;_++){var E=y[_];zC(f,c,E),fc(f,E,null,null)}}--u.pendingTasks===0&&Uf(f,u)}}else y===null||!y.parentFlushed||y.status!==1&&y.status!==3||(__(u,y),u.completedSegments.length===1&&u.parentFlushed&&f.partialBoundaries.push(u)),u=u.row,u!==null&&u.together&&kv(f,u);f.allPendingTasks===0&&xE(f)}function qv(f){if(f.status!==14&&f.status!==13){var u=Uc,c=hc.H;hc.H=Pg;var y=hc.A;hc.A=rn;var _=Of;Of=f;var E=q_;q_=f.resumableState;try{var v=f.pingedTasks,T;for(T=0;T<v.length;T++){var x=v[T],g=f,C=x.blockedSegment;if(C===null){var R=g;if(x.replay.pendingTasks!==0){qu(x.context);try{if(typeof x.replay.slots==="number"?wE(R,x,x.replay.slots,x.node,x.childIndex):dv(R,x),x.replay.pendingTasks===1&&0<x.replay.nodes.length)throw Error(Y(488));x.replay.pendingTasks--,x.abortSet.delete(x),fc(R,x.blockedBoundary,x.row,null)}catch(j){f_();var O=j===qf?yE():j;if(typeof O==="object"&&O!==null&&typeof O.then==="function"){var w=x.ping;O.then(w,w),x.thenableState=j===qf?Jc():null}else{x.replay.pendingTasks--,x.abortSet.delete(x);var r=su(x.componentStack);g=void 0;var H=R,M=x.blockedBoundary,U=R.status===12?R.fatalError:O,N=x.replay.nodes,G=x.replay.slots;g=If(H,U,r),x_(H,M,N,G,U,g),R.pendingRootTasks--,R.pendingRootTasks===0&&Rx(R),R.allPendingTasks--,R.allPendingTasks===0&&xE(R)}}finally{}}}else if(R=void 0,H=C,H.status===0){H.status=6,qu(x.context);var B=H.children.length,z=H.chunks.length;try{dv(g,x),H.lastPushedText&&H.textEmbedded&&H.chunks.push(Nu),x.abortSet.delete(x),H.status=1,Sc(g,x.blockedBoundary,H),fc(g,x.blockedBoundary,x.row,H)}catch(j){f_(),H.children.length=B,H.chunks.length=z;var I=j===qf?yE():g.status===12?g.fatalError:j;if(g.status===12&&g.trackedPostpones!==null){var e=g.trackedPostpones,l=su(x.componentStack);x.abortSet.delete(x),If(g,I,l),bv(g,e,x,H),fc(g,x.blockedBoundary,x.row,H)}else if(typeof I==="object"&&I!==null&&typeof I.then==="function"){H.status=0,x.thenableState=j===qf?Jc():null;var $=x.ping;I.then($,$)}else{var a=su(x.componentStack);x.abortSet.delete(x),H.status=4;var{blockedBoundary:D,row:J}=x;if(J!==null&&--J.pendingTasks===0&&Uf(g,J),g.allPendingTasks--,R=If(g,I,a),D===null)y_(g,I);else if(D.pendingTasks--,D.status!==4){D.status=4,D.errorDigest=R,gx(g,D);var h=D.row;h!==null&&--h.pendingTasks===0&&Uf(g,h),D.parentFlushed&&g.clientRenderedBoundaries.push(D),g.pendingRootTasks===0&&g.trackedPostpones===null&&D.contentPreamble!==null&&T_(g)}g.allPendingTasks===0&&xE(g)}}finally{}}}v.splice(0,T),f.destination!==null&&mE(f,f.destination)}catch(j){If(f,j,{}),y_(f,j)}finally{q_=E,hc.H=c,hc.A=y,c===Pg&&qu(u),Of=_}}}function Gv(f,u,c){u.preambleChildren.length&&c.push(u.preambleChildren);for(var y=!1,_=0;_<u.children.length;_++)y=WC(f,u.children[_],c)||y;return y}function WC(f,u,c){var y=u.boundary;if(y===null)return Gv(f,u,c);var{contentPreamble:_,fallbackPreamble:E}=y;if(_===null||E===null)return!1;switch(y.status){case 1:if(Lg(f.renderState,_),f.byteSize+=y.byteSize,u=y.completedSegments[0],!u)throw Error(Y(391));return Gv(f,u,c);case 5:if(f.trackedPostpones!==null)return!0;case 4:if(u.status===1)return Lg(f.renderState,E),Gv(f,u,c);default:return!0}}function T_(f){if(f.completedRootSegment&&f.completedPreambleSegments===null){var u=[],c=f.byteSize,y=WC(f,f.completedRootSegment,u),_=f.renderState.preamble;y===!1||_.headChunks&&_.bodyChunks?f.completedPreambleSegments=u:f.byteSize=c}}function K_(f,u,c,y){switch(c.parentFlushed=!0,c.status){case 0:c.id=f.nextSegmentId++;case 5:return y=c.id,c.lastPushedText=!1,c.textEmbedded=!1,f=f.renderState,A(u,Z0),A(u,f.placeholderPrefix),f=m(y.toString(16)),A(u,f),V(u,h0);case 1:c.status=2;var _=!0,E=c.chunks,v=0;c=c.children;for(var T=0;T<c.length;T++){for(_=c[T];v<_.index;v++)A(u,E[v]);_=v_(f,u,_,y)}for(;v<E.length-1;v++)A(u,E[v]);return v<E.length&&(_=V(u,E[v])),_;case 3:return!0;default:throw Error(Y(390))}}var E_=0;function v_(f,u,c,y){var _=c.boundary;if(_===null)return K_(f,u,c,y);if(_.parentFlushed=!0,_.status===4){var E=_.row;E!==null&&--E.pendingTasks===0&&Uf(f,E),_=_.errorDigest,V(u,F0),A(u,k0),_&&(A(u,l0),A(u,m(W(_))),A(u,d0)),V(u,b0),K_(f,u,c,y)}else if(_.status!==1)_.status===0&&(_.rootSegmentID=f.nextSegmentId++),0<_.completedSegments.length&&f.partialBoundaries.push(_),Yg(u,f.renderState,_.rootSegmentID),y&&Kc(y,_.fallbackState),K_(f,u,c,y);else if(!o_&&kc(f,_)&&(E_+_.byteSize>f.progressiveChunkSize||wC(_.contentState)))_.rootSegmentID=f.nextSegmentId++,f.completedBoundaries.push(_),Yg(u,f.renderState,_.rootSegmentID),K_(f,u,c,y);else{if(E_+=_.byteSize,y&&Kc(y,_.contentState),c=_.row,c!==null&&kc(f,_)&&--c.pendingTasks===0&&Uf(f,c),V(u,J0),c=_.completedSegments,c.length!==1)throw Error(Y(391));v_(f,u,c[0],y)}return V(u,K0)}function Xv(f,u,c,y){return wA(u,f.renderState,c.parentFormatContext,c.id),v_(f,u,c,y),mA(u,c.parentFormatContext)}function Vg(f,u,c){E_=c.byteSize;for(var y=c.completedSegments,_=0;_<y.length;_++)jC(f,u,c,y[_]);y.length=0,y=c.row,y!==null&&kc(f,c)&&--y.pendingTasks===0&&Uf(f,y),OC(u,c.contentState,f.renderState),y=f.resumableState,f=f.renderState,_=c.rootSegmentID,c=c.contentState;var E=f.stylesToHoist;return f.stylesToHoist=!1,A(u,f.startInlineScript),A(u,q),E?((y.instructions&4)===0&&(y.instructions|=4,A(u,WA)),(y.instructions&2)===0&&(y.instructions|=2,A(u,Ng)),(y.instructions&8)===0?(y.instructions|=8,A(u,LA)):A(u,YA)):((y.instructions&2)===0&&(y.instructions|=2,A(u,Ng)),A(u,rA)),y=m(_.toString(16)),A(u,f.boundaryPrefix),A(u,y),A(u,NA),A(u,f.segmentPrefix),A(u,y),E?(A(u,DA),eA(u,c)):A(u,$A),c=V(u,zA),RC(u,f)&&c}function jC(f,u,c,y){if(y.status===2)return!0;var _=c.contentState,E=y.id;if(E===-1){if((y.id=c.rootSegmentID)===-1)throw Error(Y(392));return Xv(f,u,y,_)}if(E===c.rootSegmentID)return Xv(f,u,y,_);return Xv(f,u,y,_),c=f.resumableState,f=f.renderState,A(u,f.startInlineScript),A(u,q),(c.instructions&1)===0?(c.instructions|=1,A(u,MA)):A(u,HA),A(u,f.segmentPrefix),E=m(E.toString(16)),A(u,E),A(u,IA),A(u,f.placeholderPrefix),A(u,E),u=V(u,UA),u}var o_=!1;function mE(f,u){bf=new Uint8Array(2048),pf=0;try{if(!(0<f.pendingRootTasks)){var c,y=f.completedRootSegment;if(y!==null){if(y.status===5)return;var _=f.completedPreambleSegments;if(_===null)return;E_=f.byteSize;var{resumableState:E,renderState:v}=f,T=v.preamble,x=T.htmlChunks,g=T.headChunks,C;if(x){for(C=0;C<x.length;C++)A(u,x[C]);if(g)for(C=0;C<g.length;C++)A(u,g[C]);else A(u,yf("head")),A(u,q)}else if(g)for(C=0;C<g.length;C++)A(u,g[C]);var R=v.charsetChunks;for(C=0;C<R.length;C++)A(u,R[C]);R.length=0,v.preconnects.forEach(Yu,u),v.preconnects.clear();var O=v.viewportChunks;for(C=0;C<O.length;C++)A(u,O[C]);O.length=0,v.fontPreloads.forEach(Yu,u),v.fontPreloads.clear(),v.highImagePreloads.forEach(Yu,u),v.highImagePreloads.clear(),Fc=v,v.styles.forEach(pA,u),Fc=null;var w=v.importMapChunks;for(C=0;C<w.length;C++)A(u,w[C]);w.length=0,v.bootstrapScripts.forEach(Yu,u),v.scripts.forEach(Yu,u),v.scripts.clear(),v.bulkPreloads.forEach(Yu,u),v.bulkPreloads.clear(),x||g||(E.instructions|=32);var r=v.hoistableChunks;for(C=0;C<r.length;C++)A(u,r[C]);for(E=r.length=0;E<_.length;E++){var H=_[E];for(v=0;v<H.length;v++)v_(f,u,H[v],null)}var M=f.renderState.preamble,U=M.headChunks;(M.htmlChunks||U)&&A(u,Lc("head"));var N=M.bodyChunks;if(N)for(_=0;_<N.length;_++)A(u,N[_]);v_(f,u,y,null),f.completedRootSegment=null;var G=f.renderState;if(f.allPendingTasks!==0||f.clientRenderedBoundaries.length!==0||f.completedBoundaries.length!==0||f.trackedPostpones!==null&&(f.trackedPostpones.rootNodes.length!==0||f.trackedPostpones.rootSlots!==null)){var B=f.resumableState;if((B.instructions&64)===0){if(B.instructions|=64,A(u,G.startInlineScript),(B.instructions&32)===0){B.instructions|=32;var z="_"+B.idPrefix+"R_";A(u,nC),A(u,m(W(z))),A(u,o)}A(u,q),A(u,Q0),V(u,a_)}}RC(u,G)}var I=f.renderState;y=0;var e=I.viewportChunks;for(y=0;y<e.length;y++)A(u,e[y]);e.length=0,I.preconnects.forEach(Yu,u),I.preconnects.clear(),I.fontPreloads.forEach(Yu,u),I.fontPreloads.clear(),I.highImagePreloads.forEach(Yu,u),I.highImagePreloads.clear(),I.styles.forEach(oA,u),I.scripts.forEach(Yu,u),I.scripts.clear(),I.bulkPreloads.forEach(Yu,u),I.bulkPreloads.clear();var l=I.hoistableChunks;for(y=0;y<l.length;y++)A(u,l[y]);l.length=0;var $=f.clientRenderedBoundaries;for(c=0;c<$.length;c++){var a=$[c];I=u;var{resumableState:D,renderState:J}=f,h=a.rootSegmentID,j=a.errorDigest;A(I,J.startInlineScript),A(I,q),(D.instructions&4)===0?(D.instructions|=4,A(I,jA)):A(I,GA),A(I,J.boundaryPrefix),A(I,m(h.toString(16))),A(I,XA),j&&(A(I,BA),A(I,m(ZA(j||""))));var b=V(I,PA);if(!b){f.destination=null,c++,$.splice(0,c);return}}$.splice(0,c);var of=f.completedBoundaries;for(c=0;c<of.length;c++)if(!Vg(f,u,of[c])){f.destination=null,c++,of.splice(0,c);return}of.splice(0,c),Lv(u),bf=new Uint8Array(2048),pf=0,o_=!0;var hf=f.partialBoundaries;for(c=0;c<hf.length;c++){var Xf=hf[c];f:{$=f,a=u,E_=Xf.byteSize;var ef=Xf.completedSegments;for(b=0;b<ef.length;b++)if(!jC($,a,Xf,ef[b])){b++,ef.splice(0,b);var vf=!1;break f}ef.splice(0,b);var s=Xf.row;s!==null&&s.together&&Xf.pendingTasks===1&&(s.pendingTasks===1?Tx($,s,s.hoistables):s.pendingTasks--),vf=OC(a,Xf.contentState,$.renderState)}if(!vf){f.destination=null,c++,hf.splice(0,c);return}}hf.splice(0,c),o_=!1;var ff=f.completedBoundaries;for(c=0;c<ff.length;c++)if(!Vg(f,u,ff[c])){f.destination=null,c++,ff.splice(0,c);return}ff.splice(0,c)}}finally{o_=!1,f.allPendingTasks===0&&f.clientRenderedBoundaries.length===0&&f.completedBoundaries.length===0?(f.flushScheduled=!1,c=f.resumableState,c.hasBody&&A(u,Lc("body")),c.hasHtml&&A(u,Lc("html")),Lv(u),f.status=14,u.close(),f.destination=null):Lv(u)}}function ME(f){f.flushScheduled=f.destination!==null,ag(function(){return qv(f)}),sv(function(){f.status===10&&(f.status=11),f.trackedPostpones===null&&Cx(f,f.pendingRootTasks===0)})}function Nc(f){f.flushScheduled===!1&&f.pingedTasks.length===0&&f.destination!==null&&(f.flushScheduled=!0,sv(function(){var u=f.destination;u?mE(f,u):f.flushScheduled=!1}))}function HE(f,u){if(f.status===13)f.status=14,fC(u,f.fatalError);else if(f.status!==14&&f.destination===null){f.destination=u;try{mE(f,u)}catch(c){If(f,c,{}),y_(f,c)}}}function _u(f,u){if(f.status===11||f.status===10)f.status=12;try{var c=f.abortableTasks;if(0<c.size){var y=u===void 0?Error(Y(432)):typeof u==="object"&&u!==null&&typeof u.then==="function"?Error(Y(530)):u;f.fatalError=y,c.forEach(function(_){return pv(_,f,y)}),c.clear()}f.destination!==null&&mE(f,f.destination)}catch(_){If(f,_,{}),y_(f,_)}}function TE(f,u,c){if(u===null)c.rootNodes.push(f);else{var y=c.workingMap,_=y.get(u);_===void 0&&(_=[u[1],u[2],[],null],y.set(u,_),TE(_,u[0],c)),_[2].push(f)}}function GC(f){var u=f.trackedPostpones;if(u===null||u.rootNodes.length===0&&u.rootSlots===null)return f.trackedPostpones=null;if(f.completedRootSegment===null||f.completedRootSegment.status!==5&&f.completedPreambleSegments!==null){var c=f.nextSegmentId,y=u.rootSlots,_=f.resumableState;_.bootstrapScriptContent=void 0,_.bootstrapScripts=void 0,_.bootstrapModules=void 0}else{c=0,y=-1,_=f.resumableState;var E=f.renderState;_.nextFormID=0,_.hasBody=!1,_.hasHtml=!1,_.unknownResources={font:E.resets.font},_.dnsResources=E.resets.dns,_.connectResources=E.resets.connect,_.imageResources=E.resets.image,_.styleResources=E.resets.style,_.scriptResources={},_.moduleUnknownResources={},_.moduleScriptResources={},_.instructions=0}return{nextSegmentId:c,rootFormatContext:f.rootFormatContext,progressiveChunkSize:f.progressiveChunkSize,resumableState:f.resumableState,replayNodes:u.rootNodes,replaySlots:y}}function XC(){var f=dc.version;if(f!=="19.2.0")throw Error(Y(527,f,"19.2.0"))}XC();XC();var BC=function(f,u){return new Promise(function(c,y){var _=u?u.onHeaders:void 0,E;_&&(E=function(C){_(new Headers(C))});var v=cC(u?u.identifierPrefix:void 0,u?u.unstable_externalRuntimeSrc:void 0,u?u.bootstrapScriptContent:void 0,u?u.bootstrapScripts:void 0,u?u.bootstrapModules:void 0),T=Yn(f,v,OE(v,void 0,u?u.unstable_externalRuntimeSrc:void 0,u?u.importMap:void 0,E,u?u.maxHeadersLength:void 0),yC(u?u.namespaceURI:void 0),u?u.progressiveChunkSize:void 0,u?u.onError:void 0,function(){var C=new ReadableStream({type:"bytes",pull:function(R){HE(T,R)},cancel:function(R){T.destination=null,_u(T,R)}},{highWaterMark:0});C={postponed:GC(T),prelude:C},c(C)},void 0,void 0,y,u?u.onPostpone:void 0);if(u&&u.signal){var x=u.signal;if(x.aborted)_u(T,x.reason);else{var g=function(){_u(T,x.reason),x.removeEventListener("abort",g)};x.addEventListener("abort",g)}}ME(T)})},PC=function(f,u){return new Promise(function(c,y){var _,E,v=new Promise(function(w,r){E=w,_=r}),T=u?u.onHeaders:void 0,x;T&&(x=function(w){T(new Headers(w))});var g=cC(u?u.identifierPrefix:void 0,u?u.unstable_externalRuntimeSrc:void 0,u?u.bootstrapScriptContent:void 0,u?u.bootstrapScripts:void 0,u?u.bootstrapModules:void 0),C=NC(f,g,OE(g,u?u.nonce:void 0,u?u.unstable_externalRuntimeSrc:void 0,u?u.importMap:void 0,x,u?u.maxHeadersLength:void 0),yC(u?u.namespaceURI:void 0),u?u.progressiveChunkSize:void 0,u?u.onError:void 0,E,function(){var w=new ReadableStream({type:"bytes",pull:function(r){HE(C,r)},cancel:function(r){C.destination=null,_u(C,r)}},{highWaterMark:0});w.allReady=v,c(w)},function(w){v.catch(function(){}),y(w)},_,u?u.onPostpone:void 0,u?u.formState:void 0);if(u&&u.signal){var R=u.signal;if(R.aborted)_u(C,R.reason);else{var O=function(){_u(C,R.reason),R.removeEventListener("abort",O)};R.addEventListener("abort",O)}}ME(C)})},QC=function(f,u,c){return new Promise(function(y,_){var E,v,T=new Promise(function(R,O){v=R,E=O}),x=DC(f,u,OE(u.resumableState,c?c.nonce:void 0,void 0,void 0,void 0,void 0),c?c.onError:void 0,v,function(){var R=new ReadableStream({type:"bytes",pull:function(O){HE(x,O)},cancel:function(O){x.destination=null,_u(x,O)}},{highWaterMark:0});R.allReady=T,y(R)},function(R){T.catch(function(){}),_(R)},E,c?c.onPostpone:void 0);if(c&&c.signal){var g=c.signal;if(g.aborted)_u(x,g.reason);else{var C=function(){_u(x,g.reason),g.removeEventListener("abort",C)};g.addEventListener("abort",C)}}ME(x)})},ZC=function(f,u,c){return new Promise(function(y,_){var E=Nn(f,u,OE(u.resumableState,void 0,void 0,void 0,void 0,void 0),c?c.onError:void 0,function(){var x=new ReadableStream({type:"bytes",pull:function(g){HE(E,g)},cancel:function(g){E.destination=null,_u(E,g)}},{highWaterMark:0});x={postponed:GC(E),prelude:x},y(x)},void 0,void 0,_,c?c.onPostpone:void 0);if(c&&c.signal){var v=c.signal;if(v.aborted)_u(E,v.reason);else{var T=function(){_u(E,v.reason),v.removeEventListener("abort",T)};v.addEventListener("abort",T)}}ME(E)})},hC="19.2.0";var IE,Ax;IE=rv,Ax=Ox;var{version:$n,renderToString:zn,renderToStaticMarkup:Wn}=IE,nx=Ax.renderToReadableStream,jn=Ax.resume;if(typeof MessageChannel>"u")globalThis.MessageChannel=class{constructor(){this.port1={onmessage:null,postMessage:()=>{}},this.port2={postMessage:(u)=>{if(this.port1.onmessage)queueMicrotask(()=>this.port1.onmessage({data:u}))}}}};var Gn={"Content-Type":"text/html"},Xn=()=>lc.default.createElement("html",null,lc.default.createElement("body",null,lc.default.createElement("h1",null,"Hello World"),lc.default.createElement("p",null,"This is an example."))),tn={async fetch(f){return new Response(await nx(lc.default.createElement(Xn,null)),{headers:Gn})}};export{tn as default};
|