/* Novxera homepage visual enhancement. Loaded only by deploy/index.html. */

.nvx-original-api,
.nvx-original-proof,
.nvx-original-capability,
.nvx-original-workflow {
  display: none !important;
}

.nvx-orbit-host {
  min-width: 0;
  align-self: stretch;
}

/* The live homepage uses a twelve-column grid. Give the orbit a wider,
   collision-safe lane on large screens and a full-width lane below it. */
.nvx-hero-grid {
  width: 100%;
  max-width: 80rem !important;
}

.nvx-hero-copy {
  min-width: 0;
}

.nvx-hero-title {
  width: 100%;
  font-size: clamp(2.65rem, 4.3vw, 3.75rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.045em !important;
  overflow: visible !important;
}

.nvx-hero-title-line {
  display: inline-block;
  white-space: nowrap;
  /* Gradient text is painted inside the inline box. Reserve a little extra
     space so descenders (notably the "g" in Integration) are never clipped. */
  padding: 0 0.025em 0.12em;
  margin: 0 -0.025em -0.08em;
  overflow: visible;
}

.nvx-hero-title-gradient {
  color: transparent;
  background: linear-gradient(105deg, #6ca9f4 0%, #8d8df7 48%, #a25bf4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nvx-hero-description {
  max-width: 36rem !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
}

.nvx-support-description {
  max-width: 35rem;
}

@media (min-width: 1200px) {
  .nvx-hero-grid {
    grid-template-columns: minmax(430px, 5fr) minmax(640px, 7fr) !important;
  }

  .nvx-hero-grid > :not(.nvx-orbit-host):not(.nvx-original-api),
  .nvx-orbit-host {
    grid-column: auto !important;
  }
}

@media (min-width: 721px) and (max-width: 1199px) {
  .nvx-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .nvx-hero-grid > :not(.nvx-original-api) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 480px) {
  .nvx-hero-title {
    font-size: clamp(2.25rem, 10vw, 2.55rem) !important;
    line-height: 1.12 !important;
  }

  .nvx-hero-description {
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
  }
}

.nvx-orbit-stage {
  --nvx-chip-bg: rgba(255, 255, 255, 0.9);
  --nvx-chip-border: rgba(99, 102, 241, 0.12);
  --nvx-chip-text: #141827;
  --nvx-orbit-accent: #6874ff;
  --nvx-orbit-accent-soft: rgba(112, 120, 255, 0.42);
  position: relative;
  width: 100%;
  height: clamp(580px, 48vw, 630px);
  min-height: 580px;
  overflow: visible;
  border-radius: 0;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
}

.dark .nvx-orbit-stage {
  --nvx-chip-bg: rgba(17, 23, 37, 0.88);
  --nvx-chip-border: rgba(148, 163, 255, 0.16);
  --nvx-chip-text: #eef1ff;
  --nvx-orbit-accent: #9299ff;
  --nvx-orbit-accent-soft: rgba(146, 153, 255, 0.48);
  background: transparent;
  box-shadow: none;
}

.nvx-orbit-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image: radial-gradient(rgba(103, 114, 255, 0.35) 0.8px, transparent 0.8px);
  background-size: 31px 31px;
  mask-image: linear-gradient(to right, transparent 2%, #000 18%, #000 94%, transparent);
}

.nvx-orbit-stage::after {
  display: none;
}

.nvx-orbit-decoration {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.62) 7%, #000 17%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.62) 7%, #000 17%, #000 100%);
}

.nvx-orbit-ring {
  position: absolute;
  left: 14%;
  top: 50%;
  width: var(--ring-width);
  height: var(--ring-height);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(111, 118, 255, var(--ring-opacity));
  border-left-color: rgba(111, 118, 255, calc(var(--ring-opacity) * 2.4));
  border-radius: 50%;
  pointer-events: none;
}

.dark .nvx-orbit-ring {
  border-color: rgba(138, 146, 255, calc(var(--ring-opacity) * 0.9));
  border-left-color: rgba(138, 146, 255, calc(var(--ring-opacity) * 2.6));
}

.nvx-orbit-signal,
.nvx-orbit-packet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  offset-anchor: center;
  offset-path: ellipse(var(--radius-x) var(--radius-y) at 14% 50%);
  offset-rotate: auto;
}

.nvx-orbit-signal {
  width: var(--signal-length);
  height: 2px;
  opacity: 0.72;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--nvx-orbit-accent-soft) 32%, var(--nvx-orbit-accent) 72%, transparent);
  box-shadow: 0 0 10px rgba(104, 116, 255, 0.24);
  animation: nvx-orbit-travel var(--signal-duration) linear var(--signal-delay) infinite;
}

.dark .nvx-orbit-signal {
  opacity: 0.58;
  box-shadow: 0 0 12px rgba(146, 153, 255, 0.2);
}

.nvx-orbit-packet {
  width: var(--packet-size);
  height: var(--packet-size);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--nvx-orbit-accent);
  box-shadow: 0 0 0 3px rgba(104, 116, 255, 0.08), 0 0 12px rgba(104, 116, 255, 0.46);
  animation: nvx-orbit-travel var(--packet-duration) linear var(--packet-delay) infinite;
}

