*,*:before,*:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}main{display:block}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}button{background:transparent;border:none;padding:0;margin:0;font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}*{margin:0;padding:0;box-sizing:border-box}[hidden]{display:none!important}html,body{background-color:#0e021b;background-size:cover;width:100%;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#fff;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-size:100px 100px;z-index:-1;opacity:.3}.portfolio-container{display:grid;grid-template-columns:300px 1fr;grid-template-rows:1fr auto;grid-template-areas:"header body" "footer footer";min-height:100vh;gap:30px;padding:20px;max-width:1400px;margin:0 auto;height:100vh}.header-module{grid-area:header;background-color:#2e1a65;border-radius:20px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;position:relative;height:calc(100vh - 170px)}.header-content{display:flex;flex-direction:column;align-items:center;gap:30px;width:100%;font-family:Fira Mono,monospace}.name-section{font-family:Fira Mono,monospace}.profile-section{display:flex;flex-direction:column;align-items:center;gap:15px}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:2px solid #8b5cf6;border-radius:8px;cursor:pointer;transition:all .3s ease;padding:8px}.hamburger-line{width:20px;height:2px;background-color:#fff;margin:2px 0;transition:all .3s ease;border-radius:1px}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(1px,1px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-toggle:hover{border-color:#ec4899;background:#ec48991a}.mobile-navigation{display:none;flex-direction:column;gap:15px;width:100%;padding:20px;background:#5335a5;font-family:Fira Mono,monospace;margin-top:25px;opacity:0;transform:translateY(-20px);transition:all .3s ease}.mobile-navigation.active{opacity:1;transform:translateY(0)}.mobile-header-content{display:none;width:100%;justify-content:space-between;align-items:center;gap:15px;font-family:Fira Mono,monospace}.mobile-profile-section{display:flex;align-items:center;gap:15px}.mobile-welcome{color:#f5efff;font-size:1.4rem;font-weight:500;margin:0;font-style:italic}.profile-photo{width:140px;height:150px;border-radius:25%;border:4px solid #ae8cff;display:flex;align-items:center;justify-content:center;background:#8b5cf61a;color:#a78bfa;font-size:14px;text-align:center}.navigation{display:flex;flex-direction:column;gap:15px;width:100%}.nav-button{border:2px solid #8b5cf6;border-radius:12px;padding:15px 20px;color:#fff;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center;background-color:#150429}.nav-button:hover{background:linear-gradient(135deg,#3d2b5e,#2a1d3e);border-color:#ec4899}.nav-button.active{background:linear-gradient(135deg,#8b5cf6,#8822b1);border-color:#fff}.body-module{grid-area:body;background-color:#2e1a65;border-radius:20px;padding:40px;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 170px);position:relative}.body-content{opacity:0;transform:translateY(10px);transition:opacity .3s ease-out,transform .3s ease-out}.body-content.fade-in{opacity:1;transform:translateY(0)}.body-module::-webkit-scrollbar-track{background-color:#43038bea;border-radius:1rem}.body-module::-webkit-scrollbar{width:8px;background-color:#300068ea;border-radius:1rem}.body-module::-webkit-scrollbar-thumb{background-color:#cb6ce6;border-radius:1rem;background-image:-webkit-linear-gradient(90deg,#5ce1e6 0%,#5ce1e6 25%,transparent 100%,#5ce1e6 75%,transparent)}.content-section{display:block}.content-section.hidden{display:none}.name-section{margin-bottom:20px}.name-section h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;margin-top:10px}.name-section h2{font-size:1.2rem;color:#ccacff;font-weight:500}.experience-section{margin-top:10px}.experience-section h3{font-size:1.6rem;margin-bottom:10px;color:#fff;text-align:center;font-family:Fira Mono,monospace}.experience-icon{text-align:center}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.experience-card{background:linear-gradient(135deg,#2d1b4e,#1a0d2e);border:1px solid #85eff3;border-radius:15px;padding:25px}.experience-card h4{color:#85eff3;font-size:1.2rem;margin-bottom:10px;font-weight:700}.company-info{color:#fff;font-weight:500;margin-bottom:15px}.description{color:#e2e8f0;line-height:1.6;margin-bottom:20px}.tech-list{list-style:none}.tech-list li{color:#fff;margin-bottom:8px;position:relative;padding-left:20px}.tech-list li:before{content:"■";color:#8b5cf6;position:absolute;left:0}.education-section{margin-top:30px}.education-section h3{font-size:1.6rem;margin-bottom:10px;color:#fff;text-align:center;font-family:Fira Mono,monospace}.certificates-section{margin-top:30px;background:linear-gradient(135deg,#2d1b4e,#1a0d2e);border:1px solid #8b5cf6;border-radius:20px;padding:24px}.certificates-header{display:flex;align-items:center;justify-content:center;gap:14px}.certificates-section h3{font-size:1.6rem;color:#fff;text-align:center;font-family:Fira Mono,monospace}.certificates-icon{text-align:center}.toggle-info{display:block;margin:12px auto 6px;background:transparent;color:#fff;border-radius:12px;padding:10px 16px;cursor:pointer;transition:all .25s ease}.toggle-info:hover{border-color:#5ce1e6;transform:translateY(-1px)}.certificates-content{display:grid;grid-template-columns:320px 1fr;gap:24px;max-height:0;opacity:0;overflow:hidden;margin-top:0;padding-top:0;border-top:1px solid rgba(133,239,243,.2);border-top-color:transparent;transition:max-height .35s ease,opacity .3s ease,padding-top .3s ease,margin-top .3s ease,border-top-color .3s ease}.certificate-item{display:contents}.certificate-badge{background:linear-gradient(135deg,#2d1b4e,#1a0d2e);border:2px solid #5ce1e6;border-radius:16px;padding:18px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#85eff3}.certificate-title{font-weight:700}.certificate-org{margin-top:8px;font-weight:600}.certificate-text{text-align:left}.certificate-link{display:inline-block;color:#fff;text-decoration:none;font-weight:500;padding:8px 12px;border-radius:10px}.certificates-section.open .certificates-content{max-height:2000px;opacity:1;margin-top:18px;padding-top:18px;border-top-color:#85eff333}.skills-container{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.skills-box h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;text-align:center}.skills-list{list-style:none;padding:0}.skills-list li{padding:.5rem 0;color:#fff;font-size:1.1rem}@media (max-width: 768px){.skills-container{flex-direction:column}.skills-box{min-width:100%}}@media screen and (max-width: 768px){.certificates-content{grid-template-columns:1fr}}@media screen and (max-width: 480px){.certificate-badge{padding:14px}.toggle-info{padding:8px 12px}}.education-icon{text-align:center;margin-bottom:20px}.education-module{background:linear-gradient(135deg,#2d1b4e,#1a0d2e);border-radius:20px;border:1px solid #8b5cf6;padding:30px;margin-top:20px}.education-content{display:flex;align-items:center;gap:30px;margin-bottom:25px}.education-text{flex:1}.education-text h4{color:#85eff3;font-size:1.3rem;margin-bottom:15px;font-weight:700}.education-text .description{color:#e2e8f0;line-height:1.6;font-size:1rem;text-align:left}.education-image{flex-shrink:0}.placeholder-image{width:120px;height:120px;border-radius:15px;overflow:hidden;background:#3c2568;display:flex;align-items:center;justify-content:center;padding:5px}.img-studies{border-radius:15px;width:110px;height:110px}.about-content{margin-top:20px}.about-text p{color:#e2e8f0;line-height:1.5;margin-bottom:20px;font-size:1.1rem}.about-text{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:15px;background:linear-gradient(135deg,#271746,#1a0d2e);padding:2rem 1.5rem;font-weight:400;text-wrap:pretty}.projects-content{margin-top:20px}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.project-card{background:linear-gradient(135deg,#2d1b4e,#1a0d2e);border:2px solid #85eff3;border-radius:15px;padding:25px}.project-card h3{color:#85eff3;font-size:1.3rem;margin-bottom:15px;font-weight:700}.project-description{color:#e2e8f0;line-height:1.6;margin-bottom:20px}.project-tech{display:flex;flex-wrap:wrap;gap:10px}.tech-tag{background:#85eff333;border:1px solid #85eff3;color:#85eff3;padding:5px 12px;border-radius:20px;font-size:.9rem}.blog-content{margin-top:20px}.blog-posts{display:grid;grid-template-columns:1fr;gap:20px}.blog-post{background:linear-gradient(135deg,#2d1b4e,#1a0d2e);border:1px solid #f8fcfc;border-radius:15px;padding:25px}.blog-post h3{color:#85eff3;font-size:1.3rem;margin-bottom:10px;font-weight:700;font-family:Fira Mono,monospace}.post-date{color:#d0c0ff;font-size:.9rem;margin-bottom:15px}.post-excerpt{color:#e2e8f0;line-height:1.6;margin-bottom:20px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#85eff333;border:1px solid #85eff3;color:#85eff3;padding:5px 12px;border-radius:20px;font-size:.9rem}.footer-module{grid-area:footer;background-color:#2e1a65;border-radius:20px;padding:20px;margin-bottom:25px;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:#f02eaa66 0 5px,#f02eaa4d 0 10px,#f02eaa33 0 15px,#f02eaa1a 0 20px,#f02eaa0d 0 25px}.social-icons{display:flex;gap:30px}.separador{height:3px;width:100%;background:linear-gradient(to right,#bb90ff00,#bb90ff,#bb90ff00);margin:1rem 0}.separador2{height:3px;width:100%;background:linear-gradient(to right,#bb90ff 0% 50%,#bb90ff00);margin:12px 0}.separador3{height:2px;width:100%;background:linear-gradient(to left,#bb90ff 100% 0%,#bb90ff00 0%);margin:12px 0}.curriculum-download-section{display:flex;align-items:center;justify-content:center;padding:30px;gap:15px}.curriculum-download-button{border:2px solid #8b5cf6;border-radius:12px;padding:15px 20px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;text-align:center;background:linear-gradient(75deg,#6328ee,#7a28bd);min-width:200px;max-height:60px}.skills-section{margin:3rem;text-align:center}.skills-title{color:#19e6ff;font-size:1.7rem;margin-bottom:1.5rem}.skills-box{background:linear-gradient(140deg,#b99bff,#8c5df8);border:4px solid #70d6ff;border-radius:15px;padding:25px;min-width:220px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.skills-heading{font-family:Fira Mono,monospace;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.skills-list{font-size:1.1rem}.skills-image img{width:90px;height:90px;object-fit:cover;border-radius:16px;box-shadow:0 2px 12px #00000026}@media (max-width: 800px){.skills-container{flex-direction:column;gap:1.5rem}.skills-image img{margin:0 auto}}@media (max-width: 938px){.body-content{opacity:0;transition:opacity .3s ease-out}.body-content.fade-in{opacity:1}}@media screen and (max-width: 768px){.portfolio-container{grid-template-columns:1fr;grid-template-areas:"header" "body" "footer";padding:15px;gap:15px;height:auto}.header-module{padding:20px;flex-direction:column;align-items:center;gap:20px;max-height:90px}.header-content{display:none}.mobile-header-content{display:flex;width:100%;justify-content:space-between;align-items:center}.mobile-profile-section{display:flex;align-items:center;gap:15px}.profile-photo{width:60px;height:65px;font-size:10px}.mobile-welcome{font-size:1rem}.mobile-menu-toggle{display:flex}.mobile-navigation{display:flex;position:absolute;top:100%;left:0;right:0;margin:10px 0 0;border-radius:20px;z-index:10}.navigation{display:none}.body-module{padding:25px;height:auto;max-height:none;min-height:700px;overflow-y:visible}.name-section h1{font-size:2rem}.name-section h2{font-size:1rem}.experience-grid{grid-template-columns:1fr;gap:20px}.experience-card{padding:20px}.education-content{flex-direction:column;text-align:center;gap:20px}.education-text{order:2}.education-image{order:1}.skills-buttons{gap:10px}.skill-button{padding:10px 16px;font-size:.8rem}.skills-grid{grid-template-columns:1fr;gap:15px}.skill-category{padding:15px}.projects-grid{grid-template-columns:1fr;gap:15px}.project-card{padding:20px}.social-icons{gap:50px}.social-link{font-size:1.2rem;padding:8px 12px}}@media screen and (max-width: 768px){.portfolio-container{padding:10px;gap:10px;height:auto}.header-module{padding:15px;flex-direction:column;align-items:center;gap:15px;height:auto}.mobile-header-content,.mobile-profile-section{gap:10px}.profile-photo{width:50px;height:55px;font-size:9px}.mobile-welcome{font-size:.9rem}.mobile-menu-toggle{width:35px;height:35px}.hamburger-line{width:16px}.body-module{padding:20px;height:auto;max-height:none;overflow-y:visible}.name-section h1{font-size:1.8rem}.experience-card{padding:15px}.education-content{flex-direction:column;text-align:center;gap:15px}.skills-buttons{gap:8px}.skill-button{padding:8px 12px;font-size:.75rem}.skill-category{padding:12px}.project-card,.blog-post{padding:15px}}.about-banner{width:100%;max-width:1200px;margin:0 auto 32px;border-radius:22px;overflow:hidden;box-shadow:0 4px 24px #19e6ff14;background:#1a0d2e;display:flex;justify-content:center;align-items:center}.about-banner img{width:100%;height:100px;object-fit:cover;display:block}@media (max-width: 1094px){.skill-item{font-size:1rem;border-radius:8px}}@media (max-width: 768px){.skills-carousel-section{margin-top:1.5rem}}@media (max-width: 480px){.skills-carousel-section{margin-top:1rem;margin-bottom:2rem;border-radius:6px}}.projects-grid{display:flex;flex-direction:column;gap:2.5rem;margin-top:2rem}.project-card2{padding:1.2rem;display:flex;flex-direction:column;gap:1.2rem;border-radius:12px;border-left:#71d4ec 5px solid}.project-title{background:linear-gradient(135deg,#2d1b4e,#1a0d2e);color:#fff;font-family:Fira Mono,monospace;font-size:1.5rem;font-weight:700;border-radius:18px;padding:.8rem 1rem;text-align:center;min-height:60px}.project-info-row{display:flex;gap:1.5rem;align-items:stretch}.project-description-box{background:linear-gradient(135deg,#2d1b4e,#1a0d2e);max-width:550px;border-radius:18px;padding:1.2rem;color:#fff;font-size:1.08rem;line-height:1.5;flex:2;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;justify-content:center}.project-link{color:#19e6ff;text-decoration:underline;font-weight:500}.project-image-box{flex:1;display:flex;align-items:center;justify-content:center;min-width:480px;min-height:260px}.project-image-box img{width:max-content;height:max-content;object-fit:cover;border-radius:12px;box-shadow:0 2px 12px #00000026}.project-tech-row{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.tech-tag2{font-family:Fira Mono,monospace;font-size:1rem;font-weight:700;color:#95e1ff;background:transparent;border:2px dashed #70d6ff;border-radius:12px;padding:.4rem 1.2rem;margin-bottom:.5rem;transition:background .2s}.tech-tag2:hover{background:#19e6ff22}@media (max-width: 1336px){.project-info-row{flex-direction:column;gap:1rem}.project-image-box img{width:100%;height:120px;max-width:300px}}@media (max-width: 600px){.project-card{padding:1rem .5rem;border-radius:14px}.project-title{font-size:1.1rem;border-radius:12px;padding:.6rem .5rem}.project-description-box{font-size:.95rem;border-radius:10px;padding:.7rem}.project-image-box{flex:1;display:flex;align-items:center;justify-content:center;min-width:100px;min-height:170px}.project-image-box img{border-radius:10px;height:max-content}.tech-tag2{font-size:.9rem;border-radius:8px;padding:.3rem .7rem}}
