.people-unavailable-page {
  min-height: 100vh;
  padding: 72px 40px;
  color: #20242a;
  background: #f3f5f7;
  font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
}

.people-unavailable {
  width: 100%;
  min-height: 354px;
  padding: 48px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #edf0f2;
  box-shadow: 0 8px 26px rgb(35 49 61 / 5%);
}

.people-unavailable__content {
  width: min(920px, 100%);
  min-width: 0;
  text-align: center;
}

.people-unavailable__icon {
  margin: 0 auto 24px;
  color: #ff8691;
}

.people-unavailable__icon svg {
  width: 70px;
  height: 70px;
  stroke-width: 1.65;
  fill: #ffd8dc;
}

.people-unavailable h1 {
  margin: 0 auto;
  color: #3f464d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.people-unavailable h1 strong {
  color: #ff6573;
  font-weight: 600;
}

.people-unavailable p {
  margin: 8px auto 0;
  color: #59616a;
  font-size: 15px;
  line-height: 1.75;
}

.people-unavailable__countdown {
  margin-top: 18px;
  color: #6f7780;
  font-size: 13px;
}

.people-unavailable__actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.people-unavailable__actions a,
.people-unavailable__actions button {
  min-width: 112px;
  height: 34px;
  padding: 0 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ff6f7b;
  background: #fff;
  border: 1px solid #ffb4bb;
  border-radius: 17px;
  font: inherit;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.people-unavailable__actions button {
  color: #a8adb2;
  border-color: #d9dde1;
}

.people-unavailable__actions a:hover {
  color: #fff;
  background: #ff7480;
  border-color: #ff7480;
}

.people-unavailable__actions button:hover {
  color: #69717a;
  background: #f7f8f9;
  border-color: #c7ccd1;
}

.people-unavailable__actions a:focus-visible,
.people-unavailable__actions button:focus-visible {
  outline: 3px solid rgb(255 111 123 / 18%);
  outline-offset: 2px;
}

@media (max-width: 620px) {
  .people-unavailable-page {
    padding: 18px;
  }

  .people-unavailable {
    min-height: calc(100vh - 36px);
    padding: 34px 20px;
  }

  .people-unavailable__icon svg {
    width: 62px;
    height: 62px;
  }

  .people-unavailable h1 {
    font-size: 16px;
  }

  .people-unavailable p {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .people-unavailable__actions a {
    transition: none;
  }
}
@keyframes site-loading {
  0% { transform: scaleX(0.12); opacity: 0.35; }
  45% { transform: scaleX(0.62); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0.2; }
}

.site-route-pending {
  min-height: 100vh;
  background: #f8f9fa;
}

.site-system-screen {
  min-height: 100vh;
  padding: 32px;
  display: grid;
  place-items: center;
  color: #26313d;
  background: #edf1f4;
  font-family: "Segoe UI", "Microsoft YaHei UI", sans-serif;
}

.site-system-message {
  width: min(680px, 100%);
  padding: 38px 40px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  background: #fff;
  border: 1px solid #d9e0e6;
  border-radius: 8px;
  box-shadow: 0 16px 44px rgb(35 49 61 / 9%);
}

.site-system-message__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #167c80;
  background: #e8f3f2;
  border: 1px solid #c8dfdc;
  border-radius: 8px;
}

.site-system-message__icon svg {
  width: 26px;
  height: 26px;
}

.site-system-message__body {
  min-width: 0;
}

.site-system-message__code {
  display: block;
  margin-bottom: 8px;
  color: #6f7d88;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.site-system-message h1 {
  margin: 0;
  color: #202a33;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

.site-system-message p {
  margin: 12px 0 0;
  color: #61707c;
  font-size: 15px;
  line-height: 1.75;
}

.site-system-message__domain {
  margin: 22px 0 0;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  background: #f6f8fa;
  border: 1px solid #e0e5e9;
  border-left: 3px solid #167c80;
}

.site-system-message__domain dt {
  color: #75828c;
  font-size: 13px;
}

.site-system-message__domain dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: #293741;
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
}

.site-system-message__back {
  min-height: 38px;
  margin-top: 22px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  background: #167c80;
  border: 1px solid #126b6e;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.site-system-message__back:hover {
  background: #126b6e;
}

.site-system-message__back:focus-visible {
  outline: 3px solid rgb(22 124 128 / 24%);
  outline-offset: 2px;
}

.site-system-message__back svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 620px) {
  .site-system-screen {
    padding: 18px;
  }

  .site-system-message {
    padding: 26px 22px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .site-system-message__icon {
    width: 50px;
    height: 50px;
  }

  .site-system-message h1 {
    font-size: 24px;
  }

  .site-system-message__domain {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-system-message__back {
    transition: none;
  }
}
