1286.js (429913B)
1 /*! For license information please see 1286.js.LICENSE.txt */ 2 (self.webpackChunkelement_web=self.webpackChunkelement_web||[]).push([[1286],{"../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/browser-index.ts"(e,t,n){"use strict";var r=n("../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/matrix.ts");if(globalThis.__js_sdk_entrypoint)throw new Error("Multiple matrix-js-sdk entrypoints detected!");let o;globalThis.__js_sdk_entrypoint=!0;try{o=globalThis.indexedDB}catch{}o&&r.setCryptoStoreFactory(()=>new r.IndexedDBCryptoStore(o,"matrix-js-sdk:crypto")),globalThis.matrixcs=r},"../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/rendezvous/index.ts"(e,t,n){"use strict";n.d(t,{fF:()=>a,n$:()=>o,G_:()=>m,Qd:()=>b,E$:()=>y,F9:()=>w,lS:()=>x,tS:()=>_});var r=n("../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/matrix.ts");let o=function(e){return e.AuthorizationExpired="authorization_expired",e.DeviceAlreadyExists="device_already_exists",e.DeviceNotFound="device_not_found",e.UnexpectedMessageReceived="unexpected_message_received",e.UnsupportedProtocol="unsupported_protocol",e.UserCancelled="user_cancelled",e}({}),a=function(e){return e.Expired="expired",e.HomeserverLacksSupport="homeserver_lacks_support",e.InsecureChannelDetected="insecure_channel_detected",e.InvalidCode="invalid_code",e.OtherDeviceNotSignedIn="other_device_not_signed_in",e.OtherDeviceAlreadySignedIn="other_device_already_signed_in",e.Unknown="unknown",e.UserDeclined="user_declined",e.ETagMissing="etag_missing",e}({});var i=n("../../node_modules/.pnpm/@babel+runtime@8.0.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),s=n("../../node_modules/.pnpm/@matrix-org+matrix-sdk-crypto-wasm@18.3.1/node_modules/@matrix-org/matrix-sdk-crypto-wasm/index-wasm-esm.mjs"),l=n("../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/logger.ts"),u=n("../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/http-api/index.ts"),c=n("../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/utils.ts"),d=n("../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/oidc/index.ts");function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach(function(t){(0,i.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}let h=function(e){return e.Protocols="m.login.protocols",e.Protocol="m.login.protocol",e.Failure="m.login.failure",e.Success="m.login.success",e.Secrets="m.login.secrets",e.ProtocolAccepted="m.login.protocol_accepted",e.Declined="m.login.declined",e}({});class m{get checkCode(){var e;return null===(e=this.channel)||void 0===e?void 0:e.getCheckCode()}constructor(e,t,n,r){(0,i.A)(this,"ourIntent",void 0),(0,i.A)(this,"_code",void 0),(0,i.A)(this,"expectingNewDeviceId",void 0),(0,i.A)(this,"metadata",void 0),(0,i.A)(this,"grantInProgress",void 0),this.channel=e,this.didScanCode=t,this.client=n,this.onFailure=r,this.ourIntent=n?s.dUx.Reciprocate:s.dUx.Login}get code(){return this._code}async generateCode(){this._code||(this.ourIntent===s.dUx.Reciprocate&&this.client?this._code=await this.channel.generateCode(this.ourIntent,this.client.getDomain()):this.ourIntent===s.dUx.Login&&(this._code=await this.channel.generateCode(this.ourIntent)))}get isExistingDevice(){return this.ourIntent===s.dUx.Reciprocate}get isNewDevice(){return!this.isExistingDevice}async negotiateProtocols(){if(l.vF.info(`negotiateProtocols(isNewDevice=${this.isNewDevice} didScanCode=${this.didScanCode})`),await this.channel.connect(),this.didScanCode)if(this.isNewDevice);else{var e;let t;try{t=await this.client.getAuthMetadata()}catch(e){l.vF.error("Failed to discover OIDC metadata",e)}if(null===(e=t)||void 0===e||!e.grant_types_supported.includes(d.gu.DeviceAuthorization))throw await this.send({type:h.Failure,reason:o.UnsupportedProtocol}),new b("Device code grant unsupported",o.UnsupportedProtocol);await this.send({type:h.Protocols,protocols:["device_authorization_grant"],homeserver:this.client.getDomain()})}else if(this.isNewDevice){l.vF.info("Waiting for protocols message");const e=await this.receive();if((null==e?void 0:e.type)===h.Failure)throw new b("Failed",e.reason);if((null==e?void 0:e.type)!==h.Protocols)throw await this.send({type:h.Failure,reason:o.UnexpectedMessageReceived}),new b("Unexpected message received",o.UnexpectedMessageReceived);return{serverName:e.homeserver}}return{}}async deviceAuthorizationGrant(e){if(this.isNewDevice){var t;if(!e)throw new Error("Input must be provided for new device");const{metadata:n,clientId:r,deviceId:o}=e,a=(0,d.oE)(o),i=await(0,d.UY)({clientId:r,scope:a,metadata:n});this.metadata=n,this.grantInProgress=i;const s={type:h.Protocol,protocol:"device_authorization_grant",device_id:o,device_authorization_grant:{verification_uri:i.verification_uri,verification_uri_complete:i.verification_uri_complete}};return await this.send(s),{verificationUri:null!==(t=i.verification_uri_complete)&&void 0!==t?t:i.verification_uri,userCode:i.user_code}}{l.vF.info("Waiting for protocol message");const e=await this.receive();if((null==e?void 0:e.type)===h.Failure)throw new b("Failed",e.reason);if((null==e?void 0:e.type)!==h.Protocol)throw await this.send({type:h.Failure,reason:o.UnexpectedMessageReceived}),new b("Unexpected message received",o.UnexpectedMessageReceived);if(function(e){return"device_authorization_grant"===e.protocol}(e)){const{device_authorization_grant:t,device_id:r}=e,{verification_uri:a,verification_uri_complete:i}=t;let s=!0;try{var n;await(null===(n=this.client)||void 0===n?void 0:n.getDevice(r))}catch(e){e instanceof u.up&&404===e.httpStatus&&(s=!1)}if(s)throw await this.send({type:h.Failure,reason:o.DeviceAlreadyExists}),new b("Specified device ID already exists",o.DeviceAlreadyExists);return this.expectingNewDeviceId=r,{verificationUri:null!=i?i:a}}throw await this.send({type:h.Failure,reason:o.UnsupportedProtocol}),new b("Received a request for an unsupported protocol",o.UnsupportedProtocol)}}async completeLoginOnNewDevice({clientId:e}){if(!this.isNewDevice||!this.grantInProgress||!this.metadata)throw new Error("Can only complete login on new device");l.vF.info("Waiting for protocol accepted message");const t=await this.receive();if(!t)throw new b("No response from existing device",o.UnexpectedMessageReceived);if(t.type===h.Failure)throw new b("Failed",t.reason);if(t.type!==h.ProtocolAccepted)throw new b("Unexpected message received",o.UnexpectedMessageReceived);const n=await(0,d.aV)({session:this.grantInProgress,metadata:this.metadata,clientId:e});if(!n)throw new b("No response from device authorization endpoint",a.Unknown);if("error"in n){let e=o.UnexpectedMessageReceived;"expired_token"===n.error?e=o.AuthorizationExpired:"access_denied"===n.error&&(e=o.UserCancelled);const t={type:h.Failure,reason:e};throw await this.send(t),new b("Rejection from device authorization endpoint",e)}return n}async shareSecrets(){if(this.isNewDevice){await this.send({type:h.Success}),l.vF.info("Waiting for secrets message");const e=await this.receive();if((null==e?void 0:e.type)===h.Failure)throw new b("Failed",e.reason);if((null==e?void 0:e.type)!==h.Secrets)throw await this.send({type:h.Failure,reason:o.UnexpectedMessageReceived}),new b("Unexpected message received",o.UnexpectedMessageReceived);return{secrets:e}}{if(!this.expectingNewDeviceId)throw new Error("No new device ID expected");await this.send({type:h.ProtocolAccepted}),l.vF.info("Waiting for outcome message");const t=await this.receive();if((null==t?void 0:t.type)===h.Failure)throw new b("Failed",t.reason);if((null==t?void 0:t.type)===h.Declined)throw new b("User declined",a.UserDeclined);if((null==t?void 0:t.type)!==h.Success)throw await this.send({type:h.Failure,reason:o.UnexpectedMessageReceived}),new b("Unexpected message",o.UnexpectedMessageReceived);const n=Date.now()+1e4;do{try{var e;if(await(null===(e=this.client)||void 0===e?void 0:e.getDevice(this.expectingNewDeviceId))){const e=await this.client.getCrypto().exportSecretsBundle();if(this.channel.cancelled)throw new b("User cancelled",o.UserCancelled);return await this.send(f({type:h.Secrets},e)),{secrets:e}}}catch(e){if(!(e instanceof u.up&&404===e.httpStatus))throw e}await(0,c.yy)(1e3)}while(Date.now()<n);throw await this.send({type:h.Failure,reason:o.DeviceNotFound}),new b("New device not found",o.DeviceNotFound)}}async receive(){return await this.channel.secureReceive()}async send(e){await this.channel.secureSend(e)}async declineLoginOnExistingDevice(){if(!this.isExistingDevice)throw new Error("Can only decline login on existing device");await this.send({type:h.Failure,reason:o.UserCancelled})}async cancel(e){var t;null===(t=this.onFailure)||void 0===t||t.call(this,e),await this.channel.cancel(e)}async close(){await this.channel.close()}}class g{constructor({fetchFn:e,onFailure:t,url:n,client:r,fallbackRzServer:o}){(0,i.A)(this,"url",void 0),(0,i.A)(this,"client",void 0),(0,i.A)(this,"fallbackRzServer",void 0),(0,i.A)(this,"fetchFn",void 0),(0,i.A)(this,"onFailure",void 0),(0,i.A)(this,"etag",void 0),(0,i.A)(this,"expiresAt",void 0),(0,i.A)(this,"expiresTimer",void 0),(0,i.A)(this,"_cancelled",!1),(0,i.A)(this,"_ready",!1),this.fetchFn=e,this.onFailure=t,this.client=r,this.fallbackRzServer=o,this.url=n}get ready(){return this._ready}get cancelled(){return this._cancelled}fetch(e,t){return this.fetchFn?this.fetchFn(e,t):globalThis.fetch(e,t)}async getPostEndpoint(){if(this.client)try{if(await this.client.doesServerSupportUnstableFeature("org.matrix.msc4108"))return this.client.http.getUrl("/org.matrix.msc4108/rendezvous",void 0,u.iD.Unstable).toString()}catch(e){l.vF.warn("Failed to get unstable features",e)}return this.fallbackRzServer}async send(e){var t,n;if(this._cancelled)return;const o=this.url?r.Method.Put:r.Method.Post,i=null!==(t=this.url)&&void 0!==t?t:await this.getPostEndpoint();if(!i)throw new Error("Invalid rendezvous URI");const s={"content-type":"text/plain"};!this.etag&&this.url&&await this.receive(),this.etag&&(s["if-match"]=this.etag),l.vF.info(`=> ${o} ${i} with ${e} if-match: ${this.etag}`);const u=await this.fetch(i,{method:o,headers:s,body:e,redirect:"follow"});if(404===u.status)return this.cancel(a.Unknown);if(this.etag=null!==(n=u.headers.get("etag"))&&void 0!==n?n:void 0,l.vF.info(`Received etag: ${this.etag}`),o===r.Method.Post){const e=u.headers.get("expires");e&&(this.expiresTimer&&(clearTimeout(this.expiresTimer),this.expiresTimer=void 0),this.expiresAt=new Date(e),this.expiresTimer=setTimeout(()=>{this.expiresTimer=void 0,this.cancel(a.Expired)},this.expiresAt.getTime()-Date.now()));const t=await u.json();if("string"!=typeof t.url)throw new Error("No rendezvous URL given");this.url=t.url,this._ready=!0}}async receive(){if(!this.url)throw new Error("Rendezvous not set up");for(;;){var e;if(this._cancelled)return;const t={};this.etag&&(t["if-none-match"]=this.etag),l.vF.info(`=> GET ${this.url} if-none-match: ${this.etag}`);const n=await this.fetch(this.url,{method:r.Method.Get,headers:t});if(404===n.status)return void await this.cancel(a.Unknown);const o=null!==(e=n.headers.get("etag"))&&void 0!==e?e:void 0;if("text/plain"!==n.headers.get("content-type"))this.etag=o;else if(200===n.status){if(!o)return void await this.cancel(a.ETagMissing);this.etag=o;const e=await n.text();return l.vF.info(`Received: ${e} with etag ${this.etag}`),e}await(0,c.yy)(1e3)}}async cancel(e){var t;this._cancelled||(this.expiresTimer&&(clearTimeout(this.expiresTimer),this.expiresTimer=void 0),e===a.Unknown&&this.expiresAt&&this.expiresAt.getTime()<Date.now()&&(e=a.Expired),this._cancelled=!0,this._ready=!1,null===(t=this.onFailure)||void 0===t||t.call(this,e),e!==a.UserDeclined&&e!==o.UserCancelled||await this.close())}async close(){if(this.expiresTimer&&(clearTimeout(this.expiresTimer),this.expiresTimer=void 0),this.url)try{const e=r.Method.Delete;l.vF.info(`=> ${e} ${this.url}`),await this.fetch(this.url,{method:e})}catch(e){l.vF.warn(e)}}}class v{constructor(e,t,n){(0,i.A)(this,"secureChannel",void 0),(0,i.A)(this,"establishedChannel",void 0),(0,i.A)(this,"connected",!1),this.rendezvousSession=e,this.theirPublicKey=t,this.onFailure=n,this.secureChannel=new s.SG1}async generateCode(e,t){const{url:n}=this.rendezvousSession;if(!n)throw new Error("No rendezvous session URL");return new s.dFo(this.secureChannel.public_key(),n,e===s.dUx.Reciprocate?t:void 0).toBytes()}getCheckCode(){var e;const t=null===(e=this.establishedChannel)||void 0===e?void 0:e.check_code();if(t)return Array.from(t.as_bytes()).map(e=>""+e%10).join("")}async connect(){if(this.connected)throw new Error("Channel already connected");if(this.theirPublicKey){const e=this.secureChannel.establish_outbound_channel(this.theirPublicKey,"MATRIX_QR_CODE_LOGIN_INITIATE");this.establishedChannel=e.channel,l.vF.info("Sending LoginInitiateMessage"),await this.rendezvousSession.send(e.initial_message);{l.vF.info("Waiting for LoginOkMessage");const e=await this.rendezvousSession.receive();if(!e)throw new b("No response from other device",o.UnexpectedMessageReceived);if("MATRIX_QR_CODE_LOGIN_OK"!==await this.decrypt(e))throw new b("Invalid response from other device",a.InsecureChannelDetected)}}else{l.vF.info("Waiting for LoginInitiateMessage");const e=await this.rendezvousSession.receive();if(!e)throw new b("No response from other device",o.UnexpectedMessageReceived);const{channel:t,message:n}=this.secureChannel.establish_inbound_channel(e);if(this.establishedChannel=t,"MATRIX_QR_CODE_LOGIN_INITIATE"!==n)throw new b("Invalid response from other device",a.InsecureChannelDetected);l.vF.info("LoginInitiateMessage received"),l.vF.info("Sending LoginOkMessage");const r=await this.encrypt("MATRIX_QR_CODE_LOGIN_OK");await this.rendezvousSession.send(r)}this.connected=!0}async decrypt(e){if(!this.establishedChannel)throw new Error("Channel closed");return this.establishedChannel.decrypt(e)}async encrypt(e){if(!this.establishedChannel)throw new Error("Channel closed");return this.establishedChannel.encrypt(e)}async secureSend(e){if(!this.connected)throw new Error("Channel closed");const t=JSON.stringify(e);l.vF.debug(`=> {"type": ${JSON.stringify(e.type)}, ...}`),await this.rendezvousSession.send(await this.encrypt(t))}async secureReceive(){if(!this.establishedChannel)throw new Error("Channel closed");const e=await this.rendezvousSession.receive();if(!e)return;const t=await this.decrypt(e),n=JSON.parse(t);return l.vF.debug(`<= {"type": ${JSON.stringify(n.type)}, ...}`),n}async close(){await this.rendezvousSession.close()}async cancel(e){try{var t;await this.rendezvousSession.cancel(e),null===(t=this.onFailure)||void 0===t||t.call(this,e)}finally{e!==a.UserDeclined&&e!==o.UserCancelled&&await this.close()}}get cancelled(){return this.rendezvousSession.cancelled}}let y=function(e){return e.LOGIN_ON_NEW_DEVICE="login.start",e.RECIPROCATE_LOGIN_ON_EXISTING_DEVICE="login.reciprocate",e}({});class b extends Error{constructor(e,t){super(e),this.code=t}}async function w(e){let t;try{t=await e.getAuthMetadata()}catch(e){return l.vF.warn("Failed to fetch auth metadata, assuming sign-in with QR is unavailable",e),!1}return!!t.grant_types_supported.includes(r.OAuthGrantType.DeviceAuthorization)&&e.doesServerSupportUnstableFeature("org.matrix.msc4108")}async function x(e,t,n){return k(y.RECIPROCATE_LOGIN_ON_EXISTING_DEVICE,e,t,n)}async function _(e,t,r){const o=await Promise.resolve().then(n.bind(n,"../../node_modules/.pnpm/@matrix-org+matrix-sdk-crypto-wasm@18.3.1/node_modules/@matrix-org/matrix-sdk-crypto-wasm/index-wasm-esm.mjs"));return await o.initAsync(),k(y.LOGIN_ON_NEW_DEVICE,e,t,r)}async function k(e,t,n,r){const a=new g({onFailure:n,client:t}),i=new v(a,void 0,n),s=new m(i,!1,e===y.LOGIN_ON_NEW_DEVICE?void 0:t,n);return r.aborted||(r.onabort=()=>{a.onFailure=void 0,i.onFailure=void 0,s.onFailure=void 0,s.cancel(o.UserCancelled)},await a.send(""),r.aborted||await s.generateCode()),s}},"../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/room-hierarchy.ts"(e,t,n){"use strict";n.d(t,{B:()=>a});var r=n("../../node_modules/.pnpm/@babel+runtime@8.0.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),o=n("../../node_modules/.pnpm/matrix-js-sdk@41.9.0/node_modules/matrix-js-sdk/src/@types/event.ts");class a{constructor(e,t,n,o=!1){(0,r.A)(this,"viaMap",new Map),(0,r.A)(this,"backRefs",new Map),(0,r.A)(this,"roomMap",new Map),(0,r.A)(this,"loadRequest",void 0),(0,r.A)(this,"nextBatch",void 0),(0,r.A)(this,"_rooms",void 0),(0,r.A)(this,"serverSupportError",void 0),this.root=e,this.pageSize=t,this.maxDepth=n,this.suggestedOnly=o}get noSupport(){return!!this.serverSupportError}get canLoadMore(){return!!this.serverSupportError||!!this.nextBatch||!this._rooms}get loading(){return!!this.loadRequest}get rooms(){return this._rooms}async load(e=this.pageSize){if(this.loadRequest)return this.loadRequest.then(e=>e.rooms);let t;this.loadRequest=this.root.client.getRoomHierarchy(this.root.roomId,e,this.maxDepth,this.suggestedOnly,this.nextBatch);try{({rooms:t,next_batch:this.nextBatch}=await this.loadRequest)}catch(e){if("M_UNRECOGNIZED"!==e.errcode)throw e;return this.serverSupportError=e,[]}finally{this.loadRequest=void 0}return this._rooms?this._rooms=this._rooms.concat(t):this._rooms=t,t.forEach(e=>{this.roomMap.set(e.room_id,e),e.children_state.forEach(t=>{if(t.type!==o.Bx.SpaceChild)return;const n=t.state_key;if(this.backRefs.has(n)||this.backRefs.set(n,[]),this.backRefs.get(n).push(e.room_id),Array.isArray(t.content.via)){this.viaMap.has(n)||this.viaMap.set(n,new Set);const e=this.viaMap.get(n);t.content.via.forEach(t=>e.add(t))}})}),t}getRelation(e,t){var n;return null===(n=this.roomMap.get(e))||void 0===n?void 0:n.children_state.find(e=>e.state_key===t)}isSuggested(e,t){var n;return null===(n=this.getRelation(e,t))||void 0===n?void 0:n.content.suggested}removeRelation(e,t){const n=this.backRefs.get(t);1===(null==n?void 0:n.length)?this.backRefs.delete(t):null!=n&&n.length&&this.backRefs.set(t,n.filter(t=>t!==e));const r=this.roomMap.get(e);r&&(r.children_state=r.children_state.filter(e=>e.state_key!==t))}}},"../../node_modules/.pnpm/@matrix-org+react-sdk-module-api@2.5.0_patch_hash=016146c9cc96e6363609d2b2ac0896ccef567_88e9e4948198afef3a26d5a493f07dc1/node_modules/@matrix-org/react-sdk-module-api/lib/lifecycles/WrapperLifecycle.js"(e,t){"use strict";var n;t.m=void 0,t.m=n,function(e){e.Wrapper="wrapper"}(n||(t.m=n={}))},"../../node_modules/.pnpm/base64-arraybuffer@1.0.2/node_modules/base64-arraybuffer/dist/base64-arraybuffer.es5.js"(e,t,n){"use strict";n.r(t),n.d(t,{decode:()=>s,encode:()=>i});for(var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o="undefined"==typeof Uint8Array?[]:new Uint8Array(256),a=0;a<64;a++)o[r.charCodeAt(a)]=a;var i=function(e){var t,n=new Uint8Array(e),o=n.length,a="";for(t=0;t<o;t+=3)a+=r[n[t]>>2],a+=r[(3&n[t])<<4|n[t+1]>>4],a+=r[(15&n[t+1])<<2|n[t+2]>>6],a+=r[63&n[t+2]];return o%3==2?a=a.substring(0,a.length-1)+"=":o%3==1&&(a=a.substring(0,a.length-2)+"=="),a},s=function(e){var t,n,r,a,i,s=.75*e.length,l=e.length,u=0;"="===e[e.length-1]&&(s--,"="===e[e.length-2]&&s--);var c=new ArrayBuffer(s),d=new Uint8Array(c);for(t=0;t<l;t+=4)n=o[e.charCodeAt(t)],r=o[e.charCodeAt(t+1)],a=o[e.charCodeAt(t+2)],i=o[e.charCodeAt(t+3)],d[u++]=n<<2|r>>4,d[u++]=(15&r)<<4|a>>2,d[u++]=(3&a)<<6|63&i;return c}},"../../node_modules/.pnpm/cuint@0.2.2/node_modules/cuint/index.js"(e,t,n){t.UINT32=n("../../node_modules/.pnpm/cuint@0.2.2/node_modules/cuint/lib/uint32.js"),t.UINT64=n("../../node_modules/.pnpm/cuint@0.2.2/node_modules/cuint/lib/uint64.js")},"../../node_modules/.pnpm/cuint@0.2.2/node_modules/cuint/lib/uint32.js"(e,t){var n;!function(){r(Math.pow(36,5)),r(Math.pow(16,7)),r(Math.pow(10,9)),r(Math.pow(2,30)),r(36),r(16),r(10),r(2);function r(e,t){return this instanceof r?(this._low=0,this._high=0,this.remainder=null,void 0===t?a.call(this,e):"string"==typeof e?i.call(this,e,t):void o.call(this,e,t)):new r(e,t)}function o(e,t){return this._low=0|e,this._high=0|t,this}function a(e){return this._low=65535&e,this._high=e>>>16,this}function i(e,t){var n=parseInt(e,t||10);return this._low=65535&n,this._high=n>>>16,this}r.prototype.fromBits=o,r.prototype.fromNumber=a,r.prototype.fromString=i,r.prototype.toNumber=function(){return 65536*this._high+this._low},r.prototype.toString=function(e){return this.toNumber().toString(e||10)},r.prototype.add=function(e){var t=this._low+e._low,n=t>>>16;return n+=this._high+e._high,this._low=65535&t,this._high=65535&n,this},r.prototype.subtract=function(e){return this.add(e.clone().negate())},r.prototype.multiply=function(e){var t,n,r=this._high,o=this._low,a=e._high,i=e._low;return t=(n=o*i)>>>16,t+=r*i,t&=65535,t+=o*a,this._low=65535&n,this._high=65535&t,this},r.prototype.div=function(e){if(0==e._low&&0==e._high)throw Error("division by zero");if(0==e._high&&1==e._low)return this.remainder=new r(0),this;if(e.gt(this))return this.remainder=this.clone(),this._low=0,this._high=0,this;if(this.eq(e))return this.remainder=new r(0),this._low=1,this._high=0,this;for(var t=e.clone(),n=-1;!this.lt(t);)t.shiftLeft(1,!0),n++;for(this.remainder=this.clone(),this._low=0,this._high=0;n>=0;n--)t.shiftRight(1),this.remainder.lt(t)||(this.remainder.subtract(t),n>=16?this._high|=1<<n-16:this._low|=1<<n);return this},r.prototype.negate=function(){var e=1+(65535&~this._low);return this._low=65535&e,this._high=~this._high+(e>>>16)&65535,this},r.prototype.equals=r.prototype.eq=function(e){return this._low==e._low&&this._high==e._high},r.prototype.greaterThan=r.prototype.gt=function(e){return this._high>e._high||!(this._high<e._high)&&this._low>e._low},r.prototype.lessThan=r.prototype.lt=function(e){return this._high<e._high||!(this._high>e._high)&&this._low<e._low},r.prototype.or=function(e){return this._low|=e._low,this._high|=e._high,this},r.prototype.and=function(e){return this._low&=e._low,this._high&=e._high,this},r.prototype.not=function(){return this._low=65535&~this._low,this._high=65535&~this._high,this},r.prototype.xor=function(e){return this._low^=e._low,this._high^=e._high,this},r.prototype.shiftRight=r.prototype.shiftr=function(e){return e>16?(this._low=this._high>>e-16,this._high=0):16==e?(this._low=this._high,this._high=0):(this._low=this._low>>e|this._high<<16-e&65535,this._high>>=e),this},r.prototype.shiftLeft=r.prototype.shiftl=function(e,t){return e>16?(this._high=this._low<<e-16,this._low=0,t||(this._high&=65535)):16==e?(this._high=this._low,this._low=0):(this._high=this._high<<e|this._low>>16-e,this._low=this._low<<e&65535,t||(this._high&=65535)),this},r.prototype.rotateLeft=r.prototype.rotl=function(e){var t=this._high<<16|this._low;return t=t<<e|t>>>32-e,this._low=65535&t,this._high=t>>>16,this},r.prototype.rotateRight=r.prototype.rotr=function(e){var t=this._high<<16|this._low;return t=t>>>e|t<<32-e,this._low=65535&t,this._high=t>>>16,this},r.prototype.clone=function(){return new r(this._low,this._high)},void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},"../../node_modules/.pnpm/cuint@0.2.2/node_modules/cuint/lib/uint64.js"(e,t){var n;!function(){var r={16:a(Math.pow(16,5)),10:a(Math.pow(10,5)),2:a(Math.pow(2,5))},o={16:a(16),10:a(10),2:a(2)};function a(e,t,n,r){return this instanceof a?(this.remainder=null,"string"==typeof e?l.call(this,e,t):void 0===t?s.call(this,e):void i.apply(this,arguments)):new a(e,t,n,r)}function i(e,t,n,r){return void 0===n?(this._a00=65535&e,this._a16=e>>>16,this._a32=65535&t,this._a48=t>>>16,this):(this._a00=0|e,this._a16=0|t,this._a32=0|n,this._a48=0|r,this)}function s(e){return this._a00=65535&e,this._a16=e>>>16,this._a32=0,this._a48=0,this}function l(e,t){t=t||10,this._a00=0,this._a16=0,this._a32=0,this._a48=0;for(var n=r[t]||new a(Math.pow(t,5)),o=0,i=e.length;o<i;o+=5){var s=Math.min(5,i-o),l=parseInt(e.slice(o,o+s),t);this.multiply(s<5?new a(Math.pow(t,s)):n).add(new a(l))}return this}a.prototype.fromBits=i,a.prototype.fromNumber=s,a.prototype.fromString=l,a.prototype.toNumber=function(){return 65536*this._a16+this._a00},a.prototype.toString=function(e){var t=o[e=e||10]||new a(e);if(!this.gt(t))return this.toNumber().toString(e);for(var n=this.clone(),r=new Array(64),i=63;i>=0&&(n.div(t),r[i]=n.remainder.toNumber().toString(e),n.gt(t));i--);return r[i-1]=n.toNumber().toString(e),r.join("")},a.prototype.add=function(e){var t=this._a00+e._a00,n=t>>>16,r=(n+=this._a16+e._a16)>>>16,o=(r+=this._a32+e._a32)>>>16;return o+=this._a48+e._a48,this._a00=65535&t,this._a16=65535&n,this._a32=65535&r,this._a48=65535&o,this},a.prototype.subtract=function(e){return this.add(e.clone().negate())},a.prototype.multiply=function(e){var t=this._a00,n=this._a16,r=this._a32,o=this._a48,a=e._a00,i=e._a16,s=e._a32,l=t*a,u=l>>>16,c=(u+=t*i)>>>16;u&=65535,c+=(u+=n*a)>>>16;var d=(c+=t*s)>>>16;return c&=65535,d+=(c+=n*i)>>>16,c&=65535,d+=(c+=r*a)>>>16,d+=t*e._a48,d&=65535,d+=n*s,d&=65535,d+=r*i,d&=65535,d+=o*a,this._a00=65535&l,this._a16=65535&u,this._a32=65535&c,this._a48=65535&d,this},a.prototype.div=function(e){if(0==e._a16&&0==e._a32&&0==e._a48){if(0==e._a00)throw Error("division by zero");if(1==e._a00)return this.remainder=new a(0),this}if(e.gt(this))return this.remainder=this.clone(),this._a00=0,this._a16=0,this._a32=0,this._a48=0,this;if(this.eq(e))return this.remainder=new a(0),this._a00=1,this._a16=0,this._a32=0,this._a48=0,this;for(var t=e.clone(),n=-1;!this.lt(t);)t.shiftLeft(1,!0),n++;for(this.remainder=this.clone(),this._a00=0,this._a16=0,this._a32=0,this._a48=0;n>=0;n--)t.shiftRight(1),this.remainder.lt(t)||(this.remainder.subtract(t),n>=48?this._a48|=1<<n-48:n>=32?this._a32|=1<<n-32:n>=16?this._a16|=1<<n-16:this._a00|=1<<n);return this},a.prototype.negate=function(){var e=1+(65535&~this._a00);return this._a00=65535&e,e=(65535&~this._a16)+(e>>>16),this._a16=65535&e,e=(65535&~this._a32)+(e>>>16),this._a32=65535&e,this._a48=~this._a48+(e>>>16)&65535,this},a.prototype.equals=a.prototype.eq=function(e){return this._a48==e._a48&&this._a00==e._a00&&this._a32==e._a32&&this._a16==e._a16},a.prototype.greaterThan=a.prototype.gt=function(e){return this._a48>e._a48||!(this._a48<e._a48)&&(this._a32>e._a32||!(this._a32<e._a32)&&(this._a16>e._a16||!(this._a16<e._a16)&&this._a00>e._a00))},a.prototype.lessThan=a.prototype.lt=function(e){return this._a48<e._a48||!(this._a48>e._a48)&&(this._a32<e._a32||!(this._a32>e._a32)&&(this._a16<e._a16||!(this._a16>e._a16)&&this._a00<e._a00))},a.prototype.or=function(e){return this._a00|=e._a00,this._a16|=e._a16,this._a32|=e._a32,this._a48|=e._a48,this},a.prototype.and=function(e){return this._a00&=e._a00,this._a16&=e._a16,this._a32&=e._a32,this._a48&=e._a48,this},a.prototype.xor=function(e){return this._a00^=e._a00,this._a16^=e._a16,this._a32^=e._a32,this._a48^=e._a48,this},a.prototype.not=function(){return this._a00=65535&~this._a00,this._a16=65535&~this._a16,this._a32=65535&~this._a32,this._a48=65535&~this._a48,this},a.prototype.shiftRight=a.prototype.shiftr=function(e){return(e%=64)>=48?(this._a00=this._a48>>e-48,this._a16=0,this._a32=0,this._a48=0):e>=32?(e-=32,this._a00=65535&(this._a32>>e|this._a48<<16-e),this._a16=this._a48>>e&65535,this._a32=0,this._a48=0):e>=16?(e-=16,this._a00=65535&(this._a16>>e|this._a32<<16-e),this._a16=65535&(this._a32>>e|this._a48<<16-e),this._a32=this._a48>>e&65535,this._a48=0):(this._a00=65535&(this._a00>>e|this._a16<<16-e),this._a16=65535&(this._a16>>e|this._a32<<16-e),this._a32=65535&(this._a32>>e|this._a48<<16-e),this._a48=this._a48>>e&65535),this},a.prototype.shiftLeft=a.prototype.shiftl=function(e,t){return(e%=64)>=48?(this._a48=this._a00<<e-48,this._a32=0,this._a16=0,this._a00=0):e>=32?(e-=32,this._a48=this._a16<<e|this._a00>>16-e,this._a32=this._a00<<e&65535,this._a16=0,this._a00=0):e>=16?(e-=16,this._a48=this._a32<<e|this._a16>>16-e,this._a32=65535&(this._a16<<e|this._a00>>16-e),this._a16=this._a00<<e&65535,this._a00=0):(this._a48=this._a48<<e|this._a32>>16-e,this._a32=65535&(this._a32<<e|this._a16>>16-e),this._a16=65535&(this._a16<<e|this._a00>>16-e),this._a00=this._a00<<e&65535),t||(this._a48&=65535),this},a.prototype.rotateLeft=a.prototype.rotl=function(e){if(0==(e%=64))return this;if(e>=32){var t=this._a00;if(this._a00=this._a32,this._a32=t,t=this._a48,this._a48=this._a16,this._a16=t,32==e)return this;e-=32}var n=this._a48<<16|this._a32,r=this._a16<<16|this._a00,o=n<<e|r>>>32-e,a=r<<e|n>>>32-e;return this._a00=65535&a,this._a16=a>>>16,this._a32=65535&o,this._a48=o>>>16,this},a.prototype.rotateRight=a.prototype.rotr=function(e){if(0==(e%=64))return this;if(e>=32){var t=this._a00;if(this._a00=this._a32,this._a32=t,t=this._a48,this._a48=this._a16,this._a16=t,32==e)return this;e-=32}var n=this._a48<<16|this._a32,r=this._a16<<16|this._a00,o=n>>>e|r<<32-e,a=r>>>e|n<<32-e;return this._a00=65535&a,this._a16=a>>>16,this._a32=65535&o,this._a48=o>>>16,this},a.prototype.clone=function(){return new a(this._a00,this._a16,this._a32,this._a48)},void 0===(n=function(){return a}.apply(t,[]))||(e.exports=n)}()},"../../node_modules/.pnpm/file-saver@2.0.5/node_modules/file-saver/dist/FileSaver.min.js"(e,t,n){var r,o,a;o=[],void 0===(a="function"==typeof(r=function(){"use strict";function t(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}function r(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){l(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function o(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function a(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var i="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,s=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),l=i.saveAs||("object"!=typeof window||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(e,t,n){var s=i.URL||i.webkitURL,l=document.createElement("a");t=t||e.name||"download",l.download=t,l.rel="noopener","string"==typeof e?(l.href=e,l.origin===location.origin?a(l):o(l.href)?r(e,t,n):a(l,l.target="_blank")):(l.href=s.createObjectURL(e),setTimeout(function(){s.revokeObjectURL(l.href)},4e4),setTimeout(function(){a(l)},0))}:"msSaveOrOpenBlob"in navigator?function(e,n,i){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(t(e,i),n);else if(o(e))r(e,n,i);else{var s=document.createElement("a");s.href=e,s.target="_blank",setTimeout(function(){a(s)})}}:function(e,t,n,o){if((o=o||open("","_blank"))&&(o.document.title=o.document.body.innerText="downloading..."),"string"==typeof e)return r(e,t,n);var a="application/octet-stream"===e.type,l=/constructor/i.test(i.HTMLElement)||i.safari,u=/CriOS\/[\d]+/.test(navigator.userAgent);if((u||a&&l||s)&&"undefined"!=typeof FileReader){var c=new FileReader;c.onloadend=function(){var e=c.result;e=u?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),o?o.location.href=e:location=e,o=null},c.readAsDataURL(e)}else{var d=i.URL||i.webkitURL,p=d.createObjectURL(e);o?o.location=p:location.href=p,o=null,setTimeout(function(){d.revokeObjectURL(p)},4e4)}});i.saveAs=l.saveAs=l,e.exports=l})?r.apply(t,o):r)||(e.exports=a)},"../../node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(e,t,n){"use strict";var r=n("../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js"),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?i:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=i;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var o=f(n);o&&o!==h&&e(t,o,r)}var i=c(n);d&&(i=i.concat(d(n)));for(var s=l(t),m=l(n),g=0;g<i.length;++g){var v=i[g];if(!(a[v]||r&&r[v]||m&&m[v]||s&&s[v])){var y=p(n,v);try{u(t,v,y)}catch(e){}}}}return t}},"../../node_modules/.pnpm/react-beautiful-dnd@13.1.1_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js"(e,t,n){"use strict";n.d(t,{JY:()=>Do,sx:()=>ma,gL:()=>ba});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js"),a=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/extends.js"),i=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/defineProperty.js");function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach(function(t){(0,i.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function u(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var c="function"==typeof Symbol&&Symbol.observable||"@@observable",d=function(){return Math.random().toString(36).substring(7).split("").join(".")},p={INIT:"@@redux/INIT"+d(),REPLACE:"@@redux/REPLACE"+d(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+d()}};function f(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function h(e,t,n){var r;if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(u(0));if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error(u(1));return n(h)(e,t)}if("function"!=typeof e)throw new Error(u(2));var o=e,a=t,i=[],s=i,l=!1;function d(){s===i&&(s=i.slice())}function m(){if(l)throw new Error(u(3));return a}function g(e){if("function"!=typeof e)throw new Error(u(4));if(l)throw new Error(u(5));var t=!0;return d(),s.push(e),function(){if(t){if(l)throw new Error(u(6));t=!1,d();var n=s.indexOf(e);s.splice(n,1),i=null}}}function v(e){if(!f(e))throw new Error(u(7));if(void 0===e.type)throw new Error(u(8));if(l)throw new Error(u(9));try{l=!0,a=o(a,e)}finally{l=!1}for(var t=i=s,n=0;n<t.length;n++){(0,t[n])()}return e}return v({type:p.INIT}),(r={dispatch:v,subscribe:g,getState:m,replaceReducer:function(e){if("function"!=typeof e)throw new Error(u(10));o=e,v({type:p.REPLACE})}})[c]=function(){var e,t=g;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(u(11));function n(){e.next&&e.next(m())}return n(),{unsubscribe:t(n)}}})[c]=function(){return this},e},r}function m(e,t){return function(){return t(e.apply(this,arguments))}}function g(e,t){if("function"==typeof e)return m(e,t);if("object"!=typeof e||null===e)throw new Error(u(16));var n={};for(var r in e){var o=e[r];"function"==typeof o&&(n[r]=m(o,t))}return n}function v(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?function(e){return e}:1===t.length?t[0]:t.reduce(function(e,t){return function(){return e(t.apply(void 0,arguments))}})}var y=r.createContext(null);var b=function(e){e()},w=function(){return b};var x={notify:function(){},get:function(){return[]}};function _(e,t){var n,r=x;function o(){i.onStateChange&&i.onStateChange()}function a(){n||(n=t?t.addNestedSub(o):e.subscribe(o),r=function(){var e=w(),t=null,n=null;return{clear:function(){t=null,n=null},notify:function(){e(function(){for(var e=t;e;)e.callback(),e=e.next})},get:function(){for(var e=[],n=t;n;)e.push(n),n=n.next;return e},subscribe:function(e){var r=!0,o=n={callback:e,next:null,prev:n};return o.prev?o.prev.next=o:t=o,function(){r&&null!==t&&(r=!1,o.next?o.next.prev=o.prev:n=o.prev,o.prev?o.prev.next=o.next:t=o.next)}}}}())}var i={addNestedSub:function(e){return a(),r.subscribe(e)},notifyNestedSubs:function(){r.notify()},handleChangeWrapper:o,isSubscribed:function(){return Boolean(n)},trySubscribe:a,tryUnsubscribe:function(){n&&(n(),n=void 0,r.clear(),r=x)},getListeners:function(){return r}};return i}var k="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?r.useLayoutEffect:r.useEffect;const S=function(e){var t=e.store,n=e.context,o=e.children,a=(0,r.useMemo)(function(){var e=_(t);return{store:t,subscription:e}},[t]),i=(0,r.useMemo)(function(){return t.getState()},[t]);k(function(){var e=a.subscription;return e.onStateChange=e.notifyNestedSubs,e.trySubscribe(),i!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}},[a,i]);var s=n||y;return r.createElement(s.Provider,{value:a},o)};var C=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"),P=n("../../node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"),A=n.n(P),E=n("../../node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/index.js"),R=["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef","forwardRef","context"],I=["reactReduxForwardedRef"],T=[],j=[null,null];function O(e,t){var n=e[1];return[t.payload,n+1]}function D(e,t,n){k(function(){return e.apply(void 0,t)},n)}function M(e,t,n,r,o,a,i){e.current=r,t.current=o,n.current=!1,a.current&&(a.current=null,i())}function N(e,t,n,r,o,a,i,s,l,u){if(e){var c=!1,d=null,p=function(){if(!c){var e,n,p=t.getState();try{e=r(p,o.current)}catch(e){n=e,d=e}n||(d=null),e===a.current?i.current||l():(a.current=e,s.current=e,i.current=!0,u({type:"STORE_UPDATED",payload:{error:n}}))}};n.onStateChange=p,n.trySubscribe(),p();return function(){if(c=!0,n.tryUnsubscribe(),n.onStateChange=null,d)throw d}}}var F=function(){return[null,0]};function B(e,t){void 0===t&&(t={});var n=t,o=n.getDisplayName,i=void 0===o?function(e){return"ConnectAdvanced("+e+")"}:o,s=n.methodName,l=void 0===s?"connectAdvanced":s,u=n.renderCountProp,c=void 0===u?void 0:u,d=n.shouldHandleStateChanges,p=void 0===d||d,f=n.storeKey,h=void 0===f?"store":f,m=(n.withRef,n.forwardRef),g=void 0!==m&&m,v=n.context,b=void 0===v?y:v,w=(0,C.A)(n,R),x=b;return function(t){var n=t.displayName||t.name||"Component",o=i(n),s=(0,a.A)({},w,{getDisplayName:i,methodName:l,renderCountProp:c,shouldHandleStateChanges:p,storeKey:h,displayName:o,wrappedComponentName:n,WrappedComponent:t}),u=w.pure;var d=u?r.useMemo:function(e){return e()};function f(n){var o=(0,r.useMemo)(function(){var e=n.reactReduxForwardedRef,t=(0,C.A)(n,I);return[n.context,e,t]},[n]),i=o[0],l=o[1],u=o[2],c=(0,r.useMemo)(function(){return i&&i.Consumer&&(0,E.isContextConsumer)(r.createElement(i.Consumer,null))?i:x},[i,x]),f=(0,r.useContext)(c),h=Boolean(n.store)&&Boolean(n.store.getState)&&Boolean(n.store.dispatch);Boolean(f)&&Boolean(f.store);var m=h?n.store:f.store,g=(0,r.useMemo)(function(){return function(t){return e(t.dispatch,s)}(m)},[m]),v=(0,r.useMemo)(function(){if(!p)return j;var e=_(m,h?null:f.subscription),t=e.notifyNestedSubs.bind(e);return[e,t]},[m,h,f]),y=v[0],b=v[1],w=(0,r.useMemo)(function(){return h?f:(0,a.A)({},f,{subscription:y})},[h,f,y]),k=(0,r.useReducer)(O,T,F),S=k[0][0],P=k[1];if(S&&S.error)throw S.error;var A=(0,r.useRef)(),R=(0,r.useRef)(u),B=(0,r.useRef)(),L=(0,r.useRef)(!1),z=d(function(){return B.current&&u===R.current?B.current:g(m.getState(),u)},[m,S,u]);D(M,[R,A,L,u,z,B,b]),D(N,[p,m,y,g,R,A,L,B,b,P],[m,y,g]);var q=(0,r.useMemo)(function(){return r.createElement(t,(0,a.A)({},z,{ref:l}))},[l,t,z]);return(0,r.useMemo)(function(){return p?r.createElement(c.Provider,{value:w},q):q},[c,q,w])}var m=u?r.memo(f):f;if(m.WrappedComponent=t,m.displayName=f.displayName=o,g){var v=r.forwardRef(function(e,t){return r.createElement(m,(0,a.A)({},e,{reactReduxForwardedRef:t}))});return v.displayName=o,v.WrappedComponent=t,A()(v,t)}return A()(m,t)}}function L(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}function z(e,t){if(L(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0;o<n.length;o++)if(!Object.prototype.hasOwnProperty.call(t,n[o])||!L(e[n[o]],t[n[o]]))return!1;return!0}function q(e){return function(t,n){var r=e(t,n);function o(){return r}return o.dependsOnOwnProps=!1,o}}function H(e){return null!==e.dependsOnOwnProps&&void 0!==e.dependsOnOwnProps?Boolean(e.dependsOnOwnProps):1!==e.length}function $(e,t){return function(t,n){n.displayName;var r=function(e,t){return r.dependsOnOwnProps?r.mapToProps(e,t):r.mapToProps(e)};return r.dependsOnOwnProps=!0,r.mapToProps=function(t,n){r.mapToProps=e,r.dependsOnOwnProps=H(e);var o=r(t,n);return"function"==typeof o&&(r.mapToProps=o,r.dependsOnOwnProps=H(o),o=r(t,n)),o},r}}const G=[function(e){return"function"==typeof e?$(e):void 0},function(e){return e?void 0:q(function(e){return{dispatch:e}})},function(e){return e&&"object"==typeof e?q(function(t){return function(e,t){var n={},r=function(r){var o=e[r];"function"==typeof o&&(n[r]=function(){return t(o.apply(void 0,arguments))})};for(var o in e)r(o);return n}(e,t)}):void 0}];const U=[function(e){return"function"==typeof e?$(e):void 0},function(e){return e?void 0:q(function(){return{}})}];function V(e,t,n){return(0,a.A)({},n,e,t)}const W=[function(e){return"function"==typeof e?function(e){return function(t,n){n.displayName;var r,o=n.pure,a=n.areMergedPropsEqual,i=!1;return function(t,n,s){var l=e(t,n,s);return i?o&&a(l,r)||(r=l):(i=!0,r=l),r}}}(e):void 0},function(e){return e?void 0:function(){return V}}];var K=["initMapStateToProps","initMapDispatchToProps","initMergeProps"];function X(e,t,n,r){return function(o,a){return n(e(o,a),t(r,a),a)}}function J(e,t,n,r,o){var a,i,s,l,u,c=o.areStatesEqual,d=o.areOwnPropsEqual,p=o.areStatePropsEqual,f=!1;function h(o,f){var h,m,g=!d(f,i),v=!c(o,a,f,i);return a=o,i=f,g&&v?(s=e(a,i),t.dependsOnOwnProps&&(l=t(r,i)),u=n(s,l,i)):g?(e.dependsOnOwnProps&&(s=e(a,i)),t.dependsOnOwnProps&&(l=t(r,i)),u=n(s,l,i)):v?(h=e(a,i),m=!p(h,s),s=h,m&&(u=n(s,l,i)),u):u}return function(o,c){return f?h(o,c):(s=e(a=o,i=c),l=t(r,i),u=n(s,l,i),f=!0,u)}}function Q(e,t){var n=t.initMapStateToProps,r=t.initMapDispatchToProps,o=t.initMergeProps,a=(0,C.A)(t,K),i=n(e,a),s=r(e,a),l=o(e,a);return(a.pure?J:X)(i,s,l,e,a)}var Y=["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"];function Z(e,t,n){for(var r=t.length-1;r>=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function ee(e,t){return e===t}function te(e){var t=void 0===e?{}:e,n=t.connectHOC,r=void 0===n?B:n,o=t.mapStateToPropsFactories,i=void 0===o?U:o,s=t.mapDispatchToPropsFactories,l=void 0===s?G:s,u=t.mergePropsFactories,c=void 0===u?W:u,d=t.selectorFactory,p=void 0===d?Q:d;return function(e,t,n,o){void 0===o&&(o={});var s=o,u=s.pure,d=void 0===u||u,f=s.areStatesEqual,h=void 0===f?ee:f,m=s.areOwnPropsEqual,g=void 0===m?z:m,v=s.areStatePropsEqual,y=void 0===v?z:v,b=s.areMergedPropsEqual,w=void 0===b?z:b,x=(0,C.A)(s,Y),_=Z(e,i,"mapStateToProps"),k=Z(t,l,"mapDispatchToProps"),S=Z(n,c,"mergeProps");return r(p,(0,a.A)({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:_,initMapDispatchToProps:k,initMergeProps:S,pure:d,areStatesEqual:h,areOwnPropsEqual:g,areStatePropsEqual:y,areMergedPropsEqual:w},x))}}const ne=te();var re,oe=n("../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/index.js");function ae(e,t){var n=(0,r.useState)(function(){return{inputs:t,result:e()}})[0],o=(0,r.useRef)(!0),a=(0,r.useRef)(n),i=o.current||Boolean(t&&a.current.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(t,a.current.inputs))?a.current:{inputs:t,result:e()};return(0,r.useEffect)(function(){o.current=!1,a.current=i},[i]),i.result}re=oe.unstable_batchedUpdates,b=re;var ie=ae,se=function(e,t){return ae(function(){return e},t)},le="Invariant failed";var ue=function(e){var t=e.top,n=e.right,r=e.bottom,o=e.left;return{top:t,right:n,bottom:r,left:o,width:n-o,height:r-t,x:o,y:t,center:{x:(n+o)/2,y:(r+t)/2}}},ce=function(e,t){return{top:e.top-t.top,left:e.left-t.left,bottom:e.bottom+t.bottom,right:e.right+t.right}},de=function(e,t){return{top:e.top+t.top,left:e.left+t.left,bottom:e.bottom-t.bottom,right:e.right-t.right}},pe={top:0,right:0,bottom:0,left:0},fe=function(e){var t=e.borderBox,n=e.margin,r=void 0===n?pe:n,o=e.border,a=void 0===o?pe:o,i=e.padding,s=void 0===i?pe:i,l=ue(ce(t,r)),u=ue(de(t,a)),c=ue(de(u,s));return{marginBox:l,borderBox:ue(t),paddingBox:u,contentBox:c,margin:r,border:a,padding:s}},he=function(e){var t=e.slice(0,-2);if("px"!==e.slice(-2))return 0;var n=Number(t);return isNaN(n)&&function(e){if(!e)throw new Error(le)}(!1),n},me=function(e,t){var n,r,o=e.borderBox,a=e.border,i=e.margin,s=e.padding,l=(r=t,{top:(n=o).top+r.y,left:n.left+r.x,bottom:n.bottom+r.y,right:n.right+r.x});return fe({borderBox:l,border:a,margin:i,padding:s})},ge=function(e,t){return void 0===t&&(t={x:window.pageXOffset,y:window.pageYOffset}),me(e,t)},ve=function(e,t){var n={top:he(t.marginTop),right:he(t.marginRight),bottom:he(t.marginBottom),left:he(t.marginLeft)},r={top:he(t.paddingTop),right:he(t.paddingRight),bottom:he(t.paddingBottom),left:he(t.paddingLeft)},o={top:he(t.borderTopWidth),right:he(t.borderRightWidth),bottom:he(t.borderBottomWidth),left:he(t.borderLeftWidth)};return fe({borderBox:e,margin:n,padding:r,border:o})},ye=function(e){var t=e.getBoundingClientRect(),n=window.getComputedStyle(e);return ve(t,n)},be=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function we(e,t){return e===t||!(!be(e)||!be(t))}function xe(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!we(e[n],t[n]))return!1;return!0}const _e=function(e,t){var n;void 0===t&&(t=xe);var r,o=[],a=!1;return function(){for(var i=[],s=0;s<arguments.length;s++)i[s]=arguments[s];return a&&n===this&&t(i,o)||(r=e.apply(this,i),a=!0,n=this,o=i),r}};const ke=function(e){var t=[],n=null,r=function(){for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];t=o,n||(n=requestAnimationFrame(function(){n=null,e.apply(void 0,t)}))};return r.cancel=function(){n&&(cancelAnimationFrame(n),n=null)},r};function Se(e,t){}Se.bind(null,"warn"),Se.bind(null,"error");function Ce(){}function Pe(e,t,n){var r=t.map(function(t){var r=function(e,t){return(0,a.A)({},e,{},t)}(n,t.options);return e.addEventListener(t.eventName,t.fn,r),function(){e.removeEventListener(t.eventName,t.fn,r)}});return function(){r.forEach(function(e){e()})}}var Ae="Invariant failed";function Ee(e){this.message=e}function Re(e,t){if(!e)throw new Ee(Ae)}Ee.prototype.toString=function(){return this.message};var Ie=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).callbacks=null,t.unbind=Ce,t.onWindowError=function(e){var n=t.getCallbacks();n.isDragging()&&n.tryAbort(),e.error instanceof Ee&&e.preventDefault()},t.getCallbacks=function(){if(!t.callbacks)throw new Error("Unable to find AppCallbacks in <ErrorBoundary/>");return t.callbacks},t.setCallbacks=function(e){t.callbacks=e},t}(0,o.A)(t,e);var n=t.prototype;return n.componentDidMount=function(){this.unbind=Pe(window,[{eventName:"error",fn:this.onWindowError}])},n.componentDidCatch=function(e){if(!(e instanceof Ee))throw e;this.setState({})},n.componentWillUnmount=function(){this.unbind()},n.render=function(){return this.props.children(this.setCallbacks)},t}(r.Component),Te=function(e){return e+1},je=function(e,t){var n=e.droppableId===t.droppableId,r=Te(e.index),o=Te(t.index);return n?"\n You have moved the item from position "+r+"\n to position "+o+"\n ":"\n You have moved the item from position "+r+"\n in list "+e.droppableId+"\n to list "+t.droppableId+"\n in position "+o+"\n "},Oe=function(e,t,n){return t.droppableId===n.droppableId?"\n The item "+e+"\n has been combined with "+n.draggableId:"\n The item "+e+"\n in list "+t.droppableId+"\n has been combined with "+n.draggableId+"\n in list "+n.droppableId+"\n "},De=function(e){return"\n The item has returned to its starting position\n of "+Te(e.index)+"\n"},Me="\n Press space bar to start a drag.\n When dragging you can use the arrow keys to move the item around and escape to cancel.\n Some screen readers may require you to be in focus mode or to use your pass through key\n",Ne=function(e){return"\n You have lifted an item in position "+Te(e.source.index)+"\n"},Fe=function(e){var t=e.destination;if(t)return je(e.source,t);var n=e.combine;return n?Oe(e.draggableId,e.source,n):"You are over an area that cannot be dropped on"},Be=function(e){if("CANCEL"===e.reason)return"\n Movement cancelled.\n "+De(e.source)+"\n ";var t=e.destination,n=e.combine;return t?"\n You have dropped the item.\n "+je(e.source,t)+"\n ":n?"\n You have dropped the item.\n "+Oe(e.draggableId,e.source,n)+"\n ":"\n The item has been dropped while not over a drop area.\n "+De(e.source)+"\n "},Le={x:0,y:0},ze=function(e,t){return{x:e.x+t.x,y:e.y+t.y}},qe=function(e,t){return{x:e.x-t.x,y:e.y-t.y}},He=function(e,t){return e.x===t.x&&e.y===t.y},$e=function(e){return{x:0!==e.x?-e.x:0,y:0!==e.y?-e.y:0}},Ge=function(e,t,n){var r;return void 0===n&&(n=0),(r={})[e]=t,r["x"===e?"y":"x"]=n,r},Ue=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))},Ve=function(e,t){return Math.min.apply(Math,t.map(function(t){return Ue(e,t)}))},We=function(e){return function(t){return{x:e(t.x),y:e(t.y)}}},Ke=function(e,t){return{top:e.top+t.y,left:e.left+t.x,bottom:e.bottom+t.y,right:e.right+t.x}},Xe=function(e){return[{x:e.left,y:e.top},{x:e.right,y:e.top},{x:e.left,y:e.bottom},{x:e.right,y:e.bottom}]},Je=function(e,t){return t&&t.shouldClipSubject?function(e,t){var n=ue({top:Math.max(t.top,e.top),right:Math.min(t.right,e.right),bottom:Math.min(t.bottom,e.bottom),left:Math.max(t.left,e.left)});return n.width<=0||n.height<=0?null:n}(t.pageMarginBox,e):ue(e)},Qe=function(e){var t=e.page,n=e.withPlaceholder,r=e.axis,o=e.frame,i=function(e,t){return t?Ke(e,t.scroll.diff.displacement):e}(t.marginBox,o),s=function(e,t,n){var r;return n&&n.increasedBy?(0,a.A)({},e,((r={})[t.end]=e[t.end]+n.increasedBy[t.line],r)):e}(i,r,n);return{page:t,withPlaceholder:n,active:Je(s,o)}},Ye=function(e,t){e.frame||Re(!1);var n=e.frame,r=qe(t,n.scroll.initial),o=$e(r),i=(0,a.A)({},n,{scroll:{initial:n.scroll.initial,current:t,diff:{value:r,displacement:o},max:n.scroll.max}}),s=Qe({page:e.subject.page,withPlaceholder:e.subject.withPlaceholder,axis:e.axis,frame:i});return(0,a.A)({},e,{frame:i,subject:s})};function Ze(e){return Object.values?Object.values(e):Object.keys(e).map(function(t){return e[t]})}function et(e,t){if(e.findIndex)return e.findIndex(t);for(var n=0;n<e.length;n++)if(t(e[n]))return n;return-1}function tt(e,t){if(e.find)return e.find(t);var n=et(e,t);return-1!==n?e[n]:void 0}function nt(e){return Array.prototype.slice.call(e)}var rt=_e(function(e){return e.reduce(function(e,t){return e[t.descriptor.id]=t,e},{})}),ot=_e(function(e){return e.reduce(function(e,t){return e[t.descriptor.id]=t,e},{})}),at=_e(function(e){return Ze(e)}),it=_e(function(e){return Ze(e)}),st=_e(function(e,t){var n=it(t).filter(function(t){return e===t.descriptor.droppableId}).sort(function(e,t){return e.descriptor.index-t.descriptor.index});return n});function lt(e){return e.at&&"REORDER"===e.at.type?e.at.destination:null}function ut(e){return e.at&&"COMBINE"===e.at.type?e.at.combine:null}var ct=_e(function(e,t){return t.filter(function(t){return t.descriptor.id!==e.descriptor.id})}),dt=function(e,t){return e.descriptor.droppableId===t.descriptor.id},pt={point:Le,value:0},ft={invisible:{},visible:{},all:[]},ht={displaced:ft,displacedBy:pt,at:null},mt=function(e,t){return function(n){return e<=n&&n<=t}},gt=function(e){var t=mt(e.top,e.bottom),n=mt(e.left,e.right);return function(r){if(t(r.top)&&t(r.bottom)&&n(r.left)&&n(r.right))return!0;var o=t(r.top)||t(r.bottom),a=n(r.left)||n(r.right);if(o&&a)return!0;var i=r.top<e.top&&r.bottom>e.bottom,s=r.left<e.left&&r.right>e.right;return!(!i||!s)||(i&&a||s&&o)}},vt=function(e){var t=mt(e.top,e.bottom),n=mt(e.left,e.right);return function(e){return t(e.top)&&t(e.bottom)&&n(e.left)&&n(e.right)}},yt={direction:"vertical",line:"y",crossAxisLine:"x",start:"top",end:"bottom",size:"height",crossAxisStart:"left",crossAxisEnd:"right",crossAxisSize:"width"},bt={direction:"horizontal",line:"x",crossAxisLine:"y",start:"left",end:"right",size:"width",crossAxisStart:"top",crossAxisEnd:"bottom",crossAxisSize:"height"},wt=function(e){var t=e.target,n=e.destination,r=e.viewport,o=e.withDroppableDisplacement,a=e.isVisibleThroughFrameFn,i=o?function(e,t){var n=t.frame?t.frame.scroll.diff.displacement:Le;return Ke(e,n)}(t,n):t;return function(e,t,n){return!!t.subject.active&&n(t.subject.active)(e)}(i,n,a)&&function(e,t,n){return n(t)(e)}(i,r,a)},xt=function(e){return wt((0,a.A)({},e,{isVisibleThroughFrameFn:gt}))},_t=function(e){return wt((0,a.A)({},e,{isVisibleThroughFrameFn:vt}))};function kt(e){var t=e.afterDragging,n=e.destination,r=e.displacedBy,o=e.viewport,a=e.forceShouldAnimate,i=e.last;return t.reduce(function(e,t){var s=function(e,t){var n=e.page.marginBox,r={top:t.point.y,right:0,bottom:0,left:t.point.x};return ue(ce(n,r))}(t,r),l=t.descriptor.id;if(e.all.push(l),!xt({target:s,destination:n,viewport:o,withDroppableDisplacement:!0}))return e.invisible[t.descriptor.id]=!0,e;var u=function(e,t,n){if("boolean"==typeof n)return n;if(!t)return!0;var r=t.invisible,o=t.visible;if(r[e])return!1;var a=o[e];return!a||a.shouldAnimate}(l,i,a),c={draggableId:l,shouldAnimate:u};return e.visible[l]=c,e},{all:[],visible:{},invisible:{}})}function St(e){var t=e.insideDestination,n=e.inHomeList,r=e.displacedBy,o=e.destination,a=function(e,t){if(!e.length)return 0;var n=e[e.length-1].descriptor.index;return t.inHomeList?n:n+1}(t,{inHomeList:n});return{displaced:ft,displacedBy:r,at:{type:"REORDER",destination:{droppableId:o.descriptor.id,index:a}}}}function Ct(e){var t=e.draggable,n=e.insideDestination,r=e.destination,o=e.viewport,a=e.displacedBy,i=e.last,s=e.index,l=e.forceShouldAnimate,u=dt(t,r);if(null==s)return St({insideDestination:n,inHomeList:u,displacedBy:a,destination:r});var c=tt(n,function(e){return e.descriptor.index===s});if(!c)return St({insideDestination:n,inHomeList:u,displacedBy:a,destination:r});var d=ct(t,n),p=n.indexOf(c);return{displaced:kt({afterDragging:d.slice(p),destination:r,displacedBy:a,last:i,viewport:o.frame,forceShouldAnimate:l}),displacedBy:a,at:{type:"REORDER",destination:{droppableId:r.descriptor.id,index:s}}}}function Pt(e,t){return Boolean(t.effected[e])}var At=function(e){var t=e.isMovingForward,n=e.isInHomeList,r=e.draggable,o=e.draggables,a=e.destination,i=e.insideDestination,s=e.previousImpact,l=e.viewport,u=e.afterCritical,c=s.at;if(c||Re(!1),"REORDER"===c.type){var d=function(e){var t=e.isMovingForward,n=e.isInHomeList,r=e.insideDestination,o=e.location;if(!r.length)return null;var a=o.index,i=t?a+1:a-1,s=r[0].descriptor.index,l=r[r.length-1].descriptor.index;return i<s||i>(n?l:l+1)?null:i}({isMovingForward:t,isInHomeList:n,location:c.destination,insideDestination:i});return null==d?null:Ct({draggable:r,insideDestination:i,destination:a,viewport:l,last:s.displaced,displacedBy:s.displacedBy,index:d})}var p=function(e){var t=e.isMovingForward,n=e.destination,r=e.draggables,o=e.combine,a=e.afterCritical;if(!n.isCombineEnabled)return null;var i=o.draggableId,s=r[i].descriptor.index;return Pt(i,a)?t?s:s-1:t?s+1:s}({isMovingForward:t,destination:a,displaced:s.displaced,draggables:o,combine:c.combine,afterCritical:u});return null==p?null:Ct({draggable:r,insideDestination:i,destination:a,viewport:l,last:s.displaced,displacedBy:s.displacedBy,index:p})},Et=function(e){var t=e.afterCritical,n=e.impact,r=e.draggables,o=ut(n);o||Re(!1);var a=o.draggableId,i=r[a].page.borderBox.center,s=function(e){var t=e.displaced,n=e.afterCritical,r=e.combineWith,o=e.displacedBy,a=Boolean(t.visible[r]||t.invisible[r]);return Pt(r,n)?a?Le:$e(o.point):a?o.point:Le}({displaced:n.displaced,afterCritical:t,combineWith:a,displacedBy:n.displacedBy});return ze(i,s)},Rt=function(e,t){return t.margin[e.start]+t.borderBox[e.size]/2},It=function(e,t,n){return t[e.crossAxisStart]+n.margin[e.crossAxisStart]+n.borderBox[e.crossAxisSize]/2},Tt=function(e){var t=e.axis,n=e.moveRelativeTo,r=e.isMoving;return Ge(t.line,n.marginBox[t.end]+Rt(t,r),It(t,n.marginBox,r))},jt=function(e){var t=e.axis,n=e.moveRelativeTo,r=e.isMoving;return Ge(t.line,n.marginBox[t.start]-function(e,t){return t.margin[e.end]+t.borderBox[e.size]/2}(t,r),It(t,n.marginBox,r))},Ot=function(e){var t=e.impact,n=e.draggable,r=e.draggables,o=e.droppable,a=e.afterCritical,i=st(o.descriptor.id,r),s=n.page,l=o.axis;if(!i.length)return function(e){var t=e.axis,n=e.moveInto,r=e.isMoving;return Ge(t.line,n.contentBox[t.start]+Rt(t,r),It(t,n.contentBox,r))}({axis:l,moveInto:o.page,isMoving:s});var u=t.displaced,c=t.displacedBy,d=u.all[0];if(d){var p=r[d];if(Pt(d,a))return jt({axis:l,moveRelativeTo:p.page,isMoving:s});var f=me(p.page,c.point);return jt({axis:l,moveRelativeTo:f,isMoving:s})}var h=i[i.length-1];if(h.descriptor.id===n.descriptor.id)return s.borderBox.center;if(Pt(h.descriptor.id,a)){var m=me(h.page,$e(a.displacedBy.point));return Tt({axis:l,moveRelativeTo:m,isMoving:s})}return Tt({axis:l,moveRelativeTo:h.page,isMoving:s})},Dt=function(e,t){var n=e.frame;return n?ze(t,n.scroll.diff.displacement):t},Mt=function(e){var t=function(e){var t=e.impact,n=e.draggable,r=e.droppable,o=e.draggables,a=e.afterCritical,i=n.page.borderBox.center,s=t.at;return r&&s?"REORDER"===s.type?Ot({impact:t,draggable:n,draggables:o,droppable:r,afterCritical:a}):Et({impact:t,draggables:o,afterCritical:a}):i}(e),n=e.droppable;return n?Dt(n,t):t},Nt=function(e,t){var n=qe(t,e.scroll.initial),r=$e(n);return{frame:ue({top:t.y,bottom:t.y+e.frame.height,left:t.x,right:t.x+e.frame.width}),scroll:{initial:e.scroll.initial,max:e.scroll.max,current:t,diff:{value:n,displacement:r}}}};function Ft(e,t){return e.map(function(e){return t[e]})}var Bt=function(e){var t=e.pageBorderBoxCenter,n=e.draggable,r=function(e,t){return ze(e.scroll.diff.displacement,t)}(e.viewport,t),o=qe(r,n.page.borderBox.center);return ze(n.client.borderBox.center,o)},Lt=function(e){var t=e.draggable,n=e.destination,r=e.newPageBorderBoxCenter,o=e.viewport,i=e.withDroppableDisplacement,s=e.onlyOnMainAxis,l=void 0!==s&&s,u=qe(r,t.page.borderBox.center),c={target:Ke(t.page.borderBox,u),destination:n,withDroppableDisplacement:i,viewport:o};return l?function(e){return wt((0,a.A)({},e,{isVisibleThroughFrameFn:(t=e.destination.axis,function(e){var n=mt(e.top,e.bottom),r=mt(e.left,e.right);return function(e){return t===yt?n(e.top)&&n(e.bottom):r(e.left)&&r(e.right)}})}));var t}(c):_t(c)},zt=function(e){var t=e.isMovingForward,n=e.draggable,r=e.destination,o=e.draggables,i=e.previousImpact,s=e.viewport,l=e.previousPageBorderBoxCenter,u=e.previousClientSelection,c=e.afterCritical;if(!r.isEnabled)return null;var d=st(r.descriptor.id,o),p=dt(n,r),f=function(e){var t=e.isMovingForward,n=e.draggable,r=e.destination,o=e.insideDestination,i=e.previousImpact;if(!r.isCombineEnabled)return null;if(!lt(i))return null;function s(e){var t={type:"COMBINE",combine:{draggableId:e,droppableId:r.descriptor.id}};return(0,a.A)({},i,{at:t})}var l=i.displaced.all,u=l.length?l[0]:null;if(t)return u?s(u):null;var c=ct(n,o);if(!u)return c.length?s(c[c.length-1].descriptor.id):null;var d=et(c,function(e){return e.descriptor.id===u});-1===d&&Re(!1);var p=d-1;return p<0?null:s(c[p].descriptor.id)}({isMovingForward:t,draggable:n,destination:r,insideDestination:d,previousImpact:i})||At({isMovingForward:t,isInHomeList:p,draggable:n,draggables:o,destination:r,insideDestination:d,previousImpact:i,viewport:s,afterCritical:c});if(!f)return null;var h=Mt({impact:f,draggable:n,droppable:r,draggables:o,afterCritical:c});if(Lt({draggable:n,destination:r,newPageBorderBoxCenter:h,viewport:s.frame,withDroppableDisplacement:!1,onlyOnMainAxis:!0}))return{clientSelection:Bt({pageBorderBoxCenter:h,draggable:n,viewport:s}),impact:f,scrollJumpRequest:null};var m=qe(h,l),g=function(e){var t=e.impact,n=e.viewport,r=e.destination,o=e.draggables,i=e.maxScrollChange,s=Nt(n,ze(n.scroll.current,i)),l=r.frame?Ye(r,ze(r.frame.scroll.current,i)):r,u=t.displaced,c=kt({afterDragging:Ft(u.all,o),destination:r,displacedBy:t.displacedBy,viewport:s.frame,last:u,forceShouldAnimate:!1}),d=kt({afterDragging:Ft(u.all,o),destination:l,displacedBy:t.displacedBy,viewport:n.frame,last:u,forceShouldAnimate:!1}),p={},f={},h=[u,c,d];return u.all.forEach(function(e){var t=function(e,t){for(var n=0;n<t.length;n++){var r=t[n].visible[e];if(r)return r}return null}(e,h);t?f[e]=t:p[e]=!0}),(0,a.A)({},t,{displaced:{all:u.all,invisible:p,visible:f}})}({impact:f,viewport:s,destination:r,draggables:o,maxScrollChange:m});return{clientSelection:u,impact:g,scrollJumpRequest:m}},qt=function(e){var t=e.subject.active;return t||Re(!1),t},Ht=function(e,t){var n=e.page.borderBox.center;return Pt(e.descriptor.id,t)?qe(n,t.displacedBy.point):n},$t=function(e,t){var n=e.page.borderBox;return Pt(e.descriptor.id,t)?Ke(n,$e(t.displacedBy.point)):n},Gt=_e(function(e,t){var n=t[e.line];return{value:n,point:Ge(e.line,n)}}),Ut=function(e,t){return(0,a.A)({},e,{scroll:(0,a.A)({},e.scroll,{max:t})})},Vt=function(e,t,n){var r=e.frame;dt(t,e)&&Re(!1),e.subject.withPlaceholder&&Re(!1);var o=Gt(e.axis,t.displaceBy).point,i=function(e,t,n){var r=e.axis;if("virtual"===e.descriptor.mode)return Ge(r.line,t[r.line]);var o=e.subject.page.contentBox[r.size],a=st(e.descriptor.id,n).reduce(function(e,t){return e+t.client.marginBox[r.size]},0)+t[r.line]-o;return a<=0?null:Ge(r.line,a)}(e,o,n),s={placeholderSize:o,increasedBy:i,oldFrameMaxScroll:e.frame?e.frame.scroll.max:null};if(!r){var l=Qe({page:e.subject.page,withPlaceholder:s,axis:e.axis,frame:e.frame});return(0,a.A)({},e,{subject:l})}var u=i?ze(r.scroll.max,i):r.scroll.max,c=Ut(r,u),d=Qe({page:e.subject.page,withPlaceholder:s,axis:e.axis,frame:c});return(0,a.A)({},e,{subject:d,frame:c})},Wt=function(e){var t=e.isMovingForward,n=e.previousPageBorderBoxCenter,r=e.draggable,o=e.isOver,a=e.draggables,i=e.droppables,s=e.viewport,l=e.afterCritical,u=function(e){var t=e.isMovingForward,n=e.pageBorderBoxCenter,r=e.source,o=e.droppables,a=e.viewport,i=r.subject.active;if(!i)return null;var s=r.axis,l=mt(i[s.start],i[s.end]),u=at(o).filter(function(e){return e!==r}).filter(function(e){return e.isEnabled}).filter(function(e){return Boolean(e.subject.active)}).filter(function(e){return gt(a.frame)(qt(e))}).filter(function(e){var n=qt(e);return t?i[s.crossAxisEnd]<n[s.crossAxisEnd]:n[s.crossAxisStart]<i[s.crossAxisStart]}).filter(function(e){var t=qt(e),n=mt(t[s.start],t[s.end]);return l(t[s.start])||l(t[s.end])||n(i[s.start])||n(i[s.end])}).sort(function(e,n){var r=qt(e)[s.crossAxisStart],o=qt(n)[s.crossAxisStart];return t?r-o:o-r}).filter(function(e,t,n){return qt(e)[s.crossAxisStart]===qt(n[0])[s.crossAxisStart]});if(!u.length)return null;if(1===u.length)return u[0];var c=u.filter(function(e){return mt(qt(e)[s.start],qt(e)[s.end])(n[s.line])});return 1===c.length?c[0]:c.length>1?c.sort(function(e,t){return qt(e)[s.start]-qt(t)[s.start]})[0]:u.sort(function(e,t){var r=Ve(n,Xe(qt(e))),o=Ve(n,Xe(qt(t)));return r!==o?r-o:qt(e)[s.start]-qt(t)[s.start]})[0]}({isMovingForward:t,pageBorderBoxCenter:n,source:o,droppables:i,viewport:s});if(!u)return null;var c=st(u.descriptor.id,a),d=function(e){var t=e.pageBorderBoxCenter,n=e.viewport,r=e.destination,o=e.insideDestination,a=e.afterCritical,i=o.filter(function(e){return _t({target:$t(e,a),destination:r,viewport:n.frame,withDroppableDisplacement:!0})}).sort(function(e,n){var o=Ue(t,Dt(r,Ht(e,a))),i=Ue(t,Dt(r,Ht(n,a)));return o<i?-1:i<o?1:e.descriptor.index-n.descriptor.index});return i[0]||null}({pageBorderBoxCenter:n,viewport:s,destination:u,insideDestination:c,afterCritical:l}),p=function(e){var t=e.previousPageBorderBoxCenter,n=e.moveRelativeTo,r=e.insideDestination,o=e.draggable,a=e.draggables,i=e.destination,s=e.viewport,l=e.afterCritical;if(!n){if(r.length)return null;var u={displaced:ft,displacedBy:pt,at:{type:"REORDER",destination:{droppableId:i.descriptor.id,index:0}}},c=Mt({impact:u,draggable:o,droppable:i,draggables:a,afterCritical:l}),d=dt(o,i)?i:Vt(i,o,a);return Lt({draggable:o,destination:d,newPageBorderBoxCenter:c,viewport:s.frame,withDroppableDisplacement:!1,onlyOnMainAxis:!0})?u:null}var p,f=Boolean(t[i.axis.line]<=n.page.borderBox.center[i.axis.line]),h=(p=n.descriptor.index,n.descriptor.id===o.descriptor.id||f?p:p+1),m=Gt(i.axis,o.displaceBy);return Ct({draggable:o,insideDestination:r,destination:i,viewport:s,displacedBy:m,last:ft,index:h})}({previousPageBorderBoxCenter:n,destination:u,draggable:r,draggables:a,moveRelativeTo:d,insideDestination:c,viewport:s,afterCritical:l});if(!p)return null;var f=Mt({impact:p,draggable:r,droppable:u,draggables:a,afterCritical:l});return{clientSelection:Bt({pageBorderBoxCenter:f,draggable:r,viewport:s}),impact:p,scrollJumpRequest:null}},Kt=function(e){var t=e.at;return t?"REORDER"===t.type?t.destination.droppableId:t.combine.droppableId:null},Xt=function(e){var t=e.state,n=e.type,r=function(e,t){var n=Kt(e);return n?t[n]:null}(t.impact,t.dimensions.droppables),o=Boolean(r),a=t.dimensions.droppables[t.critical.droppable.id],i=r||a,s=i.axis.direction,l="vertical"===s&&("MOVE_UP"===n||"MOVE_DOWN"===n)||"horizontal"===s&&("MOVE_LEFT"===n||"MOVE_RIGHT"===n);if(l&&!o)return null;var u="MOVE_DOWN"===n||"MOVE_RIGHT"===n,c=t.dimensions.draggables[t.critical.draggable.id],d=t.current.page.borderBoxCenter,p=t.dimensions,f=p.draggables,h=p.droppables;return l?zt({isMovingForward:u,previousPageBorderBoxCenter:d,draggable:c,destination:i,draggables:f,viewport:t.viewport,previousClientSelection:t.current.client.selection,previousImpact:t.impact,afterCritical:t.afterCritical}):Wt({isMovingForward:u,previousPageBorderBoxCenter:d,draggable:c,isOver:i,draggables:f,droppables:h,viewport:t.viewport,afterCritical:t.afterCritical})};function Jt(e){return"DRAGGING"===e.phase||"COLLECTING"===e.phase}function Qt(e){var t=mt(e.top,e.bottom),n=mt(e.left,e.right);return function(e){return t(e.y)&&n(e.x)}}function Yt(e){var t=e.pageBorderBox,n=e.draggable,r=e.droppables,o=at(r).filter(function(e){if(!e.isEnabled)return!1;var n,r,o=e.subject.active;if(!o)return!1;if(r=o,!((n=t).left<r.right&&n.right>r.left&&n.top<r.bottom&&n.bottom>r.top))return!1;if(Qt(o)(t.center))return!0;var a=e.axis,i=o.center[a.crossAxisLine],s=t[a.crossAxisStart],l=t[a.crossAxisEnd],u=mt(o[a.crossAxisStart],o[a.crossAxisEnd]),c=u(s),d=u(l);return!c&&!d||(c?s<i:l>i)});return o.length?1===o.length?o[0].descriptor.id:function(e){var t=e.pageBorderBox,n=e.draggable,r=e.candidates,o=n.page.borderBox.center,a=r.map(function(e){var n=e.axis,r=Ge(e.axis.line,t.center[n.line],e.page.borderBox.center[n.crossAxisLine]);return{id:e.descriptor.id,distance:Ue(o,r)}}).sort(function(e,t){return t.distance-e.distance});return a[0]?a[0].id:null}({pageBorderBox:t,draggable:n,candidates:o}):null}var Zt=function(e,t){return ue(Ke(e,t))};function en(e){var t=e.displaced,n=e.id;return Boolean(t.visible[n]||t.invisible[n])}var tn=function(e){var t=e.pageOffset,n=e.draggable,r=e.draggables,o=e.droppables,a=e.previousImpact,i=e.viewport,s=e.afterCritical,l=Zt(n.page.borderBox,t),u=Yt({pageBorderBox:l,draggable:n,droppables:o});if(!u)return ht;var c=o[u],d=st(c.descriptor.id,r),p=function(e,t){var n=e.frame;return n?Zt(t,n.scroll.diff.value):t}(c,l);return function(e){var t=e.draggable,n=e.pageBorderBoxWithDroppableScroll,r=e.previousImpact,o=e.destination,a=e.insideDestination,i=e.afterCritical;if(!o.isCombineEnabled)return null;var s=o.axis,l=Gt(o.axis,t.displaceBy),u=l.value,c=n[s.start],d=n[s.end],p=tt(ct(t,a),function(e){var t=e.descriptor.id,n=e.page.borderBox,o=n[s.size]/4,a=Pt(t,i),l=en({displaced:r.displaced,id:t});return a?l?d>n[s.start]+o&&d<n[s.end]-o:c>n[s.start]-u+o&&c<n[s.end]-u-o:l?d>n[s.start]+u+o&&d<n[s.end]+u-o:c>n[s.start]+o&&c<n[s.end]-o});return p?{displacedBy:l,displaced:r.displaced,at:{type:"COMBINE",combine:{draggableId:p.descriptor.id,droppableId:o.descriptor.id}}}:null}({pageBorderBoxWithDroppableScroll:p,draggable:n,previousImpact:a,destination:c,insideDestination:d,afterCritical:s})||function(e){var t=e.pageBorderBoxWithDroppableScroll,n=e.draggable,r=e.destination,o=e.insideDestination,a=e.last,i=e.viewport,s=e.afterCritical,l=r.axis,u=Gt(r.axis,n.displaceBy),c=u.value,d=t[l.start],p=t[l.end],f=function(e){var t=e.draggable,n=e.closest,r=e.inHomeList;return n?r&&n.descriptor.index>t.descriptor.index?n.descriptor.index-1:n.descriptor.index:null}({draggable:n,closest:tt(ct(n,o),function(e){var t=e.descriptor.id,n=e.page.borderBox.center[l.line],r=Pt(t,s),o=en({displaced:a,id:t});return r?o?p<=n:d<n-c:o?p<=n+c:d<n}),inHomeList:dt(n,r)});return Ct({draggable:n,insideDestination:o,destination:r,viewport:i,last:a,displacedBy:u,index:f})}({pageBorderBoxWithDroppableScroll:p,draggable:n,destination:c,insideDestination:d,last:a.displaced,viewport:i,afterCritical:s})},nn=function(e,t){var n;return(0,a.A)({},e,((n={})[t.descriptor.id]=t,n))},rn=function(e){var t=e.previousImpact,n=e.impact,r=e.droppables,o=Kt(t),i=Kt(n);if(!o)return r;if(o===i)return r;var s=r[o];if(!s.subject.withPlaceholder)return r;var l=function(e){var t=e.subject.withPlaceholder;t||Re(!1);var n=e.frame;if(!n){var r=Qe({page:e.subject.page,axis:e.axis,frame:null,withPlaceholder:null});return(0,a.A)({},e,{subject:r})}var o=t.oldFrameMaxScroll;o||Re(!1);var i=Ut(n,o),s=Qe({page:e.subject.page,axis:e.axis,frame:i,withPlaceholder:null});return(0,a.A)({},e,{subject:s,frame:i})}(s);return nn(r,l)},on=function(e){var t=e.state,n=e.clientSelection,r=e.dimensions,o=e.viewport,i=e.impact,s=e.scrollJumpRequest,l=o||t.viewport,u=r||t.dimensions,c=n||t.current.client.selection,d=qe(c,t.initial.client.selection),p={offset:d,selection:c,borderBoxCenter:ze(t.initial.client.borderBoxCenter,d)},f={selection:ze(p.selection,l.scroll.current),borderBoxCenter:ze(p.borderBoxCenter,l.scroll.current),offset:ze(p.offset,l.scroll.diff.value)},h={client:p,page:f};if("COLLECTING"===t.phase)return(0,a.A)({phase:"COLLECTING"},t,{dimensions:u,viewport:l,current:h});var m=u.draggables[t.critical.draggable.id],g=i||tn({pageOffset:f.offset,draggable:m,draggables:u.draggables,droppables:u.droppables,previousImpact:t.impact,viewport:l,afterCritical:t.afterCritical}),v=function(e){var t=e.draggable,n=e.draggables,r=e.droppables,o=e.previousImpact,a=e.impact,i=rn({previousImpact:o,impact:a,droppables:r}),s=Kt(a);if(!s)return i;var l=r[s];if(dt(t,l))return i;if(l.subject.withPlaceholder)return i;var u=Vt(l,t,n);return nn(i,u)}({draggable:m,impact:g,previousImpact:t.impact,draggables:u.draggables,droppables:u.droppables});return(0,a.A)({},t,{current:h,dimensions:{draggables:u.draggables,droppables:v},impact:g,viewport:l,scrollJumpRequest:s||null,forceShouldAnimate:!s&&null})};var an=function(e){var t=e.impact,n=e.viewport,r=e.draggables,o=e.destination,i=e.forceShouldAnimate,s=t.displaced,l=function(e,t){return e.map(function(e){return t[e]})}(s.all,r),u=kt({afterDragging:l,destination:o,displacedBy:t.displacedBy,viewport:n.frame,forceShouldAnimate:i,last:s});return(0,a.A)({},t,{displaced:u})},sn=function(e){var t=e.impact,n=e.draggable,r=e.droppable,o=e.draggables,a=e.viewport,i=e.afterCritical,s=Mt({impact:t,draggable:n,draggables:o,droppable:r,afterCritical:i});return Bt({pageBorderBoxCenter:s,draggable:n,viewport:a})},ln=function(e){var t=e.state,n=e.dimensions,r=e.viewport;"SNAP"!==t.movementMode&&Re(!1);var o=t.impact,a=r||t.viewport,i=n||t.dimensions,s=i.draggables,l=i.droppables,u=s[t.critical.draggable.id],c=Kt(o);c||Re(!1);var d=l[c],p=an({impact:o,viewport:a,destination:d,draggables:s}),f=sn({impact:p,draggable:u,droppable:d,draggables:s,viewport:a,afterCritical:t.afterCritical});return on({impact:p,clientSelection:f,state:t,dimensions:i,viewport:a})},un=function(e){var t=e.draggable,n=e.home,r=e.draggables,o=e.viewport,a=Gt(n.axis,t.displaceBy),i=st(n.descriptor.id,r),s=i.indexOf(t);-1===s&&Re(!1);var l,u=i.slice(s+1),c=u.reduce(function(e,t){return e[t.descriptor.id]=!0,e},{}),d={inVirtualList:"virtual"===n.descriptor.mode,displacedBy:a,effected:c};return{impact:{displaced:kt({afterDragging:u,destination:n,displacedBy:a,last:null,viewport:o.frame,forceShouldAnimate:!1}),displacedBy:a,at:{type:"REORDER",destination:(l=t.descriptor,{index:l.index,droppableId:l.droppableId})}},afterCritical:d}},cn=function(e){0},dn=function(e){0},pn=function(e){var t=e.additions,n=e.updatedDroppables,r=e.viewport,o=r.scroll.diff.value;return t.map(function(e){var t=e.descriptor.droppableId,i=function(e){var t=e.frame;return t||Re(!1),t}(n[t]),s=i.scroll.diff.value,l=function(e){var t=e.draggable,n=e.offset,r=e.initialWindowScroll,o=me(t.client,n),i=ge(o,r);return(0,a.A)({},t,{placeholder:(0,a.A)({},t.placeholder,{client:o}),client:o,page:i})}({draggable:e,offset:ze(o,s),initialWindowScroll:r.scroll.initial});return l})},fn=function(e){return"SNAP"===e.movementMode},hn=function(e,t,n){var r=function(e,t){return{draggables:e.draggables,droppables:nn(e.droppables,t)}}(e.dimensions,t);return!fn(e)||n?on({state:e,dimensions:r}):ln({state:e,dimensions:r})};function mn(e){return e.isDragging&&"SNAP"===e.movementMode?(0,a.A)({phase:"DRAGGING"},e,{scrollJumpRequest:null}):e}var gn={phase:"IDLE",completed:null,shouldFlush:!1},vn=function(e,t){if(void 0===e&&(e=gn),"FLUSH"===t.type)return(0,a.A)({},gn,{shouldFlush:!0});if("INITIAL_PUBLISH"===t.type){"IDLE"!==e.phase&&Re(!1);var n=t.payload,r=n.critical,o=n.clientSelection,i=n.viewport,s=n.dimensions,l=n.movementMode,u=s.draggables[r.draggable.id],c=s.droppables[r.droppable.id],d={selection:o,borderBoxCenter:u.client.borderBox.center,offset:Le},p={client:d,page:{selection:ze(d.selection,i.scroll.initial),borderBoxCenter:ze(d.selection,i.scroll.initial),offset:ze(d.selection,i.scroll.diff.value)}},f=at(s.droppables).every(function(e){return!e.isFixedOnPage}),h=un({draggable:u,home:c,draggables:s.draggables,viewport:i}),m=h.impact;return{phase:"DRAGGING",isDragging:!0,critical:r,movementMode:l,dimensions:s,initial:p,current:p,isWindowScrollAllowed:f,impact:m,afterCritical:h.afterCritical,onLiftImpact:m,viewport:i,scrollJumpRequest:null,forceShouldAnimate:null}}if("COLLECTION_STARTING"===t.type)return"COLLECTING"===e.phase||"DROP_PENDING"===e.phase?e:("DRAGGING"!==e.phase&&Re(!1),(0,a.A)({phase:"COLLECTING"},e,{phase:"COLLECTING"}));if("PUBLISH_WHILE_DRAGGING"===t.type)return"COLLECTING"!==e.phase&&"DROP_PENDING"!==e.phase&&Re(!1),function(e){var t=e.state,n=e.published;cn();var r=n.modified.map(function(e){var n=t.dimensions.droppables[e.droppableId];return Ye(n,e.scroll)}),o=(0,a.A)({},t.dimensions.droppables,{},rt(r)),i=ot(pn({additions:n.additions,updatedDroppables:o,viewport:t.viewport})),s=(0,a.A)({},t.dimensions.draggables,{},i);n.removals.forEach(function(e){delete s[e]});var l={droppables:o,draggables:s},u=Kt(t.impact),c=u?l.droppables[u]:null,d=l.draggables[t.critical.draggable.id],p=l.droppables[t.critical.droppable.id],f=un({draggable:d,home:p,draggables:s,viewport:t.viewport}),h=f.impact,m=f.afterCritical,g=c&&c.isCombineEnabled?t.impact:h,v=tn({pageOffset:t.current.page.offset,draggable:l.draggables[t.critical.draggable.id],draggables:l.draggables,droppables:l.droppables,previousImpact:g,viewport:t.viewport,afterCritical:m});dn();var y=(0,a.A)({phase:"DRAGGING"},t,{phase:"DRAGGING",impact:v,onLiftImpact:h,dimensions:l,afterCritical:m,forceShouldAnimate:!1});return"COLLECTING"===t.phase?y:(0,a.A)({phase:"DROP_PENDING"},y,{phase:"DROP_PENDING",reason:t.reason,isWaiting:!1})}({state:e,published:t.payload});if("MOVE"===t.type){if("DROP_PENDING"===e.phase)return e;Jt(e)||Re(!1);var g=t.payload.client;return He(g,e.current.client.selection)?e:on({state:e,clientSelection:g,impact:fn(e)?e.impact:null})}if("UPDATE_DROPPABLE_SCROLL"===t.type){if("DROP_PENDING"===e.phase)return mn(e);if("COLLECTING"===e.phase)return mn(e);Jt(e)||Re(!1);var v=t.payload,y=v.id,b=v.newScroll,w=e.dimensions.droppables[y];if(!w)return e;var x=Ye(w,b);return hn(e,x,!1)}if("UPDATE_DROPPABLE_IS_ENABLED"===t.type){if("DROP_PENDING"===e.phase)return e;Jt(e)||Re(!1);var _=t.payload,k=_.id,S=_.isEnabled,C=e.dimensions.droppables[k];C||Re(!1),C.isEnabled===S&&Re(!1);var P=(0,a.A)({},C,{isEnabled:S});return hn(e,P,!0)}if("UPDATE_DROPPABLE_IS_COMBINE_ENABLED"===t.type){if("DROP_PENDING"===e.phase)return e;Jt(e)||Re(!1);var A=t.payload,E=A.id,R=A.isCombineEnabled,I=e.dimensions.droppables[E];I||Re(!1),I.isCombineEnabled===R&&Re(!1);var T=(0,a.A)({},I,{isCombineEnabled:R});return hn(e,T,!0)}if("MOVE_BY_WINDOW_SCROLL"===t.type){if("DROP_PENDING"===e.phase||"DROP_ANIMATING"===e.phase)return e;Jt(e)||Re(!1),e.isWindowScrollAllowed||Re(!1);var j=t.payload.newScroll;if(He(e.viewport.scroll.current,j))return mn(e);var O=Nt(e.viewport,j);return fn(e)?ln({state:e,viewport:O}):on({state:e,viewport:O})}if("UPDATE_VIEWPORT_MAX_SCROLL"===t.type){if(!Jt(e))return e;var D=t.payload.maxScroll;if(He(D,e.viewport.scroll.max))return e;var M=(0,a.A)({},e.viewport,{scroll:(0,a.A)({},e.viewport.scroll,{max:D})});return(0,a.A)({phase:"DRAGGING"},e,{viewport:M})}if("MOVE_UP"===t.type||"MOVE_DOWN"===t.type||"MOVE_LEFT"===t.type||"MOVE_RIGHT"===t.type){if("COLLECTING"===e.phase||"DROP_PENDING"===e.phase)return e;"DRAGGING"!==e.phase&&Re(!1);var N=Xt({state:e,type:t.type});return N?on({state:e,impact:N.impact,clientSelection:N.clientSelection,scrollJumpRequest:N.scrollJumpRequest}):e}if("DROP_PENDING"===t.type){var F=t.payload.reason;return"COLLECTING"!==e.phase&&Re(!1),(0,a.A)({phase:"DROP_PENDING"},e,{phase:"DROP_PENDING",isWaiting:!0,reason:F})}if("DROP_ANIMATE"===t.type){var B=t.payload,L=B.completed,z=B.dropDuration,q=B.newHomeClientOffset;return"DRAGGING"!==e.phase&&"DROP_PENDING"!==e.phase&&Re(!1),{phase:"DROP_ANIMATING",completed:L,dropDuration:z,newHomeClientOffset:q,dimensions:e.dimensions}}return"DROP_COMPLETE"===t.type?{phase:"IDLE",completed:t.payload.completed,shouldFlush:!1}:e},yn=function(e){return{type:"PUBLISH_WHILE_DRAGGING",payload:e}},bn=function(){return{type:"COLLECTION_STARTING",payload:null}},wn=function(e){return{type:"UPDATE_DROPPABLE_SCROLL",payload:e}},xn=function(e){return{type:"UPDATE_DROPPABLE_IS_ENABLED",payload:e}},_n=function(e){return{type:"UPDATE_DROPPABLE_IS_COMBINE_ENABLED",payload:e}},kn=function(e){return{type:"MOVE",payload:e}},Sn=function(){return{type:"MOVE_UP",payload:null}},Cn=function(){return{type:"MOVE_DOWN",payload:null}},Pn=function(){return{type:"MOVE_RIGHT",payload:null}},An=function(){return{type:"MOVE_LEFT",payload:null}},En=function(e){return{type:"DROP_COMPLETE",payload:e}},Rn=function(e){return{type:"DROP",payload:e}},In=function(){return{type:"DROP_ANIMATION_FINISHED",payload:null}};var Tn="cubic-bezier(.2,1,.1,1)",jn={drop:0,combining:.7},On={drop:.75},Dn=.2+"s "+"cubic-bezier(0.2, 0, 0, 1)",Mn={fluid:"opacity "+Dn,snap:"transform "+Dn+", opacity "+Dn,drop:function(e){var t=e+"s "+Tn;return"transform "+t+", opacity "+t},outOfTheWay:"transform "+Dn,placeholder:"height "+Dn+", width "+Dn+", margin "+Dn},Nn=function(e){return He(e,Le)?null:"translate("+e.x+"px, "+e.y+"px)"},Fn=Nn,Bn=function(e,t){var n=Nn(e);return n?t?n+" scale("+On.drop+")":n:null},Ln=.33,zn=.55,qn=zn-Ln,Hn=function(e){var t=e.getState,n=e.dispatch;return function(e){return function(r){if("DROP"===r.type){var o=t(),i=r.payload.reason;if("COLLECTING"!==o.phase){if("IDLE"!==o.phase){"DROP_PENDING"===o.phase&&o.isWaiting&&Re(!1),"DRAGGING"!==o.phase&&"DROP_PENDING"!==o.phase&&Re(!1);var s=o.critical,l=o.dimensions,u=l.draggables[o.critical.draggable.id],c=function(e){var t=e.draggables,n=e.reason,r=e.lastImpact,o=e.home,i=e.viewport,s=e.onLiftImpact;return r.at&&"DROP"===n?"REORDER"===r.at.type?{impact:r,didDropInsideDroppable:!0}:{impact:(0,a.A)({},r,{displaced:ft}),didDropInsideDroppable:!0}:{impact:an({draggables:t,impact:s,destination:o,viewport:i,forceShouldAnimate:!0}),didDropInsideDroppable:!1}}({reason:i,lastImpact:o.impact,afterCritical:o.afterCritical,onLiftImpact:o.onLiftImpact,home:o.dimensions.droppables[o.critical.droppable.id],viewport:o.viewport,draggables:o.dimensions.draggables}),d=c.impact,p=c.didDropInsideDroppable,f=p?lt(d):null,h=p?ut(d):null,m={index:s.draggable.index,droppableId:s.droppable.id},g={draggableId:u.descriptor.id,type:u.descriptor.type,source:m,reason:i,mode:o.movementMode,destination:f,combine:h},v=function(e){var t=e.impact,n=e.draggable,r=e.dimensions,o=e.viewport,a=e.afterCritical,i=r.draggables,s=r.droppables,l=Kt(t),u=l?s[l]:null,c=s[n.descriptor.droppableId],d=sn({impact:t,draggable:n,draggables:i,afterCritical:a,droppable:u||c,viewport:o});return qe(d,n.client.borderBox.center)}({impact:d,draggable:u,dimensions:l,viewport:o.viewport,afterCritical:o.afterCritical}),y={critical:o.critical,afterCritical:o.afterCritical,result:g,impact:d};if(!He(o.current.client.offset,v)||Boolean(g.combine)){var b=function(e){var t=e.current,n=e.destination,r=e.reason,o=Ue(t,n);if(o<=0)return Ln;if(o>=1500)return zn;var a=Ln+qn*(o/1500);return Number(("CANCEL"===r?.6*a:a).toFixed(2))}({current:o.current.client.offset,destination:v,reason:i});n(function(e){return{type:"DROP_ANIMATE",payload:e}}({newHomeClientOffset:v,dropDuration:b,completed:y}))}else n(En({completed:y}))}}else n(function(e){return{type:"DROP_PENDING",payload:e}}({reason:i}))}else e(r)}}},$n=function(){return{x:window.pageXOffset,y:window.pageYOffset}};function Gn(e){var t=e.onWindowScroll;var n=ke(function(){t($n())}),r=function(e){return{eventName:"scroll",options:{passive:!0,capture:!1},fn:function(t){t.target!==window&&t.target!==window.document||e()}}}(n),o=Ce;function a(){return o!==Ce}return{start:function(){a()&&Re(!1),o=Pe(window,[r])},stop:function(){a()||Re(!1),n.cancel(),o(),o=Ce},isActive:a}}var Un=function(e){var t=Gn({onWindowScroll:function(t){e.dispatch({type:"MOVE_BY_WINDOW_SCROLL",payload:{newScroll:t}})}});return function(e){return function(n){t.isActive()||"INITIAL_PUBLISH"!==n.type||t.start(),t.isActive()&&function(e){return"DROP_COMPLETE"===e.type||"DROP_ANIMATE"===e.type||"FLUSH"===e.type}(n)&&t.stop(),e(n)}}},Vn=function(){var e=[];return{add:function(t){var n=setTimeout(function(){return function(t){var n=et(e,function(e){return e.timerId===t});-1===n&&Re(!1),e.splice(n,1)[0].callback()}(n)}),r={timerId:n,callback:t};e.push(r)},flush:function(){if(e.length){var t=[].concat(e);e.length=0,t.forEach(function(e){clearTimeout(e.timerId),e.callback()})}}}},Wn=function(e,t){cn(),t(),dn()},Kn=function(e,t){return{draggableId:e.draggable.id,type:e.droppable.type,source:{droppableId:e.droppable.id,index:e.draggable.index},mode:t}},Xn=function(e,t,n,r){if(e){var o=function(e){var t=!1,n=!1,r=setTimeout(function(){n=!0}),o=function(o){t||n||(t=!0,e(o),clearTimeout(r))};return o.wasCalled=function(){return t},o}(n);e(t,{announce:o}),o.wasCalled()||n(r(t))}else n(r(t))},Jn=function(e,t){var n=function(e,t){var n=Vn(),r=null,o=function(n){r||Re(!1),r=null,Wn(0,function(){return Xn(e().onDragEnd,n,t,Be)})};return{beforeCapture:function(t,n){r&&Re(!1),Wn(0,function(){var r=e().onBeforeCapture;r&&r({draggableId:t,mode:n})})},beforeStart:function(t,n){r&&Re(!1),Wn(0,function(){var r=e().onBeforeDragStart;r&&r(Kn(t,n))})},start:function(o,a){r&&Re(!1);var i=Kn(o,a);r={mode:a,lastCritical:o,lastLocation:i.source,lastCombine:null},n.add(function(){Wn(0,function(){return Xn(e().onDragStart,i,t,Ne)})})},update:function(o,i){var s=lt(i),l=ut(i);r||Re(!1);var u=!function(e,t){if(e===t)return!0;var n=e.draggable.id===t.draggable.id&&e.draggable.droppableId===t.draggable.droppableId&&e.draggable.type===t.draggable.type&&e.draggable.index===t.draggable.index,r=e.droppable.id===t.droppable.id&&e.droppable.type===t.droppable.type;return n&&r}(o,r.lastCritical);u&&(r.lastCritical=o);var c,d,p=(d=s,!(null==(c=r.lastLocation)&&null==d||null!=c&&null!=d&&c.droppableId===d.droppableId&&c.index===d.index));p&&(r.lastLocation=s);var f=!function(e,t){return null==e&&null==t||null!=e&&null!=t&&e.draggableId===t.draggableId&&e.droppableId===t.droppableId}(r.lastCombine,l);if(f&&(r.lastCombine=l),u||p||f){var h=(0,a.A)({},Kn(o,r.mode),{combine:l,destination:s});n.add(function(){Wn(0,function(){return Xn(e().onDragUpdate,h,t,Fe)})})}},flush:function(){r||Re(!1),n.flush()},drop:o,abort:function(){if(r){var e=(0,a.A)({},Kn(r.lastCritical,r.mode),{combine:null,destination:null,reason:"CANCEL"});o(e)}}}}(e,t);return function(e){return function(t){return function(r){if("BEFORE_INITIAL_CAPTURE"!==r.type){if("INITIAL_PUBLISH"===r.type){var o=r.payload.critical;return n.beforeStart(o,r.payload.movementMode),t(r),void n.start(o,r.payload.movementMode)}if("DROP_COMPLETE"===r.type){var a=r.payload.completed.result;return n.flush(),t(r),void n.drop(a)}if(t(r),"FLUSH"!==r.type){var i=e.getState();"DRAGGING"===i.phase&&n.update(i.critical,i.impact)}else n.abort()}else n.beforeCapture(r.payload.draggableId,r.payload.movementMode)}}}},Qn=function(e){return function(t){return function(n){if("DROP_ANIMATION_FINISHED"===n.type){var r=e.getState();"DROP_ANIMATING"!==r.phase&&Re(!1),e.dispatch(En({completed:r.completed}))}else t(n)}}},Yn=function(e){var t=null,n=null;return function(r){return function(o){if("FLUSH"!==o.type&&"DROP_COMPLETE"!==o.type&&"DROP_ANIMATION_FINISHED"!==o.type||(n&&(cancelAnimationFrame(n),n=null),t&&(t(),t=null)),r(o),"DROP_ANIMATE"===o.type){var a={eventName:"scroll",options:{capture:!0,passive:!1,once:!0},fn:function(){"DROP_ANIMATING"===e.getState().phase&&e.dispatch({type:"DROP_ANIMATION_FINISHED",payload:null})}};n=requestAnimationFrame(function(){n=null,t=Pe(window,[a])})}}}},Zn=function(e){return function(t){return function(n){if(t(n),"PUBLISH_WHILE_DRAGGING"===n.type){var r=e.getState();"DROP_PENDING"===r.phase&&(r.isWaiting||e.dispatch(Rn({reason:r.reason})))}}}},er=v,tr=function(e){var t,n=e.dimensionMarshal,r=e.focusMarshal,o=e.styleMarshal,a=e.getResponders,i=e.announce,s=e.autoScroller;return h(vn,er(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return function(){var n=e.apply(void 0,arguments),r=function(){throw new Error(u(15))},o={getState:n.getState,dispatch:function(){return r.apply(void 0,arguments)}},a=t.map(function(e){return e(o)});return r=v.apply(void 0,a)(n.dispatch),l(l({},n),{},{dispatch:r})}}}((t=o,function(){return function(e){return function(n){"INITIAL_PUBLISH"===n.type&&t.dragging(),"DROP_ANIMATE"===n.type&&t.dropping(n.payload.completed.result.reason),"FLUSH"!==n.type&&"DROP_COMPLETE"!==n.type||t.resting(),e(n)}}}),function(e){return function(){return function(t){return function(n){"DROP_COMPLETE"!==n.type&&"FLUSH"!==n.type&&"DROP_ANIMATE"!==n.type||e.stopPublishing(),t(n)}}}}(n),function(e){return function(t){var n=t.getState,r=t.dispatch;return function(t){return function(o){if("LIFT"===o.type){var a=o.payload,i=a.id,s=a.clientSelection,l=a.movementMode,u=n();"DROP_ANIMATING"===u.phase&&r(En({completed:u.completed})),"IDLE"!==n().phase&&Re(!1),r({type:"FLUSH",payload:null}),r({type:"BEFORE_INITIAL_CAPTURE",payload:{draggableId:i,movementMode:l}});var c={draggableId:i,scrollOptions:{shouldPublishImmediately:"SNAP"===l}},d=e.startPublishing(c),p=d.critical,f=d.dimensions,h=d.viewport;r({type:"INITIAL_PUBLISH",payload:{critical:p,dimensions:f,clientSelection:s,movementMode:l,viewport:h}})}else t(o)}}}}(n),Hn,Qn,Yn,Zn,function(e){return function(t){return function(n){return function(r){if(function(e){return"DROP_COMPLETE"===e.type||"DROP_ANIMATE"===e.type||"FLUSH"===e.type}(r))return e.stop(),void n(r);if("INITIAL_PUBLISH"===r.type){n(r);var o=t.getState();return"DRAGGING"!==o.phase&&Re(!1),void e.start(o)}n(r),e.scroll(t.getState())}}}}(s),Un,function(e){var t=!1;return function(){return function(n){return function(r){if("INITIAL_PUBLISH"===r.type)return t=!0,e.tryRecordFocus(r.payload.critical.draggable.id),n(r),void e.tryRestoreFocusRecorded();if(n(r),t){if("FLUSH"===r.type)return t=!1,void e.tryRestoreFocusRecorded();if("DROP_COMPLETE"===r.type){t=!1;var o=r.payload.completed.result;o.combine&&e.tryShiftRecord(o.draggableId,o.combine.draggableId),e.tryRestoreFocusRecorded()}}}}}}(r),Jn(a,i))))};var nr=function(e){var t=e.scrollHeight,n=e.scrollWidth,r=e.height,o=e.width,a=qe({x:n,y:t},{x:o,y:r});return{x:Math.max(0,a.x),y:Math.max(0,a.y)}},rr=function(){var e=document.documentElement;return e||Re(!1),e},or=function(){var e=rr();return nr({scrollHeight:e.scrollHeight,scrollWidth:e.scrollWidth,width:e.clientWidth,height:e.clientHeight})},ar=function(e){var t=e.critical,n=e.scrollOptions,r=e.registry;cn();var o,a,i,s,l,u,c,d=(o=$n(),a=or(),i=o.y,s=o.x,l=rr(),u=l.clientWidth,c=l.clientHeight,{frame:ue({top:i,left:s,right:s+u,bottom:i+c}),scroll:{initial:o,current:o,max:a,diff:{value:Le,displacement:Le}}}),p=d.scroll.current,f=t.droppable,h=r.droppable.getAllByType(f.type).map(function(e){return e.callbacks.getDimensionAndWatchScroll(p,n)}),m=r.draggable.getAllByType(t.draggable.type).map(function(e){return e.getDimension(p)}),g={draggables:ot(m),droppables:rt(h)};return dn(),{dimensions:g,critical:t,viewport:d}};function ir(e,t,n){return n.descriptor.id!==t.id&&(n.descriptor.type===t.type&&"virtual"===e.droppable.getById(n.descriptor.droppableId).descriptor.mode)}var sr,lr,ur=function(e,t){var n=null,r=function(e){var t=e.registry,n=e.callbacks,r={additions:{},removals:{},modified:{}},o=null,a=function(){o||(n.collectionStarting(),o=requestAnimationFrame(function(){o=null,cn();var e=r,a=e.additions,i=e.removals,s=e.modified,l=Object.keys(a).map(function(e){return t.draggable.getById(e).getDimension(Le)}).sort(function(e,t){return e.descriptor.index-t.descriptor.index}),u=Object.keys(s).map(function(e){return{droppableId:e,scroll:t.droppable.getById(e).callbacks.getScrollWhileDragging()}}),c={additions:l,removals:Object.keys(i),modified:u};r={additions:{},removals:{},modified:{}},dn(),n.publish(c)}))};return{add:function(e){var t=e.descriptor.id;r.additions[t]=e,r.modified[e.descriptor.droppableId]=!0,r.removals[t]&&delete r.removals[t],a()},remove:function(e){var t=e.descriptor;r.removals[t.id]=!0,r.modified[t.droppableId]=!0,r.additions[t.id]&&delete r.additions[t.id],a()},stop:function(){o&&(cancelAnimationFrame(o),o=null,r={additions:{},removals:{},modified:{}})}}}({callbacks:{publish:t.publishWhileDragging,collectionStarting:t.collectionStarting},registry:e}),o=function(t){n||Re(!1);var o=n.critical.draggable;"ADDITION"===t.type&&ir(e,o,t.value)&&r.add(t.value),"REMOVAL"===t.type&&ir(e,o,t.value)&&r.remove(t.value)},a={updateDroppableIsEnabled:function(r,o){e.droppable.exists(r)||Re(!1),n&&t.updateDroppableIsEnabled({id:r,isEnabled:o})},updateDroppableIsCombineEnabled:function(r,o){n&&(e.droppable.exists(r)||Re(!1),t.updateDroppableIsCombineEnabled({id:r,isCombineEnabled:o}))},scrollDroppable:function(t,r){n&&e.droppable.getById(t).callbacks.scroll(r)},updateDroppableScroll:function(r,o){n&&(e.droppable.exists(r)||Re(!1),t.updateDroppableScroll({id:r,newScroll:o}))},startPublishing:function(t){n&&Re(!1);var r=e.draggable.getById(t.draggableId),a=e.droppable.getById(r.descriptor.droppableId),i={draggable:r.descriptor,droppable:a.descriptor},s=e.subscribe(o);return n={critical:i,unsubscribe:s},ar({critical:i,registry:e,scrollOptions:t.scrollOptions})},stopPublishing:function(){if(n){r.stop();var t=n.critical.droppable;e.droppable.getAllByType(t.type).forEach(function(e){return e.callbacks.dragStopped()}),n.unsubscribe(),n=null}}};return a},cr=function(e,t){return"IDLE"===e.phase||"DROP_ANIMATING"===e.phase&&(e.completed.result.draggableId!==t&&"DROP"===e.completed.result.reason)},dr=function(e){window.scrollBy(e.x,e.y)},pr=_e(function(e){return at(e).filter(function(e){return!!e.isEnabled&&!!e.frame})}),fr=function(e){var t=e.center,n=e.destination,r=e.droppables;if(n){var o=r[n];return o.frame?o:null}var a=function(e,t){var n=tt(pr(t),function(t){return t.frame||Re(!1),Qt(t.frame.pageMarginBox)(e)});return n}(t,r);return a},hr=.25,mr=.05,gr=28,vr=function(e){return Math.pow(e,2)},yr={stopDampeningAt:1200,accelerateAt:360},br=function(e){var t=e.startOfRange,n=e.endOfRange,r=e.current,o=n-t;return 0===o?0:(r-t)/o},wr=yr.accelerateAt,xr=yr.stopDampeningAt,_r=function(e){var t=e.distanceToEdge,n=e.thresholds,r=e.dragStartTime,o=e.shouldUseTimeDampening,a=function(e,t){if(e>t.startScrollingFrom)return 0;if(e<=t.maxScrollValueAt)return gr;if(e===t.startScrollingFrom)return 1;var n=br({startOfRange:t.maxScrollValueAt,endOfRange:t.startScrollingFrom,current:e}),r=gr*vr(1-n);return Math.ceil(r)}(t,n);return 0===a?0:o?Math.max(function(e,t){var n=t,r=xr,o=Date.now()-n;if(o>=xr)return e;if(o<wr)return 1;var a=br({startOfRange:wr,endOfRange:r,current:o}),i=e*vr(a);return Math.ceil(i)}(a,r),1):a},kr=function(e){var t=e.container,n=e.distanceToEdges,r=e.dragStartTime,o=e.axis,a=e.shouldUseTimeDampening,i=function(e,t){return{startScrollingFrom:e[t.size]*hr,maxScrollValueAt:e[t.size]*mr}}(t,o);return n[o.end]<n[o.start]?_r({distanceToEdge:n[o.end],thresholds:i,dragStartTime:r,shouldUseTimeDampening:a}):-1*_r({distanceToEdge:n[o.start],thresholds:i,dragStartTime:r,shouldUseTimeDampening:a})},Sr=We(function(e){return 0===e?0:e}),Cr=function(e){var t=e.dragStartTime,n=e.container,r=e.subject,o=e.center,a=e.shouldUseTimeDampening,i={top:o.y-n.top,right:n.right-o.x,bottom:n.bottom-o.y,left:o.x-n.left},s=kr({container:n,distanceToEdges:i,dragStartTime:t,axis:yt,shouldUseTimeDampening:a}),l=kr({container:n,distanceToEdges:i,dragStartTime:t,axis:bt,shouldUseTimeDampening:a}),u=Sr({x:l,y:s});if(He(u,Le))return null;var c=function(e){var t=e.container,n=e.subject,r=e.proposedScroll,o=n.height>t.height,a=n.width>t.width;return a||o?a&&o?null:{x:a?0:r.x,y:o?0:r.y}:r}({container:n,subject:r,proposedScroll:u});return c?He(c,Le)?null:c:null},Pr=We(function(e){return 0===e?0:e>0?1:-1}),Ar=(sr=function(e,t){return e<0?e:e>t?e-t:0},function(e){var t=e.current,n=e.max,r=e.change,o=ze(t,r),a={x:sr(o.x,n.x),y:sr(o.y,n.y)};return He(a,Le)?null:a}),Er=function(e){var t=e.max,n=e.current,r=e.change,o={x:Math.max(n.x,t.x),y:Math.max(n.y,t.y)},a=Pr(r),i=Ar({max:o,current:n,change:a});return!i||(0!==a.x&&0===i.x||0!==a.y&&0===i.y)},Rr=function(e,t){return Er({current:e.scroll.current,max:e.scroll.max,change:t})},Ir=function(e,t){var n=e.frame;return!!n&&Er({current:n.scroll.current,max:n.scroll.max,change:t})},Tr=function(e){var t=e.state,n=e.dragStartTime,r=e.shouldUseTimeDampening,o=e.scrollWindow,a=e.scrollDroppable,i=t.current.page.borderBoxCenter,s=t.dimensions.draggables[t.critical.draggable.id].page.marginBox;if(t.isWindowScrollAllowed){var l=function(e){var t=e.viewport,n=e.subject,r=e.center,o=e.dragStartTime,a=e.shouldUseTimeDampening,i=Cr({dragStartTime:o,container:t.frame,subject:n,center:r,shouldUseTimeDampening:a});return i&&Rr(t,i)?i:null}({dragStartTime:n,viewport:t.viewport,subject:s,center:i,shouldUseTimeDampening:r});if(l)return void o(l)}var u=fr({center:i,destination:Kt(t.impact),droppables:t.dimensions.droppables});if(u){var c=function(e){var t=e.droppable,n=e.subject,r=e.center,o=e.dragStartTime,a=e.shouldUseTimeDampening,i=t.frame;if(!i)return null;var s=Cr({dragStartTime:o,container:i.pageMarginBox,subject:n,center:r,shouldUseTimeDampening:a});return s&&Ir(t,s)?s:null}({dragStartTime:n,droppable:u,subject:s,center:i,shouldUseTimeDampening:r});c&&a(u.descriptor.id,c)}},jr=function(e){var t=e.move,n=e.scrollDroppable,r=e.scrollWindow,o=function(e,t){if(!Ir(e,t))return t;var r=function(e,t){var n=e.frame;return n&&Ir(e,t)?Ar({current:n.scroll.current,max:n.scroll.max,change:t}):null}(e,t);if(!r)return n(e.descriptor.id,t),null;var o=qe(t,r);return n(e.descriptor.id,o),qe(t,o)},a=function(e,t,n){if(!e)return n;if(!Rr(t,n))return n;var o=function(e,t){if(!Rr(e,t))return null;var n=e.scroll.max,r=e.scroll.current;return Ar({current:r,max:n,change:t})}(t,n);if(!o)return r(n),null;var a=qe(n,o);return r(a),qe(n,a)};return function(e){var n=e.scrollJumpRequest;if(n){var r=Kt(e.impact);r||Re(!1);var i=o(e.dimensions.droppables[r],n);if(i){var s=e.viewport,l=a(e.isWindowScrollAllowed,s,i);l&&function(e,n){var r=ze(e.current.client.selection,n);t({client:r})}(e,l)}}}},Or=function(e){var t=e.scrollDroppable,n=e.scrollWindow,r=e.move,o=function(e){var t=e.scrollWindow,n=e.scrollDroppable,r=ke(t),o=ke(n),a=null,i=function(e){a||Re(!1);var t=a,n=t.shouldUseTimeDampening,i=t.dragStartTime;Tr({state:e,scrollWindow:r,scrollDroppable:o,dragStartTime:i,shouldUseTimeDampening:n})};return{start:function(e){cn(),a&&Re(!1);var t=Date.now(),n=!1,r=function(){n=!0};Tr({state:e,dragStartTime:0,shouldUseTimeDampening:!1,scrollWindow:r,scrollDroppable:r}),a={dragStartTime:t,shouldUseTimeDampening:n},dn(),n&&i(e)},stop:function(){a&&(r.cancel(),o.cancel(),a=null)},scroll:i}}({scrollWindow:n,scrollDroppable:t}),a=jr({move:r,scrollWindow:n,scrollDroppable:t});return{scroll:function(e){"DRAGGING"===e.phase&&("FLUID"!==e.movementMode?e.scrollJumpRequest&&a(e):o.scroll(e))},start:o.start,stop:o.stop}},Dr="data-rbd",Mr={base:lr=Dr+"-drag-handle",draggableId:lr+"-draggable-id",contextId:lr+"-context-id"},Nr=function(){var e=Dr+"-draggable";return{base:e,contextId:e+"-context-id",id:e+"-id"}}(),Fr=function(){var e=Dr+"-droppable";return{base:e,contextId:e+"-context-id",id:e+"-id"}}(),Br={contextId:Dr+"-scroll-container-context-id"},Lr=function(e,t){return e.map(function(e){var n=e.styles[t];return n?e.selector+" { "+n+" }":""}).join(" ")},zr="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?r.useLayoutEffect:r.useEffect,qr=function(){var e=document.querySelector("head");return e||Re(!1),e},Hr=function(e){var t=document.createElement("style");return e&&t.setAttribute("nonce",e),t.type="text/css",t};function $r(e,t){var n=ie(function(){return function(e){var t,n,r,o=(t=e,function(e){return"["+e+'="'+t+'"]'}),a=(n="\n cursor: -webkit-grab;\n cursor: grab;\n ",{selector:o(Mr.contextId),styles:{always:"\n -webkit-touch-callout: none;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n touch-action: manipulation;\n ",resting:n,dragging:"pointer-events: none;",dropAnimating:n}}),i=[(r="\n transition: "+Mn.outOfTheWay+";\n ",{selector:o(Nr.contextId),styles:{dragging:r,dropAnimating:r,userCancel:r}}),a,{selector:o(Fr.contextId),styles:{always:"overflow-anchor: none;"}},{selector:"body",styles:{dragging:"\n cursor: grabbing;\n cursor: -webkit-grabbing;\n user-select: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n overflow-anchor: none;\n "}}];return{always:Lr(i,"always"),resting:Lr(i,"resting"),dragging:Lr(i,"dragging"),dropAnimating:Lr(i,"dropAnimating"),userCancel:Lr(i,"userCancel")}}(e)},[e]),o=(0,r.useRef)(null),a=(0,r.useRef)(null),i=se(_e(function(e){var t=a.current;t||Re(!1),t.textContent=e}),[]),s=se(function(e){var t=o.current;t||Re(!1),t.textContent=e},[]);zr(function(){(o.current||a.current)&&Re(!1);var r=Hr(t),l=Hr(t);return o.current=r,a.current=l,r.setAttribute(Dr+"-always",e),l.setAttribute(Dr+"-dynamic",e),qr().appendChild(r),qr().appendChild(l),s(n.always),i(n.resting),function(){var e=function(e){var t=e.current;t||Re(!1),qr().removeChild(t),e.current=null};e(o),e(a)}},[t,s,i,n.always,n.resting,e]);var l=se(function(){return i(n.dragging)},[i,n.dragging]),u=se(function(e){i("DROP"!==e?n.userCancel:n.dropAnimating)},[i,n.dropAnimating,n.userCancel]),c=se(function(){a.current&&i(n.resting)},[i,n.resting]);return ie(function(){return{dragging:l,dropping:u,resting:c}},[l,u,c])}var Gr=function(e){return e&&e.ownerDocument?e.ownerDocument.defaultView:window};function Ur(e){return e instanceof Gr(e).HTMLElement}function Vr(e,t){var n="["+Mr.contextId+'="'+e+'"]',r=nt(document.querySelectorAll(n));if(!r.length)return null;var o=tt(r,function(e){return e.getAttribute(Mr.draggableId)===t});return o&&Ur(o)?o:null}function Wr(){var e={draggables:{},droppables:{}},t=[];function n(e){t.length&&t.forEach(function(t){return t(e)})}function r(t){return e.draggables[t]||null}function o(t){return e.droppables[t]||null}return{draggable:{register:function(t){e.draggables[t.descriptor.id]=t,n({type:"ADDITION",value:t})},update:function(t,n){var r=e.draggables[n.descriptor.id];r&&r.uniqueId===t.uniqueId&&(delete e.draggables[n.descriptor.id],e.draggables[t.descriptor.id]=t)},unregister:function(t){var o=t.descriptor.id,a=r(o);a&&t.uniqueId===a.uniqueId&&(delete e.draggables[o],n({type:"REMOVAL",value:t}))},getById:function(e){var t=r(e);return t||Re(!1),t},findById:r,exists:function(e){return Boolean(r(e))},getAllByType:function(t){return Ze(e.draggables).filter(function(e){return e.descriptor.type===t})}},droppable:{register:function(t){e.droppables[t.descriptor.id]=t},unregister:function(t){var n=o(t.descriptor.id);n&&t.uniqueId===n.uniqueId&&delete e.droppables[t.descriptor.id]},getById:function(e){var t=o(e);return t||Re(!1),t},findById:o,exists:function(e){return Boolean(o(e))},getAllByType:function(t){return Ze(e.droppables).filter(function(e){return e.descriptor.type===t})}},subscribe:function(e){return t.push(e),function(){var n=t.indexOf(e);-1!==n&&t.splice(n,1)}},clean:function(){e.draggables={},e.droppables={},t.length=0}}}var Kr=r.createContext(null),Xr=function(){var e=document.body;return e||Re(!1),e},Jr={position:"absolute",width:"1px",height:"1px",margin:"-1px",border:"0",padding:"0",overflow:"hidden",clip:"rect(0 0 0 0)","clip-path":"inset(100%)"};var Qr=0,Yr={separator:"::"};function Zr(e,t){return void 0===t&&(t=Yr),ie(function(){return""+e+t.separator+Qr++},[t.separator,e])}var eo=r.createContext(null);function to(e){0}function no(e,t){to()}function ro(){no()}function oo(e){var t=(0,r.useRef)(e);return(0,r.useEffect)(function(){t.current=e}),t}var ao,io=((ao={})[13]=!0,ao[9]=!0,ao),so=function(e){io[e.keyCode]&&e.preventDefault()},lo=function(){var e="visibilitychange";return"undefined"==typeof document?e:tt([e,"ms"+e,"webkit"+e,"moz"+e,"o"+e],function(e){return"on"+e in document})||e}();var uo,co={type:"IDLE"};function po(e){var t=e.cancel,n=e.completed,r=e.getPhase,o=e.setPhase;return[{eventName:"mousemove",fn:function(e){var t=e.button,n=e.clientX,a=e.clientY;if(0===t){var i={x:n,y:a},s=r();if("DRAGGING"===s.type)return e.preventDefault(),void s.actions.move(i);"PENDING"!==s.type&&Re(!1);var l=s.point;if(u=l,c=i,Math.abs(c.x-u.x)>=5||Math.abs(c.y-u.y)>=5){var u,c;e.preventDefault();var d=s.actions.fluidLift(i);o({type:"DRAGGING",actions:d})}}}},{eventName:"mouseup",fn:function(e){var o=r();"DRAGGING"===o.type?(e.preventDefault(),o.actions.drop({shouldBlockNextClick:!0}),n()):t()}},{eventName:"mousedown",fn:function(e){"DRAGGING"===r().type&&e.preventDefault(),t()}},{eventName:"keydown",fn:function(e){if("PENDING"!==r().type)return 27===e.keyCode?(e.preventDefault(),void t()):void so(e);t()}},{eventName:"resize",fn:t},{eventName:"scroll",options:{passive:!0,capture:!1},fn:function(){"PENDING"===r().type&&t()}},{eventName:"webkitmouseforcedown",fn:function(e){var n=r();"IDLE"===n.type&&Re(!1),n.actions.shouldRespectForcePress()?t():e.preventDefault()}},{eventName:lo,fn:t}]}function fo(){}var ho=((uo={})[34]=!0,uo[33]=!0,uo[36]=!0,uo[35]=!0,uo);function mo(e,t){function n(){t(),e.cancel()}return[{eventName:"keydown",fn:function(r){return 27===r.keyCode?(r.preventDefault(),void n()):32===r.keyCode?(r.preventDefault(),t(),void e.drop()):40===r.keyCode?(r.preventDefault(),void e.moveDown()):38===r.keyCode?(r.preventDefault(),void e.moveUp()):39===r.keyCode?(r.preventDefault(),void e.moveRight()):37===r.keyCode?(r.preventDefault(),void e.moveLeft()):void(ho[r.keyCode]?r.preventDefault():so(r))}},{eventName:"mousedown",fn:n},{eventName:"mouseup",fn:n},{eventName:"click",fn:n},{eventName:"touchstart",fn:n},{eventName:"resize",fn:n},{eventName:"wheel",fn:n,options:{passive:!0}},{eventName:lo,fn:n}]}var go={type:"IDLE"};var vo={input:!0,button:!0,textarea:!0,select:!0,option:!0,optgroup:!0,video:!0,audio:!0};function yo(e,t){if(null==t)return!1;if(Boolean(vo[t.tagName.toLowerCase()]))return!0;var n=t.getAttribute("contenteditable");return"true"===n||""===n||t!==e&&yo(e,t.parentElement)}function bo(e,t){var n=t.target;return!!Ur(n)&&yo(e,n)}var wo=function(e){return ue(e.getBoundingClientRect()).center};var xo=function(){var e="matches";return"undefined"==typeof document?e:tt([e,"msMatchesSelector","webkitMatchesSelector"],function(e){return e in Element.prototype})||e}();function _o(e,t){return null==e?null:e[xo](t)?e:_o(e.parentElement,t)}function ko(e,t){return e.closest?e.closest(t):_o(e,t)}function So(e,t){var n,r=t.target;if(!((n=r)instanceof Gr(n).Element))return null;var o=function(e){return"["+Mr.contextId+'="'+e+'"]'}(e),a=ko(r,o);return a&&Ur(a)?a:null}function Co(e){e.preventDefault()}function Po(e){var t=e.expected,n=e.phase,r=e.isLockActive;e.shouldWarn;return!!r()&&t===n}function Ao(e){var t=e.lockAPI,n=e.store,r=e.registry,o=e.draggableId;if(t.isClaimed())return!1;var a=r.draggable.findById(o);return!!a&&(!!a.options.isEnabled&&!!cr(n.getState(),o))}function Eo(e){var t=e.lockAPI,n=e.contextId,r=e.store,o=e.registry,i=e.draggableId,s=e.forceSensorStop,l=e.sourceEvent;if(!Ao({lockAPI:t,store:r,registry:o,draggableId:i}))return null;var u=o.draggable.getById(i),c=function(e,t){var n="["+Nr.contextId+'="'+e+'"]',r=tt(nt(document.querySelectorAll(n)),function(e){return e.getAttribute(Nr.id)===t});return r&&Ur(r)?r:null}(n,u.descriptor.id);if(!c)return null;if(l&&!u.options.canDragInteractiveElements&&bo(c,l))return null;var d=t.claim(s||Ce),p="PRE_DRAG";function f(){return u.options.shouldRespectForcePress}function h(){return t.isActive(d)}var m=function(e,t){Po({expected:e,phase:p,isLockActive:h,shouldWarn:!0})&&r.dispatch(t())}.bind(null,"DRAGGING");function g(e){function n(){t.release(),p="COMPLETED"}function o(t,o){if(void 0===o&&(o={shouldBlockNextClick:!1}),e.cleanup(),o.shouldBlockNextClick){var a=Pe(window,[{eventName:"click",fn:Co,options:{once:!0,passive:!1,capture:!0}}]);setTimeout(a)}n(),r.dispatch(Rn({reason:t}))}return"PRE_DRAG"!==p&&(n(),"PRE_DRAG"!==p&&Re(!1)),r.dispatch(function(e){return{type:"LIFT",payload:e}}(e.liftActionArgs)),p="DRAGGING",(0,a.A)({isActive:function(){return Po({expected:"DRAGGING",phase:p,isLockActive:h,shouldWarn:!1})},shouldRespectForcePress:f,drop:function(e){return o("DROP",e)},cancel:function(e){return o("CANCEL",e)}},e.actions)}return{isActive:function(){return Po({expected:"PRE_DRAG",phase:p,isLockActive:h,shouldWarn:!1})},shouldRespectForcePress:f,fluidLift:function(e){var t=ke(function(e){m(function(){return kn({client:e})})}),n=g({liftActionArgs:{id:i,clientSelection:e,movementMode:"FLUID"},cleanup:function(){return t.cancel()},actions:{move:t}});return(0,a.A)({},n,{move:t})},snapLift:function(){var e={moveUp:function(){return m(Sn)},moveRight:function(){return m(Pn)},moveDown:function(){return m(Cn)},moveLeft:function(){return m(An)}};return g({liftActionArgs:{id:i,clientSelection:wo(c),movementMode:"SNAP"},cleanup:Ce,actions:e})},abort:function(){Po({expected:"PRE_DRAG",phase:p,isLockActive:h,shouldWarn:!0})&&t.release()}}}var Ro=[function(e){var t=(0,r.useRef)(co),n=(0,r.useRef)(Ce),o=ie(function(){return{eventName:"mousedown",fn:function(t){if(!t.defaultPrevented&&0===t.button&&!(t.ctrlKey||t.metaKey||t.shiftKey||t.altKey)){var r=e.findClosestDraggableId(t);if(r){var o=e.tryGetLock(r,s,{sourceEvent:t});if(o){t.preventDefault();var a={x:t.clientX,y:t.clientY};n.current(),c(o,a)}}}}}},[e]),a=ie(function(){return{eventName:"webkitmouseforcewillbegin",fn:function(t){if(!t.defaultPrevented){var n=e.findClosestDraggableId(t);if(n){var r=e.findOptionsForDraggable(n);r&&(r.shouldRespectForcePress||e.canGetLock(n)&&t.preventDefault())}}}}},[e]),i=se(function(){n.current=Pe(window,[a,o],{passive:!1,capture:!0})},[a,o]),s=se(function(){"IDLE"!==t.current.type&&(t.current=co,n.current(),i())},[i]),l=se(function(){var e=t.current;s(),"DRAGGING"===e.type&&e.actions.cancel({shouldBlockNextClick:!0}),"PENDING"===e.type&&e.actions.abort()},[s]),u=se(function(){var e=po({cancel:l,completed:s,getPhase:function(){return t.current},setPhase:function(e){t.current=e}});n.current=Pe(window,e,{capture:!0,passive:!1})},[l,s]),c=se(function(e,n){"IDLE"!==t.current.type&&Re(!1),t.current={type:"PENDING",point:n,actions:e},u()},[u]);zr(function(){return i(),function(){n.current()}},[i])},function(e){var t=(0,r.useRef)(fo),n=ie(function(){return{eventName:"keydown",fn:function(n){if(!n.defaultPrevented&&32===n.keyCode){var r=e.findClosestDraggableId(n);if(r){var a=e.tryGetLock(r,l,{sourceEvent:n});if(a){n.preventDefault();var i=!0,s=a.snapLift();t.current(),t.current=Pe(window,mo(s,l),{capture:!0,passive:!1})}}}function l(){i||Re(!1),i=!1,t.current(),o()}}}},[e]),o=se(function(){t.current=Pe(window,[n],{passive:!1,capture:!0})},[n]);zr(function(){return o(),function(){t.current()}},[o])},function(e){var t=(0,r.useRef)(go),n=(0,r.useRef)(Ce),o=se(function(){return t.current},[]),a=se(function(e){t.current=e},[]),i=ie(function(){return{eventName:"touchstart",fn:function(t){if(!t.defaultPrevented){var r=e.findClosestDraggableId(t);if(r){var o=e.tryGetLock(r,l,{sourceEvent:t});if(o){var a=t.touches[0],i={x:a.clientX,y:a.clientY};n.current(),p(o,i)}}}}}},[e]),s=se(function(){n.current=Pe(window,[i],{capture:!0,passive:!1})},[i]),l=se(function(){var e=t.current;"IDLE"!==e.type&&("PENDING"===e.type&&clearTimeout(e.longPressTimerId),a(go),n.current(),s())},[s,a]),u=se(function(){var e=t.current;l(),"DRAGGING"===e.type&&e.actions.cancel({shouldBlockNextClick:!0}),"PENDING"===e.type&&e.actions.abort()},[l]),c=se(function(){var e={capture:!0,passive:!1},t={cancel:u,completed:l,getPhase:o},r=Pe(window,function(e){var t=e.cancel,n=e.completed,r=e.getPhase;return[{eventName:"touchmove",options:{capture:!1},fn:function(e){var n=r();if("DRAGGING"===n.type){n.hasMoved=!0;var o=e.touches[0],a={x:o.clientX,y:o.clientY};e.preventDefault(),n.actions.move(a)}else t()}},{eventName:"touchend",fn:function(e){var o=r();"DRAGGING"===o.type?(e.preventDefault(),o.actions.drop({shouldBlockNextClick:!0}),n()):t()}},{eventName:"touchcancel",fn:function(e){"DRAGGING"===r().type?(e.preventDefault(),t()):t()}},{eventName:"touchforcechange",fn:function(e){var n=r();"IDLE"===n.type&&Re(!1);var o=e.touches[0];if(o&&o.force>=.15){var a=n.actions.shouldRespectForcePress();if("PENDING"!==n.type)return a?n.hasMoved?void e.preventDefault():void t():void e.preventDefault();a&&t()}}},{eventName:lo,fn:t}]}(t),e),a=Pe(window,function(e){var t=e.cancel,n=e.getPhase;return[{eventName:"orientationchange",fn:t},{eventName:"resize",fn:t},{eventName:"contextmenu",fn:function(e){e.preventDefault()}},{eventName:"keydown",fn:function(e){"DRAGGING"===n().type?(27===e.keyCode&&e.preventDefault(),t()):t()}},{eventName:lo,fn:t}]}(t),e);n.current=function(){r(),a()}},[u,o,l]),d=se(function(){var e=o();"PENDING"!==e.type&&Re(!1);var t=e.actions.fluidLift(e.point);a({type:"DRAGGING",actions:t,hasMoved:!1})},[o,a]),p=se(function(e,t){"IDLE"!==o().type&&Re(!1);var n=setTimeout(d,120);a({type:"PENDING",point:t,actions:e,longPressTimerId:n}),c()},[c,o,a,d]);zr(function(){return s(),function(){n.current();var e=o();"PENDING"===e.type&&(clearTimeout(e.longPressTimerId),a(go))}},[o,s,a]),zr(function(){return Pe(window,[{eventName:"touchmove",fn:function(){},options:{capture:!1,passive:!1}}])},[])}];function Io(e){var t=e.contextId,n=e.store,o=e.registry,a=e.customSensors,i=e.enableDefaultSensors,s=[].concat(i?Ro:[],a||[]),l=(0,r.useState)(function(){return function(){var e=null;function t(){e||Re(!1),e=null}return{isClaimed:function(){return Boolean(e)},isActive:function(t){return t===e},claim:function(t){e&&Re(!1);var n={abandon:t};return e=n,n},release:t,tryAbandon:function(){e&&(e.abandon(),t())}}}()})[0],u=se(function(e,t){e.isDragging&&!t.isDragging&&l.tryAbandon()},[l]);zr(function(){var e=n.getState();return n.subscribe(function(){var t=n.getState();u(e,t),e=t})},[l,n,u]),zr(function(){return l.tryAbandon},[l.tryAbandon]);var c=se(function(e){return Ao({lockAPI:l,registry:o,store:n,draggableId:e})},[l,o,n]),d=se(function(e,r,a){return Eo({lockAPI:l,registry:o,contextId:t,store:n,draggableId:e,forceSensorStop:r,sourceEvent:a&&a.sourceEvent?a.sourceEvent:null})},[t,l,o,n]),p=se(function(e){return function(e,t){var n=So(e,t);return n?n.getAttribute(Mr.draggableId):null}(t,e)},[t]),f=se(function(e){var t=o.draggable.findById(e);return t?t.options:null},[o.draggable]),h=se(function(){l.isClaimed()&&(l.tryAbandon(),"IDLE"!==n.getState().phase&&n.dispatch({type:"FLUSH",payload:null}))},[l,n]),m=se(l.isClaimed,[l]),g=ie(function(){return{canGetLock:c,tryGetLock:d,findClosestDraggableId:p,findOptionsForDraggable:f,tryReleaseLock:h,isLockClaimed:m}},[c,d,p,f,h,m]);to();for(var v=0;v<s.length;v++)s[v](g)}function To(e){return e.current||Re(!1),e.current}function jo(e){var t=e.contextId,n=e.setCallbacks,o=e.sensors,i=e.nonce,s=e.dragHandleUsageInstructions,l=(0,r.useRef)(null);ro();var u=oo(e),c=se(function(){return function(e){return{onBeforeCapture:e.onBeforeCapture,onBeforeDragStart:e.onBeforeDragStart,onDragStart:e.onDragStart,onDragEnd:e.onDragEnd,onDragUpdate:e.onDragUpdate}}(u.current)},[u]),d=function(e){var t=ie(function(){return function(e){return"rbd-announcement-"+e}(e)},[e]),n=(0,r.useRef)(null);return(0,r.useEffect)(function(){var e=document.createElement("div");return n.current=e,e.id=t,e.setAttribute("aria-live","assertive"),e.setAttribute("aria-atomic","true"),(0,a.A)(e.style,Jr),Xr().appendChild(e),function(){setTimeout(function(){var t=Xr();t.contains(e)&&t.removeChild(e),e===n.current&&(n.current=null)})}},[t]),se(function(e){var t=n.current;t&&(t.textContent=e)},[])}(t),p=function(e){var t=e.contextId,n=e.text,o=Zr("hidden-text",{separator:"-"}),a=ie(function(){return"rbd-hidden-text-"+(e={contextId:t,uniqueId:o}).contextId+"-"+e.uniqueId;var e},[o,t]);return(0,r.useEffect)(function(){var e=document.createElement("div");return e.id=a,e.textContent=n,e.style.display="none",Xr().appendChild(e),function(){var t=Xr();t.contains(e)&&t.removeChild(e)}},[a,n]),a}({contextId:t,text:s}),f=$r(t,i),h=se(function(e){To(l).dispatch(e)},[]),m=ie(function(){return g({publishWhileDragging:yn,updateDroppableScroll:wn,updateDroppableIsEnabled:xn,updateDroppableIsCombineEnabled:_n,collectionStarting:bn},h)},[h]),v=function(){var e=ie(Wr,[]);return(0,r.useEffect)(function(){return function(){requestAnimationFrame(e.clean)}},[e]),e}(),y=ie(function(){return ur(v,m)},[v,m]),b=ie(function(){return Or((0,a.A)({scrollWindow:dr,scrollDroppable:y.scrollDroppable},g({move:kn},h)))},[y.scrollDroppable,h]),w=function(e){var t=(0,r.useRef)({}),n=(0,r.useRef)(null),o=(0,r.useRef)(null),a=(0,r.useRef)(!1),i=se(function(e,n){var r={id:e,focus:n};return t.current[e]=r,function(){var n=t.current;n[e]!==r&&delete n[e]}},[]),s=se(function(t){var n=Vr(e,t);n&&n!==document.activeElement&&n.focus()},[e]),l=se(function(e,t){n.current===e&&(n.current=t)},[]),u=se(function(){o.current||a.current&&(o.current=requestAnimationFrame(function(){o.current=null;var e=n.current;e&&s(e)}))},[s]),c=se(function(e){n.current=null;var t=document.activeElement;t&&t.getAttribute(Mr.draggableId)===e&&(n.current=e)},[]);return zr(function(){return a.current=!0,function(){a.current=!1;var e=o.current;e&&cancelAnimationFrame(e)}},[]),ie(function(){return{register:i,tryRecordFocus:c,tryRestoreFocusRecorded:u,tryShiftRecord:l}},[i,c,u,l])}(t),x=ie(function(){return tr({announce:d,autoScroller:b,dimensionMarshal:y,focusMarshal:w,getResponders:c,styleMarshal:f})},[d,b,y,w,c,f]);l.current=x;var _=se(function(){var e=To(l);"IDLE"!==e.getState().phase&&e.dispatch({type:"FLUSH",payload:null})},[]),k=se(function(){var e=To(l).getState();return e.isDragging||"DROP_ANIMATING"===e.phase},[]);n(ie(function(){return{isDragging:k,tryAbort:_}},[k,_]));var C=se(function(e){return cr(To(l).getState(),e)},[]),P=se(function(){return Jt(To(l).getState())},[]),A=ie(function(){return{marshal:y,focus:w,contextId:t,canLift:C,isMovementAllowed:P,dragHandleUsageInstructionsId:p,registry:v}},[t,y,p,w,C,P,v]);return Io({contextId:t,store:x,registry:v,customSensors:o,enableDefaultSensors:!1!==e.enableDefaultSensors}),(0,r.useEffect)(function(){return _},[_]),r.createElement(eo.Provider,{value:A},r.createElement(S,{context:Kr,store:x},e.children))}var Oo=0;function Do(e){var t=ie(function(){return""+Oo++},[]),n=e.dragHandleUsageInstructions||Me;return r.createElement(Ie,null,function(o){return r.createElement(jo,{nonce:e.nonce,contextId:t,setCallbacks:o,dragHandleUsageInstructions:n,enableDefaultSensors:e.enableDefaultSensors,sensors:e.sensors,onBeforeCapture:e.onBeforeCapture,onBeforeDragStart:e.onBeforeDragStart,onDragStart:e.onDragStart,onDragUpdate:e.onDragUpdate,onDragEnd:e.onDragEnd},e.children)})}var Mo=function(e){return function(t){return e===t}},No=Mo("scroll"),Fo=Mo("auto"),Bo=(Mo("visible"),function(e,t){return t(e.overflowX)||t(e.overflowY)}),Lo=function e(t){return null==t||t===document.body||t===document.documentElement?null:function(e){var t=window.getComputedStyle(e),n={overflowX:t.overflowX,overflowY:t.overflowY};return Bo(n,No)||Bo(n,Fo)}(t)?t:e(t.parentElement)},zo=function(e){return{x:e.scrollLeft,y:e.scrollTop}},qo=function e(t){return!!t&&("fixed"===window.getComputedStyle(t).position||e(t.parentElement))},Ho=function(e){return{closestScrollable:Lo(e),isFixedOnPage:qo(e)}},$o=function(e){var t=e.ref,n=e.descriptor,r=e.env,o=e.windowScroll,a=e.direction,i=e.isDropDisabled,s=e.isCombineEnabled,l=e.shouldClipSubject,u=r.closestScrollable,c=function(e,t){var n=ye(e);if(!t)return n;if(e!==t)return n;var r=n.paddingBox.top-t.scrollTop,o=n.paddingBox.left-t.scrollLeft,a=r+t.scrollHeight,i=o+t.scrollWidth,s=ce({top:r,right:i,bottom:a,left:o},n.border);return fe({borderBox:s,margin:n.margin,border:n.border,padding:n.padding})}(t,u),d=ge(c,o),p=function(){if(!u)return null;var e=ye(u),t={scrollHeight:u.scrollHeight,scrollWidth:u.scrollWidth};return{client:e,page:ge(e,o),scroll:zo(u),scrollSize:t,shouldClipSubject:l}}(),f=function(e){var t=e.descriptor,n=e.isEnabled,r=e.isCombineEnabled,o=e.isFixedOnPage,a=e.direction,i=e.client,s=e.page,l=e.closest,u=function(){if(!l)return null;var e=l.scrollSize,t=l.client,n=nr({scrollHeight:e.scrollHeight,scrollWidth:e.scrollWidth,height:t.paddingBox.height,width:t.paddingBox.width});return{pageMarginBox:l.page.marginBox,frameClient:t,scrollSize:e,shouldClipSubject:l.shouldClipSubject,scroll:{initial:l.scroll,current:l.scroll,max:n,diff:{value:Le,displacement:Le}}}}(),c="vertical"===a?yt:bt;return{descriptor:t,isCombineEnabled:r,isFixedOnPage:o,axis:c,isEnabled:n,client:i,page:s,frame:u,subject:Qe({page:s,withPlaceholder:null,axis:c,frame:u})}}({descriptor:n,isEnabled:!i,isCombineEnabled:s,isFixedOnPage:r.isFixedOnPage,direction:a,client:c,page:d,closest:p});return f},Go={passive:!1},Uo={passive:!0},Vo=function(e){return e.shouldPublishImmediately?Go:Uo};function Wo(e){var t=(0,r.useContext)(e);return t||Re(!1),t}var Ko=function(e){return e&&e.env.closestScrollable||null};function Xo(){}var Jo={width:0,height:0,margin:{top:0,right:0,bottom:0,left:0}},Qo=function(e){var t=e.isAnimatingOpenOnMount,n=e.placeholder,r=e.animate,o=function(e){var t=e.isAnimatingOpenOnMount,n=e.placeholder,r=e.animate;return t||"close"===r?Jo:{height:n.client.borderBox.height,width:n.client.borderBox.width,margin:n.client.margin}}({isAnimatingOpenOnMount:t,placeholder:n,animate:r});return{display:n.display,boxSizing:"border-box",width:o.width,height:o.height,marginTop:o.margin.top,marginRight:o.margin.right,marginBottom:o.margin.bottom,marginLeft:o.margin.left,flexShrink:"0",flexGrow:"0",pointerEvents:"none",transition:"none"!==r?Mn.placeholder:null}};var Yo=r.memo(function(e){var t=(0,r.useRef)(null),n=se(function(){t.current&&(clearTimeout(t.current),t.current=null)},[]),o=e.animate,a=e.onTransitionEnd,i=e.onClose,s=e.contextId,l=(0,r.useState)("open"===e.animate),u=l[0],c=l[1];(0,r.useEffect)(function(){return u?"open"!==o?(n(),c(!1),Xo):t.current?Xo:(t.current=setTimeout(function(){t.current=null,c(!1)}),n):Xo},[o,u,n]);var d=se(function(e){"height"===e.propertyName&&(a(),"close"===o&&i())},[o,i,a]),p=Qo({isAnimatingOpenOnMount:u,animate:e.animate,placeholder:e.placeholder});return r.createElement(e.placeholder.tagName,{style:p,"data-rbd-placeholder-context-id":s,onTransitionEnd:d,ref:e.innerRef})}),Zo=r.createContext(null);var ea=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).state={isVisible:Boolean(t.props.on),data:t.props.on,animate:t.props.shouldAnimate&&t.props.on?"open":"none"},t.onClose=function(){"close"===t.state.animate&&t.setState({isVisible:!1})},t}return(0,o.A)(t,e),t.getDerivedStateFromProps=function(e,t){return e.shouldAnimate?e.on?{isVisible:!0,data:e.on,animate:"open"}:t.isVisible?{isVisible:!0,data:t.data,animate:"close"}:{isVisible:!1,animate:"close",data:null}:{isVisible:Boolean(e.on),data:e.on,animate:"none"}},t.prototype.render=function(){if(!this.state.isVisible)return null;var e={onClose:this.onClose,data:this.state.data,animate:this.state.animate};return this.props.children(e)},t}(r.PureComponent),ta=5e3,na=4500,ra=function(e,t){return t?Mn.drop(t.duration):e?Mn.snap:Mn.fluid},oa=function(e,t){return e?t?jn.drop:jn.combining:null};function aa(e){return"DRAGGING"===e.type?function(e){var t=e.dimension.client,n=e.offset,r=e.combineWith,o=e.dropping,a=Boolean(r),i=function(e){return null!=e.forceShouldAnimate?e.forceShouldAnimate:"SNAP"===e.mode}(e),s=Boolean(o),l=s?Bn(n,a):Fn(n);return{position:"fixed",top:t.marginBox.top,left:t.marginBox.left,boxSizing:"border-box",width:t.borderBox.width,height:t.borderBox.height,transition:ra(i,o),transform:l,opacity:oa(a,s),zIndex:s?na:ta,pointerEvents:"none"}}(e):{transform:Fn((t=e).offset),transition:t.shouldAnimateDisplacement?null:"none"};var t}function ia(e){var t=Zr("draggable"),n=e.descriptor,o=e.registry,a=e.getDraggableRef,i=e.canDragInteractiveElements,s=e.shouldRespectForcePress,l=e.isEnabled,u=ie(function(){return{canDragInteractiveElements:i,shouldRespectForcePress:s,isEnabled:l}},[i,l,s]),c=se(function(e){var t=a();return t||Re(!1),function(e,t,n){void 0===n&&(n=Le);var r=window.getComputedStyle(t),o=t.getBoundingClientRect(),a=ve(o,r),i=ge(a,n);return{descriptor:e,placeholder:{client:a,tagName:t.tagName.toLowerCase(),display:r.display},displaceBy:{x:a.marginBox.width,y:a.marginBox.height},client:a,page:i}}(n,t,e)},[n,a]),d=ie(function(){return{uniqueId:t,descriptor:n,options:u,getDimension:c}},[n,c,u,t]),p=(0,r.useRef)(d),f=(0,r.useRef)(!0);zr(function(){return o.draggable.register(p.current),function(){return o.draggable.unregister(p.current)}},[o.draggable]),zr(function(){if(f.current)f.current=!1;else{var e=p.current;p.current=d,o.draggable.update(d,e)}},[d,o.draggable])}function sa(e,t,n){no()}function la(e){e.preventDefault()}var ua=function(e,t){return e===t},ca=function(e){var t=e.combine,n=e.destination;return n?n.droppableId:t?t.droppableId:null};function da(e){return{isDragging:!1,isDropAnimating:!1,isClone:!1,dropAnimation:null,mode:null,draggingOver:null,combineTargetFor:e,combineWith:null}}var pa={mapped:{type:"SECONDARY",offset:Le,combineTargetFor:null,shouldAnimateDisplacement:!0,snapshot:da(null)}};var fa=ne(function(){var e,t,n,r=(e=_e(function(e,t){return{x:e,y:t}}),t=_e(function(e,t,n,r,o){return{isDragging:!0,isClone:t,isDropAnimating:Boolean(o),dropAnimation:o,mode:e,draggingOver:n,combineWith:r,combineTargetFor:null}}),n=_e(function(e,n,r,o,a,i,s){return{mapped:{type:"DRAGGING",dropping:null,draggingOver:a,combineWith:i,mode:n,offset:e,dimension:r,forceShouldAnimate:s,snapshot:t(n,o,a,i,null)}}}),function(r,o){if(r.isDragging){if(r.critical.draggable.id!==o.draggableId)return null;var a=r.current.client.offset,i=r.dimensions.draggables[o.draggableId],s=Kt(r.impact),l=(c=r.impact).at&&"COMBINE"===c.at.type?c.at.combine.draggableId:null,u=r.forceShouldAnimate;return n(e(a.x,a.y),r.movementMode,i,o.isClone,s,l,u)}var c;if("DROP_ANIMATING"===r.phase){var d=r.completed;if(d.result.draggableId!==o.draggableId)return null;var p=o.isClone,f=r.dimensions.draggables[o.draggableId],h=d.result,m=h.mode,g=ca(h),v=function(e){return e.combine?e.combine.draggableId:null}(h),y={duration:r.dropDuration,curve:Tn,moveTo:r.newHomeClientOffset,opacity:v?jn.drop:null,scale:v?On.drop:null};return{mapped:{type:"DRAGGING",offset:r.newHomeClientOffset,dimension:f,dropping:y,draggingOver:g,combineWith:v,mode:m,forceShouldAnimate:null,snapshot:t(m,p,g,v,y)}}}return null}),o=function(){var e=_e(function(e,t){return{x:e,y:t}}),t=_e(da),n=_e(function(e,n,r){return void 0===n&&(n=null),{mapped:{type:"SECONDARY",offset:e,combineTargetFor:n,shouldAnimateDisplacement:r,snapshot:t(n)}}}),r=function(e){return e?n(Le,e,!0):null},o=function(t,o,a,i){var s=a.displaced.visible[t],l=Boolean(i.inVirtualList&&i.effected[t]),u=ut(a),c=u&&u.draggableId===t?o:null;if(!s){if(!l)return r(c);if(a.displaced.invisible[t])return null;var d=$e(i.displacedBy.point),p=e(d.x,d.y);return n(p,c,!0)}if(l)return r(c);var f=a.displacedBy.point,h=e(f.x,f.y);return n(h,c,s.shouldAnimate)};return function(e,t){if(e.isDragging)return e.critical.draggable.id===t.draggableId?null:o(t.draggableId,e.critical.draggable.id,e.impact,e.afterCritical);if("DROP_ANIMATING"===e.phase){var n=e.completed;return n.result.draggableId===t.draggableId?null:o(t.draggableId,n.result.draggableId,n.impact,n.afterCritical)}return null}}();return function(e,t){return r(e,t)||o(e,t)||pa}},{dropAnimationFinished:In},null,{context:Kr,pure:!0,areStatePropsEqual:ua})(function(e){var t=(0,r.useRef)(null),n=se(function(e){t.current=e},[]),o=se(function(){return t.current},[]),a=Wo(eo),i=a.contextId,s=a.dragHandleUsageInstructionsId,l=a.registry,u=Wo(Zo),c=u.type,d=u.droppableId,p=ie(function(){return{id:e.draggableId,index:e.index,type:c,droppableId:d}},[e.draggableId,e.index,c,d]),f=e.children,h=e.draggableId,m=e.isEnabled,g=e.shouldRespectForcePress,v=e.canDragInteractiveElements,y=e.isClone,b=e.mapped,w=e.dropAnimationFinished;sa(),to(),y||ia(ie(function(){return{descriptor:p,registry:l,getDraggableRef:o,canDragInteractiveElements:v,shouldRespectForcePress:g,isEnabled:m}},[p,l,o,v,g,m]));var x=ie(function(){return m?{tabIndex:0,role:"button","aria-describedby":s,"data-rbd-drag-handle-draggable-id":h,"data-rbd-drag-handle-context-id":i,draggable:!1,onDragStart:la}:null},[i,s,h,m]),_=se(function(e){"DRAGGING"===b.type&&b.dropping&&"transform"===e.propertyName&&w()},[w,b]),k=ie(function(){var e=aa(b),t="DRAGGING"===b.type&&b.dropping?_:null;return{innerRef:n,draggableProps:{"data-rbd-draggable-context-id":i,"data-rbd-draggable-id":h,style:e,onTransitionEnd:t},dragHandleProps:x}},[i,x,h,b,_,n]),S=ie(function(){return{draggableId:p.id,type:p.type,source:{index:p.index,droppableId:p.droppableId}}},[p.droppableId,p.id,p.index,p.type]);return f(k,b.snapshot,S)});function ha(e){return Wo(Zo).isUsingCloneFor!==e.draggableId||e.isClone?r.createElement(fa,e):null}function ma(e){var t="boolean"!=typeof e.isDragDisabled||!e.isDragDisabled,n=Boolean(e.disableInteractiveElementBlocking),o=Boolean(e.shouldRespectForcePress);return r.createElement(ha,(0,a.A)({},e,{isClone:!1,isEnabled:t,canDragInteractiveElements:n,shouldRespectForcePress:o}))}var ga=function(e,t){return e===t.droppable.type},va=function(e,t){return t.draggables[e.draggable.id]};var ya={mode:"standard",type:"DEFAULT",direction:"vertical",isDropDisabled:!1,isCombineEnabled:!1,ignoreContainerClipping:!1,renderClone:null,getContainerForClone:function(){return document.body||Re(!1),document.body}},ba=ne(function(){var e={placeholder:null,shouldAnimatePlaceholder:!0,snapshot:{isDraggingOver:!1,draggingOverWith:null,draggingFromThisWith:null,isUsingPlaceholder:!1},useClone:null},t=(0,a.A)({},e,{shouldAnimatePlaceholder:!1}),n=_e(function(e){return{draggableId:e.id,type:e.type,source:{index:e.index,droppableId:e.droppableId}}}),r=_e(function(r,o,a,i,s,l){var u=s.descriptor.id;if(s.descriptor.droppableId===r){var c=l?{render:l,dragging:n(s.descriptor)}:null,d={isDraggingOver:a,draggingOverWith:a?u:null,draggingFromThisWith:u,isUsingPlaceholder:!0};return{placeholder:s.placeholder,shouldAnimatePlaceholder:!1,snapshot:d,useClone:c}}if(!o)return t;if(!i)return e;var p={isDraggingOver:a,draggingOverWith:u,draggingFromThisWith:null,isUsingPlaceholder:!0};return{placeholder:s.placeholder,shouldAnimatePlaceholder:!0,snapshot:p,useClone:null}});return function(n,o){var a=o.droppableId,i=o.type,s=!o.isDropDisabled,l=o.renderClone;if(n.isDragging){var u=n.critical;if(!ga(i,u))return t;var c=va(u,n.dimensions),d=Kt(n.impact)===a;return r(a,s,d,d,c,l)}if("DROP_ANIMATING"===n.phase){var p=n.completed;if(!ga(i,p.critical))return t;var f=va(p.critical,n.dimensions);return r(a,s,ca(p.result)===a,Kt(p.impact)===a,f,l)}if("IDLE"===n.phase&&n.completed&&!n.shouldFlush){var h=n.completed;if(!ga(i,h.critical))return t;var m=Kt(h.impact)===a,g=Boolean(h.impact.at&&"COMBINE"===h.impact.at.type),v=h.critical.droppable.id===a;return m?g?e:t:v?e:t}return t}},{updateViewportMaxScroll:function(e){return{type:"UPDATE_VIEWPORT_MAX_SCROLL",payload:e}}},null,{context:Kr,pure:!0,areStatePropsEqual:ua})(function(e){var t=(0,r.useContext)(eo);t||Re(!1);var n=t.contextId,o=t.isMovementAllowed,a=(0,r.useRef)(null),i=(0,r.useRef)(null),s=e.children,l=e.droppableId,u=e.type,c=e.mode,d=e.direction,p=e.ignoreContainerClipping,f=e.isDropDisabled,h=e.isCombineEnabled,m=e.snapshot,g=e.useClone,v=e.updateViewportMaxScroll,y=e.getContainerForClone,b=se(function(){return a.current},[]),w=se(function(e){a.current=e},[]),x=(se(function(){return i.current},[]),se(function(e){i.current=e},[]));no();var _=se(function(){o()&&v({maxScroll:or()})},[o,v]);!function(e){var t=(0,r.useRef)(null),n=Wo(eo),o=Zr("droppable"),a=n.registry,i=n.marshal,s=oo(e),l=ie(function(){return{id:e.droppableId,type:e.type,mode:e.mode}},[e.droppableId,e.mode,e.type]),u=(0,r.useRef)(l),c=ie(function(){return _e(function(e,n){t.current||Re(!1);var r={x:e,y:n};i.updateDroppableScroll(l.id,r)})},[l.id,i]),d=se(function(){var e=t.current;return e&&e.env.closestScrollable?zo(e.env.closestScrollable):Le},[]),p=se(function(){var e=d();c(e.x,e.y)},[d,c]),f=ie(function(){return ke(p)},[p]),h=se(function(){var e=t.current,n=Ko(e);e&&n||Re(!1),e.scrollOptions.shouldPublishImmediately?p():f()},[f,p]),m=se(function(e,r){t.current&&Re(!1);var o=s.current,a=o.getDroppableRef();a||Re(!1);var i=Ho(a),u={ref:a,descriptor:l,env:i,scrollOptions:r};t.current=u;var c=$o({ref:a,descriptor:l,env:i,windowScroll:e,direction:o.direction,isDropDisabled:o.isDropDisabled,isCombineEnabled:o.isCombineEnabled,shouldClipSubject:!o.ignoreContainerClipping}),d=i.closestScrollable;return d&&(d.setAttribute(Br.contextId,n.contextId),d.addEventListener("scroll",h,Vo(u.scrollOptions))),c},[n.contextId,l,h,s]),g=se(function(){var e=t.current,n=Ko(e);return e&&n||Re(!1),zo(n)},[]),v=se(function(){var e=t.current;e||Re(!1);var n=Ko(e);t.current=null,n&&(f.cancel(),n.removeAttribute(Br.contextId),n.removeEventListener("scroll",h,Vo(e.scrollOptions)))},[h,f]),y=se(function(e){var n=t.current;n||Re(!1);var r=Ko(n);r||Re(!1),r.scrollTop+=e.y,r.scrollLeft+=e.x},[]),b=ie(function(){return{getDimensionAndWatchScroll:m,getScrollWhileDragging:g,dragStopped:v,scroll:y}},[v,m,g,y]),w=ie(function(){return{uniqueId:o,descriptor:l,callbacks:b}},[b,l,o]);zr(function(){return u.current=w.descriptor,a.droppable.register(w),function(){t.current&&v(),a.droppable.unregister(w)}},[b,l,v,w,i,a.droppable]),zr(function(){t.current&&i.updateDroppableIsEnabled(u.current.id,!e.isDropDisabled)},[e.isDropDisabled,i]),zr(function(){t.current&&i.updateDroppableIsCombineEnabled(u.current.id,e.isCombineEnabled)},[e.isCombineEnabled,i])}({droppableId:l,type:u,mode:c,direction:d,isDropDisabled:f,isCombineEnabled:h,ignoreContainerClipping:p,getDroppableRef:b});var k=r.createElement(ea,{on:e.placeholder,shouldAnimate:e.shouldAnimatePlaceholder},function(e){var t=e.onClose,o=e.data,a=e.animate;return r.createElement(Yo,{placeholder:o,onClose:t,innerRef:x,animate:a,contextId:n,onTransitionEnd:_})}),S=ie(function(){return{innerRef:w,placeholder:k,droppableProps:{"data-rbd-droppable-id":l,"data-rbd-droppable-context-id":n}}},[n,l,k,w]),C=g?g.dragging.draggableId:null,P=ie(function(){return{droppableId:l,type:u,isUsingCloneFor:C}},[l,C,u]);return r.createElement(Zo.Provider,{value:P},s(S,m),function(){if(!g)return null;var e=g.dragging,t=g.render,n=r.createElement(ha,{draggableId:e.draggableId,index:e.source.index,isClone:!0,isEnabled:!0,shouldRespectForcePress:!1,canDragInteractiveElements:!0},function(n,r){return t(n,r,e)});return oe.createPortal(n,y())}())});ba.defaultProps=ya},"../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js"(e,t,n){"use strict";var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/index.js");function a(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var i=Symbol.for("react.transitional.element"),s=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),d=Symbol.for("react.consumer"),p=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),y=Symbol.for("react.scope"),b=Symbol.for("react.activity"),w=Symbol.for("react.legacy_hidden"),x=Symbol.for("react.memo_cache_sentinel"),_=Symbol.for("react.view_transition"),k=Symbol.iterator;function S(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=k&&e[k]||e["@@iterator"])?e:null}var C=Array.isArray;function P(e,t){var n=3&e.length,r=e.length-n,o=t;for(t=0;t<r;){var a=255&e.charCodeAt(t)|(255&e.charCodeAt(++t))<<8|(255&e.charCodeAt(++t))<<16|(255&e.charCodeAt(++t))<<24;++t,o=27492+(65535&(o=5*(65535&(o=(o^=a=461845907*(65535&(a=(a=3432918353*(65535&a)+((3432918353*(a>>>16)&65535)<<16)&4294967295)<<15|a>>>17))+((461845907*(a>>>16)&65535)<<16)&4294967295)<<13|o>>>19))+((5*(o>>>16)&65535)<<16)&4294967295))+(((o>>>16)+58964&65535)<<16)}switch(a=0,n){case 3:a^=(255&e.charCodeAt(t+2))<<16;case 2:a^=(255&e.charCodeAt(t+1))<<8;case 1:o^=461845907*(65535&(a=(a=3432918353*(65535&(a^=255&e.charCodeAt(t)))+((3432918353*(a>>>16)&65535)<<16)&4294967295)<<15|a>>>17))+((461845907*(a>>>16)&65535)<<16)&4294967295}return o^=e.length,o=2246822507*(65535&(o^=o>>>16))+((2246822507*(o>>>16)&65535)<<16)&4294967295,((o=3266489909*(65535&(o^=o>>>13))+((3266489909*(o>>>16)&65535)<<16)&4294967295)^o>>>16)>>>0}var A=Object.assign,E=Object.prototype.hasOwnProperty,R=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]*$"),I={},T={};function j(e){return!!E.call(T,e)||!E.call(I,e)&&(R.test(e)?T[e]=!0:(I[e]=!0,!1))}var O=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(" ")),D=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"]]),M=/["'&<>]/;function N(e){if("boolean"==typeof e||"number"==typeof e||"bigint"==typeof e)return""+e;e=""+e;var t=M.exec(e);if(t){var n,r="",o=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t=""";break;case 38:t="&";break;case 39:t="'";break;case 60:t="<";break;case 62:t=">";break;default:continue}o!==n&&(r+=e.slice(o,n)),o=n+1,r+=t}e=o!==n?r+e.slice(o,n):r}return e}var F=/([A-Z])/g,B=/^ms-/,L=/^[\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 z(e){return L.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}var q=r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,H=o.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,$={pending:!1,data:null,method:null,action:null},G=H.d;H.d={f:G.f,r:G.r,D:function(e){var t=mn||null;if(t){var n=t.resumableState,r=t.renderState;if("string"==typeof e&&e){var o,a;if(!n.dnsResources.hasOwnProperty(e))n.dnsResources[e]=null,(a=(n=r.headers)&&0<n.remainingCapacity)&&(o="<"+(""+e).replace(Xe,Je)+">; rel=dns-prefetch",a=0<=(n.remainingCapacity-=o.length+2)),a?(r.resets.dns[e]=null,n.preconnects&&(n.preconnects+=", "),n.preconnects+=o):(pe(o=[],{href:e,rel:"dns-prefetch"}),r.preconnects.add(o));cr(t)}}else G.D(e)},C:function(e,t){var n=mn||null;if(n){var r=n.resumableState,o=n.renderState;if("string"==typeof e&&e){var a="use-credentials"===t?"credentials":"string"==typeof t?"anonymous":"default";if(!r.connectResources[a].hasOwnProperty(e)){var i,s;if(r.connectResources[a][e]=null,s=(r=o.headers)&&0<r.remainingCapacity){if(s="<"+(""+e).replace(Xe,Je)+">; rel=preconnect","string"==typeof t)s+='; crossorigin="'+(""+t).replace(Qe,Ye)+'"';i=s,s=0<=(r.remainingCapacity-=i.length+2)}s?(o.resets.connect[a][e]=null,r.preconnects&&(r.preconnects+=", "),r.preconnects+=i):(pe(a=[],{rel:"preconnect",href:e,crossOrigin:t}),o.preconnects.add(a))}cr(n)}}else G.C(e,t)},L:function(e,t,n){var r=mn||null;if(r){var o=r.resumableState,a=r.renderState;if(t&&e){switch(t){case"image":if(n)var i=n.imageSrcSet,s=n.imageSizes,l=n.fetchPriority;var u,c=i?i+"\n"+(s||""):e;if(o.imageResources.hasOwnProperty(c))return;o.imageResources[c]=U,(o=a.headers)&&0<o.remainingCapacity&&"string"!=typeof i&&"high"===l&&(u=Ke(e,t,n),0<=(o.remainingCapacity-=u.length+2))?(a.resets.image[c]=U,o.highImagePreloads&&(o.highImagePreloads+=", "),o.highImagePreloads+=u):(pe(o=[],A({rel:"preload",href:i?void 0:e,as:t},n)),"high"===l?a.highImagePreloads.add(o):(a.bulkPreloads.add(o),a.preloads.images.set(c,o)));break;case"style":if(o.styleResources.hasOwnProperty(e))return;pe(i=[],A({rel:"preload",href:e,as:t},n)),o.styleResources[e]=!n||"string"!=typeof n.crossOrigin&&"string"!=typeof n.integrity?U:[n.crossOrigin,n.integrity],a.preloads.stylesheets.set(e,i),a.bulkPreloads.add(i);break;case"script":if(o.scriptResources.hasOwnProperty(e))return;i=[],a.preloads.scripts.set(e,i),a.bulkPreloads.add(i),pe(i,A({rel:"preload",href:e,as:t},n)),o.scriptResources[e]=!n||"string"!=typeof n.crossOrigin&&"string"!=typeof n.integrity?U:[n.crossOrigin,n.integrity];break;default:if(o.unknownResources.hasOwnProperty(t)){if((i=o.unknownResources[t]).hasOwnProperty(e))return}else i={},o.unknownResources[t]=i;if(i[e]=U,(o=a.headers)&&0<o.remainingCapacity&&"font"===t&&(c=Ke(e,t,n),0<=(o.remainingCapacity-=c.length+2)))a.resets.font[e]=U,o.fontPreloads&&(o.fontPreloads+=", "),o.fontPreloads+=c;else if("font"===(pe(o=[],e=A({rel:"preload",href:e,as:t},n)),t))a.fontPreloads.add(o);else a.bulkPreloads.add(o)}cr(r)}}else G.L(e,t,n)},m:function(e,t){var n=mn||null;if(n){var r=n.resumableState,o=n.renderState;if(e){var a=t&&"string"==typeof t.as?t.as:"script";if("script"===a){if(r.moduleScriptResources.hasOwnProperty(e))return;a=[],r.moduleScriptResources[e]=!t||"string"!=typeof t.crossOrigin&&"string"!=typeof t.integrity?U:[t.crossOrigin,t.integrity],o.preloads.moduleScripts.set(e,a)}else{if(r.moduleUnknownResources.hasOwnProperty(a)){var i=r.unknownResources[a];if(i.hasOwnProperty(e))return}else i={},r.moduleUnknownResources[a]=i;a=[],i[e]=U}pe(a,A({rel:"modulepreload",href:e},t)),o.bulkPreloads.add(a),cr(n)}}else G.m(e,t)},X:function(e,t){var n=mn||null;if(n){var r=n.resumableState,o=n.renderState;if(e){var a=r.scriptResources.hasOwnProperty(e)?r.scriptResources[e]:void 0;null!==a&&(r.scriptResources[e]=null,t=A({src:e,async:!0},t),a&&(2===a.length&&We(t,a),e=o.preloads.scripts.get(e))&&(e.length=0),e=[],o.scripts.add(e),ve(e,t),cr(n))}}else G.X(e,t)},S:function(e,t,n){var r=mn||null;if(r){var o=r.resumableState,a=r.renderState;if(e){t=t||"default";var i=a.styles.get(t),s=o.styleResources.hasOwnProperty(e)?o.styleResources[e]:void 0;null!==s&&(o.styleResources[e]=null,i||(i={precedence:N(t),rules:[],hrefs:[],sheets:new Map},a.styles.set(t,i)),t={state:0,props:A({rel:"stylesheet",href:e,"data-precedence":t},n)},s&&(2===s.length&&We(t.props,s),(a=a.preloads.stylesheets.get(e))&&0<a.length?a.length=0:t.state=1),i.sheets.set(e,t),cr(r))}}else G.S(e,t,n)},M:function(e,t){var n=mn||null;if(n){var r=n.resumableState,o=n.renderState;if(e){var a=r.moduleScriptResources.hasOwnProperty(e)?r.moduleScriptResources[e]:void 0;null!==a&&(r.moduleScriptResources[e]=null,t=A({src:e,type:"module",async:!0},t),a&&(2===a.length&&We(t,a),e=o.preloads.moduleScripts.get(e))&&(e.length=0),e=[],o.scripts.add(e),ve(e,t),cr(n))}}else G.M(e,t)}};var U=[],V=null,W=/(<\/|<)(s)(cript)/gi;function K(e,t,n,r){return t+("s"===n?"\\u0073":"\\u0053")+r}function X(e,t,n,r){return{insertionMode:e,selectedValue:t,tagScope:n,viewTransition:r}}function J(e,t,n){var r=-25&e.tagScope;switch(t){case"noscript":return X(2,null,1|r,null);case"select":return X(2,null!=n.value?n.value:n.defaultValue,r,null);case"svg":return X(4,null,r,null);case"picture":return X(2,null,2|r,null);case"math":return X(5,null,r,null);case"foreignObject":return X(2,null,r,null);case"table":return X(6,null,r,null);case"thead":case"tbody":case"tfoot":return X(7,null,r,null);case"colgroup":return X(9,null,r,null);case"tr":return X(8,null,r,null);case"head":if(2>e.insertionMode)return X(3,null,r,null);break;case"html":if(0===e.insertionMode)return X(1,null,r,null)}return 6<=e.insertionMode||2>e.insertionMode?X(2,null,r,null):e.tagScope!==r?X(e.insertionMode,e.selectedValue,r,null):e}function Q(e){return null===e?null:{update:e.update,enter:"none",exit:"none",share:e.update,name:e.autoName,autoName:e.autoName,nameIdx:0}}function Y(e,t){return 32&t.tagScope&&(e.instructions|=128),X(t.insertionMode,t.selectedValue,12|t.tagScope,Q(t.viewTransition))}function Z(e,t){e=Q(t.viewTransition);var n=16|t.tagScope;return null!==e&&"none"!==e.share&&(n|=64),X(t.insertionMode,t.selectedValue,n,e)}var ee=new Map;function te(e,t){if("object"!=typeof t)throw Error(a(62));var n,r=!0;for(n in t)if(E.call(t,n)){var o=t[n];if(null!=o&&"boolean"!=typeof o&&""!==o){if(0===n.indexOf("--")){var i=N(n);o=N((""+o).trim())}else void 0===(i=ee.get(n))&&(i=N(n.replace(F,"-$1").toLowerCase().replace(B,"-ms-")),ee.set(n,i)),o="number"==typeof o?0===o||O.has(n)?""+o:o+"px":N((""+o).trim());r?(r=!1,e.push(' style="',i,":",o)):e.push(";",i,":",o)}}r||e.push('"')}function ne(e,t,n){n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'=""')}function re(e,t,n){"function"!=typeof n&&"symbol"!=typeof n&&"boolean"!=typeof n&&e.push(" ",t,'="',N(n),'"')}var oe=N("javascript:throw new Error('React form unexpectedly submitted.')");function ae(e,t){this.push('<input type="hidden"'),ie(e),re(this,"name",t),re(this,"value",e),this.push("/>")}function ie(e){if("string"!=typeof e)throw Error(a(480))}function se(e,t){if("function"==typeof t.$$FORM_ACTION){var n=e.nextFormID++;e=e.idPrefix+n;try{var r=t.$$FORM_ACTION(e);if(r){var o=r.data;null!=o&&o.forEach(ie)}return r}catch(e){if("object"==typeof e&&null!==e&&"function"==typeof e.then)throw e}}return null}function le(e,t,n,r,o,a,i,s){var l=null;if("function"==typeof r){var u=se(t,r);null!==u?(s=u.name,r=u.action||"",o=u.encType,a=u.method,i=u.target,l=u.data):(e.push(" ","formAction",'="',oe,'"'),i=a=o=r=s=null,de(t,n))}return null!=s&&ue(e,"name",s),null!=r&&ue(e,"formAction",r),null!=o&&ue(e,"formEncType",o),null!=a&&ue(e,"formMethod",a),null!=i&&ue(e,"formTarget",i),l}function ue(e,t,n){switch(t){case"className":re(e,"class",n);break;case"tabIndex":re(e,"tabindex",n);break;case"dir":case"role":case"viewBox":case"width":case"height":re(e,t,n);break;case"style":te(e,n);break;case"src":case"href":if(""===n)break;case"action":case"formAction":if(null==n||"function"==typeof n||"symbol"==typeof n||"boolean"==typeof n)break;n=z(""+n),e.push(" ",t,'="',N(n),'"');break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":ne(e,t.toLowerCase(),n);break;case"xlinkHref":if("function"==typeof n||"symbol"==typeof n||"boolean"==typeof n)break;n=z(""+n),e.push(" ","xlink:href",'="',N(n),'"');break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'="',N(n),'"');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":n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'=""');break;case"capture":case"download":!0===n?e.push(" ",t,'=""'):!1!==n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'="',N(n),'"');break;case"cols":case"rows":case"size":case"span":"function"!=typeof n&&"symbol"!=typeof n&&!isNaN(n)&&1<=n&&e.push(" ",t,'="',N(n),'"');break;case"rowSpan":case"start":"function"==typeof n||"symbol"==typeof n||isNaN(n)||e.push(" ",t,'="',N(n),'"');break;case"xlinkActuate":re(e,"xlink:actuate",n);break;case"xlinkArcrole":re(e,"xlink:arcrole",n);break;case"xlinkRole":re(e,"xlink:role",n);break;case"xlinkShow":re(e,"xlink:show",n);break;case"xlinkTitle":re(e,"xlink:title",n);break;case"xlinkType":re(e,"xlink:type",n);break;case"xmlBase":re(e,"xml:base",n);break;case"xmlLang":re(e,"xml:lang",n);break;case"xmlSpace":re(e,"xml:space",n);break;default:if((!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&j(t=D.get(t)||t)){switch(typeof n){case"function":case"symbol":return;case"boolean":var r=t.toLowerCase().slice(0,5);if("data-"!==r&&"aria-"!==r)return}e.push(" ",t,'="',N(n),'"')}}}function ce(e,t,n){if(null!=t){if(null!=n)throw Error(a(60));if("object"!=typeof t||!("__html"in t))throw Error(a(61));null!=(t=t.__html)&&e.push(""+t)}}function de(e,t){if(!(16&e.instructions)){e.instructions|=16;var n=t.preamble,r=t.bootstrapChunks;(n.htmlChunks||n.headChunks)&&0===r.length?(r.push(t.startInlineScript),Ge(r,e),r.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>")):r.unshift(t.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 pe(e,t){for(var n in e.push(_e("link")),t)if(E.call(t,n)){var r=t[n];if(null!=r)switch(n){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,"link"));default:ue(e,n,r)}}return e.push("/>"),null}var fe=/(<\/|<)(s)(tyle)/gi;function he(e,t,n,r){return t+("s"===n?"\\73 ":"\\53 ")+r}function me(e,t,n){for(var r in e.push(_e(n)),t)if(E.call(t,r)){var o=t[r];if(null!=o)switch(r){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,n));default:ue(e,r,o)}}return e.push("/>"),null}function ge(e,t){e.push(_e("title"));var n,r=null,o=null;for(n in t)if(E.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":r=a;break;case"dangerouslySetInnerHTML":o=a;break;default:ue(e,n,a)}}return e.push(">"),"function"!=typeof(t=Array.isArray(r)?2>r.length?r[0]:null:r)&&"symbol"!=typeof t&&null!=t&&e.push(N(""+t)),ce(e,o,r),e.push(Ce("title")),null}function ve(e,t){e.push(_e("script"));var n,r=null,o=null;for(n in t)if(E.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":r=a;break;case"dangerouslySetInnerHTML":o=a;break;default:ue(e,n,a)}}return e.push(">"),ce(e,o,r),"string"==typeof r&&e.push((""+r).replace(W,K)),e.push(Ce("script")),null}function ye(e,t,n){e.push(_e(n));var r,o=n=null;for(r in t)if(E.call(t,r)){var a=t[r];if(null!=a)switch(r){case"children":n=a;break;case"dangerouslySetInnerHTML":o=a;break;default:ue(e,r,a)}}return e.push(">"),ce(e,o,n),n}function be(e,t,n){e.push(_e(n));var r,o=n=null;for(r in t)if(E.call(t,r)){var a=t[r];if(null!=a)switch(r){case"children":n=a;break;case"dangerouslySetInnerHTML":o=a;break;default:ue(e,r,a)}}return e.push(">"),ce(e,o,n),"string"==typeof n?(e.push(N(n)),null):n}var we=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,xe=new Map;function _e(e){var t=xe.get(e);if(void 0===t){if(!we.test(e))throw Error(a(65,e));t="<"+e,xe.set(e,t)}return t}function ke(e,t,n,o,i,s,l,u,c){switch(t){case"div":case"span":case"svg":case"path":case"g":case"p":case"li":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"a":e.push(_e("a"));var d,p=null,f=null;for(d in n)if(E.call(n,d)){var h=n[d];if(null!=h)switch(d){case"children":p=h;break;case"dangerouslySetInnerHTML":f=h;break;case"href":""===h?re(e,"href",""):ue(e,d,h);break;default:ue(e,d,h)}}if(e.push(">"),ce(e,f,p),"string"==typeof p){e.push(N(p));var m=null}else m=p;return m;case"select":e.push(_e("select"));var g,v=null,y=null;for(g in n)if(E.call(n,g)){var b=n[g];if(null!=b)switch(g){case"children":v=b;break;case"dangerouslySetInnerHTML":y=b;break;case"defaultValue":case"value":break;default:ue(e,g,b)}}return e.push(">"),ce(e,y,v),v;case"option":var w=u.selectedValue;e.push(_e("option"));var x,_=null,k=null,S=null,P=null;for(x in n)if(E.call(n,x)){var R=n[x];if(null!=R)switch(x){case"children":_=R;break;case"selected":S=R;break;case"dangerouslySetInnerHTML":P=R;break;case"value":k=R;default:ue(e,x,R)}}if(null!=w){var I=null!==k?""+k:function(e){var t="";return r.Children.forEach(e,function(e){null!=e&&(t+=e)}),t}(_);if(C(w)){for(var T=0;T<w.length;T++)if(""+w[T]===I){e.push(' selected=""');break}}else""+w===I&&e.push(' selected=""')}else S&&e.push(' selected=""');return e.push(">"),ce(e,P,_),_;case"textarea":e.push(_e("textarea"));var O,D=null,M=null,F=null;for(O in n)if(E.call(n,O)){var B=n[O];if(null!=B)switch(O){case"children":F=B;break;case"value":D=B;break;case"defaultValue":M=B;break;case"dangerouslySetInnerHTML":throw Error(a(91));default:ue(e,O,B)}}if(null===D&&null!==M&&(D=M),e.push(">"),null!=F){if(null!=D)throw Error(a(92));if(C(F)){if(1<F.length)throw Error(a(93));D=""+F[0]}D=""+F}return"string"==typeof D&&"\n"===D[0]&&e.push("\n"),null!==D&&e.push(N(""+D)),null;case"input":e.push(_e("input"));var L,q=null,H=null,$=null,G=null,V=null,W=null,K=null,X=null,J=null;for(L in n)if(E.call(n,L)){var Q=n[L];if(null!=Q)switch(L){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,"input"));case"name":q=Q;break;case"formAction":H=Q;break;case"formEncType":$=Q;break;case"formMethod":G=Q;break;case"formTarget":V=Q;break;case"defaultChecked":J=Q;break;case"defaultValue":K=Q;break;case"checked":X=Q;break;case"value":W=Q;break;default:ue(e,L,Q)}}var Y=le(e,o,i,H,$,G,V,q);return null!==X?ne(e,"checked",X):null!==J&&ne(e,"checked",J),null!==W?ue(e,"value",W):null!==K&&ue(e,"value",K),e.push("/>"),null!=Y&&Y.forEach(ae,e),null;case"button":e.push(_e("button"));var Z,ee=null,ie=null,we=null,xe=null,ke=null,Se=null,Pe=null;for(Z in n)if(E.call(n,Z)){var Ae=n[Z];if(null!=Ae)switch(Z){case"children":ee=Ae;break;case"dangerouslySetInnerHTML":ie=Ae;break;case"name":we=Ae;break;case"formAction":xe=Ae;break;case"formEncType":ke=Ae;break;case"formMethod":Se=Ae;break;case"formTarget":Pe=Ae;break;default:ue(e,Z,Ae)}}var Ee=le(e,o,i,xe,ke,Se,Pe,we);if(e.push(">"),null!=Ee&&Ee.forEach(ae,e),ce(e,ie,ee),"string"==typeof ee){e.push(N(ee));var Re=null}else Re=ee;return Re;case"form":e.push(_e("form"));var Ie,Te=null,je=null,Oe=null,De=null,Me=null,Ne=null;for(Ie in n)if(E.call(n,Ie)){var Fe=n[Ie];if(null!=Fe)switch(Ie){case"children":Te=Fe;break;case"dangerouslySetInnerHTML":je=Fe;break;case"action":Oe=Fe;break;case"encType":De=Fe;break;case"method":Me=Fe;break;case"target":Ne=Fe;break;default:ue(e,Ie,Fe)}}var Be=null,Le=null;if("function"==typeof Oe){var ze=se(o,Oe);null!==ze?(Oe=ze.action||"",De=ze.encType,Me=ze.method,Ne=ze.target,Be=ze.data,Le=ze.name):(e.push(" ","action",'="',oe,'"'),Ne=Me=De=Oe=null,de(o,i))}if(null!=Oe&&ue(e,"action",Oe),null!=De&&ue(e,"encType",De),null!=Me&&ue(e,"method",Me),null!=Ne&&ue(e,"target",Ne),e.push(">"),null!==Le&&(e.push('<input type="hidden"'),re(e,"name",Le),e.push("/>"),null!=Be&&Be.forEach(ae,e)),ce(e,je,Te),"string"==typeof Te){e.push(N(Te));var qe=null}else qe=Te;return qe;case"menuitem":for(var He in e.push(_e("menuitem")),n)if(E.call(n,He)){var $e=n[He];if(null!=$e)switch(He){case"children":case"dangerouslySetInnerHTML":throw Error(a(400));default:ue(e,He,$e)}}return e.push(">"),null;case"object":e.push(_e("object"));var Ge,Ue=null,Ve=null;for(Ge in n)if(E.call(n,Ge)){var Xe=n[Ge];if(null!=Xe)switch(Ge){case"children":Ue=Xe;break;case"dangerouslySetInnerHTML":Ve=Xe;break;case"data":var Je=z(""+Xe);if(""===Je)break;e.push(" ","data",'="',N(Je),'"');break;default:ue(e,Ge,Xe)}}if(e.push(">"),ce(e,Ve,Ue),"string"==typeof Ue){e.push(N(Ue));var Qe=null}else Qe=Ue;return Qe;case"title":var Ye=1&u.tagScope,Ze=4&u.tagScope;if(4===u.insertionMode||Ye||null!=n.itemProp)var et=ge(e,n);else Ze?et=null:(ge(i.hoistableChunks,n),et=void 0);return et;case"link":var tt=1&u.tagScope,nt=4&u.tagScope,rt=n.rel,ot=n.href,at=n.precedence;if(4===u.insertionMode||tt||null!=n.itemProp||"string"!=typeof rt||"string"!=typeof ot||""===ot){pe(e,n);var it=null}else if("stylesheet"===n.rel)if("string"!=typeof at||null!=n.disabled||n.onLoad||n.onError)it=pe(e,n);else{var st=i.styles.get(at),lt=o.styleResources.hasOwnProperty(ot)?o.styleResources[ot]:void 0;if(null!==lt){o.styleResources[ot]=null,st||(st={precedence:N(at),rules:[],hrefs:[],sheets:new Map},i.styles.set(at,st));var ut={state:0,props:A({},n,{"data-precedence":n.precedence,precedence:null})};if(lt){2===lt.length&&We(ut.props,lt);var ct=i.preloads.stylesheets.get(ot);ct&&0<ct.length?ct.length=0:ut.state=1}st.sheets.set(ot,ut),l&&l.stylesheets.add(ut)}else if(st){var dt=st.sheets.get(ot);dt&&l&&l.stylesheets.add(dt)}c&&e.push("\x3c!-- --\x3e"),it=null}else n.onLoad||n.onError?it=pe(e,n):(c&&e.push("\x3c!-- --\x3e"),it=nt?null:pe(i.hoistableChunks,n));return it;case"script":var pt=1&u.tagScope,ft=n.async;if("string"!=typeof n.src||!n.src||!ft||"function"==typeof ft||"symbol"==typeof ft||n.onLoad||n.onError||4===u.insertionMode||pt||null!=n.itemProp)var ht=ve(e,n);else{var mt=n.src;if("module"===n.type)var gt=o.moduleScriptResources,vt=i.preloads.moduleScripts;else gt=o.scriptResources,vt=i.preloads.scripts;var yt=gt.hasOwnProperty(mt)?gt[mt]:void 0;if(null!==yt){gt[mt]=null;var bt=n;if(yt){2===yt.length&&We(bt=A({},n),yt);var wt=vt.get(mt);wt&&(wt.length=0)}var xt=[];i.scripts.add(xt),ve(xt,bt)}c&&e.push("\x3c!-- --\x3e"),ht=null}return ht;case"style":var _t=1&u.tagScope,kt=n.precedence,St=n.href,Ct=n.nonce;if(4===u.insertionMode||_t||null!=n.itemProp||"string"!=typeof kt||"string"!=typeof St||""===St){e.push(_e("style"));var Pt,At=null,Et=null;for(Pt in n)if(E.call(n,Pt)){var Rt=n[Pt];if(null!=Rt)switch(Pt){case"children":At=Rt;break;case"dangerouslySetInnerHTML":Et=Rt;break;default:ue(e,Pt,Rt)}}e.push(">");var It=Array.isArray(At)?2>At.length?At[0]:null:At;"function"!=typeof It&&"symbol"!=typeof It&&null!=It&&e.push((""+It).replace(fe,he)),ce(e,Et,At),e.push(Ce("style"));var Tt=null}else{var jt=i.styles.get(kt);if(null!==(o.styleResources.hasOwnProperty(St)?o.styleResources[St]:void 0)){o.styleResources[St]=null,jt||(jt={precedence:N(kt),rules:[],hrefs:[],sheets:new Map},i.styles.set(kt,jt));var Ot=i.nonce.style;if(!Ot||Ot===Ct){jt.hrefs.push(N(St));var Dt,Mt=jt.rules,Nt=null,Ft=null;for(Dt in n)if(E.call(n,Dt)){var Bt=n[Dt];if(null!=Bt)switch(Dt){case"children":Nt=Bt;break;case"dangerouslySetInnerHTML":Ft=Bt}}var Lt=Array.isArray(Nt)?2>Nt.length?Nt[0]:null:Nt;"function"!=typeof Lt&&"symbol"!=typeof Lt&&null!=Lt&&Mt.push((""+Lt).replace(fe,he)),ce(Mt,Ft,Nt)}}jt&&l&&l.styles.add(jt),c&&e.push("\x3c!-- --\x3e"),Tt=void 0}return Tt;case"meta":var zt=1&u.tagScope,qt=4&u.tagScope;if(4===u.insertionMode||zt||null!=n.itemProp)var Ht=me(e,n,"meta");else c&&e.push("\x3c!-- --\x3e"),Ht=qt?null:"string"==typeof n.charSet?me(i.charsetChunks,n,"meta"):"viewport"===n.name?me(i.viewportChunks,n,"meta"):me(i.hoistableChunks,n,"meta");return Ht;case"listing":case"pre":e.push(_e(t));var $t,Gt=null,Ut=null;for($t in n)if(E.call(n,$t)){var Vt=n[$t];if(null!=Vt)switch($t){case"children":Gt=Vt;break;case"dangerouslySetInnerHTML":Ut=Vt;break;default:ue(e,$t,Vt)}}if(e.push(">"),null!=Ut){if(null!=Gt)throw Error(a(60));if("object"!=typeof Ut||!("__html"in Ut))throw Error(a(61));var Wt=Ut.__html;null!=Wt&&("string"==typeof Wt&&0<Wt.length&&"\n"===Wt[0]?e.push("\n",Wt):e.push(""+Wt))}return"string"==typeof Gt&&"\n"===Gt[0]&&e.push("\n"),Gt;case"img":var Kt=3&u.tagScope,Xt=n.src,Jt=n.srcSet;if(!("lazy"===n.loading||!Xt&&!Jt||"string"!=typeof Xt&&null!=Xt||"string"!=typeof Jt&&null!=Jt||"low"===n.fetchPriority||Kt)&&("string"!=typeof Xt||":"!==Xt[4]||"d"!==Xt[0]&&"D"!==Xt[0]||"a"!==Xt[1]&&"A"!==Xt[1]||"t"!==Xt[2]&&"T"!==Xt[2]||"a"!==Xt[3]&&"A"!==Xt[3])&&("string"!=typeof Jt||":"!==Jt[4]||"d"!==Jt[0]&&"D"!==Jt[0]||"a"!==Jt[1]&&"A"!==Jt[1]||"t"!==Jt[2]&&"T"!==Jt[2]||"a"!==Jt[3]&&"A"!==Jt[3])){null!==l&&64&u.tagScope&&(l.suspenseyImages=!0);var Qt="string"==typeof n.sizes?n.sizes:void 0,Yt=Jt?Jt+"\n"+(Qt||""):Xt,Zt=i.preloads.images,en=Zt.get(Yt);if(en)("high"===n.fetchPriority||10>i.highImagePreloads.size)&&(Zt.delete(Yt),i.highImagePreloads.add(en));else if(!o.imageResources.hasOwnProperty(Yt)){o.imageResources[Yt]=U;var tn,nn=n.crossOrigin,rn="string"==typeof nn?"use-credentials"===nn?nn:"":void 0,on=i.headers;on&&0<on.remainingCapacity&&"string"!=typeof n.srcSet&&("high"===n.fetchPriority||500>on.highImagePreloads.length)&&(tn=Ke(Xt,"image",{imageSrcSet:n.srcSet,imageSizes:n.sizes,crossOrigin:rn,integrity:n.integrity,nonce:n.nonce,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.refererPolicy}),0<=(on.remainingCapacity-=tn.length+2))?(i.resets.image[Yt]=U,on.highImagePreloads&&(on.highImagePreloads+=", "),on.highImagePreloads+=tn):(pe(en=[],{rel:"preload",as:"image",href:Jt?void 0:Xt,imageSrcSet:Jt,imageSizes:Qt,crossOrigin:rn,integrity:n.integrity,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.referrerPolicy}),"high"===n.fetchPriority||10>i.highImagePreloads.size?i.highImagePreloads.add(en):(i.bulkPreloads.add(en),Zt.set(Yt,en)))}}return me(e,n,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return me(e,n,t);case"head":if(2>u.insertionMode){var an=s||i.preamble;if(an.headChunks)throw Error(a(545,"`<head>`"));null!==s&&e.push("\x3c!--head--\x3e"),an.headChunks=[];var sn=ye(an.headChunks,n,"head")}else sn=be(e,n,"head");return sn;case"body":if(2>u.insertionMode){var ln=s||i.preamble;if(ln.bodyChunks)throw Error(a(545,"`<body>`"));null!==s&&e.push("\x3c!--body--\x3e"),ln.bodyChunks=[];var un=ye(ln.bodyChunks,n,"body")}else un=be(e,n,"body");return un;case"html":if(0===u.insertionMode){var cn=s||i.preamble;if(cn.htmlChunks)throw Error(a(545,"`<html>`"));null!==s&&e.push("\x3c!--html--\x3e"),cn.htmlChunks=[""];var dn=ye(cn.htmlChunks,n,"html")}else dn=be(e,n,"html");return dn;default:if(-1!==t.indexOf("-")){e.push(_e(t));var pn,fn=null,hn=null;for(pn in n)if(E.call(n,pn)){var mn=n[pn];if(null!=mn){var gn=pn;switch(pn){case"children":fn=mn;break;case"dangerouslySetInnerHTML":hn=mn;break;case"style":te(e,mn);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":gn="class";default:if(j(pn)&&"function"!=typeof mn&&"symbol"!=typeof mn&&!1!==mn){if(!0===mn)mn="";else if("object"==typeof mn)continue;e.push(" ",gn,'="',N(mn),'"')}}}}return e.push(">"),ce(e,hn,fn),fn}}return be(e,n,t)}var Se=new Map;function Ce(e){var t=Se.get(e);return void 0===t&&(t="</"+e+">",Se.set(e,t)),t}function Pe(e,t){null===(e=e.preamble).htmlChunks&&t.htmlChunks&&(e.htmlChunks=t.htmlChunks),null===e.headChunks&&t.headChunks&&(e.headChunks=t.headChunks),null===e.bodyChunks&&t.bodyChunks&&(e.bodyChunks=t.bodyChunks)}function Ae(e,t){t=t.bootstrapChunks;for(var n=0;n<t.length-1;n++)e.push(t[n]);return!(n<t.length)||(n=t[n],t.length=0,e.push(n))}function Ee(e,t,n){if(e.push('\x3c!--$?--\x3e<template id="'),null===n)throw Error(a(395));return e.push(t.boundaryPrefix),t=n.toString(16),e.push(t),e.push('"></template>')}var Re=/[<\u2028\u2029]/g;function Ie(e){return JSON.stringify(e).replace(Re,function(e){switch(e){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 Te=/[&><\u2028\u2029]/g;function je(e){return JSON.stringify(e).replace(Te,function(e){switch(e){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 Oe=!1,De=!0;function Me(e){var t=e.rules,n=e.hrefs,r=0;if(n.length){for(this.push(V.startInlineStyle),this.push(' media="not all" data-precedence="'),this.push(e.precedence),this.push('" data-href="');r<n.length-1;r++)this.push(n[r]),this.push(" ");for(this.push(n[r]),this.push('">'),r=0;r<t.length;r++)this.push(t[r]);De=this.push("</style>"),Oe=!0,t.length=0,n.length=0}}function Ne(e){return 2!==e.state&&(Oe=!0)}function Fe(e,t,n){return Oe=!1,De=!0,V=n,t.styles.forEach(Me,e),V=null,t.stylesheets.forEach(Ne),Oe&&(n.stylesToHoist=!0),De}function Be(e){for(var t=0;t<e.length;t++)this.push(e[t]);e.length=0}var Le=[];function ze(e){pe(Le,e.props);for(var t=0;t<Le.length;t++)this.push(Le[t]);Le.length=0,e.state=2}function qe(e){var t=0<e.sheets.size;e.sheets.forEach(ze,this),e.sheets.clear();var n=e.rules,r=e.hrefs;if(!t||r.length){if(this.push(V.startInlineStyle),this.push(' data-precedence="'),this.push(e.precedence),e=0,r.length){for(this.push('" data-href="');e<r.length-1;e++)this.push(r[e]),this.push(" ");this.push(r[e])}for(this.push('">'),e=0;e<n.length;e++)this.push(n[e]);this.push("</style>"),n.length=0,r.length=0}}function He(e){if(0===e.state){e.state=1;var t=e.props;for(pe(Le,{rel:"preload",as:"style",href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<Le.length;e++)this.push(Le[e]);Le.length=0}}function $e(e){e.sheets.forEach(He,this),e.sheets.clear()}function Ge(e,t){!(32&t.instructions)&&(t.instructions|=32,e.push(' id="',N("_"+t.idPrefix+"R_"),'"'))}function Ue(e,t,n){var r=t.toLowerCase();switch(typeof n){case"function":case"symbol":return}switch(t){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":r="class",t=""+n;break;case"hidden":if(!1===n)return;t="";break;case"src":case"href":t=""+(n=z(n));break;default:if(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])||!j(t))return;t=""+n}e.push(","),r=je(r),e.push(r),e.push(","),r=je(t),e.push(r)}function Ve(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function We(e,t){null==e.crossOrigin&&(e.crossOrigin=t[0]),null==e.integrity&&(e.integrity=t[1])}function Ke(e,t,n){for(var r in t="<"+(e=(""+e).replace(Xe,Je))+'>; rel=preload; as="'+(t=(""+t).replace(Qe,Ye))+'"',n)E.call(n,r)&&("string"==typeof(e=n[r])&&(t+="; "+r.toLowerCase()+'="'+(""+e).replace(Qe,Ye)+'"'));return t}var Xe=/[<>\r\n]/g;function Je(e){switch(e){case"<":return"%3C";case">":return"%3E";case"\n":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 Qe=/["';,\r\n]/g;function Ye(e){switch(e){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case"\n":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 Ze(e){this.styles.add(e)}function et(e){this.stylesheets.add(e)}function tt(e,t){t.styles.forEach(Ze,e),t.stylesheets.forEach(et,e),t.suspenseyImages&&(e.suspenseyImages=!0)}function nt(e,t,n,r){return n.generateStaticMarkup?(e.push(N(t)),!1):(""===t?e=r:(r&&e.push("\x3c!-- --\x3e"),e.push(N(t)),e=!0),e)}function rt(e,t,n,r){t.generateStaticMarkup||n&&r&&e.push("\x3c!-- --\x3e")}var ot=Function.prototype.bind,at=Symbol.for("react.client.reference");function it(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===at?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case l:return"Fragment";case c:return"Profiler";case u:return"StrictMode";case h:return"Suspense";case m:return"SuspenseList";case b:return"Activity"}if("object"==typeof e)switch(e.$$typeof){case s:return"Portal";case p:return e.displayName||"Context";case d:return(e._context.displayName||"Context")+".Consumer";case f:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case g:return null!==(t=e.displayName||null)?t:it(e.type)||"Memo";case v:t=e._payload,e=e._init;try{return it(e(t))}catch(e){}}return null}var st={},lt=null;function ut(e,t){if(e!==t){e.context._currentValue2=e.parentValue,e=e.parent;var n=t.parent;if(null===e){if(null!==n)throw Error(a(401))}else{if(null===n)throw Error(a(401));ut(e,n)}t.context._currentValue2=t.value}}function ct(e){e.context._currentValue2=e.parentValue,null!==(e=e.parent)&&ct(e)}function dt(e){var t=e.parent;null!==t&&dt(t),e.context._currentValue2=e.value}function pt(e,t){if(e.context._currentValue2=e.parentValue,null===(e=e.parent))throw Error(a(402));e.depth===t.depth?ut(e,t):pt(e,t)}function ft(e,t){var n=t.parent;if(null===n)throw Error(a(402));e.depth===n.depth?ut(e,n):ft(e,n),t.context._currentValue2=t.value}function ht(e){var t=lt;t!==e&&(null===t?dt(e):null===e?ct(t):t.depth===e.depth?ut(t,e):t.depth>e.depth?pt(t,e):ft(t,e),lt=e)}var mt={enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}},gt={id:1,overflow:""};function vt(e,t,n){var r=e.id;e=e.overflow;var o=32-yt(r)-1;r&=~(1<<o),n+=1;var a=32-yt(t)+o;if(30<a){var i=o-o%5;return a=(r&(1<<i)-1).toString(32),r>>=i,o-=i,{id:1<<32-yt(t)+o|n<<o|r,overflow:a+e}}return{id:1<<a|n<<o|r,overflow:e}}var yt=Math.clz32?Math.clz32:function(e){return 0===(e>>>=0)?32:31-(bt(e)/wt|0)|0},bt=Math.log,wt=Math.LN2;function xt(){}var _t=Error(a(460));var kt=null;function St(){if(null===kt)throw Error(a(459));var e=kt;return kt=null,e}var Ct="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},Pt=null,At=null,Et=null,Rt=null,It=null,Tt=null,jt=!1,Ot=!1,Dt=0,Mt=0,Nt=-1,Ft=0,Bt=null,Lt=null,zt=0;function qt(){if(null===Pt)throw Error(a(321));return Pt}function Ht(){if(0<zt)throw Error(a(312));return{memoizedState:null,queue:null,next:null}}function $t(){return null===Tt?null===It?(jt=!1,It=Tt=Ht()):(jt=!0,Tt=It):null===Tt.next?(jt=!1,Tt=Tt.next=Ht()):(jt=!0,Tt=Tt.next),Tt}function Gt(){var e=Bt;return Bt=null,e}function Ut(){Rt=Et=At=Pt=null,Ot=!1,It=null,zt=0,Tt=Lt=null}function Vt(e,t){return"function"==typeof t?t(e):t}function Wt(e,t,n){if(Pt=qt(),Tt=$t(),jt){var r=Tt.queue;if(t=r.dispatch,null!==Lt&&void 0!==(n=Lt.get(r))){Lt.delete(r),r=Tt.memoizedState;do{r=e(r,n.action),n=n.next}while(null!==n);return Tt.memoizedState=r,[r,t]}return[Tt.memoizedState,t]}return e=e===Vt?"function"==typeof t?t():t:void 0!==n?n(t):t,Tt.memoizedState=e,e=(e=Tt.queue={last:null,dispatch:null}).dispatch=Xt.bind(null,Pt,e),[Tt.memoizedState,e]}function Kt(e,t){if(Pt=qt(),t=void 0===t?null:t,null!==(Tt=$t())){var n=Tt.memoizedState;if(null!==n&&null!==t){var r=n[1];e:if(null===r)r=!1;else{for(var o=0;o<r.length&&o<t.length;o++)if(!Ct(t[o],r[o])){r=!1;break e}r=!0}if(r)return n[0]}}return e=e(),Tt.memoizedState=[e,t],e}function Xt(e,t,n){if(25<=zt)throw Error(a(301));if(e===Pt)if(Ot=!0,e={action:n,next:null},null===Lt&&(Lt=new Map),void 0===(n=Lt.get(t)))Lt.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}}function Jt(){throw Error(a(440))}function Qt(){throw Error(a(394))}function Yt(){throw Error(a(479))}function Zt(e,t,n){qt();var r=Mt++,o=Et;if("function"==typeof e.$$FORM_ACTION){var a=null,i=Rt;o=o.formState;var s=e.$$IS_SIGNATURE_EQUAL;if(null!==o&&"function"==typeof s){var l=o[1];s.call(e,o[2],o[3])&&(l===(a=void 0!==n?"p"+n:"k"+P(JSON.stringify([i,null,r]),0))&&(Nt=r,t=o[0]))}var u=e.bind(null,t);return e=function(e){u(e)},"function"==typeof u.$$FORM_ACTION&&(e.$$FORM_ACTION=function(e){e=u.$$FORM_ACTION(e),void 0!==n&&(n+="",e.action=n);var t=e.data;return t&&(null===a&&(a=void 0!==n?"p"+n:"k"+P(JSON.stringify([i,null,r]),0)),t.append("$ACTION_KEY",a)),e}),[t,e,!1]}var c=e.bind(null,t);return[t,function(e){c(e)},!1]}function en(e){var t=Ft;return Ft+=1,null===Bt&&(Bt=[]),function(e,t,n){switch(void 0===(n=e[n])?e.push(t):n!==t&&(t.then(xt,xt),t=n),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason;default:switch("string"==typeof t.status?t.then(xt,xt):((e=t).status="pending",e.then(function(e){if("pending"===t.status){var n=t;n.status="fulfilled",n.value=e}},function(e){if("pending"===t.status){var n=t;n.status="rejected",n.reason=e}})),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason}throw kt=t,_t}}(Bt,e,t)}function tn(){throw Error(a(393))}var nn,rn,on={readContext:function(e){return e._currentValue2},use:function(e){if(null!==e&&"object"==typeof e){if("function"==typeof e.then)return en(e);if(e.$$typeof===p)return e._currentValue2}throw Error(a(438,String(e)))},useContext:function(e){return qt(),e._currentValue2},useMemo:Kt,useReducer:Wt,useRef:function(e){Pt=qt();var t=(Tt=$t()).memoizedState;return null===t?(e={current:e},Tt.memoizedState=e):t},useState:function(e){return Wt(Vt,e)},useInsertionEffect:xt,useLayoutEffect:xt,useCallback:function(e,t){return Kt(function(){return e},t)},useImperativeHandle:xt,useEffect:xt,useDebugValue:xt,useDeferredValue:function(e,t){return qt(),void 0!==t?t:e},useTransition:function(){return qt(),[!1,Qt]},useId:function(){var e=At.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-yt(e)-1)).toString(32)+t;var n=an;if(null===n)throw Error(a(404));return t=Dt++,e="_"+n.idPrefix+"R_"+e,0<t&&(e+="H"+t.toString(32)),e+"_"},useSyncExternalStore:function(e,t,n){if(void 0===n)throw Error(a(407));return n()},useOptimistic:function(e){return qt(),[e,Yt]},useActionState:Zt,useFormState:Zt,useHostTransitionStatus:function(){return qt(),$},useMemoCache:function(e){for(var t=Array(e),n=0;n<e;n++)t[n]=x;return t},useCacheRefresh:function(){return tn},useEffectEvent:function(){return Jt}},an=null,sn={getCacheForType:function(){throw Error(a(248))},cacheSignal:function(){throw Error(a(248))}};function ln(e){if(void 0===nn)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);nn=t&&t[1]||"",rn=-1<e.stack.indexOf("\n at")?" (<anonymous>)":-1<e.stack.indexOf("@")?"@unknown:0:0":""}return"\n"+nn+e+rn}var un=!1;function cn(e,t){if(!e||un)return"";un=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var r={DetermineComponentFrameRoot:function(){try{if(t){var n=function(){throw Error()};if(Object.defineProperty(n.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(n,[])}catch(e){var r=e}Reflect.construct(e,[],n)}else{try{n.call()}catch(e){r=e}e.call(n.prototype)}}else{try{throw Error()}catch(e){r=e}(n=e())&&"function"==typeof n.catch&&n.catch(function(){})}}catch(e){if(e&&r&&"string"==typeof e.stack)return[e.stack,r.stack]}return[null,null]}};r.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var o=Object.getOwnPropertyDescriptor(r.DetermineComponentFrameRoot,"name");o&&o.configurable&&Object.defineProperty(r.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var a=r.DetermineComponentFrameRoot(),i=a[0],s=a[1];if(i&&s){var l=i.split("\n"),u=s.split("\n");for(o=r=0;r<l.length&&!l[r].includes("DetermineComponentFrameRoot");)r++;for(;o<u.length&&!u[o].includes("DetermineComponentFrameRoot");)o++;if(r===l.length||o===u.length)for(r=l.length-1,o=u.length-1;1<=r&&0<=o&&l[r]!==u[o];)o--;for(;1<=r&&0<=o;r--,o--)if(l[r]!==u[o]){if(1!==r||1!==o)do{if(r--,0>--o||l[r]!==u[o]){var c="\n"+l[r].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}}while(1<=r&&0<=o);break}}}finally{un=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:"")?ln(n):""}function dn(e){if("string"==typeof e)return ln(e);if("function"==typeof e)return e.prototype&&e.prototype.isReactComponent?cn(e,!0):cn(e,!1);if("object"==typeof e&&null!==e){switch(e.$$typeof){case f:return cn(e.render,!1);case g:return cn(e.type,!1);case v:var t=e,n=t._payload;t=t._init;try{e=t(n)}catch(e){return ln("Lazy")}return dn(e)}if("string"==typeof e.name){n=e.name,t=e.env;var r=e.debugLocation;return n=null==r||(e=Error.prepareStackTrace,Error.prepareStackTrace=void 0,r=r.stack,Error.prepareStackTrace=e,r.startsWith("Error: react-stack-top-frame\n")&&(r=r.slice(29)),-1!==(e=r.indexOf("\n"))&&(r=r.slice(e+1)),-1!==(e=r.indexOf("react_stack_bottom_frame"))&&(e=r.lastIndexOf("\n",e)),e=-1!==e?r=r.slice(0,e):"",r=e.lastIndexOf("\n"),-1===(e=-1===r?e:e.slice(r+1)).indexOf(n))?ln(n+(t?" ["+t+"]":"")):"\n"+e}}switch(e){case m:return ln("SuspenseList");case h:return ln("Suspense")}return""}function pn(e,t){return 500<t.byteSize&&null===t.contentPreamble}function fn(e){if("object"==typeof e&&null!==e&&"string"==typeof e.environmentName){var t=e.environmentName;"string"==typeof(e=[e].slice(0))[0]?e.splice(0,1,"[%s] "+e[0]," "+t+" "):e.splice(0,0,"[%s]"," "+t+" "),e.unshift(console),(t=ot.apply(console.error,e))()}else console.error(e);return null}function hn(e,t,n,r,o,a,i,s,l,u,c){var d=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=e,this.renderState=t,this.rootFormatContext=n,this.progressiveChunkSize=void 0===r?12800:r,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=d,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=void 0===o?fn:o,this.onPostpone=void 0===u?xt:u,this.onAllReady=void 0===a?xt:a,this.onShellReady=void 0===i?xt:i,this.onShellError=void 0===s?xt:s,this.onFatalError=void 0===l?xt:l,this.formState=void 0===c?null:c}var mn=null;function gn(e,t){e.pingedTasks.push(t),1===e.pingedTasks.length&&(e.flushScheduled=null!==e.destination,Yn(e))}function vn(e,t,n,r,o){return n={status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:t,completedSegments:[],byteSize:0,fallbackAbortableTasks:n,errorDigest:null,contentState:Ve(),fallbackState:Ve(),contentPreamble:r,fallbackPreamble:o,trackedContentKeyPath:null,trackedFallbackNode:null},null!==t&&(t.pendingTasks++,null!==(r=t.boundaries)&&(e.allPendingTasks++,n.pendingTasks++,r.push(n)),null!==(e=t.inheritedHoistables)&&tt(n.contentState,e)),n}function yn(e,t,n,r,o,a,i,s,l,u,c,d,p,f,h){e.allPendingTasks++,null===o?e.pendingRootTasks++:o.pendingTasks++,null!==f&&f.pendingTasks++;var m={replay:null,node:n,childIndex:r,ping:function(){return gn(e,m)},blockedBoundary:o,blockedSegment:a,blockedPreamble:i,hoistableState:s,abortSet:l,keyPath:u,formatContext:c,context:d,treeContext:p,row:f,componentStack:h,thenableState:t};return l.add(m),m}function bn(e,t,n,r,o,a,i,s,l,u,c,d,p,f){e.allPendingTasks++,null===a?e.pendingRootTasks++:a.pendingTasks++,null!==p&&p.pendingTasks++,n.pendingTasks++;var h={replay:n,node:r,childIndex:o,ping:function(){return gn(e,h)},blockedBoundary:a,blockedSegment:null,blockedPreamble:null,hoistableState:i,abortSet:s,keyPath:l,formatContext:u,context:c,treeContext:d,row:p,componentStack:f,thenableState:t};return s.add(h),h}function wn(e,t,n,r,o,a){return{status:0,parentFlushed:!1,id:-1,index:t,chunks:[],children:[],preambleChildren:[],parentFormatContext:r,boundary:n,lastPushedText:o,textEmbedded:a}}function xn(e){var t=e.node;if("object"==typeof t&&null!==t&&t.$$typeof===i)e.componentStack={parent:e.componentStack,type:t.type}}function _n(e){return null===e?null:{parent:e.parent,type:"Suspense Fallback"}}function kn(e){var t={};return e&&Object.defineProperty(t,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var n="",r=e;do{n+=dn(r.type),r=r.parent}while(r);var o=n}catch(e){o="\nError generating stack: "+e.message+"\n"+e.stack}return Object.defineProperty(t,"componentStack",{value:o}),o}}),t}function Sn(e,t,n){if(null==(t=(e=e.onError)(t,n))||"string"==typeof t)return t}function Cn(e,t){var n=e.onShellError,r=e.onFatalError;n(t),r(t),null!==e.destination?(e.status=14,e.destination.destroy(t)):(e.status=13,e.fatalError=t)}function Pn(e,t){An(e,t.next,t.hoistables)}function An(e,t,n){for(;null!==t;){null!==n&&(tt(t.hoistables,n),t.inheritedHoistables=n);var r=t.boundaries;if(null!==r){t.boundaries=null;for(var o=0;o<r.length;o++){var a=r[o];null!==n&&tt(a.contentState,n),Qn(e,a,null,null)}}if(t.pendingTasks--,0<t.pendingTasks)break;n=t.hoistables,t=t.next}}function En(e,t){var n=t.boundaries;if(null!==n&&t.pendingTasks===n.length){for(var r=!0,o=0;o<n.length;o++){var a=n[o];if(1!==a.pendingTasks||a.parentFlushed||pn(0,a)){r=!1;break}}r&&An(e,t,t.hoistables)}}function Rn(e){var t={pendingTasks:1,boundaries:null,hoistables:Ve(),inheritedHoistables:null,together:!1,next:null};return null!==e&&0<e.pendingTasks&&(t.pendingTasks++,t.boundaries=[],e.next=t),t}function In(e,t,n,r,o){var a=t.keyPath,i=t.treeContext,s=t.row;t.keyPath=n,n=r.length;var l=null;if(null!==t.replay){var u=t.replay.slots;if(null!==u&&"object"==typeof u)for(var c=0;c<n;c++){var d="backwards"!==o&&"unstable_legacy-backwards"!==o?c:n-1-c,p=r[d];t.row=l=Rn(l),t.treeContext=vt(i,n,d);var f=u[d];"number"==typeof f?(Dn(e,t,f,p,d),delete u[d]):$n(e,t,p,d),0===--l.pendingTasks&&Pn(e,l)}else for(u=0;u<n;u++)d=r[c="backwards"!==o&&"unstable_legacy-backwards"!==o?u:n-1-u],t.row=l=Rn(l),t.treeContext=vt(i,n,c),$n(e,t,d,c),0===--l.pendingTasks&&Pn(e,l)}else if("backwards"!==o&&"unstable_legacy-backwards"!==o)for(o=0;o<n;o++)u=r[o],t.row=l=Rn(l),t.treeContext=vt(i,n,o),$n(e,t,u,o),0===--l.pendingTasks&&Pn(e,l);else{for(u=(o=t.blockedSegment).children.length,c=o.chunks.length,d=n-1;0<=d;d--){p=r[d],t.row=l=Rn(l),t.treeContext=vt(i,n,d),f=wn(0,c,null,t.formatContext,0!==d||o.lastPushedText,!0),o.children.splice(u,0,f),t.blockedSegment=f;try{$n(e,t,p,d),rt(f.chunks,e.renderState,f.lastPushedText,f.textEmbedded),f.status=1,0===--l.pendingTasks&&Pn(e,l)}catch(t){throw f.status=12===e.status?3:4,t}}t.blockedSegment=o,o.lastPushedText=!1}null!==s&&null!==l&&0<l.pendingTasks&&(s.pendingTasks++,l.next=s),t.treeContext=i,t.row=s,t.keyPath=a}function Tn(e,t,n,r,o,a){var i=t.thenableState;for(t.thenableState=null,Pt={},At=t,Et=e,Rt=n,Mt=Dt=0,Nt=-1,Ft=0,Bt=i,e=r(o,a);Ot;)Ot=!1,Mt=Dt=0,Nt=-1,Ft=0,zt+=1,Tt=null,e=r(o,a);return Ut(),e}function jn(e,t,n,r,o,a,i){var s=!1;if(0!==a&&null!==e.formState){var l=t.blockedSegment;if(null!==l){s=!0,l=l.chunks;for(var u=0;u<a;u++)u===i?l.push("\x3c!--F!--\x3e"):l.push("\x3c!--F--\x3e")}}a=t.keyPath,t.keyPath=n,o?(n=t.treeContext,t.treeContext=vt(n,1,0),$n(e,t,r,-1),t.treeContext=n):s?$n(e,t,r,-1):Mn(e,t,r,-1),t.keyPath=a}function On(e,t,n,r,o,i){if("function"==typeof r)if(r.prototype&&r.prototype.isReactComponent){var s=o;if("ref"in o)for(var x in s={},o)"ref"!==x&&(s[x]=o[x]);var k=r.defaultProps;if(k)for(var P in s===o&&(s=A({},s,o)),k)void 0===s[P]&&(s[P]=k[P]);o=s,s=st,"object"==typeof(k=r.contextType)&&null!==k&&(s=k._currentValue2);var E=void 0!==(s=new r(o,s)).state?s.state:null;if(s.updater=mt,s.props=o,s.state=E,k={queue:[],replace:!1},s._reactInternals=k,i=r.contextType,s.context="object"==typeof i&&null!==i?i._currentValue2:st,"function"==typeof(i=r.getDerivedStateFromProps)&&(E=null==(i=i(o,E))?E:A({},E,i),s.state=E),"function"!=typeof r.getDerivedStateFromProps&&"function"!=typeof s.getSnapshotBeforeUpdate&&("function"==typeof s.UNSAFE_componentWillMount||"function"==typeof s.componentWillMount))if(r=s.state,"function"==typeof s.componentWillMount&&s.componentWillMount(),"function"==typeof s.UNSAFE_componentWillMount&&s.UNSAFE_componentWillMount(),r!==s.state&&mt.enqueueReplaceState(s,s.state,null),null!==k.queue&&0<k.queue.length)if(r=k.queue,i=k.replace,k.queue=null,k.replace=!1,i&&1===r.length)s.state=r[0];else{for(k=i?r[0]:s.state,E=!0,i=i?1:0;i<r.length;i++)null!=(P="function"==typeof(P=r[i])?P.call(s,k,o,void 0):P)&&(E?(E=!1,k=A({},k,P)):A(k,P));s.state=k}else k.queue=null;if(r=s.render(),12===e.status)throw null;o=t.keyPath,t.keyPath=n,Mn(e,t,r,-1),t.keyPath=o}else{if(r=Tn(e,t,n,r,o,void 0),12===e.status)throw null;jn(e,t,n,r,0!==Dt,Mt,Nt)}else{if("string"!=typeof r){switch(r){case w:case u:case c:case l:return r=t.keyPath,t.keyPath=n,Mn(e,t,o.children,-1),void(t.keyPath=r);case b:return void(null===(r=t.blockedSegment)?"hidden"!==o.mode&&(r=t.keyPath,t.keyPath=n,$n(e,t,o.children,-1),t.keyPath=r):"hidden"!==o.mode&&(e.renderState.generateStaticMarkup||r.chunks.push("\x3c!--&--\x3e"),r.lastPushedText=!1,s=t.keyPath,t.keyPath=n,$n(e,t,o.children,-1),t.keyPath=s,e.renderState.generateStaticMarkup||r.chunks.push("\x3c!--/&--\x3e"),r.lastPushedText=!1));case m:e:{if(r=o.children,"forwards"===(o=o.revealOrder)||"backwards"===o||"unstable_legacy-backwards"===o){if(C(r)){In(e,t,n,r,o);break e}if((s=S(r))&&(s=s.call(r))){if(!(k=s.next()).done){do{k=s.next()}while(!k.done);In(e,t,n,r,o)}break e}}"together"===o?(o=t.keyPath,s=t.row,(k=t.row=Rn(null)).boundaries=[],k.together=!0,t.keyPath=n,Mn(e,t,r,-1),0===--k.pendingTasks&&Pn(e,k),t.keyPath=o,t.row=s,null!==s&&0<k.pendingTasks&&(s.pendingTasks++,k.next=s)):(o=t.keyPath,t.keyPath=n,Mn(e,t,r,-1),t.keyPath=o)}return;case _:case y:throw Error(a(343));case h:e:if(null!==t.replay){r=t.keyPath,s=t.formatContext,k=t.row,t.keyPath=n,t.formatContext=Z(e.resumableState,s),t.row=null,n=o.children;try{$n(e,t,n,-1)}finally{t.keyPath=r,t.formatContext=s,t.row=k}}else{r=t.keyPath,i=t.formatContext;var R=t.row,I=t.blockedBoundary;P=t.blockedPreamble;var T=t.hoistableState;x=t.blockedSegment;var j=o.fallback;o=o.children;var O=new Set,D=vn(e,t.row,O,null,null);null!==e.trackedPostpones&&(D.trackedContentKeyPath=n);var M=wn(0,x.chunks.length,D,t.formatContext,!1,!1);x.children.push(M),x.lastPushedText=!1;var N=wn(0,0,null,t.formatContext,!1,!1);if(N.parentFlushed=!0,null!==e.trackedPostpones){s=t.componentStack,E=[(k=[n[0],"Suspense Fallback",n[2]])[1],k[2],[],null],e.trackedPostpones.workingMap.set(k,E),D.trackedFallbackNode=E,t.blockedSegment=M,t.blockedPreamble=D.fallbackPreamble,t.keyPath=k,t.formatContext=Y(e.resumableState,i),t.componentStack=_n(s),M.status=6;try{$n(e,t,j,-1),rt(M.chunks,e.renderState,M.lastPushedText,M.textEmbedded),M.status=1}catch(t){throw M.status=12===e.status?3:4,t}finally{t.blockedSegment=x,t.blockedPreamble=P,t.keyPath=r,t.formatContext=i}xn(t=yn(e,null,o,-1,D,N,D.contentPreamble,D.contentState,t.abortSet,n,Z(e.resumableState,t.formatContext),t.context,t.treeContext,null,s)),e.pingedTasks.push(t)}else{t.blockedBoundary=D,t.blockedPreamble=D.contentPreamble,t.hoistableState=D.contentState,t.blockedSegment=N,t.keyPath=n,t.formatContext=Z(e.resumableState,i),t.row=null,N.status=6;try{if($n(e,t,o,-1),rt(N.chunks,e.renderState,N.lastPushedText,N.textEmbedded),N.status=1,Jn(D,N),0===D.pendingTasks&&0===D.status){if(D.status=1,!pn(0,D)){null!==R&&0===--R.pendingTasks&&Pn(e,R),0===e.pendingRootTasks&&t.blockedPreamble&&tr(e);break e}}else null!==R&&R.together&&En(e,R)}catch(n){D.status=4,12===e.status?(N.status=3,s=e.fatalError):(N.status=4,s=n),E=Sn(e,s,k=kn(t.componentStack)),D.errorDigest=E,zn(e,D)}finally{t.blockedBoundary=I,t.blockedPreamble=P,t.hoistableState=T,t.blockedSegment=x,t.keyPath=r,t.formatContext=i,t.row=R}xn(t=yn(e,null,j,-1,I,M,D.fallbackPreamble,D.fallbackState,O,[n[0],"Suspense Fallback",n[2]],Y(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,_n(t.componentStack))),e.pingedTasks.push(t)}}return}if("object"==typeof r&&null!==r)switch(r.$$typeof){case f:if("ref"in o)for(j in s={},o)"ref"!==j&&(s[j]=o[j]);else s=o;return void jn(e,t,n,r=Tn(e,t,n,r.render,s,i),0!==Dt,Mt,Nt);case g:return void On(e,t,n,r.type,o,i);case p:if(k=o.children,s=t.keyPath,o=o.value,E=r._currentValue2,r._currentValue2=o,lt=r={parent:i=lt,depth:null===i?0:i.depth+1,context:r,parentValue:E,value:o},t.context=r,t.keyPath=n,Mn(e,t,k,-1),null===(e=lt))throw Error(a(403));return e.context._currentValue2=e.parentValue,e=lt=e.parent,t.context=e,void(t.keyPath=s);case d:return r=(o=o.children)(r._context._currentValue2),o=t.keyPath,t.keyPath=n,Mn(e,t,r,-1),void(t.keyPath=o);case v:if(r=(s=r._init)(r._payload),12===e.status)throw null;return void On(e,t,n,r,o,i)}throw Error(a(130,null==r?r:typeof r,""))}if(null===(s=t.blockedSegment))s=o.children,k=t.formatContext,E=t.keyPath,t.formatContext=J(k,r,o),t.keyPath=n,$n(e,t,s,-1),t.formatContext=k,t.keyPath=E;else{if(E=ke(s.chunks,r,o,e.resumableState,e.renderState,t.blockedPreamble,t.hoistableState,t.formatContext,s.lastPushedText),s.lastPushedText=!1,k=t.formatContext,i=t.keyPath,t.keyPath=n,3===(t.formatContext=J(k,r,o)).insertionMode){n=wn(0,0,null,t.formatContext,!1,!1),s.preambleChildren.push(n),t.blockedSegment=n;try{n.status=6,$n(e,t,E,-1),rt(n.chunks,e.renderState,n.lastPushedText,n.textEmbedded),n.status=1}finally{t.blockedSegment=s}}else $n(e,t,E,-1);t.formatContext=k,t.keyPath=i;e:{switch(t=s.chunks,e=e.resumableState,r){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 e;case"body":if(1>=k.insertionMode){e.hasBody=!0;break e}break;case"html":if(0===k.insertionMode){e.hasHtml=!0;break e}break;case"head":if(1>=k.insertionMode)break e}t.push(Ce(r))}s.lastPushedText=!1}}}function Dn(e,t,n,r,o){var a=t.replay,i=t.blockedBoundary,s=wn(0,0,null,t.formatContext,!1,!1);s.id=n,s.parentFlushed=!0;try{t.replay=null,t.blockedSegment=s,$n(e,t,r,o),s.status=1,null===i?e.completedRootSegment=s:(Jn(i,s),i.parentFlushed&&e.partialBoundaries.push(i))}finally{t.replay=a,t.blockedSegment=null}}function Mn(e,t,n,r){null!==t.replay&&"number"==typeof t.replay.slots?Dn(e,t,t.replay.slots,n,r):(t.node=n,t.childIndex=r,n=t.componentStack,xn(t),Nn(e,t),t.componentStack=n)}function Nn(e,t){var n=t.node,r=t.childIndex;if(null!==n){if("object"==typeof n){switch(n.$$typeof){case i:var o=n.type,l=n.key,u=n.props,c=void 0!==(n=u.ref)?n:null,d=it(o),f=l??(-1===r?0:r);if(l=[t.keyPath,d,f],null!==t.replay)e:{var m=t.replay;for(r=m.nodes,n=0;n<r.length;n++){var g=r[n];if(f===g[1]){if(4===g.length){if(null!==d&&d!==g[0])throw Error(a(490,g[0],d));var y=g[2];d=g[3],f=t.node,t.replay={nodes:y,slots:d,pendingTasks:1};try{if(On(e,t,l,o,u,c),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(a(488));t.replay.pendingTasks--}catch(a){if("object"==typeof a&&null!==a&&(a===_t||"function"==typeof a.then))throw t.node===f?t.replay=m:r.splice(n,1),a;t.replay.pendingTasks--,u=kn(t.componentStack),Un(l=e,e=t.blockedBoundary,y,d,o=a,u=Sn(l,o,u))}t.replay=m}else{if(o!==h)throw Error(a(490,"Suspense",it(o)||"Unknown"));t:{m=void 0,o=g[5],c=g[2],d=g[3],f=null===g[4]?[]:g[4][2],g=null===g[4]?null:g[4][3];var b=t.keyPath,w=t.formatContext,x=t.row,_=t.replay,k=t.blockedBoundary,P=t.hoistableState,A=u.children,E=u.fallback,R=new Set;(u=vn(e,t.row,R,null,null)).parentFlushed=!0,u.rootSegmentID=o,t.blockedBoundary=u,t.hoistableState=u.contentState,t.keyPath=l,t.formatContext=Z(e.resumableState,w),t.row=null,t.replay={nodes:c,slots:d,pendingTasks:1};try{if($n(e,t,A,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(a(488));if(t.replay.pendingTasks--,0===u.pendingTasks&&0===u.status){u.status=1,e.completedBoundaries.push(u);break t}}catch(n){u.status=4,m=Sn(e,n,y=kn(t.componentStack)),u.errorDigest=m,t.replay.pendingTasks--,e.clientRenderedBoundaries.push(u)}finally{t.blockedBoundary=k,t.hoistableState=P,t.replay=_,t.keyPath=b,t.formatContext=w,t.row=x}xn(y=bn(e,null,{nodes:f,slots:g,pendingTasks:0},E,-1,k,u.fallbackState,R,[l[0],"Suspense Fallback",l[2]],Y(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,_n(t.componentStack))),e.pingedTasks.push(y)}}r.splice(n,1);break e}}}else On(e,t,l,o,u,c);return;case s:throw Error(a(257));case v:if(n=(y=n._init)(n._payload),12===e.status)throw null;return void Mn(e,t,n,r)}if(C(n))return void Fn(e,t,n,r);if((y=S(n))&&(y=y.call(n))){if(!(n=y.next()).done){u=[];do{u.push(n.value),n=y.next()}while(!n.done);Fn(e,t,u,r)}return}if("function"==typeof n.then)return t.thenableState=null,Mn(e,t,en(n),r);if(n.$$typeof===p)return Mn(e,t,n._currentValue2,r);throw r=Object.prototype.toString.call(n),Error(a(31,"[object Object]"===r?"object with keys {"+Object.keys(n).join(", ")+"}":r))}"string"==typeof n?null!==(r=t.blockedSegment)&&(r.lastPushedText=nt(r.chunks,n,e.renderState,r.lastPushedText)):"number"!=typeof n&&"bigint"!=typeof n||null!==(r=t.blockedSegment)&&(r.lastPushedText=nt(r.chunks,""+n,e.renderState,r.lastPushedText))}}function Fn(e,t,n,r){var o=t.keyPath;if(-1===r||(t.keyPath=[t.keyPath,"Fragment",r],null===t.replay)){if(i=t.treeContext,s=n.length,null!==t.replay&&(null!==(l=t.replay.slots)&&"object"==typeof l)){for(r=0;r<s;r++)u=n[r],t.treeContext=vt(i,s,r),"number"==typeof(c=l[r])?(Dn(e,t,c,u,r),delete l[r]):$n(e,t,u,r);return t.treeContext=i,void(t.keyPath=o)}for(l=0;l<s;l++)r=n[l],t.treeContext=vt(i,s,l),$n(e,t,r,l);t.treeContext=i,t.keyPath=o}else{for(var i=t.replay,s=i.nodes,l=0;l<s.length;l++){var u=s[l];if(u[1]===r){r=u[2],u=u[3],t.replay={nodes:r,slots:u,pendingTasks:1};try{if(Fn(e,t,n,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(a(488));t.replay.pendingTasks--}catch(o){if("object"==typeof o&&null!==o&&(o===_t||"function"==typeof o.then))throw o;t.replay.pendingTasks--,n=kn(t.componentStack);var c=t.blockedBoundary;Un(e,c,r,u,o,n=Sn(e,o,n))}t.replay=i,s.splice(l,1);break}}t.keyPath=o}}function Bn(e,t,n){if(n.status=5,n.rootSegmentID=e.nextSegmentId++,null===(e=n.trackedContentKeyPath))throw Error(a(486));var r=n.trackedFallbackNode,o=t.workingMap.get(e);return void 0===o?(n=[e[1],e[2],[],null,r,n.rootSegmentID],t.workingMap.set(e,n),fr(n,e[0],t),n):(o[4]=r,o[5]=n.rootSegmentID,o)}function Ln(e,t,n,r){r.status=5;var o=n.keyPath,i=n.blockedBoundary;if(null===i)r.id=e.nextSegmentId++,t.rootSlots=r.id,null!==e.completedRootSegment&&(e.completedRootSegment.status=5);else{if(null!==i&&0===i.status){var s=Bn(e,t,i);if(i.trackedContentKeyPath===o&&-1===n.childIndex)return-1===r.id&&(r.id=r.parentFlushed?i.rootSegmentID:e.nextSegmentId++),void(s[3]=r.id)}if(-1===r.id&&(r.id=r.parentFlushed&&null!==i?i.rootSegmentID:e.nextSegmentId++),-1===n.childIndex)null===o?t.rootSlots=r.id:void 0===(n=t.workingMap.get(o))?fr(n=[o[1],o[2],[],r.id],o[0],t):n[3]=r.id;else{if(null===o){if(null===(e=t.rootSlots))e=t.rootSlots={};else if("number"==typeof e)throw Error(a(491))}else if(void 0===(s=(i=t.workingMap).get(o)))e={},s=[o[1],o[2],[],e],i.set(o,s),fr(s,o[0],t);else if(null===(e=s[3]))e=s[3]={};else if("number"==typeof e)throw Error(a(491));e[n.childIndex]=r.id}}}function zn(e,t){null!==(e=e.trackedPostpones)&&(null!==(t=t.trackedContentKeyPath)&&(void 0!==(t=e.workingMap.get(t))&&(t.length=4,t[2]=[],t[3]=null)))}function qn(e,t,n){return bn(e,n,t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function Hn(e,t,n){var r=t.blockedSegment,o=wn(0,r.chunks.length,null,t.formatContext,r.lastPushedText,!0);return r.children.push(o),r.lastPushedText=!1,yn(e,n,t.node,t.childIndex,t.blockedBoundary,o,t.blockedPreamble,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function $n(e,t,n,r){var o=t.formatContext,a=t.context,i=t.keyPath,s=t.treeContext,l=t.componentStack,u=t.blockedSegment;if(null===u){u=t.replay;try{return Mn(e,t,n,r)}catch(c){if(Ut(),n=c===_t?St():c,12!==e.status&&"object"==typeof n&&null!==n){if("function"==typeof n.then)return e=qn(e,t,r=c===_t?Gt():null).ping,n.then(e,e),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,t.replay=u,void ht(a);if("Maximum call stack size exceeded"===n.message)return n=qn(e,t,n=c===_t?Gt():null),e.pingedTasks.push(n),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,t.replay=u,void ht(a)}}}else{var c=u.children.length,d=u.chunks.length;try{return Mn(e,t,n,r)}catch(r){if(Ut(),u.children.length=c,u.chunks.length=d,n=r===_t?St():r,12!==e.status&&"object"==typeof n&&null!==n){if("function"==typeof n.then)return u=n,e=Hn(e,t,n=r===_t?Gt():null).ping,u.then(e,e),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,void ht(a);if("Maximum call stack size exceeded"===n.message)return u=Hn(e,t,u=r===_t?Gt():null),e.pingedTasks.push(u),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,void ht(a)}}}throw t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,ht(a),n}function Gn(e){var t=e.blockedBoundary,n=e.blockedSegment;null!==n&&(n.status=3,Qn(this,t,e.row,n))}function Un(e,t,n,r,o,i){for(var s=0;s<n.length;s++){var l=n[s];if(4===l.length)Un(e,t,l[2],l[3],o,i);else{l=l[5];var u=e,c=i,d=vn(u,null,new Set,null,null);d.parentFlushed=!0,d.rootSegmentID=l,d.status=4,d.errorDigest=c,d.parentFlushed&&u.clientRenderedBoundaries.push(d)}}if(n.length=0,null!==r){if(null===t)throw Error(a(487));if(4!==t.status&&(t.status=4,t.errorDigest=i,t.parentFlushed&&e.clientRenderedBoundaries.push(t)),"object"==typeof r)for(var p in r)delete r[p]}}function Vn(e,t,n){var r=e.blockedBoundary,o=e.blockedSegment;if(null!==o){if(6===o.status)return;o.status=3}var a=kn(e.componentStack);if(null===r){if(13!==t.status&&14!==t.status){if(null===(r=e.replay))return void(null!==t.trackedPostpones&&null!==o?(r=t.trackedPostpones,Sn(t,n,a),Ln(t,r,e,o),Qn(t,null,e.row,o)):(Sn(t,n,a),Cn(t,n)));r.pendingTasks--,0===r.pendingTasks&&0<r.nodes.length&&(o=Sn(t,n,a),Un(t,null,r.nodes,r.slots,n,o)),t.pendingRootTasks--,0===t.pendingRootTasks&&Kn(t)}}else{var i=t.trackedPostpones;if(4!==r.status){if(null!==i&&null!==o)return Sn(t,n,a),Ln(t,i,e,o),r.fallbackAbortableTasks.forEach(function(e){return Vn(e,t,n)}),r.fallbackAbortableTasks.clear(),Qn(t,r,e.row,o);r.status=4,o=Sn(t,n,a),r.status=4,r.errorDigest=o,zn(t,r),r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.pendingTasks--,null!==(o=r.row)&&0===--o.pendingTasks&&Pn(t,o),r.fallbackAbortableTasks.forEach(function(e){return Vn(e,t,n)}),r.fallbackAbortableTasks.clear()}null!==(e=e.row)&&0===--e.pendingTasks&&Pn(t,e),t.allPendingTasks--,0===t.allPendingTasks&&Xn(t)}function Wn(e,t){try{var n=e.renderState,r=n.onHeaders;if(r){var o=n.headers;if(o){n.headers=null;var a=o.preconnects;if(o.fontPreloads&&(a&&(a+=", "),a+=o.fontPreloads),o.highImagePreloads&&(a&&(a+=", "),a+=o.highImagePreloads),!t){var i=n.styles.values(),s=i.next();e:for(;0<o.remainingCapacity&&!s.done;s=i.next())for(var l=s.value.sheets.values(),u=l.next();0<o.remainingCapacity&&!u.done;u=l.next()){var c=u.value,d=c.props,p=d.href,f=c.props,h=Ke(f.href,"style",{crossOrigin:f.crossOrigin,integrity:f.integrity,nonce:f.nonce,type:f.type,fetchPriority:f.fetchPriority,referrerPolicy:f.referrerPolicy,media:f.media});if(!(0<=(o.remainingCapacity-=h.length+2)))break e;n.resets.style[p]=U,a&&(a+=", "),a+=h,n.resets.style[p]="string"==typeof d.crossOrigin||"string"==typeof d.integrity?[d.crossOrigin,d.integrity]:U}}r(a?{Link:a}:{})}}}catch(t){Sn(e,t,{})}}function Kn(e){null===e.trackedPostpones&&Wn(e,!0),null===e.trackedPostpones&&tr(e),e.onShellError=xt,(e=e.onShellReady)()}function Xn(e){Wn(e,null===e.trackedPostpones||(null===e.completedRootSegment||5!==e.completedRootSegment.status)),tr(e),(e=e.onAllReady)()}function Jn(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary&&-1===t.children[0].id){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,1!==n.status&&3!==n.status&&4!==n.status||Jn(e,n)}else e.completedSegments.push(t)}function Qn(e,t,n,r){if(null!==n&&(0===--n.pendingTasks?Pn(e,n):n.together&&En(e,n)),e.allPendingTasks--,null===t){if(null!==r&&r.parentFlushed){if(null!==e.completedRootSegment)throw Error(a(389));e.completedRootSegment=r}e.pendingRootTasks--,0===e.pendingRootTasks&&Kn(e)}else if(t.pendingTasks--,4!==t.status)if(0===t.pendingTasks){if(0===t.status&&(t.status=1),null!==r&&r.parentFlushed&&(1===r.status||3===r.status)&&Jn(t,r),t.parentFlushed&&e.completedBoundaries.push(t),1===t.status)null!==(n=t.row)&&tt(n.hoistables,t.contentState),pn(0,t)||(t.fallbackAbortableTasks.forEach(Gn,e),t.fallbackAbortableTasks.clear(),null!==n&&0===--n.pendingTasks&&Pn(e,n)),0===e.pendingRootTasks&&null===e.trackedPostpones&&null!==t.contentPreamble&&tr(e);else if(5===t.status&&null!==(t=t.row)){if(null!==e.trackedPostpones){n=e.trackedPostpones;var o=t.next;if(null!==o&&null!==(r=o.boundaries))for(o.boundaries=null,o=0;o<r.length;o++){var i=r[o];Bn(e,n,i),Qn(e,i,null,null)}}0===--t.pendingTasks&&Pn(e,t)}}else null===r||!r.parentFlushed||1!==r.status&&3!==r.status||(Jn(t,r),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)),null!==(t=t.row)&&t.together&&En(e,t);0===e.allPendingTasks&&Xn(e)}function Yn(e){if(14!==e.status&&13!==e.status){var t=lt,n=q.H;q.H=on;var r=q.A;q.A=sn;var o=mn;mn=e;var i=an;an=e.resumableState;try{var s,l=e.pingedTasks;for(s=0;s<l.length;s++){var u=l[s],c=e,d=u.blockedSegment;if(null===d){var p=c;if(0!==u.replay.pendingTasks){ht(u.context);try{if("number"==typeof u.replay.slots?Dn(p,u,u.replay.slots,u.node,u.childIndex):Nn(p,u),1===u.replay.pendingTasks&&0<u.replay.nodes.length)throw Error(a(488));u.replay.pendingTasks--,u.abortSet.delete(u),Qn(p,u.blockedBoundary,u.row,null)}catch(e){Ut();var f=e===_t?St():e;if("object"==typeof f&&null!==f&&"function"==typeof f.then){var h=u.ping;f.then(h,h),u.thenableState=e===_t?Gt():null}else{u.replay.pendingTasks--,u.abortSet.delete(u);var m=kn(u.componentStack);c=void 0;var g=p,v=u.blockedBoundary,y=12===p.status?p.fatalError:f;Un(g,v,u.replay.nodes,u.replay.slots,y,c=Sn(g,y,m)),p.pendingRootTasks--,0===p.pendingRootTasks&&Kn(p),p.allPendingTasks--,0===p.allPendingTasks&&Xn(p)}}}}else if(p=void 0,0===(g=d).status){g.status=6,ht(u.context);var b=g.children.length,w=g.chunks.length;try{Nn(c,u),rt(g.chunks,c.renderState,g.lastPushedText,g.textEmbedded),u.abortSet.delete(u),g.status=1,Qn(c,u.blockedBoundary,u.row,g)}catch(e){Ut(),g.children.length=b,g.chunks.length=w;var x=e===_t?St():12===c.status?c.fatalError:e;if(12===c.status&&null!==c.trackedPostpones){var _=c.trackedPostpones,k=kn(u.componentStack);u.abortSet.delete(u),Sn(c,x,k),Ln(c,_,u,g),Qn(c,u.blockedBoundary,u.row,g)}else if("object"==typeof x&&null!==x&&"function"==typeof x.then){g.status=0,u.thenableState=e===_t?Gt():null;var S=u.ping;x.then(S,S)}else{var C=kn(u.componentStack);u.abortSet.delete(u),g.status=4;var P=u.blockedBoundary,A=u.row;if(null!==A&&0===--A.pendingTasks&&Pn(c,A),c.allPendingTasks--,p=Sn(c,x,C),null===P)Cn(c,x);else if(P.pendingTasks--,4!==P.status){P.status=4,P.errorDigest=p,zn(c,P);var E=P.row;null!==E&&0===--E.pendingTasks&&Pn(c,E),P.parentFlushed&&c.clientRenderedBoundaries.push(P),0===c.pendingRootTasks&&null===c.trackedPostpones&&null!==P.contentPreamble&&tr(c)}0===c.allPendingTasks&&Xn(c)}}}}l.splice(0,s),null!==e.destination&&ur(e,e.destination)}catch(t){Sn(e,t,{}),Cn(e,t)}finally{an=i,q.H=n,q.A=r,n===on&&ht(t),mn=o}}}function Zn(e,t,n){t.preambleChildren.length&&n.push(t.preambleChildren);for(var r=!1,o=0;o<t.children.length;o++)r=er(e,t.children[o],n)||r;return r}function er(e,t,n){var r=t.boundary;if(null===r)return Zn(e,t,n);var o=r.contentPreamble,i=r.fallbackPreamble;if(null===o||null===i)return!1;switch(r.status){case 1:if(Pe(e.renderState,o),e.byteSize+=r.byteSize,!(t=r.completedSegments[0]))throw Error(a(391));return Zn(e,t,n);case 5:if(null!==e.trackedPostpones)return!0;case 4:if(1===t.status)return Pe(e.renderState,i),Zn(e,t,n);default:return!0}}function tr(e){if(e.completedRootSegment&&null===e.completedPreambleSegments){var t=[],n=e.byteSize,r=er(e,e.completedRootSegment,t),o=e.renderState.preamble;!1===r||o.headChunks&&o.bodyChunks?e.completedPreambleSegments=t:e.byteSize=n}}function nr(e,t,n,r){switch(n.parentFlushed=!0,n.status){case 0:n.id=e.nextSegmentId++;case 5:return r=n.id,n.lastPushedText=!1,n.textEmbedded=!1,e=e.renderState,t.push('<template id="'),t.push(e.placeholderPrefix),e=r.toString(16),t.push(e),t.push('"></template>');case 1:n.status=2;var o=!0,i=n.chunks,s=0;n=n.children;for(var l=0;l<n.length;l++){for(o=n[l];s<o.index;s++)t.push(i[s]);o=or(e,t,o,r)}for(;s<i.length-1;s++)t.push(i[s]);return s<i.length&&(o=t.push(i[s])),o;case 3:return!0;default:throw Error(a(390))}}var rr=0;function or(e,t,n,r){var o=n.boundary;if(null===o)return nr(e,t,n,r);if(o.parentFlushed=!0,4===o.status){var i=o.row;return null!==i&&0===--i.pendingTasks&&Pn(e,i),e.renderState.generateStaticMarkup||(o=o.errorDigest,t.push("\x3c!--$!--\x3e"),t.push("<template"),o&&(t.push(' data-dgst="'),o=N(o),t.push(o),t.push('"')),t.push("></template>")),nr(e,t,n,r),e=!!e.renderState.generateStaticMarkup||t.push("\x3c!--/$--\x3e")}if(1!==o.status)return 0===o.status&&(o.rootSegmentID=e.nextSegmentId++),0<o.completedSegments.length&&e.partialBoundaries.push(o),Ee(t,e.renderState,o.rootSegmentID),r&&tt(r,o.fallbackState),nr(e,t,n,r),t.push("\x3c!--/$--\x3e");if(!lr&&pn(0,o)&&rr+o.byteSize>e.progressiveChunkSize)return o.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(o),Ee(t,e.renderState,o.rootSegmentID),nr(e,t,n,r),t.push("\x3c!--/$--\x3e");if(rr+=o.byteSize,r&&tt(r,o.contentState),null!==(n=o.row)&&pn(0,o)&&0===--n.pendingTasks&&Pn(e,n),e.renderState.generateStaticMarkup||t.push("\x3c!--$--\x3e"),1!==(n=o.completedSegments).length)throw Error(a(391));return or(e,t,n[0],r),e=!!e.renderState.generateStaticMarkup||t.push("\x3c!--/$--\x3e")}function ar(e,t,n,r){return function(e,t,n,r){switch(n.insertionMode){case 0:case 1:case 3:case 2:return e.push('<div hidden id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 4:return e.push('<svg aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 5:return e.push('<math aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 6:return e.push('<table hidden id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 7:return e.push('<table hidden><tbody id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 8:return e.push('<table hidden><tr id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 9:return e.push('<table hidden><colgroup id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');default:throw Error(a(397))}}(t,e.renderState,n.parentFormatContext,n.id),or(e,t,n,r),function(e,t){switch(t.insertionMode){case 0:case 1:case 3:case 2:return e.push("</div>");case 4:return e.push("</svg>");case 5:return e.push("</math>");case 6:return e.push("</table>");case 7:return e.push("</tbody></table>");case 8:return e.push("</tr></table>");case 9:return e.push("</colgroup></table>");default:throw Error(a(397))}}(t,n.parentFormatContext)}function ir(e,t,n){rr=n.byteSize;for(var r=n.completedSegments,o=0;o<r.length;o++)sr(e,t,n,r[o]);r.length=0,null!==(r=n.row)&&pn(0,n)&&0===--r.pendingTasks&&Pn(e,r),Fe(t,n.contentState,e.renderState),r=e.resumableState,e=e.renderState,o=n.rootSegmentID,n=n.contentState;var i=e.stylesToHoist;return e.stylesToHoist=!1,t.push(e.startInlineScript),t.push(">"),i?(!(4&r.instructions)&&(r.instructions|=4,t.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())};')),!(2&r.instructions)&&(r.instructions|=2,t.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};\n$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)};')),8&r.instructions?t.push('$RR("'):(r.instructions|=8,t.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=\n"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=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("'))):(!(2&r.instructions)&&(r.instructions|=2,t.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};\n$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)};')),t.push('$RC("')),r=o.toString(16),t.push(e.boundaryPrefix),t.push(r),t.push('","'),t.push(e.segmentPrefix),t.push(r),i?(t.push('",'),function(e,t){e.push("[");var n="[";t.stylesheets.forEach(function(t){if(2!==t.state)if(3===t.state)e.push(n),t=je(""+t.props.href),e.push(t),e.push("]"),n=",[";else{e.push(n);var r=t.props["data-precedence"],o=t.props,i=z(""+t.props.href);for(var s in i=je(i),e.push(i),r=""+r,e.push(","),r=je(r),e.push(r),o)if(E.call(o,s)&&null!=(r=o[s]))switch(s){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(a(399,"link"));default:Ue(e,s,r)}e.push("]"),n=",[",t.state=3}}),e.push("]")}(t,n)):t.push('"'),n=t.push(")<\/script>"),Ae(t,e)&&n}function sr(e,t,n,r){if(2===r.status)return!0;var o=n.contentState,i=r.id;if(-1===i){if(-1===(r.id=n.rootSegmentID))throw Error(a(392));return ar(e,t,r,o)}return i===n.rootSegmentID?ar(e,t,r,o):(ar(e,t,r,o),n=e.resumableState,e=e.renderState,t.push(e.startInlineScript),t.push(">"),1&n.instructions?t.push('$RS("'):(n.instructions|=1,t.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("')),t.push(e.segmentPrefix),i=i.toString(16),t.push(i),t.push('","'),t.push(e.placeholderPrefix),t.push(i),t=t.push('")<\/script>'))}var lr=!1;function ur(e,t){try{if(!(0<e.pendingRootTasks)){var n,r=e.completedRootSegment;if(null!==r){if(5===r.status)return;var o=e.completedPreambleSegments;if(null===o)return;rr=e.byteSize;var a,i=e.resumableState,s=e.renderState,l=s.preamble,u=l.htmlChunks,c=l.headChunks;if(u){for(a=0;a<u.length;a++)t.push(u[a]);if(c)for(a=0;a<c.length;a++)t.push(c[a]);else{var d=_e("head");t.push(d),t.push(">")}}else if(c)for(a=0;a<c.length;a++)t.push(c[a]);var p=s.charsetChunks;for(a=0;a<p.length;a++)t.push(p[a]);p.length=0,s.preconnects.forEach(Be,t),s.preconnects.clear();var f=s.viewportChunks;for(a=0;a<f.length;a++)t.push(f[a]);f.length=0,s.fontPreloads.forEach(Be,t),s.fontPreloads.clear(),s.highImagePreloads.forEach(Be,t),s.highImagePreloads.clear(),V=s,s.styles.forEach(qe,t),V=null;var h=s.importMapChunks;for(a=0;a<h.length;a++)t.push(h[a]);h.length=0,s.bootstrapScripts.forEach(Be,t),s.scripts.forEach(Be,t),s.scripts.clear(),s.bulkPreloads.forEach(Be,t),s.bulkPreloads.clear(),i.instructions|=32;var m=s.hoistableChunks;for(a=0;a<m.length;a++)t.push(m[a]);for(i=m.length=0;i<o.length;i++){var g=o[i];for(s=0;s<g.length;s++)or(e,t,g[s],null)}var v=e.renderState.preamble,y=v.headChunks;if(v.htmlChunks||y){var b=Ce("head");t.push(b)}var w=v.bodyChunks;if(w)for(o=0;o<w.length;o++)t.push(w[o]);or(e,t,r,null),e.completedRootSegment=null;var x=e.renderState;if(0!==e.allPendingTasks||0!==e.clientRenderedBoundaries.length||0!==e.completedBoundaries.length||null!==e.trackedPostpones&&(0!==e.trackedPostpones.rootNodes.length||null!==e.trackedPostpones.rootSlots)){var _=e.resumableState;if(!(64&_.instructions)){if(_.instructions|=64,t.push(x.startInlineScript),!(32&_.instructions)){_.instructions|=32;var k="_"+_.idPrefix+"R_";t.push(' id="');var S=N(k);t.push(S),t.push('"')}t.push(">"),t.push("requestAnimationFrame(function(){$RT=performance.now()});"),t.push("<\/script>")}}Ae(t,x)}var C=e.renderState;r=0;var P=C.viewportChunks;for(r=0;r<P.length;r++)t.push(P[r]);P.length=0,C.preconnects.forEach(Be,t),C.preconnects.clear(),C.fontPreloads.forEach(Be,t),C.fontPreloads.clear(),C.highImagePreloads.forEach(Be,t),C.highImagePreloads.clear(),C.styles.forEach($e,t),C.scripts.forEach(Be,t),C.scripts.clear(),C.bulkPreloads.forEach(Be,t),C.bulkPreloads.clear();var A=C.hoistableChunks;for(r=0;r<A.length;r++)t.push(A[r]);A.length=0;var E=e.clientRenderedBoundaries;for(n=0;n<E.length;n++){var R=E[n];C=t;var I=e.resumableState,T=e.renderState,j=R.rootSegmentID,O=R.errorDigest;C.push(T.startInlineScript),C.push(">"),4&I.instructions?C.push('$RX("'):(I.instructions|=4,C.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("')),C.push(T.boundaryPrefix);var D=j.toString(16);if(C.push(D),C.push('"'),O){C.push(",");var M=Ie(O||"");C.push(M)}var F=C.push(")<\/script>");if(!F)return e.destination=null,n++,void E.splice(0,n)}E.splice(0,n);var B=e.completedBoundaries;for(n=0;n<B.length;n++)if(!ir(e,t,B[n]))return e.destination=null,n++,void B.splice(0,n);B.splice(0,n),lr=!0;var L=e.partialBoundaries;for(n=0;n<L.length;n++){var z=L[n];e:{E=e,R=t,rr=z.byteSize;var q=z.completedSegments;for(F=0;F<q.length;F++)if(!sr(E,R,z,q[F])){F++,q.splice(0,F);var H=!1;break e}q.splice(0,F);var $=z.row;null!==$&&$.together&&1===z.pendingTasks&&(1===$.pendingTasks?An(E,$,$.hoistables):$.pendingTasks--),H=Fe(R,z.contentState,E.renderState)}if(!H)return e.destination=null,n++,void L.splice(0,n)}L.splice(0,n),lr=!1;var G=e.completedBoundaries;for(n=0;n<G.length;n++)if(!ir(e,t,G[n]))return e.destination=null,n++,void G.splice(0,n);G.splice(0,n)}}finally{lr=!1,0===e.allPendingTasks&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&(e.flushScheduled=!1,(n=e.resumableState).hasBody&&(L=Ce("body"),t.push(L)),n.hasHtml&&(n=Ce("html"),t.push(n)),e.status=14,t.push(null),e.destination=null)}}function cr(e){if(!1===e.flushScheduled&&0===e.pingedTasks.length&&null!==e.destination){e.flushScheduled=!0;var t=e.destination;t?ur(e,t):e.flushScheduled=!1}}function dr(e,t){if(13===e.status)e.status=14,t.destroy(e.fatalError);else if(14!==e.status&&null===e.destination){e.destination=t;try{ur(e,t)}catch(t){Sn(e,t,{}),Cn(e,t)}}}function pr(e,t){11!==e.status&&10!==e.status||(e.status=12);try{var n=e.abortableTasks;if(0<n.size){var r=void 0===t?Error(a(432)):"object"==typeof t&&null!==t&&"function"==typeof t.then?Error(a(530)):t;e.fatalError=r,n.forEach(function(t){return Vn(t,e,r)}),n.clear()}null!==e.destination&&ur(e,e.destination)}catch(t){Sn(e,t,{}),Cn(e,t)}}function fr(e,t,n){if(null===t)n.rootNodes.push(e);else{var r=n.workingMap,o=r.get(t);void 0===o&&(o=[t[1],t[2],[],null],r.set(t,o),fr(o,t[0],n)),o[2].push(e)}}function hr(){}function mr(e,t,n,r){var o,i,s,l,u=!1,c=null,d="",p=!1;if(e=function(e,t,n,r,o,a,i,s,l,u,c,d){return(n=wn(t=new hn(t,n,r,o,a,i,s,l,u,c,d),0,null,r,!1,!1)).parentFlushed=!0,xn(e=yn(t,null,e,-1,null,n,null,null,t.abortableTasks,null,r,null,gt,null,null)),t.pingedTasks.push(e),t}(e,t={idPrefix:void 0===(o=t?t.identifierPrefix:void 0)?"":o,nextFormID:0,streamingFormat:0,bootstrapScriptContent:i,bootstrapScripts:s,bootstrapModules:l,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}},function(e,t){var n=e.idPrefix,r=[],o=e.bootstrapScriptContent,a=e.bootstrapScripts,i=e.bootstrapModules;void 0!==o&&(r.push("<script"),Ge(r,e),r.push(">",(""+o).replace(W,K),"<\/script>")),o=n+"P:";var s=n+"S:";n+="B:";var l=new Set,u=new Set,c=new Set,d=new Map,p=new Set,f=new Set,h=new Set,m={images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map};if(void 0!==a)for(var g=0;g<a.length;g++){var v,y=a[g],b=void 0,w=void 0,x={rel:"preload",as:"script",fetchPriority:"low",nonce:void 0};"string"==typeof y?x.href=v=y:(x.href=v=y.src,x.integrity=w="string"==typeof y.integrity?y.integrity:void 0,x.crossOrigin=b="string"==typeof y||null==y.crossOrigin?void 0:"use-credentials"===y.crossOrigin?"use-credentials":"");var _=v;(y=e).scriptResources[_]=null,y.moduleScriptResources[_]=null,pe(y=[],x),p.add(y),r.push('<script src="',N(v),'"'),"string"==typeof w&&r.push(' integrity="',N(w),'"'),"string"==typeof b&&r.push(' crossorigin="',N(b),'"'),Ge(r,e),r.push(' async=""><\/script>')}if(void 0!==i)for(a=0;a<i.length;a++)b=v=void 0,w={rel:"modulepreload",fetchPriority:"low",nonce:void 0},"string"==typeof(x=i[a])?w.href=g=x:(w.href=g=x.src,w.integrity=b="string"==typeof x.integrity?x.integrity:void 0,w.crossOrigin=v="string"==typeof x||null==x.crossOrigin?void 0:"use-credentials"===x.crossOrigin?"use-credentials":""),y=g,(x=e).scriptResources[y]=null,x.moduleScriptResources[y]=null,pe(x=[],w),p.add(x),r.push('<script type="module" src="',N(g),'"'),"string"==typeof b&&r.push(' integrity="',N(b),'"'),"string"==typeof v&&r.push(' crossorigin="',N(v),'"'),Ge(r,e),r.push(' async=""><\/script>');return{placeholderPrefix:o,segmentPrefix:s,boundaryPrefix:n,startInlineScript:"<script",startInlineStyle:"<style",preamble:{htmlChunks:null,headChunks:null,bodyChunks:null},externalRuntimeScript:null,bootstrapChunks:r,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:l,fontPreloads:u,highImagePreloads:c,styles:d,bootstrapScripts:p,scripts:f,bulkPreloads:h,preloads:m,nonce:{script:void 0,style:void 0},stylesToHoist:!1,generateStaticMarkup:t}}(t,n),X(0,null,0,null),1/0,hr,void 0,function(){p=!0},void 0,void 0,void 0),e.flushScheduled=null!==e.destination,Yn(e),10===e.status&&(e.status=11),null===e.trackedPostpones&&Wn(e,0===e.pendingRootTasks),pr(e,r),dr(e,{push:function(e){return null!==e&&(d+=e),!0},destroy:function(e){u=!0,c=e}}),u&&c!==r)throw c;if(!p)throw Error(a(426));return d}t.renderToStaticMarkup=function(e,t){return mr(e,t,!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')},t.renderToString=function(e,t){return mr(e,t,!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')},t.version="19.2.7"},"../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/cjs/react-dom-server.browser.production.js"(e,t,n){"use strict";var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/index.js");function a(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var i=Symbol.for("react.transitional.element"),s=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),d=Symbol.for("react.consumer"),p=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),y=Symbol.for("react.scope"),b=Symbol.for("react.activity"),w=Symbol.for("react.legacy_hidden"),x=Symbol.for("react.memo_cache_sentinel"),_=Symbol.for("react.view_transition"),k=Symbol.iterator;function S(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=k&&e[k]||e["@@iterator"])?e:null}var C=Array.isArray;function P(e,t){var n=3&e.length,r=e.length-n,o=t;for(t=0;t<r;){var a=255&e.charCodeAt(t)|(255&e.charCodeAt(++t))<<8|(255&e.charCodeAt(++t))<<16|(255&e.charCodeAt(++t))<<24;++t,o=27492+(65535&(o=5*(65535&(o=(o^=a=461845907*(65535&(a=(a=3432918353*(65535&a)+((3432918353*(a>>>16)&65535)<<16)&4294967295)<<15|a>>>17))+((461845907*(a>>>16)&65535)<<16)&4294967295)<<13|o>>>19))+((5*(o>>>16)&65535)<<16)&4294967295))+(((o>>>16)+58964&65535)<<16)}switch(a=0,n){case 3:a^=(255&e.charCodeAt(t+2))<<16;case 2:a^=(255&e.charCodeAt(t+1))<<8;case 1:o^=461845907*(65535&(a=(a=3432918353*(65535&(a^=255&e.charCodeAt(t)))+((3432918353*(a>>>16)&65535)<<16)&4294967295)<<15|a>>>17))+((461845907*(a>>>16)&65535)<<16)&4294967295}return o^=e.length,o=2246822507*(65535&(o^=o>>>16))+((2246822507*(o>>>16)&65535)<<16)&4294967295,((o=3266489909*(65535&(o^=o>>>13))+((3266489909*(o>>>16)&65535)<<16)&4294967295)^o>>>16)>>>0}var A=new MessageChannel,E=[];function R(e){E.push(e),A.port2.postMessage(null)}function I(e){setTimeout(function(){throw e})}A.port1.onmessage=function(){var e=E.shift();e&&e()};var T=Promise,j="function"==typeof queueMicrotask?queueMicrotask:function(e){T.resolve(null).then(e).catch(I)},O=null,D=0;function M(e,t){if(0!==t.byteLength)if(2048<t.byteLength)0<D&&(e.enqueue(new Uint8Array(O.buffer,0,D)),O=new Uint8Array(2048),D=0),e.enqueue(t);else{var n=O.length-D;n<t.byteLength&&(0===n?e.enqueue(O):(O.set(t.subarray(0,n),D),e.enqueue(O),t=t.subarray(n)),O=new Uint8Array(2048),D=0),O.set(t,D),D+=t.byteLength}}function N(e,t){return M(e,t),!0}function F(e){O&&0<D&&(e.enqueue(new Uint8Array(O.buffer,0,D)),O=null,D=0)}var B=new TextEncoder;function L(e){return B.encode(e)}function z(e){return B.encode(e)}function q(e){return e.byteLength}function H(e,t){"function"==typeof e.error?e.error(t):e.close()}var $=Object.assign,G=Object.prototype.hasOwnProperty,U=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]*$"),V={},W={};function K(e){return!!G.call(W,e)||!G.call(V,e)&&(U.test(e)?W[e]=!0:(V[e]=!0,!1))}var X=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(" ")),J=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"]]),Q=/["'&<>]/;function Y(e){if("boolean"==typeof e||"number"==typeof e||"bigint"==typeof e)return""+e;e=""+e;var t=Q.exec(e);if(t){var n,r="",o=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t=""";break;case 38:t="&";break;case 39:t="'";break;case 60:t="<";break;case 62:t=">";break;default:continue}o!==n&&(r+=e.slice(o,n)),o=n+1,r+=t}e=o!==n?r+e.slice(o,n):r}return e}var Z=/([A-Z])/g,ee=/^ms-/,te=/^[\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 ne(e){return te.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}var re=r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,oe=o.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ae={pending:!1,data:null,method:null,action:null},ie=oe.d;oe.d={f:ie.f,r:ie.r,D:function(e){var t=Eo||null;if(t){var n=t.resumableState,r=t.renderState;if("string"==typeof e&&e){var o,a;if(!n.dnsResources.hasOwnProperty(e))n.dnsResources[e]=null,(a=(n=r.headers)&&0<n.remainingCapacity)&&(o="<"+(""+e).replace(sr,lr)+">; rel=dns-prefetch",a=0<=(n.remainingCapacity-=o.length+2)),a?(r.resets.dns[e]=null,n.preconnects&&(n.preconnects+=", "),n.preconnects+=o):(at(o=[],{href:e,rel:"dns-prefetch"}),r.preconnects.add(o));Ca(t)}}else ie.D(e)},C:function(e,t){var n=Eo||null;if(n){var r=n.resumableState,o=n.renderState;if("string"==typeof e&&e){var a="use-credentials"===t?"credentials":"string"==typeof t?"anonymous":"default";if(!r.connectResources[a].hasOwnProperty(e)){var i,s;if(r.connectResources[a][e]=null,s=(r=o.headers)&&0<r.remainingCapacity){if(s="<"+(""+e).replace(sr,lr)+">; rel=preconnect","string"==typeof t)s+='; crossorigin="'+(""+t).replace(ur,cr)+'"';i=s,s=0<=(r.remainingCapacity-=i.length+2)}s?(o.resets.connect[a][e]=null,r.preconnects&&(r.preconnects+=", "),r.preconnects+=i):(at(a=[],{rel:"preconnect",href:e,crossOrigin:t}),o.preconnects.add(a))}Ca(n)}}else ie.C(e,t)},L:function(e,t,n){var r=Eo||null;if(r){var o=r.resumableState,a=r.renderState;if(t&&e){switch(t){case"image":if(n)var i=n.imageSrcSet,s=n.imageSizes,l=n.fetchPriority;var u,c=i?i+"\n"+(s||""):e;if(o.imageResources.hasOwnProperty(c))return;o.imageResources[c]=se,(o=a.headers)&&0<o.remainingCapacity&&"string"!=typeof i&&"high"===l&&(u=ir(e,t,n),0<=(o.remainingCapacity-=u.length+2))?(a.resets.image[c]=se,o.highImagePreloads&&(o.highImagePreloads+=", "),o.highImagePreloads+=u):(at(o=[],$({rel:"preload",href:i?void 0:e,as:t},n)),"high"===l?a.highImagePreloads.add(o):(a.bulkPreloads.add(o),a.preloads.images.set(c,o)));break;case"style":if(o.styleResources.hasOwnProperty(e))return;at(i=[],$({rel:"preload",href:e,as:t},n)),o.styleResources[e]=!n||"string"!=typeof n.crossOrigin&&"string"!=typeof n.integrity?se:[n.crossOrigin,n.integrity],a.preloads.stylesheets.set(e,i),a.bulkPreloads.add(i);break;case"script":if(o.scriptResources.hasOwnProperty(e))return;i=[],a.preloads.scripts.set(e,i),a.bulkPreloads.add(i),at(i,$({rel:"preload",href:e,as:t},n)),o.scriptResources[e]=!n||"string"!=typeof n.crossOrigin&&"string"!=typeof n.integrity?se:[n.crossOrigin,n.integrity];break;default:if(o.unknownResources.hasOwnProperty(t)){if((i=o.unknownResources[t]).hasOwnProperty(e))return}else i={},o.unknownResources[t]=i;if(i[e]=se,(o=a.headers)&&0<o.remainingCapacity&&"font"===t&&(c=ir(e,t,n),0<=(o.remainingCapacity-=c.length+2)))a.resets.font[e]=se,o.fontPreloads&&(o.fontPreloads+=", "),o.fontPreloads+=c;else if("font"===(at(o=[],e=$({rel:"preload",href:e,as:t},n)),t))a.fontPreloads.add(o);else a.bulkPreloads.add(o)}Ca(r)}}else ie.L(e,t,n)},m:function(e,t){var n=Eo||null;if(n){var r=n.resumableState,o=n.renderState;if(e){var a=t&&"string"==typeof t.as?t.as:"script";if("script"===a){if(r.moduleScriptResources.hasOwnProperty(e))return;a=[],r.moduleScriptResources[e]=!t||"string"!=typeof t.crossOrigin&&"string"!=typeof t.integrity?se:[t.crossOrigin,t.integrity],o.preloads.moduleScripts.set(e,a)}else{if(r.moduleUnknownResources.hasOwnProperty(a)){var i=r.unknownResources[a];if(i.hasOwnProperty(e))return}else i={},r.moduleUnknownResources[a]=i;a=[],i[e]=se}at(a,$({rel:"modulepreload",href:e},t)),o.bulkPreloads.add(a),Ca(n)}}else ie.m(e,t)},X:function(e,t){var n=Eo||null;if(n){var r=n.resumableState,o=n.renderState;if(e){var a=r.scriptResources.hasOwnProperty(e)?r.scriptResources[e]:void 0;null!==a&&(r.scriptResources[e]=null,t=$({src:e,async:!0},t),a&&(2===a.length&&ar(t,a),e=o.preloads.scripts.get(e))&&(e.length=0),e=[],o.scripts.add(e),ft(e,t),Ca(n))}}else ie.X(e,t)},S:function(e,t,n){var r=Eo||null;if(r){var o=r.resumableState,a=r.renderState;if(e){t=t||"default";var i=a.styles.get(t),s=o.styleResources.hasOwnProperty(e)?o.styleResources[e]:void 0;null!==s&&(o.styleResources[e]=null,i||(i={precedence:L(Y(t)),rules:[],hrefs:[],sheets:new Map},a.styles.set(t,i)),t={state:0,props:$({rel:"stylesheet",href:e,"data-precedence":t},n)},s&&(2===s.length&&ar(t.props,s),(a=a.preloads.stylesheets.get(e))&&0<a.length?a.length=0:t.state=1),i.sheets.set(e,t),Ca(r))}}else ie.S(e,t,n)},M:function(e,t){var n=Eo||null;if(n){var r=n.resumableState,o=n.renderState;if(e){var a=r.moduleScriptResources.hasOwnProperty(e)?r.moduleScriptResources[e]:void 0;null!==a&&(r.moduleScriptResources[e]=null,t=$({src:e,type:"module",async:!0},t),a&&(2===a.length&&ar(t,a),e=o.preloads.moduleScripts.get(e))&&(e.length=0),e=[],o.scripts.add(e),ft(e,t),Ca(n))}}else ie.M(e,t)}};var se=[],le=null;z('"></template>');var ue=z("<script"),ce=z("<\/script>"),de=z('<script src="'),pe=z('<script type="module" src="'),fe=z(' nonce="'),he=z(' integrity="'),me=z(' crossorigin="'),ge=z(' async=""><\/script>'),ve=z("<style"),ye=/(<\/|<)(s)(cript)/gi;function be(e,t,n,r){return t+("s"===n?"\\u0073":"\\u0053")+r}var we=z('<script type="importmap">'),xe=z("<\/script>");function _e(e,t,n,r,o,a){var i=void 0===(n="string"==typeof t?t:t&&t.script)?ue:z('<script nonce="'+Y(n)+'"'),s="string"==typeof t?void 0:t&&t.style,l=void 0===s?ve:z('<style nonce="'+Y(s)+'"'),u=e.idPrefix,c=[],d=e.bootstrapScriptContent,p=e.bootstrapScripts,f=e.bootstrapModules;if(void 0!==d&&(c.push(i),Yn(c,e),c.push(Qe,L((""+d).replace(ye,be)),ce)),d=[],void 0!==r&&(d.push(we),d.push(L((""+JSON.stringify(r)).replace(ye,be))),d.push(xe)),r=o?{preconnects:"",fontPreloads:"",highImagePreloads:"",remainingCapacity:2+("number"==typeof a?a:2e3)}:null,o={placeholderPrefix:z(u+"P:"),segmentPrefix:z(u+"S:"),boundaryPrefix:z(u+"B:"),startInlineScript:i,startInlineStyle:l,preamble:{htmlChunks:null,headChunks:null,bodyChunks:null},externalRuntimeScript:null,bootstrapChunks:c,importMapChunks:d,onHeaders:o,headers:r,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:n,style:s},hoistableState:null,stylesToHoist:!1},void 0!==p)for(r=0;r<p.length;r++)s=i=void 0,l={rel:"preload",as:"script",fetchPriority:"low",nonce:t},"string"==typeof(u=p[r])?l.href=a=u:(l.href=a=u.src,l.integrity=s="string"==typeof u.integrity?u.integrity:void 0,l.crossOrigin=i="string"==typeof u||null==u.crossOrigin?void 0:"use-credentials"===u.crossOrigin?"use-credentials":""),d=a,(u=e).scriptResources[d]=null,u.moduleScriptResources[d]=null,at(u=[],l),o.bootstrapScripts.add(u),c.push(de,L(Y(a)),ze),n&&c.push(fe,L(Y(n)),ze),"string"==typeof s&&c.push(he,L(Y(s)),ze),"string"==typeof i&&c.push(me,L(Y(i)),ze),Yn(c,e),c.push(ge);if(void 0!==f)for(t=0;t<f.length;t++)a=r=void 0,i={rel:"modulepreload",fetchPriority:"low",nonce:n},"string"==typeof(s=f[t])?i.href=p=s:(i.href=p=s.src,i.integrity=a="string"==typeof s.integrity?s.integrity:void 0,i.crossOrigin=r="string"==typeof s||null==s.crossOrigin?void 0:"use-credentials"===s.crossOrigin?"use-credentials":""),l=p,(s=e).scriptResources[l]=null,s.moduleScriptResources[l]=null,at(s=[],i),o.bootstrapScripts.add(s),c.push(pe,L(Y(p)),ze),n&&c.push(fe,L(Y(n)),ze),"string"==typeof a&&c.push(he,L(Y(a)),ze),"string"==typeof r&&c.push(me,L(Y(r)),ze),Yn(c,e),c.push(ge);return o}function ke(e,t,n,r,o){return{idPrefix:void 0===e?"":e,nextFormID:0,streamingFormat:0,bootstrapScriptContent:n,bootstrapScripts:r,bootstrapModules:o,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}}function Se(){return{htmlChunks:null,headChunks:null,bodyChunks:null}}function Ce(e,t,n,r){return{insertionMode:e,selectedValue:t,tagScope:n,viewTransition:r}}function Pe(e){return Ce("http://www.w3.org/2000/svg"===e?4:"http://www.w3.org/1998/Math/MathML"===e?5:0,null,0,null)}function Ae(e,t,n){var r=-25&e.tagScope;switch(t){case"noscript":return Ce(2,null,1|r,null);case"select":return Ce(2,null!=n.value?n.value:n.defaultValue,r,null);case"svg":return Ce(4,null,r,null);case"picture":return Ce(2,null,2|r,null);case"math":return Ce(5,null,r,null);case"foreignObject":return Ce(2,null,r,null);case"table":return Ce(6,null,r,null);case"thead":case"tbody":case"tfoot":return Ce(7,null,r,null);case"colgroup":return Ce(9,null,r,null);case"tr":return Ce(8,null,r,null);case"head":if(2>e.insertionMode)return Ce(3,null,r,null);break;case"html":if(0===e.insertionMode)return Ce(1,null,r,null)}return 6<=e.insertionMode||2>e.insertionMode?Ce(2,null,r,null):e.tagScope!==r?Ce(e.insertionMode,e.selectedValue,r,null):e}function Ee(e){return null===e?null:{update:e.update,enter:"none",exit:"none",share:e.update,name:e.autoName,autoName:e.autoName,nameIdx:0}}function Re(e,t){return 32&t.tagScope&&(e.instructions|=128),Ce(t.insertionMode,t.selectedValue,12|t.tagScope,Ee(t.viewTransition))}function Ie(e,t){e=Ee(t.viewTransition);var n=16|t.tagScope;return null!==e&&"none"!==e.share&&(n|=64),Ce(t.insertionMode,t.selectedValue,n,e)}var Te=z("\x3c!-- --\x3e");function je(e,t,n,r){return""===t?r:(r&&e.push(Te),e.push(L(Y(t))),!0)}var Oe=new Map,De=z(' style="'),Me=z(":"),Ne=z(";");function Fe(e,t){if("object"!=typeof t)throw Error(a(62));var n,r=!0;for(n in t)if(G.call(t,n)){var o=t[n];if(null!=o&&"boolean"!=typeof o&&""!==o){if(0===n.indexOf("--")){var i=L(Y(n));o=L(Y((""+o).trim()))}else void 0===(i=Oe.get(n))&&(i=z(Y(n.replace(Z,"-$1").toLowerCase().replace(ee,"-ms-"))),Oe.set(n,i)),o="number"==typeof o?0===o||X.has(n)?L(""+o):L(o+"px"):L(Y((""+o).trim()));r?(r=!1,e.push(De,i,Me,o)):e.push(Ne,i,Me,o)}}r||e.push(ze)}var Be=z(" "),Le=z('="'),ze=z('"'),qe=z('=""');function He(e,t,n){n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(Be,L(t),qe)}function $e(e,t,n){"function"!=typeof n&&"symbol"!=typeof n&&"boolean"!=typeof n&&e.push(Be,L(t),Le,L(Y(n)),ze)}var Ge=z(Y("javascript:throw new Error('React form unexpectedly submitted.')")),Ue=z('<input type="hidden"');function Ve(e,t){this.push(Ue),We(e),$e(this,"name",t),$e(this,"value",e),this.push(Ye)}function We(e){if("string"!=typeof e)throw Error(a(480))}function Ke(e,t){if("function"==typeof t.$$FORM_ACTION){var n=e.nextFormID++;e=e.idPrefix+n;try{var r=t.$$FORM_ACTION(e);if(r){var o=r.data;null!=o&&o.forEach(We)}return r}catch(e){if("object"==typeof e&&null!==e&&"function"==typeof e.then)throw e}}return null}function Xe(e,t,n,r,o,a,i,s){var l=null;if("function"==typeof r){var u=Ke(t,r);null!==u?(s=u.name,r=u.action||"",o=u.encType,a=u.method,i=u.target,l=u.data):(e.push(Be,L("formAction"),Le,Ge,ze),i=a=o=r=s=null,nt(t,n))}return null!=s&&Je(e,"name",s),null!=r&&Je(e,"formAction",r),null!=o&&Je(e,"formEncType",o),null!=a&&Je(e,"formMethod",a),null!=i&&Je(e,"formTarget",i),l}function Je(e,t,n){switch(t){case"className":$e(e,"class",n);break;case"tabIndex":$e(e,"tabindex",n);break;case"dir":case"role":case"viewBox":case"width":case"height":$e(e,t,n);break;case"style":Fe(e,n);break;case"src":case"href":if(""===n)break;case"action":case"formAction":if(null==n||"function"==typeof n||"symbol"==typeof n||"boolean"==typeof n)break;n=ne(""+n),e.push(Be,L(t),Le,L(Y(n)),ze);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":He(e,t.toLowerCase(),n);break;case"xlinkHref":if("function"==typeof n||"symbol"==typeof n||"boolean"==typeof n)break;n=ne(""+n),e.push(Be,L("xlink:href"),Le,L(Y(n)),ze);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":"function"!=typeof n&&"symbol"!=typeof n&&e.push(Be,L(t),Le,L(Y(n)),ze);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":n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(Be,L(t),qe);break;case"capture":case"download":!0===n?e.push(Be,L(t),qe):!1!==n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(Be,L(t),Le,L(Y(n)),ze);break;case"cols":case"rows":case"size":case"span":"function"!=typeof n&&"symbol"!=typeof n&&!isNaN(n)&&1<=n&&e.push(Be,L(t),Le,L(Y(n)),ze);break;case"rowSpan":case"start":"function"==typeof n||"symbol"==typeof n||isNaN(n)||e.push(Be,L(t),Le,L(Y(n)),ze);break;case"xlinkActuate":$e(e,"xlink:actuate",n);break;case"xlinkArcrole":$e(e,"xlink:arcrole",n);break;case"xlinkRole":$e(e,"xlink:role",n);break;case"xlinkShow":$e(e,"xlink:show",n);break;case"xlinkTitle":$e(e,"xlink:title",n);break;case"xlinkType":$e(e,"xlink:type",n);break;case"xmlBase":$e(e,"xml:base",n);break;case"xmlLang":$e(e,"xml:lang",n);break;case"xmlSpace":$e(e,"xml:space",n);break;default:if((!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&K(t=J.get(t)||t)){switch(typeof n){case"function":case"symbol":return;case"boolean":var r=t.toLowerCase().slice(0,5);if("data-"!==r&&"aria-"!==r)return}e.push(Be,L(t),Le,L(Y(n)),ze)}}}var Qe=z(">"),Ye=z("/>");function Ze(e,t,n){if(null!=t){if(null!=n)throw Error(a(60));if("object"!=typeof t||!("__html"in t))throw Error(a(61));null!=(t=t.__html)&&e.push(L(""+t))}}var et=z(' selected=""'),tt=z('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 nt(e,t){if(!(16&e.instructions)){e.instructions|=16;var n=t.preamble,r=t.bootstrapChunks;(n.htmlChunks||n.headChunks)&&0===r.length?(r.push(t.startInlineScript),Yn(r,e),r.push(Qe,tt,ce)):r.unshift(t.startInlineScript,Qe,tt,ce)}}var rt=z("\x3c!--F!--\x3e"),ot=z("\x3c!--F--\x3e");function at(e,t){for(var n in e.push(bt("link")),t)if(G.call(t,n)){var r=t[n];if(null!=r)switch(n){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,"link"));default:Je(e,n,r)}}return e.push(Ye),null}var it=/(<\/|<)(s)(tyle)/gi;function st(e,t,n,r){return t+("s"===n?"\\73 ":"\\53 ")+r}function lt(e,t,n){for(var r in e.push(bt(n)),t)if(G.call(t,r)){var o=t[r];if(null!=o)switch(r){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,n));default:Je(e,r,o)}}return e.push(Ye),null}function ut(e,t){e.push(bt("title"));var n,r=null,o=null;for(n in t)if(G.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":r=a;break;case"dangerouslySetInnerHTML":o=a;break;default:Je(e,n,a)}}return e.push(Qe),"function"!=typeof(t=Array.isArray(r)?2>r.length?r[0]:null:r)&&"symbol"!=typeof t&&null!=t&&e.push(L(Y(""+t))),Ze(e,o,r),e.push(kt("title")),null}var ct=z("\x3c!--head--\x3e"),dt=z("\x3c!--body--\x3e"),pt=z("\x3c!--html--\x3e");function ft(e,t){e.push(bt("script"));var n,r=null,o=null;for(n in t)if(G.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":r=a;break;case"dangerouslySetInnerHTML":o=a;break;default:Je(e,n,a)}}return e.push(Qe),Ze(e,o,r),"string"==typeof r&&e.push(L((""+r).replace(ye,be))),e.push(kt("script")),null}function ht(e,t,n){e.push(bt(n));var r,o=n=null;for(r in t)if(G.call(t,r)){var a=t[r];if(null!=a)switch(r){case"children":n=a;break;case"dangerouslySetInnerHTML":o=a;break;default:Je(e,r,a)}}return e.push(Qe),Ze(e,o,n),n}function mt(e,t,n){e.push(bt(n));var r,o=n=null;for(r in t)if(G.call(t,r)){var a=t[r];if(null!=a)switch(r){case"children":n=a;break;case"dangerouslySetInnerHTML":o=a;break;default:Je(e,r,a)}}return e.push(Qe),Ze(e,o,n),"string"==typeof n?(e.push(L(Y(n))),null):n}var gt=z("\n"),vt=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,yt=new Map;function bt(e){var t=yt.get(e);if(void 0===t){if(!vt.test(e))throw Error(a(65,e));t=z("<"+e),yt.set(e,t)}return t}var wt=z("<!DOCTYPE html>");function xt(e,t,n,o,i,s,l,u,c){switch(t){case"div":case"span":case"svg":case"path":case"g":case"p":case"li":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"a":e.push(bt("a"));var d,p=null,f=null;for(d in n)if(G.call(n,d)){var h=n[d];if(null!=h)switch(d){case"children":p=h;break;case"dangerouslySetInnerHTML":f=h;break;case"href":""===h?$e(e,"href",""):Je(e,d,h);break;default:Je(e,d,h)}}if(e.push(Qe),Ze(e,f,p),"string"==typeof p){e.push(L(Y(p)));var m=null}else m=p;return m;case"select":e.push(bt("select"));var g,v=null,y=null;for(g in n)if(G.call(n,g)){var b=n[g];if(null!=b)switch(g){case"children":v=b;break;case"dangerouslySetInnerHTML":y=b;break;case"defaultValue":case"value":break;default:Je(e,g,b)}}return e.push(Qe),Ze(e,y,v),v;case"option":var w=u.selectedValue;e.push(bt("option"));var x,_=null,k=null,S=null,P=null;for(x in n)if(G.call(n,x)){var A=n[x];if(null!=A)switch(x){case"children":_=A;break;case"selected":S=A;break;case"dangerouslySetInnerHTML":P=A;break;case"value":k=A;default:Je(e,x,A)}}if(null!=w){var E=null!==k?""+k:function(e){var t="";return r.Children.forEach(e,function(e){null!=e&&(t+=e)}),t}(_);if(C(w)){for(var R=0;R<w.length;R++)if(""+w[R]===E){e.push(et);break}}else""+w===E&&e.push(et)}else S&&e.push(et);return e.push(Qe),Ze(e,P,_),_;case"textarea":e.push(bt("textarea"));var I,T=null,j=null,O=null;for(I in n)if(G.call(n,I)){var D=n[I];if(null!=D)switch(I){case"children":O=D;break;case"value":T=D;break;case"defaultValue":j=D;break;case"dangerouslySetInnerHTML":throw Error(a(91));default:Je(e,I,D)}}if(null===T&&null!==j&&(T=j),e.push(Qe),null!=O){if(null!=T)throw Error(a(92));if(C(O)){if(1<O.length)throw Error(a(93));T=""+O[0]}T=""+O}return"string"==typeof T&&"\n"===T[0]&&e.push(gt),null!==T&&e.push(L(Y(""+T))),null;case"input":e.push(bt("input"));var M,N=null,F=null,B=null,z=null,q=null,H=null,U=null,V=null,W=null;for(M in n)if(G.call(n,M)){var X=n[M];if(null!=X)switch(M){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,"input"));case"name":N=X;break;case"formAction":F=X;break;case"formEncType":B=X;break;case"formMethod":z=X;break;case"formTarget":q=X;break;case"defaultChecked":W=X;break;case"defaultValue":U=X;break;case"checked":V=X;break;case"value":H=X;break;default:Je(e,M,X)}}var J=Xe(e,o,i,F,B,z,q,N);return null!==V?He(e,"checked",V):null!==W&&He(e,"checked",W),null!==H?Je(e,"value",H):null!==U&&Je(e,"value",U),e.push(Ye),null!=J&&J.forEach(Ve,e),null;case"button":e.push(bt("button"));var Q,Z=null,ee=null,te=null,re=null,oe=null,ae=null,ie=null;for(Q in n)if(G.call(n,Q)){var le=n[Q];if(null!=le)switch(Q){case"children":Z=le;break;case"dangerouslySetInnerHTML":ee=le;break;case"name":te=le;break;case"formAction":re=le;break;case"formEncType":oe=le;break;case"formMethod":ae=le;break;case"formTarget":ie=le;break;default:Je(e,Q,le)}}var ue=Xe(e,o,i,re,oe,ae,ie,te);if(e.push(Qe),null!=ue&&ue.forEach(Ve,e),Ze(e,ee,Z),"string"==typeof Z){e.push(L(Y(Z)));var ce=null}else ce=Z;return ce;case"form":e.push(bt("form"));var de,pe=null,fe=null,he=null,me=null,ge=null,ve=null;for(de in n)if(G.call(n,de)){var ye=n[de];if(null!=ye)switch(de){case"children":pe=ye;break;case"dangerouslySetInnerHTML":fe=ye;break;case"action":he=ye;break;case"encType":me=ye;break;case"method":ge=ye;break;case"target":ve=ye;break;default:Je(e,de,ye)}}var be=null,we=null;if("function"==typeof he){var xe=Ke(o,he);null!==xe?(he=xe.action||"",me=xe.encType,ge=xe.method,ve=xe.target,be=xe.data,we=xe.name):(e.push(Be,L("action"),Le,Ge,ze),ve=ge=me=he=null,nt(o,i))}if(null!=he&&Je(e,"action",he),null!=me&&Je(e,"encType",me),null!=ge&&Je(e,"method",ge),null!=ve&&Je(e,"target",ve),e.push(Qe),null!==we&&(e.push(Ue),$e(e,"name",we),e.push(Ye),null!=be&&be.forEach(Ve,e)),Ze(e,fe,pe),"string"==typeof pe){e.push(L(Y(pe)));var _e=null}else _e=pe;return _e;case"menuitem":for(var ke in e.push(bt("menuitem")),n)if(G.call(n,ke)){var Se=n[ke];if(null!=Se)switch(ke){case"children":case"dangerouslySetInnerHTML":throw Error(a(400));default:Je(e,ke,Se)}}return e.push(Qe),null;case"object":e.push(bt("object"));var Ce,Pe=null,Ae=null;for(Ce in n)if(G.call(n,Ce)){var Ee=n[Ce];if(null!=Ee)switch(Ce){case"children":Pe=Ee;break;case"dangerouslySetInnerHTML":Ae=Ee;break;case"data":var Re=ne(""+Ee);if(""===Re)break;e.push(Be,L("data"),Le,L(Y(Re)),ze);break;default:Je(e,Ce,Ee)}}if(e.push(Qe),Ze(e,Ae,Pe),"string"==typeof Pe){e.push(L(Y(Pe)));var Ie=null}else Ie=Pe;return Ie;case"title":var je=1&u.tagScope,Oe=4&u.tagScope;if(4===u.insertionMode||je||null!=n.itemProp)var De=ut(e,n);else Oe?De=null:(ut(i.hoistableChunks,n),De=void 0);return De;case"link":var Me=1&u.tagScope,Ne=4&u.tagScope,qe=n.rel,We=n.href,tt=n.precedence;if(4===u.insertionMode||Me||null!=n.itemProp||"string"!=typeof qe||"string"!=typeof We||""===We){at(e,n);var rt=null}else if("stylesheet"===n.rel)if("string"!=typeof tt||null!=n.disabled||n.onLoad||n.onError)rt=at(e,n);else{var ot=i.styles.get(tt),vt=o.styleResources.hasOwnProperty(We)?o.styleResources[We]:void 0;if(null!==vt){o.styleResources[We]=null,ot||(ot={precedence:L(Y(tt)),rules:[],hrefs:[],sheets:new Map},i.styles.set(tt,ot));var yt={state:0,props:$({},n,{"data-precedence":n.precedence,precedence:null})};if(vt){2===vt.length&&ar(yt.props,vt);var xt=i.preloads.stylesheets.get(We);xt&&0<xt.length?xt.length=0:yt.state=1}ot.sheets.set(We,yt),l&&l.stylesheets.add(yt)}else if(ot){var _t=ot.sheets.get(We);_t&&l&&l.stylesheets.add(_t)}c&&e.push(Te),rt=null}else n.onLoad||n.onError?rt=at(e,n):(c&&e.push(Te),rt=Ne?null:at(i.hoistableChunks,n));return rt;case"script":var St=1&u.tagScope,Ct=n.async;if("string"!=typeof n.src||!n.src||!Ct||"function"==typeof Ct||"symbol"==typeof Ct||n.onLoad||n.onError||4===u.insertionMode||St||null!=n.itemProp)var Pt=ft(e,n);else{var At=n.src;if("module"===n.type)var Et=o.moduleScriptResources,Rt=i.preloads.moduleScripts;else Et=o.scriptResources,Rt=i.preloads.scripts;var It=Et.hasOwnProperty(At)?Et[At]:void 0;if(null!==It){Et[At]=null;var Tt=n;if(It){2===It.length&&ar(Tt=$({},n),It);var jt=Rt.get(At);jt&&(jt.length=0)}var Ot=[];i.scripts.add(Ot),ft(Ot,Tt)}c&&e.push(Te),Pt=null}return Pt;case"style":var Dt=1&u.tagScope,Mt=n.precedence,Nt=n.href,Ft=n.nonce;if(4===u.insertionMode||Dt||null!=n.itemProp||"string"!=typeof Mt||"string"!=typeof Nt||""===Nt){e.push(bt("style"));var Bt,Lt=null,zt=null;for(Bt in n)if(G.call(n,Bt)){var qt=n[Bt];if(null!=qt)switch(Bt){case"children":Lt=qt;break;case"dangerouslySetInnerHTML":zt=qt;break;default:Je(e,Bt,qt)}}e.push(Qe);var Ht=Array.isArray(Lt)?2>Lt.length?Lt[0]:null:Lt;"function"!=typeof Ht&&"symbol"!=typeof Ht&&null!=Ht&&e.push(L((""+Ht).replace(it,st))),Ze(e,zt,Lt),e.push(kt("style"));var $t=null}else{var Gt=i.styles.get(Mt);if(null!==(o.styleResources.hasOwnProperty(Nt)?o.styleResources[Nt]:void 0)){o.styleResources[Nt]=null,Gt||(Gt={precedence:L(Y(Mt)),rules:[],hrefs:[],sheets:new Map},i.styles.set(Mt,Gt));var Ut=i.nonce.style;if(!Ut||Ut===Ft){Gt.hrefs.push(L(Y(Nt)));var Vt,Wt=Gt.rules,Kt=null,Xt=null;for(Vt in n)if(G.call(n,Vt)){var Jt=n[Vt];if(null!=Jt)switch(Vt){case"children":Kt=Jt;break;case"dangerouslySetInnerHTML":Xt=Jt}}var Qt=Array.isArray(Kt)?2>Kt.length?Kt[0]:null:Kt;"function"!=typeof Qt&&"symbol"!=typeof Qt&&null!=Qt&&Wt.push(L((""+Qt).replace(it,st))),Ze(Wt,Xt,Kt)}}Gt&&l&&l.styles.add(Gt),c&&e.push(Te),$t=void 0}return $t;case"meta":var Yt=1&u.tagScope,Zt=4&u.tagScope;if(4===u.insertionMode||Yt||null!=n.itemProp)var en=lt(e,n,"meta");else c&&e.push(Te),en=Zt?null:"string"==typeof n.charSet?lt(i.charsetChunks,n,"meta"):"viewport"===n.name?lt(i.viewportChunks,n,"meta"):lt(i.hoistableChunks,n,"meta");return en;case"listing":case"pre":e.push(bt(t));var tn,nn=null,rn=null;for(tn in n)if(G.call(n,tn)){var on=n[tn];if(null!=on)switch(tn){case"children":nn=on;break;case"dangerouslySetInnerHTML":rn=on;break;default:Je(e,tn,on)}}if(e.push(Qe),null!=rn){if(null!=nn)throw Error(a(60));if("object"!=typeof rn||!("__html"in rn))throw Error(a(61));var an=rn.__html;null!=an&&("string"==typeof an&&0<an.length&&"\n"===an[0]?e.push(gt,L(an)):e.push(L(""+an)))}return"string"==typeof nn&&"\n"===nn[0]&&e.push(gt),nn;case"img":var sn=3&u.tagScope,ln=n.src,un=n.srcSet;if(!("lazy"===n.loading||!ln&&!un||"string"!=typeof ln&&null!=ln||"string"!=typeof un&&null!=un||"low"===n.fetchPriority||sn)&&("string"!=typeof ln||":"!==ln[4]||"d"!==ln[0]&&"D"!==ln[0]||"a"!==ln[1]&&"A"!==ln[1]||"t"!==ln[2]&&"T"!==ln[2]||"a"!==ln[3]&&"A"!==ln[3])&&("string"!=typeof un||":"!==un[4]||"d"!==un[0]&&"D"!==un[0]||"a"!==un[1]&&"A"!==un[1]||"t"!==un[2]&&"T"!==un[2]||"a"!==un[3]&&"A"!==un[3])){null!==l&&64&u.tagScope&&(l.suspenseyImages=!0);var cn="string"==typeof n.sizes?n.sizes:void 0,dn=un?un+"\n"+(cn||""):ln,pn=i.preloads.images,fn=pn.get(dn);if(fn)("high"===n.fetchPriority||10>i.highImagePreloads.size)&&(pn.delete(dn),i.highImagePreloads.add(fn));else if(!o.imageResources.hasOwnProperty(dn)){o.imageResources[dn]=se;var hn,mn=n.crossOrigin,gn="string"==typeof mn?"use-credentials"===mn?mn:"":void 0,vn=i.headers;vn&&0<vn.remainingCapacity&&"string"!=typeof n.srcSet&&("high"===n.fetchPriority||500>vn.highImagePreloads.length)&&(hn=ir(ln,"image",{imageSrcSet:n.srcSet,imageSizes:n.sizes,crossOrigin:gn,integrity:n.integrity,nonce:n.nonce,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.refererPolicy}),0<=(vn.remainingCapacity-=hn.length+2))?(i.resets.image[dn]=se,vn.highImagePreloads&&(vn.highImagePreloads+=", "),vn.highImagePreloads+=hn):(at(fn=[],{rel:"preload",as:"image",href:un?void 0:ln,imageSrcSet:un,imageSizes:cn,crossOrigin:gn,integrity:n.integrity,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.referrerPolicy}),"high"===n.fetchPriority||10>i.highImagePreloads.size?i.highImagePreloads.add(fn):(i.bulkPreloads.add(fn),pn.set(dn,fn)))}}return lt(e,n,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return lt(e,n,t);case"head":if(2>u.insertionMode){var yn=s||i.preamble;if(yn.headChunks)throw Error(a(545,"`<head>`"));null!==s&&e.push(ct),yn.headChunks=[];var bn=ht(yn.headChunks,n,"head")}else bn=mt(e,n,"head");return bn;case"body":if(2>u.insertionMode){var wn=s||i.preamble;if(wn.bodyChunks)throw Error(a(545,"`<body>`"));null!==s&&e.push(dt),wn.bodyChunks=[];var xn=ht(wn.bodyChunks,n,"body")}else xn=mt(e,n,"body");return xn;case"html":if(0===u.insertionMode){var _n=s||i.preamble;if(_n.htmlChunks)throw Error(a(545,"`<html>`"));null!==s&&e.push(pt),_n.htmlChunks=[wt];var kn=ht(_n.htmlChunks,n,"html")}else kn=mt(e,n,"html");return kn;default:if(-1!==t.indexOf("-")){e.push(bt(t));var Sn,Cn=null,Pn=null;for(Sn in n)if(G.call(n,Sn)){var An=n[Sn];if(null!=An){var En=Sn;switch(Sn){case"children":Cn=An;break;case"dangerouslySetInnerHTML":Pn=An;break;case"style":Fe(e,An);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":En="class";default:if(K(Sn)&&"function"!=typeof An&&"symbol"!=typeof An&&!1!==An){if(!0===An)An="";else if("object"==typeof An)continue;e.push(Be,L(En),Le,L(Y(An)),ze)}}}}return e.push(Qe),Ze(e,Pn,Cn),Cn}}return mt(e,n,t)}var _t=new Map;function kt(e){var t=_t.get(e);return void 0===t&&(t=z("</"+e+">"),_t.set(e,t)),t}function St(e,t){null===(e=e.preamble).htmlChunks&&t.htmlChunks&&(e.htmlChunks=t.htmlChunks),null===e.headChunks&&t.headChunks&&(e.headChunks=t.headChunks),null===e.bodyChunks&&t.bodyChunks&&(e.bodyChunks=t.bodyChunks)}function Ct(e,t){t=t.bootstrapChunks;for(var n=0;n<t.length-1;n++)M(e,t[n]);return!(n<t.length)||(n=t[n],t.length=0,N(e,n))}var Pt=z("requestAnimationFrame(function(){$RT=performance.now()});"),At=z('<template id="'),Et=z('"></template>'),Rt=z("\x3c!--&--\x3e"),It=z("\x3c!--/&--\x3e"),Tt=z("\x3c!--$--\x3e"),jt=z('\x3c!--$?--\x3e<template id="'),Ot=z('"></template>'),Dt=z("\x3c!--$!--\x3e"),Mt=z("\x3c!--/$--\x3e"),Nt=z("<template"),Ft=z('"'),Bt=z(' data-dgst="');z(' data-msg="'),z(' data-stck="'),z(' data-cstck="');var Lt=z("></template>");function zt(e,t,n){if(M(e,jt),null===n)throw Error(a(395));return M(e,t.boundaryPrefix),M(e,L(n.toString(16))),N(e,Ot)}var qt=z('<div hidden id="'),Ht=z('">'),$t=z("</div>"),Gt=z('<svg aria-hidden="true" style="display:none" id="'),Ut=z('">'),Vt=z("</svg>"),Wt=z('<math aria-hidden="true" style="display:none" id="'),Kt=z('">'),Xt=z("</math>"),Jt=z('<table hidden id="'),Qt=z('">'),Yt=z("</table>"),Zt=z('<table hidden><tbody id="'),en=z('">'),tn=z("</tbody></table>"),nn=z('<table hidden><tr id="'),rn=z('">'),on=z("</tr></table>"),an=z('<table hidden><colgroup id="'),sn=z('">'),ln=z("</colgroup></table>");var un=z('$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("'),cn=z('$RS("'),dn=z('","'),pn=z('")<\/script>');z('<template data-rsi="" data-sid="'),z('" data-pid="');var fn=z('$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};\n$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)};');L('$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"),\nH=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=\ndocument.__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=\nperformance.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 hn=z('$RC("'),mn=z('$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=\n"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=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("'),gn=z('$RR("'),vn=z('","'),yn=z('",'),bn=z('"'),wn=z(")<\/script>");z('<template data-rci="" data-bid="'),z('<template data-rri="" data-bid="'),z('" data-sid="'),z('" data-sty="');var xn=z('$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())};'),_n=z('$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("'),kn=z('$RX("'),Sn=z('"'),Cn=z(","),Pn=z(")<\/script>");z('<template data-rxi="" data-bid="'),z('" data-dgst="'),z('" data-msg="'),z('" data-stck="'),z('" data-cstck="');var An=/[<\u2028\u2029]/g;function En(e){return JSON.stringify(e).replace(An,function(e){switch(e){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 Rn=/[&><\u2028\u2029]/g;function In(e){return JSON.stringify(e).replace(Rn,function(e){switch(e){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 Tn=z(' media="not all" data-precedence="'),jn=z('" data-href="'),On=z('">'),Dn=z("</style>"),Mn=!1,Nn=!0;function Fn(e){var t=e.rules,n=e.hrefs,r=0;if(n.length){for(M(this,le.startInlineStyle),M(this,Tn),M(this,e.precedence),M(this,jn);r<n.length-1;r++)M(this,n[r]),M(this,Un);for(M(this,n[r]),M(this,On),r=0;r<t.length;r++)M(this,t[r]);Nn=N(this,Dn),Mn=!0,t.length=0,n.length=0}}function Bn(e){return 2!==e.state&&(Mn=!0)}function Ln(e,t,n){return Mn=!1,Nn=!0,le=n,t.styles.forEach(Fn,e),le=null,t.stylesheets.forEach(Bn),Mn&&(n.stylesToHoist=!0),Nn}function zn(e){for(var t=0;t<e.length;t++)M(this,e[t]);e.length=0}var qn=[];function Hn(e){at(qn,e.props);for(var t=0;t<qn.length;t++)M(this,qn[t]);qn.length=0,e.state=2}var $n=z(' data-precedence="'),Gn=z('" data-href="'),Un=z(" "),Vn=z('">'),Wn=z("</style>");function Kn(e){var t=0<e.sheets.size;e.sheets.forEach(Hn,this),e.sheets.clear();var n=e.rules,r=e.hrefs;if(!t||r.length){if(M(this,le.startInlineStyle),M(this,$n),M(this,e.precedence),e=0,r.length){for(M(this,Gn);e<r.length-1;e++)M(this,r[e]),M(this,Un);M(this,r[e])}for(M(this,Vn),e=0;e<n.length;e++)M(this,n[e]);M(this,Wn),n.length=0,r.length=0}}function Xn(e){if(0===e.state){e.state=1;var t=e.props;for(at(qn,{rel:"preload",as:"style",href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<qn.length;e++)M(this,qn[e]);qn.length=0}}function Jn(e){e.sheets.forEach(Xn,this),e.sheets.clear()}z('<link rel="expect" href="#'),z('" blocking="render"/>');var Qn=z(' id="');function Yn(e,t){!(32&t.instructions)&&(t.instructions|=32,e.push(Qn,L(Y("_"+t.idPrefix+"R_")),ze))}var Zn=z("["),er=z(",["),tr=z(","),nr=z("]");function rr(e,t,n){var r=t.toLowerCase();switch(typeof n){case"function":case"symbol":return}switch(t){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":return;case"className":r="class",t=""+n;break;case"hidden":if(!1===n)return;t="";break;case"src":case"href":t=""+(n=ne(n));break;default:if(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])||!K(t))return;t=""+n}M(e,tr),M(e,L(In(r))),M(e,tr),M(e,L(In(t)))}function or(){return{styles:new Set,stylesheets:new Set,suspenseyImages:!1}}function ar(e,t){null==e.crossOrigin&&(e.crossOrigin=t[0]),null==e.integrity&&(e.integrity=t[1])}function ir(e,t,n){for(var r in t="<"+(e=(""+e).replace(sr,lr))+'>; rel=preload; as="'+(t=(""+t).replace(ur,cr))+'"',n)G.call(n,r)&&("string"==typeof(e=n[r])&&(t+="; "+r.toLowerCase()+'="'+(""+e).replace(ur,cr)+'"'));return t}var sr=/[<>\r\n]/g;function lr(e){switch(e){case"<":return"%3C";case">":return"%3E";case"\n":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 ur=/["';,\r\n]/g;function cr(e){switch(e){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case"\n":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 dr(e){this.styles.add(e)}function pr(e){this.stylesheets.add(e)}function fr(e,t){t.styles.forEach(dr,e),t.stylesheets.forEach(pr,e),t.suspenseyImages&&(e.suspenseyImages=!0)}function hr(e){return 0<e.stylesheets.size||e.suspenseyImages}var mr=Function.prototype.bind,gr=Symbol.for("react.client.reference");function vr(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===gr?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case l:return"Fragment";case c:return"Profiler";case u:return"StrictMode";case h:return"Suspense";case m:return"SuspenseList";case b:return"Activity"}if("object"==typeof e)switch(e.$$typeof){case s:return"Portal";case p:return e.displayName||"Context";case d:return(e._context.displayName||"Context")+".Consumer";case f:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case g:return null!==(t=e.displayName||null)?t:vr(e.type)||"Memo";case v:t=e._payload,e=e._init;try{return vr(e(t))}catch(e){}}return null}var yr={},br=null;function wr(e,t){if(e!==t){e.context._currentValue=e.parentValue,e=e.parent;var n=t.parent;if(null===e){if(null!==n)throw Error(a(401))}else{if(null===n)throw Error(a(401));wr(e,n)}t.context._currentValue=t.value}}function xr(e){e.context._currentValue=e.parentValue,null!==(e=e.parent)&&xr(e)}function _r(e){var t=e.parent;null!==t&&_r(t),e.context._currentValue=e.value}function kr(e,t){if(e.context._currentValue=e.parentValue,null===(e=e.parent))throw Error(a(402));e.depth===t.depth?wr(e,t):kr(e,t)}function Sr(e,t){var n=t.parent;if(null===n)throw Error(a(402));e.depth===n.depth?wr(e,n):Sr(e,n),t.context._currentValue=t.value}function Cr(e){var t=br;t!==e&&(null===t?_r(e):null===e?xr(t):t.depth===e.depth?wr(t,e):t.depth>e.depth?kr(t,e):Sr(t,e),br=e)}var Pr={enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}},Ar={id:1,overflow:""};function Er(e,t,n){var r=e.id;e=e.overflow;var o=32-Rr(r)-1;r&=~(1<<o),n+=1;var a=32-Rr(t)+o;if(30<a){var i=o-o%5;return a=(r&(1<<i)-1).toString(32),r>>=i,o-=i,{id:1<<32-Rr(t)+o|n<<o|r,overflow:a+e}}return{id:1<<a|n<<o|r,overflow:e}}var Rr=Math.clz32?Math.clz32:function(e){return 0===(e>>>=0)?32:31-(Ir(e)/Tr|0)|0},Ir=Math.log,Tr=Math.LN2;function jr(){}var Or=Error(a(460));var Dr=null;function Mr(){if(null===Dr)throw Error(a(459));var e=Dr;return Dr=null,e}var Nr="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},Fr=null,Br=null,Lr=null,zr=null,qr=null,Hr=null,$r=!1,Gr=!1,Ur=0,Vr=0,Wr=-1,Kr=0,Xr=null,Jr=null,Qr=0;function Yr(){if(null===Fr)throw Error(a(321));return Fr}function Zr(){if(0<Qr)throw Error(a(312));return{memoizedState:null,queue:null,next:null}}function eo(){return null===Hr?null===qr?($r=!1,qr=Hr=Zr()):($r=!0,Hr=qr):null===Hr.next?($r=!1,Hr=Hr.next=Zr()):($r=!0,Hr=Hr.next),Hr}function to(){var e=Xr;return Xr=null,e}function no(){zr=Lr=Br=Fr=null,Gr=!1,qr=null,Qr=0,Hr=Jr=null}function ro(e,t){return"function"==typeof t?t(e):t}function oo(e,t,n){if(Fr=Yr(),Hr=eo(),$r){var r=Hr.queue;if(t=r.dispatch,null!==Jr&&void 0!==(n=Jr.get(r))){Jr.delete(r),r=Hr.memoizedState;do{r=e(r,n.action),n=n.next}while(null!==n);return Hr.memoizedState=r,[r,t]}return[Hr.memoizedState,t]}return e=e===ro?"function"==typeof t?t():t:void 0!==n?n(t):t,Hr.memoizedState=e,e=(e=Hr.queue={last:null,dispatch:null}).dispatch=io.bind(null,Fr,e),[Hr.memoizedState,e]}function ao(e,t){if(Fr=Yr(),t=void 0===t?null:t,null!==(Hr=eo())){var n=Hr.memoizedState;if(null!==n&&null!==t){var r=n[1];e:if(null===r)r=!1;else{for(var o=0;o<r.length&&o<t.length;o++)if(!Nr(t[o],r[o])){r=!1;break e}r=!0}if(r)return n[0]}}return e=e(),Hr.memoizedState=[e,t],e}function io(e,t,n){if(25<=Qr)throw Error(a(301));if(e===Fr)if(Gr=!0,e={action:n,next:null},null===Jr&&(Jr=new Map),void 0===(n=Jr.get(t)))Jr.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}}function so(){throw Error(a(440))}function lo(){throw Error(a(394))}function uo(){throw Error(a(479))}function co(e,t,n){Yr();var r=Vr++,o=Lr;if("function"==typeof e.$$FORM_ACTION){var a=null,i=zr;o=o.formState;var s=e.$$IS_SIGNATURE_EQUAL;if(null!==o&&"function"==typeof s){var l=o[1];s.call(e,o[2],o[3])&&(l===(a=void 0!==n?"p"+n:"k"+P(JSON.stringify([i,null,r]),0))&&(Wr=r,t=o[0]))}var u=e.bind(null,t);return e=function(e){u(e)},"function"==typeof u.$$FORM_ACTION&&(e.$$FORM_ACTION=function(e){e=u.$$FORM_ACTION(e),void 0!==n&&(n+="",e.action=n);var t=e.data;return t&&(null===a&&(a=void 0!==n?"p"+n:"k"+P(JSON.stringify([i,null,r]),0)),t.append("$ACTION_KEY",a)),e}),[t,e,!1]}var c=e.bind(null,t);return[t,function(e){c(e)},!1]}function po(e){var t=Kr;return Kr+=1,null===Xr&&(Xr=[]),function(e,t,n){switch(void 0===(n=e[n])?e.push(t):n!==t&&(t.then(jr,jr),t=n),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason;default:switch("string"==typeof t.status?t.then(jr,jr):((e=t).status="pending",e.then(function(e){if("pending"===t.status){var n=t;n.status="fulfilled",n.value=e}},function(e){if("pending"===t.status){var n=t;n.status="rejected",n.reason=e}})),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason}throw Dr=t,Or}}(Xr,e,t)}function fo(){throw Error(a(393))}var ho,mo,go={readContext:function(e){return e._currentValue},use:function(e){if(null!==e&&"object"==typeof e){if("function"==typeof e.then)return po(e);if(e.$$typeof===p)return e._currentValue}throw Error(a(438,String(e)))},useContext:function(e){return Yr(),e._currentValue},useMemo:ao,useReducer:oo,useRef:function(e){Fr=Yr();var t=(Hr=eo()).memoizedState;return null===t?(e={current:e},Hr.memoizedState=e):t},useState:function(e){return oo(ro,e)},useInsertionEffect:jr,useLayoutEffect:jr,useCallback:function(e,t){return ao(function(){return e},t)},useImperativeHandle:jr,useEffect:jr,useDebugValue:jr,useDeferredValue:function(e,t){return Yr(),void 0!==t?t:e},useTransition:function(){return Yr(),[!1,lo]},useId:function(){var e=Br.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-Rr(e)-1)).toString(32)+t;var n=vo;if(null===n)throw Error(a(404));return t=Ur++,e="_"+n.idPrefix+"R_"+e,0<t&&(e+="H"+t.toString(32)),e+"_"},useSyncExternalStore:function(e,t,n){if(void 0===n)throw Error(a(407));return n()},useOptimistic:function(e){return Yr(),[e,uo]},useActionState:co,useFormState:co,useHostTransitionStatus:function(){return Yr(),ae},useMemoCache:function(e){for(var t=Array(e),n=0;n<e;n++)t[n]=x;return t},useCacheRefresh:function(){return fo},useEffectEvent:function(){return so}},vo=null,yo={getCacheForType:function(){throw Error(a(248))},cacheSignal:function(){throw Error(a(248))}};function bo(e){if(void 0===ho)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);ho=t&&t[1]||"",mo=-1<e.stack.indexOf("\n at")?" (<anonymous>)":-1<e.stack.indexOf("@")?"@unknown:0:0":""}return"\n"+ho+e+mo}var wo=!1;function xo(e,t){if(!e||wo)return"";wo=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var r={DetermineComponentFrameRoot:function(){try{if(t){var n=function(){throw Error()};if(Object.defineProperty(n.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(n,[])}catch(e){var r=e}Reflect.construct(e,[],n)}else{try{n.call()}catch(e){r=e}e.call(n.prototype)}}else{try{throw Error()}catch(e){r=e}(n=e())&&"function"==typeof n.catch&&n.catch(function(){})}}catch(e){if(e&&r&&"string"==typeof e.stack)return[e.stack,r.stack]}return[null,null]}};r.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var o=Object.getOwnPropertyDescriptor(r.DetermineComponentFrameRoot,"name");o&&o.configurable&&Object.defineProperty(r.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var a=r.DetermineComponentFrameRoot(),i=a[0],s=a[1];if(i&&s){var l=i.split("\n"),u=s.split("\n");for(o=r=0;r<l.length&&!l[r].includes("DetermineComponentFrameRoot");)r++;for(;o<u.length&&!u[o].includes("DetermineComponentFrameRoot");)o++;if(r===l.length||o===u.length)for(r=l.length-1,o=u.length-1;1<=r&&0<=o&&l[r]!==u[o];)o--;for(;1<=r&&0<=o;r--,o--)if(l[r]!==u[o]){if(1!==r||1!==o)do{if(r--,0>--o||l[r]!==u[o]){var c="\n"+l[r].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}}while(1<=r&&0<=o);break}}}finally{wo=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:"")?bo(n):""}function _o(e){if("string"==typeof e)return bo(e);if("function"==typeof e)return e.prototype&&e.prototype.isReactComponent?xo(e,!0):xo(e,!1);if("object"==typeof e&&null!==e){switch(e.$$typeof){case f:return xo(e.render,!1);case g:return xo(e.type,!1);case v:var t=e,n=t._payload;t=t._init;try{e=t(n)}catch(e){return bo("Lazy")}return _o(e)}if("string"==typeof e.name){n=e.name,t=e.env;var r=e.debugLocation;return n=null==r||(e=Error.prepareStackTrace,Error.prepareStackTrace=void 0,r=r.stack,Error.prepareStackTrace=e,r.startsWith("Error: react-stack-top-frame\n")&&(r=r.slice(29)),-1!==(e=r.indexOf("\n"))&&(r=r.slice(e+1)),-1!==(e=r.indexOf("react_stack_bottom_frame"))&&(e=r.lastIndexOf("\n",e)),e=-1!==e?r=r.slice(0,e):"",r=e.lastIndexOf("\n"),-1===(e=-1===r?e:e.slice(r+1)).indexOf(n))?bo(n+(t?" ["+t+"]":"")):"\n"+e}}switch(e){case m:return bo("SuspenseList");case h:return bo("Suspense")}return""}function ko(e,t){return(500<t.byteSize||hr(t.contentState))&&null===t.contentPreamble}function So(e){if("object"==typeof e&&null!==e&&"string"==typeof e.environmentName){var t=e.environmentName;"string"==typeof(e=[e].slice(0))[0]?e.splice(0,1,"%c%s%c "+e[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"," "+t+" ",""):e.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"," "+t+" ",""),e.unshift(console),(t=mr.apply(console.error,e))()}else console.error(e);return null}function Co(e,t,n,r,o,a,i,s,l,u,c){var d=new Set;this.destination=null,this.flushScheduled=!1,this.resumableState=e,this.renderState=t,this.rootFormatContext=n,this.progressiveChunkSize=void 0===r?12800:r,this.status=10,this.fatalError=null,this.pendingRootTasks=this.allPendingTasks=this.nextSegmentId=0,this.completedPreambleSegments=this.completedRootSegment=null,this.byteSize=0,this.abortableTasks=d,this.pingedTasks=[],this.clientRenderedBoundaries=[],this.completedBoundaries=[],this.partialBoundaries=[],this.trackedPostpones=null,this.onError=void 0===o?So:o,this.onPostpone=void 0===u?jr:u,this.onAllReady=void 0===a?jr:a,this.onShellReady=void 0===i?jr:i,this.onShellError=void 0===s?jr:s,this.onFatalError=void 0===l?jr:l,this.formState=void 0===c?null:c}function Po(e,t,n,r,o,a,i,s,l,u,c,d){return(n=Oo(t=new Co(t,n,r,o,a,i,s,l,u,c,d),0,null,r,!1,!1)).parentFlushed=!0,Do(e=To(t,null,e,-1,null,n,null,null,t.abortableTasks,null,r,null,Ar,null,null)),t.pingedTasks.push(e),t}function Ao(e,t,n,r,o,a,i,s,l){return(n=new Co(t.resumableState,n,t.rootFormatContext,t.progressiveChunkSize,r,o,a,i,s,l,null)).nextSegmentId=t.nextSegmentId,"number"==typeof t.replaySlots?((r=Oo(n,0,null,t.rootFormatContext,!1,!1)).parentFlushed=!0,Do(e=To(n,null,e,-1,null,r,null,null,n.abortableTasks,null,t.rootFormatContext,null,Ar,null,null)),n.pingedTasks.push(e),n):(Do(e=jo(n,null,{nodes:t.replayNodes,slots:t.replaySlots,pendingTasks:0},e,-1,null,null,n.abortableTasks,null,t.rootFormatContext,null,Ar,null,null)),n.pingedTasks.push(e),n)}var Eo=null;function Ro(e,t){e.pingedTasks.push(t),1===e.pingedTasks.length&&(e.flushScheduled=null!==e.destination,null!==e.trackedPostpones||10===e.status?j(function(){return pa(e)}):R(function(){return pa(e)}))}function Io(e,t,n,r,o){return n={status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,row:t,completedSegments:[],byteSize:0,fallbackAbortableTasks:n,errorDigest:null,contentState:or(),fallbackState:or(),contentPreamble:r,fallbackPreamble:o,trackedContentKeyPath:null,trackedFallbackNode:null},null!==t&&(t.pendingTasks++,null!==(r=t.boundaries)&&(e.allPendingTasks++,n.pendingTasks++,r.push(n)),null!==(e=t.inheritedHoistables)&&fr(n.contentState,e)),n}function To(e,t,n,r,o,a,i,s,l,u,c,d,p,f,h){e.allPendingTasks++,null===o?e.pendingRootTasks++:o.pendingTasks++,null!==f&&f.pendingTasks++;var m={replay:null,node:n,childIndex:r,ping:function(){return Ro(e,m)},blockedBoundary:o,blockedSegment:a,blockedPreamble:i,hoistableState:s,abortSet:l,keyPath:u,formatContext:c,context:d,treeContext:p,row:f,componentStack:h,thenableState:t};return l.add(m),m}function jo(e,t,n,r,o,a,i,s,l,u,c,d,p,f){e.allPendingTasks++,null===a?e.pendingRootTasks++:a.pendingTasks++,null!==p&&p.pendingTasks++,n.pendingTasks++;var h={replay:n,node:r,childIndex:o,ping:function(){return Ro(e,h)},blockedBoundary:a,blockedSegment:null,blockedPreamble:null,hoistableState:i,abortSet:s,keyPath:l,formatContext:u,context:c,treeContext:d,row:p,componentStack:f,thenableState:t};return s.add(h),h}function Oo(e,t,n,r,o,a){return{status:0,parentFlushed:!1,id:-1,index:t,chunks:[],children:[],preambleChildren:[],parentFormatContext:r,boundary:n,lastPushedText:o,textEmbedded:a}}function Do(e){var t=e.node;if("object"==typeof t&&null!==t&&t.$$typeof===i)e.componentStack={parent:e.componentStack,type:t.type}}function Mo(e){return null===e?null:{parent:e.parent,type:"Suspense Fallback"}}function No(e){var t={};return e&&Object.defineProperty(t,"componentStack",{configurable:!0,enumerable:!0,get:function(){try{var n="",r=e;do{n+=_o(r.type),r=r.parent}while(r);var o=n}catch(e){o="\nError generating stack: "+e.message+"\n"+e.stack}return Object.defineProperty(t,"componentStack",{value:o}),o}}),t}function Fo(e,t,n){if(null==(t=(e=e.onError)(t,n))||"string"==typeof t)return t}function Bo(e,t){var n=e.onShellError,r=e.onFatalError;n(t),r(t),null!==e.destination?(e.status=14,H(e.destination,t)):(e.status=13,e.fatalError=t)}function Lo(e,t){zo(e,t.next,t.hoistables)}function zo(e,t,n){for(;null!==t;){null!==n&&(fr(t.hoistables,n),t.inheritedHoistables=n);var r=t.boundaries;if(null!==r){t.boundaries=null;for(var o=0;o<r.length;o++){var a=r[o];null!==n&&fr(a.contentState,n),da(e,a,null,null)}}if(t.pendingTasks--,0<t.pendingTasks)break;n=t.hoistables,t=t.next}}function qo(e,t){var n=t.boundaries;if(null!==n&&t.pendingTasks===n.length){for(var r=!0,o=0;o<n.length;o++){var a=n[o];if(1!==a.pendingTasks||a.parentFlushed||ko(0,a)){r=!1;break}}r&&zo(e,t,t.hoistables)}}function Ho(e){var t={pendingTasks:1,boundaries:null,hoistables:or(),inheritedHoistables:null,together:!1,next:null};return null!==e&&0<e.pendingTasks&&(t.pendingTasks++,t.boundaries=[],e.next=t),t}function $o(e,t,n,r,o){var a=t.keyPath,i=t.treeContext,s=t.row;t.keyPath=n,n=r.length;var l=null;if(null!==t.replay){var u=t.replay.slots;if(null!==u&&"object"==typeof u)for(var c=0;c<n;c++){var d="backwards"!==o&&"unstable_legacy-backwards"!==o?c:n-1-c,p=r[d];t.row=l=Ho(l),t.treeContext=Er(i,n,d);var f=u[d];"number"==typeof f?(Wo(e,t,f,p,d),delete u[d]):na(e,t,p,d),0===--l.pendingTasks&&Lo(e,l)}else for(u=0;u<n;u++)d=r[c="backwards"!==o&&"unstable_legacy-backwards"!==o?u:n-1-u],t.row=l=Ho(l),t.treeContext=Er(i,n,c),na(e,t,d,c),0===--l.pendingTasks&&Lo(e,l)}else if("backwards"!==o&&"unstable_legacy-backwards"!==o)for(o=0;o<n;o++)u=r[o],t.row=l=Ho(l),t.treeContext=Er(i,n,o),na(e,t,u,o),0===--l.pendingTasks&&Lo(e,l);else{for(u=(o=t.blockedSegment).children.length,c=o.chunks.length,d=n-1;0<=d;d--){p=r[d],t.row=l=Ho(l),t.treeContext=Er(i,n,d),f=Oo(0,c,null,t.formatContext,0!==d||o.lastPushedText,!0),o.children.splice(u,0,f),t.blockedSegment=f;try{na(e,t,p,d),f.lastPushedText&&f.textEmbedded&&f.chunks.push(Te),f.status=1,ca(e,t.blockedBoundary,f),0===--l.pendingTasks&&Lo(e,l)}catch(t){throw f.status=12===e.status?3:4,t}}t.blockedSegment=o,o.lastPushedText=!1}null!==s&&null!==l&&0<l.pendingTasks&&(s.pendingTasks++,l.next=s),t.treeContext=i,t.row=s,t.keyPath=a}function Go(e,t,n,r,o,a){var i=t.thenableState;for(t.thenableState=null,Fr={},Br=t,Lr=e,zr=n,Vr=Ur=0,Wr=-1,Kr=0,Xr=i,e=r(o,a);Gr;)Gr=!1,Vr=Ur=0,Wr=-1,Kr=0,Qr+=1,Hr=null,e=r(o,a);return no(),e}function Uo(e,t,n,r,o,a,i){var s=!1;if(0!==a&&null!==e.formState){var l=t.blockedSegment;if(null!==l){s=!0,l=l.chunks;for(var u=0;u<a;u++)u===i?l.push(rt):l.push(ot)}}a=t.keyPath,t.keyPath=n,o?(n=t.treeContext,t.treeContext=Er(n,1,0),na(e,t,r,-1),t.treeContext=n):s?na(e,t,r,-1):Ko(e,t,r,-1),t.keyPath=a}function Vo(e,t,n,r,o,i){if("function"==typeof r)if(r.prototype&&r.prototype.isReactComponent){var s=o;if("ref"in o)for(var x in s={},o)"ref"!==x&&(s[x]=o[x]);var k=r.defaultProps;if(k)for(var P in s===o&&(s=$({},s,o)),k)void 0===s[P]&&(s[P]=k[P]);o=s,s=yr,"object"==typeof(k=r.contextType)&&null!==k&&(s=k._currentValue);var A=void 0!==(s=new r(o,s)).state?s.state:null;if(s.updater=Pr,s.props=o,s.state=A,k={queue:[],replace:!1},s._reactInternals=k,i=r.contextType,s.context="object"==typeof i&&null!==i?i._currentValue:yr,"function"==typeof(i=r.getDerivedStateFromProps)&&(A=null==(i=i(o,A))?A:$({},A,i),s.state=A),"function"!=typeof r.getDerivedStateFromProps&&"function"!=typeof s.getSnapshotBeforeUpdate&&("function"==typeof s.UNSAFE_componentWillMount||"function"==typeof s.componentWillMount))if(r=s.state,"function"==typeof s.componentWillMount&&s.componentWillMount(),"function"==typeof s.UNSAFE_componentWillMount&&s.UNSAFE_componentWillMount(),r!==s.state&&Pr.enqueueReplaceState(s,s.state,null),null!==k.queue&&0<k.queue.length)if(r=k.queue,i=k.replace,k.queue=null,k.replace=!1,i&&1===r.length)s.state=r[0];else{for(k=i?r[0]:s.state,A=!0,i=i?1:0;i<r.length;i++)null!=(P="function"==typeof(P=r[i])?P.call(s,k,o,void 0):P)&&(A?(A=!1,k=$({},k,P)):$(k,P));s.state=k}else k.queue=null;if(r=s.render(),12===e.status)throw null;o=t.keyPath,t.keyPath=n,Ko(e,t,r,-1),t.keyPath=o}else{if(r=Go(e,t,n,r,o,void 0),12===e.status)throw null;Uo(e,t,n,r,0!==Ur,Vr,Wr)}else{if("string"!=typeof r){switch(r){case w:case u:case c:case l:return r=t.keyPath,t.keyPath=n,Ko(e,t,o.children,-1),void(t.keyPath=r);case b:return void(null===(r=t.blockedSegment)?"hidden"!==o.mode&&(r=t.keyPath,t.keyPath=n,na(e,t,o.children,-1),t.keyPath=r):"hidden"!==o.mode&&(r.chunks.push(Rt),r.lastPushedText=!1,s=t.keyPath,t.keyPath=n,na(e,t,o.children,-1),t.keyPath=s,r.chunks.push(It),r.lastPushedText=!1));case m:e:{if(r=o.children,"forwards"===(o=o.revealOrder)||"backwards"===o||"unstable_legacy-backwards"===o){if(C(r)){$o(e,t,n,r,o);break e}if((s=S(r))&&(s=s.call(r))){if(!(k=s.next()).done){do{k=s.next()}while(!k.done);$o(e,t,n,r,o)}break e}}"together"===o?(o=t.keyPath,s=t.row,(k=t.row=Ho(null)).boundaries=[],k.together=!0,t.keyPath=n,Ko(e,t,r,-1),0===--k.pendingTasks&&Lo(e,k),t.keyPath=o,t.row=s,null!==s&&0<k.pendingTasks&&(s.pendingTasks++,k.next=s)):(o=t.keyPath,t.keyPath=n,Ko(e,t,r,-1),t.keyPath=o)}return;case _:case y:throw Error(a(343));case h:e:if(null!==t.replay){r=t.keyPath,s=t.formatContext,k=t.row,t.keyPath=n,t.formatContext=Ie(e.resumableState,s),t.row=null,n=o.children;try{na(e,t,n,-1)}finally{t.keyPath=r,t.formatContext=s,t.row=k}}else{r=t.keyPath,i=t.formatContext;var E=t.row;P=t.blockedBoundary,x=t.blockedPreamble;var R=t.hoistableState,I=t.blockedSegment,T=o.fallback;o=o.children;var j=new Set,O=2>t.formatContext.insertionMode?Io(e,t.row,j,{htmlChunks:null,headChunks:null,bodyChunks:null},{htmlChunks:null,headChunks:null,bodyChunks:null}):Io(e,t.row,j,null,null);null!==e.trackedPostpones&&(O.trackedContentKeyPath=n);var D=Oo(0,I.chunks.length,O,t.formatContext,!1,!1);I.children.push(D),I.lastPushedText=!1;var M=Oo(0,0,null,t.formatContext,!1,!1);if(M.parentFlushed=!0,null!==e.trackedPostpones){s=t.componentStack,A=[(k=[n[0],"Suspense Fallback",n[2]])[1],k[2],[],null],e.trackedPostpones.workingMap.set(k,A),O.trackedFallbackNode=A,t.blockedSegment=D,t.blockedPreamble=O.fallbackPreamble,t.keyPath=k,t.formatContext=Re(e.resumableState,i),t.componentStack=Mo(s),D.status=6;try{na(e,t,T,-1),D.lastPushedText&&D.textEmbedded&&D.chunks.push(Te),D.status=1,ca(e,P,D)}catch(t){throw D.status=12===e.status?3:4,t}finally{t.blockedSegment=I,t.blockedPreamble=x,t.keyPath=r,t.formatContext=i}Do(t=To(e,null,o,-1,O,M,O.contentPreamble,O.contentState,t.abortSet,n,Ie(e.resumableState,t.formatContext),t.context,t.treeContext,null,s)),e.pingedTasks.push(t)}else{t.blockedBoundary=O,t.blockedPreamble=O.contentPreamble,t.hoistableState=O.contentState,t.blockedSegment=M,t.keyPath=n,t.formatContext=Ie(e.resumableState,i),t.row=null,M.status=6;try{if(na(e,t,o,-1),M.lastPushedText&&M.textEmbedded&&M.chunks.push(Te),M.status=1,ca(e,O,M),ua(O,M),0===O.pendingTasks&&0===O.status){if(O.status=1,!ko(0,O)){null!==E&&0===--E.pendingTasks&&Lo(e,E),0===e.pendingRootTasks&&t.blockedPreamble&&ma(e);break e}}else null!==E&&E.together&&qo(e,E)}catch(n){O.status=4,12===e.status?(M.status=3,s=e.fatalError):(M.status=4,s=n),A=Fo(e,s,k=No(t.componentStack)),O.errorDigest=A,Zo(e,O)}finally{t.blockedBoundary=P,t.blockedPreamble=x,t.hoistableState=R,t.blockedSegment=I,t.keyPath=r,t.formatContext=i,t.row=E}Do(t=To(e,null,T,-1,P,D,O.fallbackPreamble,O.fallbackState,j,[n[0],"Suspense Fallback",n[2]],Re(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,Mo(t.componentStack))),e.pingedTasks.push(t)}}return}if("object"==typeof r&&null!==r)switch(r.$$typeof){case f:if("ref"in o)for(I in s={},o)"ref"!==I&&(s[I]=o[I]);else s=o;return void Uo(e,t,n,r=Go(e,t,n,r.render,s,i),0!==Ur,Vr,Wr);case g:return void Vo(e,t,n,r.type,o,i);case p:if(k=o.children,s=t.keyPath,o=o.value,A=r._currentValue,r._currentValue=o,br=r={parent:i=br,depth:null===i?0:i.depth+1,context:r,parentValue:A,value:o},t.context=r,t.keyPath=n,Ko(e,t,k,-1),null===(e=br))throw Error(a(403));return e.context._currentValue=e.parentValue,e=br=e.parent,t.context=e,void(t.keyPath=s);case d:return r=(o=o.children)(r._context._currentValue),o=t.keyPath,t.keyPath=n,Ko(e,t,r,-1),void(t.keyPath=o);case v:if(r=(s=r._init)(r._payload),12===e.status)throw null;return void Vo(e,t,n,r,o,i)}throw Error(a(130,null==r?r:typeof r,""))}if(null===(s=t.blockedSegment))s=o.children,k=t.formatContext,A=t.keyPath,t.formatContext=Ae(k,r,o),t.keyPath=n,na(e,t,s,-1),t.formatContext=k,t.keyPath=A;else{if(A=xt(s.chunks,r,o,e.resumableState,e.renderState,t.blockedPreamble,t.hoistableState,t.formatContext,s.lastPushedText),s.lastPushedText=!1,k=t.formatContext,i=t.keyPath,t.keyPath=n,3===(t.formatContext=Ae(k,r,o)).insertionMode){n=Oo(0,0,null,t.formatContext,!1,!1),s.preambleChildren.push(n),t.blockedSegment=n;try{n.status=6,na(e,t,A,-1),n.lastPushedText&&n.textEmbedded&&n.chunks.push(Te),n.status=1,ca(e,t.blockedBoundary,n)}finally{t.blockedSegment=s}}else na(e,t,A,-1);t.formatContext=k,t.keyPath=i;e:{switch(t=s.chunks,e=e.resumableState,r){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 e;case"body":if(1>=k.insertionMode){e.hasBody=!0;break e}break;case"html":if(0===k.insertionMode){e.hasHtml=!0;break e}break;case"head":if(1>=k.insertionMode)break e}t.push(kt(r))}s.lastPushedText=!1}}}function Wo(e,t,n,r,o){var a=t.replay,i=t.blockedBoundary,s=Oo(0,0,null,t.formatContext,!1,!1);s.id=n,s.parentFlushed=!0;try{t.replay=null,t.blockedSegment=s,na(e,t,r,o),s.status=1,ca(e,i,s),null===i?e.completedRootSegment=s:(ua(i,s),i.parentFlushed&&e.partialBoundaries.push(i))}finally{t.replay=a,t.blockedSegment=null}}function Ko(e,t,n,r){null!==t.replay&&"number"==typeof t.replay.slots?Wo(e,t,t.replay.slots,n,r):(t.node=n,t.childIndex=r,n=t.componentStack,Do(t),Xo(e,t),t.componentStack=n)}function Xo(e,t){var n=t.node,r=t.childIndex;if(null!==n){if("object"==typeof n){switch(n.$$typeof){case i:var o=n.type,l=n.key,u=n.props,c=void 0!==(n=u.ref)?n:null,d=vr(o),f=l??(-1===r?0:r);if(l=[t.keyPath,d,f],null!==t.replay)e:{var m=t.replay;for(r=m.nodes,n=0;n<r.length;n++){var g=r[n];if(f===g[1]){if(4===g.length){if(null!==d&&d!==g[0])throw Error(a(490,g[0],d));var y=g[2];d=g[3],f=t.node,t.replay={nodes:y,slots:d,pendingTasks:1};try{if(Vo(e,t,l,o,u,c),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(a(488));t.replay.pendingTasks--}catch(a){if("object"==typeof a&&null!==a&&(a===Or||"function"==typeof a.then))throw t.node===f?t.replay=m:r.splice(n,1),a;t.replay.pendingTasks--,u=No(t.componentStack),oa(l=e,e=t.blockedBoundary,y,d,o=a,u=Fo(l,o,u))}t.replay=m}else{if(o!==h)throw Error(a(490,"Suspense",vr(o)||"Unknown"));t:{m=void 0,o=g[5],c=g[2],d=g[3],f=null===g[4]?[]:g[4][2],g=null===g[4]?null:g[4][3];var b=t.keyPath,w=t.formatContext,x=t.row,_=t.replay,k=t.blockedBoundary,P=t.hoistableState,A=u.children,E=u.fallback,R=new Set;(u=2>t.formatContext.insertionMode?Io(e,t.row,R,Se(),Se()):Io(e,t.row,R,null,null)).parentFlushed=!0,u.rootSegmentID=o,t.blockedBoundary=u,t.hoistableState=u.contentState,t.keyPath=l,t.formatContext=Ie(e.resumableState,w),t.row=null,t.replay={nodes:c,slots:d,pendingTasks:1};try{if(na(e,t,A,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(a(488));if(t.replay.pendingTasks--,0===u.pendingTasks&&0===u.status){u.status=1,e.completedBoundaries.push(u);break t}}catch(n){u.status=4,m=Fo(e,n,y=No(t.componentStack)),u.errorDigest=m,t.replay.pendingTasks--,e.clientRenderedBoundaries.push(u)}finally{t.blockedBoundary=k,t.hoistableState=P,t.replay=_,t.keyPath=b,t.formatContext=w,t.row=x}Do(y=jo(e,null,{nodes:f,slots:g,pendingTasks:0},E,-1,k,u.fallbackState,R,[l[0],"Suspense Fallback",l[2]],Re(e.resumableState,t.formatContext),t.context,t.treeContext,t.row,Mo(t.componentStack))),e.pingedTasks.push(y)}}r.splice(n,1);break e}}}else Vo(e,t,l,o,u,c);return;case s:throw Error(a(257));case v:if(n=(y=n._init)(n._payload),12===e.status)throw null;return void Ko(e,t,n,r)}if(C(n))return void Jo(e,t,n,r);if((y=S(n))&&(y=y.call(n))){if(!(n=y.next()).done){u=[];do{u.push(n.value),n=y.next()}while(!n.done);Jo(e,t,u,r)}return}if("function"==typeof n.then)return t.thenableState=null,Ko(e,t,po(n),r);if(n.$$typeof===p)return Ko(e,t,n._currentValue,r);throw r=Object.prototype.toString.call(n),Error(a(31,"[object Object]"===r?"object with keys {"+Object.keys(n).join(", ")+"}":r))}"string"==typeof n?null!==(r=t.blockedSegment)&&(r.lastPushedText=je(r.chunks,n,e.renderState,r.lastPushedText)):"number"!=typeof n&&"bigint"!=typeof n||null!==(r=t.blockedSegment)&&(r.lastPushedText=je(r.chunks,""+n,e.renderState,r.lastPushedText))}}function Jo(e,t,n,r){var o=t.keyPath;if(-1===r||(t.keyPath=[t.keyPath,"Fragment",r],null===t.replay)){if(i=t.treeContext,s=n.length,null!==t.replay&&(null!==(l=t.replay.slots)&&"object"==typeof l)){for(r=0;r<s;r++)u=n[r],t.treeContext=Er(i,s,r),"number"==typeof(c=l[r])?(Wo(e,t,c,u,r),delete l[r]):na(e,t,u,r);return t.treeContext=i,void(t.keyPath=o)}for(l=0;l<s;l++)r=n[l],t.treeContext=Er(i,s,l),na(e,t,r,l);t.treeContext=i,t.keyPath=o}else{for(var i=t.replay,s=i.nodes,l=0;l<s.length;l++){var u=s[l];if(u[1]===r){r=u[2],u=u[3],t.replay={nodes:r,slots:u,pendingTasks:1};try{if(Jo(e,t,n,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(a(488));t.replay.pendingTasks--}catch(o){if("object"==typeof o&&null!==o&&(o===Or||"function"==typeof o.then))throw o;t.replay.pendingTasks--,n=No(t.componentStack);var c=t.blockedBoundary;oa(e,c,r,u,o,n=Fo(e,o,n))}t.replay=i,s.splice(l,1);break}}t.keyPath=o}}function Qo(e,t,n){if(n.status=5,n.rootSegmentID=e.nextSegmentId++,null===(e=n.trackedContentKeyPath))throw Error(a(486));var r=n.trackedFallbackNode,o=t.workingMap.get(e);return void 0===o?(n=[e[1],e[2],[],null,r,n.rootSegmentID],t.workingMap.set(e,n),Ea(n,e[0],t),n):(o[4]=r,o[5]=n.rootSegmentID,o)}function Yo(e,t,n,r){r.status=5;var o=n.keyPath,i=n.blockedBoundary;if(null===i)r.id=e.nextSegmentId++,t.rootSlots=r.id,null!==e.completedRootSegment&&(e.completedRootSegment.status=5);else{if(null!==i&&0===i.status){var s=Qo(e,t,i);if(i.trackedContentKeyPath===o&&-1===n.childIndex)return-1===r.id&&(r.id=r.parentFlushed?i.rootSegmentID:e.nextSegmentId++),void(s[3]=r.id)}if(-1===r.id&&(r.id=r.parentFlushed&&null!==i?i.rootSegmentID:e.nextSegmentId++),-1===n.childIndex)null===o?t.rootSlots=r.id:void 0===(n=t.workingMap.get(o))?Ea(n=[o[1],o[2],[],r.id],o[0],t):n[3]=r.id;else{if(null===o){if(null===(e=t.rootSlots))e=t.rootSlots={};else if("number"==typeof e)throw Error(a(491))}else if(void 0===(s=(i=t.workingMap).get(o)))e={},s=[o[1],o[2],[],e],i.set(o,s),Ea(s,o[0],t);else if(null===(e=s[3]))e=s[3]={};else if("number"==typeof e)throw Error(a(491));e[n.childIndex]=r.id}}}function Zo(e,t){null!==(e=e.trackedPostpones)&&(null!==(t=t.trackedContentKeyPath)&&(void 0!==(t=e.workingMap.get(t))&&(t.length=4,t[2]=[],t[3]=null)))}function ea(e,t,n){return jo(e,n,t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function ta(e,t,n){var r=t.blockedSegment,o=Oo(0,r.chunks.length,null,t.formatContext,r.lastPushedText,!0);return r.children.push(o),r.lastPushedText=!1,To(e,n,t.node,t.childIndex,t.blockedBoundary,o,t.blockedPreamble,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.context,t.treeContext,t.row,t.componentStack)}function na(e,t,n,r){var o=t.formatContext,a=t.context,i=t.keyPath,s=t.treeContext,l=t.componentStack,u=t.blockedSegment;if(null===u){u=t.replay;try{return Ko(e,t,n,r)}catch(c){if(no(),n=c===Or?Mr():c,12!==e.status&&"object"==typeof n&&null!==n){if("function"==typeof n.then)return e=ea(e,t,r=c===Or?to():null).ping,n.then(e,e),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,t.replay=u,void Cr(a);if("Maximum call stack size exceeded"===n.message)return n=ea(e,t,n=c===Or?to():null),e.pingedTasks.push(n),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,t.replay=u,void Cr(a)}}}else{var c=u.children.length,d=u.chunks.length;try{return Ko(e,t,n,r)}catch(r){if(no(),u.children.length=c,u.chunks.length=d,n=r===Or?Mr():r,12!==e.status&&"object"==typeof n&&null!==n){if("function"==typeof n.then)return u=n,e=ta(e,t,n=r===Or?to():null).ping,u.then(e,e),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,void Cr(a);if("Maximum call stack size exceeded"===n.message)return u=ta(e,t,u=r===Or?to():null),e.pingedTasks.push(u),t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,t.componentStack=l,void Cr(a)}}}throw t.formatContext=o,t.context=a,t.keyPath=i,t.treeContext=s,Cr(a),n}function ra(e){var t=e.blockedBoundary,n=e.blockedSegment;null!==n&&(n.status=3,da(this,t,e.row,n))}function oa(e,t,n,r,o,i){for(var s=0;s<n.length;s++){var l=n[s];if(4===l.length)oa(e,t,l[2],l[3],o,i);else{l=l[5];var u=e,c=i,d=Io(u,null,new Set,null,null);d.parentFlushed=!0,d.rootSegmentID=l,d.status=4,d.errorDigest=c,d.parentFlushed&&u.clientRenderedBoundaries.push(d)}}if(n.length=0,null!==r){if(null===t)throw Error(a(487));if(4!==t.status&&(t.status=4,t.errorDigest=i,t.parentFlushed&&e.clientRenderedBoundaries.push(t)),"object"==typeof r)for(var p in r)delete r[p]}}function aa(e,t,n){var r=e.blockedBoundary,o=e.blockedSegment;if(null!==o){if(6===o.status)return;o.status=3}var a=No(e.componentStack);if(null===r){if(13!==t.status&&14!==t.status){if(null===(r=e.replay))return void(null!==t.trackedPostpones&&null!==o?(r=t.trackedPostpones,Fo(t,n,a),Yo(t,r,e,o),da(t,null,e.row,o)):(Fo(t,n,a),Bo(t,n)));r.pendingTasks--,0===r.pendingTasks&&0<r.nodes.length&&(o=Fo(t,n,a),oa(t,null,r.nodes,r.slots,n,o)),t.pendingRootTasks--,0===t.pendingRootTasks&&sa(t)}}else{var i=t.trackedPostpones;if(4!==r.status){if(null!==i&&null!==o)return Fo(t,n,a),Yo(t,i,e,o),r.fallbackAbortableTasks.forEach(function(e){return aa(e,t,n)}),r.fallbackAbortableTasks.clear(),da(t,r,e.row,o);r.status=4,o=Fo(t,n,a),r.status=4,r.errorDigest=o,Zo(t,r),r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.pendingTasks--,null!==(o=r.row)&&0===--o.pendingTasks&&Lo(t,o),r.fallbackAbortableTasks.forEach(function(e){return aa(e,t,n)}),r.fallbackAbortableTasks.clear()}null!==(e=e.row)&&0===--e.pendingTasks&&Lo(t,e),t.allPendingTasks--,0===t.allPendingTasks&&la(t)}function ia(e,t){try{var n=e.renderState,r=n.onHeaders;if(r){var o=n.headers;if(o){n.headers=null;var a=o.preconnects;if(o.fontPreloads&&(a&&(a+=", "),a+=o.fontPreloads),o.highImagePreloads&&(a&&(a+=", "),a+=o.highImagePreloads),!t){var i=n.styles.values(),s=i.next();e:for(;0<o.remainingCapacity&&!s.done;s=i.next())for(var l=s.value.sheets.values(),u=l.next();0<o.remainingCapacity&&!u.done;u=l.next()){var c=u.value,d=c.props,p=d.href,f=c.props,h=ir(f.href,"style",{crossOrigin:f.crossOrigin,integrity:f.integrity,nonce:f.nonce,type:f.type,fetchPriority:f.fetchPriority,referrerPolicy:f.referrerPolicy,media:f.media});if(!(0<=(o.remainingCapacity-=h.length+2)))break e;n.resets.style[p]=se,a&&(a+=", "),a+=h,n.resets.style[p]="string"==typeof d.crossOrigin||"string"==typeof d.integrity?[d.crossOrigin,d.integrity]:se}}r(a?{Link:a}:{})}}}catch(t){Fo(e,t,{})}}function sa(e){null===e.trackedPostpones&&ia(e,!0),null===e.trackedPostpones&&ma(e),e.onShellError=jr,(e=e.onShellReady)()}function la(e){ia(e,null===e.trackedPostpones||(null===e.completedRootSegment||5!==e.completedRootSegment.status)),ma(e),(e=e.onAllReady)()}function ua(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary&&-1===t.children[0].id){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,1!==n.status&&3!==n.status&&4!==n.status||ua(e,n)}else e.completedSegments.push(t)}function ca(e,t,n){if(null!==q){n=n.chunks;for(var r=0,o=0;o<n.length;o++)r+=n[o].byteLength;null===t?e.byteSize+=r:t.byteSize+=r}}function da(e,t,n,r){if(null!==n&&(0===--n.pendingTasks?Lo(e,n):n.together&&qo(e,n)),e.allPendingTasks--,null===t){if(null!==r&&r.parentFlushed){if(null!==e.completedRootSegment)throw Error(a(389));e.completedRootSegment=r}e.pendingRootTasks--,0===e.pendingRootTasks&&sa(e)}else if(t.pendingTasks--,4!==t.status)if(0===t.pendingTasks){if(0===t.status&&(t.status=1),null!==r&&r.parentFlushed&&(1===r.status||3===r.status)&&ua(t,r),t.parentFlushed&&e.completedBoundaries.push(t),1===t.status)null!==(n=t.row)&&fr(n.hoistables,t.contentState),ko(0,t)||(t.fallbackAbortableTasks.forEach(ra,e),t.fallbackAbortableTasks.clear(),null!==n&&0===--n.pendingTasks&&Lo(e,n)),0===e.pendingRootTasks&&null===e.trackedPostpones&&null!==t.contentPreamble&&ma(e);else if(5===t.status&&null!==(t=t.row)){if(null!==e.trackedPostpones){n=e.trackedPostpones;var o=t.next;if(null!==o&&null!==(r=o.boundaries))for(o.boundaries=null,o=0;o<r.length;o++){var i=r[o];Qo(e,n,i),da(e,i,null,null)}}0===--t.pendingTasks&&Lo(e,t)}}else null===r||!r.parentFlushed||1!==r.status&&3!==r.status||(ua(t,r),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)),null!==(t=t.row)&&t.together&&qo(e,t);0===e.allPendingTasks&&la(e)}function pa(e){if(14!==e.status&&13!==e.status){var t=br,n=re.H;re.H=go;var r=re.A;re.A=yo;var o=Eo;Eo=e;var i=vo;vo=e.resumableState;try{var s,l=e.pingedTasks;for(s=0;s<l.length;s++){var u=l[s],c=e,d=u.blockedSegment;if(null===d){var p=c;if(0!==u.replay.pendingTasks){Cr(u.context);try{if("number"==typeof u.replay.slots?Wo(p,u,u.replay.slots,u.node,u.childIndex):Xo(p,u),1===u.replay.pendingTasks&&0<u.replay.nodes.length)throw Error(a(488));u.replay.pendingTasks--,u.abortSet.delete(u),da(p,u.blockedBoundary,u.row,null)}catch(e){no();var f=e===Or?Mr():e;if("object"==typeof f&&null!==f&&"function"==typeof f.then){var h=u.ping;f.then(h,h),u.thenableState=e===Or?to():null}else{u.replay.pendingTasks--,u.abortSet.delete(u);var m=No(u.componentStack);c=void 0;var g=p,v=u.blockedBoundary,y=12===p.status?p.fatalError:f;oa(g,v,u.replay.nodes,u.replay.slots,y,c=Fo(g,y,m)),p.pendingRootTasks--,0===p.pendingRootTasks&&sa(p),p.allPendingTasks--,0===p.allPendingTasks&&la(p)}}}}else if(p=void 0,0===(g=d).status){g.status=6,Cr(u.context);var b=g.children.length,w=g.chunks.length;try{Xo(c,u),g.lastPushedText&&g.textEmbedded&&g.chunks.push(Te),u.abortSet.delete(u),g.status=1,ca(c,u.blockedBoundary,g),da(c,u.blockedBoundary,u.row,g)}catch(e){no(),g.children.length=b,g.chunks.length=w;var x=e===Or?Mr():12===c.status?c.fatalError:e;if(12===c.status&&null!==c.trackedPostpones){var _=c.trackedPostpones,k=No(u.componentStack);u.abortSet.delete(u),Fo(c,x,k),Yo(c,_,u,g),da(c,u.blockedBoundary,u.row,g)}else if("object"==typeof x&&null!==x&&"function"==typeof x.then){g.status=0,u.thenableState=e===Or?to():null;var S=u.ping;x.then(S,S)}else{var C=No(u.componentStack);u.abortSet.delete(u),g.status=4;var P=u.blockedBoundary,A=u.row;if(null!==A&&0===--A.pendingTasks&&Lo(c,A),c.allPendingTasks--,p=Fo(c,x,C),null===P)Bo(c,x);else if(P.pendingTasks--,4!==P.status){P.status=4,P.errorDigest=p,Zo(c,P);var E=P.row;null!==E&&0===--E.pendingTasks&&Lo(c,E),P.parentFlushed&&c.clientRenderedBoundaries.push(P),0===c.pendingRootTasks&&null===c.trackedPostpones&&null!==P.contentPreamble&&ma(c)}0===c.allPendingTasks&&la(c)}}}}l.splice(0,s),null!==e.destination&&ka(e,e.destination)}catch(t){Fo(e,t,{}),Bo(e,t)}finally{vo=i,re.H=n,re.A=r,n===go&&Cr(t),Eo=o}}}function fa(e,t,n){t.preambleChildren.length&&n.push(t.preambleChildren);for(var r=!1,o=0;o<t.children.length;o++)r=ha(e,t.children[o],n)||r;return r}function ha(e,t,n){var r=t.boundary;if(null===r)return fa(e,t,n);var o=r.contentPreamble,i=r.fallbackPreamble;if(null===o||null===i)return!1;switch(r.status){case 1:if(St(e.renderState,o),e.byteSize+=r.byteSize,!(t=r.completedSegments[0]))throw Error(a(391));return fa(e,t,n);case 5:if(null!==e.trackedPostpones)return!0;case 4:if(1===t.status)return St(e.renderState,i),fa(e,t,n);default:return!0}}function ma(e){if(e.completedRootSegment&&null===e.completedPreambleSegments){var t=[],n=e.byteSize,r=ha(e,e.completedRootSegment,t),o=e.renderState.preamble;!1===r||o.headChunks&&o.bodyChunks?e.completedPreambleSegments=t:e.byteSize=n}}function ga(e,t,n,r){switch(n.parentFlushed=!0,n.status){case 0:n.id=e.nextSegmentId++;case 5:return r=n.id,n.lastPushedText=!1,n.textEmbedded=!1,e=e.renderState,M(t,At),M(t,e.placeholderPrefix),M(t,e=L(r.toString(16))),N(t,Et);case 1:n.status=2;var o=!0,i=n.chunks,s=0;n=n.children;for(var l=0;l<n.length;l++){for(o=n[l];s<o.index;s++)M(t,i[s]);o=ya(e,t,o,r)}for(;s<i.length-1;s++)M(t,i[s]);return s<i.length&&(o=N(t,i[s])),o;case 3:return!0;default:throw Error(a(390))}}var va=0;function ya(e,t,n,r){var o=n.boundary;if(null===o)return ga(e,t,n,r);if(o.parentFlushed=!0,4===o.status){var i=o.row;null!==i&&0===--i.pendingTasks&&Lo(e,i),o=o.errorDigest,N(t,Dt),M(t,Nt),o&&(M(t,Bt),M(t,L(Y(o))),M(t,Ft)),N(t,Lt),ga(e,t,n,r)}else if(1!==o.status)0===o.status&&(o.rootSegmentID=e.nextSegmentId++),0<o.completedSegments.length&&e.partialBoundaries.push(o),zt(t,e.renderState,o.rootSegmentID),r&&fr(r,o.fallbackState),ga(e,t,n,r);else if(!_a&&ko(0,o)&&(va+o.byteSize>e.progressiveChunkSize||hr(o.contentState)))o.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(o),zt(t,e.renderState,o.rootSegmentID),ga(e,t,n,r);else{if(va+=o.byteSize,r&&fr(r,o.contentState),null!==(n=o.row)&&ko(0,o)&&0===--n.pendingTasks&&Lo(e,n),N(t,Tt),1!==(n=o.completedSegments).length)throw Error(a(391));ya(e,t,n[0],r)}return N(t,Mt)}function ba(e,t,n,r){return function(e,t,n,r){switch(n.insertionMode){case 0:case 1:case 3:case 2:return M(e,qt),M(e,t.segmentPrefix),M(e,L(r.toString(16))),N(e,Ht);case 4:return M(e,Gt),M(e,t.segmentPrefix),M(e,L(r.toString(16))),N(e,Ut);case 5:return M(e,Wt),M(e,t.segmentPrefix),M(e,L(r.toString(16))),N(e,Kt);case 6:return M(e,Jt),M(e,t.segmentPrefix),M(e,L(r.toString(16))),N(e,Qt);case 7:return M(e,Zt),M(e,t.segmentPrefix),M(e,L(r.toString(16))),N(e,en);case 8:return M(e,nn),M(e,t.segmentPrefix),M(e,L(r.toString(16))),N(e,rn);case 9:return M(e,an),M(e,t.segmentPrefix),M(e,L(r.toString(16))),N(e,sn);default:throw Error(a(397))}}(t,e.renderState,n.parentFormatContext,n.id),ya(e,t,n,r),function(e,t){switch(t.insertionMode){case 0:case 1:case 3:case 2:return N(e,$t);case 4:return N(e,Vt);case 5:return N(e,Xt);case 6:return N(e,Yt);case 7:return N(e,tn);case 8:return N(e,on);case 9:return N(e,ln);default:throw Error(a(397))}}(t,n.parentFormatContext)}function wa(e,t,n){va=n.byteSize;for(var r=n.completedSegments,o=0;o<r.length;o++)xa(e,t,n,r[o]);r.length=0,null!==(r=n.row)&&ko(0,n)&&0===--r.pendingTasks&&Lo(e,r),Ln(t,n.contentState,e.renderState),r=e.resumableState,e=e.renderState,o=n.rootSegmentID,n=n.contentState;var i=e.stylesToHoist;return e.stylesToHoist=!1,M(t,e.startInlineScript),M(t,Qe),i?(!(4&r.instructions)&&(r.instructions|=4,M(t,xn)),!(2&r.instructions)&&(r.instructions|=2,M(t,fn)),8&r.instructions?M(t,gn):(r.instructions|=8,M(t,mn))):(!(2&r.instructions)&&(r.instructions|=2,M(t,fn)),M(t,hn)),r=L(o.toString(16)),M(t,e.boundaryPrefix),M(t,r),M(t,vn),M(t,e.segmentPrefix),M(t,r),i?(M(t,yn),function(e,t){M(e,Zn);var n=Zn;t.stylesheets.forEach(function(t){if(2!==t.state)if(3===t.state)M(e,n),M(e,L(In(""+t.props.href))),M(e,nr),n=er;else{M(e,n);var r=t.props["data-precedence"],o=t.props,i=ne(""+t.props.href);for(var s in M(e,L(In(i))),r=""+r,M(e,tr),M(e,L(In(r))),o)if(G.call(o,s)&&null!=(r=o[s]))switch(s){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(a(399,"link"));default:rr(e,s,r)}M(e,nr),n=er,t.state=3}}),M(e,nr)}(t,n)):M(t,bn),n=N(t,wn),Ct(t,e)&&n}function xa(e,t,n,r){if(2===r.status)return!0;var o=n.contentState,i=r.id;if(-1===i){if(-1===(r.id=n.rootSegmentID))throw Error(a(392));return ba(e,t,r,o)}return i===n.rootSegmentID?ba(e,t,r,o):(ba(e,t,r,o),n=e.resumableState,M(t,(e=e.renderState).startInlineScript),M(t,Qe),1&n.instructions?M(t,cn):(n.instructions|=1,M(t,un)),M(t,e.segmentPrefix),M(t,i=L(i.toString(16))),M(t,dn),M(t,e.placeholderPrefix),M(t,i),t=N(t,pn))}var _a=!1;function ka(e,t){O=new Uint8Array(2048),D=0;try{if(!(0<e.pendingRootTasks)){var n,r=e.completedRootSegment;if(null!==r){if(5===r.status)return;var o=e.completedPreambleSegments;if(null===o)return;va=e.byteSize;var a,i=e.resumableState,s=e.renderState,l=s.preamble,u=l.htmlChunks,c=l.headChunks;if(u){for(a=0;a<u.length;a++)M(t,u[a]);if(c)for(a=0;a<c.length;a++)M(t,c[a]);else M(t,bt("head")),M(t,Qe)}else if(c)for(a=0;a<c.length;a++)M(t,c[a]);var d=s.charsetChunks;for(a=0;a<d.length;a++)M(t,d[a]);d.length=0,s.preconnects.forEach(zn,t),s.preconnects.clear();var p=s.viewportChunks;for(a=0;a<p.length;a++)M(t,p[a]);p.length=0,s.fontPreloads.forEach(zn,t),s.fontPreloads.clear(),s.highImagePreloads.forEach(zn,t),s.highImagePreloads.clear(),le=s,s.styles.forEach(Kn,t),le=null;var f=s.importMapChunks;for(a=0;a<f.length;a++)M(t,f[a]);f.length=0,s.bootstrapScripts.forEach(zn,t),s.scripts.forEach(zn,t),s.scripts.clear(),s.bulkPreloads.forEach(zn,t),s.bulkPreloads.clear(),u||c||(i.instructions|=32);var h=s.hoistableChunks;for(a=0;a<h.length;a++)M(t,h[a]);for(i=h.length=0;i<o.length;i++){var m=o[i];for(s=0;s<m.length;s++)ya(e,t,m[s],null)}var g=e.renderState.preamble,v=g.headChunks;(g.htmlChunks||v)&&M(t,kt("head"));var y=g.bodyChunks;if(y)for(o=0;o<y.length;o++)M(t,y[o]);ya(e,t,r,null),e.completedRootSegment=null;var b=e.renderState;if(0!==e.allPendingTasks||0!==e.clientRenderedBoundaries.length||0!==e.completedBoundaries.length||null!==e.trackedPostpones&&(0!==e.trackedPostpones.rootNodes.length||null!==e.trackedPostpones.rootSlots)){var w=e.resumableState;if(!(64&w.instructions)){if(w.instructions|=64,M(t,b.startInlineScript),!(32&w.instructions)){w.instructions|=32;var x="_"+w.idPrefix+"R_";M(t,Qn),M(t,L(Y(x))),M(t,ze)}M(t,Qe),M(t,Pt),N(t,ce)}}Ct(t,b)}var _=e.renderState;r=0;var k=_.viewportChunks;for(r=0;r<k.length;r++)M(t,k[r]);k.length=0,_.preconnects.forEach(zn,t),_.preconnects.clear(),_.fontPreloads.forEach(zn,t),_.fontPreloads.clear(),_.highImagePreloads.forEach(zn,t),_.highImagePreloads.clear(),_.styles.forEach(Jn,t),_.scripts.forEach(zn,t),_.scripts.clear(),_.bulkPreloads.forEach(zn,t),_.bulkPreloads.clear();var S=_.hoistableChunks;for(r=0;r<S.length;r++)M(t,S[r]);S.length=0;var C=e.clientRenderedBoundaries;for(n=0;n<C.length;n++){var P=C[n];_=t;var A=e.resumableState,E=e.renderState,R=P.rootSegmentID,I=P.errorDigest;M(_,E.startInlineScript),M(_,Qe),4&A.instructions?M(_,kn):(A.instructions|=4,M(_,_n)),M(_,E.boundaryPrefix),M(_,L(R.toString(16))),M(_,Sn),I&&(M(_,Cn),M(_,L(En(I||""))));var T=N(_,Pn);if(!T)return e.destination=null,n++,void C.splice(0,n)}C.splice(0,n);var j=e.completedBoundaries;for(n=0;n<j.length;n++)if(!wa(e,t,j[n]))return e.destination=null,n++,void j.splice(0,n);j.splice(0,n),F(t),O=new Uint8Array(2048),D=0,_a=!0;var B=e.partialBoundaries;for(n=0;n<B.length;n++){var z=B[n];e:{C=e,P=t,va=z.byteSize;var q=z.completedSegments;for(T=0;T<q.length;T++)if(!xa(C,P,z,q[T])){T++,q.splice(0,T);var H=!1;break e}q.splice(0,T);var $=z.row;null!==$&&$.together&&1===z.pendingTasks&&(1===$.pendingTasks?zo(C,$,$.hoistables):$.pendingTasks--),H=Ln(P,z.contentState,C.renderState)}if(!H)return e.destination=null,n++,void B.splice(0,n)}B.splice(0,n),_a=!1;var G=e.completedBoundaries;for(n=0;n<G.length;n++)if(!wa(e,t,G[n]))return e.destination=null,n++,void G.splice(0,n);G.splice(0,n)}}finally{_a=!1,0===e.allPendingTasks&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length?(e.flushScheduled=!1,(n=e.resumableState).hasBody&&M(t,kt("body")),n.hasHtml&&M(t,kt("html")),F(t),e.status=14,t.close(),e.destination=null):F(t)}}function Sa(e){e.flushScheduled=null!==e.destination,j(function(){return pa(e)}),R(function(){10===e.status&&(e.status=11),null===e.trackedPostpones&&ia(e,0===e.pendingRootTasks)})}function Ca(e){!1===e.flushScheduled&&0===e.pingedTasks.length&&null!==e.destination&&(e.flushScheduled=!0,R(function(){var t=e.destination;t?ka(e,t):e.flushScheduled=!1}))}function Pa(e,t){if(13===e.status)e.status=14,H(t,e.fatalError);else if(14!==e.status&&null===e.destination){e.destination=t;try{ka(e,t)}catch(t){Fo(e,t,{}),Bo(e,t)}}}function Aa(e,t){11!==e.status&&10!==e.status||(e.status=12);try{var n=e.abortableTasks;if(0<n.size){var r=void 0===t?Error(a(432)):"object"==typeof t&&null!==t&&"function"==typeof t.then?Error(a(530)):t;e.fatalError=r,n.forEach(function(t){return aa(t,e,r)}),n.clear()}null!==e.destination&&ka(e,e.destination)}catch(t){Fo(e,t,{}),Bo(e,t)}}function Ea(e,t,n){if(null===t)n.rootNodes.push(e);else{var r=n.workingMap,o=r.get(t);void 0===o&&(o=[t[1],t[2],[],null],r.set(t,o),Ea(o,t[0],n)),o[2].push(e)}}function Ra(e){var t=e.trackedPostpones;if(null===t||0===t.rootNodes.length&&null===t.rootSlots)return e.trackedPostpones=null;if(null===e.completedRootSegment||5!==e.completedRootSegment.status&&null!==e.completedPreambleSegments){var n=e.nextSegmentId,r=t.rootSlots,o=e.resumableState;o.bootstrapScriptContent=void 0,o.bootstrapScripts=void 0,o.bootstrapModules=void 0}else{n=0,r=-1,o=e.resumableState;var a=e.renderState;o.nextFormID=0,o.hasBody=!1,o.hasHtml=!1,o.unknownResources={font:a.resets.font},o.dnsResources=a.resets.dns,o.connectResources=a.resets.connect,o.imageResources=a.resets.image,o.styleResources=a.resets.style,o.scriptResources={},o.moduleUnknownResources={},o.moduleScriptResources={},o.instructions=0}return{nextSegmentId:n,rootFormatContext:e.rootFormatContext,progressiveChunkSize:e.progressiveChunkSize,resumableState:e.resumableState,replayNodes:t.rootNodes,replaySlots:r}}function Ia(){var e=r.version;if("19.2.7"!==e)throw Error(a(527,e,"19.2.7"))}Ia(),Ia(),t.prerender=function(e,t){return new Promise(function(n,r){var o,a=t?t.onHeaders:void 0;a&&(o=function(e){a(new Headers(e))});var i=ke(t?t.identifierPrefix:void 0,t&&t.unstable_externalRuntimeSrc,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),s=function(e,t,n,r,o,a,i,s,l,u,c){return(e=Po(e,t,n,r,o,a,i,s,l,u,c,void 0)).trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},e}(e,i,_e(i,void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,o,t?t.maxHeadersLength:void 0),Pe(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,function(){var e=new ReadableStream({type:"bytes",pull:function(e){Pa(s,e)},cancel:function(e){s.destination=null,Aa(s,e)}},{highWaterMark:0});e={postponed:Ra(s),prelude:e},n(e)},void 0,void 0,r,t?t.onPostpone:void 0);if(t&&t.signal){var l=t.signal;if(l.aborted)Aa(s,l.reason);else{var u=function(){Aa(s,l.reason),l.removeEventListener("abort",u)};l.addEventListener("abort",u)}}Sa(s)})},t.renderToReadableStream=function(e,t){return new Promise(function(n,r){var o,a,i,s=new Promise(function(e,t){a=e,o=t}),l=t?t.onHeaders:void 0;l&&(i=function(e){l(new Headers(e))});var u=ke(t?t.identifierPrefix:void 0,t&&t.unstable_externalRuntimeSrc,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),c=Po(e,u,_e(u,t?t.nonce:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,i,t?t.maxHeadersLength:void 0),Pe(t?t.namespaceURI:void 0),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,a,function(){var e=new ReadableStream({type:"bytes",pull:function(e){Pa(c,e)},cancel:function(e){c.destination=null,Aa(c,e)}},{highWaterMark:0});e.allReady=s,n(e)},function(e){s.catch(function(){}),r(e)},o,t?t.onPostpone:void 0,t?t.formState:void 0);if(t&&t.signal){var d=t.signal;if(d.aborted)Aa(c,d.reason);else{var p=function(){Aa(c,d.reason),d.removeEventListener("abort",p)};d.addEventListener("abort",p)}}Sa(c)})},t.resume=function(e,t,n){return new Promise(function(r,o){var a,i,s=new Promise(function(e,t){i=e,a=t}),l=Ao(e,t,_e(t.resumableState,n?n.nonce:void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,i,function(){var e=new ReadableStream({type:"bytes",pull:function(e){Pa(l,e)},cancel:function(e){l.destination=null,Aa(l,e)}},{highWaterMark:0});e.allReady=s,r(e)},function(e){s.catch(function(){}),o(e)},a,n?n.onPostpone:void 0);if(n&&n.signal){var u=n.signal;if(u.aborted)Aa(l,u.reason);else{var c=function(){Aa(l,u.reason),u.removeEventListener("abort",c)};u.addEventListener("abort",c)}}Sa(l)})},t.resumeAndPrerender=function(e,t,n){return new Promise(function(r,o){var a=function(e,t,n,r,o,a,i,s,l){return(e=Ao(e,t,n,r,o,a,i,s,l)).trackedPostpones={workingMap:new Map,rootNodes:[],rootSlots:null},e}(e,t,_e(t.resumableState,void 0,void 0,void 0,void 0,void 0),n?n.onError:void 0,function(){var e=new ReadableStream({type:"bytes",pull:function(e){Pa(a,e)},cancel:function(e){a.destination=null,Aa(a,e)}},{highWaterMark:0});e={postponed:Ra(a),prelude:e},r(e)},void 0,void 0,o,n?n.onPostpone:void 0);if(n&&n.signal){var i=n.signal;if(i.aborted)Aa(a,i.reason);else{var s=function(){Aa(a,i.reason),i.removeEventListener("abort",s)};i.addEventListener("abort",s)}}Sa(a)})},t.version="19.2.7"},"../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/server.browser.js"(e,t,n){"use strict";var r,o;r=n("../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js"),o=n("../../node_modules/.pnpm/react-dom@19.2.7_react@19.2.7/node_modules/react-dom/cjs/react-dom-server.browser.production.js"),r.version,r.renderToString,t.qV=r.renderToStaticMarkup,o.renderToReadableStream,o.resume},"../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js"(e,t){"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,l=n?Symbol.for("react.provider"):60109,u=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,f=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,w=n?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case d:case a:case s:case i:case f:return e;default:switch(e=e&&e.$$typeof){case u:case p:case g:case m:case l:return e;default:return t}}case o:return t}}}function _(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=l,t.Element=r,t.ForwardRef=p,t.Fragment=a,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=i,t.Suspense=f,t.isAsyncMode=function(e){return _(e)||x(e)===c},t.isConcurrentMode=_,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return x(e)===p},t.isFragment=function(e){return x(e)===a},t.isLazy=function(e){return x(e)===g},t.isMemo=function(e){return x(e)===m},t.isPortal=function(e){return x(e)===o},t.isProfiler=function(e){return x(e)===s},t.isStrictMode=function(e){return x(e)===i},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===d||e===s||e===i||e===f||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===u||e.$$typeof===p||e.$$typeof===y||e.$$typeof===b||e.$$typeof===w||e.$$typeof===v)},t.typeOf=x},"../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js"(e,t,n){"use strict";e.exports=n("../../node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js")},"../../node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/cjs/react-is.production.min.js"(e,t){"use strict";var n=60103,r=60106,o=60107,a=60108,i=60114,s=60109,l=60110,u=60112,c=60113,d=60120,p=60115,f=60116,h=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;n=b("react.element"),r=b("react.portal"),o=b("react.fragment"),a=b("react.strict_mode"),i=b("react.profiler"),s=b("react.provider"),l=b("react.context"),u=b("react.forward_ref"),c=b("react.suspense"),d=b("react.suspense_list"),p=b("react.memo"),f=b("react.lazy"),h=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}function w(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case o:case i:case a:case c:case d:return e;default:switch(e=e&&e.$$typeof){case l:case u:case f:case p:case s:return e;default:return t}}case r:return t}}}t.isContextConsumer=function(e){return w(e)===l}},"../../node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/index.js"(e,t,n){"use strict";e.exports=n("../../node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/cjs/react-is.production.min.js")},"../../node_modules/.pnpm/reflect-metadata@0.1.14/node_modules/reflect-metadata/Reflect.js"(e,t,n){var r,o=n("../../node_modules/.pnpm/process@0.11.10/node_modules/process/browser.js");!function(e){!function(){var t="object"==typeof n.g?n.g:"object"==typeof self?self:"object"==typeof this?this:Function("return this;")(),r=a(e);function a(e,t){return function(n,r){"function"!=typeof e[n]&&Object.defineProperty(e,n,{configurable:!0,writable:!0,value:r}),t&&t(n,r)}}void 0===t.Reflect?t.Reflect=e:r=a(t.Reflect,r),function(e){var t=Object.prototype.hasOwnProperty,n="function"==typeof Symbol,r=n&&void 0!==Symbol.toPrimitive?Symbol.toPrimitive:"@@toPrimitive",a=n&&void 0!==Symbol.iterator?Symbol.iterator:"@@iterator",i="function"==typeof Object.create,s={__proto__:[]}instanceof Array,l=!i&&!s,u={create:i?function(){return oe(Object.create(null))}:s?function(){return oe({__proto__:null})}:function(){return oe({})},has:l?function(e,n){return t.call(e,n)}:function(e,t){return t in e},get:l?function(e,n){return t.call(e,n)?e[n]:void 0}:function(e,t){return e[t]}},c=Object.getPrototypeOf(Function),d="object"==typeof o&&o.env&&"true"===o.env.REFLECT_METADATA_USE_MAP_POLYFILL,p=d||"function"!=typeof Map||"function"!=typeof Map.prototype.entries?te():Map,f=d||"function"!=typeof Set||"function"!=typeof Set.prototype.entries?ne():Set,h=new(d||"function"!=typeof WeakMap?re():WeakMap);function m(e,t,n,r){if(N(n)){if(!U(e))throw new TypeError;if(!W(t))throw new TypeError;return C(e,t)}if(!U(e))throw new TypeError;if(!L(t))throw new TypeError;if(!L(r)&&!N(r)&&!F(r))throw new TypeError;return F(r)&&(r=void 0),P(e,t,n=G(n),r)}function g(e,t){function n(n,r){if(!L(n))throw new TypeError;if(!N(r)&&!K(r))throw new TypeError;j(e,t,n,r)}return n}function v(e,t,n,r){if(!L(n))throw new TypeError;return N(r)||(r=G(r)),j(e,t,n,r)}function y(e,t,n){if(!L(t))throw new TypeError;return N(n)||(n=G(n)),E(e,t,n)}function b(e,t,n){if(!L(t))throw new TypeError;return N(n)||(n=G(n)),R(e,t,n)}function w(e,t,n){if(!L(t))throw new TypeError;return N(n)||(n=G(n)),I(e,t,n)}function x(e,t,n){if(!L(t))throw new TypeError;return N(n)||(n=G(n)),T(e,t,n)}function _(e,t){if(!L(e))throw new TypeError;return N(t)||(t=G(t)),O(e,t)}function k(e,t){if(!L(e))throw new TypeError;return N(t)||(t=G(t)),D(e,t)}function S(e,t,n){if(!L(t))throw new TypeError;N(n)||(n=G(n));var r=A(t,n,!1);if(N(r))return!1;if(!r.delete(e))return!1;if(r.size>0)return!0;var o=h.get(t);return o.delete(n),o.size>0||h.delete(t),!0}function C(e,t){for(var n=e.length-1;n>=0;--n){var r=(0,e[n])(t);if(!N(r)&&!F(r)){if(!W(r))throw new TypeError;t=r}}return t}function P(e,t,n,r){for(var o=e.length-1;o>=0;--o){var a=(0,e[o])(t,n,r);if(!N(a)&&!F(a)){if(!L(a))throw new TypeError;r=a}}return r}function A(e,t,n){var r=h.get(e);if(N(r)){if(!n)return;r=new p,h.set(e,r)}var o=r.get(t);if(N(o)){if(!n)return;o=new p,r.set(t,o)}return o}function E(e,t,n){if(R(e,t,n))return!0;var r=ee(t);return!F(r)&&E(e,r,n)}function R(e,t,n){var r=A(t,n,!1);return!N(r)&&H(r.has(e))}function I(e,t,n){if(R(e,t,n))return T(e,t,n);var r=ee(t);return F(r)?void 0:I(e,r,n)}function T(e,t,n){var r=A(t,n,!1);if(!N(r))return r.get(e)}function j(e,t,n,r){A(n,r,!0).set(e,t)}function O(e,t){var n=D(e,t),r=ee(e);if(null===r)return n;var o=O(r,t);if(o.length<=0)return n;if(n.length<=0)return o;for(var a=new f,i=[],s=0,l=n;s<l.length;s++){var u=l[s];a.has(u)||(a.add(u),i.push(u))}for(var c=0,d=o;c<d.length;c++){u=d[c];a.has(u)||(a.add(u),i.push(u))}return i}function D(e,t){var n=[],r=A(e,t,!1);if(N(r))return n;for(var o=J(r.keys()),a=0;;){var i=Y(o);if(!i)return n.length=a,n;var s=Q(i);try{n[a]=s}catch(e){try{Z(o)}finally{throw e}}a++}}function M(e){if(null===e)return 1;switch(typeof e){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return null===e?1:6;default:return 6}}function N(e){return void 0===e}function F(e){return null===e}function B(e){return"symbol"==typeof e}function L(e){return"object"==typeof e?null!==e:"function"==typeof e}function z(e,t){switch(M(e)){case 0:case 1:case 2:case 3:case 4:case 5:return e}var n=3===t?"string":5===t?"number":"default",o=X(e,r);if(void 0!==o){var a=o.call(e,n);if(L(a))throw new TypeError;return a}return q(e,"default"===n?"number":n)}function q(e,t){if("string"===t){var n=e.toString;if(V(n))if(!L(o=n.call(e)))return o;if(V(r=e.valueOf))if(!L(o=r.call(e)))return o}else{var r;if(V(r=e.valueOf))if(!L(o=r.call(e)))return o;var o,a=e.toString;if(V(a))if(!L(o=a.call(e)))return o}throw new TypeError}function H(e){return!!e}function $(e){return""+e}function G(e){var t=z(e,3);return B(t)?t:$(t)}function U(e){return Array.isArray?Array.isArray(e):e instanceof Object?e instanceof Array:"[object Array]"===Object.prototype.toString.call(e)}function V(e){return"function"==typeof e}function W(e){return"function"==typeof e}function K(e){switch(M(e)){case 3:case 4:return!0;default:return!1}}function X(e,t){var n=e[t];if(null!=n){if(!V(n))throw new TypeError;return n}}function J(e){var t=X(e,a);if(!V(t))throw new TypeError;var n=t.call(e);if(!L(n))throw new TypeError;return n}function Q(e){return e.value}function Y(e){var t=e.next();return!t.done&&t}function Z(e){var t=e.return;t&&t.call(e)}function ee(e){var t=Object.getPrototypeOf(e);if("function"!=typeof e||e===c)return t;if(t!==c)return t;var n=e.prototype,r=n&&Object.getPrototypeOf(n);if(null==r||r===Object.prototype)return t;var o=r.constructor;return"function"!=typeof o||o===e?t:o}function te(){var e={},t=[],n=function(){function e(e,t,n){this._index=0,this._keys=e,this._values=t,this._selector=n}return e.prototype["@@iterator"]=function(){return this},e.prototype[a]=function(){return this},e.prototype.next=function(){var e=this._index;if(e>=0&&e<this._keys.length){var n=this._selector(this._keys[e],this._values[e]);return e+1>=this._keys.length?(this._index=-1,this._keys=t,this._values=t):this._index++,{value:n,done:!1}}return{value:void 0,done:!0}},e.prototype.throw=function(e){throw this._index>=0&&(this._index=-1,this._keys=t,this._values=t),e},e.prototype.return=function(e){return this._index>=0&&(this._index=-1,this._keys=t,this._values=t),{value:e,done:!0}},e}();return function(){function t(){this._keys=[],this._values=[],this._cacheKey=e,this._cacheIndex=-2}return Object.defineProperty(t.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),t.prototype.has=function(e){return this._find(e,!1)>=0},t.prototype.get=function(e){var t=this._find(e,!1);return t>=0?this._values[t]:void 0},t.prototype.set=function(e,t){var n=this._find(e,!0);return this._values[n]=t,this},t.prototype.delete=function(t){var n=this._find(t,!1);if(n>=0){for(var r=this._keys.length,o=n+1;o<r;o++)this._keys[o-1]=this._keys[o],this._values[o-1]=this._values[o];return this._keys.length--,this._values.length--,t===this._cacheKey&&(this._cacheKey=e,this._cacheIndex=-2),!0}return!1},t.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=e,this._cacheIndex=-2},t.prototype.keys=function(){return new n(this._keys,this._values,r)},t.prototype.values=function(){return new n(this._keys,this._values,o)},t.prototype.entries=function(){return new n(this._keys,this._values,i)},t.prototype["@@iterator"]=function(){return this.entries()},t.prototype[a]=function(){return this.entries()},t.prototype._find=function(e,t){return this._cacheKey!==e&&(this._cacheIndex=this._keys.indexOf(this._cacheKey=e)),this._cacheIndex<0&&t&&(this._cacheIndex=this._keys.length,this._keys.push(e),this._values.push(void 0)),this._cacheIndex},t}();function r(e,t){return e}function o(e,t){return t}function i(e,t){return[e,t]}}function ne(){return function(){function e(){this._map=new p}return Object.defineProperty(e.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),e.prototype.has=function(e){return this._map.has(e)},e.prototype.add=function(e){return this._map.set(e,e),this},e.prototype.delete=function(e){return this._map.delete(e)},e.prototype.clear=function(){this._map.clear()},e.prototype.keys=function(){return this._map.keys()},e.prototype.values=function(){return this._map.values()},e.prototype.entries=function(){return this._map.entries()},e.prototype["@@iterator"]=function(){return this.keys()},e.prototype[a]=function(){return this.keys()},e}()}function re(){var e=16,n=u.create(),r=o();return function(){function e(){this._key=o()}return e.prototype.has=function(e){var t=a(e,!1);return void 0!==t&&u.has(t,this._key)},e.prototype.get=function(e){var t=a(e,!1);return void 0!==t?u.get(t,this._key):void 0},e.prototype.set=function(e,t){return a(e,!0)[this._key]=t,this},e.prototype.delete=function(e){var t=a(e,!1);return void 0!==t&&delete t[this._key]},e.prototype.clear=function(){this._key=o()},e}();function o(){var e;do{e="@@WeakMap@@"+l()}while(u.has(n,e));return n[e]=!0,e}function a(e,n){if(!t.call(e,r)){if(!n)return;Object.defineProperty(e,r,{value:u.create()})}return e[r]}function i(e,t){for(var n=0;n<t;++n)e[n]=255*Math.random()|0;return e}function s(e){return"function"==typeof Uint8Array?"undefined"!=typeof crypto?crypto.getRandomValues(new Uint8Array(e)):"undefined"!=typeof msCrypto?msCrypto.getRandomValues(new Uint8Array(e)):i(new Uint8Array(e),e):i(new Array(e),e)}function l(){var t=s(e);t[6]=79&t[6]|64,t[8]=191&t[8]|128;for(var n="",r=0;r<e;++r){var o=t[r];4!==r&&6!==r&&8!==r||(n+="-"),o<16&&(n+="0"),n+=o.toString(16).toLowerCase()}return n}}function oe(e){return e.__=void 0,delete e.__,e}e("decorate",m),e("metadata",g),e("defineMetadata",v),e("hasMetadata",y),e("hasOwnMetadata",b),e("getMetadata",w),e("getOwnMetadata",x),e("getMetadataKeys",_),e("getOwnMetadataKeys",k),e("deleteMetadata",S)}(r)}()}(r||(r={}))},"../../node_modules/.pnpm/sanitize-filename@1.6.4/node_modules/sanitize-filename/index.js"(e,t,n){"use strict";var r=n("../../node_modules/.pnpm/truncate-utf8-bytes@1.0.2/node_modules/truncate-utf8-bytes/browser.js"),o=/[\/\?<>\\:\*\|"]/g,a=/[\x00-\x1f\x80-\x9f]/g,i=/^\.+$/,s=/^(con|prn|aux|nul|com[0-9]|lpt[0-9])(\..*)?$/i;function l(e,t){if("string"!=typeof e)throw new Error("Input must be string");var n=e.replace(o,t).replace(a,t).replace(i,t).replace(s,t);return n=function(e,t){for(var n=e.length;n>0&&("."===e[n-1]||" "===e[n-1]);)n--;return n<e.length?e.slice(0,n)+t:e}(n,t),r(n,255)}e.exports=function(e,t){var n=t&&t.replacement||"",r=l(e,n);return""===n?r:l(r,"")}},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/index.js"(e,t,n){var r=n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/alea.js"),o=n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xor128.js"),a=n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xorwow.js"),i=n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xorshift7.js"),s=n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xor4096.js"),l=n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/tychei.js"),u=n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/seedrandom.js");u.alea=r,u.xor128=o,u.xorwow=a,u.xorshift7=i,u.xor4096=s,u.tychei=l,e.exports=u},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/alea.js"(e,t,n){var r;!function(e,o){function a(e){var t=this,n=function(){var e=4022871197,t=function(t){t=String(t);for(var n=0;n<t.length;n++){var r=.02519603282416938*(e+=t.charCodeAt(n));r-=e=r>>>0,e=(r*=e)>>>0,e+=4294967296*(r-=e)}return 2.3283064365386963e-10*(e>>>0)};return t}();t.next=function(){var e=2091639*t.s0+2.3283064365386963e-10*t.c;return t.s0=t.s1,t.s1=t.s2,t.s2=e-(t.c=0|e)},t.c=1,t.s0=n(" "),t.s1=n(" "),t.s2=n(" "),t.s0-=n(e),t.s0<0&&(t.s0+=1),t.s1-=n(e),t.s1<0&&(t.s1+=1),t.s2-=n(e),t.s2<0&&(t.s2+=1),n=null}function i(e,t){return t.c=e.c,t.s0=e.s0,t.s1=e.s1,t.s2=e.s2,t}function s(e,t){var n=new a(e),r=t&&t.state,o=n.next;return o.int32=function(){return 4294967296*n.next()|0},o.double=function(){return o()+11102230246251565e-32*(2097152*o()|0)},o.quick=o,r&&("object"==typeof r&&i(r,n),o.state=function(){return i(n,{})}),o}o&&o.exports?o.exports=s:n.amdD&&n.amdO?void 0===(r=function(){return s}.call(t,n,t,o))||(o.exports=r):this.alea=s}(0,e=n.nmd(e),n.amdD)},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/tychei.js"(e,t,n){var r;!function(e,o){function a(e){var t=this,n="";t.next=function(){var e=t.b,n=t.c,r=t.d,o=t.a;return e=e<<25^e>>>7^n,n=n-r|0,r=r<<24^r>>>8^o,o=o-e|0,t.b=e=e<<20^e>>>12^n,t.c=n=n-r|0,t.d=r<<16^n>>>16^o,t.a=o-e|0},t.a=0,t.b=0,t.c=-1640531527,t.d=1367130551,e===Math.floor(e)?(t.a=e/4294967296|0,t.b=0|e):n+=e;for(var r=0;r<n.length+20;r++)t.b^=0|n.charCodeAt(r),t.next()}function i(e,t){return t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t}function s(e,t){var n=new a(e),r=t&&t.state,o=function(){return(n.next()>>>0)/4294967296};return o.double=function(){do{var e=((n.next()>>>11)+(n.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=n.next,o.quick=o,r&&("object"==typeof r&&i(r,n),o.state=function(){return i(n,{})}),o}o&&o.exports?o.exports=s:n.amdD&&n.amdO?void 0===(r=function(){return s}.call(t,n,t,o))||(o.exports=r):this.tychei=s}(0,e=n.nmd(e),n.amdD)},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xor128.js"(e,t,n){var r;!function(e,o){function a(e){var t=this,n="";t.x=0,t.y=0,t.z=0,t.w=0,t.next=function(){var e=t.x^t.x<<11;return t.x=t.y,t.y=t.z,t.z=t.w,t.w^=t.w>>>19^e^e>>>8},e===(0|e)?t.x=e:n+=e;for(var r=0;r<n.length+64;r++)t.x^=0|n.charCodeAt(r),t.next()}function i(e,t){return t.x=e.x,t.y=e.y,t.z=e.z,t.w=e.w,t}function s(e,t){var n=new a(e),r=t&&t.state,o=function(){return(n.next()>>>0)/4294967296};return o.double=function(){do{var e=((n.next()>>>11)+(n.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=n.next,o.quick=o,r&&("object"==typeof r&&i(r,n),o.state=function(){return i(n,{})}),o}o&&o.exports?o.exports=s:n.amdD&&n.amdO?void 0===(r=function(){return s}.call(t,n,t,o))||(o.exports=r):this.xor128=s}(0,e=n.nmd(e),n.amdD)},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xor4096.js"(e,t,n){var r;!function(e,o){function a(e){var t=this;t.next=function(){var e,n,r=t.w,o=t.X,a=t.i;return t.w=r=r+1640531527|0,n=o[a+34&127],e=o[a=a+1&127],n^=n<<13,e^=e<<17,n^=n>>>15,e^=e>>>12,n=o[a]=n^e,t.i=a,n+(r^r>>>16)|0},function(e,t){var n,r,o,a,i,s=[],l=128;for(t===(0|t)?(r=t,t=null):(t+="\0",r=0,l=Math.max(l,t.length)),o=0,a=-32;a<l;++a)t&&(r^=t.charCodeAt((a+32)%t.length)),0===a&&(i=r),r^=r<<10,r^=r>>>15,r^=r<<4,r^=r>>>13,a>=0&&(i=i+1640531527|0,o=0==(n=s[127&a]^=r+i)?o+1:0);for(o>=128&&(s[127&(t&&t.length||0)]=-1),o=127,a=512;a>0;--a)r=s[o+34&127],n=s[o=o+1&127],r^=r<<13,n^=n<<17,r^=r>>>15,n^=n>>>12,s[o]=r^n;e.w=i,e.X=s,e.i=o}(t,e)}function i(e,t){return t.i=e.i,t.w=e.w,t.X=e.X.slice(),t}function s(e,t){null==e&&(e=+new Date);var n=new a(e),r=t&&t.state,o=function(){return(n.next()>>>0)/4294967296};return o.double=function(){do{var e=((n.next()>>>11)+(n.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=n.next,o.quick=o,r&&(r.X&&i(r,n),o.state=function(){return i(n,{})}),o}o&&o.exports?o.exports=s:n.amdD&&n.amdO?void 0===(r=function(){return s}.call(t,n,t,o))||(o.exports=r):this.xor4096=s}(0,e=n.nmd(e),n.amdD)},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xorshift7.js"(e,t,n){var r;!function(e,o){function a(e){var t=this;t.next=function(){var e,n,r=t.x,o=t.i;return e=r[o],n=(e^=e>>>7)^e<<24,n^=(e=r[o+1&7])^e>>>10,n^=(e=r[o+3&7])^e>>>3,n^=(e=r[o+4&7])^e<<7,e=r[o+7&7],n^=(e^=e<<13)^e<<9,r[o]=n,t.i=o+1&7,n},function(e,t){var n,r=[];if(t===(0|t))r[0]=t;else for(t=""+t,n=0;n<t.length;++n)r[7&n]=r[7&n]<<15^t.charCodeAt(n)+r[n+1&7]<<13;for(;r.length<8;)r.push(0);for(n=0;n<8&&0===r[n];++n);for(8==n?r[7]=-1:r[n],e.x=r,e.i=0,n=256;n>0;--n)e.next()}(t,e)}function i(e,t){return t.x=e.x.slice(),t.i=e.i,t}function s(e,t){null==e&&(e=+new Date);var n=new a(e),r=t&&t.state,o=function(){return(n.next()>>>0)/4294967296};return o.double=function(){do{var e=((n.next()>>>11)+(n.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=n.next,o.quick=o,r&&(r.x&&i(r,n),o.state=function(){return i(n,{})}),o}o&&o.exports?o.exports=s:n.amdD&&n.amdO?void 0===(r=function(){return s}.call(t,n,t,o))||(o.exports=r):this.xorshift7=s}(0,e=n.nmd(e),n.amdD)},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/lib/xorwow.js"(e,t,n){var r;!function(e,o){function a(e){var t=this,n="";t.next=function(){var e=t.x^t.x>>>2;return t.x=t.y,t.y=t.z,t.z=t.w,t.w=t.v,(t.d=t.d+362437|0)+(t.v=t.v^t.v<<4^e^e<<1)|0},t.x=0,t.y=0,t.z=0,t.w=0,t.v=0,e===(0|e)?t.x=e:n+=e;for(var r=0;r<n.length+64;r++)t.x^=0|n.charCodeAt(r),r==n.length&&(t.d=t.x<<10^t.x>>>4),t.next()}function i(e,t){return t.x=e.x,t.y=e.y,t.z=e.z,t.w=e.w,t.v=e.v,t.d=e.d,t}function s(e,t){var n=new a(e),r=t&&t.state,o=function(){return(n.next()>>>0)/4294967296};return o.double=function(){do{var e=((n.next()>>>11)+(n.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},o.int32=n.next,o.quick=o,r&&("object"==typeof r&&i(r,n),o.state=function(){return i(n,{})}),o}o&&o.exports?o.exports=s:n.amdD&&n.amdO?void 0===(r=function(){return s}.call(t,n,t,o))||(o.exports=r):this.xorwow=s}(0,e=n.nmd(e),n.amdD)},"../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/seedrandom.js"(e,t,n){var r;!function(o,a,i){var s,l=256,u=i.pow(l,6),c=i.pow(2,52),d=2*c,p=255;function f(e,t,n){var r=[],p=v(g((t=1==t?{entropy:!0}:t||{}).entropy?[e,y(a)]:e??function(){try{var e;return s&&(e=s.randomBytes)?e=e(l):(e=new Uint8Array(l),(o.crypto||o.msCrypto).getRandomValues(e)),y(e)}catch(e){var t=o.navigator,n=t&&t.plugins;return[+new Date,o,n,o.screen,y(a)]}}(),3),r),f=new h(r),b=function(){for(var e=f.g(6),t=u,n=0;e<c;)e=(e+n)*l,t*=l,n=f.g(1);for(;e>=d;)e/=2,t/=2,n>>>=1;return(e+n)/t};return b.int32=function(){return 0|f.g(4)},b.quick=function(){return f.g(4)/4294967296},b.double=b,v(y(f.S),a),(t.pass||n||function(e,t,n,r){return r&&(r.S&&m(r,f),e.state=function(){return m(f,{})}),n?(i.random=e,t):e})(b,p,"global"in t?t.global:this==i,t.state)}function h(e){var t,n=e.length,r=this,o=0,a=r.i=r.j=0,i=r.S=[];for(n||(e=[n++]);o<l;)i[o]=o++;for(o=0;o<l;o++)i[o]=i[a=p&a+e[o%n]+(t=i[o])],i[a]=t;(r.g=function(e){for(var t,n=0,o=r.i,a=r.j,i=r.S;e--;)t=i[o=p&o+1],n=n*l+i[p&(i[o]=i[a=p&a+t])+(i[a]=t)];return r.i=o,r.j=a,n})(l)}function m(e,t){return t.i=e.i,t.j=e.j,t.S=e.S.slice(),t}function g(e,t){var n,r=[],o=typeof e;if(t&&"object"==o)for(n in e)try{r.push(g(e[n],t-1))}catch(e){}return r.length?r:"string"==o?e:e+"\0"}function v(e,t){for(var n,r=e+"",o=0;o<r.length;)t[p&o]=p&(n^=19*t[p&o])+r.charCodeAt(o++);return y(t)}function y(e){return String.fromCharCode.apply(0,e)}if(v(i.random(),a),e.exports){e.exports=f;try{s=n("?a2b6")}catch(e){}}else void 0===(r=function(){return f}.call(t,n,t,e))||(e.exports=r)}("undefined"!=typeof self?self:this,[],Math)},"../../node_modules/.pnpm/truncate-utf8-bytes@1.0.2/node_modules/truncate-utf8-bytes/browser.js"(e,t,n){"use strict";var r=n("../../node_modules/.pnpm/truncate-utf8-bytes@1.0.2/node_modules/truncate-utf8-bytes/lib/truncate.js"),o=n("../../node_modules/.pnpm/utf8-byte-length@1.0.5/node_modules/utf8-byte-length/browser.js");e.exports=r.bind(null,o)},"../../node_modules/.pnpm/truncate-utf8-bytes@1.0.2/node_modules/truncate-utf8-bytes/lib/truncate.js"(e){"use strict";function t(e){return e>=55296&&e<=56319}function n(e){return e>=56320&&e<=57343}e.exports=function(e,r,o){if("string"!=typeof r)throw new Error("Input must be string");for(var a,i,s=r.length,l=0,u=0;u<s;u+=1){if(a=r.charCodeAt(u),i=r[u],t(a)&&n(r.charCodeAt(u+1))&&(i+=r[u+=1]),(l+=e(i))===o)return r.slice(0,u+1);if(l>o)return r.slice(0,u-i.length+1)}return r}},"../../node_modules/.pnpm/utf8-byte-length@1.0.5/node_modules/utf8-byte-length/browser.js"(e){"use strict";function t(e){return e>=55296&&e<=56319}function n(e){return e>=56320&&e<=57343}e.exports=function(e){if("string"!=typeof e)throw new Error("Input must be string");for(var r=e.length,o=0,a=null,i=null,s=0;s<r;s++)n(a=e.charCodeAt(s))?null!=i&&t(i)?o+=1:o+=3:a<=127?o+=1:a>=128&&a<=2047?o+=2:a>=2048&&a<=65535&&(o+=3),i=a;return o}},"../../node_modules/.pnpm/what-input@5.2.12/node_modules/what-input/dist/what-input.js"(e){var t;t=function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t){"use strict";e.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var e=document.documentElement,t=null,n="initial",r=n,o=Date.now(),a=!1,i=["button","input","select","textarea"],s=[],l=[16,17,18,91,93],u=[],c={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},d=!1,p={x:null,y:null},f={2:"touch",3:"touch",4:"mouse"},h=!1;try{var m=Object.defineProperty({},"passive",{get:function(){h=!0}});window.addEventListener("test",null,m)}catch(e){}var g=function(){var e=!h||{passive:!0,capture:!0};document.addEventListener("DOMContentLoaded",v,!0),window.PointerEvent?(window.addEventListener("pointerdown",y,!0),window.addEventListener("pointermove",w,!0)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",y,!0),window.addEventListener("MSPointerMove",w,!0)):(window.addEventListener("mousedown",y,!0),window.addEventListener("mousemove",w,!0),"ontouchstart"in window&&(window.addEventListener("touchstart",y,e),window.addEventListener("touchend",y,!0))),window.addEventListener(P(),w,e),window.addEventListener("keydown",y,!0),window.addEventListener("keyup",y,!0),window.addEventListener("focusin",x,!0),window.addEventListener("focusout",_,!0)},v=function(){if(a=!("false"===e.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(n=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(e){}b("input"),b("intent")},y=function(e){var t=e.which,o=c[e.type];"pointer"===o&&(o=S(e));var a=!u.length&&-1===l.indexOf(t),s=u.length&&-1!==u.indexOf(t),d="keyboard"===o&&t&&(a||s)||"mouse"===o||"touch"===o;if(C(o)&&(d=!1),d&&n!==o&&(k("input",n=o),b("input")),d&&r!==o){var p=document.activeElement;p&&p.nodeName&&(-1===i.indexOf(p.nodeName.toLowerCase())||"button"===p.nodeName.toLowerCase()&&!R(p,"form"))&&(k("intent",r=o),b("intent"))}},b=function(t){e.setAttribute("data-what"+t,"input"===t?n:r),A(t)},w=function(e){var t=c[e.type];"pointer"===t&&(t=S(e)),E(e),(!d&&!C(t)||d&&"wheel"===e.type||"mousewheel"===e.type||"DOMMouseScroll"===e.type)&&r!==t&&(k("intent",r=t),b("intent"))},x=function(n){n.target.nodeName?(t=n.target.nodeName.toLowerCase(),e.setAttribute("data-whatelement",t),n.target.classList&&n.target.classList.length&&e.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):_()},_=function(){t=null,e.removeAttribute("data-whatelement"),e.removeAttribute("data-whatclasses")},k=function(e,t){if(a)try{window.sessionStorage.setItem("what-"+e,t)}catch(e){}},S=function(e){return"number"==typeof e.pointerType?f[e.pointerType]:"pen"===e.pointerType?"touch":e.pointerType},C=function(e){var t=Date.now(),r="mouse"===e&&"touch"===n&&t-o<200;return o=t,r},P=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},A=function(e){for(var t=0,o=s.length;t<o;t++)s[t].type===e&&s[t].fn.call(void 0,"input"===e?n:r)},E=function(e){p.x!==e.screenX||p.y!==e.screenY?(d=!1,p.x=e.screenX,p.y=e.screenY):d=!0},R=function(e,t){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return e.closest(t);do{if(e.matches(t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(c[P()]="mouse",g()),{ask:function(e){return"intent"===e?r:n},element:function(){return t},ignoreKeys:function(e){l=e},specificKeys:function(e){u=e},registerOnChange:function(e,t){s.push({fn:e,type:t||"input"})},unRegisterOnChange:function(e){var t=function(e){for(var t=0,n=s.length;t<n;t++)if(s[t].fn===e)return t}(e);(t||0===t)&&s.splice(t,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},e.exports=t()},"../../node_modules/.pnpm/xxhashjs@0.2.2/node_modules/xxhashjs/lib/index.js"(e,t,n){e.exports={h32:n("../../node_modules/.pnpm/xxhashjs@0.2.2/node_modules/xxhashjs/lib/xxhash.js"),h64:n("../../node_modules/.pnpm/xxhashjs@0.2.2/node_modules/xxhashjs/lib/xxhash64.js")}},"../../node_modules/.pnpm/xxhashjs@0.2.2/node_modules/xxhashjs/lib/xxhash.js"(e,t,n){var r=n("../../node_modules/.pnpm/cuint@0.2.2/node_modules/cuint/index.js").UINT32;r.prototype.xxh_update=function(e,t){var n,r,i=a._low,s=a._high;n=(r=e*i)>>>16,n+=t*i,n&=65535,n+=e*s;var l=this._low+(65535&r),u=l>>>16,c=(u+=this._high+(65535&n))<<16|65535&l;u=(c=c<<13|c>>>19)>>>16,n=(r=(l=65535&c)*(i=o._low))>>>16,n+=u*i,n&=65535,n+=l*(s=o._high),this._low=65535&r,this._high=65535&n};var o=r("2654435761"),a=r("2246822519"),i=r("3266489917"),s=r("668265263"),l=r("374761393");function u(){return 2==arguments.length?new u(arguments[1]).update(arguments[0]).digest():this instanceof u?void c.call(this,arguments[0]):new u(arguments[0])}function c(e){return this.seed=e instanceof r?e.clone():r(e),this.v1=this.seed.clone().add(o).add(a),this.v2=this.seed.clone().add(a),this.v3=this.seed.clone(),this.v4=this.seed.clone().subtract(o),this.total_len=0,this.memsize=0,this.memory=null,this}u.prototype.init=c,u.prototype.update=function(e){var t,n="string"==typeof e;n&&(e=function(e){for(var t=[],n=0,r=e.length;n<r;n++){var o=e.charCodeAt(n);o<128?t.push(o):o<2048?t.push(192|o>>6,128|63&o):o<55296||o>=57344?t.push(224|o>>12,128|o>>6&63,128|63&o):(n++,o=65536+((1023&o)<<10|1023&e.charCodeAt(n)),t.push(240|o>>18,128|o>>12&63,128|o>>6&63,128|63&o))}return new Uint8Array(t)}(e),n=!1,t=!0),"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer&&(t=!0,e=new Uint8Array(e));var r=0,o=e.length,a=r+o;if(0==o)return this;if(this.total_len+=o,0==this.memsize&&(this.memory=n?"":t?new Uint8Array(16):new Buffer(16)),this.memsize+o<16)return n?this.memory+=e:t?this.memory.set(e.subarray(0,o),this.memsize):e.copy(this.memory,this.memsize,0,o),this.memsize+=o,this;if(this.memsize>0){n?this.memory+=e.slice(0,16-this.memsize):t?this.memory.set(e.subarray(0,16-this.memsize),this.memsize):e.copy(this.memory,this.memsize,0,16-this.memsize);var i=0;n?(this.v1.xxh_update(this.memory.charCodeAt(i+1)<<8|this.memory.charCodeAt(i),this.memory.charCodeAt(i+3)<<8|this.memory.charCodeAt(i+2)),i+=4,this.v2.xxh_update(this.memory.charCodeAt(i+1)<<8|this.memory.charCodeAt(i),this.memory.charCodeAt(i+3)<<8|this.memory.charCodeAt(i+2)),i+=4,this.v3.xxh_update(this.memory.charCodeAt(i+1)<<8|this.memory.charCodeAt(i),this.memory.charCodeAt(i+3)<<8|this.memory.charCodeAt(i+2)),i+=4,this.v4.xxh_update(this.memory.charCodeAt(i+1)<<8|this.memory.charCodeAt(i),this.memory.charCodeAt(i+3)<<8|this.memory.charCodeAt(i+2))):(this.v1.xxh_update(this.memory[i+1]<<8|this.memory[i],this.memory[i+3]<<8|this.memory[i+2]),i+=4,this.v2.xxh_update(this.memory[i+1]<<8|this.memory[i],this.memory[i+3]<<8|this.memory[i+2]),i+=4,this.v3.xxh_update(this.memory[i+1]<<8|this.memory[i],this.memory[i+3]<<8|this.memory[i+2]),i+=4,this.v4.xxh_update(this.memory[i+1]<<8|this.memory[i],this.memory[i+3]<<8|this.memory[i+2])),r+=16-this.memsize,this.memsize=0,n&&(this.memory="")}if(r<=a-16){var s=a-16;do{n?(this.v1.xxh_update(e.charCodeAt(r+1)<<8|e.charCodeAt(r),e.charCodeAt(r+3)<<8|e.charCodeAt(r+2)),r+=4,this.v2.xxh_update(e.charCodeAt(r+1)<<8|e.charCodeAt(r),e.charCodeAt(r+3)<<8|e.charCodeAt(r+2)),r+=4,this.v3.xxh_update(e.charCodeAt(r+1)<<8|e.charCodeAt(r),e.charCodeAt(r+3)<<8|e.charCodeAt(r+2)),r+=4,this.v4.xxh_update(e.charCodeAt(r+1)<<8|e.charCodeAt(r),e.charCodeAt(r+3)<<8|e.charCodeAt(r+2))):(this.v1.xxh_update(e[r+1]<<8|e[r],e[r+3]<<8|e[r+2]),r+=4,this.v2.xxh_update(e[r+1]<<8|e[r],e[r+3]<<8|e[r+2]),r+=4,this.v3.xxh_update(e[r+1]<<8|e[r],e[r+3]<<8|e[r+2]),r+=4,this.v4.xxh_update(e[r+1]<<8|e[r],e[r+3]<<8|e[r+2])),r+=4}while(r<=s)}return r<a&&(n?this.memory+=e.slice(r):t?this.memory.set(e.subarray(r,a),this.memsize):e.copy(this.memory,this.memsize,r,a),this.memsize=a-r),this},u.prototype.digest=function(){var e,t,n=this.memory,u="string"==typeof n,c=0,d=this.memsize,p=new r;for((e=this.total_len>=16?this.v1.rotl(1).add(this.v2.rotl(7).add(this.v3.rotl(12).add(this.v4.rotl(18)))):this.seed.clone().add(l)).add(p.fromNumber(this.total_len));c<=d-4;)u?p.fromBits(n.charCodeAt(c+1)<<8|n.charCodeAt(c),n.charCodeAt(c+3)<<8|n.charCodeAt(c+2)):p.fromBits(n[c+1]<<8|n[c],n[c+3]<<8|n[c+2]),e.add(p.multiply(i)).rotl(17).multiply(s),c+=4;for(;c<d;)p.fromBits(u?n.charCodeAt(c++):n[c++],0),e.add(p.multiply(l)).rotl(11).multiply(o);return t=e.clone().shiftRight(15),e.xor(t).multiply(a),t=e.clone().shiftRight(13),e.xor(t).multiply(i),t=e.clone().shiftRight(16),e.xor(t),this.init(this.seed),e},e.exports=u},"../../node_modules/.pnpm/xxhashjs@0.2.2/node_modules/xxhashjs/lib/xxhash64.js"(e,t,n){var r=n("../../node_modules/.pnpm/cuint@0.2.2/node_modules/cuint/index.js").UINT64,o=r("11400714785074694791"),a=r("14029467366897019727"),i=r("1609587929392839161"),s=r("9650029242287828579"),l=r("2870177450012600261");function u(){return 2==arguments.length?new u(arguments[1]).update(arguments[0]).digest():this instanceof u?void c.call(this,arguments[0]):new u(arguments[0])}function c(e){return this.seed=e instanceof r?e.clone():r(e),this.v1=this.seed.clone().add(o).add(a),this.v2=this.seed.clone().add(a),this.v3=this.seed.clone(),this.v4=this.seed.clone().subtract(o),this.total_len=0,this.memsize=0,this.memory=null,this}u.prototype.init=c,u.prototype.update=function(e){var t,n="string"==typeof e;n&&(e=function(e){for(var t=[],n=0,r=e.length;n<r;n++){var o=e.charCodeAt(n);o<128?t.push(o):o<2048?t.push(192|o>>6,128|63&o):o<55296||o>=57344?t.push(224|o>>12,128|o>>6&63,128|63&o):(n++,o=65536+((1023&o)<<10|1023&e.charCodeAt(n)),t.push(240|o>>18,128|o>>12&63,128|o>>6&63,128|63&o))}return new Uint8Array(t)}(e),n=!1,t=!0),"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer&&(t=!0,e=new Uint8Array(e));var i=0,s=e.length,l=i+s;if(0==s)return this;if(this.total_len+=s,0==this.memsize&&(this.memory=n?"":t?new Uint8Array(32):new Buffer(32)),this.memsize+s<32)return n?this.memory+=e:t?this.memory.set(e.subarray(0,s),this.memsize):e.copy(this.memory,this.memsize,0,s),this.memsize+=s,this;if(this.memsize>0){n?this.memory+=e.slice(0,32-this.memsize):t?this.memory.set(e.subarray(0,32-this.memsize),this.memsize):e.copy(this.memory,this.memsize,0,32-this.memsize);var u=0;if(n)d=r(this.memory.charCodeAt(u+1)<<8|this.memory.charCodeAt(u),this.memory.charCodeAt(u+3)<<8|this.memory.charCodeAt(u+2),this.memory.charCodeAt(u+5)<<8|this.memory.charCodeAt(u+4),this.memory.charCodeAt(u+7)<<8|this.memory.charCodeAt(u+6)),this.v1.add(d.multiply(a)).rotl(31).multiply(o),u+=8,d=r(this.memory.charCodeAt(u+1)<<8|this.memory.charCodeAt(u),this.memory.charCodeAt(u+3)<<8|this.memory.charCodeAt(u+2),this.memory.charCodeAt(u+5)<<8|this.memory.charCodeAt(u+4),this.memory.charCodeAt(u+7)<<8|this.memory.charCodeAt(u+6)),this.v2.add(d.multiply(a)).rotl(31).multiply(o),u+=8,d=r(this.memory.charCodeAt(u+1)<<8|this.memory.charCodeAt(u),this.memory.charCodeAt(u+3)<<8|this.memory.charCodeAt(u+2),this.memory.charCodeAt(u+5)<<8|this.memory.charCodeAt(u+4),this.memory.charCodeAt(u+7)<<8|this.memory.charCodeAt(u+6)),this.v3.add(d.multiply(a)).rotl(31).multiply(o),u+=8,d=r(this.memory.charCodeAt(u+1)<<8|this.memory.charCodeAt(u),this.memory.charCodeAt(u+3)<<8|this.memory.charCodeAt(u+2),this.memory.charCodeAt(u+5)<<8|this.memory.charCodeAt(u+4),this.memory.charCodeAt(u+7)<<8|this.memory.charCodeAt(u+6)),this.v4.add(d.multiply(a)).rotl(31).multiply(o);else d=r(this.memory[u+1]<<8|this.memory[u],this.memory[u+3]<<8|this.memory[u+2],this.memory[u+5]<<8|this.memory[u+4],this.memory[u+7]<<8|this.memory[u+6]),this.v1.add(d.multiply(a)).rotl(31).multiply(o),u+=8,d=r(this.memory[u+1]<<8|this.memory[u],this.memory[u+3]<<8|this.memory[u+2],this.memory[u+5]<<8|this.memory[u+4],this.memory[u+7]<<8|this.memory[u+6]),this.v2.add(d.multiply(a)).rotl(31).multiply(o),u+=8,d=r(this.memory[u+1]<<8|this.memory[u],this.memory[u+3]<<8|this.memory[u+2],this.memory[u+5]<<8|this.memory[u+4],this.memory[u+7]<<8|this.memory[u+6]),this.v3.add(d.multiply(a)).rotl(31).multiply(o),u+=8,d=r(this.memory[u+1]<<8|this.memory[u],this.memory[u+3]<<8|this.memory[u+2],this.memory[u+5]<<8|this.memory[u+4],this.memory[u+7]<<8|this.memory[u+6]),this.v4.add(d.multiply(a)).rotl(31).multiply(o);i+=32-this.memsize,this.memsize=0,n&&(this.memory="")}if(i<=l-32){var c=l-32;do{var d;if(n)d=r(e.charCodeAt(i+1)<<8|e.charCodeAt(i),e.charCodeAt(i+3)<<8|e.charCodeAt(i+2),e.charCodeAt(i+5)<<8|e.charCodeAt(i+4),e.charCodeAt(i+7)<<8|e.charCodeAt(i+6)),this.v1.add(d.multiply(a)).rotl(31).multiply(o),i+=8,d=r(e.charCodeAt(i+1)<<8|e.charCodeAt(i),e.charCodeAt(i+3)<<8|e.charCodeAt(i+2),e.charCodeAt(i+5)<<8|e.charCodeAt(i+4),e.charCodeAt(i+7)<<8|e.charCodeAt(i+6)),this.v2.add(d.multiply(a)).rotl(31).multiply(o),i+=8,d=r(e.charCodeAt(i+1)<<8|e.charCodeAt(i),e.charCodeAt(i+3)<<8|e.charCodeAt(i+2),e.charCodeAt(i+5)<<8|e.charCodeAt(i+4),e.charCodeAt(i+7)<<8|e.charCodeAt(i+6)),this.v3.add(d.multiply(a)).rotl(31).multiply(o),i+=8,d=r(e.charCodeAt(i+1)<<8|e.charCodeAt(i),e.charCodeAt(i+3)<<8|e.charCodeAt(i+2),e.charCodeAt(i+5)<<8|e.charCodeAt(i+4),e.charCodeAt(i+7)<<8|e.charCodeAt(i+6)),this.v4.add(d.multiply(a)).rotl(31).multiply(o);else d=r(e[i+1]<<8|e[i],e[i+3]<<8|e[i+2],e[i+5]<<8|e[i+4],e[i+7]<<8|e[i+6]),this.v1.add(d.multiply(a)).rotl(31).multiply(o),d=r(e[(i+=8)+1]<<8|e[i],e[i+3]<<8|e[i+2],e[i+5]<<8|e[i+4],e[i+7]<<8|e[i+6]),this.v2.add(d.multiply(a)).rotl(31).multiply(o),d=r(e[(i+=8)+1]<<8|e[i],e[i+3]<<8|e[i+2],e[i+5]<<8|e[i+4],e[i+7]<<8|e[i+6]),this.v3.add(d.multiply(a)).rotl(31).multiply(o),d=r(e[(i+=8)+1]<<8|e[i],e[i+3]<<8|e[i+2],e[i+5]<<8|e[i+4],e[i+7]<<8|e[i+6]),this.v4.add(d.multiply(a)).rotl(31).multiply(o);i+=8}while(i<=c)}return i<l&&(n?this.memory+=e.slice(i):t?this.memory.set(e.subarray(i,l),this.memsize):e.copy(this.memory,this.memsize,i,l),this.memsize=l-i),this},u.prototype.digest=function(){var e,t,n=this.memory,u="string"==typeof n,c=0,d=this.memsize,p=new r;for(this.total_len>=32?((e=this.v1.clone().rotl(1)).add(this.v2.clone().rotl(7)),e.add(this.v3.clone().rotl(12)),e.add(this.v4.clone().rotl(18)),e.xor(this.v1.multiply(a).rotl(31).multiply(o)),e.multiply(o).add(s),e.xor(this.v2.multiply(a).rotl(31).multiply(o)),e.multiply(o).add(s),e.xor(this.v3.multiply(a).rotl(31).multiply(o)),e.multiply(o).add(s),e.xor(this.v4.multiply(a).rotl(31).multiply(o)),e.multiply(o).add(s)):e=this.seed.clone().add(l),e.add(p.fromNumber(this.total_len));c<=d-8;)u?p.fromBits(n.charCodeAt(c+1)<<8|n.charCodeAt(c),n.charCodeAt(c+3)<<8|n.charCodeAt(c+2),n.charCodeAt(c+5)<<8|n.charCodeAt(c+4),n.charCodeAt(c+7)<<8|n.charCodeAt(c+6)):p.fromBits(n[c+1]<<8|n[c],n[c+3]<<8|n[c+2],n[c+5]<<8|n[c+4],n[c+7]<<8|n[c+6]),p.multiply(a).rotl(31).multiply(o),e.xor(p).rotl(27).multiply(o).add(s),c+=8;for(c+4<=d&&(u?p.fromBits(n.charCodeAt(c+1)<<8|n.charCodeAt(c),n.charCodeAt(c+3)<<8|n.charCodeAt(c+2),0,0):p.fromBits(n[c+1]<<8|n[c],n[c+3]<<8|n[c+2],0,0),e.xor(p.multiply(o)).rotl(23).multiply(a).add(i),c+=4);c<d;)p.fromBits(u?n.charCodeAt(c++):n[c++],0,0,0),e.xor(p.multiply(l)).rotl(11).multiply(o);return t=e.clone().shiftRight(33),e.xor(t).multiply(a),t=e.clone().shiftRight(29),e.xor(t).multiply(i),t=e.clone().shiftRight(32),e.xor(t),this.init(this.seed),e},e.exports=u},"../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/base-filter.js"(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/index.js")),a=r(n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/hashing/hashing.js")),i=n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/utils.js"),s=function(){function e(){this._seed=(0,i.getDefaultSeed)(),this._rng=(0,o.default)("".concat(this._seed)),this._hashing=new a.default}return Object.defineProperty(e.prototype,"seed",{get:function(){return this._seed},set:function(e){this._seed=e,this._rng=(0,o.default)("".concat(this._seed))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"random",{get:function(){return this._rng},enumerable:!1,configurable:!0}),e.prototype.nextInt32=function(){return this._rng.int32()},e.prototype.saveAsJSON=function(){throw new Error("not-implemented")},e.fromJSON=function(e){throw new Error("not-implemented")},e}();t.default=s},"../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/bloom/bit-set.js"(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("../../node_modules/.pnpm/base64-arraybuffer@1.0.2/node_modules/base64-arraybuffer/dist/base64-arraybuffer.es5.js"),o=function(){function e(e){var t=8-e%8;this.size=e+([0,8].includes(t)?0:t),this.array=new Uint8Array(Math.ceil(this.size/8))}return e.prototype.has=function(e){var t=Math.floor(e/8),n=1<<e%8;return 0!==(this.array[t]&n)},e.prototype.add=function(e){var t=Math.floor(e/8),n=1<<e%8;this.array[t]=this.array[t]|n},e.prototype.max=function(){for(var t=this.array.length-1;t>=0;t--){var n=this.array[t];if(n)return e.highBit(n)+8*t}return 0},e.prototype.bitCount=function(){for(var t=0,n=0;n<this.array.length;n++)t+=e.countBits(this.array[n]);return t},e.prototype.equals=function(e){if(e.size!==this.size)return!1;for(var t=0;t<this.array.length;t++)if(this.array[t]!==e.array[t])return!1;return!0},e.prototype.export=function(){return{size:this.size,content:(0,r.encode)(this.array)}},e.import=function(t){if("number"!=typeof t.size)throw Error("BitSet missing size");if("string"!=typeof t.content)throw Error("BitSet: missing content");var n=new e(t.size),o=(0,r.decode)(t.content);return n.array=new Uint8Array(o),n},e.highBit=function(e){for(var t=7,n=1<<t;t>=0&&(n&e)!==n;)n>>>=1,t--;return t},e.countBits=function(e){for(var t=1&e;0!==e;)t+=1&(e>>>=1);return t},e}();t.default=o},"../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/bloom/partitioned-bloom-filter.js"(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},i=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=this&&this.__param||function(e,t){return function(n,r){t(n,r,e)}},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=l(n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/base-filter.js")),c=n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/exportable.js"),d=n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/utils.js"),p=l(n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/bloom/bit-set.js"));var f=function(e){function t(t,n,r,o){var a=e.call(this)||this;return a._size=t,a._nbHashes=n,a._loadFactor=r,a._m=Math.ceil(a._size/a._nbHashes),a._filter=(0,d.allocateArray)(a._nbHashes,function(){return new p.default(a._m)}),a._capacity=void 0!==o?o:function(e,t,n){return Math.ceil(e*(Math.log(t)*Math.log(1-t))/(-n*Math.log(t)))}(a._size,r,n),a}var n;return o(t,e),n=t,t.create=function(e,t,r){void 0===r&&(r=.5);var o=function(e,t,n){return Math.ceil(e*-Math.log(t)/(Math.log(n)*Math.log(1-n)))}(e,t,r),a=function(e,t){return Math.ceil(Math.log(e)/Math.log(t))}(t,r);return new n(o,a,r,e)},t.from=function(e,t,r){void 0===r&&(r=.5);var o=Array.from(e),a=n.create(o.length,t,r);return o.forEach(function(e){return a.add(e)}),a},Object.defineProperty(t.prototype,"capacity",{get:function(){return this._capacity},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"loadFactor",{get:function(){return this._loadFactor},enumerable:!1,configurable:!0}),t.prototype.add=function(e){for(var t=this._hashing.getIndexes(e,this._m,this._nbHashes,this.seed),n=0;n<this._nbHashes;n++)this._filter[n].add(t[n])},t.prototype.has=function(e){for(var t=this._hashing.getIndexes(e,this._m,this._nbHashes,this.seed),n=0;n<this._nbHashes;n++)if(!this._filter[n].has(t[n]))return!1;return!0},t.prototype.rate=function(){var e=this._currentload();return Math.pow(e,this._nbHashes)},t.prototype.equals=function(e){return this._size===e._size&&this._nbHashes===e._nbHashes&&this._loadFactor===e._loadFactor&&this._filter.every(function(t,n){return e._filter[n].equals(t)})},t.prototype._currentload=function(){return this._filter.map(function(e){return e.bitCount()}).reduce(function(e,t){return e+t},0)/this._size},a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_size",void 0),a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_nbHashes",void 0),a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_loadFactor",void 0),a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_m",void 0),a([(0,c.Field)(function(e){return e.map(function(e){return e.export()})},function(e){return e.map(function(e){if(Array.isArray(e)){var t=new p.default(e.length);return e.forEach(function(e,n){0!==e&&t.add(n)}),t}return p.default.import(e)})}),i("design:type",Array)],t.prototype,"_filter",void 0),a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_capacity",void 0),t=n=a([(0,c.AutoExportable)("PartitionedBloomFilter",["_seed"]),s(0,(0,c.Parameter)("_size")),s(1,(0,c.Parameter)("_nbHashes")),s(2,(0,c.Parameter)("_loadFactor")),s(3,(0,c.Parameter)("_capacity")),i("design:paramtypes",[Number,Number,Number,Number])],t)}(u.default);t.default=f},"../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/bloom/scalable-bloom-filter.js"(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},i=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=this&&this.__param||function(e,t){return function(n,r){t(n,r,e)}},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=l(n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/base-filter.js")),c=n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/exportable.js"),d=l(n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/bloom/partitioned-bloom-filter.js")),p=l(n("../../node_modules/.pnpm/seedrandom@3.0.5/node_modules/seedrandom/index.js")),f=function(e){function t(t,n,r){void 0===t&&(t=8),void 0===n&&(n=.01),void 0===r&&(r=.5);var o=e.call(this)||this;return o._filters=[],o._initial_size=t,o._error_rate=n,o._ratio=r,o._filters.push(d.default.create(o._initial_size,o._error_rate,o._ratio)),o._filters[o._filters.length-1].seed=o.seed,o}var n;return o(t,e),n=t,Object.defineProperty(t.prototype,"seed",{get:function(){return this._seed},set:function(e){var t=this;this._seed=e,this._rng=(0,p.default)("".concat(this._seed)),this._filters.forEach(function(e){e.seed=t.seed})},enumerable:!1,configurable:!0}),t.prototype.add=function(e){var t=this._filters[this._filters.length-1];if(t._currentload()>t._loadFactor){var r=this._initial_size*Math.pow(n._s,this._filters.length+1)*Math.LN2,o=this._error_rate*Math.pow(this._ratio,this._filters.length);this._filters.push(d.default.create(r,o,this._ratio)),this._filters[this._filters.length-1].seed=this.seed}this._filters[this._filters.length-1].add(e)},t.prototype.has=function(e){return this._filters.some(function(t){return t.has(e)})},t.prototype.capacity=function(){return this._filters.map(function(e){return e._capacity}).reduce(function(e,t){return e+t},0)},t.prototype.rate=function(){return this._filters[this._filters.length-1].rate()},t.prototype.equals=function(e){return this.seed===e.seed&&this._ratio===e._ratio&&this.capacity()===e.capacity()&&this._filters.every(function(t,n){return e._filters[n].equals(t)})},t.create=function(e,t,r){return void 0===r&&(r=.5),new n(e,t,r)},t._s=2,a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_initial_size",void 0),a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_error_rate",void 0),a([(0,c.Field)(),i("design:type",Number)],t.prototype,"_ratio",void 0),a([(0,c.Field)(function(e){return e.map(function(e){return e.saveAsJSON()})},function(e){return e.map(function(e){return d.default.fromJSON(e)})}),i("design:type",Array)],t.prototype,"_filters",void 0),t=n=a([(0,c.AutoExportable)("ScalableBloomFilter",["_seed"]),s(0,(0,c.Parameter)("_initial_size")),s(1,(0,c.Parameter)("_error_rate")),s(2,(0,c.Parameter)("_ratio")),i("design:paramtypes",[Object,Object,Object])],t)}(u.default);t.default=f},"../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/exportable.js"(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};function a(e){return null==e?e:Array.isArray(e)?e.map(a):"object"==typeof e?"saveAsJSON"in e?e.saveAsJSON():Object.assign({},e):e}Object.defineProperty(t,"__esModule",{value:!0}),t.AutoExportable=t.Parameter=t.Field=t.Exportable=t.cloneObject=t.cloneField=void 0,n("../../node_modules/.pnpm/reflect-metadata@0.1.14/node_modules/reflect-metadata/Reflect.js"),t.cloneField=a,t.cloneObject=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return function(n){var r={type:e};return t.forEach(function(e){r[e]=a(n[e])}),r}},t.Exportable=function(e){return function(t){return t.prototype.saveAsJSON=function(){return e.export(this)},t.fromJSON=function(t){return e.import(t)},t}};var i=Symbol("bloom-filters:exportable:class-name"),s=Symbol("bloom-filters:exportable:fields"),l=Symbol("bloom-filters:exportable:constructor-parameters");t.Field=function(e,t){return void 0===e&&(e=a),void 0===t&&(t=function(e){return e}),function(n,r){var o=[];Reflect.hasMetadata(s,n)&&(o=Reflect.getMetadata(s,n)),o.push({name:r,exporter:e,importer:t}),Reflect.defineMetadata(s,o,n)}},t.Parameter=function(e){return function(t,n,r){var o=new Map;Reflect.hasMetadata(l,t)&&(o=Reflect.getMetadata(l,t)),o.set(e,r),Reflect.defineMetadata(l,o,t)}},t.AutoExportable=function(e,t){return void 0===t&&(t=[]),function(n){if(Reflect.defineMetadata(i,e,n.prototype),!Reflect.hasMetadata(s,n.prototype)||0===t.length)throw new SyntaxError("No exported fields declared when @AutoExportable is called");Reflect.hasMetadata(l,n)||Reflect.defineMetadata(l,new Map,n),n.prototype.saveAsJSON=function(){var e=this,r={type:Reflect.getMetadata(i,n.prototype)};return Reflect.getMetadata(s,n.prototype).forEach(function(t){r[t.name]=t.exporter(e[t.name])}),t.forEach(function(t){r[t]=a(e[t])}),r},n.fromJSON=function(e){var a=Reflect.getMetadata(i,n.prototype),u=Reflect.getMetadata(l,n),c=Reflect.getMetadata(s,n.prototype);if(e.type!==a)throw new Error("Cannot create an object ".concat(a,' from a JSON export with type "').concat(e.type,'"'));var d=[],p=[];t.map(function(e){return{name:e,importer:function(e){return e}}}).concat(c).forEach(function(t){if(!(t.name in e))throw new Error('Invalid import: required field "'.concat(t,'" not found in JSON export "').concat(e,'"'));u.has(t.name)?d[u.get(t.name)]=t.importer(e[t.name]):p.push({name:t.name,value:t.importer(e[t.name])})});var f=new(n.bind.apply(n,o([void 0],r(d),!1)));return p.forEach(function(e){f[e.name]=e.value}),f}}}},"../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/hashing/hashing.js"(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=a(n("../../node_modules/.pnpm/xxhashjs@0.2.2/node_modules/xxhashjs/lib/index.js")),s=n("../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/utils.js"),l=function(){function e(){}return e.prototype.doubleHashing=function(e,t,n,r){return Math.abs((t+e*n+Math.floor((Math.pow(e,3)-e)/6))%r)},e.prototype.getDistinctIndexes=function(e,t,n,a){void 0===a&&(a=(0,s.getDefaultSeed)());for(var i=0,l=new Set,u=this.hashTwice(e,a);l.size<n;){var c=u.first%t;l.has(c)||l.add(c),u.first=(u.first+u.second)%t,u.second=(u.second+i)%t,++i>t&&(a++,u=this.hashTwice(e,a))}return o([],r(l.values()),!1)},e.prototype.getIndexes=function(e,t,n,r){void 0===r&&(r=(0,s.getDefaultSeed)());for(var o=[],a=this.hashTwice(e,r),i=0;i<n;i++)o.push(this.doubleHashing(i,a.first,a.second,t));return o},e.prototype.serialize=function(e,t){return t||(t=(0,s.getDefaultSeed)()),Number(i.default.h64(e,t).toNumber())},e.prototype.hashTwice=function(e,t){return void 0===t&&(t=(0,s.getDefaultSeed)()),{first:this.serialize(e,t+1),second:this.serialize(e,t+2)}},e.prototype.hashTwiceAsString=function(e,t){var n=this.hashTwice(e,t),r=n.first,o=n.second;return{first:(0,s.numberToHex)(r),second:(0,s.numberToHex)(o)}},e.prototype.hashTwiceIntAndString=function(e,t){void 0===t&&(t=(0,s.getDefaultSeed)());var n=this.hashIntAndString(e,t+1),r=this.hashIntAndString(e,t+2);return{int:{first:n.int,second:r.int},string:{first:n.string,second:r.string}}},e.prototype.hashAsInt=function(e,t){return void 0===t&&(t=(0,s.getDefaultSeed)()),this.serialize(e,t)},e.prototype.hashIntAndString=function(e,t){var n=this.hashAsInt(e,t);return{int:n,string:(0,s.numberToHex)(n)}},e}();t.default=l},"../../node_modules/.pnpm/bloom-filters@3.0.4/node_modules/bloom-filters/dist/utils.js"(e,t){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.getDefaultSeed=t.isEmptyBuffer=t.xorBuffer=t.randomInt=t.numberToHex=t.allocateArray=t.BufferError=void 0,t.BufferError="The buffer class must be available, if you are a browser user use the buffer package (https://www.npmjs.com/package/buffer)",t.allocateArray=function(e,t){for(var n=new Array(e),r="function"==typeof t?t:function(){return t},o=0;o<e;o++)n[o]=r();return n},t.numberToHex=function(e){var t=Number(e).toString(16);return t.length%4!=0&&(t="0".repeat(4-t.length%4)+t),t},t.randomInt=function(e,t,n){void 0===n&&(n=Math.random),e=Math.ceil(e),t=Math.floor(t);var r=n();return Math.floor(r*(t-e+1))+e},t.xorBuffer=function(e,t){for(var n=Math.max(e.length,t.length),r=Buffer.allocUnsafe(n).fill(0),o=0;o<n;++o)o<e.length&&o<t.length?r[n-o-1]=e[e.length-o-1]^t[t.length-o-1]:o<e.length&&o>=t.length?r[n-o-1]^=e[e.length-o-1]:o<t.length&&o>=e.length&&(r[n-o-1]^=t[t.length-o-1]);for(var a=0,i=r.values(),s=i.next();!s.done&&0===s.value;)a++,s=i.next();return r.slice(a)},t.isEmptyBuffer=function(e){var t,r;if(null===e||!e)return!0;try{for(var o=n(e),a=o.next();!a.done;a=o.next()){if(0!==a.value)return!1}}catch(e){t={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}return!0},t.getDefaultSeed=function(){return 78187493520}},"../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/Breadcrumb/Breadcrumb.js"(e,t,n){"use strict";n.d(t,{Q:()=>g});var r=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),o=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=n("../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/Button/IconButton/IconButton.js"),i=n("../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/Link/Link.js"),s="_breadcrumb_t96w3_8",l="_pages_t96w3_17",u="_last-page_t96w3_30",c=n("../../node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js"),d=(n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js")),p=n("../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/chevron-left.js");const f=["backLabel","onBackClick","pages","onPageClick","className"];function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function g(e){let{backLabel:t,onBackClick:n,pages:r,onPageClick:i,className:u}=e,h=(0,o.A)(e,f);return(0,d.jsxs)("nav",m(m({className:c(s,u)},h),{},{children:[(0,d.jsx)(a.K,{kind:"secondary",size:"28px","aria-label":t,onClick:n,disabled:!n,children:(0,d.jsx)(p.A,{})}),(0,d.jsx)("ol",{className:l,children:r.map((e,t)=>(0,d.jsx)(v,{page:e,isLastPage:t===r.length-1,onClick:()=>i(e,t)},t))})]}))}function v({page:e,isLastPage:t,onClick:n}){return(0,d.jsx)("li",{children:t?(0,d.jsx)("span",{className:u,"aria-current":"page",children:e}):(0,d.jsx)(i.N,{size:"sm",role:"button",onClick:n,onKeyDown:e=>{" "===e.key&&n()},tabIndex:0,children:e})})}},"../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/Search/Search.js"(e,t,n){"use strict";n.d(t,{v:()=>v});var r=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),o=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=n("../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/Form/Label.js"),i=n("../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/Form/Field.js"),s="_search_1lktl_8",l="_icon_1lktl_37",u="_input_1lktl_52",c=n("../../node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js"),d=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),p=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js"),f=n("../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/search.js");const h=["className","onChange","placeholder","name"];function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?m(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var v=(0,d.forwardRef)(function(e,t){let{className:n,onChange:r,placeholder:m="Search…",name:v}=e,y=(0,o.A)(e,h);const b=c(s,n),w=(0,d.useId)();return(0,p.jsx)(i.D,{name:v,asChild:!0,children:(0,p.jsxs)(a.J,{className:b,htmlFor:w,children:[(0,p.jsx)(f.A,{className:l,width:20,height:20}),(0,p.jsx)("input",g(g({ref:t},y),{},{id:w,name:v,type:"search",placeholder:m,onChange:r,className:u}))]})})})},"../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/VisualList/VisualList.js"(e,t,n){"use strict";n.d(t,{V:()=>d});var r=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),o=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a="_visual-list_6zpfn_8",i=n("../../node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js"),s=(n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js"));const l=["className","children"];function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function d(e){let{className:t,children:n}=e,r=(0,o.A)(e,l);return(0,s.jsx)("ul",c(c({className:i(a,t)},r),{},{children:n}))}},"../../node_modules/.pnpm/@vector-im+compound-web@9.7.1_@fontsource+inconsolata@5.2.8_@fontsource+inter@5.2.8_@ty_d0b9248e7924d8975cc2a582ba698967/node_modules/@vector-im/compound-web/dist/components/VisualList/VisualListItem.js"(e,t,n){"use strict";n.d(t,{k:()=>h});var r=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),o=n("../../node_modules/.pnpm/@babel+runtime@7.29.7/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a="_visual-list-item_1nc1y_8",i="_visual-list-item-icon_1nc1y_17",s="_visual-list-item-icon-success_1nc1y_22",l="_visual-list-item-icon-destructive_1nc1y_26",u=n("../../node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js"),c=(n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js"));const d=["className","children","Icon","success","destructive"];function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function h(e){let{className:t,children:n,Icon:r,success:p=!1,destructive:h=!1}=e,m=(0,o.A)(e,d);return(0,c.jsxs)("li",f(f({className:u(a,t)},m),{},{children:[(0,c.jsx)(r,{className:u(i,{[s]:p,[l]:h}),width:"24px",height:"24px","aria-hidden":!0}),n]}))}},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/bug.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M19 8h-1.81a6 6 0 0 0-1.82-1.96l.93-.93a.996.996 0 1 0-1.41-1.41l-1.47 1.47C12.96 5.06 12.49 5 12 5s-.96.06-1.41.17L9.11 3.7A.996.996 0 1 0 7.7 5.11l.92.93C7.88 6.55 7.26 7.22 6.81 8H5c-.55 0-1 .45-1 1s.45 1 1 1h1.09c-.05.33-.09.66-.09 1v1H5c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .34.04.67.09 1H5c-.55 0-1 .45-1 1s.45 1 1 1h1.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H19c.55 0 1-.45 1-1s-.45-1-1-1h-1.09c.05-.33.09-.66.09-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1v-1c0-.34-.04-.67-.09-1H19c.55 0 1-.45 1-1s-.45-1-1-1m-6 8h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1m0-4h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1s-.45 1-1 1"})})}a.displayName="BugIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/circle.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.138-3.175A9.7 9.7 0 0 1 2 12q0-2.075.787-3.9a10.1 10.1 0 0 1 2.138-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.074 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"})})}a.displayName="CircleIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/computer.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M4 18q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 16V5q0-.824.587-1.412A1.93 1.93 0 0 1 4 3h16q.824 0 1.413.587Q22 4.176 22 5v11q0 .824-.587 1.413A1.93 1.93 0 0 1 20 18zm0-2h16V5H4zm-2 5a.97.97 0 0 1-.712-.288A.97.97 0 0 1 1 20q0-.424.288-.712A.97.97 0 0 1 2 19h20q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 22 21z"})})}a.displayName="ComputerIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/devices.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M3.5 20q-.625 0-1.062-.437A1.45 1.45 0 0 1 2 18.5q0-.625.438-1.062A1.45 1.45 0 0 1 3.5 17H4V6q0-.824.588-1.412A1.93 1.93 0 0 1 6 4h14q.424 0 .712.287Q21 4.576 21 5t-.288.713A.97.97 0 0 1 20 6H6v11h4.5q.624 0 1.063.438.437.437.437 1.062t-.437 1.063A1.45 1.45 0 0 1 10.5 20zM15 20a.97.97 0 0 1-.713-.288A.97.97 0 0 1 14 19V9q0-.424.287-.713A.97.97 0 0 1 15 8h6q.424 0 .712.287Q22 8.576 22 9v10q0 .424-.288.712A.97.97 0 0 1 21 20zm1-3h4v-7h-4z"})})}a.displayName="DevicesIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/email-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 5.111a1 1 0 0 0 .514.874l7 3.89a1 1 0 0 0 .972 0l7-3.89a1 1 0 1 0-.972-1.748L12 11.856 5.486 8.237A1 1 0 0 0 4 9.111"})})}a.displayName="EmailSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/explore.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M12 13a.97.97 0 0 1-.713-.287A.97.97 0 0 1 11 12q0-.424.287-.713A.97.97 0 0 1 12 11q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 12 13m0 9a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20m0 0q-3.35 0-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325T20 12t-2.325 5.675T12 20m1.675-5.85q.15-.075.275-.2t.2-.275l2.925-6.25q.125-.25-.062-.437-.188-.188-.438-.063l-6.25 2.925q-.15.075-.275.2t-.2.275l-2.925 6.25q-.125.25.063.438.186.186.437.062z"})})}a.displayName="ExploreIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/export-archive.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M5 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V6.5q0-.375.125-.675t.325-.575l1.4-1.7q.2-.274.5-.412T6 3h12q.35 0 .65.138.3.137.5.412l1.4 1.7q.2.275.325.575T21 6.5V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21zm.4-15h13.2l-.85-1H6.25zM5 19h14V8H5zm7-1.425q.2 0 .375-.062a.9.9 0 0 0 .325-.213l2.6-2.6a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275l-.9.9V11a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 10a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 11v3.2l-.9-.9a.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275.95.95 0 0 0-.275.7q0 .425.275.7l2.6 2.6q.15.15.325.212.175.063.375.063"})})}a.displayName="ExportArchiveIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/extensions.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M17.25 11.672a.9.9 0 0 1-.663-.282L12.61 7.413a.9.9 0 0 1-.282-.663q0-.381.282-.663l3.977-3.977a.9.9 0 0 1 .663-.282q.381 0 .663.282l3.977 3.977a.9.9 0 0 1 .282.663.9.9 0 0 1-.282.663l-3.977 3.977a.9.9 0 0 1-.663.282m2.475-4.922L17.25 4.275 14.775 6.75l2.475 2.475zM4 11a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 10V4q0-.424.288-.712A.97.97 0 0 1 4 3h6q.424 0 .713.288Q11 3.575 11 4v6q0 .424-.287.713A.97.97 0 0 1 10 11zm5-2V5H5v4zm5 12a.97.97 0 0 1-.713-.288A.97.97 0 0 1 13 20v-6q0-.424.287-.713A.97.97 0 0 1 14 13h6q.424 0 .712.287.288.288.288.713v6q0 .424-.288.712A.97.97 0 0 1 20 21zm5-2v-4h-4v4zM4 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 20v-6q0-.424.288-.713A.97.97 0 0 1 4 13h6q.424 0 .713.287.287.288.287.713v6q0 .424-.287.712A.97.97 0 0 1 10 21zm5-2v-4H5v4z"})})}a.displayName="ExtensionsIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/favourite.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M13.905 9.378 12 5.52l-1.905 3.86-4.259.618 3.082 3.004-.727 4.242L12 15.24l3.81 2.003-.728-4.242 3.082-3.004zM8.767 7.55l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733 5.223.76a1 1 0 0 1 .555 1.705L17.23 13.7l.892 5.202a1 1 0 0 1-1.45 1.054L12 17.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202-3.78-3.685a1 1 0 0 1 .555-1.706z"})})}a.displayName="FavouriteIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/help.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M12 8a1.5 1.5 0 0 0-1.5 1.5 1 1 0 1 1-2 0 3.5 3.5 0 1 1 6.01 2.439q-.183.188-.352.355c-.287.288-.54.54-.76.824-.293.375-.398.651-.398.882a1 1 0 1 1-2 0c0-.874.407-1.58.819-2.11.305-.392.688-.775 1-1.085l.257-.26A1.5 1.5 0 0 0 12 8m1 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0"}),(0,o.jsx)("path",{d:"M8.1 21.213A9.7 9.7 0 0 0 12 22a9.7 9.7 0 0 0 3.9-.788 10.1 10.1 0 0 0 3.175-2.137q1.35-1.35 2.137-3.175A9.7 9.7 0 0 0 22 12a9.7 9.7 0 0 0-.788-3.9 10.1 10.1 0 0 0-2.137-3.175q-1.35-1.35-3.175-2.137A9.7 9.7 0 0 0 12 2a9.7 9.7 0 0 0-3.9.788 10.1 10.1 0 0 0-3.175 2.137Q3.575 6.275 2.788 8.1A9.7 9.7 0 0 0 2 12q0 2.075.788 3.9a10.1 10.1 0 0 0 2.137 3.175q1.35 1.35 3.175 2.137m9.575-3.538Q15.35 20 12 20t-5.675-2.325T4 12t2.325-5.675T12 4t5.675 2.325T20 12t-2.325 5.675"})]})}a.displayName="HelpIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/history.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M18.93 8A8 8 0 1 1 4 12a1 1 0 1 0-2 0c0 5.523 4.477 10 10 10s10-4.477 10-10a10 10 0 0 0-.832-4A10 10 0 0 0 12 2a9.99 9.99 0 0 0-8 3.999V4a1 1 0 0 0-2 0v4a1 1 0 0 0 1 1h4a1 1 0 0 0 0-2H5.755A7.99 7.99 0 0 1 12 4a8 8 0 0 1 6.93 4"}),(0,o.jsx)("path",{d:"M13 8a1 1 0 1 0-2 0v4a1 1 0 0 0 .293.707l2.83 2.83a1 1 0 0 0 1.414-1.414L13 11.586z"})]})}a.displayName="HistoryIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/home.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{fillRule:"evenodd",d:"M16 11v8h3V9.177l-7-3.889-7 3.889V19h3v-8zm-6 10H5a2 2 0 0 1-2-2V9.177a2 2 0 0 1 1.029-1.748l7-3.89a2 2 0 0 1 1.942 0l7 3.89A2 2 0 0 1 21 9.177V19a2 2 0 0 1-2 2h-5v-8h-4z",clipRule:"evenodd"})})}a.displayName="HomeIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/key-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M10.475 16.9A5.86 5.86 0 0 1 7 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q2.026 0 3.537 1.15Q12.05 8.3 12.65 10h7.95q.2 0 .387.075.189.075.338.225l1.025 1.025a1 1 0 0 1 .2.288q.075.162.075.362t-.062.375a1.1 1.1 0 0 1-.188.325l-2.25 2.575a.97.97 0 0 1-1.038.313 1 1 0 0 1-.337-.188L17 14l-1.3 1.3q-.15.15-.325.212a1.1 1.1 0 0 1-.375.063q-.2 0-.375-.062a.9.9 0 0 1-.325-.213L13 14h-.35a5.8 5.8 0 0 1-2.175 2.9m-4.887-3.487Q6.175 14 7 14q.824 0 1.412-.588Q9 12.826 9 12t-.588-1.412A1.93 1.93 0 0 0 7 10q-.824 0-1.412.588A1.93 1.93 0 0 0 5 12q0 .825.588 1.412"})})}a.displayName="KeySolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/key.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M7 14q-.824 0-1.412-.588A1.93 1.93 0 0 1 5 12q0-.825.588-1.412A1.93 1.93 0 0 1 7 10q.824 0 1.412.588Q9 11.175 9 12t-.588 1.412A1.93 1.93 0 0 1 7 14m0 4q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6q1.676 0 3.037.825A6.2 6.2 0 0 1 12.2 9h8.375q.2 0 .387.075.188.075.338.225l2 2q.15.15.212.325.063.175.063.375t-.062.375a.9.9 0 0 1-.213.325l-3.175 3.175a1 1 0 0 1-.3.2q-.175.075-.35.1a.8.8 0 0 1-.35-.025.9.9 0 0 1-.325-.175L17.5 15l-1.425 1.075a.95.95 0 0 1-.887.15.9.9 0 0 1-.288-.15L13.375 15H12.2a6.2 6.2 0 0 1-2.162 2.175Q8.675 18 7 18m0-2q1.4 0 2.463-.85A4.03 4.03 0 0 0 10.875 13H14l1.45 1.025L17.5 12.5l1.775 1.375L21.15 12l-1-1h-9.275a4.03 4.03 0 0 0-1.412-2.15Q8.4 8 7 8 5.35 8 4.175 9.175T3 12t1.175 2.825T7 16"})})}a.displayName="KeyIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/keyboard.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M5.188 8v2h2V8zm3.875 0v2h2V8zm3.875 0v2h2V8zm3.875 0v2h2V8zM5.188 11.531v2h2v-2zm3.875 0v2h2v-2zm3.875 0v2h2v-2zm3.875 0v2h2v-2zM9 15a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"}),(0,o.jsx)("path",{fillRule:"evenodd",d:"M2 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2 0h16v12H4z",clipRule:"evenodd"})]})}a.displayName="KeyboardIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/list-view.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M17 5a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"}),(0,o.jsx)("path",{fillRule:"evenodd",d:"M4 7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm8 2H4v6h8z",clipRule:"evenodd"}),(0,o.jsx)("path",{d:"M16 10a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m1 3a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"})]})}a.displayName="ListViewIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/lock-off.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M6 22q-.825 0-1.412-.587A1.93 1.93 0 0 1 4 20V10q0-.825.588-1.412a2 2 0 0 1 .702-.463L1.333 4.167a1 1 0 0 1 1.414-1.414L7 7.006v-.012l13 13v.012l1.247 1.247a1 1 0 1 1-1.414 1.414l-.896-.896A1.94 1.94 0 0 1 18 22zm14-4.834V10q0-.825-.587-1.412A1.93 1.93 0 0 0 18 8h-1V6q0-2.075-1.463-3.537Q14.075 1 12 1T8.463 2.463a4.9 4.9 0 0 0-1.22 1.946L9 6.166V6q0-1.25.875-2.125A2.9 2.9 0 0 1 12 3q1.25 0 2.125.875T15 6v2h-4.166z"})})}a.displayName="LockOffIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/mac.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{fillRule:"evenodd",d:"M16.099 2.4a4.1 4.1 0 0 1-1.057 3.073c-.747.863-1.878 1.36-3.07 1.348-.075-1.081.315-2.146 1.085-2.96.78-.825 1.866-1.346 3.042-1.461m3.767 6.54c-1.37.783-2.214 2.163-2.234 3.657.002 1.69 1.092 3.215 2.768 3.873a9.4 9.4 0 0 1-1.44 2.723c-.848 1.178-1.737 2.329-3.149 2.35-.671.015-1.124-.165-1.596-.351-.493-.195-1.006-.398-1.809-.398-.852 0-1.388.21-1.905.412-.447.174-.88.343-1.49.367-1.343.046-2.37-1.258-3.25-2.425-1.756-2.383-3.124-6.716-1.29-9.664.86-1.437 2.471-2.349 4.241-2.402.763-.015 1.494.258 2.135.497.49.183.929.347 1.287.347.315 0 .74-.157 1.237-.34.78-.288 1.737-.64 2.71-.545 1.514.044 2.917.748 3.785 1.9",clipRule:"evenodd"})})}a.displayName="MacIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/mic-off-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M8 8v-.006l6.831 6.832-.002.002 1.414 1.415.003-.003 1.414 1.414-.003.003L20.5 20.5a1 1 0 0 1-1.414 1.414l-3.022-3.022A7.95 7.95 0 0 1 13 19.938V21a1 1 0 0 1-2 0v-1.062A8 8 0 0 1 4 12a1 1 0 1 1 2 0 6 6 0 0 0 8.587 5.415l-1.55-1.55A4.005 4.005 0 0 1 8 12v-1.172L2.086 4.914A1 1 0 0 1 3.5 3.5zm9.417 6.583 1.478 1.477A7.96 7.96 0 0 0 20 12a1 1 0 0 0-2 0c0 .925-.21 1.8-.583 2.583M8.073 5.238l7.793 7.793q.132-.495.134-1.031V6a4 4 0 0 0-7.927-.762"})})}a.displayName="MicOffSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/mic-on-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M8 6a4 4 0 1 1 8 0v6a4 4 0 0 1-8 0z"}),(0,o.jsx)("path",{d:"M5 11a1 1 0 0 1 1 1 6 6 0 0 0 12 0 1 1 0 1 1 2 0 8 8 0 0 1-7 7.938V21a1 1 0 1 1-2 0v-1.062A8 8 0 0 1 4 12a1 1 0 0 1 1-1"})]})}a.displayName="MicOnSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/mic-on.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M6 12a1 1 0 1 0-2 0 8 8 0 0 0 7 7.938V21a1 1 0 1 0 2 0v-1.062A8 8 0 0 0 20 12a1 1 0 1 0-2 0 6 6 0 0 1-12 0"}),(0,o.jsx)("path",{fillRule:"evenodd",d:"M14 12V6a2 2 0 1 0-4 0v6a2 2 0 1 0 4 0M12 2a4 4 0 0 0-4 4v6a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4",clipRule:"evenodd"})]})}a.displayName="MicOnIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/minus.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M6 13a.97.97 0 0 1-.713-.287A.97.97 0 0 1 5 12q0-.424.287-.713A.97.97 0 0 1 6 11h12q.424 0 .712.287.288.288.288.713 0 .424-.288.713A.97.97 0 0 1 18 13z"})})}a.displayName="MinusIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/mobile.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M7 23q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 21V3q0-.824.588-1.412A1.93 1.93 0 0 1 7 1h10q.824 0 1.413.587Q19 2.176 19 3v18q0 .824-.587 1.413A1.93 1.93 0 0 1 17 23zm0-5h10V6H7z"})})}a.displayName="MobileIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/pin-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M5.769 2.857A.5.5 0 0 1 6.119 2h11.762a.5.5 0 0 1 .35.857L16.15 4.9a.5.5 0 0 0-.15.357v4.487a.5.5 0 0 0 .15.356l3.7 3.644a.5.5 0 0 1 .15.356v1.4a.5.5 0 0 1-.5.5H13v6a1 1 0 1 1-2 0v-6H4.5a.5.5 0 0 1-.5-.5v-1.4a.5.5 0 0 1 .15-.356l3.7-3.644A.5.5 0 0 0 8 9.744V5.257a.5.5 0 0 0-.15-.357z"})})}a.displayName="PinSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/qr-code.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{fillRule:"evenodd",d:"M3 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm2 5V5h4v4zm-2 5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm2 5v-4h4v4zm9-16a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm1 2v4h4V5z",clipRule:"evenodd"}),(0,o.jsx)("path",{d:"M15 16v-3h-2v3z"}),(0,o.jsx)("path",{d:"M17 16h-2v2h-2v3h2v-3h2v2h4v-2h-2v-5h-2z"})]})}a.displayName="QrCodeIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/reaction.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M15.536 15.536a1 1 0 0 0-1.415-1.415 3 3 0 0 1-2.12.879 3 3 0 0 1-2.122-.879 1 1 0 1 0-1.414 1.415A5 5 0 0 0 12 17c1.38 0 2.632-.56 3.536-1.464M10 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m5.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"}),(0,o.jsx)("path",{d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 0-16 0 8 8 0 0 0 16 0"})]})}a.displayName="ReactionIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/send-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"m21.211 12.895-16.14 8.07c-.785.392-1.658-.342-1.406-1.182L5.7 13h6.55a1 1 0 1 0 0-2H5.7L3.665 4.217c-.252-.84.621-1.574 1.405-1.182l16.141 8.07a1 1 0 0 1 0 1.79"})})}a.displayName="SendSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/share-screen-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M1.288 20.713Q1.575 21 2 21h20q.424 0 .712-.288A.97.97 0 0 0 23 20a.97.97 0 0 0-.288-.712A.97.97 0 0 0 22 19H2a.97.97 0 0 0-.712.288A.97.97 0 0 0 1 20q0 .424.288.712m1.3-3.299A1.93 1.93 0 0 1 2 16V5q0-.824.587-1.412A1.93 1.93 0 0 1 4 3h16q.824 0 1.413.587Q22 4.176 22 5v11q0 .824-.587 1.413A1.93 1.93 0 0 1 20 18H4q-.824 0-1.412-.587m10.12-10.12a1 1 0 0 0-1.415 0l-2.5 2.5a1 1 0 0 0 1.414 1.414l.793-.793V13a1 1 0 1 0 2 0v-2.586l.793.793a1 1 0 0 0 1.414-1.414z"})})}a.displayName="ShareScreenSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/sidebar.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{fillRule:"evenodd",d:"M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zm-8 2h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-8zM8 19H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2z",clipRule:"evenodd"})})}a.displayName="SidebarIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/sign-out.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M9 12.031q0-.424.288-.712A.97.97 0 0 1 10 11.03h7.15l-1.875-1.875a.96.96 0 0 1-.3-.7q0-.4.325-.725a.93.93 0 0 1 .712-.287.98.98 0 0 1 .688.287l3.6 3.6q.15.15.212.325.063.175.063.375 0 .201-.062.375a.9.9 0 0 1-.213.325l-3.6 3.6q-.3.3-.712.288a.98.98 0 0 1-.688-.288 1.02 1.02 0 0 1-.312-.712.93.93 0 0 1 .287-.713l1.875-1.875H10a.97.97 0 0 1-.712-.287A.97.97 0 0 1 9 12.03m-6-7q0-.824.588-1.412A1.93 1.93 0 0 1 5 3.03h6q.424 0 .713.288.287.287.287.712t-.287.713A.97.97 0 0 1 11 5.03H5v14h6q.424 0 .713.288.287.287.287.712t-.287.713a.97.97 0 0 1-.713.287H5q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19.03z"})})}a.displayName="SignOutIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/space.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M6 21q-1.65 0-2.825-1.175T2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21m12 0q-1.65 0-2.825-1.175T14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21M6 19q.824 0 1.412-.587Q8 17.825 8 17t-.588-1.412A1.93 1.93 0 0 0 6 15q-.824 0-1.412.588A1.93 1.93 0 0 0 4 17q0 .824.588 1.413Q5.175 19 6 19m12 0q.824 0 1.413-.587Q20 17.825 20 17t-.587-1.412A1.93 1.93 0 0 0 18 15q-.824 0-1.413.588A1.93 1.93 0 0 0 16 17q0 .824.587 1.413Q17.176 19 18 19m-6-8q-1.65 0-2.825-1.175T8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11m0-2q.825 0 1.412-.588Q14 7.826 14 7q0-.824-.588-1.412A1.93 1.93 0 0 0 12 5q-.825 0-1.412.588A1.93 1.93 0 0 0 10 7q0 .824.588 1.412Q11.175 9 12 9"})})}a.displayName="SpaceIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/spotlight-view.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{fillRule:"evenodd",d:"M20 6H4v12h16zM4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z",clipRule:"evenodd"})})}a.displayName="SpotlightViewIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/sticker.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{fillRule:"evenodd",d:"M17 2a5 5 0 0 1 5 4.999v5.335a5 5 0 0 1-1.58 3.647l-4.978 4.667A5 5 0 0 1 12.023 22H7l-.258-.007A5 5 0 0 1 2 17V7a5 5 0 0 1 5-5zM7 4a3 3 0 0 0-3 3v10a3 3 0 0 0 2.999 3H12v-4a4 4 0 0 1 4-4h4V6.999A3 3 0 0 0 17 4zm9 10a2 2 0 0 0-2 2v3.251l.074-.062 4.978-4.666q.252-.238.441-.523z",clipRule:"evenodd"})})}a.displayName="StickerIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/stop-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M4 8a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4z"})})}a.displayName="StopSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/text-formatting.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M6 19a.97.97 0 0 1-.713-.288A.97.97 0 0 1 5 18q0-.424.287-.712A.97.97 0 0 1 6 17h12q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 18 19zm1.35-5.2 3.425-9.2a.9.9 0 0 1 .338-.437A.93.93 0 0 1 11.65 4h.7q.3 0 .537.162.238.163.338.438l3.425 9.225q.15.425-.1.8a.8.8 0 0 1-.7.375.9.9 0 0 1-.512-.162A.9.9 0 0 1 15 14.4l-.75-2.2H9.8L9 14.425a.84.84 0 0 1-.325.425q-.225.15-.5.15a.84.84 0 0 1-.738-.387.82.82 0 0 1-.087-.813m3-3.2h3.3l-1.6-4.55h-.1z"})})}a.displayName="TextFormattingIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/threads-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M4 3h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6l-2.293 2.293c-.63.63-1.707.184-1.707-.707V5a2 2 0 0 1 2-2m3 7h10q.424 0 .712-.287A.97.97 0 0 0 18 9a.97.97 0 0 0-.288-.713A.97.97 0 0 0 17 8H7a.97.97 0 0 0-.713.287A.97.97 0 0 0 6 9q0 .424.287.713Q6.576 10 7 10m0 4h6q.424 0 .713-.287A.97.97 0 0 0 14 13a.97.97 0 0 0-.287-.713A.97.97 0 0 0 13 12H7a.97.97 0 0 0-.713.287A.97.97 0 0 0 6 13q0 .424.287.713Q6.576 14 7 14"})})}a.displayName="ThreadsSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/user-profile.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:[(0,o.jsx)("path",{d:"M9.175 13.825Q10.35 15 12 15t2.825-1.175T16 11t-1.175-2.825T12 7 9.175 8.175 8 11t1.175 2.825m4.237-1.412A1.93 1.93 0 0 1 12 13q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 11q0-.825.588-1.412A1.93 1.93 0 0 1 12 9q.825 0 1.412.588Q14 10.175 14 11t-.588 1.412"}),(0,o.jsx)("path",{d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 0-16 0 8 8 0 0 0 16 0"}),(0,o.jsx)("path",{d:"M16.23 18.792a13 13 0 0 0-1.455-.455 11.6 11.6 0 0 0-5.55 0q-.73.18-1.455.455a8 8 0 0 1-1.729-1.454q1.336-.618 2.709-.95A13.8 13.8 0 0 1 12 16q1.65 0 3.25.387 1.373.333 2.709.95a8 8 0 0 1-1.73 1.455"})]})}a.displayName="UserProfileIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/video-call-off-solid.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M2.747 2.753 4.35 4.355l.007-.003L18 17.994v.012l3.247 3.247a1 1 0 0 1-1.414 1.414l-2.898-2.898A2 2 0 0 1 16 20H6a4 4 0 0 1-4-4V8c0-.892.292-1.715.785-2.38L1.333 4.166a1 1 0 0 1 1.414-1.414M18 15.166 6.834 4H16a2 2 0 0 1 2 2v4.286l3.35-2.871a1 1 0 0 1 1.65.76v7.65a1 1 0 0 1-1.65.76L18 13.715z"})})}a.displayName="VideoCallOffSolidIcon";const i=(0,r.forwardRef)(a)},"../../node_modules/.pnpm/@vector-im+compound-design-tokens@10.2.1_@types+react@19.2.14_react@19.2.7/node_modules/@vector-im/compound-design-tokens/assets/web/icons/web-browser.js"(e,t,n){"use strict";n.d(t,{A:()=>i});var r=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/index.js"),o=n("../../node_modules/.pnpm/react@19.2.7/node_modules/react/jsx-runtime.js");function a(e,t){return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",ref:t,...e,children:(0,o.jsx)("path",{d:"M4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h16q.824 0 1.413.588Q22 5.175 22 6v12q0 .824-.587 1.413A1.93 1.93 0 0 1 20 20zm0-2h16V8H4z"})})}a.displayName="WebBrowserIcon";const i=(0,r.forwardRef)(a)}}]); 3 //# sourceMappingURL=1286.js.map