.Navbar-module__p7GmqG__nav{z-index:100;border-radius:var(--radius-xl);transition:all var(--transition-medium);background:0 0;width:auto;max-width:min(90vw,700px);padding:.75rem 1.5rem;position:fixed;top:1rem;left:50%;transform:translate(-50%)translateY(0)}.Navbar-module__p7GmqG__nav.Navbar-module__p7GmqG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:0 8px 32px #0000004d}.Navbar-module__p7GmqG__nav.Navbar-module__p7GmqG__hidden{transform:translate(-50%)translateY(-120%)}.Navbar-module__p7GmqG__inner{align-items:center;gap:2rem;display:flex}.Navbar-module__p7GmqG__logo{letter-spacing:-.02em;white-space:nowrap;font-size:1.125rem;font-weight:700}.Navbar-module__p7GmqG__logoAccent,.Navbar-module__p7GmqG__logoDot{color:var(--color-accent)}.Navbar-module__p7GmqG__links{align-items:center;gap:.25rem;margin-left:auto;list-style:none;display:flex}.Navbar-module__p7GmqG__link{color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:.4rem .75rem;font-size:.875rem;font-weight:500}.Navbar-module__p7GmqG__link:hover{color:var(--color-text-primary);background:#ffffff0d}.Navbar-module__p7GmqG__ghLink{color:var(--color-text-secondary);transition:color var(--transition-fast);align-items:center;display:flex}.Navbar-module__p7GmqG__ghLink:hover{color:var(--color-accent)}@media (max-width:640px){.Navbar-module__p7GmqG__nav{padding:.625rem 1rem;top:auto;bottom:1rem}.Navbar-module__p7GmqG__links{gap:0}.Navbar-module__p7GmqG__link{padding:.4rem .5rem;font-size:.8125rem}.Navbar-module__p7GmqG__ghLink{display:none}}
.ScrollProgress-module__-M03Yq__track{z-index:9998;opacity:0;width:100%;height:3px;transition:opacity var(--transition-medium);background:0 0;position:fixed;top:0;left:0}.ScrollProgress-module__-M03Yq__track.ScrollProgress-module__-M03Yq__visible{opacity:1}.ScrollProgress-module__-M03Yq__bar{background:linear-gradient(90deg,var(--color-accent),var(--color-accent-secondary));width:0%;height:100%;box-shadow:0 0 10px var(--color-accent-glow);border-radius:0 2px 2px 0;transition:width 50ms linear}
.AnimatedText-module__b_oOOa__container{flex-wrap:wrap;display:inline-flex;overflow:hidden}.AnimatedText-module__b_oOOa__animUnit{will-change:transform,opacity;transform-origin:bottom;display:inline-block}
.GlowButton-module__5dwdVq__button{border-radius:var(--radius-md);letter-spacing:.02em;transition:all var(--transition-medium);cursor:pointer;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.GlowButton-module__5dwdVq__primary{background:linear-gradient(135deg,var(--color-accent),#00cc6a);color:#0a0a0f}.GlowButton-module__5dwdVq__primary:hover{box-shadow:0 0 30px var(--color-accent-glow),0 10px 40px #0f83;transform:translateY(-2px)}.GlowButton-module__5dwdVq__secondary{color:var(--color-text-primary);border:1px solid var(--color-border);background:0 0}.GlowButton-module__5dwdVq__secondary:hover{border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 0 20px var(--color-accent-dim);transform:translateY(-2px)}.GlowButton-module__5dwdVq__content{z-index:1;position:relative}.GlowButton-module__5dwdVq__glow{border-radius:inherit;opacity:0;transition:opacity var(--transition-medium);background:radial-gradient(circle at center,var(--color-accent-glow),transparent 70%);position:absolute;inset:0}.GlowButton-module__5dwdVq__button:hover .GlowButton-module__5dwdVq__glow{opacity:1}
.Hero-module__KTD73a__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__content{z-index:2;text-align:center;max-width:800px;padding:0 var(--container-padding);position:relative}.Hero-module__KTD73a__labelRow{margin-bottom:1.5rem}.Hero-module__KTD73a__name{justify-content:center;margin-bottom:1.5rem}.Hero-module__KTD73a__subtitle{color:var(--color-text-secondary);opacity:0;max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7}.Hero-module__KTD73a__cta{opacity:0;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__KTD73a__heroStats{justify-content:center;gap:3rem;margin-top:3rem;display:flex}.Hero-module__KTD73a__heroStat{opacity:0;flex-direction:column;align-items:center;gap:.25rem;display:flex}.Hero-module__KTD73a__heroStatValue{letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.Hero-module__KTD73a__heroStatLabel{font-family:var(--font-mono);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.6875rem}.Hero-module__KTD73a__scrollIndicator{opacity:0;z-index:2;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.Hero-module__KTD73a__scrollLine{background:linear-gradient(to bottom,var(--color-accent),transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__KTD73a__scrollPulse}.Hero-module__KTD73a__scrollText{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);font-size:.6875rem}@keyframes Hero-module__KTD73a__scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.4;transform:scaleY(.6)}}@media (max-width:640px){.Hero-module__KTD73a__hero{min-height:100svh}.Hero-module__KTD73a__heroStats{z-index:3;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);background:#0a0c1299;border:1px solid #ffffff0f;gap:1.5rem;padding:1rem 1.5rem;position:relative}.Hero-module__KTD73a__heroStatValue{text-shadow:0 0 20px #00ff884d;font-size:1.25rem}.Hero-module__KTD73a__heroStatLabel{text-shadow:0 1px 4px #000c}}
.About-module__XXGFJG__about{position:relative}.About-module__XXGFJG__grid{grid-template-columns:280px 1fr;align-items:center;gap:4rem;display:grid}.About-module__XXGFJG__left{opacity:0;justify-content:center;display:flex}.About-module__XXGFJG__avatarBox{width:200px;height:200px;position:relative}.About-module__XXGFJG__avatarGlow{background:radial-gradient(circle,var(--color-accent-glow),transparent 70%);border-radius:50%;animation:3s ease-in-out infinite About-module__XXGFJG__glowPulse;position:absolute;inset:-24px}.About-module__XXGFJG__avatarRing{background:conic-gradient(from 0deg,var(--color-accent),var(--color-accent-secondary),transparent,var(--color-accent))border-box;-webkit-mask-composite:xor;border:2px solid #0000;border-radius:50%;animation:6s linear infinite About-module__XXGFJG__ringRotate;position:absolute;inset:-4px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes About-module__XXGFJG__ringRotate{to{transform:rotate(360deg)}}.About-module__XXGFJG__avatarInner{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.About-module__XXGFJG__avatarEmoji{font-size:4rem}.About-module__XXGFJG__statusBadge{background:var(--color-bg-elevated);border:1px solid var(--glass-border);color:var(--color-accent);white-space:nowrap;border-radius:100px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:600;display:flex;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.About-module__XXGFJG__statusDot{background:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite About-module__XXGFJG__statusPulse}@keyframes About-module__XXGFJG__statusPulse{0%,to{opacity:1;box-shadow:0 0 0 0 var(--color-accent-glow)}50%{opacity:.7;box-shadow:0 0 0 4px #0000}}@keyframes About-module__XXGFJG__glowPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.About-module__XXGFJG__right{flex-direction:column;display:flex}.About-module__XXGFJG__bio{margin:1.5rem 0}.About-module__XXGFJG__bio p:first-child{color:var(--color-text-secondary);margin-bottom:1rem}.About-module__XXGFJG__bio strong{color:var(--color-text-primary);font-weight:600}.About-module__XXGFJG__bioSecondary{color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.About-module__XXGFJG__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.About-module__XXGFJG__tag{font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-accent);background:var(--color-accent-dim);transition:all var(--transition-fast);opacity:0;border:1px solid #00ff881f;border-radius:100px;align-items:center;padding:.3rem .75rem;font-size:.6875rem;font-weight:500;display:inline-flex}.About-module__XXGFJG__tag:hover{box-shadow:0 0 12px var(--color-accent-dim);background:#00ff8826;border-color:#00ff884d;transform:translateY(-1px)}.About-module__XXGFJG__stats{flex-wrap:wrap;gap:2rem;display:flex}.About-module__XXGFJG__statItem{opacity:0;flex-direction:column;gap:.25rem;display:flex}.About-module__XXGFJG__statValue{letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.About-module__XXGFJG__statLabel{font-family:var(--font-mono);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.6875rem}@media (max-width:768px){.About-module__XXGFJG__grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.About-module__XXGFJG__avatarBox{width:160px;height:160px}.About-module__XXGFJG__stats{justify-content:center;gap:1.5rem}.About-module__XXGFJG__tags{justify-content:center}.About-module__XXGFJG__right{align-items:center}}
.ImpactNumbers-module__bidLuW__impact{position:relative}.ImpactNumbers-module__bidLuW__subtitle{color:var(--color-text-secondary);max-width:480px;margin-bottom:3rem;font-size:1.0625rem}.ImpactNumbers-module__bidLuW__metricsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3.5rem;display:grid}.ImpactNumbers-module__bidLuW__metricCard{text-align:center;transition:transform var(--transition-medium),border-color var(--transition-medium);opacity:0;flex-direction:column;align-items:center;gap:.375rem;padding:2rem 1.5rem;display:flex}.ImpactNumbers-module__bidLuW__metricCard:hover{border-color:#00ff8826;transform:translateY(-4px)}.ImpactNumbers-module__bidLuW__metricIcon{margin-bottom:.5rem;font-size:1.75rem}.ImpactNumbers-module__bidLuW__metricValue{letter-spacing:-.03em;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800;line-height:1.1}.ImpactNumbers-module__bidLuW__metricLabel{color:var(--color-text-primary);font-size:.875rem;font-weight:600}.ImpactNumbers-module__bidLuW__metricDesc{font-family:var(--font-mono);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem}.ImpactNumbers-module__bidLuW__domainsSection{max-width:640px}.ImpactNumbers-module__bidLuW__domainsTitle{font-family:var(--font-mono);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.8125rem;font-weight:600}.ImpactNumbers-module__bidLuW__domainsList{flex-direction:column;gap:1rem;display:flex}.ImpactNumbers-module__bidLuW__domainItem{opacity:0;flex-direction:column;gap:.375rem;display:flex}.ImpactNumbers-module__bidLuW__domainHeader{justify-content:space-between;align-items:baseline;display:flex}.ImpactNumbers-module__bidLuW__domainName{font-size:.875rem;font-weight:500}.ImpactNumbers-module__bidLuW__domainPercent{font-family:var(--font-mono);color:var(--color-text-muted);font-size:.75rem}.ImpactNumbers-module__bidLuW__domainTrack{background:#ffffff0d;border-radius:3px;width:100%;height:6px;overflow:hidden}.ImpactNumbers-module__bidLuW__domainFill{height:100%;width:var(--fill-width,0%);background:var(--fill-color,var(--color-accent));transform-origin:0;will-change:transform;box-shadow:0 0 10px color-mix(in srgb,var(--fill-color,var(--color-accent))40%,transparent);border-radius:3px}@media (max-width:768px){.ImpactNumbers-module__bidLuW__metricsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ImpactNumbers-module__bidLuW__metricsGrid{grid-template-columns:1fr}.ImpactNumbers-module__bidLuW__metricCard{padding:1.5rem}.ImpactNumbers-module__bidLuW__metricValue{font-size:1.75rem}}
.Journey-module__lC3ATq__journey{position:relative}.Journey-module__lC3ATq__subtitle{color:var(--color-text-secondary);max-width:600px;margin-bottom:3.5rem;font-size:1.0625rem}.Journey-module__lC3ATq__timeline{padding-left:60px;position:relative}.Journey-module__lC3ATq__line{background:#ffffff0d;width:2px;position:absolute;top:0;bottom:0;left:20px}.Journey-module__lC3ATq__lineFill{background:linear-gradient(to bottom,var(--color-accent),var(--color-accent-secondary),transparent);transform-origin:top;will-change:transform;position:absolute;inset:0}.Journey-module__lC3ATq__item{opacity:0;margin-bottom:2.5rem;position:relative}.Journey-module__lC3ATq__item:last-child{margin-bottom:0}.Journey-module__lC3ATq__marker{background:var(--color-bg-elevated);border:2px solid var(--color-border);z-index:2;width:36px;height:36px;transition:border-color var(--transition-medium),box-shadow var(--transition-medium);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.5rem;left:-52px}.Journey-module__lC3ATq__item:hover .Journey-module__lC3ATq__marker{border-color:var(--accent,var(--color-accent));box-shadow:0 0 16px color-mix(in srgb,var(--accent,var(--color-accent))30%,transparent)}.Journey-module__lC3ATq__markerIcon{font-size:1rem}.Journey-module__lC3ATq__card{border-radius:var(--radius-md);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);transition:border-color var(--transition-medium),transform var(--transition-medium);padding:1.75rem 2rem}.Journey-module__lC3ATq__item:hover .Journey-module__lC3ATq__card{border-color:color-mix(in srgb,var(--accent,var(--color-accent))20%,transparent);transform:translate(4px)}.Journey-module__lC3ATq__cardHeader{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.Journey-module__lC3ATq__year{font-family:var(--font-mono);color:var(--accent,var(--color-accent));background:color-mix(in srgb,var(--accent,var(--color-accent))10%,transparent);letter-spacing:.08em;border-radius:100px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.Journey-module__lC3ATq__company{font-family:var(--font-mono);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem}.Journey-module__lC3ATq__title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Journey-module__lC3ATq__description{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.Journey-module__lC3ATq__achievements{flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:0;list-style:none;display:flex}.Journey-module__lC3ATq__achievement{color:var(--color-text-secondary);align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.5;display:flex}.Journey-module__lC3ATq__achievementDot{background:var(--accent,var(--color-accent));border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:.45rem}.Journey-module__lC3ATq__tagList{flex-wrap:wrap;gap:.375rem;display:flex}.Journey-module__lC3ATq__tag{font-family:var(--font-mono);color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:100px;padding:.2rem .5rem;font-size:.625rem;font-weight:500}@media (max-width:640px){.Journey-module__lC3ATq__timeline{padding-left:48px}.Journey-module__lC3ATq__marker{width:28px;height:28px;left:-40px}.Journey-module__lC3ATq__markerIcon{font-size:.8rem}.Journey-module__lC3ATq__line{left:14px}.Journey-module__lC3ATq__card{padding:1.25rem}.Journey-module__lC3ATq__title{font-size:1.1rem}}
.ProjectCard-module__yh7XLG__card{border-radius:var(--radius-lg);background:var(--color-bg-elevated);cursor:pointer;color:inherit;transform-style:preserve-3d;will-change:transform;transition:box-shadow var(--transition-medium),transform var(--transition-medium);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.ProjectCard-module__yh7XLG__card:hover{box-shadow:0 0 50px #00ff880f,0 25px 70px #00000080}.ProjectCard-module__yh7XLG__featured{grid-column:span 2}.ProjectCard-module__yh7XLG__featured .ProjectCard-module__yh7XLG__visual{height:320px}.ProjectCard-module__yh7XLG__large .ProjectCard-module__yh7XLG__visual{height:180px}.ProjectCard-module__yh7XLG__medium .ProjectCard-module__yh7XLG__visual{height:150px}.ProjectCard-module__yh7XLG__visual{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProjectCard-module__yh7XLG__visualIcon{z-index:2;filter:drop-shadow(0 0 20px #fff3);transition:transform var(--transition-medium);font-size:3rem}.ProjectCard-module__yh7XLG__card:hover .ProjectCard-module__yh7XLG__visualIcon{transform:scale(1.15)translateY(-4px)}.ProjectCard-module__yh7XLG__visualGrid{z-index:1;opacity:.12;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.ProjectCard-module__yh7XLG__visualGlow{background:var(--card-accent,var(--color-accent));opacity:.15;filter:blur(50px);z-index:0;width:120px;height:120px;transition:opacity var(--transition-medium),transform var(--transition-medium);border-radius:50%;position:absolute}.ProjectCard-module__yh7XLG__card:hover .ProjectCard-module__yh7XLG__visualGlow{opacity:.3;transform:scale(1.4)}.ProjectCard-module__yh7XLG__visualImage{object-fit:cover;object-position:top center;z-index:1;transition:transform var(--transition-medium),filter var(--transition-medium)}.ProjectCard-module__yh7XLG__card:hover .ProjectCard-module__yh7XLG__visualImage{filter:brightness(1.1);transform:scale(1.05)}.ProjectCard-module__yh7XLG__visualImageOverlay{z-index:2;background:linear-gradient(#0000 40%,#0a0c12d9 100%);position:absolute;inset:0}.ProjectCard-module__yh7XLG__glare{pointer-events:none;opacity:0;transition:opacity var(--transition-medium);background:radial-gradient(500px circle at var(--mouse-x,50%)var(--mouse-y,50%),#ffffff0a,transparent 60%);z-index:3;position:absolute;inset:0}.ProjectCard-module__yh7XLG__card:hover .ProjectCard-module__yh7XLG__glare{opacity:1}.ProjectCard-module__yh7XLG__border{border-radius:inherit;pointer-events:none;border:1px solid var(--color-border);transition:border-color var(--transition-medium);z-index:4;position:absolute;inset:0}.ProjectCard-module__yh7XLG__card:hover .ProjectCard-module__yh7XLG__border{border-color:var(--card-accent,var(--color-accent))}.ProjectCard-module__yh7XLG__content{z-index:2;flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1.75rem 1.75rem;display:flex;position:relative}.ProjectCard-module__yh7XLG__meta{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.ProjectCard-module__yh7XLG__year{font-family:var(--font-mono);color:var(--color-accent);letter-spacing:.08em;background:var(--color-accent-dim);border-radius:100px;padding:.15rem .5rem;font-size:.6875rem}.ProjectCard-module__yh7XLG__role{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem}.ProjectCard-module__yh7XLG__header{align-items:center;gap:.625rem;display:flex}.ProjectCard-module__yh7XLG__dot{background:var(--card-accent,var(--color-accent));width:8px;height:8px;box-shadow:0 0 12px var(--card-accent,var(--color-accent));border-radius:50%;flex-shrink:0}.ProjectCard-module__yh7XLG__title{letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.ProjectCard-module__yh7XLG__description{color:var(--color-text-secondary);flex:1;font-size:.875rem;line-height:1.65}.ProjectCard-module__yh7XLG__tags{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.ProjectCard-module__yh7XLG__tag{font-family:var(--font-mono);letter-spacing:.03em;color:var(--color-text-secondary);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:100px;padding:.2rem .5rem;font-size:.625rem}.ProjectCard-module__yh7XLG__arrow{color:var(--color-text-muted);transition:all var(--transition-fast);font-size:1.25rem;position:absolute;top:1.5rem;right:1.75rem}.ProjectCard-module__yh7XLG__card:hover .ProjectCard-module__yh7XLG__arrow{color:var(--card-accent,var(--color-accent));transform:translate(4px)}@media (max-width:768px){.ProjectCard-module__yh7XLG__featured{grid-column:span 1}.ProjectCard-module__yh7XLG__featured .ProjectCard-module__yh7XLG__visual,.ProjectCard-module__yh7XLG__large .ProjectCard-module__yh7XLG__visual{height:140px}.ProjectCard-module__yh7XLG__content{padding:1.25rem}}
.Projects-module__iNRuFG__projects{position:relative}.Projects-module__iNRuFG__description{color:var(--color-text-secondary);max-width:520px;margin:1rem 0 3rem;font-size:1.0625rem}.Projects-module__iNRuFG__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.Projects-module__iNRuFG__grid{grid-template-columns:1fr}.Projects-module__iNRuFG__description{margin-bottom:2rem}}
.Skills-module__miM9_W__skills{position:relative}.Skills-module__miM9_W__description{color:var(--color-text-secondary);max-width:520px;margin:1rem 0 3rem;font-size:1.0625rem}.Skills-module__miM9_W__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Skills-module__miM9_W__grid .Skills-module__miM9_W__card:nth-child(4),.Skills-module__miM9_W__grid .Skills-module__miM9_W__card:nth-child(5){grid-column:span 1}.Skills-module__miM9_W__card{opacity:0;transition:transform var(--transition-medium),border-color var(--transition-medium);padding:2rem}.Skills-module__miM9_W__card:hover{border-color:color-mix(in srgb,var(--card-accent,var(--color-accent))20%,transparent);transform:translateY(-4px)}.Skills-module__miM9_W__cardHeader{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.Skills-module__miM9_W__catIcon{font-size:1.5rem}.Skills-module__miM9_W__catTitle{color:var(--card-accent,var(--color-accent));font-size:.875rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.Skills-module__miM9_W__tagCloud{flex-wrap:wrap;gap:.375rem;display:flex}.Skills-module__miM9_W__skillTag{color:var(--color-text-secondary);transition:all var(--transition-fast);opacity:0;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:100px;align-items:center;padding:.35rem .7rem;font-size:.75rem;font-weight:500;display:inline-flex}.Skills-module__miM9_W__skillTag:hover{color:var(--card-accent,var(--color-accent));background:color-mix(in srgb,var(--card-accent,var(--color-accent))8%,transparent);border-color:color-mix(in srgb,var(--card-accent,var(--color-accent))25%,transparent);box-shadow:0 0 10px color-mix(in srgb,var(--card-accent,var(--color-accent))15%,transparent);transform:translateY(-1px)}@media (max-width:900px){.Skills-module__miM9_W__grid{grid-template-columns:repeat(2,1fr)}.Skills-module__miM9_W__grid .Skills-module__miM9_W__card:last-child{grid-column:span 2}}@media (max-width:640px){.Skills-module__miM9_W__grid{grid-template-columns:1fr}.Skills-module__miM9_W__grid .Skills-module__miM9_W__card:last-child{grid-column:span 1}.Skills-module__miM9_W__card{padding:1.5rem}}
.Achievements-module__7vnChW__achievements{position:relative}.Achievements-module__7vnChW__subtitle{color:var(--color-text-secondary);max-width:520px;margin-bottom:3rem;font-size:1.0625rem}.Achievements-module__7vnChW__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.Achievements-module__7vnChW__card{border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);transition:transform var(--transition-medium),border-color var(--transition-medium);opacity:0;position:relative;overflow:hidden}.Achievements-module__7vnChW__card:hover{border-color:#ffffff1f;transform:translateY(-6px)scale(1.02)}.Achievements-module__7vnChW__cardGlow{opacity:.8;height:3px;transition:opacity var(--transition-medium);position:absolute;top:0;left:0;right:0}.Achievements-module__7vnChW__card:hover .Achievements-module__7vnChW__cardGlow{opacity:1;height:4px}.Achievements-module__7vnChW__cardContent{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.Achievements-module__7vnChW__icon{margin-bottom:.25rem;font-size:2.5rem}.Achievements-module__7vnChW__metric{letter-spacing:-.03em;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1.1}.Achievements-module__7vnChW__title{font-size:.9375rem;font-weight:700;line-height:1.3}.Achievements-module__7vnChW__description{color:var(--color-text-muted);font-size:.75rem;line-height:1.5}@media (max-width:900px){.Achievements-module__7vnChW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Achievements-module__7vnChW__grid{grid-template-columns:1fr}.Achievements-module__7vnChW__cardContent{padding:1.5rem}}
.DeepTech-module__JgJMbq__deeptech{position:relative}.DeepTech-module__JgJMbq__subtitle{color:var(--color-text-secondary);max-width:560px;margin-bottom:3rem;font-size:1.0625rem}.DeepTech-module__JgJMbq__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.DeepTech-module__JgJMbq__card{border-radius:var(--radius-md);transition:transform var(--transition-medium),border-color var(--transition-medium),box-shadow var(--transition-medium);opacity:0;background:#0a0a14cc;border:1px solid #00ff8814;padding:2rem;position:relative;overflow:hidden}.DeepTech-module__JgJMbq__card:before{content:"";background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.DeepTech-module__JgJMbq__card:hover{border-color:#0f83;transform:translateY(-4px);box-shadow:0 8px 32px #00ff880f}.DeepTech-module__JgJMbq__cardIcon{margin-bottom:1rem;font-size:2rem}.DeepTech-module__JgJMbq__cardBody{margin-bottom:1.25rem}.DeepTech-module__JgJMbq__cardTitle{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.DeepTech-module__JgJMbq__cardDetail{color:var(--color-text-secondary);font-size:.8125rem;line-height:1.6}.DeepTech-module__JgJMbq__terminalDeco{font-family:var(--font-mono);color:var(--color-text-muted);border-top:1px solid #ffffff0a;padding-top:.75rem;font-size:.6875rem}.DeepTech-module__JgJMbq__terminalPrompt{color:var(--color-accent)}.DeepTech-module__JgJMbq__terminalCmd{color:var(--color-text-muted)}.DeepTech-module__JgJMbq__terminalCursor{color:var(--color-accent);animation:1s step-end infinite DeepTech-module__JgJMbq__blink}@keyframes DeepTech-module__JgJMbq__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.DeepTech-module__JgJMbq__grid{grid-template-columns:1fr}.DeepTech-module__JgJMbq__card{padding:1.5rem}}
.Contact-module__UT7GOW__contact{padding-bottom:2rem;position:relative}.Contact-module__UT7GOW__content{text-align:center;opacity:0;max-width:600px;margin:0 auto}.Contact-module__UT7GOW__heading{justify-content:center}.Contact-module__UT7GOW__headingAccent{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1}.Contact-module__UT7GOW__description{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}.Contact-module__UT7GOW__cta{margin-bottom:3rem}.Contact-module__UT7GOW__socials{justify-content:center;gap:1.5rem;display:flex}.Contact-module__UT7GOW__socialLink{border-radius:var(--radius-sm);color:var(--color-text-secondary);transition:all var(--transition-fast);opacity:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.Contact-module__UT7GOW__socialLink:hover{color:var(--color-accent);background:#00ff880d}
.Footer-module__dpPCzG__footer{padding:2rem 0;position:relative}.Footer-module__dpPCzG__gradientLine{background:linear-gradient(90deg,transparent,var(--color-accent-dim),var(--color-accent),var(--color-accent-dim),transparent);height:1px;margin-bottom:2rem}.Footer-module__dpPCzG__inner{justify-content:space-between;align-items:center;display:flex}.Footer-module__dpPCzG__copy{color:var(--color-text-muted);font-size:.8125rem}.Footer-module__dpPCzG__heart{color:var(--color-accent)}.Footer-module__dpPCzG__tech{font-family:var(--font-mono);color:var(--color-text-muted);letter-spacing:.05em;font-size:.6875rem}@media (max-width:640px){.Footer-module__dpPCzG__inner{text-align:center;flex-direction:column;gap:.5rem}}
