body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", sans-serif;
  color: #183031;
  background: #f8f6ee;
  line-height: 1.75;
}

.page {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

.hero,
.notice,
.content {
  background: #fffdf8;
  border: 1px solid #d8d4c8;
  border-radius: 18px;
  padding: 28px;
}

.hero {
  margin-bottom: 18px;
}

.notice + .notice {
  margin-top: 18px;
}

.eyebrow {
  color: #2b7a6c;
  font-weight: 700;
  margin: 0 0 8px;
}

h1 {
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1.1;
  margin: 0 0 14px;
}

h2 {
  font-size: 24px;
  margin-top: 30px;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 18px;
  margin-top: 24px;
}

.lead {
  color: #6a716e;
  font-size: 18px;
  max-width: 620px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #d8d4c8;
}

a {
  color: #2b7a6c;
  font-weight: 700;
}

.links a,
.bottom-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #2b7a6c;
  border-radius: 999px;
  text-decoration: none;
}

.notice {
  background: #f1ead7;
}

.meta {
  color: #6a716e;
  margin-top: -10px;
}

li {
  margin: 6px 0;
}

code,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

pre {
  white-space: pre-wrap;
  background: #f8f6ee;
  border: 1px solid #d8d4c8;
  border-radius: 12px;
  padding: 16px;
}
