@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  src: url('/assets/geist-variable.woff2') format('woff2');
}

:root {
  color-scheme: light;
  --accent: #177d55;
  --accent-strong: #0d5f3f;
  --danger: #b42318;
  --ink: #171a1f;
  --muted: #626973;
  --line: #dfe3e7;
  --soft: #f4f6f7;
  --warning: #a15c00;
  font-family:
    Geist, 'Segoe UI Variable Display', 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  background: #fff;
  color: var(--ink);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(23, 125, 85, 0.25);
  outline-offset: 3px;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 30;
}
.skip-link:focus {
  top: 12px;
}
.sr-only,
.sidebar-search > p {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  align-items: center;
  display: flex;
  font-size: 19px;
  font-weight: 720;
  gap: 10px;
}
.brand img {
  display: block;
}
.site-header nav {
  align-items: stretch;
  display: flex;
  height: 100%;
}
.site-header nav a {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
}
.site-header nav a::after {
  background: var(--accent);
  bottom: 0;
  content: '';
  height: 2px;
  left: 15px;
  position: absolute;
  right: 15px;
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.site-header nav a:hover,
.site-header nav a[aria-current='page'] {
  color: var(--ink);
}
.site-header nav a:hover::after,
.site-header nav a[aria-current='page']::after {
  transform: scaleX(1);
}

body[data-page='docs'] .site-header {
  background: transparent;
  border: 0;
  gap: 8px;
  height: 56px;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 68px;
}
body[data-page='docs'] .brand {
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
}
body[data-page='docs'] .brand img {
  height: 36px;
  width: 36px;
}
body[data-page='docs'] .brand span {
  display: none;
}
body[data-page='docs'] .site-header nav {
  gap: 8px;
  height: 36px;
}
body[data-page='docs'] .site-header nav a {
  align-items: center;
  border-radius: 8px;
  color: #24272c;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 3px;
  padding: 0 10px;
}
body[data-page='docs'] .site-header nav a svg {
  opacity: 0.5;
}
body[data-page='docs'] .site-header nav a::after {
  display: none;
}
body[data-page='docs'] .site-header nav a:hover {
  background: #f4f4f5;
}
body[data-page='docs'] .site-header nav .source-link {
  background: #f5f5f5;
  padding: 0 16px;
}
body[data-page='docs'] .site-header nav .start-link {
  background: #202124;
  color: #fff;
  font-weight: 650;
  padding: 0 16px;
}

.page-intro {
  align-items: end;
  background: #f7f8f8;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  min-height: 360px;
  overflow: hidden;
  padding: 72px max(24px, calc((100% - 1180px) / 2)) 62px;
  position: relative;
}
.page-intro__inner {
  animation: rise 440ms ease both;
  max-width: 710px;
  position: relative;
  z-index: 2;
}
.eyebrow,
.state-label {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}
h1 {
  font-size: 52px;
  line-height: 1.08;
  margin: 0;
  max-width: 800px;
}
.lede {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 650px;
}
.back-link {
  margin: 24px 0 0;
}
.back-link a {
  border-bottom: 1px solid var(--ink);
  font-weight: 650;
  padding-bottom: 3px;
}

.signal-field {
  align-items: end;
  display: flex;
  gap: 14px;
  height: 210px;
  justify-content: end;
  opacity: 0.82;
}
.signal-field span {
  animation: signal 2.8s ease-in-out infinite;
  background: var(--ink);
  border-radius: 3px 3px 0 0;
  display: block;
  height: 30%;
  width: 46px;
}
.signal-field span:nth-child(2) {
  animation-delay: -1.8s;
  height: 58%;
}
.signal-field span:nth-child(3) {
  animation-delay: -0.9s;
  height: 90%;
}
.signal-field span:nth-child(4) {
  animation-delay: -2.2s;
  height: 70%;
}
.signal-field span:nth-child(5) {
  animation-delay: -1.2s;
  background: var(--accent);
  height: 42%;
}

.docs-hero {
  align-items: center;
  background: #f3f5f4;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  height: calc(100svh - 128px);
  max-height: 660px;
  min-height: 540px;
  overflow: hidden;
  padding: 64px max(24px, calc((100% - 1180px) / 2));
  position: relative;
}
.docs-hero__inner {
  animation: rise 520ms ease both;
  max-width: 720px;
  position: relative;
  z-index: 2;
}
.docs-hero h1 {
  font-size: 58px;
  max-width: 760px;
}
.docs-hero .lede {
  max-width: 600px;
}
.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}
.primary-action {
  align-items: center;
  background: var(--ink);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  min-height: 46px;
  padding: 0 20px;
  transition:
    background 160ms ease,
    transform 160ms ease;
}
.primary-action:hover {
  background: var(--accent-strong);
  transform: translateY(-2px);
}
.text-action {
  border-bottom: 1px solid var(--ink);
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 4px;
}
.text-action span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 160ms ease;
}
.text-action:hover span {
  transform: translate(2px, -2px);
}
.docs-hero__visual {
  align-items: center;
  animation: visual-enter 680ms 80ms ease both;
  align-self: stretch;
  display: flex;
  justify-content: center;
  position: relative;
}
.docs-hero__visual::before,
.docs-hero__visual::after {
  background: #cdd3d0;
  content: '';
  position: absolute;
}
.docs-hero__visual::before {
  height: 1px;
  left: 4%;
  right: 4%;
  top: 50%;
}
.docs-hero__visual::after {
  bottom: 8%;
  left: 50%;
  top: 8%;
  width: 1px;
}
.docs-hero__visual img {
  filter: drop-shadow(0 20px 24px rgba(20, 32, 27, 0.12));
  height: 220px;
  position: relative;
  width: 220px;
  z-index: 2;
}
.visual-line {
  background: var(--ink);
  bottom: 14%;
  display: block;
  position: absolute;
  transform-origin: bottom;
  width: 38px;
}
.visual-line--one {
  height: 58px;
  left: 8%;
}
.visual-line--two {
  height: 96px;
  left: calc(8% + 54px);
}
.visual-line--three {
  background: var(--accent);
  height: 74px;
  right: 6%;
}

