/* Reset page tweaks only (uses global site styles for everything else) */

.login-card{
  max-width: 560px;
  margin: 0 auto;
}

.login-banner{
  margin-bottom: 12px;
}

.login-banner.ok{
  border-color: rgba(168,85,247,0.45);
  background: rgba(168,85,247,0.10);
}

.login-banner.bad{
  border-color: rgba(255,154,168,0.55);
  background: rgba(255,154,168,0.10);
}
.login-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.login-actions .btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* subtle secondary button */
.btn-ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.06);
}
