.auth-link {
  display: block;
  min-height: 36px;
  margin: 12px auto 0;
  border: 0;
  background: transparent;
  color: var(--uni-dark);
  font-weight: 900;
  text-decoration: underline;
}

.auth-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.alert.success {
  margin-bottom: 16px;
  border-left-color: var(--ok);
  background: #eef8f2;
  color: #1d6540;
}

@media (max-width: 640px) {
  .auth-actions {
    display: grid;
  }

  .auth-actions button {
    width: 100%;
  }
}
