:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f7f5;
  color: #17201b;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

.shell {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
}

.hero {
  padding: 24px 0 32px;
}

.eyebrow {
  margin: 0 0 16px;
  color: #28625a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 7vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: #52645a;
  font-size: 18px;
  line-height: 1.7;
}

.panel {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #d6dfd9;
  border-radius: 8px;
  background: #ffffff;
}

h2 {
  margin: 0 0 18px;
  font-size: 20px;
}

.endpoint {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf1ee;
}

.endpoint:first-of-type {
  border-top: 0;
}

.endpoint span {
  width: 56px;
  color: #28625a;
  font-size: 12px;
  font-weight: 800;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

pre {
  overflow-x: auto;
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background: #17201b;
  color: #f7fff9;
  line-height: 1.6;
}
