.profile-setup {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: rgba(8, 17, 31, 0.92);
}

.profile-setup.show {
  display: flex;
}

.profile-box {
  width: min(420px, 100%);
  padding: 30px;
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.profile-box h2 {
  margin: 0 0 22px;
  font-size: 34px;
  color: white;
}

.profile-preview,
.meeting-profile-image {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 0 35px rgba(59, 130, 246, 0.65);
}

.profile-upload {
  margin: 22px auto 16px;
  display: inline-flex;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(45deg, #3b82f6, #8b5cf6);
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.profile-upload input {
  display: none;
}

.profile-name-input {
  width: 100%;
  margin: 0 0 16px;
  padding: 16px 18px;
  border: none;
  border-radius: 16px;
  font-size: 18px;
  outline: none;
}

.profile-save-button {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 16px;
  background: #22c55e;
  color: #08111f;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.meeting-profile-image {
  margin-bottom: 22px;
}

.zoom-avatar {
  display: none;
}
