/* /profile/me redirect shell — minimal centered loading state. */
.apm-page {
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 16px;
}
.apm-msg {
  color: var(--color-text-secondary, #a99fb3);
  font-size: 0.95rem;
}
