:root{
  --zg-gold-gem:url('./zg-gold-gem.svg');
  --zg-gold-border:rgba(233,189,84,.42);
  --zg-gold-bg:linear-gradient(135deg,rgba(251,220,114,.16),rgba(116,78,18,.16));
  --zg-gold-text:#ffefb5;
  --zg-gold-shadow:0 0 18px rgba(232,184,62,.12);
}

/* Gold verified profile/public badges */
.profile-badge.zg-gold-profile-badge{
  position:relative;
  gap:8px!important;
  padding:5px 11px 5px 8px!important;
  border-color:var(--zg-gold-border)!important;
  color:var(--zg-gold-text)!important;
  background:var(--zg-gold-bg)!important;
  box-shadow:var(--zg-gold-shadow)!important;
}
.profile-badge.zg-gold-profile-badge::before{
  content:'';
  width:24px;
  height:18px;
  flex:0 0 auto;
  display:block;
  background:var(--zg-gold-gem) center/contain no-repeat;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.24));
}

/* Gold membership surfaces in profile/public/notification-like pills */
.zg-identity-text-badge.gold{
  gap:5px;
  border-color:var(--zg-gold-border)!important;
  background:var(--zg-gold-bg)!important;
  color:var(--zg-gold-text)!important;
  box-shadow:var(--zg-gold-shadow)!important;
}
.zg-identity-text-badge.gold::before{
  content:'';
  width:15px;
  height:12px;
  display:block;
  flex:0 0 auto;
  background:var(--zg-gold-gem) center/contain no-repeat;
  filter:drop-shadow(0 1px 3px rgba(0,0,0,.22));
}

/* Compact gemstone mark on avatars / lists */
.zg-identity-mini-seal.gold{
  width:24px!important;
  height:18px!important;
  right:-7px!important;
  top:-6px!important;
  border:0!important;
  border-radius:0!important;
  clip-path:none!important;
  background:var(--zg-gold-gem) center/contain no-repeat!important;
  color:transparent!important;
  font-size:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 0 6px rgba(232,184,62,.26)) drop-shadow(0 4px 7px rgba(0,0,0,.28));
}

/* Old gold verification admin profile block */
.zg-admin-verification-profile{
  position:relative;
  overflow:hidden;
}
.zg-admin-verification-profile::after{
  content:'';
  position:absolute;
  inset-inline-start:-20px;
  top:-20px;
  width:110px;
  height:110px;
  pointer-events:none;
  opacity:.05;
  background:var(--zg-gold-gem) center/contain no-repeat;
}
.zg-admin-verification-profile .zg-admin-verification-badge{
  position:relative;
  width:52px;
  height:40px;
  min-width:52px;
  border:0!important;
  border-radius:0!important;
  background:var(--zg-gold-gem) center/contain no-repeat!important;
  color:transparent!important;
  font-size:0!important;
  box-shadow:none!important;
}
.zg-admin-verification-profile .zg-admin-verification-head h3{
  color:#ffe9a3;
}
.zg-admin-verification-profile .zg-admin-verification-games span{
  border-color:rgba(233,189,84,.26)!important;
  background:rgba(233,189,84,.07)!important;
  color:#efd27d!important;
}

/* Small utility for any future gold mark host */
.zg-gold-gem-mark{
  display:inline-block;
  width:26px;
  height:20px;
  background:var(--zg-gold-gem) center/contain no-repeat;
  vertical-align:middle;
}
@media (max-width:760px){
  .profile-badge.zg-gold-profile-badge::before{width:22px;height:16px}
  .zg-admin-verification-profile .zg-admin-verification-badge{width:48px;height:36px;min-width:48px}
}

/* V3.6H.13.16 — Gold notifications and global gold surfaces */
.profile-notification.zg-gold-notification{border-color:rgba(232,188,70,.30)!important;background:linear-gradient(135deg,rgba(225,178,51,.075),rgba(14,13,10,.96))!important;box-shadow:inset 0 1px 0 rgba(255,238,177,.025)}
.profile-notification.zg-gold-notification.unread{border-color:rgba(244,204,92,.48)!important;background:linear-gradient(135deg,rgba(230,181,49,.12),rgba(13,12,9,.97))!important;box-shadow:0 0 22px rgba(225,177,46,.055)}
.zg-gold-notification-mark{width:34px;height:26px;display:grid;place-items:center;margin-top:0;filter:drop-shadow(0 0 6px rgba(235,189,60,.24))}.zg-gold-notification-mark img{display:block;width:34px;height:26px;object-fit:contain}.zg-gold-notification .notification-title b{color:#ffe6a0}.zg-gold-notification .text-action{color:#e9c76c}
.zg-gold-inline-rank{width:25px;height:18px;display:inline-block;object-fit:contain;vertical-align:-4px;margin-inline-end:3px;filter:drop-shadow(0 0 4px rgba(229,183,56,.20))}.zg-gold-rank-showcase-img{width:58px;height:43px;object-fit:contain;display:block;margin:auto;filter:drop-shadow(0 0 8px rgba(231,187,60,.22))}
.header-notification.zg-gold-notification{border-color:rgba(232,188,70,.26)!important;background:linear-gradient(135deg,rgba(224,177,48,.075),rgba(14,14,18,.98))!important}.header-notification.zg-gold-notification.unread{border-color:rgba(243,203,91,.46)!important;box-shadow:0 0 18px rgba(224,176,47,.045)}.header-notification.zg-gold-notification .notification-kind-icon{background:transparent!important;border-color:transparent!important;box-shadow:none!important}.zg-gold-notification-icon{width:34px;height:25px;display:block;object-fit:contain;filter:drop-shadow(0 0 5px rgba(233,187,61,.24))}.header-notification.zg-gold-notification .header-notification-title b{color:#ffe5a0}
