.welcome {
  max-width: 580px;
  margin: 30px auto 60px;
}
.welcome h1 {
  font-size: clamp(32px, 5vw, 43px);
  margin-bottom: 20px;
}
.welcome .lead {
  font-size: 16px;
}
.hint {
  margin: 18px 0 0;
}
.steps {
  display: flex;
  gap: 32px;
  list-style-position: inside;
  padding: 24px 0;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.steps .done {
  color: var(--accent);
  font-weight: 600;
}
.pairing {
  border-color: #b5a6ef;
}
.pair-code {
  font-family: ui-monospace, monospace;
  font-size: 22px;
  letter-spacing: 3px;
  color: var(--accent);
}
.setup-help {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 20px;
}
.setup-help p {
  font-size: 13px;
}
blockquote {
  margin: 10px 0 15px;
  padding: 14px 16px;
  border-radius: 6px;
  background: var(--wash);
  font-size: 14px;
}
select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
}
select:focus-visible {
  outline: 3px solid #b5a6ef;
  outline-offset: 3px;
}
.device {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
}
.device p {
  margin: 0;
  font-size: 13px;
}
.device:last-child {
  border: 0;
}
.slack-signin {
  background: white;
  color: var(--ink);
  border: 1px solid #b8b8c0;
  font-weight: 600;
}
@media (max-width: 650px) {
  .steps {
    flex-direction: column;
    gap: 8px;
  }
  .device {
    flex-wrap: wrap;
  }
  footer.shell {
    flex-direction: column;
    gap: 4px;
  }
}

.slack-signin {
  padding: 0;
  border: 0;
  background: transparent;
}
.slack-signin img {
  display: block;
  max-width: 100%;
}
