/**
 * دکمه «اشتراک‌ها» در هدر — ظاهر VIP (پس‌زمینه تیره، حاشیه طلایی، درخشش کهربایی)
 */
.nav-subscriptions-vip {
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 1.05rem 0.55rem 1rem;
  border-radius: 999px;
  background: linear-gradient(165deg, #101a2e 0%, #0a111f 45%, #070b14 100%);
  color: #fafafa !important;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  border: 2px solid #c9a227;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.25),
    0 0 22px rgba(212, 175, 55, 0.38),
    0 0 48px rgba(180, 120, 40, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-subscriptions-vip:hover {
  transform: translateY(-1px);
  border-color: #ecd766;
  color: #ffffff !important;
  box-shadow:
    0 0 0 1px rgba(255, 230, 150, 0.35),
    0 0 28px rgba(236, 215, 102, 0.48),
    0 0 56px rgba(212, 175, 55, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.nav-subscriptions-vip:focus-visible {
  outline: 2px solid rgba(236, 215, 102, 0.85);
  outline-offset: 3px;
}

.nav-subscriptions-vip-label {
  font-weight: 800;
  color: inherit;
}

.nav-subscriptions-vip-crown {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.55));
}
