#twitchConnected {
  position: fixed;
  top: 12px;
  left: 120px;
  z-index: 9999999999;

  display: flex;
  align-items: center;
  gap: 10px;

  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);

  padding: 6px 10px;
  border-radius: 12px;

  font-weight: 800;
  color: white;
}

#twitchAvatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
}

#logoutBtn {
  font-size: 14px;
  padding: 4px 8px;
  border: none;
  border-radius: 6px;
  background: #5B21B6;
  color: white;
  cursor: pointer;
  font-weight: 700;
}

#logoutBtn:hover {
  background: #6D28D9;
}
