/**
 * Kullanıcı profil dropdown — siyah-gri tema (mobil tam ekran dahil)
 */

.dropdown-animated,
.user-dropdown-modern {
  background: linear-gradient(180deg, #141414 0%, #0c0c0c 100%) !important;
  border: 1px solid var(--color-border) !important;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04) !important;
}

.dropdown-modern-accent {
  background: linear-gradient(90deg, #525252 0%, #737373 50%, #525252 100%) !important;
}

.dropdown-header-modern {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%) !important;
  border-bottom-color: var(--color-border) !important;
}

.dropdown-header .dropdown-avatar-wrap img,
.dropdown-header .dropdown-avatar-wrap div {
  border-color: var(--color-border-strong) !important;
}

.dropdown-status-dot,
.profile-online-dot {
  border-color: #0c0c0c !important;
}

.dropdown-username {
  color: var(--color-text) !important;
}

.dropdown-balance-label {
  color: var(--color-text-muted) !important;
}

.dropdown-balance {
  background: linear-gradient(135deg, #f5f5f5 0%, #b3b3b3 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.dropdown-section-label {
  color: var(--color-text-muted) !important;
}

.dropdown-item {
  color: var(--color-text-secondary) !important;
}

.dropdown-item:hover {
  background: var(--color-bg-hover) !important;
  color: var(--color-text) !important;
}

.dropdown-item-icon {
  background: rgba(255, 255, 255, 0.06) !important;
}

.dropdown-item:hover .dropdown-item-icon {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Mavi/mor ikon tonları → nötr gri (yeşil/sarı/pembe CTA korunur) */
.dropdown-menu-items .dropdown-item:nth-of-type(1) .dropdown-item-icon i { color: #e5e5e5 !important; }
.dropdown-menu-items .dropdown-item:nth-of-type(3) .dropdown-item-icon i { color: #d4d4d4 !important; }
.dropdown-menu-items .dropdown-item:nth-of-type(6) .dropdown-item-icon i { color: #d4d4d4 !important; }
.dropdown-menu-items .dropdown-item:nth-of-type(9) .dropdown-item-icon i { color: #b3b3b3 !important; }

.dropdown-footer-modern {
  background: rgba(0, 0, 0, 0.25) !important;
  border-top-color: var(--color-border) !important;
}

.dropdown-divider {
  background: linear-gradient(90deg, transparent, var(--color-border), transparent) !important;
}

@media (max-width: 991px) {
  .dropdown-animated,
  .user-dropdown-modern {
    background: #0c0c0c !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid var(--color-border) !important;
    border-bottom: none !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45) !important;
  }

  .dropdown-menu-items {
    max-height: none !important;
  }

  .dropdown-item {
    padding: 14px 16px !important;
    min-height: 52px !important;
    border-radius: 12px !important;
  }

  .dropdown-item-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 10px !important;
  }
}