.doc-search-band {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 28px max(24px, calc((100% - 1180px) / 2));
}
.doc-search {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 130px minmax(260px, 1fr) auto;
  margin: 0 auto;
  max-width: 1180px;
}
.doc-search > label {
  font-size: 14px;
  margin: 0;
}
.doc-search__control {
  align-items: center;
  border-bottom: 1px solid #abb3af;
  display: flex;
  gap: 12px;
}
.doc-search__control > span {
  color: var(--muted);
  font-size: 24px;
  line-height: 1;
}
.doc-search input {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: 44px;
  padding: 0;
}
.doc-search input:focus {
  outline: 0;
}
.doc-search__control:focus-within {
  border-color: var(--accent);
  box-shadow: 0 1px 0 var(--accent);
}
.doc-search kbd {
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  font: inherit;
  font-size: 11px;
  padding: 3px 6px;
}
.doc-search > p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
  min-width: 156px;
  text-align: right;
}

.docs-start {
  padding-bottom: 88px;
  padding-top: 80px;
}
.path-list {
  border-top: 1px solid var(--line);
}
.path-list a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 56px 1fr auto;
  min-height: 96px;
  padding: 18px 4px;
  transition:
    color 160ms ease,
    padding 160ms ease;
}
.path-list a:hover {
  color: var(--accent-strong);
  padding-left: 12px;
}
.path-list a > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.path-list strong {
  font-size: 19px;
}
.path-list small {
  color: var(--muted);
  font-size: 14px;
}
.path-list b {
  font-size: 21px;
}
.path-index {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 750;
}

.product-intro {
  background: var(--ink);
  color: #fff;
}
.product-intro__inner {
  display: grid;
  gap: 84px;
  grid-template-columns: 0.8fr 1.2fr;
  padding-bottom: 96px;
  padding-top: 96px;
}
.product-intro .eyebrow {
  color: #75c3a4;
}
.product-intro h2,
.docs-final h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
}
.product-intro__copy {
  max-width: 680px;
}
.product-intro__copy p {
  color: #c8cecb;
  font-size: 18px;
  line-height: 1.85;
  margin: 0;
}
.product-intro__copy p + p {
  margin-top: 24px;
}

