body[data-client="web"] {
  background: linear-gradient(160deg, #eef7ff 0%, #d8eaff 48%, #edf2ff 100%);
}

.web-auth {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.98) 0, rgba(222, 240, 255, 0.96) 42%, rgba(201, 220, 255, 0.98) 100%);
}

.web-auth-glow {
  width: 420px;
  height: 420px;
  background: rgba(75, 167, 255, 0.28);
}

.web-auth-card {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(155deg, rgba(35, 104, 196, 0.96), rgba(28, 70, 145, 0.97));
  box-shadow: 0 28px 70px rgba(40, 94, 156, 0.28);
}

.web-auth-tabs,
.web-auth-card input {
  background-color: rgba(10, 39, 88, 0.62);
}
