.AnimatedSvgCard-module__IVZiDG__svgContent{justify-content:center;align-items:center;padding:2rem;display:flex}.AnimatedSvgCard-module__IVZiDG__animatedSvg{width:100%;max-width:180px;height:100%;max-height:180px;color:var(--text-secondary);transition:color .3s}.AnimatedSvgCard-module__IVZiDG__drawPath,.AnimatedSvgCard-module__IVZiDG__drawCircle{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:3s ease-in-out infinite AnimatedSvgCard-module__IVZiDG__draw}.AnimatedSvgCard-module__IVZiDG__drawPath:nth-child(2){animation-delay:.5s}.AnimatedSvgCard-module__IVZiDG__drawCircle{animation-duration:2s;animation-delay:1s}@keyframes AnimatedSvgCard-module__IVZiDG__draw{0%{stroke-dashoffset:1000px}50%{stroke-dashoffset:0}to{stroke-dashoffset:0}}
.EmojiPlate-module__LVFPOG__emojiPlate{z-index:10;position:absolute;top:.75rem;right:.75rem}.EmojiPlate-module__LVFPOG__emojiBadge{background-color:var(--bg-card);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;transition:all .3s;display:inline-flex}.EmojiPlate-module__LVFPOG__emojiBadge:hover{border-color:var(--border-hover);transform:scale(1.1)}.EmojiPlate-module__LVFPOG__emoji{transition:transform .3s;display:inline-block}.EmojiPlate-module__LVFPOG__emojiSpinning{animation:1s linear infinite EmojiPlate-module__LVFPOG__spin}.EmojiPlate-module__LVFPOG__emojiRotated{transition:transform .3s;transform:rotate(180deg)}@keyframes EmojiPlate-module__LVFPOG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.EmojiPlate-module__LVFPOG__emojiPlate{top:.5rem;right:.5rem}.EmojiPlate-module__LVFPOG__emojiBadge{width:28px;height:28px;font-size:1rem}}
.HeroCard-module__BCrQca__heroHeader{align-items:flex-start;gap:1.5rem;margin-bottom:1rem;display:flex}.HeroCard-module__BCrQca__heroAvatar{border:2px solid var(--border-color);object-fit:cover;border-radius:50%;flex-shrink:0;width:80px;height:80px;transition:all .3s}.HeroCard-module__BCrQca__heroAvatar:hover{border-color:var(--border-hover);transform:scale(1.05)}@media (max-width:768px){.HeroCard-module__BCrQca__heroHeader{flex-direction:column;align-items:flex-start;gap:1rem}.HeroCard-module__BCrQca__heroAvatar{width:64px;height:64px}}.HeroCard-module__BCrQca__heroTitle{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:300;line-height:1.2;transition:color .3s}@media (max-width:768px){.HeroCard-module__BCrQca__heroTitle{font-size:2rem}}.HeroCard-module__BCrQca__heroName{font-weight:400}.HeroCard-module__BCrQca__heroSubtitle{color:var(--text-secondary);margin-top:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:400;line-height:1.5;transition:color .3s}.HeroCard-module__BCrQca__heroDescription{color:var(--text-secondary);margin-top:1.5rem;font-size:1.125rem;line-height:1.6;transition:color .3s}.HeroCard-module__BCrQca__heroMotto{opacity:.85;color:var(--text-secondary);margin-top:1rem;font-size:.9375rem;font-style:italic;line-height:1.6;transition:color .3s}.HeroCard-module__BCrQca__heroTag{margin-top:1rem}.HeroCard-module__BCrQca__tagText{background-color:var(--bg-card);color:var(--text-secondary);border:1px solid;border-color:var(--border-color);border-radius:20px;padding:.375rem .75rem;font-size:.875rem;transition:all .3s;display:inline-block}.HeroCard-module__BCrQca__heroLinks{align-items:center;gap:1rem;margin-top:2rem;display:flex}.HeroCard-module__BCrQca__separator{color:var(--text-muted)}
.AboutCard-module__nGo0ia__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:300;transition:color .3s}.AboutCard-module__nGo0ia__cardText{color:var(--text-secondary);line-height:1.6;transition:color .3s}
.SkillsCard-module__7oRlvW__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:300;transition:color .3s}.SkillsCard-module__7oRlvW__skillsList{flex-wrap:wrap;gap:.5rem;display:flex}.SkillsCard-module__7oRlvW__skillChip{background-color:var(--bg-card);color:var(--text-secondary);border:1px solid;border-color:var(--border-color);border-radius:20px;padding:.375rem .75rem;font-size:.875rem;transition:all .3s;display:inline-block}.SkillsCard-module__7oRlvW__skillChip:hover{color:var(--text-primary);border-color:var(--border-hover);transform:translateY(-1px)}
.InterestsCard-module__Q2vpoq__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:300;transition:color .3s}.InterestsCard-module__Q2vpoq__interestsList{flex-wrap:wrap;gap:.75rem 1rem;display:flex}.InterestsCard-module__Q2vpoq__interestChip{color:var(--text-secondary);padding-bottom:.25rem;font-size:1rem;transition:all .3s;display:inline-block;position:relative}.InterestsCard-module__Q2vpoq__interestChip:after{content:"";opacity:.6;background-image:repeating-linear-gradient(-45deg,#0000,#0000 2px,currentColor 2px 4px);background-size:8px 8px;width:100%;height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0}.InterestsCard-module__Q2vpoq__interestChip:hover{color:var(--text-primary)}.InterestsCard-module__Q2vpoq__interestChip:hover:after{opacity:1}
.BioCard-module__huNefG__cardTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:300;transition:color .3s}.BioCard-module__huNefG__bioTimeline{flex-direction:column;gap:1.5rem;display:flex;position:relative}.BioCard-module__huNefG__bioItem{gap:1rem;display:flex;position:relative}.BioCard-module__huNefG__bioItem:not(:last-child):after{content:"";background-color:var(--border-color);opacity:.3;width:2px;height:calc(100% + .5rem);position:absolute;top:2rem;left:.5rem}.BioCard-module__huNefG__bioYear{color:var(--text-primary);flex-shrink:0;min-width:4rem;font-size:.875rem;font-weight:500;transition:color .3s}.BioCard-module__huNefG__bioContent{flex:1}.BioCard-module__huNefG__bioDescription{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6;transition:color .3s}@media (max-width:768px){.BioCard-module__huNefG__bioItem{flex-direction:column;gap:.5rem}.BioCard-module__huNefG__bioItem:not(:last-child):after{display:none}.BioCard-module__huNefG__bioYear{min-width:auto}}
.ContactCard-module__7NyHVW__contactContent{text-align:center;justify-content:center;align-items:center}.ContactCard-module__7NyHVW__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:300;transition:color .3s}.ContactCard-module__7NyHVW__contactLink{text-underline-offset:4px;color:var(--text-secondary);text-decoration:underline;-webkit-text-decoration-color:var(--border-color);text-decoration-color:var(--border-color);transition:all .3s}.ContactCard-module__7NyHVW__contactLink:hover{color:var(--text-primary);-webkit-text-decoration-color:var(--border-hover);text-decoration-color:var(--border-hover)}
.QuoteCard-module__xE5wAq__quoteContent{justify-content:center;align-items:center}.QuoteCard-module__xE5wAq__quoteText{text-align:center;color:var(--text-secondary);font-style:italic;line-height:1.6;transition:color .3s}.dark .QuoteCard-module__xE5wAq__quoteText{color:var(--text-primary);opacity:.9}
.PretzelCard-module__T8-PGW__vectorCard{position:relative}.PretzelCard-module__T8-PGW__svgContent{justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.PretzelCard-module__T8-PGW__animatedSvg{width:100%;max-width:100%;height:100%;max-height:100%;color:var(--text-secondary);transition:color .3s}.PretzelCard-module__T8-PGW__drawPath{stroke-dasharray:100000;stroke-dashoffset:100000px;animation:20s ease-in-out infinite PretzelCard-module__T8-PGW__drawPretzel}@keyframes PretzelCard-module__T8-PGW__drawPretzel{0%{stroke-dashoffset:100000px}70%{stroke-dashoffset:0}to{stroke-dashoffset:0}}
