.workspace-member-identity{display:flex;flex-direction:column;gap:var(--hu-space-2);margin-bottom:var(--hu-space-4);padding:var(--hu-space-3);border:1px solid var(--hu-border-subtle);border-radius:var(--hu-radius-md);background:var(--hu-surface-muted)}.workspace-member-identity__row{display:flex;gap:var(--hu-space-3);align-items:center}.workspace-member-identity__edit-link{align-self:flex-start;font-size:var(--hu-text-xs,.75rem);font-weight:600;color:var(--hu-workspace-action,var(--hu-color-primary));text-decoration:none}.workspace-member-identity__edit-link:focus-visible,.workspace-member-identity__edit-link:hover{text-decoration:underline}.workspace-member-identity__avatar{border-radius:999px;object-fit:cover;background:var(--hu-surface-base)}.workspace-member-identity__name{margin:0;font-size:var(--hu-text-sm);font-weight:600}.workspace-member-identity__meta{margin:var(--hu-space-1) 0 0;font-size:var(--hu-text-xs);color:var(--hu-text-muted)}.workspace-member-identity__copy,.workspace-member-identity__label{margin:0;font-size:var(--hu-text-sm)}.workspace-member-identity--prompt{display:block}.workspace-member-identity--prompt .workspace-member-identity__copy{margin-top:var(--hu-space-1)}.workspace-navigation{margin-bottom:var(--hu-space-6);padding-bottom:var(--hu-space-4)}.workspace-navigation__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hu-workspace-secondary,var(--hu-color-text-muted));margin:0 0 var(--hu-space-3)}.workspace-navigation__groups{display:grid;gap:var(--hu-space-5)}.workspace-navigation__group{display:grid;gap:var(--hu-space-2)}.workspace-navigation__divider{border:0;border-top:1px solid var(--hu-color-border);margin:var(--hu-space-1) 0 var(--hu-space-2)}.workspace-navigation__group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;border:0;background:transparent;padding:var(--hu-space-1) var(--hu-space-2);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hu-workspace-secondary,var(--hu-color-text-muted));cursor:pointer}.workspace-navigation__group-toggle:focus-visible,.workspace-navigation__group-toggle:hover{color:var(--hu-workspace-primary,var(--hu-color-primary));background:var(--hu-color-primary-soft);border-radius:var(--hu-radius-sm)}.workspace-navigation__group-chevron{display:inline-block;font-size:.7rem;transition:transform .15s ease;transform:rotate(0deg)}.workspace-navigation__group-chevron--collapsed{transform:rotate(-90deg)}.workspace-navigation__list{display:flex;flex-direction:column;gap:var(--hu-space-1);padding-left:var(--hu-space-2)}.workspace-navigation__link{color:var(--hu-color-text);font-size:var(--hu-font-size-sm);text-decoration:none;border-radius:var(--hu-radius-sm);padding:var(--hu-space-2) var(--hu-space-2);border-left:2px solid transparent}.workspace-navigation__link:focus-visible,.workspace-navigation__link:hover{color:var(--hu-workspace-primary,var(--hu-color-primary));background:var(--hu-color-primary-soft)}.workspace-navigation__link--active{color:var(--hu-workspace-primary,var(--hu-color-primary));font-weight:600;background:var(--hu-color-primary-soft);border-left-color:var(--hu-workspace-highlight,var(--hu-color-primary))}