:root {
  color: #232622;
  background: #f4f5f2;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
}

* { box-sizing: border-box; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: #f4f5f2;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 24px;
  padding: 0 max(22px, calc((100vw - 920px) / 2));
  border-bottom: 1px solid #dfe2dc;
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #232622;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.version-badge {
  padding: 3px 6px;
  border: 1px solid #cddbd2;
  border-radius: 4px;
  color: #52675d;
  background: #f2f7f4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

nav { display: flex; gap: 5px; }

nav a {
  padding: 7px 9px;
  color: #666d66;
  border-radius: 5px;
  font-size: 12px;
  text-decoration: none;
}

nav a:hover,
nav a[aria-current='page'] {
  color: #145f48;
  background: #e8f1ed;
}

.document {
  width: min(100% - 36px, 840px);
  margin: 0 auto;
  padding: 52px 0 80px;
}

.document h1 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.25;
}

.document h2 {
  margin: 36px 0 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfe2dc;
  font-size: 18px;
}

.document h3 {
  margin: 28px 0 10px;
  font-size: 15px;
}

.document p,
.document li {
  color: #4f554f;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.document ul,
.document ol { padding-left: 22px; }
.document li + li { margin-top: 7px; }

.document a {
  color: #146a50;
  text-underline-offset: 3px;
}

.document strong { color: #303630; }

.document blockquote {
  margin: 24px 0;
  padding: 14px 18px;
  border-left: 3px solid #2d8a69;
  background: #edf4f0;
}

.document blockquote p { margin: 0; color: #395247; }

.document img {
  display: block;
  width: 100%;
  height: auto;
  margin: 26px 0 12px;
  border: 1px solid #d9ddd7;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgb(35 38 34 / 10%);
}

.document table {
  width: 100%;
  margin: 24px 0 30px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
}

.document th,
.document td {
  padding: 11px 13px;
  border: 1px solid #dfe2dc;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.document th { color: #303630; background: #edf1ed; }
.document tr:nth-child(even) td { background: #fafbf9; }

.document code {
  padding: 2px 5px;
  border: 1px solid #dce2dd;
  border-radius: 4px;
  color: #315d4d;
  background: #f8faf8;
  font-size: 12px;
}

.document pre {
  overflow-x: auto;
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #303633;
  border-radius: 7px;
  background: #202522;
}

.document pre code {
  padding: 0;
  border: 0;
  color: #e5ebe7;
  background: transparent;
  line-height: 1.65;
}

.introduction {
  max-width: 700px;
  padding: 28px 0 35px;
}

.introduction .eyebrow {
  margin: 0 0 10px;
  color: #19785a;
  font-size: 12px;
  font-weight: 700;
}

.introduction h1 { margin-bottom: 16px; }
.document .hero-description { max-width: 620px; font-size: 15px; }

.platform-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dfe2dc;
  border-bottom: 1px solid #dfe2dc;
}

.platform-links a {
  display: grid;
  min-width: 0;
  gap: 15px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}

.platform-links a + a { border-left: 1px solid #dfe2dc; }
.platform-links a:hover { background: #fff; }
.platform-links img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px solid #dfe2dc;
  border-radius: 6px;
  object-fit: cover;
}
.platform-copy { display: grid; gap: 8px; padding: 0 4px 4px; }
.platform-links strong { font-size: 16px; }
.platform-copy > span { color: #666d66; font-size: 13px; line-height: 1.6; }

/* Product surface refresh */
body { background: radial-gradient(circle at 8% 0%, rgb(183 225 205 / 32%), transparent 32rem), #f2f6f3; }
.site-header { min-height: 68px; padding-inline: max(22px, calc((100vw - 1080px) / 2)); border-bottom-color: rgb(211 225 216 / 80%); background: rgb(248 252 249 / 86%); backdrop-filter: blur(18px); }
.brand { gap: 10px; color: #14231e; font-size: 15px; font-weight: 800; letter-spacing: -0.03em; }
.brand img { width: 32px; height: 32px; border-radius: 9px; box-shadow: 0 5px 14px rgb(28 92 66 / 18%); }
nav { gap: 4px; }
nav a { padding: 8px 12px; border-radius: 9px; color: #60716a; font-weight: 600; transition: color .2s ease, background .2s ease, transform .2s ease; }
nav a:hover, nav a[aria-current='page'] { color: #146448; background: #e2f1e9; transform: translateY(-1px); }
.document { width: min(100% - 36px, 1080px); padding: 52px 0 76px; }
.document-inner { min-height: 560px; padding: 48px 64px 64px; border: 1px solid rgb(207 224 214 / 90%); border-radius: 24px; background: rgb(255 255 255 / 88%); box-shadow: 0 24px 70px rgb(29 79 58 / 10%), 0 2px 5px rgb(29 79 58 / 4%); }
.document h1 { color: #14231e; font-size: clamp(28px, 4vw, 42px); font-weight: 800; line-height: 1.16; letter-spacing: -0.045em; }
.document-inner > h1 { padding-top: 20px; border-top: 4px solid #2d9368; }
.document h2 { margin-top: 44px; padding-bottom: 12px; border-bottom-color: #dce9e0; color: #1c3b2e; font-size: 20px; font-weight: 750; letter-spacing: -0.025em; }
.document h3 { color: #29523f; font-size: 16px; }
.document p, .document li { color: #53655d; line-height: 1.8; }
.document a { color: #137354; }
.document strong { color: #20372c; }
.document blockquote { margin: 28px 0; padding: 17px 20px; border: 1px solid #d5e9dc; border-left: 4px solid #2c9a6b; border-radius: 0 12px 12px 0; background: linear-gradient(100deg, #edf8f1, #f7fbf8); }
.document blockquote p { color: #395c49; }
.document img { margin: 30px 0 16px; border-color: #d8e5dc; border-radius: 14px; box-shadow: 0 18px 38px rgb(35 76 55 / 12%); }
.document th, .document td { border-color: #dce9e0; }
.document th { color: #234737; background: #eaf5ee; font-weight: 700; }
.document tr:nth-child(even) td { background: #fbfdfb; }
.document code { border-color: #d5e7db; border-radius: 5px; color: #287354; background: #f0f8f2; }
.document pre { border-color: #29463a; border-radius: 11px; background: #17261f; box-shadow: 0 14px 30px rgb(16 42 29 / 14%); }
.introduction { position: relative; display: flex; width: auto; max-width: none; min-height: 310px; align-items: center; justify-content: space-between; gap: 30px; margin: -48px -64px 52px; padding: 52px 64px; overflow: hidden; border-radius: 23px 23px 0 0; color: #f4fff8; background: linear-gradient(120deg, #15382b 0%, #1e6247 58%, #2d8c65 100%); }
.hero-copy { position: relative; z-index: 1; max-width: 650px; }
.introduction .eyebrow { color: #a7e5c1; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.introduction h1 { max-width: 650px; margin-bottom: 18px; color: #f7fff9; }
.document .hero-description { max-width: 580px; margin: 0; color: #eefaf2; font-size: 15px; line-height: 1.75; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #a7e5c1; box-shadow: 0 0 0 5px rgb(167 229 193 / 15%); vertical-align: 1px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.hero-meta span { padding: 6px 10px; border: 1px solid rgb(200 246 219 / 24%); border-radius: 999px; color: #d7f0e1; background: rgb(255 255 255 / 8%); font-size: 11px; font-weight: 650; }
.hero-orbit { position: relative; width: 220px; height: 220px; flex: 0 0 220px; opacity: .9; }
.orbit-ring { position: absolute; inset: 15px; border: 1px solid rgb(195 245 213 / 30%); border-radius: 50%; transform: rotate(-28deg) scaleY(.55); }
.orbit-ring-two { inset: 35px -2px; transform: rotate(32deg) scaleY(.55); border-color: rgb(195 245 213 / 22%); }
.orbit-core { position: absolute; top: 50%; left: 50%; display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid rgb(211 255 224 / 50%); border-radius: 25px; color: #17412f; background: #c5f2d4; box-shadow: 0 16px 35px rgb(6 39 25 / 24%); font-size: 38px; font-weight: 850; transform: translate(-50%, -50%) rotate(-8deg); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: baseline; gap: 20px; margin-bottom: 18px; }
.section-heading .eyebrow { margin: 0; color: #26835e; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2 { margin: 0; padding: 0; border: 0; font-size: 21px; }
.section-heading p:last-child { grid-column: 2; grid-row: 2; margin: -10px 0 0; color: #667a70; font-size: 13px; }
.platform-links { gap: 16px; border: 0; }
.platform-links a { padding: 18px; border: 1px solid #d8e7dd; border-radius: 16px; background: #fff; box-shadow: 0 8px 20px rgb(35 88 61 / 5%); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.platform-links a + a { border-left: 1px solid #d8e7dd; }
.platform-links a:hover { border-color: #a9d6bb; background: #fff; box-shadow: 0 16px 32px rgb(35 88 61 / 12%); transform: translateY(-4px); }
.platform-links img { border-color: #dbe9df; border-radius: 10px; }
.platform-label { color: #3b9a70; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.platform-links strong { display: flex; align-items: center; justify-content: space-between; font-size: 17px; }
.card-arrow { color: #27835d; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.platform-links a:hover .card-arrow { transform: translate(3px, -3px); }
.platform-copy > span:last-child { color: #667970; font-size: 13px; line-height: 1.65; }
.site-footer { padding: 0 max(22px, calc((100vw - 1080px) / 2)) 34px; color: #708078; font-size: 11px; }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; border-top: 1px solid #d6e4da; }
.footer-brand { color: #315344; font-weight: 750; }
.footer-mark { display: inline-grid; width: 19px; height: 19px; margin-right: 5px; place-items: center; border-radius: 5px; color: white; background: #237753; font-size: 11px; }

@media (min-width: 641px) {
  .document-inner.is-article { padding: 36px 36px 52px; }
  .document-inner.is-article > h1 { padding-top: 14px; font-size: 30px; line-height: 1.22; letter-spacing: -0.03em; }
}

@media (max-width: 640px) {
  .site-header { min-height: 58px; gap: 8px; padding: 0 12px; }
  .brand { gap: 6px; }
  .brand-name { display: none; }
  nav a { padding-inline: 5px; }
  .document { width: min(100% - 24px, 840px); padding: 28px 0 54px; }
  .document-inner { padding: 30px 20px 38px; border-radius: 18px; }
  .document h1 { font-size: 28px; }
  .introduction { min-height: 0; margin: -30px -20px 36px; padding: 34px 20px 38px; border-radius: 17px 17px 0 0; }
  .hero-orbit { position: absolute; right: -56px; bottom: -48px; width: 170px; height: 170px; opacity: .6; }
  .section-heading { grid-template-columns: 1fr; gap: 6px; }
  .section-heading p:last-child { grid-column: 1; grid-row: auto; margin: 0; }
  .platform-links { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 10px; }
}
