/* Preserve the original Soulful Eye pixels; remove only its opaque outer square.
   Measured against the 128px Skool original. All gold detail fits inside this contour. */
.gold-emblem {
  clip-path: ellipse(45.5% 46.5% at 50% 50%);
  object-fit: contain;
  flex-shrink: 0;
}
