.HeroSection-module__yS5m3G__hero{flex-direction:column;justify-content:center;min-height:90vh;display:flex;position:relative}.HeroSection-module__yS5m3G__heroLightLeak{background:radial-gradient(circle,var(--hero-glow)0%,transparent 70%);filter:blur(80px);opacity:.6;pointer-events:none;z-index:0;width:600px;height:600px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__yS5m3G__heroLayout{z-index:1;align-items:center;gap:60px;display:flex}.HeroSection-module__yS5m3G__heroContent{text-align:left;flex:1}.HeroSection-module__yS5m3G__heroProfileWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.HeroSection-module__yS5m3G__heroProfileRing{background:var(--accent-gradient);width:300px;height:300px;box-shadow:0 0 0 8px var(--accent-dim),var(--shadow-accent);border-radius:50%;padding:6px;animation:6s ease-in-out infinite HeroSection-module__yS5m3G__profileFloat;position:relative}.HeroSection-module__yS5m3G__heroProfileImageContainer{background:var(--bg-surface);border-radius:50%;width:100%;height:100%;overflow:hidden}.HeroSection-module__yS5m3G__heroProfileImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.HeroSection-module__yS5m3G__heroProfileDots{background-image:radial-gradient(circle,var(--accent-glow)1.5px,transparent 1.5px);opacity:.3;pointer-events:none;z-index:-1;background-size:12px 12px;width:80px;height:80px;position:absolute;top:-12px;right:-12px}.HeroSection-module__yS5m3G__heroProfileBadge{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-float);z-index:2;flex-direction:column;align-items:center;padding:10px 16px;line-height:1.2;display:flex;position:absolute;bottom:10px;left:-20px}.HeroSection-module__yS5m3G__heroProfileBadge span{color:var(--accent-glow);font-size:1.5rem;font-weight:700}.HeroSection-module__yS5m3G__heroProfileBadge small{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}@keyframes HeroSection-module__yS5m3G__profileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.HeroSection-module__yS5m3G__heroBadge{border-radius:var(--radius-pill);background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--accent-glow);box-shadow:var(--shadow-card);align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.85rem;font-weight:500;display:inline-flex}.HeroSection-module__yS5m3G__heroBadgeDot{background:var(--accent-glow);border-radius:50%;width:8px;height:8px;display:inline-block}.HeroSection-module__yS5m3G__heroTitle{color:var(--text-primary);margin-bottom:24px;font-size:clamp(3rem,6vw,5rem);line-height:1.1}.HeroSection-module__yS5m3G__heroSubtitle{max-width:600px;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.HeroSection-module__yS5m3G__heroCtaGroup{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;margin-top:40px;display:flex}.HeroSection-module__yS5m3G__heroSocialStack{flex-direction:column;flex-shrink:0;align-items:center;gap:12px;display:flex}.HeroSection-module__yS5m3G__heroSocialStack:after{content:"";background:linear-gradient(to bottom,var(--border-highlight),transparent);width:1.5px;height:80px;display:block}.HeroSection-module__yS5m3G__socialIcon{width:36px;height:36px;color:var(--text-tertiary);background:var(--bg-surface);border:1.5px solid var(--border-subtle);box-shadow:var(--shadow-card);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,border-color .2s,box-shadow .2s,transform .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.HeroSection-module__yS5m3G__socialIcon:hover{transform:translate(-3px)}.HeroSection-module__yS5m3G__socialIconGithub:hover{color:#24292e;border-color:#24292e;box-shadow:0 4px 14px #24292e26}.HeroSection-module__yS5m3G__socialIconLinkedin:hover{color:#0a66c2;border-color:#0a66c2;box-shadow:0 4px 14px #0a66c240}.HeroSection-module__yS5m3G__socialIconMedium:hover{color:var(--accent-glow);border-color:var(--accent-glow);box-shadow:var(--shadow-accent)}.HeroSection-module__yS5m3G__heroContactRow{color:var(--text-secondary);flex-wrap:wrap;justify-content:flex-start;gap:24px;margin-top:24px;font-size:.9rem;display:flex}.HeroSection-module__yS5m3G__heroContactRow a{color:var(--text-secondary);align-items:center;gap:6px;transition:color .3s;display:inline-flex}.HeroSection-module__yS5m3G__heroContactRow a:hover{color:var(--accent-glow)}.HeroSection-module__yS5m3G__contactItem{color:var(--text-secondary);align-items:center;gap:6px;display:inline-flex}.HeroSection-module__yS5m3G__contactItemTertiary{color:var(--text-tertiary);align-items:center;gap:6px;display:inline-flex}@media (max-width:900px){.HeroSection-module__yS5m3G__heroLayout{text-align:center;flex-direction:column-reverse;gap:40px}.HeroSection-module__yS5m3G__heroContent{text-align:center}.HeroSection-module__yS5m3G__heroCtaGroup{justify-content:center}.HeroSection-module__yS5m3G__heroSocialStack{flex-direction:row;gap:10px}.HeroSection-module__yS5m3G__heroSocialStack:after{display:none}.HeroSection-module__yS5m3G__heroContactRow{justify-content:center}.HeroSection-module__yS5m3G__heroProfileRing{width:220px;height:220px}.HeroSection-module__yS5m3G__heroProfileBadge{bottom:0;left:-10px}}@media (max-width:768px){.HeroSection-module__yS5m3G__heroTitle{font-size:2.5rem}.HeroSection-module__yS5m3G__heroCtaGroup{flex-direction:column;align-items:center}.HeroSection-module__yS5m3G__heroProfileRing{width:180px;height:180px}}
.TopSkills-module__RvKLNG__strip{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--bg-surface);padding:14px 0}.TopSkills-module__RvKLNG__inner{font-family:var(--font-inter),"Inter",sans-serif;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.TopSkills-module__RvKLNG__label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent-glow);white-space:nowrap;flex-shrink:0;font-size:.7rem;font-weight:700}.TopSkills-module__RvKLNG__divider{background:var(--border-highlight);flex-shrink:0;width:1px;height:18px;display:block}.TopSkills-module__RvKLNG__list{flex-wrap:wrap;justify-content:center;align-items:center;margin:0;padding:0;list-style:none;display:flex}.TopSkills-module__RvKLNG__item{color:var(--text-secondary);cursor:default;letter-spacing:-.01em;align-items:center;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.TopSkills-module__RvKLNG__item:hover{color:var(--accent-glow)}.TopSkills-module__RvKLNG__dot{color:var(--border-highlight);pointer-events:none;-webkit-user-select:none;user-select:none;margin:0 12px;font-size:1rem;line-height:1}
.SummarySection-module__oSu3Hq__aboutGrid{grid-template-columns:2fr 1fr;gap:40px;display:grid}.SummarySection-module__oSu3Hq__bioLead{color:var(--text-primary);margin-bottom:24px;font-size:1.4rem;font-weight:400;line-height:1.5}.SummarySection-module__oSu3Hq__statCard{background:var(--bg-surface);border-radius:var(--radius-lg);border-left:4px solid var(--accent-glow);box-shadow:var(--shadow-card);padding:24px}.SummarySection-module__oSu3Hq__statNumber{color:var(--text-primary);letter-spacing:-.03em;font-size:2.5rem;font-weight:700;display:block}.SummarySection-module__oSu3Hq__statLabel{color:var(--text-secondary);font-size:.9rem;font-weight:500}@media (max-width:768px){.SummarySection-module__oSu3Hq__aboutGrid{grid-template-columns:1fr}}
.SkillsGrid-module__vFZ61G__stackGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.SkillsGrid-module__vFZ61G__stackCard{flex-direction:column;gap:16px;padding:32px;display:flex}.SkillsGrid-module__vFZ61G__stackIcon{background:var(--accent-dim);width:48px;height:48px;color:var(--accent-glow);border-radius:12px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.SkillsGrid-module__vFZ61G__techList{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}@media (max-width:768px){.SkillsGrid-module__vFZ61G__stackGrid{grid-template-columns:1fr}}
.ExperienceSection-module__6zMIFG__companyHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.ExperienceSection-module__6zMIFG__companyName{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-glow);margin:0;font-size:.72rem;font-weight:700}.ExperienceSection-module__6zMIFG__clientDot{background:var(--border-highlight);border-radius:50%;flex-shrink:0;width:3px;height:3px}.ExperienceSection-module__6zMIFG__clientName{letter-spacing:.06em;color:var(--text-tertiary);margin:0;font-size:.72rem;font-weight:600}.ExperienceSection-module__6zMIFG__positionsGroup{flex-direction:column;gap:20px;display:flex}.ExperienceSection-module__6zMIFG__positionItemIndented{border-left:2px solid var(--border-subtle);padding-left:16px}.ExperienceSection-module__6zMIFG__positionTitle{margin-bottom:4px;font-size:1.15rem}.ExperienceSection-module__6zMIFG__positionPeriod{color:var(--text-secondary);margin-bottom:4px;font-size:.88rem}.ExperienceSection-module__6zMIFG__positionDesc{margin-bottom:10px;font-size:.95rem}.ExperienceSection-module__6zMIFG__positionSkills{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}
.EducationSection-module__y9xgoW__educationGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.EducationSection-module__y9xgoW__educationCard{padding:24px}.EducationSection-module__y9xgoW__stackIcon{background:var(--accent-dim);width:48px;height:48px;color:var(--accent-glow);border-radius:12px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.EducationSection-module__y9xgoW__educationTitle{margin-bottom:4px;font-size:1.1rem}.EducationSection-module__y9xgoW__educationField{color:var(--accent-glow);margin-bottom:4px;font-size:.88rem;font-weight:600}.EducationSection-module__y9xgoW__educationInstitution{color:var(--text-secondary);margin-bottom:4px;font-size:.93rem}.EducationSection-module__y9xgoW__educationPeriod{color:var(--text-tertiary);font-size:.82rem}.EducationSection-module__y9xgoW__sectionSubtitle{margin-bottom:40px}
.CertificationsSection-module__yppcAq__certBadge{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);box-shadow:var(--shadow-card);align-items:center;gap:8px;padding:12px 20px;font-weight:500;transition:all .3s;display:inline-flex}.CertificationsSection-module__yppcAq__certBadge:hover{border-color:var(--accent-glow);box-shadow:var(--shadow-float);transform:translateY(-2px)}
.AwardsSection-module__qmfeEa__awardsSection{width:100%;padding:var(--space-section)0;background-image:url(/images/award.avif);background-position:50%;background-size:cover;background-attachment:fixed;position:relative;overflow:hidden}.AwardsSection-module__qmfeEa__awardsOverlay{display:none}.AwardsSection-module__qmfeEa__awardsLabel{color:var(--accent-glow)!important}.AwardsSection-module__qmfeEa__awardsHeading{color:var(--text-primary)!important}.AwardsSection-module__qmfeEa__awardCard{padding:var(--space-card-padding);border-left:4px solid var(--accent-glow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:16px;display:flex;background:var(--bg-surface-raised)!important}.AwardsSection-module__qmfeEa__awardCard h3{color:var(--text-primary)}.AwardsSection-module__qmfeEa__awardCard p{color:var(--text-secondary)!important}.AwardsSection-module__qmfeEa__awardIcon{background:color-mix(in srgb,var(--accent-glow)20%,transparent);border-radius:var(--radius-md);width:44px;height:44px;color:var(--accent-glow);flex-shrink:0;justify-content:center;align-items:center;display:flex}
.NavIsland-module__sRXHaa__navIsland{background:var(--bg-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);z-index:1000;box-shadow:var(--shadow-card);gap:4px;padding:6px 8px;display:flex;position:fixed;top:50px;left:50%;transform:translate(-50%)}.NavIsland-module__sRXHaa__navItem{color:var(--text-secondary);border-radius:var(--radius-pill);white-space:nowrap;padding:8px 18px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.NavIsland-module__sRXHaa__navItem:hover{color:var(--text-primary);background:var(--bg-void)}.NavIsland-module__sRXHaa__navItemActive{color:var(--accent-glow);background:var(--accent-dim);font-weight:600}.NavIsland-module__sRXHaa__navItemAccent{color:var(--accent-glow)!important}@media (max-width:768px){.NavIsland-module__sRXHaa__navIsland{justify-content:space-around;gap:4px;width:90%;padding:6px 8px}.NavIsland-module__sRXHaa__navItem{padding:6px 10px;font-size:.8rem}}
.ContactSection-module__1kX6Bq__contactCard{max-width:600px;margin:0 auto;padding:48px}.ContactSection-module__1kX6Bq__inputGroup{margin-bottom:24px}.ContactSection-module__1kX6Bq__fieldError{color:var(--color-error);margin-top:4px;font-size:.8rem}.ContactSection-module__1kX6Bq__fieldCounter{color:var(--text-tertiary);margin:0;font-size:.75rem}.ContactSection-module__1kX6Bq__statusError{color:var(--color-error);text-align:center;margin-bottom:16px;font-size:.85rem}
.ContentSection-module__NTwePa__contentGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.ContentSection-module__NTwePa__contentCard{cursor:pointer;padding:36px}.ContentSection-module__NTwePa__contentIcon{background:var(--accent-dim);border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.ContentSection-module__NTwePa__contentTitle{margin-bottom:8px;font-size:1.2rem;font-weight:700}.ContentSection-module__NTwePa__contentDesc{color:var(--text-secondary);margin-bottom:24px;font-size:.93rem;line-height:1.6}.ContentSection-module__NTwePa__contentLink{color:var(--accent-glow);align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:inline-flex}.ContentSection-module__NTwePa__sectionSubtitle{margin-bottom:40px}
