* {
  box-sizing: border-box;
}

:root {
  color: #1c1917;
  background: #fafaf9;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.75;
}

body {
  margin: 0;
}

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

header {
  border-bottom: 1px solid #e7e5e4;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

.eyebrow {
  color: #78716c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

h1 {
  color: #0c0a09;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.2;
  margin: 0;
}

h2 {
  color: #0c0a09;
  font-size: 18px;
  line-height: 1.45;
  margin: 32px 0 8px;
}

p,
li {
  font-size: 14px;
}

p {
  margin: 0 0 14px;
}

ol,
ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

a {
  color: #0f766e;
  text-underline-offset: 3px;
}

.meta {
  color: #78716c;
  font-size: 13px;
  margin-top: 10px;
}

.notice {
  background: #f5f5f4;
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  margin: 24px 0;
  padding: 16px;
}

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

.button-link {
  align-items: center;
  background: #0c0a09;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 14px;
  text-decoration: none;
}

.muted {
  color: #78716c;
}

code {
  background: #f5f5f4;
  border: 1px solid #e7e5e4;
  border-radius: 6px;
  color: #44403c;
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    monospace;
  font-size: 12px;
  padding: 1px 5px;
}