.docs-story {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 80px;
  grid-template-columns: 0.85fr 1.15fr;
  padding-bottom: 92px;
  padding-top: 92px;
}
.story-heading {
  display: grid;
  gap: 22px;
  grid-template-columns: 40px 1fr;
}
.story-heading > span {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 750;
  padding-top: 3px;
}
.story-heading .eyebrow {
  margin-bottom: 12px;
}
.story-heading h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
}
.story-heading p:last-child {
  color: var(--muted);
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 430px;
}
.story-links {
  align-self: start;
}
.story-links a[hidden],
.path-list a[hidden] {
  display: none;
}
.search-empty {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1132px;
  padding: 56px 0;
}
.search-empty strong {
  font-size: 21px;
}
.search-empty p {
  color: var(--muted);
  margin: 10px 0 0;
}
.docs-final {
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-top: 112px;
  text-align: center;
}
.docs-final > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 18px auto 0;
  max-width: 600px;
}
.docs-final .hero-actions {
  justify-content: center;
}
/* Documentation reader */
body[data-page='docs'] {
  --docs-copy: #24272c;
  --docs-subtle: #737980;
  --docs-wash: #f6f7f7;
  background: #fff;
}
body[data-page='docs'] main {
  min-height: calc(100vh - 64px);
}
.docs-reader {
  display: grid;
  gap: 36px;
  grid-template-columns: 240px minmax(0, 838px) 240px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1480px;
  padding: 158px 24px 112px;
}
.docs-sidebar,
.article-toc {
  align-self: start;
  max-height: calc(100vh - 96px);
  overflow: auto;
  position: sticky;
  scrollbar-width: thin;
  top: 88px;
}
.sidebar-search {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
  position: relative;
}
.sidebar-search-control {
  align-items: center;
  display: flex;
  height: 38px;
  padding: 0 11px;
  width: 100%;
}
.sidebar-search-control .ant-input-prefix {
  align-items: center;
  color: #9aa0a6;
  display: flex;
  margin-right: 8px;
}
.sidebar-search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
.sidebar-search input::placeholder {
  color: #a0a5ab;
}
.sidebar-search-control:focus-within {
  border-color: #aeb4ba;
  box-shadow: 0 0 0 3px rgba(23, 26, 31, 0.06);
  outline: 0;
}
.docs-primary-nav {
  flex-direction: column;
  margin-bottom: 34px;
}
.docs-primary-nav > a {
  min-height: 32px;
}
.docs-primary-nav .sidebar-icon {
  border: 1px solid #e4e6e8;
  border-radius: 7px;
  height: 32px;
  width: 32px;
}
.docs-primary-nav .ant-tag {
  background: #eef4ff;
  border: 1px solid #dce9ff;
  border-radius: 6px;
  color: #1769e0;
  font-size: 11px;
  line-height: 18px;
  margin-left: 2px;
  padding: 0 6px;
}
.docs-nav {
  border-right: 1px solid #eceeef;
  display: block;
  padding-right: 12px;
}
.docs-nav > div {
  margin-bottom: 24px;
}
.docs-nav > div[hidden],
.docs-nav a[hidden] {
  display: none;
}
.docs-nav p {
  color: #93989f;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 7px 12px;
}
.docs-nav a {
  align-items: center;
  border-radius: 7px;
  color: #656b72;
  display: flex;
  font-size: 14px;
  gap: 9px;
  line-height: 1.35;
  min-height: 36px;
  padding: 7px 12px;
  transition:
    background 140ms ease,
    color 140ms ease;
}
.docs-nav a:hover {
  background: #f5f6f6;
  color: var(--ink);
}
.docs-nav a.is-active {
  background: #eeeeef;
  color: #16181b;
  font-weight: 650;
}
.docs-nav a span {
  color: #3c4147;
  font-size: 13px;
}
.sidebar-search-empty {
  background: var(--docs-wash);
  border: 1px solid #e7e9ea;
  border-radius: 7px;
  padding: 16px;
}
.sidebar-search-empty[hidden] {
  display: none;
}
.sidebar-search-empty strong {
  font-size: 13px;
}
.sidebar-search-empty p {
  color: var(--docs-subtle);
  font-size: 12px;
  line-height: 1.55;
  margin: 6px 0 0;
}
.docs-article {
  color: var(--docs-copy);
  min-width: 0;
  padding: 0 0 24px;
}
.breadcrumbs {
  align-items: center;
  color: #90959c;
  display: flex;
  font-size: 13px;
  gap: 10px;
  margin: 0 0 12px;
}
.breadcrumbs b {
  color: #c3c6ca;
  font-weight: 400;
}
.breadcrumbs strong {
  color: var(--ink);
  font-weight: 600;
}
.article-header {
  margin-bottom: 34px;
}
.article-header h1 {
  color: #0e0f11;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
.article-header p {
  color: #373b40;
  font-size: 17px;
  line-height: 1.85;
  margin: 25px 0 0;
  max-width: 790px;
}
.docs-article section {
  scroll-margin-top: 100px;
}
.docs-article section h2 {
  color: #111315;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 22px;
}
.docs-article section h3 {
  color: #1b1e22;
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}
.docs-article section p,
.docs-article section li {
  font-size: 16px;
  line-height: 1.9;
}
.docs-article section p {
  margin: 0 0 18px;
}
.docs-article section ul {
  margin: 22px 0 0;
  padding-left: 24px;
}
.docs-article section li {
  margin: 9px 0;
  padding-left: 3px;
}
.docs-article hr {
  border: 0;
  border-top: 1px solid #eceeef;
  margin: 64px 0;
}
.doc-figure {
  background: #f7f8f8;
  border: 1px solid #e4e6e8;
  border-radius: 7px;
  margin: 42px 0 48px;
  overflow: hidden;
}
.doc-figure img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.doc-figure--hero {
  aspect-ratio: 8 / 3;
  margin-top: 0;
}
.doc-figure--hero img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.article-links {
  border: 1px solid #e3e5e7;
  border-radius: 7px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  overflow: hidden;
}
.article-links a {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 650;
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 17px;
  transition:
    background 140ms ease,
    color 140ms ease;
}
.article-links a + a {
  border-left: 1px solid #e3e5e7;
}
.article-links a:hover {
  background: var(--docs-wash);
  color: var(--accent-strong);
}
.article-links span {
  font-size: 18px;
}
.article-toc {
  color: #70767d;
  padding: 2px 0 8px;
}
.article-toc > strong {
  color: #17191c;
  display: block;
  font-size: 14px;
  margin-bottom: 13px;
}
.article-toc nav {
  border-left: 1px solid #e5e7e9;
  display: flex;
  flex-direction: column;
}
.article-toc nav a {
  border-left: 2px solid transparent;
  font-size: 13px;
  line-height: 1.5;
  margin-left: -1px;
  padding: 6px 0 6px 16px;
  transition:
    border-color 140ms ease,
    color 140ms ease;
}
.article-toc nav a:hover,
.article-toc nav a.is-active {
  border-left-color: #24272c;
  color: #181a1d;
}
.toc-divider {
  border-top: 1px solid #eceeef;
  margin: 22px 0 17px;
}
.toc-action {
  color: #5c6269;
  font-size: 13px;
  line-height: 1.5;
}
.toc-action:hover {
  color: var(--accent-strong);
}
.start-steps {
  counter-reset: none;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.start-steps li {
  display: grid;
  gap: 18px;
  grid-template-columns: 34px minmax(0, 1fr);
  margin: 0;
  padding: 0 0 30px;
  position: relative;
}
.start-steps li:not(:last-child)::before {
  background: #dfe2e4;
  content: '';
  height: calc(100% - 32px);
  left: 16px;
  position: absolute;
  top: 35px;
  width: 1px;
}
.start-steps li > span {
  align-items: center;
  background: #1d2024;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
  z-index: 1;
}
.start-steps p {
  color: #575d64;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 6px 0 4px !important;
}
.start-steps a {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 650;
}
.article-callout {
  background: #f3f7f5;
  border: 1px solid #dbe8e2;
  border-radius: 7px;
  margin-top: 28px;
  padding: 24px;
}
.article-callout strong {
  color: #16201b;
  font-size: 16px;
}
.article-callout p {
  color: #53615a;
  font-size: 14px;
  line-height: 1.7;
  margin: 8px 0 12px;
}
.article-callout a {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 700;
}
.mobile-doc-nav {
  display: none;
}
body[data-page='docs'] .reference-step-image {
  height: 256px;
  object-fit: cover;
  object-position: top left;
  width: 256px;
}

@media (max-width: 1180px) {
  .docs-reader {
    gap: 32px;
    grid-template-columns: 220px minmax(0, 820px);
    max-width: 1120px;
    padding-top: 64px;
  }
  .article-toc {
    display: none;
  }
}

@media (max-width: 820px) {
  .docs-reader {
    display: block;
    max-width: 760px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 140px;
  }
  .docs-sidebar {
    display: none;
  }
  .mobile-doc-nav {
    background: #f5f5f5;
    border: 0;
    border-radius: 50%;
    display: block;
    height: 36px;
    left: 24px;
    position: absolute;
    top: 78px;
    width: 36px;
    z-index: 22;
  }
  .mobile-doc-nav summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 0;
    font-weight: 650;
    height: 36px;
    justify-content: center;
    list-style: none;
    min-height: 36px;
    padding: 0;
    width: 36px;
  }
  .mobile-doc-nav summary .anticon {
    display: flex;
  }
  .mobile-doc-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-doc-nav > div {
    background: #fff;
    border: 1px solid #e4e6e8;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 0;
    min-width: 300px;
    padding: 8px 12px 12px;
    position: absolute;
    top: 44px;
  }
  .mobile-doc-nav a {
    border-radius: 6px;
    color: #555b62;
    font-size: 13px;
    padding: 10px;
  }
  .mobile-doc-nav a:hover {
    background: var(--docs-wash);
    color: var(--ink);
  }
}

@media (max-width: 560px) {
  .docs-reader {
    padding-bottom: 72px;
    padding-top: 140px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .article-header h1 {
    font-size: 36px;
  }
  .docs-article.acss-vj6a6s > h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .article-header p {
    font-size: 16px;
    line-height: 1.75;
  }
  .docs-article section h2 {
    font-size: 25px;
  }
  .docs-article section p,
  .docs-article section li {
    font-size: 15px;
    line-height: 1.82;
  }
  .docs-article hr {
    margin: 50px 0;
  }
  .doc-figure {
    margin: 32px -8px 40px;
  }
  .article-links {
    grid-template-columns: 1fr;
  }
  .article-links a + a {
    border-left: 0;
    border-top: 1px solid #e3e5e7;
  }
  .article-callout {
    padding: 20px;
  }
}

.content-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 24px;
}
.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.section-heading h2,
.release-heading h2,
.empty-state h2,
.support-contact h2,
.form-heading h2 {
  font-size: 28px;
  margin: 0;
}
.section-heading p,
.release-heading p,
.form-heading p {
  color: var(--muted);
  margin: 0;
}

.link-list {
  border-top: 1px solid var(--line);
}
.link-list a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  padding: 18px 4px;
  transition:
    color 160ms ease,
    padding 160ms ease;
}
.link-list a:hover {
  color: var(--accent-strong);
  padding-left: 10px;
}
.link-list span {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.link-list strong {
  font-size: 18px;
}
.link-list small {
  color: var(--muted);
  font-size: 14px;
}
.link-list b {
  font-size: 21px;
}
.split-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1.6fr;
}
.split-section .section-heading {
  align-items: start;
  display: block;
}
.split-section .section-heading p {
  line-height: 1.6;
  margin-top: 10px;
}
.link-list.compact a {
  min-height: 76px;
}

