From 058d31f922a2e3554be4ebf531804b164e294ae5 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Sun, 14 Jan 2024 13:27:43 +0000 Subject: [PATCH] deploy: a3d40b3b131b27b6fe17bf7e4fe38807bead53ad --- assets/index-0YZHiOVW.css | 1 + assets/index-JS1qI-Cu.css | 1 - .../{index-2adTvfTZ.js => index-uuQZnRWw.js} | 24 +++++++++---------- index.html | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 assets/index-0YZHiOVW.css delete mode 100644 assets/index-JS1qI-Cu.css rename assets/{index-2adTvfTZ.js => index-uuQZnRWw.js} (60%) diff --git a/assets/index-0YZHiOVW.css b/assets/index-0YZHiOVW.css new file mode 100644 index 0000000..e4b6da2 --- /dev/null +++ b/assets/index-0YZHiOVW.css @@ -0,0 +1 @@ +#app{display:flex;flex-direction:column;background-color:var(--color-background-body);min-height:auto}#app .section{min-height:100vh;padding:80px 0}#app .section .title{display:flex;flex-direction:column;align-items:center;justify-content:center}.header{display:flex;align-items:center;justify-content:space-between;position:fixed;background-color:var(--color-background-body);top:0;z-index:100;width:100%;border-bottom:1px solid var(--color-border);padding:10px 50px}.header .logo{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:2rem;font-weight:700;letter-spacing:5px;padding-bottom:8px;color:var(--color-font)}.header .logo span{color:#7c7d7d}.header nav{display:flex;align-items:center;justify-content:center;gap:50px}.header nav a{color:var(--color-font);text-decoration:none;font-size:1.2rem;font-weight:500;border-bottom:2px solid transparent;transition:all 50ms ease-in-out}.header nav a.current{border-color:var(--color-accent)}.header nav a:hover{border-color:var(--color-accent)}.burger{width:2rem;height:2rem;position:fixed;top:15px;right:20px;z-index:20;display:flex;justify-content:space-around;flex-flow:column nowrap;cursor:pointer}.burger div{width:2rem;height:.25rem;background-color:var(--color-font);border-radius:10px;transform-origin:1px;transition:all .2s linear}.burger div:nth-child(1){transform:rotate(0)}.burger div:nth-child(2){opacity:1}.burger div:nth-child(3){transform:rotate(0)}.burger.open div{background-color:var(--color-accent)}.burger.open div:nth-child(1){transform:rotate(45deg)}.burger.open div:nth-child(2){opacity:0}.burger.open div:nth-child(3){transform:rotate(-45deg)}.sidebar{position:fixed;top:0;right:0;height:100vh;display:flex;flex-direction:column;justify-content:center;background-color:var(--color-background-sidebar);transform:translate(100%);transition:transform .1s ease-in-out}.sidebar.open{transform:translate(0)}.sidebar a{font-size:2rem;text-transform:uppercase;padding:2rem;font-weight:700;letter-spacing:.5rem;color:var(--color-font);text-decoration:none;transition:color 50ms linear}.sidebar a:hover{color:var(--color-accent)}@media (max-width: 768px){.sidebar{width:100%}}.about{height:100vh;padding:5rem 10rem}.about .greeting{color:var(--color-accent)}.about .interest{color:var(--color-font-muted)}.about .social-links{display:flex;flex-direction:row;align-items:center;margin-top:2rem;gap:2rem}.about .social-links a{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--color-font);text-decoration:none;font-size:1.2rem;font-weight:500;border-radius:5px;padding:10px 15px;background-color:#1d1d1d;transition:all 50ms ease-in-out;border:2px solid transparent}.about .social-links a:hover{background-color:#2d2d2d;border-color:var(--color-accent)}@media (max-width: 1150px){.about{padding:5rem 2rem}}@media (max-width: 600px){.about .social-links{flex-direction:column;align-items:stretch}.about .social-links a{width:100%;text-align:center}}.sectionScroll{position:fixed;bottom:20px;right:20px;cursor:pointer}.sectionScroll div .arrow.up:hover{animation:pulse 1s 2}@media screen and (min-width: 768px){.sectionScroll div .arrow.up:hover{animation:pulse 1s infinite}}.sectionScroll div .arrow.down:hover{animation:pulse 1s 2}.sectionScroll div .arrow:hover{color:var(--color-accent)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.skills{display:flex;flex-direction:column;align-items:center;gap:30px}.skills .grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px 100px}.skills .grid .skill{display:flex;flex-direction:row;align-items:center;background-color:var(--color-background-foreground);border-radius:5px;padding:5px;font-weight:600;border:2px solid transparent;transition:all 50ms ease-in-out;gap:10px}.skills .grid .skill img{width:32px;height:32px}@media (max-width: 768px){.skills .grid{grid-gap:10px}.skills .grid .skill img{width:24px;height:24px}}@media (max-width: 480px){.skills .grid .skill{justify-content:center;flex-direction:column;gap:5px}.skills .grid .skill img{width:50px;height:50px}}.projects{padding:0 10rem}.projects .grid{padding:2rem 0;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:20px}.projects .grid .project{display:flex;flex-direction:column;background-color:var(--color-background-foreground);border-radius:5px;padding:5px;border:2px solid transparent;transition:all 50ms ease-in-out;cursor:pointer;max-width:500px;min-width:300px}.projects .grid .project:hover{border-color:var(--color-accent-background)}.projects .grid .project img{width:100%}.projects .grid .project img.blur{filter:blur(5px)}.projects .grid .project small{font-size:.8rem;font-weight:700;color:var(--color-font-muted);text-align:center}.projects .grid .project .info{padding:1rem}.projects .grid .project .info .badges{display:flex;flex-wrap:wrap;gap:5px;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.projects .grid .project .info .badges .badge{padding:.2rem .5rem;border-radius:5px;font-size:.8rem;font-weight:600;border:2px solid var(--color-accent-background)}.projects .grid .project .info .badges .badge.docker{background-color:#0db9ed11;border-color:#0db9ed4f;color:#60c6e6}.projects .grid .project .info .badges .badge.typescript{background-color:#007acc11;border-color:#007acc4f;color:#007acc}.projects .grid .project .info .badges .badge.express{background-color:#0001;border-color:#0000004f;color:#000}.projects .grid .project .info .badges .badge.git{background-color:#f34f2999;border-color:#f34f29;color:#fff}.projects .grid .project .info .badges .badge.javascript{background-color:#f0db4f11;border-color:#f0db4f4f;color:#f0db4f}.projects .grid .project .info .badges .badge.typeorm{background-color:#42b88311;border-color:#42b8834f;color:#42b883}.projects .grid .project .info .badges .badge.firebase{background-color:#ffca2811;border-color:#ffca284f;color:#ffca28}.projects .grid .project .info .badges .badge.html{background-color:#e34f2611;border-color:#e34f264f;color:#e34f26}.projects .grid .project .info .badges .badge.reactjs{background-color:#61dafb11;border-color:#61dafb4f;color:#61dafb}.projects .grid .project .info .badges .badge.nodejs{background-color:#68a06311;border-color:#68a0634f;color:#68a063}.projects .grid .project .info .badges .badge.css{background-color:#264de411;border-color:#264de44f;color:#264de4}.projects .grid .project .info .badges .badge.nextjs{background-color:#0001;border-color:#0000004f;color:#000}.projects .grid .project .info .badges .badge.postgresql{background-color:#33679111;border-color:#3367914f;color:#336791}.projects .grid .project .info .badges .badge.sass{background-color:#c691;border-color:#cc66994f;color:#c69}.projects .grid .project .info .badges .badge.angularjs{background-color:#e2323711;border-color:#e232374f;color:#e23237}.projects .grid .project .info .badges .badge.mysql{background-color:#4479a111;border-color:#4479a14f;color:#4479a1}.projects .grid .project .info .badges .badge.java{background-color:#00739611;border-color:#0073964f;color:#007396}.projects .grid .project .info .badges .badge.unity{background-color:#0001;border-color:#0000004f;color:#000}.projects .grid .project .info .badges .badge.csharp{background-color:#17860011;border-color:#1786004f;color:#178600}.projects .grid .project .info .badges .badge.cpp{background-color:#f34b7d11;border-color:#f34b7d4f;color:#f34b7d}.projects .grid .project .info .badges .badge.python{background-color:#3776ab11;border-color:#3776ab4f;color:#3776ab}.projects .grid .project .info .description{padding:.5rem 0}.sectionLine{width:100%;display:flex;justify-content:center;align-items:center}.sectionLine hr{width:60%;border:1px solid var(--color-border)}@media screen and (max-width: 768px){.sectionLine hr{width:80%}}@media screen and (max-width: 480px){.sectionLine hr{width:90%}}:root{--color-background-body: #000000;--color-background-foreground: #0e0e0e;--color-background-header: transparent;--color-background-sidebar: #1a1a1a;--color-font: #ffffff;--color-font-muted: #a0a0a0;--color-border: #2b2b2b;--color-danger: #cf000f;--color-success: #009944;--color-info: #63c0df;--color-warning: #f0541e;--color-svg-header: #363636;--color-accent: #22eb97;--color-accent-background: #165a3f;--color-font-link: var(--color-accent);--color-font-link-hover: #7dffc9}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color-scheme:light dark;color:var(--color-font);background-color:var(--color-background-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}:root ::selection{background-color:var(--color-accent-background);color:var(--color-font)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}h1{font-size:8rem;font-weight:700}@media screen and (max-width: 900px){h1{font-size:6rem}}@media screen and (max-width: 670px){h1{font-size:4rem}}@media screen and (max-width: 480px){h1{font-size:3rem}}h2{font-size:4rem;font-weight:700}@media screen and (max-width: 900px){h2{font-size:3rem}}@media screen and (max-width: 670px){h2{font-size:2.5rem}}@media screen and (max-width: 480px){h2{font-size:1.5rem}}h3{font-size:2rem;font-weight:700}@media screen and (max-width: 900px){h3{font-size:1.5rem}}h4{font-size:1rem;font-weight:700}body,#root{display:flex;flex-direction:column;height:100vh;width:100%}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-accent-background);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)} diff --git a/assets/index-JS1qI-Cu.css b/assets/index-JS1qI-Cu.css deleted file mode 100644 index c4d7071..0000000 --- a/assets/index-JS1qI-Cu.css +++ /dev/null @@ -1 +0,0 @@ -#app{display:flex;flex-direction:column;background-color:var(--color-background-body);min-height:auto}#app .section{min-height:100vh;padding:80px 0}.header{display:flex;align-items:center;justify-content:space-between;position:fixed;background-color:var(--color-background-body);top:0;z-index:100;width:100%;border-bottom:1px solid var(--color-border);padding:10px 50px}.header .logo{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:2rem;font-weight:700;letter-spacing:5px;padding-bottom:8px;color:var(--color-font)}.header .logo span{color:#7c7d7d}.header nav{display:flex;align-items:center;justify-content:center;gap:50px}.header nav a{color:var(--color-font);text-decoration:none;font-size:1.2rem;font-weight:500;border-bottom:2px solid transparent;transition:all 50ms ease-in-out}.header nav a.current{border-color:var(--color-accent)}.header nav a:hover{border-color:var(--color-accent)}.burger{width:2rem;height:2rem;position:fixed;top:15px;right:20px;z-index:20;display:flex;justify-content:space-around;flex-flow:column nowrap;cursor:pointer}.burger div{width:2rem;height:.25rem;background-color:var(--color-font);border-radius:10px;transform-origin:1px;transition:all .2s linear}.burger div:nth-child(1){transform:rotate(0)}.burger div:nth-child(2){opacity:1}.burger div:nth-child(3){transform:rotate(0)}.burger.open div{background-color:var(--color-accent)}.burger.open div:nth-child(1){transform:rotate(45deg)}.burger.open div:nth-child(2){opacity:0}.burger.open div:nth-child(3){transform:rotate(-45deg)}.sidebar{position:fixed;top:0;right:0;height:100vh;display:flex;flex-direction:column;justify-content:center;background-color:var(--color-background-sidebar);transform:translate(100%);transition:transform .1s ease-in-out}.sidebar.open{transform:translate(0)}.sidebar a{font-size:2rem;text-transform:uppercase;padding:2rem;font-weight:700;letter-spacing:.5rem;color:var(--color-font);text-decoration:none;transition:color 50ms linear}.sidebar a:hover{color:var(--color-accent)}@media (max-width: 768px){.sidebar{width:100%}}.about{height:100vh;padding:5rem 10rem}.about .greeting{color:var(--color-accent)}.about .interest{color:var(--color-font-muted)}.about .social-links{display:flex;flex-direction:row;align-items:center;margin-top:2rem;gap:2rem}.about .social-links a{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--color-font);text-decoration:none;font-size:1.2rem;font-weight:500;border-radius:5px;padding:10px 15px;background-color:#1d1d1d;transition:all 50ms ease-in-out;border:2px solid transparent}.about .social-links a:hover{background-color:#2d2d2d;border-color:var(--color-accent)}@media (max-width: 1150px){.about{padding:5rem 2rem}}@media (max-width: 600px){.about .social-links{flex-direction:column;align-items:stretch}.about .social-links a{width:100%;text-align:center}}.sectionScroll{position:fixed;bottom:20px;right:20px;cursor:pointer}.sectionScroll div .arrow.up:hover{animation:pulse 1s 2}@media screen and (min-width: 768px){.sectionScroll div .arrow.up:hover{animation:pulse 1s infinite}}.sectionScroll div .arrow.down:hover{animation:pulse 1s 2}.sectionScroll div .arrow:hover{color:var(--color-accent)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.skills{display:flex;flex-direction:column;align-items:center;gap:30px}.skills .title{display:flex;flex-direction:column;align-items:center;justify-content:center}.skills .grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px 100px}.skills .grid .skill{display:flex;flex-direction:row;align-items:center;background-color:var(--color-background-foreground);border-radius:5px;padding:5px;font-weight:600;border:2px solid transparent;transition:all 50ms ease-in-out;gap:10px}.skills .grid .skill img{width:32px;height:32px}@media (max-width: 768px){.skills .grid{grid-gap:10px}.skills .grid .skill img{width:24px;height:24px}}@media (max-width: 480px){.skills .grid .skill{justify-content:center;flex-direction:column;gap:5px}.skills .grid .skill img{width:50px;height:50px}}.sectionLine{width:100%;display:flex;justify-content:center;align-items:center}.sectionLine hr{width:60%;border:1px solid var(--color-border)}@media screen and (max-width: 768px){.sectionLine hr{width:80%}}@media screen and (max-width: 480px){.sectionLine hr{width:90%}}:root{--color-background-body: #000000;--color-background-foreground: #0e0e0e;--color-background-header: transparent;--color-background-sidebar: #1a1a1a;--color-font: #ffffff;--color-font-muted: #a0a0a0;--color-border: #2b2b2b;--color-danger: #cf000f;--color-success: #009944;--color-info: #63c0df;--color-warning: #f0541e;--color-svg-header: #363636;--color-accent: #22eb97;--color-accent-background: #165a3f;--color-font-link: var(--color-accent);--color-font-link-hover: #7dffc9}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color-scheme:light dark;color:var(--color-font);background-color:var(--color-background-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}:root ::selection{background-color:var(--color-accent-background);color:var(--color-font)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}h1{font-size:8rem;font-weight:700}@media screen and (max-width: 900px){h1{font-size:6rem}}@media screen and (max-width: 670px){h1{font-size:4rem}}@media screen and (max-width: 480px){h1{font-size:3rem}}h2{font-size:4rem;font-weight:700}@media screen and (max-width: 900px){h2{font-size:3rem}}@media screen and (max-width: 670px){h2{font-size:2.5rem}}@media screen and (max-width: 480px){h2{font-size:1.5rem}}h3{font-size:2rem;font-weight:700}@media screen and (max-width: 900px){h3{font-size:1.5rem}}h4{font-size:1rem;font-weight:700}body,#root{display:flex;flex-direction:column;height:100vh;width:100%}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-accent-background);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)} diff --git a/assets/index-2adTvfTZ.js b/assets/index-uuQZnRWw.js similarity index 60% rename from assets/index-2adTvfTZ.js rename to assets/index-uuQZnRWw.js index 54c140d..057ea44 100644 --- a/assets/index-2adTvfTZ.js +++ b/assets/index-uuQZnRWw.js @@ -1,4 +1,4 @@ -function ks(e,t){for(var n=0;nr[l]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(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)}})();function Cs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var l2={exports:{}},rl={},o2={exports:{}},T={};/** +function Es(e,t){for(var n=0;nr[l]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(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)}})();function _s(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var i2={exports:{}},ll={},u2={exports:{}},T={};/** * @license React * react.production.min.js * @@ -6,7 +6,7 @@ function ks(e,t){for(var n=0;n>>1,J=E[Q];if(0>>1;Ql(xl,j))ytl(nr,xl)?(E[Q]=nr,E[yt]=j,Q=yt):(E[Q]=xl,E[gt]=j,Q=gt);else if(ytl(nr,j))E[Q]=nr,E[yt]=j,Q=yt;else break e}}return N}function l(E,N){var j=E.sortIndex-N.sortIndex;return j!==0?j:E.id-N.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=[],c=[],m=1,h=null,p=3,w=!1,x=!1,S=!1,z=typeof setTimeout=="function"?setTimeout:null,f=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 d(E){for(var N=n(c);N!==null;){if(N.callback===null)r(c);else if(N.startTime<=E)r(c),N.sortIndex=N.expirationTime,t(s,N);else break;N=n(c)}}function v(E){if(S=!1,d(E),!x)if(n(s)!==null)x=!0,wl(k);else{var N=n(c);N!==null&&Sl(v,N.startTime-E)}}function k(E,N){x=!1,S&&(S=!1,f(P),P=-1),w=!0;var j=p;try{for(d(N),h=n(s);h!==null&&(!(h.expirationTime>N)||E&&!ze());){var Q=h.callback;if(typeof Q=="function"){h.callback=null,p=h.priorityLevel;var J=Q(h.expirationTime<=N);N=e.unstable_now(),typeof J=="function"?h.callback=J:h===n(s)&&r(s),d(N)}else r(s);h=n(s)}if(h!==null)var tr=!0;else{var gt=n(c);gt!==null&&Sl(v,gt.startTime-N),tr=!1}return tr}finally{h=null,p=j,w=!1}}var _=!1,L=null,P=-1,W=5,M=-1;function ze(){return!(e.unstable_now()-ME||125Q?(E.sortIndex=j,t(c,E),n(s)===null&&E===n(c)&&(S?(f(P),P=-1):S=!0,Sl(v,j-Q))):(E.sortIndex=J,t(s,E),x||w||(x=!0,wl(k))),E},e.unstable_shouldYield=ze,e.unstable_wrapCallback=function(E){var N=p;return function(){var j=p;p=N;try{return E.apply(this,arguments)}finally{p=j}}}})(g2);v2.exports=g2;var Gs=v2.exports;/** + */(function(e){function t(E,z){var j=E.length;E.push(z);e:for(;0>>1,J=E[Q];if(0>>1;Ql(kl,j))ytl(nr,kl)?(E[Q]=nr,E[yt]=j,Q=yt):(E[Q]=kl,E[gt]=j,Q=gt);else if(ytl(nr,j))E[Q]=nr,E[yt]=j,Q=yt;else break e}}return z}function l(E,z){var j=E.sortIndex-z.sortIndex;return j!==0?j:E.id-z.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=[],c=[],m=1,h=null,p=3,w=!1,x=!1,S=!1,N=typeof setTimeout=="function"?setTimeout:null,f=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 d(E){for(var z=n(c);z!==null;){if(z.callback===null)r(c);else if(z.startTime<=E)r(c),z.sortIndex=z.expirationTime,t(s,z);else break;z=n(c)}}function g(E){if(S=!1,d(E),!x)if(n(s)!==null)x=!0,Sl(k);else{var z=n(c);z!==null&&xl(g,z.startTime-E)}}function k(E,z){x=!1,S&&(S=!1,f(P),P=-1),w=!0;var j=p;try{for(d(z),h=n(s);h!==null&&(!(h.expirationTime>z)||E&&!Ne());){var Q=h.callback;if(typeof Q=="function"){h.callback=null,p=h.priorityLevel;var J=Q(h.expirationTime<=z);z=e.unstable_now(),typeof J=="function"?h.callback=J:h===n(s)&&r(s),d(z)}else r(s);h=n(s)}if(h!==null)var tr=!0;else{var gt=n(c);gt!==null&&xl(g,gt.startTime-z),tr=!1}return tr}finally{h=null,p=j,w=!1}}var _=!1,L=null,P=-1,W=5,M=-1;function Ne(){return!(e.unstable_now()-ME||125Q?(E.sortIndex=j,t(c,E),n(s)===null&&E===n(c)&&(S?(f(P),P=-1):S=!0,xl(g,j-Q))):(E.sortIndex=J,t(s,E),x||w||(x=!0,Sl(k))),E},e.unstable_shouldYield=Ne,e.unstable_wrapCallback=function(E){var z=p;return function(){var j=p;p=z;try{return E.apply(this,arguments)}finally{p=j}}}})(w2);y2.exports=w2;var Ys=y2.exports;/** * @license React * react-dom.production.min.js * @@ -30,14 +30,14 @@ function ks(e,t){for(var n=0;n"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Xl=Object.prototype.hasOwnProperty,Ks=/^[: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]*$/,Qi={},Gi={};function Ys(e){return Xl.call(Gi,e)?!0:Xl.call(Qi,e)?!1:Ks.test(e)?Gi[e]=!0:(Qi[e]=!0,!1)}function Xs(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 Zs(e,t,n,r){if(t===null||typeof t>"u"||Xs(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 ce(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 ne={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){ne[e]=new ce(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];ne[t]=new ce(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){ne[e]=new ce(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){ne[e]=new ce(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){ne[e]=new ce(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){ne[e]=new ce(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){ne[e]=new ce(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){ne[e]=new ce(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){ne[e]=new ce(e,5,!1,e.toLowerCase(),null,!1,!1)});var Yo=/[\-:]([a-z])/g;function Xo(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,Xo);ne[t]=new ce(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,Xo);ne[t]=new ce(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,Xo);ne[t]=new ce(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){ne[e]=new ce(e,1,!1,e.toLowerCase(),null,!1,!1)});ne.xlinkHref=new ce("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){ne[e]=new ce(e,1,!1,e.toLowerCase(),null,!0,!0)});function Zo(e,t,n,r){var l=ne.hasOwnProperty(t)?ne[t]:null;(l!==null?l.type!==0:r||!(2"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Zl=Object.prototype.hasOwnProperty,Xs=/^[: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]*$/,Gi={},Ki={};function Zs(e){return Zl.call(Ki,e)?!0:Zl.call(Gi,e)?!1:Xs.test(e)?Ki[e]=!0:(Gi[e]=!0,!1)}function Js(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 qs(e,t,n,r){if(t===null||typeof t>"u"||Js(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 ce(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 ne={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){ne[e]=new ce(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];ne[t]=new ce(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){ne[e]=new ce(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){ne[e]=new ce(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){ne[e]=new ce(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){ne[e]=new ce(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){ne[e]=new ce(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){ne[e]=new ce(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){ne[e]=new ce(e,5,!1,e.toLowerCase(),null,!1,!1)});var Xo=/[\-:]([a-z])/g;function Zo(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(Xo,Zo);ne[t]=new ce(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(Xo,Zo);ne[t]=new ce(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(Xo,Zo);ne[t]=new ce(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){ne[e]=new ce(e,1,!1,e.toLowerCase(),null,!1,!1)});ne.xlinkHref=new ce("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){ne[e]=new ce(e,1,!1,e.toLowerCase(),null,!0,!0)});function Jo(e,t,n,r){var l=ne.hasOwnProperty(t)?ne[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{El=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Sn(e):""}function Js(e){switch(e.tag){case 5:return Sn(e.type);case 16:return Sn("Lazy");case 13:return Sn("Suspense");case 19:return Sn("SuspenseList");case 0:case 2:case 15:return e=_l(e.type,!1),e;case 11:return e=_l(e.type.render,!1),e;case 1:return e=_l(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 It:return"Fragment";case Ft:return"Portal";case Zl:return"Profiler";case Jo:return"StrictMode";case Jl:return"Suspense";case ql:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case x2:return(e.displayName||"Context")+".Consumer";case S2:return(e._context.displayName||"Context")+".Provider";case qo:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case bo: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 qs(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===Jo?"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 C2(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function bs(e){var t=C2(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=bs(e))}function E2(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=C2(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 H({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function Yi(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 _2(e,t){t=t.checked,t!=null&&Zo(e,"checked",t,!1)}function to(e,t){_2(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 Xi(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 xn=Array.isArray;function Kt(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 On(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},ea=["Webkit","ms","Moz","O"];Object.keys(En).forEach(function(e){ea.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),En[t]=En[e]})});function N2(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 j2(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,l=N2(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,l):e[n]=l}}var ta=H({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(ta[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(y(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(y(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(y(61))}if(t.style!=null&&typeof t.style!="object")throw Error(y(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 ei(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var so=null,Yt=null,Xt=null;function qi(e){if(e=bn(e)){if(typeof so!="function")throw Error(y(280));var t=e.stateNode;t&&(t=sl(t),so(e.stateNode,e.type,t))}}function T2(e){Yt?Xt?Xt.push(e):Xt=[e]:Yt=e}function M2(){if(Yt){var e=Yt,t=Xt;if(Xt=Yt=null,qi(e),t)for(e=0;e>>=0,e===0?32:31-(da(e)/pa|0)|0}var ur=64,sr=4194304;function kn(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 Ir(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=kn(u):(o&=i,o!==0&&(r=kn(o)))}else i=n&~l,i!==0?r=kn(i):o!==0&&(r=kn(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-Re(t),e[t]=n}function ga(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=Ln),uu=" ",su=!1;function q2(e,t){switch(e){case"keyup":return Qa.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function b2(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Dt=!1;function Ka(e,t){switch(e){case"compositionend":return b2(t);case"keypress":return t.which!==32?null:(su=!0,uu);case"textInput":return e=t.data,e===uu&&su?null:e;default:return null}}function Ya(e,t){if(Dt)return e==="compositionend"||!si&&q2(e,t)?(e=Z2(),Cr=oi=nt=null,Dt=!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=du(n)}}function r0(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?r0(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function l0(){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 ai(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 rc(e){var t=l0(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&r0(n.ownerDocument.documentElement,n)){if(r!==null&&ai(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=pu(n,o);var i=pu(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,Ut=null,mo=null,zn=null,vo=!1;function hu(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;vo||Ut==null||Ut!==Mr(r)||(r=Ut,"selectionStart"in r&&ai(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}),zn&&An(zn,r)||(zn=r,r=Br(mo,"onSelect"),0Vt||(e.current=ko[Vt],ko[Vt]=null,Vt--)}function I(e,t){Vt++,ko[Vt]=e.current,e.current=t}var pt={},ie=mt(pt),pe=mt(!1),Pt=pt;function en(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 he(e){return e=e.childContextTypes,e!=null}function Vr(){U(pe),U(ie)}function xu(e,t,n){if(ie.current!==pt)throw Error(y(168));I(ie,t),I(pe,n)}function p0(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(y(108,qs(e)||"Unknown",l));return H({},n,r)}function Hr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||pt,Pt=ie.current,I(ie,e),I(pe,pe.current),!0}function ku(e,t,n){var r=e.stateNode;if(!r)throw Error(y(169));n?(e=p0(e,t,Pt),r.__reactInternalMemoizedMergedChildContext=e,U(pe),U(ie),I(ie,e)):U(pe),I(pe,n)}var He=null,al=!1,Bl=!1;function h0(e){He===null?He=[e]:He.push(e)}function mc(e){al=!0,h0(e)}function vt(){if(!Bl&&He!==null){Bl=!0;var e=0,t=O;try{var n=He;for(O=1;e>=i,l-=i,$e=1<<32-Re(t)+l|n<P?(W=L,L=null):W=L.sibling;var M=p(f,L,d[P],v);if(M===null){L===null&&(L=W);break}e&&L&&M.alternate===null&&t(f,L),a=o(M,a,P),_===null?k=M:_.sibling=M,_=M,L=W}if(P===d.length)return n(f,L),B&&wt(f,P),k;if(L===null){for(;PP?(W=L,L=null):W=L.sibling;var ze=p(f,L,M.value,v);if(ze===null){L===null&&(L=W);break}e&&L&&ze.alternate===null&&t(f,L),a=o(ze,a,P),_===null?k=ze:_.sibling=ze,_=ze,L=W}if(M.done)return n(f,L),B&&wt(f,P),k;if(L===null){for(;!M.done;P++,M=d.next())M=h(f,M.value,v),M!==null&&(a=o(M,a,P),_===null?k=M:_.sibling=M,_=M);return B&&wt(f,P),k}for(L=r(f,L);!M.done;P++,M=d.next())M=w(L,f,P,M.value,v),M!==null&&(e&&M.alternate!==null&&L.delete(M.key===null?P:M.key),a=o(M,a,P),_===null?k=M:_.sibling=M,_=M);return e&&L.forEach(function(cn){return t(f,cn)}),B&&wt(f,P),k}function z(f,a,d,v){if(typeof d=="object"&&d!==null&&d.type===It&&d.key===null&&(d=d.props.children),typeof d=="object"&&d!==null){switch(d.$$typeof){case lr:e:{for(var k=d.key,_=a;_!==null;){if(_.key===k){if(k=d.type,k===It){if(_.tag===7){n(f,_.sibling),a=l(_,d.props.children),a.return=f,f=a;break e}}else if(_.elementType===k||typeof k=="object"&&k!==null&&k.$$typeof===qe&&Nu(k)===_.type){n(f,_.sibling),a=l(_,d.props),a.ref=gn(f,_,d),a.return=f,f=a;break e}n(f,_);break}else t(f,_);_=_.sibling}d.type===It?(a=Lt(d.props.children,f.mode,v,d.key),a.return=f,f=a):(v=Tr(d.type,d.key,d.props,null,f.mode,v),v.ref=gn(f,a,d),v.return=f,f=v)}return i(f);case Ft:e:{for(_=d.key;a!==null;){if(a.key===_)if(a.tag===4&&a.stateNode.containerInfo===d.containerInfo&&a.stateNode.implementation===d.implementation){n(f,a.sibling),a=l(a,d.children||[]),a.return=f,f=a;break e}else{n(f,a);break}else t(f,a);a=a.sibling}a=Kl(d,f.mode,v),a.return=f,f=a}return i(f);case qe:return _=d._init,z(f,a,_(d._payload),v)}if(xn(d))return x(f,a,d,v);if(dn(d))return S(f,a,d,v);mr(f,d)}return typeof d=="string"&&d!==""||typeof d=="number"?(d=""+d,a!==null&&a.tag===6?(n(f,a.sibling),a=l(a,d),a.return=f,f=a):(n(f,a),a=Gl(d,f.mode,v),a.return=f,f=a),i(f)):n(f,a)}return z}var nn=k0(!0),C0=k0(!1),er={},Ae=mt(er),Wn=mt(er),Qn=mt(er);function Ct(e){if(e===er)throw Error(y(174));return e}function yi(e,t){switch(I(Qn,t),I(Wn,e),I(Ae,er),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:lo(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=lo(t,e)}U(Ae),I(Ae,t)}function rn(){U(Ae),U(Wn),U(Qn)}function E0(e){Ct(Qn.current);var t=Ct(Ae.current),n=lo(t,e.type);t!==n&&(I(Wn,e),I(Ae,n))}function wi(e){Wn.current===e&&(U(Ae),U(Wn))}var A=mt(0);function Yr(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Al=[];function Si(){for(var e=0;en?n:4,e(!0);var r=Vl.transition;Vl.transition={};try{e(!1),t()}finally{O=n,Vl.transition=r}}function A0(){return Pe().memoizedState}function wc(e,t,n){var r=ct(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},V0(e))H0(t,n);else if(n=y0(e,t,n,r),n!==null){var l=se();Oe(n,e,r,l),$0(n,t,r)}}function Sc(e,t,n){var r=ct(e),l={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(V0(e))H0(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,Fe(u,i)){var s=t.interleaved;s===null?(l.next=l,vi(t)):(l.next=s.next,s.next=l),t.interleaved=l;return}}catch{}finally{}n=y0(e,t,l,r),n!==null&&(l=se(),Oe(n,e,r,l),$0(n,t,r))}}function V0(e){var t=e.alternate;return e===V||t!==null&&t===V}function H0(e,t){Nn=Xr=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function $0(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,ni(e,n)}}var Zr={readContext:Le,useCallback:re,useContext:re,useEffect:re,useImperativeHandle:re,useInsertionEffect:re,useLayoutEffect:re,useMemo:re,useReducer:re,useRef:re,useState:re,useDebugValue:re,useDeferredValue:re,useTransition:re,useMutableSource:re,useSyncExternalStore:re,useId:re,unstable_isNewReconciler:!1},xc={readContext:Le,useCallback:function(e,t){return De().memoizedState=[e,t===void 0?null:t],e},useContext:Le,useEffect:Tu,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,Pr(4194308,4,F0.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Pr(4194308,4,e,t)},useInsertionEffect:function(e,t){return Pr(4,2,e,t)},useMemo:function(e,t){var n=De();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=De();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=wc.bind(null,V,e),[r.memoizedState,e]},useRef:function(e){var t=De();return e={current:e},t.memoizedState=e},useState:ju,useDebugValue:_i,useDeferredValue:function(e){return De().memoizedState=e},useTransition:function(){var e=ju(!1),t=e[0];return e=yc.bind(null,e[1]),De().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=V,l=De();if(B){if(n===void 0)throw Error(y(407));n=n()}else{if(n=t(),b===null)throw Error(y(349));Nt&30||P0(r,t,n)}l.memoizedState=n;var o={value:n,getSnapshot:t};return l.queue=o,Tu(N0.bind(null,r,o,e),[e]),r.flags|=2048,Yn(9,z0.bind(null,r,o,n,t),void 0,null),n},useId:function(){var e=De(),t=b.identifierPrefix;if(B){var n=We,r=$e;n=(r&~(1<<32-Re(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=Gn++,0")&&(s=s.replace("",e.displayName)),s}while(1<=i&&0<=u);break}}}finally{_l=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Sn(e):""}function bs(e){switch(e.tag){case 5:return Sn(e.type);case 16:return Sn("Lazy");case 13:return Sn("Suspense");case 19:return Sn("SuspenseList");case 0:case 2:case 15:return e=Ll(e.type,!1),e;case 11:return e=Ll(e.type.render,!1),e;case 1:return e=Ll(e.type,!0),e;default:return""}}function eo(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 It:return"Fragment";case Ft:return"Portal";case Jl:return"Profiler";case qo:return"StrictMode";case ql:return"Suspense";case bl:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case C2:return(e.displayName||"Context")+".Consumer";case k2:return(e._context.displayName||"Context")+".Provider";case bo:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case ei:return t=e.displayName||null,t!==null?t:eo(e.type)||"Memo";case qe:t=e._payload,e=e._init;try{return eo(e(t))}catch{}}return null}function ea(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 eo(t);case 8:return t===qo?"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 _2(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ta(e){var t=_2(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=ta(e))}function L2(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=_2(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function Rr(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 to(e,t){var n=t.checked;return H({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function Xi(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 P2(e,t){t=t.checked,t!=null&&Jo(e,"checked",t,!1)}function no(e,t){P2(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")?ro(e,t.type,n):t.hasOwnProperty("defaultValue")&&ro(e,t.type,dt(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function Zi(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 ro(e,t,n){(t!=="number"||Rr(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var xn=Array.isArray;function Kt(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 On(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},na=["Webkit","ms","Moz","O"];Object.keys(En).forEach(function(e){na.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),En[t]=En[e]})});function T2(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 M2(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,l=T2(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,l):e[n]=l}}var ra=H({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 io(e,t){if(t){if(ra[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(y(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(y(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(y(61))}if(t.style!=null&&typeof t.style!="object")throw Error(y(62))}}function uo(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 so=null;function ti(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var ao=null,Yt=null,Xt=null;function bi(e){if(e=bn(e)){if(typeof ao!="function")throw Error(y(280));var t=e.stateNode;t&&(t=al(t),ao(e.stateNode,e.type,t))}}function R2(e){Yt?Xt?Xt.push(e):Xt=[e]:Yt=e}function O2(){if(Yt){var e=Yt,t=Xt;if(Xt=Yt=null,bi(e),t)for(e=0;e>>=0,e===0?32:31-(ha(e)/ma|0)|0}var ur=64,sr=4194304;function kn(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 Dr(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=kn(u):(o&=i,o!==0&&(r=kn(o)))}else i=n&~l,i!==0?r=kn(i):o!==0&&(r=kn(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-Re(t),e[t]=n}function wa(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=Ln),su=" ",au=!1;function e0(e,t){switch(e){case"keyup":return Ka.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function t0(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Dt=!1;function Xa(e,t){switch(e){case"compositionend":return t0(t);case"keypress":return t.which!==32?null:(au=!0,su);case"textInput":return e=t.data,e===su&&au?null:e;default:return null}}function Za(e,t){if(Dt)return e==="compositionend"||!ai&&e0(e,t)?(e=q2(),Er=ii=nt=null,Dt=!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=pu(n)}}function o0(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?o0(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function i0(){for(var e=window,t=Rr();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=Rr(e.document)}return t}function ci(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 oc(e){var t=i0(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&o0(n.ownerDocument.documentElement,n)){if(r!==null&&ci(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=hu(n,o);var i=hu(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,Ut=null,vo=null,Nn=null,go=!1;function mu(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;go||Ut==null||Ut!==Rr(r)||(r=Ut,"selectionStart"in r&&ci(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}),Nn&&An(Nn,r)||(Nn=r,r=Ar(vo,"onSelect"),0Vt||(e.current=Co[Vt],Co[Vt]=null,Vt--)}function I(e,t){Vt++,Co[Vt]=e.current,e.current=t}var pt={},ie=mt(pt),pe=mt(!1),Pt=pt;function en(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 he(e){return e=e.childContextTypes,e!=null}function Hr(){U(pe),U(ie)}function ku(e,t,n){if(ie.current!==pt)throw Error(y(168));I(ie,t),I(pe,n)}function m0(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(y(108,ea(e)||"Unknown",l));return H({},n,r)}function $r(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||pt,Pt=ie.current,I(ie,e),I(pe,pe.current),!0}function Cu(e,t,n){var r=e.stateNode;if(!r)throw Error(y(169));n?(e=m0(e,t,Pt),r.__reactInternalMemoizedMergedChildContext=e,U(pe),U(ie),I(ie,e)):U(pe),I(pe,n)}var He=null,cl=!1,Al=!1;function v0(e){He===null?He=[e]:He.push(e)}function gc(e){cl=!0,v0(e)}function vt(){if(!Al&&He!==null){Al=!0;var e=0,t=O;try{var n=He;for(O=1;e>=i,l-=i,$e=1<<32-Re(t)+l|n<P?(W=L,L=null):W=L.sibling;var M=p(f,L,d[P],g);if(M===null){L===null&&(L=W);break}e&&L&&M.alternate===null&&t(f,L),a=o(M,a,P),_===null?k=M:_.sibling=M,_=M,L=W}if(P===d.length)return n(f,L),B&&wt(f,P),k;if(L===null){for(;PP?(W=L,L=null):W=L.sibling;var Ne=p(f,L,M.value,g);if(Ne===null){L===null&&(L=W);break}e&&L&&Ne.alternate===null&&t(f,L),a=o(Ne,a,P),_===null?k=Ne:_.sibling=Ne,_=Ne,L=W}if(M.done)return n(f,L),B&&wt(f,P),k;if(L===null){for(;!M.done;P++,M=d.next())M=h(f,M.value,g),M!==null&&(a=o(M,a,P),_===null?k=M:_.sibling=M,_=M);return B&&wt(f,P),k}for(L=r(f,L);!M.done;P++,M=d.next())M=w(L,f,P,M.value,g),M!==null&&(e&&M.alternate!==null&&L.delete(M.key===null?P:M.key),a=o(M,a,P),_===null?k=M:_.sibling=M,_=M);return e&&L.forEach(function(cn){return t(f,cn)}),B&&wt(f,P),k}function N(f,a,d,g){if(typeof d=="object"&&d!==null&&d.type===It&&d.key===null&&(d=d.props.children),typeof d=="object"&&d!==null){switch(d.$$typeof){case lr:e:{for(var k=d.key,_=a;_!==null;){if(_.key===k){if(k=d.type,k===It){if(_.tag===7){n(f,_.sibling),a=l(_,d.props.children),a.return=f,f=a;break e}}else if(_.elementType===k||typeof k=="object"&&k!==null&&k.$$typeof===qe&&ju(k)===_.type){n(f,_.sibling),a=l(_,d.props),a.ref=gn(f,_,d),a.return=f,f=a;break e}n(f,_);break}else t(f,_);_=_.sibling}d.type===It?(a=Lt(d.props.children,f.mode,g,d.key),a.return=f,f=a):(g=Mr(d.type,d.key,d.props,null,f.mode,g),g.ref=gn(f,a,d),g.return=f,f=g)}return i(f);case Ft:e:{for(_=d.key;a!==null;){if(a.key===_)if(a.tag===4&&a.stateNode.containerInfo===d.containerInfo&&a.stateNode.implementation===d.implementation){n(f,a.sibling),a=l(a,d.children||[]),a.return=f,f=a;break e}else{n(f,a);break}else t(f,a);a=a.sibling}a=Yl(d,f.mode,g),a.return=f,f=a}return i(f);case qe:return _=d._init,N(f,a,_(d._payload),g)}if(xn(d))return x(f,a,d,g);if(dn(d))return S(f,a,d,g);mr(f,d)}return typeof d=="string"&&d!==""||typeof d=="number"?(d=""+d,a!==null&&a.tag===6?(n(f,a.sibling),a=l(a,d),a.return=f,f=a):(n(f,a),a=Kl(d,f.mode,g),a.return=f,f=a),i(f)):n(f,a)}return N}var nn=E0(!0),_0=E0(!1),er={},Ae=mt(er),Wn=mt(er),Qn=mt(er);function Ct(e){if(e===er)throw Error(y(174));return e}function wi(e,t){switch(I(Qn,t),I(Wn,e),I(Ae,er),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:oo(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=oo(t,e)}U(Ae),I(Ae,t)}function rn(){U(Ae),U(Wn),U(Qn)}function L0(e){Ct(Qn.current);var t=Ct(Ae.current),n=oo(t,e.type);t!==n&&(I(Wn,e),I(Ae,n))}function Si(e){Wn.current===e&&(U(Ae),U(Wn))}var A=mt(0);function Xr(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Vl=[];function xi(){for(var e=0;en?n:4,e(!0);var r=Hl.transition;Hl.transition={};try{e(!1),t()}finally{O=n,Hl.transition=r}}function H0(){return Pe().memoizedState}function xc(e,t,n){var r=ct(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},$0(e))W0(t,n);else if(n=S0(e,t,n,r),n!==null){var l=se();Oe(n,e,r,l),Q0(n,t,r)}}function kc(e,t,n){var r=ct(e),l={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if($0(e))W0(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,Fe(u,i)){var s=t.interleaved;s===null?(l.next=l,gi(t)):(l.next=s.next,s.next=l),t.interleaved=l;return}}catch{}finally{}n=S0(e,t,l,r),n!==null&&(l=se(),Oe(n,e,r,l),Q0(n,t,r))}}function $0(e){var t=e.alternate;return e===V||t!==null&&t===V}function W0(e,t){zn=Zr=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function Q0(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,ri(e,n)}}var Jr={readContext:Le,useCallback:re,useContext:re,useEffect:re,useImperativeHandle:re,useInsertionEffect:re,useLayoutEffect:re,useMemo:re,useReducer:re,useRef:re,useState:re,useDebugValue:re,useDeferredValue:re,useTransition:re,useMutableSource:re,useSyncExternalStore:re,useId:re,unstable_isNewReconciler:!1},Cc={readContext:Le,useCallback:function(e,t){return De().memoizedState=[e,t===void 0?null:t],e},useContext:Le,useEffect:Mu,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,Nr(4194308,4,D0.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Nr(4194308,4,e,t)},useInsertionEffect:function(e,t){return Nr(4,2,e,t)},useMemo:function(e,t){var n=De();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=De();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=xc.bind(null,V,e),[r.memoizedState,e]},useRef:function(e){var t=De();return e={current:e},t.memoizedState=e},useState:Tu,useDebugValue:Li,useDeferredValue:function(e){return De().memoizedState=e},useTransition:function(){var e=Tu(!1),t=e[0];return e=Sc.bind(null,e[1]),De().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=V,l=De();if(B){if(n===void 0)throw Error(y(407));n=n()}else{if(n=t(),b===null)throw Error(y(349));zt&30||z0(r,t,n)}l.memoizedState=n;var o={value:n,getSnapshot:t};return l.queue=o,Mu(T0.bind(null,r,o,e),[e]),r.flags|=2048,Yn(9,j0.bind(null,r,o,n,t),void 0,null),n},useId:function(){var e=De(),t=b.identifierPrefix;if(B){var n=We,r=$e;n=(r&~(1<<32-Re(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=Gn++,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[$n]=r,q0(e,t,!1,!1),t.stateNode=e;e:{switch(i=io(n,r),n){case"dialog":D("cancel",e),D("close",e),l=r;break;case"iframe":case"object":case"embed":D("load",e),l=r;break;case"video":case"audio":for(l=0;lon&&(t.flags|=128,r=!0,yn(o,!1),t.lanes=4194304)}else{if(!r)if(e=Yr(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 le(t),null}else 2*K()-o.renderingStartTime>on&&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=K(),t.sibling=null,n=A.current,I(A,r?n&1|2:n&1),t):(le(t),null);case 22:case 23:return Ti(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?ve&1073741824&&(le(t),t.subtreeFlags&6&&(t.flags|=8192)):le(t),null;case 24:return null;case 25:return null}throw Error(y(156,t.tag))}function Nc(e,t){switch(fi(t),t.tag){case 1:return he(t.type)&&Vr(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return rn(),U(pe),U(ie),Si(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return wi(t),null;case 13:if(U(A),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(y(340));tn()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return U(A),null;case 4:return rn(),null;case 10:return mi(t.type._context),null;case 22:case 23:return Ti(),null;case 24:return null;default:return null}}var gr=!1,oe=!1,jc=typeof WeakSet=="function"?WeakSet:Set,C=null;function Qt(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){$(e,t,r)}else n.current=null}function Oo(e,t,n){try{n()}catch(r){$(e,t,r)}}var Au=!1;function Tc(e,t){if(go=Dr,e=l0(),ai(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,c=0,m=0,h=e,p=null;t:for(;;){for(var w;h!==n||l!==0&&h.nodeType!==3||(u=i+l),h!==o||r!==0&&h.nodeType!==3||(s=i+r),h.nodeType===3&&(i+=h.nodeValue.length),(w=h.firstChild)!==null;)p=h,h=w;for(;;){if(h===e)break t;if(p===n&&++c===l&&(u=i),p===o&&++m===r&&(s=i),(w=h.nextSibling)!==null)break;h=p,p=h.parentNode}h=w}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},Dr=!1,C=t;C!==null;)if(t=C,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,C=e;else for(;C!==null;){t=C;try{var x=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(x!==null){var S=x.memoizedProps,z=x.memoizedState,f=t.stateNode,a=f.getSnapshotBeforeUpdate(t.elementType===t.type?S:je(t.type,S),z);f.__reactInternalSnapshotBeforeUpdate=a}break;case 3:var d=t.stateNode.containerInfo;d.nodeType===1?d.textContent="":d.nodeType===9&&d.documentElement&&d.removeChild(d.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(y(163))}}catch(v){$(t,t.return,v)}if(e=t.sibling,e!==null){e.return=t.return,C=e;break}C=t.return}return x=Au,Au=!1,x}function jn(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&&Oo(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 Fo(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 ts(e){var t=e.alternate;t!==null&&(e.alternate=null,ts(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Ue],delete t[$n],delete t[xo],delete t[pc],delete t[hc])),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 ns(e){return e.tag===5||e.tag===3||e.tag===4}function Vu(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||ns(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=Ar));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 Do(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(Do(e,t,n),e=e.sibling;e!==null;)Do(e,t,n),e=e.sibling}var ee=null,Te=!1;function Je(e,t,n){for(n=n.child;n!==null;)rs(e,t,n),n=n.sibling}function rs(e,t,n){if(Be&&typeof Be.onCommitFiberUnmount=="function")try{Be.onCommitFiberUnmount(ll,n)}catch{}switch(n.tag){case 5:oe||Qt(n,t);case 6:var r=ee,l=Te;ee=null,Je(e,t,n),ee=r,Te=l,ee!==null&&(Te?(e=ee,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):ee.removeChild(n.stateNode));break;case 18:ee!==null&&(Te?(e=ee,n=n.stateNode,e.nodeType===8?Ul(e.parentNode,n):e.nodeType===1&&Ul(e,n),Un(e)):Ul(ee,n.stateNode));break;case 4:r=ee,l=Te,ee=n.stateNode.containerInfo,Te=!0,Je(e,t,n),ee=r,Te=l;break;case 0:case 11:case 14:case 15:if(!oe&&(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)&&Oo(n,t,i),l=l.next}while(l!==r)}Je(e,t,n);break;case 1:if(!oe&&(Qt(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(u){$(n,t,u)}Je(e,t,n);break;case 21:Je(e,t,n);break;case 22:n.mode&1?(oe=(r=oe)||n.memoizedState!==null,Je(e,t,n),oe=r):Je(e,t,n);break;default:Je(e,t,n)}}function Hu(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new jc),t.forEach(function(r){var l=Ac.bind(null,e,r);n.has(r)||(n.add(r),r.then(l,l))})}}function Ne(e,t){var n=t.deletions;if(n!==null)for(var r=0;rl&&(l=i),r&=~o}if(r=l,r=K()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*Rc(r/1960))-r,10e?16:e,rt===null)var r=!1;else{if(e=rt,rt=null,br=0,R&6)throw Error(y(331));var l=R;for(R|=4,C=e.current;C!==null;){var o=C,i=o.child;if(C.flags&16){var u=o.deletions;if(u!==null){for(var s=0;sK()-Ni?_t(e,0):zi|=n),me(e,t)}function fs(e,t){t===0&&(e.mode&1?(t=sr,sr<<=1,!(sr&130023424)&&(sr=4194304)):t=1);var n=se();e=Ye(e,t),e!==null&&(Jn(e,t,n),me(e,n))}function Bc(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),fs(e,n)}function Ac(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(y(314))}r!==null&&r.delete(t),fs(e,n)}var ds;ds=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,Pc(e,t,n);de=!!(e.flags&131072)}else de=!1,B&&t.flags&1048576&&m0(t,Wr,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;zr(e,t),e=t.pendingProps;var l=en(t,ie.current);Jt(t,n),l=ki(null,t,r,e,l,n);var o=Ci();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,he(r)?(o=!0,Hr(t)):o=!1,t.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,gi(t),l.updater=cl,t.stateNode=l,l._reactInternals=t,Po(t,r,e,n),t=jo(null,t,r,!0,o,n)):(t.tag=0,B&&o&&ci(t),ue(null,t,l,n),t=t.child),t;case 16:r=t.elementType;e:{switch(zr(e,t),e=t.pendingProps,l=r._init,r=l(r._payload),t.type=r,l=t.tag=Hc(r),e=je(r,e),l){case 0:t=No(null,t,r,e,n);break e;case 1:t=Du(null,t,r,e,n);break e;case 11:t=Fu(null,t,r,e,n);break e;case 14:t=Iu(null,t,r,je(r.type,e),n);break e}throw Error(y(306,r,""))}return t;case 0:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),No(e,t,r,l,n);case 1:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),Du(e,t,r,l,n);case 3:e:{if(X0(t),e===null)throw Error(y(387));r=t.pendingProps,o=t.memoizedState,l=o.element,w0(e,t),Kr(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=ln(Error(y(423)),t),t=Uu(e,t,r,n,l);break e}else if(r!==l){l=ln(Error(y(424)),t),t=Uu(e,t,r,n,l);break e}else for(ge=ut(t.stateNode.containerInfo.firstChild),ye=t,B=!0,Me=null,n=C0(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(tn(),r===l){t=Xe(e,t,n);break e}ue(e,t,r,n)}t=t.child}return t;case 5:return E0(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),Y0(e,t),ue(e,t,i,n),t.child;case 6:return e===null&&Eo(t),null;case 13:return Z0(e,t,n);case 4:return yi(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=nn(t,null,r,n):ue(e,t,r,n),t.child;case 11:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),Fu(e,t,r,l,n);case 7:return ue(e,t,t.pendingProps,n),t.child;case 8:return ue(e,t,t.pendingProps.children,n),t.child;case 12:return ue(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(Qr,r._currentValue),r._currentValue=i,o!==null)if(Fe(o.value,i)){if(o.children===l.children&&!pe.current){t=Xe(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 c=o.updateQueue;if(c!==null){c=c.shared;var m=c.pending;m===null?s.next=s:(s.next=m.next,m.next=s),c.pending=s}}o.lanes|=n,s=o.alternate,s!==null&&(s.lanes|=n),_o(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(y(341));i.lanes|=n,u=i.alternate,u!==null&&(u.lanes|=n),_o(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}ue(e,t,l.children,n),t=t.child}return t;case 9:return l=t.type,r=t.pendingProps.children,Jt(t,n),l=Le(l),r=r(l),t.flags|=1,ue(e,t,r,n),t.child;case 14:return r=t.type,l=je(r,t.pendingProps),l=je(r.type,l),Iu(e,t,r,l,n);case 15:return G0(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),zr(e,t),t.tag=1,he(r)?(e=!0,Hr(t)):e=!1,Jt(t,n),x0(t,r,l),Po(t,r,l,n),jo(null,t,r,!0,e,n);case 19:return J0(e,t,n);case 22:return K0(e,t,n)}throw Error(y(156,t.tag))};function ps(e,t){return B2(e,t)}function Vc(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 Ee(e,t,n,r){return new Vc(e,t,n,r)}function Ri(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Hc(e){if(typeof e=="function")return Ri(e)?1:0;if(e!=null){if(e=e.$$typeof,e===qo)return 11;if(e===bo)return 14}return 2}function ft(e,t){var n=e.alternate;return n===null?(n=Ee(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 Tr(e,t,n,r,l,o){var i=2;if(r=e,typeof e=="function")Ri(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case It:return Lt(n.children,l,o,t);case Jo:i=8,l|=8;break;case Zl:return e=Ee(12,n,t,l|2),e.elementType=Zl,e.lanes=o,e;case Jl:return e=Ee(13,n,t,l),e.elementType=Jl,e.lanes=o,e;case ql:return e=Ee(19,n,t,l),e.elementType=ql,e.lanes=o,e;case k2:return hl(n,l,o,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case S2:i=10;break e;case x2:i=9;break e;case qo:i=11;break e;case bo:i=14;break e;case qe:i=16,r=null;break e}throw Error(y(130,e==null?e:typeof e,""))}return t=Ee(i,n,t,l),t.elementType=e,t.type=r,t.lanes=o,t}function Lt(e,t,n,r){return e=Ee(7,e,r,t),e.lanes=n,e}function hl(e,t,n,r){return e=Ee(22,e,r,t),e.elementType=k2,e.lanes=n,e.stateNode={isHidden:!1},e}function Gl(e,t,n){return e=Ee(6,e,null,t),e.lanes=n,e}function Kl(e,t,n){return t=Ee(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function $c(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=Pl(0),this.expirationTimes=Pl(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Pl(0),this.identifierPrefix=r,this.onRecoverableError=l,this.mutableSourceEagerHydrationData=null}function Oi(e,t,n,r,l,o,i,u,s){return e=new $c(e,t,n,u,s),t===1?(t=1,o===!0&&(t|=8)):t=0,o=Ee(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},gi(o),e}function Wc(e,t,n){var r=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(gs)}catch(e){console.error(e)}}gs(),m2.exports=Se;var Xc=m2.exports,Zu=Xc;Yl.createRoot=Zu.createRoot,Yl.hydrateRoot=Zu.hydrateRoot;function Zc({isOpen:e,onClick:t}){return g.jsxs("div",{className:`burger ${e?"open":""}`,onClick:()=>{t()},children:[g.jsx("div",{}),g.jsx("div",{}),g.jsx("div",{})]})}function Jc({isOpen:e,toggle:t}){return g.jsxs("div",{className:`sidebar ${e?"open":""}`,children:[g.jsx("a",{href:"#",onClick:t,children:"About"}),g.jsx("a",{href:"#skills",onClick:t,children:"Skills"}),g.jsx("a",{href:"#projects",onClick:t,children:"Projects"})]})}/** +`+o.stack}return{value:e,source:t,stack:l,digest:null}}function Ql(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function zo(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var Lc=typeof WeakMap=="function"?WeakMap:Map;function G0(e,t,n){n=Qe(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){br||(br=!0,Bo=r),zo(e,t)},n}function K0(e,t,n){n=Qe(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var l=t.value;n.payload=function(){return r(l)},n.callback=function(){zo(e,t)}}var o=e.stateNode;return o!==null&&typeof o.componentDidCatch=="function"&&(n.callback=function(){zo(e,t),typeof r!="function"&&(at===null?at=new Set([this]):at.add(this));var i=t.stack;this.componentDidCatch(t.value,{componentStack:i!==null?i:""})}),n}function Ru(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new Lc;var l=new Set;r.set(t,l)}else l=r.get(t),l===void 0&&(l=new Set,r.set(t,l));l.has(n)||(l.add(n),e=Ac.bind(null,e,t,n),t.then(e,e))}function Ou(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Fu(e,t,n,r,l){return e.mode&1?(e.flags|=65536,e.lanes=l,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=Qe(-1,1),t.tag=2,st(n,t,1))),n.lanes|=1),e)}var Pc=Ze.ReactCurrentOwner,de=!1;function ue(e,t,n,r){t.child=e===null?_0(t,null,n,r):nn(t,e.child,n,r)}function Iu(e,t,n,r,l){n=n.render;var o=t.ref;return Jt(t,l),r=Ci(e,t,n,r,o,l),n=Ei(),e!==null&&!de?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~l,Xe(e,t,l)):(B&&n&&fi(t),t.flags|=1,ue(e,t,r,l),t.child)}function Du(e,t,n,r,l){if(e===null){var o=n.type;return typeof o=="function"&&!Oi(o)&&o.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=o,Y0(e,t,o,r,l)):(e=Mr(n.type,null,r,t,t.mode,l),e.ref=t.ref,e.return=t,t.child=e)}if(o=e.child,!(e.lanes&l)){var i=o.memoizedProps;if(n=n.compare,n=n!==null?n:An,n(i,r)&&e.ref===t.ref)return Xe(e,t,l)}return t.flags|=1,e=ft(o,r),e.ref=t.ref,e.return=t,t.child=e}function Y0(e,t,n,r,l){if(e!==null){var o=e.memoizedProps;if(An(o,r)&&e.ref===t.ref)if(de=!1,t.pendingProps=r=o,(e.lanes&l)!==0)e.flags&131072&&(de=!0);else return t.lanes=e.lanes,Xe(e,t,l)}return jo(e,t,n,r,l)}function X0(e,t,n){var r=t.pendingProps,l=r.children,o=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},I(Gt,ve),ve|=n;else{if(!(n&1073741824))return e=o!==null?o.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,I(Gt,ve),ve|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=o!==null?o.baseLanes:n,I(Gt,ve),ve|=r}else o!==null?(r=o.baseLanes|n,t.memoizedState=null):r=n,I(Gt,ve),ve|=r;return ue(e,t,l,n),t.child}function Z0(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function jo(e,t,n,r,l){var o=he(n)?Pt:ie.current;return o=en(t,o),Jt(t,l),n=Ci(e,t,n,r,o,l),r=Ei(),e!==null&&!de?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~l,Xe(e,t,l)):(B&&r&&fi(t),t.flags|=1,ue(e,t,n,l),t.child)}function Uu(e,t,n,r,l){if(he(n)){var o=!0;$r(t)}else o=!1;if(Jt(t,l),t.stateNode===null)zr(e,t),C0(t,n,r),No(t,n,r,l),r=!0;else if(e===null){var i=t.stateNode,u=t.memoizedProps;i.props=u;var s=i.context,c=n.contextType;typeof c=="object"&&c!==null?c=Le(c):(c=he(n)?Pt:ie.current,c=en(t,c));var m=n.getDerivedStateFromProps,h=typeof m=="function"||typeof i.getSnapshotBeforeUpdate=="function";h||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(u!==r||s!==c)&&zu(t,i,r,c),be=!1;var p=t.memoizedState;i.state=p,Yr(t,r,i,l),s=t.memoizedState,u!==r||p!==s||pe.current||be?(typeof m=="function"&&(Po(t,n,m,r),s=t.memoizedState),(u=be||Nu(t,n,u,r,p,s,c))?(h||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount()),typeof i.componentDidMount=="function"&&(t.flags|=4194308)):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=s),i.props=r,i.state=s,i.context=c,r=u):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{i=t.stateNode,x0(e,t),u=t.memoizedProps,c=t.type===t.elementType?u:je(t.type,u),i.props=c,h=t.pendingProps,p=i.context,s=n.contextType,typeof s=="object"&&s!==null?s=Le(s):(s=he(n)?Pt:ie.current,s=en(t,s));var w=n.getDerivedStateFromProps;(m=typeof w=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(u!==h||p!==s)&&zu(t,i,r,s),be=!1,p=t.memoizedState,i.state=p,Yr(t,r,i,l);var x=t.memoizedState;u!==h||p!==x||pe.current||be?(typeof w=="function"&&(Po(t,n,w,r),x=t.memoizedState),(c=be||Nu(t,n,c,r,p,x,s)||!1)?(m||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(r,x,s),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(r,x,s)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||u===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||u===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=x),i.props=r,i.state=x,i.context=s,r=c):(typeof i.componentDidUpdate!="function"||u===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||u===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),r=!1)}return To(e,t,n,r,o,l)}function To(e,t,n,r,l,o){Z0(e,t);var i=(t.flags&128)!==0;if(!r&&!i)return l&&Cu(t,n,!1),Xe(e,t,o);r=t.stateNode,Pc.current=t;var u=i&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&i?(t.child=nn(t,e.child,null,o),t.child=nn(t,null,u,o)):ue(e,t,u,o),t.memoizedState=r.state,l&&Cu(t,n,!0),t.child}function J0(e){var t=e.stateNode;t.pendingContext?ku(e,t.pendingContext,t.pendingContext!==t.context):t.context&&ku(e,t.context,!1),wi(e,t.containerInfo)}function Bu(e,t,n,r,l){return tn(),pi(l),t.flags|=256,ue(e,t,n,r),t.child}var Mo={dehydrated:null,treeContext:null,retryLane:0};function Ro(e){return{baseLanes:e,cachePool:null,transitions:null}}function q0(e,t,n){var r=t.pendingProps,l=A.current,o=!1,i=(t.flags&128)!==0,u;if((u=i)||(u=e!==null&&e.memoizedState===null?!1:(l&2)!==0),u?(o=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(l|=1),I(A,l&1),e===null)return _o(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(i=r.children,e=r.fallback,o?(r=t.mode,o=t.child,i={mode:"hidden",children:i},!(r&1)&&o!==null?(o.childLanes=0,o.pendingProps=i):o=ml(i,r,0,null),e=Lt(e,r,n,null),o.return=t,e.return=t,o.sibling=e,t.child=o,t.child.memoizedState=Ro(n),t.memoizedState=Mo,e):Pi(t,i));if(l=e.memoizedState,l!==null&&(u=l.dehydrated,u!==null))return Nc(e,t,i,r,u,l,n);if(o){o=r.fallback,i=t.mode,l=e.child,u=l.sibling;var s={mode:"hidden",children:r.children};return!(i&1)&&t.child!==l?(r=t.child,r.childLanes=0,r.pendingProps=s,t.deletions=null):(r=ft(l,s),r.subtreeFlags=l.subtreeFlags&14680064),u!==null?o=ft(u,o):(o=Lt(o,i,n,null),o.flags|=2),o.return=t,r.return=t,r.sibling=o,t.child=r,r=o,o=t.child,i=e.child.memoizedState,i=i===null?Ro(n):{baseLanes:i.baseLanes|n,cachePool:null,transitions:i.transitions},o.memoizedState=i,o.childLanes=e.childLanes&~n,t.memoizedState=Mo,r}return o=e.child,e=o.sibling,r=ft(o,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function Pi(e,t){return t=ml({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function vr(e,t,n,r){return r!==null&&pi(r),nn(t,e.child,null,n),e=Pi(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Nc(e,t,n,r,l,o,i){if(n)return t.flags&256?(t.flags&=-257,r=Ql(Error(y(422))),vr(e,t,i,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(o=r.fallback,l=t.mode,r=ml({mode:"visible",children:r.children},l,0,null),o=Lt(o,l,i,null),o.flags|=2,r.return=t,o.return=t,r.sibling=o,t.child=r,t.mode&1&&nn(t,e.child,null,i),t.child.memoizedState=Ro(i),t.memoizedState=Mo,o);if(!(t.mode&1))return vr(e,t,i,null);if(l.data==="$!"){if(r=l.nextSibling&&l.nextSibling.dataset,r)var u=r.dgst;return r=u,o=Error(y(419)),r=Ql(o,r,void 0),vr(e,t,i,r)}if(u=(i&e.childLanes)!==0,de||u){if(r=b,r!==null){switch(i&-i){case 4:l=2;break;case 16:l=8;break;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:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:l=32;break;case 536870912:l=268435456;break;default:l=0}l=l&(r.suspendedLanes|i)?0:l,l!==0&&l!==o.retryLane&&(o.retryLane=l,Ye(e,l),Oe(r,e,l,-1))}return Ri(),r=Ql(Error(y(421))),vr(e,t,i,r)}return l.data==="$?"?(t.flags|=128,t.child=e.child,t=Vc.bind(null,e),l._reactRetry=t,null):(e=o.treeContext,ge=ut(l.nextSibling),ye=t,B=!0,Me=null,e!==null&&(ke[Ce++]=$e,ke[Ce++]=We,ke[Ce++]=Nt,$e=e.id,We=e.overflow,Nt=t),t=Pi(t,r.children),t.flags|=4096,t)}function Au(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),Lo(e.return,t,n)}function Gl(e,t,n,r,l){var o=e.memoizedState;o===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:l}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailMode=l)}function b0(e,t,n){var r=t.pendingProps,l=r.revealOrder,o=r.tail;if(ue(e,t,r.children,n),r=A.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Au(e,n,t);else if(e.tag===19)Au(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(I(A,r),!(t.mode&1))t.memoizedState=null;else switch(l){case"forwards":for(n=t.child,l=null;n!==null;)e=n.alternate,e!==null&&Xr(e)===null&&(l=n),n=n.sibling;n=l,n===null?(l=t.child,t.child=null):(l=n.sibling,n.sibling=null),Gl(t,!1,l,n,o);break;case"backwards":for(n=null,l=t.child,t.child=null;l!==null;){if(e=l.alternate,e!==null&&Xr(e)===null){t.child=l;break}e=l.sibling,l.sibling=n,n=l,l=e}Gl(t,!0,n,null,o);break;case"together":Gl(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function zr(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Xe(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),jt|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(y(153));if(t.child!==null){for(e=t.child,n=ft(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=ft(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function zc(e,t,n){switch(t.tag){case 3:J0(t),tn();break;case 5:L0(t);break;case 1:he(t.type)&&$r(t);break;case 4:wi(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,l=t.memoizedProps.value;I(Gr,r._currentValue),r._currentValue=l;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(I(A,A.current&1),t.flags|=128,null):n&t.child.childLanes?q0(e,t,n):(I(A,A.current&1),e=Xe(e,t,n),e!==null?e.sibling:null);I(A,A.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return b0(e,t,n);t.flags|=128}if(l=t.memoizedState,l!==null&&(l.rendering=null,l.tail=null,l.lastEffect=null),I(A,A.current),r)break;return null;case 22:case 23:return t.lanes=0,X0(e,t,n)}return Xe(e,t,n)}var es,Oo,ts,ns;es=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};Oo=function(){};ts=function(e,t,n,r){var l=e.memoizedProps;if(l!==r){e=t.stateNode,Ct(Ae.current);var o=null;switch(n){case"input":l=to(e,l),r=to(e,r),o=[];break;case"select":l=H({},l,{value:void 0}),r=H({},r,{value:void 0}),o=[];break;case"textarea":l=lo(e,l),r=lo(e,r),o=[];break;default:typeof l.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=Vr)}io(n,r);var i;n=null;for(c in l)if(!r.hasOwnProperty(c)&&l.hasOwnProperty(c)&&l[c]!=null)if(c==="style"){var u=l[c];for(i in u)u.hasOwnProperty(i)&&(n||(n={}),n[i]="")}else c!=="dangerouslySetInnerHTML"&&c!=="children"&&c!=="suppressContentEditableWarning"&&c!=="suppressHydrationWarning"&&c!=="autoFocus"&&(Rn.hasOwnProperty(c)?o||(o=[]):(o=o||[]).push(c,null));for(c in r){var s=r[c];if(u=l!=null?l[c]:void 0,r.hasOwnProperty(c)&&s!==u&&(s!=null||u!=null))if(c==="style")if(u){for(i in u)!u.hasOwnProperty(i)||s&&s.hasOwnProperty(i)||(n||(n={}),n[i]="");for(i in s)s.hasOwnProperty(i)&&u[i]!==s[i]&&(n||(n={}),n[i]=s[i])}else n||(o||(o=[]),o.push(c,n)),n=s;else c==="dangerouslySetInnerHTML"?(s=s?s.__html:void 0,u=u?u.__html:void 0,s!=null&&u!==s&&(o=o||[]).push(c,s)):c==="children"?typeof s!="string"&&typeof s!="number"||(o=o||[]).push(c,""+s):c!=="suppressContentEditableWarning"&&c!=="suppressHydrationWarning"&&(Rn.hasOwnProperty(c)?(s!=null&&c==="onScroll"&&D("scroll",e),o||u===s||(o=[])):(o=o||[]).push(c,s))}n&&(o=o||[]).push("style",n);var c=o;(t.updateQueue=c)&&(t.flags|=4)}};ns=function(e,t,n,r){n!==r&&(t.flags|=4)};function yn(e,t){if(!B)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function le(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var l=e.child;l!==null;)n|=l.lanes|l.childLanes,r|=l.subtreeFlags&14680064,r|=l.flags&14680064,l.return=e,l=l.sibling;else for(l=e.child;l!==null;)n|=l.lanes|l.childLanes,r|=l.subtreeFlags,r|=l.flags,l.return=e,l=l.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function jc(e,t,n){var r=t.pendingProps;switch(di(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return le(t),null;case 1:return he(t.type)&&Hr(),le(t),null;case 3:return r=t.stateNode,rn(),U(pe),U(ie),xi(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(hr(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,Me!==null&&(Ho(Me),Me=null))),Oo(e,t),le(t),null;case 5:Si(t);var l=Ct(Qn.current);if(n=t.type,e!==null&&t.stateNode!=null)ts(e,t,n,r,l),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(y(166));return le(t),null}if(e=Ct(Ae.current),hr(t)){r=t.stateNode,n=t.type;var o=t.memoizedProps;switch(r[Ue]=t,r[$n]=o,e=(t.mode&1)!==0,n){case"dialog":D("cancel",r),D("close",r);break;case"iframe":case"object":case"embed":D("load",r);break;case"video":case"audio":for(l=0;l<\/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[$n]=r,es(e,t,!1,!1),t.stateNode=e;e:{switch(i=uo(n,r),n){case"dialog":D("cancel",e),D("close",e),l=r;break;case"iframe":case"object":case"embed":D("load",e),l=r;break;case"video":case"audio":for(l=0;lon&&(t.flags|=128,r=!0,yn(o,!1),t.lanes=4194304)}else{if(!r)if(e=Xr(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 le(t),null}else 2*K()-o.renderingStartTime>on&&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=K(),t.sibling=null,n=A.current,I(A,r?n&1|2:n&1),t):(le(t),null);case 22:case 23:return Mi(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?ve&1073741824&&(le(t),t.subtreeFlags&6&&(t.flags|=8192)):le(t),null;case 24:return null;case 25:return null}throw Error(y(156,t.tag))}function Tc(e,t){switch(di(t),t.tag){case 1:return he(t.type)&&Hr(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return rn(),U(pe),U(ie),xi(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Si(t),null;case 13:if(U(A),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(y(340));tn()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return U(A),null;case 4:return rn(),null;case 10:return vi(t.type._context),null;case 22:case 23:return Mi(),null;case 24:return null;default:return null}}var gr=!1,oe=!1,Mc=typeof WeakSet=="function"?WeakSet:Set,C=null;function Qt(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){$(e,t,r)}else n.current=null}function Fo(e,t,n){try{n()}catch(r){$(e,t,r)}}var Vu=!1;function Rc(e,t){if(yo=Ur,e=i0(),ci(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,c=0,m=0,h=e,p=null;t:for(;;){for(var w;h!==n||l!==0&&h.nodeType!==3||(u=i+l),h!==o||r!==0&&h.nodeType!==3||(s=i+r),h.nodeType===3&&(i+=h.nodeValue.length),(w=h.firstChild)!==null;)p=h,h=w;for(;;){if(h===e)break t;if(p===n&&++c===l&&(u=i),p===o&&++m===r&&(s=i),(w=h.nextSibling)!==null)break;h=p,p=h.parentNode}h=w}n=u===-1||s===-1?null:{start:u,end:s}}else n=null}n=n||{start:0,end:0}}else n=null;for(wo={focusedElem:e,selectionRange:n},Ur=!1,C=t;C!==null;)if(t=C,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,C=e;else for(;C!==null;){t=C;try{var x=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(x!==null){var S=x.memoizedProps,N=x.memoizedState,f=t.stateNode,a=f.getSnapshotBeforeUpdate(t.elementType===t.type?S:je(t.type,S),N);f.__reactInternalSnapshotBeforeUpdate=a}break;case 3:var d=t.stateNode.containerInfo;d.nodeType===1?d.textContent="":d.nodeType===9&&d.documentElement&&d.removeChild(d.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(y(163))}}catch(g){$(t,t.return,g)}if(e=t.sibling,e!==null){e.return=t.return,C=e;break}C=t.return}return x=Vu,Vu=!1,x}function jn(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&&Fo(t,n,o)}l=l.next}while(l!==r)}}function pl(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 Io(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 rs(e){var t=e.alternate;t!==null&&(e.alternate=null,rs(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Ue],delete t[$n],delete t[ko],delete t[mc],delete t[vc])),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 ls(e){return e.tag===5||e.tag===3||e.tag===4}function Hu(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||ls(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 Do(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(Do(e,t,n),e=e.sibling;e!==null;)Do(e,t,n),e=e.sibling}function Uo(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(Uo(e,t,n),e=e.sibling;e!==null;)Uo(e,t,n),e=e.sibling}var ee=null,Te=!1;function Je(e,t,n){for(n=n.child;n!==null;)os(e,t,n),n=n.sibling}function os(e,t,n){if(Be&&typeof Be.onCommitFiberUnmount=="function")try{Be.onCommitFiberUnmount(ol,n)}catch{}switch(n.tag){case 5:oe||Qt(n,t);case 6:var r=ee,l=Te;ee=null,Je(e,t,n),ee=r,Te=l,ee!==null&&(Te?(e=ee,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):ee.removeChild(n.stateNode));break;case 18:ee!==null&&(Te?(e=ee,n=n.stateNode,e.nodeType===8?Bl(e.parentNode,n):e.nodeType===1&&Bl(e,n),Un(e)):Bl(ee,n.stateNode));break;case 4:r=ee,l=Te,ee=n.stateNode.containerInfo,Te=!0,Je(e,t,n),ee=r,Te=l;break;case 0:case 11:case 14:case 15:if(!oe&&(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)&&Fo(n,t,i),l=l.next}while(l!==r)}Je(e,t,n);break;case 1:if(!oe&&(Qt(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(u){$(n,t,u)}Je(e,t,n);break;case 21:Je(e,t,n);break;case 22:n.mode&1?(oe=(r=oe)||n.memoizedState!==null,Je(e,t,n),oe=r):Je(e,t,n);break;default:Je(e,t,n)}}function $u(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new Mc),t.forEach(function(r){var l=Hc.bind(null,e,r);n.has(r)||(n.add(r),r.then(l,l))})}}function ze(e,t){var n=t.deletions;if(n!==null)for(var r=0;rl&&(l=i),r&=~o}if(r=l,r=K()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*Fc(r/1960))-r,10e?16:e,rt===null)var r=!1;else{if(e=rt,rt=null,el=0,R&6)throw Error(y(331));var l=R;for(R|=4,C=e.current;C!==null;){var o=C,i=o.child;if(C.flags&16){var u=o.deletions;if(u!==null){for(var s=0;sK()-ji?_t(e,0):zi|=n),me(e,t)}function ps(e,t){t===0&&(e.mode&1?(t=sr,sr<<=1,!(sr&130023424)&&(sr=4194304)):t=1);var n=se();e=Ye(e,t),e!==null&&(Jn(e,t,n),me(e,n))}function Vc(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),ps(e,n)}function Hc(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(y(314))}r!==null&&r.delete(t),ps(e,n)}var hs;hs=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,zc(e,t,n);de=!!(e.flags&131072)}else de=!1,B&&t.flags&1048576&&g0(t,Qr,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;zr(e,t),e=t.pendingProps;var l=en(t,ie.current);Jt(t,n),l=Ci(null,t,r,e,l,n);var o=Ei();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,he(r)?(o=!0,$r(t)):o=!1,t.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,yi(t),l.updater=fl,t.stateNode=l,l._reactInternals=t,No(t,r,e,n),t=To(null,t,r,!0,o,n)):(t.tag=0,B&&o&&fi(t),ue(null,t,l,n),t=t.child),t;case 16:r=t.elementType;e:{switch(zr(e,t),e=t.pendingProps,l=r._init,r=l(r._payload),t.type=r,l=t.tag=Wc(r),e=je(r,e),l){case 0:t=jo(null,t,r,e,n);break e;case 1:t=Uu(null,t,r,e,n);break e;case 11:t=Iu(null,t,r,e,n);break e;case 14:t=Du(null,t,r,je(r.type,e),n);break e}throw Error(y(306,r,""))}return t;case 0:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),jo(e,t,r,l,n);case 1:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),Uu(e,t,r,l,n);case 3:e:{if(J0(t),e===null)throw Error(y(387));r=t.pendingProps,o=t.memoizedState,l=o.element,x0(e,t),Yr(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=ln(Error(y(423)),t),t=Bu(e,t,r,n,l);break e}else if(r!==l){l=ln(Error(y(424)),t),t=Bu(e,t,r,n,l);break e}else for(ge=ut(t.stateNode.containerInfo.firstChild),ye=t,B=!0,Me=null,n=_0(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(tn(),r===l){t=Xe(e,t,n);break e}ue(e,t,r,n)}t=t.child}return t;case 5:return L0(t),e===null&&_o(t),r=t.type,l=t.pendingProps,o=e!==null?e.memoizedProps:null,i=l.children,So(r,l)?i=null:o!==null&&So(r,o)&&(t.flags|=32),Z0(e,t),ue(e,t,i,n),t.child;case 6:return e===null&&_o(t),null;case 13:return q0(e,t,n);case 4:return wi(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=nn(t,null,r,n):ue(e,t,r,n),t.child;case 11:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),Iu(e,t,r,l,n);case 7:return ue(e,t,t.pendingProps,n),t.child;case 8:return ue(e,t,t.pendingProps.children,n),t.child;case 12:return ue(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(Gr,r._currentValue),r._currentValue=i,o!==null)if(Fe(o.value,i)){if(o.children===l.children&&!pe.current){t=Xe(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 c=o.updateQueue;if(c!==null){c=c.shared;var m=c.pending;m===null?s.next=s:(s.next=m.next,m.next=s),c.pending=s}}o.lanes|=n,s=o.alternate,s!==null&&(s.lanes|=n),Lo(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(y(341));i.lanes|=n,u=i.alternate,u!==null&&(u.lanes|=n),Lo(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}ue(e,t,l.children,n),t=t.child}return t;case 9:return l=t.type,r=t.pendingProps.children,Jt(t,n),l=Le(l),r=r(l),t.flags|=1,ue(e,t,r,n),t.child;case 14:return r=t.type,l=je(r,t.pendingProps),l=je(r.type,l),Du(e,t,r,l,n);case 15:return Y0(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,l=t.pendingProps,l=t.elementType===r?l:je(r,l),zr(e,t),t.tag=1,he(r)?(e=!0,$r(t)):e=!1,Jt(t,n),C0(t,r,l),No(t,r,l,n),To(null,t,r,!0,e,n);case 19:return b0(e,t,n);case 22:return X0(e,t,n)}throw Error(y(156,t.tag))};function ms(e,t){return V2(e,t)}function $c(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 Ee(e,t,n,r){return new $c(e,t,n,r)}function Oi(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Wc(e){if(typeof e=="function")return Oi(e)?1:0;if(e!=null){if(e=e.$$typeof,e===bo)return 11;if(e===ei)return 14}return 2}function ft(e,t){var n=e.alternate;return n===null?(n=Ee(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 Mr(e,t,n,r,l,o){var i=2;if(r=e,typeof e=="function")Oi(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case It:return Lt(n.children,l,o,t);case qo:i=8,l|=8;break;case Jl:return e=Ee(12,n,t,l|2),e.elementType=Jl,e.lanes=o,e;case ql:return e=Ee(13,n,t,l),e.elementType=ql,e.lanes=o,e;case bl:return e=Ee(19,n,t,l),e.elementType=bl,e.lanes=o,e;case E2:return ml(n,l,o,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case k2:i=10;break e;case C2:i=9;break e;case bo:i=11;break e;case ei:i=14;break e;case qe:i=16,r=null;break e}throw Error(y(130,e==null?e:typeof e,""))}return t=Ee(i,n,t,l),t.elementType=e,t.type=r,t.lanes=o,t}function Lt(e,t,n,r){return e=Ee(7,e,r,t),e.lanes=n,e}function ml(e,t,n,r){return e=Ee(22,e,r,t),e.elementType=E2,e.lanes=n,e.stateNode={isHidden:!1},e}function Kl(e,t,n){return e=Ee(6,e,null,t),e.lanes=n,e}function Yl(e,t,n){return t=Ee(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Qc(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=Nl(0),this.expirationTimes=Nl(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Nl(0),this.identifierPrefix=r,this.onRecoverableError=l,this.mutableSourceEagerHydrationData=null}function Fi(e,t,n,r,l,o,i,u,s){return e=new Qc(e,t,n,u,s),t===1?(t=1,o===!0&&(t|=8)):t=0,o=Ee(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},yi(o),e}function Gc(e,t,n){var r=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(ws)}catch(e){console.error(e)}}ws(),g2.exports=Se;var Jc=g2.exports,Ju=Jc;Xl.createRoot=Ju.createRoot,Xl.hydrateRoot=Ju.hydrateRoot;function qc({isOpen:e,onClick:t}){return v.jsxs("div",{className:`burger ${e?"open":""}`,onClick:()=>{t()},children:[v.jsx("div",{}),v.jsx("div",{}),v.jsx("div",{})]})}function bc({isOpen:e,toggle:t}){return v.jsxs("div",{className:`sidebar ${e?"open":""}`,children:[v.jsx("a",{href:"#",onClick:t,children:"About"}),v.jsx("a",{href:"#skills",onClick:t,children:"Skills"}),v.jsx("a",{href:"#projects",onClick:t,children:"Projects"})]})}/** * @remix-run/router v1.14.2 * * Copyright (c) Remix Software Inc. @@ -46,7 +46,7 @@ Error generating stack: `+o.message+` * LICENSE.md file in the root directory of this source tree. * * @license MIT - */function nl(){return nl=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u")throw new Error(t)}function bc(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function e1(){return Math.random().toString(36).substr(2,8)}function qu(e,t){return{usr:e.state,key:e.key,idx:t}}function Ho(e,t,n,r){return n===void 0&&(n=null),nl({pathname:typeof e=="string"?e:e.pathname,search:"",hash:""},typeof t=="string"?Bi(t):t,{state:n,key:t&&t.key||r||e1()})}function ys(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&n!=="?"&&(t+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(t+=r.charAt(0)==="#"?r:"#"+r),t}function Bi(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function t1(e,t,n,r){r===void 0&&(r={});let{window:l=document.defaultView,v5Compat:o=!1}=r,i=l.history,u=Et.Pop,s=null,c=m();c==null&&(c=0,i.replaceState(nl({},i.state,{idx:c}),""));function m(){return(i.state||{idx:null}).idx}function h(){u=Et.Pop;let z=m(),f=z==null?null:z-c;c=z,s&&s({action:u,location:S.location,delta:f})}function p(z,f){u=Et.Push;let a=Ho(S.location,z,f);n&&n(a,z),c=m()+1;let d=qu(a,c),v=S.createHref(a);try{i.pushState(d,"",v)}catch(k){if(k instanceof DOMException&&k.name==="DataCloneError")throw k;l.location.assign(v)}o&&s&&s({action:u,location:S.location,delta:1})}function w(z,f){u=Et.Replace;let a=Ho(S.location,z,f);n&&n(a,z),c=m();let d=qu(a,c),v=S.createHref(a);i.replaceState(d,"",v),o&&s&&s({action:u,location:S.location,delta:0})}function x(z){let f=l.location.origin!=="null"?l.location.origin:l.location.href,a=typeof z=="string"?z:ys(z);return Ui(f,"No window.location.(origin|href) available to create URL for href: "+a),new URL(a,f)}let S={get action(){return u},get location(){return e(l,i)},listen(z){if(s)throw new Error("A history only accepts one active listener");return l.addEventListener(Ju,h),s=z,()=>{l.removeEventListener(Ju,h),s=null}},createHref(z){return t(l,z)},createURL:x,encodeLocation(z){let f=x(z);return{pathname:f.pathname,search:f.search,hash:f.hash}},push:p,replace:w,go(z){return i.go(z)}};return S}var bu;(function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"})(bu||(bu={}));function n1(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}const ws=["post","put","patch","delete"];new Set(ws);const r1=["get",...ws];new Set(r1);/** + */function rl(){return rl=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u")throw new Error(t)}function t1(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function n1(){return Math.random().toString(36).substr(2,8)}function bu(e,t){return{usr:e.state,key:e.key,idx:t}}function $o(e,t,n,r){return n===void 0&&(n=null),rl({pathname:typeof e=="string"?e:e.pathname,search:"",hash:""},typeof t=="string"?Ai(t):t,{state:n,key:t&&t.key||r||n1()})}function Ss(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&n!=="?"&&(t+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(t+=r.charAt(0)==="#"?r:"#"+r),t}function Ai(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function r1(e,t,n,r){r===void 0&&(r={});let{window:l=document.defaultView,v5Compat:o=!1}=r,i=l.history,u=Et.Pop,s=null,c=m();c==null&&(c=0,i.replaceState(rl({},i.state,{idx:c}),""));function m(){return(i.state||{idx:null}).idx}function h(){u=Et.Pop;let N=m(),f=N==null?null:N-c;c=N,s&&s({action:u,location:S.location,delta:f})}function p(N,f){u=Et.Push;let a=$o(S.location,N,f);n&&n(a,N),c=m()+1;let d=bu(a,c),g=S.createHref(a);try{i.pushState(d,"",g)}catch(k){if(k instanceof DOMException&&k.name==="DataCloneError")throw k;l.location.assign(g)}o&&s&&s({action:u,location:S.location,delta:1})}function w(N,f){u=Et.Replace;let a=$o(S.location,N,f);n&&n(a,N),c=m();let d=bu(a,c),g=S.createHref(a);i.replaceState(d,"",g),o&&s&&s({action:u,location:S.location,delta:0})}function x(N){let f=l.location.origin!=="null"?l.location.origin:l.location.href,a=typeof N=="string"?N:Ss(N);return Bi(f,"No window.location.(origin|href) available to create URL for href: "+a),new URL(a,f)}let S={get action(){return u},get location(){return e(l,i)},listen(N){if(s)throw new Error("A history only accepts one active listener");return l.addEventListener(qu,h),s=N,()=>{l.removeEventListener(qu,h),s=null}},createHref(N){return t(l,N)},createURL:x,encodeLocation(N){let f=x(N);return{pathname:f.pathname,search:f.search,hash:f.hash}},push:p,replace:w,go(N){return i.go(N)}};return S}var e2;(function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"})(e2||(e2={}));function l1(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&r!=="/"?null:e.slice(n)||"/"}const xs=["post","put","patch","delete"];new Set(xs);const o1=["get",...xs];new Set(o1);/** * React Router v6.21.2 * * Copyright (c) Remix Software Inc. @@ -55,7 +55,7 @@ Error generating stack: `+o.message+` * LICENSE.md file in the root directory of this source tree. * * @license MIT - */function $o(){return $o=Object.assign?Object.assign.bind():function(e){for(var t=1;t({basename:s,navigator:o,static:i,future:$o({v7_relativeSplatPath:!1},u)}),[s,u,o,i]);typeof r=="string"&&(r=Bi(r));let{pathname:m="/",search:h="",hash:p="",state:w=null,key:x="default"}=r,S=F.useMemo(()=>{let z=n1(m,s);return z==null?null:{location:{pathname:z,search:h,hash:p,state:w,key:x},navigationType:l}},[s,m,h,p,w,x,l]);return S==null?null:F.createElement(l1.Provider,{value:c},F.createElement(Ai.Provider,{children:n,value:S}))}new Promise(()=>{});/** + */function Wo(){return Wo=Object.assign?Object.assign.bind():function(e){for(var t=1;t({basename:s,navigator:o,static:i,future:Wo({v7_relativeSplatPath:!1},u)}),[s,u,o,i]);typeof r=="string"&&(r=Ai(r));let{pathname:m="/",search:h="",hash:p="",state:w=null,key:x="default"}=r,S=F.useMemo(()=>{let N=l1(m,s);return N==null?null:{location:{pathname:N,search:h,hash:p,state:w,key:x},navigationType:l}},[s,m,h,p,w,x,l]);return S==null?null:F.createElement(i1.Provider,{value:c},F.createElement(Vi.Provider,{children:n,value:S}))}new Promise(()=>{});/** * React Router DOM v6.21.2 * * Copyright (c) Remix Software Inc. @@ -64,4 +64,4 @@ Error generating stack: `+o.message+` * LICENSE.md file in the root directory of this source tree. * * @license MIT - */const u1="startTransition",e2=Bs[u1];function s1(e){let{basename:t,children:n,future:r,window:l}=e,o=F.useRef();o.current==null&&(o.current=qc({window:l,v5Compat:!0}));let i=o.current,[u,s]=F.useState({action:i.action,location:i.location}),{v7_startTransition:c}=r||{},m=F.useCallback(h=>{c&&e2?e2(()=>s(h)):s(h)},[s,c]);return F.useLayoutEffect(()=>i.listen(m),[i,m]),F.createElement(i1,{basename:t,children:n,location:u.location,navigationType:u.action,navigator:i,future:r})}var t2;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(t2||(t2={}));var n2;(function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"})(n2||(n2={}));function a1(){const[e,t]=F.useState(window.innerWidth<=768),[n,r]=F.useState(!1),l=o1(),o=()=>r(!n);return F.useEffect(()=>{const i=()=>{t(window.innerWidth<=768)};return window.addEventListener("resize",i),()=>window.removeEventListener("resize",i)},[]),g.jsxs("div",{className:"header",children:[g.jsxs("a",{href:"/",className:"logo",children:[g.jsx("span",{children:"{"}),"J",g.jsx("span",{children:"}"})]}),e?g.jsxs(g.Fragment,{children:[g.jsx(Zc,{isOpen:n,onClick:o}),g.jsx(Jc,{isOpen:n,toggle:o})]}):g.jsxs("nav",{children:[g.jsx("a",{className:l.pathname==="/about"||l.pathname==="/"?"current":"",href:"#",children:"About"}),g.jsx("a",{className:l.pathname==="/skills"?"current":"",href:"#skills",children:"Skills"}),g.jsx("a",{className:l.pathname==="/projects"?"current":"",href:"#projects",children:"Projects"})]})]})}function c1(){return g.jsxs("div",{className:"about",children:[g.jsx("h2",{className:"greeting",children:"Hey there, I'm"}),g.jsx("h1",{className:"name",children:"Janis Meister"}),g.jsx("br",{}),g.jsx("h3",{className:"job",children:"Software Developer."}),g.jsx("h3",{className:"interest",children:"With an interest for modern technologies."}),g.jsxs("div",{className:"social-links",children:[g.jsxs("a",{href:"https://github.com/DerTyp7",target:"_blank",children:[g.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",className:"github-icon",children:g.jsx("path",{fillRule:"evenodd",d:"M12 0C5.37 0 0 5.37 0 12c0 5.3 3.438 9.8 8.205 11.385.6.11.82-.26.82-.58 0-.29-.01-1.05-.015-2.06-3.338.72-4.042-1.61-4.042-1.61-.546-1.39-1.333-1.76-1.333-1.76-1.09-.74.083-.73.083-.73 1.205.085 1.838 1.235 1.838 1.235 1.07 1.83 2.805 1.305 3.495.995.108-.775.417-1.305.757-1.605-2.65-.3-5.44-1.325-5.44-5.89 0-1.3.465-2.365 1.235-3.195-.135-.302-.54-1.515.105-3.155 0 0 1.005-.32 3.3 1.225.96-.27 1.98-.405 3-.405 1.02 0 2.04.135 3 .405 2.28-1.545 3.285-1.225 3.285-1.225.645 1.64.24 2.855.12 3.155.765.83 1.23 1.895 1.23 3.195 0 4.575-2.795 5.585-5.455 5.875.42.365.81 1.095.81 2.22 0 1.605-.015 2.905-.015 3.305 0 .32.21.695.825.575C20.565 21.795 24 17.295 24 12c0-6.63-5.37-12-12-12"})}),"GitHub"]}),g.jsxs("a",{href:"https://www.linkedin.com/in/janis-meister02/",target:"_blank",children:[g.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 50 50",children:g.jsx("path",{d:"M41,4H9C6.24,4,4,6.24,4,9v32c0,2.76,2.24,5,5,5h32c2.76,0,5-2.24,5-5V9C46,6.24,43.76,4,41,4z M17,20v19h-6V20H17z M11,14.47c0-1.4,1.2-2.47,3-2.47s2.93,1.07,3,2.47c0,1.4-1.12,2.53-3,2.53C12.2,17,11,15.87,11,14.47z M39,39h-6c0,0,0-9.26,0-10 c0-2-1-4-3.5-4.04h-0.08C27,24.96,26,27.02,26,29c0,0.91,0,10,0,10h-6V20h6v2.56c0,0,1.93-2.56,5.81-2.56 c3.97,0,7.19,2.73,7.19,8.26V39z"})}),"LinkedIn"]})]})]})}function f1({sections:e}){const[t,n]=F.useState(0);F.useEffect(()=>{const l=window.location.hash.substring(1),o=e.indexOf(l);o!==-1&&n(o)},[]),window.onhashchange=()=>{const l=window.location.hash.substring(1),o=e.indexOf(l);o!==-1&&n(o)};function r(l){let o=t+l;o<0&&(o=e.length-1),o>=e.length&&(o=0),window.location.hash=e[o],n(o)}return g.jsxs("div",{className:"sectionScroll",children:[t>0&&g.jsx("div",{onClick:()=>r(-1),children:g.jsxs("svg",{className:"arrow up",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[g.jsx("line",{x1:"12",y1:"19",x2:"12",y2:"5"}),g.jsx("polyline",{points:"5 12 12 5 19 12"})]})}),tr(1),children:g.jsxs("svg",{className:"arrow down",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[g.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),g.jsx("polyline",{points:"19 12 12 19 5 12"})]})})]})}const d1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20aria-label='Docker'%20role='img'%20viewBox='0%200%20512%20512'%3e%3crect%20width='512'%20height='512'%20rx='15%25'%20fill='transparent'/%3e%3cpath%20stroke='%23066da5'%20stroke-width='38'%20d='M296%20226h42m-92%200h42m-91%200h42m-91%200h41m-91%200h42m8-46h41m8%200h42m7%200h42m-42-46h42'/%3e%3cpath%20fill='%23066da5'%20d='m472%20228s-18-17-55-11c-4-29-35-46-35-46s-29%2035-8%2074c-6%203-16%207-31%207H68c-5%2019-5%20145%20133%20145%2099%200%20173-46%20208-130%2052%204%2063-39%2063-39'/%3e%3c/svg%3e",p1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20aria-label='TypeScript'%20role='img'%20viewBox='0%200%20512%20512'%3e%3crect%20width='512'%20height='512'%20rx='15%25'%20fill='%233178c6'/%3e%3cpath%20fill='%23ffffff'%20d='m233%20284h64v-41H118v41h64v183h51zm84%20173c8.1%204.2%2018%207.3%2029%209.4s23%203.1%2035%203.1c12%200%2023-1.1%2034-3.4c11-2.3%2020-6.1%2028-11c8.1-5.3%2015-12%2019-21s7.1-19%207.1-32c0-9.1-1.4-17-4.1-24s-6.6-13-12-18c-5.1-5.3-11-10-18-14s-15-8.2-24-12c-6.6-2.7-12-5.3-18-7.9c-5.2-2.6-9.7-5.2-13-7.8c-3.7-2.7-6.5-5.5-8.5-8.4c-2-3-3-6.3-3-10c0-3.4.89-6.5%202.7-9.3s4.3-5.1%207.5-7.1c3.2-2%207.2-3.5%2012-4.6c4.7-1.1%209.9-1.6%2016-1.6c4.2%200%208.6.31%2013%20.94c4.6.63%209.3%201.6%2014%202.9c4.7%201.3%209.3%202.9%2014%204.9c4.4%202%208.5%204.3%2012%206.9v-47c-7.6-2.9-16-5.1-25-6.5s-19-2.1-31-2.1c-12%200-23%201.3-34%203.8s-20%206.5-28%2012c-8.1%205.4-14%2012-19%2021c-4.7%208.4-7%2018-7%2030c0%2015%204.3%2028%2013%2038c8.6%2011%2022%2019%2039%2027c6.9%202.8%2013%205.6%2019%208.3s11%205.5%2015%208.4c4.3%202.9%207.7%206.1%2010%209.5c2.5%203.4%203.8%207.4%203.8%2012c0%203.2-.78%206.2-2.3%209s-3.9%205.2-7.1%207.2s-7.1%203.6-12%204.8c-4.7%201.1-10%201.7-17%201.7c-11%200-22-1.9-32-5.7c-11-3.8-21-9.5-28.1-15.44z'/%3e%3c/svg%3e",h1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='-2.5%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M-3%200h32v32H-3z'/%3e%3cpath%20fill='%23353535'%20d='M1.192%2016.267c.04%202.065.288%203.982.745%205.75.456%201.767%201.16%203.307%202.115%204.618.953%201.31%202.185%202.343%203.694%203.098%201.51.755%203.357%201.132%205.54%201.132%203.22%200%205.89-.844%208.016-2.532%202.125-1.69%203.446-4.22%203.962-7.597h1.192c-.437%203.575-1.847%206.345-4.23%208.312-2.384%201.966-5.324%202.95-8.82%202.95-2.383.04-4.42-.338-6.107-1.133-1.69-.794-3.07-1.917-4.142-3.367-1.073-1.45-1.867-3.158-2.383-5.124C.258%2020.408%200%2018.294%200%2016.028c0-2.542.377-4.806%201.132-6.792C1.887%207.25%202.88%205.57%204.112%204.2%205.34%202.83%206.77%201.79%208.4%201.074%2010.03.358%2011.698%200%2013.406%200c2.383%200%204.44.457%206.167%201.37%201.728.914%203.138%202.126%204.23%203.635%201.093%201.51%201.887%203.238%202.384%205.184.496%201.945.705%203.97.625%206.077H1.193zm24.43-1.192c0-1.867-.26-3.645-.775-5.333-.516-1.688-1.28-3.168-2.294-4.44-1.013-1.27-2.274-2.273-3.784-3.008-1.51-.735-3.258-1.102-5.244-1.102-1.67%200-3.228.317-4.678.953-1.45.636-2.72%201.56-3.813%202.77-1.092%201.212-1.976%202.672-2.652%204.38-.675%201.708-1.072%203.635-1.19%205.78h24.43z'/%3e%3c/g%3e%3c/svg%3e",m1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.58536%2017.4132C1.80488%2016.6327%201.80488%2015.3673%202.58536%2014.5868L14.5868%202.58536C15.3673%201.80488%2016.6327%201.80488%2017.4132%202.58536L29.4146%2014.5868C30.1951%2015.3673%2030.1951%2016.6327%2029.4146%2017.4132L17.4132%2029.4146C16.6327%2030.1951%2015.3673%2030.1951%2014.5868%2029.4146L2.58536%2017.4132Z'%20fill='%23EE513B'/%3e%3cpath%20d='M12.1489%205.06152L10.9336%206.27686L14.0725%209.41577C13.9455%209.68819%2013.8746%209.99201%2013.8746%2010.3124C13.8746%2011.222%2014.4461%2011.9981%2015.2496%2012.3012V19.9798C14.4461%2020.2829%2013.8746%2021.059%2013.8746%2021.9686C13.8746%2023.1422%2014.826%2024.0936%2015.9996%2024.0936C17.1732%2024.0936%2018.1246%2023.1422%2018.1246%2021.9686C18.1246%2021.144%2017.6549%2020.429%2016.9684%2020.0768V12.3117L19.9689%2015.3122C19.8481%2015.5791%2019.7809%2015.8754%2019.7809%2016.1874C19.7809%2017.361%2020.7323%2018.3124%2021.9059%2018.3124C23.0795%2018.3124%2024.0309%2017.361%2024.0309%2016.1874C24.0309%2015.0138%2023.0795%2014.0624%2021.9059%2014.0624C21.6778%2014.0624%2021.4582%2014.0983%2021.2522%2014.1648L18.0297%2010.9423C18.0914%2010.7433%2018.1246%2010.5317%2018.1246%2010.3124C18.1246%209.13878%2017.1732%208.18738%2015.9996%208.18738C15.7803%208.18738%2015.5688%208.22061%2015.3697%208.2823L12.1489%205.06152Z'%20fill='white'/%3e%3c/svg%3e",v1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'%20?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20256%20256'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20preserveAspectRatio='xMidYMid'%3e%3cg%3e%3cpath%20d='M0,0%20L256,0%20L256,256%20L0,256%20L0,0%20Z'%20fill='%23F7DF1E'%3e%3c/path%3e%3cpath%20d='M67.311746,213.932292%20L86.902654,202.076241%20C90.6821079,208.777346%2094.1202286,214.447137%20102.367086,214.447137%20C110.272203,214.447137%20115.256076,211.354819%20115.256076,199.326883%20L115.256076,117.528787%20L139.313575,117.528787%20L139.313575,199.666997%20C139.313575,224.58433%20124.707759,235.925943%20103.3984,235.925943%20C84.1532952,235.925943%2072.9819429,225.958603%2067.3113397,213.93026'%20fill='%23000000'%3e%3c/path%3e%3cpath%20d='M152.380952,211.354413%20L171.969422,200.0128%20C177.125994,208.433981%20183.827911,214.619835%20195.684368,214.619835%20C205.652521,214.619835%20212.009041,209.635962%20212.009041,202.762159%20C212.009041,194.513676%20205.479416,191.592025%20194.481168,186.78207%20L188.468419,184.202565%20C171.111213,176.81473%20159.597308,167.53534%20159.597308,147.944838%20C159.597308,129.901308%20173.344508,116.153295%20194.825752,116.153295%20C210.119924,116.153295%20221.117765,121.48094%20229.021663,135.400432%20L210.29059,147.428775%20C206.166146,140.040127%20201.699556,137.119289%20194.826159,137.119289%20C187.78047,137.119289%20183.312254,141.587098%20183.312254,147.428775%20C183.312254,154.646349%20187.78047,157.568406%20198.089956,162.036622%20L204.103924,164.614095%20C224.553448,173.378641%20236.067352,182.313448%20236.067352,202.418387%20C236.067352,224.071924%20219.055137,235.927975%20196.200432,235.927975%20C173.860978,235.927975%20159.425829,225.274311%20152.381359,211.354413'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/svg%3e",g1="/assets/typeorm-PzRb8wU-.svg",y1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.73em'%20height='1em'%20viewBox='0%200%20256%20351'%3e%3cdefs%3e%3cfilter%20id='logosFirebase0'%20width='200%25'%20height='200%25'%20x='-50%25'%20y='-50%25'%20filterUnits='objectBoundingBox'%3e%3cfeGaussianBlur%20in='SourceAlpha'%20result='shadowBlurInner1'%20stdDeviation='17.5'/%3e%3cfeOffset%20in='shadowBlurInner1'%20result='shadowOffsetInner1'/%3e%3cfeComposite%20in='shadowOffsetInner1'%20in2='SourceAlpha'%20k2='-1'%20k3='1'%20operator='arithmetic'%20result='shadowInnerInner1'/%3e%3cfeColorMatrix%20in='shadowInnerInner1'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.06%200'/%3e%3c/filter%3e%3cfilter%20id='logosFirebase1'%20width='200%25'%20height='200%25'%20x='-50%25'%20y='-50%25'%20filterUnits='objectBoundingBox'%3e%3cfeGaussianBlur%20in='SourceAlpha'%20result='shadowBlurInner1'%20stdDeviation='3.5'/%3e%3cfeOffset%20dx='1'%20dy='-9'%20in='shadowBlurInner1'%20result='shadowOffsetInner1'/%3e%3cfeComposite%20in='shadowOffsetInner1'%20in2='SourceAlpha'%20k2='-1'%20k3='1'%20operator='arithmetic'%20result='shadowInnerInner1'/%3e%3cfeColorMatrix%20in='shadowInnerInner1'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.09%200'/%3e%3c/filter%3e%3cpath%20id='logosFirebase2'%20d='m1.253%20280.732l1.605-3.131l99.353-188.518l-44.15-83.475C54.392-1.283%2045.074.474%2043.87%208.188z'/%3e%3cpath%20id='logosFirebase3'%20d='m134.417%20148.974l32.039-32.812l-32.039-61.007c-3.042-5.791-10.433-6.398-13.443-.59l-17.705%2034.109l-.53%201.744z'/%3e%3c/defs%3e%3cpath%20fill='%23FFC24A'%20d='m0%20282.998l2.123-2.972L102.527%2089.512l.212-2.017L58.48%204.358C54.77-2.606%2044.33-.845%2043.114%206.951z'/%3e%3cuse%20fill='%23FFA712'%20fill-rule='evenodd'%20href='%23logosFirebase2'/%3e%3cuse%20filter='url(%23logosFirebase0)'%20href='%23logosFirebase2'/%3e%3cpath%20fill='%23F4BD62'%20d='m135.005%20150.38l32.955-33.75l-32.965-62.93c-3.129-5.957-11.866-5.975-14.962%200L102.42%2087.287v2.86z'/%3e%3cuse%20fill='%23FFA50E'%20fill-rule='evenodd'%20href='%23logosFirebase3'/%3e%3cuse%20filter='url(%23logosFirebase1)'%20href='%23logosFirebase3'/%3e%3cpath%20fill='%23F6820C'%20d='m0%20282.998l.962-.968l3.496-1.42l128.477-128l1.628-4.431l-32.05-61.074z'/%3e%3cpath%20fill='%23FDE068'%20d='m139.121%20347.551l116.275-64.847l-33.204-204.495c-1.039-6.398-8.888-8.927-13.468-4.34L0%20282.998l115.608%2064.548a24.126%2024.126%200%200%200%2023.513.005'/%3e%3cpath%20fill='%23FCCA3F'%20d='M254.354%20282.16L221.402%2079.218c-1.03-6.35-7.558-8.977-12.103-4.424L1.29%20282.6l114.339%2063.908a23.943%2023.943%200%200%200%2023.334.006z'/%3e%3cpath%20fill='%23EEAB37'%20d='M139.12%20345.64a24.126%2024.126%200%200%201-23.512-.005L.931%20282.015l-.93.983l115.607%2064.548a24.126%2024.126%200%200%200%2023.513.005l116.275-64.847l-.285-1.752z'/%3e%3c/svg%3e",w1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.71em'%20height='1em'%20viewBox='0%200%20256%20361'%3e%3cpath%20fill='%23E44D26'%20d='m255.555%2070.766l-23.241%20260.36l-104.47%2028.962l-104.182-28.922L.445%2070.766z'/%3e%3cpath%20fill='%23F16529'%20d='m128%20337.95l84.417-23.403l19.86-222.49H128z'/%3e%3cpath%20fill='%23EBEBEB'%20d='M82.82%20155.932H128v-31.937H47.917l.764%208.568l7.85%2088.01H128v-31.937H85.739zm7.198%2080.61h-32.06l4.474%2050.146l65.421%2018.16l.147-.04V271.58l-.14.037l-35.568-9.604z'/%3e%3cpath%20d='M24.18%200h16.23v16.035h14.847V0h16.231v48.558h-16.23v-16.26H40.411v16.26h-16.23V0zm68.65%2016.103H78.544V0h44.814v16.103h-14.295v32.455h-16.23V16.103zM130.47%200h16.923l10.41%2017.062L168.203%200h16.93v48.558h-16.164V24.49l-11.166%2017.265h-.28L146.35%2024.49v24.068h-15.88zm62.74%200h16.235v32.508h22.824v16.05h-39.06z'/%3e%3cpath%20fill='%23FFF'%20d='M127.89%20220.573h39.327l-3.708%2041.42l-35.62%209.614v33.226l65.473-18.145l.48-5.396l7.506-84.08l.779-8.576H127.89zm0-64.719v.078h77.143l.64-7.178l1.456-16.191l.763-8.568H127.89z'/%3e%3c/svg%3e",S1="/assets/react-h3aPdYU7.svg",x1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.89em'%20height='1em'%20viewBox='0%200%20256%20289'%3e%3cpath%20fill='%23539E43'%20d='M128%20288.464c-3.975%200-7.685-1.06-11.13-2.915l-35.247-20.936c-5.3-2.915-2.65-3.975-1.06-4.505c7.155-2.385%208.48-2.915%2015.9-7.156c.796-.53%201.856-.265%202.65.265l27.032%2016.166c1.06.53%202.385.53%203.18%200l105.74-61.217c1.06-.53%201.59-1.59%201.59-2.915V83.08c0-1.325-.53-2.385-1.59-2.915l-105.74-60.953c-1.06-.53-2.385-.53-3.18%200L20.405%2080.166c-1.06.53-1.59%201.855-1.59%202.915v122.17c0%201.06.53%202.385%201.59%202.915l28.887%2016.695c15.636%207.95%2025.44-1.325%2025.44-10.6V93.68c0-1.59%201.326-3.18%203.181-3.18h13.516c1.59%200%203.18%201.325%203.18%203.18v120.58c0%2020.936-11.396%2033.126-31.272%2033.126c-6.095%200-10.865%200-24.38-6.625l-27.827-15.9C4.24%20220.885%200%20213.465%200%20205.515V83.346C0%2075.396%204.24%2067.976%2011.13%2064L116.87%202.783c6.625-3.71%2015.635-3.71%2022.26%200L244.87%2064C251.76%2067.975%20256%2075.395%20256%2083.346v122.17c0%207.95-4.24%2015.37-11.13%2019.345L139.13%20286.08c-3.445%201.59-7.42%202.385-11.13%202.385m32.596-84.009c-46.377%200-55.917-21.2-55.917-39.221c0-1.59%201.325-3.18%203.18-3.18h13.78c1.59%200%202.916%201.06%202.916%202.65c2.12%2014.045%208.215%2020.936%2036.306%2020.936c22.261%200%2031.802-5.035%2031.802-16.96c0-6.891-2.65-11.926-37.367-15.372c-28.886-2.915-46.907-9.275-46.907-32.33c0-21.467%2018.02-34.187%2048.232-34.187c33.921%200%2050.617%2011.66%2052.737%2037.101c0%20.795-.265%201.59-.795%202.385c-.53.53-1.325%201.06-2.12%201.06h-13.78c-1.326%200-2.65-1.06-2.916-2.385c-3.18-14.575-11.395-19.345-33.126-19.345c-24.38%200-27.296%208.48-27.296%2014.84c0%207.686%203.445%2010.07%2036.306%2014.31c32.597%204.24%2047.967%2010.336%2047.967%2033.127c-.265%2023.321-19.345%2036.571-53.002%2036.571'/%3e%3c/svg%3e",k1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20256%20256'%3e%3cg%20fill='none'%3e%3crect%20width='256'%20height='256'%20fill='%230277BD'%20rx='60'/%3e%3cpath%20fill='%23EBEBEB'%20d='m53.753%20102.651l2.862%2031.942h71.481v-31.942zM128.095%2038H48l2.904%2031.942h77.191zm0%20180.841v-33.233l-.14.037l-35.574-9.605l-2.274-25.476H58.042l4.475%2050.154l65.431%2018.164z'/%3e%3cpath%20fill='%23fff'%20d='m167.318%20134.593l-3.708%2041.426l-35.625%209.616v33.231l65.483-18.148l.48-5.397l7.506-84.092l.779-8.578L208%2038h-80.015v31.942h45.009l-2.906%2032.709h-42.103v31.942z'/%3e%3c/g%3e%3c/svg%3e",C1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20256%20256'%3e%3cg%20fill='none'%3e%3crect%20width='256'%20height='256'%20fill='%23F4F2ED'%20rx='60'/%3e%3cpath%20fill='%23000'%20d='M121.451%2028.054c-.43.039-1.799.176-3.031.273c-28.406%202.561-55.014%2017.889-71.867%2041.447C37.17%2082.873%2031.167%2097.731%2028.9%20113.47c-.801%205.494-.899%207.117-.899%2014.565c0%207.449.098%209.072.9%2014.565c5.434%2037.556%2032.16%2069.111%2068.406%2080.802c6.491%202.092%2013.333%203.519%2021.114%204.379c3.031.332%2016.129.332%2019.16%200c13.431-1.486%2024.809-4.809%2036.031-10.538c1.72-.879%202.053-1.114%201.818-1.309c-.156-.118-7.488-9.952-16.285-21.838l-15.992-21.603l-20.04-29.658c-11.026-16.305-20.097-29.639-20.176-29.639c-.078-.019-.156%2013.158-.195%2029.248c-.059%2028.172-.078%2029.306-.43%2029.97c-.508.958-.899%201.349-1.721%201.78c-.625.312-1.173.371-4.125.371h-3.382l-.9-.567a3.652%203.652%200%200%201-1.31-1.427l-.41-.88l.04-39.198l.058-39.218l.606-.763c.313-.41.978-.938%201.447-1.192c.801-.391%201.114-.43%204.496-.43c3.989%200%204.653.156%205.69%201.29c.293.313%2011.143%2016.657%2024.125%2036.344a89121.985%2089121.985%200%200%200%2039.452%2059.765l15.836%2023.989l.802-.528c7.096-4.614%2014.604-11.183%2020.547-18.026c12.649-14.526%2020.802-32.238%2023.539-51.124c.801-5.493.899-7.116.899-14.565c0-7.448-.098-9.071-.899-14.565c-5.435-37.556-32.161-69.11-68.407-80.801c-6.393-2.073-13.196-3.5-20.821-4.36c-1.877-.196-14.8-.41-16.422-.254m40.938%2060.489c.938.469%201.701%201.368%201.975%202.306c.156.509.195%2011.379.156%2035.875l-.059%2035.152l-6.197-9.502l-6.217-9.501v-25.552c0-16.52.078-25.807.195-26.257c.313-1.094.997-1.954%201.936-2.463c.801-.41%201.095-.45%204.164-.45c2.894%200%203.402.04%204.047.392'/%3e%3c/g%3e%3c/svg%3e",E1="/assets/postgresql-DQf--HlP.svg",_1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1.34em'%20height='1em'%20viewBox='0%200%20256%20192'%3e%3cpath%20fill='%23CD6799'%20d='M220.281%20110.514c-8.906.046-16.647%202.191-23.128%205.362c-2.379-4.71-4.757-8.906-5.176-11.984c-.467-3.59-1.026-5.782-.467-10.072c.56-4.29%203.078-10.399%203.031-10.865c-.046-.466-.56-2.658-5.689-2.704c-5.129-.047-9.559.979-10.072%202.331c-.513%201.352-1.492%204.43-2.145%207.6c-.886%204.664-10.258%2021.31-15.62%2030.03c-1.726-3.403-3.218-6.388-3.545-8.766c-.466-3.59-1.026-5.782-.466-10.072c.56-4.29%203.078-10.398%203.031-10.865c-.047-.466-.56-2.658-5.689-2.704c-5.13-.047-9.56.979-10.072%202.331c-.513%201.353-1.073%204.523-2.145%207.601c-1.073%203.078-13.523%2030.87-16.787%2038.05a214.726%20214.726%200%200%201-4.15%208.627s-.047.14-.187.373a117.773%20117.773%200%200%201-1.398%202.658v.046c-.7%201.26-1.446%202.425-1.819%202.425c-.28%200-.793-3.357.093-7.927c1.865-9.652%206.295-24.667%206.249-25.18c0-.28.839-2.891-2.891-4.244c-3.638-1.352-4.943.886-5.27.886c-.326%200-.56.793-.56.793s4.058-16.88-7.74-16.88c-7.367%200-17.533%208.067-22.569%2015.341a6269.96%206269.96%200%200%200-17.16%209.373c-2.75%201.539-5.595%203.078-8.253%204.523c-.187-.186-.373-.42-.56-.606c-14.269-15.248-40.661-26.02-39.542-46.49c.42-7.461%202.984-27.046%2050.687-50.827c39.262-19.352%2070.505-13.99%2075.914-2.099c7.74%2016.974-16.74%2048.496-57.309%2053.065c-15.481%201.726-23.595-4.243-25.646-6.481c-2.145-2.332-2.472-2.472-3.265-2.005c-1.305.7-.466%202.798%200%204.01c1.213%203.17%206.202%208.766%2014.642%2011.518c7.461%202.424%2025.6%203.777%2047.563-4.71c24.574-9.513%2043.786-35.952%2038.144-58.101c-5.643-22.476-42.947-29.89-78.246-17.347C61.086%2013.99%2038.33%2025.74%2021.963%2041.035C2.518%2059.22-.56%2075.028.699%2081.65c4.524%2023.501%2036.932%2038.796%2049.895%2050.127c-.653.373-1.26.7-1.772.98c-6.482%203.217-31.196%2016.133-37.351%2029.796c-6.994%2015.481%201.12%2026.58%206.482%2028.071c16.647%204.617%2033.76-3.683%2042.946-17.393c9.186-13.709%208.067-31.522%203.824-39.682c-.047-.093-.093-.187-.187-.28c1.679-.979%203.404-2.005%205.083-2.984a247.933%20247.933%200%200%201%209.373-5.27c-1.586%204.337-2.752%209.513-3.311%2016.974c-.7%208.767%202.89%2020.144%207.6%2024.62c2.099%201.96%204.57%202.006%206.156%202.006c5.502%200%207.974-4.57%2010.725-9.979c3.357-6.621%206.388-14.315%206.388-14.315s-3.777%2020.797%206.482%2020.797c3.73%200%207.507-4.85%209.186-7.321v.046s.093-.14.28-.466c.373-.606.606-.98.606-.98v-.092c1.492-2.612%204.85-8.534%209.839-18.373c6.435-12.683%2012.637-28.537%2012.637-28.537s.56%203.87%202.471%2010.305c1.12%203.777%203.45%207.927%205.316%2011.937c-1.492%202.099-2.425%203.264-2.425%203.264l.047.047c-1.213%201.585-2.518%203.31-3.964%204.99c-5.083%206.061-11.144%2013.01-11.984%2015.014c-.98%202.378-.746%204.104%201.12%205.503c1.352%201.026%203.776%201.165%206.248%201.026c4.57-.327%207.787-1.446%209.372-2.145c2.472-.886%205.363-2.239%208.067-4.244c4.99-3.684%208.02-8.953%207.741-15.9c-.14-3.824-1.399-7.648-2.938-11.239c.467-.652.886-1.305%201.353-1.958c7.88-11.518%2013.989-24.155%2013.989-24.155s.56%203.87%202.471%2010.306c.933%203.264%202.845%206.808%204.523%2010.258c-7.414%206.016-11.984%2013.01-13.616%2017.58c-2.937%208.487-.653%2012.31%203.684%2013.196c1.958.42%204.756-.513%206.808-1.399c2.611-.839%205.689-2.284%208.627-4.43c4.99-3.683%209.792-8.813%209.512-15.76c-.14-3.171-.979-6.296-2.145-9.327c6.295-2.61%2014.409-4.056%2024.76-2.844c22.197%202.611%2026.58%2016.46%2025.74%2022.29c-.839%205.828-5.502%208.999-7.04%209.978c-1.54.98-2.052%201.306-1.912%202.005c.186%201.026.932.98%202.238.793c1.819-.326%2011.658-4.71%2012.077-15.435c.7-13.709-12.357-28.677-35.439-28.537M49.055%20168.242c-7.368%208.02-17.626%2011.051-22.056%208.487c-4.756-2.752-2.891-14.596%206.155-23.082c5.502-5.176%2012.59-9.98%2017.3-12.917c1.072-.653%202.658-1.585%204.57-2.751c.326-.187.513-.28.513-.28l1.119-.7c3.31%2012.124.14%2022.803-7.601%2031.243m53.625-36.465c-2.565%206.249-7.927%2022.243-11.191%2021.357c-2.798-.746-4.524-12.87-.56-24.854c2.005-6.016%206.248-13.197%208.72-15.994c4.01-4.477%208.44-5.97%209.512-4.15c1.353%202.378-4.896%2019.724-6.481%2023.641m44.252%2021.17c-1.073.56-2.098.933-2.565.653c-.326-.187.467-.933.467-.933s5.549-5.968%207.74-8.673c1.26-1.585%202.751-3.45%204.337-5.549v.606c0%207.135-6.902%2011.938-9.98%2013.896m34.133-7.787c-.793-.56-.653-2.425%202.005-8.254c1.026-2.285%203.45-6.108%207.601-9.792c.466%201.492.793%202.938.746%204.29c-.047%209-6.481%2012.357-10.352%2013.756'/%3e%3c/svg%3e",L1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23DD0031'%20d='m64%2015.36l-47.668%2017l7.27%2063.027L64%20117.762l40.398-22.375l7.27-63.028Zm0%200'/%3e%3cpath%20fill='%23C3002F'%20d='M64%2015.36v11.367v-.051v91.086l40.398-22.375l7.27-63.028Zm0%200'/%3e%3cpath%20fill='%23FFF'%20d='M64%2026.676L34.203%2093.492h11.11L51.3%2078.54h25.293l5.992%2014.953h11.11Zm8.703%2042.648H55.297L64%2048.383Zm0%200'/%3e%3c/svg%3e",P1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%2300618A'%20d='M117.688%2098.242c-6.973-.191-12.297.461-16.852%202.379c-1.293.547-3.355.559-3.566%202.18c.711.746.82%201.859%201.387%202.777c1.086%201.754%202.922%204.113%204.559%205.352c1.789%201.348%203.633%202.793%205.551%203.961c3.414%202.082%207.223%203.27%2010.504%205.352c1.938%201.23%203.859%202.777%205.75%204.164c.934.684%201.563%201.75%202.773%202.18v-.195c-.637-.812-.801-1.93-1.387-2.777l-2.578-2.578c-2.52-3.344-5.719-6.281-9.117-8.719c-2.711-1.949-8.781-4.578-9.91-7.73l-.199-.199c1.922-.219%204.172-.914%205.949-1.391c2.98-.797%205.645-.59%208.719-1.387l4.164-1.187v-.793c-1.555-1.594-2.664-3.707-4.359-5.152c-4.441-3.781-9.285-7.555-14.273-10.703c-2.766-1.746-6.184-2.883-9.117-4.363c-.988-.496-2.719-.758-3.371-1.586c-1.539-1.961-2.379-4.449-3.566-6.738c-2.488-4.793-4.93-10.023-7.137-15.066c-1.504-3.437-2.484-6.828-4.359-9.91c-9-14.797-18.687-23.73-33.695-32.508c-3.195-1.867-7.039-2.605-11.102-3.57l-6.543-.395c-1.332-.555-2.715-2.184-3.965-2.977C16.977%203.52%204.223-3.312.539%205.672C-1.785%2011.34%204.016%2016.871%206.09%2019.746c1.457%202.012%203.32%204.273%204.359%206.539c.688%201.492.805%202.984%201.391%204.559c1.438%203.883%202.695%208.109%204.559%2011.695c.941%201.816%201.98%203.727%203.172%205.352c.727.996%201.98%201.438%202.18%202.973c-1.227%201.715-1.297%204.375-1.984%206.543c-3.098%209.77-1.926%2021.91%202.578%2029.137c1.383%202.223%204.641%206.98%209.117%205.156c3.918-1.598%203.043-6.539%204.164-10.902c.254-.988.098-1.715.594-2.379v.199l3.57%207.133c2.641%204.254%207.324%208.699%2011.297%2011.699c2.059%201.555%203.68%204.242%206.344%205.152v-.199h-.199c-.516-.805-1.324-1.137-1.98-1.781c-1.551-1.523-3.277-3.414-4.559-5.156c-3.613-4.902-6.805-10.27-9.711-15.855c-1.391-2.668-2.598-5.609-3.77-8.324c-.453-1.047-.445-2.633-1.387-3.172c-1.281%201.988-3.172%203.598-4.164%205.945c-1.582%203.754-1.789%208.336-2.375%2013.082c-.348.125-.195.039-.398.199c-2.762-.668-3.73-3.508-4.758-5.949c-2.594-6.164-3.078-16.09-.793-23.191c.59-1.836%203.262-7.617%202.18-9.316c-.516-1.691-2.219-2.672-3.172-3.965c-1.18-1.598-2.355-3.703-3.172-5.551c-2.125-4.805-3.113-10.203-5.352-15.062c-1.07-2.324-2.875-4.676-4.359-6.738c-1.645-2.289-3.484-3.977-4.758-6.742c-.453-.984-1.066-2.559-.398-3.566c.215-.684.516-.969%201.191-1.191c1.148-.887%204.352.297%205.547.793c3.18%201.32%205.832%202.578%208.527%204.363c1.289.855%202.598%202.512%204.16%202.973h1.785c2.789.641%205.914.195%208.523.988c4.609%201.402%208.738%203.582%2012.488%205.949c11.422%207.215%2020.766%2017.48%2027.156%2029.734c1.027%201.973%201.473%203.852%202.379%205.945c1.824%204.219%204.125%208.559%205.941%2012.688c1.816%204.113%203.582%208.27%206.148%2011.695c1.348%201.801%206.551%202.766%208.918%203.766c1.66.699%204.379%201.43%205.949%202.379c3%201.809%205.906%203.965%208.723%205.945c1.402.992%205.73%203.168%205.945%204.957zm-88.605-75.52c-1.453-.027-2.48.156-3.566.395v.199h.195c.695%201.422%201.918%202.34%202.777%203.566l1.98%204.164l.199-.195c1.227-.867%201.789-2.25%201.781-4.363c-.492-.52-.562-1.164-.992-1.785c-.562-.824-1.66-1.289-2.375-1.98zm0%200'/%3e%3c/svg%3e",z1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.74em'%20height='1em'%20viewBox='0%200%20256%20346'%3e%3cpath%20fill='%235382A1'%20d='M82.554%20267.473s-13.198%207.675%209.393%2010.272c27.369%203.122%2041.356%202.675%2071.517-3.034c0%200%207.93%204.972%2019.003%209.279c-67.611%2028.977-153.019-1.679-99.913-16.517m-8.262-37.814s-14.803%2010.958%207.805%2013.296c29.236%203.016%2052.324%203.263%2092.276-4.43c0%200%205.526%205.602%2014.215%208.666c-81.747%2023.904-172.798%201.885-114.296-17.532'/%3e%3cpath%20fill='%23E76F00'%20d='M143.942%20165.515c16.66%2019.18-4.377%2036.44-4.377%2036.44s42.301-21.837%2022.874-49.183c-18.144-25.5-32.059-38.172%2043.268-81.858c0%200-118.238%2029.53-61.765%2094.6'/%3e%3cpath%20fill='%235382A1'%20d='M233.364%20295.442s9.767%208.047-10.757%2014.273c-39.026%2011.823-162.432%2015.393-196.714.471c-12.323-5.36%2010.787-12.8%2018.056-14.362c7.581-1.644%2011.914-1.337%2011.914-1.337c-13.705-9.655-88.583%2018.957-38.034%2027.15c137.853%2022.356%20251.292-10.066%20215.535-26.195M88.9%20190.48s-62.771%2014.91-22.228%2020.323c17.118%202.292%2051.243%201.774%2083.03-.89c25.978-2.19%2052.063-6.85%2052.063-6.85s-9.16%203.923-15.787%208.448c-63.744%2016.765-186.886%208.966-151.435-8.183c29.981-14.492%2054.358-12.848%2054.358-12.848m112.605%2062.942c64.8-33.672%2034.839-66.03%2013.927-61.67c-5.126%201.066-7.411%201.99-7.411%201.99s1.903-2.98%205.537-4.27c41.37-14.545%2073.187%2042.897-13.355%2065.647c0%20.001%201.003-.895%201.302-1.697'/%3e%3cpath%20fill='%23E76F00'%20d='M162.439.371s35.887%2035.9-34.037%2091.101c-56.071%2044.282-12.786%2069.53-.023%2098.377c-32.73-29.53-56.75-55.526-40.635-79.72C111.395%2074.612%20176.918%2057.393%20162.439.37'/%3e%3cpath%20fill='%235382A1'%20d='M95.268%20344.665c62.199%203.982%20157.712-2.209%20159.974-31.64c0%200-4.348%2011.158-51.404%2020.018c-53.088%209.99-118.564%208.824-157.399%202.421c.001%200%207.95%206.58%2048.83%209.201'/%3e%3c/svg%3e",N1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.98em'%20height='1em'%20viewBox='0%200%20256%20263'%3e%3cpath%20fill='%23222C37'%20d='m166.872%20131.237l45.91-79.275l22.184%2079.275l-22.185%2079.256zm-22.376%2012.874l45.916%2079.262l-79.966-20.486l-57.77-58.776zm45.906-105.033l-45.906%2079.275h-91.82l57.77-58.78zm65.539%2065.18L227.933.06l-104.54%2027.925l-15.475%2027.207l-31.401-.225L0%20131.244l76.517%2076.259h.003l31.388-.232l15.497%2027.207l104.528%2027.92L255.94%20158.22l-15.906-26.982z'/%3e%3c/svg%3e",j1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%239B4F96'%20d='M115.4%2030.7L67.1%202.9c-.8-.5-1.9-.7-3.1-.7c-1.2%200-2.3.3-3.1.7l-48%2027.9c-1.7%201-2.9%203.5-2.9%205.4v55.7c0%201.1.2%202.4%201%203.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7'/%3e%3cpath%20fill='%2368217A'%20d='M10.7%2095.3c.5.8%201.2%201.5%201.9%201.9l48.2%2027.9c.8.5%201.9.7%203.1.7c1.2%200%202.3-.3%203.1-.7l48-27.9c1.7-1%202.9-3.5%202.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z'/%3e%3cpath%20fill='%23fff'%20d='M85.3%2076.1C81.1%2083.5%2073.1%2088.5%2064%2088.5c-13.5%200-24.5-11-24.5-24.5s11-24.5%2024.5-24.5c9.1%200%2017.1%205%2021.3%2012.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8%200-39.5%2017.7-39.5%2039.5s17.7%2039.5%2039.5%2039.5c14.6%200%2027.4-8%2034.2-19.8zM97%2066.2l.9-4.3h-4.2v-4.7h5.1L100%2051h4.9l-1.2%206.1h3.8l1.2-6.1h4.8l-1.2%206.1h2.4v4.7h-3.3l-.9%204.3h4.2v4.7h-5.1l-1.2%206h-4.9l1.2-6h-3.8l-1.2%206h-4.8l1.2-6h-2.4v-4.7H97zm4.8%200h3.8l.9-4.3h-3.8z'/%3e%3c/svg%3e",T1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2032%2032'%3e%3cpath%20fill='%23659ad2'%20d='M29%2010.232a2.387%202.387%200%200%200-.318-1.244a2.451%202.451%200%200%200-.936-.879q-5.194-2.868-10.393-5.733a2.642%202.642%200%200%200-2.763.024c-1.378.779-8.275%204.565-10.331%205.706A2.287%202.287%200%200%200%203%2010.231V21.77a2.4%202.4%200%200%200%20.3%201.22a2.434%202.434%200%200%200%20.954.9c2.056%201.141%208.954%204.927%2010.332%205.706a2.642%202.642%200%200%200%202.763.026q5.19-2.871%2010.386-5.733a2.444%202.444%200%200%200%20.955-.9a2.4%202.4%200%200%200%20.3-1.22V10.232'/%3e%3cpath%20fill='%2300599c'%20d='M28.549%2023.171a2.126%202.126%200%200%200%20.147-.182a2.4%202.4%200%200%200%20.3-1.22V10.232a2.387%202.387%200%200%200-.318-1.244c-.036-.059-.089-.105-.13-.16L16%2016Z'/%3e%3cpath%20fill='%23004482'%20d='M28.549%2023.171L16%2016L3.451%2023.171a2.435%202.435%200%200%200%20.809.72c2.056%201.141%208.954%204.927%2010.332%205.706a2.642%202.642%200%200%200%202.763.026q5.19-2.871%2010.386-5.733a2.43%202.43%200%200%200%20.808-.719'/%3e%3cpath%20fill='%23fff'%20d='M19.6%2018.02a4.121%204.121%200%201%201-.027-4.087l3.615-2.073A8.309%208.309%200%200%200%207.7%2016a8.216%208.216%200%200%200%201.1%204.117a8.319%208.319%200%200%200%2014.411-.017z'/%3e%3cpath%20fill='%23fff'%20d='M24.076%2015.538h-.926v-.921h-.925v.921h-.926v.923h.926v.92h.925v-.92h.926zm3.473%200h-.926v-.921h-.926v.921h-.926v.923h.926v.92h.926v-.92h.926z'/%3e%3c/svg%3e",M1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1.01em'%20height='1em'%20viewBox='0%200%20256%20255'%3e%3cdefs%3e%3clinearGradient%20id='logosPython0'%20x1='12.959%25'%20x2='79.639%25'%20y1='12.039%25'%20y2='78.201%25'%3e%3cstop%20offset='0%25'%20stop-color='%23387EB8'/%3e%3cstop%20offset='100%25'%20stop-color='%23366994'/%3e%3c/linearGradient%3e%3clinearGradient%20id='logosPython1'%20x1='19.128%25'%20x2='90.742%25'%20y1='20.579%25'%20y2='88.429%25'%3e%3cstop%20offset='0%25'%20stop-color='%23FFE052'/%3e%3cstop%20offset='100%25'%20stop-color='%23FFC331'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='url(%23logosPython0)'%20d='M126.916.072c-64.832%200-60.784%2028.115-60.784%2028.115l.072%2029.128h61.868v8.745H41.631S.145%2061.355.145%20126.77c0%2065.417%2036.21%2063.097%2036.21%2063.097h21.61v-30.356s-1.165-36.21%2035.632-36.21h61.362s34.475.557%2034.475-33.319V33.97S194.67.072%20126.916.072M92.802%2019.66a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.13'/%3e%3cpath%20fill='url(%23logosPython1)'%20d='M128.757%20254.126c64.832%200%2060.784-28.115%2060.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486%204.705%2041.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165%2036.21-35.632%2036.21h-61.362s-34.475-.557-34.475%2033.32v56.013s-5.235%2033.897%2062.518%2033.897m34.114-19.586a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.131a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13'/%3e%3c/svg%3e";function G({logo:e,alt:t,name:n}){return g.jsxs("div",{className:"skill",children:[g.jsx("img",{src:e,alt:t}),g.jsx("p",{children:n})]})}function R1(){return g.jsxs("div",{className:"skills",children:[g.jsxs("div",{className:"title",children:[g.jsx("h3",{children:"Skills"}),g.jsx("h4",{children:"Technologies & Tools"})]}),g.jsxs("div",{className:"grid",children:[g.jsx(G,{logo:d1,alt:"Docker",name:"Docker"}),g.jsx(G,{logo:p1,alt:"TypeScript",name:"TypeScript"}),g.jsx(G,{logo:h1,alt:"Express",name:"ExpressJS"}),g.jsx(G,{logo:m1,alt:"Git",name:"Git"}),g.jsx(G,{logo:v1,alt:"JavaScript",name:"JavaScript"}),g.jsx(G,{logo:g1,alt:"TypeORM",name:"TypeORM"}),g.jsx(G,{logo:y1,alt:"Firebase",name:"Firebase"}),g.jsx(G,{logo:w1,alt:"HTML",name:"HTML"}),g.jsx(G,{logo:S1,alt:"ReactJS",name:"ReactJS"}),g.jsx(G,{logo:x1,alt:"NodeJS",name:"NodeJS"}),g.jsx(G,{logo:k1,alt:"CSS",name:"CSS"}),g.jsx(G,{logo:C1,alt:"NextJS",name:"NextJS"}),g.jsx(G,{logo:E1,alt:"PostgreSQL",name:"PostgreSQL"}),g.jsx(G,{logo:_1,alt:"SASS",name:"SASS"}),g.jsx(G,{logo:L1,alt:"AngularJS",name:"AngularJS"}),g.jsx(G,{logo:P1,alt:"MySQL",name:"MySQL"}),g.jsx(G,{logo:z1,alt:"Java",name:"Java"}),g.jsx(G,{logo:N1,alt:"Unity",name:"Unity"}),g.jsx("div",{}),g.jsx(G,{logo:j1,alt:"C#",name:"C#"}),g.jsx("div",{}),g.jsx("div",{}),g.jsx(G,{logo:T1,alt:"C++",name:"C++"}),g.jsx("div",{}),g.jsx("div",{}),g.jsx(G,{logo:M1,alt:"Python",name:"Python"}),g.jsx("div",{})]})]})}function r2(){return g.jsx("div",{className:"sectionLine",children:g.jsx("hr",{})})}function O1(){const e=F.useRef(null),t=F.useRef(null),n=F.useRef(null);return F.useEffect(()=>{const r=new IntersectionObserver(l=>{l.forEach(o=>{o.isIntersecting&&(window.location.hash=o.target.id)})},{threshold:.7});return e.current&&r.observe(e.current),t.current&&r.observe(t.current),n.current&&r.observe(n.current),()=>{r.disconnect()}},[]),g.jsxs("div",{id:"app",children:[g.jsx(a1,{}),g.jsx("div",{className:"section",ref:e,children:g.jsx(c1,{})}),g.jsxs("div",{id:"skills",className:"section",ref:t,children:[g.jsx(r2,{}),g.jsx(R1,{})]}),g.jsxs("div",{id:"projects",className:"section",ref:n,style:{textAlign:"center"},children:[g.jsx(r2,{}),g.jsx("h4",{children:"Projects"})]}),g.jsx("h4",{children:"Website under construction 🚧👷"}),g.jsx(f1,{sections:["","skills","projects"]})]})}Yl.createRoot(document.getElementById("root")).render(g.jsx(p2.StrictMode,{children:g.jsx(s1,{children:g.jsx(O1,{})})})); + */const a1="startTransition",t2=Vs[a1];function c1(e){let{basename:t,children:n,future:r,window:l}=e,o=F.useRef();o.current==null&&(o.current=e1({window:l,v5Compat:!0}));let i=o.current,[u,s]=F.useState({action:i.action,location:i.location}),{v7_startTransition:c}=r||{},m=F.useCallback(h=>{c&&t2?t2(()=>s(h)):s(h)},[s,c]);return F.useLayoutEffect(()=>i.listen(m),[i,m]),F.createElement(s1,{basename:t,children:n,location:u.location,navigationType:u.action,navigator:i,future:r})}var n2;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(n2||(n2={}));var r2;(function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"})(r2||(r2={}));function f1(){const[e,t]=F.useState(window.innerWidth<=768),[n,r]=F.useState(!1),l=u1(),o=()=>r(!n);return F.useEffect(()=>{const i=()=>{t(window.innerWidth<=768)};return window.addEventListener("resize",i),()=>window.removeEventListener("resize",i)},[]),v.jsxs("div",{className:"header",children:[v.jsxs("a",{href:"/",className:"logo",children:[v.jsx("span",{children:"{"}),"J",v.jsx("span",{children:"}"})]}),e?v.jsxs(v.Fragment,{children:[v.jsx(qc,{isOpen:n,onClick:o}),v.jsx(bc,{isOpen:n,toggle:o})]}):v.jsxs("nav",{children:[v.jsx("a",{className:l.pathname==="/about"||l.pathname==="/"?"current":"",href:"#",children:"About"}),v.jsx("a",{className:l.pathname==="/skills"?"current":"",href:"#skills",children:"Skills"}),v.jsx("a",{className:l.pathname==="/projects"?"current":"",href:"#projects",children:"Projects"})]})]})}function d1(){return v.jsxs("div",{className:"about",children:[v.jsx("h2",{className:"greeting",children:"Hey there, I'm"}),v.jsx("h1",{className:"name",children:"Janis Meister"}),v.jsx("br",{}),v.jsx("h3",{className:"job",children:"Software Developer."}),v.jsx("h3",{className:"interest",children:"With an interest for modern technologies."}),v.jsxs("div",{className:"social-links",children:[v.jsxs("a",{href:"https://github.com/DerTyp7",target:"_blank",children:[v.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",className:"github-icon",children:v.jsx("path",{fillRule:"evenodd",d:"M12 0C5.37 0 0 5.37 0 12c0 5.3 3.438 9.8 8.205 11.385.6.11.82-.26.82-.58 0-.29-.01-1.05-.015-2.06-3.338.72-4.042-1.61-4.042-1.61-.546-1.39-1.333-1.76-1.333-1.76-1.09-.74.083-.73.083-.73 1.205.085 1.838 1.235 1.838 1.235 1.07 1.83 2.805 1.305 3.495.995.108-.775.417-1.305.757-1.605-2.65-.3-5.44-1.325-5.44-5.89 0-1.3.465-2.365 1.235-3.195-.135-.302-.54-1.515.105-3.155 0 0 1.005-.32 3.3 1.225.96-.27 1.98-.405 3-.405 1.02 0 2.04.135 3 .405 2.28-1.545 3.285-1.225 3.285-1.225.645 1.64.24 2.855.12 3.155.765.83 1.23 1.895 1.23 3.195 0 4.575-2.795 5.585-5.455 5.875.42.365.81 1.095.81 2.22 0 1.605-.015 2.905-.015 3.305 0 .32.21.695.825.575C20.565 21.795 24 17.295 24 12c0-6.63-5.37-12-12-12"})}),"GitHub"]}),v.jsxs("a",{href:"https://www.linkedin.com/in/janis-meister02/",target:"_blank",children:[v.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 50 50",children:v.jsx("path",{d:"M41,4H9C6.24,4,4,6.24,4,9v32c0,2.76,2.24,5,5,5h32c2.76,0,5-2.24,5-5V9C46,6.24,43.76,4,41,4z M17,20v19h-6V20H17z M11,14.47c0-1.4,1.2-2.47,3-2.47s2.93,1.07,3,2.47c0,1.4-1.12,2.53-3,2.53C12.2,17,11,15.87,11,14.47z M39,39h-6c0,0,0-9.26,0-10 c0-2-1-4-3.5-4.04h-0.08C27,24.96,26,27.02,26,29c0,0.91,0,10,0,10h-6V20h6v2.56c0,0,1.93-2.56,5.81-2.56 c3.97,0,7.19,2.73,7.19,8.26V39z"})}),"LinkedIn"]})]})]})}function p1({sections:e}){const[t,n]=F.useState(0);F.useEffect(()=>{const l=window.location.hash.substring(1),o=e.indexOf(l);o!==-1&&n(o)},[]),window.onhashchange=()=>{const l=window.location.hash.substring(1),o=e.indexOf(l);o!==-1&&n(o)};function r(l){let o=t+l;o<0&&(o=e.length-1),o>=e.length&&(o=0),window.location.hash=e[o],n(o)}return v.jsxs("div",{className:"sectionScroll",children:[t>0&&v.jsx("div",{onClick:()=>r(-1),children:v.jsxs("svg",{className:"arrow up",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[v.jsx("line",{x1:"12",y1:"19",x2:"12",y2:"5"}),v.jsx("polyline",{points:"5 12 12 5 19 12"})]})}),tr(1),children:v.jsxs("svg",{className:"arrow down",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[v.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),v.jsx("polyline",{points:"19 12 12 19 5 12"})]})})]})}const h1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20aria-label='Docker'%20role='img'%20viewBox='0%200%20512%20512'%3e%3crect%20width='512'%20height='512'%20rx='15%25'%20fill='transparent'/%3e%3cpath%20stroke='%23066da5'%20stroke-width='38'%20d='M296%20226h42m-92%200h42m-91%200h42m-91%200h41m-91%200h42m8-46h41m8%200h42m7%200h42m-42-46h42'/%3e%3cpath%20fill='%23066da5'%20d='m472%20228s-18-17-55-11c-4-29-35-46-35-46s-29%2035-8%2074c-6%203-16%207-31%207H68c-5%2019-5%20145%20133%20145%2099%200%20173-46%20208-130%2052%204%2063-39%2063-39'/%3e%3c/svg%3e",m1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20aria-label='TypeScript'%20role='img'%20viewBox='0%200%20512%20512'%3e%3crect%20width='512'%20height='512'%20rx='15%25'%20fill='%233178c6'/%3e%3cpath%20fill='%23ffffff'%20d='m233%20284h64v-41H118v41h64v183h51zm84%20173c8.1%204.2%2018%207.3%2029%209.4s23%203.1%2035%203.1c12%200%2023-1.1%2034-3.4c11-2.3%2020-6.1%2028-11c8.1-5.3%2015-12%2019-21s7.1-19%207.1-32c0-9.1-1.4-17-4.1-24s-6.6-13-12-18c-5.1-5.3-11-10-18-14s-15-8.2-24-12c-6.6-2.7-12-5.3-18-7.9c-5.2-2.6-9.7-5.2-13-7.8c-3.7-2.7-6.5-5.5-8.5-8.4c-2-3-3-6.3-3-10c0-3.4.89-6.5%202.7-9.3s4.3-5.1%207.5-7.1c3.2-2%207.2-3.5%2012-4.6c4.7-1.1%209.9-1.6%2016-1.6c4.2%200%208.6.31%2013%20.94c4.6.63%209.3%201.6%2014%202.9c4.7%201.3%209.3%202.9%2014%204.9c4.4%202%208.5%204.3%2012%206.9v-47c-7.6-2.9-16-5.1-25-6.5s-19-2.1-31-2.1c-12%200-23%201.3-34%203.8s-20%206.5-28%2012c-8.1%205.4-14%2012-19%2021c-4.7%208.4-7%2018-7%2030c0%2015%204.3%2028%2013%2038c8.6%2011%2022%2019%2039%2027c6.9%202.8%2013%205.6%2019%208.3s11%205.5%2015%208.4c4.3%202.9%207.7%206.1%2010%209.5c2.5%203.4%203.8%207.4%203.8%2012c0%203.2-.78%206.2-2.3%209s-3.9%205.2-7.1%207.2s-7.1%203.6-12%204.8c-4.7%201.1-10%201.7-17%201.7c-11%200-22-1.9-32-5.7c-11-3.8-21-9.5-28.1-15.44z'/%3e%3c/svg%3e",v1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='-2.5%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M-3%200h32v32H-3z'/%3e%3cpath%20fill='%23353535'%20d='M1.192%2016.267c.04%202.065.288%203.982.745%205.75.456%201.767%201.16%203.307%202.115%204.618.953%201.31%202.185%202.343%203.694%203.098%201.51.755%203.357%201.132%205.54%201.132%203.22%200%205.89-.844%208.016-2.532%202.125-1.69%203.446-4.22%203.962-7.597h1.192c-.437%203.575-1.847%206.345-4.23%208.312-2.384%201.966-5.324%202.95-8.82%202.95-2.383.04-4.42-.338-6.107-1.133-1.69-.794-3.07-1.917-4.142-3.367-1.073-1.45-1.867-3.158-2.383-5.124C.258%2020.408%200%2018.294%200%2016.028c0-2.542.377-4.806%201.132-6.792C1.887%207.25%202.88%205.57%204.112%204.2%205.34%202.83%206.77%201.79%208.4%201.074%2010.03.358%2011.698%200%2013.406%200c2.383%200%204.44.457%206.167%201.37%201.728.914%203.138%202.126%204.23%203.635%201.093%201.51%201.887%203.238%202.384%205.184.496%201.945.705%203.97.625%206.077H1.193zm24.43-1.192c0-1.867-.26-3.645-.775-5.333-.516-1.688-1.28-3.168-2.294-4.44-1.013-1.27-2.274-2.273-3.784-3.008-1.51-.735-3.258-1.102-5.244-1.102-1.67%200-3.228.317-4.678.953-1.45.636-2.72%201.56-3.813%202.77-1.092%201.212-1.976%202.672-2.652%204.38-.675%201.708-1.072%203.635-1.19%205.78h24.43z'/%3e%3c/g%3e%3c/svg%3e",g1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.58536%2017.4132C1.80488%2016.6327%201.80488%2015.3673%202.58536%2014.5868L14.5868%202.58536C15.3673%201.80488%2016.6327%201.80488%2017.4132%202.58536L29.4146%2014.5868C30.1951%2015.3673%2030.1951%2016.6327%2029.4146%2017.4132L17.4132%2029.4146C16.6327%2030.1951%2015.3673%2030.1951%2014.5868%2029.4146L2.58536%2017.4132Z'%20fill='%23EE513B'/%3e%3cpath%20d='M12.1489%205.06152L10.9336%206.27686L14.0725%209.41577C13.9455%209.68819%2013.8746%209.99201%2013.8746%2010.3124C13.8746%2011.222%2014.4461%2011.9981%2015.2496%2012.3012V19.9798C14.4461%2020.2829%2013.8746%2021.059%2013.8746%2021.9686C13.8746%2023.1422%2014.826%2024.0936%2015.9996%2024.0936C17.1732%2024.0936%2018.1246%2023.1422%2018.1246%2021.9686C18.1246%2021.144%2017.6549%2020.429%2016.9684%2020.0768V12.3117L19.9689%2015.3122C19.8481%2015.5791%2019.7809%2015.8754%2019.7809%2016.1874C19.7809%2017.361%2020.7323%2018.3124%2021.9059%2018.3124C23.0795%2018.3124%2024.0309%2017.361%2024.0309%2016.1874C24.0309%2015.0138%2023.0795%2014.0624%2021.9059%2014.0624C21.6778%2014.0624%2021.4582%2014.0983%2021.2522%2014.1648L18.0297%2010.9423C18.0914%2010.7433%2018.1246%2010.5317%2018.1246%2010.3124C18.1246%209.13878%2017.1732%208.18738%2015.9996%208.18738C15.7803%208.18738%2015.5688%208.22061%2015.3697%208.2823L12.1489%205.06152Z'%20fill='white'/%3e%3c/svg%3e",y1="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'%20?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20256%20256'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20preserveAspectRatio='xMidYMid'%3e%3cg%3e%3cpath%20d='M0,0%20L256,0%20L256,256%20L0,256%20L0,0%20Z'%20fill='%23F7DF1E'%3e%3c/path%3e%3cpath%20d='M67.311746,213.932292%20L86.902654,202.076241%20C90.6821079,208.777346%2094.1202286,214.447137%20102.367086,214.447137%20C110.272203,214.447137%20115.256076,211.354819%20115.256076,199.326883%20L115.256076,117.528787%20L139.313575,117.528787%20L139.313575,199.666997%20C139.313575,224.58433%20124.707759,235.925943%20103.3984,235.925943%20C84.1532952,235.925943%2072.9819429,225.958603%2067.3113397,213.93026'%20fill='%23000000'%3e%3c/path%3e%3cpath%20d='M152.380952,211.354413%20L171.969422,200.0128%20C177.125994,208.433981%20183.827911,214.619835%20195.684368,214.619835%20C205.652521,214.619835%20212.009041,209.635962%20212.009041,202.762159%20C212.009041,194.513676%20205.479416,191.592025%20194.481168,186.78207%20L188.468419,184.202565%20C171.111213,176.81473%20159.597308,167.53534%20159.597308,147.944838%20C159.597308,129.901308%20173.344508,116.153295%20194.825752,116.153295%20C210.119924,116.153295%20221.117765,121.48094%20229.021663,135.400432%20L210.29059,147.428775%20C206.166146,140.040127%20201.699556,137.119289%20194.826159,137.119289%20C187.78047,137.119289%20183.312254,141.587098%20183.312254,147.428775%20C183.312254,154.646349%20187.78047,157.568406%20198.089956,162.036622%20L204.103924,164.614095%20C224.553448,173.378641%20236.067352,182.313448%20236.067352,202.418387%20C236.067352,224.071924%20219.055137,235.927975%20196.200432,235.927975%20C173.860978,235.927975%20159.425829,225.274311%20152.381359,211.354413'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/svg%3e",w1="/assets/typeorm-PzRb8wU-.svg",S1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.73em'%20height='1em'%20viewBox='0%200%20256%20351'%3e%3cdefs%3e%3cfilter%20id='logosFirebase0'%20width='200%25'%20height='200%25'%20x='-50%25'%20y='-50%25'%20filterUnits='objectBoundingBox'%3e%3cfeGaussianBlur%20in='SourceAlpha'%20result='shadowBlurInner1'%20stdDeviation='17.5'/%3e%3cfeOffset%20in='shadowBlurInner1'%20result='shadowOffsetInner1'/%3e%3cfeComposite%20in='shadowOffsetInner1'%20in2='SourceAlpha'%20k2='-1'%20k3='1'%20operator='arithmetic'%20result='shadowInnerInner1'/%3e%3cfeColorMatrix%20in='shadowInnerInner1'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.06%200'/%3e%3c/filter%3e%3cfilter%20id='logosFirebase1'%20width='200%25'%20height='200%25'%20x='-50%25'%20y='-50%25'%20filterUnits='objectBoundingBox'%3e%3cfeGaussianBlur%20in='SourceAlpha'%20result='shadowBlurInner1'%20stdDeviation='3.5'/%3e%3cfeOffset%20dx='1'%20dy='-9'%20in='shadowBlurInner1'%20result='shadowOffsetInner1'/%3e%3cfeComposite%20in='shadowOffsetInner1'%20in2='SourceAlpha'%20k2='-1'%20k3='1'%20operator='arithmetic'%20result='shadowInnerInner1'/%3e%3cfeColorMatrix%20in='shadowInnerInner1'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.09%200'/%3e%3c/filter%3e%3cpath%20id='logosFirebase2'%20d='m1.253%20280.732l1.605-3.131l99.353-188.518l-44.15-83.475C54.392-1.283%2045.074.474%2043.87%208.188z'/%3e%3cpath%20id='logosFirebase3'%20d='m134.417%20148.974l32.039-32.812l-32.039-61.007c-3.042-5.791-10.433-6.398-13.443-.59l-17.705%2034.109l-.53%201.744z'/%3e%3c/defs%3e%3cpath%20fill='%23FFC24A'%20d='m0%20282.998l2.123-2.972L102.527%2089.512l.212-2.017L58.48%204.358C54.77-2.606%2044.33-.845%2043.114%206.951z'/%3e%3cuse%20fill='%23FFA712'%20fill-rule='evenodd'%20href='%23logosFirebase2'/%3e%3cuse%20filter='url(%23logosFirebase0)'%20href='%23logosFirebase2'/%3e%3cpath%20fill='%23F4BD62'%20d='m135.005%20150.38l32.955-33.75l-32.965-62.93c-3.129-5.957-11.866-5.975-14.962%200L102.42%2087.287v2.86z'/%3e%3cuse%20fill='%23FFA50E'%20fill-rule='evenodd'%20href='%23logosFirebase3'/%3e%3cuse%20filter='url(%23logosFirebase1)'%20href='%23logosFirebase3'/%3e%3cpath%20fill='%23F6820C'%20d='m0%20282.998l.962-.968l3.496-1.42l128.477-128l1.628-4.431l-32.05-61.074z'/%3e%3cpath%20fill='%23FDE068'%20d='m139.121%20347.551l116.275-64.847l-33.204-204.495c-1.039-6.398-8.888-8.927-13.468-4.34L0%20282.998l115.608%2064.548a24.126%2024.126%200%200%200%2023.513.005'/%3e%3cpath%20fill='%23FCCA3F'%20d='M254.354%20282.16L221.402%2079.218c-1.03-6.35-7.558-8.977-12.103-4.424L1.29%20282.6l114.339%2063.908a23.943%2023.943%200%200%200%2023.334.006z'/%3e%3cpath%20fill='%23EEAB37'%20d='M139.12%20345.64a24.126%2024.126%200%200%201-23.512-.005L.931%20282.015l-.93.983l115.607%2064.548a24.126%2024.126%200%200%200%2023.513.005l116.275-64.847l-.285-1.752z'/%3e%3c/svg%3e",x1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.71em'%20height='1em'%20viewBox='0%200%20256%20361'%3e%3cpath%20fill='%23E44D26'%20d='m255.555%2070.766l-23.241%20260.36l-104.47%2028.962l-104.182-28.922L.445%2070.766z'/%3e%3cpath%20fill='%23F16529'%20d='m128%20337.95l84.417-23.403l19.86-222.49H128z'/%3e%3cpath%20fill='%23EBEBEB'%20d='M82.82%20155.932H128v-31.937H47.917l.764%208.568l7.85%2088.01H128v-31.937H85.739zm7.198%2080.61h-32.06l4.474%2050.146l65.421%2018.16l.147-.04V271.58l-.14.037l-35.568-9.604z'/%3e%3cpath%20d='M24.18%200h16.23v16.035h14.847V0h16.231v48.558h-16.23v-16.26H40.411v16.26h-16.23V0zm68.65%2016.103H78.544V0h44.814v16.103h-14.295v32.455h-16.23V16.103zM130.47%200h16.923l10.41%2017.062L168.203%200h16.93v48.558h-16.164V24.49l-11.166%2017.265h-.28L146.35%2024.49v24.068h-15.88zm62.74%200h16.235v32.508h22.824v16.05h-39.06z'/%3e%3cpath%20fill='%23FFF'%20d='M127.89%20220.573h39.327l-3.708%2041.42l-35.62%209.614v33.226l65.473-18.145l.48-5.396l7.506-84.08l.779-8.576H127.89zm0-64.719v.078h77.143l.64-7.178l1.456-16.191l.763-8.568H127.89z'/%3e%3c/svg%3e",k1="/assets/react-h3aPdYU7.svg",C1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.89em'%20height='1em'%20viewBox='0%200%20256%20289'%3e%3cpath%20fill='%23539E43'%20d='M128%20288.464c-3.975%200-7.685-1.06-11.13-2.915l-35.247-20.936c-5.3-2.915-2.65-3.975-1.06-4.505c7.155-2.385%208.48-2.915%2015.9-7.156c.796-.53%201.856-.265%202.65.265l27.032%2016.166c1.06.53%202.385.53%203.18%200l105.74-61.217c1.06-.53%201.59-1.59%201.59-2.915V83.08c0-1.325-.53-2.385-1.59-2.915l-105.74-60.953c-1.06-.53-2.385-.53-3.18%200L20.405%2080.166c-1.06.53-1.59%201.855-1.59%202.915v122.17c0%201.06.53%202.385%201.59%202.915l28.887%2016.695c15.636%207.95%2025.44-1.325%2025.44-10.6V93.68c0-1.59%201.326-3.18%203.181-3.18h13.516c1.59%200%203.18%201.325%203.18%203.18v120.58c0%2020.936-11.396%2033.126-31.272%2033.126c-6.095%200-10.865%200-24.38-6.625l-27.827-15.9C4.24%20220.885%200%20213.465%200%20205.515V83.346C0%2075.396%204.24%2067.976%2011.13%2064L116.87%202.783c6.625-3.71%2015.635-3.71%2022.26%200L244.87%2064C251.76%2067.975%20256%2075.395%20256%2083.346v122.17c0%207.95-4.24%2015.37-11.13%2019.345L139.13%20286.08c-3.445%201.59-7.42%202.385-11.13%202.385m32.596-84.009c-46.377%200-55.917-21.2-55.917-39.221c0-1.59%201.325-3.18%203.18-3.18h13.78c1.59%200%202.916%201.06%202.916%202.65c2.12%2014.045%208.215%2020.936%2036.306%2020.936c22.261%200%2031.802-5.035%2031.802-16.96c0-6.891-2.65-11.926-37.367-15.372c-28.886-2.915-46.907-9.275-46.907-32.33c0-21.467%2018.02-34.187%2048.232-34.187c33.921%200%2050.617%2011.66%2052.737%2037.101c0%20.795-.265%201.59-.795%202.385c-.53.53-1.325%201.06-2.12%201.06h-13.78c-1.326%200-2.65-1.06-2.916-2.385c-3.18-14.575-11.395-19.345-33.126-19.345c-24.38%200-27.296%208.48-27.296%2014.84c0%207.686%203.445%2010.07%2036.306%2014.31c32.597%204.24%2047.967%2010.336%2047.967%2033.127c-.265%2023.321-19.345%2036.571-53.002%2036.571'/%3e%3c/svg%3e",E1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20256%20256'%3e%3cg%20fill='none'%3e%3crect%20width='256'%20height='256'%20fill='%230277BD'%20rx='60'/%3e%3cpath%20fill='%23EBEBEB'%20d='m53.753%20102.651l2.862%2031.942h71.481v-31.942zM128.095%2038H48l2.904%2031.942h77.191zm0%20180.841v-33.233l-.14.037l-35.574-9.605l-2.274-25.476H58.042l4.475%2050.154l65.431%2018.164z'/%3e%3cpath%20fill='%23fff'%20d='m167.318%20134.593l-3.708%2041.426l-35.625%209.616v33.231l65.483-18.148l.48-5.397l7.506-84.092l.779-8.578L208%2038h-80.015v31.942h45.009l-2.906%2032.709h-42.103v31.942z'/%3e%3c/g%3e%3c/svg%3e",_1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20256%20256'%3e%3cg%20fill='none'%3e%3crect%20width='256'%20height='256'%20fill='%23F4F2ED'%20rx='60'/%3e%3cpath%20fill='%23000'%20d='M121.451%2028.054c-.43.039-1.799.176-3.031.273c-28.406%202.561-55.014%2017.889-71.867%2041.447C37.17%2082.873%2031.167%2097.731%2028.9%20113.47c-.801%205.494-.899%207.117-.899%2014.565c0%207.449.098%209.072.9%2014.565c5.434%2037.556%2032.16%2069.111%2068.406%2080.802c6.491%202.092%2013.333%203.519%2021.114%204.379c3.031.332%2016.129.332%2019.16%200c13.431-1.486%2024.809-4.809%2036.031-10.538c1.72-.879%202.053-1.114%201.818-1.309c-.156-.118-7.488-9.952-16.285-21.838l-15.992-21.603l-20.04-29.658c-11.026-16.305-20.097-29.639-20.176-29.639c-.078-.019-.156%2013.158-.195%2029.248c-.059%2028.172-.078%2029.306-.43%2029.97c-.508.958-.899%201.349-1.721%201.78c-.625.312-1.173.371-4.125.371h-3.382l-.9-.567a3.652%203.652%200%200%201-1.31-1.427l-.41-.88l.04-39.198l.058-39.218l.606-.763c.313-.41.978-.938%201.447-1.192c.801-.391%201.114-.43%204.496-.43c3.989%200%204.653.156%205.69%201.29c.293.313%2011.143%2016.657%2024.125%2036.344a89121.985%2089121.985%200%200%200%2039.452%2059.765l15.836%2023.989l.802-.528c7.096-4.614%2014.604-11.183%2020.547-18.026c12.649-14.526%2020.802-32.238%2023.539-51.124c.801-5.493.899-7.116.899-14.565c0-7.448-.098-9.071-.899-14.565c-5.435-37.556-32.161-69.11-68.407-80.801c-6.393-2.073-13.196-3.5-20.821-4.36c-1.877-.196-14.8-.41-16.422-.254m40.938%2060.489c.938.469%201.701%201.368%201.975%202.306c.156.509.195%2011.379.156%2035.875l-.059%2035.152l-6.197-9.502l-6.217-9.501v-25.552c0-16.52.078-25.807.195-26.257c.313-1.094.997-1.954%201.936-2.463c.801-.41%201.095-.45%204.164-.45c2.894%200%203.402.04%204.047.392'/%3e%3c/g%3e%3c/svg%3e",L1="/assets/postgresql-DQf--HlP.svg",P1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1.34em'%20height='1em'%20viewBox='0%200%20256%20192'%3e%3cpath%20fill='%23CD6799'%20d='M220.281%20110.514c-8.906.046-16.647%202.191-23.128%205.362c-2.379-4.71-4.757-8.906-5.176-11.984c-.467-3.59-1.026-5.782-.467-10.072c.56-4.29%203.078-10.399%203.031-10.865c-.046-.466-.56-2.658-5.689-2.704c-5.129-.047-9.559.979-10.072%202.331c-.513%201.352-1.492%204.43-2.145%207.6c-.886%204.664-10.258%2021.31-15.62%2030.03c-1.726-3.403-3.218-6.388-3.545-8.766c-.466-3.59-1.026-5.782-.466-10.072c.56-4.29%203.078-10.398%203.031-10.865c-.047-.466-.56-2.658-5.689-2.704c-5.13-.047-9.56.979-10.072%202.331c-.513%201.353-1.073%204.523-2.145%207.601c-1.073%203.078-13.523%2030.87-16.787%2038.05a214.726%20214.726%200%200%201-4.15%208.627s-.047.14-.187.373a117.773%20117.773%200%200%201-1.398%202.658v.046c-.7%201.26-1.446%202.425-1.819%202.425c-.28%200-.793-3.357.093-7.927c1.865-9.652%206.295-24.667%206.249-25.18c0-.28.839-2.891-2.891-4.244c-3.638-1.352-4.943.886-5.27.886c-.326%200-.56.793-.56.793s4.058-16.88-7.74-16.88c-7.367%200-17.533%208.067-22.569%2015.341a6269.96%206269.96%200%200%200-17.16%209.373c-2.75%201.539-5.595%203.078-8.253%204.523c-.187-.186-.373-.42-.56-.606c-14.269-15.248-40.661-26.02-39.542-46.49c.42-7.461%202.984-27.046%2050.687-50.827c39.262-19.352%2070.505-13.99%2075.914-2.099c7.74%2016.974-16.74%2048.496-57.309%2053.065c-15.481%201.726-23.595-4.243-25.646-6.481c-2.145-2.332-2.472-2.472-3.265-2.005c-1.305.7-.466%202.798%200%204.01c1.213%203.17%206.202%208.766%2014.642%2011.518c7.461%202.424%2025.6%203.777%2047.563-4.71c24.574-9.513%2043.786-35.952%2038.144-58.101c-5.643-22.476-42.947-29.89-78.246-17.347C61.086%2013.99%2038.33%2025.74%2021.963%2041.035C2.518%2059.22-.56%2075.028.699%2081.65c4.524%2023.501%2036.932%2038.796%2049.895%2050.127c-.653.373-1.26.7-1.772.98c-6.482%203.217-31.196%2016.133-37.351%2029.796c-6.994%2015.481%201.12%2026.58%206.482%2028.071c16.647%204.617%2033.76-3.683%2042.946-17.393c9.186-13.709%208.067-31.522%203.824-39.682c-.047-.093-.093-.187-.187-.28c1.679-.979%203.404-2.005%205.083-2.984a247.933%20247.933%200%200%201%209.373-5.27c-1.586%204.337-2.752%209.513-3.311%2016.974c-.7%208.767%202.89%2020.144%207.6%2024.62c2.099%201.96%204.57%202.006%206.156%202.006c5.502%200%207.974-4.57%2010.725-9.979c3.357-6.621%206.388-14.315%206.388-14.315s-3.777%2020.797%206.482%2020.797c3.73%200%207.507-4.85%209.186-7.321v.046s.093-.14.28-.466c.373-.606.606-.98.606-.98v-.092c1.492-2.612%204.85-8.534%209.839-18.373c6.435-12.683%2012.637-28.537%2012.637-28.537s.56%203.87%202.471%2010.305c1.12%203.777%203.45%207.927%205.316%2011.937c-1.492%202.099-2.425%203.264-2.425%203.264l.047.047c-1.213%201.585-2.518%203.31-3.964%204.99c-5.083%206.061-11.144%2013.01-11.984%2015.014c-.98%202.378-.746%204.104%201.12%205.503c1.352%201.026%203.776%201.165%206.248%201.026c4.57-.327%207.787-1.446%209.372-2.145c2.472-.886%205.363-2.239%208.067-4.244c4.99-3.684%208.02-8.953%207.741-15.9c-.14-3.824-1.399-7.648-2.938-11.239c.467-.652.886-1.305%201.353-1.958c7.88-11.518%2013.989-24.155%2013.989-24.155s.56%203.87%202.471%2010.306c.933%203.264%202.845%206.808%204.523%2010.258c-7.414%206.016-11.984%2013.01-13.616%2017.58c-2.937%208.487-.653%2012.31%203.684%2013.196c1.958.42%204.756-.513%206.808-1.399c2.611-.839%205.689-2.284%208.627-4.43c4.99-3.683%209.792-8.813%209.512-15.76c-.14-3.171-.979-6.296-2.145-9.327c6.295-2.61%2014.409-4.056%2024.76-2.844c22.197%202.611%2026.58%2016.46%2025.74%2022.29c-.839%205.828-5.502%208.999-7.04%209.978c-1.54.98-2.052%201.306-1.912%202.005c.186%201.026.932.98%202.238.793c1.819-.326%2011.658-4.71%2012.077-15.435c.7-13.709-12.357-28.677-35.439-28.537M49.055%20168.242c-7.368%208.02-17.626%2011.051-22.056%208.487c-4.756-2.752-2.891-14.596%206.155-23.082c5.502-5.176%2012.59-9.98%2017.3-12.917c1.072-.653%202.658-1.585%204.57-2.751c.326-.187.513-.28.513-.28l1.119-.7c3.31%2012.124.14%2022.803-7.601%2031.243m53.625-36.465c-2.565%206.249-7.927%2022.243-11.191%2021.357c-2.798-.746-4.524-12.87-.56-24.854c2.005-6.016%206.248-13.197%208.72-15.994c4.01-4.477%208.44-5.97%209.512-4.15c1.353%202.378-4.896%2019.724-6.481%2023.641m44.252%2021.17c-1.073.56-2.098.933-2.565.653c-.326-.187.467-.933.467-.933s5.549-5.968%207.74-8.673c1.26-1.585%202.751-3.45%204.337-5.549v.606c0%207.135-6.902%2011.938-9.98%2013.896m34.133-7.787c-.793-.56-.653-2.425%202.005-8.254c1.026-2.285%203.45-6.108%207.601-9.792c.466%201.492.793%202.938.746%204.29c-.047%209-6.481%2012.357-10.352%2013.756'/%3e%3c/svg%3e",N1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%23DD0031'%20d='m64%2015.36l-47.668%2017l7.27%2063.027L64%20117.762l40.398-22.375l7.27-63.028Zm0%200'/%3e%3cpath%20fill='%23C3002F'%20d='M64%2015.36v11.367v-.051v91.086l40.398-22.375l7.27-63.028Zm0%200'/%3e%3cpath%20fill='%23FFF'%20d='M64%2026.676L34.203%2093.492h11.11L51.3%2078.54h25.293l5.992%2014.953h11.11Zm8.703%2042.648H55.297L64%2048.383Zm0%200'/%3e%3c/svg%3e",z1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%2300618A'%20d='M117.688%2098.242c-6.973-.191-12.297.461-16.852%202.379c-1.293.547-3.355.559-3.566%202.18c.711.746.82%201.859%201.387%202.777c1.086%201.754%202.922%204.113%204.559%205.352c1.789%201.348%203.633%202.793%205.551%203.961c3.414%202.082%207.223%203.27%2010.504%205.352c1.938%201.23%203.859%202.777%205.75%204.164c.934.684%201.563%201.75%202.773%202.18v-.195c-.637-.812-.801-1.93-1.387-2.777l-2.578-2.578c-2.52-3.344-5.719-6.281-9.117-8.719c-2.711-1.949-8.781-4.578-9.91-7.73l-.199-.199c1.922-.219%204.172-.914%205.949-1.391c2.98-.797%205.645-.59%208.719-1.387l4.164-1.187v-.793c-1.555-1.594-2.664-3.707-4.359-5.152c-4.441-3.781-9.285-7.555-14.273-10.703c-2.766-1.746-6.184-2.883-9.117-4.363c-.988-.496-2.719-.758-3.371-1.586c-1.539-1.961-2.379-4.449-3.566-6.738c-2.488-4.793-4.93-10.023-7.137-15.066c-1.504-3.437-2.484-6.828-4.359-9.91c-9-14.797-18.687-23.73-33.695-32.508c-3.195-1.867-7.039-2.605-11.102-3.57l-6.543-.395c-1.332-.555-2.715-2.184-3.965-2.977C16.977%203.52%204.223-3.312.539%205.672C-1.785%2011.34%204.016%2016.871%206.09%2019.746c1.457%202.012%203.32%204.273%204.359%206.539c.688%201.492.805%202.984%201.391%204.559c1.438%203.883%202.695%208.109%204.559%2011.695c.941%201.816%201.98%203.727%203.172%205.352c.727.996%201.98%201.438%202.18%202.973c-1.227%201.715-1.297%204.375-1.984%206.543c-3.098%209.77-1.926%2021.91%202.578%2029.137c1.383%202.223%204.641%206.98%209.117%205.156c3.918-1.598%203.043-6.539%204.164-10.902c.254-.988.098-1.715.594-2.379v.199l3.57%207.133c2.641%204.254%207.324%208.699%2011.297%2011.699c2.059%201.555%203.68%204.242%206.344%205.152v-.199h-.199c-.516-.805-1.324-1.137-1.98-1.781c-1.551-1.523-3.277-3.414-4.559-5.156c-3.613-4.902-6.805-10.27-9.711-15.855c-1.391-2.668-2.598-5.609-3.77-8.324c-.453-1.047-.445-2.633-1.387-3.172c-1.281%201.988-3.172%203.598-4.164%205.945c-1.582%203.754-1.789%208.336-2.375%2013.082c-.348.125-.195.039-.398.199c-2.762-.668-3.73-3.508-4.758-5.949c-2.594-6.164-3.078-16.09-.793-23.191c.59-1.836%203.262-7.617%202.18-9.316c-.516-1.691-2.219-2.672-3.172-3.965c-1.18-1.598-2.355-3.703-3.172-5.551c-2.125-4.805-3.113-10.203-5.352-15.062c-1.07-2.324-2.875-4.676-4.359-6.738c-1.645-2.289-3.484-3.977-4.758-6.742c-.453-.984-1.066-2.559-.398-3.566c.215-.684.516-.969%201.191-1.191c1.148-.887%204.352.297%205.547.793c3.18%201.32%205.832%202.578%208.527%204.363c1.289.855%202.598%202.512%204.16%202.973h1.785c2.789.641%205.914.195%208.523.988c4.609%201.402%208.738%203.582%2012.488%205.949c11.422%207.215%2020.766%2017.48%2027.156%2029.734c1.027%201.973%201.473%203.852%202.379%205.945c1.824%204.219%204.125%208.559%205.941%2012.688c1.816%204.113%203.582%208.27%206.148%2011.695c1.348%201.801%206.551%202.766%208.918%203.766c1.66.699%204.379%201.43%205.949%202.379c3%201.809%205.906%203.965%208.723%205.945c1.402.992%205.73%203.168%205.945%204.957zm-88.605-75.52c-1.453-.027-2.48.156-3.566.395v.199h.195c.695%201.422%201.918%202.34%202.777%203.566l1.98%204.164l.199-.195c1.227-.867%201.789-2.25%201.781-4.363c-.492-.52-.562-1.164-.992-1.785c-.562-.824-1.66-1.289-2.375-1.98zm0%200'/%3e%3c/svg%3e",j1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.74em'%20height='1em'%20viewBox='0%200%20256%20346'%3e%3cpath%20fill='%235382A1'%20d='M82.554%20267.473s-13.198%207.675%209.393%2010.272c27.369%203.122%2041.356%202.675%2071.517-3.034c0%200%207.93%204.972%2019.003%209.279c-67.611%2028.977-153.019-1.679-99.913-16.517m-8.262-37.814s-14.803%2010.958%207.805%2013.296c29.236%203.016%2052.324%203.263%2092.276-4.43c0%200%205.526%205.602%2014.215%208.666c-81.747%2023.904-172.798%201.885-114.296-17.532'/%3e%3cpath%20fill='%23E76F00'%20d='M143.942%20165.515c16.66%2019.18-4.377%2036.44-4.377%2036.44s42.301-21.837%2022.874-49.183c-18.144-25.5-32.059-38.172%2043.268-81.858c0%200-118.238%2029.53-61.765%2094.6'/%3e%3cpath%20fill='%235382A1'%20d='M233.364%20295.442s9.767%208.047-10.757%2014.273c-39.026%2011.823-162.432%2015.393-196.714.471c-12.323-5.36%2010.787-12.8%2018.056-14.362c7.581-1.644%2011.914-1.337%2011.914-1.337c-13.705-9.655-88.583%2018.957-38.034%2027.15c137.853%2022.356%20251.292-10.066%20215.535-26.195M88.9%20190.48s-62.771%2014.91-22.228%2020.323c17.118%202.292%2051.243%201.774%2083.03-.89c25.978-2.19%2052.063-6.85%2052.063-6.85s-9.16%203.923-15.787%208.448c-63.744%2016.765-186.886%208.966-151.435-8.183c29.981-14.492%2054.358-12.848%2054.358-12.848m112.605%2062.942c64.8-33.672%2034.839-66.03%2013.927-61.67c-5.126%201.066-7.411%201.99-7.411%201.99s1.903-2.98%205.537-4.27c41.37-14.545%2073.187%2042.897-13.355%2065.647c0%20.001%201.003-.895%201.302-1.697'/%3e%3cpath%20fill='%23E76F00'%20d='M162.439.371s35.887%2035.9-34.037%2091.101c-56.071%2044.282-12.786%2069.53-.023%2098.377c-32.73-29.53-56.75-55.526-40.635-79.72C111.395%2074.612%20176.918%2057.393%20162.439.37'/%3e%3cpath%20fill='%235382A1'%20d='M95.268%20344.665c62.199%203.982%20157.712-2.209%20159.974-31.64c0%200-4.348%2011.158-51.404%2020.018c-53.088%209.99-118.564%208.824-157.399%202.421c.001%200%207.95%206.58%2048.83%209.201'/%3e%3c/svg%3e",T1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='0.98em'%20height='1em'%20viewBox='0%200%20256%20263'%3e%3cpath%20fill='%23222C37'%20d='m166.872%20131.237l45.91-79.275l22.184%2079.275l-22.185%2079.256zm-22.376%2012.874l45.916%2079.262l-79.966-20.486l-57.77-58.776zm45.906-105.033l-45.906%2079.275h-91.82l57.77-58.78zm65.539%2065.18L227.933.06l-104.54%2027.925l-15.475%2027.207l-31.401-.225L0%20131.244l76.517%2076.259h.003l31.388-.232l15.497%2027.207l104.528%2027.92L255.94%20158.22l-15.906-26.982z'/%3e%3c/svg%3e",M1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%20128%20128'%3e%3cpath%20fill='%239B4F96'%20d='M115.4%2030.7L67.1%202.9c-.8-.5-1.9-.7-3.1-.7c-1.2%200-2.3.3-3.1.7l-48%2027.9c-1.7%201-2.9%203.5-2.9%205.4v55.7c0%201.1.2%202.4%201%203.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7'/%3e%3cpath%20fill='%2368217A'%20d='M10.7%2095.3c.5.8%201.2%201.5%201.9%201.9l48.2%2027.9c.8.5%201.9.7%203.1.7c1.2%200%202.3-.3%203.1-.7l48-27.9c1.7-1%202.9-3.5%202.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z'/%3e%3cpath%20fill='%23fff'%20d='M85.3%2076.1C81.1%2083.5%2073.1%2088.5%2064%2088.5c-13.5%200-24.5-11-24.5-24.5s11-24.5%2024.5-24.5c9.1%200%2017.1%205%2021.3%2012.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8%200-39.5%2017.7-39.5%2039.5s17.7%2039.5%2039.5%2039.5c14.6%200%2027.4-8%2034.2-19.8zM97%2066.2l.9-4.3h-4.2v-4.7h5.1L100%2051h4.9l-1.2%206.1h3.8l1.2-6.1h4.8l-1.2%206.1h2.4v4.7h-3.3l-.9%204.3h4.2v4.7h-5.1l-1.2%206h-4.9l1.2-6h-3.8l-1.2%206h-4.8l1.2-6h-2.4v-4.7H97zm4.8%200h3.8l.9-4.3h-3.8z'/%3e%3c/svg%3e",R1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2032%2032'%3e%3cpath%20fill='%23659ad2'%20d='M29%2010.232a2.387%202.387%200%200%200-.318-1.244a2.451%202.451%200%200%200-.936-.879q-5.194-2.868-10.393-5.733a2.642%202.642%200%200%200-2.763.024c-1.378.779-8.275%204.565-10.331%205.706A2.287%202.287%200%200%200%203%2010.231V21.77a2.4%202.4%200%200%200%20.3%201.22a2.434%202.434%200%200%200%20.954.9c2.056%201.141%208.954%204.927%2010.332%205.706a2.642%202.642%200%200%200%202.763.026q5.19-2.871%2010.386-5.733a2.444%202.444%200%200%200%20.955-.9a2.4%202.4%200%200%200%20.3-1.22V10.232'/%3e%3cpath%20fill='%2300599c'%20d='M28.549%2023.171a2.126%202.126%200%200%200%20.147-.182a2.4%202.4%200%200%200%20.3-1.22V10.232a2.387%202.387%200%200%200-.318-1.244c-.036-.059-.089-.105-.13-.16L16%2016Z'/%3e%3cpath%20fill='%23004482'%20d='M28.549%2023.171L16%2016L3.451%2023.171a2.435%202.435%200%200%200%20.809.72c2.056%201.141%208.954%204.927%2010.332%205.706a2.642%202.642%200%200%200%202.763.026q5.19-2.871%2010.386-5.733a2.43%202.43%200%200%200%20.808-.719'/%3e%3cpath%20fill='%23fff'%20d='M19.6%2018.02a4.121%204.121%200%201%201-.027-4.087l3.615-2.073A8.309%208.309%200%200%200%207.7%2016a8.216%208.216%200%200%200%201.1%204.117a8.319%208.319%200%200%200%2014.411-.017z'/%3e%3cpath%20fill='%23fff'%20d='M24.076%2015.538h-.926v-.921h-.925v.921h-.926v.923h.926v.92h.925v-.92h.926zm3.473%200h-.926v-.921h-.926v.921h-.926v.923h.926v.92h.926v-.92h.926z'/%3e%3c/svg%3e",O1="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1.01em'%20height='1em'%20viewBox='0%200%20256%20255'%3e%3cdefs%3e%3clinearGradient%20id='logosPython0'%20x1='12.959%25'%20x2='79.639%25'%20y1='12.039%25'%20y2='78.201%25'%3e%3cstop%20offset='0%25'%20stop-color='%23387EB8'/%3e%3cstop%20offset='100%25'%20stop-color='%23366994'/%3e%3c/linearGradient%3e%3clinearGradient%20id='logosPython1'%20x1='19.128%25'%20x2='90.742%25'%20y1='20.579%25'%20y2='88.429%25'%3e%3cstop%20offset='0%25'%20stop-color='%23FFE052'/%3e%3cstop%20offset='100%25'%20stop-color='%23FFC331'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='url(%23logosPython0)'%20d='M126.916.072c-64.832%200-60.784%2028.115-60.784%2028.115l.072%2029.128h61.868v8.745H41.631S.145%2061.355.145%20126.77c0%2065.417%2036.21%2063.097%2036.21%2063.097h21.61v-30.356s-1.165-36.21%2035.632-36.21h61.362s34.475.557%2034.475-33.319V33.97S194.67.072%20126.916.072M92.802%2019.66a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.13'/%3e%3cpath%20fill='url(%23logosPython1)'%20d='M128.757%20254.126c64.832%200%2060.784-28.115%2060.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486%204.705%2041.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165%2036.21-35.632%2036.21h-61.362s-34.475-.557-34.475%2033.32v56.013s-5.235%2033.897%2062.518%2033.897m34.114-19.586a11.12%2011.12%200%200%201-11.13-11.13a11.12%2011.12%200%200%201%2011.13-11.131a11.12%2011.12%200%200%201%2011.13%2011.13a11.12%2011.12%200%200%201-11.13%2011.13'/%3e%3c/svg%3e";function G({logo:e,alt:t,name:n}){return v.jsxs("div",{className:"skill",children:[v.jsx("img",{src:e,alt:t}),v.jsx("p",{children:n})]})}function F1(){return v.jsxs("div",{className:"skills",children:[v.jsxs("div",{className:"title",children:[v.jsx("h3",{children:"Skills"}),v.jsx("h4",{children:"Technologies & Tools"})]}),v.jsxs("div",{className:"grid",children:[v.jsx(G,{logo:h1,alt:"Docker",name:"Docker"}),v.jsx(G,{logo:m1,alt:"TypeScript",name:"TypeScript"}),v.jsx(G,{logo:v1,alt:"Express",name:"ExpressJS"}),v.jsx(G,{logo:g1,alt:"Git",name:"Git"}),v.jsx(G,{logo:y1,alt:"JavaScript",name:"JavaScript"}),v.jsx(G,{logo:w1,alt:"TypeORM",name:"TypeORM"}),v.jsx(G,{logo:S1,alt:"Firebase",name:"Firebase"}),v.jsx(G,{logo:x1,alt:"HTML",name:"HTML"}),v.jsx(G,{logo:k1,alt:"ReactJS",name:"ReactJS"}),v.jsx(G,{logo:C1,alt:"NodeJS",name:"NodeJS"}),v.jsx(G,{logo:E1,alt:"CSS",name:"CSS"}),v.jsx(G,{logo:_1,alt:"NextJS",name:"NextJS"}),v.jsx(G,{logo:L1,alt:"PostgreSQL",name:"PostgreSQL"}),v.jsx(G,{logo:P1,alt:"SASS",name:"SASS"}),v.jsx(G,{logo:N1,alt:"AngularJS",name:"AngularJS"}),v.jsx(G,{logo:z1,alt:"MySQL",name:"MySQL"}),v.jsx(G,{logo:j1,alt:"Java",name:"Java"}),v.jsx(G,{logo:T1,alt:"Unity",name:"Unity"}),v.jsx("div",{}),v.jsx(G,{logo:M1,alt:"C#",name:"C#"}),v.jsx("div",{}),v.jsx("div",{}),v.jsx(G,{logo:R1,alt:"C++",name:"C++"}),v.jsx("div",{}),v.jsx("div",{}),v.jsx(G,{logo:O1,alt:"Python",name:"Python"}),v.jsx("div",{})]})]})}function l2({type:e}){return v.jsx("div",{className:`badge ${e.toLowerCase()}`,children:e})}function Sr({name:e,description:t,image:n,link:r}){const l=n||"https://source.unsplash.com/random/500x400?javascript&sig="+Math.random()*1e3;return v.jsxs("div",{className:"project",onClick:()=>{window.open(r,"_blank")},children:[v.jsx("img",{src:l,alt:e,className:n?"":"blur"}),n?null:v.jsx("small",{children:"Placeholder image"}),v.jsxs("div",{className:"info",children:[v.jsx("h3",{children:e}),v.jsxs("div",{className:"badges",children:[v.jsx(l2,{type:"Docker"}),v.jsx(l2,{type:"JavaScript"})]}),v.jsx("div",{className:"description",children:v.jsx("p",{children:t})})]})]})}function I1(){return v.jsxs("div",{className:"projects",children:[v.jsxs("div",{className:"title",children:[v.jsx("h3",{children:"Projects"}),v.jsx("h4",{children:"Public Projects"})]}),v.jsxs("div",{className:"grid",children:[v.jsx(Sr,{name:"Website",description:"This website",link:"https://github.com/DerTyp7?tab=repositories"})," ",v.jsx(Sr,{name:"Website",description:"This website",link:"https://github.com/DerTyp7?tab=repositories"})," ",v.jsx(Sr,{name:"Website",description:"This website",link:"https://github.com/DerTyp7?tab=repositories"})," ",v.jsx(Sr,{name:"Website",description:"This website",link:"https://github.com/DerTyp7?tab=repositories"})]})]})}function o2(){return v.jsx("div",{className:"sectionLine",children:v.jsx("hr",{})})}function D1(){const e=F.useRef(null),t=F.useRef(null),n=F.useRef(null);return F.useEffect(()=>{const r=new IntersectionObserver(l=>{l.forEach(o=>{o.isIntersecting&&(window.location.hash=o.target.id)})},{threshold:.7});return e.current&&r.observe(e.current),t.current&&r.observe(t.current),n.current&&r.observe(n.current),()=>{r.disconnect()}},[]),v.jsxs("div",{id:"app",children:[v.jsx(f1,{}),v.jsx("div",{className:"section",ref:e,children:v.jsx(d1,{})}),v.jsxs("div",{id:"skills",className:"section",ref:t,children:[v.jsx(o2,{}),v.jsx(F1,{})]}),v.jsxs("div",{id:"projects",className:"section",ref:n,children:[v.jsx(o2,{}),v.jsx(I1,{})]}),v.jsx(p1,{sections:["","skills","projects"]})]})}Xl.createRoot(document.getElementById("root")).render(v.jsx(m2.StrictMode,{children:v.jsx(c1,{children:v.jsx(D1,{})})})); diff --git a/index.html b/index.html index bbb8ff8..ecee2a5 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@ Janis Meister - Portfolio - - + +