.nvx-orbit-packet::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: calc(var(--packet-size) * 4);
  height: 1px;
  transform: translateY(-50%);
  opacity: 0.55;
  background: linear-gradient(90deg, transparent, var(--nvx-orbit-accent-soft));
}

.dark .nvx-orbit-packet {
  border-color: rgba(238, 240, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(146, 153, 255, 0.07), 0 0 13px rgba(146, 153, 255, 0.42);
}

.nvx-orbit-models {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.nvx-orbit-core,
.nvx-orbit-chip {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
}

.nvx-orbit-core {
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 17px 12px 12px;
  white-space: nowrap;
  color: var(--nvx-chip-text);
  border: 1px solid transparent;
  border-radius: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.82)) padding-box,
              linear-gradient(135deg, rgba(79, 172, 245, 0.5), rgba(111, 101, 242, 0.54), rgba(157, 96, 247, 0.44)) border-box;
  box-shadow: 0 17px 36px rgba(76, 73, 186, 0.14), 0 0 30px rgba(112, 102, 243, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
  animation: nvx-core-pulse 4.8s ease-in-out infinite;
}

.nvx-orbit-core::before {
  content: "";
  position: absolute;
  inset: -15px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  border-radius: 30px;
  background: radial-gradient(circle, rgba(112, 102, 243, 0.16), transparent 68%);
  filter: blur(6px);
}

.dark .nvx-orbit-core {
  background: linear-gradient(rgba(17, 22, 37, 0.9), rgba(17, 22, 37, 0.84)) padding-box,
              linear-gradient(135deg, rgba(85, 172, 244, 0.46), rgba(119, 109, 247, 0.58), rgba(160, 102, 245, 0.42)) border-box;
  box-shadow: 0 17px 38px rgba(0, 0, 0, 0.3), 0 0 32px rgba(124, 113, 255, 0.07), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.nvx-orbit-core img {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  object-fit: contain;
}

.nvx-orbit-core strong {
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.nvx-orbit-chip {
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 40px;
  max-width: 186px;
  gap: 8px;
  padding: 8px 12px;
  box-sizing: border-box;
  white-space: nowrap;
  color: var(--nvx-chip-text);
  border: 1px solid var(--nvx-chip-border);
  border-radius: 999px;
  background: var(--nvx-chip-bg);
  box-shadow: 0 10px 22px rgba(46, 51, 105, 0.075);
  backdrop-filter: blur(12px);
  animation: nvx-chip-enter 0.75s both, nvx-chip-float 5.8s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 0.8s);
}

.dark .nvx-orbit-chip {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.nvx-orbit-chip img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
  transform: scale(var(--logo-scale, 1));
  transform-origin: center;
}

.nvx-orbit-chip span:last-child {
  overflow: visible;
  text-overflow: clip;
  font-size: 12px;
  font-weight: 650;
}

/* Production-grade platform capability showcase. */
.nvx-capability-section,
.nvx-workflow-section {
  --nvx-accent: #6d63ff;
  --nvx-accent-2: #4ea8ff;
  --nvx-accent-3: #9b5cff;
  --nvx-panel: rgba(255, 255, 255, 0.92);
  --nvx-panel-soft: rgba(248, 250, 255, 0.78);
  --nvx-line: rgba(76, 86, 135, 0.12);
  --nvx-muted: rgba(40, 45, 65, 0.58);
  --nvx-ink: #171a27;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: var(--nvx-ink);
}

.dark .nvx-capability-section,
.dark .nvx-workflow-section {
  --nvx-panel: rgba(14, 18, 30, 0.94);
  --nvx-panel-soft: rgba(20, 25, 41, 0.78);
  --nvx-line: rgba(203, 210, 255, 0.1);
  --nvx-muted: rgba(224, 228, 242, 0.58);
  --nvx-ink: #f3f5fb;
}

.nvx-capability-section {
  padding: 7.5rem 1.5rem 8rem;
  border-top: 1px solid color-mix(in srgb, currentColor, transparent 93%);
  background:
    radial-gradient(circle at 13% 10%, rgba(80, 158, 255, 0.11), transparent 29%),
    radial-gradient(circle at 88% 38%, rgba(151, 92, 255, 0.1), transparent 30%);
}

.nvx-capability-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image: radial-gradient(rgba(104, 113, 180, 0.28) 0.7px, transparent 0.7px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 62%);
}

.nvx-capability-shell,
.nvx-workflow-shell {
  width: min(100%, 80rem);
  margin: 0 auto;
}

.nvx-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 4rem);
}

