.Hero-module__ZARIfG__heroSection{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.Hero-module__ZARIfG__container{z-index:10;justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.Hero-module__ZARIfG__content{z-index:2;flex:1;max-width:600px;position:relative}.Hero-module__ZARIfG__badge{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex;box-shadow:0 4px 6px -1px #0000001a}.Hero-module__ZARIfG__pulse{background-color:var(--accent-tertiary);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__ZARIfG__pulseAnim;box-shadow:0 0 #10b981b3}@keyframes Hero-module__ZARIfG__pulseAnim{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 10px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.Hero-module__ZARIfG__title{font-family:var(--font-outfit), sans-serif;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__highlight{color:var(--text-primary);z-index:1;display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";background-color:var(--accent-primary);opacity:.3;z-index:-1;width:100%;height:.3em;position:absolute;bottom:.1em;left:0;transform:skew(-15deg)}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Hero-module__ZARIfG__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__ZARIfG__primaryBtn{background:var(--accent-primary);color:#fff;border:none;box-shadow:0 4px 14px #3b82f663}.Hero-module__ZARIfG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.Hero-module__ZARIfG__sayHelloContainer{display:inline-block;position:relative}.Hero-module__ZARIfG__chevronIcon{margin-left:.5rem;transition:transform .3s}.Hero-module__ZARIfG__sayHelloContainer:hover .Hero-module__ZARIfG__chevronIcon{transform:rotate(180deg)}.Hero-module__ZARIfG__dropdownMenu{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);min-width:180px;box-shadow:var(--glass-shadow), 0 10px 25px -5px #0003;opacity:0;visibility:hidden;z-index:50;border-radius:.75rem;flex-direction:column;gap:.25rem;margin-top:.75rem;padding:.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-10px)}.Hero-module__ZARIfG__sayHelloContainer:hover .Hero-module__ZARIfG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Hero-module__ZARIfG__dropdownItem{color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Hero-module__ZARIfG__dropdownItem:hover{color:var(--accent-primary);background:#3b82f61a;transform:translate(4px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--bg-secondary);transform:translateY(-2px)}.Hero-module__ZARIfG__visuals{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__blob{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));opacity:.15;filter:blur(40px);z-index:0;border-radius:40% 60% 70% 30%/40% 50% 60%;width:400px;height:400px;animation:8s ease-in-out infinite alternate both Hero-module__ZARIfG__morph;position:absolute}@keyframes Hero-module__ZARIfG__morph{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%}34%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}67%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}}.Hero-module__ZARIfG__glassCard{z-index:1;border-radius:1rem;width:100%;max-width:450px;padding:2rem;transition:transform .5s;position:relative;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)}.Hero-module__ZARIfG__glassCard:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.Hero-module__ZARIfG__codeSnippet{font-family:var(--font-geist-mono), monospace;font-size:.875rem;line-height:1.7}.Hero-module__ZARIfG__keyword{color:#c678dd}.Hero-module__ZARIfG__string{color:#98c379}.Hero-module__ZARIfG__class{color:#e5c07b}.Hero-module__ZARIfG__method{color:#61afef}.Hero-module__ZARIfG__comment{color:#5c6370;font-style:italic}.Hero-module__ZARIfG__scrollDown{opacity:.6;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollText{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.Hero-module__ZARIfG__scrollLine{background:var(--text-primary);width:1px;height:40px;position:relative;overflow:hidden}.Hero-module__ZARIfG__scrollLine:after{content:"";background:var(--accent-primary);width:100%;height:50%;animation:2s infinite Hero-module__ZARIfG__scrollAnim;position:absolute;top:0;left:0}@keyframes Hero-module__ZARIfG__scrollAnim{0%{transform:translateY(-100%)}to{transform:translateY(200%)}}@media (max-width:900px){.Hero-module__ZARIfG__heroSection{padding-bottom:8rem}.Hero-module__ZARIfG__container{text-align:center;flex-direction:column}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__glassCard{transform:none}}
.About-module__vAULUW__aboutSection{background:var(--bg-tertiary);padding:8rem 2rem;position:relative}.About-module__vAULUW__container{max-width:1200px;margin:0 auto}.About-module__vAULUW__sectionTitle{font-family:var(--font-outfit), sans-serif;text-align:center;margin-bottom:4rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.About-module__vAULUW__grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.About-module__vAULUW__textContent{border-radius:1.5rem;padding:3rem;position:relative;overflow:hidden}.About-module__vAULUW__textContent:before{content:"";background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary), var(--accent-tertiary));width:100%;height:4px;position:absolute;top:0;left:0}.About-module__vAULUW__paragraph{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.About-module__vAULUW__highlight{color:var(--text-primary);font-weight:600}.About-module__vAULUW__interestsList{flex-direction:column;gap:1.5rem;margin-top:2rem;list-style:none;display:flex}.About-module__vAULUW__interestsList li{color:var(--text-secondary);align-items:flex-start;gap:1rem;font-size:1.05rem;line-height:1.5;display:flex}.About-module__vAULUW__interestsList strong{color:var(--text-primary)}.About-module__vAULUW__icon{background:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex;box-shadow:0 2px 10px #0000001a}.About-module__vAULUW__statsContainer{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.About-module__vAULUW__statCard{text-align:center;border-radius:1rem;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.About-module__vAULUW__statCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.About-module__vAULUW__statNumber{font-family:var(--font-outfit), sans-serif;color:var(--accent-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.About-module__vAULUW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500}@media (max-width:900px){.About-module__vAULUW__grid{grid-template-columns:1fr}.About-module__vAULUW__textContent{padding:2rem}}@media (max-width:500px){.About-module__vAULUW__statsContainer{grid-template-columns:1fr}}
.PathSelector-module__VIkHDq__pathSelectorSection{justify-content:center;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.PathSelector-module__VIkHDq__container{z-index:2;width:100%;max-width:1200px;position:relative}.PathSelector-module__VIkHDq__header{text-align:center;margin-bottom:3rem}.PathSelector-module__VIkHDq__sectionTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.PathSelector-module__VIkHDq__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.PathSelector-module__VIkHDq__cardsContainer{grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}@media (max-width:768px){.PathSelector-module__VIkHDq__cardsContainer{grid-template-columns:1fr}}.PathSelector-module__VIkHDq__card{cursor:pointer;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:280px;padding:2.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;position:relative;overflow:hidden}.PathSelector-module__VIkHDq__card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0006}.PathSelector-module__VIkHDq__cardContent{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.PathSelector-module__VIkHDq__iconContainer{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:2rem;transition:transform .3s;display:flex}.PathSelector-module__VIkHDq__card:hover .PathSelector-module__VIkHDq__iconContainer{transform:scale(1.1)rotate(5deg)}.PathSelector-module__VIkHDq__cardTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.PathSelector-module__VIkHDq__cardDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.PathSelector-module__VIkHDq__actionBtn{color:var(--accent);opacity:.8;align-items:center;margin-top:auto;font-size:.95rem;font-weight:500;transition:opacity .3s;display:inline-flex}.PathSelector-module__VIkHDq__card:hover .PathSelector-module__VIkHDq__actionBtn{opacity:1}.PathSelector-module__VIkHDq__arrow{margin-left:.5rem;transition:transform .3s}.PathSelector-module__VIkHDq__card:hover .PathSelector-module__VIkHDq__arrow{transform:translateY(3px)}.PathSelector-module__VIkHDq__softwareCard:hover .PathSelector-module__VIkHDq__arrow{transform:translate(3px)}.PathSelector-module__VIkHDq__cardBackground{z-index:1;opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.PathSelector-module__VIkHDq__roboticsCard:hover .PathSelector-module__VIkHDq__cardBackground{opacity:.15;background:radial-gradient(circle at top right, var(--accent), transparent 60%)}.PathSelector-module__VIkHDq__softwareCard:hover .PathSelector-module__VIkHDq__cardBackground{opacity:.15;background:radial-gradient(circle at bottom right, var(--accent-secondary,#f36), transparent 60%)}.PathSelector-module__VIkHDq__softwareCard .PathSelector-module__VIkHDq__iconContainer{box-shadow:0 0 20px #ff33661a}.PathSelector-module__VIkHDq__roboticsCard .PathSelector-module__VIkHDq__iconContainer{box-shadow:0 0 20px #0070f31a}.PathSelector-module__VIkHDq__softwareCard .PathSelector-module__VIkHDq__actionBtn{color:#f36}
.Robotics-module__JGvXJW__roboticsSection{background:var(--bg-primary);padding:8rem 2rem;position:relative;overflow:hidden}.Robotics-module__JGvXJW__container{max-width:1200px;margin:0 auto;position:relative}.Robotics-module__JGvXJW__header{text-align:center;margin-bottom:6rem}.Robotics-module__JGvXJW__sectionTitle{font-family:var(--font-outfit), sans-serif;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Robotics-module__JGvXJW__sectionSubtitle{color:var(--text-secondary);font-size:1.125rem}.Robotics-module__JGvXJW__timeline{max-width:1000px;margin:0 auto;position:relative}.Robotics-module__JGvXJW__timeline:after{content:"";clear:both;display:table}.Robotics-module__JGvXJW__timelineLine{background:linear-gradient(180deg, transparent, var(--accent-primary), var(--accent-secondary), transparent);z-index:1;border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Robotics-module__JGvXJW__timelineItem{z-index:2;width:50%;margin-bottom:4rem;padding:0 3rem;position:relative}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__left{float:left;clear:left;text-align:right}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__right{float:right;clear:right;text-align:left}.Robotics-module__JGvXJW__desktopColumnLeft{float:left;width:50%}.Robotics-module__JGvXJW__desktopColumnRight{float:right;width:50%;margin-top:6rem}.Robotics-module__JGvXJW__desktopColumnLeft .Robotics-module__JGvXJW__timelineItem,.Robotics-module__JGvXJW__desktopColumnRight .Robotics-module__JGvXJW__timelineItem{float:none;clear:none;width:100%}.Robotics-module__JGvXJW__timelineContent{border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative}.Robotics-module__JGvXJW__timelineContent:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__left .Robotics-module__JGvXJW__timelineContent{transform-origin:100%}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__right .Robotics-module__JGvXJW__timelineContent{transform-origin:0}.Robotics-module__JGvXJW__yearBadge{background:var(--bg-primary);color:var(--accent-primary);font-family:var(--font-outfit), sans-serif;border:2px solid var(--accent-primary);border-radius:2rem;padding:.5rem 1.5rem;font-size:1.25rem;font-weight:800;position:absolute;top:-1.5rem;box-shadow:0 4px 10px #0000001a}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__left .Robotics-module__JGvXJW__yearBadge{right:2rem}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__right .Robotics-module__JGvXJW__yearBadge{left:2rem}.Robotics-module__JGvXJW__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Robotics-module__JGvXJW__org{color:var(--accent-secondary);margin-bottom:1rem;font-size:.9rem;font-weight:600}.Robotics-module__JGvXJW__desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Robotics-module__JGvXJW__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__left .Robotics-module__JGvXJW__tags{justify-content:flex-end}.Robotics-module__JGvXJW__tag{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:1rem;padding:.25rem .75rem;font-size:.75rem}@media (max-width:768px){.Robotics-module__JGvXJW__timelineLine{left:30px}.Robotics-module__JGvXJW__timeline{flex-direction:column;display:flex}.Robotics-module__JGvXJW__desktopColumnLeft,.Robotics-module__JGvXJW__desktopColumnRight{display:contents}.Robotics-module__JGvXJW__timelineItem{float:none!important;clear:none!important;text-align:left!important;width:100%!important;padding:0 0 0 70px!important}.Robotics-module__JGvXJW__yearBadge{left:2rem!important;right:auto!important}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__left .Robotics-module__JGvXJW__tags{justify-content:flex-start}}.Robotics-module__JGvXJW__imageGallery{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__left .Robotics-module__JGvXJW__imageGallery{justify-content:flex-end}.Robotics-module__JGvXJW__imageWrapper{border:1px solid var(--border-color);border-radius:.5rem;max-width:200px;overflow:hidden}.Robotics-module__JGvXJW__projectImage{cursor:pointer;width:100%;height:auto;transition:transform .3s;display:block}.Robotics-module__JGvXJW__projectImage:hover{transform:scale(1.05)}@media (max-width:768px){.Robotics-module__JGvXJW__timelineItem.Robotics-module__JGvXJW__left .Robotics-module__JGvXJW__imageGallery{justify-content:flex-start}}
.Experience-module__RsmxMa__experienceSection{background:var(--bg-secondary);padding:8rem 2rem}.Experience-module__RsmxMa__container{max-width:1000px;margin:0 auto}.Experience-module__RsmxMa__sectionTitle{font-family:var(--font-outfit), sans-serif;text-align:center;margin-bottom:4rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Experience-module__RsmxMa__cardContainer{flex-direction:column;gap:2rem;display:flex}.Experience-module__RsmxMa__card{border-left:4px solid var(--accent-secondary);border-radius:1rem;padding:2.5rem;transition:transform .3s,box-shadow .3s}.Experience-module__RsmxMa__card:hover{border-left-color:var(--accent-primary);transform:translate(10px);box-shadow:0 10px 30px #0000001a}.Experience-module__RsmxMa__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.Experience-module__RsmxMa__role{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.Experience-module__RsmxMa__companyInfo{align-items:center;gap:1rem;display:flex}.Experience-module__RsmxMa__companyLogo{object-fit:contain;background:var(--bg-primary);border-radius:8px;width:48px;height:48px;padding:4px}.Experience-module__RsmxMa__company{color:var(--accent-primary);font-size:1.125rem;font-weight:600}.Experience-module__RsmxMa__period{color:var(--text-tertiary);background:var(--bg-tertiary);border-radius:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.Experience-module__RsmxMa__pointList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Experience-module__RsmxMa__pointList li{color:var(--text-secondary);padding-left:1.5rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__pointList li:before{content:"→";color:var(--accent-tertiary);font-weight:700;position:absolute;top:0;left:0}
.Projects-module__2BoJ-q__projectsSection{background:var(--bg-tertiary);padding:8rem 2rem}.Projects-module__2BoJ-q__container{max-width:1200px;margin:0 auto}.Projects-module__2BoJ-q__sectionTitle{font-family:var(--font-outfit), sans-serif;text-align:center;margin-bottom:4rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__projectCard{border-top:4px solid var(--accent-tertiary);border-radius:1rem;flex-direction:column;height:100%;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.Projects-module__2BoJ-q__projectCard:hover{border-top-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.Projects-module__2BoJ-q__cardHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Projects-module__2BoJ-q__projectLogo{object-fit:contain;background:var(--bg-secondary);border-radius:8px;width:40px;height:40px;padding:4px}.Projects-module__2BoJ-q__title{color:var(--text-primary);margin-bottom:0;font-size:1.25rem;font-weight:700}.Projects-module__2BoJ-q__desc{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.Projects-module__2BoJ-q__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__2BoJ-q__tag{background:var(--bg-primary);color:var(--accent-primary);border:1px solid var(--border-color);border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}
.Contact-module__hcVmEa__contactSection{background:var(--bg-primary);padding:8rem 2rem 2rem;position:relative}.Contact-module__hcVmEa__container{text-align:center;background:var(--glass-bg);border:1px solid var(--glass-border);max-width:800px;box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(12px);border-radius:1.5rem;margin:0 auto 6rem;padding:4rem 2rem}.Contact-module__hcVmEa__title{font-family:var(--font-outfit), sans-serif;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Contact-module__hcVmEa__desc{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.Contact-module__hcVmEa__links{flex-direction:column;align-items:center;gap:2rem;display:flex}.Contact-module__hcVmEa__primaryBtn{background:var(--accent-primary);color:#fff;border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 14px #3b82f663}.Contact-module__hcVmEa__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #3b82f699}.Contact-module__hcVmEa__socials{gap:1.5rem;display:flex}.Contact-module__hcVmEa__socialLink{color:var(--text-secondary);font-weight:500;transition:color .3s;position:relative}.Contact-module__hcVmEa__socialLink:after{content:"";background-color:var(--accent-secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Contact-module__hcVmEa__socialLink:hover{color:var(--text-primary)}.Contact-module__hcVmEa__socialLink:hover:after{width:100%}.Contact-module__hcVmEa__footer{text-align:center;border-top:1px solid var(--border-color);color:var(--text-tertiary);padding-top:2rem;font-size:.875rem}
