@font-face{font-family:Urbanist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/680d078f20ab2e33-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Urbanist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a22b1dc24103c00d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Urbanist Fallback;src:local("Arial");ascent-override:95.93%;descent-override:25.24%;line-gap-override:0.00%;size-adjust:99.04%}.__className_472caf{font-family:Urbanist,Urbanist Fallback;font-style:normal}.__variable_472caf{--font-urbanist:"Urbanist","Urbanist Fallback"}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Urbanist,sans-serif;background:#141316;color:#fff;min-height:100vh;letter-spacing:.03em;position:relative;overflow-x:hidden}.container,.content-wrapper{max-width:1200px;margin:0 auto}.content-wrapper{position:relative}header{position:fixed;top:0;left:0;right:0;background:#1b1a1f;border-bottom:1px solid #242328;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px;position:relative}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.desktop-nav{display:flex;gap:.5rem}.nav-link{padding:1.9rem 1rem;color:#fff;text-decoration:none;font-size:1rem}.nav-link.active,.nav-link:hover{color:white;display:inline-block;position:relative;cursor:pointer}.nav-link:hover{background-color:#242328}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;border-radius:4px 4px 0 0;height:4px;background:linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1))}.hamburger{display:none;flex-direction:column;justify-content:space-between;align-items:center;width:25px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:51}.hamburger span{width:100%;height:2px;background:#999999;border-radius:3px;transition:all .3s ease-in-out}.hamburger.active span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-nav{position:fixed;background:#1b1a1f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:50;width:100%;height:100vh;top:0;left:0;right:0;bottom:0}.mobile-nav-link{color:#fff;text-decoration:none;font-size:1.5rem;padding:1rem;transition:color .2s;font-weight:400}.mobile-nav-link.active,.mobile-nav-link:hover{background:linear-gradient(90deg,rgb(255,118,64) 20%,rgba(252,237,69,1) 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;cursor:pointer}.section{margin:30rem 0}.hero{display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:0 2rem}.hero-title{font-size:3rem;font-weight:700;margin:.5rem 0 .8rem;background:linear-gradient(90deg,rgba(255,118,64),rgba(252,237,69,1));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-headline{font-size:1.5rem;color:#fff}.hero-btn{font-family:Urbanist,sans-serif;display:inline-block;color:#fff;margin-top:2rem;padding:.75rem 2rem;border-radius:30px;font-size:1.1rem;text-decoration:none;font-weight:500;cursor:pointer;border:2px solid #fff}.hero-btn-content{display:flex;align-items:center;gap:.5rem}.hero-btn-icon{font-size:1.2rem;vertical-align:middle}.hero-btn:hover{background-color:#fff;color:#000000}.skills{text-align:center}.skills-title{font-size:2.4rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(90deg,rgb(255,118,64) 40%,rgba(252,237,69,1) 60%);text-shadow:0 0 30px rgba(255,187,0,.295);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.skills-row{flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.skill-card,.skills-row{display:flex;justify-content:center}.skill-card{border-radius:5px;padding:1rem;flex-direction:row;align-items:center;gap:.5rem}.skill-icon{font-size:2rem;display:flex}.skill-name{font-weight:500;font-size:1.2rem;color:#fff;text-align:left}.projects{text-align:center}.projects-title{font-size:2.4rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(90deg,rgb(255,118,64) 40%,rgba(252,237,69,1) 60%);text-shadow:0 0 30px rgba(255,187,0,.295);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.project-image{width:100%;height:300px;object-fit:cover;border-radius:10px 10px 0 0;position:relative;transition:all .3s ease}.project-card{background:#1b1a1f;border:1px solid #242328;border-radius:10px;text-align:left;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.project-info{padding:1rem;flex:1;display:flex;flex-direction:column;min-height:280px}.project-title{font-size:1.2rem;font-weight:700;margin-bottom:.4rem;color:#fff}.project-year{color:#7e7b8c;margin-bottom:.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-tech-badge{font-size:1.35rem;color:#ffffff}.project-description{color:#7e7b8c;margin-top:.5rem;line-height:1.5;flex:1}.project-buttons{display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.project-btn{padding:.5rem 1rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.hero-btn-icon-website{font-size:1.35rem}.experience{text-align:center}.experience-title{font-size:2.4rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(90deg,rgb(255,118,64) 40%,rgba(252,237,69,1) 60%);text-shadow:0 0 30px rgba(255,187,0,.295);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.experience-subtitle-wrapper{display:flex;flex-direction:row;gap:2rem;justify-content:center;width:100%}.experience-subtitle{font-size:1.6rem;font-weight:600;margin-bottom:1rem;color:#fff;display:flex;align-items:center;justify-content:center;width:100%}.timeline-vertical-wrapper{position:relative;width:100%;margin:20px auto}.timeline-vertical-line{position:absolute;left:50%;top:0;bottom:0;width:4px;background-color:#1b1a1f;transform:translateX(-50%);z-index:1}.timeline-items-container{position:relative;display:flex;flex-direction:column;gap:4rem}.timeline-item{position:relative;display:flex;align-items:left}.timeline-vertical-dot{position:absolute;left:50%;transform:translateX(-50%);width:20px;height:20px;background:linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1));border-radius:50%;z-index:3}.timeline-vertical-entry{position:relative;width:46%;background:#1b1a1f;border:1px solid #242328;border-radius:10px;padding:1.5rem 2rem;z-index:2}.timeline-vertical-entry.left{align-self:flex-start;margin-right:54%;text-align:right}.timeline-vertical-entry.right{align-self:flex-end;margin-left:54%;text-align:left}.timeline-title{font-size:1.2rem;font-weight:700;background:linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;margin-bottom:.5rem}.timeline-company{color:#fff;font-weight:600}.timeline-company-wrapper{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.timeline-vertical-entry.left .timeline-company-wrapper{justify-content:flex-end}.timeline-vertical-entry.right .timeline-company-wrapper{justify-content:flex-start}.timeline-company-dot{width:3px;height:3px;background:#7e7b8c;border-radius:50%}.timeline-period{color:#ffffff;font-weight:400}.timeline-desc{color:#7e7b8c;white-space:pre-line;line-height:1.55}.timeline-type{font-size:.8rem;color:#fff;text-transform:capitalize;display:none;align-items:center;gap:.5rem;padding:.3rem .8rem;border-radius:20px;font-weight:500}.timeline-type.work svg{color:#ffffff;font-size:.8rem}.timeline-type.education svg{color:#ffffff;font-size:1rem}.timeline-type.education,.timeline-type.work{border:2px solid #242328;color:#ffffff}.about{text-align:center}.about-title{font-size:2.4rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(90deg,rgb(255,118,64) 40%,rgba(252,237,69,1) 60%);text-shadow:0 0 30px rgba(255,187,0,.295);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-text{color:#fff;font-size:1.1rem;line-height:1.55;margin-bottom:1.5rem}.contact-form-title{font-size:2.4rem;text-align:center;font-weight:700;margin-bottom:2rem;background:linear-gradient(90deg,rgb(255,118,64) 40%,rgba(252,237,69,1) 60%);text-shadow:0 0 30px rgba(255,187,0,.295);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-form-subtitle{font-size:1.6rem;font-weight:600;margin-bottom:1rem;color:#fff;text-align:center}.contact-form{width:100%;margin:2rem auto;background:#1b1a1f;border:1px solid #242328;border-radius:12px;padding:2.5rem 20rem 3rem;display:flex;flex-direction:column;gap:.5rem}.contact-label{color:#fff;font-weight:500;font-size:1.2rem}.contact-input,.contact-textarea{background:#242328;border:2px solid #242328;border-radius:6px;color:#fff;padding:.8rem 1rem;font-size:1rem;transition:border .2s;outline:none;margin-bottom:1rem;font-family:Urbanist,sans-serif;letter-spacing:.03em;resize:none}.contact-input:focus,.contact-textarea:focus{border:2px solid transparent;background-image:linear-gradient(#1b1a1f,#1b1a1f),linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1));background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 0 30px rgba(255,187,0,.295)}.contact-input.error,.contact-textarea.error{border:2px solid #ff6464;box-shadow:0 0 20px rgba(255,100,100,.18)}.contact-submit{font-family:Urbanist,sans-serif;color:#fff;background:transparent;border-radius:30px;padding:.75rem 2rem;font-size:1.1rem;font-weight:500;display:inline-block;cursor:pointer;margin:0 auto;border:2px solid transparent;background-image:linear-gradient(#1b1a1f,#1b1a1f),linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1));background-origin:border-box;background-clip:padding-box,border-box;transition:all .3s ease;font-weight:600}.contact-submit:hover{color:#fff;background-image:linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1))}.contact-char-count{color:#7e7b8c;font-size:16px;text-align:right;margin-top:-.5rem;margin-bottom:1rem}.contact-error{color:#ff6464;font-weight:500;margin-top:.5rem;text-align:center}.contact-modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);border:1px solid #242328}.contact-modal-content{background:#1b1a1f;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:90%;width:300px}.contact-modal-icon{font-size:3rem;color:#FE9542}.contact-modal-text{color:#fff;font-size:1.2rem;font-weight:500;text-align:center}footer{background:#1b1a1f;border-top:1px solid #242328;padding:2rem 0 .5rem;text-align:center;margin-top:10rem;position:relative;z-index:1;bottom:0;width:100%}.footer-socials{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.footer-socials-icon{font-size:1.1rem;border-radius:50%;padding:.5rem;display:flex;justify-content:center;align-items:center;color:#fff;transition:all .3s ease;border:2px solid #ffffff}.footer-socials-icon:hover{background-color:#ffffff;color:#1b1a1f;transition:all .3s ease}.footer-copy{color:#fff;font-size:.8rem}@media screen and (max-width:1500px){.contact-label,.project-title,.timeline-title{font-size:1rem}.project-btn{padding:.4rem .6rem;font-size:.75rem}}@media screen and (max-width:1300px){.container,.content-wrapper{padding:0 1rem}.contact-form{padding:2.5rem 2rem 3rem}}@media (max-width:768px){.container,.content-wrapper{padding:0 1rem}.section{margin:15rem 0}.desktop-nav{display:none}.hamburger,.mobile-nav{display:flex}.mobile-nav{gap:.5rem;justify-content:flex-start;padding-top:5rem}.hero-title{font-size:2.2rem}.hero-headline{font-size:1.1rem}.hero-btn{font-size:1rem;padding:.8rem 1.8rem}.about-title,.contact-form-title,.experience-title,.projects-title,.skills-title{font-size:2.2rem;margin-bottom:1.5rem}.skills-row{gap:.5rem}.skill-card{padding:.5rem;gap:.5rem}.skill-icon{font-size:1.5rem}.skill-name{font-size:1rem}.projects-grid{grid-template-columns:1fr}.project-info{min-height:300px}.project-btn{padding:.6rem .8rem;font-size:.9rem}.experience-subtitle-wrapper{display:none}.timeline-vertical-line{left:.5rem}.timeline-vertical-dot{left:.5rem;width:15px;height:15px}.timeline-items-container{gap:1rem}.timeline-vertical-entry{width:100%;margin:0!important;text-align:left!important;padding:1rem}.timeline-vertical-entry.left,.timeline-vertical-entry.right{align-self:flex-start;margin-left:1.5rem!important}.timeline-title{background:linear-gradient(90deg,rgb(255,118,64),rgba(252,237,69,1) 50%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:0}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.timeline-title{font-size:1.1rem}.timeline-type{display:flex;background-color:#242328}.timeline-company{display:block}.about-text,.timeline-desc{line-height:1.5}.about-text{font-size:1rem}.contact-form{padding:1rem 1rem 1.5rem}.timeline-vertical-entry.left .timeline-company-wrapper,.timeline-vertical-entry.right .timeline-company-wrapper{justify-content:flex-start}.footer-socials-icon{font-size:1.1rem}.footer-copy{font-size:.7rem}.contact-label,.project-title,.timeline-title{font-size:1.1rem}.project-tech-badge{font-size:1.2rem}.contact-form-subtitle{font-size:1.4rem}.contact-input,.contact-textarea{font-size:1rem;padding:.9rem 1rem}.contact-submit{font-size:1rem;padding:.8rem 1.8rem}}@media (max-width:380px){body,html{overflow-x:hidden;width:100%;position:relative}.mobile-nav,.skills-row{gap:0}.skill-icon{font-size:1.2rem}.skill-name{font-size:.8rem}.timeline-header{margin-bottom:.2rem}.timeline-title{line-height:1.2}.timeline-type{font-size:.7rem}.timeline-company{margin-bottom:0}.timeline-desc{line-height:1.4}.hero-title{font-size:1.8rem}.hero-headline{font-size:1rem}.hero-btn{font-size:.95rem;padding:.7rem 1.6rem}.project-info{min-height:300px}.contact-label,.project-title,.timeline-title{font-size:1rem}.project-desc{font-size:.9rem}.project-tech-badge{font-size:1.2rem}.project-btn{padding:.4rem .6rem;font-size:.8rem}.experience-title{font-size:1.8rem}.timeline-type{padding:.15rem .5rem}.timeline-type.work svg{font-size:.7rem}.timeline-type.education svg{font-size:.9rem}.about-title{font-size:1.8rem}.about-text{font-size:.95rem;line-height:1.4}.contact-form-title{font-size:1.8rem}.contact-form-subtitle{font-size:1.2rem}.contact-input,.contact-textarea{font-size:.95rem;padding:.8rem .9rem}.contact-submit{font-size:.95rem;padding:.7rem 1.6rem}.timeline-company-wrapper{flex-direction:column;align-items:flex-start;gap:.2rem}.timeline-company-dot{display:none}.timeline-period{margin-top:.1rem}.about-title,.contact-form-title,.experience-title,.projects-title,.skills-title{font-size:2rem;margin-bottom:1.2rem}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin 20s linear infinite}}.card{padding:2em}.read-the-docs{color:#888}