.nvx-section-kicker {
  margin: 0 0 0.9rem;
  color: var(--nvx-accent);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.dark .nvx-section-kicker { color: #aaa6ff; }

.nvx-section-heading h2 {
  max-width: 52rem;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1.08;
  font-weight: 780;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.nvx-capability-heading h2 { max-width: 30ch; }
.nvx-workflow-heading h2 { max-width: 27ch; }

.nvx-section-heading > p {
  max-width: 35rem;
  margin: 0;
  color: var(--nvx-muted);
  font-size: 0.94rem;
  line-height: 1.78;
}

.nvx-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 3.2rem 0 1.1rem;
  overflow: hidden;
  border: 1px solid var(--nvx-line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--nvx-panel), transparent 18%);
  box-shadow: 0 22px 60px -46px rgba(35, 42, 88, 0.45);
  backdrop-filter: blur(18px);
}

.nvx-proof-grid article {
  position: relative;
  min-width: 0;
  padding: 1.3rem 1.5rem;
  animation: nvx-rise-in 0.65s both;
  animation-delay: var(--delay);
}

.nvx-proof-grid article + article { border-left: 1px solid var(--nvx-line); }

.nvx-proof-grid article::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  left: 1.5rem;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, var(--nvx-accent-2), var(--nvx-accent-3));
  transition: opacity 0.25s ease;
}

.nvx-proof-grid article:hover::after { opacity: 1; }

.nvx-proof-grid strong {
  display: block;
  overflow: hidden;
  color: transparent;
  background: linear-gradient(110deg, #317ee9, #745cff 62%, #a256f2);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  line-height: 1;
  font-weight: 790;
  letter-spacing: -0.045em;
  text-overflow: ellipsis;
}

.nvx-proof-grid span {
  display: block;
  margin-top: 0.5rem;
  overflow: hidden;
  color: var(--nvx-muted);
  font-size: 0.74rem;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nvx-control-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--nvx-line);
  border-radius: 30px;
  background: var(--nvx-panel);
  box-shadow: 0 36px 90px -42px rgba(35, 42, 88, 0.43), inset 0 1px rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(24px);
}

.dark .nvx-control-card {
  box-shadow: 0 38px 90px -45px rgba(0, 0, 0, 0.92), inset 0 1px rgba(255, 255, 255, 0.035);
}

.nvx-control-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 24%, rgba(107, 95, 255, 0.1), transparent 35%),
    linear-gradient(rgba(99, 102, 241, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.028) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
}

.nvx-control-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 56px;
  gap: 0.85rem;
  padding: 0.8rem 1.35rem;
  border-bottom: 1px solid var(--nvx-line);
  color: var(--nvx-muted);
  background: color-mix(in srgb, var(--nvx-panel-soft), transparent 15%);
  font-size: 0.72rem;
}

.nvx-window-dots { display: inline-flex; gap: 5px; }
.nvx-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d8dce7; }
.nvx-window-dots i:nth-child(1) { background: #ff7d77; }
.nvx-window-dots i:nth-child(2) { background: #f5be58; }
.nvx-window-dots i:nth-child(3) { background: #55c890; }
.nvx-control-topbar strong { color: color-mix(in srgb, var(--nvx-ink), transparent 18%); font-weight: 680; }

.nvx-live-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
  color: #27936b;
  font: 700 0.66rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nvx-live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45be87;
  box-shadow: 0 0 0 5px rgba(69, 190, 135, 0.1), 0 0 15px rgba(69, 190, 135, 0.38);
  animation: nvx-status-pulse 2.4s ease-in-out infinite;
}

.nvx-control-content { position: relative; z-index: 1; padding: clamp(1.25rem, 3vw, 2.2rem); }

.nvx-control-map {
  display: grid;
  grid-template-columns: minmax(145px, 0.8fr) 56px minmax(300px, 1.5fr) 56px minmax(215px, 1fr);
  align-items: center;
  gap: 0.8rem;
  min-height: 365px;
}

.nvx-map-node { position: relative; min-width: 0; }

.nvx-node-label {
  display: block;
  margin-bottom: 0.8rem;
  color: color-mix(in srgb, var(--nvx-muted), transparent 9%);
  font: 720 0.62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.13em;
}

.nvx-app-node,
.nvx-network-node {
  padding: 1.15rem;
  border: 1px solid var(--nvx-line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--nvx-panel-soft), transparent 8%);
}

.nvx-app-window {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 78px;
  padding: 0.8rem;
  border: 1px solid var(--nvx-line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--nvx-panel), transparent 5%);
}

