.Landing-module__mitg-q__hero{background:var(--bg);text-align:center;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:0 1.5rem;display:flex}.Landing-module__mitg-q__container{width:100%;max-width:1000px}.Landing-module__mitg-q__content{flex-direction:column;align-items:center;display:flex}.Landing-module__mitg-q__welcome{color:#7c3aed;letter-spacing:3px;margin-bottom:1.2rem;font-size:.85rem;font-weight:600}.Landing-module__mitg-q__heading{color:var(--text-primary);margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1.15}.Landing-module__mitg-q__name{color:#7c3aed;font-weight:800}.Landing-module__mitg-q__cursor{color:#7c3aed;margin-left:4px;animation:1s infinite Landing-module__mitg-q__blink}@keyframes Landing-module__mitg-q__blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.Landing-module__mitg-q__role{color:var(--text-primary);margin-bottom:1rem;font-size:4rem;font-weight:600}.Landing-module__mitg-q__description{max-width:650px;color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.3rem}.Landing-module__mitg-q__buttons{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2.5rem;display:flex}.Landing-module__mitg-q__btn{border-radius:999px;justify-content:center;align-items:center;padding:.9rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Landing-module__mitg-q__primaryBtn{color:#fff;background:#7c3aed;border:2px solid #7c3aed}.Landing-module__mitg-q__primaryBtn:hover{background:#7c3aed;transform:translateY(-4px);box-shadow:0 12px 30px #7c3aed}.Landing-module__mitg-q__secondaryBtn{color:#7c3aed;background:0 0;border:2px solid #7c3aed}.Landing-module__mitg-q__secondaryBtn:hover{color:#fff;background:#7c3aed;transform:translateY(-4px);box-shadow:0 12px 30px #7c3aed}.Landing-module__mitg-q__socials{gap:1.5rem;margin-top:.5rem;display:flex}.Landing-module__mitg-q__socialIcon{color:#7c3aed;border:2px solid #7c3aed;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;transition:all .3s;display:flex}.Landing-module__mitg-q__socialIcon:hover{color:#fff;background:#7c3aed;transform:translateY(-4px);box-shadow:0 8px 20px #7c3aed}@media (max-width:768px){.Landing-module__mitg-q__heading{font-size:2.6rem}.Landing-module__mitg-q__role{font-size:1.5rem}.Landing-module__mitg-q__description{font-size:1rem}}
.About-module__S-Ka5a__aboutSection{background:var(--background);padding:6rem 1.5rem}.About-module__S-Ka5a__container{grid-template-columns:2.2fr .9fr;align-items:center;gap:5rem;max-width:1300px;margin:0 auto;display:grid}.About-module__S-Ka5a__heading{grid-column:1/2;font-size:2.4rem;font-weight:700}.About-module__S-Ka5a__right{grid-area:1/2/4/3;justify-content:center;display:flex}.About-module__S-Ka5a__textContent{grid-column:1/2}.About-module__S-Ka5a__highlight{color:#7c3aed}.About-module__S-Ka5a__textContent{flex-direction:column;gap:2rem;display:flex}.About-module__S-Ka5a__text{color:var(--text-secondary);font-size:1rem;line-height:1.8}.About-module__S-Ka5a__imageWrapper{border-radius:20px 100px;width:360px;height:410px;transition:transform .4s,box-shadow .4s;overflow:hidden}.About-module__S-Ka5a__imageWrapper img{object-fit:cover;width:100%;height:100%}[data-theme=light] .About-module__S-Ka5a__imageWrapper{box-shadow:0 20px 40px #00000026,0 10px 20px #00000014}[data-theme=dark] .About-module__S-Ka5a__imageWrapper{box-shadow:0 0 0 1px #ffffff14,0 0 40px #7c3aed40}.About-module__S-Ka5a__imageWrapper:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 6px 10px #7c3aed}.About-module__S-Ka5a__heading,.About-module__S-Ka5a__text{opacity:0;transition:all .8s;transform:translateY(30px)}.About-module__S-Ka5a__right{opacity:0;transition:all .9s;transform:translate(40px)}.About-module__S-Ka5a__show{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__showImage{opacity:1;transform:translate(0)}@media (max-width:900px){.About-module__S-Ka5a__container{text-align:center;grid-template-columns:1fr;gap:2.5rem}.About-module__S-Ka5a__right,.About-module__S-Ka5a__textContent,.About-module__S-Ka5a__heading{grid-area:auto}.About-module__S-Ka5a__imageWrapper{width:220px;height:260px;margin:0 auto}}
.Skills-module__-4weLa__skillsSection{background:var(--bg);padding:6rem 1.5rem}.Skills-module__-4weLa__heading{text-align:center;color:var(--text-primary);opacity:0;margin-bottom:3rem;font-size:2.4rem;font-weight:700;transition:all .6s;transform:translateY(16px)}.Skills-module__-4weLa__inView .Skills-module__-4weLa__heading{opacity:1;transform:translateY(0)}.Skills-module__-4weLa__highlight{color:#7c3aed}.Skills-module__-4weLa__categories{gap:2rem;max-width:1300px;margin:0 auto;display:grid}.Skills-module__-4weLa__categoryCard{background:var(--card-bg);border:1px solid var(--card-border);opacity:0;border-radius:16px;flex-direction:column;align-items:center;padding:1.8rem;transition:border-color .2s,transform .2s;display:flex;transform:translateY(20px)}.Skills-module__-4weLa__inView .Skills-module__-4weLa__categoryCard{opacity:1;transform:translateY(0)}.Skills-module__-4weLa__categoryTitle{color:var(--text-primary);text-align:center;margin-bottom:1.6rem;font-size:1.2rem;font-weight:600;transition:color .3s}.Skills-module__-4weLa__categoryCard:hover{border-color:#7c3aed;transform:translateY(-4px);box-shadow:0 6px 10px #7c3aed}.Skills-module__-4weLa__categoryCard:hover .Skills-module__-4weLa__categoryTitle{color:#7c3aed}.Skills-module__-4weLa__skillsWrapper{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.Skills-module__-4weLa__skillItem{background:var(--skill-item);border:1px solid var(--card-border);color:var(--text-secondary);border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:500;transition:all .25s}.Skills-module__-4weLa__skillItem:hover{color:#fff;background:#7c3aed;border-color:#7c3aed}@media (min-width:768px){.Skills-module__-4weLa__categories{grid-template-columns:repeat(4,1fr)}}
.Projects-module__MjsM4W__projects{background:var(--background);opacity:0;max-width:1400px;margin:0 auto;padding:6rem 4rem;transition:opacity .8s,transform .8s;display:grid;position:relative;transform:translateY(40px)}.Projects-module__MjsM4W__inView{opacity:1;transform:translateY(0)}.Projects-module__MjsM4W__heading{text-align:center;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.Projects-module__MjsM4W__highlight{color:#7c3aed}.Projects-module__MjsM4W__grid{gap:2rem;transition:all .5s;display:grid}@media (min-width:768px){.Projects-module__MjsM4W__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.Projects-module__MjsM4W__grid{grid-template-columns:1fr}.Projects-module__MjsM4W__projects{padding:6rem 2rem}}.Projects-module__MjsM4W__toggleBtn{color:var(--button-text);cursor:pointer;background:#7c3aed;border:1px solid #7c3aed;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;margin:3rem auto 0;padding:.75rem 1.6rem;font-size:.95rem;font-weight:500;transition:background .3s,transform .25s,box-shadow .25s;display:flex}.Projects-module__MjsM4W__toggleBtn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed}.Projects-module__MjsM4W__toggleBtn:active{transform:translateY(0);box-shadow:0 4px 10px #7c3aed}
.ProjectCard-module__a9KUoq__card{background:var(--card-bg);border:1px solid var(--card-border);z-index:3;border-radius:18px;height:100%;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.ProjectCard-module__a9KUoq__card:hover{border-color:#7c3aed;transform:translateY(-4px);box-shadow:0 12px 16px #7c3aed}.ProjectCard-module__a9KUoq__imageWrapper{height:220px}.ProjectCard-module__a9KUoq__imageWrapper img{object-fit:contain;width:100%;height:100%}.ProjectCard-module__a9KUoq__content{padding:1.5rem}.ProjectCard-module__a9KUoq__content h3{color:var(--text-primary);margin-bottom:.4rem}.ProjectCard-module__a9KUoq__content p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}.ProjectCard-module__a9KUoq__tools{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.ProjectCard-module__a9KUoq__tools span{background:var(--skill-item);color:var(--text-secondary);border-radius:999px;padding:.35rem .7rem;font-size:.75rem}.ProjectCard-module__a9KUoq__tools span:hover{color:#fff;background:#7c3aed;border-color:#7c3aed}.ProjectCard-module__a9KUoq__links{flex-direction:row;gap:1.4rem;margin-top:.4rem;padding-left:10px;display:flex}.ProjectCard-module__a9KUoq__links a{color:#7c3aed;width:fit-content;font-size:1.4rem;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.ProjectCard-module__a9KUoq__links a:hover{text-decoration:underline}@media (max-width:767px){.ProjectCard-module__a9KUoq__imageWrapper{height:200px}}
.Experience-module__Dh2kUW__experience{opacity:0;background:var(--background);padding:1rem 1.5rem;transition:opacity .8s,transform .8s;transform:translateY(40px)}.Experience-module__Dh2kUW__inView{opacity:1;transform:translateY(0)}.Experience-module__Dh2kUW__heading{text-align:center;margin-bottom:4rem;font-size:2.2rem;font-weight:700}.Experience-module__Dh2kUW__highlight{color:#7c3aed}.Experience-module__Dh2kUW__timeline{max-width:1050px;margin:0 auto;position:relative}.Experience-module__Dh2kUW__timeline:before{content:"";background:var(--card-border);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Experience-module__Dh2kUW__item{margin-bottom:4rem;display:flex;position:relative}.Experience-module__Dh2kUW__left{justify-content:flex-end}.Experience-module__Dh2kUW__right{justify-content:flex-start}.Experience-module__Dh2kUW__dot{z-index:2;background:#7c3aed;border-radius:50%;width:12px;height:12px;position:absolute;top:22px;left:50%;transform:translate(-50%)}.Experience-module__Dh2kUW__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:18px;width:500px;padding:2.5rem;transition:transform .25s,box-shadow .25s}.Experience-module__Dh2kUW__card:hover{border-color:#7c3aed;box-shadow:0 8px 10px #7c3aed}.Experience-module__Dh2kUW__right .Experience-module__Dh2kUW__card:hover{transform:translate(-8px)}.Experience-module__Dh2kUW__left .Experience-module__Dh2kUW__card:hover{transform:translate(8px)}.Experience-module__Dh2kUW__card h3{margin-bottom:.5rem;font-size:1.5rem}.Experience-module__Dh2kUW__company{color:var(--text-secondary);margin-bottom:.3rem;font-size:1.2rem}.Experience-module__Dh2kUW__duration{color:var(--text-secondary);font-size:.85rem}.Experience-module__Dh2kUW__summary{color:var(--text-color-muted);margin-top:.8rem;font-size:.95rem;line-height:1.5}.Experience-module__Dh2kUW__tech{flex-wrap:wrap;gap:.5rem;margin-top:1.2rem;display:flex}.Experience-module__Dh2kUW__tech span{white-space:nowrap;background:#64748b26;border-radius:999px;justify-content:center;align-items:center;height:32px;padding:0 14px;font-size:.88rem;display:inline-flex}@media (max-width:768px){.Experience-module__Dh2kUW__timeline{max-width:100%;padding-left:24px}.Experience-module__Dh2kUW__timeline:before{left:14px;transform:none}.Experience-module__Dh2kUW__item{justify-content:flex-start;margin-bottom:3rem;display:flex}.Experience-module__Dh2kUW__dot{left:-15px;transform:none}.Experience-module__Dh2kUW__card{border-radius:20px;width:calc(100% - 20px);margin-left:10px;padding:1rem}.Experience-module__Dh2kUW__heading{font-size:1.7rem}.Experience-module__Dh2kUW__card h3{font-size:1.05rem;line-height:1.3}.Experience-module__Dh2kUW__company{font-size:.9rem}.Experience-module__Dh2kUW__duration{font-size:.8rem}.Experience-module__Dh2kUW__summary{font-size:.85rem;line-height:1.4}.Experience-module__Dh2kUW__tech span{font-size:.75rem}.Experience-module__Dh2kUW__right .Experience-module__Dh2kUW__card:hover,.Experience-module__Dh2kUW__left .Experience-module__Dh2kUW__card:hover{transform:translateY(-4px)}}
.Contact-module__Bs3a0a__contact{text-align:center;padding:6rem 2rem}.Contact-module__Bs3a0a__heading{margin-bottom:1rem;font-size:2.4rem;font-weight:700}.Contact-module__Bs3a0a__highlight{color:#7c3aed}.Contact-module__Bs3a0a__subtext{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.Contact-module__Bs3a0a__socialCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:18px;justify-content:center;align-items:center;gap:24px;width:fit-content;margin:0 auto;padding:24px 28px;display:flex;box-shadow:0 10px 30px #0000000f}.Contact-module__Bs3a0a__socialCard:hover{border-color:#7c3aed;transform:translateY(-4px);box-shadow:0 6px 10px #7c3aed}.Contact-module__Bs3a0a__socialContainer{background-color:#635c5c;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;transition-duration:.3s;display:flex;overflow:hidden}.Contact-module__Bs3a0a__containerEmail:hover{background-color:#ff4040}.Contact-module__Bs3a0a__containerGithub:hover{background-color:#24292e}.Contact-module__Bs3a0a__containerLinkedin:hover{background-color:#0072b1}.Contact-module__Bs3a0a__containerWhatsapp:hover{background-color:#128c7e}.Contact-module__Bs3a0a__socialContainer:active{transform:scale(.9)}.Contact-module__Bs3a0a__socialSvg{width:18px;height:18px}.Contact-module__Bs3a0a__socialSvg path{fill:#fff}.Contact-module__Bs3a0a__socialContainer:hover .Contact-module__Bs3a0a__socialSvg{animation:.3s both Contact-module__Bs3a0a__slideInTop}@keyframes Contact-module__Bs3a0a__slideInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.Contact-module__Bs3a0a__socialCard{gap:16px;padding:28px 24px}.Contact-module__Bs3a0a__heading{margin-bottom:1.2rem}.Contact-module__Bs3a0a__subtext{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}}
.BackToTop-module__VQI20W__button{background-color:var(--backtop-bg);cursor:pointer;z-index:9999;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-weight:700;transition-duration:.3s;display:flex;position:fixed;bottom:2.2rem;right:2.2rem;overflow:hidden;box-shadow:0 0 0 4px #7c3aed}.BackToTop-module__VQI20W__svgIcon{width:14px;transition-duration:.3s}.BackToTop-module__VQI20W__svgIcon path{fill:var(--backtop-icon)}.BackToTop-module__VQI20W__button:hover{background-color:var(--backtop-hover-bg);border-radius:50px;align-items:center;width:140px}.BackToTop-module__VQI20W__button:hover .BackToTop-module__VQI20W__svgIcon{transform:translateY(-200%)}.BackToTop-module__VQI20W__button:before{content:"Back to Top";color:#7c3aed;font-size:0;position:absolute;bottom:-20px}.BackToTop-module__VQI20W__button:hover:before{opacity:1;bottom:unset;font-size:16px;transition-duration:.3s}@media (max-width:768px){.BackToTop-module__VQI20W__button{bottom:1.5rem;right:1.5rem}}
