/**
 * Equipped cosmetic flair (profile / comments / reviews / social).
 * Pure decoration — no trust/quality connotations.
 */

.hw-cosmetic-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0.28em;
  line-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.hw-cosmetic-badge__img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hw-cosmetic-badge--glyph {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0a060, #b85c3a 70%);
  box-shadow: 0 0 6px rgba(224, 112, 64, 0.45);
}

.hw-cosmetic-badge--spark-reader {
  background: radial-gradient(circle at 35% 30%, #ffe8a0, #e07040 65%);
}

.hw-cosmetic-badge--creator-hearth {
  background: radial-gradient(circle at 40% 30%, #f6e8d8, #8b4518 70%);
  border-radius: 3px;
}

.hw-cosmetic-frame--css {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  pointer-events: none;
  border: 2px solid rgba(224, 112, 64, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(224, 112, 64, 0.25);
}

.hw-cosmetic-frame--gilded-ember {
  border-color: rgba(212, 175, 55, 0.85);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 14px rgba(212, 175, 55, 0.35);
}

.hw-cosmetic-frame--ember-rim {
  border-color: rgba(224, 112, 64, 0.9);
}

.hw-uname--ember-glow {
  text-shadow: 0 0 10px rgba(224, 112, 64, 0.45);
}

.hw-uname--mist-fade {
  opacity: 0.92;
  letter-spacing: 0.01em;
}

.hw-uname--candle-wash {
  text-shadow: 0 0 8px rgba(212, 165, 116, 0.35);
}

.hw-uname--sage-ink {
  color: #a8b89a;
}

.hw-uname--ink-silver {
  color: #c8ced6;
}

.hw-profile-shell.hw-cosmetic-theme--night {
  --hw-profile-shell-wash: #0a0b0d;
}

.hw-community__author .hw-cosmetic-badge,
.hw-featured-profile .hw-cosmetic-badge,
.hw-profile__name .hw-cosmetic-badge {
  margin-left: 0.35em;
}