.prose,
.legal-document {
  max-width: 850px;
}
.prose section,
.legal-document section {
  border-bottom: 1px solid var(--line);
  padding: 0 0 34px;
  margin: 0 0 36px;
}
.prose h2,
.legal-document h2 {
  font-size: 21px;
  margin: 0 0 13px;
}
.prose p,
.legal-document p {
  color: #414851;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}
.legal-date {
  color: var(--muted) !important;
  font-size: 14px !important;
  margin-bottom: 42px !important;
}

.release-heading {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}
.release-heading .state-label {
  margin-bottom: 10px;
}
.release-heading > a,
.support-contact > a,
.empty-state > a {
  border-bottom: 1px solid var(--ink);
  font-weight: 700;
  padding-bottom: 4px;
}
.release-files {
  border-bottom: 1px solid var(--line);
}
.release-file {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 22px 4px;
}
.release-file:first-child {
  border-top: 0;
}
.release-file span {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.release-file small {
  color: var(--muted);
}
.release-file b {
  color: var(--accent-strong);
}
.trust-strip {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
  padding-top: 48px;
}
.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}
.empty-state {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 54px 0;
}
.empty-state .state-label {
  margin-bottom: 12px;
}
.empty-state p:not(.state-label) {
  color: var(--muted);
  line-height: 1.7;
  margin: 14px 0 28px;
}
.changelog article > header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 26px;
}
.changelog article h2 {
  font-size: 32px;
  margin: 0;
}
.release-notes {
  color: #414851;
  line-height: 1.8;
  padding: 28px 0;
}

