.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}
.CDCard-module__UucT0q__cdContent{justify-content:center;align-items:center;width:100%;height:100%;padding:1.25rem;display:flex}.CDCard-module__UucT0q__flipRoot{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;margin:0;padding:0}.CDCard-module__UucT0q__flipRoot:focus-visible{outline:2px solid var(--border-hover,#d4c4b0cc);outline-offset:4px}.CDCard-module__UucT0q__flipScene{perspective:1000px;perspective-origin:50%;width:clamp(130px,40vmin,180px);height:clamp(130px,40vmin,180px)}.CDCard-module__UucT0q__flipInner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.4,.2,.2,1);position:relative}.CDCard-module__UucT0q__flipInnerFlipped{transform:rotateY(180deg)}.CDCard-module__UucT0q__face{backface-visibility:hidden;transform-style:preserve-3d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.CDCard-module__UucT0q__faceBack{transform:rotateY(180deg)}.CDCard-module__UucT0q__disc{aspect-ratio:1;box-sizing:border-box;background:radial-gradient(circle,#ffffff47 0%,#ffffff14 32%,#0000002e 68%,#00000040 100%);border:3px solid #fffffff2;border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1a,inset 0 3px 10px #ffffff1f,inset 0 -6px 14px #0000002e,0 2px 4px #0000001a,0 8px 20px #00000024,0 16px 40px #0000001f,0 28px 56px #00000014}.dark .CDCard-module__UucT0q__disc{box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 3px 10px #ffffff0f,inset 0 -6px 14px #00000059,0 2px 6px #00000059,0 10px 28px #00000073,0 20px 48px #00000059,0 32px 64px #00000040}.CDCard-module__UucT0q__cover{border-radius:50%;position:absolute;inset:0;overflow:hidden;transform:translateZ(0)}.CDCard-module__UucT0q__coverImg{object-fit:cover;filter:saturate(1.15)contrast(1.05);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block;transform:scale(1.01)}.CDCard-module__UucT0q__coverSpinning{transform-origin:50%;animation:4s linear infinite CDCard-module__UucT0q__cdSpin}@keyframes CDCard-module__UucT0q__cdSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:360px){.CDCard-module__UucT0q__cdContent{padding:.875rem}.CDCard-module__UucT0q__flipScene{width:155px;height:155px}}@media (prefers-reduced-motion:reduce){.CDCard-module__UucT0q__flipInner{transition:none}.CDCard-module__UucT0q__coverSpinning{animation:none!important}}
@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c9edc95d97c96c44-s.7849b6eb.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/48688a1c7f13f88e-s.8bfb54f2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/94970980a20057a9-s.98d4534b.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9265f134bc938c72-s.d1a09193.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5f393a4e4b472c87-s.adf1d8c1.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b4e52167ddb19633-s.44a26853.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4035a0e7e8d7234c-s.p.2117db41.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora Fallback;src:local(Times New Roman);ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.0%;size-adjust:115.2%}.lora_747d8fd6-module__PnWLpG__className{font-family:Lora,Lora Fallback;font-style:normal;font-weight:400}
.SinceCard-module__hz1xGG__sinceContent{text-align:center;justify-content:center;align-items:center;gap:.35rem}.SinceCard-module__hz1xGG__label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:500;transition:color .3s}.SinceCard-module__hz1xGG__date{letter-spacing:.02em;color:var(--text-primary);font-variant-numeric:lining-nums proportional-nums;font-size:clamp(1.5rem,4vw,2rem);font-weight:400;transition:color .3s}
.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}}
