.screen.android-screen {
  padding: 24px 32px 32px;
  gap: 10px;
  justify-content: center;
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

.android-screen .badr-wrap {
  width: 12vh;
  margin-bottom: 0;
}

.android-screen .welcome-text {
  font-size: 24px;
  margin-bottom: 0;
}

.android-screen .sub-text {
  font-size: 16px;
  margin-bottom: 0;
}

.platform-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.platform-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-faint);
  text-align: center;
}

.platform-chips {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.platform-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #f0ece4;
  border-radius: 20px;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  min-width: 120px;
}

.platform-chip svg {
  width: 32px;
  height: 32px;
  color: var(--green);
}