/* Download page: follows the supplied LobeHub downloads source with ZooWork content. */
.download-document {
  height: 100%;
  overflow: hidden;
}
body[data-page='download'] {
  color: #080808;
  height: 100%;
  overflow-y: auto;
}
body[data-page='download'] > .site-footer {
  display: none;
}
.download-site-header {
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 12px;
  gap: 8px;
  height: 52px;
  justify-content: center;
  margin: 28px auto 0;
  padding: 8px;
  position: sticky;
  top: 28px;
  width: max-content;
  z-index: 40;
}
.download-site-header .brand {
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
}
.download-site-header .brand img {
  height: 36px;
  width: 36px;
}
.download-site-header .brand span {
  display: none;
}
.download-nav {
  align-items: center !important;
  display: flex;
  gap: 2px;
  height: 36px !important;
}
.download-nav-item {
  height: 36px;
  position: relative;
}
.download-nav-item > button,
.download-nav-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #24272c !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 3px;
  height: 36px;
  padding: 0 10px !important;
}
.download-nav-item > button:hover,
.download-nav-item > button[aria-expanded='true'],
.download-nav-link:hover {
  background: #f4f4f5;
}
.download-nav-item > button svg {
  opacity: 0.5;
  transition: transform 160ms ease;
}
.download-nav-item > button[aria-expanded='true'] svg {
  transform: rotate(180deg);
}
.download-nav-link::after {
  display: none;
}
.download-source {
  align-items: center;
  background: #f7f7f7;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 650;
  height: 36px;
  justify-content: center;
  min-width: 96px;
  padding: 0 18px;
}
.download-source:hover {
  background: #eee;
}
.download-start {
  align-items: center;
  background: #222;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 650;
  height: 36px;
  padding: 0 16px;
}
.download-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 16px 40px -20px rgba(0, 0, 0, 0.28);
  left: max(4px, calc(50% - 620px));
  padding: 20px 20px 40px;
  position: fixed;
  top: 87px;
  width: min(calc(100vw - 32px), 976px);
  z-index: 42;
}
.download-menu[hidden],
.download-mobile-trigger,
.download-mobile-panel[hidden] {
  display: none;
}
.download-menu-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.download-menu-grid--product {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.download-menu-grid section {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
.download-menu-grid section > p {
  color: #999;
  font-size: 14px;
  grid-column: 1 / -1;
  margin: 0 0 4px;
}
.download-menu-grid a {
  align-items: flex-start !important;
  border-radius: 8px;
  color: #080808 !important;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 50px;
  padding: 10px 12px;
}
.download-menu-grid a.download-menu-link--icon {
  align-items: center !important;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
}
.download-menu-icon {
  align-items: center;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #777 !important;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.download-menu-copy {
  align-items: flex-start;
  color: #080808 !important;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.download-menu-grid a:hover {
  background: #f7f7f7;
}
.download-menu-grid a strong {
  font-size: 14px;
  font-weight: 600;
}
.download-menu-copy > span {
  color: #999;
  font-size: 12px;
}
.download-menu-grid--compact section {
  grid-template-columns: 1fr;
}
.download-menu-note {
  align-items: center;
  border-top: 1px dashed #e8e8e8;
  display: flex;
  font-size: 14px;
  gap: 10px;
  margin-top: 12px;
  padding: 16px 12px 0;
}
.download-menu-note span {
  background: #eef4ff;
  border-radius: 6px;
  color: #1677ff;
  padding: 2px 7px;
}
.download-menu-note strong {
  font-weight: 500;
}
.download-menu-note b {
  color: #1677ff;
  font-weight: 500;
  margin-left: auto;
}
.download-mobile-panel {
  display: none;
}

.download-page {
  margin-top: -80px;
  overflow: hidden;
}
.download-hero {
  margin: 0 auto;
  max-width: 1152px;
  padding: 210px 24px 112px;
  text-align: center;
}
.download-kicker {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 26px;
}
.download-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  max-width: none;
}
.download-lede {
  color: #777;
  font-size: 20px;
  line-height: 32px;
  margin: 30px 0 0;
}
.download-primary,
.download-primary--disabled {
  align-items: center;
  background: #222;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 650;
  gap: 8px;
  height: 56px;
  justify-content: center;
  margin-top: 64px;
  padding: 0 26px;
}
.download-primary:hover {
  background: #080808;
}
.download-primary--disabled {
  background: #bcbcbc;
}
.download-changelog {
  color: #999;
  display: block;
  font-size: 14px;
  margin: 18px auto 0;
  width: fit-content;
}
.download-changelog:hover {
  color: #222;
}
.download-device-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 82px auto 0;
  min-height: 142px;
  position: relative;
}
.download-device-glow {
  animation: download-glow 5s ease 5s infinite;
  background: linear-gradient(-45deg, #ee9e0b, #e34ba9, #0072f5, #95f3d9);
  background-position: 100% 50%;
  background-size: 400% 400%;
  border-radius: 50%;
  filter: blur(64px);
  height: 120px;
  position: absolute;
  width: 320px;
}
.download-device-tray {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #eee;
  border-radius: 32px;
  box-shadow: 0 4px 36px -12px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
}
.download-device-tray > span {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.12);
  display: flex;
  height: 100px;
  justify-content: center;
  width: 100px;
}
.download-device-tray .download-device-brand {
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.16);
}
.download-device-brand img {
  display: block;
}

