:root{--accent-orange:#f97316;--accent-blue:#3b82f6}.Landing-module__mitg-q__hero{background:var(--background);z-index:1;align-items:center;min-height:calc(100vh - 60px);display:flex;position:relative;overflow:visible}.Landing-module__mitg-q__container{grid-template-columns:1fr 1fr;align-items:center;gap:10rem;max-width:1200px;margin:0 auto;padding:0 3rem;display:grid}.Landing-module__mitg-q__left{z-index:1;flex-direction:column;display:flex;position:relative}.Landing-module__mitg-q__hi{color:var(--text-color);margin-bottom:.5rem;font-size:3rem;font-weight:500}.Landing-module__mitg-q__name{color:var(--text-primary);white-space:nowrap;margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1.1}.Landing-module__mitg-q__cursor{color:var(--accent-blue);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__subtitle{color:var(--text-color-muted,#606060);max-width:480px;margin-bottom:2rem;font-size:1.6rem}.Landing-module__mitg-q__subtitle span{color:var(--accent-blue);font-weight:600}.Landing-module__mitg-q__buttons{align-items:center;gap:1.6rem;display:flex}.Landing-module__mitg-q__btn{cursor:pointer;border-radius:999px;padding:.75rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s,color .3s,transform .25s,box-shadow .25s;position:relative;overflow:hidden}.Landing-module__mitg-q__primaryBtn,.Landing-module__mitg-q__secondaryBtn{border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.6rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s,transform .25s,box-shadow .25s;display:inline-flex}.Landing-module__mitg-q__primaryBtn{background:var(--accent-blue);color:#fff;border:2px solid var(--accent-blue)}.Landing-module__mitg-q__primaryBtn:hover{color:var(--accent-blue);background:0 0;transform:translateY(-3px);box-shadow:0 8px 24px #2563eb59}.Landing-module__mitg-q__secondaryBtn{color:var(--accent-blue);border:2px solid var(--accent-blue);background:0 0}.Landing-module__mitg-q__secondaryBtn:hover{background:var(--accent-blue);color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #2563eb59}.Landing-module__mitg-q__primaryBtn:active,.Landing-module__mitg-q__secondaryBtn:active{box-shadow:none;transform:translateY(0)}:root:not([data-theme=light]) .Landing-module__mitg-q__primaryBtn{box-shadow:0 6px 18px #60a5fa40}:root:not([data-theme=light]) .Landing-module__mitg-q__secondaryBtn{color:#fff}.Landing-module__mitg-q__right{justify-content:center;display:flex}.Landing-module__mitg-q__imageWrapper{border-radius:30%;width:450px;height:450px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.Landing-module__mitg-q__imageWrapper img{object-fit:cover;border-radius:30%;width:100%;height:100%}[data-theme=light] .Landing-module__mitg-q__imageWrapper{box-shadow:0 18px 45px #00000047,0 8px 20px #00000026}[data-theme=light] .Landing-module__mitg-q__imageWrapper:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 30px 70px #00000059,0 14px 30px #0003}:root:not([data-theme=light]) .Landing-module__mitg-q__imageWrapper{box-shadow:0 0 0 1px #ffffff14,0 0 40px #ffffff2e,0 0 90px #ffffff14}:root:not([data-theme=light]) .Landing-module__mitg-q__imageWrapper:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 0 0 1px #ffffff24,0 0 60px #ffffff40,0 0 120px #ffffff1f}@media (max-width:900px){.Landing-module__mitg-q__container{text-align:center;grid-template-columns:1fr;margin-top:2rem;padding:0 1.5rem}.Landing-module__mitg-q__right{order:-1;margin-top:-2rem;margin-bottom:1.2rem}.Landing-module__mitg-q__imageWrapper{width:220px;height:220px}.Landing-module__mitg-q__imageWrapper:hover{transform:translateY(-4px)scale(1.02)}.Landing-module__mitg-q__hi{margin-top:-7rem;margin-bottom:0;font-size:2.2rem}.Landing-module__mitg-q__name{margin-bottom:.6rem;font-size:3rem}.Landing-module__mitg-q__subtitle{margin-bottom:1.4rem;font-size:1.4rem}.Landing-module__mitg-q__buttons{flex-wrap:wrap;justify-content:center;gap:.9rem}.Landing-module__mitg-q__btn{padding:.65rem 1.6rem;font-size:.95rem}.Landing-module__mitg-q__primaryBtn,.Landing-module__mitg-q__secondaryBtn{padding:.7rem 1.6rem;font-size:.95rem}}
.About-module__S-Ka5a__aboutSection{background:var(--background);opacity:0;z-index:0;padding:6rem 1.5rem;transition:opacity .8s,transform .8s;animation:.8s ease-out About-module__S-Ka5a__fadeIn;position:relative;overflow:visible;transform:translateY(28px)}.About-module__S-Ka5a__inView{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__content{z-index:1;opacity:0;max-width:1100px;margin:0 auto;animation:.8s ease-out forwards About-module__S-Ka5a__fadeUp;position:relative}.About-module__S-Ka5a__heading{color:var(--text-primary);text-align:center;opacity:0;margin-bottom:2rem;font-size:2.2rem;font-weight:600;transition:opacity .8s,transform .8s;transform:translateY(20px)}.About-module__S-Ka5a__inView .About-module__S-Ka5a__heading{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__text{color:var(--text-secondary);text-align:justify;opacity:0;margin-bottom:1.8rem;font-size:1rem;line-height:1.8;transition:opacity .8s,transform .8s;transform:translateY(24px)}.About-module__S-Ka5a__inView .About-module__S-Ka5a__text{opacity:1;transform:translateY(0)}@keyframes About-module__S-Ka5a__fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.About-module__S-Ka5a__aboutSection{padding:4.5rem 1.2rem}.About-module__S-Ka5a__heading{font-size:1.9rem}.About-module__S-Ka5a__circle{width:130px;height:130px}}@keyframes About-module__S-Ka5a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes About-module__S-Ka5a__float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}
.Skills-module__-4weLa__skillsSection{background:var(--background);z-index:1;padding:6rem 1.5rem;position:relative;overflow:visible}.Skills-module__-4weLa__skillsSection:before{content:"";background:var(--background);z-index:0;height:80px;position:absolute;top:-80px;left:0;right:0}.Skills-module__-4weLa__heading{text-align:center;color:var(--text-primary);z-index:2;opacity:0;margin-bottom:3rem;font-size:2.4rem;font-weight:600;transition:opacity .6s,transform .6s;transform:translateY(16px)}.Skills-module__-4weLa__inView .Skills-module__-4weLa__heading{opacity:1;transform:translateY(0)}.Skills-module__-4weLa__grid{z-index:1;background:var(--background);grid-template-columns:repeat(5,1fr);grid-auto-rows:110px;gap:1.5rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.Skills-module__-4weLa__tile{z-index:2;-webkit-backdrop-filter:blur(14px);color:var(--text-primary);opacity:0;will-change:transform;background:#ffffff14;border:1px solid #ffffff2e;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;transition:transform .35s,box-shadow .35s;display:flex;position:relative;transform:none}.Skills-module__-4weLa__inView .Skills-module__-4weLa__tile{opacity:1;transform:translateY(0)}.Skills-module__-4weLa__tile:hover{background:#ffffff1f;border:1px solid #ffffff59;transform:translateY(-6px)scale(1.02)}.Skills-module__-4weLa__icon{opacity:.85;font-size:2.5rem;transition:transform .3s,opacity .3s}.Skills-module__-4weLa__label{opacity:.75;font-size:.85rem;font-weight:500;transition:opacity .3s}.Skills-module__-4weLa__tile:hover .Skills-module__-4weLa__icon{opacity:1;transform:scale(1.08)}.Skills-module__-4weLa__tile:hover .Skills-module__-4weLa__label{opacity:1}.Skills-module__-4weLa__tileSmall{grid-column:span 1}.Skills-module__-4weLa__tileWide{grid-column:span 2}.Skills-module__-4weLa__tileTall{grid-row:span 2}[data-theme=light] .Skills-module__-4weLa__tile{background:#a79a9a14;border:2px solid #00000014}[data-theme=light] .Skills-module__-4weLa__tile:hover{background:#fffffffa;border:1px solid #00000024;box-shadow:0 8px 22px #0000001f}[data-theme=dark] .Skills-module__-4weLa__tile:hover{box-shadow:0 0 0 1px #ffffff1f,0 12px 30px #0009}@media (max-width:768px){.Skills-module__-4weLa__grid{background:0 0;border-radius:0;grid-template-columns:repeat(3,1fr);grid-auto-rows:100px;max-width:700px;padding:0}.Skills-module__-4weLa__tile h4,.Skills-module__-4weLa__tile span,.Skills-module__-4weLa__tile p{text-align:center}.Skills-module__-4weLa__tile{word-break:break-word}.Skills-module__-4weLa__tile:nth-child(4){grid-row:span 1}.Skills-module__-4weLa__tile:nth-child(5){grid-row:span 2}.Skills-module__-4weLa__tile:nth-child(8){grid-column:span 2}.Skills-module__-4weLa__tile:nth-child(9){grid-row:span 1}.Skills-module__-4weLa__tile:nth-child(11),.Skills-module__-4weLa__tile:nth-child(12){grid-column:span 1}.Skills-module__-4weLa__tile:nth-child(13){grid-row:span 2}.Skills-module__-4weLa__tile:nth-child(16){grid-column:span 2}.Skills-module__-4weLa__tileTall h4{max-width:90%;margin:0 auto;font-size:.9rem;line-height:1.2}.Skills-module__-4weLa__tileWide{grid-column:span 2}.Skills-module__-4weLa__tileTall{grid-row:span 2}.Skills-module__-4weLa__icon{font-size:2rem}}
.Projects-module__MjsM4W__projects{background:var(--background);opacity:0;max-width:1400px;margin:0 auto;padding:6rem 7rem;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}.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{background:var(--button-bg);border:1px solid var(--card-border);color:var(--button-text);cursor:pointer;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:var(--button-bg-hover);transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.Projects-module__MjsM4W__toggleBtn:active{transform:translateY(0);box-shadow:0 4px 10px #0003}
.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{transform:translateY(-8px)scale(1.02);box-shadow:0 16px 40px #00000040}.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{color:var(--text-secondary);background:#64748b26;border-radius:999px;padding:.35rem .7rem;font-size:.75rem}.ProjectCard-module__a9KUoq__links{flex-direction:column;gap:.8rem;margin-top:.4rem;display:flex}.ProjectCard-module__a9KUoq__links a{width:fit-content;color:var(--accent);font-size:1rem;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:6rem 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}.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{background:var(--accent);z-index:2;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{box-shadow:0 14px 35px #00000040}.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}}
.Contact-module__Bs3a0a__contact{text-align:center;padding:6rem 2rem}.Contact-module__Bs3a0a__heading{margin-bottom:1rem;font-size:2.4rem;font-weight:600}.Contact-module__Bs3a0a__subtext{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.Contact-module__Bs3a0a__socialCard{background:var(--card-bg);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__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:#ba5526}.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:18px 20px}.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);width:50px;height:50px;box-shadow:0 0 0 4px var(--backtop-shadow);cursor:pointer;z-index:9999;border:none;border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition-duration:.3s;display:flex;position:fixed;bottom:2.2rem;right:2.2rem;overflow:hidden}.BackToTop-module__VQI20W__svgIcon{width:12px;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:var(--backtop-icon);font-size:0;position:absolute;bottom:-20px}.BackToTop-module__VQI20W__button:hover:before{opacity:1;bottom:unset;font-size:13px;transition-duration:.3s}@media (max-width:768px){.BackToTop-module__VQI20W__button{bottom:1.5rem;right:1.5rem}}
