/* Identidade visual genérica — sem foto/escudo oficial */
.ds-avatar {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #e2e8f0;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  overflow: hidden;
}
.ds-avatar-sm { width: 28px; height: 28px; font-size: 10px; border-radius: 8px; }
.ds-avatar-lg { width: 56px; height: 56px; font-size: 16px; border-radius: 14px; }
.ds-avatar-ini { display: block; }
.ds-avatar-pos {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.04em;
}
.hub-base-avatar-ring > img,
.hub-base-avatar-ring > .pc-photo {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center 18%;
}
.hub-base-avatar-ring > img.is-tec,
.hub-base-avatar-ring > .pc-photo.is-tec {
  object-fit: contain;
  object-position: center;
}
.ds-clube-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 22px;
  padding: 0 6px;
  border-radius: 6px;
  background: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.4);
  color: #f8fafc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  vertical-align: middle;
}
.ds-clube-chip-lg {
  min-width: 48px;
  height: 32px;
  font-size: 12px;
  border-radius: 8px;
}
html[data-theme="dark"] .ds-avatar,
html[data-bs-theme="dark"] .ds-avatar {
  background: linear-gradient(160deg, #334155 0%, #1e293b 100%);
}
