@font-face {
  font-family: InterVariable;
  src: url("/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --red: #cf3028;
  --ink: #282422;
  --muted: #6e6661;
  --paper: #faf8f4;
  --line: rgb(48 30 18 / 13%);
  --font-sans: InterVariable, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11", "ss01", "ss03";
}
main {
  isolation: isolate;
  min-height: 65vh;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--red);
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--red);
  outline-offset: -1px;
}
.container {
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
}
header {
  border-bottom: 1px solid var(--line);
}
.header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -2px;
  text-decoration: none;
  white-space: nowrap;
}
.brand-divider {
  color: var(--red);
  padding: 0 7px;
  font-weight: 450;
}
.brand-dot {
  color: var(--red);
}
nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
}
nav a {
  text-decoration: none;
}
nav a[aria-current] {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}
.mobile-nav {
  display: none;
}
.hero {
  padding: 88px 0 82px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
}
.signal-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--red);
  display: inline-block;
}
.hero h1 {
  font-size: 62px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -3.7px;
  margin: 0 0 26px;
  text-wrap: balance;
  max-width: 20ch;
}
.hero h1 em {
  font-style: normal;
  color: var(--red);
}
.lead {
  font-size: 18px;
  color: var(--muted);
  max-width: 48ch;
  line-height: 1.7;
  text-wrap: pretty;
}
.actions {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-top: 20px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;
  line-height: 20px;
  cursor: pointer;
  white-space: normal;
}
.primary {
  background: var(--red);
  color: white;
}
.primary:hover {
  background: #b42620;
  color: white;
}
.secondary {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}
.secondary:hover,
.ghost:hover {
  background: #efeae4;
  color: var(--ink);
}
.ghost {
  background: transparent;
  color: var(--muted);
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.text-link {
  font-weight: 550;
  font-size: 14px;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 22px;
}
.signal-card {
  border: 1px solid var(--line);
  background: #fffdf9;
  border-radius: 8px;
  transform: rotate(1deg);
  padding: 0 28px 24px;
  box-shadow: 5px 6px 0 #ece5dd;
}
.signal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
}
.mono {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 11px;
  letter-spacing: 0.6px;
}
.flow-source {
  display: flex;
  gap: 18px;
  align-items: center;
}
.flow-source > div:last-child {
  min-width: 0;
}
.flow-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #f1ede6;
  border: 1px solid var(--line);
  border-radius: 50%;
  font:
    12px ui-monospace,
    monospace;
}
.flow-number.red {
  background: #fbe3df;
  color: var(--red);
  border-color: #e5b2aa;
}
.flow-source p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}
.flow-source .mono {
  font-size: 9px;
  letter-spacing: 1.4px;
}
.flow-source h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 3px 0;
}
.flow-line {
  height: 23px;
  border-left: 1px dashed #c6bdb4;
  margin: 6px 0 6px 20px;
}
.terminal {
  background: #292522;
  color: #ede8df;
  padding: 15px;
  margin-top: 25px;
  border-radius: 4px;
  font:
    12px ui-monospace,
    monospace;
}
.terminal > span:first-child {
  color: #e97766;
  padding-right: 12px;
}
.cursor {
  color: #df675c;
  padding-left: 7px;
}
.source-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f2eee8;
}
.source-strip > .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  padding-top: 18px;
  padding-bottom: 18px;
}
.source-strip p {
  margin: 0;
  font-weight: 550;
  color: var(--ink);
}
.source-strip span:before {
  content: "+";
  padding-right: 8px;
  color: var(--red);
}
.section {
  padding: 64px 0;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
h2 {
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 550;
  margin: 0 0 20px;
  text-wrap: balance;
}
h3 {
  font-weight: 550;
}
.section-heading h2,
.section-heading h3,
.section-heading h1 {
  margin: 0;
}
.advisory-list {
  border-top: 1px solid var(--line);
}
.advisory-row {
  display: grid;
  grid-template-columns: 170px 1fr 125px;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.advisory-row:hover .row-title h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.row-meta .mono {
  margin: 10px 0 0;
  font-size: 11px;
  color: var(--muted);
}
.badge {
  display: inline-flex;
  border-radius: 3px;
  padding: 2px 7px;
  background: #eee9e3;
  color: #655d55;
  font-size: 10px;
  font-family: ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.badge.critical,
.badge.failed {
  background: #f9dfda;
  color: #aa261e;
}
.badge.high {
  background: #f7e7d5;
  color: #915318;
}
.badge.moderate,
.badge.pending,
.badge.retry {
  background: #f3ebd6;
  color: #796017;
}
.badge.active,
.badge.delivered {
  background: #e5ecdf;
  color: #3c622d;
}
.row-title h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px;
  letter-spacing: -0.2px;
}
.row-title p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.row-date {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.row-date > span {
  font-size: 20px;
}
.source-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.bottom-section {
  background: #f0eae2;
  border-top: 1px solid var(--line);
}
.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.bottom-grid p {
  color: var(--muted);
}
.bottom-grid .eyebrow {
  color: var(--ink);
}
.body-large {
  font-size: 19px;
  margin-top: 0;
}
footer {
  border-top: 1px solid var(--line);
  padding: 44px 0;
}
.footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  align-items: start;
  font-size: 11px;
  color: var(--muted);
}
.footer p {
  margin: 10px 0;
}
.footer > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 10px;
}
.footer a {
  text-decoration: none;
}
.brand.small {
  font-size: 22px;
  letter-spacing: -1px;
  color: var(--ink);
}
.page-title {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: -2px;
  font-weight: 550;
  text-wrap: balance;
  margin: 0 0 24px;
}
.filters {
  display: flex;
  gap: 20px;
  align-items: end;
  padding: 30px 0;
}
.filters > div:first-child {
  flex: 1;
  min-width: 0;
}
.filters > div:nth-child(2) {
  width: 210px;
}
.filters label {
  margin-bottom: 7px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 550;
}
input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fffdf9;
  color: var(--ink);
  min-width: 0;
}
textarea {
  resize: vertical;
}
.filters button {
  height: 46px;
}
.back {
  font-size: 13px;
  text-decoration: none;
}
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 35px 0 18px;
  color: var(--muted);
  font-size: 12px;
}
.detail-title {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -1.7px;
  font-weight: 550;
  max-width: 33ch;
  text-wrap: pretty;
  margin: 0 0 42px;
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 48px;
}
.detail-grid h2 {
  font-size: 23px;
}
.detail-grid article > h2:not(:first-child) {
  margin-top: 38px;
}
.detail-grid article p {
  color: var(--muted);
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
th {
  font-weight: 550;
  color: var(--muted);
  font-size: 11px;
}
th,
td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
td code {
  white-space: normal;
  font-size: 11px;
}
td {
  font-variant-numeric: tabular-nums;
}
.brief,
.form-panel {
  padding: 28px;
  background: #f1ece5;
  border: 1px solid var(--line);
  border-radius: 7px;
  align-self: start;
}
.brief .eyebrow {
  margin-bottom: 14px;
}
.brief .text-link {
  display: block;
  padding-top: 16px;
}
.brief p {
  color: var(--muted);
  font-size: 14px;
}
.toolkit {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 15px;
}
.toolkit h3 {
  font-size: 14px;
}
.toolkit a {
  font-size: 13px;
}
.upstream,
.prompt-details {
  margin: 25px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
summary {
  font-weight: 550;
  font-size: 14px;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    12px/1.8 ui-monospace,
    SFMono-Regular,
    monospace;
  background: #f0ebe5;
  border-radius: 4px;
  padding: 24px;
}
.advisory-prose {
  font-family: var(--font-sans);
  background: transparent;
  padding: 16px 0;
  font-size: 15px;
  line-height: 1.8;
}
.connect-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}
.steps {
  counter-reset: steps;
  list-style: none;
  padding: 16px 0;
}
.steps li {
  counter-increment: steps;
  position: relative;
  padding-left: 42px;
  margin: 24px 0;
}
.steps li:before {
  content: "0" counter(steps);
  position: absolute;
  left: 0;
  top: 3px;
  font:
    12px ui-monospace,
    monospace;
  color: var(--red);
}
.steps p {
  margin: 3px 0;
  color: var(--muted);
  font-size: 13px;
}
.steps strong {
  font-weight: 550;
  font-size: 15px;
}
.form-panel h2 {
  font-size: 24px;
}
.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.form-panel form p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
}
.form-panel form a {
  font-size: 13px;
}
.form-panel > p {
  margin-bottom: 0;
}
.form-panel label + input {
  margin-top: -6px;
}
.secret-panel {
  max-width: 650px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 30px 0;
}
.secret-panel textarea {
  font-family: ui-monospace, monospace;
  margin: 12px 0;
}
.secret-panel p:empty {
  display: none;
}
.notice {
  padding: 14px 18px;
  border-left: 3px solid var(--red);
  background: #f6e9e2;
  color: #87372c;
  font-size: 14px;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 48px;
  margin-top: 42px;
}
.endpoint {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.endpoint .section-heading {
  margin-bottom: 5px;
}
.endpoint h3 {
  font-size: 18px;
}
.endpoint-url {
  font:
    12px/1.7 ui-monospace,
    monospace;
  overflow-wrap: anywhere;
  color: var(--muted);
}
.endpoint-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.empty {
  padding: 32px 0;
  color: var(--muted);
}
.empty h3 {
  color: var(--ink);
}
.delivery-section {
  margin-top: 60px;
}
.docs {
  max-width: 1000px;
}
.prose {
  max-width: 78ch;
  line-height: 1.8;
}
.prose h2 {
  margin: 38px 0 16px;
  font-size: 25px;
}
.prose p {
  color: var(--muted);
}
.prose + .button {
  margin-top: 28px;
}
.prose code {
  font-size: 0.85em;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 20px;
  top: 10px;
  background: white;
  z-index: 99;
  padding: 12px;
}
#copy-status {
  color: #38622d;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .hero-grid {
    gap: 40px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .header > nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav summary {
    padding: 10px;
  }
  .mobile-nav nav {
    position: absolute;
    right: 0;
    top: 46px;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 20px;
    min-width: 220px;
    align-items: start;
    gap: 20px;
    flex-direction: column;
    z-index: 5;
  }
  .source-strip > .container {
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px 24px;
  }
  .advisory-row {
    grid-template-columns: 150px 1fr 100px;
  }
  .connect-grid {
    gap: 40px;
  }
  .detail-grid,
  .dashboard-grid {
    gap: 30px;
  }
  .footer {
    gap: 24px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 16px;
  }
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    height: 80px;
  }
  .brand {
    font-size: 29px;
  }
  .hero {
    padding: 48px 0;
  }
  .hero-grid,
  .bottom-grid,
  .connect-grid,
  .detail-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -2.5px;
  }
  .lead {
    font-size: 18px;
  }
  .hero-note,
  .source-note,
  .flow-source p,
  .source-strip > .container,
  .row-title p {
    font-size: 14px;
  }
  .hero .actions {
    gap: 22px;
  }
  .button {
    min-height: 44px;
    font-size: 15px;
    padding: 10px 12px;
  }
  .signal-card {
    transform: none;
    padding: 0 20px 20px;
  }
  .flow-source h3 {
    font-size: 16px;
  }
  .flow-source .mono {
    font-size: 10px;
  }
  .signal-header .mono {
    font-size: 11px;
  }
  .terminal {
    font-size: 11px;
  }
  .source-strip > .container {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 13px;
    gap: 8px;
  }
  .section {
    padding: 44px 0;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading > .text-link {
    white-space: nowrap;
    font-size: 12px;
    padding-top: 8px;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  .advisory-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }
  .row-meta {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .row-meta .mono {
    margin: 0;
    font-size: 12px;
  }
  .badge {
    font-size: 11px;
  }
  .row-date {
    font-size: 12px;
    justify-content: start;
    gap: 14px;
  }
  .row-title h3 {
    font-size: 18px;
  }
  .footer {
    grid-template-columns: 1fr;
    gap: 22px;
    font-size: 14px;
  }
  .page-title {
    font-size: 36px;
    letter-spacing: -1.6px;
  }
  .filters {
    flex-wrap: wrap;
    gap: 16px;
  }
  .filters > div:first-child {
    flex-basis: 100%;
  }
  .filters > div:nth-child(2) {
    flex: 1;
  }
  .filters input,
  .filters select,
  input,
  textarea {
    font-size: 16px;
  }
  .detail-title {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .detail-meta {
    gap: 12px;
  }
  .detail-grid {
    gap: 30px;
  }
  .brief p,
  .form-panel form p,
  .steps p {
    font-size: 16px;
  }
  .form-panel,
  .brief {
    padding: 22px;
  }
  .form-panel label {
    font-size: 16px;
  }
  .steps strong {
    font-size: 17px;
  }
  .dashboard-grid {
    margin-top: 28px;
  }
  .dashboard-grid .form-panel {
    order: -1;
  }
  .delivery-section {
    margin-top: 40px;
  }
  .prose h2 {
    font-size: 24px;
  }
  .text-link {
    font-size: 15px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
  .secret-panel {
    padding: 18px;
  }
  .endpoint-actions {
    gap: 12px;
  }
  summary {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}

.payload-example {
  scroll-margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 0 16px;
  margin-top: 32px;
}
.payload-example .eyebrow {
  margin-bottom: 12px;
}
.payload-example h2 {
  margin-top: 0;
}
.payload-example .detail-meta {
  margin: 16px 0;
}
.payload-code {
  max-height: 520px;
  overflow: auto;
  tab-size: 2;
}
.payload-actions {
  padding-top: 0;
  gap: 16px;
}

.workspace-tabs {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line, #ddd5cd);
  padding: 0 0 1rem;
  margin: 1rem 0 2rem;
}
.workspace-tabs a {
  text-decoration: none;
  font-weight: 600;
}
.workspace-tabs a[aria-current="page"] {
  color: var(--red, #c71920);
  text-decoration: underline;
  text-underline-offset: 1.25rem;
}
.panel-subheading {
  margin-top: 2.5rem;
}
.email-row {
  padding: 1rem 0;
  border-bottom: 1px solid #ded7cf;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: anywhere;
}
.app-settings {
  margin-top: 1.5rem;
  border-top: 1px solid #ded7cf;
  padding-top: 1rem;
}
.app-settings summary {
  cursor: pointer;
  font-weight: 600;
}
.app-settings form {
  margin-top: 1rem;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}
.event-payload {
  max-height: 42rem;
  overflow: auto;
  padding: 1.5rem;
  background: #211f1e;
  color: #fff5e9;
  border-radius: 8px;
  font-size: 0.8rem;
}
.delivery-summary {
  padding: 2rem 0;
}
.count {
  color: #72665e;
  font-size: 0.9rem;
}
.badge.accepted {
  background: #e4eee4;
  color: #23613a;
}
.integration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 4rem;
}
@media (max-width: 760px) {
  .integration-grid {
    grid-template-columns: 1fr;
  }
}
.section-heading > form {
  flex-shrink: 0;
}
.section-heading > form button {
  white-space: nowrap;
}

.source-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.source-link svg {
  flex-shrink: 0;
}
