/* Page-specific overrides for login (currently minimal) */

.auth-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 30%, #25d366, #075e54);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

