.ProfileShell{min-height:100vh;background-color:var(--bg-primary);padding:2rem 1rem}.ProfileShell-header{max-width:800px;margin:0 auto 2rem;padding:1rem}.ProfileShell-titleRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ProfileShell-homeLink{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;text-transform:lowercase;letter-spacing:-.01em;transition:color .2s ease}.ProfileShell-homeLink:hover{color:var(--text-primary)}.ProfileShell-actions,.ProfileShell-userInfo{display:flex;align-items:center;gap:1rem}.ProfileShell-userInfo{margin-top:1rem}.ProfileShell-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.ProfileShell-avatarPlaceholder{background:var(--bg-secondary)}.ProfileShell-username{font-size:1.375rem;font-weight:500;color:var(--text-primary);margin:0}.ProfileShell-content{max-width:800px;margin:0 auto}