.header--logged .header__logo {
  background: var(--tf-logo-s) no-repeat left center;
  width: 80px;
  height: 40px;
  background-size: 40px 40px;
}

.header__wallet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  margin-left: -40px;
}

/* ── Giriş Yap ── */
.header__actions .header__signin,
button.header__signin,
.header__signin {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  font-weight: 600 !important;
  background: #071d48 !important;
  background-image: none !important;
  border: 1px solid rgba(99, 148, 210, 0.25) !important;
  color: #dce8f5 !important;
  border-radius: 9px !important;
  height: auto !important;
  padding: 8px 16px !important;
  text-transform: capitalize !important;
  box-shadow: none !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
}
.header__actions .header__signin:hover,
button.header__signin:hover,
.header__signin:hover {
  background: #0a2558 !important;
  background-image: none !important;
  border-color: rgba(99, 148, 210, 0.5) !important;
}

/* ── Üye Ol ── */
.header__signup {
  font-weight: 600 !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #1a7fe8 0%, #2e9cf5 50%, #1a7fe8 100%) !important;
  color: #ffffff !important;
  text-transform: capitalize !important;
  border: none !important;
  border-radius: 9px !important;
  height: auto !important;
  padding: 8px 16px !important;
  margin-right: 15px !important;
  box-shadow: 0 4px 14px rgba(26, 127, 232, 0.35) !important;
  transition: filter 0.2s ease, box-shadow 0.2s ease !important;
}
.header__signup:hover {
  filter: brightness(1.1) !important;
  box-shadow: 0 6px 18px rgba(26, 127, 232, 0.5) !important;
}

@media (max-width: 768px) {
  .header--logged .header__logo {
    background: url('https://cdn.efsinomedia.com/sidebar/efsicon.png') no-repeat left !important;
  }
  .header__actions {
    gap: 6px !important;
  }
  .header__signin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 8px 12px !important;
  }
  .header__signup {
    padding: 8px 12px !important;
    margin-right: 6px !important;
  }
}

.header__wallet-btn {
  background-color: unset !important;
  background: transparent !important;
}

.playico-tv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  min-width: 24px;
  min-height: 24px;
  background: #04122f;
  padding: 8px;
  border-radius: 7px;
  position: relative;
  margin-right: 45px !important;
}

@media (min-width: 1200px) {
  .sidebar__logo {
    position: fixed;
    z-index: 100;
    display: block;
    width: 172px;
    height: 55px;
    margin-top: -10px;
    background: var(--tf-logo) no-repeat left center;
    background-size: auto 40px;
    transition: all .2s;
  }
}

@media (min-width: 1400px) {
  .header__wallet-dropdown-btn {
    width: auto !important;
  }
}