/* Build 006F — Code Purification */

.profile-photo-editor{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid var(--border);
  border-radius:16px;
  background:var(--surface);
}

.profile-photo-preview{
  display:grid;
  place-items:center;
  width:82px;
  height:82px;
  overflow:hidden;
  border-radius:22px;
  background:color-mix(in srgb,var(--accent) 18%,var(--solid));
  color:var(--text);
  font-size:28px;
  font-weight:800;
}

.profile-photo-preview img,
.member-avatar img,
.aside-member>span img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.profile-photo-editor strong,
.profile-photo-editor small{
  display:block;
}

.profile-photo-editor small{
  margin:3px 0 10px;
  color:var(--muted);
}

.profile-photo-button{
  display:inline-flex;
  width:auto;
  margin-right:8px;
}

.member-avatar,
.aside-member>span{
  overflow:hidden;
}

#project .project-card strong{
  overflow-wrap:anywhere;
}
