diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a547bf3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/assets/Suyash9-BeDw6j1x.svg b/assets/Suyash9-BeDw6j1x.svg
new file mode 100644
index 0000000..baf5a0d
--- /dev/null
+++ b/assets/Suyash9-BeDw6j1x.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/about_profile2-CS0_MmdI.jpg b/assets/about_profile2-CS0_MmdI.jpg
new file mode 100644
index 0000000..ef2fdcb
Binary files /dev/null and b/assets/about_profile2-CS0_MmdI.jpg differ
diff --git a/assets/index-Bp0FJ47y.css b/assets/index-Bp0FJ47y.css
new file mode 100644
index 0000000..729b2c0
--- /dev/null
+++ b/assets/index-Bp0FJ47y.css
@@ -0,0 +1 @@
+*{margin:0;padding:0}body{height:100vh;background:#161513;color:#fff;font-family:outfit}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 100px}.nav-menu{display:flex;align-items:center;list-style:none;gap:60px;font-size:17px}.nav-connect{padding:20px 40px;border-radius:50px;background:linear-gradient(267deg,#ff0000bd .36%,#b923e1 102.06%);font-size:19px;cursor:pointer;transition:.5s}.nav-connect:hover{transform:scale(1.05)}.nav-menu li{display:flex;flex-direction:column;cursor:pointer;gap:5px}.nav-menu img{display:flex;margin:auto}.anchor-link{text-decoration:none;color:#fff}.nav-menu .nav-mob-close,.nav-mob-open{display:none}@media (max-width: 768px){.navbar{margin:20px 50px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px}.navbar .nav-mob-close{display:block;position:absolute;top:30px;left:250px;width:30px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;padding-top:60px;gap:30px;background:#1f0016;width:300px;height:100%;z-index:2;transition:right .5s;right:-350px}.nav-menu li{font-size:30px;padding-left:100px;flex-direction:row;gap:20px}}.hero{display:flex;align-items:center;flex-direction:column;gap:35px}.hero img{margin-top:120px;transform:scale(.8)}.hero h1{text-align:center;width:70%;font-size:60px;font-weight:500}.hero h1 span{background:linear-gradient(270deg,#ff0000bd 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{text-align:center;font-size:24px;line-height:40px}.hero-action{display:flex;align-items:center;gap:50px;font-size:20px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px 75px;border-radius:50px;border:2px solid #FFF;cursor:pointer}.hero-connect:hover{border-color:#b415ff}.hero-resume{padding:20px 75px;border-radius:50px;border:2px solid #FFF;cursor:pointer}.hero-resume:hover{border-color:#b415ff}@media (max-width: 768px){.hero img{margin-top:120px;width:260px}.hero h1{margin-top:50px;width:90%;font-size:50px}.hero p{width:60%;font-size:18px;line-height:32px;margin:10px 0}.hero-action{gap:16px;font-size:18px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px 30px;border-radius:40px}.hero-resume{padding:20px 50px;border-radius:40px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.about-title{position:relative}.about-title h1{padding:0 30px;font-size:70px;font-weight:600}.about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:flex;gap:80px}.about-sections img{position:relative;bottom:-40px;transform:scale(1.2)}.about-right{display:flex;flex-direction:column;gap:80px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:20px;font-weight:400}.about-skills{display:flex;flex-direction:column;gap:20px}.about-skill{display:flex;gap:50px;align-items:center;transition:.3s}.about-skill p{min-width:150px;font-size:20px;font-weight:400}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#ff0000bd -5.09%,#b415ff 106.28%)}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:80px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s}.about-achievement h1{font-size:60px;font-weight:700;background:linear-gradient(270deg,#ff0000bd 50.41%,#b415ff 90.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:18px;font-weight:500}.about-achievement:hover{transform:scale(1.12);transition:.5s}@media (max-width:768px){.about{gap:80px;margin:50px 70px;align-items:start}.about-title h1{font-size:50px;padding:0}.about-title img{width:130px;right:-20px}.about-sections{flex-direction:column}.about-left{display:none}.about-para{font-size:18px;line-height:32px}.about-skill{gap:20px;align-items:center}.about-skill p{font-size:20px}.about-skill hr{height:6px}.about-achievements{justify-content:space-between}.about-achievement{gap:10px}.about-achievement h1{font-size:34px;font-weight:700}.about-achievement p{text-align:center;font-size:16px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.mywork-title{position:relative}.mywork-title h1{padding:0 30px;font-size:70px;font-weight:600}.mywork-title img{position:absolute;bottom:0;right:0;z-index:-1}.mywork-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}.mywork-container img{box-sizing:border-box;width:419px;height:280px;transition:.3s;cursor:pointer}.mywork-container img:hover{transform:scale(1.1);border:4px solid #ff00ff;border-radius:10px;transition:.3s}.mywork-showmore{display:flex;gap:15px;border-radius:50px;border:2px solid white;padding:30px 60px;font-size:22px;font-weight:500;margin-bottom:80px;transition:.6s;cursor:pointer}.mywork-showmore:hover{gap:30px;transition:.6s}@media (max-width: 768px){.mywork{gap:50px;margin:50px 70px;align-items:start}.mywork-title h1{padding:0;font-size:50px;font-weight:600}.mywork-title img{width:130px;margin-right:-20px}.mywork-container{grid-template-columns:1fr 1fr;gap:30px}.mywork-container img{width:100%;height:100%}.mywork-showmore{padding:20px 40px;font-size:18px;margin:50px auto;cursor:pointer}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin:80px 170px}.contact-title{position:relative}.contact-title h1{padding:0 30px;font-size:70px;font-weight:600}.contact-title img{position:absolute;bottom:0;right:0;z-index:-1}.contact-details{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin:80px 170px}.contact-gmail{padding:10px 75px;border-radius:50px;border:2px transparent;cursor:pointer}.contact-gmail:hover{text-decoration:underline;text-underline-position:below}.contact-others{display:flex;align-items:center;gap:25px;font-size:17px;font-weight:500;margin-bottom:50px}.contact-github{padding:10px 75px;border-radius:50px;border:2px transparent;cursor:pointer}.contact-github:hover{text-decoration:underline;text-underline-position:below}.contact-linkdin{padding:10px 75px;border-radius:50px;border:2px transparent;cursor:pointer}.contact-linkdin:hover{text-decoration:underline;text-underline-position:below}@media (max-width: 768px){.contact{gap:50px;margin:50px 70px;align-items:start}.contact-title h1{padding:0;font-size:50px;font-weight:600}.contact-title img{width:130px;margin-right:-20px}.contact-details{flex-direction:column;position:relative;right:250px}.contact-details p{position:inherit;right:50px}.contact-others{position:inherit;right:-20px}}
diff --git a/assets/index-DRlRDx72.js b/assets/index-DRlRDx72.js
new file mode 100644
index 0000000..845f792
--- /dev/null
+++ b/assets/index-DRlRDx72.js
@@ -0,0 +1,40 @@
+(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const l of document.querySelectorAll('link[rel="modulepreload"]'))r(l);new MutationObserver(l=>{for(const o of l)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&r(i)}).observe(document,{childList:!0,subtree:!0});function n(l){const o={};return l.integrity&&(o.integrity=l.integrity),l.referrerPolicy&&(o.referrerPolicy=l.referrerPolicy),l.crossOrigin==="use-credentials"?o.credentials="include":l.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(l){if(l.ep)return;l.ep=!0;const o=n(l);fetch(l.href,o)}})();var ic=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function uc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Yu={exports:{}},rl={},Ku={exports:{}},M={};/**
+ * @license React
+ * react.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 Zn=Symbol.for("react.element"),sc=Symbol.for("react.portal"),ac=Symbol.for("react.fragment"),cc=Symbol.for("react.strict_mode"),fc=Symbol.for("react.profiler"),dc=Symbol.for("react.provider"),pc=Symbol.for("react.context"),mc=Symbol.for("react.forward_ref"),hc=Symbol.for("react.suspense"),vc=Symbol.for("react.memo"),gc=Symbol.for("react.lazy"),Fi=Symbol.iterator;function yc(e){return e===null||typeof e!="object"?null:(e=Fi&&e[Fi]||e["@@iterator"],typeof e=="function"?e:null)}var Xu={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},Gu=Object.assign,Zu={};function an(e,t,n){this.props=e,this.context=t,this.refs=Zu,this.updater=n||Xu}an.prototype.isReactComponent={};an.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};an.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function Ju(){}Ju.prototype=an.prototype;function Ao(e,t,n){this.props=e,this.context=t,this.refs=Zu,this.updater=n||Xu}var Wo=Ao.prototype=new Ju;Wo.constructor=Ao;Gu(Wo,an.prototype);Wo.isPureReactComponent=!0;var Ui=Array.isArray,qu=Object.prototype.hasOwnProperty,Ho={current:null},bu={key:!0,ref:!0,__self:!0,__source:!0};function es(e,t,n){var r,l={},o=null,i=null;if(t!=null)for(r in t.ref!==void 0&&(i=t.ref),t.key!==void 0&&(o=""+t.key),t)qu.call(t,r)&&!bu.hasOwnProperty(r)&&(l[r]=t[r]);var u=arguments.length-2;if(u===1)l.children=n;else if(1>>1,Z=N[H];if(0>>1;Hl(xl,O))ytl(nr,xl)?(N[H]=nr,N[yt]=O,H=yt):(N[H]=xl,N[gt]=O,H=gt);else if(ytl(nr,O))N[H]=nr,N[yt]=O,H=yt;else break e}}return T}function l(N,T){var O=N.sortIndex-T.sortIndex;return O!==0?O:N.id-T.id}if(typeof performance=="object"&&typeof performance.now=="function"){var o=performance;e.unstable_now=function(){return o.now()}}else{var i=Date,u=i.now();e.unstable_now=function(){return i.now()-u}}var s=[],d=[],v=1,m=null,p=3,k=!1,S=!1,x=!1,j=typeof setTimeout=="function"?setTimeout:null,c=typeof clearTimeout=="function"?clearTimeout:null,a=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function f(N){for(var T=n(d);T!==null;){if(T.callback===null)r(d);else if(T.startTime<=N)r(d),T.sortIndex=T.expirationTime,t(s,T);else break;T=n(d)}}function g(N){if(x=!1,f(N),!S)if(n(s)!==null)S=!0,kl(_);else{var T=n(d);T!==null&&Sl(g,T.startTime-N)}}function _(N,T){S=!1,x&&(x=!1,c(h),h=-1),k=!0;var O=p;try{for(f(T),m=n(s);m!==null&&(!(m.expirationTime>T)||N&&!K());){var H=m.callback;if(typeof H=="function"){m.callback=null,p=m.priorityLevel;var Z=H(m.expirationTime<=T);T=e.unstable_now(),typeof Z=="function"?m.callback=Z:m===n(s)&&r(s),f(T)}else r(s);m=n(s)}if(m!==null)var tr=!0;else{var gt=n(d);gt!==null&&Sl(g,gt.startTime-T),tr=!1}return tr}finally{m=null,p=O,k=!1}}var P=!1,C=null,h=-1,z=5,L=-1;function K(){return!(e.unstable_now()-LN||125H?(N.sortIndex=O,t(d,N),n(s)===null&&N===n(d)&&(x?(c(h),h=-1):x=!0,Sl(g,O-H))):(N.sortIndex=Z,t(s,N),S||k||(S=!0,kl(_))),N},e.unstable_shouldYield=K,e.unstable_wrapCallback=function(N){var T=p;return function(){var O=p;p=T;try{return N.apply(this,arguments)}finally{p=O}}}})(os);ls.exports=os;var Lc=ls.exports;/**
+ * @license React
+ * react-dom.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 zc=en,ke=Lc;function w(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Gl=Object.prototype.hasOwnProperty,Tc=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,$i={},Vi={};function Oc(e){return Gl.call(Vi,e)?!0:Gl.call($i,e)?!1:Tc.test(e)?Vi[e]=!0:($i[e]=!0,!1)}function Mc(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function Rc(e,t,n,r){if(t===null||typeof t>"u"||Mc(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function ae(e,t,n,r,l,o,i){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=l,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var te={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){te[e]=new ae(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];te[t]=new ae(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){te[e]=new ae(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){te[e]=new ae(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){te[e]=new ae(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){te[e]=new ae(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){te[e]=new ae(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){te[e]=new ae(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){te[e]=new ae(e,5,!1,e.toLowerCase(),null,!1,!1)});var Yo=/[\-:]([a-z])/g;function Ko(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(Yo,Ko);te[t]=new ae(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(Yo,Ko);te[t]=new ae(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Yo,Ko);te[t]=new ae(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){te[e]=new ae(e,1,!1,e.toLowerCase(),null,!1,!1)});te.xlinkHref=new ae("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){te[e]=new ae(e,1,!1,e.toLowerCase(),null,!0,!0)});function Xo(e,t,n,r){var l=te.hasOwnProperty(t)?te[t]:null;(l!==null?l.type!==0:r||!(2u||l[i]!==o[u]){var s=`
+`+l[i].replace(" at new "," at ");return e.displayName&&s.includes("")&&(s=s.replace("",e.displayName)),s}while(1<=i&&0<=u);break}}}finally{Cl=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?kn(e):""}function Dc(e){switch(e.tag){case 5:return kn(e.type);case 16:return kn("Lazy");case 13:return kn("Suspense");case 19:return kn("SuspenseList");case 0:case 2:case 15:return e=Nl(e.type,!1),e;case 11:return e=Nl(e.type.render,!1),e;case 1:return e=Nl(e.type,!0),e;default:return""}}function bl(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Ft:return"Fragment";case It:return"Portal";case Zl:return"Profiler";case Go:return"StrictMode";case Jl:return"Suspense";case ql:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case ss:return(e.displayName||"Context")+".Consumer";case us:return(e._context.displayName||"Context")+".Provider";case Zo:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Jo:return t=e.displayName||null,t!==null?t:bl(e.type)||"Memo";case qe:t=e._payload,e=e._init;try{return bl(e(t))}catch{}}return null}function Ic(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";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 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return bl(t);case 8:return t===Go?"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 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function dt(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function cs(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Fc(e){var t=cs(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var l=n.get,o=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return l.call(this)},set:function(i){r=""+i,o.call(this,i)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(i){r=""+i},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function or(e){e._valueTracker||(e._valueTracker=Fc(e))}function fs(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=cs(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function Mr(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 eo(e,t){var n=t.checked;return A({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function Wi(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=dt(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function ds(e,t){t=t.checked,t!=null&&Xo(e,"checked",t,!1)}function to(e,t){ds(e,t);var n=dt(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?no(e,t.type,n):t.hasOwnProperty("defaultValue")&&no(e,t.type,dt(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function Hi(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function no(e,t,n){(t!=="number"||Mr(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var Sn=Array.isArray;function Xt(e,t,n,r){if(e=e.options,t){t={};for(var l=0;l"+t.valueOf().toString()+"",t=ir.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Rn(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var En={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Uc=["Webkit","ms","Moz","O"];Object.keys(En).forEach(function(e){Uc.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),En[t]=En[e]})});function vs(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||En.hasOwnProperty(e)&&En[e]?(""+t).trim():t+"px"}function gs(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,l=vs(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,l):e[n]=l}}var Bc=A({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function oo(e,t){if(t){if(Bc[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(w(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(w(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(w(61))}if(t.style!=null&&typeof t.style!="object")throw Error(w(62))}}function io(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";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}}var uo=null;function qo(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var so=null,Gt=null,Zt=null;function Ki(e){if(e=bn(e)){if(typeof so!="function")throw Error(w(280));var t=e.stateNode;t&&(t=sl(t),so(e.stateNode,e.type,t))}}function ys(e){Gt?Zt?Zt.push(e):Zt=[e]:Gt=e}function ws(){if(Gt){var e=Gt,t=Zt;if(Zt=Gt=null,Ki(e),t)for(e=0;e>>=0,e===0?32:31-(Zc(e)/Jc|0)|0}var ur=64,sr=4194304;function xn(e){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: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 e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Fr(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,l=e.suspendedLanes,o=e.pingedLanes,i=n&268435455;if(i!==0){var u=i&~l;u!==0?r=xn(u):(o&=i,o!==0&&(r=xn(o)))}else i=n&~l,i!==0?r=xn(i):o!==0&&(r=xn(o));if(r===0)return 0;if(t!==0&&t!==r&&!(t&l)&&(l=r&-r,o=t&-t,l>=o||l===16&&(o&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0n;n++)t.push(e);return t}function Jn(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Me(t),e[t]=n}function tf(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0=Nn),nu=" ",ru=!1;function Bs(e,t){switch(e){case"keyup":return zf.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function $s(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Ut=!1;function Of(e,t){switch(e){case"compositionend":return $s(t);case"keypress":return t.which!==32?null:(ru=!0,nu);case"textInput":return e=t.data,e===nu&&ru?null:e;default:return null}}function Mf(e,t){if(Ut)return e==="compositionend"||!ii&&Bs(e,t)?(e=Fs(),Er=ri=nt=null,Ut=!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)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=uu(n)}}function Hs(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?Hs(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function Qs(){for(var e=window,t=Mr();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=Mr(e.document)}return t}function ui(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 Af(e){var t=Qs(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&Hs(n.ownerDocument.documentElement,n)){if(r!==null&&ui(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var l=n.textContent.length,o=Math.min(r.start,l);r=r.end===void 0?o:Math.min(r.end,l),!e.extend&&o>r&&(l=r,r=o,o=l),l=su(n,o);var i=su(n,r);l&&i&&(e.rangeCount!==1||e.anchorNode!==l.node||e.anchorOffset!==l.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&(t=t.createRange(),t.setStart(l.node,l.offset),e.removeAllRanges(),o>r?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n=document.documentMode,Bt=null,ho=null,jn=null,vo=!1;function au(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;vo||Bt==null||Bt!==Mr(r)||(r=Bt,"selectionStart"in r&&ui(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),jn&&$n(jn,r)||(jn=r,r=$r(ho,"onSelect"),0At||(e.current=xo[At],xo[At]=null,At--)}function I(e,t){At++,xo[At]=e.current,e.current=t}var pt={},oe=ht(pt),pe=ht(!1),Nt=pt;function nn(e,t){var n=e.type.contextTypes;if(!n)return pt;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var l={},o;for(o in n)l[o]=t[o];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=l),l}function me(e){return e=e.childContextTypes,e!=null}function Ar(){U(pe),U(oe)}function vu(e,t,n){if(oe.current!==pt)throw Error(w(168));I(oe,t),I(pe,n)}function ea(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var l in r)if(!(l in t))throw Error(w(108,Ic(e)||"Unknown",l));return A({},n,r)}function Wr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||pt,Nt=oe.current,I(oe,e),I(pe,pe.current),!0}function gu(e,t,n){var r=e.stateNode;if(!r)throw Error(w(169));n?(e=ea(e,t,Nt),r.__reactInternalMemoizedMergedChildContext=e,U(pe),U(oe),I(oe,e)):U(pe),I(pe,n)}var Ae=null,al=!1,$l=!1;function ta(e){Ae===null?Ae=[e]:Ae.push(e)}function ed(e){al=!0,ta(e)}function vt(){if(!$l&&Ae!==null){$l=!0;var e=0,t=D;try{var n=Ae;for(D=1;e>=i,l-=i,We=1<<32-Me(t)+l|n<h?(z=C,C=null):z=C.sibling;var L=p(c,C,f[h],g);if(L===null){C===null&&(C=z);break}e&&C&&L.alternate===null&&t(c,C),a=o(L,a,h),P===null?_=L:P.sibling=L,P=L,C=z}if(h===f.length)return n(c,C),B&&wt(c,h),_;if(C===null){for(;hh?(z=C,C=null):z=C.sibling;var K=p(c,C,L.value,g);if(K===null){C===null&&(C=z);break}e&&C&&K.alternate===null&&t(c,C),a=o(K,a,h),P===null?_=K:P.sibling=K,P=K,C=z}if(L.done)return n(c,C),B&&wt(c,h),_;if(C===null){for(;!L.done;h++,L=f.next())L=m(c,L.value,g),L!==null&&(a=o(L,a,h),P===null?_=L:P.sibling=L,P=L);return B&&wt(c,h),_}for(C=r(c,C);!L.done;h++,L=f.next())L=k(C,c,h,L.value,g),L!==null&&(e&&L.alternate!==null&&C.delete(L.key===null?h:L.key),a=o(L,a,h),P===null?_=L:P.sibling=L,P=L);return e&&C.forEach(function(ve){return t(c,ve)}),B&&wt(c,h),_}function j(c,a,f,g){if(typeof f=="object"&&f!==null&&f.type===Ft&&f.key===null&&(f=f.props.children),typeof f=="object"&&f!==null){switch(f.$$typeof){case lr:e:{for(var _=f.key,P=a;P!==null;){if(P.key===_){if(_=f.type,_===Ft){if(P.tag===7){n(c,P.sibling),a=l(P,f.props.children),a.return=c,c=a;break e}}else if(P.elementType===_||typeof _=="object"&&_!==null&&_.$$typeof===qe&&ku(_)===P.type){n(c,P.sibling),a=l(P,f.props),a.ref=gn(c,P,f),a.return=c,c=a;break e}n(c,P);break}else t(c,P);P=P.sibling}f.type===Ft?(a=Ct(f.props.children,c.mode,g,f.key),a.return=c,c=a):(g=Or(f.type,f.key,f.props,null,c.mode,g),g.ref=gn(c,a,f),g.return=c,c=g)}return i(c);case It:e:{for(P=f.key;a!==null;){if(a.key===P)if(a.tag===4&&a.stateNode.containerInfo===f.containerInfo&&a.stateNode.implementation===f.implementation){n(c,a.sibling),a=l(a,f.children||[]),a.return=c,c=a;break e}else{n(c,a);break}else t(c,a);a=a.sibling}a=Xl(f,c.mode,g),a.return=c,c=a}return i(c);case qe:return P=f._init,j(c,a,P(f._payload),g)}if(Sn(f))return S(c,a,f,g);if(dn(f))return x(c,a,f,g);hr(c,f)}return typeof f=="string"&&f!==""||typeof f=="number"?(f=""+f,a!==null&&a.tag===6?(n(c,a.sibling),a=l(a,f),a.return=c,c=a):(n(c,a),a=Kl(f,c.mode,g),a.return=c,c=a),i(c)):n(c,a)}return j}var ln=oa(!0),ia=oa(!1),Yr=ht(null),Kr=null,Qt=null,fi=null;function di(){fi=Qt=Kr=null}function pi(e){var t=Yr.current;U(Yr),e._currentValue=t}function Co(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function qt(e,t){Kr=e,fi=Qt=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(de=!0),e.firstContext=null)}function Pe(e){var t=e._currentValue;if(fi!==e)if(e={context:e,memoizedValue:t,next:null},Qt===null){if(Kr===null)throw Error(w(308));Qt=e,Kr.dependencies={lanes:0,firstContext:e}}else Qt=Qt.next=e;return t}var xt=null;function mi(e){xt===null?xt=[e]:xt.push(e)}function ua(e,t,n,r){var l=t.interleaved;return l===null?(n.next=n,mi(t)):(n.next=l.next,l.next=n),t.interleaved=n,Xe(e,r)}function Xe(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var be=!1;function hi(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function sa(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Qe(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function st(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,R&2){var l=r.pending;return l===null?t.next=t:(t.next=l.next,l.next=t),r.pending=t,Xe(e,n)}return l=r.interleaved,l===null?(t.next=t,mi(r)):(t.next=l.next,l.next=t),r.interleaved=t,Xe(e,n)}function Nr(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,ei(e,n)}}function Su(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var l=null,o=null;if(n=n.firstBaseUpdate,n!==null){do{var i={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};o===null?l=o=i:o=o.next=i,n=n.next}while(n!==null);o===null?l=o=t:o=o.next=t}else l=o=t;n={baseState:r.baseState,firstBaseUpdate:l,lastBaseUpdate:o,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function Xr(e,t,n,r){var l=e.updateQueue;be=!1;var o=l.firstBaseUpdate,i=l.lastBaseUpdate,u=l.shared.pending;if(u!==null){l.shared.pending=null;var s=u,d=s.next;s.next=null,i===null?o=d:i.next=d,i=s;var v=e.alternate;v!==null&&(v=v.updateQueue,u=v.lastBaseUpdate,u!==i&&(u===null?v.firstBaseUpdate=d:u.next=d,v.lastBaseUpdate=s))}if(o!==null){var m=l.baseState;i=0,v=d=s=null,u=o;do{var p=u.lane,k=u.eventTime;if((r&p)===p){v!==null&&(v=v.next={eventTime:k,lane:0,tag:u.tag,payload:u.payload,callback:u.callback,next:null});e:{var S=e,x=u;switch(p=t,k=n,x.tag){case 1:if(S=x.payload,typeof S=="function"){m=S.call(k,m,p);break e}m=S;break e;case 3:S.flags=S.flags&-65537|128;case 0:if(S=x.payload,p=typeof S=="function"?S.call(k,m,p):S,p==null)break e;m=A({},m,p);break e;case 2:be=!0}}u.callback!==null&&u.lane!==0&&(e.flags|=64,p=l.effects,p===null?l.effects=[u]:p.push(u))}else k={eventTime:k,lane:p,tag:u.tag,payload:u.payload,callback:u.callback,next:null},v===null?(d=v=k,s=m):v=v.next=k,i|=p;if(u=u.next,u===null){if(u=l.shared.pending,u===null)break;p=u,u=p.next,p.next=null,l.lastBaseUpdate=p,l.shared.pending=null}}while(!0);if(v===null&&(s=m),l.baseState=s,l.firstBaseUpdate=d,l.lastBaseUpdate=v,t=l.shared.interleaved,t!==null){l=t;do i|=l.lane,l=l.next;while(l!==t)}else o===null&&(l.shared.lanes=0);Lt|=i,e.lanes=i,e.memoizedState=m}}function xu(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;tn?n:4,e(!0);var r=Al.transition;Al.transition={};try{e(!1),t()}finally{D=n,Al.transition=r}}function Ca(){return je().memoizedState}function ld(e,t,n){var r=ct(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},Na(e))Pa(t,n);else if(n=ua(e,t,n,r),n!==null){var l=ue();Re(n,e,r,l),ja(n,t,r)}}function od(e,t,n){var r=ct(e),l={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Na(e))Pa(t,l);else{var o=e.alternate;if(e.lanes===0&&(o===null||o.lanes===0)&&(o=t.lastRenderedReducer,o!==null))try{var i=t.lastRenderedState,u=o(i,n);if(l.hasEagerState=!0,l.eagerState=u,De(u,i)){var s=t.interleaved;s===null?(l.next=l,mi(t)):(l.next=s.next,s.next=l),t.interleaved=l;return}}catch{}finally{}n=ua(e,t,l,r),n!==null&&(l=ue(),Re(n,e,r,l),ja(n,t,r))}}function Na(e){var t=e.alternate;return e===V||t!==null&&t===V}function Pa(e,t){Ln=Zr=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function ja(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,ei(e,n)}}var Jr={readContext:Pe,useCallback:ne,useContext:ne,useEffect:ne,useImperativeHandle:ne,useInsertionEffect:ne,useLayoutEffect:ne,useMemo:ne,useReducer:ne,useRef:ne,useState:ne,useDebugValue:ne,useDeferredValue:ne,useTransition:ne,useMutableSource:ne,useSyncExternalStore:ne,useId:ne,unstable_isNewReconciler:!1},id={readContext:Pe,useCallback:function(e,t){return Fe().memoizedState=[e,t===void 0?null:t],e},useContext:Pe,useEffect:Eu,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,jr(4194308,4,ka.bind(null,t,e),n)},useLayoutEffect:function(e,t){return jr(4194308,4,e,t)},useInsertionEffect:function(e,t){return jr(4,2,e,t)},useMemo:function(e,t){var n=Fe();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Fe();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=ld.bind(null,V,e),[r.memoizedState,e]},useRef:function(e){var t=Fe();return e={current:e},t.memoizedState=e},useState:_u,useDebugValue:_i,useDeferredValue:function(e){return Fe().memoizedState=e},useTransition:function(){var e=_u(!1),t=e[0];return e=rd.bind(null,e[1]),Fe().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=V,l=Fe();if(B){if(n===void 0)throw Error(w(407));n=n()}else{if(n=t(),q===null)throw Error(w(349));jt&30||da(r,t,n)}l.memoizedState=n;var o={value:n,getSnapshot:t};return l.queue=o,Eu(ma.bind(null,r,o,e),[e]),r.flags|=2048,Xn(9,pa.bind(null,r,o,n,t),void 0,null),n},useId:function(){var e=Fe(),t=q.identifierPrefix;if(B){var n=He,r=We;n=(r&~(1<<32-Me(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=Yn++,0<\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=i.createElement(n,{is:r.is}):(e=i.createElement(n),n==="select"&&(i=e,r.multiple?i.multiple=!0:r.size&&(i.size=r.size))):e=i.createElementNS(e,n),e[Ue]=t,e[Wn]=r,Ua(e,t,!1,!1),t.stateNode=e;e:{switch(i=io(n,r),n){case"dialog":F("cancel",e),F("close",e),l=r;break;case"iframe":case"object":case"embed":F("load",e),l=r;break;case"video":case"audio":for(l=0;l<_n.length;l++)F(_n[l],e);l=r;break;case"source":F("error",e),l=r;break;case"img":case"image":case"link":F("error",e),F("load",e),l=r;break;case"details":F("toggle",e),l=r;break;case"input":Wi(e,r),l=eo(e,r),F("invalid",e);break;case"option":l=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},l=A({},r,{value:void 0}),F("invalid",e);break;case"textarea":Qi(e,r),l=ro(e,r),F("invalid",e);break;default:l=r}oo(n,l),u=l;for(o in u)if(u.hasOwnProperty(o)){var s=u[o];o==="style"?gs(e,s):o==="dangerouslySetInnerHTML"?(s=s?s.__html:void 0,s!=null&&hs(e,s)):o==="children"?typeof s=="string"?(n!=="textarea"||s!=="")&&Rn(e,s):typeof s=="number"&&Rn(e,""+s):o!=="suppressContentEditableWarning"&&o!=="suppressHydrationWarning"&&o!=="autoFocus"&&(Mn.hasOwnProperty(o)?s!=null&&o==="onScroll"&&F("scroll",e):s!=null&&Xo(e,o,s,i))}switch(n){case"input":or(e),Hi(e,r,!1);break;case"textarea":or(e),Yi(e);break;case"option":r.value!=null&&e.setAttribute("value",""+dt(r.value));break;case"select":e.multiple=!!r.multiple,o=r.value,o!=null?Xt(e,!!r.multiple,o,!1):r.defaultValue!=null&&Xt(e,!!r.multiple,r.defaultValue,!0);break;default:typeof l.onClick=="function"&&(e.onclick=Vr)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return re(t),null;case 6:if(e&&t.stateNode!=null)$a(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(w(166));if(n=_t(Qn.current),_t($e.current),mr(t)){if(r=t.stateNode,n=t.memoizedProps,r[Ue]=t,(o=r.nodeValue!==n)&&(e=we,e!==null))switch(e.tag){case 3:pr(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&pr(r.nodeValue,n,(e.mode&1)!==0)}o&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[Ue]=t,t.stateNode=r}return re(t),null;case 13:if(U($),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(B&&ye!==null&&t.mode&1&&!(t.flags&128))la(),rn(),t.flags|=98560,o=!1;else if(o=mr(t),r!==null&&r.dehydrated!==null){if(e===null){if(!o)throw Error(w(318));if(o=t.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(w(317));o[Ue]=t}else rn(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;re(t),o=!1}else Oe!==null&&(Vo(Oe),Oe=null),o=!0;if(!o)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||$.current&1?G===0&&(G=3):zi())),t.updateQueue!==null&&(t.flags|=4),re(t),null);case 4:return on(),Mo(e,t),e===null&&Vn(t.stateNode.containerInfo),re(t),null;case 10:return pi(t.type._context),re(t),null;case 17:return me(t.type)&&Ar(),re(t),null;case 19:if(U($),o=t.memoizedState,o===null)return re(t),null;if(r=(t.flags&128)!==0,i=o.rendering,i===null)if(r)yn(o,!1);else{if(G!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=Gr(e),i!==null){for(t.flags|=128,yn(o,!1),r=i.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)o=n,e=r,o.flags&=14680066,i=o.alternate,i===null?(o.childLanes=0,o.lanes=e,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=i.childLanes,o.lanes=i.lanes,o.child=i.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=i.memoizedProps,o.memoizedState=i.memoizedState,o.updateQueue=i.updateQueue,o.type=i.type,e=i.dependencies,o.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return I($,$.current&1|2),t.child}e=e.sibling}o.tail!==null&&Q()>sn&&(t.flags|=128,r=!0,yn(o,!1),t.lanes=4194304)}else{if(!r)if(e=Gr(i),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),yn(o,!0),o.tail===null&&o.tailMode==="hidden"&&!i.alternate&&!B)return re(t),null}else 2*Q()-o.renderingStartTime>sn&&n!==1073741824&&(t.flags|=128,r=!0,yn(o,!1),t.lanes=4194304);o.isBackwards?(i.sibling=t.child,t.child=i):(n=o.last,n!==null?n.sibling=i:t.child=i,o.last=i)}return o.tail!==null?(t=o.tail,o.rendering=t,o.tail=t.sibling,o.renderingStartTime=Q(),t.sibling=null,n=$.current,I($,r?n&1|2:n&1),t):(re(t),null);case 22:case 23:return Li(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?ge&1073741824&&(re(t),t.subtreeFlags&6&&(t.flags|=8192)):re(t),null;case 24:return null;case 25:return null}throw Error(w(156,t.tag))}function md(e,t){switch(ai(t),t.tag){case 1:return me(t.type)&&Ar(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return on(),U(pe),U(oe),yi(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return gi(t),null;case 13:if(U($),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(w(340));rn()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return U($),null;case 4:return on(),null;case 10:return pi(t.type._context),null;case 22:case 23:return Li(),null;case 24:return null;default:return null}}var gr=!1,le=!1,hd=typeof WeakSet=="function"?WeakSet:Set,E=null;function Yt(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){W(e,t,r)}else n.current=null}function Ro(e,t,n){try{n()}catch(r){W(e,t,r)}}var Du=!1;function vd(e,t){if(go=Ur,e=Qs(),ui(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var l=r.anchorOffset,o=r.focusNode;r=r.focusOffset;try{n.nodeType,o.nodeType}catch{n=null;break e}var i=0,u=-1,s=-1,d=0,v=0,m=e,p=null;t:for(;;){for(var k;m!==n||l!==0&&m.nodeType!==3||(u=i+l),m!==o||r!==0&&m.nodeType!==3||(s=i+r),m.nodeType===3&&(i+=m.nodeValue.length),(k=m.firstChild)!==null;)p=m,m=k;for(;;){if(m===e)break t;if(p===n&&++d===l&&(u=i),p===o&&++v===r&&(s=i),(k=m.nextSibling)!==null)break;m=p,p=m.parentNode}m=k}n=u===-1||s===-1?null:{start:u,end:s}}else n=null}n=n||{start:0,end:0}}else n=null;for(yo={focusedElem:e,selectionRange:n},Ur=!1,E=t;E!==null;)if(t=E,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,E=e;else for(;E!==null;){t=E;try{var S=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(S!==null){var x=S.memoizedProps,j=S.memoizedState,c=t.stateNode,a=c.getSnapshotBeforeUpdate(t.elementType===t.type?x:ze(t.type,x),j);c.__reactInternalSnapshotBeforeUpdate=a}break;case 3:var f=t.stateNode.containerInfo;f.nodeType===1?f.textContent="":f.nodeType===9&&f.documentElement&&f.removeChild(f.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(w(163))}}catch(g){W(t,t.return,g)}if(e=t.sibling,e!==null){e.return=t.return,E=e;break}E=t.return}return S=Du,Du=!1,S}function zn(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var l=r=r.next;do{if((l.tag&e)===e){var o=l.destroy;l.destroy=void 0,o!==void 0&&Ro(t,n,o)}l=l.next}while(l!==r)}}function dl(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function Do(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function Va(e){var t=e.alternate;t!==null&&(e.alternate=null,Va(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Ue],delete t[Wn],delete t[So],delete t[qf],delete t[bf])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Aa(e){return e.tag===5||e.tag===3||e.tag===4}function Iu(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Aa(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.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 Io(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=Vr));else if(r!==4&&(e=e.child,e!==null))for(Io(e,t,n),e=e.sibling;e!==null;)Io(e,t,n),e=e.sibling}function Fo(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(Fo(e,t,n),e=e.sibling;e!==null;)Fo(e,t,n),e=e.sibling}var b=null,Te=!1;function Je(e,t,n){for(n=n.child;n!==null;)Wa(e,t,n),n=n.sibling}function Wa(e,t,n){if(Be&&typeof Be.onCommitFiberUnmount=="function")try{Be.onCommitFiberUnmount(ll,n)}catch{}switch(n.tag){case 5:le||Yt(n,t);case 6:var r=b,l=Te;b=null,Je(e,t,n),b=r,Te=l,b!==null&&(Te?(e=b,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):b.removeChild(n.stateNode));break;case 18:b!==null&&(Te?(e=b,n=n.stateNode,e.nodeType===8?Bl(e.parentNode,n):e.nodeType===1&&Bl(e,n),Un(e)):Bl(b,n.stateNode));break;case 4:r=b,l=Te,b=n.stateNode.containerInfo,Te=!0,Je(e,t,n),b=r,Te=l;break;case 0:case 11:case 14:case 15:if(!le&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){l=r=r.next;do{var o=l,i=o.destroy;o=o.tag,i!==void 0&&(o&2||o&4)&&Ro(n,t,i),l=l.next}while(l!==r)}Je(e,t,n);break;case 1:if(!le&&(Yt(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(u){W(n,t,u)}Je(e,t,n);break;case 21:Je(e,t,n);break;case 22:n.mode&1?(le=(r=le)||n.memoizedState!==null,Je(e,t,n),le=r):Je(e,t,n);break;default:Je(e,t,n)}}function Fu(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new hd),t.forEach(function(r){var l=Cd.bind(null,e,r);n.has(r)||(n.add(r),r.then(l,l))})}}function Le(e,t){var n=t.deletions;if(n!==null)for(var r=0;rl&&(l=i),r&=~o}if(r=l,r=Q()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*yd(r/1960))-r,10e?16:e,rt===null)var r=!1;else{if(e=rt,rt=null,el=0,R&6)throw Error(w(331));var l=R;for(R|=4,E=e.current;E!==null;){var o=E,i=o.child;if(E.flags&16){var u=o.deletions;if(u!==null){for(var s=0;sQ()-Pi?Et(e,0):Ni|=n),he(e,t)}function Ja(e,t){t===0&&(e.mode&1?(t=sr,sr<<=1,!(sr&130023424)&&(sr=4194304)):t=1);var n=ue();e=Xe(e,t),e!==null&&(Jn(e,t,n),he(e,n))}function Ed(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),Ja(e,n)}function Cd(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,l=e.memoizedState;l!==null&&(n=l.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(w(314))}r!==null&&r.delete(t),Ja(e,n)}var qa;qa=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||pe.current)de=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return de=!1,dd(e,t,n);de=!!(e.flags&131072)}else de=!1,B&&t.flags&1048576&&na(t,Qr,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;Lr(e,t),e=t.pendingProps;var l=nn(t,oe.current);qt(t,n),l=ki(null,t,r,e,l,n);var o=Si();return t.flags|=1,typeof l=="object"&&l!==null&&typeof l.render=="function"&&l.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,me(r)?(o=!0,Wr(t)):o=!1,t.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,hi(t),l.updater=fl,t.stateNode=l,l._reactInternals=t,Po(t,r,e,n),t=zo(null,t,r,!0,o,n)):(t.tag=0,B&&o&&si(t),ie(null,t,l,n),t=t.child),t;case 16:r=t.elementType;e:{switch(Lr(e,t),e=t.pendingProps,l=r._init,r=l(r._payload),t.type=r,l=t.tag=Pd(r),e=ze(r,e),l){case 0:t=Lo(null,t,r,e,n);break e;case 1:t=Ou(null,t,r,e,n);break e;case 11:t=zu(null,t,r,e,n);break e;case 14:t=Tu(null,t,r,ze(r.type,e),n);break e}throw Error(w(306,r,""))}return t;case 0:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:ze(r,l),Lo(e,t,r,l,n);case 1:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:ze(r,l),Ou(e,t,r,l,n);case 3:e:{if(Da(t),e===null)throw Error(w(387));r=t.pendingProps,o=t.memoizedState,l=o.element,sa(e,t),Xr(t,r,null,n);var i=t.memoizedState;if(r=i.element,o.isDehydrated)if(o={element:r,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=o,t.memoizedState=o,t.flags&256){l=un(Error(w(423)),t),t=Mu(e,t,r,n,l);break e}else if(r!==l){l=un(Error(w(424)),t),t=Mu(e,t,r,n,l);break e}else for(ye=ut(t.stateNode.containerInfo.firstChild),we=t,B=!0,Oe=null,n=ia(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(rn(),r===l){t=Ge(e,t,n);break e}ie(e,t,r,n)}t=t.child}return t;case 5:return aa(t),e===null&&Eo(t),r=t.type,l=t.pendingProps,o=e!==null?e.memoizedProps:null,i=l.children,wo(r,l)?i=null:o!==null&&wo(r,o)&&(t.flags|=32),Ra(e,t),ie(e,t,i,n),t.child;case 6:return e===null&&Eo(t),null;case 13:return Ia(e,t,n);case 4:return vi(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=ln(t,null,r,n):ie(e,t,r,n),t.child;case 11:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:ze(r,l),zu(e,t,r,l,n);case 7:return ie(e,t,t.pendingProps,n),t.child;case 8:return ie(e,t,t.pendingProps.children,n),t.child;case 12:return ie(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,l=t.pendingProps,o=t.memoizedProps,i=l.value,I(Yr,r._currentValue),r._currentValue=i,o!==null)if(De(o.value,i)){if(o.children===l.children&&!pe.current){t=Ge(e,t,n);break e}}else for(o=t.child,o!==null&&(o.return=t);o!==null;){var u=o.dependencies;if(u!==null){i=o.child;for(var s=u.firstContext;s!==null;){if(s.context===r){if(o.tag===1){s=Qe(-1,n&-n),s.tag=2;var d=o.updateQueue;if(d!==null){d=d.shared;var v=d.pending;v===null?s.next=s:(s.next=v.next,v.next=s),d.pending=s}}o.lanes|=n,s=o.alternate,s!==null&&(s.lanes|=n),Co(o.return,n,t),u.lanes|=n;break}s=s.next}}else if(o.tag===10)i=o.type===t.type?null:o.child;else if(o.tag===18){if(i=o.return,i===null)throw Error(w(341));i.lanes|=n,u=i.alternate,u!==null&&(u.lanes|=n),Co(i,n,t),i=o.sibling}else i=o.child;if(i!==null)i.return=o;else for(i=o;i!==null;){if(i===t){i=null;break}if(o=i.sibling,o!==null){o.return=i.return,i=o;break}i=i.return}o=i}ie(e,t,l.children,n),t=t.child}return t;case 9:return l=t.type,r=t.pendingProps.children,qt(t,n),l=Pe(l),r=r(l),t.flags|=1,ie(e,t,r,n),t.child;case 14:return r=t.type,l=ze(r,t.pendingProps),l=ze(r.type,l),Tu(e,t,r,l,n);case 15:return Oa(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:ze(r,l),Lr(e,t),t.tag=1,me(r)?(e=!0,Wr(t)):e=!1,qt(t,n),La(t,r,l),Po(t,r,l,n),zo(null,t,r,!0,e,n);case 19:return Fa(e,t,n);case 22:return Ma(e,t,n)}throw Error(w(156,t.tag))};function ba(e,t){return Ns(e,t)}function Nd(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ce(e,t,n,r){return new Nd(e,t,n,r)}function Ti(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Pd(e){if(typeof e=="function")return Ti(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Zo)return 11;if(e===Jo)return 14}return 2}function ft(e,t){var n=e.alternate;return n===null?(n=Ce(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Or(e,t,n,r,l,o){var i=2;if(r=e,typeof e=="function")Ti(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case Ft:return Ct(n.children,l,o,t);case Go:i=8,l|=8;break;case Zl:return e=Ce(12,n,t,l|2),e.elementType=Zl,e.lanes=o,e;case Jl:return e=Ce(13,n,t,l),e.elementType=Jl,e.lanes=o,e;case ql:return e=Ce(19,n,t,l),e.elementType=ql,e.lanes=o,e;case as:return ml(n,l,o,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case us:i=10;break e;case ss:i=9;break e;case Zo:i=11;break e;case Jo:i=14;break e;case qe:i=16,r=null;break e}throw Error(w(130,e==null?e:typeof e,""))}return t=Ce(i,n,t,l),t.elementType=e,t.type=r,t.lanes=o,t}function Ct(e,t,n,r){return e=Ce(7,e,r,t),e.lanes=n,e}function ml(e,t,n,r){return e=Ce(22,e,r,t),e.elementType=as,e.lanes=n,e.stateNode={isHidden:!1},e}function Kl(e,t,n){return e=Ce(6,e,null,t),e.lanes=n,e}function Xl(e,t,n){return t=Ce(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function jd(e,t,n,r,l){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=jl(0),this.expirationTimes=jl(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=jl(0),this.identifierPrefix=r,this.onRecoverableError=l,this.mutableSourceEagerHydrationData=null}function Oi(e,t,n,r,l,o,i,u,s){return e=new jd(e,t,n,u,s),t===1?(t=1,o===!0&&(t|=8)):t=0,o=Ce(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},hi(o),e}function Ld(e,t,n){var r=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(rc)}catch(e){console.error(e)}}rc(),rs.exports=Se;var Rd=rs.exports,lc,Qu=Rd;lc=Qu.createRoot,Qu.hydrateRoot;const Dd="/assets/Suyash9-BeDw6j1x.svg",kr="data:image/svg+xml,%3csvg%20width='37'%20height='12'%20viewBox='0%200%2037%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%209.72421C0%208.80351%200.798853%208.08636%201.71422%208.18532L30.1637%2011.2609C33.6717%2011.6402%2036.6285%208.67298%2036.2369%205.16633C35.8336%201.55539%2032.1094%20-0.6855%2028.7302%200.649534L2.11659%2011.1638C1.10075%2011.5651%200%2010.8165%200%209.72421Z'%20fill='url(%23paint0_linear_2164_71)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2164_71'%20x1='136.358'%20y1='7.62354'%20x2='122.281'%20y2='52.8563'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23DF8908'/%3e%3cstop%20offset='1'%20stop-color='%23B415FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e";var oc={exports:{}};(function(e,t){(function(r,l){e.exports=l(en)})(typeof self<"u"?self:ic,function(n){return function(r){var l={};function o(i){if(l[i])return l[i].exports;var u=l[i]={i,l:!1,exports:{}};return r[i].call(u.exports,u,u.exports,o),u.l=!0,u.exports}return o.m=r,o.c=l,o.d=function(i,u,s){o.o(i,u)||Object.defineProperty(i,u,{configurable:!1,enumerable:!0,get:s})},o.n=function(i){var u=i&&i.__esModule?function(){return i.default}:function(){return i};return o.d(u,"a",u),u},o.o=function(i,u){return Object.prototype.hasOwnProperty.call(i,u)},o.p="",o(o.s=0)}([function(r,l,o){Object.defineProperty(l,"__esModule",{value:!0});var i=o(1),u=s(i);function s(d){return d&&d.__esModule?d:{default:d}}l.default=u.default},function(r,l,o){Object.defineProperty(l,"__esModule",{value:!0});var i=Object.assign||function(j){for(var c=1;c=0||Object.prototype.hasOwnProperty.call(j,f)&&(a[f]=j[f]);return a}function p(j,c){if(!(j instanceof c))throw new TypeError("Cannot call a class as a function")}function k(j,c){if(!j)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:j}function S(j,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);j.prototype=Object.create(c&&c.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(j,c):j.__proto__=c)}var x=function(j){S(c,j);function c(a){p(this,c);var f=k(this,(c.__proto__||Object.getPrototypeOf(c)).call(this,a));return f.smoothScroll=f.smoothScroll.bind(f),f}return u(c,[{key:"componentDidMount",value:function(){o(3).polyfill()}},{key:"smoothScroll",value:function(f){var g=this;f.preventDefault();var _=function(){return 0};typeof this.props.offset<"u"&&(this.props.offset&&this.props.offset.constructor&&this.props.offset.apply?_=this.props.offset:_=function(){return parseInt(g.props.offset)});var P=f.currentTarget.getAttribute("href").slice(1),C=document.getElementById(P),h=C.getBoundingClientRect().top+window.pageYOffset;window.scroll({top:h-_(),behavior:"smooth"}),this.props.onClick&&this.props.onClick(f)}},{key:"render",value:function(){var f=this.props;f.offset;var g=m(f,["offset"]);return d.default.createElement("a",i({},g,{onClick:this.smoothScroll}))}}]),c}(s.Component);l.default=x},function(r,l){r.exports=n},function(r,l,o){(function(){function i(){var u=window,s=document;if("scrollBehavior"in s.documentElement.style&&u.__forceSmoothScrollPolyfill__!==!0)return;var d=u.HTMLElement||u.Element,v=468,m={scroll:u.scroll||u.scrollTo,scrollBy:u.scrollBy,elementScroll:d.prototype.scroll||x,scrollIntoView:d.prototype.scrollIntoView},p=u.performance&&u.performance.now?u.performance.now.bind(u.performance):Date.now;function k(h){var z=["MSIE ","Trident/","Edge/"];return new RegExp(z.join("|")).test(h)}var S=k(u.navigator.userAgent)?1:0;function x(h,z){this.scrollLeft=h,this.scrollTop=z}function j(h){return .5*(1-Math.cos(Math.PI*h))}function c(h){if(h===null||typeof h!="object"||h.behavior===void 0||h.behavior==="auto"||h.behavior==="instant")return!0;if(typeof h=="object"&&h.behavior==="smooth")return!1;throw new TypeError("behavior member of ScrollOptions "+h.behavior+" is not a valid value for enumeration ScrollBehavior.")}function a(h,z){if(z==="Y")return h.clientHeight+S1?1:ce,L=j(ce),K=h.startX+(h.x-h.startX)*L,ve=h.startY+(h.y-h.startY)*L,h.method.call(h.scrollable,K,ve),(K!==h.x||ve!==h.y)&&u.requestAnimationFrame(P.bind(u,h))}function C(h,z,L){var K,ve,ce,Mt,wl=p();h===s.body?(K=u,ve=u.scrollX||u.pageXOffset,ce=u.scrollY||u.pageYOffset,Mt=m.scroll):(K=h,ve=h.scrollLeft,ce=h.scrollTop,Mt=x),P({scrollable:K,method:Mt,startTime:wl,startX:ve,startY:ce,x:z,y:L})}u.scroll=u.scrollTo=function(){if(arguments[0]!==void 0){if(c(arguments[0])===!0){m.scroll.call(u,arguments[0].left!==void 0?arguments[0].left:typeof arguments[0]!="object"?arguments[0]:u.scrollX||u.pageXOffset,arguments[0].top!==void 0?arguments[0].top:arguments[1]!==void 0?arguments[1]:u.scrollY||u.pageYOffset);return}C.call(u,s.body,arguments[0].left!==void 0?~~arguments[0].left:u.scrollX||u.pageXOffset,arguments[0].top!==void 0?~~arguments[0].top:u.scrollY||u.pageYOffset)}},u.scrollBy=function(){if(arguments[0]!==void 0){if(c(arguments[0])){m.scrollBy.call(u,arguments[0].left!==void 0?arguments[0].left:typeof arguments[0]!="object"?arguments[0]:0,arguments[0].top!==void 0?arguments[0].top:arguments[1]!==void 0?arguments[1]:0);return}C.call(u,s.body,~~arguments[0].left+(u.scrollX||u.pageXOffset),~~arguments[0].top+(u.scrollY||u.pageYOffset))}},d.prototype.scroll=d.prototype.scrollTo=function(){if(arguments[0]!==void 0){if(c(arguments[0])===!0){if(typeof arguments[0]=="number"&&arguments[1]===void 0)throw new SyntaxError("Value could not be converted");m.elementScroll.call(this,arguments[0].left!==void 0?~~arguments[0].left:typeof arguments[0]!="object"?~~arguments[0]:this.scrollLeft,arguments[0].top!==void 0?~~arguments[0].top:arguments[1]!==void 0?~~arguments[1]:this.scrollTop);return}var h=arguments[0].left,z=arguments[0].top;C.call(this,this,typeof h>"u"?this.scrollLeft:~~h,typeof z>"u"?this.scrollTop:~~z)}},d.prototype.scrollBy=function(){if(arguments[0]!==void 0){if(c(arguments[0])===!0){m.elementScroll.call(this,arguments[0].left!==void 0?~~arguments[0].left+this.scrollLeft:~~arguments[0]+this.scrollLeft,arguments[0].top!==void 0?~~arguments[0].top+this.scrollTop:~~arguments[1]+this.scrollTop);return}this.scroll({left:~~arguments[0].left+this.scrollLeft,top:~~arguments[0].top+this.scrollTop,behavior:arguments[0].behavior})}},d.prototype.scrollIntoView=function(){if(c(arguments[0])===!0){m.scrollIntoView.call(this,arguments[0]===void 0?!0:arguments[0]);return}var h=_(this),z=h.getBoundingClientRect(),L=this.getBoundingClientRect();h!==s.body?(C.call(this,h,h.scrollLeft+L.left-z.left,h.scrollTop+L.top-z.top),u.getComputedStyle(h).position!=="fixed"&&u.scrollBy({left:z.left,top:z.top,behavior:"smooth"})):u.scrollBy({left:L.left,top:L.top,behavior:"smooth"})}}r.exports={polyfill:i}})()}])})})(oc);var Id=oc.exports;const Dt=uc(Id),Fd="data:image/svg+xml,%3csvg%20width='36'%20height='29'%20viewBox='0%200%2036%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='35.9988'%20height='4'%20rx='2'%20fill='white'/%3e%3crect%20x='13.0898'%20y='12.5'%20width='22.9083'%20height='4'%20rx='2'%20fill='white'/%3e%3crect%20x='4.91016'%20y='25'%20width='31.0899'%20height='4'%20rx='2'%20fill='white'/%3e%3c/svg%3e",Ud="data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3216%200.678819C14.6963%201.05359%2014.6963%201.66113%2014.3216%202.0359L2.10786%2014.2521C1.73306%2014.627%201.1253%2014.627%200.750501%2014.2521V14.2521C0.375808%2013.8774%200.375807%2013.2698%200.750501%2012.8951L12.9642%200.678818C13.339%200.303939%2013.9468%200.30394%2014.3216%200.678819V0.678819Z'%20fill='white'/%3e%3cpath%20d='M14.2495%2014.3212C14.6242%2013.9464%2014.6242%2013.3389%2014.2495%2012.9641L2.03576%200.747858C1.66096%200.372979%201.0532%200.372981%200.678402%200.74786V0.74786C0.303708%201.12263%200.303708%201.73017%200.678402%202.10494L12.8921%2014.3212C13.2669%2014.6961%2013.8747%2014.6961%2014.2495%2014.3212V14.3212Z'%20fill='white'/%3e%3c/svg%3e",Bd=()=>{const[e,t]=en.useState("home"),n=en.useRef(),r=()=>{n.current.style.right="0"},l=()=>{n.current.style.right="-350px"};return y.jsxs("div",{className:"navbar",children:[y.jsx("img",{src:Dd,alt:""}),y.jsx("img",{src:Fd,onClick:r,alt:"",className:"nav-mob-open"}),y.jsxs("ul",{ref:n,className:"nav-menu",children:[y.jsx("img",{src:Ud,onClick:l,alt:"",className:"nav-mob-close"}),y.jsxs("li",{children:[y.jsx(Dt,{className:"anchor-link",offset:50,href:"#home",children:y.jsx("p",{onClick:()=>t("home"),children:"Home"})}),e==="home"?y.jsx("img",{src:kr,alt:""}):y.jsx(y.Fragment,{})]}),y.jsxs("li",{children:[y.jsx(Dt,{className:"anchor-link",offset:50,href:"#about",children:y.jsx("p",{onClick:()=>t("about"),children:"About Me"})}),e==="about"?y.jsx("img",{src:kr,alt:""}):y.jsx(y.Fragment,{})]}),y.jsxs("li",{children:[y.jsx(Dt,{className:"anchor-link",offset:50,href:"#work",children:y.jsx("p",{onClick:()=>t("work"),children:"Portfolio"})}),e==="work"?y.jsx("img",{src:kr,alt:""}):y.jsx(y.Fragment,{})]}),y.jsxs("li",{children:[y.jsx(Dt,{className:"anchor-link",offset:50,href:"#contact",children:y.jsx("p",{onClick:()=>t("contact"),children:"Contact"})}),e==="contact"?y.jsx("img",{src:kr,alt:""}):y.jsx(y.Fragment,{})]})]}),y.jsx("div",{className:"nav-connect",children:y.jsx(Dt,{className:"anchor-link",offset:50,href:"#contact",children:"Connect with Me"})})]})},$d="/assets/profile_pic4-KPngzL4B.png",Vd=()=>y.jsxs("div",{id:"home",className:"hero",children:[y.jsx("img",{src:$d,alt:""}),y.jsxs("h1",{children:[y.jsx("span",{children:"I am Suyash Abhishek Kumar,"})," a Game Devaloper based in India."]}),y.jsx("p",{children:"Description"}),y.jsxs("div",{className:"hero-action",children:[y.jsx("div",{className:"hero-connect",children:y.jsx(Dt,{className:"anchor-link",offset:50,href:"#contact",children:"Connect with Me"})}),y.jsx("div",{className:"hero-resume",children:"My Resume"})]})]}),Ii="data:image/svg+xml,%3csvg%20width='227'%20height='72'%20viewBox='0%200%20227%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2061.1395C0%2055.1999%205.16729%2050.5816%2011.0696%2051.2459L187.039%2071.052C209.597%2073.591%20228.703%2054.5844%20226.282%2032.0133C223.76%208.50255%20199.379%20-6.00841%20177.511%202.98631L13.7433%2070.3471C7.19098%2073.0422%200%2068.2245%200%2061.1395Z'%20fill='url(%23paint0_linear_2160_23)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2160_23'%20x1='851.318'%20y1='47.553'%20x2='756.751'%20y2='339.402'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23DF8908'/%3e%3cstop%20offset='1'%20stop-color='%23B415FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",Ad="/assets/about_profile2-CS0_MmdI.jpg",Wd=()=>y.jsxs("div",{id:"about",className:"about",children:[y.jsxs("div",{className:"about-title",children:[y.jsx("h1",{children:"About me"}),y.jsx("img",{src:Ii,alt:""})]}),y.jsxs("div",{className:"about-sections",children:[y.jsx("div",{className:"about-left",children:y.jsx("img",{src:Ad,alt:""})}),y.jsxs("div",{className:"about-right",children:[y.jsx("div",{className:"about-para",children:y.jsx("p",{children:"I am a passionate full stack developer. Currently pursuing my Bachelor's degree in Computer Science and Engineering with a specialization in Artificial Intelligence and Machine Learning at SRM Institute of Science and Technology. Completed my schooling at DAV with an outstanding 93.2% in 12th grade. My current Grade is 9.00 CGPA at SRMIST My goal is to create innovative solutions that drive business growth and deliver exceptional user experiences."})}),y.jsxs("div",{className:"about-skills",children:[y.jsxs("div",{className:"about-skill",children:[y.jsx("p",{children:"Python"}),y.jsx("hr",{style:{width:"55%"}})]}),y.jsxs("div",{className:"about-skill",children:[y.jsx("p",{children:"PyGame"}),y.jsx("hr",{style:{width:"50%"}})]}),y.jsxs("div",{className:"about-skill",children:[y.jsx("p",{children:"Unity"}),y.jsx("hr",{style:{width:"45%"}})]}),y.jsxs("div",{className:"about-skill",children:[y.jsx("p",{children:"C++"}),y.jsx("hr",{style:{width:"45%"}})]}),y.jsxs("div",{className:"about-skill",children:[y.jsx("p",{children:"C#"}),y.jsx("hr",{style:{width:"40%"}})]}),y.jsxs("div",{className:"about-skill",children:[y.jsx("p",{children:"Java"}),y.jsx("hr",{style:{width:"45%"}})]})]})]})]}),y.jsxs("div",{className:"about-achievements",children:[y.jsxs("div",{className:"about-achievement",children:[y.jsx("h1",{children:"10+"}),y.jsx("p",{children:"Projects completed"})]}),y.jsx("hr",{}),y.jsxs("div",{className:"about-achievement",children:[y.jsx("h1",{children:"1"}),y.jsx("p",{children:"GameJam participated"})]})]})]}),Hd="/assets/project_1-Dl7d68Gr.svg",Qd="/assets/project_2-DGKn3Su0.svg",Yd="/assets/project_3-KR29BpOu.svg",Kd="/assets/project_4-DeYSYavF.svg",Xd="/assets/project_5-QLEqP-DP.svg",Gd="/assets/project_6-BqmR1A9I.svg",Zd=[{w_no:1,w_name:"Web design",w_img:Hd},{w_no:2,w_name:"Web design",w_img:Qd},{w_no:3,w_name:"Web design",w_img:Yd},{w_no:4,w_name:"Web design",w_img:Kd},{w_no:5,w_name:"Web design",w_img:Xd},{w_no:6,w_name:"Web design",w_img:Gd}],Jd="data:image/svg+xml,%3csvg%20width='33'%20height='24'%20viewBox='0%200%2033%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M32.0607%2013.0607C32.6464%2012.4749%2032.6464%2011.5251%2032.0607%2010.9393L22.5147%201.3934C21.9289%200.807611%2020.9792%200.807611%2020.3934%201.3934C19.8076%201.97919%2019.8076%202.92893%2020.3934%203.51472L28.8787%2012L20.3934%2020.4853C19.8076%2021.0711%2019.8076%2022.0208%2020.3934%2022.6066C20.9792%2023.1924%2021.9289%2023.1924%2022.5147%2022.6066L32.0607%2013.0607ZM0%2013.5H31V10.5H0V13.5Z'%20fill='white'/%3e%3c/svg%3e",qd=()=>y.jsxs("div",{id:"work",className:"mywork",children:[y.jsxs("div",{className:"mywork-title",children:[y.jsx("h1",{children:"My Latest Work"}),y.jsx("img",{src:Ii,alt:""})]}),y.jsx("div",{className:"mywork-container",children:Zd.map((e,t)=>y.jsx("img",{src:e.w_img,alt:""},t))}),y.jsxs("div",{className:"mywork-showmore",children:[y.jsx("p",{children:"Show More"}),y.jsx("img",{src:Jd,alt:""})]})]}),bd=()=>y.jsxs("div",{id:"contact",className:"contact",children:[y.jsxs("div",{className:"contact-title",children:[y.jsx("h1",{children:"Get in touch"}),y.jsx("img",{src:Ii,alt:""})]}),y.jsxs("div",{className:"contact-details",children:[y.jsx("p",{children:"Phone: 9004970566"}),y.jsx("div",{className:"contact-gmail",children:"Gmail: suyash.a.kumar@gmail.com"}),y.jsxs("div",{className:"contact-others",children:[y.jsx("div",{className:"contact-github",children:"Github"}),y.jsx("div",{className:"contact-linkdin",children:"LinkdIn"})]})]})]}),ep=()=>y.jsxs("div",{children:[y.jsx(Bd,{}),y.jsx(Vd,{}),y.jsx(Wd,{}),y.jsx(qd,{}),y.jsx(bd,{})]});lc(document.getElementById("root")).render(y.jsx(en.StrictMode,{children:y.jsx(ep,{})}));
diff --git a/assets/profile_pic4-KPngzL4B.png b/assets/profile_pic4-KPngzL4B.png
new file mode 100644
index 0000000..0e8aec7
Binary files /dev/null and b/assets/profile_pic4-KPngzL4B.png differ
diff --git a/assets/project_1-Dl7d68Gr.svg b/assets/project_1-Dl7d68Gr.svg
new file mode 100644
index 0000000..cfce0d4
--- /dev/null
+++ b/assets/project_1-Dl7d68Gr.svg
@@ -0,0 +1,9 @@
+
diff --git a/assets/project_2-DGKn3Su0.svg b/assets/project_2-DGKn3Su0.svg
new file mode 100644
index 0000000..a0653c4
--- /dev/null
+++ b/assets/project_2-DGKn3Su0.svg
@@ -0,0 +1,9 @@
+
diff --git a/assets/project_3-KR29BpOu.svg b/assets/project_3-KR29BpOu.svg
new file mode 100644
index 0000000..11c07ff
--- /dev/null
+++ b/assets/project_3-KR29BpOu.svg
@@ -0,0 +1,9 @@
+
diff --git a/assets/project_4-DeYSYavF.svg b/assets/project_4-DeYSYavF.svg
new file mode 100644
index 0000000..9fbeaaf
--- /dev/null
+++ b/assets/project_4-DeYSYavF.svg
@@ -0,0 +1,9 @@
+
diff --git a/assets/project_5-QLEqP-DP.svg b/assets/project_5-QLEqP-DP.svg
new file mode 100644
index 0000000..0e364a7
--- /dev/null
+++ b/assets/project_5-QLEqP-DP.svg
@@ -0,0 +1,9 @@
+
diff --git a/assets/project_6-BqmR1A9I.svg b/assets/project_6-BqmR1A9I.svg
new file mode 100644
index 0000000..3ffeb42
--- /dev/null
+++ b/assets/project_6-BqmR1A9I.svg
@@ -0,0 +1,9 @@
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..069ecd4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ Portfolio
+
+
+
+
+
+
+
+
+
+
diff --git a/vite.svg b/vite.svg
new file mode 100644
index 0000000..e7b8dfb
--- /dev/null
+++ b/vite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file