@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #253c48;
  --muted: #526873;
  --paper: #f8faf9;
  --line: #d6dfe0;
  --amber: #e9b34d;
  --blue: #214e64;
  --radius: 12px;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
  flex: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: var(--blue);
}
:focus-visible {
  outline: 3px solid #17678b;
  outline-offset: 5px;
}
.copy:focus-visible {
  outline-color: #f2f6f4;
}
::selection {
  background: #f1ce87;
  color: #253c48;
}
html {
  scroll-behavior: smooth;
  scrollbar-color: #91a4ac #edf3f5;
  scroll-padding-top: 35px;
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 40px;
}
h1,
h2,
h3,
.brand {
  font-family: Manrope, sans-serif;
  font-weight: 800;
}
h1,
h2,
h3 {
  margin: 0;
  text-wrap: balance;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
p {
  line-height: 1.7;
}
h1 {
  font-size: clamp(48px, 5.7vw, 80px);
}
h2 {
  font-size: clamp(32px, 3.5vw, 46px);
}
h3 {
  font-size: 28px;
}
small {
  line-height: 1.6;
}
code,
kbd {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}
kbd {
  font-size: 13px;
  border: 1px solid #cdd7da;
  border-radius: 5px;
  padding: 3px 7px;
  background: #fff;
}
code {
  font-size: 0.9em;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 10;
  background: white;
  padding: 16px;
}
.skip:focus {
  top: 10px;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  text-decoration: none;
  letter-spacing: -0.04em;
  white-space: nowrap;
  gap: 9px;
}
.brand-dot {
  color: #9d6312;
  margin-left: -9px;
}
.brand img {
  object-fit: contain;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}
.site-header nav > a:not(.button) {
  text-decoration: none;
}
.site-header nav > a:hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--amber);
  color: #263b45;
  padding: 17px 23px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 650;
  font-size: 15px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #f1c26a;
  color: var(--ink);
  transform: translateY(-2px);
}
.button.small {
  padding: 12px 16px;
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
}
.hero {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
  background: #edf3f5;
  overflow: hidden;
}
.landscape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
  pointer-events: none;
  mask-image: linear-gradient(to right, transparent, #000 65%);
}
.hero-inner {
  position: relative;
  padding-top: 30px;
}
.hero-copy {
  max-width: 580px;
}
.hero-preview {
  position: relative;
  margin-top: 32px;
}
.hero-preview a {
  display: block;
  width: 68%;
  height: auto;
  max-height: 240px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 12px 45px #233b4830;
}
.hero-preview img {
  display: block;
  width: 100%;
  height: auto;
}
.hero h1 span {
  color: #436b7b;
}
.hero-copy > p {
  font-size: 18px;
  max-width: 460px;
  margin-top: 25px;
}
.actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
}
.hero-copy .hero-note {
  font-size: 12px;
  color: #3d5663;
  line-height: 1.8;
  margin-top: 23px;
}
.board-section {
  padding-top: 76px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
}
.board-switch {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
.board-switch button {
  border: 0;
  border-radius: 7px;
  padding: 10px 18px;
  color: var(--muted);
  background: transparent;
  font-weight: 600;
}
.board-switch button[aria-pressed="true"] {
  background: #e4ecee;
  color: var(--ink);
}
.board {
  margin: 0;
}
.board > a {
  display: block;
}
.board img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 18px 60px #253c481c;
}
.board figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.principles {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 35px 0;
  color: var(--muted);
  font-size: 14px;
}
.features {
  padding-top: 100px;
  padding-bottom: 90px;
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 58px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.feature-copy p {
  color: var(--muted);
  max-width: 460px;
  font-size: 17px;
  margin: 20px 0;
}
.signal-demo > div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.signal-demo kbd,
.signal-demo .muted {
  margin-left: auto;
  font-size: 12px;
}
.status-dot {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
}
.red {
  background: #b54c42;
}
.amber {
  background: #a77419;
}
.green {
  background: #447755;
}
.muted {
  color: var(--muted);
}
.signal-demo small,
.stack-demo small {
  display: block;
  margin-top: 20px;
  color: var(--muted);
  font-size: 12px;
}
.attention-demo {
  padding: 25px 35px;
  background: #edf2ef;
  border-radius: 12px;
}
.attention-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.attention-demo p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 0;
}
.stack-demo > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 0;
  font-size: 14px;
}
.stack-demo > div:not(:nth-child(3)):after {
  content: "";
  position: absolute;
  left: 5px;
  top: 32px;
  height: 42px;
  border-left: 1px solid #91a6ae;
}
.stack-node {
  width: 11px;
  height: 11px;
  border: 2px solid #62808c;
  border-radius: 50%;
  background: var(--paper);
  z-index: 1;
}
.stack-demo code {
  color: var(--muted);
}
.stack-demo > div > span:last-child:not(.stack-node) {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}
.use-cases {
  background: #263f4b;
  color: #f3f6f4;
  padding: 80px 0;
}
.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 55px;
}
.use-case-grid h3 {
  font-size: 22px;
}
.use-case-grid p {
  color: #c2d2d7;
  font-size: 16px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  padding-top: 100px;
  padding-bottom: 90px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq details:first-child {
  padding-top: 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
}
.faq details p {
  color: var(--muted);
  font-size: 15px;
}
.closing {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 100px;
}
.closing img {
  margin-bottom: 20px;
}
.closing h2 {
  margin-bottom: 28px;
}
.closing p {
  font-size: 13px;
  color: var(--muted);
}
.footer {
  border-top: 1px solid var(--line);
  padding-top: 44px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
.footer p {
  font-size: 14px;
  margin: 10px 0;
}
.footer small {
  font-size: 12px;
  color: var(--muted);
}
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}
.footer nav a {
  text-decoration: none;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}
.docs-index {
  padding-top: 65px;
  padding-bottom: 100px;
  min-height: 65vh;
}
.docs-index h1 {
  font-size: 60px;
}
.docs-index > p {
  color: var(--muted);
  font-size: 19px;
  margin: 25px 0 45px;
}
.doc-links > a {
  display: block;
  padding: 28px 0;
  text-decoration: none;
  border-top: 1px solid var(--line);
  max-width: 800px;
}
.doc-links h2 {
  font-size: 25px;
  display: flex;
  justify-content: space-between;
}
.doc-links p {
  color: var(--muted);
  margin-bottom: 0;
}
.docs-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 740px);
  gap: 75px;
  padding-top: 55px;
  padding-bottom: 90px;
  align-items: start;
}
.docs-layout aside {
  position: sticky;
  top: 30px;
  font-size: 14px;
}
.docs-back {
  font-weight: 650;
  text-decoration: none;
}
.docs-layout nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 25px;
}
.docs-layout nav a {
  text-decoration: none;
  color: var(--muted);
  line-height: 1.5;
}
.docs-layout nav a[aria-current] {
  color: var(--ink);
  font-weight: 700;
}
.on-this-page {
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.on-this-page p {
  font-size: 12px;
  margin-bottom: 0;
}
.prose h1 {
  font-size: 52px;
}
.prose .lead {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.6;
}
.prose section {
  scroll-margin-top: 30px;
}
.prose h2 {
  font-size: 29px;
  margin: 50px 0 20px;
}
.prose p,
.prose li {
  color: #425b68;
  line-height: 1.8;
  font-size: 16px;
}
.prose li {
  margin-bottom: 10px;
}
.prose pre {
  overflow-x: auto;
  background: #263f4b;
  color: #f2f6f4;
  padding: 23px;
  border-radius: 8px;
  line-height: 1.8;
  font-size: 13px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.copy {
  display: block;
  margin: 12px 0 0 auto;
  border: 1px solid #a8bfc8;
  color: #f2f6f4;
  border-radius: 5px;
  background: transparent;
  font-size: 12px;
  padding: 6px 11px;
}
.prose p code {
  overflow-wrap: anywhere;
  background: #e9eff0;
  border-radius: 3px;
  padding: 2px 4px;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}
.prose th,
.prose td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.9;
}
.not-found {
  text-align: center;
  min-height: 60vh;
  padding-block: 80px;
}
.not-found h1 {
  font-size: 48px;
}
@media (min-width: 1600px) {
  .hero-inner {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  .wrap {
    padding-inline: 28px;
  }
  .site-header nav {
    gap: 18px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-copy {
    max-width: 500px;
  }
  .hero-copy > p {
    max-width: 390px;
  }
  .feature-row {
    gap: 45px;
  }
  .faq {
    gap: 45px;
  }
  .docs-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 35px;
  }
  .use-case-grid {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .wrap {
    padding-inline: 22px;
  }
  .site-header {
    height: 82px;
    gap: 12px;
  }
  .brand {
    font-size: 20px;
  }
  .brand img {
    width: 26px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 13px;
  }
  .site-header .github-link {
    display: none;
  }
  .site-header {
    flex-wrap: wrap;
    height: auto;
    min-height: 116px;
    padding-block: 16px;
  }
  .site-header nav {
    width: 100%;
    justify-content: space-between;
  }
  .site-header nav a {
    padding-block: 10px;
  }
  .site-header .small svg {
    display: none;
  }
  .hero {
    margin-top: -116px;
    padding-top: 116px;
  }
  .landscape {
    height: 460px;
    top: auto;
    /* Align the lookout above the content-cropped screenshot. */
    bottom: calc((100vw - 44px) * 1040 / 2880 - 110px);
    object-position: 64% center;
    mask-image: linear-gradient(transparent, #000 25%);
  }
  .hero-preview {
    margin-top: 210px;
  }
  .hero-preview a {
    width: 100%;
    height: auto;
  }
  .hero-inner {
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-copy > p {
    font-size: 17px;
    margin-top: 22px;
    max-width: 360px;
  }
  .actions {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .button {
    padding: 15px 18px;
    font-size: 14px;
  }
  .actions .text-link {
    font-size: 14px;
  }
  .hero-copy .hero-note {
    font-size: 12px;
    margin-top: 18px;
    background: #edf3f5;
    width: fit-content;
    padding: 5px 8px;
    margin-left: -8px;
    border-radius: 5px;
  }
  .board-section {
    padding-top: 45px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading > p {
    font-size: 16px;
    margin-top: 20px;
  }
  .desktop-only {
    display: none;
  }
  .board img {
    border-radius: 5px;
  }
  .board figcaption {
    text-align: left;
    font-size: 11px;
  }
  .board-switch button {
    font-size: 13px;
    padding: 10px 12px;
  }
  .principles {
    flex-direction: column;
    gap: 12px;
    padding: 25px 0;
    font-size: 13px;
  }
  .features {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .feature-row {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 35px 0;
  }
  .feature-copy p {
    font-size: 16px;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .signal-demo > div {
    font-size: 13px;
    gap: 9px;
  }
  .signal-demo .muted {
    font-size: 11px;
  }
  .attention-demo {
    padding: 18px 22px;
  }
  .use-cases {
    padding: 55px 0;
  }
  .use-case-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }
  .use-case-grid p {
    margin-bottom: 0;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .closing {
    padding-bottom: 60px;
  }
  .footer {
    gap: 25px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .docs-index {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .docs-index h1 {
    font-size: 42px;
  }
  .docs-index > p {
    font-size: 17px;
  }
  .docs-layout {
    display: block;
    padding-top: 20px;
  }
  .docs-layout aside {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 22px;
    margin-bottom: 35px;
  }
  .docs-layout aside > nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
    margin-top: 15px;
  }
  .docs-layout aside .on-this-page {
    display: none;
  }
  .prose h1 {
    font-size: 39px;
  }
  .prose .lead {
    font-size: 18px;
  }
  .prose h2 {
    font-size: 27px;
  }
  .prose ul,
  .prose ol {
    padding-left: 23px;
  }
  .prose td {
    font-size: 12px;
  }
  .prose kbd {
    font-size: 11px;
  }
  .not-found h1 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
