.FloatingParticles-module__JJiqZG__container{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.FloatingParticles-module__JJiqZG__particle{opacity:.3;border-radius:50%;position:absolute}.FloatingParticles-module__JJiqZG__primary{background-color:var(--particle-primary)}.FloatingParticles-module__JJiqZG__accent{background-color:var(--particle-accent)}
.HeroSection-module__YGMWTW__section{justify-content:center;align-items:center;min-height:100dvh;margin-top:-80px;padding:8rem 1.25rem 2rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__YGMWTW__background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.HeroSection-module__YGMWTW__dotGrid{background-image:radial-gradient(circle,var(--text-muted)1px,transparent 1px);opacity:.06;background-size:40px 40px;display:none;position:absolute;inset:0}.HeroSection-module__YGMWTW__blob1{filter:blur(60px);background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);width:40vw;height:40vw;animation:12s ease-in-out infinite HeroSection-module__YGMWTW__float;position:absolute;top:10%;left:-5%}.HeroSection-module__YGMWTW__blob2{filter:blur(60px);background:radial-gradient(circle,#6366f114 0%,#0000 70%);width:35vw;height:35vw;animation:16s ease-in-out infinite reverse HeroSection-module__YGMWTW__float;position:absolute;bottom:5%;right:-5%}@keyframes HeroSection-module__YGMWTW__float{0%,to{transform:translate(0)}50%{transform:translate(15px,20px)}}.HeroSection-module__YGMWTW__container{max-width:var(--container-max);flex-direction:column;align-items:center;gap:3rem;width:100%;margin:0 auto;display:flex}.HeroSection-module__YGMWTW__content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.HeroSection-module__YGMWTW__greeting{color:var(--accent-primary);letter-spacing:.02em;align-items:center;gap:0;font-family:Fira Code,monospace;font-size:.85rem;display:flex}.HeroSection-module__YGMWTW__cursor{background:var(--accent-primary);width:8px;height:1.2em;margin-left:2px;animation:1s step-end infinite HeroSection-module__YGMWTW__blink;display:inline-block}@keyframes HeroSection-module__YGMWTW__blink{0%,to{opacity:1}50%{opacity:0}}.HeroSection-module__YGMWTW__title{letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(2.75rem,9vw,5.5rem);font-weight:700;line-height:1}.HeroSection-module__YGMWTW__firstName{background:linear-gradient(135deg,var(--accent-primary)0%,var(--text-primary)50%,var(--accent-primary)100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:8s infinite HeroSection-module__YGMWTW__gradientShift}@keyframes HeroSection-module__YGMWTW__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.HeroSection-module__YGMWTW__role{color:var(--text-secondary);justify-content:center;align-items:center;font-size:clamp(1.1rem,3vw,1.75rem);font-weight:600;display:flex}.HeroSection-module__YGMWTW__typingCursor{background:var(--accent-primary);width:2px;height:1.1em;margin-left:4px;animation:.8s step-end infinite HeroSection-module__YGMWTW__blink;display:inline-block}.HeroSection-module__YGMWTW__chips{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.HeroSection-module__YGMWTW__chip{color:var(--text-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-card);border-radius:var(--radius-xl);cursor:default;transition:all var(--transition-smooth);white-space:nowrap;background:#ffffff08;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex;position:relative}.HeroSection-module__YGMWTW__chip:hover{color:var(--text-primary);border-color:var(--accent-primary);background:#ffffff0f;transform:translateY(-2px)}.HeroSection-module__YGMWTW__chipTooltip{color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:all var(--transition-fast);z-index:10;padding:.4rem .75rem;font-family:Fira Code,monospace;font-size:.7rem;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)scale(.95)}.HeroSection-module__YGMWTW__chip:hover .HeroSection-module__YGMWTW__chipTooltip{opacity:1;transform:translate(-50%)scale(1)}.HeroSection-module__YGMWTW__ctaGroup{flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.HeroSection-module__YGMWTW__primaryBtn,.HeroSection-module__YGMWTW__secondaryBtn,.HeroSection-module__YGMWTW__cvBtn{border-radius:var(--radius-xl);transition:all var(--transition-fast);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.6rem;width:100%;max-width:280px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.HeroSection-module__YGMWTW__primaryBtn{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.HeroSection-module__YGMWTW__primaryBtn:hover{background:var(--accent-secondary);transform:translateY(-2px);box-shadow:0 8px 24px #3b82f64d}.HeroSection-module__YGMWTW__primaryBtn svg{transition:transform var(--transition-fast)}.HeroSection-module__YGMWTW__primaryBtn:hover svg{transform:translate(4px)}.HeroSection-module__YGMWTW__secondaryBtn{border-color:var(--border-card);color:var(--text-primary);background:0 0}.HeroSection-module__YGMWTW__secondaryBtn:hover{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:var(--text-primary);background:#ffffff0d;transform:translateY(-2px)}.HeroSection-module__YGMWTW__cvBtn{border-color:var(--border-card);color:var(--text-muted);background:0 0;font-family:Fira Code,monospace;font-size:.85rem}.HeroSection-module__YGMWTW__cvBtn:hover{color:var(--text-primary);border-style:dashed;transform:translateY(-2px)}.HeroSection-module__YGMWTW__codeCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-card);border-radius:var(--radius-lg);background:#16161a99;width:100%;max-width:380px;overflow:hidden}.HeroSection-module__YGMWTW__codeCardHeader{border-bottom:1px solid var(--border-card);align-items:center;gap:.5rem;padding:.65rem 1rem;display:flex}.HeroSection-module__YGMWTW__codeCardDots{gap:6px;display:flex}.HeroSection-module__YGMWTW__dot{border-radius:50%;width:10px;height:10px}.HeroSection-module__YGMWTW__dotRed{background:#ef4444}.HeroSection-module__YGMWTW__dotYellow{background:#eab308}.HeroSection-module__YGMWTW__dotGreen{background:#22c55e}.HeroSection-module__YGMWTW__codeCardTab{color:var(--text-muted);margin-left:.5rem;font-family:Fira Code,monospace;font-size:.7rem}.HeroSection-module__YGMWTW__codeCardBody{padding:1rem 1.25rem;font-family:Fira Code,monospace;font-size:.75rem;line-height:1.75}.HeroSection-module__YGMWTW__codeLine{white-space:nowrap;overflow:hidden}.HeroSection-module__YGMWTW__codeKeyword{color:#c084fc}.HeroSection-module__YGMWTW__codeVar{color:var(--text-primary)}.HeroSection-module__YGMWTW__codePunctuation{color:var(--text-muted)}.HeroSection-module__YGMWTW__codeKey{color:var(--text-primary)}.HeroSection-module__YGMWTW__codeString{color:#4ade80}.HeroSection-module__YGMWTW__codeNumber{color:var(--accent-primary)}.HeroSection-module__YGMWTW__codeComment{color:var(--text-muted);font-style:italic}@media (min-width:768px){.HeroSection-module__YGMWTW__section{min-height:90vh;padding:var(--section-padding)1.5rem}.HeroSection-module__YGMWTW__dotGrid{display:block}.HeroSection-module__YGMWTW__container{flex-direction:row;align-items:center;gap:4rem}.HeroSection-module__YGMWTW__content{text-align:left;flex:1.1;align-items:flex-start}.HeroSection-module__YGMWTW__role,.HeroSection-module__YGMWTW__chips{justify-content:flex-start}.HeroSection-module__YGMWTW__ctaGroup{flex-direction:row;gap:1rem}.HeroSection-module__YGMWTW__primaryBtn,.HeroSection-module__YGMWTW__secondaryBtn,.HeroSection-module__YGMWTW__cvBtn{width:auto;max-width:none}.HeroSection-module__YGMWTW__codeCard{flex:.9;max-width:420px}.HeroSection-module__YGMWTW__codeCardBody{font-size:.8rem}}@media (min-width:1024px){.HeroSection-module__YGMWTW__codeCard{max-width:440px}.HeroSection-module__YGMWTW__codeCardBody{font-size:.85rem}}html.light .HeroSection-module__YGMWTW__codeCard{background:#f1f5f9cc}html.light .HeroSection-module__YGMWTW__chip{background:#00000008}html.light .HeroSection-module__YGMWTW__chip:hover{background:#0000000f}html.light .HeroSection-module__YGMWTW__chipTooltip{background:var(--bg-primary);box-shadow:0 4px 12px #0000001a}html.light .HeroSection-module__YGMWTW__codeKeyword{color:#7c3aed}html.light .HeroSection-module__YGMWTW__codeString{color:#16a34a}
.AboutSection-module__G26wWW__section{padding:var(--section-padding)1.5rem;background-color:var(--bg-secondary);position:relative;overflow:hidden}.AboutSection-module__G26wWW__container{max-width:var(--container-max);flex-direction:column;gap:2.5rem;margin:0 auto;display:flex}.AboutSection-module__G26wWW__title{color:var(--text-primary);font-size:clamp(2rem,5vw,3rem);font-weight:700;display:inline-block;position:relative}.AboutSection-module__G26wWW__title:after{content:"";background:var(--accent-gradient);border-radius:2px;width:60px;height:3px;margin-top:.75rem;display:block}.AboutSection-module__G26wWW__bioRow{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.AboutSection-module__G26wWW__avatarWrapper{flex-shrink:0}.AboutSection-module__G26wWW__avatar{object-fit:cover;width:120px;height:120px;box-shadow:0 0 0 3px var(--bg-secondary),0 0 0 5px #6366f14d;border-radius:50%}.AboutSection-module__G26wWW__bioText{flex-direction:column;gap:.25rem;display:flex}@media (min-width:768px){.AboutSection-module__G26wWW__bioRow{flex-direction:row;align-items:flex-start;gap:2rem}}.AboutSection-module__G26wWW__bio{color:var(--text-secondary);max-width:640px;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.85}.AboutSection-module__G26wWW__tagline{color:var(--text-primary);opacity:.9;margin-top:.25rem;font-size:clamp(1.05rem,2.5vw,1.2rem);font-style:italic;font-weight:600}.AboutSection-module__G26wWW__badges{flex-wrap:wrap;gap:.5rem;display:flex}.AboutSection-module__G26wWW__badge{color:var(--text-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-card);border-radius:var(--radius-xl);transition:all var(--transition-smooth);background:#ffffff08;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.AboutSection-module__G26wWW__badge:hover{color:var(--text-primary);border-color:var(--accent-primary);background:#ffffff0f;transform:translateY(-2px)}html.light .AboutSection-module__G26wWW__badge{background:#00000008}html.light .AboutSection-module__G26wWW__badge:hover{background:#0000000f}
.StatsCounter-module__oD3Zlq__container{max-width:var(--container-max);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);grid-template-columns:repeat(2,1fr);gap:2rem;margin:0 auto;padding:4rem 1.5rem;display:grid}.StatsCounter-module__oD3Zlq__statItem{text-align:center;flex-direction:column;align-items:center;display:flex}.StatsCounter-module__oD3Zlq__numberWrapper{align-items:baseline;gap:2px;display:flex}.StatsCounter-module__oD3Zlq__number{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.StatsCounter-module__oD3Zlq__suffix{color:var(--accent-primary);font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.StatsCounter-module__oD3Zlq__label{color:var(--text-muted);margin-top:.5rem;font-size:1rem;font-weight:500}@media (min-width:768px){.StatsCounter-module__oD3Zlq__container{grid-template-columns:repeat(4,1fr)}}
.FeaturedProjects-module__ylntoa__section{padding:var(--section-padding)1.5rem;background-color:var(--bg-primary)}.FeaturedProjects-module__ylntoa__container{max-width:var(--container-max);margin:0 auto}.FeaturedProjects-module__ylntoa__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.FeaturedProjects-module__ylntoa__heading{color:var(--text-primary);font-size:clamp(2rem,5vw,3rem)}.FeaturedProjects-module__ylntoa__viewAll{color:var(--accent-primary);transition:gap var(--transition-smooth);align-items:center;gap:.5rem;font-weight:500;display:flex}.FeaturedProjects-module__ylntoa__viewAll:hover{gap:.75rem}.FeaturedProjects-module__ylntoa__category{letter-spacing:.06em;color:var(--accent-primary);background:#3b82f61a;border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.FeaturedProjects-module__ylntoa__statusBadge{color:#10b981;background:#10b98114;border-radius:4px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.7rem;font-weight:600;display:inline-flex;box-shadow:0 0 8px #10b98140}.FeaturedProjects-module__ylntoa__statusDot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite FeaturedProjects-module__ylntoa__pulse-dot}@keyframes FeaturedProjects-module__ylntoa__pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.FeaturedProjects-module__ylntoa__techStack{flex-wrap:wrap;gap:.35rem;display:flex}.FeaturedProjects-module__ylntoa__techBadge{color:var(--text-muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-card);transition:all var(--transition-fast);background:#ffffff08;border-radius:4px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.7rem;display:inline-flex}.FeaturedProjects-module__ylntoa__techBadge:hover{color:var(--text-primary);border-color:var(--accent-primary);transform:translateY(-1px)}.FeaturedProjects-module__ylntoa__techIcon{flex-shrink:0}.FeaturedProjects-module__ylntoa__ctaArrow{border:1px solid var(--border-card);width:32px;height:32px;color:var(--text-muted);transition:all var(--transition-smooth);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FeaturedProjects-module__ylntoa__cardLink{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.FeaturedProjects-module__ylntoa__heroGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.FeaturedProjects-module__ylntoa__heroCard{border-radius:var(--radius-lg);border:1px solid var(--border-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform var(--transition-smooth),box-shadow var(--transition-smooth),border-color var(--transition-smooth);background:#16161a80;flex-direction:column;display:flex;position:relative;overflow:hidden}.FeaturedProjects-module__ylntoa__heroCard:before{content:"";background:var(--accent-gradient);z-index:2;height:3px;transition:height var(--transition-smooth);position:absolute;top:0;left:0;right:0}.FeaturedProjects-module__ylntoa__heroCard:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 24px 64px -16px #00000080,0 0 20px #3b82f614}.FeaturedProjects-module__ylntoa__heroCard:hover:before{height:4px}.FeaturedProjects-module__ylntoa__heroCard:hover .FeaturedProjects-module__ylntoa__ctaArrow{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.FeaturedProjects-module__ylntoa__heroContent{z-index:2;flex-direction:column;gap:.6rem;padding:1.25rem;display:flex}.FeaturedProjects-module__ylntoa__heroBadges{align-items:center;gap:.5rem;display:flex}.FeaturedProjects-module__ylntoa__heroTitle{color:var(--text-primary);padding-right:3rem;font-size:clamp(1.5rem,5vw,2rem);line-height:1.15}.FeaturedProjects-module__ylntoa__heroLogoCorner{z-index:2;position:absolute;top:1rem;right:1rem}.FeaturedProjects-module__ylntoa__heroLogo{filter:drop-shadow(0 2px 8px #0006);transition:filter var(--transition-fast);border-radius:8px}.FeaturedProjects-module__ylntoa__heroLogoDark{filter:invert()drop-shadow(0 2px 8px #0006)}html.light .FeaturedProjects-module__ylntoa__heroLogoDark{filter:drop-shadow(0 2px 8px #0006)}.FeaturedProjects-module__ylntoa__heroDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.FeaturedProjects-module__ylntoa__heroMetrics{background:var(--border-card);border:1px solid var(--border-card);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.FeaturedProjects-module__ylntoa__heroMetric{background:var(--bg-card);text-align:center;flex-direction:column;gap:.15rem;padding:.6rem .5rem;display:flex}.FeaturedProjects-module__ylntoa__heroMetricValue{background:linear-gradient(135deg,var(--accent-primary),var(--text-primary));-webkit-text-fill-color:transparent;word-break:break-word;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:clamp(.95rem,2.5vw,1.25rem);font-weight:700;line-height:1.2}.FeaturedProjects-module__ylntoa__heroMetricLabel{color:var(--text-muted);font-size:.65rem;line-height:1.2}.FeaturedProjects-module__ylntoa__heroFooter{justify-content:space-between;align-items:center;padding-top:.25rem;display:flex}@media (min-width:768px){.FeaturedProjects-module__ylntoa__heroGrid{grid-template-columns:repeat(2,1fr)}.FeaturedProjects-module__ylntoa__heroContent{gap:.75rem;padding:2rem}.FeaturedProjects-module__ylntoa__heroTitle{padding-right:3.5rem;font-size:2.25rem}.FeaturedProjects-module__ylntoa__heroLogoCorner{top:1.25rem;right:1.25rem}.FeaturedProjects-module__ylntoa__heroDesc{font-size:.9rem}.FeaturedProjects-module__ylntoa__heroMetric{padding:.75rem}.FeaturedProjects-module__ylntoa__heroMetricValue{font-size:1.25rem}.FeaturedProjects-module__ylntoa__heroMetricLabel{font-size:.7rem}}@media (min-width:1024px){.FeaturedProjects-module__ylntoa__heroContent{padding:2.5rem}.FeaturedProjects-module__ylntoa__heroTitle{font-size:2.5rem}.FeaturedProjects-module__ylntoa__heroDesc{font-size:.95rem}}html.light .FeaturedProjects-module__ylntoa__heroCard{background:#f1f5f999}html.light .FeaturedProjects-module__ylntoa__heroCard:hover{box-shadow:0 24px 64px -16px #00000026,0 0 20px #3b82f60f}html.light .FeaturedProjects-module__ylntoa__techBadge{background:#00000008}html.light .FeaturedProjects-module__ylntoa__techBadge:hover{background:#0000000f}
.ExperienceTimeline-module__xBAHwG__section{padding:var(--section-padding)1.5rem;background-color:var(--bg-primary)}.ExperienceTimeline-module__xBAHwG__container{max-width:var(--container-max);margin:0 auto}.ExperienceTimeline-module__xBAHwG__header{margin-bottom:3rem}.ExperienceTimeline-module__xBAHwG__label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.ExperienceTimeline-module__xBAHwG__heading{color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3rem)}.ExperienceTimeline-module__xBAHwG__timeline{padding-left:2.5rem;position:relative}.ExperienceTimeline-module__xBAHwG__trackLine{background:var(--border-card);border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:9px}.ExperienceTimeline-module__xBAHwG__glowLine{background:var(--accent-primary);z-index:1;border-radius:1px;width:2px;position:absolute;top:0;left:9px;box-shadow:0 0 12px #3b82f666,0 0 4px #3b82f699}.ExperienceTimeline-module__xBAHwG__entry{padding-bottom:2rem;position:relative}.ExperienceTimeline-module__xBAHwG__entry:last-child{padding-bottom:0}.ExperienceTimeline-module__xBAHwG__dot{background:var(--bg-primary);border:2px solid var(--border-card);z-index:2;width:20px;height:20px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-family:Fira Code,monospace;font-size:.55rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:1.25rem;left:-2.5rem}.ExperienceTimeline-module__xBAHwG__entry:hover .ExperienceTimeline-module__xBAHwG__dot{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff;box-shadow:0 0 12px #3b82f680}.ExperienceTimeline-module__xBAHwG__card{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-card);background:#16161a66;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.ExperienceTimeline-module__xBAHwG__card:before{content:"";background:var(--accent-gradient);border-radius:1px;width:3px;height:0;transition:height .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.ExperienceTimeline-module__xBAHwG__entry:hover .ExperienceTimeline-module__xBAHwG__card{border-color:#3b82f633;transform:translate(6px);box-shadow:0 8px 32px #0003}.ExperienceTimeline-module__xBAHwG__entry:hover .ExperienceTimeline-module__xBAHwG__card:before{height:100%}.ExperienceTimeline-module__xBAHwG__period{color:var(--accent-primary);border-radius:var(--radius-xl);letter-spacing:.02em;background:#3b82f61a;border:1px solid #3b82f626;margin-bottom:.5rem;padding:.2rem .6rem;font-family:Fira Code,monospace;font-size:.7rem;font-weight:600;display:inline-block}.ExperienceTimeline-module__xBAHwG__company{color:var(--text-muted);margin-bottom:.25rem;font-size:.8rem;display:block}.ExperienceTimeline-module__xBAHwG__project{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.2}.ExperienceTimeline-module__xBAHwG__description{color:var(--text-secondary);margin-bottom:.75rem;font-size:.875rem;line-height:1.65}.ExperienceTimeline-module__xBAHwG__tags{flex-wrap:wrap;gap:.35rem;display:flex}.ExperienceTimeline-module__xBAHwG__tag{color:var(--text-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-card);border-radius:var(--radius-xl);transition:all var(--transition-fast);background:#ffffff08;padding:.2rem .5rem;font-size:.65rem;font-weight:500}.ExperienceTimeline-module__xBAHwG__tag:hover{color:var(--text-primary);border-color:var(--accent-primary);transform:translateY(-1px)}@media (min-width:768px){.ExperienceTimeline-module__xBAHwG__section{padding:var(--section-padding)2rem}.ExperienceTimeline-module__xBAHwG__timeline{padding-left:3.5rem}.ExperienceTimeline-module__xBAHwG__trackLine,.ExperienceTimeline-module__xBAHwG__glowLine{left:11px}.ExperienceTimeline-module__xBAHwG__dot{width:24px;height:24px;font-size:.6rem;left:-3.5rem}.ExperienceTimeline-module__xBAHwG__entry{padding-bottom:2.5rem}.ExperienceTimeline-module__xBAHwG__card{padding:1.5rem}.ExperienceTimeline-module__xBAHwG__project{font-size:1.4rem}.ExperienceTimeline-module__xBAHwG__description{font-size:.925rem}.ExperienceTimeline-module__xBAHwG__header{margin-bottom:4rem}}@media (min-width:1024px){.ExperienceTimeline-module__xBAHwG__timeline{padding-left:4rem}.ExperienceTimeline-module__xBAHwG__trackLine,.ExperienceTimeline-module__xBAHwG__glowLine{left:13px}.ExperienceTimeline-module__xBAHwG__dot{width:28px;height:28px;font-size:.65rem;left:-4rem}.ExperienceTimeline-module__xBAHwG__card{max-width:720px;padding:2rem}.ExperienceTimeline-module__xBAHwG__project{font-size:1.5rem}.ExperienceTimeline-module__xBAHwG__description{font-size:.95rem}}html.light .ExperienceTimeline-module__xBAHwG__card{background:#f1f5f999}html.light .ExperienceTimeline-module__xBAHwG__entry:hover .ExperienceTimeline-module__xBAHwG__card{box-shadow:0 8px 32px #00000014}html.light .ExperienceTimeline-module__xBAHwG__tag{background:#00000008}html.light .ExperienceTimeline-module__xBAHwG__tag:hover{background:#0000000f}html.light .ExperienceTimeline-module__xBAHwG__dot{background:var(--bg-secondary)}
.page-module__NfDiEG__container{max-width:var(--container-max);padding:var(--section-padding)1.5rem;margin:0 auto}.page-module__NfDiEG__hero{text-align:center;margin-bottom:4rem;position:relative}.page-module__NfDiEG__label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.page-module__NfDiEG__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.page-module__NfDiEG__titleGradient{background:linear-gradient(135deg,var(--accent-primary)0%,var(--text-primary)50%,var(--accent-primary)100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:8s infinite page-module__NfDiEG__gradientShift}@keyframes page-module__NfDiEG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.page-module__NfDiEG__subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:clamp(1rem,3vw,1.35rem);font-weight:500}.page-module__NfDiEG__bio{color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem;font-size:clamp(.9rem,2.5vw,1.1rem);line-height:1.7}.page-module__NfDiEG__stats{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module__NfDiEG__statItem{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-card);border-radius:var(--radius-lg);min-width:130px;transition:all var(--transition-smooth);background:#16161a80;flex-direction:column;align-items:center;padding:1.25rem 1.5rem;display:flex}.page-module__NfDiEG__statItem:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 8px 24px #3b82f61a}.page-module__NfDiEG__statValue{background:linear-gradient(135deg,var(--accent-primary),var(--text-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.2}.page-module__NfDiEG__statLabel{color:var(--text-muted);font-size:.8rem}.page-module__NfDiEG__section{margin-bottom:4rem}.page-module__NfDiEG__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.page-module__NfDiEG__sectionTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:2rem;font-size:clamp(1.5rem,4vw,2.25rem)}.page-module__NfDiEG__skillsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.page-module__NfDiEG__skillCategory{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-card);border-radius:var(--radius-lg);transition:all var(--transition-smooth);background:#16161a66;padding:1.25rem}.page-module__NfDiEG__skillCategory:hover{border-color:#3b82f633;box-shadow:0 8px 24px #00000026}.page-module__NfDiEG__categoryTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;font-weight:700}.page-module__NfDiEG__skillList{flex-wrap:wrap;gap:.4rem;display:flex}.page-module__NfDiEG__skillBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-card);border-radius:var(--radius-xl);color:var(--text-secondary);transition:all var(--transition-fast);background:#ffffff08;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex}.page-module__NfDiEG__skillBadge:hover{color:var(--text-primary);border-color:var(--accent-primary);background:#ffffff0f;transform:translateY(-2px)}.page-module__NfDiEG__skillIcon{object-fit:contain;flex-shrink:0;width:16px;max-width:16px;height:16px;max-height:16px;display:block}.page-module__NfDiEG__educationCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-card);border-radius:var(--radius-lg);transition:all var(--transition-smooth);background:#16161a66;padding:1.5rem;position:relative;overflow:hidden}.page-module__NfDiEG__educationCard:before{content:"";background:var(--accent-gradient);height:3px;position:absolute;top:0;left:0;right:0}.page-module__NfDiEG__educationCard:hover{border-color:#3b82f633;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.page-module__NfDiEG__eduPeriod{color:var(--accent-primary);border-radius:var(--radius-xl);letter-spacing:.02em;background:#3b82f61a;border:1px solid #3b82f626;margin-bottom:.75rem;padding:.2rem .6rem;font-family:Fira Code,monospace;font-size:.7rem;font-weight:600;display:inline-block}.page-module__NfDiEG__eduTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:700;line-height:1.3}.page-module__NfDiEG__eduSchool{color:var(--text-muted);font-size:.9rem}.page-module__NfDiEG__eduIcon{margin-bottom:.75rem;font-size:1.5rem}.page-module__NfDiEG__timeline{padding-left:2.5rem;position:relative}.page-module__NfDiEG__trackLine{background:var(--border-card);border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:9px}.page-module__NfDiEG__glowLine{background:var(--accent-primary);z-index:1;border-radius:1px;width:2px;position:absolute;top:0;left:9px;box-shadow:0 0 12px #3b82f666,0 0 4px #3b82f699}.page-module__NfDiEG__timelineEntry{padding-bottom:2rem;position:relative}.page-module__NfDiEG__timelineEntry:last-child{padding-bottom:0}.page-module__NfDiEG__dot{background:var(--bg-primary);border:2px solid var(--border-card);z-index:2;width:20px;height:20px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-family:Fira Code,monospace;font-size:.55rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:1.25rem;left:-2.5rem}.page-module__NfDiEG__timelineEntry:hover .page-module__NfDiEG__dot{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff;box-shadow:0 0 12px #3b82f680}.page-module__NfDiEG__timelineCard{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-card);background:#16161a66;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.page-module__NfDiEG__timelineCard:before{content:"";background:var(--accent-gradient);border-radius:1px;width:3px;height:0;transition:height .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.page-module__NfDiEG__timelineEntry:hover .page-module__NfDiEG__timelineCard{border-color:#3b82f633;transform:translate(6px);box-shadow:0 8px 32px #0003}.page-module__NfDiEG__timelineEntry:hover .page-module__NfDiEG__timelineCard:before{height:100%}.page-module__NfDiEG__timePeriod{color:var(--accent-primary);border-radius:var(--radius-xl);letter-spacing:.02em;background:#3b82f61a;border:1px solid #3b82f626;margin-bottom:.5rem;padding:.2rem .6rem;font-family:Fira Code,monospace;font-size:.7rem;font-weight:600;display:inline-block}.page-module__NfDiEG__timeCompany{color:var(--text-muted);margin-bottom:.25rem;font-size:.8rem;display:block}.page-module__NfDiEG__timeProject{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.2}.page-module__NfDiEG__timeDesc{color:var(--text-secondary);margin-bottom:.75rem;font-size:.875rem;line-height:1.65}.page-module__NfDiEG__timeTags{flex-wrap:wrap;gap:.35rem;display:flex}.page-module__NfDiEG__timeTag{color:var(--text-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-card);border-radius:var(--radius-xl);transition:all var(--transition-fast);background:#ffffff08;padding:.2rem .5rem;font-size:.65rem;font-weight:500}.page-module__NfDiEG__timeTag:hover{color:var(--text-primary);border-color:var(--accent-primary);transform:translateY(-1px)}@media (min-width:768px){.page-module__NfDiEG__container{padding:var(--section-padding)2rem}.page-module__NfDiEG__stats{gap:1.5rem}.page-module__NfDiEG__skillsGrid{grid-template-columns:repeat(2,1fr)}.page-module__NfDiEG__skillCategory{padding:1.5rem}.page-module__NfDiEG__timeline{padding-left:3.5rem}.page-module__NfDiEG__trackLine,.page-module__NfDiEG__glowLine{left:11px}.page-module__NfDiEG__dot{width:24px;height:24px;font-size:.6rem;left:-3.5rem}.page-module__NfDiEG__timelineEntry{padding-bottom:2.5rem}.page-module__NfDiEG__timelineCard{padding:1.5rem}.page-module__NfDiEG__timeProject{font-size:1.4rem}.page-module__NfDiEG__section{margin-bottom:5rem}}@media (min-width:1024px){.page-module__NfDiEG__skillsGrid{grid-template-columns:repeat(3,1fr)}.page-module__NfDiEG__timeline{padding-left:4rem}.page-module__NfDiEG__trackLine,.page-module__NfDiEG__glowLine{left:13px}.page-module__NfDiEG__dot{width:28px;height:28px;font-size:.65rem;left:-4rem}.page-module__NfDiEG__timelineCard{max-width:720px;padding:2rem}.page-module__NfDiEG__timeProject{font-size:1.5rem}}html.light .page-module__NfDiEG__statItem{background:#f1f5f999}html.light .page-module__NfDiEG__statItem:hover{box-shadow:0 8px 24px #3b82f614}html.light .page-module__NfDiEG__skillCategory{background:#f1f5f999}html.light .page-module__NfDiEG__skillBadge{background:#00000008}html.light .page-module__NfDiEG__skillBadge:hover{background:#0000000f}html.light .page-module__NfDiEG__educationCard{background:#f1f5f999}html.light .page-module__NfDiEG__timelineCard{background:#f1f5f999}html.light .page-module__NfDiEG__timelineEntry:hover .page-module__NfDiEG__timelineCard{box-shadow:0 8px 32px #00000014}html.light .page-module__NfDiEG__timeTag{background:#00000008}html.light .page-module__NfDiEG__timeTag:hover{background:#0000000f}html.light .page-module__NfDiEG__dot{background:var(--bg-secondary)}
