.game-auth-header-nav {
  border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.18);
}

.game-auth-header-nav .game-auth-header-brand {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--bs-light-rgb), 0.92);
}

.game-auth-header-nav .game-auth-header-actions .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(var(--bs-light-rgb), 0.84);
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.18);
  background: rgba(var(--bs-black-rgb), 0.2);
}

.game-auth-header-nav .game-auth-header-actions .nav-link:hover,
.game-auth-header-nav .game-auth-header-actions .nav-link:focus {
  color: rgba(var(--bs-light-rgb), 0.96);
  border-color: rgba(var(--bs-secondary-rgb), 0.28);
  background: rgba(var(--bs-secondary-rgb), 0.14);
}

.game-auth-header-nav .game-auth-header-actions .iconify {
  font-size: 1rem;
}

.game-auth-header-nav .game-auth-header-dropdown {
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.18);
  background: rgba(var(--bs-dark-rgb), 0.94);
  min-width: 210px;
}

.game-auth-header-nav .game-auth-header-dropdown .dropdown-item {
  padding: 0;
  background: transparent;
}

.game-auth-header-nav .game-auth-header-dropdown-link {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.6rem;
  color: rgba(var(--bs-light-rgb), 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.game-auth-header-nav .game-auth-header-dropdown-link:hover,
.game-auth-header-nav .game-auth-header-dropdown-link:focus {
  color: rgba(var(--bs-light-rgb), 0.96);
  background: rgba(var(--bs-secondary-rgb), 0.12);
}

.game-auth-header-top {
  border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.18);
}

.game-auth-header-top .game-auth-header-top-link {
  color: rgba(var(--bs-light-rgb), 0.84);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.game-auth-header-top .game-auth-header-top-link:hover,
.game-auth-header-top .game-auth-header-top-link:focus {
  color: rgba(var(--bs-light-rgb), 0.96);
}
