*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;width:100%;font-family:"Press Start 2P",system-ui;font-weight:400;scroll-behavior:smooth}.snap-container{height:100vh;scroll-snap-type:y mandatory;overflow-y:scroll;overflow-x:hidden}.snap-container>section{height:100vh;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center}html,body,#root{height:100%;margin:0;scroll-behavior:smooth;overflow-x:hidden}body{scroll-snap-type:y mandatory;overflow-y:scroll}section{scroll-snap-align:start;height:100vh;padding-top:80px;padding-bottom:80px}.pixel-frame{margin-top:1rem;display:inline-block;background:#cfd8e3;padding:4px 8px;border:4px solid #cfd8e3;position:relative}.pixel-frame:before,.pixel-frame:after{content:"";position:absolute;left:0;right:0;height:6px;background:#cfd8e3}.pixel-frame:before{top:-6px}.pixel-frame:after{bottom:-6px}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 1rem;text-align:center;padding:4rem 1rem;max-width:900px}.hero h1{font-family:"Press Start 2P",system-ui;font-size:3.75rem;letter-spacing:.3rem;color:#f5f7fa}.hero h2{font-size:1rem;margin:.5rem 0;font-weight:400;color:#82d4ff}.hero p{font-size:.75rem;margin-top:.5rem;font-weight:300;max-width:500px;margin:.5rem auto 2rem;color:#cfd8e3}.fade-in{opacity:0;transform:translateY(12px);animation:fadeInUp .7s ease-out forwards}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.hero h1{font-size:4rem}.hero h2{font-size:1.5rem}.hero p{font-size:1.2rem}}.about{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:4rem 1rem;max-width:900px}.about h2{font-size:1rem;font-weight:400;color:#82d4ff}.about p{font-size:.7rem;margin-top:.5rem;font-weight:300;max-width:500px;margin:.5rem auto 2rem;color:#cfd8e3}.about-title{text-align:center;font-size:2.5rem;margin-top:1rem;margin-bottom:2rem}.about-text{line-height:1.7;margin-bottom:1.6rem;opacity:0;animation:fadeIn .6s ease forwards}.about-me-pic{width:150px}.delay-1{animation-delay:.3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.projects{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:4rem 1rem;max-width:900px}.project-card{margin:1rem 0;padding:1.5rem;width:100%;transition:transform .2s}.project-card:hover{transform:translateY(-5px);background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a}.projects h2{font-size:1rem;font-weight:400;color:#82d4ff}.project-title{font-size:.75rem;font-weight:300;margin-bottom:.5rem;color:#cfd8e3}.project-description{font-size:.5rem;color:#cfd8e3}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.6rem;margin-top:.5rem}.badge{display:inline-block;background:#1b6085;color:#fff;padding:4px 8px;font-size:.5rem;border:4px solid #1b6085;position:relative}.badge:before,.badge:after{content:"";position:absolute;left:0;right:0;height:6px;background:#1b6085}.badge:before{top:-6px}.badge:after{bottom:-6px}.project-image{width:150px}body{font-weight:400;font-style:normal;color:#fff;background:linear-gradient(134deg,#162020,#2b2a2a)}.no-scroll{overflow:hidden;height:100vh;position:fixed;width:100%}header{display:flex;justify-content:flex-end}.navbar{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:1rem 2rem;position:fixed}.hamburger{width:30px;height:22px;background:none;border:none;position:relative;display:block;cursor:pointer;transition:all .3s ease-in-out}.hamburger span{background:#fff;position:absolute;height:3px;width:100%;border-radius:2px;left:0;transition:all .4s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.is-active span:nth-child(1){transform:rotate(45deg);top:9px}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:rotate(-45deg);top:9px}.mobile-menu-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9998;animation:fadeIn .3s ease}.mobile-menu{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu a{color:#fff;font-size:1.8rem;text-decoration:none;transition:color .2s ease}.mobile-menu a:hover{color:#aaa}.close-btn{position:absolute;top:1rem;right:2rem;background:none;border:none;cursor:pointer;z-index:9999;animation:fadeIn 1s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-links{position:absolute;transform:translateY(0);font-family:"Press Start 2P",system-ui;font-size:1.5rem;text-align:center}.nav-links.open{list-style:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:transform .3s ease-in-out;padding:1rem 0}.nav-links a{color:#fff;text-decoration:none}h1{font-size:3rem;letter-spacing:.3rem}h2{font-size:1.25rem;margin:.5rem 0;font-weight:400}p{font-size:1rem;margin-top:.5rem;font-weight:300}footer{width:100%;position:fixed;bottom:0;z-index:1;padding:.5rem 1rem;display:flex;justify-content:center}footer>ul{display:flex;justify-content:space-evenly;width:100%;max-width:700px;flex-wrap:wrap;gap:.5em;padding:.25em 0;list-style:none;font-size:2rem}footer>ul>li>a{display:flex;justify-content:center;align-items:center;transition:transform .3s ease,color .3s ease}footer>ul>li>a:focus{outline:2px solid white;outline-offset:2px}footer>ul>li>a:hover svg{transform:scale(1.1)}.icon-email:hover{color:#ff5733}.icon-github:hover{color:#6e5494}.icon-linkedin:hover{color:#0077b5}.icon-whatsapp:hover{color:#25d366}@media (min-width: 769px){.hamburger{display:none}.nav-links{position:static;transform:translateY(0);flex-direction:row;background:none;padding:0}h1{font-size:4rem;letter-spacing:.5rem}footer>ul{font-size:3rem}}
