/* Tela de login - identidade visual WavenVoIP Windows (roxo, ver tokens.css) */

body.wv-auth-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wv-font);
  padding: 24px;
  box-sizing: border-box;
  background: radial-gradient(circle at top, #201B62 0%, #16124A 45%, #0E0B2E 100%);
}

.wv-auth-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: var(--wv-radius-card);
  box-shadow: 0 20px 45px rgba(14, 11, 46, 0.45);
  padding: 32px 32px 28px;
  box-sizing: border-box;
}

.wv-auth-card__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.wv-auth-card__logo img {
  height: 48px;
  width: auto;
}

.wv-auth-card__subtitle {
  text-align: center;
  color: var(--wv-text-muted);
  font-size: var(--wv-fs-base);
  margin: 0 0 24px;
}

.wv-auth-card .wv-btn {
  width: 100%;
  margin-top: 6px;
}

.wv-auth-card__footer {
  text-align: center;
  color: var(--wv-text-muted);
  font-size: var(--wv-fs-sm);
  margin: 18px 0 0;
}
