import{a as Q}from"./chunk-lodash-6114c6d4.js";import{a as k,_ as ne}from"./chunk-material-ui-eb5bb5f8.js";import{r as P,c as Ft}from"./chunk-react-162a731f.js";import{j as vt}from"./main-5057ff34.js";function ir(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=ir(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function oi(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=ir(e))&&(n&&(n+=" "),n+=t);return n}function ai(e,t,r=void 0){const n={};return Object.keys(e).forEach(o=>{n[o]=e[o].reduce((a,s)=>{if(s){const i=t(s);i!==""&&a.push(i),r&&r[s]&&a.push(r[s])}return a},[]).join(" ")}),n}var R={},cr={exports:{}};(function(e){function t(r){return r&&r.__esModule?r:{default:r}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(cr);var ur=cr.exports;function ve(e){let t="https://mui.com/production-error/?code="+e;for(let r=1;r<arguments.length;r+=1)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}const Jr=Object.freeze(Object.defineProperty({__proto__:null,default:ve},Symbol.toStringTag,{value:"Module"})),Qr=Q(Jr);function en(e,t=Number.MIN_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,r))}const tn=Object.freeze(Object.defineProperty({__proto__:null,default:en},Symbol.toStringTag,{value:"Module"})),rn=Q(tn);var fr=ur;Object.defineProperty(R,"__esModule",{value:!0});var si=R.alpha=hr;R.blend=gn;R.colorChannel=void 0;var nn=R.darken=wt;R.decomposeColor=K;var ii=R.emphasize=mr,on=R.getContrastRatio=dn;R.getLuminance=Le;R.hexToRgb=lr;var ci=R.hslToRgb=pr,an=R.lighten=St,ui=R.private_safeAlpha=pn,sn=R.private_safeColorChannel=void 0,fi=R.private_safeDarken=hn,li=R.private_safeEmphasize=yn,di=R.private_safeLighten=mn;R.recomposeColor=de;R.rgbToHex=ln;var Lt=fr(Qr),cn=fr(rn);function xt(e,t=0,r=1){return(0,cn.default)(e,t,r)}function lr(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let r=e.match(t);return r&&r[0].length===1&&(r=r.map(n=>n+n)),r?`rgb${r.length===4?"a":""}(${r.map((n,o)=>o<3?parseInt(n,16):Math.round(parseInt(n,16)/255*1e3)/1e3).join(", ")})`:""}function un(e){const t=e.toString(16);return t.length===1?`0${t}`:t}function K(e){if(e.type)return e;if(e.charAt(0)==="#")return K(lr(e));const t=e.indexOf("("),r=e.substring(0,t);if(["rgb","rgba","hsl","hsla","color"].indexOf(r)===-1)throw new Error((0,Lt.default)(9,e));let n=e.substring(t+1,e.length-1),o;if(r==="color"){if(n=n.split(" "),o=n.shift(),n.length===4&&n[3].charAt(0)==="/"&&(n[3]=n[3].slice(1)),["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(o)===-1)throw new Error((0,Lt.default)(10,o))}else n=n.split(",");return n=n.map(a=>parseFloat(a)),{type:r,values:n,colorSpace:o}}const dr=e=>{const t=K(e);return t.values.slice(0,3).map((r,n)=>t.type.indexOf("hsl")!==-1&&n!==0?`${r}%`:r).join(" ")};R.colorChannel=dr;const fn=(e,t)=>{try{return dr(e)}catch{return e}};sn=R.private_safeColorChannel=fn;function de(e){const{type:t,colorSpace:r}=e;let{values:n}=e;return t.indexOf("rgb")!==-1?n=n.map((o,a)=>a<3?parseInt(o,10):o):t.indexOf("hsl")!==-1&&(n[1]=`${n[1]}%`,n[2]=`${n[2]}%`),t.indexOf("color")!==-1?n=`${r} ${n.join(" ")}`:n=`${n.join(", ")}`,`${t}(${n})`}function ln(e){if(e.indexOf("#")===0)return e;const{values:t}=K(e);return`#${t.map((r,n)=>un(n===3?Math.round(255*r):r)).join("")}`}function pr(e){e=K(e);const{values:t}=e,r=t[0],n=t[1]/100,o=t[2]/100,a=n*Math.min(o,1-o),s=(f,d=(f+r/30)%12)=>o-a*Math.max(Math.min(d-3,9-d,1),-1);let i="rgb";const c=[Math.round(s(0)*255),Math.round(s(8)*255),Math.round(s(4)*255)];return e.type==="hsla"&&(i+="a",c.push(t[3])),de({type:i,values:c})}function Le(e){e=K(e);let t=e.type==="hsl"||e.type==="hsla"?K(pr(e)).values:e.values;return t=t.map(r=>(e.type!=="color"&&(r/=255),r<=.03928?r/12.92:((r+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function dn(e,t){const r=Le(e),n=Le(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}function hr(e,t){return e=K(e),t=xt(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,de(e)}function pn(e,t,r){try{return hr(e,t)}catch{return e}}function wt(e,t){if(e=K(e),t=xt(t),e.type.indexOf("hsl")!==-1)e.values[2]*=1-t;else if(e.type.indexOf("rgb")!==-1||e.type.indexOf("color")!==-1)for(let r=0;r<3;r+=1)e.values[r]*=1-t;return de(e)}function hn(e,t,r){try{return wt(e,t)}catch{return e}}function St(e,t){if(e=K(e),t=xt(t),e.type.indexOf("hsl")!==-1)e.values[2]+=(100-e.values[2])*t;else if(e.type.indexOf("rgb")!==-1)for(let r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;else if(e.type.indexOf("color")!==-1)for(let r=0;r<3;r+=1)e.values[r]+=(1-e.values[r])*t;return de(e)}function mn(e,t,r){try{return St(e,t)}catch{return e}}function mr(e,t=.15){return Le(e)>.5?wt(e,t):St(e,t)}function yn(e,t,r){try{return mr(e,t)}catch{return e}}function gn(e,t,r,n=1){const o=(c,f)=>Math.round((c**(1/n)*(1-r)+f**(1/n)*r)**n),a=K(e),s=K(t),i=[o(a.values[0],s.values[0]),o(a.values[1],s.values[1]),o(a.values[2],s.values[2])];return de({type:"rgb",values:i})}var $e={},it={exports:{}},Bt;function yr(){return Bt||(Bt=1,function(e){function t(){return e.exports=t=Object.assign?Object.assign.bind():function(r){for(var n=1;n<arguments.length;n++){var o=arguments[n];for(var a in o)({}).hasOwnProperty.call(o,a)&&(r[a]=o[a])}return r},e.exports.__esModule=!0,e.exports.default=e.exports,t.apply(null,arguments)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(it)),it.exports}var ct={exports:{}},zt;function bn(){return zt||(zt=1,function(e){function t(r,n){if(r==null)return{};var o={};for(var a in r)if({}.hasOwnProperty.call(r,a)){if(n.includes(a))continue;o[a]=r[a]}return o}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(ct)),ct.exports}function gr(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var vn=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,xn=gr(function(e){return vn.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),wn=!1;function Sn(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function _n(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var $n=function(){function e(r){var n=this;this._insertTag=function(o){var a;n.tags.length===0?n.insertionPoint?a=n.insertionPoint.nextSibling:n.prepend?a=n.container.firstChild:a=n.before:a=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,a),n.tags.push(o)},this.isSpeedy=r.speedy===void 0?!wn:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(_n(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var a=Sn(o);try{a.insertRule(n,a.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var o;return(o=n.parentNode)==null?void 0:o.removeChild(n)}),this.tags=[],this.ctr=0},e}(),I="-ms-",Be="-moz-",v="-webkit-",br="comm",_t="rule",$t="decl",kn="@import",vr="@keyframes",On="@layer",Cn=Math.abs,We=String.fromCharCode,Pn=Object.assign;function An(e,t){return j(e,0)^45?(((t<<2^j(e,0))<<2^j(e,1))<<2^j(e,2))<<2^j(e,3):0}function xr(e){return e.trim()}function Tn(e,t){return(e=t.exec(e))?e[0]:e}function x(e,t,r){return e.replace(t,r)}function dt(e,t){return e.indexOf(t)}function j(e,t){return e.charCodeAt(t)|0}function xe(e,t,r){return e.slice(t,r)}function U(e){return e.length}function kt(e){return e.length}function Te(e,t){return t.push(e),e}function Rn(e,t){return e.map(t).join("")}var De=1,le=1,wr=0,F=0,M=0,pe="";function Ke(e,t,r,n,o,a,s){return{value:e,root:t,parent:r,type:n,props:o,children:a,line:De,column:le,length:s,return:""}}function ye(e,t){return Pn(Ke("",null,null,"",null,null,0),e,{length:-e.length},t)}function En(){return M}function Mn(){return M=F>0?j(pe,--F):0,le--,M===10&&(le=1,De--),M}function B(){return M=F<wr?j(pe,F++):0,le++,M===10&&(le=1,De++),M}function Y(){return j(pe,F)}function Ee(){return F}function ke(e,t){return xe(pe,e,t)}function we(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Sr(e){return De=le=1,wr=U(pe=e),F=0,[]}function _r(e){return pe="",e}function Me(e){return xr(ke(F-1,pt(e===91?e+2:e===40?e+1:e)))}function jn(e){for(;(M=Y())&&M<33;)B();return we(e)>2||we(M)>3?"":" "}function In(e,t){for(;--t&&B()&&!(M<48||M>102||M>57&&M<65||M>70&&M<97););return ke(e,Ee()+(t<6&&Y()==32&&B()==32))}function pt(e){for(;B();)switch(M){case e:return F;case 34:case 39:e!==34&&e!==39&&pt(M);break;case 40:e===41&&pt(e);break;case 92:B();break}return F}function Fn(e,t){for(;B()&&e+M!==47+10;)if(e+M===42+42&&Y()===47)break;return"/*"+ke(t,F-1)+"*"+We(e===47?e:B())}function Ln(e){for(;!we(Y());)B();return ke(e,F)}function Bn(e){return _r(je("",null,null,null,[""],e=Sr(e),0,[0],e))}function je(e,t,r,n,o,a,s,i,c){for(var f=0,d=0,p=s,l=0,m=0,h=0,u=1,g=1,y=1,w=0,O="",z=o,_=a,C=n,b=O;g;)switch(h=w,w=B()){case 40:if(h!=108&&j(b,p-1)==58){dt(b+=x(Me(w),"&","&\f"),"&\f")!=-1&&(y=-1);break}case 34:case 39:case 91:b+=Me(w);break;case 9:case 10:case 13:case 32:b+=jn(h);break;case 92:b+=In(Ee()-1,7);continue;case 47:switch(Y()){case 42:case 47:Te(zn(Fn(B(),Ee()),t,r),c);break;default:b+="/"}break;case 123*u:i[f++]=U(b)*y;case 125*u:case 59:case 0:switch(w){case 0:case 125:g=0;case 59+d:y==-1&&(b=x(b,/\f/g,"")),m>0&&U(b)-p&&Te(m>32?Dt(b+";",n,r,p-1):Dt(x(b," ","")+";",n,r,p-2),c);break;case 59:b+=";";default:if(Te(C=Wt(b,t,r,f,d,o,i,O,z=[],_=[],p),a),w===123)if(d===0)je(b,t,C,C,z,a,p,i,_);else switch(l===99&&j(b,3)===110?100:l){case 100:case 108:case 109:case 115:je(e,C,C,n&&Te(Wt(e,C,C,0,0,o,i,O,o,z=[],p),_),o,_,p,i,n?z:_);break;default:je(b,C,C,C,[""],_,0,i,_)}}f=d=m=0,u=y=1,O=b="",p=s;break;case 58:p=1+U(b),m=h;default:if(u<1){if(w==123)--u;else if(w==125&&u++==0&&Mn()==125)continue}switch(b+=We(w),w*u){case 38:y=d>0?1:(b+="\f",-1);break;case 44:i[f++]=(U(b)-1)*y,y=1;break;case 64:Y()===45&&(b+=Me(B())),l=Y(),d=p=U(O=b+=Ln(Ee())),w++;break;case 45:h===45&&U(b)==2&&(u=0)}}return a}function Wt(e,t,r,n,o,a,s,i,c,f,d){for(var p=o-1,l=o===0?a:[""],m=kt(l),h=0,u=0,g=0;h<n;++h)for(var y=0,w=xe(e,p+1,p=Cn(u=s[h])),O=e;y<m;++y)(O=xr(u>0?l[y]+" "+w:x(w,/&\f/g,l[y])))&&(c[g++]=O);return Ke(e,t,r,o===0?_t:i,c,f,d)}function zn(e,t,r){return Ke(e,t,r,br,We(En()),xe(e,2,-2),0)}function Dt(e,t,r,n){return Ke(e,t,r,$t,xe(e,0,n),xe(e,n+1,-1),n)}function ue(e,t){for(var r="",n=kt(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}function Wn(e,t,r,n){switch(e.type){case On:if(e.children.length)break;case kn:case $t:return e.return=e.return||e.value;case br:return"";case vr:return e.return=e.value+"{"+ue(e.children,n)+"}";case _t:e.value=e.props.join(",")}return U(r=ue(e.children,n))?e.return=e.value+"{"+r+"}":""}function Dn(e){var t=kt(e);return function(r,n,o,a){for(var s="",i=0;i<t;i++)s+=e[i](r,n,o,a)||"";return s}}function Kn(e){return function(t){t.root||(t=t.return)&&e(t)}}var Nn=function(t,r,n){for(var o=0,a=0;o=a,a=Y(),o===38&&a===12&&(r[n]=1),!we(a);)B();return ke(t,F)},qn=function(t,r){var n=-1,o=44;do switch(we(o)){case 0:o===38&&Y()===12&&(r[n]=1),t[n]+=Nn(F-1,r,n);break;case 2:t[n]+=Me(o);break;case 4:if(o===44){t[++n]=Y()===58?"&\f":"",r[n]=t[n].length;break}default:t[n]+=We(o)}while(o=B());return t},Gn=function(t,r){return _r(qn(Sr(t),r))},Kt=new WeakMap,Hn=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,n=t.parent,o=t.column===n.column&&t.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!Kt.get(n))&&!o){Kt.set(t,!0);for(var a=[],s=Gn(r,a),i=n.props,c=0,f=0;c<s.length;c++)for(var d=0;d<i.length;d++,f++)t.props[f]=a[c]?s[c].replace(/&\f/g,i[d]):i[d]+" "+s[c]}}},Un=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function $r(e,t){switch(An(e,t)){case 5103:return v+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return v+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return v+e+Be+e+I+e+e;case 6828:case 4268:return v+e+I+e+e;case 6165:return v+e+I+"flex-"+e+e;case 5187:return v+e+x(e,/(\w+).+(:[^]+)/,v+"box-$1$2"+I+"flex-$1$2")+e;case 5443:return v+e+I+"flex-item-"+x(e,/flex-|-self/,"")+e;case 4675:return v+e+I+"flex-line-pack"+x(e,/align-content|flex-|-self/,"")+e;case 5548:return v+e+I+x(e,"shrink","negative")+e;case 5292:return v+e+I+x(e,"basis","preferred-size")+e;case 6060:return v+"box-"+x(e,"-grow","")+v+e+I+x(e,"grow","positive")+e;case 4554:return v+x(e,/([^-])(transform)/g,"$1"+v+"$2")+e;case 6187:return x(x(x(e,/(zoom-|grab)/,v+"$1"),/(image-set)/,v+"$1"),e,"")+e;case 5495:case 3959:return x(e,/(image-set\([^]*)/,v+"$1$`$1");case 4968:return x(x(e,/(.+:)(flex-)?(.*)/,v+"box-pack:$3"+I+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+v+e+e;case 4095:case 3583:case 4068:case 2532:return x(e,/(.+)-inline(.+)/,v+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(U(e)-1-t>6)switch(j(e,t+1)){case 109:if(j(e,t+4)!==45)break;case 102:return x(e,/(.+:)(.+)-([^]+)/,"$1"+v+"$2-$3$1"+Be+(j(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~dt(e,"stretch")?$r(x(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(j(e,t+1)!==115)break;case 6444:switch(j(e,U(e)-3-(~dt(e,"!important")&&10))){case 107:return x(e,":",":"+v)+e;case 101:return x(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+v+(j(e,14)===45?"inline-":"")+"box$3$1"+v+"$2$3$1"+I+"$2box$3")+e}break;case 5936:switch(j(e,t+11)){case 114:return v+e+I+x(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return v+e+I+x(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return v+e+I+x(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return v+e+I+e+e}return e}var Xn=function(t,r,n,o){if(t.length>-1&&!t.return)switch(t.type){case $t:t.return=$r(t.value,t.length);break;case vr:return ue([ye(t,{value:x(t.value,"@","@"+v)})],o);case _t:if(t.length)return Rn(t.props,function(a){switch(Tn(a,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return ue([ye(t,{props:[x(a,/:(read-\w+)/,":"+Be+"$1")]})],o);case"::placeholder":return ue([ye(t,{props:[x(a,/:(plac\w+)/,":"+v+"input-$1")]}),ye(t,{props:[x(a,/:(plac\w+)/,":"+Be+"$1")]}),ye(t,{props:[x(a,/:(plac\w+)/,I+"input-$1")]})],o)}return""})}},Yn=[Xn],kr=function(t){var r=t.key;if(r==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(u){var g=u.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(u),u.setAttribute("data-s",""))})}var o=t.stylisPlugins||Yn,a={},s,i=[];s=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(u){for(var g=u.getAttribute("data-emotion").split(" "),y=1;y<g.length;y++)a[g[y]]=!0;i.push(u)});var c,f=[Hn,Un];{var d,p=[Wn,Kn(function(u){d.insert(u)})],l=Dn(f.concat(o,p)),m=function(g){return ue(Bn(g),l)};c=function(g,y,w,O){d=w,m(g?g+"{"+y.styles+"}":y.styles),O&&(h.inserted[y.name]=!0)}}var h={key:r,sheet:new $n({key:r,container:s,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:a,registered:{},insert:c};return h.sheet.hydrate(i),h},Vn=!0;function Zn(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(n+=o+" ")}),n}var Or=function(t,r,n){var o=t.key+"-"+r.name;(n===!1||Vn===!1)&&t.registered[o]===void 0&&(t.registered[o]=r.styles)},Cr=function(t,r,n){Or(t,r,n);var o=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var a=r;do t.insert(r===a?"."+o:"",a,t.sheet,!0),a=a.next;while(a!==void 0)}};function Jn(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Qn={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},eo=!1,to=/[A-Z]|^ms/g,ro=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Pr=function(t){return t.charCodeAt(1)===45},Nt=function(t){return t!=null&&typeof t!="boolean"},ut=gr(function(e){return Pr(e)?e:e.replace(to,"-$&").toLowerCase()}),qt=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(ro,function(n,o,a){return X={name:o,styles:a,next:X},o})}return Qn[t]!==1&&!Pr(t)&&typeof r=="number"&&r!==0?r+"px":r},no="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Se(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var o=r;if(o.anim===1)return X={name:o.name,styles:o.styles,next:X},o.name;var a=r;if(a.styles!==void 0){var s=a.next;if(s!==void 0)for(;s!==void 0;)X={name:s.name,styles:s.styles,next:X},s=s.next;var i=a.styles+";";return i}return oo(e,t,r)}case"function":{if(e!==void 0){var c=X,f=r(e);return X=c,Se(e,t,f)}break}}var d=r;if(t==null)return d;var p=t[d];return p!==void 0?p:d}function oo(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=Se(e,t,r[o])+";";else for(var a in r){var s=r[a];if(typeof s!="object"){var i=s;t!=null&&t[i]!==void 0?n+=a+"{"+t[i]+"}":Nt(i)&&(n+=ut(a)+":"+qt(a,i)+";")}else{if(a==="NO_COMPONENT_SELECTOR"&&eo)throw new Error(no);if(Array.isArray(s)&&typeof s[0]=="string"&&(t==null||t[s[0]]===void 0))for(var c=0;c<s.length;c++)Nt(s[c])&&(n+=ut(a)+":"+qt(a,s[c])+";");else{var f=Se(e,t,s);switch(a){case"animation":case"animationName":{n+=ut(a)+":"+f+";";break}default:n+=a+"{"+f+"}"}}}}return n}var Gt=/label:\s*([^\s;{]+)\s*(;|$)/g,X;function Ot(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";X=void 0;var a=e[0];if(a==null||a.raw===void 0)n=!1,o+=Se(r,t,a);else{var s=a;o+=s[0]}for(var i=1;i<e.length;i++)if(o+=Se(r,t,e[i]),n){var c=a;o+=c[i]}Gt.lastIndex=0;for(var f="",d;(d=Gt.exec(o))!==null;)f+="-"+d[1];var p=Jn(o)+f;return{name:p,styles:o,next:X}}var ao=function(t){return t()},Ar=Ft["useInsertionEffect"]?Ft["useInsertionEffect"]:!1,so=Ar||ao,Ht=Ar||P.useLayoutEffect,Tr=P.createContext(typeof HTMLElement<"u"?kr({key:"css"}):null),io=Tr.Provider,Rr=function(t){return P.forwardRef(function(r,n){var o=P.useContext(Tr);return t(r,o,n)})},Ct=P.createContext({});yr();var co=Rr(function(e,t){var r=e.styles,n=Ot([r],void 0,P.useContext(Ct)),o=P.useRef();return Ht(function(){var a=t.key+"-global",s=new t.sheet.constructor({key:a,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),i=!1,c=document.querySelector('style[data-emotion="'+a+" "+n.name+'"]');return t.sheet.tags.length&&(s.before=t.sheet.tags[0]),c!==null&&(i=!0,c.setAttribute("data-emotion",a),s.hydrate([c])),o.current=[s,i],function(){s.flush()}},[t]),Ht(function(){var a=o.current,s=a[0],i=a[1];if(i){a[1]=!1;return}if(n.next!==void 0&&Cr(t,n.next,!0),s.tags.length){var c=s.tags[s.tags.length-1].nextElementSibling;s.before=c,s.flush()}t.insert("",n,s,!1)},[t,n.name]),null});function Er(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Ot(t)}var uo=function(){var t=Er.apply(void 0,arguments),r="animation-"+t.name;return{name:r,styles:"@keyframes "+r+"{"+t.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}},fo=xn,lo=function(t){return t!=="theme"},Ut=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?fo:lo},Xt=function(t,r,n){var o;if(r){var a=r.shouldForwardProp;o=t.__emotion_forwardProp&&a?function(s){return t.__emotion_forwardProp(s)&&a(s)}:a}return typeof o!="function"&&n&&(o=t.__emotion_forwardProp),o},po=!1,ho=function(t){var r=t.cache,n=t.serialized,o=t.isStringTag;return Or(r,n,o),so(function(){return Cr(r,n,o)}),null},mo=function e(t,r){var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,a,s;r!==void 0&&(a=r.label,s=r.target);var i=Xt(t,r,n),c=i||Ut(o),f=!c("as");return function(){var d=arguments,p=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(a!==void 0&&p.push("label:"+a+";"),d[0]==null||d[0].raw===void 0)p.push.apply(p,d);else{p.push(d[0][0]);for(var l=d.length,m=1;m<l;m++)p.push(d[m],d[0][m])}var h=Rr(function(u,g,y){var w=f&&u.as||o,O="",z=[],_=u;if(u.theme==null){_={};for(var C in u)_[C]=u[C];_.theme=P.useContext(Ct)}typeof u.className=="string"?O=Zn(g.registered,z,u.className):u.className!=null&&(O=u.className+" ");var b=Ot(p.concat(z),g.registered,_);O+=g.key+"-"+b.name,s!==void 0&&(O+=" "+s);var ee=f&&i===void 0?Ut(w):c,te={};for(var re in u)f&&re==="as"||ee(re)&&(te[re]=u[re]);return te.className=O,y&&(te.ref=y),P.createElement(P.Fragment,null,P.createElement(ho,{cache:g,serialized:b,isStringTag:typeof w=="string"}),P.createElement(w,te))});return h.displayName=a!==void 0?a:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",h.defaultProps=t.defaultProps,h.__emotion_real=h,h.__emotion_base=o,h.__emotion_styles=p,h.__emotion_forwardProp=i,Object.defineProperty(h,"toString",{value:function(){return s===void 0&&po?"NO_COMPONENT_SELECTOR":"."+s}}),h.withComponent=function(u,g){return e(u,k({},r,g,{shouldForwardProp:Xt(h,g,!0)})).apply(void 0,p)},h}},yo=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],ht=mo.bind();yo.forEach(function(e){ht[e]=ht(e)});let mt;typeof document=="object"&&(mt=kr({key:"css",prepend:!0}));function go(e){const{injectFirst:t,children:r}=e;return t&&mt?vt.jsx(io,{value:mt,children:r}):r}function bo(e){return e==null||Object.keys(e).length===0}function vo(e){const{styles:t,defaultTheme:r={}}=e,n=typeof t=="function"?o=>t(bo(o)?r:o):t;return vt.jsx(co,{styles:n})}/**
 * @mui/styled-engine v5.16.6
 *
 * @license MIT
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */function xo(e,t){return ht(e,t)}const wo=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))},So=Object.freeze(Object.defineProperty({__proto__:null,GlobalStyles:vo,StyledEngineProvider:go,ThemeContext:Ct,css:Er,default:xo,internal_processStyles:wo,keyframes:uo},Symbol.toStringTag,{value:"Module"})),_o=Q(So);function J(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Mr(e){if(!J(e))return e;const t={};return Object.keys(e).forEach(r=>{t[r]=Mr(e[r])}),t}function G(e,t,r={clone:!0}){const n=r.clone?k({},e):e;return J(e)&&J(t)&&Object.keys(t).forEach(o=>{J(t[o])&&Object.prototype.hasOwnProperty.call(e,o)&&J(e[o])?n[o]=G(e[o],t[o],r):r.clone?n[o]=J(t[o])?Mr(t[o]):t[o]:n[o]=t[o]}),n}const $o=Object.freeze(Object.defineProperty({__proto__:null,default:G,isPlainObject:J},Symbol.toStringTag,{value:"Module"})),ko=Q($o);function Pt(e){if(typeof e!="string")throw new Error(ve(7));return e.charAt(0).toUpperCase()+e.slice(1)}const Oo=Object.freeze(Object.defineProperty({__proto__:null,default:Pt},Symbol.toStringTag,{value:"Module"})),Co=Q(Oo);var jr={exports:{}},S={};/**
 * @license React
 * react-is.production.min.js
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */var At=Symbol.for("react.element"),Tt=Symbol.for("react.portal"),Ne=Symbol.for("react.fragment"),qe=Symbol.for("react.strict_mode"),Ge=Symbol.for("react.profiler"),He=Symbol.for("react.provider"),Ue=Symbol.for("react.context"),Po=Symbol.for("react.server_context"),Xe=Symbol.for("react.forward_ref"),Ye=Symbol.for("react.suspense"),Ve=Symbol.for("react.suspense_list"),Ze=Symbol.for("react.memo"),Je=Symbol.for("react.lazy"),Ao=Symbol.for("react.offscreen"),Ir;Ir=Symbol.for("react.module.reference");function N(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case At:switch(e=e.type,e){case Ne:case Ge:case qe:case Ye:case Ve:return e;default:switch(e=e&&e.$$typeof,e){case Po:case Ue:case Xe:case Je:case Ze:case He:return e;default:return t}}case Tt:return t}}}S.ContextConsumer=Ue;S.ContextProvider=He;S.Element=At;S.ForwardRef=Xe;S.Fragment=Ne;S.Lazy=Je;S.Memo=Ze;S.Portal=Tt;S.Profiler=Ge;S.StrictMode=qe;S.Suspense=Ye;S.SuspenseList=Ve;S.isAsyncMode=function(){return!1};S.isConcurrentMode=function(){return!1};S.isContextConsumer=function(e){return N(e)===Ue};S.isContextProvider=function(e){return N(e)===He};S.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===At};S.isForwardRef=function(e){return N(e)===Xe};S.isFragment=function(e){return N(e)===Ne};S.isLazy=function(e){return N(e)===Je};S.isMemo=function(e){return N(e)===Ze};S.isPortal=function(e){return N(e)===Tt};S.isProfiler=function(e){return N(e)===Ge};S.isStrictMode=function(e){return N(e)===qe};S.isSuspense=function(e){return N(e)===Ye};S.isSuspenseList=function(e){return N(e)===Ve};S.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===Ne||e===Ge||e===qe||e===Ye||e===Ve||e===Ao||typeof e=="object"&&e!==null&&(e.$$typeof===Je||e.$$typeof===Ze||e.$$typeof===He||e.$$typeof===Ue||e.$$typeof===Xe||e.$$typeof===Ir||e.getModuleId!==void 0)};S.typeOf=N;jr.exports=S;var Yt=jr.exports;const To=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function Fr(e){const t=`${e}`.match(To);return t&&t[1]||""}function Lr(e,t=""){return e.displayName||e.name||Fr(e)||t}function Vt(e,t,r){const n=Lr(t);return e.displayName||(n!==""?`${r}(${n})`:r)}function Ro(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return Lr(e,"Component");if(typeof e=="object")switch(e.$$typeof){case Yt.ForwardRef:return Vt(e,e.render,"ForwardRef");case Yt.Memo:return Vt(e,e.type,"memo");default:return}}}const Eo=Object.freeze(Object.defineProperty({__proto__:null,default:Ro,getFunctionName:Fr},Symbol.toStringTag,{value:"Module"})),Mo=Q(Eo),jo=["values","unit","step"],Io=e=>{const t=Object.keys(e).map(r=>({key:r,val:e[r]}))||[];return t.sort((r,n)=>r.val-n.val),t.reduce((r,n)=>k({},r,{[n.key]:n.val}),{})};function Br(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:r="px",step:n=5}=e,o=ne(e,jo),a=Io(t),s=Object.keys(a);function i(l){return`@media (min-width:${typeof t[l]=="number"?t[l]:l}${r})`}function c(l){return`@media (max-width:${(typeof t[l]=="number"?t[l]:l)-n/100}${r})`}function f(l,m){const h=s.indexOf(m);return`@media (min-width:${typeof t[l]=="number"?t[l]:l}${r}) and (max-width:${(h!==-1&&typeof t[s[h]]=="number"?t[s[h]]:m)-n/100}${r})`}function d(l){return s.indexOf(l)+1<s.length?f(l,s[s.indexOf(l)+1]):i(l)}function p(l){const m=s.indexOf(l);return m===0?i(s[1]):m===s.length-1?c(s[m]):f(l,s[s.indexOf(l)+1]).replace("@media","@media not all and")}return k({keys:s,values:a,up:i,down:c,between:f,only:d,not:p,unit:r},o)}const Fo={borderRadius:4},Lo=Fo;function be(e,t){return t?G(e,t,{clone:!1}):e}const Rt={xs:0,sm:600,md:900,lg:1200,xl:1536},Zt={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Rt[e]}px)`};function Z(e,t,r){const n=e.theme||{};if(Array.isArray(t)){const a=n.breakpoints||Zt;return t.reduce((s,i,c)=>(s[a.up(a.keys[c])]=r(t[c]),s),{})}if(typeof t=="object"){const a=n.breakpoints||Zt;return Object.keys(t).reduce((s,i)=>{if(Object.keys(a.values||Rt).indexOf(i)!==-1){const c=a.up(i);s[c]=r(t[i],i)}else{const c=i;s[c]=t[c]}return s},{})}return r(t)}function zr(e={}){var t;return((t=e.keys)==null?void 0:t.reduce((n,o)=>{const a=e.up(o);return n[a]={},n},{}))||{}}function Wr(e,t){return e.reduce((r,n)=>{const o=r[n];return(!o||Object.keys(o).length===0)&&delete r[n],r},t)}function pi(e,...t){const r=zr(e),n=[r,...t].reduce((o,a)=>G(o,a),{});return Wr(Object.keys(r),n)}function Bo(e,t){if(typeof e!="object")return{};const r={},n=Object.keys(t);return Array.isArray(e)?n.forEach((o,a)=>{a<e.length&&(r[o]=!0)}):n.forEach(o=>{e[o]!=null&&(r[o]=!0)}),r}function hi({values:e,breakpoints:t,base:r}){const n=r||Bo(e,t),o=Object.keys(n);if(o.length===0)return e;let a;return o.reduce((s,i,c)=>(Array.isArray(e)?(s[i]=e[c]!=null?e[c]:e[a],a=c):typeof e=="object"?(s[i]=e[i]!=null?e[i]:e[a],a=i):s[i]=e,s),{})}function Qe(e,t,r=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&r){const n=`vars.${t}`.split(".").reduce((o,a)=>o&&o[a]?o[a]:null,e);if(n!=null)return n}return t.split(".").reduce((n,o)=>n&&n[o]!=null?n[o]:null,e)}function ze(e,t,r,n=r){let o;return typeof e=="function"?o=e(r):Array.isArray(e)?o=e[r]||n:o=Qe(e,r)||n,t&&(o=t(o,n,e)),o}function E(e){const{prop:t,cssProperty:r=e.prop,themeKey:n,transform:o}=e,a=s=>{if(s[t]==null)return null;const i=s[t],c=s.theme,f=Qe(c,n)||{};return Z(s,i,p=>{let l=ze(f,o,p);return p===l&&typeof p=="string"&&(l=ze(f,o,`${t}${p==="default"?"":Pt(p)}`,p)),r===!1?l:{[r]:l}})};return a.propTypes={},a.filterProps=[t],a}function zo(e){const t={};return r=>(t[r]===void 0&&(t[r]=e(r)),t[r])}const Wo={m:"margin",p:"padding"},Do={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Jt={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Ko=zo(e=>{if(e.length>2)if(Jt[e])e=Jt[e];else return[e];const[t,r]=e.split(""),n=Wo[t],o=Do[r]||"";return Array.isArray(o)?o.map(a=>n+a):[n+o]}),Et=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Mt=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"];[...Et,...Mt];function Oe(e,t,r,n){var o;const a=(o=Qe(e,t,!1))!=null?o:r;return typeof a=="number"?s=>typeof s=="string"?s:a*s:Array.isArray(a)?s=>typeof s=="string"?s:a[s]:typeof a=="function"?a:()=>{}}function Dr(e){return Oe(e,"spacing",8)}function Ce(e,t){if(typeof t=="string"||t==null)return t;const r=Math.abs(t),n=e(r);return t>=0?n:typeof n=="number"?-n:`-${n}`}function No(e,t){return r=>e.reduce((n,o)=>(n[o]=Ce(t,r),n),{})}function qo(e,t,r,n){if(t.indexOf(r)===-1)return null;const o=Ko(r),a=No(o,n),s=e[r];return Z(e,s,a)}function Kr(e,t){const r=Dr(e.theme);return Object.keys(e).map(n=>qo(e,t,n,r)).reduce(be,{})}function A(e){return Kr(e,Et)}A.propTypes={};A.filterProps=Et;function T(e){return Kr(e,Mt)}T.propTypes={};T.filterProps=Mt;function Go(e=8){if(e.mui)return e;const t=Dr({spacing:e}),r=(...n)=>(n.length===0?[1]:n).map(a=>{const s=t(a);return typeof s=="number"?`${s}px`:s}).join(" ");return r.mui=!0,r}function et(...e){const t=e.reduce((n,o)=>(o.filterProps.forEach(a=>{n[a]=o}),n),{}),r=n=>Object.keys(n).reduce((o,a)=>t[a]?be(o,t[a](n)):o,{});return r.propTypes={},r.filterProps=e.reduce((n,o)=>n.concat(o.filterProps),[]),r}function D(e){return typeof e!="number"?e:`${e}px solid`}function q(e,t){return E({prop:e,themeKey:"borders",transform:t})}const Ho=q("border",D),Uo=q("borderTop",D),Xo=q("borderRight",D),Yo=q("borderBottom",D),Vo=q("borderLeft",D),Zo=q("borderColor"),Jo=q("borderTopColor"),Qo=q("borderRightColor"),ea=q("borderBottomColor"),ta=q("borderLeftColor"),ra=q("outline",D),na=q("outlineColor"),tt=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=Oe(e.theme,"shape.borderRadius",4),r=n=>({borderRadius:Ce(t,n)});return Z(e,e.borderRadius,r)}return null};tt.propTypes={};tt.filterProps=["borderRadius"];et(Ho,Uo,Xo,Yo,Vo,Zo,Jo,Qo,ea,ta,tt,ra,na);const rt=e=>{if(e.gap!==void 0&&e.gap!==null){const t=Oe(e.theme,"spacing",8),r=n=>({gap:Ce(t,n)});return Z(e,e.gap,r)}return null};rt.propTypes={};rt.filterProps=["gap"];const nt=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=Oe(e.theme,"spacing",8),r=n=>({columnGap:Ce(t,n)});return Z(e,e.columnGap,r)}return null};nt.propTypes={};nt.filterProps=["columnGap"];const ot=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=Oe(e.theme,"spacing",8),r=n=>({rowGap:Ce(t,n)});return Z(e,e.rowGap,r)}return null};ot.propTypes={};ot.filterProps=["rowGap"];const oa=E({prop:"gridColumn"}),aa=E({prop:"gridRow"}),sa=E({prop:"gridAutoFlow"}),ia=E({prop:"gridAutoColumns"}),ca=E({prop:"gridAutoRows"}),ua=E({prop:"gridTemplateColumns"}),fa=E({prop:"gridTemplateRows"}),la=E({prop:"gridTemplateAreas"}),da=E({prop:"gridArea"});et(rt,nt,ot,oa,aa,sa,ia,ca,ua,fa,la,da);function fe(e,t){return t==="grey"?t:e}const pa=E({prop:"color",themeKey:"palette",transform:fe}),ha=E({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:fe}),ma=E({prop:"backgroundColor",themeKey:"palette",transform:fe});et(pa,ha,ma);function L(e){return e<=1&&e!==0?`${e*100}%`:e}const ya=E({prop:"width",transform:L}),jt=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=r=>{var n,o;const a=((n=e.theme)==null||(n=n.breakpoints)==null||(n=n.values)==null?void 0:n[r])||Rt[r];return a?((o=e.theme)==null||(o=o.breakpoints)==null?void 0:o.unit)!=="px"?{maxWidth:`${a}${e.theme.breakpoints.unit}`}:{maxWidth:a}:{maxWidth:L(r)}};return Z(e,e.maxWidth,t)}return null};jt.filterProps=["maxWidth"];const ga=E({prop:"minWidth",transform:L}),ba=E({prop:"height",transform:L}),va=E({prop:"maxHeight",transform:L}),xa=E({prop:"minHeight",transform:L});E({prop:"size",cssProperty:"width",transform:L});E({prop:"size",cssProperty:"height",transform:L});const wa=E({prop:"boxSizing"});et(ya,jt,ga,ba,va,xa,wa);const Sa={border:{themeKey:"borders",transform:D},borderTop:{themeKey:"borders",transform:D},borderRight:{themeKey:"borders",transform:D},borderBottom:{themeKey:"borders",transform:D},borderLeft:{themeKey:"borders",transform:D},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:D},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:tt},color:{themeKey:"palette",transform:fe},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:fe},backgroundColor:{themeKey:"palette",transform:fe},p:{style:T},pt:{style:T},pr:{style:T},pb:{style:T},pl:{style:T},px:{style:T},py:{style:T},padding:{style:T},paddingTop:{style:T},paddingRight:{style:T},paddingBottom:{style:T},paddingLeft:{style:T},paddingX:{style:T},paddingY:{style:T},paddingInline:{style:T},paddingInlineStart:{style:T},paddingInlineEnd:{style:T},paddingBlock:{style:T},paddingBlockStart:{style:T},paddingBlockEnd:{style:T},m:{style:A},mt:{style:A},mr:{style:A},mb:{style:A},ml:{style:A},mx:{style:A},my:{style:A},margin:{style:A},marginTop:{style:A},marginRight:{style:A},marginBottom:{style:A},marginLeft:{style:A},marginX:{style:A},marginY:{style:A},marginInline:{style:A},marginInlineStart:{style:A},marginInlineEnd:{style:A},marginBlock:{style:A},marginBlockStart:{style:A},marginBlockEnd:{style:A},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:rt},rowGap:{style:ot},columnGap:{style:nt},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:L},maxWidth:{style:jt},minWidth:{transform:L},height:{transform:L},maxHeight:{transform:L},minHeight:{transform:L},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}},Pe=Sa;function _a(...e){const t=e.reduce((n,o)=>n.concat(Object.keys(o)),[]),r=new Set(t);return e.every(n=>r.size===Object.keys(n).length)}function $a(e,t){return typeof e=="function"?e(t):e}function Nr(){function e(r,n,o,a){const s={[r]:n,theme:o},i=a[r];if(!i)return{[r]:n};const{cssProperty:c=r,themeKey:f,transform:d,style:p}=i;if(n==null)return null;if(f==="typography"&&n==="inherit")return{[r]:n};const l=Qe(o,f)||{};return p?p(s):Z(s,n,h=>{let u=ze(l,d,h);return h===u&&typeof h=="string"&&(u=ze(l,d,`${r}${h==="default"?"":Pt(h)}`,h)),c===!1?u:{[c]:u}})}function t(r){var n;const{sx:o,theme:a={}}=r||{};if(!o)return null;const s=(n=a.unstable_sxConfig)!=null?n:Pe;function i(c){let f=c;if(typeof c=="function")f=c(a);else if(typeof c!="object")return c;if(!f)return null;const d=zr(a.breakpoints),p=Object.keys(d);let l=d;return Object.keys(f).forEach(m=>{const h=$a(f[m],a);if(h!=null)if(typeof h=="object")if(s[m])l=be(l,e(m,h,a,s));else{const u=Z({theme:a},h,g=>({[m]:g}));_a(u,h)?l[m]=t({sx:h,theme:a}):l=be(l,u)}else l=be(l,e(m,h,a,s))}),Wr(p,l)}return Array.isArray(o)?o.map(i):i(o)}return t}const qr=Nr();qr.filterProps=["sx"];const It=qr;function Gr(e,t){const r=this;return r.vars&&typeof r.getColorSchemeSelector=="function"?{[r.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/,"*:where($1)")]:t}:r.palette.mode===e?t:{}}const ka=["breakpoints","palette","spacing","shape"];function Hr(e={},...t){const{breakpoints:r={},palette:n={},spacing:o,shape:a={}}=e,s=ne(e,ka),i=Br(r),c=Go(o);let f=G({breakpoints:i,direction:"ltr",components:{},palette:k({mode:"light"},n),spacing:c,shape:k({},Lo,a)},s);return f.applyStyles=Gr,f=t.reduce((d,p)=>G(d,p),f),f.unstable_sxConfig=k({},Pe,s==null?void 0:s.unstable_sxConfig),f.unstable_sx=function(p){return It({sx:p,theme:this})},f}const Oa=Object.freeze(Object.defineProperty({__proto__:null,default:Hr,private_createBreakpoints:Br,unstable_applyStyles:Gr},Symbol.toStringTag,{value:"Module"})),Ca=Q(Oa),Pa=["sx"],Aa=e=>{var t,r;const n={systemProps:{},otherProps:{}},o=(t=e==null||(r=e.theme)==null?void 0:r.unstable_sxConfig)!=null?t:Pe;return Object.keys(e).forEach(a=>{o[a]?n.systemProps[a]=e[a]:n.otherProps[a]=e[a]}),n};function Ta(e){const{sx:t}=e,r=ne(e,Pa),{systemProps:n,otherProps:o}=Aa(r);let a;return Array.isArray(t)?a=[n,...t]:typeof t=="function"?a=(...s)=>{const i=t(...s);return J(i)?k({},n,i):n}:a=k({},n,t),k({},o,{sx:a})}const Ra=Object.freeze(Object.defineProperty({__proto__:null,default:It,extendSxProp:Ta,unstable_createStyleFunctionSx:Nr,unstable_defaultSxConfig:Pe},Symbol.toStringTag,{value:"Module"})),Ea=Q(Ra);var he=ur;Object.defineProperty($e,"__esModule",{value:!0});var Ma=$e.default=Ha;$e.shouldForwardProp=Ie;$e.systemDefaultTheme=void 0;var W=he(yr()),yt=he(bn()),Qt=Wa(_o),ja=ko;he(Co);he(Mo);var Ia=he(Ca),Fa=he(Ea);const La=["ownerState"],Ba=["variants"],za=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function Ur(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,r=new WeakMap;return(Ur=function(n){return n?r:t})(e)}function Wa(e,t){if(!t&&e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var r=Ur(t);if(r&&r.has(e))return r.get(e);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)){var s=o?Object.getOwnPropertyDescriptor(e,a):null;s&&(s.get||s.set)?Object.defineProperty(n,a,s):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}function Da(e){return Object.keys(e).length===0}function Ka(e){return typeof e=="string"&&e.charCodeAt(0)>96}function Ie(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Na=$e.systemDefaultTheme=(0,Ia.default)(),qa=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function Re({defaultTheme:e,theme:t,themeId:r}){return Da(t)?e:t[r]||t}function Ga(e){return e?(t,r)=>r[e]:null}function Fe(e,t){let{ownerState:r}=t,n=(0,yt.default)(t,La);const o=typeof e=="function"?e((0,W.default)({ownerState:r},n)):e;if(Array.isArray(o))return o.flatMap(a=>Fe(a,(0,W.default)({ownerState:r},n)));if(o&&typeof o=="object"&&Array.isArray(o.variants)){const{variants:a=[]}=o;let i=(0,yt.default)(o,Ba);return a.forEach(c=>{let f=!0;typeof c.props=="function"?f=c.props((0,W.default)({ownerState:r},n,r)):Object.keys(c.props).forEach(d=>{(r==null?void 0:r[d])!==c.props[d]&&n[d]!==c.props[d]&&(f=!1)}),f&&(Array.isArray(i)||(i=[i]),i.push(typeof c.style=="function"?c.style((0,W.default)({ownerState:r},n,r)):c.style))}),i}return o}function Ha(e={}){const{themeId:t,defaultTheme:r=Na,rootShouldForwardProp:n=Ie,slotShouldForwardProp:o=Ie}=e,a=s=>(0,Fa.default)((0,W.default)({},s,{theme:Re((0,W.default)({},s,{defaultTheme:r,themeId:t}))}));return a.__mui_systemSx=!0,(s,i={})=>{(0,Qt.internal_processStyles)(s,_=>_.filter(C=>!(C!=null&&C.__mui_systemSx)));const{name:c,slot:f,skipVariantsResolver:d,skipSx:p,overridesResolver:l=Ga(qa(f))}=i,m=(0,yt.default)(i,za),h=d!==void 0?d:f&&f!=="Root"&&f!=="root"||!1,u=p||!1;let g,y=Ie;f==="Root"||f==="root"?y=n:f?y=o:Ka(s)&&(y=void 0);const w=(0,Qt.default)(s,(0,W.default)({shouldForwardProp:y,label:g},m)),O=_=>typeof _=="function"&&_.__emotion_real!==_||(0,ja.isPlainObject)(_)?C=>Fe(_,(0,W.default)({},C,{theme:Re({theme:C.theme,defaultTheme:r,themeId:t})})):_,z=(_,...C)=>{let b=O(_);const ee=C?C.map(O):[];c&&l&&ee.push(V=>{const H=Re((0,W.default)({},V,{defaultTheme:r,themeId:t}));if(!H.components||!H.components[c]||!H.components[c].styleOverrides)return null;const me=H.components[c].styleOverrides,Ae={};return Object.entries(me).forEach(([Vr,Zr])=>{Ae[Vr]=Fe(Zr,(0,W.default)({},V,{theme:H}))}),l(V,Ae)}),c&&!h&&ee.push(V=>{var H;const me=Re((0,W.default)({},V,{defaultTheme:r,themeId:t})),Ae=me==null||(H=me.components)==null||(H=H[c])==null?void 0:H.variants;return Fe({variants:Ae},(0,W.default)({},V,{theme:me}))}),u||ee.push(a);const te=ee.length-C.length;if(Array.isArray(_)&&te>0){const V=new Array(te).fill("");b=[..._,...V],b.raw=[..._.raw,...V]}const re=w(b,...ee);return s.muiName&&(re.muiName=s.muiName),re};return w.withConfig&&(z.withConfig=w.withConfig),z}}const er=e=>e,Ua=()=>{let e=er;return{configure(t){e=t},generate(t){return e(t)},reset(){e=er}}},Xa=Ua(),Ya=Xa,Va={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Za(e,t,r="Mui"){const n=Va[t];return n?`${r}-${n}`:`${Ya.generate(e)}-${t}`}function Ja(e,t){return k({toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}}},t)}const Qa={black:"#000",white:"#fff"},_e=Qa,es={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},ts=es,rs={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"},oe=rs,ns={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},ae=ns,os={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},ge=os,as={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},se=as,ss={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"},ie=ss,is={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"},ce=is,cs=["mode","contrastThreshold","tonalOffset"],tr={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:_e.white,default:_e.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},ft={text:{primary:_e.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:_e.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function rr(e,t,r,n){const o=n.light||n,a=n.dark||n*1.5;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:t==="light"?e.light=an(e.main,o):t==="dark"&&(e.dark=nn(e.main,a)))}function us(e="light"){return e==="dark"?{main:se[200],light:se[50],dark:se[400]}:{main:se[700],light:se[400],dark:se[800]}}function fs(e="light"){return e==="dark"?{main:oe[200],light:oe[50],dark:oe[400]}:{main:oe[500],light:oe[300],dark:oe[700]}}function ls(e="light"){return e==="dark"?{main:ae[500],light:ae[300],dark:ae[700]}:{main:ae[700],light:ae[400],dark:ae[800]}}function ds(e="light"){return e==="dark"?{main:ie[400],light:ie[300],dark:ie[700]}:{main:ie[700],light:ie[500],dark:ie[900]}}function ps(e="light"){return e==="dark"?{main:ce[400],light:ce[300],dark:ce[700]}:{main:ce[800],light:ce[500],dark:ce[900]}}function hs(e="light"){return e==="dark"?{main:ge[400],light:ge[300],dark:ge[700]}:{main:"#ed6c02",light:ge[500],dark:ge[900]}}function ms(e){const{mode:t="light",contrastThreshold:r=3,tonalOffset:n=.2}=e,o=ne(e,cs),a=e.primary||us(t),s=e.secondary||fs(t),i=e.error||ls(t),c=e.info||ds(t),f=e.success||ps(t),d=e.warning||hs(t);function p(u){return on(u,ft.text.primary)>=r?ft.text.primary:tr.text.primary}const l=({color:u,name:g,mainShade:y=500,lightShade:w=300,darkShade:O=700})=>{if(u=k({},u),!u.main&&u[y]&&(u.main=u[y]),!u.hasOwnProperty("main"))throw new Error(ve(11,g?` (${g})`:"",y));if(typeof u.main!="string")throw new Error(ve(12,g?` (${g})`:"",JSON.stringify(u.main)));return rr(u,"light",w,n),rr(u,"dark",O,n),u.contrastText||(u.contrastText=p(u.main)),u},m={dark:ft,light:tr};return G(k({common:k({},_e),mode:t,primary:l({color:a,name:"primary"}),secondary:l({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:l({color:i,name:"error"}),warning:l({color:d,name:"warning"}),info:l({color:c,name:"info"}),success:l({color:f,name:"success"}),grey:ts,contrastThreshold:r,getContrastText:p,augmentColor:l,tonalOffset:n},m[t]),o)}const ys=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];function gs(e){return Math.round(e*1e5)/1e5}const nr={textTransform:"uppercase"},or='"Roboto", "Helvetica", "Arial", sans-serif';function bs(e,t){const r=typeof t=="function"?t(e):t,{fontFamily:n=or,fontSize:o=14,fontWeightLight:a=300,fontWeightRegular:s=400,fontWeightMedium:i=500,fontWeightBold:c=700,htmlFontSize:f=16,allVariants:d,pxToRem:p}=r,l=ne(r,ys),m=o/14,h=p||(y=>`${y/f*m}rem`),u=(y,w,O,z,_)=>k({fontFamily:n,fontWeight:y,fontSize:h(w),lineHeight:O},n===or?{letterSpacing:`${gs(z/w)}em`}:{},_,d),g={h1:u(a,96,1.167,-1.5),h2:u(a,60,1.2,-.5),h3:u(s,48,1.167,0),h4:u(s,34,1.235,.25),h5:u(s,24,1.334,0),h6:u(i,20,1.6,.15),subtitle1:u(s,16,1.75,.15),subtitle2:u(i,14,1.57,.1),body1:u(s,16,1.5,.15),body2:u(s,14,1.43,.15),button:u(i,14,1.75,.4,nr),caption:u(s,12,1.66,.4),overline:u(s,12,2.66,1,nr),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return G(k({htmlFontSize:f,pxToRem:h,fontFamily:n,fontSize:o,fontWeightLight:a,fontWeightRegular:s,fontWeightMedium:i,fontWeightBold:c},g),l,{clone:!1})}const vs=.2,xs=.14,ws=.12;function $(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${vs})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${xs})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${ws})`].join(",")}const Ss=["none",$(0,2,1,-1,0,1,1,0,0,1,3,0),$(0,3,1,-2,0,2,2,0,0,1,5,0),$(0,3,3,-2,0,3,4,0,0,1,8,0),$(0,2,4,-1,0,4,5,0,0,1,10,0),$(0,3,5,-1,0,5,8,0,0,1,14,0),$(0,3,5,-1,0,6,10,0,0,1,18,0),$(0,4,5,-2,0,7,10,1,0,2,16,1),$(0,5,5,-3,0,8,10,1,0,3,14,2),$(0,5,6,-3,0,9,12,1,0,3,16,2),$(0,6,6,-3,0,10,14,1,0,4,18,3),$(0,6,7,-4,0,11,15,1,0,4,20,3),$(0,7,8,-4,0,12,17,2,0,5,22,4),$(0,7,8,-4,0,13,19,2,0,5,24,4),$(0,7,9,-4,0,14,21,2,0,5,26,4),$(0,8,9,-5,0,15,22,2,0,6,28,5),$(0,8,10,-5,0,16,24,2,0,6,30,5),$(0,8,11,-5,0,17,26,2,0,6,32,5),$(0,9,11,-5,0,18,28,2,0,7,34,6),$(0,9,12,-6,0,19,29,2,0,7,36,6),$(0,10,13,-6,0,20,31,3,0,8,38,7),$(0,10,13,-6,0,21,33,3,0,8,40,7),$(0,10,14,-6,0,22,35,3,0,8,42,7),$(0,11,14,-7,0,23,36,3,0,9,44,8),$(0,11,15,-7,0,24,38,3,0,9,46,8)],_s=Ss,$s=["duration","easing","delay"],ks={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},Os={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function ar(e){return`${Math.round(e)}ms`}function Cs(e){if(!e)return 0;const t=e/36;return Math.round((4+15*t**.25+t/5)*10)}function Ps(e){const t=k({},ks,e.easing),r=k({},Os,e.duration);return k({getAutoHeightDuration:Cs,create:(o=["all"],a={})=>{const{duration:s=r.standard,easing:i=t.easeInOut,delay:c=0}=a;return ne(a,$s),(Array.isArray(o)?o:[o]).map(f=>`${f} ${typeof s=="string"?s:ar(s)} ${i} ${typeof c=="string"?c:ar(c)}`).join(",")}},e,{easing:t,duration:r})}const As={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},Ts=As,Rs=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function Xr(e={},...t){const{mixins:r={},palette:n={},transitions:o={},typography:a={}}=e,s=ne(e,Rs);if(e.vars)throw new Error(ve(18));const i=ms(n),c=Hr(e);let f=G(c,{mixins:Ja(c.breakpoints,r),palette:i,shadows:_s.slice(),typography:bs(i,a),transitions:Ps(o),zIndex:k({},Ts)});return f=G(f,s),f=t.reduce((d,p)=>G(d,p),f),f.unstable_sxConfig=k({},Pe,s==null?void 0:s.unstable_sxConfig),f.unstable_sx=function(p){return It({sx:p,theme:this})},f}function mi(...e){return Xr(...e)}const Es=Xr(),Ms=Es,js="$$material";function Is(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Fs=e=>Is(e)&&e!=="classes",Ls=Fs,Bs=Ma({themeId:js,defaultTheme:Ms,rootShouldForwardProp:Ls}),yi=Bs;function gt(e,t){const r=k({},t);return Object.keys(e).forEach(n=>{if(n.toString().match(/^(components|slots)$/))r[n]=k({},e[n],r[n]);else if(n.toString().match(/^(componentsProps|slotProps)$/)){const o=e[n]||{},a=t[n];r[n]={},!a||!Object.keys(a)?r[n]=o:!o||!Object.keys(o)?r[n]=a:(r[n]=k({},a),Object.keys(o).forEach(s=>{r[n][s]=gt(o[s],a[s])}))}else r[n]===void 0&&(r[n]=e[n])}),r}const Yr=P.createContext(void 0);function gi({value:e,children:t}){return vt.jsx(Yr.Provider,{value:e,children:t})}function zs(e){const{theme:t,name:r,props:n}=e;if(!t||!t.components||!t.components[r])return n;const o=t.components[r];return o.defaultProps?gt(o.defaultProps,n):!o.styleOverrides&&!o.variants?gt(o,n):n}function Ws({props:e,name:t}){const r=P.useContext(Yr);return zs({props:e,name:t,theme:{components:r}})}function bi(e){return Ws(e)}function Ds(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function vi(...e){return P.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(r=>{Ds(r,t)})},e)}const Ks=typeof window<"u"?P.useLayoutEffect:P.useEffect,Ns=Ks;function xi(e){const t=P.useRef(e);return Ns(()=>{t.current=e}),P.useRef((...r)=>(0,t.current)(...r)).current}const sr={};function qs(e,t){const r=P.useRef(sr);return r.current===sr&&(r.current=e(t)),r}const Gs=[];function Hs(e){P.useEffect(e,Gs)}class at{constructor(){this.currentId=null,this.clear=()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)},this.disposeEffect=()=>this.clear}static create(){return new at}start(t,r){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,r()},t)}}function wi(){const e=qs(at.create).current;return Hs(e.disposeEffect),e}let st=!0,bt=!1;const Us=new at,Xs={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function Ys(e){const{type:t,tagName:r}=e;return!!(r==="INPUT"&&Xs[t]&&!e.readOnly||r==="TEXTAREA"&&!e.readOnly||e.isContentEditable)}function Vs(e){e.metaKey||e.altKey||e.ctrlKey||(st=!0)}function lt(){st=!1}function Zs(){this.visibilityState==="hidden"&&bt&&(st=!0)}function Js(e){e.addEventListener("keydown",Vs,!0),e.addEventListener("mousedown",lt,!0),e.addEventListener("pointerdown",lt,!0),e.addEventListener("touchstart",lt,!0),e.addEventListener("visibilitychange",Zs,!0)}function Qs(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch{}return st||Ys(t)}function Si(){const e=P.useCallback(o=>{o!=null&&Js(o.ownerDocument)},[]),t=P.useRef(!1);function r(){return t.current?(bt=!0,Us.start(100,()=>{bt=!1}),t.current=!1,!0):!1}function n(o){return Qs(o)?(t.current=!0,!0):!1}return{isFocusVisibleRef:t,onFocus:n,onBlur:r,ref:e}}function _i(e,t,r="Mui"){const n={};return t.forEach(o=>{n[o]=Za(e,o,r)}),n}export{ui as $,en as A,G as B,Ya as C,gi as D,Z as E,hi as F,vo as G,Dr as H,pi as I,Ce as J,se as K,_e as L,ce as M,ts as N,ie as O,ge as P,oe as Q,ae as R,Go as S,Ct as T,Br as U,Xr as V,js as W,Ms as X,fi as Y,di as Z,li as _,_i as a,sn as a0,Pe as a1,ci as a2,bs as a3,Os as a4,nn as a5,an as a6,_o as a7,ii as a8,Qe as a9,Is as aa,at as ab,go as ac,mi as ad,ks as ae,Ja as af,wi as b,oi as c,vi as d,Si as e,xi as f,Za as g,ai as h,ur as i,si as j,uo as k,Ns as l,Pt as m,Ds as n,Er as o,Hr as p,xo as q,Ls as r,yi as s,It as t,bi as u,Ta as v,wo as w,J as x,gt as y,ve as z};