.account-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 12.5px;
  padding: 8px 4px;
  margin-bottom: 6px;
  opacity: 0.85;
}

.account-email {
  opacity: 0.7;
}

.account-guest {
  opacity: 0.6;
}

.account-signout,
.account-signin {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #e8e8f0;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12.5px;
  cursor: pointer;
  text-decoration: none;
}

.account-signin {
  background: #6366f1;
  border-color: #6366f1;
  color: white;
  font-weight: 600;
}

.account-signout:hover,
.account-signin:hover {
  filter: brightness(1.1);
}
