.login-layout {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
}

.login-card {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

/* ── Header ───────────────────────────────────────────────────────────────── */

.login-logo {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}

.login-heading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-top: var(--space-2);
}

.login-sub {
  font-size: 13px;
  color: var(--text-muted);
}

/* ── Form ─────────────────────────────────────────────────────────────────── */

.login-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

/* ── Social ───────────────────────────────────────────────────────────────── */

.social-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}


/* ── Footer ───────────────────────────────────────────────────────────────── */

.login-footer {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
}

/* ── Security badge ───────────────────────────────────────────────────────── */

.security-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-size: 11px;
  color: var(--text-dim);
  padding-top: var(--space-2);
}

.security-badge svg {
  flex-shrink: 0;
  opacity: 0.5;
}