.nvx-app-window i { width: 5px; height: 5px; align-self: flex-start; border-radius: 50%; background: rgba(108, 99, 255, 0.34); }
.nvx-app-window span { margin: auto 0 auto -23px; color: #6558ed; font: 700 0.68rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.nvx-app-node small,
.nvx-network-node > small { display: block; margin-top: 0.7rem; color: var(--nvx-muted); font: 0.66rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }

.nvx-plane-node {
  padding: 1.15rem;
  border: 1px solid rgba(104, 91, 255, 0.2);
  border-radius: 23px;
  background: linear-gradient(145deg, rgba(94, 143, 255, 0.09), rgba(139, 82, 255, 0.08)), var(--nvx-panel-soft);
  box-shadow: 0 24px 55px -38px rgba(94, 75, 224, 0.65), inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.dark .nvx-plane-node { box-shadow: 0 25px 58px -38px rgba(96, 74, 255, 0.68), inset 0 0 0 1px rgba(255, 255, 255, 0.025); }

.nvx-plane-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 50px;
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid var(--nvx-line);
}

.nvx-plane-brand img { width: 30px; height: 30px; border-radius: 9px; object-fit: contain; }
.nvx-plane-brand b { font-size: 0.88rem; font-weight: 760; }
.nvx-plane-brand em { margin-left: auto; padding: 0.22rem 0.48rem; color: #6959ee; border-radius: 999px; background: rgba(105, 89, 238, 0.09); font: 700 0.58rem/1 ui-monospace, monospace; font-style: normal; }

.nvx-plane-layers { display: grid; gap: 0.55rem; padding-top: 0.8rem; }
.nvx-plane-layers > div { display: grid; grid-template-columns: 28px minmax(0, 1fr) 38px; align-items: center; gap: 0.6rem; min-height: 43px; padding: 0.45rem 0.6rem; border: 1px solid var(--nvx-line); border-radius: 11px; background: color-mix(in srgb, var(--nvx-panel), transparent 16%); }
.nvx-plane-layers i { display: grid; width: 28px; height: 28px; place-items: center; color: #665bd8; border: 1px solid rgba(102, 91, 216, 0.16); border-radius: 8px; background: rgba(102, 91, 216, 0.055); }
.dark .nvx-plane-layers i { color: #aaa4ff; border-color: rgba(170, 164, 255, 0.16); background: rgba(170, 164, 255, 0.055); }
.nvx-plane-layers svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nvx-plane-layers span { min-width: 0; overflow: hidden; font-size: 0.68rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.nvx-plane-layers b { position: relative; height: 5px; overflow: hidden; border-radius: 999px; background: rgba(108, 99, 255, 0.11); }
.nvx-plane-layers b::after { content: ""; position: absolute; inset: 0 18% 0 0; border-radius: inherit; background: linear-gradient(90deg, #54a0ff, #8b5cf6); animation: nvx-meter-breathe 3s ease-in-out infinite; }

.nvx-flow-line { position: relative; height: 2px; color: rgba(105, 91, 239, 0.36); background: linear-gradient(90deg, rgba(105, 91, 239, 0.12), rgba(105, 91, 239, 0.55)); }
.nvx-flow-line::after { content: ""; position: absolute; top: -3px; right: -1px; width: 7px; height: 7px; transform: rotate(45deg); border-top: 1px solid #7564ef; border-right: 1px solid #7564ef; }
.nvx-flow-line i { position: absolute; top: -2px; width: 6px; height: 6px; border-radius: 50%; background: #6e62ef; box-shadow: 0 0 12px #796bf6; animation: nvx-flow-pulse 2.6s linear infinite; }
.nvx-flow-line b { display: none; }
.nvx-flow-line-out { background: linear-gradient(90deg, rgba(105, 91, 239, 0.55), rgba(105, 91, 239, 0.12)); }

.nvx-network-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; }
.nvx-network-grid > div { display: flex; align-items: center; min-width: 0; gap: 0.45rem; min-height: 42px; padding: 0.45rem 0.5rem; border: 1px solid var(--nvx-line); border-radius: 10px; background: color-mix(in srgb, var(--nvx-panel), transparent 8%); }
.nvx-network-grid img { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.nvx-network-grid span { min-width: 0; overflow: hidden; font-size: 0.64rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.nvx-network-grid i { width: 6px; height: 6px; flex: 0 0 6px; margin-left: auto; border-radius: 50%; background: #45bd86; box-shadow: 0 0 8px rgba(69, 189, 134, 0.28); }

.nvx-signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; margin-top: 0.8rem; padding-top: 1rem; border-top: 1px solid var(--nvx-line); }
.nvx-signal-grid article { min-width: 0; padding: 0.9rem 1rem; border: 1px solid var(--nvx-line); border-radius: 14px; background: color-mix(in srgb, var(--nvx-panel-soft), transparent 8%); }
.nvx-signal-grid article > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 0.7rem; }
.nvx-signal-grid span { min-width: 0; overflow: hidden; color: var(--nvx-muted); font-size: 0.66rem; text-overflow: ellipsis; white-space: nowrap; }
.nvx-signal-grid strong { color: color-mix(in srgb, var(--nvx-ink), transparent 12%); font: 720 0.66rem/1 ui-monospace, monospace; }
.nvx-signal-bars { display: flex; align-items: end; gap: 3px; height: 30px; margin-top: 0.8rem; }
.nvx-signal-bars i { width: 100%; height: var(--bar); border-radius: 2px 2px 0 0; background: linear-gradient(to top, rgba(79, 151, 255, 0.3), rgba(116, 87, 245, 0.78)); transform-origin: bottom; animation: nvx-bar-breathe 3.2s ease-in-out infinite alternate; }
.nvx-signal-bars i:nth-child(3n) { animation-delay: -1.2s; }

.nvx-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.85rem; margin-top: 1rem; }
.nvx-feature-grid article { position: relative; min-width: 0; min-height: 235px; overflow: hidden; padding: 1.5rem; border: 1px solid var(--nvx-line); border-radius: 20px; background: color-mix(in srgb, var(--nvx-panel), transparent 12%); box-shadow: 0 24px 55px -48px rgba(35, 42, 88, 0.55); transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease; animation: nvx-rise-in 0.7s both; animation-delay: var(--delay); }
.nvx-feature-grid article::before { content: ""; position: absolute; right: -45px; bottom: -55px; width: 130px; height: 130px; opacity: 0; border-radius: 50%; background: radial-gradient(circle, rgba(116, 93, 255, 0.13), transparent 67%); transition: opacity 0.28s ease; }
.nvx-feature-grid article:hover { z-index: 2; transform: translateY(-5px); border-color: rgba(105, 91, 239, 0.25); box-shadow: 0 30px 65px -42px rgba(79, 65, 190, 0.36); }
.nvx-feature-grid article:hover::before { opacity: 1; }
.nvx-feature-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #6257d5; border: 1px solid rgba(98, 87, 213, 0.18); border-radius: 12px; background: rgba(98, 87, 213, 0.055); box-shadow: none; transition: color 0.24s ease, border-color 0.24s ease, background-color 0.24s ease; }
.dark .nvx-feature-icon { color: #aaa4ff; border-color: rgba(170, 164, 255, 0.18); background: rgba(170, 164, 255, 0.055); }
.nvx-feature-grid article:hover .nvx-feature-icon { color: #5648d4; border-color: rgba(98, 87, 213, 0.3); background: rgba(98, 87, 213, 0.085); }
.dark .nvx-feature-grid article:hover .nvx-feature-icon { color: #bebaff; border-color: rgba(190, 186, 255, 0.28); background: rgba(170, 164, 255, 0.08); }
.nvx-feature-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nvx-feature-number { position: absolute; top: 1.6rem; right: 1.35rem; color: color-mix(in srgb, var(--nvx-muted), transparent 53%); font: 760 0.7rem/1 ui-monospace, monospace; letter-spacing: 0.08em; }
.nvx-feature-grid h3 { margin: 1.45rem 0 0.65rem; font-size: 0.98rem; font-weight: 720; letter-spacing: -0.015em; }
.nvx-feature-grid p { margin: 0; color: var(--nvx-muted); font-size: 0.78rem; line-height: 1.7; }

/* Four-step production workflow. */
.nvx-workflow-section {
  padding: 8rem 1.5rem 8.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor, transparent 93%);
  background:
    radial-gradient(circle at 18% 88%, rgba(82, 168, 255, 0.08), transparent 25%),
    radial-gradient(circle at 78% 12%, rgba(139, 92, 246, 0.08), transparent 27%);
}

.nvx-workflow-heading { margin-bottom: 3.7rem; }

.nvx-workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nvx-workflow-track::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 9%;
  left: 9%;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(70, 175, 245, 0.18), #58a9f3 20%, #6f67ef 54%, #9b63f3 82%, rgba(155, 99, 243, 0.18));
  box-shadow: 0 0 18px rgba(106, 99, 239, 0.18);
}

.nvx-workflow-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid var(--nvx-line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--nvx-panel), transparent 8%);
  box-shadow: 0 25px 65px -48px rgba(35, 42, 88, 0.55);
  backdrop-filter: blur(16px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  animation: nvx-rise-in 0.68s both;
  animation-delay: var(--delay);
}

.nvx-workflow-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -75px;
  width: 170px;
  height: 170px;
  opacity: 0.42;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 101, 246, 0.15), transparent 66%);
}

.nvx-workflow-card:hover { transform: translateY(-6px); border-color: rgba(105, 91, 239, 0.26); box-shadow: 0 34px 72px -45px rgba(74, 62, 185, 0.42); }
.nvx-workflow-card-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nvx-workflow-index { color: #7263ef; font: 780 0.8rem/1 ui-monospace, monospace; letter-spacing: 0.08em; }
.nvx-workflow-time { padding: 0.32rem 0.58rem; color: var(--nvx-muted); border: 1px solid var(--nvx-line); border-radius: 999px; background: var(--nvx-panel-soft); font: 650 0.61rem/1 ui-monospace, monospace; white-space: nowrap; }
.nvx-workflow-icon { display: grid; width: 50px; height: 50px; margin-top: 1.8rem; place-items: center; color: #6257d5; border: 1px solid rgba(98, 87, 213, 0.18); border-radius: 14px; background: rgba(98, 87, 213, 0.055); box-shadow: none; transition: color 0.24s ease, border-color 0.24s ease, background-color 0.24s ease; }
.dark .nvx-workflow-icon { color: #aaa4ff; border-color: rgba(170, 164, 255, 0.18); background: rgba(170, 164, 255, 0.055); }
.nvx-workflow-card:hover .nvx-workflow-icon { color: #5648d4; border-color: rgba(98, 87, 213, 0.3); background: rgba(98, 87, 213, 0.085); }
.dark .nvx-workflow-card:hover .nvx-workflow-icon { color: #bebaff; border-color: rgba(190, 186, 255, 0.28); background: rgba(170, 164, 255, 0.08); }
.nvx-workflow-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nvx-workflow-card h3 { margin: 1.35rem 0 0.7rem; font-size: 1.03rem; font-weight: 730; letter-spacing: -0.018em; }
.nvx-workflow-card p { margin: 0 0 1.5rem; color: var(--nvx-muted); font-size: 0.77rem; line-height: 1.68; }
.nvx-workflow-card a { display: inline-flex; align-items: center; justify-content: space-between; gap: 0.8rem; margin-top: auto; padding-top: 1rem; color: #6658e8; border-top: 1px solid var(--nvx-line); font-size: 0.72rem; font-weight: 720; text-decoration: none; }
.dark .nvx-workflow-card a { color: #aaa4ff; }
.nvx-workflow-card a i { font-size: 1rem; font-style: normal; transition: transform 0.2s ease; }
.nvx-workflow-card a:hover i { transform: translateX(4px); }
.nvx-track-node { position: absolute; top: 68px; right: calc(50% - 6px); width: 12px; height: 12px; border: 3px solid var(--nvx-panel); border-radius: 50%; background: #7164ed; box-shadow: 0 0 0 4px rgba(113, 100, 237, 0.1), 0 0 20px rgba(113, 100, 237, 0.25); }

.nvx-workflow-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
  color: color-mix(in srgb, var(--nvx-muted), transparent 25%);
  font: 680 0.58rem/1 ui-monospace, monospace;
  letter-spacing: 0.1em;
}

.nvx-workflow-footer i { width: 28px; height: 1px; background: var(--nvx-line); }

@keyframes nvx-rise-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes nvx-status-pulse {
  0%, 100% { opacity: 0.72; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes nvx-flow-pulse {
  from { left: 0; opacity: 0; }
  18%, 82% { opacity: 1; }
  to { left: calc(100% - 6px); opacity: 0; }
}

@keyframes nvx-meter-breathe {
  0%, 100% { transform: scaleX(0.72); transform-origin: left; }
  50% { transform: scaleX(1); transform-origin: left; }
}

@keyframes nvx-bar-breathe {
  from { transform: scaleY(0.72); opacity: 0.58; }
  to { transform: scaleY(1); opacity: 0.95; }
}

@media (max-width: 1080px) {
  .nvx-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nvx-feature-grid article { min-height: 220px; }
  .nvx-workflow-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nvx-workflow-track::before { display: none; }
  .nvx-workflow-card { min-height: 300px; }
  .nvx-track-node { display: none; }
}

@media (max-width: 900px) {
  .nvx-section-heading { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
  .nvx-section-heading h2 { max-width: none; }
  .nvx-section-heading > p { max-width: 46rem; }
  .nvx-control-map { grid-template-columns: minmax(0, 1fr); gap: 0.75rem; }
  .nvx-app-node,
  .nvx-plane-node,
  .nvx-network-node { width: min(100%, 36rem); justify-self: center; }
  .nvx-flow-line { width: 2px; height: 34px; justify-self: center; background: linear-gradient(to bottom, rgba(105, 91, 239, 0.12), rgba(105, 91, 239, 0.55)); }
  .nvx-flow-line::after { top: auto; right: -2px; bottom: 0; transform: rotate(135deg); }
  .nvx-flow-line i { top: 0; left: -2px; animation: nvx-flow-pulse-vertical 2.6s linear infinite; }
}

@keyframes nvx-flow-pulse-vertical {
  from { top: 0; opacity: 0; }
  18%, 82% { opacity: 1; }
  to { top: calc(100% - 6px); opacity: 0; }
}

@media (max-width: 720px) {
  .nvx-capability-section,
  .nvx-workflow-section { padding: 5.2rem 1rem 5.8rem; }
  .nvx-section-heading h2 { font-size: clamp(1.9rem, 9vw, 2.55rem); }
  .nvx-section-heading > p { font-size: 0.86rem; line-height: 1.72; }
  .nvx-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.3rem; border-radius: 17px; }
  .nvx-proof-grid article { padding: 1.1rem; }
  .nvx-proof-grid article + article { border-left: 0; }
  .nvx-proof-grid article:nth-child(even) { border-left: 1px solid var(--nvx-line); }
  .nvx-proof-grid article:nth-child(n+3) { border-top: 1px solid var(--nvx-line); }
  .nvx-proof-grid strong { font-size: 1.55rem; }
  .nvx-proof-grid span { font-size: 0.66rem; }
  .nvx-control-card { border-radius: 21px; }
  .nvx-control-topbar { min-height: 50px; padding: 0.7rem 0.9rem; }
  .nvx-control-topbar strong { overflow: hidden; font-size: 0.64rem; text-overflow: ellipsis; white-space: nowrap; }
  .nvx-control-content { padding: 0.85rem; }
  .nvx-control-map { min-height: 0; }
  .nvx-plane-node,
  .nvx-app-node,
  .nvx-network-node { padding: 0.9rem; border-radius: 16px; }
  .nvx-network-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nvx-signal-grid { grid-template-columns: minmax(0, 1fr); }
  .nvx-signal-grid article:nth-child(n+2) { display: none; }
  .nvx-feature-grid { grid-template-columns: minmax(0, 1fr); }
  .nvx-feature-grid article { min-height: 0; padding: 1.3rem; }
  .nvx-feature-grid h3 { margin-top: 1.2rem; }
  .nvx-workflow-heading { margin-bottom: 2.5rem; }
  .nvx-workflow-track { grid-template-columns: minmax(0, 1fr); gap: 0; padding-left: 1.1rem; }
  .nvx-workflow-track::before { display: block; top: 1.8rem; bottom: 1.8rem; left: 5px; width: 2px; height: auto; background: linear-gradient(to bottom, #50adf3, #7563ef 54%, #9b62f2); }
  .nvx-workflow-card { min-height: 0; margin-bottom: 0.85rem; padding: 1.25rem; border-radius: 18px; }
  .nvx-workflow-icon { width: 44px; height: 44px; margin-top: 1.35rem; }
  .nvx-track-node { display: block; top: 25px; right: auto; left: -1.48rem; width: 11px; height: 11px; }
  .nvx-workflow-footer { display: none; }
}

.nvx-api-section {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 6rem 1.5rem 8rem;
  border-top: 1px solid color-mix(in srgb, currentColor, transparent 92%);
}

.nvx-api-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.65;
  background:
    radial-gradient(circle at 18% 8%, rgba(99, 102, 241, 0.09), transparent 36%),
    radial-gradient(circle at 82% 76%, rgba(34, 211, 238, 0.08), transparent 32%);
}

.nvx-api-shell {
  width: min(100%, 72rem);
  margin: 0 auto;
}

.nvx-api-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.nvx-api-heading > div {
  flex: 1 1 auto;
  min-width: 0;
}

.nvx-api-kicker {
  margin: 0 0 0.75rem;
  color: #6366f1;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dark .nvx-api-kicker {
  color: #a5b4fc;
}

.nvx-api-heading h2 {
  max-width: 21ch;
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 3.15rem);
  line-height: 1.1;
  font-weight: 760;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.nvx-api-heading p:last-child {
  max-width: 28rem;
  margin: 0;
  color: color-mix(in srgb, currentColor, transparent 42%);
  font-size: 0.93rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .nvx-api-heading h2 { max-width: none; }
}

.nvx-api-card {
  overflow: hidden;
  color: #303443;
  border: 1px solid rgba(39, 47, 76, 0.09);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 70px -35px rgba(25, 33, 65, 0.3);
}

.dark .nvx-api-card {
  color: #e6eaf4;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(11, 15, 25, 0.96);
  box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.8);
}

.nvx-api-tabs {
  display: flex;
  align-items: center;
  min-height: 62px;
  overflow-x: auto;
  padding: 0 1.35rem;
  border-bottom: 1px solid rgba(39, 47, 76, 0.08);
  scrollbar-width: none;
}

.nvx-api-tabs::-webkit-scrollbar {
  display: none;
}

.dark .nvx-api-tabs {
  border-color: rgba(255, 255, 255, 0.07);
}

.nvx-api-tab {
  position: relative;
  align-self: stretch;
  min-width: max-content;
  padding: 0 1.15rem;
  color: rgba(48, 52, 67, 0.52);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.dark .nvx-api-tab {
  color: rgba(230, 234, 244, 0.48);
}

.nvx-api-tab::after {
  content: "";
  position: absolute;
  right: 0.7rem;
  bottom: -1px;
  left: 0.7rem;
  height: 2px;
  background: linear-gradient(90deg, #5b8cff, #8b5cf6);
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.nvx-api-tab[aria-selected="true"] {
  color: #6d4aff;
  font-weight: 650;
}

.dark .nvx-api-tab[aria-selected="true"] {
  color: #a78bfa;
}

.nvx-api-tab[aria-selected="true"]::after {
  transform: scaleX(1);
}

.nvx-api-status {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
  padding: 0 0.5rem 0 1.4rem;
  color: rgba(48, 52, 67, 0.52);
  white-space: nowrap;
  font: 0.82rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.dark .nvx-api-status {
  color: rgba(230, 234, 244, 0.48);
}

.nvx-api-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #46b980;
  box-shadow: 0 0 12px rgba(70, 185, 128, 0.35);
}

.nvx-api-endpoint {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-height: 70px;
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(39, 47, 76, 0.08);
}

.dark .nvx-api-endpoint {
  border-color: rgba(255, 255, 255, 0.07);
}

.nvx-api-method {
  padding: 0.3rem 0.6rem;
  color: #754cff;
  border-radius: 999px;
  background: rgba(124, 77, 255, 0.09);
  font: 700 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nvx-api-path {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 0.96rem/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.nvx-api-code-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.nvx-api-pane {
  min-width: 0;
  padding: 1.8rem 2rem 2rem;
}

.nvx-api-pane + .nvx-api-pane {
  border-left: 1px solid rgba(39, 47, 76, 0.08);
}

.dark .nvx-api-pane + .nvx-api-pane {
  border-color: rgba(255, 255, 255, 0.07);
}

.nvx-api-label {
  display: block;
  margin-bottom: 1.25rem;
  color: rgba(48, 52, 67, 0.42);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.22em;
}

.dark .nvx-api-label {
  color: rgba(230, 234, 244, 0.38);
}

.nvx-api-pane pre {
  min-height: 250px;
  max-height: 360px;
  overflow: auto;
  margin: 0;
  color: #555b68;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 0.82rem/1.72 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  scrollbar-color: rgba(99, 102, 241, 0.24) transparent;
}

.dark .nvx-api-pane pre {
  color: #c6ccda;
}

.nvx-syntax-string { color: #a94f00; }
.nvx-syntax-command { color: #3b6bf6; }
.nvx-syntax-url { color: #7b3ff2; }
.nvx-syntax-number { color: #7b3ff2; }
.nvx-syntax-key { color: #2264a8; }
.dark .nvx-syntax-string { color: #f2ad68; }
.dark .nvx-syntax-command { color: #7da4ff; }
.dark .nvx-syntax-url { color: #b293ff; }
.dark .nvx-syntax-number { color: #c39cff; }
.dark .nvx-syntax-key { color: #75b8f6; }

.nvx-api-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 54px;
  padding: 0.8rem 2rem;
  color: rgba(48, 52, 67, 0.45);
  border-top: 1px solid rgba(39, 47, 76, 0.08);
  background: rgba(248, 249, 252, 0.62);
  font: 0.72rem/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.04em;
}

.dark .nvx-api-meta {
  color: rgba(230, 234, 244, 0.44);
  border-color: rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.018);
}

@keyframes nvx-chip-enter {
  from { opacity: 0; filter: blur(4px); }
  to { opacity: 1; filter: blur(0); }
}

@keyframes nvx-chip-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -5px; }
}

@keyframes nvx-orbit-travel {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

@keyframes nvx-core-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.015); }
}

@media (min-width: 721px) and (max-width: 1199px) {
  .nvx-orbit-signal { opacity: 0.48; }
  .nvx-orbit-packet { opacity: 0.72; }
  .nvx-orbit-packet--4 { display: none; }
}

@media (max-width: 820px) {
  .nvx-api-heading {
    display: block;
  }

  .nvx-api-heading p:last-child {
    margin-top: 1rem;
  }

  .nvx-api-code-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nvx-api-pane + .nvx-api-pane {
    border-top: 1px solid rgba(39, 47, 76, 0.08);
    border-left: 0;
  }

  .dark .nvx-api-pane + .nvx-api-pane {
    border-color: rgba(255, 255, 255, 0.07);
  }
}

@media (max-width: 720px) {
  .nvx-orbit-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
  }

  .nvx-orbit-ring {
    left: 14%;
  }

  .nvx-orbit-signal,
  .nvx-orbit-packet {
    display: none;
  }

  .nvx-orbit-core {
    position: relative;
    left: auto;
    top: auto;
    justify-self: center;
    transform: none;
    margin: 18px auto 0;
    animation: none;
  }

  .nvx-orbit-models {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(44px, auto));
    gap: 10px 8px;
    height: auto;
    padding: 22px 4px;
  }

  .nvx-orbit-chip {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    justify-content: flex-start;
    gap: 7px;
    padding: 7px 9px;
    transform: none;
    animation: none;
  }

  .nvx-orbit-chip img {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .nvx-orbit-chip span:last-child { font-size: 11px; }

  .nvx-api-section {
    padding: 4.5rem 1rem 5.5rem;
  }

  .nvx-api-heading {
    margin-bottom: 1.8rem;
  }

  .nvx-api-card {
    border-radius: 20px;
  }

  .nvx-api-tabs {
    min-height: 56px;
    padding: 0 0.7rem;
  }

  .nvx-api-tab {
    padding: 0 0.8rem;
    font-size: 0.8rem;
  }

  .nvx-api-status {
    padding-left: 0.7rem;
    font-size: 0.7rem;
  }

  .nvx-api-endpoint,
  .nvx-api-pane,
  .nvx-api-meta {
    padding-right: 1.15rem;
    padding-left: 1.15rem;
  }

  .nvx-api-endpoint {
    gap: 0.75rem;
  }

  .nvx-api-path {
    font-size: 0.78rem;
  }

  .nvx-api-pane pre {
    min-height: 0;
    max-height: none;
    font-size: 0.74rem;
  }

  .nvx-api-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nvx-orbit-stage::after,
  .nvx-orbit-core,
  .nvx-orbit-chip,
  .nvx-orbit-signal,
  .nvx-orbit-packet,
  .nvx-proof-grid article,
  .nvx-feature-grid article,
  .nvx-workflow-card,
  .nvx-live-status i,
  .nvx-flow-line i,
  .nvx-plane-layers b::after,
  .nvx-signal-bars i {
    animation: none !important;
  }

  .nvx-orbit-signal {
    opacity: 0.32;
    offset-distance: 62%;
  }

  .nvx-orbit-packet {
    display: none;
  }
}
