/*! tailwindcss v4.1.10 | MIT License */
:root, :host {
  --font-sans: Inter, "Segoe UI", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --spacing: 0.25rem;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.grid {
  display: grid;
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.shrink-0 {
  flex-shrink: 0;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.uppercase {
  text-transform: uppercase;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
:root {
  color-scheme: dark;
  --bg: #090f12;
  --panel: #111a1e;
  --panel2: #152126;
  --line: #2a363b;
  --text: #f0f4ee;
  --muted: #b4c2c8;
  --lime: #c1ff75;
  --cyan: #83e5ed;
  --pink: #ffa2de;
  --max: 1248px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter,"Segoe UI",Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--lime);
  color: #0c1517;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,a,summary {
  -webkit-tap-highlight-color: transparent;
}
button:disabled {
  cursor: default;
}
a,button,summary {
  touch-action: manipulation;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 6px;
  border-radius: 4px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
h1,h2,h3,h4,p {
  margin: 0;
}
h1,h2,h3,h4 {
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -.04em;
}
h1 {
  font-size: clamp(2.55rem,5vw,4.6rem);
}
h2 {
  font-size: clamp(2rem,3.7vw,3.1rem);
}
h3 {
  font-size: 1.4rem;
}
p {
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: var(--max);
  width: calc(100% - 96px);
  margin-inline: auto;
}
.section {
  padding-block: 100px;
}
.section-tight {
  padding-block: 65px;
}
.eyebrow,.mono {
  font-family: var(--font-mono);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.5;
}
.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--lime);
  border-radius: 50%;
  flex-shrink: 0;
}
.eyebrow.no-dot::before {
  display: none;
}
.text-accent {
  color: var(--lime);
}
.muted {
  color: var(--muted);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 24px;
  z-index: 100;
  background: var(--lime);
  color: var(--bg);
  padding: 12px 20px;
}
.skip-link:focus {
  top: 12px;
}
.top-strip {
  border-bottom: 1px solid var(--line);
  background: #0d1518;
  font-size: 10px;
  letter-spacing: .1em;
  font-family: var(--font-mono);
  color: #aabcc1;
}
.top-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}
.top-strip a {
  color: var(--lime);
  display: flex;
  gap: 8px;
  align-items: center;
}
.top-strip svg {
  width: 13px;
  height: 13px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(9,15,18,.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 86px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  line-height: 1.2;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 37px;
  height: 39px;
  background: var(--lime);
  border-radius: 9px;
  color: #0b1715;
}
.brand-symbol svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}
.brand-name {
  font-size: 22px;
  font-weight: 730;
  letter-spacing: -.07em;
}
.brand-name span {
  color: var(--lime);
}
.brand-subtitle {
  display: block;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .15em;
  margin-top: 5px;
  color: #a7b9c0;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}
.nav-links>a:not(.nav-cta) {
  padding-block: 18px;
  color: #c2cdd0;
  white-space: nowrap;
}
.nav-links>a:hover,.nav-links>a[aria-current=page] {
  color: var(--lime);
}
.nav-cta {
  padding: 10px 15px;
  border: 1px solid #3c5040;
  border-radius: 7px;
  color: var(--lime);
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.nav-cta svg {
  width: 16px;
  height: 16px;
}
.nav-cta:hover {
  background: #18261a;
}
.menu-toggle {
  display: none;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
}
.read-progress {
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: var(--progress,0%);
  background: var(--lime);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 49px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 650;
  transition: background .18s,transform .18s,border-color .18s;
}
.button-primary {
  background: var(--lime);
  color: #102013;
}
.button-primary:hover {
  background: #d1ff9f;
  transform: translateY(-2px);
}
.button-secondary {
  background: #121d20;
  color: var(--text);
  border-color: #3a494e;
}
.button-secondary:hover {
  border-color: var(--lime);
  transform: translateY(-2px);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--lime);
  font-weight: 600;
}
.text-link svg {
  width: 18px;
  height: 18px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 77px 0 69px;
}
.hero:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 850px;
  height: 700px;
  right: -100px;
  top: -150px;
  background: radial-gradient(ellipse,rgba(70,141,111,.1),transparent 65%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(3.5rem,5.7vw,5.55rem);
  letter-spacing: -.067em;
  line-height: 1.045;
  margin: 23px 0 24px;
  font-weight: 680;
}
.hero .lead {
  font-size: 16px;
  line-height: 1.8;
  max-width: 468px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-notes {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 33px;
  font-size: 10px;
  letter-spacing: .06em;
  font-family: var(--font-mono);
  color: #b0c1c6;
}
.hero-notes span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-notes svg {
  width: 15px;
  height: 15px;
  color: var(--lime);
}
.hero-shell {
  position: relative;
  background: #0b1820;
  border: 1px solid #334247;
  border-radius: 16px;
  overflow: hidden;
  min-width: 0;
  height: 522px;
  box-shadow: 0 25px 100px rgba(0,0,0,.35);
}
.hero-shell:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg,var(--lime),var(--cyan),var(--pink));
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 15%;
  opacity: .9;
}
.hero-shell:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,#081319 0%,rgba(8,19,25,.3) 34%,transparent 60%);
  pointer-events: none;
}
.hero-image-label {
  position: absolute;
  z-index: 3;
  left: 23px;
  right: 23px;
  top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-shadow: 0 1px 8px #000;
}
.hero-image-label span:first-child {
  padding: 7px 9px;
  background: rgba(8,20,26,.75);
  border: 1px solid #647786;
  border-radius: 4px;
  color: #d5eff5;
}
.hero-code {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(12,24,28,.94);
  border: 1px solid #41514e;
  border-radius: 9px;
  box-shadow: 0 12px 25px #0005;
}
.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  color: #b2c1c4;
  font: 10px var(--font-mono);
}
.window-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}
.window-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background: #b7c6c9;
}
.window-dots i:first-child {
  background: #ffaa9d;
}
.window-dots i:nth-child(2) {
  background: #ffe397;
}
.window-dots i:last-child {
  background: var(--lime);
}
.hero-code pre {
  font-size: 11px;
  line-height: 1.9;
  padding: 18px;
  margin: 0;
  overflow: auto;
  color: #d9e9e7;
}
.code-green {
  color: var(--lime);
}
.code-pink {
  color: var(--pink);
}
.code-cyan {
  color: var(--cyan);
}
.hero-code-footer {
  padding: 0 18px 14px;
  display: flex;
  justify-content: space-between;
  font: 8px var(--font-mono);
  letter-spacing: .05em;
  color: #bacacb;
}
.hero-code-footer b {
  font-weight: 400;
  color: var(--lime);
}
.topic-ribbon {
  border-block: 1px solid var(--line);
  background: #0e181c;
  overflow: hidden;
}
.ribbon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  gap: 26px;
  flex-wrap: wrap;
  padding-block: 14px;
  font: 12px var(--font-mono);
  color: #c1cdd1;
}
.ribbon-content span {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.ribbon-content b {
  font-size: 13px;
  font-weight: 400;
  color: var(--lime);
}
.ribbon-content span:first-child {
  font-size: 9px;
  color: #a4b6bd;
  letter-spacing: .1em;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 36px;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.section-heading>p {
  max-width: 355px;
  font-size: 14px;
  line-height: 1.8;
}
.path-grid {
  gap: 18px;
}
.path-card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform .2s,border-color .2s;
}
.path-card:hover {
  border-color: #6f9166;
  transform: translateY(-4px);
}
.path-card .path-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
  font: 10px var(--font-mono);
  letter-spacing: .06em;
  color: #b3c3c9;
}
.path-top svg {
  color: var(--lime);
  width: 31px;
  height: 31px;
}
.path-card:nth-child(2) .path-top svg {
  color: var(--cyan);
}
.path-card:nth-child(3) .path-top svg {
  color: var(--pink);
}
.path-card h3 {
  font-size: 25px;
  line-height: 1.18;
  max-width: 250px;
  margin-bottom: 15px;
}
.path-card p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.path-card .path-tags {
  font: 9px var(--font-mono);
  color: #a9bdc5;
  letter-spacing: .02em;
  padding-block: 13px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.path-card .text-link {
  padding-top: 12px;
}
.contrast-section {
  background: #0d161a;
  border-block: 1px solid #243138;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}
.post-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #101b1f;
  transition: transform .2s,border-color .2s;
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  transform: translateY(-4px);
  border-color: #5a7760;
}
.post-image-link {
  display: block;
  overflow: hidden;
  background: #0c1418;
}
.post-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform .3s;
}
.post-card:hover img {
  transform: scale(1.025);
}
.post-info {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font: 9px var(--font-mono);
  color: #b6c9cc;
  margin-bottom: 15px;
  letter-spacing: .02em;
}
.post-category {
  color: var(--lime);
}
.post-category:hover {
  text-decoration: underline;
}
.post-card h3 {
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -.03em;
  margin-bottom: 14px;
}
.post-card h3 a:hover {
  color: var(--lime);
}
.post-info>p {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.post-bottom {
  font: 9px var(--font-mono);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  margin-top: auto;
  color: #b4c4cb;
}
.post-bottom svg {
  width: 16px;
  height: 16px;
  color: var(--lime);
}
.code-section-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.code-copy h2 {
  margin: 18px 0 22px;
}
.code-copy>p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 22px;
}
.feature-lines {
  margin: 27px 0 30px;
  display: grid;
  gap: 16px;
  font-size: 12px;
  color: #c6d3d7;
}
.feature-lines>div {
  display: flex;
  gap: 12px;
  align-items: center;
}
.feature-lines svg {
  color: var(--lime);
  width: 17px;
  height: 17px;
}
.code-browser {
  border: 1px solid #37484d;
  border-radius: 10px;
  background: #101a1e;
  overflow: hidden;
  min-width: 0;
}
.tab-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  background: #152025;
  padding: 0 15px;
}
.code-tabs {
  display: flex;
  gap: 7px;
}
.code-tabs button {
  font: 11px var(--font-mono);
  color: #b0c2c9;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 18px 12px;
}
.code-tabs button[aria-selected=true] {
  color: var(--lime);
  border-bottom-color: var(--lime);
}
.copy-button {
  display: flex;
  gap: 7px;
  align-items: center;
  border: 1px solid #4b5d63;
  background: transparent;
  color: #d7e3e5;
  padding: 6px 9px;
  border-radius: 4px;
  font: 10px var(--font-mono);
}
.copy-button svg {
  width: 13px;
  height: 13px;
}
.code-panel {
  padding: 24px;
}
.code-panel .code-caption {
  font: 10px var(--font-mono);
  color: #b6c9d0;
  margin-bottom: 17px;
}
.code-panel pre {
  white-space: pre;
  overflow: auto;
  font: 12px/2 var(--font-mono);
  color: #d4e7e5;
  margin: 0;
  min-height: 188px;
  padding-bottom: 6px;
}
.code-note {
  border-top: 1px solid var(--line);
  padding: 14px 22px;
  font-size: 11px;
  line-height: 1.7;
  color: #adbec5;
}
.code-note strong {
  font-weight: 600;
  color: var(--lime);
}
.roadmap {
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  overflow: hidden;
}
.roadmap a {
  display: block;
  padding: 29px 26px;
  background: #111c20;
  border-right: 1px solid var(--line);
  transition: background .2s;
}
.roadmap a:hover {
  background: #1b2a2d;
}
.roadmap a:last-child {
  border-right: 0;
}
.step-num {
  display: block;
  color: var(--lime);
  font: 12px var(--font-mono);
  margin-bottom: 28px;
}
.roadmap h3 {
  font-size: 19px;
  margin-bottom: 12px;
}
.roadmap p {
  font-size: 12px;
  line-height: 1.8;
}
.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 100px;
  align-items: start;
}
.faq-grid h2 {
  margin: 18px 0 20px;
}
.faq-intro {
  font-size: 14px;
  max-width: 310px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 550;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  color: var(--lime);
  font-size: 22px;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list details>div {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  padding-top: 18px;
}
.faq-list a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.callout-band {
  padding: 43px 45px;
  background: var(--lime);
  color: #102016;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.callout-band .eyebrow {
  color: #244127;
}
.callout-band h2 {
  font-size: 34px;
  margin-top: 10px;
}
.callout-band .button {
  background: #102016;
  color: #efffdf;
  white-space: nowrap;
}
.callout-band .button:hover {
  background: #1c3b26;
}
.callout-wrap {
  padding-block: 0 84px;
}
.site-footer {
  background: #070d10;
  border-top: 1px solid var(--line);
  padding-top: 62px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3,1fr);
  gap: 48px;
  padding-bottom: 52px;
}
.footer-brand>p {
  font-size: 12px;
  line-height: 1.85;
  max-width: 280px;
  margin: 20px 0 16px;
}
.footer-email {
  font-size: 13px;
  color: var(--lime);
}
.footer-email:hover {
  text-decoration: underline;
}
.footer-column h2 {
  font: 10px var(--font-mono);
  letter-spacing: .1em;
  margin-bottom: 22px;
  color: #edf4ef;
}
.footer-column a {
  display: block;
  font-size: 12px;
  color: #b8c6cb;
  margin-bottom: 12px;
}
.footer-column a:hover {
  color: var(--lime);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  color: #acbdc4;
  font: 10px var(--font-mono);
  flex-wrap: wrap;
}
.footer-bottom a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-bottom svg {
  height: 14px;
  width: 14px;
}
.footer-affiliation {
  font-size: 10px;
  color: #a9bac2;
  margin-top: 10px;
  max-width: 295px;
  line-height: 1.8;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #a8bec7;
  font: 10px/1.7 var(--font-mono);
  padding: 27px 0 0;
}
.breadcrumbs a:hover {
  color: var(--lime);
}
.breadcrumbs span[aria-current] {
  color: #d4dfe1;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.breadcrumbs .divider {
  color: #748e9a;
}
.page-hero {
  padding: 55px 0 54px;
  max-width: 900px;
}
.page-hero .eyebrow {
  margin-bottom: 21px;
}
.page-hero h1 {
  margin-bottom: 24px;
}
.page-hero .lead {
  font-size: 19px;
  line-height: 1.75;
  color: #c0cdd2;
  max-width: 820px;
}
.page-top-line {
  border-bottom: 1px solid var(--line);
}
.page-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 290px;
  gap: 70px;
  align-items: start;
  padding-block: 54px 80px;
}
.prose {
  max-width: 780px;
  min-width: 0;
}
.prose h2 {
  font-size: 29px;
  line-height: 1.28;
  margin: 44px 0 20px;
  letter-spacing: -.03em;
  scroll-margin-top: 120px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  font-size: 21px;
  line-height: 1.35;
  margin: 31px 0 16px;
}
.prose p {
  font-size: 16px;
  line-height: 1.95;
  margin-bottom: 23px;
  color: #bfccd1;
}
.prose a {
  color: var(--lime);
  text-decoration: underline;
  text-decoration-color: #678b54;
  text-underline-offset: 4px;
}
.prose a:hover {
  text-decoration-color: var(--lime);
}
.prose strong {
  font-weight: 650;
  color: #e9efea;
}
.prose ul,.prose ol {
  padding-left: 23px;
  color: #bfccd1;
  margin: 20px 0 25px;
}
.prose li {
  padding-left: 3px;
  margin: 10px 0;
  line-height: 1.9;
}
.prose pre {
  position: relative;
  background: #0a1419;
  border: 1px solid #35464e;
  border-radius: 8px;
  padding: 25px;
  overflow: auto;
  margin: 26px 0;
  font-size: 13px;
  line-height: 1.95;
  color: #daf6d2;
  max-width: 100%;
}
.prose code {
  font-family: var(--font-mono);
  font-size: .83em;
  background: #1b2c31;
  border: 1px solid #2b434b;
  padding: 2px 5px;
  border-radius: 4px;
  color: #d4e7e1;
  overflow-wrap: anywhere;
}
.prose pre code {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 13px;
  overflow-wrap: normal;
}
.prose blockquote {
  border-left: 3px solid var(--lime);
  background: #14221d;
  margin: 25px 0;
  padding: 22px 25px;
}
.prose blockquote p:last-child {
  margin-bottom: 0;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-block: 25px;
}
.prose td,.prose th {
  border-bottom: 1px solid var(--line);
  padding: 14px 12px;
  text-align: left;
  color: #c3d0d4;
}
.prose th {
  color: var(--lime);
  font-weight: 550;
}
.side-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  padding: 24px;
  margin-bottom: 22px;
}
.side-card h2 {
  font: 11px var(--font-mono);
  letter-spacing: .08em;
  margin-bottom: 18px;
  color: var(--lime);
}
.side-card p {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 18px;
}
.side-card>a:not(.button) {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 14px 0 0;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.7;
}
.side-card>a:hover {
  color: var(--lime);
}
.side-card svg {
  width: 15px;
  height: 15px;
  margin-top: 4px;
}
.sidebar {
  position: sticky;
  top: 112px;
  min-width: 0;
}
.source-panel {
  background: #12211b;
  border: 1px solid #35513c;
  border-radius: 9px;
  padding: 24px;
  margin-top: 34px;
}
.source-panel h2 {
  font-size: 18px;
  margin: 0 0 13px;
}
.source-panel p {
  font-size: 13px;
  margin: 0 0 12px;
  line-height: 1.8;
}
.source-panel a {
  font-size: 12px;
}
.article-hero {
  max-width: 960px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 27px;
  font: 11px var(--font-mono);
  color: #c1cdd0;
}
.article-meta .dot {
  color: #647d87;
}
.article-meta a {
  color: var(--lime);
}
.article-cover {
  width: 100%;
  max-width: 670px;
  border: 1px solid #3d4d4f;
  border-radius: 12px;
  margin: 0 0 44px;
  aspect-ratio: 1;
  object-fit: contain;
}
.toc {
  max-height: calc(100vh - 210px);
  overflow: auto;
  scrollbar-width: thin;
}
.toc a {
  font-size: 11px !important;
  line-height: 1.65 !important;
}
.toc a.active {
  color: var(--lime);
}
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 33px 0 0;
}
.tag-link,.filter-button {
  border: 1px solid #3b4e55;
  border-radius: 5px;
  padding: 8px 11px;
  font: 10px var(--font-mono);
  color: #bdcdd2;
  background: transparent;
}
.tag-link:hover,.filter-button:hover {
  border-color: var(--lime);
  color: var(--lime);
}
.related-section {
  padding-top: 64px;
  border-top: 1px solid var(--line);
}
.related-section .section-heading h2 {
  font-size: 34px;
}
.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 0 0 19px;
}
.filter-button[aria-pressed=true] {
  background: var(--lime);
  color: #0d2117;
  border-color: var(--lime);
}
.filter-status {
  font: 10px var(--font-mono);
  color: #b0c2ca;
  margin-bottom: 29px;
}
.blog-section {
  padding: 43px 0 85px;
}
.archive-intro {
  padding: 35px;
  border: 1px solid var(--line);
  background: #111e22;
  border-radius: 10px;
  margin: 0 0 38px;
  max-width: none;
  columns: 2;
  column-gap: 42px;
}
.archive-intro p {
  font-size: 13px;
  line-height: 1.85;
  break-inside: avoid;
  margin: 0 0 18px;
}
.archive-intro p:last-child {
  margin-bottom: 0;
}
.archive-intro a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-box {
  background: #122019;
  border: 1px solid #3a513e;
  border-radius: 12px;
  padding: 32px;
  margin: 29px 0;
}
.contact-email {
  display: block;
  font-size: clamp(1.2rem,3vw,2rem);
  font-weight: 600;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
  margin-bottom: 16px;
}
.contact-box p {
  font-size: 14px;
}
.topic-article-links {
  display: grid;
  gap: 14px;
  margin: 27px 0;
}
.topic-article-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 24px;
  background: #132126;
  border: 1px solid #34484f;
  border-radius: 7px;
  color: #e6eeea !important;
  text-decoration: none !important;
}
.topic-article-link span {
  font-size: 15px;
  line-height: 1.5;
}
.topic-article-link svg {
  color: var(--lime);
}
.topic-article-link:hover {
  border-color: var(--lime);
}
.resource-list {
  display: grid;
  gap: 15px;
}
.resource {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--panel);
}
.resource h2 {
  font-size: 19px;
  margin: 0 0 10px;
}
.resource p {
  font-size: 13px;
  margin: 0 0 13px;
}
.resource a {
  font-size: 12px;
}
.glossary-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.glossary-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 23px;
  background: var(--panel);
}
.glossary-item h2 {
  font-size: 20px;
  margin: 0 0 12px;
}
.glossary-item p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.empty-message {
  padding: 40px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.error-hero {
  text-align: center;
  max-width: 750px;
  margin: auto;
  padding-block: 105px;
}
.error-hero .eyebrow {
  justify-content: center;
}
.error-hero h1 {
  margin: 25px 0;
}
.error-hero p {
  margin-bottom: 32px;
}
.reference-note {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 30px;
  color: #9fb5be;
}
.reference-note a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width:1450px) {
  .hero h1 {
    font-size: 88px;
  }
  .hero-shell {
    height: 540px;
  }
}
@media (max-width:1120px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 20px;
  }
  .nav-links {
    gap: 17px;
    font-size: 12px;
  }
  .brand-name {
    font-size: 20px;
  }
  .hero-grid {
    gap: 32px;
  }
  .hero-shell {
    height: 490px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .path-card {
    padding: 23px;
  }
  .path-card h3 {
    font-size: 24px;
  }
  .footer-grid {
    gap: 32px;
  }
  .code-section-grid {
    gap: 42px;
  }
  .page-layout {
    gap: 40px;
    grid-template-columns: minmax(0,1fr) 260px;
  }
  .faq-grid {
    gap: 65px;
  }
}
@media (max-width:980px) {
  .js .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .header-inner {
    min-height: 77px;
    flex-wrap: wrap;
    position: relative;
  }
  .nav-links {
    position: absolute;
    left: -32px;
    right: -32px;
    top: 77px;
    background: #0e1a1f;
    border-bottom: 1px solid #45595e;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px 32px 23px;
    max-height: calc(100dvh - 78px);
    overflow: auto;
  }
  .js .nav-links:not(.is-open) {
    display: none;
  }
  .nav-links>a:not(.nav-cta) {
    padding: 14px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }
  .nav-cta {
    margin-top: 14px;
    justify-content: space-between;
    padding: 13px 12px;
  }
  .hero {
    padding: 60px 0;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-shell {
    height: 476px;
  }
  .hero-notes {
    gap: 14px;
    font-size: 9px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .section {
    padding-block: 75px;
  }
  .path-grid {
    gap: 14px;
  }
  .path-card {
    padding: 22px;
  }
  .path-card h3 {
    font-size: 22px;
  }
  .path-card p {
    font-size: 12px;
  }
  .post-grid {
    gap: 18px;
  }
  .post-info {
    padding: 18px;
  }
  .post-card h3 {
    font-size: 18px;
  }
  .post-meta {
    font-size: 8px;
  }
  .roadmap {
    grid-template-columns: repeat(2,1fr);
  }
  .roadmap a:nth-child(2) {
    border-right: 0;
  }
  .roadmap a:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .code-section-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 32px;
  }
  .code-panel {
    padding: 18px;
  }
  .code-panel pre {
    font-size: 11px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 35px;
  }
  .footer-column:last-child {
    grid-column: 2/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
  }
  .footer-column:last-child h2 {
    grid-column: 1/3;
  }
  .page-layout {
    grid-template-columns: minmax(0,1fr) 230px;
    gap: 30px;
  }
  .side-card {
    padding: 20px;
  }
  .page-hero h1 {
    font-size: 49px;
  }
  .faq-grid {
    gap: 45px;
  }
  .callout-band {
    padding: 35px;
  }
  .callout-band h2 {
    font-size: 30px;
  }
}
@media (max-width:760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .top-strip .wrap {
    min-height: 30px;
    font-size: 8px;
  }
  .top-strip .top-meta {
    display: none;
  }
  .top-strip a {
    font-size: 8px;
  }
  .header-inner {
    min-height: 72px;
  }
  .brand-name {
    font-size: 22px;
  }
  .brand-subtitle {
    font-size: 7px;
  }
  .nav-links {
    top: 72px;
    left: -20px;
    right: -20px;
    padding-inline: 20px;
  }
  .hero {
    padding: 45px 0 42px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .hero h1 {
    font-size: clamp(48px,10.8vw,78px);
    line-height: 1.06;
    margin: 19px 0 21px;
    max-width: 620px;
  }
  .hero .lead {
    max-width: 570px;
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 21px;
  }
  .hero-notes {
    font-size: 9px;
    gap: 22px;
    margin-top: 26px;
  }
  .hero-shell {
    height: 500px;
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .hero-image {
    object-position: center 24%;
  }
  .hero-code pre {
    font-size: 12px;
  }
  .ribbon-content {
    justify-content: flex-start;
    gap: 17px 28px;
    min-height: 80px;
    font-size: 11px;
  }
  .ribbon-content span:first-child {
    width: 100%;
    font-size: 8px;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
  }
  .section-heading>p {
    max-width: 550px;
    font-size: 13px;
  }
  .section-heading .eyebrow {
    margin-bottom: 12px;
  }
  .path-grid {
    gap: 15px;
  }
  .path-card {
    padding: 25px;
  }
  .path-card .path-top {
    margin-bottom: 25px;
  }
  .path-card h3 {
    font-size: 27px;
    max-width: 100%;
  }
  .path-card p {
    font-size: 14px;
    max-width: 500px;
    margin-bottom: 24px;
  }
  .path-card .path-tags {
    font-size: 10px;
  }
  .path-card .text-link {
    padding-top: 15px;
  }
  .post-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 19px;
  }
  .post-grid.home-posts .post-card:last-child {
    display: none;
  }
  .post-info {
    padding: 19px;
  }
  .post-card h3 {
    font-size: 20px;
  }
  .post-meta {
    font-size: 8px;
    flex-wrap: wrap;
    gap: 6px;
  }
  .post-info>p {
    font-size: 12px;
  }
  .code-section-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .code-copy h2 {
    max-width: 600px;
  }
  .code-panel {
    padding: 24px;
  }
  .code-panel pre {
    font-size: 12px;
  }
  .code-copy>p {
    max-width: 560px;
  }
  .feature-lines {
    gap: 13px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .faq-intro {
    max-width: 100%;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .callout-band {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .callout-band h2 {
    font-size: 31px;
  }
  .callout-wrap {
    padding-bottom: 58px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 30px;
  }
  .footer-brand {
    grid-column: 1/3;
  }
  .footer-brand>p {
    max-width: 440px;
  }
  .footer-column:last-child {
    grid-column: 1/3;
    gap: 0 30px;
  }
  .footer-bottom {
    font-size: 9px;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-bottom>span {
    max-width: 240px;
    line-height: 1.8;
  }
  .page-hero {
    padding: 38px 0;
  }
  .page-hero h1 {
    font-size: clamp(35px,7.5vw,49px);
    line-height: 1.12;
  }
  .page-hero .lead {
    font-size: 17px;
  }
  .page-layout {
    grid-template-columns: minmax(0,1fr);
    padding-block: 35px 60px;
    gap: 30px;
  }
  .sidebar {
    position: static;
  }
  .article-sidebar {
    grid-row: 1;
    display: none;
  }
  .prose {
    max-width: 100%;
  }
  .prose p {
    font-size: 15px;
    line-height: 1.9;
  }
  .prose h2 {
    font-size: 26px;
    margin-top: 37px;
    scroll-margin-top: 95px;
  }
  .prose h3 {
    font-size: 21px;
  }
  .prose pre {
    padding: 20px;
    font-size: 12px;
  }
  .prose pre code {
    font-size: 12px;
  }
  .article-cover {
    max-width: 520px;
    margin-inline: auto;
  }
  .article-meta {
    font-size: 10px;
    line-height: 1.8;
    gap: 8px;
  }
  .breadcrumbs {
    font-size: 9px;
    padding-top: 23px;
  }
  .archive-intro {
    columns: 1;
    padding: 24px;
  }
  .blog-section {
    padding-top: 31px;
  }
  .resource-list {
    gap: 16px;
  }
  .source-panel {
    margin-top: 28px;
  }
  .glossary-list {
    gap: 15px;
  }
  .glossary-item {
    padding: 21px;
  }
  .related-section {
    padding-top: 46px;
  }
  .contact-box {
    padding: 24px;
  }
  .code-note {
    font-size: 10px;
  }
  .error-hero {
    padding-block: 75px;
  }
}
@media (max-width:480px) {
  .hero h1 {
    font-size: 50px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    gap: 15px;
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 7px;
  }
  .hero-notes {
    gap: 15px;
    font-size: 8px;
  }
  .hero-shell {
    height: 425px;
  }
  .hero-code {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .hero-code pre {
    font-size: 10px;
    padding: 16px;
  }
  .hero-code-footer {
    font-size: 7px;
    gap: 12px;
  }
  .hero-image-label {
    left: 16px;
    right: 16px;
    font-size: 8px;
  }
  .hero-image-label span:last-child {
    display: none;
  }
  .hero .lead {
    font-size: 14px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .post-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .post-grid.home-posts .post-card:last-child {
    display: flex;
  }
  .post-card h3 {
    font-size: 22px;
  }
  .post-info {
    padding: 23px;
  }
  .post-meta {
    font-size: 9px;
  }
  .post-info>p {
    font-size: 13px;
  }
  .roadmap {
    grid-template-columns: 1fr;
  }
  .roadmap a {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
    padding: 25px;
  }
  .roadmap a:last-child {
    border-bottom: 0;
  }
  .step-num {
    margin-bottom: 20px;
  }
  .roadmap h3 {
    font-size: 22px;
  }
  .roadmap p {
    font-size: 13px;
  }
  .tab-bar {
    padding-inline: 10px;
  }
  .code-tabs {
    gap: 0;
  }
  .code-tabs button {
    padding-inline: 10px;
    font-size: 10px;
  }
  .copy-button {
    font-size: 9px;
    padding-inline: 7px;
  }
  .code-panel {
    padding: 20px 16px;
  }
  .code-panel pre {
    font-size: 10px;
    min-height: 181px;
  }
  .code-panel .code-caption {
    font-size: 9px;
  }
  .code-note {
    padding: 14px 16px;
  }
  .callout-band {
    padding: 27px 24px;
  }
  .callout-band h2 {
    font-size: 28px;
  }
  .glossary-list {
    grid-template-columns: 1fr;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .filter-button {
    font-size: 9px;
    padding: 9px 10px;
  }
  .footer-grid {
    gap: 30px 24px;
  }
  .footer-column:last-child {
    gap: 0 24px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom>span {
    max-width: 100%;
  }
  .page-hero h1 {
    font-size: 36px;
  }
  .page-hero .lead {
    font-size: 16px;
  }
  .prose p {
    font-size: 15px;
  }
  .prose h2 {
    font-size: 25px;
  }
  .article-cover {
    border-radius: 8px;
  }
  .source-panel {
    padding: 21px;
  }
  .topic-article-link {
    padding: 19px;
  }
  .topic-article-link span {
    font-size: 14px;
  }
  .contact-email {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .site-header,.top-strip,.site-footer,.sidebar,.callout-wrap,.related-section,.hero-shell,.topic-ribbon,.filters {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .wrap {
    max-width: 100%;
    width: 100%;
  }
  .page-layout {
    display: block;
  }
  .prose p,p {
    color: #222;
  }
  .prose a {
    color: #222;
  }
  .prose pre {
    white-space: pre-wrap;
  }
  .article-cover {
    max-width: 220px;
    float: right;
    margin: 0 0 20px 20px;
  }
  .page-hero h1 {
    font-size: 30px;
  }
  .prose h2 {
    break-after: avoid;
    font-size: 22px;
  }
  .section {
    padding: 25px 0;
  }
  .page-layout {
    padding: 20px 0;
  }
  .post-grid {
    grid-template-columns: 1fr;
  }
  .post-card {
    break-inside: avoid;
  }
  .post-card img {
    max-width: 170px;
  }
  .button {
    border-color: #333;
    color: #222;
    background: none;
  }
}
.page-layout > div {
  min-width: 0;
}
.prose {
  overflow-wrap: break-word;
}
html:not(.js) .filters, html:not(.js) .copy-button, html:not(.js) .code-tabs {
  display: none;
}
@media (max-width: 980px) {
  html:not(.js) .site-header {
    position: relative;
  }
  html:not(.js) .header-inner {
    display: block;
    padding-block: 18px;
  }
  html:not(.js) .nav-links {
    position: static;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 20px;
    padding: 12px 0 0;
    max-height: none;
    border: 0;
  }
  html:not(.js) .nav-cta {
    align-self: center;
  }
}

/* OracleAPI.com — blockchain, prediction and asset evidence theme. */
:root { --lime:#b9ff69; --cyan:#67e8f9; --pink:#ff60cc; }
.hero .eyebrow { font-size:9px; line-height:1.8; max-width:490px; }
.ribbon-content a { display:flex; gap:10px; align-items:center; font-size:11px; white-space:nowrap; }
.ribbon-content a:hover { color:var(--lime); }
.ribbon-content a b { color:var(--lime); font-size:18px; }
.topic-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr)); gap:16px; }
.topic-tile { display:flex; align-items:flex-start; gap:18px; padding:26px 24px; border:1px solid #34474c; border-radius:10px; background:linear-gradient(135deg,#122025,#0e181c); transition:border-color .2s,transform .2s; min-width:0; }
.topic-tile:hover { border-color:var(--lime); transform:translateY(-3px); }
.topic-tile-icon { padding-top:4px; color:var(--lime); flex-shrink:0; }
.topic-tile-icon .icon { width:26px; height:26px; }
.topic-tile:nth-child(3n+2) .topic-tile-icon { color:var(--cyan); }
.topic-tile:nth-child(3n) .topic-tile-icon { color:var(--pink); }
.topic-tile>.icon { margin-left:auto; width:17px; height:17px; flex-shrink:0; color:var(--lime); margin-top:4px; }
.topic-tile-copy { min-width:0; }
.topic-tile-group { display:block; color:#adc1c8; font:9px/1.6 var(--font-mono); text-transform:uppercase; letter-spacing:.05em; margin-bottom:8px; }
.topic-tile h3 { font-size:19px; line-height:1.3; letter-spacing:-.025em; color:#f0f6f2; margin-bottom:11px; }
.topic-tile p { font-size:12px; line-height:1.75; color:#b6c8cf; }
.topic-group { border-bottom:1px solid var(--line); }
.topic-group:nth-of-type(even) { background:#0d161a; }
.footer-grid { grid-template-columns:1.4fr repeat(4,1fr); gap:32px; }
.footer-brand .brand-name { font-size:20px; }
.footer-brand .brand-symbol { width:32px; height:32px; }
.footer-brand .brand { gap:9px; }
.footer-column h2 { line-height:1.7; min-height:18px; }
.footer-column a { font-size:11px; line-height:1.7; }
.footer-email { overflow-wrap:anywhere; }
.article-updated { font:10px/1.7 var(--font-mono); margin-top:12px; color:#aec3ca; }
.article-figure { margin-bottom:42px; }
.article-figure .article-cover { margin-bottom:15px; width:100%; }
.article-figure figcaption { color:#a9bec6; font:11px/1.75 var(--font-mono); max-width:670px; }
.post-bottom a { display:flex; gap:8px; align-items:center; color:var(--lime); }
.post-meta { flex-wrap:wrap; }
.post-category { line-height:1.6; }
.source-panel a { display:inline-flex; gap:7px; align-items:center; }
.resource a { display:inline-flex; align-items:center; gap:8px; }
.glossary-item .text-link { margin-top:16px; }
.archive-navigation { border-top:1px solid var(--line); margin-top:54px; padding-top:25px; display:flex; flex-wrap:wrap; gap:10px; }
.archive-navigation h2 { font-size:20px; width:100%; margin:16px 0 8px; }
.learning-paths { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; padding-top:50px; }
.learning-card { border:1px solid var(--line); background:var(--panel); border-radius:10px; padding:32px; }
.learning-card h2 { font-size:27px; margin-bottom:17px; }
.learning-card>p { font-size:14px; line-height:1.85; margin-bottom:27px; }
.learning-card ol { counter-reset:path-step; list-style:none; }
.learning-card li { counter-increment:path-step; border-top:1px solid var(--line); }
.learning-card li a { padding:16px 0; display:flex; align-items:center; gap:14px; font-size:14px; color:var(--lime); }
.learning-card li a:before { content:counter(path-step,decimal-leading-zero); font:10px var(--font-mono); color:#9cb4bd; }
.learning-card li a .icon { margin-left:auto; }
.example-downloads { display:flex; gap:12px; flex-wrap:wrap; margin-top:24px; }
.prose .code-browser pre { margin:0; padding:0; border:0; background:transparent; }
.prose .code-browser code { background:transparent; border:0; font-size:12px; padding:0; }
.prose .code-caption { font:10px/1.7 var(--font-mono); margin-bottom:17px; }
.prose .code-note { font-size:11px; line-height:1.7; margin:0; }
.prose .example-downloads a { text-decoration:none; font-size:12px; }
.code-tabs button { font-size:10px; padding-inline:10px; }
.code-note { margin:0; }
.prose ul { list-style:disc; }
.prose ol { list-style:decimal; }
.resource .eyebrow { font:9px/1.8 var(--font-mono); margin-bottom:12px; }
.no-js-tip { display:none; }
html:not(.js) .filters { display:none; }
html:not(.js) .nav-links { position:static; width:100%; }
html:not(.js) .code-tabs,html:not(.js) .copy-button { display:none; }
html:not(.js) [role=tabpanel][hidden] { display:block; }
[hidden] { display:none !important; }
@media(min-width:1200px) {
 #oracle-topics .topic-tile:last-child { grid-column:1/-1; align-items:center; }
 #oracle-topics .topic-tile:last-child .topic-tile-copy { display:grid; grid-template-columns:160px 180px 1fr; align-items:center; gap:20px; flex:1; }
 #oracle-topics .topic-tile:last-child h3,#oracle-topics .topic-tile:last-child .topic-tile-group { margin:0; }
}
@media(max-width:1120px) {
 .footer-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .footer-brand { grid-column:1/-1; display:block; }
 .footer-brand>p { max-width:600px; }
 .footer-column:last-child { grid-column:auto; display:block; }
 .topic-tile { padding:23px 20px; gap:14px; }
 .hero .eyebrow { max-width:410px; }
}
@media(max-width:980px) {
 .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .footer-column:last-child { grid-column:auto; display:block; }
 .footer-column:last-child h2 { grid-column:auto; }
 .footer-column a { font-size:12px; }
 .topic-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .topic-tile h3 { font-size:18px; }
 .topic-tile>.icon { display:none; }
 .learning-card { padding:27px; }
 .learning-card h2 { font-size:24px; }
}
@media(max-width:760px) {
 .hero .eyebrow { max-width:100%; font-size:8px; }
 .topic-grid { grid-template-columns:1fr; }
 .topic-tile { padding:23px; }
 .topic-tile>.icon { display:block; }
 .topic-tile h3 { font-size:20px; }
 .topic-tile p { font-size:13px; }
 .learning-paths { grid-template-columns:1fr; }
 .footer-grid { gap:30px 24px; }
 .footer-brand { grid-column:1/-1; }
 .hero-code-footer { gap:8px; flex-wrap:wrap; line-height:1.6; }
 .article-meta { font-size:10px; gap:8px; }
 .example-downloads .button { width:100%; }
}
@media(max-width:420px) {
 .top-strip .wrap>span { font-size:7px; letter-spacing:0; }
 .top-strip a { display:none; }
 .hero h1 { font-size:44px; }
 .hero-actions .button { gap:10px; padding-inline:15px; font-size:12px; }
 .hero-notes { flex-wrap:wrap; gap:12px; }
 .hero-shell { height:435px; }
 .hero-image-label { left:15px; right:15px; font-size:7px; gap:8px; }
 .hero-code { left:14px; right:14px; bottom:16px; }
 .hero-code pre { font-size:10px; padding:14px; }
 .hero-code-footer { padding-inline:14px; font-size:7px; }
 .topic-tile { padding:20px 17px; gap:12px; }
 .topic-tile h3 { font-size:18px; }
 .topic-tile-icon .icon { width:23px; height:23px; }
 .tab-bar { padding:0 8px; gap:5px; flex-wrap:wrap; }
 .code-tabs { gap:0; }
 .code-tabs button { padding:15px 7px; font-size:9px; }
 .copy-button { font-size:9px; padding:6px; margin-block:6px; }
 .copy-button .icon { display:none; }
 .code-panel { padding:17px 12px; }
 .code-panel pre { font-size:10px; }
 .footer-column h2 { font-size:9px; }
 .footer-column a { font-size:11px; }
 .learning-card { padding:24px 20px; }
 .learning-card li a { font-size:13px; }
}
@media(prefers-reduced-motion:reduce) {
 *,*::before,*::after { scroll-behavior:auto!important; animation:none!important; transition:none!important; }
}
