.HeroSection-module__sBkrQG__hero{background:var(--bg);height:260vh;position:relative}.HeroSection-module__sBkrQG__stickyWrapper{width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.HeroSection-module__sBkrQG__canvasGradient{pointer-events:none;z-index:2;background:radial-gradient(circle,#05071233 0%,#050712a6 75%,#050712 100%),linear-gradient(#0000 65%,#050712d9 90%,#050712 100%);position:absolute;inset:0}.HeroSection-module__sBkrQG__overlay{width:100%;height:100%;z-index:var(--z-content);pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.HeroSection-module__sBkrQG__textBlock{flex-direction:column;align-items:center;gap:.5rem;padding:0 1.5rem;display:flex;position:absolute}.HeroSection-module__sBkrQG__greeting{font-family:var(--font-body);color:var(--accent-cyan);letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 20px #06b6d466;margin-bottom:.25rem;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500}.HeroSection-module__sBkrQG__name{letter-spacing:-.03em;font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:1}.HeroSection-module__sBkrQG__title{color:var(--text);font-size:clamp(2rem,4vw,3.5rem);font-weight:700}.HeroSection-module__sBkrQG__subtitle{color:var(--accent-orange);max-width:none;font-size:clamp(1.2rem,2vw,1.75rem);font-weight:500}.HeroSection-module__sBkrQG__tagline{color:var(--text-muted);max-width:500px;font-size:clamp(1.1rem,1.8vw,1.5rem);line-height:1.6}.HeroSection-module__sBkrQG__scrollHint{z-index:var(--z-content);pointer-events:none;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__scrollHint span{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.75rem}.HeroSection-module__sBkrQG__scrollMouse{border:2px solid #ffffff40;border-radius:14px;justify-content:center;width:26px;height:42px;padding-top:8px;display:flex}.HeroSection-module__sBkrQG__scrollDot{background:var(--accent-cyan);border-radius:4px;width:4px;height:10px;animation:1.8s ease-in-out infinite HeroSection-module__sBkrQG__scroll-bounce}@keyframes HeroSection-module__sBkrQG__scroll-bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.2;transform:translateY(12px)}}@media (max-width:768px){.HeroSection-module__sBkrQG__name{font-size:clamp(2.5rem,12vw,4.5rem)}}
.AboutSection-module__UGBiha__about{position:relative;overflow:hidden}.AboutSection-module__UGBiha__inner{gap:var(--space-lg);flex-direction:column;max-width:720px;display:flex}.AboutSection-module__UGBiha__bio{font-size:clamp(1.05rem,1.3vw,1.2rem);line-height:1.8}.AboutSection-module__UGBiha__stats{gap:var(--space-md);margin-top:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.AboutSection-module__UGBiha__stat{padding:var(--space-lg) var(--space-md);text-align:center;flex-direction:column;gap:.25rem;display:flex}.AboutSection-module__UGBiha__statVal{font-family:var(--font-heading);background:var(--accent-grad);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.AboutSection-module__UGBiha__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.AboutSection-module__UGBiha__orbBlue,.AboutSection-module__UGBiha__orbOrange{pointer-events:none;filter:blur(100px);opacity:.15;border-radius:50%;position:absolute}.AboutSection-module__UGBiha__orbBlue{background:var(--accent-blue);width:400px;height:400px;top:-100px;right:-150px}.AboutSection-module__UGBiha__orbOrange{background:var(--accent-orange);width:300px;height:300px;bottom:-80px;left:-100px}@media (max-width:640px){.AboutSection-module__UGBiha__stats{grid-template-columns:1fr}}
.ProjectsSection-module__5HM1Qq__projects{position:relative}.ProjectsSection-module__5HM1Qq__grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.ProjectsSection-module__5HM1Qq__card{padding:var(--space-lg);gap:var(--space-md);transition:transform var(--duration-med) var(--ease-out-expo), box-shadow var(--duration-med) var(--ease-out-expo), border-color var(--duration-med);flex-direction:column;display:flex;position:relative;overflow:hidden}.ProjectsSection-module__5HM1Qq__card:hover{border-color:#3b82f666;transform:translateY(-4px);box-shadow:0 12px 30px -10px #06b6d440}.ProjectsSection-module__5HM1Qq__cardAccent{opacity:.7;width:100%;height:3px;transition:opacity var(--duration-med);position:absolute;top:0;left:0}.ProjectsSection-module__5HM1Qq__card:hover .ProjectsSection-module__5HM1Qq__cardAccent{opacity:1}.ProjectsSection-module__5HM1Qq__cardTitle{color:var(--text);font-size:1.35rem;font-family:var(--font-heading)}.ProjectsSection-module__5HM1Qq__cardDesc{color:var(--text-muted);flex:1;font-size:.95rem;line-height:1.7}.ProjectsSection-module__5HM1Qq__tags{gap:var(--space-sm);flex-wrap:wrap;display:flex}.ProjectsSection-module__5HM1Qq__tag{text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-full);color:var(--accent-cyan);background:#3b82f61a;border:1px solid #3b82f626;padding:.3rem .8rem;font-size:.75rem;font-weight:600}.ProjectsSection-module__5HM1Qq__cardActions{align-items:center;gap:var(--space-sm);margin-top:var(--space-xs);padding-top:var(--space-md);border-top:1px solid #ffffff12;display:flex}.ProjectsSection-module__5HM1Qq__liveBtn{color:#050712;border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-out-expo);background:#0f8;border:1px solid #0f8c;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 0 16px #00ff884d}.ProjectsSection-module__5HM1Qq__liveBtn:hover{background:#2f9;transform:translateY(-2px);box-shadow:0 0 24px #00ff8880}.ProjectsSection-module__5HM1Qq__pulseDot{background:#050712;border-radius:50%;width:7px;height:7px;animation:1.8s infinite ProjectsSection-module__5HM1Qq__pulse;display:inline-block}@keyframes ProjectsSection-module__5HM1Qq__pulse{0%{opacity:.9;transform:scale(.9)}50%{opacity:.4;transform:scale(1.3)}to{opacity:.9;transform:scale(.9)}}.ProjectsSection-module__5HM1Qq__githubBtn{color:var(--text);border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-out-expo);background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:.3rem;padding:.45rem .95rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.ProjectsSection-module__5HM1Qq__githubBtn:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-1px)}@media (max-width:768px){.ProjectsSection-module__5HM1Qq__grid{grid-template-columns:1fr}}
.SkillsSection-module__YUZXca__skills{position:relative}.SkillsSection-module__YUZXca__grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.SkillsSection-module__YUZXca__card{padding:var(--space-lg);gap:var(--space-md);flex-direction:column;display:flex}.SkillsSection-module__YUZXca__cardHeader{align-items:center;gap:var(--space-sm);display:flex}.SkillsSection-module__YUZXca__cardHeader h3{color:var(--text);font-size:1.3rem}.SkillsSection-module__YUZXca__icon{font-size:1.8rem}.SkillsSection-module__YUZXca__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.SkillsSection-module__YUZXca__item{color:var(--text-muted);transition:color var(--duration-fast);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.SkillsSection-module__YUZXca__item:hover{color:var(--text)}@media (max-width:640px){.SkillsSection-module__YUZXca__grid{grid-template-columns:1fr}}
.ContactSection-module__UONp9G__contact{flex-direction:column;justify-content:center;min-height:80vh;display:flex}.ContactSection-module__UONp9G__inner{gap:var(--space-lg);text-align:center;flex-direction:column;align-items:center;display:flex}.ContactSection-module__UONp9G__desc{text-align:center;max-width:50ch;font-size:1.1rem;line-height:1.8}.ContactSection-module__UONp9G__links{gap:var(--space-md);margin-top:var(--space-md);display:flex}.ContactSection-module__UONp9G__socialCard{padding:var(--space-md) var(--space-lg);align-items:center;gap:var(--space-sm);cursor:pointer;text-decoration:none;display:flex}.ContactSection-module__UONp9G__socialLabel{font-size:1rem;font-weight:600}.ContactSection-module__UONp9G__socialIcon{transition:transform var(--duration-fast);font-size:1.2rem}.ContactSection-module__UONp9G__socialCard:hover .ContactSection-module__UONp9G__socialIcon{transform:translate(2px,-2px)}.ContactSection-module__UONp9G__footer{text-align:center;padding:var(--space-xl) 0 var(--space-lg);margin-top:auto}.ContactSection-module__UONp9G__footer p{color:var(--text-muted);max-width:none;font-size:.85rem}@media (max-width:640px){.ContactSection-module__UONp9G__links{flex-direction:column;width:100%}.ContactSection-module__UONp9G__socialCard{justify-content:center}}
