keyring-chatbot-agent-sdk-test 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat-widget-wc.es.js +750 -749
- package/dist/chat-widget-wc.umd.js +46 -46
- package/dist/chat-widget.es.js +71 -70
- package/dist/chat-widget.umd.js +15 -15
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".chat-button{cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease;border-radius:16px}.chat-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.chat-button:active{transform:scale(.95)}.chat-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;align-items:flex-end;justify-content:flex-end;z-index:9999;pointer-events:all;animation:fadeIn .2s ease}#chat-modal-title{color:#0b3988;font-weight:900;font-style:Regular;font-size:18px}.chat-modal-overlay.chat-modal-overlay--left{justify-content:flex-start}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-modal{width:90%;max-width:480px;height:700px;max-height:calc(100dvh - 64px);background:#f5f5f7;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d;margin:20px;pointer-events:all;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.chat-modal-header{background:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e7}.chat-modal-header-left{display:flex;align-items:center;gap:12px}.keyring-logo{width:32px;height:32px}.chat-modal-header h3{margin:0;font-size:18px;font-weight:700;color:#1a1a1d}.close-button{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#666;transition:all .2s}.close-button:hover{background:#f5f5f7;color:#000}.chat-user-info{background:#fff;padding:12px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e5e5e7}.user-avatar{width:20px;height:20px;border-radius:50%}.user-avatar img{border-radius:50%}.user-wallet,.user-wallet a{font-size:14px;font-weight:500;color:#0b3988}.copy-address-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:3px;color:#999;border-radius:4px;transition:color .15s,background .15s;line-height:0}@media(min-width:640px){.copy-address-btn:hover{color:#1a1a1d;background:#f0f0f0}}.chat-modal-messages-wrapper{position:relative;flex:1;overflow:hidden;display:flex;flex-direction:column}.chat-modal-messages{flex:1;padding:20px;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:12px}.date-separator{text-align:center;font-size:12px;font-weight:600;color:#666;background:#e5e5e7;padding:6px 16px;border-radius:12px;align-self:center;width:fit-content;margin:8px auto}.message{display:flex;animation:messageSlide .3s ease;position:relative}@media(min-width:640px){.message:hover .message-reply-button{opacity:1}}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-reply-button{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e5e5e7;border-radius:8px;padding:6px;cursor:pointer;opacity:0;transition:all .2s;box-shadow:0 2px 8px #0000001a;z-index:10}.message-bot .message-reply-button{right:20px}.message-user .message-reply-button{left:20px}.message-reply-button:hover{background:#f5f5f7;transform:translateY(-50%) scale(1.1)}.message-reply-button svg{display:block;width:16px;height:16px;color:#666}.message-bot{justify-content:flex-start}.message-user{justify-content:flex-end}.message-bubble{max-width:85%;padding:10px 16px;border-radius:20px}.message-bot .message-bubble{background:#fff;box-shadow:0 2px 8px #0000000f;border-bottom-left-radius:4px}.message-user .message-bubble{background:#5b7fff;color:#fff;border-bottom-right-radius:4px}.message-user .message-bubble a{color:#fff}.message-reply-to{background:#0000000d;padding:8px 12px;border-radius:6px;margin-bottom:8px;border-left:3px solid #5b7fff}.message-bot .message-reply-to{background:#f5f5f7}.message-user .message-reply-to{background:#ffffff26;border-left-color:#ffffff80}.message-reply-to-label{font-size:11px;font-weight:600;margin-bottom:4px}.message-bot .message-reply-to-label{color:#5b7fff}.message-user .message-reply-to-label{color:#ffffffe6}.message-reply-to-text{font-size:12px;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-text{font-size:14px;line-height:1.5;word-wrap:break-word;white-space:pre-line}.message-bot .message-text{color:#1a1a1d}.message-user .message-text{color:#fff}.message-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:8px}.message-button{flex:1 1 calc(50% - 4px);min-width:100px;padding:10px 16px;background:#fffffff2;border:1px solid #e0e0e0;border-radius:12px;font-size:13px;font-weight:500;color:#1a1a1d;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-button.full-width{flex:1 1 100%;text-align:center;white-space:normal;padding:12px 16px;font-size:14px}@media(min-width:640px){.message-button:hover{background:#fff;border-color:#007aff;color:#007aff;transform:translateY(-1px);box-shadow:0 2px 8px #007aff26}.message-button:active{transform:translateY(0);box-shadow:0 1px 4px #007aff1a}}.message-user .message-button{background:#fff3;border-color:#ffffff4d;color:#fff}.message-user .message-button:hover{background:#ffffff4d;border-color:#ffffff80}.message-timestamp{line-height:1;font-size:11px;color:#999;display:flex;align-items:center;gap:4px;justify-content:flex-end}.message-user .message-timestamp{color:#ffffffb3}.check-icon{width:14px;height:14px}.typing-indicator .message-bubble{padding:12px 18px;display:flex;gap:6px;min-width:60px}.typing-dot{width:8px;height:8px;border-radius:50%;background:#999;animation:typingDot 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}.suggestions-container{display:flex;flex-direction:column;gap:10px;margin-top:8px}.suggestion-button{background:#d4d8f0;border:none;padding:12px 16px;border-radius:16px;display:flex;gap:12px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;color:#1a1a1d;width:100%;text-align:center;align-items:center;justify-content:center}.suggestion-button:hover{background:#c5caeb;transform:translateY(-1px)}.suggestion-icon{font-size:18px}.chat-modal-input{padding:16px 20px;background:#fff;border-top:1px solid #e5e5e7;display:flex;flex-direction:column;gap:12px;box-shadow:0 -5px 8px 4px #0000000d}.reply-preview{background:#f5f5f7;padding:10px 14px;border-radius:6px;border-left:3px solid #5b7fff;display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.reply-preview-content{flex:1;min-width:0}.reply-preview-label{font-size:11px;color:#5b7fff;font-weight:600;margin-bottom:4px}.reply-preview-text{font-size:13px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reply-preview-close{background:transparent;border:none;cursor:pointer;padding:2px;color:#999;transition:color .2s;flex-shrink:0}.reply-preview-close:hover{color:#666}.chat-modal-input-row{display:flex;gap:12px;align-items:center}.chat-modal-input input{flex:1;padding:14px 18px;border:1px solid #e5e5e7;border-radius:24px;outline:none;font-size:16px;color:#1a1a1d;transition:all .2s}.chat-modal-input input::placeholder{color:#999}.chat-modal-input input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff1a}.chat-modal-input input:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f7}.send-button{width:44px;height:44px;border-radius:50%;background:#5b7fff;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.send-button:hover:not(:disabled){background:#4a6fee;transform:scale(1.05)}.send-button:disabled{opacity:.4;cursor:not-allowed}.chat-modal-messages::-webkit-scrollbar{width:6px}.chat-modal-messages::-webkit-scrollbar-thumb{background:#d1d1d6;border-radius:3px}@media(max-width:640px){.chat-modal{width:100%;height:100dvh;max-height:100dvh;border-radius:0;margin:0}}.action-status{margin-top:8px;padding:6px 10px;border-radius:6px;font-size:.8em;font-weight:500}.action-status-submitted{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.action-status-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.action-status-fail{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.message-content{display:block;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;overflow:hidden;font-size:inherit;line-height:1.5}.mc-line{min-height:1.2em;word-break:break-word}.mc-empty-line{height:.5em}.mc-heading{font-weight:600;margin:.3em 0;word-break:break-word}.mc-h1{font-size:1.4em}.mc-h2{font-size:1.2em}.mc-h3{font-size:1.05em}.mc-inline-code{background:#afb8c133;padding:1px 5px;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.88em}.mc-codeblock{background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;margin:6px 0;overflow:hidden;max-width:100%}.mc-codeblock-lang{background:#e8ecf0;padding:3px 10px;font-size:.75em;font-weight:600;color:#57606a;text-transform:uppercase;font-family:Monaco,Menlo,monospace;border-bottom:1px solid #d0d7de}.mc-codeblock pre{margin:0;padding:10px;overflow-x:auto}.mc-codeblock code{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.85em;line-height:1.5;color:#24292f;white-space:pre}.mc-link{color:#0969da;text-decoration:none;word-break:break-word}.mc-link:hover{text-decoration:underline}.mc-image{max-width:150px;width:150px;height:150px;object-fit:contain;border-radius:8px;margin:8px 0;display:block}.mc-image-inline{width:20px;height:20px;border-radius:50%;margin:0 4px;display:inline-block;vertical-align:middle;object-fit:cover}.mc-blockquote{margin:4px 0;padding:2px 0 2px 12px;color:#57606a;border-left:3px solid #d0d7de}.mc-hr{height:1px;border:0;background:#d0d7de;margin:.4em 0}.message-content strong{font-weight:600}.message-content del{text-decoration:line-through}.action-form{background:#f8f9fb;border:1px solid #e2e6ea;border-radius:10px;padding:12px;margin-top:8px;margin-bottom:8px}.action-form-title{font-weight:600;font-size:.9em;margin-bottom:10px;color:#1a1a2e;display:flex;align-items:center;gap:6px}.action-form-general-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;margin-bottom:10px;font-size:.8em;color:#dc2626;font-weight:500;display:flex;align-items:center;gap:6px}.action-form-fields{display:flex;flex-direction:column;gap:8px}.action-form-field{display:flex;flex-direction:column;gap:3px}.action-form-field label{font-size:.75em;font-weight:500;color:#6b7280}.action-form-field input,.action-form-field textarea{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;background:#fff;color:#1a1a2e;outline:none;transition:border-color .2s;font-family:inherit}.action-form-field textarea{resize:none;word-break:break-all}.action-form-field input:focus,.action-form-field textarea:focus{border-color:#0b3988;box-shadow:0 0 0 2px #6c5ce726}.action-form-field input.error,.action-form-field textarea.error{border-color:#ef4444}.action-form-field input.readonly,.action-form-field textarea.readonly{background:#f3f4f6;color:#6b7280;cursor:not-allowed;border-color:#e5e7eb}.action-form-field .field-error{font-size:.7em;color:#ef4444;margin-top:1px}.action-form-actions{display:flex;gap:8px;margin-top:10px}.action-form-submit{flex:1;padding:8px 14px;background:#0b3988;color:#fff;border:none;border-radius:6px;font-size:.85em;font-weight:500;cursor:pointer;transition:background .2s}.action-form-submit:hover:not(:disabled){background:#5a4bd1}.action-form-submit:disabled{background:#a5b4fc;cursor:not-allowed}.action-form-cancel{padding:8px 14px;background:transparent;color:#6b7280;border:1px solid #d1d5db;border-radius:6px;font-size:.85em;font-weight:500;cursor:pointer;transition:all .2s}.action-form-cancel:hover{background:#f3f4f6;color:#374151}.action-form-token-info{background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:8px 10px;margin-bottom:10px}.token-info-row{display:flex;align-items:center;gap:8px}.token-info-logo{border-radius:50%;flex-shrink:0}.token-info-details{display:flex;flex-direction:column;gap:2px;min-width:0}.token-info-name{font-size:.8em;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.token-info-balance{font-size:.75em;color:#4b5563}.token-info-usd{color:#0b3988;font-weight:500}.action-form-field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.action-form-field-header .action-form-field-label{margin-bottom:0;font-size:12px}.action-form-pct-btns{display:inline-flex;gap:4px}.action-form-pct-btn{padding:1px 6px;font-size:.7em;font-weight:600;color:#0b3988;background:#eef2ff;border:1px solid #c7d2fe;border-radius:4px;cursor:pointer;transition:all .15s}@media(min-width:640px){.action-form-pct-btn:hover:not(:disabled){background:#0b3988;color:#fff}}.action-form-pct-btn:disabled{opacity:.5;cursor:not-allowed}.action-form-max-btn{font-weight:700}.action-form-nft-info{margin-bottom:10px;text-align:center;display:flex;align-items:center;justify-content:center}.nft-info-image{width:80px;height:80px;border-radius:8px;object-fit:contain;background:#e5e7eb;padding:4px}.scroll-to-bottom-btn{position:absolute;bottom:16px;right:20px;background:#1a1a1dd6;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040;z-index:20;transition:background .15s,transform .15s,box-shadow .15s;animation:fadeInUp .18s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){.scroll-to-bottom-btn:hover{background:#2d2d35;box-shadow:0 6px 16px #0000004d;transform:scale(1.08)}}.scroll-to-bottom-btn:active{transform:scale(.96)}")),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
2
|
-
(function(v0,jc){typeof exports=="object"&&typeof module<"u"?jc(exports):typeof define=="function"&&define.amd?define(["exports"],jc):(v0=typeof globalThis<"u"?globalThis:v0||self,jc(v0.ChatWidgetWC={}))})(this,(function(v0){"use strict";var jc={exports:{}},jh={};var kA;function AT(){if(kA)return jh;kA=1;var r=Symbol.for("react.transitional.element"),f=Symbol.for("react.fragment");function p(y,v,b){var w=null;if(b!==void 0&&(w=""+b),v.key!==void 0&&(w=""+v.key),"key"in v){b={};for(var C in v)C!=="key"&&(b[C]=v[C])}else b=v;return v=b.ref,{$$typeof:r,type:y,key:w,ref:v!==void 0?v:null,props:b}}return jh.Fragment=f,jh.jsx=p,jh.jsxs=p,jh}var Yh={},q1={exports:{}},_t={};var BA;function ST(){if(BA)return _t;BA=1;var r=Symbol.for("react.transitional.element"),f=Symbol.for("react.portal"),p=Symbol.for("react.fragment"),y=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),b=Symbol.for("react.consumer"),w=Symbol.for("react.context"),C=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),_=Symbol.for("react.memo"),ue=Symbol.for("react.lazy"),Q=Symbol.for("react.activity"),M=Symbol.iterator;function X(x){return x===null||typeof x!="object"?null:(x=M&&x[M]||x["@@iterator"],typeof x=="function"?x:null)}var te={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ie=Object.assign,ne={};function Ie(x,Z,Te){this.props=x,this.context=Z,this.refs=ne,this.updater=Te||te}Ie.prototype.isReactComponent={},Ie.prototype.setState=function(x,Z){if(typeof x!="object"&&typeof x!="function"&&x!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,x,Z,"setState")},Ie.prototype.forceUpdate=function(x){this.updater.enqueueForceUpdate(this,x,"forceUpdate")};function ae(){}ae.prototype=Ie.prototype;function Ne(x,Z,Te){this.props=x,this.context=Z,this.refs=ne,this.updater=Te||te}var je=Ne.prototype=new ae;je.constructor=Ne,ie(je,Ie.prototype),je.isPureReactComponent=!0;var lt=Array.isArray;function rt(){}var Ke={H:null,A:null,T:null,S:null},N=Object.prototype.hasOwnProperty;function U(x,Z,Te){var we=Te.ref;return{$$typeof:r,type:x,key:Z,ref:we!==void 0?we:null,props:Te}}function B(x,Z){return U(x.type,Z,x.props)}function le(x){return typeof x=="object"&&x!==null&&x.$$typeof===r}function k(x){var Z={"=":"=0",":":"=2"};return"$"+x.replace(/[=:]/g,function(Te){return Z[Te]})}var j=/\/+/g;function se(x,Z){return typeof x=="object"&&x!==null&&x.key!=null?k(""+x.key):Z.toString(36)}function q(x){switch(x.status){case"fulfilled":return x.value;case"rejected":throw x.reason;default:switch(typeof x.status=="string"?x.then(rt,rt):(x.status="pending",x.then(function(Z){x.status==="pending"&&(x.status="fulfilled",x.value=Z)},function(Z){x.status==="pending"&&(x.status="rejected",x.reason=Z)})),x.status){case"fulfilled":return x.value;case"rejected":throw x.reason}}throw x}function E(x,Z,Te,we,ge){var Fe=typeof x;(Fe==="undefined"||Fe==="boolean")&&(x=null);var $e=!1;if(x===null)$e=!0;else switch(Fe){case"bigint":case"string":case"number":$e=!0;break;case"object":switch(x.$$typeof){case r:case f:$e=!0;break;case ue:return $e=x._init,E($e(x._payload),Z,Te,we,ge)}}if($e)return ge=ge(x),$e=we===""?"."+se(x,0):we,lt(ge)?(Te="",$e!=null&&(Te=$e.replace(j,"$&/")+"/"),E(ge,Z,Te,"",function(Bn){return Bn})):ge!=null&&(le(ge)&&(ge=B(ge,Te+(ge.key==null||x&&x.key===ge.key?"":(""+ge.key).replace(j,"$&/")+"/")+$e)),Z.push(ge)),1;$e=0;var Gt=we===""?".":we+":";if(lt(x))for(var Ot=0;Ot<x.length;Ot++)we=x[Ot],Fe=Gt+se(we,Ot),$e+=E(we,Z,Te,Fe,ge);else if(Ot=X(x),typeof Ot=="function")for(x=Ot.call(x),Ot=0;!(we=x.next()).done;)we=we.value,Fe=Gt+se(we,Ot++),$e+=E(we,Z,Te,Fe,ge);else if(Fe==="object"){if(typeof x.then=="function")return E(q(x),Z,Te,we,ge);throw Z=String(x),Error("Objects are not valid as a React child (found: "+(Z==="[object Object]"?"object with keys {"+Object.keys(x).join(", ")+"}":Z)+"). If you meant to render a collection of children, use an array instead.")}return $e}function z(x,Z,Te){if(x==null)return x;var we=[],ge=0;return E(x,we,"","",function(Fe){return Z.call(Te,Fe,ge++)}),we}function Y(x){if(x._status===-1){var Z=x._result;Z=Z(),Z.then(function(Te){(x._status===0||x._status===-1)&&(x._status=1,x._result=Te)},function(Te){(x._status===0||x._status===-1)&&(x._status=2,x._result=Te)}),x._status===-1&&(x._status=0,x._result=Z)}if(x._status===1)return x._result.default;throw x._result}var K=typeof reportError=="function"?reportError:function(x){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var Z=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof x=="object"&&x!==null&&typeof x.message=="string"?String(x.message):String(x),error:x});if(!window.dispatchEvent(Z))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",x);return}console.error(x)},Ce={map:z,forEach:function(x,Z,Te){z(x,function(){Z.apply(this,arguments)},Te)},count:function(x){var Z=0;return z(x,function(){Z++}),Z},toArray:function(x){return z(x,function(Z){return Z})||[]},only:function(x){if(!le(x))throw Error("React.Children.only expected to receive a single React element child.");return x}};return _t.Activity=Q,_t.Children=Ce,_t.Component=Ie,_t.Fragment=p,_t.Profiler=v,_t.PureComponent=Ne,_t.StrictMode=y,_t.Suspense=R,_t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=Ke,_t.__COMPILER_RUNTIME={__proto__:null,c:function(x){return Ke.H.useMemoCache(x)}},_t.cache=function(x){return function(){return x.apply(null,arguments)}},_t.cacheSignal=function(){return null},_t.cloneElement=function(x,Z,Te){if(x==null)throw Error("The argument must be a React element, but you passed "+x+".");var we=ie({},x.props),ge=x.key;if(Z!=null)for(Fe in Z.key!==void 0&&(ge=""+Z.key),Z)!N.call(Z,Fe)||Fe==="key"||Fe==="__self"||Fe==="__source"||Fe==="ref"&&Z.ref===void 0||(we[Fe]=Z[Fe]);var Fe=arguments.length-2;if(Fe===1)we.children=Te;else if(1<Fe){for(var $e=Array(Fe),Gt=0;Gt<Fe;Gt++)$e[Gt]=arguments[Gt+2];we.children=$e}return U(x.type,ge,we)},_t.createContext=function(x){return x={$$typeof:w,_currentValue:x,_currentValue2:x,_threadCount:0,Provider:null,Consumer:null},x.Provider=x,x.Consumer={$$typeof:b,_context:x},x},_t.createElement=function(x,Z,Te){var we,ge={},Fe=null;if(Z!=null)for(we in Z.key!==void 0&&(Fe=""+Z.key),Z)N.call(Z,we)&&we!=="key"&&we!=="__self"&&we!=="__source"&&(ge[we]=Z[we]);var $e=arguments.length-2;if($e===1)ge.children=Te;else if(1<$e){for(var Gt=Array($e),Ot=0;Ot<$e;Ot++)Gt[Ot]=arguments[Ot+2];ge.children=Gt}if(x&&x.defaultProps)for(we in $e=x.defaultProps,$e)ge[we]===void 0&&(ge[we]=$e[we]);return U(x,Fe,ge)},_t.createRef=function(){return{current:null}},_t.forwardRef=function(x){return{$$typeof:C,render:x}},_t.isValidElement=le,_t.lazy=function(x){return{$$typeof:ue,_payload:{_status:-1,_result:x},_init:Y}},_t.memo=function(x,Z){return{$$typeof:_,type:x,compare:Z===void 0?null:Z}},_t.startTransition=function(x){var Z=Ke.T,Te={};Ke.T=Te;try{var we=x(),ge=Ke.S;ge!==null&&ge(Te,we),typeof we=="object"&&we!==null&&typeof we.then=="function"&&we.then(rt,K)}catch(Fe){K(Fe)}finally{Z!==null&&Te.types!==null&&(Z.types=Te.types),Ke.T=Z}},_t.unstable_useCacheRefresh=function(){return Ke.H.useCacheRefresh()},_t.use=function(x){return Ke.H.use(x)},_t.useActionState=function(x,Z,Te){return Ke.H.useActionState(x,Z,Te)},_t.useCallback=function(x,Z){return Ke.H.useCallback(x,Z)},_t.useContext=function(x){return Ke.H.useContext(x)},_t.useDebugValue=function(){},_t.useDeferredValue=function(x,Z){return Ke.H.useDeferredValue(x,Z)},_t.useEffect=function(x,Z){return Ke.H.useEffect(x,Z)},_t.useEffectEvent=function(x){return Ke.H.useEffectEvent(x)},_t.useId=function(){return Ke.H.useId()},_t.useImperativeHandle=function(x,Z,Te){return Ke.H.useImperativeHandle(x,Z,Te)},_t.useInsertionEffect=function(x,Z){return Ke.H.useInsertionEffect(x,Z)},_t.useLayoutEffect=function(x,Z){return Ke.H.useLayoutEffect(x,Z)},_t.useMemo=function(x,Z){return Ke.H.useMemo(x,Z)},_t.useOptimistic=function(x,Z){return Ke.H.useOptimistic(x,Z)},_t.useReducer=function(x,Z,Te){return Ke.H.useReducer(x,Z,Te)},_t.useRef=function(x){return Ke.H.useRef(x)},_t.useState=function(x){return Ke.H.useState(x)},_t.useSyncExternalStore=function(x,Z,Te){return Ke.H.useSyncExternalStore(x,Z,Te)},_t.useTransition=function(){return Ke.H.useTransition()},_t.version="19.2.4",_t}var qh={exports:{}};qh.exports;var UA;function TT(){return UA||(UA=1,(function(r,f){process.env.NODE_ENV!=="production"&&(function(){function p(T,L){Object.defineProperty(b.prototype,T,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",L[0],L[1])}})}function y(T){return T===null||typeof T!="object"?null:(T=ra&&T[ra]||T["@@iterator"],typeof T=="function"?T:null)}function v(T,L){T=(T=T.constructor)&&(T.displayName||T.name)||"ReactClass";var de=T+"."+L;ln[de]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",L,T),ln[de]=!0)}function b(T,L,de){this.props=T,this.context=L,this.refs=Jt,this.updater=de||Wt}function w(){}function C(T,L,de){this.props=T,this.context=L,this.refs=Jt,this.updater=de||Wt}function R(){}function _(T){return""+T}function ue(T){try{_(T);var L=!1}catch{L=!0}if(L){L=console;var de=L.error,oe=typeof Symbol=="function"&&Symbol.toStringTag&&T[Symbol.toStringTag]||T.constructor.name||"Object";return de.call(L,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",oe),_(T)}}function Q(T){if(T==null)return null;if(typeof T=="function")return T.$$typeof===Ya?null:T.displayName||T.name||null;if(typeof T=="string")return T;switch(T){case x:return"Fragment";case Te:return"Profiler";case Z:return"StrictMode";case $e:return"Suspense";case Gt:return"SuspenseList";case Xe:return"Activity"}if(typeof T=="object")switch(typeof T.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),T.$$typeof){case Ce:return"Portal";case ge:return T.displayName||"Context";case we:return(T._context.displayName||"Context")+".Consumer";case Fe:var L=T.render;return T=T.displayName,T||(T=L.displayName||L.name||"",T=T!==""?"ForwardRef("+T+")":"ForwardRef"),T;case Ot:return L=T.displayName||null,L!==null?L:Q(T.type)||"Memo";case Bn:L=T._payload,T=T._init;try{return Q(T(L))}catch{}}return null}function M(T){if(T===x)return"<>";if(typeof T=="object"&&T!==null&&T.$$typeof===Bn)return"<...>";try{var L=Q(T);return L?"<"+L+">":"<...>"}catch{return"<...>"}}function X(){var T=ot.A;return T===null?null:T.getOwner()}function te(){return Error("react-stack-top-frame")}function ie(T){if(Me.call(T,"key")){var L=Object.getOwnPropertyDescriptor(T,"key").get;if(L&&L.isReactWarning)return!1}return T.key!==void 0}function ne(T,L){function de(){Ye||(Ye=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",L))}de.isReactWarning=!0,Object.defineProperty(T,"key",{get:de,configurable:!0})}function Ie(){var T=Q(this.type);return Ze[T]||(Ze[T]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),T=this.props.ref,T!==void 0?T:null}function ae(T,L,de,oe,Le,Qe){var Be=de.ref;return T={$$typeof:K,type:T,key:L,props:de,_owner:oe},(Be!==void 0?Be:null)!==null?Object.defineProperty(T,"ref",{enumerable:!1,get:Ie}):Object.defineProperty(T,"ref",{enumerable:!1,value:null}),T._store={},Object.defineProperty(T._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(T,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(T,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Le}),Object.defineProperty(T,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Qe}),Object.freeze&&(Object.freeze(T.props),Object.freeze(T)),T}function Ne(T,L){return L=ae(T.type,L,T.props,T._owner,T._debugStack,T._debugTask),T._store&&(L._store.validated=T._store.validated),L}function je(T){lt(T)?T._store&&(T._store.validated=1):typeof T=="object"&&T!==null&&T.$$typeof===Bn&&(T._payload.status==="fulfilled"?lt(T._payload.value)&&T._payload.value._store&&(T._payload.value._store.validated=1):T._store&&(T._store.validated=1))}function lt(T){return typeof T=="object"&&T!==null&&T.$$typeof===K}function rt(T){var L={"=":"=0",":":"=2"};return"$"+T.replace(/[=:]/g,function(de){return L[de]})}function Ke(T,L){return typeof T=="object"&&T!==null&&T.key!=null?(ue(T.key),rt(""+T.key)):L.toString(36)}function N(T){switch(T.status){case"fulfilled":return T.value;case"rejected":throw T.reason;default:switch(typeof T.status=="string"?T.then(R,R):(T.status="pending",T.then(function(L){T.status==="pending"&&(T.status="fulfilled",T.value=L)},function(L){T.status==="pending"&&(T.status="rejected",T.reason=L)})),T.status){case"fulfilled":return T.value;case"rejected":throw T.reason}}throw T}function U(T,L,de,oe,Le){var Qe=typeof T;(Qe==="undefined"||Qe==="boolean")&&(T=null);var Be=!1;if(T===null)Be=!0;else switch(Qe){case"bigint":case"string":case"number":Be=!0;break;case"object":switch(T.$$typeof){case K:case Ce:Be=!0;break;case Bn:return Be=T._init,U(Be(T._payload),L,de,oe,Le)}}if(Be){Be=T,Le=Le(Be);var st=oe===""?"."+Ke(Be,0):oe;return Ea(Le)?(de="",st!=null&&(de=st.replace(et,"$&/")+"/"),U(Le,L,de,"",function(kt){return kt})):Le!=null&&(lt(Le)&&(Le.key!=null&&(Be&&Be.key===Le.key||ue(Le.key)),de=Ne(Le,de+(Le.key==null||Be&&Be.key===Le.key?"":(""+Le.key).replace(et,"$&/")+"/")+st),oe!==""&&Be!=null&<(Be)&&Be.key==null&&Be._store&&!Be._store.validated&&(de._store.validated=2),Le=de),L.push(Le)),1}if(Be=0,st=oe===""?".":oe+":",Ea(T))for(var ct=0;ct<T.length;ct++)oe=T[ct],Qe=st+Ke(oe,ct),Be+=U(oe,L,de,Qe,Le);else if(ct=y(T),typeof ct=="function")for(ct===T.entries&&(He||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),He=!0),T=ct.call(T),ct=0;!(oe=T.next()).done;)oe=oe.value,Qe=st+Ke(oe,ct++),Be+=U(oe,L,de,Qe,Le);else if(Qe==="object"){if(typeof T.then=="function")return U(N(T),L,de,oe,Le);throw L=String(T),Error("Objects are not valid as a React child (found: "+(L==="[object Object]"?"object with keys {"+Object.keys(T).join(", ")+"}":L)+"). If you meant to render a collection of children, use an array instead.")}return Be}function B(T,L,de){if(T==null)return T;var oe=[],Le=0;return U(T,oe,"","",function(Qe){return L.call(de,Qe,Le++)}),oe}function le(T){if(T._status===-1){var L=T._ioInfo;L!=null&&(L.start=L.end=performance.now()),L=T._result;var de=L();if(de.then(function(Le){if(T._status===0||T._status===-1){T._status=1,T._result=Le;var Qe=T._ioInfo;Qe!=null&&(Qe.end=performance.now()),de.status===void 0&&(de.status="fulfilled",de.value=Le)}},function(Le){if(T._status===0||T._status===-1){T._status=2,T._result=Le;var Qe=T._ioInfo;Qe!=null&&(Qe.end=performance.now()),de.status===void 0&&(de.status="rejected",de.reason=Le)}}),L=T._ioInfo,L!=null){L.value=de;var oe=de.displayName;typeof oe=="string"&&(L.name=oe)}T._status===-1&&(T._status=0,T._result=de)}if(T._status===1)return L=T._result,L===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
2
|
+
(function(b0,jc){typeof exports=="object"&&typeof module<"u"?jc(exports):typeof define=="function"&&define.amd?define(["exports"],jc):(b0=typeof globalThis<"u"?globalThis:b0||self,jc(b0.ChatWidgetWC={}))})(this,(function(b0){"use strict";var jc={exports:{}},jh={};var kA;function AT(){if(kA)return jh;kA=1;var r=Symbol.for("react.transitional.element"),f=Symbol.for("react.fragment");function p(y,v,b){var w=null;if(b!==void 0&&(w=""+b),v.key!==void 0&&(w=""+v.key),"key"in v){b={};for(var C in v)C!=="key"&&(b[C]=v[C])}else b=v;return v=b.ref,{$$typeof:r,type:y,key:w,ref:v!==void 0?v:null,props:b}}return jh.Fragment=f,jh.jsx=p,jh.jsxs=p,jh}var Yh={},q1={exports:{}},_t={};var BA;function ST(){if(BA)return _t;BA=1;var r=Symbol.for("react.transitional.element"),f=Symbol.for("react.portal"),p=Symbol.for("react.fragment"),y=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),b=Symbol.for("react.consumer"),w=Symbol.for("react.context"),C=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),_=Symbol.for("react.memo"),ue=Symbol.for("react.lazy"),Q=Symbol.for("react.activity"),M=Symbol.iterator;function X(x){return x===null||typeof x!="object"?null:(x=M&&x[M]||x["@@iterator"],typeof x=="function"?x:null)}var te={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},ie=Object.assign,ne={};function Ie(x,Z,Te){this.props=x,this.context=Z,this.refs=ne,this.updater=Te||te}Ie.prototype.isReactComponent={},Ie.prototype.setState=function(x,Z){if(typeof x!="object"&&typeof x!="function"&&x!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,x,Z,"setState")},Ie.prototype.forceUpdate=function(x){this.updater.enqueueForceUpdate(this,x,"forceUpdate")};function ae(){}ae.prototype=Ie.prototype;function Ne(x,Z,Te){this.props=x,this.context=Z,this.refs=ne,this.updater=Te||te}var je=Ne.prototype=new ae;je.constructor=Ne,ie(je,Ie.prototype),je.isPureReactComponent=!0;var lt=Array.isArray;function rt(){}var Ke={H:null,A:null,T:null,S:null},N=Object.prototype.hasOwnProperty;function U(x,Z,Te){var we=Te.ref;return{$$typeof:r,type:x,key:Z,ref:we!==void 0?we:null,props:Te}}function B(x,Z){return U(x.type,Z,x.props)}function le(x){return typeof x=="object"&&x!==null&&x.$$typeof===r}function k(x){var Z={"=":"=0",":":"=2"};return"$"+x.replace(/[=:]/g,function(Te){return Z[Te]})}var j=/\/+/g;function se(x,Z){return typeof x=="object"&&x!==null&&x.key!=null?k(""+x.key):Z.toString(36)}function q(x){switch(x.status){case"fulfilled":return x.value;case"rejected":throw x.reason;default:switch(typeof x.status=="string"?x.then(rt,rt):(x.status="pending",x.then(function(Z){x.status==="pending"&&(x.status="fulfilled",x.value=Z)},function(Z){x.status==="pending"&&(x.status="rejected",x.reason=Z)})),x.status){case"fulfilled":return x.value;case"rejected":throw x.reason}}throw x}function E(x,Z,Te,we,ge){var Fe=typeof x;(Fe==="undefined"||Fe==="boolean")&&(x=null);var $e=!1;if(x===null)$e=!0;else switch(Fe){case"bigint":case"string":case"number":$e=!0;break;case"object":switch(x.$$typeof){case r:case f:$e=!0;break;case ue:return $e=x._init,E($e(x._payload),Z,Te,we,ge)}}if($e)return ge=ge(x),$e=we===""?"."+se(x,0):we,lt(ge)?(Te="",$e!=null&&(Te=$e.replace(j,"$&/")+"/"),E(ge,Z,Te,"",function(Bn){return Bn})):ge!=null&&(le(ge)&&(ge=B(ge,Te+(ge.key==null||x&&x.key===ge.key?"":(""+ge.key).replace(j,"$&/")+"/")+$e)),Z.push(ge)),1;$e=0;var Gt=we===""?".":we+":";if(lt(x))for(var Ot=0;Ot<x.length;Ot++)we=x[Ot],Fe=Gt+se(we,Ot),$e+=E(we,Z,Te,Fe,ge);else if(Ot=X(x),typeof Ot=="function")for(x=Ot.call(x),Ot=0;!(we=x.next()).done;)we=we.value,Fe=Gt+se(we,Ot++),$e+=E(we,Z,Te,Fe,ge);else if(Fe==="object"){if(typeof x.then=="function")return E(q(x),Z,Te,we,ge);throw Z=String(x),Error("Objects are not valid as a React child (found: "+(Z==="[object Object]"?"object with keys {"+Object.keys(x).join(", ")+"}":Z)+"). If you meant to render a collection of children, use an array instead.")}return $e}function z(x,Z,Te){if(x==null)return x;var we=[],ge=0;return E(x,we,"","",function(Fe){return Z.call(Te,Fe,ge++)}),we}function Y(x){if(x._status===-1){var Z=x._result;Z=Z(),Z.then(function(Te){(x._status===0||x._status===-1)&&(x._status=1,x._result=Te)},function(Te){(x._status===0||x._status===-1)&&(x._status=2,x._result=Te)}),x._status===-1&&(x._status=0,x._result=Z)}if(x._status===1)return x._result.default;throw x._result}var K=typeof reportError=="function"?reportError:function(x){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var Z=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof x=="object"&&x!==null&&typeof x.message=="string"?String(x.message):String(x),error:x});if(!window.dispatchEvent(Z))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",x);return}console.error(x)},Ce={map:z,forEach:function(x,Z,Te){z(x,function(){Z.apply(this,arguments)},Te)},count:function(x){var Z=0;return z(x,function(){Z++}),Z},toArray:function(x){return z(x,function(Z){return Z})||[]},only:function(x){if(!le(x))throw Error("React.Children.only expected to receive a single React element child.");return x}};return _t.Activity=Q,_t.Children=Ce,_t.Component=Ie,_t.Fragment=p,_t.Profiler=v,_t.PureComponent=Ne,_t.StrictMode=y,_t.Suspense=R,_t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=Ke,_t.__COMPILER_RUNTIME={__proto__:null,c:function(x){return Ke.H.useMemoCache(x)}},_t.cache=function(x){return function(){return x.apply(null,arguments)}},_t.cacheSignal=function(){return null},_t.cloneElement=function(x,Z,Te){if(x==null)throw Error("The argument must be a React element, but you passed "+x+".");var we=ie({},x.props),ge=x.key;if(Z!=null)for(Fe in Z.key!==void 0&&(ge=""+Z.key),Z)!N.call(Z,Fe)||Fe==="key"||Fe==="__self"||Fe==="__source"||Fe==="ref"&&Z.ref===void 0||(we[Fe]=Z[Fe]);var Fe=arguments.length-2;if(Fe===1)we.children=Te;else if(1<Fe){for(var $e=Array(Fe),Gt=0;Gt<Fe;Gt++)$e[Gt]=arguments[Gt+2];we.children=$e}return U(x.type,ge,we)},_t.createContext=function(x){return x={$$typeof:w,_currentValue:x,_currentValue2:x,_threadCount:0,Provider:null,Consumer:null},x.Provider=x,x.Consumer={$$typeof:b,_context:x},x},_t.createElement=function(x,Z,Te){var we,ge={},Fe=null;if(Z!=null)for(we in Z.key!==void 0&&(Fe=""+Z.key),Z)N.call(Z,we)&&we!=="key"&&we!=="__self"&&we!=="__source"&&(ge[we]=Z[we]);var $e=arguments.length-2;if($e===1)ge.children=Te;else if(1<$e){for(var Gt=Array($e),Ot=0;Ot<$e;Ot++)Gt[Ot]=arguments[Ot+2];ge.children=Gt}if(x&&x.defaultProps)for(we in $e=x.defaultProps,$e)ge[we]===void 0&&(ge[we]=$e[we]);return U(x,Fe,ge)},_t.createRef=function(){return{current:null}},_t.forwardRef=function(x){return{$$typeof:C,render:x}},_t.isValidElement=le,_t.lazy=function(x){return{$$typeof:ue,_payload:{_status:-1,_result:x},_init:Y}},_t.memo=function(x,Z){return{$$typeof:_,type:x,compare:Z===void 0?null:Z}},_t.startTransition=function(x){var Z=Ke.T,Te={};Ke.T=Te;try{var we=x(),ge=Ke.S;ge!==null&&ge(Te,we),typeof we=="object"&&we!==null&&typeof we.then=="function"&&we.then(rt,K)}catch(Fe){K(Fe)}finally{Z!==null&&Te.types!==null&&(Z.types=Te.types),Ke.T=Z}},_t.unstable_useCacheRefresh=function(){return Ke.H.useCacheRefresh()},_t.use=function(x){return Ke.H.use(x)},_t.useActionState=function(x,Z,Te){return Ke.H.useActionState(x,Z,Te)},_t.useCallback=function(x,Z){return Ke.H.useCallback(x,Z)},_t.useContext=function(x){return Ke.H.useContext(x)},_t.useDebugValue=function(){},_t.useDeferredValue=function(x,Z){return Ke.H.useDeferredValue(x,Z)},_t.useEffect=function(x,Z){return Ke.H.useEffect(x,Z)},_t.useEffectEvent=function(x){return Ke.H.useEffectEvent(x)},_t.useId=function(){return Ke.H.useId()},_t.useImperativeHandle=function(x,Z,Te){return Ke.H.useImperativeHandle(x,Z,Te)},_t.useInsertionEffect=function(x,Z){return Ke.H.useInsertionEffect(x,Z)},_t.useLayoutEffect=function(x,Z){return Ke.H.useLayoutEffect(x,Z)},_t.useMemo=function(x,Z){return Ke.H.useMemo(x,Z)},_t.useOptimistic=function(x,Z){return Ke.H.useOptimistic(x,Z)},_t.useReducer=function(x,Z,Te){return Ke.H.useReducer(x,Z,Te)},_t.useRef=function(x){return Ke.H.useRef(x)},_t.useState=function(x){return Ke.H.useState(x)},_t.useSyncExternalStore=function(x,Z,Te){return Ke.H.useSyncExternalStore(x,Z,Te)},_t.useTransition=function(){return Ke.H.useTransition()},_t.version="19.2.4",_t}var qh={exports:{}};qh.exports;var UA;function TT(){return UA||(UA=1,(function(r,f){process.env.NODE_ENV!=="production"&&(function(){function p(T,L){Object.defineProperty(b.prototype,T,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",L[0],L[1])}})}function y(T){return T===null||typeof T!="object"?null:(T=ra&&T[ra]||T["@@iterator"],typeof T=="function"?T:null)}function v(T,L){T=(T=T.constructor)&&(T.displayName||T.name)||"ReactClass";var de=T+"."+L;ln[de]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",L,T),ln[de]=!0)}function b(T,L,de){this.props=T,this.context=L,this.refs=Jt,this.updater=de||Wt}function w(){}function C(T,L,de){this.props=T,this.context=L,this.refs=Jt,this.updater=de||Wt}function R(){}function _(T){return""+T}function ue(T){try{_(T);var L=!1}catch{L=!0}if(L){L=console;var de=L.error,oe=typeof Symbol=="function"&&Symbol.toStringTag&&T[Symbol.toStringTag]||T.constructor.name||"Object";return de.call(L,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",oe),_(T)}}function Q(T){if(T==null)return null;if(typeof T=="function")return T.$$typeof===Ya?null:T.displayName||T.name||null;if(typeof T=="string")return T;switch(T){case x:return"Fragment";case Te:return"Profiler";case Z:return"StrictMode";case $e:return"Suspense";case Gt:return"SuspenseList";case Xe:return"Activity"}if(typeof T=="object")switch(typeof T.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),T.$$typeof){case Ce:return"Portal";case ge:return T.displayName||"Context";case we:return(T._context.displayName||"Context")+".Consumer";case Fe:var L=T.render;return T=T.displayName,T||(T=L.displayName||L.name||"",T=T!==""?"ForwardRef("+T+")":"ForwardRef"),T;case Ot:return L=T.displayName||null,L!==null?L:Q(T.type)||"Memo";case Bn:L=T._payload,T=T._init;try{return Q(T(L))}catch{}}return null}function M(T){if(T===x)return"<>";if(typeof T=="object"&&T!==null&&T.$$typeof===Bn)return"<...>";try{var L=Q(T);return L?"<"+L+">":"<...>"}catch{return"<...>"}}function X(){var T=ot.A;return T===null?null:T.getOwner()}function te(){return Error("react-stack-top-frame")}function ie(T){if(Me.call(T,"key")){var L=Object.getOwnPropertyDescriptor(T,"key").get;if(L&&L.isReactWarning)return!1}return T.key!==void 0}function ne(T,L){function de(){Ye||(Ye=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",L))}de.isReactWarning=!0,Object.defineProperty(T,"key",{get:de,configurable:!0})}function Ie(){var T=Q(this.type);return Ze[T]||(Ze[T]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),T=this.props.ref,T!==void 0?T:null}function ae(T,L,de,oe,Le,Qe){var Be=de.ref;return T={$$typeof:K,type:T,key:L,props:de,_owner:oe},(Be!==void 0?Be:null)!==null?Object.defineProperty(T,"ref",{enumerable:!1,get:Ie}):Object.defineProperty(T,"ref",{enumerable:!1,value:null}),T._store={},Object.defineProperty(T._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(T,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(T,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Le}),Object.defineProperty(T,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Qe}),Object.freeze&&(Object.freeze(T.props),Object.freeze(T)),T}function Ne(T,L){return L=ae(T.type,L,T.props,T._owner,T._debugStack,T._debugTask),T._store&&(L._store.validated=T._store.validated),L}function je(T){lt(T)?T._store&&(T._store.validated=1):typeof T=="object"&&T!==null&&T.$$typeof===Bn&&(T._payload.status==="fulfilled"?lt(T._payload.value)&&T._payload.value._store&&(T._payload.value._store.validated=1):T._store&&(T._store.validated=1))}function lt(T){return typeof T=="object"&&T!==null&&T.$$typeof===K}function rt(T){var L={"=":"=0",":":"=2"};return"$"+T.replace(/[=:]/g,function(de){return L[de]})}function Ke(T,L){return typeof T=="object"&&T!==null&&T.key!=null?(ue(T.key),rt(""+T.key)):L.toString(36)}function N(T){switch(T.status){case"fulfilled":return T.value;case"rejected":throw T.reason;default:switch(typeof T.status=="string"?T.then(R,R):(T.status="pending",T.then(function(L){T.status==="pending"&&(T.status="fulfilled",T.value=L)},function(L){T.status==="pending"&&(T.status="rejected",T.reason=L)})),T.status){case"fulfilled":return T.value;case"rejected":throw T.reason}}throw T}function U(T,L,de,oe,Le){var Qe=typeof T;(Qe==="undefined"||Qe==="boolean")&&(T=null);var Be=!1;if(T===null)Be=!0;else switch(Qe){case"bigint":case"string":case"number":Be=!0;break;case"object":switch(T.$$typeof){case K:case Ce:Be=!0;break;case Bn:return Be=T._init,U(Be(T._payload),L,de,oe,Le)}}if(Be){Be=T,Le=Le(Be);var st=oe===""?"."+Ke(Be,0):oe;return Ea(Le)?(de="",st!=null&&(de=st.replace(et,"$&/")+"/"),U(Le,L,de,"",function(kt){return kt})):Le!=null&&(lt(Le)&&(Le.key!=null&&(Be&&Be.key===Le.key||ue(Le.key)),de=Ne(Le,de+(Le.key==null||Be&&Be.key===Le.key?"":(""+Le.key).replace(et,"$&/")+"/")+st),oe!==""&&Be!=null&<(Be)&&Be.key==null&&Be._store&&!Be._store.validated&&(de._store.validated=2),Le=de),L.push(Le)),1}if(Be=0,st=oe===""?".":oe+":",Ea(T))for(var ct=0;ct<T.length;ct++)oe=T[ct],Qe=st+Ke(oe,ct),Be+=U(oe,L,de,Qe,Le);else if(ct=y(T),typeof ct=="function")for(ct===T.entries&&(He||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),He=!0),T=ct.call(T),ct=0;!(oe=T.next()).done;)oe=oe.value,Qe=st+Ke(oe,ct++),Be+=U(oe,L,de,Qe,Le);else if(Qe==="object"){if(typeof T.then=="function")return U(N(T),L,de,oe,Le);throw L=String(T),Error("Objects are not valid as a React child (found: "+(L==="[object Object]"?"object with keys {"+Object.keys(T).join(", ")+"}":L)+"). If you meant to render a collection of children, use an array instead.")}return Be}function B(T,L,de){if(T==null)return T;var oe=[],Le=0;return U(T,oe,"","",function(Qe){return L.call(de,Qe,Le++)}),oe}function le(T){if(T._status===-1){var L=T._ioInfo;L!=null&&(L.start=L.end=performance.now()),L=T._result;var de=L();if(de.then(function(Le){if(T._status===0||T._status===-1){T._status=1,T._result=Le;var Qe=T._ioInfo;Qe!=null&&(Qe.end=performance.now()),de.status===void 0&&(de.status="fulfilled",de.value=Le)}},function(Le){if(T._status===0||T._status===-1){T._status=2,T._result=Le;var Qe=T._ioInfo;Qe!=null&&(Qe.end=performance.now()),de.status===void 0&&(de.status="rejected",de.reason=Le)}}),L=T._ioInfo,L!=null){L.value=de;var oe=de.displayName;typeof oe=="string"&&(L.name=oe)}T._status===-1&&(T._status=0,T._result=de)}if(T._status===1)return L=T._result,L===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
3
3
|
|
|
4
4
|
Your code should look like:
|
|
5
5
|
const MyComponent = lazy(() => import('./MyComponent'))
|
|
@@ -20,15 +20,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
20
20
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
21
21
|
2. You might be breaking the Rules of Hooks
|
|
22
22
|
3. You might have more than one copy of React in the same app
|
|
23
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),Q}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var C=xf(),R={d:{f:r,r:function(){throw Error("Invalid form element. requestFormReset must be passed a form that was rendered by React.")},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},_=Symbol.for("react.portal"),ue=C.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),Cl.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=R,Cl.createPortal=function(Q,M){var X=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!M||M.nodeType!==1&&M.nodeType!==9&&M.nodeType!==11)throw Error("Target container is not a DOM element.");return p(Q,M,null,X)},Cl.flushSync=function(Q){var M=ue.T,X=R.p;try{if(ue.T=null,R.p=2,Q)return Q()}finally{ue.T=M,R.p=X,R.d.f()&&console.error("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.")}},Cl.preconnect=function(Q,M){typeof Q=="string"&&Q?M!=null&&typeof M!="object"?console.error("ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",b(M)):M!=null&&typeof M.crossOrigin!="string"&&console.error("ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",v(M.crossOrigin)):console.error("ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",v(Q)),typeof Q=="string"&&(M?(M=M.crossOrigin,M=typeof M=="string"?M==="use-credentials"?M:"":void 0):M=null,R.d.C(Q,M))},Cl.prefetchDNS=function(Q){if(typeof Q!="string"||!Q)console.error("ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",v(Q));else if(1<arguments.length){var M=arguments[1];typeof M=="object"&&M.hasOwnProperty("crossOrigin")?console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. It looks like the you are attempting to set a crossOrigin property for this DNS lookup hint. Browsers do not perform DNS queries using CORS and setting this attribute on the resource hint has no effect. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",b(M)):console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",b(M))}typeof Q=="string"&&R.d.D(Q)},Cl.preinit=function(Q,M){if(typeof Q=="string"&&Q?M==null||typeof M!="object"?console.error("ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",b(M)):M.as!=="style"&&M.as!=="script"&&console.error('ReactDOM.preinit(): Expected the `as` property in the `options` argument (second) to contain a valid value describing the type of resource to be preinitialized but encountered %s instead. Valid values for `as` are "style" and "script".',b(M.as)):console.error("ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",v(Q)),typeof Q=="string"&&M&&typeof M.as=="string"){var X=M.as,te=y(X,M.crossOrigin),ie=typeof M.integrity=="string"?M.integrity:void 0,ne=typeof M.fetchPriority=="string"?M.fetchPriority:void 0;X==="style"?R.d.S(Q,typeof M.precedence=="string"?M.precedence:void 0,{crossOrigin:te,integrity:ie,fetchPriority:ne}):X==="script"&&R.d.X(Q,{crossOrigin:te,integrity:ie,fetchPriority:ne,nonce:typeof M.nonce=="string"?M.nonce:void 0})}},Cl.preinitModule=function(Q,M){var X="";typeof Q=="string"&&Q||(X+=" The `href` argument encountered was "+v(Q)+"."),M!==void 0&&typeof M!="object"?X+=" The `options` argument encountered was "+v(M)+".":M&&"as"in M&&M.as!=="script"&&(X+=" The `as` option encountered was "+b(M.as)+"."),X?console.error("ReactDOM.preinitModule(): Expected up to two arguments, a non-empty `href` string and, optionally, an `options` object with a valid `as` property.%s",X):(X=M&&typeof M.as=="string"?M.as:"script",X)==="script"||(X=b(X),console.error('ReactDOM.preinitModule(): Currently the only supported "as" type for this function is "script" but received "%s" instead. This warning was generated for `href` "%s". In the future other module types will be supported, aligning with the import-attributes proposal. Learn more here: (https://github.com/tc39/proposal-import-attributes)',X,Q)),typeof Q=="string"&&(typeof M=="object"&&M!==null?(M.as==null||M.as==="script")&&(X=y(M.as,M.crossOrigin),R.d.M(Q,{crossOrigin:X,integrity:typeof M.integrity=="string"?M.integrity:void 0,nonce:typeof M.nonce=="string"?M.nonce:void 0})):M==null&&R.d.M(Q))},Cl.preload=function(Q,M){var X="";if(typeof Q=="string"&&Q||(X+=" The `href` argument encountered was "+v(Q)+"."),M==null||typeof M!="object"?X+=" The `options` argument encountered was "+v(M)+".":typeof M.as=="string"&&M.as||(X+=" The `as` option encountered was "+v(M.as)+"."),X&&console.error('ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',X),typeof Q=="string"&&typeof M=="object"&&M!==null&&typeof M.as=="string"){X=M.as;var te=y(X,M.crossOrigin);R.d.L(Q,X,{crossOrigin:te,integrity:typeof M.integrity=="string"?M.integrity:void 0,nonce:typeof M.nonce=="string"?M.nonce:void 0,type:typeof M.type=="string"?M.type:void 0,fetchPriority:typeof M.fetchPriority=="string"?M.fetchPriority:void 0,referrerPolicy:typeof M.referrerPolicy=="string"?M.referrerPolicy:void 0,imageSrcSet:typeof M.imageSrcSet=="string"?M.imageSrcSet:void 0,imageSizes:typeof M.imageSizes=="string"?M.imageSizes:void 0,media:typeof M.media=="string"?M.media:void 0})}},Cl.preloadModule=function(Q,M){var X="";typeof Q=="string"&&Q||(X+=" The `href` argument encountered was "+v(Q)+"."),M!==void 0&&typeof M!="object"?X+=" The `options` argument encountered was "+v(M)+".":M&&"as"in M&&typeof M.as!="string"&&(X+=" The `as` option encountered was "+v(M.as)+"."),X&&console.error('ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',X),typeof Q=="string"&&(M?(X=y(M.as,M.crossOrigin),R.d.m(Q,{as:typeof M.as=="string"&&M.as!=="script"?M.as:void 0,crossOrigin:X,integrity:typeof M.integrity=="string"?M.integrity:void 0})):R.d.m(Q))},Cl.requestFormReset=function(Q){R.d.r(Q)},Cl.unstable_batchedUpdates=function(Q,M){return Q(M)},Cl.useFormState=function(Q,M,X){return w().useFormState(Q,M,X)},Cl.useFormStatus=function(){return w().useHostTransitionStatus()},Cl.version="19.2.4",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Cl}var QA;function XA(){if(QA)return Q1.exports;QA=1;function r(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r)}catch(f){console.error(f)}}}return process.env.NODE_ENV==="production"?(r(),Q1.exports=xT()):Q1.exports=RT(),Q1.exports}var IA;function DT(){if(IA)return Gh;IA=1;var r=qA(),f=xf(),p=XA();function y(n){var l="https://react.dev/errors/"+n;if(1<arguments.length){l+="?args[]="+encodeURIComponent(arguments[1]);for(var o=2;o<arguments.length;o++)l+="&args[]="+encodeURIComponent(arguments[o])}return"Minified React error #"+n+"; visit "+l+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function v(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function b(n){var l=n,o=n;if(n.alternate)for(;l.return;)l=l.return;else{n=l;do l=n,(l.flags&4098)!==0&&(o=l.return),n=l.return;while(n)}return l.tag===3?o:null}function w(n){if(n.tag===13){var l=n.memoizedState;if(l===null&&(n=n.alternate,n!==null&&(l=n.memoizedState)),l!==null)return l.dehydrated}return null}function C(n){if(n.tag===31){var l=n.memoizedState;if(l===null&&(n=n.alternate,n!==null&&(l=n.memoizedState)),l!==null)return l.dehydrated}return null}function R(n){if(b(n)!==n)throw Error(y(188))}function _(n){var l=n.alternate;if(!l){if(l=b(n),l===null)throw Error(y(188));return l!==n?null:n}for(var o=n,s=l;;){var d=o.return;if(d===null)break;var m=d.alternate;if(m===null){if(s=d.return,s!==null){o=s;continue}break}if(d.child===m.child){for(m=d.child;m;){if(m===o)return R(d),n;if(m===s)return R(d),l;m=m.sibling}throw Error(y(188))}if(o.return!==s.return)o=d,s=m;else{for(var A=!1,D=d.child;D;){if(D===o){A=!0,o=d,s=m;break}if(D===s){A=!0,s=d,o=m;break}D=D.sibling}if(!A){for(D=m.child;D;){if(D===o){A=!0,o=m,s=d;break}if(D===s){A=!0,s=m,o=d;break}D=D.sibling}if(!A)throw Error(y(189))}}if(o.alternate!==s)throw Error(y(190))}if(o.tag!==3)throw Error(y(188));return o.stateNode.current===o?n:l}function ue(n){var l=n.tag;if(l===5||l===26||l===27||l===6)return n;for(n=n.child;n!==null;){if(l=ue(n),l!==null)return l;n=n.sibling}return null}var Q=Object.assign,M=Symbol.for("react.element"),X=Symbol.for("react.transitional.element"),te=Symbol.for("react.portal"),ie=Symbol.for("react.fragment"),ne=Symbol.for("react.strict_mode"),Ie=Symbol.for("react.profiler"),ae=Symbol.for("react.consumer"),Ne=Symbol.for("react.context"),je=Symbol.for("react.forward_ref"),lt=Symbol.for("react.suspense"),rt=Symbol.for("react.suspense_list"),Ke=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),U=Symbol.for("react.activity"),B=Symbol.for("react.memo_cache_sentinel"),le=Symbol.iterator;function k(n){return n===null||typeof n!="object"?null:(n=le&&n[le]||n["@@iterator"],typeof n=="function"?n:null)}var j=Symbol.for("react.client.reference");function se(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===j?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case ie:return"Fragment";case Ie:return"Profiler";case ne:return"StrictMode";case lt:return"Suspense";case rt:return"SuspenseList";case U:return"Activity"}if(typeof n=="object")switch(n.$$typeof){case te:return"Portal";case Ne:return n.displayName||"Context";case ae:return(n._context.displayName||"Context")+".Consumer";case je:var l=n.render;return n=n.displayName,n||(n=l.displayName||l.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case Ke:return l=n.displayName||null,l!==null?l:se(n.type)||"Memo";case N:l=n._payload,n=n._init;try{return se(n(l))}catch{}}return null}var q=Array.isArray,E=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=p.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Y={pending:!1,data:null,method:null,action:null},K=[],Ce=-1;function x(n){return{current:n}}function Z(n){0>Ce||(n.current=K[Ce],K[Ce]=null,Ce--)}function Te(n,l){Ce++,K[Ce]=n.current,n.current=l}var we=x(null),ge=x(null),Fe=x(null),$e=x(null);function Gt(n,l){switch(Te(Fe,l),Te(ge,n),Te(we,null),l.nodeType){case 9:case 11:n=(n=l.documentElement)&&(n=n.namespaceURI)?pg(n):0;break;default:if(n=l.tagName,l=l.namespaceURI)l=pg(l),n=_2(l,n);else switch(n){case"svg":n=1;break;case"math":n=2;break;default:n=0}}Z(we),Te(we,n)}function Ot(){Z(we),Z(ge),Z(Fe)}function Bn(n){n.memoizedState!==null&&Te($e,n);var l=we.current,o=_2(l,n.type);l!==o&&(Te(ge,n),Te(we,o))}function Xe(n){ge.current===n&&(Z(we),Z(ge)),$e.current===n&&(Z($e),Xd._currentValue=Y)}var ra,ln;function Wt(n){if(ra===void 0)try{throw Error()}catch(o){var l=o.stack.trim().match(/\n( *(at )?)/);ra=l&&l[1]||"",ln=-1<o.stack.indexOf(`
|
|
23
|
+
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),Q}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var C=xf(),R={d:{f:r,r:function(){throw Error("Invalid form element. requestFormReset must be passed a form that was rendered by React.")},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},_=Symbol.for("react.portal"),ue=C.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),Cl.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=R,Cl.createPortal=function(Q,M){var X=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!M||M.nodeType!==1&&M.nodeType!==9&&M.nodeType!==11)throw Error("Target container is not a DOM element.");return p(Q,M,null,X)},Cl.flushSync=function(Q){var M=ue.T,X=R.p;try{if(ue.T=null,R.p=2,Q)return Q()}finally{ue.T=M,R.p=X,R.d.f()&&console.error("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.")}},Cl.preconnect=function(Q,M){typeof Q=="string"&&Q?M!=null&&typeof M!="object"?console.error("ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",b(M)):M!=null&&typeof M.crossOrigin!="string"&&console.error("ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",v(M.crossOrigin)):console.error("ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",v(Q)),typeof Q=="string"&&(M?(M=M.crossOrigin,M=typeof M=="string"?M==="use-credentials"?M:"":void 0):M=null,R.d.C(Q,M))},Cl.prefetchDNS=function(Q){if(typeof Q!="string"||!Q)console.error("ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",v(Q));else if(1<arguments.length){var M=arguments[1];typeof M=="object"&&M.hasOwnProperty("crossOrigin")?console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. It looks like the you are attempting to set a crossOrigin property for this DNS lookup hint. Browsers do not perform DNS queries using CORS and setting this attribute on the resource hint has no effect. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",b(M)):console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",b(M))}typeof Q=="string"&&R.d.D(Q)},Cl.preinit=function(Q,M){if(typeof Q=="string"&&Q?M==null||typeof M!="object"?console.error("ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",b(M)):M.as!=="style"&&M.as!=="script"&&console.error('ReactDOM.preinit(): Expected the `as` property in the `options` argument (second) to contain a valid value describing the type of resource to be preinitialized but encountered %s instead. Valid values for `as` are "style" and "script".',b(M.as)):console.error("ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",v(Q)),typeof Q=="string"&&M&&typeof M.as=="string"){var X=M.as,te=y(X,M.crossOrigin),ie=typeof M.integrity=="string"?M.integrity:void 0,ne=typeof M.fetchPriority=="string"?M.fetchPriority:void 0;X==="style"?R.d.S(Q,typeof M.precedence=="string"?M.precedence:void 0,{crossOrigin:te,integrity:ie,fetchPriority:ne}):X==="script"&&R.d.X(Q,{crossOrigin:te,integrity:ie,fetchPriority:ne,nonce:typeof M.nonce=="string"?M.nonce:void 0})}},Cl.preinitModule=function(Q,M){var X="";typeof Q=="string"&&Q||(X+=" The `href` argument encountered was "+v(Q)+"."),M!==void 0&&typeof M!="object"?X+=" The `options` argument encountered was "+v(M)+".":M&&"as"in M&&M.as!=="script"&&(X+=" The `as` option encountered was "+b(M.as)+"."),X?console.error("ReactDOM.preinitModule(): Expected up to two arguments, a non-empty `href` string and, optionally, an `options` object with a valid `as` property.%s",X):(X=M&&typeof M.as=="string"?M.as:"script",X)==="script"||(X=b(X),console.error('ReactDOM.preinitModule(): Currently the only supported "as" type for this function is "script" but received "%s" instead. This warning was generated for `href` "%s". In the future other module types will be supported, aligning with the import-attributes proposal. Learn more here: (https://github.com/tc39/proposal-import-attributes)',X,Q)),typeof Q=="string"&&(typeof M=="object"&&M!==null?(M.as==null||M.as==="script")&&(X=y(M.as,M.crossOrigin),R.d.M(Q,{crossOrigin:X,integrity:typeof M.integrity=="string"?M.integrity:void 0,nonce:typeof M.nonce=="string"?M.nonce:void 0})):M==null&&R.d.M(Q))},Cl.preload=function(Q,M){var X="";if(typeof Q=="string"&&Q||(X+=" The `href` argument encountered was "+v(Q)+"."),M==null||typeof M!="object"?X+=" The `options` argument encountered was "+v(M)+".":typeof M.as=="string"&&M.as||(X+=" The `as` option encountered was "+v(M.as)+"."),X&&console.error('ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',X),typeof Q=="string"&&typeof M=="object"&&M!==null&&typeof M.as=="string"){X=M.as;var te=y(X,M.crossOrigin);R.d.L(Q,X,{crossOrigin:te,integrity:typeof M.integrity=="string"?M.integrity:void 0,nonce:typeof M.nonce=="string"?M.nonce:void 0,type:typeof M.type=="string"?M.type:void 0,fetchPriority:typeof M.fetchPriority=="string"?M.fetchPriority:void 0,referrerPolicy:typeof M.referrerPolicy=="string"?M.referrerPolicy:void 0,imageSrcSet:typeof M.imageSrcSet=="string"?M.imageSrcSet:void 0,imageSizes:typeof M.imageSizes=="string"?M.imageSizes:void 0,media:typeof M.media=="string"?M.media:void 0})}},Cl.preloadModule=function(Q,M){var X="";typeof Q=="string"&&Q||(X+=" The `href` argument encountered was "+v(Q)+"."),M!==void 0&&typeof M!="object"?X+=" The `options` argument encountered was "+v(M)+".":M&&"as"in M&&typeof M.as!="string"&&(X+=" The `as` option encountered was "+v(M.as)+"."),X&&console.error('ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',X),typeof Q=="string"&&(M?(X=y(M.as,M.crossOrigin),R.d.m(Q,{as:typeof M.as=="string"&&M.as!=="script"?M.as:void 0,crossOrigin:X,integrity:typeof M.integrity=="string"?M.integrity:void 0})):R.d.m(Q))},Cl.requestFormReset=function(Q){R.d.r(Q)},Cl.unstable_batchedUpdates=function(Q,M){return Q(M)},Cl.useFormState=function(Q,M,X){return w().useFormState(Q,M,X)},Cl.useFormStatus=function(){return w().useHostTransitionStatus()},Cl.version="19.2.4",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Cl}var QA;function XA(){if(QA)return Q1.exports;QA=1;function r(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r)}catch(f){console.error(f)}}}return process.env.NODE_ENV==="production"?(r(),Q1.exports=xT()):Q1.exports=RT(),Q1.exports}var IA;function DT(){if(IA)return Gh;IA=1;var r=qA(),f=xf(),p=XA();function y(n){var l="https://react.dev/errors/"+n;if(1<arguments.length){l+="?args[]="+encodeURIComponent(arguments[1]);for(var o=2;o<arguments.length;o++)l+="&args[]="+encodeURIComponent(arguments[o])}return"Minified React error #"+n+"; visit "+l+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function v(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function b(n){var l=n,o=n;if(n.alternate)for(;l.return;)l=l.return;else{n=l;do l=n,(l.flags&4098)!==0&&(o=l.return),n=l.return;while(n)}return l.tag===3?o:null}function w(n){if(n.tag===13){var l=n.memoizedState;if(l===null&&(n=n.alternate,n!==null&&(l=n.memoizedState)),l!==null)return l.dehydrated}return null}function C(n){if(n.tag===31){var l=n.memoizedState;if(l===null&&(n=n.alternate,n!==null&&(l=n.memoizedState)),l!==null)return l.dehydrated}return null}function R(n){if(b(n)!==n)throw Error(y(188))}function _(n){var l=n.alternate;if(!l){if(l=b(n),l===null)throw Error(y(188));return l!==n?null:n}for(var o=n,s=l;;){var d=o.return;if(d===null)break;var m=d.alternate;if(m===null){if(s=d.return,s!==null){o=s;continue}break}if(d.child===m.child){for(m=d.child;m;){if(m===o)return R(d),n;if(m===s)return R(d),l;m=m.sibling}throw Error(y(188))}if(o.return!==s.return)o=d,s=m;else{for(var A=!1,D=d.child;D;){if(D===o){A=!0,o=d,s=m;break}if(D===s){A=!0,s=d,o=m;break}D=D.sibling}if(!A){for(D=m.child;D;){if(D===o){A=!0,o=m,s=d;break}if(D===s){A=!0,s=m,o=d;break}D=D.sibling}if(!A)throw Error(y(189))}}if(o.alternate!==s)throw Error(y(190))}if(o.tag!==3)throw Error(y(188));return o.stateNode.current===o?n:l}function ue(n){var l=n.tag;if(l===5||l===26||l===27||l===6)return n;for(n=n.child;n!==null;){if(l=ue(n),l!==null)return l;n=n.sibling}return null}var Q=Object.assign,M=Symbol.for("react.element"),X=Symbol.for("react.transitional.element"),te=Symbol.for("react.portal"),ie=Symbol.for("react.fragment"),ne=Symbol.for("react.strict_mode"),Ie=Symbol.for("react.profiler"),ae=Symbol.for("react.consumer"),Ne=Symbol.for("react.context"),je=Symbol.for("react.forward_ref"),lt=Symbol.for("react.suspense"),rt=Symbol.for("react.suspense_list"),Ke=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),U=Symbol.for("react.activity"),B=Symbol.for("react.memo_cache_sentinel"),le=Symbol.iterator;function k(n){return n===null||typeof n!="object"?null:(n=le&&n[le]||n["@@iterator"],typeof n=="function"?n:null)}var j=Symbol.for("react.client.reference");function se(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===j?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case ie:return"Fragment";case Ie:return"Profiler";case ne:return"StrictMode";case lt:return"Suspense";case rt:return"SuspenseList";case U:return"Activity"}if(typeof n=="object")switch(n.$$typeof){case te:return"Portal";case Ne:return n.displayName||"Context";case ae:return(n._context.displayName||"Context")+".Consumer";case je:var l=n.render;return n=n.displayName,n||(n=l.displayName||l.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case Ke:return l=n.displayName||null,l!==null?l:se(n.type)||"Memo";case N:l=n._payload,n=n._init;try{return se(n(l))}catch{}}return null}var q=Array.isArray,E=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=p.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Y={pending:!1,data:null,method:null,action:null},K=[],Ce=-1;function x(n){return{current:n}}function Z(n){0>Ce||(n.current=K[Ce],K[Ce]=null,Ce--)}function Te(n,l){Ce++,K[Ce]=n.current,n.current=l}var we=x(null),ge=x(null),Fe=x(null),$e=x(null);function Gt(n,l){switch(Te(Fe,l),Te(ge,n),Te(we,null),l.nodeType){case 9:case 11:n=(n=l.documentElement)&&(n=n.namespaceURI)?pg(n):0;break;default:if(n=l.tagName,l=l.namespaceURI)l=pg(l),n=_2(l,n);else switch(n){case"svg":n=1;break;case"math":n=2;break;default:n=0}}Z(we),Te(we,n)}function Ot(){Z(we),Z(ge),Z(Fe)}function Bn(n){n.memoizedState!==null&&Te($e,n);var l=we.current,o=_2(l,n.type);l!==o&&(Te(ge,n),Te(we,o))}function Xe(n){ge.current===n&&(Z(we),Z(ge)),$e.current===n&&(Z($e),Id._currentValue=Y)}var ra,ln;function Wt(n){if(ra===void 0)try{throw Error()}catch(o){var l=o.stack.trim().match(/\n( *(at )?)/);ra=l&&l[1]||"",ln=-1<o.stack.indexOf(`
|
|
24
24
|
at`)?" (<anonymous>)":-1<o.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
25
25
|
`+ra+n+ln}var Mt=!1;function Jt(n,l){if(!n||Mt)return"";Mt=!0;var o=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var s={DetermineComponentFrameRoot:function(){try{if(l){var Ue=function(){throw Error()};if(Object.defineProperty(Ue.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(Ue,[])}catch(Se){var pe=Se}Reflect.construct(n,[],Ue)}else{try{Ue.call()}catch(Se){pe=Se}n.call(Ue.prototype)}}else{try{throw Error()}catch(Se){pe=Se}(Ue=n())&&typeof Ue.catch=="function"&&Ue.catch(function(){})}}catch(Se){if(Se&&pe&&typeof Se.stack=="string")return[Se.stack,pe.stack]}return[null,null]}};s.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var d=Object.getOwnPropertyDescriptor(s.DetermineComponentFrameRoot,"name");d&&d.configurable&&Object.defineProperty(s.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var m=s.DetermineComponentFrameRoot(),A=m[0],D=m[1];if(A&&D){var J=A.split(`
|
|
26
26
|
`),he=D.split(`
|
|
27
27
|
`);for(d=s=0;s<J.length&&!J[s].includes("DetermineComponentFrameRoot");)s++;for(;d<he.length&&!he[d].includes("DetermineComponentFrameRoot");)d++;if(s===J.length||d===he.length)for(s=J.length-1,d=he.length-1;1<=s&&0<=d&&J[s]!==he[d];)d--;for(;1<=s&&0<=d;s--,d--)if(J[s]!==he[d]){if(s!==1||d!==1)do if(s--,d--,0>d||J[s]!==he[d]){var xe=`
|
|
28
28
|
`+J[s].replace(" at new "," at ");return n.displayName&&xe.includes("<anonymous>")&&(xe=xe.replace("<anonymous>",n.displayName)),xe}while(1<=s&&0<=d);break}}}finally{Mt=!1,Error.prepareStackTrace=o}return(o=n?n.displayName||n.name:"")?Wt(o):""}function Cn(n,l){switch(n.tag){case 26:case 27:case 5:return Wt(n.type);case 16:return Wt("Lazy");case 13:return n.child!==l&&l!==null?Wt("Suspense Fallback"):Wt("Suspense");case 19:return Wt("SuspenseList");case 0:case 15:return Jt(n.type,!1);case 11:return Jt(n.type.render,!1);case 1:return Jt(n.type,!0);case 31:return Wt("Activity");default:return""}}function Ea(n){try{var l="",o=null;do l+=Cn(n,o),o=n,n=n.return;while(n);return l}catch(s){return`
|
|
29
29
|
Error generating stack: `+s.message+`
|
|
30
|
-
`+s.stack}}var Ya=Object.prototype.hasOwnProperty,ot=r.unstable_scheduleCallback,Me=r.unstable_cancelCallback,Je=r.unstable_shouldYield,Ye=r.unstable_requestPaint,Ve=r.unstable_now,Ze=r.unstable_getCurrentPriorityLevel,ze=r.unstable_ImmediatePriority,Re=r.unstable_UserBlockingPriority,He=r.unstable_NormalPriority,et=r.unstable_LowPriority,Pe=r.unstable_IdlePriority,Ge=r.log,re=r.unstable_setDisableYieldValue,ve=null,at=null;function tt(n){if(typeof Ge=="function"&&re(n),at&&typeof at.setStrictMode=="function")try{at.setStrictMode(ve,n)}catch{}}var mt=Math.clz32?Math.clz32:L,Ut=Math.log,T=Math.LN2;function L(n){return n>>>=0,n===0?32:31-(Ut(n)/T|0)|0}var de=256,oe=262144,Le=4194304;function Qe(n){var l=n&42;if(l!==0)return l;switch(n&-n){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return n&261888;case 262144:case 524288:case 1048576:case 2097152:return n&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return n&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return n}}function Be(n,l,o){var s=n.pendingLanes;if(s===0)return 0;var d=0,m=n.suspendedLanes,A=n.pingedLanes;n=n.warmLanes;var D=s&134217727;return D!==0?(s=D&~m,s!==0?d=Qe(s):(A&=D,A!==0?d=Qe(A):o||(o=D&~n,o!==0&&(d=Qe(o))))):(D=s&~m,D!==0?d=Qe(D):A!==0?d=Qe(A):o||(o=s&~n,o!==0&&(d=Qe(o)))),d===0?0:l!==0&&l!==d&&(l&m)===0&&(m=d&-d,o=l&-l,m>=o||m===32&&(o&4194048)!==0)?l:d}function st(n,l){return(n.pendingLanes&~(n.suspendedLanes&~n.pingedLanes)&l)===0}function ct(n,l){switch(n){case 1:case 2:case 4:case 8:case 64:return l+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function kt(){var n=Le;return Le<<=1,(Le&62914560)===0&&(Le=4194304),n}function en(n){for(var l=[],o=0;31>o;o++)l.push(n);return l}function Zn(n,l){n.pendingLanes|=l,l!==268435456&&(n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0)}function Qn(n,l,o,s,d,m){var A=n.pendingLanes;n.pendingLanes=o,n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0,n.expiredLanes&=o,n.entangledLanes&=o,n.errorRecoveryDisabledLanes&=o,n.shellSuspendCounter=0;var D=n.entanglements,J=n.expirationTimes,he=n.hiddenUpdates;for(o=A&~o;0<o;){var xe=31-mt(o),Ue=1<<xe;D[xe]=0,J[xe]=-1;var pe=he[xe];if(pe!==null)for(he[xe]=null,xe=0;xe<pe.length;xe++){var Se=pe[xe];Se!==null&&(Se.lane&=-536870913)}o&=~Ue}s!==0&&Za(n,s,0),m!==0&&d===0&&n.tag!==0&&(n.suspendedLanes|=m&~(A&~l))}function Za(n,l,o){n.pendingLanes|=l,n.suspendedLanes&=~l;var s=31-mt(l);n.entangledLanes|=l,n.entanglements[s]=n.entanglements[s]|1073741824|o&261930}function On(n,l){var o=n.entangledLanes|=l;for(n=n.entanglements;o;){var s=31-mt(o),d=1<<s;d&l|n[s]&l&&(n[s]|=l),o&=~d}}function aa(n,l){var o=l&-l;return o=(o&42)!==0?1:ci(o),(o&(n.suspendedLanes|l))!==0?0:o}function ci(n){switch(n){case 2:n=1;break;case 8:n=4;break;case 32:n=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:n=128;break;case 268435456:n=134217728;break;default:n=0}return n}function ts(n){return n&=-n,2<n?8<n?(n&134217727)!==0?32:268435456:8:2}function Do(){var n=z.p;return n!==0?n:(n=window.event,n===void 0?32:Id(n.type))}function _n(n,l){var o=z.p;try{return z.p=n,l()}finally{z.p=o}}var Ka=Math.random().toString(36).slice(2),sn="__reactFiber$"+Ka,qa="__reactProps$"+Ka,ri="__reactContainer$"+Ka,Ic="__reactEvents$"+Ka,Hs="__reactListeners$"+Ka,zf="__reactHandles$"+Ka,Jc="__reactResources$"+Ka,_l="__reactMarker$"+Ka;function Fc(n){delete n[sn],delete n[qa],delete n[Ic],delete n[Hs],delete n[zf]}function fi(n){var l=n[sn];if(l)return l;for(var o=n.parentNode;o;){if(l=o[ri]||o[sn]){if(o=l.alternate,l.child!==null||o!==null&&o.child!==null)for(n=Wo(n);n!==null;){if(o=n[sn])return o;n=Wo(n)}return l}n=o,o=n.parentNode}return null}function di(n){if(n=n[sn]||n[ri]){var l=n.tag;if(l===5||l===6||l===13||l===31||l===26||l===27||l===3)return n}return null}function ns(n){var l=n.tag;if(l===5||l===26||l===27||l===6)return n.stateNode;throw Error(y(33))}function as(n){var l=n[Jc];return l||(l=n[Jc]={hoistableStyles:new Map,hoistableScripts:new Map}),l}function rn(n){n[_l]=!0}var ls=new Set,mi={};function No(n,l){uo(n,l),uo(n+"Capture",l)}function uo(n,l){for(mi[n]=l,n=0;n<l.length;n++)ls.add(l[n])}var Zc=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]*$"),Kc={},Ls={};function js(n){return Ya.call(Ls,n)?!0:Ya.call(Kc,n)?!1:Zc.test(n)?Ls[n]=!0:(Kc[n]=!0,!1)}function Ys(n,l,o){if(js(l))if(o===null)n.removeAttribute(l);else{switch(typeof o){case"undefined":case"function":case"symbol":n.removeAttribute(l);return;case"boolean":var s=l.toLowerCase().slice(0,5);if(s!=="data-"&&s!=="aria-"){n.removeAttribute(l);return}}n.setAttribute(l,""+o)}}function Wc(n,l,o){if(o===null)n.removeAttribute(l);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(l);return}n.setAttribute(l,""+o)}}function Mo(n,l,o,s){if(s===null)n.removeAttribute(o);else{switch(typeof s){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(o);return}n.setAttributeNS(l,o,""+s)}}function il(n){switch(typeof n){case"bigint":case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function $c(n){var l=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(l==="checkbox"||l==="radio")}function _f(n,l,o){var s=Object.getOwnPropertyDescriptor(n.constructor.prototype,l);if(!n.hasOwnProperty(l)&&typeof s<"u"&&typeof s.get=="function"&&typeof s.set=="function"){var d=s.get,m=s.set;return Object.defineProperty(n,l,{configurable:!0,get:function(){return d.call(this)},set:function(A){o=""+A,m.call(this,A)}}),Object.defineProperty(n,l,{enumerable:s.enumerable}),{getValue:function(){return o},setValue:function(A){o=""+A},stopTracking:function(){n._valueTracker=null,delete n[l]}}}}function Pc(n){if(!n._valueTracker){var l=$c(n)?"checked":"value";n._valueTracker=_f(n,l,""+n[l])}}function Hf(n){if(!n)return!1;var l=n._valueTracker;if(!l)return!0;var o=l.getValue(),s="";return n&&(s=$c(n)?n.checked?"true":"false":n.value),n=s,n!==o?(l.setValue(n),!0):!1}function Nu(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}var lp=/[\n"\\]/g;function sl(n){return n.replace(lp,function(l){return"\\"+l.charCodeAt(0).toString(16)+" "})}function Mu(n,l,o,s,d,m,A,D){n.name="",A!=null&&typeof A!="function"&&typeof A!="symbol"&&typeof A!="boolean"?n.type=A:n.removeAttribute("type"),l!=null?A==="number"?(l===0&&n.value===""||n.value!=l)&&(n.value=""+il(l)):n.value!==""+il(l)&&(n.value=""+il(l)):A!=="submit"&&A!=="reset"||n.removeAttribute("value"),l!=null?os(n,A,il(l)):o!=null?os(n,A,il(o)):s!=null&&n.removeAttribute("value"),d==null&&m!=null&&(n.defaultChecked=!!m),d!=null&&(n.checked=d&&typeof d!="function"&&typeof d!="symbol"),D!=null&&typeof D!="function"&&typeof D!="symbol"&&typeof D!="boolean"?n.name=""+il(D):n.removeAttribute("name")}function ku(n,l,o,s,d,m,A,D){if(m!=null&&typeof m!="function"&&typeof m!="symbol"&&typeof m!="boolean"&&(n.type=m),l!=null||o!=null){if(!(m!=="submit"&&m!=="reset"||l!=null)){Pc(n);return}o=o!=null?""+il(o):"",l=l!=null?""+il(l):o,D||l===n.value||(n.value=l),n.defaultValue=l}s=s??d,s=typeof s!="function"&&typeof s!="symbol"&&!!s,n.checked=D?n.checked:!!s,n.defaultChecked=!!s,A!=null&&typeof A!="function"&&typeof A!="symbol"&&typeof A!="boolean"&&(n.name=A),Pc(n)}function os(n,l,o){l==="number"&&Nu(n.ownerDocument)===n||n.defaultValue===""+o||(n.defaultValue=""+o)}function qs(n,l,o,s){if(n=n.options,l){l={};for(var d=0;d<o.length;d++)l["$"+o[d]]=!0;for(o=0;o<n.length;o++)d=l.hasOwnProperty("$"+n[o].value),n[o].selected!==d&&(n[o].selected=d),d&&s&&(n[o].defaultSelected=!0)}else{for(o=""+il(o),l=null,d=0;d<n.length;d++){if(n[d].value===o){n[d].selected=!0,s&&(n[d].defaultSelected=!0);return}l!==null||n[d].disabled||(l=n[d])}l!==null&&(l.selected=!0)}}function Lf(n,l,o){if(l!=null&&(l=""+il(l),l!==n.value&&(n.value=l),o==null)){n.defaultValue!==l&&(n.defaultValue=l);return}n.defaultValue=o!=null?""+il(o):""}function jf(n,l,o,s){if(l==null){if(s!=null){if(o!=null)throw Error(y(92));if(q(s)){if(1<s.length)throw Error(y(93));s=s[0]}o=s}o==null&&(o=""),l=o}o=il(l),n.defaultValue=o,s=n.textContent,s===o&&s!==""&&s!==null&&(n.value=s),Pc(n)}function co(n,l){if(l){var o=n.firstChild;if(o&&o===n.lastChild&&o.nodeType===3){o.nodeValue=l;return}}n.textContent=l}var D0=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(" "));function N0(n,l,o){var s=l.indexOf("--")===0;o==null||typeof o=="boolean"||o===""?s?n.setProperty(l,""):l==="float"?n.cssFloat="":n[l]="":s?n.setProperty(l,o):typeof o!="number"||o===0||D0.has(l)?l==="float"?n.cssFloat=o:n[l]=(""+o).trim():n[l]=o+"px"}function M0(n,l,o){if(l!=null&&typeof l!="object")throw Error(y(62));if(n=n.style,o!=null){for(var s in o)!o.hasOwnProperty(s)||l!=null&&l.hasOwnProperty(s)||(s.indexOf("--")===0?n.setProperty(s,""):s==="float"?n.cssFloat="":n[s]="");for(var d in l)s=l[d],l.hasOwnProperty(d)&&o[d]!==s&&N0(n,d,s)}else for(var m in l)l.hasOwnProperty(m)&&N0(n,m,l[m])}function Yf(n){if(n.indexOf("-")===-1)return!1;switch(n){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var op=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"]]),Bu=/^[\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 Ol(n){return Bu.test(""+n)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":n}function Hl(){}var er=null;function tr(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var ro=null,is=null;function Uu(n){var l=di(n);if(l&&(n=l.stateNode)){var o=n[qa]||null;e:switch(n=l.stateNode,l.type){case"input":if(Mu(n,o.value,o.defaultValue,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name),l=o.name,o.type==="radio"&&l!=null){for(o=n;o.parentNode;)o=o.parentNode;for(o=o.querySelectorAll('input[name="'+sl(""+l)+'"][type="radio"]'),l=0;l<o.length;l++){var s=o[l];if(s!==n&&s.form===n.form){var d=s[qa]||null;if(!d)throw Error(y(90));Mu(s,d.value,d.defaultValue,d.defaultValue,d.checked,d.defaultChecked,d.type,d.name)}}for(l=0;l<o.length;l++)s=o[l],s.form===n.form&&Hf(s)}break e;case"textarea":Lf(n,o.value,o.defaultValue);break e;case"select":l=o.value,l!=null&&qs(n,!!o.multiple,l,!1)}}}var Gs=!1;function qf(n,l,o){if(Gs)return n(l,o);Gs=!0;try{var s=n(l);return s}finally{if(Gs=!1,(ro!==null||is!==null)&&(Hr(),ro&&(l=ro,n=is,is=ro=null,Uu(l),n)))for(l=0;l<n.length;l++)Uu(n[l])}}function fa(n,l){var o=n.stateNode;if(o===null)return null;var s=o[qa]||null;if(s===null)return null;o=s[l];e:switch(l){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(s=!s.disabled)||(n=n.type,s=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!s;break e;default:n=!1}if(n)return null;if(o&&typeof o!="function")throw Error(y(231,l,typeof o));return o}var fo=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),zu=!1;if(fo)try{var fe={};Object.defineProperty(fe,"passive",{get:function(){zu=!0}}),window.addEventListener("test",fe,fe),window.removeEventListener("test",fe,fe)}catch{zu=!1}var H=null,F=null,Oe=null;function qe(){if(Oe)return Oe;var n,l=F,o=l.length,s,d="value"in H?H.value:H.textContent,m=d.length;for(n=0;n<o&&l[n]===d[n];n++);var A=o-n;for(s=1;s<=A&&l[o-s]===d[m-s];s++);return Oe=d.slice(n,1<s?1-s:void 0)}function Ht(n){var l=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&l===13&&(n=13)):n=l,n===10&&(n=13),32<=n||n===13?n:0}function xn(){return!0}function Ga(){return!1}function Kn(n){function l(o,s,d,m,A){this._reactName=o,this._targetInst=d,this.type=s,this.nativeEvent=m,this.target=A,this.currentTarget=null;for(var D in n)n.hasOwnProperty(D)&&(o=n[D],this[D]=o?o(m):m[D]);return this.isDefaultPrevented=(m.defaultPrevented!=null?m.defaultPrevented:m.returnValue===!1)?xn:Ga,this.isPropagationStopped=Ga,this}return Q(l.prototype,{preventDefault:function(){this.defaultPrevented=!0;var o=this.nativeEvent;o&&(o.preventDefault?o.preventDefault():typeof o.returnValue!="unknown"&&(o.returnValue=!1),this.isDefaultPrevented=xn)},stopPropagation:function(){var o=this.nativeEvent;o&&(o.stopPropagation?o.stopPropagation():typeof o.cancelBubble!="unknown"&&(o.cancelBubble=!0),this.isPropagationStopped=xn)},persist:function(){},isPersistent:xn}),l}var hi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},_u=Kn(hi),ss=Q({},hi,{view:0,detail:0}),k0=Kn(ss),nr,ar,Gf,B0=Q({},ss,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:mo,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==Gf&&(Gf&&n.type==="mousemove"?(nr=n.screenX-Gf.screenX,ar=n.screenY-Gf.screenY):ar=nr=0,Gf=n),nr)},movementY:function(n){return"movementY"in n?n.movementY:ar}}),lr=Kn(B0),uy=Q({},B0,{dataTransfer:0}),cy=Kn(uy),ry=Q({},ss,{relatedTarget:0}),U0=Kn(ry),ip=Q({},hi,{animationName:0,elapsedTime:0,pseudoElement:0}),fy=Kn(ip),Hu=Q({},hi,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),Lu=Kn(Hu),ko=Q({},hi,{data:0}),dy=Kn(ko),sp={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},pi={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},my={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Bo(n){var l=this.nativeEvent;return l.getModifierState?l.getModifierState(n):(n=my[n])?!!l[n]:!1}function mo(){return Bo}var z0=Q({},ss,{key:function(n){if(n.key){var l=sp[n.key]||n.key;if(l!=="Unidentified")return l}return n.type==="keypress"?(n=Ht(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?pi[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:mo,charCode:function(n){return n.type==="keypress"?Ht(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?Ht(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),_0=Kn(z0),up=Q({},B0,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Uo=Kn(up),rb=Q({},ss,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:mo}),hy=Kn(rb),py=Q({},hi,{propertyName:0,elapsedTime:0,pseudoElement:0}),fb=Kn(py),cp=Q({},B0,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),db=Kn(cp),yy=Q({},hi,{newState:0,oldState:0}),rp=Kn(yy),H0=[9,13,27,32],or=fo&&"CompositionEvent"in window,ju=null;fo&&"documentMode"in document&&(ju=document.documentMode);var Wa=fo&&"TextEvent"in window&&!ju,fp=fo&&(!or||ju&&8<ju&&11>=ju),Vf=" ",Vs=!1;function L0(n,l){switch(n){case"keyup":return H0.indexOf(l.keyCode)!==-1;case"keydown":return l.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function dp(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Yu=!1;function gy(n,l){switch(n){case"compositionend":return dp(l);case"keypress":return l.which!==32?null:(Vs=!0,Vf);case"textInput":return n=l.data,n===Vf&&Vs?null:n;default:return null}}function mb(n,l){if(Yu)return n==="compositionend"||!or&&L0(n,l)?(n=qe(),Oe=F=H=null,Yu=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(l.ctrlKey||l.altKey||l.metaKey)||l.ctrlKey&&l.altKey){if(l.char&&1<l.char.length)return l.char;if(l.which)return String.fromCharCode(l.which)}return null;case"compositionend":return fp&&l.locale!=="ko"?null:l.data;default:return null}}var mp={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function yi(n){var l=n&&n.nodeName&&n.nodeName.toLowerCase();return l==="input"?!!mp[n.type]:l==="textarea"}function hp(n,l,o,s){ro?is?is.push(s):is=[s]:ro=s,l=jd(l,"onChange"),0<l.length&&(o=new _u("onChange","change",null,o,s),n.push({event:o,listeners:l}))}var qu=null,Qs=null;function Gu(n){dg(n,0)}function ir(n){var l=ns(n);if(Hf(l))return n}function pp(n,l){if(n==="change")return l}var j0=!1;if(fo){var ul;if(fo){var zo="oninput"in document;if(!zo){var yp=document.createElement("div");yp.setAttribute("oninput","return;"),zo=typeof yp.oninput=="function"}ul=zo}else ul=!1;j0=ul&&(!document.documentMode||9<document.documentMode)}function Y0(){qu&&(qu.detachEvent("onpropertychange",q0),Qs=qu=null)}function q0(n){if(n.propertyName==="value"&&ir(Qs)){var l=[];hp(l,Qs,n,tr(n)),qf(Gu,l)}}function vy(n,l,o){n==="focusin"?(Y0(),qu=l,Qs=o,qu.attachEvent("onpropertychange",q0)):n==="focusout"&&Y0()}function by(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return ir(Qs)}function Xs(n,l){if(n==="click")return ir(l)}function Vu(n,l){if(n==="input"||n==="change")return ir(l)}function Ay(n,l){return n===l&&(n!==0||1/n===1/l)||n!==n&&l!==l}var $a=typeof Object.is=="function"?Object.is:Ay;function ho(n,l){if($a(n,l))return!0;if(typeof n!="object"||n===null||typeof l!="object"||l===null)return!1;var o=Object.keys(n),s=Object.keys(l);if(o.length!==s.length)return!1;for(s=0;s<o.length;s++){var d=o[s];if(!Ya.call(l,d)||!$a(n[d],l[d]))return!1}return!0}function gp(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function vp(n,l){var o=gp(n);n=0;for(var s;o;){if(o.nodeType===3){if(s=n+o.textContent.length,n<=l&&s>=l)return{node:o,offset:l-n};n=s}e:{for(;o;){if(o.nextSibling){o=o.nextSibling;break e}o=o.parentNode}o=void 0}o=gp(o)}}function Qu(n,l){return n&&l?n===l?!0:n&&n.nodeType===3?!1:l&&l.nodeType===3?Qu(n,l.parentNode):"contains"in n?n.contains(l):n.compareDocumentPosition?!!(n.compareDocumentPosition(l)&16):!1:!1}function Is(n){n=n!=null&&n.ownerDocument!=null&&n.ownerDocument.defaultView!=null?n.ownerDocument.defaultView:window;for(var l=Nu(n.document);l instanceof n.HTMLIFrameElement;){try{var o=typeof l.contentWindow.location.href=="string"}catch{o=!1}if(o)n=l.contentWindow;else break;l=Nu(n.document)}return l}function Qf(n){var l=n&&n.nodeName&&n.nodeName.toLowerCase();return l&&(l==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||l==="textarea"||n.contentEditable==="true")}var Xf=fo&&"documentMode"in document&&11>=document.documentMode,Js=null,sr=null,po=null,_o=!1;function G0(n,l,o){var s=o.window===o?o.document:o.nodeType===9?o:o.ownerDocument;_o||Js==null||Js!==Nu(s)||(s=Js,"selectionStart"in s&&Qf(s)?s={start:s.selectionStart,end:s.selectionEnd}:(s=(s.ownerDocument&&s.ownerDocument.defaultView||window).getSelection(),s={anchorNode:s.anchorNode,anchorOffset:s.anchorOffset,focusNode:s.focusNode,focusOffset:s.focusOffset}),po&&ho(po,s)||(po=s,s=jd(sr,"onSelect"),0<s.length&&(l=new _u("onSelect","select",null,l,o),n.push({event:l,listeners:s}),l.target=Js)))}function us(n,l){var o={};return o[n.toLowerCase()]=l.toLowerCase(),o["Webkit"+n]="webkit"+l,o["Moz"+n]="moz"+l,o}var Ho={animationend:us("Animation","AnimationEnd"),animationiteration:us("Animation","AnimationIteration"),animationstart:us("Animation","AnimationStart"),transitionrun:us("Transition","TransitionRun"),transitionstart:us("Transition","TransitionStart"),transitioncancel:us("Transition","TransitionCancel"),transitionend:us("Transition","TransitionEnd")},ur={},Fs={};fo&&(Fs=document.createElement("div").style,"AnimationEvent"in window||(delete Ho.animationend.animation,delete Ho.animationiteration.animation,delete Ho.animationstart.animation),"TransitionEvent"in window||delete Ho.transitionend.transition);function mn(n){if(ur[n])return ur[n];if(!Ho[n])return n;var l=Ho[n],o;for(o in l)if(l.hasOwnProperty(o)&&o in Fs)return ur[n]=l[o];return n}var If=mn("animationend"),bp=mn("animationiteration"),V0=mn("animationstart"),Xu=mn("transitionrun"),Jf=mn("transitionstart"),gi=mn("transitioncancel"),Sy=mn("transitionend"),vi=new Map,cr="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");cr.push("scrollEnd");function cl(n,l){vi.set(n,l),No(l,[n])}var Iu=typeof reportError=="function"?reportError:function(n){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var l=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof n=="object"&&n!==null&&typeof n.message=="string"?String(n.message):String(n),error:n});if(!window.dispatchEvent(l))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",n);return}console.error(n)},Hn=[],Ca=0,yo=0;function Ll(){for(var n=Ca,l=yo=Ca=0;l<n;){var o=Hn[l];Hn[l++]=null;var s=Hn[l];Hn[l++]=null;var d=Hn[l];Hn[l++]=null;var m=Hn[l];if(Hn[l++]=null,s!==null&&d!==null){var A=s.pending;A===null?d.next=d:(d.next=A.next,A.next=d),s.pending=d}m!==0&&Q0(o,d,m)}}function jl(n,l,o,s){Hn[Ca++]=n,Hn[Ca++]=l,Hn[Ca++]=o,Hn[Ca++]=s,yo|=s,n.lanes|=s,n=n.alternate,n!==null&&(n.lanes|=s)}function go(n,l,o,s){return jl(n,l,o,s),Ff(n)}function cs(n,l){return jl(n,null,null,l),Ff(n)}function Q0(n,l,o){n.lanes|=o;var s=n.alternate;s!==null&&(s.lanes|=o);for(var d=!1,m=n.return;m!==null;)m.childLanes|=o,s=m.alternate,s!==null&&(s.childLanes|=o),m.tag===22&&(n=m.stateNode,n===null||n._visibility&1||(d=!0)),n=m,m=m.return;return n.tag===3?(m=n.stateNode,d&&l!==null&&(d=31-mt(o),n=m.hiddenUpdates,s=n[d],s===null?n[d]=[l]:s.push(l),l.lane=o|536870912),m):null}function Ff(n){if(50<_r)throw _r=0,Nd=null,Error(y(185));for(var l=n.return;l!==null;)n=l,l=n.return;return n.tag===3?n.stateNode:null}var rl={};function Ty(n,l,o,s){this.tag=n,this.key=o,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=l,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=s,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Wn(n,l,o,s){return new Ty(n,l,o,s)}function Ju(n){return n=n.prototype,!(!n||!n.isReactComponent)}function rs(n,l){var o=n.alternate;return o===null?(o=Wn(n.tag,l,n.key,n.mode),o.elementType=n.elementType,o.type=n.type,o.stateNode=n.stateNode,o.alternate=n,n.alternate=o):(o.pendingProps=l,o.type=n.type,o.flags=0,o.subtreeFlags=0,o.deletions=null),o.flags=n.flags&65011712,o.childLanes=n.childLanes,o.lanes=n.lanes,o.child=n.child,o.memoizedProps=n.memoizedProps,o.memoizedState=n.memoizedState,o.updateQueue=n.updateQueue,l=n.dependencies,o.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext},o.sibling=n.sibling,o.index=n.index,o.ref=n.ref,o.refCleanup=n.refCleanup,o}function Ap(n,l){n.flags&=65011714;var o=n.alternate;return o===null?(n.childLanes=0,n.lanes=l,n.child=null,n.subtreeFlags=0,n.memoizedProps=null,n.memoizedState=null,n.updateQueue=null,n.dependencies=null,n.stateNode=null):(n.childLanes=o.childLanes,n.lanes=o.lanes,n.child=o.child,n.subtreeFlags=0,n.deletions=null,n.memoizedProps=o.memoizedProps,n.memoizedState=o.memoizedState,n.updateQueue=o.updateQueue,n.type=o.type,l=o.dependencies,n.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext}),n}function X0(n,l,o,s,d,m){var A=0;if(s=n,typeof n=="function")Ju(n)&&(A=1);else if(typeof n=="string")A=V2(n,o,we.current)?26:n==="html"||n==="head"||n==="body"?27:5;else e:switch(n){case U:return n=Wn(31,o,l,d),n.elementType=U,n.lanes=m,n;case ie:return fs(o.children,d,m,l);case ne:A=8,d|=24;break;case Ie:return n=Wn(12,o,l,d|2),n.elementType=Ie,n.lanes=m,n;case lt:return n=Wn(13,o,l,d),n.elementType=lt,n.lanes=m,n;case rt:return n=Wn(19,o,l,d),n.elementType=rt,n.lanes=m,n;default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case Ne:A=10;break e;case ae:A=9;break e;case je:A=11;break e;case Ke:A=14;break e;case N:A=16,s=null;break e}A=29,o=Error(y(130,n===null?"null":typeof n,"")),s=null}return l=Wn(A,o,l,d),l.elementType=n,l.type=s,l.lanes=m,l}function fs(n,l,o,s){return n=Wn(7,n,s,l),n.lanes=o,n}function rr(n,l,o){return n=Wn(6,n,null,l),n.lanes=o,n}function Sp(n){var l=Wn(18,null,null,0);return l.stateNode=n,l}function I0(n,l,o){return l=Wn(4,n.children!==null?n.children:[],n.key,l),l.lanes=o,l.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},l}var Tp=new WeakMap;function Yl(n,l){if(typeof n=="object"&&n!==null){var o=Tp.get(n);return o!==void 0?o:(l={value:n,source:l,stack:Ea(l)},Tp.set(n,l),l)}return{value:n,source:l,stack:Ea(l)}}var ql=[],Fu=0,Zf=null,la=0,xl=[],fl=0,Lo=null,Rl=1,jo="";function vo(n,l){ql[Fu++]=la,ql[Fu++]=Zf,Zf=n,la=l}function wp(n,l,o){xl[fl++]=Rl,xl[fl++]=jo,xl[fl++]=Lo,Lo=n;var s=Rl;n=jo;var d=32-mt(s)-1;s&=~(1<<d),o+=1;var m=32-mt(l)+d;if(30<m){var A=d-d%5;m=(s&(1<<A)-1).toString(32),s>>=A,d-=A,Rl=1<<32-mt(l)+d|o<<d|s,jo=m+n}else Rl=1<<m|o<<d|s,jo=n}function fr(n){n.return!==null&&(vo(n,1),wp(n,1,0))}function J0(n){for(;n===Zf;)Zf=ql[--Fu],ql[Fu]=null,la=ql[--Fu],ql[Fu]=null;for(;n===Lo;)Lo=xl[--fl],xl[fl]=null,jo=xl[--fl],xl[fl]=null,Rl=xl[--fl],xl[fl]=null}function Kf(n,l){xl[fl++]=Rl,xl[fl++]=jo,xl[fl++]=Lo,Rl=l.id,jo=l.overflow,Lo=n}var Oa=null,Rn=null,$t=!1,bi=null,ya=!1,Ai=Error(y(519));function bo(n){var l=Error(y(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw mr(Yl(l,n)),Ai}function Wf(n){var l=n.stateNode,o=n.type,s=n.memoizedProps;switch(l[sn]=n,l[qa]=s,o){case"dialog":Kt("cancel",l),Kt("close",l);break;case"iframe":case"object":case"embed":Kt("load",l);break;case"video":case"audio":for(o=0;o<Gr.length;o++)Kt(Gr[o],l);break;case"source":Kt("error",l);break;case"img":case"image":case"link":Kt("error",l),Kt("load",l);break;case"details":Kt("toggle",l);break;case"input":Kt("invalid",l),ku(l,s.value,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name,!0);break;case"select":Kt("invalid",l);break;case"textarea":Kt("invalid",l),jf(l,s.value,s.defaultValue,s.children)}o=s.children,typeof o!="string"&&typeof o!="number"&&typeof o!="bigint"||l.textContent===""+o||s.suppressHydrationWarning===!0||k2(l.textContent,o)?(s.popover!=null&&(Kt("beforetoggle",l),Kt("toggle",l)),s.onScroll!=null&&Kt("scroll",l),s.onScrollEnd!=null&&Kt("scrollend",l),s.onClick!=null&&(l.onclick=Hl),l=!0):l=!1,l||bo(n,!0)}function dr(n){for(Oa=n.return;Oa;)switch(Oa.tag){case 5:case 31:case 13:ya=!1;return;case 27:case 3:ya=!0;return;default:Oa=Oa.return}}function Si(n){if(n!==Oa)return!1;if(!$t)return dr(n),$t=!0,!1;var l=n.tag,o;if((o=l!==3&&l!==27)&&((o=l===5)&&(o=n.type,o=!(o!=="form"&&o!=="button")||Qr(n.type,n.memoizedProps)),o=!o),o&&Rn&&bo(n),dr(n),l===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(y(317));Rn=Km(n)}else if(l===31){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(y(317));Rn=Km(n)}else l===27?(l=Rn,Ko(n.type)?(n=Gd,Gd=null,Rn=n):Rn=l):Rn=Oa?Sl(n.stateNode.nextSibling):null;return!0}function Zs(){Rn=Oa=null,$t=!1}function Ep(){var n=bi;return n!==null&&(Jn===null?Jn=n:Jn.push.apply(Jn,n),bi=null),n}function mr(n){bi===null?bi=[n]:bi.push(n)}var F0=x(null),ds=null,Yo=null;function dl(n,l,o){Te(F0,l._currentValue),l._currentValue=o}function qo(n){n._currentValue=F0.current,Z(F0)}function Z0(n,l,o){for(;n!==null;){var s=n.alternate;if((n.childLanes&l)!==l?(n.childLanes|=l,s!==null&&(s.childLanes|=l)):s!==null&&(s.childLanes&l)!==l&&(s.childLanes|=l),n===o)break;n=n.return}}function Ti(n,l,o,s){var d=n.child;for(d!==null&&(d.return=n);d!==null;){var m=d.dependencies;if(m!==null){var A=d.child;m=m.firstContext;e:for(;m!==null;){var D=m;m=d;for(var J=0;J<l.length;J++)if(D.context===l[J]){m.lanes|=o,D=m.alternate,D!==null&&(D.lanes|=o),Z0(m.return,o,n),s||(A=null);break e}m=D.next}}else if(d.tag===18){if(A=d.return,A===null)throw Error(y(341));A.lanes|=o,m=A.alternate,m!==null&&(m.lanes|=o),Z0(A,o,n),A=null}else A=d.child;if(A!==null)A.return=d;else for(A=d;A!==null;){if(A===n){A=null;break}if(d=A.sibling,d!==null){d.return=A.return,A=d;break}A=A.return}d=A}}function xa(n,l,o,s){n=null;for(var d=l,m=!1;d!==null;){if(!m){if((d.flags&524288)!==0)m=!0;else if((d.flags&262144)!==0)break}if(d.tag===10){var A=d.alternate;if(A===null)throw Error(y(387));if(A=A.memoizedProps,A!==null){var D=d.type;$a(d.pendingProps.value,A.value)||(n!==null?n.push(D):n=[D])}}else if(d===$e.current){if(A=d.alternate,A===null)throw Error(y(387));A.memoizedState.memoizedState!==d.memoizedState.memoizedState&&(n!==null?n.push(Xd):n=[Xd])}d=d.return}n!==null&&Ti(l,n,o,s),l.flags|=262144}function Zu(n){for(n=n.firstContext;n!==null;){if(!$a(n.context._currentValue,n.memoizedValue))return!0;n=n.next}return!1}function Rt(n){ds=n,Yo=null,n=n.dependencies,n!==null&&(n.firstContext=null)}function _e(n){return $f(ds,n)}function ms(n,l){return ds===null&&Rt(n),$f(n,l)}function $f(n,l){var o=l._currentValue;if(l={context:l,memoizedValue:o,next:null},Yo===null){if(n===null)throw Error(y(308));Yo=l,n.dependencies={lanes:0,firstContext:l},n.flags|=524288}else Yo=Yo.next=l;return o}var $n=typeof AbortController<"u"?AbortController:function(){var n=[],l=this.signal={aborted:!1,addEventListener:function(o,s){n.push(s)}};this.abort=function(){l.aborted=!0,n.forEach(function(o){return o()})}},Cp=r.unstable_scheduleCallback,Op=r.unstable_NormalPriority,oa={$$typeof:Ne,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Pf(){return{controller:new $n,data:new Map,refCount:0}}function ed(n){n.refCount--,n.refCount===0&&Cp(Op,function(){n.controller.abort()})}var Ku=null,td=0,Ks=0,da=null;function yn(n,l){if(Ku===null){var o=Ku=[];td=0,Ks=Gm(),da={status:"pending",value:void 0,then:function(s){o.push(s)}}}return td++,l.then(nd,nd),l}function nd(){if(--td===0&&Ku!==null){da!==null&&(da.status="fulfilled");var n=Ku;Ku=null,Ks=0,da=null;for(var l=0;l<n.length;l++)(0,n[l])()}}function ad(n,l){var o=[],s={status:"pending",value:null,reason:null,then:function(d){o.push(d)}};return n.then(function(){s.status="fulfilled",s.value=l;for(var d=0;d<o.length;d++)(0,o[d])(l)},function(d){for(s.status="rejected",s.reason=d,d=0;d<o.length;d++)(0,o[d])(void 0)}),s}var hs=E.S;E.S=function(n,l){b2=Ve(),typeof l=="object"&&l!==null&&typeof l.then=="function"&&yn(n,l),hs!==null&&hs(n,l)};var Gl=x(null);function Vl(){var n=Gl.current;return n!==null?n:Sn.pooledCache}function hr(n,l){l===null?Te(Gl,Gl.current):Te(Gl,l.pool)}function Wu(){var n=Vl();return n===null?null:{parent:oa._currentValue,pool:n}}var Ws=Error(y(460)),$u=Error(y(474)),pr=Error(y(542)),Pu={then:function(){}};function xp(n){return n=n.status,n==="fulfilled"||n==="rejected"}function Rp(n,l,o){switch(o=n[o],o===void 0?n.push(l):o!==l&&(l.then(Hl,Hl),l=o),l.status){case"fulfilled":return l.value;case"rejected":throw n=l.reason,K0(n),n;default:if(typeof l.status=="string")l.then(Hl,Hl);else{if(n=Sn,n!==null&&100<n.shellSuspendCounter)throw Error(y(482));n=l,n.status="pending",n.then(function(s){if(l.status==="pending"){var d=l;d.status="fulfilled",d.value=s}},function(s){if(l.status==="pending"){var d=l;d.status="rejected",d.reason=s}})}switch(l.status){case"fulfilled":return l.value;case"rejected":throw n=l.reason,K0(n),n}throw Ps=l,Ws}}function $s(n){try{var l=n._init;return l(n._payload)}catch(o){throw o!==null&&typeof o=="object"&&typeof o.then=="function"?(Ps=o,Ws):o}}var Ps=null;function Dp(){if(Ps===null)throw Error(y(459));var n=Ps;return Ps=null,n}function K0(n){if(n===Ws||n===pr)throw Error(y(483))}var eu=null,ec=0;function ld(n){var l=ec;return ec+=1,eu===null&&(eu=[]),Rp(eu,n,l)}function yr(n,l){l=l.props.ref,n.ref=l!==void 0?l:null}function od(n,l){throw l.$$typeof===M?Error(y(525)):(n=Object.prototype.toString.call(l),Error(y(31,n==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":n)))}function wy(n){function l(ce,P){if(n){var me=ce.deletions;me===null?(ce.deletions=[P],ce.flags|=16):me.push(P)}}function o(ce,P){if(!n)return null;for(;P!==null;)l(ce,P),P=P.sibling;return null}function s(ce){for(var P=new Map;ce!==null;)ce.key!==null?P.set(ce.key,ce):P.set(ce.index,ce),ce=ce.sibling;return P}function d(ce,P){return ce=rs(ce,P),ce.index=0,ce.sibling=null,ce}function m(ce,P,me){return ce.index=me,n?(me=ce.alternate,me!==null?(me=me.index,me<P?(ce.flags|=67108866,P):me):(ce.flags|=67108866,P)):(ce.flags|=1048576,P)}function A(ce){return n&&ce.alternate===null&&(ce.flags|=67108866),ce}function D(ce,P,me,ke){return P===null||P.tag!==6?(P=rr(me,ce.mode,ke),P.return=ce,P):(P=d(P,me),P.return=ce,P)}function J(ce,P,me,ke){var gt=me.type;return gt===ie?xe(ce,P,me.props.children,ke,me.key):P!==null&&(P.elementType===gt||typeof gt=="object"&>!==null&>.$$typeof===N&&$s(gt)===P.type)?(P=d(P,me.props),yr(P,me),P.return=ce,P):(P=X0(me.type,me.key,me.props,null,ce.mode,ke),yr(P,me),P.return=ce,P)}function he(ce,P,me,ke){return P===null||P.tag!==4||P.stateNode.containerInfo!==me.containerInfo||P.stateNode.implementation!==me.implementation?(P=I0(me,ce.mode,ke),P.return=ce,P):(P=d(P,me.children||[]),P.return=ce,P)}function xe(ce,P,me,ke,gt){return P===null||P.tag!==7?(P=fs(me,ce.mode,ke,gt),P.return=ce,P):(P=d(P,me),P.return=ce,P)}function Ue(ce,P,me){if(typeof P=="string"&&P!==""||typeof P=="number"||typeof P=="bigint")return P=rr(""+P,ce.mode,me),P.return=ce,P;if(typeof P=="object"&&P!==null){switch(P.$$typeof){case X:return me=X0(P.type,P.key,P.props,null,ce.mode,me),yr(me,P),me.return=ce,me;case te:return P=I0(P,ce.mode,me),P.return=ce,P;case N:return P=$s(P),Ue(ce,P,me)}if(q(P)||k(P))return P=fs(P,ce.mode,me,null),P.return=ce,P;if(typeof P.then=="function")return Ue(ce,ld(P),me);if(P.$$typeof===Ne)return Ue(ce,ms(ce,P),me);od(ce,P)}return null}function pe(ce,P,me,ke){var gt=P!==null?P.key:null;if(typeof me=="string"&&me!==""||typeof me=="number"||typeof me=="bigint")return gt!==null?null:D(ce,P,""+me,ke);if(typeof me=="object"&&me!==null){switch(me.$$typeof){case X:return me.key===gt?J(ce,P,me,ke):null;case te:return me.key===gt?he(ce,P,me,ke):null;case N:return me=$s(me),pe(ce,P,me,ke)}if(q(me)||k(me))return gt!==null?null:xe(ce,P,me,ke,null);if(typeof me.then=="function")return pe(ce,P,ld(me),ke);if(me.$$typeof===Ne)return pe(ce,P,ms(ce,me),ke);od(ce,me)}return null}function Se(ce,P,me,ke,gt){if(typeof ke=="string"&&ke!==""||typeof ke=="number"||typeof ke=="bigint")return ce=ce.get(me)||null,D(P,ce,""+ke,gt);if(typeof ke=="object"&&ke!==null){switch(ke.$$typeof){case X:return ce=ce.get(ke.key===null?me:ke.key)||null,J(P,ce,ke,gt);case te:return ce=ce.get(ke.key===null?me:ke.key)||null,he(P,ce,ke,gt);case N:return ke=$s(ke),Se(ce,P,me,ke,gt)}if(q(ke)||k(ke))return ce=ce.get(me)||null,xe(P,ce,ke,gt,null);if(typeof ke.then=="function")return Se(ce,P,me,ld(ke),gt);if(ke.$$typeof===Ne)return Se(ce,P,me,ms(P,ke),gt);od(P,ke)}return null}function dt(ce,P,me,ke){for(var gt=null,un=null,pt=P,Bt=P=0,Yt=null;pt!==null&&Bt<me.length;Bt++){pt.index>Bt?(Yt=pt,pt=null):Yt=pt.sibling;var dn=pe(ce,pt,me[Bt],ke);if(dn===null){pt===null&&(pt=Yt);break}n&&pt&&dn.alternate===null&&l(ce,pt),P=m(dn,P,Bt),un===null?gt=dn:un.sibling=dn,un=dn,pt=Yt}if(Bt===me.length)return o(ce,pt),$t&&vo(ce,Bt),gt;if(pt===null){for(;Bt<me.length;Bt++)pt=Ue(ce,me[Bt],ke),pt!==null&&(P=m(pt,P,Bt),un===null?gt=pt:un.sibling=pt,un=pt);return $t&&vo(ce,Bt),gt}for(pt=s(pt);Bt<me.length;Bt++)Yt=Se(pt,ce,Bt,me[Bt],ke),Yt!==null&&(n&&Yt.alternate!==null&&pt.delete(Yt.key===null?Bt:Yt.key),P=m(Yt,P,Bt),un===null?gt=Yt:un.sibling=Yt,un=Yt);return n&&pt.forEach(function(Po){return l(ce,Po)}),$t&&vo(ce,Bt),gt}function St(ce,P,me,ke){if(me==null)throw Error(y(151));for(var gt=null,un=null,pt=P,Bt=P=0,Yt=null,dn=me.next();pt!==null&&!dn.done;Bt++,dn=me.next()){pt.index>Bt?(Yt=pt,pt=null):Yt=pt.sibling;var Po=pe(ce,pt,dn.value,ke);if(Po===null){pt===null&&(pt=Yt);break}n&&pt&&Po.alternate===null&&l(ce,pt),P=m(Po,P,Bt),un===null?gt=Po:un.sibling=Po,un=Po,pt=Yt}if(dn.done)return o(ce,pt),$t&&vo(ce,Bt),gt;if(pt===null){for(;!dn.done;Bt++,dn=me.next())dn=Ue(ce,dn.value,ke),dn!==null&&(P=m(dn,P,Bt),un===null?gt=dn:un.sibling=dn,un=dn);return $t&&vo(ce,Bt),gt}for(pt=s(pt);!dn.done;Bt++,dn=me.next())dn=Se(pt,ce,Bt,dn.value,ke),dn!==null&&(n&&dn.alternate!==null&&pt.delete(dn.key===null?Bt:dn.key),P=m(dn,P,Bt),un===null?gt=dn:un.sibling=dn,un=dn);return n&&pt.forEach(function(xg){return l(ce,xg)}),$t&&vo(ce,Bt),gt}function wn(ce,P,me,ke){if(typeof me=="object"&&me!==null&&me.type===ie&&me.key===null&&(me=me.props.children),typeof me=="object"&&me!==null){switch(me.$$typeof){case X:e:{for(var gt=me.key;P!==null;){if(P.key===gt){if(gt=me.type,gt===ie){if(P.tag===7){o(ce,P.sibling),ke=d(P,me.props.children),ke.return=ce,ce=ke;break e}}else if(P.elementType===gt||typeof gt=="object"&>!==null&>.$$typeof===N&&$s(gt)===P.type){o(ce,P.sibling),ke=d(P,me.props),yr(ke,me),ke.return=ce,ce=ke;break e}o(ce,P);break}else l(ce,P);P=P.sibling}me.type===ie?(ke=fs(me.props.children,ce.mode,ke,me.key),ke.return=ce,ce=ke):(ke=X0(me.type,me.key,me.props,null,ce.mode,ke),yr(ke,me),ke.return=ce,ce=ke)}return A(ce);case te:e:{for(gt=me.key;P!==null;){if(P.key===gt)if(P.tag===4&&P.stateNode.containerInfo===me.containerInfo&&P.stateNode.implementation===me.implementation){o(ce,P.sibling),ke=d(P,me.children||[]),ke.return=ce,ce=ke;break e}else{o(ce,P);break}else l(ce,P);P=P.sibling}ke=I0(me,ce.mode,ke),ke.return=ce,ce=ke}return A(ce);case N:return me=$s(me),wn(ce,P,me,ke)}if(q(me))return dt(ce,P,me,ke);if(k(me)){if(gt=k(me),typeof gt!="function")throw Error(y(150));return me=gt.call(me),St(ce,P,me,ke)}if(typeof me.then=="function")return wn(ce,P,ld(me),ke);if(me.$$typeof===Ne)return wn(ce,P,ms(ce,me),ke);od(ce,me)}return typeof me=="string"&&me!==""||typeof me=="number"||typeof me=="bigint"?(me=""+me,P!==null&&P.tag===6?(o(ce,P.sibling),ke=d(P,me),ke.return=ce,ce=ke):(o(ce,P),ke=rr(me,ce.mode,ke),ke.return=ce,ce=ke),A(ce)):o(ce,P)}return function(ce,P,me,ke){try{ec=0;var gt=wn(ce,P,me,ke);return eu=null,gt}catch(pt){if(pt===Ws||pt===pr)throw pt;var un=Wn(29,pt,null,ce.mode);return un.lanes=ke,un.return=ce,un}}}var tu=wy(!0),Np=wy(!1),ps=!1;function id(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function W0(n,l){n=n.updateQueue,l.updateQueue===n&&(l.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,callbacks:null})}function ys(n){return{lane:n,tag:0,payload:null,callback:null,next:null}}function Ql(n,l,o){var s=n.updateQueue;if(s===null)return null;if(s=s.shared,(fn&2)!==0){var d=s.pending;return d===null?l.next=l:(l.next=d.next,d.next=l),s.pending=l,l=Ff(n),Q0(n,null,o),l}return jl(n,s,l,o),Ff(n)}function nu(n,l,o){if(l=l.updateQueue,l!==null&&(l=l.shared,(o&4194048)!==0)){var s=l.lanes;s&=n.pendingLanes,o|=s,l.lanes=o,On(n,o)}}function $0(n,l){var o=n.updateQueue,s=n.alternate;if(s!==null&&(s=s.updateQueue,o===s)){var d=null,m=null;if(o=o.firstBaseUpdate,o!==null){do{var A={lane:o.lane,tag:o.tag,payload:o.payload,callback:null,next:null};m===null?d=m=A:m=m.next=A,o=o.next}while(o!==null);m===null?d=m=l:m=m.next=l}else d=m=l;o={baseState:s.baseState,firstBaseUpdate:d,lastBaseUpdate:m,shared:s.shared,callbacks:s.callbacks},n.updateQueue=o;return}n=o.lastBaseUpdate,n===null?o.firstBaseUpdate=l:n.next=l,o.lastBaseUpdate=l}var Mp=!1;function au(){if(Mp){var n=da;if(n!==null)throw n}}function wi(n,l,o,s){Mp=!1;var d=n.updateQueue;ps=!1;var m=d.firstBaseUpdate,A=d.lastBaseUpdate,D=d.shared.pending;if(D!==null){d.shared.pending=null;var J=D,he=J.next;J.next=null,A===null?m=he:A.next=he,A=J;var xe=n.alternate;xe!==null&&(xe=xe.updateQueue,D=xe.lastBaseUpdate,D!==A&&(D===null?xe.firstBaseUpdate=he:D.next=he,xe.lastBaseUpdate=J))}if(m!==null){var Ue=d.baseState;A=0,xe=he=J=null,D=m;do{var pe=D.lane&-536870913,Se=pe!==D.lane;if(Se?(Ft&pe)===pe:(s&pe)===pe){pe!==0&&pe===Ks&&(Mp=!0),xe!==null&&(xe=xe.next={lane:0,tag:D.tag,payload:D.payload,callback:null,next:null});e:{var dt=n,St=D;pe=l;var wn=o;switch(St.tag){case 1:if(dt=St.payload,typeof dt=="function"){Ue=dt.call(wn,Ue,pe);break e}Ue=dt;break e;case 3:dt.flags=dt.flags&-65537|128;case 0:if(dt=St.payload,pe=typeof dt=="function"?dt.call(wn,Ue,pe):dt,pe==null)break e;Ue=Q({},Ue,pe);break e;case 2:ps=!0}}pe=D.callback,pe!==null&&(n.flags|=64,Se&&(n.flags|=8192),Se=d.callbacks,Se===null?d.callbacks=[pe]:Se.push(pe))}else Se={lane:pe,tag:D.tag,payload:D.payload,callback:D.callback,next:null},xe===null?(he=xe=Se,J=Ue):xe=xe.next=Se,A|=pe;if(D=D.next,D===null){if(D=d.shared.pending,D===null)break;Se=D,D=Se.next,Se.next=null,d.lastBaseUpdate=Se,d.shared.pending=null}}while(!0);xe===null&&(J=Ue),d.baseState=J,d.firstBaseUpdate=he,d.lastBaseUpdate=xe,m===null&&(d.shared.lanes=0),Fo|=A,n.lanes=A,n.memoizedState=Ue}}function P0(n,l){if(typeof n!="function")throw Error(y(191,n));n.call(l)}function lu(n,l){var o=n.callbacks;if(o!==null)for(n.callbacks=null,n=0;n<o.length;n++)P0(o[n],l)}var ga=x(null),tc=x(0);function Ey(n,l){n=Jo,Te(tc,n),Te(ga,l),Jo=n|l.baseLanes}function sd(){Te(tc,Jo),Te(ga,ga.current)}function gr(){Jo=tc.current,Z(ga),Z(tc)}var ml=x(null),Xl=null;function Ei(n){var l=n.alternate;Te(Ln,Ln.current&1),Te(ml,n),Xl===null&&(l===null||ga.current!==null||l.memoizedState!==null)&&(Xl=n)}function vr(n){Te(Ln,Ln.current),Te(ml,n),Xl===null&&(Xl=n)}function em(n){n.tag===22?(Te(Ln,Ln.current),Te(ml,n),Xl===null&&(Xl=n)):Go()}function Go(){Te(Ln,Ln.current),Te(ml,ml.current)}function hl(n){Z(ml),Xl===n&&(Xl=null),Z(Ln)}var Ln=x(0);function br(n){for(var l=n;l!==null;){if(l.tag===13){var o=l.memoizedState;if(o!==null&&(o=o.dehydrated,o===null||wo(o)||yu(o)))return l}else if(l.tag===19&&(l.memoizedProps.revealOrder==="forwards"||l.memoizedProps.revealOrder==="backwards"||l.memoizedProps.revealOrder==="unstable_legacy-backwards"||l.memoizedProps.revealOrder==="together")){if((l.flags&128)!==0)return l}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===n)break;for(;l.sibling===null;){if(l.return===null||l.return===n)return null;l=l.return}l.sibling.return=l.return,l=l.sibling}return null}var Ci=0,zt=null,gn=null,ia=null,nc=!1,ac=!1,gs=!1,ud=0,Ar=0,ou=null,Cy=0;function Xn(){throw Error(y(321))}function vs(n,l){if(l===null)return!1;for(var o=0;o<l.length&&o<n.length;o++)if(!$a(n[o],l[o]))return!1;return!0}function cd(n,l,o,s,d,m){return Ci=m,zt=l,l.memoizedState=null,l.updateQueue=null,l.lanes=0,E.H=n===null||n.memoizedState===null?By:gm,gs=!1,m=o(s,d),gs=!1,ac&&(m=Oy(l,o,s,d)),tm(n),m}function tm(n){E.H=vd;var l=gn!==null&&gn.next!==null;if(Ci=0,ia=gn=zt=null,nc=!1,Ar=0,ou=null,l)throw Error(y(300));n===null||sa||(n=n.dependencies,n!==null&&Zu(n)&&(sa=!0))}function Oy(n,l,o,s){zt=n;var d=0;do{if(ac&&(ou=null),Ar=0,ac=!1,25<=d)throw Error(y(301));if(d+=1,ia=gn=null,n.updateQueue!=null){var m=n.updateQueue;m.lastEffect=null,m.events=null,m.stores=null,m.memoCache!=null&&(m.memoCache.index=0)}E.H=Uy,m=l(o,s)}while(ac);return m}function hb(){var n=E.H,l=n.useState()[0];return l=typeof l.then=="function"?oc(l):l,n=n.useState()[0],(gn!==null?gn.memoizedState:null)!==n&&(zt.flags|=1024),l}function nm(){var n=ud!==0;return ud=0,n}function lc(n,l,o){l.updateQueue=n.updateQueue,l.flags&=-2053,n.lanes&=~o}function rd(n){if(nc){for(n=n.memoizedState;n!==null;){var l=n.queue;l!==null&&(l.pending=null),n=n.next}nc=!1}Ci=0,ia=gn=zt=null,ac=!1,Ar=ud=0,ou=null}function Ra(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ia===null?zt.memoizedState=ia=n:ia=ia.next=n,ia}function Pn(){if(gn===null){var n=zt.alternate;n=n!==null?n.memoizedState:null}else n=gn.next;var l=ia===null?zt.memoizedState:ia.next;if(l!==null)ia=l,gn=n;else{if(n===null)throw zt.alternate===null?Error(y(467)):Error(y(310));gn=n,n={memoizedState:gn.memoizedState,baseState:gn.baseState,baseQueue:gn.baseQueue,queue:gn.queue,next:null},ia===null?zt.memoizedState=ia=n:ia=ia.next=n}return ia}function fd(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function oc(n){var l=Ar;return Ar+=1,ou===null&&(ou=[]),n=Rp(ou,n,l),l=zt,(ia===null?l.memoizedState:ia.next)===null&&(l=l.alternate,E.H=l===null||l.memoizedState===null?By:gm),n}function Sr(n){if(n!==null&&typeof n=="object"){if(typeof n.then=="function")return oc(n);if(n.$$typeof===Ne)return _e(n)}throw Error(y(438,String(n)))}function am(n){var l=null,o=zt.updateQueue;if(o!==null&&(l=o.memoCache),l==null){var s=zt.alternate;s!==null&&(s=s.updateQueue,s!==null&&(s=s.memoCache,s!=null&&(l={data:s.data.map(function(d){return d.slice()}),index:0})))}if(l==null&&(l={data:[],index:0}),o===null&&(o=fd(),zt.updateQueue=o),o.memoCache=l,o=l.data[l.index],o===void 0)for(o=l.data[l.index]=Array(n),s=0;s<n;s++)o[s]=B;return l.index++,o}function Oi(n,l){return typeof l=="function"?l(n):l}function xi(n){var l=Pn();return lm(l,gn,n)}function lm(n,l,o){var s=n.queue;if(s===null)throw Error(y(311));s.lastRenderedReducer=o;var d=n.baseQueue,m=s.pending;if(m!==null){if(d!==null){var A=d.next;d.next=m.next,m.next=A}l.baseQueue=d=m,s.pending=null}if(m=n.baseState,d===null)n.memoizedState=m;else{l=d.next;var D=A=null,J=null,he=l,xe=!1;do{var Ue=he.lane&-536870913;if(Ue!==he.lane?(Ft&Ue)===Ue:(Ci&Ue)===Ue){var pe=he.revertLane;if(pe===0)J!==null&&(J=J.next={lane:0,revertLane:0,gesture:null,action:he.action,hasEagerState:he.hasEagerState,eagerState:he.eagerState,next:null}),Ue===Ks&&(xe=!0);else if((Ci&pe)===pe){he=he.next,pe===Ks&&(xe=!0);continue}else Ue={lane:0,revertLane:he.revertLane,gesture:null,action:he.action,hasEagerState:he.hasEagerState,eagerState:he.eagerState,next:null},J===null?(D=J=Ue,A=m):J=J.next=Ue,zt.lanes|=pe,Fo|=pe;Ue=he.action,gs&&o(m,Ue),m=he.hasEagerState?he.eagerState:o(m,Ue)}else pe={lane:Ue,revertLane:he.revertLane,gesture:he.gesture,action:he.action,hasEagerState:he.hasEagerState,eagerState:he.eagerState,next:null},J===null?(D=J=pe,A=m):J=J.next=pe,zt.lanes|=Ue,Fo|=Ue;he=he.next}while(he!==null&&he!==l);if(J===null?A=m:J.next=D,!$a(m,n.memoizedState)&&(sa=!0,xe&&(o=da,o!==null)))throw o;n.memoizedState=m,n.baseState=A,n.baseQueue=J,s.lastRenderedState=m}return d===null&&(s.lanes=0),[n.memoizedState,s.dispatch]}function om(n){var l=Pn(),o=l.queue;if(o===null)throw Error(y(311));o.lastRenderedReducer=n;var s=o.dispatch,d=o.pending,m=l.memoizedState;if(d!==null){o.pending=null;var A=d=d.next;do m=n(m,A.action),A=A.next;while(A!==d);$a(m,l.memoizedState)||(sa=!0),l.memoizedState=m,l.baseQueue===null&&(l.baseState=m),o.lastRenderedState=m}return[m,s]}function kp(n,l,o){var s=zt,d=Pn(),m=$t;if(m){if(o===void 0)throw Error(y(407));o=o()}else o=l();var A=!$a((gn||d).memoizedState,o);if(A&&(d.memoizedState=o,sa=!0),d=d.queue,rm(im.bind(null,s,d,n),[n]),d.getSnapshot!==l||A||ia!==null&&ia.memoizedState.tag&1){if(s.flags|=2048,sc(9,{destroy:void 0},Bp.bind(null,s,d,o,l),null),Sn===null)throw Error(y(349));m||(Ci&127)!==0||dd(s,l,o)}return o}function dd(n,l,o){n.flags|=16384,n={getSnapshot:l,value:o},l=zt.updateQueue,l===null?(l=fd(),zt.updateQueue=l,l.stores=[n]):(o=l.stores,o===null?l.stores=[n]:o.push(n))}function Bp(n,l,o,s){l.value=o,l.getSnapshot=s,sm(l)&&um(n)}function im(n,l,o){return o(function(){sm(l)&&um(n)})}function sm(n){var l=n.getSnapshot;n=n.value;try{var o=l();return!$a(n,o)}catch{return!0}}function um(n){var l=cs(n,2);l!==null&&Al(l,n,2)}function Up(n){var l=Ra();if(typeof n=="function"){var o=n;if(n=o(),gs){tt(!0);try{o()}finally{tt(!1)}}}return l.memoizedState=l.baseState=n,l.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:n},l}function Da(n,l,o,s){return n.baseState=o,lm(n,gn,typeof s=="function"?s:Oi)}function xy(n,l,o,s,d){if(gd(n))throw Error(y(485));if(n=l.action,n!==null){var m={payload:d,action:n,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(A){m.listeners.push(A)}};E.T!==null?o(!0):m.isTransition=!1,s(m),o=l.pending,o===null?(m.next=l.pending=m,zp(l,m)):(m.next=o.next,l.pending=o.next=m)}}function zp(n,l){var o=l.action,s=l.payload,d=n.state;if(l.isTransition){var m=E.T,A={};E.T=A;try{var D=o(d,s),J=E.S;J!==null&&J(A,D),_p(n,l,D)}catch(he){ic(n,l,he)}finally{m!==null&&A.types!==null&&(m.types=A.types),E.T=m}}else try{m=o(d,s),_p(n,l,m)}catch(he){ic(n,l,he)}}function _p(n,l,o){o!==null&&typeof o=="object"&&typeof o.then=="function"?o.then(function(s){Hp(n,l,s)},function(s){return ic(n,l,s)}):Hp(n,l,o)}function Hp(n,l,o){l.status="fulfilled",l.value=o,Lp(l),n.state=o,l=n.pending,l!==null&&(o=l.next,o===l?n.pending=null:(o=o.next,l.next=o,zp(n,o)))}function ic(n,l,o){var s=n.pending;if(n.pending=null,s!==null){s=s.next;do l.status="rejected",l.reason=o,Lp(l),l=l.next;while(l!==s)}n.action=null}function Lp(n){n=n.listeners;for(var l=0;l<n.length;l++)(0,n[l])()}function md(n,l){return l}function jp(n,l){if($t){var o=Sn.formState;if(o!==null){e:{var s=zt;if($t){if(Rn){t:{for(var d=Rn,m=ya;d.nodeType!==8;){if(!m){d=null;break t}if(d=Sl(d.nextSibling),d===null){d=null;break t}}m=d.data,d=m==="F!"||m==="F"?d:null}if(d){Rn=Sl(d.nextSibling),s=d.data==="F!";break e}}bo(s)}s=!1}s&&(l=o[0])}}return o=Ra(),o.memoizedState=o.baseState=l,s={pending:null,lanes:0,dispatch:null,lastRenderedReducer:md,lastRenderedState:l},o.queue=s,o=pm.bind(null,zt,s),s.dispatch=o,s=Up(!1),m=iu.bind(null,zt,!1,s.queue),s=Ra(),d={state:l,dispatch:null,action:n,pending:null},s.queue=d,o=xy.bind(null,zt,d,m,o),d.dispatch=o,s.memoizedState=n,[l,o,!1]}function Ry(n){var l=Pn();return hd(l,gn,n)}function hd(n,l,o){if(l=lm(n,l,md)[0],n=xi(Oi)[0],typeof l=="object"&&l!==null&&typeof l.then=="function")try{var s=oc(l)}catch(A){throw A===Ws?pr:A}else s=l;l=Pn();var d=l.queue,m=d.dispatch;return o!==l.memoizedState&&(zt.flags|=2048,sc(9,{destroy:void 0},Yp.bind(null,d,o),null)),[s,m,n]}function Yp(n,l){n.action=l}function qp(n){var l=Pn(),o=gn;if(o!==null)return hd(l,o,n);Pn(),l=l.memoizedState,o=Pn();var s=o.queue.dispatch;return o.memoizedState=n,[l,s,!1]}function sc(n,l,o,s){return n={tag:n,create:o,deps:s,inst:l,next:null},l=zt.updateQueue,l===null&&(l=fd(),zt.updateQueue=l),o=l.lastEffect,o===null?l.lastEffect=n.next=n:(s=o.next,o.next=n,n.next=s,l.lastEffect=n),n}function Gp(){return Pn().memoizedState}function Tr(n,l,o,s){var d=Ra();zt.flags|=n,d.memoizedState=sc(1|l,{destroy:void 0},o,s===void 0?null:s)}function wr(n,l,o,s){var d=Pn();s=s===void 0?null:s;var m=d.memoizedState.inst;gn!==null&&s!==null&&vs(s,gn.memoizedState.deps)?d.memoizedState=sc(l,m,o,s):(zt.flags|=n,d.memoizedState=sc(1|l,m,o,s))}function cm(n,l){Tr(8390656,8,n,l)}function rm(n,l){wr(2048,8,n,l)}function Vp(n){zt.flags|=4;var l=zt.updateQueue;if(l===null)l=fd(),zt.updateQueue=l,l.events=[n];else{var o=l.events;o===null?l.events=[n]:o.push(n)}}function pd(n){var l=Pn().memoizedState;return Vp({ref:l,nextImpl:n}),function(){if((fn&2)!==0)throw Error(y(440));return l.impl.apply(void 0,arguments)}}function fm(n,l){return wr(4,2,n,l)}function Qp(n,l){return wr(4,4,n,l)}function dm(n,l){if(typeof l=="function"){n=n();var o=l(n);return function(){typeof o=="function"?o():l(null)}}if(l!=null)return n=n(),l.current=n,function(){l.current=null}}function Xp(n,l,o){o=o!=null?o.concat([n]):null,wr(4,4,dm.bind(null,l,n),o)}function Vo(){}function mm(n,l){var o=Pn();l=l===void 0?null:l;var s=o.memoizedState;return l!==null&&vs(l,s[1])?s[0]:(o.memoizedState=[n,l],n)}function Dy(n,l){var o=Pn();l=l===void 0?null:l;var s=o.memoizedState;if(l!==null&&vs(l,s[1]))return s[0];if(s=n(),gs){tt(!0);try{n()}finally{tt(!1)}}return o.memoizedState=[s,l],s}function yd(n,l,o){return o===void 0||(Ci&1073741824)!==0&&(Ft&261930)===0?n.memoizedState=l:(n.memoizedState=o,n=Qy(),zt.lanes|=n,Fo|=n,o)}function Ri(n,l,o,s){return $a(o,l)?o:ga.current!==null?(n=yd(n,o,s),$a(n,l)||(sa=!0),n):(Ci&42)===0||(Ci&1073741824)!==0&&(Ft&261930)===0?(sa=!0,n.memoizedState=o):(n=Qy(),zt.lanes|=n,Fo|=n,l)}function hm(n,l,o,s,d){var m=z.p;z.p=m!==0&&8>m?m:8;var A=E.T,D={};E.T=D,iu(n,!1,l,o);try{var J=d(),he=E.S;if(he!==null&&he(D,J),J!==null&&typeof J=="object"&&typeof J.then=="function"){var xe=ad(J,s);bs(n,l,xe,kl(n))}else bs(n,l,s,kl(n))}catch(Ue){bs(n,l,{then:function(){},status:"rejected",reason:Ue},kl())}finally{z.p=m,A!==null&&D.types!==null&&(A.types=D.types),E.T=A}}function Ny(){}function Er(n,l,o,s){if(n.tag!==5)throw Error(y(476));var d=Cr(n).queue;hm(n,d,l,Y,o===null?Ny:function(){return An(n),o(s)})}function Cr(n){var l=n.memoizedState;if(l!==null)return l;l={memoizedState:Y,baseState:Y,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:Y},next:null};var o={};return l.next={memoizedState:o,baseState:o,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:o},next:null},n.memoizedState=l,n=n.alternate,n!==null&&(n.memoizedState=l),l}function An(n){var l=Cr(n);l.next===null&&(l=n.alternate.memoizedState),bs(n,l.next.queue,{},kl())}function Ip(){return _e(Xd)}function My(){return Pn().memoizedState}function Jp(){return Pn().memoizedState}function Di(n){for(var l=n.return;l!==null;){switch(l.tag){case 24:case 3:var o=kl();n=ys(o);var s=Ql(l,n,o);s!==null&&(Al(s,l,o),nu(s,l,o)),l={cache:Pf()},n.payload=l;return}l=l.return}}function ky(n,l,o){var s=kl();o={lane:s,revertLane:0,gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},gd(n)?ym(l,o):(o=go(n,l,o,s),o!==null&&(Al(o,n,s),Fp(o,l,s)))}function pm(n,l,o){var s=kl();bs(n,l,o,s)}function bs(n,l,o,s){var d={lane:s,revertLane:0,gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null};if(gd(n))ym(l,d);else{var m=n.alternate;if(n.lanes===0&&(m===null||m.lanes===0)&&(m=l.lastRenderedReducer,m!==null))try{var A=l.lastRenderedState,D=m(A,o);if(d.hasEagerState=!0,d.eagerState=D,$a(D,A))return jl(n,l,d,0),Sn===null&&Ll(),!1}catch{}if(o=go(n,l,d,s),o!==null)return Al(o,n,s),Fp(o,l,s),!0}return!1}function iu(n,l,o,s){if(s={lane:2,revertLane:Gm(),gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null},gd(n)){if(l)throw Error(y(479))}else l=go(n,o,s,2),l!==null&&Al(l,n,2)}function gd(n){var l=n.alternate;return n===zt||l!==null&&l===zt}function ym(n,l){ac=nc=!0;var o=n.pending;o===null?l.next=l:(l.next=o.next,o.next=l),n.pending=l}function Fp(n,l,o){if((o&4194048)!==0){var s=l.lanes;s&=n.pendingLanes,o|=s,l.lanes=o,On(n,o)}}var vd={readContext:_e,use:Sr,useCallback:Xn,useContext:Xn,useEffect:Xn,useImperativeHandle:Xn,useLayoutEffect:Xn,useInsertionEffect:Xn,useMemo:Xn,useReducer:Xn,useRef:Xn,useState:Xn,useDebugValue:Xn,useDeferredValue:Xn,useTransition:Xn,useSyncExternalStore:Xn,useId:Xn,useHostTransitionStatus:Xn,useFormState:Xn,useActionState:Xn,useOptimistic:Xn,useMemoCache:Xn,useCacheRefresh:Xn};vd.useEffectEvent=Xn;var By={readContext:_e,use:Sr,useCallback:function(n,l){return Ra().memoizedState=[n,l===void 0?null:l],n},useContext:_e,useEffect:cm,useImperativeHandle:function(n,l,o){o=o!=null?o.concat([n]):null,Tr(4194308,4,dm.bind(null,l,n),o)},useLayoutEffect:function(n,l){return Tr(4194308,4,n,l)},useInsertionEffect:function(n,l){Tr(4,2,n,l)},useMemo:function(n,l){var o=Ra();l=l===void 0?null:l;var s=n();if(gs){tt(!0);try{n()}finally{tt(!1)}}return o.memoizedState=[s,l],s},useReducer:function(n,l,o){var s=Ra();if(o!==void 0){var d=o(l);if(gs){tt(!0);try{o(l)}finally{tt(!1)}}}else d=l;return s.memoizedState=s.baseState=d,n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:d},s.queue=n,n=n.dispatch=ky.bind(null,zt,n),[s.memoizedState,n]},useRef:function(n){var l=Ra();return n={current:n},l.memoizedState=n},useState:function(n){n=Up(n);var l=n.queue,o=pm.bind(null,zt,l);return l.dispatch=o,[n.memoizedState,o]},useDebugValue:Vo,useDeferredValue:function(n,l){var o=Ra();return yd(o,n,l)},useTransition:function(){var n=Up(!1);return n=hm.bind(null,zt,n.queue,!0,!1),Ra().memoizedState=n,[!1,n]},useSyncExternalStore:function(n,l,o){var s=zt,d=Ra();if($t){if(o===void 0)throw Error(y(407));o=o()}else{if(o=l(),Sn===null)throw Error(y(349));(Ft&127)!==0||dd(s,l,o)}d.memoizedState=o;var m={value:o,getSnapshot:l};return d.queue=m,cm(im.bind(null,s,m,n),[n]),s.flags|=2048,sc(9,{destroy:void 0},Bp.bind(null,s,m,o,l),null),o},useId:function(){var n=Ra(),l=Sn.identifierPrefix;if($t){var o=jo,s=Rl;o=(s&~(1<<32-mt(s)-1)).toString(32)+o,l="_"+l+"R_"+o,o=ud++,0<o&&(l+="H"+o.toString(32)),l+="_"}else o=Cy++,l="_"+l+"r_"+o.toString(32)+"_";return n.memoizedState=l},useHostTransitionStatus:Ip,useFormState:jp,useActionState:jp,useOptimistic:function(n){var l=Ra();l.memoizedState=l.baseState=n;var o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return l.queue=o,l=iu.bind(null,zt,!0,o),o.dispatch=l,[n,l]},useMemoCache:am,useCacheRefresh:function(){return Ra().memoizedState=Di.bind(null,zt)},useEffectEvent:function(n){var l=Ra(),o={impl:n};return l.memoizedState=o,function(){if((fn&2)!==0)throw Error(y(440));return o.impl.apply(void 0,arguments)}}},gm={readContext:_e,use:Sr,useCallback:mm,useContext:_e,useEffect:rm,useImperativeHandle:Xp,useInsertionEffect:fm,useLayoutEffect:Qp,useMemo:Dy,useReducer:xi,useRef:Gp,useState:function(){return xi(Oi)},useDebugValue:Vo,useDeferredValue:function(n,l){var o=Pn();return Ri(o,gn.memoizedState,n,l)},useTransition:function(){var n=xi(Oi)[0],l=Pn().memoizedState;return[typeof n=="boolean"?n:oc(n),l]},useSyncExternalStore:kp,useId:My,useHostTransitionStatus:Ip,useFormState:Ry,useActionState:Ry,useOptimistic:function(n,l){var o=Pn();return Da(o,gn,n,l)},useMemoCache:am,useCacheRefresh:Jp};gm.useEffectEvent=pd;var Uy={readContext:_e,use:Sr,useCallback:mm,useContext:_e,useEffect:rm,useImperativeHandle:Xp,useInsertionEffect:fm,useLayoutEffect:Qp,useMemo:Dy,useReducer:om,useRef:Gp,useState:function(){return om(Oi)},useDebugValue:Vo,useDeferredValue:function(n,l){var o=Pn();return gn===null?yd(o,n,l):Ri(o,gn.memoizedState,n,l)},useTransition:function(){var n=om(Oi)[0],l=Pn().memoizedState;return[typeof n=="boolean"?n:oc(n),l]},useSyncExternalStore:kp,useId:My,useHostTransitionStatus:Ip,useFormState:qp,useActionState:qp,useOptimistic:function(n,l){var o=Pn();return gn!==null?Da(o,gn,n,l):(o.baseState=n,[n,o.queue.dispatch])},useMemoCache:am,useCacheRefresh:Jp};Uy.useEffectEvent=pd;function uc(n,l,o,s){l=n.memoizedState,o=o(s,l),o=o==null?l:Q({},l,o),n.memoizedState=o,n.lanes===0&&(n.updateQueue.baseState=o)}var Ao={enqueueSetState:function(n,l,o){n=n._reactInternals;var s=kl(),d=ys(s);d.payload=l,o!=null&&(d.callback=o),l=Ql(n,d,s),l!==null&&(Al(l,n,s),nu(l,n,s))},enqueueReplaceState:function(n,l,o){n=n._reactInternals;var s=kl(),d=ys(s);d.tag=1,d.payload=l,o!=null&&(d.callback=o),l=Ql(n,d,s),l!==null&&(Al(l,n,s),nu(l,n,s))},enqueueForceUpdate:function(n,l){n=n._reactInternals;var o=kl(),s=ys(o);s.tag=2,l!=null&&(s.callback=l),l=Ql(n,s,o),l!==null&&(Al(l,n,o),nu(l,n,o))}};function Zp(n,l,o,s,d,m,A){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(s,m,A):l.prototype&&l.prototype.isPureReactComponent?!ho(o,s)||!ho(d,m):!0}function zy(n,l,o,s){n=l.state,typeof l.componentWillReceiveProps=="function"&&l.componentWillReceiveProps(o,s),typeof l.UNSAFE_componentWillReceiveProps=="function"&&l.UNSAFE_componentWillReceiveProps(o,s),l.state!==n&&Ao.enqueueReplaceState(l,l.state,null)}function su(n,l){var o=l;if("ref"in l){o={};for(var s in l)s!=="ref"&&(o[s]=l[s])}if(n=n.defaultProps){o===l&&(o=Q({},o));for(var d in n)o[d]===void 0&&(o[d]=n[d])}return o}function vm(n){Iu(n)}function Kp(n){console.error(n)}function bm(n){Iu(n)}function Or(n,l){try{var o=n.onUncaughtError;o(l.value,{componentStack:l.stack})}catch(s){setTimeout(function(){throw s})}}function bd(n,l,o){try{var s=n.onCaughtError;s(o.value,{componentStack:o.stack,errorBoundary:l.tag===1?l.stateNode:null})}catch(d){setTimeout(function(){throw d})}}function Wp(n,l,o){return o=ys(o),o.tag=3,o.payload={element:null},o.callback=function(){Or(n,l)},o}function $p(n){return n=ys(n),n.tag=3,n}function Pp(n,l,o,s){var d=o.type.getDerivedStateFromError;if(typeof d=="function"){var m=s.value;n.payload=function(){return d(m)},n.callback=function(){bd(l,o,s)}}var A=o.stateNode;A!==null&&typeof A.componentDidCatch=="function"&&(n.callback=function(){bd(l,o,s),typeof d!="function"&&(jn===null?jn=new Set([this]):jn.add(this));var D=s.stack;this.componentDidCatch(s.value,{componentStack:D!==null?D:""})})}function pb(n,l,o,s,d){if(o.flags|=32768,s!==null&&typeof s=="object"&&typeof s.then=="function"){if(l=o.alternate,l!==null&&xa(l,o,d,!0),o=ml.current,o!==null){switch(o.tag){case 31:case 13:return Xl===null?Lm():o.alternate===null&&Nn===0&&(Nn=3),o.flags&=-257,o.flags|=65536,o.lanes=d,s===Pu?o.flags|=16384:(l=o.updateQueue,l===null?o.updateQueue=new Set([s]):l.add(s),Bd(n,s,d)),!1;case 22:return o.flags|=65536,s===Pu?o.flags|=16384:(l=o.updateQueue,l===null?(l={transitions:null,markerInstances:null,retryQueue:new Set([s])},o.updateQueue=l):(o=l.retryQueue,o===null?l.retryQueue=new Set([s]):o.add(s)),Bd(n,s,d)),!1}throw Error(y(435,o.tag))}return Bd(n,s,d),Lm(),!1}if($t)return l=ml.current,l!==null?((l.flags&65536)===0&&(l.flags|=256),l.flags|=65536,l.lanes=d,s!==Ai&&(n=Error(y(422),{cause:s}),mr(Yl(n,o)))):(s!==Ai&&(l=Error(y(423),{cause:s}),mr(Yl(l,o))),n=n.current.alternate,n.flags|=65536,d&=-d,n.lanes|=d,s=Yl(s,o),d=Wp(n.stateNode,s,d),$0(n,d),Nn!==4&&(Nn=2)),!1;var m=Error(y(520),{cause:s});if(m=Yl(m,o),Dd===null?Dd=[m]:Dd.push(m),Nn!==4&&(Nn=2),l===null)return!0;s=Yl(s,o),o=l;do{switch(o.tag){case 3:return o.flags|=65536,n=d&-d,o.lanes|=n,n=Wp(o.stateNode,s,n),$0(o,n),!1;case 1:if(l=o.type,m=o.stateNode,(o.flags&128)===0&&(typeof l.getDerivedStateFromError=="function"||m!==null&&typeof m.componentDidCatch=="function"&&(jn===null||!jn.has(m))))return o.flags|=65536,d&=-d,o.lanes|=d,d=$p(d),Pp(d,n,o,s),$0(o,d),!1}o=o.return}while(o!==null);return!1}var Am=Error(y(461)),sa=!1;function Un(n,l,o,s){l.child=n===null?Np(l,null,o,s):tu(l,n.child,o,s)}function e2(n,l,o,s,d){o=o.render;var m=l.ref;if("ref"in s){var A={};for(var D in s)D!=="ref"&&(A[D]=s[D])}else A=s;return Rt(l),s=cd(n,l,o,A,m,d),D=nm(),n!==null&&!sa?(lc(n,l,d),Fl(n,l,d)):($t&&D&&fr(l),l.flags|=1,Un(n,l,s,d),l.child)}function t2(n,l,o,s,d){if(n===null){var m=o.type;return typeof m=="function"&&!Ju(m)&&m.defaultProps===void 0&&o.compare===null?(l.tag=15,l.type=m,n2(n,l,m,s,d)):(n=X0(o.type,null,s,l,l.mode,d),n.ref=l.ref,n.return=l,l.child=n)}if(m=n.child,!wm(n,d)){var A=m.memoizedProps;if(o=o.compare,o=o!==null?o:ho,o(A,s)&&n.ref===l.ref)return Fl(n,l,d)}return l.flags|=1,n=rs(m,s),n.ref=l.ref,n.return=l,l.child=n}function n2(n,l,o,s,d){if(n!==null){var m=n.memoizedProps;if(ho(m,s)&&n.ref===l.ref)if(sa=!1,l.pendingProps=s=m,wm(n,d))(n.flags&131072)!==0&&(sa=!0);else return l.lanes=n.lanes,Fl(n,l,d)}return Sm(n,l,o,s,d)}function _y(n,l,o,s){var d=s.children,m=n!==null?n.memoizedState:null;if(n===null&&l.stateNode===null&&(l.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),s.mode==="hidden"){if((l.flags&128)!==0){if(m=m!==null?m.baseLanes|o:o,n!==null){for(s=l.child=n.child,d=0;s!==null;)d=d|s.lanes|s.childLanes,s=s.sibling;s=d&~m}else s=0,l.child=null;return pl(n,l,m,o,s)}if((o&536870912)!==0)l.memoizedState={baseLanes:0,cachePool:null},n!==null&&hr(l,m!==null?m.cachePool:null),m!==null?Ey(l,m):sd(),em(l);else return s=l.lanes=536870912,pl(n,l,m!==null?m.baseLanes|o:o,o,s)}else m!==null?(hr(l,m.cachePool),Ey(l,m),Go(),l.memoizedState=null):(n!==null&&hr(l,null),sd(),Go());return Un(n,l,d,o),l.child}function uu(n,l){return n!==null&&n.tag===22||l.stateNode!==null||(l.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),l.sibling}function pl(n,l,o,s,d){var m=Vl();return m=m===null?null:{parent:oa._currentValue,pool:m},l.memoizedState={baseLanes:o,cachePool:m},n!==null&&hr(l,null),sd(),em(l),n!==null&&xa(n,l,s,!0),l.childLanes=d,null}function Ad(n,l){return l=wd({mode:l.mode,children:l.children},n.mode),l.ref=n.ref,n.child=l,l.return=n,l}function yl(n,l,o){return tu(l,n.child,null,o),n=Ad(l,l.pendingProps),n.flags|=2,hl(l),l.memoizedState=null,n}function Hy(n,l,o){var s=l.pendingProps,d=(l.flags&128)!==0;if(l.flags&=-129,n===null){if($t){if(s.mode==="hidden")return n=Ad(l,s),l.lanes=536870912,uu(null,n);if(vr(l),(n=Rn)?(n=vg(n,ya),n=n!==null&&n.data==="&"?n:null,n!==null&&(l.memoizedState={dehydrated:n,treeContext:Lo!==null?{id:Rl,overflow:jo}:null,retryLane:536870912,hydrationErrors:null},o=Sp(n),o.return=l,l.child=o,Oa=l,Rn=null)):n=null,n===null)throw bo(l);return l.lanes=536870912,null}return Ad(l,s)}var m=n.memoizedState;if(m!==null){var A=m.dehydrated;if(vr(l),d)if(l.flags&256)l.flags&=-257,l=yl(n,l,o);else if(l.memoizedState!==null)l.child=n.child,l.flags|=128,l=null;else throw Error(y(558));else if(sa||xa(n,l,o,!1),d=(o&n.childLanes)!==0,sa||d){if(s=Sn,s!==null&&(A=aa(s,o),A!==0&&A!==m.retryLane))throw m.retryLane=A,cs(n,A),Al(s,n,A),Am;Lm(),l=yl(n,l,o)}else n=m.treeContext,Rn=Sl(A.nextSibling),Oa=l,$t=!0,bi=null,ya=!1,n!==null&&Kf(l,n),l=Ad(l,s),l.flags|=4096;return l}return n=rs(n.child,{mode:s.mode,children:s.children}),n.ref=l.ref,l.child=n,n.return=l,n}function Il(n,l){var o=l.ref;if(o===null)n!==null&&n.ref!==null&&(l.flags|=4194816);else{if(typeof o!="function"&&typeof o!="object")throw Error(y(284));(n===null||n.ref!==o)&&(l.flags|=4194816)}}function Sm(n,l,o,s,d){return Rt(l),o=cd(n,l,o,s,void 0,d),s=nm(),n!==null&&!sa?(lc(n,l,d),Fl(n,l,d)):($t&&s&&fr(l),l.flags|=1,Un(n,l,o,d),l.child)}function cu(n,l,o,s,d,m){return Rt(l),l.updateQueue=null,o=Oy(l,s,o,d),tm(n),s=nm(),n!==null&&!sa?(lc(n,l,m),Fl(n,l,m)):($t&&s&&fr(l),l.flags|=1,Un(n,l,o,m),l.child)}function a2(n,l,o,s,d){if(Rt(l),l.stateNode===null){var m=rl,A=o.contextType;typeof A=="object"&&A!==null&&(m=_e(A)),m=new o(s,m),l.memoizedState=m.state!==null&&m.state!==void 0?m.state:null,m.updater=Ao,l.stateNode=m,m._reactInternals=l,m=l.stateNode,m.props=s,m.state=l.memoizedState,m.refs={},id(l),A=o.contextType,m.context=typeof A=="object"&&A!==null?_e(A):rl,m.state=l.memoizedState,A=o.getDerivedStateFromProps,typeof A=="function"&&(uc(l,o,A,s),m.state=l.memoizedState),typeof o.getDerivedStateFromProps=="function"||typeof m.getSnapshotBeforeUpdate=="function"||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(A=m.state,typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount(),A!==m.state&&Ao.enqueueReplaceState(m,m.state,null),wi(l,s,m,d),au(),m.state=l.memoizedState),typeof m.componentDidMount=="function"&&(l.flags|=4194308),s=!0}else if(n===null){m=l.stateNode;var D=l.memoizedProps,J=su(o,D);m.props=J;var he=m.context,xe=o.contextType;A=rl,typeof xe=="object"&&xe!==null&&(A=_e(xe));var Ue=o.getDerivedStateFromProps;xe=typeof Ue=="function"||typeof m.getSnapshotBeforeUpdate=="function",D=l.pendingProps!==D,xe||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(D||he!==A)&&zy(l,m,s,A),ps=!1;var pe=l.memoizedState;m.state=pe,wi(l,s,m,d),au(),he=l.memoizedState,D||pe!==he||ps?(typeof Ue=="function"&&(uc(l,o,Ue,s),he=l.memoizedState),(J=ps||Zp(l,o,J,s,pe,he,A))?(xe||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount()),typeof m.componentDidMount=="function"&&(l.flags|=4194308)):(typeof m.componentDidMount=="function"&&(l.flags|=4194308),l.memoizedProps=s,l.memoizedState=he),m.props=s,m.state=he,m.context=A,s=J):(typeof m.componentDidMount=="function"&&(l.flags|=4194308),s=!1)}else{m=l.stateNode,W0(n,l),A=l.memoizedProps,xe=su(o,A),m.props=xe,Ue=l.pendingProps,pe=m.context,he=o.contextType,J=rl,typeof he=="object"&&he!==null&&(J=_e(he)),D=o.getDerivedStateFromProps,(he=typeof D=="function"||typeof m.getSnapshotBeforeUpdate=="function")||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(A!==Ue||pe!==J)&&zy(l,m,s,J),ps=!1,pe=l.memoizedState,m.state=pe,wi(l,s,m,d),au();var Se=l.memoizedState;A!==Ue||pe!==Se||ps||n!==null&&n.dependencies!==null&&Zu(n.dependencies)?(typeof D=="function"&&(uc(l,o,D,s),Se=l.memoizedState),(xe=ps||Zp(l,o,xe,s,pe,Se,J)||n!==null&&n.dependencies!==null&&Zu(n.dependencies))?(he||typeof m.UNSAFE_componentWillUpdate!="function"&&typeof m.componentWillUpdate!="function"||(typeof m.componentWillUpdate=="function"&&m.componentWillUpdate(s,Se,J),typeof m.UNSAFE_componentWillUpdate=="function"&&m.UNSAFE_componentWillUpdate(s,Se,J)),typeof m.componentDidUpdate=="function"&&(l.flags|=4),typeof m.getSnapshotBeforeUpdate=="function"&&(l.flags|=1024)):(typeof m.componentDidUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=1024),l.memoizedProps=s,l.memoizedState=Se),m.props=s,m.state=Se,m.context=J,s=xe):(typeof m.componentDidUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=1024),s=!1)}return m=s,Il(n,l),s=(l.flags&128)!==0,m||s?(m=l.stateNode,o=s&&typeof o.getDerivedStateFromError!="function"?null:m.render(),l.flags|=1,n!==null&&s?(l.child=tu(l,n.child,null,d),l.child=tu(l,null,o,d)):Un(n,l,o,d),l.memoizedState=m.state,n=l.child):n=Fl(n,l,d),n}function Qo(n,l,o,s){return Zs(),l.flags|=256,Un(n,l,o,s),l.child}var Sd={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Td(n){return{baseLanes:n,cachePool:Wu()}}function Jl(n,l,o){return n=n!==null?n.childLanes&~o:0,l&&(n|=bl),n}function l2(n,l,o){var s=l.pendingProps,d=!1,m=(l.flags&128)!==0,A;if((A=m)||(A=n!==null&&n.memoizedState===null?!1:(Ln.current&2)!==0),A&&(d=!0,l.flags&=-129),A=(l.flags&32)!==0,l.flags&=-33,n===null){if($t){if(d?Ei(l):Go(),(n=Rn)?(n=vg(n,ya),n=n!==null&&n.data!=="&"?n:null,n!==null&&(l.memoizedState={dehydrated:n,treeContext:Lo!==null?{id:Rl,overflow:jo}:null,retryLane:536870912,hydrationErrors:null},o=Sp(n),o.return=l,l.child=o,Oa=l,Rn=null)):n=null,n===null)throw bo(l);return yu(n)?l.lanes=32:l.lanes=536870912,null}var D=s.children;return s=s.fallback,d?(Go(),d=l.mode,D=wd({mode:"hidden",children:D},d),s=fs(s,d,o,null),D.return=l,s.return=l,D.sibling=s,l.child=D,s=l.child,s.memoizedState=Td(o),s.childLanes=Jl(n,A,o),l.memoizedState=Sd,uu(null,s)):(Ei(l),ru(l,D))}var J=n.memoizedState;if(J!==null&&(D=J.dehydrated,D!==null)){if(m)l.flags&256?(Ei(l),l.flags&=-257,l=cc(n,l,o)):l.memoizedState!==null?(Go(),l.child=n.child,l.flags|=128,l=null):(Go(),D=s.fallback,d=l.mode,s=wd({mode:"visible",children:s.children},d),D=fs(D,d,o,null),D.flags|=2,s.return=l,D.return=l,s.sibling=D,l.child=s,tu(l,n.child,null,o),s=l.child,s.memoizedState=Td(o),s.childLanes=Jl(n,A,o),l.memoizedState=Sd,l=uu(null,s));else if(Ei(l),yu(D)){if(A=D.nextSibling&&D.nextSibling.dataset,A)var he=A.dgst;A=he,s=Error(y(419)),s.stack="",s.digest=A,mr({value:s,source:null,stack:null}),l=cc(n,l,o)}else if(sa||xa(n,l,o,!1),A=(o&n.childLanes)!==0,sa||A){if(A=Sn,A!==null&&(s=aa(A,o),s!==0&&s!==J.retryLane))throw J.retryLane=s,cs(n,s),Al(A,n,s),Am;wo(D)||Lm(),l=cc(n,l,o)}else wo(D)?(l.flags|=192,l.child=n.child,l=null):(n=J.treeContext,Rn=Sl(D.nextSibling),Oa=l,$t=!0,bi=null,ya=!1,n!==null&&Kf(l,n),l=ru(l,s.children),l.flags|=4096);return l}return d?(Go(),D=s.fallback,d=l.mode,J=n.child,he=J.sibling,s=rs(J,{mode:"hidden",children:s.children}),s.subtreeFlags=J.subtreeFlags&65011712,he!==null?D=rs(he,D):(D=fs(D,d,o,null),D.flags|=2),D.return=l,s.return=l,s.sibling=D,l.child=s,uu(null,s),s=l.child,D=n.child.memoizedState,D===null?D=Td(o):(d=D.cachePool,d!==null?(J=oa._currentValue,d=d.parent!==J?{parent:J,pool:J}:d):d=Wu(),D={baseLanes:D.baseLanes|o,cachePool:d}),s.memoizedState=D,s.childLanes=Jl(n,A,o),l.memoizedState=Sd,uu(n.child,s)):(Ei(l),o=n.child,n=o.sibling,o=rs(o,{mode:"visible",children:s.children}),o.return=l,o.sibling=null,n!==null&&(A=l.deletions,A===null?(l.deletions=[n],l.flags|=16):A.push(n)),l.child=o,l.memoizedState=null,o)}function ru(n,l){return l=wd({mode:"visible",children:l},n.mode),l.return=n,n.child=l}function wd(n,l){return n=Wn(22,n,null,l),n.lanes=0,n}function cc(n,l,o){return tu(l,n.child,null,o),n=ru(l,l.pendingProps.children),n.flags|=2,l.memoizedState=null,n}function rc(n,l,o){n.lanes|=l;var s=n.alternate;s!==null&&(s.lanes|=l),Z0(n.return,l,o)}function Tm(n,l,o,s,d,m){var A=n.memoizedState;A===null?n.memoizedState={isBackwards:l,rendering:null,renderingStartTime:0,last:s,tail:o,tailMode:d,treeForkCount:m}:(A.isBackwards=l,A.rendering=null,A.renderingStartTime=0,A.last=s,A.tail=o,A.tailMode=d,A.treeForkCount=m)}function o2(n,l,o){var s=l.pendingProps,d=s.revealOrder,m=s.tail;s=s.children;var A=Ln.current,D=(A&2)!==0;if(D?(A=A&1|2,l.flags|=128):A&=1,Te(Ln,A),Un(n,l,s,o),s=$t?la:0,!D&&n!==null&&(n.flags&128)!==0)e:for(n=l.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&rc(n,o,l);else if(n.tag===19)rc(n,o,l);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===l)break e;for(;n.sibling===null;){if(n.return===null||n.return===l)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}switch(d){case"forwards":for(o=l.child,d=null;o!==null;)n=o.alternate,n!==null&&br(n)===null&&(d=o),o=o.sibling;o=d,o===null?(d=l.child,l.child=null):(d=o.sibling,o.sibling=null),Tm(l,!1,d,o,m,s);break;case"backwards":case"unstable_legacy-backwards":for(o=null,d=l.child,l.child=null;d!==null;){if(n=d.alternate,n!==null&&br(n)===null){l.child=d;break}n=d.sibling,d.sibling=o,o=d,d=n}Tm(l,!0,o,null,m,s);break;case"together":Tm(l,!1,null,null,void 0,s);break;default:l.memoizedState=null}return l.child}function Fl(n,l,o){if(n!==null&&(l.dependencies=n.dependencies),Fo|=l.lanes,(o&l.childLanes)===0)if(n!==null){if(xa(n,l,o,!1),(o&l.childLanes)===0)return null}else return null;if(n!==null&&l.child!==n.child)throw Error(y(153));if(l.child!==null){for(n=l.child,o=rs(n,n.pendingProps),l.child=o,o.return=l;n.sibling!==null;)n=n.sibling,o=o.sibling=rs(n,n.pendingProps),o.return=l;o.sibling=null}return l.child}function wm(n,l){return(n.lanes&l)!==0?!0:(n=n.dependencies,!!(n!==null&&Zu(n)))}function Em(n,l,o){switch(l.tag){case 3:Gt(l,l.stateNode.containerInfo),dl(l,oa,n.memoizedState.cache),Zs();break;case 27:case 5:Bn(l);break;case 4:Gt(l,l.stateNode.containerInfo);break;case 10:dl(l,l.type,l.memoizedProps.value);break;case 31:if(l.memoizedState!==null)return l.flags|=128,vr(l),null;break;case 13:var s=l.memoizedState;if(s!==null)return s.dehydrated!==null?(Ei(l),l.flags|=128,null):(o&l.child.childLanes)!==0?l2(n,l,o):(Ei(l),n=Fl(n,l,o),n!==null?n.sibling:null);Ei(l);break;case 19:var d=(n.flags&128)!==0;if(s=(o&l.childLanes)!==0,s||(xa(n,l,o,!1),s=(o&l.childLanes)!==0),d){if(s)return o2(n,l,o);l.flags|=128}if(d=l.memoizedState,d!==null&&(d.rendering=null,d.tail=null,d.lastEffect=null),Te(Ln,Ln.current),s)break;return null;case 22:return l.lanes=0,_y(n,l,o,l.pendingProps);case 24:dl(l,oa,n.memoizedState.cache)}return Fl(n,l,o)}function i2(n,l,o){if(n!==null)if(n.memoizedProps!==l.pendingProps)sa=!0;else{if(!wm(n,o)&&(l.flags&128)===0)return sa=!1,Em(n,l,o);sa=(n.flags&131072)!==0}else sa=!1,$t&&(l.flags&1048576)!==0&&wp(l,la,l.index);switch(l.lanes=0,l.tag){case 16:e:{var s=l.pendingProps;if(n=$s(l.elementType),l.type=n,typeof n=="function")Ju(n)?(s=su(n,s),l.tag=1,l=a2(null,l,n,s,o)):(l.tag=0,l=Sm(null,l,n,s,o));else{if(n!=null){var d=n.$$typeof;if(d===je){l.tag=11,l=e2(null,l,n,s,o);break e}else if(d===Ke){l.tag=14,l=t2(null,l,n,s,o);break e}}throw l=se(n)||n,Error(y(306,l,""))}}return l;case 0:return Sm(n,l,l.type,l.pendingProps,o);case 1:return s=l.type,d=su(s,l.pendingProps),a2(n,l,s,d,o);case 3:e:{if(Gt(l,l.stateNode.containerInfo),n===null)throw Error(y(387));s=l.pendingProps;var m=l.memoizedState;d=m.element,W0(n,l),wi(l,s,null,o);var A=l.memoizedState;if(s=A.cache,dl(l,oa,s),s!==m.cache&&Ti(l,[oa],o,!0),au(),s=A.element,m.isDehydrated)if(m={element:s,isDehydrated:!1,cache:A.cache},l.updateQueue.baseState=m,l.memoizedState=m,l.flags&256){l=Qo(n,l,s,o);break e}else if(s!==d){d=Yl(Error(y(424)),l),mr(d),l=Qo(n,l,s,o);break e}else for(n=l.stateNode.containerInfo,n.nodeType===9?n=n.body:n=n.nodeName==="HTML"?n.ownerDocument.body:n,Rn=Sl(n.firstChild),Oa=l,$t=!0,bi=null,ya=!0,o=Np(l,null,s,o),l.child=o;o;)o.flags=o.flags&-3|4096,o=o.sibling;else{if(Zs(),s===d){l=Fl(n,l,o);break e}Un(n,l,s,o)}l=l.child}return l;case 26:return Il(n,l),n===null?(o=Fr(l.type,null,l.pendingProps,null))?l.memoizedState=o:$t||(o=l.type,n=l.pendingProps,s=pu(Fe.current).createElement(o),s[sn]=l,s[qa]=n,Va(s,o,n),rn(s),l.stateNode=s):l.memoizedState=Fr(l.type,n.memoizedProps,l.pendingProps,n.memoizedState),null;case 27:return Bn(l),n===null&&$t&&(s=l.stateNode=Ir(l.type,l.pendingProps,Fe.current),Oa=l,ya=!0,d=Rn,Ko(l.type)?(Gd=d,Rn=Sl(s.firstChild)):Rn=d),Un(n,l,l.pendingProps.children,o),Il(n,l),n===null&&(l.flags|=4194304),l.child;case 5:return n===null&&$t&&((d=s=Rn)&&(s=vb(s,l.type,l.pendingProps,ya),s!==null?(l.stateNode=s,Oa=l,Rn=Sl(s.firstChild),ya=!1,d=!0):d=!1),d||bo(l)),Bn(l),d=l.type,m=l.pendingProps,A=n!==null?n.memoizedProps:null,s=m.children,Qr(d,m)?s=null:A!==null&&Qr(d,A)&&(l.flags|=32),l.memoizedState!==null&&(d=cd(n,l,hb,null,null,o),Xd._currentValue=d),Il(n,l),Un(n,l,s,o),l.child;case 6:return n===null&&$t&&((n=o=Rn)&&(o=Vt(o,l.pendingProps,ya),o!==null?(l.stateNode=o,Oa=l,Rn=null,n=!0):n=!1),n||bo(l)),null;case 13:return l2(n,l,o);case 4:return Gt(l,l.stateNode.containerInfo),s=l.pendingProps,n===null?l.child=tu(l,null,s,o):Un(n,l,s,o),l.child;case 11:return e2(n,l,l.type,l.pendingProps,o);case 7:return Un(n,l,l.pendingProps,o),l.child;case 8:return Un(n,l,l.pendingProps.children,o),l.child;case 12:return Un(n,l,l.pendingProps.children,o),l.child;case 10:return s=l.pendingProps,dl(l,l.type,s.value),Un(n,l,s.children,o),l.child;case 9:return d=l.type._context,s=l.pendingProps.children,Rt(l),d=_e(d),s=s(d),l.flags|=1,Un(n,l,s,o),l.child;case 14:return t2(n,l,l.type,l.pendingProps,o);case 15:return n2(n,l,l.type,l.pendingProps,o);case 19:return o2(n,l,o);case 31:return Hy(n,l,o);case 22:return _y(n,l,o,l.pendingProps);case 24:return Rt(l),s=_e(oa),n===null?(d=Vl(),d===null&&(d=Sn,m=Pf(),d.pooledCache=m,m.refCount++,m!==null&&(d.pooledCacheLanes|=o),d=m),l.memoizedState={parent:s,cache:d},id(l),dl(l,oa,d)):((n.lanes&o)!==0&&(W0(n,l),wi(l,null,null,o),au()),d=n.memoizedState,m=l.memoizedState,d.parent!==s?(d={parent:s,cache:s},l.memoizedState=d,l.lanes===0&&(l.memoizedState=l.updateQueue.baseState=d),dl(l,oa,s)):(s=m.cache,dl(l,oa,s),s!==d.cache&&Ti(l,[oa],o,!0))),Un(n,l,l.pendingProps.children,o),l.child;case 29:throw l.pendingProps}throw Error(y(156,l.tag))}function Ni(n){n.flags|=4}function s2(n,l,o,s,d){if((l=(n.mode&32)!==0)&&(l=!1),l){if(n.flags|=16777216,(d&335544128)===d)if(n.stateNode.complete)n.flags|=8192;else if(Jy())n.flags|=8192;else throw Ps=Pu,$u}else n.flags&=-16777217}function u2(n,l){if(l.type!=="stylesheet"||(l.state.loading&4)!==0)n.flags&=-16777217;else if(n.flags|=16777216,!Ul(l))if(Jy())n.flags|=8192;else throw Ps=Pu,$u}function Pa(n,l){l!==null&&(n.flags|=4),n.flags&16384&&(l=n.tag!==22?kt():536870912,n.lanes|=l,In|=l)}function xr(n,l){if(!$t)switch(n.tailMode){case"hidden":l=n.tail;for(var o=null;l!==null;)l.alternate!==null&&(o=l),l=l.sibling;o===null?n.tail=null:o.sibling=null;break;case"collapsed":o=n.tail;for(var s=null;o!==null;)o.alternate!==null&&(s=o),o=o.sibling;s===null?l||n.tail===null?n.tail=null:n.tail.sibling=null:s.sibling=null}}function xt(n){var l=n.alternate!==null&&n.alternate.child===n.child,o=0,s=0;if(l)for(var d=n.child;d!==null;)o|=d.lanes|d.childLanes,s|=d.subtreeFlags&65011712,s|=d.flags&65011712,d.return=n,d=d.sibling;else for(d=n.child;d!==null;)o|=d.lanes|d.childLanes,s|=d.subtreeFlags,s|=d.flags,d.return=n,d=d.sibling;return n.subtreeFlags|=s,n.childLanes=o,l}function Ly(n,l,o){var s=l.pendingProps;switch(J0(l),l.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return xt(l),null;case 1:return xt(l),null;case 3:return o=l.stateNode,s=null,n!==null&&(s=n.memoizedState.cache),l.memoizedState.cache!==s&&(l.flags|=2048),qo(oa),Ot(),o.pendingContext&&(o.context=o.pendingContext,o.pendingContext=null),(n===null||n.child===null)&&(Si(l)?Ni(l):n===null||n.memoizedState.isDehydrated&&(l.flags&256)===0||(l.flags|=1024,Ep())),xt(l),null;case 26:var d=l.type,m=l.memoizedState;return n===null?(Ni(l),m!==null?(xt(l),u2(l,m)):(xt(l),s2(l,d,null,s,o))):m?m!==n.memoizedState?(Ni(l),xt(l),u2(l,m)):(xt(l),l.flags&=-16777217):(n=n.memoizedProps,n!==s&&Ni(l),xt(l),s2(l,d,n,s,o)),null;case 27:if(Xe(l),o=Fe.current,d=l.type,n!==null&&l.stateNode!=null)n.memoizedProps!==s&&Ni(l);else{if(!s){if(l.stateNode===null)throw Error(y(166));return xt(l),null}n=we.current,Si(l)?Wf(l):(n=Ir(d,s,o),l.stateNode=n,Ni(l))}return xt(l),null;case 5:if(Xe(l),d=l.type,n!==null&&l.stateNode!=null)n.memoizedProps!==s&&Ni(l);else{if(!s){if(l.stateNode===null)throw Error(y(166));return xt(l),null}if(m=we.current,Si(l))Wf(l);else{var A=pu(Fe.current);switch(m){case 1:m=A.createElementNS("http://www.w3.org/2000/svg",d);break;case 2:m=A.createElementNS("http://www.w3.org/1998/Math/MathML",d);break;default:switch(d){case"svg":m=A.createElementNS("http://www.w3.org/2000/svg",d);break;case"math":m=A.createElementNS("http://www.w3.org/1998/Math/MathML",d);break;case"script":m=A.createElement("div"),m.innerHTML="<script><\/script>",m=m.removeChild(m.firstChild);break;case"select":m=typeof s.is=="string"?A.createElement("select",{is:s.is}):A.createElement("select"),s.multiple?m.multiple=!0:s.size&&(m.size=s.size);break;default:m=typeof s.is=="string"?A.createElement(d,{is:s.is}):A.createElement(d)}}m[sn]=l,m[qa]=s;e:for(A=l.child;A!==null;){if(A.tag===5||A.tag===6)m.appendChild(A.stateNode);else if(A.tag!==4&&A.tag!==27&&A.child!==null){A.child.return=A,A=A.child;continue}if(A===l)break e;for(;A.sibling===null;){if(A.return===null||A.return===l)break e;A=A.return}A.sibling.return=A.return,A=A.sibling}l.stateNode=m;e:switch(Va(m,d,s),d){case"button":case"input":case"select":case"textarea":s=!!s.autoFocus;break e;case"img":s=!0;break e;default:s=!1}s&&Ni(l)}}return xt(l),s2(l,l.type,n===null?null:n.memoizedProps,l.pendingProps,o),null;case 6:if(n&&l.stateNode!=null)n.memoizedProps!==s&&Ni(l);else{if(typeof s!="string"&&l.stateNode===null)throw Error(y(166));if(n=Fe.current,Si(l)){if(n=l.stateNode,o=l.memoizedProps,s=null,d=Oa,d!==null)switch(d.tag){case 27:case 5:s=d.memoizedProps}n[sn]=l,n=!!(n.nodeValue===o||s!==null&&s.suppressHydrationWarning===!0||k2(n.nodeValue,o)),n||bo(l,!0)}else n=pu(n).createTextNode(s),n[sn]=l,l.stateNode=n}return xt(l),null;case 31:if(o=l.memoizedState,n===null||n.memoizedState!==null){if(s=Si(l),o!==null){if(n===null){if(!s)throw Error(y(318));if(n=l.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(y(557));n[sn]=l}else Zs(),(l.flags&128)===0&&(l.memoizedState=null),l.flags|=4;xt(l),n=!1}else o=Ep(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=o),n=!0;if(!n)return l.flags&256?(hl(l),l):(hl(l),null);if((l.flags&128)!==0)throw Error(y(558))}return xt(l),null;case 13:if(s=l.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(d=Si(l),s!==null&&s.dehydrated!==null){if(n===null){if(!d)throw Error(y(318));if(d=l.memoizedState,d=d!==null?d.dehydrated:null,!d)throw Error(y(317));d[sn]=l}else Zs(),(l.flags&128)===0&&(l.memoizedState=null),l.flags|=4;xt(l),d=!1}else d=Ep(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=d),d=!0;if(!d)return l.flags&256?(hl(l),l):(hl(l),null)}return hl(l),(l.flags&128)!==0?(l.lanes=o,l):(o=s!==null,n=n!==null&&n.memoizedState!==null,o&&(s=l.child,d=null,s.alternate!==null&&s.alternate.memoizedState!==null&&s.alternate.memoizedState.cachePool!==null&&(d=s.alternate.memoizedState.cachePool.pool),m=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(m=s.memoizedState.cachePool.pool),m!==d&&(s.flags|=2048)),o!==n&&o&&(l.child.flags|=8192),Pa(l,l.updateQueue),xt(l),null);case 4:return Ot(),n===null&&Vr(l.stateNode.containerInfo),xt(l),null;case 10:return qo(l.type),xt(l),null;case 19:if(Z(Ln),s=l.memoizedState,s===null)return xt(l),null;if(d=(l.flags&128)!==0,m=s.rendering,m===null)if(d)xr(s,!1);else{if(Nn!==0||n!==null&&(n.flags&128)!==0)for(n=l.child;n!==null;){if(m=br(n),m!==null){for(l.flags|=128,xr(s,!1),n=m.updateQueue,l.updateQueue=n,Pa(l,n),l.subtreeFlags=0,n=o,o=l.child;o!==null;)Ap(o,n),o=o.sibling;return Te(Ln,Ln.current&1|2),$t&&vo(l,s.treeForkCount),l.child}n=n.sibling}s.tail!==null&&Ve()>hn&&(l.flags|=128,d=!0,xr(s,!1),l.lanes=4194304)}else{if(!d)if(n=br(m),n!==null){if(l.flags|=128,d=!0,n=n.updateQueue,l.updateQueue=n,Pa(l,n),xr(s,!0),s.tail===null&&s.tailMode==="hidden"&&!m.alternate&&!$t)return xt(l),null}else 2*Ve()-s.renderingStartTime>hn&&o!==536870912&&(l.flags|=128,d=!0,xr(s,!1),l.lanes=4194304);s.isBackwards?(m.sibling=l.child,l.child=m):(n=s.last,n!==null?n.sibling=m:l.child=m,s.last=m)}return s.tail!==null?(n=s.tail,s.rendering=n,s.tail=n.sibling,s.renderingStartTime=Ve(),n.sibling=null,o=Ln.current,Te(Ln,d?o&1|2:o&1),$t&&vo(l,s.treeForkCount),n):(xt(l),null);case 22:case 23:return hl(l),gr(),s=l.memoizedState!==null,n!==null?n.memoizedState!==null!==s&&(l.flags|=8192):s&&(l.flags|=8192),s?(o&536870912)!==0&&(l.flags&128)===0&&(xt(l),l.subtreeFlags&6&&(l.flags|=8192)):xt(l),o=l.updateQueue,o!==null&&Pa(l,o.retryQueue),o=null,n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(o=n.memoizedState.cachePool.pool),s=null,l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(s=l.memoizedState.cachePool.pool),s!==o&&(l.flags|=2048),n!==null&&Z(Gl),null;case 24:return o=null,n!==null&&(o=n.memoizedState.cache),l.memoizedState.cache!==o&&(l.flags|=2048),qo(oa),xt(l),null;case 25:return null;case 30:return null}throw Error(y(156,l.tag))}function jy(n,l){switch(J0(l),l.tag){case 1:return n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 3:return qo(oa),Ot(),n=l.flags,(n&65536)!==0&&(n&128)===0?(l.flags=n&-65537|128,l):null;case 26:case 27:case 5:return Xe(l),null;case 31:if(l.memoizedState!==null){if(hl(l),l.alternate===null)throw Error(y(340));Zs()}return n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 13:if(hl(l),n=l.memoizedState,n!==null&&n.dehydrated!==null){if(l.alternate===null)throw Error(y(340));Zs()}return n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 19:return Z(Ln),null;case 4:return Ot(),null;case 10:return qo(l.type),null;case 22:case 23:return hl(l),gr(),n!==null&&Z(Gl),n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 24:return qo(oa),null;case 25:return null;default:return null}}function Yy(n,l){switch(J0(l),l.tag){case 3:qo(oa),Ot();break;case 26:case 27:case 5:Xe(l);break;case 4:Ot();break;case 31:l.memoizedState!==null&&hl(l);break;case 13:hl(l);break;case 19:Z(Ln);break;case 10:qo(l.type);break;case 22:case 23:hl(l),gr(),n!==null&&Z(Gl);break;case 24:qo(oa)}}function So(n,l){try{var o=l.updateQueue,s=o!==null?o.lastEffect:null;if(s!==null){var d=s.next;o=d;do{if((o.tag&n)===n){s=void 0;var m=o.create,A=o.inst;s=m(),A.destroy=s}o=o.next}while(o!==d)}}catch(D){bn(l,l.return,D)}}function Zl(n,l,o){try{var s=l.updateQueue,d=s!==null?s.lastEffect:null;if(d!==null){var m=d.next;s=m;do{if((s.tag&n)===n){var A=s.inst,D=A.destroy;if(D!==void 0){A.destroy=void 0,d=l;var J=o,he=D;try{he()}catch(xe){bn(d,J,xe)}}}s=s.next}while(s!==m)}}catch(xe){bn(l,l.return,xe)}}function Cm(n){var l=n.updateQueue;if(l!==null){var o=n.stateNode;try{lu(l,o)}catch(s){bn(n,n.return,s)}}}function fu(n,l,o){o.props=su(n.type,n.memoizedProps),o.state=n.memoizedState;try{o.componentWillUnmount()}catch(s){bn(n,l,s)}}function Mi(n,l){try{var o=n.ref;if(o!==null){switch(n.tag){case 26:case 27:case 5:var s=n.stateNode;break;case 30:s=n.stateNode;break;default:s=n.stateNode}typeof o=="function"?n.refCleanup=o(s):o.current=s}}catch(d){bn(n,l,d)}}function Xo(n,l){var o=n.ref,s=n.refCleanup;if(o!==null)if(typeof s=="function")try{s()}catch(d){bn(n,l,d)}finally{n.refCleanup=null,n=n.alternate,n!=null&&(n.refCleanup=null)}else if(typeof o=="function")try{o(null)}catch(d){bn(n,l,d)}else o.current=null}function c2(n){var l=n.type,o=n.memoizedProps,s=n.stateNode;try{e:switch(l){case"button":case"input":case"select":case"textarea":o.autoFocus&&s.focus();break e;case"img":o.src?s.src=o.src:o.srcSet&&(s.srcset=o.srcSet)}}catch(d){bn(n,n.return,d)}}function Om(n,l,o){try{var s=n.stateNode;U2(s,n.type,o,l),s[qa]=l}catch(d){bn(n,n.return,d)}}function r2(n){return n.tag===5||n.tag===3||n.tag===26||n.tag===27&&Ko(n.type)||n.tag===4}function Rr(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||r2(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.tag===27&&Ko(n.type)||n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function Dr(n,l,o){var s=n.tag;if(s===5||s===6)n=n.stateNode,l?(o.nodeType===9?o.body:o.nodeName==="HTML"?o.ownerDocument.body:o).insertBefore(n,l):(l=o.nodeType===9?o.body:o.nodeName==="HTML"?o.ownerDocument.body:o,l.appendChild(n),o=o._reactRootContainer,o!=null||l.onclick!==null||(l.onclick=Hl));else if(s!==4&&(s===27&&Ko(n.type)&&(o=n.stateNode,l=null),n=n.child,n!==null))for(Dr(n,l,o),n=n.sibling;n!==null;)Dr(n,l,o),n=n.sibling}function Nr(n,l,o){var s=n.tag;if(s===5||s===6)n=n.stateNode,l?o.insertBefore(n,l):o.appendChild(n);else if(s!==4&&(s===27&&Ko(n.type)&&(o=n.stateNode),n=n.child,n!==null))for(Nr(n,l,o),n=n.sibling;n!==null;)Nr(n,l,o),n=n.sibling}function f2(n){var l=n.stateNode,o=n.memoizedProps;try{for(var s=n.type,d=l.attributes;d.length;)l.removeAttributeNode(d[0]);Va(l,s,o),l[sn]=n,l[qa]=o}catch(m){bn(n,n.return,m)}}var As=!1,ma=!1,xm=!1,d2=typeof WeakSet=="function"?WeakSet:Set,Na=null;function Mr(n,l){if(n=n.containerInfo,Jm=ba,n=Is(n),Qf(n)){if("selectionStart"in n)var o={start:n.selectionStart,end:n.selectionEnd};else e:{o=(o=n.ownerDocument)&&o.defaultView||window;var s=o.getSelection&&o.getSelection();if(s&&s.rangeCount!==0){o=s.anchorNode;var d=s.anchorOffset,m=s.focusNode;s=s.focusOffset;try{o.nodeType,m.nodeType}catch{o=null;break e}var A=0,D=-1,J=-1,he=0,xe=0,Ue=n,pe=null;t:for(;;){for(var Se;Ue!==o||d!==0&&Ue.nodeType!==3||(D=A+d),Ue!==m||s!==0&&Ue.nodeType!==3||(J=A+s),Ue.nodeType===3&&(A+=Ue.nodeValue.length),(Se=Ue.firstChild)!==null;)pe=Ue,Ue=Se;for(;;){if(Ue===n)break t;if(pe===o&&++he===d&&(D=A),pe===m&&++xe===s&&(J=A),(Se=Ue.nextSibling)!==null)break;Ue=pe,pe=Ue.parentNode}Ue=Se}o=D===-1||J===-1?null:{start:D,end:J}}else o=null}o=o||{start:0,end:0}}else o=null;for(Fm={focusedElem:n,selectionRange:o},ba=!1,Na=l;Na!==null;)if(l=Na,n=l.child,(l.subtreeFlags&1028)!==0&&n!==null)n.return=l,Na=n;else for(;Na!==null;){switch(l=Na,m=l.alternate,n=l.flags,l.tag){case 0:if((n&4)!==0&&(n=l.updateQueue,n=n!==null?n.events:null,n!==null))for(o=0;o<n.length;o++)d=n[o],d.ref.impl=d.nextImpl;break;case 11:case 15:break;case 1:if((n&1024)!==0&&m!==null){n=void 0,o=l,d=m.memoizedProps,m=m.memoizedState,s=o.stateNode;try{var dt=su(o.type,d);n=s.getSnapshotBeforeUpdate(dt,m),s.__reactInternalSnapshotBeforeUpdate=n}catch(St){bn(o,o.return,St)}}break;case 3:if((n&1024)!==0){if(n=l.stateNode.containerInfo,o=n.nodeType,o===9)qd(n);else if(o===1)switch(n.nodeName){case"HEAD":case"HTML":case"BODY":qd(n);break;default:n.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((n&1024)!==0)throw Error(y(163))}if(n=l.sibling,n!==null){n.return=l.return,Na=n;break}Na=l.return}}function Ed(n,l,o){var s=o.flags;switch(o.tag){case 0:case 11:case 15:Ss(n,o),s&4&&So(5,o);break;case 1:if(Ss(n,o),s&4)if(n=o.stateNode,l===null)try{n.componentDidMount()}catch(A){bn(o,o.return,A)}else{var d=su(o.type,l.memoizedProps);l=l.memoizedState;try{n.componentDidUpdate(d,l,n.__reactInternalSnapshotBeforeUpdate)}catch(A){bn(o,o.return,A)}}s&64&&Cm(o),s&512&&Mi(o,o.return);break;case 3:if(Ss(n,o),s&64&&(n=o.updateQueue,n!==null)){if(l=null,o.child!==null)switch(o.child.tag){case 27:case 5:l=o.child.stateNode;break;case 1:l=o.child.stateNode}try{lu(n,l)}catch(A){bn(o,o.return,A)}}break;case 27:l===null&&s&4&&f2(o);case 26:case 5:Ss(n,o),l===null&&s&4&&c2(o),s&512&&Mi(o,o.return);break;case 12:Ss(n,o);break;case 31:Ss(n,o),s&4&&qy(n,o);break;case 13:Ss(n,o),s&4&&p2(n,o),s&64&&(n=o.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&(o=Kl.bind(null,o),Xr(n,o))));break;case 22:if(s=o.memoizedState!==null||As,!s){l=l!==null&&l.memoizedState!==null||ma,d=As;var m=ma;As=s,(ma=l)&&!m?Io(n,o,(o.subtreeFlags&8772)!==0):Ss(n,o),As=d,ma=m}break;case 30:break;default:Ss(n,o)}}function m2(n){var l=n.alternate;l!==null&&(n.alternate=null,m2(l)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(l=n.stateNode,l!==null&&Fc(l)),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}var Dn=null,gl=!1;function ki(n,l,o){for(o=o.child;o!==null;)h2(n,l,o),o=o.sibling}function h2(n,l,o){if(at&&typeof at.onCommitFiberUnmount=="function")try{at.onCommitFiberUnmount(ve,o)}catch{}switch(o.tag){case 26:ma||Xo(o,l),ki(n,l,o),o.memoizedState?o.memoizedState.count--:o.stateNode&&(o=o.stateNode,o.parentNode.removeChild(o));break;case 27:ma||Xo(o,l);var s=Dn,d=gl;Ko(o.type)&&(Dn=o.stateNode,gl=!1),ki(n,l,o),vc(o.stateNode),Dn=s,gl=d;break;case 5:ma||Xo(o,l);case 6:if(s=Dn,d=gl,Dn=null,ki(n,l,o),Dn=s,gl=d,Dn!==null)if(gl)try{(Dn.nodeType===9?Dn.body:Dn.nodeName==="HTML"?Dn.ownerDocument.body:Dn).removeChild(o.stateNode)}catch(m){bn(o,l,m)}else try{Dn.removeChild(o.stateNode)}catch(m){bn(o,l,m)}break;case 18:Dn!==null&&(gl?(n=Dn,L2(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,o.stateNode),nf(n)):L2(Dn,o.stateNode));break;case 4:s=Dn,d=gl,Dn=o.stateNode.containerInfo,gl=!0,ki(n,l,o),Dn=s,gl=d;break;case 0:case 11:case 14:case 15:Zl(2,o,l),ma||Zl(4,o,l),ki(n,l,o);break;case 1:ma||(Xo(o,l),s=o.stateNode,typeof s.componentWillUnmount=="function"&&fu(o,l,s)),ki(n,l,o);break;case 21:ki(n,l,o);break;case 22:ma=(s=ma)||o.memoizedState!==null,ki(n,l,o),ma=s;break;default:ki(n,l,o)}}function qy(n,l){if(l.memoizedState===null&&(n=l.alternate,n!==null&&(n=n.memoizedState,n!==null))){n=n.dehydrated;try{nf(n)}catch(o){bn(l,l.return,o)}}}function p2(n,l){if(l.memoizedState===null&&(n=l.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null))))try{nf(n)}catch(o){bn(l,l.return,o)}}function Cd(n){switch(n.tag){case 31:case 13:case 19:var l=n.stateNode;return l===null&&(l=n.stateNode=new d2),l;case 22:return n=n.stateNode,l=n._retryCache,l===null&&(l=n._retryCache=new d2),l;default:throw Error(y(435,n.tag))}}function Od(n,l){var o=Cd(n);l.forEach(function(s){if(!o.has(s)){o.add(s);var d=ug.bind(null,n,s);s.then(d,d)}})}function vl(n,l){var o=l.deletions;if(o!==null)for(var s=0;s<o.length;s++){var d=o[s],m=n,A=l,D=A;e:for(;D!==null;){switch(D.tag){case 27:if(Ko(D.type)){Dn=D.stateNode,gl=!1;break e}break;case 5:Dn=D.stateNode,gl=!1;break e;case 3:case 4:Dn=D.stateNode.containerInfo,gl=!0;break e}D=D.return}if(Dn===null)throw Error(y(160));h2(m,A,d),Dn=null,gl=!1,m=d.alternate,m!==null&&(m.return=null),d.return=null}if(l.subtreeFlags&13886)for(l=l.child;l!==null;)Rm(l,n),l=l.sibling}var jt=null;function Rm(n,l){var o=n.alternate,s=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:vl(l,n),Dl(n),s&4&&(Zl(3,n,n.return),So(3,n),Zl(5,n,n.return));break;case 1:vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),s&64&&As&&(n=n.updateQueue,n!==null&&(s=n.callbacks,s!==null&&(o=n.shared.hiddenCallbacks,n.shared.hiddenCallbacks=o===null?s:o.concat(s))));break;case 26:var d=jt;if(vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),s&4){var m=o!==null?o.memoizedState:null;if(s=n.memoizedState,o===null)if(s===null)if(n.stateNode===null){e:{s=n.type,o=n.memoizedProps,d=d.ownerDocument||d;t:switch(s){case"title":m=d.getElementsByTagName("title")[0],(!m||m[_l]||m[sn]||m.namespaceURI==="http://www.w3.org/2000/svg"||m.hasAttribute("itemprop"))&&(m=d.createElement(s),d.head.insertBefore(m,d.querySelector("head > title"))),Va(m,s,o),m[sn]=n,rn(m),s=m;break e;case"link":var A=G2("link","href",d).get(s+(o.href||""));if(A){for(var D=0;D<A.length;D++)if(m=A[D],m.getAttribute("href")===(o.href==null||o.href===""?null:o.href)&&m.getAttribute("rel")===(o.rel==null?null:o.rel)&&m.getAttribute("title")===(o.title==null?null:o.title)&&m.getAttribute("crossorigin")===(o.crossOrigin==null?null:o.crossOrigin)){A.splice(D,1);break t}}m=d.createElement(s),Va(m,s,o),d.head.appendChild(m);break;case"meta":if(A=G2("meta","content",d).get(s+(o.content||""))){for(D=0;D<A.length;D++)if(m=A[D],m.getAttribute("content")===(o.content==null?null:""+o.content)&&m.getAttribute("name")===(o.name==null?null:o.name)&&m.getAttribute("property")===(o.property==null?null:o.property)&&m.getAttribute("http-equiv")===(o.httpEquiv==null?null:o.httpEquiv)&&m.getAttribute("charset")===(o.charSet==null?null:o.charSet)){A.splice(D,1);break t}}m=d.createElement(s),Va(m,s,o),d.head.appendChild(m);break;default:throw Error(y(468,s))}m[sn]=n,rn(m),s=m}n.stateNode=s}else Pm(d,n.type,n.stateNode);else n.stateNode=q2(d,s,n.memoizedProps);else m!==s?(m===null?o.stateNode!==null&&(o=o.stateNode,o.parentNode.removeChild(o)):m.count--,s===null?Pm(d,n.type,n.stateNode):q2(d,s,n.memoizedProps)):s===null&&n.stateNode!==null&&Om(n,n.memoizedProps,o.memoizedProps)}break;case 27:vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),o!==null&&s&4&&Om(n,n.memoizedProps,o.memoizedProps);break;case 5:if(vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),n.flags&32){d=n.stateNode;try{co(d,"")}catch(dt){bn(n,n.return,dt)}}s&4&&n.stateNode!=null&&(d=n.memoizedProps,Om(n,d,o!==null?o.memoizedProps:d)),s&1024&&(xm=!0);break;case 6:if(vl(l,n),Dl(n),s&4){if(n.stateNode===null)throw Error(y(162));s=n.memoizedProps,o=n.stateNode;try{o.nodeValue=s}catch(dt){bn(n,n.return,dt)}}break;case 3:if(Wr=null,d=jt,jt=el(l.containerInfo),vl(l,n),jt=d,Dl(n),s&4&&o!==null&&o.memoizedState.isDehydrated)try{nf(l.containerInfo)}catch(dt){bn(n,n.return,dt)}xm&&(xm=!1,y2(n));break;case 4:s=jt,jt=el(n.stateNode.containerInfo),vl(l,n),Dl(n),jt=s;break;case 12:vl(l,n),Dl(n);break;case 31:vl(l,n),Dl(n),s&4&&(s=n.updateQueue,s!==null&&(n.updateQueue=null,Od(n,s)));break;case 13:vl(l,n),Dl(n),n.child.flags&8192&&n.memoizedState!==null!=(o!==null&&o.memoizedState!==null)&&(Zo=Ve()),s&4&&(s=n.updateQueue,s!==null&&(n.updateQueue=null,Od(n,s)));break;case 22:d=n.memoizedState!==null;var J=o!==null&&o.memoizedState!==null,he=As,xe=ma;if(As=he||d,ma=xe||J,vl(l,n),ma=xe,As=he,Dl(n),s&8192)e:for(l=n.stateNode,l._visibility=d?l._visibility&-2:l._visibility|1,d&&(o===null||J||As||ma||fc(n)),o=null,l=n;;){if(l.tag===5||l.tag===26){if(o===null){J=o=l;try{if(m=J.stateNode,d)A=m.style,typeof A.setProperty=="function"?A.setProperty("display","none","important"):A.display="none";else{D=J.stateNode;var Ue=J.memoizedProps.style,pe=Ue!=null&&Ue.hasOwnProperty("display")?Ue.display:null;D.style.display=pe==null||typeof pe=="boolean"?"":(""+pe).trim()}}catch(dt){bn(J,J.return,dt)}}}else if(l.tag===6){if(o===null){J=l;try{J.stateNode.nodeValue=d?"":J.memoizedProps}catch(dt){bn(J,J.return,dt)}}}else if(l.tag===18){if(o===null){J=l;try{var Se=J.stateNode;d?ua(Se,!0):ua(J.stateNode,!1)}catch(dt){bn(J,J.return,dt)}}}else if((l.tag!==22&&l.tag!==23||l.memoizedState===null||l===n)&&l.child!==null){l.child.return=l,l=l.child;continue}if(l===n)break e;for(;l.sibling===null;){if(l.return===null||l.return===n)break e;o===l&&(o=null),l=l.return}o===l&&(o=null),l.sibling.return=l.return,l=l.sibling}s&4&&(s=n.updateQueue,s!==null&&(o=s.retryQueue,o!==null&&(s.retryQueue=null,Od(n,o))));break;case 19:vl(l,n),Dl(n),s&4&&(s=n.updateQueue,s!==null&&(n.updateQueue=null,Od(n,s)));break;case 30:break;case 21:break;default:vl(l,n),Dl(n)}}function Dl(n){var l=n.flags;if(l&2){try{for(var o,s=n.return;s!==null;){if(r2(s)){o=s;break}s=s.return}if(o==null)throw Error(y(160));switch(o.tag){case 27:var d=o.stateNode,m=Rr(n);Nr(n,m,d);break;case 5:var A=o.stateNode;o.flags&32&&(co(A,""),o.flags&=-33);var D=Rr(n);Nr(n,D,A);break;case 3:case 4:var J=o.stateNode.containerInfo,he=Rr(n);Dr(n,he,J);break;default:throw Error(y(161))}}catch(xe){bn(n,n.return,xe)}n.flags&=-3}l&4096&&(n.flags&=-4097)}function y2(n){if(n.subtreeFlags&1024)for(n=n.child;n!==null;){var l=n;y2(l),l.tag===5&&l.flags&1024&&l.stateNode.reset(),n=n.sibling}}function Ss(n,l){if(l.subtreeFlags&8772)for(l=l.child;l!==null;)Ed(n,l.alternate,l),l=l.sibling}function fc(n){for(n=n.child;n!==null;){var l=n;switch(l.tag){case 0:case 11:case 14:case 15:Zl(4,l,l.return),fc(l);break;case 1:Xo(l,l.return);var o=l.stateNode;typeof o.componentWillUnmount=="function"&&fu(l,l.return,o),fc(l);break;case 27:vc(l.stateNode);case 26:case 5:Xo(l,l.return),fc(l);break;case 22:l.memoizedState===null&&fc(l);break;case 30:fc(l);break;default:fc(l)}n=n.sibling}}function Io(n,l,o){for(o=o&&(l.subtreeFlags&8772)!==0,l=l.child;l!==null;){var s=l.alternate,d=n,m=l,A=m.flags;switch(m.tag){case 0:case 11:case 15:Io(d,m,o),So(4,m);break;case 1:if(Io(d,m,o),s=m,d=s.stateNode,typeof d.componentDidMount=="function")try{d.componentDidMount()}catch(he){bn(s,s.return,he)}if(s=m,d=s.updateQueue,d!==null){var D=s.stateNode;try{var J=d.shared.hiddenCallbacks;if(J!==null)for(d.shared.hiddenCallbacks=null,d=0;d<J.length;d++)P0(J[d],D)}catch(he){bn(s,s.return,he)}}o&&A&64&&Cm(m),Mi(m,m.return);break;case 27:f2(m);case 26:case 5:Io(d,m,o),o&&s===null&&A&4&&c2(m),Mi(m,m.return);break;case 12:Io(d,m,o);break;case 31:Io(d,m,o),o&&A&4&&qy(d,m);break;case 13:Io(d,m,o),o&&A&4&&p2(d,m);break;case 22:m.memoizedState===null&&Io(d,m,o),Mi(m,m.return);break;case 30:break;default:Io(d,m,o)}l=l.sibling}}function Dm(n,l){var o=null;n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(o=n.memoizedState.cachePool.pool),n=null,l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(n=l.memoizedState.cachePool.pool),n!==o&&(n!=null&&n.refCount++,o!=null&&ed(o))}function Nm(n,l){n=null,l.alternate!==null&&(n=l.alternate.memoizedState.cache),l=l.memoizedState.cache,l!==n&&(l.refCount++,n!=null&&ed(n))}function To(n,l,o,s){if(l.subtreeFlags&10256)for(l=l.child;l!==null;)kr(n,l,o,s),l=l.sibling}function kr(n,l,o,s){var d=l.flags;switch(l.tag){case 0:case 11:case 15:To(n,l,o,s),d&2048&&So(9,l);break;case 1:To(n,l,o,s);break;case 3:To(n,l,o,s),d&2048&&(n=null,l.alternate!==null&&(n=l.alternate.memoizedState.cache),l=l.memoizedState.cache,l!==n&&(l.refCount++,n!=null&&ed(n)));break;case 12:if(d&2048){To(n,l,o,s),n=l.stateNode;try{var m=l.memoizedProps,A=m.id,D=m.onPostCommit;typeof D=="function"&&D(A,l.alternate===null?"mount":"update",n.passiveEffectDuration,-0)}catch(J){bn(l,l.return,J)}}else To(n,l,o,s);break;case 31:To(n,l,o,s);break;case 13:To(n,l,o,s);break;case 23:break;case 22:m=l.stateNode,A=l.alternate,l.memoizedState!==null?m._visibility&2?To(n,l,o,s):xd(n,l):m._visibility&2?To(n,l,o,s):(m._visibility|=2,Br(n,l,o,s,(l.subtreeFlags&10256)!==0||!1)),d&2048&&Dm(A,l);break;case 24:To(n,l,o,s),d&2048&&Nm(l.alternate,l);break;default:To(n,l,o,s)}}function Br(n,l,o,s,d){for(d=d&&((l.subtreeFlags&10256)!==0||!1),l=l.child;l!==null;){var m=n,A=l,D=o,J=s,he=A.flags;switch(A.tag){case 0:case 11:case 15:Br(m,A,D,J,d),So(8,A);break;case 23:break;case 22:var xe=A.stateNode;A.memoizedState!==null?xe._visibility&2?Br(m,A,D,J,d):xd(m,A):(xe._visibility|=2,Br(m,A,D,J,d)),d&&he&2048&&Dm(A.alternate,A);break;case 24:Br(m,A,D,J,d),d&&he&2048&&Nm(A.alternate,A);break;default:Br(m,A,D,J,d)}l=l.sibling}}function xd(n,l){if(l.subtreeFlags&10256)for(l=l.child;l!==null;){var o=n,s=l,d=s.flags;switch(s.tag){case 22:xd(o,s),d&2048&&Dm(s.alternate,s);break;case 24:xd(o,s),d&2048&&Nm(s.alternate,s);break;default:xd(o,s)}l=l.sibling}}var Nl=8192;function Bi(n,l,o){if(n.subtreeFlags&Nl)for(n=n.child;n!==null;)Gy(n,l,o),n=n.sibling}function Gy(n,l,o){switch(n.tag){case 26:Bi(n,l,o),n.flags&Nl&&n.memoizedState!==null&&Li(o,jt,n.memoizedState,n.memoizedProps);break;case 5:Bi(n,l,o);break;case 3:case 4:var s=jt;jt=el(n.stateNode.containerInfo),Bi(n,l,o),jt=s;break;case 22:n.memoizedState===null&&(s=n.alternate,s!==null&&s.memoizedState!==null?(s=Nl,Nl=16777216,Bi(n,l,o),Nl=s):Bi(n,l,o));break;default:Bi(n,l,o)}}function Mm(n){var l=n.alternate;if(l!==null&&(n=l.child,n!==null)){l.child=null;do l=n.sibling,n.sibling=null,n=l;while(n!==null)}}function Ur(n){var l=n.deletions;if((n.flags&16)!==0){if(l!==null)for(var o=0;o<l.length;o++){var s=l[o];Na=s,km(s,n)}Mm(n)}if(n.subtreeFlags&10256)for(n=n.child;n!==null;)g2(n),n=n.sibling}function g2(n){switch(n.tag){case 0:case 11:case 15:Ur(n),n.flags&2048&&Zl(9,n,n.return);break;case 3:Ur(n);break;case 12:Ur(n);break;case 22:var l=n.stateNode;n.memoizedState!==null&&l._visibility&2&&(n.return===null||n.return.tag!==13)?(l._visibility&=-3,Rd(n)):Ur(n);break;default:Ur(n)}}function Rd(n){var l=n.deletions;if((n.flags&16)!==0){if(l!==null)for(var o=0;o<l.length;o++){var s=l[o];Na=s,km(s,n)}Mm(n)}for(n=n.child;n!==null;){switch(l=n,l.tag){case 0:case 11:case 15:Zl(8,l,l.return),Rd(l);break;case 22:o=l.stateNode,o._visibility&2&&(o._visibility&=-3,Rd(l));break;default:Rd(l)}n=n.sibling}}function km(n,l){for(;Na!==null;){var o=Na;switch(o.tag){case 0:case 11:case 15:Zl(8,o,l);break;case 23:case 22:if(o.memoizedState!==null&&o.memoizedState.cachePool!==null){var s=o.memoizedState.cachePool.pool;s!=null&&s.refCount++}break;case 24:ed(o.memoizedState.cache)}if(s=o.child,s!==null)s.return=o,Na=s;else e:for(o=n;Na!==null;){s=Na;var d=s.sibling,m=s.return;if(m2(s),s===o){Na=null;break e}if(d!==null){d.return=m,Na=d;break e}Na=m}}}var Vy={getCacheForType:function(n){var l=_e(oa),o=l.data.get(n);return o===void 0&&(o=n(),l.data.set(n,o)),o},cacheSignal:function(){return _e(oa).controller.signal}},v2=typeof WeakMap=="function"?WeakMap:Map,fn=0,Sn=null,Pt=null,Ft=0,vn=0,wt=null,Ui=!1,du=!1,Bm=!1,Jo=0,Nn=0,Fo=0,dc=0,Um=0,bl=0,In=0,Dd=null,Jn=null,zm=!1,Zo=0,b2=0,hn=1/0,zr=null,jn=null,va=0,Ts=null,mu=null,zi=0,Ml=0,_m=null,Hm=null,_r=0,Nd=null;function kl(){return(fn&2)!==0&&Ft!==0?Ft&-Ft:E.T!==null?Gm():Do()}function Qy(){if(bl===0)if((Ft&536870912)===0||$t){var n=oe;oe<<=1,(oe&3932160)===0&&(oe=262144),bl=n}else bl=536870912;return n=ml.current,n!==null&&(n.flags|=32),bl}function Al(n,l,o){(n===Sn&&(vn===2||vn===9)||n.cancelPendingCommit!==null)&&(_i(n,0),ws(n,Ft,bl,!1)),Zn(n,o),((fn&2)===0||n!==Sn)&&(n===Sn&&((fn&2)===0&&(dc|=o),Nn===4&&ws(n,Ft,bl,!1)),Hi(n))}function Xy(n,l,o){if((fn&6)!==0)throw Error(y(327));var s=!o&&(l&127)===0&&(l&n.expiredLanes)===0||st(n,l),d=s?Ky(n,l):jm(n,l,!0),m=s;do{if(d===0){du&&!s&&ws(n,l,0,!1);break}else{if(o=n.current.alternate,m&&!Iy(o)){d=jm(n,l,!1),m=!1;continue}if(d===2){if(m=l,n.errorRecoveryDisabledLanes&m)var A=0;else A=n.pendingLanes&-536870913,A=A!==0?A:A&536870912?536870912:0;if(A!==0){l=A;e:{var D=n;d=Dd;var J=D.current.memoizedState.isDehydrated;if(J&&(_i(D,A).flags|=256),A=jm(D,A,!1),A!==2){if(Bm&&!J){D.errorRecoveryDisabledLanes|=m,dc|=m,d=4;break e}m=Jn,Jn=d,m!==null&&(Jn===null?Jn=m:Jn.push.apply(Jn,m))}d=A}if(m=!1,d!==2)continue}}if(d===1){_i(n,0),ws(n,l,0,!0);break}e:{switch(s=n,m=d,m){case 0:case 1:throw Error(y(345));case 4:if((l&4194048)!==l)break;case 6:ws(s,l,bl,!Ui);break e;case 2:Jn=null;break;case 3:case 5:break;default:throw Error(y(329))}if((l&62914560)===l&&(d=Zo+300-Ve(),10<d)){if(ws(s,l,bl,!Ui),Be(s,0,!0)!==0)break e;zi=l,s.timeoutHandle=Yd(Md.bind(null,s,o,Jn,zr,zm,l,bl,dc,In,Ui,m,"Throttled",-0,0),d);break e}Md(s,o,Jn,zr,zm,l,bl,dc,In,Ui,m,null,-0,0)}}break}while(!0);Hi(n)}function Md(n,l,o,s,d,m,A,D,J,he,xe,Ue,pe,Se){if(n.timeoutHandle=-1,Ue=l.subtreeFlags,Ue&8192||(Ue&16785408)===16785408){Ue={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Hl},Gy(l,m,Ue);var dt=(m&62914560)===m?Zo-Ve():(m&4194048)===m?b2-Ve():0;if(dt=Q2(Ue,dt),dt!==null){zi=m,n.cancelPendingCommit=dt(eg.bind(null,n,l,m,o,s,d,A,D,J,xe,Ue,null,pe,Se)),ws(n,m,A,!he);return}}eg(n,l,m,o,s,d,A,D,J)}function Iy(n){for(var l=n;;){var o=l.tag;if((o===0||o===11||o===15)&&l.flags&16384&&(o=l.updateQueue,o!==null&&(o=o.stores,o!==null)))for(var s=0;s<o.length;s++){var d=o[s],m=d.getSnapshot;d=d.value;try{if(!$a(m(),d))return!1}catch{return!1}}if(o=l.child,l.subtreeFlags&16384&&o!==null)o.return=l,l=o;else{if(l===n)break;for(;l.sibling===null;){if(l.return===null||l.return===n)return!0;l=l.return}l.sibling.return=l.return,l=l.sibling}}return!0}function ws(n,l,o,s){l&=~Um,l&=~dc,n.suspendedLanes|=l,n.pingedLanes&=~l,s&&(n.warmLanes|=l),s=n.expirationTimes;for(var d=l;0<d;){var m=31-mt(d),A=1<<m;s[m]=-1,d&=~A}o!==0&&Za(n,o,l)}function Hr(){return(fn&6)===0?(Cs(0),!1):!0}function A2(){if(Pt!==null){if(vn===0)var n=Pt.return;else n=Pt,Yo=ds=null,rd(n),eu=null,ec=0,n=Pt;for(;n!==null;)Yy(n.alternate,n),n=n.return;Pt=null}}function _i(n,l){var o=n.timeoutHandle;o!==-1&&(n.timeoutHandle=-1,yg(o)),o=n.cancelPendingCommit,o!==null&&(n.cancelPendingCommit=null,o()),zi=0,A2(),Sn=n,Pt=o=rs(n.current,null),Ft=l,vn=0,wt=null,Ui=!1,du=st(n,l),Bm=!1,In=bl=Um=dc=Fo=Nn=0,Jn=Dd=null,zm=!1,(l&8)!==0&&(l|=l&32);var s=n.entangledLanes;if(s!==0)for(n=n.entanglements,s&=l;0<s;){var d=31-mt(s),m=1<<d;l|=n[d],s&=~m}return Jo=l,Ll(),o}function Lr(n,l){zt=null,E.H=vd,l===Ws||l===pr?(l=Dp(),vn=3):l===$u?(l=Dp(),vn=4):vn=l===Am?8:l!==null&&typeof l=="object"&&typeof l.then=="function"?6:1,wt=l,Pt===null&&(Nn=1,Or(n,Yl(l,n.current)))}function Jy(){var n=ml.current;return n===null?!0:(Ft&4194048)===Ft?Xl===null:(Ft&62914560)===Ft||(Ft&536870912)!==0?n===Xl:!1}function Fy(){var n=E.H;return E.H=vd,n===null?vd:n}function Zy(){var n=E.A;return E.A=Vy,n}function Lm(){Nn=4,Ui||(Ft&4194048)!==Ft&&ml.current!==null||(du=!0),(Fo&134217727)===0&&(dc&134217727)===0||Sn===null||ws(Sn,Ft,bl,!1)}function jm(n,l,o){var s=fn;fn|=2;var d=Fy(),m=Zy();(Sn!==n||Ft!==l)&&(zr=null,_i(n,l)),l=!1;var A=Nn;e:do try{if(vn!==0&&Pt!==null){var D=Pt,J=wt;switch(vn){case 8:A2(),A=6;break e;case 3:case 2:case 9:case 6:ml.current===null&&(l=!0);var he=vn;if(vn=0,wt=null,mc(n,D,J,he),o&&du){A=0;break e}break;default:he=vn,vn=0,wt=null,mc(n,D,J,he)}}yb(),A=Nn;break}catch(xe){Lr(n,xe)}while(!0);return l&&n.shellSuspendCounter++,Yo=ds=null,fn=s,E.H=d,E.A=m,Pt===null&&(Sn=null,Ft=0,Ll()),A}function yb(){for(;Pt!==null;)Wy(Pt)}function Ky(n,l){var o=fn;fn|=2;var s=Fy(),d=Zy();Sn!==n||Ft!==l?(zr=null,hn=Ve()+500,_i(n,l)):du=st(n,l);e:do try{if(vn!==0&&Pt!==null){l=Pt;var m=wt;t:switch(vn){case 1:vn=0,wt=null,mc(n,l,m,1);break;case 2:case 9:if(xp(m)){vn=0,wt=null,$y(l);break}l=function(){vn!==2&&vn!==9||Sn!==n||(vn=7),Hi(n)},m.then(l,l);break e;case 3:vn=7;break e;case 4:vn=5;break e;case 7:xp(m)?(vn=0,wt=null,$y(l)):(vn=0,wt=null,mc(n,l,m,7));break;case 5:var A=null;switch(Pt.tag){case 26:A=Pt.memoizedState;case 5:case 27:var D=Pt;if(A?Ul(A):D.stateNode.complete){vn=0,wt=null;var J=D.sibling;if(J!==null)Pt=J;else{var he=D.return;he!==null?(Pt=he,kd(he)):Pt=null}break t}}vn=0,wt=null,mc(n,l,m,5);break;case 6:vn=0,wt=null,mc(n,l,m,6);break;case 8:A2(),Nn=6;break e;default:throw Error(y(462))}}hu();break}catch(xe){Lr(n,xe)}while(!0);return Yo=ds=null,E.H=s,E.A=d,fn=o,Pt!==null?0:(Sn=null,Ft=0,Ll(),Nn)}function hu(){for(;Pt!==null&&!Je();)Wy(Pt)}function Wy(n){var l=i2(n.alternate,n,Jo);n.memoizedProps=n.pendingProps,l===null?kd(n):Pt=l}function $y(n){var l=n,o=l.alternate;switch(l.tag){case 15:case 0:l=cu(o,l,l.pendingProps,l.type,void 0,Ft);break;case 11:l=cu(o,l,l.pendingProps,l.type.render,l.ref,Ft);break;case 5:rd(l);default:Yy(o,l),l=Pt=Ap(l,Jo),l=i2(o,l,Jo)}n.memoizedProps=n.pendingProps,l===null?kd(n):Pt=l}function mc(n,l,o,s){Yo=ds=null,rd(l),eu=null,ec=0;var d=l.return;try{if(pb(n,d,l,o,Ft)){Nn=1,Or(n,Yl(o,n.current)),Pt=null;return}}catch(m){if(d!==null)throw Pt=d,m;Nn=1,Or(n,Yl(o,n.current)),Pt=null;return}l.flags&32768?($t||s===1?n=!0:du||(Ft&536870912)!==0?n=!1:(Ui=n=!0,(s===2||s===9||s===3||s===6)&&(s=ml.current,s!==null&&s.tag===13&&(s.flags|=16384))),Py(l,n)):kd(l)}function kd(n){var l=n;do{if((l.flags&32768)!==0){Py(l,Ui);return}n=l.return;var o=Ly(l.alternate,l,Jo);if(o!==null){Pt=o;return}if(l=l.sibling,l!==null){Pt=l;return}Pt=l=n}while(l!==null);Nn===0&&(Nn=5)}function Py(n,l){do{var o=jy(n.alternate,n);if(o!==null){o.flags&=32767,Pt=o;return}if(o=n.return,o!==null&&(o.flags|=32768,o.subtreeFlags=0,o.deletions=null),!l&&(n=n.sibling,n!==null)){Pt=n;return}Pt=n=o}while(n!==null);Nn=6,Pt=null}function eg(n,l,o,s,d,m,A,D,J){n.cancelPendingCommit=null;do jr();while(va!==0);if((fn&6)!==0)throw Error(y(327));if(l!==null){if(l===n.current)throw Error(y(177));if(m=l.lanes|l.childLanes,m|=yo,Qn(n,o,m,A,D,J),n===Sn&&(Pt=Sn=null,Ft=0),mu=l,Ts=n,zi=o,Ml=m,_m=d,Hm=s,(l.subtreeFlags&10256)!==0||(l.flags&10256)!==0?(n.callbackNode=null,n.callbackPriority=0,cg(He,function(){return og(),null})):(n.callbackNode=null,n.callbackPriority=0),s=(l.flags&13878)!==0,(l.subtreeFlags&13878)!==0||s){s=E.T,E.T=null,d=z.p,z.p=2,A=fn,fn|=4;try{Mr(n,l,o)}finally{fn=A,z.p=d,E.T=s}}va=1,tg(),ng(),ag()}}function tg(){if(va===1){va=0;var n=Ts,l=mu,o=(l.flags&13878)!==0;if((l.subtreeFlags&13878)!==0||o){o=E.T,E.T=null;var s=z.p;z.p=2;var d=fn;fn|=4;try{Rm(l,n);var m=Fm,A=Is(n.containerInfo),D=m.focusedElem,J=m.selectionRange;if(A!==D&&D&&D.ownerDocument&&Qu(D.ownerDocument.documentElement,D)){if(J!==null&&Qf(D)){var he=J.start,xe=J.end;if(xe===void 0&&(xe=he),"selectionStart"in D)D.selectionStart=he,D.selectionEnd=Math.min(xe,D.value.length);else{var Ue=D.ownerDocument||document,pe=Ue&&Ue.defaultView||window;if(pe.getSelection){var Se=pe.getSelection(),dt=D.textContent.length,St=Math.min(J.start,dt),wn=J.end===void 0?St:Math.min(J.end,dt);!Se.extend&&St>wn&&(A=wn,wn=St,St=A);var ce=vp(D,St),P=vp(D,wn);if(ce&&P&&(Se.rangeCount!==1||Se.anchorNode!==ce.node||Se.anchorOffset!==ce.offset||Se.focusNode!==P.node||Se.focusOffset!==P.offset)){var me=Ue.createRange();me.setStart(ce.node,ce.offset),Se.removeAllRanges(),St>wn?(Se.addRange(me),Se.extend(P.node,P.offset)):(me.setEnd(P.node,P.offset),Se.addRange(me))}}}}for(Ue=[],Se=D;Se=Se.parentNode;)Se.nodeType===1&&Ue.push({element:Se,left:Se.scrollLeft,top:Se.scrollTop});for(typeof D.focus=="function"&&D.focus(),D=0;D<Ue.length;D++){var ke=Ue[D];ke.element.scrollLeft=ke.left,ke.element.scrollTop=ke.top}}ba=!!Jm,Fm=Jm=null}finally{fn=d,z.p=s,E.T=o}}n.current=l,va=2}}function ng(){if(va===2){va=0;var n=Ts,l=mu,o=(l.flags&8772)!==0;if((l.subtreeFlags&8772)!==0||o){o=E.T,E.T=null;var s=z.p;z.p=2;var d=fn;fn|=4;try{Ed(n,l.alternate,l)}finally{fn=d,z.p=s,E.T=o}}va=3}}function ag(){if(va===4||va===3){va=0,Ye();var n=Ts,l=mu,o=zi,s=Hm;(l.subtreeFlags&10256)!==0||(l.flags&10256)!==0?va=5:(va=0,mu=Ts=null,lg(n,n.pendingLanes));var d=n.pendingLanes;if(d===0&&(jn=null),ts(o),l=l.stateNode,at&&typeof at.onCommitFiberRoot=="function")try{at.onCommitFiberRoot(ve,l,void 0,(l.current.flags&128)===128)}catch{}if(s!==null){l=E.T,d=z.p,z.p=2,E.T=null;try{for(var m=n.onRecoverableError,A=0;A<s.length;A++){var D=s[A];m(D.value,{componentStack:D.stack})}}finally{E.T=l,z.p=d}}(zi&3)!==0&&jr(),Hi(n),d=n.pendingLanes,(o&261930)!==0&&(d&42)!==0?n===Nd?_r++:(_r=0,Nd=n):_r=0,Cs(0)}}function lg(n,l){(n.pooledCacheLanes&=l)===0&&(l=n.pooledCache,l!=null&&(n.pooledCache=null,ed(l)))}function jr(){return tg(),ng(),ag(),og()}function og(){if(va!==5)return!1;var n=Ts,l=Ml;Ml=0;var o=ts(zi),s=E.T,d=z.p;try{z.p=32>o?32:o,E.T=null,o=_m,_m=null;var m=Ts,A=zi;if(va=0,mu=Ts=null,zi=0,(fn&6)!==0)throw Error(y(331));var D=fn;if(fn|=4,g2(m.current),kr(m,m.current,A,o),fn=D,Cs(0,!1),at&&typeof at.onPostCommitFiberRoot=="function")try{at.onPostCommitFiberRoot(ve,m)}catch{}return!0}finally{z.p=d,E.T=s,lg(n,l)}}function ig(n,l,o){l=Yl(o,l),l=Wp(n.stateNode,l,2),n=Ql(n,l,2),n!==null&&(Zn(n,2),Hi(n))}function bn(n,l,o){if(n.tag===3)ig(n,n,o);else for(;l!==null;){if(l.tag===3){ig(l,n,o);break}else if(l.tag===1){var s=l.stateNode;if(typeof l.type.getDerivedStateFromError=="function"||typeof s.componentDidCatch=="function"&&(jn===null||!jn.has(s))){n=Yl(o,n),o=$p(2),s=Ql(l,o,2),s!==null&&(Pp(o,s,l,n),Zn(s,2),Hi(s));break}}l=l.return}}function Bd(n,l,o){var s=n.pingCache;if(s===null){s=n.pingCache=new v2;var d=new Set;s.set(l,d)}else d=s.get(l),d===void 0&&(d=new Set,s.set(l,d));d.has(o)||(Bm=!0,d.add(o),n=S2.bind(null,n,l,o),l.then(n,n))}function S2(n,l,o){var s=n.pingCache;s!==null&&s.delete(l),n.pingedLanes|=n.suspendedLanes&o,n.warmLanes&=~o,Sn===n&&(Ft&o)===o&&(Nn===4||Nn===3&&(Ft&62914560)===Ft&&300>Ve()-Zo?(fn&2)===0&&_i(n,0):Um|=o,In===Ft&&(In=0)),Hi(n)}function sg(n,l){l===0&&(l=kt()),n=cs(n,l),n!==null&&(Zn(n,l),Hi(n))}function Kl(n){var l=n.memoizedState,o=0;l!==null&&(o=l.retryLane),sg(n,o)}function ug(n,l){var o=0;switch(n.tag){case 31:case 13:var s=n.stateNode,d=n.memoizedState;d!==null&&(o=d.retryLane);break;case 19:s=n.stateNode;break;case 22:s=n.stateNode._retryCache;break;default:throw Error(y(314))}s!==null&&s.delete(l),sg(n,o)}function cg(n,l){return ot(n,l)}var Yr=null,hc=null,T2=!1,Ym=!1,w2=!1,Es=0;function Hi(n){n!==hc&&n.next===null&&(hc===null?Yr=hc=n:hc=hc.next=n),Ym=!0,T2||(T2=!0,zd())}function Cs(n,l){if(!w2&&Ym){w2=!0;do for(var o=!1,s=Yr;s!==null;){if(n!==0){var d=s.pendingLanes;if(d===0)var m=0;else{var A=s.suspendedLanes,D=s.pingedLanes;m=(1<<31-mt(42|n)+1)-1,m&=d&~(A&~D),m=m&201326741?m&201326741|1:m?m|2:0}m!==0&&(o=!0,pc(s,m))}else m=Ft,m=Be(s,s===Sn?m:0,s.cancelPendingCommit!==null||s.timeoutHandle!==-1),(m&3)===0||st(s,m)||(o=!0,pc(s,m));s=s.next}while(o);w2=!1}}function qm(){E2()}function E2(){Ym=T2=!1;var n=0;Es!==0&&gb()&&(n=Es);for(var l=Ve(),o=null,s=Yr;s!==null;){var d=s.next,m=C2(s,l);m===0?(s.next=null,o===null?Yr=d:o.next=d,d===null&&(hc=o)):(o=s,(n!==0||(m&3)!==0)&&(Ym=!0)),s=d}va!==0&&va!==5||Cs(n),Es!==0&&(Es=0)}function C2(n,l){for(var o=n.suspendedLanes,s=n.pingedLanes,d=n.expirationTimes,m=n.pendingLanes&-62914561;0<m;){var A=31-mt(m),D=1<<A,J=d[A];J===-1?((D&o)===0||(D&s)!==0)&&(d[A]=ct(D,l)):J<=l&&(n.expiredLanes|=D),m&=~D}if(l=Sn,o=Ft,o=Be(n,n===l?o:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),s=n.callbackNode,o===0||n===l&&(vn===2||vn===9)||n.cancelPendingCommit!==null)return s!==null&&s!==null&&Me(s),n.callbackNode=null,n.callbackPriority=0;if((o&3)===0||st(n,o)){if(l=o&-o,l===n.callbackPriority)return l;switch(s!==null&&Me(s),ts(o)){case 2:case 8:o=Re;break;case 32:o=He;break;case 268435456:o=Pe;break;default:o=He}return s=Ud.bind(null,n),o=ot(o,s),n.callbackPriority=l,n.callbackNode=o,l}return s!==null&&s!==null&&Me(s),n.callbackPriority=2,n.callbackNode=null,2}function Ud(n,l){if(va!==0&&va!==5)return n.callbackNode=null,n.callbackPriority=0,null;var o=n.callbackNode;if(jr()&&n.callbackNode!==o)return null;var s=Ft;return s=Be(n,n===Sn?s:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),s===0?null:(Xy(n,s,l),C2(n,Ve()),n.callbackNode!=null&&n.callbackNode===o?Ud.bind(null,n):null)}function pc(n,l){if(jr())return null;Xy(n,l,!0)}function zd(){gg(function(){(fn&6)!==0?ot(ze,qm):E2()})}function Gm(){if(Es===0){var n=Ks;n===0&&(n=de,de<<=1,(de&261888)===0&&(de=256)),Es=n}return Es}function rg(n){return n==null||typeof n=="symbol"||typeof n=="boolean"?null:typeof n=="function"?n:Ol(""+n)}function yc(n,l){var o=l.ownerDocument.createElement("input");return o.name=l.name,o.value=l.value,n.id&&o.setAttribute("form",n.id),l.parentNode.insertBefore(o,l),n=new FormData(n),o.parentNode.removeChild(o),n}function _d(n,l,o,s,d){if(l==="submit"&&o&&o.stateNode===d){var m=rg((d[qa]||null).action),A=s.submitter;A&&(l=(l=A[qa]||null)?rg(l.formAction):A.getAttribute("formAction"),l!==null&&(m=l,A=null));var D=new _u("action","action",null,s,d);n.push({event:D,listeners:[{instance:null,listener:function(){if(s.defaultPrevented){if(Es!==0){var J=A?yc(d,A):new FormData(d);Er(o,{pending:!0,data:J,method:d.method,action:m},null,J)}}else typeof m=="function"&&(D.preventDefault(),J=A?yc(d,A):new FormData(d),Er(o,{pending:!0,data:J,method:d.method,action:m},m,J))},currentTarget:d}]})}}for(var Vm=0;Vm<cr.length;Vm++){var qr=cr[Vm],O2=qr.toLowerCase(),x2=qr[0].toUpperCase()+qr.slice(1);cl(O2,"on"+x2)}cl(If,"onAnimationEnd"),cl(bp,"onAnimationIteration"),cl(V0,"onAnimationStart"),cl("dblclick","onDoubleClick"),cl("focusin","onFocus"),cl("focusout","onBlur"),cl(Xu,"onTransitionRun"),cl(Jf,"onTransitionStart"),cl(gi,"onTransitionCancel"),cl(Sy,"onTransitionEnd"),uo("onMouseEnter",["mouseout","mouseover"]),uo("onMouseLeave",["mouseout","mouseover"]),uo("onPointerEnter",["pointerout","pointerover"]),uo("onPointerLeave",["pointerout","pointerover"]),No("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),No("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),No("onBeforeInput",["compositionend","keypress","textInput","paste"]),No("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),No("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),No("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Gr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),fg=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Gr));function dg(n,l){l=(l&4)!==0;for(var o=0;o<n.length;o++){var s=n[o],d=s.event;s=s.listeners;e:{var m=void 0;if(l)for(var A=s.length-1;0<=A;A--){var D=s[A],J=D.instance,he=D.currentTarget;if(D=D.listener,J!==m&&d.isPropagationStopped())break e;m=D,d.currentTarget=he;try{m(d)}catch(xe){Iu(xe)}d.currentTarget=null,m=J}else for(A=0;A<s.length;A++){if(D=s[A],J=D.instance,he=D.currentTarget,D=D.listener,J!==m&&d.isPropagationStopped())break e;m=D,d.currentTarget=he;try{m(d)}catch(xe){Iu(xe)}d.currentTarget=null,m=J}}}}function Kt(n,l){var o=l[Ic];o===void 0&&(o=l[Ic]=new Set);var s=n+"__bubble";o.has(s)||(Hd(l,n,2,!1),o.add(s))}function R2(n,l,o){var s=0;l&&(s|=4),Hd(o,n,s,l)}var Qm="_reactListening"+Math.random().toString(36).slice(2);function Vr(n){if(!n[Qm]){n[Qm]=!0,ls.forEach(function(o){o!=="selectionchange"&&(fg.has(o)||R2(o,!1,n),R2(o,!0,n))});var l=n.nodeType===9?n:n.ownerDocument;l===null||l[Qm]||(l[Qm]=!0,R2("selectionchange",!1,l))}}function Hd(n,l,o,s){switch(Id(l)){case 2:var d=ji;break;case 8:d=Yi;break;default:d=Qa}o=d.bind(null,l,o,n),d=void 0,!zu||l!=="touchstart"&&l!=="touchmove"&&l!=="wheel"||(d=!0),s?d!==void 0?n.addEventListener(l,o,{capture:!0,passive:d}):n.addEventListener(l,o,!0):d!==void 0?n.addEventListener(l,o,{passive:d}):n.addEventListener(l,o,!1)}function D2(n,l,o,s,d){var m=s;if((l&1)===0&&(l&2)===0&&s!==null)e:for(;;){if(s===null)return;var A=s.tag;if(A===3||A===4){var D=s.stateNode.containerInfo;if(D===d)break;if(A===4)for(A=s.return;A!==null;){var J=A.tag;if((J===3||J===4)&&A.stateNode.containerInfo===d)return;A=A.return}for(;D!==null;){if(A=fi(D),A===null)return;if(J=A.tag,J===5||J===6||J===26||J===27){s=m=A;continue e}D=D.parentNode}}s=s.return}qf(function(){var he=m,xe=tr(o),Ue=[];e:{var pe=vi.get(n);if(pe!==void 0){var Se=_u,dt=n;switch(n){case"keypress":if(Ht(o)===0)break e;case"keydown":case"keyup":Se=_0;break;case"focusin":dt="focus",Se=U0;break;case"focusout":dt="blur",Se=U0;break;case"beforeblur":case"afterblur":Se=U0;break;case"click":if(o.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Se=lr;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Se=cy;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Se=hy;break;case If:case bp:case V0:Se=fy;break;case Sy:Se=fb;break;case"scroll":case"scrollend":Se=k0;break;case"wheel":Se=db;break;case"copy":case"cut":case"paste":Se=Lu;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Se=Uo;break;case"toggle":case"beforetoggle":Se=rp}var St=(l&4)!==0,wn=!St&&(n==="scroll"||n==="scrollend"),ce=St?pe!==null?pe+"Capture":null:pe;St=[];for(var P=he,me;P!==null;){var ke=P;if(me=ke.stateNode,ke=ke.tag,ke!==5&&ke!==26&&ke!==27||me===null||ce===null||(ke=fa(P,ce),ke!=null&&St.push(Ld(P,ke,me))),wn)break;P=P.return}0<St.length&&(pe=new Se(pe,dt,null,o,xe),Ue.push({event:pe,listeners:St}))}}if((l&7)===0){e:{if(pe=n==="mouseover"||n==="pointerover",Se=n==="mouseout"||n==="pointerout",pe&&o!==er&&(dt=o.relatedTarget||o.fromElement)&&(fi(dt)||dt[ri]))break e;if((Se||pe)&&(pe=xe.window===xe?xe:(pe=xe.ownerDocument)?pe.defaultView||pe.parentWindow:window,Se?(dt=o.relatedTarget||o.toElement,Se=he,dt=dt?fi(dt):null,dt!==null&&(wn=b(dt),St=dt.tag,dt!==wn||St!==5&&St!==27&&St!==6)&&(dt=null)):(Se=null,dt=he),Se!==dt)){if(St=lr,ke="onMouseLeave",ce="onMouseEnter",P="mouse",(n==="pointerout"||n==="pointerover")&&(St=Uo,ke="onPointerLeave",ce="onPointerEnter",P="pointer"),wn=Se==null?pe:ns(Se),me=dt==null?pe:ns(dt),pe=new St(ke,P+"leave",Se,o,xe),pe.target=wn,pe.relatedTarget=me,ke=null,fi(xe)===he&&(St=new St(ce,P+"enter",dt,o,xe),St.target=me,St.relatedTarget=wn,ke=St),wn=ke,Se&&dt)t:{for(St=mg,ce=Se,P=dt,me=0,ke=ce;ke;ke=St(ke))me++;ke=0;for(var gt=P;gt;gt=St(gt))ke++;for(;0<me-ke;)ce=St(ce),me--;for(;0<ke-me;)P=St(P),ke--;for(;me--;){if(ce===P||P!==null&&ce===P.alternate){St=ce;break t}ce=St(ce),P=St(P)}St=null}else St=null;Se!==null&&Xm(Ue,pe,Se,St,!1),dt!==null&&wn!==null&&Xm(Ue,wn,dt,St,!0)}}e:{if(pe=he?ns(he):window,Se=pe.nodeName&&pe.nodeName.toLowerCase(),Se==="select"||Se==="input"&&pe.type==="file")var un=pp;else if(yi(pe))if(j0)un=Vu;else{un=by;var pt=vy}else Se=pe.nodeName,!Se||Se.toLowerCase()!=="input"||pe.type!=="checkbox"&&pe.type!=="radio"?he&&Yf(he.elementType)&&(un=pp):un=Xs;if(un&&(un=un(n,he))){hp(Ue,un,o,xe);break e}pt&&pt(n,pe,he),n==="focusout"&&he&&pe.type==="number"&&he.memoizedProps.value!=null&&os(pe,"number",pe.value)}switch(pt=he?ns(he):window,n){case"focusin":(yi(pt)||pt.contentEditable==="true")&&(Js=pt,sr=he,po=null);break;case"focusout":po=sr=Js=null;break;case"mousedown":_o=!0;break;case"contextmenu":case"mouseup":case"dragend":_o=!1,G0(Ue,o,xe);break;case"selectionchange":if(Xf)break;case"keydown":case"keyup":G0(Ue,o,xe)}var Bt;if(or)e:{switch(n){case"compositionstart":var Yt="onCompositionStart";break e;case"compositionend":Yt="onCompositionEnd";break e;case"compositionupdate":Yt="onCompositionUpdate";break e}Yt=void 0}else Yu?L0(n,o)&&(Yt="onCompositionEnd"):n==="keydown"&&o.keyCode===229&&(Yt="onCompositionStart");Yt&&(fp&&o.locale!=="ko"&&(Yu||Yt!=="onCompositionStart"?Yt==="onCompositionEnd"&&Yu&&(Bt=qe()):(H=xe,F="value"in H?H.value:H.textContent,Yu=!0)),pt=jd(he,Yt),0<pt.length&&(Yt=new dy(Yt,n,null,o,xe),Ue.push({event:Yt,listeners:pt}),Bt?Yt.data=Bt:(Bt=dp(o),Bt!==null&&(Yt.data=Bt)))),(Bt=Wa?gy(n,o):mb(n,o))&&(Yt=jd(he,"onBeforeInput"),0<Yt.length&&(pt=new dy("onBeforeInput","beforeinput",null,o,xe),Ue.push({event:pt,listeners:Yt}),pt.data=Bt)),_d(Ue,n,he,o,xe)}dg(Ue,l)})}function Ld(n,l,o){return{instance:n,listener:l,currentTarget:o}}function jd(n,l){for(var o=l+"Capture",s=[];n!==null;){var d=n,m=d.stateNode;if(d=d.tag,d!==5&&d!==26&&d!==27||m===null||(d=fa(n,o),d!=null&&s.unshift(Ld(n,d,m)),d=fa(n,l),d!=null&&s.push(Ld(n,d,m))),n.tag===3)return s;n=n.return}return[]}function mg(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5&&n.tag!==27);return n||null}function Xm(n,l,o,s,d){for(var m=l._reactName,A=[];o!==null&&o!==s;){var D=o,J=D.alternate,he=D.stateNode;if(D=D.tag,J!==null&&J===s)break;D!==5&&D!==26&&D!==27||he===null||(J=he,d?(he=fa(o,m),he!=null&&A.unshift(Ld(o,he,J))):d||(he=fa(o,m),he!=null&&A.push(Ld(o,he,J)))),o=o.return}A.length!==0&&n.push({event:l,listeners:A})}var hg=/\r\n?/g,N2=/\u0000|\uFFFD/g;function M2(n){return(typeof n=="string"?n:""+n).replace(hg,`
|
|
31
|
-
`).replace(N2,"")}function k2(n,l){return l=M2(l),M2(n)===l}function Tn(n,l,o,s,d,m){switch(o){case"children":typeof s=="string"?l==="body"||l==="textarea"&&s===""||co(n,s):(typeof s=="number"||typeof s=="bigint")&&l!=="body"&&co(n,""+s);break;case"className":Wc(n,"class",s);break;case"tabIndex":Wc(n,"tabindex",s);break;case"dir":case"role":case"viewBox":case"width":case"height":Wc(n,o,s);break;case"style":M0(n,s,m);break;case"data":if(l!=="object"){Wc(n,"data",s);break}case"src":case"href":if(s===""&&(l!=="a"||o!=="href")){n.removeAttribute(o);break}if(s==null||typeof s=="function"||typeof s=="symbol"||typeof s=="boolean"){n.removeAttribute(o);break}s=Ol(""+s),n.setAttribute(o,s);break;case"action":case"formAction":if(typeof s=="function"){n.setAttribute(o,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof m=="function"&&(o==="formAction"?(l!=="input"&&Tn(n,l,"name",d.name,d,null),Tn(n,l,"formEncType",d.formEncType,d,null),Tn(n,l,"formMethod",d.formMethod,d,null),Tn(n,l,"formTarget",d.formTarget,d,null)):(Tn(n,l,"encType",d.encType,d,null),Tn(n,l,"method",d.method,d,null),Tn(n,l,"target",d.target,d,null)));if(s==null||typeof s=="symbol"||typeof s=="boolean"){n.removeAttribute(o);break}s=Ol(""+s),n.setAttribute(o,s);break;case"onClick":s!=null&&(n.onclick=Hl);break;case"onScroll":s!=null&&Kt("scroll",n);break;case"onScrollEnd":s!=null&&Kt("scrollend",n);break;case"dangerouslySetInnerHTML":if(s!=null){if(typeof s!="object"||!("__html"in s))throw Error(y(61));if(o=s.__html,o!=null){if(d.children!=null)throw Error(y(60));n.innerHTML=o}}break;case"multiple":n.multiple=s&&typeof s!="function"&&typeof s!="symbol";break;case"muted":n.muted=s&&typeof s!="function"&&typeof s!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(s==null||typeof s=="function"||typeof s=="boolean"||typeof s=="symbol"){n.removeAttribute("xlink:href");break}o=Ol(""+s),n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",o);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":s!=null&&typeof s!="function"&&typeof s!="symbol"?n.setAttribute(o,""+s):n.removeAttribute(o);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":s&&typeof s!="function"&&typeof s!="symbol"?n.setAttribute(o,""):n.removeAttribute(o);break;case"capture":case"download":s===!0?n.setAttribute(o,""):s!==!1&&s!=null&&typeof s!="function"&&typeof s!="symbol"?n.setAttribute(o,s):n.removeAttribute(o);break;case"cols":case"rows":case"size":case"span":s!=null&&typeof s!="function"&&typeof s!="symbol"&&!isNaN(s)&&1<=s?n.setAttribute(o,s):n.removeAttribute(o);break;case"rowSpan":case"start":s==null||typeof s=="function"||typeof s=="symbol"||isNaN(s)?n.removeAttribute(o):n.setAttribute(o,s);break;case"popover":Kt("beforetoggle",n),Kt("toggle",n),Ys(n,"popover",s);break;case"xlinkActuate":Mo(n,"http://www.w3.org/1999/xlink","xlink:actuate",s);break;case"xlinkArcrole":Mo(n,"http://www.w3.org/1999/xlink","xlink:arcrole",s);break;case"xlinkRole":Mo(n,"http://www.w3.org/1999/xlink","xlink:role",s);break;case"xlinkShow":Mo(n,"http://www.w3.org/1999/xlink","xlink:show",s);break;case"xlinkTitle":Mo(n,"http://www.w3.org/1999/xlink","xlink:title",s);break;case"xlinkType":Mo(n,"http://www.w3.org/1999/xlink","xlink:type",s);break;case"xmlBase":Mo(n,"http://www.w3.org/XML/1998/namespace","xml:base",s);break;case"xmlLang":Mo(n,"http://www.w3.org/XML/1998/namespace","xml:lang",s);break;case"xmlSpace":Mo(n,"http://www.w3.org/XML/1998/namespace","xml:space",s);break;case"is":Ys(n,"is",s);break;case"innerText":case"textContent":break;default:(!(2<o.length)||o[0]!=="o"&&o[0]!=="O"||o[1]!=="n"&&o[1]!=="N")&&(o=op.get(o)||o,Ys(n,o,s))}}function B2(n,l,o,s,d,m){switch(o){case"style":M0(n,s,m);break;case"dangerouslySetInnerHTML":if(s!=null){if(typeof s!="object"||!("__html"in s))throw Error(y(61));if(o=s.__html,o!=null){if(d.children!=null)throw Error(y(60));n.innerHTML=o}}break;case"children":typeof s=="string"?co(n,s):(typeof s=="number"||typeof s=="bigint")&&co(n,""+s);break;case"onScroll":s!=null&&Kt("scroll",n);break;case"onScrollEnd":s!=null&&Kt("scrollend",n);break;case"onClick":s!=null&&(n.onclick=Hl);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!mi.hasOwnProperty(o))e:{if(o[0]==="o"&&o[1]==="n"&&(d=o.endsWith("Capture"),l=o.slice(2,d?o.length-7:void 0),m=n[qa]||null,m=m!=null?m[o]:null,typeof m=="function"&&n.removeEventListener(l,m,d),typeof s=="function")){typeof m!="function"&&m!==null&&(o in n?n[o]=null:n.hasAttribute(o)&&n.removeAttribute(o)),n.addEventListener(l,s,d);break e}o in n?n[o]=s:s===!0?n.setAttribute(o,""):Ys(n,o,s)}}}function Va(n,l,o){switch(l){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Kt("error",n),Kt("load",n);var s=!1,d=!1,m;for(m in o)if(o.hasOwnProperty(m)){var A=o[m];if(A!=null)switch(m){case"src":s=!0;break;case"srcSet":d=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(y(137,l));default:Tn(n,l,m,A,o,null)}}d&&Tn(n,l,"srcSet",o.srcSet,o,null),s&&Tn(n,l,"src",o.src,o,null);return;case"input":Kt("invalid",n);var D=m=A=d=null,J=null,he=null;for(s in o)if(o.hasOwnProperty(s)){var xe=o[s];if(xe!=null)switch(s){case"name":d=xe;break;case"type":A=xe;break;case"checked":J=xe;break;case"defaultChecked":he=xe;break;case"value":m=xe;break;case"defaultValue":D=xe;break;case"children":case"dangerouslySetInnerHTML":if(xe!=null)throw Error(y(137,l));break;default:Tn(n,l,s,xe,o,null)}}ku(n,m,D,J,he,A,d,!1);return;case"select":Kt("invalid",n),s=A=m=null;for(d in o)if(o.hasOwnProperty(d)&&(D=o[d],D!=null))switch(d){case"value":m=D;break;case"defaultValue":A=D;break;case"multiple":s=D;default:Tn(n,l,d,D,o,null)}l=m,o=A,n.multiple=!!s,l!=null?qs(n,!!s,l,!1):o!=null&&qs(n,!!s,o,!0);return;case"textarea":Kt("invalid",n),m=d=s=null;for(A in o)if(o.hasOwnProperty(A)&&(D=o[A],D!=null))switch(A){case"value":s=D;break;case"defaultValue":d=D;break;case"children":m=D;break;case"dangerouslySetInnerHTML":if(D!=null)throw Error(y(91));break;default:Tn(n,l,A,D,o,null)}jf(n,s,d,m);return;case"option":for(J in o)o.hasOwnProperty(J)&&(s=o[J],s!=null)&&(J==="selected"?n.selected=s&&typeof s!="function"&&typeof s!="symbol":Tn(n,l,J,s,o,null));return;case"dialog":Kt("beforetoggle",n),Kt("toggle",n),Kt("cancel",n),Kt("close",n);break;case"iframe":case"object":Kt("load",n);break;case"video":case"audio":for(s=0;s<Gr.length;s++)Kt(Gr[s],n);break;case"image":Kt("error",n),Kt("load",n);break;case"details":Kt("toggle",n);break;case"embed":case"source":case"link":Kt("error",n),Kt("load",n);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(he in o)if(o.hasOwnProperty(he)&&(s=o[he],s!=null))switch(he){case"children":case"dangerouslySetInnerHTML":throw Error(y(137,l));default:Tn(n,l,he,s,o,null)}return;default:if(Yf(l)){for(xe in o)o.hasOwnProperty(xe)&&(s=o[xe],s!==void 0&&B2(n,l,xe,s,o,void 0));return}}for(D in o)o.hasOwnProperty(D)&&(s=o[D],s!=null&&Tn(n,l,D,s,o,null))}function U2(n,l,o,s){switch(l){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var d=null,m=null,A=null,D=null,J=null,he=null,xe=null;for(Se in o){var Ue=o[Se];if(o.hasOwnProperty(Se)&&Ue!=null)switch(Se){case"checked":break;case"value":break;case"defaultValue":J=Ue;default:s.hasOwnProperty(Se)||Tn(n,l,Se,null,s,Ue)}}for(var pe in s){var Se=s[pe];if(Ue=o[pe],s.hasOwnProperty(pe)&&(Se!=null||Ue!=null))switch(pe){case"type":m=Se;break;case"name":d=Se;break;case"checked":he=Se;break;case"defaultChecked":xe=Se;break;case"value":A=Se;break;case"defaultValue":D=Se;break;case"children":case"dangerouslySetInnerHTML":if(Se!=null)throw Error(y(137,l));break;default:Se!==Ue&&Tn(n,l,pe,Se,s,Ue)}}Mu(n,A,D,J,he,xe,m,d);return;case"select":Se=A=D=pe=null;for(m in o)if(J=o[m],o.hasOwnProperty(m)&&J!=null)switch(m){case"value":break;case"multiple":Se=J;default:s.hasOwnProperty(m)||Tn(n,l,m,null,s,J)}for(d in s)if(m=s[d],J=o[d],s.hasOwnProperty(d)&&(m!=null||J!=null))switch(d){case"value":pe=m;break;case"defaultValue":D=m;break;case"multiple":A=m;default:m!==J&&Tn(n,l,d,m,s,J)}l=D,o=A,s=Se,pe!=null?qs(n,!!o,pe,!1):!!s!=!!o&&(l!=null?qs(n,!!o,l,!0):qs(n,!!o,o?[]:"",!1));return;case"textarea":Se=pe=null;for(D in o)if(d=o[D],o.hasOwnProperty(D)&&d!=null&&!s.hasOwnProperty(D))switch(D){case"value":break;case"children":break;default:Tn(n,l,D,null,s,d)}for(A in s)if(d=s[A],m=o[A],s.hasOwnProperty(A)&&(d!=null||m!=null))switch(A){case"value":pe=d;break;case"defaultValue":Se=d;break;case"children":break;case"dangerouslySetInnerHTML":if(d!=null)throw Error(y(91));break;default:d!==m&&Tn(n,l,A,d,s,m)}Lf(n,pe,Se);return;case"option":for(var dt in o)pe=o[dt],o.hasOwnProperty(dt)&&pe!=null&&!s.hasOwnProperty(dt)&&(dt==="selected"?n.selected=!1:Tn(n,l,dt,null,s,pe));for(J in s)pe=s[J],Se=o[J],s.hasOwnProperty(J)&&pe!==Se&&(pe!=null||Se!=null)&&(J==="selected"?n.selected=pe&&typeof pe!="function"&&typeof pe!="symbol":Tn(n,l,J,pe,s,Se));return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var St in o)pe=o[St],o.hasOwnProperty(St)&&pe!=null&&!s.hasOwnProperty(St)&&Tn(n,l,St,null,s,pe);for(he in s)if(pe=s[he],Se=o[he],s.hasOwnProperty(he)&&pe!==Se&&(pe!=null||Se!=null))switch(he){case"children":case"dangerouslySetInnerHTML":if(pe!=null)throw Error(y(137,l));break;default:Tn(n,l,he,pe,s,Se)}return;default:if(Yf(l)){for(var wn in o)pe=o[wn],o.hasOwnProperty(wn)&&pe!==void 0&&!s.hasOwnProperty(wn)&&B2(n,l,wn,void 0,s,pe);for(xe in s)pe=s[xe],Se=o[xe],!s.hasOwnProperty(xe)||pe===Se||pe===void 0&&Se===void 0||B2(n,l,xe,pe,s,Se);return}}for(var ce in o)pe=o[ce],o.hasOwnProperty(ce)&&pe!=null&&!s.hasOwnProperty(ce)&&Tn(n,l,ce,null,s,pe);for(Ue in s)pe=s[Ue],Se=o[Ue],!s.hasOwnProperty(Ue)||pe===Se||pe==null&&Se==null||Tn(n,l,Ue,pe,s,Se)}function Im(n){switch(n){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function z2(){if(typeof performance.getEntriesByType=="function"){for(var n=0,l=0,o=performance.getEntriesByType("resource"),s=0;s<o.length;s++){var d=o[s],m=d.transferSize,A=d.initiatorType,D=d.duration;if(m&&D&&Im(A)){for(A=0,D=d.responseEnd,s+=1;s<o.length;s++){var J=o[s],he=J.startTime;if(he>D)break;var xe=J.transferSize,Ue=J.initiatorType;xe&&Im(Ue)&&(J=J.responseEnd,A+=xe*(J<D?1:(D-he)/(J-he)))}if(--s,l+=8*(m+A)/(d.duration/1e3),n++,10<n)break}}if(0<n)return l/n/1e6}return navigator.connection&&(n=navigator.connection.downlink,typeof n=="number")?n:5}var Jm=null,Fm=null;function pu(n){return n.nodeType===9?n:n.ownerDocument}function pg(n){switch(n){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function _2(n,l){if(n===0)switch(l){case"svg":return 1;case"math":return 2;default:return 0}return n===1&&l==="foreignObject"?0:n}function Qr(n,l){return n==="textarea"||n==="noscript"||typeof l.children=="string"||typeof l.children=="number"||typeof l.children=="bigint"||typeof l.dangerouslySetInnerHTML=="object"&&l.dangerouslySetInnerHTML!==null&&l.dangerouslySetInnerHTML.__html!=null}var Zm=null;function gb(){var n=window.event;return n&&n.type==="popstate"?n===Zm?!1:(Zm=n,!0):(Zm=null,!1)}var Yd=typeof setTimeout=="function"?setTimeout:void 0,yg=typeof clearTimeout=="function"?clearTimeout:void 0,gc=typeof Promise=="function"?Promise:void 0,gg=typeof queueMicrotask=="function"?queueMicrotask:typeof gc<"u"?function(n){return gc.resolve(null).then(n).catch(H2)}:Yd;function H2(n){setTimeout(function(){throw n})}function Ko(n){return n==="head"}function L2(n,l){var o=l,s=0;do{var d=o.nextSibling;if(n.removeChild(o),d&&d.nodeType===8)if(o=d.data,o==="/$"||o==="/&"){if(s===0){n.removeChild(d),nf(l);return}s--}else if(o==="$"||o==="$?"||o==="$~"||o==="$!"||o==="&")s++;else if(o==="html")vc(n.ownerDocument.documentElement);else if(o==="head"){o=n.ownerDocument.head,vc(o);for(var m=o.firstChild;m;){var A=m.nextSibling,D=m.nodeName;m[_l]||D==="SCRIPT"||D==="STYLE"||D==="LINK"&&m.rel.toLowerCase()==="stylesheet"||o.removeChild(m),m=A}}else o==="body"&&vc(n.ownerDocument.body);o=d}while(o);nf(l)}function ua(n,l){var o=n;n=0;do{var s=o.nextSibling;if(o.nodeType===1?l?(o._stashedDisplay=o.style.display,o.style.display="none"):(o.style.display=o._stashedDisplay||"",o.getAttribute("style")===""&&o.removeAttribute("style")):o.nodeType===3&&(l?(o._stashedText=o.nodeValue,o.nodeValue=""):o.nodeValue=o._stashedText||""),s&&s.nodeType===8)if(o=s.data,o==="/$"){if(n===0)break;n--}else o!=="$"&&o!=="$?"&&o!=="$~"&&o!=="$!"||n++;o=s}while(o)}function qd(n){var l=n.firstChild;for(l&&l.nodeType===10&&(l=l.nextSibling);l;){var o=l;switch(l=l.nextSibling,o.nodeName){case"HTML":case"HEAD":case"BODY":qd(o),Fc(o);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(o.rel.toLowerCase()==="stylesheet")continue}n.removeChild(o)}}function vb(n,l,o,s){for(;n.nodeType===1;){var d=o;if(n.nodeName.toLowerCase()!==l.toLowerCase()){if(!s&&(n.nodeName!=="INPUT"||n.type!=="hidden"))break}else if(s){if(!n[_l])switch(l){case"meta":if(!n.hasAttribute("itemprop"))break;return n;case"link":if(m=n.getAttribute("rel"),m==="stylesheet"&&n.hasAttribute("data-precedence"))break;if(m!==d.rel||n.getAttribute("href")!==(d.href==null||d.href===""?null:d.href)||n.getAttribute("crossorigin")!==(d.crossOrigin==null?null:d.crossOrigin)||n.getAttribute("title")!==(d.title==null?null:d.title))break;return n;case"style":if(n.hasAttribute("data-precedence"))break;return n;case"script":if(m=n.getAttribute("src"),(m!==(d.src==null?null:d.src)||n.getAttribute("type")!==(d.type==null?null:d.type)||n.getAttribute("crossorigin")!==(d.crossOrigin==null?null:d.crossOrigin))&&m&&n.hasAttribute("async")&&!n.hasAttribute("itemprop"))break;return n;default:return n}}else if(l==="input"&&n.type==="hidden"){var m=d.name==null?null:""+d.name;if(d.type==="hidden"&&n.getAttribute("name")===m)return n}else return n;if(n=Sl(n.nextSibling),n===null)break}return null}function Vt(n,l,o){if(l==="")return null;for(;n.nodeType!==3;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!o||(n=Sl(n.nextSibling),n===null))return null;return n}function vg(n,l){for(;n.nodeType!==8;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!l||(n=Sl(n.nextSibling),n===null))return null;return n}function wo(n){return n.data==="$?"||n.data==="$~"}function yu(n){return n.data==="$!"||n.data==="$?"&&n.ownerDocument.readyState!=="loading"}function Xr(n,l){var o=n.ownerDocument;if(n.data==="$~")n._reactRetry=l;else if(n.data!=="$?"||o.readyState!=="loading")l();else{var s=function(){l(),o.removeEventListener("DOMContentLoaded",s)};o.addEventListener("DOMContentLoaded",s),n._reactRetry=s}}function Sl(n){for(;n!=null;n=n.nextSibling){var l=n.nodeType;if(l===1||l===3)break;if(l===8){if(l=n.data,l==="$"||l==="$!"||l==="$?"||l==="$~"||l==="&"||l==="F!"||l==="F")break;if(l==="/$"||l==="/&")return null}}return n}var Gd=null;function Km(n){n=n.nextSibling;for(var l=0;n;){if(n.nodeType===8){var o=n.data;if(o==="/$"||o==="/&"){if(l===0)return Sl(n.nextSibling);l--}else o!=="$"&&o!=="$!"&&o!=="$?"&&o!=="$~"&&o!=="&"||l++}n=n.nextSibling}return null}function Wo(n){n=n.previousSibling;for(var l=0;n;){if(n.nodeType===8){var o=n.data;if(o==="$"||o==="$!"||o==="$?"||o==="$~"||o==="&"){if(l===0)return n;l--}else o!=="/$"&&o!=="/&"||l++}n=n.previousSibling}return null}function Ir(n,l,o){switch(l=pu(o),n){case"html":if(n=l.documentElement,!n)throw Error(y(452));return n;case"head":if(n=l.head,!n)throw Error(y(453));return n;case"body":if(n=l.body,!n)throw Error(y(454));return n;default:throw Error(y(451))}}function vc(n){for(var l=n.attributes;l.length;)n.removeAttributeNode(l[0]);Fc(n)}var Bl=new Map,Vd=new Set;function el(n){return typeof n.getRootNode=="function"?n.getRootNode():n.nodeType===9?n:n.ownerDocument}var $o=z.d;z.d={f:bb,r:bg,D:Ae,C:pn,L:Ab,m:j2,X:Os,S:Y2,M:gu};function bb(){var n=$o.f(),l=Hr();return n||l}function bg(n){var l=di(n);l!==null&&l.tag===5&&l.type==="form"?An(l):$o.r(n)}var Jr=typeof document>"u"?null:document;function ha(n,l,o){var s=Jr;if(s&&typeof l=="string"&&l){var d=sl(l);d='link[rel="'+n+'"][href="'+d+'"]',typeof o=="string"&&(d+='[crossorigin="'+o+'"]'),Vd.has(d)||(Vd.add(d),n={rel:n,crossOrigin:o,href:l},s.querySelector(d)===null&&(l=s.createElement("link"),Va(l,"link",n),rn(l),s.head.appendChild(l)))}}function Ae(n){$o.D(n),ha("dns-prefetch",n,null)}function pn(n,l){$o.C(n,l),ha("preconnect",n,l)}function Ab(n,l,o){$o.L(n,l,o);var s=Jr;if(s&&n&&l){var d='link[rel="preload"][as="'+sl(l)+'"]';l==="image"&&o&&o.imageSrcSet?(d+='[imagesrcset="'+sl(o.imageSrcSet)+'"]',typeof o.imageSizes=="string"&&(d+='[imagesizes="'+sl(o.imageSizes)+'"]')):d+='[href="'+sl(n)+'"]';var m=d;switch(l){case"style":m=Wl(n);break;case"script":m=bc(n)}Bl.has(m)||(n=Q({rel:"preload",href:l==="image"&&o&&o.imageSrcSet?void 0:n,as:l},o),Bl.set(m,n),s.querySelector(d)!==null||l==="style"&&s.querySelector(vu(m))||l==="script"&&s.querySelector(Kr(m))||(l=s.createElement("link"),Va(l,"link",n),rn(l),s.head.appendChild(l)))}}function j2(n,l){$o.m(n,l);var o=Jr;if(o&&n){var s=l&&typeof l.as=="string"?l.as:"script",d='link[rel="modulepreload"][as="'+sl(s)+'"][href="'+sl(n)+'"]',m=d;switch(s){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":m=bc(n)}if(!Bl.has(m)&&(n=Q({rel:"modulepreload",href:n},l),Bl.set(m,n),o.querySelector(d)===null)){switch(s){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(o.querySelector(Kr(m)))return}s=o.createElement("link"),Va(s,"link",n),rn(s),o.head.appendChild(s)}}}function Y2(n,l,o){$o.S(n,l,o);var s=Jr;if(s&&n){var d=as(s).hoistableStyles,m=Wl(n);l=l||"default";var A=d.get(m);if(!A){var D={loading:0,preload:null};if(A=s.querySelector(vu(m)))D.loading=5;else{n=Q({rel:"stylesheet",href:n,"data-precedence":l},o),(o=Bl.get(m))&&Wm(n,o);var J=A=s.createElement("link");rn(J),Va(J,"link",n),J._p=new Promise(function(he,xe){J.onload=he,J.onerror=xe}),J.addEventListener("load",function(){D.loading|=1}),J.addEventListener("error",function(){D.loading|=2}),D.loading|=4,Qd(A,l,s)}A={type:"stylesheet",instance:A,count:1,state:D},d.set(m,A)}}}function Os(n,l){$o.X(n,l);var o=Jr;if(o&&n){var s=as(o).hoistableScripts,d=bc(n),m=s.get(d);m||(m=o.querySelector(Kr(d)),m||(n=Q({src:n,async:!0},l),(l=Bl.get(d))&&$m(n,l),m=o.createElement("script"),rn(m),Va(m,"link",n),o.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},s.set(d,m))}}function gu(n,l){$o.M(n,l);var o=Jr;if(o&&n){var s=as(o).hoistableScripts,d=bc(n),m=s.get(d);m||(m=o.querySelector(Kr(d)),m||(n=Q({src:n,async:!0,type:"module"},l),(l=Bl.get(d))&&$m(n,l),m=o.createElement("script"),rn(m),Va(m,"link",n),o.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},s.set(d,m))}}function Fr(n,l,o,s){var d=(d=Fe.current)?el(d):null;if(!d)throw Error(y(446));switch(n){case"meta":case"title":return null;case"style":return typeof o.precedence=="string"&&typeof o.href=="string"?(l=Wl(o.href),o=as(d).hoistableStyles,s=o.get(l),s||(s={type:"style",instance:null,count:0,state:null},o.set(l,s)),s):{type:"void",instance:null,count:0,state:null};case"link":if(o.rel==="stylesheet"&&typeof o.href=="string"&&typeof o.precedence=="string"){n=Wl(o.href);var m=as(d).hoistableStyles,A=m.get(n);if(A||(d=d.ownerDocument||d,A={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},m.set(n,A),(m=d.querySelector(vu(n)))&&!m._p&&(A.instance=m,A.state.loading=5),Bl.has(n)||(o={rel:"preload",as:"style",href:o.href,crossOrigin:o.crossOrigin,integrity:o.integrity,media:o.media,hrefLang:o.hrefLang,referrerPolicy:o.referrerPolicy},Bl.set(n,o),m||Ag(d,n,o,A.state))),l&&s===null)throw Error(y(528,""));return A}if(l&&s!==null)throw Error(y(529,""));return null;case"script":return l=o.async,o=o.src,typeof o=="string"&&l&&typeof l!="function"&&typeof l!="symbol"?(l=bc(o),o=as(d).hoistableScripts,s=o.get(l),s||(s={type:"script",instance:null,count:0,state:null},o.set(l,s)),s):{type:"void",instance:null,count:0,state:null};default:throw Error(y(444,n))}}function Wl(n){return'href="'+sl(n)+'"'}function vu(n){return'link[rel="stylesheet"]['+n+"]"}function Zr(n){return Q({},n,{"data-precedence":n.precedence,precedence:null})}function Ag(n,l,o,s){n.querySelector('link[rel="preload"][as="style"]['+l+"]")?s.loading=1:(l=n.createElement("link"),s.preload=l,l.addEventListener("load",function(){return s.loading|=1}),l.addEventListener("error",function(){return s.loading|=2}),Va(l,"link",o),rn(l),n.head.appendChild(l))}function bc(n){return'[src="'+sl(n)+'"]'}function Kr(n){return"script[async]"+n}function q2(n,l,o){if(l.count++,l.instance===null)switch(l.type){case"style":var s=n.querySelector('style[data-href~="'+sl(o.href)+'"]');if(s)return l.instance=s,rn(s),s;var d=Q({},o,{"data-href":o.href,"data-precedence":o.precedence,href:null,precedence:null});return s=(n.ownerDocument||n).createElement("style"),rn(s),Va(s,"style",d),Qd(s,o.precedence,n),l.instance=s;case"stylesheet":d=Wl(o.href);var m=n.querySelector(vu(d));if(m)return l.state.loading|=4,l.instance=m,rn(m),m;s=Zr(o),(d=Bl.get(d))&&Wm(s,d),m=(n.ownerDocument||n).createElement("link"),rn(m);var A=m;return A._p=new Promise(function(D,J){A.onload=D,A.onerror=J}),Va(m,"link",s),l.state.loading|=4,Qd(m,o.precedence,n),l.instance=m;case"script":return m=bc(o.src),(d=n.querySelector(Kr(m)))?(l.instance=d,rn(d),d):(s=o,(d=Bl.get(m))&&(s=Q({},o),$m(s,d)),n=n.ownerDocument||n,d=n.createElement("script"),rn(d),Va(d,"link",s),n.head.appendChild(d),l.instance=d);case"void":return null;default:throw Error(y(443,l.type))}else l.type==="stylesheet"&&(l.state.loading&4)===0&&(s=l.instance,l.state.loading|=4,Qd(s,o.precedence,n));return l.instance}function Qd(n,l,o){for(var s=o.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),d=s.length?s[s.length-1]:null,m=d,A=0;A<s.length;A++){var D=s[A];if(D.dataset.precedence===l)m=D;else if(m!==d)break}m?m.parentNode.insertBefore(n,m.nextSibling):(l=o.nodeType===9?o.head:o,l.insertBefore(n,l.firstChild))}function Wm(n,l){n.crossOrigin==null&&(n.crossOrigin=l.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=l.referrerPolicy),n.title==null&&(n.title=l.title)}function $m(n,l){n.crossOrigin==null&&(n.crossOrigin=l.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=l.referrerPolicy),n.integrity==null&&(n.integrity=l.integrity)}var Wr=null;function G2(n,l,o){if(Wr===null){var s=new Map,d=Wr=new Map;d.set(o,s)}else d=Wr,s=d.get(o),s||(s=new Map,d.set(o,s));if(s.has(n))return s;for(s.set(n,null),o=o.getElementsByTagName(n),d=0;d<o.length;d++){var m=o[d];if(!(m[_l]||m[sn]||n==="link"&&m.getAttribute("rel")==="stylesheet")&&m.namespaceURI!=="http://www.w3.org/2000/svg"){var A=m.getAttribute(l)||"";A=n+A;var D=s.get(A);D?D.push(m):s.set(A,[m])}}return s}function Pm(n,l,o){n=n.ownerDocument||n,n.head.insertBefore(o,l==="title"?n.querySelector("head > title"):null)}function V2(n,l,o){if(o===1||l.itemProp!=null)return!1;switch(n){case"meta":case"title":return!0;case"style":if(typeof l.precedence!="string"||typeof l.href!="string"||l.href==="")break;return!0;case"link":if(typeof l.rel!="string"||typeof l.href!="string"||l.href===""||l.onLoad||l.onError)break;return l.rel==="stylesheet"?(n=l.disabled,typeof l.precedence=="string"&&n==null):!0;case"script":if(l.async&&typeof l.async!="function"&&typeof l.async!="symbol"&&!l.onLoad&&!l.onError&&l.src&&typeof l.src=="string")return!0}return!1}function Ul(n){return!(n.type==="stylesheet"&&(n.state.loading&3)===0)}function Li(n,l,o,s){if(o.type==="stylesheet"&&(typeof s.media!="string"||matchMedia(s.media).matches!==!1)&&(o.state.loading&4)===0){if(o.instance===null){var d=Wl(s.href),m=l.querySelector(vu(d));if(m){l=m._p,l!==null&&typeof l=="object"&&typeof l.then=="function"&&(n.count++,n=eh.bind(n),l.then(n,n)),o.state.loading|=4,o.instance=m,rn(m);return}m=l.ownerDocument||l,s=Zr(s),(d=Bl.get(d))&&Wm(s,d),m=m.createElement("link"),rn(m);var A=m;A._p=new Promise(function(D,J){A.onload=D,A.onerror=J}),Va(m,"link",s),o.instance=m}n.stylesheets===null&&(n.stylesheets=new Map),n.stylesheets.set(o,l),(l=o.state.preload)&&(o.state.loading&3)===0&&(n.count++,o=eh.bind(n),l.addEventListener("load",o),l.addEventListener("error",o))}}var $l=0;function Q2(n,l){return n.stylesheets&&n.count===0&&nh(n,n.stylesheets),0<n.count||0<n.imgCount?function(o){var s=setTimeout(function(){if(n.stylesheets&&nh(n,n.stylesheets),n.unsuspend){var m=n.unsuspend;n.unsuspend=null,m()}},6e4+l);0<n.imgBytes&&$l===0&&($l=62500*z2());var d=setTimeout(function(){if(n.waitingForImages=!1,n.count===0&&(n.stylesheets&&nh(n,n.stylesheets),n.unsuspend)){var m=n.unsuspend;n.unsuspend=null,m()}},(n.imgBytes>$l?50:800)+l);return n.unsuspend=o,function(){n.unsuspend=null,clearTimeout(s),clearTimeout(d)}}:null}function eh(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)nh(this,this.stylesheets);else if(this.unsuspend){var n=this.unsuspend;this.unsuspend=null,n()}}}var th=null;function nh(n,l){n.stylesheets=null,n.unsuspend!==null&&(n.count++,th=new Map,l.forEach(Ma,n),th=null,eh.call(n))}function Ma(n,l){if(!(l.state.loading&4)){var o=th.get(n);if(o)var s=o.get(null);else{o=new Map,th.set(n,o);for(var d=n.querySelectorAll("link[data-precedence],style[data-precedence]"),m=0;m<d.length;m++){var A=d[m];(A.nodeName==="LINK"||A.getAttribute("media")!=="not all")&&(o.set(A.dataset.precedence,A),s=A)}s&&o.set(null,s)}d=l.instance,A=d.getAttribute("data-precedence"),m=o.get(A)||s,m===s&&o.set(null,d),o.set(A,d),this.count++,s=eh.bind(this),d.addEventListener("load",s),d.addEventListener("error",s),m?m.parentNode.insertBefore(d,m.nextSibling):(n=n.nodeType===9?n.head:n,n.insertBefore(d,n.firstChild)),l.state.loading|=4}}var Xd={$$typeof:Ne,Provider:null,Consumer:null,_currentValue:Y,_currentValue2:Y,_threadCount:0};function X2(n,l,o,s,d,m,A,D,J){this.tag=1,this.containerInfo=n,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=en(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=en(0),this.hiddenUpdates=en(null),this.identifierPrefix=s,this.onUncaughtError=d,this.onCaughtError=m,this.onRecoverableError=A,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=J,this.incompleteTransitions=new Map}function ah(n,l,o,s,d,m,A,D,J,he,xe,Ue){return n=new X2(n,l,o,A,J,he,xe,Ue,D),l=1,m===!0&&(l|=24),m=Wn(3,null,null,l),n.current=m,m.stateNode=n,l=Pf(),l.refCount++,n.pooledCache=l,l.refCount++,m.memoizedState={element:s,isDehydrated:o,cache:l},id(m),n}function Ac(n){return n?(n=rl,n):rl}function Sg(n,l,o,s,d,m){d=Ac(d),s.context===null?s.context=d:s.pendingContext=d,s=ys(l),s.payload={element:o},m=m===void 0?null:m,m!==null&&(s.callback=m),o=Ql(n,s,l),o!==null&&(Al(o,n,l),nu(o,n,l))}function lh(n,l){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var o=n.retryLane;n.retryLane=o!==0&&o<l?o:l}}function I2(n,l){lh(n,l),(n=n.alternate)&&lh(n,l)}function Tg(n){if(n.tag===13||n.tag===31){var l=cs(n,67108864);l!==null&&Al(l,n,67108864),I2(n,67108864)}}function Sc(n){if(n.tag===13||n.tag===31){var l=kl();l=ci(l);var o=cs(n,l);o!==null&&Al(o,n,l),I2(n,l)}}var ba=!0;function ji(n,l,o,s){var d=E.T;E.T=null;var m=z.p;try{z.p=2,Qa(n,l,o,s)}finally{z.p=m,E.T=d}}function Yi(n,l,o,s){var d=E.T;E.T=null;var m=z.p;try{z.p=8,Qa(n,l,o,s)}finally{z.p=m,E.T=d}}function Qa(n,l,o,s){if(ba){var d=J2(s);if(d===null)D2(n,l,s,oh,o),xs(n,s);else if(Sb(d,n,l,o,s))s.stopPropagation();else if(xs(n,s),l&4&&-1<Tl.indexOf(n)){for(;d!==null;){var m=di(d);if(m!==null)switch(m.tag){case 3:if(m=m.stateNode,m.current.memoizedState.isDehydrated){var A=Qe(m.pendingLanes);if(A!==0){var D=m;for(D.pendingLanes|=2,D.entangledLanes|=2;A;){var J=1<<31-mt(A);D.entanglements[1]|=J,A&=~J}Hi(m),(fn&6)===0&&(hn=Ve()+500,Cs(0))}}break;case 31:case 13:D=cs(m,2),D!==null&&Al(D,m,2),Hr(),I2(m,2)}if(m=J2(s),m===null&&D2(n,l,s,oh,o),m===d)break;d=m}d!==null&&s.stopPropagation()}else D2(n,l,s,null,o)}}function J2(n){return n=tr(n),$r(n)}var oh=null;function $r(n){if(oh=null,n=fi(n),n!==null){var l=b(n);if(l===null)n=null;else{var o=l.tag;if(o===13){if(n=w(l),n!==null)return n;n=null}else if(o===31){if(n=C(l),n!==null)return n;n=null}else if(o===3){if(l.stateNode.current.memoizedState.isDehydrated)return l.tag===3?l.stateNode.containerInfo:null;n=null}else l!==n&&(n=null)}}return oh=n,null}function Id(n){switch(n){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(Ze()){case ze:return 2;case Re:return 8;case He:case et:return 32;case Pe:return 268435456;default:return 32}default:return 32}}var Pr=!1,Aa=null,Xa=null,tl=null,bu=new Map,Eo=new Map,Yn=[],Tl="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function xs(n,l){switch(n){case"focusin":case"focusout":Aa=null;break;case"dragenter":case"dragleave":Xa=null;break;case"mouseover":case"mouseout":tl=null;break;case"pointerover":case"pointerout":bu.delete(l.pointerId);break;case"gotpointercapture":case"lostpointercapture":Eo.delete(l.pointerId)}}function Tc(n,l,o,s,d,m){return n===null||n.nativeEvent!==m?(n={blockedOn:l,domEventName:o,eventSystemFlags:s,nativeEvent:m,targetContainers:[d]},l!==null&&(l=di(l),l!==null&&Tg(l)),n):(n.eventSystemFlags|=s,l=n.targetContainers,d!==null&&l.indexOf(d)===-1&&l.push(d),n)}function Sb(n,l,o,s,d){switch(l){case"focusin":return Aa=Tc(Aa,n,l,o,s,d),!0;case"dragenter":return Xa=Tc(Xa,n,l,o,s,d),!0;case"mouseover":return tl=Tc(tl,n,l,o,s,d),!0;case"pointerover":var m=d.pointerId;return bu.set(m,Tc(bu.get(m)||null,n,l,o,s,d)),!0;case"gotpointercapture":return m=d.pointerId,Eo.set(m,Tc(Eo.get(m)||null,n,l,o,s,d)),!0}return!1}function wg(n){var l=fi(n.target);if(l!==null){var o=b(l);if(o!==null){if(l=o.tag,l===13){if(l=w(o),l!==null){n.blockedOn=l,_n(n.priority,function(){Sc(o)});return}}else if(l===31){if(l=C(o),l!==null){n.blockedOn=l,_n(n.priority,function(){Sc(o)});return}}else if(l===3&&o.stateNode.current.memoizedState.isDehydrated){n.blockedOn=o.tag===3?o.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Jd(n){if(n.blockedOn!==null)return!1;for(var l=n.targetContainers;0<l.length;){var o=J2(n.nativeEvent);if(o===null){o=n.nativeEvent;var s=new o.constructor(o.type,o);er=s,o.target.dispatchEvent(s),er=null}else return l=di(o),l!==null&&Tg(l),n.blockedOn=o,!1;l.shift()}return!0}function ef(n,l,o){Jd(n)&&o.delete(l)}function Eg(){Pr=!1,Aa!==null&&Jd(Aa)&&(Aa=null),Xa!==null&&Jd(Xa)&&(Xa=null),tl!==null&&Jd(tl)&&(tl=null),bu.forEach(ef),Eo.forEach(ef)}function qi(n,l){n.blockedOn===l&&(n.blockedOn=null,Pr||(Pr=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Eg)))}var tf=null;function Cg(n){tf!==n&&(tf=n,r.unstable_scheduleCallback(r.unstable_NormalPriority,function(){tf===n&&(tf=null);for(var l=0;l<n.length;l+=3){var o=n[l],s=n[l+1],d=n[l+2];if(typeof s!="function"){if($r(s||o)===null)continue;break}var m=di(o);m!==null&&(n.splice(l,3),l-=3,Er(m,{pending:!0,data:d,method:o.method,action:s},s,d))}}))}function nf(n){function l(J){return qi(J,n)}Aa!==null&&qi(Aa,n),Xa!==null&&qi(Xa,n),tl!==null&&qi(tl,n),bu.forEach(l),Eo.forEach(l);for(var o=0;o<Yn.length;o++){var s=Yn[o];s.blockedOn===n&&(s.blockedOn=null)}for(;0<Yn.length&&(o=Yn[0],o.blockedOn===null);)wg(o),o.blockedOn===null&&Yn.shift();if(o=(n.ownerDocument||n).$$reactFormReplay,o!=null)for(s=0;s<o.length;s+=3){var d=o[s],m=o[s+1],A=d[qa]||null;if(typeof m=="function")A||Cg(o);else if(A){var D=null;if(m&&m.hasAttribute("formAction")){if(d=m,A=m[qa]||null)D=A.formAction;else if($r(d)!==null)continue}else D=A.action;typeof D=="function"?o[s+1]=D:(o.splice(s,3),s-=3),Cg(o)}}}function F2(){function n(m){m.canIntercept&&m.info==="react-transition"&&m.intercept({handler:function(){return new Promise(function(A){return d=A})},focusReset:"manual",scroll:"manual"})}function l(){d!==null&&(d(),d=null),s||setTimeout(o,20)}function o(){if(!s&&!navigation.transition){var m=navigation.currentEntry;m&&m.url!=null&&navigation.navigate(m.url,{state:m.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var s=!1,d=null;return navigation.addEventListener("navigate",n),navigation.addEventListener("navigatesuccess",l),navigation.addEventListener("navigateerror",l),setTimeout(o,100),function(){s=!0,navigation.removeEventListener("navigate",n),navigation.removeEventListener("navigatesuccess",l),navigation.removeEventListener("navigateerror",l),d!==null&&(d(),d=null)}}}function ih(n){this._internalRoot=n}sh.prototype.render=ih.prototype.render=function(n){var l=this._internalRoot;if(l===null)throw Error(y(409));var o=l.current,s=kl();Sg(o,s,n,l,null,null)},sh.prototype.unmount=ih.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var l=n.containerInfo;Sg(n.current,2,null,n,null,null),Hr(),l[ri]=null}};function sh(n){this._internalRoot=n}sh.prototype.unstable_scheduleHydration=function(n){if(n){var l=Do();n={blockedOn:null,target:n,priority:l};for(var o=0;o<Yn.length&&l!==0&&l<Yn[o].priority;o++);Yn.splice(o,0,n),o===0&&wg(n)}};var Z2=f.version;if(Z2!=="19.2.4")throw Error(y(527,Z2,"19.2.4"));z.findDOMNode=function(n){var l=n._reactInternals;if(l===void 0)throw typeof n.render=="function"?Error(y(188)):(n=Object.keys(n).join(","),Error(y(268,n)));return n=_(l),n=n!==null?ue(n):null,n=n===null?null:n.stateNode,n};var Og={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:E,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Fd=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Fd.isDisabled&&Fd.supportsFiber)try{ve=Fd.inject(Og),at=Fd}catch{}}return Gh.createRoot=function(n,l){if(!v(n))throw Error(y(299));var o=!1,s="",d=vm,m=Kp,A=bm;return l!=null&&(l.unstable_strictMode===!0&&(o=!0),l.identifierPrefix!==void 0&&(s=l.identifierPrefix),l.onUncaughtError!==void 0&&(d=l.onUncaughtError),l.onCaughtError!==void 0&&(m=l.onCaughtError),l.onRecoverableError!==void 0&&(A=l.onRecoverableError)),l=ah(n,1,!1,null,null,o,s,null,d,m,A,F2),n[ri]=l.current,Vr(n),new ih(l)},Gh.hydrateRoot=function(n,l,o){if(!v(n))throw Error(y(299));var s=!1,d="",m=vm,A=Kp,D=bm,J=null;return o!=null&&(o.unstable_strictMode===!0&&(s=!0),o.identifierPrefix!==void 0&&(d=o.identifierPrefix),o.onUncaughtError!==void 0&&(m=o.onUncaughtError),o.onCaughtError!==void 0&&(A=o.onCaughtError),o.onRecoverableError!==void 0&&(D=o.onRecoverableError),o.formState!==void 0&&(J=o.formState)),l=ah(n,1,!0,l,o??null,s,d,J,m,A,D,F2),l.context=Ac(null),o=l.current,s=kl(),s=ci(s),d=ys(s),d.callback=null,Ql(o,d,s),o=s,l.current.lanes=o,Zn(l,o),Hi(l),n[ri]=l.current,Vr(n),new sh(l)},Gh.version="19.2.4",Gh}var Vh={};var JA;function NT(){return JA||(JA=1,process.env.NODE_ENV!=="production"&&(function(){function r(e,t){for(e=e.memoizedState;e!==null&&0<t;)e=e.next,t--;return e}function f(e,t,a,i){if(a>=t.length)return i;var u=t[a],c=ha(e)?e.slice():Vt({},e);return c[u]=f(e[u],t,a+1,i),c}function p(e,t,a){if(t.length!==a.length)console.warn("copyWithRename() expects paths of the same length");else{for(var i=0;i<a.length-1;i++)if(t[i]!==a[i]){console.warn("copyWithRename() expects paths to be the same except for the deepest key");return}return y(e,t,a,0)}}function y(e,t,a,i){var u=t[i],c=ha(e)?e.slice():Vt({},e);return i+1===t.length?(c[a[i]]=c[u],ha(c)?c.splice(u,1):delete c[u]):c[u]=y(e[u],t,a,i+1),c}function v(e,t,a){var i=t[a],u=ha(e)?e.slice():Vt({},e);return a+1===t.length?(ha(u)?u.splice(i,1):delete u[i],u):(u[i]=v(e[i],t,a+1),u)}function b(){return!1}function w(){return null}function C(){console.error("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks")}function R(){console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")}function _(){}function ue(){}function Q(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")}function M(e,t,a,i){return new mb(e,t,a,i)}function X(e,t){e.context===sf&&(Xm(e.current,2,t,e,null,null),Zl())}function te(e,t){if(Qi!==null){var a=t.staleFamilies;t=t.updatedFamilies,Cd(),gy(e.current,t,a),Zl()}}function ie(e){Qi=e}function ne(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function Ie(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,(t.flags&4098)!==0&&(a=t.return),e=t.return;while(e)}return t.tag===3?a:null}function ae(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function Ne(e){if(e.tag===31){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function je(e){if(Ie(e)!==e)throw Error("Unable to find node on an unmounted component.")}function lt(e){var t=e.alternate;if(!t){if(t=Ie(e),t===null)throw Error("Unable to find node on an unmounted component.");return t!==e?null:e}for(var a=e,i=t;;){var u=a.return;if(u===null)break;var c=u.alternate;if(c===null){if(i=u.return,i!==null){a=i;continue}break}if(u.child===c.child){for(c=u.child;c;){if(c===a)return je(u),e;if(c===i)return je(u),t;c=c.sibling}throw Error("Unable to find node on an unmounted component.")}if(a.return!==i.return)a=u,i=c;else{for(var h=!1,g=u.child;g;){if(g===a){h=!0,a=u,i=c;break}if(g===i){h=!0,i=u,a=c;break}g=g.sibling}if(!h){for(g=c.child;g;){if(g===a){h=!0,a=c,i=u;break}if(g===i){h=!0,i=c,a=u;break}g=g.sibling}if(!h)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(a.alternate!==i)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(a.tag!==3)throw Error("Unable to find node on an unmounted component.");return a.stateNode.current===a?e:t}function rt(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e;for(e=e.child;e!==null;){if(t=rt(e),t!==null)return t;e=e.sibling}return null}function Ke(e){return e===null||typeof e!="object"?null:(e=bg&&e[bg]||e["@@iterator"],typeof e=="function"?e:null)}function N(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Jr?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Xr:return"Fragment";case Gd:return"Profiler";case Sl:return"StrictMode";case vc:return"Suspense";case Bl:return"SuspenseList";case $o:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case yu:return"Portal";case Wo:return e.displayName||"Context";case Km:return(e._context.displayName||"Context")+".Consumer";case Ir:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Vd:return t=e.displayName||null,t!==null?t:N(e.type)||"Memo";case el:t=e._payload,e=e._init;try{return N(e(t))}catch{}}return null}function U(e){return typeof e.tag=="number"?B(e):typeof e.name=="string"?e.name:null}function B(e){var t=e.type;switch(e.tag){case 31:return"Activity";case 24:return"Cache";case 9:return(t._context.displayName||"Context")+".Consumer";case 10:return t.displayName||"Context";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 26:case 27:case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return N(t);case 8:return t===Sl?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;break;case 29:if(t=e._debugInfo,t!=null){for(var a=t.length-1;0<=a;a--)if(typeof t[a].name=="string")return t[a].name}if(e.return!==null)return B(e.return)}return null}function le(e){return{current:e}}function k(e,t){0>Os?console.error("Unexpected pop."):(t!==Y2[Os]&&console.error("Unexpected Fiber popped."),e.current=j2[Os],j2[Os]=null,Y2[Os]=null,Os--)}function j(e,t,a){Os++,j2[Os]=e.current,Y2[Os]=a,e.current=t}function se(e){return e===null&&console.error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."),e}function q(e,t){j(Wl,t,e),j(Fr,e,e),j(gu,null,e);var a=t.nodeType;switch(a){case 9:case 11:a=a===9?"#document":"#fragment",t=(t=t.documentElement)&&(t=t.namespaceURI)?Iy(t):_c;break;default:if(a=t.tagName,t=t.namespaceURI)t=Iy(t),t=ws(t,a);else switch(a){case"svg":t=Hh;break;case"math":t=gv;break;default:t=_c}}a=a.toLowerCase(),a=Hf(null,a),a={context:t,ancestorInfo:a},k(gu,e),j(gu,a,e)}function E(e){k(gu,e),k(Fr,e),k(Wl,e)}function z(){return se(gu.current)}function Y(e){e.memoizedState!==null&&j(vu,e,e);var t=se(gu.current),a=e.type,i=ws(t.context,a);a=Hf(t.ancestorInfo,a),i={context:i,ancestorInfo:a},t!==i&&(j(Fr,e,e),j(gu,i,e))}function K(e){Fr.current===e&&(k(gu,e),k(Fr,e)),vu.current===e&&(k(vu,e),L1._currentValue=g0)}function Ce(){}function x(){if(Zr===0){Ag=console.log,bc=console.info,Kr=console.warn,q2=console.error,Qd=console.group,Wm=console.groupCollapsed,$m=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Ce,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Zr++}function Z(){if(Zr--,Zr===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Vt({},e,{value:Ag}),info:Vt({},e,{value:bc}),warn:Vt({},e,{value:Kr}),error:Vt({},e,{value:q2}),group:Vt({},e,{value:Qd}),groupCollapsed:Vt({},e,{value:Wm}),groupEnd:Vt({},e,{value:$m})})}0>Zr&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function Te(e){var t=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,e=e.stack,Error.prepareStackTrace=t,e.startsWith(`Error: react-stack-top-frame
|
|
30
|
+
`+s.stack}}var Ya=Object.prototype.hasOwnProperty,ot=r.unstable_scheduleCallback,Me=r.unstable_cancelCallback,Je=r.unstable_shouldYield,Ye=r.unstable_requestPaint,Ve=r.unstable_now,Ze=r.unstable_getCurrentPriorityLevel,ze=r.unstable_ImmediatePriority,Re=r.unstable_UserBlockingPriority,He=r.unstable_NormalPriority,et=r.unstable_LowPriority,Pe=r.unstable_IdlePriority,Ge=r.log,re=r.unstable_setDisableYieldValue,ve=null,at=null;function tt(n){if(typeof Ge=="function"&&re(n),at&&typeof at.setStrictMode=="function")try{at.setStrictMode(ve,n)}catch{}}var mt=Math.clz32?Math.clz32:L,Ut=Math.log,T=Math.LN2;function L(n){return n>>>=0,n===0?32:31-(Ut(n)/T|0)|0}var de=256,oe=262144,Le=4194304;function Qe(n){var l=n&42;if(l!==0)return l;switch(n&-n){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return n&261888;case 262144:case 524288:case 1048576:case 2097152:return n&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return n&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return n}}function Be(n,l,o){var s=n.pendingLanes;if(s===0)return 0;var d=0,m=n.suspendedLanes,A=n.pingedLanes;n=n.warmLanes;var D=s&134217727;return D!==0?(s=D&~m,s!==0?d=Qe(s):(A&=D,A!==0?d=Qe(A):o||(o=D&~n,o!==0&&(d=Qe(o))))):(D=s&~m,D!==0?d=Qe(D):A!==0?d=Qe(A):o||(o=s&~n,o!==0&&(d=Qe(o)))),d===0?0:l!==0&&l!==d&&(l&m)===0&&(m=d&-d,o=l&-l,m>=o||m===32&&(o&4194048)!==0)?l:d}function st(n,l){return(n.pendingLanes&~(n.suspendedLanes&~n.pingedLanes)&l)===0}function ct(n,l){switch(n){case 1:case 2:case 4:case 8:case 64:return l+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function kt(){var n=Le;return Le<<=1,(Le&62914560)===0&&(Le=4194304),n}function en(n){for(var l=[],o=0;31>o;o++)l.push(n);return l}function Zn(n,l){n.pendingLanes|=l,l!==268435456&&(n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0)}function Qn(n,l,o,s,d,m){var A=n.pendingLanes;n.pendingLanes=o,n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0,n.expiredLanes&=o,n.entangledLanes&=o,n.errorRecoveryDisabledLanes&=o,n.shellSuspendCounter=0;var D=n.entanglements,J=n.expirationTimes,he=n.hiddenUpdates;for(o=A&~o;0<o;){var xe=31-mt(o),Ue=1<<xe;D[xe]=0,J[xe]=-1;var pe=he[xe];if(pe!==null)for(he[xe]=null,xe=0;xe<pe.length;xe++){var Se=pe[xe];Se!==null&&(Se.lane&=-536870913)}o&=~Ue}s!==0&&Za(n,s,0),m!==0&&d===0&&n.tag!==0&&(n.suspendedLanes|=m&~(A&~l))}function Za(n,l,o){n.pendingLanes|=l,n.suspendedLanes&=~l;var s=31-mt(l);n.entangledLanes|=l,n.entanglements[s]=n.entanglements[s]|1073741824|o&261930}function On(n,l){var o=n.entangledLanes|=l;for(n=n.entanglements;o;){var s=31-mt(o),d=1<<s;d&l|n[s]&l&&(n[s]|=l),o&=~d}}function aa(n,l){var o=l&-l;return o=(o&42)!==0?1:ci(o),(o&(n.suspendedLanes|l))!==0?0:o}function ci(n){switch(n){case 2:n=1;break;case 8:n=4;break;case 32:n=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:n=128;break;case 268435456:n=134217728;break;default:n=0}return n}function ts(n){return n&=-n,2<n?8<n?(n&134217727)!==0?32:268435456:8:2}function Do(){var n=z.p;return n!==0?n:(n=window.event,n===void 0?32:Jd(n.type))}function _n(n,l){var o=z.p;try{return z.p=n,l()}finally{z.p=o}}var Ka=Math.random().toString(36).slice(2),sn="__reactFiber$"+Ka,qa="__reactProps$"+Ka,ri="__reactContainer$"+Ka,Ic="__reactEvents$"+Ka,Hs="__reactListeners$"+Ka,_f="__reactHandles$"+Ka,Jc="__reactResources$"+Ka,_l="__reactMarker$"+Ka;function Fc(n){delete n[sn],delete n[qa],delete n[Ic],delete n[Hs],delete n[_f]}function fi(n){var l=n[sn];if(l)return l;for(var o=n.parentNode;o;){if(l=o[ri]||o[sn]){if(o=l.alternate,l.child!==null||o!==null&&o.child!==null)for(n=Wo(n);n!==null;){if(o=n[sn])return o;n=Wo(n)}return l}n=o,o=n.parentNode}return null}function di(n){if(n=n[sn]||n[ri]){var l=n.tag;if(l===5||l===6||l===13||l===31||l===26||l===27||l===3)return n}return null}function ns(n){var l=n.tag;if(l===5||l===26||l===27||l===6)return n.stateNode;throw Error(y(33))}function as(n){var l=n[Jc];return l||(l=n[Jc]={hoistableStyles:new Map,hoistableScripts:new Map}),l}function rn(n){n[_l]=!0}var ls=new Set,mi={};function No(n,l){uo(n,l),uo(n+"Capture",l)}function uo(n,l){for(mi[n]=l,n=0;n<l.length;n++)ls.add(l[n])}var Zc=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]*$"),Kc={},Ls={};function js(n){return Ya.call(Ls,n)?!0:Ya.call(Kc,n)?!1:Zc.test(n)?Ls[n]=!0:(Kc[n]=!0,!1)}function Ys(n,l,o){if(js(l))if(o===null)n.removeAttribute(l);else{switch(typeof o){case"undefined":case"function":case"symbol":n.removeAttribute(l);return;case"boolean":var s=l.toLowerCase().slice(0,5);if(s!=="data-"&&s!=="aria-"){n.removeAttribute(l);return}}n.setAttribute(l,""+o)}}function Wc(n,l,o){if(o===null)n.removeAttribute(l);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(l);return}n.setAttribute(l,""+o)}}function Mo(n,l,o,s){if(s===null)n.removeAttribute(o);else{switch(typeof s){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(o);return}n.setAttributeNS(l,o,""+s)}}function il(n){switch(typeof n){case"bigint":case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function $c(n){var l=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(l==="checkbox"||l==="radio")}function Hf(n,l,o){var s=Object.getOwnPropertyDescriptor(n.constructor.prototype,l);if(!n.hasOwnProperty(l)&&typeof s<"u"&&typeof s.get=="function"&&typeof s.set=="function"){var d=s.get,m=s.set;return Object.defineProperty(n,l,{configurable:!0,get:function(){return d.call(this)},set:function(A){o=""+A,m.call(this,A)}}),Object.defineProperty(n,l,{enumerable:s.enumerable}),{getValue:function(){return o},setValue:function(A){o=""+A},stopTracking:function(){n._valueTracker=null,delete n[l]}}}}function Pc(n){if(!n._valueTracker){var l=$c(n)?"checked":"value";n._valueTracker=Hf(n,l,""+n[l])}}function Lf(n){if(!n)return!1;var l=n._valueTracker;if(!l)return!0;var o=l.getValue(),s="";return n&&(s=$c(n)?n.checked?"true":"false":n.value),n=s,n!==o?(l.setValue(n),!0):!1}function Nu(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}var lp=/[\n"\\]/g;function sl(n){return n.replace(lp,function(l){return"\\"+l.charCodeAt(0).toString(16)+" "})}function Mu(n,l,o,s,d,m,A,D){n.name="",A!=null&&typeof A!="function"&&typeof A!="symbol"&&typeof A!="boolean"?n.type=A:n.removeAttribute("type"),l!=null?A==="number"?(l===0&&n.value===""||n.value!=l)&&(n.value=""+il(l)):n.value!==""+il(l)&&(n.value=""+il(l)):A!=="submit"&&A!=="reset"||n.removeAttribute("value"),l!=null?os(n,A,il(l)):o!=null?os(n,A,il(o)):s!=null&&n.removeAttribute("value"),d==null&&m!=null&&(n.defaultChecked=!!m),d!=null&&(n.checked=d&&typeof d!="function"&&typeof d!="symbol"),D!=null&&typeof D!="function"&&typeof D!="symbol"&&typeof D!="boolean"?n.name=""+il(D):n.removeAttribute("name")}function ku(n,l,o,s,d,m,A,D){if(m!=null&&typeof m!="function"&&typeof m!="symbol"&&typeof m!="boolean"&&(n.type=m),l!=null||o!=null){if(!(m!=="submit"&&m!=="reset"||l!=null)){Pc(n);return}o=o!=null?""+il(o):"",l=l!=null?""+il(l):o,D||l===n.value||(n.value=l),n.defaultValue=l}s=s??d,s=typeof s!="function"&&typeof s!="symbol"&&!!s,n.checked=D?n.checked:!!s,n.defaultChecked=!!s,A!=null&&typeof A!="function"&&typeof A!="symbol"&&typeof A!="boolean"&&(n.name=A),Pc(n)}function os(n,l,o){l==="number"&&Nu(n.ownerDocument)===n||n.defaultValue===""+o||(n.defaultValue=""+o)}function qs(n,l,o,s){if(n=n.options,l){l={};for(var d=0;d<o.length;d++)l["$"+o[d]]=!0;for(o=0;o<n.length;o++)d=l.hasOwnProperty("$"+n[o].value),n[o].selected!==d&&(n[o].selected=d),d&&s&&(n[o].defaultSelected=!0)}else{for(o=""+il(o),l=null,d=0;d<n.length;d++){if(n[d].value===o){n[d].selected=!0,s&&(n[d].defaultSelected=!0);return}l!==null||n[d].disabled||(l=n[d])}l!==null&&(l.selected=!0)}}function jf(n,l,o){if(l!=null&&(l=""+il(l),l!==n.value&&(n.value=l),o==null)){n.defaultValue!==l&&(n.defaultValue=l);return}n.defaultValue=o!=null?""+il(o):""}function Yf(n,l,o,s){if(l==null){if(s!=null){if(o!=null)throw Error(y(92));if(q(s)){if(1<s.length)throw Error(y(93));s=s[0]}o=s}o==null&&(o=""),l=o}o=il(l),n.defaultValue=o,s=n.textContent,s===o&&s!==""&&s!==null&&(n.value=s),Pc(n)}function co(n,l){if(l){var o=n.firstChild;if(o&&o===n.lastChild&&o.nodeType===3){o.nodeValue=l;return}}n.textContent=l}var D0=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(" "));function N0(n,l,o){var s=l.indexOf("--")===0;o==null||typeof o=="boolean"||o===""?s?n.setProperty(l,""):l==="float"?n.cssFloat="":n[l]="":s?n.setProperty(l,o):typeof o!="number"||o===0||D0.has(l)?l==="float"?n.cssFloat=o:n[l]=(""+o).trim():n[l]=o+"px"}function M0(n,l,o){if(l!=null&&typeof l!="object")throw Error(y(62));if(n=n.style,o!=null){for(var s in o)!o.hasOwnProperty(s)||l!=null&&l.hasOwnProperty(s)||(s.indexOf("--")===0?n.setProperty(s,""):s==="float"?n.cssFloat="":n[s]="");for(var d in l)s=l[d],l.hasOwnProperty(d)&&o[d]!==s&&N0(n,d,s)}else for(var m in l)l.hasOwnProperty(m)&&N0(n,m,l[m])}function qf(n){if(n.indexOf("-")===-1)return!1;switch(n){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var op=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"]]),Bu=/^[\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 Ol(n){return Bu.test(""+n)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":n}function Hl(){}var er=null;function tr(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var ro=null,is=null;function Uu(n){var l=di(n);if(l&&(n=l.stateNode)){var o=n[qa]||null;e:switch(n=l.stateNode,l.type){case"input":if(Mu(n,o.value,o.defaultValue,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name),l=o.name,o.type==="radio"&&l!=null){for(o=n;o.parentNode;)o=o.parentNode;for(o=o.querySelectorAll('input[name="'+sl(""+l)+'"][type="radio"]'),l=0;l<o.length;l++){var s=o[l];if(s!==n&&s.form===n.form){var d=s[qa]||null;if(!d)throw Error(y(90));Mu(s,d.value,d.defaultValue,d.defaultValue,d.checked,d.defaultChecked,d.type,d.name)}}for(l=0;l<o.length;l++)s=o[l],s.form===n.form&&Lf(s)}break e;case"textarea":jf(n,o.value,o.defaultValue);break e;case"select":l=o.value,l!=null&&qs(n,!!o.multiple,l,!1)}}}var Gs=!1;function Gf(n,l,o){if(Gs)return n(l,o);Gs=!0;try{var s=n(l);return s}finally{if(Gs=!1,(ro!==null||is!==null)&&(Hr(),ro&&(l=ro,n=is,is=ro=null,Uu(l),n)))for(l=0;l<n.length;l++)Uu(n[l])}}function fa(n,l){var o=n.stateNode;if(o===null)return null;var s=o[qa]||null;if(s===null)return null;o=s[l];e:switch(l){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(s=!s.disabled)||(n=n.type,s=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!s;break e;default:n=!1}if(n)return null;if(o&&typeof o!="function")throw Error(y(231,l,typeof o));return o}var fo=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),zu=!1;if(fo)try{var fe={};Object.defineProperty(fe,"passive",{get:function(){zu=!0}}),window.addEventListener("test",fe,fe),window.removeEventListener("test",fe,fe)}catch{zu=!1}var H=null,F=null,Oe=null;function qe(){if(Oe)return Oe;var n,l=F,o=l.length,s,d="value"in H?H.value:H.textContent,m=d.length;for(n=0;n<o&&l[n]===d[n];n++);var A=o-n;for(s=1;s<=A&&l[o-s]===d[m-s];s++);return Oe=d.slice(n,1<s?1-s:void 0)}function Ht(n){var l=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&l===13&&(n=13)):n=l,n===10&&(n=13),32<=n||n===13?n:0}function xn(){return!0}function Ga(){return!1}function Kn(n){function l(o,s,d,m,A){this._reactName=o,this._targetInst=d,this.type=s,this.nativeEvent=m,this.target=A,this.currentTarget=null;for(var D in n)n.hasOwnProperty(D)&&(o=n[D],this[D]=o?o(m):m[D]);return this.isDefaultPrevented=(m.defaultPrevented!=null?m.defaultPrevented:m.returnValue===!1)?xn:Ga,this.isPropagationStopped=Ga,this}return Q(l.prototype,{preventDefault:function(){this.defaultPrevented=!0;var o=this.nativeEvent;o&&(o.preventDefault?o.preventDefault():typeof o.returnValue!="unknown"&&(o.returnValue=!1),this.isDefaultPrevented=xn)},stopPropagation:function(){var o=this.nativeEvent;o&&(o.stopPropagation?o.stopPropagation():typeof o.cancelBubble!="unknown"&&(o.cancelBubble=!0),this.isPropagationStopped=xn)},persist:function(){},isPersistent:xn}),l}var hi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},_u=Kn(hi),ss=Q({},hi,{view:0,detail:0}),k0=Kn(ss),nr,ar,Vf,B0=Q({},ss,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:mo,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==Vf&&(Vf&&n.type==="mousemove"?(nr=n.screenX-Vf.screenX,ar=n.screenY-Vf.screenY):ar=nr=0,Vf=n),nr)},movementY:function(n){return"movementY"in n?n.movementY:ar}}),lr=Kn(B0),uy=Q({},B0,{dataTransfer:0}),cy=Kn(uy),ry=Q({},ss,{relatedTarget:0}),U0=Kn(ry),ip=Q({},hi,{animationName:0,elapsedTime:0,pseudoElement:0}),fy=Kn(ip),Hu=Q({},hi,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),Lu=Kn(Hu),ko=Q({},hi,{data:0}),dy=Kn(ko),sp={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},pi={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},my={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Bo(n){var l=this.nativeEvent;return l.getModifierState?l.getModifierState(n):(n=my[n])?!!l[n]:!1}function mo(){return Bo}var z0=Q({},ss,{key:function(n){if(n.key){var l=sp[n.key]||n.key;if(l!=="Unidentified")return l}return n.type==="keypress"?(n=Ht(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?pi[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:mo,charCode:function(n){return n.type==="keypress"?Ht(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?Ht(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),_0=Kn(z0),up=Q({},B0,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Uo=Kn(up),rb=Q({},ss,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:mo}),hy=Kn(rb),py=Q({},hi,{propertyName:0,elapsedTime:0,pseudoElement:0}),fb=Kn(py),cp=Q({},B0,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),db=Kn(cp),yy=Q({},hi,{newState:0,oldState:0}),rp=Kn(yy),H0=[9,13,27,32],or=fo&&"CompositionEvent"in window,ju=null;fo&&"documentMode"in document&&(ju=document.documentMode);var Wa=fo&&"TextEvent"in window&&!ju,fp=fo&&(!or||ju&&8<ju&&11>=ju),Qf=" ",Vs=!1;function L0(n,l){switch(n){case"keyup":return H0.indexOf(l.keyCode)!==-1;case"keydown":return l.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function dp(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Yu=!1;function gy(n,l){switch(n){case"compositionend":return dp(l);case"keypress":return l.which!==32?null:(Vs=!0,Qf);case"textInput":return n=l.data,n===Qf&&Vs?null:n;default:return null}}function mb(n,l){if(Yu)return n==="compositionend"||!or&&L0(n,l)?(n=qe(),Oe=F=H=null,Yu=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(l.ctrlKey||l.altKey||l.metaKey)||l.ctrlKey&&l.altKey){if(l.char&&1<l.char.length)return l.char;if(l.which)return String.fromCharCode(l.which)}return null;case"compositionend":return fp&&l.locale!=="ko"?null:l.data;default:return null}}var mp={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function yi(n){var l=n&&n.nodeName&&n.nodeName.toLowerCase();return l==="input"?!!mp[n.type]:l==="textarea"}function hp(n,l,o,s){ro?is?is.push(s):is=[s]:ro=s,l=Yd(l,"onChange"),0<l.length&&(o=new _u("onChange","change",null,o,s),n.push({event:o,listeners:l}))}var qu=null,Qs=null;function Gu(n){dg(n,0)}function ir(n){var l=ns(n);if(Lf(l))return n}function pp(n,l){if(n==="change")return l}var j0=!1;if(fo){var ul;if(fo){var zo="oninput"in document;if(!zo){var yp=document.createElement("div");yp.setAttribute("oninput","return;"),zo=typeof yp.oninput=="function"}ul=zo}else ul=!1;j0=ul&&(!document.documentMode||9<document.documentMode)}function Y0(){qu&&(qu.detachEvent("onpropertychange",q0),Qs=qu=null)}function q0(n){if(n.propertyName==="value"&&ir(Qs)){var l=[];hp(l,Qs,n,tr(n)),Gf(Gu,l)}}function vy(n,l,o){n==="focusin"?(Y0(),qu=l,Qs=o,qu.attachEvent("onpropertychange",q0)):n==="focusout"&&Y0()}function by(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return ir(Qs)}function Xs(n,l){if(n==="click")return ir(l)}function Vu(n,l){if(n==="input"||n==="change")return ir(l)}function Ay(n,l){return n===l&&(n!==0||1/n===1/l)||n!==n&&l!==l}var $a=typeof Object.is=="function"?Object.is:Ay;function ho(n,l){if($a(n,l))return!0;if(typeof n!="object"||n===null||typeof l!="object"||l===null)return!1;var o=Object.keys(n),s=Object.keys(l);if(o.length!==s.length)return!1;for(s=0;s<o.length;s++){var d=o[s];if(!Ya.call(l,d)||!$a(n[d],l[d]))return!1}return!0}function gp(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function vp(n,l){var o=gp(n);n=0;for(var s;o;){if(o.nodeType===3){if(s=n+o.textContent.length,n<=l&&s>=l)return{node:o,offset:l-n};n=s}e:{for(;o;){if(o.nextSibling){o=o.nextSibling;break e}o=o.parentNode}o=void 0}o=gp(o)}}function Qu(n,l){return n&&l?n===l?!0:n&&n.nodeType===3?!1:l&&l.nodeType===3?Qu(n,l.parentNode):"contains"in n?n.contains(l):n.compareDocumentPosition?!!(n.compareDocumentPosition(l)&16):!1:!1}function Is(n){n=n!=null&&n.ownerDocument!=null&&n.ownerDocument.defaultView!=null?n.ownerDocument.defaultView:window;for(var l=Nu(n.document);l instanceof n.HTMLIFrameElement;){try{var o=typeof l.contentWindow.location.href=="string"}catch{o=!1}if(o)n=l.contentWindow;else break;l=Nu(n.document)}return l}function Xf(n){var l=n&&n.nodeName&&n.nodeName.toLowerCase();return l&&(l==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||l==="textarea"||n.contentEditable==="true")}var If=fo&&"documentMode"in document&&11>=document.documentMode,Js=null,sr=null,po=null,_o=!1;function G0(n,l,o){var s=o.window===o?o.document:o.nodeType===9?o:o.ownerDocument;_o||Js==null||Js!==Nu(s)||(s=Js,"selectionStart"in s&&Xf(s)?s={start:s.selectionStart,end:s.selectionEnd}:(s=(s.ownerDocument&&s.ownerDocument.defaultView||window).getSelection(),s={anchorNode:s.anchorNode,anchorOffset:s.anchorOffset,focusNode:s.focusNode,focusOffset:s.focusOffset}),po&&ho(po,s)||(po=s,s=Yd(sr,"onSelect"),0<s.length&&(l=new _u("onSelect","select",null,l,o),n.push({event:l,listeners:s}),l.target=Js)))}function us(n,l){var o={};return o[n.toLowerCase()]=l.toLowerCase(),o["Webkit"+n]="webkit"+l,o["Moz"+n]="moz"+l,o}var Ho={animationend:us("Animation","AnimationEnd"),animationiteration:us("Animation","AnimationIteration"),animationstart:us("Animation","AnimationStart"),transitionrun:us("Transition","TransitionRun"),transitionstart:us("Transition","TransitionStart"),transitioncancel:us("Transition","TransitionCancel"),transitionend:us("Transition","TransitionEnd")},ur={},Fs={};fo&&(Fs=document.createElement("div").style,"AnimationEvent"in window||(delete Ho.animationend.animation,delete Ho.animationiteration.animation,delete Ho.animationstart.animation),"TransitionEvent"in window||delete Ho.transitionend.transition);function mn(n){if(ur[n])return ur[n];if(!Ho[n])return n;var l=Ho[n],o;for(o in l)if(l.hasOwnProperty(o)&&o in Fs)return ur[n]=l[o];return n}var Jf=mn("animationend"),bp=mn("animationiteration"),V0=mn("animationstart"),Xu=mn("transitionrun"),Ff=mn("transitionstart"),gi=mn("transitioncancel"),Sy=mn("transitionend"),vi=new Map,cr="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");cr.push("scrollEnd");function cl(n,l){vi.set(n,l),No(l,[n])}var Iu=typeof reportError=="function"?reportError:function(n){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var l=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof n=="object"&&n!==null&&typeof n.message=="string"?String(n.message):String(n),error:n});if(!window.dispatchEvent(l))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",n);return}console.error(n)},Hn=[],Ca=0,yo=0;function Ll(){for(var n=Ca,l=yo=Ca=0;l<n;){var o=Hn[l];Hn[l++]=null;var s=Hn[l];Hn[l++]=null;var d=Hn[l];Hn[l++]=null;var m=Hn[l];if(Hn[l++]=null,s!==null&&d!==null){var A=s.pending;A===null?d.next=d:(d.next=A.next,A.next=d),s.pending=d}m!==0&&Q0(o,d,m)}}function jl(n,l,o,s){Hn[Ca++]=n,Hn[Ca++]=l,Hn[Ca++]=o,Hn[Ca++]=s,yo|=s,n.lanes|=s,n=n.alternate,n!==null&&(n.lanes|=s)}function go(n,l,o,s){return jl(n,l,o,s),Zf(n)}function cs(n,l){return jl(n,null,null,l),Zf(n)}function Q0(n,l,o){n.lanes|=o;var s=n.alternate;s!==null&&(s.lanes|=o);for(var d=!1,m=n.return;m!==null;)m.childLanes|=o,s=m.alternate,s!==null&&(s.childLanes|=o),m.tag===22&&(n=m.stateNode,n===null||n._visibility&1||(d=!0)),n=m,m=m.return;return n.tag===3?(m=n.stateNode,d&&l!==null&&(d=31-mt(o),n=m.hiddenUpdates,s=n[d],s===null?n[d]=[l]:s.push(l),l.lane=o|536870912),m):null}function Zf(n){if(50<_r)throw _r=0,Md=null,Error(y(185));for(var l=n.return;l!==null;)n=l,l=n.return;return n.tag===3?n.stateNode:null}var rl={};function Ty(n,l,o,s){this.tag=n,this.key=o,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=l,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=s,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Wn(n,l,o,s){return new Ty(n,l,o,s)}function Ju(n){return n=n.prototype,!(!n||!n.isReactComponent)}function rs(n,l){var o=n.alternate;return o===null?(o=Wn(n.tag,l,n.key,n.mode),o.elementType=n.elementType,o.type=n.type,o.stateNode=n.stateNode,o.alternate=n,n.alternate=o):(o.pendingProps=l,o.type=n.type,o.flags=0,o.subtreeFlags=0,o.deletions=null),o.flags=n.flags&65011712,o.childLanes=n.childLanes,o.lanes=n.lanes,o.child=n.child,o.memoizedProps=n.memoizedProps,o.memoizedState=n.memoizedState,o.updateQueue=n.updateQueue,l=n.dependencies,o.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext},o.sibling=n.sibling,o.index=n.index,o.ref=n.ref,o.refCleanup=n.refCleanup,o}function Ap(n,l){n.flags&=65011714;var o=n.alternate;return o===null?(n.childLanes=0,n.lanes=l,n.child=null,n.subtreeFlags=0,n.memoizedProps=null,n.memoizedState=null,n.updateQueue=null,n.dependencies=null,n.stateNode=null):(n.childLanes=o.childLanes,n.lanes=o.lanes,n.child=o.child,n.subtreeFlags=0,n.deletions=null,n.memoizedProps=o.memoizedProps,n.memoizedState=o.memoizedState,n.updateQueue=o.updateQueue,n.type=o.type,l=o.dependencies,n.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext}),n}function X0(n,l,o,s,d,m){var A=0;if(s=n,typeof n=="function")Ju(n)&&(A=1);else if(typeof n=="string")A=V2(n,o,we.current)?26:n==="html"||n==="head"||n==="body"?27:5;else e:switch(n){case U:return n=Wn(31,o,l,d),n.elementType=U,n.lanes=m,n;case ie:return fs(o.children,d,m,l);case ne:A=8,d|=24;break;case Ie:return n=Wn(12,o,l,d|2),n.elementType=Ie,n.lanes=m,n;case lt:return n=Wn(13,o,l,d),n.elementType=lt,n.lanes=m,n;case rt:return n=Wn(19,o,l,d),n.elementType=rt,n.lanes=m,n;default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case Ne:A=10;break e;case ae:A=9;break e;case je:A=11;break e;case Ke:A=14;break e;case N:A=16,s=null;break e}A=29,o=Error(y(130,n===null?"null":typeof n,"")),s=null}return l=Wn(A,o,l,d),l.elementType=n,l.type=s,l.lanes=m,l}function fs(n,l,o,s){return n=Wn(7,n,s,l),n.lanes=o,n}function rr(n,l,o){return n=Wn(6,n,null,l),n.lanes=o,n}function Sp(n){var l=Wn(18,null,null,0);return l.stateNode=n,l}function I0(n,l,o){return l=Wn(4,n.children!==null?n.children:[],n.key,l),l.lanes=o,l.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},l}var Tp=new WeakMap;function Yl(n,l){if(typeof n=="object"&&n!==null){var o=Tp.get(n);return o!==void 0?o:(l={value:n,source:l,stack:Ea(l)},Tp.set(n,l),l)}return{value:n,source:l,stack:Ea(l)}}var ql=[],Fu=0,Kf=null,la=0,xl=[],fl=0,Lo=null,Rl=1,jo="";function vo(n,l){ql[Fu++]=la,ql[Fu++]=Kf,Kf=n,la=l}function wp(n,l,o){xl[fl++]=Rl,xl[fl++]=jo,xl[fl++]=Lo,Lo=n;var s=Rl;n=jo;var d=32-mt(s)-1;s&=~(1<<d),o+=1;var m=32-mt(l)+d;if(30<m){var A=d-d%5;m=(s&(1<<A)-1).toString(32),s>>=A,d-=A,Rl=1<<32-mt(l)+d|o<<d|s,jo=m+n}else Rl=1<<m|o<<d|s,jo=n}function fr(n){n.return!==null&&(vo(n,1),wp(n,1,0))}function J0(n){for(;n===Kf;)Kf=ql[--Fu],ql[Fu]=null,la=ql[--Fu],ql[Fu]=null;for(;n===Lo;)Lo=xl[--fl],xl[fl]=null,jo=xl[--fl],xl[fl]=null,Rl=xl[--fl],xl[fl]=null}function Wf(n,l){xl[fl++]=Rl,xl[fl++]=jo,xl[fl++]=Lo,Rl=l.id,jo=l.overflow,Lo=n}var Oa=null,Rn=null,$t=!1,bi=null,ya=!1,Ai=Error(y(519));function bo(n){var l=Error(y(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw mr(Yl(l,n)),Ai}function $f(n){var l=n.stateNode,o=n.type,s=n.memoizedProps;switch(l[sn]=n,l[qa]=s,o){case"dialog":Kt("cancel",l),Kt("close",l);break;case"iframe":case"object":case"embed":Kt("load",l);break;case"video":case"audio":for(o=0;o<Gr.length;o++)Kt(Gr[o],l);break;case"source":Kt("error",l);break;case"img":case"image":case"link":Kt("error",l),Kt("load",l);break;case"details":Kt("toggle",l);break;case"input":Kt("invalid",l),ku(l,s.value,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name,!0);break;case"select":Kt("invalid",l);break;case"textarea":Kt("invalid",l),Yf(l,s.value,s.defaultValue,s.children)}o=s.children,typeof o!="string"&&typeof o!="number"&&typeof o!="bigint"||l.textContent===""+o||s.suppressHydrationWarning===!0||k2(l.textContent,o)?(s.popover!=null&&(Kt("beforetoggle",l),Kt("toggle",l)),s.onScroll!=null&&Kt("scroll",l),s.onScrollEnd!=null&&Kt("scrollend",l),s.onClick!=null&&(l.onclick=Hl),l=!0):l=!1,l||bo(n,!0)}function dr(n){for(Oa=n.return;Oa;)switch(Oa.tag){case 5:case 31:case 13:ya=!1;return;case 27:case 3:ya=!0;return;default:Oa=Oa.return}}function Si(n){if(n!==Oa)return!1;if(!$t)return dr(n),$t=!0,!1;var l=n.tag,o;if((o=l!==3&&l!==27)&&((o=l===5)&&(o=n.type,o=!(o!=="form"&&o!=="button")||Qr(n.type,n.memoizedProps)),o=!o),o&&Rn&&bo(n),dr(n),l===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(y(317));Rn=Km(n)}else if(l===31){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(y(317));Rn=Km(n)}else l===27?(l=Rn,Ko(n.type)?(n=Vd,Vd=null,Rn=n):Rn=l):Rn=Oa?Sl(n.stateNode.nextSibling):null;return!0}function Zs(){Rn=Oa=null,$t=!1}function Ep(){var n=bi;return n!==null&&(Jn===null?Jn=n:Jn.push.apply(Jn,n),bi=null),n}function mr(n){bi===null?bi=[n]:bi.push(n)}var F0=x(null),ds=null,Yo=null;function dl(n,l,o){Te(F0,l._currentValue),l._currentValue=o}function qo(n){n._currentValue=F0.current,Z(F0)}function Z0(n,l,o){for(;n!==null;){var s=n.alternate;if((n.childLanes&l)!==l?(n.childLanes|=l,s!==null&&(s.childLanes|=l)):s!==null&&(s.childLanes&l)!==l&&(s.childLanes|=l),n===o)break;n=n.return}}function Ti(n,l,o,s){var d=n.child;for(d!==null&&(d.return=n);d!==null;){var m=d.dependencies;if(m!==null){var A=d.child;m=m.firstContext;e:for(;m!==null;){var D=m;m=d;for(var J=0;J<l.length;J++)if(D.context===l[J]){m.lanes|=o,D=m.alternate,D!==null&&(D.lanes|=o),Z0(m.return,o,n),s||(A=null);break e}m=D.next}}else if(d.tag===18){if(A=d.return,A===null)throw Error(y(341));A.lanes|=o,m=A.alternate,m!==null&&(m.lanes|=o),Z0(A,o,n),A=null}else A=d.child;if(A!==null)A.return=d;else for(A=d;A!==null;){if(A===n){A=null;break}if(d=A.sibling,d!==null){d.return=A.return,A=d;break}A=A.return}d=A}}function xa(n,l,o,s){n=null;for(var d=l,m=!1;d!==null;){if(!m){if((d.flags&524288)!==0)m=!0;else if((d.flags&262144)!==0)break}if(d.tag===10){var A=d.alternate;if(A===null)throw Error(y(387));if(A=A.memoizedProps,A!==null){var D=d.type;$a(d.pendingProps.value,A.value)||(n!==null?n.push(D):n=[D])}}else if(d===$e.current){if(A=d.alternate,A===null)throw Error(y(387));A.memoizedState.memoizedState!==d.memoizedState.memoizedState&&(n!==null?n.push(Id):n=[Id])}d=d.return}n!==null&&Ti(l,n,o,s),l.flags|=262144}function Zu(n){for(n=n.firstContext;n!==null;){if(!$a(n.context._currentValue,n.memoizedValue))return!0;n=n.next}return!1}function Rt(n){ds=n,Yo=null,n=n.dependencies,n!==null&&(n.firstContext=null)}function _e(n){return Pf(ds,n)}function ms(n,l){return ds===null&&Rt(n),Pf(n,l)}function Pf(n,l){var o=l._currentValue;if(l={context:l,memoizedValue:o,next:null},Yo===null){if(n===null)throw Error(y(308));Yo=l,n.dependencies={lanes:0,firstContext:l},n.flags|=524288}else Yo=Yo.next=l;return o}var $n=typeof AbortController<"u"?AbortController:function(){var n=[],l=this.signal={aborted:!1,addEventListener:function(o,s){n.push(s)}};this.abort=function(){l.aborted=!0,n.forEach(function(o){return o()})}},Cp=r.unstable_scheduleCallback,Op=r.unstable_NormalPriority,oa={$$typeof:Ne,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function ed(){return{controller:new $n,data:new Map,refCount:0}}function td(n){n.refCount--,n.refCount===0&&Cp(Op,function(){n.controller.abort()})}var Ku=null,nd=0,Ks=0,da=null;function yn(n,l){if(Ku===null){var o=Ku=[];nd=0,Ks=Gm(),da={status:"pending",value:void 0,then:function(s){o.push(s)}}}return nd++,l.then(ad,ad),l}function ad(){if(--nd===0&&Ku!==null){da!==null&&(da.status="fulfilled");var n=Ku;Ku=null,Ks=0,da=null;for(var l=0;l<n.length;l++)(0,n[l])()}}function ld(n,l){var o=[],s={status:"pending",value:null,reason:null,then:function(d){o.push(d)}};return n.then(function(){s.status="fulfilled",s.value=l;for(var d=0;d<o.length;d++)(0,o[d])(l)},function(d){for(s.status="rejected",s.reason=d,d=0;d<o.length;d++)(0,o[d])(void 0)}),s}var hs=E.S;E.S=function(n,l){b2=Ve(),typeof l=="object"&&l!==null&&typeof l.then=="function"&&yn(n,l),hs!==null&&hs(n,l)};var Gl=x(null);function Vl(){var n=Gl.current;return n!==null?n:Sn.pooledCache}function hr(n,l){l===null?Te(Gl,Gl.current):Te(Gl,l.pool)}function Wu(){var n=Vl();return n===null?null:{parent:oa._currentValue,pool:n}}var Ws=Error(y(460)),$u=Error(y(474)),pr=Error(y(542)),Pu={then:function(){}};function xp(n){return n=n.status,n==="fulfilled"||n==="rejected"}function Rp(n,l,o){switch(o=n[o],o===void 0?n.push(l):o!==l&&(l.then(Hl,Hl),l=o),l.status){case"fulfilled":return l.value;case"rejected":throw n=l.reason,K0(n),n;default:if(typeof l.status=="string")l.then(Hl,Hl);else{if(n=Sn,n!==null&&100<n.shellSuspendCounter)throw Error(y(482));n=l,n.status="pending",n.then(function(s){if(l.status==="pending"){var d=l;d.status="fulfilled",d.value=s}},function(s){if(l.status==="pending"){var d=l;d.status="rejected",d.reason=s}})}switch(l.status){case"fulfilled":return l.value;case"rejected":throw n=l.reason,K0(n),n}throw Ps=l,Ws}}function $s(n){try{var l=n._init;return l(n._payload)}catch(o){throw o!==null&&typeof o=="object"&&typeof o.then=="function"?(Ps=o,Ws):o}}var Ps=null;function Dp(){if(Ps===null)throw Error(y(459));var n=Ps;return Ps=null,n}function K0(n){if(n===Ws||n===pr)throw Error(y(483))}var eu=null,ec=0;function od(n){var l=ec;return ec+=1,eu===null&&(eu=[]),Rp(eu,n,l)}function yr(n,l){l=l.props.ref,n.ref=l!==void 0?l:null}function id(n,l){throw l.$$typeof===M?Error(y(525)):(n=Object.prototype.toString.call(l),Error(y(31,n==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":n)))}function wy(n){function l(ce,P){if(n){var me=ce.deletions;me===null?(ce.deletions=[P],ce.flags|=16):me.push(P)}}function o(ce,P){if(!n)return null;for(;P!==null;)l(ce,P),P=P.sibling;return null}function s(ce){for(var P=new Map;ce!==null;)ce.key!==null?P.set(ce.key,ce):P.set(ce.index,ce),ce=ce.sibling;return P}function d(ce,P){return ce=rs(ce,P),ce.index=0,ce.sibling=null,ce}function m(ce,P,me){return ce.index=me,n?(me=ce.alternate,me!==null?(me=me.index,me<P?(ce.flags|=67108866,P):me):(ce.flags|=67108866,P)):(ce.flags|=1048576,P)}function A(ce){return n&&ce.alternate===null&&(ce.flags|=67108866),ce}function D(ce,P,me,ke){return P===null||P.tag!==6?(P=rr(me,ce.mode,ke),P.return=ce,P):(P=d(P,me),P.return=ce,P)}function J(ce,P,me,ke){var gt=me.type;return gt===ie?xe(ce,P,me.props.children,ke,me.key):P!==null&&(P.elementType===gt||typeof gt=="object"&>!==null&>.$$typeof===N&&$s(gt)===P.type)?(P=d(P,me.props),yr(P,me),P.return=ce,P):(P=X0(me.type,me.key,me.props,null,ce.mode,ke),yr(P,me),P.return=ce,P)}function he(ce,P,me,ke){return P===null||P.tag!==4||P.stateNode.containerInfo!==me.containerInfo||P.stateNode.implementation!==me.implementation?(P=I0(me,ce.mode,ke),P.return=ce,P):(P=d(P,me.children||[]),P.return=ce,P)}function xe(ce,P,me,ke,gt){return P===null||P.tag!==7?(P=fs(me,ce.mode,ke,gt),P.return=ce,P):(P=d(P,me),P.return=ce,P)}function Ue(ce,P,me){if(typeof P=="string"&&P!==""||typeof P=="number"||typeof P=="bigint")return P=rr(""+P,ce.mode,me),P.return=ce,P;if(typeof P=="object"&&P!==null){switch(P.$$typeof){case X:return me=X0(P.type,P.key,P.props,null,ce.mode,me),yr(me,P),me.return=ce,me;case te:return P=I0(P,ce.mode,me),P.return=ce,P;case N:return P=$s(P),Ue(ce,P,me)}if(q(P)||k(P))return P=fs(P,ce.mode,me,null),P.return=ce,P;if(typeof P.then=="function")return Ue(ce,od(P),me);if(P.$$typeof===Ne)return Ue(ce,ms(ce,P),me);id(ce,P)}return null}function pe(ce,P,me,ke){var gt=P!==null?P.key:null;if(typeof me=="string"&&me!==""||typeof me=="number"||typeof me=="bigint")return gt!==null?null:D(ce,P,""+me,ke);if(typeof me=="object"&&me!==null){switch(me.$$typeof){case X:return me.key===gt?J(ce,P,me,ke):null;case te:return me.key===gt?he(ce,P,me,ke):null;case N:return me=$s(me),pe(ce,P,me,ke)}if(q(me)||k(me))return gt!==null?null:xe(ce,P,me,ke,null);if(typeof me.then=="function")return pe(ce,P,od(me),ke);if(me.$$typeof===Ne)return pe(ce,P,ms(ce,me),ke);id(ce,me)}return null}function Se(ce,P,me,ke,gt){if(typeof ke=="string"&&ke!==""||typeof ke=="number"||typeof ke=="bigint")return ce=ce.get(me)||null,D(P,ce,""+ke,gt);if(typeof ke=="object"&&ke!==null){switch(ke.$$typeof){case X:return ce=ce.get(ke.key===null?me:ke.key)||null,J(P,ce,ke,gt);case te:return ce=ce.get(ke.key===null?me:ke.key)||null,he(P,ce,ke,gt);case N:return ke=$s(ke),Se(ce,P,me,ke,gt)}if(q(ke)||k(ke))return ce=ce.get(me)||null,xe(P,ce,ke,gt,null);if(typeof ke.then=="function")return Se(ce,P,me,od(ke),gt);if(ke.$$typeof===Ne)return Se(ce,P,me,ms(P,ke),gt);id(P,ke)}return null}function dt(ce,P,me,ke){for(var gt=null,un=null,pt=P,Bt=P=0,Yt=null;pt!==null&&Bt<me.length;Bt++){pt.index>Bt?(Yt=pt,pt=null):Yt=pt.sibling;var dn=pe(ce,pt,me[Bt],ke);if(dn===null){pt===null&&(pt=Yt);break}n&&pt&&dn.alternate===null&&l(ce,pt),P=m(dn,P,Bt),un===null?gt=dn:un.sibling=dn,un=dn,pt=Yt}if(Bt===me.length)return o(ce,pt),$t&&vo(ce,Bt),gt;if(pt===null){for(;Bt<me.length;Bt++)pt=Ue(ce,me[Bt],ke),pt!==null&&(P=m(pt,P,Bt),un===null?gt=pt:un.sibling=pt,un=pt);return $t&&vo(ce,Bt),gt}for(pt=s(pt);Bt<me.length;Bt++)Yt=Se(pt,ce,Bt,me[Bt],ke),Yt!==null&&(n&&Yt.alternate!==null&&pt.delete(Yt.key===null?Bt:Yt.key),P=m(Yt,P,Bt),un===null?gt=Yt:un.sibling=Yt,un=Yt);return n&&pt.forEach(function(Po){return l(ce,Po)}),$t&&vo(ce,Bt),gt}function St(ce,P,me,ke){if(me==null)throw Error(y(151));for(var gt=null,un=null,pt=P,Bt=P=0,Yt=null,dn=me.next();pt!==null&&!dn.done;Bt++,dn=me.next()){pt.index>Bt?(Yt=pt,pt=null):Yt=pt.sibling;var Po=pe(ce,pt,dn.value,ke);if(Po===null){pt===null&&(pt=Yt);break}n&&pt&&Po.alternate===null&&l(ce,pt),P=m(Po,P,Bt),un===null?gt=Po:un.sibling=Po,un=Po,pt=Yt}if(dn.done)return o(ce,pt),$t&&vo(ce,Bt),gt;if(pt===null){for(;!dn.done;Bt++,dn=me.next())dn=Ue(ce,dn.value,ke),dn!==null&&(P=m(dn,P,Bt),un===null?gt=dn:un.sibling=dn,un=dn);return $t&&vo(ce,Bt),gt}for(pt=s(pt);!dn.done;Bt++,dn=me.next())dn=Se(pt,ce,Bt,dn.value,ke),dn!==null&&(n&&dn.alternate!==null&&pt.delete(dn.key===null?Bt:dn.key),P=m(dn,P,Bt),un===null?gt=dn:un.sibling=dn,un=dn);return n&&pt.forEach(function(xg){return l(ce,xg)}),$t&&vo(ce,Bt),gt}function wn(ce,P,me,ke){if(typeof me=="object"&&me!==null&&me.type===ie&&me.key===null&&(me=me.props.children),typeof me=="object"&&me!==null){switch(me.$$typeof){case X:e:{for(var gt=me.key;P!==null;){if(P.key===gt){if(gt=me.type,gt===ie){if(P.tag===7){o(ce,P.sibling),ke=d(P,me.props.children),ke.return=ce,ce=ke;break e}}else if(P.elementType===gt||typeof gt=="object"&>!==null&>.$$typeof===N&&$s(gt)===P.type){o(ce,P.sibling),ke=d(P,me.props),yr(ke,me),ke.return=ce,ce=ke;break e}o(ce,P);break}else l(ce,P);P=P.sibling}me.type===ie?(ke=fs(me.props.children,ce.mode,ke,me.key),ke.return=ce,ce=ke):(ke=X0(me.type,me.key,me.props,null,ce.mode,ke),yr(ke,me),ke.return=ce,ce=ke)}return A(ce);case te:e:{for(gt=me.key;P!==null;){if(P.key===gt)if(P.tag===4&&P.stateNode.containerInfo===me.containerInfo&&P.stateNode.implementation===me.implementation){o(ce,P.sibling),ke=d(P,me.children||[]),ke.return=ce,ce=ke;break e}else{o(ce,P);break}else l(ce,P);P=P.sibling}ke=I0(me,ce.mode,ke),ke.return=ce,ce=ke}return A(ce);case N:return me=$s(me),wn(ce,P,me,ke)}if(q(me))return dt(ce,P,me,ke);if(k(me)){if(gt=k(me),typeof gt!="function")throw Error(y(150));return me=gt.call(me),St(ce,P,me,ke)}if(typeof me.then=="function")return wn(ce,P,od(me),ke);if(me.$$typeof===Ne)return wn(ce,P,ms(ce,me),ke);id(ce,me)}return typeof me=="string"&&me!==""||typeof me=="number"||typeof me=="bigint"?(me=""+me,P!==null&&P.tag===6?(o(ce,P.sibling),ke=d(P,me),ke.return=ce,ce=ke):(o(ce,P),ke=rr(me,ce.mode,ke),ke.return=ce,ce=ke),A(ce)):o(ce,P)}return function(ce,P,me,ke){try{ec=0;var gt=wn(ce,P,me,ke);return eu=null,gt}catch(pt){if(pt===Ws||pt===pr)throw pt;var un=Wn(29,pt,null,ce.mode);return un.lanes=ke,un.return=ce,un}}}var tu=wy(!0),Np=wy(!1),ps=!1;function sd(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function W0(n,l){n=n.updateQueue,l.updateQueue===n&&(l.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,callbacks:null})}function ys(n){return{lane:n,tag:0,payload:null,callback:null,next:null}}function Ql(n,l,o){var s=n.updateQueue;if(s===null)return null;if(s=s.shared,(fn&2)!==0){var d=s.pending;return d===null?l.next=l:(l.next=d.next,d.next=l),s.pending=l,l=Zf(n),Q0(n,null,o),l}return jl(n,s,l,o),Zf(n)}function nu(n,l,o){if(l=l.updateQueue,l!==null&&(l=l.shared,(o&4194048)!==0)){var s=l.lanes;s&=n.pendingLanes,o|=s,l.lanes=o,On(n,o)}}function $0(n,l){var o=n.updateQueue,s=n.alternate;if(s!==null&&(s=s.updateQueue,o===s)){var d=null,m=null;if(o=o.firstBaseUpdate,o!==null){do{var A={lane:o.lane,tag:o.tag,payload:o.payload,callback:null,next:null};m===null?d=m=A:m=m.next=A,o=o.next}while(o!==null);m===null?d=m=l:m=m.next=l}else d=m=l;o={baseState:s.baseState,firstBaseUpdate:d,lastBaseUpdate:m,shared:s.shared,callbacks:s.callbacks},n.updateQueue=o;return}n=o.lastBaseUpdate,n===null?o.firstBaseUpdate=l:n.next=l,o.lastBaseUpdate=l}var Mp=!1;function au(){if(Mp){var n=da;if(n!==null)throw n}}function wi(n,l,o,s){Mp=!1;var d=n.updateQueue;ps=!1;var m=d.firstBaseUpdate,A=d.lastBaseUpdate,D=d.shared.pending;if(D!==null){d.shared.pending=null;var J=D,he=J.next;J.next=null,A===null?m=he:A.next=he,A=J;var xe=n.alternate;xe!==null&&(xe=xe.updateQueue,D=xe.lastBaseUpdate,D!==A&&(D===null?xe.firstBaseUpdate=he:D.next=he,xe.lastBaseUpdate=J))}if(m!==null){var Ue=d.baseState;A=0,xe=he=J=null,D=m;do{var pe=D.lane&-536870913,Se=pe!==D.lane;if(Se?(Ft&pe)===pe:(s&pe)===pe){pe!==0&&pe===Ks&&(Mp=!0),xe!==null&&(xe=xe.next={lane:0,tag:D.tag,payload:D.payload,callback:null,next:null});e:{var dt=n,St=D;pe=l;var wn=o;switch(St.tag){case 1:if(dt=St.payload,typeof dt=="function"){Ue=dt.call(wn,Ue,pe);break e}Ue=dt;break e;case 3:dt.flags=dt.flags&-65537|128;case 0:if(dt=St.payload,pe=typeof dt=="function"?dt.call(wn,Ue,pe):dt,pe==null)break e;Ue=Q({},Ue,pe);break e;case 2:ps=!0}}pe=D.callback,pe!==null&&(n.flags|=64,Se&&(n.flags|=8192),Se=d.callbacks,Se===null?d.callbacks=[pe]:Se.push(pe))}else Se={lane:pe,tag:D.tag,payload:D.payload,callback:D.callback,next:null},xe===null?(he=xe=Se,J=Ue):xe=xe.next=Se,A|=pe;if(D=D.next,D===null){if(D=d.shared.pending,D===null)break;Se=D,D=Se.next,Se.next=null,d.lastBaseUpdate=Se,d.shared.pending=null}}while(!0);xe===null&&(J=Ue),d.baseState=J,d.firstBaseUpdate=he,d.lastBaseUpdate=xe,m===null&&(d.shared.lanes=0),Fo|=A,n.lanes=A,n.memoizedState=Ue}}function P0(n,l){if(typeof n!="function")throw Error(y(191,n));n.call(l)}function lu(n,l){var o=n.callbacks;if(o!==null)for(n.callbacks=null,n=0;n<o.length;n++)P0(o[n],l)}var ga=x(null),tc=x(0);function Ey(n,l){n=Jo,Te(tc,n),Te(ga,l),Jo=n|l.baseLanes}function ud(){Te(tc,Jo),Te(ga,ga.current)}function gr(){Jo=tc.current,Z(ga),Z(tc)}var ml=x(null),Xl=null;function Ei(n){var l=n.alternate;Te(Ln,Ln.current&1),Te(ml,n),Xl===null&&(l===null||ga.current!==null||l.memoizedState!==null)&&(Xl=n)}function vr(n){Te(Ln,Ln.current),Te(ml,n),Xl===null&&(Xl=n)}function em(n){n.tag===22?(Te(Ln,Ln.current),Te(ml,n),Xl===null&&(Xl=n)):Go()}function Go(){Te(Ln,Ln.current),Te(ml,ml.current)}function hl(n){Z(ml),Xl===n&&(Xl=null),Z(Ln)}var Ln=x(0);function br(n){for(var l=n;l!==null;){if(l.tag===13){var o=l.memoizedState;if(o!==null&&(o=o.dehydrated,o===null||wo(o)||yu(o)))return l}else if(l.tag===19&&(l.memoizedProps.revealOrder==="forwards"||l.memoizedProps.revealOrder==="backwards"||l.memoizedProps.revealOrder==="unstable_legacy-backwards"||l.memoizedProps.revealOrder==="together")){if((l.flags&128)!==0)return l}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===n)break;for(;l.sibling===null;){if(l.return===null||l.return===n)return null;l=l.return}l.sibling.return=l.return,l=l.sibling}return null}var Ci=0,zt=null,gn=null,ia=null,nc=!1,ac=!1,gs=!1,cd=0,Ar=0,ou=null,Cy=0;function Xn(){throw Error(y(321))}function vs(n,l){if(l===null)return!1;for(var o=0;o<l.length&&o<n.length;o++)if(!$a(n[o],l[o]))return!1;return!0}function rd(n,l,o,s,d,m){return Ci=m,zt=l,l.memoizedState=null,l.updateQueue=null,l.lanes=0,E.H=n===null||n.memoizedState===null?By:gm,gs=!1,m=o(s,d),gs=!1,ac&&(m=Oy(l,o,s,d)),tm(n),m}function tm(n){E.H=bd;var l=gn!==null&&gn.next!==null;if(Ci=0,ia=gn=zt=null,nc=!1,Ar=0,ou=null,l)throw Error(y(300));n===null||sa||(n=n.dependencies,n!==null&&Zu(n)&&(sa=!0))}function Oy(n,l,o,s){zt=n;var d=0;do{if(ac&&(ou=null),Ar=0,ac=!1,25<=d)throw Error(y(301));if(d+=1,ia=gn=null,n.updateQueue!=null){var m=n.updateQueue;m.lastEffect=null,m.events=null,m.stores=null,m.memoCache!=null&&(m.memoCache.index=0)}E.H=Uy,m=l(o,s)}while(ac);return m}function hb(){var n=E.H,l=n.useState()[0];return l=typeof l.then=="function"?oc(l):l,n=n.useState()[0],(gn!==null?gn.memoizedState:null)!==n&&(zt.flags|=1024),l}function nm(){var n=cd!==0;return cd=0,n}function lc(n,l,o){l.updateQueue=n.updateQueue,l.flags&=-2053,n.lanes&=~o}function fd(n){if(nc){for(n=n.memoizedState;n!==null;){var l=n.queue;l!==null&&(l.pending=null),n=n.next}nc=!1}Ci=0,ia=gn=zt=null,ac=!1,Ar=cd=0,ou=null}function Ra(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ia===null?zt.memoizedState=ia=n:ia=ia.next=n,ia}function Pn(){if(gn===null){var n=zt.alternate;n=n!==null?n.memoizedState:null}else n=gn.next;var l=ia===null?zt.memoizedState:ia.next;if(l!==null)ia=l,gn=n;else{if(n===null)throw zt.alternate===null?Error(y(467)):Error(y(310));gn=n,n={memoizedState:gn.memoizedState,baseState:gn.baseState,baseQueue:gn.baseQueue,queue:gn.queue,next:null},ia===null?zt.memoizedState=ia=n:ia=ia.next=n}return ia}function dd(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function oc(n){var l=Ar;return Ar+=1,ou===null&&(ou=[]),n=Rp(ou,n,l),l=zt,(ia===null?l.memoizedState:ia.next)===null&&(l=l.alternate,E.H=l===null||l.memoizedState===null?By:gm),n}function Sr(n){if(n!==null&&typeof n=="object"){if(typeof n.then=="function")return oc(n);if(n.$$typeof===Ne)return _e(n)}throw Error(y(438,String(n)))}function am(n){var l=null,o=zt.updateQueue;if(o!==null&&(l=o.memoCache),l==null){var s=zt.alternate;s!==null&&(s=s.updateQueue,s!==null&&(s=s.memoCache,s!=null&&(l={data:s.data.map(function(d){return d.slice()}),index:0})))}if(l==null&&(l={data:[],index:0}),o===null&&(o=dd(),zt.updateQueue=o),o.memoCache=l,o=l.data[l.index],o===void 0)for(o=l.data[l.index]=Array(n),s=0;s<n;s++)o[s]=B;return l.index++,o}function Oi(n,l){return typeof l=="function"?l(n):l}function xi(n){var l=Pn();return lm(l,gn,n)}function lm(n,l,o){var s=n.queue;if(s===null)throw Error(y(311));s.lastRenderedReducer=o;var d=n.baseQueue,m=s.pending;if(m!==null){if(d!==null){var A=d.next;d.next=m.next,m.next=A}l.baseQueue=d=m,s.pending=null}if(m=n.baseState,d===null)n.memoizedState=m;else{l=d.next;var D=A=null,J=null,he=l,xe=!1;do{var Ue=he.lane&-536870913;if(Ue!==he.lane?(Ft&Ue)===Ue:(Ci&Ue)===Ue){var pe=he.revertLane;if(pe===0)J!==null&&(J=J.next={lane:0,revertLane:0,gesture:null,action:he.action,hasEagerState:he.hasEagerState,eagerState:he.eagerState,next:null}),Ue===Ks&&(xe=!0);else if((Ci&pe)===pe){he=he.next,pe===Ks&&(xe=!0);continue}else Ue={lane:0,revertLane:he.revertLane,gesture:null,action:he.action,hasEagerState:he.hasEagerState,eagerState:he.eagerState,next:null},J===null?(D=J=Ue,A=m):J=J.next=Ue,zt.lanes|=pe,Fo|=pe;Ue=he.action,gs&&o(m,Ue),m=he.hasEagerState?he.eagerState:o(m,Ue)}else pe={lane:Ue,revertLane:he.revertLane,gesture:he.gesture,action:he.action,hasEagerState:he.hasEagerState,eagerState:he.eagerState,next:null},J===null?(D=J=pe,A=m):J=J.next=pe,zt.lanes|=Ue,Fo|=Ue;he=he.next}while(he!==null&&he!==l);if(J===null?A=m:J.next=D,!$a(m,n.memoizedState)&&(sa=!0,xe&&(o=da,o!==null)))throw o;n.memoizedState=m,n.baseState=A,n.baseQueue=J,s.lastRenderedState=m}return d===null&&(s.lanes=0),[n.memoizedState,s.dispatch]}function om(n){var l=Pn(),o=l.queue;if(o===null)throw Error(y(311));o.lastRenderedReducer=n;var s=o.dispatch,d=o.pending,m=l.memoizedState;if(d!==null){o.pending=null;var A=d=d.next;do m=n(m,A.action),A=A.next;while(A!==d);$a(m,l.memoizedState)||(sa=!0),l.memoizedState=m,l.baseQueue===null&&(l.baseState=m),o.lastRenderedState=m}return[m,s]}function kp(n,l,o){var s=zt,d=Pn(),m=$t;if(m){if(o===void 0)throw Error(y(407));o=o()}else o=l();var A=!$a((gn||d).memoizedState,o);if(A&&(d.memoizedState=o,sa=!0),d=d.queue,rm(im.bind(null,s,d,n),[n]),d.getSnapshot!==l||A||ia!==null&&ia.memoizedState.tag&1){if(s.flags|=2048,sc(9,{destroy:void 0},Bp.bind(null,s,d,o,l),null),Sn===null)throw Error(y(349));m||(Ci&127)!==0||md(s,l,o)}return o}function md(n,l,o){n.flags|=16384,n={getSnapshot:l,value:o},l=zt.updateQueue,l===null?(l=dd(),zt.updateQueue=l,l.stores=[n]):(o=l.stores,o===null?l.stores=[n]:o.push(n))}function Bp(n,l,o,s){l.value=o,l.getSnapshot=s,sm(l)&&um(n)}function im(n,l,o){return o(function(){sm(l)&&um(n)})}function sm(n){var l=n.getSnapshot;n=n.value;try{var o=l();return!$a(n,o)}catch{return!0}}function um(n){var l=cs(n,2);l!==null&&Al(l,n,2)}function Up(n){var l=Ra();if(typeof n=="function"){var o=n;if(n=o(),gs){tt(!0);try{o()}finally{tt(!1)}}}return l.memoizedState=l.baseState=n,l.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:n},l}function Da(n,l,o,s){return n.baseState=o,lm(n,gn,typeof s=="function"?s:Oi)}function xy(n,l,o,s,d){if(vd(n))throw Error(y(485));if(n=l.action,n!==null){var m={payload:d,action:n,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(A){m.listeners.push(A)}};E.T!==null?o(!0):m.isTransition=!1,s(m),o=l.pending,o===null?(m.next=l.pending=m,zp(l,m)):(m.next=o.next,l.pending=o.next=m)}}function zp(n,l){var o=l.action,s=l.payload,d=n.state;if(l.isTransition){var m=E.T,A={};E.T=A;try{var D=o(d,s),J=E.S;J!==null&&J(A,D),_p(n,l,D)}catch(he){ic(n,l,he)}finally{m!==null&&A.types!==null&&(m.types=A.types),E.T=m}}else try{m=o(d,s),_p(n,l,m)}catch(he){ic(n,l,he)}}function _p(n,l,o){o!==null&&typeof o=="object"&&typeof o.then=="function"?o.then(function(s){Hp(n,l,s)},function(s){return ic(n,l,s)}):Hp(n,l,o)}function Hp(n,l,o){l.status="fulfilled",l.value=o,Lp(l),n.state=o,l=n.pending,l!==null&&(o=l.next,o===l?n.pending=null:(o=o.next,l.next=o,zp(n,o)))}function ic(n,l,o){var s=n.pending;if(n.pending=null,s!==null){s=s.next;do l.status="rejected",l.reason=o,Lp(l),l=l.next;while(l!==s)}n.action=null}function Lp(n){n=n.listeners;for(var l=0;l<n.length;l++)(0,n[l])()}function hd(n,l){return l}function jp(n,l){if($t){var o=Sn.formState;if(o!==null){e:{var s=zt;if($t){if(Rn){t:{for(var d=Rn,m=ya;d.nodeType!==8;){if(!m){d=null;break t}if(d=Sl(d.nextSibling),d===null){d=null;break t}}m=d.data,d=m==="F!"||m==="F"?d:null}if(d){Rn=Sl(d.nextSibling),s=d.data==="F!";break e}}bo(s)}s=!1}s&&(l=o[0])}}return o=Ra(),o.memoizedState=o.baseState=l,s={pending:null,lanes:0,dispatch:null,lastRenderedReducer:hd,lastRenderedState:l},o.queue=s,o=pm.bind(null,zt,s),s.dispatch=o,s=Up(!1),m=iu.bind(null,zt,!1,s.queue),s=Ra(),d={state:l,dispatch:null,action:n,pending:null},s.queue=d,o=xy.bind(null,zt,d,m,o),d.dispatch=o,s.memoizedState=n,[l,o,!1]}function Ry(n){var l=Pn();return pd(l,gn,n)}function pd(n,l,o){if(l=lm(n,l,hd)[0],n=xi(Oi)[0],typeof l=="object"&&l!==null&&typeof l.then=="function")try{var s=oc(l)}catch(A){throw A===Ws?pr:A}else s=l;l=Pn();var d=l.queue,m=d.dispatch;return o!==l.memoizedState&&(zt.flags|=2048,sc(9,{destroy:void 0},Yp.bind(null,d,o),null)),[s,m,n]}function Yp(n,l){n.action=l}function qp(n){var l=Pn(),o=gn;if(o!==null)return pd(l,o,n);Pn(),l=l.memoizedState,o=Pn();var s=o.queue.dispatch;return o.memoizedState=n,[l,s,!1]}function sc(n,l,o,s){return n={tag:n,create:o,deps:s,inst:l,next:null},l=zt.updateQueue,l===null&&(l=dd(),zt.updateQueue=l),o=l.lastEffect,o===null?l.lastEffect=n.next=n:(s=o.next,o.next=n,n.next=s,l.lastEffect=n),n}function Gp(){return Pn().memoizedState}function Tr(n,l,o,s){var d=Ra();zt.flags|=n,d.memoizedState=sc(1|l,{destroy:void 0},o,s===void 0?null:s)}function wr(n,l,o,s){var d=Pn();s=s===void 0?null:s;var m=d.memoizedState.inst;gn!==null&&s!==null&&vs(s,gn.memoizedState.deps)?d.memoizedState=sc(l,m,o,s):(zt.flags|=n,d.memoizedState=sc(1|l,m,o,s))}function cm(n,l){Tr(8390656,8,n,l)}function rm(n,l){wr(2048,8,n,l)}function Vp(n){zt.flags|=4;var l=zt.updateQueue;if(l===null)l=dd(),zt.updateQueue=l,l.events=[n];else{var o=l.events;o===null?l.events=[n]:o.push(n)}}function yd(n){var l=Pn().memoizedState;return Vp({ref:l,nextImpl:n}),function(){if((fn&2)!==0)throw Error(y(440));return l.impl.apply(void 0,arguments)}}function fm(n,l){return wr(4,2,n,l)}function Qp(n,l){return wr(4,4,n,l)}function dm(n,l){if(typeof l=="function"){n=n();var o=l(n);return function(){typeof o=="function"?o():l(null)}}if(l!=null)return n=n(),l.current=n,function(){l.current=null}}function Xp(n,l,o){o=o!=null?o.concat([n]):null,wr(4,4,dm.bind(null,l,n),o)}function Vo(){}function mm(n,l){var o=Pn();l=l===void 0?null:l;var s=o.memoizedState;return l!==null&&vs(l,s[1])?s[0]:(o.memoizedState=[n,l],n)}function Dy(n,l){var o=Pn();l=l===void 0?null:l;var s=o.memoizedState;if(l!==null&&vs(l,s[1]))return s[0];if(s=n(),gs){tt(!0);try{n()}finally{tt(!1)}}return o.memoizedState=[s,l],s}function gd(n,l,o){return o===void 0||(Ci&1073741824)!==0&&(Ft&261930)===0?n.memoizedState=l:(n.memoizedState=o,n=Qy(),zt.lanes|=n,Fo|=n,o)}function Ri(n,l,o,s){return $a(o,l)?o:ga.current!==null?(n=gd(n,o,s),$a(n,l)||(sa=!0),n):(Ci&42)===0||(Ci&1073741824)!==0&&(Ft&261930)===0?(sa=!0,n.memoizedState=o):(n=Qy(),zt.lanes|=n,Fo|=n,l)}function hm(n,l,o,s,d){var m=z.p;z.p=m!==0&&8>m?m:8;var A=E.T,D={};E.T=D,iu(n,!1,l,o);try{var J=d(),he=E.S;if(he!==null&&he(D,J),J!==null&&typeof J=="object"&&typeof J.then=="function"){var xe=ld(J,s);bs(n,l,xe,kl(n))}else bs(n,l,s,kl(n))}catch(Ue){bs(n,l,{then:function(){},status:"rejected",reason:Ue},kl())}finally{z.p=m,A!==null&&D.types!==null&&(A.types=D.types),E.T=A}}function Ny(){}function Er(n,l,o,s){if(n.tag!==5)throw Error(y(476));var d=Cr(n).queue;hm(n,d,l,Y,o===null?Ny:function(){return An(n),o(s)})}function Cr(n){var l=n.memoizedState;if(l!==null)return l;l={memoizedState:Y,baseState:Y,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:Y},next:null};var o={};return l.next={memoizedState:o,baseState:o,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:o},next:null},n.memoizedState=l,n=n.alternate,n!==null&&(n.memoizedState=l),l}function An(n){var l=Cr(n);l.next===null&&(l=n.alternate.memoizedState),bs(n,l.next.queue,{},kl())}function Ip(){return _e(Id)}function My(){return Pn().memoizedState}function Jp(){return Pn().memoizedState}function Di(n){for(var l=n.return;l!==null;){switch(l.tag){case 24:case 3:var o=kl();n=ys(o);var s=Ql(l,n,o);s!==null&&(Al(s,l,o),nu(s,l,o)),l={cache:ed()},n.payload=l;return}l=l.return}}function ky(n,l,o){var s=kl();o={lane:s,revertLane:0,gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},vd(n)?ym(l,o):(o=go(n,l,o,s),o!==null&&(Al(o,n,s),Fp(o,l,s)))}function pm(n,l,o){var s=kl();bs(n,l,o,s)}function bs(n,l,o,s){var d={lane:s,revertLane:0,gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null};if(vd(n))ym(l,d);else{var m=n.alternate;if(n.lanes===0&&(m===null||m.lanes===0)&&(m=l.lastRenderedReducer,m!==null))try{var A=l.lastRenderedState,D=m(A,o);if(d.hasEagerState=!0,d.eagerState=D,$a(D,A))return jl(n,l,d,0),Sn===null&&Ll(),!1}catch{}if(o=go(n,l,d,s),o!==null)return Al(o,n,s),Fp(o,l,s),!0}return!1}function iu(n,l,o,s){if(s={lane:2,revertLane:Gm(),gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null},vd(n)){if(l)throw Error(y(479))}else l=go(n,o,s,2),l!==null&&Al(l,n,2)}function vd(n){var l=n.alternate;return n===zt||l!==null&&l===zt}function ym(n,l){ac=nc=!0;var o=n.pending;o===null?l.next=l:(l.next=o.next,o.next=l),n.pending=l}function Fp(n,l,o){if((o&4194048)!==0){var s=l.lanes;s&=n.pendingLanes,o|=s,l.lanes=o,On(n,o)}}var bd={readContext:_e,use:Sr,useCallback:Xn,useContext:Xn,useEffect:Xn,useImperativeHandle:Xn,useLayoutEffect:Xn,useInsertionEffect:Xn,useMemo:Xn,useReducer:Xn,useRef:Xn,useState:Xn,useDebugValue:Xn,useDeferredValue:Xn,useTransition:Xn,useSyncExternalStore:Xn,useId:Xn,useHostTransitionStatus:Xn,useFormState:Xn,useActionState:Xn,useOptimistic:Xn,useMemoCache:Xn,useCacheRefresh:Xn};bd.useEffectEvent=Xn;var By={readContext:_e,use:Sr,useCallback:function(n,l){return Ra().memoizedState=[n,l===void 0?null:l],n},useContext:_e,useEffect:cm,useImperativeHandle:function(n,l,o){o=o!=null?o.concat([n]):null,Tr(4194308,4,dm.bind(null,l,n),o)},useLayoutEffect:function(n,l){return Tr(4194308,4,n,l)},useInsertionEffect:function(n,l){Tr(4,2,n,l)},useMemo:function(n,l){var o=Ra();l=l===void 0?null:l;var s=n();if(gs){tt(!0);try{n()}finally{tt(!1)}}return o.memoizedState=[s,l],s},useReducer:function(n,l,o){var s=Ra();if(o!==void 0){var d=o(l);if(gs){tt(!0);try{o(l)}finally{tt(!1)}}}else d=l;return s.memoizedState=s.baseState=d,n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:d},s.queue=n,n=n.dispatch=ky.bind(null,zt,n),[s.memoizedState,n]},useRef:function(n){var l=Ra();return n={current:n},l.memoizedState=n},useState:function(n){n=Up(n);var l=n.queue,o=pm.bind(null,zt,l);return l.dispatch=o,[n.memoizedState,o]},useDebugValue:Vo,useDeferredValue:function(n,l){var o=Ra();return gd(o,n,l)},useTransition:function(){var n=Up(!1);return n=hm.bind(null,zt,n.queue,!0,!1),Ra().memoizedState=n,[!1,n]},useSyncExternalStore:function(n,l,o){var s=zt,d=Ra();if($t){if(o===void 0)throw Error(y(407));o=o()}else{if(o=l(),Sn===null)throw Error(y(349));(Ft&127)!==0||md(s,l,o)}d.memoizedState=o;var m={value:o,getSnapshot:l};return d.queue=m,cm(im.bind(null,s,m,n),[n]),s.flags|=2048,sc(9,{destroy:void 0},Bp.bind(null,s,m,o,l),null),o},useId:function(){var n=Ra(),l=Sn.identifierPrefix;if($t){var o=jo,s=Rl;o=(s&~(1<<32-mt(s)-1)).toString(32)+o,l="_"+l+"R_"+o,o=cd++,0<o&&(l+="H"+o.toString(32)),l+="_"}else o=Cy++,l="_"+l+"r_"+o.toString(32)+"_";return n.memoizedState=l},useHostTransitionStatus:Ip,useFormState:jp,useActionState:jp,useOptimistic:function(n){var l=Ra();l.memoizedState=l.baseState=n;var o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return l.queue=o,l=iu.bind(null,zt,!0,o),o.dispatch=l,[n,l]},useMemoCache:am,useCacheRefresh:function(){return Ra().memoizedState=Di.bind(null,zt)},useEffectEvent:function(n){var l=Ra(),o={impl:n};return l.memoizedState=o,function(){if((fn&2)!==0)throw Error(y(440));return o.impl.apply(void 0,arguments)}}},gm={readContext:_e,use:Sr,useCallback:mm,useContext:_e,useEffect:rm,useImperativeHandle:Xp,useInsertionEffect:fm,useLayoutEffect:Qp,useMemo:Dy,useReducer:xi,useRef:Gp,useState:function(){return xi(Oi)},useDebugValue:Vo,useDeferredValue:function(n,l){var o=Pn();return Ri(o,gn.memoizedState,n,l)},useTransition:function(){var n=xi(Oi)[0],l=Pn().memoizedState;return[typeof n=="boolean"?n:oc(n),l]},useSyncExternalStore:kp,useId:My,useHostTransitionStatus:Ip,useFormState:Ry,useActionState:Ry,useOptimistic:function(n,l){var o=Pn();return Da(o,gn,n,l)},useMemoCache:am,useCacheRefresh:Jp};gm.useEffectEvent=yd;var Uy={readContext:_e,use:Sr,useCallback:mm,useContext:_e,useEffect:rm,useImperativeHandle:Xp,useInsertionEffect:fm,useLayoutEffect:Qp,useMemo:Dy,useReducer:om,useRef:Gp,useState:function(){return om(Oi)},useDebugValue:Vo,useDeferredValue:function(n,l){var o=Pn();return gn===null?gd(o,n,l):Ri(o,gn.memoizedState,n,l)},useTransition:function(){var n=om(Oi)[0],l=Pn().memoizedState;return[typeof n=="boolean"?n:oc(n),l]},useSyncExternalStore:kp,useId:My,useHostTransitionStatus:Ip,useFormState:qp,useActionState:qp,useOptimistic:function(n,l){var o=Pn();return gn!==null?Da(o,gn,n,l):(o.baseState=n,[n,o.queue.dispatch])},useMemoCache:am,useCacheRefresh:Jp};Uy.useEffectEvent=yd;function uc(n,l,o,s){l=n.memoizedState,o=o(s,l),o=o==null?l:Q({},l,o),n.memoizedState=o,n.lanes===0&&(n.updateQueue.baseState=o)}var Ao={enqueueSetState:function(n,l,o){n=n._reactInternals;var s=kl(),d=ys(s);d.payload=l,o!=null&&(d.callback=o),l=Ql(n,d,s),l!==null&&(Al(l,n,s),nu(l,n,s))},enqueueReplaceState:function(n,l,o){n=n._reactInternals;var s=kl(),d=ys(s);d.tag=1,d.payload=l,o!=null&&(d.callback=o),l=Ql(n,d,s),l!==null&&(Al(l,n,s),nu(l,n,s))},enqueueForceUpdate:function(n,l){n=n._reactInternals;var o=kl(),s=ys(o);s.tag=2,l!=null&&(s.callback=l),l=Ql(n,s,o),l!==null&&(Al(l,n,o),nu(l,n,o))}};function Zp(n,l,o,s,d,m,A){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(s,m,A):l.prototype&&l.prototype.isPureReactComponent?!ho(o,s)||!ho(d,m):!0}function zy(n,l,o,s){n=l.state,typeof l.componentWillReceiveProps=="function"&&l.componentWillReceiveProps(o,s),typeof l.UNSAFE_componentWillReceiveProps=="function"&&l.UNSAFE_componentWillReceiveProps(o,s),l.state!==n&&Ao.enqueueReplaceState(l,l.state,null)}function su(n,l){var o=l;if("ref"in l){o={};for(var s in l)s!=="ref"&&(o[s]=l[s])}if(n=n.defaultProps){o===l&&(o=Q({},o));for(var d in n)o[d]===void 0&&(o[d]=n[d])}return o}function vm(n){Iu(n)}function Kp(n){console.error(n)}function bm(n){Iu(n)}function Or(n,l){try{var o=n.onUncaughtError;o(l.value,{componentStack:l.stack})}catch(s){setTimeout(function(){throw s})}}function Ad(n,l,o){try{var s=n.onCaughtError;s(o.value,{componentStack:o.stack,errorBoundary:l.tag===1?l.stateNode:null})}catch(d){setTimeout(function(){throw d})}}function Wp(n,l,o){return o=ys(o),o.tag=3,o.payload={element:null},o.callback=function(){Or(n,l)},o}function $p(n){return n=ys(n),n.tag=3,n}function Pp(n,l,o,s){var d=o.type.getDerivedStateFromError;if(typeof d=="function"){var m=s.value;n.payload=function(){return d(m)},n.callback=function(){Ad(l,o,s)}}var A=o.stateNode;A!==null&&typeof A.componentDidCatch=="function"&&(n.callback=function(){Ad(l,o,s),typeof d!="function"&&(jn===null?jn=new Set([this]):jn.add(this));var D=s.stack;this.componentDidCatch(s.value,{componentStack:D!==null?D:""})})}function pb(n,l,o,s,d){if(o.flags|=32768,s!==null&&typeof s=="object"&&typeof s.then=="function"){if(l=o.alternate,l!==null&&xa(l,o,d,!0),o=ml.current,o!==null){switch(o.tag){case 31:case 13:return Xl===null?Lm():o.alternate===null&&Nn===0&&(Nn=3),o.flags&=-257,o.flags|=65536,o.lanes=d,s===Pu?o.flags|=16384:(l=o.updateQueue,l===null?o.updateQueue=new Set([s]):l.add(s),Ud(n,s,d)),!1;case 22:return o.flags|=65536,s===Pu?o.flags|=16384:(l=o.updateQueue,l===null?(l={transitions:null,markerInstances:null,retryQueue:new Set([s])},o.updateQueue=l):(o=l.retryQueue,o===null?l.retryQueue=new Set([s]):o.add(s)),Ud(n,s,d)),!1}throw Error(y(435,o.tag))}return Ud(n,s,d),Lm(),!1}if($t)return l=ml.current,l!==null?((l.flags&65536)===0&&(l.flags|=256),l.flags|=65536,l.lanes=d,s!==Ai&&(n=Error(y(422),{cause:s}),mr(Yl(n,o)))):(s!==Ai&&(l=Error(y(423),{cause:s}),mr(Yl(l,o))),n=n.current.alternate,n.flags|=65536,d&=-d,n.lanes|=d,s=Yl(s,o),d=Wp(n.stateNode,s,d),$0(n,d),Nn!==4&&(Nn=2)),!1;var m=Error(y(520),{cause:s});if(m=Yl(m,o),Nd===null?Nd=[m]:Nd.push(m),Nn!==4&&(Nn=2),l===null)return!0;s=Yl(s,o),o=l;do{switch(o.tag){case 3:return o.flags|=65536,n=d&-d,o.lanes|=n,n=Wp(o.stateNode,s,n),$0(o,n),!1;case 1:if(l=o.type,m=o.stateNode,(o.flags&128)===0&&(typeof l.getDerivedStateFromError=="function"||m!==null&&typeof m.componentDidCatch=="function"&&(jn===null||!jn.has(m))))return o.flags|=65536,d&=-d,o.lanes|=d,d=$p(d),Pp(d,n,o,s),$0(o,d),!1}o=o.return}while(o!==null);return!1}var Am=Error(y(461)),sa=!1;function Un(n,l,o,s){l.child=n===null?Np(l,null,o,s):tu(l,n.child,o,s)}function e2(n,l,o,s,d){o=o.render;var m=l.ref;if("ref"in s){var A={};for(var D in s)D!=="ref"&&(A[D]=s[D])}else A=s;return Rt(l),s=rd(n,l,o,A,m,d),D=nm(),n!==null&&!sa?(lc(n,l,d),Fl(n,l,d)):($t&&D&&fr(l),l.flags|=1,Un(n,l,s,d),l.child)}function t2(n,l,o,s,d){if(n===null){var m=o.type;return typeof m=="function"&&!Ju(m)&&m.defaultProps===void 0&&o.compare===null?(l.tag=15,l.type=m,n2(n,l,m,s,d)):(n=X0(o.type,null,s,l,l.mode,d),n.ref=l.ref,n.return=l,l.child=n)}if(m=n.child,!wm(n,d)){var A=m.memoizedProps;if(o=o.compare,o=o!==null?o:ho,o(A,s)&&n.ref===l.ref)return Fl(n,l,d)}return l.flags|=1,n=rs(m,s),n.ref=l.ref,n.return=l,l.child=n}function n2(n,l,o,s,d){if(n!==null){var m=n.memoizedProps;if(ho(m,s)&&n.ref===l.ref)if(sa=!1,l.pendingProps=s=m,wm(n,d))(n.flags&131072)!==0&&(sa=!0);else return l.lanes=n.lanes,Fl(n,l,d)}return Sm(n,l,o,s,d)}function _y(n,l,o,s){var d=s.children,m=n!==null?n.memoizedState:null;if(n===null&&l.stateNode===null&&(l.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),s.mode==="hidden"){if((l.flags&128)!==0){if(m=m!==null?m.baseLanes|o:o,n!==null){for(s=l.child=n.child,d=0;s!==null;)d=d|s.lanes|s.childLanes,s=s.sibling;s=d&~m}else s=0,l.child=null;return pl(n,l,m,o,s)}if((o&536870912)!==0)l.memoizedState={baseLanes:0,cachePool:null},n!==null&&hr(l,m!==null?m.cachePool:null),m!==null?Ey(l,m):ud(),em(l);else return s=l.lanes=536870912,pl(n,l,m!==null?m.baseLanes|o:o,o,s)}else m!==null?(hr(l,m.cachePool),Ey(l,m),Go(),l.memoizedState=null):(n!==null&&hr(l,null),ud(),Go());return Un(n,l,d,o),l.child}function uu(n,l){return n!==null&&n.tag===22||l.stateNode!==null||(l.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),l.sibling}function pl(n,l,o,s,d){var m=Vl();return m=m===null?null:{parent:oa._currentValue,pool:m},l.memoizedState={baseLanes:o,cachePool:m},n!==null&&hr(l,null),ud(),em(l),n!==null&&xa(n,l,s,!0),l.childLanes=d,null}function Sd(n,l){return l=Ed({mode:l.mode,children:l.children},n.mode),l.ref=n.ref,n.child=l,l.return=n,l}function yl(n,l,o){return tu(l,n.child,null,o),n=Sd(l,l.pendingProps),n.flags|=2,hl(l),l.memoizedState=null,n}function Hy(n,l,o){var s=l.pendingProps,d=(l.flags&128)!==0;if(l.flags&=-129,n===null){if($t){if(s.mode==="hidden")return n=Sd(l,s),l.lanes=536870912,uu(null,n);if(vr(l),(n=Rn)?(n=vg(n,ya),n=n!==null&&n.data==="&"?n:null,n!==null&&(l.memoizedState={dehydrated:n,treeContext:Lo!==null?{id:Rl,overflow:jo}:null,retryLane:536870912,hydrationErrors:null},o=Sp(n),o.return=l,l.child=o,Oa=l,Rn=null)):n=null,n===null)throw bo(l);return l.lanes=536870912,null}return Sd(l,s)}var m=n.memoizedState;if(m!==null){var A=m.dehydrated;if(vr(l),d)if(l.flags&256)l.flags&=-257,l=yl(n,l,o);else if(l.memoizedState!==null)l.child=n.child,l.flags|=128,l=null;else throw Error(y(558));else if(sa||xa(n,l,o,!1),d=(o&n.childLanes)!==0,sa||d){if(s=Sn,s!==null&&(A=aa(s,o),A!==0&&A!==m.retryLane))throw m.retryLane=A,cs(n,A),Al(s,n,A),Am;Lm(),l=yl(n,l,o)}else n=m.treeContext,Rn=Sl(A.nextSibling),Oa=l,$t=!0,bi=null,ya=!1,n!==null&&Wf(l,n),l=Sd(l,s),l.flags|=4096;return l}return n=rs(n.child,{mode:s.mode,children:s.children}),n.ref=l.ref,l.child=n,n.return=l,n}function Il(n,l){var o=l.ref;if(o===null)n!==null&&n.ref!==null&&(l.flags|=4194816);else{if(typeof o!="function"&&typeof o!="object")throw Error(y(284));(n===null||n.ref!==o)&&(l.flags|=4194816)}}function Sm(n,l,o,s,d){return Rt(l),o=rd(n,l,o,s,void 0,d),s=nm(),n!==null&&!sa?(lc(n,l,d),Fl(n,l,d)):($t&&s&&fr(l),l.flags|=1,Un(n,l,o,d),l.child)}function cu(n,l,o,s,d,m){return Rt(l),l.updateQueue=null,o=Oy(l,s,o,d),tm(n),s=nm(),n!==null&&!sa?(lc(n,l,m),Fl(n,l,m)):($t&&s&&fr(l),l.flags|=1,Un(n,l,o,m),l.child)}function a2(n,l,o,s,d){if(Rt(l),l.stateNode===null){var m=rl,A=o.contextType;typeof A=="object"&&A!==null&&(m=_e(A)),m=new o(s,m),l.memoizedState=m.state!==null&&m.state!==void 0?m.state:null,m.updater=Ao,l.stateNode=m,m._reactInternals=l,m=l.stateNode,m.props=s,m.state=l.memoizedState,m.refs={},sd(l),A=o.contextType,m.context=typeof A=="object"&&A!==null?_e(A):rl,m.state=l.memoizedState,A=o.getDerivedStateFromProps,typeof A=="function"&&(uc(l,o,A,s),m.state=l.memoizedState),typeof o.getDerivedStateFromProps=="function"||typeof m.getSnapshotBeforeUpdate=="function"||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(A=m.state,typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount(),A!==m.state&&Ao.enqueueReplaceState(m,m.state,null),wi(l,s,m,d),au(),m.state=l.memoizedState),typeof m.componentDidMount=="function"&&(l.flags|=4194308),s=!0}else if(n===null){m=l.stateNode;var D=l.memoizedProps,J=su(o,D);m.props=J;var he=m.context,xe=o.contextType;A=rl,typeof xe=="object"&&xe!==null&&(A=_e(xe));var Ue=o.getDerivedStateFromProps;xe=typeof Ue=="function"||typeof m.getSnapshotBeforeUpdate=="function",D=l.pendingProps!==D,xe||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(D||he!==A)&&zy(l,m,s,A),ps=!1;var pe=l.memoizedState;m.state=pe,wi(l,s,m,d),au(),he=l.memoizedState,D||pe!==he||ps?(typeof Ue=="function"&&(uc(l,o,Ue,s),he=l.memoizedState),(J=ps||Zp(l,o,J,s,pe,he,A))?(xe||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount()),typeof m.componentDidMount=="function"&&(l.flags|=4194308)):(typeof m.componentDidMount=="function"&&(l.flags|=4194308),l.memoizedProps=s,l.memoizedState=he),m.props=s,m.state=he,m.context=A,s=J):(typeof m.componentDidMount=="function"&&(l.flags|=4194308),s=!1)}else{m=l.stateNode,W0(n,l),A=l.memoizedProps,xe=su(o,A),m.props=xe,Ue=l.pendingProps,pe=m.context,he=o.contextType,J=rl,typeof he=="object"&&he!==null&&(J=_e(he)),D=o.getDerivedStateFromProps,(he=typeof D=="function"||typeof m.getSnapshotBeforeUpdate=="function")||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(A!==Ue||pe!==J)&&zy(l,m,s,J),ps=!1,pe=l.memoizedState,m.state=pe,wi(l,s,m,d),au();var Se=l.memoizedState;A!==Ue||pe!==Se||ps||n!==null&&n.dependencies!==null&&Zu(n.dependencies)?(typeof D=="function"&&(uc(l,o,D,s),Se=l.memoizedState),(xe=ps||Zp(l,o,xe,s,pe,Se,J)||n!==null&&n.dependencies!==null&&Zu(n.dependencies))?(he||typeof m.UNSAFE_componentWillUpdate!="function"&&typeof m.componentWillUpdate!="function"||(typeof m.componentWillUpdate=="function"&&m.componentWillUpdate(s,Se,J),typeof m.UNSAFE_componentWillUpdate=="function"&&m.UNSAFE_componentWillUpdate(s,Se,J)),typeof m.componentDidUpdate=="function"&&(l.flags|=4),typeof m.getSnapshotBeforeUpdate=="function"&&(l.flags|=1024)):(typeof m.componentDidUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=1024),l.memoizedProps=s,l.memoizedState=Se),m.props=s,m.state=Se,m.context=J,s=xe):(typeof m.componentDidUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||A===n.memoizedProps&&pe===n.memoizedState||(l.flags|=1024),s=!1)}return m=s,Il(n,l),s=(l.flags&128)!==0,m||s?(m=l.stateNode,o=s&&typeof o.getDerivedStateFromError!="function"?null:m.render(),l.flags|=1,n!==null&&s?(l.child=tu(l,n.child,null,d),l.child=tu(l,null,o,d)):Un(n,l,o,d),l.memoizedState=m.state,n=l.child):n=Fl(n,l,d),n}function Qo(n,l,o,s){return Zs(),l.flags|=256,Un(n,l,o,s),l.child}var Td={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function wd(n){return{baseLanes:n,cachePool:Wu()}}function Jl(n,l,o){return n=n!==null?n.childLanes&~o:0,l&&(n|=bl),n}function l2(n,l,o){var s=l.pendingProps,d=!1,m=(l.flags&128)!==0,A;if((A=m)||(A=n!==null&&n.memoizedState===null?!1:(Ln.current&2)!==0),A&&(d=!0,l.flags&=-129),A=(l.flags&32)!==0,l.flags&=-33,n===null){if($t){if(d?Ei(l):Go(),(n=Rn)?(n=vg(n,ya),n=n!==null&&n.data!=="&"?n:null,n!==null&&(l.memoizedState={dehydrated:n,treeContext:Lo!==null?{id:Rl,overflow:jo}:null,retryLane:536870912,hydrationErrors:null},o=Sp(n),o.return=l,l.child=o,Oa=l,Rn=null)):n=null,n===null)throw bo(l);return yu(n)?l.lanes=32:l.lanes=536870912,null}var D=s.children;return s=s.fallback,d?(Go(),d=l.mode,D=Ed({mode:"hidden",children:D},d),s=fs(s,d,o,null),D.return=l,s.return=l,D.sibling=s,l.child=D,s=l.child,s.memoizedState=wd(o),s.childLanes=Jl(n,A,o),l.memoizedState=Td,uu(null,s)):(Ei(l),ru(l,D))}var J=n.memoizedState;if(J!==null&&(D=J.dehydrated,D!==null)){if(m)l.flags&256?(Ei(l),l.flags&=-257,l=cc(n,l,o)):l.memoizedState!==null?(Go(),l.child=n.child,l.flags|=128,l=null):(Go(),D=s.fallback,d=l.mode,s=Ed({mode:"visible",children:s.children},d),D=fs(D,d,o,null),D.flags|=2,s.return=l,D.return=l,s.sibling=D,l.child=s,tu(l,n.child,null,o),s=l.child,s.memoizedState=wd(o),s.childLanes=Jl(n,A,o),l.memoizedState=Td,l=uu(null,s));else if(Ei(l),yu(D)){if(A=D.nextSibling&&D.nextSibling.dataset,A)var he=A.dgst;A=he,s=Error(y(419)),s.stack="",s.digest=A,mr({value:s,source:null,stack:null}),l=cc(n,l,o)}else if(sa||xa(n,l,o,!1),A=(o&n.childLanes)!==0,sa||A){if(A=Sn,A!==null&&(s=aa(A,o),s!==0&&s!==J.retryLane))throw J.retryLane=s,cs(n,s),Al(A,n,s),Am;wo(D)||Lm(),l=cc(n,l,o)}else wo(D)?(l.flags|=192,l.child=n.child,l=null):(n=J.treeContext,Rn=Sl(D.nextSibling),Oa=l,$t=!0,bi=null,ya=!1,n!==null&&Wf(l,n),l=ru(l,s.children),l.flags|=4096);return l}return d?(Go(),D=s.fallback,d=l.mode,J=n.child,he=J.sibling,s=rs(J,{mode:"hidden",children:s.children}),s.subtreeFlags=J.subtreeFlags&65011712,he!==null?D=rs(he,D):(D=fs(D,d,o,null),D.flags|=2),D.return=l,s.return=l,s.sibling=D,l.child=s,uu(null,s),s=l.child,D=n.child.memoizedState,D===null?D=wd(o):(d=D.cachePool,d!==null?(J=oa._currentValue,d=d.parent!==J?{parent:J,pool:J}:d):d=Wu(),D={baseLanes:D.baseLanes|o,cachePool:d}),s.memoizedState=D,s.childLanes=Jl(n,A,o),l.memoizedState=Td,uu(n.child,s)):(Ei(l),o=n.child,n=o.sibling,o=rs(o,{mode:"visible",children:s.children}),o.return=l,o.sibling=null,n!==null&&(A=l.deletions,A===null?(l.deletions=[n],l.flags|=16):A.push(n)),l.child=o,l.memoizedState=null,o)}function ru(n,l){return l=Ed({mode:"visible",children:l},n.mode),l.return=n,n.child=l}function Ed(n,l){return n=Wn(22,n,null,l),n.lanes=0,n}function cc(n,l,o){return tu(l,n.child,null,o),n=ru(l,l.pendingProps.children),n.flags|=2,l.memoizedState=null,n}function rc(n,l,o){n.lanes|=l;var s=n.alternate;s!==null&&(s.lanes|=l),Z0(n.return,l,o)}function Tm(n,l,o,s,d,m){var A=n.memoizedState;A===null?n.memoizedState={isBackwards:l,rendering:null,renderingStartTime:0,last:s,tail:o,tailMode:d,treeForkCount:m}:(A.isBackwards=l,A.rendering=null,A.renderingStartTime=0,A.last=s,A.tail=o,A.tailMode=d,A.treeForkCount=m)}function o2(n,l,o){var s=l.pendingProps,d=s.revealOrder,m=s.tail;s=s.children;var A=Ln.current,D=(A&2)!==0;if(D?(A=A&1|2,l.flags|=128):A&=1,Te(Ln,A),Un(n,l,s,o),s=$t?la:0,!D&&n!==null&&(n.flags&128)!==0)e:for(n=l.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&rc(n,o,l);else if(n.tag===19)rc(n,o,l);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===l)break e;for(;n.sibling===null;){if(n.return===null||n.return===l)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}switch(d){case"forwards":for(o=l.child,d=null;o!==null;)n=o.alternate,n!==null&&br(n)===null&&(d=o),o=o.sibling;o=d,o===null?(d=l.child,l.child=null):(d=o.sibling,o.sibling=null),Tm(l,!1,d,o,m,s);break;case"backwards":case"unstable_legacy-backwards":for(o=null,d=l.child,l.child=null;d!==null;){if(n=d.alternate,n!==null&&br(n)===null){l.child=d;break}n=d.sibling,d.sibling=o,o=d,d=n}Tm(l,!0,o,null,m,s);break;case"together":Tm(l,!1,null,null,void 0,s);break;default:l.memoizedState=null}return l.child}function Fl(n,l,o){if(n!==null&&(l.dependencies=n.dependencies),Fo|=l.lanes,(o&l.childLanes)===0)if(n!==null){if(xa(n,l,o,!1),(o&l.childLanes)===0)return null}else return null;if(n!==null&&l.child!==n.child)throw Error(y(153));if(l.child!==null){for(n=l.child,o=rs(n,n.pendingProps),l.child=o,o.return=l;n.sibling!==null;)n=n.sibling,o=o.sibling=rs(n,n.pendingProps),o.return=l;o.sibling=null}return l.child}function wm(n,l){return(n.lanes&l)!==0?!0:(n=n.dependencies,!!(n!==null&&Zu(n)))}function Em(n,l,o){switch(l.tag){case 3:Gt(l,l.stateNode.containerInfo),dl(l,oa,n.memoizedState.cache),Zs();break;case 27:case 5:Bn(l);break;case 4:Gt(l,l.stateNode.containerInfo);break;case 10:dl(l,l.type,l.memoizedProps.value);break;case 31:if(l.memoizedState!==null)return l.flags|=128,vr(l),null;break;case 13:var s=l.memoizedState;if(s!==null)return s.dehydrated!==null?(Ei(l),l.flags|=128,null):(o&l.child.childLanes)!==0?l2(n,l,o):(Ei(l),n=Fl(n,l,o),n!==null?n.sibling:null);Ei(l);break;case 19:var d=(n.flags&128)!==0;if(s=(o&l.childLanes)!==0,s||(xa(n,l,o,!1),s=(o&l.childLanes)!==0),d){if(s)return o2(n,l,o);l.flags|=128}if(d=l.memoizedState,d!==null&&(d.rendering=null,d.tail=null,d.lastEffect=null),Te(Ln,Ln.current),s)break;return null;case 22:return l.lanes=0,_y(n,l,o,l.pendingProps);case 24:dl(l,oa,n.memoizedState.cache)}return Fl(n,l,o)}function i2(n,l,o){if(n!==null)if(n.memoizedProps!==l.pendingProps)sa=!0;else{if(!wm(n,o)&&(l.flags&128)===0)return sa=!1,Em(n,l,o);sa=(n.flags&131072)!==0}else sa=!1,$t&&(l.flags&1048576)!==0&&wp(l,la,l.index);switch(l.lanes=0,l.tag){case 16:e:{var s=l.pendingProps;if(n=$s(l.elementType),l.type=n,typeof n=="function")Ju(n)?(s=su(n,s),l.tag=1,l=a2(null,l,n,s,o)):(l.tag=0,l=Sm(null,l,n,s,o));else{if(n!=null){var d=n.$$typeof;if(d===je){l.tag=11,l=e2(null,l,n,s,o);break e}else if(d===Ke){l.tag=14,l=t2(null,l,n,s,o);break e}}throw l=se(n)||n,Error(y(306,l,""))}}return l;case 0:return Sm(n,l,l.type,l.pendingProps,o);case 1:return s=l.type,d=su(s,l.pendingProps),a2(n,l,s,d,o);case 3:e:{if(Gt(l,l.stateNode.containerInfo),n===null)throw Error(y(387));s=l.pendingProps;var m=l.memoizedState;d=m.element,W0(n,l),wi(l,s,null,o);var A=l.memoizedState;if(s=A.cache,dl(l,oa,s),s!==m.cache&&Ti(l,[oa],o,!0),au(),s=A.element,m.isDehydrated)if(m={element:s,isDehydrated:!1,cache:A.cache},l.updateQueue.baseState=m,l.memoizedState=m,l.flags&256){l=Qo(n,l,s,o);break e}else if(s!==d){d=Yl(Error(y(424)),l),mr(d),l=Qo(n,l,s,o);break e}else for(n=l.stateNode.containerInfo,n.nodeType===9?n=n.body:n=n.nodeName==="HTML"?n.ownerDocument.body:n,Rn=Sl(n.firstChild),Oa=l,$t=!0,bi=null,ya=!0,o=Np(l,null,s,o),l.child=o;o;)o.flags=o.flags&-3|4096,o=o.sibling;else{if(Zs(),s===d){l=Fl(n,l,o);break e}Un(n,l,s,o)}l=l.child}return l;case 26:return Il(n,l),n===null?(o=Fr(l.type,null,l.pendingProps,null))?l.memoizedState=o:$t||(o=l.type,n=l.pendingProps,s=pu(Fe.current).createElement(o),s[sn]=l,s[qa]=n,Va(s,o,n),rn(s),l.stateNode=s):l.memoizedState=Fr(l.type,n.memoizedProps,l.pendingProps,n.memoizedState),null;case 27:return Bn(l),n===null&&$t&&(s=l.stateNode=Ir(l.type,l.pendingProps,Fe.current),Oa=l,ya=!0,d=Rn,Ko(l.type)?(Vd=d,Rn=Sl(s.firstChild)):Rn=d),Un(n,l,l.pendingProps.children,o),Il(n,l),n===null&&(l.flags|=4194304),l.child;case 5:return n===null&&$t&&((d=s=Rn)&&(s=vb(s,l.type,l.pendingProps,ya),s!==null?(l.stateNode=s,Oa=l,Rn=Sl(s.firstChild),ya=!1,d=!0):d=!1),d||bo(l)),Bn(l),d=l.type,m=l.pendingProps,A=n!==null?n.memoizedProps:null,s=m.children,Qr(d,m)?s=null:A!==null&&Qr(d,A)&&(l.flags|=32),l.memoizedState!==null&&(d=rd(n,l,hb,null,null,o),Id._currentValue=d),Il(n,l),Un(n,l,s,o),l.child;case 6:return n===null&&$t&&((n=o=Rn)&&(o=Vt(o,l.pendingProps,ya),o!==null?(l.stateNode=o,Oa=l,Rn=null,n=!0):n=!1),n||bo(l)),null;case 13:return l2(n,l,o);case 4:return Gt(l,l.stateNode.containerInfo),s=l.pendingProps,n===null?l.child=tu(l,null,s,o):Un(n,l,s,o),l.child;case 11:return e2(n,l,l.type,l.pendingProps,o);case 7:return Un(n,l,l.pendingProps,o),l.child;case 8:return Un(n,l,l.pendingProps.children,o),l.child;case 12:return Un(n,l,l.pendingProps.children,o),l.child;case 10:return s=l.pendingProps,dl(l,l.type,s.value),Un(n,l,s.children,o),l.child;case 9:return d=l.type._context,s=l.pendingProps.children,Rt(l),d=_e(d),s=s(d),l.flags|=1,Un(n,l,s,o),l.child;case 14:return t2(n,l,l.type,l.pendingProps,o);case 15:return n2(n,l,l.type,l.pendingProps,o);case 19:return o2(n,l,o);case 31:return Hy(n,l,o);case 22:return _y(n,l,o,l.pendingProps);case 24:return Rt(l),s=_e(oa),n===null?(d=Vl(),d===null&&(d=Sn,m=ed(),d.pooledCache=m,m.refCount++,m!==null&&(d.pooledCacheLanes|=o),d=m),l.memoizedState={parent:s,cache:d},sd(l),dl(l,oa,d)):((n.lanes&o)!==0&&(W0(n,l),wi(l,null,null,o),au()),d=n.memoizedState,m=l.memoizedState,d.parent!==s?(d={parent:s,cache:s},l.memoizedState=d,l.lanes===0&&(l.memoizedState=l.updateQueue.baseState=d),dl(l,oa,s)):(s=m.cache,dl(l,oa,s),s!==d.cache&&Ti(l,[oa],o,!0))),Un(n,l,l.pendingProps.children,o),l.child;case 29:throw l.pendingProps}throw Error(y(156,l.tag))}function Ni(n){n.flags|=4}function s2(n,l,o,s,d){if((l=(n.mode&32)!==0)&&(l=!1),l){if(n.flags|=16777216,(d&335544128)===d)if(n.stateNode.complete)n.flags|=8192;else if(Jy())n.flags|=8192;else throw Ps=Pu,$u}else n.flags&=-16777217}function u2(n,l){if(l.type!=="stylesheet"||(l.state.loading&4)!==0)n.flags&=-16777217;else if(n.flags|=16777216,!Ul(l))if(Jy())n.flags|=8192;else throw Ps=Pu,$u}function Pa(n,l){l!==null&&(n.flags|=4),n.flags&16384&&(l=n.tag!==22?kt():536870912,n.lanes|=l,In|=l)}function xr(n,l){if(!$t)switch(n.tailMode){case"hidden":l=n.tail;for(var o=null;l!==null;)l.alternate!==null&&(o=l),l=l.sibling;o===null?n.tail=null:o.sibling=null;break;case"collapsed":o=n.tail;for(var s=null;o!==null;)o.alternate!==null&&(s=o),o=o.sibling;s===null?l||n.tail===null?n.tail=null:n.tail.sibling=null:s.sibling=null}}function xt(n){var l=n.alternate!==null&&n.alternate.child===n.child,o=0,s=0;if(l)for(var d=n.child;d!==null;)o|=d.lanes|d.childLanes,s|=d.subtreeFlags&65011712,s|=d.flags&65011712,d.return=n,d=d.sibling;else for(d=n.child;d!==null;)o|=d.lanes|d.childLanes,s|=d.subtreeFlags,s|=d.flags,d.return=n,d=d.sibling;return n.subtreeFlags|=s,n.childLanes=o,l}function Ly(n,l,o){var s=l.pendingProps;switch(J0(l),l.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return xt(l),null;case 1:return xt(l),null;case 3:return o=l.stateNode,s=null,n!==null&&(s=n.memoizedState.cache),l.memoizedState.cache!==s&&(l.flags|=2048),qo(oa),Ot(),o.pendingContext&&(o.context=o.pendingContext,o.pendingContext=null),(n===null||n.child===null)&&(Si(l)?Ni(l):n===null||n.memoizedState.isDehydrated&&(l.flags&256)===0||(l.flags|=1024,Ep())),xt(l),null;case 26:var d=l.type,m=l.memoizedState;return n===null?(Ni(l),m!==null?(xt(l),u2(l,m)):(xt(l),s2(l,d,null,s,o))):m?m!==n.memoizedState?(Ni(l),xt(l),u2(l,m)):(xt(l),l.flags&=-16777217):(n=n.memoizedProps,n!==s&&Ni(l),xt(l),s2(l,d,n,s,o)),null;case 27:if(Xe(l),o=Fe.current,d=l.type,n!==null&&l.stateNode!=null)n.memoizedProps!==s&&Ni(l);else{if(!s){if(l.stateNode===null)throw Error(y(166));return xt(l),null}n=we.current,Si(l)?$f(l):(n=Ir(d,s,o),l.stateNode=n,Ni(l))}return xt(l),null;case 5:if(Xe(l),d=l.type,n!==null&&l.stateNode!=null)n.memoizedProps!==s&&Ni(l);else{if(!s){if(l.stateNode===null)throw Error(y(166));return xt(l),null}if(m=we.current,Si(l))$f(l);else{var A=pu(Fe.current);switch(m){case 1:m=A.createElementNS("http://www.w3.org/2000/svg",d);break;case 2:m=A.createElementNS("http://www.w3.org/1998/Math/MathML",d);break;default:switch(d){case"svg":m=A.createElementNS("http://www.w3.org/2000/svg",d);break;case"math":m=A.createElementNS("http://www.w3.org/1998/Math/MathML",d);break;case"script":m=A.createElement("div"),m.innerHTML="<script><\/script>",m=m.removeChild(m.firstChild);break;case"select":m=typeof s.is=="string"?A.createElement("select",{is:s.is}):A.createElement("select"),s.multiple?m.multiple=!0:s.size&&(m.size=s.size);break;default:m=typeof s.is=="string"?A.createElement(d,{is:s.is}):A.createElement(d)}}m[sn]=l,m[qa]=s;e:for(A=l.child;A!==null;){if(A.tag===5||A.tag===6)m.appendChild(A.stateNode);else if(A.tag!==4&&A.tag!==27&&A.child!==null){A.child.return=A,A=A.child;continue}if(A===l)break e;for(;A.sibling===null;){if(A.return===null||A.return===l)break e;A=A.return}A.sibling.return=A.return,A=A.sibling}l.stateNode=m;e:switch(Va(m,d,s),d){case"button":case"input":case"select":case"textarea":s=!!s.autoFocus;break e;case"img":s=!0;break e;default:s=!1}s&&Ni(l)}}return xt(l),s2(l,l.type,n===null?null:n.memoizedProps,l.pendingProps,o),null;case 6:if(n&&l.stateNode!=null)n.memoizedProps!==s&&Ni(l);else{if(typeof s!="string"&&l.stateNode===null)throw Error(y(166));if(n=Fe.current,Si(l)){if(n=l.stateNode,o=l.memoizedProps,s=null,d=Oa,d!==null)switch(d.tag){case 27:case 5:s=d.memoizedProps}n[sn]=l,n=!!(n.nodeValue===o||s!==null&&s.suppressHydrationWarning===!0||k2(n.nodeValue,o)),n||bo(l,!0)}else n=pu(n).createTextNode(s),n[sn]=l,l.stateNode=n}return xt(l),null;case 31:if(o=l.memoizedState,n===null||n.memoizedState!==null){if(s=Si(l),o!==null){if(n===null){if(!s)throw Error(y(318));if(n=l.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(y(557));n[sn]=l}else Zs(),(l.flags&128)===0&&(l.memoizedState=null),l.flags|=4;xt(l),n=!1}else o=Ep(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=o),n=!0;if(!n)return l.flags&256?(hl(l),l):(hl(l),null);if((l.flags&128)!==0)throw Error(y(558))}return xt(l),null;case 13:if(s=l.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(d=Si(l),s!==null&&s.dehydrated!==null){if(n===null){if(!d)throw Error(y(318));if(d=l.memoizedState,d=d!==null?d.dehydrated:null,!d)throw Error(y(317));d[sn]=l}else Zs(),(l.flags&128)===0&&(l.memoizedState=null),l.flags|=4;xt(l),d=!1}else d=Ep(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=d),d=!0;if(!d)return l.flags&256?(hl(l),l):(hl(l),null)}return hl(l),(l.flags&128)!==0?(l.lanes=o,l):(o=s!==null,n=n!==null&&n.memoizedState!==null,o&&(s=l.child,d=null,s.alternate!==null&&s.alternate.memoizedState!==null&&s.alternate.memoizedState.cachePool!==null&&(d=s.alternate.memoizedState.cachePool.pool),m=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(m=s.memoizedState.cachePool.pool),m!==d&&(s.flags|=2048)),o!==n&&o&&(l.child.flags|=8192),Pa(l,l.updateQueue),xt(l),null);case 4:return Ot(),n===null&&Vr(l.stateNode.containerInfo),xt(l),null;case 10:return qo(l.type),xt(l),null;case 19:if(Z(Ln),s=l.memoizedState,s===null)return xt(l),null;if(d=(l.flags&128)!==0,m=s.rendering,m===null)if(d)xr(s,!1);else{if(Nn!==0||n!==null&&(n.flags&128)!==0)for(n=l.child;n!==null;){if(m=br(n),m!==null){for(l.flags|=128,xr(s,!1),n=m.updateQueue,l.updateQueue=n,Pa(l,n),l.subtreeFlags=0,n=o,o=l.child;o!==null;)Ap(o,n),o=o.sibling;return Te(Ln,Ln.current&1|2),$t&&vo(l,s.treeForkCount),l.child}n=n.sibling}s.tail!==null&&Ve()>hn&&(l.flags|=128,d=!0,xr(s,!1),l.lanes=4194304)}else{if(!d)if(n=br(m),n!==null){if(l.flags|=128,d=!0,n=n.updateQueue,l.updateQueue=n,Pa(l,n),xr(s,!0),s.tail===null&&s.tailMode==="hidden"&&!m.alternate&&!$t)return xt(l),null}else 2*Ve()-s.renderingStartTime>hn&&o!==536870912&&(l.flags|=128,d=!0,xr(s,!1),l.lanes=4194304);s.isBackwards?(m.sibling=l.child,l.child=m):(n=s.last,n!==null?n.sibling=m:l.child=m,s.last=m)}return s.tail!==null?(n=s.tail,s.rendering=n,s.tail=n.sibling,s.renderingStartTime=Ve(),n.sibling=null,o=Ln.current,Te(Ln,d?o&1|2:o&1),$t&&vo(l,s.treeForkCount),n):(xt(l),null);case 22:case 23:return hl(l),gr(),s=l.memoizedState!==null,n!==null?n.memoizedState!==null!==s&&(l.flags|=8192):s&&(l.flags|=8192),s?(o&536870912)!==0&&(l.flags&128)===0&&(xt(l),l.subtreeFlags&6&&(l.flags|=8192)):xt(l),o=l.updateQueue,o!==null&&Pa(l,o.retryQueue),o=null,n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(o=n.memoizedState.cachePool.pool),s=null,l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(s=l.memoizedState.cachePool.pool),s!==o&&(l.flags|=2048),n!==null&&Z(Gl),null;case 24:return o=null,n!==null&&(o=n.memoizedState.cache),l.memoizedState.cache!==o&&(l.flags|=2048),qo(oa),xt(l),null;case 25:return null;case 30:return null}throw Error(y(156,l.tag))}function jy(n,l){switch(J0(l),l.tag){case 1:return n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 3:return qo(oa),Ot(),n=l.flags,(n&65536)!==0&&(n&128)===0?(l.flags=n&-65537|128,l):null;case 26:case 27:case 5:return Xe(l),null;case 31:if(l.memoizedState!==null){if(hl(l),l.alternate===null)throw Error(y(340));Zs()}return n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 13:if(hl(l),n=l.memoizedState,n!==null&&n.dehydrated!==null){if(l.alternate===null)throw Error(y(340));Zs()}return n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 19:return Z(Ln),null;case 4:return Ot(),null;case 10:return qo(l.type),null;case 22:case 23:return hl(l),gr(),n!==null&&Z(Gl),n=l.flags,n&65536?(l.flags=n&-65537|128,l):null;case 24:return qo(oa),null;case 25:return null;default:return null}}function Yy(n,l){switch(J0(l),l.tag){case 3:qo(oa),Ot();break;case 26:case 27:case 5:Xe(l);break;case 4:Ot();break;case 31:l.memoizedState!==null&&hl(l);break;case 13:hl(l);break;case 19:Z(Ln);break;case 10:qo(l.type);break;case 22:case 23:hl(l),gr(),n!==null&&Z(Gl);break;case 24:qo(oa)}}function So(n,l){try{var o=l.updateQueue,s=o!==null?o.lastEffect:null;if(s!==null){var d=s.next;o=d;do{if((o.tag&n)===n){s=void 0;var m=o.create,A=o.inst;s=m(),A.destroy=s}o=o.next}while(o!==d)}}catch(D){bn(l,l.return,D)}}function Zl(n,l,o){try{var s=l.updateQueue,d=s!==null?s.lastEffect:null;if(d!==null){var m=d.next;s=m;do{if((s.tag&n)===n){var A=s.inst,D=A.destroy;if(D!==void 0){A.destroy=void 0,d=l;var J=o,he=D;try{he()}catch(xe){bn(d,J,xe)}}}s=s.next}while(s!==m)}}catch(xe){bn(l,l.return,xe)}}function Cm(n){var l=n.updateQueue;if(l!==null){var o=n.stateNode;try{lu(l,o)}catch(s){bn(n,n.return,s)}}}function fu(n,l,o){o.props=su(n.type,n.memoizedProps),o.state=n.memoizedState;try{o.componentWillUnmount()}catch(s){bn(n,l,s)}}function Mi(n,l){try{var o=n.ref;if(o!==null){switch(n.tag){case 26:case 27:case 5:var s=n.stateNode;break;case 30:s=n.stateNode;break;default:s=n.stateNode}typeof o=="function"?n.refCleanup=o(s):o.current=s}}catch(d){bn(n,l,d)}}function Xo(n,l){var o=n.ref,s=n.refCleanup;if(o!==null)if(typeof s=="function")try{s()}catch(d){bn(n,l,d)}finally{n.refCleanup=null,n=n.alternate,n!=null&&(n.refCleanup=null)}else if(typeof o=="function")try{o(null)}catch(d){bn(n,l,d)}else o.current=null}function c2(n){var l=n.type,o=n.memoizedProps,s=n.stateNode;try{e:switch(l){case"button":case"input":case"select":case"textarea":o.autoFocus&&s.focus();break e;case"img":o.src?s.src=o.src:o.srcSet&&(s.srcset=o.srcSet)}}catch(d){bn(n,n.return,d)}}function Om(n,l,o){try{var s=n.stateNode;U2(s,n.type,o,l),s[qa]=l}catch(d){bn(n,n.return,d)}}function r2(n){return n.tag===5||n.tag===3||n.tag===26||n.tag===27&&Ko(n.type)||n.tag===4}function Rr(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||r2(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.tag===27&&Ko(n.type)||n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function Dr(n,l,o){var s=n.tag;if(s===5||s===6)n=n.stateNode,l?(o.nodeType===9?o.body:o.nodeName==="HTML"?o.ownerDocument.body:o).insertBefore(n,l):(l=o.nodeType===9?o.body:o.nodeName==="HTML"?o.ownerDocument.body:o,l.appendChild(n),o=o._reactRootContainer,o!=null||l.onclick!==null||(l.onclick=Hl));else if(s!==4&&(s===27&&Ko(n.type)&&(o=n.stateNode,l=null),n=n.child,n!==null))for(Dr(n,l,o),n=n.sibling;n!==null;)Dr(n,l,o),n=n.sibling}function Nr(n,l,o){var s=n.tag;if(s===5||s===6)n=n.stateNode,l?o.insertBefore(n,l):o.appendChild(n);else if(s!==4&&(s===27&&Ko(n.type)&&(o=n.stateNode),n=n.child,n!==null))for(Nr(n,l,o),n=n.sibling;n!==null;)Nr(n,l,o),n=n.sibling}function f2(n){var l=n.stateNode,o=n.memoizedProps;try{for(var s=n.type,d=l.attributes;d.length;)l.removeAttributeNode(d[0]);Va(l,s,o),l[sn]=n,l[qa]=o}catch(m){bn(n,n.return,m)}}var As=!1,ma=!1,xm=!1,d2=typeof WeakSet=="function"?WeakSet:Set,Na=null;function Mr(n,l){if(n=n.containerInfo,Jm=ba,n=Is(n),Xf(n)){if("selectionStart"in n)var o={start:n.selectionStart,end:n.selectionEnd};else e:{o=(o=n.ownerDocument)&&o.defaultView||window;var s=o.getSelection&&o.getSelection();if(s&&s.rangeCount!==0){o=s.anchorNode;var d=s.anchorOffset,m=s.focusNode;s=s.focusOffset;try{o.nodeType,m.nodeType}catch{o=null;break e}var A=0,D=-1,J=-1,he=0,xe=0,Ue=n,pe=null;t:for(;;){for(var Se;Ue!==o||d!==0&&Ue.nodeType!==3||(D=A+d),Ue!==m||s!==0&&Ue.nodeType!==3||(J=A+s),Ue.nodeType===3&&(A+=Ue.nodeValue.length),(Se=Ue.firstChild)!==null;)pe=Ue,Ue=Se;for(;;){if(Ue===n)break t;if(pe===o&&++he===d&&(D=A),pe===m&&++xe===s&&(J=A),(Se=Ue.nextSibling)!==null)break;Ue=pe,pe=Ue.parentNode}Ue=Se}o=D===-1||J===-1?null:{start:D,end:J}}else o=null}o=o||{start:0,end:0}}else o=null;for(Fm={focusedElem:n,selectionRange:o},ba=!1,Na=l;Na!==null;)if(l=Na,n=l.child,(l.subtreeFlags&1028)!==0&&n!==null)n.return=l,Na=n;else for(;Na!==null;){switch(l=Na,m=l.alternate,n=l.flags,l.tag){case 0:if((n&4)!==0&&(n=l.updateQueue,n=n!==null?n.events:null,n!==null))for(o=0;o<n.length;o++)d=n[o],d.ref.impl=d.nextImpl;break;case 11:case 15:break;case 1:if((n&1024)!==0&&m!==null){n=void 0,o=l,d=m.memoizedProps,m=m.memoizedState,s=o.stateNode;try{var dt=su(o.type,d);n=s.getSnapshotBeforeUpdate(dt,m),s.__reactInternalSnapshotBeforeUpdate=n}catch(St){bn(o,o.return,St)}}break;case 3:if((n&1024)!==0){if(n=l.stateNode.containerInfo,o=n.nodeType,o===9)Gd(n);else if(o===1)switch(n.nodeName){case"HEAD":case"HTML":case"BODY":Gd(n);break;default:n.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((n&1024)!==0)throw Error(y(163))}if(n=l.sibling,n!==null){n.return=l.return,Na=n;break}Na=l.return}}function Cd(n,l,o){var s=o.flags;switch(o.tag){case 0:case 11:case 15:Ss(n,o),s&4&&So(5,o);break;case 1:if(Ss(n,o),s&4)if(n=o.stateNode,l===null)try{n.componentDidMount()}catch(A){bn(o,o.return,A)}else{var d=su(o.type,l.memoizedProps);l=l.memoizedState;try{n.componentDidUpdate(d,l,n.__reactInternalSnapshotBeforeUpdate)}catch(A){bn(o,o.return,A)}}s&64&&Cm(o),s&512&&Mi(o,o.return);break;case 3:if(Ss(n,o),s&64&&(n=o.updateQueue,n!==null)){if(l=null,o.child!==null)switch(o.child.tag){case 27:case 5:l=o.child.stateNode;break;case 1:l=o.child.stateNode}try{lu(n,l)}catch(A){bn(o,o.return,A)}}break;case 27:l===null&&s&4&&f2(o);case 26:case 5:Ss(n,o),l===null&&s&4&&c2(o),s&512&&Mi(o,o.return);break;case 12:Ss(n,o);break;case 31:Ss(n,o),s&4&&qy(n,o);break;case 13:Ss(n,o),s&4&&p2(n,o),s&64&&(n=o.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&(o=Kl.bind(null,o),Xr(n,o))));break;case 22:if(s=o.memoizedState!==null||As,!s){l=l!==null&&l.memoizedState!==null||ma,d=As;var m=ma;As=s,(ma=l)&&!m?Io(n,o,(o.subtreeFlags&8772)!==0):Ss(n,o),As=d,ma=m}break;case 30:break;default:Ss(n,o)}}function m2(n){var l=n.alternate;l!==null&&(n.alternate=null,m2(l)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(l=n.stateNode,l!==null&&Fc(l)),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}var Dn=null,gl=!1;function ki(n,l,o){for(o=o.child;o!==null;)h2(n,l,o),o=o.sibling}function h2(n,l,o){if(at&&typeof at.onCommitFiberUnmount=="function")try{at.onCommitFiberUnmount(ve,o)}catch{}switch(o.tag){case 26:ma||Xo(o,l),ki(n,l,o),o.memoizedState?o.memoizedState.count--:o.stateNode&&(o=o.stateNode,o.parentNode.removeChild(o));break;case 27:ma||Xo(o,l);var s=Dn,d=gl;Ko(o.type)&&(Dn=o.stateNode,gl=!1),ki(n,l,o),vc(o.stateNode),Dn=s,gl=d;break;case 5:ma||Xo(o,l);case 6:if(s=Dn,d=gl,Dn=null,ki(n,l,o),Dn=s,gl=d,Dn!==null)if(gl)try{(Dn.nodeType===9?Dn.body:Dn.nodeName==="HTML"?Dn.ownerDocument.body:Dn).removeChild(o.stateNode)}catch(m){bn(o,l,m)}else try{Dn.removeChild(o.stateNode)}catch(m){bn(o,l,m)}break;case 18:Dn!==null&&(gl?(n=Dn,L2(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,o.stateNode),nf(n)):L2(Dn,o.stateNode));break;case 4:s=Dn,d=gl,Dn=o.stateNode.containerInfo,gl=!0,ki(n,l,o),Dn=s,gl=d;break;case 0:case 11:case 14:case 15:Zl(2,o,l),ma||Zl(4,o,l),ki(n,l,o);break;case 1:ma||(Xo(o,l),s=o.stateNode,typeof s.componentWillUnmount=="function"&&fu(o,l,s)),ki(n,l,o);break;case 21:ki(n,l,o);break;case 22:ma=(s=ma)||o.memoizedState!==null,ki(n,l,o),ma=s;break;default:ki(n,l,o)}}function qy(n,l){if(l.memoizedState===null&&(n=l.alternate,n!==null&&(n=n.memoizedState,n!==null))){n=n.dehydrated;try{nf(n)}catch(o){bn(l,l.return,o)}}}function p2(n,l){if(l.memoizedState===null&&(n=l.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null))))try{nf(n)}catch(o){bn(l,l.return,o)}}function Od(n){switch(n.tag){case 31:case 13:case 19:var l=n.stateNode;return l===null&&(l=n.stateNode=new d2),l;case 22:return n=n.stateNode,l=n._retryCache,l===null&&(l=n._retryCache=new d2),l;default:throw Error(y(435,n.tag))}}function xd(n,l){var o=Od(n);l.forEach(function(s){if(!o.has(s)){o.add(s);var d=ug.bind(null,n,s);s.then(d,d)}})}function vl(n,l){var o=l.deletions;if(o!==null)for(var s=0;s<o.length;s++){var d=o[s],m=n,A=l,D=A;e:for(;D!==null;){switch(D.tag){case 27:if(Ko(D.type)){Dn=D.stateNode,gl=!1;break e}break;case 5:Dn=D.stateNode,gl=!1;break e;case 3:case 4:Dn=D.stateNode.containerInfo,gl=!0;break e}D=D.return}if(Dn===null)throw Error(y(160));h2(m,A,d),Dn=null,gl=!1,m=d.alternate,m!==null&&(m.return=null),d.return=null}if(l.subtreeFlags&13886)for(l=l.child;l!==null;)Rm(l,n),l=l.sibling}var jt=null;function Rm(n,l){var o=n.alternate,s=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:vl(l,n),Dl(n),s&4&&(Zl(3,n,n.return),So(3,n),Zl(5,n,n.return));break;case 1:vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),s&64&&As&&(n=n.updateQueue,n!==null&&(s=n.callbacks,s!==null&&(o=n.shared.hiddenCallbacks,n.shared.hiddenCallbacks=o===null?s:o.concat(s))));break;case 26:var d=jt;if(vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),s&4){var m=o!==null?o.memoizedState:null;if(s=n.memoizedState,o===null)if(s===null)if(n.stateNode===null){e:{s=n.type,o=n.memoizedProps,d=d.ownerDocument||d;t:switch(s){case"title":m=d.getElementsByTagName("title")[0],(!m||m[_l]||m[sn]||m.namespaceURI==="http://www.w3.org/2000/svg"||m.hasAttribute("itemprop"))&&(m=d.createElement(s),d.head.insertBefore(m,d.querySelector("head > title"))),Va(m,s,o),m[sn]=n,rn(m),s=m;break e;case"link":var A=G2("link","href",d).get(s+(o.href||""));if(A){for(var D=0;D<A.length;D++)if(m=A[D],m.getAttribute("href")===(o.href==null||o.href===""?null:o.href)&&m.getAttribute("rel")===(o.rel==null?null:o.rel)&&m.getAttribute("title")===(o.title==null?null:o.title)&&m.getAttribute("crossorigin")===(o.crossOrigin==null?null:o.crossOrigin)){A.splice(D,1);break t}}m=d.createElement(s),Va(m,s,o),d.head.appendChild(m);break;case"meta":if(A=G2("meta","content",d).get(s+(o.content||""))){for(D=0;D<A.length;D++)if(m=A[D],m.getAttribute("content")===(o.content==null?null:""+o.content)&&m.getAttribute("name")===(o.name==null?null:o.name)&&m.getAttribute("property")===(o.property==null?null:o.property)&&m.getAttribute("http-equiv")===(o.httpEquiv==null?null:o.httpEquiv)&&m.getAttribute("charset")===(o.charSet==null?null:o.charSet)){A.splice(D,1);break t}}m=d.createElement(s),Va(m,s,o),d.head.appendChild(m);break;default:throw Error(y(468,s))}m[sn]=n,rn(m),s=m}n.stateNode=s}else Pm(d,n.type,n.stateNode);else n.stateNode=q2(d,s,n.memoizedProps);else m!==s?(m===null?o.stateNode!==null&&(o=o.stateNode,o.parentNode.removeChild(o)):m.count--,s===null?Pm(d,n.type,n.stateNode):q2(d,s,n.memoizedProps)):s===null&&n.stateNode!==null&&Om(n,n.memoizedProps,o.memoizedProps)}break;case 27:vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),o!==null&&s&4&&Om(n,n.memoizedProps,o.memoizedProps);break;case 5:if(vl(l,n),Dl(n),s&512&&(ma||o===null||Xo(o,o.return)),n.flags&32){d=n.stateNode;try{co(d,"")}catch(dt){bn(n,n.return,dt)}}s&4&&n.stateNode!=null&&(d=n.memoizedProps,Om(n,d,o!==null?o.memoizedProps:d)),s&1024&&(xm=!0);break;case 6:if(vl(l,n),Dl(n),s&4){if(n.stateNode===null)throw Error(y(162));s=n.memoizedProps,o=n.stateNode;try{o.nodeValue=s}catch(dt){bn(n,n.return,dt)}}break;case 3:if(Wr=null,d=jt,jt=el(l.containerInfo),vl(l,n),jt=d,Dl(n),s&4&&o!==null&&o.memoizedState.isDehydrated)try{nf(l.containerInfo)}catch(dt){bn(n,n.return,dt)}xm&&(xm=!1,y2(n));break;case 4:s=jt,jt=el(n.stateNode.containerInfo),vl(l,n),Dl(n),jt=s;break;case 12:vl(l,n),Dl(n);break;case 31:vl(l,n),Dl(n),s&4&&(s=n.updateQueue,s!==null&&(n.updateQueue=null,xd(n,s)));break;case 13:vl(l,n),Dl(n),n.child.flags&8192&&n.memoizedState!==null!=(o!==null&&o.memoizedState!==null)&&(Zo=Ve()),s&4&&(s=n.updateQueue,s!==null&&(n.updateQueue=null,xd(n,s)));break;case 22:d=n.memoizedState!==null;var J=o!==null&&o.memoizedState!==null,he=As,xe=ma;if(As=he||d,ma=xe||J,vl(l,n),ma=xe,As=he,Dl(n),s&8192)e:for(l=n.stateNode,l._visibility=d?l._visibility&-2:l._visibility|1,d&&(o===null||J||As||ma||fc(n)),o=null,l=n;;){if(l.tag===5||l.tag===26){if(o===null){J=o=l;try{if(m=J.stateNode,d)A=m.style,typeof A.setProperty=="function"?A.setProperty("display","none","important"):A.display="none";else{D=J.stateNode;var Ue=J.memoizedProps.style,pe=Ue!=null&&Ue.hasOwnProperty("display")?Ue.display:null;D.style.display=pe==null||typeof pe=="boolean"?"":(""+pe).trim()}}catch(dt){bn(J,J.return,dt)}}}else if(l.tag===6){if(o===null){J=l;try{J.stateNode.nodeValue=d?"":J.memoizedProps}catch(dt){bn(J,J.return,dt)}}}else if(l.tag===18){if(o===null){J=l;try{var Se=J.stateNode;d?ua(Se,!0):ua(J.stateNode,!1)}catch(dt){bn(J,J.return,dt)}}}else if((l.tag!==22&&l.tag!==23||l.memoizedState===null||l===n)&&l.child!==null){l.child.return=l,l=l.child;continue}if(l===n)break e;for(;l.sibling===null;){if(l.return===null||l.return===n)break e;o===l&&(o=null),l=l.return}o===l&&(o=null),l.sibling.return=l.return,l=l.sibling}s&4&&(s=n.updateQueue,s!==null&&(o=s.retryQueue,o!==null&&(s.retryQueue=null,xd(n,o))));break;case 19:vl(l,n),Dl(n),s&4&&(s=n.updateQueue,s!==null&&(n.updateQueue=null,xd(n,s)));break;case 30:break;case 21:break;default:vl(l,n),Dl(n)}}function Dl(n){var l=n.flags;if(l&2){try{for(var o,s=n.return;s!==null;){if(r2(s)){o=s;break}s=s.return}if(o==null)throw Error(y(160));switch(o.tag){case 27:var d=o.stateNode,m=Rr(n);Nr(n,m,d);break;case 5:var A=o.stateNode;o.flags&32&&(co(A,""),o.flags&=-33);var D=Rr(n);Nr(n,D,A);break;case 3:case 4:var J=o.stateNode.containerInfo,he=Rr(n);Dr(n,he,J);break;default:throw Error(y(161))}}catch(xe){bn(n,n.return,xe)}n.flags&=-3}l&4096&&(n.flags&=-4097)}function y2(n){if(n.subtreeFlags&1024)for(n=n.child;n!==null;){var l=n;y2(l),l.tag===5&&l.flags&1024&&l.stateNode.reset(),n=n.sibling}}function Ss(n,l){if(l.subtreeFlags&8772)for(l=l.child;l!==null;)Cd(n,l.alternate,l),l=l.sibling}function fc(n){for(n=n.child;n!==null;){var l=n;switch(l.tag){case 0:case 11:case 14:case 15:Zl(4,l,l.return),fc(l);break;case 1:Xo(l,l.return);var o=l.stateNode;typeof o.componentWillUnmount=="function"&&fu(l,l.return,o),fc(l);break;case 27:vc(l.stateNode);case 26:case 5:Xo(l,l.return),fc(l);break;case 22:l.memoizedState===null&&fc(l);break;case 30:fc(l);break;default:fc(l)}n=n.sibling}}function Io(n,l,o){for(o=o&&(l.subtreeFlags&8772)!==0,l=l.child;l!==null;){var s=l.alternate,d=n,m=l,A=m.flags;switch(m.tag){case 0:case 11:case 15:Io(d,m,o),So(4,m);break;case 1:if(Io(d,m,o),s=m,d=s.stateNode,typeof d.componentDidMount=="function")try{d.componentDidMount()}catch(he){bn(s,s.return,he)}if(s=m,d=s.updateQueue,d!==null){var D=s.stateNode;try{var J=d.shared.hiddenCallbacks;if(J!==null)for(d.shared.hiddenCallbacks=null,d=0;d<J.length;d++)P0(J[d],D)}catch(he){bn(s,s.return,he)}}o&&A&64&&Cm(m),Mi(m,m.return);break;case 27:f2(m);case 26:case 5:Io(d,m,o),o&&s===null&&A&4&&c2(m),Mi(m,m.return);break;case 12:Io(d,m,o);break;case 31:Io(d,m,o),o&&A&4&&qy(d,m);break;case 13:Io(d,m,o),o&&A&4&&p2(d,m);break;case 22:m.memoizedState===null&&Io(d,m,o),Mi(m,m.return);break;case 30:break;default:Io(d,m,o)}l=l.sibling}}function Dm(n,l){var o=null;n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(o=n.memoizedState.cachePool.pool),n=null,l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(n=l.memoizedState.cachePool.pool),n!==o&&(n!=null&&n.refCount++,o!=null&&td(o))}function Nm(n,l){n=null,l.alternate!==null&&(n=l.alternate.memoizedState.cache),l=l.memoizedState.cache,l!==n&&(l.refCount++,n!=null&&td(n))}function To(n,l,o,s){if(l.subtreeFlags&10256)for(l=l.child;l!==null;)kr(n,l,o,s),l=l.sibling}function kr(n,l,o,s){var d=l.flags;switch(l.tag){case 0:case 11:case 15:To(n,l,o,s),d&2048&&So(9,l);break;case 1:To(n,l,o,s);break;case 3:To(n,l,o,s),d&2048&&(n=null,l.alternate!==null&&(n=l.alternate.memoizedState.cache),l=l.memoizedState.cache,l!==n&&(l.refCount++,n!=null&&td(n)));break;case 12:if(d&2048){To(n,l,o,s),n=l.stateNode;try{var m=l.memoizedProps,A=m.id,D=m.onPostCommit;typeof D=="function"&&D(A,l.alternate===null?"mount":"update",n.passiveEffectDuration,-0)}catch(J){bn(l,l.return,J)}}else To(n,l,o,s);break;case 31:To(n,l,o,s);break;case 13:To(n,l,o,s);break;case 23:break;case 22:m=l.stateNode,A=l.alternate,l.memoizedState!==null?m._visibility&2?To(n,l,o,s):Rd(n,l):m._visibility&2?To(n,l,o,s):(m._visibility|=2,Br(n,l,o,s,(l.subtreeFlags&10256)!==0||!1)),d&2048&&Dm(A,l);break;case 24:To(n,l,o,s),d&2048&&Nm(l.alternate,l);break;default:To(n,l,o,s)}}function Br(n,l,o,s,d){for(d=d&&((l.subtreeFlags&10256)!==0||!1),l=l.child;l!==null;){var m=n,A=l,D=o,J=s,he=A.flags;switch(A.tag){case 0:case 11:case 15:Br(m,A,D,J,d),So(8,A);break;case 23:break;case 22:var xe=A.stateNode;A.memoizedState!==null?xe._visibility&2?Br(m,A,D,J,d):Rd(m,A):(xe._visibility|=2,Br(m,A,D,J,d)),d&&he&2048&&Dm(A.alternate,A);break;case 24:Br(m,A,D,J,d),d&&he&2048&&Nm(A.alternate,A);break;default:Br(m,A,D,J,d)}l=l.sibling}}function Rd(n,l){if(l.subtreeFlags&10256)for(l=l.child;l!==null;){var o=n,s=l,d=s.flags;switch(s.tag){case 22:Rd(o,s),d&2048&&Dm(s.alternate,s);break;case 24:Rd(o,s),d&2048&&Nm(s.alternate,s);break;default:Rd(o,s)}l=l.sibling}}var Nl=8192;function Bi(n,l,o){if(n.subtreeFlags&Nl)for(n=n.child;n!==null;)Gy(n,l,o),n=n.sibling}function Gy(n,l,o){switch(n.tag){case 26:Bi(n,l,o),n.flags&Nl&&n.memoizedState!==null&&Li(o,jt,n.memoizedState,n.memoizedProps);break;case 5:Bi(n,l,o);break;case 3:case 4:var s=jt;jt=el(n.stateNode.containerInfo),Bi(n,l,o),jt=s;break;case 22:n.memoizedState===null&&(s=n.alternate,s!==null&&s.memoizedState!==null?(s=Nl,Nl=16777216,Bi(n,l,o),Nl=s):Bi(n,l,o));break;default:Bi(n,l,o)}}function Mm(n){var l=n.alternate;if(l!==null&&(n=l.child,n!==null)){l.child=null;do l=n.sibling,n.sibling=null,n=l;while(n!==null)}}function Ur(n){var l=n.deletions;if((n.flags&16)!==0){if(l!==null)for(var o=0;o<l.length;o++){var s=l[o];Na=s,km(s,n)}Mm(n)}if(n.subtreeFlags&10256)for(n=n.child;n!==null;)g2(n),n=n.sibling}function g2(n){switch(n.tag){case 0:case 11:case 15:Ur(n),n.flags&2048&&Zl(9,n,n.return);break;case 3:Ur(n);break;case 12:Ur(n);break;case 22:var l=n.stateNode;n.memoizedState!==null&&l._visibility&2&&(n.return===null||n.return.tag!==13)?(l._visibility&=-3,Dd(n)):Ur(n);break;default:Ur(n)}}function Dd(n){var l=n.deletions;if((n.flags&16)!==0){if(l!==null)for(var o=0;o<l.length;o++){var s=l[o];Na=s,km(s,n)}Mm(n)}for(n=n.child;n!==null;){switch(l=n,l.tag){case 0:case 11:case 15:Zl(8,l,l.return),Dd(l);break;case 22:o=l.stateNode,o._visibility&2&&(o._visibility&=-3,Dd(l));break;default:Dd(l)}n=n.sibling}}function km(n,l){for(;Na!==null;){var o=Na;switch(o.tag){case 0:case 11:case 15:Zl(8,o,l);break;case 23:case 22:if(o.memoizedState!==null&&o.memoizedState.cachePool!==null){var s=o.memoizedState.cachePool.pool;s!=null&&s.refCount++}break;case 24:td(o.memoizedState.cache)}if(s=o.child,s!==null)s.return=o,Na=s;else e:for(o=n;Na!==null;){s=Na;var d=s.sibling,m=s.return;if(m2(s),s===o){Na=null;break e}if(d!==null){d.return=m,Na=d;break e}Na=m}}}var Vy={getCacheForType:function(n){var l=_e(oa),o=l.data.get(n);return o===void 0&&(o=n(),l.data.set(n,o)),o},cacheSignal:function(){return _e(oa).controller.signal}},v2=typeof WeakMap=="function"?WeakMap:Map,fn=0,Sn=null,Pt=null,Ft=0,vn=0,wt=null,Ui=!1,du=!1,Bm=!1,Jo=0,Nn=0,Fo=0,dc=0,Um=0,bl=0,In=0,Nd=null,Jn=null,zm=!1,Zo=0,b2=0,hn=1/0,zr=null,jn=null,va=0,Ts=null,mu=null,zi=0,Ml=0,_m=null,Hm=null,_r=0,Md=null;function kl(){return(fn&2)!==0&&Ft!==0?Ft&-Ft:E.T!==null?Gm():Do()}function Qy(){if(bl===0)if((Ft&536870912)===0||$t){var n=oe;oe<<=1,(oe&3932160)===0&&(oe=262144),bl=n}else bl=536870912;return n=ml.current,n!==null&&(n.flags|=32),bl}function Al(n,l,o){(n===Sn&&(vn===2||vn===9)||n.cancelPendingCommit!==null)&&(_i(n,0),ws(n,Ft,bl,!1)),Zn(n,o),((fn&2)===0||n!==Sn)&&(n===Sn&&((fn&2)===0&&(dc|=o),Nn===4&&ws(n,Ft,bl,!1)),Hi(n))}function Xy(n,l,o){if((fn&6)!==0)throw Error(y(327));var s=!o&&(l&127)===0&&(l&n.expiredLanes)===0||st(n,l),d=s?Ky(n,l):jm(n,l,!0),m=s;do{if(d===0){du&&!s&&ws(n,l,0,!1);break}else{if(o=n.current.alternate,m&&!Iy(o)){d=jm(n,l,!1),m=!1;continue}if(d===2){if(m=l,n.errorRecoveryDisabledLanes&m)var A=0;else A=n.pendingLanes&-536870913,A=A!==0?A:A&536870912?536870912:0;if(A!==0){l=A;e:{var D=n;d=Nd;var J=D.current.memoizedState.isDehydrated;if(J&&(_i(D,A).flags|=256),A=jm(D,A,!1),A!==2){if(Bm&&!J){D.errorRecoveryDisabledLanes|=m,dc|=m,d=4;break e}m=Jn,Jn=d,m!==null&&(Jn===null?Jn=m:Jn.push.apply(Jn,m))}d=A}if(m=!1,d!==2)continue}}if(d===1){_i(n,0),ws(n,l,0,!0);break}e:{switch(s=n,m=d,m){case 0:case 1:throw Error(y(345));case 4:if((l&4194048)!==l)break;case 6:ws(s,l,bl,!Ui);break e;case 2:Jn=null;break;case 3:case 5:break;default:throw Error(y(329))}if((l&62914560)===l&&(d=Zo+300-Ve(),10<d)){if(ws(s,l,bl,!Ui),Be(s,0,!0)!==0)break e;zi=l,s.timeoutHandle=qd(kd.bind(null,s,o,Jn,zr,zm,l,bl,dc,In,Ui,m,"Throttled",-0,0),d);break e}kd(s,o,Jn,zr,zm,l,bl,dc,In,Ui,m,null,-0,0)}}break}while(!0);Hi(n)}function kd(n,l,o,s,d,m,A,D,J,he,xe,Ue,pe,Se){if(n.timeoutHandle=-1,Ue=l.subtreeFlags,Ue&8192||(Ue&16785408)===16785408){Ue={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Hl},Gy(l,m,Ue);var dt=(m&62914560)===m?Zo-Ve():(m&4194048)===m?b2-Ve():0;if(dt=Q2(Ue,dt),dt!==null){zi=m,n.cancelPendingCommit=dt(eg.bind(null,n,l,m,o,s,d,A,D,J,xe,Ue,null,pe,Se)),ws(n,m,A,!he);return}}eg(n,l,m,o,s,d,A,D,J)}function Iy(n){for(var l=n;;){var o=l.tag;if((o===0||o===11||o===15)&&l.flags&16384&&(o=l.updateQueue,o!==null&&(o=o.stores,o!==null)))for(var s=0;s<o.length;s++){var d=o[s],m=d.getSnapshot;d=d.value;try{if(!$a(m(),d))return!1}catch{return!1}}if(o=l.child,l.subtreeFlags&16384&&o!==null)o.return=l,l=o;else{if(l===n)break;for(;l.sibling===null;){if(l.return===null||l.return===n)return!0;l=l.return}l.sibling.return=l.return,l=l.sibling}}return!0}function ws(n,l,o,s){l&=~Um,l&=~dc,n.suspendedLanes|=l,n.pingedLanes&=~l,s&&(n.warmLanes|=l),s=n.expirationTimes;for(var d=l;0<d;){var m=31-mt(d),A=1<<m;s[m]=-1,d&=~A}o!==0&&Za(n,o,l)}function Hr(){return(fn&6)===0?(Cs(0),!1):!0}function A2(){if(Pt!==null){if(vn===0)var n=Pt.return;else n=Pt,Yo=ds=null,fd(n),eu=null,ec=0,n=Pt;for(;n!==null;)Yy(n.alternate,n),n=n.return;Pt=null}}function _i(n,l){var o=n.timeoutHandle;o!==-1&&(n.timeoutHandle=-1,yg(o)),o=n.cancelPendingCommit,o!==null&&(n.cancelPendingCommit=null,o()),zi=0,A2(),Sn=n,Pt=o=rs(n.current,null),Ft=l,vn=0,wt=null,Ui=!1,du=st(n,l),Bm=!1,In=bl=Um=dc=Fo=Nn=0,Jn=Nd=null,zm=!1,(l&8)!==0&&(l|=l&32);var s=n.entangledLanes;if(s!==0)for(n=n.entanglements,s&=l;0<s;){var d=31-mt(s),m=1<<d;l|=n[d],s&=~m}return Jo=l,Ll(),o}function Lr(n,l){zt=null,E.H=bd,l===Ws||l===pr?(l=Dp(),vn=3):l===$u?(l=Dp(),vn=4):vn=l===Am?8:l!==null&&typeof l=="object"&&typeof l.then=="function"?6:1,wt=l,Pt===null&&(Nn=1,Or(n,Yl(l,n.current)))}function Jy(){var n=ml.current;return n===null?!0:(Ft&4194048)===Ft?Xl===null:(Ft&62914560)===Ft||(Ft&536870912)!==0?n===Xl:!1}function Fy(){var n=E.H;return E.H=bd,n===null?bd:n}function Zy(){var n=E.A;return E.A=Vy,n}function Lm(){Nn=4,Ui||(Ft&4194048)!==Ft&&ml.current!==null||(du=!0),(Fo&134217727)===0&&(dc&134217727)===0||Sn===null||ws(Sn,Ft,bl,!1)}function jm(n,l,o){var s=fn;fn|=2;var d=Fy(),m=Zy();(Sn!==n||Ft!==l)&&(zr=null,_i(n,l)),l=!1;var A=Nn;e:do try{if(vn!==0&&Pt!==null){var D=Pt,J=wt;switch(vn){case 8:A2(),A=6;break e;case 3:case 2:case 9:case 6:ml.current===null&&(l=!0);var he=vn;if(vn=0,wt=null,mc(n,D,J,he),o&&du){A=0;break e}break;default:he=vn,vn=0,wt=null,mc(n,D,J,he)}}yb(),A=Nn;break}catch(xe){Lr(n,xe)}while(!0);return l&&n.shellSuspendCounter++,Yo=ds=null,fn=s,E.H=d,E.A=m,Pt===null&&(Sn=null,Ft=0,Ll()),A}function yb(){for(;Pt!==null;)Wy(Pt)}function Ky(n,l){var o=fn;fn|=2;var s=Fy(),d=Zy();Sn!==n||Ft!==l?(zr=null,hn=Ve()+500,_i(n,l)):du=st(n,l);e:do try{if(vn!==0&&Pt!==null){l=Pt;var m=wt;t:switch(vn){case 1:vn=0,wt=null,mc(n,l,m,1);break;case 2:case 9:if(xp(m)){vn=0,wt=null,$y(l);break}l=function(){vn!==2&&vn!==9||Sn!==n||(vn=7),Hi(n)},m.then(l,l);break e;case 3:vn=7;break e;case 4:vn=5;break e;case 7:xp(m)?(vn=0,wt=null,$y(l)):(vn=0,wt=null,mc(n,l,m,7));break;case 5:var A=null;switch(Pt.tag){case 26:A=Pt.memoizedState;case 5:case 27:var D=Pt;if(A?Ul(A):D.stateNode.complete){vn=0,wt=null;var J=D.sibling;if(J!==null)Pt=J;else{var he=D.return;he!==null?(Pt=he,Bd(he)):Pt=null}break t}}vn=0,wt=null,mc(n,l,m,5);break;case 6:vn=0,wt=null,mc(n,l,m,6);break;case 8:A2(),Nn=6;break e;default:throw Error(y(462))}}hu();break}catch(xe){Lr(n,xe)}while(!0);return Yo=ds=null,E.H=s,E.A=d,fn=o,Pt!==null?0:(Sn=null,Ft=0,Ll(),Nn)}function hu(){for(;Pt!==null&&!Je();)Wy(Pt)}function Wy(n){var l=i2(n.alternate,n,Jo);n.memoizedProps=n.pendingProps,l===null?Bd(n):Pt=l}function $y(n){var l=n,o=l.alternate;switch(l.tag){case 15:case 0:l=cu(o,l,l.pendingProps,l.type,void 0,Ft);break;case 11:l=cu(o,l,l.pendingProps,l.type.render,l.ref,Ft);break;case 5:fd(l);default:Yy(o,l),l=Pt=Ap(l,Jo),l=i2(o,l,Jo)}n.memoizedProps=n.pendingProps,l===null?Bd(n):Pt=l}function mc(n,l,o,s){Yo=ds=null,fd(l),eu=null,ec=0;var d=l.return;try{if(pb(n,d,l,o,Ft)){Nn=1,Or(n,Yl(o,n.current)),Pt=null;return}}catch(m){if(d!==null)throw Pt=d,m;Nn=1,Or(n,Yl(o,n.current)),Pt=null;return}l.flags&32768?($t||s===1?n=!0:du||(Ft&536870912)!==0?n=!1:(Ui=n=!0,(s===2||s===9||s===3||s===6)&&(s=ml.current,s!==null&&s.tag===13&&(s.flags|=16384))),Py(l,n)):Bd(l)}function Bd(n){var l=n;do{if((l.flags&32768)!==0){Py(l,Ui);return}n=l.return;var o=Ly(l.alternate,l,Jo);if(o!==null){Pt=o;return}if(l=l.sibling,l!==null){Pt=l;return}Pt=l=n}while(l!==null);Nn===0&&(Nn=5)}function Py(n,l){do{var o=jy(n.alternate,n);if(o!==null){o.flags&=32767,Pt=o;return}if(o=n.return,o!==null&&(o.flags|=32768,o.subtreeFlags=0,o.deletions=null),!l&&(n=n.sibling,n!==null)){Pt=n;return}Pt=n=o}while(n!==null);Nn=6,Pt=null}function eg(n,l,o,s,d,m,A,D,J){n.cancelPendingCommit=null;do jr();while(va!==0);if((fn&6)!==0)throw Error(y(327));if(l!==null){if(l===n.current)throw Error(y(177));if(m=l.lanes|l.childLanes,m|=yo,Qn(n,o,m,A,D,J),n===Sn&&(Pt=Sn=null,Ft=0),mu=l,Ts=n,zi=o,Ml=m,_m=d,Hm=s,(l.subtreeFlags&10256)!==0||(l.flags&10256)!==0?(n.callbackNode=null,n.callbackPriority=0,cg(He,function(){return og(),null})):(n.callbackNode=null,n.callbackPriority=0),s=(l.flags&13878)!==0,(l.subtreeFlags&13878)!==0||s){s=E.T,E.T=null,d=z.p,z.p=2,A=fn,fn|=4;try{Mr(n,l,o)}finally{fn=A,z.p=d,E.T=s}}va=1,tg(),ng(),ag()}}function tg(){if(va===1){va=0;var n=Ts,l=mu,o=(l.flags&13878)!==0;if((l.subtreeFlags&13878)!==0||o){o=E.T,E.T=null;var s=z.p;z.p=2;var d=fn;fn|=4;try{Rm(l,n);var m=Fm,A=Is(n.containerInfo),D=m.focusedElem,J=m.selectionRange;if(A!==D&&D&&D.ownerDocument&&Qu(D.ownerDocument.documentElement,D)){if(J!==null&&Xf(D)){var he=J.start,xe=J.end;if(xe===void 0&&(xe=he),"selectionStart"in D)D.selectionStart=he,D.selectionEnd=Math.min(xe,D.value.length);else{var Ue=D.ownerDocument||document,pe=Ue&&Ue.defaultView||window;if(pe.getSelection){var Se=pe.getSelection(),dt=D.textContent.length,St=Math.min(J.start,dt),wn=J.end===void 0?St:Math.min(J.end,dt);!Se.extend&&St>wn&&(A=wn,wn=St,St=A);var ce=vp(D,St),P=vp(D,wn);if(ce&&P&&(Se.rangeCount!==1||Se.anchorNode!==ce.node||Se.anchorOffset!==ce.offset||Se.focusNode!==P.node||Se.focusOffset!==P.offset)){var me=Ue.createRange();me.setStart(ce.node,ce.offset),Se.removeAllRanges(),St>wn?(Se.addRange(me),Se.extend(P.node,P.offset)):(me.setEnd(P.node,P.offset),Se.addRange(me))}}}}for(Ue=[],Se=D;Se=Se.parentNode;)Se.nodeType===1&&Ue.push({element:Se,left:Se.scrollLeft,top:Se.scrollTop});for(typeof D.focus=="function"&&D.focus(),D=0;D<Ue.length;D++){var ke=Ue[D];ke.element.scrollLeft=ke.left,ke.element.scrollTop=ke.top}}ba=!!Jm,Fm=Jm=null}finally{fn=d,z.p=s,E.T=o}}n.current=l,va=2}}function ng(){if(va===2){va=0;var n=Ts,l=mu,o=(l.flags&8772)!==0;if((l.subtreeFlags&8772)!==0||o){o=E.T,E.T=null;var s=z.p;z.p=2;var d=fn;fn|=4;try{Cd(n,l.alternate,l)}finally{fn=d,z.p=s,E.T=o}}va=3}}function ag(){if(va===4||va===3){va=0,Ye();var n=Ts,l=mu,o=zi,s=Hm;(l.subtreeFlags&10256)!==0||(l.flags&10256)!==0?va=5:(va=0,mu=Ts=null,lg(n,n.pendingLanes));var d=n.pendingLanes;if(d===0&&(jn=null),ts(o),l=l.stateNode,at&&typeof at.onCommitFiberRoot=="function")try{at.onCommitFiberRoot(ve,l,void 0,(l.current.flags&128)===128)}catch{}if(s!==null){l=E.T,d=z.p,z.p=2,E.T=null;try{for(var m=n.onRecoverableError,A=0;A<s.length;A++){var D=s[A];m(D.value,{componentStack:D.stack})}}finally{E.T=l,z.p=d}}(zi&3)!==0&&jr(),Hi(n),d=n.pendingLanes,(o&261930)!==0&&(d&42)!==0?n===Md?_r++:(_r=0,Md=n):_r=0,Cs(0)}}function lg(n,l){(n.pooledCacheLanes&=l)===0&&(l=n.pooledCache,l!=null&&(n.pooledCache=null,td(l)))}function jr(){return tg(),ng(),ag(),og()}function og(){if(va!==5)return!1;var n=Ts,l=Ml;Ml=0;var o=ts(zi),s=E.T,d=z.p;try{z.p=32>o?32:o,E.T=null,o=_m,_m=null;var m=Ts,A=zi;if(va=0,mu=Ts=null,zi=0,(fn&6)!==0)throw Error(y(331));var D=fn;if(fn|=4,g2(m.current),kr(m,m.current,A,o),fn=D,Cs(0,!1),at&&typeof at.onPostCommitFiberRoot=="function")try{at.onPostCommitFiberRoot(ve,m)}catch{}return!0}finally{z.p=d,E.T=s,lg(n,l)}}function ig(n,l,o){l=Yl(o,l),l=Wp(n.stateNode,l,2),n=Ql(n,l,2),n!==null&&(Zn(n,2),Hi(n))}function bn(n,l,o){if(n.tag===3)ig(n,n,o);else for(;l!==null;){if(l.tag===3){ig(l,n,o);break}else if(l.tag===1){var s=l.stateNode;if(typeof l.type.getDerivedStateFromError=="function"||typeof s.componentDidCatch=="function"&&(jn===null||!jn.has(s))){n=Yl(o,n),o=$p(2),s=Ql(l,o,2),s!==null&&(Pp(o,s,l,n),Zn(s,2),Hi(s));break}}l=l.return}}function Ud(n,l,o){var s=n.pingCache;if(s===null){s=n.pingCache=new v2;var d=new Set;s.set(l,d)}else d=s.get(l),d===void 0&&(d=new Set,s.set(l,d));d.has(o)||(Bm=!0,d.add(o),n=S2.bind(null,n,l,o),l.then(n,n))}function S2(n,l,o){var s=n.pingCache;s!==null&&s.delete(l),n.pingedLanes|=n.suspendedLanes&o,n.warmLanes&=~o,Sn===n&&(Ft&o)===o&&(Nn===4||Nn===3&&(Ft&62914560)===Ft&&300>Ve()-Zo?(fn&2)===0&&_i(n,0):Um|=o,In===Ft&&(In=0)),Hi(n)}function sg(n,l){l===0&&(l=kt()),n=cs(n,l),n!==null&&(Zn(n,l),Hi(n))}function Kl(n){var l=n.memoizedState,o=0;l!==null&&(o=l.retryLane),sg(n,o)}function ug(n,l){var o=0;switch(n.tag){case 31:case 13:var s=n.stateNode,d=n.memoizedState;d!==null&&(o=d.retryLane);break;case 19:s=n.stateNode;break;case 22:s=n.stateNode._retryCache;break;default:throw Error(y(314))}s!==null&&s.delete(l),sg(n,o)}function cg(n,l){return ot(n,l)}var Yr=null,hc=null,T2=!1,Ym=!1,w2=!1,Es=0;function Hi(n){n!==hc&&n.next===null&&(hc===null?Yr=hc=n:hc=hc.next=n),Ym=!0,T2||(T2=!0,_d())}function Cs(n,l){if(!w2&&Ym){w2=!0;do for(var o=!1,s=Yr;s!==null;){if(n!==0){var d=s.pendingLanes;if(d===0)var m=0;else{var A=s.suspendedLanes,D=s.pingedLanes;m=(1<<31-mt(42|n)+1)-1,m&=d&~(A&~D),m=m&201326741?m&201326741|1:m?m|2:0}m!==0&&(o=!0,pc(s,m))}else m=Ft,m=Be(s,s===Sn?m:0,s.cancelPendingCommit!==null||s.timeoutHandle!==-1),(m&3)===0||st(s,m)||(o=!0,pc(s,m));s=s.next}while(o);w2=!1}}function qm(){E2()}function E2(){Ym=T2=!1;var n=0;Es!==0&&gb()&&(n=Es);for(var l=Ve(),o=null,s=Yr;s!==null;){var d=s.next,m=C2(s,l);m===0?(s.next=null,o===null?Yr=d:o.next=d,d===null&&(hc=o)):(o=s,(n!==0||(m&3)!==0)&&(Ym=!0)),s=d}va!==0&&va!==5||Cs(n),Es!==0&&(Es=0)}function C2(n,l){for(var o=n.suspendedLanes,s=n.pingedLanes,d=n.expirationTimes,m=n.pendingLanes&-62914561;0<m;){var A=31-mt(m),D=1<<A,J=d[A];J===-1?((D&o)===0||(D&s)!==0)&&(d[A]=ct(D,l)):J<=l&&(n.expiredLanes|=D),m&=~D}if(l=Sn,o=Ft,o=Be(n,n===l?o:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),s=n.callbackNode,o===0||n===l&&(vn===2||vn===9)||n.cancelPendingCommit!==null)return s!==null&&s!==null&&Me(s),n.callbackNode=null,n.callbackPriority=0;if((o&3)===0||st(n,o)){if(l=o&-o,l===n.callbackPriority)return l;switch(s!==null&&Me(s),ts(o)){case 2:case 8:o=Re;break;case 32:o=He;break;case 268435456:o=Pe;break;default:o=He}return s=zd.bind(null,n),o=ot(o,s),n.callbackPriority=l,n.callbackNode=o,l}return s!==null&&s!==null&&Me(s),n.callbackPriority=2,n.callbackNode=null,2}function zd(n,l){if(va!==0&&va!==5)return n.callbackNode=null,n.callbackPriority=0,null;var o=n.callbackNode;if(jr()&&n.callbackNode!==o)return null;var s=Ft;return s=Be(n,n===Sn?s:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),s===0?null:(Xy(n,s,l),C2(n,Ve()),n.callbackNode!=null&&n.callbackNode===o?zd.bind(null,n):null)}function pc(n,l){if(jr())return null;Xy(n,l,!0)}function _d(){gg(function(){(fn&6)!==0?ot(ze,qm):E2()})}function Gm(){if(Es===0){var n=Ks;n===0&&(n=de,de<<=1,(de&261888)===0&&(de=256)),Es=n}return Es}function rg(n){return n==null||typeof n=="symbol"||typeof n=="boolean"?null:typeof n=="function"?n:Ol(""+n)}function yc(n,l){var o=l.ownerDocument.createElement("input");return o.name=l.name,o.value=l.value,n.id&&o.setAttribute("form",n.id),l.parentNode.insertBefore(o,l),n=new FormData(n),o.parentNode.removeChild(o),n}function Hd(n,l,o,s,d){if(l==="submit"&&o&&o.stateNode===d){var m=rg((d[qa]||null).action),A=s.submitter;A&&(l=(l=A[qa]||null)?rg(l.formAction):A.getAttribute("formAction"),l!==null&&(m=l,A=null));var D=new _u("action","action",null,s,d);n.push({event:D,listeners:[{instance:null,listener:function(){if(s.defaultPrevented){if(Es!==0){var J=A?yc(d,A):new FormData(d);Er(o,{pending:!0,data:J,method:d.method,action:m},null,J)}}else typeof m=="function"&&(D.preventDefault(),J=A?yc(d,A):new FormData(d),Er(o,{pending:!0,data:J,method:d.method,action:m},m,J))},currentTarget:d}]})}}for(var Vm=0;Vm<cr.length;Vm++){var qr=cr[Vm],O2=qr.toLowerCase(),x2=qr[0].toUpperCase()+qr.slice(1);cl(O2,"on"+x2)}cl(Jf,"onAnimationEnd"),cl(bp,"onAnimationIteration"),cl(V0,"onAnimationStart"),cl("dblclick","onDoubleClick"),cl("focusin","onFocus"),cl("focusout","onBlur"),cl(Xu,"onTransitionRun"),cl(Ff,"onTransitionStart"),cl(gi,"onTransitionCancel"),cl(Sy,"onTransitionEnd"),uo("onMouseEnter",["mouseout","mouseover"]),uo("onMouseLeave",["mouseout","mouseover"]),uo("onPointerEnter",["pointerout","pointerover"]),uo("onPointerLeave",["pointerout","pointerover"]),No("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),No("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),No("onBeforeInput",["compositionend","keypress","textInput","paste"]),No("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),No("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),No("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Gr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),fg=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Gr));function dg(n,l){l=(l&4)!==0;for(var o=0;o<n.length;o++){var s=n[o],d=s.event;s=s.listeners;e:{var m=void 0;if(l)for(var A=s.length-1;0<=A;A--){var D=s[A],J=D.instance,he=D.currentTarget;if(D=D.listener,J!==m&&d.isPropagationStopped())break e;m=D,d.currentTarget=he;try{m(d)}catch(xe){Iu(xe)}d.currentTarget=null,m=J}else for(A=0;A<s.length;A++){if(D=s[A],J=D.instance,he=D.currentTarget,D=D.listener,J!==m&&d.isPropagationStopped())break e;m=D,d.currentTarget=he;try{m(d)}catch(xe){Iu(xe)}d.currentTarget=null,m=J}}}}function Kt(n,l){var o=l[Ic];o===void 0&&(o=l[Ic]=new Set);var s=n+"__bubble";o.has(s)||(Ld(l,n,2,!1),o.add(s))}function R2(n,l,o){var s=0;l&&(s|=4),Ld(o,n,s,l)}var Qm="_reactListening"+Math.random().toString(36).slice(2);function Vr(n){if(!n[Qm]){n[Qm]=!0,ls.forEach(function(o){o!=="selectionchange"&&(fg.has(o)||R2(o,!1,n),R2(o,!0,n))});var l=n.nodeType===9?n:n.ownerDocument;l===null||l[Qm]||(l[Qm]=!0,R2("selectionchange",!1,l))}}function Ld(n,l,o,s){switch(Jd(l)){case 2:var d=ji;break;case 8:d=Yi;break;default:d=Qa}o=d.bind(null,l,o,n),d=void 0,!zu||l!=="touchstart"&&l!=="touchmove"&&l!=="wheel"||(d=!0),s?d!==void 0?n.addEventListener(l,o,{capture:!0,passive:d}):n.addEventListener(l,o,!0):d!==void 0?n.addEventListener(l,o,{passive:d}):n.addEventListener(l,o,!1)}function D2(n,l,o,s,d){var m=s;if((l&1)===0&&(l&2)===0&&s!==null)e:for(;;){if(s===null)return;var A=s.tag;if(A===3||A===4){var D=s.stateNode.containerInfo;if(D===d)break;if(A===4)for(A=s.return;A!==null;){var J=A.tag;if((J===3||J===4)&&A.stateNode.containerInfo===d)return;A=A.return}for(;D!==null;){if(A=fi(D),A===null)return;if(J=A.tag,J===5||J===6||J===26||J===27){s=m=A;continue e}D=D.parentNode}}s=s.return}Gf(function(){var he=m,xe=tr(o),Ue=[];e:{var pe=vi.get(n);if(pe!==void 0){var Se=_u,dt=n;switch(n){case"keypress":if(Ht(o)===0)break e;case"keydown":case"keyup":Se=_0;break;case"focusin":dt="focus",Se=U0;break;case"focusout":dt="blur",Se=U0;break;case"beforeblur":case"afterblur":Se=U0;break;case"click":if(o.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Se=lr;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Se=cy;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Se=hy;break;case Jf:case bp:case V0:Se=fy;break;case Sy:Se=fb;break;case"scroll":case"scrollend":Se=k0;break;case"wheel":Se=db;break;case"copy":case"cut":case"paste":Se=Lu;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Se=Uo;break;case"toggle":case"beforetoggle":Se=rp}var St=(l&4)!==0,wn=!St&&(n==="scroll"||n==="scrollend"),ce=St?pe!==null?pe+"Capture":null:pe;St=[];for(var P=he,me;P!==null;){var ke=P;if(me=ke.stateNode,ke=ke.tag,ke!==5&&ke!==26&&ke!==27||me===null||ce===null||(ke=fa(P,ce),ke!=null&&St.push(jd(P,ke,me))),wn)break;P=P.return}0<St.length&&(pe=new Se(pe,dt,null,o,xe),Ue.push({event:pe,listeners:St}))}}if((l&7)===0){e:{if(pe=n==="mouseover"||n==="pointerover",Se=n==="mouseout"||n==="pointerout",pe&&o!==er&&(dt=o.relatedTarget||o.fromElement)&&(fi(dt)||dt[ri]))break e;if((Se||pe)&&(pe=xe.window===xe?xe:(pe=xe.ownerDocument)?pe.defaultView||pe.parentWindow:window,Se?(dt=o.relatedTarget||o.toElement,Se=he,dt=dt?fi(dt):null,dt!==null&&(wn=b(dt),St=dt.tag,dt!==wn||St!==5&&St!==27&&St!==6)&&(dt=null)):(Se=null,dt=he),Se!==dt)){if(St=lr,ke="onMouseLeave",ce="onMouseEnter",P="mouse",(n==="pointerout"||n==="pointerover")&&(St=Uo,ke="onPointerLeave",ce="onPointerEnter",P="pointer"),wn=Se==null?pe:ns(Se),me=dt==null?pe:ns(dt),pe=new St(ke,P+"leave",Se,o,xe),pe.target=wn,pe.relatedTarget=me,ke=null,fi(xe)===he&&(St=new St(ce,P+"enter",dt,o,xe),St.target=me,St.relatedTarget=wn,ke=St),wn=ke,Se&&dt)t:{for(St=mg,ce=Se,P=dt,me=0,ke=ce;ke;ke=St(ke))me++;ke=0;for(var gt=P;gt;gt=St(gt))ke++;for(;0<me-ke;)ce=St(ce),me--;for(;0<ke-me;)P=St(P),ke--;for(;me--;){if(ce===P||P!==null&&ce===P.alternate){St=ce;break t}ce=St(ce),P=St(P)}St=null}else St=null;Se!==null&&Xm(Ue,pe,Se,St,!1),dt!==null&&wn!==null&&Xm(Ue,wn,dt,St,!0)}}e:{if(pe=he?ns(he):window,Se=pe.nodeName&&pe.nodeName.toLowerCase(),Se==="select"||Se==="input"&&pe.type==="file")var un=pp;else if(yi(pe))if(j0)un=Vu;else{un=by;var pt=vy}else Se=pe.nodeName,!Se||Se.toLowerCase()!=="input"||pe.type!=="checkbox"&&pe.type!=="radio"?he&&qf(he.elementType)&&(un=pp):un=Xs;if(un&&(un=un(n,he))){hp(Ue,un,o,xe);break e}pt&&pt(n,pe,he),n==="focusout"&&he&&pe.type==="number"&&he.memoizedProps.value!=null&&os(pe,"number",pe.value)}switch(pt=he?ns(he):window,n){case"focusin":(yi(pt)||pt.contentEditable==="true")&&(Js=pt,sr=he,po=null);break;case"focusout":po=sr=Js=null;break;case"mousedown":_o=!0;break;case"contextmenu":case"mouseup":case"dragend":_o=!1,G0(Ue,o,xe);break;case"selectionchange":if(If)break;case"keydown":case"keyup":G0(Ue,o,xe)}var Bt;if(or)e:{switch(n){case"compositionstart":var Yt="onCompositionStart";break e;case"compositionend":Yt="onCompositionEnd";break e;case"compositionupdate":Yt="onCompositionUpdate";break e}Yt=void 0}else Yu?L0(n,o)&&(Yt="onCompositionEnd"):n==="keydown"&&o.keyCode===229&&(Yt="onCompositionStart");Yt&&(fp&&o.locale!=="ko"&&(Yu||Yt!=="onCompositionStart"?Yt==="onCompositionEnd"&&Yu&&(Bt=qe()):(H=xe,F="value"in H?H.value:H.textContent,Yu=!0)),pt=Yd(he,Yt),0<pt.length&&(Yt=new dy(Yt,n,null,o,xe),Ue.push({event:Yt,listeners:pt}),Bt?Yt.data=Bt:(Bt=dp(o),Bt!==null&&(Yt.data=Bt)))),(Bt=Wa?gy(n,o):mb(n,o))&&(Yt=Yd(he,"onBeforeInput"),0<Yt.length&&(pt=new dy("onBeforeInput","beforeinput",null,o,xe),Ue.push({event:pt,listeners:Yt}),pt.data=Bt)),Hd(Ue,n,he,o,xe)}dg(Ue,l)})}function jd(n,l,o){return{instance:n,listener:l,currentTarget:o}}function Yd(n,l){for(var o=l+"Capture",s=[];n!==null;){var d=n,m=d.stateNode;if(d=d.tag,d!==5&&d!==26&&d!==27||m===null||(d=fa(n,o),d!=null&&s.unshift(jd(n,d,m)),d=fa(n,l),d!=null&&s.push(jd(n,d,m))),n.tag===3)return s;n=n.return}return[]}function mg(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5&&n.tag!==27);return n||null}function Xm(n,l,o,s,d){for(var m=l._reactName,A=[];o!==null&&o!==s;){var D=o,J=D.alternate,he=D.stateNode;if(D=D.tag,J!==null&&J===s)break;D!==5&&D!==26&&D!==27||he===null||(J=he,d?(he=fa(o,m),he!=null&&A.unshift(jd(o,he,J))):d||(he=fa(o,m),he!=null&&A.push(jd(o,he,J)))),o=o.return}A.length!==0&&n.push({event:l,listeners:A})}var hg=/\r\n?/g,N2=/\u0000|\uFFFD/g;function M2(n){return(typeof n=="string"?n:""+n).replace(hg,`
|
|
31
|
+
`).replace(N2,"")}function k2(n,l){return l=M2(l),M2(n)===l}function Tn(n,l,o,s,d,m){switch(o){case"children":typeof s=="string"?l==="body"||l==="textarea"&&s===""||co(n,s):(typeof s=="number"||typeof s=="bigint")&&l!=="body"&&co(n,""+s);break;case"className":Wc(n,"class",s);break;case"tabIndex":Wc(n,"tabindex",s);break;case"dir":case"role":case"viewBox":case"width":case"height":Wc(n,o,s);break;case"style":M0(n,s,m);break;case"data":if(l!=="object"){Wc(n,"data",s);break}case"src":case"href":if(s===""&&(l!=="a"||o!=="href")){n.removeAttribute(o);break}if(s==null||typeof s=="function"||typeof s=="symbol"||typeof s=="boolean"){n.removeAttribute(o);break}s=Ol(""+s),n.setAttribute(o,s);break;case"action":case"formAction":if(typeof s=="function"){n.setAttribute(o,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof m=="function"&&(o==="formAction"?(l!=="input"&&Tn(n,l,"name",d.name,d,null),Tn(n,l,"formEncType",d.formEncType,d,null),Tn(n,l,"formMethod",d.formMethod,d,null),Tn(n,l,"formTarget",d.formTarget,d,null)):(Tn(n,l,"encType",d.encType,d,null),Tn(n,l,"method",d.method,d,null),Tn(n,l,"target",d.target,d,null)));if(s==null||typeof s=="symbol"||typeof s=="boolean"){n.removeAttribute(o);break}s=Ol(""+s),n.setAttribute(o,s);break;case"onClick":s!=null&&(n.onclick=Hl);break;case"onScroll":s!=null&&Kt("scroll",n);break;case"onScrollEnd":s!=null&&Kt("scrollend",n);break;case"dangerouslySetInnerHTML":if(s!=null){if(typeof s!="object"||!("__html"in s))throw Error(y(61));if(o=s.__html,o!=null){if(d.children!=null)throw Error(y(60));n.innerHTML=o}}break;case"multiple":n.multiple=s&&typeof s!="function"&&typeof s!="symbol";break;case"muted":n.muted=s&&typeof s!="function"&&typeof s!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(s==null||typeof s=="function"||typeof s=="boolean"||typeof s=="symbol"){n.removeAttribute("xlink:href");break}o=Ol(""+s),n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",o);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":s!=null&&typeof s!="function"&&typeof s!="symbol"?n.setAttribute(o,""+s):n.removeAttribute(o);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":s&&typeof s!="function"&&typeof s!="symbol"?n.setAttribute(o,""):n.removeAttribute(o);break;case"capture":case"download":s===!0?n.setAttribute(o,""):s!==!1&&s!=null&&typeof s!="function"&&typeof s!="symbol"?n.setAttribute(o,s):n.removeAttribute(o);break;case"cols":case"rows":case"size":case"span":s!=null&&typeof s!="function"&&typeof s!="symbol"&&!isNaN(s)&&1<=s?n.setAttribute(o,s):n.removeAttribute(o);break;case"rowSpan":case"start":s==null||typeof s=="function"||typeof s=="symbol"||isNaN(s)?n.removeAttribute(o):n.setAttribute(o,s);break;case"popover":Kt("beforetoggle",n),Kt("toggle",n),Ys(n,"popover",s);break;case"xlinkActuate":Mo(n,"http://www.w3.org/1999/xlink","xlink:actuate",s);break;case"xlinkArcrole":Mo(n,"http://www.w3.org/1999/xlink","xlink:arcrole",s);break;case"xlinkRole":Mo(n,"http://www.w3.org/1999/xlink","xlink:role",s);break;case"xlinkShow":Mo(n,"http://www.w3.org/1999/xlink","xlink:show",s);break;case"xlinkTitle":Mo(n,"http://www.w3.org/1999/xlink","xlink:title",s);break;case"xlinkType":Mo(n,"http://www.w3.org/1999/xlink","xlink:type",s);break;case"xmlBase":Mo(n,"http://www.w3.org/XML/1998/namespace","xml:base",s);break;case"xmlLang":Mo(n,"http://www.w3.org/XML/1998/namespace","xml:lang",s);break;case"xmlSpace":Mo(n,"http://www.w3.org/XML/1998/namespace","xml:space",s);break;case"is":Ys(n,"is",s);break;case"innerText":case"textContent":break;default:(!(2<o.length)||o[0]!=="o"&&o[0]!=="O"||o[1]!=="n"&&o[1]!=="N")&&(o=op.get(o)||o,Ys(n,o,s))}}function B2(n,l,o,s,d,m){switch(o){case"style":M0(n,s,m);break;case"dangerouslySetInnerHTML":if(s!=null){if(typeof s!="object"||!("__html"in s))throw Error(y(61));if(o=s.__html,o!=null){if(d.children!=null)throw Error(y(60));n.innerHTML=o}}break;case"children":typeof s=="string"?co(n,s):(typeof s=="number"||typeof s=="bigint")&&co(n,""+s);break;case"onScroll":s!=null&&Kt("scroll",n);break;case"onScrollEnd":s!=null&&Kt("scrollend",n);break;case"onClick":s!=null&&(n.onclick=Hl);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!mi.hasOwnProperty(o))e:{if(o[0]==="o"&&o[1]==="n"&&(d=o.endsWith("Capture"),l=o.slice(2,d?o.length-7:void 0),m=n[qa]||null,m=m!=null?m[o]:null,typeof m=="function"&&n.removeEventListener(l,m,d),typeof s=="function")){typeof m!="function"&&m!==null&&(o in n?n[o]=null:n.hasAttribute(o)&&n.removeAttribute(o)),n.addEventListener(l,s,d);break e}o in n?n[o]=s:s===!0?n.setAttribute(o,""):Ys(n,o,s)}}}function Va(n,l,o){switch(l){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Kt("error",n),Kt("load",n);var s=!1,d=!1,m;for(m in o)if(o.hasOwnProperty(m)){var A=o[m];if(A!=null)switch(m){case"src":s=!0;break;case"srcSet":d=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(y(137,l));default:Tn(n,l,m,A,o,null)}}d&&Tn(n,l,"srcSet",o.srcSet,o,null),s&&Tn(n,l,"src",o.src,o,null);return;case"input":Kt("invalid",n);var D=m=A=d=null,J=null,he=null;for(s in o)if(o.hasOwnProperty(s)){var xe=o[s];if(xe!=null)switch(s){case"name":d=xe;break;case"type":A=xe;break;case"checked":J=xe;break;case"defaultChecked":he=xe;break;case"value":m=xe;break;case"defaultValue":D=xe;break;case"children":case"dangerouslySetInnerHTML":if(xe!=null)throw Error(y(137,l));break;default:Tn(n,l,s,xe,o,null)}}ku(n,m,D,J,he,A,d,!1);return;case"select":Kt("invalid",n),s=A=m=null;for(d in o)if(o.hasOwnProperty(d)&&(D=o[d],D!=null))switch(d){case"value":m=D;break;case"defaultValue":A=D;break;case"multiple":s=D;default:Tn(n,l,d,D,o,null)}l=m,o=A,n.multiple=!!s,l!=null?qs(n,!!s,l,!1):o!=null&&qs(n,!!s,o,!0);return;case"textarea":Kt("invalid",n),m=d=s=null;for(A in o)if(o.hasOwnProperty(A)&&(D=o[A],D!=null))switch(A){case"value":s=D;break;case"defaultValue":d=D;break;case"children":m=D;break;case"dangerouslySetInnerHTML":if(D!=null)throw Error(y(91));break;default:Tn(n,l,A,D,o,null)}Yf(n,s,d,m);return;case"option":for(J in o)o.hasOwnProperty(J)&&(s=o[J],s!=null)&&(J==="selected"?n.selected=s&&typeof s!="function"&&typeof s!="symbol":Tn(n,l,J,s,o,null));return;case"dialog":Kt("beforetoggle",n),Kt("toggle",n),Kt("cancel",n),Kt("close",n);break;case"iframe":case"object":Kt("load",n);break;case"video":case"audio":for(s=0;s<Gr.length;s++)Kt(Gr[s],n);break;case"image":Kt("error",n),Kt("load",n);break;case"details":Kt("toggle",n);break;case"embed":case"source":case"link":Kt("error",n),Kt("load",n);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(he in o)if(o.hasOwnProperty(he)&&(s=o[he],s!=null))switch(he){case"children":case"dangerouslySetInnerHTML":throw Error(y(137,l));default:Tn(n,l,he,s,o,null)}return;default:if(qf(l)){for(xe in o)o.hasOwnProperty(xe)&&(s=o[xe],s!==void 0&&B2(n,l,xe,s,o,void 0));return}}for(D in o)o.hasOwnProperty(D)&&(s=o[D],s!=null&&Tn(n,l,D,s,o,null))}function U2(n,l,o,s){switch(l){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var d=null,m=null,A=null,D=null,J=null,he=null,xe=null;for(Se in o){var Ue=o[Se];if(o.hasOwnProperty(Se)&&Ue!=null)switch(Se){case"checked":break;case"value":break;case"defaultValue":J=Ue;default:s.hasOwnProperty(Se)||Tn(n,l,Se,null,s,Ue)}}for(var pe in s){var Se=s[pe];if(Ue=o[pe],s.hasOwnProperty(pe)&&(Se!=null||Ue!=null))switch(pe){case"type":m=Se;break;case"name":d=Se;break;case"checked":he=Se;break;case"defaultChecked":xe=Se;break;case"value":A=Se;break;case"defaultValue":D=Se;break;case"children":case"dangerouslySetInnerHTML":if(Se!=null)throw Error(y(137,l));break;default:Se!==Ue&&Tn(n,l,pe,Se,s,Ue)}}Mu(n,A,D,J,he,xe,m,d);return;case"select":Se=A=D=pe=null;for(m in o)if(J=o[m],o.hasOwnProperty(m)&&J!=null)switch(m){case"value":break;case"multiple":Se=J;default:s.hasOwnProperty(m)||Tn(n,l,m,null,s,J)}for(d in s)if(m=s[d],J=o[d],s.hasOwnProperty(d)&&(m!=null||J!=null))switch(d){case"value":pe=m;break;case"defaultValue":D=m;break;case"multiple":A=m;default:m!==J&&Tn(n,l,d,m,s,J)}l=D,o=A,s=Se,pe!=null?qs(n,!!o,pe,!1):!!s!=!!o&&(l!=null?qs(n,!!o,l,!0):qs(n,!!o,o?[]:"",!1));return;case"textarea":Se=pe=null;for(D in o)if(d=o[D],o.hasOwnProperty(D)&&d!=null&&!s.hasOwnProperty(D))switch(D){case"value":break;case"children":break;default:Tn(n,l,D,null,s,d)}for(A in s)if(d=s[A],m=o[A],s.hasOwnProperty(A)&&(d!=null||m!=null))switch(A){case"value":pe=d;break;case"defaultValue":Se=d;break;case"children":break;case"dangerouslySetInnerHTML":if(d!=null)throw Error(y(91));break;default:d!==m&&Tn(n,l,A,d,s,m)}jf(n,pe,Se);return;case"option":for(var dt in o)pe=o[dt],o.hasOwnProperty(dt)&&pe!=null&&!s.hasOwnProperty(dt)&&(dt==="selected"?n.selected=!1:Tn(n,l,dt,null,s,pe));for(J in s)pe=s[J],Se=o[J],s.hasOwnProperty(J)&&pe!==Se&&(pe!=null||Se!=null)&&(J==="selected"?n.selected=pe&&typeof pe!="function"&&typeof pe!="symbol":Tn(n,l,J,pe,s,Se));return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var St in o)pe=o[St],o.hasOwnProperty(St)&&pe!=null&&!s.hasOwnProperty(St)&&Tn(n,l,St,null,s,pe);for(he in s)if(pe=s[he],Se=o[he],s.hasOwnProperty(he)&&pe!==Se&&(pe!=null||Se!=null))switch(he){case"children":case"dangerouslySetInnerHTML":if(pe!=null)throw Error(y(137,l));break;default:Tn(n,l,he,pe,s,Se)}return;default:if(qf(l)){for(var wn in o)pe=o[wn],o.hasOwnProperty(wn)&&pe!==void 0&&!s.hasOwnProperty(wn)&&B2(n,l,wn,void 0,s,pe);for(xe in s)pe=s[xe],Se=o[xe],!s.hasOwnProperty(xe)||pe===Se||pe===void 0&&Se===void 0||B2(n,l,xe,pe,s,Se);return}}for(var ce in o)pe=o[ce],o.hasOwnProperty(ce)&&pe!=null&&!s.hasOwnProperty(ce)&&Tn(n,l,ce,null,s,pe);for(Ue in s)pe=s[Ue],Se=o[Ue],!s.hasOwnProperty(Ue)||pe===Se||pe==null&&Se==null||Tn(n,l,Ue,pe,s,Se)}function Im(n){switch(n){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function z2(){if(typeof performance.getEntriesByType=="function"){for(var n=0,l=0,o=performance.getEntriesByType("resource"),s=0;s<o.length;s++){var d=o[s],m=d.transferSize,A=d.initiatorType,D=d.duration;if(m&&D&&Im(A)){for(A=0,D=d.responseEnd,s+=1;s<o.length;s++){var J=o[s],he=J.startTime;if(he>D)break;var xe=J.transferSize,Ue=J.initiatorType;xe&&Im(Ue)&&(J=J.responseEnd,A+=xe*(J<D?1:(D-he)/(J-he)))}if(--s,l+=8*(m+A)/(d.duration/1e3),n++,10<n)break}}if(0<n)return l/n/1e6}return navigator.connection&&(n=navigator.connection.downlink,typeof n=="number")?n:5}var Jm=null,Fm=null;function pu(n){return n.nodeType===9?n:n.ownerDocument}function pg(n){switch(n){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function _2(n,l){if(n===0)switch(l){case"svg":return 1;case"math":return 2;default:return 0}return n===1&&l==="foreignObject"?0:n}function Qr(n,l){return n==="textarea"||n==="noscript"||typeof l.children=="string"||typeof l.children=="number"||typeof l.children=="bigint"||typeof l.dangerouslySetInnerHTML=="object"&&l.dangerouslySetInnerHTML!==null&&l.dangerouslySetInnerHTML.__html!=null}var Zm=null;function gb(){var n=window.event;return n&&n.type==="popstate"?n===Zm?!1:(Zm=n,!0):(Zm=null,!1)}var qd=typeof setTimeout=="function"?setTimeout:void 0,yg=typeof clearTimeout=="function"?clearTimeout:void 0,gc=typeof Promise=="function"?Promise:void 0,gg=typeof queueMicrotask=="function"?queueMicrotask:typeof gc<"u"?function(n){return gc.resolve(null).then(n).catch(H2)}:qd;function H2(n){setTimeout(function(){throw n})}function Ko(n){return n==="head"}function L2(n,l){var o=l,s=0;do{var d=o.nextSibling;if(n.removeChild(o),d&&d.nodeType===8)if(o=d.data,o==="/$"||o==="/&"){if(s===0){n.removeChild(d),nf(l);return}s--}else if(o==="$"||o==="$?"||o==="$~"||o==="$!"||o==="&")s++;else if(o==="html")vc(n.ownerDocument.documentElement);else if(o==="head"){o=n.ownerDocument.head,vc(o);for(var m=o.firstChild;m;){var A=m.nextSibling,D=m.nodeName;m[_l]||D==="SCRIPT"||D==="STYLE"||D==="LINK"&&m.rel.toLowerCase()==="stylesheet"||o.removeChild(m),m=A}}else o==="body"&&vc(n.ownerDocument.body);o=d}while(o);nf(l)}function ua(n,l){var o=n;n=0;do{var s=o.nextSibling;if(o.nodeType===1?l?(o._stashedDisplay=o.style.display,o.style.display="none"):(o.style.display=o._stashedDisplay||"",o.getAttribute("style")===""&&o.removeAttribute("style")):o.nodeType===3&&(l?(o._stashedText=o.nodeValue,o.nodeValue=""):o.nodeValue=o._stashedText||""),s&&s.nodeType===8)if(o=s.data,o==="/$"){if(n===0)break;n--}else o!=="$"&&o!=="$?"&&o!=="$~"&&o!=="$!"||n++;o=s}while(o)}function Gd(n){var l=n.firstChild;for(l&&l.nodeType===10&&(l=l.nextSibling);l;){var o=l;switch(l=l.nextSibling,o.nodeName){case"HTML":case"HEAD":case"BODY":Gd(o),Fc(o);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(o.rel.toLowerCase()==="stylesheet")continue}n.removeChild(o)}}function vb(n,l,o,s){for(;n.nodeType===1;){var d=o;if(n.nodeName.toLowerCase()!==l.toLowerCase()){if(!s&&(n.nodeName!=="INPUT"||n.type!=="hidden"))break}else if(s){if(!n[_l])switch(l){case"meta":if(!n.hasAttribute("itemprop"))break;return n;case"link":if(m=n.getAttribute("rel"),m==="stylesheet"&&n.hasAttribute("data-precedence"))break;if(m!==d.rel||n.getAttribute("href")!==(d.href==null||d.href===""?null:d.href)||n.getAttribute("crossorigin")!==(d.crossOrigin==null?null:d.crossOrigin)||n.getAttribute("title")!==(d.title==null?null:d.title))break;return n;case"style":if(n.hasAttribute("data-precedence"))break;return n;case"script":if(m=n.getAttribute("src"),(m!==(d.src==null?null:d.src)||n.getAttribute("type")!==(d.type==null?null:d.type)||n.getAttribute("crossorigin")!==(d.crossOrigin==null?null:d.crossOrigin))&&m&&n.hasAttribute("async")&&!n.hasAttribute("itemprop"))break;return n;default:return n}}else if(l==="input"&&n.type==="hidden"){var m=d.name==null?null:""+d.name;if(d.type==="hidden"&&n.getAttribute("name")===m)return n}else return n;if(n=Sl(n.nextSibling),n===null)break}return null}function Vt(n,l,o){if(l==="")return null;for(;n.nodeType!==3;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!o||(n=Sl(n.nextSibling),n===null))return null;return n}function vg(n,l){for(;n.nodeType!==8;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!l||(n=Sl(n.nextSibling),n===null))return null;return n}function wo(n){return n.data==="$?"||n.data==="$~"}function yu(n){return n.data==="$!"||n.data==="$?"&&n.ownerDocument.readyState!=="loading"}function Xr(n,l){var o=n.ownerDocument;if(n.data==="$~")n._reactRetry=l;else if(n.data!=="$?"||o.readyState!=="loading")l();else{var s=function(){l(),o.removeEventListener("DOMContentLoaded",s)};o.addEventListener("DOMContentLoaded",s),n._reactRetry=s}}function Sl(n){for(;n!=null;n=n.nextSibling){var l=n.nodeType;if(l===1||l===3)break;if(l===8){if(l=n.data,l==="$"||l==="$!"||l==="$?"||l==="$~"||l==="&"||l==="F!"||l==="F")break;if(l==="/$"||l==="/&")return null}}return n}var Vd=null;function Km(n){n=n.nextSibling;for(var l=0;n;){if(n.nodeType===8){var o=n.data;if(o==="/$"||o==="/&"){if(l===0)return Sl(n.nextSibling);l--}else o!=="$"&&o!=="$!"&&o!=="$?"&&o!=="$~"&&o!=="&"||l++}n=n.nextSibling}return null}function Wo(n){n=n.previousSibling;for(var l=0;n;){if(n.nodeType===8){var o=n.data;if(o==="$"||o==="$!"||o==="$?"||o==="$~"||o==="&"){if(l===0)return n;l--}else o!=="/$"&&o!=="/&"||l++}n=n.previousSibling}return null}function Ir(n,l,o){switch(l=pu(o),n){case"html":if(n=l.documentElement,!n)throw Error(y(452));return n;case"head":if(n=l.head,!n)throw Error(y(453));return n;case"body":if(n=l.body,!n)throw Error(y(454));return n;default:throw Error(y(451))}}function vc(n){for(var l=n.attributes;l.length;)n.removeAttributeNode(l[0]);Fc(n)}var Bl=new Map,Qd=new Set;function el(n){return typeof n.getRootNode=="function"?n.getRootNode():n.nodeType===9?n:n.ownerDocument}var $o=z.d;z.d={f:bb,r:bg,D:Ae,C:pn,L:Ab,m:j2,X:Os,S:Y2,M:gu};function bb(){var n=$o.f(),l=Hr();return n||l}function bg(n){var l=di(n);l!==null&&l.tag===5&&l.type==="form"?An(l):$o.r(n)}var Jr=typeof document>"u"?null:document;function ha(n,l,o){var s=Jr;if(s&&typeof l=="string"&&l){var d=sl(l);d='link[rel="'+n+'"][href="'+d+'"]',typeof o=="string"&&(d+='[crossorigin="'+o+'"]'),Qd.has(d)||(Qd.add(d),n={rel:n,crossOrigin:o,href:l},s.querySelector(d)===null&&(l=s.createElement("link"),Va(l,"link",n),rn(l),s.head.appendChild(l)))}}function Ae(n){$o.D(n),ha("dns-prefetch",n,null)}function pn(n,l){$o.C(n,l),ha("preconnect",n,l)}function Ab(n,l,o){$o.L(n,l,o);var s=Jr;if(s&&n&&l){var d='link[rel="preload"][as="'+sl(l)+'"]';l==="image"&&o&&o.imageSrcSet?(d+='[imagesrcset="'+sl(o.imageSrcSet)+'"]',typeof o.imageSizes=="string"&&(d+='[imagesizes="'+sl(o.imageSizes)+'"]')):d+='[href="'+sl(n)+'"]';var m=d;switch(l){case"style":m=Wl(n);break;case"script":m=bc(n)}Bl.has(m)||(n=Q({rel:"preload",href:l==="image"&&o&&o.imageSrcSet?void 0:n,as:l},o),Bl.set(m,n),s.querySelector(d)!==null||l==="style"&&s.querySelector(vu(m))||l==="script"&&s.querySelector(Kr(m))||(l=s.createElement("link"),Va(l,"link",n),rn(l),s.head.appendChild(l)))}}function j2(n,l){$o.m(n,l);var o=Jr;if(o&&n){var s=l&&typeof l.as=="string"?l.as:"script",d='link[rel="modulepreload"][as="'+sl(s)+'"][href="'+sl(n)+'"]',m=d;switch(s){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":m=bc(n)}if(!Bl.has(m)&&(n=Q({rel:"modulepreload",href:n},l),Bl.set(m,n),o.querySelector(d)===null)){switch(s){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(o.querySelector(Kr(m)))return}s=o.createElement("link"),Va(s,"link",n),rn(s),o.head.appendChild(s)}}}function Y2(n,l,o){$o.S(n,l,o);var s=Jr;if(s&&n){var d=as(s).hoistableStyles,m=Wl(n);l=l||"default";var A=d.get(m);if(!A){var D={loading:0,preload:null};if(A=s.querySelector(vu(m)))D.loading=5;else{n=Q({rel:"stylesheet",href:n,"data-precedence":l},o),(o=Bl.get(m))&&Wm(n,o);var J=A=s.createElement("link");rn(J),Va(J,"link",n),J._p=new Promise(function(he,xe){J.onload=he,J.onerror=xe}),J.addEventListener("load",function(){D.loading|=1}),J.addEventListener("error",function(){D.loading|=2}),D.loading|=4,Xd(A,l,s)}A={type:"stylesheet",instance:A,count:1,state:D},d.set(m,A)}}}function Os(n,l){$o.X(n,l);var o=Jr;if(o&&n){var s=as(o).hoistableScripts,d=bc(n),m=s.get(d);m||(m=o.querySelector(Kr(d)),m||(n=Q({src:n,async:!0},l),(l=Bl.get(d))&&$m(n,l),m=o.createElement("script"),rn(m),Va(m,"link",n),o.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},s.set(d,m))}}function gu(n,l){$o.M(n,l);var o=Jr;if(o&&n){var s=as(o).hoistableScripts,d=bc(n),m=s.get(d);m||(m=o.querySelector(Kr(d)),m||(n=Q({src:n,async:!0,type:"module"},l),(l=Bl.get(d))&&$m(n,l),m=o.createElement("script"),rn(m),Va(m,"link",n),o.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},s.set(d,m))}}function Fr(n,l,o,s){var d=(d=Fe.current)?el(d):null;if(!d)throw Error(y(446));switch(n){case"meta":case"title":return null;case"style":return typeof o.precedence=="string"&&typeof o.href=="string"?(l=Wl(o.href),o=as(d).hoistableStyles,s=o.get(l),s||(s={type:"style",instance:null,count:0,state:null},o.set(l,s)),s):{type:"void",instance:null,count:0,state:null};case"link":if(o.rel==="stylesheet"&&typeof o.href=="string"&&typeof o.precedence=="string"){n=Wl(o.href);var m=as(d).hoistableStyles,A=m.get(n);if(A||(d=d.ownerDocument||d,A={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},m.set(n,A),(m=d.querySelector(vu(n)))&&!m._p&&(A.instance=m,A.state.loading=5),Bl.has(n)||(o={rel:"preload",as:"style",href:o.href,crossOrigin:o.crossOrigin,integrity:o.integrity,media:o.media,hrefLang:o.hrefLang,referrerPolicy:o.referrerPolicy},Bl.set(n,o),m||Ag(d,n,o,A.state))),l&&s===null)throw Error(y(528,""));return A}if(l&&s!==null)throw Error(y(529,""));return null;case"script":return l=o.async,o=o.src,typeof o=="string"&&l&&typeof l!="function"&&typeof l!="symbol"?(l=bc(o),o=as(d).hoistableScripts,s=o.get(l),s||(s={type:"script",instance:null,count:0,state:null},o.set(l,s)),s):{type:"void",instance:null,count:0,state:null};default:throw Error(y(444,n))}}function Wl(n){return'href="'+sl(n)+'"'}function vu(n){return'link[rel="stylesheet"]['+n+"]"}function Zr(n){return Q({},n,{"data-precedence":n.precedence,precedence:null})}function Ag(n,l,o,s){n.querySelector('link[rel="preload"][as="style"]['+l+"]")?s.loading=1:(l=n.createElement("link"),s.preload=l,l.addEventListener("load",function(){return s.loading|=1}),l.addEventListener("error",function(){return s.loading|=2}),Va(l,"link",o),rn(l),n.head.appendChild(l))}function bc(n){return'[src="'+sl(n)+'"]'}function Kr(n){return"script[async]"+n}function q2(n,l,o){if(l.count++,l.instance===null)switch(l.type){case"style":var s=n.querySelector('style[data-href~="'+sl(o.href)+'"]');if(s)return l.instance=s,rn(s),s;var d=Q({},o,{"data-href":o.href,"data-precedence":o.precedence,href:null,precedence:null});return s=(n.ownerDocument||n).createElement("style"),rn(s),Va(s,"style",d),Xd(s,o.precedence,n),l.instance=s;case"stylesheet":d=Wl(o.href);var m=n.querySelector(vu(d));if(m)return l.state.loading|=4,l.instance=m,rn(m),m;s=Zr(o),(d=Bl.get(d))&&Wm(s,d),m=(n.ownerDocument||n).createElement("link"),rn(m);var A=m;return A._p=new Promise(function(D,J){A.onload=D,A.onerror=J}),Va(m,"link",s),l.state.loading|=4,Xd(m,o.precedence,n),l.instance=m;case"script":return m=bc(o.src),(d=n.querySelector(Kr(m)))?(l.instance=d,rn(d),d):(s=o,(d=Bl.get(m))&&(s=Q({},o),$m(s,d)),n=n.ownerDocument||n,d=n.createElement("script"),rn(d),Va(d,"link",s),n.head.appendChild(d),l.instance=d);case"void":return null;default:throw Error(y(443,l.type))}else l.type==="stylesheet"&&(l.state.loading&4)===0&&(s=l.instance,l.state.loading|=4,Xd(s,o.precedence,n));return l.instance}function Xd(n,l,o){for(var s=o.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),d=s.length?s[s.length-1]:null,m=d,A=0;A<s.length;A++){var D=s[A];if(D.dataset.precedence===l)m=D;else if(m!==d)break}m?m.parentNode.insertBefore(n,m.nextSibling):(l=o.nodeType===9?o.head:o,l.insertBefore(n,l.firstChild))}function Wm(n,l){n.crossOrigin==null&&(n.crossOrigin=l.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=l.referrerPolicy),n.title==null&&(n.title=l.title)}function $m(n,l){n.crossOrigin==null&&(n.crossOrigin=l.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=l.referrerPolicy),n.integrity==null&&(n.integrity=l.integrity)}var Wr=null;function G2(n,l,o){if(Wr===null){var s=new Map,d=Wr=new Map;d.set(o,s)}else d=Wr,s=d.get(o),s||(s=new Map,d.set(o,s));if(s.has(n))return s;for(s.set(n,null),o=o.getElementsByTagName(n),d=0;d<o.length;d++){var m=o[d];if(!(m[_l]||m[sn]||n==="link"&&m.getAttribute("rel")==="stylesheet")&&m.namespaceURI!=="http://www.w3.org/2000/svg"){var A=m.getAttribute(l)||"";A=n+A;var D=s.get(A);D?D.push(m):s.set(A,[m])}}return s}function Pm(n,l,o){n=n.ownerDocument||n,n.head.insertBefore(o,l==="title"?n.querySelector("head > title"):null)}function V2(n,l,o){if(o===1||l.itemProp!=null)return!1;switch(n){case"meta":case"title":return!0;case"style":if(typeof l.precedence!="string"||typeof l.href!="string"||l.href==="")break;return!0;case"link":if(typeof l.rel!="string"||typeof l.href!="string"||l.href===""||l.onLoad||l.onError)break;return l.rel==="stylesheet"?(n=l.disabled,typeof l.precedence=="string"&&n==null):!0;case"script":if(l.async&&typeof l.async!="function"&&typeof l.async!="symbol"&&!l.onLoad&&!l.onError&&l.src&&typeof l.src=="string")return!0}return!1}function Ul(n){return!(n.type==="stylesheet"&&(n.state.loading&3)===0)}function Li(n,l,o,s){if(o.type==="stylesheet"&&(typeof s.media!="string"||matchMedia(s.media).matches!==!1)&&(o.state.loading&4)===0){if(o.instance===null){var d=Wl(s.href),m=l.querySelector(vu(d));if(m){l=m._p,l!==null&&typeof l=="object"&&typeof l.then=="function"&&(n.count++,n=eh.bind(n),l.then(n,n)),o.state.loading|=4,o.instance=m,rn(m);return}m=l.ownerDocument||l,s=Zr(s),(d=Bl.get(d))&&Wm(s,d),m=m.createElement("link"),rn(m);var A=m;A._p=new Promise(function(D,J){A.onload=D,A.onerror=J}),Va(m,"link",s),o.instance=m}n.stylesheets===null&&(n.stylesheets=new Map),n.stylesheets.set(o,l),(l=o.state.preload)&&(o.state.loading&3)===0&&(n.count++,o=eh.bind(n),l.addEventListener("load",o),l.addEventListener("error",o))}}var $l=0;function Q2(n,l){return n.stylesheets&&n.count===0&&nh(n,n.stylesheets),0<n.count||0<n.imgCount?function(o){var s=setTimeout(function(){if(n.stylesheets&&nh(n,n.stylesheets),n.unsuspend){var m=n.unsuspend;n.unsuspend=null,m()}},6e4+l);0<n.imgBytes&&$l===0&&($l=62500*z2());var d=setTimeout(function(){if(n.waitingForImages=!1,n.count===0&&(n.stylesheets&&nh(n,n.stylesheets),n.unsuspend)){var m=n.unsuspend;n.unsuspend=null,m()}},(n.imgBytes>$l?50:800)+l);return n.unsuspend=o,function(){n.unsuspend=null,clearTimeout(s),clearTimeout(d)}}:null}function eh(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)nh(this,this.stylesheets);else if(this.unsuspend){var n=this.unsuspend;this.unsuspend=null,n()}}}var th=null;function nh(n,l){n.stylesheets=null,n.unsuspend!==null&&(n.count++,th=new Map,l.forEach(Ma,n),th=null,eh.call(n))}function Ma(n,l){if(!(l.state.loading&4)){var o=th.get(n);if(o)var s=o.get(null);else{o=new Map,th.set(n,o);for(var d=n.querySelectorAll("link[data-precedence],style[data-precedence]"),m=0;m<d.length;m++){var A=d[m];(A.nodeName==="LINK"||A.getAttribute("media")!=="not all")&&(o.set(A.dataset.precedence,A),s=A)}s&&o.set(null,s)}d=l.instance,A=d.getAttribute("data-precedence"),m=o.get(A)||s,m===s&&o.set(null,d),o.set(A,d),this.count++,s=eh.bind(this),d.addEventListener("load",s),d.addEventListener("error",s),m?m.parentNode.insertBefore(d,m.nextSibling):(n=n.nodeType===9?n.head:n,n.insertBefore(d,n.firstChild)),l.state.loading|=4}}var Id={$$typeof:Ne,Provider:null,Consumer:null,_currentValue:Y,_currentValue2:Y,_threadCount:0};function X2(n,l,o,s,d,m,A,D,J){this.tag=1,this.containerInfo=n,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=en(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=en(0),this.hiddenUpdates=en(null),this.identifierPrefix=s,this.onUncaughtError=d,this.onCaughtError=m,this.onRecoverableError=A,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=J,this.incompleteTransitions=new Map}function ah(n,l,o,s,d,m,A,D,J,he,xe,Ue){return n=new X2(n,l,o,A,J,he,xe,Ue,D),l=1,m===!0&&(l|=24),m=Wn(3,null,null,l),n.current=m,m.stateNode=n,l=ed(),l.refCount++,n.pooledCache=l,l.refCount++,m.memoizedState={element:s,isDehydrated:o,cache:l},sd(m),n}function Ac(n){return n?(n=rl,n):rl}function Sg(n,l,o,s,d,m){d=Ac(d),s.context===null?s.context=d:s.pendingContext=d,s=ys(l),s.payload={element:o},m=m===void 0?null:m,m!==null&&(s.callback=m),o=Ql(n,s,l),o!==null&&(Al(o,n,l),nu(o,n,l))}function lh(n,l){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var o=n.retryLane;n.retryLane=o!==0&&o<l?o:l}}function I2(n,l){lh(n,l),(n=n.alternate)&&lh(n,l)}function Tg(n){if(n.tag===13||n.tag===31){var l=cs(n,67108864);l!==null&&Al(l,n,67108864),I2(n,67108864)}}function Sc(n){if(n.tag===13||n.tag===31){var l=kl();l=ci(l);var o=cs(n,l);o!==null&&Al(o,n,l),I2(n,l)}}var ba=!0;function ji(n,l,o,s){var d=E.T;E.T=null;var m=z.p;try{z.p=2,Qa(n,l,o,s)}finally{z.p=m,E.T=d}}function Yi(n,l,o,s){var d=E.T;E.T=null;var m=z.p;try{z.p=8,Qa(n,l,o,s)}finally{z.p=m,E.T=d}}function Qa(n,l,o,s){if(ba){var d=J2(s);if(d===null)D2(n,l,s,oh,o),xs(n,s);else if(Sb(d,n,l,o,s))s.stopPropagation();else if(xs(n,s),l&4&&-1<Tl.indexOf(n)){for(;d!==null;){var m=di(d);if(m!==null)switch(m.tag){case 3:if(m=m.stateNode,m.current.memoizedState.isDehydrated){var A=Qe(m.pendingLanes);if(A!==0){var D=m;for(D.pendingLanes|=2,D.entangledLanes|=2;A;){var J=1<<31-mt(A);D.entanglements[1]|=J,A&=~J}Hi(m),(fn&6)===0&&(hn=Ve()+500,Cs(0))}}break;case 31:case 13:D=cs(m,2),D!==null&&Al(D,m,2),Hr(),I2(m,2)}if(m=J2(s),m===null&&D2(n,l,s,oh,o),m===d)break;d=m}d!==null&&s.stopPropagation()}else D2(n,l,s,null,o)}}function J2(n){return n=tr(n),$r(n)}var oh=null;function $r(n){if(oh=null,n=fi(n),n!==null){var l=b(n);if(l===null)n=null;else{var o=l.tag;if(o===13){if(n=w(l),n!==null)return n;n=null}else if(o===31){if(n=C(l),n!==null)return n;n=null}else if(o===3){if(l.stateNode.current.memoizedState.isDehydrated)return l.tag===3?l.stateNode.containerInfo:null;n=null}else l!==n&&(n=null)}}return oh=n,null}function Jd(n){switch(n){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(Ze()){case ze:return 2;case Re:return 8;case He:case et:return 32;case Pe:return 268435456;default:return 32}default:return 32}}var Pr=!1,Aa=null,Xa=null,tl=null,bu=new Map,Eo=new Map,Yn=[],Tl="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function xs(n,l){switch(n){case"focusin":case"focusout":Aa=null;break;case"dragenter":case"dragleave":Xa=null;break;case"mouseover":case"mouseout":tl=null;break;case"pointerover":case"pointerout":bu.delete(l.pointerId);break;case"gotpointercapture":case"lostpointercapture":Eo.delete(l.pointerId)}}function Tc(n,l,o,s,d,m){return n===null||n.nativeEvent!==m?(n={blockedOn:l,domEventName:o,eventSystemFlags:s,nativeEvent:m,targetContainers:[d]},l!==null&&(l=di(l),l!==null&&Tg(l)),n):(n.eventSystemFlags|=s,l=n.targetContainers,d!==null&&l.indexOf(d)===-1&&l.push(d),n)}function Sb(n,l,o,s,d){switch(l){case"focusin":return Aa=Tc(Aa,n,l,o,s,d),!0;case"dragenter":return Xa=Tc(Xa,n,l,o,s,d),!0;case"mouseover":return tl=Tc(tl,n,l,o,s,d),!0;case"pointerover":var m=d.pointerId;return bu.set(m,Tc(bu.get(m)||null,n,l,o,s,d)),!0;case"gotpointercapture":return m=d.pointerId,Eo.set(m,Tc(Eo.get(m)||null,n,l,o,s,d)),!0}return!1}function wg(n){var l=fi(n.target);if(l!==null){var o=b(l);if(o!==null){if(l=o.tag,l===13){if(l=w(o),l!==null){n.blockedOn=l,_n(n.priority,function(){Sc(o)});return}}else if(l===31){if(l=C(o),l!==null){n.blockedOn=l,_n(n.priority,function(){Sc(o)});return}}else if(l===3&&o.stateNode.current.memoizedState.isDehydrated){n.blockedOn=o.tag===3?o.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Fd(n){if(n.blockedOn!==null)return!1;for(var l=n.targetContainers;0<l.length;){var o=J2(n.nativeEvent);if(o===null){o=n.nativeEvent;var s=new o.constructor(o.type,o);er=s,o.target.dispatchEvent(s),er=null}else return l=di(o),l!==null&&Tg(l),n.blockedOn=o,!1;l.shift()}return!0}function ef(n,l,o){Fd(n)&&o.delete(l)}function Eg(){Pr=!1,Aa!==null&&Fd(Aa)&&(Aa=null),Xa!==null&&Fd(Xa)&&(Xa=null),tl!==null&&Fd(tl)&&(tl=null),bu.forEach(ef),Eo.forEach(ef)}function qi(n,l){n.blockedOn===l&&(n.blockedOn=null,Pr||(Pr=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Eg)))}var tf=null;function Cg(n){tf!==n&&(tf=n,r.unstable_scheduleCallback(r.unstable_NormalPriority,function(){tf===n&&(tf=null);for(var l=0;l<n.length;l+=3){var o=n[l],s=n[l+1],d=n[l+2];if(typeof s!="function"){if($r(s||o)===null)continue;break}var m=di(o);m!==null&&(n.splice(l,3),l-=3,Er(m,{pending:!0,data:d,method:o.method,action:s},s,d))}}))}function nf(n){function l(J){return qi(J,n)}Aa!==null&&qi(Aa,n),Xa!==null&&qi(Xa,n),tl!==null&&qi(tl,n),bu.forEach(l),Eo.forEach(l);for(var o=0;o<Yn.length;o++){var s=Yn[o];s.blockedOn===n&&(s.blockedOn=null)}for(;0<Yn.length&&(o=Yn[0],o.blockedOn===null);)wg(o),o.blockedOn===null&&Yn.shift();if(o=(n.ownerDocument||n).$$reactFormReplay,o!=null)for(s=0;s<o.length;s+=3){var d=o[s],m=o[s+1],A=d[qa]||null;if(typeof m=="function")A||Cg(o);else if(A){var D=null;if(m&&m.hasAttribute("formAction")){if(d=m,A=m[qa]||null)D=A.formAction;else if($r(d)!==null)continue}else D=A.action;typeof D=="function"?o[s+1]=D:(o.splice(s,3),s-=3),Cg(o)}}}function F2(){function n(m){m.canIntercept&&m.info==="react-transition"&&m.intercept({handler:function(){return new Promise(function(A){return d=A})},focusReset:"manual",scroll:"manual"})}function l(){d!==null&&(d(),d=null),s||setTimeout(o,20)}function o(){if(!s&&!navigation.transition){var m=navigation.currentEntry;m&&m.url!=null&&navigation.navigate(m.url,{state:m.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var s=!1,d=null;return navigation.addEventListener("navigate",n),navigation.addEventListener("navigatesuccess",l),navigation.addEventListener("navigateerror",l),setTimeout(o,100),function(){s=!0,navigation.removeEventListener("navigate",n),navigation.removeEventListener("navigatesuccess",l),navigation.removeEventListener("navigateerror",l),d!==null&&(d(),d=null)}}}function ih(n){this._internalRoot=n}sh.prototype.render=ih.prototype.render=function(n){var l=this._internalRoot;if(l===null)throw Error(y(409));var o=l.current,s=kl();Sg(o,s,n,l,null,null)},sh.prototype.unmount=ih.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var l=n.containerInfo;Sg(n.current,2,null,n,null,null),Hr(),l[ri]=null}};function sh(n){this._internalRoot=n}sh.prototype.unstable_scheduleHydration=function(n){if(n){var l=Do();n={blockedOn:null,target:n,priority:l};for(var o=0;o<Yn.length&&l!==0&&l<Yn[o].priority;o++);Yn.splice(o,0,n),o===0&&wg(n)}};var Z2=f.version;if(Z2!=="19.2.4")throw Error(y(527,Z2,"19.2.4"));z.findDOMNode=function(n){var l=n._reactInternals;if(l===void 0)throw typeof n.render=="function"?Error(y(188)):(n=Object.keys(n).join(","),Error(y(268,n)));return n=_(l),n=n!==null?ue(n):null,n=n===null?null:n.stateNode,n};var Og={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:E,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Zd=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Zd.isDisabled&&Zd.supportsFiber)try{ve=Zd.inject(Og),at=Zd}catch{}}return Gh.createRoot=function(n,l){if(!v(n))throw Error(y(299));var o=!1,s="",d=vm,m=Kp,A=bm;return l!=null&&(l.unstable_strictMode===!0&&(o=!0),l.identifierPrefix!==void 0&&(s=l.identifierPrefix),l.onUncaughtError!==void 0&&(d=l.onUncaughtError),l.onCaughtError!==void 0&&(m=l.onCaughtError),l.onRecoverableError!==void 0&&(A=l.onRecoverableError)),l=ah(n,1,!1,null,null,o,s,null,d,m,A,F2),n[ri]=l.current,Vr(n),new ih(l)},Gh.hydrateRoot=function(n,l,o){if(!v(n))throw Error(y(299));var s=!1,d="",m=vm,A=Kp,D=bm,J=null;return o!=null&&(o.unstable_strictMode===!0&&(s=!0),o.identifierPrefix!==void 0&&(d=o.identifierPrefix),o.onUncaughtError!==void 0&&(m=o.onUncaughtError),o.onCaughtError!==void 0&&(A=o.onCaughtError),o.onRecoverableError!==void 0&&(D=o.onRecoverableError),o.formState!==void 0&&(J=o.formState)),l=ah(n,1,!0,l,o??null,s,d,J,m,A,D,F2),l.context=Ac(null),o=l.current,s=kl(),s=ci(s),d=ys(s),d.callback=null,Ql(o,d,s),o=s,l.current.lanes=o,Zn(l,o),Hi(l),n[ri]=l.current,Vr(n),new sh(l)},Gh.version="19.2.4",Gh}var Vh={};var JA;function NT(){return JA||(JA=1,process.env.NODE_ENV!=="production"&&(function(){function r(e,t){for(e=e.memoizedState;e!==null&&0<t;)e=e.next,t--;return e}function f(e,t,a,i){if(a>=t.length)return i;var u=t[a],c=ha(e)?e.slice():Vt({},e);return c[u]=f(e[u],t,a+1,i),c}function p(e,t,a){if(t.length!==a.length)console.warn("copyWithRename() expects paths of the same length");else{for(var i=0;i<a.length-1;i++)if(t[i]!==a[i]){console.warn("copyWithRename() expects paths to be the same except for the deepest key");return}return y(e,t,a,0)}}function y(e,t,a,i){var u=t[i],c=ha(e)?e.slice():Vt({},e);return i+1===t.length?(c[a[i]]=c[u],ha(c)?c.splice(u,1):delete c[u]):c[u]=y(e[u],t,a,i+1),c}function v(e,t,a){var i=t[a],u=ha(e)?e.slice():Vt({},e);return a+1===t.length?(ha(u)?u.splice(i,1):delete u[i],u):(u[i]=v(e[i],t,a+1),u)}function b(){return!1}function w(){return null}function C(){console.error("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks")}function R(){console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")}function _(){}function ue(){}function Q(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")}function M(e,t,a,i){return new mb(e,t,a,i)}function X(e,t){e.context===sf&&(Xm(e.current,2,t,e,null,null),Zl())}function te(e,t){if(Qi!==null){var a=t.staleFamilies;t=t.updatedFamilies,Od(),gy(e.current,t,a),Zl()}}function ie(e){Qi=e}function ne(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function Ie(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,(t.flags&4098)!==0&&(a=t.return),e=t.return;while(e)}return t.tag===3?a:null}function ae(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function Ne(e){if(e.tag===31){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function je(e){if(Ie(e)!==e)throw Error("Unable to find node on an unmounted component.")}function lt(e){var t=e.alternate;if(!t){if(t=Ie(e),t===null)throw Error("Unable to find node on an unmounted component.");return t!==e?null:e}for(var a=e,i=t;;){var u=a.return;if(u===null)break;var c=u.alternate;if(c===null){if(i=u.return,i!==null){a=i;continue}break}if(u.child===c.child){for(c=u.child;c;){if(c===a)return je(u),e;if(c===i)return je(u),t;c=c.sibling}throw Error("Unable to find node on an unmounted component.")}if(a.return!==i.return)a=u,i=c;else{for(var h=!1,g=u.child;g;){if(g===a){h=!0,a=u,i=c;break}if(g===i){h=!0,i=u,a=c;break}g=g.sibling}if(!h){for(g=c.child;g;){if(g===a){h=!0,a=c,i=u;break}if(g===i){h=!0,i=c,a=u;break}g=g.sibling}if(!h)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(a.alternate!==i)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(a.tag!==3)throw Error("Unable to find node on an unmounted component.");return a.stateNode.current===a?e:t}function rt(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e;for(e=e.child;e!==null;){if(t=rt(e),t!==null)return t;e=e.sibling}return null}function Ke(e){return e===null||typeof e!="object"?null:(e=bg&&e[bg]||e["@@iterator"],typeof e=="function"?e:null)}function N(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Jr?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Xr:return"Fragment";case Vd:return"Profiler";case Sl:return"StrictMode";case vc:return"Suspense";case Bl:return"SuspenseList";case $o:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case yu:return"Portal";case Wo:return e.displayName||"Context";case Km:return(e._context.displayName||"Context")+".Consumer";case Ir:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Qd:return t=e.displayName||null,t!==null?t:N(e.type)||"Memo";case el:t=e._payload,e=e._init;try{return N(e(t))}catch{}}return null}function U(e){return typeof e.tag=="number"?B(e):typeof e.name=="string"?e.name:null}function B(e){var t=e.type;switch(e.tag){case 31:return"Activity";case 24:return"Cache";case 9:return(t._context.displayName||"Context")+".Consumer";case 10:return t.displayName||"Context";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 26:case 27:case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return N(t);case 8:return t===Sl?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;break;case 29:if(t=e._debugInfo,t!=null){for(var a=t.length-1;0<=a;a--)if(typeof t[a].name=="string")return t[a].name}if(e.return!==null)return B(e.return)}return null}function le(e){return{current:e}}function k(e,t){0>Os?console.error("Unexpected pop."):(t!==Y2[Os]&&console.error("Unexpected Fiber popped."),e.current=j2[Os],j2[Os]=null,Y2[Os]=null,Os--)}function j(e,t,a){Os++,j2[Os]=e.current,Y2[Os]=a,e.current=t}function se(e){return e===null&&console.error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."),e}function q(e,t){j(Wl,t,e),j(Fr,e,e),j(gu,null,e);var a=t.nodeType;switch(a){case 9:case 11:a=a===9?"#document":"#fragment",t=(t=t.documentElement)&&(t=t.namespaceURI)?Iy(t):_c;break;default:if(a=t.tagName,t=t.namespaceURI)t=Iy(t),t=ws(t,a);else switch(a){case"svg":t=Hh;break;case"math":t=gv;break;default:t=_c}}a=a.toLowerCase(),a=Lf(null,a),a={context:t,ancestorInfo:a},k(gu,e),j(gu,a,e)}function E(e){k(gu,e),k(Fr,e),k(Wl,e)}function z(){return se(gu.current)}function Y(e){e.memoizedState!==null&&j(vu,e,e);var t=se(gu.current),a=e.type,i=ws(t.context,a);a=Lf(t.ancestorInfo,a),i={context:i,ancestorInfo:a},t!==i&&(j(Fr,e,e),j(gu,i,e))}function K(e){Fr.current===e&&(k(gu,e),k(Fr,e)),vu.current===e&&(k(vu,e),L1._currentValue=v0)}function Ce(){}function x(){if(Zr===0){Ag=console.log,bc=console.info,Kr=console.warn,q2=console.error,Xd=console.group,Wm=console.groupCollapsed,$m=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Ce,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Zr++}function Z(){if(Zr--,Zr===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Vt({},e,{value:Ag}),info:Vt({},e,{value:bc}),warn:Vt({},e,{value:Kr}),error:Vt({},e,{value:q2}),group:Vt({},e,{value:Xd}),groupCollapsed:Vt({},e,{value:Wm}),groupEnd:Vt({},e,{value:$m})})}0>Zr&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function Te(e){var t=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,e=e.stack,Error.prepareStackTrace=t,e.startsWith(`Error: react-stack-top-frame
|
|
32
32
|
`)&&(e=e.slice(29)),t=e.indexOf(`
|
|
33
33
|
`),t!==-1&&(e=e.slice(t+1)),t=e.indexOf("react_stack_bottom_frame"),t!==-1&&(t=e.lastIndexOf(`
|
|
34
34
|
`,t)),t!==-1)e=e.slice(0,t);else return"";return e}function we(e){if(Wr===void 0)try{throw Error()}catch(a){var t=a.stack.trim().match(/\n( *(at )?)/);Wr=t&&t[1]||"",G2=-1<a.stack.indexOf(`
|
|
@@ -44,7 +44,7 @@ Error generating stack: `+We.message+`
|
|
|
44
44
|
`+u)}}else if(e.debugStack!=null){var c=e.debugStack;(e=e.owner)&&c&&(t+=`
|
|
45
45
|
`+Te(c))}else break;var h=t}catch(g){h=`
|
|
46
46
|
Error generating stack: `+g.message+`
|
|
47
|
-
`+g.stack}return h}function Xe(e,t,a,i,u,c,h){var g=Ul;ra(e);try{return e!==null&&e._debugTask?e._debugTask.run(t.bind(null,a,i,u,c,h)):t(a,i,u,c,h)}finally{ra(g)}throw Error("runWithFiberInDEV should never be called in production. This is a bug in React.")}function ra(e){Ae.getCurrentStack=e===null?null:Bn,Li=!1,Ul=e}function ln(e){return typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}function Wt(e){try{return Mt(e),!1}catch{return!0}}function Mt(e){return""+e}function Jt(e,t){if(Wt(e))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",t,ln(e)),Mt(e)}function Cn(e,t){if(Wt(e))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",t,ln(e)),Mt(e)}function Ea(e){if(Wt(e))return console.error("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before using it here.",ln(e)),Mt(e)}function Ya(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return console.error("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://react.dev/link/react-devtools"),!0;try{Sc=t.inject(e),ba=t}catch(a){console.error("React instrumentation encountered an error: %o.",a)}return!!t.checkDCE}function ot(e){if(typeof I2=="function"&&Tg(e),ba&&typeof ba.setStrictMode=="function")try{ba.setStrictMode(Sc,e)}catch(t){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",t))}}function Me(e){return e>>>=0,e===0?32:31-(J2(e)/oh|0)|0}function Je(e){var t=e&42;if(t!==0)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return e&261888;case 262144:case 524288:case 1048576:case 2097152:return e&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return console.error("Should have found matching lanes. This is a bug in React."),e}}function Ye(e,t,a){var i=e.pendingLanes;if(i===0)return 0;var u=0,c=e.suspendedLanes,h=e.pingedLanes;e=e.warmLanes;var g=i&134217727;return g!==0?(i=g&~c,i!==0?u=Je(i):(h&=g,h!==0?u=Je(h):a||(a=g&~e,a!==0&&(u=Je(a))))):(g=i&~c,g!==0?u=Je(g):h!==0?u=Je(h):a||(a=i&~e,a!==0&&(u=Je(a)))),u===0?0:t!==0&&t!==u&&(t&c)===0&&(c=u&-u,a=t&-t,c>=a||c===32&&(a&4194048)!==0)?t:u}function Ve(e,t){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)===0}function Ze(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return console.error("Should have found matching lanes. This is a bug in React."),-1}}function ze(){var e=Pr;return Pr<<=1,(Pr&62914560)===0&&(Pr=4194304),e}function Re(e){for(var t=[],a=0;31>a;a++)t.push(e);return t}function He(e,t){e.pendingLanes|=t,t!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function et(e,t,a,i,u,c){var h=e.pendingLanes;e.pendingLanes=a,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=a,e.entangledLanes&=a,e.errorRecoveryDisabledLanes&=a,e.shellSuspendCounter=0;var g=e.entanglements,S=e.expirationTimes,O=e.hiddenUpdates;for(a=h&~a;0<a;){var $=31-Qa(a),ee=1<<$;g[$]=0,S[$]=-1;var V=O[$];if(V!==null)for(O[$]=null,$=0;$<V.length;$++){var ye=V[$];ye!==null&&(ye.lane&=-536870913)}a&=~ee}i!==0&&Pe(e,i,0),c!==0&&u===0&&e.tag!==0&&(e.suspendedLanes|=c&~(h&~t))}function Pe(e,t,a){e.pendingLanes|=t,e.suspendedLanes&=~t;var i=31-Qa(t);e.entangledLanes|=t,e.entanglements[i]=e.entanglements[i]|1073741824|a&261930}function Ge(e,t){var a=e.entangledLanes|=t;for(e=e.entanglements;a;){var i=31-Qa(a),u=1<<i;u&t|e[i]&t&&(e[i]|=t),a&=~u}}function re(e,t){var a=t&-t;return a=(a&42)!==0?1:ve(a),(a&(e.suspendedLanes|t))!==0?0:a}function ve(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function at(e,t,a){if(Yi)for(e=e.pendingUpdatersLaneMap;0<a;){var i=31-Qa(a),u=1<<i;e[i].add(t),a&=~u}}function tt(e,t){if(Yi)for(var a=e.pendingUpdatersLaneMap,i=e.memoizedUpdaters;0<t;){var u=31-Qa(t);e=1<<u,u=a[u],0<u.size&&(u.forEach(function(c){var h=c.alternate;h!==null&&i.has(h)||i.add(c)}),u.clear()),t&=~e}}function mt(e){return e&=-e,Aa<e?Xa<e?(e&134217727)!==0?tl:bu:Xa:Aa}function Ut(){var e=pn.p;return e!==0?e:(e=window.event,e===void 0?tl:Jm(e.type))}function T(e,t){var a=pn.p;try{return pn.p=e,t()}finally{pn.p=a}}function L(e){delete e[Yn],delete e[Tl],delete e[Tc],delete e[Sb],delete e[wg]}function de(e){var t=e[Yn];if(t)return t;for(var a=e.parentNode;a;){if(t=a[xs]||a[Yn]){if(a=t.alternate,t.child!==null||a!==null&&a.child!==null)for(e=hc(e);e!==null;){if(a=e[Yn])return a;e=hc(e)}return t}e=a,a=e.parentNode}return null}function oe(e){if(e=e[Yn]||e[xs]){var t=e.tag;if(t===5||t===6||t===13||t===31||t===26||t===27||t===3)return e}return null}function Le(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e.stateNode;throw Error("getNodeFromInstance: Invalid argument.")}function Qe(e){var t=e[Jd];return t||(t=e[Jd]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function Be(e){e[ef]=!0}function st(e,t){ct(e,t),ct(e+"Capture",t)}function ct(e,t){qi[e]&&console.error("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),qi[e]=t;var a=e.toLowerCase();for(tf[a]=e,e==="onDoubleClick"&&(tf.ondblclick=e),e=0;e<t.length;e++)Eg.add(t[e])}function kt(e,t){Cg[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||console.error(e==="select"?"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`.":"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function en(e){return $l.call(ih,e)?!0:$l.call(F2,e)?!1:nf.test(e)?ih[e]=!0:(F2[e]=!0,console.error("Invalid attribute name: `%s`",e),!1)}function Zn(e,t,a){if(en(t)){if(!e.hasAttribute(t)){switch(typeof a){case"symbol":case"object":return a;case"function":return a;case"boolean":if(a===!1)return a}return a===void 0?void 0:null}return e=e.getAttribute(t),e===""&&a===!0?!0:(Jt(a,t),e===""+a?a:e)}}function Qn(e,t,a){if(en(t))if(a===null)e.removeAttribute(t);else{switch(typeof a){case"undefined":case"function":case"symbol":e.removeAttribute(t);return;case"boolean":var i=t.toLowerCase().slice(0,5);if(i!=="data-"&&i!=="aria-"){e.removeAttribute(t);return}}Jt(a,t),e.setAttribute(t,""+a)}}function Za(e,t,a){if(a===null)e.removeAttribute(t);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(t);return}Jt(a,t),e.setAttribute(t,""+a)}}function On(e,t,a,i){if(i===null)e.removeAttribute(a);else{switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(a);return}Jt(i,a),e.setAttributeNS(t,a,""+i)}}function aa(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return Ea(e),e;default:return""}}function ci(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ts(e,t,a){var i=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);if(!e.hasOwnProperty(t)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var u=i.get,c=i.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return u.call(this)},set:function(h){Ea(h),a=""+h,c.call(this,h)}}),Object.defineProperty(e,t,{enumerable:i.enumerable}),{getValue:function(){return a},setValue:function(h){Ea(h),a=""+h},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Do(e){if(!e._valueTracker){var t=ci(e)?"checked":"value";e._valueTracker=ts(e,t,""+e[t])}}function _n(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var a=t.getValue(),i="";return e&&(i=ci(e)?e.checked?"true":"false":e.value),e=i,e!==a?(t.setValue(e),!0):!1}function Ka(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function sn(e){return e.replace(sh,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function qa(e,t){t.checked===void 0||t.defaultChecked===void 0||Og||(console.error("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Ot()||"A component",t.type),Og=!0),t.value===void 0||t.defaultValue===void 0||Z2||(console.error("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Ot()||"A component",t.type),Z2=!0)}function ri(e,t,a,i,u,c,h,g){e.name="",h!=null&&typeof h!="function"&&typeof h!="symbol"&&typeof h!="boolean"?(Jt(h,"type"),e.type=h):e.removeAttribute("type"),t!=null?h==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+aa(t)):e.value!==""+aa(t)&&(e.value=""+aa(t)):h!=="submit"&&h!=="reset"||e.removeAttribute("value"),t!=null?Hs(e,h,aa(t)):a!=null?Hs(e,h,aa(a)):i!=null&&e.removeAttribute("value"),u==null&&c!=null&&(e.defaultChecked=!!c),u!=null&&(e.checked=u&&typeof u!="function"&&typeof u!="symbol"),g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"?(Jt(g,"name"),e.name=""+aa(g)):e.removeAttribute("name")}function Ic(e,t,a,i,u,c,h,g){if(c!=null&&typeof c!="function"&&typeof c!="symbol"&&typeof c!="boolean"&&(Jt(c,"type"),e.type=c),t!=null||a!=null){if(!(c!=="submit"&&c!=="reset"||t!=null)){Do(e);return}a=a!=null?""+aa(a):"",t=t!=null?""+aa(t):a,g||t===e.value||(e.value=t),e.defaultValue=t}i=i??u,i=typeof i!="function"&&typeof i!="symbol"&&!!i,e.checked=g?e.checked:!!i,e.defaultChecked=!!i,h!=null&&typeof h!="function"&&typeof h!="symbol"&&typeof h!="boolean"&&(Jt(h,"name"),e.name=h),Do(e)}function Hs(e,t,a){t==="number"&&Ka(e.ownerDocument)===e||e.defaultValue===""+a||(e.defaultValue=""+a)}function zf(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?qd.Children.forEach(t.children,function(a){a==null||typeof a=="string"||typeof a=="number"||typeof a=="bigint"||n||(n=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>."))}):t.dangerouslySetInnerHTML==null||l||(l=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),t.selected==null||Fd||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Fd=!0)}function Jc(){var e=Ot();return e?`
|
|
47
|
+
`+g.stack}return h}function Xe(e,t,a,i,u,c,h){var g=Ul;ra(e);try{return e!==null&&e._debugTask?e._debugTask.run(t.bind(null,a,i,u,c,h)):t(a,i,u,c,h)}finally{ra(g)}throw Error("runWithFiberInDEV should never be called in production. This is a bug in React.")}function ra(e){Ae.getCurrentStack=e===null?null:Bn,Li=!1,Ul=e}function ln(e){return typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}function Wt(e){try{return Mt(e),!1}catch{return!0}}function Mt(e){return""+e}function Jt(e,t){if(Wt(e))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",t,ln(e)),Mt(e)}function Cn(e,t){if(Wt(e))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",t,ln(e)),Mt(e)}function Ea(e){if(Wt(e))return console.error("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before using it here.",ln(e)),Mt(e)}function Ya(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return console.error("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://react.dev/link/react-devtools"),!0;try{Sc=t.inject(e),ba=t}catch(a){console.error("React instrumentation encountered an error: %o.",a)}return!!t.checkDCE}function ot(e){if(typeof I2=="function"&&Tg(e),ba&&typeof ba.setStrictMode=="function")try{ba.setStrictMode(Sc,e)}catch(t){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",t))}}function Me(e){return e>>>=0,e===0?32:31-(J2(e)/oh|0)|0}function Je(e){var t=e&42;if(t!==0)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return e&261888;case 262144:case 524288:case 1048576:case 2097152:return e&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return console.error("Should have found matching lanes. This is a bug in React."),e}}function Ye(e,t,a){var i=e.pendingLanes;if(i===0)return 0;var u=0,c=e.suspendedLanes,h=e.pingedLanes;e=e.warmLanes;var g=i&134217727;return g!==0?(i=g&~c,i!==0?u=Je(i):(h&=g,h!==0?u=Je(h):a||(a=g&~e,a!==0&&(u=Je(a))))):(g=i&~c,g!==0?u=Je(g):h!==0?u=Je(h):a||(a=i&~e,a!==0&&(u=Je(a)))),u===0?0:t!==0&&t!==u&&(t&c)===0&&(c=u&-u,a=t&-t,c>=a||c===32&&(a&4194048)!==0)?t:u}function Ve(e,t){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)===0}function Ze(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return console.error("Should have found matching lanes. This is a bug in React."),-1}}function ze(){var e=Pr;return Pr<<=1,(Pr&62914560)===0&&(Pr=4194304),e}function Re(e){for(var t=[],a=0;31>a;a++)t.push(e);return t}function He(e,t){e.pendingLanes|=t,t!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function et(e,t,a,i,u,c){var h=e.pendingLanes;e.pendingLanes=a,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=a,e.entangledLanes&=a,e.errorRecoveryDisabledLanes&=a,e.shellSuspendCounter=0;var g=e.entanglements,S=e.expirationTimes,O=e.hiddenUpdates;for(a=h&~a;0<a;){var $=31-Qa(a),ee=1<<$;g[$]=0,S[$]=-1;var V=O[$];if(V!==null)for(O[$]=null,$=0;$<V.length;$++){var ye=V[$];ye!==null&&(ye.lane&=-536870913)}a&=~ee}i!==0&&Pe(e,i,0),c!==0&&u===0&&e.tag!==0&&(e.suspendedLanes|=c&~(h&~t))}function Pe(e,t,a){e.pendingLanes|=t,e.suspendedLanes&=~t;var i=31-Qa(t);e.entangledLanes|=t,e.entanglements[i]=e.entanglements[i]|1073741824|a&261930}function Ge(e,t){var a=e.entangledLanes|=t;for(e=e.entanglements;a;){var i=31-Qa(a),u=1<<i;u&t|e[i]&t&&(e[i]|=t),a&=~u}}function re(e,t){var a=t&-t;return a=(a&42)!==0?1:ve(a),(a&(e.suspendedLanes|t))!==0?0:a}function ve(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function at(e,t,a){if(Yi)for(e=e.pendingUpdatersLaneMap;0<a;){var i=31-Qa(a),u=1<<i;e[i].add(t),a&=~u}}function tt(e,t){if(Yi)for(var a=e.pendingUpdatersLaneMap,i=e.memoizedUpdaters;0<t;){var u=31-Qa(t);e=1<<u,u=a[u],0<u.size&&(u.forEach(function(c){var h=c.alternate;h!==null&&i.has(h)||i.add(c)}),u.clear()),t&=~e}}function mt(e){return e&=-e,Aa<e?Xa<e?(e&134217727)!==0?tl:bu:Xa:Aa}function Ut(){var e=pn.p;return e!==0?e:(e=window.event,e===void 0?tl:Jm(e.type))}function T(e,t){var a=pn.p;try{return pn.p=e,t()}finally{pn.p=a}}function L(e){delete e[Yn],delete e[Tl],delete e[Tc],delete e[Sb],delete e[wg]}function de(e){var t=e[Yn];if(t)return t;for(var a=e.parentNode;a;){if(t=a[xs]||a[Yn]){if(a=t.alternate,t.child!==null||a!==null&&a.child!==null)for(e=hc(e);e!==null;){if(a=e[Yn])return a;e=hc(e)}return t}e=a,a=e.parentNode}return null}function oe(e){if(e=e[Yn]||e[xs]){var t=e.tag;if(t===5||t===6||t===13||t===31||t===26||t===27||t===3)return e}return null}function Le(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e.stateNode;throw Error("getNodeFromInstance: Invalid argument.")}function Qe(e){var t=e[Fd];return t||(t=e[Fd]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function Be(e){e[ef]=!0}function st(e,t){ct(e,t),ct(e+"Capture",t)}function ct(e,t){qi[e]&&console.error("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),qi[e]=t;var a=e.toLowerCase();for(tf[a]=e,e==="onDoubleClick"&&(tf.ondblclick=e),e=0;e<t.length;e++)Eg.add(t[e])}function kt(e,t){Cg[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||console.error(e==="select"?"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`.":"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function en(e){return $l.call(ih,e)?!0:$l.call(F2,e)?!1:nf.test(e)?ih[e]=!0:(F2[e]=!0,console.error("Invalid attribute name: `%s`",e),!1)}function Zn(e,t,a){if(en(t)){if(!e.hasAttribute(t)){switch(typeof a){case"symbol":case"object":return a;case"function":return a;case"boolean":if(a===!1)return a}return a===void 0?void 0:null}return e=e.getAttribute(t),e===""&&a===!0?!0:(Jt(a,t),e===""+a?a:e)}}function Qn(e,t,a){if(en(t))if(a===null)e.removeAttribute(t);else{switch(typeof a){case"undefined":case"function":case"symbol":e.removeAttribute(t);return;case"boolean":var i=t.toLowerCase().slice(0,5);if(i!=="data-"&&i!=="aria-"){e.removeAttribute(t);return}}Jt(a,t),e.setAttribute(t,""+a)}}function Za(e,t,a){if(a===null)e.removeAttribute(t);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(t);return}Jt(a,t),e.setAttribute(t,""+a)}}function On(e,t,a,i){if(i===null)e.removeAttribute(a);else{switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(a);return}Jt(i,a),e.setAttributeNS(t,a,""+i)}}function aa(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return Ea(e),e;default:return""}}function ci(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ts(e,t,a){var i=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);if(!e.hasOwnProperty(t)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var u=i.get,c=i.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return u.call(this)},set:function(h){Ea(h),a=""+h,c.call(this,h)}}),Object.defineProperty(e,t,{enumerable:i.enumerable}),{getValue:function(){return a},setValue:function(h){Ea(h),a=""+h},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Do(e){if(!e._valueTracker){var t=ci(e)?"checked":"value";e._valueTracker=ts(e,t,""+e[t])}}function _n(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var a=t.getValue(),i="";return e&&(i=ci(e)?e.checked?"true":"false":e.value),e=i,e!==a?(t.setValue(e),!0):!1}function Ka(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function sn(e){return e.replace(sh,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function qa(e,t){t.checked===void 0||t.defaultChecked===void 0||Og||(console.error("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Ot()||"A component",t.type),Og=!0),t.value===void 0||t.defaultValue===void 0||Z2||(console.error("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Ot()||"A component",t.type),Z2=!0)}function ri(e,t,a,i,u,c,h,g){e.name="",h!=null&&typeof h!="function"&&typeof h!="symbol"&&typeof h!="boolean"?(Jt(h,"type"),e.type=h):e.removeAttribute("type"),t!=null?h==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+aa(t)):e.value!==""+aa(t)&&(e.value=""+aa(t)):h!=="submit"&&h!=="reset"||e.removeAttribute("value"),t!=null?Hs(e,h,aa(t)):a!=null?Hs(e,h,aa(a)):i!=null&&e.removeAttribute("value"),u==null&&c!=null&&(e.defaultChecked=!!c),u!=null&&(e.checked=u&&typeof u!="function"&&typeof u!="symbol"),g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"?(Jt(g,"name"),e.name=""+aa(g)):e.removeAttribute("name")}function Ic(e,t,a,i,u,c,h,g){if(c!=null&&typeof c!="function"&&typeof c!="symbol"&&typeof c!="boolean"&&(Jt(c,"type"),e.type=c),t!=null||a!=null){if(!(c!=="submit"&&c!=="reset"||t!=null)){Do(e);return}a=a!=null?""+aa(a):"",t=t!=null?""+aa(t):a,g||t===e.value||(e.value=t),e.defaultValue=t}i=i??u,i=typeof i!="function"&&typeof i!="symbol"&&!!i,e.checked=g?e.checked:!!i,e.defaultChecked=!!i,h!=null&&typeof h!="function"&&typeof h!="symbol"&&typeof h!="boolean"&&(Jt(h,"name"),e.name=h),Do(e)}function Hs(e,t,a){t==="number"&&Ka(e.ownerDocument)===e||e.defaultValue===""+a||(e.defaultValue=""+a)}function _f(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?Gd.Children.forEach(t.children,function(a){a==null||typeof a=="string"||typeof a=="number"||typeof a=="bigint"||n||(n=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>."))}):t.dangerouslySetInnerHTML==null||l||(l=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),t.selected==null||Zd||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Zd=!0)}function Jc(){var e=Ot();return e?`
|
|
48
48
|
|
|
49
49
|
Check the render method of \``+e+"`.":""}function _l(e,t,a,i){if(e=e.options,t){t={};for(var u=0;u<a.length;u++)t["$"+a[u]]=!0;for(a=0;a<e.length;a++)u=t.hasOwnProperty("$"+e[a].value),e[a].selected!==u&&(e[a].selected=u),u&&i&&(e[a].defaultSelected=!0)}else{for(a=""+aa(a),t=null,u=0;u<e.length;u++){if(e[u].value===a){e[u].selected=!0,i&&(e[u].defaultSelected=!0);return}t!==null||e[u].disabled||(t=e[u])}t!==null&&(t.selected=!0)}}function Fc(e,t){for(e=0;e<s.length;e++){var a=s[e];if(t[a]!=null){var i=ha(t[a]);t.multiple&&!i?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Jc()):!t.multiple&&i&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Jc())}}t.value===void 0||t.defaultValue===void 0||o||(console.error("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://react.dev/link/controlled-components"),o=!0)}function fi(e,t){t.value===void 0||t.defaultValue===void 0||d||(console.error("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://react.dev/link/controlled-components",Ot()||"A component"),d=!0),t.children!=null&&t.value==null&&console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>.")}function di(e,t,a){if(t!=null&&(t=""+aa(t),t!==e.value&&(e.value=t),a==null)){e.defaultValue!==t&&(e.defaultValue=t);return}e.defaultValue=a!=null?""+aa(a):""}function ns(e,t,a,i){if(t==null){if(i!=null){if(a!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(ha(i)){if(1<i.length)throw Error("<textarea> can only have at most one child.");i=i[0]}a=i}a==null&&(a=""),t=a}a=aa(t),e.defaultValue=a,i=e.textContent,i===a&&i!==""&&i!==null&&(e.value=i),Do(e)}function as(e,t){return e.serverProps===void 0&&e.serverTail.length===0&&e.children.length===1&&3<e.distanceFromLeaf&&e.distanceFromLeaf>15-t?as(e.children[0],t):e}function rn(e){return" "+" ".repeat(e)}function ls(e){return"+ "+" ".repeat(e)}function mi(e){return"- "+" ".repeat(e)}function No(e){switch(e.tag){case 26:case 27:case 5:return e.type;case 16:return"Lazy";case 31:return"Activity";case 13:return"Suspense";case 19:return"SuspenseList";case 0:case 15:return e=e.type,e.displayName||e.name||null;case 11:return e=e.type.render,e.displayName||e.name||null;case 1:return e=e.type,e.displayName||e.name||null;default:return null}}function uo(e,t){return m.test(e)?(e=JSON.stringify(e),e.length>t-2?8>t?'{"..."}':"{"+e.slice(0,t-7)+'..."}':"{"+e+"}"):e.length>t?5>t?'{"..."}':e.slice(0,t-3)+"...":e}function Zc(e,t,a){var i=120-2*a;if(t===null)return ls(a)+uo(e,i)+`
|
|
50
50
|
`;if(typeof t=="string"){for(var u=0;u<t.length&&u<e.length&&t.charCodeAt(u)===e.charCodeAt(u);u++);return u>i-8&&10<u&&(e="..."+e.slice(u-8),t="..."+t.slice(u-8)),ls(a)+uo(e,i)+`
|
|
@@ -75,16 +75,16 @@ Check the render method of \``+e+"`.":""}function _l(e,t,a,i){if(e=e.options,t){
|
|
|
75
75
|
`,t++)}if(i="",u=e.fiber.pendingProps,e.fiber.tag===6)i=Zc(u,e.serverProps,t),t++;else if(c=No(e.fiber),c!==null)if(e.serverProps===void 0){i=t;var h=120-2*i-c.length-2,g="";for(O in u)if(u.hasOwnProperty(O)&&O!=="children"){var S=js(u[O],15);if(h-=O.length+S.length+2,0>h){g+=" ...";break}g+=" "+O+"="+S}i=rn(i)+"<"+c+g+`>
|
|
76
76
|
`,t++}else e.serverProps===null?(i=Ys(c,u,ls(t)),t++):typeof e.serverProps=="string"?console.error("Should not have matched a non HostText fiber to a Text node. This is a bug in React."):(i=Mo(c,u,e.serverProps,t),t++);var O="";for(u=e.fiber.child,c=0;u&&c<e.children.length;)h=e.children[c],h.fiber===u?(O+=$c(h,t),c++):O+=il(u,t),u=u.sibling;for(u&&0<e.children.length&&(O+=rn(t)+`...
|
|
77
77
|
`),u=e.serverTail,e.serverProps===null&&t--,e=0;e<u.length;e++)c=u[e],O=typeof c=="string"?O+(mi(t)+uo(c,120-2*t)+`
|
|
78
|
-
`):O+Ys(c.type,c.props,mi(t));return a+i+O}function
|
|
78
|
+
`):O+Ys(c.type,c.props,mi(t));return a+i+O}function Hf(e){try{return`
|
|
79
79
|
|
|
80
|
-
`+$c(e,0)}catch{return""}}function Pc(e,t,a){for(var i=t,u=null,c=0;i;)i===e&&(c=0),u={fiber:i,children:u!==null?[u]:[],serverProps:i===t?a:i===e?null:void 0,serverTail:[],distanceFromLeaf:c},c++,i=i.return;return u!==null?
|
|
80
|
+
`+$c(e,0)}catch{return""}}function Pc(e,t,a){for(var i=t,u=null,c=0;i;)i===e&&(c=0),u={fiber:i,children:u!==null?[u]:[],serverProps:i===t?a:i===e?null:void 0,serverTail:[],distanceFromLeaf:c},c++,i=i.return;return u!==null?Hf(u).replaceAll(/^[+-]/gm,">"):""}function Lf(e,t){var a=Vt({},e||xe),i={tag:t};return D.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),J.indexOf(t)!==-1&&(a.pTagInButtonScope=null),A.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(a.listItemTagAutoclosing=null,a.dlItemTagAutoclosing=null),a.current=i,t==="form"&&(a.formTag=i),t==="a"&&(a.aTagInScope=i),t==="button"&&(a.buttonTagInScope=i),t==="nobr"&&(a.nobrTagInScope=i),t==="p"&&(a.pTagInButtonScope=i),t==="li"&&(a.listItemTagAutoclosing=i),(t==="dd"||t==="dt")&&(a.dlItemTagAutoclosing=i),t==="#document"||t==="html"?a.containerTagInScope=null:a.containerTagInScope||(a.containerTagInScope=i),e!==null||t!=="#document"&&t!=="html"&&t!=="body"?a.implicitRootScope===!0&&(a.implicitRootScope=!1):a.implicitRootScope=!0,a}function Nu(e,t,a){switch(t){case"select":return e==="hr"||e==="option"||e==="optgroup"||e==="script"||e==="template"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":if(a)break;return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":if(!a)return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return he.indexOf(t)===-1;case"caption":case"col":case"colgroup":case"frameset":case"frame":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null;case"head":return a||t===null;case"html":return a&&t==="#document"||t===null;case"body":return a&&(t==="#document"||t==="html")||t===null}return!0}function lp(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null}function sl(e,t){for(;e;){switch(e.tag){case 5:case 26:case 27:if(e.type===t)return e}e=e.return}return null}function Mu(e,t){t=t||xe;var a=t.current;if(t=(a=Nu(e,a&&a.tag,t.implicitRootScope)?null:a)?null:lp(e,t),t=a||t,!t)return!0;var i=t.tag;if(t=String(!!a)+"|"+e+"|"+i,Ue[t])return!1;Ue[t]=!0;var u=(t=Ul)?sl(t.return,i):null,c=t!==null&&u!==null?Pc(u,t,null):"",h="<"+e+">";return a?(a="",i==="table"&&e==="tr"&&(a+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),console.error(`In HTML, %s cannot be a child of <%s>.%s
|
|
81
81
|
This will cause a hydration error.%s`,h,i,a,c)):console.error(`In HTML, %s cannot be a descendant of <%s>.
|
|
82
82
|
This will cause a hydration error.%s`,h,i,c),t&&(e=t.return,u===null||e===null||u===e&&e._debugOwner===t._debugOwner||Xe(u,function(){console.error(`<%s> cannot contain a nested %s.
|
|
83
83
|
See this log for the ancestor stack trace.`,i,h)})),!1}function ku(e,t,a){if(a||Nu("#text",t,!1))return!0;if(a="#text|"+t,Ue[a])return!1;Ue[a]=!0;var i=(a=Ul)?sl(a,t):null;return a=a!==null&&i!==null?Pc(i,a,a.tag!==6?{children:null}:null):"",/\S/.test(e)?console.error(`In HTML, text nodes cannot be a child of <%s>.
|
|
84
84
|
This will cause a hydration error.%s`,t,a):console.error(`In HTML, whitespace text nodes cannot be a child of <%s>. Make sure you don't have any extra whitespace between tags on each line of your source code.
|
|
85
|
-
This will cause a hydration error.%s`,t,a),!1}function os(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===3){a.nodeValue=t;return}}e.textContent=t}function qs(e){return e.replace(ce,function(t,a){return a.toUpperCase()})}function Lf(e,t,a){var i=t.indexOf("--")===0;i||(-1<t.indexOf("-")?me.hasOwnProperty(t)&&me[t]||(me[t]=!0,console.error("Unsupported style property %s. Did you mean %s?",t,qs(t.replace(wn,"ms-")))):St.test(t)?me.hasOwnProperty(t)&&me[t]||(me[t]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",t,t.charAt(0).toUpperCase()+t.slice(1))):!P.test(a)||ke.hasOwnProperty(a)&&ke[a]||(ke[a]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,t,a.replace(P,""))),typeof a=="number"&&(isNaN(a)?gt||(gt=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",t)):isFinite(a)||un||(un=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",t)))),a==null||typeof a=="boolean"||a===""?i?e.setProperty(t,""):t==="float"?e.cssFloat="":e[t]="":i?e.setProperty(t,a):typeof a!="number"||a===0||pt.has(t)?t==="float"?e.cssFloat=a:(Cn(a,t),e[t]=(""+a).trim()):e[t]=a+"px"}function jf(e,t,a){if(t!=null&&typeof t!="object")throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");if(t&&Object.freeze(t),e=e.style,a!=null){if(t){var i={};if(a){for(var u in a)if(a.hasOwnProperty(u)&&!t.hasOwnProperty(u))for(var c=pe[u]||[u],h=0;h<c.length;h++)i[c[h]]=u}for(var g in t)if(t.hasOwnProperty(g)&&(!a||a[g]!==t[g]))for(u=pe[g]||[g],c=0;c<u.length;c++)i[u[c]]=g;g={};for(var S in t)for(u=pe[S]||[S],c=0;c<u.length;c++)g[u[c]]=S;S={};for(var O in i)if(u=i[O],(c=g[O])&&u!==c&&(h=u+","+c,!S[h])){S[h]=!0,h=console;var $=t[u];h.error.call(h,"%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",$==null||typeof $=="boolean"||$===""?"Removing":"Updating",u,c)}}for(var ee in a)!a.hasOwnProperty(ee)||t!=null&&t.hasOwnProperty(ee)||(ee.indexOf("--")===0?e.setProperty(ee,""):ee==="float"?e.cssFloat="":e[ee]="");for(var V in t)O=t[V],t.hasOwnProperty(V)&&a[V]!==O&&Lf(e,V,O)}else for(i in t)t.hasOwnProperty(i)&&Lf(e,i,t[i])}function co(e){if(e.indexOf("-")===-1)return!1;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function D0(e){return dn.get(e)||e}function N0(e,t){if($l.call(uh,t)&&uh[t])return!0;if(oE.test(t)){if(e="aria-"+t.slice(4).toLowerCase(),e=xg.hasOwnProperty(e)?e:null,e==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),uh[t]=!0;if(t!==e)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,e),uh[t]=!0}if(lE.test(t)){if(e=t.toLowerCase(),e=xg.hasOwnProperty(e)?e:null,e==null)return uh[t]=!0,!1;t!==e&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,e),uh[t]=!0)}return!0}function M0(e,t){var a=[],i;for(i in t)N0(e,i)||a.push(i);t=a.map(function(u){return"`"+u+"`"}).join(", "),a.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e):1<a.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e)}function Yf(e,t,a,i){if($l.call(Pl,t)&&Pl[t])return!0;var u=t.toLowerCase();if(u==="onfocusin"||u==="onfocusout")return console.error("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Pl[t]=!0;if(typeof a=="function"&&(e==="form"&&t==="action"||e==="input"&&t==="formAction"||e==="button"&&t==="formAction"))return!0;if(i!=null){if(e=i.possibleRegistrationNames,i.registrationNameDependencies.hasOwnProperty(t))return!0;if(i=e.hasOwnProperty(u)?e[u]:null,i!=null)return console.error("Invalid event handler property `%s`. Did you mean `%s`?",t,i),Pl[t]=!0;if(f4.test(t))return console.error("Unknown event handler property `%s`. It will be ignored.",t),Pl[t]=!0}else if(f4.test(t))return iE.test(t)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Pl[t]=!0;if(sE.test(t)||uE.test(t))return!0;if(u==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Pl[t]=!0;if(u==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Pl[t]=!0;if(u==="is"&&a!==null&&a!==void 0&&typeof a!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Pl[t]=!0;if(typeof a=="number"&&isNaN(a))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Pl[t]=!0;if(Po.hasOwnProperty(u)){if(u=Po[u],u!==t)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",t,u),Pl[t]=!0}else if(t!==u)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,u),Pl[t]=!0;switch(t){case"dangerouslySetInnerHTML":case"children":case"style":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":return!0;case"innerText":case"textContent":return!0}switch(typeof a){case"boolean":switch(t){case"autoFocus":case"checked":case"multiple":case"muted":case"selected":case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":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":case"capture":case"download":case"inert":return!0;default:return u=t.toLowerCase().slice(0,5),u==="data-"||u==="aria-"?!0:(a?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,t,t,a,t):console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,t,t,a,t,t,t),Pl[t]=!0)}case"function":case"symbol":return Pl[t]=!0,!1;case"string":if(a==="false"||a==="true"){switch(t){case"checked":case"selected":case"multiple":case"muted":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":case"inert":break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,t,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,a),Pl[t]=!0}}return!0}function op(e,t,a){var i=[],u;for(u in t)Yf(e,u,t[u],a)||i.push(u);t=i.map(function(c){return"`"+c+"`"}).join(", "),i.length===1?console.error("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior ",t,e):1<i.length&&console.error("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior ",t,e)}function Bu(e){return cE.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function Ol(){}function Hl(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}function er(e){var t=oe(e);if(t&&(e=t.stateNode)){var a=e[Tl]||null;e:switch(e=t.stateNode,t.type){case"input":if(ri(e,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name),t=a.name,a.type==="radio"&&t!=null){for(a=e;a.parentNode;)a=a.parentNode;for(Jt(t,"name"),a=a.querySelectorAll('input[name="'+sn(""+t)+'"][type="radio"]'),t=0;t<a.length;t++){var i=a[t];if(i!==e&&i.form===e.form){var u=i[Tl]||null;if(!u)throw Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");ri(i,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name)}}for(t=0;t<a.length;t++)i=a[t],i.form===e.form&&_n(i)}break e;case"textarea":di(e,a.value,a.defaultValue);break e;case"select":t=a.value,t!=null&&_l(e,!!a.multiple,t,!1)}}}function tr(e,t,a){if(Tb)return e(t,a);Tb=!0;try{var i=e(t);return i}finally{if(Tb=!1,(ch!==null||rh!==null)&&(Zl(),ch&&(t=ch,e=rh,rh=ch=null,er(t),e)))for(t=0;t<e.length;t++)er(e[t])}}function ro(e,t){var a=e.stateNode;if(a===null)return null;var i=a[Tl]||null;if(i===null)return null;a=i[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(i=!i.disabled)||(e=e.type,i=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!i;break e;default:e=!1}if(e)return null;if(a&&typeof a!="function")throw Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof a+"` type.");return a}function is(){if(Rg)return Rg;var e,t=Eb,a=t.length,i,u="value"in af?af.value:af.textContent,c=u.length;for(e=0;e<a&&t[e]===u[e];e++);var h=a-e;for(i=1;i<=h&&t[a-i]===u[c-i];i++);return Rg=u.slice(e,1<i?1-i:void 0)}function Uu(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Gs(){return!0}function qf(){return!1}function fa(e){function t(a,i,u,c,h){this._reactName=a,this._targetInst=u,this.type=i,this.nativeEvent=c,this.target=h,this.currentTarget=null;for(var g in e)e.hasOwnProperty(g)&&(a=e[g],this[g]=a?a(c):c[g]);return this.isDefaultPrevented=(c.defaultPrevented!=null?c.defaultPrevented:c.returnValue===!1)?Gs:qf,this.isPropagationStopped=qf,this}return Vt(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=Gs)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Gs)},persist:function(){},isPersistent:Gs}),t}function fo(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=TE[e])?!!t[e]:!1}function zu(){return fo}function fe(e,t){switch(e){case"keyup":return UE.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==p4;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function H(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}function F(e,t){switch(e){case"compositionend":return H(t);case"keypress":return t.which!==g4?null:(b4=!0,v4);case"textInput":return e=t.data,e===v4&&b4?null:e;default:return null}}function Oe(e,t){if(fh)return e==="compositionend"||!Rb&&fe(e,t)?(e=is(),Rg=Eb=af=null,fh=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return y4&&t.locale!=="ko"?null:t.data;default:return null}}function qe(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!_E[e.type]:t==="textarea"}function Ht(e){if(!Au)return!1;e="on"+e;var t=e in document;return t||(t=document.createElement("div"),t.setAttribute(e,"return;"),t=typeof t[e]=="function"),t}function xn(e,t,a,i){ch?rh?rh.push(i):rh=[i]:ch=i,t=Fo(t,"onChange"),0<t.length&&(a=new Dg("onChange","change",null,a,i),e.push({event:a,listeners:t}))}function Ga(e){vn(e,0)}function Kn(e){var t=Le(e);if(_n(t))return e}function hi(e,t){if(e==="change")return t}function _u(){t1&&(t1.detachEvent("onpropertychange",ss),n1=t1=null)}function ss(e){if(e.propertyName==="value"&&Kn(n1)){var t=[];xn(t,n1,e,Hl(e)),tr(Ga,t)}}function k0(e,t,a){e==="focusin"?(_u(),t1=t,n1=a,t1.attachEvent("onpropertychange",ss)):e==="focusout"&&_u()}function nr(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Kn(n1)}function ar(e,t){if(e==="click")return Kn(t)}function Gf(e,t){if(e==="input"||e==="change")return Kn(t)}function B0(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}function lr(e,t){if(eo(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),i=Object.keys(t);if(a.length!==i.length)return!1;for(i=0;i<a.length;i++){var u=a[i];if(!$l.call(t,u)||!eo(e[u],t[u]))return!1}return!0}function uy(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function cy(e,t){var a=uy(e);e=0;for(var i;a;){if(a.nodeType===3){if(i=e+a.textContent.length,e<=t&&i>=t)return{node:a,offset:t-e};e=i}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=uy(a)}}function ry(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?ry(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function U0(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=Ka(e.document);t instanceof e.HTMLIFrameElement;){try{var a=typeof t.contentWindow.location.href=="string"}catch{a=!1}if(a)e=t.contentWindow;else break;t=Ka(e.document)}return t}function ip(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function fy(e,t,a){var i=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;Nb||dh==null||dh!==Ka(i)||(i=dh,"selectionStart"in i&&ip(i)?i={start:i.selectionStart,end:i.selectionEnd}:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection(),i={anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}),a1&&lr(a1,i)||(a1=i,i=Fo(Db,"onSelect"),0<i.length&&(t=new Dg("onSelect","select",null,t,a),e.push({event:t,listeners:i}),t.target=dh)))}function Hu(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}function Lu(e){if(Mb[e])return Mb[e];if(!mh[e])return e;var t=mh[e],a;for(a in t)if(t.hasOwnProperty(a)&&a in S4)return Mb[e]=t[a];return e}function ko(e,t){O4.set(e,t),st(t,[e])}function dy(e){for(var t=Mg,a=0;a<e.length;a++){var i=e[a];if(typeof i=="object"&&i!==null)if(ha(i)&&i.length===2&&typeof i[0]=="string"){if(t!==Mg&&t!==_b)return Ub;t=_b}else return Ub;else{if(typeof i=="function"||typeof i=="string"&&50<i.length||t!==Mg&&t!==zb)return Ub;t=zb}}return t}function sp(e,t,a,i){for(var u in e)$l.call(e,u)&&u[0]!=="_"&&pi(u,e[u],t,a,i)}function pi(e,t,a,i,u){switch(typeof t){case"object":if(t===null){t="null";break}else{if(t.$$typeof===wo){var c=N(t.type)||"…",h=t.key;t=t.props;var g=Object.keys(t),S=g.length;if(h==null&&S===0){t="<"+c+" />";break}if(3>i||S===1&&g[0]==="children"&&h==null){t="<"+c+" … />";break}a.push([u+" ".repeat(i)+e,"<"+c]),h!==null&&pi("key",h,a,i+1,u),e=!1;for(var O in t)O==="children"?t.children!=null&&(!ha(t.children)||0<t.children.length)&&(e=!0):$l.call(t,O)&&O[0]!=="_"&&pi(O,t[O],a,i+1,u);a.push(["",e?">…</"+c+">":"/>"]);return}if(c=Object.prototype.toString.call(t),c=c.slice(8,c.length-1),c==="Array"){if(O=dy(t),O===zb||O===Mg){t=JSON.stringify(t);break}else if(O===_b){for(a.push([u+" ".repeat(i)+e,""]),e=0;e<t.length;e++)c=t[e],pi(c[0],c[1],a,i+1,u);return}}if(c==="Promise"){if(t.status==="fulfilled"){if(c=a.length,pi(e,t.value,a,i,u),a.length>c){a=a[c],a[1]="Promise<"+(a[1]||"Object")+">";return}}else if(t.status==="rejected"&&(c=a.length,pi(e,t.reason,a,i,u),a.length>c)){a=a[c],a[1]="Rejected Promise<"+a[1]+">";return}a.push([" ".repeat(i)+e,"Promise"]);return}c==="Object"&&(O=Object.getPrototypeOf(t))&&typeof O.constructor=="function"&&(c=O.constructor.name),a.push([u+" ".repeat(i)+e,c==="Object"?3>i?"":"…":c]),3>i&&sp(t,a,i+1,u);return}case"function":t=t.name===""?"() => {}":t.name+"() {}";break;case"string":t=t===VE?"…":JSON.stringify(t);break;case"undefined":t="undefined";break;case"boolean":t=t?"true":"false";break;default:t=String(t)}a.push([u+" ".repeat(i)+e,t])}function my(e,t,a,i){var u=!0;for(h in e)h in t||(a.push([kg+" ".repeat(i)+h,"…"]),u=!1);for(var c in t)if(c in e){var h=e[c],g=t[c];if(h!==g){if(i===0&&c==="children")u=" ".repeat(i)+c,a.push([kg+u,"…"],[Bg+u,"…"]);else{if(!(3<=i)){if(typeof h=="object"&&typeof g=="object"&&h!==null&&g!==null&&h.$$typeof===g.$$typeof)if(g.$$typeof===wo){if(h.type===g.type&&h.key===g.key){h=N(g.type)||"…",u=" ".repeat(i)+c,h="<"+h+" … />",a.push([kg+u,h],[Bg+u,h]),u=!1;continue}}else{var S=Object.prototype.toString.call(h),O=Object.prototype.toString.call(g);if(S===O&&(O==="[object Object]"||O==="[object Array]")){S=[D4+" ".repeat(i)+c,O==="[object Array]"?"Array":""],a.push(S),O=a.length,my(h,g,a,i+1)?O===a.length&&(S[1]="Referentially unequal but deeply equal objects. Consider memoization."):u=!1;continue}}else if(typeof h=="function"&&typeof g=="function"&&h.name===g.name&&h.length===g.length&&(S=Function.prototype.toString.call(h),O=Function.prototype.toString.call(g),S===O)){h=g.name===""?"() => {}":g.name+"() {}",a.push([D4+" ".repeat(i)+c,h+" Referentially unequal function closure. Consider memoization."]);continue}}pi(c,h,a,i,kg),pi(c,g,a,i,Bg)}u=!1}}else a.push([Bg+" ".repeat(i)+c,"…"]),u=!1;return u}function Bo(e){on=e&63?"Blocking":e&64?"Gesture":e&4194176?"Transition":e&62914560?"Suspense":e&2080374784?"Idle":"Other"}function mo(e,t,a,i){qn&&(of.start=t,of.end=a,wc.color="warning",wc.tooltipText=i,wc.properties=null,(e=e._debugTask)?e.run(performance.measure.bind(performance,i,of)):performance.measure(i,of))}function z0(e,t,a){mo(e,t,a,"Reconnect")}function _0(e,t,a,i,u){var c=B(e);if(c!==null&&qn){var h=e.alternate,g=e.actualDuration;if(h===null||h.child!==e.child)for(var S=e.child;S!==null;S=S.sibling)g-=S.actualDuration;i=.5>g?i?"tertiary-light":"primary-light":10>g?i?"tertiary":"primary":100>g?i?"tertiary-dark":"primary-dark":"error";var O=e.memoizedProps;g=e._debugTask,O!==null&&h!==null&&h.memoizedProps!==O?(S=[QE],O=my(h.memoizedProps,O,S,0),1<S.length&&(O&&!lf&&(h.lanes&u)===0&&100<e.actualDuration?(lf=!0,S[0]=XE,wc.color="warning",wc.tooltipText=N4):(wc.color=i,wc.tooltipText=c),wc.properties=S,of.start=t,of.end=a,g!=null?g.run(performance.measure.bind(performance,""+c,of)):performance.measure(""+c,of))):g!=null?g.run(console.timeStamp.bind(console,c,t,a,Gi,void 0,i)):console.timeStamp(c,t,a,Gi,void 0,i)}}function up(e,t,a,i){if(qn){var u=B(e);if(u!==null){for(var c=null,h=[],g=0;g<i.length;g++){var S=i[g];c==null&&S.source!==null&&(c=S.source._debugTask),S=S.value,h.push(["Error",typeof S=="object"&&S!==null&&typeof S.message=="string"?String(S.message):String(S)])}e.key!==null&&pi("key",e.key,h,0,""),e.memoizedProps!==null&&sp(e.memoizedProps,h,0,""),c==null&&(c=e._debugTask),e={start:t,end:a,detail:{devtools:{color:"error",track:Gi,tooltipText:e.tag===13?"Hydration failed":"Error boundary caught an error",properties:h}}},c?c.run(performance.measure.bind(performance,""+u,e)):performance.measure(""+u,e)}}}function Uo(e,t,a,i,u){if(u!==null){if(qn){var c=B(e);if(c!==null){i=[];for(var h=0;h<u.length;h++){var g=u[h].value;i.push(["Error",typeof g=="object"&&g!==null&&typeof g.message=="string"?String(g.message):String(g)])}e.key!==null&&pi("key",e.key,i,0,""),e.memoizedProps!==null&&sp(e.memoizedProps,i,0,""),t={start:t,end:a,detail:{devtools:{color:"error",track:Gi,tooltipText:"A lifecycle or effect errored",properties:i}}},(e=e._debugTask)?e.run(performance.measure.bind(performance,""+c,t)):performance.measure(""+c,t)}}}else c=B(e),c!==null&&qn&&(u=1>i?"secondary-light":100>i?"secondary":500>i?"secondary-dark":"error",(e=e._debugTask)?e.run(console.timeStamp.bind(console,c,t,a,Gi,void 0,u)):console.timeStamp(c,t,a,Gi,void 0,u))}function rb(e,t,a,i){if(qn&&!(t<=e)){var u=(a&738197653)===a?"tertiary-dark":"primary-dark";a=(a&536870912)===a?"Prepared":(a&201326741)===a?"Hydrated":"Render",i?i.run(console.timeStamp.bind(console,a,e,t,on,nn,u)):console.timeStamp(a,e,t,on,nn,u)}}function hy(e,t,a,i){!qn||t<=e||(a=(a&738197653)===a?"tertiary-dark":"primary-dark",i?i.run(console.timeStamp.bind(console,"Prewarm",e,t,on,nn,a)):console.timeStamp("Prewarm",e,t,on,nn,a))}function py(e,t,a,i){!qn||t<=e||(a=(a&738197653)===a?"tertiary-dark":"primary-dark",i?i.run(console.timeStamp.bind(console,"Suspended",e,t,on,nn,a)):console.timeStamp("Suspended",e,t,on,nn,a))}function fb(e,t,a,i,u,c){if(qn&&!(t<=e)){a=[];for(var h=0;h<i.length;h++){var g=i[h].value;a.push(["Recoverable Error",typeof g=="object"&&g!==null&&typeof g.message=="string"?String(g.message):String(g)])}e={start:e,end:t,detail:{devtools:{color:"primary-dark",track:on,trackGroup:nn,tooltipText:u?"Hydration Failed":"Recovered after Error",properties:a}}},c?c.run(performance.measure.bind(performance,"Recovered",e)):performance.measure("Recovered",e)}}function cp(e,t,a,i){!qn||t<=e||(i?i.run(console.timeStamp.bind(console,"Errored",e,t,on,nn,"error")):console.timeStamp("Errored",e,t,on,nn,"error"))}function db(e,t,a,i){!qn||t<=e||(i?i.run(console.timeStamp.bind(console,a,e,t,on,nn,"secondary-light")):console.timeStamp(a,e,t,on,nn,"secondary-light"))}function yy(e,t,a,i,u){if(qn&&!(t<=e)){for(var c=[],h=0;h<a.length;h++){var g=a[h].value;c.push(["Error",typeof g=="object"&&g!==null&&typeof g.message=="string"?String(g.message):String(g)])}e={start:e,end:t,detail:{devtools:{color:"error",track:on,trackGroup:nn,tooltipText:i?"Remaining Effects Errored":"Commit Errored",properties:c}}},u?u.run(performance.measure.bind(performance,"Errored",e)):performance.measure("Errored",e)}}function rp(e,t,a){!qn||t<=e||console.timeStamp("Animating",e,t,on,nn,"secondary-dark")}function H0(){for(var e=hh,t=Hb=hh=0;t<e;){var a=Vi[t];Vi[t++]=null;var i=Vi[t];Vi[t++]=null;var u=Vi[t];Vi[t++]=null;var c=Vi[t];if(Vi[t++]=null,i!==null&&u!==null){var h=i.pending;h===null?u.next=u:(u.next=h.next,h.next=u),i.pending=u}c!==0&&fp(a,u,c)}}function or(e,t,a,i){Vi[hh++]=e,Vi[hh++]=t,Vi[hh++]=a,Vi[hh++]=i,Hb|=i,e.lanes|=i,e=e.alternate,e!==null&&(e.lanes|=i)}function ju(e,t,a,i){return or(e,t,a,i),Vf(e)}function Wa(e,t){return or(e,null,null,t),Vf(e)}function fp(e,t,a){e.lanes|=a;var i=e.alternate;i!==null&&(i.lanes|=a);for(var u=!1,c=e.return;c!==null;)c.childLanes|=a,i=c.alternate,i!==null&&(i.childLanes|=a),c.tag===22&&(e=c.stateNode,e===null||e._visibility&l1||(u=!0)),e=c,c=c.return;return e.tag===3?(c=e.stateNode,u&&t!==null&&(u=31-Qa(a),e=c.hiddenUpdates,i=e[u],i===null?e[u]=[t]:i.push(t),t.lane=a|536870912),c):null}function Vf(e){if(M1>s7)throw f0=M1=0,k1=yA=null,Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");f0>u7&&(f0=0,k1=null,console.error("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.")),e.alternate===null&&(e.flags&4098)!==0&&To(e);for(var t=e,a=t.return;a!==null;)t.alternate===null&&(t.flags&4098)!==0&&To(e),t=a,a=t.return;return t.tag===3?t.stateNode:null}function Vs(e){if(Qi===null)return e;var t=Qi(e);return t===void 0?e:t.current}function L0(e){if(Qi===null)return e;var t=Qi(e);return t===void 0?e!=null&&typeof e.render=="function"&&(t=Vs(e.render),e.render!==t)?(t={$$typeof:Ir,render:t},e.displayName!==void 0&&(t.displayName=e.displayName),t):e:t.current}function dp(e,t){if(Qi===null)return!1;var a=e.elementType;t=t.type;var i=!1,u=typeof t=="object"&&t!==null?t.$$typeof:null;switch(e.tag){case 1:typeof t=="function"&&(i=!0);break;case 0:(typeof t=="function"||u===el)&&(i=!0);break;case 11:(u===Ir||u===el)&&(i=!0);break;case 14:case 15:(u===Vd||u===el)&&(i=!0);break;default:return!1}return!!(i&&(e=Qi(a),e!==void 0&&e===Qi(t)))}function Yu(e){Qi!==null&&typeof WeakSet=="function"&&(ph===null&&(ph=new WeakSet),ph.add(e))}function gy(e,t,a){do{var i=e,u=i.alternate,c=i.child,h=i.sibling,g=i.tag;i=i.type;var S=null;switch(g){case 0:case 15:case 1:S=i;break;case 11:S=i.render}if(Qi===null)throw Error("Expected resolveFamily to be set during hot reload.");var O=!1;if(i=!1,S!==null&&(S=Qi(S),S!==void 0&&(a.has(S)?i=!0:t.has(S)&&(g===1?i=!0:O=!0))),ph!==null&&(ph.has(e)||u!==null&&ph.has(u))&&(i=!0),i&&(e._debugNeedsRemount=!0),(i||O)&&(u=Wa(e,2),u!==null&&xt(u,e,2)),c===null||i||gy(c,t,a),h===null)break;e=h}while(!0)}function mb(e,t,a,i){this.tag=e,this.key=a,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=i,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null,this.actualDuration=-0,this.actualStartTime=-1.1,this.treeBaseDuration=this.selfBaseDuration=-0,this._debugTask=this._debugStack=this._debugOwner=this._debugInfo=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,M4||typeof Object.preventExtensions!="function"||Object.preventExtensions(this)}function mp(e){return e=e.prototype,!(!e||!e.isReactComponent)}function yi(e,t){var a=e.alternate;switch(a===null?(a=M(e.tag,t,e.key,e.mode),a.elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a._debugOwner=e._debugOwner,a._debugStack=e._debugStack,a._debugTask=e._debugTask,a._debugHookTypes=e._debugHookTypes,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.type=e.type,a.flags=0,a.subtreeFlags=0,a.deletions=null,a.actualDuration=-0,a.actualStartTime=-1.1),a.flags=e.flags&65011712,a.childLanes=e.childLanes,a.lanes=e.lanes,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue,t=e.dependencies,a.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a.refCleanup=e.refCleanup,a.selfBaseDuration=e.selfBaseDuration,a.treeBaseDuration=e.treeBaseDuration,a._debugInfo=e._debugInfo,a._debugNeedsRemount=e._debugNeedsRemount,a.tag){case 0:case 15:a.type=Vs(e.type);break;case 1:a.type=Vs(e.type);break;case 11:a.type=L0(e.type)}return a}function hp(e,t){e.flags&=65011714;var a=e.alternate;return a===null?(e.childLanes=0,e.lanes=t,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0):(e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,e.type=a.type,t=a.dependencies,e.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},e.selfBaseDuration=a.selfBaseDuration,e.treeBaseDuration=a.treeBaseDuration),e}function qu(e,t,a,i,u,c){var h=0,g=e;if(typeof e=="function")mp(e)&&(h=1),g=Vs(g);else if(typeof e=="string")h=z(),h=dg(e,a,h)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case $o:return t=M(31,a,t,u),t.elementType=$o,t.lanes=c,t;case Xr:return Gu(a.children,u,c,t);case Sl:h=8,u|=zl,u|=Rs;break;case Gd:return e=a,i=u,typeof e.id!="string"&&console.error('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id),t=M(12,e,t,i|Qt),t.elementType=Gd,t.lanes=c,t.stateNode={effectDuration:0,passiveEffectDuration:0},t;case vc:return t=M(13,a,t,u),t.elementType=vc,t.lanes=c,t;case Bl:return t=M(19,a,t,u),t.elementType=Bl,t.lanes=c,t;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Wo:h=10;break e;case Km:h=9;break e;case Ir:h=11,g=L0(g);break e;case Vd:h=14;break e;case el:h=16,g=null;break e}g="",(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(g+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),e===null?a="null":ha(e)?a="array":e!==void 0&&e.$$typeof===wo?(a="<"+(N(e.type)||"Unknown")+" />",g=" Did you accidentally export a JSX literal instead of a component?"):a=typeof e,(h=i?U(i):null)&&(g+=`
|
|
85
|
+
This will cause a hydration error.%s`,t,a),!1}function os(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===3){a.nodeValue=t;return}}e.textContent=t}function qs(e){return e.replace(ce,function(t,a){return a.toUpperCase()})}function jf(e,t,a){var i=t.indexOf("--")===0;i||(-1<t.indexOf("-")?me.hasOwnProperty(t)&&me[t]||(me[t]=!0,console.error("Unsupported style property %s. Did you mean %s?",t,qs(t.replace(wn,"ms-")))):St.test(t)?me.hasOwnProperty(t)&&me[t]||(me[t]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",t,t.charAt(0).toUpperCase()+t.slice(1))):!P.test(a)||ke.hasOwnProperty(a)&&ke[a]||(ke[a]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,t,a.replace(P,""))),typeof a=="number"&&(isNaN(a)?gt||(gt=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",t)):isFinite(a)||un||(un=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",t)))),a==null||typeof a=="boolean"||a===""?i?e.setProperty(t,""):t==="float"?e.cssFloat="":e[t]="":i?e.setProperty(t,a):typeof a!="number"||a===0||pt.has(t)?t==="float"?e.cssFloat=a:(Cn(a,t),e[t]=(""+a).trim()):e[t]=a+"px"}function Yf(e,t,a){if(t!=null&&typeof t!="object")throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");if(t&&Object.freeze(t),e=e.style,a!=null){if(t){var i={};if(a){for(var u in a)if(a.hasOwnProperty(u)&&!t.hasOwnProperty(u))for(var c=pe[u]||[u],h=0;h<c.length;h++)i[c[h]]=u}for(var g in t)if(t.hasOwnProperty(g)&&(!a||a[g]!==t[g]))for(u=pe[g]||[g],c=0;c<u.length;c++)i[u[c]]=g;g={};for(var S in t)for(u=pe[S]||[S],c=0;c<u.length;c++)g[u[c]]=S;S={};for(var O in i)if(u=i[O],(c=g[O])&&u!==c&&(h=u+","+c,!S[h])){S[h]=!0,h=console;var $=t[u];h.error.call(h,"%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",$==null||typeof $=="boolean"||$===""?"Removing":"Updating",u,c)}}for(var ee in a)!a.hasOwnProperty(ee)||t!=null&&t.hasOwnProperty(ee)||(ee.indexOf("--")===0?e.setProperty(ee,""):ee==="float"?e.cssFloat="":e[ee]="");for(var V in t)O=t[V],t.hasOwnProperty(V)&&a[V]!==O&&jf(e,V,O)}else for(i in t)t.hasOwnProperty(i)&&jf(e,i,t[i])}function co(e){if(e.indexOf("-")===-1)return!1;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function D0(e){return dn.get(e)||e}function N0(e,t){if($l.call(uh,t)&&uh[t])return!0;if(oE.test(t)){if(e="aria-"+t.slice(4).toLowerCase(),e=xg.hasOwnProperty(e)?e:null,e==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),uh[t]=!0;if(t!==e)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,e),uh[t]=!0}if(lE.test(t)){if(e=t.toLowerCase(),e=xg.hasOwnProperty(e)?e:null,e==null)return uh[t]=!0,!1;t!==e&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,e),uh[t]=!0)}return!0}function M0(e,t){var a=[],i;for(i in t)N0(e,i)||a.push(i);t=a.map(function(u){return"`"+u+"`"}).join(", "),a.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e):1<a.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e)}function qf(e,t,a,i){if($l.call(Pl,t)&&Pl[t])return!0;var u=t.toLowerCase();if(u==="onfocusin"||u==="onfocusout")return console.error("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Pl[t]=!0;if(typeof a=="function"&&(e==="form"&&t==="action"||e==="input"&&t==="formAction"||e==="button"&&t==="formAction"))return!0;if(i!=null){if(e=i.possibleRegistrationNames,i.registrationNameDependencies.hasOwnProperty(t))return!0;if(i=e.hasOwnProperty(u)?e[u]:null,i!=null)return console.error("Invalid event handler property `%s`. Did you mean `%s`?",t,i),Pl[t]=!0;if(f4.test(t))return console.error("Unknown event handler property `%s`. It will be ignored.",t),Pl[t]=!0}else if(f4.test(t))return iE.test(t)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Pl[t]=!0;if(sE.test(t)||uE.test(t))return!0;if(u==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Pl[t]=!0;if(u==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Pl[t]=!0;if(u==="is"&&a!==null&&a!==void 0&&typeof a!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Pl[t]=!0;if(typeof a=="number"&&isNaN(a))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Pl[t]=!0;if(Po.hasOwnProperty(u)){if(u=Po[u],u!==t)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",t,u),Pl[t]=!0}else if(t!==u)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,u),Pl[t]=!0;switch(t){case"dangerouslySetInnerHTML":case"children":case"style":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":return!0;case"innerText":case"textContent":return!0}switch(typeof a){case"boolean":switch(t){case"autoFocus":case"checked":case"multiple":case"muted":case"selected":case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":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":case"capture":case"download":case"inert":return!0;default:return u=t.toLowerCase().slice(0,5),u==="data-"||u==="aria-"?!0:(a?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,t,t,a,t):console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,t,t,a,t,t,t),Pl[t]=!0)}case"function":case"symbol":return Pl[t]=!0,!1;case"string":if(a==="false"||a==="true"){switch(t){case"checked":case"selected":case"multiple":case"muted":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":case"inert":break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,t,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,a),Pl[t]=!0}}return!0}function op(e,t,a){var i=[],u;for(u in t)qf(e,u,t[u],a)||i.push(u);t=i.map(function(c){return"`"+c+"`"}).join(", "),i.length===1?console.error("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior ",t,e):1<i.length&&console.error("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior ",t,e)}function Bu(e){return cE.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function Ol(){}function Hl(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}function er(e){var t=oe(e);if(t&&(e=t.stateNode)){var a=e[Tl]||null;e:switch(e=t.stateNode,t.type){case"input":if(ri(e,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name),t=a.name,a.type==="radio"&&t!=null){for(a=e;a.parentNode;)a=a.parentNode;for(Jt(t,"name"),a=a.querySelectorAll('input[name="'+sn(""+t)+'"][type="radio"]'),t=0;t<a.length;t++){var i=a[t];if(i!==e&&i.form===e.form){var u=i[Tl]||null;if(!u)throw Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");ri(i,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name)}}for(t=0;t<a.length;t++)i=a[t],i.form===e.form&&_n(i)}break e;case"textarea":di(e,a.value,a.defaultValue);break e;case"select":t=a.value,t!=null&&_l(e,!!a.multiple,t,!1)}}}function tr(e,t,a){if(Tb)return e(t,a);Tb=!0;try{var i=e(t);return i}finally{if(Tb=!1,(ch!==null||rh!==null)&&(Zl(),ch&&(t=ch,e=rh,rh=ch=null,er(t),e)))for(t=0;t<e.length;t++)er(e[t])}}function ro(e,t){var a=e.stateNode;if(a===null)return null;var i=a[Tl]||null;if(i===null)return null;a=i[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(i=!i.disabled)||(e=e.type,i=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!i;break e;default:e=!1}if(e)return null;if(a&&typeof a!="function")throw Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof a+"` type.");return a}function is(){if(Rg)return Rg;var e,t=Eb,a=t.length,i,u="value"in af?af.value:af.textContent,c=u.length;for(e=0;e<a&&t[e]===u[e];e++);var h=a-e;for(i=1;i<=h&&t[a-i]===u[c-i];i++);return Rg=u.slice(e,1<i?1-i:void 0)}function Uu(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Gs(){return!0}function Gf(){return!1}function fa(e){function t(a,i,u,c,h){this._reactName=a,this._targetInst=u,this.type=i,this.nativeEvent=c,this.target=h,this.currentTarget=null;for(var g in e)e.hasOwnProperty(g)&&(a=e[g],this[g]=a?a(c):c[g]);return this.isDefaultPrevented=(c.defaultPrevented!=null?c.defaultPrevented:c.returnValue===!1)?Gs:Gf,this.isPropagationStopped=Gf,this}return Vt(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=Gs)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Gs)},persist:function(){},isPersistent:Gs}),t}function fo(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=TE[e])?!!t[e]:!1}function zu(){return fo}function fe(e,t){switch(e){case"keyup":return UE.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==p4;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function H(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}function F(e,t){switch(e){case"compositionend":return H(t);case"keypress":return t.which!==g4?null:(b4=!0,v4);case"textInput":return e=t.data,e===v4&&b4?null:e;default:return null}}function Oe(e,t){if(fh)return e==="compositionend"||!Rb&&fe(e,t)?(e=is(),Rg=Eb=af=null,fh=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return y4&&t.locale!=="ko"?null:t.data;default:return null}}function qe(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!_E[e.type]:t==="textarea"}function Ht(e){if(!Au)return!1;e="on"+e;var t=e in document;return t||(t=document.createElement("div"),t.setAttribute(e,"return;"),t=typeof t[e]=="function"),t}function xn(e,t,a,i){ch?rh?rh.push(i):rh=[i]:ch=i,t=Fo(t,"onChange"),0<t.length&&(a=new Dg("onChange","change",null,a,i),e.push({event:a,listeners:t}))}function Ga(e){vn(e,0)}function Kn(e){var t=Le(e);if(_n(t))return e}function hi(e,t){if(e==="change")return t}function _u(){t1&&(t1.detachEvent("onpropertychange",ss),n1=t1=null)}function ss(e){if(e.propertyName==="value"&&Kn(n1)){var t=[];xn(t,n1,e,Hl(e)),tr(Ga,t)}}function k0(e,t,a){e==="focusin"?(_u(),t1=t,n1=a,t1.attachEvent("onpropertychange",ss)):e==="focusout"&&_u()}function nr(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Kn(n1)}function ar(e,t){if(e==="click")return Kn(t)}function Vf(e,t){if(e==="input"||e==="change")return Kn(t)}function B0(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}function lr(e,t){if(eo(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),i=Object.keys(t);if(a.length!==i.length)return!1;for(i=0;i<a.length;i++){var u=a[i];if(!$l.call(t,u)||!eo(e[u],t[u]))return!1}return!0}function uy(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function cy(e,t){var a=uy(e);e=0;for(var i;a;){if(a.nodeType===3){if(i=e+a.textContent.length,e<=t&&i>=t)return{node:a,offset:t-e};e=i}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=uy(a)}}function ry(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?ry(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function U0(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=Ka(e.document);t instanceof e.HTMLIFrameElement;){try{var a=typeof t.contentWindow.location.href=="string"}catch{a=!1}if(a)e=t.contentWindow;else break;t=Ka(e.document)}return t}function ip(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function fy(e,t,a){var i=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;Nb||dh==null||dh!==Ka(i)||(i=dh,"selectionStart"in i&&ip(i)?i={start:i.selectionStart,end:i.selectionEnd}:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection(),i={anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}),a1&&lr(a1,i)||(a1=i,i=Fo(Db,"onSelect"),0<i.length&&(t=new Dg("onSelect","select",null,t,a),e.push({event:t,listeners:i}),t.target=dh)))}function Hu(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}function Lu(e){if(Mb[e])return Mb[e];if(!mh[e])return e;var t=mh[e],a;for(a in t)if(t.hasOwnProperty(a)&&a in S4)return Mb[e]=t[a];return e}function ko(e,t){O4.set(e,t),st(t,[e])}function dy(e){for(var t=Mg,a=0;a<e.length;a++){var i=e[a];if(typeof i=="object"&&i!==null)if(ha(i)&&i.length===2&&typeof i[0]=="string"){if(t!==Mg&&t!==_b)return Ub;t=_b}else return Ub;else{if(typeof i=="function"||typeof i=="string"&&50<i.length||t!==Mg&&t!==zb)return Ub;t=zb}}return t}function sp(e,t,a,i){for(var u in e)$l.call(e,u)&&u[0]!=="_"&&pi(u,e[u],t,a,i)}function pi(e,t,a,i,u){switch(typeof t){case"object":if(t===null){t="null";break}else{if(t.$$typeof===wo){var c=N(t.type)||"…",h=t.key;t=t.props;var g=Object.keys(t),S=g.length;if(h==null&&S===0){t="<"+c+" />";break}if(3>i||S===1&&g[0]==="children"&&h==null){t="<"+c+" … />";break}a.push([u+" ".repeat(i)+e,"<"+c]),h!==null&&pi("key",h,a,i+1,u),e=!1;for(var O in t)O==="children"?t.children!=null&&(!ha(t.children)||0<t.children.length)&&(e=!0):$l.call(t,O)&&O[0]!=="_"&&pi(O,t[O],a,i+1,u);a.push(["",e?">…</"+c+">":"/>"]);return}if(c=Object.prototype.toString.call(t),c=c.slice(8,c.length-1),c==="Array"){if(O=dy(t),O===zb||O===Mg){t=JSON.stringify(t);break}else if(O===_b){for(a.push([u+" ".repeat(i)+e,""]),e=0;e<t.length;e++)c=t[e],pi(c[0],c[1],a,i+1,u);return}}if(c==="Promise"){if(t.status==="fulfilled"){if(c=a.length,pi(e,t.value,a,i,u),a.length>c){a=a[c],a[1]="Promise<"+(a[1]||"Object")+">";return}}else if(t.status==="rejected"&&(c=a.length,pi(e,t.reason,a,i,u),a.length>c)){a=a[c],a[1]="Rejected Promise<"+a[1]+">";return}a.push([" ".repeat(i)+e,"Promise"]);return}c==="Object"&&(O=Object.getPrototypeOf(t))&&typeof O.constructor=="function"&&(c=O.constructor.name),a.push([u+" ".repeat(i)+e,c==="Object"?3>i?"":"…":c]),3>i&&sp(t,a,i+1,u);return}case"function":t=t.name===""?"() => {}":t.name+"() {}";break;case"string":t=t===VE?"…":JSON.stringify(t);break;case"undefined":t="undefined";break;case"boolean":t=t?"true":"false";break;default:t=String(t)}a.push([u+" ".repeat(i)+e,t])}function my(e,t,a,i){var u=!0;for(h in e)h in t||(a.push([kg+" ".repeat(i)+h,"…"]),u=!1);for(var c in t)if(c in e){var h=e[c],g=t[c];if(h!==g){if(i===0&&c==="children")u=" ".repeat(i)+c,a.push([kg+u,"…"],[Bg+u,"…"]);else{if(!(3<=i)){if(typeof h=="object"&&typeof g=="object"&&h!==null&&g!==null&&h.$$typeof===g.$$typeof)if(g.$$typeof===wo){if(h.type===g.type&&h.key===g.key){h=N(g.type)||"…",u=" ".repeat(i)+c,h="<"+h+" … />",a.push([kg+u,h],[Bg+u,h]),u=!1;continue}}else{var S=Object.prototype.toString.call(h),O=Object.prototype.toString.call(g);if(S===O&&(O==="[object Object]"||O==="[object Array]")){S=[D4+" ".repeat(i)+c,O==="[object Array]"?"Array":""],a.push(S),O=a.length,my(h,g,a,i+1)?O===a.length&&(S[1]="Referentially unequal but deeply equal objects. Consider memoization."):u=!1;continue}}else if(typeof h=="function"&&typeof g=="function"&&h.name===g.name&&h.length===g.length&&(S=Function.prototype.toString.call(h),O=Function.prototype.toString.call(g),S===O)){h=g.name===""?"() => {}":g.name+"() {}",a.push([D4+" ".repeat(i)+c,h+" Referentially unequal function closure. Consider memoization."]);continue}}pi(c,h,a,i,kg),pi(c,g,a,i,Bg)}u=!1}}else a.push([Bg+" ".repeat(i)+c,"…"]),u=!1;return u}function Bo(e){on=e&63?"Blocking":e&64?"Gesture":e&4194176?"Transition":e&62914560?"Suspense":e&2080374784?"Idle":"Other"}function mo(e,t,a,i){qn&&(of.start=t,of.end=a,wc.color="warning",wc.tooltipText=i,wc.properties=null,(e=e._debugTask)?e.run(performance.measure.bind(performance,i,of)):performance.measure(i,of))}function z0(e,t,a){mo(e,t,a,"Reconnect")}function _0(e,t,a,i,u){var c=B(e);if(c!==null&&qn){var h=e.alternate,g=e.actualDuration;if(h===null||h.child!==e.child)for(var S=e.child;S!==null;S=S.sibling)g-=S.actualDuration;i=.5>g?i?"tertiary-light":"primary-light":10>g?i?"tertiary":"primary":100>g?i?"tertiary-dark":"primary-dark":"error";var O=e.memoizedProps;g=e._debugTask,O!==null&&h!==null&&h.memoizedProps!==O?(S=[QE],O=my(h.memoizedProps,O,S,0),1<S.length&&(O&&!lf&&(h.lanes&u)===0&&100<e.actualDuration?(lf=!0,S[0]=XE,wc.color="warning",wc.tooltipText=N4):(wc.color=i,wc.tooltipText=c),wc.properties=S,of.start=t,of.end=a,g!=null?g.run(performance.measure.bind(performance,""+c,of)):performance.measure(""+c,of))):g!=null?g.run(console.timeStamp.bind(console,c,t,a,Gi,void 0,i)):console.timeStamp(c,t,a,Gi,void 0,i)}}function up(e,t,a,i){if(qn){var u=B(e);if(u!==null){for(var c=null,h=[],g=0;g<i.length;g++){var S=i[g];c==null&&S.source!==null&&(c=S.source._debugTask),S=S.value,h.push(["Error",typeof S=="object"&&S!==null&&typeof S.message=="string"?String(S.message):String(S)])}e.key!==null&&pi("key",e.key,h,0,""),e.memoizedProps!==null&&sp(e.memoizedProps,h,0,""),c==null&&(c=e._debugTask),e={start:t,end:a,detail:{devtools:{color:"error",track:Gi,tooltipText:e.tag===13?"Hydration failed":"Error boundary caught an error",properties:h}}},c?c.run(performance.measure.bind(performance,""+u,e)):performance.measure(""+u,e)}}}function Uo(e,t,a,i,u){if(u!==null){if(qn){var c=B(e);if(c!==null){i=[];for(var h=0;h<u.length;h++){var g=u[h].value;i.push(["Error",typeof g=="object"&&g!==null&&typeof g.message=="string"?String(g.message):String(g)])}e.key!==null&&pi("key",e.key,i,0,""),e.memoizedProps!==null&&sp(e.memoizedProps,i,0,""),t={start:t,end:a,detail:{devtools:{color:"error",track:Gi,tooltipText:"A lifecycle or effect errored",properties:i}}},(e=e._debugTask)?e.run(performance.measure.bind(performance,""+c,t)):performance.measure(""+c,t)}}}else c=B(e),c!==null&&qn&&(u=1>i?"secondary-light":100>i?"secondary":500>i?"secondary-dark":"error",(e=e._debugTask)?e.run(console.timeStamp.bind(console,c,t,a,Gi,void 0,u)):console.timeStamp(c,t,a,Gi,void 0,u))}function rb(e,t,a,i){if(qn&&!(t<=e)){var u=(a&738197653)===a?"tertiary-dark":"primary-dark";a=(a&536870912)===a?"Prepared":(a&201326741)===a?"Hydrated":"Render",i?i.run(console.timeStamp.bind(console,a,e,t,on,nn,u)):console.timeStamp(a,e,t,on,nn,u)}}function hy(e,t,a,i){!qn||t<=e||(a=(a&738197653)===a?"tertiary-dark":"primary-dark",i?i.run(console.timeStamp.bind(console,"Prewarm",e,t,on,nn,a)):console.timeStamp("Prewarm",e,t,on,nn,a))}function py(e,t,a,i){!qn||t<=e||(a=(a&738197653)===a?"tertiary-dark":"primary-dark",i?i.run(console.timeStamp.bind(console,"Suspended",e,t,on,nn,a)):console.timeStamp("Suspended",e,t,on,nn,a))}function fb(e,t,a,i,u,c){if(qn&&!(t<=e)){a=[];for(var h=0;h<i.length;h++){var g=i[h].value;a.push(["Recoverable Error",typeof g=="object"&&g!==null&&typeof g.message=="string"?String(g.message):String(g)])}e={start:e,end:t,detail:{devtools:{color:"primary-dark",track:on,trackGroup:nn,tooltipText:u?"Hydration Failed":"Recovered after Error",properties:a}}},c?c.run(performance.measure.bind(performance,"Recovered",e)):performance.measure("Recovered",e)}}function cp(e,t,a,i){!qn||t<=e||(i?i.run(console.timeStamp.bind(console,"Errored",e,t,on,nn,"error")):console.timeStamp("Errored",e,t,on,nn,"error"))}function db(e,t,a,i){!qn||t<=e||(i?i.run(console.timeStamp.bind(console,a,e,t,on,nn,"secondary-light")):console.timeStamp(a,e,t,on,nn,"secondary-light"))}function yy(e,t,a,i,u){if(qn&&!(t<=e)){for(var c=[],h=0;h<a.length;h++){var g=a[h].value;c.push(["Error",typeof g=="object"&&g!==null&&typeof g.message=="string"?String(g.message):String(g)])}e={start:e,end:t,detail:{devtools:{color:"error",track:on,trackGroup:nn,tooltipText:i?"Remaining Effects Errored":"Commit Errored",properties:c}}},u?u.run(performance.measure.bind(performance,"Errored",e)):performance.measure("Errored",e)}}function rp(e,t,a){!qn||t<=e||console.timeStamp("Animating",e,t,on,nn,"secondary-dark")}function H0(){for(var e=hh,t=Hb=hh=0;t<e;){var a=Vi[t];Vi[t++]=null;var i=Vi[t];Vi[t++]=null;var u=Vi[t];Vi[t++]=null;var c=Vi[t];if(Vi[t++]=null,i!==null&&u!==null){var h=i.pending;h===null?u.next=u:(u.next=h.next,h.next=u),i.pending=u}c!==0&&fp(a,u,c)}}function or(e,t,a,i){Vi[hh++]=e,Vi[hh++]=t,Vi[hh++]=a,Vi[hh++]=i,Hb|=i,e.lanes|=i,e=e.alternate,e!==null&&(e.lanes|=i)}function ju(e,t,a,i){return or(e,t,a,i),Qf(e)}function Wa(e,t){return or(e,null,null,t),Qf(e)}function fp(e,t,a){e.lanes|=a;var i=e.alternate;i!==null&&(i.lanes|=a);for(var u=!1,c=e.return;c!==null;)c.childLanes|=a,i=c.alternate,i!==null&&(i.childLanes|=a),c.tag===22&&(e=c.stateNode,e===null||e._visibility&l1||(u=!0)),e=c,c=c.return;return e.tag===3?(c=e.stateNode,u&&t!==null&&(u=31-Qa(a),e=c.hiddenUpdates,i=e[u],i===null?e[u]=[t]:i.push(t),t.lane=a|536870912),c):null}function Qf(e){if(M1>s7)throw d0=M1=0,k1=yA=null,Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");d0>u7&&(d0=0,k1=null,console.error("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.")),e.alternate===null&&(e.flags&4098)!==0&&To(e);for(var t=e,a=t.return;a!==null;)t.alternate===null&&(t.flags&4098)!==0&&To(e),t=a,a=t.return;return t.tag===3?t.stateNode:null}function Vs(e){if(Qi===null)return e;var t=Qi(e);return t===void 0?e:t.current}function L0(e){if(Qi===null)return e;var t=Qi(e);return t===void 0?e!=null&&typeof e.render=="function"&&(t=Vs(e.render),e.render!==t)?(t={$$typeof:Ir,render:t},e.displayName!==void 0&&(t.displayName=e.displayName),t):e:t.current}function dp(e,t){if(Qi===null)return!1;var a=e.elementType;t=t.type;var i=!1,u=typeof t=="object"&&t!==null?t.$$typeof:null;switch(e.tag){case 1:typeof t=="function"&&(i=!0);break;case 0:(typeof t=="function"||u===el)&&(i=!0);break;case 11:(u===Ir||u===el)&&(i=!0);break;case 14:case 15:(u===Qd||u===el)&&(i=!0);break;default:return!1}return!!(i&&(e=Qi(a),e!==void 0&&e===Qi(t)))}function Yu(e){Qi!==null&&typeof WeakSet=="function"&&(ph===null&&(ph=new WeakSet),ph.add(e))}function gy(e,t,a){do{var i=e,u=i.alternate,c=i.child,h=i.sibling,g=i.tag;i=i.type;var S=null;switch(g){case 0:case 15:case 1:S=i;break;case 11:S=i.render}if(Qi===null)throw Error("Expected resolveFamily to be set during hot reload.");var O=!1;if(i=!1,S!==null&&(S=Qi(S),S!==void 0&&(a.has(S)?i=!0:t.has(S)&&(g===1?i=!0:O=!0))),ph!==null&&(ph.has(e)||u!==null&&ph.has(u))&&(i=!0),i&&(e._debugNeedsRemount=!0),(i||O)&&(u=Wa(e,2),u!==null&&xt(u,e,2)),c===null||i||gy(c,t,a),h===null)break;e=h}while(!0)}function mb(e,t,a,i){this.tag=e,this.key=a,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=i,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null,this.actualDuration=-0,this.actualStartTime=-1.1,this.treeBaseDuration=this.selfBaseDuration=-0,this._debugTask=this._debugStack=this._debugOwner=this._debugInfo=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,M4||typeof Object.preventExtensions!="function"||Object.preventExtensions(this)}function mp(e){return e=e.prototype,!(!e||!e.isReactComponent)}function yi(e,t){var a=e.alternate;switch(a===null?(a=M(e.tag,t,e.key,e.mode),a.elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a._debugOwner=e._debugOwner,a._debugStack=e._debugStack,a._debugTask=e._debugTask,a._debugHookTypes=e._debugHookTypes,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.type=e.type,a.flags=0,a.subtreeFlags=0,a.deletions=null,a.actualDuration=-0,a.actualStartTime=-1.1),a.flags=e.flags&65011712,a.childLanes=e.childLanes,a.lanes=e.lanes,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue,t=e.dependencies,a.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a.refCleanup=e.refCleanup,a.selfBaseDuration=e.selfBaseDuration,a.treeBaseDuration=e.treeBaseDuration,a._debugInfo=e._debugInfo,a._debugNeedsRemount=e._debugNeedsRemount,a.tag){case 0:case 15:a.type=Vs(e.type);break;case 1:a.type=Vs(e.type);break;case 11:a.type=L0(e.type)}return a}function hp(e,t){e.flags&=65011714;var a=e.alternate;return a===null?(e.childLanes=0,e.lanes=t,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0):(e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,e.type=a.type,t=a.dependencies,e.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},e.selfBaseDuration=a.selfBaseDuration,e.treeBaseDuration=a.treeBaseDuration),e}function qu(e,t,a,i,u,c){var h=0,g=e;if(typeof e=="function")mp(e)&&(h=1),g=Vs(g);else if(typeof e=="string")h=z(),h=dg(e,a,h)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case $o:return t=M(31,a,t,u),t.elementType=$o,t.lanes=c,t;case Xr:return Gu(a.children,u,c,t);case Sl:h=8,u|=zl,u|=Rs;break;case Vd:return e=a,i=u,typeof e.id!="string"&&console.error('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id),t=M(12,e,t,i|Qt),t.elementType=Vd,t.lanes=c,t.stateNode={effectDuration:0,passiveEffectDuration:0},t;case vc:return t=M(13,a,t,u),t.elementType=vc,t.lanes=c,t;case Bl:return t=M(19,a,t,u),t.elementType=Bl,t.lanes=c,t;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Wo:h=10;break e;case Km:h=9;break e;case Ir:h=11,g=L0(g);break e;case Qd:h=14;break e;case el:h=16,g=null;break e}g="",(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(g+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),e===null?a="null":ha(e)?a="array":e!==void 0&&e.$$typeof===wo?(a="<"+(N(e.type)||"Unknown")+" />",g=" Did you accidentally export a JSX literal instead of a component?"):a=typeof e,(h=i?U(i):null)&&(g+=`
|
|
86
86
|
|
|
87
|
-
Check the render method of \``+h+"`."),h=29,a=Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(a+"."+g)),g=null}return t=M(h,a,t,u),t.elementType=e,t.type=g,t.lanes=c,t._debugOwner=i,t}function Qs(e,t,a){return t=qu(e.type,e.key,e.props,e._owner,t,a),t._debugOwner=e._owner,t._debugStack=e._debugStack,t._debugTask=e._debugTask,t}function Gu(e,t,a,i){return e=M(7,e,i,t),e.lanes=a,e}function ir(e,t,a){return e=M(6,e,null,t),e.lanes=a,e}function pp(e){var t=M(18,null,null,Ct);return t.stateNode=e,t}function j0(e,t,a){return t=M(4,e.children!==null?e.children:[],e.key,t),t.lanes=a,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function ul(e,t){if(typeof e=="object"&&e!==null){var a=Lb.get(e);return a!==void 0?a:(t={value:e,source:t,stack:$e(t)},Lb.set(e,t),t)}return{value:e,source:t,stack:$e(t)}}function zo(e,t){Xs(),yh[gh++]=o1,yh[gh++]=Ug,Ug=e,o1=t}function yp(e,t,a){Xs(),Xi[Ii++]=Cc,Xi[Ii++]=Oc,Xi[Ii++]=
|
|
87
|
+
Check the render method of \``+h+"`."),h=29,a=Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(a+"."+g)),g=null}return t=M(h,a,t,u),t.elementType=e,t.type=g,t.lanes=c,t._debugOwner=i,t}function Qs(e,t,a){return t=qu(e.type,e.key,e.props,e._owner,t,a),t._debugOwner=e._owner,t._debugStack=e._debugStack,t._debugTask=e._debugTask,t}function Gu(e,t,a,i){return e=M(7,e,i,t),e.lanes=a,e}function ir(e,t,a){return e=M(6,e,null,t),e.lanes=a,e}function pp(e){var t=M(18,null,null,Ct);return t.stateNode=e,t}function j0(e,t,a){return t=M(4,e.children!==null?e.children:[],e.key,t),t.lanes=a,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function ul(e,t){if(typeof e=="object"&&e!==null){var a=Lb.get(e);return a!==void 0?a:(t={value:e,source:t,stack:$e(t)},Lb.set(e,t),t)}return{value:e,source:t,stack:$e(t)}}function zo(e,t){Xs(),yh[gh++]=o1,yh[gh++]=Ug,Ug=e,o1=t}function yp(e,t,a){Xs(),Xi[Ii++]=Cc,Xi[Ii++]=Oc,Xi[Ii++]=Wd,Wd=e;var i=Cc;e=Oc;var u=32-Qa(i)-1;i&=~(1<<u),a+=1;var c=32-Qa(t)+u;if(30<c){var h=u-u%5;c=(i&(1<<h)-1).toString(32),i>>=h,u-=h,Cc=1<<32-Qa(t)+u|a<<u|i,Oc=c+e}else Cc=1<<c|a<<u|i,Oc=e}function Y0(e){Xs(),e.return!==null&&(zo(e,1),yp(e,1,0))}function q0(e){for(;e===Ug;)Ug=yh[--gh],yh[gh]=null,o1=yh[--gh],yh[gh]=null;for(;e===Wd;)Wd=Xi[--Ii],Xi[Ii]=null,Oc=Xi[--Ii],Xi[Ii]=null,Cc=Xi[--Ii],Xi[Ii]=null}function vy(){return Xs(),Wd!==null?{id:Cc,overflow:Oc}:null}function by(e,t){Xs(),Xi[Ii++]=Cc,Xi[Ii++]=Oc,Xi[Ii++]=Wd,Cc=t.id,Oc=t.overflow,Wd=e}function Xs(){tn||console.error("Expected to be hydrating. This is a bug in React. Please file an issue.")}function Vu(e,t){if(e.return===null){if(ei===null)ei={fiber:e,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:t};else{if(ei.fiber!==e)throw Error("Saw multiple hydration diff roots in a pass. This is a bug in React.");ei.distanceFromLeaf>t&&(ei.distanceFromLeaf=t)}return ei}var a=Vu(e.return,t+1).children;return 0<a.length&&a[a.length-1].fiber===e?(a=a[a.length-1],a.distanceFromLeaf>t&&(a.distanceFromLeaf=t),a):(t={fiber:e,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:t},a.push(t),t)}function Ay(){tn&&console.error("We should not be hydrating here. This is a bug in React. Please file a bug.")}function $a(e,t){Su||(e=Vu(e,0),e.serverProps=null,t!==null&&(t=ug(t),e.serverTail.push(t)))}function ho(e){var t=1<arguments.length&&arguments[1]!==void 0?arguments[1]:!1,a="",i=ei;throw i!==null&&(ei=null,a=Hf(i)),If(ul(Error("Hydration failed because the server rendered "+(t?"text":"HTML")+` didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:
|
|
88
88
|
|
|
89
89
|
- A server/client branch \`if (typeof window !== 'undefined')\`.
|
|
90
90
|
- Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
|
|
@@ -94,7 +94,7 @@ Check the render method of \``+h+"`."),h=29,a=Error("Element type is invalid: ex
|
|
|
94
94
|
|
|
95
95
|
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
|
|
96
96
|
|
|
97
|
-
https://react.dev/link/hydration-mismatch`+a),e)),jb}function gp(e){var t=e.stateNode,a=e.type,i=e.memoizedProps;switch(t[Yn]=e,t[Tl]=i,bl(a,i),a){case"dialog":wt("cancel",t),wt("close",t);break;case"iframe":case"object":case"embed":wt("load",t);break;case"video":case"audio":for(a=0;a<B1.length;a++)wt(B1[a],t);break;case"source":wt("error",t);break;case"img":case"image":case"link":wt("error",t),wt("load",t);break;case"details":wt("toggle",t);break;case"input":kt("input",i),wt("invalid",t),qa(t,i),Ic(t,i.value,i.defaultValue,i.checked,i.defaultChecked,i.type,i.name,!0);break;case"option":
|
|
97
|
+
https://react.dev/link/hydration-mismatch`+a),e)),jb}function gp(e){var t=e.stateNode,a=e.type,i=e.memoizedProps;switch(t[Yn]=e,t[Tl]=i,bl(a,i),a){case"dialog":wt("cancel",t),wt("close",t);break;case"iframe":case"object":case"embed":wt("load",t);break;case"video":case"audio":for(a=0;a<B1.length;a++)wt(B1[a],t);break;case"source":wt("error",t);break;case"img":case"image":case"link":wt("error",t),wt("load",t);break;case"details":wt("toggle",t);break;case"input":kt("input",i),wt("invalid",t),qa(t,i),Ic(t,i.value,i.defaultValue,i.checked,i.defaultChecked,i.type,i.name,!0);break;case"option":_f(t,i);break;case"select":kt("select",i),wt("invalid",t),Fc(t,i);break;case"textarea":kt("textarea",i),wt("invalid",t),fi(t,i),ns(t,i.value,i.defaultValue,i.children)}a=i.children,typeof a!="string"&&typeof a!="number"&&typeof a!="bigint"||t.textContent===""+a||i.suppressHydrationWarning===!0||b2(t.textContent,a)?(i.popover!=null&&(wt("beforetoggle",t),wt("toggle",t)),i.onScroll!=null&&wt("scroll",t),i.onScrollEnd!=null&&wt("scrollend",t),i.onClick!=null&&(t.onclick=Ol),t=!0):t=!1,t||ho(e,!0)}function vp(e){for(wl=e.return;wl;)switch(wl.tag){case 5:case 31:case 13:Ji=!1;return;case 27:case 3:Ji=!0;return;default:wl=wl.return}}function Qu(e){if(e!==wl)return!1;if(!tn)return vp(e),tn=!0,!1;var t=e.tag,a;if((a=t!==3&&t!==27)&&((a=t===5)&&(a=e.type,a=!(a!=="form"&&a!=="button")||Hr(e.type,e.memoizedProps)),a=!a),a&&Gn){for(a=Gn;a;){var i=Vu(e,0),u=ug(a);i.serverTail.push(u),a=u.type==="Suspense"?Yr(a):Kl(a.nextSibling)}ho(e)}if(vp(e),t===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");Gn=Yr(e)}else if(t===31){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");Gn=Yr(e)}else t===27?(t=Gn,hu(e.type)?(e=RA,RA=null,Gn=e):Gn=t):Gn=wl?Kl(e.stateNode.nextSibling):null;return!0}function Is(){Gn=wl=null,Su=tn=!1}function Xf(){var e=uf;return e!==null&&(lo===null?lo=e:lo.push.apply(lo,e),uf=null),e}function If(e){uf===null?uf=[e]:uf.push(e)}function Js(){var e=ei;if(e!==null){ei=null;for(var t=Hf(e);0<e.children.length;)e=e.children[0];Xe(e.fiber,function(){console.error(`A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:
|
|
98
98
|
|
|
99
99
|
- A server/client branch \`if (typeof window !== 'undefined')\`.
|
|
100
100
|
- Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
|
|
@@ -104,29 +104,29 @@ https://react.dev/link/hydration-mismatch`+a),e)),jb}function gp(e){var t=e.stat
|
|
|
104
104
|
|
|
105
105
|
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
|
|
106
106
|
|
|
107
|
-
%s%s`,"https://react.dev/link/hydration-mismatch",t)})}}function sr(){vh=zg=null,bh=!1}function po(e,t,a){j(Yb,t._currentValue,e),t._currentValue=a,j(qb,t._currentRenderer,e),t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==B4&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=B4}function _o(e,t){e._currentValue=Yb.current;var a=qb.current;k(qb,t),e._currentRenderer=a,k(Yb,t)}function G0(e,t,a){for(;e!==null;){var i=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,i!==null&&(i.childLanes|=t)):i!==null&&(i.childLanes&t)!==t&&(i.childLanes|=t),e===a)break;e=e.return}e!==a&&console.error("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function us(e,t,a,i){var u=e.child;for(u!==null&&(u.return=e);u!==null;){var c=u.dependencies;if(c!==null){var h=u.child;c=c.firstContext;e:for(;c!==null;){var g=c;c=u;for(var S=0;S<t.length;S++)if(g.context===t[S]){c.lanes|=a,g=c.alternate,g!==null&&(g.lanes|=a),G0(c.return,a,e),i||(h=null);break e}c=g.next}}else if(u.tag===18){if(h=u.return,h===null)throw Error("We just came from a parent so we must have had a parent. This is a bug in React.");h.lanes|=a,c=h.alternate,c!==null&&(c.lanes|=a),G0(h,a,e),h=null}else h=u.child;if(h!==null)h.return=u;else for(h=u;h!==null;){if(h===e){h=null;break}if(u=h.sibling,u!==null){u.return=h.return,h=u;break}h=h.return}u=h}}function Ho(e,t,a,i){e=null;for(var u=t,c=!1;u!==null;){if(!c){if((u.flags&524288)!==0)c=!0;else if((u.flags&262144)!==0)break}if(u.tag===10){var h=u.alternate;if(h===null)throw Error("Should have a current fiber. This is a bug in React.");if(h=h.memoizedProps,h!==null){var g=u.type;eo(u.pendingProps.value,h.value)||(e!==null?e.push(g):e=[g])}}else if(u===vu.current){if(h=u.alternate,h===null)throw Error("Should have a current fiber. This is a bug in React.");h.memoizedState.memoizedState!==u.memoizedState.memoizedState&&(e!==null?e.push(L1):e=[L1])}u=u.return}e!==null&&us(t,e,a,i),t.flags|=262144}function ur(e){for(e=e.firstContext;e!==null;){if(!eo(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function Fs(e){zg=e,vh=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function mn(e){return bh&&console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),bp(zg,e)}function
|
|
107
|
+
%s%s`,"https://react.dev/link/hydration-mismatch",t)})}}function sr(){vh=zg=null,bh=!1}function po(e,t,a){j(Yb,t._currentValue,e),t._currentValue=a,j(qb,t._currentRenderer,e),t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==B4&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=B4}function _o(e,t){e._currentValue=Yb.current;var a=qb.current;k(qb,t),e._currentRenderer=a,k(Yb,t)}function G0(e,t,a){for(;e!==null;){var i=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,i!==null&&(i.childLanes|=t)):i!==null&&(i.childLanes&t)!==t&&(i.childLanes|=t),e===a)break;e=e.return}e!==a&&console.error("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function us(e,t,a,i){var u=e.child;for(u!==null&&(u.return=e);u!==null;){var c=u.dependencies;if(c!==null){var h=u.child;c=c.firstContext;e:for(;c!==null;){var g=c;c=u;for(var S=0;S<t.length;S++)if(g.context===t[S]){c.lanes|=a,g=c.alternate,g!==null&&(g.lanes|=a),G0(c.return,a,e),i||(h=null);break e}c=g.next}}else if(u.tag===18){if(h=u.return,h===null)throw Error("We just came from a parent so we must have had a parent. This is a bug in React.");h.lanes|=a,c=h.alternate,c!==null&&(c.lanes|=a),G0(h,a,e),h=null}else h=u.child;if(h!==null)h.return=u;else for(h=u;h!==null;){if(h===e){h=null;break}if(u=h.sibling,u!==null){u.return=h.return,h=u;break}h=h.return}u=h}}function Ho(e,t,a,i){e=null;for(var u=t,c=!1;u!==null;){if(!c){if((u.flags&524288)!==0)c=!0;else if((u.flags&262144)!==0)break}if(u.tag===10){var h=u.alternate;if(h===null)throw Error("Should have a current fiber. This is a bug in React.");if(h=h.memoizedProps,h!==null){var g=u.type;eo(u.pendingProps.value,h.value)||(e!==null?e.push(g):e=[g])}}else if(u===vu.current){if(h=u.alternate,h===null)throw Error("Should have a current fiber. This is a bug in React.");h.memoizedState.memoizedState!==u.memoizedState.memoizedState&&(e!==null?e.push(L1):e=[L1])}u=u.return}e!==null&&us(t,e,a,i),t.flags|=262144}function ur(e){for(e=e.firstContext;e!==null;){if(!eo(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function Fs(e){zg=e,vh=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function mn(e){return bh&&console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),bp(zg,e)}function Jf(e,t){return zg===null&&Fs(e),bp(e,t)}function bp(e,t){var a=t._currentValue;if(t={context:t,memoizedValue:a,next:null},vh===null){if(e===null)throw Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");vh=t,e.dependencies={lanes:0,firstContext:t,_debugThenableState:null},e.flags|=524288}else vh=vh.next=t;return a}function V0(){return{controller:new FE,data:new Map,refCount:0}}function Xu(e){e.controller.signal.aborted&&console.warn("A cache instance was retained after it was already freed. This likely indicates a bug in React."),e.refCount++}function Ff(e){e.refCount--,0>e.refCount&&console.warn("A cache instance was released after it was already freed. This likely indicates a bug in React."),e.refCount===0&&ZE(KE,function(){e.controller.abort()})}function gi(e,t,a){(e&127)!==0?0>Tu&&(Tu=Ba(),s1=_g(t),Gb=t,a!=null&&(Vb=B(a)),(cn&(Ja|ai))!==ll&&(ca=!0,rf=i1),e=Lr(),t=_i(),e!==Ah||t!==u1?Ah=-1.1:t!==null&&(rf=i1),e0=e,u1=t):(e&4194048)!==0&&0>Fi&&(Fi=Ba(),c1=_g(t),U4=t,a!=null&&(z4=B(a)),0>Nc)&&(e=Lr(),t=_i(),(e!==df||t!==t0)&&(df=-1.1),ff=e,t0=t)}function Sy(e){if(0>Tu){Tu=Ba(),s1=e._debugTask!=null?e._debugTask:null,(cn&(Ja|ai))!==ll&&(rf=i1);var t=Lr(),a=_i();t!==Ah||a!==u1?Ah=-1.1:a!==null&&(rf=i1),e0=t,u1=a}0>Fi&&(Fi=Ba(),c1=e._debugTask!=null?e._debugTask:null,0>Nc)&&(e=Lr(),t=_i(),(e!==df||t!==t0)&&(df=-1.1),ff=e,t0=t)}function vi(){var e=$d;return $d=0,e}function cr(e){var t=$d;return $d=e,t}function cl(e){var t=$d;return $d+=e,t}function Iu(){Tt=bt=-1.1}function Hn(){var e=bt;return bt=-1.1,e}function Ca(e){0<=e&&(bt=e)}function yo(){var e=ea;return ea=-0,e}function Ll(e){0<=e&&(ea=e)}function jl(){var e=Fn;return Fn=null,e}function go(){var e=ca;return ca=!1,e}function cs(e){to=Ba(),0>e.actualStartTime&&(e.actualStartTime=to)}function Q0(e){if(0<=to){var t=Ba()-to;e.actualDuration+=t,e.selfBaseDuration=t,to=-1}}function Zf(e){if(0<=to){var t=Ba()-to;e.actualDuration+=t,to=-1}}function rl(){if(0<=to){var e=Ba(),t=e-to;to=-1,$d+=t,ea+=t,Tt=e}}function Ty(e){Fn===null&&(Fn=[]),Fn.push(e),Rc===null&&(Rc=[]),Rc.push(e)}function Wn(){to=Ba(),0>bt&&(bt=to)}function Ju(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function rs(e,t){if(f1===null){var a=f1=[];Xb=0,n0=v2(),Sh={status:"pending",value:void 0,then:function(i){a.push(i)}}}return Xb++,t.then(Ap,Ap),t}function Ap(){if(--Xb===0&&(-1<Fi||(Nc=-1.1),f1!==null)){Sh!==null&&(Sh.status="fulfilled");var e=f1;f1=null,n0=0,Sh=null;for(var t=0;t<e.length;t++)(0,e[t])()}}function X0(e,t){var a=[],i={status:"pending",value:null,reason:null,then:function(u){a.push(u)}};return e.then(function(){i.status="fulfilled",i.value=t;for(var u=0;u<a.length;u++)(0,a[u])(t)},function(u){for(i.status="rejected",i.reason=u,u=0;u<a.length;u++)(0,a[u])(void 0)}),i}function fs(){var e=a0.current;return e!==null?e:kn.pooledCache}function rr(e,t){t===null?j(a0,a0.current,e):j(a0,t.pool,e)}function Sp(){var e=fs();return e===null?null:{parent:ka._currentValue,pool:e}}function I0(){return{didWarnAboutUncachedPromise:!1,thenables:[]}}function Tp(e){return e=e.status,e==="fulfilled"||e==="rejected"}function Yl(e,t,a){Ae.actQueue!==null&&(Ae.didUsePromise=!0);var i=e.thenables;if(a=i[a],a===void 0?i.push(t):a!==t&&(e.didWarnAboutUncachedPromise||(e.didWarnAboutUncachedPromise=!0,console.error("A component was suspended by an uncached promise. Creating promises inside a Client Component or hook is not yet supported, except via a Suspense-compatible library or framework.")),t.then(Ol,Ol),t=a),t._debugInfo===void 0){e=performance.now(),i=t.displayName;var u={name:typeof i=="string"?i:"Promise",start:e,end:e,value:t};t._debugInfo=[{awaited:u}],t.status!=="fulfilled"&&t.status!=="rejected"&&(e=function(){u.end=performance.now()},t.then(e,e))}switch(t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,Kf(e),e;default:if(typeof t.status=="string")t.then(Ol,Ol);else{if(e=kn,e!==null&&100<e.shellSuspendCounter)throw Error("An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.");e=t,e.status="pending",e.then(function(c){if(t.status==="pending"){var h=t;h.status="fulfilled",h.value=c}},function(c){if(t.status==="pending"){var h=t;h.status="rejected",h.reason=c}})}switch(t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,Kf(e),e}throw o0=t,v1=!0,Th}}function ql(e){try{return t7(e)}catch(t){throw t!==null&&typeof t=="object"&&typeof t.then=="function"?(o0=t,v1=!0,Th):t}}function Fu(){if(o0===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var e=o0;return o0=null,v1=!1,e}function Kf(e){if(e===Th||e===Qg)throw Error("Hooks are not supported inside an async component. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.")}function la(e){var t=Xt;return e!=null&&(Xt=t===null?e:t.concat(e)),t}function xl(){var e=Xt;if(e!=null){for(var t=e.length-1;0<=t;t--)if(e[t].name!=null){var a=e[t].debugTask;if(a!=null)return a}}return null}function fl(e,t,a){for(var i=Object.keys(e.props),u=0;u<i.length;u++){var c=i[u];if(c!=="children"&&c!=="key"){t===null&&(t=Qs(e,a.mode,0),t._debugInfo=Xt,t.return=a),Xe(t,function(h){console.error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",h)},c);break}}}function Lo(e){var t=b1;return b1+=1,wh===null&&(wh=I0()),Yl(wh,e,t)}function Rl(e,t){t=t.props.ref,e.ref=t!==void 0?t:null}function jo(e,t){throw t.$$typeof===vg?Error(`A React Element from an older version of React was rendered. This is not supported. It can happen if:
|
|
108
108
|
- Multiple copies of the "react" package is used.
|
|
109
109
|
- A library pre-bundled an old copy of "react" or "react/jsx-runtime".
|
|
110
110
|
- A compiler tries to "inline" JSX instead of using the runtime.`):(e=Object.prototype.toString.call(t),Error("Objects are not valid as a React child (found: "+(e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead."))}function vo(e,t){var a=xl();a!==null?a.run(jo.bind(null,e,t)):jo(e,t)}function wp(e,t){var a=B(e)||"Component";t8[a]||(t8[a]=!0,t=t.displayName||t.name||"Component",e.tag===3?console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.
|
|
111
111
|
root.render(%s)`,t,t,t):console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.
|
|
112
112
|
<%s>{%s}</%s>`,t,t,a,t,a))}function fr(e,t){var a=xl();a!==null?a.run(wp.bind(null,e,t)):wp(e,t)}function J0(e,t){var a=B(e)||"Component";n8[a]||(n8[a]=!0,t=String(t),e.tag===3?console.error(`Symbols are not valid as a React child.
|
|
113
113
|
root.render(%s)`,t):console.error(`Symbols are not valid as a React child.
|
|
114
|
-
<%s>%s</%s>`,a,t,a))}function Kf(e,t){var a=xl();a!==null?a.run(J0.bind(null,e,t)):J0(e,t)}function Oa(e){function t(G,I){if(e){var W=G.deletions;W===null?(G.deletions=[I],G.flags|=16):W.push(I)}}function a(G,I){if(!e)return null;for(;I!==null;)t(G,I),I=I.sibling;return null}function i(G){for(var I=new Map;G!==null;)G.key!==null?I.set(G.key,G):I.set(G.index,G),G=G.sibling;return I}function u(G,I){return G=yi(G,I),G.index=0,G.sibling=null,G}function c(G,I,W){return G.index=W,e?(W=G.alternate,W!==null?(W=W.index,W<I?(G.flags|=67108866,I):W):(G.flags|=67108866,I)):(G.flags|=1048576,I)}function h(G){return e&&G.alternate===null&&(G.flags|=67108866),G}function g(G,I,W,De){return I===null||I.tag!==6?(I=ir(W,G.mode,De),I.return=G,I._debugOwner=G,I._debugTask=G._debugTask,I._debugInfo=Xt,I):(I=u(I,W),I.return=G,I._debugInfo=Xt,I)}function S(G,I,W,De){var nt=W.type;return nt===Xr?(I=$(G,I,W.props.children,De,W.key),fl(W,I,G),I):I!==null&&(I.elementType===nt||dp(I,W)||typeof nt=="object"&&nt!==null&&nt.$$typeof===el&&ql(nt)===I.type)?(I=u(I,W.props),Rl(I,W),I.return=G,I._debugOwner=W._owner,I._debugInfo=Xt,I):(I=Qs(W,G.mode,De),Rl(I,W),I.return=G,I._debugInfo=Xt,I)}function O(G,I,W,De){return I===null||I.tag!==4||I.stateNode.containerInfo!==W.containerInfo||I.stateNode.implementation!==W.implementation?(I=j0(W,G.mode,De),I.return=G,I._debugInfo=Xt,I):(I=u(I,W.children||[]),I.return=G,I._debugInfo=Xt,I)}function $(G,I,W,De,nt){return I===null||I.tag!==7?(I=Gu(W,G.mode,De,nt),I.return=G,I._debugOwner=G,I._debugTask=G._debugTask,I._debugInfo=Xt,I):(I=u(I,W),I.return=G,I._debugInfo=Xt,I)}function ee(G,I,W){if(typeof I=="string"&&I!==""||typeof I=="number"||typeof I=="bigint")return I=ir(""+I,G.mode,W),I.return=G,I._debugOwner=G,I._debugTask=G._debugTask,I._debugInfo=Xt,I;if(typeof I=="object"&&I!==null){switch(I.$$typeof){case wo:return W=Qs(I,G.mode,W),Rl(W,I),W.return=G,G=la(I._debugInfo),W._debugInfo=Xt,Xt=G,W;case yu:return I=j0(I,G.mode,W),I.return=G,I._debugInfo=Xt,I;case el:var De=la(I._debugInfo);return I=ql(I),G=ee(G,I,W),Xt=De,G}if(ha(I)||Ke(I))return W=Gu(I,G.mode,W,null),W.return=G,W._debugOwner=G,W._debugTask=G._debugTask,G=la(I._debugInfo),W._debugInfo=Xt,Xt=G,W;if(typeof I.then=="function")return De=la(I._debugInfo),G=ee(G,Lo(I),W),Xt=De,G;if(I.$$typeof===Wo)return ee(G,If(G,I),W);vo(G,I)}return typeof I=="function"&&fr(G,I),typeof I=="symbol"&&Kf(G,I),null}function V(G,I,W,De){var nt=I!==null?I.key:null;if(typeof W=="string"&&W!==""||typeof W=="number"||typeof W=="bigint")return nt!==null?null:g(G,I,""+W,De);if(typeof W=="object"&&W!==null){switch(W.$$typeof){case wo:return W.key===nt?(nt=la(W._debugInfo),G=S(G,I,W,De),Xt=nt,G):null;case yu:return W.key===nt?O(G,I,W,De):null;case el:return nt=la(W._debugInfo),W=ql(W),G=V(G,I,W,De),Xt=nt,G}if(ha(W)||Ke(W))return nt!==null?null:(nt=la(W._debugInfo),G=$(G,I,W,De,null),Xt=nt,G);if(typeof W.then=="function")return nt=la(W._debugInfo),G=V(G,I,Lo(W),De),Xt=nt,G;if(W.$$typeof===Wo)return V(G,I,If(G,W),De);vo(G,W)}return typeof W=="function"&&fr(G,W),typeof W=="symbol"&&Kf(G,W),null}function ye(G,I,W,De,nt){if(typeof De=="string"&&De!==""||typeof De=="number"||typeof De=="bigint")return G=G.get(W)||null,g(I,G,""+De,nt);if(typeof De=="object"&&De!==null){switch(De.$$typeof){case wo:return W=G.get(De.key===null?W:De.key)||null,G=la(De._debugInfo),I=S(I,W,De,nt),Xt=G,I;case yu:return G=G.get(De.key===null?W:De.key)||null,O(I,G,De,nt);case el:var Nt=la(De._debugInfo);return De=ql(De),I=ye(G,I,W,De,nt),Xt=Nt,I}if(ha(De)||Ke(De))return W=G.get(W)||null,G=la(De._debugInfo),I=$(I,W,De,nt,null),Xt=G,I;if(typeof De.then=="function")return Nt=la(De._debugInfo),I=ye(G,I,W,Lo(De),nt),Xt=Nt,I;if(De.$$typeof===Wo)return ye(G,I,W,If(I,De),nt);vo(I,De)}return typeof De=="function"&&fr(I,De),typeof De=="symbol"&&Kf(I,De),null}function We(G,I,W,De){if(typeof W!="object"||W===null)return De;switch(W.$$typeof){case wo:case yu:ue(G,I,W);var nt=W.key;if(typeof nt!="string")break;if(De===null){De=new Set,De.add(nt);break}if(!De.has(nt)){De.add(nt);break}Xe(I,function(){console.error("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",nt)});break;case el:W=ql(W),We(G,I,W,De)}return De}function it(G,I,W,De){for(var nt=null,Nt=null,vt=null,yt=I,qt=I=0,Vn=null;yt!==null&&qt<W.length;qt++){yt.index>qt?(Vn=yt,yt=null):Vn=yt.sibling;var Ta=V(G,yt,W[qt],De);if(Ta===null){yt===null&&(yt=Vn);break}nt=We(G,Ta,W[qt],nt),e&&yt&&Ta.alternate===null&&t(G,yt),I=c(Ta,I,qt),vt===null?Nt=Ta:vt.sibling=Ta,vt=Ta,yt=Vn}if(qt===W.length)return a(G,yt),tn&&zo(G,qt),Nt;if(yt===null){for(;qt<W.length;qt++)yt=ee(G,W[qt],De),yt!==null&&(nt=We(G,yt,W[qt],nt),I=c(yt,I,qt),vt===null?Nt=yt:vt.sibling=yt,vt=yt);return tn&&zo(G,qt),Nt}for(yt=i(yt);qt<W.length;qt++)Vn=ye(yt,G,qt,W[qt],De),Vn!==null&&(nt=We(G,Vn,W[qt],nt),e&&Vn.alternate!==null&&yt.delete(Vn.key===null?qt:Vn.key),I=c(Vn,I,qt),vt===null?Nt=Vn:vt.sibling=Vn,vt=Vn);return e&&yt.forEach(function(Lc){return t(G,Lc)}),tn&&zo(G,qt),Nt}function zn(G,I,W,De){if(W==null)throw Error("An iterable object provided no iterator.");for(var nt=null,Nt=null,vt=I,yt=I=0,qt=null,Vn=null,Ta=W.next();vt!==null&&!Ta.done;yt++,Ta=W.next()){vt.index>yt?(qt=vt,vt=null):qt=vt.sibling;var Lc=V(G,vt,Ta.value,De);if(Lc===null){vt===null&&(vt=qt);break}Vn=We(G,Lc,Ta.value,Vn),e&&vt&&Lc.alternate===null&&t(G,vt),I=c(Lc,I,yt),Nt===null?nt=Lc:Nt.sibling=Lc,Nt=Lc,vt=qt}if(Ta.done)return a(G,vt),tn&&zo(G,yt),nt;if(vt===null){for(;!Ta.done;yt++,Ta=W.next())vt=ee(G,Ta.value,De),vt!==null&&(Vn=We(G,vt,Ta.value,Vn),I=c(vt,I,yt),Nt===null?nt=vt:Nt.sibling=vt,Nt=vt);return tn&&zo(G,yt),nt}for(vt=i(vt);!Ta.done;yt++,Ta=W.next())qt=ye(vt,G,yt,Ta.value,De),qt!==null&&(Vn=We(G,qt,Ta.value,Vn),e&&qt.alternate!==null&&vt.delete(qt.key===null?yt:qt.key),I=c(qt,I,yt),Nt===null?nt=qt:Nt.sibling=qt,Nt=qt);return e&&vt.forEach(function(C7){return t(G,C7)}),tn&&zo(G,yt),nt}function an(G,I,W,De){if(typeof W=="object"&&W!==null&&W.type===Xr&&W.key===null&&(fl(W,null,G),W=W.props.children),typeof W=="object"&&W!==null){switch(W.$$typeof){case wo:var nt=la(W._debugInfo);e:{for(var Nt=W.key;I!==null;){if(I.key===Nt){if(Nt=W.type,Nt===Xr){if(I.tag===7){a(G,I.sibling),De=u(I,W.props.children),De.return=G,De._debugOwner=W._owner,De._debugInfo=Xt,fl(W,De,G),G=De;break e}}else if(I.elementType===Nt||dp(I,W)||typeof Nt=="object"&&Nt!==null&&Nt.$$typeof===el&&ql(Nt)===I.type){a(G,I.sibling),De=u(I,W.props),Rl(De,W),De.return=G,De._debugOwner=W._owner,De._debugInfo=Xt,G=De;break e}a(G,I);break}else t(G,I);I=I.sibling}W.type===Xr?(De=Gu(W.props.children,G.mode,De,W.key),De.return=G,De._debugOwner=G,De._debugTask=G._debugTask,De._debugInfo=Xt,fl(W,De,G),G=De):(De=Qs(W,G.mode,De),Rl(De,W),De.return=G,De._debugInfo=Xt,G=De)}return G=h(G),Xt=nt,G;case yu:e:{for(nt=W,W=nt.key;I!==null;){if(I.key===W)if(I.tag===4&&I.stateNode.containerInfo===nt.containerInfo&&I.stateNode.implementation===nt.implementation){a(G,I.sibling),De=u(I,nt.children||[]),De.return=G,G=De;break e}else{a(G,I);break}else t(G,I);I=I.sibling}De=j0(nt,G.mode,De),De.return=G,G=De}return h(G);case el:return nt=la(W._debugInfo),W=ql(W),G=an(G,I,W,De),Xt=nt,G}if(ha(W))return nt=la(W._debugInfo),G=it(G,I,W,De),Xt=nt,G;if(Ke(W)){if(nt=la(W._debugInfo),Nt=Ke(W),typeof Nt!="function")throw Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");var vt=Nt.call(W);return vt===W?(G.tag!==0||Object.prototype.toString.call(G.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(vt)!=="[object Generator]")&&(P4||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),P4=!0):W.entries!==Nt||Zb||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Zb=!0),G=zn(G,I,vt,De),Xt=nt,G}if(typeof W.then=="function")return nt=la(W._debugInfo),G=an(G,I,Lo(W),De),Xt=nt,G;if(W.$$typeof===Wo)return an(G,I,If(G,W),De);vo(G,W)}return typeof W=="string"&&W!==""||typeof W=="number"||typeof W=="bigint"?(nt=""+W,I!==null&&I.tag===6?(a(G,I.sibling),De=u(I,nt),De.return=G,G=De):(a(G,I),De=ir(nt,G.mode,De),De.return=G,De._debugOwner=G,De._debugTask=G._debugTask,De._debugInfo=Xt,G=De),h(G)):(typeof W=="function"&&fr(G,W),typeof W=="symbol"&&Kf(G,W),a(G,I))}return function(G,I,W,De){var nt=Xt;Xt=null;try{b1=0;var Nt=an(G,I,W,De);return wh=null,Nt}catch(Vn){if(Vn===Th||Vn===Qg)throw Vn;var vt=M(29,Vn,null,G.mode);vt.lanes=De,vt.return=G;var yt=vt._debugInfo=Xt;if(vt._debugOwner=G._debugOwner,vt._debugTask=G._debugTask,yt!=null){for(var qt=yt.length-1;0<=qt;qt--)if(typeof yt[qt].stack=="string"){vt._debugOwner=yt[qt],vt._debugTask=yt[qt].debugTask;break}}return vt}finally{Xt=nt}}}function Rn(e,t){var a=ha(e);return e=!a&&typeof Ke(e)=="function",a||e?(a=a?"array":"iterable",console.error("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",a,t,a),!1):!0}function $t(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function bi(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function ya(e){return{lane:e,tag:l8,payload:null,callback:null,next:null}}function Ai(e,t,a){var i=e.updateQueue;if(i===null)return null;if(i=i.shared,Wb===i&&!s8){var u=B(e);console.error(`An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback.
|
|
114
|
+
<%s>%s</%s>`,a,t,a))}function Wf(e,t){var a=xl();a!==null?a.run(J0.bind(null,e,t)):J0(e,t)}function Oa(e){function t(G,I){if(e){var W=G.deletions;W===null?(G.deletions=[I],G.flags|=16):W.push(I)}}function a(G,I){if(!e)return null;for(;I!==null;)t(G,I),I=I.sibling;return null}function i(G){for(var I=new Map;G!==null;)G.key!==null?I.set(G.key,G):I.set(G.index,G),G=G.sibling;return I}function u(G,I){return G=yi(G,I),G.index=0,G.sibling=null,G}function c(G,I,W){return G.index=W,e?(W=G.alternate,W!==null?(W=W.index,W<I?(G.flags|=67108866,I):W):(G.flags|=67108866,I)):(G.flags|=1048576,I)}function h(G){return e&&G.alternate===null&&(G.flags|=67108866),G}function g(G,I,W,De){return I===null||I.tag!==6?(I=ir(W,G.mode,De),I.return=G,I._debugOwner=G,I._debugTask=G._debugTask,I._debugInfo=Xt,I):(I=u(I,W),I.return=G,I._debugInfo=Xt,I)}function S(G,I,W,De){var nt=W.type;return nt===Xr?(I=$(G,I,W.props.children,De,W.key),fl(W,I,G),I):I!==null&&(I.elementType===nt||dp(I,W)||typeof nt=="object"&&nt!==null&&nt.$$typeof===el&&ql(nt)===I.type)?(I=u(I,W.props),Rl(I,W),I.return=G,I._debugOwner=W._owner,I._debugInfo=Xt,I):(I=Qs(W,G.mode,De),Rl(I,W),I.return=G,I._debugInfo=Xt,I)}function O(G,I,W,De){return I===null||I.tag!==4||I.stateNode.containerInfo!==W.containerInfo||I.stateNode.implementation!==W.implementation?(I=j0(W,G.mode,De),I.return=G,I._debugInfo=Xt,I):(I=u(I,W.children||[]),I.return=G,I._debugInfo=Xt,I)}function $(G,I,W,De,nt){return I===null||I.tag!==7?(I=Gu(W,G.mode,De,nt),I.return=G,I._debugOwner=G,I._debugTask=G._debugTask,I._debugInfo=Xt,I):(I=u(I,W),I.return=G,I._debugInfo=Xt,I)}function ee(G,I,W){if(typeof I=="string"&&I!==""||typeof I=="number"||typeof I=="bigint")return I=ir(""+I,G.mode,W),I.return=G,I._debugOwner=G,I._debugTask=G._debugTask,I._debugInfo=Xt,I;if(typeof I=="object"&&I!==null){switch(I.$$typeof){case wo:return W=Qs(I,G.mode,W),Rl(W,I),W.return=G,G=la(I._debugInfo),W._debugInfo=Xt,Xt=G,W;case yu:return I=j0(I,G.mode,W),I.return=G,I._debugInfo=Xt,I;case el:var De=la(I._debugInfo);return I=ql(I),G=ee(G,I,W),Xt=De,G}if(ha(I)||Ke(I))return W=Gu(I,G.mode,W,null),W.return=G,W._debugOwner=G,W._debugTask=G._debugTask,G=la(I._debugInfo),W._debugInfo=Xt,Xt=G,W;if(typeof I.then=="function")return De=la(I._debugInfo),G=ee(G,Lo(I),W),Xt=De,G;if(I.$$typeof===Wo)return ee(G,Jf(G,I),W);vo(G,I)}return typeof I=="function"&&fr(G,I),typeof I=="symbol"&&Wf(G,I),null}function V(G,I,W,De){var nt=I!==null?I.key:null;if(typeof W=="string"&&W!==""||typeof W=="number"||typeof W=="bigint")return nt!==null?null:g(G,I,""+W,De);if(typeof W=="object"&&W!==null){switch(W.$$typeof){case wo:return W.key===nt?(nt=la(W._debugInfo),G=S(G,I,W,De),Xt=nt,G):null;case yu:return W.key===nt?O(G,I,W,De):null;case el:return nt=la(W._debugInfo),W=ql(W),G=V(G,I,W,De),Xt=nt,G}if(ha(W)||Ke(W))return nt!==null?null:(nt=la(W._debugInfo),G=$(G,I,W,De,null),Xt=nt,G);if(typeof W.then=="function")return nt=la(W._debugInfo),G=V(G,I,Lo(W),De),Xt=nt,G;if(W.$$typeof===Wo)return V(G,I,Jf(G,W),De);vo(G,W)}return typeof W=="function"&&fr(G,W),typeof W=="symbol"&&Wf(G,W),null}function ye(G,I,W,De,nt){if(typeof De=="string"&&De!==""||typeof De=="number"||typeof De=="bigint")return G=G.get(W)||null,g(I,G,""+De,nt);if(typeof De=="object"&&De!==null){switch(De.$$typeof){case wo:return W=G.get(De.key===null?W:De.key)||null,G=la(De._debugInfo),I=S(I,W,De,nt),Xt=G,I;case yu:return G=G.get(De.key===null?W:De.key)||null,O(I,G,De,nt);case el:var Nt=la(De._debugInfo);return De=ql(De),I=ye(G,I,W,De,nt),Xt=Nt,I}if(ha(De)||Ke(De))return W=G.get(W)||null,G=la(De._debugInfo),I=$(I,W,De,nt,null),Xt=G,I;if(typeof De.then=="function")return Nt=la(De._debugInfo),I=ye(G,I,W,Lo(De),nt),Xt=Nt,I;if(De.$$typeof===Wo)return ye(G,I,W,Jf(I,De),nt);vo(I,De)}return typeof De=="function"&&fr(I,De),typeof De=="symbol"&&Wf(I,De),null}function We(G,I,W,De){if(typeof W!="object"||W===null)return De;switch(W.$$typeof){case wo:case yu:ue(G,I,W);var nt=W.key;if(typeof nt!="string")break;if(De===null){De=new Set,De.add(nt);break}if(!De.has(nt)){De.add(nt);break}Xe(I,function(){console.error("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",nt)});break;case el:W=ql(W),We(G,I,W,De)}return De}function it(G,I,W,De){for(var nt=null,Nt=null,vt=null,yt=I,qt=I=0,Vn=null;yt!==null&&qt<W.length;qt++){yt.index>qt?(Vn=yt,yt=null):Vn=yt.sibling;var Ta=V(G,yt,W[qt],De);if(Ta===null){yt===null&&(yt=Vn);break}nt=We(G,Ta,W[qt],nt),e&&yt&&Ta.alternate===null&&t(G,yt),I=c(Ta,I,qt),vt===null?Nt=Ta:vt.sibling=Ta,vt=Ta,yt=Vn}if(qt===W.length)return a(G,yt),tn&&zo(G,qt),Nt;if(yt===null){for(;qt<W.length;qt++)yt=ee(G,W[qt],De),yt!==null&&(nt=We(G,yt,W[qt],nt),I=c(yt,I,qt),vt===null?Nt=yt:vt.sibling=yt,vt=yt);return tn&&zo(G,qt),Nt}for(yt=i(yt);qt<W.length;qt++)Vn=ye(yt,G,qt,W[qt],De),Vn!==null&&(nt=We(G,Vn,W[qt],nt),e&&Vn.alternate!==null&&yt.delete(Vn.key===null?qt:Vn.key),I=c(Vn,I,qt),vt===null?Nt=Vn:vt.sibling=Vn,vt=Vn);return e&&yt.forEach(function(Lc){return t(G,Lc)}),tn&&zo(G,qt),Nt}function zn(G,I,W,De){if(W==null)throw Error("An iterable object provided no iterator.");for(var nt=null,Nt=null,vt=I,yt=I=0,qt=null,Vn=null,Ta=W.next();vt!==null&&!Ta.done;yt++,Ta=W.next()){vt.index>yt?(qt=vt,vt=null):qt=vt.sibling;var Lc=V(G,vt,Ta.value,De);if(Lc===null){vt===null&&(vt=qt);break}Vn=We(G,Lc,Ta.value,Vn),e&&vt&&Lc.alternate===null&&t(G,vt),I=c(Lc,I,yt),Nt===null?nt=Lc:Nt.sibling=Lc,Nt=Lc,vt=qt}if(Ta.done)return a(G,vt),tn&&zo(G,yt),nt;if(vt===null){for(;!Ta.done;yt++,Ta=W.next())vt=ee(G,Ta.value,De),vt!==null&&(Vn=We(G,vt,Ta.value,Vn),I=c(vt,I,yt),Nt===null?nt=vt:Nt.sibling=vt,Nt=vt);return tn&&zo(G,yt),nt}for(vt=i(vt);!Ta.done;yt++,Ta=W.next())qt=ye(vt,G,yt,Ta.value,De),qt!==null&&(Vn=We(G,qt,Ta.value,Vn),e&&qt.alternate!==null&&vt.delete(qt.key===null?yt:qt.key),I=c(qt,I,yt),Nt===null?nt=qt:Nt.sibling=qt,Nt=qt);return e&&vt.forEach(function(C7){return t(G,C7)}),tn&&zo(G,yt),nt}function an(G,I,W,De){if(typeof W=="object"&&W!==null&&W.type===Xr&&W.key===null&&(fl(W,null,G),W=W.props.children),typeof W=="object"&&W!==null){switch(W.$$typeof){case wo:var nt=la(W._debugInfo);e:{for(var Nt=W.key;I!==null;){if(I.key===Nt){if(Nt=W.type,Nt===Xr){if(I.tag===7){a(G,I.sibling),De=u(I,W.props.children),De.return=G,De._debugOwner=W._owner,De._debugInfo=Xt,fl(W,De,G),G=De;break e}}else if(I.elementType===Nt||dp(I,W)||typeof Nt=="object"&&Nt!==null&&Nt.$$typeof===el&&ql(Nt)===I.type){a(G,I.sibling),De=u(I,W.props),Rl(De,W),De.return=G,De._debugOwner=W._owner,De._debugInfo=Xt,G=De;break e}a(G,I);break}else t(G,I);I=I.sibling}W.type===Xr?(De=Gu(W.props.children,G.mode,De,W.key),De.return=G,De._debugOwner=G,De._debugTask=G._debugTask,De._debugInfo=Xt,fl(W,De,G),G=De):(De=Qs(W,G.mode,De),Rl(De,W),De.return=G,De._debugInfo=Xt,G=De)}return G=h(G),Xt=nt,G;case yu:e:{for(nt=W,W=nt.key;I!==null;){if(I.key===W)if(I.tag===4&&I.stateNode.containerInfo===nt.containerInfo&&I.stateNode.implementation===nt.implementation){a(G,I.sibling),De=u(I,nt.children||[]),De.return=G,G=De;break e}else{a(G,I);break}else t(G,I);I=I.sibling}De=j0(nt,G.mode,De),De.return=G,G=De}return h(G);case el:return nt=la(W._debugInfo),W=ql(W),G=an(G,I,W,De),Xt=nt,G}if(ha(W))return nt=la(W._debugInfo),G=it(G,I,W,De),Xt=nt,G;if(Ke(W)){if(nt=la(W._debugInfo),Nt=Ke(W),typeof Nt!="function")throw Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");var vt=Nt.call(W);return vt===W?(G.tag!==0||Object.prototype.toString.call(G.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(vt)!=="[object Generator]")&&(P4||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),P4=!0):W.entries!==Nt||Zb||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Zb=!0),G=zn(G,I,vt,De),Xt=nt,G}if(typeof W.then=="function")return nt=la(W._debugInfo),G=an(G,I,Lo(W),De),Xt=nt,G;if(W.$$typeof===Wo)return an(G,I,Jf(G,W),De);vo(G,W)}return typeof W=="string"&&W!==""||typeof W=="number"||typeof W=="bigint"?(nt=""+W,I!==null&&I.tag===6?(a(G,I.sibling),De=u(I,nt),De.return=G,G=De):(a(G,I),De=ir(nt,G.mode,De),De.return=G,De._debugOwner=G,De._debugTask=G._debugTask,De._debugInfo=Xt,G=De),h(G)):(typeof W=="function"&&fr(G,W),typeof W=="symbol"&&Wf(G,W),a(G,I))}return function(G,I,W,De){var nt=Xt;Xt=null;try{b1=0;var Nt=an(G,I,W,De);return wh=null,Nt}catch(Vn){if(Vn===Th||Vn===Qg)throw Vn;var vt=M(29,Vn,null,G.mode);vt.lanes=De,vt.return=G;var yt=vt._debugInfo=Xt;if(vt._debugOwner=G._debugOwner,vt._debugTask=G._debugTask,yt!=null){for(var qt=yt.length-1;0<=qt;qt--)if(typeof yt[qt].stack=="string"){vt._debugOwner=yt[qt],vt._debugTask=yt[qt].debugTask;break}}return vt}finally{Xt=nt}}}function Rn(e,t){var a=ha(e);return e=!a&&typeof Ke(e)=="function",a||e?(a=a?"array":"iterable",console.error("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",a,t,a),!1):!0}function $t(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function bi(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function ya(e){return{lane:e,tag:l8,payload:null,callback:null,next:null}}function Ai(e,t,a){var i=e.updateQueue;if(i===null)return null;if(i=i.shared,Wb===i&&!s8){var u=B(e);console.error(`An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback.
|
|
115
115
|
|
|
116
|
-
Please update the following component: %s`,u),s8=!0}return(cn&Ja)!==ll?(u=i.pending,u===null?t.next=t:(t.next=u.next,u.next=t),i.pending=t,t=
|
|
116
|
+
Please update the following component: %s`,u),s8=!0}return(cn&Ja)!==ll?(u=i.pending,u===null?t.next=t:(t.next=u.next,u.next=t),i.pending=t,t=Qf(e),fp(e,null,a),t):(or(e,i,t,a),Qf(e))}function bo(e,t,a){if(t=t.updateQueue,t!==null&&(t=t.shared,(a&4194048)!==0)){var i=t.lanes;i&=e.pendingLanes,a|=i,t.lanes=a,Ge(e,a)}}function $f(e,t){var a=e.updateQueue,i=e.alternate;if(i!==null&&(i=i.updateQueue,a===i)){var u=null,c=null;if(a=a.firstBaseUpdate,a!==null){do{var h={lane:a.lane,tag:a.tag,payload:a.payload,callback:null,next:null};c===null?u=c=h:c=c.next=h,a=a.next}while(a!==null);c===null?u=c=t:c=c.next=t}else u=c=t;a={baseState:i.baseState,firstBaseUpdate:u,lastBaseUpdate:c,shared:i.shared,callbacks:i.callbacks},e.updateQueue=a;return}e=a.lastBaseUpdate,e===null?a.firstBaseUpdate=t:e.next=t,a.lastBaseUpdate=t}function dr(){if($b){var e=Sh;if(e!==null)throw e}}function Si(e,t,a,i){$b=!1;var u=e.updateQueue;mf=!1,Wb=u.shared;var c=u.firstBaseUpdate,h=u.lastBaseUpdate,g=u.shared.pending;if(g!==null){u.shared.pending=null;var S=g,O=S.next;S.next=null,h===null?c=O:h.next=O,h=S;var $=e.alternate;$!==null&&($=$.updateQueue,g=$.lastBaseUpdate,g!==h&&(g===null?$.firstBaseUpdate=O:g.next=O,$.lastBaseUpdate=S))}if(c!==null){var ee=u.baseState;h=0,$=O=S=null,g=c;do{var V=g.lane&-536870913,ye=V!==g.lane;if(ye?(It&V)===V:(i&V)===V){V!==0&&V===n0&&($b=!0),$!==null&&($=$.next={lane:0,tag:g.tag,payload:g.payload,callback:null,next:null});e:{V=e;var We=g,it=t,zn=a;switch(We.tag){case o8:if(We=We.payload,typeof We=="function"){bh=!0;var an=We.call(zn,ee,it);if(V.mode&zl){ot(!0);try{We.call(zn,ee,it)}finally{ot(!1)}}bh=!1,ee=an;break e}ee=We;break e;case Kb:V.flags=V.flags&-65537|128;case l8:if(an=We.payload,typeof an=="function"){if(bh=!0,We=an.call(zn,ee,it),V.mode&zl){ot(!0);try{an.call(zn,ee,it)}finally{ot(!1)}}bh=!1}else We=an;if(We==null)break e;ee=Vt({},ee,We);break e;case i8:mf=!0}}V=g.callback,V!==null&&(e.flags|=64,ye&&(e.flags|=8192),ye=u.callbacks,ye===null?u.callbacks=[V]:ye.push(V))}else ye={lane:V,tag:g.tag,payload:g.payload,callback:g.callback,next:null},$===null?(O=$=ye,S=ee):$=$.next=ye,h|=V;if(g=g.next,g===null){if(g=u.shared.pending,g===null)break;ye=g,g=ye.next,ye.next=null,u.lastBaseUpdate=ye,u.shared.pending=null}}while(!0);$===null&&(S=ee),u.baseState=S,u.firstBaseUpdate=O,u.lastBaseUpdate=$,c===null&&(u.shared.lanes=0),yf|=h,e.lanes=h,e.memoizedState=ee}Wb=null}function Zs(e,t){if(typeof e!="function")throw Error("Invalid argument passed as callback. Expected a function. Instead received: "+e);e.call(t)}function Ep(e,t){var a=e.shared.hiddenCallbacks;if(a!==null)for(e.shared.hiddenCallbacks=null,e=0;e<a.length;e++)Zs(a[e],t)}function mr(e,t){var a=e.callbacks;if(a!==null)for(e.callbacks=null,e=0;e<a.length;e++)Zs(a[e],t)}function F0(e,t){var a=Eu;j(Ig,a,e),j(Eh,t,e),Eu=a|t.baseLanes}function ds(e){j(Ig,Eu,e),j(Eh,Eh.current,e)}function Yo(e){Eu=Ig.current,k(Eh,e),k(Ig,e)}function dl(e){var t=e.alternate;j(Sa,Sa.current&Ch,e),j(ti,e,e),Zi===null&&(t===null||Eh.current!==null||t.memoizedState!==null)&&(Zi=e)}function qo(e){j(Sa,Sa.current,e),j(ti,e,e),Zi===null&&(Zi=e)}function Z0(e){e.tag===22?(j(Sa,Sa.current,e),j(ti,e,e),Zi===null&&(Zi=e)):Ti(e)}function Ti(e){j(Sa,Sa.current,e),j(ti,ti.current,e)}function xa(e){k(ti,e),Zi===e&&(Zi=null),k(Sa,e)}function Zu(e){for(var t=e;t!==null;){if(t.tag===13){var a=t.memoizedState;if(a!==null&&(a=a.dehydrated,a===null||Ud(a)||S2(a)))return t}else if(t.tag===19&&(t.memoizedProps.revealOrder==="forwards"||t.memoizedProps.revealOrder==="backwards"||t.memoizedProps.revealOrder==="unstable_legacy-backwards"||t.memoizedProps.revealOrder==="together")){if((t.flags&128)!==0)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function Rt(){var e=be;Wi===null?Wi=[e]:Wi.push(e)}function _e(){var e=be;if(Wi!==null&&(Bc++,Wi[Bc]!==e)){var t=B(Dt);if(!u8.has(t)&&(u8.add(t),Wi!==null)){for(var a="",i=0;i<=Bc;i++){var u=Wi[i],c=i===Bc?e:u;for(u=i+1+". "+u;30>u.length;)u+=" ";u+=c+`
|
|
117
117
|
`,a+=u}console.error(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://react.dev/link/rules-of-hooks
|
|
118
118
|
|
|
119
119
|
Previous render Next render
|
|
120
120
|
------------------------------------------------------
|
|
121
121
|
%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
122
|
-
`,t,a)}}}function ms(e){e==null||ha(e)||console.error("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",be,typeof e)}function
|
|
122
|
+
`,t,a)}}}function ms(e){e==null||ha(e)||console.error("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",be,typeof e)}function Pf(){var e=B(Dt);r8.has(e)||(r8.add(e),console.error("ReactDOM.useFormState has been renamed to React.useActionState. Please update %s to use React.useActionState.",e))}function $n(){throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
123
123
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
124
124
|
2. You might be breaking the Rules of Hooks
|
|
125
125
|
3. You might have more than one copy of React in the same app
|
|
126
126
|
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function Cp(e,t){if(T1)return!1;if(t===null)return console.error("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",be),!1;e.length!==t.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
127
127
|
|
|
128
128
|
Previous: %s
|
|
129
|
-
Incoming: %s`,be,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!eo(e[a],t[a]))return!1;return!0}function Op(e,t,a,i,u,c){Mc=c,Dt=t,Wi=e!==null?e._debugHookTypes:null,Bc=-1,T1=e!==null&&e.type!==t.type,(Object.prototype.toString.call(a)==="[object AsyncFunction]"||Object.prototype.toString.call(a)==="[object AsyncGeneratorFunction]")&&(c=B(Dt),Pb.has(c)||(Pb.add(c),console.error("%s is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",c===null?"An unknown Component":"<"+c+">"))),t.memoizedState=null,t.updateQueue=null,t.lanes=0,Ae.H=e!==null&&e.memoizedState!==null?tA:Wi!==null?f8:eA,i0=c=(t.mode&zl)!==Ct;var h=Ib(a,i,u);if(i0=!1,xh&&(h=Pf(t,a,i,u)),c){ot(!0);try{h=Pf(t,a,i,u)}finally{ot(!1)}}return oa(e,t),h}function oa(e,t){t._debugHookTypes=Wi,t.dependencies===null?kc!==null&&(t.dependencies={lanes:0,firstContext:null,_debugThenableState:kc}):t.dependencies._debugThenableState=kc,Ae.H=w1;var a=Mn!==null&&Mn.next!==null;if(Mc=0,Wi=be=Ua=Mn=Dt=null,Bc=-1,e!==null&&(e.flags&65011712)!==(t.flags&65011712)&&console.error("Internal React error: Expected static flag was missing. Please notify the React team."),Fg=!1,S1=0,kc=null,a)throw Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");e===null||za||(e=e.dependencies,e!==null&&ur(e)&&(za=!0)),v1?(v1=!1,e=!0):e=!1,e&&(t=B(t)||"Unknown",c8.has(t)||Pb.has(t)||(c8.add(t),console.error("`use` was called from inside a try/catch block. This is not allowed and can lead to unexpected behavior. To handle errors triggered by `use`, wrap your component in a error boundary.")))}function Pf(e,t,a,i){Dt=e;var u=0;do{if(xh&&(kc=null),S1=0,xh=!1,u>=a7)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(u+=1,T1=!1,Ua=Mn=null,e.updateQueue!=null){var c=e.updateQueue;c.lastEffect=null,c.events=null,c.stores=null,c.memoCache!=null&&(c.memoCache.index=0)}Bc=-1,Ae.H=d8,c=Ib(t,a,i)}while(xh);return c}function ed(){var e=Ae.H,t=e.useState()[0];return t=typeof t.then=="function"?ad(t):t,e=e.useState()[0],(Mn!==null?Mn.memoizedState:null)!==e&&(Dt.flags|=1024),t}function Ku(){var e=Zg!==0;return Zg=0,e}function td(e,t,a){t.updateQueue=e.updateQueue,t.flags=(t.mode&Rs)!==Ct?t.flags&-402655237:t.flags&-2053,e.lanes&=~a}function Ks(e){if(Fg){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}Fg=!1}Mc=0,Wi=Ua=Mn=Dt=null,Bc=-1,be=null,xh=!1,S1=Zg=0,kc=null}function da(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ua===null?Dt.memoizedState=Ua=e:Ua=Ua.next=e,Ua}function yn(){if(Mn===null){var e=Dt.alternate;e=e!==null?e.memoizedState:null}else e=Mn.next;var t=Ua===null?Dt.memoizedState:Ua.next;if(t!==null)Ua=t,Mn=e;else{if(e===null)throw Dt.alternate===null?Error("Update hook called on initial render. This is likely a bug in React. Please file an issue."):Error("Rendered more hooks than during the previous render.");Mn=e,e={memoizedState:Mn.memoizedState,baseState:Mn.baseState,baseQueue:Mn.baseQueue,queue:Mn.queue,next:null},Ua===null?Dt.memoizedState=Ua=e:Ua=Ua.next=e}return Ua}function nd(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function ad(e){var t=S1;return S1+=1,kc===null&&(kc=I0()),e=Yl(kc,e,t),t=Dt,(Ua===null?t.memoizedState:Ua.next)===null&&(t=t.alternate,Ae.H=t!==null&&t.memoizedState!==null?tA:eA),e}function hs(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return ad(e);if(e.$$typeof===Wo)return mn(e)}throw Error("An unsupported type was passed to use(): "+String(e))}function Gl(e){var t=null,a=Dt.updateQueue;if(a!==null&&(t=a.memoCache),t==null){var i=Dt.alternate;i!==null&&(i=i.updateQueue,i!==null&&(i=i.memoCache,i!=null&&(t={data:i.data.map(function(u){return u.slice()}),index:0})))}if(t==null&&(t={data:[],index:0}),a===null&&(a=nd(),Dt.updateQueue=a),a.memoCache=t,a=t.data[t.index],a===void 0||T1)for(a=t.data[t.index]=Array(e),i=0;i<e;i++)a[i]=bb;else a.length!==e&&console.error("Expected a constant size argument for each invocation of useMemoCache. The previous cache was allocated with size %s but size %s was requested.",a.length,e);return t.index++,a}function Vl(e,t){return typeof t=="function"?t(e):t}function hr(e,t,a){var i=da();if(a!==void 0){var u=a(t);if(i0){ot(!0);try{a(t)}finally{ot(!1)}}}else u=t;return i.memoizedState=i.baseState=u,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:u},i.queue=e,e=e.dispatch=hb.bind(null,Dt,e),[i.memoizedState,e]}function Wu(e){var t=yn();return Ws(t,Mn,e)}function Ws(e,t,a){var i=e.queue;if(i===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");i.lastRenderedReducer=a;var u=e.baseQueue,c=i.pending;if(c!==null){if(u!==null){var h=u.next;u.next=c.next,c.next=h}t.baseQueue!==u&&console.error("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),t.baseQueue=u=c,i.pending=null}if(c=e.baseState,u===null)e.memoizedState=c;else{t=u.next;var g=h=null,S=null,O=t,$=!1;do{var ee=O.lane&-536870913;if(ee!==O.lane?(It&ee)===ee:(Mc&ee)===ee){var V=O.revertLane;if(V===0)S!==null&&(S=S.next={lane:0,revertLane:0,gesture:null,action:O.action,hasEagerState:O.hasEagerState,eagerState:O.eagerState,next:null}),ee===t0&&($=!0);else if((Mc&V)===V){O=O.next,V===t0&&($=!0);continue}else ee={lane:0,revertLane:O.revertLane,gesture:null,action:O.action,hasEagerState:O.hasEagerState,eagerState:O.eagerState,next:null},S===null?(g=S=ee,h=c):S=S.next=ee,Dt.lanes|=V,yf|=V;ee=O.action,i0&&a(c,ee),c=O.hasEagerState?O.eagerState:a(c,ee)}else V={lane:ee,revertLane:O.revertLane,gesture:O.gesture,action:O.action,hasEagerState:O.hasEagerState,eagerState:O.eagerState,next:null},S===null?(g=S=V,h=c):S=S.next=V,Dt.lanes|=ee,yf|=ee;O=O.next}while(O!==null&&O!==t);if(S===null?h=c:S.next=g,!eo(c,e.memoizedState)&&(za=!0,$&&(a=Sh,a!==null)))throw a;e.memoizedState=c,e.baseState=h,e.baseQueue=S,i.lastRenderedState=c}return u===null&&(i.lanes=0),[e.memoizedState,i.dispatch]}function $u(e){var t=yn(),a=t.queue;if(a===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");a.lastRenderedReducer=e;var i=a.dispatch,u=a.pending,c=t.memoizedState;if(u!==null){a.pending=null;var h=u=u.next;do c=e(c,h.action),h=h.next;while(h!==u);eo(c,t.memoizedState)||(za=!0),t.memoizedState=c,t.baseQueue===null&&(t.baseState=c),a.lastRenderedState=c}return[c,i]}function pr(e,t,a){var i=Dt,u=da();if(tn){if(a===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");var c=a();Oh||c===a()||(console.error("The result of getServerSnapshot should be cached to avoid an infinite loop"),Oh=!0)}else{if(c=t(),Oh||(a=t(),eo(c,a)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Oh=!0)),kn===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");(It&127)!==0||xp(i,t,c)}return u.memoizedState=c,a={value:c,getSnapshot:t},u.queue=a,tc($s.bind(null,i,a,e),[e]),i.flags|=2048,wi(Ki|ao,{destroy:void 0},Rp.bind(null,i,a,c,t),null),c}function Pu(e,t,a){var i=Dt,u=yn(),c=tn;if(c){if(a===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");a=a()}else if(a=t(),!Oh){var h=t();eo(a,h)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Oh=!0)}(h=!eo((Mn||u).memoizedState,a))&&(u.memoizedState=a,za=!0),u=u.queue;var g=$s.bind(null,i,u,e);if(ga(2048,ao,g,[e]),u.getSnapshot!==t||h||Ua!==null&&Ua.memoizedState.tag&Ki){if(i.flags|=2048,wi(Ki|ao,{destroy:void 0},Rp.bind(null,i,u,a,t),null),kn===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");c||(Mc&127)!==0||xp(i,t,a)}return a}function xp(e,t,a){e.flags|=16384,e={getSnapshot:t,value:a},t=Dt.updateQueue,t===null?(t=nd(),Dt.updateQueue=t,t.stores=[e]):(a=t.stores,a===null?t.stores=[e]:a.push(e))}function Rp(e,t,a,i){t.value=a,t.getSnapshot=i,Ps(t)&&Dp(e)}function $s(e,t,a){return a(function(){Ps(t)&&(gi(2,"updateSyncExternalStore()",e),Dp(e))})}function Ps(e){var t=e.getSnapshot;e=e.value;try{var a=t();return!eo(e,a)}catch{return!0}}function Dp(e){var t=Wa(e,2);t!==null&&xt(t,e,2)}function K0(e){var t=da();if(typeof e=="function"){var a=e;if(e=a(),i0){ot(!0);try{a()}finally{ot(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vl,lastRenderedState:e},t}function eu(e){e=K0(e);var t=e.queue,a=nm.bind(null,Dt,t);return t.dispatch=a,[e.memoizedState,a]}function ec(e){var t=da();t.memoizedState=t.baseState=e;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=a,t=rd.bind(null,Dt,!0,a),a.dispatch=t,[e,t]}function ld(e,t){var a=yn();return yr(a,Mn,e,t)}function yr(e,t,a,i){return e.baseState=a,Ws(e,Mn,typeof i=="function"?i:Vl)}function od(e,t){var a=yn();return Mn!==null?yr(a,Mn,e,t):(a.baseState=e,[e,a.queue.dispatch])}function wy(e,t,a,i,u){if(Ra(e))throw Error("Cannot update form state while rendering.");if(e=t.action,e!==null){var c={payload:u,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(h){c.listeners.push(h)}};Ae.T!==null?a(!0):c.isTransition=!1,i(c),a=t.pending,a===null?(c.next=t.pending=c,tu(t,c)):(c.next=a.next,t.pending=a.next=c)}}function tu(e,t){var a=t.action,i=t.payload,u=e.state;if(t.isTransition){var c=Ae.T,h={};h._updatedFibers=new Set,Ae.T=h;try{var g=a(u,i),S=Ae.S;S!==null&&S(h,g),Np(e,t,g)}catch(O){id(e,t,O)}finally{c!==null&&h.types!==null&&(c.types!==null&&c.types!==h.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),c.types=h.types),Ae.T=c,c===null&&h._updatedFibers&&(e=h._updatedFibers.size,h._updatedFibers.clear(),10<e&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}else try{h=a(u,i),Np(e,t,h)}catch(O){id(e,t,O)}}function Np(e,t,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?(Ae.asyncTransitions++,a.then(nc,nc),a.then(function(i){ps(e,t,i)},function(i){return id(e,t,i)}),t.isTransition||console.error("An async function with useActionState was called outside of a transition. This is likely not what you intended (for example, isPending will not update correctly). Either call the returned function inside startTransition, or pass it to an `action` or `formAction` prop.")):ps(e,t,a)}function ps(e,t,a){t.status="fulfilled",t.value=a,W0(t),e.state=a,t=e.pending,t!==null&&(a=t.next,a===t?e.pending=null:(a=a.next,t.next=a,tu(e,a)))}function id(e,t,a){var i=e.pending;if(e.pending=null,i!==null){i=i.next;do t.status="rejected",t.reason=a,W0(t),t=t.next;while(t!==i)}e.action=null}function W0(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function ys(e,t){return t}function Ql(e,t){if(tn){var a=kn.formState;if(a!==null){e:{var i=Dt;if(tn){if(Gn){t:{for(var u=Gn,c=Ji;u.nodeType!==8;){if(!c){u=null;break t}if(u=Kl(u.nextSibling),u===null){u=null;break t}}c=u.data,u=c===EA||c===W8?u:null}if(u){Gn=Kl(u.nextSibling),i=u.data===EA;break e}}ho(i)}i=!1}i&&(t=a[0])}}return a=da(),a.memoizedState=a.baseState=t,i={pending:null,lanes:0,dispatch:null,lastRenderedReducer:ys,lastRenderedState:t},a.queue=i,a=nm.bind(null,Dt,i),i.dispatch=a,i=K0(!1),c=rd.bind(null,Dt,!1,i.queue),i=da(),u={state:t,dispatch:null,action:e,pending:null},i.queue=u,a=wy.bind(null,Dt,u,c,a),u.dispatch=a,i.memoizedState=e,[t,a,!1]}function nu(e){var t=yn();return $0(t,Mn,e)}function $0(e,t,a){if(t=Ws(e,t,ys)[0],e=Wu(Vl)[0],typeof t=="object"&&t!==null&&typeof t.then=="function")try{var i=ad(t)}catch(h){throw h===Th?Qg:h}else i=t;t=yn();var u=t.queue,c=u.dispatch;return a!==t.memoizedState&&(Dt.flags|=2048,wi(Ki|ao,{destroy:void 0},Mp.bind(null,u,a),null)),[i,c,e]}function Mp(e,t){e.action=t}function au(e){var t=yn(),a=Mn;if(a!==null)return $0(t,a,e);yn(),t=t.memoizedState,a=yn();var i=a.queue.dispatch;return a.memoizedState=e,[t,i,!1]}function wi(e,t,a,i){return e={tag:e,create:a,deps:i,inst:t,next:null},t=Dt.updateQueue,t===null&&(t=nd(),Dt.updateQueue=t),a=t.lastEffect,a===null?t.lastEffect=e.next=e:(i=a.next,a.next=e,e.next=i,t.lastEffect=e),e}function P0(e){var t=da();return e={current:e},t.memoizedState=e}function lu(e,t,a,i){var u=da();Dt.flags|=e,u.memoizedState=wi(Ki|t,{destroy:void 0},a,i===void 0?null:i)}function ga(e,t,a,i){var u=yn();i=i===void 0?null:i;var c=u.memoizedState.inst;Mn!==null&&i!==null&&Cp(i,Mn.memoizedState.deps)?u.memoizedState=wi(t,c,a,i):(Dt.flags|=e,u.memoizedState=wi(Ki|t,c,a,i))}function tc(e,t){(Dt.mode&Rs)!==Ct?lu(276826112,ao,e,t):lu(8390656,ao,e,t)}function Ey(e){Dt.flags|=4;var t=Dt.updateQueue;if(t===null)t=nd(),Dt.updateQueue=t,t.events=[e];else{var a=t.events;a===null?t.events=[e]:a.push(e)}}function sd(e){var t=da(),a={impl:e};return t.memoizedState=a,function(){if((cn&Ja)!==ll)throw Error("A function wrapped in useEffectEvent can't be called during rendering.");return a.impl.apply(void 0,arguments)}}function gr(e){var t=yn().memoizedState;return Ey({ref:t,nextImpl:e}),function(){if((cn&Ja)!==ll)throw Error("A function wrapped in useEffectEvent can't be called during rendering.");return t.impl.apply(void 0,arguments)}}function ml(e,t){var a=4194308;return(Dt.mode&Rs)!==Ct&&(a|=134217728),lu(a,ni,e,t)}function Xl(e,t){if(typeof t=="function"){e=e();var a=t(e);return function(){typeof a=="function"?a():t(null)}}if(t!=null)return t.hasOwnProperty("current")||console.error("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(t).join(", ")+"}"),e=e(),t.current=e,function(){t.current=null}}function Ei(e,t,a){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),a=a!=null?a.concat([e]):null;var i=4194308;(Dt.mode&Rs)!==Ct&&(i|=134217728),lu(i,ni,Xl.bind(null,t,e),a)}function vr(e,t,a){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),a=a!=null?a.concat([e]):null,ga(4,ni,Xl.bind(null,t,e),a)}function em(e,t){return da().memoizedState=[e,t===void 0?null:t],e}function Go(e,t){var a=yn();t=t===void 0?null:t;var i=a.memoizedState;return t!==null&&Cp(t,i[1])?i[0]:(a.memoizedState=[e,t],e)}function hl(e,t){var a=da();t=t===void 0?null:t;var i=e();if(i0){ot(!0);try{e()}finally{ot(!1)}}return a.memoizedState=[i,t],i}function Ln(e,t){var a=yn();t=t===void 0?null:t;var i=a.memoizedState;if(t!==null&&Cp(t,i[1]))return i[0];if(i=e(),i0){ot(!0);try{e()}finally{ot(!1)}}return a.memoizedState=[i,t],i}function br(e,t){var a=da();return gn(a,e,t)}function Ci(e,t){var a=yn();return ia(a,Mn.memoizedState,e,t)}function zt(e,t){var a=yn();return Mn===null?gn(a,e,t):ia(a,Mn.memoizedState,e,t)}function gn(e,t,a){return a===void 0||(Mc&1073741824)!==0&&(It&261930)===0?e.memoizedState=t:(e.memoizedState=a,e=xr(),Dt.lanes|=e,yf|=e,a)}function ia(e,t,a,i){return eo(a,t)?a:Eh.current!==null?(e=gn(e,a,i),eo(e,t)||(za=!0),e):(Mc&42)===0||(Mc&1073741824)!==0&&(It&261930)===0?(za=!0,e.memoizedState=a):(e=xr(),Dt.lanes|=e,yf|=e,t)}function nc(){Ae.asyncTransitions--}function ac(e,t,a,i,u){var c=pn.p;pn.p=c!==0&&c<Xa?c:Xa;var h=Ae.T,g={};g._updatedFibers=new Set,Ae.T=g,rd(e,!1,t,a);try{var S=u(),O=Ae.S;if(O!==null&&O(g,S),S!==null&&typeof S=="object"&&typeof S.then=="function"){Ae.asyncTransitions++,S.then(nc,nc);var $=X0(S,i);lc(e,t,$,Pa(e))}else lc(e,t,i,Pa(e))}catch(ee){lc(e,t,{then:function(){},status:"rejected",reason:ee},Pa(e))}finally{pn.p=c,h!==null&&g.types!==null&&(h.types!==null&&h.types!==g.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),h.types=g.types),Ae.T=h,h===null&&g._updatedFibers&&(e=g._updatedFibers.size,g._updatedFibers.clear(),10<e&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}function gs(e,t,a,i){if(e.tag!==5)throw Error("Expected the form instance to be a HostComponent. This is a bug in React.");var u=ud(e).queue;Sy(e),ac(e,u,t,g0,a===null?_:function(){return Ar(e),a(i)})}function ud(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:g0,baseState:g0,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vl,lastRenderedState:g0},next:null};var a={};return t.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vl,lastRenderedState:a},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function Ar(e){Ae.T===null&&console.error("requestFormReset was called outside a transition or action. To fix, move to an action, or wrap with startTransition.");var t=ud(e);t.next===null&&(t=e.alternate.memoizedState),lc(e,t.next.queue,{},Pa(e))}function ou(){var e=K0(!1);return e=ac.bind(null,Dt,e.queue,!0,!1),da().memoizedState=e,[!1,e]}function Cy(){var e=Wu(Vl)[0],t=yn().memoizedState;return[typeof e=="boolean"?e:ad(e),t]}function Xn(){var e=$u(Vl)[0],t=yn().memoizedState;return[typeof e=="boolean"?e:ad(e),t]}function vs(){return mn(L1)}function cd(){var e=da(),t=kn.identifierPrefix;if(tn){var a=Oc,i=Cc;a=(i&~(1<<32-Qa(i)-1)).toString(32)+a,t="_"+t+"R_"+a,a=Zg++,0<a&&(t+="H"+a.toString(32)),t+="_"}else a=n7++,t="_"+t+"r_"+a.toString(32)+"_";return e.memoizedState=t}function tm(){return da().memoizedState=Oy.bind(null,Dt)}function Oy(e,t){for(var a=e.return;a!==null;){switch(a.tag){case 24:case 3:var i=Pa(a),u=ya(i),c=Ai(a,u,i);c!==null&&(gi(i,"refresh()",e),xt(c,a,i),bo(c,a,i)),e=V0(),t!=null&&c!==null&&console.error("The seed argument is not enabled outside experimental channels."),u.payload={cache:e};return}a=a.return}}function hb(e,t,a){var i=arguments;typeof i[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),i=Pa(e);var u={lane:i,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};Ra(e)?Pn(t,u):(u=ju(e,t,u,i),u!==null&&(gi(i,"dispatch()",e),xt(u,e,i),fd(u,t,i)))}function nm(e,t,a){var i=arguments;typeof i[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),i=Pa(e),lc(e,t,a,i)&&gi(i,"setState()",e)}function lc(e,t,a,i){var u={lane:i,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};if(Ra(e))Pn(t,u);else{var c=e.alternate;if(e.lanes===0&&(c===null||c.lanes===0)&&(c=t.lastRenderedReducer,c!==null)){var h=Ae.H;Ae.H=Ns;try{var g=t.lastRenderedState,S=c(g,a);if(u.hasEagerState=!0,u.eagerState=S,eo(S,g))return or(e,t,u,0),kn===null&&H0(),!1}catch{}finally{Ae.H=h}}if(a=ju(e,t,u,i),a!==null)return xt(a,e,i),fd(a,t,i),!0}return!1}function rd(e,t,a,i){if(Ae.T===null&&t0===0&&console.error("An optimistic state update occurred outside a transition or action. To fix, move the update to an action, or wrap with startTransition."),i={lane:2,revertLane:v2(),gesture:null,action:i,hasEagerState:!1,eagerState:null,next:null},Ra(e)){if(t)throw Error("Cannot update optimistic state while rendering.");console.error("Cannot call startTransition while rendering.")}else t=ju(e,a,i,2),t!==null&&(gi(2,"setOptimistic()",e),xt(t,e,2))}function Ra(e){var t=e.alternate;return e===Dt||t!==null&&t===Dt}function Pn(e,t){xh=Fg=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function fd(e,t,a){if((a&4194048)!==0){var i=t.lanes;i&=e.pendingLanes,a|=i,t.lanes=a,Ge(e,a)}}function oc(e){if(e!==null&&typeof e!="function"){var t=String(e);w8.has(t)||(w8.add(t),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",e))}}function Sr(e,t,a,i){var u=e.memoizedState,c=a(i,u);if(e.mode&zl){ot(!0);try{c=a(i,u)}finally{ot(!1)}}c===void 0&&(t=N(t)||"Component",b8.has(t)||(b8.add(t),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",t))),u=c==null?u:Vt({},u,c),e.memoizedState=u,e.lanes===0&&(e.updateQueue.baseState=u)}function am(e,t,a,i,u,c,h){var g=e.stateNode;if(typeof g.shouldComponentUpdate=="function"){if(a=g.shouldComponentUpdate(i,c,h),e.mode&zl){ot(!0);try{a=g.shouldComponentUpdate(i,c,h)}finally{ot(!1)}}return a===void 0&&console.error("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",N(t)||"Component"),a}return t.prototype&&t.prototype.isPureReactComponent?!lr(a,i)||!lr(u,c):!0}function Oi(e,t,a,i){var u=t.state;typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,i),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,i),t.state!==u&&(e=B(e)||"Component",h8.has(e)||(h8.add(e),console.error("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",e)),nA.enqueueReplaceState(t,t.state,null))}function xi(e,t){var a=t;if("ref"in t){a={};for(var i in t)i!=="ref"&&(a[i]=t[i])}if(e=e.defaultProps){a===t&&(a=Vt({},a));for(var u in e)a[u]===void 0&&(a[u]=e[u])}return a}function lm(e){Bb(e),console.warn(`%s
|
|
129
|
+
Incoming: %s`,be,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!eo(e[a],t[a]))return!1;return!0}function Op(e,t,a,i,u,c){Mc=c,Dt=t,Wi=e!==null?e._debugHookTypes:null,Bc=-1,T1=e!==null&&e.type!==t.type,(Object.prototype.toString.call(a)==="[object AsyncFunction]"||Object.prototype.toString.call(a)==="[object AsyncGeneratorFunction]")&&(c=B(Dt),Pb.has(c)||(Pb.add(c),console.error("%s is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",c===null?"An unknown Component":"<"+c+">"))),t.memoizedState=null,t.updateQueue=null,t.lanes=0,Ae.H=e!==null&&e.memoizedState!==null?tA:Wi!==null?f8:eA,s0=c=(t.mode&zl)!==Ct;var h=Ib(a,i,u);if(s0=!1,xh&&(h=ed(t,a,i,u)),c){ot(!0);try{h=ed(t,a,i,u)}finally{ot(!1)}}return oa(e,t),h}function oa(e,t){t._debugHookTypes=Wi,t.dependencies===null?kc!==null&&(t.dependencies={lanes:0,firstContext:null,_debugThenableState:kc}):t.dependencies._debugThenableState=kc,Ae.H=w1;var a=Mn!==null&&Mn.next!==null;if(Mc=0,Wi=be=Ua=Mn=Dt=null,Bc=-1,e!==null&&(e.flags&65011712)!==(t.flags&65011712)&&console.error("Internal React error: Expected static flag was missing. Please notify the React team."),Fg=!1,S1=0,kc=null,a)throw Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");e===null||za||(e=e.dependencies,e!==null&&ur(e)&&(za=!0)),v1?(v1=!1,e=!0):e=!1,e&&(t=B(t)||"Unknown",c8.has(t)||Pb.has(t)||(c8.add(t),console.error("`use` was called from inside a try/catch block. This is not allowed and can lead to unexpected behavior. To handle errors triggered by `use`, wrap your component in a error boundary.")))}function ed(e,t,a,i){Dt=e;var u=0;do{if(xh&&(kc=null),S1=0,xh=!1,u>=a7)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(u+=1,T1=!1,Ua=Mn=null,e.updateQueue!=null){var c=e.updateQueue;c.lastEffect=null,c.events=null,c.stores=null,c.memoCache!=null&&(c.memoCache.index=0)}Bc=-1,Ae.H=d8,c=Ib(t,a,i)}while(xh);return c}function td(){var e=Ae.H,t=e.useState()[0];return t=typeof t.then=="function"?ld(t):t,e=e.useState()[0],(Mn!==null?Mn.memoizedState:null)!==e&&(Dt.flags|=1024),t}function Ku(){var e=Zg!==0;return Zg=0,e}function nd(e,t,a){t.updateQueue=e.updateQueue,t.flags=(t.mode&Rs)!==Ct?t.flags&-402655237:t.flags&-2053,e.lanes&=~a}function Ks(e){if(Fg){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}Fg=!1}Mc=0,Wi=Ua=Mn=Dt=null,Bc=-1,be=null,xh=!1,S1=Zg=0,kc=null}function da(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ua===null?Dt.memoizedState=Ua=e:Ua=Ua.next=e,Ua}function yn(){if(Mn===null){var e=Dt.alternate;e=e!==null?e.memoizedState:null}else e=Mn.next;var t=Ua===null?Dt.memoizedState:Ua.next;if(t!==null)Ua=t,Mn=e;else{if(e===null)throw Dt.alternate===null?Error("Update hook called on initial render. This is likely a bug in React. Please file an issue."):Error("Rendered more hooks than during the previous render.");Mn=e,e={memoizedState:Mn.memoizedState,baseState:Mn.baseState,baseQueue:Mn.baseQueue,queue:Mn.queue,next:null},Ua===null?Dt.memoizedState=Ua=e:Ua=Ua.next=e}return Ua}function ad(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function ld(e){var t=S1;return S1+=1,kc===null&&(kc=I0()),e=Yl(kc,e,t),t=Dt,(Ua===null?t.memoizedState:Ua.next)===null&&(t=t.alternate,Ae.H=t!==null&&t.memoizedState!==null?tA:eA),e}function hs(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return ld(e);if(e.$$typeof===Wo)return mn(e)}throw Error("An unsupported type was passed to use(): "+String(e))}function Gl(e){var t=null,a=Dt.updateQueue;if(a!==null&&(t=a.memoCache),t==null){var i=Dt.alternate;i!==null&&(i=i.updateQueue,i!==null&&(i=i.memoCache,i!=null&&(t={data:i.data.map(function(u){return u.slice()}),index:0})))}if(t==null&&(t={data:[],index:0}),a===null&&(a=ad(),Dt.updateQueue=a),a.memoCache=t,a=t.data[t.index],a===void 0||T1)for(a=t.data[t.index]=Array(e),i=0;i<e;i++)a[i]=bb;else a.length!==e&&console.error("Expected a constant size argument for each invocation of useMemoCache. The previous cache was allocated with size %s but size %s was requested.",a.length,e);return t.index++,a}function Vl(e,t){return typeof t=="function"?t(e):t}function hr(e,t,a){var i=da();if(a!==void 0){var u=a(t);if(s0){ot(!0);try{a(t)}finally{ot(!1)}}}else u=t;return i.memoizedState=i.baseState=u,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:u},i.queue=e,e=e.dispatch=hb.bind(null,Dt,e),[i.memoizedState,e]}function Wu(e){var t=yn();return Ws(t,Mn,e)}function Ws(e,t,a){var i=e.queue;if(i===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");i.lastRenderedReducer=a;var u=e.baseQueue,c=i.pending;if(c!==null){if(u!==null){var h=u.next;u.next=c.next,c.next=h}t.baseQueue!==u&&console.error("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),t.baseQueue=u=c,i.pending=null}if(c=e.baseState,u===null)e.memoizedState=c;else{t=u.next;var g=h=null,S=null,O=t,$=!1;do{var ee=O.lane&-536870913;if(ee!==O.lane?(It&ee)===ee:(Mc&ee)===ee){var V=O.revertLane;if(V===0)S!==null&&(S=S.next={lane:0,revertLane:0,gesture:null,action:O.action,hasEagerState:O.hasEagerState,eagerState:O.eagerState,next:null}),ee===n0&&($=!0);else if((Mc&V)===V){O=O.next,V===n0&&($=!0);continue}else ee={lane:0,revertLane:O.revertLane,gesture:null,action:O.action,hasEagerState:O.hasEagerState,eagerState:O.eagerState,next:null},S===null?(g=S=ee,h=c):S=S.next=ee,Dt.lanes|=V,yf|=V;ee=O.action,s0&&a(c,ee),c=O.hasEagerState?O.eagerState:a(c,ee)}else V={lane:ee,revertLane:O.revertLane,gesture:O.gesture,action:O.action,hasEagerState:O.hasEagerState,eagerState:O.eagerState,next:null},S===null?(g=S=V,h=c):S=S.next=V,Dt.lanes|=ee,yf|=ee;O=O.next}while(O!==null&&O!==t);if(S===null?h=c:S.next=g,!eo(c,e.memoizedState)&&(za=!0,$&&(a=Sh,a!==null)))throw a;e.memoizedState=c,e.baseState=h,e.baseQueue=S,i.lastRenderedState=c}return u===null&&(i.lanes=0),[e.memoizedState,i.dispatch]}function $u(e){var t=yn(),a=t.queue;if(a===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");a.lastRenderedReducer=e;var i=a.dispatch,u=a.pending,c=t.memoizedState;if(u!==null){a.pending=null;var h=u=u.next;do c=e(c,h.action),h=h.next;while(h!==u);eo(c,t.memoizedState)||(za=!0),t.memoizedState=c,t.baseQueue===null&&(t.baseState=c),a.lastRenderedState=c}return[c,i]}function pr(e,t,a){var i=Dt,u=da();if(tn){if(a===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");var c=a();Oh||c===a()||(console.error("The result of getServerSnapshot should be cached to avoid an infinite loop"),Oh=!0)}else{if(c=t(),Oh||(a=t(),eo(c,a)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Oh=!0)),kn===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");(It&127)!==0||xp(i,t,c)}return u.memoizedState=c,a={value:c,getSnapshot:t},u.queue=a,tc($s.bind(null,i,a,e),[e]),i.flags|=2048,wi(Ki|ao,{destroy:void 0},Rp.bind(null,i,a,c,t),null),c}function Pu(e,t,a){var i=Dt,u=yn(),c=tn;if(c){if(a===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");a=a()}else if(a=t(),!Oh){var h=t();eo(a,h)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),Oh=!0)}(h=!eo((Mn||u).memoizedState,a))&&(u.memoizedState=a,za=!0),u=u.queue;var g=$s.bind(null,i,u,e);if(ga(2048,ao,g,[e]),u.getSnapshot!==t||h||Ua!==null&&Ua.memoizedState.tag&Ki){if(i.flags|=2048,wi(Ki|ao,{destroy:void 0},Rp.bind(null,i,u,a,t),null),kn===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");c||(Mc&127)!==0||xp(i,t,a)}return a}function xp(e,t,a){e.flags|=16384,e={getSnapshot:t,value:a},t=Dt.updateQueue,t===null?(t=ad(),Dt.updateQueue=t,t.stores=[e]):(a=t.stores,a===null?t.stores=[e]:a.push(e))}function Rp(e,t,a,i){t.value=a,t.getSnapshot=i,Ps(t)&&Dp(e)}function $s(e,t,a){return a(function(){Ps(t)&&(gi(2,"updateSyncExternalStore()",e),Dp(e))})}function Ps(e){var t=e.getSnapshot;e=e.value;try{var a=t();return!eo(e,a)}catch{return!0}}function Dp(e){var t=Wa(e,2);t!==null&&xt(t,e,2)}function K0(e){var t=da();if(typeof e=="function"){var a=e;if(e=a(),s0){ot(!0);try{a()}finally{ot(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vl,lastRenderedState:e},t}function eu(e){e=K0(e);var t=e.queue,a=nm.bind(null,Dt,t);return t.dispatch=a,[e.memoizedState,a]}function ec(e){var t=da();t.memoizedState=t.baseState=e;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=a,t=fd.bind(null,Dt,!0,a),a.dispatch=t,[e,t]}function od(e,t){var a=yn();return yr(a,Mn,e,t)}function yr(e,t,a,i){return e.baseState=a,Ws(e,Mn,typeof i=="function"?i:Vl)}function id(e,t){var a=yn();return Mn!==null?yr(a,Mn,e,t):(a.baseState=e,[e,a.queue.dispatch])}function wy(e,t,a,i,u){if(Ra(e))throw Error("Cannot update form state while rendering.");if(e=t.action,e!==null){var c={payload:u,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(h){c.listeners.push(h)}};Ae.T!==null?a(!0):c.isTransition=!1,i(c),a=t.pending,a===null?(c.next=t.pending=c,tu(t,c)):(c.next=a.next,t.pending=a.next=c)}}function tu(e,t){var a=t.action,i=t.payload,u=e.state;if(t.isTransition){var c=Ae.T,h={};h._updatedFibers=new Set,Ae.T=h;try{var g=a(u,i),S=Ae.S;S!==null&&S(h,g),Np(e,t,g)}catch(O){sd(e,t,O)}finally{c!==null&&h.types!==null&&(c.types!==null&&c.types!==h.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),c.types=h.types),Ae.T=c,c===null&&h._updatedFibers&&(e=h._updatedFibers.size,h._updatedFibers.clear(),10<e&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}else try{h=a(u,i),Np(e,t,h)}catch(O){sd(e,t,O)}}function Np(e,t,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?(Ae.asyncTransitions++,a.then(nc,nc),a.then(function(i){ps(e,t,i)},function(i){return sd(e,t,i)}),t.isTransition||console.error("An async function with useActionState was called outside of a transition. This is likely not what you intended (for example, isPending will not update correctly). Either call the returned function inside startTransition, or pass it to an `action` or `formAction` prop.")):ps(e,t,a)}function ps(e,t,a){t.status="fulfilled",t.value=a,W0(t),e.state=a,t=e.pending,t!==null&&(a=t.next,a===t?e.pending=null:(a=a.next,t.next=a,tu(e,a)))}function sd(e,t,a){var i=e.pending;if(e.pending=null,i!==null){i=i.next;do t.status="rejected",t.reason=a,W0(t),t=t.next;while(t!==i)}e.action=null}function W0(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function ys(e,t){return t}function Ql(e,t){if(tn){var a=kn.formState;if(a!==null){e:{var i=Dt;if(tn){if(Gn){t:{for(var u=Gn,c=Ji;u.nodeType!==8;){if(!c){u=null;break t}if(u=Kl(u.nextSibling),u===null){u=null;break t}}c=u.data,u=c===EA||c===W8?u:null}if(u){Gn=Kl(u.nextSibling),i=u.data===EA;break e}}ho(i)}i=!1}i&&(t=a[0])}}return a=da(),a.memoizedState=a.baseState=t,i={pending:null,lanes:0,dispatch:null,lastRenderedReducer:ys,lastRenderedState:t},a.queue=i,a=nm.bind(null,Dt,i),i.dispatch=a,i=K0(!1),c=fd.bind(null,Dt,!1,i.queue),i=da(),u={state:t,dispatch:null,action:e,pending:null},i.queue=u,a=wy.bind(null,Dt,u,c,a),u.dispatch=a,i.memoizedState=e,[t,a,!1]}function nu(e){var t=yn();return $0(t,Mn,e)}function $0(e,t,a){if(t=Ws(e,t,ys)[0],e=Wu(Vl)[0],typeof t=="object"&&t!==null&&typeof t.then=="function")try{var i=ld(t)}catch(h){throw h===Th?Qg:h}else i=t;t=yn();var u=t.queue,c=u.dispatch;return a!==t.memoizedState&&(Dt.flags|=2048,wi(Ki|ao,{destroy:void 0},Mp.bind(null,u,a),null)),[i,c,e]}function Mp(e,t){e.action=t}function au(e){var t=yn(),a=Mn;if(a!==null)return $0(t,a,e);yn(),t=t.memoizedState,a=yn();var i=a.queue.dispatch;return a.memoizedState=e,[t,i,!1]}function wi(e,t,a,i){return e={tag:e,create:a,deps:i,inst:t,next:null},t=Dt.updateQueue,t===null&&(t=ad(),Dt.updateQueue=t),a=t.lastEffect,a===null?t.lastEffect=e.next=e:(i=a.next,a.next=e,e.next=i,t.lastEffect=e),e}function P0(e){var t=da();return e={current:e},t.memoizedState=e}function lu(e,t,a,i){var u=da();Dt.flags|=e,u.memoizedState=wi(Ki|t,{destroy:void 0},a,i===void 0?null:i)}function ga(e,t,a,i){var u=yn();i=i===void 0?null:i;var c=u.memoizedState.inst;Mn!==null&&i!==null&&Cp(i,Mn.memoizedState.deps)?u.memoizedState=wi(t,c,a,i):(Dt.flags|=e,u.memoizedState=wi(Ki|t,c,a,i))}function tc(e,t){(Dt.mode&Rs)!==Ct?lu(276826112,ao,e,t):lu(8390656,ao,e,t)}function Ey(e){Dt.flags|=4;var t=Dt.updateQueue;if(t===null)t=ad(),Dt.updateQueue=t,t.events=[e];else{var a=t.events;a===null?t.events=[e]:a.push(e)}}function ud(e){var t=da(),a={impl:e};return t.memoizedState=a,function(){if((cn&Ja)!==ll)throw Error("A function wrapped in useEffectEvent can't be called during rendering.");return a.impl.apply(void 0,arguments)}}function gr(e){var t=yn().memoizedState;return Ey({ref:t,nextImpl:e}),function(){if((cn&Ja)!==ll)throw Error("A function wrapped in useEffectEvent can't be called during rendering.");return t.impl.apply(void 0,arguments)}}function ml(e,t){var a=4194308;return(Dt.mode&Rs)!==Ct&&(a|=134217728),lu(a,ni,e,t)}function Xl(e,t){if(typeof t=="function"){e=e();var a=t(e);return function(){typeof a=="function"?a():t(null)}}if(t!=null)return t.hasOwnProperty("current")||console.error("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(t).join(", ")+"}"),e=e(),t.current=e,function(){t.current=null}}function Ei(e,t,a){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),a=a!=null?a.concat([e]):null;var i=4194308;(Dt.mode&Rs)!==Ct&&(i|=134217728),lu(i,ni,Xl.bind(null,t,e),a)}function vr(e,t,a){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),a=a!=null?a.concat([e]):null,ga(4,ni,Xl.bind(null,t,e),a)}function em(e,t){return da().memoizedState=[e,t===void 0?null:t],e}function Go(e,t){var a=yn();t=t===void 0?null:t;var i=a.memoizedState;return t!==null&&Cp(t,i[1])?i[0]:(a.memoizedState=[e,t],e)}function hl(e,t){var a=da();t=t===void 0?null:t;var i=e();if(s0){ot(!0);try{e()}finally{ot(!1)}}return a.memoizedState=[i,t],i}function Ln(e,t){var a=yn();t=t===void 0?null:t;var i=a.memoizedState;if(t!==null&&Cp(t,i[1]))return i[0];if(i=e(),s0){ot(!0);try{e()}finally{ot(!1)}}return a.memoizedState=[i,t],i}function br(e,t){var a=da();return gn(a,e,t)}function Ci(e,t){var a=yn();return ia(a,Mn.memoizedState,e,t)}function zt(e,t){var a=yn();return Mn===null?gn(a,e,t):ia(a,Mn.memoizedState,e,t)}function gn(e,t,a){return a===void 0||(Mc&1073741824)!==0&&(It&261930)===0?e.memoizedState=t:(e.memoizedState=a,e=xr(),Dt.lanes|=e,yf|=e,a)}function ia(e,t,a,i){return eo(a,t)?a:Eh.current!==null?(e=gn(e,a,i),eo(e,t)||(za=!0),e):(Mc&42)===0||(Mc&1073741824)!==0&&(It&261930)===0?(za=!0,e.memoizedState=a):(e=xr(),Dt.lanes|=e,yf|=e,t)}function nc(){Ae.asyncTransitions--}function ac(e,t,a,i,u){var c=pn.p;pn.p=c!==0&&c<Xa?c:Xa;var h=Ae.T,g={};g._updatedFibers=new Set,Ae.T=g,fd(e,!1,t,a);try{var S=u(),O=Ae.S;if(O!==null&&O(g,S),S!==null&&typeof S=="object"&&typeof S.then=="function"){Ae.asyncTransitions++,S.then(nc,nc);var $=X0(S,i);lc(e,t,$,Pa(e))}else lc(e,t,i,Pa(e))}catch(ee){lc(e,t,{then:function(){},status:"rejected",reason:ee},Pa(e))}finally{pn.p=c,h!==null&&g.types!==null&&(h.types!==null&&h.types!==g.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),h.types=g.types),Ae.T=h,h===null&&g._updatedFibers&&(e=g._updatedFibers.size,g._updatedFibers.clear(),10<e&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}function gs(e,t,a,i){if(e.tag!==5)throw Error("Expected the form instance to be a HostComponent. This is a bug in React.");var u=cd(e).queue;Sy(e),ac(e,u,t,v0,a===null?_:function(){return Ar(e),a(i)})}function cd(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:v0,baseState:v0,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vl,lastRenderedState:v0},next:null};var a={};return t.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vl,lastRenderedState:a},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function Ar(e){Ae.T===null&&console.error("requestFormReset was called outside a transition or action. To fix, move to an action, or wrap with startTransition.");var t=cd(e);t.next===null&&(t=e.alternate.memoizedState),lc(e,t.next.queue,{},Pa(e))}function ou(){var e=K0(!1);return e=ac.bind(null,Dt,e.queue,!0,!1),da().memoizedState=e,[!1,e]}function Cy(){var e=Wu(Vl)[0],t=yn().memoizedState;return[typeof e=="boolean"?e:ld(e),t]}function Xn(){var e=$u(Vl)[0],t=yn().memoizedState;return[typeof e=="boolean"?e:ld(e),t]}function vs(){return mn(L1)}function rd(){var e=da(),t=kn.identifierPrefix;if(tn){var a=Oc,i=Cc;a=(i&~(1<<32-Qa(i)-1)).toString(32)+a,t="_"+t+"R_"+a,a=Zg++,0<a&&(t+="H"+a.toString(32)),t+="_"}else a=n7++,t="_"+t+"r_"+a.toString(32)+"_";return e.memoizedState=t}function tm(){return da().memoizedState=Oy.bind(null,Dt)}function Oy(e,t){for(var a=e.return;a!==null;){switch(a.tag){case 24:case 3:var i=Pa(a),u=ya(i),c=Ai(a,u,i);c!==null&&(gi(i,"refresh()",e),xt(c,a,i),bo(c,a,i)),e=V0(),t!=null&&c!==null&&console.error("The seed argument is not enabled outside experimental channels."),u.payload={cache:e};return}a=a.return}}function hb(e,t,a){var i=arguments;typeof i[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),i=Pa(e);var u={lane:i,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};Ra(e)?Pn(t,u):(u=ju(e,t,u,i),u!==null&&(gi(i,"dispatch()",e),xt(u,e,i),dd(u,t,i)))}function nm(e,t,a){var i=arguments;typeof i[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),i=Pa(e),lc(e,t,a,i)&&gi(i,"setState()",e)}function lc(e,t,a,i){var u={lane:i,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};if(Ra(e))Pn(t,u);else{var c=e.alternate;if(e.lanes===0&&(c===null||c.lanes===0)&&(c=t.lastRenderedReducer,c!==null)){var h=Ae.H;Ae.H=Ns;try{var g=t.lastRenderedState,S=c(g,a);if(u.hasEagerState=!0,u.eagerState=S,eo(S,g))return or(e,t,u,0),kn===null&&H0(),!1}catch{}finally{Ae.H=h}}if(a=ju(e,t,u,i),a!==null)return xt(a,e,i),dd(a,t,i),!0}return!1}function fd(e,t,a,i){if(Ae.T===null&&n0===0&&console.error("An optimistic state update occurred outside a transition or action. To fix, move the update to an action, or wrap with startTransition."),i={lane:2,revertLane:v2(),gesture:null,action:i,hasEagerState:!1,eagerState:null,next:null},Ra(e)){if(t)throw Error("Cannot update optimistic state while rendering.");console.error("Cannot call startTransition while rendering.")}else t=ju(e,a,i,2),t!==null&&(gi(2,"setOptimistic()",e),xt(t,e,2))}function Ra(e){var t=e.alternate;return e===Dt||t!==null&&t===Dt}function Pn(e,t){xh=Fg=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function dd(e,t,a){if((a&4194048)!==0){var i=t.lanes;i&=e.pendingLanes,a|=i,t.lanes=a,Ge(e,a)}}function oc(e){if(e!==null&&typeof e!="function"){var t=String(e);w8.has(t)||(w8.add(t),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",e))}}function Sr(e,t,a,i){var u=e.memoizedState,c=a(i,u);if(e.mode&zl){ot(!0);try{c=a(i,u)}finally{ot(!1)}}c===void 0&&(t=N(t)||"Component",b8.has(t)||(b8.add(t),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",t))),u=c==null?u:Vt({},u,c),e.memoizedState=u,e.lanes===0&&(e.updateQueue.baseState=u)}function am(e,t,a,i,u,c,h){var g=e.stateNode;if(typeof g.shouldComponentUpdate=="function"){if(a=g.shouldComponentUpdate(i,c,h),e.mode&zl){ot(!0);try{a=g.shouldComponentUpdate(i,c,h)}finally{ot(!1)}}return a===void 0&&console.error("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",N(t)||"Component"),a}return t.prototype&&t.prototype.isPureReactComponent?!lr(a,i)||!lr(u,c):!0}function Oi(e,t,a,i){var u=t.state;typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,i),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,i),t.state!==u&&(e=B(e)||"Component",h8.has(e)||(h8.add(e),console.error("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",e)),nA.enqueueReplaceState(t,t.state,null))}function xi(e,t){var a=t;if("ref"in t){a={};for(var i in t)i!=="ref"&&(a[i]=t[i])}if(e=e.defaultProps){a===t&&(a=Vt({},a));for(var u in e)a[u]===void 0&&(a[u]=e[u])}return a}function lm(e){Bb(e),console.warn(`%s
|
|
130
130
|
|
|
131
131
|
%s
|
|
132
132
|
`,Rh?"An error occurred in the <"+Rh+"> component.":"An error occurred in one of your React components.",`Consider adding an error boundary to your tree to customize error handling behavior.
|
|
@@ -140,9 +140,9 @@ Visit https://react.dev/link/error-boundaries to learn more about error boundari
|
|
|
140
140
|
%s
|
|
141
141
|
|
|
142
142
|
%s
|
|
143
|
-
`,e,t,a)}function kp(e){Bb(e)}function
|
|
143
|
+
`,e,t,a)}function kp(e){Bb(e)}function md(e,t){try{Rh=t.source?B(t.source):null,aA=null;var a=t.value;if(Ae.actQueue!==null)Ae.thrownErrors.push(a);else{var i=e.onUncaughtError;i(a,{componentStack:t.stack})}}catch(u){setTimeout(function(){throw u})}}function Bp(e,t,a){try{Rh=a.source?B(a.source):null,aA=B(t);var i=e.onCaughtError;i(a.value,{componentStack:a.stack,errorBoundary:t.tag===1?t.stateNode:null})}catch(u){setTimeout(function(){throw u})}}function im(e,t,a){return a=ya(a),a.tag=Kb,a.payload={element:null},a.callback=function(){Xe(t.source,md,e,t)},a}function sm(e){return e=ya(e),e.tag=Kb,e}function um(e,t,a,i){var u=a.type.getDerivedStateFromError;if(typeof u=="function"){var c=i.value;e.payload=function(){return u(c)},e.callback=function(){Yu(a),Xe(i.source,Bp,t,a,i)}}var h=a.stateNode;h!==null&&typeof h.componentDidCatch=="function"&&(e.callback=function(){Yu(a),Xe(i.source,Bp,t,a,i),typeof u!="function"&&(vf===null?vf=new Set([this]):vf.add(this)),$E(this,i),typeof u=="function"||(a.lanes&2)===0&&console.error("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",B(a)||"Unknown")})}function Up(e,t,a,i,u){if(a.flags|=32768,Yi&&kr(e,u),i!==null&&typeof i=="object"&&typeof i.then=="function"){if(t=a.alternate,t!==null&&Ho(t,a,u,!0),tn&&(Su=!0),a=ti.current,a!==null){switch(a.tag){case 31:case 13:return Zi===null?Dr():a.alternate===null&&ta===zc&&(ta=$g),a.flags&=-257,a.flags|=65536,a.lanes=u,i===Xg?a.flags|=16384:(t=a.updateQueue,t===null?a.updateQueue=new Set([i]):t.add(i),Rm(e,i,u)),!1;case 22:return a.flags|=65536,i===Xg?a.flags|=16384:(t=a.updateQueue,t===null?(t={transitions:null,markerInstances:null,retryQueue:new Set([i])},a.updateQueue=t):(a=t.retryQueue,a===null?t.retryQueue=new Set([i]):a.add(i)),Rm(e,i,u)),!1}throw Error("Unexpected Suspense handler tag ("+a.tag+"). This is a bug in React.")}return Rm(e,i,u),Dr(),!1}if(tn)return Su=!0,t=ti.current,t!==null?((t.flags&65536)===0&&(t.flags|=256),t.flags|=65536,t.lanes=u,i!==jb&&If(ul(Error("There was an error while hydrating but React was able to recover by instead client rendering from the nearest Suspense boundary.",{cause:i}),a))):(i!==jb&&If(ul(Error("There was an error while hydrating but React was able to recover by instead client rendering the entire root.",{cause:i}),a)),e=e.current.alternate,e.flags|=65536,u&=-u,e.lanes|=u,i=ul(i,a),u=im(e.stateNode,i,u),$f(e,u),ta!==hf&&(ta=u0)),!1;var c=ul(Error("There was an error during concurrent rendering but React was able to recover by instead synchronously rendering the entire root.",{cause:i}),a);if(D1===null?D1=[c]:D1.push(c),ta!==hf&&(ta=u0),t===null)return!0;i=ul(i,a),a=t;do{switch(a.tag){case 3:return a.flags|=65536,e=u&-u,a.lanes|=e,e=im(a.stateNode,i,e),$f(a,e),!1;case 1:if(t=a.type,c=a.stateNode,(a.flags&128)===0&&(typeof t.getDerivedStateFromError=="function"||c!==null&&typeof c.componentDidCatch=="function"&&(vf===null||!vf.has(c))))return a.flags|=65536,u&=-u,a.lanes|=u,u=sm(u),um(u,e,a,i),$f(a,u),!1}a=a.return}while(a!==null);return!1}function Da(e,t,a,i){t.child=e===null?a8(t,null,a,i):i0(t,e.child,a,i)}function xy(e,t,a,i,u){a=a.render;var c=t.ref;if("ref"in i){var h={};for(var g in i)g!=="ref"&&(h[g]=i[g])}else h=i;return Fs(t),i=Op(e,t,a,h,c,u),g=Ku(),e!==null&&!za?(nd(e,t,u),Vo(e,t,u)):(tn&&g&&Y0(t),t.flags|=1,Da(e,t,i,u),t.child)}function zp(e,t,a,i,u){if(e===null){var c=a.type;return typeof c=="function"&&!mp(c)&&c.defaultProps===void 0&&a.compare===null?(a=Vs(c),t.tag=15,t.type=a,Tr(t,c),_p(e,t,a,i,u)):(e=qu(a.type,null,i,t,t.mode,u),e.ref=t.ref,e.return=t,t.child=e)}if(c=e.child,!mm(e,u)){var h=c.memoizedProps;if(a=a.compare,a=a!==null?a:lr,a(h,i)&&e.ref===t.ref)return Vo(e,t,u)}return t.flags|=1,e=yi(c,i),e.ref=t.ref,e.return=t,t.child=e}function _p(e,t,a,i,u){if(e!==null){var c=e.memoizedProps;if(lr(c,i)&&e.ref===t.ref&&t.type===e.type)if(za=!1,t.pendingProps=i=c,mm(e,u))(e.flags&131072)!==0&&(za=!0);else return t.lanes=e.lanes,Vo(e,t,u)}return Yp(e,t,a,i,u)}function Hp(e,t,a,i){var u=i.children,c=e!==null?e.memoizedState:null;if(e===null&&t.stateNode===null&&(t.stateNode={_visibility:l1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.mode==="hidden"){if((t.flags&128)!==0){if(c=c!==null?c.baseLanes|a:a,e!==null){for(i=t.child=e.child,u=0;i!==null;)u=u|i.lanes|i.childLanes,i=i.sibling;i=u&~c}else i=0,t.child=null;return Lp(e,t,c,a,i)}if((a&536870912)!==0)t.memoizedState={baseLanes:0,cachePool:null},e!==null&&rr(t,c!==null?c.cachePool:null),c!==null?F0(t,c):ds(t),Z0(t);else return i=t.lanes=536870912,Lp(e,t,c!==null?c.baseLanes|a:a,a,i)}else c!==null?(rr(t,c.cachePool),F0(t,c),Ti(t),t.memoizedState=null):(e!==null&&rr(t,null),ds(t),Ti(t));return Da(e,t,u,a),t.child}function ic(e,t){return e!==null&&e.tag===22||t.stateNode!==null||(t.stateNode={_visibility:l1,_pendingMarkers:null,_retryCache:null,_transitions:null}),t.sibling}function Lp(e,t,a,i,u){var c=fs();return c=c===null?null:{parent:ka._currentValue,pool:c},t.memoizedState={baseLanes:a,cachePool:c},e!==null&&rr(t,null),ds(t),Z0(t),e!==null&&Ho(e,t,i,!0),t.childLanes=u,null}function hd(e,t){var a=t.hidden;return a!==void 0&&console.error(`<Activity> doesn't accept a hidden prop. Use mode="hidden" instead.
|
|
144
144
|
- <Activity %s>
|
|
145
|
-
+ <Activity %s>`,a===!0?"hidden":a===!1?"hidden={false}":"hidden={...}",a?'mode="hidden"':'mode="visible"'),t=
|
|
145
|
+
+ <Activity %s>`,a===!0?"hidden":a===!1?"hidden={false}":"hidden={...}",a?'mode="hidden"':'mode="visible"'),t=yd({mode:t.mode,children:t.children},e.mode),t.ref=e.ref,e.child=t,t.return=e,t}function jp(e,t,a){return i0(t,e.child,null,a),e=hd(t,t.pendingProps),e.flags|=2,xa(t),t.memoizedState=null,e}function Ry(e,t,a){var i=t.pendingProps,u=(t.flags&128)!==0;if(t.flags&=-129,e===null){if(tn){if(i.mode==="hidden")return e=hd(t,i),t.lanes=536870912,ic(null,e);if(qo(t),(e=Gn)?(a=bn(e,Ji),a=a!==null&&a.data===h0?a:null,a!==null&&(i={dehydrated:a,treeContext:vy(),retryLane:536870912,hydrationErrors:null},t.memoizedState=i,i=pp(a),i.return=t,t.child=i,wl=t,Gn=null)):a=null,a===null)throw $a(t,e),ho(t);return t.lanes=536870912,null}return hd(t,i)}var c=e.memoizedState;if(c!==null){var h=c.dehydrated;if(qo(t),u)if(t.flags&256)t.flags&=-257,t=jp(e,t,a);else if(t.memoizedState!==null)t.child=e.child,t.flags|=128,t=null;else throw Error("Client rendering an Activity suspended it again. This is a bug in React.");else if(Ay(),(a&536870912)!==0&&Rr(t),za||Ho(e,t,a,!1),u=(a&e.childLanes)!==0,za||u){if(i=kn,i!==null&&(h=re(i,a),h!==0&&h!==c.retryLane))throw c.retryLane=h,Wa(e,h),xt(i,e,h),lA;Dr(),t=jp(e,t,a)}else e=c.treeContext,Gn=Kl(h.nextSibling),wl=t,tn=!0,uf=null,Su=!1,ei=null,Ji=!1,e!==null&&by(t,e),t=hd(t,i),t.flags|=4096;return t}return c=e.child,i={mode:i.mode,children:i.children},(a&536870912)!==0&&(a&e.lanes)!==0&&Rr(t),e=yi(c,i),e.ref=t.ref,t.child=e,e.return=t,e}function pd(e,t){var a=t.ref;if(a===null)e!==null&&e.ref!==null&&(t.flags|=4194816);else{if(typeof a!="function"&&typeof a!="object")throw Error("Expected ref to be a function, an object returned by React.createRef(), or undefined/null.");(e===null||e.ref!==a)&&(t.flags|=4194816)}}function Yp(e,t,a,i,u){if(a.prototype&&typeof a.prototype.render=="function"){var c=N(a)||"Unknown";E8[c]||(console.error("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",c,c),E8[c]=!0)}return t.mode&zl&&Ds.recordLegacyContextWarning(t,null),e===null&&(Tr(t,t.type),a.contextTypes&&(c=N(a)||"Unknown",O8[c]||(O8[c]=!0,console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with React.useContext() instead. (https://react.dev/link/legacy-context)",c)))),Fs(t),a=Op(e,t,a,i,void 0,u),i=Ku(),e!==null&&!za?(nd(e,t,u),Vo(e,t,u)):(tn&&i&&Y0(t),t.flags|=1,Da(e,t,a,u),t.child)}function qp(e,t,a,i,u,c){return Fs(t),Bc=-1,T1=e!==null&&e.type!==t.type,t.updateQueue=null,a=ed(t,i,a,u),oa(e,t),i=Ku(),e!==null&&!za?(nd(e,t,c),Vo(e,t,c)):(tn&&i&&Y0(t),t.flags|=1,Da(e,t,a,c),t.child)}function sc(e,t,a,i,u){switch(w(t)){case!1:var c=t.stateNode,h=new t.type(t.memoizedProps,c.context).state;c.updater.enqueueSetState(c,h,null);break;case!0:t.flags|=128,t.flags|=65536,c=Error("Simulated error coming from DevTools");var g=u&-u;if(t.lanes|=g,h=kn,h===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");g=sm(g),um(g,h,t,ul(c,t)),$f(t,g)}if(Fs(t),t.stateNode===null){if(h=sf,c=a.contextType,"contextType"in a&&c!==null&&(c===void 0||c.$$typeof!==Wo)&&!T8.has(a)&&(T8.add(a),g=c===void 0?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof c!="object"?" However, it is set to a "+typeof c+".":c.$$typeof===Km?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(c).join(", ")+"}.",console.error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",N(a)||"Component",g)),typeof c=="object"&&c!==null&&(h=mn(c)),c=new a(i,h),t.mode&zl){ot(!0);try{c=new a(i,h)}finally{ot(!1)}}if(h=t.memoizedState=c.state!==null&&c.state!==void 0?c.state:null,c.updater=nA,t.stateNode=c,c._reactInternals=t,c._reactInternalInstance=m8,typeof a.getDerivedStateFromProps=="function"&&h===null&&(h=N(a)||"Component",p8.has(h)||(p8.add(h),console.error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",h,c.state===null?"null":"undefined",h))),typeof a.getDerivedStateFromProps=="function"||typeof c.getSnapshotBeforeUpdate=="function"){var S=g=h=null;if(typeof c.componentWillMount=="function"&&c.componentWillMount.__suppressDeprecationWarning!==!0?h="componentWillMount":typeof c.UNSAFE_componentWillMount=="function"&&(h="UNSAFE_componentWillMount"),typeof c.componentWillReceiveProps=="function"&&c.componentWillReceiveProps.__suppressDeprecationWarning!==!0?g="componentWillReceiveProps":typeof c.UNSAFE_componentWillReceiveProps=="function"&&(g="UNSAFE_componentWillReceiveProps"),typeof c.componentWillUpdate=="function"&&c.componentWillUpdate.__suppressDeprecationWarning!==!0?S="componentWillUpdate":typeof c.UNSAFE_componentWillUpdate=="function"&&(S="UNSAFE_componentWillUpdate"),h!==null||g!==null||S!==null){c=N(a)||"Component";var O=typeof a.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";g8.has(c)||(g8.add(c),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
146
146
|
|
|
147
147
|
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
148
148
|
|
|
@@ -150,8 +150,8 @@ The above lifecycles should be removed. Learn more about this warning here:
|
|
|
150
150
|
https://react.dev/link/unsafe-component-lifecycles`,c,O,h!==null?`
|
|
151
151
|
`+h:"",g!==null?`
|
|
152
152
|
`+g:"",S!==null?`
|
|
153
|
-
`+S:""))}}c=t.stateNode,h=N(a)||"Component",c.render||(a.prototype&&typeof a.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",h):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",h)),!c.getInitialState||c.getInitialState.isReactClassApproved||c.state||console.error("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",h),c.getDefaultProps&&!c.getDefaultProps.isReactClassApproved&&console.error("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",h),c.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",h),a.childContextTypes&&!S8.has(a)&&(S8.add(a),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",h)),a.contextTypes&&!A8.has(a)&&(A8.add(a),console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)",h)),typeof c.componentShouldUpdate=="function"&&console.error("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",h),a.prototype&&a.prototype.isPureReactComponent&&typeof c.shouldComponentUpdate<"u"&&console.error("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",N(a)||"A pure component"),typeof c.componentDidUnmount=="function"&&console.error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",h),typeof c.componentDidReceiveProps=="function"&&console.error("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",h),typeof c.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",h),typeof c.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",h),g=c.props!==i,c.props!==void 0&&g&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",h),c.defaultProps&&console.error("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",h,h),typeof c.getSnapshotBeforeUpdate!="function"||typeof c.componentDidUpdate=="function"||y8.has(a)||(y8.add(a),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",N(a))),typeof c.getDerivedStateFromProps=="function"&&console.error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",h),typeof c.getDerivedStateFromError=="function"&&console.error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",h),typeof a.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",h),(g=c.state)&&(typeof g!="object"||ha(g))&&console.error("%s.state: must be set to an object or null",h),typeof c.getChildContext=="function"&&typeof a.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",h),c=t.stateNode,c.props=i,c.state=t.memoizedState,c.refs={},$t(t),h=a.contextType,c.context=typeof h=="object"&&h!==null?mn(h):sf,c.state===i&&(h=N(a)||"Component",v8.has(h)||(v8.add(h),console.error("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",h))),t.mode&zl&&Ds.recordLegacyContextWarning(t,c),Ds.recordUnsafeLifecycleWarnings(t,c),c.state=t.memoizedState,h=a.getDerivedStateFromProps,typeof h=="function"&&(Sr(t,a,h,i),c.state=t.memoizedState),typeof a.getDerivedStateFromProps=="function"||typeof c.getSnapshotBeforeUpdate=="function"||typeof c.UNSAFE_componentWillMount!="function"&&typeof c.componentWillMount!="function"||(h=c.state,typeof c.componentWillMount=="function"&&c.componentWillMount(),typeof c.UNSAFE_componentWillMount=="function"&&c.UNSAFE_componentWillMount(),h!==c.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",B(t)||"Component"),nA.enqueueReplaceState(c,c.state,null)),Si(t,i,c,u),dr(),c.state=t.memoizedState),typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728),c=!0}else if(e===null){c=t.stateNode;var $=t.memoizedProps;g=xi(a,$),c.props=g;var ee=c.context;S=a.contextType,h=sf,typeof S=="object"&&S!==null&&(h=mn(S)),O=a.getDerivedStateFromProps,S=typeof O=="function"||typeof c.getSnapshotBeforeUpdate=="function",$=t.pendingProps!==$,S||typeof c.UNSAFE_componentWillReceiveProps!="function"&&typeof c.componentWillReceiveProps!="function"||($||ee!==h)&&Oi(t,c,i,h),mf=!1;var V=t.memoizedState;c.state=V,Si(t,i,c,u),dr(),ee=t.memoizedState,$||V!==ee||mf?(typeof O=="function"&&(Sr(t,a,O,i),ee=t.memoizedState),(g=mf||am(t,a,g,i,V,ee,h))?(S||typeof c.UNSAFE_componentWillMount!="function"&&typeof c.componentWillMount!="function"||(typeof c.componentWillMount=="function"&&c.componentWillMount(),typeof c.UNSAFE_componentWillMount=="function"&&c.UNSAFE_componentWillMount()),typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728)):(typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728),t.memoizedProps=i,t.memoizedState=ee),c.props=i,c.state=ee,c.context=h,c=g):(typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728),c=!1)}else{c=t.stateNode,bi(e,t),h=t.memoizedProps,S=xi(a,h),c.props=S,O=t.pendingProps,V=c.context,ee=a.contextType,g=sf,typeof ee=="object"&&ee!==null&&(g=mn(ee)),$=a.getDerivedStateFromProps,(ee=typeof $=="function"||typeof c.getSnapshotBeforeUpdate=="function")||typeof c.UNSAFE_componentWillReceiveProps!="function"&&typeof c.componentWillReceiveProps!="function"||(h!==O||V!==g)&&Oi(t,c,i,g),mf=!1,V=t.memoizedState,c.state=V,Si(t,i,c,u),dr();var ye=t.memoizedState;h!==O||V!==ye||mf||e!==null&&e.dependencies!==null&&ur(e.dependencies)?(typeof $=="function"&&(Sr(t,a,$,i),ye=t.memoizedState),(S=mf||am(t,a,S,i,V,ye,g)||e!==null&&e.dependencies!==null&&ur(e.dependencies))?(ee||typeof c.UNSAFE_componentWillUpdate!="function"&&typeof c.componentWillUpdate!="function"||(typeof c.componentWillUpdate=="function"&&c.componentWillUpdate(i,ye,g),typeof c.UNSAFE_componentWillUpdate=="function"&&c.UNSAFE_componentWillUpdate(i,ye,g)),typeof c.componentDidUpdate=="function"&&(t.flags|=4),typeof c.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof c.componentDidUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=4),typeof c.getSnapshotBeforeUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=1024),t.memoizedProps=i,t.memoizedState=ye),c.props=i,c.state=ye,c.context=g,c=S):(typeof c.componentDidUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=4),typeof c.getSnapshotBeforeUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=1024),c=!1)}if(g=c,
|
|
154
|
-
%s.childContextTypes = ...`,t.displayName||t.name||"Component"),typeof t.getDerivedStateFromProps=="function"&&(e=N(t)||"Unknown",x8[e]||(console.error("%s: Function components do not support getDerivedStateFromProps.",e),x8[e]=!0)),typeof t.contextType=="object"&&t.contextType!==null&&(t=N(t)||"Unknown",C8[t]||(console.error("%s: Function components do not support contextType.",t),C8[t]=!0))}function wr(e){return{baseLanes:e,cachePool:Sp()}}function cm(e,t,a){return e=e!==null?e.childLanes&~a:0,t&&(e|=xo),e}function rm(e,t,a){var i,u=t.pendingProps;b(t)&&(t.flags|=128);var c=!1,h=(t.flags&128)!==0;if((i=h)||(i=e!==null&&e.memoizedState===null?!1:(Sa.current&A1)!==0),i&&(c=!0,t.flags&=-129),i=(t.flags&32)!==0,t.flags&=-33,e===null){if(tn){if(c?dl(t):Ti(t),(e=Gn)?(a=bn(e,Ji),a=a!==null&&a.data!==m0?a:null,a!==null&&(i={dehydrated:a,treeContext:vy(),retryLane:536870912,hydrationErrors:null},t.memoizedState=i,i=pp(a),i.return=t,t.child=i,wl=t,Gn=null)):a=null,a===null)throw $a(t,e),ho(t);return S2(a)?t.lanes=32:t.lanes=536870912,null}var g=u.children;if(u=u.fallback,c){Ti(t);var S=t.mode;return g=pd({mode:"hidden",children:g},S),u=Gu(u,S,a,null),g.return=t,u.return=t,g.sibling=u,t.child=g,u=t.child,u.memoizedState=wr(a),u.childLanes=cm(e,i,a),t.memoizedState=oA,ic(null,u)}return dl(t),Vp(t,g)}var O=e.memoizedState;if(O!==null){var $=O.dehydrated;if($!==null){if(h)t.flags&256?(dl(t),t.flags&=-257,t=fm(e,t,a)):t.memoizedState!==null?(Ti(t),t.child=e.child,t.flags|=128,t=null):(Ti(t),g=u.fallback,S=t.mode,u=pd({mode:"visible",children:u.children},S),g=Gu(g,S,a,null),g.flags|=2,u.return=t,g.return=t,u.sibling=g,t.child=u,o0(t,e.child,null,a),u=t.child,u.memoizedState=wr(a),u.childLanes=cm(e,i,a),t.memoizedState=oA,t=ic(null,u));else if(dl(t),Ay(),(a&536870912)!==0&&Rr(t),S2($)){if(i=$.nextSibling&&$.nextSibling.dataset,i){g=i.dgst;var ee=i.msg;S=i.stck;var V=i.cstck}c=ee,i=g,u=S,$=V,g=c,S=$,g=Error(g||"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."),g.stack=u||"",g.digest=i,i=S===void 0?null:S,u={value:g,source:null,stack:i},typeof i=="string"&&Lb.set(g,u),Xf(u),t=fm(e,t,a)}else if(za||Ho(e,t,a,!1),i=(a&e.childLanes)!==0,za||i){if(i=kn,i!==null&&(u=re(i,a),u!==0&&u!==O.retryLane))throw O.retryLane=u,Wa(e,u),xt(i,e,u),lA;Bd($)||Dr(),t=fm(e,t,a)}else Bd($)?(t.flags|=192,t.child=e.child,t=null):(e=O.treeContext,Gn=Kl($.nextSibling),wl=t,tn=!0,uf=null,Su=!1,ei=null,Ji=!1,e!==null&&by(t,e),t=Vp(t,u.children),t.flags|=4096);return t}}return c?(Ti(t),g=u.fallback,S=t.mode,V=e.child,$=V.sibling,u=yi(V,{mode:"hidden",children:u.children}),u.subtreeFlags=V.subtreeFlags&65011712,$!==null?g=yi($,g):(g=Gu(g,S,a,null),g.flags|=2),g.return=t,u.return=t,u.sibling=g,t.child=u,ic(null,u),u=t.child,g=e.child.memoizedState,g===null?g=wr(a):(S=g.cachePool,S!==null?(V=ka._currentValue,S=S.parent!==V?{parent:V,pool:V}:S):S=Sp(),g={baseLanes:g.baseLanes|a,cachePool:S}),u.memoizedState=g,u.childLanes=cm(e,i,a),t.memoizedState=oA,ic(e.child,u)):(O!==null&&(a&62914560)===a&&(a&e.lanes)!==0&&Rr(t),dl(t),a=e.child,e=a.sibling,a=yi(a,{mode:"visible",children:u.children}),a.return=t,a.sibling=null,e!==null&&(i=t.deletions,i===null?(t.deletions=[e],t.flags|=16):i.push(e)),t.child=a,t.memoizedState=null,a)}function Vp(e,t){return t=pd({mode:"visible",children:t},e.mode),t.return=e,e.child=t}function pd(e,t){return e=M(22,e,null,t),e.lanes=0,e}function fm(e,t,a){return o0(t,e.child,null,a),e=Vp(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Qp(e,t,a){e.lanes|=t;var i=e.alternate;i!==null&&(i.lanes|=t),G0(e.return,t,a)}function dm(e,t,a,i,u,c){var h=e.memoizedState;h===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:i,tail:a,tailMode:u,treeForkCount:c}:(h.isBackwards=t,h.rendering=null,h.renderingStartTime=0,h.last=i,h.tail=a,h.tailMode=u,h.treeForkCount=c)}function Xp(e,t,a){var i=t.pendingProps,u=i.revealOrder,c=i.tail,h=i.children,g=Sa.current;if((i=(g&A1)!==0)?(g=g&Ch|A1,t.flags|=128):g&=Ch,j(Sa,g,t),g=u??"null",u!=="forwards"&&u!=="unstable_legacy-backwards"&&u!=="together"&&u!=="independent"&&!R8[g])if(R8[g]=!0,u==null)console.error('The default for the <SuspenseList revealOrder="..."> prop is changing. To be future compatible you must explictly specify either "independent" (the current default), "together", "forwards" or "legacy_unstable-backwards".');else if(u==="backwards")console.error('The rendering order of <SuspenseList revealOrder="backwards"> is changing. To be future compatible you must specify revealOrder="legacy_unstable-backwards" instead.');else if(typeof u=="string")switch(u.toLowerCase()){case"together":case"forwards":case"backwards":case"independent":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',u,u.toLowerCase());break;case"forward":case"backward":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',u,u.toLowerCase());break;default:console.error('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "independent", "together", "forwards" or "backwards"?',u)}else console.error('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "independent", "together", "forwards" or "backwards"?',u);g=c??"null",Wg[g]||(c==null?(u==="forwards"||u==="backwards"||u==="unstable_legacy-backwards")&&(Wg[g]=!0,console.error('The default for the <SuspenseList tail="..."> prop is changing. To be future compatible you must explictly specify either "visible" (the current default), "collapsed" or "hidden".')):c!=="visible"&&c!=="collapsed"&&c!=="hidden"?(Wg[g]=!0,console.error('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "visible", "collapsed" or "hidden"?',c)):u!=="forwards"&&u!=="backwards"&&u!=="unstable_legacy-backwards"&&(Wg[g]=!0,console.error('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',c)));e:if((u==="forwards"||u==="backwards"||u==="unstable_legacy-backwards")&&h!==void 0&&h!==null&&h!==!1)if(ha(h)){for(g=0;g<h.length;g++)if(!Rn(h[g],g))break e}else if(g=Ke(h),typeof g=="function"){if(g=g.call(h))for(var S=g.next(),O=0;!S.done;S=g.next()){if(!Rn(S.value,O))break e;O++}}else console.error('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',u);if(Da(e,t,h,a),tn?(Xs(),h=o1):h=0,!i&&e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Qp(e,a,t);else if(e.tag===19)Qp(e,a,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}switch(u){case"forwards":for(a=t.child,u=null;a!==null;)e=a.alternate,e!==null&&Zu(e)===null&&(u=a),a=a.sibling;a=u,a===null?(u=t.child,t.child=null):(u=a.sibling,a.sibling=null),dm(t,!1,u,a,c,h);break;case"backwards":case"unstable_legacy-backwards":for(a=null,u=t.child,t.child=null;u!==null;){if(e=u.alternate,e!==null&&Zu(e)===null){t.child=u;break}e=u.sibling,u.sibling=a,a=u,u=e}dm(t,!0,a,null,c,h);break;case"together":dm(t,!1,null,null,void 0,h);break;default:t.memoizedState=null}return t.child}function Vo(e,t,a){if(e!==null&&(t.dependencies=e.dependencies),to=-1,yf|=t.lanes,(a&t.childLanes)===0)if(e!==null){if(Ho(e,t,a,!1),(a&t.childLanes)===0)return null}else return null;if(e!==null&&t.child!==e.child)throw Error("Resuming work not yet implemented.");if(t.child!==null){for(e=t.child,a=yi(e,e.pendingProps),t.child=a,a.return=t;e.sibling!==null;)e=e.sibling,a=a.sibling=yi(e,e.pendingProps),a.return=t;a.sibling=null}return t.child}function mm(e,t){return(e.lanes&t)!==0?!0:(e=e.dependencies,!!(e!==null&&ur(e)))}function Dy(e,t,a){switch(t.tag){case 3:q(t,t.stateNode.containerInfo),po(t,ka,e.memoizedState.cache),Is();break;case 27:case 5:Y(t);break;case 4:q(t,t.stateNode.containerInfo);break;case 10:po(t,t.type,t.memoizedProps.value);break;case 12:(a&t.childLanes)!==0&&(t.flags|=4),t.flags|=2048;var i=t.stateNode;i.effectDuration=-0,i.passiveEffectDuration=-0;break;case 31:if(t.memoizedState!==null)return t.flags|=128,qo(t),null;break;case 13:if(i=t.memoizedState,i!==null)return i.dehydrated!==null?(dl(t),t.flags|=128,null):(a&t.child.childLanes)!==0?rm(e,t,a):(dl(t),e=Vo(e,t,a),e!==null?e.sibling:null);dl(t);break;case 19:var u=(e.flags&128)!==0;if(i=(a&t.childLanes)!==0,i||(Ho(e,t,a,!1),i=(a&t.childLanes)!==0),u){if(i)return Xp(e,t,a);t.flags|=128}if(u=t.memoizedState,u!==null&&(u.rendering=null,u.tail=null,u.lastEffect=null),j(Sa,Sa.current,t),i)break;return null;case 22:return t.lanes=0,Hp(e,t,a,t.pendingProps);case 24:po(t,ka,e.memoizedState.cache)}return Vo(e,t,a)}function yd(e,t,a){if(t._debugNeedsRemount&&e!==null){a=qu(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes),a._debugStack=t._debugStack,a._debugTask=t._debugTask;var i=t.return;if(i===null)throw Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,a.index=t.index,a.sibling=t.sibling,a.return=t.return,a.ref=t.ref,a._debugInfo=t._debugInfo,t===i.child)i.child=a;else{var u=i.child;if(u===null)throw Error("Expected parent to have a child.");for(;u.sibling!==t;)if(u=u.sibling,u===null)throw Error("Expected to find the previous sibling.");u.sibling=a}return t=i.deletions,t===null?(i.deletions=[e],i.flags|=16):t.push(e),a.flags|=2,a}if(e!==null)if(e.memoizedProps!==t.pendingProps||t.type!==e.type)za=!0;else{if(!mm(e,a)&&(t.flags&128)===0)return za=!1,Dy(e,t,a);za=(e.flags&131072)!==0}else za=!1,(i=tn)&&(Xs(),i=(t.flags&1048576)!==0),i&&(i=t.index,Xs(),yp(t,o1,i));switch(t.lanes=0,t.tag){case 16:e:if(i=t.pendingProps,e=ql(t.elementType),t.type=e,typeof e=="function")mp(e)?(i=xi(e,i),t.tag=1,t.type=e=Vs(e),t=sc(null,t,e,i,a)):(t.tag=0,Tr(t,e),t.type=e=Vs(e),t=Yp(null,t,e,i,a));else{if(e!=null){if(u=e.$$typeof,u===Ir){t.tag=11,t.type=e=L0(e),t=xy(null,t,e,i,a);break e}else if(u===Vd){t.tag=14,t=zp(null,t,e,i,a);break e}}throw t="",e!==null&&typeof e=="object"&&e.$$typeof===el&&(t=" Did you wrap a component in React.lazy() more than once?"),a=N(e)||e,Error("Element type is invalid. Received a promise that resolves to: "+a+". Lazy element type must resolve to a class or function."+t)}return t;case 0:return Yp(e,t,t.type,t.pendingProps,a);case 1:return i=t.type,u=xi(i,t.pendingProps),sc(e,t,i,u,a);case 3:e:{if(q(t,t.stateNode.containerInfo),e===null)throw Error("Should have a current fiber. This is a bug in React.");i=t.pendingProps;var c=t.memoizedState;u=c.element,bi(e,t),Si(t,i,null,a);var h=t.memoizedState;if(i=h.cache,po(t,ka,i),i!==c.cache&&us(t,[ka],a,!0),dr(),i=h.element,c.isDehydrated)if(c={element:i,isDehydrated:!1,cache:h.cache},t.updateQueue.baseState=c,t.memoizedState=c,t.flags&256){t=Gp(e,t,i,a);break e}else if(i!==u){u=ul(Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t),Xf(u),t=Gp(e,t,i,a);break e}else for(e=t.stateNode.containerInfo,e.nodeType===9?e=e.body:e=e.nodeName==="HTML"?e.ownerDocument.body:e,Gn=Kl(e.firstChild),wl=t,tn=!0,uf=null,Su=!1,ei=null,Ji=!0,a=a8(t,null,i,a),t.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling;else{if(Is(),i===u){t=Vo(e,t,a);break e}Da(e,t,i,a)}t=t.child}return t;case 26:return hd(e,t),e===null?(a=C2(t.type,null,t.pendingProps,null))?t.memoizedState=a:tn||(a=t.type,e=t.pendingProps,i=se(Wl.current),i=Md(i).createElement(a),i[Yn]=t,i[Tl]=e,jn(i,a,e),Be(i),t.stateNode=i):t.memoizedState=C2(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return Y(t),e===null&&tn&&(i=se(Wl.current),u=z(),i=t.stateNode=Es(t.type,t.pendingProps,i,u,!1),Su||(u=kl(i,t.type,t.pendingProps,u),u!==null&&(Vu(t,0).serverProps=u)),wl=t,Ji=!0,u=Gn,hu(t.type)?(RA=u,Gn=Kl(i.firstChild)):Gn=u),Da(e,t,t.pendingProps.children,a),hd(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&tn&&(c=z(),i=Mu(t.type,c.ancestorInfo),u=Gn,(h=!u)||(h=og(u,t.type,t.pendingProps,Ji),h!==null?(t.stateNode=h,Su||(c=kl(h,t.type,t.pendingProps,c),c!==null&&(Vu(t,0).serverProps=c)),wl=t,Gn=Kl(h.firstChild),Ji=!1,c=!0):c=!1,h=!c),h&&(i&&$a(t,u),ho(t))),Y(t),u=t.type,c=t.pendingProps,h=e!==null?e.memoizedProps:null,i=c.children,Hr(u,c)?i=null:h!==null&&Hr(u,h)&&(t.flags|=32),t.memoizedState!==null&&(u=Op(e,t,ed,null,null,a),L1._currentValue=u),hd(e,t),Da(e,t,i,a),t.child;case 6:return e===null&&tn&&(a=t.pendingProps,e=z(),i=e.ancestorInfo.current,a=i!=null?ku(a,i.tag,e.ancestorInfo.implicitRootScope):!0,e=Gn,(i=!e)||(i=ig(e,t.pendingProps,Ji),i!==null?(t.stateNode=i,wl=t,Gn=null,i=!0):i=!1,i=!i),i&&(a&&$a(t,e),ho(t))),null;case 13:return rm(e,t,a);case 4:return q(t,t.stateNode.containerInfo),i=t.pendingProps,e===null?t.child=o0(t,null,i,a):Da(e,t,i,a),t.child;case 11:return xy(e,t,t.type,t.pendingProps,a);case 7:return Da(e,t,t.pendingProps,a),t.child;case 8:return Da(e,t,t.pendingProps.children,a),t.child;case 12:return t.flags|=4,t.flags|=2048,i=t.stateNode,i.effectDuration=-0,i.passiveEffectDuration=-0,Da(e,t,t.pendingProps.children,a),t.child;case 10:return i=t.type,u=t.pendingProps,c=u.value,"value"in u||D8||(D8=!0,console.error("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?")),po(t,i,c),Da(e,t,u.children,a),t.child;case 9:return u=t.type._context,i=t.pendingProps.children,typeof i!="function"&&console.error("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),Fs(t),u=mn(u),i=Ib(i,u,void 0),t.flags|=1,Da(e,t,i,a),t.child;case 14:return zp(e,t,t.type,t.pendingProps,a);case 15:return _p(e,t,t.type,t.pendingProps,a);case 19:return Xp(e,t,a);case 31:return Ry(e,t,a);case 22:return Hp(e,t,a,t.pendingProps);case 24:return Fs(t),i=mn(ka),e===null?(u=fs(),u===null&&(u=kn,c=V0(),u.pooledCache=c,Xu(c),c!==null&&(u.pooledCacheLanes|=a),u=c),t.memoizedState={parent:i,cache:u},$t(t),po(t,ka,u)):((e.lanes&a)!==0&&(bi(e,t),Si(t,null,null,a),dr()),u=e.memoizedState,c=t.memoizedState,u.parent!==i?(u={parent:i,cache:i},t.memoizedState=u,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=u),po(t,ka,i)):(i=c.cache,po(t,ka,i),i!==u.cache&&us(t,[ka],a,!0))),Da(e,t,t.pendingProps.children,a),t.child;case 29:throw t.pendingProps}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Ri(e){e.flags|=4}function hm(e,t,a,i,u){if((t=(e.mode&JE)!==Ct)&&(t=!1),t){if(e.flags|=16777216,(u&335544128)===u)if(e.stateNode.complete)e.flags|=8192;else if(c2())e.flags|=8192;else throw l0=Xg,Fb}else e.flags&=-16777217}function Ny(e,t){if(t.type!=="stylesheet"||(t.state.loading&$i)!==y0)e.flags&=-16777217;else if(e.flags|=16777216,!Kt(t))if(c2())e.flags|=8192;else throw l0=Xg,Fb}function Er(e,t){t!==null&&(e.flags|=4),e.flags&16384&&(t=e.tag!==22?ze():536870912,e.lanes|=t,r0|=t)}function Cr(e,t){if(!tn)switch(e.tailMode){case"hidden":t=e.tail;for(var a=null;t!==null;)t.alternate!==null&&(a=t),t=t.sibling;a===null?e.tail=null:a.sibling=null;break;case"collapsed":a=e.tail;for(var i=null;a!==null;)a.alternate!==null&&(i=a),a=a.sibling;i===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:i.sibling=null}}function An(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=0,i=0;if(t)if((e.mode&Qt)!==Ct){for(var u=e.selfBaseDuration,c=e.child;c!==null;)a|=c.lanes|c.childLanes,i|=c.subtreeFlags&65011712,i|=c.flags&65011712,u+=c.treeBaseDuration,c=c.sibling;e.treeBaseDuration=u}else for(u=e.child;u!==null;)a|=u.lanes|u.childLanes,i|=u.subtreeFlags&65011712,i|=u.flags&65011712,u.return=e,u=u.sibling;else if((e.mode&Qt)!==Ct){u=e.actualDuration,c=e.selfBaseDuration;for(var h=e.child;h!==null;)a|=h.lanes|h.childLanes,i|=h.subtreeFlags,i|=h.flags,u+=h.actualDuration,c+=h.treeBaseDuration,h=h.sibling;e.actualDuration=u,e.treeBaseDuration=c}else for(u=e.child;u!==null;)a|=u.lanes|u.childLanes,i|=u.subtreeFlags,i|=u.flags,u.return=e,u=u.sibling;return e.subtreeFlags|=i,e.childLanes=a,t}function Ip(e,t,a){var i=t.pendingProps;switch(q0(t),t.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return An(t),null;case 1:return An(t),null;case 3:return a=t.stateNode,i=null,e!==null&&(i=e.memoizedState.cache),t.memoizedState.cache!==i&&(t.flags|=2048),_o(ka,t),E(t),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(e===null||e.child===null)&&(Qu(t)?(Js(),Ri(t)):e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,Qf())),An(t),null;case 26:var u=t.type,c=t.memoizedState;return e===null?(Ri(t),c!==null?(An(t),Ny(t,c)):(An(t),hm(t,u,null,i,a))):c?c!==e.memoizedState?(Ri(t),An(t),Ny(t,c)):(An(t),t.flags&=-16777217):(e=e.memoizedProps,e!==i&&Ri(t),An(t),hm(t,u,e,i,a)),null;case 27:if(K(t),a=se(Wl.current),u=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==i&&Ri(t);else{if(!i){if(t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return An(t),null}e=z(),Qu(t)?gp(t):(e=Es(u,i,a,e,!0),t.stateNode=e,Ri(t))}return An(t),null;case 5:if(K(t),u=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==i&&Ri(t);else{if(!i){if(t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return An(t),null}var h=z();if(Qu(t))gp(t);else{switch(c=se(Wl.current),Mu(u,h.ancestorInfo),h=h.context,c=Md(c),h){case Hh:c=c.createElementNS(Yt,u);break;case gv:c=c.createElementNS(Bt,u);break;default:switch(u){case"svg":c=c.createElementNS(Yt,u);break;case"math":c=c.createElementNS(Bt,u);break;case"script":c=c.createElement("div"),c.innerHTML="<script><\/script>",c=c.removeChild(c.firstChild);break;case"select":c=typeof i.is=="string"?c.createElement("select",{is:i.is}):c.createElement("select"),i.multiple?c.multiple=!0:i.size&&(c.size=i.size);break;default:c=typeof i.is=="string"?c.createElement(u,{is:i.is}):c.createElement(u),u.indexOf("-")===-1&&(u!==u.toLowerCase()&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",u),Object.prototype.toString.call(c)!=="[object HTMLUnknownElement]"||$l.call(P8,u)||(P8[u]=!0,console.error("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",u)))}}c[Yn]=t,c[Tl]=i;e:for(h=t.child;h!==null;){if(h.tag===5||h.tag===6)c.appendChild(h.stateNode);else if(h.tag!==4&&h.tag!==27&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===t)break e;for(;h.sibling===null;){if(h.return===null||h.return===t)break e;h=h.return}h.sibling.return=h.return,h=h.sibling}t.stateNode=c;e:switch(jn(c,u,i),u){case"button":case"input":case"select":case"textarea":i=!!i.autoFocus;break e;case"img":i=!0;break e;default:i=!1}i&&Ri(t)}}return An(t),hm(t,t.type,e===null?null:e.memoizedProps,t.pendingProps,a),null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==i&&Ri(t);else{if(typeof i!="string"&&t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");if(e=se(Wl.current),a=z(),Qu(t)){if(e=t.stateNode,a=t.memoizedProps,u=!Su,i=null,c=wl,c!==null)switch(c.tag){case 3:u&&(u=cg(e,a,i),u!==null&&(Vu(t,0).serverProps=u));break;case 27:case 5:i=c.memoizedProps,u&&(u=cg(e,a,i),u!==null&&(Vu(t,0).serverProps=u))}e[Yn]=t,e=!!(e.nodeValue===a||i!==null&&i.suppressHydrationWarning===!0||b2(e.nodeValue,a)),e||ho(t,!0)}else u=a.ancestorInfo.current,u!=null&&ku(i,u.tag,a.ancestorInfo.implicitRootScope),e=Md(e).createTextNode(i),e[Yn]=t,t.stateNode=e}return An(t),null;case 31:if(a=t.memoizedState,e===null||e.memoizedState!==null){if(i=Qu(t),a!==null){if(e===null){if(!i)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(e=t.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error("Expected to have a hydrated activity instance. This error is likely caused by a bug in React. Please file an issue.");e[Yn]=t,An(t),(t.mode&Qt)!==Ct&&a!==null&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration))}else Js(),Is(),(t.flags&128)===0&&(a=t.memoizedState=null),t.flags|=4,An(t),(t.mode&Qt)!==Ct&&a!==null&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration));e=!1}else a=Qf(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=a),e=!0;if(!e)return t.flags&256?(xa(t),t):(xa(t),null);if((t.flags&128)!==0)throw Error("Client rendering an Activity suspended it again. This is a bug in React.")}return An(t),null;case 13:if(i=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(u=i,c=Qu(t),u!==null&&u.dehydrated!==null){if(e===null){if(!c)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(c=t.memoizedState,c=c!==null?c.dehydrated:null,!c)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");c[Yn]=t,An(t),(t.mode&Qt)!==Ct&&u!==null&&(u=t.child,u!==null&&(t.treeBaseDuration-=u.treeBaseDuration))}else Js(),Is(),(t.flags&128)===0&&(u=t.memoizedState=null),t.flags|=4,An(t),(t.mode&Qt)!==Ct&&u!==null&&(u=t.child,u!==null&&(t.treeBaseDuration-=u.treeBaseDuration));u=!1}else u=Qf(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=u),u=!0;if(!u)return t.flags&256?(xa(t),t):(xa(t),null)}return xa(t),(t.flags&128)!==0?(t.lanes=a,(t.mode&Qt)!==Ct&&Ju(t),t):(a=i!==null,e=e!==null&&e.memoizedState!==null,a&&(i=t.child,u=null,i.alternate!==null&&i.alternate.memoizedState!==null&&i.alternate.memoizedState.cachePool!==null&&(u=i.alternate.memoizedState.cachePool.pool),c=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(c=i.memoizedState.cachePool.pool),c!==u&&(i.flags|=2048)),a!==e&&a&&(t.child.flags|=8192),Er(t,t.updateQueue),An(t),(t.mode&Qt)!==Ct&&a&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration)),null);case 4:return E(t),e===null&&du(t.stateNode.containerInfo),An(t),null;case 10:return _o(t.type,t),An(t),null;case 19:if(k(Sa,t),i=t.memoizedState,i===null)return An(t),null;if(u=(t.flags&128)!==0,c=i.rendering,c===null)if(u)Cr(i,!1);else{if(ta!==zc||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(c=Zu(e),c!==null){for(t.flags|=128,Cr(i,!1),e=c.updateQueue,t.updateQueue=e,Er(t,e),t.subtreeFlags=0,e=a,a=t.child;a!==null;)hp(a,e),a=a.sibling;return j(Sa,Sa.current&Ch|A1,t),tn&&zo(t,i.treeForkCount),t.child}e=e.sibling}i.tail!==null&&Ma()>lv&&(t.flags|=128,u=!0,Cr(i,!1),t.lanes=4194304)}else{if(!u)if(e=Zu(c),e!==null){if(t.flags|=128,u=!0,e=e.updateQueue,t.updateQueue=e,Er(t,e),Cr(i,!0),i.tail===null&&i.tailMode==="hidden"&&!c.alternate&&!tn)return An(t),null}else 2*Ma()-i.renderingStartTime>lv&&a!==536870912&&(t.flags|=128,u=!0,Cr(i,!1),t.lanes=4194304);i.isBackwards?(c.sibling=t.child,t.child=c):(e=i.last,e!==null?e.sibling=c:t.child=c,i.last=c)}return i.tail!==null?(e=i.tail,i.rendering=e,i.tail=e.sibling,i.renderingStartTime=Ma(),e.sibling=null,a=Sa.current,a=u?a&Ch|A1:a&Ch,j(Sa,a,t),tn&&zo(t,i.treeForkCount),e):(An(t),null);case 22:case 23:return xa(t),Yo(t),i=t.memoizedState!==null,e!==null?e.memoizedState!==null!==i&&(t.flags|=8192):i&&(t.flags|=8192),i?(a&536870912)!==0&&(t.flags&128)===0&&(An(t),t.subtreeFlags&6&&(t.flags|=8192)):An(t),a=t.updateQueue,a!==null&&Er(t,a.retryQueue),a=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(a=e.memoizedState.cachePool.pool),i=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(i=t.memoizedState.cachePool.pool),i!==a&&(t.flags|=2048),e!==null&&k(n0,t),null;case 24:return a=null,e!==null&&(a=e.memoizedState.cache),t.memoizedState.cache!==a&&(t.flags|=2048),_o(ka,t),An(t),null;case 25:return null;case 30:return null}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function My(e,t){switch(q0(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 3:return _o(ka,t),E(t),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return K(t),null;case 31:if(t.memoizedState!==null){if(xa(t),t.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Is()}return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 13:if(xa(t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Is()}return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 19:return k(Sa,t),null;case 4:return E(t),null;case 10:return _o(t.type,t),null;case 22:case 23:return xa(t),Yo(t),e!==null&&k(n0,t),e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 24:return _o(ka,t),null;case 25:return null;default:return null}}function Jp(e,t){switch(q0(t),t.tag){case 3:_o(ka,t),E(t);break;case 26:case 27:case 5:K(t);break;case 4:E(t);break;case 31:t.memoizedState!==null&&xa(t);break;case 13:xa(t);break;case 19:k(Sa,t);break;case 10:_o(t.type,t);break;case 22:case 23:xa(t),Yo(t),e!==null&&k(n0,t);break;case 24:_o(ka,t)}}function Di(e){return(e.mode&Qt)!==Ct}function ky(e,t){Di(e)?(Wn(),bs(t,e),rl()):bs(t,e)}function pm(e,t,a){Di(e)?(Wn(),iu(a,e,t),rl()):iu(a,e,t)}function bs(e,t){try{var a=t.updateQueue,i=a!==null?a.lastEffect:null;if(i!==null){var u=i.next;a=u;do{if((a.tag&e)===e&&(i=void 0,(e&no)!==Jg&&(Uh=!0),i=Xe(t,PE,a),(e&no)!==Jg&&(Uh=!1),i!==void 0&&typeof i!="function")){var c=void 0;c=(a.tag&ni)!==0?"useLayoutEffect":(a.tag&no)!==0?"useInsertionEffect":"useEffect";var h=void 0;h=i===null?" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof i.then=="function"?`
|
|
153
|
+
`+S:""))}}c=t.stateNode,h=N(a)||"Component",c.render||(a.prototype&&typeof a.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",h):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",h)),!c.getInitialState||c.getInitialState.isReactClassApproved||c.state||console.error("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",h),c.getDefaultProps&&!c.getDefaultProps.isReactClassApproved&&console.error("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",h),c.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",h),a.childContextTypes&&!S8.has(a)&&(S8.add(a),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",h)),a.contextTypes&&!A8.has(a)&&(A8.add(a),console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)",h)),typeof c.componentShouldUpdate=="function"&&console.error("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",h),a.prototype&&a.prototype.isPureReactComponent&&typeof c.shouldComponentUpdate<"u"&&console.error("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",N(a)||"A pure component"),typeof c.componentDidUnmount=="function"&&console.error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",h),typeof c.componentDidReceiveProps=="function"&&console.error("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",h),typeof c.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",h),typeof c.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",h),g=c.props!==i,c.props!==void 0&&g&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",h),c.defaultProps&&console.error("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",h,h),typeof c.getSnapshotBeforeUpdate!="function"||typeof c.componentDidUpdate=="function"||y8.has(a)||(y8.add(a),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",N(a))),typeof c.getDerivedStateFromProps=="function"&&console.error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",h),typeof c.getDerivedStateFromError=="function"&&console.error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",h),typeof a.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",h),(g=c.state)&&(typeof g!="object"||ha(g))&&console.error("%s.state: must be set to an object or null",h),typeof c.getChildContext=="function"&&typeof a.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",h),c=t.stateNode,c.props=i,c.state=t.memoizedState,c.refs={},$t(t),h=a.contextType,c.context=typeof h=="object"&&h!==null?mn(h):sf,c.state===i&&(h=N(a)||"Component",v8.has(h)||(v8.add(h),console.error("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",h))),t.mode&zl&&Ds.recordLegacyContextWarning(t,c),Ds.recordUnsafeLifecycleWarnings(t,c),c.state=t.memoizedState,h=a.getDerivedStateFromProps,typeof h=="function"&&(Sr(t,a,h,i),c.state=t.memoizedState),typeof a.getDerivedStateFromProps=="function"||typeof c.getSnapshotBeforeUpdate=="function"||typeof c.UNSAFE_componentWillMount!="function"&&typeof c.componentWillMount!="function"||(h=c.state,typeof c.componentWillMount=="function"&&c.componentWillMount(),typeof c.UNSAFE_componentWillMount=="function"&&c.UNSAFE_componentWillMount(),h!==c.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",B(t)||"Component"),nA.enqueueReplaceState(c,c.state,null)),Si(t,i,c,u),dr(),c.state=t.memoizedState),typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728),c=!0}else if(e===null){c=t.stateNode;var $=t.memoizedProps;g=xi(a,$),c.props=g;var ee=c.context;S=a.contextType,h=sf,typeof S=="object"&&S!==null&&(h=mn(S)),O=a.getDerivedStateFromProps,S=typeof O=="function"||typeof c.getSnapshotBeforeUpdate=="function",$=t.pendingProps!==$,S||typeof c.UNSAFE_componentWillReceiveProps!="function"&&typeof c.componentWillReceiveProps!="function"||($||ee!==h)&&Oi(t,c,i,h),mf=!1;var V=t.memoizedState;c.state=V,Si(t,i,c,u),dr(),ee=t.memoizedState,$||V!==ee||mf?(typeof O=="function"&&(Sr(t,a,O,i),ee=t.memoizedState),(g=mf||am(t,a,g,i,V,ee,h))?(S||typeof c.UNSAFE_componentWillMount!="function"&&typeof c.componentWillMount!="function"||(typeof c.componentWillMount=="function"&&c.componentWillMount(),typeof c.UNSAFE_componentWillMount=="function"&&c.UNSAFE_componentWillMount()),typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728)):(typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728),t.memoizedProps=i,t.memoizedState=ee),c.props=i,c.state=ee,c.context=h,c=g):(typeof c.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Rs)!==Ct&&(t.flags|=134217728),c=!1)}else{c=t.stateNode,bi(e,t),h=t.memoizedProps,S=xi(a,h),c.props=S,O=t.pendingProps,V=c.context,ee=a.contextType,g=sf,typeof ee=="object"&&ee!==null&&(g=mn(ee)),$=a.getDerivedStateFromProps,(ee=typeof $=="function"||typeof c.getSnapshotBeforeUpdate=="function")||typeof c.UNSAFE_componentWillReceiveProps!="function"&&typeof c.componentWillReceiveProps!="function"||(h!==O||V!==g)&&Oi(t,c,i,g),mf=!1,V=t.memoizedState,c.state=V,Si(t,i,c,u),dr();var ye=t.memoizedState;h!==O||V!==ye||mf||e!==null&&e.dependencies!==null&&ur(e.dependencies)?(typeof $=="function"&&(Sr(t,a,$,i),ye=t.memoizedState),(S=mf||am(t,a,S,i,V,ye,g)||e!==null&&e.dependencies!==null&&ur(e.dependencies))?(ee||typeof c.UNSAFE_componentWillUpdate!="function"&&typeof c.componentWillUpdate!="function"||(typeof c.componentWillUpdate=="function"&&c.componentWillUpdate(i,ye,g),typeof c.UNSAFE_componentWillUpdate=="function"&&c.UNSAFE_componentWillUpdate(i,ye,g)),typeof c.componentDidUpdate=="function"&&(t.flags|=4),typeof c.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof c.componentDidUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=4),typeof c.getSnapshotBeforeUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=1024),t.memoizedProps=i,t.memoizedState=ye),c.props=i,c.state=ye,c.context=g,c=S):(typeof c.componentDidUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=4),typeof c.getSnapshotBeforeUpdate!="function"||h===e.memoizedProps&&V===e.memoizedState||(t.flags|=1024),c=!1)}if(g=c,pd(e,t),h=(t.flags&128)!==0,g||h){if(g=t.stateNode,ra(t),h&&typeof a.getDerivedStateFromError!="function")a=null,to=-1;else if(a=V4(g),t.mode&zl){ot(!0);try{V4(g)}finally{ot(!1)}}t.flags|=1,e!==null&&h?(t.child=i0(t,e.child,null,u),t.child=i0(t,null,a,u)):Da(e,t,a,u),t.memoizedState=g.state,e=t.child}else e=Vo(e,t,u);return u=t.stateNode,c&&u.props!==i&&(Dh||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",B(t)||"a component"),Dh=!0),e}function Gp(e,t,a,i){return Is(),t.flags|=256,Da(e,t,a,i),t.child}function Tr(e,t){t&&t.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
|
|
154
|
+
%s.childContextTypes = ...`,t.displayName||t.name||"Component"),typeof t.getDerivedStateFromProps=="function"&&(e=N(t)||"Unknown",x8[e]||(console.error("%s: Function components do not support getDerivedStateFromProps.",e),x8[e]=!0)),typeof t.contextType=="object"&&t.contextType!==null&&(t=N(t)||"Unknown",C8[t]||(console.error("%s: Function components do not support contextType.",t),C8[t]=!0))}function wr(e){return{baseLanes:e,cachePool:Sp()}}function cm(e,t,a){return e=e!==null?e.childLanes&~a:0,t&&(e|=xo),e}function rm(e,t,a){var i,u=t.pendingProps;b(t)&&(t.flags|=128);var c=!1,h=(t.flags&128)!==0;if((i=h)||(i=e!==null&&e.memoizedState===null?!1:(Sa.current&A1)!==0),i&&(c=!0,t.flags&=-129),i=(t.flags&32)!==0,t.flags&=-33,e===null){if(tn){if(c?dl(t):Ti(t),(e=Gn)?(a=bn(e,Ji),a=a!==null&&a.data!==h0?a:null,a!==null&&(i={dehydrated:a,treeContext:vy(),retryLane:536870912,hydrationErrors:null},t.memoizedState=i,i=pp(a),i.return=t,t.child=i,wl=t,Gn=null)):a=null,a===null)throw $a(t,e),ho(t);return S2(a)?t.lanes=32:t.lanes=536870912,null}var g=u.children;if(u=u.fallback,c){Ti(t);var S=t.mode;return g=yd({mode:"hidden",children:g},S),u=Gu(u,S,a,null),g.return=t,u.return=t,g.sibling=u,t.child=g,u=t.child,u.memoizedState=wr(a),u.childLanes=cm(e,i,a),t.memoizedState=oA,ic(null,u)}return dl(t),Vp(t,g)}var O=e.memoizedState;if(O!==null){var $=O.dehydrated;if($!==null){if(h)t.flags&256?(dl(t),t.flags&=-257,t=fm(e,t,a)):t.memoizedState!==null?(Ti(t),t.child=e.child,t.flags|=128,t=null):(Ti(t),g=u.fallback,S=t.mode,u=yd({mode:"visible",children:u.children},S),g=Gu(g,S,a,null),g.flags|=2,u.return=t,g.return=t,u.sibling=g,t.child=u,i0(t,e.child,null,a),u=t.child,u.memoizedState=wr(a),u.childLanes=cm(e,i,a),t.memoizedState=oA,t=ic(null,u));else if(dl(t),Ay(),(a&536870912)!==0&&Rr(t),S2($)){if(i=$.nextSibling&&$.nextSibling.dataset,i){g=i.dgst;var ee=i.msg;S=i.stck;var V=i.cstck}c=ee,i=g,u=S,$=V,g=c,S=$,g=Error(g||"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."),g.stack=u||"",g.digest=i,i=S===void 0?null:S,u={value:g,source:null,stack:i},typeof i=="string"&&Lb.set(g,u),If(u),t=fm(e,t,a)}else if(za||Ho(e,t,a,!1),i=(a&e.childLanes)!==0,za||i){if(i=kn,i!==null&&(u=re(i,a),u!==0&&u!==O.retryLane))throw O.retryLane=u,Wa(e,u),xt(i,e,u),lA;Ud($)||Dr(),t=fm(e,t,a)}else Ud($)?(t.flags|=192,t.child=e.child,t=null):(e=O.treeContext,Gn=Kl($.nextSibling),wl=t,tn=!0,uf=null,Su=!1,ei=null,Ji=!1,e!==null&&by(t,e),t=Vp(t,u.children),t.flags|=4096);return t}}return c?(Ti(t),g=u.fallback,S=t.mode,V=e.child,$=V.sibling,u=yi(V,{mode:"hidden",children:u.children}),u.subtreeFlags=V.subtreeFlags&65011712,$!==null?g=yi($,g):(g=Gu(g,S,a,null),g.flags|=2),g.return=t,u.return=t,u.sibling=g,t.child=u,ic(null,u),u=t.child,g=e.child.memoizedState,g===null?g=wr(a):(S=g.cachePool,S!==null?(V=ka._currentValue,S=S.parent!==V?{parent:V,pool:V}:S):S=Sp(),g={baseLanes:g.baseLanes|a,cachePool:S}),u.memoizedState=g,u.childLanes=cm(e,i,a),t.memoizedState=oA,ic(e.child,u)):(O!==null&&(a&62914560)===a&&(a&e.lanes)!==0&&Rr(t),dl(t),a=e.child,e=a.sibling,a=yi(a,{mode:"visible",children:u.children}),a.return=t,a.sibling=null,e!==null&&(i=t.deletions,i===null?(t.deletions=[e],t.flags|=16):i.push(e)),t.child=a,t.memoizedState=null,a)}function Vp(e,t){return t=yd({mode:"visible",children:t},e.mode),t.return=e,e.child=t}function yd(e,t){return e=M(22,e,null,t),e.lanes=0,e}function fm(e,t,a){return i0(t,e.child,null,a),e=Vp(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Qp(e,t,a){e.lanes|=t;var i=e.alternate;i!==null&&(i.lanes|=t),G0(e.return,t,a)}function dm(e,t,a,i,u,c){var h=e.memoizedState;h===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:i,tail:a,tailMode:u,treeForkCount:c}:(h.isBackwards=t,h.rendering=null,h.renderingStartTime=0,h.last=i,h.tail=a,h.tailMode=u,h.treeForkCount=c)}function Xp(e,t,a){var i=t.pendingProps,u=i.revealOrder,c=i.tail,h=i.children,g=Sa.current;if((i=(g&A1)!==0)?(g=g&Ch|A1,t.flags|=128):g&=Ch,j(Sa,g,t),g=u??"null",u!=="forwards"&&u!=="unstable_legacy-backwards"&&u!=="together"&&u!=="independent"&&!R8[g])if(R8[g]=!0,u==null)console.error('The default for the <SuspenseList revealOrder="..."> prop is changing. To be future compatible you must explictly specify either "independent" (the current default), "together", "forwards" or "legacy_unstable-backwards".');else if(u==="backwards")console.error('The rendering order of <SuspenseList revealOrder="backwards"> is changing. To be future compatible you must specify revealOrder="legacy_unstable-backwards" instead.');else if(typeof u=="string")switch(u.toLowerCase()){case"together":case"forwards":case"backwards":case"independent":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',u,u.toLowerCase());break;case"forward":case"backward":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',u,u.toLowerCase());break;default:console.error('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "independent", "together", "forwards" or "backwards"?',u)}else console.error('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "independent", "together", "forwards" or "backwards"?',u);g=c??"null",Wg[g]||(c==null?(u==="forwards"||u==="backwards"||u==="unstable_legacy-backwards")&&(Wg[g]=!0,console.error('The default for the <SuspenseList tail="..."> prop is changing. To be future compatible you must explictly specify either "visible" (the current default), "collapsed" or "hidden".')):c!=="visible"&&c!=="collapsed"&&c!=="hidden"?(Wg[g]=!0,console.error('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "visible", "collapsed" or "hidden"?',c)):u!=="forwards"&&u!=="backwards"&&u!=="unstable_legacy-backwards"&&(Wg[g]=!0,console.error('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',c)));e:if((u==="forwards"||u==="backwards"||u==="unstable_legacy-backwards")&&h!==void 0&&h!==null&&h!==!1)if(ha(h)){for(g=0;g<h.length;g++)if(!Rn(h[g],g))break e}else if(g=Ke(h),typeof g=="function"){if(g=g.call(h))for(var S=g.next(),O=0;!S.done;S=g.next()){if(!Rn(S.value,O))break e;O++}}else console.error('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',u);if(Da(e,t,h,a),tn?(Xs(),h=o1):h=0,!i&&e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Qp(e,a,t);else if(e.tag===19)Qp(e,a,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}switch(u){case"forwards":for(a=t.child,u=null;a!==null;)e=a.alternate,e!==null&&Zu(e)===null&&(u=a),a=a.sibling;a=u,a===null?(u=t.child,t.child=null):(u=a.sibling,a.sibling=null),dm(t,!1,u,a,c,h);break;case"backwards":case"unstable_legacy-backwards":for(a=null,u=t.child,t.child=null;u!==null;){if(e=u.alternate,e!==null&&Zu(e)===null){t.child=u;break}e=u.sibling,u.sibling=a,a=u,u=e}dm(t,!0,a,null,c,h);break;case"together":dm(t,!1,null,null,void 0,h);break;default:t.memoizedState=null}return t.child}function Vo(e,t,a){if(e!==null&&(t.dependencies=e.dependencies),to=-1,yf|=t.lanes,(a&t.childLanes)===0)if(e!==null){if(Ho(e,t,a,!1),(a&t.childLanes)===0)return null}else return null;if(e!==null&&t.child!==e.child)throw Error("Resuming work not yet implemented.");if(t.child!==null){for(e=t.child,a=yi(e,e.pendingProps),t.child=a,a.return=t;e.sibling!==null;)e=e.sibling,a=a.sibling=yi(e,e.pendingProps),a.return=t;a.sibling=null}return t.child}function mm(e,t){return(e.lanes&t)!==0?!0:(e=e.dependencies,!!(e!==null&&ur(e)))}function Dy(e,t,a){switch(t.tag){case 3:q(t,t.stateNode.containerInfo),po(t,ka,e.memoizedState.cache),Is();break;case 27:case 5:Y(t);break;case 4:q(t,t.stateNode.containerInfo);break;case 10:po(t,t.type,t.memoizedProps.value);break;case 12:(a&t.childLanes)!==0&&(t.flags|=4),t.flags|=2048;var i=t.stateNode;i.effectDuration=-0,i.passiveEffectDuration=-0;break;case 31:if(t.memoizedState!==null)return t.flags|=128,qo(t),null;break;case 13:if(i=t.memoizedState,i!==null)return i.dehydrated!==null?(dl(t),t.flags|=128,null):(a&t.child.childLanes)!==0?rm(e,t,a):(dl(t),e=Vo(e,t,a),e!==null?e.sibling:null);dl(t);break;case 19:var u=(e.flags&128)!==0;if(i=(a&t.childLanes)!==0,i||(Ho(e,t,a,!1),i=(a&t.childLanes)!==0),u){if(i)return Xp(e,t,a);t.flags|=128}if(u=t.memoizedState,u!==null&&(u.rendering=null,u.tail=null,u.lastEffect=null),j(Sa,Sa.current,t),i)break;return null;case 22:return t.lanes=0,Hp(e,t,a,t.pendingProps);case 24:po(t,ka,e.memoizedState.cache)}return Vo(e,t,a)}function gd(e,t,a){if(t._debugNeedsRemount&&e!==null){a=qu(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes),a._debugStack=t._debugStack,a._debugTask=t._debugTask;var i=t.return;if(i===null)throw Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,a.index=t.index,a.sibling=t.sibling,a.return=t.return,a.ref=t.ref,a._debugInfo=t._debugInfo,t===i.child)i.child=a;else{var u=i.child;if(u===null)throw Error("Expected parent to have a child.");for(;u.sibling!==t;)if(u=u.sibling,u===null)throw Error("Expected to find the previous sibling.");u.sibling=a}return t=i.deletions,t===null?(i.deletions=[e],i.flags|=16):t.push(e),a.flags|=2,a}if(e!==null)if(e.memoizedProps!==t.pendingProps||t.type!==e.type)za=!0;else{if(!mm(e,a)&&(t.flags&128)===0)return za=!1,Dy(e,t,a);za=(e.flags&131072)!==0}else za=!1,(i=tn)&&(Xs(),i=(t.flags&1048576)!==0),i&&(i=t.index,Xs(),yp(t,o1,i));switch(t.lanes=0,t.tag){case 16:e:if(i=t.pendingProps,e=ql(t.elementType),t.type=e,typeof e=="function")mp(e)?(i=xi(e,i),t.tag=1,t.type=e=Vs(e),t=sc(null,t,e,i,a)):(t.tag=0,Tr(t,e),t.type=e=Vs(e),t=Yp(null,t,e,i,a));else{if(e!=null){if(u=e.$$typeof,u===Ir){t.tag=11,t.type=e=L0(e),t=xy(null,t,e,i,a);break e}else if(u===Qd){t.tag=14,t=zp(null,t,e,i,a);break e}}throw t="",e!==null&&typeof e=="object"&&e.$$typeof===el&&(t=" Did you wrap a component in React.lazy() more than once?"),a=N(e)||e,Error("Element type is invalid. Received a promise that resolves to: "+a+". Lazy element type must resolve to a class or function."+t)}return t;case 0:return Yp(e,t,t.type,t.pendingProps,a);case 1:return i=t.type,u=xi(i,t.pendingProps),sc(e,t,i,u,a);case 3:e:{if(q(t,t.stateNode.containerInfo),e===null)throw Error("Should have a current fiber. This is a bug in React.");i=t.pendingProps;var c=t.memoizedState;u=c.element,bi(e,t),Si(t,i,null,a);var h=t.memoizedState;if(i=h.cache,po(t,ka,i),i!==c.cache&&us(t,[ka],a,!0),dr(),i=h.element,c.isDehydrated)if(c={element:i,isDehydrated:!1,cache:h.cache},t.updateQueue.baseState=c,t.memoizedState=c,t.flags&256){t=Gp(e,t,i,a);break e}else if(i!==u){u=ul(Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t),If(u),t=Gp(e,t,i,a);break e}else for(e=t.stateNode.containerInfo,e.nodeType===9?e=e.body:e=e.nodeName==="HTML"?e.ownerDocument.body:e,Gn=Kl(e.firstChild),wl=t,tn=!0,uf=null,Su=!1,ei=null,Ji=!0,a=a8(t,null,i,a),t.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling;else{if(Is(),i===u){t=Vo(e,t,a);break e}Da(e,t,i,a)}t=t.child}return t;case 26:return pd(e,t),e===null?(a=C2(t.type,null,t.pendingProps,null))?t.memoizedState=a:tn||(a=t.type,e=t.pendingProps,i=se(Wl.current),i=kd(i).createElement(a),i[Yn]=t,i[Tl]=e,jn(i,a,e),Be(i),t.stateNode=i):t.memoizedState=C2(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return Y(t),e===null&&tn&&(i=se(Wl.current),u=z(),i=t.stateNode=Es(t.type,t.pendingProps,i,u,!1),Su||(u=kl(i,t.type,t.pendingProps,u),u!==null&&(Vu(t,0).serverProps=u)),wl=t,Ji=!0,u=Gn,hu(t.type)?(RA=u,Gn=Kl(i.firstChild)):Gn=u),Da(e,t,t.pendingProps.children,a),pd(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&tn&&(c=z(),i=Mu(t.type,c.ancestorInfo),u=Gn,(h=!u)||(h=og(u,t.type,t.pendingProps,Ji),h!==null?(t.stateNode=h,Su||(c=kl(h,t.type,t.pendingProps,c),c!==null&&(Vu(t,0).serverProps=c)),wl=t,Gn=Kl(h.firstChild),Ji=!1,c=!0):c=!1,h=!c),h&&(i&&$a(t,u),ho(t))),Y(t),u=t.type,c=t.pendingProps,h=e!==null?e.memoizedProps:null,i=c.children,Hr(u,c)?i=null:h!==null&&Hr(u,h)&&(t.flags|=32),t.memoizedState!==null&&(u=Op(e,t,td,null,null,a),L1._currentValue=u),pd(e,t),Da(e,t,i,a),t.child;case 6:return e===null&&tn&&(a=t.pendingProps,e=z(),i=e.ancestorInfo.current,a=i!=null?ku(a,i.tag,e.ancestorInfo.implicitRootScope):!0,e=Gn,(i=!e)||(i=ig(e,t.pendingProps,Ji),i!==null?(t.stateNode=i,wl=t,Gn=null,i=!0):i=!1,i=!i),i&&(a&&$a(t,e),ho(t))),null;case 13:return rm(e,t,a);case 4:return q(t,t.stateNode.containerInfo),i=t.pendingProps,e===null?t.child=i0(t,null,i,a):Da(e,t,i,a),t.child;case 11:return xy(e,t,t.type,t.pendingProps,a);case 7:return Da(e,t,t.pendingProps,a),t.child;case 8:return Da(e,t,t.pendingProps.children,a),t.child;case 12:return t.flags|=4,t.flags|=2048,i=t.stateNode,i.effectDuration=-0,i.passiveEffectDuration=-0,Da(e,t,t.pendingProps.children,a),t.child;case 10:return i=t.type,u=t.pendingProps,c=u.value,"value"in u||D8||(D8=!0,console.error("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?")),po(t,i,c),Da(e,t,u.children,a),t.child;case 9:return u=t.type._context,i=t.pendingProps.children,typeof i!="function"&&console.error("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),Fs(t),u=mn(u),i=Ib(i,u,void 0),t.flags|=1,Da(e,t,i,a),t.child;case 14:return zp(e,t,t.type,t.pendingProps,a);case 15:return _p(e,t,t.type,t.pendingProps,a);case 19:return Xp(e,t,a);case 31:return Ry(e,t,a);case 22:return Hp(e,t,a,t.pendingProps);case 24:return Fs(t),i=mn(ka),e===null?(u=fs(),u===null&&(u=kn,c=V0(),u.pooledCache=c,Xu(c),c!==null&&(u.pooledCacheLanes|=a),u=c),t.memoizedState={parent:i,cache:u},$t(t),po(t,ka,u)):((e.lanes&a)!==0&&(bi(e,t),Si(t,null,null,a),dr()),u=e.memoizedState,c=t.memoizedState,u.parent!==i?(u={parent:i,cache:i},t.memoizedState=u,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=u),po(t,ka,i)):(i=c.cache,po(t,ka,i),i!==u.cache&&us(t,[ka],a,!0))),Da(e,t,t.pendingProps.children,a),t.child;case 29:throw t.pendingProps}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Ri(e){e.flags|=4}function hm(e,t,a,i,u){if((t=(e.mode&JE)!==Ct)&&(t=!1),t){if(e.flags|=16777216,(u&335544128)===u)if(e.stateNode.complete)e.flags|=8192;else if(c2())e.flags|=8192;else throw o0=Xg,Fb}else e.flags&=-16777217}function Ny(e,t){if(t.type!=="stylesheet"||(t.state.loading&$i)!==g0)e.flags&=-16777217;else if(e.flags|=16777216,!Kt(t))if(c2())e.flags|=8192;else throw o0=Xg,Fb}function Er(e,t){t!==null&&(e.flags|=4),e.flags&16384&&(t=e.tag!==22?ze():536870912,e.lanes|=t,f0|=t)}function Cr(e,t){if(!tn)switch(e.tailMode){case"hidden":t=e.tail;for(var a=null;t!==null;)t.alternate!==null&&(a=t),t=t.sibling;a===null?e.tail=null:a.sibling=null;break;case"collapsed":a=e.tail;for(var i=null;a!==null;)a.alternate!==null&&(i=a),a=a.sibling;i===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:i.sibling=null}}function An(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=0,i=0;if(t)if((e.mode&Qt)!==Ct){for(var u=e.selfBaseDuration,c=e.child;c!==null;)a|=c.lanes|c.childLanes,i|=c.subtreeFlags&65011712,i|=c.flags&65011712,u+=c.treeBaseDuration,c=c.sibling;e.treeBaseDuration=u}else for(u=e.child;u!==null;)a|=u.lanes|u.childLanes,i|=u.subtreeFlags&65011712,i|=u.flags&65011712,u.return=e,u=u.sibling;else if((e.mode&Qt)!==Ct){u=e.actualDuration,c=e.selfBaseDuration;for(var h=e.child;h!==null;)a|=h.lanes|h.childLanes,i|=h.subtreeFlags,i|=h.flags,u+=h.actualDuration,c+=h.treeBaseDuration,h=h.sibling;e.actualDuration=u,e.treeBaseDuration=c}else for(u=e.child;u!==null;)a|=u.lanes|u.childLanes,i|=u.subtreeFlags,i|=u.flags,u.return=e,u=u.sibling;return e.subtreeFlags|=i,e.childLanes=a,t}function Ip(e,t,a){var i=t.pendingProps;switch(q0(t),t.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return An(t),null;case 1:return An(t),null;case 3:return a=t.stateNode,i=null,e!==null&&(i=e.memoizedState.cache),t.memoizedState.cache!==i&&(t.flags|=2048),_o(ka,t),E(t),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(e===null||e.child===null)&&(Qu(t)?(Js(),Ri(t)):e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,Xf())),An(t),null;case 26:var u=t.type,c=t.memoizedState;return e===null?(Ri(t),c!==null?(An(t),Ny(t,c)):(An(t),hm(t,u,null,i,a))):c?c!==e.memoizedState?(Ri(t),An(t),Ny(t,c)):(An(t),t.flags&=-16777217):(e=e.memoizedProps,e!==i&&Ri(t),An(t),hm(t,u,e,i,a)),null;case 27:if(K(t),a=se(Wl.current),u=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==i&&Ri(t);else{if(!i){if(t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return An(t),null}e=z(),Qu(t)?gp(t):(e=Es(u,i,a,e,!0),t.stateNode=e,Ri(t))}return An(t),null;case 5:if(K(t),u=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==i&&Ri(t);else{if(!i){if(t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return An(t),null}var h=z();if(Qu(t))gp(t);else{switch(c=se(Wl.current),Mu(u,h.ancestorInfo),h=h.context,c=kd(c),h){case Hh:c=c.createElementNS(Yt,u);break;case gv:c=c.createElementNS(Bt,u);break;default:switch(u){case"svg":c=c.createElementNS(Yt,u);break;case"math":c=c.createElementNS(Bt,u);break;case"script":c=c.createElement("div"),c.innerHTML="<script><\/script>",c=c.removeChild(c.firstChild);break;case"select":c=typeof i.is=="string"?c.createElement("select",{is:i.is}):c.createElement("select"),i.multiple?c.multiple=!0:i.size&&(c.size=i.size);break;default:c=typeof i.is=="string"?c.createElement(u,{is:i.is}):c.createElement(u),u.indexOf("-")===-1&&(u!==u.toLowerCase()&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",u),Object.prototype.toString.call(c)!=="[object HTMLUnknownElement]"||$l.call(P8,u)||(P8[u]=!0,console.error("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",u)))}}c[Yn]=t,c[Tl]=i;e:for(h=t.child;h!==null;){if(h.tag===5||h.tag===6)c.appendChild(h.stateNode);else if(h.tag!==4&&h.tag!==27&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===t)break e;for(;h.sibling===null;){if(h.return===null||h.return===t)break e;h=h.return}h.sibling.return=h.return,h=h.sibling}t.stateNode=c;e:switch(jn(c,u,i),u){case"button":case"input":case"select":case"textarea":i=!!i.autoFocus;break e;case"img":i=!0;break e;default:i=!1}i&&Ri(t)}}return An(t),hm(t,t.type,e===null?null:e.memoizedProps,t.pendingProps,a),null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==i&&Ri(t);else{if(typeof i!="string"&&t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");if(e=se(Wl.current),a=z(),Qu(t)){if(e=t.stateNode,a=t.memoizedProps,u=!Su,i=null,c=wl,c!==null)switch(c.tag){case 3:u&&(u=cg(e,a,i),u!==null&&(Vu(t,0).serverProps=u));break;case 27:case 5:i=c.memoizedProps,u&&(u=cg(e,a,i),u!==null&&(Vu(t,0).serverProps=u))}e[Yn]=t,e=!!(e.nodeValue===a||i!==null&&i.suppressHydrationWarning===!0||b2(e.nodeValue,a)),e||ho(t,!0)}else u=a.ancestorInfo.current,u!=null&&ku(i,u.tag,a.ancestorInfo.implicitRootScope),e=kd(e).createTextNode(i),e[Yn]=t,t.stateNode=e}return An(t),null;case 31:if(a=t.memoizedState,e===null||e.memoizedState!==null){if(i=Qu(t),a!==null){if(e===null){if(!i)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(e=t.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error("Expected to have a hydrated activity instance. This error is likely caused by a bug in React. Please file an issue.");e[Yn]=t,An(t),(t.mode&Qt)!==Ct&&a!==null&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration))}else Js(),Is(),(t.flags&128)===0&&(a=t.memoizedState=null),t.flags|=4,An(t),(t.mode&Qt)!==Ct&&a!==null&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration));e=!1}else a=Xf(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=a),e=!0;if(!e)return t.flags&256?(xa(t),t):(xa(t),null);if((t.flags&128)!==0)throw Error("Client rendering an Activity suspended it again. This is a bug in React.")}return An(t),null;case 13:if(i=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(u=i,c=Qu(t),u!==null&&u.dehydrated!==null){if(e===null){if(!c)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(c=t.memoizedState,c=c!==null?c.dehydrated:null,!c)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");c[Yn]=t,An(t),(t.mode&Qt)!==Ct&&u!==null&&(u=t.child,u!==null&&(t.treeBaseDuration-=u.treeBaseDuration))}else Js(),Is(),(t.flags&128)===0&&(u=t.memoizedState=null),t.flags|=4,An(t),(t.mode&Qt)!==Ct&&u!==null&&(u=t.child,u!==null&&(t.treeBaseDuration-=u.treeBaseDuration));u=!1}else u=Xf(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=u),u=!0;if(!u)return t.flags&256?(xa(t),t):(xa(t),null)}return xa(t),(t.flags&128)!==0?(t.lanes=a,(t.mode&Qt)!==Ct&&Ju(t),t):(a=i!==null,e=e!==null&&e.memoizedState!==null,a&&(i=t.child,u=null,i.alternate!==null&&i.alternate.memoizedState!==null&&i.alternate.memoizedState.cachePool!==null&&(u=i.alternate.memoizedState.cachePool.pool),c=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(c=i.memoizedState.cachePool.pool),c!==u&&(i.flags|=2048)),a!==e&&a&&(t.child.flags|=8192),Er(t,t.updateQueue),An(t),(t.mode&Qt)!==Ct&&a&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration)),null);case 4:return E(t),e===null&&du(t.stateNode.containerInfo),An(t),null;case 10:return _o(t.type,t),An(t),null;case 19:if(k(Sa,t),i=t.memoizedState,i===null)return An(t),null;if(u=(t.flags&128)!==0,c=i.rendering,c===null)if(u)Cr(i,!1);else{if(ta!==zc||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(c=Zu(e),c!==null){for(t.flags|=128,Cr(i,!1),e=c.updateQueue,t.updateQueue=e,Er(t,e),t.subtreeFlags=0,e=a,a=t.child;a!==null;)hp(a,e),a=a.sibling;return j(Sa,Sa.current&Ch|A1,t),tn&&zo(t,i.treeForkCount),t.child}e=e.sibling}i.tail!==null&&Ma()>lv&&(t.flags|=128,u=!0,Cr(i,!1),t.lanes=4194304)}else{if(!u)if(e=Zu(c),e!==null){if(t.flags|=128,u=!0,e=e.updateQueue,t.updateQueue=e,Er(t,e),Cr(i,!0),i.tail===null&&i.tailMode==="hidden"&&!c.alternate&&!tn)return An(t),null}else 2*Ma()-i.renderingStartTime>lv&&a!==536870912&&(t.flags|=128,u=!0,Cr(i,!1),t.lanes=4194304);i.isBackwards?(c.sibling=t.child,t.child=c):(e=i.last,e!==null?e.sibling=c:t.child=c,i.last=c)}return i.tail!==null?(e=i.tail,i.rendering=e,i.tail=e.sibling,i.renderingStartTime=Ma(),e.sibling=null,a=Sa.current,a=u?a&Ch|A1:a&Ch,j(Sa,a,t),tn&&zo(t,i.treeForkCount),e):(An(t),null);case 22:case 23:return xa(t),Yo(t),i=t.memoizedState!==null,e!==null?e.memoizedState!==null!==i&&(t.flags|=8192):i&&(t.flags|=8192),i?(a&536870912)!==0&&(t.flags&128)===0&&(An(t),t.subtreeFlags&6&&(t.flags|=8192)):An(t),a=t.updateQueue,a!==null&&Er(t,a.retryQueue),a=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(a=e.memoizedState.cachePool.pool),i=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(i=t.memoizedState.cachePool.pool),i!==a&&(t.flags|=2048),e!==null&&k(a0,t),null;case 24:return a=null,e!==null&&(a=e.memoizedState.cache),t.memoizedState.cache!==a&&(t.flags|=2048),_o(ka,t),An(t),null;case 25:return null;case 30:return null}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function My(e,t){switch(q0(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 3:return _o(ka,t),E(t),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return K(t),null;case 31:if(t.memoizedState!==null){if(xa(t),t.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Is()}return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 13:if(xa(t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Is()}return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 19:return k(Sa,t),null;case 4:return E(t),null;case 10:return _o(t.type,t),null;case 22:case 23:return xa(t),Yo(t),e!==null&&k(a0,t),e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Qt)!==Ct&&Ju(t),t):null;case 24:return _o(ka,t),null;case 25:return null;default:return null}}function Jp(e,t){switch(q0(t),t.tag){case 3:_o(ka,t),E(t);break;case 26:case 27:case 5:K(t);break;case 4:E(t);break;case 31:t.memoizedState!==null&&xa(t);break;case 13:xa(t);break;case 19:k(Sa,t);break;case 10:_o(t.type,t);break;case 22:case 23:xa(t),Yo(t),e!==null&&k(a0,t);break;case 24:_o(ka,t)}}function Di(e){return(e.mode&Qt)!==Ct}function ky(e,t){Di(e)?(Wn(),bs(t,e),rl()):bs(t,e)}function pm(e,t,a){Di(e)?(Wn(),iu(a,e,t),rl()):iu(a,e,t)}function bs(e,t){try{var a=t.updateQueue,i=a!==null?a.lastEffect:null;if(i!==null){var u=i.next;a=u;do{if((a.tag&e)===e&&(i=void 0,(e&no)!==Jg&&(Uh=!0),i=Xe(t,PE,a),(e&no)!==Jg&&(Uh=!1),i!==void 0&&typeof i!="function")){var c=void 0;c=(a.tag&ni)!==0?"useLayoutEffect":(a.tag&no)!==0?"useInsertionEffect":"useEffect";var h=void 0;h=i===null?" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof i.then=="function"?`
|
|
155
155
|
|
|
156
156
|
It looks like you wrote `+c+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
|
|
157
157
|
|
|
@@ -164,11 +164,11 @@ It looks like you wrote `+c+`(async () => ...) or returned a Promise. Instead, w
|
|
|
164
164
|
fetchData();
|
|
165
165
|
}, [someId]); // Or [] if effect doesn't need props or state
|
|
166
166
|
|
|
167
|
-
Learn more about data fetching with Hooks: https://react.dev/link/hooks-data-fetching`:" You returned: "+i,Xe(t,function(g,S){console.error("%s must not return anything besides a function, which is used for clean-up.%s",g,S)},c,h)}a=a.next}while(a!==u)}}catch(g){jt(t,t.return,g)}}function iu(e,t,a){try{var i=t.updateQueue,u=i!==null?i.lastEffect:null;if(u!==null){var c=u.next;i=c;do{if((i.tag&e)===e){var h=i.inst,g=h.destroy;g!==void 0&&(h.destroy=void 0,(e&no)!==Jg&&(Uh=!0),u=t,Xe(u,e7,u,a,g),(e&no)!==Jg&&(Uh=!1))}i=i.next}while(i!==c)}}catch(S){jt(t,t.return,S)}}function gd(e,t){Di(e)?(Wn(),bs(t,e),rl()):bs(t,e)}function ym(e,t,a){Di(e)?(Wn(),iu(a,e,t),rl()):iu(a,e,t)}function Fp(e){var t=e.updateQueue;if(t!==null){var a=e.stateNode;e.type.defaultProps||"ref"in e.memoizedProps||Dh||(a.props!==e.memoizedProps&&console.error("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(e)||"instance"),a.state!==e.memoizedState&&console.error("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(e)||"instance"));try{Xe(e,mr,t,a)}catch(i){jt(e,e.return,i)}}}function vd(e,t,a){return e.getSnapshotBeforeUpdate(t,a)}function By(e,t){var a=t.memoizedProps,i=t.memoizedState;t=e.stateNode,e.type.defaultProps||"ref"in e.memoizedProps||Dh||(t.props!==e.memoizedProps&&console.error("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(e)||"instance"),t.state!==e.memoizedState&&console.error("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(e)||"instance"));try{var u=xi(e.type,a),c=Xe(e,vd,t,u,i);a=N8,c!==void 0||a.has(e.type)||(a.add(e.type),Xe(e,function(){console.error("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",B(e))})),t.__reactInternalSnapshotBeforeUpdate=c}catch(h){jt(e,e.return,h)}}function gm(e,t,a){a.props=xi(e.type,e.memoizedProps),a.state=e.memoizedState,Di(e)?(Wn(),Xe(e,Z4,e,t,a),rl()):Xe(e,Z4,e,t,a)}function Uy(e){var t=e.ref;if(t!==null){switch(e.tag){case 26:case 27:case 5:var a=e.stateNode;break;case 30:a=e.stateNode;break;default:a=e.stateNode}if(typeof t=="function")if(Di(e))try{Wn(),e.refCleanup=t(a)}finally{rl()}else e.refCleanup=t(a);else typeof t=="string"?console.error("String refs are no longer supported."):t.hasOwnProperty("current")||console.error("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",B(e)),t.current=a}}function uc(e,t){try{Xe(e,Uy,e)}catch(a){jt(e,t,a)}}function Ao(e,t){var a=e.ref,i=e.refCleanup;if(a!==null)if(typeof i=="function")try{if(Di(e))try{Wn(),Xe(e,i)}finally{rl(e)}else Xe(e,i)}catch(u){jt(e,t,u)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof a=="function")try{if(Di(e))try{Wn(),Xe(e,a,null)}finally{rl(e)}else Xe(e,a,null)}catch(u){jt(e,t,u)}else a.current=null}function Zp(e,t,a,i){var u=e.memoizedProps,c=u.id,h=u.onCommit;u=u.onRender,t=t===null?"mount":"update",qg&&(t="nested-update"),typeof u=="function"&&u(c,t,e.actualDuration,e.treeBaseDuration,e.actualStartTime,a),typeof h=="function"&&h(c,t,i,a)}function zy(e,t,a,i){var u=e.memoizedProps;e=u.id,u=u.onPostCommit,t=t===null?"mount":"update",qg&&(t="nested-update"),typeof u=="function"&&u(e,t,i,a)}function su(e){var t=e.type,a=e.memoizedProps,i=e.stateNode;try{Xe(e,Fy,i,t,a,e)}catch(u){jt(e,e.return,u)}}function vm(e,t,a){try{Xe(e,Lm,e.stateNode,e.type,a,t,e)}catch(i){jt(e,e.return,i)}}function Kp(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&hu(e.type)||e.tag===4}function bm(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Kp(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&hu(e.type)||e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Or(e,t,a){var i=e.tag;if(i===5||i===6)e=e.stateNode,t?(Ky(a),(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a).insertBefore(e,t)):(Ky(a),t=a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,t.appendChild(e),a=a._reactRootContainer,a!=null||t.onclick!==null||(t.onclick=Ol));else if(i!==4&&(i===27&&hu(e.type)&&(a=e.stateNode,t=null),e=e.child,e!==null))for(Or(e,t,a),e=e.sibling;e!==null;)Or(e,t,a),e=e.sibling}function bd(e,t,a){var i=e.tag;if(i===5||i===6)e=e.stateNode,t?a.insertBefore(e,t):a.appendChild(e);else if(i!==4&&(i===27&&hu(e.type)&&(a=e.stateNode),e=e.child,e!==null))for(bd(e,t,a),e=e.sibling;e!==null;)bd(e,t,a),e=e.sibling}function Wp(e){for(var t,a=e.return;a!==null;){if(Kp(a)){t=a;break}a=a.return}if(t==null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");switch(t.tag){case 27:t=t.stateNode,a=bm(e),bd(e,a,t);break;case 5:a=t.stateNode,t.flags&32&&(jm(a),t.flags&=-33),t=bm(e),bd(e,t,a);break;case 3:case 4:t=t.stateNode.containerInfo,a=bm(e),Or(e,a,t);break;default:throw Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function $p(e){var t=e.stateNode,a=e.memoizedProps;try{Xe(e,Hi,e.type,a,t,e)}catch(i){jt(e,e.return,i)}}function Pp(e,t){return t.tag===31?(t=t.memoizedState,e.memoizedState!==null&&t===null):t.tag===13?(e=e.memoizedState,t=t.memoizedState,e!==null&&e.dehydrated!==null&&(t===null||t.dehydrated===null)):t.tag===3?e.memoizedState.isDehydrated&&(t.flags&256)===0:!1}function pb(e,t){if(e=e.containerInfo,CA=Sv,e=U0(e),ip(e)){if("selectionStart"in e)var a={start:e.selectionStart,end:e.selectionEnd};else e:{a=(a=e.ownerDocument)&&a.defaultView||window;var i=a.getSelection&&a.getSelection();if(i&&i.rangeCount!==0){a=i.anchorNode;var u=i.anchorOffset,c=i.focusNode;i=i.focusOffset;try{a.nodeType,c.nodeType}catch{a=null;break e}var h=0,g=-1,S=-1,O=0,$=0,ee=e,V=null;t:for(;;){for(var ye;ee!==a||u!==0&&ee.nodeType!==3||(g=h+u),ee!==c||i!==0&&ee.nodeType!==3||(S=h+i),ee.nodeType===3&&(h+=ee.nodeValue.length),(ye=ee.firstChild)!==null;)V=ee,ee=ye;for(;;){if(ee===e)break t;if(V===a&&++O===u&&(g=h),V===c&&++$===i&&(S=h),(ye=ee.nextSibling)!==null)break;ee=V,V=ee.parentNode}ee=ye}a=g===-1||S===-1?null:{start:g,end:S}}else a=null}a=a||{start:0,end:0}}else a=null;for(OA={focusedElem:e,selectionRange:a},Sv=!1,al=t;al!==null;)if(t=al,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,al=e;else for(;al!==null;){switch(e=t=al,a=e.alternate,u=e.flags,e.tag){case 0:if((u&4)!==0&&(e=e.updateQueue,e=e!==null?e.events:null,e!==null))for(a=0;a<e.length;a++)u=e[a],u.ref.impl=u.nextImpl;break;case 11:case 15:break;case 1:(u&1024)!==0&&a!==null&&By(e,a);break;case 3:if((u&1024)!==0){if(e=e.stateNode.containerInfo,a=e.nodeType,a===9)jr(e);else if(a===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":jr(e);break;default:e.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((u&1024)!==0)throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}if(e=t.sibling,e!==null){e.return=t.return,al=e;break}al=t.return}}function Am(e,t,a){var i=Hn(),u=yo(),c=jl(),h=go(),g=a.flags;switch(a.tag){case 0:case 11:case 15:Il(e,a),g&4&&ky(a,ni|Ki);break;case 1:if(Il(e,a),g&4)if(e=a.stateNode,t===null)a.type.defaultProps||"ref"in a.memoizedProps||Dh||(e.props!==a.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(a)||"instance"),e.state!==a.memoizedState&&console.error("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(a)||"instance")),Di(a)?(Wn(),Xe(a,Jb,a,e),rl()):Xe(a,Jb,a,e);else{var S=xi(a.type,t.memoizedProps);t=t.memoizedState,a.type.defaultProps||"ref"in a.memoizedProps||Dh||(e.props!==a.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(a)||"instance"),e.state!==a.memoizedState&&console.error("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(a)||"instance")),Di(a)?(Wn(),Xe(a,I4,a,e,S,t,e.__reactInternalSnapshotBeforeUpdate),rl()):Xe(a,I4,a,e,S,t,e.__reactInternalSnapshotBeforeUpdate)}g&64&&Fp(a),g&512&&uc(a,a.return);break;case 3:if(t=vi(),Il(e,a),g&64&&(g=a.updateQueue,g!==null)){if(S=null,a.child!==null)switch(a.child.tag){case 27:case 5:S=a.child.stateNode;break;case 1:S=a.child.stateNode}try{Xe(a,mr,g,S)}catch($){jt(a,a.return,$)}}e.effectDuration+=cr(t);break;case 27:t===null&&g&4&&$p(a);case 26:case 5:if(Il(e,a),t===null){if(g&4)su(a);else if(g&64){e=a.type,t=a.memoizedProps,S=a.stateNode;try{Xe(a,Zy,S,e,t,a)}catch($){jt(a,a.return,$)}}}g&512&&uc(a,a.return);break;case 12:if(g&4){g=vi(),Il(e,a),e=a.stateNode,e.effectDuration+=cl(g);try{Xe(a,Zp,a,t,cf,e.effectDuration)}catch($){jt(a,a.return,$)}}else Il(e,a);break;case 31:Il(e,a),g&4&&t2(e,a);break;case 13:Il(e,a),g&4&&n2(e,a),g&64&&(e=a.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(g=Ss.bind(null,a),sg(e,g))));break;case 22:if(g=a.memoizedState!==null||Uc,!g){t=t!==null&&t.memoizedState!==null||_a,S=Uc;var O=_a;Uc=g,(_a=t)&&!O?(Qo(e,a,(a.subtreeFlags&8772)!==0),(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&z0(a,bt,Tt)):Il(e,a),Uc=S,_a=O}break;case 30:break;default:Il(e,a)}(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&((ca||.05<ea)&&Uo(a,bt,Tt,ea,Fn),a.alternate===null&&a.return!==null&&a.return.alternate!==null&&.05<Tt-bt&&(Pp(a.return.alternate,a.return)||mo(a,bt,Tt,"Mount"))),Ca(i),Ll(u),Fn=c,ca=h}function sa(e){var t=e.alternate;t!==null&&(e.alternate=null,sa(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&L(t)),e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Un(e,t,a){for(a=a.child;a!==null;)e2(e,t,a),a=a.sibling}function e2(e,t,a){if(ba&&typeof ba.onCommitFiberUnmount=="function")try{ba.onCommitFiberUnmount(Sc,a)}catch(O){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",O))}var i=Hn(),u=yo(),c=jl(),h=go();switch(a.tag){case 26:_a||Ao(a,t),Un(e,t,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(e=a.stateNode,e.parentNode.removeChild(e));break;case 27:_a||Ao(a,t);var g=Ha,S=Co;hu(a.type)&&(Ha=a.stateNode,Co=!1),Un(e,t,a),Xe(a,Cs,a.stateNode),Ha=g,Co=S;break;case 5:_a||Ao(a,t);case 6:if(g=Ha,S=Co,Ha=null,Un(e,t,a),Ha=g,Co=S,Ha!==null)if(Co)try{Xe(a,$y,Ha,a.stateNode)}catch(O){jt(a,t,O)}else try{Xe(a,Wy,Ha,a.stateNode)}catch(O){jt(a,t,O)}break;case 18:Ha!==null&&(Co?(e=Ha,mc(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,a.stateNode),gc(e)):mc(Ha,a.stateNode));break;case 4:g=Ha,S=Co,Ha=a.stateNode.containerInfo,Co=!0,Un(e,t,a),Ha=g,Co=S;break;case 0:case 11:case 14:case 15:iu(no,a,t),_a||pm(a,t,ni),Un(e,t,a);break;case 1:_a||(Ao(a,t),g=a.stateNode,typeof g.componentWillUnmount=="function"&&gm(a,t,g)),Un(e,t,a);break;case 21:Un(e,t,a);break;case 22:_a=(g=_a)||a.memoizedState!==null,Un(e,t,a),_a=g;break;default:Un(e,t,a)}(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(a,bt,Tt,ea,Fn),Ca(i),Ll(u),Fn=c,ca=h}function t2(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null))){e=e.dehydrated;try{Xe(t,Ym,e)}catch(a){jt(t,t.return,a)}}}function n2(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{Xe(t,w2,e)}catch(a){jt(t,t.return,a)}}function _y(e){switch(e.tag){case 31:case 13:case 19:var t=e.stateNode;return t===null&&(t=e.stateNode=new M8),t;case 22:return e=e.stateNode,t=e._retryCache,t===null&&(t=e._retryCache=new M8),t;default:throw Error("Unexpected Suspense handler tag ("+e.tag+"). This is a bug in React.")}}function uu(e,t){var a=_y(e);t.forEach(function(i){if(!a.has(i)){if(a.add(i),Yi)if(Nh!==null&&Mh!==null)kr(Mh,Nh);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");var u=fc.bind(null,e,i);i.then(u,u)}})}function pl(e,t){var a=t.deletions;if(a!==null)for(var i=0;i<a.length;i++){var u=e,c=t,h=a[i],g=Hn(),S=c;e:for(;S!==null;){switch(S.tag){case 27:if(hu(S.type)){Ha=S.stateNode,Co=!1;break e}break;case 5:Ha=S.stateNode,Co=!1;break e;case 3:case 4:Ha=S.stateNode.containerInfo,Co=!0;break e}S=S.return}if(Ha===null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");e2(u,c,h),Ha=null,Co=!1,(h.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(h,bt,Tt,"Unmount"),Ca(g),u=h,c=u.alternate,c!==null&&(c.return=null),u.return=null}if(t.subtreeFlags&13886)for(t=t.child;t!==null;)Ad(t,e),t=t.sibling}function Ad(e,t){var a=Hn(),i=yo(),u=jl(),c=go(),h=e.alternate,g=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:pl(t,e),yl(e),g&4&&(iu(no|Ki,e,e.return),bs(no|Ki,e),pm(e,e.return,ni|Ki));break;case 1:if(pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),g&64&&Uc&&(g=e.updateQueue,g!==null&&(h=g.callbacks,h!==null))){var S=g.shared.hiddenCallbacks;g.shared.hiddenCallbacks=S===null?h:S.concat(h)}break;case 26:if(S=Ms,pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),g&4){var O=h!==null?h.memoizedState:null;if(g=e.memoizedState,h===null)if(g===null)if(e.stateNode===null){e:{g=e.type,h=e.memoizedProps,S=S.ownerDocument||S;t:switch(g){case"title":O=S.getElementsByTagName("title")[0],(!O||O[ef]||O[Yn]||O.namespaceURI===Yt||O.hasAttribute("itemprop"))&&(O=S.createElement(g),S.head.insertBefore(O,S.querySelector("head > title"))),jn(O,g,h),O[Yn]=e,Be(O),g=O;break e;case"link":var $=Gr("link","href",S).get(g+(h.href||""));if($){for(var ee=0;ee<$.length;ee++)if(O=$[ee],O.getAttribute("href")===(h.href==null||h.href===""?null:h.href)&&O.getAttribute("rel")===(h.rel==null?null:h.rel)&&O.getAttribute("title")===(h.title==null?null:h.title)&&O.getAttribute("crossorigin")===(h.crossOrigin==null?null:h.crossOrigin)){$.splice(ee,1);break t}}O=S.createElement(g),jn(O,g,h),S.head.appendChild(O);break;case"meta":if($=Gr("meta","content",S).get(g+(h.content||""))){for(ee=0;ee<$.length;ee++)if(O=$[ee],Jt(h.content,"content"),O.getAttribute("content")===(h.content==null?null:""+h.content)&&O.getAttribute("name")===(h.name==null?null:h.name)&&O.getAttribute("property")===(h.property==null?null:h.property)&&O.getAttribute("http-equiv")===(h.httpEquiv==null?null:h.httpEquiv)&&O.getAttribute("charset")===(h.charSet==null?null:h.charSet)){$.splice(ee,1);break t}}O=S.createElement(g),jn(O,g,h),S.head.appendChild(O);break;default:throw Error('getNodesForType encountered a type it did not expect: "'+g+'". This is a bug in React.')}O[Yn]=e,Be(O),g=O}e.stateNode=g}else fg(S,e.type,e.stateNode);else e.stateNode=Vm(S,g,e.memoizedProps);else O!==g?(O===null?h.stateNode!==null&&(h=h.stateNode,h.parentNode.removeChild(h)):O.count--,g===null?fg(S,e.type,e.stateNode):Vm(S,g,e.memoizedProps)):g===null&&e.stateNode!==null&&vm(e,e.memoizedProps,h.memoizedProps)}break;case 27:pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),h!==null&&g&4&&vm(e,e.memoizedProps,h.memoizedProps);break;case 5:if(pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),e.flags&32){S=e.stateNode;try{Xe(e,jm,S)}catch(it){jt(e,e.return,it)}}g&4&&e.stateNode!=null&&(S=e.memoizedProps,vm(e,S,h!==null?h.memoizedProps:S)),g&1024&&(iA=!0,e.type!=="form"&&console.error("Unexpected host component type. Expected a form. This is a bug in React."));break;case 6:if(pl(t,e),yl(e),g&4){if(e.stateNode===null)throw Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");g=e.memoizedProps,h=h!==null?h.memoizedProps:g,S=e.stateNode;try{Xe(e,yb,S,h,g)}catch(it){jt(e,e.return,it)}}break;case 3:if(S=vi(),vv=null,O=Ms,Ms=qm(t.containerInfo),pl(t,e),Ms=O,yl(e),g&4&&h!==null&&h.memoizedState.isDehydrated)try{Xe(e,T2,t.containerInfo)}catch(it){jt(e,e.return,it)}iA&&(iA=!1,Hy(e)),t.effectDuration+=cr(S);break;case 4:g=Ms,Ms=qm(e.stateNode.containerInfo),pl(t,e),yl(e),Ms=g;break;case 12:g=vi(),pl(t,e),yl(e),e.stateNode.effectDuration+=cl(g);break;case 31:pl(t,e),yl(e),g&4&&(g=e.updateQueue,g!==null&&(e.updateQueue=null,uu(e,g)));break;case 13:pl(t,e),yl(e),e.child.flags&8192&&e.memoizedState!==null!=(h!==null&&h.memoizedState!==null)&&(av=Ma()),g&4&&(g=e.updateQueue,g!==null&&(e.updateQueue=null,uu(e,g)));break;case 22:S=e.memoizedState!==null;var V=h!==null&&h.memoizedState!==null,ye=Uc,We=_a;if(Uc=ye||S,_a=We||V,pl(t,e),_a=We,Uc=ye,V&&!S&&!ye&&!We&&(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&z0(e,bt,Tt),yl(e),g&8192)e:for(t=e.stateNode,t._visibility=S?t._visibility&~l1:t._visibility|l1,!S||h===null||V||Uc||_a||(cu(e),(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(e,bt,Tt,"Disconnect")),h=null,t=e;;){if(t.tag===5||t.tag===26){if(h===null){V=h=t;try{O=V.stateNode,S?Xe(V,eg,O):Xe(V,ag,V.stateNode,V.memoizedProps)}catch(it){jt(V,V.return,it)}}}else if(t.tag===6){if(h===null){V=t;try{$=V.stateNode,S?Xe(V,tg,$):Xe(V,lg,$,V.memoizedProps)}catch(it){jt(V,V.return,it)}}}else if(t.tag===18){if(h===null){V=t;try{ee=V.stateNode,S?Xe(V,Py,ee):Xe(V,ng,V.stateNode)}catch(it){jt(V,V.return,it)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===e)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;h===t&&(h=null),t=t.return}h===t&&(h=null),t.sibling.return=t.return,t=t.sibling}g&4&&(g=e.updateQueue,g!==null&&(h=g.retryQueue,h!==null&&(g.retryQueue=null,uu(e,h))));break;case 19:pl(t,e),yl(e),g&4&&(g=e.updateQueue,g!==null&&(e.updateQueue=null,uu(e,g)));break;case 30:break;case 21:break;default:pl(t,e),yl(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&((ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),e.alternate===null&&e.return!==null&&e.return.alternate!==null&&.05<Tt-bt&&(Pp(e.return.alternate,e.return)||mo(e,bt,Tt,"Mount"))),Ca(a),Ll(i),Fn=u,ca=c}function yl(e){var t=e.flags;if(t&2){try{Xe(e,Wp,e)}catch(a){jt(e,e.return,a)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function Hy(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var t=e;Hy(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),e=e.sibling}}function Il(e,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)Am(e,t.alternate,t),t=t.sibling}function Sm(e){var t=Hn(),a=yo(),i=jl(),u=go();switch(e.tag){case 0:case 11:case 14:case 15:pm(e,e.return,ni),cu(e);break;case 1:Ao(e,e.return);var c=e.stateNode;typeof c.componentWillUnmount=="function"&&gm(e,e.return,c),cu(e);break;case 27:Xe(e,Cs,e.stateNode);case 26:case 5:Ao(e,e.return),cu(e);break;case 22:e.memoizedState===null&&cu(e);break;case 30:cu(e);break;default:cu(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),Ca(t),Ll(a),Fn=i,ca=u}function cu(e){for(e=e.child;e!==null;)Sm(e),e=e.sibling}function a2(e,t,a,i){var u=Hn(),c=yo(),h=jl(),g=go(),S=a.flags;switch(a.tag){case 0:case 11:case 15:Qo(e,a,i),ky(a,ni);break;case 1:if(Qo(e,a,i),t=a.stateNode,typeof t.componentDidMount=="function"&&Xe(a,Jb,a,t),t=a.updateQueue,t!==null){e=a.stateNode;try{Xe(a,Ep,t,e)}catch(O){jt(a,a.return,O)}}i&&S&64&&Fp(a),uc(a,a.return);break;case 27:$p(a);case 26:case 5:Qo(e,a,i),i&&t===null&&S&4&&su(a),uc(a,a.return);break;case 12:if(i&&S&4){S=vi(),Qo(e,a,i),i=a.stateNode,i.effectDuration+=cl(S);try{Xe(a,Zp,a,t,cf,i.effectDuration)}catch(O){jt(a,a.return,O)}}else Qo(e,a,i);break;case 31:Qo(e,a,i),i&&S&4&&t2(e,a);break;case 13:Qo(e,a,i),i&&S&4&&n2(e,a);break;case 22:a.memoizedState===null&&Qo(e,a,i),uc(a,a.return);break;case 30:break;default:Qo(e,a,i)}(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(a,bt,Tt,ea,Fn),Ca(u),Ll(c),Fn=h,ca=g}function Qo(e,t,a){for(a=a&&(t.subtreeFlags&8772)!==0,t=t.child;t!==null;)a2(e,t.alternate,t,a),t=t.sibling}function Sd(e,t){var a=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(a=e.memoizedState.cachePool.pool),e=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(e=t.memoizedState.cachePool.pool),e!==a&&(e!=null&&Xu(e),a!=null&&Jf(a))}function Td(e,t){e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(Xu(t),e!=null&&Jf(e))}function Jl(e,t,a,i,u){if(t.subtreeFlags&10256||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child))for(t=t.child;t!==null;){var c=t.sibling;l2(e,t,a,i,c!==null?c.actualStartTime:u),t=c}}function l2(e,t,a,i,u){var c=Hn(),h=yo(),g=jl(),S=go(),O=lf,$=t.flags;switch(t.tag){case 0:case 11:case 15:(t.mode&Qt)!==Ct&&0<t.actualStartTime&&(t.flags&1)!==0&&_0(t,t.actualStartTime,u,Ia,a),Jl(e,t,a,i,u),$&2048&&gd(t,ao|Ki);break;case 1:(t.mode&Qt)!==Ct&&0<t.actualStartTime&&((t.flags&128)!==0?up(t,t.actualStartTime,u,[]):(t.flags&1)!==0&&_0(t,t.actualStartTime,u,Ia,a)),Jl(e,t,a,i,u);break;case 3:var ee=vi(),V=Ia;Ia=t.alternate!==null&&t.alternate.memoizedState.isDehydrated&&(t.flags&256)===0,Jl(e,t,a,i,u),Ia=V,$&2048&&(a=null,t.alternate!==null&&(a=t.alternate.memoizedState.cache),i=t.memoizedState.cache,i!==a&&(Xu(i),a!=null&&Jf(a))),e.passiveEffectDuration+=cr(ee);break;case 12:if($&2048){$=vi(),Jl(e,t,a,i,u),e=t.stateNode,e.passiveEffectDuration+=cl($);try{Xe(t,zy,t,t.alternate,cf,e.passiveEffectDuration)}catch(ye){jt(t,t.return,ye)}}else Jl(e,t,a,i,u);break;case 31:$=Ia,ee=t.alternate!==null?t.alternate.memoizedState:null,V=t.memoizedState,ee!==null&&V===null?(V=t.deletions,V!==null&&0<V.length&&V[0].tag===18?(Ia=!1,ee=ee.hydrationErrors,ee!==null&&up(t,t.actualStartTime,u,ee)):Ia=!0):Ia=!1,Jl(e,t,a,i,u),Ia=$;break;case 13:$=Ia,ee=t.alternate!==null?t.alternate.memoizedState:null,V=t.memoizedState,ee===null||ee.dehydrated===null||V!==null&&V.dehydrated!==null?Ia=!1:(V=t.deletions,V!==null&&0<V.length&&V[0].tag===18?(Ia=!1,ee=ee.hydrationErrors,ee!==null&&up(t,t.actualStartTime,u,ee)):Ia=!0),Jl(e,t,a,i,u),Ia=$;break;case 23:break;case 22:V=t.stateNode,ee=t.alternate,t.memoizedState!==null?V._visibility&Ec?Jl(e,t,a,i,u):cc(e,t,a,i,u):V._visibility&Ec?Jl(e,t,a,i,u):(V._visibility|=Ec,ru(e,t,a,i,(t.subtreeFlags&10256)!==0||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child),u),(t.mode&Qt)===Ct||Ia||(e=t.actualStartTime,0<=e&&.05<u-e&&z0(t,e,u),0<=bt&&0<=Tt&&.05<Tt-bt&&z0(t,bt,Tt))),$&2048&&Sd(ee,t);break;case 24:Jl(e,t,a,i,u),$&2048&&Td(t.alternate,t);break;default:Jl(e,t,a,i,u)}(t.mode&Qt)!==Ct&&((e=!Ia&&t.alternate===null&&t.return!==null&&t.return.alternate!==null)&&(a=t.actualStartTime,0<=a&&.05<u-a&&mo(t,a,u,"Mount")),0<=bt&&0<=Tt&&((ca||.05<ea)&&Uo(t,bt,Tt,ea,Fn),e&&.05<Tt-bt&&mo(t,bt,Tt,"Mount"))),Ca(c),Ll(h),Fn=g,ca=S,lf=O}function ru(e,t,a,i,u,c){for(u=u&&((t.subtreeFlags&10256)!==0||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child)),t=t.child;t!==null;){var h=t.sibling;wd(e,t,a,i,u,h!==null?h.actualStartTime:c),t=h}}function wd(e,t,a,i,u,c){var h=Hn(),g=yo(),S=jl(),O=go(),$=lf;u&&(t.mode&Qt)!==Ct&&0<t.actualStartTime&&(t.flags&1)!==0&&_0(t,t.actualStartTime,c,Ia,a);var ee=t.flags;switch(t.tag){case 0:case 11:case 15:ru(e,t,a,i,u,c),gd(t,ao);break;case 23:break;case 22:var V=t.stateNode;t.memoizedState!==null?V._visibility&Ec?ru(e,t,a,i,u,c):cc(e,t,a,i,c):(V._visibility|=Ec,ru(e,t,a,i,u,c)),u&&ee&2048&&Sd(t.alternate,t);break;case 24:ru(e,t,a,i,u,c),u&&ee&2048&&Td(t.alternate,t);break;default:ru(e,t,a,i,u,c)}(t.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(t,bt,Tt,ea,Fn),Ca(h),Ll(g),Fn=S,ca=O,lf=$}function cc(e,t,a,i,u){if(t.subtreeFlags&10256||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child))for(var c=t.child;c!==null;){t=c.sibling;var h=e,g=a,S=i,O=t!==null?t.actualStartTime:u,$=lf;(c.mode&Qt)!==Ct&&0<c.actualStartTime&&(c.flags&1)!==0&&_0(c,c.actualStartTime,O,Ia,g);var ee=c.flags;switch(c.tag){case 22:cc(h,c,g,S,O),ee&2048&&Sd(c.alternate,c);break;case 24:cc(h,c,g,S,O),ee&2048&&Td(c.alternate,c);break;default:cc(h,c,g,S,O)}lf=$,c=t}}function rc(e,t,a){if(e.subtreeFlags&E1)for(e=e.child;e!==null;)Tm(e,t,a),e=e.sibling}function Tm(e,t,a){switch(e.tag){case 26:rc(e,t,a),e.flags&E1&&e.memoizedState!==null&&R2(a,Ms,e.memoizedState,e.memoizedProps);break;case 5:rc(e,t,a);break;case 3:case 4:var i=Ms;Ms=qm(e.stateNode.containerInfo),rc(e,t,a),Ms=i;break;case 22:e.memoizedState===null&&(i=e.alternate,i!==null&&i.memoizedState!==null?(i=E1,E1=16777216,rc(e,t,a),E1=i):rc(e,t,a));break;default:rc(e,t,a)}}function o2(e){var t=e.alternate;if(t!==null&&(e=t.child,e!==null)){t.child=null;do t=e.sibling,e.sibling=null,e=t;while(e!==null)}}function Fl(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var a=0;a<t.length;a++){var i=t[a],u=Hn();al=i,Ni(i,e),(i.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(i,bt,Tt,"Unmount"),Ca(u)}o2(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)wm(e),e=e.sibling}function wm(e){var t=Hn(),a=yo(),i=jl(),u=go();switch(e.tag){case 0:case 11:case 15:Fl(e),e.flags&2048&&ym(e,e.return,ao|Ki);break;case 3:var c=vi();Fl(e),e.stateNode.passiveEffectDuration+=cr(c);break;case 12:c=vi(),Fl(e),e.stateNode.passiveEffectDuration+=cl(c);break;case 22:c=e.stateNode,e.memoizedState!==null&&c._visibility&Ec&&(e.return===null||e.return.tag!==13)?(c._visibility&=~Ec,Em(e),(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(e,bt,Tt,"Disconnect")):Fl(e);break;default:Fl(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),Ca(t),Ll(a),ca=u,Fn=i}function Em(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var a=0;a<t.length;a++){var i=t[a],u=Hn();al=i,Ni(i,e),(i.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(i,bt,Tt,"Unmount"),Ca(u)}o2(e)}for(e=e.child;e!==null;)i2(e),e=e.sibling}function i2(e){var t=Hn(),a=yo(),i=jl(),u=go();switch(e.tag){case 0:case 11:case 15:ym(e,e.return,ao),Em(e);break;case 22:var c=e.stateNode;c._visibility&Ec&&(c._visibility&=~Ec,Em(e));break;default:Em(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),Ca(t),Ll(a),ca=u,Fn=i}function Ni(e,t){for(;al!==null;){var a=al,i=a,u=t,c=Hn(),h=yo(),g=jl(),S=go();switch(i.tag){case 0:case 11:case 15:ym(i,u,ao);break;case 23:case 22:i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(u=i.memoizedState.cachePool.pool,u!=null&&Xu(u));break;case 24:Jf(i.memoizedState.cache)}if((i.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(i,bt,Tt,ea,Fn),Ca(c),Ll(h),ca=S,Fn=g,i=a.child,i!==null)i.return=a,al=i;else e:for(a=e;al!==null;){if(i=al,c=i.sibling,h=i.return,sa(i),i===a){al=null;break e}if(c!==null){c.return=h,al=c;break e}al=h}}}function s2(){o7.forEach(function(e){return e()})}function u2(){var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return e||Ae.actQueue===null||console.error("The current testing environment is not configured to support act(...)"),e}function Pa(e){if((cn&Ja)!==ll&&It!==0)return It&-It;var t=Ae.T;return t!==null?(t._updatedFibers||(t._updatedFibers=new Set),t._updatedFibers.add(e),v2()):Ut()}function xr(){if(xo===0)if((It&536870912)===0||tn){var e=Id;Id<<=1,(Id&3932160)===0&&(Id=262144),xo=e}else xo=536870912;return e=ti.current,e!==null&&(e.flags|=32),xo}function xt(e,t,a){if(Uh&&console.error("useInsertionEffect must not schedule updates."),gA&&(sv=!0),(e===kn&&(En===u0||En===c0)||e.cancelPendingCommit!==null)&&(Mi(e,0),So(e,It,xo,!1)),He(e,a),(cn&Ja)!==ll&&e===kn){if(Li)switch(t.tag){case 0:case 11:case 15:e=Zt&&B(Zt)||"Unknown",I8.has(e)||(I8.add(e),t=B(t)||"Unknown",console.error("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://react.dev/link/setstate-in-render",t,e,e));break;case 1:X8||(console.error("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),X8=!0)}}else Yi&&at(e,t,a),xd(t),e===kn&&((cn&Ja)===ll&&(gf|=a),ta===hf&&So(e,It,xo,!1)),Nl(e)}function Ly(e,t,a){if((cn&(Ja|ai))!==ll)throw Error("Should not already be working.");if(It!==0&&Zt!==null){var i=Zt,u=Ma();switch(L4){case x1:case u0:var c=r1;qn&&((i=i._debugTask)?i.run(console.timeStamp.bind(console,"Suspended",c,u,Gi,void 0,"primary-light")):console.timeStamp("Suspended",c,u,Gi,void 0,"primary-light"));break;case c0:c=r1,qn&&((i=i._debugTask)?i.run(console.timeStamp.bind(console,"Action",c,u,Gi,void 0,"primary-light")):console.timeStamp("Action",c,u,Gi,void 0,"primary-light"));break;default:qn&&(i=u-r1,3>i||console.timeStamp("Blocked",r1,u,Gi,void 0,5>i?"primary-light":10>i?"primary":100>i?"primary-dark":"error"))}}c=(a=!a&&(t&127)===0&&(t&e.expiredLanes)===0||Ve(e,t))?As(e,t):Nr(e,t,!0);var h=a;do{if(c===zc){kh&&!a&&So(e,t,0,!1),t=En,r1=Ba(),L4=t;break}else{if(i=Ma(),u=e.current.alternate,h&&!Yy(u)){Bo(t),u=nl,c=i,!qn||c<=u||(pa?pa.run(console.timeStamp.bind(console,"Teared Render",u,c,on,nn,"error")):console.timeStamp("Teared Render",u,c,on,nn,"error")),fu(t,i),c=Nr(e,t,!1),h=!1;continue}if(c===s0){if(h=t,e.errorRecoveryDisabledLanes&h)var g=0;else g=e.pendingLanes&-536870913,g=g!==0?g:g&536870912?536870912:0;if(g!==0){Bo(t),cp(nl,i,t,pa),fu(t,i),t=g;e:{i=e,c=h,h=D1;var S=i.current.memoizedState.isDehydrated;if(S&&(Mi(i,g).flags|=256),g=Nr(i,g,!1),g!==s0){if(cA&&!S){i.errorRecoveryDisabledLanes|=c,gf|=c,c=hf;break e}i=lo,lo=h,i!==null&&(lo===null?lo=i:lo.push.apply(lo,i))}c=g}if(h=!1,c!==s0)continue;i=Ma()}}if(c===O1){Bo(t),cp(nl,i,t,pa),fu(t,i),Mi(e,0),So(e,t,0,!0);break}e:{switch(a=e,c){case zc:case O1:throw Error("Root did not complete. This is a bug in React.");case hf:if((t&4194048)!==t)break;case Pg:Bo(t),hy(nl,i,t,pa),fu(t,i),u=t,(u&127)!==0?Lg=i:(u&4194048)!==0&&(jg=i),So(a,t,xo,!pf);break e;case s0:lo=null;break;case $g:case k8:break;default:throw Error("Unknown root exit status.")}if(Ae.actQueue!==null)Dn(a,u,t,lo,N1,nv,xo,gf,r0,c,null,null,nl,i);else{if((t&62914560)===t&&(h=av+z8-Ma(),10<h)){if(So(a,t,xo,!pf),Ye(a,0,!0)!==0)break e;ks=t,a.timeoutHandle=eT(jy.bind(null,a,u,lo,N1,nv,t,xo,gf,r0,pf,c,"Throttled",nl,i),h);break e}jy(a,u,lo,N1,nv,t,xo,gf,r0,pf,c,null,nl,i)}}}break}while(!0);Nl(e)}function jy(e,t,a,i,u,c,h,g,S,O,$,ee,V,ye){e.timeoutHandle=p0;var We=t.subtreeFlags,it=null;if((We&8192||(We&16785408)===16785408)&&(it={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Ol},Tm(t,c,it),We=(c&62914560)===c?av-Ma():(c&4194048)===c?U8-Ma():0,We=Qm(it,We),We!==null)){ks=c,e.cancelPendingCommit=We(Dn.bind(null,e,t,c,a,i,u,h,g,S,$,it,it.waitingForViewTransition?"Waiting for the previous Animation":0<it.count?0<it.imgCount?"Suspended on CSS and Images":"Suspended on CSS":it.imgCount===1?"Suspended on an Image":0<it.imgCount?"Suspended on Images":null,V,ye)),So(e,c,h,!O);return}Dn(e,t,c,a,i,u,h,g,S,$,it,ee,V,ye)}function Yy(e){for(var t=e;;){var a=t.tag;if((a===0||a===11||a===15)&&t.flags&16384&&(a=t.updateQueue,a!==null&&(a=a.stores,a!==null)))for(var i=0;i<a.length;i++){var u=a[i],c=u.getSnapshot;u=u.value;try{if(!eo(c(),u))return!1}catch{return!1}}if(a=t.child,t.subtreeFlags&16384&&a!==null)a.return=t,t=a;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function So(e,t,a,i){t&=~rA,t&=~gf,e.suspendedLanes|=t,e.pingedLanes&=~t,i&&(e.warmLanes|=t),i=e.expirationTimes;for(var u=t;0<u;){var c=31-Qa(u),h=1<<c;i[c]=-1,u&=~h}a!==0&&Pe(e,a,t)}function Zl(){return(cn&(Ja|ai))===ll?(Bi(0),!1):!0}function Cm(){if(Zt!==null){if(En===Oo)var e=Zt.return;else e=Zt,sr(),Ks(e),wh=null,b1=0,e=Zt;for(;e!==null;)Jp(e.alternate,e),e=e.return;Zt=null}}function fu(e,t){(e&127)!==0&&($d=t),(e&4194048)!==0&&(Dc=t),(e&62914560)!==0&&(_4=t),(e&2080374784)!==0&&(H4=t)}function Mi(e,t){qn&&(console.timeStamp("Blocking Track",.003,.003,"Blocking",nn,"primary-light"),console.timeStamp("Transition Track",.003,.003,"Transition",nn,"primary-light"),console.timeStamp("Suspense Track",.003,.003,"Suspense",nn,"primary-light"),console.timeStamp("Idle Track",.003,.003,"Idle",nn,"primary-light"));var a=nl;if(nl=Ba(),It!==0&&0<a){if(Bo(It),ta===$g||ta===hf)hy(a,nl,t,pa);else{var i=nl,u=pa;if(qn&&!(i<=a)){var c=(t&738197653)===t?"tertiary-dark":"primary-dark",h=(t&536870912)===t?"Prewarm":(t&201326741)===t?"Interrupted Hydration":"Interrupted Render";u?u.run(console.timeStamp.bind(console,h,a,i,on,nn,c)):console.timeStamp(h,a,i,on,nn,c)}}fu(It,nl)}if(a=pa,pa=null,(t&127)!==0){pa=s1,u=0<=Tu&&Tu<$d?$d:Tu,i=0<=Pd&&Pd<$d?$d:Pd,c=0<=i?i:0<=u?u:nl,0<=Lg?(Bo(2),py(Lg,c,t,a)):Yg&127,a=u;var g=i,S=u1,O=0<Ah,$=rf===i1,ee=rf===Hg;if(u=nl,i=s1,c=Gb,h=Vb,qn){if(on="Blocking",0<a?a>u&&(a=u):a=u,0<g?g>a&&(g=a):g=a,S!==null&&a>g){var V=O?"secondary-light":"warning";i?i.run(console.timeStamp.bind(console,O?"Consecutive":"Event: "+S,g,a,on,nn,V)):console.timeStamp(O?"Consecutive":"Event: "+S,g,a,on,nn,V)}u>a&&(g=$?"error":(t&738197653)===t?"tertiary-light":"primary-light",$=ee?"Promise Resolved":$?"Cascading Update":5<u-a?"Update Blocked":"Update",ee=[],h!=null&&ee.push(["Component name",h]),c!=null&&ee.push(["Method name",c]),a={start:a,end:u,detail:{devtools:{properties:ee,track:on,trackGroup:nn,color:g}}},i?i.run(performance.measure.bind(performance,$,a)):performance.measure($,a))}Tu=-1.1,rf=0,Vb=Gb=null,Lg=-1.1,Ah=Pd,Pd=-1.1,$d=Ba()}if((t&4194048)!==0&&(pa=c1,u=0<=Nc&&Nc<Dc?Dc:Nc,a=0<=Fi&&Fi<Dc?Dc:Fi,i=0<=ff&&ff<Dc?Dc:ff,c=0<=i?i:0<=a?a:nl,0<=jg?(Bo(256),py(jg,c,t,pa)):Yg&4194048,ee=i,g=e0,S=0<df,O=Qb===Hg,c=nl,i=c1,h=U4,$=z4,qn&&(on="Transition",0<a?a>c&&(a=c):a=c,0<u?u>a&&(u=a):u=a,0<ee?ee>u&&(ee=u):ee=u,u>ee&&g!==null&&(V=S?"secondary-light":"warning",i?i.run(console.timeStamp.bind(console,S?"Consecutive":"Event: "+g,ee,u,on,nn,V)):console.timeStamp(S?"Consecutive":"Event: "+g,ee,u,on,nn,V)),a>u&&(i?i.run(console.timeStamp.bind(console,"Action",u,a,on,nn,"primary-dark")):console.timeStamp("Action",u,a,on,nn,"primary-dark")),c>a&&(u=O?"Promise Resolved":5<c-a?"Update Blocked":"Update",ee=[],$!=null&&ee.push(["Component name",$]),h!=null&&ee.push(["Method name",h]),a={start:a,end:c,detail:{devtools:{properties:ee,track:on,trackGroup:nn,color:"primary-light"}}},i?i.run(performance.measure.bind(performance,u,a)):performance.measure(u,a))),Fi=Nc=-1.1,Qb=0,jg=-1.1,df=ff,ff=-1.1,Dc=Ba()),(t&62914560)!==0&&(Yg&62914560)!==0&&(Bo(4194304),rp(_4,nl)),(t&2080374784)!==0&&(Yg&2080374784)!==0&&(Bo(268435456),rp(H4,nl)),a=e.timeoutHandle,a!==p0&&(e.timeoutHandle=p0,v7(a)),a=e.cancelPendingCommit,a!==null&&(e.cancelPendingCommit=null,a()),ks=0,Cm(),kn=e,Zt=a=yi(e.current,null),It=t,En=Oo,li=null,pf=!1,kh=Ve(e,t),cA=!1,ta=zc,r0=xo=rA=gf=yf=0,lo=D1=null,nv=!1,(t&8)!==0&&(t|=t&32),i=e.entangledLanes,i!==0)for(e=e.entanglements,i&=t;0<i;)u=31-Qa(i),c=1<<u,t|=e[u],i&=~c;return Eu=t,H0(),e=R4(),1e3<e-x4&&(Ae.recentlyCreatedOwnerStacks=0,x4=e),Ds.discardPendingWarnings(),a}function Xo(e,t){Dt=null,Ae.H=w1,Ae.getCurrentStack=null,Li=!1,Ul=null,t===Th||t===Qg?(t=Fu(),En=x1):t===Fb?(t=Fu(),En=B8):En=t===lA?uA:t!==null&&typeof t=="object"&&typeof t.then=="function"?R1:ev,li=t;var a=Zt;a===null?(ta=O1,dd(e,ul(t,e.current))):a.mode&Qt&&Q0(a)}function c2(){var e=ti.current;return e===null?!0:(It&4194048)===It?Zi===null:(It&62914560)===It||(It&536870912)!==0?e===Zi:!1}function Om(){var e=Ae.H;return Ae.H=w1,e===null?w1:e}function r2(){var e=Ae.A;return Ae.A=l7,e}function Rr(e){pa===null&&(pa=e._debugTask==null?null:e._debugTask)}function Dr(){ta=hf,pf||(It&4194048)!==It&&ti.current!==null||(kh=!0),(yf&134217727)===0&&(gf&134217727)===0||kn===null||So(kn,It,xo,!1)}function Nr(e,t,a){var i=cn;cn|=Ja;var u=Om(),c=r2();if(kn!==e||It!==t){if(Yi){var h=e.memoizedUpdaters;0<h.size&&(kr(e,It),h.clear()),tt(e,t)}N1=null,Mi(e,t)}t=!1,h=ta;e:do try{if(En!==Oo&&Zt!==null){var g=Zt,S=li;switch(En){case uA:Cm(),h=Pg;break e;case x1:case u0:case c0:case R1:ti.current===null&&(t=!0);var O=En;if(En=Oo,li=null,Mr(e,g,S,O),a&&kh){h=zc;break e}break;default:O=En,En=Oo,li=null,Mr(e,g,S,O)}}f2(),h=ta;break}catch($){Xo(e,$)}while(!0);return t&&e.shellSuspendCounter++,sr(),cn=i,Ae.H=u,Ae.A=c,Zt===null&&(kn=null,It=0,H0()),h}function f2(){for(;Zt!==null;)xm(Zt)}function As(e,t){var a=cn;cn|=Ja;var i=Om(),u=r2();if(kn!==e||It!==t){if(Yi){var c=e.memoizedUpdaters;0<c.size&&(kr(e,It),c.clear()),tt(e,t)}N1=null,lv=Ma()+_8,Mi(e,t)}else kh=Ve(e,t);e:do try{if(En!==Oo&&Zt!==null)t:switch(t=Zt,c=li,En){case ev:En=Oo,li=null,Mr(e,t,c,ev);break;case u0:case c0:if(Tp(c)){En=Oo,li=null,d2(t);break}t=function(){En!==u0&&En!==c0||kn!==e||(En=tv),Nl(e)},c.then(t,t);break e;case x1:En=tv;break e;case B8:En=sA;break e;case tv:Tp(c)?(En=Oo,li=null,d2(t)):(En=Oo,li=null,Mr(e,t,c,tv));break;case sA:var h=null;switch(Zt.tag){case 26:h=Zt.memoizedState;case 5:case 27:var g=Zt;if(h?Kt(h):g.stateNode.complete){En=Oo,li=null;var S=g.sibling;if(S!==null)Zt=S;else{var O=g.return;O!==null?(Zt=O,Ed(O)):Zt=null}break t}break;default:console.error("Unexpected type of fiber triggered a suspensey commit. This is a bug in React.")}En=Oo,li=null,Mr(e,t,c,sA);break;case R1:En=Oo,li=null,Mr(e,t,c,R1);break;case uA:Cm(),ta=Pg;break e;default:throw Error("Unexpected SuspendedReason. This is a bug in React.")}Ae.actQueue!==null?f2():ma();break}catch($){Xo(e,$)}while(!0);return sr(),Ae.H=i,Ae.A=u,cn=a,Zt!==null?zc:(kn=null,It=0,H0(),ta)}function ma(){for(;Zt!==null&&!th();)xm(Zt)}function xm(e){var t=e.alternate;(e.mode&Qt)!==Ct?(cs(e),t=Xe(e,yd,t,e,Eu),Q0(e)):t=Xe(e,yd,t,e,Eu),e.memoizedProps=e.pendingProps,t===null?Ed(e):Zt=t}function d2(e){var t=Xe(e,Na,e);e.memoizedProps=e.pendingProps,t===null?Ed(e):Zt=t}function Na(e){var t=e.alternate,a=(e.mode&Qt)!==Ct;switch(a&&cs(e),e.tag){case 15:case 0:t=qp(t,e,e.pendingProps,e.type,void 0,It);break;case 11:t=qp(t,e,e.pendingProps,e.type.render,e.ref,It);break;case 5:Ks(e);default:Jp(t,e),e=Zt=hp(e,Eu),t=yd(t,e,Eu)}return a&&Q0(e),t}function Mr(e,t,a,i){sr(),Ks(t),wh=null,b1=0;var u=t.return;try{if(Up(e,u,t,a,It)){ta=O1,dd(e,ul(a,e.current)),Zt=null;return}}catch(c){if(u!==null)throw Zt=u,c;ta=O1,dd(e,ul(a,e.current)),Zt=null;return}t.flags&32768?(tn||i===ev?e=!0:kh||(It&536870912)!==0?e=!1:(pf=e=!0,(i===u0||i===c0||i===x1||i===R1)&&(i=ti.current,i!==null&&i.tag===13&&(i.flags|=16384))),m2(t,e)):Ed(t)}function Ed(e){var t=e;do{if((t.flags&32768)!==0){m2(t,pf);return}var a=t.alternate;if(e=t.return,cs(t),a=Xe(t,Ip,a,t,Eu),(t.mode&Qt)!==Ct&&Ff(t),a!==null){Zt=a;return}if(t=t.sibling,t!==null){Zt=t;return}Zt=t=e}while(t!==null);ta===zc&&(ta=k8)}function m2(e,t){do{var a=My(e.alternate,e);if(a!==null){a.flags&=32767,Zt=a;return}if((e.mode&Qt)!==Ct){Ff(e),a=e.actualDuration;for(var i=e.child;i!==null;)a+=i.actualDuration,i=i.sibling;e.actualDuration=a}if(a=e.return,a!==null&&(a.flags|=32768,a.subtreeFlags=0,a.deletions=null),!t&&(e=e.sibling,e!==null)){Zt=e;return}Zt=e=a}while(e!==null);ta=Pg,Zt=null}function Dn(e,t,a,i,u,c,h,g,S,O,$,ee,V,ye){e.cancelPendingCommit=null;do Cd();while(La!==bf);if(Ds.flushLegacyContextWarning(),Ds.flushPendingUnsafeLifecycleWarnings(),(cn&(Ja|ai))!==ll)throw Error("Should not already be working.");if(Bo(a),O===s0?cp(V,ye,a,pa):i!==null?fb(V,ye,a,i,t!==null&&t.alternate!==null&&t.alternate.memoizedState.isDehydrated&&(t.flags&256)!==0,pa):rb(V,ye,a,pa),t!==null){if(a===0&&console.error("finishedLanes should not be empty during a commit. This is a bug in React."),t===e.current)throw Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");if(c=t.lanes|t.childLanes,c|=Hb,et(e,a,c,h,g,S),e===kn&&(Zt=kn=null,It=0),Bh=t,Af=e,ks=a,mA=c,pA=u,G8=i,hA=ye,V8=ee,Bs=ov,Q8=null,t.actualDuration!==0||(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,Br(Ac,function(){return _1=window.event,Bs===ov&&(Bs=dA),Od(),null})):(e.callbackNode=null,e.callbackPriority=0),Rc=null,cf=Ba(),ee!==null&&db(ye,cf,ee,pa),i=(t.flags&13878)!==0,(t.subtreeFlags&13878)!==0||i){i=Ae.T,Ae.T=null,u=pn.p,pn.p=Aa,h=cn,cn|=ai;try{pb(e,t,a)}finally{cn=h,pn.p=u,Ae.T=i}}La=L8,gl(),ki(),h2()}}function gl(){if(La===L8){La=bf;var e=Af,t=Bh,a=ks,i=(t.flags&13878)!==0;if((t.subtreeFlags&13878)!==0||i){i=Ae.T,Ae.T=null;var u=pn.p;pn.p=Aa;var c=cn;cn|=ai;try{Nh=a,Mh=e,Iu(),Ad(t,e),Mh=Nh=null,a=OA;var h=U0(e.containerInfo),g=a.focusedElem,S=a.selectionRange;if(h!==g&&g&&g.ownerDocument&&ry(g.ownerDocument.documentElement,g)){if(S!==null&&ip(g)){var O=S.start,$=S.end;if($===void 0&&($=O),"selectionStart"in g)g.selectionStart=O,g.selectionEnd=Math.min($,g.value.length);else{var ee=g.ownerDocument||document,V=ee&&ee.defaultView||window;if(V.getSelection){var ye=V.getSelection(),We=g.textContent.length,it=Math.min(S.start,We),zn=S.end===void 0?it:Math.min(S.end,We);!ye.extend&&it>zn&&(h=zn,zn=it,it=h);var an=cy(g,it),G=cy(g,zn);if(an&&G&&(ye.rangeCount!==1||ye.anchorNode!==an.node||ye.anchorOffset!==an.offset||ye.focusNode!==G.node||ye.focusOffset!==G.offset)){var I=ee.createRange();I.setStart(an.node,an.offset),ye.removeAllRanges(),it>zn?(ye.addRange(I),ye.extend(G.node,G.offset)):(I.setEnd(G.node,G.offset),ye.addRange(I))}}}}for(ee=[],ye=g;ye=ye.parentNode;)ye.nodeType===1&&ee.push({element:ye,left:ye.scrollLeft,top:ye.scrollTop});for(typeof g.focus=="function"&&g.focus(),g=0;g<ee.length;g++){var W=ee[g];W.element.scrollLeft=W.left,W.element.scrollTop=W.top}}Sv=!!CA,OA=CA=null}finally{cn=c,pn.p=u,Ae.T=i}}e.current=t,La=j8}}function ki(){if(La===j8){La=bf;var e=Q8;if(e!==null){cf=Ba();var t=xc,a=cf;!qn||a<=t||console.timeStamp(e,t,a,on,nn,"secondary-light")}e=Af,t=Bh,a=ks;var i=(t.flags&8772)!==0;if((t.subtreeFlags&8772)!==0||i){i=Ae.T,Ae.T=null;var u=pn.p;pn.p=Aa;var c=cn;cn|=ai;try{Nh=a,Mh=e,Iu(),Am(e,t.alternate,t),Mh=Nh=null}finally{cn=c,pn.p=u,Ae.T=i}}e=hA,t=V8,xc=Ba(),e=t===null?e:cf,t=xc,a=Bs===fA,i=pa,Rc!==null?yy(e,t,Rc,!1,i):!qn||t<=e||(i?i.run(console.timeStamp.bind(console,a?"Commit Interrupted View Transition":"Commit",e,t,on,nn,a?"error":"secondary-dark")):console.timeStamp(a?"Commit Interrupted View Transition":"Commit",e,t,on,nn,a?"error":"secondary-dark")),La=Y8}}function h2(){if(La===q8||La===Y8){if(La===q8){var e=xc;xc=Ba();var t=xc,a=Bs===fA;!qn||t<=e||console.timeStamp(a?"Interrupted View Transition":"Starting Animation",e,t,on,nn,a?" error":"secondary-light"),Bs!==fA&&(Bs=H8)}La=bf,nh(),e=Af;var i=Bh;t=ks,a=G8;var u=i.actualDuration!==0||(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0;u?La=iv:(La=bf,Bh=Af=null,p2(e,e.pendingLanes),f0=0,k1=null);var c=e.pendingLanes;if(c===0&&(vf=null),u||Nm(e),c=mt(t),i=i.stateNode,ba&&typeof ba.onCommitFiberRoot=="function")try{var h=(i.current.flags&128)===128;switch(c){case Aa:var g=X2;break;case Xa:g=ah;break;case tl:g=Ac;break;case bu:g=lh;break;default:g=Ac}ba.onCommitFiberRoot(Sc,i,g,h)}catch(ee){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",ee))}if(Yi&&e.memoizedUpdaters.clear(),s2(),a!==null){h=Ae.T,g=pn.p,pn.p=Aa,Ae.T=null;try{var S=e.onRecoverableError;for(i=0;i<a.length;i++){var O=a[i],$=qy(O.stack);Xe(O.source,S,O.value,$)}}finally{Ae.T=h,pn.p=g}}(ks&3)!==0&&Cd(),Nl(e),c=e.pendingLanes,(t&261930)!==0&&(c&42)!==0?(Gg=!0,e===yA?M1++:(M1=0,yA=e)):M1=0,u||fu(t,xc),Bi(0)}}function qy(e){return e={componentStack:e},Object.defineProperty(e,"digest",{get:function(){console.error('You are accessing "digest" from the errorInfo object passed to onRecoverableError. This property is no longer provided as part of errorInfo but can be accessed as a property of the Error instance itself.')}}),e}function p2(e,t){(e.pooledCacheLanes&=t)===0&&(t=e.pooledCache,t!=null&&(e.pooledCache=null,Jf(t)))}function Cd(){return gl(),ki(),h2(),Od()}function Od(){if(La!==iv)return!1;var e=Af,t=mA;mA=0;var a=mt(ks),i=tl>a?tl:a;a=Ae.T;var u=pn.p;try{pn.p=i,Ae.T=null;var c=pA;pA=null,i=Af;var h=ks;if(La=bf,Bh=Af=null,ks=0,(cn&(Ja|ai))!==ll)throw Error("Cannot flush passive effects while already rendering.");Bo(h),gA=!0,sv=!1;var g=0;if(Rc=null,g=Ma(),Bs===H8)rp(xc,g,WE);else{var S=xc,O=g,$=Bs===dA;!qn||O<=S||(pa?pa.run(console.timeStamp.bind(console,$?"Waiting for Paint":"Waiting",S,O,on,nn,"secondary-light")):console.timeStamp($?"Waiting for Paint":"Waiting",S,O,on,nn,"secondary-light"))}S=cn,cn|=ai;var ee=i.current;Iu(),wm(ee);var V=i.current;ee=hA,Iu(),l2(i,V,h,c,ee),Nm(i),cn=S;var ye=Ma();if(V=g,ee=pa,Rc!==null?yy(V,ye,Rc,!0,ee):!qn||ye<=V||(ee?ee.run(console.timeStamp.bind(console,"Remaining Effects",V,ye,on,nn,"secondary-dark")):console.timeStamp("Remaining Effects",V,ye,on,nn,"secondary-dark")),fu(h,ye),Bi(0,!1),sv?i===k1?f0++:(f0=0,k1=i):f0=0,sv=gA=!1,ba&&typeof ba.onPostCommitFiberRoot=="function")try{ba.onPostCommitFiberRoot(Sc,i)}catch(it){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",it))}var We=i.current.stateNode;return We.effectDuration=0,We.passiveEffectDuration=0,!0}finally{pn.p=u,Ae.T=a,p2(e,t)}}function vl(e,t,a){t=ul(a,t),Ty(t),t=im(e.stateNode,t,2),e=Ai(e,t,2),e!==null&&(He(e,2),Nl(e))}function jt(e,t,a){if(Uh=!1,e.tag===3)vl(e,e,a);else{for(;t!==null;){if(t.tag===3){vl(t,e,a);return}if(t.tag===1){var i=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof i.componentDidCatch=="function"&&(vf===null||!vf.has(i))){e=ul(a,e),Ty(e),a=sm(2),i=Ai(t,a,2),i!==null&&(um(a,i,t,e),He(i,2),Nl(i));return}}t=t.return}console.error(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Potential causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
|
|
167
|
+
Learn more about data fetching with Hooks: https://react.dev/link/hooks-data-fetching`:" You returned: "+i,Xe(t,function(g,S){console.error("%s must not return anything besides a function, which is used for clean-up.%s",g,S)},c,h)}a=a.next}while(a!==u)}}catch(g){jt(t,t.return,g)}}function iu(e,t,a){try{var i=t.updateQueue,u=i!==null?i.lastEffect:null;if(u!==null){var c=u.next;i=c;do{if((i.tag&e)===e){var h=i.inst,g=h.destroy;g!==void 0&&(h.destroy=void 0,(e&no)!==Jg&&(Uh=!0),u=t,Xe(u,e7,u,a,g),(e&no)!==Jg&&(Uh=!1))}i=i.next}while(i!==c)}}catch(S){jt(t,t.return,S)}}function vd(e,t){Di(e)?(Wn(),bs(t,e),rl()):bs(t,e)}function ym(e,t,a){Di(e)?(Wn(),iu(a,e,t),rl()):iu(a,e,t)}function Fp(e){var t=e.updateQueue;if(t!==null){var a=e.stateNode;e.type.defaultProps||"ref"in e.memoizedProps||Dh||(a.props!==e.memoizedProps&&console.error("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(e)||"instance"),a.state!==e.memoizedState&&console.error("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(e)||"instance"));try{Xe(e,mr,t,a)}catch(i){jt(e,e.return,i)}}}function bd(e,t,a){return e.getSnapshotBeforeUpdate(t,a)}function By(e,t){var a=t.memoizedProps,i=t.memoizedState;t=e.stateNode,e.type.defaultProps||"ref"in e.memoizedProps||Dh||(t.props!==e.memoizedProps&&console.error("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(e)||"instance"),t.state!==e.memoizedState&&console.error("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(e)||"instance"));try{var u=xi(e.type,a),c=Xe(e,bd,t,u,i);a=N8,c!==void 0||a.has(e.type)||(a.add(e.type),Xe(e,function(){console.error("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",B(e))})),t.__reactInternalSnapshotBeforeUpdate=c}catch(h){jt(e,e.return,h)}}function gm(e,t,a){a.props=xi(e.type,e.memoizedProps),a.state=e.memoizedState,Di(e)?(Wn(),Xe(e,Z4,e,t,a),rl()):Xe(e,Z4,e,t,a)}function Uy(e){var t=e.ref;if(t!==null){switch(e.tag){case 26:case 27:case 5:var a=e.stateNode;break;case 30:a=e.stateNode;break;default:a=e.stateNode}if(typeof t=="function")if(Di(e))try{Wn(),e.refCleanup=t(a)}finally{rl()}else e.refCleanup=t(a);else typeof t=="string"?console.error("String refs are no longer supported."):t.hasOwnProperty("current")||console.error("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",B(e)),t.current=a}}function uc(e,t){try{Xe(e,Uy,e)}catch(a){jt(e,t,a)}}function Ao(e,t){var a=e.ref,i=e.refCleanup;if(a!==null)if(typeof i=="function")try{if(Di(e))try{Wn(),Xe(e,i)}finally{rl(e)}else Xe(e,i)}catch(u){jt(e,t,u)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof a=="function")try{if(Di(e))try{Wn(),Xe(e,a,null)}finally{rl(e)}else Xe(e,a,null)}catch(u){jt(e,t,u)}else a.current=null}function Zp(e,t,a,i){var u=e.memoizedProps,c=u.id,h=u.onCommit;u=u.onRender,t=t===null?"mount":"update",qg&&(t="nested-update"),typeof u=="function"&&u(c,t,e.actualDuration,e.treeBaseDuration,e.actualStartTime,a),typeof h=="function"&&h(c,t,i,a)}function zy(e,t,a,i){var u=e.memoizedProps;e=u.id,u=u.onPostCommit,t=t===null?"mount":"update",qg&&(t="nested-update"),typeof u=="function"&&u(e,t,i,a)}function su(e){var t=e.type,a=e.memoizedProps,i=e.stateNode;try{Xe(e,Fy,i,t,a,e)}catch(u){jt(e,e.return,u)}}function vm(e,t,a){try{Xe(e,Lm,e.stateNode,e.type,a,t,e)}catch(i){jt(e,e.return,i)}}function Kp(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&hu(e.type)||e.tag===4}function bm(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Kp(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&hu(e.type)||e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Or(e,t,a){var i=e.tag;if(i===5||i===6)e=e.stateNode,t?(Ky(a),(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a).insertBefore(e,t)):(Ky(a),t=a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,t.appendChild(e),a=a._reactRootContainer,a!=null||t.onclick!==null||(t.onclick=Ol));else if(i!==4&&(i===27&&hu(e.type)&&(a=e.stateNode,t=null),e=e.child,e!==null))for(Or(e,t,a),e=e.sibling;e!==null;)Or(e,t,a),e=e.sibling}function Ad(e,t,a){var i=e.tag;if(i===5||i===6)e=e.stateNode,t?a.insertBefore(e,t):a.appendChild(e);else if(i!==4&&(i===27&&hu(e.type)&&(a=e.stateNode),e=e.child,e!==null))for(Ad(e,t,a),e=e.sibling;e!==null;)Ad(e,t,a),e=e.sibling}function Wp(e){for(var t,a=e.return;a!==null;){if(Kp(a)){t=a;break}a=a.return}if(t==null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");switch(t.tag){case 27:t=t.stateNode,a=bm(e),Ad(e,a,t);break;case 5:a=t.stateNode,t.flags&32&&(jm(a),t.flags&=-33),t=bm(e),Ad(e,t,a);break;case 3:case 4:t=t.stateNode.containerInfo,a=bm(e),Or(e,a,t);break;default:throw Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function $p(e){var t=e.stateNode,a=e.memoizedProps;try{Xe(e,Hi,e.type,a,t,e)}catch(i){jt(e,e.return,i)}}function Pp(e,t){return t.tag===31?(t=t.memoizedState,e.memoizedState!==null&&t===null):t.tag===13?(e=e.memoizedState,t=t.memoizedState,e!==null&&e.dehydrated!==null&&(t===null||t.dehydrated===null)):t.tag===3?e.memoizedState.isDehydrated&&(t.flags&256)===0:!1}function pb(e,t){if(e=e.containerInfo,CA=Sv,e=U0(e),ip(e)){if("selectionStart"in e)var a={start:e.selectionStart,end:e.selectionEnd};else e:{a=(a=e.ownerDocument)&&a.defaultView||window;var i=a.getSelection&&a.getSelection();if(i&&i.rangeCount!==0){a=i.anchorNode;var u=i.anchorOffset,c=i.focusNode;i=i.focusOffset;try{a.nodeType,c.nodeType}catch{a=null;break e}var h=0,g=-1,S=-1,O=0,$=0,ee=e,V=null;t:for(;;){for(var ye;ee!==a||u!==0&&ee.nodeType!==3||(g=h+u),ee!==c||i!==0&&ee.nodeType!==3||(S=h+i),ee.nodeType===3&&(h+=ee.nodeValue.length),(ye=ee.firstChild)!==null;)V=ee,ee=ye;for(;;){if(ee===e)break t;if(V===a&&++O===u&&(g=h),V===c&&++$===i&&(S=h),(ye=ee.nextSibling)!==null)break;ee=V,V=ee.parentNode}ee=ye}a=g===-1||S===-1?null:{start:g,end:S}}else a=null}a=a||{start:0,end:0}}else a=null;for(OA={focusedElem:e,selectionRange:a},Sv=!1,al=t;al!==null;)if(t=al,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,al=e;else for(;al!==null;){switch(e=t=al,a=e.alternate,u=e.flags,e.tag){case 0:if((u&4)!==0&&(e=e.updateQueue,e=e!==null?e.events:null,e!==null))for(a=0;a<e.length;a++)u=e[a],u.ref.impl=u.nextImpl;break;case 11:case 15:break;case 1:(u&1024)!==0&&a!==null&&By(e,a);break;case 3:if((u&1024)!==0){if(e=e.stateNode.containerInfo,a=e.nodeType,a===9)jr(e);else if(a===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":jr(e);break;default:e.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((u&1024)!==0)throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}if(e=t.sibling,e!==null){e.return=t.return,al=e;break}al=t.return}}function Am(e,t,a){var i=Hn(),u=yo(),c=jl(),h=go(),g=a.flags;switch(a.tag){case 0:case 11:case 15:Il(e,a),g&4&&ky(a,ni|Ki);break;case 1:if(Il(e,a),g&4)if(e=a.stateNode,t===null)a.type.defaultProps||"ref"in a.memoizedProps||Dh||(e.props!==a.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(a)||"instance"),e.state!==a.memoizedState&&console.error("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(a)||"instance")),Di(a)?(Wn(),Xe(a,Jb,a,e),rl()):Xe(a,Jb,a,e);else{var S=xi(a.type,t.memoizedProps);t=t.memoizedState,a.type.defaultProps||"ref"in a.memoizedProps||Dh||(e.props!==a.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",B(a)||"instance"),e.state!==a.memoizedState&&console.error("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",B(a)||"instance")),Di(a)?(Wn(),Xe(a,I4,a,e,S,t,e.__reactInternalSnapshotBeforeUpdate),rl()):Xe(a,I4,a,e,S,t,e.__reactInternalSnapshotBeforeUpdate)}g&64&&Fp(a),g&512&&uc(a,a.return);break;case 3:if(t=vi(),Il(e,a),g&64&&(g=a.updateQueue,g!==null)){if(S=null,a.child!==null)switch(a.child.tag){case 27:case 5:S=a.child.stateNode;break;case 1:S=a.child.stateNode}try{Xe(a,mr,g,S)}catch($){jt(a,a.return,$)}}e.effectDuration+=cr(t);break;case 27:t===null&&g&4&&$p(a);case 26:case 5:if(Il(e,a),t===null){if(g&4)su(a);else if(g&64){e=a.type,t=a.memoizedProps,S=a.stateNode;try{Xe(a,Zy,S,e,t,a)}catch($){jt(a,a.return,$)}}}g&512&&uc(a,a.return);break;case 12:if(g&4){g=vi(),Il(e,a),e=a.stateNode,e.effectDuration+=cl(g);try{Xe(a,Zp,a,t,cf,e.effectDuration)}catch($){jt(a,a.return,$)}}else Il(e,a);break;case 31:Il(e,a),g&4&&t2(e,a);break;case 13:Il(e,a),g&4&&n2(e,a),g&64&&(e=a.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(g=Ss.bind(null,a),sg(e,g))));break;case 22:if(g=a.memoizedState!==null||Uc,!g){t=t!==null&&t.memoizedState!==null||_a,S=Uc;var O=_a;Uc=g,(_a=t)&&!O?(Qo(e,a,(a.subtreeFlags&8772)!==0),(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&z0(a,bt,Tt)):Il(e,a),Uc=S,_a=O}break;case 30:break;default:Il(e,a)}(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&((ca||.05<ea)&&Uo(a,bt,Tt,ea,Fn),a.alternate===null&&a.return!==null&&a.return.alternate!==null&&.05<Tt-bt&&(Pp(a.return.alternate,a.return)||mo(a,bt,Tt,"Mount"))),Ca(i),Ll(u),Fn=c,ca=h}function sa(e){var t=e.alternate;t!==null&&(e.alternate=null,sa(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&L(t)),e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Un(e,t,a){for(a=a.child;a!==null;)e2(e,t,a),a=a.sibling}function e2(e,t,a){if(ba&&typeof ba.onCommitFiberUnmount=="function")try{ba.onCommitFiberUnmount(Sc,a)}catch(O){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",O))}var i=Hn(),u=yo(),c=jl(),h=go();switch(a.tag){case 26:_a||Ao(a,t),Un(e,t,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(e=a.stateNode,e.parentNode.removeChild(e));break;case 27:_a||Ao(a,t);var g=Ha,S=Co;hu(a.type)&&(Ha=a.stateNode,Co=!1),Un(e,t,a),Xe(a,Cs,a.stateNode),Ha=g,Co=S;break;case 5:_a||Ao(a,t);case 6:if(g=Ha,S=Co,Ha=null,Un(e,t,a),Ha=g,Co=S,Ha!==null)if(Co)try{Xe(a,$y,Ha,a.stateNode)}catch(O){jt(a,t,O)}else try{Xe(a,Wy,Ha,a.stateNode)}catch(O){jt(a,t,O)}break;case 18:Ha!==null&&(Co?(e=Ha,mc(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,a.stateNode),gc(e)):mc(Ha,a.stateNode));break;case 4:g=Ha,S=Co,Ha=a.stateNode.containerInfo,Co=!0,Un(e,t,a),Ha=g,Co=S;break;case 0:case 11:case 14:case 15:iu(no,a,t),_a||pm(a,t,ni),Un(e,t,a);break;case 1:_a||(Ao(a,t),g=a.stateNode,typeof g.componentWillUnmount=="function"&&gm(a,t,g)),Un(e,t,a);break;case 21:Un(e,t,a);break;case 22:_a=(g=_a)||a.memoizedState!==null,Un(e,t,a),_a=g;break;default:Un(e,t,a)}(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(a,bt,Tt,ea,Fn),Ca(i),Ll(u),Fn=c,ca=h}function t2(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null))){e=e.dehydrated;try{Xe(t,Ym,e)}catch(a){jt(t,t.return,a)}}}function n2(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{Xe(t,w2,e)}catch(a){jt(t,t.return,a)}}function _y(e){switch(e.tag){case 31:case 13:case 19:var t=e.stateNode;return t===null&&(t=e.stateNode=new M8),t;case 22:return e=e.stateNode,t=e._retryCache,t===null&&(t=e._retryCache=new M8),t;default:throw Error("Unexpected Suspense handler tag ("+e.tag+"). This is a bug in React.")}}function uu(e,t){var a=_y(e);t.forEach(function(i){if(!a.has(i)){if(a.add(i),Yi)if(Nh!==null&&Mh!==null)kr(Mh,Nh);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");var u=fc.bind(null,e,i);i.then(u,u)}})}function pl(e,t){var a=t.deletions;if(a!==null)for(var i=0;i<a.length;i++){var u=e,c=t,h=a[i],g=Hn(),S=c;e:for(;S!==null;){switch(S.tag){case 27:if(hu(S.type)){Ha=S.stateNode,Co=!1;break e}break;case 5:Ha=S.stateNode,Co=!1;break e;case 3:case 4:Ha=S.stateNode.containerInfo,Co=!0;break e}S=S.return}if(Ha===null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");e2(u,c,h),Ha=null,Co=!1,(h.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(h,bt,Tt,"Unmount"),Ca(g),u=h,c=u.alternate,c!==null&&(c.return=null),u.return=null}if(t.subtreeFlags&13886)for(t=t.child;t!==null;)Sd(t,e),t=t.sibling}function Sd(e,t){var a=Hn(),i=yo(),u=jl(),c=go(),h=e.alternate,g=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:pl(t,e),yl(e),g&4&&(iu(no|Ki,e,e.return),bs(no|Ki,e),pm(e,e.return,ni|Ki));break;case 1:if(pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),g&64&&Uc&&(g=e.updateQueue,g!==null&&(h=g.callbacks,h!==null))){var S=g.shared.hiddenCallbacks;g.shared.hiddenCallbacks=S===null?h:S.concat(h)}break;case 26:if(S=Ms,pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),g&4){var O=h!==null?h.memoizedState:null;if(g=e.memoizedState,h===null)if(g===null)if(e.stateNode===null){e:{g=e.type,h=e.memoizedProps,S=S.ownerDocument||S;t:switch(g){case"title":O=S.getElementsByTagName("title")[0],(!O||O[ef]||O[Yn]||O.namespaceURI===Yt||O.hasAttribute("itemprop"))&&(O=S.createElement(g),S.head.insertBefore(O,S.querySelector("head > title"))),jn(O,g,h),O[Yn]=e,Be(O),g=O;break e;case"link":var $=Gr("link","href",S).get(g+(h.href||""));if($){for(var ee=0;ee<$.length;ee++)if(O=$[ee],O.getAttribute("href")===(h.href==null||h.href===""?null:h.href)&&O.getAttribute("rel")===(h.rel==null?null:h.rel)&&O.getAttribute("title")===(h.title==null?null:h.title)&&O.getAttribute("crossorigin")===(h.crossOrigin==null?null:h.crossOrigin)){$.splice(ee,1);break t}}O=S.createElement(g),jn(O,g,h),S.head.appendChild(O);break;case"meta":if($=Gr("meta","content",S).get(g+(h.content||""))){for(ee=0;ee<$.length;ee++)if(O=$[ee],Jt(h.content,"content"),O.getAttribute("content")===(h.content==null?null:""+h.content)&&O.getAttribute("name")===(h.name==null?null:h.name)&&O.getAttribute("property")===(h.property==null?null:h.property)&&O.getAttribute("http-equiv")===(h.httpEquiv==null?null:h.httpEquiv)&&O.getAttribute("charset")===(h.charSet==null?null:h.charSet)){$.splice(ee,1);break t}}O=S.createElement(g),jn(O,g,h),S.head.appendChild(O);break;default:throw Error('getNodesForType encountered a type it did not expect: "'+g+'". This is a bug in React.')}O[Yn]=e,Be(O),g=O}e.stateNode=g}else fg(S,e.type,e.stateNode);else e.stateNode=Vm(S,g,e.memoizedProps);else O!==g?(O===null?h.stateNode!==null&&(h=h.stateNode,h.parentNode.removeChild(h)):O.count--,g===null?fg(S,e.type,e.stateNode):Vm(S,g,e.memoizedProps)):g===null&&e.stateNode!==null&&vm(e,e.memoizedProps,h.memoizedProps)}break;case 27:pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),h!==null&&g&4&&vm(e,e.memoizedProps,h.memoizedProps);break;case 5:if(pl(t,e),yl(e),g&512&&(_a||h===null||Ao(h,h.return)),e.flags&32){S=e.stateNode;try{Xe(e,jm,S)}catch(it){jt(e,e.return,it)}}g&4&&e.stateNode!=null&&(S=e.memoizedProps,vm(e,S,h!==null?h.memoizedProps:S)),g&1024&&(iA=!0,e.type!=="form"&&console.error("Unexpected host component type. Expected a form. This is a bug in React."));break;case 6:if(pl(t,e),yl(e),g&4){if(e.stateNode===null)throw Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");g=e.memoizedProps,h=h!==null?h.memoizedProps:g,S=e.stateNode;try{Xe(e,yb,S,h,g)}catch(it){jt(e,e.return,it)}}break;case 3:if(S=vi(),vv=null,O=Ms,Ms=qm(t.containerInfo),pl(t,e),Ms=O,yl(e),g&4&&h!==null&&h.memoizedState.isDehydrated)try{Xe(e,T2,t.containerInfo)}catch(it){jt(e,e.return,it)}iA&&(iA=!1,Hy(e)),t.effectDuration+=cr(S);break;case 4:g=Ms,Ms=qm(e.stateNode.containerInfo),pl(t,e),yl(e),Ms=g;break;case 12:g=vi(),pl(t,e),yl(e),e.stateNode.effectDuration+=cl(g);break;case 31:pl(t,e),yl(e),g&4&&(g=e.updateQueue,g!==null&&(e.updateQueue=null,uu(e,g)));break;case 13:pl(t,e),yl(e),e.child.flags&8192&&e.memoizedState!==null!=(h!==null&&h.memoizedState!==null)&&(av=Ma()),g&4&&(g=e.updateQueue,g!==null&&(e.updateQueue=null,uu(e,g)));break;case 22:S=e.memoizedState!==null;var V=h!==null&&h.memoizedState!==null,ye=Uc,We=_a;if(Uc=ye||S,_a=We||V,pl(t,e),_a=We,Uc=ye,V&&!S&&!ye&&!We&&(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&z0(e,bt,Tt),yl(e),g&8192)e:for(t=e.stateNode,t._visibility=S?t._visibility&~l1:t._visibility|l1,!S||h===null||V||Uc||_a||(cu(e),(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(e,bt,Tt,"Disconnect")),h=null,t=e;;){if(t.tag===5||t.tag===26){if(h===null){V=h=t;try{O=V.stateNode,S?Xe(V,eg,O):Xe(V,ag,V.stateNode,V.memoizedProps)}catch(it){jt(V,V.return,it)}}}else if(t.tag===6){if(h===null){V=t;try{$=V.stateNode,S?Xe(V,tg,$):Xe(V,lg,$,V.memoizedProps)}catch(it){jt(V,V.return,it)}}}else if(t.tag===18){if(h===null){V=t;try{ee=V.stateNode,S?Xe(V,Py,ee):Xe(V,ng,V.stateNode)}catch(it){jt(V,V.return,it)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===e)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;h===t&&(h=null),t=t.return}h===t&&(h=null),t.sibling.return=t.return,t=t.sibling}g&4&&(g=e.updateQueue,g!==null&&(h=g.retryQueue,h!==null&&(g.retryQueue=null,uu(e,h))));break;case 19:pl(t,e),yl(e),g&4&&(g=e.updateQueue,g!==null&&(e.updateQueue=null,uu(e,g)));break;case 30:break;case 21:break;default:pl(t,e),yl(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&((ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),e.alternate===null&&e.return!==null&&e.return.alternate!==null&&.05<Tt-bt&&(Pp(e.return.alternate,e.return)||mo(e,bt,Tt,"Mount"))),Ca(a),Ll(i),Fn=u,ca=c}function yl(e){var t=e.flags;if(t&2){try{Xe(e,Wp,e)}catch(a){jt(e,e.return,a)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function Hy(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var t=e;Hy(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),e=e.sibling}}function Il(e,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)Am(e,t.alternate,t),t=t.sibling}function Sm(e){var t=Hn(),a=yo(),i=jl(),u=go();switch(e.tag){case 0:case 11:case 14:case 15:pm(e,e.return,ni),cu(e);break;case 1:Ao(e,e.return);var c=e.stateNode;typeof c.componentWillUnmount=="function"&&gm(e,e.return,c),cu(e);break;case 27:Xe(e,Cs,e.stateNode);case 26:case 5:Ao(e,e.return),cu(e);break;case 22:e.memoizedState===null&&cu(e);break;case 30:cu(e);break;default:cu(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),Ca(t),Ll(a),Fn=i,ca=u}function cu(e){for(e=e.child;e!==null;)Sm(e),e=e.sibling}function a2(e,t,a,i){var u=Hn(),c=yo(),h=jl(),g=go(),S=a.flags;switch(a.tag){case 0:case 11:case 15:Qo(e,a,i),ky(a,ni);break;case 1:if(Qo(e,a,i),t=a.stateNode,typeof t.componentDidMount=="function"&&Xe(a,Jb,a,t),t=a.updateQueue,t!==null){e=a.stateNode;try{Xe(a,Ep,t,e)}catch(O){jt(a,a.return,O)}}i&&S&64&&Fp(a),uc(a,a.return);break;case 27:$p(a);case 26:case 5:Qo(e,a,i),i&&t===null&&S&4&&su(a),uc(a,a.return);break;case 12:if(i&&S&4){S=vi(),Qo(e,a,i),i=a.stateNode,i.effectDuration+=cl(S);try{Xe(a,Zp,a,t,cf,i.effectDuration)}catch(O){jt(a,a.return,O)}}else Qo(e,a,i);break;case 31:Qo(e,a,i),i&&S&4&&t2(e,a);break;case 13:Qo(e,a,i),i&&S&4&&n2(e,a);break;case 22:a.memoizedState===null&&Qo(e,a,i),uc(a,a.return);break;case 30:break;default:Qo(e,a,i)}(a.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(a,bt,Tt,ea,Fn),Ca(u),Ll(c),Fn=h,ca=g}function Qo(e,t,a){for(a=a&&(t.subtreeFlags&8772)!==0,t=t.child;t!==null;)a2(e,t.alternate,t,a),t=t.sibling}function Td(e,t){var a=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(a=e.memoizedState.cachePool.pool),e=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(e=t.memoizedState.cachePool.pool),e!==a&&(e!=null&&Xu(e),a!=null&&Ff(a))}function wd(e,t){e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(Xu(t),e!=null&&Ff(e))}function Jl(e,t,a,i,u){if(t.subtreeFlags&10256||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child))for(t=t.child;t!==null;){var c=t.sibling;l2(e,t,a,i,c!==null?c.actualStartTime:u),t=c}}function l2(e,t,a,i,u){var c=Hn(),h=yo(),g=jl(),S=go(),O=lf,$=t.flags;switch(t.tag){case 0:case 11:case 15:(t.mode&Qt)!==Ct&&0<t.actualStartTime&&(t.flags&1)!==0&&_0(t,t.actualStartTime,u,Ia,a),Jl(e,t,a,i,u),$&2048&&vd(t,ao|Ki);break;case 1:(t.mode&Qt)!==Ct&&0<t.actualStartTime&&((t.flags&128)!==0?up(t,t.actualStartTime,u,[]):(t.flags&1)!==0&&_0(t,t.actualStartTime,u,Ia,a)),Jl(e,t,a,i,u);break;case 3:var ee=vi(),V=Ia;Ia=t.alternate!==null&&t.alternate.memoizedState.isDehydrated&&(t.flags&256)===0,Jl(e,t,a,i,u),Ia=V,$&2048&&(a=null,t.alternate!==null&&(a=t.alternate.memoizedState.cache),i=t.memoizedState.cache,i!==a&&(Xu(i),a!=null&&Ff(a))),e.passiveEffectDuration+=cr(ee);break;case 12:if($&2048){$=vi(),Jl(e,t,a,i,u),e=t.stateNode,e.passiveEffectDuration+=cl($);try{Xe(t,zy,t,t.alternate,cf,e.passiveEffectDuration)}catch(ye){jt(t,t.return,ye)}}else Jl(e,t,a,i,u);break;case 31:$=Ia,ee=t.alternate!==null?t.alternate.memoizedState:null,V=t.memoizedState,ee!==null&&V===null?(V=t.deletions,V!==null&&0<V.length&&V[0].tag===18?(Ia=!1,ee=ee.hydrationErrors,ee!==null&&up(t,t.actualStartTime,u,ee)):Ia=!0):Ia=!1,Jl(e,t,a,i,u),Ia=$;break;case 13:$=Ia,ee=t.alternate!==null?t.alternate.memoizedState:null,V=t.memoizedState,ee===null||ee.dehydrated===null||V!==null&&V.dehydrated!==null?Ia=!1:(V=t.deletions,V!==null&&0<V.length&&V[0].tag===18?(Ia=!1,ee=ee.hydrationErrors,ee!==null&&up(t,t.actualStartTime,u,ee)):Ia=!0),Jl(e,t,a,i,u),Ia=$;break;case 23:break;case 22:V=t.stateNode,ee=t.alternate,t.memoizedState!==null?V._visibility&Ec?Jl(e,t,a,i,u):cc(e,t,a,i,u):V._visibility&Ec?Jl(e,t,a,i,u):(V._visibility|=Ec,ru(e,t,a,i,(t.subtreeFlags&10256)!==0||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child),u),(t.mode&Qt)===Ct||Ia||(e=t.actualStartTime,0<=e&&.05<u-e&&z0(t,e,u),0<=bt&&0<=Tt&&.05<Tt-bt&&z0(t,bt,Tt))),$&2048&&Td(ee,t);break;case 24:Jl(e,t,a,i,u),$&2048&&wd(t.alternate,t);break;default:Jl(e,t,a,i,u)}(t.mode&Qt)!==Ct&&((e=!Ia&&t.alternate===null&&t.return!==null&&t.return.alternate!==null)&&(a=t.actualStartTime,0<=a&&.05<u-a&&mo(t,a,u,"Mount")),0<=bt&&0<=Tt&&((ca||.05<ea)&&Uo(t,bt,Tt,ea,Fn),e&&.05<Tt-bt&&mo(t,bt,Tt,"Mount"))),Ca(c),Ll(h),Fn=g,ca=S,lf=O}function ru(e,t,a,i,u,c){for(u=u&&((t.subtreeFlags&10256)!==0||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child)),t=t.child;t!==null;){var h=t.sibling;Ed(e,t,a,i,u,h!==null?h.actualStartTime:c),t=h}}function Ed(e,t,a,i,u,c){var h=Hn(),g=yo(),S=jl(),O=go(),$=lf;u&&(t.mode&Qt)!==Ct&&0<t.actualStartTime&&(t.flags&1)!==0&&_0(t,t.actualStartTime,c,Ia,a);var ee=t.flags;switch(t.tag){case 0:case 11:case 15:ru(e,t,a,i,u,c),vd(t,ao);break;case 23:break;case 22:var V=t.stateNode;t.memoizedState!==null?V._visibility&Ec?ru(e,t,a,i,u,c):cc(e,t,a,i,c):(V._visibility|=Ec,ru(e,t,a,i,u,c)),u&&ee&2048&&Td(t.alternate,t);break;case 24:ru(e,t,a,i,u,c),u&&ee&2048&&wd(t.alternate,t);break;default:ru(e,t,a,i,u,c)}(t.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(t,bt,Tt,ea,Fn),Ca(h),Ll(g),Fn=S,ca=O,lf=$}function cc(e,t,a,i,u){if(t.subtreeFlags&10256||t.actualDuration!==0&&(t.alternate===null||t.alternate.child!==t.child))for(var c=t.child;c!==null;){t=c.sibling;var h=e,g=a,S=i,O=t!==null?t.actualStartTime:u,$=lf;(c.mode&Qt)!==Ct&&0<c.actualStartTime&&(c.flags&1)!==0&&_0(c,c.actualStartTime,O,Ia,g);var ee=c.flags;switch(c.tag){case 22:cc(h,c,g,S,O),ee&2048&&Td(c.alternate,c);break;case 24:cc(h,c,g,S,O),ee&2048&&wd(c.alternate,c);break;default:cc(h,c,g,S,O)}lf=$,c=t}}function rc(e,t,a){if(e.subtreeFlags&E1)for(e=e.child;e!==null;)Tm(e,t,a),e=e.sibling}function Tm(e,t,a){switch(e.tag){case 26:rc(e,t,a),e.flags&E1&&e.memoizedState!==null&&R2(a,Ms,e.memoizedState,e.memoizedProps);break;case 5:rc(e,t,a);break;case 3:case 4:var i=Ms;Ms=qm(e.stateNode.containerInfo),rc(e,t,a),Ms=i;break;case 22:e.memoizedState===null&&(i=e.alternate,i!==null&&i.memoizedState!==null?(i=E1,E1=16777216,rc(e,t,a),E1=i):rc(e,t,a));break;default:rc(e,t,a)}}function o2(e){var t=e.alternate;if(t!==null&&(e=t.child,e!==null)){t.child=null;do t=e.sibling,e.sibling=null,e=t;while(e!==null)}}function Fl(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var a=0;a<t.length;a++){var i=t[a],u=Hn();al=i,Ni(i,e),(i.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(i,bt,Tt,"Unmount"),Ca(u)}o2(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)wm(e),e=e.sibling}function wm(e){var t=Hn(),a=yo(),i=jl(),u=go();switch(e.tag){case 0:case 11:case 15:Fl(e),e.flags&2048&&ym(e,e.return,ao|Ki);break;case 3:var c=vi();Fl(e),e.stateNode.passiveEffectDuration+=cr(c);break;case 12:c=vi(),Fl(e),e.stateNode.passiveEffectDuration+=cl(c);break;case 22:c=e.stateNode,e.memoizedState!==null&&c._visibility&Ec&&(e.return===null||e.return.tag!==13)?(c._visibility&=~Ec,Em(e),(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(e,bt,Tt,"Disconnect")):Fl(e);break;default:Fl(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),Ca(t),Ll(a),ca=u,Fn=i}function Em(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var a=0;a<t.length;a++){var i=t[a],u=Hn();al=i,Ni(i,e),(i.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&.05<Tt-bt&&mo(i,bt,Tt,"Unmount"),Ca(u)}o2(e)}for(e=e.child;e!==null;)i2(e),e=e.sibling}function i2(e){var t=Hn(),a=yo(),i=jl(),u=go();switch(e.tag){case 0:case 11:case 15:ym(e,e.return,ao),Em(e);break;case 22:var c=e.stateNode;c._visibility&Ec&&(c._visibility&=~Ec,Em(e));break;default:Em(e)}(e.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(e,bt,Tt,ea,Fn),Ca(t),Ll(a),ca=u,Fn=i}function Ni(e,t){for(;al!==null;){var a=al,i=a,u=t,c=Hn(),h=yo(),g=jl(),S=go();switch(i.tag){case 0:case 11:case 15:ym(i,u,ao);break;case 23:case 22:i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(u=i.memoizedState.cachePool.pool,u!=null&&Xu(u));break;case 24:Ff(i.memoizedState.cache)}if((i.mode&Qt)!==Ct&&0<=bt&&0<=Tt&&(ca||.05<ea)&&Uo(i,bt,Tt,ea,Fn),Ca(c),Ll(h),ca=S,Fn=g,i=a.child,i!==null)i.return=a,al=i;else e:for(a=e;al!==null;){if(i=al,c=i.sibling,h=i.return,sa(i),i===a){al=null;break e}if(c!==null){c.return=h,al=c;break e}al=h}}}function s2(){o7.forEach(function(e){return e()})}function u2(){var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return e||Ae.actQueue===null||console.error("The current testing environment is not configured to support act(...)"),e}function Pa(e){if((cn&Ja)!==ll&&It!==0)return It&-It;var t=Ae.T;return t!==null?(t._updatedFibers||(t._updatedFibers=new Set),t._updatedFibers.add(e),v2()):Ut()}function xr(){if(xo===0)if((It&536870912)===0||tn){var e=Jd;Jd<<=1,(Jd&3932160)===0&&(Jd=262144),xo=e}else xo=536870912;return e=ti.current,e!==null&&(e.flags|=32),xo}function xt(e,t,a){if(Uh&&console.error("useInsertionEffect must not schedule updates."),gA&&(sv=!0),(e===kn&&(En===c0||En===r0)||e.cancelPendingCommit!==null)&&(Mi(e,0),So(e,It,xo,!1)),He(e,a),(cn&Ja)!==ll&&e===kn){if(Li)switch(t.tag){case 0:case 11:case 15:e=Zt&&B(Zt)||"Unknown",I8.has(e)||(I8.add(e),t=B(t)||"Unknown",console.error("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://react.dev/link/setstate-in-render",t,e,e));break;case 1:X8||(console.error("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),X8=!0)}}else Yi&&at(e,t,a),Rd(t),e===kn&&((cn&Ja)===ll&&(gf|=a),ta===hf&&So(e,It,xo,!1)),Nl(e)}function Ly(e,t,a){if((cn&(Ja|ai))!==ll)throw Error("Should not already be working.");if(It!==0&&Zt!==null){var i=Zt,u=Ma();switch(L4){case x1:case c0:var c=r1;qn&&((i=i._debugTask)?i.run(console.timeStamp.bind(console,"Suspended",c,u,Gi,void 0,"primary-light")):console.timeStamp("Suspended",c,u,Gi,void 0,"primary-light"));break;case r0:c=r1,qn&&((i=i._debugTask)?i.run(console.timeStamp.bind(console,"Action",c,u,Gi,void 0,"primary-light")):console.timeStamp("Action",c,u,Gi,void 0,"primary-light"));break;default:qn&&(i=u-r1,3>i||console.timeStamp("Blocked",r1,u,Gi,void 0,5>i?"primary-light":10>i?"primary":100>i?"primary-dark":"error"))}}c=(a=!a&&(t&127)===0&&(t&e.expiredLanes)===0||Ve(e,t))?As(e,t):Nr(e,t,!0);var h=a;do{if(c===zc){kh&&!a&&So(e,t,0,!1),t=En,r1=Ba(),L4=t;break}else{if(i=Ma(),u=e.current.alternate,h&&!Yy(u)){Bo(t),u=nl,c=i,!qn||c<=u||(pa?pa.run(console.timeStamp.bind(console,"Teared Render",u,c,on,nn,"error")):console.timeStamp("Teared Render",u,c,on,nn,"error")),fu(t,i),c=Nr(e,t,!1),h=!1;continue}if(c===u0){if(h=t,e.errorRecoveryDisabledLanes&h)var g=0;else g=e.pendingLanes&-536870913,g=g!==0?g:g&536870912?536870912:0;if(g!==0){Bo(t),cp(nl,i,t,pa),fu(t,i),t=g;e:{i=e,c=h,h=D1;var S=i.current.memoizedState.isDehydrated;if(S&&(Mi(i,g).flags|=256),g=Nr(i,g,!1),g!==u0){if(cA&&!S){i.errorRecoveryDisabledLanes|=c,gf|=c,c=hf;break e}i=lo,lo=h,i!==null&&(lo===null?lo=i:lo.push.apply(lo,i))}c=g}if(h=!1,c!==u0)continue;i=Ma()}}if(c===O1){Bo(t),cp(nl,i,t,pa),fu(t,i),Mi(e,0),So(e,t,0,!0);break}e:{switch(a=e,c){case zc:case O1:throw Error("Root did not complete. This is a bug in React.");case hf:if((t&4194048)!==t)break;case Pg:Bo(t),hy(nl,i,t,pa),fu(t,i),u=t,(u&127)!==0?Lg=i:(u&4194048)!==0&&(jg=i),So(a,t,xo,!pf);break e;case u0:lo=null;break;case $g:case k8:break;default:throw Error("Unknown root exit status.")}if(Ae.actQueue!==null)Dn(a,u,t,lo,N1,nv,xo,gf,f0,c,null,null,nl,i);else{if((t&62914560)===t&&(h=av+z8-Ma(),10<h)){if(So(a,t,xo,!pf),Ye(a,0,!0)!==0)break e;ks=t,a.timeoutHandle=eT(jy.bind(null,a,u,lo,N1,nv,t,xo,gf,f0,pf,c,"Throttled",nl,i),h);break e}jy(a,u,lo,N1,nv,t,xo,gf,f0,pf,c,null,nl,i)}}}break}while(!0);Nl(e)}function jy(e,t,a,i,u,c,h,g,S,O,$,ee,V,ye){e.timeoutHandle=y0;var We=t.subtreeFlags,it=null;if((We&8192||(We&16785408)===16785408)&&(it={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Ol},Tm(t,c,it),We=(c&62914560)===c?av-Ma():(c&4194048)===c?U8-Ma():0,We=Qm(it,We),We!==null)){ks=c,e.cancelPendingCommit=We(Dn.bind(null,e,t,c,a,i,u,h,g,S,$,it,it.waitingForViewTransition?"Waiting for the previous Animation":0<it.count?0<it.imgCount?"Suspended on CSS and Images":"Suspended on CSS":it.imgCount===1?"Suspended on an Image":0<it.imgCount?"Suspended on Images":null,V,ye)),So(e,c,h,!O);return}Dn(e,t,c,a,i,u,h,g,S,$,it,ee,V,ye)}function Yy(e){for(var t=e;;){var a=t.tag;if((a===0||a===11||a===15)&&t.flags&16384&&(a=t.updateQueue,a!==null&&(a=a.stores,a!==null)))for(var i=0;i<a.length;i++){var u=a[i],c=u.getSnapshot;u=u.value;try{if(!eo(c(),u))return!1}catch{return!1}}if(a=t.child,t.subtreeFlags&16384&&a!==null)a.return=t,t=a;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function So(e,t,a,i){t&=~rA,t&=~gf,e.suspendedLanes|=t,e.pingedLanes&=~t,i&&(e.warmLanes|=t),i=e.expirationTimes;for(var u=t;0<u;){var c=31-Qa(u),h=1<<c;i[c]=-1,u&=~h}a!==0&&Pe(e,a,t)}function Zl(){return(cn&(Ja|ai))===ll?(Bi(0),!1):!0}function Cm(){if(Zt!==null){if(En===Oo)var e=Zt.return;else e=Zt,sr(),Ks(e),wh=null,b1=0,e=Zt;for(;e!==null;)Jp(e.alternate,e),e=e.return;Zt=null}}function fu(e,t){(e&127)!==0&&(Pd=t),(e&4194048)!==0&&(Dc=t),(e&62914560)!==0&&(_4=t),(e&2080374784)!==0&&(H4=t)}function Mi(e,t){qn&&(console.timeStamp("Blocking Track",.003,.003,"Blocking",nn,"primary-light"),console.timeStamp("Transition Track",.003,.003,"Transition",nn,"primary-light"),console.timeStamp("Suspense Track",.003,.003,"Suspense",nn,"primary-light"),console.timeStamp("Idle Track",.003,.003,"Idle",nn,"primary-light"));var a=nl;if(nl=Ba(),It!==0&&0<a){if(Bo(It),ta===$g||ta===hf)hy(a,nl,t,pa);else{var i=nl,u=pa;if(qn&&!(i<=a)){var c=(t&738197653)===t?"tertiary-dark":"primary-dark",h=(t&536870912)===t?"Prewarm":(t&201326741)===t?"Interrupted Hydration":"Interrupted Render";u?u.run(console.timeStamp.bind(console,h,a,i,on,nn,c)):console.timeStamp(h,a,i,on,nn,c)}}fu(It,nl)}if(a=pa,pa=null,(t&127)!==0){pa=s1,u=0<=Tu&&Tu<Pd?Pd:Tu,i=0<=e0&&e0<Pd?Pd:e0,c=0<=i?i:0<=u?u:nl,0<=Lg?(Bo(2),py(Lg,c,t,a)):Yg&127,a=u;var g=i,S=u1,O=0<Ah,$=rf===i1,ee=rf===Hg;if(u=nl,i=s1,c=Gb,h=Vb,qn){if(on="Blocking",0<a?a>u&&(a=u):a=u,0<g?g>a&&(g=a):g=a,S!==null&&a>g){var V=O?"secondary-light":"warning";i?i.run(console.timeStamp.bind(console,O?"Consecutive":"Event: "+S,g,a,on,nn,V)):console.timeStamp(O?"Consecutive":"Event: "+S,g,a,on,nn,V)}u>a&&(g=$?"error":(t&738197653)===t?"tertiary-light":"primary-light",$=ee?"Promise Resolved":$?"Cascading Update":5<u-a?"Update Blocked":"Update",ee=[],h!=null&&ee.push(["Component name",h]),c!=null&&ee.push(["Method name",c]),a={start:a,end:u,detail:{devtools:{properties:ee,track:on,trackGroup:nn,color:g}}},i?i.run(performance.measure.bind(performance,$,a)):performance.measure($,a))}Tu=-1.1,rf=0,Vb=Gb=null,Lg=-1.1,Ah=e0,e0=-1.1,Pd=Ba()}if((t&4194048)!==0&&(pa=c1,u=0<=Nc&&Nc<Dc?Dc:Nc,a=0<=Fi&&Fi<Dc?Dc:Fi,i=0<=ff&&ff<Dc?Dc:ff,c=0<=i?i:0<=a?a:nl,0<=jg?(Bo(256),py(jg,c,t,pa)):Yg&4194048,ee=i,g=t0,S=0<df,O=Qb===Hg,c=nl,i=c1,h=U4,$=z4,qn&&(on="Transition",0<a?a>c&&(a=c):a=c,0<u?u>a&&(u=a):u=a,0<ee?ee>u&&(ee=u):ee=u,u>ee&&g!==null&&(V=S?"secondary-light":"warning",i?i.run(console.timeStamp.bind(console,S?"Consecutive":"Event: "+g,ee,u,on,nn,V)):console.timeStamp(S?"Consecutive":"Event: "+g,ee,u,on,nn,V)),a>u&&(i?i.run(console.timeStamp.bind(console,"Action",u,a,on,nn,"primary-dark")):console.timeStamp("Action",u,a,on,nn,"primary-dark")),c>a&&(u=O?"Promise Resolved":5<c-a?"Update Blocked":"Update",ee=[],$!=null&&ee.push(["Component name",$]),h!=null&&ee.push(["Method name",h]),a={start:a,end:c,detail:{devtools:{properties:ee,track:on,trackGroup:nn,color:"primary-light"}}},i?i.run(performance.measure.bind(performance,u,a)):performance.measure(u,a))),Fi=Nc=-1.1,Qb=0,jg=-1.1,df=ff,ff=-1.1,Dc=Ba()),(t&62914560)!==0&&(Yg&62914560)!==0&&(Bo(4194304),rp(_4,nl)),(t&2080374784)!==0&&(Yg&2080374784)!==0&&(Bo(268435456),rp(H4,nl)),a=e.timeoutHandle,a!==y0&&(e.timeoutHandle=y0,v7(a)),a=e.cancelPendingCommit,a!==null&&(e.cancelPendingCommit=null,a()),ks=0,Cm(),kn=e,Zt=a=yi(e.current,null),It=t,En=Oo,li=null,pf=!1,kh=Ve(e,t),cA=!1,ta=zc,f0=xo=rA=gf=yf=0,lo=D1=null,nv=!1,(t&8)!==0&&(t|=t&32),i=e.entangledLanes,i!==0)for(e=e.entanglements,i&=t;0<i;)u=31-Qa(i),c=1<<u,t|=e[u],i&=~c;return Eu=t,H0(),e=R4(),1e3<e-x4&&(Ae.recentlyCreatedOwnerStacks=0,x4=e),Ds.discardPendingWarnings(),a}function Xo(e,t){Dt=null,Ae.H=w1,Ae.getCurrentStack=null,Li=!1,Ul=null,t===Th||t===Qg?(t=Fu(),En=x1):t===Fb?(t=Fu(),En=B8):En=t===lA?uA:t!==null&&typeof t=="object"&&typeof t.then=="function"?R1:ev,li=t;var a=Zt;a===null?(ta=O1,md(e,ul(t,e.current))):a.mode&Qt&&Q0(a)}function c2(){var e=ti.current;return e===null?!0:(It&4194048)===It?Zi===null:(It&62914560)===It||(It&536870912)!==0?e===Zi:!1}function Om(){var e=Ae.H;return Ae.H=w1,e===null?w1:e}function r2(){var e=Ae.A;return Ae.A=l7,e}function Rr(e){pa===null&&(pa=e._debugTask==null?null:e._debugTask)}function Dr(){ta=hf,pf||(It&4194048)!==It&&ti.current!==null||(kh=!0),(yf&134217727)===0&&(gf&134217727)===0||kn===null||So(kn,It,xo,!1)}function Nr(e,t,a){var i=cn;cn|=Ja;var u=Om(),c=r2();if(kn!==e||It!==t){if(Yi){var h=e.memoizedUpdaters;0<h.size&&(kr(e,It),h.clear()),tt(e,t)}N1=null,Mi(e,t)}t=!1,h=ta;e:do try{if(En!==Oo&&Zt!==null){var g=Zt,S=li;switch(En){case uA:Cm(),h=Pg;break e;case x1:case c0:case r0:case R1:ti.current===null&&(t=!0);var O=En;if(En=Oo,li=null,Mr(e,g,S,O),a&&kh){h=zc;break e}break;default:O=En,En=Oo,li=null,Mr(e,g,S,O)}}f2(),h=ta;break}catch($){Xo(e,$)}while(!0);return t&&e.shellSuspendCounter++,sr(),cn=i,Ae.H=u,Ae.A=c,Zt===null&&(kn=null,It=0,H0()),h}function f2(){for(;Zt!==null;)xm(Zt)}function As(e,t){var a=cn;cn|=Ja;var i=Om(),u=r2();if(kn!==e||It!==t){if(Yi){var c=e.memoizedUpdaters;0<c.size&&(kr(e,It),c.clear()),tt(e,t)}N1=null,lv=Ma()+_8,Mi(e,t)}else kh=Ve(e,t);e:do try{if(En!==Oo&&Zt!==null)t:switch(t=Zt,c=li,En){case ev:En=Oo,li=null,Mr(e,t,c,ev);break;case c0:case r0:if(Tp(c)){En=Oo,li=null,d2(t);break}t=function(){En!==c0&&En!==r0||kn!==e||(En=tv),Nl(e)},c.then(t,t);break e;case x1:En=tv;break e;case B8:En=sA;break e;case tv:Tp(c)?(En=Oo,li=null,d2(t)):(En=Oo,li=null,Mr(e,t,c,tv));break;case sA:var h=null;switch(Zt.tag){case 26:h=Zt.memoizedState;case 5:case 27:var g=Zt;if(h?Kt(h):g.stateNode.complete){En=Oo,li=null;var S=g.sibling;if(S!==null)Zt=S;else{var O=g.return;O!==null?(Zt=O,Cd(O)):Zt=null}break t}break;default:console.error("Unexpected type of fiber triggered a suspensey commit. This is a bug in React.")}En=Oo,li=null,Mr(e,t,c,sA);break;case R1:En=Oo,li=null,Mr(e,t,c,R1);break;case uA:Cm(),ta=Pg;break e;default:throw Error("Unexpected SuspendedReason. This is a bug in React.")}Ae.actQueue!==null?f2():ma();break}catch($){Xo(e,$)}while(!0);return sr(),Ae.H=i,Ae.A=u,cn=a,Zt!==null?zc:(kn=null,It=0,H0(),ta)}function ma(){for(;Zt!==null&&!th();)xm(Zt)}function xm(e){var t=e.alternate;(e.mode&Qt)!==Ct?(cs(e),t=Xe(e,gd,t,e,Eu),Q0(e)):t=Xe(e,gd,t,e,Eu),e.memoizedProps=e.pendingProps,t===null?Cd(e):Zt=t}function d2(e){var t=Xe(e,Na,e);e.memoizedProps=e.pendingProps,t===null?Cd(e):Zt=t}function Na(e){var t=e.alternate,a=(e.mode&Qt)!==Ct;switch(a&&cs(e),e.tag){case 15:case 0:t=qp(t,e,e.pendingProps,e.type,void 0,It);break;case 11:t=qp(t,e,e.pendingProps,e.type.render,e.ref,It);break;case 5:Ks(e);default:Jp(t,e),e=Zt=hp(e,Eu),t=gd(t,e,Eu)}return a&&Q0(e),t}function Mr(e,t,a,i){sr(),Ks(t),wh=null,b1=0;var u=t.return;try{if(Up(e,u,t,a,It)){ta=O1,md(e,ul(a,e.current)),Zt=null;return}}catch(c){if(u!==null)throw Zt=u,c;ta=O1,md(e,ul(a,e.current)),Zt=null;return}t.flags&32768?(tn||i===ev?e=!0:kh||(It&536870912)!==0?e=!1:(pf=e=!0,(i===c0||i===r0||i===x1||i===R1)&&(i=ti.current,i!==null&&i.tag===13&&(i.flags|=16384))),m2(t,e)):Cd(t)}function Cd(e){var t=e;do{if((t.flags&32768)!==0){m2(t,pf);return}var a=t.alternate;if(e=t.return,cs(t),a=Xe(t,Ip,a,t,Eu),(t.mode&Qt)!==Ct&&Zf(t),a!==null){Zt=a;return}if(t=t.sibling,t!==null){Zt=t;return}Zt=t=e}while(t!==null);ta===zc&&(ta=k8)}function m2(e,t){do{var a=My(e.alternate,e);if(a!==null){a.flags&=32767,Zt=a;return}if((e.mode&Qt)!==Ct){Zf(e),a=e.actualDuration;for(var i=e.child;i!==null;)a+=i.actualDuration,i=i.sibling;e.actualDuration=a}if(a=e.return,a!==null&&(a.flags|=32768,a.subtreeFlags=0,a.deletions=null),!t&&(e=e.sibling,e!==null)){Zt=e;return}Zt=e=a}while(e!==null);ta=Pg,Zt=null}function Dn(e,t,a,i,u,c,h,g,S,O,$,ee,V,ye){e.cancelPendingCommit=null;do Od();while(La!==bf);if(Ds.flushLegacyContextWarning(),Ds.flushPendingUnsafeLifecycleWarnings(),(cn&(Ja|ai))!==ll)throw Error("Should not already be working.");if(Bo(a),O===u0?cp(V,ye,a,pa):i!==null?fb(V,ye,a,i,t!==null&&t.alternate!==null&&t.alternate.memoizedState.isDehydrated&&(t.flags&256)!==0,pa):rb(V,ye,a,pa),t!==null){if(a===0&&console.error("finishedLanes should not be empty during a commit. This is a bug in React."),t===e.current)throw Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");if(c=t.lanes|t.childLanes,c|=Hb,et(e,a,c,h,g,S),e===kn&&(Zt=kn=null,It=0),Bh=t,Af=e,ks=a,mA=c,pA=u,G8=i,hA=ye,V8=ee,Bs=ov,Q8=null,t.actualDuration!==0||(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,Br(Ac,function(){return _1=window.event,Bs===ov&&(Bs=dA),xd(),null})):(e.callbackNode=null,e.callbackPriority=0),Rc=null,cf=Ba(),ee!==null&&db(ye,cf,ee,pa),i=(t.flags&13878)!==0,(t.subtreeFlags&13878)!==0||i){i=Ae.T,Ae.T=null,u=pn.p,pn.p=Aa,h=cn,cn|=ai;try{pb(e,t,a)}finally{cn=h,pn.p=u,Ae.T=i}}La=L8,gl(),ki(),h2()}}function gl(){if(La===L8){La=bf;var e=Af,t=Bh,a=ks,i=(t.flags&13878)!==0;if((t.subtreeFlags&13878)!==0||i){i=Ae.T,Ae.T=null;var u=pn.p;pn.p=Aa;var c=cn;cn|=ai;try{Nh=a,Mh=e,Iu(),Sd(t,e),Mh=Nh=null,a=OA;var h=U0(e.containerInfo),g=a.focusedElem,S=a.selectionRange;if(h!==g&&g&&g.ownerDocument&&ry(g.ownerDocument.documentElement,g)){if(S!==null&&ip(g)){var O=S.start,$=S.end;if($===void 0&&($=O),"selectionStart"in g)g.selectionStart=O,g.selectionEnd=Math.min($,g.value.length);else{var ee=g.ownerDocument||document,V=ee&&ee.defaultView||window;if(V.getSelection){var ye=V.getSelection(),We=g.textContent.length,it=Math.min(S.start,We),zn=S.end===void 0?it:Math.min(S.end,We);!ye.extend&&it>zn&&(h=zn,zn=it,it=h);var an=cy(g,it),G=cy(g,zn);if(an&&G&&(ye.rangeCount!==1||ye.anchorNode!==an.node||ye.anchorOffset!==an.offset||ye.focusNode!==G.node||ye.focusOffset!==G.offset)){var I=ee.createRange();I.setStart(an.node,an.offset),ye.removeAllRanges(),it>zn?(ye.addRange(I),ye.extend(G.node,G.offset)):(I.setEnd(G.node,G.offset),ye.addRange(I))}}}}for(ee=[],ye=g;ye=ye.parentNode;)ye.nodeType===1&&ee.push({element:ye,left:ye.scrollLeft,top:ye.scrollTop});for(typeof g.focus=="function"&&g.focus(),g=0;g<ee.length;g++){var W=ee[g];W.element.scrollLeft=W.left,W.element.scrollTop=W.top}}Sv=!!CA,OA=CA=null}finally{cn=c,pn.p=u,Ae.T=i}}e.current=t,La=j8}}function ki(){if(La===j8){La=bf;var e=Q8;if(e!==null){cf=Ba();var t=xc,a=cf;!qn||a<=t||console.timeStamp(e,t,a,on,nn,"secondary-light")}e=Af,t=Bh,a=ks;var i=(t.flags&8772)!==0;if((t.subtreeFlags&8772)!==0||i){i=Ae.T,Ae.T=null;var u=pn.p;pn.p=Aa;var c=cn;cn|=ai;try{Nh=a,Mh=e,Iu(),Am(e,t.alternate,t),Mh=Nh=null}finally{cn=c,pn.p=u,Ae.T=i}}e=hA,t=V8,xc=Ba(),e=t===null?e:cf,t=xc,a=Bs===fA,i=pa,Rc!==null?yy(e,t,Rc,!1,i):!qn||t<=e||(i?i.run(console.timeStamp.bind(console,a?"Commit Interrupted View Transition":"Commit",e,t,on,nn,a?"error":"secondary-dark")):console.timeStamp(a?"Commit Interrupted View Transition":"Commit",e,t,on,nn,a?"error":"secondary-dark")),La=Y8}}function h2(){if(La===q8||La===Y8){if(La===q8){var e=xc;xc=Ba();var t=xc,a=Bs===fA;!qn||t<=e||console.timeStamp(a?"Interrupted View Transition":"Starting Animation",e,t,on,nn,a?" error":"secondary-light"),Bs!==fA&&(Bs=H8)}La=bf,nh(),e=Af;var i=Bh;t=ks,a=G8;var u=i.actualDuration!==0||(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0;u?La=iv:(La=bf,Bh=Af=null,p2(e,e.pendingLanes),d0=0,k1=null);var c=e.pendingLanes;if(c===0&&(vf=null),u||Nm(e),c=mt(t),i=i.stateNode,ba&&typeof ba.onCommitFiberRoot=="function")try{var h=(i.current.flags&128)===128;switch(c){case Aa:var g=X2;break;case Xa:g=ah;break;case tl:g=Ac;break;case bu:g=lh;break;default:g=Ac}ba.onCommitFiberRoot(Sc,i,g,h)}catch(ee){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",ee))}if(Yi&&e.memoizedUpdaters.clear(),s2(),a!==null){h=Ae.T,g=pn.p,pn.p=Aa,Ae.T=null;try{var S=e.onRecoverableError;for(i=0;i<a.length;i++){var O=a[i],$=qy(O.stack);Xe(O.source,S,O.value,$)}}finally{Ae.T=h,pn.p=g}}(ks&3)!==0&&Od(),Nl(e),c=e.pendingLanes,(t&261930)!==0&&(c&42)!==0?(Gg=!0,e===yA?M1++:(M1=0,yA=e)):M1=0,u||fu(t,xc),Bi(0)}}function qy(e){return e={componentStack:e},Object.defineProperty(e,"digest",{get:function(){console.error('You are accessing "digest" from the errorInfo object passed to onRecoverableError. This property is no longer provided as part of errorInfo but can be accessed as a property of the Error instance itself.')}}),e}function p2(e,t){(e.pooledCacheLanes&=t)===0&&(t=e.pooledCache,t!=null&&(e.pooledCache=null,Ff(t)))}function Od(){return gl(),ki(),h2(),xd()}function xd(){if(La!==iv)return!1;var e=Af,t=mA;mA=0;var a=mt(ks),i=tl>a?tl:a;a=Ae.T;var u=pn.p;try{pn.p=i,Ae.T=null;var c=pA;pA=null,i=Af;var h=ks;if(La=bf,Bh=Af=null,ks=0,(cn&(Ja|ai))!==ll)throw Error("Cannot flush passive effects while already rendering.");Bo(h),gA=!0,sv=!1;var g=0;if(Rc=null,g=Ma(),Bs===H8)rp(xc,g,WE);else{var S=xc,O=g,$=Bs===dA;!qn||O<=S||(pa?pa.run(console.timeStamp.bind(console,$?"Waiting for Paint":"Waiting",S,O,on,nn,"secondary-light")):console.timeStamp($?"Waiting for Paint":"Waiting",S,O,on,nn,"secondary-light"))}S=cn,cn|=ai;var ee=i.current;Iu(),wm(ee);var V=i.current;ee=hA,Iu(),l2(i,V,h,c,ee),Nm(i),cn=S;var ye=Ma();if(V=g,ee=pa,Rc!==null?yy(V,ye,Rc,!0,ee):!qn||ye<=V||(ee?ee.run(console.timeStamp.bind(console,"Remaining Effects",V,ye,on,nn,"secondary-dark")):console.timeStamp("Remaining Effects",V,ye,on,nn,"secondary-dark")),fu(h,ye),Bi(0,!1),sv?i===k1?d0++:(d0=0,k1=i):d0=0,sv=gA=!1,ba&&typeof ba.onPostCommitFiberRoot=="function")try{ba.onPostCommitFiberRoot(Sc,i)}catch(it){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",it))}var We=i.current.stateNode;return We.effectDuration=0,We.passiveEffectDuration=0,!0}finally{pn.p=u,Ae.T=a,p2(e,t)}}function vl(e,t,a){t=ul(a,t),Ty(t),t=im(e.stateNode,t,2),e=Ai(e,t,2),e!==null&&(He(e,2),Nl(e))}function jt(e,t,a){if(Uh=!1,e.tag===3)vl(e,e,a);else{for(;t!==null;){if(t.tag===3){vl(t,e,a);return}if(t.tag===1){var i=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof i.componentDidCatch=="function"&&(vf===null||!vf.has(i))){e=ul(a,e),Ty(e),a=sm(2),i=Ai(t,a,2),i!==null&&(um(a,i,t,e),He(i,2),Nl(i));return}}t=t.return}console.error(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Potential causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
|
|
168
168
|
|
|
169
169
|
Error message:
|
|
170
170
|
|
|
171
|
-
%s`,a)}}function Rm(e,t,a){var i=e.pingCache;if(i===null){i=e.pingCache=new i7;var u=new Set;i.set(t,u)}else u=i.get(t),u===void 0&&(u=new Set,i.set(t,u));u.has(a)||(cA=!0,u.add(a),i=Dl.bind(null,e,t,a),Yi&&kr(e,a),t.then(i,i))}function Dl(e,t,a){var i=e.pingCache;i!==null&&i.delete(t),e.pingedLanes|=e.suspendedLanes&a,e.warmLanes&=~a,(a&127)!==0?0>Tu&&(
|
|
171
|
+
%s`,a)}}function Rm(e,t,a){var i=e.pingCache;if(i===null){i=e.pingCache=new i7;var u=new Set;i.set(t,u)}else u=i.get(t),u===void 0&&(u=new Set,i.set(t,u));u.has(a)||(cA=!0,u.add(a),i=Dl.bind(null,e,t,a),Yi&&kr(e,a),t.then(i,i))}function Dl(e,t,a){var i=e.pingCache;i!==null&&i.delete(t),e.pingedLanes|=e.suspendedLanes&a,e.warmLanes&=~a,(a&127)!==0?0>Tu&&(Pd=Tu=Ba(),s1=_g("Promise Resolved"),rf=Hg):(a&4194048)!==0&&0>Fi&&(Dc=Fi=Ba(),c1=_g("Promise Resolved"),Qb=Hg),u2()&&Ae.actQueue===null&&console.error(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
|
|
172
172
|
|
|
173
173
|
When testing, code that resolves suspended data should be wrapped into act(...):
|
|
174
174
|
|
|
@@ -177,7 +177,7 @@ act(() => {
|
|
|
177
177
|
});
|
|
178
178
|
/* assert on the output */
|
|
179
179
|
|
|
180
|
-
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`),kn===e&&(It&a)===a&&(ta===hf||ta===$g&&(It&62914560)===It&&Ma()-av<z8?(cn&Ja)===ll&&Mi(e,0):rA|=a,
|
|
180
|
+
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`),kn===e&&(It&a)===a&&(ta===hf||ta===$g&&(It&62914560)===It&&Ma()-av<z8?(cn&Ja)===ll&&Mi(e,0):rA|=a,f0===It&&(f0=0)),Nl(e)}function y2(e,t){t===0&&(t=ze()),e=Wa(e,t),e!==null&&(He(e,t),Nl(e))}function Ss(e){var t=e.memoizedState,a=0;t!==null&&(a=t.retryLane),y2(e,a)}function fc(e,t){var a=0;switch(e.tag){case 31:case 13:var i=e.stateNode,u=e.memoizedState;u!==null&&(a=u.retryLane);break;case 19:i=e.stateNode;break;case 22:i=e.stateNode._retryCache;break;default:throw Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}i!==null&&i.delete(t),y2(e,a)}function Io(e,t,a){if((t.subtreeFlags&67117056)!==0)for(t=t.child;t!==null;){var i=e,u=t,c=u.type===Sl;c=a||c,u.tag!==22?u.flags&67108864?c&&Xe(u,Dm,i,u):Io(i,u,c):u.memoizedState===null&&(c&&u.flags&8192?Xe(u,Dm,i,u):u.subtreeFlags&67108864&&Xe(u,Io,i,u,c)),t=t.sibling}}function Dm(e,t){ot(!0);try{Sm(t),i2(t),a2(e,t.alternate,t,!1),Ed(e,t,0,null,!1,0)}finally{ot(!1)}}function Nm(e){var t=!0;e.current.mode&(zl|Rs)||(t=!1),Io(e,e.current,t)}function To(e){if((cn&Ja)===ll){var t=e.tag;if(t===3||t===1||t===0||t===11||t===14||t===15){if(t=B(e)||"ReactComponent",uv!==null){if(uv.has(t))return;uv.add(t)}else uv=new Set([t]);Xe(e,function(){console.error("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously tries to update the component. Move this work to useEffect instead.")})}}}function kr(e,t){Yi&&e.memoizedUpdaters.forEach(function(a){at(e,a,t)})}function Br(e,t){var a=Ae.actQueue;return a!==null?(a.push(t),c7):Q2(e,t)}function Rd(e){u2()&&Ae.actQueue===null&&Xe(e,function(){console.error(`An update to %s inside a test was not wrapped in act(...).
|
|
181
181
|
|
|
182
182
|
When testing, code that causes React state updates should be wrapped into act(...):
|
|
183
183
|
|
|
@@ -186,16 +186,16 @@ act(() => {
|
|
|
186
186
|
});
|
|
187
187
|
/* assert on the output */
|
|
188
188
|
|
|
189
|
-
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`,B(e))})}function Nl(e){e!==zh&&e.next===null&&(zh===null?cv=zh=e:zh=zh.next=e),rv=!0,Ae.actQueue!==null?bA||(bA=!0,Vy()):vA||(vA=!0,Vy())}function Bi(e,t){if(!AA&&rv){AA=!0;do for(var a=!1,i=cv;i!==null;){if(e!==0){var u=i.pendingLanes;if(u===0)var c=0;else{var h=i.suspendedLanes,g=i.pingedLanes;c=(1<<31-Qa(42|e)+1)-1,c&=u&~(h&~g),c=c&201326741?c&201326741|1:c?c|2:0}c!==0&&(a=!0,Rd(i,c))}else c=It,c=Ye(i,i===kn?c:0,i.cancelPendingCommit!==null||i.timeoutHandle!==p0),(c&3)===0||Ve(i,c)||(a=!0,Rd(i,c));i=i.next}while(a);AA=!1}}function Gy(){_1=window.event,Mm()}function Mm(){rv=bA=vA=!1;var e=0;Sf!==0&&A2()&&(e=Sf);for(var t=Ma(),a=null,i=cv;i!==null;){var u=i.next,c=Ur(i,t);c===0?(i.next=null,a===null?cv=u:a.next=u,u===null&&(zh=a)):(a=i,(e!==0||(c&3)!==0)&&(rv=!0)),i=u}La!==bf&&La!==iv||Bi(e),Sf!==0&&(Sf=0)}function Ur(e,t){for(var a=e.suspendedLanes,i=e.pingedLanes,u=e.expirationTimes,c=e.pendingLanes&-62914561;0<c;){var h=31-Qa(c),g=1<<h,S=u[h];S===-1?((g&a)===0||(g&i)!==0)&&(u[h]=Ze(g,t)):S<=t&&(e.expiredLanes|=g),c&=~g}if(t=kn,a=It,a=Ye(e,e===t?a:0,e.cancelPendingCommit!==null||e.timeoutHandle!==p0),i=e.callbackNode,a===0||e===t&&(En===u0||En===c0)||e.cancelPendingCommit!==null)return i!==null&&km(i),e.callbackNode=null,e.callbackPriority=0;if((a&3)===0||Ve(e,a)){if(t=a&-a,t!==e.callbackPriority||Ae.actQueue!==null&&i!==SA)km(i);else return t;switch(mt(a)){case Aa:case Xa:a=ah;break;case tl:a=Ac;break;case bu:a=lh;break;default:a=Ac}return i=g2.bind(null,e),Ae.actQueue!==null?(Ae.actQueue.push(i),a=SA):a=Q2(a,i),e.callbackPriority=t,e.callbackNode=a,t}return i!==null&&km(i),e.callbackPriority=2,e.callbackNode=null,2}function g2(e,t){if(Gg=qg=!1,_1=window.event,La!==bf&&La!==iv)return e.callbackNode=null,e.callbackPriority=0,null;var a=e.callbackNode;if(Bs===ov&&(Bs=dA),Cd()&&e.callbackNode!==a)return null;var i=It;return i=Ye(e,e===kn?i:0,e.cancelPendingCommit!==null||e.timeoutHandle!==p0),i===0?null:(Ly(e,i,t),Ur(e,Ma()),e.callbackNode!=null&&e.callbackNode===a?g2.bind(null,e):null)}function Rd(e,t){if(Cd())return null;qg=Gg,Gg=!1,Ly(e,t,!0)}function km(e){e!==SA&&e!==null&&eh(e)}function Vy(){Ae.actQueue!==null&&Ae.actQueue.push(function(){return Mm(),null}),b7(function(){(cn&(Ja|ai))!==ll?Q2(X2,Gy):Mm()})}function v2(){if(Sf===0){var e=t0;e===0&&(e=$r,$r<<=1,($r&261888)===0&&($r=256)),Sf=e}return Sf}function fn(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:(Jt(e,"action"),Bu(""+e))}function Sn(e,t){var a=t.ownerDocument.createElement("input");return a.name=t.name,a.value=t.value,e.id&&a.setAttribute("form",e.id),t.parentNode.insertBefore(a,t),e=new FormData(e),a.parentNode.removeChild(a),e}function Pt(e,t,a,i,u){if(t==="submit"&&a&&a.stateNode===u){var c=fn((u[Tl]||null).action),h=i.submitter;h&&(t=(t=h[Tl]||null)?fn(t.formAction):h.getAttribute("formAction"),t!==null&&(c=t,h=null));var g=new Dg("action","action",null,i,u);e.push({event:g,listeners:[{instance:null,listener:function(){if(i.defaultPrevented){if(Sf!==0){var S=h?Sn(u,h):new FormData(u),O={pending:!0,data:S,method:u.method,action:c};Object.freeze(O),gs(a,O,null,S)}}else typeof c=="function"&&(g.preventDefault(),S=h?Sn(u,h):new FormData(u),O={pending:!0,data:S,method:u.method,action:c},Object.freeze(O),gs(a,O,c,S))},currentTarget:u}]})}}function Ft(e,t,a){e.currentTarget=a;try{t(e)}catch(i){Bb(i)}e.currentTarget=null}function vn(e,t){t=(t&4)!==0;for(var a=0;a<e.length;a++){var i=e[a];e:{var u=void 0,c=i.event;if(i=i.listeners,t)for(var h=i.length-1;0<=h;h--){var g=i[h],S=g.instance,O=g.currentTarget;if(g=g.listener,S!==u&&c.isPropagationStopped())break e;S!==null?Xe(S,Ft,c,g,O):Ft(c,g,O),u=S}else for(h=0;h<i.length;h++){if(g=i[h],S=g.instance,O=g.currentTarget,g=g.listener,S!==u&&c.isPropagationStopped())break e;S!==null?Xe(S,Ft,c,g,O):Ft(c,g,O),u=S}}}}function wt(e,t){TA.has(e)||console.error('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=t[Tc];a===void 0&&(a=t[Tc]=new Set);var i=e+"__bubble";a.has(i)||(Bm(t,e,2,!1),a.add(i))}function Ui(e,t,a){TA.has(e)&&!t&&console.error('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var i=0;t&&(i|=4),Bm(a,e,i,t)}function du(e){if(!e[fv]){e[fv]=!0,Eg.forEach(function(a){a!=="selectionchange"&&(TA.has(a)||Ui(a,!1,e),Ui(a,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[fv]||(t[fv]=!0,Ui("selectionchange",!1,t))}}function Bm(e,t,a,i){switch(Jm(t)){case Aa:var u=B2;break;case Xa:u=Va;break;default:u=U2}a=u.bind(null,t,a,e),u=void 0,!wb||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(u=!0),i?u!==void 0?e.addEventListener(t,a,{capture:!0,passive:u}):e.addEventListener(t,a,!0):u!==void 0?e.addEventListener(t,a,{passive:u}):e.addEventListener(t,a,!1)}function Jo(e,t,a,i,u){var c=i;if((t&1)===0&&(t&2)===0&&i!==null)e:for(;;){if(i===null)return;var h=i.tag;if(h===3||h===4){var g=i.stateNode.containerInfo;if(g===u)break;if(h===4)for(h=i.return;h!==null;){var S=h.tag;if((S===3||S===4)&&h.stateNode.containerInfo===u)return;h=h.return}for(;g!==null;){if(h=de(g),h===null)return;if(S=h.tag,S===5||S===6||S===26||S===27){i=c=h;continue e}g=g.parentNode}}i=i.return}tr(function(){var O=c,$=Hl(a),ee=[];e:{var V=O4.get(e);if(V!==void 0){var ye=Dg,We=e;switch(e){case"keypress":if(Uu(a)===0)break e;case"keydown":case"keyup":ye=EE;break;case"focusin":We="focus",ye=xb;break;case"focusout":We="blur",ye=xb;break;case"beforeblur":case"afterblur":ye=xb;break;case"click":if(a.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ye=d4;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ye=dE;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ye=xE;break;case T4:case w4:case E4:ye=pE;break;case C4:ye=DE;break;case"scroll":case"scrollend":ye=rE;break;case"wheel":ye=ME;break;case"copy":case"cut":case"paste":ye=gE;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ye=h4;break;case"toggle":case"beforetoggle":ye=BE}var it=(t&4)!==0,zn=!it&&(e==="scroll"||e==="scrollend"),an=it?V!==null?V+"Capture":null:V;it=[];for(var G=O,I;G!==null;){var W=G;if(I=W.stateNode,W=W.tag,W!==5&&W!==26&&W!==27||I===null||an===null||(W=ro(G,an),W!=null&&it.push(Nn(G,W,I))),zn)break;G=G.return}0<it.length&&(V=new ye(V,We,null,a,$),ee.push({event:V,listeners:it}))}}if((t&7)===0){e:{if(V=e==="mouseover"||e==="pointerover",ye=e==="mouseout"||e==="pointerout",V&&a!==K2&&(We=a.relatedTarget||a.fromElement)&&(de(We)||We[xs]))break e;if((ye||V)&&(V=$.window===$?$:(V=$.ownerDocument)?V.defaultView||V.parentWindow:window,ye?(We=a.relatedTarget||a.toElement,ye=O,We=We?de(We):null,We!==null&&(zn=Ie(We),it=We.tag,We!==zn||it!==5&&it!==27&&it!==6)&&(We=null)):(ye=null,We=O),ye!==We)){if(it=d4,W="onMouseLeave",an="onMouseEnter",G="mouse",(e==="pointerout"||e==="pointerover")&&(it=h4,W="onPointerLeave",an="onPointerEnter",G="pointer"),zn=ye==null?V:Le(ye),I=We==null?V:Le(We),V=new it(W,G+"leave",ye,a,$),V.target=zn,V.relatedTarget=I,W=null,de($)===O&&(it=new it(an,G+"enter",We,a,$),it.target=I,it.relatedTarget=zn,W=it),zn=W,ye&&We)t:{for(it=dc,an=ye,G=We,I=0,W=an;W;W=it(W))I++;W=0;for(var De=G;De;De=it(De))W++;for(;0<I-W;)an=it(an),I--;for(;0<W-I;)G=it(G),W--;for(;I--;){if(an===G||G!==null&&an===G.alternate){it=an;break t}an=it(an),G=it(G)}it=null}else it=null;ye!==null&&Um(ee,V,ye,it,!1),We!==null&&zn!==null&&Um(ee,zn,We,it,!0)}}e:{if(V=O?Le(O):window,ye=V.nodeName&&V.nodeName.toLowerCase(),ye==="select"||ye==="input"&&V.type==="file")var nt=hi;else if(qe(V))if(A4)nt=Gf;else{nt=nr;var Nt=k0}else ye=V.nodeName,!ye||ye.toLowerCase()!=="input"||V.type!=="checkbox"&&V.type!=="radio"?O&&co(O.elementType)&&(nt=hi):nt=ar;if(nt&&(nt=nt(e,O))){xn(ee,nt,a,$);break e}Nt&&Nt(e,V,O),e==="focusout"&&O&&V.type==="number"&&O.memoizedProps.value!=null&&Hs(V,"number",V.value)}switch(Nt=O?Le(O):window,e){case"focusin":(qe(Nt)||Nt.contentEditable==="true")&&(dh=Nt,Db=O,a1=null);break;case"focusout":a1=Db=dh=null;break;case"mousedown":Nb=!0;break;case"contextmenu":case"mouseup":case"dragend":Nb=!1,fy(ee,a,$);break;case"selectionchange":if(HE)break;case"keydown":case"keyup":fy(ee,a,$)}var vt;if(Rb)e:{switch(e){case"compositionstart":var yt="onCompositionStart";break e;case"compositionend":yt="onCompositionEnd";break e;case"compositionupdate":yt="onCompositionUpdate";break e}yt=void 0}else fh?fe(e,a)&&(yt="onCompositionEnd"):e==="keydown"&&a.keyCode===p4&&(yt="onCompositionStart");yt&&(y4&&a.locale!=="ko"&&(fh||yt!=="onCompositionStart"?yt==="onCompositionEnd"&&fh&&(vt=is()):(af=$,Eb="value"in af?af.value:af.textContent,fh=!0)),Nt=Fo(O,yt),0<Nt.length&&(yt=new m4(yt,e,null,a,$),ee.push({event:yt,listeners:Nt}),vt?yt.data=vt:(vt=H(a),vt!==null&&(yt.data=vt)))),(vt=zE?F(e,a):Oe(e,a))&&(yt=Fo(O,"onBeforeInput"),0<yt.length&&(Nt=new bE("onBeforeInput","beforeinput",null,a,$),ee.push({event:Nt,listeners:yt}),Nt.data=vt)),Pt(ee,e,O,a,$)}vn(ee,t)})}function Nn(e,t,a){return{instance:e,listener:t,currentTarget:a}}function Fo(e,t){for(var a=t+"Capture",i=[];e!==null;){var u=e,c=u.stateNode;if(u=u.tag,u!==5&&u!==26&&u!==27||c===null||(u=ro(e,a),u!=null&&i.unshift(Nn(e,u,c)),u=ro(e,t),u!=null&&i.push(Nn(e,u,c))),e.tag===3)return i;e=e.return}return[]}function dc(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function Um(e,t,a,i,u){for(var c=t._reactName,h=[];a!==null&&a!==i;){var g=a,S=g.alternate,O=g.stateNode;if(g=g.tag,S!==null&&S===i)break;g!==5&&g!==26&&g!==27||O===null||(S=O,u?(O=ro(a,c),O!=null&&h.unshift(Nn(a,O,S))):u||(O=ro(a,c),O!=null&&h.push(Nn(a,O,S)))),a=a.return}h.length!==0&&e.push({event:t,listeners:h})}function bl(e,t){M0(e,t),e!=="input"&&e!=="textarea"&&e!=="select"||t==null||t.value!==null||r4||(r4=!0,e==="select"&&t.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e));var a={registrationNameDependencies:qi,possibleRegistrationNames:tf};co(e)||typeof t.is=="string"||op(e,t,a),t.contentEditable&&!t.suppressContentEditableWarning&&t.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional.")}function In(e,t,a,i){t!==a&&(a=Zo(a),Zo(t)!==a&&(i[e]=t))}function Dd(e,t,a){t.forEach(function(i){a[Ts(i)]=i==="style"?mu(e):e.getAttribute(i)})}function Jn(e,t){t===!1?console.error("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):console.error("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)}function zm(e,t){return e=e.namespaceURI===Bt||e.namespaceURI===Yt?e.ownerDocument.createElementNS(e.namespaceURI,e.tagName):e.ownerDocument.createElement(e.tagName),e.innerHTML=t,e.innerHTML}function Zo(e){return Wt(e)&&(console.error("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.",ln(e)),Mt(e)),(typeof e=="string"?e:""+e).replace(r7,`
|
|
190
|
-
`).replace(f7,"")}function b2(e,t){return t=Zo(t),Zo(e)===t}function hn(e,t,a,i,u,c){switch(a){case"children":typeof i=="string"?(ku(i,t,!1),t==="body"||t==="textarea"&&i===""||os(e,i)):(typeof i=="number"||typeof i=="bigint")&&(ku(""+i,t,!1),t!=="body"&&os(e,""+i));break;case"className":Za(e,"class",i);break;case"tabIndex":Za(e,"tabindex",i);break;case"dir":case"role":case"viewBox":case"width":case"height":Za(e,a,i);break;case"style":jf(e,i,c);break;case"data":if(t!=="object"){Za(e,"data",i);break}case"src":case"href":if(i===""&&(t!=="a"||a!=="href")){console.error(a==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',a,a),e.removeAttribute(a);break}if(i==null||typeof i=="function"||typeof i=="symbol"||typeof i=="boolean"){e.removeAttribute(a);break}Jt(i,a),i=Bu(""+i),e.setAttribute(a,i);break;case"action":case"formAction":if(i!=null&&(t==="form"?a==="formAction"?console.error("You can only pass the formAction prop to <input> or <button>. Use the action prop on <form>."):typeof i=="function"&&(u.encType==null&&u.method==null||hv||(hv=!0,console.error("Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.")),u.target==null||mv||(mv=!0,console.error("Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window."))):t==="input"||t==="button"?a==="action"?console.error("You can only pass the action prop to <form>. Use the formAction prop on <input> or <button>."):t!=="input"||u.type==="submit"||u.type==="image"||dv?t!=="button"||u.type==null||u.type==="submit"||dv?typeof i=="function"&&(u.name==null||Z8||(Z8=!0,console.error('Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.')),u.formEncType==null&&u.formMethod==null||hv||(hv=!0,console.error("Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.")),u.formTarget==null||mv||(mv=!0,console.error("Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window."))):(dv=!0,console.error('A button can only specify a formAction along with type="submit" or no type.')):(dv=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".')):console.error(a==="action"?"You can only pass the action prop to <form>.":"You can only pass the formAction prop to <input> or <button>.")),typeof i=="function"){e.setAttribute(a,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof c=="function"&&(a==="formAction"?(t!=="input"&&hn(e,t,"name",u.name,u,null),hn(e,t,"formEncType",u.formEncType,u,null),hn(e,t,"formMethod",u.formMethod,u,null),hn(e,t,"formTarget",u.formTarget,u,null)):(hn(e,t,"encType",u.encType,u,null),hn(e,t,"method",u.method,u,null),hn(e,t,"target",u.target,u,null)));if(i==null||typeof i=="symbol"||typeof i=="boolean"){e.removeAttribute(a);break}Jt(i,a),i=Bu(""+i),e.setAttribute(a,i);break;case"onClick":i!=null&&(typeof i!="function"&&Jn(a,i),e.onclick=Ol);break;case"onScroll":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scroll",e));break;case"onScrollEnd":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scrollend",e));break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(a=i.__html,a!=null){if(u.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=a}}break;case"multiple":e.multiple=i&&typeof i!="function"&&typeof i!="symbol";break;case"muted":e.muted=i&&typeof i!="function"&&typeof i!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(i==null||typeof i=="function"||typeof i=="boolean"||typeof i=="symbol"){e.removeAttribute("xlink:href");break}Jt(i,a),a=Bu(""+i),e.setAttributeNS(d0,"xlink:href",a);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":i!=null&&typeof i!="function"&&typeof i!="symbol"?(Jt(i,a),e.setAttribute(a,""+i)):e.removeAttribute(a);break;case"inert":i!==""||pv[a]||(pv[a]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",a));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":i&&typeof i!="function"&&typeof i!="symbol"?e.setAttribute(a,""):e.removeAttribute(a);break;case"capture":case"download":i===!0?e.setAttribute(a,""):i!==!1&&i!=null&&typeof i!="function"&&typeof i!="symbol"?(Jt(i,a),e.setAttribute(a,i)):e.removeAttribute(a);break;case"cols":case"rows":case"size":case"span":i!=null&&typeof i!="function"&&typeof i!="symbol"&&!isNaN(i)&&1<=i?(Jt(i,a),e.setAttribute(a,i)):e.removeAttribute(a);break;case"rowSpan":case"start":i==null||typeof i=="function"||typeof i=="symbol"||isNaN(i)?e.removeAttribute(a):(Jt(i,a),e.setAttribute(a,i));break;case"popover":wt("beforetoggle",e),wt("toggle",e),Qn(e,"popover",i);break;case"xlinkActuate":On(e,d0,"xlink:actuate",i);break;case"xlinkArcrole":On(e,d0,"xlink:arcrole",i);break;case"xlinkRole":On(e,d0,"xlink:role",i);break;case"xlinkShow":On(e,d0,"xlink:show",i);break;case"xlinkTitle":On(e,d0,"xlink:title",i);break;case"xlinkType":On(e,d0,"xlink:type",i);break;case"xmlBase":On(e,wA,"xml:base",i);break;case"xmlLang":On(e,wA,"xml:lang",i);break;case"xmlSpace":On(e,wA,"xml:space",i);break;case"is":c!=null&&console.error('Cannot update the "is" prop after it has been initialized.'),Qn(e,"is",i);break;case"innerText":case"textContent":break;case"popoverTarget":K8||i==null||typeof i!="object"||(K8=!0,console.error("The `popoverTarget` prop expects the ID of an Element as a string. Received %s instead.",i));default:!(2<a.length)||a[0]!=="o"&&a[0]!=="O"||a[1]!=="n"&&a[1]!=="N"?(a=D0(a),Qn(e,a,i)):qi.hasOwnProperty(a)&&i!=null&&typeof i!="function"&&Jn(a,i)}}function zr(e,t,a,i,u,c){switch(a){case"style":jf(e,i,c);break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(a=i.__html,a!=null){if(u.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=a}}break;case"children":typeof i=="string"?os(e,i):(typeof i=="number"||typeof i=="bigint")&&os(e,""+i);break;case"onScroll":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scroll",e));break;case"onScrollEnd":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scrollend",e));break;case"onClick":i!=null&&(typeof i!="function"&&Jn(a,i),e.onclick=Ol);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(qi.hasOwnProperty(a))i!=null&&typeof i!="function"&&Jn(a,i);else e:{if(a[0]==="o"&&a[1]==="n"&&(u=a.endsWith("Capture"),t=a.slice(2,u?a.length-7:void 0),c=e[Tl]||null,c=c!=null?c[a]:null,typeof c=="function"&&e.removeEventListener(t,c,u),typeof i=="function")){typeof c!="function"&&c!==null&&(a in e?e[a]=null:e.hasAttribute(a)&&e.removeAttribute(a)),e.addEventListener(t,i,u);break e}a in e?e[a]=i:i===!0?e.setAttribute(a,""):Qn(e,a,i)}}}function jn(e,t,a){switch(bl(t,a),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":wt("error",e),wt("load",e);var i=!1,u=!1,c;for(c in a)if(a.hasOwnProperty(c)){var h=a[c];if(h!=null)switch(c){case"src":i=!0;break;case"srcSet":u=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:hn(e,t,c,h,a,null)}}u&&hn(e,t,"srcSet",a.srcSet,a,null),i&&hn(e,t,"src",a.src,a,null);return;case"input":kt("input",a),wt("invalid",e);var g=c=h=u=null,S=null,O=null;for(i in a)if(a.hasOwnProperty(i)){var $=a[i];if($!=null)switch(i){case"name":u=$;break;case"type":h=$;break;case"checked":S=$;break;case"defaultChecked":O=$;break;case"value":c=$;break;case"defaultValue":g=$;break;case"children":case"dangerouslySetInnerHTML":if($!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:hn(e,t,i,$,a,null)}}qa(e,a),Ic(e,c,g,S,O,h,u,!1);return;case"select":kt("select",a),wt("invalid",e),i=h=c=null;for(u in a)if(a.hasOwnProperty(u)&&(g=a[u],g!=null))switch(u){case"value":c=g;break;case"defaultValue":h=g;break;case"multiple":i=g;default:hn(e,t,u,g,a,null)}Fc(e,a),t=c,a=h,e.multiple=!!i,t!=null?_l(e,!!i,t,!1):a!=null&&_l(e,!!i,a,!0);return;case"textarea":kt("textarea",a),wt("invalid",e),c=u=i=null;for(h in a)if(a.hasOwnProperty(h)&&(g=a[h],g!=null))switch(h){case"value":i=g;break;case"defaultValue":u=g;break;case"children":c=g;break;case"dangerouslySetInnerHTML":if(g!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:hn(e,t,h,g,a,null)}fi(e,a),ns(e,i,u,c);return;case"option":zf(e,a);for(S in a)a.hasOwnProperty(S)&&(i=a[S],i!=null)&&(S==="selected"?e.selected=i&&typeof i!="function"&&typeof i!="symbol":hn(e,t,S,i,a,null));return;case"dialog":wt("beforetoggle",e),wt("toggle",e),wt("cancel",e),wt("close",e);break;case"iframe":case"object":wt("load",e);break;case"video":case"audio":for(i=0;i<B1.length;i++)wt(B1[i],e);break;case"image":wt("error",e),wt("load",e);break;case"details":wt("toggle",e);break;case"embed":case"source":case"link":wt("error",e),wt("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(O in a)if(a.hasOwnProperty(O)&&(i=a[O],i!=null))switch(O){case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:hn(e,t,O,i,a,null)}return;default:if(co(t)){for($ in a)a.hasOwnProperty($)&&(i=a[$],i!==void 0&&zr(e,t,$,i,a,void 0));return}}for(g in a)a.hasOwnProperty(g)&&(i=a[g],i!=null&&hn(e,t,g,i,a,null))}function va(e,t,a,i){switch(bl(t,i),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var u=null,c=null,h=null,g=null,S=null,O=null,$=null;for(ye in a){var ee=a[ye];if(a.hasOwnProperty(ye)&&ee!=null)switch(ye){case"checked":break;case"value":break;case"defaultValue":S=ee;default:i.hasOwnProperty(ye)||hn(e,t,ye,null,i,ee)}}for(var V in i){var ye=i[V];if(ee=a[V],i.hasOwnProperty(V)&&(ye!=null||ee!=null))switch(V){case"type":c=ye;break;case"name":u=ye;break;case"checked":O=ye;break;case"defaultChecked":$=ye;break;case"value":h=ye;break;case"defaultValue":g=ye;break;case"children":case"dangerouslySetInnerHTML":if(ye!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:ye!==ee&&hn(e,t,V,ye,i,ee)}}t=a.type==="checkbox"||a.type==="radio"?a.checked!=null:a.value!=null,i=i.type==="checkbox"||i.type==="radio"?i.checked!=null:i.value!=null,t||!i||F8||(console.error("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),F8=!0),!t||i||J8||(console.error("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),J8=!0),ri(e,h,g,S,O,$,c,u);return;case"select":ye=h=g=V=null;for(c in a)if(S=a[c],a.hasOwnProperty(c)&&S!=null)switch(c){case"value":break;case"multiple":ye=S;default:i.hasOwnProperty(c)||hn(e,t,c,null,i,S)}for(u in i)if(c=i[u],S=a[u],i.hasOwnProperty(u)&&(c!=null||S!=null))switch(u){case"value":V=c;break;case"defaultValue":g=c;break;case"multiple":h=c;default:c!==S&&hn(e,t,u,c,i,S)}i=g,t=h,a=ye,V!=null?_l(e,!!t,V,!1):!!a!=!!t&&(i!=null?_l(e,!!t,i,!0):_l(e,!!t,t?[]:"",!1));return;case"textarea":ye=V=null;for(g in a)if(u=a[g],a.hasOwnProperty(g)&&u!=null&&!i.hasOwnProperty(g))switch(g){case"value":break;case"children":break;default:hn(e,t,g,null,i,u)}for(h in i)if(u=i[h],c=a[h],i.hasOwnProperty(h)&&(u!=null||c!=null))switch(h){case"value":V=u;break;case"defaultValue":ye=u;break;case"children":break;case"dangerouslySetInnerHTML":if(u!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:u!==c&&hn(e,t,h,u,i,c)}di(e,V,ye);return;case"option":for(var We in a)V=a[We],a.hasOwnProperty(We)&&V!=null&&!i.hasOwnProperty(We)&&(We==="selected"?e.selected=!1:hn(e,t,We,null,i,V));for(S in i)V=i[S],ye=a[S],i.hasOwnProperty(S)&&V!==ye&&(V!=null||ye!=null)&&(S==="selected"?e.selected=V&&typeof V!="function"&&typeof V!="symbol":hn(e,t,S,V,i,ye));return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var it in a)V=a[it],a.hasOwnProperty(it)&&V!=null&&!i.hasOwnProperty(it)&&hn(e,t,it,null,i,V);for(O in i)if(V=i[O],ye=a[O],i.hasOwnProperty(O)&&V!==ye&&(V!=null||ye!=null))switch(O){case"children":case"dangerouslySetInnerHTML":if(V!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:hn(e,t,O,V,i,ye)}return;default:if(co(t)){for(var zn in a)V=a[zn],a.hasOwnProperty(zn)&&V!==void 0&&!i.hasOwnProperty(zn)&&zr(e,t,zn,void 0,i,V);for($ in i)V=i[$],ye=a[$],!i.hasOwnProperty($)||V===ye||V===void 0&&ye===void 0||zr(e,t,$,V,i,ye);return}}for(var an in a)V=a[an],a.hasOwnProperty(an)&&V!=null&&!i.hasOwnProperty(an)&&hn(e,t,an,null,i,V);for(ee in i)V=i[ee],ye=a[ee],!i.hasOwnProperty(ee)||V===ye||V==null&&ye==null||hn(e,t,ee,V,i,ye)}function Ts(e){switch(e){case"class":return"className";case"for":return"htmlFor";default:return e}}function mu(e){var t={};e=e.style;for(var a=0;a<e.length;a++){var i=e[a];t[i]=e.getPropertyValue(i)}return t}function zi(e,t,a){if(t!=null&&typeof t!="object")console.error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");else{var i,u=i="",c;for(c in t)if(t.hasOwnProperty(c)){var h=t[c];h!=null&&typeof h!="boolean"&&h!==""&&(c.indexOf("--")===0?(Cn(h,c),i+=u+c+":"+(""+h).trim()):typeof h!="number"||h===0||pt.has(c)?(Cn(h,c),i+=u+c.replace(Se,"-$1").toLowerCase().replace(dt,"-ms-")+":"+(""+h).trim()):i+=u+c.replace(Se,"-$1").toLowerCase().replace(dt,"-ms-")+":"+h+"px",u=";")}i=i||null,t=e.getAttribute("style"),t!==i&&(i=Zo(i),Zo(t)!==i&&(a.style=mu(e)))}}function Ml(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":return}else if(i!=null)switch(typeof i){case"function":case"symbol":case"boolean":break;default:if(Jt(i,t),e===""+i)return}In(t,e,i,c)}function _m(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null){switch(typeof i){case"function":case"symbol":return}if(!i)return}else switch(typeof i){case"function":case"symbol":break;default:if(i)return}In(t,e,i,c)}function Hm(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":return}else if(i!=null)switch(typeof i){case"function":case"symbol":break;default:if(Jt(i,a),e===""+i)return}In(t,e,i,c)}function _r(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":return;default:if(isNaN(i))return}else if(i!=null)switch(typeof i){case"function":case"symbol":case"boolean":break;default:if(!isNaN(i)&&(Jt(i,t),e===""+i))return}In(t,e,i,c)}function Nd(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":return}else if(i!=null)switch(typeof i){case"function":case"symbol":case"boolean":break;default:if(Jt(i,t),a=Bu(""+i),e===a)return}In(t,e,i,c)}function kl(e,t,a,i){for(var u={},c=new Set,h=e.attributes,g=0;g<h.length;g++)switch(h[g].name.toLowerCase()){case"value":break;case"checked":break;case"selected":break;default:c.add(h[g].name)}if(co(t)){for(var S in a)if(a.hasOwnProperty(S)){var O=a[S];if(O!=null){if(qi.hasOwnProperty(S))typeof O!="function"&&Jn(S,O);else if(a.suppressHydrationWarning!==!0)switch(S){case"children":typeof O!="string"&&typeof O!="number"||In("children",e.textContent,O,u);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":h=e.innerHTML,O=O?O.__html:void 0,O!=null&&(O=zm(e,O),In(S,h,O,u));continue;case"style":c.delete(S),zi(e,O,u);continue;case"offsetParent":case"offsetTop":case"offsetLeft":case"offsetWidth":case"offsetHeight":case"isContentEditable":case"outerText":case"outerHTML":c.delete(S.toLowerCase()),console.error("Assignment to read-only property will result in a no-op: `%s`",S);continue;case"className":c.delete("class"),h=Zn(e,"class",O),In("className",h,O,u);continue;default:i.context===_c&&t!=="svg"&&t!=="math"?c.delete(S.toLowerCase()):c.delete(S),h=Zn(e,S,O),In(S,h,O,u)}}}}else for(O in a)if(a.hasOwnProperty(O)&&(S=a[O],S!=null)){if(qi.hasOwnProperty(O))typeof S!="function"&&Jn(O,S);else if(a.suppressHydrationWarning!==!0)switch(O){case"children":typeof S!="string"&&typeof S!="number"||In("children",e.textContent,S,u);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"value":case"checked":case"selected":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":h=e.innerHTML,S=S?S.__html:void 0,S!=null&&(S=zm(e,S),h!==S&&(u[O]={__html:h}));continue;case"className":Ml(e,O,"class",S,c,u);continue;case"tabIndex":Ml(e,O,"tabindex",S,c,u);continue;case"style":c.delete(O),zi(e,S,u);continue;case"multiple":c.delete(O),In(O,e.multiple,S,u);continue;case"muted":c.delete(O),In(O,e.muted,S,u);continue;case"autoFocus":c.delete("autofocus"),In(O,e.autofocus,S,u);continue;case"data":if(t!=="object"){c.delete(O),h=e.getAttribute("data"),In(O,h,S,u);continue}case"src":case"href":if(!(S!==""||t==="a"&&O==="href"||t==="object"&&O==="data")){console.error(O==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',O,O);continue}Nd(e,O,O,S,c,u);continue;case"action":case"formAction":if(h=e.getAttribute(O),typeof S=="function"){c.delete(O.toLowerCase()),O==="formAction"?(c.delete("name"),c.delete("formenctype"),c.delete("formmethod"),c.delete("formtarget")):(c.delete("enctype"),c.delete("method"),c.delete("target"));continue}else if(h===d7){c.delete(O.toLowerCase()),In(O,"function",S,u);continue}Nd(e,O,O.toLowerCase(),S,c,u);continue;case"xlinkHref":Nd(e,O,"xlink:href",S,c,u);continue;case"contentEditable":Hm(e,O,"contenteditable",S,c,u);continue;case"spellCheck":Hm(e,O,"spellcheck",S,c,u);continue;case"draggable":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":Hm(e,O,O,S,c,u);continue;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":_m(e,O,O.toLowerCase(),S,c,u);continue;case"capture":case"download":e:{g=e;var $=h=O,ee=u;if(c.delete($),g=g.getAttribute($),g===null)switch(typeof S){case"undefined":case"function":case"symbol":break e;default:if(S===!1)break e}else if(S!=null)switch(typeof S){case"function":case"symbol":break;case"boolean":if(S===!0&&g==="")break e;break;default:if(Jt(S,h),g===""+S)break e}In(h,g,S,ee)}continue;case"cols":case"rows":case"size":case"span":e:{if(g=e,$=h=O,ee=u,c.delete($),g=g.getAttribute($),g===null)switch(typeof S){case"undefined":case"function":case"symbol":case"boolean":break e;default:if(isNaN(S)||1>S)break e}else if(S!=null)switch(typeof S){case"function":case"symbol":case"boolean":break;default:if(!(isNaN(S)||1>S)&&(Jt(S,h),g===""+S))break e}In(h,g,S,ee)}continue;case"rowSpan":_r(e,O,"rowspan",S,c,u);continue;case"start":_r(e,O,O,S,c,u);continue;case"xHeight":Ml(e,O,"x-height",S,c,u);continue;case"xlinkActuate":Ml(e,O,"xlink:actuate",S,c,u);continue;case"xlinkArcrole":Ml(e,O,"xlink:arcrole",S,c,u);continue;case"xlinkRole":Ml(e,O,"xlink:role",S,c,u);continue;case"xlinkShow":Ml(e,O,"xlink:show",S,c,u);continue;case"xlinkTitle":Ml(e,O,"xlink:title",S,c,u);continue;case"xlinkType":Ml(e,O,"xlink:type",S,c,u);continue;case"xmlBase":Ml(e,O,"xml:base",S,c,u);continue;case"xmlLang":Ml(e,O,"xml:lang",S,c,u);continue;case"xmlSpace":Ml(e,O,"xml:space",S,c,u);continue;case"inert":S!==""||pv[O]||(pv[O]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",O)),_m(e,O,O,S,c,u);continue;default:if(!(2<O.length)||O[0]!=="o"&&O[0]!=="O"||O[1]!=="n"&&O[1]!=="N"){g=D0(O),h=!1,i.context===_c&&t!=="svg"&&t!=="math"?c.delete(g.toLowerCase()):($=O.toLowerCase(),$=Po.hasOwnProperty($)&&Po[$]||null,$!==null&&$!==O&&(h=!0,c.delete($)),c.delete(g));e:if($=e,ee=g,g=S,en(ee))if($.hasAttribute(ee))$=$.getAttribute(ee),Jt(g,ee),g=$===""+g?g:$;else{switch(typeof g){case"function":case"symbol":break e;case"boolean":if($=ee.toLowerCase().slice(0,5),$!=="data-"&&$!=="aria-")break e}g=g===void 0?void 0:null}else g=void 0;h||In(O,g,S,u)}}}return 0<c.size&&a.suppressHydrationWarning!==!0&&Dd(e,c,u),Object.keys(u).length===0?null:u}function Qy(e,t){switch(e.length){case 0:return"";case 1:return e[0];case 2:return e[0]+" "+t+" "+e[1];default:return e.slice(0,-1).join(", ")+", "+t+" "+e[e.length-1]}}function Al(e){switch(e){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Xy(){if(typeof performance.getEntriesByType=="function"){for(var e=0,t=0,a=performance.getEntriesByType("resource"),i=0;i<a.length;i++){var u=a[i],c=u.transferSize,h=u.initiatorType,g=u.duration;if(c&&g&&Al(h)){for(h=0,g=u.responseEnd,i+=1;i<a.length;i++){var S=a[i],O=S.startTime;if(O>g)break;var $=S.transferSize,ee=S.initiatorType;$&&Al(ee)&&(S=S.responseEnd,h+=$*(S<g?1:(g-O)/(S-O)))}if(--i,t+=8*(c+h)/(u.duration/1e3),e++,10<e)break}}if(0<e)return t/e/1e6}return navigator.connection&&(e=navigator.connection.downlink,typeof e=="number")?e:5}function Md(e){return e.nodeType===9?e:e.ownerDocument}function Iy(e){switch(e){case Yt:return Hh;case Bt:return gv;default:return _c}}function ws(e,t){if(e===_c)switch(t){case"svg":return Hh;case"math":return gv;default:return _c}return e===Hh&&t==="foreignObject"?_c:e}function Hr(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function A2(){var e=window.event;return e&&e.type==="popstate"?e===xA?!1:(xA=e,!0):(xA=null,!1)}function _i(){var e=window.event;return e&&e!==_1?e.type:null}function Lr(){var e=window.event;return e&&e!==_1?e.timeStamp:-1.1}function Jy(e){setTimeout(function(){throw e})}function Fy(e,t,a){switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&e.focus();break;case"img":a.src?e.src=a.src:a.srcSet&&(e.srcset=a.srcSet)}}function Zy(){}function Lm(e,t,a,i){va(e,t,a,i),e[Tl]=i}function jm(e){os(e,"")}function yb(e,t,a){e.nodeValue=a}function Ky(e){if(!e.__reactWarnedAboutChildrenConflict){var t=e[Tl]||null;if(t!==null){var a=oe(e);a!==null&&(typeof t.children=="string"||typeof t.children=="number"?(e.__reactWarnedAboutChildrenConflict=!0,Xe(a,function(){console.error('Cannot use a ref on a React element as a container to `createRoot` or `createPortal` if that element also sets "children" text content using React. It should be a leaf with no children. Otherwise it\'s ambiguous which children should be used.')})):t.dangerouslySetInnerHTML!=null&&(e.__reactWarnedAboutChildrenConflict=!0,Xe(a,function(){console.error('Cannot use a ref on a React element as a container to `createRoot` or `createPortal` if that element also sets "dangerouslySetInnerHTML" using React. It should be a leaf with no children. Otherwise it\'s ambiguous which children should be used.')})))}}}function hu(e){return e==="head"}function Wy(e,t){e.removeChild(t)}function $y(e,t){(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e).removeChild(t)}function mc(e,t){var a=t,i=0;do{var u=a.nextSibling;if(e.removeChild(a),u&&u.nodeType===8)if(a=u.data,a===z1||a===yv){if(i===0){e.removeChild(u),gc(t);return}i--}else if(a===U1||a===Tf||a===h0||a===_h||a===m0)i++;else if(a===h7)Cs(e.ownerDocument.documentElement);else if(a===y7){a=e.ownerDocument.head,Cs(a);for(var c=a.firstChild;c;){var h=c.nextSibling,g=c.nodeName;c[ef]||g==="SCRIPT"||g==="STYLE"||g==="LINK"&&c.rel.toLowerCase()==="stylesheet"||a.removeChild(c),c=h}}else a===p7&&Cs(e.ownerDocument.body);a=u}while(a);gc(t)}function kd(e,t){var a=e;e=0;do{var i=a.nextSibling;if(a.nodeType===1?t?(a._stashedDisplay=a.style.display,a.style.display="none"):(a.style.display=a._stashedDisplay||"",a.getAttribute("style")===""&&a.removeAttribute("style")):a.nodeType===3&&(t?(a._stashedText=a.nodeValue,a.nodeValue=""):a.nodeValue=a._stashedText||""),i&&i.nodeType===8)if(a=i.data,a===z1){if(e===0)break;e--}else a!==U1&&a!==Tf&&a!==h0&&a!==_h||e++;a=i}while(a)}function Py(e){kd(e,!0)}function eg(e){e=e.style,typeof e.setProperty=="function"?e.setProperty("display","none","important"):e.display="none"}function tg(e){e.nodeValue=""}function ng(e){kd(e,!1)}function ag(e,t){t=t[g7],t=t!=null&&t.hasOwnProperty("display")?t.display:null,e.style.display=t==null||typeof t=="boolean"?"":(""+t).trim()}function lg(e,t){e.nodeValue=t}function jr(e){var t=e.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var a=t;switch(t=t.nextSibling,a.nodeName){case"HTML":case"HEAD":case"BODY":jr(a),L(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}e.removeChild(a)}}function og(e,t,a,i){for(;e.nodeType===1;){var u=a;if(e.nodeName.toLowerCase()!==t.toLowerCase()){if(!i&&(e.nodeName!=="INPUT"||e.type!=="hidden"))break}else if(i){if(!e[ef])switch(t){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if(c=e.getAttribute("rel"),c==="stylesheet"&&e.hasAttribute("data-precedence"))break;if(c!==u.rel||e.getAttribute("href")!==(u.href==null||u.href===""?null:u.href)||e.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin)||e.getAttribute("title")!==(u.title==null?null:u.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(c=e.getAttribute("src"),(c!==(u.src==null?null:u.src)||e.getAttribute("type")!==(u.type==null?null:u.type)||e.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin))&&c&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(t==="input"&&e.type==="hidden"){Jt(u.name,"name");var c=u.name==null?null:""+u.name;if(u.type==="hidden"&&e.getAttribute("name")===c)return e}else return e;if(e=Kl(e.nextSibling),e===null)break}return null}function ig(e,t,a){if(t==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!a||(e=Kl(e.nextSibling),e===null))return null;return e}function bn(e,t){for(;e.nodeType!==8;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!t||(e=Kl(e.nextSibling),e===null))return null;return e}function Bd(e){return e.data===Tf||e.data===h0}function S2(e){return e.data===_h||e.data===Tf&&e.ownerDocument.readyState!==$8}function sg(e,t){var a=e.ownerDocument;if(e.data===h0)e._reactRetry=t;else if(e.data!==Tf||a.readyState!==$8)t();else{var i=function(){t(),a.removeEventListener("DOMContentLoaded",i)};a.addEventListener("DOMContentLoaded",i),e._reactRetry=i}}function Kl(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t===U1||t===_h||t===Tf||t===h0||t===m0||t===EA||t===W8)break;if(t===z1||t===yv)return null}}return e}function ug(e){if(e.nodeType===1){for(var t=e.nodeName.toLowerCase(),a={},i=e.attributes,u=0;u<i.length;u++){var c=i[u];a[Ts(c.name)]=c.name.toLowerCase()==="style"?mu(e):c.value}return{type:t,props:a}}return e.nodeType===8?e.data===m0?{type:"Activity",props:{}}:{type:"Suspense",props:{}}:e.nodeValue}function cg(e,t,a){return a===null||a[m7]!==!0?(e.nodeValue===t?e=null:(t=Zo(t),e=Zo(e.nodeValue)===t?null:e.nodeValue),e):null}function Yr(e){e=e.nextSibling;for(var t=0;e;){if(e.nodeType===8){var a=e.data;if(a===z1||a===yv){if(t===0)return Kl(e.nextSibling);t--}else a!==U1&&a!==_h&&a!==Tf&&a!==h0&&a!==m0||t++}e=e.nextSibling}return null}function hc(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var a=e.data;if(a===U1||a===_h||a===Tf||a===h0||a===m0){if(t===0)return e;t--}else a!==z1&&a!==yv||t++}e=e.previousSibling}return null}function T2(e){gc(e)}function Ym(e){gc(e)}function w2(e){gc(e)}function Es(e,t,a,i,u){switch(u&&Mu(e,i.ancestorInfo),t=Md(a),e){case"html":if(e=t.documentElement,!e)throw Error("React expected an <html> element (document.documentElement) to exist in the Document but one was not found. React never removes the documentElement for any Document it renders into so the cause is likely in some other script running on this page.");return e;case"head":if(e=t.head,!e)throw Error("React expected a <head> element (document.head) to exist in the Document but one was not found. React never removes the head for any Document it renders into so the cause is likely in some other script running on this page.");return e;case"body":if(e=t.body,!e)throw Error("React expected a <body> element (document.body) to exist in the Document but one was not found. React never removes the body for any Document it renders into so the cause is likely in some other script running on this page.");return e;default:throw Error("resolveSingletonInstance was called with an element type that is not supported. This is a bug in React.")}}function Hi(e,t,a,i){if(!a[xs]&&oe(a)){var u=a.tagName.toLowerCase();console.error("You are mounting a new %s component when a previous one has not first unmounted. It is an error to render more than one %s component at a time and attributes and children of these components will likely fail in unpredictable ways. Please only render a single instance of <%s> and if you need to mount a new one, ensure any previous ones have unmounted first.",u,u,u)}switch(e){case"html":case"head":case"body":break;default:console.error("acquireSingletonInstance was called with an element type that is not supported. This is a bug in React.")}for(u=a.attributes;u.length;)a.removeAttributeNode(u[0]);jn(a,e,t),a[Yn]=i,a[Tl]=t}function Cs(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);L(e)}function qm(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}function E2(e,t,a){var i=Lh;if(i&&typeof t=="string"&&t){var u=sn(t);u='link[rel="'+e+'"][href="'+u+'"]',typeof a=="string"&&(u+='[crossorigin="'+a+'"]'),lT.has(u)||(lT.add(u),e={rel:e,crossOrigin:a,href:t},i.querySelector(u)===null&&(t=i.createElement("link"),jn(t,"link",e),Be(t),i.head.appendChild(t)))}}function C2(e,t,a,i){var u=(u=Wl.current)?qm(u):null;if(!u)throw Error('"resourceRoot" was expected to exist. This is a bug in React.');switch(e){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(a=pc(a.href),t=Qe(u).hoistableStyles,i=t.get(a),i||(i={type:"style",instance:null,count:0,state:null},t.set(a,i)),i):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){e=pc(a.href);var c=Qe(u).hoistableStyles,h=c.get(e);if(!h&&(u=u.ownerDocument||u,h={type:"stylesheet",instance:null,count:0,state:{loading:y0,preload:null}},c.set(e,h),(c=u.querySelector(zd(e)))&&!c._p&&(h.instance=c,h.state.loading=H1|$i),!Pi.has(e))){var g={rel:"preload",as:"style",href:a.href,crossOrigin:a.crossOrigin,integrity:a.integrity,media:a.media,hrefLang:a.hrefLang,referrerPolicy:a.referrerPolicy};Pi.set(e,g),c||rg(u,e,g,h.state)}if(t&&i===null)throw a=`
|
|
189
|
+
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`,B(e))})}function Nl(e){e!==zh&&e.next===null&&(zh===null?cv=zh=e:zh=zh.next=e),rv=!0,Ae.actQueue!==null?bA||(bA=!0,Vy()):vA||(vA=!0,Vy())}function Bi(e,t){if(!AA&&rv){AA=!0;do for(var a=!1,i=cv;i!==null;){if(e!==0){var u=i.pendingLanes;if(u===0)var c=0;else{var h=i.suspendedLanes,g=i.pingedLanes;c=(1<<31-Qa(42|e)+1)-1,c&=u&~(h&~g),c=c&201326741?c&201326741|1:c?c|2:0}c!==0&&(a=!0,Dd(i,c))}else c=It,c=Ye(i,i===kn?c:0,i.cancelPendingCommit!==null||i.timeoutHandle!==y0),(c&3)===0||Ve(i,c)||(a=!0,Dd(i,c));i=i.next}while(a);AA=!1}}function Gy(){_1=window.event,Mm()}function Mm(){rv=bA=vA=!1;var e=0;Sf!==0&&A2()&&(e=Sf);for(var t=Ma(),a=null,i=cv;i!==null;){var u=i.next,c=Ur(i,t);c===0?(i.next=null,a===null?cv=u:a.next=u,u===null&&(zh=a)):(a=i,(e!==0||(c&3)!==0)&&(rv=!0)),i=u}La!==bf&&La!==iv||Bi(e),Sf!==0&&(Sf=0)}function Ur(e,t){for(var a=e.suspendedLanes,i=e.pingedLanes,u=e.expirationTimes,c=e.pendingLanes&-62914561;0<c;){var h=31-Qa(c),g=1<<h,S=u[h];S===-1?((g&a)===0||(g&i)!==0)&&(u[h]=Ze(g,t)):S<=t&&(e.expiredLanes|=g),c&=~g}if(t=kn,a=It,a=Ye(e,e===t?a:0,e.cancelPendingCommit!==null||e.timeoutHandle!==y0),i=e.callbackNode,a===0||e===t&&(En===c0||En===r0)||e.cancelPendingCommit!==null)return i!==null&&km(i),e.callbackNode=null,e.callbackPriority=0;if((a&3)===0||Ve(e,a)){if(t=a&-a,t!==e.callbackPriority||Ae.actQueue!==null&&i!==SA)km(i);else return t;switch(mt(a)){case Aa:case Xa:a=ah;break;case tl:a=Ac;break;case bu:a=lh;break;default:a=Ac}return i=g2.bind(null,e),Ae.actQueue!==null?(Ae.actQueue.push(i),a=SA):a=Q2(a,i),e.callbackPriority=t,e.callbackNode=a,t}return i!==null&&km(i),e.callbackPriority=2,e.callbackNode=null,2}function g2(e,t){if(Gg=qg=!1,_1=window.event,La!==bf&&La!==iv)return e.callbackNode=null,e.callbackPriority=0,null;var a=e.callbackNode;if(Bs===ov&&(Bs=dA),Od()&&e.callbackNode!==a)return null;var i=It;return i=Ye(e,e===kn?i:0,e.cancelPendingCommit!==null||e.timeoutHandle!==y0),i===0?null:(Ly(e,i,t),Ur(e,Ma()),e.callbackNode!=null&&e.callbackNode===a?g2.bind(null,e):null)}function Dd(e,t){if(Od())return null;qg=Gg,Gg=!1,Ly(e,t,!0)}function km(e){e!==SA&&e!==null&&eh(e)}function Vy(){Ae.actQueue!==null&&Ae.actQueue.push(function(){return Mm(),null}),b7(function(){(cn&(Ja|ai))!==ll?Q2(X2,Gy):Mm()})}function v2(){if(Sf===0){var e=n0;e===0&&(e=$r,$r<<=1,($r&261888)===0&&($r=256)),Sf=e}return Sf}function fn(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:(Jt(e,"action"),Bu(""+e))}function Sn(e,t){var a=t.ownerDocument.createElement("input");return a.name=t.name,a.value=t.value,e.id&&a.setAttribute("form",e.id),t.parentNode.insertBefore(a,t),e=new FormData(e),a.parentNode.removeChild(a),e}function Pt(e,t,a,i,u){if(t==="submit"&&a&&a.stateNode===u){var c=fn((u[Tl]||null).action),h=i.submitter;h&&(t=(t=h[Tl]||null)?fn(t.formAction):h.getAttribute("formAction"),t!==null&&(c=t,h=null));var g=new Dg("action","action",null,i,u);e.push({event:g,listeners:[{instance:null,listener:function(){if(i.defaultPrevented){if(Sf!==0){var S=h?Sn(u,h):new FormData(u),O={pending:!0,data:S,method:u.method,action:c};Object.freeze(O),gs(a,O,null,S)}}else typeof c=="function"&&(g.preventDefault(),S=h?Sn(u,h):new FormData(u),O={pending:!0,data:S,method:u.method,action:c},Object.freeze(O),gs(a,O,c,S))},currentTarget:u}]})}}function Ft(e,t,a){e.currentTarget=a;try{t(e)}catch(i){Bb(i)}e.currentTarget=null}function vn(e,t){t=(t&4)!==0;for(var a=0;a<e.length;a++){var i=e[a];e:{var u=void 0,c=i.event;if(i=i.listeners,t)for(var h=i.length-1;0<=h;h--){var g=i[h],S=g.instance,O=g.currentTarget;if(g=g.listener,S!==u&&c.isPropagationStopped())break e;S!==null?Xe(S,Ft,c,g,O):Ft(c,g,O),u=S}else for(h=0;h<i.length;h++){if(g=i[h],S=g.instance,O=g.currentTarget,g=g.listener,S!==u&&c.isPropagationStopped())break e;S!==null?Xe(S,Ft,c,g,O):Ft(c,g,O),u=S}}}}function wt(e,t){TA.has(e)||console.error('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=t[Tc];a===void 0&&(a=t[Tc]=new Set);var i=e+"__bubble";a.has(i)||(Bm(t,e,2,!1),a.add(i))}function Ui(e,t,a){TA.has(e)&&!t&&console.error('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var i=0;t&&(i|=4),Bm(a,e,i,t)}function du(e){if(!e[fv]){e[fv]=!0,Eg.forEach(function(a){a!=="selectionchange"&&(TA.has(a)||Ui(a,!1,e),Ui(a,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[fv]||(t[fv]=!0,Ui("selectionchange",!1,t))}}function Bm(e,t,a,i){switch(Jm(t)){case Aa:var u=B2;break;case Xa:u=Va;break;default:u=U2}a=u.bind(null,t,a,e),u=void 0,!wb||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(u=!0),i?u!==void 0?e.addEventListener(t,a,{capture:!0,passive:u}):e.addEventListener(t,a,!0):u!==void 0?e.addEventListener(t,a,{passive:u}):e.addEventListener(t,a,!1)}function Jo(e,t,a,i,u){var c=i;if((t&1)===0&&(t&2)===0&&i!==null)e:for(;;){if(i===null)return;var h=i.tag;if(h===3||h===4){var g=i.stateNode.containerInfo;if(g===u)break;if(h===4)for(h=i.return;h!==null;){var S=h.tag;if((S===3||S===4)&&h.stateNode.containerInfo===u)return;h=h.return}for(;g!==null;){if(h=de(g),h===null)return;if(S=h.tag,S===5||S===6||S===26||S===27){i=c=h;continue e}g=g.parentNode}}i=i.return}tr(function(){var O=c,$=Hl(a),ee=[];e:{var V=O4.get(e);if(V!==void 0){var ye=Dg,We=e;switch(e){case"keypress":if(Uu(a)===0)break e;case"keydown":case"keyup":ye=EE;break;case"focusin":We="focus",ye=xb;break;case"focusout":We="blur",ye=xb;break;case"beforeblur":case"afterblur":ye=xb;break;case"click":if(a.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ye=d4;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ye=dE;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ye=xE;break;case T4:case w4:case E4:ye=pE;break;case C4:ye=DE;break;case"scroll":case"scrollend":ye=rE;break;case"wheel":ye=ME;break;case"copy":case"cut":case"paste":ye=gE;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ye=h4;break;case"toggle":case"beforetoggle":ye=BE}var it=(t&4)!==0,zn=!it&&(e==="scroll"||e==="scrollend"),an=it?V!==null?V+"Capture":null:V;it=[];for(var G=O,I;G!==null;){var W=G;if(I=W.stateNode,W=W.tag,W!==5&&W!==26&&W!==27||I===null||an===null||(W=ro(G,an),W!=null&&it.push(Nn(G,W,I))),zn)break;G=G.return}0<it.length&&(V=new ye(V,We,null,a,$),ee.push({event:V,listeners:it}))}}if((t&7)===0){e:{if(V=e==="mouseover"||e==="pointerover",ye=e==="mouseout"||e==="pointerout",V&&a!==K2&&(We=a.relatedTarget||a.fromElement)&&(de(We)||We[xs]))break e;if((ye||V)&&(V=$.window===$?$:(V=$.ownerDocument)?V.defaultView||V.parentWindow:window,ye?(We=a.relatedTarget||a.toElement,ye=O,We=We?de(We):null,We!==null&&(zn=Ie(We),it=We.tag,We!==zn||it!==5&&it!==27&&it!==6)&&(We=null)):(ye=null,We=O),ye!==We)){if(it=d4,W="onMouseLeave",an="onMouseEnter",G="mouse",(e==="pointerout"||e==="pointerover")&&(it=h4,W="onPointerLeave",an="onPointerEnter",G="pointer"),zn=ye==null?V:Le(ye),I=We==null?V:Le(We),V=new it(W,G+"leave",ye,a,$),V.target=zn,V.relatedTarget=I,W=null,de($)===O&&(it=new it(an,G+"enter",We,a,$),it.target=I,it.relatedTarget=zn,W=it),zn=W,ye&&We)t:{for(it=dc,an=ye,G=We,I=0,W=an;W;W=it(W))I++;W=0;for(var De=G;De;De=it(De))W++;for(;0<I-W;)an=it(an),I--;for(;0<W-I;)G=it(G),W--;for(;I--;){if(an===G||G!==null&&an===G.alternate){it=an;break t}an=it(an),G=it(G)}it=null}else it=null;ye!==null&&Um(ee,V,ye,it,!1),We!==null&&zn!==null&&Um(ee,zn,We,it,!0)}}e:{if(V=O?Le(O):window,ye=V.nodeName&&V.nodeName.toLowerCase(),ye==="select"||ye==="input"&&V.type==="file")var nt=hi;else if(qe(V))if(A4)nt=Vf;else{nt=nr;var Nt=k0}else ye=V.nodeName,!ye||ye.toLowerCase()!=="input"||V.type!=="checkbox"&&V.type!=="radio"?O&&co(O.elementType)&&(nt=hi):nt=ar;if(nt&&(nt=nt(e,O))){xn(ee,nt,a,$);break e}Nt&&Nt(e,V,O),e==="focusout"&&O&&V.type==="number"&&O.memoizedProps.value!=null&&Hs(V,"number",V.value)}switch(Nt=O?Le(O):window,e){case"focusin":(qe(Nt)||Nt.contentEditable==="true")&&(dh=Nt,Db=O,a1=null);break;case"focusout":a1=Db=dh=null;break;case"mousedown":Nb=!0;break;case"contextmenu":case"mouseup":case"dragend":Nb=!1,fy(ee,a,$);break;case"selectionchange":if(HE)break;case"keydown":case"keyup":fy(ee,a,$)}var vt;if(Rb)e:{switch(e){case"compositionstart":var yt="onCompositionStart";break e;case"compositionend":yt="onCompositionEnd";break e;case"compositionupdate":yt="onCompositionUpdate";break e}yt=void 0}else fh?fe(e,a)&&(yt="onCompositionEnd"):e==="keydown"&&a.keyCode===p4&&(yt="onCompositionStart");yt&&(y4&&a.locale!=="ko"&&(fh||yt!=="onCompositionStart"?yt==="onCompositionEnd"&&fh&&(vt=is()):(af=$,Eb="value"in af?af.value:af.textContent,fh=!0)),Nt=Fo(O,yt),0<Nt.length&&(yt=new m4(yt,e,null,a,$),ee.push({event:yt,listeners:Nt}),vt?yt.data=vt:(vt=H(a),vt!==null&&(yt.data=vt)))),(vt=zE?F(e,a):Oe(e,a))&&(yt=Fo(O,"onBeforeInput"),0<yt.length&&(Nt=new bE("onBeforeInput","beforeinput",null,a,$),ee.push({event:Nt,listeners:yt}),Nt.data=vt)),Pt(ee,e,O,a,$)}vn(ee,t)})}function Nn(e,t,a){return{instance:e,listener:t,currentTarget:a}}function Fo(e,t){for(var a=t+"Capture",i=[];e!==null;){var u=e,c=u.stateNode;if(u=u.tag,u!==5&&u!==26&&u!==27||c===null||(u=ro(e,a),u!=null&&i.unshift(Nn(e,u,c)),u=ro(e,t),u!=null&&i.push(Nn(e,u,c))),e.tag===3)return i;e=e.return}return[]}function dc(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function Um(e,t,a,i,u){for(var c=t._reactName,h=[];a!==null&&a!==i;){var g=a,S=g.alternate,O=g.stateNode;if(g=g.tag,S!==null&&S===i)break;g!==5&&g!==26&&g!==27||O===null||(S=O,u?(O=ro(a,c),O!=null&&h.unshift(Nn(a,O,S))):u||(O=ro(a,c),O!=null&&h.push(Nn(a,O,S)))),a=a.return}h.length!==0&&e.push({event:t,listeners:h})}function bl(e,t){M0(e,t),e!=="input"&&e!=="textarea"&&e!=="select"||t==null||t.value!==null||r4||(r4=!0,e==="select"&&t.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e));var a={registrationNameDependencies:qi,possibleRegistrationNames:tf};co(e)||typeof t.is=="string"||op(e,t,a),t.contentEditable&&!t.suppressContentEditableWarning&&t.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional.")}function In(e,t,a,i){t!==a&&(a=Zo(a),Zo(t)!==a&&(i[e]=t))}function Nd(e,t,a){t.forEach(function(i){a[Ts(i)]=i==="style"?mu(e):e.getAttribute(i)})}function Jn(e,t){t===!1?console.error("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):console.error("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)}function zm(e,t){return e=e.namespaceURI===Bt||e.namespaceURI===Yt?e.ownerDocument.createElementNS(e.namespaceURI,e.tagName):e.ownerDocument.createElement(e.tagName),e.innerHTML=t,e.innerHTML}function Zo(e){return Wt(e)&&(console.error("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.",ln(e)),Mt(e)),(typeof e=="string"?e:""+e).replace(r7,`
|
|
190
|
+
`).replace(f7,"")}function b2(e,t){return t=Zo(t),Zo(e)===t}function hn(e,t,a,i,u,c){switch(a){case"children":typeof i=="string"?(ku(i,t,!1),t==="body"||t==="textarea"&&i===""||os(e,i)):(typeof i=="number"||typeof i=="bigint")&&(ku(""+i,t,!1),t!=="body"&&os(e,""+i));break;case"className":Za(e,"class",i);break;case"tabIndex":Za(e,"tabindex",i);break;case"dir":case"role":case"viewBox":case"width":case"height":Za(e,a,i);break;case"style":Yf(e,i,c);break;case"data":if(t!=="object"){Za(e,"data",i);break}case"src":case"href":if(i===""&&(t!=="a"||a!=="href")){console.error(a==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',a,a),e.removeAttribute(a);break}if(i==null||typeof i=="function"||typeof i=="symbol"||typeof i=="boolean"){e.removeAttribute(a);break}Jt(i,a),i=Bu(""+i),e.setAttribute(a,i);break;case"action":case"formAction":if(i!=null&&(t==="form"?a==="formAction"?console.error("You can only pass the formAction prop to <input> or <button>. Use the action prop on <form>."):typeof i=="function"&&(u.encType==null&&u.method==null||hv||(hv=!0,console.error("Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.")),u.target==null||mv||(mv=!0,console.error("Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window."))):t==="input"||t==="button"?a==="action"?console.error("You can only pass the action prop to <form>. Use the formAction prop on <input> or <button>."):t!=="input"||u.type==="submit"||u.type==="image"||dv?t!=="button"||u.type==null||u.type==="submit"||dv?typeof i=="function"&&(u.name==null||Z8||(Z8=!0,console.error('Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.')),u.formEncType==null&&u.formMethod==null||hv||(hv=!0,console.error("Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.")),u.formTarget==null||mv||(mv=!0,console.error("Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window."))):(dv=!0,console.error('A button can only specify a formAction along with type="submit" or no type.')):(dv=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".')):console.error(a==="action"?"You can only pass the action prop to <form>.":"You can only pass the formAction prop to <input> or <button>.")),typeof i=="function"){e.setAttribute(a,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof c=="function"&&(a==="formAction"?(t!=="input"&&hn(e,t,"name",u.name,u,null),hn(e,t,"formEncType",u.formEncType,u,null),hn(e,t,"formMethod",u.formMethod,u,null),hn(e,t,"formTarget",u.formTarget,u,null)):(hn(e,t,"encType",u.encType,u,null),hn(e,t,"method",u.method,u,null),hn(e,t,"target",u.target,u,null)));if(i==null||typeof i=="symbol"||typeof i=="boolean"){e.removeAttribute(a);break}Jt(i,a),i=Bu(""+i),e.setAttribute(a,i);break;case"onClick":i!=null&&(typeof i!="function"&&Jn(a,i),e.onclick=Ol);break;case"onScroll":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scroll",e));break;case"onScrollEnd":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scrollend",e));break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(a=i.__html,a!=null){if(u.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=a}}break;case"multiple":e.multiple=i&&typeof i!="function"&&typeof i!="symbol";break;case"muted":e.muted=i&&typeof i!="function"&&typeof i!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(i==null||typeof i=="function"||typeof i=="boolean"||typeof i=="symbol"){e.removeAttribute("xlink:href");break}Jt(i,a),a=Bu(""+i),e.setAttributeNS(m0,"xlink:href",a);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":i!=null&&typeof i!="function"&&typeof i!="symbol"?(Jt(i,a),e.setAttribute(a,""+i)):e.removeAttribute(a);break;case"inert":i!==""||pv[a]||(pv[a]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",a));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":i&&typeof i!="function"&&typeof i!="symbol"?e.setAttribute(a,""):e.removeAttribute(a);break;case"capture":case"download":i===!0?e.setAttribute(a,""):i!==!1&&i!=null&&typeof i!="function"&&typeof i!="symbol"?(Jt(i,a),e.setAttribute(a,i)):e.removeAttribute(a);break;case"cols":case"rows":case"size":case"span":i!=null&&typeof i!="function"&&typeof i!="symbol"&&!isNaN(i)&&1<=i?(Jt(i,a),e.setAttribute(a,i)):e.removeAttribute(a);break;case"rowSpan":case"start":i==null||typeof i=="function"||typeof i=="symbol"||isNaN(i)?e.removeAttribute(a):(Jt(i,a),e.setAttribute(a,i));break;case"popover":wt("beforetoggle",e),wt("toggle",e),Qn(e,"popover",i);break;case"xlinkActuate":On(e,m0,"xlink:actuate",i);break;case"xlinkArcrole":On(e,m0,"xlink:arcrole",i);break;case"xlinkRole":On(e,m0,"xlink:role",i);break;case"xlinkShow":On(e,m0,"xlink:show",i);break;case"xlinkTitle":On(e,m0,"xlink:title",i);break;case"xlinkType":On(e,m0,"xlink:type",i);break;case"xmlBase":On(e,wA,"xml:base",i);break;case"xmlLang":On(e,wA,"xml:lang",i);break;case"xmlSpace":On(e,wA,"xml:space",i);break;case"is":c!=null&&console.error('Cannot update the "is" prop after it has been initialized.'),Qn(e,"is",i);break;case"innerText":case"textContent":break;case"popoverTarget":K8||i==null||typeof i!="object"||(K8=!0,console.error("The `popoverTarget` prop expects the ID of an Element as a string. Received %s instead.",i));default:!(2<a.length)||a[0]!=="o"&&a[0]!=="O"||a[1]!=="n"&&a[1]!=="N"?(a=D0(a),Qn(e,a,i)):qi.hasOwnProperty(a)&&i!=null&&typeof i!="function"&&Jn(a,i)}}function zr(e,t,a,i,u,c){switch(a){case"style":Yf(e,i,c);break;case"dangerouslySetInnerHTML":if(i!=null){if(typeof i!="object"||!("__html"in i))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(a=i.__html,a!=null){if(u.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=a}}break;case"children":typeof i=="string"?os(e,i):(typeof i=="number"||typeof i=="bigint")&&os(e,""+i);break;case"onScroll":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scroll",e));break;case"onScrollEnd":i!=null&&(typeof i!="function"&&Jn(a,i),wt("scrollend",e));break;case"onClick":i!=null&&(typeof i!="function"&&Jn(a,i),e.onclick=Ol);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(qi.hasOwnProperty(a))i!=null&&typeof i!="function"&&Jn(a,i);else e:{if(a[0]==="o"&&a[1]==="n"&&(u=a.endsWith("Capture"),t=a.slice(2,u?a.length-7:void 0),c=e[Tl]||null,c=c!=null?c[a]:null,typeof c=="function"&&e.removeEventListener(t,c,u),typeof i=="function")){typeof c!="function"&&c!==null&&(a in e?e[a]=null:e.hasAttribute(a)&&e.removeAttribute(a)),e.addEventListener(t,i,u);break e}a in e?e[a]=i:i===!0?e.setAttribute(a,""):Qn(e,a,i)}}}function jn(e,t,a){switch(bl(t,a),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":wt("error",e),wt("load",e);var i=!1,u=!1,c;for(c in a)if(a.hasOwnProperty(c)){var h=a[c];if(h!=null)switch(c){case"src":i=!0;break;case"srcSet":u=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:hn(e,t,c,h,a,null)}}u&&hn(e,t,"srcSet",a.srcSet,a,null),i&&hn(e,t,"src",a.src,a,null);return;case"input":kt("input",a),wt("invalid",e);var g=c=h=u=null,S=null,O=null;for(i in a)if(a.hasOwnProperty(i)){var $=a[i];if($!=null)switch(i){case"name":u=$;break;case"type":h=$;break;case"checked":S=$;break;case"defaultChecked":O=$;break;case"value":c=$;break;case"defaultValue":g=$;break;case"children":case"dangerouslySetInnerHTML":if($!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:hn(e,t,i,$,a,null)}}qa(e,a),Ic(e,c,g,S,O,h,u,!1);return;case"select":kt("select",a),wt("invalid",e),i=h=c=null;for(u in a)if(a.hasOwnProperty(u)&&(g=a[u],g!=null))switch(u){case"value":c=g;break;case"defaultValue":h=g;break;case"multiple":i=g;default:hn(e,t,u,g,a,null)}Fc(e,a),t=c,a=h,e.multiple=!!i,t!=null?_l(e,!!i,t,!1):a!=null&&_l(e,!!i,a,!0);return;case"textarea":kt("textarea",a),wt("invalid",e),c=u=i=null;for(h in a)if(a.hasOwnProperty(h)&&(g=a[h],g!=null))switch(h){case"value":i=g;break;case"defaultValue":u=g;break;case"children":c=g;break;case"dangerouslySetInnerHTML":if(g!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:hn(e,t,h,g,a,null)}fi(e,a),ns(e,i,u,c);return;case"option":_f(e,a);for(S in a)a.hasOwnProperty(S)&&(i=a[S],i!=null)&&(S==="selected"?e.selected=i&&typeof i!="function"&&typeof i!="symbol":hn(e,t,S,i,a,null));return;case"dialog":wt("beforetoggle",e),wt("toggle",e),wt("cancel",e),wt("close",e);break;case"iframe":case"object":wt("load",e);break;case"video":case"audio":for(i=0;i<B1.length;i++)wt(B1[i],e);break;case"image":wt("error",e),wt("load",e);break;case"details":wt("toggle",e);break;case"embed":case"source":case"link":wt("error",e),wt("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(O in a)if(a.hasOwnProperty(O)&&(i=a[O],i!=null))switch(O){case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:hn(e,t,O,i,a,null)}return;default:if(co(t)){for($ in a)a.hasOwnProperty($)&&(i=a[$],i!==void 0&&zr(e,t,$,i,a,void 0));return}}for(g in a)a.hasOwnProperty(g)&&(i=a[g],i!=null&&hn(e,t,g,i,a,null))}function va(e,t,a,i){switch(bl(t,i),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var u=null,c=null,h=null,g=null,S=null,O=null,$=null;for(ye in a){var ee=a[ye];if(a.hasOwnProperty(ye)&&ee!=null)switch(ye){case"checked":break;case"value":break;case"defaultValue":S=ee;default:i.hasOwnProperty(ye)||hn(e,t,ye,null,i,ee)}}for(var V in i){var ye=i[V];if(ee=a[V],i.hasOwnProperty(V)&&(ye!=null||ee!=null))switch(V){case"type":c=ye;break;case"name":u=ye;break;case"checked":O=ye;break;case"defaultChecked":$=ye;break;case"value":h=ye;break;case"defaultValue":g=ye;break;case"children":case"dangerouslySetInnerHTML":if(ye!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:ye!==ee&&hn(e,t,V,ye,i,ee)}}t=a.type==="checkbox"||a.type==="radio"?a.checked!=null:a.value!=null,i=i.type==="checkbox"||i.type==="radio"?i.checked!=null:i.value!=null,t||!i||F8||(console.error("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),F8=!0),!t||i||J8||(console.error("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),J8=!0),ri(e,h,g,S,O,$,c,u);return;case"select":ye=h=g=V=null;for(c in a)if(S=a[c],a.hasOwnProperty(c)&&S!=null)switch(c){case"value":break;case"multiple":ye=S;default:i.hasOwnProperty(c)||hn(e,t,c,null,i,S)}for(u in i)if(c=i[u],S=a[u],i.hasOwnProperty(u)&&(c!=null||S!=null))switch(u){case"value":V=c;break;case"defaultValue":g=c;break;case"multiple":h=c;default:c!==S&&hn(e,t,u,c,i,S)}i=g,t=h,a=ye,V!=null?_l(e,!!t,V,!1):!!a!=!!t&&(i!=null?_l(e,!!t,i,!0):_l(e,!!t,t?[]:"",!1));return;case"textarea":ye=V=null;for(g in a)if(u=a[g],a.hasOwnProperty(g)&&u!=null&&!i.hasOwnProperty(g))switch(g){case"value":break;case"children":break;default:hn(e,t,g,null,i,u)}for(h in i)if(u=i[h],c=a[h],i.hasOwnProperty(h)&&(u!=null||c!=null))switch(h){case"value":V=u;break;case"defaultValue":ye=u;break;case"children":break;case"dangerouslySetInnerHTML":if(u!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:u!==c&&hn(e,t,h,u,i,c)}di(e,V,ye);return;case"option":for(var We in a)V=a[We],a.hasOwnProperty(We)&&V!=null&&!i.hasOwnProperty(We)&&(We==="selected"?e.selected=!1:hn(e,t,We,null,i,V));for(S in i)V=i[S],ye=a[S],i.hasOwnProperty(S)&&V!==ye&&(V!=null||ye!=null)&&(S==="selected"?e.selected=V&&typeof V!="function"&&typeof V!="symbol":hn(e,t,S,V,i,ye));return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var it in a)V=a[it],a.hasOwnProperty(it)&&V!=null&&!i.hasOwnProperty(it)&&hn(e,t,it,null,i,V);for(O in i)if(V=i[O],ye=a[O],i.hasOwnProperty(O)&&V!==ye&&(V!=null||ye!=null))switch(O){case"children":case"dangerouslySetInnerHTML":if(V!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:hn(e,t,O,V,i,ye)}return;default:if(co(t)){for(var zn in a)V=a[zn],a.hasOwnProperty(zn)&&V!==void 0&&!i.hasOwnProperty(zn)&&zr(e,t,zn,void 0,i,V);for($ in i)V=i[$],ye=a[$],!i.hasOwnProperty($)||V===ye||V===void 0&&ye===void 0||zr(e,t,$,V,i,ye);return}}for(var an in a)V=a[an],a.hasOwnProperty(an)&&V!=null&&!i.hasOwnProperty(an)&&hn(e,t,an,null,i,V);for(ee in i)V=i[ee],ye=a[ee],!i.hasOwnProperty(ee)||V===ye||V==null&&ye==null||hn(e,t,ee,V,i,ye)}function Ts(e){switch(e){case"class":return"className";case"for":return"htmlFor";default:return e}}function mu(e){var t={};e=e.style;for(var a=0;a<e.length;a++){var i=e[a];t[i]=e.getPropertyValue(i)}return t}function zi(e,t,a){if(t!=null&&typeof t!="object")console.error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");else{var i,u=i="",c;for(c in t)if(t.hasOwnProperty(c)){var h=t[c];h!=null&&typeof h!="boolean"&&h!==""&&(c.indexOf("--")===0?(Cn(h,c),i+=u+c+":"+(""+h).trim()):typeof h!="number"||h===0||pt.has(c)?(Cn(h,c),i+=u+c.replace(Se,"-$1").toLowerCase().replace(dt,"-ms-")+":"+(""+h).trim()):i+=u+c.replace(Se,"-$1").toLowerCase().replace(dt,"-ms-")+":"+h+"px",u=";")}i=i||null,t=e.getAttribute("style"),t!==i&&(i=Zo(i),Zo(t)!==i&&(a.style=mu(e)))}}function Ml(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":return}else if(i!=null)switch(typeof i){case"function":case"symbol":case"boolean":break;default:if(Jt(i,t),e===""+i)return}In(t,e,i,c)}function _m(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null){switch(typeof i){case"function":case"symbol":return}if(!i)return}else switch(typeof i){case"function":case"symbol":break;default:if(i)return}In(t,e,i,c)}function Hm(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":return}else if(i!=null)switch(typeof i){case"function":case"symbol":break;default:if(Jt(i,a),e===""+i)return}In(t,e,i,c)}function _r(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":return;default:if(isNaN(i))return}else if(i!=null)switch(typeof i){case"function":case"symbol":case"boolean":break;default:if(!isNaN(i)&&(Jt(i,t),e===""+i))return}In(t,e,i,c)}function Md(e,t,a,i,u,c){if(u.delete(a),e=e.getAttribute(a),e===null)switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":return}else if(i!=null)switch(typeof i){case"function":case"symbol":case"boolean":break;default:if(Jt(i,t),a=Bu(""+i),e===a)return}In(t,e,i,c)}function kl(e,t,a,i){for(var u={},c=new Set,h=e.attributes,g=0;g<h.length;g++)switch(h[g].name.toLowerCase()){case"value":break;case"checked":break;case"selected":break;default:c.add(h[g].name)}if(co(t)){for(var S in a)if(a.hasOwnProperty(S)){var O=a[S];if(O!=null){if(qi.hasOwnProperty(S))typeof O!="function"&&Jn(S,O);else if(a.suppressHydrationWarning!==!0)switch(S){case"children":typeof O!="string"&&typeof O!="number"||In("children",e.textContent,O,u);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":h=e.innerHTML,O=O?O.__html:void 0,O!=null&&(O=zm(e,O),In(S,h,O,u));continue;case"style":c.delete(S),zi(e,O,u);continue;case"offsetParent":case"offsetTop":case"offsetLeft":case"offsetWidth":case"offsetHeight":case"isContentEditable":case"outerText":case"outerHTML":c.delete(S.toLowerCase()),console.error("Assignment to read-only property will result in a no-op: `%s`",S);continue;case"className":c.delete("class"),h=Zn(e,"class",O),In("className",h,O,u);continue;default:i.context===_c&&t!=="svg"&&t!=="math"?c.delete(S.toLowerCase()):c.delete(S),h=Zn(e,S,O),In(S,h,O,u)}}}}else for(O in a)if(a.hasOwnProperty(O)&&(S=a[O],S!=null)){if(qi.hasOwnProperty(O))typeof S!="function"&&Jn(O,S);else if(a.suppressHydrationWarning!==!0)switch(O){case"children":typeof S!="string"&&typeof S!="number"||In("children",e.textContent,S,u);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"value":case"checked":case"selected":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":h=e.innerHTML,S=S?S.__html:void 0,S!=null&&(S=zm(e,S),h!==S&&(u[O]={__html:h}));continue;case"className":Ml(e,O,"class",S,c,u);continue;case"tabIndex":Ml(e,O,"tabindex",S,c,u);continue;case"style":c.delete(O),zi(e,S,u);continue;case"multiple":c.delete(O),In(O,e.multiple,S,u);continue;case"muted":c.delete(O),In(O,e.muted,S,u);continue;case"autoFocus":c.delete("autofocus"),In(O,e.autofocus,S,u);continue;case"data":if(t!=="object"){c.delete(O),h=e.getAttribute("data"),In(O,h,S,u);continue}case"src":case"href":if(!(S!==""||t==="a"&&O==="href"||t==="object"&&O==="data")){console.error(O==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',O,O);continue}Md(e,O,O,S,c,u);continue;case"action":case"formAction":if(h=e.getAttribute(O),typeof S=="function"){c.delete(O.toLowerCase()),O==="formAction"?(c.delete("name"),c.delete("formenctype"),c.delete("formmethod"),c.delete("formtarget")):(c.delete("enctype"),c.delete("method"),c.delete("target"));continue}else if(h===d7){c.delete(O.toLowerCase()),In(O,"function",S,u);continue}Md(e,O,O.toLowerCase(),S,c,u);continue;case"xlinkHref":Md(e,O,"xlink:href",S,c,u);continue;case"contentEditable":Hm(e,O,"contenteditable",S,c,u);continue;case"spellCheck":Hm(e,O,"spellcheck",S,c,u);continue;case"draggable":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":Hm(e,O,O,S,c,u);continue;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":_m(e,O,O.toLowerCase(),S,c,u);continue;case"capture":case"download":e:{g=e;var $=h=O,ee=u;if(c.delete($),g=g.getAttribute($),g===null)switch(typeof S){case"undefined":case"function":case"symbol":break e;default:if(S===!1)break e}else if(S!=null)switch(typeof S){case"function":case"symbol":break;case"boolean":if(S===!0&&g==="")break e;break;default:if(Jt(S,h),g===""+S)break e}In(h,g,S,ee)}continue;case"cols":case"rows":case"size":case"span":e:{if(g=e,$=h=O,ee=u,c.delete($),g=g.getAttribute($),g===null)switch(typeof S){case"undefined":case"function":case"symbol":case"boolean":break e;default:if(isNaN(S)||1>S)break e}else if(S!=null)switch(typeof S){case"function":case"symbol":case"boolean":break;default:if(!(isNaN(S)||1>S)&&(Jt(S,h),g===""+S))break e}In(h,g,S,ee)}continue;case"rowSpan":_r(e,O,"rowspan",S,c,u);continue;case"start":_r(e,O,O,S,c,u);continue;case"xHeight":Ml(e,O,"x-height",S,c,u);continue;case"xlinkActuate":Ml(e,O,"xlink:actuate",S,c,u);continue;case"xlinkArcrole":Ml(e,O,"xlink:arcrole",S,c,u);continue;case"xlinkRole":Ml(e,O,"xlink:role",S,c,u);continue;case"xlinkShow":Ml(e,O,"xlink:show",S,c,u);continue;case"xlinkTitle":Ml(e,O,"xlink:title",S,c,u);continue;case"xlinkType":Ml(e,O,"xlink:type",S,c,u);continue;case"xmlBase":Ml(e,O,"xml:base",S,c,u);continue;case"xmlLang":Ml(e,O,"xml:lang",S,c,u);continue;case"xmlSpace":Ml(e,O,"xml:space",S,c,u);continue;case"inert":S!==""||pv[O]||(pv[O]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",O)),_m(e,O,O,S,c,u);continue;default:if(!(2<O.length)||O[0]!=="o"&&O[0]!=="O"||O[1]!=="n"&&O[1]!=="N"){g=D0(O),h=!1,i.context===_c&&t!=="svg"&&t!=="math"?c.delete(g.toLowerCase()):($=O.toLowerCase(),$=Po.hasOwnProperty($)&&Po[$]||null,$!==null&&$!==O&&(h=!0,c.delete($)),c.delete(g));e:if($=e,ee=g,g=S,en(ee))if($.hasAttribute(ee))$=$.getAttribute(ee),Jt(g,ee),g=$===""+g?g:$;else{switch(typeof g){case"function":case"symbol":break e;case"boolean":if($=ee.toLowerCase().slice(0,5),$!=="data-"&&$!=="aria-")break e}g=g===void 0?void 0:null}else g=void 0;h||In(O,g,S,u)}}}return 0<c.size&&a.suppressHydrationWarning!==!0&&Nd(e,c,u),Object.keys(u).length===0?null:u}function Qy(e,t){switch(e.length){case 0:return"";case 1:return e[0];case 2:return e[0]+" "+t+" "+e[1];default:return e.slice(0,-1).join(", ")+", "+t+" "+e[e.length-1]}}function Al(e){switch(e){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Xy(){if(typeof performance.getEntriesByType=="function"){for(var e=0,t=0,a=performance.getEntriesByType("resource"),i=0;i<a.length;i++){var u=a[i],c=u.transferSize,h=u.initiatorType,g=u.duration;if(c&&g&&Al(h)){for(h=0,g=u.responseEnd,i+=1;i<a.length;i++){var S=a[i],O=S.startTime;if(O>g)break;var $=S.transferSize,ee=S.initiatorType;$&&Al(ee)&&(S=S.responseEnd,h+=$*(S<g?1:(g-O)/(S-O)))}if(--i,t+=8*(c+h)/(u.duration/1e3),e++,10<e)break}}if(0<e)return t/e/1e6}return navigator.connection&&(e=navigator.connection.downlink,typeof e=="number")?e:5}function kd(e){return e.nodeType===9?e:e.ownerDocument}function Iy(e){switch(e){case Yt:return Hh;case Bt:return gv;default:return _c}}function ws(e,t){if(e===_c)switch(t){case"svg":return Hh;case"math":return gv;default:return _c}return e===Hh&&t==="foreignObject"?_c:e}function Hr(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function A2(){var e=window.event;return e&&e.type==="popstate"?e===xA?!1:(xA=e,!0):(xA=null,!1)}function _i(){var e=window.event;return e&&e!==_1?e.type:null}function Lr(){var e=window.event;return e&&e!==_1?e.timeStamp:-1.1}function Jy(e){setTimeout(function(){throw e})}function Fy(e,t,a){switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&e.focus();break;case"img":a.src?e.src=a.src:a.srcSet&&(e.srcset=a.srcSet)}}function Zy(){}function Lm(e,t,a,i){va(e,t,a,i),e[Tl]=i}function jm(e){os(e,"")}function yb(e,t,a){e.nodeValue=a}function Ky(e){if(!e.__reactWarnedAboutChildrenConflict){var t=e[Tl]||null;if(t!==null){var a=oe(e);a!==null&&(typeof t.children=="string"||typeof t.children=="number"?(e.__reactWarnedAboutChildrenConflict=!0,Xe(a,function(){console.error('Cannot use a ref on a React element as a container to `createRoot` or `createPortal` if that element also sets "children" text content using React. It should be a leaf with no children. Otherwise it\'s ambiguous which children should be used.')})):t.dangerouslySetInnerHTML!=null&&(e.__reactWarnedAboutChildrenConflict=!0,Xe(a,function(){console.error('Cannot use a ref on a React element as a container to `createRoot` or `createPortal` if that element also sets "dangerouslySetInnerHTML" using React. It should be a leaf with no children. Otherwise it\'s ambiguous which children should be used.')})))}}}function hu(e){return e==="head"}function Wy(e,t){e.removeChild(t)}function $y(e,t){(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e).removeChild(t)}function mc(e,t){var a=t,i=0;do{var u=a.nextSibling;if(e.removeChild(a),u&&u.nodeType===8)if(a=u.data,a===z1||a===yv){if(i===0){e.removeChild(u),gc(t);return}i--}else if(a===U1||a===Tf||a===p0||a===_h||a===h0)i++;else if(a===h7)Cs(e.ownerDocument.documentElement);else if(a===y7){a=e.ownerDocument.head,Cs(a);for(var c=a.firstChild;c;){var h=c.nextSibling,g=c.nodeName;c[ef]||g==="SCRIPT"||g==="STYLE"||g==="LINK"&&c.rel.toLowerCase()==="stylesheet"||a.removeChild(c),c=h}}else a===p7&&Cs(e.ownerDocument.body);a=u}while(a);gc(t)}function Bd(e,t){var a=e;e=0;do{var i=a.nextSibling;if(a.nodeType===1?t?(a._stashedDisplay=a.style.display,a.style.display="none"):(a.style.display=a._stashedDisplay||"",a.getAttribute("style")===""&&a.removeAttribute("style")):a.nodeType===3&&(t?(a._stashedText=a.nodeValue,a.nodeValue=""):a.nodeValue=a._stashedText||""),i&&i.nodeType===8)if(a=i.data,a===z1){if(e===0)break;e--}else a!==U1&&a!==Tf&&a!==p0&&a!==_h||e++;a=i}while(a)}function Py(e){Bd(e,!0)}function eg(e){e=e.style,typeof e.setProperty=="function"?e.setProperty("display","none","important"):e.display="none"}function tg(e){e.nodeValue=""}function ng(e){Bd(e,!1)}function ag(e,t){t=t[g7],t=t!=null&&t.hasOwnProperty("display")?t.display:null,e.style.display=t==null||typeof t=="boolean"?"":(""+t).trim()}function lg(e,t){e.nodeValue=t}function jr(e){var t=e.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var a=t;switch(t=t.nextSibling,a.nodeName){case"HTML":case"HEAD":case"BODY":jr(a),L(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}e.removeChild(a)}}function og(e,t,a,i){for(;e.nodeType===1;){var u=a;if(e.nodeName.toLowerCase()!==t.toLowerCase()){if(!i&&(e.nodeName!=="INPUT"||e.type!=="hidden"))break}else if(i){if(!e[ef])switch(t){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if(c=e.getAttribute("rel"),c==="stylesheet"&&e.hasAttribute("data-precedence"))break;if(c!==u.rel||e.getAttribute("href")!==(u.href==null||u.href===""?null:u.href)||e.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin)||e.getAttribute("title")!==(u.title==null?null:u.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(c=e.getAttribute("src"),(c!==(u.src==null?null:u.src)||e.getAttribute("type")!==(u.type==null?null:u.type)||e.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin))&&c&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(t==="input"&&e.type==="hidden"){Jt(u.name,"name");var c=u.name==null?null:""+u.name;if(u.type==="hidden"&&e.getAttribute("name")===c)return e}else return e;if(e=Kl(e.nextSibling),e===null)break}return null}function ig(e,t,a){if(t==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!a||(e=Kl(e.nextSibling),e===null))return null;return e}function bn(e,t){for(;e.nodeType!==8;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!t||(e=Kl(e.nextSibling),e===null))return null;return e}function Ud(e){return e.data===Tf||e.data===p0}function S2(e){return e.data===_h||e.data===Tf&&e.ownerDocument.readyState!==$8}function sg(e,t){var a=e.ownerDocument;if(e.data===p0)e._reactRetry=t;else if(e.data!==Tf||a.readyState!==$8)t();else{var i=function(){t(),a.removeEventListener("DOMContentLoaded",i)};a.addEventListener("DOMContentLoaded",i),e._reactRetry=i}}function Kl(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t===U1||t===_h||t===Tf||t===p0||t===h0||t===EA||t===W8)break;if(t===z1||t===yv)return null}}return e}function ug(e){if(e.nodeType===1){for(var t=e.nodeName.toLowerCase(),a={},i=e.attributes,u=0;u<i.length;u++){var c=i[u];a[Ts(c.name)]=c.name.toLowerCase()==="style"?mu(e):c.value}return{type:t,props:a}}return e.nodeType===8?e.data===h0?{type:"Activity",props:{}}:{type:"Suspense",props:{}}:e.nodeValue}function cg(e,t,a){return a===null||a[m7]!==!0?(e.nodeValue===t?e=null:(t=Zo(t),e=Zo(e.nodeValue)===t?null:e.nodeValue),e):null}function Yr(e){e=e.nextSibling;for(var t=0;e;){if(e.nodeType===8){var a=e.data;if(a===z1||a===yv){if(t===0)return Kl(e.nextSibling);t--}else a!==U1&&a!==_h&&a!==Tf&&a!==p0&&a!==h0||t++}e=e.nextSibling}return null}function hc(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var a=e.data;if(a===U1||a===_h||a===Tf||a===p0||a===h0){if(t===0)return e;t--}else a!==z1&&a!==yv||t++}e=e.previousSibling}return null}function T2(e){gc(e)}function Ym(e){gc(e)}function w2(e){gc(e)}function Es(e,t,a,i,u){switch(u&&Mu(e,i.ancestorInfo),t=kd(a),e){case"html":if(e=t.documentElement,!e)throw Error("React expected an <html> element (document.documentElement) to exist in the Document but one was not found. React never removes the documentElement for any Document it renders into so the cause is likely in some other script running on this page.");return e;case"head":if(e=t.head,!e)throw Error("React expected a <head> element (document.head) to exist in the Document but one was not found. React never removes the head for any Document it renders into so the cause is likely in some other script running on this page.");return e;case"body":if(e=t.body,!e)throw Error("React expected a <body> element (document.body) to exist in the Document but one was not found. React never removes the body for any Document it renders into so the cause is likely in some other script running on this page.");return e;default:throw Error("resolveSingletonInstance was called with an element type that is not supported. This is a bug in React.")}}function Hi(e,t,a,i){if(!a[xs]&&oe(a)){var u=a.tagName.toLowerCase();console.error("You are mounting a new %s component when a previous one has not first unmounted. It is an error to render more than one %s component at a time and attributes and children of these components will likely fail in unpredictable ways. Please only render a single instance of <%s> and if you need to mount a new one, ensure any previous ones have unmounted first.",u,u,u)}switch(e){case"html":case"head":case"body":break;default:console.error("acquireSingletonInstance was called with an element type that is not supported. This is a bug in React.")}for(u=a.attributes;u.length;)a.removeAttributeNode(u[0]);jn(a,e,t),a[Yn]=i,a[Tl]=t}function Cs(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);L(e)}function qm(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}function E2(e,t,a){var i=Lh;if(i&&typeof t=="string"&&t){var u=sn(t);u='link[rel="'+e+'"][href="'+u+'"]',typeof a=="string"&&(u+='[crossorigin="'+a+'"]'),lT.has(u)||(lT.add(u),e={rel:e,crossOrigin:a,href:t},i.querySelector(u)===null&&(t=i.createElement("link"),jn(t,"link",e),Be(t),i.head.appendChild(t)))}}function C2(e,t,a,i){var u=(u=Wl.current)?qm(u):null;if(!u)throw Error('"resourceRoot" was expected to exist. This is a bug in React.');switch(e){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(a=pc(a.href),t=Qe(u).hoistableStyles,i=t.get(a),i||(i={type:"style",instance:null,count:0,state:null},t.set(a,i)),i):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){e=pc(a.href);var c=Qe(u).hoistableStyles,h=c.get(e);if(!h&&(u=u.ownerDocument||u,h={type:"stylesheet",instance:null,count:0,state:{loading:g0,preload:null}},c.set(e,h),(c=u.querySelector(_d(e)))&&!c._p&&(h.instance=c,h.state.loading=H1|$i),!Pi.has(e))){var g={rel:"preload",as:"style",href:a.href,crossOrigin:a.crossOrigin,integrity:a.integrity,media:a.media,hrefLang:a.hrefLang,referrerPolicy:a.referrerPolicy};Pi.set(e,g),c||rg(u,e,g,h.state)}if(t&&i===null)throw a=`
|
|
191
191
|
|
|
192
|
-
- `+
|
|
193
|
-
+ `+
|
|
192
|
+
- `+zd(t)+`
|
|
193
|
+
+ `+zd(a),Error("Expected <link> not to update to be updated to a stylesheet with precedence. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key."+a);return h}if(t&&i!==null)throw a=`
|
|
194
194
|
|
|
195
|
-
- `+
|
|
196
|
-
+ `+Ud(a),Error("Expected stylesheet with precedence to not be updated to a different kind of <link>. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key."+a);return null;case"script":return t=a.async,a=a.src,typeof a=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(a=yc(a),t=Qe(u).hoistableScripts,i=t.get(a),i||(i={type:"script",instance:null,count:0,state:null},t.set(a,i)),i):{type:"void",instance:null,count:0,state:null};default:throw Error('getResource encountered a type it did not expect: "'+e+'". this is a bug in React.')}}function Ud(e){var t=0,a="<link";return typeof e.rel=="string"?(t++,a+=' rel="'+e.rel+'"'):$l.call(e,"rel")&&(t++,a+=' rel="'+(e.rel===null?"null":"invalid type "+typeof e.rel)+'"'),typeof e.href=="string"?(t++,a+=' href="'+e.href+'"'):$l.call(e,"href")&&(t++,a+=' href="'+(e.href===null?"null":"invalid type "+typeof e.href)+'"'),typeof e.precedence=="string"?(t++,a+=' precedence="'+e.precedence+'"'):$l.call(e,"precedence")&&(t++,a+=" precedence={"+(e.precedence===null?"null":"invalid type "+typeof e.precedence)+"}"),Object.getOwnPropertyNames(e).length>t&&(a+=" ..."),a+" />"}function pc(e){return'href="'+sn(e)+'"'}function zd(e){return'link[rel="stylesheet"]['+e+"]"}function Gm(e){return Vt({},e,{"data-precedence":e.precedence,precedence:null})}function rg(e,t,a,i){e.querySelector('link[rel="preload"][as="style"]['+t+"]")?i.loading=H1:(t=e.createElement("link"),i.preload=t,t.addEventListener("load",function(){return i.loading|=H1}),t.addEventListener("error",function(){return i.loading|=nT}),jn(t,"link",a),Be(t),e.head.appendChild(t))}function yc(e){return'[src="'+sn(e)+'"]'}function _d(e){return"script[async]"+e}function Vm(e,t,a){if(t.count++,t.instance===null)switch(t.type){case"style":var i=e.querySelector('style[data-href~="'+sn(a.href)+'"]');if(i)return t.instance=i,Be(i),i;var u=Vt({},a,{"data-href":a.href,"data-precedence":a.precedence,href:null,precedence:null});return i=(e.ownerDocument||e).createElement("style"),Be(i),jn(i,"style",u),qr(i,a.precedence,e),t.instance=i;case"stylesheet":u=pc(a.href);var c=e.querySelector(zd(u));if(c)return t.state.loading|=$i,t.instance=c,Be(c),c;i=Gm(a),(u=Pi.get(u))&&O2(i,u),c=(e.ownerDocument||e).createElement("link"),Be(c);var h=c;return h._p=new Promise(function(g,S){h.onload=g,h.onerror=S}),jn(c,"link",i),t.state.loading|=$i,qr(c,a.precedence,e),t.instance=c;case"script":return c=yc(a.src),(u=e.querySelector(_d(c)))?(t.instance=u,Be(u),u):(i=a,(u=Pi.get(c))&&(i=Vt({},a),x2(i,u)),e=e.ownerDocument||e,u=e.createElement("script"),Be(u),jn(u,"link",i),e.head.appendChild(u),t.instance=u);case"void":return null;default:throw Error('acquireResource encountered a resource type it did not expect: "'+t.type+'". this is a bug in React.')}else t.type==="stylesheet"&&(t.state.loading&$i)===y0&&(i=t.instance,t.state.loading|=$i,qr(i,a.precedence,e));return t.instance}function qr(e,t,a){for(var i=a.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),u=i.length?i[i.length-1]:null,c=u,h=0;h<i.length;h++){var g=i[h];if(g.dataset.precedence===t)c=g;else if(c!==u)break}c?c.parentNode.insertBefore(e,c.nextSibling):(t=a.nodeType===9?a.head:a,t.insertBefore(e,t.firstChild))}function O2(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.title==null&&(e.title=t.title)}function x2(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.integrity==null&&(e.integrity=t.integrity)}function Gr(e,t,a){if(vv===null){var i=new Map,u=vv=new Map;u.set(a,i)}else u=vv,i=u.get(a),i||(i=new Map,u.set(a,i));if(i.has(e))return i;for(i.set(e,null),a=a.getElementsByTagName(e),u=0;u<a.length;u++){var c=a[u];if(!(c[ef]||c[Yn]||e==="link"&&c.getAttribute("rel")==="stylesheet")&&c.namespaceURI!==Yt){var h=c.getAttribute(t)||"";h=e+h;var g=i.get(h);g?g.push(c):i.set(h,[c])}}return i}function fg(e,t,a){e=e.ownerDocument||e,e.head.insertBefore(a,t==="title"?e.querySelector("head > title"):null)}function dg(e,t,a){var i=!a.ancestorInfo.containerTagInScope;if(a.context===Hh||t.itemProp!=null)return!i||t.itemProp==null||e!=="meta"&&e!=="title"&&e!=="style"&&e!=="link"&&e!=="script"||console.error("Cannot render a <%s> outside the main document if it has an `itemProp` prop. `itemProp` suggests the tag belongs to an `itemScope` which can appear anywhere in the DOM. If you were intending for React to hoist this <%s> remove the `itemProp` prop. Otherwise, try moving this tag into the <head> or <body> of the Document.",e,e),!1;switch(e){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href===""){i&&console.error('Cannot render a <style> outside the main document without knowing its precedence and a unique href key. React can hoist and deduplicate <style> tags if you provide a `precedence` prop along with an `href` prop that does not conflict with the `href` values used in any other hoisted <style> or <link rel="stylesheet" ...> tags. Note that hoisting <style> tags is considered an advanced feature that most will not use directly. Consider moving the <style> tag to the <head> or consider adding a `precedence="default"` and `href="some unique resource identifier"`.');break}return!0;case"link":if(typeof t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError){if(t.rel==="stylesheet"&&typeof t.precedence=="string"){e=t.href;var u=t.onError,c=t.disabled;a=[],t.onLoad&&a.push("`onLoad`"),u&&a.push("`onError`"),c!=null&&a.push("`disabled`"),u=Qy(a,"and"),u+=a.length===1?" prop":" props",c=a.length===1?"an "+u:"the "+u,a.length&&console.error('React encountered a <link rel="stylesheet" href="%s" ... /> with a `precedence` prop that also included %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',e,c,u)}i&&(typeof t.rel!="string"||typeof t.href!="string"||t.href===""?console.error("Cannot render a <link> outside the main document without a `rel` and `href` prop. Try adding a `rel` and/or `href` prop to this <link> or moving the link into the <head> tag"):(t.onError||t.onLoad)&&console.error("Cannot render a <link> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."));break}return t.rel==="stylesheet"?(e=t.precedence,t=t.disabled,typeof e!="string"&&i&&console.error('Cannot render a <link rel="stylesheet" /> outside the main document without knowing its precedence. Consider adding precedence="default" or moving it into the root <head> tag.'),typeof e=="string"&&t==null):!0;case"script":if(e=t.async&&typeof t.async!="function"&&typeof t.async!="symbol",!e||t.onLoad||t.onError||!t.src||typeof t.src!="string"){i&&(e?t.onLoad||t.onError?console.error("Cannot render a <script> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."):console.error("Cannot render a <script> outside the main document without `async={true}` and a non-empty `src` prop. Ensure there is a valid `src` and either make the script async or move it into the root <head> tag or somewhere in the <body>."):console.error('Cannot render a sync or defer <script> outside the main document without knowing its order. Try adding async="" or moving it into the root <head> tag.'));break}return!0;case"noscript":case"template":i&&console.error("Cannot render <%s> outside the main document. Try moving it into the root <head> tag.",e)}return!1}function Kt(e){return!(e.type==="stylesheet"&&(e.state.loading&aT)===y0)}function R2(e,t,a,i){if(a.type==="stylesheet"&&(typeof i.media!="string"||matchMedia(i.media).matches!==!1)&&(a.state.loading&$i)===y0){if(a.instance===null){var u=pc(i.href),c=t.querySelector(zd(u));if(c){t=c._p,t!==null&&typeof t=="object"&&typeof t.then=="function"&&(e.count++,e=Vr.bind(e),t.then(e,e)),a.state.loading|=$i,a.instance=c,Be(c);return}c=t.ownerDocument||t,i=Gm(i),(u=Pi.get(u))&&O2(i,u),c=c.createElement("link"),Be(c);var h=c;h._p=new Promise(function(g,S){h.onload=g,h.onerror=S}),jn(c,"link",i),a.instance=c}e.stylesheets===null&&(e.stylesheets=new Map),e.stylesheets.set(a,t),(t=a.state.preload)&&(a.state.loading&aT)===y0&&(e.count++,a=Vr.bind(e),t.addEventListener("load",a),t.addEventListener("error",a))}}function Qm(e,t){return e.stylesheets&&e.count===0&&Hd(e,e.stylesheets),0<e.count||0<e.imgCount?function(a){var i=setTimeout(function(){if(e.stylesheets&&Hd(e,e.stylesheets),e.unsuspend){var c=e.unsuspend;e.unsuspend=null,c()}},A7+t);0<e.imgBytes&&DA===0&&(DA=125*Xy()*T7);var u=setTimeout(function(){if(e.waitingForImages=!1,e.count===0&&(e.stylesheets&&Hd(e,e.stylesheets),e.unsuspend)){var c=e.unsuspend;e.unsuspend=null,c()}},(e.imgBytes>DA?50:S7)+t);return e.unsuspend=a,function(){e.unsuspend=null,clearTimeout(i),clearTimeout(u)}}:null}function Vr(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Hd(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}function Hd(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,bv=new Map,t.forEach(D2,e),bv=null,Vr.call(e))}function D2(e,t){if(!(t.state.loading&$i)){var a=bv.get(e);if(a)var i=a.get(NA);else{a=new Map,bv.set(e,a);for(var u=e.querySelectorAll("link[data-precedence],style[data-precedence]"),c=0;c<u.length;c++){var h=u[c];(h.nodeName==="LINK"||h.getAttribute("media")!=="not all")&&(a.set(h.dataset.precedence,h),i=h)}i&&a.set(NA,i)}u=t.instance,h=u.getAttribute("data-precedence"),c=a.get(h)||i,c===i&&a.set(NA,u),a.set(h,u),this.count++,i=Vr.bind(this),u.addEventListener("load",i),u.addEventListener("error",i),c?c.parentNode.insertBefore(u,c.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(u,e.firstChild)),t.state.loading|=$i}}function Ld(e,t,a,i,u,c,h,g,S){for(this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=p0,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Re(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Re(0),this.hiddenUpdates=Re(null),this.identifierPrefix=i,this.onUncaughtError=u,this.onCaughtError=c,this.onRecoverableError=h,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=S,this.incompleteTransitions=new Map,this.passiveEffectDuration=this.effectDuration=-0,this.memoizedUpdaters=new Set,e=this.pendingUpdatersLaneMap=[],t=0;31>t;t++)e.push(new Set);this._debugRootType=a?"hydrateRoot()":"createRoot()"}function jd(e,t,a,i,u,c,h,g,S,O,$,ee){return e=new Ld(e,t,a,h,S,O,$,ee,g),t=IE,c===!0&&(t|=zl|Rs),t|=Qt,c=M(3,null,null,t),e.current=c,c.stateNode=e,t=V0(),Xu(t),e.pooledCache=t,Xu(t),c.memoizedState={element:i,isDehydrated:a,cache:t},$t(c),e}function mg(e){return e?(e=sf,e):sf}function Xm(e,t,a,i,u,c){if(ba&&typeof ba.onScheduleFiberRoot=="function")try{ba.onScheduleFiberRoot(Sc,i,a)}catch(h){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",h))}u=mg(u),i.context===null?i.context=u:i.pendingContext=u,Li&&Ul!==null&&!uT&&(uT=!0,console.error(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
|
|
195
|
+
- `+zd(t)+`
|
|
196
|
+
+ `+zd(a),Error("Expected stylesheet with precedence to not be updated to a different kind of <link>. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key."+a);return null;case"script":return t=a.async,a=a.src,typeof a=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(a=yc(a),t=Qe(u).hoistableScripts,i=t.get(a),i||(i={type:"script",instance:null,count:0,state:null},t.set(a,i)),i):{type:"void",instance:null,count:0,state:null};default:throw Error('getResource encountered a type it did not expect: "'+e+'". this is a bug in React.')}}function zd(e){var t=0,a="<link";return typeof e.rel=="string"?(t++,a+=' rel="'+e.rel+'"'):$l.call(e,"rel")&&(t++,a+=' rel="'+(e.rel===null?"null":"invalid type "+typeof e.rel)+'"'),typeof e.href=="string"?(t++,a+=' href="'+e.href+'"'):$l.call(e,"href")&&(t++,a+=' href="'+(e.href===null?"null":"invalid type "+typeof e.href)+'"'),typeof e.precedence=="string"?(t++,a+=' precedence="'+e.precedence+'"'):$l.call(e,"precedence")&&(t++,a+=" precedence={"+(e.precedence===null?"null":"invalid type "+typeof e.precedence)+"}"),Object.getOwnPropertyNames(e).length>t&&(a+=" ..."),a+" />"}function pc(e){return'href="'+sn(e)+'"'}function _d(e){return'link[rel="stylesheet"]['+e+"]"}function Gm(e){return Vt({},e,{"data-precedence":e.precedence,precedence:null})}function rg(e,t,a,i){e.querySelector('link[rel="preload"][as="style"]['+t+"]")?i.loading=H1:(t=e.createElement("link"),i.preload=t,t.addEventListener("load",function(){return i.loading|=H1}),t.addEventListener("error",function(){return i.loading|=nT}),jn(t,"link",a),Be(t),e.head.appendChild(t))}function yc(e){return'[src="'+sn(e)+'"]'}function Hd(e){return"script[async]"+e}function Vm(e,t,a){if(t.count++,t.instance===null)switch(t.type){case"style":var i=e.querySelector('style[data-href~="'+sn(a.href)+'"]');if(i)return t.instance=i,Be(i),i;var u=Vt({},a,{"data-href":a.href,"data-precedence":a.precedence,href:null,precedence:null});return i=(e.ownerDocument||e).createElement("style"),Be(i),jn(i,"style",u),qr(i,a.precedence,e),t.instance=i;case"stylesheet":u=pc(a.href);var c=e.querySelector(_d(u));if(c)return t.state.loading|=$i,t.instance=c,Be(c),c;i=Gm(a),(u=Pi.get(u))&&O2(i,u),c=(e.ownerDocument||e).createElement("link"),Be(c);var h=c;return h._p=new Promise(function(g,S){h.onload=g,h.onerror=S}),jn(c,"link",i),t.state.loading|=$i,qr(c,a.precedence,e),t.instance=c;case"script":return c=yc(a.src),(u=e.querySelector(Hd(c)))?(t.instance=u,Be(u),u):(i=a,(u=Pi.get(c))&&(i=Vt({},a),x2(i,u)),e=e.ownerDocument||e,u=e.createElement("script"),Be(u),jn(u,"link",i),e.head.appendChild(u),t.instance=u);case"void":return null;default:throw Error('acquireResource encountered a resource type it did not expect: "'+t.type+'". this is a bug in React.')}else t.type==="stylesheet"&&(t.state.loading&$i)===g0&&(i=t.instance,t.state.loading|=$i,qr(i,a.precedence,e));return t.instance}function qr(e,t,a){for(var i=a.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),u=i.length?i[i.length-1]:null,c=u,h=0;h<i.length;h++){var g=i[h];if(g.dataset.precedence===t)c=g;else if(c!==u)break}c?c.parentNode.insertBefore(e,c.nextSibling):(t=a.nodeType===9?a.head:a,t.insertBefore(e,t.firstChild))}function O2(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.title==null&&(e.title=t.title)}function x2(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.integrity==null&&(e.integrity=t.integrity)}function Gr(e,t,a){if(vv===null){var i=new Map,u=vv=new Map;u.set(a,i)}else u=vv,i=u.get(a),i||(i=new Map,u.set(a,i));if(i.has(e))return i;for(i.set(e,null),a=a.getElementsByTagName(e),u=0;u<a.length;u++){var c=a[u];if(!(c[ef]||c[Yn]||e==="link"&&c.getAttribute("rel")==="stylesheet")&&c.namespaceURI!==Yt){var h=c.getAttribute(t)||"";h=e+h;var g=i.get(h);g?g.push(c):i.set(h,[c])}}return i}function fg(e,t,a){e=e.ownerDocument||e,e.head.insertBefore(a,t==="title"?e.querySelector("head > title"):null)}function dg(e,t,a){var i=!a.ancestorInfo.containerTagInScope;if(a.context===Hh||t.itemProp!=null)return!i||t.itemProp==null||e!=="meta"&&e!=="title"&&e!=="style"&&e!=="link"&&e!=="script"||console.error("Cannot render a <%s> outside the main document if it has an `itemProp` prop. `itemProp` suggests the tag belongs to an `itemScope` which can appear anywhere in the DOM. If you were intending for React to hoist this <%s> remove the `itemProp` prop. Otherwise, try moving this tag into the <head> or <body> of the Document.",e,e),!1;switch(e){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href===""){i&&console.error('Cannot render a <style> outside the main document without knowing its precedence and a unique href key. React can hoist and deduplicate <style> tags if you provide a `precedence` prop along with an `href` prop that does not conflict with the `href` values used in any other hoisted <style> or <link rel="stylesheet" ...> tags. Note that hoisting <style> tags is considered an advanced feature that most will not use directly. Consider moving the <style> tag to the <head> or consider adding a `precedence="default"` and `href="some unique resource identifier"`.');break}return!0;case"link":if(typeof t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError){if(t.rel==="stylesheet"&&typeof t.precedence=="string"){e=t.href;var u=t.onError,c=t.disabled;a=[],t.onLoad&&a.push("`onLoad`"),u&&a.push("`onError`"),c!=null&&a.push("`disabled`"),u=Qy(a,"and"),u+=a.length===1?" prop":" props",c=a.length===1?"an "+u:"the "+u,a.length&&console.error('React encountered a <link rel="stylesheet" href="%s" ... /> with a `precedence` prop that also included %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',e,c,u)}i&&(typeof t.rel!="string"||typeof t.href!="string"||t.href===""?console.error("Cannot render a <link> outside the main document without a `rel` and `href` prop. Try adding a `rel` and/or `href` prop to this <link> or moving the link into the <head> tag"):(t.onError||t.onLoad)&&console.error("Cannot render a <link> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."));break}return t.rel==="stylesheet"?(e=t.precedence,t=t.disabled,typeof e!="string"&&i&&console.error('Cannot render a <link rel="stylesheet" /> outside the main document without knowing its precedence. Consider adding precedence="default" or moving it into the root <head> tag.'),typeof e=="string"&&t==null):!0;case"script":if(e=t.async&&typeof t.async!="function"&&typeof t.async!="symbol",!e||t.onLoad||t.onError||!t.src||typeof t.src!="string"){i&&(e?t.onLoad||t.onError?console.error("Cannot render a <script> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."):console.error("Cannot render a <script> outside the main document without `async={true}` and a non-empty `src` prop. Ensure there is a valid `src` and either make the script async or move it into the root <head> tag or somewhere in the <body>."):console.error('Cannot render a sync or defer <script> outside the main document without knowing its order. Try adding async="" or moving it into the root <head> tag.'));break}return!0;case"noscript":case"template":i&&console.error("Cannot render <%s> outside the main document. Try moving it into the root <head> tag.",e)}return!1}function Kt(e){return!(e.type==="stylesheet"&&(e.state.loading&aT)===g0)}function R2(e,t,a,i){if(a.type==="stylesheet"&&(typeof i.media!="string"||matchMedia(i.media).matches!==!1)&&(a.state.loading&$i)===g0){if(a.instance===null){var u=pc(i.href),c=t.querySelector(_d(u));if(c){t=c._p,t!==null&&typeof t=="object"&&typeof t.then=="function"&&(e.count++,e=Vr.bind(e),t.then(e,e)),a.state.loading|=$i,a.instance=c,Be(c);return}c=t.ownerDocument||t,i=Gm(i),(u=Pi.get(u))&&O2(i,u),c=c.createElement("link"),Be(c);var h=c;h._p=new Promise(function(g,S){h.onload=g,h.onerror=S}),jn(c,"link",i),a.instance=c}e.stylesheets===null&&(e.stylesheets=new Map),e.stylesheets.set(a,t),(t=a.state.preload)&&(a.state.loading&aT)===g0&&(e.count++,a=Vr.bind(e),t.addEventListener("load",a),t.addEventListener("error",a))}}function Qm(e,t){return e.stylesheets&&e.count===0&&Ld(e,e.stylesheets),0<e.count||0<e.imgCount?function(a){var i=setTimeout(function(){if(e.stylesheets&&Ld(e,e.stylesheets),e.unsuspend){var c=e.unsuspend;e.unsuspend=null,c()}},A7+t);0<e.imgBytes&&DA===0&&(DA=125*Xy()*T7);var u=setTimeout(function(){if(e.waitingForImages=!1,e.count===0&&(e.stylesheets&&Ld(e,e.stylesheets),e.unsuspend)){var c=e.unsuspend;e.unsuspend=null,c()}},(e.imgBytes>DA?50:S7)+t);return e.unsuspend=a,function(){e.unsuspend=null,clearTimeout(i),clearTimeout(u)}}:null}function Vr(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Ld(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}function Ld(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,bv=new Map,t.forEach(D2,e),bv=null,Vr.call(e))}function D2(e,t){if(!(t.state.loading&$i)){var a=bv.get(e);if(a)var i=a.get(NA);else{a=new Map,bv.set(e,a);for(var u=e.querySelectorAll("link[data-precedence],style[data-precedence]"),c=0;c<u.length;c++){var h=u[c];(h.nodeName==="LINK"||h.getAttribute("media")!=="not all")&&(a.set(h.dataset.precedence,h),i=h)}i&&a.set(NA,i)}u=t.instance,h=u.getAttribute("data-precedence"),c=a.get(h)||i,c===i&&a.set(NA,u),a.set(h,u),this.count++,i=Vr.bind(this),u.addEventListener("load",i),u.addEventListener("error",i),c?c.parentNode.insertBefore(u,c.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(u,e.firstChild)),t.state.loading|=$i}}function jd(e,t,a,i,u,c,h,g,S){for(this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=y0,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Re(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Re(0),this.hiddenUpdates=Re(null),this.identifierPrefix=i,this.onUncaughtError=u,this.onCaughtError=c,this.onRecoverableError=h,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=S,this.incompleteTransitions=new Map,this.passiveEffectDuration=this.effectDuration=-0,this.memoizedUpdaters=new Set,e=this.pendingUpdatersLaneMap=[],t=0;31>t;t++)e.push(new Set);this._debugRootType=a?"hydrateRoot()":"createRoot()"}function Yd(e,t,a,i,u,c,h,g,S,O,$,ee){return e=new jd(e,t,a,h,S,O,$,ee,g),t=IE,c===!0&&(t|=zl|Rs),t|=Qt,c=M(3,null,null,t),e.current=c,c.stateNode=e,t=V0(),Xu(t),e.pooledCache=t,Xu(t),c.memoizedState={element:i,isDehydrated:a,cache:t},$t(c),e}function mg(e){return e?(e=sf,e):sf}function Xm(e,t,a,i,u,c){if(ba&&typeof ba.onScheduleFiberRoot=="function")try{ba.onScheduleFiberRoot(Sc,i,a)}catch(h){ji||(ji=!0,console.error("React instrumentation encountered an error: %o",h))}u=mg(u),i.context===null?i.context=u:i.pendingContext=u,Li&&Ul!==null&&!uT&&(uT=!0,console.error(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
|
|
197
197
|
|
|
198
|
-
Check the render method of %s.`,B(Ul)||"Unknown")),i=ya(t),i.payload={element:a},c=c===void 0?null:c,c!==null&&(typeof c!="function"&&console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",c),i.callback=c),a=Ai(e,i,t),a!==null&&(gi(t,"root.render()",null),xt(a,e,t),bo(a,e,t))}function hg(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var a=e.retryLane;e.retryLane=a!==0&&a<t?a:t}}function N2(e,t){hg(e,t),(e=e.alternate)&&hg(e,t)}function M2(e){if(e.tag===13||e.tag===31){var t=Wa(e,67108864);t!==null&&xt(t,e,67108864),N2(e,67108864)}}function k2(e){if(e.tag===13||e.tag===31){var t=Pa(e);t=ve(t);var a=Wa(e,t);a!==null&&xt(a,e,t),N2(e,t)}}function Tn(){return Ul}function B2(e,t,a,i){var u=Ae.T;Ae.T=null;var c=pn.p;try{pn.p=Aa,U2(e,t,a,i)}finally{pn.p=c,Ae.T=u}}function Va(e,t,a,i){var u=Ae.T;Ae.T=null;var c=pn.p;try{pn.p=Xa,U2(e,t,a,i)}finally{pn.p=c,Ae.T=u}}function U2(e,t,a,i){if(Sv){var u=Im(i);if(u===null)Jo(e,t,i,Tv,a),Fm(e,i);else if(pg(u,e,t,a,i))i.stopPropagation();else if(Fm(e,i),t&4&&-1<E7.indexOf(e)){for(;u!==null;){var c=oe(u);if(c!==null)switch(c.tag){case 3:if(c=c.stateNode,c.current.memoizedState.isDehydrated){var h=Je(c.pendingLanes);if(h!==0){var g=c;for(g.pendingLanes|=2,g.entangledLanes|=2;h;){var S=1<<31-Qa(h);g.entanglements[1]|=S,h&=~S}Nl(c),(cn&(Ja|ai))===ll&&(lv=Ma()+_8,Bi(0))}}break;case 31:case 13:g=Wa(c,2),g!==null&&xt(g,c,2),Zl(),N2(c,2)}if(c=Im(i),c===null&&Jo(e,t,i,Tv,a),c===u)break;u=c}u!==null&&i.stopPropagation()}else Jo(e,t,i,null,a)}}function Im(e){return e=Hl(e),z2(e)}function z2(e){if(Tv=null,e=de(e),e!==null){var t=Ie(e);if(t===null)e=null;else{var a=t.tag;if(a===13){if(e=ae(t),e!==null)return e;e=null}else if(a===31){if(e=Ne(t),e!==null)return e;e=null}else if(a===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}}return Tv=e,null}function Jm(e){switch(e){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return Aa;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Xa;case"message":switch(Xd()){case X2:return Aa;case ah:return Xa;case Ac:case Sg:return tl;case lh:return bu;default:return tl}default:return tl}}function Fm(e,t){switch(e){case"focusin":case"focusout":wf=null;break;case"dragenter":case"dragleave":Ef=null;break;case"mouseover":case"mouseout":Cf=null;break;case"pointerover":case"pointerout":j1.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Y1.delete(t.pointerId)}}function pu(e,t,a,i,u,c){return e===null||e.nativeEvent!==c?(e={blockedOn:t,domEventName:a,eventSystemFlags:i,nativeEvent:c,targetContainers:[u]},t!==null&&(t=oe(t),t!==null&&M2(t)),e):(e.eventSystemFlags|=i,t=e.targetContainers,u!==null&&t.indexOf(u)===-1&&t.push(u),e)}function pg(e,t,a,i,u){switch(t){case"focusin":return wf=pu(wf,e,t,a,i,u),!0;case"dragenter":return Ef=pu(Ef,e,t,a,i,u),!0;case"mouseover":return Cf=pu(Cf,e,t,a,i,u),!0;case"pointerover":var c=u.pointerId;return j1.set(c,pu(j1.get(c)||null,e,t,a,i,u)),!0;case"gotpointercapture":return c=u.pointerId,Y1.set(c,pu(Y1.get(c)||null,e,t,a,i,u)),!0}return!1}function _2(e){var t=de(e.target);if(t!==null){var a=Ie(t);if(a!==null){if(t=a.tag,t===13){if(t=ae(a),t!==null){e.blockedOn=t,T(e.priority,function(){k2(a)});return}}else if(t===31){if(t=Ne(a),t!==null){e.blockedOn=t,T(e.priority,function(){k2(a)});return}}else if(t===3&&a.stateNode.current.memoizedState.isDehydrated){e.blockedOn=a.tag===3?a.stateNode.containerInfo:null;return}}}e.blockedOn=null}function Qr(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var a=Im(e.nativeEvent);if(a===null){a=e.nativeEvent;var i=new a.constructor(a.type,a),u=i;K2!==null&&console.error("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),K2=u,a.target.dispatchEvent(i),K2===null&&console.error("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),K2=null}else return t=oe(a),t!==null&&M2(t),e.blockedOn=a,!1;t.shift()}return!0}function Zm(e,t,a){Qr(e)&&a.delete(t)}function gb(){MA=!1,wf!==null&&Qr(wf)&&(wf=null),Ef!==null&&Qr(Ef)&&(Ef=null),Cf!==null&&Qr(Cf)&&(Cf=null),j1.forEach(Zm),Y1.forEach(Zm)}function Yd(e,t){e.blockedOn===t&&(e.blockedOn=null,MA||(MA=!0,ua.unstable_scheduleCallback(ua.unstable_NormalPriority,gb)))}function yg(e){wv!==e&&(wv=e,ua.unstable_scheduleCallback(ua.unstable_NormalPriority,function(){wv===e&&(wv=null);for(var t=0;t<e.length;t+=3){var a=e[t],i=e[t+1],u=e[t+2];if(typeof i!="function"){if(z2(i||a)===null)continue;break}var c=oe(a);c!==null&&(e.splice(t,3),t-=3,a={pending:!0,data:u,method:a.method,action:i},Object.freeze(a),gs(c,a,i,u))}}))}function gc(e){function t(S){return Yd(S,e)}wf!==null&&Yd(wf,e),Ef!==null&&Yd(Ef,e),Cf!==null&&Yd(Cf,e),j1.forEach(t),Y1.forEach(t);for(var a=0;a<Of.length;a++){var i=Of[a];i.blockedOn===e&&(i.blockedOn=null)}for(;0<Of.length&&(a=Of[0],a.blockedOn===null);)_2(a),a.blockedOn===null&&Of.shift();if(a=(e.ownerDocument||e).$$reactFormReplay,a!=null)for(i=0;i<a.length;i+=3){var u=a[i],c=a[i+1],h=u[Tl]||null;if(typeof c=="function")h||yg(a);else if(h){var g=null;if(c&&c.hasAttribute("formAction")){if(u=c,h=c[Tl]||null)g=h.formAction;else if(z2(u)!==null)continue}else g=h.action;typeof g=="function"?a[i+1]=g:(a.splice(i,3),i-=3),yg(a)}}}function gg(){function e(c){c.canIntercept&&c.info==="react-transition"&&c.intercept({handler:function(){return new Promise(function(h){return u=h})},focusReset:"manual",scroll:"manual"})}function t(){u!==null&&(u(),u=null),i||setTimeout(a,20)}function a(){if(!i&&!navigation.transition){var c=navigation.currentEntry;c&&c.url!=null&&navigation.navigate(c.url,{state:c.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var i=!1,u=null;return navigation.addEventListener("navigate",e),navigation.addEventListener("navigatesuccess",t),navigation.addEventListener("navigateerror",t),setTimeout(a,100),function(){i=!0,navigation.removeEventListener("navigate",e),navigation.removeEventListener("navigatesuccess",t),navigation.removeEventListener("navigateerror",t),u!==null&&(u(),u=null)}}}function H2(e){this._internalRoot=e}function Ko(e){this._internalRoot=e}function L2(e){e[xs]&&(e._reactRootContainer?console.error("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):console.error("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var ua=qA(),qd=xf(),vb=XA(),Vt=Object.assign,vg=Symbol.for("react.element"),wo=Symbol.for("react.transitional.element"),yu=Symbol.for("react.portal"),Xr=Symbol.for("react.fragment"),Sl=Symbol.for("react.strict_mode"),Gd=Symbol.for("react.profiler"),Km=Symbol.for("react.consumer"),Wo=Symbol.for("react.context"),Ir=Symbol.for("react.forward_ref"),vc=Symbol.for("react.suspense"),Bl=Symbol.for("react.suspense_list"),Vd=Symbol.for("react.memo"),el=Symbol.for("react.lazy"),$o=Symbol.for("react.activity"),bb=Symbol.for("react.memo_cache_sentinel"),bg=Symbol.iterator,Jr=Symbol.for("react.client.reference"),ha=Array.isArray,Ae=qd.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,pn=vb.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Ab=Object.freeze({pending:!1,data:null,method:null,action:null}),j2=[],Y2=[],Os=-1,gu=le(null),Fr=le(null),Wl=le(null),vu=le(null),Zr=0,Ag,bc,Kr,q2,Qd,Wm,$m;Ce.__reactDisabledLog=!0;var Wr,G2,Pm=!1,V2=new(typeof WeakMap=="function"?WeakMap:Map),Ul=null,Li=!1,$l=Object.prototype.hasOwnProperty,Q2=ua.unstable_scheduleCallback,eh=ua.unstable_cancelCallback,th=ua.unstable_shouldYield,nh=ua.unstable_requestPaint,Ma=ua.unstable_now,Xd=ua.unstable_getCurrentPriorityLevel,X2=ua.unstable_ImmediatePriority,ah=ua.unstable_UserBlockingPriority,Ac=ua.unstable_NormalPriority,Sg=ua.unstable_LowPriority,lh=ua.unstable_IdlePriority,I2=ua.log,Tg=ua.unstable_setDisableYieldValue,Sc=null,ba=null,ji=!1,Yi=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u",Qa=Math.clz32?Math.clz32:Me,J2=Math.log,oh=Math.LN2,$r=256,Id=262144,Pr=4194304,Aa=2,Xa=8,tl=32,bu=268435456,Eo=Math.random().toString(36).slice(2),Yn="__reactFiber$"+Eo,Tl="__reactProps$"+Eo,xs="__reactContainer$"+Eo,Tc="__reactEvents$"+Eo,Sb="__reactListeners$"+Eo,wg="__reactHandles$"+Eo,Jd="__reactResources$"+Eo,ef="__reactMarker$"+Eo,Eg=new Set,qi={},tf={},Cg={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},nf=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]*$"),F2={},ih={},sh=/[\n"\\]/g,Z2=!1,Og=!1,Fd=!1,n=!1,l=!1,o=!1,s=["value","defaultValue"],d=!1,m=/["'&<>\n\t]|^\s|\s$/,A="address applet area article aside base basefont bgsound blockquote body br button caption center col colgroup dd details dir div dl dt embed fieldset figcaption figure footer form frame frameset h1 h2 h3 h4 h5 h6 head header hgroup hr html iframe img input isindex li link listing main marquee menu menuitem meta nav noembed noframes noscript object ol p param plaintext pre script section select source style summary table tbody td template textarea tfoot th thead title tr track ul wbr xmp".split(" "),D="applet caption html table td th marquee object template foreignObject desc title".split(" "),J=D.concat(["button"]),he="dd dt li option optgroup p rp rt".split(" "),xe={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null,containerTagInScope:null,implicitRootScope:!1},Ue={},pe={animation:"animationDelay animationDirection animationDuration animationFillMode animationIterationCount animationName animationPlayState animationTimingFunction".split(" "),background:"backgroundAttachment backgroundClip backgroundColor backgroundImage backgroundOrigin backgroundPositionX backgroundPositionY backgroundRepeat backgroundSize".split(" "),backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:"borderBottomColor borderBottomStyle borderBottomWidth borderImageOutset borderImageRepeat borderImageSlice borderImageSource borderImageWidth borderLeftColor borderLeftStyle borderLeftWidth borderRightColor borderRightStyle borderRightWidth borderTopColor borderTopStyle borderTopWidth".split(" "),borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:"fontFamily fontFeatureSettings fontKerning fontLanguageOverride fontSize fontSizeAdjust fontStretch fontStyle fontVariant fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition fontWeight lineHeight".split(" "),fontVariant:"fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition".split(" "),gap:["columnGap","rowGap"],grid:"gridAutoColumns gridAutoFlow gridAutoRows gridTemplateAreas gridTemplateColumns gridTemplateRows".split(" "),gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:"maskClip maskComposite maskImage maskMode maskOrigin maskPositionX maskPositionY maskRepeat maskSize".split(" "),maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},Se=/([A-Z])/g,dt=/^ms-/,St=/^(?:webkit|moz|o)[A-Z]/,wn=/^-ms-/,ce=/-(.)/g,P=/;\s*$/,me={},ke={},gt=!1,un=!1,pt=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(" ")),Bt="http://www.w3.org/1998/Math/MathML",Yt="http://www.w3.org/2000/svg",dn=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"]]),Po={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",fetchpriority:"fetchPriority",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",inert:"inert",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",popover:"popover",popovertarget:"popoverTarget",popovertargetaction:"popoverTargetAction",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",transformorigin:"transformOrigin","transform-origin":"transformOrigin",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},xg={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0,"aria-braillelabel":0,"aria-brailleroledescription":0,"aria-colindextext":0,"aria-rowindextext":0},uh={},lE=RegExp("^(aria)-[: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]*$"),oE=RegExp("^(aria)[A-Z][: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]*$"),r4=!1,Pl={},f4=/^on./,iE=/^on[^A-Z]/,sE=RegExp("^(aria)-[: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]*$"),uE=RegExp("^(aria)[A-Z][: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]*$"),cE=/^[\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,K2=null,ch=null,rh=null,Tb=!1,Au=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),wb=!1;if(Au)try{var W2={};Object.defineProperty(W2,"passive",{get:function(){wb=!0}}),window.addEventListener("test",W2,W2),window.removeEventListener("test",W2,W2)}catch{wb=!1}var af=null,Eb=null,Rg=null,Zd={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Dg=fa(Zd),$2=Vt({},Zd,{view:0,detail:0}),rE=fa($2),Cb,Ob,P2,Ng=Vt({},$2,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:zu,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==P2&&(P2&&e.type==="mousemove"?(Cb=e.screenX-P2.screenX,Ob=e.screenY-P2.screenY):Ob=Cb=0,P2=e),Cb)},movementY:function(e){return"movementY"in e?e.movementY:Ob}}),d4=fa(Ng),fE=Vt({},Ng,{dataTransfer:0}),dE=fa(fE),mE=Vt({},$2,{relatedTarget:0}),xb=fa(mE),hE=Vt({},Zd,{animationName:0,elapsedTime:0,pseudoElement:0}),pE=fa(hE),yE=Vt({},Zd,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),gE=fa(yE),vE=Vt({},Zd,{data:0}),m4=fa(vE),bE=m4,AE={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},SE={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},TE={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"},wE=Vt({},$2,{key:function(e){if(e.key){var t=AE[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=Uu(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?SE[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:zu,charCode:function(e){return e.type==="keypress"?Uu(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Uu(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),EE=fa(wE),CE=Vt({},Ng,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),h4=fa(CE),OE=Vt({},$2,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:zu}),xE=fa(OE),RE=Vt({},Zd,{propertyName:0,elapsedTime:0,pseudoElement:0}),DE=fa(RE),NE=Vt({},Ng,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),ME=fa(NE),kE=Vt({},Zd,{newState:0,oldState:0}),BE=fa(kE),UE=[9,13,27,32],p4=229,Rb=Au&&"CompositionEvent"in window,e1=null;Au&&"documentMode"in document&&(e1=document.documentMode);var zE=Au&&"TextEvent"in window&&!e1,y4=Au&&(!Rb||e1&&8<e1&&11>=e1),g4=32,v4=String.fromCharCode(g4),b4=!1,fh=!1,_E={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0},t1=null,n1=null,A4=!1;Au&&(A4=Ht("input")&&(!document.documentMode||9<document.documentMode));var eo=typeof Object.is=="function"?Object.is:B0,HE=Au&&"documentMode"in document&&11>=document.documentMode,dh=null,Db=null,a1=null,Nb=!1,mh={animationend:Hu("Animation","AnimationEnd"),animationiteration:Hu("Animation","AnimationIteration"),animationstart:Hu("Animation","AnimationStart"),transitionrun:Hu("Transition","TransitionRun"),transitionstart:Hu("Transition","TransitionStart"),transitioncancel:Hu("Transition","TransitionCancel"),transitionend:Hu("Transition","TransitionEnd")},Mb={},S4={};Au&&(S4=document.createElement("div").style,"AnimationEvent"in window||(delete mh.animationend.animation,delete mh.animationiteration.animation,delete mh.animationstart.animation),"TransitionEvent"in window||delete mh.transitionend.transition);var T4=Lu("animationend"),w4=Lu("animationiteration"),E4=Lu("animationstart"),LE=Lu("transitionrun"),jE=Lu("transitionstart"),YE=Lu("transitioncancel"),C4=Lu("transitionend"),O4=new Map,kb="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");kb.push("scrollEnd");var x4=0;if(typeof performance=="object"&&typeof performance.now=="function")var qE=performance,R4=function(){return qE.now()};else{var GE=Date;R4=function(){return GE.now()}}var Bb=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},VE="This object has been omitted by React in the console log to avoid sending too much data from the server. Try logging smaller or more specific objects.",Mg=0,Ub=1,zb=2,_b=3,kg="– ",Bg="+ ",D4=" ",qn=typeof console<"u"&&typeof console.timeStamp=="function"&&typeof performance<"u"&&typeof performance.measure=="function",Gi="Components ⚛",nn="Scheduler ⚛",on="Blocking",lf=!1,wc={color:"primary",properties:null,tooltipText:"",track:Gi},of={start:-0,end:-0,detail:{devtools:wc}},QE=["Changed Props",""],N4="This component received deeply equal props. It might benefit from useMemo or the React Compiler in its owner.",XE=["Changed Props",N4],l1=1,Ec=2,Vi=[],hh=0,Hb=0,sf={};Object.freeze(sf);var Qi=null,ph=null,Ct=0,IE=1,Qt=2,zl=8,Rs=16,JE=32,M4=!1;try{var k4=Object.preventExtensions({})}catch{M4=!0}var Lb=new WeakMap,yh=[],gh=0,Ug=null,o1=0,Xi=[],Ii=0,Kd=null,Cc=1,Oc="",wl=null,Gn=null,tn=!1,Su=!1,ei=null,uf=null,Ji=!1,jb=Error("Hydration Mismatch Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),Yb=le(null),qb=le(null),B4={},zg=null,vh=null,bh=!1,FE=typeof AbortController<"u"?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(a,i){e.push(i)}};this.abort=function(){t.aborted=!0,e.forEach(function(a){return a()})}},ZE=ua.unstable_scheduleCallback,KE=ua.unstable_NormalPriority,ka={$$typeof:Wo,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0,_currentRenderer:null,_currentRenderer2:null},Ba=ua.unstable_now,_g=console.createTask?console.createTask:function(){return null},i1=1,Hg=2,nl=-0,cf=-0,xc=-0,Rc=null,to=-1.1,Wd=-0,ea=-0,bt=-1.1,Tt=-1.1,Fn=null,ca=!1,$d=-0,Tu=-1.1,s1=null,rf=0,Gb=null,Vb=null,Pd=-1.1,u1=null,Ah=-1.1,Lg=-1.1,Dc=-0,Nc=-1.1,Fi=-1.1,Qb=0,c1=null,U4=null,z4=null,ff=-1.1,e0=null,df=-1.1,jg=-1.1,_4=-0,H4=-0,Yg=0,WE=null,L4=0,r1=-1.1,qg=!1,Gg=!1,f1=null,Xb=0,t0=0,Sh=null,j4=Ae.S;Ae.S=function(e,t){if(U8=Ma(),typeof t=="object"&&t!==null&&typeof t.then=="function"){if(0>Nc&&0>Fi){Nc=Ba();var a=Lr(),i=_i();(a!==df||i!==e0)&&(df=-1.1),ff=a,e0=i}rs(e,t)}j4!==null&&j4(e,t)};var n0=le(null),Ds={recordUnsafeLifecycleWarnings:function(){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}},d1=[],m1=[],h1=[],p1=[],y1=[],g1=[],a0=new Set;Ds.recordUnsafeLifecycleWarnings=function(e,t){a0.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&d1.push(e),e.mode&zl&&typeof t.UNSAFE_componentWillMount=="function"&&m1.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&h1.push(e),e.mode&zl&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&p1.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&y1.push(e),e.mode&zl&&typeof t.UNSAFE_componentWillUpdate=="function"&&g1.push(e))},Ds.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;0<d1.length&&(d1.forEach(function(g){e.add(B(g)||"Component"),a0.add(g.type)}),d1=[]);var t=new Set;0<m1.length&&(m1.forEach(function(g){t.add(B(g)||"Component"),a0.add(g.type)}),m1=[]);var a=new Set;0<h1.length&&(h1.forEach(function(g){a.add(B(g)||"Component"),a0.add(g.type)}),h1=[]);var i=new Set;0<p1.length&&(p1.forEach(function(g){i.add(B(g)||"Component"),a0.add(g.type)}),p1=[]);var u=new Set;0<y1.length&&(y1.forEach(function(g){u.add(B(g)||"Component"),a0.add(g.type)}),y1=[]);var c=new Set;if(0<g1.length&&(g1.forEach(function(g){c.add(B(g)||"Component"),a0.add(g.type)}),g1=[]),0<t.size){var h=Q(t);console.error(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
198
|
+
Check the render method of %s.`,B(Ul)||"Unknown")),i=ya(t),i.payload={element:a},c=c===void 0?null:c,c!==null&&(typeof c!="function"&&console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",c),i.callback=c),a=Ai(e,i,t),a!==null&&(gi(t,"root.render()",null),xt(a,e,t),bo(a,e,t))}function hg(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var a=e.retryLane;e.retryLane=a!==0&&a<t?a:t}}function N2(e,t){hg(e,t),(e=e.alternate)&&hg(e,t)}function M2(e){if(e.tag===13||e.tag===31){var t=Wa(e,67108864);t!==null&&xt(t,e,67108864),N2(e,67108864)}}function k2(e){if(e.tag===13||e.tag===31){var t=Pa(e);t=ve(t);var a=Wa(e,t);a!==null&&xt(a,e,t),N2(e,t)}}function Tn(){return Ul}function B2(e,t,a,i){var u=Ae.T;Ae.T=null;var c=pn.p;try{pn.p=Aa,U2(e,t,a,i)}finally{pn.p=c,Ae.T=u}}function Va(e,t,a,i){var u=Ae.T;Ae.T=null;var c=pn.p;try{pn.p=Xa,U2(e,t,a,i)}finally{pn.p=c,Ae.T=u}}function U2(e,t,a,i){if(Sv){var u=Im(i);if(u===null)Jo(e,t,i,Tv,a),Fm(e,i);else if(pg(u,e,t,a,i))i.stopPropagation();else if(Fm(e,i),t&4&&-1<E7.indexOf(e)){for(;u!==null;){var c=oe(u);if(c!==null)switch(c.tag){case 3:if(c=c.stateNode,c.current.memoizedState.isDehydrated){var h=Je(c.pendingLanes);if(h!==0){var g=c;for(g.pendingLanes|=2,g.entangledLanes|=2;h;){var S=1<<31-Qa(h);g.entanglements[1]|=S,h&=~S}Nl(c),(cn&(Ja|ai))===ll&&(lv=Ma()+_8,Bi(0))}}break;case 31:case 13:g=Wa(c,2),g!==null&&xt(g,c,2),Zl(),N2(c,2)}if(c=Im(i),c===null&&Jo(e,t,i,Tv,a),c===u)break;u=c}u!==null&&i.stopPropagation()}else Jo(e,t,i,null,a)}}function Im(e){return e=Hl(e),z2(e)}function z2(e){if(Tv=null,e=de(e),e!==null){var t=Ie(e);if(t===null)e=null;else{var a=t.tag;if(a===13){if(e=ae(t),e!==null)return e;e=null}else if(a===31){if(e=Ne(t),e!==null)return e;e=null}else if(a===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}}return Tv=e,null}function Jm(e){switch(e){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return Aa;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Xa;case"message":switch(Id()){case X2:return Aa;case ah:return Xa;case Ac:case Sg:return tl;case lh:return bu;default:return tl}default:return tl}}function Fm(e,t){switch(e){case"focusin":case"focusout":wf=null;break;case"dragenter":case"dragleave":Ef=null;break;case"mouseover":case"mouseout":Cf=null;break;case"pointerover":case"pointerout":j1.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Y1.delete(t.pointerId)}}function pu(e,t,a,i,u,c){return e===null||e.nativeEvent!==c?(e={blockedOn:t,domEventName:a,eventSystemFlags:i,nativeEvent:c,targetContainers:[u]},t!==null&&(t=oe(t),t!==null&&M2(t)),e):(e.eventSystemFlags|=i,t=e.targetContainers,u!==null&&t.indexOf(u)===-1&&t.push(u),e)}function pg(e,t,a,i,u){switch(t){case"focusin":return wf=pu(wf,e,t,a,i,u),!0;case"dragenter":return Ef=pu(Ef,e,t,a,i,u),!0;case"mouseover":return Cf=pu(Cf,e,t,a,i,u),!0;case"pointerover":var c=u.pointerId;return j1.set(c,pu(j1.get(c)||null,e,t,a,i,u)),!0;case"gotpointercapture":return c=u.pointerId,Y1.set(c,pu(Y1.get(c)||null,e,t,a,i,u)),!0}return!1}function _2(e){var t=de(e.target);if(t!==null){var a=Ie(t);if(a!==null){if(t=a.tag,t===13){if(t=ae(a),t!==null){e.blockedOn=t,T(e.priority,function(){k2(a)});return}}else if(t===31){if(t=Ne(a),t!==null){e.blockedOn=t,T(e.priority,function(){k2(a)});return}}else if(t===3&&a.stateNode.current.memoizedState.isDehydrated){e.blockedOn=a.tag===3?a.stateNode.containerInfo:null;return}}}e.blockedOn=null}function Qr(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var a=Im(e.nativeEvent);if(a===null){a=e.nativeEvent;var i=new a.constructor(a.type,a),u=i;K2!==null&&console.error("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),K2=u,a.target.dispatchEvent(i),K2===null&&console.error("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),K2=null}else return t=oe(a),t!==null&&M2(t),e.blockedOn=a,!1;t.shift()}return!0}function Zm(e,t,a){Qr(e)&&a.delete(t)}function gb(){MA=!1,wf!==null&&Qr(wf)&&(wf=null),Ef!==null&&Qr(Ef)&&(Ef=null),Cf!==null&&Qr(Cf)&&(Cf=null),j1.forEach(Zm),Y1.forEach(Zm)}function qd(e,t){e.blockedOn===t&&(e.blockedOn=null,MA||(MA=!0,ua.unstable_scheduleCallback(ua.unstable_NormalPriority,gb)))}function yg(e){wv!==e&&(wv=e,ua.unstable_scheduleCallback(ua.unstable_NormalPriority,function(){wv===e&&(wv=null);for(var t=0;t<e.length;t+=3){var a=e[t],i=e[t+1],u=e[t+2];if(typeof i!="function"){if(z2(i||a)===null)continue;break}var c=oe(a);c!==null&&(e.splice(t,3),t-=3,a={pending:!0,data:u,method:a.method,action:i},Object.freeze(a),gs(c,a,i,u))}}))}function gc(e){function t(S){return qd(S,e)}wf!==null&&qd(wf,e),Ef!==null&&qd(Ef,e),Cf!==null&&qd(Cf,e),j1.forEach(t),Y1.forEach(t);for(var a=0;a<Of.length;a++){var i=Of[a];i.blockedOn===e&&(i.blockedOn=null)}for(;0<Of.length&&(a=Of[0],a.blockedOn===null);)_2(a),a.blockedOn===null&&Of.shift();if(a=(e.ownerDocument||e).$$reactFormReplay,a!=null)for(i=0;i<a.length;i+=3){var u=a[i],c=a[i+1],h=u[Tl]||null;if(typeof c=="function")h||yg(a);else if(h){var g=null;if(c&&c.hasAttribute("formAction")){if(u=c,h=c[Tl]||null)g=h.formAction;else if(z2(u)!==null)continue}else g=h.action;typeof g=="function"?a[i+1]=g:(a.splice(i,3),i-=3),yg(a)}}}function gg(){function e(c){c.canIntercept&&c.info==="react-transition"&&c.intercept({handler:function(){return new Promise(function(h){return u=h})},focusReset:"manual",scroll:"manual"})}function t(){u!==null&&(u(),u=null),i||setTimeout(a,20)}function a(){if(!i&&!navigation.transition){var c=navigation.currentEntry;c&&c.url!=null&&navigation.navigate(c.url,{state:c.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var i=!1,u=null;return navigation.addEventListener("navigate",e),navigation.addEventListener("navigatesuccess",t),navigation.addEventListener("navigateerror",t),setTimeout(a,100),function(){i=!0,navigation.removeEventListener("navigate",e),navigation.removeEventListener("navigatesuccess",t),navigation.removeEventListener("navigateerror",t),u!==null&&(u(),u=null)}}}function H2(e){this._internalRoot=e}function Ko(e){this._internalRoot=e}function L2(e){e[xs]&&(e._reactRootContainer?console.error("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):console.error("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var ua=qA(),Gd=xf(),vb=XA(),Vt=Object.assign,vg=Symbol.for("react.element"),wo=Symbol.for("react.transitional.element"),yu=Symbol.for("react.portal"),Xr=Symbol.for("react.fragment"),Sl=Symbol.for("react.strict_mode"),Vd=Symbol.for("react.profiler"),Km=Symbol.for("react.consumer"),Wo=Symbol.for("react.context"),Ir=Symbol.for("react.forward_ref"),vc=Symbol.for("react.suspense"),Bl=Symbol.for("react.suspense_list"),Qd=Symbol.for("react.memo"),el=Symbol.for("react.lazy"),$o=Symbol.for("react.activity"),bb=Symbol.for("react.memo_cache_sentinel"),bg=Symbol.iterator,Jr=Symbol.for("react.client.reference"),ha=Array.isArray,Ae=Gd.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,pn=vb.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Ab=Object.freeze({pending:!1,data:null,method:null,action:null}),j2=[],Y2=[],Os=-1,gu=le(null),Fr=le(null),Wl=le(null),vu=le(null),Zr=0,Ag,bc,Kr,q2,Xd,Wm,$m;Ce.__reactDisabledLog=!0;var Wr,G2,Pm=!1,V2=new(typeof WeakMap=="function"?WeakMap:Map),Ul=null,Li=!1,$l=Object.prototype.hasOwnProperty,Q2=ua.unstable_scheduleCallback,eh=ua.unstable_cancelCallback,th=ua.unstable_shouldYield,nh=ua.unstable_requestPaint,Ma=ua.unstable_now,Id=ua.unstable_getCurrentPriorityLevel,X2=ua.unstable_ImmediatePriority,ah=ua.unstable_UserBlockingPriority,Ac=ua.unstable_NormalPriority,Sg=ua.unstable_LowPriority,lh=ua.unstable_IdlePriority,I2=ua.log,Tg=ua.unstable_setDisableYieldValue,Sc=null,ba=null,ji=!1,Yi=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u",Qa=Math.clz32?Math.clz32:Me,J2=Math.log,oh=Math.LN2,$r=256,Jd=262144,Pr=4194304,Aa=2,Xa=8,tl=32,bu=268435456,Eo=Math.random().toString(36).slice(2),Yn="__reactFiber$"+Eo,Tl="__reactProps$"+Eo,xs="__reactContainer$"+Eo,Tc="__reactEvents$"+Eo,Sb="__reactListeners$"+Eo,wg="__reactHandles$"+Eo,Fd="__reactResources$"+Eo,ef="__reactMarker$"+Eo,Eg=new Set,qi={},tf={},Cg={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},nf=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]*$"),F2={},ih={},sh=/[\n"\\]/g,Z2=!1,Og=!1,Zd=!1,n=!1,l=!1,o=!1,s=["value","defaultValue"],d=!1,m=/["'&<>\n\t]|^\s|\s$/,A="address applet area article aside base basefont bgsound blockquote body br button caption center col colgroup dd details dir div dl dt embed fieldset figcaption figure footer form frame frameset h1 h2 h3 h4 h5 h6 head header hgroup hr html iframe img input isindex li link listing main marquee menu menuitem meta nav noembed noframes noscript object ol p param plaintext pre script section select source style summary table tbody td template textarea tfoot th thead title tr track ul wbr xmp".split(" "),D="applet caption html table td th marquee object template foreignObject desc title".split(" "),J=D.concat(["button"]),he="dd dt li option optgroup p rp rt".split(" "),xe={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null,containerTagInScope:null,implicitRootScope:!1},Ue={},pe={animation:"animationDelay animationDirection animationDuration animationFillMode animationIterationCount animationName animationPlayState animationTimingFunction".split(" "),background:"backgroundAttachment backgroundClip backgroundColor backgroundImage backgroundOrigin backgroundPositionX backgroundPositionY backgroundRepeat backgroundSize".split(" "),backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:"borderBottomColor borderBottomStyle borderBottomWidth borderImageOutset borderImageRepeat borderImageSlice borderImageSource borderImageWidth borderLeftColor borderLeftStyle borderLeftWidth borderRightColor borderRightStyle borderRightWidth borderTopColor borderTopStyle borderTopWidth".split(" "),borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:"fontFamily fontFeatureSettings fontKerning fontLanguageOverride fontSize fontSizeAdjust fontStretch fontStyle fontVariant fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition fontWeight lineHeight".split(" "),fontVariant:"fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition".split(" "),gap:["columnGap","rowGap"],grid:"gridAutoColumns gridAutoFlow gridAutoRows gridTemplateAreas gridTemplateColumns gridTemplateRows".split(" "),gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:"maskClip maskComposite maskImage maskMode maskOrigin maskPositionX maskPositionY maskRepeat maskSize".split(" "),maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},Se=/([A-Z])/g,dt=/^ms-/,St=/^(?:webkit|moz|o)[A-Z]/,wn=/^-ms-/,ce=/-(.)/g,P=/;\s*$/,me={},ke={},gt=!1,un=!1,pt=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(" ")),Bt="http://www.w3.org/1998/Math/MathML",Yt="http://www.w3.org/2000/svg",dn=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"]]),Po={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",fetchpriority:"fetchPriority",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",inert:"inert",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",popover:"popover",popovertarget:"popoverTarget",popovertargetaction:"popoverTargetAction",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",transformorigin:"transformOrigin","transform-origin":"transformOrigin",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},xg={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0,"aria-braillelabel":0,"aria-brailleroledescription":0,"aria-colindextext":0,"aria-rowindextext":0},uh={},lE=RegExp("^(aria)-[: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]*$"),oE=RegExp("^(aria)[A-Z][: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]*$"),r4=!1,Pl={},f4=/^on./,iE=/^on[^A-Z]/,sE=RegExp("^(aria)-[: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]*$"),uE=RegExp("^(aria)[A-Z][: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]*$"),cE=/^[\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,K2=null,ch=null,rh=null,Tb=!1,Au=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),wb=!1;if(Au)try{var W2={};Object.defineProperty(W2,"passive",{get:function(){wb=!0}}),window.addEventListener("test",W2,W2),window.removeEventListener("test",W2,W2)}catch{wb=!1}var af=null,Eb=null,Rg=null,Kd={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Dg=fa(Kd),$2=Vt({},Kd,{view:0,detail:0}),rE=fa($2),Cb,Ob,P2,Ng=Vt({},$2,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:zu,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==P2&&(P2&&e.type==="mousemove"?(Cb=e.screenX-P2.screenX,Ob=e.screenY-P2.screenY):Ob=Cb=0,P2=e),Cb)},movementY:function(e){return"movementY"in e?e.movementY:Ob}}),d4=fa(Ng),fE=Vt({},Ng,{dataTransfer:0}),dE=fa(fE),mE=Vt({},$2,{relatedTarget:0}),xb=fa(mE),hE=Vt({},Kd,{animationName:0,elapsedTime:0,pseudoElement:0}),pE=fa(hE),yE=Vt({},Kd,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),gE=fa(yE),vE=Vt({},Kd,{data:0}),m4=fa(vE),bE=m4,AE={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},SE={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},TE={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"},wE=Vt({},$2,{key:function(e){if(e.key){var t=AE[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=Uu(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?SE[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:zu,charCode:function(e){return e.type==="keypress"?Uu(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Uu(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),EE=fa(wE),CE=Vt({},Ng,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),h4=fa(CE),OE=Vt({},$2,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:zu}),xE=fa(OE),RE=Vt({},Kd,{propertyName:0,elapsedTime:0,pseudoElement:0}),DE=fa(RE),NE=Vt({},Ng,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),ME=fa(NE),kE=Vt({},Kd,{newState:0,oldState:0}),BE=fa(kE),UE=[9,13,27,32],p4=229,Rb=Au&&"CompositionEvent"in window,e1=null;Au&&"documentMode"in document&&(e1=document.documentMode);var zE=Au&&"TextEvent"in window&&!e1,y4=Au&&(!Rb||e1&&8<e1&&11>=e1),g4=32,v4=String.fromCharCode(g4),b4=!1,fh=!1,_E={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0},t1=null,n1=null,A4=!1;Au&&(A4=Ht("input")&&(!document.documentMode||9<document.documentMode));var eo=typeof Object.is=="function"?Object.is:B0,HE=Au&&"documentMode"in document&&11>=document.documentMode,dh=null,Db=null,a1=null,Nb=!1,mh={animationend:Hu("Animation","AnimationEnd"),animationiteration:Hu("Animation","AnimationIteration"),animationstart:Hu("Animation","AnimationStart"),transitionrun:Hu("Transition","TransitionRun"),transitionstart:Hu("Transition","TransitionStart"),transitioncancel:Hu("Transition","TransitionCancel"),transitionend:Hu("Transition","TransitionEnd")},Mb={},S4={};Au&&(S4=document.createElement("div").style,"AnimationEvent"in window||(delete mh.animationend.animation,delete mh.animationiteration.animation,delete mh.animationstart.animation),"TransitionEvent"in window||delete mh.transitionend.transition);var T4=Lu("animationend"),w4=Lu("animationiteration"),E4=Lu("animationstart"),LE=Lu("transitionrun"),jE=Lu("transitionstart"),YE=Lu("transitioncancel"),C4=Lu("transitionend"),O4=new Map,kb="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");kb.push("scrollEnd");var x4=0;if(typeof performance=="object"&&typeof performance.now=="function")var qE=performance,R4=function(){return qE.now()};else{var GE=Date;R4=function(){return GE.now()}}var Bb=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},VE="This object has been omitted by React in the console log to avoid sending too much data from the server. Try logging smaller or more specific objects.",Mg=0,Ub=1,zb=2,_b=3,kg="– ",Bg="+ ",D4=" ",qn=typeof console<"u"&&typeof console.timeStamp=="function"&&typeof performance<"u"&&typeof performance.measure=="function",Gi="Components ⚛",nn="Scheduler ⚛",on="Blocking",lf=!1,wc={color:"primary",properties:null,tooltipText:"",track:Gi},of={start:-0,end:-0,detail:{devtools:wc}},QE=["Changed Props",""],N4="This component received deeply equal props. It might benefit from useMemo or the React Compiler in its owner.",XE=["Changed Props",N4],l1=1,Ec=2,Vi=[],hh=0,Hb=0,sf={};Object.freeze(sf);var Qi=null,ph=null,Ct=0,IE=1,Qt=2,zl=8,Rs=16,JE=32,M4=!1;try{var k4=Object.preventExtensions({})}catch{M4=!0}var Lb=new WeakMap,yh=[],gh=0,Ug=null,o1=0,Xi=[],Ii=0,Wd=null,Cc=1,Oc="",wl=null,Gn=null,tn=!1,Su=!1,ei=null,uf=null,Ji=!1,jb=Error("Hydration Mismatch Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),Yb=le(null),qb=le(null),B4={},zg=null,vh=null,bh=!1,FE=typeof AbortController<"u"?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(a,i){e.push(i)}};this.abort=function(){t.aborted=!0,e.forEach(function(a){return a()})}},ZE=ua.unstable_scheduleCallback,KE=ua.unstable_NormalPriority,ka={$$typeof:Wo,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0,_currentRenderer:null,_currentRenderer2:null},Ba=ua.unstable_now,_g=console.createTask?console.createTask:function(){return null},i1=1,Hg=2,nl=-0,cf=-0,xc=-0,Rc=null,to=-1.1,$d=-0,ea=-0,bt=-1.1,Tt=-1.1,Fn=null,ca=!1,Pd=-0,Tu=-1.1,s1=null,rf=0,Gb=null,Vb=null,e0=-1.1,u1=null,Ah=-1.1,Lg=-1.1,Dc=-0,Nc=-1.1,Fi=-1.1,Qb=0,c1=null,U4=null,z4=null,ff=-1.1,t0=null,df=-1.1,jg=-1.1,_4=-0,H4=-0,Yg=0,WE=null,L4=0,r1=-1.1,qg=!1,Gg=!1,f1=null,Xb=0,n0=0,Sh=null,j4=Ae.S;Ae.S=function(e,t){if(U8=Ma(),typeof t=="object"&&t!==null&&typeof t.then=="function"){if(0>Nc&&0>Fi){Nc=Ba();var a=Lr(),i=_i();(a!==df||i!==t0)&&(df=-1.1),ff=a,t0=i}rs(e,t)}j4!==null&&j4(e,t)};var a0=le(null),Ds={recordUnsafeLifecycleWarnings:function(){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}},d1=[],m1=[],h1=[],p1=[],y1=[],g1=[],l0=new Set;Ds.recordUnsafeLifecycleWarnings=function(e,t){l0.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&d1.push(e),e.mode&zl&&typeof t.UNSAFE_componentWillMount=="function"&&m1.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&h1.push(e),e.mode&zl&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&p1.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&y1.push(e),e.mode&zl&&typeof t.UNSAFE_componentWillUpdate=="function"&&g1.push(e))},Ds.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;0<d1.length&&(d1.forEach(function(g){e.add(B(g)||"Component"),l0.add(g.type)}),d1=[]);var t=new Set;0<m1.length&&(m1.forEach(function(g){t.add(B(g)||"Component"),l0.add(g.type)}),m1=[]);var a=new Set;0<h1.length&&(h1.forEach(function(g){a.add(B(g)||"Component"),l0.add(g.type)}),h1=[]);var i=new Set;0<p1.length&&(p1.forEach(function(g){i.add(B(g)||"Component"),l0.add(g.type)}),p1=[]);var u=new Set;0<y1.length&&(y1.forEach(function(g){u.add(B(g)||"Component"),l0.add(g.type)}),y1=[]);var c=new Set;if(0<g1.length&&(g1.forEach(function(g){c.add(B(g)||"Component"),l0.add(g.type)}),g1=[]),0<t.size){var h=Q(t);console.error(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
|
|
199
199
|
|
|
200
200
|
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
201
201
|
|
|
@@ -230,18 +230,18 @@ The old API will be supported in all 16.x releases, but applications using it sh
|
|
|
230
230
|
|
|
231
231
|
Please update the following components: %s
|
|
232
232
|
|
|
233
|
-
Learn more about this warning here: https://react.dev/link/legacy-context`,i)})}})},Ds.discardPendingWarnings=function(){d1=[],m1=[],h1=[],p1=[],y1=[],g1=[],Vg=new Map};var q4={react_stack_bottom_frame:function(e,t,a){var i=Li;Li=!0;try{return e(t,a)}finally{Li=i}}},Ib=q4.react_stack_bottom_frame.bind(q4),G4={react_stack_bottom_frame:function(e){var t=Li;Li=!0;try{return e.render()}finally{Li=t}}},V4=G4.react_stack_bottom_frame.bind(G4),Q4={react_stack_bottom_frame:function(e,t){try{t.componentDidMount()}catch(a){jt(e,e.return,a)}}},Jb=Q4.react_stack_bottom_frame.bind(Q4),X4={react_stack_bottom_frame:function(e,t,a,i,u){try{t.componentDidUpdate(a,i,u)}catch(c){jt(e,e.return,c)}}},I4=X4.react_stack_bottom_frame.bind(X4),J4={react_stack_bottom_frame:function(e,t){var a=t.stack;e.componentDidCatch(t.value,{componentStack:a!==null?a:""})}},$E=J4.react_stack_bottom_frame.bind(J4),F4={react_stack_bottom_frame:function(e,t,a){try{a.componentWillUnmount()}catch(i){jt(e,t,i)}}},Z4=F4.react_stack_bottom_frame.bind(F4),K4={react_stack_bottom_frame:function(e){var t=e.create;return e=e.inst,t=t(),e.destroy=t}},PE=K4.react_stack_bottom_frame.bind(K4),W4={react_stack_bottom_frame:function(e,t,a){try{a()}catch(i){jt(e,t,i)}}},e7=W4.react_stack_bottom_frame.bind(W4),$4={react_stack_bottom_frame:function(e){var t=e._init;return t(e._payload)}},t7=$4.react_stack_bottom_frame.bind($4),Th=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."),Fb=Error("Suspense Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),Qg=Error("Suspense Exception: This is not a real error! It's an implementation detail of `useActionState` to interrupt the current render. You must either rethrow it immediately, or move the `useActionState` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary."),Xg={then:function(){console.error('Internal React error: A listener was unexpectedly attached to a "noop" thenable. This is a bug in React. Please file an issue.')}},
|
|
233
|
+
Learn more about this warning here: https://react.dev/link/legacy-context`,i)})}})},Ds.discardPendingWarnings=function(){d1=[],m1=[],h1=[],p1=[],y1=[],g1=[],Vg=new Map};var q4={react_stack_bottom_frame:function(e,t,a){var i=Li;Li=!0;try{return e(t,a)}finally{Li=i}}},Ib=q4.react_stack_bottom_frame.bind(q4),G4={react_stack_bottom_frame:function(e){var t=Li;Li=!0;try{return e.render()}finally{Li=t}}},V4=G4.react_stack_bottom_frame.bind(G4),Q4={react_stack_bottom_frame:function(e,t){try{t.componentDidMount()}catch(a){jt(e,e.return,a)}}},Jb=Q4.react_stack_bottom_frame.bind(Q4),X4={react_stack_bottom_frame:function(e,t,a,i,u){try{t.componentDidUpdate(a,i,u)}catch(c){jt(e,e.return,c)}}},I4=X4.react_stack_bottom_frame.bind(X4),J4={react_stack_bottom_frame:function(e,t){var a=t.stack;e.componentDidCatch(t.value,{componentStack:a!==null?a:""})}},$E=J4.react_stack_bottom_frame.bind(J4),F4={react_stack_bottom_frame:function(e,t,a){try{a.componentWillUnmount()}catch(i){jt(e,t,i)}}},Z4=F4.react_stack_bottom_frame.bind(F4),K4={react_stack_bottom_frame:function(e){var t=e.create;return e=e.inst,t=t(),e.destroy=t}},PE=K4.react_stack_bottom_frame.bind(K4),W4={react_stack_bottom_frame:function(e,t,a){try{a()}catch(i){jt(e,t,i)}}},e7=W4.react_stack_bottom_frame.bind(W4),$4={react_stack_bottom_frame:function(e){var t=e._init;return t(e._payload)}},t7=$4.react_stack_bottom_frame.bind($4),Th=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."),Fb=Error("Suspense Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),Qg=Error("Suspense Exception: This is not a real error! It's an implementation detail of `useActionState` to interrupt the current render. You must either rethrow it immediately, or move the `useActionState` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary."),Xg={then:function(){console.error('Internal React error: A listener was unexpectedly attached to a "noop" thenable. This is a bug in React. Please file an issue.')}},o0=null,v1=!1,wh=null,b1=0,Xt=null,Zb,P4=Zb=!1,e8={},t8={},n8={};ue=function(e,t,a){if(a!==null&&typeof a=="object"&&a._store&&(!a._store.validated&&a.key==null||a._store.validated===2)){if(typeof a._store!="object")throw Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");a._store.validated=1;var i=B(e),u=i||"null";if(!e8[u]){e8[u]=!0,a=a._owner,e=e._debugOwner;var c="";e&&typeof e.tag=="number"&&(u=B(e))&&(c=`
|
|
234
234
|
|
|
235
235
|
Check the render method of \``+u+"`."),c||i&&(c=`
|
|
236
236
|
|
|
237
|
-
Check the top-level render call using <`+i+">.");var h="";a!=null&&e!==a&&(i=null,typeof a.tag=="number"?i=B(a):typeof a.name=="string"&&(i=a.name),i&&(h=" It was passed a child from "+i+".")),Xe(t,function(){console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',c,h)})}}};var o0=Oa(!0),a8=Oa(!1),l8=0,o8=1,i8=2,Kb=3,mf=!1,s8=!1,Wb=null,$b=!1,Eh=le(null),Ig=le(0),ti=le(null),Zi=null,Ch=1,A1=2,Sa=le(0),Jg=0,Ki=1,no=2,ni=4,ao=8,Oh,u8=new Set,c8=new Set,Pb=new Set,r8=new Set,Mc=0,Dt=null,Mn=null,Ua=null,Fg=!1,xh=!1,i0=!1,Zg=0,S1=0,kc=null,n7=0,a7=25,be=null,Wi=null,Bc=-1,T1=!1,w1={readContext:mn,use:hs,useCallback:$n,useContext:$n,useEffect:$n,useImperativeHandle:$n,useLayoutEffect:$n,useInsertionEffect:$n,useMemo:$n,useReducer:$n,useRef:$n,useState:$n,useDebugValue:$n,useDeferredValue:$n,useTransition:$n,useSyncExternalStore:$n,useId:$n,useHostTransitionStatus:$n,useFormState:$n,useActionState:$n,useOptimistic:$n,useMemoCache:$n,useCacheRefresh:$n};w1.useEffectEvent=$n;var eA=null,f8=null,tA=null,d8=null,wu=null,Ns=null,Kg=null;eA={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",Rt(),ms(t),em(e,t)},useContext:function(e){return be="useContext",Rt(),mn(e)},useEffect:function(e,t){return be="useEffect",Rt(),ms(t),tc(e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",Rt(),ms(a),Ei(e,t,a)},useInsertionEffect:function(e,t){be="useInsertionEffect",Rt(),ms(t),lu(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",Rt(),ms(t),ml(e,t)},useMemo:function(e,t){be="useMemo",Rt(),ms(t);var a=Ae.H;Ae.H=wu;try{return hl(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",Rt();var i=Ae.H;Ae.H=wu;try{return hr(e,t,a)}finally{Ae.H=i}},useRef:function(e){return be="useRef",Rt(),P0(e)},useState:function(e){be="useState",Rt();var t=Ae.H;Ae.H=wu;try{return eu(e)}finally{Ae.H=t}},useDebugValue:function(){be="useDebugValue",Rt()},useDeferredValue:function(e,t){return be="useDeferredValue",Rt(),br(e,t)},useTransition:function(){return be="useTransition",Rt(),ou()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",Rt(),pr(e,t,a)},useId:function(){return be="useId",Rt(),cd()},useFormState:function(e,t){return be="useFormState",Rt(),$f(),Ql(e,t)},useActionState:function(e,t){return be="useActionState",Rt(),Ql(e,t)},useOptimistic:function(e){return be="useOptimistic",Rt(),ec(e)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",Rt(),tm()},useEffectEvent:function(e){return be="useEffectEvent",Rt(),sd(e)}},f8={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",_e(),em(e,t)},useContext:function(e){return be="useContext",_e(),mn(e)},useEffect:function(e,t){return be="useEffect",_e(),tc(e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",_e(),Ei(e,t,a)},useInsertionEffect:function(e,t){be="useInsertionEffect",_e(),lu(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",_e(),ml(e,t)},useMemo:function(e,t){be="useMemo",_e();var a=Ae.H;Ae.H=wu;try{return hl(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",_e();var i=Ae.H;Ae.H=wu;try{return hr(e,t,a)}finally{Ae.H=i}},useRef:function(e){return be="useRef",_e(),P0(e)},useState:function(e){be="useState",_e();var t=Ae.H;Ae.H=wu;try{return eu(e)}finally{Ae.H=t}},useDebugValue:function(){be="useDebugValue",_e()},useDeferredValue:function(e,t){return be="useDeferredValue",_e(),br(e,t)},useTransition:function(){return be="useTransition",_e(),ou()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",_e(),pr(e,t,a)},useId:function(){return be="useId",_e(),cd()},useActionState:function(e,t){return be="useActionState",_e(),Ql(e,t)},useFormState:function(e,t){return be="useFormState",_e(),$f(),Ql(e,t)},useOptimistic:function(e){return be="useOptimistic",_e(),ec(e)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",_e(),tm()},useEffectEvent:function(e){return be="useEffectEvent",_e(),sd(e)}},tA={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",_e(),Go(e,t)},useContext:function(e){return be="useContext",_e(),mn(e)},useEffect:function(e,t){be="useEffect",_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",_e();var a=Ae.H;Ae.H=Ns;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",_e();var i=Ae.H;Ae.H=Ns;try{return Wu(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",_e(),yn().memoizedState},useState:function(){be="useState",_e();var e=Ae.H;Ae.H=Ns;try{return Wu(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",_e()},useDeferredValue:function(e,t){return be="useDeferredValue",_e(),Ci(e,t)},useTransition:function(){return be="useTransition",_e(),Cy()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",_e(),Pu(e,t,a)},useId:function(){return be="useId",_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",_e(),$f(),nu(e)},useActionState:function(e){return be="useActionState",_e(),nu(e)},useOptimistic:function(e,t){return be="useOptimistic",_e(),ld(e,t)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",_e(),gr(e)}},d8={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",_e(),Go(e,t)},useContext:function(e){return be="useContext",_e(),mn(e)},useEffect:function(e,t){be="useEffect",_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",_e();var a=Ae.H;Ae.H=Kg;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",_e();var i=Ae.H;Ae.H=Kg;try{return $u(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",_e(),yn().memoizedState},useState:function(){be="useState",_e();var e=Ae.H;Ae.H=Kg;try{return $u(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",_e()},useDeferredValue:function(e,t){return be="useDeferredValue",_e(),zt(e,t)},useTransition:function(){return be="useTransition",_e(),Xn()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",_e(),Pu(e,t,a)},useId:function(){return be="useId",_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",_e(),$f(),au(e)},useActionState:function(e){return be="useActionState",_e(),au(e)},useOptimistic:function(e,t){return be="useOptimistic",_e(),od(e,t)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",_e(),gr(e)}},wu={readContext:function(e){return R(),mn(e)},use:function(e){return C(),hs(e)},useCallback:function(e,t){return be="useCallback",C(),Rt(),em(e,t)},useContext:function(e){return be="useContext",C(),Rt(),mn(e)},useEffect:function(e,t){return be="useEffect",C(),Rt(),tc(e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",C(),Rt(),Ei(e,t,a)},useInsertionEffect:function(e,t){be="useInsertionEffect",C(),Rt(),lu(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",C(),Rt(),ml(e,t)},useMemo:function(e,t){be="useMemo",C(),Rt();var a=Ae.H;Ae.H=wu;try{return hl(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",C(),Rt();var i=Ae.H;Ae.H=wu;try{return hr(e,t,a)}finally{Ae.H=i}},useRef:function(e){return be="useRef",C(),Rt(),P0(e)},useState:function(e){be="useState",C(),Rt();var t=Ae.H;Ae.H=wu;try{return eu(e)}finally{Ae.H=t}},useDebugValue:function(){be="useDebugValue",C(),Rt()},useDeferredValue:function(e,t){return be="useDeferredValue",C(),Rt(),br(e,t)},useTransition:function(){return be="useTransition",C(),Rt(),ou()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",C(),Rt(),pr(e,t,a)},useId:function(){return be="useId",C(),Rt(),cd()},useFormState:function(e,t){return be="useFormState",C(),Rt(),Ql(e,t)},useActionState:function(e,t){return be="useActionState",C(),Rt(),Ql(e,t)},useOptimistic:function(e){return be="useOptimistic",C(),Rt(),ec(e)},useMemoCache:function(e){return C(),Gl(e)},useHostTransitionStatus:vs,useCacheRefresh:function(){return be="useCacheRefresh",Rt(),tm()},useEffectEvent:function(e){return be="useEffectEvent",C(),Rt(),sd(e)}},Ns={readContext:function(e){return R(),mn(e)},use:function(e){return C(),hs(e)},useCallback:function(e,t){return be="useCallback",C(),_e(),Go(e,t)},useContext:function(e){return be="useContext",C(),_e(),mn(e)},useEffect:function(e,t){be="useEffect",C(),_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",C(),_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",C(),_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",C(),_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",C(),_e();var a=Ae.H;Ae.H=Ns;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",C(),_e();var i=Ae.H;Ae.H=Ns;try{return Wu(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",C(),_e(),yn().memoizedState},useState:function(){be="useState",C(),_e();var e=Ae.H;Ae.H=Ns;try{return Wu(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",C(),_e()},useDeferredValue:function(e,t){return be="useDeferredValue",C(),_e(),Ci(e,t)},useTransition:function(){return be="useTransition",C(),_e(),Cy()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",C(),_e(),Pu(e,t,a)},useId:function(){return be="useId",C(),_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",C(),_e(),nu(e)},useActionState:function(e){return be="useActionState",C(),_e(),nu(e)},useOptimistic:function(e,t){return be="useOptimistic",C(),_e(),ld(e,t)},useMemoCache:function(e){return C(),Gl(e)},useHostTransitionStatus:vs,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",C(),_e(),gr(e)}},Kg={readContext:function(e){return R(),mn(e)},use:function(e){return C(),hs(e)},useCallback:function(e,t){return be="useCallback",C(),_e(),Go(e,t)},useContext:function(e){return be="useContext",C(),_e(),mn(e)},useEffect:function(e,t){be="useEffect",C(),_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",C(),_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",C(),_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",C(),_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",C(),_e();var a=Ae.H;Ae.H=Ns;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",C(),_e();var i=Ae.H;Ae.H=Ns;try{return $u(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",C(),_e(),yn().memoizedState},useState:function(){be="useState",C(),_e();var e=Ae.H;Ae.H=Ns;try{return $u(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",C(),_e()},useDeferredValue:function(e,t){return be="useDeferredValue",C(),_e(),zt(e,t)},useTransition:function(){return be="useTransition",C(),_e(),Xn()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",C(),_e(),Pu(e,t,a)},useId:function(){return be="useId",C(),_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",C(),_e(),au(e)},useActionState:function(e){return be="useActionState",C(),_e(),au(e)},useOptimistic:function(e,t){return be="useOptimistic",C(),_e(),od(e,t)},useMemoCache:function(e){return C(),Gl(e)},useHostTransitionStatus:vs,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",C(),_e(),gr(e)}};var m8={},h8=new Set,p8=new Set,y8=new Set,g8=new Set,v8=new Set,b8=new Set,A8=new Set,S8=new Set,T8=new Set,w8=new Set;Object.freeze(m8);var nA={enqueueSetState:function(e,t,a){e=e._reactInternals;var i=Pa(e),u=ya(i);u.payload=t,a!=null&&(oc(a),u.callback=a),t=Ai(e,u,i),t!==null&&(gi(i,"this.setState()",e),xt(t,e,i),bo(t,e,i))},enqueueReplaceState:function(e,t,a){e=e._reactInternals;var i=Pa(e),u=ya(i);u.tag=o8,u.payload=t,a!=null&&(oc(a),u.callback=a),t=Ai(e,u,i),t!==null&&(gi(i,"this.replaceState()",e),xt(t,e,i),bo(t,e,i))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var a=Pa(e),i=ya(a);i.tag=i8,t!=null&&(oc(t),i.callback=t),t=Ai(e,i,a),t!==null&&(gi(a,"this.forceUpdate()",e),xt(t,e,a),bo(t,e,a))}},Rh=null,aA=null,lA=Error("This is not a real error. It's an implementation detail of React's selective hydration feature. If this leaks into userspace, it's a bug in React. Please file an issue."),za=!1,E8={},C8={},O8={},x8={},Dh=!1,R8={},Wg={},oA={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null},D8=!1,N8=null;N8=new Set;var Uc=!1,_a=!1,iA=!1,M8=typeof WeakSet=="function"?WeakSet:Set,al=null,Nh=null,Mh=null,Ha=null,Co=!1,Ms=null,Ia=!1,E1=8192,l7={getCacheForType:function(e){var t=mn(ka),a=t.data.get(e);return a===void 0&&(a=e(),t.data.set(e,a)),a},cacheSignal:function(){return mn(ka).controller.signal},getOwner:function(){return Ul}};if(typeof Symbol=="function"&&Symbol.for){var C1=Symbol.for;C1("selector.component"),C1("selector.has_pseudo_class"),C1("selector.role"),C1("selector.test_id"),C1("selector.text")}var o7=[],i7=typeof WeakMap=="function"?WeakMap:Map,ll=0,Ja=2,ai=4,zc=0,O1=1,s0=2,$g=3,hf=4,Pg=6,k8=5,cn=ll,kn=null,Zt=null,It=0,Oo=0,ev=1,u0=2,x1=3,B8=4,sA=5,R1=6,tv=7,uA=8,c0=9,En=Oo,li=null,pf=!1,kh=!1,cA=!1,Eu=0,ta=zc,yf=0,gf=0,rA=0,xo=0,r0=0,D1=null,lo=null,nv=!1,av=0,U8=0,z8=300,lv=1/0,_8=500,N1=null,pa=null,vf=null,ov=0,fA=1,dA=2,H8=3,bf=0,L8=1,j8=2,Y8=3,q8=4,iv=5,La=0,Af=null,Bh=null,ks=0,mA=0,hA=-0,pA=null,G8=null,V8=null,Bs=ov,Q8=null,s7=50,M1=0,yA=null,gA=!1,sv=!1,u7=50,f0=0,k1=null,Uh=!1,uv=null,X8=!1,I8=new Set,c7={},cv=null,zh=null,vA=!1,bA=!1,rv=!1,AA=!1,Sf=0,SA={};(function(){for(var e=0;e<kb.length;e++){var t=kb[e],a=t.toLowerCase();t=t[0].toUpperCase()+t.slice(1),ko(a,"on"+t)}ko(T4,"onAnimationEnd"),ko(w4,"onAnimationIteration"),ko(E4,"onAnimationStart"),ko("dblclick","onDoubleClick"),ko("focusin","onFocus"),ko("focusout","onBlur"),ko(LE,"onTransitionRun"),ko(jE,"onTransitionStart"),ko(YE,"onTransitionCancel"),ko(C4,"onTransitionEnd")})(),ct("onMouseEnter",["mouseout","mouseover"]),ct("onMouseLeave",["mouseout","mouseover"]),ct("onPointerEnter",["pointerout","pointerover"]),ct("onPointerLeave",["pointerout","pointerover"]),st("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),st("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),st("onBeforeInput",["compositionend","keypress","textInput","paste"]),st("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),st("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),st("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var B1="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),TA=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(B1)),fv="_reactListening"+Math.random().toString(36).slice(2),J8=!1,F8=!1,dv=!1,Z8=!1,mv=!1,hv=!1,K8=!1,pv={},r7=/\r\n?/g,f7=/\u0000|\uFFFD/g,d0="http://www.w3.org/1999/xlink",wA="http://www.w3.org/XML/1998/namespace",d7="javascript:throw new Error('React form unexpectedly submitted.')",m7="suppressHydrationWarning",m0="&",yv="/&",U1="$",z1="/$",Tf="$?",h0="$~",_h="$!",h7="html",p7="body",y7="head",EA="F!",W8="F",$8="loading",g7="style",_c=0,Hh=1,gv=2,CA=null,OA=null,P8={dialog:!0,webview:!0},xA=null,_1=void 0,eT=typeof setTimeout=="function"?setTimeout:void 0,v7=typeof clearTimeout=="function"?clearTimeout:void 0,p0=-1,tT=typeof Promise=="function"?Promise:void 0,b7=typeof queueMicrotask=="function"?queueMicrotask:typeof tT<"u"?function(e){return tT.resolve(null).then(e).catch(Jy)}:eT,RA=null,y0=0,H1=1,nT=2,aT=3,$i=4,Pi=new Map,lT=new Set,Hc=pn.d;pn.d={f:function(){var e=Hc.f(),t=Zl();return e||t},r:function(e){var t=oe(e);t!==null&&t.tag===5&&t.type==="form"?Ar(t):Hc.r(e)},D:function(e){Hc.D(e),E2("dns-prefetch",e,null)},C:function(e,t){Hc.C(e,t),E2("preconnect",e,t)},L:function(e,t,a){Hc.L(e,t,a);var i=Lh;if(i&&e&&t){var u='link[rel="preload"][as="'+sn(t)+'"]';t==="image"&&a&&a.imageSrcSet?(u+='[imagesrcset="'+sn(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(u+='[imagesizes="'+sn(a.imageSizes)+'"]')):u+='[href="'+sn(e)+'"]';var c=u;switch(t){case"style":c=pc(e);break;case"script":c=yc(e)}Pi.has(c)||(e=Vt({rel:"preload",href:t==="image"&&a&&a.imageSrcSet?void 0:e,as:t},a),Pi.set(c,e),i.querySelector(u)!==null||t==="style"&&i.querySelector(zd(c))||t==="script"&&i.querySelector(_d(c))||(t=i.createElement("link"),jn(t,"link",e),Be(t),i.head.appendChild(t)))}},m:function(e,t){Hc.m(e,t);var a=Lh;if(a&&e){var i=t&&typeof t.as=="string"?t.as:"script",u='link[rel="modulepreload"][as="'+sn(i)+'"][href="'+sn(e)+'"]',c=u;switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":c=yc(e)}if(!Pi.has(c)&&(e=Vt({rel:"modulepreload",href:e},t),Pi.set(c,e),a.querySelector(u)===null)){switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(a.querySelector(_d(c)))return}i=a.createElement("link"),jn(i,"link",e),Be(i),a.head.appendChild(i)}}},X:function(e,t){Hc.X(e,t);var a=Lh;if(a&&e){var i=Qe(a).hoistableScripts,u=yc(e),c=i.get(u);c||(c=a.querySelector(_d(u)),c||(e=Vt({src:e,async:!0},t),(t=Pi.get(u))&&x2(e,t),c=a.createElement("script"),Be(c),jn(c,"link",e),a.head.appendChild(c)),c={type:"script",instance:c,count:1,state:null},i.set(u,c))}},S:function(e,t,a){Hc.S(e,t,a);var i=Lh;if(i&&e){var u=Qe(i).hoistableStyles,c=pc(e);t=t||"default";var h=u.get(c);if(!h){var g={loading:y0,preload:null};if(h=i.querySelector(zd(c)))g.loading=H1|$i;else{e=Vt({rel:"stylesheet",href:e,"data-precedence":t},a),(a=Pi.get(c))&&O2(e,a);var S=h=i.createElement("link");Be(S),jn(S,"link",e),S._p=new Promise(function(O,$){S.onload=O,S.onerror=$}),S.addEventListener("load",function(){g.loading|=H1}),S.addEventListener("error",function(){g.loading|=nT}),g.loading|=$i,qr(h,t,i)}h={type:"stylesheet",instance:h,count:1,state:g},u.set(c,h)}}},M:function(e,t){Hc.M(e,t);var a=Lh;if(a&&e){var i=Qe(a).hoistableScripts,u=yc(e),c=i.get(u);c||(c=a.querySelector(_d(u)),c||(e=Vt({src:e,async:!0,type:"module"},t),(t=Pi.get(u))&&x2(e,t),c=a.createElement("script"),Be(c),jn(c,"link",e),a.head.appendChild(c)),c={type:"script",instance:c,count:1,state:null},i.set(u,c))}}};var Lh=typeof document>"u"?null:document,vv=null,A7=6e4,S7=800,T7=500,DA=0,NA=null,bv=null,g0=Ab,L1={$$typeof:Wo,Provider:null,Consumer:null,_currentValue:g0,_currentValue2:g0,_threadCount:0},oT="%c%s%c",iT="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",sT="",Av=" ",w7=Function.prototype.bind,uT=!1,cT=null,rT=null,fT=null,dT=null,mT=null,hT=null,pT=null,yT=null,gT=null,vT=null;cT=function(e,t,a,i){t=r(e,t),t!==null&&(a=f(t.memoizedState,a,0,i),t.memoizedState=a,t.baseState=a,e.memoizedProps=Vt({},e.memoizedProps),a=Wa(e,2),a!==null&&xt(a,e,2))},rT=function(e,t,a){t=r(e,t),t!==null&&(a=v(t.memoizedState,a,0),t.memoizedState=a,t.baseState=a,e.memoizedProps=Vt({},e.memoizedProps),a=Wa(e,2),a!==null&&xt(a,e,2))},fT=function(e,t,a,i){t=r(e,t),t!==null&&(a=p(t.memoizedState,a,i),t.memoizedState=a,t.baseState=a,e.memoizedProps=Vt({},e.memoizedProps),a=Wa(e,2),a!==null&&xt(a,e,2))},dT=function(e,t,a){e.pendingProps=f(e.memoizedProps,t,0,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=Wa(e,2),t!==null&&xt(t,e,2)},mT=function(e,t){e.pendingProps=v(e.memoizedProps,t,0),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=Wa(e,2),t!==null&&xt(t,e,2)},hT=function(e,t,a){e.pendingProps=p(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=Wa(e,2),t!==null&&xt(t,e,2)},pT=function(e){var t=Wa(e,2);t!==null&&xt(t,e,2)},yT=function(e){var t=ze(),a=Wa(e,t);a!==null&&xt(a,e,t)},gT=function(e){w=e},vT=function(e){b=e};var Sv=!0,Tv=null,MA=!1,wf=null,Ef=null,Cf=null,j1=new Map,Y1=new Map,Of=[],E7="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" "),wv=null;if(Ko.prototype.render=H2.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error("Cannot update an unmounted root.");var a=arguments;typeof a[1]=="function"?console.error("does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):ne(a[1])?console.error("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof a[1]<"u"&&console.error("You passed a second argument to root.render(...) but it only accepts one argument."),a=e;var i=t.current,u=Pa(i);Xm(i,u,a,t,null,null)},Ko.prototype.unmount=H2.prototype.unmount=function(){var e=arguments;if(typeof e[0]=="function"&&console.error("does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."),e=this._internalRoot,e!==null){this._internalRoot=null;var t=e.containerInfo;(cn&(Ja|ai))!==ll&&console.error("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),Xm(e.current,2,null,e,null,null),Zl(),t[xs]=null}},Ko.prototype.unstable_scheduleHydration=function(e){if(e){var t=Ut();e={blockedOn:null,target:e,priority:t};for(var a=0;a<Of.length&&t!==0&&t<Of[a].priority;a++);Of.splice(a,0,e),a===0&&_2(e)}},(function(){var e=qd.version;if(e!=="19.2.4")throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
237
|
+
Check the top-level render call using <`+i+">.");var h="";a!=null&&e!==a&&(i=null,typeof a.tag=="number"?i=B(a):typeof a.name=="string"&&(i=a.name),i&&(h=" It was passed a child from "+i+".")),Xe(t,function(){console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',c,h)})}}};var i0=Oa(!0),a8=Oa(!1),l8=0,o8=1,i8=2,Kb=3,mf=!1,s8=!1,Wb=null,$b=!1,Eh=le(null),Ig=le(0),ti=le(null),Zi=null,Ch=1,A1=2,Sa=le(0),Jg=0,Ki=1,no=2,ni=4,ao=8,Oh,u8=new Set,c8=new Set,Pb=new Set,r8=new Set,Mc=0,Dt=null,Mn=null,Ua=null,Fg=!1,xh=!1,s0=!1,Zg=0,S1=0,kc=null,n7=0,a7=25,be=null,Wi=null,Bc=-1,T1=!1,w1={readContext:mn,use:hs,useCallback:$n,useContext:$n,useEffect:$n,useImperativeHandle:$n,useLayoutEffect:$n,useInsertionEffect:$n,useMemo:$n,useReducer:$n,useRef:$n,useState:$n,useDebugValue:$n,useDeferredValue:$n,useTransition:$n,useSyncExternalStore:$n,useId:$n,useHostTransitionStatus:$n,useFormState:$n,useActionState:$n,useOptimistic:$n,useMemoCache:$n,useCacheRefresh:$n};w1.useEffectEvent=$n;var eA=null,f8=null,tA=null,d8=null,wu=null,Ns=null,Kg=null;eA={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",Rt(),ms(t),em(e,t)},useContext:function(e){return be="useContext",Rt(),mn(e)},useEffect:function(e,t){return be="useEffect",Rt(),ms(t),tc(e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",Rt(),ms(a),Ei(e,t,a)},useInsertionEffect:function(e,t){be="useInsertionEffect",Rt(),ms(t),lu(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",Rt(),ms(t),ml(e,t)},useMemo:function(e,t){be="useMemo",Rt(),ms(t);var a=Ae.H;Ae.H=wu;try{return hl(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",Rt();var i=Ae.H;Ae.H=wu;try{return hr(e,t,a)}finally{Ae.H=i}},useRef:function(e){return be="useRef",Rt(),P0(e)},useState:function(e){be="useState",Rt();var t=Ae.H;Ae.H=wu;try{return eu(e)}finally{Ae.H=t}},useDebugValue:function(){be="useDebugValue",Rt()},useDeferredValue:function(e,t){return be="useDeferredValue",Rt(),br(e,t)},useTransition:function(){return be="useTransition",Rt(),ou()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",Rt(),pr(e,t,a)},useId:function(){return be="useId",Rt(),rd()},useFormState:function(e,t){return be="useFormState",Rt(),Pf(),Ql(e,t)},useActionState:function(e,t){return be="useActionState",Rt(),Ql(e,t)},useOptimistic:function(e){return be="useOptimistic",Rt(),ec(e)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",Rt(),tm()},useEffectEvent:function(e){return be="useEffectEvent",Rt(),ud(e)}},f8={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",_e(),em(e,t)},useContext:function(e){return be="useContext",_e(),mn(e)},useEffect:function(e,t){return be="useEffect",_e(),tc(e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",_e(),Ei(e,t,a)},useInsertionEffect:function(e,t){be="useInsertionEffect",_e(),lu(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",_e(),ml(e,t)},useMemo:function(e,t){be="useMemo",_e();var a=Ae.H;Ae.H=wu;try{return hl(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",_e();var i=Ae.H;Ae.H=wu;try{return hr(e,t,a)}finally{Ae.H=i}},useRef:function(e){return be="useRef",_e(),P0(e)},useState:function(e){be="useState",_e();var t=Ae.H;Ae.H=wu;try{return eu(e)}finally{Ae.H=t}},useDebugValue:function(){be="useDebugValue",_e()},useDeferredValue:function(e,t){return be="useDeferredValue",_e(),br(e,t)},useTransition:function(){return be="useTransition",_e(),ou()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",_e(),pr(e,t,a)},useId:function(){return be="useId",_e(),rd()},useActionState:function(e,t){return be="useActionState",_e(),Ql(e,t)},useFormState:function(e,t){return be="useFormState",_e(),Pf(),Ql(e,t)},useOptimistic:function(e){return be="useOptimistic",_e(),ec(e)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",_e(),tm()},useEffectEvent:function(e){return be="useEffectEvent",_e(),ud(e)}},tA={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",_e(),Go(e,t)},useContext:function(e){return be="useContext",_e(),mn(e)},useEffect:function(e,t){be="useEffect",_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",_e();var a=Ae.H;Ae.H=Ns;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",_e();var i=Ae.H;Ae.H=Ns;try{return Wu(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",_e(),yn().memoizedState},useState:function(){be="useState",_e();var e=Ae.H;Ae.H=Ns;try{return Wu(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",_e()},useDeferredValue:function(e,t){return be="useDeferredValue",_e(),Ci(e,t)},useTransition:function(){return be="useTransition",_e(),Cy()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",_e(),Pu(e,t,a)},useId:function(){return be="useId",_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",_e(),Pf(),nu(e)},useActionState:function(e){return be="useActionState",_e(),nu(e)},useOptimistic:function(e,t){return be="useOptimistic",_e(),od(e,t)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",_e(),gr(e)}},d8={readContext:function(e){return mn(e)},use:hs,useCallback:function(e,t){return be="useCallback",_e(),Go(e,t)},useContext:function(e){return be="useContext",_e(),mn(e)},useEffect:function(e,t){be="useEffect",_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",_e();var a=Ae.H;Ae.H=Kg;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",_e();var i=Ae.H;Ae.H=Kg;try{return $u(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",_e(),yn().memoizedState},useState:function(){be="useState",_e();var e=Ae.H;Ae.H=Kg;try{return $u(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",_e()},useDeferredValue:function(e,t){return be="useDeferredValue",_e(),zt(e,t)},useTransition:function(){return be="useTransition",_e(),Xn()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",_e(),Pu(e,t,a)},useId:function(){return be="useId",_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",_e(),Pf(),au(e)},useActionState:function(e){return be="useActionState",_e(),au(e)},useOptimistic:function(e,t){return be="useOptimistic",_e(),id(e,t)},useHostTransitionStatus:vs,useMemoCache:Gl,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",_e(),gr(e)}},wu={readContext:function(e){return R(),mn(e)},use:function(e){return C(),hs(e)},useCallback:function(e,t){return be="useCallback",C(),Rt(),em(e,t)},useContext:function(e){return be="useContext",C(),Rt(),mn(e)},useEffect:function(e,t){return be="useEffect",C(),Rt(),tc(e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",C(),Rt(),Ei(e,t,a)},useInsertionEffect:function(e,t){be="useInsertionEffect",C(),Rt(),lu(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",C(),Rt(),ml(e,t)},useMemo:function(e,t){be="useMemo",C(),Rt();var a=Ae.H;Ae.H=wu;try{return hl(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",C(),Rt();var i=Ae.H;Ae.H=wu;try{return hr(e,t,a)}finally{Ae.H=i}},useRef:function(e){return be="useRef",C(),Rt(),P0(e)},useState:function(e){be="useState",C(),Rt();var t=Ae.H;Ae.H=wu;try{return eu(e)}finally{Ae.H=t}},useDebugValue:function(){be="useDebugValue",C(),Rt()},useDeferredValue:function(e,t){return be="useDeferredValue",C(),Rt(),br(e,t)},useTransition:function(){return be="useTransition",C(),Rt(),ou()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",C(),Rt(),pr(e,t,a)},useId:function(){return be="useId",C(),Rt(),rd()},useFormState:function(e,t){return be="useFormState",C(),Rt(),Ql(e,t)},useActionState:function(e,t){return be="useActionState",C(),Rt(),Ql(e,t)},useOptimistic:function(e){return be="useOptimistic",C(),Rt(),ec(e)},useMemoCache:function(e){return C(),Gl(e)},useHostTransitionStatus:vs,useCacheRefresh:function(){return be="useCacheRefresh",Rt(),tm()},useEffectEvent:function(e){return be="useEffectEvent",C(),Rt(),ud(e)}},Ns={readContext:function(e){return R(),mn(e)},use:function(e){return C(),hs(e)},useCallback:function(e,t){return be="useCallback",C(),_e(),Go(e,t)},useContext:function(e){return be="useContext",C(),_e(),mn(e)},useEffect:function(e,t){be="useEffect",C(),_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",C(),_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",C(),_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",C(),_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",C(),_e();var a=Ae.H;Ae.H=Ns;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",C(),_e();var i=Ae.H;Ae.H=Ns;try{return Wu(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",C(),_e(),yn().memoizedState},useState:function(){be="useState",C(),_e();var e=Ae.H;Ae.H=Ns;try{return Wu(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",C(),_e()},useDeferredValue:function(e,t){return be="useDeferredValue",C(),_e(),Ci(e,t)},useTransition:function(){return be="useTransition",C(),_e(),Cy()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",C(),_e(),Pu(e,t,a)},useId:function(){return be="useId",C(),_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",C(),_e(),nu(e)},useActionState:function(e){return be="useActionState",C(),_e(),nu(e)},useOptimistic:function(e,t){return be="useOptimistic",C(),_e(),od(e,t)},useMemoCache:function(e){return C(),Gl(e)},useHostTransitionStatus:vs,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",C(),_e(),gr(e)}},Kg={readContext:function(e){return R(),mn(e)},use:function(e){return C(),hs(e)},useCallback:function(e,t){return be="useCallback",C(),_e(),Go(e,t)},useContext:function(e){return be="useContext",C(),_e(),mn(e)},useEffect:function(e,t){be="useEffect",C(),_e(),ga(2048,ao,e,t)},useImperativeHandle:function(e,t,a){return be="useImperativeHandle",C(),_e(),vr(e,t,a)},useInsertionEffect:function(e,t){return be="useInsertionEffect",C(),_e(),ga(4,no,e,t)},useLayoutEffect:function(e,t){return be="useLayoutEffect",C(),_e(),ga(4,ni,e,t)},useMemo:function(e,t){be="useMemo",C(),_e();var a=Ae.H;Ae.H=Ns;try{return Ln(e,t)}finally{Ae.H=a}},useReducer:function(e,t,a){be="useReducer",C(),_e();var i=Ae.H;Ae.H=Ns;try{return $u(e,t,a)}finally{Ae.H=i}},useRef:function(){return be="useRef",C(),_e(),yn().memoizedState},useState:function(){be="useState",C(),_e();var e=Ae.H;Ae.H=Ns;try{return $u(Vl)}finally{Ae.H=e}},useDebugValue:function(){be="useDebugValue",C(),_e()},useDeferredValue:function(e,t){return be="useDeferredValue",C(),_e(),zt(e,t)},useTransition:function(){return be="useTransition",C(),_e(),Xn()},useSyncExternalStore:function(e,t,a){return be="useSyncExternalStore",C(),_e(),Pu(e,t,a)},useId:function(){return be="useId",C(),_e(),yn().memoizedState},useFormState:function(e){return be="useFormState",C(),_e(),au(e)},useActionState:function(e){return be="useActionState",C(),_e(),au(e)},useOptimistic:function(e,t){return be="useOptimistic",C(),_e(),id(e,t)},useMemoCache:function(e){return C(),Gl(e)},useHostTransitionStatus:vs,useCacheRefresh:function(){return be="useCacheRefresh",_e(),yn().memoizedState},useEffectEvent:function(e){return be="useEffectEvent",C(),_e(),gr(e)}};var m8={},h8=new Set,p8=new Set,y8=new Set,g8=new Set,v8=new Set,b8=new Set,A8=new Set,S8=new Set,T8=new Set,w8=new Set;Object.freeze(m8);var nA={enqueueSetState:function(e,t,a){e=e._reactInternals;var i=Pa(e),u=ya(i);u.payload=t,a!=null&&(oc(a),u.callback=a),t=Ai(e,u,i),t!==null&&(gi(i,"this.setState()",e),xt(t,e,i),bo(t,e,i))},enqueueReplaceState:function(e,t,a){e=e._reactInternals;var i=Pa(e),u=ya(i);u.tag=o8,u.payload=t,a!=null&&(oc(a),u.callback=a),t=Ai(e,u,i),t!==null&&(gi(i,"this.replaceState()",e),xt(t,e,i),bo(t,e,i))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var a=Pa(e),i=ya(a);i.tag=i8,t!=null&&(oc(t),i.callback=t),t=Ai(e,i,a),t!==null&&(gi(a,"this.forceUpdate()",e),xt(t,e,a),bo(t,e,a))}},Rh=null,aA=null,lA=Error("This is not a real error. It's an implementation detail of React's selective hydration feature. If this leaks into userspace, it's a bug in React. Please file an issue."),za=!1,E8={},C8={},O8={},x8={},Dh=!1,R8={},Wg={},oA={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null},D8=!1,N8=null;N8=new Set;var Uc=!1,_a=!1,iA=!1,M8=typeof WeakSet=="function"?WeakSet:Set,al=null,Nh=null,Mh=null,Ha=null,Co=!1,Ms=null,Ia=!1,E1=8192,l7={getCacheForType:function(e){var t=mn(ka),a=t.data.get(e);return a===void 0&&(a=e(),t.data.set(e,a)),a},cacheSignal:function(){return mn(ka).controller.signal},getOwner:function(){return Ul}};if(typeof Symbol=="function"&&Symbol.for){var C1=Symbol.for;C1("selector.component"),C1("selector.has_pseudo_class"),C1("selector.role"),C1("selector.test_id"),C1("selector.text")}var o7=[],i7=typeof WeakMap=="function"?WeakMap:Map,ll=0,Ja=2,ai=4,zc=0,O1=1,u0=2,$g=3,hf=4,Pg=6,k8=5,cn=ll,kn=null,Zt=null,It=0,Oo=0,ev=1,c0=2,x1=3,B8=4,sA=5,R1=6,tv=7,uA=8,r0=9,En=Oo,li=null,pf=!1,kh=!1,cA=!1,Eu=0,ta=zc,yf=0,gf=0,rA=0,xo=0,f0=0,D1=null,lo=null,nv=!1,av=0,U8=0,z8=300,lv=1/0,_8=500,N1=null,pa=null,vf=null,ov=0,fA=1,dA=2,H8=3,bf=0,L8=1,j8=2,Y8=3,q8=4,iv=5,La=0,Af=null,Bh=null,ks=0,mA=0,hA=-0,pA=null,G8=null,V8=null,Bs=ov,Q8=null,s7=50,M1=0,yA=null,gA=!1,sv=!1,u7=50,d0=0,k1=null,Uh=!1,uv=null,X8=!1,I8=new Set,c7={},cv=null,zh=null,vA=!1,bA=!1,rv=!1,AA=!1,Sf=0,SA={};(function(){for(var e=0;e<kb.length;e++){var t=kb[e],a=t.toLowerCase();t=t[0].toUpperCase()+t.slice(1),ko(a,"on"+t)}ko(T4,"onAnimationEnd"),ko(w4,"onAnimationIteration"),ko(E4,"onAnimationStart"),ko("dblclick","onDoubleClick"),ko("focusin","onFocus"),ko("focusout","onBlur"),ko(LE,"onTransitionRun"),ko(jE,"onTransitionStart"),ko(YE,"onTransitionCancel"),ko(C4,"onTransitionEnd")})(),ct("onMouseEnter",["mouseout","mouseover"]),ct("onMouseLeave",["mouseout","mouseover"]),ct("onPointerEnter",["pointerout","pointerover"]),ct("onPointerLeave",["pointerout","pointerover"]),st("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),st("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),st("onBeforeInput",["compositionend","keypress","textInput","paste"]),st("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),st("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),st("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var B1="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),TA=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(B1)),fv="_reactListening"+Math.random().toString(36).slice(2),J8=!1,F8=!1,dv=!1,Z8=!1,mv=!1,hv=!1,K8=!1,pv={},r7=/\r\n?/g,f7=/\u0000|\uFFFD/g,m0="http://www.w3.org/1999/xlink",wA="http://www.w3.org/XML/1998/namespace",d7="javascript:throw new Error('React form unexpectedly submitted.')",m7="suppressHydrationWarning",h0="&",yv="/&",U1="$",z1="/$",Tf="$?",p0="$~",_h="$!",h7="html",p7="body",y7="head",EA="F!",W8="F",$8="loading",g7="style",_c=0,Hh=1,gv=2,CA=null,OA=null,P8={dialog:!0,webview:!0},xA=null,_1=void 0,eT=typeof setTimeout=="function"?setTimeout:void 0,v7=typeof clearTimeout=="function"?clearTimeout:void 0,y0=-1,tT=typeof Promise=="function"?Promise:void 0,b7=typeof queueMicrotask=="function"?queueMicrotask:typeof tT<"u"?function(e){return tT.resolve(null).then(e).catch(Jy)}:eT,RA=null,g0=0,H1=1,nT=2,aT=3,$i=4,Pi=new Map,lT=new Set,Hc=pn.d;pn.d={f:function(){var e=Hc.f(),t=Zl();return e||t},r:function(e){var t=oe(e);t!==null&&t.tag===5&&t.type==="form"?Ar(t):Hc.r(e)},D:function(e){Hc.D(e),E2("dns-prefetch",e,null)},C:function(e,t){Hc.C(e,t),E2("preconnect",e,t)},L:function(e,t,a){Hc.L(e,t,a);var i=Lh;if(i&&e&&t){var u='link[rel="preload"][as="'+sn(t)+'"]';t==="image"&&a&&a.imageSrcSet?(u+='[imagesrcset="'+sn(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(u+='[imagesizes="'+sn(a.imageSizes)+'"]')):u+='[href="'+sn(e)+'"]';var c=u;switch(t){case"style":c=pc(e);break;case"script":c=yc(e)}Pi.has(c)||(e=Vt({rel:"preload",href:t==="image"&&a&&a.imageSrcSet?void 0:e,as:t},a),Pi.set(c,e),i.querySelector(u)!==null||t==="style"&&i.querySelector(_d(c))||t==="script"&&i.querySelector(Hd(c))||(t=i.createElement("link"),jn(t,"link",e),Be(t),i.head.appendChild(t)))}},m:function(e,t){Hc.m(e,t);var a=Lh;if(a&&e){var i=t&&typeof t.as=="string"?t.as:"script",u='link[rel="modulepreload"][as="'+sn(i)+'"][href="'+sn(e)+'"]',c=u;switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":c=yc(e)}if(!Pi.has(c)&&(e=Vt({rel:"modulepreload",href:e},t),Pi.set(c,e),a.querySelector(u)===null)){switch(i){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(a.querySelector(Hd(c)))return}i=a.createElement("link"),jn(i,"link",e),Be(i),a.head.appendChild(i)}}},X:function(e,t){Hc.X(e,t);var a=Lh;if(a&&e){var i=Qe(a).hoistableScripts,u=yc(e),c=i.get(u);c||(c=a.querySelector(Hd(u)),c||(e=Vt({src:e,async:!0},t),(t=Pi.get(u))&&x2(e,t),c=a.createElement("script"),Be(c),jn(c,"link",e),a.head.appendChild(c)),c={type:"script",instance:c,count:1,state:null},i.set(u,c))}},S:function(e,t,a){Hc.S(e,t,a);var i=Lh;if(i&&e){var u=Qe(i).hoistableStyles,c=pc(e);t=t||"default";var h=u.get(c);if(!h){var g={loading:g0,preload:null};if(h=i.querySelector(_d(c)))g.loading=H1|$i;else{e=Vt({rel:"stylesheet",href:e,"data-precedence":t},a),(a=Pi.get(c))&&O2(e,a);var S=h=i.createElement("link");Be(S),jn(S,"link",e),S._p=new Promise(function(O,$){S.onload=O,S.onerror=$}),S.addEventListener("load",function(){g.loading|=H1}),S.addEventListener("error",function(){g.loading|=nT}),g.loading|=$i,qr(h,t,i)}h={type:"stylesheet",instance:h,count:1,state:g},u.set(c,h)}}},M:function(e,t){Hc.M(e,t);var a=Lh;if(a&&e){var i=Qe(a).hoistableScripts,u=yc(e),c=i.get(u);c||(c=a.querySelector(Hd(u)),c||(e=Vt({src:e,async:!0,type:"module"},t),(t=Pi.get(u))&&x2(e,t),c=a.createElement("script"),Be(c),jn(c,"link",e),a.head.appendChild(c)),c={type:"script",instance:c,count:1,state:null},i.set(u,c))}}};var Lh=typeof document>"u"?null:document,vv=null,A7=6e4,S7=800,T7=500,DA=0,NA=null,bv=null,v0=Ab,L1={$$typeof:Wo,Provider:null,Consumer:null,_currentValue:v0,_currentValue2:v0,_threadCount:0},oT="%c%s%c",iT="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",sT="",Av=" ",w7=Function.prototype.bind,uT=!1,cT=null,rT=null,fT=null,dT=null,mT=null,hT=null,pT=null,yT=null,gT=null,vT=null;cT=function(e,t,a,i){t=r(e,t),t!==null&&(a=f(t.memoizedState,a,0,i),t.memoizedState=a,t.baseState=a,e.memoizedProps=Vt({},e.memoizedProps),a=Wa(e,2),a!==null&&xt(a,e,2))},rT=function(e,t,a){t=r(e,t),t!==null&&(a=v(t.memoizedState,a,0),t.memoizedState=a,t.baseState=a,e.memoizedProps=Vt({},e.memoizedProps),a=Wa(e,2),a!==null&&xt(a,e,2))},fT=function(e,t,a,i){t=r(e,t),t!==null&&(a=p(t.memoizedState,a,i),t.memoizedState=a,t.baseState=a,e.memoizedProps=Vt({},e.memoizedProps),a=Wa(e,2),a!==null&&xt(a,e,2))},dT=function(e,t,a){e.pendingProps=f(e.memoizedProps,t,0,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=Wa(e,2),t!==null&&xt(t,e,2)},mT=function(e,t){e.pendingProps=v(e.memoizedProps,t,0),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=Wa(e,2),t!==null&&xt(t,e,2)},hT=function(e,t,a){e.pendingProps=p(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=Wa(e,2),t!==null&&xt(t,e,2)},pT=function(e){var t=Wa(e,2);t!==null&&xt(t,e,2)},yT=function(e){var t=ze(),a=Wa(e,t);a!==null&&xt(a,e,t)},gT=function(e){w=e},vT=function(e){b=e};var Sv=!0,Tv=null,MA=!1,wf=null,Ef=null,Cf=null,j1=new Map,Y1=new Map,Of=[],E7="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" "),wv=null;if(Ko.prototype.render=H2.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error("Cannot update an unmounted root.");var a=arguments;typeof a[1]=="function"?console.error("does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):ne(a[1])?console.error("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof a[1]<"u"&&console.error("You passed a second argument to root.render(...) but it only accepts one argument."),a=e;var i=t.current,u=Pa(i);Xm(i,u,a,t,null,null)},Ko.prototype.unmount=H2.prototype.unmount=function(){var e=arguments;if(typeof e[0]=="function"&&console.error("does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."),e=this._internalRoot,e!==null){this._internalRoot=null;var t=e.containerInfo;(cn&(Ja|ai))!==ll&&console.error("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),Xm(e.current,2,null,e,null,null),Zl(),t[xs]=null}},Ko.prototype.unstable_scheduleHydration=function(e){if(e){var t=Ut();e={blockedOn:null,target:e,priority:t};for(var a=0;a<Of.length&&t!==0&&t<Of[a].priority;a++);Of.splice(a,0,e),a===0&&_2(e)}},(function(){var e=Gd.version;if(e!=="19.2.4")throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
|
|
238
238
|
- react: `+(e+`
|
|
239
239
|
- react-dom: 19.2.4
|
|
240
240
|
Learn more: https://react.dev/warnings/version-mismatch`))})(),typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://react.dev/link/react-polyfills"),pn.findDOMNode=function(e){var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error("Unable to find node on an unmounted component."):(e=Object.keys(e).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+e));return e=lt(t),e=e!==null?rt(e):null,e=e===null?null:e.stateNode,e},!(function(){var e={bundleType:1,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:Ae,reconcilerVersion:"19.2.4"};return e.overrideHookState=cT,e.overrideHookStateDeletePath=rT,e.overrideHookStateRenamePath=fT,e.overrideProps=dT,e.overridePropsDeletePath=mT,e.overridePropsRenamePath=hT,e.scheduleUpdate=pT,e.scheduleRetry=yT,e.setErrorHandler=gT,e.setSuspenseHandler=vT,e.scheduleRefresh=te,e.scheduleRoot=X,e.setRefreshHandler=ie,e.getCurrentFiber=Tn,Ya(e)})()&&Au&&window.top===window.self&&(-1<navigator.userAgent.indexOf("Chrome")&&navigator.userAgent.indexOf("Edge")===-1||-1<navigator.userAgent.indexOf("Firefox"))){var bT=window.location.protocol;/^(https?|file):$/.test(bT)&&console.info("%cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools"+(bT==="file:"?`
|
|
241
241
|
You might need to use a local HTTP server (instead of file://): https://react.dev/link/react-devtools-faq`:""),"font-weight:bold")}Vh.createRoot=function(e,t){if(!ne(e))throw Error("Target container is not a DOM element.");L2(e);var a=!1,i="",u=lm,c=om,h=kp;return t!=null&&(t.hydrate?console.warn("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===wo&&console.error(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
|
|
242
242
|
|
|
243
243
|
let root = createRoot(domContainer);
|
|
244
|
-
root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(i=t.identifierPrefix),t.onUncaughtError!==void 0&&(u=t.onUncaughtError),t.onCaughtError!==void 0&&(c=t.onCaughtError),t.onRecoverableError!==void 0&&(h=t.onRecoverableError)),t=
|
|
244
|
+
root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(i=t.identifierPrefix),t.onUncaughtError!==void 0&&(u=t.onUncaughtError),t.onCaughtError!==void 0&&(c=t.onCaughtError),t.onRecoverableError!==void 0&&(h=t.onRecoverableError)),t=Yd(e,1,!1,null,null,a,i,null,u,c,h,gg),e[xs]=t.current,du(e),new H2(t)},Vh.hydrateRoot=function(e,t,a){if(!ne(e))throw Error("Target container is not a DOM element.");L2(e),t===void 0&&console.error("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var i=!1,u="",c=lm,h=om,g=kp,S=null;return a!=null&&(a.unstable_strictMode===!0&&(i=!0),a.identifierPrefix!==void 0&&(u=a.identifierPrefix),a.onUncaughtError!==void 0&&(c=a.onUncaughtError),a.onCaughtError!==void 0&&(h=a.onCaughtError),a.onRecoverableError!==void 0&&(g=a.onRecoverableError),a.formState!==void 0&&(S=a.formState)),t=Yd(e,1,!0,t,a??null,i,u,S,c,h,g,gg),t.context=mg(null),a=t.current,i=Pa(a),i=ve(i),u=ya(i),u.callback=null,Ai(a,u,i),gi(i,"hydrateRoot()",null),a=i,t.current.lanes=a,He(t,a),Nl(t),e[xs]=t.current,du(e),new Ko(t)},Vh.version="19.2.4",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Vh}var FA;function MT(){if(FA)return G1.exports;FA=1;function r(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r)}catch(f){console.error(f)}}}return process.env.NODE_ENV==="production"?(r(),G1.exports=DT()):G1.exports=NT(),G1.exports}var kT=MT(),ut=xf();const BT="data:image/png;base64,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",ZA={en:{chatTitle:"Keyring Agent",closeChat:"Close chat",messagePlaceholder:"Message ....",sendMessage:"Send message",botIsTyping:"Bot is typing",canIHelpYou:"Can I help you with anything?",replyToMessage:"Reply to message",replyingTo:"Replying to",replyingToYou:"You",replyingToAgent:"Keyring Agent",cancelReply:"Cancel reply",suggestionAskText:"Ask a question",suggestionAskUserMessage:"I have a question",suggestionAskBotReply:"Ask me anything",suggestionBuyText:"Buy trending token",walletConnectedChainUnsupported:"Your wallet is connected but the chain is not supported for trading. Please switch to a supported chain to see trending tokens.",walletNotConnected:"Please connect your wallet to see trending tokens.",actionProcessing:"⏳ Processing transaction...",actionSuccess:"✅ Transaction completed",actionFail:"❌ Action cancelled or failed",txSubmitted:"⏳ Transaction submitted. Waiting for confirmation...",txConfirmed:"✅ Transaction confirmed!",txReverted:"❌ Transaction reverted on-chain.",txTimeout:"⚠️ Transaction submitted but confirmation timed out. Please check manually.",txSuccessful:"✅ Transaction successful!",txFailed:"❌ Transaction failed. Please try again.",txNoHandler:"⚠️ No transaction handler configured.",txInsufficientGas:"⚠️ **Insufficient {symbol} for gas!** You have {balance} {symbol} but need ~{fee} {symbol} for the transaction fee. Please top up your wallet and try again.",txError:"❌ Error: {message}",swapConfirmButton:"Confirm",swapConfirmValue:"Confirm swap",swapReadyToProceed:"Ready to proceed with the swap?",swapEstimationError:"⚠️ Unable to get swap estimation. Error: {error}",formCancel:"Cancel",formExecute:"Execute",formProcessing:"⏳ Processing...",formBalance:"Balance:",formTokenNotFound:"Token not found in your wallet.",formNoBalance:"You have no {symbol} balance in your wallet.",formInsufficientBalance:"Insufficient balance. Spendable: {balance} {symbol}",formFieldRequired:"{field} is required",formInvalidAddress:"Invalid address (0x + 40 hex chars)",formMustBePositive:"Must be a positive number",formMustBeValidNumber:"Must be a valid number",openChat:"Open chat",openChatTitle:"Open chat support",walletBalanceSpendable:"This is the spendable balance of your wallet on {chain} chain. Please choose the coins you want to use for this trade.",walletNoTokensFound:"Sorry, I couldn't find any tokens in your wallet on {chain} chain. Please make sure you have some tokens to trade.",walletFetchFailed:"Sorry, I could not fetch your wallet balance. Please try again.",walletFetchError:"Sorry, I encountered an error fetching your wallet balance.",insufficientFeeToken:"Insufficient fee. Please ensure you have enough {symbol} to cover the transaction fees, or select a different token.",selectAmountOf:`Select the amount of {symbol} to use:
|
|
245
245
|
|
|
246
246
|
Spendable: {balance} {symbol}`,swapFeeWarning:`
|
|
247
247
|
⚠️ **Insufficient {symbol} for fees!**
|
|
@@ -320,18 +320,18 @@ You're connected and ready to explore DeFi! I can help you trade, check prices,
|
|
|
320
320
|
|
|
321
321
|
选择一个代币进行操作:`,viewBalancesEmpty:"您在该链的钱包中没有任何代币。",viewBalancesFetchError:"抱歉,获取您的余额时出错。",buttonSendToken:"发送 {symbol}",buttonSwapToken:"兑换 {symbol}",buttonBuyMoreToken:"购买更多 {symbol}",actionSendNativeLabel:"发送原生代币",actionSendNativeDesc:"将原生代币 (ETH, BNB, MATIC 等) 发送到指定地址",actionSendTokenLabel:"发送代币 (ERC20)",actionSendTokenDesc:"将 ERC20 代币发送到指定地址",actionSwapTokenLabel:"兑换代币",actionSwapTokenDesc:"将一种代币兑换为另一种",actionApproveTokenLabel:"授权代币",actionApproveTokenDesc:"授权支出方使用您的代币",actionWrapNativeLabel:"包装 (Wrap) 原生代币",actionWrapNativeDesc:"包装原生代币 (例如 ETH → WETH)",actionUnwrapNativeLabel:"解包 (Unwrap) 原生代币",actionUnwrapNativeDesc:"解包原生代币 (例如 WETH → ETH)",actionSendNftLabel:"发送 NFT",actionSendNftDesc:"将 ERC721 或 ERC1155 NFT 转移到另一个地址",fieldToAddress:"接收者地址",fieldAmount:"金额",fieldTokenContract:"代币合约",fieldTokenSymbol:"代币符号",fieldDecimals:"精度 (Decimals)",fieldTokenIn:"源代币 (From)",fieldTokenInSymbol:"源代币符号",fieldTokenOut:"目标代币 (To)",fieldTokenOutSymbol:"目标代币符号",fieldTokenInDecimals:"源代币精度",fieldTokenOutDecimals:"目标代币精度",fieldSpenderAddress:"支出方 (Spender) 地址",fieldAmountUnlimited:"金额 (留空 = 无限制)",fieldNftContract:"NFT 合约",fieldTokenId:"代币 ID",fieldTokenStandard:"代币标准",fieldNftName:"NFT 名称",formMustBePositiveInteger:"必须为正整数",formAmountExceedsNft:"金额不能超过可用余额 {max}",receivedButtonValue:"收到: {value}",actionExecutedFor:'操作 "{action}" 已执行,对象为: {value}',buyTokenHelp:"我会帮您购买 {symbol}。让我为您显示可用于交易的代币。",tokenNotFoundOnChain:'我在该链上没找到代币 "{symbol}"。以下是您可以购买的热门代币:',swapPreparing:"正在准备兑换...",swapConfirmYes:"是",swapChooseFrom:"请选择您想从哪个代币进行兑换:",swapChooseTo:"您想兑换 {symbol}。请选择您想收到的代币:",swapNeedDetails:"我需要更多关于兑换的细节。请指定您想兑换的代币(例如 “将 1 ETH 兑换为 USDC”)。",viewNftsLoading:"正在为您展示 NFT 收藏!",sendTokenChoose:"您想发送哪个代币?",sendNftChoose:"您想发送哪个 NFT?",swapChooseToken:"您想兑换哪个代币?以下是您的当前余额:",spendable:"可用余额",welcomeMessage:`**欢迎! 🚀**
|
|
322
322
|
您已连接并准备好探索 DeFi!我可以帮您进行交易、查询价格,并在需要时分析您的资产组合。`}};function KA(r,f){return ZA[f]?.[r]??ZA.en[r]??r}function UT(r,f){return r.replace(/\{(\w+)\}/g,(p,y)=>f[y]??`{${y}}`)}const WA=ut.createContext(void 0),zT=({children:r,initialLanguage:f="en"})=>{const[p,y]=ut.useState(f);ut.useEffect(()=>{f&&y(f)},[f]);const v=ut.useCallback(w=>KA(w,p),[p]),b=ut.useCallback((w,C)=>UT(KA(w,p),C),[p]);return Ee.jsx(WA.Provider,{value:{language:p,setLanguage:y,t:v,ti:b},children:r})},X1=()=>{const r=ut.useContext(WA);if(!r)throw new Error("useLanguage must be used within a LanguageProvider");return r},_T=ut.memo(({onClick:r,buttonSize:f=56})=>{const{t:p}=X1(),y=v=>{(v.key==="Enter"||v.key===" ")&&(v.preventDefault(),r())};return Ee.jsx("button",{className:"chat-button",onClick:r,onKeyDown:y,"aria-label":p("openChat"),title:p("openChatTitle"),type:"button",children:Ee.jsx("img",{src:BT,width:f,height:f,alt:"Ask AI"})})});function Cu(r){const f={formatters:void 0,fees:void 0,serializers:void 0,...r};function p(y){return v=>{const b=typeof v=="function"?v(y):v,w={...y,...b};return Object.assign(w,{extend:p(w)})}}return Object.assign(f,{extend:p(f)})}const $A="2.46.3";let Ov={getDocsUrl:({docsBaseUrl:r,docsPath:f="",docsSlug:p})=>f?`${r??"https://viem.sh"}${f}${p?`#${p}`:""}`:void 0,version:`viem@${$A}`};class Et extends Error{constructor(f,p={}){const y=p.cause instanceof Et?p.cause.details:p.cause?.message?p.cause.message:p.details,v=p.cause instanceof Et&&p.cause.docsPath||p.docsPath,b=Ov.getDocsUrl?.({...p,docsPath:v}),w=[f||"An error occurred.","",...p.metaMessages?[...p.metaMessages,""]:[],...b?[`Docs: ${b}`]:[],...y?[`Details: ${y}`]:[],...Ov.version?[`Version: ${Ov.version}`]:[]].join(`
|
|
323
|
-
`);super(w,p.cause?{cause:p.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),this.details=y,this.docsPath=v,this.metaMessages=p.metaMessages,this.name=p.name??this.name,this.shortMessage=f,this.version=$A}walk(f){return PA(this,f)}}function PA(r,f){return f?.(r)?r:r&&typeof r=="object"&&"cause"in r&&r.cause!==void 0?PA(r.cause,f):f?null:r}class xv extends Et{constructor({max:f,min:p,signed:y,size:v,value:b}){super(`Number "${b}" is not in safe ${v?`${v*8}-bit ${y?"signed":"unsigned"} `:""}integer range ${f?`(${p} to ${f})`:`(above ${p})`}`,{name:"IntegerOutOfRangeError"})}}class HT extends Et{constructor({givenSize:f,maxSize:p}){super(`Size cannot exceed ${p} bytes. Given size: ${f} bytes.`,{name:"SizeOverflowError"})}}function b0(r,{strict:f=!0}={}){return!r||typeof r!="string"?!1:f?/^0x[0-9a-fA-F]*$/.test(r):r.startsWith("0x")}function oo(r){return b0(r,{strict:!1})?Math.ceil((r.length-2)/2):r.length}function I1(r,{dir:f="left"}={}){let p=typeof r=="string"?r.replace("0x",""):r,y=0;for(let v=0;v<p.length-1&&p[f==="left"?v:p.length-v-1].toString()==="0";v++)y++;return p=f==="left"?p.slice(y):p.slice(0,p.length-y),typeof r=="string"?(p.length===1&&f==="right"&&(p=`${p}0`),`0x${p.length%2===1?`0${p}`:p}`):p}class eS extends Et{constructor({offset:f,position:p,size:y}){super(`Slice ${p==="start"?"starting":"ending"} at offset "${f}" is out-of-bounds (size: ${y}).`,{name:"SliceOffsetOutOfBoundsError"})}}class tS extends Et{constructor({size:f,targetSize:p,type:y}){super(`${y.charAt(0).toUpperCase()}${y.slice(1).toLowerCase()} size (${f}) exceeds padding size (${p}).`,{name:"SizeExceedsPaddingSizeError"})}}function A0(r,{dir:f,size:p=32}={}){return typeof r=="string"?Yc(r,{dir:f,size:p}):LT(r,{dir:f,size:p})}function Yc(r,{dir:f,size:p=32}={}){if(p===null)return r;const y=r.replace("0x","");if(y.length>p*2)throw new tS({size:Math.ceil(y.length/2),targetSize:p,type:"hex"});return`0x${y[f==="right"?"padEnd":"padStart"](p*2,"0")}`}function LT(r,{dir:f,size:p=32}={}){if(p===null)return r;if(r.length>p)throw new tS({size:r.length,targetSize:p,type:"bytes"});const y=new Uint8Array(p);for(let v=0;v<p;v++){const b=f==="right";y[b?v:p-v-1]=r[b?v:r.length-v-1]}return y}const jT=Array.from({length:256},(r,f)=>f.toString(16).padStart(2,"0"));function S0(r,f={}){return typeof r=="number"||typeof r=="bigint"?At(r,f):typeof r=="string"?aS(r,f):typeof r=="boolean"?nS(r,f):Ou(r,f)}function nS(r,f={}){const p=`0x${Number(r)}`;return typeof f.size=="number"?(T0(p,{size:f.size}),A0(p,{size:f.size})):p}function Ou(r,f={}){let p="";for(let v=0;v<r.length;v++)p+=jT[r[v]];const y=`0x${p}`;return typeof f.size=="number"?(T0(y,{size:f.size}),A0(y,{dir:"right",size:f.size})):y}function At(r,f={}){const{signed:p,size:y}=f,v=BigInt(r);let b;y?p?b=(1n<<BigInt(y)*8n-1n)-1n:b=2n**(BigInt(y)*8n)-1n:typeof r=="number"&&(b=BigInt(Number.MAX_SAFE_INTEGER));const w=typeof b=="bigint"&&p?-b-1n:0;if(b&&v>b||v<w){const R=typeof r=="bigint"?"n":"";throw new xv({max:b?`${b}${R}`:void 0,min:`${w}${R}`,signed:p,size:y,value:`${r}${R}`})}const C=`0x${(p&&v<0?(1n<<BigInt(y*8))+BigInt(v):v).toString(16)}`;return y?A0(C,{size:y}):C}const YT=new TextEncoder;function aS(r,f={}){const p=YT.encode(r);return Ou(p,f)}const qT=new TextEncoder;function Rv(r,f={}){return typeof r=="number"||typeof r=="bigint"?VT(r,f):typeof r=="boolean"?GT(r,f):b0(r)?Rf(r,f):oS(r,f)}function GT(r,f={}){const p=new Uint8Array(1);return p[0]=Number(r),typeof f.size=="number"?(T0(p,{size:f.size}),A0(p,{size:f.size})):p}const xu={zero:48,nine:57,A:65,F:70,a:97,f:102};function lS(r){if(r>=xu.zero&&r<=xu.nine)return r-xu.zero;if(r>=xu.A&&r<=xu.F)return r-(xu.A-10);if(r>=xu.a&&r<=xu.f)return r-(xu.a-10)}function Rf(r,f={}){let p=r;f.size&&(T0(p,{size:f.size}),p=A0(p,{dir:"right",size:f.size}));let y=p.slice(2);y.length%2&&(y=`0${y}`);const v=y.length/2,b=new Uint8Array(v);for(let w=0,C=0;w<v;w++){const R=lS(y.charCodeAt(C++)),_=lS(y.charCodeAt(C++));if(R===void 0||_===void 0)throw new Et(`Invalid byte sequence ("${y[C-2]}${y[C-1]}" in "${y}").`);b[w]=R*16+_}return b}function VT(r,f){const p=At(r,f);return Rf(p)}function oS(r,f={}){const p=qT.encode(r);return typeof f.size=="number"?(T0(p,{size:f.size}),A0(p,{dir:"right",size:f.size})):p}function T0(r,{size:f}){if(oo(r)>f)throw new HT({givenSize:oo(r),maxSize:f})}function w0(r,f={}){const{signed:p}=f;f.size&&T0(r,{size:f.size});const y=BigInt(r);if(!p)return y;const v=(r.length-2)/2,b=(1n<<BigInt(v)*8n-1n)-1n;return y<=b?y:y-BigInt(`0x${"f".padStart(v*2,"f")}`)-1n}function J1(r,f={}){const p=w0(r,f),y=Number(p);if(!Number.isSafeInteger(y))throw new xv({max:`${Number.MAX_SAFE_INTEGER}`,min:`${Number.MIN_SAFE_INTEGER}`,signed:f.signed,size:f.size,value:`${p}n`});return y}function Dv(r,f){return({exclude:p,format:y})=>({exclude:p,format:(v,b)=>{const w=f(v,b);if(p)for(const C of p)delete w[C];return{...w,...y(v,b)}},type:r})}const iS={"0x0":"legacy","0x1":"eip2930","0x2":"eip1559","0x3":"eip4844","0x4":"eip7702"};function Nv(r,f){const p={...r,blockHash:r.blockHash?r.blockHash:null,blockNumber:r.blockNumber?BigInt(r.blockNumber):null,chainId:r.chainId?J1(r.chainId):void 0,gas:r.gas?BigInt(r.gas):void 0,gasPrice:r.gasPrice?BigInt(r.gasPrice):void 0,maxFeePerBlobGas:r.maxFeePerBlobGas?BigInt(r.maxFeePerBlobGas):void 0,maxFeePerGas:r.maxFeePerGas?BigInt(r.maxFeePerGas):void 0,maxPriorityFeePerGas:r.maxPriorityFeePerGas?BigInt(r.maxPriorityFeePerGas):void 0,nonce:r.nonce?J1(r.nonce):void 0,to:r.to?r.to:null,transactionIndex:r.transactionIndex?Number(r.transactionIndex):null,type:r.type?iS[r.type]:void 0,typeHex:r.type?r.type:void 0,value:r.value?BigInt(r.value):void 0,v:r.v?BigInt(r.v):void 0};return r.authorizationList&&(p.authorizationList=XT(r.authorizationList)),p.yParity=(()=>{if(r.yParity)return Number(r.yParity);if(typeof p.v=="bigint"){if(p.v===0n||p.v===27n)return 0;if(p.v===1n||p.v===28n)return 1;if(p.v>=35n)return p.v%2n===0n?1:0}})(),p.type==="legacy"&&(delete p.accessList,delete p.maxFeePerBlobGas,delete p.maxFeePerGas,delete p.maxPriorityFeePerGas,delete p.yParity),p.type==="eip2930"&&(delete p.maxFeePerBlobGas,delete p.maxFeePerGas,delete p.maxPriorityFeePerGas),p.type==="eip1559"&&delete p.maxFeePerBlobGas,p}const QT=Dv("transaction",Nv);function XT(r){return r.map(f=>({address:f.address,chainId:Number(f.chainId),nonce:Number(f.nonce),r:f.r,s:f.s,yParity:Number(f.yParity)}))}function IT(r,f){const p=(r.transactions??[]).map(y=>typeof y=="string"?y:Nv(y));return{...r,baseFeePerGas:r.baseFeePerGas?BigInt(r.baseFeePerGas):null,blobGasUsed:r.blobGasUsed?BigInt(r.blobGasUsed):void 0,difficulty:r.difficulty?BigInt(r.difficulty):void 0,excessBlobGas:r.excessBlobGas?BigInt(r.excessBlobGas):void 0,gasLimit:r.gasLimit?BigInt(r.gasLimit):void 0,gasUsed:r.gasUsed?BigInt(r.gasUsed):void 0,hash:r.hash?r.hash:null,logsBloom:r.logsBloom?r.logsBloom:null,nonce:r.nonce?r.nonce:null,number:r.number?BigInt(r.number):null,size:r.size?BigInt(r.size):void 0,timestamp:r.timestamp?BigInt(r.timestamp):void 0,transactions:p,totalDifficulty:r.totalDifficulty?BigInt(r.totalDifficulty):null}}const JT=Dv("block",IT);function FT(r,{args:f,eventName:p}={}){return{...r,blockHash:r.blockHash?r.blockHash:null,blockNumber:r.blockNumber?BigInt(r.blockNumber):null,blockTimestamp:r.blockTimestamp?BigInt(r.blockTimestamp):r.blockTimestamp===null?null:void 0,logIndex:r.logIndex?Number(r.logIndex):null,transactionHash:r.transactionHash?r.transactionHash:null,transactionIndex:r.transactionIndex?Number(r.transactionIndex):null,...p?{args:f,eventName:p}:{}}}const ZT={"0x0":"reverted","0x1":"success"};function KT(r,f){const p={...r,blockNumber:r.blockNumber?BigInt(r.blockNumber):null,contractAddress:r.contractAddress?r.contractAddress:null,cumulativeGasUsed:r.cumulativeGasUsed?BigInt(r.cumulativeGasUsed):null,effectiveGasPrice:r.effectiveGasPrice?BigInt(r.effectiveGasPrice):null,gasUsed:r.gasUsed?BigInt(r.gasUsed):null,logs:r.logs?r.logs.map(y=>FT(y)):null,to:r.to?r.to:null,transactionIndex:r.transactionIndex?J1(r.transactionIndex):null,status:r.status?ZT[r.status]:null,type:r.type?iS[r.type]||r.type:null};return r.blobGasPrice&&(p.blobGasPrice=BigInt(r.blobGasPrice)),r.blobGasUsed&&(p.blobGasUsed=BigInt(r.blobGasUsed)),p}const WT=Dv("transactionReceipt",KT),$T={legacy:"0x0",eip2930:"0x1",eip1559:"0x2",eip4844:"0x3",eip7702:"0x4"};function PT(r,f){const p={};return typeof r.authorizationList<"u"&&(p.authorizationList=e3(r.authorizationList)),typeof r.accessList<"u"&&(p.accessList=r.accessList),typeof r.blobVersionedHashes<"u"&&(p.blobVersionedHashes=r.blobVersionedHashes),typeof r.blobs<"u"&&(typeof r.blobs[0]!="string"?p.blobs=r.blobs.map(y=>Ou(y)):p.blobs=r.blobs),typeof r.data<"u"&&(p.data=r.data),r.account&&(p.from=r.account.address),typeof r.from<"u"&&(p.from=r.from),typeof r.gas<"u"&&(p.gas=At(r.gas)),typeof r.gasPrice<"u"&&(p.gasPrice=At(r.gasPrice)),typeof r.maxFeePerBlobGas<"u"&&(p.maxFeePerBlobGas=At(r.maxFeePerBlobGas)),typeof r.maxFeePerGas<"u"&&(p.maxFeePerGas=At(r.maxFeePerGas)),typeof r.maxPriorityFeePerGas<"u"&&(p.maxPriorityFeePerGas=At(r.maxPriorityFeePerGas)),typeof r.nonce<"u"&&(p.nonce=At(r.nonce)),typeof r.to<"u"&&(p.to=r.to),typeof r.type<"u"&&(p.type=$T[r.type]),typeof r.value<"u"&&(p.value=At(r.value)),p}function e3(r){return r.map(f=>({address:f.address,r:f.r?At(BigInt(f.r)):f.r,s:f.s?At(BigInt(f.s)):f.s,chainId:At(f.chainId),nonce:At(f.nonce),...typeof f.yParity<"u"?{yParity:At(f.yParity)}:{},...typeof f.v<"u"&&typeof f.yParity>"u"?{v:At(f.v)}:{}}))}const E0=2n**256n-1n;function C0(r){return typeof r[0]=="string"?Df(r):t3(r)}function t3(r){let f=0;for(const v of r)f+=v.length;const p=new Uint8Array(f);let y=0;for(const v of r)p.set(v,y),y+=v.length;return p}function Df(r){return`0x${r.reduce((f,p)=>f+p.replace("0x",""),"")}`}class sS extends Et{constructor({offset:f}){super(`Offset \`${f}\` cannot be negative.`,{name:"NegativeOffsetError"})}}class n3 extends Et{constructor({length:f,position:p}){super(`Position \`${p}\` is out of bounds (\`0 < position < ${f}\`).`,{name:"PositionOutOfBoundsError"})}}class a3 extends Et{constructor({count:f,limit:p}){super(`Recursive read limit of \`${p}\` exceeded (recursive read count: \`${f}\`).`,{name:"RecursiveReadLimitExceededError"})}}const l3={bytes:new Uint8Array,dataView:new DataView(new ArrayBuffer(0)),position:0,positionReadCount:new Map,recursiveReadCount:0,recursiveReadLimit:Number.POSITIVE_INFINITY,assertReadLimit(){if(this.recursiveReadCount>=this.recursiveReadLimit)throw new a3({count:this.recursiveReadCount+1,limit:this.recursiveReadLimit})},assertPosition(r){if(r<0||r>this.bytes.length-1)throw new n3({length:this.bytes.length,position:r})},decrementPosition(r){if(r<0)throw new sS({offset:r});const f=this.position-r;this.assertPosition(f),this.position=f},getReadCount(r){return this.positionReadCount.get(r||this.position)||0},incrementPosition(r){if(r<0)throw new sS({offset:r});const f=this.position+r;this.assertPosition(f),this.position=f},inspectByte(r){const f=r??this.position;return this.assertPosition(f),this.bytes[f]},inspectBytes(r,f){const p=f??this.position;return this.assertPosition(p+r-1),this.bytes.subarray(p,p+r)},inspectUint8(r){const f=r??this.position;return this.assertPosition(f),this.bytes[f]},inspectUint16(r){const f=r??this.position;return this.assertPosition(f+1),this.dataView.getUint16(f)},inspectUint24(r){const f=r??this.position;return this.assertPosition(f+2),(this.dataView.getUint16(f)<<8)+this.dataView.getUint8(f+2)},inspectUint32(r){const f=r??this.position;return this.assertPosition(f+3),this.dataView.getUint32(f)},pushByte(r){this.assertPosition(this.position),this.bytes[this.position]=r,this.position++},pushBytes(r){this.assertPosition(this.position+r.length-1),this.bytes.set(r,this.position),this.position+=r.length},pushUint8(r){this.assertPosition(this.position),this.bytes[this.position]=r,this.position++},pushUint16(r){this.assertPosition(this.position+1),this.dataView.setUint16(this.position,r),this.position+=2},pushUint24(r){this.assertPosition(this.position+2),this.dataView.setUint16(this.position,r>>8),this.dataView.setUint8(this.position+2,r&255),this.position+=3},pushUint32(r){this.assertPosition(this.position+3),this.dataView.setUint32(this.position,r),this.position+=4},readByte(){this.assertReadLimit(),this._touch();const r=this.inspectByte();return this.position++,r},readBytes(r,f){this.assertReadLimit(),this._touch();const p=this.inspectBytes(r);return this.position+=f??r,p},readUint8(){this.assertReadLimit(),this._touch();const r=this.inspectUint8();return this.position+=1,r},readUint16(){this.assertReadLimit(),this._touch();const r=this.inspectUint16();return this.position+=2,r},readUint24(){this.assertReadLimit(),this._touch();const r=this.inspectUint24();return this.position+=3,r},readUint32(){this.assertReadLimit(),this._touch();const r=this.inspectUint32();return this.position+=4,r},get remaining(){return this.bytes.length-this.position},setPosition(r){const f=this.position;return this.assertPosition(r),this.position=r,()=>this.position=f},_touch(){if(this.recursiveReadLimit===Number.POSITIVE_INFINITY)return;const r=this.getReadCount();this.positionReadCount.set(this.position,r+1),r>0&&this.recursiveReadCount++}};function uS(r,{recursiveReadLimit:f=8192}={}){const p=Object.create(l3);return p.bytes=r,p.dataView=new DataView(r.buffer??r,r.byteOffset,r.byteLength),p.positionReadCount=new Map,p.recursiveReadLimit=f,p}function Nf(r,f="hex"){const p=cS(r),y=uS(new Uint8Array(p.length));return p.encode(y),f==="hex"?Ou(y.bytes):y.bytes}function cS(r){return Array.isArray(r)?o3(r.map(f=>cS(f))):i3(r)}function o3(r){const f=r.reduce((v,b)=>v+b.length,0),p=rS(f);return{length:f<=55?1+f:1+p+f,encode(v){f<=55?v.pushByte(192+f):(v.pushByte(247+p),p===1?v.pushUint8(f):p===2?v.pushUint16(f):p===3?v.pushUint24(f):v.pushUint32(f));for(const{encode:b}of r)b(v)}}}function i3(r){const f=typeof r=="string"?Rf(r):r,p=rS(f.length);return{length:f.length===1&&f[0]<128?1:f.length<=55?1+f.length:1+p+f.length,encode(v){f.length===1&&f[0]<128?v.pushBytes(f):f.length<=55?(v.pushByte(128+f.length),v.pushBytes(f)):(v.pushByte(183+p),p===1?v.pushUint8(f.length):p===2?v.pushUint16(f.length):p===3?v.pushUint24(f.length):v.pushUint32(f.length),v.pushBytes(f))}}}function rS(r){if(r<2**8)return 1;if(r<2**16)return 2;if(r<2**24)return 3;if(r<2**32)return 4;throw new Et("Length is too large.")}const s3={gwei:9,wei:18},u3={ether:-9,wei:9};function wa(r,f){let p=r.toString();const y=p.startsWith("-");y&&(p=p.slice(1)),p=p.padStart(f,"0");let[v,b]=[p.slice(0,p.length-f),p.slice(p.length-f)];return b=b.replace(/(0+)$/,""),`${y?"-":""}${v||"0"}${b?`.${b}`:""}`}function c3(r,f="wei"){return wa(r,s3[f])}function Mf(r,f="wei"){return wa(r,u3[f])}function fS(r){const f=Object.entries(r).map(([y,v])=>v===void 0||v===!1?null:[y,v]).filter(Boolean),p=f.reduce((y,[v])=>Math.max(y,v.length),0);return f.map(([y,v])=>` ${`${y}:`.padEnd(p+1)} ${v}`).join(`
|
|
324
|
-
`)}class r3 extends Et{constructor({v:f}){super(`Invalid \`v\` value "${f}". Expected 27 or 28.`,{name:"InvalidLegacyVError"})}}class f3 extends Et{constructor({transaction:f}){super("Cannot infer a transaction type from provided transaction.",{metaMessages:["Provided Transaction:","{",fS(f),"}","","To infer the type, either provide:","- a `type` to the Transaction, or","- an EIP-1559 Transaction with `maxFeePerGas`, or","- an EIP-2930 Transaction with `gasPrice` & `accessList`, or","- an EIP-4844 Transaction with `blobs`, `blobVersionedHashes`, `sidecars`, or","- an EIP-7702 Transaction with `authorizationList`, or","- a Legacy Transaction with `gasPrice`"],name:"InvalidSerializableTransactionError"})}}class d3 extends Et{constructor({storageKey:f}){super(`Size for storage key "${f}" is invalid. Expected 32 bytes. Got ${Math.floor((f.length-2)/2)} bytes.`,{name:"InvalidStorageKeySizeError"})}}function m3(r){if(!r||r.length===0)return[];const f=[];for(const p of r){const{chainId:y,nonce:v,...b}=p,w=p.address;f.push([y?S0(y):"0x",w,v?S0(v):"0x",...Fh({},b)])}return f}function dS(r){const{kzg:f}=r,p=r.to??(typeof r.blobs[0]=="string"?"hex":"bytes"),y=typeof r.blobs[0]=="string"?r.blobs.map(b=>Rf(b)):r.blobs,v=[];for(const b of y)v.push(Uint8Array.from(f.blobToKzgCommitment(b)));return p==="bytes"?v:v.map(b=>Ou(b))}function mS(r){const{kzg:f}=r,p=r.to??(typeof r.blobs[0]=="string"?"hex":"bytes"),y=typeof r.blobs[0]=="string"?r.blobs.map(w=>Rf(w)):r.blobs,v=typeof r.commitments[0]=="string"?r.commitments.map(w=>Rf(w)):r.commitments,b=[];for(let w=0;w<y.length;w++){const C=y[w],R=v[w];b.push(Uint8Array.from(f.computeBlobKzgProof(C,R)))}return p==="bytes"?b:b.map(w=>Ou(w))}function h3(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function hS(r){if(!Number.isSafeInteger(r)||r<0)throw new Error("positive integer expected, got "+r)}function Qh(r,...f){if(!h3(r))throw new Error("Uint8Array expected");if(f.length>0&&!f.includes(r.length))throw new Error("Uint8Array expected of length "+f+", got length="+r.length)}function F1(r,f=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(f&&r.finished)throw new Error("Hash#digest() has already been called")}function pS(r,f){Qh(r);const p=f.outputLen;if(r.length<p)throw new Error("digestInto() expects output buffer of length at least "+p)}function p3(r){return new Uint32Array(r.buffer,r.byteOffset,Math.floor(r.byteLength/4))}function Xh(...r){for(let f=0;f<r.length;f++)r[f].fill(0)}function Mv(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function Us(r,f){return r<<32-f|r>>>f}const y3=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function g3(r){return r<<24&4278190080|r<<8&16711680|r>>>8&65280|r>>>24&255}function v3(r){for(let f=0;f<r.length;f++)r[f]=g3(r[f]);return r}const yS=y3?r=>r:v3;function b3(r){if(typeof r!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(r))}function kv(r){return typeof r=="string"&&(r=b3(r)),Qh(r),r}class gS{}function vS(r){const f=y=>r().update(kv(y)).digest(),p=r();return f.outputLen=p.outputLen,f.blockLen=p.blockLen,f.create=()=>r(),f}function A3(r,f,p,y){if(typeof r.setBigUint64=="function")return r.setBigUint64(f,p,y);const v=BigInt(32),b=BigInt(4294967295),w=Number(p>>v&b),C=Number(p&b),R=y?4:0,_=y?0:4;r.setUint32(f+R,w,y),r.setUint32(f+_,C,y)}function S3(r,f,p){return r&f^~r&p}function T3(r,f,p){return r&f^r&p^f&p}class w3 extends gS{constructor(f,p,y,v){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=f,this.outputLen=p,this.padOffset=y,this.isLE=v,this.buffer=new Uint8Array(f),this.view=Mv(this.buffer)}update(f){F1(this),f=kv(f),Qh(f);const{view:p,buffer:y,blockLen:v}=this,b=f.length;for(let w=0;w<b;){const C=Math.min(v-this.pos,b-w);if(C===v){const R=Mv(f);for(;v<=b-w;w+=v)this.process(R,w);continue}y.set(f.subarray(w,w+C),this.pos),this.pos+=C,w+=C,this.pos===v&&(this.process(p,0),this.pos=0)}return this.length+=f.length,this.roundClean(),this}digestInto(f){F1(this),pS(f,this),this.finished=!0;const{buffer:p,view:y,blockLen:v,isLE:b}=this;let{pos:w}=this;p[w++]=128,Xh(this.buffer.subarray(w)),this.padOffset>v-w&&(this.process(y,0),w=0);for(let Q=w;Q<v;Q++)p[Q]=0;A3(y,v-8,BigInt(this.length*8),b),this.process(y,0);const C=Mv(f),R=this.outputLen;if(R%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const _=R/4,ue=this.get();if(_>ue.length)throw new Error("_sha2: outputLen bigger than state");for(let Q=0;Q<_;Q++)C.setUint32(4*Q,ue[Q],b)}digest(){const{buffer:f,outputLen:p}=this;this.digestInto(f);const y=f.slice(0,p);return this.destroy(),y}_cloneInto(f){f||(f=new this.constructor),f.set(...this.get());const{blockLen:p,buffer:y,length:v,finished:b,destroyed:w,pos:C}=this;return f.destroyed=w,f.finished=b,f.length=v,f.pos=C,v%p&&f.buffer.set(y),f}clone(){return this._cloneInto()}}const qc=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Z1=BigInt(2**32-1),bS=BigInt(32);function E3(r,f=!1){return f?{h:Number(r&Z1),l:Number(r>>bS&Z1)}:{h:Number(r>>bS&Z1)|0,l:Number(r&Z1)|0}}function C3(r,f=!1){const p=r.length;let y=new Uint32Array(p),v=new Uint32Array(p);for(let b=0;b<p;b++){const{h:w,l:C}=E3(r[b],f);[y[b],v[b]]=[w,C]}return[y,v]}const O3=(r,f,p)=>r<<p|f>>>32-p,x3=(r,f,p)=>f<<p|r>>>32-p,R3=(r,f,p)=>f<<p-32|r>>>64-p,D3=(r,f,p)=>r<<p-32|f>>>64-p,N3=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Gc=new Uint32Array(64);class M3 extends w3{constructor(f=32){super(64,f,8,!1),this.A=qc[0]|0,this.B=qc[1]|0,this.C=qc[2]|0,this.D=qc[3]|0,this.E=qc[4]|0,this.F=qc[5]|0,this.G=qc[6]|0,this.H=qc[7]|0}get(){const{A:f,B:p,C:y,D:v,E:b,F:w,G:C,H:R}=this;return[f,p,y,v,b,w,C,R]}set(f,p,y,v,b,w,C,R){this.A=f|0,this.B=p|0,this.C=y|0,this.D=v|0,this.E=b|0,this.F=w|0,this.G=C|0,this.H=R|0}process(f,p){for(let Q=0;Q<16;Q++,p+=4)Gc[Q]=f.getUint32(p,!1);for(let Q=16;Q<64;Q++){const M=Gc[Q-15],X=Gc[Q-2],te=Us(M,7)^Us(M,18)^M>>>3,ie=Us(X,17)^Us(X,19)^X>>>10;Gc[Q]=ie+Gc[Q-7]+te+Gc[Q-16]|0}let{A:y,B:v,C:b,D:w,E:C,F:R,G:_,H:ue}=this;for(let Q=0;Q<64;Q++){const M=Us(C,6)^Us(C,11)^Us(C,25),X=ue+M+S3(C,R,_)+N3[Q]+Gc[Q]|0,ie=(Us(y,2)^Us(y,13)^Us(y,22))+T3(y,v,b)|0;ue=_,_=R,R=C,C=w+X|0,w=b,b=v,v=y,y=X+ie|0}y=y+this.A|0,v=v+this.B|0,b=b+this.C|0,w=w+this.D|0,C=C+this.E|0,R=R+this.F|0,_=_+this.G|0,ue=ue+this.H|0,this.set(y,v,b,w,C,R,_,ue)}roundClean(){Xh(Gc)}destroy(){this.set(0,0,0,0,0,0,0,0),Xh(this.buffer)}}const k3=vS(()=>new M3);function B3(r,f){return k3(b0(r,{strict:!1})?Rv(r):r)}function U3(r){const{commitment:f,version:p=1}=r,y=r.to??(typeof f=="string"?"hex":"bytes"),v=B3(f);return v.set([p],0),y==="bytes"?v:Ou(v)}function z3(r){const{commitments:f,version:p}=r,y=r.to??(typeof f[0]=="string"?"hex":"bytes"),v=[];for(const b of f)v.push(U3({commitment:b,to:y,version:p}));return v}const AS=6,SS=32,Bv=4096,TS=SS*Bv,wS=TS*AS-1-1*Bv*AS,ES=1;class _3 extends Et{constructor({maxSize:f,size:p}){super("Blob size is too large.",{metaMessages:[`Max: ${f} bytes`,`Given: ${p} bytes`],name:"BlobSizeTooLargeError"})}}class CS extends Et{constructor(){super("Blob data must not be empty.",{name:"EmptyBlobError"})}}class H3 extends Et{constructor({hash:f,size:p}){super(`Versioned hash "${f}" size is invalid.`,{metaMessages:["Expected: 32",`Received: ${p}`],name:"InvalidVersionedHashSizeError"})}}class L3 extends Et{constructor({hash:f,version:p}){super(`Versioned hash "${f}" version is invalid.`,{metaMessages:[`Expected: ${ES}`,`Received: ${p}`],name:"InvalidVersionedHashVersionError"})}}function j3(r){const f=r.to??(typeof r.data=="string"?"hex":"bytes"),p=typeof r.data=="string"?Rf(r.data):r.data,y=oo(p);if(!y)throw new CS;if(y>wS)throw new _3({maxSize:wS,size:y});const v=[];let b=!0,w=0;for(;b;){const C=uS(new Uint8Array(TS));let R=0;for(;R<Bv;){const _=p.slice(w,w+(SS-1));if(C.pushByte(0),C.pushBytes(_),_.length<31){C.pushByte(128),b=!1;break}R++,w+=31}v.push(C)}return f==="bytes"?v.map(C=>C.bytes):v.map(C=>Ou(C.bytes))}function Y3(r){const{data:f,kzg:p,to:y}=r,v=r.blobs??j3({data:f,to:y}),b=r.commitments??dS({blobs:v,kzg:p,to:y}),w=r.proofs??mS({blobs:v,commitments:b,kzg:p,to:y}),C=[];for(let R=0;R<v.length;R++)C.push({blob:v[R],commitment:b[R],proof:w[R]});return C}class zs extends Et{constructor({address:f}){super(`Address "${f}" is invalid.`,{metaMessages:["- Address must be a hex value of 20 bytes (40 hex characters).","- Address must match its checksum counterpart."],name:"InvalidAddressError"})}}class K1 extends Et{constructor({chainId:f}){super(typeof f=="number"?`Chain ID "${f}" is invalid.`:"Chain ID is invalid.",{name:"InvalidChainIdError"})}}class O0 extends Et{constructor({cause:f,message:p}={}){const y=p?.replace("execution reverted: ","")?.replace("execution reverted","");super(`Execution reverted ${y?`with reason: ${y}`:"for an unknown reason"}.`,{cause:f,name:"ExecutionRevertedError"})}}Object.defineProperty(O0,"code",{enumerable:!0,configurable:!0,writable:!0,value:3}),Object.defineProperty(O0,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/execution reverted|gas required exceeds allowance/});class kf extends Et{constructor({cause:f,maxFeePerGas:p}={}){super(`The fee cap (\`maxFeePerGas\`${p?` = ${Mf(p)} gwei`:""}) cannot be higher than the maximum allowed value (2^256-1).`,{cause:f,name:"FeeCapTooHighError"})}}Object.defineProperty(kf,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas higher than 2\^256-1|fee cap higher than 2\^256-1/});class Uv extends Et{constructor({cause:f,maxFeePerGas:p}={}){super(`The fee cap (\`maxFeePerGas\`${p?` = ${Mf(p)}`:""} gwei) cannot be lower than the block base fee.`,{cause:f,name:"FeeCapTooLowError"})}}Object.defineProperty(Uv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas less than block base fee|fee cap less than block base fee|transaction is outdated/});class zv extends Et{constructor({cause:f,nonce:p}={}){super(`Nonce provided for the transaction ${p?`(${p}) `:""}is higher than the next one expected.`,{cause:f,name:"NonceTooHighError"})}}Object.defineProperty(zv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too high/});class _v extends Et{constructor({cause:f,nonce:p}={}){super([`Nonce provided for the transaction ${p?`(${p}) `:""}is lower than the current nonce of the account.`,"Try increasing the nonce or find the latest nonce with `getTransactionCount`."].join(`
|
|
323
|
+
`);super(w,p.cause?{cause:p.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),this.details=y,this.docsPath=v,this.metaMessages=p.metaMessages,this.name=p.name??this.name,this.shortMessage=f,this.version=$A}walk(f){return PA(this,f)}}function PA(r,f){return f?.(r)?r:r&&typeof r=="object"&&"cause"in r&&r.cause!==void 0?PA(r.cause,f):f?null:r}class xv extends Et{constructor({max:f,min:p,signed:y,size:v,value:b}){super(`Number "${b}" is not in safe ${v?`${v*8}-bit ${y?"signed":"unsigned"} `:""}integer range ${f?`(${p} to ${f})`:`(above ${p})`}`,{name:"IntegerOutOfRangeError"})}}class HT extends Et{constructor({givenSize:f,maxSize:p}){super(`Size cannot exceed ${p} bytes. Given size: ${f} bytes.`,{name:"SizeOverflowError"})}}function A0(r,{strict:f=!0}={}){return!r||typeof r!="string"?!1:f?/^0x[0-9a-fA-F]*$/.test(r):r.startsWith("0x")}function oo(r){return A0(r,{strict:!1})?Math.ceil((r.length-2)/2):r.length}function I1(r,{dir:f="left"}={}){let p=typeof r=="string"?r.replace("0x",""):r,y=0;for(let v=0;v<p.length-1&&p[f==="left"?v:p.length-v-1].toString()==="0";v++)y++;return p=f==="left"?p.slice(y):p.slice(0,p.length-y),typeof r=="string"?(p.length===1&&f==="right"&&(p=`${p}0`),`0x${p.length%2===1?`0${p}`:p}`):p}class eS extends Et{constructor({offset:f,position:p,size:y}){super(`Slice ${p==="start"?"starting":"ending"} at offset "${f}" is out-of-bounds (size: ${y}).`,{name:"SliceOffsetOutOfBoundsError"})}}class tS extends Et{constructor({size:f,targetSize:p,type:y}){super(`${y.charAt(0).toUpperCase()}${y.slice(1).toLowerCase()} size (${f}) exceeds padding size (${p}).`,{name:"SizeExceedsPaddingSizeError"})}}function S0(r,{dir:f,size:p=32}={}){return typeof r=="string"?Yc(r,{dir:f,size:p}):LT(r,{dir:f,size:p})}function Yc(r,{dir:f,size:p=32}={}){if(p===null)return r;const y=r.replace("0x","");if(y.length>p*2)throw new tS({size:Math.ceil(y.length/2),targetSize:p,type:"hex"});return`0x${y[f==="right"?"padEnd":"padStart"](p*2,"0")}`}function LT(r,{dir:f,size:p=32}={}){if(p===null)return r;if(r.length>p)throw new tS({size:r.length,targetSize:p,type:"bytes"});const y=new Uint8Array(p);for(let v=0;v<p;v++){const b=f==="right";y[b?v:p-v-1]=r[b?v:r.length-v-1]}return y}const jT=Array.from({length:256},(r,f)=>f.toString(16).padStart(2,"0"));function T0(r,f={}){return typeof r=="number"||typeof r=="bigint"?At(r,f):typeof r=="string"?aS(r,f):typeof r=="boolean"?nS(r,f):Ou(r,f)}function nS(r,f={}){const p=`0x${Number(r)}`;return typeof f.size=="number"?(w0(p,{size:f.size}),S0(p,{size:f.size})):p}function Ou(r,f={}){let p="";for(let v=0;v<r.length;v++)p+=jT[r[v]];const y=`0x${p}`;return typeof f.size=="number"?(w0(y,{size:f.size}),S0(y,{dir:"right",size:f.size})):y}function At(r,f={}){const{signed:p,size:y}=f,v=BigInt(r);let b;y?p?b=(1n<<BigInt(y)*8n-1n)-1n:b=2n**(BigInt(y)*8n)-1n:typeof r=="number"&&(b=BigInt(Number.MAX_SAFE_INTEGER));const w=typeof b=="bigint"&&p?-b-1n:0;if(b&&v>b||v<w){const R=typeof r=="bigint"?"n":"";throw new xv({max:b?`${b}${R}`:void 0,min:`${w}${R}`,signed:p,size:y,value:`${r}${R}`})}const C=`0x${(p&&v<0?(1n<<BigInt(y*8))+BigInt(v):v).toString(16)}`;return y?S0(C,{size:y}):C}const YT=new TextEncoder;function aS(r,f={}){const p=YT.encode(r);return Ou(p,f)}const qT=new TextEncoder;function Rv(r,f={}){return typeof r=="number"||typeof r=="bigint"?VT(r,f):typeof r=="boolean"?GT(r,f):A0(r)?Rf(r,f):oS(r,f)}function GT(r,f={}){const p=new Uint8Array(1);return p[0]=Number(r),typeof f.size=="number"?(w0(p,{size:f.size}),S0(p,{size:f.size})):p}const xu={zero:48,nine:57,A:65,F:70,a:97,f:102};function lS(r){if(r>=xu.zero&&r<=xu.nine)return r-xu.zero;if(r>=xu.A&&r<=xu.F)return r-(xu.A-10);if(r>=xu.a&&r<=xu.f)return r-(xu.a-10)}function Rf(r,f={}){let p=r;f.size&&(w0(p,{size:f.size}),p=S0(p,{dir:"right",size:f.size}));let y=p.slice(2);y.length%2&&(y=`0${y}`);const v=y.length/2,b=new Uint8Array(v);for(let w=0,C=0;w<v;w++){const R=lS(y.charCodeAt(C++)),_=lS(y.charCodeAt(C++));if(R===void 0||_===void 0)throw new Et(`Invalid byte sequence ("${y[C-2]}${y[C-1]}" in "${y}").`);b[w]=R*16+_}return b}function VT(r,f){const p=At(r,f);return Rf(p)}function oS(r,f={}){const p=qT.encode(r);return typeof f.size=="number"?(w0(p,{size:f.size}),S0(p,{dir:"right",size:f.size})):p}function w0(r,{size:f}){if(oo(r)>f)throw new HT({givenSize:oo(r),maxSize:f})}function E0(r,f={}){const{signed:p}=f;f.size&&w0(r,{size:f.size});const y=BigInt(r);if(!p)return y;const v=(r.length-2)/2,b=(1n<<BigInt(v)*8n-1n)-1n;return y<=b?y:y-BigInt(`0x${"f".padStart(v*2,"f")}`)-1n}function J1(r,f={}){const p=E0(r,f),y=Number(p);if(!Number.isSafeInteger(y))throw new xv({max:`${Number.MAX_SAFE_INTEGER}`,min:`${Number.MIN_SAFE_INTEGER}`,signed:f.signed,size:f.size,value:`${p}n`});return y}function Dv(r,f){return({exclude:p,format:y})=>({exclude:p,format:(v,b)=>{const w=f(v,b);if(p)for(const C of p)delete w[C];return{...w,...y(v,b)}},type:r})}const iS={"0x0":"legacy","0x1":"eip2930","0x2":"eip1559","0x3":"eip4844","0x4":"eip7702"};function Nv(r,f){const p={...r,blockHash:r.blockHash?r.blockHash:null,blockNumber:r.blockNumber?BigInt(r.blockNumber):null,chainId:r.chainId?J1(r.chainId):void 0,gas:r.gas?BigInt(r.gas):void 0,gasPrice:r.gasPrice?BigInt(r.gasPrice):void 0,maxFeePerBlobGas:r.maxFeePerBlobGas?BigInt(r.maxFeePerBlobGas):void 0,maxFeePerGas:r.maxFeePerGas?BigInt(r.maxFeePerGas):void 0,maxPriorityFeePerGas:r.maxPriorityFeePerGas?BigInt(r.maxPriorityFeePerGas):void 0,nonce:r.nonce?J1(r.nonce):void 0,to:r.to?r.to:null,transactionIndex:r.transactionIndex?Number(r.transactionIndex):null,type:r.type?iS[r.type]:void 0,typeHex:r.type?r.type:void 0,value:r.value?BigInt(r.value):void 0,v:r.v?BigInt(r.v):void 0};return r.authorizationList&&(p.authorizationList=XT(r.authorizationList)),p.yParity=(()=>{if(r.yParity)return Number(r.yParity);if(typeof p.v=="bigint"){if(p.v===0n||p.v===27n)return 0;if(p.v===1n||p.v===28n)return 1;if(p.v>=35n)return p.v%2n===0n?1:0}})(),p.type==="legacy"&&(delete p.accessList,delete p.maxFeePerBlobGas,delete p.maxFeePerGas,delete p.maxPriorityFeePerGas,delete p.yParity),p.type==="eip2930"&&(delete p.maxFeePerBlobGas,delete p.maxFeePerGas,delete p.maxPriorityFeePerGas),p.type==="eip1559"&&delete p.maxFeePerBlobGas,p}const QT=Dv("transaction",Nv);function XT(r){return r.map(f=>({address:f.address,chainId:Number(f.chainId),nonce:Number(f.nonce),r:f.r,s:f.s,yParity:Number(f.yParity)}))}function IT(r,f){const p=(r.transactions??[]).map(y=>typeof y=="string"?y:Nv(y));return{...r,baseFeePerGas:r.baseFeePerGas?BigInt(r.baseFeePerGas):null,blobGasUsed:r.blobGasUsed?BigInt(r.blobGasUsed):void 0,difficulty:r.difficulty?BigInt(r.difficulty):void 0,excessBlobGas:r.excessBlobGas?BigInt(r.excessBlobGas):void 0,gasLimit:r.gasLimit?BigInt(r.gasLimit):void 0,gasUsed:r.gasUsed?BigInt(r.gasUsed):void 0,hash:r.hash?r.hash:null,logsBloom:r.logsBloom?r.logsBloom:null,nonce:r.nonce?r.nonce:null,number:r.number?BigInt(r.number):null,size:r.size?BigInt(r.size):void 0,timestamp:r.timestamp?BigInt(r.timestamp):void 0,transactions:p,totalDifficulty:r.totalDifficulty?BigInt(r.totalDifficulty):null}}const JT=Dv("block",IT);function FT(r,{args:f,eventName:p}={}){return{...r,blockHash:r.blockHash?r.blockHash:null,blockNumber:r.blockNumber?BigInt(r.blockNumber):null,blockTimestamp:r.blockTimestamp?BigInt(r.blockTimestamp):r.blockTimestamp===null?null:void 0,logIndex:r.logIndex?Number(r.logIndex):null,transactionHash:r.transactionHash?r.transactionHash:null,transactionIndex:r.transactionIndex?Number(r.transactionIndex):null,...p?{args:f,eventName:p}:{}}}const ZT={"0x0":"reverted","0x1":"success"};function KT(r,f){const p={...r,blockNumber:r.blockNumber?BigInt(r.blockNumber):null,contractAddress:r.contractAddress?r.contractAddress:null,cumulativeGasUsed:r.cumulativeGasUsed?BigInt(r.cumulativeGasUsed):null,effectiveGasPrice:r.effectiveGasPrice?BigInt(r.effectiveGasPrice):null,gasUsed:r.gasUsed?BigInt(r.gasUsed):null,logs:r.logs?r.logs.map(y=>FT(y)):null,to:r.to?r.to:null,transactionIndex:r.transactionIndex?J1(r.transactionIndex):null,status:r.status?ZT[r.status]:null,type:r.type?iS[r.type]||r.type:null};return r.blobGasPrice&&(p.blobGasPrice=BigInt(r.blobGasPrice)),r.blobGasUsed&&(p.blobGasUsed=BigInt(r.blobGasUsed)),p}const WT=Dv("transactionReceipt",KT),$T={legacy:"0x0",eip2930:"0x1",eip1559:"0x2",eip4844:"0x3",eip7702:"0x4"};function PT(r,f){const p={};return typeof r.authorizationList<"u"&&(p.authorizationList=e3(r.authorizationList)),typeof r.accessList<"u"&&(p.accessList=r.accessList),typeof r.blobVersionedHashes<"u"&&(p.blobVersionedHashes=r.blobVersionedHashes),typeof r.blobs<"u"&&(typeof r.blobs[0]!="string"?p.blobs=r.blobs.map(y=>Ou(y)):p.blobs=r.blobs),typeof r.data<"u"&&(p.data=r.data),r.account&&(p.from=r.account.address),typeof r.from<"u"&&(p.from=r.from),typeof r.gas<"u"&&(p.gas=At(r.gas)),typeof r.gasPrice<"u"&&(p.gasPrice=At(r.gasPrice)),typeof r.maxFeePerBlobGas<"u"&&(p.maxFeePerBlobGas=At(r.maxFeePerBlobGas)),typeof r.maxFeePerGas<"u"&&(p.maxFeePerGas=At(r.maxFeePerGas)),typeof r.maxPriorityFeePerGas<"u"&&(p.maxPriorityFeePerGas=At(r.maxPriorityFeePerGas)),typeof r.nonce<"u"&&(p.nonce=At(r.nonce)),typeof r.to<"u"&&(p.to=r.to),typeof r.type<"u"&&(p.type=$T[r.type]),typeof r.value<"u"&&(p.value=At(r.value)),p}function e3(r){return r.map(f=>({address:f.address,r:f.r?At(BigInt(f.r)):f.r,s:f.s?At(BigInt(f.s)):f.s,chainId:At(f.chainId),nonce:At(f.nonce),...typeof f.yParity<"u"?{yParity:At(f.yParity)}:{},...typeof f.v<"u"&&typeof f.yParity>"u"?{v:At(f.v)}:{}}))}const C0=2n**256n-1n;function O0(r){return typeof r[0]=="string"?Df(r):t3(r)}function t3(r){let f=0;for(const v of r)f+=v.length;const p=new Uint8Array(f);let y=0;for(const v of r)p.set(v,y),y+=v.length;return p}function Df(r){return`0x${r.reduce((f,p)=>f+p.replace("0x",""),"")}`}class sS extends Et{constructor({offset:f}){super(`Offset \`${f}\` cannot be negative.`,{name:"NegativeOffsetError"})}}class n3 extends Et{constructor({length:f,position:p}){super(`Position \`${p}\` is out of bounds (\`0 < position < ${f}\`).`,{name:"PositionOutOfBoundsError"})}}class a3 extends Et{constructor({count:f,limit:p}){super(`Recursive read limit of \`${p}\` exceeded (recursive read count: \`${f}\`).`,{name:"RecursiveReadLimitExceededError"})}}const l3={bytes:new Uint8Array,dataView:new DataView(new ArrayBuffer(0)),position:0,positionReadCount:new Map,recursiveReadCount:0,recursiveReadLimit:Number.POSITIVE_INFINITY,assertReadLimit(){if(this.recursiveReadCount>=this.recursiveReadLimit)throw new a3({count:this.recursiveReadCount+1,limit:this.recursiveReadLimit})},assertPosition(r){if(r<0||r>this.bytes.length-1)throw new n3({length:this.bytes.length,position:r})},decrementPosition(r){if(r<0)throw new sS({offset:r});const f=this.position-r;this.assertPosition(f),this.position=f},getReadCount(r){return this.positionReadCount.get(r||this.position)||0},incrementPosition(r){if(r<0)throw new sS({offset:r});const f=this.position+r;this.assertPosition(f),this.position=f},inspectByte(r){const f=r??this.position;return this.assertPosition(f),this.bytes[f]},inspectBytes(r,f){const p=f??this.position;return this.assertPosition(p+r-1),this.bytes.subarray(p,p+r)},inspectUint8(r){const f=r??this.position;return this.assertPosition(f),this.bytes[f]},inspectUint16(r){const f=r??this.position;return this.assertPosition(f+1),this.dataView.getUint16(f)},inspectUint24(r){const f=r??this.position;return this.assertPosition(f+2),(this.dataView.getUint16(f)<<8)+this.dataView.getUint8(f+2)},inspectUint32(r){const f=r??this.position;return this.assertPosition(f+3),this.dataView.getUint32(f)},pushByte(r){this.assertPosition(this.position),this.bytes[this.position]=r,this.position++},pushBytes(r){this.assertPosition(this.position+r.length-1),this.bytes.set(r,this.position),this.position+=r.length},pushUint8(r){this.assertPosition(this.position),this.bytes[this.position]=r,this.position++},pushUint16(r){this.assertPosition(this.position+1),this.dataView.setUint16(this.position,r),this.position+=2},pushUint24(r){this.assertPosition(this.position+2),this.dataView.setUint16(this.position,r>>8),this.dataView.setUint8(this.position+2,r&255),this.position+=3},pushUint32(r){this.assertPosition(this.position+3),this.dataView.setUint32(this.position,r),this.position+=4},readByte(){this.assertReadLimit(),this._touch();const r=this.inspectByte();return this.position++,r},readBytes(r,f){this.assertReadLimit(),this._touch();const p=this.inspectBytes(r);return this.position+=f??r,p},readUint8(){this.assertReadLimit(),this._touch();const r=this.inspectUint8();return this.position+=1,r},readUint16(){this.assertReadLimit(),this._touch();const r=this.inspectUint16();return this.position+=2,r},readUint24(){this.assertReadLimit(),this._touch();const r=this.inspectUint24();return this.position+=3,r},readUint32(){this.assertReadLimit(),this._touch();const r=this.inspectUint32();return this.position+=4,r},get remaining(){return this.bytes.length-this.position},setPosition(r){const f=this.position;return this.assertPosition(r),this.position=r,()=>this.position=f},_touch(){if(this.recursiveReadLimit===Number.POSITIVE_INFINITY)return;const r=this.getReadCount();this.positionReadCount.set(this.position,r+1),r>0&&this.recursiveReadCount++}};function uS(r,{recursiveReadLimit:f=8192}={}){const p=Object.create(l3);return p.bytes=r,p.dataView=new DataView(r.buffer??r,r.byteOffset,r.byteLength),p.positionReadCount=new Map,p.recursiveReadLimit=f,p}function Nf(r,f="hex"){const p=cS(r),y=uS(new Uint8Array(p.length));return p.encode(y),f==="hex"?Ou(y.bytes):y.bytes}function cS(r){return Array.isArray(r)?o3(r.map(f=>cS(f))):i3(r)}function o3(r){const f=r.reduce((v,b)=>v+b.length,0),p=rS(f);return{length:f<=55?1+f:1+p+f,encode(v){f<=55?v.pushByte(192+f):(v.pushByte(247+p),p===1?v.pushUint8(f):p===2?v.pushUint16(f):p===3?v.pushUint24(f):v.pushUint32(f));for(const{encode:b}of r)b(v)}}}function i3(r){const f=typeof r=="string"?Rf(r):r,p=rS(f.length);return{length:f.length===1&&f[0]<128?1:f.length<=55?1+f.length:1+p+f.length,encode(v){f.length===1&&f[0]<128?v.pushBytes(f):f.length<=55?(v.pushByte(128+f.length),v.pushBytes(f)):(v.pushByte(183+p),p===1?v.pushUint8(f.length):p===2?v.pushUint16(f.length):p===3?v.pushUint24(f.length):v.pushUint32(f.length),v.pushBytes(f))}}}function rS(r){if(r<2**8)return 1;if(r<2**16)return 2;if(r<2**24)return 3;if(r<2**32)return 4;throw new Et("Length is too large.")}const s3={gwei:9,wei:18},u3={ether:-9,wei:9};function wa(r,f){let p=r.toString();const y=p.startsWith("-");y&&(p=p.slice(1)),p=p.padStart(f,"0");let[v,b]=[p.slice(0,p.length-f),p.slice(p.length-f)];return b=b.replace(/(0+)$/,""),`${y?"-":""}${v||"0"}${b?`.${b}`:""}`}function c3(r,f="wei"){return wa(r,s3[f])}function Mf(r,f="wei"){return wa(r,u3[f])}function fS(r){const f=Object.entries(r).map(([y,v])=>v===void 0||v===!1?null:[y,v]).filter(Boolean),p=f.reduce((y,[v])=>Math.max(y,v.length),0);return f.map(([y,v])=>` ${`${y}:`.padEnd(p+1)} ${v}`).join(`
|
|
324
|
+
`)}class r3 extends Et{constructor({v:f}){super(`Invalid \`v\` value "${f}". Expected 27 or 28.`,{name:"InvalidLegacyVError"})}}class f3 extends Et{constructor({transaction:f}){super("Cannot infer a transaction type from provided transaction.",{metaMessages:["Provided Transaction:","{",fS(f),"}","","To infer the type, either provide:","- a `type` to the Transaction, or","- an EIP-1559 Transaction with `maxFeePerGas`, or","- an EIP-2930 Transaction with `gasPrice` & `accessList`, or","- an EIP-4844 Transaction with `blobs`, `blobVersionedHashes`, `sidecars`, or","- an EIP-7702 Transaction with `authorizationList`, or","- a Legacy Transaction with `gasPrice`"],name:"InvalidSerializableTransactionError"})}}class d3 extends Et{constructor({storageKey:f}){super(`Size for storage key "${f}" is invalid. Expected 32 bytes. Got ${Math.floor((f.length-2)/2)} bytes.`,{name:"InvalidStorageKeySizeError"})}}function m3(r){if(!r||r.length===0)return[];const f=[];for(const p of r){const{chainId:y,nonce:v,...b}=p,w=p.address;f.push([y?T0(y):"0x",w,v?T0(v):"0x",...Fh({},b)])}return f}function dS(r){const{kzg:f}=r,p=r.to??(typeof r.blobs[0]=="string"?"hex":"bytes"),y=typeof r.blobs[0]=="string"?r.blobs.map(b=>Rf(b)):r.blobs,v=[];for(const b of y)v.push(Uint8Array.from(f.blobToKzgCommitment(b)));return p==="bytes"?v:v.map(b=>Ou(b))}function mS(r){const{kzg:f}=r,p=r.to??(typeof r.blobs[0]=="string"?"hex":"bytes"),y=typeof r.blobs[0]=="string"?r.blobs.map(w=>Rf(w)):r.blobs,v=typeof r.commitments[0]=="string"?r.commitments.map(w=>Rf(w)):r.commitments,b=[];for(let w=0;w<y.length;w++){const C=y[w],R=v[w];b.push(Uint8Array.from(f.computeBlobKzgProof(C,R)))}return p==="bytes"?b:b.map(w=>Ou(w))}function h3(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function hS(r){if(!Number.isSafeInteger(r)||r<0)throw new Error("positive integer expected, got "+r)}function Qh(r,...f){if(!h3(r))throw new Error("Uint8Array expected");if(f.length>0&&!f.includes(r.length))throw new Error("Uint8Array expected of length "+f+", got length="+r.length)}function F1(r,f=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(f&&r.finished)throw new Error("Hash#digest() has already been called")}function pS(r,f){Qh(r);const p=f.outputLen;if(r.length<p)throw new Error("digestInto() expects output buffer of length at least "+p)}function p3(r){return new Uint32Array(r.buffer,r.byteOffset,Math.floor(r.byteLength/4))}function Xh(...r){for(let f=0;f<r.length;f++)r[f].fill(0)}function Mv(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function Us(r,f){return r<<32-f|r>>>f}const y3=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function g3(r){return r<<24&4278190080|r<<8&16711680|r>>>8&65280|r>>>24&255}function v3(r){for(let f=0;f<r.length;f++)r[f]=g3(r[f]);return r}const yS=y3?r=>r:v3;function b3(r){if(typeof r!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(r))}function kv(r){return typeof r=="string"&&(r=b3(r)),Qh(r),r}class gS{}function vS(r){const f=y=>r().update(kv(y)).digest(),p=r();return f.outputLen=p.outputLen,f.blockLen=p.blockLen,f.create=()=>r(),f}function A3(r,f,p,y){if(typeof r.setBigUint64=="function")return r.setBigUint64(f,p,y);const v=BigInt(32),b=BigInt(4294967295),w=Number(p>>v&b),C=Number(p&b),R=y?4:0,_=y?0:4;r.setUint32(f+R,w,y),r.setUint32(f+_,C,y)}function S3(r,f,p){return r&f^~r&p}function T3(r,f,p){return r&f^r&p^f&p}class w3 extends gS{constructor(f,p,y,v){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=f,this.outputLen=p,this.padOffset=y,this.isLE=v,this.buffer=new Uint8Array(f),this.view=Mv(this.buffer)}update(f){F1(this),f=kv(f),Qh(f);const{view:p,buffer:y,blockLen:v}=this,b=f.length;for(let w=0;w<b;){const C=Math.min(v-this.pos,b-w);if(C===v){const R=Mv(f);for(;v<=b-w;w+=v)this.process(R,w);continue}y.set(f.subarray(w,w+C),this.pos),this.pos+=C,w+=C,this.pos===v&&(this.process(p,0),this.pos=0)}return this.length+=f.length,this.roundClean(),this}digestInto(f){F1(this),pS(f,this),this.finished=!0;const{buffer:p,view:y,blockLen:v,isLE:b}=this;let{pos:w}=this;p[w++]=128,Xh(this.buffer.subarray(w)),this.padOffset>v-w&&(this.process(y,0),w=0);for(let Q=w;Q<v;Q++)p[Q]=0;A3(y,v-8,BigInt(this.length*8),b),this.process(y,0);const C=Mv(f),R=this.outputLen;if(R%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const _=R/4,ue=this.get();if(_>ue.length)throw new Error("_sha2: outputLen bigger than state");for(let Q=0;Q<_;Q++)C.setUint32(4*Q,ue[Q],b)}digest(){const{buffer:f,outputLen:p}=this;this.digestInto(f);const y=f.slice(0,p);return this.destroy(),y}_cloneInto(f){f||(f=new this.constructor),f.set(...this.get());const{blockLen:p,buffer:y,length:v,finished:b,destroyed:w,pos:C}=this;return f.destroyed=w,f.finished=b,f.length=v,f.pos=C,v%p&&f.buffer.set(y),f}clone(){return this._cloneInto()}}const qc=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Z1=BigInt(2**32-1),bS=BigInt(32);function E3(r,f=!1){return f?{h:Number(r&Z1),l:Number(r>>bS&Z1)}:{h:Number(r>>bS&Z1)|0,l:Number(r&Z1)|0}}function C3(r,f=!1){const p=r.length;let y=new Uint32Array(p),v=new Uint32Array(p);for(let b=0;b<p;b++){const{h:w,l:C}=E3(r[b],f);[y[b],v[b]]=[w,C]}return[y,v]}const O3=(r,f,p)=>r<<p|f>>>32-p,x3=(r,f,p)=>f<<p|r>>>32-p,R3=(r,f,p)=>f<<p-32|r>>>64-p,D3=(r,f,p)=>r<<p-32|f>>>64-p,N3=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Gc=new Uint32Array(64);class M3 extends w3{constructor(f=32){super(64,f,8,!1),this.A=qc[0]|0,this.B=qc[1]|0,this.C=qc[2]|0,this.D=qc[3]|0,this.E=qc[4]|0,this.F=qc[5]|0,this.G=qc[6]|0,this.H=qc[7]|0}get(){const{A:f,B:p,C:y,D:v,E:b,F:w,G:C,H:R}=this;return[f,p,y,v,b,w,C,R]}set(f,p,y,v,b,w,C,R){this.A=f|0,this.B=p|0,this.C=y|0,this.D=v|0,this.E=b|0,this.F=w|0,this.G=C|0,this.H=R|0}process(f,p){for(let Q=0;Q<16;Q++,p+=4)Gc[Q]=f.getUint32(p,!1);for(let Q=16;Q<64;Q++){const M=Gc[Q-15],X=Gc[Q-2],te=Us(M,7)^Us(M,18)^M>>>3,ie=Us(X,17)^Us(X,19)^X>>>10;Gc[Q]=ie+Gc[Q-7]+te+Gc[Q-16]|0}let{A:y,B:v,C:b,D:w,E:C,F:R,G:_,H:ue}=this;for(let Q=0;Q<64;Q++){const M=Us(C,6)^Us(C,11)^Us(C,25),X=ue+M+S3(C,R,_)+N3[Q]+Gc[Q]|0,ie=(Us(y,2)^Us(y,13)^Us(y,22))+T3(y,v,b)|0;ue=_,_=R,R=C,C=w+X|0,w=b,b=v,v=y,y=X+ie|0}y=y+this.A|0,v=v+this.B|0,b=b+this.C|0,w=w+this.D|0,C=C+this.E|0,R=R+this.F|0,_=_+this.G|0,ue=ue+this.H|0,this.set(y,v,b,w,C,R,_,ue)}roundClean(){Xh(Gc)}destroy(){this.set(0,0,0,0,0,0,0,0),Xh(this.buffer)}}const k3=vS(()=>new M3);function B3(r,f){return k3(A0(r,{strict:!1})?Rv(r):r)}function U3(r){const{commitment:f,version:p=1}=r,y=r.to??(typeof f=="string"?"hex":"bytes"),v=B3(f);return v.set([p],0),y==="bytes"?v:Ou(v)}function z3(r){const{commitments:f,version:p}=r,y=r.to??(typeof f[0]=="string"?"hex":"bytes"),v=[];for(const b of f)v.push(U3({commitment:b,to:y,version:p}));return v}const AS=6,SS=32,Bv=4096,TS=SS*Bv,wS=TS*AS-1-1*Bv*AS,ES=1;class _3 extends Et{constructor({maxSize:f,size:p}){super("Blob size is too large.",{metaMessages:[`Max: ${f} bytes`,`Given: ${p} bytes`],name:"BlobSizeTooLargeError"})}}class CS extends Et{constructor(){super("Blob data must not be empty.",{name:"EmptyBlobError"})}}class H3 extends Et{constructor({hash:f,size:p}){super(`Versioned hash "${f}" size is invalid.`,{metaMessages:["Expected: 32",`Received: ${p}`],name:"InvalidVersionedHashSizeError"})}}class L3 extends Et{constructor({hash:f,version:p}){super(`Versioned hash "${f}" version is invalid.`,{metaMessages:[`Expected: ${ES}`,`Received: ${p}`],name:"InvalidVersionedHashVersionError"})}}function j3(r){const f=r.to??(typeof r.data=="string"?"hex":"bytes"),p=typeof r.data=="string"?Rf(r.data):r.data,y=oo(p);if(!y)throw new CS;if(y>wS)throw new _3({maxSize:wS,size:y});const v=[];let b=!0,w=0;for(;b;){const C=uS(new Uint8Array(TS));let R=0;for(;R<Bv;){const _=p.slice(w,w+(SS-1));if(C.pushByte(0),C.pushBytes(_),_.length<31){C.pushByte(128),b=!1;break}R++,w+=31}v.push(C)}return f==="bytes"?v.map(C=>C.bytes):v.map(C=>Ou(C.bytes))}function Y3(r){const{data:f,kzg:p,to:y}=r,v=r.blobs??j3({data:f,to:y}),b=r.commitments??dS({blobs:v,kzg:p,to:y}),w=r.proofs??mS({blobs:v,commitments:b,kzg:p,to:y}),C=[];for(let R=0;R<v.length;R++)C.push({blob:v[R],commitment:b[R],proof:w[R]});return C}class zs extends Et{constructor({address:f}){super(`Address "${f}" is invalid.`,{metaMessages:["- Address must be a hex value of 20 bytes (40 hex characters).","- Address must match its checksum counterpart."],name:"InvalidAddressError"})}}class K1 extends Et{constructor({chainId:f}){super(typeof f=="number"?`Chain ID "${f}" is invalid.`:"Chain ID is invalid.",{name:"InvalidChainIdError"})}}class x0 extends Et{constructor({cause:f,message:p}={}){const y=p?.replace("execution reverted: ","")?.replace("execution reverted","");super(`Execution reverted ${y?`with reason: ${y}`:"for an unknown reason"}.`,{cause:f,name:"ExecutionRevertedError"})}}Object.defineProperty(x0,"code",{enumerable:!0,configurable:!0,writable:!0,value:3}),Object.defineProperty(x0,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/execution reverted|gas required exceeds allowance/});class kf extends Et{constructor({cause:f,maxFeePerGas:p}={}){super(`The fee cap (\`maxFeePerGas\`${p?` = ${Mf(p)} gwei`:""}) cannot be higher than the maximum allowed value (2^256-1).`,{cause:f,name:"FeeCapTooHighError"})}}Object.defineProperty(kf,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas higher than 2\^256-1|fee cap higher than 2\^256-1/});class Uv extends Et{constructor({cause:f,maxFeePerGas:p}={}){super(`The fee cap (\`maxFeePerGas\`${p?` = ${Mf(p)}`:""} gwei) cannot be lower than the block base fee.`,{cause:f,name:"FeeCapTooLowError"})}}Object.defineProperty(Uv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas less than block base fee|fee cap less than block base fee|transaction is outdated/});class zv extends Et{constructor({cause:f,nonce:p}={}){super(`Nonce provided for the transaction ${p?`(${p}) `:""}is higher than the next one expected.`,{cause:f,name:"NonceTooHighError"})}}Object.defineProperty(zv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too high/});class _v extends Et{constructor({cause:f,nonce:p}={}){super([`Nonce provided for the transaction ${p?`(${p}) `:""}is lower than the current nonce of the account.`,"Try increasing the nonce or find the latest nonce with `getTransactionCount`."].join(`
|
|
325
325
|
`),{cause:f,name:"NonceTooLowError"})}}Object.defineProperty(_v,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too low|transaction already imported|already known/});class Hv extends Et{constructor({cause:f,nonce:p}={}){super(`Nonce provided for the transaction ${p?`(${p}) `:""}exceeds the maximum allowed nonce.`,{cause:f,name:"NonceMaxValueError"})}}Object.defineProperty(Hv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce has max value/});class Lv extends Et{constructor({cause:f}={}){super(["The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account."].join(`
|
|
326
326
|
`),{cause:f,metaMessages:["This error could arise when the account does not have enough funds to:"," - pay for the total gas fee,"," - pay for the value to send."," ","The cost of the transaction is calculated as `gas * gas fee + value`, where:"," - `gas` is the amount of gas needed for transaction to execute,"," - `gas fee` is the gas fee,"," - `value` is the amount of ether to send to the recipient."],name:"InsufficientFundsError"})}}Object.defineProperty(Lv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/insufficient funds|exceeds transaction sender account balance/});class jv extends Et{constructor({cause:f,gas:p}={}){super(`The amount of gas ${p?`(${p}) `:""}provided for the transaction exceeds the limit allowed for the block.`,{cause:f,name:"IntrinsicGasTooHighError"})}}Object.defineProperty(jv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too high|gas limit reached/});class Yv extends Et{constructor({cause:f,gas:p}={}){super(`The amount of gas ${p?`(${p}) `:""}provided for the transaction is too low.`,{cause:f,name:"IntrinsicGasTooLowError"})}}Object.defineProperty(Yv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too low/});class qv extends Et{constructor({cause:f}){super("The transaction type is not supported for this chain.",{cause:f,name:"TransactionTypeNotSupportedError"})}}Object.defineProperty(qv,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/transaction type not valid/});class Ih extends Et{constructor({cause:f,maxPriorityFeePerGas:p,maxFeePerGas:y}={}){super([`The provided tip (\`maxPriorityFeePerGas\`${p?` = ${Mf(p)} gwei`:""}) cannot be higher than the fee cap (\`maxFeePerGas\`${y?` = ${Mf(y)} gwei`:""}).`].join(`
|
|
327
|
-
`),{cause:f,name:"TipAboveFeeCapError"})}}Object.defineProperty(Ih,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max priority fee per gas higher than max fee per gas|tip higher than fee cap/});class OS extends Et{constructor({cause:f}){super(`An error occurred while executing: ${f?.shortMessage}`,{cause:f,name:"UnknownNodeError"})}}class xS extends Map{constructor(f){super(),Object.defineProperty(this,"maxSize",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.maxSize=f}get(f){const p=super.get(f);return super.has(f)&&p!==void 0&&(this.delete(f),super.set(f,p)),p}set(f,p){if(super.set(f,p),this.maxSize&&this.size>this.maxSize){const y=this.keys().next().value;y&&this.delete(y)}return this}}const q3=BigInt(0),Jh=BigInt(1),G3=BigInt(2),V3=BigInt(7),Q3=BigInt(256),X3=BigInt(113),RS=[],DS=[],NS=[];for(let r=0,f=Jh,p=1,y=0;r<24;r++){[p,y]=[y,(2*p+3*y)%5],RS.push(2*(5*y+p)),DS.push((r+1)*(r+2)/2%64);let v=q3;for(let b=0;b<7;b++)f=(f<<Jh^(f>>V3)*X3)%Q3,f&G3&&(v^=Jh<<(Jh<<BigInt(b))-Jh);NS.push(v)}const MS=C3(NS,!0),I3=MS[0],J3=MS[1],kS=(r,f,p)=>p>32?R3(r,f,p):O3(r,f,p),BS=(r,f,p)=>p>32?D3(r,f,p):x3(r,f,p);function F3(r,f=24){const p=new Uint32Array(10);for(let y=24-f;y<24;y++){for(let w=0;w<10;w++)p[w]=r[w]^r[w+10]^r[w+20]^r[w+30]^r[w+40];for(let w=0;w<10;w+=2){const C=(w+8)%10,R=(w+2)%10,_=p[R],ue=p[R+1],Q=kS(_,ue,1)^p[C],M=BS(_,ue,1)^p[C+1];for(let X=0;X<50;X+=10)r[w+X]^=Q,r[w+X+1]^=M}let v=r[2],b=r[3];for(let w=0;w<24;w++){const C=DS[w],R=kS(v,b,C),_=BS(v,b,C),ue=RS[w];v=r[ue],b=r[ue+1],r[ue]=R,r[ue+1]=_}for(let w=0;w<50;w+=10){for(let C=0;C<10;C++)p[C]=r[w+C];for(let C=0;C<10;C++)r[w+C]^=~p[(C+2)%10]&p[(C+4)%10]}r[0]^=I3[y],r[1]^=J3[y]}Xh(p)}class Gv extends gS{constructor(f,p,y,v=!1,b=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=f,this.suffix=p,this.outputLen=y,this.enableXOF=v,this.rounds=b,hS(y),!(0<f&&f<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=p3(this.state)}clone(){return this._cloneInto()}keccak(){yS(this.state32),F3(this.state32,this.rounds),yS(this.state32),this.posOut=0,this.pos=0}update(f){F1(this),f=kv(f),Qh(f);const{blockLen:p,state:y}=this,v=f.length;for(let b=0;b<v;){const w=Math.min(p-this.pos,v-b);for(let C=0;C<w;C++)y[this.pos++]^=f[b++];this.pos===p&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:f,suffix:p,pos:y,blockLen:v}=this;f[y]^=p,(p&128)!==0&&y===v-1&&this.keccak(),f[v-1]^=128,this.keccak()}writeInto(f){F1(this,!1),Qh(f),this.finish();const p=this.state,{blockLen:y}=this;for(let v=0,b=f.length;v<b;){this.posOut>=y&&this.keccak();const w=Math.min(y-this.posOut,b-v);f.set(p.subarray(this.posOut,this.posOut+w),v),this.posOut+=w,v+=w}return f}xofInto(f){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(f)}xof(f){return hS(f),this.xofInto(new Uint8Array(f))}digestInto(f){if(pS(f,this),this.finished)throw new Error("digest() was already called");return this.writeInto(f),this.destroy(),f}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,Xh(this.state)}_cloneInto(f){const{blockLen:p,suffix:y,outputLen:v,rounds:b,enableXOF:w}=this;return f||(f=new Gv(p,y,v,w,b)),f.state32.set(this.state32),f.pos=this.pos,f.posOut=this.posOut,f.finished=this.finished,f.rounds=b,f.suffix=y,f.outputLen=v,f.enableXOF=w,f.destroyed=this.destroyed,f}}const Z3=(r,f,p)=>vS(()=>new Gv(f,r,p)),K3=Z3(1,136,256/8);function US(r,f){const p=f||"hex",y=K3(b0(r,{strict:!1})?Rv(r):r);return p==="bytes"?y:S0(y)}const Vv=new xS(8192);function W3(r,f){if(Vv.has(`${r}.${f}`))return Vv.get(`${r}.${f}`);const p=r.substring(2).toLowerCase(),y=US(oS(p),"bytes"),v=p.split("");for(let w=0;w<40;w+=2)y[w>>1]>>4>=8&&v[w]&&(v[w]=v[w].toUpperCase()),(y[w>>1]&15)>=8&&v[w+1]&&(v[w+1]=v[w+1].toUpperCase());const b=`0x${v.join("")}`;return Vv.set(`${r}.${f}`,b),b}const $3=/^0x[a-fA-F0-9]{40}$/,Qv=new xS(8192);function ja(r,f){const{strict:p=!0}=f??{},y=`${r}.${p}`;if(Qv.has(y))return Qv.get(y);const v=$3.test(r)?r.toLowerCase()===r?!0:p?W3(r)===r:!0:!1;return Qv.set(y,v),v}function Xv(r,f,p,{strict:y}={}){return b0(r,{strict:!1})?ew(r,f,p,{strict:y}):P3(r,f,p,{strict:y})}function zS(r,f){if(typeof f=="number"&&f>0&&f>oo(r)-1)throw new eS({offset:f,position:"start",size:oo(r)})}function _S(r,f,p){if(typeof f=="number"&&typeof p=="number"&&oo(r)!==p-f)throw new eS({offset:p,position:"end",size:oo(r)})}function P3(r,f,p,{strict:y}={}){zS(r,f);const v=r.slice(f,p);return y&&_S(v,f,p),v}function ew(r,f,p,{strict:y}={}){zS(r,f);const v=`0x${r.replace("0x","").slice((f??0)*2,(p??r.length)*2)}`;return y&&_S(v,f,p),v}function tw(r){const{authorizationList:f}=r;if(f)for(const p of f){const{chainId:y}=p,v=p.address;if(!ja(v))throw new zs({address:v});if(y<0)throw new K1({chainId:y})}Iv(r)}function nw(r){const{blobVersionedHashes:f}=r;if(f){if(f.length===0)throw new CS;for(const p of f){const y=oo(p),v=J1(Xv(p,0,1));if(y!==32)throw new H3({hash:p,size:y});if(v!==ES)throw new L3({hash:p,version:v})}}Iv(r)}function Iv(r){const{chainId:f,maxPriorityFeePerGas:p,maxFeePerGas:y,to:v}=r;if(f<=0)throw new K1({chainId:f});if(v&&!ja(v))throw new zs({address:v});if(y&&y>E0)throw new kf({maxFeePerGas:y});if(p&&y&&p>y)throw new Ih({maxFeePerGas:y,maxPriorityFeePerGas:p})}function aw(r){const{chainId:f,maxPriorityFeePerGas:p,gasPrice:y,maxFeePerGas:v,to:b}=r;if(f<=0)throw new K1({chainId:f});if(b&&!ja(b))throw new zs({address:b});if(p||v)throw new Et("`maxFeePerGas`/`maxPriorityFeePerGas` is not a valid EIP-2930 Transaction attribute.");if(y&&y>E0)throw new kf({maxFeePerGas:y})}function lw(r){const{chainId:f,maxPriorityFeePerGas:p,gasPrice:y,maxFeePerGas:v,to:b}=r;if(b&&!ja(b))throw new zs({address:b});if(typeof f<"u"&&f<=0)throw new K1({chainId:f});if(p||v)throw new Et("`maxFeePerGas`/`maxPriorityFeePerGas` is not a valid Legacy Transaction attribute.");if(y&&y>E0)throw new kf({maxFeePerGas:y})}function ow(r){if(r.type)return r.type;if(typeof r.authorizationList<"u")return"eip7702";if(typeof r.blobs<"u"||typeof r.blobVersionedHashes<"u"||typeof r.maxFeePerBlobGas<"u"||typeof r.sidecars<"u")return"eip4844";if(typeof r.maxFeePerGas<"u"||typeof r.maxPriorityFeePerGas<"u")return"eip1559";if(typeof r.gasPrice<"u")return typeof r.accessList<"u"?"eip2930":"legacy";throw new f3({transaction:r})}function W1(r){if(!r||r.length===0)return[];const f=[];for(let p=0;p<r.length;p++){const{address:y,storageKeys:v}=r[p];for(let b=0;b<v.length;b++)if(v[b].length-2!==64)throw new d3({storageKey:v[b]});if(!ja(y,{strict:!1}))throw new zs({address:y});f.push([y,v])}return f}function iw(r,f){const p=ow(r);return p==="eip1559"?cw(r,f):p==="eip2930"?rw(r,f):p==="eip4844"?uw(r,f):p==="eip7702"?sw(r,f):fw(r,f)}function sw(r,f){const{authorizationList:p,chainId:y,gas:v,nonce:b,to:w,value:C,maxFeePerGas:R,maxPriorityFeePerGas:_,accessList:ue,data:Q}=r;tw(r);const M=W1(ue),X=m3(p);return Df(["0x04",Nf([At(y),b?At(b):"0x",_?At(_):"0x",R?At(R):"0x",v?At(v):"0x",w??"0x",C?At(C):"0x",Q??"0x",M,X,...Fh(r,f)])])}function uw(r,f){const{chainId:p,gas:y,nonce:v,to:b,value:w,maxFeePerBlobGas:C,maxFeePerGas:R,maxPriorityFeePerGas:_,accessList:ue,data:Q}=r;nw(r);let M=r.blobVersionedHashes,X=r.sidecars;if(r.blobs&&(typeof M>"u"||typeof X>"u")){const Ne=typeof r.blobs[0]=="string"?r.blobs:r.blobs.map(rt=>Ou(rt)),je=r.kzg,lt=dS({blobs:Ne,kzg:je});if(typeof M>"u"&&(M=z3({commitments:lt})),typeof X>"u"){const rt=mS({blobs:Ne,commitments:lt,kzg:je});X=Y3({blobs:Ne,commitments:lt,proofs:rt})}}const te=W1(ue),ie=[At(p),v?At(v):"0x",_?At(_):"0x",R?At(R):"0x",y?At(y):"0x",b??"0x",w?At(w):"0x",Q??"0x",te,C?At(C):"0x",M??[],...Fh(r,f)],ne=[],Ie=[],ae=[];if(X)for(let Ne=0;Ne<X.length;Ne++){const{blob:je,commitment:lt,proof:rt}=X[Ne];ne.push(je),Ie.push(lt),ae.push(rt)}return Df(["0x03",Nf(X?[ie,ne,Ie,ae]:ie)])}function cw(r,f){const{chainId:p,gas:y,nonce:v,to:b,value:w,maxFeePerGas:C,maxPriorityFeePerGas:R,accessList:_,data:ue}=r;Iv(r);const Q=W1(_),M=[At(p),v?At(v):"0x",R?At(R):"0x",C?At(C):"0x",y?At(y):"0x",b??"0x",w?At(w):"0x",ue??"0x",Q,...Fh(r,f)];return Df(["0x02",Nf(M)])}function rw(r,f){const{chainId:p,gas:y,data:v,nonce:b,to:w,value:C,accessList:R,gasPrice:_}=r;aw(r);const ue=W1(R),Q=[At(p),b?At(b):"0x",_?At(_):"0x",y?At(y):"0x",w??"0x",C?At(C):"0x",v??"0x",ue,...Fh(r,f)];return Df(["0x01",Nf(Q)])}function fw(r,f){const{chainId:p=0,gas:y,data:v,nonce:b,to:w,value:C,gasPrice:R}=r;lw(r);let _=[b?At(b):"0x",R?At(R):"0x",y?At(y):"0x",w??"0x",C?At(C):"0x",v??"0x"];if(f){const ue=(()=>{if(f.v>=35n)return(f.v-35n)/2n>0?f.v:27n+(f.v===35n?0n:1n);if(p>0)return BigInt(p*2)+BigInt(35n+f.v-27n);const X=27n+(f.v===27n?0n:1n);if(f.v!==X)throw new r3({v:f.v});return X})(),Q=I1(f.r),M=I1(f.s);_=[..._,At(ue),Q==="0x00"?"0x":Q,M==="0x00"?"0x":M]}else p>0&&(_=[..._,At(p),"0x","0x"]);return Nf(_)}function Fh(r,f){const p=f??r,{v:y,yParity:v}=p;if(typeof p.r>"u")return[];if(typeof p.s>"u")return[];if(typeof y>"u"&&typeof v>"u")return[];const b=I1(p.r),w=I1(p.s);return[typeof v=="number"?v?At(1):"0x":y===0n?"0x":y===1n?At(1):y===27n?"0x":At(1),b==="0x00"?"0x":b,w==="0x00"?"0x":w]}const dw={gasPriceOracle:{address:"0x420000000000000000000000000000000000000F"},l1Block:{address:"0x4200000000000000000000000000000000000015"},l2CrossDomainMessenger:{address:"0x4200000000000000000000000000000000000007"},l2Erc721Bridge:{address:"0x4200000000000000000000000000000000000014"},l2StandardBridge:{address:"0x4200000000000000000000000000000000000010"},l2ToL1MessagePasser:{address:"0x4200000000000000000000000000000000000016"}},mw={block:JT({format(r){return{transactions:r.transactions?.map(p=>{if(typeof p=="string")return p;const y=Nv(p);return y.typeHex==="0x7e"&&(y.isSystemTx=p.isSystemTx,y.mint=p.mint?w0(p.mint):void 0,y.sourceHash=p.sourceHash,y.type="deposit"),y}),stateRoot:r.stateRoot}}}),transaction:QT({format(r){const f={};return r.type==="0x7e"&&(f.isSystemTx=r.isSystemTx,f.mint=r.mint?w0(r.mint):void 0,f.sourceHash=r.sourceHash,f.type="deposit"),f}}),transactionReceipt:WT({format(r){return{l1GasPrice:r.l1GasPrice?w0(r.l1GasPrice):null,l1GasUsed:r.l1GasUsed?w0(r.l1GasUsed):null,l1Fee:r.l1Fee?w0(r.l1Fee):null,l1FeeScalar:r.l1FeeScalar?Number(r.l1FeeScalar):null}}})};function hw(r,f){return gw(r)?yw(r):iw(r,f)}const pw={transaction:hw};function yw(r){vw(r);const{sourceHash:f,data:p,from:y,gas:v,isSystemTx:b,mint:w,to:C,value:R}=r,_=[f,y,C??"0x",w?S0(w):"0x",R?S0(R):"0x",v?S0(v):"0x",b?"0x1":"0x",p??"0x"];return Df(["0x7e",Nf(_)])}function gw(r){return r.type==="deposit"||typeof r.sourceHash<"u"}function vw(r){const{from:f,to:p}=r;if(f&&!ja(f))throw new zs({address:f});if(p&&!ja(p))throw new zs({address:p})}const $1={blockTime:2e3,contracts:dw,formatters:mw,serializers:pw},bw=Cu({id:42161,name:"Arbitrum One",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},blockTime:250,rpcUrls:{default:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Arbiscan",url:"https://arbiscan.io",apiUrl:"https://api.arbiscan.io/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:7654707}}}),Aw=Cu({id:43114,name:"Avalanche",blockTime:1700,nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{default:{name:"SnowTrace",url:"https://snowtrace.io",apiUrl:"https://api.snowtrace.io"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:11907934}}}),Zh=1,HS=Cu({...$1,id:8453,name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://mainnet.base.org"]}},blockExplorers:{default:{name:"Basescan",url:"https://basescan.org",apiUrl:"https://api.basescan.org/api"}},contracts:{...$1.contracts,disputeGameFactory:{[Zh]:{address:"0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e"}},l2OutputOracle:{[Zh]:{address:"0x56315b90c40730925ec5485cf004d835058518A0"}},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:5022},portal:{[Zh]:{address:"0x49048044D57e1C92A77f79988d21Fa8fAF74E97e",blockCreated:17482143}},l1StandardBridge:{[Zh]:{address:"0x3154Cf16ccdb4C6d922629664174b904d80F2C35",blockCreated:17482143}}},sourceId:Zh});({...HS});const Sw=Cu({id:56,name:"BNB Smart Chain",blockTime:750,nativeCurrency:{decimals:18,name:"BNB",symbol:"BNB"},rpcUrls:{default:{http:["https://56.rpc.thirdweb.com"]}},blockExplorers:{default:{name:"BscScan",url:"https://bscscan.com",apiUrl:"https://api.bscscan.com/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:15921452}}});function Jv(r){return typeof r=="string"?{address:r,type:"json-rpc"}:r}class Tw extends Et{constructor({docsPath:f}={}){super(["Could not find an Account to execute with this Action.","Please provide an Account with the `account` argument on the Action, or by supplying an `account` to the Client."].join(`
|
|
327
|
+
`),{cause:f,name:"TipAboveFeeCapError"})}}Object.defineProperty(Ih,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max priority fee per gas higher than max fee per gas|tip higher than fee cap/});class OS extends Et{constructor({cause:f}){super(`An error occurred while executing: ${f?.shortMessage}`,{cause:f,name:"UnknownNodeError"})}}class xS extends Map{constructor(f){super(),Object.defineProperty(this,"maxSize",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.maxSize=f}get(f){const p=super.get(f);return super.has(f)&&p!==void 0&&(this.delete(f),super.set(f,p)),p}set(f,p){if(super.set(f,p),this.maxSize&&this.size>this.maxSize){const y=this.keys().next().value;y&&this.delete(y)}return this}}const q3=BigInt(0),Jh=BigInt(1),G3=BigInt(2),V3=BigInt(7),Q3=BigInt(256),X3=BigInt(113),RS=[],DS=[],NS=[];for(let r=0,f=Jh,p=1,y=0;r<24;r++){[p,y]=[y,(2*p+3*y)%5],RS.push(2*(5*y+p)),DS.push((r+1)*(r+2)/2%64);let v=q3;for(let b=0;b<7;b++)f=(f<<Jh^(f>>V3)*X3)%Q3,f&G3&&(v^=Jh<<(Jh<<BigInt(b))-Jh);NS.push(v)}const MS=C3(NS,!0),I3=MS[0],J3=MS[1],kS=(r,f,p)=>p>32?R3(r,f,p):O3(r,f,p),BS=(r,f,p)=>p>32?D3(r,f,p):x3(r,f,p);function F3(r,f=24){const p=new Uint32Array(10);for(let y=24-f;y<24;y++){for(let w=0;w<10;w++)p[w]=r[w]^r[w+10]^r[w+20]^r[w+30]^r[w+40];for(let w=0;w<10;w+=2){const C=(w+8)%10,R=(w+2)%10,_=p[R],ue=p[R+1],Q=kS(_,ue,1)^p[C],M=BS(_,ue,1)^p[C+1];for(let X=0;X<50;X+=10)r[w+X]^=Q,r[w+X+1]^=M}let v=r[2],b=r[3];for(let w=0;w<24;w++){const C=DS[w],R=kS(v,b,C),_=BS(v,b,C),ue=RS[w];v=r[ue],b=r[ue+1],r[ue]=R,r[ue+1]=_}for(let w=0;w<50;w+=10){for(let C=0;C<10;C++)p[C]=r[w+C];for(let C=0;C<10;C++)r[w+C]^=~p[(C+2)%10]&p[(C+4)%10]}r[0]^=I3[y],r[1]^=J3[y]}Xh(p)}class Gv extends gS{constructor(f,p,y,v=!1,b=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=f,this.suffix=p,this.outputLen=y,this.enableXOF=v,this.rounds=b,hS(y),!(0<f&&f<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=p3(this.state)}clone(){return this._cloneInto()}keccak(){yS(this.state32),F3(this.state32,this.rounds),yS(this.state32),this.posOut=0,this.pos=0}update(f){F1(this),f=kv(f),Qh(f);const{blockLen:p,state:y}=this,v=f.length;for(let b=0;b<v;){const w=Math.min(p-this.pos,v-b);for(let C=0;C<w;C++)y[this.pos++]^=f[b++];this.pos===p&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:f,suffix:p,pos:y,blockLen:v}=this;f[y]^=p,(p&128)!==0&&y===v-1&&this.keccak(),f[v-1]^=128,this.keccak()}writeInto(f){F1(this,!1),Qh(f),this.finish();const p=this.state,{blockLen:y}=this;for(let v=0,b=f.length;v<b;){this.posOut>=y&&this.keccak();const w=Math.min(y-this.posOut,b-v);f.set(p.subarray(this.posOut,this.posOut+w),v),this.posOut+=w,v+=w}return f}xofInto(f){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(f)}xof(f){return hS(f),this.xofInto(new Uint8Array(f))}digestInto(f){if(pS(f,this),this.finished)throw new Error("digest() was already called");return this.writeInto(f),this.destroy(),f}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,Xh(this.state)}_cloneInto(f){const{blockLen:p,suffix:y,outputLen:v,rounds:b,enableXOF:w}=this;return f||(f=new Gv(p,y,v,w,b)),f.state32.set(this.state32),f.pos=this.pos,f.posOut=this.posOut,f.finished=this.finished,f.rounds=b,f.suffix=y,f.outputLen=v,f.enableXOF=w,f.destroyed=this.destroyed,f}}const Z3=(r,f,p)=>vS(()=>new Gv(f,r,p)),K3=Z3(1,136,256/8);function US(r,f){const p=f||"hex",y=K3(A0(r,{strict:!1})?Rv(r):r);return p==="bytes"?y:T0(y)}const Vv=new xS(8192);function W3(r,f){if(Vv.has(`${r}.${f}`))return Vv.get(`${r}.${f}`);const p=r.substring(2).toLowerCase(),y=US(oS(p),"bytes"),v=p.split("");for(let w=0;w<40;w+=2)y[w>>1]>>4>=8&&v[w]&&(v[w]=v[w].toUpperCase()),(y[w>>1]&15)>=8&&v[w+1]&&(v[w+1]=v[w+1].toUpperCase());const b=`0x${v.join("")}`;return Vv.set(`${r}.${f}`,b),b}const $3=/^0x[a-fA-F0-9]{40}$/,Qv=new xS(8192);function ja(r,f){const{strict:p=!0}=f??{},y=`${r}.${p}`;if(Qv.has(y))return Qv.get(y);const v=$3.test(r)?r.toLowerCase()===r?!0:p?W3(r)===r:!0:!1;return Qv.set(y,v),v}function Xv(r,f,p,{strict:y}={}){return A0(r,{strict:!1})?ew(r,f,p,{strict:y}):P3(r,f,p,{strict:y})}function zS(r,f){if(typeof f=="number"&&f>0&&f>oo(r)-1)throw new eS({offset:f,position:"start",size:oo(r)})}function _S(r,f,p){if(typeof f=="number"&&typeof p=="number"&&oo(r)!==p-f)throw new eS({offset:p,position:"end",size:oo(r)})}function P3(r,f,p,{strict:y}={}){zS(r,f);const v=r.slice(f,p);return y&&_S(v,f,p),v}function ew(r,f,p,{strict:y}={}){zS(r,f);const v=`0x${r.replace("0x","").slice((f??0)*2,(p??r.length)*2)}`;return y&&_S(v,f,p),v}function tw(r){const{authorizationList:f}=r;if(f)for(const p of f){const{chainId:y}=p,v=p.address;if(!ja(v))throw new zs({address:v});if(y<0)throw new K1({chainId:y})}Iv(r)}function nw(r){const{blobVersionedHashes:f}=r;if(f){if(f.length===0)throw new CS;for(const p of f){const y=oo(p),v=J1(Xv(p,0,1));if(y!==32)throw new H3({hash:p,size:y});if(v!==ES)throw new L3({hash:p,version:v})}}Iv(r)}function Iv(r){const{chainId:f,maxPriorityFeePerGas:p,maxFeePerGas:y,to:v}=r;if(f<=0)throw new K1({chainId:f});if(v&&!ja(v))throw new zs({address:v});if(y&&y>C0)throw new kf({maxFeePerGas:y});if(p&&y&&p>y)throw new Ih({maxFeePerGas:y,maxPriorityFeePerGas:p})}function aw(r){const{chainId:f,maxPriorityFeePerGas:p,gasPrice:y,maxFeePerGas:v,to:b}=r;if(f<=0)throw new K1({chainId:f});if(b&&!ja(b))throw new zs({address:b});if(p||v)throw new Et("`maxFeePerGas`/`maxPriorityFeePerGas` is not a valid EIP-2930 Transaction attribute.");if(y&&y>C0)throw new kf({maxFeePerGas:y})}function lw(r){const{chainId:f,maxPriorityFeePerGas:p,gasPrice:y,maxFeePerGas:v,to:b}=r;if(b&&!ja(b))throw new zs({address:b});if(typeof f<"u"&&f<=0)throw new K1({chainId:f});if(p||v)throw new Et("`maxFeePerGas`/`maxPriorityFeePerGas` is not a valid Legacy Transaction attribute.");if(y&&y>C0)throw new kf({maxFeePerGas:y})}function ow(r){if(r.type)return r.type;if(typeof r.authorizationList<"u")return"eip7702";if(typeof r.blobs<"u"||typeof r.blobVersionedHashes<"u"||typeof r.maxFeePerBlobGas<"u"||typeof r.sidecars<"u")return"eip4844";if(typeof r.maxFeePerGas<"u"||typeof r.maxPriorityFeePerGas<"u")return"eip1559";if(typeof r.gasPrice<"u")return typeof r.accessList<"u"?"eip2930":"legacy";throw new f3({transaction:r})}function W1(r){if(!r||r.length===0)return[];const f=[];for(let p=0;p<r.length;p++){const{address:y,storageKeys:v}=r[p];for(let b=0;b<v.length;b++)if(v[b].length-2!==64)throw new d3({storageKey:v[b]});if(!ja(y,{strict:!1}))throw new zs({address:y});f.push([y,v])}return f}function iw(r,f){const p=ow(r);return p==="eip1559"?cw(r,f):p==="eip2930"?rw(r,f):p==="eip4844"?uw(r,f):p==="eip7702"?sw(r,f):fw(r,f)}function sw(r,f){const{authorizationList:p,chainId:y,gas:v,nonce:b,to:w,value:C,maxFeePerGas:R,maxPriorityFeePerGas:_,accessList:ue,data:Q}=r;tw(r);const M=W1(ue),X=m3(p);return Df(["0x04",Nf([At(y),b?At(b):"0x",_?At(_):"0x",R?At(R):"0x",v?At(v):"0x",w??"0x",C?At(C):"0x",Q??"0x",M,X,...Fh(r,f)])])}function uw(r,f){const{chainId:p,gas:y,nonce:v,to:b,value:w,maxFeePerBlobGas:C,maxFeePerGas:R,maxPriorityFeePerGas:_,accessList:ue,data:Q}=r;nw(r);let M=r.blobVersionedHashes,X=r.sidecars;if(r.blobs&&(typeof M>"u"||typeof X>"u")){const Ne=typeof r.blobs[0]=="string"?r.blobs:r.blobs.map(rt=>Ou(rt)),je=r.kzg,lt=dS({blobs:Ne,kzg:je});if(typeof M>"u"&&(M=z3({commitments:lt})),typeof X>"u"){const rt=mS({blobs:Ne,commitments:lt,kzg:je});X=Y3({blobs:Ne,commitments:lt,proofs:rt})}}const te=W1(ue),ie=[At(p),v?At(v):"0x",_?At(_):"0x",R?At(R):"0x",y?At(y):"0x",b??"0x",w?At(w):"0x",Q??"0x",te,C?At(C):"0x",M??[],...Fh(r,f)],ne=[],Ie=[],ae=[];if(X)for(let Ne=0;Ne<X.length;Ne++){const{blob:je,commitment:lt,proof:rt}=X[Ne];ne.push(je),Ie.push(lt),ae.push(rt)}return Df(["0x03",Nf(X?[ie,ne,Ie,ae]:ie)])}function cw(r,f){const{chainId:p,gas:y,nonce:v,to:b,value:w,maxFeePerGas:C,maxPriorityFeePerGas:R,accessList:_,data:ue}=r;Iv(r);const Q=W1(_),M=[At(p),v?At(v):"0x",R?At(R):"0x",C?At(C):"0x",y?At(y):"0x",b??"0x",w?At(w):"0x",ue??"0x",Q,...Fh(r,f)];return Df(["0x02",Nf(M)])}function rw(r,f){const{chainId:p,gas:y,data:v,nonce:b,to:w,value:C,accessList:R,gasPrice:_}=r;aw(r);const ue=W1(R),Q=[At(p),b?At(b):"0x",_?At(_):"0x",y?At(y):"0x",w??"0x",C?At(C):"0x",v??"0x",ue,...Fh(r,f)];return Df(["0x01",Nf(Q)])}function fw(r,f){const{chainId:p=0,gas:y,data:v,nonce:b,to:w,value:C,gasPrice:R}=r;lw(r);let _=[b?At(b):"0x",R?At(R):"0x",y?At(y):"0x",w??"0x",C?At(C):"0x",v??"0x"];if(f){const ue=(()=>{if(f.v>=35n)return(f.v-35n)/2n>0?f.v:27n+(f.v===35n?0n:1n);if(p>0)return BigInt(p*2)+BigInt(35n+f.v-27n);const X=27n+(f.v===27n?0n:1n);if(f.v!==X)throw new r3({v:f.v});return X})(),Q=I1(f.r),M=I1(f.s);_=[..._,At(ue),Q==="0x00"?"0x":Q,M==="0x00"?"0x":M]}else p>0&&(_=[..._,At(p),"0x","0x"]);return Nf(_)}function Fh(r,f){const p=f??r,{v:y,yParity:v}=p;if(typeof p.r>"u")return[];if(typeof p.s>"u")return[];if(typeof y>"u"&&typeof v>"u")return[];const b=I1(p.r),w=I1(p.s);return[typeof v=="number"?v?At(1):"0x":y===0n?"0x":y===1n?At(1):y===27n?"0x":At(1),b==="0x00"?"0x":b,w==="0x00"?"0x":w]}const dw={gasPriceOracle:{address:"0x420000000000000000000000000000000000000F"},l1Block:{address:"0x4200000000000000000000000000000000000015"},l2CrossDomainMessenger:{address:"0x4200000000000000000000000000000000000007"},l2Erc721Bridge:{address:"0x4200000000000000000000000000000000000014"},l2StandardBridge:{address:"0x4200000000000000000000000000000000000010"},l2ToL1MessagePasser:{address:"0x4200000000000000000000000000000000000016"}},mw={block:JT({format(r){return{transactions:r.transactions?.map(p=>{if(typeof p=="string")return p;const y=Nv(p);return y.typeHex==="0x7e"&&(y.isSystemTx=p.isSystemTx,y.mint=p.mint?E0(p.mint):void 0,y.sourceHash=p.sourceHash,y.type="deposit"),y}),stateRoot:r.stateRoot}}}),transaction:QT({format(r){const f={};return r.type==="0x7e"&&(f.isSystemTx=r.isSystemTx,f.mint=r.mint?E0(r.mint):void 0,f.sourceHash=r.sourceHash,f.type="deposit"),f}}),transactionReceipt:WT({format(r){return{l1GasPrice:r.l1GasPrice?E0(r.l1GasPrice):null,l1GasUsed:r.l1GasUsed?E0(r.l1GasUsed):null,l1Fee:r.l1Fee?E0(r.l1Fee):null,l1FeeScalar:r.l1FeeScalar?Number(r.l1FeeScalar):null}}})};function hw(r,f){return gw(r)?yw(r):iw(r,f)}const pw={transaction:hw};function yw(r){vw(r);const{sourceHash:f,data:p,from:y,gas:v,isSystemTx:b,mint:w,to:C,value:R}=r,_=[f,y,C??"0x",w?T0(w):"0x",R?T0(R):"0x",v?T0(v):"0x",b?"0x1":"0x",p??"0x"];return Df(["0x7e",Nf(_)])}function gw(r){return r.type==="deposit"||typeof r.sourceHash<"u"}function vw(r){const{from:f,to:p}=r;if(f&&!ja(f))throw new zs({address:f});if(p&&!ja(p))throw new zs({address:p})}const $1={blockTime:2e3,contracts:dw,formatters:mw,serializers:pw},bw=Cu({id:42161,name:"Arbitrum One",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},blockTime:250,rpcUrls:{default:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Arbiscan",url:"https://arbiscan.io",apiUrl:"https://api.arbiscan.io/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:7654707}}}),Aw=Cu({id:43114,name:"Avalanche",blockTime:1700,nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{default:{name:"SnowTrace",url:"https://snowtrace.io",apiUrl:"https://api.snowtrace.io"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:11907934}}}),Zh=1,HS=Cu({...$1,id:8453,name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://mainnet.base.org"]}},blockExplorers:{default:{name:"Basescan",url:"https://basescan.org",apiUrl:"https://api.basescan.org/api"}},contracts:{...$1.contracts,disputeGameFactory:{[Zh]:{address:"0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e"}},l2OutputOracle:{[Zh]:{address:"0x56315b90c40730925ec5485cf004d835058518A0"}},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:5022},portal:{[Zh]:{address:"0x49048044D57e1C92A77f79988d21Fa8fAF74E97e",blockCreated:17482143}},l1StandardBridge:{[Zh]:{address:"0x3154Cf16ccdb4C6d922629664174b904d80F2C35",blockCreated:17482143}}},sourceId:Zh});({...HS});const Sw=Cu({id:56,name:"BNB Smart Chain",blockTime:750,nativeCurrency:{decimals:18,name:"BNB",symbol:"BNB"},rpcUrls:{default:{http:["https://56.rpc.thirdweb.com"]}},blockExplorers:{default:{name:"BscScan",url:"https://bscscan.com",apiUrl:"https://api.bscscan.com/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:15921452}}});function Jv(r){return typeof r=="string"?{address:r,type:"json-rpc"}:r}class Tw extends Et{constructor({docsPath:f}={}){super(["Could not find an Account to execute with this Action.","Please provide an Account with the `account` argument on the Action, or by supplying an `account` to the Client."].join(`
|
|
328
328
|
`),{docsPath:f,docsSlug:"account",name:"AccountNotFoundError"})}}function Fv(r,{includeName:f=!1}={}){if(r.type!=="function"&&r.type!=="event"&&r.type!=="error")throw new Nw(r.type);return`${r.name}(${LS(r.inputs,{includeName:f})})`}function LS(r,{includeName:f=!1}={}){return r?r.map(p=>ww(p,{includeName:f})).join(f?", ":","):""}function ww(r,{includeName:f}){return r.type.startsWith("tuple")?`(${LS(r.components,{includeName:f})})${r.type.slice(5)}`:r.type+(f&&r.name?` ${r.name}`:"")}class Ew extends Et{constructor({expectedLength:f,givenLength:p,type:y}){super([`ABI encoding array length mismatch for type ${y}.`,`Expected length: ${f}`,`Given length: ${p}`].join(`
|
|
329
329
|
`),{name:"AbiEncodingArrayLengthMismatchError"})}}class Cw extends Et{constructor({expectedSize:f,value:p}){super(`Size of bytes "${p}" (bytes${oo(p)}) does not match expected size (bytes${f}).`,{name:"AbiEncodingBytesSizeMismatchError"})}}class Ow extends Et{constructor({expectedLength:f,givenLength:p}){super(["ABI encoding params/values length mismatch.",`Expected length (params): ${f}`,`Given length (values): ${p}`].join(`
|
|
330
330
|
`),{name:"AbiEncodingLengthMismatchError"})}}class jS extends Et{constructor(f,{docsPath:p}={}){super([`Function ${f?`"${f}" `:""}not found on ABI.`,"Make sure you are using the correct ABI and that the function exists on it."].join(`
|
|
331
331
|
`),{docsPath:p,name:"AbiFunctionNotFoundError"})}}class xw extends Et{constructor(f,p){super("Found ambiguous types in overloaded ABI items.",{metaMessages:[`\`${f.type}\` in \`${Fv(f.abiItem)}\`, and`,`\`${p.type}\` in \`${Fv(p.abiItem)}\``,"","These types encode differently and cannot be distinguished at runtime.","Remove one of the ambiguous items in the ABI."],name:"AbiItemAmbiguityError"})}}class Rw extends Et{constructor(f,{docsPath:p}){super([`Type "${f}" is not a valid encoding type.`,"Please provide a valid ABI type."].join(`
|
|
332
332
|
`),{docsPath:p,name:"InvalidAbiEncodingType"})}}class Dw extends Et{constructor(f){super([`Value "${f}" is not a valid array.`].join(`
|
|
333
333
|
`),{name:"InvalidArrayError"})}}class Nw extends Et{constructor(f){super([`"${f}" is not a valid definition type.`,'Valid types: "function", "event", "error"'].join(`
|
|
334
|
-
`),{name:"InvalidDefinitionTypeError"})}}const Mw=r=>US(Rv(r));function kw(r){return Mw(r)}function Bw(r,f){return r.exec(f)?.groups}const YS=/^tuple(?<array>(\[(\d*)\])*)$/;function Zv(r){let f=r.type;if(YS.test(r.type)&&"components"in r){f="(";const p=r.components.length;for(let v=0;v<p;v++){const b=r.components[v];f+=Zv(b),v<p-1&&(f+=", ")}const y=Bw(YS,r.type);return f+=`)${y?.array||""}`,Zv({...r,type:f})}return"indexed"in r&&r.indexed&&(f=`${f} indexed`),r.name?`${f} ${r.name}`:f}function Kh(r){let f="";const p=r.length;for(let y=0;y<p;y++){const v=r[y];f+=Zv(v),y!==p-1&&(f+=", ")}return f}function Uw(r){return r.type==="function"?`function ${r.name}(${Kh(r.inputs)})${r.stateMutability&&r.stateMutability!=="nonpayable"?` ${r.stateMutability}`:""}${r.outputs?.length?` returns (${Kh(r.outputs)})`:""}`:r.type==="event"?`event ${r.name}(${Kh(r.inputs)})`:r.type==="error"?`error ${r.name}(${Kh(r.inputs)})`:r.type==="constructor"?`constructor(${Kh(r.inputs)})${r.stateMutability==="payable"?" payable":""}`:r.type==="fallback"?`fallback() external${r.stateMutability==="payable"?" payable":""}`:"receive() external payable"}function zw(r){let f=!0,p="",y=0,v="",b=!1;for(let w=0;w<r.length;w++){const C=r[w];if(["(",")",","].includes(C)&&(f=!0),C==="("&&y++,C===")"&&y--,!!f){if(y===0){if(C===" "&&["event","function",""].includes(v))v="";else if(v+=C,C===")"){b=!0;break}continue}if(C===" "){r[w-1]!==","&&p!==","&&p!==",("&&(p="",f=!1);continue}v+=C,p+=C}}if(!b)throw new Et("Unable to normalize signature.");return v}const _w=r=>{const f=typeof r=="string"?r:Uw(r);return zw(f)};function qS(r){return kw(_w(r))}const GS=r=>Xv(qS(r),0,4),Hw=/^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;function Lw(r,f){if(r.length!==f.length)throw new Ow({expectedLength:r.length,givenLength:f.length});const p=jw({params:r,values:f}),y=Wv(p);return y.length===0?"0x":y}function jw({params:r,values:f}){const p=[];for(let y=0;y<r.length;y++)p.push(Kv({param:r[y],value:f[y]}));return p}function Kv({param:r,value:f}){const p=Jw(r.type);if(p){const[y,v]=p;return qw(f,{length:y,param:{...r,type:v}})}if(r.type==="tuple")return Iw(f,{param:r});if(r.type==="address")return Yw(f);if(r.type==="bool")return Vw(f);if(r.type.startsWith("uint")||r.type.startsWith("int")){const y=r.type.startsWith("int"),[,,v="256"]=Hw.exec(r.type)??[];return Qw(f,{signed:y,size:Number(v)})}if(r.type.startsWith("bytes"))return Gw(f,{param:r});if(r.type==="string")return Xw(f);throw new Rw(r.type,{docsPath:"/docs/contract/encodeAbiParameters"})}function Wv(r){let f=0;for(let b=0;b<r.length;b++){const{dynamic:w,encoded:C}=r[b];w?f+=32:f+=oo(C)}const p=[],y=[];let v=0;for(let b=0;b<r.length;b++){const{dynamic:w,encoded:C}=r[b];w?(p.push(At(f+v,{size:32})),y.push(C),v+=oo(C)):p.push(C)}return
|
|
334
|
+
`),{name:"InvalidDefinitionTypeError"})}}const Mw=r=>US(Rv(r));function kw(r){return Mw(r)}function Bw(r,f){return r.exec(f)?.groups}const YS=/^tuple(?<array>(\[(\d*)\])*)$/;function Zv(r){let f=r.type;if(YS.test(r.type)&&"components"in r){f="(";const p=r.components.length;for(let v=0;v<p;v++){const b=r.components[v];f+=Zv(b),v<p-1&&(f+=", ")}const y=Bw(YS,r.type);return f+=`)${y?.array||""}`,Zv({...r,type:f})}return"indexed"in r&&r.indexed&&(f=`${f} indexed`),r.name?`${f} ${r.name}`:f}function Kh(r){let f="";const p=r.length;for(let y=0;y<p;y++){const v=r[y];f+=Zv(v),y!==p-1&&(f+=", ")}return f}function Uw(r){return r.type==="function"?`function ${r.name}(${Kh(r.inputs)})${r.stateMutability&&r.stateMutability!=="nonpayable"?` ${r.stateMutability}`:""}${r.outputs?.length?` returns (${Kh(r.outputs)})`:""}`:r.type==="event"?`event ${r.name}(${Kh(r.inputs)})`:r.type==="error"?`error ${r.name}(${Kh(r.inputs)})`:r.type==="constructor"?`constructor(${Kh(r.inputs)})${r.stateMutability==="payable"?" payable":""}`:r.type==="fallback"?`fallback() external${r.stateMutability==="payable"?" payable":""}`:"receive() external payable"}function zw(r){let f=!0,p="",y=0,v="",b=!1;for(let w=0;w<r.length;w++){const C=r[w];if(["(",")",","].includes(C)&&(f=!0),C==="("&&y++,C===")"&&y--,!!f){if(y===0){if(C===" "&&["event","function",""].includes(v))v="";else if(v+=C,C===")"){b=!0;break}continue}if(C===" "){r[w-1]!==","&&p!==","&&p!==",("&&(p="",f=!1);continue}v+=C,p+=C}}if(!b)throw new Et("Unable to normalize signature.");return v}const _w=r=>{const f=typeof r=="string"?r:Uw(r);return zw(f)};function qS(r){return kw(_w(r))}const GS=r=>Xv(qS(r),0,4),Hw=/^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;function Lw(r,f){if(r.length!==f.length)throw new Ow({expectedLength:r.length,givenLength:f.length});const p=jw({params:r,values:f}),y=Wv(p);return y.length===0?"0x":y}function jw({params:r,values:f}){const p=[];for(let y=0;y<r.length;y++)p.push(Kv({param:r[y],value:f[y]}));return p}function Kv({param:r,value:f}){const p=Jw(r.type);if(p){const[y,v]=p;return qw(f,{length:y,param:{...r,type:v}})}if(r.type==="tuple")return Iw(f,{param:r});if(r.type==="address")return Yw(f);if(r.type==="bool")return Vw(f);if(r.type.startsWith("uint")||r.type.startsWith("int")){const y=r.type.startsWith("int"),[,,v="256"]=Hw.exec(r.type)??[];return Qw(f,{signed:y,size:Number(v)})}if(r.type.startsWith("bytes"))return Gw(f,{param:r});if(r.type==="string")return Xw(f);throw new Rw(r.type,{docsPath:"/docs/contract/encodeAbiParameters"})}function Wv(r){let f=0;for(let b=0;b<r.length;b++){const{dynamic:w,encoded:C}=r[b];w?f+=32:f+=oo(C)}const p=[],y=[];let v=0;for(let b=0;b<r.length;b++){const{dynamic:w,encoded:C}=r[b];w?(p.push(At(f+v,{size:32})),y.push(C),v+=oo(C)):p.push(C)}return O0([...p,...y])}function Yw(r){if(!ja(r))throw new zs({address:r});return{dynamic:!1,encoded:Yc(r.toLowerCase())}}function qw(r,{length:f,param:p}){const y=f===null;if(!Array.isArray(r))throw new Dw(r);if(!y&&r.length!==f)throw new Ew({expectedLength:f,givenLength:r.length,type:`${p.type}[${f}]`});let v=!1;const b=[];for(let w=0;w<r.length;w++){const C=Kv({param:p,value:r[w]});C.dynamic&&(v=!0),b.push(C)}if(y||v){const w=Wv(b);if(y){const C=At(b.length,{size:32});return{dynamic:!0,encoded:b.length>0?O0([C,w]):C}}if(v)return{dynamic:!0,encoded:w}}return{dynamic:!1,encoded:O0(b.map(({encoded:w})=>w))}}function Gw(r,{param:f}){const[,p]=f.type.split("bytes"),y=oo(r);if(!p){let v=r;return y%32!==0&&(v=Yc(v,{dir:"right",size:Math.ceil((r.length-2)/2/32)*32})),{dynamic:!0,encoded:O0([Yc(At(y,{size:32})),v])}}if(y!==Number.parseInt(p,10))throw new Cw({expectedSize:Number.parseInt(p,10),value:r});return{dynamic:!1,encoded:Yc(r,{dir:"right"})}}function Vw(r){if(typeof r!="boolean")throw new Et(`Invalid boolean value: "${r}" (type: ${typeof r}). Expected: \`true\` or \`false\`.`);return{dynamic:!1,encoded:Yc(nS(r))}}function Qw(r,{signed:f,size:p=256}){if(typeof p=="number"){const y=2n**(BigInt(p)-(f?1n:0n))-1n,v=f?-y-1n:0n;if(r>y||r<v)throw new xv({max:y.toString(),min:v.toString(),signed:f,size:p/8,value:r.toString()})}return{dynamic:!1,encoded:At(r,{size:32,signed:f})}}function Xw(r){const f=aS(r),p=Math.ceil(oo(f)/32),y=[];for(let v=0;v<p;v++)y.push(Yc(Xv(f,v*32,(v+1)*32),{dir:"right"}));return{dynamic:!0,encoded:O0([Yc(At(oo(f),{size:32})),...y])}}function Iw(r,{param:f}){let p=!1;const y=[];for(let v=0;v<f.components.length;v++){const b=f.components[v],w=Array.isArray(r)?v:b.name,C=Kv({param:b,value:r[w]});y.push(C),C.dynamic&&(p=!0)}return{dynamic:p,encoded:p?Wv(y):O0(y.map(({encoded:v})=>v))}}function Jw(r){const f=r.match(/^(.*)\[(\d+)?\]$/);return f?[f[2]?Number(f[2]):null,f[1]]:void 0}const Fw=qS;function Zw(r){const{abi:f,args:p=[],name:y}=r,v=A0(y,{strict:!1}),b=f.filter(C=>v?C.type==="function"?GS(C)===y:C.type==="event"?Fw(C)===y:!1:"name"in C&&C.name===y);if(b.length===0)return;if(b.length===1)return b[0];let w;for(const C of b){if(!("inputs"in C))continue;if(!p||p.length===0){if(!C.inputs||C.inputs.length===0)return C;continue}if(!C.inputs||C.inputs.length===0||C.inputs.length!==p.length)continue;if(p.every((_,ue)=>{const Q="inputs"in C&&C.inputs[ue];return Q?$v(_,Q):!1})){if(w&&"inputs"in w&&w.inputs){const _=VS(C.inputs,w.inputs,p);if(_)throw new xw({abiItem:C,type:_[0]},{abiItem:w,type:_[1]})}w=C}}return w||b[0]}function $v(r,f){const p=typeof r,y=f.type;switch(y){case"address":return ja(r,{strict:!1});case"bool":return p==="boolean";case"function":return p==="string";case"string":return p==="string";default:return y==="tuple"&&"components"in f?Object.values(f.components).every((v,b)=>p==="object"&&$v(Object.values(r)[b],v)):/^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/.test(y)?p==="number"||p==="bigint":/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/.test(y)?p==="string"||r instanceof Uint8Array:/[a-z]+[1-9]{0,3}(\[[0-9]{0,}\])+$/.test(y)?Array.isArray(r)&&r.every(v=>$v(v,{...f,type:y.replace(/(\[[0-9]{0,}\])$/,"")})):!1}}function VS(r,f,p){for(const y in r){const v=r[y],b=f[y];if(v.type==="tuple"&&b.type==="tuple"&&"components"in v&&"components"in b)return VS(v.components,b.components,p[y]);const w=[v.type,b.type];if(w.includes("address")&&w.includes("bytes20")?!0:w.includes("address")&&w.includes("string")?ja(p[y],{strict:!1}):w.includes("address")&&w.includes("bytes")?ja(p[y],{strict:!1}):!1)return w}}function QS(r){return r.reduce((f,{slot:p,value:y})=>`${f} ${p}: ${y}
|
|
335
335
|
`,"")}function Kw(r){return r.reduce((f,{address:p,...y})=>{let v=`${f} ${p}:
|
|
336
336
|
`;return y.nonce&&(v+=` nonce: ${y.nonce}
|
|
337
337
|
`),y.balance&&(v+=` balance: ${y.balance}
|
|
@@ -340,11 +340,11 @@ You're connected and ready to explore DeFi! I can help you trade, check prices,
|
|
|
340
340
|
`,v+=QS(y.state)),y.stateDiff&&(v+=` stateDiff:
|
|
341
341
|
`,v+=QS(y.stateDiff)),v},` State Override:
|
|
342
342
|
`).slice(0,-1)}class Ww extends Et{constructor(f,{account:p,docsPath:y,chain:v,data:b,gas:w,gasPrice:C,maxFeePerGas:R,maxPriorityFeePerGas:_,nonce:ue,to:Q,value:M,stateOverride:X}){const te=p?Jv(p):void 0;let ie=fS({from:te?.address,to:Q,value:typeof M<"u"&&`${c3(M)} ${v?.nativeCurrency?.symbol||"ETH"}`,data:b,gas:w,gasPrice:typeof C<"u"&&`${Mf(C)} gwei`,maxFeePerGas:typeof R<"u"&&`${Mf(R)} gwei`,maxPriorityFeePerGas:typeof _<"u"&&`${Mf(_)} gwei`,nonce:ue});X&&(ie+=`
|
|
343
|
-
${Kw(X)}`),super(f.shortMessage,{cause:f,docsPath:y,metaMessages:[...f.metaMessages?[...f.metaMessages," "]:[],"Raw Call Arguments:",ie].filter(Boolean),name:"CallExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=f}}function $w(r,f){const p=(r.details||"").toLowerCase(),y=r instanceof Et?r.walk(v=>v?.code===O0.code):r;return y instanceof Et?new O0({cause:r,message:y.details}):O0.nodeMessage.test(p)?new O0({cause:r,message:r.details}):kf.nodeMessage.test(p)?new kf({cause:r,maxFeePerGas:f?.maxFeePerGas}):Uv.nodeMessage.test(p)?new Uv({cause:r,maxFeePerGas:f?.maxFeePerGas}):zv.nodeMessage.test(p)?new zv({cause:r,nonce:f?.nonce}):_v.nodeMessage.test(p)?new _v({cause:r,nonce:f?.nonce}):Hv.nodeMessage.test(p)?new Hv({cause:r,nonce:f?.nonce}):Lv.nodeMessage.test(p)?new Lv({cause:r}):jv.nodeMessage.test(p)?new jv({cause:r,gas:f?.gas}):Yv.nodeMessage.test(p)?new Yv({cause:r,gas:f?.gas}):qv.nodeMessage.test(p)?new qv({cause:r}):Ih.nodeMessage.test(p)?new Ih({cause:r,maxFeePerGas:f?.maxFeePerGas,maxPriorityFeePerGas:f?.maxPriorityFeePerGas}):new OS({cause:r})}function Pw(r,{docsPath:f,...p}){const y=(()=>{const v=$w(r,p);return v instanceof OS?r:v})();return new Ww(y,{docsPath:f,...p})}function e6(r,{format:f}){if(!f)return{};const p={};function y(b){const w=Object.keys(b);for(const C of w)C in r&&(p[C]=r[C]),b[C]&&typeof b[C]=="object"&&!Array.isArray(b[C])&&y(b[C])}const v=f(r||{});return y(v),p}function t6(r){const{account:f,maxFeePerGas:p,maxPriorityFeePerGas:y,to:v}=r,b=f?Jv(f):void 0;if(b&&!ja(b.address))throw new zs({address:b.address});if(v&&!ja(v))throw new zs({address:v});if(p&&p>E0)throw new kf({maxFeePerGas:p});if(y&&p&&y>p)throw new Ih({maxFeePerGas:p,maxPriorityFeePerGas:y})}async function n6(r,f){const{account:p=r.account}=f;if(!p)throw new Tw;const y=Jv(p);try{const{accessList:v,blockNumber:b,blockTag:w,data:C,gas:R,gasPrice:_,maxFeePerGas:ue,maxPriorityFeePerGas:Q,nonce:M,to:X,value:te,...ie}=f,Ie=(typeof b=="bigint"?At(b):void 0)||w;t6(f);const ae=r.chain?.formatters?.transactionRequest?.format,je=(ae||PT)({...e6(ie,{format:ae}),account:y,accessList:v,data:C,gas:R,gasPrice:_,maxFeePerGas:ue,maxPriorityFeePerGas:Q,nonce:M,to:X,value:te},"estimateGas"),{baseFeePerGas:lt,gasLimit:rt,priorityFeePerGas:Ke}=await r.request({method:"linea_estimateGas",params:Ie?[je,Ie]:[je]});return{baseFeePerGas:BigInt(lt),gasLimit:BigInt(rt),priorityFeePerGas:BigInt(Ke)}}catch(v){throw Pw(v,{...f,account:y,chain:r.chain})}}const a6={fees:{estimateFeesPerGas:XS,async maxPriorityFeePerGas({block:r,client:f,request:p}){const y=await XS({block:r,client:f,multiply:v=>v,request:p,type:"eip1559"});return y?.maxPriorityFeePerGas?y.maxPriorityFeePerGas:null}}};async function XS({client:r,multiply:f,request:p,type:y}){try{const v=await n6(r,{...p,account:p?.account}),{priorityFeePerGas:b}=v,C=f(BigInt(v.baseFeePerGas))+b;return y==="legacy"?{gasPrice:C}:{maxFeePerGas:C,maxPriorityFeePerGas:b}}catch{return null}}const l6=Cu({...a6,id:59144,name:"Linea Mainnet",blockTime:2e3,nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build",apiUrl:"https://api.lineascan.build/api"}},contracts:{multicall3:{address:"0xcA11bde05977b3631167028862bE2a173976CA11",blockCreated:42},ensRegistry:{address:"0x50130b669B28C339991d8676FA73CF122a121267",blockCreated:6682888},ensUniversalResolver:{address:"0x4D41762915F83c76EcaF6776d9b08076aA32b492",blockCreated:22222151}},ensTlds:[".linea.eth"],testnet:!1}),o6=Cu({id:1,name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},blockTime:12e3,rpcUrls:{default:{http:["https://eth.merkle.io"]}},blockExplorers:{default:{name:"Etherscan",url:"https://etherscan.io",apiUrl:"https://api.etherscan.io/api"}},contracts:{ensUniversalResolver:{address:"0xeeeeeeee14d718c2b47d9923deab1335e144eeee",blockCreated:23085558},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:14353601}}}),Wh=1,i6=Cu({...$1,id:10,name:"OP Mainnet",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://mainnet.optimism.io"]}},blockExplorers:{default:{name:"Optimism Explorer",url:"https://optimistic.etherscan.io",apiUrl:"https://api-optimistic.etherscan.io/api"}},contracts:{...$1.contracts,disputeGameFactory:{[Wh]:{address:"0xe5965Ab5962eDc7477C8520243A95517CD252fA9"}},l2OutputOracle:{[Wh]:{address:"0xdfe97868233d1aa22e815a266982f2cf17685a27"}},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:4286263},portal:{[Wh]:{address:"0xbEb5Fc579115071764c7423A4f12eDde41f106Ed"}},l1StandardBridge:{[Wh]:{address:"0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"}}},sourceId:Wh}),s6=Cu({id:137,name:"Polygon",blockTime:2e3,nativeCurrency:{name:"POL",symbol:"POL",decimals:18},rpcUrls:{default:{http:["https://polygon.drpc.org"]}},blockExplorers:{default:{name:"PolygonScan",url:"https://polygonscan.com",apiUrl:"https://api.etherscan.io/v2/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:25770160}}}),IS="/docs/contract/encodeFunctionData";function u6(r){const{abi:f,args:p,functionName:y}=r;let v=f[0];if(y){const b=Zw({abi:f,args:p,name:y});if(!b)throw new jS(y,{docsPath:IS});v=b}if(v.type!=="function")throw new jS(void 0,{docsPath:IS});return{abi:[v],functionName:GS(Fv(v))}}function Vc(r){const{args:f}=r,{abi:p,functionName:y}=r.abi.length===1&&r.functionName?.startsWith("0x")?r:u6(r),v=p[0],b=y,w="inputs"in v&&v.inputs?Lw(v.inputs,f??[]):void 0;return Df([b,w??"0x"])}const _s={1:{...o6,logo:"data:image/png;base64,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",chainId:1,chainType:"ether",chainTypeMoralis:"eth",tokenTrendingDefault:["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"]},10:{...i6,logo:"data:image/png;base64,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",chainId:10,chainType:"optimism",chainTypeMoralis:"optimism",tokenTrendingDefault:["0x4200000000000000000000000000000000000006","0x68f180fcce6836688e9084f035309e29bf0a2095","0xc47da4cb96ce65a96844a01bfae509f9d5454534"]},56:{...Sw,logo:"data:image/png;base64,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",chainId:56,chainType:"bsc",chainTypeMoralis:"bsc",tokenTrendingDefault:["0x2170ed0880ac9a755fd29b2688956bd959f933f8","0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c"]},137:{...s6,rpcUrls:{default:{http:["https://polygon-bor-rpc.publicnode.com"]}},logo:"data:image/png;base64,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",chainId:137,chainType:"matic",chainTypeMoralis:"polygon",tokenTrendingDefault:["0x7ceb23fd6bc0add59e62ac25578270cff1b9f619","0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6"]},8453:{...HS,logo:"data:image/png;base64,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",chainId:8453,chainType:"base",chainTypeMoralis:"base",tokenTrendingDefault:["0x4200000000000000000000000000000000000006","0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf","0xc47da4cb96ce65a96844a01bfae509f9d5454534"]},42161:{...bw,logo:"data:image/png;base64,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",chainId:42161,chainType:"arbitrum",chainTypeMoralis:"arbitrum",tokenTrendingDefault:["0x82af49447d8a07e3bd95bd0d56f35241523fbab1","0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f"]},43114:{...Aw,logo:"data:image/png;base64,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",chainId:43114,chainType:"avax",chainTypeMoralis:"avalanche",tokenTrendingDefault:["0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB","0x0555E30da8f98308EdB960aa94C0Db47230d2B9c"]},59144:{...l6,logo:"data:image/png;base64,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",chainId:59144,chainType:"linea",chainTypeMoralis:"linea",tokenTrendingDefault:["0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f","0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4"]}},JS=r=>Object.values(_s).find(p=>p.chainTypeMoralis===r)?.chainType||null,c6=r=>{const f=new Date,p=new Date(f);p.setDate(p.getDate()-1);const y=new Date(r);return y.setHours(0,0,0,0),f.setHours(0,0,0,0),p.setHours(0,0,0,0),y.getTime()===f.getTime()?"Today":y.getTime()===p.getTime()?"Yesterday":y.toLocaleDateString("en-US",{month:"short",day:"numeric",year:y.getFullYear()!==f.getFullYear()?"numeric":void 0})},Ro=r=>new Promise(f=>setTimeout(f,r||0)),r6=(r,f=5,p=5)=>(r=r||"",r?.length<=f+p?r:`${r.substr(0,f)}...${r.substr(r.length-p,p)}`),f6=r=>{if(!r)return"";const f=_s[r];return f?f.chainTypeMoralis:""},d6=r=>{if(!r)return"";const f=_s[r];return f?f.chainType:""},Bf={getItem(r){if(typeof window>"u")return null;try{return window.localStorage.getItem(r)}catch{return null}},setItem(r,f){if(!(typeof window>"u"))try{window.localStorage.setItem(r,f)}catch{}},removeItem(r){if(!(typeof window>"u"))try{window.localStorage.removeItem(r)}catch{}},get length(){if(typeof window>"u")return 0;try{return window.localStorage.length}catch{return 0}},key(r){if(typeof window>"u")return null;try{return window.localStorage.key(r)}catch{return null}}};class m6 extends Et{constructor({value:f}){super(`Number \`${f}\` is not a valid decimal number.`,{name:"InvalidDecimalNumberError"})}}function Ru(r,f){if(!/^(-?)([0-9]*)\.?([0-9]*)$/.test(r))throw new m6({value:r});let[p,y="0"]=r.split(".");const v=p.startsWith("-");if(v&&(p=p.slice(1)),y=y.replace(/(0+)$/,""),f===0)Math.round(+`.${y}`)===1&&(p=`${BigInt(p)+1n}`),y="";else if(y.length>f){const[b,w,C]=[y.slice(0,f-1),y.slice(f-1,f),y.slice(f)],R=Math.round(+`${w}.${C}`);R>9?y=`${BigInt(b)+BigInt(1)}0`.padStart(b.length+1,"0"):y=`${b}${R}`,y.length>f&&(y=y.slice(1),p=`${BigInt(p)+1n}`),y=y.slice(0,f)}else y=y.padEnd(f,"0");return BigInt(`${v?"-":""}${p}${y}`)}const h6="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",ol="0x0000000000000000000000000000000000000000",FS=ut.createContext(void 0),P1=()=>{const r=ut.useContext(FS);if(!r)throw new Error("useConnect must be used within ConnectProvider");return{...r,chainData:_s[r.account?.chainId]||void 0,chainId:r.account?.chainId||void 0,chainType:d6(r.account?.chainId||void 0),chainTypeMoralis:f6(r.account?.chainId||void 0),isChainSupported:!!_s[r.account?.chainId]}},p6=({children:r,initialAccount:f})=>Ee.jsx(FS.Provider,{value:{account:f||null},children:r}),y6=({address:r,chainId:f})=>{const[p,y]=ut.useState(!1),{isChainSupported:v}=P1(),b=ut.useCallback(()=>{if(!r)return;const w=r,C=()=>{y(!0),setTimeout(()=>y(!1),2e3)};try{navigator.clipboard.writeText(w).then(C).catch(()=>{const R=document.createElement("input");R.value=w,document.body.appendChild(R),R.select(),document.execCommand("copy"),R.remove(),C()})}catch{const R=document.createElement("input");R.value=w,document.body.appendChild(R),R.select(),document.execCommand("copy"),R.remove(),C()}},[r]);return Ee.jsx(Ee.Fragment,{children:ja(r||"")&&Ee.jsxs("div",{className:"chat-user-info",children:[f&&_s[f]?.logo&&Ee.jsx("div",{className:"user-avatar",children:Ee.jsx("img",{src:_s[f].logo||"",alt:"Chain",width:20,height:20})}),Ee.jsx("span",{className:"user-wallet",children:Ee.jsx("a",{style:{pointerEvents:v?"auto":"none"},href:_s[f]?.blockExplorers?.default?.url+"/address/"+r,target:"_blank",rel:"noopener noreferrer",children:r6(r)||"Not connected"})}),Ee.jsx("button",{className:"copy-address-btn",onClick:b,"aria-label":"Copy wallet address",type:"button",title:p?"Copied!":"Copy address",children:p?Ee.jsx("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:Ee.jsx("path",{d:"M13.3333 4L6 11.3333L2.66667 8",stroke:"#0B3988",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}):Ee.jsx("svg",{width:"14",height:"14",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Ee.jsx("path",{d:"M8.1 15.75H13.23C12.9638 16.4152 12.5041 16.9852 11.9105 17.3863C11.3168 17.7874 10.6165 18.0012 9.9 18H3.6C2.64522 18 1.72955 17.6207 1.05442 16.9456C0.379285 16.2704 0 15.3548 0 14.4V7.2C0.00104929 6.32332 0.321408 5.47704 0.901163 4.81944C1.48092 4.16183 2.28037 3.73792 3.15 3.627V10.8C3.15238 12.1121 3.67466 13.3698 4.60245 14.2975C5.53024 15.2253 6.78791 15.7476 8.1 15.75ZM15.75 3.825H17.658C17.6027 3.74389 17.5393 3.66852 17.469 3.6L14.4 0.531C14.3337 0.460854 14.258 0.400274 14.175 0.351V2.25C14.1769 2.66713 14.3434 3.06664 14.6384 3.3616C14.9334 3.65656 15.3329 3.8231 15.75 3.825ZM15.75 5.175C14.9747 5.17357 14.2315 4.86494 13.6833 4.31671C13.1351 3.76847 12.8264 3.02532 12.825 2.25V0H8.1C7.14522 0 6.22955 0.379285 5.55442 1.05442C4.87928 1.72955 4.5 2.64522 4.5 3.6V10.8C4.5 11.7548 4.87928 12.6704 5.55442 13.3456C6.22955 14.0207 7.14522 14.4 8.1 14.4H14.4C15.3548 14.4 16.2705 14.0207 16.9456 13.3456C17.6207 12.6704 18 11.7548 18 10.8V5.175H15.75Z",fill:"#0B3988"})})})]})})},Pv="chat_widget_messages",ey=200,g6=()=>Math.random().toString(36).substring(2,12),ZS="welcome-message";function eb(r){return[{id:ZS,text:r,sender:"bot",timestamp:new Date}]}function v6(r,f){return r&&f?`${r}_${f}`:""}function KS(r){return r.map(f=>({...f,timestamp:new Date(f.timestamp)}))}function WS(){const r=Bf.getItem(Pv);if(!r)return null;try{const f=JSON.parse(r);if(f&&f.owner!==void 0&&Array.isArray(f.messages))return{owner:f.owner,messages:KS(f.messages)};if(Array.isArray(f))return{owner:"",messages:KS(f)}}catch{}return null}function ty(r,f){Bf.setItem(Pv,JSON.stringify({owner:r,messages:f}))}function b6(){const{account:r}=P1(),{t:f}=X1(),p=v6(r?.address,r?.chainId),y=ut.useMemo(()=>eb(f("welcomeMessage")),[f]),[v,b]=ut.useState(()=>p||"pending"),[w,C]=ut.useState(()=>{const ie=WS();return p?ie&&ie.owner===p?ie.messages:eb(f("welcomeMessage")):ie?.messages??eb(f("welcomeMessage"))});if(v==="pending"&&p){const ie=WS();ie&&ie.owner===p?C(ie.messages):ty(p,w),b(p)}else v!=="pending"&&p&&v!==p&&(C(y),ty(p,y),b(p));const R=ut.useMemo(()=>w.map(ie=>ie.id===ZS?{...ie,text:f("welcomeMessage")}:ie),[w,f]);ut.useEffect(()=>{v!=="pending"&&ty(v,w)},[w,v]),ut.useEffect(()=>{const ie=[];for(let ne=0;ne<Bf.length;ne++){const Ie=Bf.key(ne);Ie&&Ie.startsWith(Pv+"_")&&ie.push(Ie)}ie.forEach(ne=>Bf.removeItem(ne))},[]);const _=(ie,ne,Ie,ae,Ne)=>{const je=Ie?w.find(rt=>rt.id===Ie):void 0,lt={id:g6(),text:ie,sender:ne,timestamp:new Date,...je&&{replyTo:{id:je.id,text:je.text,sender:je.sender}},...ae&&{buttons:ae},...Ne&&{actionData:Ne}};return C(rt=>{const Ke=[...rt,lt];return Ke.length>ey?Ke.slice(Ke.length-ey):Ke}),lt},ue=(ie,ne)=>{C(Ie=>Ie.map(ae=>ae.id===ie&&ae.actionData?{...ae,actionData:{...ae.actionData,status:ne}}:ae))},Q=(ie,ne)=>{C(Ie=>Ie.map(ae=>ae.id===ie?{...ae,text:ne}:ae))},M=ie=>w.find(ne=>ne.id===ie),X=ut.useCallback(()=>{C(y),ty(p,y)},[p,y]),te=ut.useCallback(ie=>{C(ne=>{const Ie=ne.filter(ae=>!ie.includes(ae.id));return Ie.length>ey?Ie.slice(Ie.length-ey):Ie})},[]);return{messages:R,setMessages:C,addMessage:_,updateMessageAction:ue,updateMessageText:Q,getMessageById:M,clearMessages:X,clearMessagesById:te}}const $S=ut.createContext(void 0),A6=()=>{const r=ut.useContext($S);if(!r)throw new Error("useConfig must be used within ConfigProvider");return r},S6=({children:r,initialConfig:f})=>Ee.jsx($S.Provider,{value:{config:f||null},children:r});var T6=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,tb=Math.ceil,oi=Math.floor,io="[BigNumber Error] ",PS=io+"Number primitive has more than 15 significant digits: ",es=1e14,Lt=14,nb=9007199254740991,ab=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],Qc=1e7,Fa=1e9;function e4(r){var f,p,y,v=ae.prototype={constructor:ae,toString:null,valueOf:null},b=new ae(1),w=20,C=4,R=-7,_=21,ue=-1e7,Q=1e7,M=!1,X=1,te=0,ie={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},ne="0123456789abcdefghijklmnopqrstuvwxyz",Ie=!0;function ae(N,U){var B,le,k,j,se,q,E,z,Y=this;if(!(Y instanceof ae))return new ae(N,U);if(U==null){if(N&&N._isBigNumber===!0){Y.s=N.s,!N.c||N.e>Q?Y.c=Y.e=null:N.e<ue?Y.c=[Y.e=0]:(Y.e=N.e,Y.c=N.c.slice());return}if((q=typeof N=="number")&&N*0==0){if(Y.s=1/N<0?(N=-N,-1):1,N===~~N){for(j=0,se=N;se>=10;se/=10,j++);j>Q?Y.c=Y.e=null:(Y.e=j,Y.c=[N]);return}z=String(N)}else{if(!T6.test(z=String(N)))return y(Y,z,q);Y.s=z.charCodeAt(0)==45?(z=z.slice(1),-1):1}(j=z.indexOf("."))>-1&&(z=z.replace(".","")),(se=z.search(/e/i))>0?(j<0&&(j=se),j+=+z.slice(se+1),z=z.substring(0,se)):j<0&&(j=z.length)}else{if(na(U,2,ne.length,"Base"),U==10&&Ie)return Y=new ae(N),rt(Y,w+Y.e+1,C);if(z=String(N),q=typeof N=="number"){if(N*0!=0)return y(Y,z,q,U);if(Y.s=1/N<0?(z=z.slice(1),-1):1,ae.DEBUG&&z.replace(/^0\.0*|\./,"").length>15)throw Error(PS+N)}else Y.s=z.charCodeAt(0)===45?(z=z.slice(1),-1):1;for(B=ne.slice(0,U),j=se=0,E=z.length;se<E;se++)if(B.indexOf(le=z.charAt(se))<0){if(le=="."){if(se>j){j=E;continue}}else if(!k&&(z==z.toUpperCase()&&(z=z.toLowerCase())||z==z.toLowerCase()&&(z=z.toUpperCase()))){k=!0,se=-1,j=0;continue}return y(Y,String(N),q,U)}q=!1,z=p(z,U,10,Y.s),(j=z.indexOf("."))>-1?z=z.replace(".",""):j=z.length}for(se=0;z.charCodeAt(se)===48;se++);for(E=z.length;z.charCodeAt(--E)===48;);if(z=z.slice(se,++E)){if(E-=se,q&&ae.DEBUG&&E>15&&(N>nb||N!==oi(N)))throw Error(PS+Y.s*N);if((j=j-se-1)>Q)Y.c=Y.e=null;else if(j<ue)Y.c=[Y.e=0];else{if(Y.e=j,Y.c=[],se=(j+1)%Lt,j<0&&(se+=Lt),se<E){for(se&&Y.c.push(+z.slice(0,se)),E-=Lt;se<E;)Y.c.push(+z.slice(se,se+=Lt));se=Lt-(z=z.slice(se)).length}else se-=E;for(;se--;z+="0");Y.c.push(+z)}}else Y.c=[Y.e=0]}ae.clone=e4,ae.ROUND_UP=0,ae.ROUND_DOWN=1,ae.ROUND_CEIL=2,ae.ROUND_FLOOR=3,ae.ROUND_HALF_UP=4,ae.ROUND_HALF_DOWN=5,ae.ROUND_HALF_EVEN=6,ae.ROUND_HALF_CEIL=7,ae.ROUND_HALF_FLOOR=8,ae.EUCLID=9,ae.config=ae.set=function(N){var U,B;if(N!=null)if(typeof N=="object"){if(N.hasOwnProperty(U="DECIMAL_PLACES")&&(B=N[U],na(B,0,Fa,U),w=B),N.hasOwnProperty(U="ROUNDING_MODE")&&(B=N[U],na(B,0,8,U),C=B),N.hasOwnProperty(U="EXPONENTIAL_AT")&&(B=N[U],B&&B.pop?(na(B[0],-Fa,0,U),na(B[1],0,Fa,U),R=B[0],_=B[1]):(na(B,-Fa,Fa,U),R=-(_=B<0?-B:B))),N.hasOwnProperty(U="RANGE"))if(B=N[U],B&&B.pop)na(B[0],-Fa,-1,U),na(B[1],1,Fa,U),ue=B[0],Q=B[1];else if(na(B,-Fa,Fa,U),B)ue=-(Q=B<0?-B:B);else throw Error(io+U+" cannot be zero: "+B);if(N.hasOwnProperty(U="CRYPTO"))if(B=N[U],B===!!B)if(B)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))M=B;else throw M=!B,Error(io+"crypto unavailable");else M=B;else throw Error(io+U+" not true or false: "+B);if(N.hasOwnProperty(U="MODULO_MODE")&&(B=N[U],na(B,0,9,U),X=B),N.hasOwnProperty(U="POW_PRECISION")&&(B=N[U],na(B,0,Fa,U),te=B),N.hasOwnProperty(U="FORMAT"))if(B=N[U],typeof B=="object")ie=B;else throw Error(io+U+" not an object: "+B);if(N.hasOwnProperty(U="ALPHABET"))if(B=N[U],typeof B=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(B))Ie=B.slice(0,10)=="0123456789",ne=B;else throw Error(io+U+" invalid: "+B)}else throw Error(io+"Object expected: "+N);return{DECIMAL_PLACES:w,ROUNDING_MODE:C,EXPONENTIAL_AT:[R,_],RANGE:[ue,Q],CRYPTO:M,MODULO_MODE:X,POW_PRECISION:te,FORMAT:ie,ALPHABET:ne}},ae.isBigNumber=function(N){if(!N||N._isBigNumber!==!0)return!1;if(!ae.DEBUG)return!0;var U,B,le=N.c,k=N.e,j=N.s;e:if({}.toString.call(le)=="[object Array]"){if((j===1||j===-1)&&k>=-Fa&&k<=Fa&&k===oi(k)){if(le[0]===0){if(k===0&&le.length===1)return!0;break e}if(U=(k+1)%Lt,U<1&&(U+=Lt),String(le[0]).length==U){for(U=0;U<le.length;U++)if(B=le[U],B<0||B>=es||B!==oi(B))break e;if(B!==0)return!0}}}else if(le===null&&k===null&&(j===null||j===1||j===-1))return!0;throw Error(io+"Invalid BigNumber: "+N)},ae.maximum=ae.max=function(){return je(arguments,-1)},ae.minimum=ae.min=function(){return je(arguments,1)},ae.random=(function(){var N=9007199254740992,U=Math.random()*N&2097151?function(){return oi(Math.random()*N)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(B){var le,k,j,se,q,E=0,z=[],Y=new ae(b);if(B==null?B=w:na(B,0,Fa),se=tb(B/Lt),M)if(crypto.getRandomValues){for(le=crypto.getRandomValues(new Uint32Array(se*=2));E<se;)q=le[E]*131072+(le[E+1]>>>11),q>=9e15?(k=crypto.getRandomValues(new Uint32Array(2)),le[E]=k[0],le[E+1]=k[1]):(z.push(q%1e14),E+=2);E=se/2}else if(crypto.randomBytes){for(le=crypto.randomBytes(se*=7);E<se;)q=(le[E]&31)*281474976710656+le[E+1]*1099511627776+le[E+2]*4294967296+le[E+3]*16777216+(le[E+4]<<16)+(le[E+5]<<8)+le[E+6],q>=9e15?crypto.randomBytes(7).copy(le,E):(z.push(q%1e14),E+=7);E=se/7}else throw M=!1,Error(io+"crypto unavailable");if(!M)for(;E<se;)q=U(),q<9e15&&(z[E++]=q%1e14);for(se=z[--E],B%=Lt,se&&B&&(q=ab[Lt-B],z[E]=oi(se/q)*q);z[E]===0;z.pop(),E--);if(E<0)z=[j=0];else{for(j=-1;z[0]===0;z.splice(0,1),j-=Lt);for(E=1,q=z[0];q>=10;q/=10,E++);E<Lt&&(j-=Lt-E)}return Y.e=j,Y.c=z,Y}})(),ae.sum=function(){for(var N=1,U=arguments,B=new ae(U[0]);N<U.length;)B=B.plus(U[N++]);return B},p=(function(){var N="0123456789";function U(B,le,k,j){for(var se,q=[0],E,z=0,Y=B.length;z<Y;){for(E=q.length;E--;q[E]*=le);for(q[0]+=j.indexOf(B.charAt(z++)),se=0;se<q.length;se++)q[se]>k-1&&(q[se+1]==null&&(q[se+1]=0),q[se+1]+=q[se]/k|0,q[se]%=k)}return q.reverse()}return function(B,le,k,j,se){var q,E,z,Y,K,Ce,x,Z,Te=B.indexOf("."),we=w,ge=C;for(Te>=0&&(Y=te,te=0,B=B.replace(".",""),Z=new ae(le),Ce=Z.pow(B.length-Te),te=Y,Z.c=U(Du(si(Ce.c),Ce.e,"0"),10,k,N),Z.e=Z.c.length),x=U(B,le,k,se?(q=ne,N):(q=N,ne)),z=Y=x.length;x[--Y]==0;x.pop());if(!x[0])return q.charAt(0);if(Te<0?--z:(Ce.c=x,Ce.e=z,Ce.s=j,Ce=f(Ce,Z,we,ge,k),x=Ce.c,K=Ce.r,z=Ce.e),E=z+we+1,Te=x[E],Y=k/2,K=K||E<0||x[E+1]!=null,K=ge<4?(Te!=null||K)&&(ge==0||ge==(Ce.s<0?3:2)):Te>Y||Te==Y&&(ge==4||K||ge==6&&x[E-1]&1||ge==(Ce.s<0?8:7)),E<1||!x[0])B=K?Du(q.charAt(1),-we,q.charAt(0)):q.charAt(0);else{if(x.length=E,K)for(--k;++x[--E]>k;)x[E]=0,E||(++z,x=[1].concat(x));for(Y=x.length;!x[--Y];);for(Te=0,B="";Te<=Y;B+=q.charAt(x[Te++]));B=Du(B,z,q.charAt(0))}return B}})(),f=(function(){function N(le,k,j){var se,q,E,z,Y=0,K=le.length,Ce=k%Qc,x=k/Qc|0;for(le=le.slice();K--;)E=le[K]%Qc,z=le[K]/Qc|0,se=x*E+z*Ce,q=Ce*E+se%Qc*Qc+Y,Y=(q/j|0)+(se/Qc|0)+x*z,le[K]=q%j;return Y&&(le=[Y].concat(le)),le}function U(le,k,j,se){var q,E;if(j!=se)E=j>se?1:-1;else for(q=E=0;q<j;q++)if(le[q]!=k[q]){E=le[q]>k[q]?1:-1;break}return E}function B(le,k,j,se){for(var q=0;j--;)le[j]-=q,q=le[j]<k[j]?1:0,le[j]=q*se+le[j]-k[j];for(;!le[0]&&le.length>1;le.splice(0,1));}return function(le,k,j,se,q){var E,z,Y,K,Ce,x,Z,Te,we,ge,Fe,$e,Gt,Ot,Bn,Xe,ra,ln=le.s==k.s?1:-1,Wt=le.c,Mt=k.c;if(!Wt||!Wt[0]||!Mt||!Mt[0])return new ae(!le.s||!k.s||(Wt?Mt&&Wt[0]==Mt[0]:!Mt)?NaN:Wt&&Wt[0]==0||!Mt?ln*0:ln/0);for(Te=new ae(ln),we=Te.c=[],z=le.e-k.e,ln=j+z+1,q||(q=es,z=ii(le.e/Lt)-ii(k.e/Lt),ln=ln/Lt|0),Y=0;Mt[Y]==(Wt[Y]||0);Y++);if(Mt[Y]>(Wt[Y]||0)&&z--,ln<0)we.push(1),K=!0;else{for(Ot=Wt.length,Xe=Mt.length,Y=0,ln+=2,Ce=oi(q/(Mt[0]+1)),Ce>1&&(Mt=N(Mt,Ce,q),Wt=N(Wt,Ce,q),Xe=Mt.length,Ot=Wt.length),Gt=Xe,ge=Wt.slice(0,Xe),Fe=ge.length;Fe<Xe;ge[Fe++]=0);ra=Mt.slice(),ra=[0].concat(ra),Bn=Mt[0],Mt[1]>=q/2&&Bn++;do{if(Ce=0,E=U(Mt,ge,Xe,Fe),E<0){if($e=ge[0],Xe!=Fe&&($e=$e*q+(ge[1]||0)),Ce=oi($e/Bn),Ce>1)for(Ce>=q&&(Ce=q-1),x=N(Mt,Ce,q),Z=x.length,Fe=ge.length;U(x,ge,Z,Fe)==1;)Ce--,B(x,Xe<Z?ra:Mt,Z,q),Z=x.length,E=1;else Ce==0&&(E=Ce=1),x=Mt.slice(),Z=x.length;if(Z<Fe&&(x=[0].concat(x)),B(ge,x,Fe,q),Fe=ge.length,E==-1)for(;U(Mt,ge,Xe,Fe)<1;)Ce++,B(ge,Xe<Fe?ra:Mt,Fe,q),Fe=ge.length}else E===0&&(Ce++,ge=[0]);we[Y++]=Ce,ge[0]?ge[Fe++]=Wt[Gt]||0:(ge=[Wt[Gt]],Fe=1)}while((Gt++<Ot||ge[0]!=null)&&ln--);K=ge[0]!=null,we[0]||we.splice(0,1)}if(q==es){for(Y=1,ln=we[0];ln>=10;ln/=10,Y++);rt(Te,j+(Te.e=Y+z*Lt-1)+1,se,K)}else Te.e=z,Te.r=+K;return Te}})();function Ne(N,U,B,le){var k,j,se,q,E;if(B==null?B=C:na(B,0,8),!N.c)return N.toString();if(k=N.c[0],se=N.e,U==null)E=si(N.c),E=le==1||le==2&&(se<=R||se>=_)?ay(E,se):Du(E,se,"0");else if(N=rt(new ae(N),U,B),j=N.e,E=si(N.c),q=E.length,le==1||le==2&&(U<=j||j<=R)){for(;q<U;E+="0",q++);E=ay(E,j)}else if(U-=se+(le===2&&j>se),E=Du(E,j,"0"),j+1>q){if(--U>0)for(E+=".";U--;E+="0");}else if(U+=j-q,U>0)for(j+1==q&&(E+=".");U--;E+="0");return N.s<0&&k?"-"+E:E}function je(N,U){for(var B,le,k=1,j=new ae(N[0]);k<N.length;k++)le=new ae(N[k]),(!le.s||(B=Uf(j,le))===U||B===0&&j.s===U)&&(j=le);return j}function lt(N,U,B){for(var le=1,k=U.length;!U[--k];U.pop());for(k=U[0];k>=10;k/=10,le++);return(B=le+B*Lt-1)>Q?N.c=N.e=null:B<ue?N.c=[N.e=0]:(N.e=B,N.c=U),N}y=(function(){var N=/^(-?)0([xbo])(?=\w[\w.]*$)/i,U=/^([^.]+)\.$/,B=/^\.([^.]+)$/,le=/^-?(Infinity|NaN)$/,k=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(j,se,q,E){var z,Y=q?se:se.replace(k,"");if(le.test(Y))j.s=isNaN(Y)?null:Y<0?-1:1;else{if(!q&&(Y=Y.replace(N,function(K,Ce,x){return z=(x=x.toLowerCase())=="x"?16:x=="b"?2:8,!E||E==z?Ce:K}),E&&(z=E,Y=Y.replace(U,"$1").replace(B,"0.$1")),se!=Y))return new ae(Y,z);if(ae.DEBUG)throw Error(io+"Not a"+(E?" base "+E:"")+" number: "+se);j.s=null}j.c=j.e=null}})();function rt(N,U,B,le){var k,j,se,q,E,z,Y,K=N.c,Ce=ab;if(K){e:{for(k=1,q=K[0];q>=10;q/=10,k++);if(j=U-k,j<0)j+=Lt,se=U,E=K[z=0],Y=oi(E/Ce[k-se-1]%10);else if(z=tb((j+1)/Lt),z>=K.length)if(le){for(;K.length<=z;K.push(0));E=Y=0,k=1,j%=Lt,se=j-Lt+1}else break e;else{for(E=q=K[z],k=1;q>=10;q/=10,k++);j%=Lt,se=j-Lt+k,Y=se<0?0:oi(E/Ce[k-se-1]%10)}if(le=le||U<0||K[z+1]!=null||(se<0?E:E%Ce[k-se-1]),le=B<4?(Y||le)&&(B==0||B==(N.s<0?3:2)):Y>5||Y==5&&(B==4||le||B==6&&(j>0?se>0?E/Ce[k-se]:0:K[z-1])%10&1||B==(N.s<0?8:7)),U<1||!K[0])return K.length=0,le?(U-=N.e+1,K[0]=Ce[(Lt-U%Lt)%Lt],N.e=-U||0):K[0]=N.e=0,N;if(j==0?(K.length=z,q=1,z--):(K.length=z+1,q=Ce[Lt-j],K[z]=se>0?oi(E/Ce[k-se]%Ce[se])*q:0),le)for(;;)if(z==0){for(j=1,se=K[0];se>=10;se/=10,j++);for(se=K[0]+=q,q=1;se>=10;se/=10,q++);j!=q&&(N.e++,K[0]==es&&(K[0]=1));break}else{if(K[z]+=q,K[z]!=es)break;K[z--]=0,q=1}for(j=K.length;K[--j]===0;K.pop());}N.e>Q?N.c=N.e=null:N.e<ue&&(N.c=[N.e=0])}return N}function Ke(N){var U,B=N.e;return B===null?N.toString():(U=si(N.c),U=B<=R||B>=_?ay(U,B):Du(U,B,"0"),N.s<0?"-"+U:U)}return v.absoluteValue=v.abs=function(){var N=new ae(this);return N.s<0&&(N.s=1),N},v.comparedTo=function(N,U){return Uf(this,new ae(N,U))},v.decimalPlaces=v.dp=function(N,U){var B,le,k,j=this;if(N!=null)return na(N,0,Fa),U==null?U=C:na(U,0,8),rt(new ae(j),N+j.e+1,U);if(!(B=j.c))return null;if(le=((k=B.length-1)-ii(this.e/Lt))*Lt,k=B[k])for(;k%10==0;k/=10,le--);return le<0&&(le=0),le},v.dividedBy=v.div=function(N,U){return f(this,new ae(N,U),w,C)},v.dividedToIntegerBy=v.idiv=function(N,U){return f(this,new ae(N,U),0,1)},v.exponentiatedBy=v.pow=function(N,U){var B,le,k,j,se,q,E,z,Y,K=this;if(N=new ae(N),N.c&&!N.isInteger())throw Error(io+"Exponent not an integer: "+Ke(N));if(U!=null&&(U=new ae(U)),q=N.e>14,!K.c||!K.c[0]||K.c[0]==1&&!K.e&&K.c.length==1||!N.c||!N.c[0])return Y=new ae(Math.pow(+Ke(K),q?N.s*(2-ny(N)):+Ke(N))),U?Y.mod(U):Y;if(E=N.s<0,U){if(U.c?!U.c[0]:!U.s)return new ae(NaN);le=!E&&K.isInteger()&&U.isInteger(),le&&(K=K.mod(U))}else{if(N.e>9&&(K.e>0||K.e<-1||(K.e==0?K.c[0]>1||q&&K.c[1]>=24e7:K.c[0]<8e13||q&&K.c[0]<=9999975e7)))return j=K.s<0&&ny(N)?-0:0,K.e>-1&&(j=1/j),new ae(E?1/j:j);te&&(j=tb(te/Lt+2))}for(q?(B=new ae(.5),E&&(N.s=1),z=ny(N)):(k=Math.abs(+Ke(N)),z=k%2),Y=new ae(b);;){if(z){if(Y=Y.times(K),!Y.c)break;j?Y.c.length>j&&(Y.c.length=j):le&&(Y=Y.mod(U))}if(k){if(k=oi(k/2),k===0)break;z=k%2}else if(N=N.times(B),rt(N,N.e+1,1),N.e>14)z=ny(N);else{if(k=+Ke(N),k===0)break;z=k%2}K=K.times(K),j?K.c&&K.c.length>j&&(K.c.length=j):le&&(K=K.mod(U))}return le?Y:(E&&(Y=b.div(Y)),U?Y.mod(U):j?rt(Y,te,C,se):Y)},v.integerValue=function(N){var U=new ae(this);return N==null?N=C:na(N,0,8),rt(U,U.e+1,N)},v.isEqualTo=v.eq=function(N,U){return Uf(this,new ae(N,U))===0},v.isFinite=function(){return!!this.c},v.isGreaterThan=v.gt=function(N,U){return Uf(this,new ae(N,U))>0},v.isGreaterThanOrEqualTo=v.gte=function(N,U){return(U=Uf(this,new ae(N,U)))===1||U===0},v.isInteger=function(){return!!this.c&&ii(this.e/Lt)>this.c.length-2},v.isLessThan=v.lt=function(N,U){return Uf(this,new ae(N,U))<0},v.isLessThanOrEqualTo=v.lte=function(N,U){return(U=Uf(this,new ae(N,U)))===-1||U===0},v.isNaN=function(){return!this.s},v.isNegative=function(){return this.s<0},v.isPositive=function(){return this.s>0},v.isZero=function(){return!!this.c&&this.c[0]==0},v.minus=function(N,U){var B,le,k,j,se=this,q=se.s;if(N=new ae(N,U),U=N.s,!q||!U)return new ae(NaN);if(q!=U)return N.s=-U,se.plus(N);var E=se.e/Lt,z=N.e/Lt,Y=se.c,K=N.c;if(!E||!z){if(!Y||!K)return Y?(N.s=-U,N):new ae(K?se:NaN);if(!Y[0]||!K[0])return K[0]?(N.s=-U,N):new ae(Y[0]?se:C==3?-0:0)}if(E=ii(E),z=ii(z),Y=Y.slice(),q=E-z){for((j=q<0)?(q=-q,k=Y):(z=E,k=K),k.reverse(),U=q;U--;k.push(0));k.reverse()}else for(le=(j=(q=Y.length)<(U=K.length))?q:U,q=U=0;U<le;U++)if(Y[U]!=K[U]){j=Y[U]<K[U];break}if(j&&(k=Y,Y=K,K=k,N.s=-N.s),U=(le=K.length)-(B=Y.length),U>0)for(;U--;Y[B++]=0);for(U=es-1;le>q;){if(Y[--le]<K[le]){for(B=le;B&&!Y[--B];Y[B]=U);--Y[B],Y[le]+=es}Y[le]-=K[le]}for(;Y[0]==0;Y.splice(0,1),--z);return Y[0]?lt(N,Y,z):(N.s=C==3?-1:1,N.c=[N.e=0],N)},v.modulo=v.mod=function(N,U){var B,le,k=this;return N=new ae(N,U),!k.c||!N.s||N.c&&!N.c[0]?new ae(NaN):!N.c||k.c&&!k.c[0]?new ae(k):(X==9?(le=N.s,N.s=1,B=f(k,N,0,3),N.s=le,B.s*=le):B=f(k,N,0,X),N=k.minus(B.times(N)),!N.c[0]&&X==1&&(N.s=k.s),N)},v.multipliedBy=v.times=function(N,U){var B,le,k,j,se,q,E,z,Y,K,Ce,x,Z,Te,we,ge=this,Fe=ge.c,$e=(N=new ae(N,U)).c;if(!Fe||!$e||!Fe[0]||!$e[0])return!ge.s||!N.s||Fe&&!Fe[0]&&!$e||$e&&!$e[0]&&!Fe?N.c=N.e=N.s=null:(N.s*=ge.s,!Fe||!$e?N.c=N.e=null:(N.c=[0],N.e=0)),N;for(le=ii(ge.e/Lt)+ii(N.e/Lt),N.s*=ge.s,E=Fe.length,K=$e.length,E<K&&(Z=Fe,Fe=$e,$e=Z,k=E,E=K,K=k),k=E+K,Z=[];k--;Z.push(0));for(Te=es,we=Qc,k=K;--k>=0;){for(B=0,Ce=$e[k]%we,x=$e[k]/we|0,se=E,j=k+se;j>k;)z=Fe[--se]%we,Y=Fe[se]/we|0,q=x*z+Y*Ce,z=Ce*z+q%we*we+Z[j]+B,B=(z/Te|0)+(q/we|0)+x*Y,Z[j--]=z%Te;Z[j]=B}return B?++le:Z.splice(0,1),lt(N,Z,le)},v.negated=function(){var N=new ae(this);return N.s=-N.s||null,N},v.plus=function(N,U){var B,le=this,k=le.s;if(N=new ae(N,U),U=N.s,!k||!U)return new ae(NaN);if(k!=U)return N.s=-U,le.minus(N);var j=le.e/Lt,se=N.e/Lt,q=le.c,E=N.c;if(!j||!se){if(!q||!E)return new ae(k/0);if(!q[0]||!E[0])return E[0]?N:new ae(q[0]?le:k*0)}if(j=ii(j),se=ii(se),q=q.slice(),k=j-se){for(k>0?(se=j,B=E):(k=-k,B=q),B.reverse();k--;B.push(0));B.reverse()}for(k=q.length,U=E.length,k-U<0&&(B=E,E=q,q=B,U=k),k=0;U;)k=(q[--U]=q[U]+E[U]+k)/es|0,q[U]=es===q[U]?0:q[U]%es;return k&&(q=[k].concat(q),++se),lt(N,q,se)},v.precision=v.sd=function(N,U){var B,le,k,j=this;if(N!=null&&N!==!!N)return na(N,1,Fa),U==null?U=C:na(U,0,8),rt(new ae(j),N,U);if(!(B=j.c))return null;if(k=B.length-1,le=k*Lt+1,k=B[k]){for(;k%10==0;k/=10,le--);for(k=B[0];k>=10;k/=10,le++);}return N&&j.e+1>le&&(le=j.e+1),le},v.shiftedBy=function(N){return na(N,-nb,nb),this.times("1e"+N)},v.squareRoot=v.sqrt=function(){var N,U,B,le,k,j=this,se=j.c,q=j.s,E=j.e,z=w+4,Y=new ae("0.5");if(q!==1||!se||!se[0])return new ae(!q||q<0&&(!se||se[0])?NaN:se?j:1/0);if(q=Math.sqrt(+Ke(j)),q==0||q==1/0?(U=si(se),(U.length+E)%2==0&&(U+="0"),q=Math.sqrt(+U),E=ii((E+1)/2)-(E<0||E%2),q==1/0?U="5e"+E:(U=q.toExponential(),U=U.slice(0,U.indexOf("e")+1)+E),B=new ae(U)):B=new ae(q+""),B.c[0]){for(E=B.e,q=E+z,q<3&&(q=0);;)if(k=B,B=Y.times(k.plus(f(j,k,z,1))),si(k.c).slice(0,q)===(U=si(B.c)).slice(0,q))if(B.e<E&&--q,U=U.slice(q-3,q+1),U=="9999"||!le&&U=="4999"){if(!le&&(rt(k,k.e+w+2,0),k.times(k).eq(j))){B=k;break}z+=4,q+=4,le=1}else{(!+U||!+U.slice(1)&&U.charAt(0)=="5")&&(rt(B,B.e+w+2,1),N=!B.times(B).eq(j));break}}return rt(B,B.e+w+1,C,N)},v.toExponential=function(N,U){return N!=null&&(na(N,0,Fa),N++),Ne(this,N,U,1)},v.toFixed=function(N,U){return N!=null&&(na(N,0,Fa),N=N+this.e+1),Ne(this,N,U)},v.toFormat=function(N,U,B){var le,k=this;if(B==null)N!=null&&U&&typeof U=="object"?(B=U,U=null):N&&typeof N=="object"?(B=N,N=U=null):B=ie;else if(typeof B!="object")throw Error(io+"Argument not an object: "+B);if(le=k.toFixed(N,U),k.c){var j,se=le.split("."),q=+B.groupSize,E=+B.secondaryGroupSize,z=B.groupSeparator||"",Y=se[0],K=se[1],Ce=k.s<0,x=Ce?Y.slice(1):Y,Z=x.length;if(E&&(j=q,q=E,E=j,Z-=j),q>0&&Z>0){for(j=Z%q||q,Y=x.substr(0,j);j<Z;j+=q)Y+=z+x.substr(j,q);E>0&&(Y+=z+x.slice(j)),Ce&&(Y="-"+Y)}le=K?Y+(B.decimalSeparator||"")+((E=+B.fractionGroupSize)?K.replace(new RegExp("\\d{"+E+"}\\B","g"),"$&"+(B.fractionGroupSeparator||"")):K):Y}return(B.prefix||"")+le+(B.suffix||"")},v.toFraction=function(N){var U,B,le,k,j,se,q,E,z,Y,K,Ce,x=this,Z=x.c;if(N!=null&&(q=new ae(N),!q.isInteger()&&(q.c||q.s!==1)||q.lt(b)))throw Error(io+"Argument "+(q.isInteger()?"out of range: ":"not an integer: ")+Ke(q));if(!Z)return new ae(x);for(U=new ae(b),z=B=new ae(b),le=E=new ae(b),Ce=si(Z),j=U.e=Ce.length-x.e-1,U.c[0]=ab[(se=j%Lt)<0?Lt+se:se],N=!N||q.comparedTo(U)>0?j>0?U:z:q,se=Q,Q=1/0,q=new ae(Ce),E.c[0]=0;Y=f(q,U,0,1),k=B.plus(Y.times(le)),k.comparedTo(N)!=1;)B=le,le=k,z=E.plus(Y.times(k=z)),E=k,U=q.minus(Y.times(k=U)),q=k;return k=f(N.minus(B),le,0,1),E=E.plus(k.times(z)),B=B.plus(k.times(le)),E.s=z.s=x.s,j=j*2,K=f(z,le,j,C).minus(x).abs().comparedTo(f(E,B,j,C).minus(x).abs())<1?[z,le]:[E,B],Q=se,K},v.toNumber=function(){return+Ke(this)},v.toPrecision=function(N,U){return N!=null&&na(N,1,Fa),Ne(this,N,U,2)},v.toString=function(N){var U,B=this,le=B.s,k=B.e;return k===null?le?(U="Infinity",le<0&&(U="-"+U)):U="NaN":(N==null?U=k<=R||k>=_?ay(si(B.c),k):Du(si(B.c),k,"0"):N===10&&Ie?(B=rt(new ae(B),w+k+1,C),U=Du(si(B.c),B.e,"0")):(na(N,2,ne.length,"Base"),U=p(Du(si(B.c),k,"0"),10,N,le,!0)),le<0&&B.c[0]&&(U="-"+U)),U},v.valueOf=v.toJSON=function(){return Ke(this)},v._isBigNumber=!0,v[Symbol.toStringTag]="BigNumber",v[Symbol.for("nodejs.util.inspect.custom")]=v.valueOf,r!=null&&ae.set(r),ae}function ii(r){var f=r|0;return r>0||r===f?f:f-1}function si(r){for(var f,p,y=1,v=r.length,b=r[0]+"";y<v;){for(f=r[y++]+"",p=Lt-f.length;p--;f="0"+f);b+=f}for(v=b.length;b.charCodeAt(--v)===48;);return b.slice(0,v+1||1)}function Uf(r,f){var p,y,v=r.c,b=f.c,w=r.s,C=f.s,R=r.e,_=f.e;if(!w||!C)return null;if(p=v&&!v[0],y=b&&!b[0],p||y)return p?y?0:-C:w;if(w!=C)return w;if(p=w<0,y=R==_,!v||!b)return y?0:!v^p?1:-1;if(!y)return R>_^p?1:-1;for(C=(R=v.length)<(_=b.length)?R:_,w=0;w<C;w++)if(v[w]!=b[w])return v[w]>b[w]^p?1:-1;return R==_?0:R>_^p?1:-1}function na(r,f,p,y){if(r<f||r>p||r!==oi(r))throw Error(io+(y||"Argument")+(typeof r=="number"?r<f||r>p?" out of range: ":" not an integer: ":" not a primitive number: ")+String(r))}function ny(r){var f=r.c.length-1;return ii(r.e/Lt)==f&&r.c[f]%2!=0}function ay(r,f){return(r.length>1?r.charAt(0)+"."+r.slice(1):r)+(f<0?"e":"e+")+f}function Du(r,f,p){var y,v;if(f<0){for(v=p+".";++f;v+=p);r=v+r}else if(y=r.length,++f>y){for(v=p,f-=y;--f;v+=p);r+=v}else f<y&&(r=r.slice(0,f)+"."+r.slice(f));return r}var ht=e4();class x0{baseUrl;constructor(f){this.baseUrl=f}buildUrl(f,p){const y=new URL(f,this.baseUrl);return p&&Object.entries(p).forEach(([v,b])=>{b!=null&&y.searchParams.append(v,String(b))}),y.toString()}async get(f,p={}){const y=this.buildUrl(f,p.query),v=await fetch(y,{method:"GET",headers:p.headers||{}});if(!v.ok){let w=null;try{w=await v.json()}catch{try{const R=await v.text();R&&(w={message:R})}catch{}}const C=new Error(w?.message||w?.errorMessage||`HTTP ${v.status}: ${v.statusText}`);throw C.status=v.status,C.statusText=v.statusText,w&&(C.data=w),C}return{data:await v.json(),status:v.status}}async post(f,p,y={}){const v=this.buildUrl(f,y.query),b=await fetch(v,{method:"POST",headers:{"Content-Type":"application/json",...y.headers},body:JSON.stringify(p)});if(!b.ok){let C=null;try{C=await b.json()}catch{try{const _=await b.text();_&&(C={message:_})}catch{}}const R=new Error(C?.message||C?.errorMessage||`HTTP ${b.status}: ${b.statusText}`);throw R.status=b.status,R.statusText=b.statusText,C&&(R.data=C),R}return{data:await b.json(),status:b.status}}}const w6=.01,t4=new x0("https://wallet-api.pantograph.app"),E6="https://deep-index.moralis.io";function $h(){return"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJub25jZSI6ImY4NmY0Yzc2LTA3MDQtNGEwZS04YTA0LWUwODllOGQxMGZjZCIsIm9yZ0lkIjoiMzk0MDAyIiwidXNlcklkIjoiNDA0ODUzIiwidHlwZUlkIjoiYjQyODExOTQtOGQ0Yi00NjkxLTlhZjItNjU4ODE2NzExYmRjIiwidHlwZSI6IlBST0pFQ1QiLCJpYXQiOjE3MTY4NjQyNTYsImV4cCI6NDg3MjYyNDI1Nn0.V8crfBIBardAnZkc05FD0hQIJBeZxMqvzRnYExVtnF8"}function Ph(r){return{"X-API-Key":r,Accept:"application/json"}}const ep=new x0(E6);async function so(r){const{address:f,chain:p="base",token_addresses:y,exclude_spam:v,exclude_unverified_contracts:b}=r;if(!f)throw new Error("Address is required");try{const w=$h(),C={chain:p,exclude_spam:v??!1,exclude_unverified_contracts:b??!1};y&&(C.token_addresses=y);const _=(await ep.get(`/api/v2.2/wallets/${encodeURIComponent(f)}/tokens`,{query:C,headers:Ph(w)})).data;if(_?.result?.length>0){_.result=_.result.filter(ue=>new ht(ue?.balance||0).gt(0)),_.result=_.result.map(ue=>({...ue,token_address:ue.token_address===h6?ol:ue.token_address}));try{if(_.result.length>0){const ue=JS(p)??p,Q=_.result.map(X=>X.token_address),M=await t4.get(`/keyrings/tokens/${ue}/v2`,{query:{addresses:Q.join(",")}});if(Array.isArray(M.data)){const X=new Map;for(const te of M.data)te.address&&te.price!=null&&X.set(te.address.toLowerCase(),parseFloat(String(te.price)));_.result=_.result.map(te=>{const ie=X.get(te.token_address.toLowerCase());if(ie==null)return te;const ne=ht(te.balance_formatted||"0").multipliedBy(ie).toNumber();return{...te,usd_price:ie,usd_value:ne}}),_.result=_.result.filter(te=>te.usd_value==null||new ht(te.usd_value).gte(w6))}}}catch(ue){console.warn("⚠️ Failed to fetch Pantograph prices:",ue)}}return{success:!0,data:_}}catch(w){const C=w instanceof Error?w.message:"Unknown error";return console.error("❌ Error fetching token balances:",C),{success:!1,error:C}}}async function n4(r){const{address:f,chain:p="base"}=r;if(!f)throw new Error("Token address is required");try{const y=JS(p)??p,v=await t4.get(`/keyrings/tokens/${y}/v2`,{query:{addresses:f}}),b=f===ol,C=(Array.isArray(v.data)?v.data:[]).find(te=>te.address?.toLowerCase()===f.toLowerCase()||b&&te.address==="")??null;if(C)return{success:!0,data:{token_address:C.address??f,name:C.name??"",symbol:C.symbol??"",decimals:C.decimals!=null?Number(C.decimals):18,logo:C.icon_image||C.logo,thumbnail:C.icon_image||C.logo,usd_price:C.price!=null?parseFloat(C.price):void 0,usd_price_24hr_percent_change:C.price_change_percentage_24h??void 0,usd_price_24hr_usd_change:C.price_change_24h??void 0}};console.warn("⚠️ Pantograph returned no result, falling back to Moralis API");const R=$h(),[_,ue]=await Promise.allSettled([ep.get("/api/v2.2/erc20/metadata",{query:{chain:p,addresses:[f]},headers:Ph(R)}),ep.get(`/api/v2.2/erc20/${encodeURIComponent(f)}/price`,{query:{chain:p,include:"percent_change"},headers:Ph(R)})]),Q=_.status==="fulfilled"?_.value.data:[];if(!Q||Q.length===0)return{success:!1,error:"Token metadata not found"};const M=Q[0],X=ue.status==="fulfilled"?ue.value.data:void 0;return{success:!0,data:{token_address:M.token_address,name:M.name,symbol:M.symbol,decimals:M.decimals,logo:M.logo||M.thumbnail,thumbnail:M.thumbnail,usd_price:X?.usdPrice??void 0,usd_price_24hr_percent_change:X?.["24hrPercentChange"]?parseFloat(X["24hrPercentChange"]):void 0,usd_price_24hr_usd_change:X?.usdPriceChange24hr??void 0}}}catch(y){const v=y instanceof Error?y.message:"Unknown error";return console.error("❌ Error fetching token metadata:",v),{success:!1,error:v}}}async function C6(r){const{prompt:f,model:p="gpt-4.1-mini",stream:y=!1,systemPrompt:v}=r;if(!f)throw new Error("Prompt is required");try{const b=$h(),w=new x0("https://cortex-api.moralis.io"),C=v?`${v}
|
|
343
|
+
${Kw(X)}`),super(f.shortMessage,{cause:f,docsPath:y,metaMessages:[...f.metaMessages?[...f.metaMessages," "]:[],"Raw Call Arguments:",ie].filter(Boolean),name:"CallExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=f}}function $w(r,f){const p=(r.details||"").toLowerCase(),y=r instanceof Et?r.walk(v=>v?.code===x0.code):r;return y instanceof Et?new x0({cause:r,message:y.details}):x0.nodeMessage.test(p)?new x0({cause:r,message:r.details}):kf.nodeMessage.test(p)?new kf({cause:r,maxFeePerGas:f?.maxFeePerGas}):Uv.nodeMessage.test(p)?new Uv({cause:r,maxFeePerGas:f?.maxFeePerGas}):zv.nodeMessage.test(p)?new zv({cause:r,nonce:f?.nonce}):_v.nodeMessage.test(p)?new _v({cause:r,nonce:f?.nonce}):Hv.nodeMessage.test(p)?new Hv({cause:r,nonce:f?.nonce}):Lv.nodeMessage.test(p)?new Lv({cause:r}):jv.nodeMessage.test(p)?new jv({cause:r,gas:f?.gas}):Yv.nodeMessage.test(p)?new Yv({cause:r,gas:f?.gas}):qv.nodeMessage.test(p)?new qv({cause:r}):Ih.nodeMessage.test(p)?new Ih({cause:r,maxFeePerGas:f?.maxFeePerGas,maxPriorityFeePerGas:f?.maxPriorityFeePerGas}):new OS({cause:r})}function Pw(r,{docsPath:f,...p}){const y=(()=>{const v=$w(r,p);return v instanceof OS?r:v})();return new Ww(y,{docsPath:f,...p})}function e6(r,{format:f}){if(!f)return{};const p={};function y(b){const w=Object.keys(b);for(const C of w)C in r&&(p[C]=r[C]),b[C]&&typeof b[C]=="object"&&!Array.isArray(b[C])&&y(b[C])}const v=f(r||{});return y(v),p}function t6(r){const{account:f,maxFeePerGas:p,maxPriorityFeePerGas:y,to:v}=r,b=f?Jv(f):void 0;if(b&&!ja(b.address))throw new zs({address:b.address});if(v&&!ja(v))throw new zs({address:v});if(p&&p>C0)throw new kf({maxFeePerGas:p});if(y&&p&&y>p)throw new Ih({maxFeePerGas:p,maxPriorityFeePerGas:y})}async function n6(r,f){const{account:p=r.account}=f;if(!p)throw new Tw;const y=Jv(p);try{const{accessList:v,blockNumber:b,blockTag:w,data:C,gas:R,gasPrice:_,maxFeePerGas:ue,maxPriorityFeePerGas:Q,nonce:M,to:X,value:te,...ie}=f,Ie=(typeof b=="bigint"?At(b):void 0)||w;t6(f);const ae=r.chain?.formatters?.transactionRequest?.format,je=(ae||PT)({...e6(ie,{format:ae}),account:y,accessList:v,data:C,gas:R,gasPrice:_,maxFeePerGas:ue,maxPriorityFeePerGas:Q,nonce:M,to:X,value:te},"estimateGas"),{baseFeePerGas:lt,gasLimit:rt,priorityFeePerGas:Ke}=await r.request({method:"linea_estimateGas",params:Ie?[je,Ie]:[je]});return{baseFeePerGas:BigInt(lt),gasLimit:BigInt(rt),priorityFeePerGas:BigInt(Ke)}}catch(v){throw Pw(v,{...f,account:y,chain:r.chain})}}const a6={fees:{estimateFeesPerGas:XS,async maxPriorityFeePerGas({block:r,client:f,request:p}){const y=await XS({block:r,client:f,multiply:v=>v,request:p,type:"eip1559"});return y?.maxPriorityFeePerGas?y.maxPriorityFeePerGas:null}}};async function XS({client:r,multiply:f,request:p,type:y}){try{const v=await n6(r,{...p,account:p?.account}),{priorityFeePerGas:b}=v,C=f(BigInt(v.baseFeePerGas))+b;return y==="legacy"?{gasPrice:C}:{maxFeePerGas:C,maxPriorityFeePerGas:b}}catch{return null}}const l6=Cu({...a6,id:59144,name:"Linea Mainnet",blockTime:2e3,nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build",apiUrl:"https://api.lineascan.build/api"}},contracts:{multicall3:{address:"0xcA11bde05977b3631167028862bE2a173976CA11",blockCreated:42},ensRegistry:{address:"0x50130b669B28C339991d8676FA73CF122a121267",blockCreated:6682888},ensUniversalResolver:{address:"0x4D41762915F83c76EcaF6776d9b08076aA32b492",blockCreated:22222151}},ensTlds:[".linea.eth"],testnet:!1}),o6=Cu({id:1,name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},blockTime:12e3,rpcUrls:{default:{http:["https://eth.merkle.io"]}},blockExplorers:{default:{name:"Etherscan",url:"https://etherscan.io",apiUrl:"https://api.etherscan.io/api"}},contracts:{ensUniversalResolver:{address:"0xeeeeeeee14d718c2b47d9923deab1335e144eeee",blockCreated:23085558},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:14353601}}}),Wh=1,i6=Cu({...$1,id:10,name:"OP Mainnet",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://mainnet.optimism.io"]}},blockExplorers:{default:{name:"Optimism Explorer",url:"https://optimistic.etherscan.io",apiUrl:"https://api-optimistic.etherscan.io/api"}},contracts:{...$1.contracts,disputeGameFactory:{[Wh]:{address:"0xe5965Ab5962eDc7477C8520243A95517CD252fA9"}},l2OutputOracle:{[Wh]:{address:"0xdfe97868233d1aa22e815a266982f2cf17685a27"}},multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:4286263},portal:{[Wh]:{address:"0xbEb5Fc579115071764c7423A4f12eDde41f106Ed"}},l1StandardBridge:{[Wh]:{address:"0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"}}},sourceId:Wh}),s6=Cu({id:137,name:"Polygon",blockTime:2e3,nativeCurrency:{name:"POL",symbol:"POL",decimals:18},rpcUrls:{default:{http:["https://polygon.drpc.org"]}},blockExplorers:{default:{name:"PolygonScan",url:"https://polygonscan.com",apiUrl:"https://api.etherscan.io/v2/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:25770160}}}),IS="/docs/contract/encodeFunctionData";function u6(r){const{abi:f,args:p,functionName:y}=r;let v=f[0];if(y){const b=Zw({abi:f,args:p,name:y});if(!b)throw new jS(y,{docsPath:IS});v=b}if(v.type!=="function")throw new jS(void 0,{docsPath:IS});return{abi:[v],functionName:GS(Fv(v))}}function Vc(r){const{args:f}=r,{abi:p,functionName:y}=r.abi.length===1&&r.functionName?.startsWith("0x")?r:u6(r),v=p[0],b=y,w="inputs"in v&&v.inputs?Lw(v.inputs,f??[]):void 0;return Df([b,w??"0x"])}const _s={1:{...o6,logo:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABoCAYAAAAdHLWhAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAJalJREFUeAHVfQl4HNWZ4F/V96Vu3ZItS7IlMLLNEWTAGAwGAjmGhJ1JyHwQIGQ3B2ENhOwm2Xgg6xwfJGQIuwMTNiwTjswZhhyETABD4jiEK8YH2JIPWdjWZVmybqmvqnrz/+9Vtaqrq7pbp81vl6r61Tv///3H+99REry/QTLdmSXc+M3gfQwSnP5AdZTufrwrFpHClwOTGyUJGpmmNYDGGpnEYvg+yhjemaankEGSpBHG1FFZ8hyRXS7QNPUdSfZ0qqmJd4bV4T1/v6llSM//tCbg6UggXqf/9aPjy72uwHVMhvOYplyuqUqDpqVBVdOIUgaaquavPYOs90gwkF0ekGU3vyTJddTl8e5mavo5Na3tvm9T5S5TytMGThcCcS6559HBjZLbcx1TlOtUTWlQlAQgApFR7HEmyy5MiP9kmSiA/2UdvZpIQ89MJe5xxLrb7cXLD5LbfdTl8mzT0qmnv/ulim08k9MATjWBpP/+SHtZhXfJnYqmXqcqyXOVVJwj1AxECBkRiQjkxOCcILkccgRbHtCQUAzzRU7kXKjxS8lOiuW4PT7weINHNU37tsbS2753e817cAq56lQQiJe5+ZGBD2DXvVXStJuTqYmYqqSmIyA3UK8mohDCOGcsADDUWVSumk4i0VLTHQPJgeIPPJ4A3n1PK0r8W6eKUItJIF7W3T/saAqFyh9PpxKXp5FbmIEUJIqOECSODwgX2WaZxEMMBsm9S1lpzA0zxwNLXHO4IFYCFLzQ6ODhxL1ef5g6ytPJxOi3H7hjWSd2oEUj1GIRiIuyqLvqf6uKckcqPs4RQEAI8PiC4PYGdMSBo5iyYFkAszzbxcuHTisl6YZ1I/2XSkzis8rDJU6oELhd3p+q8eSW731lcThqMQgkf+ORk1/GttybTE3GNOyl1Co36hHqmSTGjIrk9nQBdgMcp4pb8yiUphBNSSemkpOc0w2O8gdKjqJW+45v4EdPbNmyZUGNiYUiEM/3qw8cW+EKhX+ipOOXpZNT4gU20OePcN3yfgISx2kklKGniOM9Hv92dWrqv/7ga/WdsEDctFAEkr9OXMOQaxJjMa5nSMd4g1yc4YjEvvR8rANQXBoepgdKkmO+9IoZ7yTn/CQjO/13KjHBRR+l18XeqORyf/v7t5f/Hz31vBJqvgkkfWHLjvKyiuXfTKcTdxhcQ+axLxjl4sEJhAFQuDpm08HOMCDLbPXSfmjvKQMm+TIGRG667DKdnu2AuCg+OayLPSaMCJfv4c7tt939zDPPaDCPRJo3AqFile78QdeKgD/wc5TZ5xhmsy8Q4ZyzGEDKvaVBgnVnHIdfvtwFw+x83ssXCkg3EUcR0NiMdNNUfOiqh792xryJvPkaYEi3fXd3cyAQeiURHztHQeIQYvyhUpTVwayamj2YWRebvoPxm2XLjMw7sL/T4PNjG0L8OeY+DF7WxzmKOZQNlrLBUo+su006jy8EgXA5bysNfuNTIw2BQNkrt9/X0QTz1Pnng0DS3d8/2loSrX8rPjnUQOxPvq5AsBRFmzfTKgPhYLrbthqmCZEJY9mEA5u8qNyrLvBDack0x5S62pFomm38rGfILsORojZ5UFv92Fa6C9E31BAKR3fcdf/+tTAPRJoTgUis3XX/4bWS17s1PjUU0zSG1pmfVxjQFcNMhFnIi/5EQwyuWRfOql/QdRJK5P1CVyxg+eh4hUCoHAfYASAcxCdHom5f6VbquDBHIs2FQNJXHjrW6vZHXkrGx9FSQ2WJLO/zR21dM8zB4WkHxcYV8RiKFxU+eEHANk65+wD6S+N50meX51R2MeG+QAnHAYUlEqNRdPy+TB0Y5kCkWRGIOOeL39nVLLtCW5PxkRh1I25Ce0Xl7C6jMcVcxcbl8bBjnH+WCy5YbU8gWUpDhWcPd4w6lWMuz6nsYsMJB9wowudUciLq9pdsJVzBLIk0YwIRcW77bntzOLxsa2JCiDVSlh5vuDhxBLN7Zx8Hudat5Ig2K0TdXeCDPh2Js6+jNXwaJ9kX4YJwQrhJTA1HCVezJdJMCYR+QskdDldtTaLFQg0mnUMVKhYYm907uzg4JQBXXxSAspLCpnSNdycmiM+4DPNvu3Cn/AgnbnT+cnEXH2kIhpf+O40RYYZEmukgwX33D088hN6Ba7i15hIWzKkBBrGQCjf/RSznzcmTJ+HIkSNZYS5JQYJKEGdVsFg+YhmtWJrK4BOGmlYdDFcH6kree6mtra1ohVw0B5Fo+/KDfV/GAegmkudkCPgCMbBTnoV6nH04y4pjfWcth+pw+6dm1jlKvZ3g0kYtZTFbEaa32bHORlzzPbc9EscR4YoG7qlU/I66ix9Bx3HxeC8qIhHnC5vfOkNT2T00cqbCjYKnG2JWnNl3c7hx5YZDVhzrO3M51CNbz/IUJdrM4EKDocb3dsZgAMtARyDaXP/p39Y6F26nSEszwF5/CQ8nZytT2b1fvGdX0QPZoghEeidUVv84FhAFrgRDWLAbjLqYcZ/V4yzvmc0zcwh3SksNjeGY58Pri9d7Zgi5T0JI7iKRY1MGK6qeM31Hos6LHnwKTybGo6FY3eNQpHopSCCc75DvuK/r1nQ6tYG72vkEWzjTSTJ9hUGWq8YcBlaxZX6wxM8itDWcbojYay4OQll09j62av9ezCguerwepjFTWdZ65vwo8h2bvrs9QU4owmEKp1/ufKCPizqSTpAHChFI6kx+pBkHXPfw6WksyB8ozSIGY7nEsQ0Dm95mDQfLZQ1HLNaUMbhoTQDmAl45jmMjdAORn45Z6g0OnAF5uKdQGv1Ooo4kW4p7+aV7/vK2n1cUmj4vRCC5tLTxXvQU1FMuZNvbuXDAqeJ6mMayucMpXr670D0KfO4v58dqLPd1goedzIg1J5Hq9A5sngvlQS4h4iT6iUSK1i1ff+/111+fVxTkI5B009debVZV5SZCDBkEHk/ItqYMsu/mi1meWYF4WXdm+o29/UMXB+Yk2qxQ439n2sPg0A5rnVmhMJPRYJcHefdlIKsuiXHUTYHm/9lEasSpjo4vWltb3aWlK+7l8/FMGAacF21Y144T7DjKrlexfBcYcYVhcHnr/M4rhT1DUOY5qCM2f1uKvvLgRohSnFn2RfgzSiYoiS1/fNu2bTI4WHW2BCLF1XLV/12hMfZpUmp8QR96aoHZs3QWewNkId+O9e0Ilbkg97eKdfjw+iAE/fO/Pq4qcBALmAI7Jcjy1csprIjL5fbxqRjiMlVJbGi65JHzYSYEQsXlipY2C+6Bae4p6mKzqrNzerTaLlzlhXXnLMysLI2NKn3t3G0043bNoa1uHae0Bs8XLP0MzIBA0i3feHMFzqEI7kHF5tK5p9jLTpnacQ4r0EJuGOBUwkcund2Yp1ioDLwHAfl41tioUJuc2ljIgMhwEXIQLV8WmwCkT9/wuV9V2JncdgSSff7yK9JpNKuB6esJ2LQiNd/NF5iUJDMreciKn2VYMMjNC8z5ayjaAlAeXbh1BQYsC+0SPjNm30ZguQbAdBun04ApPYC1XWD6TcuLhTM1nZqKxhpb75RsJtLsCOT2ekKbyXdEK1tkl89e+YENuzPL70yF8sR1eofEiYU0+IvLIrAY4HXFocrXJhbZO7URINcAAIe22OGDmexDfCbJROvQdVx/DIR3IYuLrASSP7u5fWM6nawXbOgTa9jysOpsL1YgnHTCFz+5uJ7yymAnuGEc5q5Ii7uIAYhIVJyqKWd/9pvtV0ABAkn+UOwmcpFnWHA+6mLTXgCw5ThOHOSeC9d4oK7aA4sJNCWxLLQTkaUVlgxQRJtZnjD9ThKKIJ1K4ORj5ONgoUnWj8bGRg/OAl6m6saBLHtNImfmF1grZL3AJg7+Kw0zuHbD4og2K0S8QxDUDYZMHW3qCQ7tNcIBstsNDp2R/HPENGJJsXwt0sANJi4yE0ja+KlnabthPeVAC/HYXKhjNgpmEIehVfPRDUEoj7nhVEFDyW4gZ6q5jqyItuUYFEXEpzupEvFbqb/oo/9/OTgQyCX7IucpKN74C1nsOjBTHSCXRXPC9cxYEReANS/knogG688NwakEHzcYOrjBAGDfRjtRB5ZnMMdluXGNPDkzAI2JkhCuaiZjIUOXzAO6diS3O3QtrQqlRBJSVbPkaGZNgOxwc+1YHqowu2c9E2Lzu2+phNMBaiOHwM3GwDz7Kh4gq/3W9hi/zQ5iUxPBKhoJZJdfpFHTaMa5zwUbAklvv/22G+Xu2dy6kNxi8XguV9qGOV5QfHpaAXPFWh9UxOY+5unt7YXx8XGYKzSiqKOBZL42gsNvsAsDJyJJXOdrnCPkS2trazN6yMCGdOW1P6yK1a76lqamxIZdt1+8EPmB06Yo4xkc3pu3b9htkhLvSbQx+Dya1R737BZ0JJNJ2LNnD2zduhVeffVVeP755zmRysvLweeb3V4knzsOiuaGSaVM7CIHZ1wYwMBhhwzLH4mOGKBZA5fLE3VLpY9+5saLJ9CJyrgmxjkJ2bPsinON3iJLnkyuLLMlw6bQzN9cpDJrPGaOZ+SrD9zQYrr28tCsnKFEhIMHD8LevXs5kcxA4XRVVVXBhRdeCEuWLIGZwpLwQRiML8N6Bi24mMbyNG5EGMuigOmZGW+kHIQKnCdAQTG3pOWay7ZsWfMzCucEeuaZZ6RbN3/vbKIiRyN6r5lVwVi7TRaY4pggk4RZ4vGX0/mvO8cDl5w3M8Ogr68PduzYwe+F4MSJE5yjIpEI6Vo488wzoVhwyWmoDe6H7slzxVaWLBHAskWB3h79wQ4BPGx6QQpk4jD08gjfY5q4qNHI0bBlZSy9UaODI5iY+XNgmfzAZpBEf0kTZh/bWLzHoL29HTo6OooijBWI21BsAOpbaGlpgaamJk60QlATOQIjyVqYUKqn151niwj7xhYTpv92yYIUfPmwx78MdPuAhzY3N0voXT2blgVx0Ke1FxrI3/YxFG0VBcY8JLpIhNmJsdkAEeqtt97iF3ETcVUhQtWXYPmDFTj84IeiwLyDsZSAvNseqUEvROLWwuTkpMvYxWzsSBOcBJnnTD5S9rtCcc3vs+MxKMMxz8evKAEnmG/C2IGhp4hQdDnpqaB3HKqDHXAivpI7OA2wtt2KB8lCS3O4GS88jFQL96jL9SA4SBgJ6JiUVAb1xG8yl4VGZrk2V/Y7yVKwOb45TMo2M0nDYUX++iP2xCHxtX37dhgdHYXFAoNQ+fTU0pJDMBSvBYVFwQ4nBCxL30o5eJqOZ35vgCSMJokXQJwiBF9/fz8ZkSXT4xfmoAwtck+yxjNXDuyVpF6Ni8/xwvkt2bOkM1H8CwVmPUWEwjFJRvy5ZQUaonvh0NBFfOGmACtOTM8Z1mDTUfPiSScYg0zP5aVUVFRQFlERWcq12c13MLEyy302snBKw0VbCYPrrhR1MMQY9d75GFzOFxiEojFUQ0NDRk+VBU9AeLwfDYYlWaKOwOjHWb+pzZpJpIGNmDMSSJIxwCdaZIwEaXBwUMp4b5lUlIFgz9b2v83hZBh8cF0IIkEVe+meBdUv8wFUN6ueaq56F97pL0V3Di2gzCWS3W/r3T5M5EUeBWQahnQRHFRWVqbHNCWwGw7bDpHB3t1gE5cWUco4GPOm98NTTx2E9xsYhCJDouKMGEDowlyJU4yBZ8aV1Q2hA9kFdOeWwtDQEMu45ZhJXpovpzAAWzFoF5dcTSlFgif/IwTxlBfejyDjDGjSvwFS7ha+FNl2XGOIe6cLwBanmUMIkWpIk6yBKhkGY/iuxHyugJPzwFb3S/b+N2tKUq5pJQZ/Ongu1ESPQ1P1cQh40/B+gEjNRiirvw68gXIcD3kyyjYHR3rbTUZsVjg4xdcyaxZGUcRpmzZtmiYQYnSMrAdzrxCRs49FYRZP07Sfydo5KCBXzlHD3Hz7igdOTPpguDMKtbET0FxzAk5X8EXOgIqmW8AfXsqX7pIjmRMIrPrahJksaWKSacxBdzCYtp5VbYz0z5YtW8BwaxNdRjFCnVjxzyxZ5PIRs3mCPLHMQNMZbo/MD39QVR8cHQpD73A5rKjqhbryxRv7FAKXtwzKm26CUOnZfL+psYVEWG+SZexngBM+WJ73epfWl30hBbqMQLf+gEac2oVPq+0OYHUSdY4sa0lnTh/0S/waHBHT6jR6pt6opH2wvy8Mw1P90Fzdd0rFnuQKoDi7AmJLrgavv4JvlKYpGGPsQ6tR3ehETajCwes0/WANc1IXBmS8OabzWA0Rh/op3QXcSSpOyZVNnlsGRZQEueF2fWZySoHrNoZ5L3zxtTicHJGw8TK4kasICQOTfujdXwH1ZX3QUDkIQd/iEipUcRGUNVwPngCdHBLkR3TKnDAyHyJUh45BFV7v9q/POe3MAGcecQ6nkx3FuEnCzhrfV1dXp3Z3d7MMBynp9DFaispA5UchM5tTdSU9R5an5Hz0ExUBePpXA3Dfl5dA66pS+MUrE/DHnUlxxLKMIkTy8qVIPaN+ODFWikZEH4q9YVho8EWaIVp3LYqzNUKUoZ7hZw3pg8eo7wTUlx6AqP8kvPHeJXxpmMuVv61WyIcbLXOio5vWyB1F4vBjzYwZMi2dGDtmzHdoDmuU+dS0Tbg1Tr73wN31Lvjbf+iCAIq6z38yBg9+tQLqakTZEoo9Wszn8UdBdVVDW+8ZsG3fWTA2tTAnNJI4K1v+aahZ9VWIVLSiSKMTuiJipQ0tLIQkLC/dA2fXvsaJc6BvOcST4iTigm2dAW74EdEcPx6YnOjfu2rVKk5LziYbN26UevtPjlYtW38XHU9MSDSmvBcAJZyNxyfTkEwk4AOrSiAUkOGqi4I47SDD0Z40TCWAy3u+wNzlRuekD44NlsFkQoaSQBynxfMfE2p3TkJOLVx+KKm9Ggecn+dGgMdfguIsqJvPLq6sG2L74ayqtyEWEF8R6Bkqg47BJm7JSboVN1+AYk1MeaO+O7Tz/92zb+cLIxiscQJhY6TU2H6tufW2m9R0qoQvmte36jk5CeyUYsaSdIiXiYsdQEYi7T88BgGfCiuXC2dkwxIPfPhSsYuvvTPFlx0bRoSExJpIhOE9dLGQW6o8MglOUIhAXjSbq868A8KV63BMU4YiLcz37EiSUMkkzs5FjikP9WM9RWeYSnphX08z1iOmrwaVc9ulgxU3zBIn89s01aCkJrmOw07Z/buf3fJDDCL/F8sYCSMjIzgdrryOvft6fkI7IoH2+BuWJLPM/5hrxKwPTsaFEUaiDJHuwvHQz357Ei46twyqyqdF2F99MAIbWoPw7NZx1E8Jzk1uSRCKzNz3TvqhB81ysvaWVYxAsUBmc9nymyEQE2Yz5xiXmwsyapTPPQErK3chx5zMSftuVyOkWCl4iDh2p3mZH0y92hzOLBQy8EhjHLHcAAkhSXvxphixzCWpqpp8h2QgJVT4HkowvKtQaDlVznvrlfNe5j0xqQTg/h8fzmlwZakLbvtUDP7m86VQHhXyXpK9vLd7/TFQpWrY230mvH5wBfbu/Gu4Sc9E6z4BtefeB+GKtTy921uiL7tFcS4loD7WDhfVv2xLnEPHa2E0Uc2JWvAcPCgCZxa8kFrhi3WwAybGB14wE8hsqskllSvHSqtWf4GWXkmyVFAPkZyWJClzt77LIMhwiVjiG9fwWBrGxqfg/NXRnDIqy9zwERR7laWon3pRPyWFfqKeT+OohOKHzuOkn1xQEhT6ySziQpWXQ/kZX4Jg+Xl8byh5MfhgUxZ6Zmn0MKyp/TNOIwzYtpFE2+5jq/jZELJuOBhtM7fFCRdOuDGHKakp5CKF12106MADAXXv0YGBAdVKIOg59MLU6vV3fVpVUA+hXU7m5kIDDcpI17R3jsLq5iBUl9tba6Sf1q7283HUESQUWVHiUzNe3vPG40HoGw7xAaQS74HeQQ/EGm9BQ+AarmdoG6cLDQMxCGRokQ2gAbALCXQso2eskFZkeL1jFWIpxr8lMZ9GQVY5qQnurcExV/fzj63fgsSJgw0HUenulWu/2ISP55MO4iN9QqB53txhjt0MUoF2ZCb5Mglk7u97p/0kXLmuDLwe+/VxZO2tXROAy9cGYGAoDb0nNM4JxFGk0zTww/HRGA52l3NPQCDcAG7s+bQBmt5TmT7XBJxVvRuayvdDwBPPW8+9XfUwllrCO6rguPxtdHpvxZ3Rfj5s0eh7EXH9EzvyC+1vPPxLjEJHJucQiEP9ymslX6j6r4XSkrh1s/AgvgE0OaWimT0Kl11Qljc2EWr9eUGoRLP8SE8KpuK62OOiz4c9McyRyp2a+mDTLaVQzxyClprdEPEVnrntOlkGhwea+LlvwjG6MJBOTXLzmtZnjw923Nv57j8dAKGDOGQR6Prrr4fn/mVz/6qL774W9VAljp74Jq7MXIIO5mlbx4m9mdx5PjIXW13H4+jeQdN7ReGNw41LPfDRDWEg9+LRHgVSqiw8EmSZ0fpyWRgXFaEeOGfJDqgM9zuKMzOQ3tn13kqQPVH0KPimzS/JZqrFrv12kGNjC12kpERn8XhC3b9+bO038JHYOlPJLAK1tbVRNq6Vrf+tDkXCxWKXt/igkpF3sfa+lQ75YHpcIERde8cIXLo2CuFgcXuEVjf5kKMCun5SeIkSNj4WGISW6l3QWNYJbpcCxcL29hZQ5XLOgdxjYNTPVF+7Z7t2SXnCNLSU6cQR4tD45PEth3b95C0wiTcCu60ELJVSDi9tuvIzaHb7GOeiYHbudr1EcqiF3UjVkYskzkmpNIPXdvTDB9eXO+ojK5DYuwD108a1fti5bwRqw22oa/YW1DNWONhbC4NTS7k5L3Fnm1V05GkLOLTVLhzoOxCjII6HCcHxjlfu6el8sRdM4o3Adq/HcP/OdPP5n6sjY4GPbnX3h1N5UGSdi0nPVyEjkSbjKiTQFdS6JgozASJUU3U/tmE3zBQGx0Kwp+tM1Dsl3CfIORFmhnvzezNY46pKAmiptTCQ4JmdL97yJLY3aY1q1z3J/k6N9u38N+MAC1JkGWefURozZWX6zSz3nHeQG269SH+40NX/622j8MauhfdkE9Bgd8/RJs45XKQzybEd+cLN782X9b1w7YgTR47te/bB4eHhFGMsR0Hayo/W1lblD7+4ZSei6g0SO/RdAn46E4DtSLhAXWcRX+JmMSHroaeOQf/gwi/LOtC7BJJaqdjtBvLM2jTDi77uxTcN01mmqcSzb/9+cwc6rNN2Z8fZEmjHjh0kB+NH2v71K4Qkwmo6Oa4flSK6xEw3GLOZxqPhK5rIyXQAHnriCCwkHD5eAT0jS6eNAoc6z7bN1nQKDkzp7vYg97Q982BtbW1827Ztql3dnA5TIgyld72y+RAS5gk+CETPgpKeypZsRpkABTkEWOE4hgjMpOHnBPlhX6cCv3z5OCwEkEm9t3sFHzuRry+rztY2QBFtsIlvTsfHPargHuSkZ3f94ZsH+vr6siw3MziaSEh14qLJAzt+8AN0kYxThYhAmvlDFebKmsPsOpReyyzPg+k9mOKAKQ/goi4Ej/+sHw4fc55imA2QK+fV/Wfy/MnUZSABODBEjm5xameei3BHBKK0qGN7+g489wCIcY/qVEdHAulclBro/HVfPHHiIVLa4mjhMZgtZPUmlt1lrO9MNeH+NhdOkn3nR518rDNfsB9N6qRWJk7z0qf4mUO9mcO7mUAqLqZGSCpMjXU/tON3XyevgdjW6ACFBhk0TxR/9V+vehQp9gZXakpaiDoGi3bxCT6cMjg54oF//FUvzAccHSiFzhPLMsTJW/48tEG4dIRoQ05987Wff/SfMGe0syFvjytEILZly5b05OTkxNGDz97tdoe4XyKdnACaksiKaOkDjOWG2cUrBigNP7cO3U7P/X4UfvHS3LankEm9v3eZGIwWmLrOV99i39FUApnVBOi4HT+y75+/QjhF11pBcVDwUALaCk5l9He+PFG/6gbm8UYvF1vG07ZTvwsH+sfUJeEKuvwCZ1dQoSnv1w82wWS6io+1JGlhz6KjaRvuMWDCY5CaHHxg37bbn1+zZs3Uyy+/XJBAxWKXMpra+tS6HynK5JNcoSK7JuOj4ihJc2+xKhand6YwI9yO61iWAhCzsImUH771cO4sbDHQ1lUDQ1NVwglsszLHWpd8UsA2rkW0EXHIaiNvu5qeeuLFp9f9/djY2JQ+lCkIxRKIRB3JtPH2N+9/QHJ523njOOtOZCqpWSsMkGXtWBvjRNisODB9ifzdfM3akV4JHv3nozATmEST+kBvA3JOCDlHnDLFy7NeDuLa2g6wi2t6JoPK+BAJ+jO7f/v4Od/EYEJYqtjvgRfN37qo01xKX4LJodfLqi/4ME42ldBcBrWTH77k5IjLOz8BlkT6PWuXrSkeTy5W+7QdGoGzV4agpiJ7zspOxE0mPLC9bSU2oFSf45ItdZNy3e9WFGZV0VQ3G8ccShpuTPHzxr2RnqNtP/3UiaO/70K9E8dZg6I/Lz1TAczi8biGBY3hTOX28tp11zMt7dNU4YqRLBNbVpc8cwizQj7HuEgjiX/Y+N37BuHqS3AW1jstDOwItOdIHYq2GjE7atI7Of0IcqdO8gGzpCVQ00ScSf0w+Mh457uP/VXPuw/vW716dbwYvWOG2WhIviR1oOuP49GKltcjpWd8XFOJSGneoYxjzBx7YTFQTFo+NSHBBM7C7js4CB/aMH1KlpVAB3vLoeP4chQzocy2kVnVieX5rYNBHALsDON9Hb+98Z0/bN6Fnuop9BjMeKH5bE2wdHNz8/iOF257E627G9A6GSdkkSlJcjcjx2dInCwdwCDHXWKNbBwZva9DhZ+/aG96k2hr767nxHHpUwgzqVqmDqzQbw3HOmOCODTFjsQ53vGbG3e+sulN0PUOzKK7ztbG1LdNgtrX+ZsT0bLVb0QqViEnpXykk0jkGWvOcsCOO+ymY4uCadO77dAorF0ThrKYN4uDtu5uAUXSvQVUn3xTv4WLy607CFM6nRwFY7maG8Xa8cMv3Hjwzc1vplJ8TjsNsyAOwVwGAdxowEsZH/jDAJPcW0tr11+D4yO+ZIsfa+byZFwoCweCSDQL+8auE/ChSytgfHyYE2jvsRroH1siZoSlnBOPc1szC8nHsJ1cajCxPAAHvz1H9j72iXe3/83u+vr6MezIRJyijQIrzAf2NOwl6kDXq6Nef3B7Wc26a3BwxImkphPCONL1kmT8KSTLC/Rs/sr0jnGrTugj2ja/YqkCf9pxEna9dwbfqSD0opRTBmPTdcrN01JfG8sBxzU6ccRmNJfLt/9Y25OfaX/t/jZSAR0dHXMijqmoOYOMFfJghWjxQuTKm3d8x+OL3mIoS9IVHl9s+jiv2ZaaNy3jXEurZK67TIGXXk9CilWI1bF2XGxnHhZZHnU+JTXGjw4jIPGJxsFTB//8/b/tav+3HgyiLzjNmTgA80cgIy/yvdCUZMllN/zxS4FQzZ2qEo/w/Ub0khS1ZyEPjNU4kWi1jMSXBvvn1ZVDhoCmxNFhPAVi+S6JtNB4fLL377b/y4ZHMco4zoxO6ZNvs9I5VphvBaHhQEzFgZhydO8Tu3yB8IuRyg+sRtN2KXkduA9PXyghy3M4dtmRk4Q+ogUfJNbmRBxmEnsAfMpfcI0Y83GjQ3a/1d3+5Gf3b9/0H2VlZWPoAE2g7ps34hDMJweZgcw3EvxkOoXXf/KlG0MljchNiSWgn8Mg3B8h8f0CMFpkN4zPFv65aik3jaSb0pDzJpey2fnlmndMS3HTWXjvJV3X+McTE71/9+fnrvkxDtwnGhsb40gYijBnkWaFhTKxqHU0YlYqKyuVAzt+3IbWze9LyleXurzhs/iyYhIX2BsFR+nmMucAyOm9PEMGBdd8z1vled3i3AAQ4kwVYxs0OJCLfrr/tXu+sHf7119RFIVmL+M4ZzZrM7oQLLQNrE1NTSloQKQPvfvc8PFDT70suVzPlVScHcOxwlk0ZqKFKIJQcd1UlRbBNHeorJrilhkZGvRFEtD1DE1LoJh+88i7j92084Vbn5HVvkG0FmnwSRNuKiwgLFKfBAmVpwuVJ4k9fyAQCC5dfXtzXcvNdyFn/RdaxIc+PZNpa+ym8+nLjuW8Nc0Re3bOPyvwBHrnIN2Id6a748UCVw95zceV1Mgvhntf+/d3fnfnThDrB+gijplXXeMEi0WgTHlmQuEVOmvd/2iK1lx5cbh05SbkqCVcCVvW7xk7F/id9pHSAvkiuWza+ayKndSgguDclFhGZi6Hcwt98UU7kE4Mbe3Ycd8TfR3P90ej0anR0VHiFsN0nndd4wSLTSBzua66ujpPd3c3EYpf51/9k0si1ed/wu0OXsgkaQmZy3ys4TBgpd0LGUJxBZU5VYCLJ7ETTsshRCa9JOm79fh0RY+SGn1lbHDvS7tfuvVPIDbxJvQ7GQCLwjE5dYRTCPTNNv2zYO6KigovynUfKl4fhnubLrpvTTi6ck0gtvwqWXK1ICaX8CVf1PtpRdgMFzcIn53MlxXT9klM36uqibdSiaH2gSO/fqljx4NHMFo6EokkfD5fanBwkIhi7BVdNI7JqTecHiDpFycWXSUlJV5VVb04tiAl5Kmov6Z0WcsNq/yR5S0eT3gpWlQt4gO87qWI8QgawJFpPNLKGW1cYto4HbOGYrMXuRE5ZLxbSQ93d7f95M2+w7+hww/SNhcRhU+pwCngGCucLgSyAre5W1tb5d7eXk86nXZhj3Zj73ahV8JNx0jje5ff75dxnsUgroQ9XzKO18Rnhs+GvtDQMNFwzKJiHsr4+LhQRvpQALIJcsqJ8n4DiT6lrH/zmrjLMDAC1dXV5DcKo3iM4EieTqktsdzphIygflEa4ka3npcYeJ3mcNpXMA9IDmFOHPC+5Iz/BElwM6GmmQapAAAAAElFTkSuQmCC",chainId:1,chainType:"ether",chainTypeMoralis:"eth",tokenTrendingDefault:["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"]},10:{...i6,logo:"data:image/png;base64,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",chainId:10,chainType:"optimism",chainTypeMoralis:"optimism",tokenTrendingDefault:["0x4200000000000000000000000000000000000006","0x68f180fcce6836688e9084f035309e29bf0a2095","0xc47da4cb96ce65a96844a01bfae509f9d5454534"]},56:{...Sw,logo:"data:image/png;base64,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",chainId:56,chainType:"bsc",chainTypeMoralis:"bsc",tokenTrendingDefault:["0x2170ed0880ac9a755fd29b2688956bd959f933f8","0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c"]},137:{...s6,rpcUrls:{default:{http:["https://polygon-bor-rpc.publicnode.com"]}},logo:"data:image/png;base64,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",chainId:137,chainType:"matic",chainTypeMoralis:"polygon",tokenTrendingDefault:["0x7ceb23fd6bc0add59e62ac25578270cff1b9f619","0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6"]},8453:{...HS,logo:"data:image/png;base64,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",chainId:8453,chainType:"base",chainTypeMoralis:"base",tokenTrendingDefault:["0x4200000000000000000000000000000000000006","0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf","0xc47da4cb96ce65a96844a01bfae509f9d5454534"]},42161:{...bw,logo:"data:image/png;base64,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",chainId:42161,chainType:"arbitrum",chainTypeMoralis:"arbitrum",tokenTrendingDefault:["0x82af49447d8a07e3bd95bd0d56f35241523fbab1","0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f"]},43114:{...Aw,logo:"data:image/png;base64,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",chainId:43114,chainType:"avax",chainTypeMoralis:"avalanche",tokenTrendingDefault:["0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB","0x0555E30da8f98308EdB960aa94C0Db47230d2B9c"]},59144:{...l6,logo:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABkCAYAAACWy14QAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAABydJREFUeAHtnT1MHEcUxx8HEuAGYxdOY+fcpbBl6CJR+NI5FAR3oQJ6irhBiiiAKoEmRkIKXQgN7gwUyB1HgZLOh0SND2iSgs+GS3GQ/3+ZPR3H3bIfsx+3Nz9p2b1jl4/5z7z3Zm7mTZsklIcAp2x7e3vf9fV1H657cPD8sOqo5owH7i3y3NbWdoDzl6urq12cC2dAEkqbJAQWOgo8h0LM4eVruSlwnRR4QJx8uVzehiZFSQixisCCz2Qyoyj4YRROTiIEvzOP372cBEFiEQFln0OhT+OwzUus2IIcHx//KTEQqQiPHz8eg40ejbrWe6CIv20majEiEYGFj9o2jcusNAeRihGqCFVmJyfNSSRihCKCcris+T9JCkArXsPxLiwH3i6aYe2HAH/hMicpAa3hGxxj3d3d/11eXv4tmtEmAmv/gwcPfsEfu4SXXZI++D+9gRDZzs7O3VKppK3zp8UcofyzqP0fRX8HK6kUEeV9p8s8ZSQgEKAPAmxJ6whAWOk+I+obFg0EMkcQYBR/zAdcfiWtB83TjzBPAj+xLQHwLYISYFnSaf+9kAsqhC8RqgQw3BBICM8i0A4iAvoghlp8C+FJBDphCMAoqNVNUCNyCF+LCF93vTzkOkRVYSijoKwYnDhT4WvB7QOuQ1QjgGs4ZPORldbtA65EePTo0W9iBPBCFmb7D7c33+sTOAyN069i8AREyMJRn7sZa3L0CcYPBIb+of++4Q1HcwQBZsQIEISHbsxSQ3OkwtHfxRAIN2apoTmCM/4iphXogmbpeaO5T3XNkXLGWUkhIyMjsrGxIfv7+4KPLa0zX/P9Z8+eSUgwbG34KWPdlpDGVvDy5UtZWVlxLOjDw0OZn5+X1dVVCYGGreGOT1CtYExSBAVYX1+XJ0+eON7X09Mjg4ODtOOys7MjmunCz+XHo/nab9xpCWlrBaz5FMCrqRkaGgpDiLqt4ZZP4If0kjIzNDk56cvWLy4uSgjQN4zVvnlLhHo3NDM0L3S4fqBwAwMDopvr6+sfat+riKAGnEYlRQQtRPoH3XAinLI4FSoicFq6pIynT59KEMIKWWFxbk0Q6LAv1ERd0Qn/Ccbg99HXF85EDZqjOJ93gBan0m+wRODErbDmiwatjUE4OjqSIJyfn0tIsMhzCJLyfGGZozSaIrK5uSlBCPq8EzBJuco1v3CljKQQ1mS/sT57zyH0EyqgzF/b17ZjfiUpZW5uTvzAoQsKERZqlZJFRq2STO0URtbmqakpT89QAI4hhQyL3ip3toTUzyFdWlpyLQTvnZiYkCjg8mCeW0IEwsLt7++3anlt1GP7Do4XeW01QVDrs6UDXjorLQJtvF3LX7x4YfUDKABD2RDD0YZAhCzPHbj4WncnrRnY29uTuEG5WwERzVHs64hbnQw/iBZDrGRgjkxLiBm2BCNCzARes2YIjhEhARgREoARIQEYERKAESEBGBESADtric2S2Cqws2ZEiBmaIyNCzFAETwufDfqwXYFpCfFyIwJ8guuV5wa9oOwtK5Qpl8tGhJi4urr6zDPNUVEMcXHTEtSqEdMaoufMTkJi95gDpQ8zeAeRUaXiWyIwnb0YIgVlvm5fWyLAOefFEClwynn72lqfQOPU29ubjyundVxrGC4uLuKa9FWsTkrVUfWN9bhEKBTiiQs4JTKqeafV1Jr/6qHsZTOiGg0wRQvVrysimFA1GmpNEcnU3DArhlBBGc/UvndLBC5k4/4yYggFtf3Yeu37mTo3xrK5TytAh1wvy8sdEXDPslLMoBk45Lrmvu4H/cY3hMJso4SEDVeHoPO21cQbEiUKWhYcDTe9yDg8aFqDJhgROaXlbJgNslQqFbu7u3tx+a0YfKP6BeNO9zhO/oIjmTG96GDQDN13j6MIDKfwQ96KwS+zbjY/ujdXtjFL/mCn9/T0dNzNva7moiqzZMaVXKKiIVcCEE+bWCBk3TKrPe9HZXwsur3f9axs/lD6B+OonYEA4143wfO0pw78wz9dXV3/ojWkMj+SBmbhB96LRzzvLgUhCp2dnQdGiDvMnpyczIgPfO2zZoS4g28BiO8dB5UQnEH2BmK08pZfgQQggdO72HuvtVrUxABFbZS9LAHRthVwK4Wvqh/w1steak5oWTjIkAxRwXNcLkjKUVvF9+sSgGjdHv7y8vITHTYu+9KWuITmB//Tz6hs7+APS6IRrSIQOmz0JTiRjONNqcivx3EgHN9DgE8SAqHmXWt2p61sP53vmoRIJMnvIMYYhJhuFjGU6VnAEMT7RjtC6STSDIRJFyPqwreJJQ0kM6arXUsSsWmGsvmzdhb3qIk1F6favSSH2jca9cwOFjx+53bUtb4eiUmIqnJ2s4UMo4BeVSf01kQRh1Xw5XJ5Le6CryaxWWmrEqm/gjDPmURXbjYUzTo9pz7vKOK+A9RyblfG8a1Ckgq9lv8B/ms5OCQW+c4AAAAASUVORK5CYII=",chainId:59144,chainType:"linea",chainTypeMoralis:"linea",tokenTrendingDefault:["0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f","0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4"]}},JS=r=>Object.values(_s).find(p=>p.chainTypeMoralis===r)?.chainType||null,c6=r=>{const f=new Date,p=new Date(f);p.setDate(p.getDate()-1);const y=new Date(r);return y.setHours(0,0,0,0),f.setHours(0,0,0,0),p.setHours(0,0,0,0),y.getTime()===f.getTime()?"Today":y.getTime()===p.getTime()?"Yesterday":y.toLocaleDateString("en-US",{month:"short",day:"numeric",year:y.getFullYear()!==f.getFullYear()?"numeric":void 0})},Ro=r=>new Promise(f=>setTimeout(f,r||0)),r6=(r,f=5,p=5)=>(r=r||"",r?.length<=f+p?r:`${r.substr(0,f)}...${r.substr(r.length-p,p)}`),f6=r=>{if(!r)return"";const f=_s[r];return f?f.chainTypeMoralis:""},d6=r=>{if(!r)return"";const f=_s[r];return f?f.chainType:""},Bf={getItem(r){if(typeof window>"u")return null;try{return window.localStorage.getItem(r)}catch{return null}},setItem(r,f){if(!(typeof window>"u"))try{window.localStorage.setItem(r,f)}catch{}},removeItem(r){if(!(typeof window>"u"))try{window.localStorage.removeItem(r)}catch{}},get length(){if(typeof window>"u")return 0;try{return window.localStorage.length}catch{return 0}},key(r){if(typeof window>"u")return null;try{return window.localStorage.key(r)}catch{return null}}};class m6 extends Et{constructor({value:f}){super(`Number \`${f}\` is not a valid decimal number.`,{name:"InvalidDecimalNumberError"})}}function Ru(r,f){if(!/^(-?)([0-9]*)\.?([0-9]*)$/.test(r))throw new m6({value:r});let[p,y="0"]=r.split(".");const v=p.startsWith("-");if(v&&(p=p.slice(1)),y=y.replace(/(0+)$/,""),f===0)Math.round(+`.${y}`)===1&&(p=`${BigInt(p)+1n}`),y="";else if(y.length>f){const[b,w,C]=[y.slice(0,f-1),y.slice(f-1,f),y.slice(f)],R=Math.round(+`${w}.${C}`);R>9?y=`${BigInt(b)+BigInt(1)}0`.padStart(b.length+1,"0"):y=`${b}${R}`,y.length>f&&(y=y.slice(1),p=`${BigInt(p)+1n}`),y=y.slice(0,f)}else y=y.padEnd(f,"0");return BigInt(`${v?"-":""}${p}${y}`)}const h6="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",ol="0x0000000000000000000000000000000000000000",FS=ut.createContext(void 0),P1=()=>{const r=ut.useContext(FS);if(!r)throw new Error("useConnect must be used within ConnectProvider");return{...r,chainData:_s[r.account?.chainId]||void 0,chainId:r.account?.chainId||void 0,chainType:d6(r.account?.chainId||void 0),chainTypeMoralis:f6(r.account?.chainId||void 0),isChainSupported:!!_s[r.account?.chainId]}},p6=({children:r,initialAccount:f})=>Ee.jsx(FS.Provider,{value:{account:f||null},children:r}),y6=({address:r,chainId:f})=>{const[p,y]=ut.useState(!1),{isChainSupported:v}=P1(),b=ut.useCallback(()=>{if(!r)return;const w=r,C=()=>{y(!0),setTimeout(()=>y(!1),2e3)};try{navigator.clipboard.writeText(w).then(C).catch(()=>{const R=document.createElement("input");R.value=w,document.body.appendChild(R),R.select(),document.execCommand("copy"),R.remove(),C()})}catch{const R=document.createElement("input");R.value=w,document.body.appendChild(R),R.select(),document.execCommand("copy"),R.remove(),C()}},[r]);return Ee.jsx(Ee.Fragment,{children:ja(r||"")&&Ee.jsxs("div",{className:"chat-user-info",children:[f&&_s[f]?.logo&&Ee.jsx("div",{className:"user-avatar",children:Ee.jsx("img",{src:_s[f].logo||"",alt:"Chain",width:20,height:20})}),Ee.jsx("span",{className:"user-wallet",children:Ee.jsx("a",{style:{pointerEvents:v?"auto":"none"},href:_s[f]?.blockExplorers?.default?.url+"/address/"+r,target:"_blank",rel:"noopener noreferrer",children:r6(r)||"Not connected"})}),Ee.jsx("button",{className:"copy-address-btn",onClick:b,"aria-label":"Copy wallet address",type:"button",title:p?"Copied!":"Copy address",children:p?Ee.jsx("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",children:Ee.jsx("path",{d:"M13.3333 4L6 11.3333L2.66667 8",stroke:"#0B3988",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}):Ee.jsx("svg",{width:"14",height:"14",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Ee.jsx("path",{d:"M8.1 15.75H13.23C12.9638 16.4152 12.5041 16.9852 11.9105 17.3863C11.3168 17.7874 10.6165 18.0012 9.9 18H3.6C2.64522 18 1.72955 17.6207 1.05442 16.9456C0.379285 16.2704 0 15.3548 0 14.4V7.2C0.00104929 6.32332 0.321408 5.47704 0.901163 4.81944C1.48092 4.16183 2.28037 3.73792 3.15 3.627V10.8C3.15238 12.1121 3.67466 13.3698 4.60245 14.2975C5.53024 15.2253 6.78791 15.7476 8.1 15.75ZM15.75 3.825H17.658C17.6027 3.74389 17.5393 3.66852 17.469 3.6L14.4 0.531C14.3337 0.460854 14.258 0.400274 14.175 0.351V2.25C14.1769 2.66713 14.3434 3.06664 14.6384 3.3616C14.9334 3.65656 15.3329 3.8231 15.75 3.825ZM15.75 5.175C14.9747 5.17357 14.2315 4.86494 13.6833 4.31671C13.1351 3.76847 12.8264 3.02532 12.825 2.25V0H8.1C7.14522 0 6.22955 0.379285 5.55442 1.05442C4.87928 1.72955 4.5 2.64522 4.5 3.6V10.8C4.5 11.7548 4.87928 12.6704 5.55442 13.3456C6.22955 14.0207 7.14522 14.4 8.1 14.4H14.4C15.3548 14.4 16.2705 14.0207 16.9456 13.3456C17.6207 12.6704 18 11.7548 18 10.8V5.175H15.75Z",fill:"#0B3988"})})})]})})},Pv="chat_widget_messages",ey=200,g6=()=>Math.random().toString(36).substring(2,12),ZS="welcome-message";function eb(r){return[{id:ZS,text:r,sender:"bot",timestamp:new Date}]}function v6(r,f){return r&&f?`${r}_${f}`:""}function KS(r){return r.map(f=>({...f,timestamp:new Date(f.timestamp)}))}function WS(){const r=Bf.getItem(Pv);if(!r)return null;try{const f=JSON.parse(r);if(f&&f.owner!==void 0&&Array.isArray(f.messages))return{owner:f.owner,messages:KS(f.messages)};if(Array.isArray(f))return{owner:"",messages:KS(f)}}catch{}return null}function ty(r,f){Bf.setItem(Pv,JSON.stringify({owner:r,messages:f}))}function b6(){const{account:r}=P1(),{t:f}=X1(),p=v6(r?.address,r?.chainId),y=ut.useMemo(()=>eb(f("welcomeMessage")),[f]),[v,b]=ut.useState(()=>p||"pending"),[w,C]=ut.useState(()=>{const ie=WS();return p?ie&&ie.owner===p?ie.messages:eb(f("welcomeMessage")):ie?.messages??eb(f("welcomeMessage"))});if(v==="pending"&&p){const ie=WS();ie&&ie.owner===p?C(ie.messages):ty(p,w),b(p)}else v!=="pending"&&p&&v!==p&&(C(y),ty(p,y),b(p));const R=ut.useMemo(()=>w.map(ie=>ie.id===ZS?{...ie,text:f("welcomeMessage")}:ie),[w,f]);ut.useEffect(()=>{v!=="pending"&&ty(v,w)},[w,v]),ut.useEffect(()=>{const ie=[];for(let ne=0;ne<Bf.length;ne++){const Ie=Bf.key(ne);Ie&&Ie.startsWith(Pv+"_")&&ie.push(Ie)}ie.forEach(ne=>Bf.removeItem(ne))},[]);const _=(ie,ne,Ie,ae,Ne)=>{const je=Ie?w.find(rt=>rt.id===Ie):void 0,lt={id:g6(),text:ie,sender:ne,timestamp:new Date,...je&&{replyTo:{id:je.id,text:je.text,sender:je.sender}},...ae&&{buttons:ae},...Ne&&{actionData:Ne}};return C(rt=>{const Ke=[...rt,lt];return Ke.length>ey?Ke.slice(Ke.length-ey):Ke}),lt},ue=(ie,ne)=>{C(Ie=>Ie.map(ae=>ae.id===ie&&ae.actionData?{...ae,actionData:{...ae.actionData,status:ne}}:ae))},Q=(ie,ne)=>{C(Ie=>Ie.map(ae=>ae.id===ie?{...ae,text:ne}:ae))},M=ie=>w.find(ne=>ne.id===ie),X=ut.useCallback(()=>{C(y),ty(p,y)},[p,y]),te=ut.useCallback(ie=>{C(ne=>{const Ie=ne.filter(ae=>!ie.includes(ae.id));return Ie.length>ey?Ie.slice(Ie.length-ey):Ie})},[]);return{messages:R,setMessages:C,addMessage:_,updateMessageAction:ue,updateMessageText:Q,getMessageById:M,clearMessages:X,clearMessagesById:te}}const $S=ut.createContext(void 0),A6=()=>{const r=ut.useContext($S);if(!r)throw new Error("useConfig must be used within ConfigProvider");return r},S6=({children:r,initialConfig:f})=>Ee.jsx($S.Provider,{value:{config:f||null},children:r});var T6=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,tb=Math.ceil,oi=Math.floor,io="[BigNumber Error] ",PS=io+"Number primitive has more than 15 significant digits: ",es=1e14,Lt=14,nb=9007199254740991,ab=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],Qc=1e7,Fa=1e9;function e4(r){var f,p,y,v=ae.prototype={constructor:ae,toString:null,valueOf:null},b=new ae(1),w=20,C=4,R=-7,_=21,ue=-1e7,Q=1e7,M=!1,X=1,te=0,ie={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},ne="0123456789abcdefghijklmnopqrstuvwxyz",Ie=!0;function ae(N,U){var B,le,k,j,se,q,E,z,Y=this;if(!(Y instanceof ae))return new ae(N,U);if(U==null){if(N&&N._isBigNumber===!0){Y.s=N.s,!N.c||N.e>Q?Y.c=Y.e=null:N.e<ue?Y.c=[Y.e=0]:(Y.e=N.e,Y.c=N.c.slice());return}if((q=typeof N=="number")&&N*0==0){if(Y.s=1/N<0?(N=-N,-1):1,N===~~N){for(j=0,se=N;se>=10;se/=10,j++);j>Q?Y.c=Y.e=null:(Y.e=j,Y.c=[N]);return}z=String(N)}else{if(!T6.test(z=String(N)))return y(Y,z,q);Y.s=z.charCodeAt(0)==45?(z=z.slice(1),-1):1}(j=z.indexOf("."))>-1&&(z=z.replace(".","")),(se=z.search(/e/i))>0?(j<0&&(j=se),j+=+z.slice(se+1),z=z.substring(0,se)):j<0&&(j=z.length)}else{if(na(U,2,ne.length,"Base"),U==10&&Ie)return Y=new ae(N),rt(Y,w+Y.e+1,C);if(z=String(N),q=typeof N=="number"){if(N*0!=0)return y(Y,z,q,U);if(Y.s=1/N<0?(z=z.slice(1),-1):1,ae.DEBUG&&z.replace(/^0\.0*|\./,"").length>15)throw Error(PS+N)}else Y.s=z.charCodeAt(0)===45?(z=z.slice(1),-1):1;for(B=ne.slice(0,U),j=se=0,E=z.length;se<E;se++)if(B.indexOf(le=z.charAt(se))<0){if(le=="."){if(se>j){j=E;continue}}else if(!k&&(z==z.toUpperCase()&&(z=z.toLowerCase())||z==z.toLowerCase()&&(z=z.toUpperCase()))){k=!0,se=-1,j=0;continue}return y(Y,String(N),q,U)}q=!1,z=p(z,U,10,Y.s),(j=z.indexOf("."))>-1?z=z.replace(".",""):j=z.length}for(se=0;z.charCodeAt(se)===48;se++);for(E=z.length;z.charCodeAt(--E)===48;);if(z=z.slice(se,++E)){if(E-=se,q&&ae.DEBUG&&E>15&&(N>nb||N!==oi(N)))throw Error(PS+Y.s*N);if((j=j-se-1)>Q)Y.c=Y.e=null;else if(j<ue)Y.c=[Y.e=0];else{if(Y.e=j,Y.c=[],se=(j+1)%Lt,j<0&&(se+=Lt),se<E){for(se&&Y.c.push(+z.slice(0,se)),E-=Lt;se<E;)Y.c.push(+z.slice(se,se+=Lt));se=Lt-(z=z.slice(se)).length}else se-=E;for(;se--;z+="0");Y.c.push(+z)}}else Y.c=[Y.e=0]}ae.clone=e4,ae.ROUND_UP=0,ae.ROUND_DOWN=1,ae.ROUND_CEIL=2,ae.ROUND_FLOOR=3,ae.ROUND_HALF_UP=4,ae.ROUND_HALF_DOWN=5,ae.ROUND_HALF_EVEN=6,ae.ROUND_HALF_CEIL=7,ae.ROUND_HALF_FLOOR=8,ae.EUCLID=9,ae.config=ae.set=function(N){var U,B;if(N!=null)if(typeof N=="object"){if(N.hasOwnProperty(U="DECIMAL_PLACES")&&(B=N[U],na(B,0,Fa,U),w=B),N.hasOwnProperty(U="ROUNDING_MODE")&&(B=N[U],na(B,0,8,U),C=B),N.hasOwnProperty(U="EXPONENTIAL_AT")&&(B=N[U],B&&B.pop?(na(B[0],-Fa,0,U),na(B[1],0,Fa,U),R=B[0],_=B[1]):(na(B,-Fa,Fa,U),R=-(_=B<0?-B:B))),N.hasOwnProperty(U="RANGE"))if(B=N[U],B&&B.pop)na(B[0],-Fa,-1,U),na(B[1],1,Fa,U),ue=B[0],Q=B[1];else if(na(B,-Fa,Fa,U),B)ue=-(Q=B<0?-B:B);else throw Error(io+U+" cannot be zero: "+B);if(N.hasOwnProperty(U="CRYPTO"))if(B=N[U],B===!!B)if(B)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))M=B;else throw M=!B,Error(io+"crypto unavailable");else M=B;else throw Error(io+U+" not true or false: "+B);if(N.hasOwnProperty(U="MODULO_MODE")&&(B=N[U],na(B,0,9,U),X=B),N.hasOwnProperty(U="POW_PRECISION")&&(B=N[U],na(B,0,Fa,U),te=B),N.hasOwnProperty(U="FORMAT"))if(B=N[U],typeof B=="object")ie=B;else throw Error(io+U+" not an object: "+B);if(N.hasOwnProperty(U="ALPHABET"))if(B=N[U],typeof B=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(B))Ie=B.slice(0,10)=="0123456789",ne=B;else throw Error(io+U+" invalid: "+B)}else throw Error(io+"Object expected: "+N);return{DECIMAL_PLACES:w,ROUNDING_MODE:C,EXPONENTIAL_AT:[R,_],RANGE:[ue,Q],CRYPTO:M,MODULO_MODE:X,POW_PRECISION:te,FORMAT:ie,ALPHABET:ne}},ae.isBigNumber=function(N){if(!N||N._isBigNumber!==!0)return!1;if(!ae.DEBUG)return!0;var U,B,le=N.c,k=N.e,j=N.s;e:if({}.toString.call(le)=="[object Array]"){if((j===1||j===-1)&&k>=-Fa&&k<=Fa&&k===oi(k)){if(le[0]===0){if(k===0&&le.length===1)return!0;break e}if(U=(k+1)%Lt,U<1&&(U+=Lt),String(le[0]).length==U){for(U=0;U<le.length;U++)if(B=le[U],B<0||B>=es||B!==oi(B))break e;if(B!==0)return!0}}}else if(le===null&&k===null&&(j===null||j===1||j===-1))return!0;throw Error(io+"Invalid BigNumber: "+N)},ae.maximum=ae.max=function(){return je(arguments,-1)},ae.minimum=ae.min=function(){return je(arguments,1)},ae.random=(function(){var N=9007199254740992,U=Math.random()*N&2097151?function(){return oi(Math.random()*N)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(B){var le,k,j,se,q,E=0,z=[],Y=new ae(b);if(B==null?B=w:na(B,0,Fa),se=tb(B/Lt),M)if(crypto.getRandomValues){for(le=crypto.getRandomValues(new Uint32Array(se*=2));E<se;)q=le[E]*131072+(le[E+1]>>>11),q>=9e15?(k=crypto.getRandomValues(new Uint32Array(2)),le[E]=k[0],le[E+1]=k[1]):(z.push(q%1e14),E+=2);E=se/2}else if(crypto.randomBytes){for(le=crypto.randomBytes(se*=7);E<se;)q=(le[E]&31)*281474976710656+le[E+1]*1099511627776+le[E+2]*4294967296+le[E+3]*16777216+(le[E+4]<<16)+(le[E+5]<<8)+le[E+6],q>=9e15?crypto.randomBytes(7).copy(le,E):(z.push(q%1e14),E+=7);E=se/7}else throw M=!1,Error(io+"crypto unavailable");if(!M)for(;E<se;)q=U(),q<9e15&&(z[E++]=q%1e14);for(se=z[--E],B%=Lt,se&&B&&(q=ab[Lt-B],z[E]=oi(se/q)*q);z[E]===0;z.pop(),E--);if(E<0)z=[j=0];else{for(j=-1;z[0]===0;z.splice(0,1),j-=Lt);for(E=1,q=z[0];q>=10;q/=10,E++);E<Lt&&(j-=Lt-E)}return Y.e=j,Y.c=z,Y}})(),ae.sum=function(){for(var N=1,U=arguments,B=new ae(U[0]);N<U.length;)B=B.plus(U[N++]);return B},p=(function(){var N="0123456789";function U(B,le,k,j){for(var se,q=[0],E,z=0,Y=B.length;z<Y;){for(E=q.length;E--;q[E]*=le);for(q[0]+=j.indexOf(B.charAt(z++)),se=0;se<q.length;se++)q[se]>k-1&&(q[se+1]==null&&(q[se+1]=0),q[se+1]+=q[se]/k|0,q[se]%=k)}return q.reverse()}return function(B,le,k,j,se){var q,E,z,Y,K,Ce,x,Z,Te=B.indexOf("."),we=w,ge=C;for(Te>=0&&(Y=te,te=0,B=B.replace(".",""),Z=new ae(le),Ce=Z.pow(B.length-Te),te=Y,Z.c=U(Du(si(Ce.c),Ce.e,"0"),10,k,N),Z.e=Z.c.length),x=U(B,le,k,se?(q=ne,N):(q=N,ne)),z=Y=x.length;x[--Y]==0;x.pop());if(!x[0])return q.charAt(0);if(Te<0?--z:(Ce.c=x,Ce.e=z,Ce.s=j,Ce=f(Ce,Z,we,ge,k),x=Ce.c,K=Ce.r,z=Ce.e),E=z+we+1,Te=x[E],Y=k/2,K=K||E<0||x[E+1]!=null,K=ge<4?(Te!=null||K)&&(ge==0||ge==(Ce.s<0?3:2)):Te>Y||Te==Y&&(ge==4||K||ge==6&&x[E-1]&1||ge==(Ce.s<0?8:7)),E<1||!x[0])B=K?Du(q.charAt(1),-we,q.charAt(0)):q.charAt(0);else{if(x.length=E,K)for(--k;++x[--E]>k;)x[E]=0,E||(++z,x=[1].concat(x));for(Y=x.length;!x[--Y];);for(Te=0,B="";Te<=Y;B+=q.charAt(x[Te++]));B=Du(B,z,q.charAt(0))}return B}})(),f=(function(){function N(le,k,j){var se,q,E,z,Y=0,K=le.length,Ce=k%Qc,x=k/Qc|0;for(le=le.slice();K--;)E=le[K]%Qc,z=le[K]/Qc|0,se=x*E+z*Ce,q=Ce*E+se%Qc*Qc+Y,Y=(q/j|0)+(se/Qc|0)+x*z,le[K]=q%j;return Y&&(le=[Y].concat(le)),le}function U(le,k,j,se){var q,E;if(j!=se)E=j>se?1:-1;else for(q=E=0;q<j;q++)if(le[q]!=k[q]){E=le[q]>k[q]?1:-1;break}return E}function B(le,k,j,se){for(var q=0;j--;)le[j]-=q,q=le[j]<k[j]?1:0,le[j]=q*se+le[j]-k[j];for(;!le[0]&&le.length>1;le.splice(0,1));}return function(le,k,j,se,q){var E,z,Y,K,Ce,x,Z,Te,we,ge,Fe,$e,Gt,Ot,Bn,Xe,ra,ln=le.s==k.s?1:-1,Wt=le.c,Mt=k.c;if(!Wt||!Wt[0]||!Mt||!Mt[0])return new ae(!le.s||!k.s||(Wt?Mt&&Wt[0]==Mt[0]:!Mt)?NaN:Wt&&Wt[0]==0||!Mt?ln*0:ln/0);for(Te=new ae(ln),we=Te.c=[],z=le.e-k.e,ln=j+z+1,q||(q=es,z=ii(le.e/Lt)-ii(k.e/Lt),ln=ln/Lt|0),Y=0;Mt[Y]==(Wt[Y]||0);Y++);if(Mt[Y]>(Wt[Y]||0)&&z--,ln<0)we.push(1),K=!0;else{for(Ot=Wt.length,Xe=Mt.length,Y=0,ln+=2,Ce=oi(q/(Mt[0]+1)),Ce>1&&(Mt=N(Mt,Ce,q),Wt=N(Wt,Ce,q),Xe=Mt.length,Ot=Wt.length),Gt=Xe,ge=Wt.slice(0,Xe),Fe=ge.length;Fe<Xe;ge[Fe++]=0);ra=Mt.slice(),ra=[0].concat(ra),Bn=Mt[0],Mt[1]>=q/2&&Bn++;do{if(Ce=0,E=U(Mt,ge,Xe,Fe),E<0){if($e=ge[0],Xe!=Fe&&($e=$e*q+(ge[1]||0)),Ce=oi($e/Bn),Ce>1)for(Ce>=q&&(Ce=q-1),x=N(Mt,Ce,q),Z=x.length,Fe=ge.length;U(x,ge,Z,Fe)==1;)Ce--,B(x,Xe<Z?ra:Mt,Z,q),Z=x.length,E=1;else Ce==0&&(E=Ce=1),x=Mt.slice(),Z=x.length;if(Z<Fe&&(x=[0].concat(x)),B(ge,x,Fe,q),Fe=ge.length,E==-1)for(;U(Mt,ge,Xe,Fe)<1;)Ce++,B(ge,Xe<Fe?ra:Mt,Fe,q),Fe=ge.length}else E===0&&(Ce++,ge=[0]);we[Y++]=Ce,ge[0]?ge[Fe++]=Wt[Gt]||0:(ge=[Wt[Gt]],Fe=1)}while((Gt++<Ot||ge[0]!=null)&&ln--);K=ge[0]!=null,we[0]||we.splice(0,1)}if(q==es){for(Y=1,ln=we[0];ln>=10;ln/=10,Y++);rt(Te,j+(Te.e=Y+z*Lt-1)+1,se,K)}else Te.e=z,Te.r=+K;return Te}})();function Ne(N,U,B,le){var k,j,se,q,E;if(B==null?B=C:na(B,0,8),!N.c)return N.toString();if(k=N.c[0],se=N.e,U==null)E=si(N.c),E=le==1||le==2&&(se<=R||se>=_)?ay(E,se):Du(E,se,"0");else if(N=rt(new ae(N),U,B),j=N.e,E=si(N.c),q=E.length,le==1||le==2&&(U<=j||j<=R)){for(;q<U;E+="0",q++);E=ay(E,j)}else if(U-=se+(le===2&&j>se),E=Du(E,j,"0"),j+1>q){if(--U>0)for(E+=".";U--;E+="0");}else if(U+=j-q,U>0)for(j+1==q&&(E+=".");U--;E+="0");return N.s<0&&k?"-"+E:E}function je(N,U){for(var B,le,k=1,j=new ae(N[0]);k<N.length;k++)le=new ae(N[k]),(!le.s||(B=Uf(j,le))===U||B===0&&j.s===U)&&(j=le);return j}function lt(N,U,B){for(var le=1,k=U.length;!U[--k];U.pop());for(k=U[0];k>=10;k/=10,le++);return(B=le+B*Lt-1)>Q?N.c=N.e=null:B<ue?N.c=[N.e=0]:(N.e=B,N.c=U),N}y=(function(){var N=/^(-?)0([xbo])(?=\w[\w.]*$)/i,U=/^([^.]+)\.$/,B=/^\.([^.]+)$/,le=/^-?(Infinity|NaN)$/,k=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(j,se,q,E){var z,Y=q?se:se.replace(k,"");if(le.test(Y))j.s=isNaN(Y)?null:Y<0?-1:1;else{if(!q&&(Y=Y.replace(N,function(K,Ce,x){return z=(x=x.toLowerCase())=="x"?16:x=="b"?2:8,!E||E==z?Ce:K}),E&&(z=E,Y=Y.replace(U,"$1").replace(B,"0.$1")),se!=Y))return new ae(Y,z);if(ae.DEBUG)throw Error(io+"Not a"+(E?" base "+E:"")+" number: "+se);j.s=null}j.c=j.e=null}})();function rt(N,U,B,le){var k,j,se,q,E,z,Y,K=N.c,Ce=ab;if(K){e:{for(k=1,q=K[0];q>=10;q/=10,k++);if(j=U-k,j<0)j+=Lt,se=U,E=K[z=0],Y=oi(E/Ce[k-se-1]%10);else if(z=tb((j+1)/Lt),z>=K.length)if(le){for(;K.length<=z;K.push(0));E=Y=0,k=1,j%=Lt,se=j-Lt+1}else break e;else{for(E=q=K[z],k=1;q>=10;q/=10,k++);j%=Lt,se=j-Lt+k,Y=se<0?0:oi(E/Ce[k-se-1]%10)}if(le=le||U<0||K[z+1]!=null||(se<0?E:E%Ce[k-se-1]),le=B<4?(Y||le)&&(B==0||B==(N.s<0?3:2)):Y>5||Y==5&&(B==4||le||B==6&&(j>0?se>0?E/Ce[k-se]:0:K[z-1])%10&1||B==(N.s<0?8:7)),U<1||!K[0])return K.length=0,le?(U-=N.e+1,K[0]=Ce[(Lt-U%Lt)%Lt],N.e=-U||0):K[0]=N.e=0,N;if(j==0?(K.length=z,q=1,z--):(K.length=z+1,q=Ce[Lt-j],K[z]=se>0?oi(E/Ce[k-se]%Ce[se])*q:0),le)for(;;)if(z==0){for(j=1,se=K[0];se>=10;se/=10,j++);for(se=K[0]+=q,q=1;se>=10;se/=10,q++);j!=q&&(N.e++,K[0]==es&&(K[0]=1));break}else{if(K[z]+=q,K[z]!=es)break;K[z--]=0,q=1}for(j=K.length;K[--j]===0;K.pop());}N.e>Q?N.c=N.e=null:N.e<ue&&(N.c=[N.e=0])}return N}function Ke(N){var U,B=N.e;return B===null?N.toString():(U=si(N.c),U=B<=R||B>=_?ay(U,B):Du(U,B,"0"),N.s<0?"-"+U:U)}return v.absoluteValue=v.abs=function(){var N=new ae(this);return N.s<0&&(N.s=1),N},v.comparedTo=function(N,U){return Uf(this,new ae(N,U))},v.decimalPlaces=v.dp=function(N,U){var B,le,k,j=this;if(N!=null)return na(N,0,Fa),U==null?U=C:na(U,0,8),rt(new ae(j),N+j.e+1,U);if(!(B=j.c))return null;if(le=((k=B.length-1)-ii(this.e/Lt))*Lt,k=B[k])for(;k%10==0;k/=10,le--);return le<0&&(le=0),le},v.dividedBy=v.div=function(N,U){return f(this,new ae(N,U),w,C)},v.dividedToIntegerBy=v.idiv=function(N,U){return f(this,new ae(N,U),0,1)},v.exponentiatedBy=v.pow=function(N,U){var B,le,k,j,se,q,E,z,Y,K=this;if(N=new ae(N),N.c&&!N.isInteger())throw Error(io+"Exponent not an integer: "+Ke(N));if(U!=null&&(U=new ae(U)),q=N.e>14,!K.c||!K.c[0]||K.c[0]==1&&!K.e&&K.c.length==1||!N.c||!N.c[0])return Y=new ae(Math.pow(+Ke(K),q?N.s*(2-ny(N)):+Ke(N))),U?Y.mod(U):Y;if(E=N.s<0,U){if(U.c?!U.c[0]:!U.s)return new ae(NaN);le=!E&&K.isInteger()&&U.isInteger(),le&&(K=K.mod(U))}else{if(N.e>9&&(K.e>0||K.e<-1||(K.e==0?K.c[0]>1||q&&K.c[1]>=24e7:K.c[0]<8e13||q&&K.c[0]<=9999975e7)))return j=K.s<0&&ny(N)?-0:0,K.e>-1&&(j=1/j),new ae(E?1/j:j);te&&(j=tb(te/Lt+2))}for(q?(B=new ae(.5),E&&(N.s=1),z=ny(N)):(k=Math.abs(+Ke(N)),z=k%2),Y=new ae(b);;){if(z){if(Y=Y.times(K),!Y.c)break;j?Y.c.length>j&&(Y.c.length=j):le&&(Y=Y.mod(U))}if(k){if(k=oi(k/2),k===0)break;z=k%2}else if(N=N.times(B),rt(N,N.e+1,1),N.e>14)z=ny(N);else{if(k=+Ke(N),k===0)break;z=k%2}K=K.times(K),j?K.c&&K.c.length>j&&(K.c.length=j):le&&(K=K.mod(U))}return le?Y:(E&&(Y=b.div(Y)),U?Y.mod(U):j?rt(Y,te,C,se):Y)},v.integerValue=function(N){var U=new ae(this);return N==null?N=C:na(N,0,8),rt(U,U.e+1,N)},v.isEqualTo=v.eq=function(N,U){return Uf(this,new ae(N,U))===0},v.isFinite=function(){return!!this.c},v.isGreaterThan=v.gt=function(N,U){return Uf(this,new ae(N,U))>0},v.isGreaterThanOrEqualTo=v.gte=function(N,U){return(U=Uf(this,new ae(N,U)))===1||U===0},v.isInteger=function(){return!!this.c&&ii(this.e/Lt)>this.c.length-2},v.isLessThan=v.lt=function(N,U){return Uf(this,new ae(N,U))<0},v.isLessThanOrEqualTo=v.lte=function(N,U){return(U=Uf(this,new ae(N,U)))===-1||U===0},v.isNaN=function(){return!this.s},v.isNegative=function(){return this.s<0},v.isPositive=function(){return this.s>0},v.isZero=function(){return!!this.c&&this.c[0]==0},v.minus=function(N,U){var B,le,k,j,se=this,q=se.s;if(N=new ae(N,U),U=N.s,!q||!U)return new ae(NaN);if(q!=U)return N.s=-U,se.plus(N);var E=se.e/Lt,z=N.e/Lt,Y=se.c,K=N.c;if(!E||!z){if(!Y||!K)return Y?(N.s=-U,N):new ae(K?se:NaN);if(!Y[0]||!K[0])return K[0]?(N.s=-U,N):new ae(Y[0]?se:C==3?-0:0)}if(E=ii(E),z=ii(z),Y=Y.slice(),q=E-z){for((j=q<0)?(q=-q,k=Y):(z=E,k=K),k.reverse(),U=q;U--;k.push(0));k.reverse()}else for(le=(j=(q=Y.length)<(U=K.length))?q:U,q=U=0;U<le;U++)if(Y[U]!=K[U]){j=Y[U]<K[U];break}if(j&&(k=Y,Y=K,K=k,N.s=-N.s),U=(le=K.length)-(B=Y.length),U>0)for(;U--;Y[B++]=0);for(U=es-1;le>q;){if(Y[--le]<K[le]){for(B=le;B&&!Y[--B];Y[B]=U);--Y[B],Y[le]+=es}Y[le]-=K[le]}for(;Y[0]==0;Y.splice(0,1),--z);return Y[0]?lt(N,Y,z):(N.s=C==3?-1:1,N.c=[N.e=0],N)},v.modulo=v.mod=function(N,U){var B,le,k=this;return N=new ae(N,U),!k.c||!N.s||N.c&&!N.c[0]?new ae(NaN):!N.c||k.c&&!k.c[0]?new ae(k):(X==9?(le=N.s,N.s=1,B=f(k,N,0,3),N.s=le,B.s*=le):B=f(k,N,0,X),N=k.minus(B.times(N)),!N.c[0]&&X==1&&(N.s=k.s),N)},v.multipliedBy=v.times=function(N,U){var B,le,k,j,se,q,E,z,Y,K,Ce,x,Z,Te,we,ge=this,Fe=ge.c,$e=(N=new ae(N,U)).c;if(!Fe||!$e||!Fe[0]||!$e[0])return!ge.s||!N.s||Fe&&!Fe[0]&&!$e||$e&&!$e[0]&&!Fe?N.c=N.e=N.s=null:(N.s*=ge.s,!Fe||!$e?N.c=N.e=null:(N.c=[0],N.e=0)),N;for(le=ii(ge.e/Lt)+ii(N.e/Lt),N.s*=ge.s,E=Fe.length,K=$e.length,E<K&&(Z=Fe,Fe=$e,$e=Z,k=E,E=K,K=k),k=E+K,Z=[];k--;Z.push(0));for(Te=es,we=Qc,k=K;--k>=0;){for(B=0,Ce=$e[k]%we,x=$e[k]/we|0,se=E,j=k+se;j>k;)z=Fe[--se]%we,Y=Fe[se]/we|0,q=x*z+Y*Ce,z=Ce*z+q%we*we+Z[j]+B,B=(z/Te|0)+(q/we|0)+x*Y,Z[j--]=z%Te;Z[j]=B}return B?++le:Z.splice(0,1),lt(N,Z,le)},v.negated=function(){var N=new ae(this);return N.s=-N.s||null,N},v.plus=function(N,U){var B,le=this,k=le.s;if(N=new ae(N,U),U=N.s,!k||!U)return new ae(NaN);if(k!=U)return N.s=-U,le.minus(N);var j=le.e/Lt,se=N.e/Lt,q=le.c,E=N.c;if(!j||!se){if(!q||!E)return new ae(k/0);if(!q[0]||!E[0])return E[0]?N:new ae(q[0]?le:k*0)}if(j=ii(j),se=ii(se),q=q.slice(),k=j-se){for(k>0?(se=j,B=E):(k=-k,B=q),B.reverse();k--;B.push(0));B.reverse()}for(k=q.length,U=E.length,k-U<0&&(B=E,E=q,q=B,U=k),k=0;U;)k=(q[--U]=q[U]+E[U]+k)/es|0,q[U]=es===q[U]?0:q[U]%es;return k&&(q=[k].concat(q),++se),lt(N,q,se)},v.precision=v.sd=function(N,U){var B,le,k,j=this;if(N!=null&&N!==!!N)return na(N,1,Fa),U==null?U=C:na(U,0,8),rt(new ae(j),N,U);if(!(B=j.c))return null;if(k=B.length-1,le=k*Lt+1,k=B[k]){for(;k%10==0;k/=10,le--);for(k=B[0];k>=10;k/=10,le++);}return N&&j.e+1>le&&(le=j.e+1),le},v.shiftedBy=function(N){return na(N,-nb,nb),this.times("1e"+N)},v.squareRoot=v.sqrt=function(){var N,U,B,le,k,j=this,se=j.c,q=j.s,E=j.e,z=w+4,Y=new ae("0.5");if(q!==1||!se||!se[0])return new ae(!q||q<0&&(!se||se[0])?NaN:se?j:1/0);if(q=Math.sqrt(+Ke(j)),q==0||q==1/0?(U=si(se),(U.length+E)%2==0&&(U+="0"),q=Math.sqrt(+U),E=ii((E+1)/2)-(E<0||E%2),q==1/0?U="5e"+E:(U=q.toExponential(),U=U.slice(0,U.indexOf("e")+1)+E),B=new ae(U)):B=new ae(q+""),B.c[0]){for(E=B.e,q=E+z,q<3&&(q=0);;)if(k=B,B=Y.times(k.plus(f(j,k,z,1))),si(k.c).slice(0,q)===(U=si(B.c)).slice(0,q))if(B.e<E&&--q,U=U.slice(q-3,q+1),U=="9999"||!le&&U=="4999"){if(!le&&(rt(k,k.e+w+2,0),k.times(k).eq(j))){B=k;break}z+=4,q+=4,le=1}else{(!+U||!+U.slice(1)&&U.charAt(0)=="5")&&(rt(B,B.e+w+2,1),N=!B.times(B).eq(j));break}}return rt(B,B.e+w+1,C,N)},v.toExponential=function(N,U){return N!=null&&(na(N,0,Fa),N++),Ne(this,N,U,1)},v.toFixed=function(N,U){return N!=null&&(na(N,0,Fa),N=N+this.e+1),Ne(this,N,U)},v.toFormat=function(N,U,B){var le,k=this;if(B==null)N!=null&&U&&typeof U=="object"?(B=U,U=null):N&&typeof N=="object"?(B=N,N=U=null):B=ie;else if(typeof B!="object")throw Error(io+"Argument not an object: "+B);if(le=k.toFixed(N,U),k.c){var j,se=le.split("."),q=+B.groupSize,E=+B.secondaryGroupSize,z=B.groupSeparator||"",Y=se[0],K=se[1],Ce=k.s<0,x=Ce?Y.slice(1):Y,Z=x.length;if(E&&(j=q,q=E,E=j,Z-=j),q>0&&Z>0){for(j=Z%q||q,Y=x.substr(0,j);j<Z;j+=q)Y+=z+x.substr(j,q);E>0&&(Y+=z+x.slice(j)),Ce&&(Y="-"+Y)}le=K?Y+(B.decimalSeparator||"")+((E=+B.fractionGroupSize)?K.replace(new RegExp("\\d{"+E+"}\\B","g"),"$&"+(B.fractionGroupSeparator||"")):K):Y}return(B.prefix||"")+le+(B.suffix||"")},v.toFraction=function(N){var U,B,le,k,j,se,q,E,z,Y,K,Ce,x=this,Z=x.c;if(N!=null&&(q=new ae(N),!q.isInteger()&&(q.c||q.s!==1)||q.lt(b)))throw Error(io+"Argument "+(q.isInteger()?"out of range: ":"not an integer: ")+Ke(q));if(!Z)return new ae(x);for(U=new ae(b),z=B=new ae(b),le=E=new ae(b),Ce=si(Z),j=U.e=Ce.length-x.e-1,U.c[0]=ab[(se=j%Lt)<0?Lt+se:se],N=!N||q.comparedTo(U)>0?j>0?U:z:q,se=Q,Q=1/0,q=new ae(Ce),E.c[0]=0;Y=f(q,U,0,1),k=B.plus(Y.times(le)),k.comparedTo(N)!=1;)B=le,le=k,z=E.plus(Y.times(k=z)),E=k,U=q.minus(Y.times(k=U)),q=k;return k=f(N.minus(B),le,0,1),E=E.plus(k.times(z)),B=B.plus(k.times(le)),E.s=z.s=x.s,j=j*2,K=f(z,le,j,C).minus(x).abs().comparedTo(f(E,B,j,C).minus(x).abs())<1?[z,le]:[E,B],Q=se,K},v.toNumber=function(){return+Ke(this)},v.toPrecision=function(N,U){return N!=null&&na(N,1,Fa),Ne(this,N,U,2)},v.toString=function(N){var U,B=this,le=B.s,k=B.e;return k===null?le?(U="Infinity",le<0&&(U="-"+U)):U="NaN":(N==null?U=k<=R||k>=_?ay(si(B.c),k):Du(si(B.c),k,"0"):N===10&&Ie?(B=rt(new ae(B),w+k+1,C),U=Du(si(B.c),B.e,"0")):(na(N,2,ne.length,"Base"),U=p(Du(si(B.c),k,"0"),10,N,le,!0)),le<0&&B.c[0]&&(U="-"+U)),U},v.valueOf=v.toJSON=function(){return Ke(this)},v._isBigNumber=!0,v[Symbol.toStringTag]="BigNumber",v[Symbol.for("nodejs.util.inspect.custom")]=v.valueOf,r!=null&&ae.set(r),ae}function ii(r){var f=r|0;return r>0||r===f?f:f-1}function si(r){for(var f,p,y=1,v=r.length,b=r[0]+"";y<v;){for(f=r[y++]+"",p=Lt-f.length;p--;f="0"+f);b+=f}for(v=b.length;b.charCodeAt(--v)===48;);return b.slice(0,v+1||1)}function Uf(r,f){var p,y,v=r.c,b=f.c,w=r.s,C=f.s,R=r.e,_=f.e;if(!w||!C)return null;if(p=v&&!v[0],y=b&&!b[0],p||y)return p?y?0:-C:w;if(w!=C)return w;if(p=w<0,y=R==_,!v||!b)return y?0:!v^p?1:-1;if(!y)return R>_^p?1:-1;for(C=(R=v.length)<(_=b.length)?R:_,w=0;w<C;w++)if(v[w]!=b[w])return v[w]>b[w]^p?1:-1;return R==_?0:R>_^p?1:-1}function na(r,f,p,y){if(r<f||r>p||r!==oi(r))throw Error(io+(y||"Argument")+(typeof r=="number"?r<f||r>p?" out of range: ":" not an integer: ":" not a primitive number: ")+String(r))}function ny(r){var f=r.c.length-1;return ii(r.e/Lt)==f&&r.c[f]%2!=0}function ay(r,f){return(r.length>1?r.charAt(0)+"."+r.slice(1):r)+(f<0?"e":"e+")+f}function Du(r,f,p){var y,v;if(f<0){for(v=p+".";++f;v+=p);r=v+r}else if(y=r.length,++f>y){for(v=p,f-=y;--f;v+=p);r+=v}else f<y&&(r=r.slice(0,f)+"."+r.slice(f));return r}var ht=e4();class R0{baseUrl;constructor(f){this.baseUrl=f}buildUrl(f,p){const y=new URL(f,this.baseUrl);return p&&Object.entries(p).forEach(([v,b])=>{b!=null&&y.searchParams.append(v,String(b))}),y.toString()}async get(f,p={}){const y=this.buildUrl(f,p.query),v=await fetch(y,{method:"GET",headers:p.headers||{}});if(!v.ok){let w=null;try{w=await v.json()}catch{try{const R=await v.text();R&&(w={message:R})}catch{}}const C=new Error(w?.message||w?.errorMessage||`HTTP ${v.status}: ${v.statusText}`);throw C.status=v.status,C.statusText=v.statusText,w&&(C.data=w),C}return{data:await v.json(),status:v.status}}async post(f,p,y={}){const v=this.buildUrl(f,y.query),b=await fetch(v,{method:"POST",headers:{"Content-Type":"application/json",...y.headers},body:JSON.stringify(p)});if(!b.ok){let C=null;try{C=await b.json()}catch{try{const _=await b.text();_&&(C={message:_})}catch{}}const R=new Error(C?.message||C?.errorMessage||`HTTP ${b.status}: ${b.statusText}`);throw R.status=b.status,R.statusText=b.statusText,C&&(R.data=C),R}return{data:await b.json(),status:b.status}}}const w6=.01,t4=new R0("https://wallet-api.pantograph.app"),E6="https://deep-index.moralis.io";function $h(){return"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJub25jZSI6ImY4NmY0Yzc2LTA3MDQtNGEwZS04YTA0LWUwODllOGQxMGZjZCIsIm9yZ0lkIjoiMzk0MDAyIiwidXNlcklkIjoiNDA0ODUzIiwidHlwZUlkIjoiYjQyODExOTQtOGQ0Yi00NjkxLTlhZjItNjU4ODE2NzExYmRjIiwidHlwZSI6IlBST0pFQ1QiLCJpYXQiOjE3MTY4NjQyNTYsImV4cCI6NDg3MjYyNDI1Nn0.V8crfBIBardAnZkc05FD0hQIJBeZxMqvzRnYExVtnF8"}function Ph(r){return{"X-API-Key":r,Accept:"application/json"}}const ep=new R0(E6);async function so(r){const{address:f,chain:p="base",token_addresses:y,exclude_spam:v,exclude_unverified_contracts:b}=r;if(!f)throw new Error("Address is required");try{const w=$h(),C={chain:p,exclude_spam:v??!1,exclude_unverified_contracts:b??!1};y&&(C.token_addresses=y);const _=(await ep.get(`/api/v2.2/wallets/${encodeURIComponent(f)}/tokens`,{query:C,headers:Ph(w)})).data;if(_?.result?.length>0){_.result=_.result.filter(ue=>new ht(ue?.balance||0).gt(0)),_.result=_.result.map(ue=>({...ue,token_address:ue.token_address===h6?ol:ue.token_address}));try{if(_.result.length>0){const ue=JS(p)??p,Q=_.result.map(X=>X.token_address),M=await t4.get(`/keyrings/tokens/${ue}/v2`,{query:{addresses:Q.join(",")}});if(Array.isArray(M.data)){const X=new Map;for(const te of M.data)te.address&&te.price!=null&&X.set(te.address.toLowerCase(),parseFloat(String(te.price)));_.result=_.result.map(te=>{const ie=X.get(te.token_address.toLowerCase());if(ie==null)return te;const ne=ht(te.balance_formatted||"0").multipliedBy(ie).toNumber();return{...te,usd_price:ie,usd_value:ne}}),_.result=_.result.filter(te=>te.usd_value==null||new ht(te.usd_value).gte(w6))}}}catch(ue){console.warn("⚠️ Failed to fetch Pantograph prices:",ue)}}return{success:!0,data:_}}catch(w){const C=w instanceof Error?w.message:"Unknown error";return console.error("❌ Error fetching token balances:",C),{success:!1,error:C}}}async function n4(r){const{address:f,chain:p="base"}=r;if(!f)throw new Error("Token address is required");try{const y=JS(p)??p,v=await t4.get(`/keyrings/tokens/${y}/v2`,{query:{addresses:f}}),b=f===ol,C=(Array.isArray(v.data)?v.data:[]).find(te=>te.address?.toLowerCase()===f.toLowerCase()||b&&te.address==="")??null;if(C)return{success:!0,data:{token_address:C.address??f,name:C.name??"",symbol:C.symbol??"",decimals:C.decimals!=null?Number(C.decimals):18,logo:C.icon_image||C.logo,thumbnail:C.icon_image||C.logo,usd_price:C.price!=null?parseFloat(C.price):void 0,usd_price_24hr_percent_change:C.price_change_percentage_24h??void 0,usd_price_24hr_usd_change:C.price_change_24h??void 0}};console.warn("⚠️ Pantograph returned no result, falling back to Moralis API");const R=$h(),[_,ue]=await Promise.allSettled([ep.get("/api/v2.2/erc20/metadata",{query:{chain:p,addresses:[f]},headers:Ph(R)}),ep.get(`/api/v2.2/erc20/${encodeURIComponent(f)}/price`,{query:{chain:p,include:"percent_change"},headers:Ph(R)})]),Q=_.status==="fulfilled"?_.value.data:[];if(!Q||Q.length===0)return{success:!1,error:"Token metadata not found"};const M=Q[0],X=ue.status==="fulfilled"?ue.value.data:void 0;return{success:!0,data:{token_address:M.token_address,name:M.name,symbol:M.symbol,decimals:M.decimals,logo:M.logo||M.thumbnail,thumbnail:M.thumbnail,usd_price:X?.usdPrice??void 0,usd_price_24hr_percent_change:X?.["24hrPercentChange"]?parseFloat(X["24hrPercentChange"]):void 0,usd_price_24hr_usd_change:X?.usdPriceChange24hr??void 0}}}catch(y){const v=y instanceof Error?y.message:"Unknown error";return console.error("❌ Error fetching token metadata:",v),{success:!1,error:v}}}async function C6(r){const{prompt:f,model:p="gpt-4.1-mini",stream:y=!1,systemPrompt:v}=r;if(!f)throw new Error("Prompt is required");try{const b=$h(),w=new R0("https://cortex-api.moralis.io"),C=v?`${v}
|
|
344
344
|
|
|
345
345
|
---
|
|
346
346
|
|
|
347
|
-
User: ${f}`:f;return{success:!0,data:(await w.post("/chat",{prompt:C,model:p,stream:y},{headers:{"X-API-Key":b,Accept:"application/json","Content-Type":"application/json"}})).data}}catch(b){const w=b instanceof Error?b.message:"Unknown error";return console.error("❌ Error chatting with Cortex AI:",w),{success:!1,error:w}}}async function O6(r){const{address:f,chain:p="base"}=r;if(!f)throw new Error("Contract address is required");try{const y=$h();return{success:!0,data:(await ep.get(`/api/v2.2/nft/${encodeURIComponent(f)}/metadata`,{query:{chain:p},headers:Ph(y)})).data}}catch(y){const v=y instanceof Error?y.message:"Unknown error";return console.error("❌ Error fetching NFT contract metadata:",v),{success:!1,error:v}}}async function ly(r){const{address:f,chain:p="base",limit:y=100,exclude_spam:v=!0,cursor:b}=r;if(!f)throw new Error("Address is required");try{const w=$h(),C={chain:p,format:"decimal",limit:y,exclude_spam:v,media_items:!0,normalizeMetadata:!0};return b&&(C.cursor=b),{success:!0,data:(await ep.get(`/api/v2.2/${encodeURIComponent(f)}/nft`,{query:C,headers:Ph(w)})).data}}catch(w){const C=w instanceof Error?w.message:"Unknown error";return console.error("❌ Error fetching NFTs:",C),{success:!1,error:C}}}const x6="data:image/png;base64,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",R6="data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect%20width='36'%20height='36'%20rx='18'%20fill='%232358B2'/%3e%3cmask%20id='mask0_1924_16177'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='11'%20y='10'%20width='17'%20height='16'%3e%3crect%20x='11.334'%20y='10'%20width='16'%20height='16'%20fill='url(%23pattern0_1924_16177)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_1924_16177)'%3e%3crect%20x='11.334'%20y='10'%20width='16'%20height='16'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cpattern%20id='pattern0_1924_16177'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_1924_16177'%20transform='scale(0.00195312)'/%3e%3c/pattern%3e%3cimage%20id='image0_1924_16177'%20width='512'%20height='512'%20preserveAspectRatio='none'%20xlink:href='data:image/png;base64,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'/%3e%3c/defs%3e%3c/svg%3e";class D6 extends x0{constructor(){super("https://wallet-api.pantograph.app")}async getTokensDetails(f,p="base"){try{if(!f||!Array.isArray(f)||f.length===0)throw new Error("Addresses must be a non-empty array");const y=f.join(","),v=await this.get(`/keyrings/tokens/${p}/v2`,{query:{addresses:y}});return Array.isArray(v.data)&&(v.data=v.data.filter((b,w,C)=>w===C.findIndex(R=>R.address.toLowerCase()===b.address.toLowerCase())),Array.isArray(f)&&f.length>0&&(v.data=v.data.filter(b=>f.some(w=>w.toLowerCase()===b.address.toLowerCase())),v.data.sort((b,w)=>f.findIndex(C=>C.toLowerCase()===b.address.toLowerCase())-f.findIndex(C=>C.toLowerCase()===w.address.toLowerCase())))),v}catch(y){throw console.error("❌ Error getting tokens details:",y instanceof Error?y.message:y),y}}async getTokenDetail(f,p="base"){try{if(!f)throw new Error("Address is required");const y=await this.getTokensDetails([f],p);return{data:y.data[0]||null,status:y.status}}catch(y){throw console.error(`❌ Error getting token detail for ${f}:`,y instanceof Error?y.message:y),y}}async getTopGainers(f="base",p="24h",y=3){try{return await this.get(`/token-list/top-gainers/${f}`,{query:{duration:p,limit:y}})}catch(v){throw console.error("❌ Error getting top gainers:",v instanceof Error?v.message:v),v}}}const ui=new D6,N6="https://dln.debridge.finance",M6=new x0(N6);async function lb(r){const{chainId:f,tokenIn:p,tokenInAmount:y,tokenOut:v,accesstoken:b,slippage:w="auto",tokenOutRecipient:C}=r;if(!f||!p||!y||!v)throw new Error("Missing required parameters: chainId, tokenIn, tokenInAmount, tokenOut");try{const ue=(await(await fetch("https://exchange-api.keyring.app/admin/setting?configs=others",{method:"GET"})).json())?.others||{},Q=ue?.AFFILIATE_FEE_PERENT,M=ue?.AFFILIATE_FEE_RECIPIENT,X=await M6.get("/v1.0/chain/transaction",{query:{chainId:String(f),tokenIn:p,tokenInAmount:y,tokenOut:v,slippage:String(w),tokenOutRecipient:C,accesstoken:b,affiliateFeePercent:Q,affiliateFeeRecipient:M}});if(X.data?.error)throw new Error(`DeBridge API Error: ${X.data.error}`);return console.log("✅ Quote retrieved successfully"),{success:!0,data:X.data}}catch(R){let _=R instanceof Error?R.message:"Unknown error";const ue=R;ue.data?.errorMessage?_=ue.data.errorMessage:ue.response?.data?.errorMessage?_=ue.response.data.errorMessage:ue.data?.message?_=ue.data.message:ue.response?.data?.message&&(_=ue.response.data.message);const Q=ue.status||ue.response?.status||ue.statusCode||ue.data?.status;return console.error("📋 Error details:",{errorMessage:_,errorCode:ue.data?.errorCode,errorId:ue.data?.errorId,status:Q,reqId:ue.data?.reqId,fullError:{message:ue.message,status:ue.status,statusCode:ue.statusCode}}),{success:!1,error:R instanceof Error?R.message:"Unknown error",status:Q,errorMessage:_,errorCode:ue.data?.errorCode,errorId:ue.data?.errorId}}}const k6="data:image/svg+xml,%3csvg%20width='180'%20height='180'%20viewBox='0%200%20180%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M102.392%20118.157L102.417%20109.35L89.7594%20102.042C89.5768%20101.937%2089.3953%20101.826%2089.2149%20101.71L89.1861%20101.692C89.012%20101.581%2088.839%20101.47%2088.666%20101.346C88.6061%20101.305%2088.5473%20101.262%2088.4874%20101.22C88.3765%20101.139%2088.259%20101.057%2088.1459%20100.972C88.0749%20100.919%2088.0051%20100.861%2087.9352%20100.811C87.8321%20100.733%2087.73%20100.653%2087.6291%20100.571C87.5552%20100.51%2087.4813%20100.449%2087.4073%20100.387C87.3098%20100.306%2087.2125%20100.224%2087.1157%20100.141C87.0418%20100.075%2086.9678%20100.009%2086.8939%2099.9421C86.7985%2099.8578%2086.7039%2099.772%2086.61%2099.6848C86.5346%2099.6149%2086.4592%2099.5462%2086.3882%2099.4752C86.2929%2099.3843%2086.1986%2099.2922%2086.1044%2099.2002C86.0356%2099.1325%2085.9657%2099.0649%2085.897%2098.9961C85.7983%2098.8963%2085.7007%2098.7954%2085.6031%2098.6934C85.541%2098.628%2085.4778%2098.5637%2085.4168%2098.4982C85.3059%2098.3763%2085.195%2098.2521%2085.0786%2098.1267L84.9533%2097.9881C84.7995%2097.8137%2084.648%2097.6366%2084.4986%2097.457C84.4643%2097.4159%2084.4321%2097.3738%2084.3977%2097.3328C84.2868%2097.1919%2084.1671%2097.05%2084.054%2096.9069C83.9172%2096.7325%2083.7826%2096.5558%2083.6503%2096.3769L83.5827%2096.2881C83.3675%2095.9965%2083.1591%2095.6971%2082.955%2095.3943L82.8441%2095.228C82.5876%2094.8421%2082.341%2094.4495%2082.1045%2094.0503L82.0135%2093.8984C81.8487%2093.616%2081.6886%2093.3306%2081.5334%2093.0423C81.4768%2092.937%2081.4225%2092.8316%2081.3681%2092.7263C81.3138%2092.6209%2081.2572%2092.5045%2081.1952%2092.3936C81.1164%2092.2361%2081.0399%2092.0787%2080.9634%2091.9201C80.939%2091.8691%2080.9135%2091.8181%2080.8891%2091.7671C80.793%2091.5623%2080.6995%2091.3564%2080.6085%2091.1494C80.5852%2091.095%2080.562%2091.0385%2080.5398%2090.9875C80.4732%2090.8337%2080.4082%2090.6792%2080.3446%2090.524L80.2592%2090.3121C80.2008%2090.1643%2080.1435%2090.0164%2080.0873%2089.8686C80.0629%2089.8043%2080.0385%2089.7388%2080.0141%2089.6745C79.9454%2089.486%2079.8789%2089.2971%2079.8145%2089.1079L79.789%2089.0347C79.7151%2088.8218%2079.6471%2088.6088%2079.585%2088.3959C79.5639%2088.3283%2079.5451%2088.2606%2079.5262%2088.193C79.483%2088.0444%2079.4397%2087.8958%2079.3998%2087.7494C79.3776%2087.6685%2079.3566%2087.5875%2079.3355%2087.5066C79.3%2087.3691%2079.2656%2087.2319%2079.2324%2087.0952C79.2131%2087.0138%2079.1943%2086.9325%2079.1758%2086.8512C79.1436%2086.7104%2079.1137%2086.5695%2079.0849%2086.4298C79.0693%2086.3555%2079.0538%2086.2801%2079.0394%2086.208C79.0047%2086.0276%2078.9725%2085.848%2078.9429%2085.6691C78.9429%2085.638%2078.9318%2085.607%2078.9274%2085.5759C78.8941%2085.366%2078.8646%2085.1564%2078.8387%2084.9472C78.832%2084.8906%2078.8265%2084.8363%2078.8198%2084.7775C78.8028%2084.6259%2078.7873%2084.4748%2078.7733%2084.3239C78.7666%2084.253%2078.7622%2084.182%2078.7566%2084.1121C78.7455%2083.9702%2078.7378%2083.8294%2078.7311%2083.6885C78.7311%2083.622%2078.7245%2083.5544%2078.7222%2083.4878C78.7156%2083.2882%2078.71%2083.0897%2078.7112%2082.8934L78.7466%2069.3645L77.6377%2068.7258L71.9567%2065.45C70.7912%2064.7503%2069.5073%2064.2703%2068.1686%2064.0339V64.0417C68.1597%2064.1105%2068.1542%2064.1825%2068.1464%2064.2513C68.1387%2064.32%2068.1298%2064.4021%2068.1231%2064.4797C68.1231%2064.5119%2068.1165%2064.5418%2068.1132%2064.574C68.1043%2064.676%2068.0999%2064.7802%2068.0943%2064.8845C68.0943%2064.941%2068.0865%2064.9954%2068.0843%2065.0541V65.0952C68.0769%2065.2704%2068.0729%2065.4482%2068.0721%2065.6286V65.6607L68.0078%2089.1023C68.0078%2089.2679%2068.01%2089.4339%2068.0145%2089.6002C68.0145%2089.6324%2068.0145%2089.6634%2068.0145%2089.6956C68.0145%2089.7632%2068.0211%2089.832%2068.0244%2089.8996C68.0278%2089.9673%2068.03%2090.056%2068.0355%2090.1347C68.0355%2090.1957%2068.0455%2090.2578%2068.05%2090.3199C68.0544%2090.382%2068.061%2090.463%2068.0677%2090.535C68.0677%2090.5805%2068.0743%2090.6271%2068.0788%2090.6725C68.0888%2090.7757%2068.1021%2090.8799%2068.1132%2090.9842C68.1198%2091.0418%2068.1254%2091.095%2068.132%2091.1583L68.1387%2091.2137C68.1623%2091.3985%2068.1886%2091.5833%2068.2174%2091.7682V91.7837C68.2174%2091.8147%2068.2285%2091.8469%2068.234%2091.8779C68.2584%2092.0277%2068.2839%2092.1774%2068.3117%2092.3282C68.3172%2092.357%2068.3239%2092.3858%2068.3294%2092.4147C68.3438%2092.4901%2068.3604%2092.5655%2068.376%2092.6365C68.3915%2092.7074%2068.4104%2092.8128%2068.4292%2092.9004C68.4403%2092.9525%2068.4536%2093.0046%2068.4658%2093.0556C68.4843%2093.1362%2068.5031%2093.2172%2068.5224%2093.2985C68.5368%2093.3595%2068.5501%2093.4205%2068.5645%2093.4803C68.5789%2093.5402%2068.6055%2093.6345%2068.6255%2093.711C68.6454%2093.7875%2068.6676%2093.8729%2068.6887%2093.9527C68.6998%2093.9916%2068.7087%2094.0304%2068.7186%2094.0636C68.7486%2094.1745%2068.7818%2094.2854%2068.8151%2094.3963C68.8351%2094.464%2068.8539%2094.5316%2068.8739%2094.5993L68.8894%2094.6547C68.9478%2094.8462%2069.0092%2095.0376%2069.0735%2095.2291V95.2391L69.099%2095.3123C69.1533%2095.4731%2069.2099%2095.6339%2069.2676%2095.7947C69.2775%2095.8224%2069.2886%2095.8501%2069.2986%2095.8778C69.3219%2095.9422%2069.3463%2096.0054%2069.3707%2096.0697C69.4039%2096.1595%2069.4372%2096.2482%2069.4716%2096.338C69.4949%2096.3979%2069.5193%2096.4567%2069.5437%2096.5166L69.628%2096.7262C69.649%2096.7761%2069.6679%2096.8271%2069.6889%2096.877C69.7322%2096.9812%2069.7777%2097.0855%2069.8231%2097.1897C69.8464%2097.244%2069.8686%2097.3006%2069.893%2097.3516L69.9174%2097.4082C69.9972%2097.5878%2070.0789%2097.7671%2070.1625%2097.946L70.1735%2097.9704C70.1979%2098.0214%2070.2234%2098.0724%2070.2478%2098.1234C70.3133%2098.2598%2070.3776%2098.3973%2070.4452%2098.5326L70.4785%2098.5969C70.5351%2098.7078%2070.5894%2098.8187%2070.6515%2098.9296C70.6981%2099.0194%2070.7424%2099.1093%2070.7901%2099.198L70.8167%2099.2456C70.9712%2099.534%2071.1313%2099.8193%2071.2969%20100.102C71.3113%20100.126%2071.3235%20100.151%2071.3379%20100.175C71.3523%20100.199%2071.3723%20100.227%2071.3878%20100.254C71.6244%20100.653%2071.8709%20101.045%2072.1275%20101.431C72.1419%20101.452%2072.1541%20101.475%2072.1685%20101.497C72.1829%20101.519%2072.2173%20101.564%2072.2406%20101.6C72.4446%20101.902%2072.652%20102.201%2072.8682%20102.493L72.9314%20102.575C73.0645%20102.754%2073.1994%20102.931%2073.3362%20103.107L73.3595%20103.137C73.4704%20103.272%2073.5746%20103.405%2073.6833%20103.537L73.7798%20103.656L73.7875%20103.665C73.9287%20103.835%2074.0718%20104.002%2074.2167%20104.167L74.2344%20104.187L74.3597%20104.326C74.4551%20104.437%2074.5516%20104.541%2074.6481%20104.646L74.698%20104.698C74.7601%20104.764%2074.8222%20104.828%2074.8843%20104.893C74.9464%20104.959%2075.0284%20105.046%2075.106%20105.122L75.1814%20105.197C75.2502%20105.266%2075.319%20105.334%2075.3888%20105.401C75.4587%20105.469%2075.5108%20105.524%2075.5729%20105.583L75.6727%20105.676C75.747%20105.747%2075.8224%20105.817%2075.8945%20105.886C75.9488%20105.936%2076.0054%20105.987%2076.0564%20106.036L76.1784%20106.146L76.4002%20106.345C76.4478%20106.386%2076.4944%20106.429%2076.5432%20106.469C76.592%20106.509%2076.643%20106.55%2076.6918%20106.59L76.9136%20106.774C76.9535%20106.806%2076.9923%20106.84%2077.0322%20106.872C77.0943%20106.921%2077.1576%20106.967%2077.2197%20107.015C77.2818%20107.062%2077.3594%20107.126%2077.4292%20107.174L77.5168%20107.241C77.6011%20107.303%2077.6876%20107.362%2077.7719%20107.423C77.8307%20107.465%2077.8894%20107.508%2077.9493%20107.549L77.997%20107.584C78.1523%20107.69%2078.3086%20107.794%2078.4661%20107.894L78.4905%20107.91C78.6357%20108.002%2078.7821%20108.092%2078.9341%20108.178L79.0449%20108.241L98.4999%20119.478C98.6175%20119.546%2098.7346%20119.611%2098.8515%20119.674L98.9867%20119.744L99.1653%20119.836C99.2119%20119.859%2099.2584%20119.885%2099.3039%20119.908C99.3793%20119.946%2099.4547%20119.979%2099.5257%20120.019L99.6832%20120.093L99.7464%20120.123C99.8942%20120.19%20100.042%20120.252%20100.19%20120.311L100.208%20120.317C100.35%20120.374%20100.492%20120.428%20100.633%20120.477L100.693%20120.497L100.856%20120.55C100.93%20120.575%20101.004%20120.6%20101.078%20120.622L101.189%20120.655L101.385%20120.709C101.434%20120.722%20101.484%20120.738%20101.532%20120.75C101.579%20120.762%20101.643%20120.773%20101.693%20120.785L101.888%20120.829L101.986%20120.851L102.085%20120.867C102.158%20120.553%20102.219%20120.227%20102.266%20119.886C102.346%20119.313%20102.388%20118.736%20102.392%20118.157Z'%20fill='url(%23paint0_linear_302_6100)'/%3e%3cpath%20d='M91.4307%2064.3019L78.0005%2056.5472L75.8214%2055.2885L71.9957%2053.0796C59.9427%2046.1222%2050.1032%2051.73%2050.0633%2065.5794L50.0001%2087.9076C49.9613%20101.769%2059.7365%20118.694%2071.7894%20125.652L91.2244%20136.872C103.276%20143.831%20113.117%20138.227%20113.156%20124.373L113.183%20114.546V113.668L113.217%20102.041C113.259%2088.1926%20103.482%2071.2604%2091.4307%2064.3019ZM102.419%20108.881V109.349L102.395%20118.156C102.394%20118.733%20102.355%20119.309%20102.278%20119.881C102.232%20120.222%20102.167%20120.547%20102.097%20120.863C100.943%20125.853%2096.5184%20127.534%2091.2621%20124.5L71.8249%20113.283C65.708%20109.753%2060.7478%20101.16%2060.7678%2094.1275L60.831%2071.7949C60.8454%2066.777%2063.3948%2063.8927%2067.0787%2063.9382C67.4454%2063.9447%2067.8112%2063.9777%2068.1732%2064.0369C69.5103%2064.2737%2070.7927%2064.7537%2071.9568%2065.453L77.6312%2068.7232L78.7401%2069.3619L91.3974%2076.6697C97.512%2080.205%20102.476%2088.7947%20102.452%2095.8275L102.419%20108.881Z'%20fill='url(%23paint1_linear_302_6100)'/%3e%3cpath%20d='M129.993%2090.9695C129.993%2090.9063%20129.987%2090.842%20129.985%2090.7788C129.985%2090.648%20129.972%2090.516%20129.966%2090.3851C129.958%2090.2288%20129.953%2090.0746%20129.944%2089.9172C129.936%2089.7952%20129.924%2089.671%20129.914%2089.5479C129.904%2089.4248%20129.892%2089.2707%20129.88%2089.1309C129.873%2089.04%20129.867%2088.9491%20129.858%2088.8582C129.838%2088.6519%20129.813%2088.4445%20129.789%2088.2383C129.776%2088.1274%20129.766%2088.0165%20129.752%2087.9056C129.752%2087.869%20129.744%2087.8324%20129.739%2087.7947C129.694%2087.431%20129.642%2087.0658%20129.583%2086.6991L129.578%2086.6669C129.568%2086.6037%20129.555%2086.5405%20129.544%2086.4773C129.497%2086.1845%20129.448%2085.8918%20129.392%2085.5979C129.381%2085.5391%20129.368%2085.4815%20129.357%2085.4227C129.328%2085.2752%20129.297%2085.1277%20129.267%2084.9791C129.232%2084.805%20129.199%2084.632%20129.156%2084.459C129.134%2084.3559%20129.107%2084.2528%20129.084%2084.1497C129.048%2083.99%20129.011%2083.8303%20128.973%2083.6706C128.944%2083.5519%20128.92%2083.4333%20128.89%2083.3146C128.852%2083.1627%20128.809%2083.0097%20128.77%2082.8566C128.731%2082.7036%20128.688%2082.5395%20128.645%2082.3809C128.625%2082.3055%20128.606%2082.2301%20128.585%2082.1591C128.524%2081.9373%20128.458%2081.7222%20128.393%2081.5038C128.354%2081.3729%20128.318%2081.2409%20128.282%2081.1101C128.271%2081.0746%20128.262%2081.0391%20128.251%2080.9992C128.135%2080.6214%20128.014%2080.244%20127.889%2079.867L127.881%2079.8448C127.863%2079.7927%20127.844%2079.7417%20127.827%2079.6896C127.716%2079.3768%20127.613%2079.063%20127.494%2078.7503C127.474%2078.6948%20127.452%2078.6394%20127.432%2078.584C127.385%2078.4564%20127.336%2078.3289%20127.288%2078.2014C127.222%2078.0273%20127.159%2077.8532%20127.091%2077.6791C127.046%2077.5615%20126.997%2077.4451%20126.949%2077.3275C126.894%2077.1886%20126.838%2077.0499%20126.782%2076.9117C126.742%2076.813%20126.704%2076.7143%20126.663%2076.6167C126.577%2076.4094%20126.487%2076.2042%20126.398%2075.9979C126.353%2075.8871%20126.308%2075.7861%20126.262%2075.6797L126.215%2075.5688C126.059%2075.2147%20125.898%2074.8617%20125.733%2074.5098L125.711%2074.4632C125.661%2074.3523%20125.608%2074.2525%20125.558%2074.146C125.431%2073.881%20125.305%2073.616%20125.174%2073.3532C125.153%2073.311%20125.13%2073.2689%20125.109%2073.2256C124.998%2073.0038%20124.887%2072.7821%20124.768%2072.5669C124.677%2072.3906%20124.589%2072.2143%20124.495%2072.0391C124.478%2072.0069%20124.459%2071.9759%20124.441%2071.9426C124.136%2071.3756%20123.821%2070.8137%20123.495%2070.257C123.467%2070.2094%20123.443%2070.1617%20123.415%2070.114C123.333%2069.9743%20123.247%2069.8379%20123.164%2069.6992C123.024%2069.4675%20122.885%2069.2357%20122.742%2069.0062C122.618%2068.8066%20122.492%2068.6092%20122.365%2068.4118C122.22%2068.19%20122.076%2067.9604%20121.927%2067.7364C121.877%2067.6599%20121.829%2067.5823%20121.778%2067.5069C121.727%2067.4315%20121.682%2067.3727%20121.635%2067.304C121.233%2066.7085%20120.824%2066.1196%20120.4%2065.5441L120.395%2065.5352C120.354%2065.4787%20120.309%2065.4243%20120.268%2065.3689C120.006%2065.017%20119.741%2064.6688%20119.472%2064.3243L119.425%2064.2633C119.215%2063.996%20119%2063.7343%20118.786%2063.4715C118.722%2063.395%20118.661%2063.3163%20118.598%2063.2398L118.584%2063.222C118.306%2062.8879%20118.024%2062.5581%20117.739%2062.2328L117.702%2062.1929C117.621%2062.0998%20117.537%2062.0111%20117.455%2061.919C117.266%2061.7083%20117.078%2061.4954%20116.886%2061.2892L116.788%2061.1871C116.666%2061.0563%20116.542%2060.9288%20116.418%2060.799C116.276%2060.6504%20116.135%2060.4985%20115.991%2060.3554C115.942%2060.3055%20115.891%2060.2579%20115.841%2060.208C115.706%2060.0716%20115.57%2059.9385%20115.433%2059.8043C115.297%2059.6701%20115.193%2059.5626%20115.071%2059.445C115.005%2059.3829%20114.939%2059.323%20114.873%2059.2609C114.726%2059.1212%20114.577%2058.9837%20114.43%2058.8473C114.319%2058.7497%20114.219%2058.6488%20114.112%2058.5523C114.034%2058.4814%20113.953%2058.4137%20113.873%2058.3427C113.725%2058.2104%20113.575%2058.0796%20113.424%2057.9502C113.33%2057.8692%20113.238%2057.7849%20113.142%2057.7051C113.047%2057.6253%20112.946%2057.5465%20112.848%2057.4656C112.7%2057.3443%20112.553%2057.2242%20112.405%2057.1052C112.326%2057.042%20112.248%2056.9754%20112.169%2056.9122C112.045%2056.8157%20111.921%2056.7248%20111.798%2056.6294C111.675%2056.5341%20111.523%2056.4176%20111.386%2056.3145C111.328%2056.2713%20111.275%2056.2258%20111.213%2056.1826C111.045%2056.0595%20110.88%2055.943%20110.707%2055.8233C110.596%2055.7412%20110.476%2055.6569%20110.36%2055.5771L110.265%2055.5094C109.958%2055.2995%20109.651%2055.0958%20109.341%2054.8984H109.334L109.288%2054.8696C109%2054.6877%20108.711%2054.5092%20108.42%2054.3384L108.206%2054.2142L88.7824%2042.9941C88.551%2042.8603%2088.3204%2042.7313%2088.0904%2042.6071C88.0017%2042.5594%2087.9141%2042.5162%2087.8254%2042.4696L87.4717%2042.2866C87.3807%2042.24%2087.2887%2042.1901%2087.1989%2042.1447C87.0492%2042.0704%2086.9017%2042.0049%2086.7553%2041.9351C86.6511%2041.8863%2086.5479%2041.8353%2086.4448%2041.7887L86.3195%2041.7299C86.0238%2041.5991%2085.7332%2041.476%2085.4479%2041.3607L85.4035%2041.344C85.1252%2041.2331%2084.8491%2041.1289%2084.5729%2041.0313L84.4465%2040.9847C84.3356%2040.9481%2084.2336%2040.9149%2084.1271%2040.8805C83.9819%2040.8328%2083.8366%2040.7818%2083.6924%2040.7385C83.6159%2040.7153%2083.5405%2040.6975%2083.464%2040.6753C83.3354%2040.6376%2083.2078%2040.6033%2083.0792%2040.5644C82.9827%2040.5389%2082.8851%2040.5079%2082.7898%2040.4846C82.6944%2040.4613%2082.5802%2040.4436%2082.4737%2040.4192C82.3462%2040.3903%2082.2176%2040.3604%2082.0912%2040.3327C82.0268%2040.3194%2081.9603%2040.3016%2081.896%2040.2894C81.7729%2040.265%2081.6531%2040.2506%2081.53%2040.2295C81.3826%2040.204%2081.234%2040.1774%2081.0865%2040.1564C81.0388%2040.1508%2080.9878%2040.1397%2080.939%2040.1331C80.8148%2040.1109%2080.6928%2040.1109%2080.5697%2040.0954C80.4122%2040.0776%2080.2548%2040.0599%2080.0995%2040.0477C80.0563%2040.0477%2080.0108%2040.0377%2079.9676%2040.0344C79.8567%2040.0266%2079.7558%2040.0288%2079.6482%2040.0233C79.4608%2040.0144%2079.2756%2040.0067%2079.0893%2040C79.0394%2040%2078.9884%2040%2078.9385%2040C78.8575%2040%2078.7799%2040.01%2078.699%2040.0111C78.4661%2040.0111%2078.2354%2040.0266%2078.0081%2040.0432C77.9405%2040.0432%2077.8706%2040.0432%2077.8041%2040.0532C77.7054%2040.0621%2077.61%2040.0765%2077.5124%2040.0876L77.3017%2040.1109C77.0455%2040.1453%2076.7916%2040.1841%2076.5421%2040.2351L76.5144%2040.244C76.4401%2040.2595%2076.368%2040.2794%2076.2926%2040.2961C76.0897%2040.3415%2075.8878%2040.3892%2075.6904%2040.4447C75.5895%2040.4735%2075.4919%2040.5068%2075.3921%2040.5389C75.2646%2040.5789%2075.1349%2040.6143%2075.0085%2040.6598C74.9752%2040.6709%2074.9441%2040.6875%2074.912%2040.6986C74.7146%2040.7707%2074.5239%2040.8517%2074.332%2040.9348C74.2389%2040.9747%2074.1435%2041.0113%2074.0526%2041.0535C73.7731%2041.1843%2073.4981%2041.3252%2073.2331%2041.4793L62.5375%2047.6893C62.8036%2047.5351%2063.0775%2047.3943%2063.3559%2047.2635C63.4479%2047.2202%2063.5433%2047.1847%2063.6364%2047.1437C63.8272%2047.0605%2064.019%2046.9796%2064.2153%2046.9075C64.3727%2046.8498%2064.5335%2046.7966%2064.6954%2046.7478C64.7952%2046.7168%2064.8928%2046.6824%2064.9937%2046.6536C65.1911%2046.5981%2065.3941%2046.5504%2065.5959%2046.505C65.6691%2046.4883%2065.7412%2046.4684%2065.8177%2046.4528C66.0761%2046.4007%2066.3389%2046.3586%2066.605%2046.3231C66.6749%2046.3142%2066.7458%2046.3065%2066.8157%2046.2987C66.9798%2046.2798%2067.1484%2046.2665%2067.3114%2046.2543C67.5387%2046.2366%2067.7694%2046.2266%2068.0023%2046.2211C68.132%2046.2211%2068.2606%2046.2133%2068.3915%2046.2144C68.5756%2046.2144%2068.763%2046.2244%2068.946%2046.2333C69.0957%2046.2399%2069.2454%2046.2455%2069.3973%2046.2577C69.5492%2046.2699%2069.71%2046.2887%2069.8675%2046.3054C70.0249%2046.322%2070.2112%2046.3431%2070.3865%2046.3675C70.5328%2046.3885%2070.6803%2046.4151%2070.83%2046.4406C71.0163%2046.4728%2071.2026%2046.505%2071.3911%2046.5449C71.5176%2046.5715%2071.6462%2046.6003%2071.7737%2046.6303C71.9748%2046.6768%2072.177%2046.7271%2072.3803%2046.7811C72.5078%2046.8155%2072.6365%2046.8498%2072.764%2046.892C72.9858%2046.9552%2073.2076%2047.025%2073.4293%2047.0971C73.5402%2047.1315%2073.6411%2047.1648%2073.7476%2047.2014C74.0625%2047.3123%2074.3786%2047.4231%2074.698%2047.5529L74.7423%2047.5695C75.075%2047.7026%2075.4077%2047.8479%2075.7403%2047.9998C75.8435%2048.0464%2075.9466%2048.0974%2076.0508%2048.1462C76.2896%2048.2585%2076.5295%2048.3757%2076.7705%2048.4977C76.8881%2048.5576%2077.006%2048.6186%2077.1243%2048.6807C77.4414%2048.8481%2077.7597%2049.0189%2078.0802%2049.2041L97.5219%2060.4253C97.8834%2060.6338%2098.2427%2060.8515%2098.5997%2061.0785L98.6507%2061.1095C98.9945%2061.3313%2099.3361%2061.5531%2099.6754%2061.7915C99.7918%2061.8724%2099.9072%2061.9567%20100.022%2062.0388C100.244%2062.1996%20100.476%2062.3626%20100.701%2062.53C100.839%2062.6332%20100.975%2062.7385%20101.113%2062.8439C101.316%2062.9999%20101.518%2063.1588%20101.72%2063.3207C101.868%2063.439%20102.016%2063.5588%20102.164%2063.68C102.357%2063.8397%20102.549%2064.0016%20102.739%2064.1657C102.887%2064.2951%20103.035%2064.4256%20103.183%2064.5572C103.37%2064.7228%20103.555%2064.8909%20103.737%2065.0617C103.886%2065.1981%20104.035%2065.3356%20104.181%2065.4753C104.369%2065.6539%20104.557%2065.8357%20104.743%2066.0187C104.878%2066.1518%20105.015%2066.2849%20105.149%2066.4202C105.343%2066.6153%20105.534%2066.8149%20105.726%2067.0145C105.85%2067.1443%20105.974%2067.2718%20106.097%2067.4038C106.319%2067.6433%20106.541%2067.8884%20106.763%2068.1334C106.845%2068.2255%20106.929%2068.3153%20107.011%2068.4085C107.313%2068.7522%20107.612%2069.1015%20107.907%2069.4564C107.97%2069.5329%20108.031%2069.6116%20108.094%2069.6882C108.325%2069.9698%20108.556%2070.2526%20108.781%2070.5409C109.05%2070.8847%20109.315%2071.2329%20109.576%2071.5855C109.619%2071.6443%20109.665%2071.6964%20109.709%2071.7607C110.133%2072.3363%20110.543%2072.9251%20110.944%2073.5195C111.042%2073.6637%20111.141%2073.8078%20111.236%2073.9531C111.383%2074.1749%20111.529%2074.4022%20111.674%2074.6284C111.8%2074.8258%20111.927%2075.0232%20112.051%2075.2228C112.194%2075.4524%20112.333%2075.6841%20112.472%2075.9159C112.583%2076.1011%20112.694%2076.2863%20112.805%2076.4703C113.13%2077.027%20113.446%2077.5893%20113.751%2078.157C113.862%2078.3633%20113.973%2078.5706%20114.076%2078.7769C114.179%2078.9832%20114.307%2079.2205%20114.417%2079.4423C114.57%2079.7472%20114.72%2080.0544%20114.867%2080.3616C114.918%2080.4725%20114.97%2080.5723%20115.02%2080.6787C115.209%2081.0816%20115.394%2081.4882%20115.574%2081.8985C115.621%2082.0094%20115.666%2082.1126%20115.712%2082.2201C115.842%2082.5232%20115.97%2082.8274%20116.095%2083.1328C116.152%2083.2718%20116.208%2083.4104%20116.263%2083.5486C116.379%2083.8399%20116.49%2084.1315%20116.595%2084.4236C116.643%2084.5511%20116.692%2084.6786%20116.74%2084.8061C116.874%2085.1758%20117.004%2085.5454%20117.129%2085.9151C117.147%2085.9661%20117.165%2086.0182%20117.183%2086.0692C117.324%2086.4891%20117.457%2086.909%20117.585%2087.3289C117.624%2087.4609%20117.661%2087.5929%20117.695%2087.7248C117.782%2088.0176%20117.866%2088.3103%20117.945%2088.6031C117.988%2088.7628%20118.029%2088.9225%20118.071%2089.0833C118.142%2089.3531%20118.209%2089.6229%20118.273%2089.8928C118.312%2090.0532%20118.349%2090.2133%20118.384%2090.3729C118.447%2090.6494%20118.506%2090.9259%20118.561%2091.2024C118.591%2091.3499%20118.622%2091.4974%20118.651%2091.646C118.719%2091.9986%20118.782%2092.3502%20118.839%2092.7006C118.849%2092.7638%20118.862%2092.827%20118.872%2092.8902C118.938%2093.3042%20118.996%2093.7167%20119.046%2094.1278C119.061%2094.2387%20119.07%2094.3496%20119.084%2094.4604C119.118%2094.7562%20119.148%2095.0537%20119.175%2095.3531C119.187%2095.4929%20119.198%2095.6315%20119.208%2095.7701C119.229%2096.0495%20119.246%2096.3279%20119.259%2096.6051C119.266%2096.7371%20119.272%2096.869%20119.278%2097.001C119.292%2097.3936%20119.301%2097.7839%20119.3%2098.172L119.237%20120.505C119.237%20120.912%20119.225%20121.31%20119.207%20121.702C119.207%20121.813%20119.192%20121.924%20119.187%20122.035C119.171%20122.304%20119.154%20122.572%20119.129%20122.835C119.116%20122.986%20119.099%20123.135%20119.083%20123.285C119.058%20123.507%20119.033%20123.728%20119.003%20123.95C118.981%20124.11%20118.957%20124.266%20118.932%20124.423C118.9%20124.624%20118.866%20124.822%20118.829%20125.018C118.795%20125.193%20118.761%20125.367%20118.725%20125.538C118.688%20125.71%20118.648%20125.884%20118.605%20126.06C118.556%20126.262%20118.504%20126.461%20118.449%20126.657C118.406%20126.811%20118.363%20126.964%20118.316%20127.115C118.244%20127.349%20118.168%20127.577%20118.088%20127.804C118.044%20127.928%20118.001%20128.053%20117.956%20128.175C117.811%20128.557%20117.657%20128.928%20117.488%20129.284C117.357%20129.561%20117.221%20129.832%20117.077%20130.092C117.061%20130.121%20117.042%20130.148%20117.027%20130.177C116.895%20130.412%20116.758%20130.64%20116.616%20130.862C116.582%20130.915%20116.545%20130.966%20116.506%20131.02C116.386%20131.199%20116.263%20131.375%20116.136%20131.546C116.084%20131.616%20116.031%20131.686%20115.978%20131.755C115.855%20131.913%20115.729%20132.067%20115.6%20132.216C115.552%20132.273%20115.504%20132.327%20115.455%20132.385C115.279%20132.582%20115.097%20132.774%20114.91%20132.956C114.881%20132.983%20114.85%20133.01%20114.821%20133.038C114.66%20133.191%20114.495%20133.339%20114.327%20133.481C114.264%20133.533%20114.2%20133.584%20114.137%20133.635C113.989%20133.753%20113.841%20133.866%20113.693%20133.975C113.63%20134.02%20113.568%20134.067%20113.504%20134.11C113.292%20134.255%20113.077%20134.395%20112.855%20134.524L123.549%20128.314C123.771%20128.185%20123.986%20128.045%20124.199%20127.9C124.264%20127.857%20124.326%20127.81%20124.388%20127.765C124.539%20127.656%20124.687%20127.543%20124.831%20127.425C124.895%20127.374%20124.959%20127.323%20125.021%20127.271C125.19%20127.129%20125.356%20126.982%20125.518%20126.828C125.547%20126.801%20125.577%20126.776%20125.604%20126.748C125.792%20126.566%20125.974%20126.374%20126.15%20126.177C126.199%20126.121%20126.246%20126.066%20126.295%20126.007C126.424%20125.859%20126.55%20125.706%20126.673%20125.546C126.727%20125.477%20126.784%20125.407%20126.832%20125.337C126.958%20125.167%20127.081%20124.991%20127.2%20124.812C127.236%20124.759%20127.272%20124.707%20127.311%20124.653L127.344%20124.604C127.475%20124.399%20127.598%20124.186%20127.72%20123.971C127.737%20123.941%20127.756%20123.915%20127.772%20123.885C127.911%20123.633%20128.044%20123.375%20128.17%20123.108L128.184%20123.076C128.352%20122.72%20128.506%20122.349%20128.652%20121.967C128.665%20121.933%20128.68%20121.902%20128.694%20121.868C128.726%20121.78%20128.753%20121.686%20128.784%20121.597C128.863%20121.375%20128.941%20121.141%20129.013%20120.907C129.033%20120.843%20129.056%20120.783%20129.075%20120.719C129.101%20120.632%20129.121%20120.539%20129.145%20120.451C129.2%20120.255%20129.252%20120.056%20129.301%20119.854C129.321%20119.769%20129.347%20119.691%20129.366%20119.605C129.385%20119.52%20129.401%20119.423%20129.42%20119.334C129.457%20119.161%20129.492%20118.987%20129.525%20118.811C129.543%20118.719%20129.564%20118.631%20129.581%20118.537C129.598%20118.444%20129.612%20118.323%20129.629%20118.218C129.653%20118.062%20129.677%20117.904%20129.7%20117.745C129.711%20117.661%20129.726%20117.582%20129.736%20117.497C129.753%20117.362%20129.764%20117.221%20129.779%20117.085C129.795%20116.948%20129.813%20116.785%20129.826%20116.632C129.832%20116.57%20129.84%20116.51%20129.845%20116.448C129.861%20116.249%20129.87%20116.041%20129.883%20115.837C129.889%20115.726%20129.898%20115.615%20129.904%20115.505C129.904%20115.477%20129.904%20115.45%20129.904%20115.422C129.918%20115.077%20129.927%20114.726%20129.928%20114.37V114.308L129.991%2091.9753C130.002%2091.6331%20130.003%2091.2978%20129.993%2090.9695Z'%20fill='%230B0E11'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_302_6100'%20x1='68.0078'%20y1='92.449'%20x2='102.417'%20y2='92.449'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23313131'/%3e%3cstop%20offset='1'%20stop-color='%230B0E11'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_302_6100'%20x1='50.0001'%20y1='94.977'%20x2='113.22'%20y2='94.977'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%234E4E4E'/%3e%3cstop%20offset='1'%20stop-color='%230B0E11'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e";function Xc(r){const f=[],p=/!\[([^\]]*)\]\(([^)]+)\)|\[([^\]]*)\]\(([^)]+)\)|(https?:\/\/[^\s<>]+)|\*\*(.+?)\*\*|__(.+?)__|\*(.+?)\*|_(.+?)_|~~(.+?)~~|`([^`]+)`/g;let y=0,v;for(;(v=p.exec(r))!==null;)v.index>y&&f.push(r.slice(y,v.index)),v[1]!==void 0||v[2]!==void 0?f.push(Ee.jsx("img",{src:v[2],alt:v[1],className:"mc-image",onError:b=>{const w=b.target;w.src=k6}},v.index)):v[3]!==void 0?f.push(Ee.jsx("a",{href:v[4],target:"_blank",rel:"noopener noreferrer",className:"mc-link",children:v[3]},v.index)):v[5]!==void 0?f.push(Ee.jsx("a",{href:v[5],target:"_blank",rel:"noopener noreferrer",className:"mc-link",children:v[5]},v.index)):v[6]!==void 0?f.push(Ee.jsx("strong",{children:Xc(v[6])},v.index)):v[7]!==void 0?f.push(Ee.jsx("strong",{children:Xc(v[7])},v.index)):v[8]!==void 0?f.push(Ee.jsx("em",{children:Xc(v[8])},v.index)):v[9]!==void 0?f.push(Ee.jsx("em",{children:Xc(v[9])},v.index)):v[10]!==void 0?f.push(Ee.jsx("del",{children:Xc(v[10])},v.index)):v[11]!==void 0&&f.push(Ee.jsx("code",{className:"mc-inline-code",children:v[11]},v.index)),y=v.index+v[0].length;return y<r.length&&f.push(r.slice(y)),f.length>0?f:[r]}const B6=({content:r})=>{const f=r.split(`
|
|
347
|
+
User: ${f}`:f;return{success:!0,data:(await w.post("/chat",{prompt:C,model:p,stream:y},{headers:{"X-API-Key":b,Accept:"application/json","Content-Type":"application/json"}})).data}}catch(b){const w=b instanceof Error?b.message:"Unknown error";return console.error("❌ Error chatting with Cortex AI:",w),{success:!1,error:w}}}async function O6(r){const{address:f,chain:p="base"}=r;if(!f)throw new Error("Contract address is required");try{const y=$h();return{success:!0,data:(await ep.get(`/api/v2.2/nft/${encodeURIComponent(f)}/metadata`,{query:{chain:p},headers:Ph(y)})).data}}catch(y){const v=y instanceof Error?y.message:"Unknown error";return console.error("❌ Error fetching NFT contract metadata:",v),{success:!1,error:v}}}async function ly(r){const{address:f,chain:p="base",limit:y=100,exclude_spam:v=!0,cursor:b}=r;if(!f)throw new Error("Address is required");try{const w=$h(),C={chain:p,format:"decimal",limit:y,exclude_spam:v,media_items:!0,normalizeMetadata:!0};return b&&(C.cursor=b),{success:!0,data:(await ep.get(`/api/v2.2/${encodeURIComponent(f)}/nft`,{query:C,headers:Ph(w)})).data}}catch(w){const C=w instanceof Error?w.message:"Unknown error";return console.error("❌ Error fetching NFTs:",C),{success:!1,error:C}}}const x6="data:image/png;base64,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",R6="data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect%20width='36'%20height='36'%20rx='18'%20fill='%232358B2'/%3e%3cmask%20id='mask0_1924_16177'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='11'%20y='10'%20width='17'%20height='16'%3e%3crect%20x='11.334'%20y='10'%20width='16'%20height='16'%20fill='url(%23pattern0_1924_16177)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_1924_16177)'%3e%3crect%20x='11.334'%20y='10'%20width='16'%20height='16'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cpattern%20id='pattern0_1924_16177'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_1924_16177'%20transform='scale(0.00195312)'/%3e%3c/pattern%3e%3cimage%20id='image0_1924_16177'%20width='512'%20height='512'%20preserveAspectRatio='none'%20xlink:href='data:image/png;base64,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'/%3e%3c/defs%3e%3c/svg%3e";class D6 extends R0{constructor(){super("https://wallet-api.pantograph.app")}async getTokensDetails(f,p="base"){try{if(!f||!Array.isArray(f)||f.length===0)throw new Error("Addresses must be a non-empty array");const y=f.join(","),v=await this.get(`/keyrings/tokens/${p}/v2`,{query:{addresses:y}});return Array.isArray(v.data)&&(v.data=v.data.filter((b,w,C)=>w===C.findIndex(R=>R.address.toLowerCase()===b.address.toLowerCase())),Array.isArray(f)&&f.length>0&&(v.data=v.data.filter(b=>f.some(w=>w.toLowerCase()===b.address.toLowerCase())),v.data.sort((b,w)=>f.findIndex(C=>C.toLowerCase()===b.address.toLowerCase())-f.findIndex(C=>C.toLowerCase()===w.address.toLowerCase())))),v}catch(y){throw console.error("❌ Error getting tokens details:",y instanceof Error?y.message:y),y}}async getTokenDetail(f,p="base"){try{if(!f)throw new Error("Address is required");const y=await this.getTokensDetails([f],p);return{data:y.data[0]||null,status:y.status}}catch(y){throw console.error(`❌ Error getting token detail for ${f}:`,y instanceof Error?y.message:y),y}}async getTopGainers(f="base",p="24h",y=3){try{return await this.get(`/token-list/top-gainers/${f}`,{query:{duration:p,limit:y}})}catch(v){throw console.error("❌ Error getting top gainers:",v instanceof Error?v.message:v),v}}}const ui=new D6,N6="https://dln.debridge.finance",M6=new R0(N6);async function lb(r){const{chainId:f,tokenIn:p,tokenInAmount:y,tokenOut:v,accesstoken:b,slippage:w="auto",tokenOutRecipient:C}=r;if(!f||!p||!y||!v)throw new Error("Missing required parameters: chainId, tokenIn, tokenInAmount, tokenOut");try{const ue=(await(await fetch("https://exchange-api.keyring.app/admin/setting?configs=others",{method:"GET"})).json())?.others||{},Q=ue?.AFFILIATE_FEE_PERENT,M=ue?.AFFILIATE_FEE_RECIPIENT,X=await M6.get("/v1.0/chain/transaction",{query:{chainId:String(f),tokenIn:p,tokenInAmount:y,tokenOut:v,slippage:String(w),tokenOutRecipient:C,accesstoken:b,affiliateFeePercent:Q,affiliateFeeRecipient:M}});if(X.data?.error)throw new Error(`DeBridge API Error: ${X.data.error}`);return console.log("✅ Quote retrieved successfully"),{success:!0,data:X.data}}catch(R){let _=R instanceof Error?R.message:"Unknown error";const ue=R;ue.data?.errorMessage?_=ue.data.errorMessage:ue.response?.data?.errorMessage?_=ue.response.data.errorMessage:ue.data?.message?_=ue.data.message:ue.response?.data?.message&&(_=ue.response.data.message);const Q=ue.status||ue.response?.status||ue.statusCode||ue.data?.status;return console.error("📋 Error details:",{errorMessage:_,errorCode:ue.data?.errorCode,errorId:ue.data?.errorId,status:Q,reqId:ue.data?.reqId,fullError:{message:ue.message,status:ue.status,statusCode:ue.statusCode}}),{success:!1,error:R instanceof Error?R.message:"Unknown error",status:Q,errorMessage:_,errorCode:ue.data?.errorCode,errorId:ue.data?.errorId}}}const k6="data:image/svg+xml,%3csvg%20width='180'%20height='180'%20viewBox='0%200%20180%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M102.392%20118.157L102.417%20109.35L89.7594%20102.042C89.5768%20101.937%2089.3953%20101.826%2089.2149%20101.71L89.1861%20101.692C89.012%20101.581%2088.839%20101.47%2088.666%20101.346C88.6061%20101.305%2088.5473%20101.262%2088.4874%20101.22C88.3765%20101.139%2088.259%20101.057%2088.1459%20100.972C88.0749%20100.919%2088.0051%20100.861%2087.9352%20100.811C87.8321%20100.733%2087.73%20100.653%2087.6291%20100.571C87.5552%20100.51%2087.4813%20100.449%2087.4073%20100.387C87.3098%20100.306%2087.2125%20100.224%2087.1157%20100.141C87.0418%20100.075%2086.9678%20100.009%2086.8939%2099.9421C86.7985%2099.8578%2086.7039%2099.772%2086.61%2099.6848C86.5346%2099.6149%2086.4592%2099.5462%2086.3882%2099.4752C86.2929%2099.3843%2086.1986%2099.2922%2086.1044%2099.2002C86.0356%2099.1325%2085.9657%2099.0649%2085.897%2098.9961C85.7983%2098.8963%2085.7007%2098.7954%2085.6031%2098.6934C85.541%2098.628%2085.4778%2098.5637%2085.4168%2098.4982C85.3059%2098.3763%2085.195%2098.2521%2085.0786%2098.1267L84.9533%2097.9881C84.7995%2097.8137%2084.648%2097.6366%2084.4986%2097.457C84.4643%2097.4159%2084.4321%2097.3738%2084.3977%2097.3328C84.2868%2097.1919%2084.1671%2097.05%2084.054%2096.9069C83.9172%2096.7325%2083.7826%2096.5558%2083.6503%2096.3769L83.5827%2096.2881C83.3675%2095.9965%2083.1591%2095.6971%2082.955%2095.3943L82.8441%2095.228C82.5876%2094.8421%2082.341%2094.4495%2082.1045%2094.0503L82.0135%2093.8984C81.8487%2093.616%2081.6886%2093.3306%2081.5334%2093.0423C81.4768%2092.937%2081.4225%2092.8316%2081.3681%2092.7263C81.3138%2092.6209%2081.2572%2092.5045%2081.1952%2092.3936C81.1164%2092.2361%2081.0399%2092.0787%2080.9634%2091.9201C80.939%2091.8691%2080.9135%2091.8181%2080.8891%2091.7671C80.793%2091.5623%2080.6995%2091.3564%2080.6085%2091.1494C80.5852%2091.095%2080.562%2091.0385%2080.5398%2090.9875C80.4732%2090.8337%2080.4082%2090.6792%2080.3446%2090.524L80.2592%2090.3121C80.2008%2090.1643%2080.1435%2090.0164%2080.0873%2089.8686C80.0629%2089.8043%2080.0385%2089.7388%2080.0141%2089.6745C79.9454%2089.486%2079.8789%2089.2971%2079.8145%2089.1079L79.789%2089.0347C79.7151%2088.8218%2079.6471%2088.6088%2079.585%2088.3959C79.5639%2088.3283%2079.5451%2088.2606%2079.5262%2088.193C79.483%2088.0444%2079.4397%2087.8958%2079.3998%2087.7494C79.3776%2087.6685%2079.3566%2087.5875%2079.3355%2087.5066C79.3%2087.3691%2079.2656%2087.2319%2079.2324%2087.0952C79.2131%2087.0138%2079.1943%2086.9325%2079.1758%2086.8512C79.1436%2086.7104%2079.1137%2086.5695%2079.0849%2086.4298C79.0693%2086.3555%2079.0538%2086.2801%2079.0394%2086.208C79.0047%2086.0276%2078.9725%2085.848%2078.9429%2085.6691C78.9429%2085.638%2078.9318%2085.607%2078.9274%2085.5759C78.8941%2085.366%2078.8646%2085.1564%2078.8387%2084.9472C78.832%2084.8906%2078.8265%2084.8363%2078.8198%2084.7775C78.8028%2084.6259%2078.7873%2084.4748%2078.7733%2084.3239C78.7666%2084.253%2078.7622%2084.182%2078.7566%2084.1121C78.7455%2083.9702%2078.7378%2083.8294%2078.7311%2083.6885C78.7311%2083.622%2078.7245%2083.5544%2078.7222%2083.4878C78.7156%2083.2882%2078.71%2083.0897%2078.7112%2082.8934L78.7466%2069.3645L77.6377%2068.7258L71.9567%2065.45C70.7912%2064.7503%2069.5073%2064.2703%2068.1686%2064.0339V64.0417C68.1597%2064.1105%2068.1542%2064.1825%2068.1464%2064.2513C68.1387%2064.32%2068.1298%2064.4021%2068.1231%2064.4797C68.1231%2064.5119%2068.1165%2064.5418%2068.1132%2064.574C68.1043%2064.676%2068.0999%2064.7802%2068.0943%2064.8845C68.0943%2064.941%2068.0865%2064.9954%2068.0843%2065.0541V65.0952C68.0769%2065.2704%2068.0729%2065.4482%2068.0721%2065.6286V65.6607L68.0078%2089.1023C68.0078%2089.2679%2068.01%2089.4339%2068.0145%2089.6002C68.0145%2089.6324%2068.0145%2089.6634%2068.0145%2089.6956C68.0145%2089.7632%2068.0211%2089.832%2068.0244%2089.8996C68.0278%2089.9673%2068.03%2090.056%2068.0355%2090.1347C68.0355%2090.1957%2068.0455%2090.2578%2068.05%2090.3199C68.0544%2090.382%2068.061%2090.463%2068.0677%2090.535C68.0677%2090.5805%2068.0743%2090.6271%2068.0788%2090.6725C68.0888%2090.7757%2068.1021%2090.8799%2068.1132%2090.9842C68.1198%2091.0418%2068.1254%2091.095%2068.132%2091.1583L68.1387%2091.2137C68.1623%2091.3985%2068.1886%2091.5833%2068.2174%2091.7682V91.7837C68.2174%2091.8147%2068.2285%2091.8469%2068.234%2091.8779C68.2584%2092.0277%2068.2839%2092.1774%2068.3117%2092.3282C68.3172%2092.357%2068.3239%2092.3858%2068.3294%2092.4147C68.3438%2092.4901%2068.3604%2092.5655%2068.376%2092.6365C68.3915%2092.7074%2068.4104%2092.8128%2068.4292%2092.9004C68.4403%2092.9525%2068.4536%2093.0046%2068.4658%2093.0556C68.4843%2093.1362%2068.5031%2093.2172%2068.5224%2093.2985C68.5368%2093.3595%2068.5501%2093.4205%2068.5645%2093.4803C68.5789%2093.5402%2068.6055%2093.6345%2068.6255%2093.711C68.6454%2093.7875%2068.6676%2093.8729%2068.6887%2093.9527C68.6998%2093.9916%2068.7087%2094.0304%2068.7186%2094.0636C68.7486%2094.1745%2068.7818%2094.2854%2068.8151%2094.3963C68.8351%2094.464%2068.8539%2094.5316%2068.8739%2094.5993L68.8894%2094.6547C68.9478%2094.8462%2069.0092%2095.0376%2069.0735%2095.2291V95.2391L69.099%2095.3123C69.1533%2095.4731%2069.2099%2095.6339%2069.2676%2095.7947C69.2775%2095.8224%2069.2886%2095.8501%2069.2986%2095.8778C69.3219%2095.9422%2069.3463%2096.0054%2069.3707%2096.0697C69.4039%2096.1595%2069.4372%2096.2482%2069.4716%2096.338C69.4949%2096.3979%2069.5193%2096.4567%2069.5437%2096.5166L69.628%2096.7262C69.649%2096.7761%2069.6679%2096.8271%2069.6889%2096.877C69.7322%2096.9812%2069.7777%2097.0855%2069.8231%2097.1897C69.8464%2097.244%2069.8686%2097.3006%2069.893%2097.3516L69.9174%2097.4082C69.9972%2097.5878%2070.0789%2097.7671%2070.1625%2097.946L70.1735%2097.9704C70.1979%2098.0214%2070.2234%2098.0724%2070.2478%2098.1234C70.3133%2098.2598%2070.3776%2098.3973%2070.4452%2098.5326L70.4785%2098.5969C70.5351%2098.7078%2070.5894%2098.8187%2070.6515%2098.9296C70.6981%2099.0194%2070.7424%2099.1093%2070.7901%2099.198L70.8167%2099.2456C70.9712%2099.534%2071.1313%2099.8193%2071.2969%20100.102C71.3113%20100.126%2071.3235%20100.151%2071.3379%20100.175C71.3523%20100.199%2071.3723%20100.227%2071.3878%20100.254C71.6244%20100.653%2071.8709%20101.045%2072.1275%20101.431C72.1419%20101.452%2072.1541%20101.475%2072.1685%20101.497C72.1829%20101.519%2072.2173%20101.564%2072.2406%20101.6C72.4446%20101.902%2072.652%20102.201%2072.8682%20102.493L72.9314%20102.575C73.0645%20102.754%2073.1994%20102.931%2073.3362%20103.107L73.3595%20103.137C73.4704%20103.272%2073.5746%20103.405%2073.6833%20103.537L73.7798%20103.656L73.7875%20103.665C73.9287%20103.835%2074.0718%20104.002%2074.2167%20104.167L74.2344%20104.187L74.3597%20104.326C74.4551%20104.437%2074.5516%20104.541%2074.6481%20104.646L74.698%20104.698C74.7601%20104.764%2074.8222%20104.828%2074.8843%20104.893C74.9464%20104.959%2075.0284%20105.046%2075.106%20105.122L75.1814%20105.197C75.2502%20105.266%2075.319%20105.334%2075.3888%20105.401C75.4587%20105.469%2075.5108%20105.524%2075.5729%20105.583L75.6727%20105.676C75.747%20105.747%2075.8224%20105.817%2075.8945%20105.886C75.9488%20105.936%2076.0054%20105.987%2076.0564%20106.036L76.1784%20106.146L76.4002%20106.345C76.4478%20106.386%2076.4944%20106.429%2076.5432%20106.469C76.592%20106.509%2076.643%20106.55%2076.6918%20106.59L76.9136%20106.774C76.9535%20106.806%2076.9923%20106.84%2077.0322%20106.872C77.0943%20106.921%2077.1576%20106.967%2077.2197%20107.015C77.2818%20107.062%2077.3594%20107.126%2077.4292%20107.174L77.5168%20107.241C77.6011%20107.303%2077.6876%20107.362%2077.7719%20107.423C77.8307%20107.465%2077.8894%20107.508%2077.9493%20107.549L77.997%20107.584C78.1523%20107.69%2078.3086%20107.794%2078.4661%20107.894L78.4905%20107.91C78.6357%20108.002%2078.7821%20108.092%2078.9341%20108.178L79.0449%20108.241L98.4999%20119.478C98.6175%20119.546%2098.7346%20119.611%2098.8515%20119.674L98.9867%20119.744L99.1653%20119.836C99.2119%20119.859%2099.2584%20119.885%2099.3039%20119.908C99.3793%20119.946%2099.4547%20119.979%2099.5257%20120.019L99.6832%20120.093L99.7464%20120.123C99.8942%20120.19%20100.042%20120.252%20100.19%20120.311L100.208%20120.317C100.35%20120.374%20100.492%20120.428%20100.633%20120.477L100.693%20120.497L100.856%20120.55C100.93%20120.575%20101.004%20120.6%20101.078%20120.622L101.189%20120.655L101.385%20120.709C101.434%20120.722%20101.484%20120.738%20101.532%20120.75C101.579%20120.762%20101.643%20120.773%20101.693%20120.785L101.888%20120.829L101.986%20120.851L102.085%20120.867C102.158%20120.553%20102.219%20120.227%20102.266%20119.886C102.346%20119.313%20102.388%20118.736%20102.392%20118.157Z'%20fill='url(%23paint0_linear_302_6100)'/%3e%3cpath%20d='M91.4307%2064.3019L78.0005%2056.5472L75.8214%2055.2885L71.9957%2053.0796C59.9427%2046.1222%2050.1032%2051.73%2050.0633%2065.5794L50.0001%2087.9076C49.9613%20101.769%2059.7365%20118.694%2071.7894%20125.652L91.2244%20136.872C103.276%20143.831%20113.117%20138.227%20113.156%20124.373L113.183%20114.546V113.668L113.217%20102.041C113.259%2088.1926%20103.482%2071.2604%2091.4307%2064.3019ZM102.419%20108.881V109.349L102.395%20118.156C102.394%20118.733%20102.355%20119.309%20102.278%20119.881C102.232%20120.222%20102.167%20120.547%20102.097%20120.863C100.943%20125.853%2096.5184%20127.534%2091.2621%20124.5L71.8249%20113.283C65.708%20109.753%2060.7478%20101.16%2060.7678%2094.1275L60.831%2071.7949C60.8454%2066.777%2063.3948%2063.8927%2067.0787%2063.9382C67.4454%2063.9447%2067.8112%2063.9777%2068.1732%2064.0369C69.5103%2064.2737%2070.7927%2064.7537%2071.9568%2065.453L77.6312%2068.7232L78.7401%2069.3619L91.3974%2076.6697C97.512%2080.205%20102.476%2088.7947%20102.452%2095.8275L102.419%20108.881Z'%20fill='url(%23paint1_linear_302_6100)'/%3e%3cpath%20d='M129.993%2090.9695C129.993%2090.9063%20129.987%2090.842%20129.985%2090.7788C129.985%2090.648%20129.972%2090.516%20129.966%2090.3851C129.958%2090.2288%20129.953%2090.0746%20129.944%2089.9172C129.936%2089.7952%20129.924%2089.671%20129.914%2089.5479C129.904%2089.4248%20129.892%2089.2707%20129.88%2089.1309C129.873%2089.04%20129.867%2088.9491%20129.858%2088.8582C129.838%2088.6519%20129.813%2088.4445%20129.789%2088.2383C129.776%2088.1274%20129.766%2088.0165%20129.752%2087.9056C129.752%2087.869%20129.744%2087.8324%20129.739%2087.7947C129.694%2087.431%20129.642%2087.0658%20129.583%2086.6991L129.578%2086.6669C129.568%2086.6037%20129.555%2086.5405%20129.544%2086.4773C129.497%2086.1845%20129.448%2085.8918%20129.392%2085.5979C129.381%2085.5391%20129.368%2085.4815%20129.357%2085.4227C129.328%2085.2752%20129.297%2085.1277%20129.267%2084.9791C129.232%2084.805%20129.199%2084.632%20129.156%2084.459C129.134%2084.3559%20129.107%2084.2528%20129.084%2084.1497C129.048%2083.99%20129.011%2083.8303%20128.973%2083.6706C128.944%2083.5519%20128.92%2083.4333%20128.89%2083.3146C128.852%2083.1627%20128.809%2083.0097%20128.77%2082.8566C128.731%2082.7036%20128.688%2082.5395%20128.645%2082.3809C128.625%2082.3055%20128.606%2082.2301%20128.585%2082.1591C128.524%2081.9373%20128.458%2081.7222%20128.393%2081.5038C128.354%2081.3729%20128.318%2081.2409%20128.282%2081.1101C128.271%2081.0746%20128.262%2081.0391%20128.251%2080.9992C128.135%2080.6214%20128.014%2080.244%20127.889%2079.867L127.881%2079.8448C127.863%2079.7927%20127.844%2079.7417%20127.827%2079.6896C127.716%2079.3768%20127.613%2079.063%20127.494%2078.7503C127.474%2078.6948%20127.452%2078.6394%20127.432%2078.584C127.385%2078.4564%20127.336%2078.3289%20127.288%2078.2014C127.222%2078.0273%20127.159%2077.8532%20127.091%2077.6791C127.046%2077.5615%20126.997%2077.4451%20126.949%2077.3275C126.894%2077.1886%20126.838%2077.0499%20126.782%2076.9117C126.742%2076.813%20126.704%2076.7143%20126.663%2076.6167C126.577%2076.4094%20126.487%2076.2042%20126.398%2075.9979C126.353%2075.8871%20126.308%2075.7861%20126.262%2075.6797L126.215%2075.5688C126.059%2075.2147%20125.898%2074.8617%20125.733%2074.5098L125.711%2074.4632C125.661%2074.3523%20125.608%2074.2525%20125.558%2074.146C125.431%2073.881%20125.305%2073.616%20125.174%2073.3532C125.153%2073.311%20125.13%2073.2689%20125.109%2073.2256C124.998%2073.0038%20124.887%2072.7821%20124.768%2072.5669C124.677%2072.3906%20124.589%2072.2143%20124.495%2072.0391C124.478%2072.0069%20124.459%2071.9759%20124.441%2071.9426C124.136%2071.3756%20123.821%2070.8137%20123.495%2070.257C123.467%2070.2094%20123.443%2070.1617%20123.415%2070.114C123.333%2069.9743%20123.247%2069.8379%20123.164%2069.6992C123.024%2069.4675%20122.885%2069.2357%20122.742%2069.0062C122.618%2068.8066%20122.492%2068.6092%20122.365%2068.4118C122.22%2068.19%20122.076%2067.9604%20121.927%2067.7364C121.877%2067.6599%20121.829%2067.5823%20121.778%2067.5069C121.727%2067.4315%20121.682%2067.3727%20121.635%2067.304C121.233%2066.7085%20120.824%2066.1196%20120.4%2065.5441L120.395%2065.5352C120.354%2065.4787%20120.309%2065.4243%20120.268%2065.3689C120.006%2065.017%20119.741%2064.6688%20119.472%2064.3243L119.425%2064.2633C119.215%2063.996%20119%2063.7343%20118.786%2063.4715C118.722%2063.395%20118.661%2063.3163%20118.598%2063.2398L118.584%2063.222C118.306%2062.8879%20118.024%2062.5581%20117.739%2062.2328L117.702%2062.1929C117.621%2062.0998%20117.537%2062.0111%20117.455%2061.919C117.266%2061.7083%20117.078%2061.4954%20116.886%2061.2892L116.788%2061.1871C116.666%2061.0563%20116.542%2060.9288%20116.418%2060.799C116.276%2060.6504%20116.135%2060.4985%20115.991%2060.3554C115.942%2060.3055%20115.891%2060.2579%20115.841%2060.208C115.706%2060.0716%20115.57%2059.9385%20115.433%2059.8043C115.297%2059.6701%20115.193%2059.5626%20115.071%2059.445C115.005%2059.3829%20114.939%2059.323%20114.873%2059.2609C114.726%2059.1212%20114.577%2058.9837%20114.43%2058.8473C114.319%2058.7497%20114.219%2058.6488%20114.112%2058.5523C114.034%2058.4814%20113.953%2058.4137%20113.873%2058.3427C113.725%2058.2104%20113.575%2058.0796%20113.424%2057.9502C113.33%2057.8692%20113.238%2057.7849%20113.142%2057.7051C113.047%2057.6253%20112.946%2057.5465%20112.848%2057.4656C112.7%2057.3443%20112.553%2057.2242%20112.405%2057.1052C112.326%2057.042%20112.248%2056.9754%20112.169%2056.9122C112.045%2056.8157%20111.921%2056.7248%20111.798%2056.6294C111.675%2056.5341%20111.523%2056.4176%20111.386%2056.3145C111.328%2056.2713%20111.275%2056.2258%20111.213%2056.1826C111.045%2056.0595%20110.88%2055.943%20110.707%2055.8233C110.596%2055.7412%20110.476%2055.6569%20110.36%2055.5771L110.265%2055.5094C109.958%2055.2995%20109.651%2055.0958%20109.341%2054.8984H109.334L109.288%2054.8696C109%2054.6877%20108.711%2054.5092%20108.42%2054.3384L108.206%2054.2142L88.7824%2042.9941C88.551%2042.8603%2088.3204%2042.7313%2088.0904%2042.6071C88.0017%2042.5594%2087.9141%2042.5162%2087.8254%2042.4696L87.4717%2042.2866C87.3807%2042.24%2087.2887%2042.1901%2087.1989%2042.1447C87.0492%2042.0704%2086.9017%2042.0049%2086.7553%2041.9351C86.6511%2041.8863%2086.5479%2041.8353%2086.4448%2041.7887L86.3195%2041.7299C86.0238%2041.5991%2085.7332%2041.476%2085.4479%2041.3607L85.4035%2041.344C85.1252%2041.2331%2084.8491%2041.1289%2084.5729%2041.0313L84.4465%2040.9847C84.3356%2040.9481%2084.2336%2040.9149%2084.1271%2040.8805C83.9819%2040.8328%2083.8366%2040.7818%2083.6924%2040.7385C83.6159%2040.7153%2083.5405%2040.6975%2083.464%2040.6753C83.3354%2040.6376%2083.2078%2040.6033%2083.0792%2040.5644C82.9827%2040.5389%2082.8851%2040.5079%2082.7898%2040.4846C82.6944%2040.4613%2082.5802%2040.4436%2082.4737%2040.4192C82.3462%2040.3903%2082.2176%2040.3604%2082.0912%2040.3327C82.0268%2040.3194%2081.9603%2040.3016%2081.896%2040.2894C81.7729%2040.265%2081.6531%2040.2506%2081.53%2040.2295C81.3826%2040.204%2081.234%2040.1774%2081.0865%2040.1564C81.0388%2040.1508%2080.9878%2040.1397%2080.939%2040.1331C80.8148%2040.1109%2080.6928%2040.1109%2080.5697%2040.0954C80.4122%2040.0776%2080.2548%2040.0599%2080.0995%2040.0477C80.0563%2040.0477%2080.0108%2040.0377%2079.9676%2040.0344C79.8567%2040.0266%2079.7558%2040.0288%2079.6482%2040.0233C79.4608%2040.0144%2079.2756%2040.0067%2079.0893%2040C79.0394%2040%2078.9884%2040%2078.9385%2040C78.8575%2040%2078.7799%2040.01%2078.699%2040.0111C78.4661%2040.0111%2078.2354%2040.0266%2078.0081%2040.0432C77.9405%2040.0432%2077.8706%2040.0432%2077.8041%2040.0532C77.7054%2040.0621%2077.61%2040.0765%2077.5124%2040.0876L77.3017%2040.1109C77.0455%2040.1453%2076.7916%2040.1841%2076.5421%2040.2351L76.5144%2040.244C76.4401%2040.2595%2076.368%2040.2794%2076.2926%2040.2961C76.0897%2040.3415%2075.8878%2040.3892%2075.6904%2040.4447C75.5895%2040.4735%2075.4919%2040.5068%2075.3921%2040.5389C75.2646%2040.5789%2075.1349%2040.6143%2075.0085%2040.6598C74.9752%2040.6709%2074.9441%2040.6875%2074.912%2040.6986C74.7146%2040.7707%2074.5239%2040.8517%2074.332%2040.9348C74.2389%2040.9747%2074.1435%2041.0113%2074.0526%2041.0535C73.7731%2041.1843%2073.4981%2041.3252%2073.2331%2041.4793L62.5375%2047.6893C62.8036%2047.5351%2063.0775%2047.3943%2063.3559%2047.2635C63.4479%2047.2202%2063.5433%2047.1847%2063.6364%2047.1437C63.8272%2047.0605%2064.019%2046.9796%2064.2153%2046.9075C64.3727%2046.8498%2064.5335%2046.7966%2064.6954%2046.7478C64.7952%2046.7168%2064.8928%2046.6824%2064.9937%2046.6536C65.1911%2046.5981%2065.3941%2046.5504%2065.5959%2046.505C65.6691%2046.4883%2065.7412%2046.4684%2065.8177%2046.4528C66.0761%2046.4007%2066.3389%2046.3586%2066.605%2046.3231C66.6749%2046.3142%2066.7458%2046.3065%2066.8157%2046.2987C66.9798%2046.2798%2067.1484%2046.2665%2067.3114%2046.2543C67.5387%2046.2366%2067.7694%2046.2266%2068.0023%2046.2211C68.132%2046.2211%2068.2606%2046.2133%2068.3915%2046.2144C68.5756%2046.2144%2068.763%2046.2244%2068.946%2046.2333C69.0957%2046.2399%2069.2454%2046.2455%2069.3973%2046.2577C69.5492%2046.2699%2069.71%2046.2887%2069.8675%2046.3054C70.0249%2046.322%2070.2112%2046.3431%2070.3865%2046.3675C70.5328%2046.3885%2070.6803%2046.4151%2070.83%2046.4406C71.0163%2046.4728%2071.2026%2046.505%2071.3911%2046.5449C71.5176%2046.5715%2071.6462%2046.6003%2071.7737%2046.6303C71.9748%2046.6768%2072.177%2046.7271%2072.3803%2046.7811C72.5078%2046.8155%2072.6365%2046.8498%2072.764%2046.892C72.9858%2046.9552%2073.2076%2047.025%2073.4293%2047.0971C73.5402%2047.1315%2073.6411%2047.1648%2073.7476%2047.2014C74.0625%2047.3123%2074.3786%2047.4231%2074.698%2047.5529L74.7423%2047.5695C75.075%2047.7026%2075.4077%2047.8479%2075.7403%2047.9998C75.8435%2048.0464%2075.9466%2048.0974%2076.0508%2048.1462C76.2896%2048.2585%2076.5295%2048.3757%2076.7705%2048.4977C76.8881%2048.5576%2077.006%2048.6186%2077.1243%2048.6807C77.4414%2048.8481%2077.7597%2049.0189%2078.0802%2049.2041L97.5219%2060.4253C97.8834%2060.6338%2098.2427%2060.8515%2098.5997%2061.0785L98.6507%2061.1095C98.9945%2061.3313%2099.3361%2061.5531%2099.6754%2061.7915C99.7918%2061.8724%2099.9072%2061.9567%20100.022%2062.0388C100.244%2062.1996%20100.476%2062.3626%20100.701%2062.53C100.839%2062.6332%20100.975%2062.7385%20101.113%2062.8439C101.316%2062.9999%20101.518%2063.1588%20101.72%2063.3207C101.868%2063.439%20102.016%2063.5588%20102.164%2063.68C102.357%2063.8397%20102.549%2064.0016%20102.739%2064.1657C102.887%2064.2951%20103.035%2064.4256%20103.183%2064.5572C103.37%2064.7228%20103.555%2064.8909%20103.737%2065.0617C103.886%2065.1981%20104.035%2065.3356%20104.181%2065.4753C104.369%2065.6539%20104.557%2065.8357%20104.743%2066.0187C104.878%2066.1518%20105.015%2066.2849%20105.149%2066.4202C105.343%2066.6153%20105.534%2066.8149%20105.726%2067.0145C105.85%2067.1443%20105.974%2067.2718%20106.097%2067.4038C106.319%2067.6433%20106.541%2067.8884%20106.763%2068.1334C106.845%2068.2255%20106.929%2068.3153%20107.011%2068.4085C107.313%2068.7522%20107.612%2069.1015%20107.907%2069.4564C107.97%2069.5329%20108.031%2069.6116%20108.094%2069.6882C108.325%2069.9698%20108.556%2070.2526%20108.781%2070.5409C109.05%2070.8847%20109.315%2071.2329%20109.576%2071.5855C109.619%2071.6443%20109.665%2071.6964%20109.709%2071.7607C110.133%2072.3363%20110.543%2072.9251%20110.944%2073.5195C111.042%2073.6637%20111.141%2073.8078%20111.236%2073.9531C111.383%2074.1749%20111.529%2074.4022%20111.674%2074.6284C111.8%2074.8258%20111.927%2075.0232%20112.051%2075.2228C112.194%2075.4524%20112.333%2075.6841%20112.472%2075.9159C112.583%2076.1011%20112.694%2076.2863%20112.805%2076.4703C113.13%2077.027%20113.446%2077.5893%20113.751%2078.157C113.862%2078.3633%20113.973%2078.5706%20114.076%2078.7769C114.179%2078.9832%20114.307%2079.2205%20114.417%2079.4423C114.57%2079.7472%20114.72%2080.0544%20114.867%2080.3616C114.918%2080.4725%20114.97%2080.5723%20115.02%2080.6787C115.209%2081.0816%20115.394%2081.4882%20115.574%2081.8985C115.621%2082.0094%20115.666%2082.1126%20115.712%2082.2201C115.842%2082.5232%20115.97%2082.8274%20116.095%2083.1328C116.152%2083.2718%20116.208%2083.4104%20116.263%2083.5486C116.379%2083.8399%20116.49%2084.1315%20116.595%2084.4236C116.643%2084.5511%20116.692%2084.6786%20116.74%2084.8061C116.874%2085.1758%20117.004%2085.5454%20117.129%2085.9151C117.147%2085.9661%20117.165%2086.0182%20117.183%2086.0692C117.324%2086.4891%20117.457%2086.909%20117.585%2087.3289C117.624%2087.4609%20117.661%2087.5929%20117.695%2087.7248C117.782%2088.0176%20117.866%2088.3103%20117.945%2088.6031C117.988%2088.7628%20118.029%2088.9225%20118.071%2089.0833C118.142%2089.3531%20118.209%2089.6229%20118.273%2089.8928C118.312%2090.0532%20118.349%2090.2133%20118.384%2090.3729C118.447%2090.6494%20118.506%2090.9259%20118.561%2091.2024C118.591%2091.3499%20118.622%2091.4974%20118.651%2091.646C118.719%2091.9986%20118.782%2092.3502%20118.839%2092.7006C118.849%2092.7638%20118.862%2092.827%20118.872%2092.8902C118.938%2093.3042%20118.996%2093.7167%20119.046%2094.1278C119.061%2094.2387%20119.07%2094.3496%20119.084%2094.4604C119.118%2094.7562%20119.148%2095.0537%20119.175%2095.3531C119.187%2095.4929%20119.198%2095.6315%20119.208%2095.7701C119.229%2096.0495%20119.246%2096.3279%20119.259%2096.6051C119.266%2096.7371%20119.272%2096.869%20119.278%2097.001C119.292%2097.3936%20119.301%2097.7839%20119.3%2098.172L119.237%20120.505C119.237%20120.912%20119.225%20121.31%20119.207%20121.702C119.207%20121.813%20119.192%20121.924%20119.187%20122.035C119.171%20122.304%20119.154%20122.572%20119.129%20122.835C119.116%20122.986%20119.099%20123.135%20119.083%20123.285C119.058%20123.507%20119.033%20123.728%20119.003%20123.95C118.981%20124.11%20118.957%20124.266%20118.932%20124.423C118.9%20124.624%20118.866%20124.822%20118.829%20125.018C118.795%20125.193%20118.761%20125.367%20118.725%20125.538C118.688%20125.71%20118.648%20125.884%20118.605%20126.06C118.556%20126.262%20118.504%20126.461%20118.449%20126.657C118.406%20126.811%20118.363%20126.964%20118.316%20127.115C118.244%20127.349%20118.168%20127.577%20118.088%20127.804C118.044%20127.928%20118.001%20128.053%20117.956%20128.175C117.811%20128.557%20117.657%20128.928%20117.488%20129.284C117.357%20129.561%20117.221%20129.832%20117.077%20130.092C117.061%20130.121%20117.042%20130.148%20117.027%20130.177C116.895%20130.412%20116.758%20130.64%20116.616%20130.862C116.582%20130.915%20116.545%20130.966%20116.506%20131.02C116.386%20131.199%20116.263%20131.375%20116.136%20131.546C116.084%20131.616%20116.031%20131.686%20115.978%20131.755C115.855%20131.913%20115.729%20132.067%20115.6%20132.216C115.552%20132.273%20115.504%20132.327%20115.455%20132.385C115.279%20132.582%20115.097%20132.774%20114.91%20132.956C114.881%20132.983%20114.85%20133.01%20114.821%20133.038C114.66%20133.191%20114.495%20133.339%20114.327%20133.481C114.264%20133.533%20114.2%20133.584%20114.137%20133.635C113.989%20133.753%20113.841%20133.866%20113.693%20133.975C113.63%20134.02%20113.568%20134.067%20113.504%20134.11C113.292%20134.255%20113.077%20134.395%20112.855%20134.524L123.549%20128.314C123.771%20128.185%20123.986%20128.045%20124.199%20127.9C124.264%20127.857%20124.326%20127.81%20124.388%20127.765C124.539%20127.656%20124.687%20127.543%20124.831%20127.425C124.895%20127.374%20124.959%20127.323%20125.021%20127.271C125.19%20127.129%20125.356%20126.982%20125.518%20126.828C125.547%20126.801%20125.577%20126.776%20125.604%20126.748C125.792%20126.566%20125.974%20126.374%20126.15%20126.177C126.199%20126.121%20126.246%20126.066%20126.295%20126.007C126.424%20125.859%20126.55%20125.706%20126.673%20125.546C126.727%20125.477%20126.784%20125.407%20126.832%20125.337C126.958%20125.167%20127.081%20124.991%20127.2%20124.812C127.236%20124.759%20127.272%20124.707%20127.311%20124.653L127.344%20124.604C127.475%20124.399%20127.598%20124.186%20127.72%20123.971C127.737%20123.941%20127.756%20123.915%20127.772%20123.885C127.911%20123.633%20128.044%20123.375%20128.17%20123.108L128.184%20123.076C128.352%20122.72%20128.506%20122.349%20128.652%20121.967C128.665%20121.933%20128.68%20121.902%20128.694%20121.868C128.726%20121.78%20128.753%20121.686%20128.784%20121.597C128.863%20121.375%20128.941%20121.141%20129.013%20120.907C129.033%20120.843%20129.056%20120.783%20129.075%20120.719C129.101%20120.632%20129.121%20120.539%20129.145%20120.451C129.2%20120.255%20129.252%20120.056%20129.301%20119.854C129.321%20119.769%20129.347%20119.691%20129.366%20119.605C129.385%20119.52%20129.401%20119.423%20129.42%20119.334C129.457%20119.161%20129.492%20118.987%20129.525%20118.811C129.543%20118.719%20129.564%20118.631%20129.581%20118.537C129.598%20118.444%20129.612%20118.323%20129.629%20118.218C129.653%20118.062%20129.677%20117.904%20129.7%20117.745C129.711%20117.661%20129.726%20117.582%20129.736%20117.497C129.753%20117.362%20129.764%20117.221%20129.779%20117.085C129.795%20116.948%20129.813%20116.785%20129.826%20116.632C129.832%20116.57%20129.84%20116.51%20129.845%20116.448C129.861%20116.249%20129.87%20116.041%20129.883%20115.837C129.889%20115.726%20129.898%20115.615%20129.904%20115.505C129.904%20115.477%20129.904%20115.45%20129.904%20115.422C129.918%20115.077%20129.927%20114.726%20129.928%20114.37V114.308L129.991%2091.9753C130.002%2091.6331%20130.003%2091.2978%20129.993%2090.9695Z'%20fill='%230B0E11'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_302_6100'%20x1='68.0078'%20y1='92.449'%20x2='102.417'%20y2='92.449'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23313131'/%3e%3cstop%20offset='1'%20stop-color='%230B0E11'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_302_6100'%20x1='50.0001'%20y1='94.977'%20x2='113.22'%20y2='94.977'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%234E4E4E'/%3e%3cstop%20offset='1'%20stop-color='%230B0E11'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e";function Xc(r){const f=[],p=/!\[([^\]]*)\]\(([^)]+)\)|\[([^\]]*)\]\(([^)]+)\)|(https?:\/\/[^\s<>]+)|\*\*(.+?)\*\*|__(.+?)__|\*(.+?)\*|_(.+?)_|~~(.+?)~~|`([^`]+)`/g;let y=0,v;for(;(v=p.exec(r))!==null;)v.index>y&&f.push(r.slice(y,v.index)),v[1]!==void 0||v[2]!==void 0?f.push(Ee.jsx("img",{src:v[2],alt:v[1],className:"mc-image",onError:b=>{const w=b.target;w.src=k6}},v.index)):v[3]!==void 0?f.push(Ee.jsx("a",{href:v[4],target:"_blank",rel:"noopener noreferrer",className:"mc-link",children:v[3]},v.index)):v[5]!==void 0?f.push(Ee.jsx("a",{href:v[5],target:"_blank",rel:"noopener noreferrer",className:"mc-link",children:v[5]},v.index)):v[6]!==void 0?f.push(Ee.jsx("strong",{children:Xc(v[6])},v.index)):v[7]!==void 0?f.push(Ee.jsx("strong",{children:Xc(v[7])},v.index)):v[8]!==void 0?f.push(Ee.jsx("em",{children:Xc(v[8])},v.index)):v[9]!==void 0?f.push(Ee.jsx("em",{children:Xc(v[9])},v.index)):v[10]!==void 0?f.push(Ee.jsx("del",{children:Xc(v[10])},v.index)):v[11]!==void 0&&f.push(Ee.jsx("code",{className:"mc-inline-code",children:v[11]},v.index)),y=v.index+v[0].length;return y<r.length&&f.push(r.slice(y)),f.length>0?f:[r]}const B6=({content:r})=>{const f=r.split(`
|
|
348
348
|
`),p=[];let y=0;for(;y<f.length;){const v=f[y];if(v.trimStart().startsWith("```")){const w=v.trimStart().slice(3)?.trim(),C=[];for(y++;y<f.length&&!f[y].trimStart().startsWith("```");)C.push(f[y]),y++;p.push(Ee.jsxs("div",{className:"mc-codeblock",children:[w&&Ee.jsx("div",{className:"mc-codeblock-lang",children:w}),Ee.jsx("pre",{children:Ee.jsx("code",{children:C.join(`
|
|
349
349
|
`)})})]},`code-${y}`)),y++;continue}if(/^(\s*[-*_]\s*){3,}$/.test(v)){p.push(Ee.jsx("hr",{className:"mc-hr"},`hr-${y}`)),y++;continue}const b=v.match(/^(#{1,3})\s+(.+)/);if(b){const w=b[1].length,C=b[2];p.push(Ee.jsx("div",{className:`mc-heading mc-h${w}`,children:Xc(C)},`h-${y}`)),y++;continue}if(v.trimStart().startsWith("> ")){const w=[];for(;y<f.length&&f[y].trimStart().startsWith("> ");)w.push(f[y].replace(/^\s*>\s?/,"")),y++;p.push(Ee.jsx("div",{className:"mc-blockquote",children:w.map((C,R)=>Ee.jsx("div",{children:Xc(C)},R))},`bq-${y}`));continue}if(v?.trim()===""){p.push(Ee.jsx("div",{className:"mc-empty-line"},`empty-${y}`)),y++;continue}p.push(Ee.jsx("div",{className:"mc-line",children:Xc(v)},`line-${y}`)),y++}return Ee.jsx("div",{className:"message-content",children:p})},U6={send_native:{label:"actionSendNativeLabel",description:"actionSendNativeDesc",fields:[{key:"to_address",label:"fieldToAddress",type:"address",placeholder:"0x...",required:!0,validation:"address"},{key:"amount",label:"fieldAmount",type:"amount",placeholder:"0.0",required:!0,validation:"amount"}]},send_token:{label:"actionSendTokenLabel",description:"actionSendTokenDesc",fields:[{key:"contract_address",label:"fieldTokenContract",type:"address",placeholder:"0x... token contract",required:!0,validation:"address",editable:!1},{key:"token_symbol",label:"fieldTokenSymbol",type:"text",placeholder:"e.g. USDC",required:!1,editable:!1},{key:"to_address",label:"fieldToAddress",type:"address",placeholder:"0x...",required:!0,validation:"address"},{key:"amount",label:"fieldAmount",type:"amount",placeholder:"0.0",required:!0,validation:"amount"},{key:"decimals",label:"fieldDecimals",type:"number",placeholder:"18",required:!1,editable:!1}]},swap_token:{label:"actionSwapTokenLabel",description:"actionSwapTokenDesc",fields:[{key:"token_in",label:"fieldTokenIn",type:"address",placeholder:"0x... or native",required:!0,editable:!1},{key:"token_in_symbol",label:"fieldTokenInSymbol",type:"text",placeholder:"e.g. ETH",required:!1,editable:!1},{key:"token_out",label:"fieldTokenOut",type:"address",placeholder:"0x...",required:!0,editable:!1},{key:"token_out_symbol",label:"fieldTokenOutSymbol",type:"text",placeholder:"e.g. USDC",required:!1,editable:!1},{key:"token_in_decimals",label:"fieldTokenInDecimals",type:"number",placeholder:"18",required:!1,editable:!1},{key:"token_out_decimals",label:"fieldTokenOutDecimals",type:"number",placeholder:"18",required:!1,editable:!1},{key:"amount",label:"fieldAmount",type:"amount",placeholder:"0.0",required:!0,validation:"amount"}]},approve_token:{label:"actionApproveTokenLabel",description:"actionApproveTokenDesc",fields:[{key:"contract_address",label:"fieldTokenContract",type:"address",placeholder:"0x... token contract",required:!0,validation:"address",editable:!1},{key:"token_symbol",label:"fieldTokenSymbol",type:"text",placeholder:"e.g. USDC",required:!1,editable:!1},{key:"spender_address",label:"fieldSpenderAddress",type:"address",placeholder:"0x... spender contract",required:!0,validation:"address",editable:!1},{key:"amount",label:"fieldAmountUnlimited",type:"amount",placeholder:"0.0 or leave empty for max",required:!1,validation:"amount"},{key:"decimals",label:"fieldDecimals",type:"number",placeholder:"18",required:!1,editable:!1}]},wrap_native:{label:"actionWrapNativeLabel",description:"actionWrapNativeDesc",fields:[{key:"amount",label:"fieldAmount",type:"amount",placeholder:"0.0",required:!0,validation:"amount"}]},unwrap_native:{label:"actionUnwrapNativeLabel",description:"actionUnwrapNativeDesc",fields:[{key:"amount",label:"fieldAmount",type:"amount",placeholder:"0.0",required:!0,validation:"amount"}]},send_nft:{label:"actionSendNftLabel",description:"actionSendNftDesc",fields:[{key:"contract_address",label:"fieldNftContract",type:"address",placeholder:"0x... NFT contract",required:!0,validation:"address",editable:!1},{key:"token_id",label:"fieldTokenId",type:"text",placeholder:"e.g. 1234",required:!0,editable:!1},{key:"to_address",label:"fieldToAddress",type:"address",placeholder:"0x...",required:!0,validation:"address"},{key:"token_standard",label:"fieldTokenStandard",type:"text",placeholder:"ERC721 or ERC1155",required:!0,editable:!1},{key:"amount",label:"fieldAmount",type:"text",placeholder:"1",required:!0},{key:"maxAmount",label:"fieldMaxAmount",type:"text",placeholder:"",required:!1,editable:!1,hidden:!0},{key:"nft_name",label:"fieldNftName",type:"text",placeholder:"e.g. Bored Ape #1234",required:!1,editable:!1}]}};function z6(r){return ja(r)}function ob(r){if(!r||r?.trim()==="")return!1;const f=parseFloat(r);return!isNaN(f)&&f>0}const _6=({action:r,initialValues:f,onSubmit:p,onCancel:y,isSubmitting:v=!1,tokenInfo:b,nftInfo:w})=>{const{t:C,ti:R}=X1(),_=U6[r],[ue,Q]=ut.useState(()=>{if(!_)return{};const ae={};return _.fields.forEach(Ne=>{ae[Ne.key]=f[Ne.key]||""}),ae}),[M]=ut.useState(()=>["send_native","send_token","swap_token"].includes(r)&&!b&&ue.contract_address?C("formTokenNotFound"):null),[X,te]=ut.useState(()=>{const ae={};if(["send_native","send_token","swap_token"].includes(r)&&b){const je=parseFloat(b.balanceFormatted||"0");if(je<=0)ae.amount=R("formNoBalance",{symbol:b.symbol??""});else{const lt=f.amount?.trim();lt&&ob(lt)&&parseFloat(lt)>je&&(ae.amount=R("formInsufficientBalance",{balance:b.balanceFormatted,symbol:b.symbol??""}))}}return ae}),ie=ut.useCallback((ae,Ne)=>{Q(je=>({...je,[ae]:Ne})),X[ae]&&te(je=>{const lt={...je};return delete lt[ae],lt})},[X]),ne=ut.useCallback(()=>{if(!_)return!1;const ae={};if(_.fields.forEach(Ne=>{const je=ue[Ne.key]?.trim()||"";if(Ne.required&&!je&&!(r==="send_nft"&&Ne.key==="amount")){ae[Ne.key]=R("formFieldRequired",{field:C(Ne.label)});return}if(je){if(Ne.validation==="address"&&!z6(je)&&(ae[Ne.key]=C("formInvalidAddress")),Ne.validation==="amount"&&!ob(je)&&(ae[Ne.key]=C("formMustBePositive")),Ne.key==="amount"&&je&&ob(je)&&b?.balanceFormatted){const lt=parseFloat(je),rt=parseFloat(b.balanceFormatted);lt>rt&&(ae[Ne.key]=R("formInsufficientBalance",{balance:b.balanceFormatted,symbol:b.symbol??""}))}Ne.validation==="positive_number"&&(isNaN(Number(je))||Number(je)<0)&&(ae[Ne.key]=C("formMustBeValidNumber"))}}),r==="send_nft"&&ue.token_standard?.toUpperCase()==="ERC1155"){const Ne=ue.amount?.trim();if(!Ne)ae.amount=R("formFieldRequired",{field:C("fieldAmount")});else if(!/^\d+$/.test(Ne)||parseInt(Ne,10)<1)ae.amount=C("formMustBePositiveInteger");else{const je=parseInt(f.maxAmount||"0",10);je>0&&parseInt(Ne,10)>je&&(ae.amount=R("formAmountExceedsNft",{max:String(je)}))}}return te(ae),Object.keys(ae).length===0},[_,ue,b,r,f,C,R]),Ie=ut.useCallback(()=>{ne()&&p(r,ue)},[ne,p,r,ue]);return _?Ee.jsxs("div",{className:"action-form",children:[Ee.jsx("div",{className:"action-form-title",children:Ee.jsx("span",{children:C(_.label)})}),M&&Ee.jsxs("div",{className:"action-form-general-error",children:["⚠️ ",M]}),b&&Ee.jsx("div",{className:"action-form-token-info",children:Ee.jsxs("div",{className:"token-info-row",children:[b.logo&&Ee.jsx("img",{src:b.logo,alt:b.symbol,className:"token-info-logo",width:20,height:20}),Ee.jsxs("div",{className:"token-info-details",children:[Ee.jsxs("span",{className:"token-info-name",children:[b.name," (",b.symbol,")"]}),Ee.jsxs("span",{className:"token-info-balance",children:[C("spendable"),": ",ht(b.balanceFormatted).decimalPlaces(8,ht.ROUND_DOWN).toFormat()," ",b.symbol,b.usdValue!==void 0&&Ee.jsxs("span",{className:"token-info-usd",children:[" ","≈ $",b.usdValue.toFixed(2)]})]})]})]})}),w?.image&&Ee.jsx("div",{className:"action-form-nft-info",children:Ee.jsx("img",{src:w.image,alt:w.name,className:"nft-info-image",onError:ae=>{ae.target.style.display="none"}})}),Ee.jsx("div",{className:"action-form-fields",children:_.fields.map(ae=>ae.hidden||ae.key==="amount"&&r==="send_nft"&&ue.token_standard?.toUpperCase()!=="ERC1155"?null:Ee.jsxs("div",{className:"action-form-field",children:[Ee.jsxs("div",{className:"action-form-field-header",children:[Ee.jsxs("div",{className:"action-form-field-label",children:[C(ae.label),ae.required&&" *"]}),ae.key==="amount"&&b&&r!=="send_nft"&&Ee.jsxs("div",{className:"action-form-pct-btns",children:[[25,50,75].map(Ne=>Ee.jsxs("button",{type:"button",className:"action-form-pct-btn",onClick:()=>ie("amount",(parseFloat(b.balanceFormatted)*Ne/100).toString()),disabled:v,children:[Ne,"%"]},Ne)),Ee.jsx("button",{type:"button",className:"action-form-pct-btn action-form-max-btn",onClick:()=>ie("amount",b.balanceFormatted),disabled:v,children:"MAX"})]})]}),(()=>{const Ne=ae.editable===!1&&!!f[ae.key],je=v||Ne,lt=[X[ae.key]?"error":"",Ne?"readonly":""].filter(Boolean).join(" ");return ae.type==="address"?Ee.jsx("textarea",{rows:2,placeholder:ae.placeholder,value:ue[ae.key]||"",onChange:rt=>ie(ae.key,rt.target.value),className:lt,disabled:je}):Ee.jsx("input",{type:ae.type==="number"?"number":"text",placeholder:ae.placeholder,value:ue[ae.key]||"",onChange:rt=>ie(ae.key,rt.target.value),className:lt,disabled:je})})(),X[ae.key]&&Ee.jsx("span",{className:"field-error",children:X[ae.key]})]},ae.key))}),Ee.jsxs("div",{className:"action-form-actions",children:[Ee.jsx("button",{className:"message-button",onClick:y,type:"button",disabled:v,children:C("formCancel")}),Ee.jsx("button",{className:"message-button",onClick:Ie,type:"button",disabled:v,children:C(v?"formProcessing":"formExecute")})]})]}):null},H6=({scrollContainerRef:r,threshold:f=200})=>{const[p,y]=ut.useState(!1);ut.useEffect(()=>{const b=r.current;if(!b)return;const w=()=>{const{scrollTop:C,scrollHeight:R,clientHeight:_}=b,ue=R-C-_;y(ue>f)};return b.addEventListener("scroll",w,{passive:!0}),w(),()=>{b.removeEventListener("scroll",w)}},[r,f]);const v=()=>{r.current?.scrollTo({top:r.current.scrollHeight,behavior:"smooth"})};return p?Ee.jsx("button",{className:"scroll-to-bottom-btn",onClick:v,"aria-label":"Scroll to bottom",type:"button",children:Ee.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:Ee.jsx("path",{d:"M9 3V15M9 15L4 10M9 15L14 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}):null};function L6(r){const{walletAddress:f,chainName:p,chainId:y,nativeSymbol:v,walletTokens:b,walletNfts:w}=r;if(!f)return`You are a Web3 wallet assistant for the Keyring crypto EVM wallet app.
|
|
350
350
|
The user is currently NOT connected to any wallet.
|
|
@@ -644,8 +644,8 @@ User: "do it again but with 2 ETH"
|
|
|
644
644
|
Response: {"action":"swap_token","message":"<friendly explanation>","parameters":{"token_in":"native","token_in_symbol":"${v}","token_in_decimals":"18","token_out":"<actual USDC address on current chain>","token_out_symbol":"USDC","token_out_decimals":"6","amount":"2"}}
|
|
645
645
|
|
|
646
646
|
User: "swap token" or "I want to swap" or "đổi token" (no specific tokens mentioned)
|
|
647
|
-
Response: {"action":"swap_token","message":"<friendly explanation, e.g. Which token would you like to swap?>","parameters":{"token_in":"","token_in_symbol":"","token_in_decimals":"","token_out":"","token_out_symbol":"","token_out_decimals":"","amount":""}}`}const a4={1:"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",10:"0x4200000000000000000000000000000000000006",56:"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",137:"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",8453:"0x4200000000000000000000000000000000000006",42161:"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"},oy=[{name:"transfer",type:"function",stateMutability:"nonpayable",inputs:[{name:"to",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{name:"approve",type:"function",stateMutability:"nonpayable",inputs:[{name:"spender",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{name:"allowance",type:"function",stateMutability:"view",inputs:[{name:"owner",type:"address"},{name:"spender",type:"address"}],outputs:[{name:"",type:"uint256"}]}],l4=[{name:"deposit",type:"function",stateMutability:"payable",inputs:[],outputs:[]},{name:"withdraw",type:"function",stateMutability:"nonpayable",inputs:[{name:"wad",type:"uint256"}],outputs:[]}],j6=[{name:"safeTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{name:"from",type:"address"},{name:"to",type:"address"},{name:"tokenId",type:"uint256"}],outputs:[]}],Y6=[{name:"safeTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{name:"from",type:"address"},{name:"to",type:"address"},{name:"id",type:"uint256"},{name:"amount",type:"uint256"},{name:"data",type:"bytes"}],outputs:[]}];function tp(r,f){return f||_s[r]?.rpcUrls?.default?.http?.[0]}function q6(r){const{action:f,parameters:p,fromAddress:y,chainId:v}=r;switch(f){case"send_native":return G6(p,y,v);case"send_token":return V6(p,y,v);case"approve_token":return Q6(p,y,v);case"wrap_native":return X6(p,y,v);case"unwrap_native":return I6(p,y,v);case"send_nft":return F6(p,y,v);default:throw new Error(`Action "${f}" does not produce a transaction`)}}function G6(r,f,p){const{to_address:y,amount:v}=r;if(!y)throw new Error("Recipient address is required");if(!v)throw new Error("Amount is required");const b=Ru(v,18).toString();return{from:f,to:y,data:"0x",value:b,chainId:p,description:`Send ${v} native token to ${y}`}}function V6(r,f,p){const{contract_address:y,to_address:v,amount:b,decimals:w,token_symbol:C}=r;if(!y)throw new Error("Token contract address is required");if(!v)throw new Error("Recipient address is required");if(!b)throw new Error("Amount is required");const R=parseInt(w)||18,_=Ru(b,R),ue=Vc({abi:oy,functionName:"transfer",args:[v,_]});return{from:f,to:y,data:ue,value:"0",chainId:p,description:`Send ${b} ${C||"tokens"} to ${v}`}}function Q6(r,f,p){const{contract_address:y,spender_address:v,amount:b,token_symbol:w}=r;if(!y)throw new Error("Token contract address is required");if(!v)throw new Error("Spender address is required");const C=b&&b?.trim()!==""?Ru(b,18):E0,R=Vc({abi:oy,functionName:"approve",args:[v,C]});return{from:f,to:y,data:R,value:"0",chainId:p,description:`Approve ${b||"unlimited"} ${w||"tokens"} for ${v}`}}function X6(r,f,p){const{amount:y}=r;if(!y)throw new Error("Amount is required");const v=a4[p];if(!v)throw new Error(`WETH not supported on chain ${p}`);const b=Ru(y,18).toString(),w=Vc({abi:l4,functionName:"deposit"});return{from:f,to:v,data:w,value:b,chainId:p,description:`Wrap ${y} native token`}}function I6(r,f,p){const{amount:y}=r;if(!y)throw new Error("Amount is required");const v=a4[p];if(!v)throw new Error(`WETH not supported on chain ${p}`);const b=Ru(y,18),w=Vc({abi:l4,functionName:"withdraw",args:[b]});return{from:f,to:v,data:w,value:"0",chainId:p,description:`Unwrap ${y} WETH`}}function J6(r){return["send_native","send_token","approve_token","wrap_native","unwrap_native","send_nft"].includes(r)}async function ib(r){const{transactionHash:f,chainId:p,pollingInterval:y=3e3,timeout:v=12e4,rpcUrl:b}=r,w=tp(p,b);if(!w)throw new Error(`No RPC endpoint for chain ${p}`);const C=Date.now();for(;Date.now()-C<v;){try{const _=await(await fetch(w,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_getTransactionReceipt",params:[f]})})).json();if(_.result){const ue=_.result;return{status:ue.status==="0x1"?"success":"fail",blockNumber:ue.blockNumber,gasUsed:ue.gasUsed,effectiveGasPrice:ue.effectiveGasPrice}}}catch(R){console.warn("eth_getTransactionReceipt poll error:",R)}await new Promise(R=>setTimeout(R,y))}throw new Error(`Transaction ${f} was not mined within ${v/1e3}s`)}async function sb(r){const{tokenAddress:f,ownerAddress:p,spenderAddress:y,chainId:v,rpcUrl:b}=r,w=tp(v,b);if(!w)return console.warn(`No RPC endpoint for chain ${v}, assuming no allowance`),BigInt(0);try{const C=Vc({abi:oy,functionName:"allowance",args:[p,y]}),_=await(await fetch(w,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_call",params:[{to:f,data:C},"latest"]})})).json();return _.result&&_.result!=="0x"?BigInt(_.result):BigInt(0)}catch(C){return console.warn("checkAllowance failed:",C),BigInt(0)}}function iy(r){const{tokenAddress:f,spenderAddress:p,fromAddress:y,chainId:v,tokenSymbol:b}=r,w=Vc({abi:oy,functionName:"approve",args:[p,E0]});return{from:y,to:f,data:w,value:"0",chainId:v,description:`Approve ${b||"token"} for swap`}}function F6(r,f,p){const{contract_address:y,token_id:v,to_address:b,token_standard:w,amount:C,nft_name:R}=r;if(!y)throw new Error("NFT contract address is required");if(!v)throw new Error("Token ID is required");if(!b)throw new Error("Recipient address is required");const _=(w||"ERC721").toUpperCase(),ue=BigInt(v);let Q,M;if(_==="ERC1155"){const X=BigInt(C||"1");Q=Vc({abi:Y6,functionName:"safeTransferFrom",args:[f,b,ue,X,"0x"]}),M=`Send ${X>1n?X.toString()+"x ":""}${R||"NFT"} (ERC1155 #${v}) to ${b}`}else Q=Vc({abi:j6,functionName:"safeTransferFrom",args:[f,b,ue]}),M=`Send ${R||"NFT"} (ERC721 #${v}) to ${b}`;return{from:f,to:y,data:Q,value:"0",chainId:p,description:M}}async function sy(r){const{address:f,chainId:p,rpcUrl:y}=r,v=tp(p,y);if(!v)return console.warn(`No RPC endpoint for chain ${p}`),new ht(0);try{const w=await(await fetch(v,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_getBalance",params:[f,"latest"]})})).json();return w.result&&w.result!=="0x"?new ht(BigInt(w.result).toString()):new ht(0)}catch(b){return console.warn("getNativeBalance failed:",b),new ht(0)}}async function np(r){const{from:f,to:p,data:y,value:v,chainId:b,rpcUrl:w}=r,C=tp(b,w);if(!C)return console.warn(`No RPC endpoint for chain ${b}`),new ht(0);try{const[R,_]=await Promise.all([fetch(C,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_estimateGas",params:[{from:f,to:p,data:y,...v&&v!=="0"?{value:v}:{}}]})}),fetch(C,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:2,method:"eth_gasPrice",params:[]})})]),[ue,Q]=await Promise.all([R.json(),_.json()]),M=ue.result?new ht(BigInt(ue.result).toString()):new ht(0),X=Q.result?new ht(BigInt(Q.result).toString()):new ht(0);return M.times(X).times(1.1)}catch(R){return console.warn("estimateTransactionFee failed:",R),new ht(0)}}async function ub(r){const{chainId:f,rpcUrl:p}=r,y=tp(f,p);if(!y)return console.warn(`No RPC endpoint for chain ${f}`),new ht(0);try{const b=await(await fetch(y,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_gasPrice",params:[]})})).json();return b.result&&b.result!=="0x"?new ht(BigInt(b.result).toString()):new ht(0)}catch(v){return console.warn("getGasPrice failed:",v),new ht(0)}}var ft={},ap={exports:{}},Z6=ap.exports,o4;function K6(){return o4||(o4=1,(function(r,f){(function(p,y){var v="1.0.39",b="",w="?",C="function",R="undefined",_="object",ue="string",Q="major",M="model",X="name",te="type",ie="vendor",ne="version",Ie="architecture",ae="console",Ne="mobile",je="tablet",lt="smarttv",rt="wearable",Ke="embedded",N=500,U="Amazon",B="Apple",le="ASUS",k="BlackBerry",j="Browser",se="Chrome",q="Edge",E="Firefox",z="Google",Y="Huawei",K="LG",Ce="Microsoft",x="Motorola",Z="Opera",Te="Samsung",we="Sharp",ge="Sony",Fe="Xiaomi",$e="Zebra",Gt="Facebook",Ot="Chromium OS",Bn="Mac OS",Xe=" Browser",ra=function(ze,Re){var He={};for(var et in ze)Re[et]&&Re[et].length%2===0?He[et]=Re[et].concat(ze[et]):He[et]=ze[et];return He},ln=function(ze){for(var Re={},He=0;He<ze.length;He++)Re[ze[He].toUpperCase()]=ze[He];return Re},Wt=function(ze,Re){return typeof ze===ue?Mt(Re).indexOf(Mt(ze))!==-1:!1},Mt=function(ze){return ze.toLowerCase()},Jt=function(ze){return typeof ze===ue?ze.replace(/[^\d\.]/g,b).split(".")[0]:y},Cn=function(ze,Re){if(typeof ze===ue)return ze=ze.replace(/^\s\s*/,b),typeof Re===R?ze:ze.substring(0,N)},Ea=function(ze,Re){for(var He=0,et,Pe,Ge,re,ve,at;He<Re.length&&!ve;){var tt=Re[He],mt=Re[He+1];for(et=Pe=0;et<tt.length&&!ve&&tt[et];)if(ve=tt[et++].exec(ze),ve)for(Ge=0;Ge<mt.length;Ge++)at=ve[++Pe],re=mt[Ge],typeof re===_&&re.length>0?re.length===2?typeof re[1]==C?this[re[0]]=re[1].call(this,at):this[re[0]]=re[1]:re.length===3?typeof re[1]===C&&!(re[1].exec&&re[1].test)?this[re[0]]=at?re[1].call(this,at,re[2]):y:this[re[0]]=at?at.replace(re[1],re[2]):y:re.length===4&&(this[re[0]]=at?re[3].call(this,at.replace(re[1],re[2])):y):this[re]=at||y;He+=2}},Ya=function(ze,Re){for(var He in Re)if(typeof Re[He]===_&&Re[He].length>0){for(var et=0;et<Re[He].length;et++)if(Wt(Re[He][et],ze))return He===w?y:He}else if(Wt(Re[He],ze))return He===w?y:He;return Re.hasOwnProperty("*")?Re["*"]:ze},ot={"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},Me={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},Je={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[ne,[X,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[ne,[X,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[X,ne],[/opios[\/ ]+([\w\.]+)/i],[ne,[X,Z+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[ne,[X,Z+" GX"]],[/\bopr\/([\w\.]+)/i],[ne,[X,Z]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[ne,[X,"Baidu"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim)\s?(?:browser)?[\/ ]?([\w\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio)\/([-\w\.]+)/i,/(heytap|ovi)browser\/([\d\.]+)/i,/(weibo)__([\d\.]+)/i],[X,ne],[/quark(?:pc)?\/([-\w\.]+)/i],[ne,[X,"Quark"]],[/\bddg\/([\w\.]+)/i],[ne,[X,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[ne,[X,"UC"+j]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[ne,[X,"WeChat"]],[/konqueror\/([\w\.]+)/i],[ne,[X,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[ne,[X,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[ne,[X,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[ne,[X,"Smart Lenovo "+j]],[/(avast|avg)\/([\w\.]+)/i],[[X,/(.+)/,"$1 Secure "+j],ne],[/\bfocus\/([\w\.]+)/i],[ne,[X,E+" Focus"]],[/\bopt\/([\w\.]+)/i],[ne,[X,Z+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[ne,[X,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[ne,[X,"Dolphin"]],[/coast\/([\w\.]+)/i],[ne,[X,Z+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[ne,[X,"MIUI "+j]],[/fxios\/([-\w\.]+)/i],[ne,[X,E]],[/\bqihu|(qi?ho?o?|360)browser/i],[[X,"360"+Xe]],[/\b(qq)\/([\w\.]+)/i],[[X,/(.+)/,"$1Browser"],ne],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[X,/(.+)/,"$1"+Xe],ne],[/samsungbrowser\/([\w\.]+)/i],[ne,[X,Te+" Internet"]],[/(comodo_dragon)\/([\w\.]+)/i],[[X,/_/g," "],ne],[/metasr[\/ ]?([\d\.]+)/i],[ne,[X,"Sogou Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[X,"Sogou Mobile"],ne],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345Explorer)[\/ ]?([\w\.]+)/i],[X,ne],[/(lbbrowser|rekonq)/i,/\[(linkedin)app\]/i],[X],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[X,Gt],ne],[/(Klarna)\/([\w\.]+)/i,/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i],[X,ne],[/\bgsa\/([\w\.]+) .*safari\//i],[ne,[X,"GSA"]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[ne,[X,"TikTok"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[ne,[X,se+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[X,se+" WebView"],ne],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[ne,[X,"Android "+j]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[X,ne],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[ne,[X,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[ne,X],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[X,[ne,Ya,ot]],[/(webkit|khtml)\/([\w\.]+)/i],[X,ne],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[X,"Netscape"],ne],[/(wolvic)\/([\w\.]+)/i],[X,ne],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[ne,[X,E+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i],[X,[ne,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[X,[ne,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[Ie,"amd64"]],[/(ia32(?=;))/i],[[Ie,Mt]],[/((?:i[346]|x)86)[;\)]/i],[[Ie,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[Ie,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[Ie,"armhf"]],[/windows (ce|mobile); ppc;/i],[[Ie,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[Ie,/ower/,b,Mt]],[/(sun4\w)[;\)]/i],[[Ie,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[Ie,Mt]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[M,[ie,Te],[te,je]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr])[-\w]+)/i,/sec-(sgh\w+)/i],[M,[ie,Te],[te,Ne]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[M,[ie,B],[te,Ne]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[M,[ie,B],[te,je]],[/(macintosh);/i],[M,[ie,B]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[M,[ie,we],[te,Ne]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[M,[ie,Y],[te,je]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[M,[ie,Y],[te,Ne]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i],[[M,/_/g," "],[ie,Fe],[te,Ne]],[/oid[^\)]+; (2\d{4}(283|rpbf)[cgl])( bui|\))/i,/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[M,/_/g," "],[ie,Fe],[te,je]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[M,[ie,"OPPO"],[te,Ne]],[/\b(opd2\d{3}a?) bui/i],[M,[ie,"OPPO"],[te,je]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[M,[ie,"Vivo"],[te,Ne]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[M,[ie,"Realme"],[te,Ne]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[M,[ie,x],[te,Ne]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[M,[ie,x],[te,je]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[M,[ie,K],[te,je]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[M,[ie,K],[te,Ne]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[M,[ie,"Lenovo"],[te,je]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[M,/_/g," "],[ie,"Nokia"],[te,Ne]],[/(pixel c)\b/i],[M,[ie,z],[te,je]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[M,[ie,z],[te,Ne]],[/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[M,[ie,ge],[te,Ne]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[M,"Xperia Tablet"],[ie,ge],[te,je]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[M,[ie,"OnePlus"],[te,Ne]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[M,[ie,U],[te,je]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[M,/(.+)/g,"Fire Phone $1"],[ie,U],[te,Ne]],[/(playbook);[-\w\),; ]+(rim)/i],[M,ie,[te,je]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[M,[ie,k],[te,Ne]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[M,[ie,le],[te,je]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[M,[ie,le],[te,Ne]],[/(nexus 9)/i],[M,[ie,"HTC"],[te,je]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[ie,[M,/_/g," "],[te,Ne]],[/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i],[M,[ie,"TCL"],[te,je]],[/(itel) ((\w+))/i],[[ie,Mt],M,[te,Ya,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[M,[ie,"Acer"],[te,je]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[M,[ie,"Meizu"],[te,Ne]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[M,[ie,"Ulefone"],[te,Ne]],[/droid.+; (a(?:015|06[35]|142p?))/i],[M,[ie,"Nothing"],[te,Ne]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[ie,M,[te,Ne]],[/(kobo)\s(ereader|touch)/i,/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[ie,M,[te,je]],[/(surface duo)/i],[M,[ie,Ce],[te,je]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[M,[ie,"Fairphone"],[te,Ne]],[/(u304aa)/i],[M,[ie,"AT&T"],[te,Ne]],[/\bsie-(\w*)/i],[M,[ie,"Siemens"],[te,Ne]],[/\b(rct\w+) b/i],[M,[ie,"RCA"],[te,je]],[/\b(venue[\d ]{2,7}) b/i],[M,[ie,"Dell"],[te,je]],[/\b(q(?:mv|ta)\w+) b/i],[M,[ie,"Verizon"],[te,je]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[M,[ie,"Barnes & Noble"],[te,je]],[/\b(tm\d{3}\w+) b/i],[M,[ie,"NuVision"],[te,je]],[/\b(k88) b/i],[M,[ie,"ZTE"],[te,je]],[/\b(nx\d{3}j) b/i],[M,[ie,"ZTE"],[te,Ne]],[/\b(gen\d{3}) b.+49h/i],[M,[ie,"Swiss"],[te,Ne]],[/\b(zur\d{3}) b/i],[M,[ie,"Swiss"],[te,je]],[/\b((zeki)?tb.*\b) b/i],[M,[ie,"Zeki"],[te,je]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[ie,"Dragon Touch"],M,[te,je]],[/\b(ns-?\w{0,9}) b/i],[M,[ie,"Insignia"],[te,je]],[/\b((nxa|next)-?\w{0,9}) b/i],[M,[ie,"NextBook"],[te,je]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[ie,"Voice"],M,[te,Ne]],[/\b(lvtel\-)?(v1[12]) b/i],[[ie,"LvTel"],M,[te,Ne]],[/\b(ph-1) /i],[M,[ie,"Essential"],[te,Ne]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[M,[ie,"Envizen"],[te,je]],[/\b(trio[-\w\. ]+) b/i],[M,[ie,"MachSpeed"],[te,je]],[/\btu_(1491) b/i],[M,[ie,"Rotor"],[te,je]],[/(shield[\w ]+) b/i],[M,[ie,"Nvidia"],[te,je]],[/(sprint) (\w+)/i],[ie,M,[te,Ne]],[/(kin\.[onetw]{3})/i],[[M,/\./g," "],[ie,Ce],[te,Ne]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[M,[ie,$e],[te,je]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[M,[ie,$e],[te,Ne]],[/smart-tv.+(samsung)/i],[ie,[te,lt]],[/hbbtv.+maple;(\d+)/i],[[M,/^/,"SmartTV"],[ie,Te],[te,lt]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[ie,K],[te,lt]],[/(apple) ?tv/i],[ie,[M,B+" TV"],[te,lt]],[/crkey/i],[[M,se+"cast"],[ie,z],[te,lt]],[/droid.+aft(\w+)( bui|\))/i],[M,[ie,U],[te,lt]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[M,[ie,we],[te,lt]],[/(bravia[\w ]+)( bui|\))/i],[M,[ie,ge],[te,lt]],[/(mitv-\w{5}) bui/i],[M,[ie,Fe],[te,lt]],[/Hbbtv.*(technisat) (.*);/i],[ie,M,[te,lt]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[ie,Cn],[M,Cn],[te,lt]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[te,lt]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[ie,M,[te,ae]],[/droid.+; (shield) bui/i],[M,[ie,"Nvidia"],[te,ae]],[/(playstation [345portablevi]+)/i],[M,[ie,ge],[te,ae]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[M,[ie,Ce],[te,ae]],[/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i],[M,[ie,Te],[te,rt]],[/((pebble))app/i],[ie,M,[te,rt]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[M,[ie,B],[te,rt]],[/droid.+; (glass) \d/i],[M,[ie,z],[te,rt]],[/droid.+; (wt63?0{2,3})\)/i],[M,[ie,$e],[te,rt]],[/(quest( \d| pro)?)/i],[M,[ie,Gt],[te,rt]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[ie,[te,Ke]],[/(aeobc)\b/i],[M,[ie,U],[te,Ke]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i],[M,[te,Ne]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[M,[te,je]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[te,je]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[te,Ne]],[/(android[-\w\. ]{0,9});.+buil/i],[M,[ie,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[ne,[X,q+"HTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[ne,[X,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[X,ne],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[ne,X]],os:[[/microsoft (windows) (vista|xp)/i],[X,ne],[/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i],[X,[ne,Ya,Me]],[/windows nt 6\.2; (arm)/i,/windows[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i,/(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[ne,Ya,Me],[X,"Windows"]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[ne,/_/g,"."],[X,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[X,Bn],[ne,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[ne,X],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[X,ne],[/\(bb(10);/i],[ne,[X,k]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[ne,[X,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[ne,[X,E+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[ne,[X,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[ne,[X,"watchOS"]],[/crkey\/([\d\.]+)/i],[ne,[X,se+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[X,Ot],ne],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[X,ne],[/(sunos) ?([\w\.\d]*)/i],[[X,"Solaris"],ne],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[X,ne]]},Ye=function(ze,Re){if(typeof ze===_&&(Re=ze,ze=y),!(this instanceof Ye))return new Ye(ze,Re).getResult();var He=typeof p!==R&&p.navigator?p.navigator:y,et=ze||(He&&He.userAgent?He.userAgent:b),Pe=He&&He.userAgentData?He.userAgentData:y,Ge=Re?ra(Je,Re):Je,re=He&&He.userAgent==et;return this.getBrowser=function(){var ve={};return ve[X]=y,ve[ne]=y,Ea.call(ve,et,Ge.browser),ve[Q]=Jt(ve[ne]),re&&He&&He.brave&&typeof He.brave.isBrave==C&&(ve[X]="Brave"),ve},this.getCPU=function(){var ve={};return ve[Ie]=y,Ea.call(ve,et,Ge.cpu),ve},this.getDevice=function(){var ve={};return ve[ie]=y,ve[M]=y,ve[te]=y,Ea.call(ve,et,Ge.device),re&&!ve[te]&&Pe&&Pe.mobile&&(ve[te]=Ne),re&&ve[M]=="Macintosh"&&He&&typeof He.standalone!==R&&He.maxTouchPoints&&He.maxTouchPoints>2&&(ve[M]="iPad",ve[te]=je),ve},this.getEngine=function(){var ve={};return ve[X]=y,ve[ne]=y,Ea.call(ve,et,Ge.engine),ve},this.getOS=function(){var ve={};return ve[X]=y,ve[ne]=y,Ea.call(ve,et,Ge.os),re&&!ve[X]&&Pe&&Pe.platform&&Pe.platform!="Unknown"&&(ve[X]=Pe.platform.replace(/chrome os/i,Ot).replace(/macos/i,Bn)),ve},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return et},this.setUA=function(ve){return et=typeof ve===ue&&ve.length>N?Cn(ve,N):ve,this},this.setUA(et),this};Ye.VERSION=v,Ye.BROWSER=ln([X,ne,Q]),Ye.CPU=ln([Ie]),Ye.DEVICE=ln([M,ie,te,ae,Ne,lt,je,rt,Ke]),Ye.ENGINE=Ye.OS=ln([X,ne]),r.exports&&(f=r.exports=Ye),f.UAParser=Ye;var Ve=typeof p!==R&&(p.jQuery||p.Zepto);if(Ve&&!Ve.ua){var Ze=new Ye;Ve.ua=Ze.getResult(),Ve.ua.get=function(){return Ze.getUA()},Ve.ua.set=function(ze){Ze.setUA(ze);var Re=Ze.getResult();for(var He in Re)Ve.ua[He]=Re[He]}}})(typeof window=="object"?window:Z6)})(ap,ap.exports)),ap.exports}var i4;function W6(){if(i4)return ft;i4=1,Object.defineProperty(ft,"__esModule",{value:!0});function r(fe){return fe&&typeof fe=="object"&&"default"in fe?fe.default:fe}var f=xf(),p=r(f),y=K6(),v=new y,b=v.getBrowser(),w=v.getCPU(),C=v.getDevice(),R=v.getEngine(),_=v.getOS(),ue=v.getUA(),Q=function(H){return v.setUA(H)},M=function(H){if(!H){console.error("No userAgent string was provided");return}var F=new y(H);return{UA:F,browser:F.getBrowser(),cpu:F.getCPU(),device:F.getDevice(),engine:F.getEngine(),os:F.getOS(),ua:F.getUA(),setUserAgent:function(qe){return F.setUA(qe)}}},X=Object.freeze({ClientUAInstance:v,browser:b,cpu:w,device:C,engine:R,os:_,ua:ue,setUa:Q,parseUserAgent:M});function te(fe,H){var F=Object.keys(fe);if(Object.getOwnPropertySymbols){var Oe=Object.getOwnPropertySymbols(fe);H&&(Oe=Oe.filter(function(qe){return Object.getOwnPropertyDescriptor(fe,qe).enumerable})),F.push.apply(F,Oe)}return F}function ie(fe){for(var H=1;H<arguments.length;H++){var F=arguments[H]!=null?arguments[H]:{};H%2?te(Object(F),!0).forEach(function(Oe){je(fe,Oe,F[Oe])}):Object.getOwnPropertyDescriptors?Object.defineProperties(fe,Object.getOwnPropertyDescriptors(F)):te(Object(F)).forEach(function(Oe){Object.defineProperty(fe,Oe,Object.getOwnPropertyDescriptor(F,Oe))})}return fe}function ne(fe){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ne=function(H){return typeof H}:ne=function(H){return H&&typeof Symbol=="function"&&H.constructor===Symbol&&H!==Symbol.prototype?"symbol":typeof H},ne(fe)}function Ie(fe,H){if(!(fe instanceof H))throw new TypeError("Cannot call a class as a function")}function ae(fe,H){for(var F=0;F<H.length;F++){var Oe=H[F];Oe.enumerable=Oe.enumerable||!1,Oe.configurable=!0,"value"in Oe&&(Oe.writable=!0),Object.defineProperty(fe,Oe.key,Oe)}}function Ne(fe,H,F){return H&&ae(fe.prototype,H),fe}function je(fe,H,F){return H in fe?Object.defineProperty(fe,H,{value:F,enumerable:!0,configurable:!0,writable:!0}):fe[H]=F,fe}function lt(){return lt=Object.assign||function(fe){for(var H=1;H<arguments.length;H++){var F=arguments[H];for(var Oe in F)Object.prototype.hasOwnProperty.call(F,Oe)&&(fe[Oe]=F[Oe])}return fe},lt.apply(this,arguments)}function rt(fe,H){if(typeof H!="function"&&H!==null)throw new TypeError("Super expression must either be null or a function");fe.prototype=Object.create(H&&H.prototype,{constructor:{value:fe,writable:!0,configurable:!0}}),H&&N(fe,H)}function Ke(fe){return Ke=Object.setPrototypeOf?Object.getPrototypeOf:function(F){return F.__proto__||Object.getPrototypeOf(F)},Ke(fe)}function N(fe,H){return N=Object.setPrototypeOf||function(Oe,qe){return Oe.__proto__=qe,Oe},N(fe,H)}function U(fe,H){if(fe==null)return{};var F={},Oe=Object.keys(fe),qe,Ht;for(Ht=0;Ht<Oe.length;Ht++)qe=Oe[Ht],!(H.indexOf(qe)>=0)&&(F[qe]=fe[qe]);return F}function B(fe,H){if(fe==null)return{};var F=U(fe,H),Oe,qe;if(Object.getOwnPropertySymbols){var Ht=Object.getOwnPropertySymbols(fe);for(qe=0;qe<Ht.length;qe++)Oe=Ht[qe],!(H.indexOf(Oe)>=0)&&Object.prototype.propertyIsEnumerable.call(fe,Oe)&&(F[Oe]=fe[Oe])}return F}function le(fe){if(fe===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return fe}function k(fe,H){if(H&&(typeof H=="object"||typeof H=="function"))return H;if(H!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return le(fe)}function j(fe,H){return se(fe)||q(fe,H)||E(fe,H)||Y()}function se(fe){if(Array.isArray(fe))return fe}function q(fe,H){var F=fe==null?null:typeof Symbol<"u"&&fe[Symbol.iterator]||fe["@@iterator"];if(F!=null){var Oe=[],qe=!0,Ht=!1,xn,Ga;try{for(F=F.call(fe);!(qe=(xn=F.next()).done)&&(Oe.push(xn.value),!(H&&Oe.length===H));qe=!0);}catch(Kn){Ht=!0,Ga=Kn}finally{try{!qe&&F.return!=null&&F.return()}finally{if(Ht)throw Ga}}return Oe}}function E(fe,H){if(fe){if(typeof fe=="string")return z(fe,H);var F=Object.prototype.toString.call(fe).slice(8,-1);if(F==="Object"&&fe.constructor&&(F=fe.constructor.name),F==="Map"||F==="Set")return Array.from(fe);if(F==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(F))return z(fe,H)}}function z(fe,H){(H==null||H>fe.length)&&(H=fe.length);for(var F=0,Oe=new Array(H);F<H;F++)Oe[F]=fe[F];return Oe}function Y(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
648
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var K={Mobile:"mobile",Tablet:"tablet",SmartTv:"smarttv",Console:"console",Wearable:"wearable",Embedded:"embedded",Browser:void 0},Ce={Chrome:"Chrome",Firefox:"Firefox",Opera:"Opera",Yandex:"Yandex",Safari:"Safari",InternetExplorer:"Internet Explorer",Edge:"Edge",Chromium:"Chromium",Ie:"IE",MobileSafari:"Mobile Safari",EdgeChromium:"Edge Chromium",MIUI:"MIUI Browser",SamsungBrowser:"Samsung Browser"},x={IOS:"iOS",Android:"Android",WindowsPhone:"Windows Phone",Windows:"Windows",MAC_OS:"Mac OS"},Z={isMobile:!1,isTablet:!1,isBrowser:!1,isSmartTV:!1,isConsole:!1,isWearable:!1},Te=function(H){switch(H){case K.Mobile:return{isMobile:!0};case K.Tablet:return{isTablet:!0};case K.SmartTv:return{isSmartTV:!0};case K.Console:return{isConsole:!0};case K.Wearable:return{isWearable:!0};case K.Browser:return{isBrowser:!0};case K.Embedded:return{isEmbedded:!0};default:return Z}},we=function(H){return Q(H)},ge=function(H){var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"none";return H||F},Fe=function(){return typeof window<"u"&&(window.navigator||navigator)?window.navigator||navigator:!1},$e=function(H){var F=Fe();return F&&F.platform&&(F.platform.indexOf(H)!==-1||F.platform==="MacIntel"&&F.maxTouchPoints>1&&!window.MSStream)},Gt=function(H,F,Oe,qe,Ht){return{isBrowser:H,browserMajorVersion:ge(F.major),browserFullVersion:ge(F.version),browserName:ge(F.name),engineName:ge(Oe.name),engineVersion:ge(Oe.version),osName:ge(qe.name),osVersion:ge(qe.version),userAgent:ge(Ht)}},Ot=function(H,F,Oe,qe){return ie({},H,{vendor:ge(F.vendor),model:ge(F.model),os:ge(Oe.name),osVersion:ge(Oe.version),ua:ge(qe)})},Bn=function(H,F,Oe,qe){return{isSmartTV:H,engineName:ge(F.name),engineVersion:ge(F.version),osName:ge(Oe.name),osVersion:ge(Oe.version),userAgent:ge(qe)}},Xe=function(H,F,Oe,qe){return{isConsole:H,engineName:ge(F.name),engineVersion:ge(F.version),osName:ge(Oe.name),osVersion:ge(Oe.version),userAgent:ge(qe)}},ra=function(H,F,Oe,qe){return{isWearable:H,engineName:ge(F.name),engineVersion:ge(F.version),osName:ge(Oe.name),osVersion:ge(Oe.version),userAgent:ge(qe)}},ln=function(H,F,Oe,qe,Ht){return{isEmbedded:H,vendor:ge(F.vendor),model:ge(F.model),engineName:ge(Oe.name),engineVersion:ge(Oe.version),osName:ge(qe.name),osVersion:ge(qe.version),userAgent:ge(Ht)}};function Wt(fe){var H=fe?M(fe):X,F=H.device,Oe=H.browser,qe=H.engine,Ht=H.os,xn=H.ua,Ga=Te(F.type),Kn=Ga.isBrowser,hi=Ga.isMobile,_u=Ga.isTablet,ss=Ga.isSmartTV,k0=Ga.isConsole,nr=Ga.isWearable,ar=Ga.isEmbedded;if(Kn)return Gt(Kn,Oe,qe,Ht,xn);if(ss)return Bn(ss,qe,Ht,xn);if(k0)return Xe(k0,qe,Ht,xn);if(hi||_u)return Ot(Ga,F,Ht,xn);if(nr)return ra(nr,qe,Ht,xn);if(ar)return ln(ar,F,qe,Ht,xn)}var Mt=function(H){var F=H.type;return F===K.Mobile},Jt=function(H){var F=H.type;return F===K.Tablet},Cn=function(H){var F=H.type;return F===K.Mobile||F===K.Tablet},Ea=function(H){var F=H.type;return F===K.SmartTv},Ya=function(H){var F=H.type;return F===K.Browser},ot=function(H){var F=H.type;return F===K.Wearable},Me=function(H){var F=H.type;return F===K.Console},Je=function(H){var F=H.type;return F===K.Embedded},Ye=function(H){var F=H.vendor;return ge(F)},Ve=function(H){var F=H.model;return ge(F)},Ze=function(H){var F=H.type;return ge(F,"browser")},ze=function(H){var F=H.name;return F===x.Android},Re=function(H){var F=H.name;return F===x.Windows},He=function(H){var F=H.name;return F===x.MAC_OS},et=function(H){var F=H.name;return F===x.WindowsPhone},Pe=function(H){var F=H.name;return F===x.IOS},Ge=function(H){var F=H.version;return ge(F)},re=function(H){var F=H.name;return ge(F)},ve=function(H){var F=H.name;return F===Ce.Chrome},at=function(H){var F=H.name;return F===Ce.Firefox},tt=function(H){var F=H.name;return F===Ce.Chromium},mt=function(H){var F=H.name;return F===Ce.Edge},Ut=function(H){var F=H.name;return F===Ce.Yandex},T=function(H){var F=H.name;return F===Ce.Safari||F===Ce.MobileSafari},L=function(H){var F=H.name;return F===Ce.MobileSafari},de=function(H){var F=H.name;return F===Ce.Opera},oe=function(H){var F=H.name;return F===Ce.InternetExplorer||F===Ce.Ie},Le=function(H){var F=H.name;return F===Ce.MIUI},Qe=function(H){var F=H.name;return F===Ce.SamsungBrowser},Be=function(H){var F=H.version;return ge(F)},st=function(H){var F=H.major;return ge(F)},ct=function(H){var F=H.name;return ge(F)},kt=function(H){var F=H.name;return ge(F)},en=function(H){var F=H.version;return ge(F)},Zn=function(){var H=Fe(),F=H&&H.userAgent&&H.userAgent.toLowerCase();return typeof F=="string"?/electron/.test(F):!1},Qn=function(H){return typeof H=="string"&&H.indexOf("Edg/")!==-1},Za=function(){var H=Fe();return H&&(/iPad|iPhone|iPod/.test(H.platform)||H.platform==="MacIntel"&&H.maxTouchPoints>1)&&!window.MSStream},On=function(){return $e("iPad")},aa=function(){return $e("iPhone")},ci=function(){return $e("iPod")},ts=function(H){return ge(H)};function Do(fe){var H=fe||X,F=H.device,Oe=H.browser,qe=H.os,Ht=H.engine,xn=H.ua;return{isSmartTV:Ea(F),isConsole:Me(F),isWearable:ot(F),isEmbedded:Je(F),isMobileSafari:L(Oe)||On(),isChromium:tt(Oe),isMobile:Cn(F)||On(),isMobileOnly:Mt(F),isTablet:Jt(F)||On(),isBrowser:Ya(F),isDesktop:Ya(F),isAndroid:ze(qe),isWinPhone:et(qe),isIOS:Pe(qe)||On(),isChrome:ve(Oe),isFirefox:at(Oe),isSafari:T(Oe),isOpera:de(Oe),isIE:oe(Oe),osVersion:Ge(qe),osName:re(qe),fullBrowserVersion:Be(Oe),browserVersion:st(Oe),browserName:ct(Oe),mobileVendor:Ye(F),mobileModel:Ve(F),engineName:kt(Ht),engineVersion:en(Ht),getUA:ts(xn),isEdge:mt(Oe)||Qn(xn),isYandex:Ut(Oe),deviceType:Ze(F),isIOS13:Za(),isIPad13:On(),isIPhone13:aa(),isIPod13:ci(),isElectron:Zn(),isEdgeChromium:Qn(xn),isLegacyEdge:mt(Oe)&&!Qn(xn),isWindows:Re(qe),isMacOs:He(qe),isMIUI:Le(Oe),isSamsungBrowser:Qe(Oe)}}var _n=Ea(C),Ka=Me(C),sn=ot(C),qa=Je(C),ri=L(b)||On(),Ic=tt(b),Hs=Cn(C)||On(),zf=Mt(C),Jc=Jt(C)||On(),_l=Ya(C),Fc=Ya(C),fi=ze(_),di=et(_),ns=Pe(_)||On(),as=ve(b),rn=at(b),ls=T(b),mi=de(b),No=oe(b),uo=Ge(_),Zc=re(_),Kc=Be(b),Ls=st(b),js=ct(b),Ys=Ye(C),Wc=Ve(C),Mo=kt(R),il=en(R),$c=ts(ue),_f=mt(b)||Qn(ue),Pc=Ut(b),Hf=Ze(C),Nu=Za(),lp=On(),sl=aa(),Mu=ci(),ku=Zn(),os=Qn(ue),qs=mt(b)&&!Qn(ue),Lf=Re(_),jf=He(_),co=Le(b),D0=Qe(b),N0=function(H){if(!H||typeof H!="string"){console.error("No valid user agent string was provided");return}var F=M(H),Oe=F.device,qe=F.browser,Ht=F.os,xn=F.engine,Ga=F.ua;return Do({device:Oe,browser:qe,os:Ht,engine:xn,ua:Ga})},M0=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return fi?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Yf=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return _l?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},op=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return No?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Bu=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return ns?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Ol=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return Hs?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Hl=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return Jc?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},er=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return di?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},tr=function(H){var F=H.renderWithFragment,Oe=H.children;H.viewClassName,H.style;var qe=B(H,["renderWithFragment","children","viewClassName","style"]);return zf?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},ro=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return _n?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},is=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return Ka?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Uu=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return sn?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Gs=function(H){var F=H.renderWithFragment,Oe=H.children;H.viewClassName,H.style;var qe=H.condition,Ht=B(H,["renderWithFragment","children","viewClassName","style","condition"]);return qe?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",Ht,Oe):null};function qf(fe){return(function(H){rt(F,H);function F(Oe){var qe;return Ie(this,F),qe=k(this,Ke(F).call(this,Oe)),qe.isEventListenerAdded=!1,qe.handleOrientationChange=qe.handleOrientationChange.bind(le(qe)),qe.onOrientationChange=qe.onOrientationChange.bind(le(qe)),qe.onPageLoad=qe.onPageLoad.bind(le(qe)),qe.state={isLandscape:!1,isPortrait:!1},qe}return Ne(F,[{key:"handleOrientationChange",value:function(){this.isEventListenerAdded||(this.isEventListenerAdded=!0);var qe=window.innerWidth>window.innerHeight?90:0;this.setState({isPortrait:qe===0,isLandscape:qe===90})}},{key:"onOrientationChange",value:function(){this.handleOrientationChange()}},{key:"onPageLoad",value:function(){this.handleOrientationChange()}},{key:"componentDidMount",value:function(){(typeof window>"u"?"undefined":ne(window))!==void 0&&Hs&&(this.isEventListenerAdded?window.removeEventListener("load",this.onPageLoad,!1):(this.handleOrientationChange(),window.addEventListener("load",this.onPageLoad,!1)),window.addEventListener("resize",this.onOrientationChange,!1))}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.onOrientationChange,!1)}},{key:"render",value:function(){return p.createElement(fe,lt({},this.props,{isLandscape:this.state.isLandscape,isPortrait:this.state.isPortrait}))}}]),F})(p.Component)}function fa(){var fe=f.useState(function(){var Ht=window.innerWidth>window.innerHeight?90:0;return{isPortrait:Ht===0,isLandscape:Ht===90,orientation:Ht===0?"portrait":"landscape"}}),H=j(fe,2),F=H[0],Oe=H[1],qe=f.useCallback(function(){var Ht=window.innerWidth>window.innerHeight?90:0,xn={isPortrait:Ht===0,isLandscape:Ht===90,orientation:Ht===0?"portrait":"landscape"};F.orientation!==xn.orientation&&Oe(xn)},[F.orientation]);return f.useEffect(function(){return(typeof window>"u"?"undefined":ne(window))!==void 0&&Hs&&(qe(),window.addEventListener("load",qe,!1),window.addEventListener("resize",qe,!1)),function(){window.removeEventListener("resize",qe,!1),window.removeEventListener("load",qe,!1)}},[qe]),F}function fo(fe){var H=fe||window.navigator.userAgent;return M(H)}function zu(fe){var H=fe||window.navigator.userAgent,F=fo(H),Oe=Do(F);return[Oe,F]}return ft.AndroidView=M0,ft.BrowserTypes=Ce,ft.BrowserView=Yf,ft.ConsoleView=is,ft.CustomView=Gs,ft.IEView=op,ft.IOSView=Bu,ft.MobileOnlyView=tr,ft.MobileView=Ol,ft.OsTypes=x,ft.SmartTVView=ro,ft.TabletView=Hl,ft.WearableView=Uu,ft.WinPhoneView=er,ft.browserName=js,ft.browserVersion=Ls,ft.deviceDetect=Wt,ft.deviceType=Hf,ft.engineName=Mo,ft.engineVersion=il,ft.fullBrowserVersion=Kc,ft.getSelectorsByUserAgent=N0,ft.getUA=$c,ft.isAndroid=fi,ft.isBrowser=_l,ft.isChrome=as,ft.isChromium=Ic,ft.isConsole=Ka,ft.isDesktop=Fc,ft.isEdge=_f,ft.isEdgeChromium=os,ft.isElectron=ku,ft.isEmbedded=qa,ft.isFirefox=rn,ft.isIE=No,ft.isIOS=ns,ft.isIOS13=Nu,ft.isIPad13=lp,ft.isIPhone13=sl,ft.isIPod13=Mu,ft.isLegacyEdge=qs,ft.isMIUI=co,ft.isMacOs=jf,ft.isMobile=Hs,ft.isMobileOnly=zf,ft.isMobileSafari=ri,ft.isOpera=mi,ft.isSafari=ls,ft.isSamsungBrowser=D0,ft.isSmartTV=_n,ft.isTablet=Jc,ft.isWearable=sn,ft.isWinPhone=di,ft.isWindows=Lf,ft.isYandex=Pc,ft.mobileModel=Wc,ft.mobileVendor=Ys,ft.osName=Zc,ft.osVersion=uo,ft.parseUserAgent=M,ft.setUserAgent=we,ft.useDeviceData=fo,ft.useDeviceSelectors=zu,ft.useMobileOrientation=fa,ft.withOrientationChange=qf,ft}var R0=W6();const $6=void 0,P6=["AIzaSyDjPhY71PTThuXy3TUNWs1ZGMFsIkTruUk","AIzaSyDli-OiM2phQRbxIkvZI-YO7R1QsA98aS4","AIzaSyBOLPQdpb3hq9krHmRawoOSlto3JmftSCY","AIzaSyA_QzznI3bVVrFjpE3Ju9toaXDy_f_QfS4","AIzaSyDvE-bv3U2pBp_qBjojiSHW4UEauYmvyP0","AIzaSyAQVo_cux1sN1ICDjdmEFHXwJfKuUcsqO8","AIzaSyA1w9wqxAEYi6_H3af7RAlmyZb8VbcYa-s","AIzaSyDd1clkODxlyrNJZzJwnbnlLYIr-1UGJiw","AIzaSyB6kuNvwdjfTSw5ZlFlq-7gg3LAZFJ7iZE","AIzaSyA2f4L-vBeAqaj1EDlhEVCzl9qaUqSOt6Y","AIzaSyA4zn3gS0Adrv3bOGPR_EG6FWK-uDqTaAI","AIzaSyAdMv9TGvZSUAGJsI3tS0Qca3lWaeHwwTY","AIzaSyDlHE7QMXDKPZgAWxKTlB-kGCdozWX42yI","AIzaSyCua4yryZNH69_X-D4FxmqgYNZicgePxPg","AIzaSyDQ2PS7bedYNL-xDloEw0RmReYwGFdX4nU","AIzaSyC_CEvA-riii8zljgBC1nn3n0belS5m6M8","AIzaSyDyK6rByOugJn96e8cjz1B2tknAEyCCwb0","AIzaSyBmIQXpohI5rv7XSDhqjSd54I90znEgiN4","AIzaSyCbZ8hAvnB2P9S7EPj3QlliZuP3p8_j_9U","AIzaSyDaOvvO6iHDVYBQiqPYsoNbjGNAxcoN6eY"],s4={model:"gemini-2.5-flash","model2.0":"gemini-2.5-flash",apiKey:$6,url:"https://generativelanguage.googleapis.com"};class eE extends x0{enableGoogleSearch=!0;indexApiKey=0;constructor(){super(s4.url)}getApiKey(){let f="",p=P6;const y=localStorage.getItem("arr_api_key_dev_gemini");y&&(p=JSON.parse(y));const v=localStorage.getItem("index_api_key_gemini");return v&&(this.indexApiKey=Number(v),this.indexApiKey++),this.indexApiKey>=p.length&&(this.indexApiKey=0),f=p[this.indexApiKey],localStorage.setItem("index_api_key_gemini",this.indexApiKey.toString()),f}getUrl(f,p){return`/v1beta/models/${p||"gemini-2.5-flash"}:${f}`}async generateContent(f,p){try{const y=`
|
|
647
|
+
Response: {"action":"swap_token","message":"<friendly explanation, e.g. Which token would you like to swap?>","parameters":{"token_in":"","token_in_symbol":"","token_in_decimals":"","token_out":"","token_out_symbol":"","token_out_decimals":"","amount":""}}`}const a4={1:"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",10:"0x4200000000000000000000000000000000000006",56:"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",137:"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",8453:"0x4200000000000000000000000000000000000006",42161:"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"},oy=[{name:"transfer",type:"function",stateMutability:"nonpayable",inputs:[{name:"to",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{name:"approve",type:"function",stateMutability:"nonpayable",inputs:[{name:"spender",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{name:"allowance",type:"function",stateMutability:"view",inputs:[{name:"owner",type:"address"},{name:"spender",type:"address"}],outputs:[{name:"",type:"uint256"}]}],l4=[{name:"deposit",type:"function",stateMutability:"payable",inputs:[],outputs:[]},{name:"withdraw",type:"function",stateMutability:"nonpayable",inputs:[{name:"wad",type:"uint256"}],outputs:[]}],j6=[{name:"safeTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{name:"from",type:"address"},{name:"to",type:"address"},{name:"tokenId",type:"uint256"}],outputs:[]}],Y6=[{name:"safeTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{name:"from",type:"address"},{name:"to",type:"address"},{name:"id",type:"uint256"},{name:"amount",type:"uint256"},{name:"data",type:"bytes"}],outputs:[]}];function tp(r,f){return f||_s[r]?.rpcUrls?.default?.http?.[0]}function q6(r){const{action:f,parameters:p,fromAddress:y,chainId:v}=r;switch(f){case"send_native":return G6(p,y,v);case"send_token":return V6(p,y,v);case"approve_token":return Q6(p,y,v);case"wrap_native":return X6(p,y,v);case"unwrap_native":return I6(p,y,v);case"send_nft":return F6(p,y,v);default:throw new Error(`Action "${f}" does not produce a transaction`)}}function G6(r,f,p){const{to_address:y,amount:v}=r;if(!y)throw new Error("Recipient address is required");if(!v)throw new Error("Amount is required");const b=Ru(v,18).toString();return{from:f,to:y,data:"0x",value:b,chainId:p,description:`Send ${v} native token to ${y}`}}function V6(r,f,p){const{contract_address:y,to_address:v,amount:b,decimals:w,token_symbol:C}=r;if(!y)throw new Error("Token contract address is required");if(!v)throw new Error("Recipient address is required");if(!b)throw new Error("Amount is required");const R=parseInt(w)||18,_=Ru(b,R),ue=Vc({abi:oy,functionName:"transfer",args:[v,_]});return{from:f,to:y,data:ue,value:"0",chainId:p,description:`Send ${b} ${C||"tokens"} to ${v}`}}function Q6(r,f,p){const{contract_address:y,spender_address:v,amount:b,token_symbol:w}=r;if(!y)throw new Error("Token contract address is required");if(!v)throw new Error("Spender address is required");const C=b&&b?.trim()!==""?Ru(b,18):C0,R=Vc({abi:oy,functionName:"approve",args:[v,C]});return{from:f,to:y,data:R,value:"0",chainId:p,description:`Approve ${b||"unlimited"} ${w||"tokens"} for ${v}`}}function X6(r,f,p){const{amount:y}=r;if(!y)throw new Error("Amount is required");const v=a4[p];if(!v)throw new Error(`WETH not supported on chain ${p}`);const b=Ru(y,18).toString(),w=Vc({abi:l4,functionName:"deposit"});return{from:f,to:v,data:w,value:b,chainId:p,description:`Wrap ${y} native token`}}function I6(r,f,p){const{amount:y}=r;if(!y)throw new Error("Amount is required");const v=a4[p];if(!v)throw new Error(`WETH not supported on chain ${p}`);const b=Ru(y,18),w=Vc({abi:l4,functionName:"withdraw",args:[b]});return{from:f,to:v,data:w,value:"0",chainId:p,description:`Unwrap ${y} WETH`}}function J6(r){return["send_native","send_token","approve_token","wrap_native","unwrap_native","send_nft"].includes(r)}async function ib(r){const{transactionHash:f,chainId:p,pollingInterval:y=3e3,timeout:v=12e4,rpcUrl:b}=r,w=tp(p,b);if(!w)throw new Error(`No RPC endpoint for chain ${p}`);const C=Date.now();for(;Date.now()-C<v;){try{const _=await(await fetch(w,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_getTransactionReceipt",params:[f]})})).json();if(_.result){const ue=_.result;return{status:ue.status==="0x1"?"success":"fail",blockNumber:ue.blockNumber,gasUsed:ue.gasUsed,effectiveGasPrice:ue.effectiveGasPrice}}}catch(R){console.warn("eth_getTransactionReceipt poll error:",R)}await new Promise(R=>setTimeout(R,y))}throw new Error(`Transaction ${f} was not mined within ${v/1e3}s`)}async function sb(r){const{tokenAddress:f,ownerAddress:p,spenderAddress:y,chainId:v,rpcUrl:b}=r,w=tp(v,b);if(!w)return console.warn(`No RPC endpoint for chain ${v}, assuming no allowance`),BigInt(0);try{const C=Vc({abi:oy,functionName:"allowance",args:[p,y]}),_=await(await fetch(w,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_call",params:[{to:f,data:C},"latest"]})})).json();return _.result&&_.result!=="0x"?BigInt(_.result):BigInt(0)}catch(C){return console.warn("checkAllowance failed:",C),BigInt(0)}}function iy(r){const{tokenAddress:f,spenderAddress:p,fromAddress:y,chainId:v,tokenSymbol:b}=r,w=Vc({abi:oy,functionName:"approve",args:[p,C0]});return{from:y,to:f,data:w,value:"0",chainId:v,description:`Approve ${b||"token"} for swap`}}function F6(r,f,p){const{contract_address:y,token_id:v,to_address:b,token_standard:w,amount:C,nft_name:R}=r;if(!y)throw new Error("NFT contract address is required");if(!v)throw new Error("Token ID is required");if(!b)throw new Error("Recipient address is required");const _=(w||"ERC721").toUpperCase(),ue=BigInt(v);let Q,M;if(_==="ERC1155"){const X=BigInt(C||"1");Q=Vc({abi:Y6,functionName:"safeTransferFrom",args:[f,b,ue,X,"0x"]}),M=`Send ${X>1n?X.toString()+"x ":""}${R||"NFT"} (ERC1155 #${v}) to ${b}`}else Q=Vc({abi:j6,functionName:"safeTransferFrom",args:[f,b,ue]}),M=`Send ${R||"NFT"} (ERC721 #${v}) to ${b}`;return{from:f,to:y,data:Q,value:"0",chainId:p,description:M}}async function sy(r){const{address:f,chainId:p,rpcUrl:y}=r,v=tp(p,y);if(!v)return console.warn(`No RPC endpoint for chain ${p}`),new ht(0);try{const w=await(await fetch(v,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_getBalance",params:[f,"latest"]})})).json();return w.result&&w.result!=="0x"?new ht(BigInt(w.result).toString()):new ht(0)}catch(b){return console.warn("getNativeBalance failed:",b),new ht(0)}}async function np(r){const{from:f,to:p,data:y,value:v,chainId:b,rpcUrl:w}=r,C=tp(b,w);if(!C)return console.warn(`No RPC endpoint for chain ${b}`),new ht(0);try{const[R,_]=await Promise.all([fetch(C,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_estimateGas",params:[{from:f,to:p,data:y,...v&&v!=="0"?{value:v}:{}}]})}),fetch(C,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:2,method:"eth_gasPrice",params:[]})})]),[ue,Q]=await Promise.all([R.json(),_.json()]),M=ue.result?new ht(BigInt(ue.result).toString()):new ht(0),X=Q.result?new ht(BigInt(Q.result).toString()):new ht(0);return M.times(X).times(1.1)}catch(R){return console.warn("estimateTransactionFee failed:",R),new ht(0)}}async function ub(r){const{chainId:f,rpcUrl:p}=r,y=tp(f,p);if(!y)return console.warn(`No RPC endpoint for chain ${f}`),new ht(0);try{const b=await(await fetch(y,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:"eth_gasPrice",params:[]})})).json();return b.result&&b.result!=="0x"?new ht(BigInt(b.result).toString()):new ht(0)}catch(v){return console.warn("getGasPrice failed:",v),new ht(0)}}var ft={},ap={exports:{}},Z6=ap.exports,o4;function K6(){return o4||(o4=1,(function(r,f){(function(p,y){var v="1.0.39",b="",w="?",C="function",R="undefined",_="object",ue="string",Q="major",M="model",X="name",te="type",ie="vendor",ne="version",Ie="architecture",ae="console",Ne="mobile",je="tablet",lt="smarttv",rt="wearable",Ke="embedded",N=500,U="Amazon",B="Apple",le="ASUS",k="BlackBerry",j="Browser",se="Chrome",q="Edge",E="Firefox",z="Google",Y="Huawei",K="LG",Ce="Microsoft",x="Motorola",Z="Opera",Te="Samsung",we="Sharp",ge="Sony",Fe="Xiaomi",$e="Zebra",Gt="Facebook",Ot="Chromium OS",Bn="Mac OS",Xe=" Browser",ra=function(ze,Re){var He={};for(var et in ze)Re[et]&&Re[et].length%2===0?He[et]=Re[et].concat(ze[et]):He[et]=ze[et];return He},ln=function(ze){for(var Re={},He=0;He<ze.length;He++)Re[ze[He].toUpperCase()]=ze[He];return Re},Wt=function(ze,Re){return typeof ze===ue?Mt(Re).indexOf(Mt(ze))!==-1:!1},Mt=function(ze){return ze.toLowerCase()},Jt=function(ze){return typeof ze===ue?ze.replace(/[^\d\.]/g,b).split(".")[0]:y},Cn=function(ze,Re){if(typeof ze===ue)return ze=ze.replace(/^\s\s*/,b),typeof Re===R?ze:ze.substring(0,N)},Ea=function(ze,Re){for(var He=0,et,Pe,Ge,re,ve,at;He<Re.length&&!ve;){var tt=Re[He],mt=Re[He+1];for(et=Pe=0;et<tt.length&&!ve&&tt[et];)if(ve=tt[et++].exec(ze),ve)for(Ge=0;Ge<mt.length;Ge++)at=ve[++Pe],re=mt[Ge],typeof re===_&&re.length>0?re.length===2?typeof re[1]==C?this[re[0]]=re[1].call(this,at):this[re[0]]=re[1]:re.length===3?typeof re[1]===C&&!(re[1].exec&&re[1].test)?this[re[0]]=at?re[1].call(this,at,re[2]):y:this[re[0]]=at?at.replace(re[1],re[2]):y:re.length===4&&(this[re[0]]=at?re[3].call(this,at.replace(re[1],re[2])):y):this[re]=at||y;He+=2}},Ya=function(ze,Re){for(var He in Re)if(typeof Re[He]===_&&Re[He].length>0){for(var et=0;et<Re[He].length;et++)if(Wt(Re[He][et],ze))return He===w?y:He}else if(Wt(Re[He],ze))return He===w?y:He;return Re.hasOwnProperty("*")?Re["*"]:ze},ot={"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},Me={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},Je={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[ne,[X,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[ne,[X,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[X,ne],[/opios[\/ ]+([\w\.]+)/i],[ne,[X,Z+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[ne,[X,Z+" GX"]],[/\bopr\/([\w\.]+)/i],[ne,[X,Z]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[ne,[X,"Baidu"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim)\s?(?:browser)?[\/ ]?([\w\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio)\/([-\w\.]+)/i,/(heytap|ovi)browser\/([\d\.]+)/i,/(weibo)__([\d\.]+)/i],[X,ne],[/quark(?:pc)?\/([-\w\.]+)/i],[ne,[X,"Quark"]],[/\bddg\/([\w\.]+)/i],[ne,[X,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[ne,[X,"UC"+j]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[ne,[X,"WeChat"]],[/konqueror\/([\w\.]+)/i],[ne,[X,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[ne,[X,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[ne,[X,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[ne,[X,"Smart Lenovo "+j]],[/(avast|avg)\/([\w\.]+)/i],[[X,/(.+)/,"$1 Secure "+j],ne],[/\bfocus\/([\w\.]+)/i],[ne,[X,E+" Focus"]],[/\bopt\/([\w\.]+)/i],[ne,[X,Z+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[ne,[X,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[ne,[X,"Dolphin"]],[/coast\/([\w\.]+)/i],[ne,[X,Z+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[ne,[X,"MIUI "+j]],[/fxios\/([-\w\.]+)/i],[ne,[X,E]],[/\bqihu|(qi?ho?o?|360)browser/i],[[X,"360"+Xe]],[/\b(qq)\/([\w\.]+)/i],[[X,/(.+)/,"$1Browser"],ne],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[X,/(.+)/,"$1"+Xe],ne],[/samsungbrowser\/([\w\.]+)/i],[ne,[X,Te+" Internet"]],[/(comodo_dragon)\/([\w\.]+)/i],[[X,/_/g," "],ne],[/metasr[\/ ]?([\d\.]+)/i],[ne,[X,"Sogou Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[X,"Sogou Mobile"],ne],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345Explorer)[\/ ]?([\w\.]+)/i],[X,ne],[/(lbbrowser|rekonq)/i,/\[(linkedin)app\]/i],[X],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[X,Gt],ne],[/(Klarna)\/([\w\.]+)/i,/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i],[X,ne],[/\bgsa\/([\w\.]+) .*safari\//i],[ne,[X,"GSA"]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[ne,[X,"TikTok"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[ne,[X,se+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[X,se+" WebView"],ne],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[ne,[X,"Android "+j]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[X,ne],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[ne,[X,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[ne,X],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[X,[ne,Ya,ot]],[/(webkit|khtml)\/([\w\.]+)/i],[X,ne],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[X,"Netscape"],ne],[/(wolvic)\/([\w\.]+)/i],[X,ne],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[ne,[X,E+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i],[X,[ne,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[X,[ne,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[Ie,"amd64"]],[/(ia32(?=;))/i],[[Ie,Mt]],[/((?:i[346]|x)86)[;\)]/i],[[Ie,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[Ie,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[Ie,"armhf"]],[/windows (ce|mobile); ppc;/i],[[Ie,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[Ie,/ower/,b,Mt]],[/(sun4\w)[;\)]/i],[[Ie,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[Ie,Mt]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[M,[ie,Te],[te,je]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr])[-\w]+)/i,/sec-(sgh\w+)/i],[M,[ie,Te],[te,Ne]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[M,[ie,B],[te,Ne]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[M,[ie,B],[te,je]],[/(macintosh);/i],[M,[ie,B]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[M,[ie,we],[te,Ne]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[M,[ie,Y],[te,je]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[M,[ie,Y],[te,Ne]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i],[[M,/_/g," "],[ie,Fe],[te,Ne]],[/oid[^\)]+; (2\d{4}(283|rpbf)[cgl])( bui|\))/i,/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[M,/_/g," "],[ie,Fe],[te,je]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[M,[ie,"OPPO"],[te,Ne]],[/\b(opd2\d{3}a?) bui/i],[M,[ie,"OPPO"],[te,je]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[M,[ie,"Vivo"],[te,Ne]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[M,[ie,"Realme"],[te,Ne]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[M,[ie,x],[te,Ne]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[M,[ie,x],[te,je]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[M,[ie,K],[te,je]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[M,[ie,K],[te,Ne]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[M,[ie,"Lenovo"],[te,je]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[M,/_/g," "],[ie,"Nokia"],[te,Ne]],[/(pixel c)\b/i],[M,[ie,z],[te,je]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[M,[ie,z],[te,Ne]],[/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[M,[ie,ge],[te,Ne]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[M,"Xperia Tablet"],[ie,ge],[te,je]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[M,[ie,"OnePlus"],[te,Ne]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[M,[ie,U],[te,je]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[M,/(.+)/g,"Fire Phone $1"],[ie,U],[te,Ne]],[/(playbook);[-\w\),; ]+(rim)/i],[M,ie,[te,je]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[M,[ie,k],[te,Ne]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[M,[ie,le],[te,je]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[M,[ie,le],[te,Ne]],[/(nexus 9)/i],[M,[ie,"HTC"],[te,je]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[ie,[M,/_/g," "],[te,Ne]],[/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i],[M,[ie,"TCL"],[te,je]],[/(itel) ((\w+))/i],[[ie,Mt],M,[te,Ya,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[M,[ie,"Acer"],[te,je]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[M,[ie,"Meizu"],[te,Ne]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[M,[ie,"Ulefone"],[te,Ne]],[/droid.+; (a(?:015|06[35]|142p?))/i],[M,[ie,"Nothing"],[te,Ne]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[ie,M,[te,Ne]],[/(kobo)\s(ereader|touch)/i,/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[ie,M,[te,je]],[/(surface duo)/i],[M,[ie,Ce],[te,je]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[M,[ie,"Fairphone"],[te,Ne]],[/(u304aa)/i],[M,[ie,"AT&T"],[te,Ne]],[/\bsie-(\w*)/i],[M,[ie,"Siemens"],[te,Ne]],[/\b(rct\w+) b/i],[M,[ie,"RCA"],[te,je]],[/\b(venue[\d ]{2,7}) b/i],[M,[ie,"Dell"],[te,je]],[/\b(q(?:mv|ta)\w+) b/i],[M,[ie,"Verizon"],[te,je]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[M,[ie,"Barnes & Noble"],[te,je]],[/\b(tm\d{3}\w+) b/i],[M,[ie,"NuVision"],[te,je]],[/\b(k88) b/i],[M,[ie,"ZTE"],[te,je]],[/\b(nx\d{3}j) b/i],[M,[ie,"ZTE"],[te,Ne]],[/\b(gen\d{3}) b.+49h/i],[M,[ie,"Swiss"],[te,Ne]],[/\b(zur\d{3}) b/i],[M,[ie,"Swiss"],[te,je]],[/\b((zeki)?tb.*\b) b/i],[M,[ie,"Zeki"],[te,je]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[ie,"Dragon Touch"],M,[te,je]],[/\b(ns-?\w{0,9}) b/i],[M,[ie,"Insignia"],[te,je]],[/\b((nxa|next)-?\w{0,9}) b/i],[M,[ie,"NextBook"],[te,je]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[ie,"Voice"],M,[te,Ne]],[/\b(lvtel\-)?(v1[12]) b/i],[[ie,"LvTel"],M,[te,Ne]],[/\b(ph-1) /i],[M,[ie,"Essential"],[te,Ne]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[M,[ie,"Envizen"],[te,je]],[/\b(trio[-\w\. ]+) b/i],[M,[ie,"MachSpeed"],[te,je]],[/\btu_(1491) b/i],[M,[ie,"Rotor"],[te,je]],[/(shield[\w ]+) b/i],[M,[ie,"Nvidia"],[te,je]],[/(sprint) (\w+)/i],[ie,M,[te,Ne]],[/(kin\.[onetw]{3})/i],[[M,/\./g," "],[ie,Ce],[te,Ne]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[M,[ie,$e],[te,je]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[M,[ie,$e],[te,Ne]],[/smart-tv.+(samsung)/i],[ie,[te,lt]],[/hbbtv.+maple;(\d+)/i],[[M,/^/,"SmartTV"],[ie,Te],[te,lt]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[ie,K],[te,lt]],[/(apple) ?tv/i],[ie,[M,B+" TV"],[te,lt]],[/crkey/i],[[M,se+"cast"],[ie,z],[te,lt]],[/droid.+aft(\w+)( bui|\))/i],[M,[ie,U],[te,lt]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[M,[ie,we],[te,lt]],[/(bravia[\w ]+)( bui|\))/i],[M,[ie,ge],[te,lt]],[/(mitv-\w{5}) bui/i],[M,[ie,Fe],[te,lt]],[/Hbbtv.*(technisat) (.*);/i],[ie,M,[te,lt]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[ie,Cn],[M,Cn],[te,lt]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[te,lt]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[ie,M,[te,ae]],[/droid.+; (shield) bui/i],[M,[ie,"Nvidia"],[te,ae]],[/(playstation [345portablevi]+)/i],[M,[ie,ge],[te,ae]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[M,[ie,Ce],[te,ae]],[/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i],[M,[ie,Te],[te,rt]],[/((pebble))app/i],[ie,M,[te,rt]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[M,[ie,B],[te,rt]],[/droid.+; (glass) \d/i],[M,[ie,z],[te,rt]],[/droid.+; (wt63?0{2,3})\)/i],[M,[ie,$e],[te,rt]],[/(quest( \d| pro)?)/i],[M,[ie,Gt],[te,rt]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[ie,[te,Ke]],[/(aeobc)\b/i],[M,[ie,U],[te,Ke]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i],[M,[te,Ne]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[M,[te,je]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[te,je]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[te,Ne]],[/(android[-\w\. ]{0,9});.+buil/i],[M,[ie,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[ne,[X,q+"HTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[ne,[X,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[X,ne],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[ne,X]],os:[[/microsoft (windows) (vista|xp)/i],[X,ne],[/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i],[X,[ne,Ya,Me]],[/windows nt 6\.2; (arm)/i,/windows[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i,/(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[ne,Ya,Me],[X,"Windows"]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[ne,/_/g,"."],[X,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[X,Bn],[ne,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[ne,X],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[X,ne],[/\(bb(10);/i],[ne,[X,k]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[ne,[X,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[ne,[X,E+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[ne,[X,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[ne,[X,"watchOS"]],[/crkey\/([\d\.]+)/i],[ne,[X,se+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[X,Ot],ne],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[X,ne],[/(sunos) ?([\w\.\d]*)/i],[[X,"Solaris"],ne],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[X,ne]]},Ye=function(ze,Re){if(typeof ze===_&&(Re=ze,ze=y),!(this instanceof Ye))return new Ye(ze,Re).getResult();var He=typeof p!==R&&p.navigator?p.navigator:y,et=ze||(He&&He.userAgent?He.userAgent:b),Pe=He&&He.userAgentData?He.userAgentData:y,Ge=Re?ra(Je,Re):Je,re=He&&He.userAgent==et;return this.getBrowser=function(){var ve={};return ve[X]=y,ve[ne]=y,Ea.call(ve,et,Ge.browser),ve[Q]=Jt(ve[ne]),re&&He&&He.brave&&typeof He.brave.isBrave==C&&(ve[X]="Brave"),ve},this.getCPU=function(){var ve={};return ve[Ie]=y,Ea.call(ve,et,Ge.cpu),ve},this.getDevice=function(){var ve={};return ve[ie]=y,ve[M]=y,ve[te]=y,Ea.call(ve,et,Ge.device),re&&!ve[te]&&Pe&&Pe.mobile&&(ve[te]=Ne),re&&ve[M]=="Macintosh"&&He&&typeof He.standalone!==R&&He.maxTouchPoints&&He.maxTouchPoints>2&&(ve[M]="iPad",ve[te]=je),ve},this.getEngine=function(){var ve={};return ve[X]=y,ve[ne]=y,Ea.call(ve,et,Ge.engine),ve},this.getOS=function(){var ve={};return ve[X]=y,ve[ne]=y,Ea.call(ve,et,Ge.os),re&&!ve[X]&&Pe&&Pe.platform&&Pe.platform!="Unknown"&&(ve[X]=Pe.platform.replace(/chrome os/i,Ot).replace(/macos/i,Bn)),ve},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return et},this.setUA=function(ve){return et=typeof ve===ue&&ve.length>N?Cn(ve,N):ve,this},this.setUA(et),this};Ye.VERSION=v,Ye.BROWSER=ln([X,ne,Q]),Ye.CPU=ln([Ie]),Ye.DEVICE=ln([M,ie,te,ae,Ne,lt,je,rt,Ke]),Ye.ENGINE=Ye.OS=ln([X,ne]),r.exports&&(f=r.exports=Ye),f.UAParser=Ye;var Ve=typeof p!==R&&(p.jQuery||p.Zepto);if(Ve&&!Ve.ua){var Ze=new Ye;Ve.ua=Ze.getResult(),Ve.ua.get=function(){return Ze.getUA()},Ve.ua.set=function(ze){Ze.setUA(ze);var Re=Ze.getResult();for(var He in Re)Ve.ua[He]=Re[He]}}})(typeof window=="object"?window:Z6)})(ap,ap.exports)),ap.exports}var i4;function W6(){if(i4)return ft;i4=1,Object.defineProperty(ft,"__esModule",{value:!0});function r(fe){return fe&&typeof fe=="object"&&"default"in fe?fe.default:fe}var f=xf(),p=r(f),y=K6(),v=new y,b=v.getBrowser(),w=v.getCPU(),C=v.getDevice(),R=v.getEngine(),_=v.getOS(),ue=v.getUA(),Q=function(H){return v.setUA(H)},M=function(H){if(!H){console.error("No userAgent string was provided");return}var F=new y(H);return{UA:F,browser:F.getBrowser(),cpu:F.getCPU(),device:F.getDevice(),engine:F.getEngine(),os:F.getOS(),ua:F.getUA(),setUserAgent:function(qe){return F.setUA(qe)}}},X=Object.freeze({ClientUAInstance:v,browser:b,cpu:w,device:C,engine:R,os:_,ua:ue,setUa:Q,parseUserAgent:M});function te(fe,H){var F=Object.keys(fe);if(Object.getOwnPropertySymbols){var Oe=Object.getOwnPropertySymbols(fe);H&&(Oe=Oe.filter(function(qe){return Object.getOwnPropertyDescriptor(fe,qe).enumerable})),F.push.apply(F,Oe)}return F}function ie(fe){for(var H=1;H<arguments.length;H++){var F=arguments[H]!=null?arguments[H]:{};H%2?te(Object(F),!0).forEach(function(Oe){je(fe,Oe,F[Oe])}):Object.getOwnPropertyDescriptors?Object.defineProperties(fe,Object.getOwnPropertyDescriptors(F)):te(Object(F)).forEach(function(Oe){Object.defineProperty(fe,Oe,Object.getOwnPropertyDescriptor(F,Oe))})}return fe}function ne(fe){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ne=function(H){return typeof H}:ne=function(H){return H&&typeof Symbol=="function"&&H.constructor===Symbol&&H!==Symbol.prototype?"symbol":typeof H},ne(fe)}function Ie(fe,H){if(!(fe instanceof H))throw new TypeError("Cannot call a class as a function")}function ae(fe,H){for(var F=0;F<H.length;F++){var Oe=H[F];Oe.enumerable=Oe.enumerable||!1,Oe.configurable=!0,"value"in Oe&&(Oe.writable=!0),Object.defineProperty(fe,Oe.key,Oe)}}function Ne(fe,H,F){return H&&ae(fe.prototype,H),fe}function je(fe,H,F){return H in fe?Object.defineProperty(fe,H,{value:F,enumerable:!0,configurable:!0,writable:!0}):fe[H]=F,fe}function lt(){return lt=Object.assign||function(fe){for(var H=1;H<arguments.length;H++){var F=arguments[H];for(var Oe in F)Object.prototype.hasOwnProperty.call(F,Oe)&&(fe[Oe]=F[Oe])}return fe},lt.apply(this,arguments)}function rt(fe,H){if(typeof H!="function"&&H!==null)throw new TypeError("Super expression must either be null or a function");fe.prototype=Object.create(H&&H.prototype,{constructor:{value:fe,writable:!0,configurable:!0}}),H&&N(fe,H)}function Ke(fe){return Ke=Object.setPrototypeOf?Object.getPrototypeOf:function(F){return F.__proto__||Object.getPrototypeOf(F)},Ke(fe)}function N(fe,H){return N=Object.setPrototypeOf||function(Oe,qe){return Oe.__proto__=qe,Oe},N(fe,H)}function U(fe,H){if(fe==null)return{};var F={},Oe=Object.keys(fe),qe,Ht;for(Ht=0;Ht<Oe.length;Ht++)qe=Oe[Ht],!(H.indexOf(qe)>=0)&&(F[qe]=fe[qe]);return F}function B(fe,H){if(fe==null)return{};var F=U(fe,H),Oe,qe;if(Object.getOwnPropertySymbols){var Ht=Object.getOwnPropertySymbols(fe);for(qe=0;qe<Ht.length;qe++)Oe=Ht[qe],!(H.indexOf(Oe)>=0)&&Object.prototype.propertyIsEnumerable.call(fe,Oe)&&(F[Oe]=fe[Oe])}return F}function le(fe){if(fe===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return fe}function k(fe,H){if(H&&(typeof H=="object"||typeof H=="function"))return H;if(H!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return le(fe)}function j(fe,H){return se(fe)||q(fe,H)||E(fe,H)||Y()}function se(fe){if(Array.isArray(fe))return fe}function q(fe,H){var F=fe==null?null:typeof Symbol<"u"&&fe[Symbol.iterator]||fe["@@iterator"];if(F!=null){var Oe=[],qe=!0,Ht=!1,xn,Ga;try{for(F=F.call(fe);!(qe=(xn=F.next()).done)&&(Oe.push(xn.value),!(H&&Oe.length===H));qe=!0);}catch(Kn){Ht=!0,Ga=Kn}finally{try{!qe&&F.return!=null&&F.return()}finally{if(Ht)throw Ga}}return Oe}}function E(fe,H){if(fe){if(typeof fe=="string")return z(fe,H);var F=Object.prototype.toString.call(fe).slice(8,-1);if(F==="Object"&&fe.constructor&&(F=fe.constructor.name),F==="Map"||F==="Set")return Array.from(fe);if(F==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(F))return z(fe,H)}}function z(fe,H){(H==null||H>fe.length)&&(H=fe.length);for(var F=0,Oe=new Array(H);F<H;F++)Oe[F]=fe[F];return Oe}function Y(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
648
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var K={Mobile:"mobile",Tablet:"tablet",SmartTv:"smarttv",Console:"console",Wearable:"wearable",Embedded:"embedded",Browser:void 0},Ce={Chrome:"Chrome",Firefox:"Firefox",Opera:"Opera",Yandex:"Yandex",Safari:"Safari",InternetExplorer:"Internet Explorer",Edge:"Edge",Chromium:"Chromium",Ie:"IE",MobileSafari:"Mobile Safari",EdgeChromium:"Edge Chromium",MIUI:"MIUI Browser",SamsungBrowser:"Samsung Browser"},x={IOS:"iOS",Android:"Android",WindowsPhone:"Windows Phone",Windows:"Windows",MAC_OS:"Mac OS"},Z={isMobile:!1,isTablet:!1,isBrowser:!1,isSmartTV:!1,isConsole:!1,isWearable:!1},Te=function(H){switch(H){case K.Mobile:return{isMobile:!0};case K.Tablet:return{isTablet:!0};case K.SmartTv:return{isSmartTV:!0};case K.Console:return{isConsole:!0};case K.Wearable:return{isWearable:!0};case K.Browser:return{isBrowser:!0};case K.Embedded:return{isEmbedded:!0};default:return Z}},we=function(H){return Q(H)},ge=function(H){var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"none";return H||F},Fe=function(){return typeof window<"u"&&(window.navigator||navigator)?window.navigator||navigator:!1},$e=function(H){var F=Fe();return F&&F.platform&&(F.platform.indexOf(H)!==-1||F.platform==="MacIntel"&&F.maxTouchPoints>1&&!window.MSStream)},Gt=function(H,F,Oe,qe,Ht){return{isBrowser:H,browserMajorVersion:ge(F.major),browserFullVersion:ge(F.version),browserName:ge(F.name),engineName:ge(Oe.name),engineVersion:ge(Oe.version),osName:ge(qe.name),osVersion:ge(qe.version),userAgent:ge(Ht)}},Ot=function(H,F,Oe,qe){return ie({},H,{vendor:ge(F.vendor),model:ge(F.model),os:ge(Oe.name),osVersion:ge(Oe.version),ua:ge(qe)})},Bn=function(H,F,Oe,qe){return{isSmartTV:H,engineName:ge(F.name),engineVersion:ge(F.version),osName:ge(Oe.name),osVersion:ge(Oe.version),userAgent:ge(qe)}},Xe=function(H,F,Oe,qe){return{isConsole:H,engineName:ge(F.name),engineVersion:ge(F.version),osName:ge(Oe.name),osVersion:ge(Oe.version),userAgent:ge(qe)}},ra=function(H,F,Oe,qe){return{isWearable:H,engineName:ge(F.name),engineVersion:ge(F.version),osName:ge(Oe.name),osVersion:ge(Oe.version),userAgent:ge(qe)}},ln=function(H,F,Oe,qe,Ht){return{isEmbedded:H,vendor:ge(F.vendor),model:ge(F.model),engineName:ge(Oe.name),engineVersion:ge(Oe.version),osName:ge(qe.name),osVersion:ge(qe.version),userAgent:ge(Ht)}};function Wt(fe){var H=fe?M(fe):X,F=H.device,Oe=H.browser,qe=H.engine,Ht=H.os,xn=H.ua,Ga=Te(F.type),Kn=Ga.isBrowser,hi=Ga.isMobile,_u=Ga.isTablet,ss=Ga.isSmartTV,k0=Ga.isConsole,nr=Ga.isWearable,ar=Ga.isEmbedded;if(Kn)return Gt(Kn,Oe,qe,Ht,xn);if(ss)return Bn(ss,qe,Ht,xn);if(k0)return Xe(k0,qe,Ht,xn);if(hi||_u)return Ot(Ga,F,Ht,xn);if(nr)return ra(nr,qe,Ht,xn);if(ar)return ln(ar,F,qe,Ht,xn)}var Mt=function(H){var F=H.type;return F===K.Mobile},Jt=function(H){var F=H.type;return F===K.Tablet},Cn=function(H){var F=H.type;return F===K.Mobile||F===K.Tablet},Ea=function(H){var F=H.type;return F===K.SmartTv},Ya=function(H){var F=H.type;return F===K.Browser},ot=function(H){var F=H.type;return F===K.Wearable},Me=function(H){var F=H.type;return F===K.Console},Je=function(H){var F=H.type;return F===K.Embedded},Ye=function(H){var F=H.vendor;return ge(F)},Ve=function(H){var F=H.model;return ge(F)},Ze=function(H){var F=H.type;return ge(F,"browser")},ze=function(H){var F=H.name;return F===x.Android},Re=function(H){var F=H.name;return F===x.Windows},He=function(H){var F=H.name;return F===x.MAC_OS},et=function(H){var F=H.name;return F===x.WindowsPhone},Pe=function(H){var F=H.name;return F===x.IOS},Ge=function(H){var F=H.version;return ge(F)},re=function(H){var F=H.name;return ge(F)},ve=function(H){var F=H.name;return F===Ce.Chrome},at=function(H){var F=H.name;return F===Ce.Firefox},tt=function(H){var F=H.name;return F===Ce.Chromium},mt=function(H){var F=H.name;return F===Ce.Edge},Ut=function(H){var F=H.name;return F===Ce.Yandex},T=function(H){var F=H.name;return F===Ce.Safari||F===Ce.MobileSafari},L=function(H){var F=H.name;return F===Ce.MobileSafari},de=function(H){var F=H.name;return F===Ce.Opera},oe=function(H){var F=H.name;return F===Ce.InternetExplorer||F===Ce.Ie},Le=function(H){var F=H.name;return F===Ce.MIUI},Qe=function(H){var F=H.name;return F===Ce.SamsungBrowser},Be=function(H){var F=H.version;return ge(F)},st=function(H){var F=H.major;return ge(F)},ct=function(H){var F=H.name;return ge(F)},kt=function(H){var F=H.name;return ge(F)},en=function(H){var F=H.version;return ge(F)},Zn=function(){var H=Fe(),F=H&&H.userAgent&&H.userAgent.toLowerCase();return typeof F=="string"?/electron/.test(F):!1},Qn=function(H){return typeof H=="string"&&H.indexOf("Edg/")!==-1},Za=function(){var H=Fe();return H&&(/iPad|iPhone|iPod/.test(H.platform)||H.platform==="MacIntel"&&H.maxTouchPoints>1)&&!window.MSStream},On=function(){return $e("iPad")},aa=function(){return $e("iPhone")},ci=function(){return $e("iPod")},ts=function(H){return ge(H)};function Do(fe){var H=fe||X,F=H.device,Oe=H.browser,qe=H.os,Ht=H.engine,xn=H.ua;return{isSmartTV:Ea(F),isConsole:Me(F),isWearable:ot(F),isEmbedded:Je(F),isMobileSafari:L(Oe)||On(),isChromium:tt(Oe),isMobile:Cn(F)||On(),isMobileOnly:Mt(F),isTablet:Jt(F)||On(),isBrowser:Ya(F),isDesktop:Ya(F),isAndroid:ze(qe),isWinPhone:et(qe),isIOS:Pe(qe)||On(),isChrome:ve(Oe),isFirefox:at(Oe),isSafari:T(Oe),isOpera:de(Oe),isIE:oe(Oe),osVersion:Ge(qe),osName:re(qe),fullBrowserVersion:Be(Oe),browserVersion:st(Oe),browserName:ct(Oe),mobileVendor:Ye(F),mobileModel:Ve(F),engineName:kt(Ht),engineVersion:en(Ht),getUA:ts(xn),isEdge:mt(Oe)||Qn(xn),isYandex:Ut(Oe),deviceType:Ze(F),isIOS13:Za(),isIPad13:On(),isIPhone13:aa(),isIPod13:ci(),isElectron:Zn(),isEdgeChromium:Qn(xn),isLegacyEdge:mt(Oe)&&!Qn(xn),isWindows:Re(qe),isMacOs:He(qe),isMIUI:Le(Oe),isSamsungBrowser:Qe(Oe)}}var _n=Ea(C),Ka=Me(C),sn=ot(C),qa=Je(C),ri=L(b)||On(),Ic=tt(b),Hs=Cn(C)||On(),_f=Mt(C),Jc=Jt(C)||On(),_l=Ya(C),Fc=Ya(C),fi=ze(_),di=et(_),ns=Pe(_)||On(),as=ve(b),rn=at(b),ls=T(b),mi=de(b),No=oe(b),uo=Ge(_),Zc=re(_),Kc=Be(b),Ls=st(b),js=ct(b),Ys=Ye(C),Wc=Ve(C),Mo=kt(R),il=en(R),$c=ts(ue),Hf=mt(b)||Qn(ue),Pc=Ut(b),Lf=Ze(C),Nu=Za(),lp=On(),sl=aa(),Mu=ci(),ku=Zn(),os=Qn(ue),qs=mt(b)&&!Qn(ue),jf=Re(_),Yf=He(_),co=Le(b),D0=Qe(b),N0=function(H){if(!H||typeof H!="string"){console.error("No valid user agent string was provided");return}var F=M(H),Oe=F.device,qe=F.browser,Ht=F.os,xn=F.engine,Ga=F.ua;return Do({device:Oe,browser:qe,os:Ht,engine:xn,ua:Ga})},M0=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return fi?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},qf=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return _l?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},op=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return No?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Bu=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return ns?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Ol=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return Hs?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Hl=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return Jc?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},er=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return di?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},tr=function(H){var F=H.renderWithFragment,Oe=H.children;H.viewClassName,H.style;var qe=B(H,["renderWithFragment","children","viewClassName","style"]);return _f?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},ro=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return _n?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},is=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return Ka?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Uu=function(H){var F=H.renderWithFragment,Oe=H.children,qe=B(H,["renderWithFragment","children"]);return sn?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",qe,Oe):null},Gs=function(H){var F=H.renderWithFragment,Oe=H.children;H.viewClassName,H.style;var qe=H.condition,Ht=B(H,["renderWithFragment","children","viewClassName","style","condition"]);return qe?F?p.createElement(f.Fragment,null,Oe):p.createElement("div",Ht,Oe):null};function Gf(fe){return(function(H){rt(F,H);function F(Oe){var qe;return Ie(this,F),qe=k(this,Ke(F).call(this,Oe)),qe.isEventListenerAdded=!1,qe.handleOrientationChange=qe.handleOrientationChange.bind(le(qe)),qe.onOrientationChange=qe.onOrientationChange.bind(le(qe)),qe.onPageLoad=qe.onPageLoad.bind(le(qe)),qe.state={isLandscape:!1,isPortrait:!1},qe}return Ne(F,[{key:"handleOrientationChange",value:function(){this.isEventListenerAdded||(this.isEventListenerAdded=!0);var qe=window.innerWidth>window.innerHeight?90:0;this.setState({isPortrait:qe===0,isLandscape:qe===90})}},{key:"onOrientationChange",value:function(){this.handleOrientationChange()}},{key:"onPageLoad",value:function(){this.handleOrientationChange()}},{key:"componentDidMount",value:function(){(typeof window>"u"?"undefined":ne(window))!==void 0&&Hs&&(this.isEventListenerAdded?window.removeEventListener("load",this.onPageLoad,!1):(this.handleOrientationChange(),window.addEventListener("load",this.onPageLoad,!1)),window.addEventListener("resize",this.onOrientationChange,!1))}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.onOrientationChange,!1)}},{key:"render",value:function(){return p.createElement(fe,lt({},this.props,{isLandscape:this.state.isLandscape,isPortrait:this.state.isPortrait}))}}]),F})(p.Component)}function fa(){var fe=f.useState(function(){var Ht=window.innerWidth>window.innerHeight?90:0;return{isPortrait:Ht===0,isLandscape:Ht===90,orientation:Ht===0?"portrait":"landscape"}}),H=j(fe,2),F=H[0],Oe=H[1],qe=f.useCallback(function(){var Ht=window.innerWidth>window.innerHeight?90:0,xn={isPortrait:Ht===0,isLandscape:Ht===90,orientation:Ht===0?"portrait":"landscape"};F.orientation!==xn.orientation&&Oe(xn)},[F.orientation]);return f.useEffect(function(){return(typeof window>"u"?"undefined":ne(window))!==void 0&&Hs&&(qe(),window.addEventListener("load",qe,!1),window.addEventListener("resize",qe,!1)),function(){window.removeEventListener("resize",qe,!1),window.removeEventListener("load",qe,!1)}},[qe]),F}function fo(fe){var H=fe||window.navigator.userAgent;return M(H)}function zu(fe){var H=fe||window.navigator.userAgent,F=fo(H),Oe=Do(F);return[Oe,F]}return ft.AndroidView=M0,ft.BrowserTypes=Ce,ft.BrowserView=qf,ft.ConsoleView=is,ft.CustomView=Gs,ft.IEView=op,ft.IOSView=Bu,ft.MobileOnlyView=tr,ft.MobileView=Ol,ft.OsTypes=x,ft.SmartTVView=ro,ft.TabletView=Hl,ft.WearableView=Uu,ft.WinPhoneView=er,ft.browserName=js,ft.browserVersion=Ls,ft.deviceDetect=Wt,ft.deviceType=Lf,ft.engineName=Mo,ft.engineVersion=il,ft.fullBrowserVersion=Kc,ft.getSelectorsByUserAgent=N0,ft.getUA=$c,ft.isAndroid=fi,ft.isBrowser=_l,ft.isChrome=as,ft.isChromium=Ic,ft.isConsole=Ka,ft.isDesktop=Fc,ft.isEdge=Hf,ft.isEdgeChromium=os,ft.isElectron=ku,ft.isEmbedded=qa,ft.isFirefox=rn,ft.isIE=No,ft.isIOS=ns,ft.isIOS13=Nu,ft.isIPad13=lp,ft.isIPhone13=sl,ft.isIPod13=Mu,ft.isLegacyEdge=qs,ft.isMIUI=co,ft.isMacOs=Yf,ft.isMobile=Hs,ft.isMobileOnly=_f,ft.isMobileSafari=ri,ft.isOpera=mi,ft.isSafari=ls,ft.isSamsungBrowser=D0,ft.isSmartTV=_n,ft.isTablet=Jc,ft.isWearable=sn,ft.isWinPhone=di,ft.isWindows=jf,ft.isYandex=Pc,ft.mobileModel=Wc,ft.mobileVendor=Ys,ft.osName=Zc,ft.osVersion=uo,ft.parseUserAgent=M,ft.setUserAgent=we,ft.useDeviceData=fo,ft.useDeviceSelectors=zu,ft.useMobileOrientation=fa,ft.withOrientationChange=Gf,ft}var zf=W6();const $6=void 0,P6=["AIzaSyDjPhY71PTThuXy3TUNWs1ZGMFsIkTruUk","AIzaSyDli-OiM2phQRbxIkvZI-YO7R1QsA98aS4","AIzaSyBOLPQdpb3hq9krHmRawoOSlto3JmftSCY","AIzaSyA_QzznI3bVVrFjpE3Ju9toaXDy_f_QfS4","AIzaSyDvE-bv3U2pBp_qBjojiSHW4UEauYmvyP0","AIzaSyAQVo_cux1sN1ICDjdmEFHXwJfKuUcsqO8","AIzaSyA1w9wqxAEYi6_H3af7RAlmyZb8VbcYa-s","AIzaSyDd1clkODxlyrNJZzJwnbnlLYIr-1UGJiw","AIzaSyB6kuNvwdjfTSw5ZlFlq-7gg3LAZFJ7iZE","AIzaSyA2f4L-vBeAqaj1EDlhEVCzl9qaUqSOt6Y","AIzaSyA4zn3gS0Adrv3bOGPR_EG6FWK-uDqTaAI","AIzaSyAdMv9TGvZSUAGJsI3tS0Qca3lWaeHwwTY","AIzaSyDlHE7QMXDKPZgAWxKTlB-kGCdozWX42yI","AIzaSyCua4yryZNH69_X-D4FxmqgYNZicgePxPg","AIzaSyDQ2PS7bedYNL-xDloEw0RmReYwGFdX4nU","AIzaSyC_CEvA-riii8zljgBC1nn3n0belS5m6M8","AIzaSyDyK6rByOugJn96e8cjz1B2tknAEyCCwb0","AIzaSyBmIQXpohI5rv7XSDhqjSd54I90znEgiN4","AIzaSyCbZ8hAvnB2P9S7EPj3QlliZuP3p8_j_9U","AIzaSyDaOvvO6iHDVYBQiqPYsoNbjGNAxcoN6eY"],s4={model:"gemini-2.5-flash","model2.0":"gemini-2.5-flash",apiKey:$6,url:"https://generativelanguage.googleapis.com"};class eE extends R0{enableGoogleSearch=!0;indexApiKey=0;constructor(){super(s4.url)}getApiKey(){let f="",p=P6;const y=localStorage.getItem("arr_api_key_dev_gemini");y&&(p=JSON.parse(y));const v=localStorage.getItem("index_api_key_gemini");return v&&(this.indexApiKey=Number(v),this.indexApiKey++),this.indexApiKey>=p.length&&(this.indexApiKey=0),f=p[this.indexApiKey],localStorage.setItem("index_api_key_gemini",this.indexApiKey.toString()),f}getUrl(f,p){return`/v1beta/models/${p||"gemini-2.5-flash"}:${f}`}async generateContent(f,p){try{const y=`
|
|
649
649
|
Below is the system context and conversation history. Use it for context but prioritize the instructions at the end.
|
|
650
650
|
|
|
651
651
|
---
|
|
@@ -689,7 +689,7 @@ The user may ask in their native language, so recognize the MEANING, not just sp
|
|
|
689
689
|
|
|
690
690
|
If the question is about ANY of the above topics, respond with ONLY the word "yes" (lowercase, nothing else).
|
|
691
691
|
Otherwise, respond with ONLY the word "no" (lowercase, nothing else).
|
|
692
|
-
Do not provide any explanation or additional text.`,v=this.getUrl("generateContent",s4["model2.0"]),b={contents:[{parts:[{text:y}]}]},w=await this.post(v,b,{headers:{"x-goog-api-key":this.getApiKey()}});return w?.data?.data?.candidates?.[0]?.content?.parts?.[0]?.text||w?.data?.candidates?.[0]?.content?.parts?.[0]?.text}catch(y){throw y}}}const u4=new eE;function cb(r,f){if(!r)return r;const p=r.toLowerCase().trim();if(p==="max"||p==="all")return f||r;const y=p.match(/^(\d+(?:\.\d+)?)%$/);if(y){const v=parseFloat(y[1])/100;return((parseFloat(f)||0)*v).toFixed(8).replace(/\.?0+$/,"")||"0"}return r}const tE=({isOpen:r,onClose:f,onTransaction:p,position:y="bottom-right",modalChatStyle:v={}})=>{const{t:b,ti:w}=X1(),{messages:C,addMessage:R,updateMessageAction:_,updateMessageText:ue,getMessageById:Q,clearMessagesById:M}=b6(),[X,te]=ut.useState(""),[ie,ne]=ut.useState(!1),[Ie,ae]=ut.useState(!0),[Ne,je]=ut.useState(null),lt=ut.useRef(null),rt=ut.useRef(null),Ke=ut.useRef(null),N=ut.useRef(null),U=ut.useRef(null),B=ut.useRef(!1),le=ut.useRef(Ie);ut.useEffect(()=>{le.current=Ie},[Ie]);const{account:k,chainData:j,chainType:se,chainTypeMoralis:q,chainId:E,isChainSupported:z}=P1(),{config:Y}=A6(),K=E&&Y?.rpcUrls?.[E]||void 0,Ce=ut.useCallback(()=>{const Me=Bf.getItem("dataBuyToken");if(Me)try{return JSON.parse(Me)}catch{return{srcTokenAddress:"",descTokenAddress:"",amount:"",srcTokenDecimals:18,descTokenDecimals:18}}return{srcTokenAddress:"",descTokenAddress:"",amount:"",srcTokenDecimals:18,descTokenDecimals:18}},[]),x=ut.useCallback(Me=>{Bf.setItem("dataBuyToken",JSON.stringify(Me))},[]),Z=ut.useCallback(Me=>{const Ye={...Ce(),...Me};x(Ye)},[Ce,x]),Te=ut.useCallback(Me=>{je(Me),
|
|
692
|
+
Do not provide any explanation or additional text.`,v=this.getUrl("generateContent",s4["model2.0"]),b={contents:[{parts:[{text:y}]}]},w=await this.post(v,b,{headers:{"x-goog-api-key":this.getApiKey()}});return w?.data?.data?.candidates?.[0]?.content?.parts?.[0]?.text||w?.data?.candidates?.[0]?.content?.parts?.[0]?.text}catch(y){throw y}}}const u4=new eE;function cb(r,f){if(!r)return r;const p=r.toLowerCase().trim();if(p==="max"||p==="all")return f||r;const y=p.match(/^(\d+(?:\.\d+)?)%$/);if(y){const v=parseFloat(y[1])/100;return((parseFloat(f)||0)*v).toFixed(8).replace(/\.?0+$/,"")||"0"}return r}const tE=({isOpen:r,onClose:f,onTransaction:p,position:y="bottom-right",modalChatStyle:v={}})=>{const{t:b,ti:w}=X1(),{messages:C,addMessage:R,updateMessageAction:_,updateMessageText:ue,getMessageById:Q,clearMessagesById:M}=b6(),[X,te]=ut.useState(""),[ie,ne]=ut.useState(!1),[Ie,ae]=ut.useState(!0),[Ne,je]=ut.useState(null),lt=ut.useRef(null),rt=ut.useRef(null),Ke=ut.useRef(null),N=ut.useRef(null),U=ut.useRef(null),B=ut.useRef(!1),le=ut.useRef(Ie);ut.useEffect(()=>{le.current=Ie},[Ie]);const{account:k,chainData:j,chainType:se,chainTypeMoralis:q,chainId:E,isChainSupported:z}=P1(),{config:Y}=A6(),K=E&&Y?.rpcUrls?.[E]||void 0,Ce=ut.useCallback(()=>{const Me=Bf.getItem("dataBuyToken");if(Me)try{return JSON.parse(Me)}catch{return{srcTokenAddress:"",descTokenAddress:"",amount:"",srcTokenDecimals:18,descTokenDecimals:18}}return{srcTokenAddress:"",descTokenAddress:"",amount:"",srcTokenDecimals:18,descTokenDecimals:18}},[]),x=ut.useCallback(Me=>{Bf.setItem("dataBuyToken",JSON.stringify(Me))},[]),Z=ut.useCallback(Me=>{const Ye={...Ce(),...Me};x(Ye)},[Ce,x]),Te=ut.useCallback(Me=>{je(Me),zf.isDesktop&&Ke.current?.focus()},[]),we=ut.useCallback(async(Me,Je)=>{Z({descTokenAddress:Me,descTokenDecimals:Je||18});try{ne(!0);const Ye=await so({address:k?.address||"",chain:q});if(Ye?.success&&Ye?.data?.result){const Ve=Ye.data.result;if(Ve?.length>0){const Ze=Ve.map(ze=>({id:ze.token_address,text:`${ze.name}: ${ze.balance_formatted} ${ze.symbol} ($${ht(ze.usd_value||0)?.decimalPlaces(2).toFormat()||"0"})`,value:w("buttonBuyWith",{symbol:ze.symbol}),action:"click_balance_item_user_to_buy_button",fullWidth:!0,extraData:{tokenAddress:ze.token_address,symbol:ze.symbol,balance:ze.balance_formatted,usdValue:ze.usd_value,decimals:ze.decimals}}));R(w("walletBalanceSpendable",{chain:j?.name||"unknown"}),"bot",void 0,Ze)}else R(w("walletNoTokensFound",{chain:j?.name||"unknown"}),"bot")}else R(b("walletFetchFailed"),"bot")}catch(Ye){console.error("Error fetching wallet balance:",Ye),R(b("walletFetchError"),"bot")}finally{ne(!1)}},[Z,k?.address,q,R,j?.name,b,w]),ge=ut.useCallback(async(Me,Je,Ye,Ve)=>{const Ze=[25,50,75,100];Z({srcTokenAddress:Me,srcTokenDecimals:Ve||18});let ze=Ye||"0";if(Me===ol)try{const He=await ub({chainId:E,rpcUrl:K});if(He.isGreaterThan(0)){const et=He.times(1e6),Ge=new ht(Ru(Ye,Ve||18).toString()).minus(et);Ge.isGreaterThan(0)?ze=ht(wa(BigInt(Ge.toFixed(0)),18)).toFixed():ze="0"}}catch(He){console.warn("getGasPrice for swap native fee deduction failed:",He)}const Re=Ze.map(He=>({id:`percent-${He}`,text:`${He}%`,value:w("buttonUsePercent",{percent:String(He),symbol:Je}),action:"select_percent",extraData:{percent:He,tokenAddress:Me,tokenSymbol:Je,tokenDecimals:Ve||18,tokenBalance:ze}}));if(ht(ze).isZero()){R(w("insufficientFeeToken",{symbol:Je}),"bot");return}R(w("selectAmountOf",{symbol:Je,balance:ze}),"bot",void 0,Re)},[R,E,K,Z,w]),Fe=ut.useCallback(async(Me,Je,Ye,Ve)=>{const Ze={amount:(parseFloat(Je)*(Me/100)).toFixed(6)};Ye!==void 0&&(Ze.srcTokenAddress=Ye),Ve!==void 0&&(Ze.srcTokenDecimals=Ve),Z(Ze);const ze=Ce(),Re=Ru(ze.amount,ze.srcTokenDecimals||18).toString(),He=await lb({chainId:E,tokenIn:ze.srcTokenAddress,tokenInAmount:Re,tokenOut:ze.descTokenAddress,tokenOutRecipient:k?.address||"",slippage:"auto",accesstoken:"d6c45897b8f6"});if(He.success&&He.data){const et=He.data,Pe=et.tokenIn,Ge=et.tokenOut,re=ht(wa(BigInt(Pe.amount||0),Pe.decimals)).decimalPlaces(6).toFormat(),ve=ht(wa(BigInt(Ge.amount||0),Ge.decimals)).decimalPlaces(6).toFormat(),at=ze.srcTokenAddress===ol||ze.srcTokenAddress==="";let tt=!1;if(!at&&k?.address&&et.tx?.to)try{const Qe=await sb({tokenAddress:ze.srcTokenAddress,ownerAddress:k.address,spenderAddress:et.tx.to,chainId:E,rpcUrl:K});tt=ht(Qe.toString()).isLessThan(Re)}catch(Qe){console.warn("Allowance check failed:",Qe),tt=!0}const mt=et.estimatedTransactionFee?.total?ht(et.estimatedTransactionFee.total):ht(0);let Ut=ht(0);if(tt&&k?.address)try{const Qe=iy({tokenAddress:ze.srcTokenAddress,spenderAddress:et.tx?.to||"",fromAddress:k.address,chainId:E});Ut=await np({from:k.address,to:Qe.to,data:Qe.data,chainId:E,rpcUrl:K})}catch(Qe){console.warn("Approve fee estimation failed:",Qe)}const T=mt.plus(Ut),L=j?.nativeCurrency?.symbol||"native";let de="",oe=!1;if(k?.address&&T.isGreaterThan(0))try{const Qe=await sy({address:k.address,chainId:E,rpcUrl:K});if(Qe.isLessThan(T)){oe=!0;const Be=ht(wa(BigInt(Qe.toFixed(0)),18)).decimalPlaces(6).toFormat(),st=ht(wa(BigInt(T.toFixed(0)),18)).decimalPlaces(6).toFormat();de=w("swapFeeWarning",{symbol:L,balance:Be,needed:st})}}catch(Qe){console.warn("Fee balance check failed:",Qe)}const Le=`From: ${re} ${Pe.symbol}
|
|
693
693
|
⬇️
|
|
694
694
|
To: ${ve} ${Ge.symbol}
|
|
695
695
|
|
|
@@ -698,7 +698,7 @@ To: ${ve} ${Ge.symbol}
|
|
|
698
698
|
[View on Explorer](${He}/tx/${Re.transactionHash})`:`
|
|
699
699
|
Tx: ${Re.transactionHash}`;ue(ze.id,b("txSubmitted")+et);try{await Ro(2e3),(await ib({transactionHash:Re.transactionHash,chainId:E||1,rpcUrl:K})).status==="success"?ue(ze.id,b("txConfirmedSwap")+et):ue(ze.id,b("txRevertedSwap")+et)}catch(Pe){console.warn("Transaction tracking timeout:",Pe),ue(ze.id,b("txTimeout")+et)}}else if(Re.status==="success")ue(ze.id,b("txSuccessfulSwap"));else{const He=Re.error?`
|
|
700
700
|
Error: ${Re.error}`:"";ue(ze.id,b("txFailed")+He)}}catch(Re){console.error("Transaction error:",Re),ue(ze.id,b("txFailed"))}}else R(b("txDataNotAvailable"),"bot");break;case"approve_for_swap":{const Ve=Ye?.tokenAddress||"",Ze=Ye?.spenderAddress||"",ze=Ye?.tokenSymbol||"token",Re=Ye?.tx;if(!Ve||!Ze||!p){R(b("approvalDataNotAvailable"),"bot");break}const He=iy({tokenAddress:Ve,spenderAddress:Ze,fromAddress:k?.address||"",chainId:E,tokenSymbol:ze}),et={from:He.from,to:He.to,data:He.data,value:He.value,chainId:He.chainId};R(w("approving",{symbol:ze}),"bot");try{ne(!1);const Pe=await p(et);let Ge=Pe.status==="success";if(Pe.status==="success"&&Pe.transactionHash)try{Ge=(await ib({transactionHash:Pe.transactionHash,chainId:E||1,rpcUrl:K})).status==="success"}catch(re){console.warn("Approval tracking timeout:",re),Ge=!0}if(Ge){R(w("approvalSuccess",{symbol:ze}),"bot");const re=[{id:"confirm-swap-after-approve",text:b("confirmSwapButton"),value:b("swapConfirmValue"),action:"confirm_swap",fullWidth:!0,extraData:{tx:Re}}];R(b("approvalConfirmSwap"),"bot",void 0,re)}else{const re=Pe.error?`
|
|
701
|
-
Error: ${Pe.error}`:"";R(b("approvalFailed")+re,"bot")}}catch(Pe){console.error("Approval error:",Pe),R(b("approvalFailed"),"bot")}break}case"click_swap_dest_token":{const Ve=Ye?.tokenAddress||"",Ze=Ye?.symbol||"",ze=Ye?.decimals||18;Z({descTokenAddress:Ve,descTokenDecimals:ze});const Re=Ce(),He=Re.srcTokenAddress||"",et=He===ol;try{const Pe=await so({address:k?.address||"",chain:q});if(Pe?.success&&Pe?.data?.result){const Ge=Pe.data.result;let re="",ve="0";if(et){const at=Ge.find(tt=>tt.native_token);re=j?.nativeCurrency?.symbol||"ETH",ve=at?.balance_formatted||"0"}else{const at=Ge.find(tt=>tt.token_address.toLowerCase()===He.toLowerCase());at&&(re=at.symbol,ve=at.balance_formatted)}if(re&&parseFloat(ve)>0){const at=[25,50,75,100],tt=Re.srcTokenDecimals||18,mt=at.map(Ut=>({id:`percent-${Ut}`,text:`${Ut}%`,value:w("buttonUsePercent",{percent:String(Ut),symbol:re}),action:"select_percent",extraData:{percent:Ut,tokenAddress:He,tokenSymbol:re,tokenDecimals:tt,tokenBalance:ve}}));R(w("swapSelectAmount",{from:re,to:Ze,balance:ve}),"bot",void 0,mt)}else R(b("swapNoSourceToken"),"bot")}else R(b("couldNotFetchBalance"),"bot")}catch(Pe){console.error("Error in click_swap_dest_token:",Pe),R(b("couldNotLoadBalance"),"bot")}break}case"select_nft_to_send":{const Ve=Ye?.name||"NFT",Ze=Ye?.contractAddress||"",ze=Ye?.tokenId||"",Re=Ye?.tokenStandard||"ERC721",He=Ye?.amount||"1",et=Ye?.image||"",Pe={contract_address:Ze,token_id:ze,to_address:"",token_standard:Re,amount:"1",maxAmount:He,nft_name:Ve};R(w("nftSendReview",{name:Ve,standard:Re,tokenId:ze}),"bot",void 0,void 0,{action:"send_nft",parameters:Pe,status:"pending",nftInfo:{name:Ve,image:et||void 0,tokenId:ze,contractAddress:Ze,tokenStandard:Re}});break}default:R(w("actionExecutedFor",{action:Je,value:Me}),"bot")}else await Ro(500),R(w("receivedButtonValue",{value:Me}),"bot");ne(!1),
|
|
701
|
+
Error: ${Pe.error}`:"";R(b("approvalFailed")+re,"bot")}}catch(Pe){console.error("Approval error:",Pe),R(b("approvalFailed"),"bot")}break}case"click_swap_dest_token":{const Ve=Ye?.tokenAddress||"",Ze=Ye?.symbol||"",ze=Ye?.decimals||18;Z({descTokenAddress:Ve,descTokenDecimals:ze});const Re=Ce(),He=Re.srcTokenAddress||"",et=He===ol;try{const Pe=await so({address:k?.address||"",chain:q});if(Pe?.success&&Pe?.data?.result){const Ge=Pe.data.result;let re="",ve="0";if(et){const at=Ge.find(tt=>tt.native_token);re=j?.nativeCurrency?.symbol||"ETH",ve=at?.balance_formatted||"0"}else{const at=Ge.find(tt=>tt.token_address.toLowerCase()===He.toLowerCase());at&&(re=at.symbol,ve=at.balance_formatted)}if(re&&parseFloat(ve)>0){const at=[25,50,75,100],tt=Re.srcTokenDecimals||18,mt=at.map(Ut=>({id:`percent-${Ut}`,text:`${Ut}%`,value:w("buttonUsePercent",{percent:String(Ut),symbol:re}),action:"select_percent",extraData:{percent:Ut,tokenAddress:He,tokenSymbol:re,tokenDecimals:tt,tokenBalance:ve}}));R(w("swapSelectAmount",{from:re,to:Ze,balance:ve}),"bot",void 0,mt)}else R(b("swapNoSourceToken"),"bot")}else R(b("couldNotFetchBalance"),"bot")}catch(Pe){console.error("Error in click_swap_dest_token:",Pe),R(b("couldNotLoadBalance"),"bot")}break}case"select_nft_to_send":{const Ve=Ye?.name||"NFT",Ze=Ye?.contractAddress||"",ze=Ye?.tokenId||"",Re=Ye?.tokenStandard||"ERC721",He=Ye?.amount||"1",et=Ye?.image||"",Pe={contract_address:Ze,token_id:ze,to_address:"",token_standard:Re,amount:"1",maxAmount:He,nft_name:Ve};R(w("nftSendReview",{name:Ve,standard:Re,tokenId:ze}),"bot",void 0,void 0,{action:"send_nft",parameters:Pe,status:"pending",nftInfo:{name:Ve,image:et||void 0,tokenId:ze,contractAddress:Ze,tokenStandard:Re}});break}default:R(w("actionExecutedFor",{action:Je,value:Me}),"bot")}else await Ro(500),R(w("receivedButtonValue",{value:Me}),"bot");ne(!1),zf.isDesktop&&Ke.current?.focus()}catch(Ve){R(b("errorProcessingRequest"),"bot"),ne(!1),console.error("Error handling button click:",Ve)}},[k?.address,R,ue,j?.blockExplorers?.default?.url,j?.nativeCurrency?.symbol,E,q,Ce,we,ge,p,Fe,Z,K,b,w]),Gt=ut.useCallback(async()=>{try{ne(!0);const Me=j?.tokenTrendingDefault||[],[Je,Ye]=await Promise.allSettled([ui.getTopGainers(se,"24h",5),ui.getTokensDetails(Me,se)]);let Ve=[];Je.status==="fulfilled"&&Je.value?.data?Ve=[...Je.value.data]:console.warn("⚠️ Top gainers failed:"),Ye.status==="fulfilled"&&Ye.value?.data?Ve=[...Ye.value.data,...Ve]:console.warn("⚠️ Default tokens failed:"),Ve=Ve.filter((Re,He,et)=>He===et.findIndex(Pe=>Pe.address.toLowerCase()===Re.address.toLowerCase()));const Ze=Ve.map(Re=>({id:Re?.symbol,text:Re?.symbol,value:w("buttonBuyToken",{name:Re.name,symbol:Re?.symbol||""}),action:"click_buy_item_token_button",extraData:{tokenAddress:Re?.address||"",symbol:Re?.symbol||"",decimals:Re?.decimals||18}}));await Ro(1e3),ne(!1),R(w("trendingTokensHeader",{chain:j?.name||"Unknown"}),"bot");const ze=Ve.map((Re,He)=>`${He+1}. ${Re.name} (${Re?.auditGoplus?.token_symbol||Re.symbol||"Unknown"})
|
|
702
702
|
$${ht(Re?.price||0).decimalPlaces(4).toFormat()} (${Re.price_change_percentage_24h||Re.priceChange}%)
|
|
703
703
|
|
|
704
704
|
---
|
|
@@ -707,10 +707,10 @@ $${ht(Re?.price||0).decimalPlaces(4).toFormat()} (${Re.price_change_percentage_2
|
|
|
707
707
|
`:"🖼️ ";return`${ze+1}. ${Pe}**${Re}**${He}
|
|
708
708
|
${Ze.symbol||Ze.contract_type} | Token ID: ${Ze.token_id}`}).join(`
|
|
709
709
|
|
|
710
|
-
`);await Ro(500),ne(!1),R(w("nftCollectionHeader",{count:String(Je.length),list:Ve}),"bot",void 0,Ye)}else ne(!1),R(b("nftNoCollection"),"bot")}catch(Me){console.error("Error fetching NFTs:",Me),ne(!1),R(b("nftFetchError"),"bot")}},[k?.address,q,R,b,w]),Bn=ut.useCallback(async()=>{try{ne(!0);const Me=await so({address:k?.address||"",chain:q});if(Me?.success&&Me?.data?.result&&Me.data.result.length>0){const Je=Me.data.result,Ye=Je.flatMap(Ze=>[{id:`send-${Ze.token_address}`,text:w("buttonSendToken",{symbol:Ze.symbol}),value:w("buttonSendToken",{symbol:Ze.symbol}),action:"suggested_action",fullWidth:!!
|
|
710
|
+
`);await Ro(500),ne(!1),R(w("nftCollectionHeader",{count:String(Je.length),list:Ve}),"bot",void 0,Ye)}else ne(!1),R(b("nftNoCollection"),"bot")}catch(Me){console.error("Error fetching NFTs:",Me),ne(!1),R(b("nftFetchError"),"bot")}},[k?.address,q,R,b,w]),Bn=ut.useCallback(async()=>{try{ne(!0);const Me=await so({address:k?.address||"",chain:q});if(Me?.success&&Me?.data?.result&&Me.data.result.length>0){const Je=Me.data.result,Ye=Je.flatMap(Ze=>[{id:`send-${Ze.token_address}`,text:w("buttonSendToken",{symbol:Ze.symbol}),value:w("buttonSendToken",{symbol:Ze.symbol}),action:"suggested_action",fullWidth:!!zf.isMobile},{id:`buy-more-${Ze.token_address}`,text:w("buttonBuyMoreToken",{symbol:Ze.symbol}),value:w("buttonBuyMoreToken",{symbol:Ze.symbol}),action:"suggested_action",fullWidth:!!zf.isMobile}]),Ve=Je.map((Ze,ze)=>{const Re=Ze.usd_value!==void 0?` ≈ $${ht(Ze.usd_value).decimalPlaces(2).toFormat()}`:"";return`${ze+1}. **${Ze.name}** (${Ze.symbol})
|
|
711
711
|
Balance: ${Ze.balance_formatted}${Re}`}).join(`
|
|
712
712
|
|
|
713
|
-
`);await Ro(500),ne(!1),R(w("viewBalancesHeader",{chain:j?.name||"this chain",list:Ve}),"bot",void 0,Ye)}else ne(!1),R(b("viewBalancesEmpty"),"bot")}catch(Me){console.error("Error fetching balances:",Me),ne(!1),R(b("viewBalancesFetchError"),"bot")}},[k?.address,q,R,j?.name,b,w]),Xe=ut.useMemo(()=>[{id:"ask",icon:"❓",text:b("suggestionAskText"),action:async()=>{ae(!1),ne(!0),R(b("suggestionAskUserMessage"),"user"),await Ro(1e3),ne(!1),R(b("suggestionAskBotReply"),"bot")}},{id:"buy",icon:"💰",text:b("suggestionBuyText"),action:async()=>{ae(!1),R(b("suggestionBuyText"),"user"),ja(k?.address||"")&&z?await Gt():(ne(!0),await Ro(1e3),ja(k?.address||"")&&!z?R(b("walletConnectedChainUnsupported"),"bot"):R(b("walletNotConnected"),"bot"),ne(!1))}}],[R,k?.address,Gt,b,z]),ra=Me=>{if(Me===0)return!0;const Je=C[Me],Ye=C[Me-1],Ve=new Date(Je.timestamp),Ze=new Date(Ye.timestamp);return Ve.setHours(0,0,0,0),Ze.setHours(0,0,0,0),Ve.getTime()!==Ze.getTime()};ut.useEffect(()=>{lt.current?.scrollIntoView({behavior:"smooth"})},[C]),ut.useEffect(()=>{r?(Ke.current&&
|
|
713
|
+
`);await Ro(500),ne(!1),R(w("viewBalancesHeader",{chain:j?.name||"this chain",list:Ve}),"bot",void 0,Ye)}else ne(!1),R(b("viewBalancesEmpty"),"bot")}catch(Me){console.error("Error fetching balances:",Me),ne(!1),R(b("viewBalancesFetchError"),"bot")}},[k?.address,q,R,j?.name,b,w]),Xe=ut.useMemo(()=>[{id:"ask",icon:"❓",text:b("suggestionAskText"),action:async()=>{ae(!1),ne(!0),R(b("suggestionAskUserMessage"),"user"),await Ro(1e3),ne(!1),R(b("suggestionAskBotReply"),"bot")}},{id:"buy",icon:"💰",text:b("suggestionBuyText"),action:async()=>{ae(!1),R(b("suggestionBuyText"),"user"),ja(k?.address||"")&&z?await Gt():(ne(!0),await Ro(1e3),ja(k?.address||"")&&!z?R(b("walletConnectedChainUnsupported"),"bot"):R(b("walletNotConnected"),"bot"),ne(!1))}}],[R,k?.address,Gt,b,z]),ra=Me=>{if(Me===0)return!0;const Je=C[Me],Ye=C[Me-1],Ve=new Date(Je.timestamp),Ze=new Date(Ye.timestamp);return Ve.setHours(0,0,0,0),Ze.setHours(0,0,0,0),Ve.getTime()!==Ze.getTime()};ut.useEffect(()=>{lt.current?.scrollIntoView({behavior:"smooth"})},[C]),ut.useEffect(()=>{r?(Ke.current&&zf.isDesktop&&Ke.current.focus(),lt.current?.scrollIntoView({behavior:"instant"}),B.current&&U.current?Date.now()-U.current>5e3&&ae(!0):ae(!0),U.current=null,B.current=!1,setTimeout(()=>{lt.current?.scrollIntoView({behavior:"smooth"})},50)):(U.current=Date.now(),B.current=!le.current)},[r]),ut.useEffect(()=>{const Me=Je=>{Je.key==="Escape"&&r&&f()};return document.addEventListener("keydown",Me),()=>document.removeEventListener("keydown",Me)},[r,f]);const ln=ut.useCallback(async()=>{if(X?.trim()===""||ie)return;const Me=Ne,Je=R(X?.trim(),"user",Ne?.id);te(""),je(null),ne(!0),ae(!1),ne(!0);try{let Ye,Ve;const Ze=C.slice(-20);let ze="";if(Ze.length>0){ze=`
|
|
714
714
|
|
|
715
715
|
## CONVERSATION HISTORY:
|
|
716
716
|
`;for(const Pe of Ze)if(Pe.sender==="user")ze+=`User: ${Pe.text}
|
|
@@ -724,7 +724,7 @@ ${Re}`);try{if((await u4.checkTypeQuestion(Re,ze))?.startsWith("no")){const Ge=a
|
|
|
724
724
|
To: ${en} ${ct.symbol}
|
|
725
725
|
|
|
726
726
|
`+ci+`
|
|
727
|
-
`;if(ts)R(Do,"bot");else if(Zn){const _n=[{id:"approve-for-swap",text:w("swapApproveButton",{symbol:st.symbol}),value:w("swapApproveValue",{symbol:st.symbol}),action:"approve_for_swap",fullWidth:!0,extraData:{tokenAddress:oe,spenderAddress:Be.tx.to,tokenSymbol:st.symbol,tx:Be.tx}}];R(Do+w("swapNeedApprove",{symbol:st.symbol}),"bot",void 0,_n)}else{const _n=[{id:"confirm-swap",text:b("swapConfirmYes"),value:b("swapConfirmValue"),action:"confirm_swap",extraData:{tx:Be.tx}}];R(Do+b("swapReadyToProceed"),"bot",void 0,_n)}}else R(w("swapEstimationError",{error:Qe.errorMessage||Qe.error||"Unknown error"}),"bot")}catch(T){console.error("Swap estimation error:",T),R(b("swapEstimationFailed"),"bot")}}else if(tt&&mt&&!Ut){let T=ve?18:parseInt(re.token_in_decimals||"18",10),L=parseInt(re.token_out_decimals||"18",10);const de=[];if(re.token_out&&de.push(re.token_out),re.token_in&&!ve&&de.push(re.token_in),de.length>0)try{const oe=await ui.getTokensDetails(de,se);if(oe?.data)for(const Le of oe.data)!ve&&Le.address.toLowerCase()===re.token_in?.toLowerCase()&&(T=Le.decimals||T),Le.address.toLowerCase()===re.token_out?.toLowerCase()&&(L=Le.decimals||L)}catch(oe){console.warn("getTokensDetails failed in CASE 2, using fallback decimals:",oe)}if(Z({descTokenAddress:re.token_out,descTokenDecimals:L}),ve)try{const oe=await so({address:k?.address||"",chain:q});if(oe?.success&&oe?.data?.result){const Qe=oe.data.result.find(en=>en.native_token),Be=j?.nativeCurrency?.symbol||"ETH";let st=Qe?.balance_formatted||"0";try{const en=await ub({chainId:E,rpcUrl:K});if(en.isGreaterThan(0)){const Zn=en.times(1e6),Za=new ht(Qe?.balance||"0").minus(Zn);Za.isGreaterThan(0)?st=ht(wa(BigInt(Za.toFixed(0)),Qe?.decimals||18)).toFixed():st="0"}}catch(en){console.warn("getGasPrice for swap native fee deduction (CASE 2) failed:",en)}Z({srcTokenAddress:ol,srcTokenDecimals:T});const kt=[25,50,75,100].map(en=>({id:`percent-${en}`,text:`${en}%`,value:w("buttonUsePercent",{percent:String(en),symbol:Be}),action:"select_percent",extraData:{percent:en,tokenAddress:ol,tokenSymbol:Be,tokenDecimals:T,tokenBalance:st}}));R(w("selectAmountToSwap",{symbol:Be,balance:st}),"bot",Je.id,kt)}else R(b("couldNotFetchBalance"),"bot")}catch(oe){console.warn("Native balance fetch failed:",oe),R(b("couldNotFetchBalanceRetry"),"bot")}else{const oe=re.token_in_symbol||"Token";Z({srcTokenAddress:re.token_in,srcTokenDecimals:T});try{const Le=await so({address:k?.address||"",chain:q});if(Le?.success&&Le?.data?.result){const Be=Le.data.result.find(kt=>kt.token_address.toLowerCase()===re.token_in?.toLowerCase());if(!Be){R(w("swapTokenNotInWallet",{symbol:oe}),"bot"),ne(!1);return}const ct=[25,50,75,100].map(kt=>({id:`percent-${kt}`,text:`${kt}%`,value:w("buttonUsePercent",{percent:String(kt),symbol:Be.symbol}),action:"select_percent",extraData:{percent:kt,tokenAddress:Be.token_address,tokenSymbol:Be.symbol,tokenDecimals:Be.decimals||18,tokenBalance:Be.balance_formatted}}));R(w("selectAmountToSwap",{symbol:Be.symbol,balance:`${Be.balance_formatted} (~$${Be.usd_value?.toFixed(2)||"0"})`}),"bot",Je.id,ct)}else R(b("couldNotFetchBalance"),"bot")}catch(Le){console.warn("Token balance fetch failed:",Le),R(b("couldNotFetchBalanceRetry"),"bot")}}}else if(!tt&&mt){R(Ge.message||b("swapChooseFrom"),"bot",Je.id);let T=parseInt(re.token_out_decimals||"18",10);if(re.token_out)try{const L=await ui.getTokensDetails([re.token_out],se);L?.data?.[0]&&(T=L.data[0].decimals||T)}catch(L){console.warn("getTokensDetails failed in CASE 3, using fallback:",L)}await we(re.token_out,T)}else if(tt&&!mt){let T=ve?18:parseInt(re.token_in_decimals||"18",10);if(re.token_in&&!ve)try{const L=await ui.getTokensDetails([re.token_in],se);L?.data?.[0]&&(T=L.data[0].decimals||T)}catch(L){console.warn("getTokensDetails failed in CASE 4, using fallback:",L)}Z(ve?{srcTokenAddress:ol,srcTokenDecimals:18}:{srcTokenAddress:re.token_in,srcTokenDecimals:T}),R(Ge.message||w("swapChooseTo",{symbol:re.token_in_symbol||"your token"}),"bot",Je.id);try{ne(!0);const L=j?.tokenTrendingDefault||[],[de,oe]=await Promise.allSettled([ui.getTopGainers(se,"24h",5),ui.getTokensDetails(L,se)]);let Le=[];de.status==="fulfilled"&&de.value?.data&&(Le=[...de.value.data]),oe.status==="fulfilled"&&oe.value?.data&&(Le=[...oe.value.data,...Le]),Le=Le.filter((Be,st,ct)=>st===ct.findIndex(kt=>kt.address.toLowerCase()===Be.address.toLowerCase()));const Qe=Le.map(Be=>({id:Be?.symbol,text:Be?.symbol,value:w("buttonSwapTo",{name:Be.name,symbol:Be?.symbol||""}),action:"click_swap_dest_token",extraData:{tokenAddress:Be?.address||"",symbol:Be?.symbol||"",decimals:Be?.decimals||18}}));R(w("trendingTokensForReceive",{chain:j?.name||"Unknown"}),"bot",void 0,Qe)}catch(L){console.error("Error fetching trending tokens for swap:",L),R(b("couldNotLoadTokenList"),"bot")}finally{ne(!1)}}else if(R(Ge.message||b("swapChooseToken"),"bot",Je.id),k?.address)try{ne(!0);const T=await so({address:k.address,chain:q});if(T?.success&&T?.data?.result&&T.data.result.length>0){const de=T.data.result.map(oe=>({id:`swap-select-${oe.token_address}`,text:`${oe.name}: ${oe.balance_formatted} ${oe.symbol} ($${ht(oe?.usd_value||0).decimalPlaces(2).toFixed()||"0"})`,value:`Swap ${oe.symbol}`,action:"suggested_action",fullWidth:!0}));await Ro(500),ne(!1),R(w("walletBalanceSpendable",{chain:j?.name||"this chain"}),"bot",void 0,de)}else ne(!1),R(w("walletNoTokensFound",{chain:j?.name||"this chain"}),"bot")}catch(T){console.warn("Failed to fetch balance for swap picker:",T),ne(!1),R(b("walletFetchError"),"bot")}}else if(Ge.action==="view_balances")R(Ge.message||b("viewBalancesLoading"),"bot",Je.id),await Bn();else if(Ge.action==="view_nfts")R(Ge.message||b("viewNftsLoading"),"bot",Je.id),await Ot();else if(Ge.action==="send_token"&&!Ge.parameters?.contract_address&&!Ge.parameters?.token_symbol&&k?.address)try{const re=await so({address:k.address,chain:q});if(re?.success&&re?.data?.result&&re.data.result.length>0){R(b("sendTokenChoose"),"bot",Je.id),ne(!0),await Ro(500);const at=re.data.result.map(tt=>({id:`send-select-${tt.token_address}`,text:`${tt.name}: ${tt.balance_formatted} ${tt.symbol} ($${ht(tt?.usd_value||0).decimalPlaces(2).toFixed()||"0"})`,value:`Send ${tt.name} (${tt.symbol})`,action:"suggested_action",fullWidth:!0}));await Ro(500),ne(!1),R(w("walletBalanceSpendable",{chain:j?.name||"this chain"}),"bot",void 0,at)}else ne(!1),R(w("walletNoTokensFound",{chain:j?.name||"this chain"}),"bot")}catch(re){console.warn("Failed to fetch balance for send_token picker:",re),ne(!1),R(b("walletFetchError"),"bot")}else if(Ge.action==="send_nft"&&!Ge.parameters?.contract_address&&!Ge.parameters?.token_id&&!Ge.parameters?.nft_name&&k?.address)R(b("sendNftChoose"),"bot",Je.id),await Ot();else if(Ge.action==="send_nft"&&!ja(Ge.parameters?.contract_address||"")&&(Ge.parameters?.nft_name||Ge.parameters?.token_id)&&k?.address)try{ne(!0);const re=await ly({address:k.address,chain:q,limit:100,exclude_spam:!1});if(re?.success&&re?.data?.result){const ve=re.data.result,at=(Ge.parameters?.nft_name||"").toLowerCase(),tt=Ge.parameters?.token_id||"",mt=ve.find(Ut=>{const T=(Ut.normalized_metadata?.name||Ut.name||"").toLowerCase(),L=(Ut.name||"").toLowerCase(),de=at&&(T.includes(at)||L.includes(at)),oe=tt&&Ut.token_id===tt;return at&&tt?de&&oe:at?de:oe});if(mt){const Ut=mt.normalized_metadata?.name||mt.name||`#${mt.token_id}`,T=mt.normalized_metadata?.image||mt.media?.original_media_url||"",L={contract_address:mt.token_address,token_id:mt.token_id,to_address:Ge.parameters?.to_address||"",token_standard:mt.contract_type||"",amount:"1",maxAmount:mt.amount||"1",nft_name:Ut};R(Ge.message||w("nftSendReview",{name:Ut,standard:mt.contract_type||"NFT",tokenId:mt.token_id}),"bot",Je.id,void 0,{action:"send_nft",parameters:L,status:"pending",nftInfo:{name:Ut,image:T||void 0,tokenId:mt.token_id,contractAddress:mt.token_address,tokenStandard:mt.contract_type||void 0}})}else R(Ge.message||w("nftNotFoundInWallet",{name:at||tt}),"bot",Je.id),await Ot()}else R(b("nftNoCollection"),"bot",Je.id)}catch(re){console.error("NFT lookup by name failed:",re),R(b("nftFetchError"),"bot",Je.id)}finally{ne(!1)}else{const re=J6(Ge.action);let ve={...Ge.parameters||{}},at,tt;const mt=["send_token","approve_token"].includes(Ge.action)&&(ve.contract_address||ve.token_symbol),Ut=Ge.action==="send_native",T=Ge.action==="send_nft"&&ve.contract_address;if(mt&&k?.address)try{const L=await so({address:k.address,chain:q});if(L?.success&&L?.data?.result){const de=L.data.result,oe=ve.contract_address?de.find(Le=>Le.token_address.toLowerCase()===ve.contract_address.toLowerCase()):de.find(Le=>Le.symbol.toUpperCase()===ve.token_symbol.toUpperCase());oe&&(ve={...ve,contract_address:oe.token_address,decimals:String(oe.decimals)},at={symbol:oe.symbol,name:oe.name,balance:oe.balance,balanceFormatted:oe.balance_formatted,usdValue:oe.usd_value,usdPrice:oe.usd_price,decimals:oe.decimals,logo:oe.logo||oe.thumbnail,contractAddress:oe.token_address})}}catch(L){console.warn("Token enrichment failed:",L)}if(mt&&!at&&ve.contract_address)try{const L=await n4({address:ve.contract_address,chain:q});if(L?.success&&L?.data){const de=L.data;at={symbol:de.symbol,name:de.name,balance:"0",balanceFormatted:"0",usdPrice:de.usd_price,decimals:de.decimals,logo:de.logo,contractAddress:ve.contract_address},ve={...ve,decimals:String(de.decimals)}}}catch(L){console.warn("Token metadata fallback failed:",L)}if(Ut&&k?.address)try{const L=await so({address:k.address,chain:q});if(L?.success&&L?.data?.result){const oe=L.data.result.find(Le=>Le.native_token);if(oe){let Le=oe.balance_formatted,Qe=oe.balance;try{const Be=new ht(oe.balance),st="0x"+BigInt(Be.toFixed(0)).toString(16),ct=await np({from:k.address,to:k.address,data:"0x",value:st,chainId:E,rpcUrl:K});if(ct.isGreaterThan(0)){const kt=Be.minus(ct);kt.isGreaterThan(0)?(Qe=kt.toFixed(0),Le=ht(wa(BigInt(kt.toFixed(0)),oe.decimals)).toFixed()):(Qe="0",Le="0")}}catch(Be){console.warn("Estimate send fee for send_native failed:",Be)}at={symbol:oe.symbol,name:oe.name,balance:Qe,balanceFormatted:Le,usdValue:oe.usd_value,usdPrice:oe.usd_price,decimals:oe.decimals,logo:oe.logo||oe.thumbnail,contractAddress:ol}}else{const Le=await n4({address:ol,chain:q});if(Le?.success&&Le?.data){const Qe=Le.data;at={symbol:Qe.symbol,name:Qe.name,balance:"0",balanceFormatted:"0",usdValue:0,usdPrice:Qe.usd_price,decimals:Qe.decimals,logo:Qe.logo||Qe.thumbnail,contractAddress:ol}}}}}catch(L){console.warn("Native token balance fetch failed:",L)}if(T){try{const L=await O6({address:ve.contract_address,chain:q});if(L?.success&&L?.data){const de=L.data;de.contract_type&&(ve={...ve,token_standard:de.contract_type}),!ve.nft_name&&de.name&&(ve={...ve,nft_name:de.name})}}catch(L){console.warn("NFT contract metadata fetch failed:",L)}if(k?.address)try{const L=await ly({address:k.address,chain:q,limit:100,exclude_spam:!1});if(L?.success&&L?.data?.result){const de=L.data.result.find(oe=>oe.token_address.toLowerCase()===ve.contract_address.toLowerCase()&&oe.token_id===ve.token_id);if(de){ve={...ve,amount:"1",maxAmount:de.amount||"1"};const oe=de.normalized_metadata?.image||de.media?.original_media_url||"";tt={name:de.normalized_metadata?.name||de.name||ve.nft_name||`#${de.token_id}`,image:oe||void 0,tokenId:de.token_id,contractAddress:de.token_address,tokenStandard:de.contract_type||ve.token_standard||void 0}}}}catch(L){console.warn("NFT ownership lookup failed:",L)}}if(ve.amount&&at?.balanceFormatted&&(Ge.action==="send_token"||Ge.action==="send_native")&&(ve.amount=cb(ve.amount,at.balanceFormatted)),re){const L=Ge.message||"Please review and complete the form below.";R(L,"bot",Je.id,void 0,{action:Ge.action,parameters:ve,status:"pending",tokenInfo:at,nftInfo:tt})}else R(Ge.message||Pe,"bot",Je.id)}else if(Ge&&Ge.action==="chat"){const re=Ge.token_mentions||[],ve=Ge.suggested_actions||[],at=[];re.length>0&&re.forEach(tt=>{at.push({id:`buy-${tt.symbol}`,text:`💰 Buy ${tt.symbol}`,value:w("buttonBuySymbol",{symbol:tt.symbol}),action:"click_buy_item_token_button",extraData:{tokenAddress:tt.contract_address||"",symbol:tt.symbol,decimals:tt.decimals||18},fullWidth:!0})}),ve.length>0&&ve.forEach((tt,mt)=>{at.push({id:`suggested-${mt}-${tt.label}`,text:tt.label,value:tt.prompt,action:"suggested_action",fullWidth:!0})}),at.length>0?R(Ge.message||Pe,"bot",Je.id,at):R(Ge.message||Pe,"bot",Je.id)}else R(Pe,"bot",Je.id)}else R(b("errorProcessingRequest"),"bot",Je.id)}catch(Ye){console.error("Error getting AI response:",Ye),R(b("errorProcessingRequest"),"bot",Je.id)}ne(!1),await Ro(50),R0.isDesktop&&Ke.current?.focus()},[X,ie,C,R,Ne,k?.address,j?.name,j?.nativeCurrency?.symbol,j?.tokenTrendingDefault,E,se,q,z,we,Gt,Ot,Bn,Z,K,b,w]);ut.useEffect(()=>{N.current&&X===N.current&&(N.current=null,ln())},[X,ln]);const Wt=ut.useCallback(async(Me,Je,Ye)=>{try{if(ae(!1),_(Ye,"submitted"),Me==="swap_token"){let Ve=18;if(Je.token_in&&Je.token_in!==ol)try{const Re=await ui.getTokensDetails([Je.token_in],se);Re?.data?.[0]&&(Ve=Re.data[0].decimals||18)}catch(Re){console.warn("getTokensDetails failed in ActionForm swap, using default 18:",Re)}const Ze=Ru(Je.amount||"0",Ve).toString(),ze=await lb({chainId:E,tokenIn:Je.token_in||"",tokenInAmount:Ze,tokenOut:Je.token_out||"",tokenOutRecipient:k?.address||"",slippage:"auto",accesstoken:"d6c45897b8f6"});if(ze.success&&ze.data){const Re=ze.data,He=Re.tokenIn,et=Re.tokenOut,Pe=ht(wa(BigInt(He.amount||0),He.decimals)).decimalPlaces(6).toFormat(),Ge=ht(wa(BigInt(et.amount||0),et.decimals)).decimalPlaces(6).toFormat(),re=!Je.token_in||Je.token_in===ol;let ve=!1;if(!re&&k?.address&&Re.tx?.to)try{const oe=await sb({tokenAddress:Je.token_in,ownerAddress:k.address,spenderAddress:Re.tx.to,chainId:E,rpcUrl:K});ve=ht(oe.toString()).isLessThan(Ze)}catch(oe){console.warn("Allowance check failed in ActionForm swap:",oe)}const at=Re.estimatedTransactionFee?.total?ht(Re.estimatedTransactionFee.total):ht(0);let tt=ht(0);if(ve&&k?.address)try{const oe=iy({tokenAddress:Je.token_in,spenderAddress:Re.tx?.to||"",fromAddress:k.address,chainId:E});tt=await np({from:k.address,to:oe.to,data:oe.data,chainId:E,rpcUrl:K})}catch(oe){console.warn("Approve fee estimation failed:",oe)}const mt=at.plus(tt),Ut=j?.nativeCurrency?.symbol||"native";let T="",L=!1;if(k?.address&&mt.isGreaterThan(0))try{const oe=await sy({address:k.address,chainId:E,rpcUrl:K});if(oe.isLessThan(mt)){L=!0;const Le=ht(wa(BigInt(oe.toFixed(0)),18)).decimalPlaces(6).toFormat(),Qe=ht(wa(BigInt(mt.toFixed(0)),18)).decimalPlaces(6).toFormat();T=w("swapFeeWarning",{symbol:Ut,balance:Le,needed:Qe})}}catch(oe){console.warn("Fee balance check failed:",oe)}const de=`From: ${Pe} ${He.symbol}
|
|
727
|
+
`;if(ts)R(Do,"bot");else if(Zn){const _n=[{id:"approve-for-swap",text:w("swapApproveButton",{symbol:st.symbol}),value:w("swapApproveValue",{symbol:st.symbol}),action:"approve_for_swap",fullWidth:!0,extraData:{tokenAddress:oe,spenderAddress:Be.tx.to,tokenSymbol:st.symbol,tx:Be.tx}}];R(Do+w("swapNeedApprove",{symbol:st.symbol}),"bot",void 0,_n)}else{const _n=[{id:"confirm-swap",text:b("swapConfirmYes"),value:b("swapConfirmValue"),action:"confirm_swap",extraData:{tx:Be.tx}}];R(Do+b("swapReadyToProceed"),"bot",void 0,_n)}}else R(w("swapEstimationError",{error:Qe.errorMessage||Qe.error||"Unknown error"}),"bot")}catch(T){console.error("Swap estimation error:",T),R(b("swapEstimationFailed"),"bot")}}else if(tt&&mt&&!Ut){let T=ve?18:parseInt(re.token_in_decimals||"18",10),L=parseInt(re.token_out_decimals||"18",10);const de=[];if(re.token_out&&de.push(re.token_out),re.token_in&&!ve&&de.push(re.token_in),de.length>0)try{const oe=await ui.getTokensDetails(de,se);if(oe?.data)for(const Le of oe.data)!ve&&Le.address.toLowerCase()===re.token_in?.toLowerCase()&&(T=Le.decimals||T),Le.address.toLowerCase()===re.token_out?.toLowerCase()&&(L=Le.decimals||L)}catch(oe){console.warn("getTokensDetails failed in CASE 2, using fallback decimals:",oe)}if(Z({descTokenAddress:re.token_out,descTokenDecimals:L}),ve)try{const oe=await so({address:k?.address||"",chain:q});if(oe?.success&&oe?.data?.result){const Qe=oe.data.result.find(en=>en.native_token),Be=j?.nativeCurrency?.symbol||"ETH";let st=Qe?.balance_formatted||"0";try{const en=await ub({chainId:E,rpcUrl:K});if(en.isGreaterThan(0)){const Zn=en.times(1e6),Za=new ht(Qe?.balance||"0").minus(Zn);Za.isGreaterThan(0)?st=ht(wa(BigInt(Za.toFixed(0)),Qe?.decimals||18)).toFixed():st="0"}}catch(en){console.warn("getGasPrice for swap native fee deduction (CASE 2) failed:",en)}Z({srcTokenAddress:ol,srcTokenDecimals:T});const kt=[25,50,75,100].map(en=>({id:`percent-${en}`,text:`${en}%`,value:w("buttonUsePercent",{percent:String(en),symbol:Be}),action:"select_percent",extraData:{percent:en,tokenAddress:ol,tokenSymbol:Be,tokenDecimals:T,tokenBalance:st}}));R(w("selectAmountToSwap",{symbol:Be,balance:st}),"bot",Je.id,kt)}else R(b("couldNotFetchBalance"),"bot")}catch(oe){console.warn("Native balance fetch failed:",oe),R(b("couldNotFetchBalanceRetry"),"bot")}else{const oe=re.token_in_symbol||"Token";Z({srcTokenAddress:re.token_in,srcTokenDecimals:T});try{const Le=await so({address:k?.address||"",chain:q});if(Le?.success&&Le?.data?.result){const Be=Le.data.result.find(kt=>kt.token_address.toLowerCase()===re.token_in?.toLowerCase());if(!Be){R(w("swapTokenNotInWallet",{symbol:oe}),"bot"),ne(!1);return}const ct=[25,50,75,100].map(kt=>({id:`percent-${kt}`,text:`${kt}%`,value:w("buttonUsePercent",{percent:String(kt),symbol:Be.symbol}),action:"select_percent",extraData:{percent:kt,tokenAddress:Be.token_address,tokenSymbol:Be.symbol,tokenDecimals:Be.decimals||18,tokenBalance:Be.balance_formatted}}));R(w("selectAmountToSwap",{symbol:Be.symbol,balance:`${Be.balance_formatted} (~$${Be.usd_value?.toFixed(2)||"0"})`}),"bot",Je.id,ct)}else R(b("couldNotFetchBalance"),"bot")}catch(Le){console.warn("Token balance fetch failed:",Le),R(b("couldNotFetchBalanceRetry"),"bot")}}}else if(!tt&&mt){R(Ge.message||b("swapChooseFrom"),"bot",Je.id);let T=parseInt(re.token_out_decimals||"18",10);if(re.token_out)try{const L=await ui.getTokensDetails([re.token_out],se);L?.data?.[0]&&(T=L.data[0].decimals||T)}catch(L){console.warn("getTokensDetails failed in CASE 3, using fallback:",L)}await we(re.token_out,T)}else if(tt&&!mt){let T=ve?18:parseInt(re.token_in_decimals||"18",10);if(re.token_in&&!ve)try{const L=await ui.getTokensDetails([re.token_in],se);L?.data?.[0]&&(T=L.data[0].decimals||T)}catch(L){console.warn("getTokensDetails failed in CASE 4, using fallback:",L)}Z(ve?{srcTokenAddress:ol,srcTokenDecimals:18}:{srcTokenAddress:re.token_in,srcTokenDecimals:T}),R(Ge.message||w("swapChooseTo",{symbol:re.token_in_symbol||"your token"}),"bot",Je.id);try{ne(!0);const L=j?.tokenTrendingDefault||[],[de,oe]=await Promise.allSettled([ui.getTopGainers(se,"24h",5),ui.getTokensDetails(L,se)]);let Le=[];de.status==="fulfilled"&&de.value?.data&&(Le=[...de.value.data]),oe.status==="fulfilled"&&oe.value?.data&&(Le=[...oe.value.data,...Le]),Le=Le.filter((Be,st,ct)=>st===ct.findIndex(kt=>kt.address.toLowerCase()===Be.address.toLowerCase()));const Qe=Le.map(Be=>({id:Be?.symbol,text:Be?.symbol,value:w("buttonSwapTo",{name:Be.name,symbol:Be?.symbol||""}),action:"click_swap_dest_token",extraData:{tokenAddress:Be?.address||"",symbol:Be?.symbol||"",decimals:Be?.decimals||18}}));R(w("trendingTokensForReceive",{chain:j?.name||"Unknown"}),"bot",void 0,Qe)}catch(L){console.error("Error fetching trending tokens for swap:",L),R(b("couldNotLoadTokenList"),"bot")}finally{ne(!1)}}else if(R(Ge.message||b("swapChooseToken"),"bot",Je.id),k?.address)try{ne(!0);const T=await so({address:k.address,chain:q});if(T?.success&&T?.data?.result&&T.data.result.length>0){const de=T.data.result.map(oe=>({id:`swap-select-${oe.token_address}`,text:`${oe.name}: ${oe.balance_formatted} ${oe.symbol} ($${ht(oe?.usd_value||0).decimalPlaces(2).toFixed()||"0"})`,value:`Swap ${oe.symbol}`,action:"suggested_action",fullWidth:!0}));await Ro(500),ne(!1),R(w("walletBalanceSpendable",{chain:j?.name||"this chain"}),"bot",void 0,de)}else ne(!1),R(w("walletNoTokensFound",{chain:j?.name||"this chain"}),"bot")}catch(T){console.warn("Failed to fetch balance for swap picker:",T),ne(!1),R(b("walletFetchError"),"bot")}}else if(Ge.action==="view_balances")R(Ge.message||b("viewBalancesLoading"),"bot",Je.id),await Bn();else if(Ge.action==="view_nfts")R(Ge.message||b("viewNftsLoading"),"bot",Je.id),await Ot();else if(Ge.action==="send_token"&&!Ge.parameters?.contract_address&&!Ge.parameters?.token_symbol&&k?.address)try{const re=await so({address:k.address,chain:q});if(re?.success&&re?.data?.result&&re.data.result.length>0){R(b("sendTokenChoose"),"bot",Je.id),ne(!0),await Ro(500);const at=re.data.result.map(tt=>({id:`send-select-${tt.token_address}`,text:`${tt.name}: ${tt.balance_formatted} ${tt.symbol} ($${ht(tt?.usd_value||0).decimalPlaces(2).toFixed()||"0"})`,value:`Send ${tt.name} (${tt.symbol})`,action:"suggested_action",fullWidth:!0}));await Ro(500),ne(!1),R(w("walletBalanceSpendable",{chain:j?.name||"this chain"}),"bot",void 0,at)}else ne(!1),R(w("walletNoTokensFound",{chain:j?.name||"this chain"}),"bot")}catch(re){console.warn("Failed to fetch balance for send_token picker:",re),ne(!1),R(b("walletFetchError"),"bot")}else if(Ge.action==="send_nft"&&!Ge.parameters?.contract_address&&!Ge.parameters?.token_id&&!Ge.parameters?.nft_name&&k?.address)R(b("sendNftChoose"),"bot",Je.id),await Ot();else if(Ge.action==="send_nft"&&!ja(Ge.parameters?.contract_address||"")&&(Ge.parameters?.nft_name||Ge.parameters?.token_id)&&k?.address)try{ne(!0);const re=await ly({address:k.address,chain:q,limit:100,exclude_spam:!1});if(re?.success&&re?.data?.result){const ve=re.data.result,at=(Ge.parameters?.nft_name||"").toLowerCase(),tt=Ge.parameters?.token_id||"",mt=ve.find(Ut=>{const T=(Ut.normalized_metadata?.name||Ut.name||"").toLowerCase(),L=(Ut.name||"").toLowerCase(),de=at&&(T.includes(at)||L.includes(at)),oe=tt&&Ut.token_id===tt;return at&&tt?de&&oe:at?de:oe});if(mt){const Ut=mt.normalized_metadata?.name||mt.name||`#${mt.token_id}`,T=mt.normalized_metadata?.image||mt.media?.original_media_url||"",L={contract_address:mt.token_address,token_id:mt.token_id,to_address:Ge.parameters?.to_address||"",token_standard:mt.contract_type||"",amount:"1",maxAmount:mt.amount||"1",nft_name:Ut};R(Ge.message||w("nftSendReview",{name:Ut,standard:mt.contract_type||"NFT",tokenId:mt.token_id}),"bot",Je.id,void 0,{action:"send_nft",parameters:L,status:"pending",nftInfo:{name:Ut,image:T||void 0,tokenId:mt.token_id,contractAddress:mt.token_address,tokenStandard:mt.contract_type||void 0}})}else R(Ge.message||w("nftNotFoundInWallet",{name:at||tt}),"bot",Je.id),await Ot()}else R(b("nftNoCollection"),"bot",Je.id)}catch(re){console.error("NFT lookup by name failed:",re),R(b("nftFetchError"),"bot",Je.id)}finally{ne(!1)}else{const re=J6(Ge.action);let ve={...Ge.parameters||{}},at,tt;const mt=["send_token","approve_token"].includes(Ge.action)&&(ve.contract_address||ve.token_symbol),Ut=Ge.action==="send_native",T=Ge.action==="send_nft"&&ve.contract_address;if(mt&&k?.address)try{const L=await so({address:k.address,chain:q});if(L?.success&&L?.data?.result){const de=L.data.result,oe=ve.contract_address?de.find(Le=>Le.token_address.toLowerCase()===ve.contract_address.toLowerCase()):de.find(Le=>Le.symbol.toUpperCase()===ve.token_symbol.toUpperCase());oe&&(ve={...ve,contract_address:oe.token_address,decimals:String(oe.decimals)},at={symbol:oe.symbol,name:oe.name,balance:oe.balance,balanceFormatted:oe.balance_formatted,usdValue:oe.usd_value,usdPrice:oe.usd_price,decimals:oe.decimals,logo:oe.logo||oe.thumbnail,contractAddress:oe.token_address})}}catch(L){console.warn("Token enrichment failed:",L)}if(mt&&!at&&ve.contract_address)try{const L=await n4({address:ve.contract_address,chain:q});if(L?.success&&L?.data){const de=L.data;at={symbol:de.symbol,name:de.name,balance:"0",balanceFormatted:"0",usdPrice:de.usd_price,decimals:de.decimals,logo:de.logo,contractAddress:ve.contract_address},ve={...ve,decimals:String(de.decimals)}}}catch(L){console.warn("Token metadata fallback failed:",L)}if(Ut&&k?.address)try{const L=await so({address:k.address,chain:q});if(L?.success&&L?.data?.result){const oe=L.data.result.find(Le=>Le.native_token);if(oe){let Le=oe.balance_formatted,Qe=oe.balance;try{const Be=new ht(oe.balance),st="0x"+BigInt(Be.toFixed(0)).toString(16),ct=await np({from:k.address,to:k.address,data:"0x",value:st,chainId:E,rpcUrl:K});if(ct.isGreaterThan(0)){const kt=Be.minus(ct);kt.isGreaterThan(0)?(Qe=kt.toFixed(0),Le=ht(wa(BigInt(kt.toFixed(0)),oe.decimals)).toFixed()):(Qe="0",Le="0")}}catch(Be){console.warn("Estimate send fee for send_native failed:",Be)}at={symbol:oe.symbol,name:oe.name,balance:Qe,balanceFormatted:Le,usdValue:oe.usd_value,usdPrice:oe.usd_price,decimals:oe.decimals,logo:oe.logo||oe.thumbnail,contractAddress:ol}}else{const Le=await n4({address:ol,chain:q});if(Le?.success&&Le?.data){const Qe=Le.data;at={symbol:Qe.symbol,name:Qe.name,balance:"0",balanceFormatted:"0",usdValue:0,usdPrice:Qe.usd_price,decimals:Qe.decimals,logo:Qe.logo||Qe.thumbnail,contractAddress:ol}}}}}catch(L){console.warn("Native token balance fetch failed:",L)}if(T){try{const L=await O6({address:ve.contract_address,chain:q});if(L?.success&&L?.data){const de=L.data;de.contract_type&&(ve={...ve,token_standard:de.contract_type}),!ve.nft_name&&de.name&&(ve={...ve,nft_name:de.name})}}catch(L){console.warn("NFT contract metadata fetch failed:",L)}if(k?.address)try{const L=await ly({address:k.address,chain:q,limit:100,exclude_spam:!1});if(L?.success&&L?.data?.result){const de=L.data.result.find(oe=>oe.token_address.toLowerCase()===ve.contract_address.toLowerCase()&&oe.token_id===ve.token_id);if(de){ve={...ve,amount:"1",maxAmount:de.amount||"1"};const oe=de.normalized_metadata?.image||de.media?.original_media_url||"";tt={name:de.normalized_metadata?.name||de.name||ve.nft_name||`#${de.token_id}`,image:oe||void 0,tokenId:de.token_id,contractAddress:de.token_address,tokenStandard:de.contract_type||ve.token_standard||void 0}}}}catch(L){console.warn("NFT ownership lookup failed:",L)}}if(ve.amount&&at?.balanceFormatted&&(Ge.action==="send_token"||Ge.action==="send_native")&&(ve.amount=cb(ve.amount,at.balanceFormatted)),re){const L=Ge.message||"Please review and complete the form below.";R(L,"bot",Je.id,void 0,{action:Ge.action,parameters:ve,status:"pending",tokenInfo:at,nftInfo:tt})}else R(Ge.message||Pe,"bot",Je.id)}else if(Ge&&Ge.action==="chat"){const re=Ge.token_mentions||[],ve=Ge.suggested_actions||[],at=[];re.length>0&&re.forEach(tt=>{at.push({id:`buy-${tt.symbol}`,text:`💰 Buy ${tt.symbol}`,value:w("buttonBuySymbol",{symbol:tt.symbol}),action:"click_buy_item_token_button",extraData:{tokenAddress:tt.contract_address||"",symbol:tt.symbol,decimals:tt.decimals||18},fullWidth:!0})}),ve.length>0&&ve.forEach((tt,mt)=>{at.push({id:`suggested-${mt}-${tt.label}`,text:tt.label,value:tt.prompt,action:"suggested_action",fullWidth:!0})}),at.length>0?R(Ge.message||Pe,"bot",Je.id,at):R(Ge.message||Pe,"bot",Je.id)}else R(Pe,"bot",Je.id)}else R(b("errorProcessingRequest"),"bot",Je.id)}catch(Ye){console.error("Error getting AI response:",Ye),R(b("errorProcessingRequest"),"bot",Je.id)}ne(!1),await Ro(50),zf.isDesktop&&Ke.current?.focus()},[X,ie,C,R,Ne,k?.address,j?.name,j?.nativeCurrency?.symbol,j?.tokenTrendingDefault,E,se,q,z,we,Gt,Ot,Bn,Z,K,b,w]);ut.useEffect(()=>{N.current&&X===N.current&&(N.current=null,ln())},[X,ln]);const Wt=ut.useCallback(async(Me,Je,Ye)=>{try{if(ae(!1),_(Ye,"submitted"),Me==="swap_token"){let Ve=18;if(Je.token_in&&Je.token_in!==ol)try{const Re=await ui.getTokensDetails([Je.token_in],se);Re?.data?.[0]&&(Ve=Re.data[0].decimals||18)}catch(Re){console.warn("getTokensDetails failed in ActionForm swap, using default 18:",Re)}const Ze=Ru(Je.amount||"0",Ve).toString(),ze=await lb({chainId:E,tokenIn:Je.token_in||"",tokenInAmount:Ze,tokenOut:Je.token_out||"",tokenOutRecipient:k?.address||"",slippage:"auto",accesstoken:"d6c45897b8f6"});if(ze.success&&ze.data){const Re=ze.data,He=Re.tokenIn,et=Re.tokenOut,Pe=ht(wa(BigInt(He.amount||0),He.decimals)).decimalPlaces(6).toFormat(),Ge=ht(wa(BigInt(et.amount||0),et.decimals)).decimalPlaces(6).toFormat(),re=!Je.token_in||Je.token_in===ol;let ve=!1;if(!re&&k?.address&&Re.tx?.to)try{const oe=await sb({tokenAddress:Je.token_in,ownerAddress:k.address,spenderAddress:Re.tx.to,chainId:E,rpcUrl:K});ve=ht(oe.toString()).isLessThan(Ze)}catch(oe){console.warn("Allowance check failed in ActionForm swap:",oe)}const at=Re.estimatedTransactionFee?.total?ht(Re.estimatedTransactionFee.total):ht(0);let tt=ht(0);if(ve&&k?.address)try{const oe=iy({tokenAddress:Je.token_in,spenderAddress:Re.tx?.to||"",fromAddress:k.address,chainId:E});tt=await np({from:k.address,to:oe.to,data:oe.data,chainId:E,rpcUrl:K})}catch(oe){console.warn("Approve fee estimation failed:",oe)}const mt=at.plus(tt),Ut=j?.nativeCurrency?.symbol||"native";let T="",L=!1;if(k?.address&&mt.isGreaterThan(0))try{const oe=await sy({address:k.address,chainId:E,rpcUrl:K});if(oe.isLessThan(mt)){L=!0;const Le=ht(wa(BigInt(oe.toFixed(0)),18)).decimalPlaces(6).toFormat(),Qe=ht(wa(BigInt(mt.toFixed(0)),18)).decimalPlaces(6).toFormat();T=w("swapFeeWarning",{symbol:Ut,balance:Le,needed:Qe})}}catch(oe){console.warn("Fee balance check failed:",oe)}const de=`From: ${Pe} ${He.symbol}
|
|
728
728
|
⬇️
|
|
729
729
|
To: ${Ge} ${et.symbol}
|
|
730
730
|
|
|
@@ -735,4 +735,4 @@ Tx: ${Re.transactionHash}`;try{await Ro(2e3),(await ib({transactionHash:Re.trans
|
|
|
735
735
|
`+et)):(_(Ye,"pending"),R(b("txReverted")+`
|
|
736
736
|
`+et,"bot"))}catch(Pe){console.warn("Transaction tracking timeout:",Pe),_(Ye,"success"),R(b("txTimeout")+`
|
|
737
737
|
`+et,"bot")}}else if(Re.status==="success")_(Ye,"success");else{_(Ye,"pending");const He=Re.error?`
|
|
738
|
-
Error: ${Re.error}`:"";R(b("txFailed")+He,"bot")}}else _(Ye,"pending"),R(b("txNoHandler"),"bot")}}catch(Ve){console.error("Action form submit error:",Ve),_(Ye,"pending"),R(w("txError",{message:Ve instanceof Error?Ve.message:"Unknown error"}),"bot")}},[_,E,k?.address,se,j?.nativeCurrency?.symbol,j?.blockExplorers?.default?.url,K,w,R,b,Q,p,ue]),Mt=ut.useCallback(Me=>{M([Me])},[M]),[Jt,Cn]=ut.useState({}),Ea=ut.useCallback(async(Me,Je,Ye)=>{Cn(Ve=>({...Ve,[Ye]:!0}));try{await Wt(Me,Je,Ye)}finally{Cn(Ve=>({...Ve,[Ye]:!1}))}},[Wt]),Ya=ut.useCallback(Me=>{Me.key==="Enter"&&!Me.shiftKey&&(Me.preventDefault(),ln())},[ln]),ot=ut.useCallback(()=>{const Me=window.getSelection();Me&&Me.toString().length>0||f()},[f]);return r?Ee.jsx("div",{className:`chat-modal-overlay${y==="bottom-left"?" chat-modal-overlay--left":""}`,onClick:ot,role:"dialog","aria-modal":"true","aria-labelledby":"chat-modal-title",children:Ee.jsxs("div",{className:"chat-modal",style:v,onClick:Me=>Me.stopPropagation(),children:[Ee.jsxs("div",{className:"chat-modal-header",children:[Ee.jsxs("div",{className:"chat-modal-header-left",children:[Ee.jsx("div",{className:"keyring-logo",children:Ee.jsx("img",{src:x6,alt:"Keyring Logo",width:40,height:40})}),Ee.jsx("h3",{id:"chat-modal-title",children:b("chatTitle")})]}),Ee.jsx("button",{className:"close-button",onClick:f,"aria-label":b("closeChat"),type:"button",children:Ee.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:Ee.jsx("path",{d:"M15 5L5 15M5 5L15 15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),Ee.jsx(y6,{address:k?.address,chainId:j?.chainId}),Ee.jsxs("div",{className:"chat-modal-messages-wrapper",children:[Ee.jsxs("div",{className:"chat-modal-messages",ref:rt,role:"log","aria-live":"polite",children:[C.map((Me,Je)=>Ee.jsxs("div",{children:[ra(Je)&&Ee.jsx("div",{className:"date-separator",children:c6(Me.timestamp)}),Ee.jsxs("div",{className:`message ${Me.sender==="user"?"message-user":"message-bot"}`,role:"article",children:[Ee.jsx("button",{className:"message-reply-button",onClick:()=>Te(Me),"aria-label":b("replyToMessage"),type:"button",children:Ee.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Ee.jsx("path",{d:"M3.5 8.5L1 6L3.5 3.5M1.5 6H10C12.2091 6 14 7.79086 14 10V13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}),Ee.jsxs("div",{className:"message-bubble",children:[Me.replyTo&&Ee.jsxs("div",{className:"message-reply-to",children:[Ee.jsxs("div",{className:"message-reply-to-label",children:[b("replyingTo")," ",Me.replyTo.sender==="user"?b("replyingToYou"):b("replyingToAgent")]}),Ee.jsx("div",{className:"message-reply-to-text",children:Me.replyTo.text})]}),Ee.jsx("div",{className:"message-text",children:Ee.jsx(B6,{content:Me.text})}),Me.buttons&&Me.buttons.length>0&&Ee.jsx("div",{className:"message-buttons",children:Me.buttons.map(Ye=>Ee.jsx("button",{className:`message-button ${Ye.fullWidth?"full-width":""} ${Ye.action==="suggested_action"?"suggested-action":""}`,onClick:()=>$e(Ye.value,Ye.action,Ye?.extraData),type:"button",children:Ye.text},Ye.id))}),Me.actionData&&Me.actionData.status==="pending"&&Ee.jsx(_6,{action:Me.actionData.action,initialValues:Me.actionData.parameters,onSubmit:(Ye,Ve)=>{Ea(Ye,Ve,Me.id),setTimeout(()=>{lt.current?.scrollIntoView({behavior:"smooth"})},100)},onCancel:()=>Mt(Me.id),isSubmitting:Jt[Me.id]||!1,tokenInfo:Me.actionData.tokenInfo,nftInfo:Me.actionData.nftInfo}),Me.actionData&&Me.actionData.status==="submitted"&&Ee.jsx("div",{className:"action-status action-status-submitted",children:b("txProcessing")}),Me.actionData&&Me.actionData.status==="success"&&Ee.jsx("div",{className:"action-status action-status-success",children:b("actionSuccess")}),Me.actionData&&Me.actionData.status==="fail"&&Ee.jsx("div",{className:"action-status action-status-fail",children:b("actionFail")}),Ee.jsxs("div",{className:"message-timestamp",children:[Me.timestamp.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",hour12:!1}),Me.sender==="user"&&Ee.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",className:"check-icon",children:Ee.jsx("path",{d:"M13.3333 4L6 11.3333L2.66667 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]})]})]})]},Me.id)),ie&&Ee.jsx("div",{className:"message message-bot typing-indicator",role:"status","aria-label":b("botIsTyping"),children:Ee.jsxs("div",{className:"message-bubble",children:[Ee.jsx("span",{className:"typing-dot"}),Ee.jsx("span",{className:"typing-dot"}),Ee.jsx("span",{className:"typing-dot"})]})}),(Ie||C.length===1)&&Ee.jsxs(Ee.Fragment,{children:[Ee.jsx("div",{className:"message message-bot",role:"article",children:Ee.jsx("div",{className:"message-bubble",children:Ee.jsx("div",{className:"message-text",children:b("canIHelpYou")})})}),Ee.jsx("div",{className:"suggestions-container",children:Xe.map(Me=>Ee.jsxs("button",{className:"suggestion-button",onClick:Me.action,type:"button",children:[Ee.jsx("span",{className:"suggestion-icon",children:Me.icon}),Ee.jsx("span",{className:"suggestion-text",children:Me.text})]},Me.id))})]}),Ee.jsx("div",{ref:lt})]}),Ee.jsx(H6,{scrollContainerRef:rt})]}),Ee.jsxs("div",{className:"chat-modal-input",children:[Ne&&Ee.jsxs("div",{className:"reply-preview",children:[Ee.jsxs("div",{className:"reply-preview-content",children:[Ee.jsxs("div",{className:"reply-preview-label",children:[b("replyingTo")," ",Ne.sender==="user"?b("replyingToYou"):b("replyingToAgent")]}),Ee.jsx("div",{className:"reply-preview-text",children:Ne.text})]}),Ee.jsx("button",{className:"reply-preview-close",onClick:()=>je(null),"aria-label":b("cancelReply"),type:"button",children:Ee.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Ee.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})]}),Ee.jsxs("div",{className:"chat-modal-input-row",children:[Ee.jsx("input",{ref:Ke,type:"text",placeholder:b("messagePlaceholder"),value:X,onChange:Me=>te(Me.target.value),onKeyPress:Ya,disabled:ie,"aria-label":"Message input"}),Ee.jsx("button",{className:"send-button",onClick:ln,"aria-label":b("sendMessage"),disabled:ie||X?.trim()==="",type:"button",children:Ee.jsx("img",{src:R6,alt:"Send",width:44,height:44})})]})]})]})}):null},nE=({position:r,theme:f,defaultOpen:p,onOpen:y,onClose:v,onTransaction:b})=>{const{account:w,chainId:C}=P1(),[R,_]=ut.useState(p);ut.useEffect(()=>{p&&y&&y()},[]),ut.useEffect(()=>{if(typeof window>"u")return;const te=document.body,ie=document.documentElement,ne=te.style.overscrollBehavior,Ie=ie.style.overscrollBehavior,ae=te.style.overflow;return R&&(te.style.overscrollBehavior="none",ie.style.overscrollBehavior="none",te.style.overflow="hidden"),()=>{te.style.overscrollBehavior=ne,ie.style.overscrollBehavior=Ie,te.style.overflow=ae}},[R]);const ue=ut.useCallback(()=>{_(!0),y?.()},[y]),Q=ut.useCallback(()=>{_(!1),v?.()},[v]),M=ut.useCallback(()=>{R?Q():ue()},[R,ue,Q]),X={position:"fixed",[r==="bottom-right"?"right":"left"]:f.offset?.x??20,bottom:f.offset?.y??20,zIndex:f.zIndex??9999};return!ja(w?.address||"")||!C?Ee.jsx(Ee.Fragment,{}):Ee.jsxs("div",{style:X,role:"complementary","aria-label":"Chat widget",children:[Ee.jsx(_T,{buttonSize:f.buttonSize,onClick:M}),Ee.jsx(tE,{isOpen:R,onClose:Q,onTransaction:b,position:r,modalChatStyle:f.modalChatStyle})]})},aE=({position:r="bottom-right",theme:f={},defaultOpen:p=!1,onOpen:y,onClose:v,account:b,onTransaction:w,language:C="en",rpcUrls:R})=>{const _={position:r,theme:f,rpcUrls:R};return typeof window>"u"?null:Ee.jsx(S6,{initialConfig:_,children:Ee.jsx(p6,{initialAccount:b,children:Ee.jsx(zT,{initialLanguage:C,children:Ee.jsx(nE,{position:r,theme:f,defaultOpen:p,onOpen:y,onClose:v,onTransaction:w})})})})};class c4 extends HTMLElement{root=null;static get observedAttributes(){return["position","primary-color","button-size","z-index","default-open"]}connectedCallback(){const f=document.createElement("div");this.attachShadow({mode:"open"}).appendChild(f);const p={position:this.getAttribute("position")||"bottom-right",defaultOpen:this.getAttribute("default-open")==="true",theme:{primaryColor:this.getAttribute("primary-color")||"#007bff",buttonSize:parseInt(this.getAttribute("button-size")||"60"),zIndex:parseInt(this.getAttribute("z-index")||"9999")}};this.root=kT.createRoot(f),this.root.render(Ee.jsx(aE,{...p}))}disconnectedCallback(){this.root&&(this.root.unmount(),this.root=null)}attributeChangedCallback(){this.root&&this.connectedCallback()}}customElements.get("chat-widget")||customElements.define("chat-widget",c4),
|
|
738
|
+
Error: ${Re.error}`:"";R(b("txFailed")+He,"bot")}}else _(Ye,"pending"),R(b("txNoHandler"),"bot")}}catch(Ve){console.error("Action form submit error:",Ve),_(Ye,"pending"),R(w("txError",{message:Ve instanceof Error?Ve.message:"Unknown error"}),"bot")}},[_,E,k?.address,se,j?.nativeCurrency?.symbol,j?.blockExplorers?.default?.url,K,w,R,b,Q,p,ue]),Mt=ut.useCallback(Me=>{M([Me])},[M]),[Jt,Cn]=ut.useState({}),Ea=ut.useCallback(async(Me,Je,Ye)=>{Cn(Ve=>({...Ve,[Ye]:!0}));try{await Wt(Me,Je,Ye)}finally{Cn(Ve=>({...Ve,[Ye]:!1}))}},[Wt]),Ya=ut.useCallback(Me=>{Me.key==="Enter"&&!Me.shiftKey&&(Me.preventDefault(),ln())},[ln]),ot=ut.useCallback(()=>{const Me=window.getSelection();Me&&Me.toString().length>0||f()},[f]);return r?Ee.jsx("div",{className:`chat-modal-overlay${y==="bottom-left"?" chat-modal-overlay--left":""}`,onClick:ot,role:"dialog","aria-modal":"true","aria-labelledby":"chat-modal-title",children:Ee.jsxs("div",{className:"chat-modal",style:v,onClick:Me=>Me.stopPropagation(),children:[Ee.jsxs("div",{className:"chat-modal-header",children:[Ee.jsxs("div",{className:"chat-modal-header-left",children:[Ee.jsx("div",{className:"keyring-logo",children:Ee.jsx("img",{src:x6,alt:"Keyring Logo",width:40,height:40})}),Ee.jsx("h3",{id:"chat-modal-title",children:b("chatTitle")})]}),Ee.jsx("button",{className:"close-button",onClick:f,"aria-label":b("closeChat"),type:"button",children:Ee.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:Ee.jsx("path",{d:"M15 5L5 15M5 5L15 15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),Ee.jsx(y6,{address:k?.address,chainId:j?.chainId}),Ee.jsxs("div",{className:"chat-modal-messages-wrapper",children:[Ee.jsxs("div",{className:"chat-modal-messages",ref:rt,role:"log","aria-live":"polite",children:[C.map((Me,Je)=>Ee.jsxs("div",{children:[ra(Je)&&Ee.jsx("div",{className:"date-separator",children:c6(Me.timestamp)}),Ee.jsxs("div",{className:`message ${Me.sender==="user"?"message-user":"message-bot"}`,role:"article",children:[Ee.jsx("button",{disabled:zf.isMobile,className:"message-reply-button",onClick:()=>Te(Me),"aria-label":b("replyToMessage"),type:"button",children:Ee.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Ee.jsx("path",{d:"M3.5 8.5L1 6L3.5 3.5M1.5 6H10C12.2091 6 14 7.79086 14 10V13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}),Ee.jsxs("div",{className:"message-bubble",children:[Me.replyTo&&Ee.jsxs("div",{className:"message-reply-to",children:[Ee.jsxs("div",{className:"message-reply-to-label",children:[b("replyingTo")," ",Me.replyTo.sender==="user"?b("replyingToYou"):b("replyingToAgent")]}),Ee.jsx("div",{className:"message-reply-to-text",children:Me.replyTo.text})]}),Ee.jsx("div",{className:"message-text",children:Ee.jsx(B6,{content:Me.text})}),Me.buttons&&Me.buttons.length>0&&Ee.jsx("div",{className:"message-buttons",children:Me.buttons.map(Ye=>Ee.jsx("button",{className:`message-button ${Ye.fullWidth?"full-width":""} ${Ye.action==="suggested_action"?"suggested-action":""}`,onClick:()=>$e(Ye.value,Ye.action,Ye?.extraData),type:"button",children:Ye.text},Ye.id))}),Me.actionData&&Me.actionData.status==="pending"&&Ee.jsx(_6,{action:Me.actionData.action,initialValues:Me.actionData.parameters,onSubmit:(Ye,Ve)=>{Ea(Ye,Ve,Me.id),setTimeout(()=>{lt.current?.scrollIntoView({behavior:"smooth"})},100)},onCancel:()=>Mt(Me.id),isSubmitting:Jt[Me.id]||!1,tokenInfo:Me.actionData.tokenInfo,nftInfo:Me.actionData.nftInfo}),Me.actionData&&Me.actionData.status==="submitted"&&Ee.jsx("div",{className:"action-status action-status-submitted",children:b("txProcessing")}),Me.actionData&&Me.actionData.status==="success"&&Ee.jsx("div",{className:"action-status action-status-success",children:b("actionSuccess")}),Me.actionData&&Me.actionData.status==="fail"&&Ee.jsx("div",{className:"action-status action-status-fail",children:b("actionFail")}),Ee.jsxs("div",{className:"message-timestamp",children:[Me.timestamp.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",hour12:!1}),Me.sender==="user"&&Ee.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",className:"check-icon",children:Ee.jsx("path",{d:"M13.3333 4L6 11.3333L2.66667 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})]})]})]})]},Me.id)),ie&&Ee.jsx("div",{className:"message message-bot typing-indicator",role:"status","aria-label":b("botIsTyping"),children:Ee.jsxs("div",{className:"message-bubble",children:[Ee.jsx("span",{className:"typing-dot"}),Ee.jsx("span",{className:"typing-dot"}),Ee.jsx("span",{className:"typing-dot"})]})}),(Ie||C.length===1)&&Ee.jsxs(Ee.Fragment,{children:[Ee.jsx("div",{className:"message message-bot",role:"article",children:Ee.jsx("div",{className:"message-bubble",children:Ee.jsx("div",{className:"message-text",children:b("canIHelpYou")})})}),Ee.jsx("div",{className:"suggestions-container",children:Xe.map(Me=>Ee.jsxs("button",{className:"suggestion-button",onClick:Me.action,type:"button",children:[Ee.jsx("span",{className:"suggestion-icon",children:Me.icon}),Ee.jsx("span",{className:"suggestion-text",children:Me.text})]},Me.id))})]}),Ee.jsx("div",{ref:lt})]}),Ee.jsx(H6,{scrollContainerRef:rt})]}),Ee.jsxs("div",{className:"chat-modal-input",children:[Ne&&Ee.jsxs("div",{className:"reply-preview",children:[Ee.jsxs("div",{className:"reply-preview-content",children:[Ee.jsxs("div",{className:"reply-preview-label",children:[b("replyingTo")," ",Ne.sender==="user"?b("replyingToYou"):b("replyingToAgent")]}),Ee.jsx("div",{className:"reply-preview-text",children:Ne.text})]}),Ee.jsx("button",{className:"reply-preview-close",onClick:()=>je(null),"aria-label":b("cancelReply"),type:"button",children:Ee.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Ee.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})]}),Ee.jsxs("div",{className:"chat-modal-input-row",children:[Ee.jsx("input",{ref:Ke,type:"text",placeholder:b("messagePlaceholder"),value:X,onChange:Me=>te(Me.target.value),onKeyPress:Ya,disabled:ie,"aria-label":"Message input"}),Ee.jsx("button",{className:"send-button",onClick:ln,"aria-label":b("sendMessage"),disabled:ie||X?.trim()==="",type:"button",children:Ee.jsx("img",{src:R6,alt:"Send",width:44,height:44})})]})]})]})}):null},nE=({position:r,theme:f,defaultOpen:p,onOpen:y,onClose:v,onTransaction:b})=>{const{account:w,chainId:C}=P1(),[R,_]=ut.useState(p);ut.useEffect(()=>{p&&y&&y()},[]),ut.useEffect(()=>{if(typeof window>"u")return;const te=document.body,ie=document.documentElement,ne=te.style.overscrollBehavior,Ie=ie.style.overscrollBehavior,ae=te.style.overflow;return R&&(te.style.overscrollBehavior="none",ie.style.overscrollBehavior="none",te.style.overflow="hidden"),()=>{te.style.overscrollBehavior=ne,ie.style.overscrollBehavior=Ie,te.style.overflow=ae}},[R]);const ue=ut.useCallback(()=>{_(!0),y?.()},[y]),Q=ut.useCallback(()=>{_(!1),v?.()},[v]),M=ut.useCallback(()=>{R?Q():ue()},[R,ue,Q]),X={position:"fixed",[r==="bottom-right"?"right":"left"]:f.offset?.x??20,bottom:f.offset?.y??20,zIndex:f.zIndex??9999};return!ja(w?.address||"")||!C?Ee.jsx(Ee.Fragment,{}):Ee.jsxs("div",{style:X,role:"complementary","aria-label":"Chat widget",children:[Ee.jsx(_T,{buttonSize:f.buttonSize,onClick:M}),Ee.jsx(tE,{isOpen:R,onClose:Q,onTransaction:b,position:r,modalChatStyle:f.modalChatStyle})]})},aE=({position:r="bottom-right",theme:f={},defaultOpen:p=!1,onOpen:y,onClose:v,account:b,onTransaction:w,language:C="en",rpcUrls:R})=>{const _={position:r,theme:f,rpcUrls:R};return typeof window>"u"?null:Ee.jsx(S6,{initialConfig:_,children:Ee.jsx(p6,{initialAccount:b,children:Ee.jsx(zT,{initialLanguage:C,children:Ee.jsx(nE,{position:r,theme:f,defaultOpen:p,onOpen:y,onClose:v,onTransaction:w})})})})};class c4 extends HTMLElement{root=null;static get observedAttributes(){return["position","primary-color","button-size","z-index","default-open"]}connectedCallback(){const f=document.createElement("div");this.attachShadow({mode:"open"}).appendChild(f);const p={position:this.getAttribute("position")||"bottom-right",defaultOpen:this.getAttribute("default-open")==="true",theme:{primaryColor:this.getAttribute("primary-color")||"#007bff",buttonSize:parseInt(this.getAttribute("button-size")||"60"),zIndex:parseInt(this.getAttribute("z-index")||"9999")}};this.root=kT.createRoot(f),this.root.render(Ee.jsx(aE,{...p}))}disconnectedCallback(){this.root&&(this.root.unmount(),this.root=null)}attributeChangedCallback(){this.root&&this.connectedCallback()}}customElements.get("chat-widget")||customElements.define("chat-widget",c4),b0.ChatWidgetElement=c4,Object.defineProperty(b0,Symbol.toStringTag,{value:"Module"})}));
|