:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
  color: #17233c;
  background: #fff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
}

.launch-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.launch-content {
  width: min(360px, 100%);
  text-align: center;
}

h1 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.35;
}

.status {
  min-height: 26px;
  margin: 0 0 32px;
  color: #63708a;
  font-size: 16px;
  line-height: 1.6;
}

.status.is-error {
  color: #c73535;
}

wx-open-launch-weapp {
  display: block;
  width: 100%;
  min-height: 48px;
}

wx-open-launch-weapp[hidden] {
  display: none;
}

wx-open-launch-weapp.is-pending {
  visibility: hidden;
}

.retry-button {
  border: 0;
  background: transparent;
  color: #2674e8;
  font-size: 16px;
  line-height: 44px;
}

.retry-button[hidden] {
  display: none;
}
