.image-preview {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--panel);
}

.image-preview img {
  max-width: 120px;
  max-height: 90px;
  border-radius: 8px;
}

#login[hidden], #workspace[hidden], #chat[hidden], #empty[hidden], .image-preview[hidden] {
  display: none;
}
