.profile-nav{position:relative;display:flex;justify-content:center;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.profile-pic-nav{width:100px;height:100px;border-radius:50%;object-fit:cover;transition:all .3s ease;filter:drop-shadow(0 0 10px rgba(255,255,255,.1))}.profile-pic-nav:hover{transform:scale(1.1) rotate(15deg);border-color:#ffffff80;filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}.content-container{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0rem;min-height:80vh;opacity:0;animation:fadeInPage 1.5s ease-out forwards;display:flex;flex-direction:column;justify-content:center}@keyframes fadeInPage{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-content{max-width:630px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;flex:1;justify-content:center}.about-paragraph{font-family:Figtree,sans-serif;font-size:1rem;color:#ffffffe6;line-height:1.3;margin:0;font-weight:400;margin-top:1rem;margin-bottom:3rem}.about-paragraph .highlight{color:#fd0;font-weight:400}.nutshell-section{max-width:800px;margin:0 auto;text-align:left;margin-top:3rem;margin-bottom:4rem;flex:1;display:flex;flex-direction:column;justify-content:center}.nutshell-title{font-family:MuseoModerno,sans-serif;font-size:1.5rem;font-weight:700;color:#ffffffe6;text-align:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px}.nutshell-item{margin-bottom:2rem;padding:1.5rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.nutshell-item:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.nutshell-category{font-family:MuseoModerno,sans-serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem;margin-top:1.1rem;text-transform:uppercase;letter-spacing:1px}.nutshell-text{font-family:Figtree,sans-serif;font-size:.9rem;color:#fffc;line-height:1.4;margin:0;font-weight:400}@media (max-width: 768px){.about-paragraph{font-size:.9rem;margin-bottom:.5rem;width:95%}.profile-pic-nav{width:100px;height:100px}.nutshell-section{margin-bottom:1.5rem}}
