@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);html{overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ccd6f6;margin:0;padding:0}#root{position:relative;width:100%}.navbar{align-items:center;background-color:rgba(10,25,47,.753);display:flex;justify-content:space-between;padding:0 2rem}.navbar-logo{color:#ccd6f6;font-size:1.75rem;font-weight:700}.navbar-logo a{color:inherit;text-decoration:none;transition:color .2s ease}.navbar-logo a.active,.navbar-logo a:hover{color:#64ffda}.nav-menu{display:flex;gap:2rem}.nav-menu li{list-style:none}.nav-menu li a{color:#ccd6f6;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu li a:after{background-color:#0ff;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li a:hover:after{width:100%}.nav-menu li a.active{color:#0ff}.nav-menu li a.active:after{width:100%}.hamburger{color:#ccd6f6;cursor:pointer;font-size:1.5rem}.hamburger,.mobile-menu{display:none}@media screen and (max-width:768px){.nav-menu{display:none}.hamburger{display:block}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a192ff2;display:flex;flex-direction:column;left:-100%;padding:1rem 0;position:absolute;top:80px;transition:all .3s ease;width:100%}.mobile-menu.active{left:0}.mobile-menu li{list-style:none}.mobile-menu a{color:#8892b0;display:block;font-size:1.1rem;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.mobile-menu a.active,.mobile-menu a:hover{background-color:#64ffda1a;color:#64ffda}}.hero-section{align-items:center;background-color:#0a192f;display:flex;justify-content:center;padding-top:2rem}.hero-container{margin:0 auto;max-width:1000px;padding:0 2rem}.hero-greeting{color:#64ffda;font-family:monospace}.hero-title{color:#ccd6f6;font-size:2.25rem;font-weight:700;line-height:2.5rem;padding:1rem 0;transition:opacity .3s ease}@keyframes fadeInOut{0%{opacity:.7}to{opacity:1}}.hero-subtitle{color:#8892b0;font-size:2.25rem;font-weight:700;line-height:2.5rem}.hero-description{color:#8892b0;font-family:monospace;font-size:1.125rem;letter-spacing:-.5px;line-height:1.75;max-width:700px;padding:1rem 0;position:relative;white-space:pre-wrap}.hero-description:after{animation:blink 1s infinite;background-color:#64ffda;content:"";height:24px;margin-left:4px;position:absolute;width:4px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-buttons{display:flex;gap:1.5rem;margin-top:2rem}.hero-button{align-items:center;border-radius:.5rem;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.hero-button-outline{background-color:initial;border:2px solid #64ffda;color:#64ffda}.hero-button-outline:hover,.hero-button-primary{background-color:#64ffda;color:#0a192f}.hero-button-primary{border:2px solid #64ffda}.hero-button-primary:hover{background-color:initial;color:#64ffda}.hero-button-icon{transition:transform .3s}.hero-button-outline:hover .hero-button-icon{transform:rotate(90deg)}@media (min-width:640px){.hero-subtitle,.hero-title{font-size:4.5rem;line-height:1}}.about-section{background-color:#0a192f;min-height:100vh;padding:5rem 1rem}.about-container{margin:0 auto;max-width:1000px;padding:0 2rem}.about-title{border-bottom:4px solid #64ffda;color:#ccd6f6;display:inline-block;font-size:2.25rem;margin-bottom:2rem}.about-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.about-text{color:#8892b0;line-height:1.75}.about-highlight{color:#64ffda;font-weight:600}.about-image-container{margin:2rem auto;max-width:300px;position:relative}.about-image{border-radius:1rem;filter:grayscale(20%);height:auto;transition:all .3s ease;width:100%}.about-image:hover{filter:grayscale(0);transform:scale(1.02)}.about-image-border{border:4px solid #64ffda;border-radius:1rem;height:100%;left:1rem;position:absolute;top:1rem;transition:all .3s ease;width:100%;z-index:-1}.about-image-container:hover .about-image-border{left:.5rem;top:.5rem}@media (min-width:768px){.about-content{align-items:center;grid-template-columns:2fr 1fr}.about-image-container{margin:0}}.skills-section{background-color:#0a192f;min-height:60vh;padding:5rem 1rem}.skills-container{margin:0 auto;max-width:1000px;padding:0 1rem}.skills-title{border-bottom:4px solid #64ffda;color:#ccd6f6;display:inline-block;font-size:2.25rem;margin-bottom:2rem}.skills-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tab-button{background:#0000;border:1px solid #233554;border-radius:.25rem;color:#8892b0;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .3s ease}.tab-button.active,.tab-button:hover{border-color:#64ffda;color:#64ffda}.skills-content,.tab-button.active{background:#112240}.skills-content{border:1px solid #233554;border-radius:.5rem;padding:1.5rem}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.skill-card{border-radius:.25rem;padding:.75rem;text-align:center;transition:all .3s ease}.skill-card:hover{background:#64ffda0d;transform:translateY(-2px)}.skill-icon{color:#64ffda;font-size:1.75rem;margin-bottom:.5rem}.skill-name{color:#8892b0;font-size:.75rem}@media (min-width:640px){.skills-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}.skill-icon{font-size:2rem}.skill-name{font-size:.875rem}.tab-button{font-size:1rem}}@media (min-width:768px){.skills-container{padding:0 2rem}.skills-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}.projects-section{background-color:#0a192f;min-height:100vh;padding:5rem .5rem}.projects-container{margin:0 auto;max-width:1200px;padding:0 1rem;position:relative}.projects-title{border-bottom:4px solid #64ffda;color:#ccd6f6;display:inline-block;font-size:2rem;font-weight:600;margin-bottom:2rem}.projects-carousel{margin:0 auto;position:relative;width:100%}.projects-viewport.main{overflow:hidden;padding:0 1rem}.projects-track.main{display:flex;gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}.projects-slide{display:flex;flex:0 0 100%;flex-direction:column;padding:0 .5rem}.project-card{background-color:#112240;border:1px solid #233554;border-radius:.75rem;box-shadow:0 10px 30px -15px #020c1bb3;display:flex;flex:1 1;flex-direction:column;margin-bottom:1.5rem;min-width:0;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:#64ffda;box-shadow:0 20px 30px -15px #020c1bb3;transform:translateY(-7px)}.projects-carousel-container{flex-shrink:0;height:200px;position:relative;width:100%}.projects-viewport{border-radius:.75rem .75rem 0 0;height:100%;overflow:hidden;width:100%}.projects-track{display:flex;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.project-image-container{flex:0 0 100%;height:100%;position:relative}.project-image{height:100%;object-fit:cover;object-position:center;width:100%}.projects-nav-button{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0a192fcc;border:1px solid #64ffda4d;border-radius:50%;color:#64ffda;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:35px;z-index:10}.projects-nav-button:hover{background-color:#64ffda33;transform:translateY(-50%) scale(1.1)}.projects-nav-button.main-nav{top:50%}.projects-nav-button.prev{left:.5rem}.projects-nav-button.next{right:.5rem}.projects-carousel-container .projects-nav-button{height:30px;top:50%;width:30px}.projects-carousel-container .projects-nav-button.prev{left:5px}.projects-carousel-container .projects-nav-button.next{right:5px}.projects-dots{bottom:.5rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.projects-dots.main{justify-content:center;margin-top:1.5rem;position:static;transform:none}.project-dot{background-color:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:6px;padding:0;transition:all .2s ease;width:6px}.project-dot.active{background-color:#64ffda;transform:scale(1.3)}.project-dot:hover{background-color:#64ffda80}.project-content{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.project-title{color:#e6f1ff;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.project-description{color:#8892b0;flex-grow:1;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{background-color:#64ffda1a;border-radius:999px;color:#64ffda;font-size:.75rem;padding:.25rem .75rem}.project-links{display:flex;gap:1rem}.project-link{color:#ccd6f6;font-size:1.25rem;transition:color .2s ease}.project-link:hover{color:#64ffda}@media screen and (min-width:768px){.projects-viewport.main{padding:0 3rem}.projects-title{font-size:2.5rem;margin-bottom:3rem}.projects-container{padding:0 2rem}.projects-section{padding:5rem 1rem}.projects-track.main{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.projects-slide{flex-basis:calc(50% - 1rem);flex-grow:0;flex-shrink:0;padding:0}.project-card{margin-bottom:0}.projects-carousel-container{height:250px}.projects-nav-button{height:40px;width:40px}.projects-nav-button.prev{left:1rem}.projects-nav-button.next{right:1rem}.projects-carousel-container .projects-nav-button{height:35px;width:35px}.projects-carousel-container .projects-nav-button.prev{left:10px}.projects-carousel-container .projects-nav-button.next{right:10px}.projects-dots.main{margin-top:2rem}.project-dot{height:8px;width:8px}.project-content{padding:1.5rem}.project-title{font-size:1.5rem;margin-bottom:1rem}.project-description{font-size:1rem}.project-tag{font-size:.875rem}}.achievements-section{background-color:#0a192f;min-height:100vh;padding:5rem 1rem}.achievements-container{margin:0 auto;max-width:1000px;padding:0 2rem}.achievements-title{border-bottom:4px solid #64ffda;color:#ccd6f6;display:inline-block;font-size:2.25rem;margin-bottom:2rem}.section-container{margin-bottom:3rem}.section-title{color:#64ffda;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.achievements-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.achievement-card{align-items:flex-start;background-color:#112240;border:1px solid #233554;border-radius:.5rem;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease}.achievement-card:hover{border-color:#64ffda;transform:translateY(-5px)}.achievement-icon{color:#64ffda;flex-shrink:0;margin-top:.25rem}.achievement-content{flex-grow:1}.achievement-type{color:#ccd6f6;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.achievement-date{color:#8892b0;font-style:italic;margin-bottom:.5rem}.achievement-description{color:#8892b0;line-height:1.6}.social-card{background-color:#112240;border:1px solid #233554;border-radius:.5rem;padding:1.5rem;transition:transform .3s ease}.social-card:hover{border-color:#64ffda;transform:translateY(-5px)}.social-title{color:#ccd6f6;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.social-date{color:#8892b0;font-style:italic;margin-bottom:.5rem}.social-description{color:#8892b0;line-height:1.6}@media (min-width:768px){.achievements-grid{gap:2rem}}.contact-section{background-color:#0a192f;min-height:100vh;padding:5rem 1rem}.contact-container{margin:0 auto;max-width:600px;padding:0 2rem;text-align:center}.contact-subtitle{color:#64ffda;font-size:1.5rem;margin-bottom:1rem}.contact-description{color:#8892b0;line-height:1.6;margin-bottom:2rem}.contact-form{gap:1.5rem;margin:0 auto;max-width:500px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem;text-align:left}.form-label{color:#ccd6f6;font-size:.875rem}.form-input,.form-textarea{background-color:#112240;border:1px solid #233554;border-radius:.5rem;color:#ccd6f6;font-size:1rem;padding:.75rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{border-color:#64ffda;box-shadow:0 0 0 2px #64ffda33;outline:none}.form-textarea{min-height:150px;resize:vertical}.submit-button{background-color:initial;border:2px solid #64ffda;border-radius:.5rem;color:#64ffda;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-button:hover{background-color:#64ffda1a;transform:translateY(-2px)}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.success-message{color:#4caf50}.error-message,.success-message{margin-top:10px;text-align:center}.error-message{color:#f44336}.contact-links{display:flex;gap:2rem;justify-content:center;margin-top:3rem}.contact-link{color:#8892b0;font-size:1.5rem;transition:all .3s ease}.contact-link:hover{color:#64ffda;transform:translateY(-2px)}.scroll-to-top{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#64ffda;border:2px solid #64ffda;border-radius:50%;bottom:2rem;box-shadow:0 2px 10px #64ffda4d;color:#0a192f;cursor:pointer;display:flex;height:3rem;justify-content:center;opacity:.9;position:fixed;right:2rem;transition:all .5s cubic-bezier(.4,0,.2,1);width:3rem;z-index:1000}.scroll-to-top:hover{background-color:initial;box-shadow:0 4px 20px #64ffda80;color:#64ffda;transform:translateY(-5px)}.scroll-to-top{animation:fadeIn .8s cubic-bezier(.4,0,.2,1)}.scroll-to-top svg{transition:transform .5s cubic-bezier(.4,0,.2,1)}.scroll-to-top:hover svg{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn 1s ease-out}.animate-slideInLeft{animation:slideInLeft 1s ease-out}.animate-slideInRight{animation:slideInRight 1s ease-out}.animate-slideInBottom{animation:slideInBottom 1s ease-out}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-5px)}.gradient-border{position:relative}.gradient-border:before{background:linear-gradient(45deg,#64ffda,#0a192f);border-radius:inherit;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.gradient-border:hover:before{opacity:1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a192f}::-webkit-scrollbar-thumb{background:#233554;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#64ffda}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a192f;color:#8892b0;font-family:Inter,sans-serif;line-height:1.6}.main-content,body{overflow-x:hidden;width:100%}.main-content{margin-top:80px;max-width:100vw;position:relative}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a192ff2;height:80px;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}section{min-height:calc(100vh - 80px);overflow:hidden;padding:80px 0;position:relative;width:100%}section:first-of-type{padding-top:0}section:before{background:linear-gradient(90deg,#0000,#233554,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}h1,h2,h3,h4,h5,h6{color:#ccd6f6;font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s ease}.card{background:#112240;border-radius:.5rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 30px -15px #020c1bb3;transform:translateY(-5px)}.button{align-items:center;border-radius:.5rem;display:inline-flex;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.button-primary{background-color:#64ffda;color:#0a192f}.button-primary:hover{background-color:initial;color:#64ffda}.button-outline{border:2px solid #64ffda;color:#64ffda}.button-outline:hover{background-color:#64ffda;color:#0a192f}.section-title{display:inline-block;margin-bottom:2rem;padding-top:1rem;position:relative}.section-title:after{background-color:#64ffda;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;width:50%}.container{margin:0 auto;max-width:1000px;padding:0 2rem}.grid{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.hover-underline{position:relative}.hover-underline:after{background-color:#64ffda;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.hover-underline:hover:after{width:100%}:focus{outline:2px solid #64ffda;outline-offset:2px}@media (max-width:768px){body{padding-top:60px}.navbar{height:60px}section{min-height:calc(100vh - 60px);padding:60px 0}.main-content{margin-top:60px}}
/*# sourceMappingURL=main.c926e028.css.map*/