.header-module__FpSQAG__header{z-index:1000;transition:all var(--transition);border-bottom:1px solid var(--border-subtle);background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0}.header-module__FpSQAG__container{justify-content:space-between;align-items:center;height:80px;display:flex}.header-module__FpSQAG__logo{font-size:var(--fs-lg);color:var(--accent-primary);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:color var(--transition);background:0 0;border:none;font-weight:700}.header-module__FpSQAG__logo:hover,.header-module__FpSQAG__logoDot{color:var(--accent-primary)}.header-module__FpSQAG__desktopNav,.header-module__FpSQAG__nav{align-items:center;gap:var(--space-lg);display:flex}.header-module__FpSQAG__navLink{font-size:var(--fs-md);color:var(--white);cursor:pointer;transition:color var(--transition);background:0 0;border:none;font-weight:500;position:relative}.header-module__FpSQAG__navLink:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.header-module__FpSQAG__navLink:hover{color:var(--white)}.header-module__FpSQAG__navLink:hover:after{width:100%}.header-module__FpSQAG__mobileToggle{color:var(--white);cursor:pointer;background:0 0;border:none;display:none}.header-module__FpSQAG__mobileNav{border-top:1px solid var(--border-subtle);padding:1rem var(--container-padding);flex-direction:column;gap:.5rem;display:none}.header-module__FpSQAG__mobileNavOpen{display:flex}.header-module__FpSQAG__mobileNavLink{font-size:var(--fs-md);color:var(--text-secondary);cursor:pointer;text-align:left;transition:color var(--transition);background:0 0;border:none;padding:.75rem 0;font-weight:500}.header-module__FpSQAG__mobileNavLink:hover{color:var(--accent-primary)}.header-module__FpSQAG__languageSwitcher{align-items:center;gap:var(--space-xs);display:flex}.header-module__FpSQAG__langButton{padding:var(--space-xs) var(--space-sm);font-size:var(--fs-sm);color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:0 0;font-weight:500}.header-module__FpSQAG__langButton:hover{color:var(--white);border-color:var(--accent-primary)}.header-module__FpSQAG__langButtonActive,.header-module__FpSQAG__langButtonActive:hover{color:var(--white);background:var(--accent-primary);border-color:var(--accent-primary)}@media (max-width:768px){.header-module__FpSQAG__desktopNav{display:none}.header-module__FpSQAG__mobileToggle{display:flex}}
.hero-module__MJAXFG__hero{background-color:var(--bg-primary);align-items:center;min-height:100vh;padding-top:120px;display:flex;position:relative}.hero-module__MJAXFG__container{gap:var(--space-2xl);grid-template-columns:1fr;display:grid}.hero-module__MJAXFG__content{flex-direction:column;animation:.8s forwards hero-module__MJAXFG__fadeInUp;display:flex}.hero-module__MJAXFG__badge{padding:var(--space-sm) var(--space-md);border:1px solid var(--accent-primary);border-radius:var(--radius-2xl);font-size:var(--fs-sm);color:var(--accent-primary);background:#58a4cd1a;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:inline-flex}.hero-module__MJAXFG__badgeDot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite hero-module__MJAXFG__pulse}@keyframes hero-module__MJAXFG__pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-module__MJAXFG__name{color:var(--white);margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4rem);font-weight:700}.hero-module__MJAXFG__description{font-size:var(--fs-md);margin-bottom:var(--space-xl);line-height:1.65}@media (min-width:768px){.hero-module__MJAXFG__description{max-width:600px}}@media (min-width:1024px){.hero-module__MJAXFG__description{max-width:400px}}.hero-module__MJAXFG__socials{gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.hero-module__MJAXFG__socialLink{background:var(--bg-tag);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--white);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.hero-module__MJAXFG__socialLink:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.hero-module__MJAXFG__ctaContainer{gap:var(--space-md);flex-direction:column;align-items:flex-start;display:flex}.hero-module__MJAXFG__cta{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-2xl);font-size:var(--fs-md);color:var(--white);cursor:pointer;transition:all var(--transition);letter-spacing:.5px;border:none;height:44px;font-family:inherit;font-weight:600;display:flex}.hero-module__MJAXFG__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #58a4cd66}.hero-module__MJAXFG__exploreWork{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary))}.hero-module__MJAXFG__exploreWork svg{animation:2s ease-in-out infinite hero-module__MJAXFG__bounce}.hero-module__MJAXFG__downloadCv{background:var(--bg-tag);border:1px solid var(--accent-primary)}.hero-module__MJAXFG__downloadCv:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.hero-module__MJAXFG__downloadCv:hover svg{animation:2s ease-in-out infinite hero-module__MJAXFG__bounce}@keyframes hero-module__MJAXFG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.hero-module__MJAXFG__imageWrapper{width:100%;height:350px;position:relative}.hero-module__MJAXFG__image{object-fit:cover;object-position:0% 30%}.hero-module__MJAXFG__glow{box-shadow:var(--shadow-glow);border-radius:16px}@media (min-width:768px){.hero-module__MJAXFG__socialLink{width:44px;height:44px}.hero-module__MJAXFG__ctaContainer{flex-direction:row}.hero-module__MJAXFG__imageWrapper{height:450px}.hero-module__MJAXFG__image{object-position:0 20%}}@media (min-width:1024px){.hero-module__MJAXFG__container{grid-template-columns:1fr 550px;align-items:center}.hero-module__MJAXFG__imageWrapper{height:550px}.hero-module__MJAXFG__image{object-position:0 10%}}
.about-module__UxSSNW__about{background-color:var(--bg-primary);position:relative}.about-module__UxSSNW__about:before{content:"";background:linear-gradient(90deg, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.about-module__UxSSNW__grid{gap:var(--space-2xl);grid-template-columns:1fr;align-items:start;display:grid}.about-module__UxSSNW__main{gap:var(--space-lg);flex-direction:column;display:flex}.about-module__UxSSNW__intro,.about-module__UxSSNW__text{font-size:var(--fs-md);line-height:1.6}.about-module__UxSSNW__intro{color:var(--white)}.about-module__UxSSNW__stats{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-subtle);justify-content:space-evenly;display:flex}.about-module__UxSSNW__stat{gap:var(--space-xs);text-align:center;flex-direction:column;display:flex}.about-module__UxSSNW__statNumber{font-size:var(--fs-3xl);color:var(--accent-primary);font-weight:700}.about-module__UxSSNW__statLabel{font-size:var(--fs-sm)}@media (min-width:1024px){.about-module__UxSSNW__stats{gap:var(--space-xl);justify-content:flex-start}}.about-module__UxSSNW__cards{gap:var(--space-md);flex-direction:column;display:flex}.about-module__UxSSNW__cardContainer{container:cardContainer/inline-size}.about-module__UxSSNW__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition)}.about-module__UxSSNW__card:hover{background:var(--bg-card-hover);border-color:var(--accent-primary);transform:translate(4px)}.about-module__UxSSNW__cardIcon{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));border-radius:var(--radius-md);width:48px;height:48px;color:var(--white);margin-bottom:var(--space-md);justify-content:center;align-items:center;display:flex}.about-module__UxSSNW__cardTitle{font-size:var(--fs-lg);color:var(--white);margin-bottom:var(--space-sm)}.about-module__UxSSNW__cardDescription{font-size:var(--fs-sm);line-height:1.6}@container cardContainer not (max-width:560px){.about-module__UxSSNW__card{gap:var(--space-lg);flex-direction:row;display:flex}.about-module__UxSSNW__cardIcon{width:54px;height:54px;margin-bottom:0}}.about-module__UxSSNW__cta{margin-top:var(--space-xl)}.about-module__UxSSNW__ctaLink{align-items:center;gap:var(--space-sm);font-size:var(--fs-md);color:var(--accent-primary);transition:all var(--transition);font-weight:600;display:inline-flex}.about-module__UxSSNW__ctaLink:hover{gap:.75rem}@media (min-width:1024px){.about-module__UxSSNW__grid{gap:var(--space-lg);grid-template-columns:1.2fr 1fr}}
.skills-module__yIUP_q__skills{background-color:var(--bg-primary);position:relative}.skills-module__yIUP_q__skills:before{content:"";background:linear-gradient(90deg, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.skills-module__yIUP_q__list{flex-wrap:wrap;gap:.75rem;display:flex}.skills-module__yIUP_q__skillRow{padding:var(--space-sm) var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-2xl);transition:all var(--transition);background-color:var(--bg-tag);align-items:center;gap:.375rem;display:flex}@media (min-width:1024px){.skills-module__yIUP_q__skillRow{padding:var(--space-sm) var(--space-lg)}}.skills-module__yIUP_q__skillRow:hover{background:var(--bg-card-hover);border-color:var(--accent-primary)}.skills-module__yIUP_q__skillIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.skills-module__yIUP_q__skillIcon svg{width:100%;height:100%}.skills-module__yIUP_q__skillName{font-size:var(--fs-sm);color:var(--white);font-weight:500}@media (max-width:768px){.skills-module__yIUP_q__list{gap:.5rem}.skills-module__yIUP_q__skillIcon{width:20px;height:20px}.skills-module__yIUP_q__skillName{font-size:var(--fs-xs)}}
.project-card-module__LQAYSa__card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.project-card-module__LQAYSa__card:hover{border:1px solid var(--accent-primary);transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.project-card-module__LQAYSa__link{color:inherit;text-decoration:none;display:block}.project-card-module__LQAYSa__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.project-card-module__LQAYSa__image{object-fit:cover;transition:transform .3s}.project-card-module__LQAYSa__card:hover .project-card-module__LQAYSa__image{transform:scale(1.05)}.project-card-module__LQAYSa__content{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.project-card-module__LQAYSa__title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.project-card-module__LQAYSa__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.project-card-module__LQAYSa__tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.project-card-module__LQAYSa__tag{background:var(--tag-bg);color:var(--tag-text);border:1px solid var(--accent-primary);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem}
.projects-module__hzORMa__projects{position:relative}.projects-module__hzORMa__projects:before{content:"";background:linear-gradient(90deg, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.projects-module__hzORMa__grid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.projects-module__hzORMa__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.projects-module__hzORMa__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}.projects-module__hzORMa__card{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);transition:all var(--transition);overflow:hidden}.projects-module__hzORMa__card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-glow)}.projects-module__hzORMa__imageWrapper{aspect-ratio:16/10;position:relative;overflow:hidden}.projects-module__hzORMa__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.projects-module__hzORMa__card:hover .projects-module__hzORMa__image{animation:.5s forwards projects-module__hzORMa__fadeInUp;transform:scale(1.05)}.projects-module__hzORMa__overlay{padding:var(--space-sm) var(--space-lg);transition:opacity var(--transition);opacity:0;background:linear-gradient(#0000 0%,#0a152766 40%,#0a1527e6 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.projects-module__hzORMa__card:hover .projects-module__hzORMa__overlay{opacity:1}.projects-module__hzORMa__links{justify-content:space-between;gap:var(--space-md);width:100%;display:flex}.projects-module__hzORMa__link{justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-2xl);border:1px solid var(--white);color:var(--white);padding:var(--space-sm) var(--space-md);transition:all var(--transition);font-size:var(--fs-xs);display:flex}.projects-module__hzORMa__link:hover{border-color:var(--accent-primary);color:var(--accent-primary);cursor:pointer}.projects-module__hzORMa__content{padding:var(--space-lg)}.projects-module__hzORMa__title{font-size:var(--fs-lg);color:var(--white);margin-bottom:var(--space-sm)}.projects-module__hzORMa__description{color:var(--text-secondary);margin-bottom:var(--space-md);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.projects-module__hzORMa__tags{gap:var(--space-sm);flex-wrap:wrap;display:flex}.projects-module__hzORMa__tag{padding:.375rem var(--space-md);background-color:var(--bg-tag);border:1px solid var(--border-subtle);border-radius:var(--radius-2xl);font-size:var(--fs-xs);color:var(--white)}@media (max-width:768px){.projects-module__hzORMa__card{max-width:400px;margin:0 auto}}
.experience-module__C4zwqW__experience{background-color:var(--bg-primary);position:relative}.experience-module__C4zwqW__experience:before{content:"";background:linear-gradient(90deg, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.experience-module__C4zwqW__timeline{flex-direction:column;display:flex}.experience-module__C4zwqW__timelineItem{gap:var(--space-lg);animation:.5s forwards experience-module__C4zwqW__fadeInUp;display:flex}.experience-module__C4zwqW__timelineConnector{flex-direction:column;flex-shrink:0;align-items:center;width:20px;display:flex}.experience-module__C4zwqW__dot{background:var(--accent-primary);border:3px solid var(--bg-primary);width:16px;height:16px;box-shadow:0 0 0 2px var(--accent-primary);z-index:1;border-radius:50%}.experience-module__C4zwqW__line{background:linear-gradient(to bottom, var(--accent-primary), var(--border-subtle));flex:1;width:2px;margin:8px 0}.experience-module__C4zwqW__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition);flex:1;margin-bottom:1.5rem;overflow:hidden}.experience-module__C4zwqW__card:hover{border-color:var(--accent-primary)}.experience-module__C4zwqW__cardHeader{cursor:pointer;text-align:left;width:100%;padding:var(--space-md);gap:var(--space-md);background:0 0;border:none;grid-template-columns:1fr auto;grid-template-areas:"headerContent chevron""meta meta";justify-content:space-between;display:grid}.experience-module__C4zwqW__headerContent{grid-area:headerContent}.experience-module__C4zwqW__meta{grid-area:meta}.experience-module__C4zwqW__chevron{grid-area:chevron}@media (min-width:768px){.experience-module__C4zwqW__cardHeader{padding:var(--space-lg);display:flex}}.experience-module__C4zwqW__cardHeader:hover{background:var(--bg-card-hover)}.experience-module__C4zwqW__headerContent{flex:1}.experience-module__C4zwqW__position{font-size:var(--fs-lg);color:var(--white);margin-bottom:.25rem}.experience-module__C4zwqW__company{font-size:var(--fs-sm);color:var(--accent-primary);transition:all var(--transition);align-items:center;gap:.375rem;display:inline-flex}.experience-module__C4zwqW__company:hover{text-decoration:underline}.experience-module__C4zwqW__meta{gap:var(--space-sm);flex-direction:column;display:flex}.experience-module__C4zwqW__period,.experience-module__C4zwqW__location{font-size:var(--fs-sm);color:var(--text-secondary);align-items:center;gap:.375rem;display:flex}.experience-module__C4zwqW__chevron{color:var(--text-secondary);transition:transform var(--transition)}.experience-module__C4zwqW__chevronOpen{transform:rotate(180deg)}.experience-module__C4zwqW__content{max-height:0;transition:max-height .4s;overflow:hidden}.experience-module__C4zwqW__contentOpen{max-height:1000px}.experience-module__C4zwqW__content>div{border-top:1px solid var(--border-subtle);padding:1rem 1.25rem 1.25rem}.experience-module__C4zwqW__subtitle{font-size:var(--fs-sm);color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-md)}.experience-module__C4zwqW__achievements ul{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.experience-module__C4zwqW__achievements li{font-size:var(--fs-sm);color:var(--text-secondary);padding-left:var(--space-md);line-height:1.6;position:relative}@media (min-width:768px){.experience-module__C4zwqW__achievements li{font-size:var(--fs-md)}}.experience-module__C4zwqW__achievements li:before{content:"▹";color:var(--accent-primary);position:absolute;left:0}.experience-module__C4zwqW__stack{margin-top:var(--space-md)}.experience-module__C4zwqW__tags{gap:var(--space-sm);flex-wrap:wrap;display:flex}.experience-module__C4zwqW__tag{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:var(--fs-xs);background:#58a4cd1a;padding:.375rem .75rem}.experience-module__C4zwqW__tagMore{background:var(--accent-secondary);border-radius:var(--radius-sm);font-size:var(--fs-xs);color:var(--white);padding:.375rem .75rem;font-weight:500}@media (max-width:768px){.experience-module__C4zwqW__timelineItem{gap:1rem}.experience-module__C4zwqW__timelineConnector{width:16px}.experience-module__C4zwqW__dot{width:12px;height:12px}}
.projects-module__TufIOa__projects{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.projects-module__TufIOa__container{flex-direction:column;gap:2rem;display:flex}.projects-module__TufIOa__backLink{color:var(--text-secondary);width:fit-content;font-size:.9375rem;text-decoration:none;transition:color .2s}.projects-module__TufIOa__backLink:hover{color:var(--text-primary)}.projects-module__TufIOa__title{color:var(--text-primary);text-align:center;font-size:2.5rem;font-weight:700}.projects-module__TufIOa__subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto;font-size:1.125rem}.projects-module__TufIOa__grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:768px){.projects-module__TufIOa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-module__TufIOa__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}
.contact-module__8n00eG__contact{background-color:var(--bg-primary);padding:var(--space-2xl) 0 var(--space-xl);position:relative}.contact-module__8n00eG__contact:before{content:"";background:linear-gradient(90deg, transparent, var(--border-subtle), transparent);height:1px;position:absolute;top:0;left:0;right:0}.contact-module__8n00eG__content{text-align:center;margin-bottom:var(--space-2xl)}.contact-module__8n00eG__title{font-size:var(--fs-3xl);color:var(--white);margin-bottom:var(--space-md)}.contact-module__8n00eG__description{font-size:var(--fs-md);max-width:500px;margin:0 auto var(--space-lg);line-height:1.7}.contact-module__8n00eG__links{justify-content:center;gap:var(--space-lg);margin-bottom:var(--space-xl);display:flex}.contact-module__8n00eG__link{padding:var(--space-md) var(--space-lg);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition);flex-direction:column;align-items:center;gap:.5rem;display:flex}.contact-module__8n00eG__link:hover{background:var(--bg-card-hover);border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-4px)}.contact-module__8n00eG__link span{font-size:var(--fs-sm);letter-spacing:.5px;font-weight:500}.contact-module__8n00eG__location{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-full);font-size:var(--fs-sm);color:var(--accent-primary);letter-spacing:.5px;background:#58a4cd1a;align-items:center;gap:.5rem;display:inline-flex}.contact-module__8n00eG__bottom{text-align:center;padding-top:var(--space-xl);border-top:1px solid var(--border-subtle)}.contact-module__8n00eG__copyright{font-size:var(--fs-sm)}@media (max-width:768px){.contact-module__8n00eG__links{align-items:center;gap:var(--space-md);flex-direction:column}.contact-module__8n00eG__link{flex-direction:row;justify-content:center;gap:.75rem;width:100%;max-width:200px}}
