.HeroSection-module-scss-module__M6sFSa__hero{align-items:center;min-height:100dvh;padding-top:64px;display:flex;position:relative;overflow:hidden}.HeroSection-module-scss-module__M6sFSa__videoBg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module-scss-module__M6sFSa__video{object-fit:cover;filter:blur(2px);width:100%;height:100%}@media (prefers-reduced-motion:reduce){.HeroSection-module-scss-module__M6sFSa__video{animation:none}}.HeroSection-module-scss-module__M6sFSa__videoOverlay{background:#000000d1;position:absolute;inset:0}[data-theme=light] .HeroSection-module-scss-module__M6sFSa__videoOverlay{background:#ffffffd9}.HeroSection-module-scss-module__M6sFSa__container{z-index:1;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;position:relative}.HeroSection-module-scss-module__M6sFSa__content{flex-direction:column;display:flex}.HeroSection-module-scss-module__M6sFSa__greeting{color:var(--color-accent);letter-spacing:.02em;margin-bottom:16px;font-size:1.125rem;font-weight:600}@media (min-width:768px){.HeroSection-module-scss-module__M6sFSa__greeting{font-size:1.25rem}}.HeroSection-module-scss-module__M6sFSa__name{letter-spacing:-.02em;background:var(--gradient-accent-text);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;margin-bottom:8px;font-size:3rem;font-weight:800}@media (min-width:768px){.HeroSection-module-scss-module__M6sFSa__name{font-size:3.75rem}}@media (min-width:1024px){.HeroSection-module-scss-module__M6sFSa__name{font-size:4.5rem}}.HeroSection-module-scss-module__M6sFSa__title{color:var(--color-text-secondary);margin-bottom:20px;font-size:1.25rem;font-weight:500}@media (min-width:768px){.HeroSection-module-scss-module__M6sFSa__title{font-size:1.5rem}}.HeroSection-module-scss-module__M6sFSa__description{color:#5c5c5c;max-width:520px;font-size:1rem;line-height:1.75}@media (min-width:768px){.HeroSection-module-scss-module__M6sFSa__description{white-space:pre-line}}[data-theme=dark] .HeroSection-module-scss-module__M6sFSa__description{color:#808099}@media (min-width:768px){.HeroSection-module-scss-module__M6sFSa__description{font-size:1.125rem}}.HeroSection-module-scss-module__M6sFSa__cta{border:1.5px solid var(--color-border);width:48px;height:48px;color:var(--color-text-tertiary);border-radius:50%;justify-content:center;align-items:center;margin-top:56px;transition:all .3s;animation:3s ease-in-out infinite HeroSection-module-scss-module__M6sFSa__float;display:inline-flex}.HeroSection-module-scss-module__M6sFSa__cta:hover{color:var(--color-accent);border-color:var(--color-accent);box-shadow:var(--shadow-glow);transform:translateY(4px)}.HeroSection-module-scss-module__M6sFSa__cta:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.HeroSection-module-scss-module__M6sFSa__cta{animation:none}.HeroSection-module-scss-module__M6sFSa__cta:hover{transform:none}}@keyframes HeroSection-module-scss-module__M6sFSa__float{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}
.SectionWrapper-module-scss-module__mDYNGG__section{padding-top:64px;padding-bottom:64px}@media (min-width:768px){.SectionWrapper-module-scss-module__mDYNGG__section{padding-top:80px;padding-bottom:80px}}@media (min-width:1024px){.SectionWrapper-module-scss-module__mDYNGG__section{padding-top:96px;padding-bottom:96px}}.SectionWrapper-module-scss-module__mDYNGG__section{position:relative}.SectionWrapper-module-scss-module__mDYNGG__section:before{content:"";background:linear-gradient(90deg,transparent,var(--color-border)20%,var(--color-accent)50%,var(--color-border)80%,transparent);opacity:.4;width:min(100%,800px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.SectionWrapper-module-scss-module__mDYNGG__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}
.AboutSection-module-scss-module__Dc6EIG__heading{letter-spacing:-.02em;margin-bottom:24px;font-size:1.875rem;font-weight:700}@media (min-width:768px){.AboutSection-module-scss-module__Dc6EIG__heading{font-size:2.25rem}}.AboutSection-module-scss-module__Dc6EIG__bio{color:var(--color-text-secondary);max-width:720px;margin-bottom:48px;font-size:1rem;line-height:1.75}@media (min-width:768px){.AboutSection-module-scss-module__Dc6EIG__bio{white-space:pre-line;font-size:1.125rem}}.AboutSection-module-scss-module__Dc6EIG__highlights{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:640px){.AboutSection-module-scss-module__Dc6EIG__highlights{grid-template-columns:repeat(3,1fr)}}.AboutSection-module-scss-module__Dc6EIG__card{background:var(--gradient-surface);box-shadow:var(--shadow-card);border-radius:16px;flex-direction:column;gap:8px;padding:28px;transition:box-shadow .3s,transform .3s;display:flex;position:relative}.AboutSection-module-scss-module__Dc6EIG__card:before{content:"";background:var(--gradient-card-border);-webkit-mask-composite:xor;pointer-events:none;border-radius:16px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.AboutSection-module-scss-module__Dc6EIG__card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.AboutSection-module-scss-module__Dc6EIG__cardValue{background:var(--gradient-accent);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;font-size:1.875rem;font-weight:800}@media (min-width:768px){.AboutSection-module-scss-module__Dc6EIG__cardValue{font-size:2.25rem}}.AboutSection-module-scss-module__Dc6EIG__cardLabel{color:var(--color-text-tertiary);font-size:.875rem}
.SkillCard-module-scss-module__1UjfVa__card{color:var(--color-text-secondary);background:var(--gradient-surface);box-shadow:var(--shadow-card);border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex;position:relative}.SkillCard-module-scss-module__1UjfVa__card:before{content:"";background:var(--gradient-card-border);-webkit-mask-composite:xor;pointer-events:none;opacity:0;border-radius:10px;padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.SkillCard-module-scss-module__1UjfVa__card .SkillCard-module-scss-module__1UjfVa__icon{flex-shrink:0;width:16px;height:16px}.SkillCard-module-scss-module__1UjfVa__card:hover{color:var(--color-text-primary);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.SkillCard-module-scss-module__1UjfVa__card:hover:before{opacity:1}
.SkillsSection-module-scss-module__f4iZNq__heading{letter-spacing:-.02em;margin-bottom:48px;font-size:1.875rem;font-weight:700}@media (min-width:768px){.SkillsSection-module-scss-module__f4iZNq__heading{font-size:2.25rem}}.SkillsSection-module-scss-module__f4iZNq__categories{flex-direction:column;gap:36px;display:flex}.SkillsSection-module-scss-module__f4iZNq__category{flex-direction:column;gap:14px;display:flex}.SkillsSection-module-scss-module__f4iZNq__categoryLabel{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.SkillsSection-module-scss-module__f4iZNq__grid{flex-wrap:wrap;gap:10px;display:flex}
.ExperienceCard-module-scss-module__PfhDtq__card{gap:24px;padding-left:28px;display:flex;position:relative}.ExperienceCard-module-scss-module__PfhDtq__card:before{content:"";background:linear-gradient(to bottom,var(--color-accent),var(--color-border));opacity:.3;width:1px;position:absolute;top:14px;bottom:-40px;left:5px}.ExperienceCard-module-scss-module__PfhDtq__card:last-child:before{display:none}.ExperienceCard-module-scss-module__PfhDtq__marker{background:var(--gradient-accent);border-radius:50%;flex-shrink:0;width:12px;height:12px;position:absolute;top:6px;left:0;box-shadow:0 0 12px #6366f166}[data-theme=dark] .ExperienceCard-module-scss-module__PfhDtq__marker{box-shadow:0 0 12px #818cf866}.ExperienceCard-module-scss-module__PfhDtq__content{flex-direction:column;gap:4px;padding-bottom:40px;display:flex}.ExperienceCard-module-scss-module__PfhDtq__period{color:var(--color-text-tertiary);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:500}.ExperienceCard-module-scss-module__PfhDtq__company{font-size:1.125rem;font-weight:600}@media (min-width:768px){.ExperienceCard-module-scss-module__PfhDtq__company{font-size:1.25rem}}.ExperienceCard-module-scss-module__PfhDtq__role{background:var(--gradient-accent);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;font-size:.875rem;font-weight:500}.ExperienceCard-module-scss-module__PfhDtq__description{color:var(--color-text-secondary);max-width:480px;margin-top:8px;font-size:.875rem;line-height:1.75}
.ExperienceSection-module-scss-module__5OYoLG__heading{letter-spacing:-.02em;margin-bottom:48px;font-size:1.875rem;font-weight:700}@media (min-width:768px){.ExperienceSection-module-scss-module__5OYoLG__heading{font-size:2.25rem}}.ExperienceSection-module-scss-module__5OYoLG__timeline{max-width:640px}
.ProjectCard-module-scss-module__fzbjuq__card{background:var(--gradient-surface);box-shadow:var(--shadow-card);border-radius:20px;flex-direction:column;height:100%;padding:28px;transition:box-shadow .3s,transform .3s;display:flex;position:relative}@media (min-width:768px){.ProjectCard-module-scss-module__fzbjuq__card{padding:32px}}.ProjectCard-module-scss-module__fzbjuq__card:before{content:"";background:var(--gradient-card-border);-webkit-mask-composite:xor;pointer-events:none;border-radius:20px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ProjectCard-module-scss-module__fzbjuq__card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.ProjectCard-module-scss-module__fzbjuq__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ProjectCard-module-scss-module__fzbjuq__typeBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.ProjectCard-module-scss-module__fzbjuq__typeBadge[data-type=work]{background:var(--color-accent-light);color:var(--color-accent)}.ProjectCard-module-scss-module__fzbjuq__typeBadge[data-type=personal]{background:color-mix(in srgb,var(--color-accent-secondary)12%,transparent);color:var(--color-accent-secondary)}.ProjectCard-module-scss-module__fzbjuq__links{gap:6px;display:flex}.ProjectCard-module-scss-module__fzbjuq__linkBtn{width:32px;height:32px;color:var(--color-text-tertiary);border:1px solid var(--color-border);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.ProjectCard-module-scss-module__fzbjuq__linkBtn:hover{color:var(--color-accent);border-color:var(--color-accent)}.ProjectCard-module-scss-module__fzbjuq__linkBtn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.ProjectCard-module-scss-module__fzbjuq__title{margin-bottom:10px;font-size:1.25rem;font-weight:700}@media (min-width:768px){.ProjectCard-module-scss-module__fzbjuq__title{font-size:1.5rem}}.ProjectCard-module-scss-module__fzbjuq__description{color:var(--color-text-secondary);margin-bottom:14px;font-size:.875rem;line-height:1.75}@media (min-width:768px){.ProjectCard-module-scss-module__fzbjuq__description{font-size:1rem}}.ProjectCard-module-scss-module__fzbjuq__role{color:var(--color-text-secondary);margin-bottom:14px;font-size:.875rem}.ProjectCard-module-scss-module__fzbjuq__roleLabel{color:var(--color-text-primary);margin-right:8px;font-weight:600}.ProjectCard-module-scss-module__fzbjuq__highlights{flex-direction:column;gap:6px;margin:0 0 20px;padding:0;list-style:none;display:flex}.ProjectCard-module-scss-module__fzbjuq__highlight{color:var(--color-text-secondary);padding-left:16px;font-size:.875rem;line-height:1.5;position:relative}.ProjectCard-module-scss-module__fzbjuq__highlight:before{content:"";background:var(--gradient-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.ProjectCard-module-scss-module__fzbjuq__tags{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.ProjectCard-module-scss-module__fzbjuq__tag{background:var(--color-accent-light);color:var(--color-accent);border-radius:100px;padding:4px 12px;font-size:.75rem;font-weight:500;transition:background-color .2s}
.ProjectsSection-module-scss-module__UaUVxa__heading{letter-spacing:-.02em;margin-bottom:48px;font-size:1.875rem;font-weight:700}@media (min-width:768px){.ProjectsSection-module-scss-module__UaUVxa__heading{font-size:2.25rem}}.ProjectsSection-module-scss-module__UaUVxa__grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.ProjectsSection-module-scss-module__UaUVxa__grid{grid-template-columns:repeat(2,1fr)}}
.ContactSection-module-scss-module__tOW5ya__content{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.ContactSection-module-scss-module__tOW5ya__heading{letter-spacing:-.02em;margin-bottom:16px;font-size:1.875rem;font-weight:700}@media (min-width:768px){.ContactSection-module-scss-module__tOW5ya__heading{font-size:2.25rem}}.ContactSection-module-scss-module__tOW5ya__description{color:var(--color-text-secondary);max-width:480px;margin-bottom:36px;font-size:1rem;line-height:1.75}@media (min-width:768px){.ContactSection-module-scss-module__tOW5ya__description{font-size:1.125rem}}.ContactSection-module-scss-module__tOW5ya__emailRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:36px;display:flex}.ContactSection-module-scss-module__tOW5ya__email{background:var(--gradient-accent-text);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:600;transition:opacity .2s}.ContactSection-module-scss-module__tOW5ya__email:hover{opacity:.8}.ContactSection-module-scss-module__tOW5ya__email:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;-webkit-text-fill-color:var(--color-accent);border-radius:4px}@media (min-width:768px){.ContactSection-module-scss-module__tOW5ya__email{font-size:1.25rem}}.ContactSection-module-scss-module__tOW5ya__copyBtn{border:1px solid var(--color-border);color:var(--color-text-secondary);background:var(--color-surface);box-shadow:var(--shadow-sm);border-radius:8px;align-items:center;gap:4px;padding:6px 14px;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.ContactSection-module-scss-module__tOW5ya__copyBtn:hover{color:var(--color-accent);border-color:var(--color-accent);box-shadow:var(--shadow-glow)}.ContactSection-module-scss-module__tOW5ya__copyBtn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.ContactSection-module-scss-module__tOW5ya__links{gap:16px;display:flex}.ContactSection-module-scss-module__tOW5ya__iconLink{width:48px;height:48px;color:var(--color-text-tertiary);border:1px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ContactSection-module-scss-module__tOW5ya__iconLink:hover{color:var(--color-accent);border-color:var(--color-accent);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.ContactSection-module-scss-module__tOW5ya__iconLink:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
