.AboutPage_page__e4oag{--section-spacing:clamp(4rem,8vw,1rem);--content-width:min(90%,1200px);display:flex;flex-direction:column;gap:var(--section-spacing);overflow-x:hidden;width:100%}.AboutPage_heroSection__YBh0z{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;padding:6rem 1rem 2rem;position:relative}.AboutPage_heroSection__YBh0z:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40%;height:1px;background:linear-gradient(90deg,transparent,var(--muted),transparent);opacity:.4}.AboutPage_heroTitle__qF7YU{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;color:var(--foreground);margin-bottom:1.5rem;line-height:1.1;transition:color .3s ease}.AboutPage_heroSubtitle__JY8lz{font-size:clamp(1.25rem,2vw,1.5rem);color:var(--muted);margin:0 auto;line-height:1.6;max-width:680px;transition:color .3s ease}.AboutPage_profileSection__hKxU2{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(2.5rem,5vw,4rem);width:100%;margin:0 auto;max-width:var(--content-width);padding:0 1.5rem;box-sizing:border-box}@media (min-width:900px){.AboutPage_profileSection__hKxU2{flex-direction:row;gap:5rem;align-items:flex-start;min-height:60vh}}.AboutPage_profileImageWrapper__sguT7{flex:0 0 auto;position:relative;width:clamp(12rem,18vw,16rem);height:clamp(12rem,18vw,16rem)}.AboutPage_profileImage__j4a69{border-radius:50%;object-fit:cover;box-shadow:0 20px 40px rgba(var(--primary-rgb,108,71,255),.12),0 0 0 1px rgba(var(--primary-rgb,108,71,255),.05);transition:transform .3s ease,box-shadow .3s ease}.AboutPage_profileImage__j4a69:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(var(--primary-rgb,108,71,255),.18),0 0 0 1px rgba(var(--primary-rgb,108,71,255),.08)}html.AboutPage_dark__fUW_l .AboutPage_profileImage__j4a69{box-shadow:0 20px 40px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.05)}html.AboutPage_dark__fUW_l .AboutPage_profileImage__j4a69:hover{box-shadow:0 25px 50px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.08)}.AboutPage_profileBio__f96be{display:flex;flex-direction:column;gap:1.8rem;align-items:center;justify-content:center;text-align:center}@media (min-width:900px){.AboutPage_profileBio__f96be{align-items:flex-start;text-align:left;max-width:60%}}.AboutPage_profileName__oWMqi{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem;color:var(--foreground);position:relative;display:inline-block;transition:color .3s ease}.AboutPage_profileName__oWMqi:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:var(--primary);border-radius:3px;transition:background .3s ease}@media (max-width:899px){.AboutPage_profileName__oWMqi:after{left:50%;transform:translateX(-50%)}}.AboutPage_profileText__NYUOy{font-size:clamp(1.1rem,1.5vw,1.25rem);color:var(--muted);line-height:1.8;transition:color .3s ease}.AboutPage_textLink__t0zAd{color:var(--primary);font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}.AboutPage_textLink__t0zAd:hover{border-color:var(--primary)}.AboutPage_profileText__NYUOy strong{color:var(--foreground);font-weight:600;transition:color .3s ease}.AboutPage_interestsSection__Jouto{padding:1rem 1.5rem;width:100%;text-align:center;margin:0 auto;max-width:var(--content-width)}.AboutPage_interestsTitle__Di4dm{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;margin-bottom:3rem;color:var(--foreground);position:relative;display:inline-block;transition:color .3s ease}.AboutPage_interestsTitle__Di4dm:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:40px;height:3px;background:var(--primary);border-radius:3px;transition:background .3s ease}.AboutPage_interestsContainer__ChRTh{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.AboutPage_interestsList__eoWZq{display:flex;flex-wrap:wrap;width:100%;max-width:800px;justify-content:center;gap:clamp(.8rem,1.5vw,1.2rem)}.AboutPage_interestTag__N_3sP{background:rgba(243,244,246,.7);color:var(--foreground);padding:.8rem 1.6rem;border-radius:999px;font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s cubic-bezier(.25,.46,.45,.94);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);transform:translateY(0)}html.AboutPage_dark__fUW_l .AboutPage_interestTag__N_3sP{background:rgba(35,35,42,.7);color:var(--foreground);border:1px solid rgba(255,255,255,.05)}.AboutPage_interestTag__N_3sP:focus-visible,.AboutPage_interestTag__N_3sP:hover{background:var(--primary);color:var(--primary-foreground,#fff);box-shadow:0 6px 20px rgba(var(--primary-rgb,108,71,255),.2);transform:translateY(-5px) scale(1.05)}