.download-platforms {
  margin: 0 auto;
  max-width: 1152px;
}
.download-platform-section {
  border-top: 1px solid #eee;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
  min-height: 368px;
  padding: 108px 0 80px;
}
.download-platform-copy h2 {
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 12px;
}
.download-platform-copy p {
  color: #999;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.download-platform-list {
  display: flex;
  flex-direction: column;
}
.download-platform-row {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: space-between;
}
.download-platform-row h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.download-platform-row h3 span {
  color: #999;
}
.download-platform-row > a,
.download-unavailable {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  min-width: 62px;
  padding: 0 14px;
}
.download-platform-row > a:hover {
  background: #f7f7f7;
}
.download-unavailable {
  border-color: #eee;
  color: #aaa;
  min-width: 82px;
}

.download-final-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  padding: 96px 24px;
  text-align: center;
}
.download-final-mark {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 128px;
  justify-content: center;
  width: 128px;
}
.download-final-cta h2 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
}
.download-final-cta p {
  font-size: 20px;
  line-height: 32px;
  margin: 16px 0 0;
}
.download-final-actions {
  display: flex;
  gap: 16px;
}
.download-final-actions a {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  height: 48px;
  justify-content: center;
  padding: 0 22px;
}
.download-final-actions a:first-child {
  background: #222;
  border-color: #222;
  color: #fff;
}
.download-footer {
  border-top: 1px solid #eee;
  margin: 0 auto;
  max-width: 1152px;
  padding: 72px 0 28px;
}
.download-footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.download-footer-grid section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.download-footer-grid strong {
  margin-bottom: 6px;
}
.download-footer-grid a {
  color: #777;
  font-size: 14px;
}
.download-footer-grid a:hover {
  color: #080808;
}
.download-footer-bottom {
  align-items: center;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 24px;
}
.download-footer-bottom > span {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
}
.download-footer-bottom small {
  color: #999;
}
.download-footer-legal {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 16px;
}
.download-footer-legal a {
  color: #999;
  font-size: 12px;
}

@keyframes download-glow {
  0%,
  100% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-device-glow {
    animation: none;
  }
}

