/* MINIX_FIX_GUARD:REMOTE-TOPBAR-VIP-STATIC-ANIMATED-PARITY-20260901 */
.profile-vip[data-v-2c8eaea2],
.inworld-vip[data-v-2c8eaea2] {
  width: 30px !important;
  min-width: 30px !important;
  height: 13px !important;
  object-fit: contain !important;
  opacity: .58 !important;
  filter: grayscale(1) saturate(0) brightness(.62) contrast(1.08) !important;
  animation: none !important;
}

.profile-vip.profile-vip-active[data-v-2c8eaea2],
.inworld-vip.inworld-vip-active[data-v-2c8eaea2] {
  opacity: 1 !important;
  filter: saturate(1.12) brightness(1.06)
    drop-shadow(0 0 2px rgba(255,255,255,.9))
    drop-shadow(0 0 6px rgba(90,231,255,.78)) !important;
  animation: minix-fixed-vip-glow 1.35s ease-in-out infinite alternate !important;
}

@keyframes minix-fixed-vip-glow {
  0% {
    filter: saturate(1.08) brightness(1.02)
      drop-shadow(0 0 2px rgba(255,255,255,.85))
      drop-shadow(0 0 4px rgba(86,220,255,.62));
  }
  100% {
    filter: saturate(1.2) brightness(1.13)
      drop-shadow(0 0 3px rgba(255,255,255,.98))
      drop-shadow(0 0 8px rgba(116,245,255,.9));
  }
}

/* MINIX_FIX_GUARD:PROFILE-CREATOR-HUB-PROMO-HIDDEN-20260902
 * The stable remote SPA must keep its current main/ProfileView bundles.
 * Hide only the retired Creator Hub/MiniLoja promotional card in the profile
 * sidebar; do not affect the avatar panel, Glory, skills or space cards. */
.authentic-profile-v111 .classic-profile-sidebar > .classic-promo {
  display: none !important;
}
