.Navbar-module__nuAbfa__navbar{z-index:1000;transition:all var(--transition-base);padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__navbar.Navbar-module__nuAbfa__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0a0ad9;padding:.75rem 0}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoText{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9375rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__nuAbfa__navLink:after{content:"";background:var(--gradient-accent);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Navbar-module__nuAbfa__navLink:hover{color:var(--text-primary)}.Navbar-module__nuAbfa__navLink:hover:after{width:100%}.Navbar-module__nuAbfa__resumeBtn{padding:.5rem 1rem;font-size:.875rem}.Navbar-module__nuAbfa__mobileMenuBtn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.Navbar-module__nuAbfa__mobileMenuBtn span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-base);transform-origin:50%}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__open span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__nuAbfa__mobileMenuBtn{display:flex}.Navbar-module__nuAbfa__navLinks{background:var(--bg-secondary);width:70%;max-width:300px;height:100vh;transition:right var(--transition-base);border-left:1px solid var(--border);flex-direction:column;justify-content:center;gap:2rem;padding:2rem;position:fixed;top:0;right:-100%}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__open{right:0}.Navbar-module__nuAbfa__navLink{font-size:1.125rem}}
.TechBackground-module__iG_4pa__canvas{z-index:-1;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__backgroundGradient{background:var(--gradient-hero);z-index:-2;position:absolute;inset:0}.Hero-module__Z8hQ_W__backgroundGradient:before{content:"";background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);z-index:-1;width:500px;height:500px;animation:8s ease-in-out infinite Hero-module__Z8hQ_W__pulse;position:absolute;top:20%;left:10%}.Hero-module__Z8hQ_W__heroContent{flex-direction:column;justify-content:center;min-height:100vh;padding-top:80px;display:flex}.Hero-module__Z8hQ_W__mainContent{justify-content:space-between;align-items:center;gap:5rem;display:flex}.Hero-module__Z8hQ_W__textContent{flex:1;max-width:680px}.Hero-module__Z8hQ_W__greeting{color:var(--accent);opacity:0;margin-bottom:.5rem;font-size:1.125rem;font-weight:500;animation:.8s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__name{color:var(--text-primary);opacity:0;letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2.75rem,6vw,4rem);font-weight:800;line-height:1.1;animation:.8s .1s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__title{color:var(--text-secondary);opacity:0;margin-bottom:2rem;font-size:1.375rem;font-weight:500;animation:.8s .2s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__headline{color:var(--text-secondary);opacity:0;margin-bottom:2.5rem;font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:400;line-height:1.7;animation:.8s .3s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__highlight{color:var(--accent);font-weight:600}.Hero-module__Z8hQ_W__cta{opacity:0;flex-wrap:wrap;gap:1.25rem;margin-bottom:3rem;animation:.8s .4s forwards Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__quickStats{border-top:1px solid var(--border);opacity:0;gap:3.5rem;padding-top:2rem;animation:.8s .5s forwards Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__stat{flex-direction:column;display:flex}.Hero-module__Z8hQ_W__statValue{color:var(--accent);font-size:2.25rem;font-weight:800;line-height:1}.Hero-module__Z8hQ_W__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.5rem;font-size:.8125rem;font-weight:500}.Hero-module__Z8hQ_W__photoContainer{opacity:0;flex-shrink:0;justify-content:center;align-items:center;animation:1s .4s forwards Hero-module__Z8hQ_W__fadeIn;display:flex}.Hero-module__Z8hQ_W__photoWrapper{width:320px;height:320px;position:relative}.Hero-module__Z8hQ_W__photo{object-fit:cover;border:4px solid var(--accent);z-index:1;border-radius:50%;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 25px 50px #00000059;width:100%!important;height:100%!important}.Hero-module__Z8hQ_W__photoWrapper:hover .Hero-module__Z8hQ_W__photo{border-color:var(--text-primary);transform:scale(1.05)rotate(2deg)}.Hero-module__Z8hQ_W__photoGlow{background:var(--gradient-accent);filter:blur(60px);opacity:.5;z-index:0;border-radius:50%;transition:opacity .4s;position:absolute;inset:-25px}.Hero-module__Z8hQ_W__photoWrapper:hover .Hero-module__Z8hQ_W__photoGlow{opacity:.75}.Hero-module__Z8hQ_W__scrollIndicator{opacity:0;flex-direction:column;align-items:center;gap:.75rem;animation:1s 1.5s forwards Hero-module__Z8hQ_W__fadeIn;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollIndicator span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:500}.Hero-module__Z8hQ_W__scrollLine{background:linear-gradient(to bottom,var(--accent),transparent);width:2px;height:50px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__scrollPulse}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__Z8hQ_W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.4;transform:scaleY(.7)}}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}@media (max-width:1024px){.Hero-module__Z8hQ_W__mainContent{gap:3rem}.Hero-module__Z8hQ_W__photoWrapper{width:280px;height:280px}}@media (max-width:968px){.Hero-module__Z8hQ_W__mainContent{text-align:center;flex-direction:column-reverse}.Hero-module__Z8hQ_W__textContent{max-width:100%}.Hero-module__Z8hQ_W__photoWrapper{width:240px;height:240px}.Hero-module__Z8hQ_W__cta,.Hero-module__Z8hQ_W__quickStats{justify-content:center}}@media (max-width:640px){.Hero-module__Z8hQ_W__cta{flex-direction:column}.Hero-module__Z8hQ_W__cta .Hero-module__Z8hQ_W__btn{justify-content:center;width:100%}.Hero-module__Z8hQ_W__quickStats{gap:2rem}.Hero-module__Z8hQ_W__statValue{font-size:1.75rem}.Hero-module__Z8hQ_W__scrollIndicator{display:none}}
.ScrollReveal-module__0uU3eW__reveal{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1)}.ScrollReveal-module__0uU3eW__reveal.ScrollReveal-module__0uU3eW__up{transform:translateY(60px)}.ScrollReveal-module__0uU3eW__reveal.ScrollReveal-module__0uU3eW__left{transform:translate(-60px)}.ScrollReveal-module__0uU3eW__reveal.ScrollReveal-module__0uU3eW__right{transform:translate(60px)}.ScrollReveal-module__0uU3eW__reveal.ScrollReveal-module__0uU3eW__scale{transform:scale(.9)}.ScrollReveal-module__0uU3eW__reveal.ScrollReveal-module__0uU3eW__visible{opacity:1;transform:translateY(0)translate(0)scale(1)}
.About-module__vqXTeW__about{background:var(--bg-primary);padding:5rem 0}.About-module__vqXTeW__statement{text-align:center;margin-bottom:3rem}.About-module__vqXTeW__statement h2{color:var(--text-primary);max-width:700px;margin:0 auto;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;line-height:1.3}.About-module__vqXTeW__statsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.About-module__vqXTeW__statCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;cursor:default;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.About-module__vqXTeW__statCard:before{content:"";background:radial-gradient(circle at center,var(--accent-glow)0%,transparent 70%);opacity:0;transition:opacity .4s;position:absolute;inset:0}.About-module__vqXTeW__statCard:hover{border-color:var(--accent);transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #3b82f633}.About-module__vqXTeW__statCard:hover:before{opacity:1}.About-module__vqXTeW__statValue{background:var(--gradient-accent);-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;position:relative}.About-module__vqXTeW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;z-index:1;margin-top:.5rem;font-size:.8125rem;position:relative}.About-module__vqXTeW__credentials{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.About-module__vqXTeW__credentialItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9375rem;transition:all .3s;display:flex}.About-module__vqXTeW__credentialItem svg{color:var(--accent)}.About-module__vqXTeW__credentialItem:hover{color:var(--text-primary);transform:translateY(-2px)}@media (max-width:1024px){.About-module__vqXTeW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.About-module__vqXTeW__statsGrid{grid-template-columns:repeat(2,1fr)}.About-module__vqXTeW__statCard{padding:1.5rem 1rem}.About-module__vqXTeW__statValue{font-size:2rem}.About-module__vqXTeW__credentials{flex-direction:column;align-items:center;gap:1rem}}
.WhatISolve-module__RXV0uq__whatISolve{background:var(--bg-secondary)}.WhatISolve-module__RXV0uq__problemsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.WhatISolve-module__RXV0uq__problemCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.WhatISolve-module__RXV0uq__problemCard:before{content:"";background:var(--gradient-accent);height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.WhatISolve-module__RXV0uq__problemCard:hover{border-color:var(--accent);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #3b82f626}.WhatISolve-module__RXV0uq__problemCard:hover:before{transform:scaleX(1)}.WhatISolve-module__RXV0uq__iconWrapper{border-radius:var(--radius-lg);color:#ef4444;background:#ef44441a;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.25rem;transition:all .3s;display:inline-flex}.WhatISolve-module__RXV0uq__problemCard:hover .WhatISolve-module__RXV0uq__iconWrapper{background:#ef444433;transform:scale(1.1)rotate(5deg)}.WhatISolve-module__RXV0uq__problemCard h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.4}.WhatISolve-module__RXV0uq__description{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.WhatISolve-module__RXV0uq__metric{border-top:1px solid var(--border);padding-top:1rem}.WhatISolve-module__RXV0uq__metric span{color:var(--accent);letter-spacing:.02em;font-size:.8125rem;font-weight:600}@media (max-width:1024px){.WhatISolve-module__RXV0uq__problemsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.WhatISolve-module__RXV0uq__problemsGrid{grid-template-columns:1fr}}
.HowIWork-module__RMuWpq__howIWork{background:var(--bg-primary)}.HowIWork-module__RMuWpq__stepsContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.HowIWork-module__RMuWpq__stepCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;align-items:center;gap:1.5rem;padding:1.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.HowIWork-module__RMuWpq__stepCard:after{content:"";background:var(--gradient-accent);width:4px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.HowIWork-module__RMuWpq__stepCard:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translate(10px)}.HowIWork-module__RMuWpq__stepCard:hover:after{transform:scaleY(1)}.HowIWork-module__RMuWpq__stepNumber{color:var(--accent);opacity:.4;min-width:60px;font-size:2rem;font-weight:700;transition:all .3s}.HowIWork-module__RMuWpq__stepCard:hover .HowIWork-module__RMuWpq__stepNumber{opacity:1;transform:scale(1.1)}.HowIWork-module__RMuWpq__stepContent{flex:1}.HowIWork-module__RMuWpq__stepContent h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.HowIWork-module__RMuWpq__stepContent p{color:var(--text-secondary);font-size:.9375rem}.HowIWork-module__RMuWpq__stepArrow{color:var(--text-muted);opacity:0;transition:all .3s;transform:translate(-10px)}.HowIWork-module__RMuWpq__stepCard:hover .HowIWork-module__RMuWpq__stepArrow{opacity:1;color:var(--accent);transform:translate(0)}@media (max-width:640px){.HowIWork-module__RMuWpq__stepCard{padding:1.25rem}.HowIWork-module__RMuWpq__stepNumber{min-width:40px;font-size:1.5rem}.HowIWork-module__RMuWpq__stepArrow{display:none}}
.Experience-module__HaXZMW__experience{background:var(--bg-secondary)}.Experience-module__HaXZMW__timeline{max-width:800px;margin:0 auto;position:relative}.Experience-module__HaXZMW__timeline:before{content:"";background:linear-gradient(to bottom,var(--accent),var(--border));width:2px;position:absolute;top:0;bottom:0;left:0}.Experience-module__HaXZMW__timelineItem{padding-bottom:2rem;padding-left:2.5rem;position:relative}.Experience-module__HaXZMW__timelineItem:last-child{padding-bottom:0}.Experience-module__HaXZMW__timelineDot{background:var(--bg-secondary);border:2px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;transition:all .3s;display:flex;position:absolute;top:0;left:-6px}.Experience-module__HaXZMW__timelineItem:hover .Experience-module__HaXZMW__timelineDot{box-shadow:0 0 20px var(--accent);transform:scale(1.3)}.Experience-module__HaXZMW__dotInner{background:var(--accent);border-radius:50%;width:4px;height:4px}.Experience-module__HaXZMW__timelineContent{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.Experience-module__HaXZMW__timelineContent:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translate(5px)}.Experience-module__HaXZMW__timelineHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.Experience-module__HaXZMW__jobTitle{color:var(--text-primary);margin-bottom:.125rem;font-size:1.125rem;font-weight:600}.Experience-module__HaXZMW__company{color:var(--accent);font-size:.9375rem;font-weight:500}.Experience-module__HaXZMW__meta{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.Experience-module__HaXZMW__period{color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-sm);padding:.25rem .5rem;font-size:.75rem}.Experience-module__HaXZMW__location{color:var(--text-muted);font-size:.75rem}.Experience-module__HaXZMW__problem{color:#f59e0b;margin-bottom:.5rem;font-size:.875rem;font-style:italic}.Experience-module__HaXZMW__result{color:#10b981;margin-bottom:1rem;font-size:.875rem;font-weight:500}.Experience-module__HaXZMW__tools{border-top:1px solid var(--border);flex-wrap:wrap;gap:.4rem;padding-top:1rem;display:flex}.Experience-module__HaXZMW__toolTag{color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-sm);padding:.2rem .5rem;font-size:.6875rem;transition:all .2s}.Experience-module__HaXZMW__toolTag:hover{color:var(--accent);background:var(--accent-glow)}@media (max-width:768px){.Experience-module__HaXZMW__timelineHeader{flex-direction:column;gap:.5rem}.Experience-module__HaXZMW__meta{flex-direction:row;align-items:flex-start;gap:.5rem}}
.Projects-module__K3d-Xa__projects{background:var(--bg-primary)}.Projects-module__K3d-Xa__projectsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Projects-module__K3d-Xa__projectCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;min-height:280px;padding:1.75rem;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Projects-module__K3d-Xa__cardGlow{opacity:0;pointer-events:none;height:150px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.Projects-module__K3d-Xa__projectCard:hover .Projects-module__K3d-Xa__cardGlow{opacity:1}.Projects-module__K3d-Xa__projectCard:hover{border-color:var(--accent);transform:translateY(-10px)scale(1.02);box-shadow:0 25px 50px #0000004d}.Projects-module__K3d-Xa__cardHeader{z-index:1;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex;position:relative}.Projects-module__K3d-Xa__category{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);padding:.375rem .75rem;font-size:.6875rem;font-weight:600}.Projects-module__K3d-Xa__externalLink{color:var(--text-muted);transition:all .3s;transform:translate(0)}.Projects-module__K3d-Xa__projectCard:hover .Projects-module__K3d-Xa__externalLink{color:var(--accent);transform:translate(3px,-3px)}.Projects-module__K3d-Xa__projectTitle{color:var(--text-primary);z-index:1;margin-bottom:1rem;font-size:1.25rem;font-weight:600;transition:color .3s;position:relative}.Projects-module__K3d-Xa__projectCard:hover .Projects-module__K3d-Xa__projectTitle{color:var(--accent)}.Projects-module__K3d-Xa__problemSolution{z-index:1;flex-direction:column;flex:1;gap:.75rem;display:flex;position:relative}.Projects-module__K3d-Xa__problem{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.Projects-module__K3d-Xa__impact{color:#10b981;font-size:.875rem;font-weight:500;line-height:1.5}.Projects-module__K3d-Xa__cardFooter{border-top:1px solid var(--border);z-index:1;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:1rem;display:flex;position:relative}.Projects-module__K3d-Xa__techTag{font-size:.6875rem;font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-sm);padding:.25rem .5rem;transition:all .2s}.Projects-module__K3d-Xa__projectCard:hover .Projects-module__K3d-Xa__techTag{color:var(--accent);background:var(--accent-glow)}.Projects-module__K3d-Xa__viewMore{justify-content:center;margin-top:3rem;display:flex}@media (max-width:1024px){.Projects-module__K3d-Xa__projectsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Projects-module__K3d-Xa__projectsGrid{grid-template-columns:1fr}.Projects-module__K3d-Xa__projectCard{min-height:auto}}
.Skills-module__P7wDQq__skills{background:var(--bg-secondary)}.Skills-module__P7wDQq__skillsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Skills-module__P7wDQq__skillCategory{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Skills-module__P7wDQq__skillCategory:before{content:"";background:radial-gradient(circle,var(--accent-glow)0%,transparent 60%);opacity:0;pointer-events:none;width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.Skills-module__P7wDQq__skillCategory:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Skills-module__P7wDQq__skillCategory:hover:before{opacity:.5}.Skills-module__P7wDQq__categoryHeader{z-index:1;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex;position:relative}.Skills-module__P7wDQq__categoryIcon{background:var(--accent-glow);border-radius:var(--radius-md);width:40px;height:40px;color:var(--accent);justify-content:center;align-items:center;transition:all .3s;display:flex}.Skills-module__P7wDQq__skillCategory:hover .Skills-module__P7wDQq__categoryIcon{transform:rotate(10deg)scale(1.1)}.Skills-module__P7wDQq__categoryHeader h3{color:var(--text-primary);z-index:1;font-size:.9375rem;font-weight:600;position:relative}.Skills-module__P7wDQq__skillTags{z-index:1;flex-wrap:wrap;gap:.4rem;display:flex;position:relative}.Skills-module__P7wDQq__skillTag{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:default;border:1px solid #0000;padding:.3rem .6rem;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-block}.Skills-module__P7wDQq__skillTag:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow);transform:translateY(-2px)}@media (max-width:1024px){.Skills-module__P7wDQq__skillsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Skills-module__P7wDQq__skillsGrid{grid-template-columns:1fr}}
.Education-module__91SPAa__education{background:var(--bg-primary)}.Education-module__91SPAa__educationGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.Education-module__91SPAa__educationCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Education-module__91SPAa__educationCard:before{content:"";background:var(--gradient-accent);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Education-module__91SPAa__educationCard:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 20px 40px #3b82f626}.Education-module__91SPAa__educationCard:hover:before{transform:scaleX(1)}.Education-module__91SPAa__cardIcon{background:var(--accent-glow);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:1rem;transition:all .3s;display:inline-flex}.Education-module__91SPAa__educationCard:hover .Education-module__91SPAa__cardIcon{transform:scale(1.1)rotate(-5deg)}.Education-module__91SPAa__period{color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-sm);margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.Education-module__91SPAa__educationCard h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.Education-module__91SPAa__institution{color:var(--accent);margin-bottom:.25rem;font-size:.9375rem;font-weight:500}.Education-module__91SPAa__location{color:var(--text-muted);font-size:.8125rem}.Education-module__91SPAa__gpa{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.Education-module__91SPAa__gpa span{color:#10b981;font-size:.875rem;font-weight:600}.Education-module__91SPAa__certificationsSection{text-align:center}.Education-module__91SPAa__certTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.Education-module__91SPAa__certGrid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.Education-module__91SPAa__certCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-md);text-align:left;padding:1rem;transition:all .3s}.Education-module__91SPAa__certCard:hover{border-color:var(--accent);transform:translateY(-3px)}.Education-module__91SPAa__certCard h4{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.Education-module__91SPAa__certCard ul{list-style:none}.Education-module__91SPAa__certCard li{color:var(--text-secondary);padding:.25rem 0;font-size:.8125rem}@media (max-width:1024px){.Education-module__91SPAa__certGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Education-module__91SPAa__educationGrid{grid-template-columns:1fr}.Education-module__91SPAa__certGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Education-module__91SPAa__certGrid{grid-template-columns:1fr}}
.Contact-module__OWeMSG__contact{background:var(--bg-secondary)}.Contact-module__OWeMSG__contactContent{grid-template-columns:1fr 1.2fr;gap:3rem;max-width:900px;margin:0 auto;display:grid}.Contact-module__OWeMSG__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__OWeMSG__infoCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Contact-module__OWeMSG__infoCard:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translate(8px)}.Contact-module__OWeMSG__infoIcon{background:var(--accent-glow);border-radius:var(--radius-md);width:48px;height:48px;color:var(--accent);justify-content:center;align-items:center;transition:all .3s;display:flex}.Contact-module__OWeMSG__infoCard:hover .Contact-module__OWeMSG__infoIcon{transform:scale(1.1)}.Contact-module__OWeMSG__infoCard h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem;font-size:.75rem;font-weight:500}.Contact-module__OWeMSG__infoCard p{color:var(--text-primary);font-size:.9375rem}.Contact-module__OWeMSG__socialLinks{gap:1rem;display:flex}.Contact-module__OWeMSG__socialLink{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-secondary);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.Contact-module__OWeMSG__socialLink:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-3px)}.Contact-module__OWeMSG__socialLink span{font-size:.875rem;font-weight:500}.Contact-module__OWeMSG__locationBadge{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Contact-module__OWeMSG__locationBadge svg{color:var(--accent)}.Contact-module__OWeMSG__contactForm{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.Contact-module__OWeMSG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Contact-module__OWeMSG__formGroup{margin-bottom:1rem}.Contact-module__OWeMSG__formGroup input,.Contact-module__OWeMSG__formGroup textarea{width:100%;font-size:.9375rem;font-family:var(--font-sans);background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);padding:.875rem 1rem;transition:all .3s}.Contact-module__OWeMSG__formGroup input::placeholder,.Contact-module__OWeMSG__formGroup textarea::placeholder{color:var(--text-muted)}.Contact-module__OWeMSG__formGroup input:focus,.Contact-module__OWeMSG__formGroup textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none;transform:translateY(-2px)}.Contact-module__OWeMSG__formGroup textarea{resize:vertical;min-height:100px}.Contact-module__OWeMSG__submitBtn{width:100%;padding:1rem;font-size:1rem}.Contact-module__OWeMSG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__OWeMSG__successMessage{border-radius:var(--radius-md);color:#10b981;text-align:center;background:#10b9811a;border:1px solid #10b9814d;margin-top:1rem;padding:.75rem;font-size:.875rem}.Contact-module__OWeMSG__errorMessage{border-radius:var(--radius-md);color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef44444d;margin-top:1rem;padding:.75rem;font-size:.875rem}@media (max-width:768px){.Contact-module__OWeMSG__contactContent,.Contact-module__OWeMSG__formRow{grid-template-columns:1fr}}
.Testimonials-module__MlUweW__testimonials{background:var(--bg-primary)}.Testimonials-module__MlUweW__testimonialsGrid{grid-template-columns:1fr;gap:2rem;max-width:700px;margin:0 auto;display:grid}.Testimonials-module__MlUweW__testimonialCard{background:var(--gradient-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:2.5rem;transition:all .4s;position:relative}.Testimonials-module__MlUweW__testimonialCard:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Testimonials-module__MlUweW__quoteIcon{color:var(--accent);opacity:.3;margin-bottom:1.5rem}.Testimonials-module__MlUweW__quote{color:var(--text-primary);margin-bottom:2rem;font-size:1.25rem;font-style:italic;line-height:1.8}.Testimonials-module__MlUweW__author{border-top:1px solid var(--border);justify-content:center;padding-top:1.5rem;display:flex}.Testimonials-module__MlUweW__authorLink{align-items:center;gap:.5rem;text-decoration:none;transition:all .2s;display:flex}.Testimonials-module__MlUweW__authorLink:hover,.Testimonials-module__MlUweW__authorLink:hover .Testimonials-module__MlUweW__authorName{color:var(--accent)}.Testimonials-module__MlUweW__authorName{color:var(--text-primary);font-size:1rem;font-style:normal;font-weight:600;transition:color .2s}.Testimonials-module__MlUweW__linkedInIcon{color:#0a66c2}.Testimonials-module__MlUweW__authorRole{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}
.Footer-module__EZoWya__footer{background:var(--bg-primary);border-top:1px solid var(--border);padding:4rem 0 2rem}.Footer-module__EZoWya__footerContent{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__footerBrand{max-width:300px}.Footer-module__EZoWya__logo{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.Footer-module__EZoWya__tagline{color:var(--text-secondary);margin-top:1rem;font-size:.9375rem;line-height:1.6}.Footer-module__EZoWya__footerNav h4,.Footer-module__EZoWya__footerConnect h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.Footer-module__EZoWya__footerNav ul{list-style:none}.Footer-module__EZoWya__footerNav li{margin-bottom:.75rem}.Footer-module__EZoWya__footerNav a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9375rem;text-decoration:none}.Footer-module__EZoWya__footerNav a:hover{color:var(--accent)}.Footer-module__EZoWya__socialLinks{gap:1rem;display:flex}.Footer-module__EZoWya__socialLinks a{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__socialLinks a:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.Footer-module__EZoWya__footerBottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__EZoWya__footerBottom p{color:var(--text-muted);font-size:.875rem}.Footer-module__EZoWya__location{align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module__EZoWya__footerContent{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__footerBrand{max-width:100%}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column;gap:.5rem}}
.FloatingCTA-module__Nd9EQa__floatingCta{z-index:998;opacity:0;animation:.4s forwards FloatingCTA-module__Nd9EQa__slideIn;position:fixed;bottom:2rem;right:2rem}.FloatingCTA-module__Nd9EQa__ctaButton{background:var(--gradient-accent);color:#fff;border-radius:var(--radius-xl);align-items:center;gap:.625rem;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 30px #4f8ff766}.FloatingCTA-module__Nd9EQa__ctaButton:hover{color:#fff;transform:translateY(-4px)scale(1.02);box-shadow:0 12px 40px #4f8ff780}.FloatingCTA-module__Nd9EQa__ctaButton svg{transition:transform .3s}.FloatingCTA-module__Nd9EQa__ctaButton:hover svg{transform:rotate(-10deg)scale(1.1)}@keyframes FloatingCTA-module__Nd9EQa__slideIn{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.FloatingCTA-module__Nd9EQa__floatingCta{bottom:1.25rem;right:1.25rem}.FloatingCTA-module__Nd9EQa__ctaButton{padding:.875rem 1.25rem;font-size:.875rem}.FloatingCTA-module__Nd9EQa__ctaButton span{display:none}.FloatingCTA-module__Nd9EQa__ctaButton{border-radius:50%;padding:1rem}}