@media (max-width: 767px) {
  .download-site-header {
    border-radius: 0;
    height: 68px;
    justify-content: space-between;
    margin: 0;
    padding: 16px 24px;
    top: 0;
    width: 100%;
  }
  .download-site-header .brand {
    margin-right: auto;
    order: 2;
  }
  .download-mobile-trigger {
    align-items: center;
    background: #f5f5f5;
    border: 0;
    border-radius: 50%;
    color: #777;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-right: 12px;
    order: 1;
    padding: 0;
    width: 36px;
  }
  .download-nav {
    display: none !important;
  }
  .download-start {
    order: 3;
    padding-inline: 14px;
  }
  .download-mobile-panel {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 18px 30px -24px rgba(0, 0, 0, 0.3);
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 0;
    padding: 20px 24px 24px;
    position: absolute;
    right: 0;
    top: 68px;
  }
  .download-mobile-panel section {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .download-mobile-panel strong {
    font-size: 14px;
  }
  .download-mobile-panel a {
    color: #777;
    font-size: 13px;
  }
  .download-page {
    margin-top: -68px;
  }
  .download-hero {
    padding: 148px 16px 64px;
  }
  .download-kicker {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .download-hero h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  .download-lede {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .download-primary,
  .download-primary--disabled {
    font-size: 18px;
    height: 56px;
    margin-top: 54px;
    padding: 0 24px;
  }
  .download-device-stage {
    margin-top: 82px;
    min-height: 80px;
  }
  .download-device-glow {
    filter: blur(58px);
    height: 170px;
    width: 260px;
  }
  .download-device-tray {
    border-radius: 20px;
    gap: 12px;
    padding: 12px;
    width: 100%;
  }
  .download-device-tray > span {
    border-radius: 14px;
    height: auto;
    min-width: 0;
    width: 20%;
  }
  .download-device-tray > span::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .download-device-tray svg {
    height: 36px;
    position: absolute;
    width: 36px;
  }
  .download-device-brand img {
    height: 48px;
    position: absolute;
    width: 48px;
  }
  .download-platforms {
    padding: 0 16px;
  }
  .download-platform-section {
    display: block;
    min-height: 0;
    padding: 64px 0 48px;
  }
  .download-platform-copy {
    margin-bottom: 28px;
  }
  .download-platform-copy h2 {
    font-size: 28px;
  }
  .download-platform-copy p {
    font-size: 16px;
    line-height: 24px;
  }
  .download-platform-row h3 {
    font-size: 18px;
  }
  .download-unavailable {
    font-size: 12px;
    min-width: 76px;
  }
  .download-final-cta {
    gap: 28px;
    padding: 96px 16px 112px;
  }
  .download-final-cta h2 {
    font-size: 32px;
  }
  .download-final-cta p {
    font-size: 16px;
    line-height: 24px;
  }
  .download-final-actions,
  .download-final-actions a {
    width: 100%;
  }
  .download-final-actions a:not(:first-child) {
    display: none;
  }
  .download-footer {
    margin: 0 16px;
    padding: 56px 0 64px;
  }
  .download-footer-grid {
    gap: 28px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .download-footer-bottom {
    margin-top: 48px;
  }
  .download-footer-legal {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 24px;
  }
}

@media (max-width: 420px) {
  .download-site-header {
    padding-inline: 24px;
  }
  .download-mobile-panel {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.support-layout {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.85fr 1.4fr;
}
.support-contact {
  align-self: start;
  position: sticky;
  top: 100px;
}
.support-contact h2 {
  overflow-wrap: anywhere;
}
.support-contact > p:not(.state-label) {
  color: var(--muted);
  line-height: 1.7;
  margin: 18px 0 28px;
}
form {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.form-heading {
  margin-bottom: 30px;
}
.form-heading p {
  line-height: 1.6;
  margin-top: 9px;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 650;
  margin: 0 0 24px;
}
input,
select,
textarea {
  background: #fff;
  border: 1px solid #b9c0c7;
  border-radius: 5px;
  color: var(--ink);
  display: block;
  font: inherit;
  margin-top: 9px;
  padding: 12px 13px;
  width: 100%;
}
textarea {
  line-height: 1.6;
  resize: vertical;
}
label small {
  color: var(--muted);
  display: block;
  font-weight: 400;
  margin-top: 7px;
  text-align: right;
}
.honeypot {
  left: -10000px;
  position: absolute;
}
.form-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  min-height: 44px;
}
button {
  background: var(--ink);
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 44px;
  padding: 0 22px;
}
button:hover {
  background: var(--accent-strong);
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
[data-form-status] {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
[data-form-status][data-state='success'] {
  color: var(--accent-strong);
}
[data-form-status][data-state='error'] {
  color: var(--danger);
}

.overall-status {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 13px;
  grid-template-columns: auto 1fr auto;
  padding: 24px 4px;
}
.overall-status > span {
  background: var(--accent);
  border-radius: 50%;
  height: 11px;
  width: 11px;
}
.overall-status[data-status='degraded'] > span {
  background: var(--warning);
}
.overall-status[data-status='outage'] > span {
  background: var(--danger);
}
.overall-status small {
  color: var(--muted);
}
.status-list {
  margin-top: 48px;
}
.status-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 16px 4px;
}
.status-item:first-child {
  border-top: 1px solid var(--line);
}
.status-item span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.status-item small {
  color: var(--muted);
}
.status-item b {
  color: var(--accent-strong);
  font-size: 14px;
}
.status-item b[data-status='degraded'] {
  color: var(--warning);
}
.status-item b[data-status='outage'] {
  color: var(--danger);
}
.incident-history {
  border-top: 1px solid var(--line);
  margin-top: 64px;
  padding-top: 48px;
}
.incident-history [data-incident-list] > p {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 180px 1fr;
  margin: 0;
  padding: 17px 4px;
}
.incident-history time,
.empty-line {
  color: var(--muted);
  font-size: 14px;
}
.empty-line {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 28px 4px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px max(24px, calc((100% - 1180px) / 2));
}
.site-footer > span:last-child {
  display: flex;
  gap: 24px;
}
.site-footer a:hover {
  color: var(--ink);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes visual-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes signal {
  0%,
  100% {
    transform: scaleY(0.86);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

@media (max-width: 760px) {
  body[data-page='docs'] main {
    padding-top: 0;
  }
  .mobile-doc-nav {
    top: 60px;
  }
  .site-header {
    height: auto;
    min-height: 60px;
    padding: 12px 18px;
  }
  .site-header nav {
    gap: 2px;
    overflow-x: auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    height: 46px;
    padding: 0 10px;
  }
  .site-header nav a {
    flex: 0 0 auto;
    padding: 0 10px;
  }
  .site-header nav a::after {
    left: 10px;
    right: 10px;
  }
  body[data-page='docs'] .site-header nav {
    background: transparent;
    border: 0;
    display: flex;
    height: 36px;
    left: auto;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: auto;
  }
  body[data-page='docs'] .site-header {
    background: transparent;
    border: 0;
    height: 40px;
    justify-content: space-between;
    left: 72px;
    padding: 0 24px 0 0;
    position: absolute;
    right: 0;
    top: 76px;
    width: auto;
  }
  body[data-page='docs'] .brand span {
    display: none;
  }
  body[data-page='docs'] .brand {
    flex: 0 0 36px;
    gap: 0;
    width: 36px;
  }
  body[data-page='docs'] .site-header nav a:not(.start-link) {
    display: none;
  }
  body[data-page='docs'] .site-header nav .start-link {
    display: flex;
    min-height: 36px;
  }
  body[data-page='docs'] .mobile-doc-nav {
    top: 78px;
  }
  .page-intro {
    grid-template-columns: 1fr;
    min-height: 380px;
    padding: 100px 20px 48px;
  }
  .docs-hero {
    grid-template-columns: 1fr;
    height: calc(100svh - 140px);
    max-height: 620px;
    min-height: 520px;
    padding: 88px 20px 52px;
  }
  .docs-hero__inner {
    max-width: 520px;
  }
  .docs-hero h1 {
    font-size: 41px;
    max-width: 520px;
  }
  .docs-hero .lede {
    font-size: 16px;
    max-width: 460px;
  }
  .docs-hero__visual {
    bottom: 10px;
    height: 210px;
    opacity: 0.08;
    position: absolute;
    right: -16px;
    width: 250px;
  }
  .docs-hero__visual img {
    height: 148px;
    width: 148px;
  }
  .visual-line {
    display: none;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 24px;
  }
  .doc-search-band {
    padding: 22px 20px;
  }
  .doc-search {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .doc-search > p {
    min-width: 0;
    text-align: left;
  }
  .docs-start {
    padding-bottom: 64px;
    padding-top: 62px;
  }
  .path-list a {
    gap: 14px;
    grid-template-columns: 34px 1fr auto;
    min-height: 104px;
  }
  .path-list strong {
    font-size: 17px;
  }
  .product-intro__inner,
  .docs-story {
    gap: 42px;
    grid-template-columns: 1fr;
  }
  .product-intro__inner {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .product-intro h2,
  .docs-final h2 {
    font-size: 31px;
  }
  .product-intro__copy p {
    font-size: 16px;
  }
  .docs-story {
    padding-bottom: 68px;
    padding-top: 68px;
  }
  .story-heading {
    gap: 12px;
    grid-template-columns: 30px 1fr;
  }
  .story-heading h2 {
    font-size: 27px;
  }
  .search-empty {
    margin: 0 20px;
    padding: 44px 0;
  }
  .docs-final {
    padding-bottom: 80px;
    padding-top: 84px;
  }
  .signal-field {
    bottom: 0;
    height: 120px;
    opacity: 0.12;
    position: absolute;
    right: 18px;
    width: 55%;
  }
  h1 {
    font-size: 38px;
  }
  .article-header h1 {
    font-size: 36px;
  }
  .lede {
    font-size: 17px;
  }
  .content-section {
    padding: 54px 20px;
  }
  .split-section,
  .support-layout {
    gap: 38px;
    grid-template-columns: 1fr;
  }
  .support-contact {
    position: static;
  }
  .section-heading,
  .release-heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .trust-strip {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
  .overall-status {
    align-items: start;
    grid-template-columns: auto 1fr;
  }
  .overall-status small {
    grid-column: 2;
  }
  .status-item {
    align-items: start;
    gap: 18px;
  }
  .status-item small {
    line-height: 1.5;
  }
  .incident-history [data-incident-list] > p {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .site-footer {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .site-footer > span:last-child {
    flex-wrap: wrap;
    gap: 16px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
