:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:linear-gradient(to top,#2b243f,#242424);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;-ms-overflow-style:none}#root{max-width:100%;margin:0;padding:0;text-align:center;justify-content:center;align-items:center;display:flex;flex-direction:column;overflow-x:hidden}body{margin:0;padding:0;overflow-x:hidden}.header{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.header img{width:100%;height:50%;object-fit:contain;max-width:800px}.about{width:100%;min-height:100vh;display:inline-flex;flex-direction:row;justify-content:center;gap:15%;align-items:center;text-align:justify;padding:2rem;box-sizing:border-box}.about-text{width:65vh;max-width:600px;font-size:20px}.about-photo{width:30vh;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.about-photo img{width:30vh;height:30vh;object-fit:cover;object-position:0 30%;border-radius:50%;border:6px solid blueviolet;transition:all .4s ease-in-out;box-shadow:0 0 17px #8a2be2}.border-photo{width:33vh;height:33vh;display:flex;justify-content:center;align-items:center;margin:0 auto;cursor:pointer;position:relative;z-index:1}.border-photo:before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgb(102,28,171);box-shadow:0 0 17px #661cab;transition:all .4s ease-in-out;z-index:-1}.border-photo:hover:before{transform:scale(1.1);border-color:#661cab;box-shadow:0 0 39px #661cab}.border-photo:hover img{box-shadow:0 0 39px #8a2be2}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}html{overscroll-behavior:none}.btn-download{display:inline-block;margin-top:1.5rem;padding:12px 24px;background-color:transparent;border:2px solid blueviolet;color:#fff;text-decoration:none;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-download:hover{background-color:#8a2be2;color:#fff;box-shadow:0 0 15px #8a2be280}.skills-section{padding:4rem 2rem;text-align:center;max-width:1000px;margin:0 auto;width:100%;box-sizing:border-box}.skills-section h2,.timeline-section h2{font-size:2.5rem;margin-bottom:3rem;color:#8a2be2}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.skill-card{background:#ffffff0d;border:1px solid rgba(138,43,226,.3);padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:500;cursor:default;box-shadow:0 4px 6px #0000001a}.timeline-section{padding:4rem 2rem;max-width:800px;margin:0 auto;width:100%;box-sizing:border-box}.timeline-container{display:flex;flex-direction:column;gap:2rem;position:relative}.timeline-container:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:#8a2be2;opacity:.3}@media(min-width:768px){.timeline-container:before{left:50%}}.timeline-item{display:flex;flex-direction:column;background:#ffffff08;border:1px solid rgba(138,43,226,.2);border-radius:12px;padding:1.5rem;position:relative;z-index:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.timeline-year{color:#8a2be2;font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.timeline-content h3{margin:0 0 .5rem;font-size:1.3rem}.timeline-local{display:block;font-size:.9rem;opacity:.7;margin-bottom:1rem;font-style:italic}.timeline-content p{margin:0;line-height:1.6}.projects-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.projects-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#8a2be2}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.project-card{background:#14141e99;border:1px solid rgba(138,43,226,.2);border-radius:16px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003;transition:border-color .3s ease}.project-card:hover{border-color:#8a2be2cc;box-shadow:0 10px 30px #8a2be226}.project-header{margin-bottom:1rem}.project-type{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#a78bfa;display:block;margin-bottom:.5rem;font-weight:700}.project-card h3{font-size:1.5rem;margin:0;color:#fff}.project-card p{color:#ccc;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.project-techs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#8a2be226;color:#d8b4fe;padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500}.project-link{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:700;transition:gap .3s ease;width:fit-content}.project-link:hover{color:#8a2be2;gap:5px}.contact-footer{width:100%;padding:4rem 2rem 2rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);text-align:center;margin-top:2rem;box-sizing:border-box}.contact-footer h2{font-size:2rem;color:#8a2be2;margin-bottom:.5rem}.contact-footer p{opacity:.7;margin-bottom:2rem}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.social-btn{display:flex;align-items:center;gap:10px;padding:12px 24px;border-radius:50px;text-decoration:none;font-weight:700;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);background:#ffffff0d}.social-btn.linkedin:hover{background-color:#0077b5;border-color:#0077b5;transform:translateY(-5px);box-shadow:0 5px 15px #0077b566}.social-btn.github:hover{background-color:#333;border-color:#fff;transform:translateY(-5px);box-shadow:0 5px 15px #fff3}.social-btn.email:hover{background-color:#ea4335;border-color:#ea4335;transform:translateY(-5px);box-shadow:0 5px 15px #ea433566}.social-btn.whatsapp:hover{background-color:#25d366;border-color:#25d366;transform:translateY(-5px);box-shadow:0 5px 15px #25d36666}.social-btn svg{width:20px;height:20px}.copyright{font-size:.8rem;opacity:.4;margin-top:2rem}@media(max-width:1024px){#root{padding-top:5rem}.header{height:auto;min-height:80vh;padding:2rem 0}.about{flex-direction:column;height:auto;gap:3rem;padding:2rem 1rem;text-align:center}.about-text{width:100%;max-width:100%}.about-photo{width:100%;margin-top:1rem}.about-photo img{width:250px;height:250px}.border-photo{width:270px;height:270px}.timeline-item{margin-left:2.5rem}.about-text h1{font-size:2.5rem}}@media(max-width:480px){.skills-grid{gap:.8rem}.skill-card{padding:.8rem 1.2rem;font-size:.9rem}.about-photo img{width:200px;height:200px}.border-photo{width:220px;height:220px}.header img{max-width:90%}}
