.nav{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#14141ed9;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex;position:sticky;top:0}.nav ul{gap:2rem;list-style:none;display:flex}.nav a{font-weight:500;transition:all .3s}.nav a:hover{color:#f0f;text-shadow:0 0 8px #f0f}.logo{color:#00eaff;font-size:1.5rem}.home-section{color:#fff;background:#000;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.home-canvas{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.home-content{z-index:10;text-align:center;width:100%;max-width:600px;padding:1rem;position:relative}.home-profile-img{object-fit:cover;border:4px solid #f472b6;border-radius:50%;width:160px;height:160px;margin:0 auto 24px;box-shadow:0 0 20px #f472b680}.home-name{color:#f472b6;margin:0;font-size:2.5rem}.home-tagline{color:#ccc;margin-top:.5rem;font-size:1.25rem}.highlight{color:#f472b6;font-weight:600}.home-journey{color:#aaa;text-align:left;background:#141414cc;border-radius:12px;margin-top:1.5rem;padding:1.5rem;font-size:1rem;line-height:1.6}.home-socials{color:#fff;justify-content:center;gap:1.5rem;margin-top:2rem;font-size:1.75rem;display:flex}.icon{cursor:pointer;transition:color .3s,transform .3s}.icon:hover{color:#f472b6;transform:scale(1.2)}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-icon{color:#f472b6;animation:10s linear infinite spin-slow}
