.Navbar-module__cJzEcG__navbar{background-color:var(--background);border-bottom:1px solid var(--gray);z-index:1000;align-items:center;height:72px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.05em;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__links{gap:2rem;display:flex}.Navbar-module__cJzEcG__link{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-dark);font-size:.875rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__link:hover,.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--foreground)}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.HeroSection-module__sBkrQG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:72px;display:flex}.HeroSection-module__sBkrQG__content{text-align:center;max-width:800px}.HeroSection-module__sBkrQG__title{letter-spacing:-.05em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.HeroSection-module__sBkrQG__subtitle{color:var(--gray-dark);margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.HeroSection-module__sBkrQG__tagline{color:var(--foreground);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.HeroSection-module__sBkrQG__actions{justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.HeroSection-module__sBkrQG__title{font-size:2.5rem}.HeroSection-module__sBkrQG__subtitle{font-size:1.25rem}}
.AboutSection-module__UGBiha__content{text-align:center;max-width:800px;margin:0 auto}.AboutSection-module__UGBiha__description{color:var(--gray-dark);font-size:1.25rem;line-height:1.8}
.SkillsSection-module__YUZXca__grid{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;margin:0 auto;display:flex}.SkillsSection-module__YUZXca__skill{border:1px solid var(--gray);background-color:var(--background);border-radius:4px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.SkillsSection-module__YUZXca__skill:hover{border-color:var(--foreground);transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}@media (prefers-color-scheme:dark){.SkillsSection-module__YUZXca__skill:hover{box-shadow:0 4px 6px #ffffff0d}}
.ExperienceSection-module__NRec-a__timeline{max-width:800px;margin:0 auto;position:relative}.ExperienceSection-module__NRec-a__timeline:before{content:"";background-color:var(--gray);width:2px;position:absolute;top:0;bottom:0;left:20px}.ExperienceSection-module__NRec-a__item{margin-bottom:3rem;padding-left:60px;position:relative}.ExperienceSection-module__NRec-a__item:last-child{margin-bottom:0}.ExperienceSection-module__NRec-a__dot{background-color:var(--background);border:2px solid var(--foreground);border-radius:50%;width:14px;height:14px;position:absolute;top:6px;left:14px}.ExperienceSection-module__NRec-a__content{background-color:var(--background);border:1px solid var(--gray);border-radius:4px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.ExperienceSection-module__NRec-a__content:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}@media (prefers-color-scheme:dark){.ExperienceSection-module__NRec-a__content:hover{box-shadow:0 4px 12px #ffffff0d}}.ExperienceSection-module__NRec-a__role{margin-bottom:.5rem;font-size:1.25rem}.ExperienceSection-module__NRec-a__company{color:var(--gray-dark);margin-bottom:.25rem;font-weight:600}.ExperienceSection-module__NRec-a__duration{color:var(--gray-dark);margin-bottom:1rem;font-size:.875rem}.ExperienceSection-module__NRec-a__description{color:var(--foreground)}@media (max-width:768px){.ExperienceSection-module__NRec-a__timeline:before{left:0}.ExperienceSection-module__NRec-a__dot{left:-6px}.ExperienceSection-module__NRec-a__item{padding-left:30px}}
.ProjectsSection-module__5HM1Qq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ProjectsSection-module__5HM1Qq__card{border:1px solid var(--gray);background-color:var(--background);border-radius:4px;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.ProjectsSection-module__5HM1Qq__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000d}@media (prefers-color-scheme:dark){.ProjectsSection-module__5HM1Qq__card:hover{box-shadow:0 8px 24px #ffffff0d}}.ProjectsSection-module__5HM1Qq__header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ProjectsSection-module__5HM1Qq__name{font-size:1.25rem;font-weight:600}.ProjectsSection-module__5HM1Qq__description{color:var(--gray-dark);flex-grow:1;margin-bottom:1.5rem}.ProjectsSection-module__5HM1Qq__tech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ProjectsSection-module__5HM1Qq__techItem{background-color:var(--gray);border-radius:2px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.ProjectsSection-module__5HM1Qq__links{flex-wrap:wrap;gap:1rem;display:flex}.ProjectsSection-module__5HM1Qq__link{color:var(--foreground);text-decoration:underline;-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);text-underline-offset:4px;font-size:.875rem;font-weight:500;transition:text-decoration-color .2s}.ProjectsSection-module__5HM1Qq__link:hover{-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground)}
.AppsSection-module__TIIiNq__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.AppsSection-module__TIIiNq__app{border:1px solid var(--gray);text-align:center;background-color:var(--background);border-radius:4px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.AppsSection-module__TIIiNq__app:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000d}@media (prefers-color-scheme:dark){.AppsSection-module__TIIiNq__app:hover{box-shadow:0 8px 24px #ffffff0d}}.AppsSection-module__TIIiNq__name{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.AppsSection-module__TIIiNq__links{flex-direction:column;gap:.75rem;display:flex}
.ContactSection-module__UONp9G__content{text-align:center;max-width:600px;margin:0 auto}.ContactSection-module__UONp9G__item{margin-bottom:2rem}.ContactSection-module__UONp9G__label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-dark);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.ContactSection-module__UONp9G__value{font-size:1.25rem;font-weight:500}.ContactSection-module__UONp9G__link{text-decoration:underline;-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);text-underline-offset:4px;transition:text-decoration-color .2s}.ContactSection-module__UONp9G__link:hover{-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground)}.ContactSection-module__UONp9G__socials{justify-content:center;gap:1.5rem;margin-top:3rem;display:flex}.ContactSection-module__UONp9G__socialLink{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);font-size:1rem;font-weight:500;transition:opacity .2s}.ContactSection-module__UONp9G__socialLink:hover{opacity:.7}
.Footer-module__S6Hkya__footer{text-align:center;border-top:1px solid var(--gray);padding:3rem 0}.Footer-module__S6Hkya__text{color:var(--gray-dark);font-size:.875rem}.Footer-module__S6Hkya__link{color:var(--foreground);font-weight:500;text-decoration:none;transition:opacity .2s}.Footer-module__S6Hkya__link:hover{opacity:.7}
