/* ─────────────────────────────────────────
   LOGIN PAGE
   ───────────────────────────────────────── */

#loginScreen {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1rem;
}

.login-wrapper {
  width: 100%;
  max-width: 380px;
}

.login-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.login-header__icon {
  font-size: 2rem;
  margin-bottom: .5rem;
  line-height: 1;
}

.login-header__title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}

.login-header__subtitle {
  font-size: .825rem;
  color: var(--color-text-muted);
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
