* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #fafafa;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  padding: 2rem 1.5rem;
}

.page {
  max-width: 640px;
  width: 100%;
  text-align: center;
}

.brand {
  font-size: clamp(3.5rem, 12vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #111111;
  margin-bottom: 0.75rem;
}

.fullname {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: #555555;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.slogans {
  margin-bottom: 2.25rem;
}

.slogan {
  font-size: clamp(1.05rem, 3vw, 1.3rem);
  font-weight: 500;
  color: #222222;
}

.slogan-en {
  margin-bottom: 0.35rem;
}

.descriptions {
  margin-bottom: 3rem;
}

.description {
  font-size: clamp(0.9rem, 2.2vw, 1rem);
  color: #666666;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.description-en {
  margin-bottom: 0.35rem;
}

.status {
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  display: inline-block;
}

.status-en {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
}

.status-zh {
  font-size: 0.9rem;
  color: #777777;
  margin-top: 0.2rem;
}

@media (max-width: 480px) {
  .status {
    display: block;
  }
}
