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

html, body {
  background: #F4F4F6;
  color: #000000;
  font-family: "Source Serif Pro", "Source Serif 4", Georgia, serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

a:hover {
  border-bottom-color: rgba(0, 0, 0, 1);
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 32px 64px;
}

.hero {
  margin-bottom: 80px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 56px;
}

.brand-mark {
  width: 132px;
  height: 150px;
  display: block;
  flex-shrink: 0;
}

.wordmark {
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -1px;
  margin: 0;
  color: #000000;
}

.tagline {
  font-family: "Source Serif Pro", "Source Serif 4", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.18;
  color: #000000;
  margin-bottom: 28px;
  max-width: 640px;
}

.lede {
  font-family: "Source Serif Pro", "Source Serif 4", Georgia, serif;
  font-size: 22px;
  line-height: 1.45;
  color: #000000;
  max-width: 600px;
  margin-bottom: 40px;
}

.cta {
  margin-bottom: 14px;
}

.download {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 26px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  color: #F4F4F6;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.download:hover {
  background: #F4F4F6;
  color: #000000;
  border-bottom-color: #000000;
}

.download-icon {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.download-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.download-title {
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.download-meta {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.3px;
  opacity: 0.7;
}

.gatekeeper {
  font-size: 13px;
  color: #000000;
  opacity: 0.6;
  margin-top: 16px;
}

.gatekeeper em {
  font-style: normal;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  background: #FFFFFF;
  padding: 2px 6px;
  border-radius: 0;
  border: 1px solid #000000;
}

.card {
  margin-bottom: 36px;
  padding: 32px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 0;
}

.card h2 {
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
  color: #000000;
}

.card p {
  color: #000000;
  margin-bottom: 14px;
}

.card p:last-child {
  margin-bottom: 0;
}

.card ul {
  list-style: none;
  padding: 0;
}

.card ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 14px;
  color: #000000;
}

.card ul li:before {
  content: "—";
  position: absolute;
  left: 0;
  color: #000000;
}

.card ul li strong {
  color: #000000;
}

.card code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  background: #F4F4F6;
  padding: 2px 6px;
  border-radius: 0;
  color: #000000;
}

.states {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.state {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.state-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
  border: 1px solid #000000;
}

.state-dot.green {
  background: #000000;
}

.state-dot.yellow {
  background: #F4F4F6;
}

.state-dot.gray {
  background: #FFFFFF;
}

.state strong {
  display: block;
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 4px;
}

.state p {
  font-size: 15px;
  color: #000000;
  opacity: 0.75;
  margin: 0;
}

.joke p {
  color: #000000;
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
}

footer {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid #000000;
}

.footer-line {
  font-size: 13px;
  color: #000000;
  opacity: 0.6;
  text-align: center;
}

.footer-links {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

.footer-links a {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin: 0 4px;
}

.footer-sep {
  opacity: 0.4;
}

/* Legal pages */

.hero-compact {
  margin-bottom: 32px;
}

.brand-link {
  text-decoration: none;
  border-bottom: none;
  margin-bottom: 0;
}

.brand-link:hover {
  border-bottom: none;
}

.legal {
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 40px 44px;
  margin-bottom: 36px;
}

.legal h1 {
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  color: #000000;
}

.legal .updated {
  font-size: 14px;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 28px;
}

.legal h2 {
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #000000;
}

.legal p {
  color: #000000;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.legal ul {
  list-style: none;
  padding: 0;
  margin-bottom: 14px;
}

.legal ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 1.55;
}

.legal ul li:before {
  content: "—";
  position: absolute;
  left: 0;
  color: #000000;
}

.legal code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  background: #F4F4F6;
  padding: 4px 8px;
  border: 1px solid #000000;
  display: inline-block;
  margin: 4px 0;
}

.legal a {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.legal a:hover {
  border-bottom-color: rgba(0, 0, 0, 1);
}

.install ol.install-steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin-bottom: 18px;
}

.install ol.install-steps li {
  counter-increment: step;
  padding-left: 36px;
  position: relative;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.55;
  color: #000000;
}

.install ol.install-steps li:before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 50%;
  text-align: center;
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.install pre {
  background: #F4F4F6;
  border: 1px solid #000000;
  padding: 12px 14px;
  margin: 10px 0;
  overflow-x: auto;
}

.install pre code {
  background: none;
  border: none;
  padding: 0;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  color: #000000;
}

.install-why {
  font-size: 14px;
  line-height: 1.55;
  color: #000000;
  opacity: 0.7;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 16px;
}


.tone-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  font-size: 14px;
}

.tone-table th,
.tone-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #000000;
  vertical-align: middle;
}

.tone-table th {
  font-family: "Abel", -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  background: #F4F4F6;
}

.tone-table td {
  font-family: "Source Serif Pro", Georgia, serif;
}

.tone-table td:nth-child(1),
.tone-table td:nth-child(2) {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
}

.tone-table tr:last-child td {
  border-bottom: none;
}

.tone-table a {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
}
