.Navbar-module__cRh5nW__navbar{top:var(--space-lg);z-index:100;justify-content:center;display:flex;position:fixed;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__navPill{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);transition:all var(--transition-base);background:0 0;border:1px solid #0000;border-radius:9999px;display:flex}.Navbar-module__cRh5nW__navPill a{font-family:var(--font-sans);color:var(--text-secondary);padding:var(--space-sm)var(--space-md);transition:all var(--transition-fast);border-radius:9999px;font-size:.875rem;font-weight:500}.Navbar-module__cRh5nW__navPill a:hover{color:var(--text-accent)}@media (max-width:768px){.Navbar-module__cRh5nW__navPill{gap:var(--space-xs);padding:var(--space-xs)var(--space-sm)}.Navbar-module__cRh5nW__navPill a{padding:var(--space-xs)var(--space-sm);font-size:.75rem}}
.Hero-module___w2HtG__hero{text-align:center;justify-content:center;align-items:center;gap:var(--space-md);height:100vh;padding:var(--space-xl);flex-direction:column;display:flex}.Hero-module___w2HtG__title{letter-spacing:-.04em;color:var(--text-accent);opacity:0;font-size:clamp(3rem,10vw,6rem);font-weight:700;line-height:1.1;animation:.6s .1s forwards Hero-module___w2HtG__fadeInUp;transform:translateY(20px)}.Hero-module___w2HtG__subtitle{color:var(--text-secondary);letter-spacing:-.01em;opacity:0;font-size:1.25rem;font-weight:500;animation:.6s .2s forwards Hero-module___w2HtG__fadeInUp;transform:translateY(20px)}@keyframes Hero-module___w2HtG__fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module___w2HtG__title{font-size:clamp(2.5rem,12vw,4rem)}}
.About-module__RHteCa__about{padding-top:4rem;padding-bottom:4rem}.About-module__RHteCa__description{color:#d1d5db;max-width:1080px;font-size:1.25rem;font-weight:300;line-height:1.8}@media (max-width:768px){.About-module__RHteCa__about{padding-top:3rem;padding-bottom:3rem}}@media (max-width:480px){.About-module__RHteCa__about{padding-top:2.5rem;padding-bottom:2.5rem}.About-module__RHteCa__description{font-size:.9375rem}}
.Experience-module__BCN7Bq__grid{gap:var(--space-xl);flex-direction:column;display:flex}.Experience-module__BCN7Bq__card{padding:var(--space-xl);border-radius:var(--radius-lg);transition:all var(--transition-base)}.Experience-module__BCN7Bq__card:hover{border-color:#fff3;transform:translateY(-2px)}.Experience-module__BCN7Bq__featured{border-color:#ffffff26}.Experience-module__BCN7Bq__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-sm);display:flex}.Experience-module__BCN7Bq__companyName{letter-spacing:-.01em;font-size:1.25rem;font-weight:500}.Experience-module__BCN7Bq__date{font-family:var(--font-mono);color:var(--text-tertiary);white-space:nowrap;font-size:.8125rem}.Experience-module__BCN7Bq__role{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1rem;font-weight:500}.Experience-module__BCN7Bq__location{color:var(--text-tertiary);margin-bottom:var(--space-lg);font-size:.875rem}.Experience-module__BCN7Bq__highlights{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.Experience-module__BCN7Bq__highlights li{padding-left:var(--space-lg);color:#d1d5db;font-size:.9375rem;font-weight:300;line-height:1.6;position:relative}.Experience-module__BCN7Bq__highlights li:before{content:"▹";color:var(--accent-primary);position:absolute;left:0}.Experience-module__BCN7Bq__tech{gap:var(--space-sm);flex-wrap:wrap;display:flex}.Experience-module__BCN7Bq__tech li{padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-sm);font-family:var(--font-mono);color:var(--text-secondary);background:#ffffff14;border:1px solid #ffffff1a;font-size:.75rem}@media (max-width:768px){.Experience-module__BCN7Bq__header{gap:var(--space-sm);flex-direction:column}}@media (prefers-reduced-motion:no-preference){.Experience-module__BCN7Bq__card{opacity:0;animation:.6s forwards Experience-module__BCN7Bq__fadeInUp;transform:translateY(20px)}.Experience-module__BCN7Bq__card:first-child{animation-delay:.1s}.Experience-module__BCN7Bq__card:nth-child(2){animation-delay:.2s}.Experience-module__BCN7Bq__card:nth-child(3){animation-delay:.3s}}@keyframes Experience-module__BCN7Bq__fadeInUp{to{opacity:1;transform:translateY(0)}}
.Projects-module__tl4Q0a__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(350px,1fr));display:grid}.Projects-module__tl4Q0a__card{border-radius:var(--radius-lg);transition:all var(--transition-base);flex-direction:column;display:flex;overflow:hidden}.Projects-module__tl4Q0a__card:hover{border-color:#fff3;transform:translateY(-4px)}.Projects-module__tl4Q0a__image{aspect-ratio:16/9;background:#ffffff08;justify-content:center;align-items:center;margin:0;display:flex}.Projects-module__tl4Q0a__image svg{width:64px;height:64px;color:var(--text-tertiary)}.Projects-module__tl4Q0a__content{padding:var(--space-xl);gap:var(--space-md);flex-direction:column;flex:1;display:flex}.Projects-module__tl4Q0a__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.Projects-module__tl4Q0a__title{letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.Projects-module__tl4Q0a__year{font-family:var(--font-mono);color:var(--text-tertiary);font-size:.8125rem}.Projects-module__tl4Q0a__description{color:#d1d5db;font-size:.9375rem;font-weight:300;line-height:1.6}.Projects-module__tl4Q0a__tech{gap:var(--space-sm);flex-wrap:wrap;display:flex}.Projects-module__tl4Q0a__tech li{padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-sm);font-family:var(--font-mono);color:var(--text-secondary);background:#ffffff14;border:1px solid #ffffff1a;font-size:.75rem}.Projects-module__tl4Q0a__link{align-items:center;gap:var(--space-sm);color:var(--text-secondary);transition:color var(--transition-fast);padding-top:var(--space-md);margin-top:auto;font-size:.875rem;font-weight:500;display:inline-flex}.Projects-module__tl4Q0a__link:hover{color:var(--accent-primary)}.Projects-module__tl4Q0a__link svg{width:16px;height:16px}@media (max-width:768px){.Projects-module__tl4Q0a__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:no-preference){.Projects-module__tl4Q0a__card{opacity:0;animation:.6s forwards Projects-module__tl4Q0a__fadeInUp;transform:translateY(20px)}.Projects-module__tl4Q0a__card:first-child{animation-delay:.1s}.Projects-module__tl4Q0a__card:nth-child(2){animation-delay:.2s}.Projects-module__tl4Q0a__card:nth-child(3){animation-delay:.3s}}@keyframes Projects-module__tl4Q0a__fadeInUp{to{opacity:1;transform:translateY(0)}}
.Skills-module__1ZjJFG__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.Skills-module__1ZjJFG__category{padding:var(--space-xl);border-radius:var(--radius-lg)}.Skills-module__1ZjJFG__title{text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:var(--space-lg);font-size:.8125rem;font-weight:500}.Skills-module__1ZjJFG__items{gap:var(--space-sm);flex-wrap:wrap;display:flex}.Skills-module__1ZjJFG__items li{padding:var(--space-sm)var(--space-md);border-radius:var(--radius-md);color:#d1d5db;transition:all var(--transition-fast);background:#ffffff14;border:1px solid #ffffff1a;font-size:.875rem;font-weight:300}.Skills-module__1ZjJFG__items li:hover{background:#ffffff1f;border-color:#ffffff40}@media (max-width:768px){.Skills-module__1ZjJFG__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:no-preference){.Skills-module__1ZjJFG__category{opacity:0;animation:.6s forwards Skills-module__1ZjJFG__fadeInUp;transform:translateY(20px)}.Skills-module__1ZjJFG__category:first-child{animation-delay:.1s}.Skills-module__1ZjJFG__category:nth-child(2){animation-delay:.15s}.Skills-module__1ZjJFG__category:nth-child(3){animation-delay:.2s}.Skills-module__1ZjJFG__category:nth-child(4){animation-delay:.25s}}@keyframes Skills-module__1ZjJFG__fadeInUp{to{opacity:1;transform:translateY(0)}}
.Contact-module__DIbnYa__title{letter-spacing:-.03em;margin-bottom:var(--space-lg);font-size:clamp(2rem,5vw,3rem);font-weight:500}.Contact-module__DIbnYa__description{color:#d1d5db;margin-bottom:var(--space-2xl);font-size:1.125rem;font-weight:300;line-height:1.7}.Contact-module__DIbnYa__links{gap:var(--space-md);flex-wrap:wrap;display:flex}.Contact-module__DIbnYa__link{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-xl);border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast);font-size:.9375rem;font-weight:500;display:inline-flex}.Contact-module__DIbnYa__link:hover{color:var(--text-accent);border-color:#fff3;transform:translateY(-2px)}.Contact-module__DIbnYa__primary{color:var(--text-accent);background:#ffffff26;border-color:#fff3}.Contact-module__DIbnYa__primary:hover{background:#fff3;border-color:#ffffff4d}.Contact-module__DIbnYa__link svg{width:18px;height:18px}@media (max-width:768px){.Contact-module__DIbnYa__links{flex-direction:column}}
.Footer-module__3hUVsW__footer{max-width:var(--max-width);text-align:center;margin:0 auto;padding:5rem 3rem}.Footer-module__3hUVsW__footer p{color:var(--text-tertiary);margin-bottom:var(--space-sm);font-size:.875rem}.Footer-module__3hUVsW__location{align-items:center;gap:var(--space-sm);display:inline-flex}.Footer-module__3hUVsW__location svg{width:14px;height:14px}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:4rem 2rem}}@media (max-width:480px){.Footer-module__3hUVsW__footer{padding:3rem 2rem}}
