:root {
  --fo-accent: #30a6df;
  --fo-accent-strong: #0876a9;
  --fo-ink: #071621;
  --fo-line: rgba(28, 68, 88, 0.22);
  --fo-soft: #edf5f8;
  --fo-signal: #65dfcf;
}

html.field-os-enabled {
  scroll-padding-top: 96px;
  overflow-x: clip;
}

html.field-os-cubifil {
  --fo-accent: #438dd8;
  --fo-accent-strong: #235f9e;
  --fo-signal: #77baf4;
}

html.field-os-taskable {
  --fo-accent: #169e98;
  --fo-accent-strong: #08736e;
  --fo-signal: #65dfcf;
}

html.field-os-creator {
  --fo-accent: #d85d50;
  --fo-accent-strong: #a73c32;
  --fo-signal: #f19a84;
}

.fo-scroll-track {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: rgba(7, 22, 33, 0.08);
}

.fo-scroll-track span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--fo-accent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--fo-accent) 58%, transparent);
}

.fo-scroll-scanner {
  position: fixed;
  z-index: 41;
  right: 0;
  left: 0;
  height: 1px;
  color: var(--fo-signal);
  background: linear-gradient(
    90deg,
    transparent 0,
    color-mix(in srgb, var(--fo-accent) 16%, transparent) 12%,
    color-mix(in srgb, var(--fo-signal) 74%, transparent) 50%,
    color-mix(in srgb, var(--fo-accent) 16%, transparent) 88%,
    transparent 100%
  );
  box-shadow: 0 0 18px color-mix(in srgb, var(--fo-signal) 22%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 160ms ease;
}

.fo-scroll-scanner::before {
  position: absolute;
  inset: -16px 0;
  background: linear-gradient(
    180deg,
    transparent,
    color-mix(in srgb, var(--fo-accent) 5%, transparent),
    transparent
  );
  content: "";
}

.fo-scroll-scanner__label,
.fo-scroll-scanner__value {
  position: absolute;
  top: -19px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fo-scroll-scanner__label {
  right: 72px;
}

.fo-scroll-scanner__value {
  right: 22px;
  color: #f4fbfd;
}

body.is-field-scanning .fo-scroll-scanner {
  opacity: 0.56;
}

.fo-context-hud {
  position: fixed;
  z-index: 42;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  width: min(360px, calc(100vw - 36px));
  min-height: 62px;
  overflow: hidden;
  padding: 10px 13px 12px;
  border: 1px solid #2b4a59;
  border-radius: 6px;
  color: #e8f2f5;
  background: rgba(7, 22, 33, 0.94);
  box-shadow: 0 18px 48px rgba(7, 22, 33, 0.24);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.fo-context-hud.is-section-change {
  animation: fo-hud-confirm 460ms ease-out;
}

.fo-context-hud__signal {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid color-mix(in srgb, var(--fo-accent) 64%, #fff);
}

.fo-context-hud__signal::before,
.fo-context-hud__signal::after {
  position: absolute;
  background: var(--fo-signal);
  content: "";
}

.fo-context-hud__signal::before {
  top: 11px;
  right: 4px;
  left: 4px;
  height: 1px;
}

.fo-context-hud__signal::after {
  top: 4px;
  bottom: 4px;
  left: 11px;
  width: 1px;
}

.fo-context-hud.is-engaged .fo-context-hud__signal {
  box-shadow:
    inset 0 0 0 3px rgba(7, 22, 33, 0.86),
    inset 0 0 0 4px color-mix(in srgb, var(--fo-accent) 38%, transparent);
}

.fo-context-hud__copy {
  min-width: 0;
}

.fo-context-hud__copy span,
.fo-context-hud__copy strong {
  display: block;
}

.fo-context-hud__copy span {
  margin-bottom: 3px;
  color: #87a3af;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fo-context-hud__copy strong {
  overflow: hidden;
  color: #f7fbfc;
  font-size: 12px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fo-context-hud__progress {
  color: var(--fo-signal);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 15px;
  font-weight: 800;
}

.fo-context-hud__line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--fo-accent);
}

.fo-page-gate {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  color: #f4fbfd;
  background: rgba(7, 22, 33, 0);
  opacity: 0;
  pointer-events: none;
}

.fo-page-gate.is-entering,
.fo-page-gate.is-leaving {
  visibility: visible;
}

.fo-page-gate.is-entering {
  animation: fo-gate-enter 500ms cubic-bezier(0.22, 0.72, 0.24, 1) both;
}

.fo-page-gate.is-leaving {
  animation: fo-gate-leave 220ms cubic-bezier(0.68, 0, 0.32, 1) both;
}

.fo-page-gate strong {
  color: currentColor;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0;
}

.fo-page-gate.is-entering strong {
  animation: fo-gate-label-out 380ms ease-out both;
}

.fo-page-gate.is-leaving strong {
  animation: fo-gate-label-in 180ms ease-out both;
}

.fo-page-gate__line {
  position: absolute;
  display: block;
  background: var(--fo-signal);
  box-shadow: 0 0 18px color-mix(in srgb, var(--fo-signal) 62%, transparent);
}

.fo-page-gate__line--top,
.fo-page-gate__line--bottom {
  right: 18px;
  left: 18px;
  height: 1px;
  transform: scaleX(0);
}

.fo-page-gate__line--top {
  top: 18px;
  transform-origin: left center;
}

.fo-page-gate__line--bottom {
  bottom: 18px;
  transform-origin: right center;
}

.fo-page-gate__line--right,
.fo-page-gate__line--left {
  top: 18px;
  bottom: 18px;
  width: 1px;
  transform: scaleY(0);
}

.fo-page-gate__line--right {
  right: 18px;
  transform-origin: center top;
}

.fo-page-gate__line--left {
  left: 18px;
  transform-origin: center bottom;
}

.fo-page-gate.is-entering .fo-page-gate__line--top,
.fo-page-gate.is-entering .fo-page-gate__line--bottom {
  animation: fo-gate-line-x-out 440ms ease-out both;
}

.fo-page-gate.is-entering .fo-page-gate__line--right,
.fo-page-gate.is-entering .fo-page-gate__line--left {
  animation: fo-gate-line-y-out 440ms ease-out both;
}

.fo-page-gate.is-leaving .fo-page-gate__line--top,
.fo-page-gate.is-leaving .fo-page-gate__line--bottom {
  animation: fo-gate-line-x-in 190ms ease-out both;
}

.fo-page-gate.is-leaving .fo-page-gate__line--right,
.fo-page-gate.is-leaving .fo-page-gate__line--left {
  animation: fo-gate-line-y-in 190ms ease-out both;
}

.site-header.fo-header,
.launch-header.fo-header,
.site-header.fo-header .nav,
.launch-header.fo-header .launch-nav {
  transition:
    min-height 180ms ease,
    padding 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.site-header.fo-header.is-field-scrolled,
.launch-header.fo-header.is-field-scrolled {
  box-shadow: 0 12px 34px rgba(7, 22, 33, 0.12);
}

.launch-header.fo-header.is-field-scrolled .launch-nav {
  min-height: 64px;
}

.fo-section-rail {
  position: fixed;
  z-index: 30;
  top: 50%;
  left: 14px;
  display: grid;
  gap: 7px;
  transform: translateY(-50%);
}

.fo-section-rail::before {
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 13px;
  width: 1px;
  background: #bacbd2;
  content: "";
}

.fo-section-rail a {
  position: relative;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #6b828e;
  text-decoration: none;
}

.fo-section-rail a::before {
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition:
    width 150ms ease,
    height 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease;
}

.fo-section-rail a::after {
  position: absolute;
  top: 50%;
  left: 30px;
  max-width: 220px;
  padding: 6px 9px;
  border: 1px solid #263e4a;
  border-radius: 4px;
  color: #fff;
  background: var(--fo-ink);
  content: attr(data-label);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translate(4px, -50%);
  white-space: nowrap;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.fo-section-rail a:hover::after,
.fo-section-rail a:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.fo-section-rail a.is-active {
  color: var(--fo-accent);
}

.fo-section-rail a.is-active::before {
  width: 11px;
  height: 11px;
  border-color: var(--fo-accent);
  background: var(--fo-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--fo-accent) 14%, transparent);
}

.fo-section-rail a:focus-visible {
  outline: 2px solid var(--fo-accent);
  outline-offset: 2px;
}

.fo-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.fo-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fo-heading-frame {
  position: relative;
}

.fo-heading-trace {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  overflow: visible;
  background: color-mix(in srgb, var(--fo-accent) 36%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity 180ms ease,
    transform 620ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.fo-heading-trace::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  background: var(--fo-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--fo-accent) 64%, transparent);
  content: "";
}

.fo-reveal.is-visible .fo-heading-trace,
.fo-heading-frame.fo-reveal.is-visible .fo-heading-trace {
  opacity: 1;
  transform: scaleX(1);
}

.fo-surface {
  --fo-shift-x: 0px;
  --fo-shift-y: 0px;
  position: relative;
  outline: 1px solid transparent;
  outline-offset: -1px;
  transform: translate(var(--fo-shift-x), var(--fo-shift-y));
  transition:
    transform 150ms ease,
    outline-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.fo-surface:hover,
.fo-surface:focus-within {
  outline-color: color-mix(in srgb, var(--fo-accent) 72%, transparent);
}

.fo-surface-target {
  position: absolute;
  z-index: 5;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid color-mix(in srgb, var(--fo-accent) 70%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.72);
  transition:
    opacity 120ms ease,
    transform 120ms ease;
}

.fo-surface-target::before,
.fo-surface-target::after {
  position: absolute;
  background: var(--fo-accent);
  content: "";
}

.fo-surface-target::before {
  top: 13px;
  right: 5px;
  left: 5px;
  height: 1px;
}

.fo-surface-target::after {
  top: 5px;
  bottom: 5px;
  left: 13px;
  width: 1px;
}

.fo-surface:hover .fo-surface-target {
  opacity: 0.82;
  transform: translate(-50%, -50%) scale(1);
}

.fo-command {
  --fo-command-x: 50%;
  --fo-command-y: 50%;
  position: relative;
  overflow: hidden;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease,
    color 150ms ease;
}

.fo-command:active {
  transform: translateY(1px) scale(0.99);
}

.fo-command:focus-visible {
  outline: 2px solid var(--fo-accent);
  outline-offset: 3px;
}

.fo-command-flash {
  position: absolute;
  inset: 3px;
  border: 1px solid currentColor;
  background: radial-gradient(
    circle 52px at var(--fo-command-x) var(--fo-command-y),
    color-mix(in srgb, currentColor 28%, transparent),
    transparent 72%
  );
  opacity: 0;
  pointer-events: none;
  transform-origin: var(--fo-command-x) var(--fo-command-y);
  animation: fo-command-confirm 420ms ease-out;
}

.fo-nav-current {
  color: var(--fo-accent-strong) !important;
  box-shadow: inset 0 -2px var(--fo-accent);
}

.launch-header:not(.is-field-scrolled) .fo-nav-current,
.site-header:not(.is-scrolled):not(.is-field-scrolled) .fo-nav-current {
  color: inherit !important;
}

.fo-eyebrow-signal {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: currentColor;
  transform-origin: left center;
  animation: fo-signal-line 2.8s ease-in-out infinite;
}

.fo-form-progress {
  grid-column: 1 / -1;
  margin: 0 0 22px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--fo-line);
}

.fo-form-progress__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 9px;
  color: #536772;
  font-size: 12px;
  font-weight: 750;
}

.fo-form-progress__meta strong {
  color: var(--fo-accent-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}

.fo-form-progress__track {
  overflow: hidden;
  height: 4px;
  background: #dbe7eb;
}

.fo-form-progress__track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--fo-accent);
  transition: width 180ms ease;
}

.fo-field-active {
  position: relative;
}

.fo-field-active::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  width: 2px;
  background: var(--fo-accent);
  content: "";
}

.is-field-complete input:not([type="checkbox"]):not([type="radio"]),
.is-field-complete select,
.is-field-complete textarea {
  border-color: color-mix(in srgb, var(--fo-accent) 58%, #cbd8de) !important;
  box-shadow: inset 3px 0 var(--fo-accent);
}

.is-field-complete > span {
  color: color-mix(in srgb, var(--fo-accent-strong) 76%, #22333b);
}

.fo-details {
  transition:
    border-color 150ms ease,
    background-color 150ms ease;
}

.fo-details[open] {
  border-color: color-mix(in srgb, var(--fo-accent) 48%, #d3dde1);
}

.fo-details summary {
  cursor: pointer;
}

.fo-product-readout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 20px;
  align-items: center;
  margin-top: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--fo-line);
  border-bottom: 1px solid var(--fo-line);
  color: #536772;
  font-size: 13px;
}

.fo-product-readout strong {
  color: var(--fo-accent-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.field-os-cubifil .swatch {
  cursor: pointer;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.field-os-cubifil .swatch:hover,
.field-os-cubifil .swatch:focus-visible,
.field-os-cubifil .swatch.is-field-selected {
  border-color: var(--fo-accent);
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--fo-accent) 13%, transparent);
  transform: translateY(-2px);
}

.fo-cubifil-tuner {
  display: grid;
  grid-template-columns: minmax(190px, 0.5fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--fo-line);
  border-bottom: 1px solid var(--fo-line);
}

.fo-cubifil-tuner h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.fo-cubifil-tuner p {
  margin: 0;
  color: #61727a;
  font-size: 14px;
}

.fo-cubifil-tuner__controls {
  display: grid;
  gap: 14px;
}

.fo-cubifil-tuner__material {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(90px, 1fr));
  gap: 6px;
}

.fo-cubifil-tuner button {
  min-height: 42px;
  border: 1px solid #ccd9de;
  border-radius: 5px;
  color: #52666f;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.fo-cubifil-tuner button[aria-pressed="true"] {
  border-color: var(--fo-accent);
  color: var(--fo-accent-strong);
  background: color-mix(in srgb, var(--fo-accent) 8%, #fff);
}

.fo-cubifil-tuner__range {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  gap: 12px;
  align-items: center;
  color: #6a7a82;
  font-size: 12px;
  font-weight: 750;
}

.fo-cubifil-tuner input[type="range"] {
  width: 100%;
  accent-color: var(--fo-accent);
  cursor: ew-resize;
}

.fo-cubifil-tuner__output {
  min-height: 23px;
  color: var(--fo-accent-strong) !important;
  font-weight: 750;
}

.field-os-taskable .productops-record-grid > div {
  position: relative;
  cursor: pointer;
  transition:
    opacity 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease;
}

.field-os-taskable .productops-record-grid > div::after {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--fo-signal);
  border-radius: 50%;
  background: var(--fo-signal);
  content: "";
}

.field-os-taskable .productops-record-grid > div[aria-pressed="false"] {
  opacity: 0.46;
}

.field-os-taskable .productops-record-grid > div[aria-pressed="false"]::after {
  background: transparent;
}

.field-os-taskable .productops-record-grid > div:focus-visible {
  outline: 2px solid var(--fo-accent);
  outline-offset: -2px;
}

.field-os-taskable .productops-record > .productops-meter + .productops-meter {
  display: none;
}

.fo-taskable-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 12px 0 0;
  color: #4f6671;
  font-size: 12px;
  font-weight: 750;
}

.fo-taskable-status strong {
  color: var(--fo-accent-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.field-os-creator .creator-track-panel {
  cursor: default;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.field-os-creator .creator-track-panel.is-field-selected {
  border-color: var(--fo-accent);
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--fo-accent) 12%, transparent);
  transform: translateY(-2px);
}

.field-os-creator .creator-track-panel.is-field-selected {
  border-top-color: var(--fo-accent);
}

.fo-creator-route {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--fo-line);
  border-bottom: 1px solid var(--fo-line);
}

.fo-creator-route span {
  color: #65757d;
  font-size: 12px;
  font-weight: 750;
}

.fo-creator-route strong {
  color: var(--fo-accent-strong);
  font-size: 14px;
}

.fo-creator-route a {
  color: var(--fo-accent-strong);
  font-size: 13px;
  font-weight: 800;
}

@keyframes fo-command-confirm {
  0% {
    opacity: 0.72;
    transform: scale(0.88);
  }
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@keyframes fo-hud-confirm {
  0% {
    border-color: #2b4a59;
    box-shadow: 0 18px 48px rgba(7, 22, 33, 0.24);
  }
  38% {
    border-color: var(--fo-signal);
    box-shadow:
      0 18px 48px rgba(7, 22, 33, 0.24),
      0 0 0 3px color-mix(in srgb, var(--fo-signal) 14%, transparent);
  }
  100% {
    border-color: #2b4a59;
    box-shadow: 0 18px 48px rgba(7, 22, 33, 0.24);
  }
}

@keyframes fo-gate-enter {
  0% {
    background: rgba(7, 22, 33, 0.96);
    opacity: 1;
  }
  58% {
    background: rgba(7, 22, 33, 0.74);
    opacity: 1;
  }
  100% {
    background: rgba(7, 22, 33, 0);
    opacity: 0;
  }
}

@keyframes fo-gate-leave {
  0% {
    background: rgba(7, 22, 33, 0);
    opacity: 0;
  }
  100% {
    background: rgba(7, 22, 33, 0.96);
    opacity: 1;
  }
}

@keyframes fo-gate-label-out {
  0%,
  32% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fo-gate-label-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fo-gate-line-x-out {
  0%,
  28% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}

@keyframes fo-gate-line-y-out {
  0%,
  28% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}

@keyframes fo-gate-line-x-in {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes fo-gate-line-y-in {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes fo-signal-line {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.45);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 1280px) {
  .fo-section-rail {
    display: none;
  }
}

@media (max-width: 980px) {
  .fo-context-hud {
    display: none;
  }
}

@media (max-width: 720px) {
  .fo-scroll-track {
    height: 2px;
  }

  .fo-reveal {
    transform: translateY(7px);
  }

  .fo-page-gate__line--top,
  .fo-page-gate__line--bottom {
    right: 10px;
    left: 10px;
  }

  .fo-page-gate__line--top {
    top: 10px;
  }

  .fo-page-gate__line--bottom {
    bottom: 10px;
  }

  .fo-page-gate__line--right,
  .fo-page-gate__line--left {
    top: 10px;
    bottom: 10px;
  }

  .fo-page-gate__line--right {
    right: 10px;
  }

  .fo-page-gate__line--left {
    left: 10px;
  }

  .fo-surface {
    transform: none !important;
  }

  .fo-product-readout,
  .fo-cubifil-tuner,
  .fo-creator-route {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fo-cubifil-tuner {
    padding: 20px 0;
  }

  .fo-cubifil-tuner__range {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .fo-cubifil-tuner__range span:last-child {
    text-align: right;
  }

  .fo-creator-route a {
    min-height: 42px;
    padding-top: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fo-reveal {
    opacity: 1;
    transform: none;
  }

  .fo-scroll-track span,
  .fo-context-hud__line,
  .fo-heading-trace,
  .fo-surface,
  .fo-surface-target,
  .fo-command,
  .fo-command-flash,
  .fo-eyebrow-signal,
  .fo-form-progress__track span,
  .field-os-cubifil .swatch,
  .field-os-creator .creator-track-panel {
    transition: none;
  }

  .fo-command-flash,
  .fo-eyebrow-signal,
  .fo-context-hud.is-section-change {
    animation: none;
  }

  .fo-heading-trace {
    opacity: 1;
    transform: scaleX(1);
  }

  .fo-page-gate {
    display: none;
  }
}

/* Field OS 2.1: one object, one signal, one next step. */
html.field-os-console .fo-pointer-lens,
html.field-os-console .fo-pointer-beam,
html.field-os-console .fo-pointer-telemetry,
html.field-os-console .fo-field-probe {
  display: none !important;
}

html.field-os-console main#top > .hero::before {
  opacity: 0.18;
}

html.field-os-console main#top > .hero::after {
  opacity: 0.06;
}

html.field-os-console main#top > .hero .hero-canvas {
  opacity: 0.22;
}

html.field-os-console main#top > .hero .hero-image {
  opacity: 0.58;
  filter: saturate(0.52) contrast(1.1) brightness(0.62);
}

html.field-os-console main#top > .hero .hero-scrim {
  background:
    linear-gradient(90deg, rgba(4, 9, 15, 0.9) 0 38%, rgba(4, 9, 15, 0.46) 68%, rgba(4, 9, 15, 0.68)),
    linear-gradient(180deg, rgba(4, 9, 15, 0.18), rgba(4, 9, 15, 0.7)) !important;
}

html.field-os-console main#top > .hero .hero-content::before,
html.field-os-console main#top > .hero .hero-content::after {
  width: 72px;
  height: 72px;
  opacity: 0.38;
}

html.field-os-console main#top > .hero .hero-inner {
  width: min(1320px, calc(100% - 96px));
}

html.field-os-console main#top > .hero .hero-content {
  max-width: 670px;
}

html.field-os-console main#top > .hero h1 {
  max-width: 650px;
  font-size: clamp(48px, 4vw, 58px);
  line-height: 1.05;
}

html.field-os-console main#top > .hero .hero-copy {
  max-width: 610px;
}

html.field-os-console main#top > .hero .hero-signal-row {
  display: none;
}

html.field-os-console main#top > .hero .hero-tech-grid {
  position: relative;
  max-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 20px;
  padding: 34px 0 0;
  border: 0;
}

html.field-os-console main#top > .hero .hero-tech-grid::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #93aab4;
  content: attr(data-signal-prompt);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

html.field-os-console main#top > .hero .hero-tech-grid > div {
  min-height: 82px;
  padding: 13px 38px 12px 13px;
  border-radius: 3px;
  background: rgba(6, 18, 28, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(10px);
}

html.field-os-console main#top > .hero .hero-tech-grid strong {
  margin-top: 8px;
  font-size: 14px;
}

html.field-os-console main#top > .hero .hero-tech-grid small {
  color: #a7b7be;
  font-size: 12px;
}

html.field-os-console main#top > .hero .fo-project-signal__marker {
  top: 11px;
  right: 11px;
  width: 24px;
  height: 24px;
}

html.field-os-console main#top > .hero .system-orbit {
  display: none;
}

.fo-home-object {
  --fo-home-object-accent: #72c9ee;
  position: absolute;
  top: 132px;
  right: clamp(44px, 5vw, 86px);
  width: clamp(380px, 33vw, 500px);
  height: 360px;
  opacity: 0.9;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    filter 320ms ease;
}

.fo-home-object__frame {
  position: absolute;
  inset: 12px;
  border: 1px solid color-mix(in srgb, var(--fo-home-object-accent) 42%, transparent);
  background:
    linear-gradient(color-mix(in srgb, var(--fo-home-object-accent) 9%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--fo-home-object-accent) 9%, transparent) 1px, transparent 1px);
  background-size: 28px 28px;
  box-shadow:
    inset 0 0 42px rgba(3, 12, 20, 0.76),
    0 0 42px color-mix(in srgb, var(--fo-home-object-accent) 12%, transparent);
  clip-path: polygon(0 12%, 12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
  transform: perspective(980px) rotateY(-9deg) rotateX(4deg);
  transition:
    border-color 260ms ease,
    transform 420ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.fo-home-object__frame::before,
.fo-home-object__frame::after {
  position: absolute;
  content: "";
}

.fo-home-object__frame::before {
  inset: 18px;
  border-top: 1px solid color-mix(in srgb, var(--fo-home-object-accent) 32%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--fo-home-object-accent) 18%, transparent);
}

.fo-home-object__frame::after {
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--fo-home-object-accent);
  transform: rotate(45deg);
  box-shadow: 0 0 16px color-mix(in srgb, var(--fo-home-object-accent) 56%, transparent);
}

.fo-home-object__part {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44%;
  aspect-ratio: 1.44;
  border: 1px solid color-mix(in srgb, var(--fo-home-object-accent) 84%, transparent);
  background:
    radial-gradient(circle at center, transparent 0 19%, color-mix(in srgb, var(--fo-home-object-accent) 48%, transparent) 19.5% 20.5%, transparent 21%),
    linear-gradient(135deg, color-mix(in srgb, var(--fo-home-object-accent) 14%, transparent), rgba(3, 12, 20, 0.8));
  box-shadow:
    inset 0 0 24px color-mix(in srgb, var(--fo-home-object-accent) 12%, transparent),
    0 0 28px color-mix(in srgb, var(--fo-home-object-accent) 18%, transparent);
  transform: translate(-50%, -50%) rotate(-8deg);
  transition:
    width 420ms cubic-bezier(0.22, 0.72, 0.24, 1),
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.fo-home-object__part::before,
.fo-home-object__part::after {
  position: absolute;
  content: "";
}

.fo-home-object__part::before {
  top: 50%;
  right: 16%;
  left: 16%;
  height: 1px;
  background: color-mix(in srgb, var(--fo-home-object-accent) 38%, transparent);
}

.fo-home-object__part::after {
  top: 16%;
  bottom: 16%;
  left: 50%;
  width: 1px;
  background: color-mix(in srgb, var(--fo-home-object-accent) 38%, transparent);
}

.fo-home-object__anchor {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid var(--fo-home-object-accent);
  background: #06111a;
  transform: translate(-50%, -50%);
}

.fo-home-object__anchor:nth-child(1) {
  top: 0;
  left: 0;
}

.fo-home-object__anchor:nth-child(2) {
  top: 0;
  left: 100%;
}

.fo-home-object__anchor:nth-child(3) {
  top: 100%;
  left: 100%;
}

.fo-home-object__anchor:nth-child(4) {
  top: 100%;
  left: 0;
}

.fo-home-object__layers {
  position: absolute;
  inset: 24% 25%;
  opacity: 0;
  transition: opacity 220ms ease;
}

.fo-home-object__layer {
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--fo-home-object-accent) 62%, transparent);
  background: color-mix(in srgb, var(--fo-home-object-accent) 5%, transparent);
  transform: translate(0, 0) rotate(-8deg);
  transition: transform 420ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.fo-home-object__route,
.fo-home-object__measure {
  position: absolute;
  opacity: 0;
  transition: opacity 220ms ease;
}

.fo-home-object__route {
  right: 11%;
  bottom: 18%;
  left: 11%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fo-home-object__route::before {
  position: absolute;
  right: 4px;
  left: 4px;
  height: 1px;
  background: var(--fo-home-object-accent);
  content: "";
  box-shadow: 0 0 12px color-mix(in srgb, var(--fo-home-object-accent) 46%, transparent);
}

.fo-home-object__route-node {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 1px solid var(--fo-home-object-accent);
  background: #06111a;
  transform: rotate(45deg);
}

.fo-home-object__measure {
  inset: 16%;
  border-top: 1px solid color-mix(in srgb, var(--fo-home-object-accent) 52%, transparent);
  border-left: 1px solid color-mix(in srgb, var(--fo-home-object-accent) 52%, transparent);
}

.fo-home-object__measure-x,
.fo-home-object__measure-y {
  position: absolute;
  background: var(--fo-home-object-accent);
}

.fo-home-object__measure-x {
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
}

.fo-home-object__measure-y {
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
}

.fo-home-object[data-mode="replacement"] {
  --fo-home-object-accent: #72ded4;
}

.fo-home-object[data-mode="replacement"] .fo-home-object__measure {
  opacity: 1;
}

.fo-home-object[data-mode="cad-prototype"] {
  --fo-home-object-accent: #74b8ff;
}

.fo-home-object[data-mode="cad-prototype"] .fo-home-object__layers {
  opacity: 1;
}

.fo-home-object[data-mode="cad-prototype"] .fo-home-object__layer:nth-child(1) {
  transform: translate(-24px, 20px) rotate(-8deg);
}

.fo-home-object[data-mode="cad-prototype"] .fo-home-object__layer:nth-child(2) {
  transform: translate(0, 0) rotate(-8deg);
}

.fo-home-object[data-mode="cad-prototype"] .fo-home-object__layer:nth-child(3) {
  transform: translate(24px, -20px) rotate(-8deg);
}

.fo-home-object[data-mode="cad-prototype"] .fo-home-object__part {
  width: 36%;
  opacity: 0.76;
}

.fo-home-object[data-mode="sourcing"] {
  --fo-home-object-accent: #f0c56a;
}

.fo-home-object[data-mode="sourcing"] .fo-home-object__route {
  opacity: 1;
}

.fo-home-object[data-mode="sourcing"] .fo-home-object__part {
  width: 35%;
  transform: translate(-72%, -62%) rotate(-8deg);
}

.fo-home-object.is-committing .fo-home-object__frame {
  animation: fo-home-object-commit 520ms ease-out;
}

html.field-os-console main#top > .hero .system-readout {
  top: 510px;
  right: clamp(74px, 7vw, 120px);
  display: block;
  width: clamp(300px, 29vw, 430px);
  min-height: 84px;
  padding: 12px 14px 12px 78px;
  border-top: 1px solid rgba(114, 201, 238, 0.32);
  border-bottom: 1px solid rgba(114, 201, 238, 0.18);
  background: linear-gradient(90deg, rgba(5, 16, 25, 0.9), rgba(5, 16, 25, 0.26));
}

html.field-os-console main#top > .hero .system-readout strong {
  font-size: 18px;
}

html.field-os-console main#top > .hero .system-readout small {
  color: #a9bac2;
  font-size: 11px;
}

@keyframes fo-home-object-commit {
  45% {
    border-color: var(--fo-home-object-accent);
    box-shadow:
      inset 0 0 52px color-mix(in srgb, var(--fo-home-object-accent) 12%, transparent),
      0 0 46px color-mix(in srgb, var(--fo-home-object-accent) 24%, transparent);
    transform: perspective(980px) rotateY(-5deg) rotateX(2deg) scale(1.018);
  }
}

/* Product hub: explicit system selection before the product cards. */
.fo-hub-switcher {
  --fo-hub-switch-accent: #69aff4;
  display: grid;
  grid-template-columns: minmax(176px, 0.48fr) minmax(260px, 0.82fr) minmax(340px, 1.3fr);
  min-height: 230px;
  margin: 28px 0 22px;
  border-top: 1px solid color-mix(in srgb, var(--fo-hub-switch-accent) 42%, transparent);
  border-bottom: 1px solid rgba(145, 168, 178, 0.18);
  background: rgba(5, 13, 21, 0.72);
  transition: border-color 240ms ease;
}

.fo-hub-switcher[data-product="taskable"] {
  --fo-hub-switch-accent: #61d1c2;
}

.fo-hub-switcher[data-product="creator"] {
  --fo-hub-switch-accent: #ff8f7c;
}

.fo-hub-switcher__controls {
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(145, 168, 178, 0.16);
}

.fo-hub-switcher__controls button {
  position: relative;
  min-height: 58px;
  padding: 12px 16px;
  border: 0;
  border-left: 2px solid transparent;
  color: #8fa4ae;
  background: transparent;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.fo-hub-switcher__controls button + button {
  border-top: 1px solid rgba(145, 168, 178, 0.12);
}

.fo-hub-switcher__controls button[aria-selected="true"] {
  border-left-color: var(--fo-hub-switch-accent);
  color: #eef7fa;
  background: linear-gradient(90deg, color-mix(in srgb, var(--fo-hub-switch-accent) 15%, transparent), transparent);
}

.fo-hub-switcher__controls button:focus-visible {
  outline: 2px solid var(--fo-hub-switch-accent);
  outline-offset: -3px;
}

.fo-hub-switcher__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(145, 168, 178, 0.16);
  background:
    linear-gradient(rgba(145, 168, 178, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 168, 178, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
}

.fo-hub-switcher__visual::before,
.fo-hub-switcher__visual::after {
  position: absolute;
  content: "";
}

.fo-hub-switcher__visual::before {
  width: 154px;
  height: 154px;
  border: 1px solid color-mix(in srgb, var(--fo-hub-switch-accent) 28%, transparent);
  transform: rotate(45deg);
}

.fo-hub-switcher__visual::after {
  width: 7px;
  height: 7px;
  border: 1px solid var(--fo-hub-switch-accent);
  background: #06111a;
  transform: rotate(45deg);
  box-shadow: 0 0 18px color-mix(in srgb, var(--fo-hub-switch-accent) 52%, transparent);
}

.fo-hub-switcher__glyph {
  position: relative;
  z-index: 1;
  display: grid;
  width: 170px;
  height: 112px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: center;
}

.fo-hub-switcher__glyph span {
  display: block;
  border: 1px solid color-mix(in srgb, var(--fo-hub-switch-accent) 68%, transparent);
  background: color-mix(in srgb, var(--fo-hub-switch-accent) 9%, rgba(5, 16, 25, 0.88));
  transition:
    border-radius 320ms ease,
    height 320ms ease,
    transform 420ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.fo-hub-switcher__visual[data-product="cubifil"] .fo-hub-switcher__glyph span {
  height: 50px;
  border-radius: 50%;
}

.fo-hub-switcher__visual[data-product="cubifil"] .fo-hub-switcher__glyph span:nth-child(n + 4) {
  transform: translateY(-20px) scale(0.72);
}

.fo-hub-switcher__visual[data-product="taskable"] .fo-hub-switcher__glyph {
  grid-template-columns: 1fr;
  gap: 8px;
}

.fo-hub-switcher__visual[data-product="taskable"] .fo-hub-switcher__glyph span {
  height: 6px;
  transform: none;
}

.fo-hub-switcher__visual[data-product="taskable"] .fo-hub-switcher__glyph span:nth-child(even) {
  width: 72%;
}

.fo-hub-switcher__visual[data-product="creator"] .fo-hub-switcher__glyph {
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.fo-hub-switcher__visual[data-product="creator"] .fo-hub-switcher__glyph span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateY(-18px);
}

.fo-hub-switcher__visual[data-product="creator"] .fo-hub-switcher__glyph span:nth-child(even) {
  transform: translateY(18px);
}

.fo-hub-switcher__readout {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px 28px;
}

.fo-hub-switcher__readout > span {
  color: var(--fo-hub-switch-accent);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 800;
}

.fo-hub-switcher__readout > strong {
  color: #f1f8fa;
  font-size: 25px;
  line-height: 1.15;
}

.fo-hub-switcher__readout > p {
  margin: 0;
  color: #a8b8bf;
  font-size: 13px;
  line-height: 1.58;
}

.fo-hub-switcher__protocol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(145, 168, 178, 0.16);
  border-bottom: 1px solid rgba(145, 168, 178, 0.12);
}

.fo-hub-switcher__protocol > span {
  display: grid;
  gap: 5px;
  padding: 9px 8px;
}

.fo-hub-switcher__protocol > span + span {
  border-left: 1px solid rgba(145, 168, 178, 0.12);
}

.fo-hub-switcher__protocol small {
  color: var(--fo-hub-switch-accent);
  font-size: 10px;
}

.fo-hub-switcher__protocol strong {
  color: #dce7eb;
  font-size: 12px;
  line-height: 1.35;
}

.fo-hub-switcher__readout .launch-card-link {
  width: fit-content;
  min-height: 40px;
  margin-top: 2px;
}

.fo-hub-switcher.is-switching .fo-hub-switcher__glyph {
  animation: fo-hub-switch 380ms ease-out;
}

html.field-os-console .launch-product-card.fo-hub-product-card {
  opacity: 0.82;
  transition:
    opacity 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

html.field-os-console .launch-product-card.fo-hub-product-card.is-hub-active {
  border-color: color-mix(in srgb, var(--fo-hub-accent) 62%, transparent) !important;
  opacity: 1;
  transform: translateY(-3px);
}

.fo-hub-protocol small {
  font-size: 10px;
}

.fo-hub-protocol strong {
  font-size: 12px;
}

@keyframes fo-hub-switch {
  from {
    opacity: 0.2;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Product-specific controls. */
.fo-cubifil-scan {
  background: none;
}

.fo-cubifil-scan-zone.is-scanning .fo-cubifil-scan {
  background:
    linear-gradient(
      90deg,
      transparent calc(var(--fo-cubifil-scan-x) - 1px),
      rgba(108, 191, 255, 0.5) var(--fo-cubifil-scan-x),
      transparent calc(var(--fo-cubifil-scan-x) + 1px)
    ),
    linear-gradient(
      transparent calc(var(--fo-cubifil-scan-y) - 1px),
      rgba(112, 240, 208, 0.38) var(--fo-cubifil-scan-y),
      transparent calc(var(--fo-cubifil-scan-y) + 1px)
    );
}

.fo-cubifil-scan__callout {
  font-size: 10px;
  opacity: 0.64;
  transition:
    opacity 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.fo-cubifil-scan__callout.is-inspected {
  border-color: #70f0d0;
  background: rgba(4, 20, 29, 0.94);
  opacity: 1;
  box-shadow: 0 0 18px rgba(112, 240, 208, 0.16);
}

.fo-cubifil-scan__callout:nth-child(3) {
  bottom: 154px;
}

.fo-cubifil-inspector {
  position: absolute;
  z-index: 5;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(108, 191, 255, 0.34);
  background: rgba(4, 14, 23, 0.92);
  backdrop-filter: blur(12px);
}

.fo-cubifil-inspector__label {
  color: #70f0d0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 800;
}

.fo-cubifil-inspector__controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.fo-cubifil-inspector__controls button {
  min-height: 36px;
  padding: 6px 7px;
  border: 1px solid rgba(108, 191, 255, 0.24);
  border-radius: 2px;
  color: #a9bac2;
  background: rgba(8, 24, 35, 0.76);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

.fo-cubifil-inspector__controls button[aria-pressed="true"] {
  border-color: #70f0d0;
  color: #031018;
  background: #70f0d0;
}

.fo-cubifil-inspector__controls button:focus-visible {
  outline: 2px solid #70f0d0;
  outline-offset: 2px;
}

.fo-cubifil-inspector__detail {
  min-height: 32px;
  margin: 0;
  color: #c5d3d9;
  font-size: 11px;
  line-height: 1.45;
}

.fo-taskable-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
}

.fo-taskable-reset {
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(94, 208, 195, 0.34);
  border-radius: 3px;
  color: #b9ccc9;
  background: rgba(7, 24, 31, 0.8);
  font-size: 10px;
  font-weight: 760;
  cursor: pointer;
}

.fo-taskable-reset:hover,
.fo-taskable-reset:focus-visible {
  border-color: #5ed0c3;
  color: #031018;
  background: #5ed0c3;
}

.fo-creator-route {
  row-gap: 18px;
}

.fo-creator-route-map {
  min-width: 150px;
}

.fo-creator-route-gate {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  color: #aebec5 !important;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px !important;
  font-weight: 760;
  white-space: nowrap;
}

.fo-creator-route[data-route] .fo-creator-route-gate {
  color: #ff9a87 !important;
}

.fo-creator-focus__copy span,
.fo-creator-focus__details small {
  font-size: 10px !important;
}

.fo-creator-focus__copy strong,
.fo-creator-focus__details strong {
  font-size: 12px;
}

/* The chapter rail belongs to the viewport edge, not a floating card. */
@media (min-width: 1281px) {
  html.field-os-console .launch-hub-intro {
    padding-bottom: 8px;
  }

  html.field-os-console .fo-section-rail {
    right: 2px;
    width: 36px;
    padding: 6px 4px;
    border: 0;
    border-left: 1px solid rgba(135, 163, 175, 0.12);
    background: rgba(4, 11, 17, 0.78);
    backdrop-filter: none;
  }

  html.field-os-console .fo-section-rail::before {
    top: 48px;
    bottom: 18px;
    left: 17px;
    background: rgba(135, 163, 175, 0.2);
  }

  html.field-os-console .fo-section-rail a {
    width: 28px;
  }

  html.field-os-console .fo-section-rail a::after {
    right: 32px;
  }
}

.fo-section-rail__counter strong {
  font-size: 11px;
}

.fo-section-rail__counter small {
  font-size: 9px;
}

/* The assistant is a quiet tool until the user asks for it. */
html.field-os-console .project-assistant-toggle {
  width: 54px;
  min-height: 54px;
  justify-content: center;
  padding: 9px;
  border: 1px solid rgba(114, 201, 238, 0.54);
  border-radius: 50%;
  color: #dff4f8;
  background:
    radial-gradient(circle at 50% 36%, rgba(114, 201, 238, 0.18), transparent 54%),
    #07121b;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(114, 201, 238, 0.08);
}

html.field-os-console .project-assistant-toggle:hover {
  border-color: #72c9ee;
  background: #0b202c;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(114, 201, 238, 0.16);
}

html.field-os-console .project-assistant-toggle-icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  border: 1px solid rgba(114, 201, 238, 0.34);
  color: #72c9ee;
  background: rgba(4, 14, 23, 0.84);
}

html.field-os-console .project-assistant-toggle-text {
  display: none;
}

html.field-os-console.field-os-creator .project-assistant-toggle {
  border-color: rgba(255, 143, 124, 0.58);
}

html.field-os-console.field-os-creator .project-assistant-toggle-icon {
  border-color: rgba(255, 143, 124, 0.36);
  color: #ff9a87;
}

@media (max-width: 1180px) {
  .fo-home-object,
  html.field-os-console main#top > .hero .system-readout {
    display: none;
  }

  html.field-os-console main#top > .hero .hero-content {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .fo-hub-switcher {
    grid-template-columns: 1fr 1fr;
  }

  .fo-hub-switcher__controls {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(145, 168, 178, 0.16);
  }

  .fo-hub-switcher__controls button {
    border-left: 0;
    border-bottom: 2px solid transparent;
    text-align: center;
  }

  .fo-hub-switcher__controls button + button {
    border-top: 0;
    border-left: 1px solid rgba(145, 168, 178, 0.12);
  }

  .fo-hub-switcher__controls button[aria-selected="true"] {
    border-bottom-color: var(--fo-hub-switch-accent);
  }
}

@media (max-width: 720px) {
  html.field-os-console main#top > .hero {
    min-height: auto;
    padding-bottom: 54px;
  }

  html.field-os-console main#top > .hero .hero-inner {
    width: calc(100% - 28px);
  }

  html.field-os-console main#top > .hero .hero-content {
    max-width: none;
    padding-inline: 4px;
  }

  html.field-os-console main#top > .hero h1 {
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.1;
  }

  html.field-os-console main#top > .hero .hero-tech-grid {
    grid-template-columns: 1fr;
    gap: 6px;
    max-width: none;
  }

  html.field-os-console main#top > .hero .hero-tech-grid > div {
    display: grid;
    min-height: 64px;
    grid-template-columns: 30px minmax(0, 0.78fr) minmax(0, 1.3fr);
    gap: 9px;
    align-items: center;
    padding: 10px 42px 10px 11px;
  }

  html.field-os-console main#top > .hero .hero-tech-grid strong,
  html.field-os-console main#top > .hero .hero-tech-grid small {
    display: block;
    margin: 0;
  }

  html.field-os-console main#top > .hero .hero-tech-grid small {
    font-size: 12px;
    line-height: 1.35;
  }

  .fo-hub-switcher {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .fo-hub-switcher__controls {
    grid-template-columns: 1fr;
  }

  .fo-hub-switcher__controls button {
    min-height: 48px;
    border-bottom: 0;
    border-left: 2px solid transparent;
    text-align: left;
  }

  .fo-hub-switcher__controls button + button {
    border-top: 1px solid rgba(145, 168, 178, 0.12);
    border-left-color: transparent;
  }

  .fo-hub-switcher__controls button[aria-selected="true"] {
    border-bottom-color: transparent;
    border-left-color: var(--fo-hub-switch-accent);
  }

  .fo-hub-switcher__visual {
    min-height: 178px;
    border-right: 0;
    border-bottom: 1px solid rgba(145, 168, 178, 0.16);
  }

  .fo-hub-switcher__readout {
    padding: 22px 18px;
  }

  .fo-hub-switcher__readout > strong {
    font-size: 22px;
  }

  .fo-hub-switcher__protocol {
    grid-template-columns: 1fr;
  }

  .fo-hub-switcher__protocol > span + span {
    border-top: 1px solid rgba(145, 168, 178, 0.12);
    border-left: 0;
  }

  html.field-os-console .launch-product-card.fo-hub-product-card {
    opacity: 1;
  }

  .fo-cubifil-inspector {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .fo-cubifil-scan__callout:nth-child(3) {
    bottom: 12px;
  }

  .fo-cubifil-inspector__controls {
    grid-template-columns: 1fr;
  }

  .fo-cubifil-inspector__controls button {
    text-align: left;
  }

  .fo-taskable-status {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fo-taskable-reset {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .fo-creator-route-gate {
    position: static;
    display: block;
    margin-left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fo-home-object *,
  .fo-hub-switcher *,
  .fo-cubifil-inspector *,
  .fo-taskable-reset,
  .fo-creator-route-gate {
    animation: none !important;
    transition: none !important;
  }
}

/* Field OS 2.0: measurable interaction, product-specific protocols. */
.fo-section-rail__counter {
  display: grid;
  min-height: 34px;
  place-items: center;
  margin-bottom: 2px;
  color: #8398a2;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  line-height: 1;
}

.fo-section-rail__counter strong {
  color: var(--fo-signal);
  font-size: 12px;
}

.fo-section-rail__counter small {
  margin-top: 3px;
  font-size: 8px;
}

@media (min-width: 1281px) {
  html.field-os-console .fo-section-rail {
    right: 12px;
    left: auto;
    display: grid !important;
    width: 42px;
    padding: 8px 7px 10px;
    border: 1px solid var(--fo-console-line);
    background: rgba(4, 11, 17, 0.82);
    backdrop-filter: blur(12px);
  }

  html.field-os-console .fo-section-rail::before {
    top: 50px;
    bottom: 20px;
    left: 20px;
    background: rgba(135, 163, 175, 0.24);
  }

  html.field-os-console .fo-section-rail a {
    width: 26px;
    height: 22px;
  }

  html.field-os-console .fo-section-rail a::after {
    right: 34px;
    left: auto;
    padding: 6px 8px;
    border: 1px solid var(--fo-console-line);
    color: #c9d8de;
    background: rgba(4, 11, 17, 0.96);
  }
}

.fo-surface {
  --fo-surface-x: 50%;
  --fo-surface-y: 50%;
  isolation: isolate;
}

.fo-surface-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle 150px at var(--fo-surface-x) var(--fo-surface-y),
      color-mix(in srgb, var(--fo-accent) 14%, transparent),
      transparent 72%
    ),
    linear-gradient(
      90deg,
      transparent,
      color-mix(in srgb, var(--fo-accent) 4%, transparent),
      transparent
    );
  transition: opacity 160ms ease;
}

.fo-surface.is-field-hovered .fo-surface-field {
  opacity: 1;
}

.fo-surface > :not(.fo-surface-field):not(.fo-surface-target) {
  position: relative;
  z-index: 1;
}

.fo-surface > .fo-surface-target {
  z-index: 0;
}

.fo-project-signal-live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-tech-grid .fo-project-signal {
  position: relative;
  cursor: pointer;
  isolation: isolate;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hero-tech-grid .fo-project-signal::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      color-mix(in srgb, var(--fo-signal) 18%, transparent),
      transparent
    );
  content: "";
  opacity: 0;
  transform: translateX(-70%);
  transition:
    opacity 160ms ease,
    transform 420ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.hero-tech-grid .fo-project-signal:hover,
.hero-tech-grid .fo-project-signal:focus-visible,
.hero-tech-grid .fo-project-signal.is-field-preview {
  border-color: color-mix(in srgb, var(--fo-accent) 66%, transparent);
  background-color: rgba(9, 28, 42, 0.84);
}

.hero-tech-grid .fo-project-signal:hover::before,
.hero-tech-grid .fo-project-signal:focus-visible::before,
.hero-tech-grid .fo-project-signal.is-field-preview::before,
.hero-tech-grid .fo-project-signal.is-field-selected::before {
  opacity: 1;
  transform: translateX(0);
}

.hero-tech-grid .fo-project-signal.is-field-selected {
  border-color: var(--fo-signal);
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--fo-accent) 22%, transparent),
      transparent 62%
    ),
    rgba(7, 24, 36, 0.94);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--fo-signal) 24%, transparent),
    0 0 28px color-mix(in srgb, var(--fo-accent) 16%, transparent);
}

.hero-tech-grid .fo-project-signal:focus-visible {
  outline: 2px solid var(--fo-signal);
  outline-offset: 3px;
}

.fo-project-signal__marker {
  position: absolute;
  top: 9px;
  right: 10px;
  display: grid !important;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--fo-accent) 34%, transparent);
  color: #8ca5b0 !important;
}

.fo-project-signal__marker::before {
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.fo-project-signal.is-field-selected .fo-project-signal__marker {
  border-color: var(--fo-signal);
  color: #031018 !important;
  background: var(--fo-signal);
}

.fo-project-signal-console .system-readout {
  min-height: 112px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid color-mix(in srgb, var(--fo-accent) 28%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--fo-accent) 18%, transparent);
}

.fo-project-signal-console[data-fo-signal] .system-readout span {
  color: var(--fo-signal);
  border-color: color-mix(in srgb, var(--fo-signal) 42%, transparent);
}

.fo-project-signal-console[data-fo-signal] .system-readout strong {
  color: #fff;
}

.fo-project-signal-console[data-fo-signal] .system-orbit {
  filter: drop-shadow(0 0 32px color-mix(in srgb, var(--fo-accent) 38%, transparent));
}

.fo-project-signal-console.is-signal-confirming .system-readout {
  animation: fo-signal-confirm 460ms ease-out;
}

.hero-signal-row > span {
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.hero-signal-row > span.is-field-preview,
.hero-signal-row > span.is-field-selected {
  color: #031018;
  border-color: var(--fo-signal);
  background: var(--fo-signal);
}

.fo-hub-protocol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px 0 14px;
  border-top: 1px solid color-mix(in srgb, var(--fo-hub-accent, var(--fo-accent)) 34%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--fo-hub-accent, var(--fo-accent)) 22%, transparent);
  overflow: hidden;
}

.fo-hub-protocol::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--fo-hub-accent, var(--fo-accent)) 14%, transparent),
    transparent
  );
  content: "";
  opacity: 0;
  transform: translateX(-120%);
}

.fo-hub-protocol > span {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 10px 9px;
}

.fo-hub-protocol > span + span {
  border-left: 1px solid rgba(151, 177, 188, 0.14);
}

.fo-hub-protocol small {
  color: var(--fo-hub-accent, var(--fo-accent));
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.fo-hub-protocol strong {
  color: #d8e4e9;
  font-size: 11px;
  font-weight: 680;
  line-height: 1.35;
}

.fo-hub-product-card {
  --fo-hub-accent: #69aff4;
}

.fo-hub-product-card--taskable {
  --fo-hub-accent: #61d1c2;
}

.fo-hub-product-card--creator {
  --fo-hub-accent: #ff8f7c;
}

.fo-hub-product-card:hover .fo-hub-protocol::before,
.fo-hub-product-card:focus-within .fo-hub-protocol::before {
  opacity: 1;
  animation: fo-protocol-sweep 1100ms cubic-bezier(0.22, 0.72, 0.24, 1) both;
}

.fo-hub-product-card:hover .fo-hub-protocol > span,
.fo-hub-product-card:focus-within .fo-hub-protocol > span {
  border-color: color-mix(in srgb, var(--fo-hub-accent) 28%, transparent);
}

.fo-cubifil-scan-zone {
  --fo-cubifil-scan-x: 50%;
  --fo-cubifil-scan-y: 50%;
  position: relative;
  overflow: hidden;
}

.fo-cubifil-scan {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent calc(var(--fo-cubifil-scan-x) - 1px),
      rgba(108, 191, 255, 0.42) var(--fo-cubifil-scan-x),
      transparent calc(var(--fo-cubifil-scan-x) + 1px)
    ),
    linear-gradient(
      transparent calc(var(--fo-cubifil-scan-y) - 1px),
      rgba(112, 240, 208, 0.3) var(--fo-cubifil-scan-y),
      transparent calc(var(--fo-cubifil-scan-y) + 1px)
    );
  opacity: 1;
}

.fo-cubifil-scan-zone.is-scanning .fo-cubifil-scan {
  background:
    linear-gradient(
      90deg,
      transparent calc(var(--fo-cubifil-scan-x) - 1px),
      rgba(108, 191, 255, 0.62) var(--fo-cubifil-scan-x),
      transparent calc(var(--fo-cubifil-scan-x) + 1px)
    ),
    linear-gradient(
      transparent calc(var(--fo-cubifil-scan-y) - 1px),
      rgba(112, 240, 208, 0.48) var(--fo-cubifil-scan-y),
      transparent calc(var(--fo-cubifil-scan-y) + 1px)
    );
}

.fo-cubifil-scan__callout {
  position: absolute;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  border: 1px solid rgba(107, 190, 255, 0.42);
  border-radius: 3px;
  color: #dcecf2;
  background: rgba(4, 14, 23, 0.82);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 760;
  line-height: 1.2;
  backdrop-filter: blur(8px);
}

.fo-cubifil-scan__callout::before {
  color: #70f0d0;
  content: attr(data-scan-index);
}

.fo-cubifil-scan__callout:nth-child(1) {
  top: 18px;
  left: 18px;
}

.fo-cubifil-scan__callout:nth-child(2) {
  top: 22%;
  right: 18px;
}

.fo-cubifil-scan__callout:nth-child(3) {
  bottom: 18px;
  left: 22%;
}

.fo-cubifil-scan__reticle {
  position: absolute;
  top: var(--fo-cubifil-scan-y);
  left: var(--fo-cubifil-scan-x);
  width: 68px;
  height: 68px;
  border: 1px solid rgba(112, 240, 208, 0.56);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.fo-cubifil-scan__reticle::before,
.fo-cubifil-scan__reticle::after {
  position: absolute;
  background: rgba(112, 240, 208, 0.64);
  content: "";
}

.fo-cubifil-scan__reticle::before {
  top: 50%;
  right: 8px;
  left: 8px;
  height: 1px;
}

.fo-cubifil-scan__reticle::after {
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 1px;
}

.fo-cubifil-scan-zone.is-scanning .fo-cubifil-scan__reticle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.fo-taskable-hint {
  margin: 6px 0 10px;
  color: #9eb1ba;
  font-size: 12px;
  line-height: 1.5;
}

.field-os-taskable .productops-record-grid > div {
  min-height: 72px;
  padding-bottom: 24px;
}

.field-os-taskable .productops-record-grid > div[aria-pressed="false"] {
  opacity: 1;
  border-color: rgba(255, 202, 93, 0.48);
  background: rgba(255, 202, 93, 0.07);
}

.field-os-taskable .productops-record-grid > div[aria-pressed="false"] strong {
  color: #d5c7a2;
  opacity: 0.68;
}

.fo-taskable-record-state {
  position: absolute;
  right: 9px;
  bottom: 7px;
  color: #70f0d0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.is-record-pending .fo-taskable-record-state {
  color: #ffca5d;
}

.field-os-taskable .productops-record.has-field-gaps .productops-gap {
  border-left-color: #ffca5d;
  color: #ead9af;
  background: rgba(255, 202, 93, 0.1);
}

.fo-creator-focus {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
  align-items: stretch;
  padding-top: 14px;
  border-top: 1px solid rgba(181, 199, 208, 0.14);
}

.fo-creator-focus__copy {
  display: grid;
  align-content: center;
  gap: 5px;
}

.fo-creator-focus__copy span,
.fo-creator-focus__copy strong {
  display: block;
}

.fo-creator-focus__copy span {
  color: #ff9a87 !important;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px !important;
  text-transform: uppercase;
}

.fo-creator-focus__copy strong {
  color: #e7eff2;
  font-size: 12px;
  line-height: 1.4;
}

.fo-creator-focus__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.fo-creator-focus__details > span {
  display: grid;
  min-height: 52px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 143, 124, 0.3);
  color: #dce7eb !important;
  background: rgba(255, 143, 124, 0.06);
  animation: fo-creator-focus-in 360ms ease-out both;
}

.fo-creator-focus__details > span:nth-child(2) {
  animation-delay: 70ms;
}

.fo-creator-focus__details small {
  color: #ff9a87;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
}

.fo-creator-focus__details strong {
  color: #e7eff2;
  font-size: 11px;
  line-height: 1.35;
}

@keyframes fo-signal-confirm {
  45% {
    border-color: var(--fo-signal);
    box-shadow: 0 0 28px color-mix(in srgb, var(--fo-accent) 34%, transparent);
    transform: translateX(3px);
  }
}

@keyframes fo-protocol-sweep {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(390%);
  }
}

@keyframes fo-creator-focus-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .fo-project-signal-console .system-readout {
    min-height: 0;
  }

  .fo-cubifil-scan__reticle {
    display: none;
  }
}

@media (max-width: 720px) {
  .fo-hub-protocol {
    margin-top: 12px;
  }

  .fo-hub-protocol > span {
    padding: 8px 6px;
  }

  .fo-hub-protocol strong {
    font-size: 10px;
  }

  .fo-cubifil-scan__callout {
    min-height: 24px;
    padding: 4px 6px;
    font-size: 8px;
  }

  .fo-cubifil-scan__callout:nth-child(2) {
    top: 18px;
  }

  .fo-cubifil-scan__callout:nth-child(3) {
    bottom: 12px;
    left: 12px;
  }

  .fo-creator-focus {
    grid-template-columns: 1fr;
  }

  .fo-creator-focus__details {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fo-project-signal::before,
  .fo-hub-protocol::before,
  .fo-creator-focus__details > span,
  .fo-cubifil-scan__reticle,
  .fo-surface-field {
    animation: none !important;
    transition: none !important;
  }

  .fo-cubifil-scan {
    background: none;
    opacity: 1;
  }
}

/* Public mode keeps the motion language without covering commercial content. */
html.field-os-console {
  --fo-copy-faint: #97aab4;
}

html[lang="zh-CN"].field-os-console body .hero h1 {
  max-width: 940px;
  font-size: 52px !important;
  line-height: 1.1 !important;
}

.fo-scroll-scanner,
.fo-context-hud,
.fo-section-rail,
.fo-section-index,
.fo-site-signature,
.fo-pointer-telemetry {
  display: none !important;
}

@media (max-width: 640px) {
  html[lang="zh-CN"].field-os-console body .hero h1 {
    font-size: 34px !important;
    line-height: 1.13 !important;
  }
}

/* Service imagery: real engineering subjects with a restrained inspection layer. */
.service-card--visual {
  --service-visual-accent: 72, 214, 224;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 0 22px 24px;
  isolation: isolate;
  border-color: rgba(var(--service-visual-accent), 0.22);
  background:
    linear-gradient(145deg, rgba(var(--service-visual-accent), 0.055), transparent 42%),
    rgba(6, 15, 25, 0.94);
}

.service-card--visual:focus-visible {
  outline: 2px solid rgba(var(--service-visual-accent), 0.86);
  outline-offset: 4px;
}

.service-visual {
  position: relative;
  overflow: hidden;
  width: auto;
  aspect-ratio: 16 / 9;
  min-height: 132px;
  margin: 0 -22px 18px;
  isolation: isolate;
  border-bottom: 1px solid rgba(var(--service-visual-accent), 0.3);
  background: #07111b;
}

.service-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.92);
  transform: scale(1.012);
  transition: transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 480ms ease;
}

.service-visual::before,
.service-visual::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.service-visual::before {
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(4, 12, 20, 0.68) 100%),
    linear-gradient(90deg, rgba(var(--service-visual-accent), 0.16), transparent 22%, transparent 78%, rgba(255, 185, 74, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
}

.service-visual::after {
  top: -12%;
  bottom: -12%;
  left: -42%;
  width: 26%;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--service-visual-accent), 0.06) 18%,
    rgba(var(--service-visual-accent), 0.72) 50%,
    rgba(255, 255, 255, 0.22) 53%,
    rgba(var(--service-visual-accent), 0.04) 82%,
    transparent
  );
  filter: blur(0.2px);
  transform: skewX(-12deg);
}

.service-card--visual:hover .service-visual img,
.service-card--visual:focus-visible .service-visual img {
  filter: saturate(1.03) contrast(1.06) brightness(1);
  transform: scale(1.055);
}

.service-card--visual:hover .service-visual::after,
.service-card--visual:focus-visible .service-visual::after {
  animation: service-visual-scan 1.05s cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

.service-card--visual .card-number {
  color: rgb(var(--service-visual-accent));
  text-shadow: 0 0 18px rgba(var(--service-visual-accent), 0.28);
}

.service-card--visual h3 {
  margin-top: 24px;
}

.service-card--visual:has(.service-visual--reverse),
.service-visual--reverse {
  --service-visual-accent: 77, 226, 199;
}

.service-card--visual:has(.service-visual--fixture),
.service-visual--fixture {
  --service-visual-accent: 75, 169, 255;
}

.service-card--visual:has(.service-visual--enclosure),
.service-visual--enclosure {
  --service-visual-accent: 245, 182, 74;
}

.service-card--visual:has(.service-visual--cad),
.service-visual--cad {
  --service-visual-accent: 69, 205, 237;
}

.service-card--visual:has(.service-visual--prototype),
.service-visual--prototype {
  --service-visual-accent: 99, 224, 170;
}

.service-card--visual:has(.service-visual--batch),
.service-visual--batch {
  --service-visual-accent: 177, 151, 239;
}

.service-card--visual:has(.service-visual--trade),
.service-visual--trade {
  --service-visual-accent: 247, 137, 82;
}

@keyframes service-visual-scan {
  0% {
    left: -42%;
    opacity: 0;
  }
  14% {
    opacity: 0.8;
  }
  78% {
    opacity: 0.62;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

@media (max-width: 720px) {
  .service-card--visual {
    min-height: 0;
  }

  .service-visual {
    min-height: 0;
    max-height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-visual img {
    transition: none;
  }

  .service-card--visual:hover .service-visual::after,
  .service-card--visual:focus-visible .service-visual::after {
    animation: none;
  }
}

.proof-card--visual {
  --proof-visual-accent: 72, 204, 231;
  min-height: 0;
  padding: 0 20px 20px;
  border-color: rgba(var(--proof-visual-accent), 0.2);
  background:
    linear-gradient(145deg, rgba(var(--proof-visual-accent), 0.05), transparent 46%),
    rgba(7, 16, 27, 0.94);
}

.proof-visual {
  position: relative;
  overflow: hidden;
  height: 122px;
  margin: 0 -20px 18px;
  border-bottom: 1px solid rgba(var(--proof-visual-accent), 0.3);
  background: #07111b;
}

.proof-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04) brightness(0.88);
  transform: scale(1.01);
  transition: transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 420ms ease;
}

.proof-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(4, 12, 20, 0.72)),
    linear-gradient(90deg, rgba(var(--proof-visual-accent), 0.14), transparent 28%, transparent 80%, rgba(255, 185, 74, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.proof-card--visual:hover .proof-visual img {
  filter: saturate(1) contrast(1.05) brightness(0.96);
  transform: scale(1.045);
}

.proof-card--visual > span {
  color: rgb(var(--proof-visual-accent));
}

.proof-card--visual:has(.proof-visual--input),
.proof-visual--input {
  --proof-visual-accent: 77, 226, 199;
}

.proof-card--visual:has(.proof-visual--output),
.proof-visual--output {
  --proof-visual-accent: 75, 169, 255;
}

.proof-card--visual:has(.proof-visual--support),
.proof-visual--support {
  --proof-visual-accent: 247, 137, 82;
}

@media (prefers-reduced-motion: reduce) {
  .proof-visual img {
    transition: none;
  }
}

/* JDTP engineering control theme */

html.field-os-console {
  --fo-canvas: #05090e;
  --fo-canvas-soft: #08111a;
  --fo-panel: rgba(9, 19, 29, 0.88);
  --fo-panel-solid: #0a151f;
  --fo-accent-strong: #72c9ee;
  --fo-copy: #eef5f7;
  --fo-copy-muted: #a7b7bf;
  --fo-copy-faint: #8297a2;
  --muted: #a7b7bf;
  --fo-console-line: rgba(137, 166, 184, 0.2);
  --fo-console-line-strong: rgba(137, 196, 223, 0.42);
  color-scheme: dark;
  background: var(--fo-canvas);
}

html.field-os-console.field-os-cubifil {
  --fo-accent: #69aff4;
  --fo-accent-strong: #9dceff;
  --fo-signal: #6ec7ff;
}

html.field-os-console.field-os-taskable {
  --fo-accent: #5ed0c3;
  --fo-accent-strong: #8ee7dc;
  --fo-signal: #62decf;
}

html.field-os-console.field-os-creator {
  --fo-accent: #f28b77;
  --fo-accent-strong: #ffb19f;
  --fo-signal: #ff9d87;
}

html.field-os-console body {
  min-width: 320px;
  color: var(--fo-copy);
  background: var(--fo-canvas) !important;
  font-family:
    Inter,
    "SF Pro Display",
    "Segoe UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

html.field-os-console body::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(116, 151, 172, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 151, 172, 0.055) 1px, transparent 1px);
  background-size: 88px 88px;
  content: "";
  pointer-events: none;
}

html.field-os-console body > header,
html.field-os-console body > main,
html.field-os-console body > footer {
  position: relative;
  z-index: 1;
}

html.field-os-console ::selection {
  color: #041018;
  background: var(--fo-signal);
}

html.field-os-console .site-header,
html.field-os-console .launch-header {
  z-index: 120;
  border-bottom: 1px solid var(--fo-console-line) !important;
  color: var(--fo-copy);
  background: rgba(5, 9, 14, 0.9) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(118%);
}

html.field-os-console .mobile-menu-panel {
  display: none !important;
  z-index: 121;
}

html.field-os-console .mobile-menu-toggle {
  position: relative;
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--fo-console-line-strong);
  border-radius: 4px;
  color: var(--fo-copy);
  background: rgba(10, 24, 36, 0.78);
  cursor: pointer;
}

html.field-os-console .mobile-menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

html.field-os-console .mobile-menu-toggle span:first-child {
  transform: translateY(-6px);
}

html.field-os-console .mobile-menu-toggle span:last-child {
  transform: translateY(6px);
}

html.field-os-console .site-header.is-mobile-menu-open .mobile-menu-toggle span:first-child {
  transform: rotate(45deg);
}

html.field-os-console .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

html.field-os-console .site-header.is-mobile-menu-open .mobile-menu-toggle span:last-child {
  transform: rotate(-45deg);
}

@media (max-width: 980px) {
  html.field-os-console body.is-mobile-menu-open {
    overflow: hidden;
  }

  html.field-os-console .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  html.field-os-console .site-nav {
    display: none !important;
  }

  html.field-os-console .mobile-menu-toggle {
    display: inline-flex !important;
    align-self: center;
    justify-self: end;
  }

  html.field-os-console .mobile-menu-panel {
    position: fixed;
    top: 72px;
    right: 10px;
    left: 10px;
    display: grid !important;
    gap: 14px;
    max-height: calc(100dvh - 88px);
    padding: 14px;
    border: 1px solid var(--fo-console-line-strong);
    border-radius: 4px;
    overflow: auto;
    color: #b9cbd3;
    background: rgba(7, 18, 27, 0.985);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 160ms ease,
      transform 160ms ease,
      visibility 160ms ease;
  }

  html.field-os-console .site-header.is-mobile-menu-open .mobile-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  html.field-os-console .mobile-menu-panel > div,
  html.field-os-console .mobile-menu-links,
  html.field-os-console .mobile-menu-actions {
    display: grid;
    gap: 6px;
  }

  html.field-os-console .mobile-menu-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.field-os-console .mobile-menu-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.field-os-console .mobile-menu-actions a:last-child {
    grid-column: 1 / -1;
  }

  html.field-os-console .mobile-menu-kicker {
    display: flex;
    min-height: 28px;
    align-items: center;
    margin-bottom: 2px;
    padding: 4px 8px;
    border-bottom: 1px solid rgba(114, 201, 238, 0.3);
    color: #79c9eb;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
  }

  html.field-os-console .mobile-menu-panel a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #c1d0d7;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.2;
  }

  html.field-os-console .mobile-menu-panel a:hover,
  html.field-os-console .mobile-menu-panel a:focus-visible,
  html.field-os-console .mobile-menu-panel a[aria-current="page"],
  html.field-os-console .mobile-menu-panel .fo-nav-current {
    border-color: var(--fo-accent);
    color: #031018 !important;
    background: var(--fo-accent);
  }
}

@media (max-width: 720px) {
  html.field-os-console .mobile-menu-links {
    grid-template-columns: 1fr;
  }
}

html.field-os-console .site-header::after,
html.field-os-console .launch-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(260px, 24vw);
  height: 1px;
  background: var(--fo-accent);
  content: "";
  opacity: 0.82;
}

html.field-os-console .site-header .nav,
html.field-os-console .launch-header .launch-nav {
  min-height: 74px;
}

html.field-os-console .brand,
html.field-os-console .brand-name,
html.field-os-console .launch-brand {
  color: #f8fcfd !important;
}

html.field-os-console .brand-mark {
  border: 1px solid color-mix(in srgb, var(--fo-accent) 46%, transparent);
  border-radius: 4px;
  background: rgba(10, 24, 36, 0.78);
  box-shadow: 0 0 24px color-mix(in srgb, var(--fo-accent) 22%, transparent);
}

html.field-os-console .site-nav,
html.field-os-console .nav-links,
html.field-os-console .launch-links {
  color: #a7b8c0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

html.field-os-console .site-nav a,
html.field-os-console .nav-links a,
html.field-os-console .launch-links a {
  color: inherit;
}

html.field-os-console .site-nav a:hover,
html.field-os-console .nav-links a:hover,
html.field-os-console .launch-links a:hover,
html.field-os-console .site-nav .fo-nav-current,
html.field-os-console .nav-links .fo-nav-current,
html.field-os-console .launch-links .fo-nav-current {
  color: #f5fbfd !important;
}

html.field-os-console .language-link,
html.field-os-console .launch-tools a,
html.field-os-console .language-switch a {
  border-color: var(--fo-console-line) !important;
  border-radius: 3px !important;
  color: #9bb0bb !important;
  background: rgba(8, 18, 27, 0.82) !important;
}

html.field-os-console .language-link:hover,
html.field-os-console .launch-tools a:hover,
html.field-os-console .launch-tools a[aria-current="page"],
html.field-os-console .language-switch a:hover,
html.field-os-console .language-switch a[aria-current="page"] {
  border-color: var(--fo-accent) !important;
  color: var(--fo-copy) !important;
}

html.field-os-console main {
  color: var(--fo-copy);
}

html.field-os-console main.page {
  width: min(1240px, calc(100% - 56px));
}

html.field-os-console main h1,
html.field-os-console main h2,
html.field-os-console main h3,
html.field-os-console main h4,
html.field-os-console main strong,
html.field-os-console main dt {
  color: var(--fo-copy);
  letter-spacing: 0;
}

html.field-os-console main p,
html.field-os-console main li,
html.field-os-console main dd,
html.field-os-console main small {
  color: var(--fo-copy-muted);
}

html.field-os-console main h1 {
  font-weight: 520;
}

html.field-os-console main h2 {
  font-size: 46px;
  font-weight: 520;
  line-height: 1.08;
}

html.field-os-console main h3 {
  font-weight: 620;
}

html.field-os-console .eyebrow,
html.field-os-console .launch-eyebrow,
html.field-os-console .launch-card-number,
html.field-os-console .launch-step-number,
html.field-os-console .card-number,
html.field-os-console .detail-card > span:first-child,
html.field-os-console .trade-card > span:first-child {
  color: var(--fo-accent-strong) !important;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

html[lang="zh-CN"].field-os-console .eyebrow,
html[lang="zh-CN"].field-os-console .launch-eyebrow {
  font-size: 13px;
}

html.field-os-console main > section,
html.field-os-console main.page > section {
  position: relative;
  border-color: var(--fo-console-line) !important;
}

html.field-os-console .section,
html.field-os-console .detail-section,
html.field-os-console .launch-section,
html.field-os-console .launch-section.soft,
html.field-os-console .launch-section.dark,
html.field-os-console .launch-section.warm,
html.field-os-console .launch-section.coral,
html.field-os-console .line-deep-dive {
  color: var(--fo-copy);
  background: rgba(5, 9, 14, 0.58) !important;
}

html.field-os-console .section:nth-of-type(even),
html.field-os-console .detail-section:nth-of-type(even),
html.field-os-console .launch-section:nth-of-type(even) {
  background: rgba(8, 17, 26, 0.68) !important;
}

html.field-os-console .section-heading,
html.field-os-console .section-head,
html.field-os-console .detail-section-heading,
html.field-os-console .trade-section-heading,
html.field-os-console .launch-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 36px;
  align-items: end;
  max-width: none;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--fo-console-line);
}

html.field-os-console .section-heading > p:last-child,
html.field-os-console .section-head > p:last-child,
html.field-os-console .launch-section-head > p:last-child {
  margin-bottom: 0;
  color: var(--fo-copy-muted);
}

html.field-os-console .detail-section-heading {
  grid-template-columns: minmax(0, 1fr);
}

html.field-os-console .section-heading > .eyebrow:first-child {
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  margin-bottom: 0;
}

html.field-os-console .section-heading > h2 {
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 0;
}

html.field-os-console .section-heading > p:last-of-type:not(.eyebrow) {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: end;
  margin-bottom: 0;
}

html.field-os-console .service-card,
html.field-os-console .decision-card,
html.field-os-console .work-card,
html.field-os-console .process-card,
html.field-os-console .detail-card,
html.field-os-console .trade-card,
html.field-os-console .case-card,
html.field-os-console .feature,
html.field-os-console .info-card,
html.field-os-console .support-card,
html.field-os-console .material-card,
html.field-os-console .product-card,
html.field-os-console .line-card,
html.field-os-console .line-panel,
html.field-os-console .line-facts article,
html.field-os-console .note-panel,
html.field-os-console .launch-card,
html.field-os-console .launch-step,
html.field-os-console .launch-package,
html.field-os-console .launch-product-card,
html.field-os-console .launch-need,
html.field-os-console .creator-track-panel,
html.field-os-console .productops-record,
html.field-os-console .productops-record-grid > div,
html.field-os-console .comparison-panel,
html.field-os-console .comparison-block,
html.field-os-console .proof-card,
html.field-os-console .care-card,
html.field-os-console .swatch {
  border-color: var(--fo-console-line) !important;
  border-radius: 6px !important;
  color: var(--fo-copy);
  background: var(--fo-panel) !important;
  box-shadow: none !important;
}

html.field-os-console .service-card:hover,
html.field-os-console .decision-card:hover,
html.field-os-console .work-card:hover,
html.field-os-console .detail-card:hover,
html.field-os-console .trade-card:hover,
html.field-os-console .launch-card:hover,
html.field-os-console .launch-product-card:hover,
html.field-os-console .launch-need:hover,
html.field-os-console .product-card:hover {
  border-color: color-mix(in srgb, var(--fo-accent) 68%, transparent) !important;
  background: rgba(12, 27, 40, 0.94) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
}

html.field-os-console .service-card p,
html.field-os-console .decision-card small,
html.field-os-console .work-card p,
html.field-os-console .detail-card p,
html.field-os-console .trade-card p,
html.field-os-console .launch-card p,
html.field-os-console .launch-product-card p,
html.field-os-console .launch-need p,
html.field-os-console .product-card p,
html.field-os-console .line-card p {
  color: var(--fo-copy-muted) !important;
}

html.field-os-console .example-teaser-panel,
html.field-os-console .example-teaser-list article {
  border-color: var(--fo-console-line) !important;
  background: rgba(9, 19, 29, 0.92) !important;
  box-shadow: none !important;
}

html.field-os-console .example-teaser-copy p,
html.field-os-console .example-teaser-list p {
  color: #b7c5cd !important;
}

html.field-os-console .example-teaser-list span {
  color: var(--fo-accent-strong) !important;
}

html.field-os-console .example-teaser-list strong {
  color: var(--fo-copy) !important;
}

html.field-os-console .table-wrap,
html.field-os-console .product-table,
html.field-os-console .detail-list-panel,
html.field-os-console .detail-snapshot,
html.field-os-console .builder-panel,
html.field-os-console .builder-monitor,
html.field-os-console .project-guide-panel,
html.field-os-console .operating-grid,
html.field-os-console .contact-panel,
html.field-os-console .launch-form,
html.field-os-console .productops-form-shell,
html.field-os-console .creator-application {
  border-color: var(--fo-console-line) !important;
  border-radius: 6px !important;
  color: var(--fo-copy);
  background: rgba(7, 16, 24, 0.9) !important;
  box-shadow: none !important;
}

html.field-os-console .product-table th,
html.field-os-console .product-table td {
  border-color: var(--fo-console-line) !important;
}

html.field-os-console .product-table th {
  color: var(--fo-accent-strong);
  background: rgba(14, 32, 46, 0.86) !important;
}

html.field-os-console .product-table td {
  color: var(--fo-copy-muted);
  background: rgba(7, 16, 24, 0.82);
}

html.field-os-console .productops-form-optional {
  border-color: var(--fo-console-line);
  background: rgba(8, 21, 31, 0.9);
}

html.field-os-console .productops-form-optional summary {
  color: var(--fo-copy);
}

html.field-os-console .productops-form-optional summary small {
  color: var(--fo-copy-muted);
}

html.field-os-console .productops-form-optional[open] summary {
  border-bottom-color: var(--fo-console-line);
}

html.field-os-console main input:not([type="checkbox"]):not([type="radio"]),
html.field-os-console main select,
html.field-os-console main textarea {
  border-color: var(--fo-console-line) !important;
  border-radius: 4px !important;
  color: var(--fo-copy) !important;
  background: #07121b !important;
  box-shadow: none !important;
}

html.field-os-console main input::placeholder,
html.field-os-console main textarea::placeholder {
  color: #94a8b2;
}

html.field-os-console .contact-form {
  border: 1px solid var(--fo-console-line) !important;
  border-radius: 6px !important;
  color: var(--fo-copy) !important;
  background-color: #08131d !important;
  background-image: none !important;
  box-shadow: none !important;
}

html.field-os-console .contact-form .form-section.wide {
  border-color: var(--fo-console-line) !important;
  color: var(--fo-copy-muted) !important;
  background-color: rgba(11, 25, 37, 0.9) !important;
  background-image: none !important;
}

html.field-os-console .contact-form .form-section.wide p {
  color: #91a4ae !important;
}

html.field-os-console .contact-form .form-section.wide > span {
  color: #c9d7dd !important;
}

html.field-os-console .contact-form .voice-input-button {
  border-color: var(--fo-console-line-strong) !important;
  color: var(--fo-accent-strong) !important;
  background: #0a1924 !important;
}

html.field-os-console .fo-form-progress__track {
  background: #132733;
}

html.field-os-console main label,
html.field-os-console main legend {
  color: #c9d6dc;
}

html.field-os-console .button,
html.field-os-console .btn,
html.field-os-console .launch-button,
html.field-os-console .nav-action,
html.field-os-console .launch-card-link,
html.field-os-console .card-link {
  min-height: 46px;
  border: 1px solid var(--fo-console-line-strong) !important;
  border-radius: 999px !important;
  color: #eaf4f7 !important;
  background: rgba(8, 19, 29, 0.88) !important;
  box-shadow: none !important;
}

html.field-os-console .button.primary,
html.field-os-console .btn:not(.secondary),
html.field-os-console .launch-button:not(.secondary),
html.field-os-console .nav-action {
  border-color: var(--fo-accent) !important;
  color: #031018 !important;
  background: var(--fo-accent) !important;
}

html.field-os-console .button:hover,
html.field-os-console .btn:hover,
html.field-os-console .launch-button:hover,
html.field-os-console .nav-action:hover,
html.field-os-console .launch-card-link:hover,
html.field-os-console .card-link:hover {
  border-color: var(--fo-signal) !important;
  color: #031018 !important;
  background: var(--fo-signal) !important;
}

html.field-os-console main#top > .hero {
  min-height: 720px;
  border-bottom: 1px solid var(--fo-console-line);
  background: #050a11;
}

html.field-os-console main#top > .hero .hero-image {
  filter: saturate(0.66) contrast(1.12) brightness(0.74);
  opacity: 0.72;
}

html.field-os-console main#top > .hero .hero-scrim {
  background: rgba(4, 9, 15, 0.52) !important;
}

html.field-os-console main#top > .hero .hero-inner {
  width: min(1240px, calc(100% - 96px));
  justify-content: flex-start;
}

html.field-os-console main#top > .hero .hero-content {
  max-width: 820px;
  margin: 0;
  text-align: left;
}

html.field-os-console main#top > .hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: #f8fcfd;
  font-size: 64px;
  font-weight: 480;
  line-height: 1.01;
}

@media (min-width: 1101px) {
  html.field-os-console main#top > .hero .hero-content {
    margin-left: clamp(36px, 3vw, 48px);
  }

  html[lang="fr"].field-os-console main#top > .hero h1 {
    font-size: 56px;
  }
}

html.field-os-console main#top > .hero .hero-tagline {
  color: #c7d5db;
  font-size: 22px;
}

html.field-os-console main#top > .hero .hero-copy {
  max-width: 650px;
  color: #9fb0b9;
  font-size: 17px;
}

html.field-os-console main#top > .hero .hero-actions,
html.field-os-console main#top > .hero .hero-signal-row,
html.field-os-console main#top > .hero .hero-tech-grid {
  justify-content: flex-start;
}

html.field-os-console main#top > .hero .hero-tech-grid {
  border-top: 1px solid var(--fo-console-line);
  border-bottom: 1px solid var(--fo-console-line);
}

html.field-os-console main#top > .hero .hero-tech-grid span,
html.field-os-console main#top > .hero .system-readout span {
  font-size: 12px;
}

html.field-os-console .service-strip {
  margin-top: -24px;
  border-top: 0;
  border-bottom: 1px solid var(--fo-console-line);
  background: rgba(5, 11, 18, 0.92) !important;
}

html.field-os-console .service-strip-inner span {
  color: #a9bdc7;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

@media (max-width: 640px) {
  html.field-os-console .service-strip {
    margin-top: 0;
  }
}

html.field-os-console .decision-strip {
  border-bottom: 1px solid var(--fo-console-line);
  background: rgba(7, 15, 23, 0.88) !important;
}

html.field-os-console .detail-masthead,
html.field-os-console .trade-masthead,
html.field-os-console .launch-hub-hero,
html.field-os-console .productops-hero,
html.field-os-console .launch-hero {
  position: relative;
  border-bottom: 1px solid var(--fo-console-line) !important;
  color: var(--fo-copy);
  background-color: #050a11 !important;
}

html.field-os-console .detail-masthead::after,
html.field-os-console .trade-masthead::after {
  height: 1px !important;
  background: var(--fo-accent) !important;
  box-shadow: 0 0 16px color-mix(in srgb, var(--fo-accent) 38%, transparent);
}

html.field-os-console .productops-hero {
  background-image: none !important;
}

html.field-os-console .detail-masthead h1,
html.field-os-console .trade-masthead h1,
html.field-os-console .launch-hub-hero h1,
html.field-os-console .launch-hero h1,
html.field-os-console main.page > .hero h1 {
  color: #f7fbfd;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.04;
}

html[lang="en"].field-os-console body.fo-module-page .detail-masthead h1,
html[lang="fr"].field-os-console body.fo-module-page .detail-masthead h1,
html[lang="en"].field-os-console body.fo-module-page .trade-masthead h1,
html[lang="fr"].field-os-console body.fo-module-page .trade-masthead h1 {
  font-size: clamp(44px, 3.75vw, 54px);
  line-height: 1.06;
}

html.field-os-console .productops-hero h1 {
  color: #f7fbfd;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.04;
}

html.field-os-console main.page > .hero {
  min-height: 680px;
  border-bottom: 1px solid var(--fo-console-line);
}

html.field-os-console .media-card {
  border-color: var(--fo-console-line) !important;
  border-radius: 6px !important;
  background: #07121b !important;
  box-shadow: none !important;
}

html.field-os-console .media-card img,
html.field-os-console .launch-product-card img {
  filter: saturate(0.78) contrast(1.08);
}

html.field-os-console .launch-footer,
html.field-os-console .site-footer,
html.field-os-console footer {
  border-color: var(--fo-console-line) !important;
  color: #8ea2ad !important;
  background: #04080d !important;
}

html.field-os-console .launch-footer a,
html.field-os-console .site-footer a,
html.field-os-console footer a {
  color: #a9bac2;
}

html.field-os-console .fo-reveal {
  opacity: 1;
  filter: none;
  transform: none;
}

html.field-os-console .fo-reveal.is-visible {
  filter: blur(0);
}

html.field-os-console .fo-section-rail {
  right: 11px;
  left: auto;
}

html.field-os-console .fo-section-rail a::after {
  right: 30px;
  left: auto;
  transform: translate(-4px, -50%);
}

html.field-os-console .fo-section-rail a:hover::after,
html.field-os-console .fo-section-rail a:focus-visible::after {
  transform: translate(0, -50%);
}

html.field-os-console .fo-section-rail a::before {
  background: #07111a;
}

.fo-orbital-station-rail {
  --fo-rail-y: 61px;
}

.fo-orbital-station-rail a {
  cursor: pointer;
}

.fo-orbital-station-rail a.is-active::before {
  width: 7px;
  height: 7px;
  border-color: var(--fo-accent);
  background: #07111a;
  box-shadow: none;
}

.fo-orbital-station-rail__tracker {
  position: absolute;
  z-index: 3;
  top: var(--fo-rail-y);
  left: 17px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--fo-accent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--fo-accent) 18%, #07111a);
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--fo-accent) 9%, transparent),
    0 0 16px color-mix(in srgb, var(--fo-accent) 34%, transparent);
  transform: translate(-50%, -50%);
  transition:
    top 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
  pointer-events: none;
}

html.field-os-console .fo-context-hud {
  border-color: var(--fo-console-line-strong);
  background: rgba(4, 11, 17, 0.94);
  box-shadow: none;
}

html.field-os-console .fo-section-index {
  position: absolute;
  z-index: 4;
  top: 28px;
  right: 68px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 7px;
  align-items: baseline;
  color: var(--fo-copy-faint);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  pointer-events: none;
}

html.field-os-console .fo-section-index strong {
  color: color-mix(in srgb, var(--fo-accent) 48%, #58707e);
  font-size: 28px;
  font-weight: 500;
}

html.field-os-console .fo-section-index small {
  color: #506773;
  font-size: 9px;
}

html.field-os-console .fo-site-signature {
  position: fixed;
  z-index: 28;
  right: 170px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  color: #6e828d;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  pointer-events: none;
}

html.field-os-console .fo-site-signature span {
  color: var(--fo-accent);
  font-weight: 800;
}

html.field-os-console .fo-site-signature strong {
  color: #758b96;
  font-size: 8px;
  font-weight: 700;
}

html.field-os-console .fo-field-probe {
  position: fixed;
  z-index: 36;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid color-mix(in srgb, var(--fo-accent) 62%, transparent);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
  will-change: transform;
}

html.field-os-console .fo-field-probe::before,
html.field-os-console .fo-field-probe::after {
  position: absolute;
  background: var(--fo-signal);
  content: "";
}

html.field-os-console .fo-field-probe::before {
  top: 11px;
  right: 6px;
  left: 6px;
  height: 1px;
}

html.field-os-console .fo-field-probe::after {
  top: 6px;
  bottom: 6px;
  left: 11px;
  width: 1px;
}

html.field-os-console .fo-field-probe.is-visible {
  opacity: 0.66;
}

html.field-os-console .project-assistant,
html.field-os-console .project-assistant-panel {
  color: #213044;
}

html.field-os-console .project-assistant {
  z-index: 180;
}

html.has-project-assistant-open {
  overflow: hidden;
}

html[lang="fr"].field-os-console
  .project-assistant:not(.has-context)
  .project-assistant-messages {
  max-height: none;
  min-height: 164px;
}

html[lang="fr"].field-os-console
  .project-assistant:not(.has-context)
  .project-assistant-panel {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.fo-intake-details {
  grid-column: 1 / -1;
  margin: 2px 0 4px;
  border: 1px solid rgba(29, 115, 142, 0.22);
  border-radius: 6px;
  background: rgba(237, 247, 250, 0.72);
}

.fo-intake-details > summary {
  min-height: 52px;
  padding: 14px 44px 14px 16px;
  color: #153f50;
  font-weight: 760;
  cursor: pointer;
}

.fo-intake-details > summary::marker {
  color: var(--fo-accent);
}

.fo-intake-note {
  margin: 0;
  padding: 0 16px 14px;
  color: #5b6b74;
  font-size: 0.88rem;
}

html.field-os-console .contact-form .fo-intake-note {
  color: #4b5b65 !important;
}

.fo-intake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border-top: 1px solid rgba(29, 115, 142, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

.fo-intake-grid label,
html.field-os-console .contact-form .fo-intake-grid label {
  color: #213044 !important;
}

.fo-intake-grid label.wide {
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  html.field-os-console .project-assistant {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  html.field-os-console body.is-field-scrolled .project-assistant,
  html.field-os-console .project-assistant.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  html.field-os-console .project-assistant-panel {
    position: fixed;
    inset:
      max(8px, env(safe-area-inset-top))
      12px
      max(8px, env(safe-area-inset-bottom));
    width: auto;
    height: auto;
    max-height: none;
    border-radius: 6px;
  }

  html.field-os-console .project-assistant-head {
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .fo-intake-grid {
    grid-template-columns: 1fr;
  }

  .fo-intake-grid label.wide {
    grid-column: auto;
  }
}

@media (max-width: 1100px) {
  html.field-os-console .site-nav,
  html.field-os-console .launch-links {
    font-size: 12px;
  }

  html.field-os-console main#top > .hero h1 {
    font-size: 58px;
  }

  html.field-os-console .detail-masthead h1,
  html.field-os-console .trade-masthead h1,
  html.field-os-console .launch-hub-hero h1,
  html.field-os-console .launch-hero h1,
  html.field-os-console main.page > .hero h1 {
    font-size: 52px;
  }

  html.field-os-console .productops-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 980px) {
  html.field-os-console body::before {
    background-size: 56px 56px;
  }

  html.field-os-console .launch-header .launch-links {
    color: #52606b;
  }

  html.field-os-console .launch-header .launch-links a:hover,
  html.field-os-console .launch-header .launch-links a[aria-current="page"],
  html.field-os-console .launch-header .launch-links .fo-nav-current {
    color: #101820 !important;
    background: #eef5f6;
  }

  html.field-os-console main.page {
    width: min(calc(100% - 36px), 760px);
  }

  html.field-os-console main h2 {
    font-size: 36px;
  }

  html.field-os-console .section-heading,
  html.field-os-console .section-head,
  html.field-os-console .detail-section-heading,
  html.field-os-console .trade-section-heading,
  html.field-os-console .launch-section-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  html.field-os-console .section-heading > .eyebrow:first-child,
  html.field-os-console .section-heading > h2,
  html.field-os-console .section-heading > p:last-of-type:not(.eyebrow) {
    grid-row: auto;
    grid-column: 1;
  }

  html.field-os-console main#top > .hero {
    min-height: 680px;
  }

  html.field-os-console main#top > .hero .hero-inner {
    width: min(calc(100% - 44px), 760px);
  }

  html.field-os-console main#top > .hero h1 {
    font-size: 50px;
  }

  html.field-os-console .fo-section-index,
  html.field-os-console .fo-site-signature,
  html.field-os-console .fo-field-probe {
    display: none;
  }
}

@media (max-width: 720px) {
  html.field-os-console body::before {
    opacity: 0.68;
    background-size: 42px 42px;
  }

  html.field-os-console .site-header .nav,
  html.field-os-console .launch-header .launch-nav {
    min-height: 64px;
  }

  html.field-os-console .launch-links {
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 4px;
    margin-left: 0;
    overflow: visible !important;
  }

  html.field-os-console .launch-header.is-menu-open .launch-links {
    display: grid !important;
  }

  html.field-os-console .launch-links a {
    min-height: 42px;
    justify-content: flex-start;
    white-space: nowrap;
    text-align: left;
    line-height: 1.2;
  }

  html.field-os-console main h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  html.field-os-console main#top > .hero {
    min-height: 660px;
  }

  html.field-os-console main#top > .hero .hero-inner {
    width: calc(100% - 32px);
  }

  html.field-os-console main#top > .hero h1 {
    font-size: 40px;
    line-height: 1.07;
  }

  html.field-os-console main#top > .hero .hero-tagline {
    font-size: 19px;
  }

  html.field-os-console main#top > .hero .hero-copy {
    font-size: 15px;
  }

  html.field-os-console main#top > .hero .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html.field-os-console main#top > .hero .hero-actions .button {
    width: 100%;
  }

  html.field-os-console main#top > .hero .hero-tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  html.field-os-console main#top > .hero .hero-tech-grid > div {
    min-width: 0;
    padding: 11px 8px;
  }

  html.field-os-console main#top > .hero .hero-tech-grid strong {
    font-size: 13px;
  }

  html.field-os-console main#top > .hero .hero-tech-grid small {
    display: none;
  }

  html.field-os-console .detail-masthead h1,
  html.field-os-console .trade-masthead h1,
  html.field-os-console .launch-hub-hero h1,
  html.field-os-console .launch-hero h1,
  html.field-os-console main.page > .hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  html.field-os-console .productops-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  html.field-os-console .section-heading,
  html.field-os-console .section-head,
  html.field-os-console .detail-section-heading,
  html.field-os-console .trade-section-heading,
  html.field-os-console .launch-section-head {
    margin-bottom: 24px;
    padding-bottom: 18px;
  }

  html.field-os-console .button,
  html.field-os-console .btn,
  html.field-os-console .launch-button,
  html.field-os-console .nav-action,
  html.field-os-console .launch-card-link,
  html.field-os-console .card-link {
    border-radius: 6px !important;
  }

  html.field-os-console .section,
  html.field-os-console .detail-section,
  html.field-os-console .launch-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  html.field-os-console .eyebrow,
  html.field-os-console .launch-eyebrow,
  html.field-os-console .launch-card-number,
  html.field-os-console .card-number {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  html.field-os-console main#top > .hero .hero-actions {
    grid-template-columns: 1fr;
  }

  html.field-os-console main#top > .hero .hero-actions .button {
    min-height: 50px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.field-os-console .fo-reveal {
    filter: none;
  }

  html.field-os-console .fo-field-probe {
    display: none;
  }
}

/* Commercial launch surfaces */
html.field-os-console .commercial-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

html.field-os-console .commercial-offer-card,
html.field-os-console .product-status-card,
html.field-os-console .commercial-proof-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(57, 89, 108, 0.18);
  border-radius: 6px;
  background: rgba(249, 252, 253, 0.88);
  box-shadow: 0 18px 48px rgba(25, 52, 67, 0.07);
  color: #172a34;
}

html.field-os-console .commercial-offer-card::before,
html.field-os-console .product-status-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fo-accent), var(--fo-signal));
  content: "";
}

html.field-os-console .commercial-offer-card h3,
html.field-os-console .product-status-card h3,
html.field-os-console .commercial-proof-card h3 {
  margin: 0;
  color: #102631;
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.14;
}

html.field-os-console .commercial-offer-card p,
html.field-os-console .product-status-card p,
html.field-os-console .commercial-proof-card p {
  margin: 0;
  color: #526772;
  font-size: 15px;
  line-height: 1.7;
}

html.field-os-console .commercial-offer-card ul,
html.field-os-console .product-status-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html.field-os-console .commercial-offer-card li,
html.field-os-console .product-status-card li {
  position: relative;
  padding-left: 17px;
  color: #314b58;
  font-size: 13px;
  line-height: 1.55;
}

html.field-os-console .commercial-offer-card li::before,
html.field-os-console .product-status-card li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--fo-accent);
  content: "";
}

html.field-os-console .commercial-offer-card .button,
html.field-os-console .product-status-card .button,
html.field-os-console .commercial-offer-card .launch-button,
html.field-os-console .product-status-card .launch-button {
  align-self: flex-start;
  margin-top: auto;
}

html.field-os-console .commercial-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(26, 111, 111, 0.24);
  border-radius: 4px;
  background: rgba(58, 203, 190, 0.08);
  color: #176a69;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

html.field-os-console .commercial-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ca895;
  box-shadow: 0 0 0 3px rgba(44, 168, 149, 0.12);
  content: "";
}

html.field-os-console .commercial-status.is-pilot {
  border-color: rgba(160, 104, 24, 0.24);
  background: rgba(240, 178, 62, 0.1);
  color: #f2c56d;
}

html.field-os-console .commercial-status.is-pilot::before {
  background: #c88d2c;
  box-shadow: 0 0 0 3px rgba(200, 141, 44, 0.12);
}

html.field-os-console .commercial-status.is-prep {
  border-color: rgba(69, 102, 124, 0.22);
  background: rgba(80, 117, 140, 0.08);
  color: #bed0d9;
}

html.field-os-console .commercial-status.is-prep::before {
  background: #6f8d9d;
  box-shadow: 0 0 0 3px rgba(111, 141, 157, 0.12);
}

html.field-os-console .commercial-meta {
  display: grid;
  gap: 7px;
  padding-top: 13px;
  border-top: 1px solid rgba(54, 82, 97, 0.14);
}

html.field-os-console .commercial-meta div {
  display: grid;
  grid-template-columns: minmax(86px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

html.field-os-console .commercial-meta dt,
html.field-os-console .commercial-meta dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

html.field-os-console .commercial-meta dt {
  color: #526a76;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

html.field-os-console .commercial-meta dd {
  color: #263f4b;
  font-weight: 700;
}

html.field-os-console .commercial-proof-grid,
html.field-os-console .product-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

html.field-os-console .commercial-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(65, 91, 106, 0.16);
  border-bottom: 1px solid rgba(65, 91, 106, 0.16);
  background: rgba(237, 245, 247, 0.58);
}

html.field-os-console .commercial-trust-strip > div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid rgba(65, 91, 106, 0.13);
}

html.field-os-console .commercial-trust-strip > div:last-child {
  border-right: 0;
}

html.field-os-console .commercial-trust-strip span,
html.field-os-console .commercial-trust-strip strong {
  display: block;
}

html.field-os-console .commercial-trust-strip span {
  margin-bottom: 6px;
  color: #6b818c;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

html.field-os-console .commercial-trust-strip strong {
  color: #1b3541;
  font-size: 13px;
  line-height: 1.45;
}

html.field-os-console .commercial-boundary,
html.field-os-console .legal-consent {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--fo-accent);
  background: rgba(52, 150, 145, 0.07);
  color: #425d69;
  font-size: 13px;
  line-height: 1.65;
}

html.field-os-console .legal-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid rgba(55, 88, 104, 0.14);
  border-left: 3px solid var(--fo-accent);
  border-radius: 4px;
}

html.field-os-console .commercial-boundary {
  color: #b9d2dc;
  background: rgba(13, 45, 59, 0.78);
  border: 1px solid rgba(104, 219, 210, 0.2);
  border-left: 3px solid var(--fo-accent);
}

html.field-os-console .commercial-boundary a {
  color: #72ded4;
}

html.field-os-console .legal-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
}

html.field-os-console .legal-consent a,
html.field-os-console .commercial-boundary a {
  color: #176f73;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.field-os-console .legal-page {
  width: min(calc(100% - 48px), 1080px);
  margin: 110px auto 72px;
}

html.field-os-console .taskable-faq details,
html.field-os-console .creator-faq details {
  border-color: rgba(83, 118, 132, 0.24);
  background: #f4f8fa;
}

html.field-os-console .taskable-faq summary,
html.field-os-console .creator-faq summary {
  color: #19313d;
}

html.field-os-console .taskable-faq summary::after,
html.field-os-console .creator-faq summary::after {
  color: #167a78;
}

html.field-os-console .taskable-faq details p,
html.field-os-console .creator-faq details p {
  color: #526a76;
}

html.field-os-console .legal-page > header {
  max-width: 780px;
  margin-bottom: 34px;
}

html.field-os-console .legal-page h1 {
  margin: 8px 0 16px;
  color: #102833;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
}

html.field-os-console .legal-language-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 34px;
}

html.field-os-console .legal-language-nav a {
  padding: 9px 12px;
  border: 1px solid rgba(54, 85, 101, 0.2);
  border-radius: 4px;
  color: #25434f;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

html.field-os-console .legal-copy {
  display: grid;
  gap: 20px;
}

html.field-os-console .legal-copy section {
  padding: 26px;
  border: 1px solid rgba(54, 85, 101, 0.16);
  border-radius: 6px;
  background: rgba(250, 252, 253, 0.9);
}

html.field-os-console .legal-copy h2,
html.field-os-console .legal-copy h3 {
  color: #17313d;
}

html.field-os-console .legal-copy h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

html.field-os-console .legal-copy h3 {
  margin: 22px 0 8px;
  font-size: 17px;
}

html.field-os-console .legal-copy p,
html.field-os-console .legal-copy li {
  color: #4c6571;
  font-size: 14px;
  line-height: 1.75;
}

html.field-os-console .legal-copy ul {
  padding-left: 20px;
}

@media (max-width: 900px) {
  html.field-os-console .commercial-offers,
  html.field-os-console .commercial-proof-grid,
  html.field-os-console .product-status-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.field-os-console .commercial-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.field-os-console .commercial-trust-strip > div:nth-child(2) {
    border-right: 0;
  }

  html.field-os-console .commercial-trust-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(65, 91, 106, 0.13);
  }
}

@media (max-width: 560px) {
  html.field-os-console .commercial-offer-card,
  html.field-os-console .product-status-card,
  html.field-os-console .commercial-proof-card,
  html.field-os-console .legal-copy section {
    padding: 19px;
  }

  html.field-os-console .commercial-trust-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  html.field-os-console .commercial-trust-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(65, 91, 106, 0.13);
  }

  html.field-os-console .commercial-trust-strip > div:last-child {
    border-bottom: 0;
  }

  html.field-os-console .commercial-meta div {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  html.field-os-console .legal-page {
    width: calc(100% - 28px);
    margin-top: 86px;
  }
}

/* Field OS interaction layer v7 */
.fo-pointer-zone {
  --fo-lens-x: 50%;
  --fo-lens-y: 50%;
  --fo-parallax-x: 0px;
  --fo-parallax-y: 0px;
  --fo-system-x: 0px;
  --fo-system-y: 0px;
  --fo-telemetry-x: 50%;
  --fo-telemetry-y: 50%;
}

.fo-pointer-zone .hero-image,
.fo-pointer-zone .hero-system,
.fo-pointer-zone .productops-record,
.fo-pointer-zone .launch-hero-copy {
  transition: transform 360ms cubic-bezier(0.22, 0.72, 0.24, 1);
  will-change: transform;
}

.fo-pointer-zone.is-pointer-active .hero-image {
  transform: translate3d(var(--fo-parallax-x), var(--fo-parallax-y), 0) scale(1.025);
}

.fo-pointer-zone.is-pointer-active .hero-system {
  transform: translate3d(var(--fo-system-x), var(--fo-system-y), 0);
}

.fo-pointer-zone.is-pointer-active .productops-record {
  transform: translate3d(var(--fo-parallax-x), var(--fo-parallax-y), 0);
}

.fo-pointer-beam {
  position: absolute;
  z-index: 2;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 140ms ease;
}

.fo-pointer-beam--x {
  top: var(--fo-lens-y);
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0,
    color-mix(in srgb, var(--fo-accent) 12%, transparent) 16%,
    color-mix(in srgb, var(--fo-signal) 36%, transparent) 50%,
    color-mix(in srgb, var(--fo-accent) 12%, transparent) 84%,
    transparent 100%
  );
}

.fo-pointer-beam--y {
  top: 0;
  bottom: 0;
  left: var(--fo-lens-x);
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0,
    color-mix(in srgb, var(--fo-accent) 10%, transparent) 18%,
    color-mix(in srgb, var(--fo-signal) 32%, transparent) 50%,
    color-mix(in srgb, var(--fo-accent) 10%, transparent) 82%,
    transparent 100%
  );
}

.fo-pointer-zone.is-pointer-active .fo-pointer-beam {
  opacity: 0.74;
}

.fo-pointer-lens {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 144px;
  height: 144px;
  border: 1px solid color-mix(in srgb, var(--fo-accent) 26%, transparent);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--fo-lens-x) - 72px), calc(var(--fo-lens-y) - 72px), 0) scale(0.76);
  transition:
    opacity 140ms ease,
    transform 80ms linear;
  background:
    linear-gradient(90deg, transparent 49.6%, color-mix(in srgb, var(--fo-signal) 34%, transparent) 50%, transparent 50.4%),
    linear-gradient(transparent 49.6%, color-mix(in srgb, var(--fo-signal) 34%, transparent) 50%, transparent 50.4%);
}

.fo-pointer-zone.is-pointer-active .fo-pointer-lens {
  opacity: 0.72;
  transform: translate3d(calc(var(--fo-lens-x) - 72px), calc(var(--fo-lens-y) - 72px), 0) scale(1);
}

.fo-pointer-lens__ring {
  position: absolute;
  inset: 24px;
  border: 1px dashed color-mix(in srgb, var(--fo-accent) 58%, transparent);
  border-radius: 50%;
  animation: fo-lens-orbit 8s linear infinite;
}

.fo-pointer-lens__ticks {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 0deg,
    color-mix(in srgb, var(--fo-signal) 72%, transparent) 0deg 0.8deg,
    transparent 0.8deg 15deg
  );
  mask: radial-gradient(circle, transparent 62%, #000 63% 66%, transparent 67%);
  animation: fo-lens-orbit 18s linear infinite reverse;
}

.fo-pointer-lens__axis {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 7px;
  height: 7px;
  border: 1px solid var(--fo-signal);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 18px color-mix(in srgb, var(--fo-signal) 56%, transparent);
}

.fo-pointer-telemetry {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: grid;
  min-width: 132px;
  gap: 2px;
  padding: 7px 9px;
  border-left: 1px solid color-mix(in srgb, var(--fo-signal) 66%, transparent);
  color: #dce9ed;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, #06111a 78%, transparent),
    transparent
  );
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--fo-telemetry-x), var(--fo-telemetry-y), 0) translateY(5px);
  transition:
    opacity 120ms ease,
    transform 90ms linear;
}

.fo-pointer-telemetry__coordinates,
.fo-pointer-telemetry__state {
  display: block;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.fo-pointer-telemetry__coordinates {
  color: var(--fo-signal);
  font-size: 10px;
}

.fo-pointer-telemetry__state {
  color: #8fa5af;
  font-size: 8px;
  text-transform: uppercase;
}

.fo-pointer-zone.is-pointer-active .fo-pointer-telemetry {
  opacity: 0.82;
  transform: translate3d(var(--fo-telemetry-x), var(--fo-telemetry-y), 0);
}

.fo-pointer-zone.is-pointer-active .system-orbit .orbit-three {
  animation:
    orbitPulse 5.6s ease-in-out infinite,
    fo-lens-orbit 12s linear infinite;
}

.fo-reveal .fo-stage-item {
  opacity: 1;
  translate: 0 0;
  clip-path: inset(0);
  transition:
    opacity 440ms ease,
    translate 520ms cubic-bezier(0.22, 0.72, 0.24, 1),
    clip-path 560ms cubic-bezier(0.22, 0.72, 0.24, 1);
  transition-delay: calc(var(--fo-stage-index, 0) * 55ms + 70ms);
}

.fo-reveal.is-visible .fo-stage-item {
  opacity: 1;
  translate: 0 0;
  clip-path: inset(0);
}

html.field-os-console .product-status-card.fo-product-card {
  --fo-product-accent: #69aff4;
  --fo-product-rgb: 105, 175, 244;
  --fo-protocol-x: 50%;
  border-color: rgba(var(--fo-product-rgb), 0.28);
  color: #ecf5f8;
  background:
    linear-gradient(140deg, rgba(var(--fo-product-rgb), 0.12), transparent 42%),
    rgba(7, 17, 26, 0.94);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 18px 42px rgba(0, 0, 0, 0.2);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

html.field-os-console .product-status-card.fo-product-card--taskable {
  --fo-product-accent: #5ed0c3;
  --fo-product-rgb: 94, 208, 195;
}

html.field-os-console .product-status-card.fo-product-card--creator {
  --fo-product-accent: #f28b77;
  --fo-product-rgb: 242, 139, 119;
}

html.field-os-console .product-status-card.fo-product-card::before {
  background: var(--fo-product-accent);
  box-shadow: 0 0 18px rgba(var(--fo-product-rgb), 0.32);
}

html.field-os-console .product-status-card.fo-product-card::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0,
    transparent calc(var(--fo-protocol-x) - 11%),
    rgba(var(--fo-product-rgb), 0.07) var(--fo-protocol-x),
    transparent calc(var(--fo-protocol-x) + 11%),
    transparent 100%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

html.field-os-console .product-status-card.fo-product-card:hover,
html.field-os-console .product-status-card.fo-product-card:focus-within {
  border-color: rgba(var(--fo-product-rgb), 0.7);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.05),
    0 20px 54px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(var(--fo-product-rgb), 0.12);
}

html.field-os-console .product-status-card.fo-product-card:hover::after,
html.field-os-console .product-status-card.fo-product-card:focus-within::after {
  opacity: 1;
}

html.field-os-console .product-status-card.fo-product-card > * {
  position: relative;
  z-index: 1;
}

html.field-os-console .product-status-card.fo-product-card h3 {
  color: #f5fbfd;
}

html.field-os-console .product-status-card.fo-product-card p {
  color: #9eb0b9;
}

html.field-os-console .product-status-card.fo-product-card .commercial-status {
  border-color: rgba(var(--fo-product-rgb), 0.38);
  color: var(--fo-product-accent);
  background: rgba(var(--fo-product-rgb), 0.08);
}

html.field-os-console .product-status-card.fo-product-card .commercial-status::before {
  background: var(--fo-product-accent);
  box-shadow: 0 0 0 3px rgba(var(--fo-product-rgb), 0.12);
}

html.field-os-console .launch-product-card .launch-card-link {
  justify-content: center;
  text-align: center;
}

.fo-product-protocol {
  position: relative;
  width: 100%;
  height: 84px;
  overflow: hidden;
  margin: 2px 0 0;
  border-top: 1px solid rgba(var(--fo-product-rgb), 0.22);
  border-bottom: 1px solid rgba(var(--fo-product-rgb), 0.16);
}

.fo-product-protocol::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--fo-product-rgb), 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--fo-product-rgb), 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  opacity: 0.72;
}

.fo-protocol-spools {
  position: absolute;
  top: 17px;
  left: 18px;
  display: flex;
  gap: 10px;
}

.fo-protocol-spool {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(var(--fo-product-rgb), 0.66);
  border-radius: 50%;
  background: rgba(var(--fo-product-rgb), 0.08);
  transition: transform 520ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.fo-protocol-spool::before,
.fo-protocol-spool::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.fo-protocol-spool::before {
  inset: 9px;
  border: 1px dashed rgba(var(--fo-product-rgb), 0.7);
}

.fo-protocol-spool::after {
  inset: 18px;
  background: var(--fo-product-accent);
  box-shadow: 0 0 12px rgba(var(--fo-product-rgb), 0.52);
}

.fo-protocol-filament {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 156px;
  height: 1px;
  background: var(--fo-product-accent);
  box-shadow: 0 0 10px rgba(var(--fo-product-rgb), 0.48);
  transform: scaleX(0.72);
  transform-origin: left center;
  transition: transform 420ms ease;
}

.fo-product-card:hover .fo-protocol-spool,
.fo-product-card:focus-within .fo-protocol-spool {
  transform: rotate(38deg);
}

.fo-product-card:hover .fo-protocol-filament,
.fo-product-card:focus-within .fo-protocol-filament {
  transform: scaleX(1);
}

.fo-protocol-records {
  position: absolute;
  inset: 13px 18px;
  display: grid;
  gap: 5px;
}

.fo-protocol-record {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.fo-protocol-record-node {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid var(--fo-product-accent);
  border-radius: 50%;
  background: rgba(var(--fo-product-rgb), 0.14);
  transition: background-color 180ms ease;
}

.fo-protocol-record-bar {
  display: block;
  width: 58%;
  height: 3px;
  background: rgba(var(--fo-product-rgb), 0.28);
  transform-origin: left center;
  transition:
    width 380ms ease,
    background-color 180ms ease;
}

.fo-protocol-record:nth-child(2) .fo-protocol-record-bar {
  width: 84%;
}

.fo-protocol-record:nth-child(3) .fo-protocol-record-bar {
  width: 68%;
}

.fo-protocol-record:nth-child(4) .fo-protocol-record-bar {
  width: 92%;
}

.fo-protocol-record:nth-child(5) .fo-protocol-record-bar {
  width: 74%;
}

.fo-protocol-sync {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 1px;
  background: var(--fo-product-accent);
  box-shadow: 0 0 12px rgba(var(--fo-product-rgb), 0.54);
  opacity: 0;
}

.fo-product-card:hover .fo-protocol-record-node,
.fo-product-card:focus-within .fo-protocol-record-node {
  background: var(--fo-product-accent);
}

.fo-product-card:hover .fo-protocol-record-bar,
.fo-product-card:focus-within .fo-protocol-record-bar {
  width: 100%;
  background: rgba(var(--fo-product-rgb), 0.62);
}

.fo-product-card:hover .fo-protocol-sync,
.fo-product-card:focus-within .fo-protocol-sync {
  animation: fo-protocol-sync 1.25s ease-in-out infinite;
}

.fo-protocol-route {
  position: absolute;
  inset: 18px 18px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fo-protocol-route::before {
  position: absolute;
  right: 2px;
  left: 2px;
  height: 1px;
  background: rgba(var(--fo-product-rgb), 0.38);
  content: "";
}

.fo-protocol-route-node {
  position: relative;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--fo-product-accent);
  border-radius: 50%;
  background: #07111a;
  transition:
    transform 260ms ease,
    background-color 180ms ease;
}

.fo-protocol-route-node:nth-child(even) {
  transform: translateY(16px);
}

.fo-protocol-wave {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  height: 16px;
  background:
    linear-gradient(135deg, transparent 42%, var(--fo-product-accent) 43% 50%, transparent 51%) 0 0 / 22px 16px repeat-x;
  opacity: 0.45;
  transform: scaleX(0.7);
  transform-origin: left center;
  transition:
    opacity 180ms ease,
    transform 420ms ease;
}

.fo-product-card:hover .fo-protocol-route-node,
.fo-product-card:focus-within .fo-protocol-route-node {
  background: var(--fo-product-accent);
  transform: translateY(8px) scale(1.18);
}

.fo-product-card:hover .fo-protocol-route-node:nth-child(even),
.fo-product-card:focus-within .fo-protocol-route-node:nth-child(even) {
  transform: translateY(16px) scale(1.18);
}

.fo-product-card:hover .fo-protocol-wave,
.fo-product-card:focus-within .fo-protocol-wave {
  opacity: 0.82;
  transform: scaleX(1);
}

.fo-product-card.is-protocol-pulse .fo-product-protocol {
  animation: fo-protocol-confirm 420ms ease-out;
}

.fo-cubifil-tuner__controls {
  position: relative;
  padding-right: 76px;
}

.fo-cubifil-tuner__gauge {
  --fo-tune-value: 45%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #07121b 52%, transparent 54%),
    conic-gradient(var(--fo-accent) var(--fo-tune-value), rgba(110, 143, 160, 0.18) 0);
}

.fo-cubifil-tuner__gauge strong {
  color: var(--fo-accent-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

.fo-cubifil-tuner.is-calibrating .fo-cubifil-tuner__gauge {
  animation: fo-gauge-confirm 360ms ease-out;
}

.field-os-taskable .productops-record.is-field-syncing .productops-meter span {
  animation: fo-record-sync 420ms ease-out;
}

.fo-creator-route {
  grid-template-columns: auto minmax(0, 1fr) minmax(100px, 0.48fr) auto;
}

.fo-creator-route-map {
  position: relative;
  display: flex;
  min-width: 100px;
  align-items: center;
  justify-content: space-between;
}

.fo-creator-route-map::before {
  position: absolute;
  right: 4px;
  left: 4px;
  height: 1px;
  background: color-mix(in srgb, var(--fo-accent) 38%, transparent);
  content: "";
}

.fo-creator-route-node {
  display: block;
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  border: 1px solid var(--fo-accent);
  border-radius: 50%;
  background: #07121b;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.fo-creator-route[data-route] .fo-creator-route-node {
  background: var(--fo-accent);
  animation: fo-route-confirm 420ms ease-out both;
}

.fo-creator-route[data-route] .fo-creator-route-node:nth-child(2) {
  animation-delay: 55ms;
}

.fo-creator-route[data-route] .fo-creator-route-node:nth-child(3) {
  animation-delay: 110ms;
}

.fo-creator-route[data-route] .fo-creator-route-node:nth-child(4) {
  animation-delay: 165ms;
}

/* Full-site legibility and frame-safety pass. */
html.field-os-console .detail-section-heading h2 {
  color: #17313d !important;
}

html.field-os-console .detail-section-heading .eyebrow {
  border: 1px solid rgba(114, 201, 238, 0.46);
  color: #d4eff9 !important;
  background: #0b202c !important;
}

html.field-os-console .detail-section-heading > p:not(.eyebrow),
html.field-os-console .detail-list-panel article p,
html.field-os-console .detail-list-panel article small {
  color: #526a76 !important;
}

html.field-os-console .detail-list-panel article strong {
  color: #17313d !important;
}

html.field-os-console .detail-card h3 {
  color: #eef5f7 !important;
}

html.field-os-console .detail-card > span:first-child,
html.field-os-console .trade-card > span:first-child,
html.field-os-console .detail-list-panel article > span,
html.field-os-console .detail-snapshot > span,
html.field-os-console .decision-card > span,
html.field-os-console .trust-grid article > span,
html.field-os-console .trade-service-grid article > span,
html.field-os-console .trade-scope-grid article > span,
html.field-os-console .trade-role-grid article > span {
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(114, 201, 238, 0.46);
  color: #d4eff9 !important;
  background: #0b202c !important;
  font-size: 12px;
}

html.field-os-console .decision-card > span {
  border: 1px solid rgba(114, 201, 238, 0.34);
  color: #72c9ee !important;
  background: rgba(11, 32, 44, 0.88) !important;
}

html.field-os-console .creator-fit-panel h3,
html.field-os-console .creator-fit-panel li,
html.field-os-console .productops-fit-panel h3,
html.field-os-console .productops-fit-panel li {
  color: #243c48 !important;
}

html.field-os-console .creator-fit-panel .launch-checklist li,
html.field-os-console .productops-fit-panel .launch-checklist li {
  border-top-color: rgba(31, 57, 69, 0.14);
}

html.field-os-console .launch-disclaimer h2 {
  color: #17313d !important;
}

html.field-os-console .launch-disclaimer p:last-child {
  color: #526a76 !important;
}

html.field-os-console .launch-disclaimer .launch-eyebrow {
  color: #176f73 !important;
}

html.field-os-console .launch-success-panel h1 {
  color: #17313d !important;
}

html.field-os-console .launch-success-panel p {
  color: #526a76 !important;
}

html.field-os-console .launch-success-panel .launch-eyebrow {
  color: #176f73 !important;
}

html.field-os-console .creator-theme .launch-success-panel .launch-eyebrow {
  color: #9f3f35 !important;
}

html.field-os-console .productops-record-head span,
html.field-os-console .productops-record-grid span {
  color: #afbec5 !important;
}

html.field-os-console .productops-record-card dt {
  color: #526a76 !important;
}

html.field-os-console .productops-record-card dd {
  color: #17283a !important;
}

html.field-os-console .productops-gap {
  border-left-color: #f0b83a;
  color: #ffe3a3 !important;
  background: rgba(99, 72, 13, 0.3);
}

html.field-os-console .swatch > span:not(.swatch-dot),
html.field-os-console .fo-product-readout {
  color: #afbec5 !important;
}

html.field-os-console .fo-form-progress__meta,
html.field-os-console .fo-creator-route span {
  color: #a9bdc7;
}

html.field-os-console .contact-form .legal-consent {
  border-color: rgba(116, 168, 190, 0.28);
  border-left-color: var(--fo-accent);
  color: #bed0d8;
  background: rgba(13, 31, 42, 0.96);
}

html.field-os-console .contact-form .legal-consent > span {
  color: #bed0d8;
}

html.field-os-console .contact-form .legal-consent a {
  color: #72ded4;
}

html.field-os-console .productops-form .launch-consent,
html.field-os-console .productops-form .launch-consent > span {
  color: #334953;
}

html.field-os-console .productops-form .launch-consent a {
  color: #176f73;
  font-weight: 800;
}

html.field-os-console .contact-lines a,
html.field-os-console .site-footer .footer-brand a,
html.field-os-console .launch-footer a {
  color: #b8c9d1 !important;
}

html.field-os-console .commercial-trust-strip span {
  font-size: 12px;
}

html.field-os-console .fo-menu-section,
html.field-os-console .fo-product-menu {
  display: none !important;
}

html.field-os-console .launch-menu-toggle {
  position: relative;
  display: none;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--fo-console-line-strong);
  border-radius: 4px;
  color: #e9f4f7;
  background: rgba(9, 22, 32, 0.92);
  cursor: pointer;
}

html.field-os-console .launch-menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

html.field-os-console .launch-menu-toggle span:first-child {
  transform: translateY(-6px);
}

html.field-os-console .launch-menu-toggle span:last-child {
  transform: translateY(6px);
}

html.field-os-console .launch-header.is-menu-open .launch-menu-toggle span:first-child,
html.field-os-console .site-header.is-menu-open .launch-menu-toggle span:first-child {
  transform: rotate(45deg);
}

html.field-os-console .launch-header.is-menu-open .launch-menu-toggle span:nth-child(2),
html.field-os-console .site-header.is-menu-open .launch-menu-toggle span:nth-child(2) {
  opacity: 0;
}

html.field-os-console .launch-header.is-menu-open .launch-menu-toggle span:last-child,
html.field-os-console .site-header.is-menu-open .launch-menu-toggle span:last-child {
  transform: rotate(-45deg);
}

@media (max-width: 980px) {
  html.field-os-console .launch-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  html.field-os-console .fo-menu-section {
    display: flex !important;
    grid-column: 1 / -1;
    min-height: 28px;
    align-items: center;
    padding: 3px 10px;
    border-bottom: 1px solid rgba(108, 179, 210, 0.28);
    color: #79c9eb;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.field-os-console .fo-menu-section-main {
    margin-top: 0;
  }

  html.field-os-console .fo-menu-section-products {
    margin-top: 4px;
  }

  html.field-os-console .fo-product-menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    z-index: 5;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--fo-console-line-strong);
    border-radius: 4px;
    color: #b9cbd3;
    background: rgba(7, 18, 27, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  }

  html.field-os-console .launch-header.is-menu-open .fo-product-menu,
  html.field-os-console .site-header.is-menu-open .fo-product-menu {
    display: grid !important;
  }

  html.field-os-console .fo-compact-product-nav .launch-links,
  html.field-os-console .fo-compact-product-nav.is-menu-open .launch-links,
  html.field-os-console.field-os-cubifil .fo-compact-product-nav .nav-links {
    display: none !important;
  }

  html.field-os-console .fo-product-menu a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 7px 10px;
    border-radius: 3px;
    color: inherit !important;
    white-space: normal;
    text-align: left;
    line-height: 1.2;
  }

  html.field-os-console .fo-product-menu a:hover,
  html.field-os-console .fo-product-menu a:focus-visible,
  html.field-os-console .fo-product-menu a[aria-current="page"] {
    color: #031018 !important;
    background: var(--fo-accent);
  }

  html.field-os-console.field-os-cubifil .site-header .nav {
    position: relative;
    display: flex;
    min-height: 64px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
  }

  html.field-os-console.field-os-cubifil .site-header .nav-links {
    display: none !important;
  }
}

@media (max-width: 720px) {
  html.field-os-console .fo-product-menu {
    grid-template-columns: 1fr !important;
  }
}

html.field-os-console .projects-detail-page .detail-card p {
  color: #c4d0d6 !important;
  font-weight: 500;
}

html.field-os-console .projects-detail-page .example-pathway-card {
  border-color: rgba(85, 112, 124, 0.34) !important;
  color: #17313d !important;
  background: #fffdf8 !important;
}

html.field-os-console .projects-detail-page .example-pathway-card > span {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid rgba(114, 201, 238, 0.5);
  color: #d4eff9 !important;
  background: #0b202c !important;
}

html.field-os-console .projects-detail-page .example-pathway-card h3,
html.field-os-console .projects-detail-page .example-pathway-card dt {
  color: #17313d !important;
}

html.field-os-console .projects-detail-page .example-pathway-card > p,
html.field-os-console .projects-detail-page .example-pathway-card dd {
  color: #405966 !important;
  font-weight: 520;
}

html.field-os-console .projects-detail-page .example-pathway-card dl > div {
  border-color: rgba(23, 49, 61, 0.16) !important;
}

html.field-os-console .projects-detail-page .example-pathway-note {
  color: #405966 !important;
  font-weight: 560;
}

html.field-os-console .projects-detail-page .detail-split > div:first-child h2 {
  color: #eef5f7 !important;
}

html.field-os-console .projects-detail-page .detail-split > div:first-child > p:last-child {
  color: #c2d0d7 !important;
}

html.field-os-console .about-detail-page .model-card-jd,
html.field-os-console .about-detail-page .model-card-tp {
  border-color: rgba(85, 112, 124, 0.34) !important;
  color: #17313d !important;
  background: #fffdf8 !important;
}

html.field-os-console .about-detail-page .model-card-jd h3,
html.field-os-console .about-detail-page .model-card-tp h3 {
  color: #17313d !important;
}

html.field-os-console .about-detail-page .model-card-jd p,
html.field-os-console .about-detail-page .model-card-tp p {
  color: #405966 !important;
  font-weight: 520;
}

html.field-os-console .about-detail-page .model-card-group p,
html.field-os-console .about-detail-page .detail-split > div:first-child > p:last-child,
html.field-os-console .about-detail-page .detail-card p,
html.field-os-console .about-detail-page .detail-snapshot small {
  color: #c2d0d7 !important;
}

html.field-os-console .contact-detail-page .contact-email-panel {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px !important;
  border-color: rgba(114, 201, 238, 0.34) !important;
  background: rgba(7, 18, 27, 0.96) !important;
}

html.field-os-console .contact-detail-page .contact-email-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

html.field-os-console .contact-detail-page .contact-email-head > span,
html.field-os-console .contact-detail-page .contact-email-head > small {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  margin: 0;
  padding: 5px 9px;
  border: 1px solid rgba(114, 201, 238, 0.4);
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

html.field-os-console .contact-detail-page .contact-email-head > span {
  color: #d4eff9 !important;
  background: #0b202c;
}

html.field-os-console .contact-detail-page .contact-email-head > small {
  color: #a9c2cd !important;
  background: rgba(12, 29, 41, 0.78);
}

html.field-os-console .contact-detail-page .contact-email-address {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid rgba(114, 201, 238, 0.26);
  border-bottom: 1px solid rgba(114, 201, 238, 0.26);
  color: #f2f8fa !important;
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 760;
  line-height: 1.2;
}

html.field-os-console .contact-detail-page .contact-email-address > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
  color: inherit !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

html.field-os-console .contact-detail-page .contact-email-address > span:last-child {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(114, 201, 238, 0.46);
  border-radius: 3px;
  color: #72c9ee;
  font-size: 17px;
}

html.field-os-console .contact-detail-page .contact-email-address:hover,
html.field-os-console .contact-detail-page .contact-email-address:focus-visible {
  color: #8ee9df !important;
}

html.field-os-console .contact-detail-page .contact-email-address:hover > span:last-child,
html.field-os-console .contact-detail-page .contact-email-address:focus-visible > span:last-child {
  border-color: #72c9ee;
  color: #031018;
  background: #72c9ee;
}

html.field-os-console .contact-detail-page .contact-email-panel > p,
html.field-os-console .contact-detail-page .contact-method-card p {
  margin: 0;
  color: #c2d0d7 !important;
}

html.field-os-console .contact-detail-page .contact-email-panel > p {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
}

html.field-os-console .trade-desk-page .trade-service-grid article,
html.field-os-console .trade-desk-page .trade-scope-grid article,
html.field-os-console .trade-desk-page .trade-role-grid article,
html.field-os-console .trade-desk-page .trade-process-list > ol > li {
  border-color: rgba(85, 112, 124, 0.34) !important;
  color: #17313d !important;
  background: #fffdf8 !important;
}

html.field-os-console .trade-desk-page .trade-service-grid article h3,
html.field-os-console .trade-desk-page .trade-role-grid article h3,
html.field-os-console .trade-desk-page .trade-process-list > ol > li strong {
  color: #17313d !important;
}

html.field-os-console .trade-desk-page .trade-service-grid article p,
html.field-os-console .trade-desk-page .trade-scope-grid article li,
html.field-os-console .trade-desk-page .trade-role-grid article p,
html.field-os-console .trade-desk-page .trade-process-list > ol > li p {
  color: #405966 !important;
  font-weight: 520;
}

html.field-os-console .trade-desk-page .trade-section-heading > p:not(.eyebrow),
html.field-os-console .trade-desk-page .contact-intro > p:not(.eyebrow),
html.field-os-console .trade-desk-page .contact-lines span,
html.field-os-console .trade-desk-page .trade-route-step p {
  color: #c2d0d7 !important;
}

html.field-os-console .trade-desk-page .trade-masthead-copy > p:not(.eyebrow) {
  color: #d5e0e5 !important;
}

html.field-os-console .services-detail-page .detail-section-heading > p:not(.eyebrow) {
  color: #334b57 !important;
  font-weight: 560;
}

html.field-os-console .services-detail-page .detail-steps article {
  color: #17313d !important;
}

html.field-os-console .services-detail-page .detail-steps article h3 {
  color: #17313d !important;
}

html.field-os-console .services-detail-page .detail-steps article p {
  color: #425965 !important;
}

html.field-os-console .services-detail-page .detail-cta .eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(212, 239, 249, 0.5);
  border-radius: 4px;
  color: #e9f7fb !important;
  background: rgba(7, 22, 33, 0.82);
}

html.field-os-console .seo-landing-page .detail-split > div:first-child h2 {
  color: #eef5f7 !important;
}

html.field-os-console
  .seo-landing-page
  .detail-split
  > div:first-child
  > p:not(.eyebrow) {
  color: #b8c7ce !important;
}

html.field-os-console .seo-landing-page .detail-split > div:first-child .eyebrow,
html.field-os-console .seo-landing-page .detail-cta .eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(212, 239, 249, 0.5);
  border-radius: 4px;
  color: #e9f7fb !important;
  background: rgba(7, 22, 33, 0.84) !important;
}

html.field-os-console .legal-page > header .eyebrow {
  color: var(--fo-accent-strong) !important;
}

html.field-os-console .legal-page > header h1 {
  color: #eef5f7 !important;
}

html.field-os-console .legal-page > header > p {
  color: #b4c3ca !important;
}

html.field-os-console .legal-language-nav a {
  border-color: var(--fo-console-line-strong);
  color: #d9e7ec;
  background: rgba(8, 19, 29, 0.9);
}

html.field-os-console .legal-language-nav a:hover,
html.field-os-console .legal-language-nav a:focus-visible {
  border-color: var(--fo-accent);
  color: #031018;
  background: var(--fo-accent);
}

html.field-os-console .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--fo-accent) var(--fo-panel-solid);
  scrollbar-width: thin;
}

@keyframes fo-lens-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fo-protocol-sync {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  35% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateX(260px);
  }
}

@keyframes fo-protocol-confirm {
  0% {
    box-shadow: inset 0 0 0 0 rgba(var(--fo-product-rgb), 0);
  }
  48% {
    box-shadow: inset 0 0 0 1px rgba(var(--fo-product-rgb), 0.64);
  }
  100% {
    box-shadow: inset 0 0 0 1px rgba(var(--fo-product-rgb), 0);
  }
}

@keyframes fo-gauge-confirm {
  48% {
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--fo-accent) 13%, transparent);
  }
}

@keyframes fo-record-sync {
  45% {
    box-shadow: 0 0 18px color-mix(in srgb, var(--fo-accent) 48%, transparent);
    filter: brightness(1.28);
  }
}

@keyframes fo-route-confirm {
  50% {
    transform: scale(1.55);
    box-shadow: 0 0 14px color-mix(in srgb, var(--fo-accent) 54%, transparent);
  }
}

@media (max-width: 980px) {
  .fo-scroll-scanner,
  .fo-pointer-lens,
  .fo-pointer-beam,
  .fo-pointer-telemetry {
    display: none;
  }

  .fo-cubifil-tuner__controls {
    padding-right: 0;
  }

  .fo-cubifil-tuner__gauge {
    position: static;
    justify-self: end;
  }
}

@media (max-width: 720px) {
  .fo-reveal .fo-stage-item {
    clip-path: none;
    translate: 0 8px;
    transition-delay: calc(var(--fo-stage-index, 0) * 28ms + 40ms);
  }

  .fo-creator-route {
    grid-template-columns: minmax(0, 1fr);
  }

  .fo-creator-route-map {
    width: min(220px, 100%);
  }

  .fo-product-protocol {
    height: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fo-scroll-scanner,
  .fo-pointer-lens,
  .fo-pointer-beam,
  .fo-pointer-telemetry {
    display: none;
  }

  .fo-reveal .fo-stage-item,
  .fo-reveal.is-visible .fo-stage-item {
    opacity: 1;
    translate: none;
    clip-path: none;
    transition: none;
  }

  .fo-product-card *,
  .fo-cubifil-tuner__gauge,
  .productops-meter span,
  .fo-creator-route-node {
    animation: none !important;
    transition: none !important;
  }
}

/* Field OS 2.1 final cascade. Keep shared-shell decisions after legacy passes. */
html.field-os-console main#top > .hero::before {
  opacity: 0.18;
}

html.field-os-console main#top > .hero::after {
  opacity: 0.06;
}

html.field-os-console main#top > .hero .hero-canvas {
  opacity: 0.22;
}

html.field-os-console main#top > .hero .hero-image {
  opacity: 0.58;
  filter: saturate(0.52) contrast(1.1) brightness(0.62);
}

html.field-os-console main#top > .hero .hero-scrim {
  background:
    linear-gradient(90deg, rgba(4, 9, 15, 0.9) 0 38%, rgba(4, 9, 15, 0.46) 68%, rgba(4, 9, 15, 0.68)),
    linear-gradient(180deg, rgba(4, 9, 15, 0.18), rgba(4, 9, 15, 0.7)) !important;
}

html.field-os-console main#top > .hero .hero-content::before,
html.field-os-console main#top > .hero .hero-content::after {
  width: 72px;
  height: 72px;
  opacity: 0.38;
}

html.field-os-console main#top > .hero .hero-inner {
  width: min(1320px, calc(100% - 96px));
}

html.field-os-console main#top > .hero .hero-content {
  max-width: 670px;
}

html.field-os-console main#top > .hero h1 {
  max-width: 650px;
  font-size: clamp(48px, 4vw, 58px);
  line-height: 1.05;
}

html.field-os-console main#top > .hero .hero-copy {
  max-width: 610px;
}

html.field-os-console main#top > .hero .hero-signal-row {
  display: none;
}

html.field-os-console main#top > .hero .hero-tech-grid {
  position: relative;
  max-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 20px;
  padding: 34px 0 0;
  border: 0;
}

html.field-os-console main#top > .hero .hero-tech-grid::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #93aab4;
  content: attr(data-signal-prompt);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

html.field-os-console main#top > .hero .hero-tech-grid > div {
  min-height: 82px;
  padding: 13px 38px 12px 13px;
  border-radius: 3px;
  background: rgba(6, 18, 28, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(10px);
}

html.field-os-console main#top > .hero .hero-tech-grid strong {
  margin-top: 8px;
  font-size: 14px;
}

html.field-os-console main#top > .hero .hero-tech-grid small {
  display: block;
  color: #a7b7be;
  font-size: 12px;
}

html.field-os-console main#top > .hero .fo-project-signal__marker {
  top: 11px;
  right: 11px;
  width: 24px;
  height: 24px;
}

html.field-os-console main#top > .hero .system-orbit {
  display: none;
}

html.field-os-console main#top > .hero .system-readout {
  top: 510px;
  right: clamp(74px, 7vw, 120px);
  display: block;
  width: clamp(300px, 29vw, 430px);
  min-height: 84px;
  padding: 12px 14px 12px 78px;
  border-top: 1px solid rgba(114, 201, 238, 0.32);
  border-bottom: 1px solid rgba(114, 201, 238, 0.18);
  background: linear-gradient(90deg, rgba(5, 16, 25, 0.9), rgba(5, 16, 25, 0.26));
}

html.field-os-console main#top > .hero .system-readout strong {
  font-size: 18px;
}

html.field-os-console main#top > .hero .system-readout small {
  color: #a9bac2;
  font-size: 11px;
}

.fo-hub-protocol small {
  font-size: 10px;
}

.fo-hub-protocol strong {
  font-size: 12px;
}

.fo-cubifil-scan {
  background: none;
}

.fo-cubifil-scan-zone.is-scanning .fo-cubifil-scan {
  background:
    linear-gradient(
      90deg,
      transparent calc(var(--fo-cubifil-scan-x) - 1px),
      rgba(108, 191, 255, 0.5) var(--fo-cubifil-scan-x),
      transparent calc(var(--fo-cubifil-scan-x) + 1px)
    ),
    linear-gradient(
      transparent calc(var(--fo-cubifil-scan-y) - 1px),
      rgba(112, 240, 208, 0.38) var(--fo-cubifil-scan-y),
      transparent calc(var(--fo-cubifil-scan-y) + 1px)
    );
}

.fo-cubifil-scan__callout {
  font-size: 10px;
  opacity: 0.64;
}

.fo-cubifil-scan__callout.is-inspected {
  border-color: #70f0d0;
  background: rgba(4, 20, 29, 0.94);
  opacity: 1;
  box-shadow: 0 0 18px rgba(112, 240, 208, 0.16);
}

.fo-cubifil-scan__callout:nth-child(3) {
  bottom: 154px;
}

.fo-taskable-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
}

.fo-creator-route {
  grid-template-columns: auto minmax(0, 1fr) minmax(150px, 0.58fr) auto;
  row-gap: 18px;
}

.fo-creator-route-map {
  min-width: 150px;
}

@media (min-width: 1281px) {
  html.field-os-console .fo-section-rail {
    right: 2px;
    width: 36px;
    padding: 6px 4px;
    border: 0;
    border-left: 1px solid rgba(135, 163, 175, 0.12);
    background: rgba(4, 11, 17, 0.78);
    backdrop-filter: none;
  }

  html.field-os-console .fo-section-rail::before {
    top: 48px;
    bottom: 18px;
    left: 17px;
    background: rgba(135, 163, 175, 0.2);
  }

  html.field-os-console .fo-section-rail a {
    width: 28px;
  }
}

@media (max-width: 1180px) {
  .fo-home-object,
  html.field-os-console main#top > .hero .system-readout {
    display: none;
  }

  html.field-os-console main#top > .hero .hero-content {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  html.field-os-console main#top > .hero {
    min-height: auto;
    padding-bottom: 54px;
  }

  html.field-os-console main#top > .hero .hero-inner {
    width: calc(100% - 28px);
  }

  html.field-os-console main#top > .hero .hero-content {
    max-width: none;
    padding-inline: 4px;
  }

  html.field-os-console main#top > .hero h1 {
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.1;
  }

  html.field-os-console main#top > .hero .hero-tech-grid {
    grid-template-columns: 1fr;
    gap: 6px;
    max-width: none;
  }

  html.field-os-console main#top > .hero .hero-tech-grid > div {
    display: grid;
    min-height: 64px;
    grid-template-columns: 30px minmax(0, 0.78fr) minmax(0, 1.3fr);
    gap: 9px;
    align-items: center;
    padding: 10px 42px 10px 11px;
  }

  html.field-os-console main#top > .hero .hero-tech-grid strong,
  html.field-os-console main#top > .hero .hero-tech-grid small {
    display: block;
    margin: 0;
  }

  html.field-os-console main#top > .hero .hero-tech-grid small {
    font-size: 12px;
    line-height: 1.35;
  }

  .fo-cubifil-scan__callout:nth-child(3) {
    bottom: 12px;
  }

  .fo-taskable-status {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fo-creator-route {
    grid-template-columns: 1fr;
  }

  .fo-creator-route-map {
    width: min(240px, 100%);
  }
}

/* Field OS 2.1 readability audit: restore dark type on deliberate light surfaces. */
html.field-os-console .commercial-offer-card p {
  color: #405966 !important;
}

html.field-os-console .timeline-item h3,
html.field-os-console .guide-card h3,
html.field-os-console .model-card-jd h3,
html.field-os-console .model-card-tp h3,
html.field-os-console .team-panel > div h3 {
  color: #17313d !important;
}

html.field-os-console .timeline-item p,
html.field-os-console .guide-card li,
html.field-os-console .model-card-jd p,
html.field-os-console .model-card-tp p,
html.field-os-console .team-panel > div p,
html.field-os-console .faq-grid .fo-details p {
  color: #405966 !important;
}

html.field-os-console .model-card-tp > span {
  color: #176f73 !important;
}

html.field-os-console .postnova-page .preview-doc,
html.field-os-console .postnova-page .package-card,
html.field-os-console .postnova-page .buying-card {
  color: #17313d !important;
}

html.field-os-console .postnova-page .preview-doc h3,
html.field-os-console .postnova-page .preview-doc strong,
html.field-os-console .postnova-page .package-card h3,
html.field-os-console .postnova-page .buying-card strong {
  color: #17313d !important;
}

html.field-os-console .postnova-page .preview-doc p,
html.field-os-console .postnova-page .package-card p,
html.field-os-console .postnova-page .package-card li,
html.field-os-console .postnova-page .buying-card p {
  color: #405966 !important;
}

html.field-os-console .postnova-page .preview-doc .eyebrow,
html.field-os-console .postnova-page .package-card .price-line,
html.field-os-console .postnova-page .buying-card > span {
  color: #176f73 !important;
}

html.field-os-console .postnova-page .comparison-panel > .tag,
html.field-os-console .postnova-page .package-card .text-link {
  color: #405966 !important;
}

html.field-os-console .postnova-page .tag {
  color: #176f73 !important;
  background: #e6f5f3 !important;
}

html.field-os-console .order-panel .order-summary,
html.field-os-console .order-panel .order-form {
  color: #17313d !important;
}

html.field-os-console .order-panel .order-summary h1,
html.field-os-console .order-panel .order-summary strong,
html.field-os-console .order-panel .order-form strong {
  color: #17313d !important;
}

html.field-os-console .order-panel .order-summary .lead,
html.field-os-console .order-panel .order-summary li,
html.field-os-console .order-panel .order-form .form-note {
  color: #405966 !important;
}

html.field-os-console .order-panel .order-summary .eyebrow,
html.field-os-console .order-panel .fo-form-progress__meta span {
  color: #176f73 !important;
}

html.field-os-console .order-panel .order-form label {
  color: #334953 !important;
}

html.field-os-console .portal-topbar {
  border-bottom-color: var(--fo-console-line) !important;
  color: #eaf4f7 !important;
  background: rgba(5, 9, 14, 0.96) !important;
  box-shadow: none !important;
}

html.field-os-console .portal-topbar .portal-nav {
  color: #a7b8c0 !important;
}

html.field-os-console .portal-topbar .portal-nav a:hover,
html.field-os-console .portal-topbar .portal-nav a:focus-visible {
  color: #f5fbfd !important;
}

html.field-os-console .portal-topbar .portal-action {
  color: #d9e7ec !important;
}

html.field-os-console .portal-topbar .nav-action.portal-action {
  color: #031018 !important;
}

html.field-os-console .portal-panel,
html.field-os-console .portal-preview-panel,
html.field-os-console .portal-room-grid article {
  color: #17313d !important;
}

html.field-os-console .portal-panel h2,
html.field-os-console .portal-preview-bar strong,
html.field-os-console .portal-room-grid h2 {
  color: #17313d !important;
}

html.field-os-console .portal-panel p,
html.field-os-console .portal-checklist,
html.field-os-console .portal-room-grid p {
  color: #405966 !important;
}

html.field-os-console .portal-checklist li {
  color: #405966 !important;
}

html.field-os-console .portal-label,
html.field-os-console .portal-room-grid article > span {
  color: #176f73 !important;
}

html.field-os-console .portal-note-form label {
  color: #334953 !important;
}

html.field-os-console .portal-room-header strong {
  color: #f4f9fb !important;
}

html.field-os-console .portal-room-header small {
  color: #c7d6dc !important;
}

html.field-os-console .launch-success-panel strong {
  color: #17313d !important;
}

html.field-os-console .productops-form .launch-choice-grid label {
  color: #334953 !important;
}

html.field-os-console .productops-form .launch-help {
  color: #a9bdc7 !important;
}

html.field-os-console .productops-page .launch-package-label {
  color: #72ded4 !important;
}

.fo-taskable-reset,
.fo-taskable-record-state,
.fo-hub-protocol small,
.fo-hub-switcher__protocol small,
.fo-cubifil-scan__callout,
.fo-cubifil-inspector__controls button,
.fo-creator-route-gate,
.fo-creator-focus__copy span {
  font-size: 11px;
}

html.field-os-console .fo-taskable-status > span {
  color: #a9bdc7 !important;
}

html.field-os-console .fo-section-rail small {
  font-size: 9px;
}

@media (max-width: 720px) {
  .fo-taskable-reset,
  .fo-taskable-record-state,
  .fo-hub-protocol small,
  .fo-hub-switcher__protocol small,
  .fo-cubifil-scan__callout,
  .fo-cubifil-inspector__controls button,
  .fo-creator-route-gate,
  .fo-creator-focus__copy span {
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  html.field-os-console .fo-cubifil-inspector__label,
  html.field-os-console .fo-cubifil-inspector__detail,
  html.field-os-console .fo-creator-route .fo-creator-route-gate,
  html.field-os-console .fo-creator-focus__copy span,
  html.field-os-console .fo-hub-switcher__tabs button,
  html.field-os-console .fo-hub-switcher__controls button,
  html.field-os-console .fo-hub-switcher__readout span {
    font-size: 12px !important;
  }
}

html.field-os-console .detail-section-heading.fo-heading-frame > p:not(.eyebrow),
html.field-os-console .contact-confidence .detail-section-heading > p:not(.eyebrow) {
  color: #203743 !important;
}

html.field-os-console .commercial-meta dt {
  color: #344d59 !important;
}

html.field-os-console .fo-intake-details > summary,
html.field-os-console .fo-intake-details .fo-intake-note {
  color: #243d49 !important;
}

@media (max-width: 980px) {
  html.field-os-console .mobile-menu-panel a {
    border-color: rgba(114, 201, 238, 0.22);
    color: #e5eff3;
    background: rgba(10, 24, 36, 0.94);
  }
}

/* Field OS 3: orbital site navigation */
:root {
  --fo-orbital-ink: #eef8fc;
  --fo-orbital-muted: #9eb4bf;
  --fo-orbital-blue: #6ec9f3;
  --fo-orbital-mint: #65d9cf;
  --fo-orbital-gold: #f1c75b;
  --fo-orbital-surface: #07131c;
  --fo-orbital-line: rgba(126, 202, 235, 0.24);
}

body.fo-orbital-home-page {
  min-height: 100dvh;
  overflow: hidden;
  background: #02070b;
}

body.fo-orbital-home-page main#top > :not(.hero),
body.fo-orbital-home-page > footer,
body.fo-orbital-home-page .assistant-launcher,
body.fo-orbital-home-page .assistant-panel,
body.fo-orbital-home-page .project-assistant {
  display: none !important;
}

html.field-os-console body.fo-orbital-home-page main#top > .hero.fo-orbital-active {
  position: relative;
  min-height: calc(100dvh - 74px) !important;
  height: calc(100dvh - 74px);
  padding: 0 !important;
  overflow: hidden;
  color: var(--fo-orbital-ink);
  background: #02070b !important;
}

body.fo-orbital-home-page .hero.fo-orbital-active::before,
body.fo-orbital-home-page .hero.fo-orbital-active::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

body.fo-orbital-home-page .hero.fo-orbital-active::before {
  inset: 74px auto 0 12%;
  width: 1px;
  background: rgba(110, 201, 243, 0.1);
}

body.fo-orbital-home-page .hero.fo-orbital-active::after {
  inset: 58% 0 auto;
  height: 1px;
  background: rgba(110, 201, 243, 0.08);
}

body.fo-orbital-home-page .hero.fo-orbital-active > :not(.fo-orbital-home) {
  display: none !important;
}

.fo-orbital-home {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(190px, 0.52fr) minmax(460px, 1.45fr) minmax(270px, 0.68fr);
  grid-template-rows: 46px minmax(0, 1fr) 72px;
  gap: 0 22px;
  padding: 24px 34px 22px;
  isolation: isolate;
}

.fo-orbital-status {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  gap: 9px;
  align-self: start;
  color: #9fc4d4;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.fo-orbital-status__signal {
  width: 7px;
  height: 7px;
  border: 1px solid var(--fo-orbital-mint);
  background: var(--fo-orbital-mint);
  box-shadow: 0 0 16px rgba(101, 217, 207, 0.72);
}

.fo-orbital-brand {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-self: center;
  min-width: 0;
  padding-left: 16px;
  border-left: 1px solid var(--fo-orbital-line);
}

.fo-orbital-brand__index {
  margin-bottom: 11px;
  color: var(--fo-orbital-blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
}

.fo-orbital-brand strong {
  max-width: none;
  color: var(--fo-orbital-ink);
  font-size: 42px;
  font-weight: 650;
  line-height: 0.95;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.fo-orbital-brand > small {
  max-width: 19ch;
  margin-top: 16px;
  color: var(--fo-orbital-muted);
  font-size: 12px;
  line-height: 1.6;
}

.fo-orbital-brand__theme {
  max-width: 24ch;
  margin: 10px 0 0;
  color: #c2d3da;
  font-size: 11px;
  line-height: 1.65;
}

.fo-orbital-theme-map {
  display: grid;
  width: min(100%, 220px);
  margin-top: 18px;
  border-top: 1px solid rgba(126, 202, 235, 0.16);
}

.fo-orbital-theme-map__item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 34px;
  border-bottom: 1px solid rgba(126, 202, 235, 0.1);
}

.fo-orbital-theme-map__item > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--fo-orbital-blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 700;
}

.fo-orbital-theme-map__item > span::before {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  content: "";
}

.fo-orbital-theme-map__item[data-layer="support"] > span {
  color: var(--fo-orbital-mint);
}

.fo-orbital-theme-map__item[data-layer="opportunity"] > span {
  color: var(--fo-orbital-gold);
}

.fo-orbital-theme-map__item small {
  color: #829ba7;
  font-size: 9px;
  line-height: 1.35;
}

.fo-orbital-stage {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 4;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  outline: none;
  cursor: grab;
  touch-action: pan-y;
  box-shadow:
    inset 0 1px rgba(110, 201, 243, 0.08),
    inset 0 -1px rgba(110, 201, 243, 0.08);
}

.fo-orbital-stage::before {
  position: absolute;
  z-index: 1;
  inset: 7% 4%;
  border-top: 1px solid rgba(110, 201, 243, 0.12);
  border-bottom: 1px solid rgba(110, 201, 243, 0.12);
  content: "";
  pointer-events: none;
}

.fo-orbital-stage:active {
  cursor: grabbing;
}

.fo-orbital-stage:focus-visible::after {
  position: absolute;
  inset: 9% 7%;
  border: 1px solid var(--fo-orbital-blue);
  content: "";
  pointer-events: none;
}

.fo-orbital-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 28px rgba(72, 183, 228, 0.14));
}

.fo-orbital-telemetry {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  color: #79b5ce;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0.74;
  pointer-events: none;
}

.fo-orbital-telemetry span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.fo-orbital-telemetry span::before {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  content: "";
}

.fo-orbital-telemetry span:nth-child(2) {
  justify-self: center;
  color: var(--fo-orbital-mint);
}

.fo-orbital-telemetry span:nth-child(2)::before {
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
  animation: fo-orbital-lock 1.8s steps(2, end) infinite;
}

.fo-orbital-telemetry span:last-child {
  justify-self: end;
  color: var(--fo-orbital-gold);
}

.fo-orbital-system-title {
  position: absolute;
  z-index: 3;
  top: 44px;
  left: 50%;
  display: grid;
  width: min(72%, 430px);
  justify-items: center;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.fo-orbital-system-title strong {
  color: #e9f8ff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(110, 201, 243, 0.36);
}

.fo-orbital-system-title span {
  margin-top: 5px;
  color: #83adbf;
  font-size: 9px;
  line-height: 1.35;
}

.fo-orbital-system-title::after {
  width: 56px;
  margin-top: 8px;
  border-top: 1px solid rgba(110, 201, 243, 0.42);
  box-shadow: 0 0 10px rgba(110, 201, 243, 0.22);
  content: "";
}

.fo-orbital-fact-core {
  --fo-core-accent: var(--fo-orbital-blue);
  --fo-core-shift-x: 0px;
  --fo-core-shift-y: 0px;
  --fo-core-tilt-x: 0deg;
  --fo-core-tilt-y: 0deg;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 126px;
  min-height: 86px;
  place-content: center;
  justify-items: center;
  border: 1px solid color-mix(in srgb, var(--fo-core-accent) 42%, transparent);
  border-radius: 50%;
  color: #eefaff;
  text-align: center;
  background: rgba(2, 12, 18, 0.74);
  box-shadow:
    inset 0 0 28px rgba(110, 201, 243, 0.08),
    0 0 34px rgba(110, 201, 243, 0.12);
  transform:
    perspective(520px)
    translate(
      calc(-50% + var(--fo-core-shift-x)),
      calc(-50% + var(--fo-core-shift-y))
    )
    rotateX(var(--fo-core-tilt-x))
    rotateY(var(--fo-core-tilt-y));
  transform-style: preserve-3d;
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 120ms linear;
  pointer-events: none;
}

.fo-orbital-home[data-category="product"] .fo-orbital-fact-core {
  --fo-core-accent: var(--fo-orbital-mint);
}

.fo-orbital-home[data-category="program"] .fo-orbital-fact-core {
  --fo-core-accent: var(--fo-orbital-gold);
}

.fo-orbital-fact-core.is-tracking {
  border-color: var(--fo-core-accent);
  box-shadow:
    inset 0 0 34px color-mix(in srgb, var(--fo-core-accent) 12%, transparent),
    0 0 42px color-mix(in srgb, var(--fo-core-accent) 24%, transparent);
}

.fo-orbital-fact-core::before,
.fo-orbital-fact-core::after {
  position: absolute;
  top: 50%;
  width: 40px;
  border-top: 1px solid rgba(110, 201, 243, 0.3);
  content: "";
}

.fo-orbital-fact-core::before {
  right: 100%;
}

.fo-orbital-fact-core::after {
  left: 100%;
}

.fo-orbital-fact-core > span {
  color: var(--fo-core-accent);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 7px;
  line-height: 1;
}

.fo-orbital-fact-core strong {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.fo-orbital-fact-core small {
  max-width: 17ch;
  margin-top: 6px;
  color: #89aab8;
  font-size: 7.5px;
  line-height: 1.35;
}

.fo-orbital-fact-core.is-updating .fo-orbital-fact-core__state {
  animation: fo-core-state-update 420ms ease both;
}

@keyframes fo-core-state-update {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fo-orbital-shared-record {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  padding: 5px 9px;
  border-left: 1px solid var(--fo-orbital-mint);
  color: #8db7c5;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  line-height: 1.2;
  background: rgba(2, 10, 15, 0.7);
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.fo-orbital-static-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(45vw, 460px);
  max-width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(110, 201, 243, 0.34);
  border-radius: 50%;
  background: #071723;
  box-shadow:
    inset 0 0 0 34px rgba(110, 201, 243, 0.025),
    0 0 74px rgba(63, 172, 215, 0.12);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fo-orbital-static-core::before,
.fo-orbital-static-core::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.fo-orbital-static-core::before {
  inset: 12%;
  border: 1px dashed rgba(110, 201, 243, 0.22);
  border-radius: 50%;
}

.fo-orbital-static-core::after {
  inset: 31%;
  border: 1px solid rgba(241, 199, 91, 0.28);
  transform: rotate(45deg);
}

.fo-orbital-static-ring,
.fo-orbital-static-axis {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(101, 217, 207, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fo-orbital-static-ring--one {
  width: 128%;
  height: 34%;
}

.fo-orbital-static-ring--two {
  width: 40%;
  height: 128%;
}

.fo-orbital-static-axis {
  width: 1px;
  height: 116%;
  border: 0;
  border-left: 1px solid rgba(241, 199, 91, 0.24);
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(32deg);
}

.fo-orbital-home.is-webgl-ready .fo-orbital-static-core {
  opacity: 0;
}

.fo-orbital-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fo-orbit-label {
  --fo-label-callout-x: 0px;
  --fo-label-callout-y: 0px;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 29px minmax(0, auto);
  grid-template-rows: auto auto;
  max-width: 215px;
  min-height: 42px;
  padding: 7px 10px 7px 7px;
  border: 1px solid rgba(110, 201, 243, 0.28);
  border-radius: 3px;
  color: #dcecf3;
  text-align: left;
  background: rgba(3, 13, 20, 0.9);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28);
  opacity: calc(0.28 + (var(--fo-node-depth, 0.5) * 0.72));
  transform:
    translate3d(var(--fo-node-x, -1000px), var(--fo-node-y, -1000px), 0)
    translate(
      calc(-50% + var(--fo-label-callout-x)),
      calc(-50% + var(--fo-label-callout-y))
    )
    scale(calc(0.82 + (var(--fo-node-depth, 0.5) * 0.18)));
  transform-origin: center;
  transition:
    opacity 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
  pointer-events: auto;
}

.fo-orbit-label.is-behind {
  opacity: 0.08;
  pointer-events: none;
}

.fo-orbit-label.is-related:not(.is-behind, .is-active) {
  border-color: rgba(110, 201, 243, 0.52);
  box-shadow:
    0 0 0 1px rgba(110, 201, 243, 0.07),
    0 8px 24px rgba(0, 0, 0, 0.32);
  opacity: 0.76;
}

.fo-orbit-label--product.is-related:not(.is-behind, .is-active) {
  border-color: rgba(101, 217, 207, 0.54);
}

.fo-orbit-label--program.is-related:not(.is-behind, .is-active) {
  border-color: rgba(241, 199, 91, 0.58);
}

.fo-orbit-label:hover,
.fo-orbit-label:focus-visible,
.fo-orbit-label.is-active {
  z-index: 4;
  border-color: var(--fo-orbital-blue);
  color: #ffffff;
  background: rgba(4, 20, 30, 0.98);
  box-shadow: 0 0 0 1px rgba(110, 201, 243, 0.12), 0 12px 32px rgba(0, 0, 0, 0.42);
  opacity: 1;
  outline: none;
}

.fo-orbit-label.is-active {
  --fo-label-callout-x: 150px;
}

.fo-orbit-label.is-active::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 150px;
  border-top: 1px solid currentColor;
  opacity: 0.5;
  content: "";
  pointer-events: none;
}

.fo-orbit-label--product:hover,
.fo-orbit-label--product:focus-visible,
.fo-orbit-label--product.is-active {
  border-color: var(--fo-orbital-mint);
}

.fo-orbit-label--program:hover,
.fo-orbit-label--program:focus-visible,
.fo-orbit-label--program.is-active {
  border-color: var(--fo-orbital-gold);
}

.fo-orbit-label__marker {
  grid-row: 1 / 3;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  align-self: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--fo-orbital-blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
}

.fo-orbit-label--product .fo-orbit-label__marker {
  color: var(--fo-orbital-mint);
}

.fo-orbit-label--program .fo-orbit-label__marker {
  color: var(--fo-orbital-gold);
}

.fo-orbit-label strong {
  align-self: end;
  min-width: 0;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.fo-orbit-label small {
  display: none;
  margin-top: 3px;
  color: #a9bec8;
  font-size: 10px;
  line-height: 1.35;
}

.fo-orbit-label.is-active small {
  display: block;
}

@media (min-width: 761px) {
  html[lang^="en"] .fo-orbit-label.is-active small,
  html[lang^="fr"] .fo-orbit-label.is-active small {
    min-width: 0;
    max-width: 164px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.fo-orbit-label.is-active .fo-orbit-label__marker {
  box-shadow:
    0 0 0 4px rgba(110, 201, 243, 0.08),
    0 0 18px rgba(110, 201, 243, 0.28);
  animation: fo-orbit-marker 1.7s ease-in-out infinite;
}

.fo-orbit-label--product.is-active .fo-orbit-label__marker {
  box-shadow:
    0 0 0 4px rgba(101, 217, 207, 0.08),
    0 0 18px rgba(101, 217, 207, 0.3);
}

.fo-orbit-label--program.is-active .fo-orbit-label__marker {
  box-shadow:
    0 0 0 4px rgba(241, 199, 91, 0.08),
    0 0 18px rgba(241, 199, 91, 0.3);
}

@keyframes fo-orbital-lock {
  0%,
  76% {
    opacity: 1;
  }
  77%,
  100% {
    opacity: 0.42;
  }
}

@keyframes fo-orbit-marker {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.fo-orbital-readout {
  grid-column: 3;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-self: center;
  min-width: 0;
  padding: 22px 0 22px 22px;
  border-left: 1px solid var(--fo-orbital-line);
}

.fo-orbital-readout__category,
.fo-orbital-readout__meta {
  color: var(--fo-orbital-blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
}

.fo-orbital-home[data-category="product"] .fo-orbital-readout__category,
.fo-orbital-home[data-category="product"] .fo-orbital-readout__meta {
  color: var(--fo-orbital-mint);
}

.fo-orbital-home[data-category="program"] .fo-orbital-readout__category,
.fo-orbital-home[data-category="program"] .fo-orbital-readout__meta {
  color: var(--fo-orbital-gold);
}

html.field-os-console body.fo-orbital-home-page main#top > .hero.fo-orbital-active .fo-orbital-readout__title {
  max-width: 13ch;
  margin: 14px 0 0;
  color: var(--fo-orbital-ink);
  font-size: 30px !important;
  font-weight: 650;
  line-height: 1.08 !important;
  overflow-wrap: anywhere;
}

.fo-orbital-readout__note {
  max-width: 31ch;
  margin: 14px 0 0;
  color: var(--fo-orbital-muted);
  font-size: 13px;
  line-height: 1.65;
}

.fo-orbital-readout__relations {
  max-width: 31ch;
  margin-top: 17px;
  padding-top: 12px;
  border-top: 1px solid rgba(110, 201, 243, 0.16);
}

.fo-orbital-readout__relations > span {
  color: var(--fo-orbital-blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  line-height: 1.3;
  text-transform: uppercase;
}

.fo-orbital-readout__relations ul {
  display: grid;
  gap: 7px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.fo-orbital-readout__relations li {
  position: relative;
  padding-left: 11px;
  color: #9db2bc;
  font-size: 10px;
  line-height: 1.45;
}

.fo-orbital-readout__relations li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 4px;
  height: 4px;
  border: 1px solid var(--fo-orbital-blue);
  content: "";
}

.fo-orbital-home[data-category="product"] .fo-orbital-readout__relations {
  border-top-color: rgba(101, 217, 207, 0.18);
}

.fo-orbital-home[data-category="product"] .fo-orbital-readout__relations > span {
  color: var(--fo-orbital-mint);
}

.fo-orbital-home[data-category="product"] .fo-orbital-readout__relations li::before {
  border-color: var(--fo-orbital-mint);
}

.fo-orbital-home[data-category="program"] .fo-orbital-readout__relations {
  border-top-color: rgba(241, 199, 91, 0.2);
}

.fo-orbital-home[data-category="program"] .fo-orbital-readout__relations > span {
  color: var(--fo-orbital-gold);
}

.fo-orbital-home[data-category="program"] .fo-orbital-readout__relations li::before {
  border-color: var(--fo-orbital-gold);
}

.fo-orbital-readout__meta {
  margin-top: 16px;
}

.fo-orbital-readout__action {
  display: flex;
  width: min(100%, 244px);
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 14px;
  border: 1px solid var(--fo-orbital-blue);
  border-radius: 3px;
  color: #eaf9ff;
  font-size: 12px;
  font-weight: 650;
  background: rgba(11, 42, 58, 0.86);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.fo-orbital-home[data-category="product"] .fo-orbital-readout__action {
  border-color: var(--fo-orbital-mint);
  background: rgba(8, 47, 45, 0.84);
}

.fo-orbital-home[data-category="program"] .fo-orbital-readout__action {
  border-color: var(--fo-orbital-gold);
  color: #fff7d7;
  background: rgba(54, 43, 12, 0.82);
}

.fo-orbital-readout__action:hover,
.fo-orbital-readout__action:focus-visible {
  color: #021018;
  background: var(--fo-orbital-blue);
  outline: none;
  transform: translateY(-2px);
}

.fo-orbital-home[data-category="product"] .fo-orbital-readout__action:hover,
.fo-orbital-home[data-category="product"] .fo-orbital-readout__action:focus-visible {
  background: var(--fo-orbital-mint);
}

.fo-orbital-home[data-category="program"] .fo-orbital-readout__action:hover,
.fo-orbital-home[data-category="program"] .fo-orbital-readout__action:focus-visible {
  background: var(--fo-orbital-gold);
}

.fo-orbital-controls {
  grid-column: 3;
  grid-row: 3;
  display: flex;
  align-self: end;
  justify-self: end;
  gap: 8px;
}

.fo-orbital-controls button,
.fo-module-switch {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--fo-orbital-line);
  border-radius: 3px;
  color: #dff5ff;
  font-size: 17px;
  background: #07131c;
}

.fo-orbital-controls button:hover,
.fo-orbital-controls button:focus-visible,
.fo-module-switch:hover,
.fo-module-switch:focus-visible {
  border-color: var(--fo-orbital-blue);
  color: #ffffff;
  background: #102a38;
  outline: none;
}

.fo-orbital-home.is-launching {
  opacity: 0;
  transform: scale(1.012);
  transition:
    opacity 380ms ease,
    transform 380ms ease;
}

.fo-orbital-home.is-static .fo-orbit-label {
  opacity: 0.82;
  transform: translate(-50%, -50%);
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(1) {
  top: 50%;
  left: 50%;
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(2) {
  top: 30%;
  left: 72%;
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(3) {
  top: 54%;
  left: 80%;
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(4) {
  top: 75%;
  left: 69%;
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(5) {
  top: 82%;
  left: 44%;
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(6) {
  top: 70%;
  left: 21%;
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(7) {
  top: 43%;
  left: 18%;
}

.fo-orbital-home.is-static .fo-orbit-label:nth-child(8) {
  top: 18%;
  left: 50%;
}

/* Shared secondary-page command layer */
body.fo-module-page {
  --fo-module-accent: var(--fo-orbital-blue);
}

body.fo-module-cubifil,
body.fo-module-taskable,
body.fo-module-postnova {
  --fo-module-accent: var(--fo-orbital-mint);
}

body.fo-module-creator,
body.fo-module-trade {
  --fo-module-accent: var(--fo-orbital-gold);
}

.fo-module-commandbar {
  position: sticky;
  z-index: 55;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 66px;
  align-items: center;
  gap: 15px;
  padding: 9px max(18px, calc((100vw - 1180px) / 2));
  border-block: 1px solid rgba(126, 202, 235, 0.2);
  color: #eaf7fc;
  background: rgba(4, 14, 21, 0.97);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.14);
}

.fo-module-core-link {
  display: grid;
  grid-template-columns: 34px 16px auto;
  align-items: center;
  gap: 7px;
  width: auto;
  min-width: 108px;
  height: 44px;
  padding: 0 10px 0 7px;
  border: 1px solid rgba(126, 202, 235, 0.25);
  border-radius: 3px;
  color: var(--fo-module-accent);
  background: #07141d;
}

.fo-module-core-link:hover,
.fo-module-core-link:focus-visible {
  border-color: var(--fo-module-accent);
  color: #ffffff;
  outline: none;
}

.fo-module-core-link__sphere {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.fo-module-core-link__sphere::before,
.fo-module-core-link__sphere::after {
  position: absolute;
  content: "";
}

.fo-module-core-link__sphere::before {
  inset: 5px -5px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.fo-module-core-link__sphere::after {
  inset: -5px 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.fo-module-core-link__arrow {
  font-size: 15px;
}

.fo-module-core-link__label {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.fo-module-commandbar__identity {
  display: grid;
  min-width: 0;
  line-height: 1.15;
}

.fo-module-commandbar__identity > span {
  color: var(--fo-module-accent);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.fo-module-commandbar__identity strong {
  margin-top: 3px;
  overflow: hidden;
  color: #eef8fc;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fo-module-commandbar__identity small {
  margin-top: 3px;
  overflow: hidden;
  color: #a8bdc7;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fo-module-map {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px max(18px, calc((100vw - 1180px) / 2)) 18px;
  border-bottom: 1px solid rgba(126, 202, 235, 0.25);
  background: #020a0f;
  box-shadow: 0 24px 34px rgba(0, 0, 0, 0.42);
}

.fo-module-map[hidden] {
  display: none;
}

.fo-module-map__link {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 62px;
  align-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(126, 202, 235, 0.13);
  border-radius: 2px;
  color: #dceaf0;
  background: #08151e;
}

.fo-module-map__link:hover,
.fo-module-map__link:focus-visible,
.fo-module-map__link[aria-current="page"] {
  z-index: 1;
  border-color: var(--fo-module-accent);
  color: #ffffff;
  background: #10232e;
  outline: none;
}

.fo-module-map__link > span {
  grid-row: 1 / 3;
  align-self: center;
  color: #7fcce9;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
}

.fo-module-map__link--product > span {
  color: var(--fo-orbital-mint);
}

.fo-module-map__link--program > span {
  color: var(--fo-orbital-gold);
}

.fo-module-map__link strong {
  align-self: end;
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fo-module-map__link small {
  margin-top: 2px;
  color: #8da6b1;
  font-size: 9px;
}

.fo-station-evidence {
  display: grid !important;
  align-content: stretch !important;
  gap: 0 !important;
  min-height: 282px;
  padding: 0 !important;
  overflow: hidden;
  border-color: color-mix(
    in srgb,
    var(--fo-module-accent) 34%,
    rgba(126, 202, 235, 0.18)
  ) !important;
  background: #06131b !important;
}

.fo-station-evidence__visual {
  position: relative;
  min-height: 146px;
  overflow: hidden;
  border-bottom: 1px solid rgba(126, 202, 235, 0.18);
  background:
    linear-gradient(rgba(110, 201, 243, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 201, 243, 0.07) 1px, transparent 1px),
    #07141d;
  background-size: 22px 22px;
}

.fo-station-evidence__visual--image img {
  display: block;
  width: 100%;
  height: 146px;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.08) brightness(0.72);
}

.fo-station-evidence__visual--image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 9, 14, 0.2), transparent 58%),
    linear-gradient(180deg, transparent 52%, rgba(2, 9, 14, 0.84));
  content: "";
  pointer-events: none;
}

.fo-station-evidence__scan {
  position: absolute;
  z-index: 2;
  top: 38%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--fo-module-accent);
  box-shadow: 0 0 13px color-mix(in srgb, var(--fo-module-accent) 62%, transparent);
  animation: fo-station-scan 4.2s ease-in-out infinite;
  pointer-events: none;
}

html.field-os-console .fo-station-evidence .fo-station-evidence__scan {
  position: absolute;
  display: block !important;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
}

.fo-station-evidence__labels {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  left: 10px;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  pointer-events: none;
}

.fo-station-evidence__labels > span,
.fo-station-evidence__caption {
  border: 1px solid color-mix(in srgb, var(--fo-module-accent) 52%, transparent);
  color: #e6f6fb;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.fo-station-evidence__labels > span {
  padding: 4px 6px;
  background: rgba(3, 12, 18, 0.8);
}

html.field-os-console .fo-station-evidence .fo-station-evidence__labels {
  position: absolute;
  display: flex !important;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html.field-os-console
  .fo-station-evidence
  .fo-station-evidence__labels
  > span {
  display: inline-flex !important;
  min-height: 0;
  padding: 4px 6px !important;
  border: 1px solid color-mix(in srgb, var(--fo-module-accent) 52%, transparent) !important;
  color: #e6f6fb !important;
  background: rgba(3, 12, 18, 0.8) !important;
}

.fo-station-evidence__caption {
  position: absolute;
  z-index: 3;
  right: 9px;
  bottom: 8px;
  left: 9px;
  overflow: hidden;
  padding: 5px 7px;
  border-color: rgba(126, 202, 235, 0.18);
  color: #b7cad2;
  background: rgba(3, 12, 18, 0.8);
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.field-os-console .fo-station-evidence .fo-station-evidence__caption {
  position: absolute;
  display: block !important;
  min-height: 0;
  padding: 5px 7px !important;
  border: 1px solid rgba(126, 202, 235, 0.18) !important;
  border-radius: 0 !important;
  color: #b7cad2 !important;
  background: rgba(3, 12, 18, 0.8) !important;
}

.fo-station-evidence__route {
  position: absolute;
  top: 28px;
  right: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html.field-os-console .fo-station-evidence .fo-station-evidence__route {
  position: absolute;
  display: grid !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
}

.fo-station-evidence__route::before {
  position: absolute;
  z-index: 0;
  top: 23px;
  right: 13%;
  left: 13%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(110, 201, 243, 0.32),
    var(--fo-module-accent),
    rgba(110, 201, 243, 0.32)
  );
  content: "";
}

.fo-station-evidence__route-node {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  min-height: 68px;
  align-content: center;
  justify-items: center;
  padding: 8px 4px;
  border: 1px solid rgba(126, 202, 235, 0.22);
  color: #dcebf1;
  text-align: center;
  background: rgba(6, 20, 29, 0.94);
}

html.field-os-console .fo-station-evidence .fo-station-evidence__route-node {
  display: grid !important;
  min-height: 68px;
  padding: 8px 4px !important;
  border: 1px solid rgba(126, 202, 235, 0.22) !important;
  border-radius: 0 !important;
  color: #dcebf1 !important;
  background: rgba(6, 20, 29, 0.94) !important;
}

.fo-station-evidence__route-node small {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--fo-module-accent);
  border-radius: 50%;
  color: var(--fo-module-accent);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 8px;
}

html.field-os-console
  .fo-station-evidence
  .fo-station-evidence__route-node
  small {
  display: grid !important;
  min-height: 22px;
  padding: 0 !important;
  border: 1px solid var(--fo-module-accent) !important;
  color: var(--fo-module-accent) !important;
  background: #07141d !important;
}

.fo-station-evidence__route-node strong {
  margin-top: 7px;
  overflow: hidden;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.field-os-console
  .fo-station-evidence
  .fo-station-evidence__route-node
  strong {
  color: #dcebf1 !important;
}

.fo-station-evidence__copy {
  display: grid;
  align-content: center;
  gap: 9px;
  min-height: 132px;
  padding: 19px 22px 21px;
}

.fo-station-evidence__copy > span {
  width: fit-content;
}

html.field-os-console .fo-station-evidence .fo-station-evidence__copy > span {
  min-height: 28px;
  padding: 5px 10px !important;
  border: 1px solid color-mix(in srgb, var(--fo-module-accent) 46%, transparent) !important;
  color: #dff4fa !important;
  background: color-mix(in srgb, var(--fo-module-accent) 8%, #07141d) !important;
}

.fo-station-evidence__copy > strong {
  color: #f0f7fa !important;
  font-size: 18px;
  line-height: 1.25;
}

.fo-station-evidence__copy > small {
  color: #afc2cb !important;
  line-height: 1.45;
}

.fo-masthead-quick-action {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 9px 12px 9px 15px;
  border: 1px solid var(--fo-module-accent);
  border-radius: 3px;
  color: #eef9fc;
  background: color-mix(in srgb, var(--fo-module-accent) 10%, #06131b);
  font-size: 12px;
  font-weight: 720;
}

.fo-masthead-quick-action > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--fo-module-accent) 45%, transparent);
}

.fo-masthead-quick-action:hover,
.fo-masthead-quick-action:focus-visible {
  color: #031018;
  background: var(--fo-module-accent);
  outline: none;
}

@keyframes fo-station-scan {
  0%,
  100% {
    opacity: 0.4;
    transform: translateY(-34px);
  }
  50% {
    opacity: 1;
    transform: translateY(50px);
  }
}

.fo-module-tool {
  --fo-tool-progress: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) minmax(320px, 1fr) minmax(220px, 0.66fr);
  gap: 22px;
  align-items: center;
  width: 100%;
  min-height: 166px;
  padding: 27px max(22px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  border-block: 1px solid rgba(126, 202, 235, 0.22);
  color: #e8f5fa;
  background: #06131b;
}

.fo-module-tool__heading {
  display: grid;
}

.fo-module-tool__heading span {
  color: var(--fo-module-accent);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.fo-module-tool__heading h2 {
  max-width: 15ch;
  margin: 8px 0 0;
  color: #f0f9fc;
  font-size: 20px;
  line-height: 1.18;
}

.fo-module-tool__controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.fo-module-tool--intake .fo-module-tool__controls,
.fo-module-tool--mechanical .fo-module-tool__controls,
.fo-module-tool--replacement .fo-module-tool__controls,
.fo-module-tool--prototype .fo-module-tool__controls {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fo-module-tool--trade .fo-module-tool__controls {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fo-module-tool__controls button {
  min-height: 48px;
  padding: 8px 9px;
  border: 1px solid rgba(126, 202, 235, 0.23);
  border-radius: 3px;
  color: #aec1ca;
  font-size: 11px;
  line-height: 1.25;
  background: #0a1a24;
}

.fo-module-tool__controls button:hover,
.fo-module-tool__controls button:focus-visible,
.fo-module-tool__controls button.is-active {
  border-color: var(--fo-module-accent);
  color: #ffffff;
  background: #12303d;
  outline: none;
}

.fo-module-tool__result {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.fo-module-tool__output {
  min-height: 3.2em;
  margin: 0;
  padding-left: 16px;
  border-left: 1px solid var(--fo-module-accent);
  color: #b9ccd4;
  font-size: 12px;
  line-height: 1.6;
}

.fo-module-tool__action {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  gap: 10px;
  padding: 6px 9px 6px 11px;
  border: 1px solid color-mix(in srgb, var(--fo-module-accent) 54%, transparent);
  border-radius: 3px;
  color: #e8f7fb;
  font-size: 10px;
  font-weight: 720;
  line-height: 1.25;
  background: color-mix(in srgb, var(--fo-module-accent) 8%, #07141d);
}

.fo-module-tool__action > span {
  color: var(--fo-module-accent);
  font-size: 13px;
}

.fo-module-tool__action:hover,
.fo-module-tool__action:focus-visible {
  border-color: var(--fo-module-accent);
  color: #031018;
  background: var(--fo-module-accent);
  outline: none;
}

.fo-module-tool__action:hover > span,
.fo-module-tool__action:focus-visible > span {
  color: inherit;
}

.fo-module-tool__line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--fo-tool-progress) * 100%);
  height: 2px;
  background: var(--fo-module-accent);
  transition: width 260ms ease;
}

.fo-section-rail__kind {
  color: #7f98a3;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 7px;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
}

html.field-os-console .fo-section-rail__counter {
  min-height: 42px;
}

/* Secondary pages are workstations: dark evidence panels, not light marketing cards. */
html.field-os-console .about-detail-page .detail-list-panel article,
html.field-os-console .about-detail-page .model-card,
html.field-os-console .projects-detail-page .example-pathway-card {
  border-color: rgba(126, 202, 235, 0.22) !important;
  color: #dcebf1 !important;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--fo-accent) 8%, transparent),
      transparent 34%
    ),
    #07141d !important;
  box-shadow: none !important;
}

html.field-os-console .about-detail-page .detail-list-panel article {
  border-left: 2px solid #72c9ee !important;
}

html.field-os-console .about-detail-page .detail-list-panel article:nth-child(2) {
  border-left-color: #64dfcf !important;
}

html.field-os-console .about-detail-page .detail-list-panel article:nth-child(3) {
  border-left-color: #f1c75b !important;
}

html.field-os-console .about-detail-page .detail-list-panel article::before,
html.field-os-console .about-detail-page .model-card-jd::before {
  background: #72c9ee !important;
}

html.field-os-console .about-detail-page .detail-list-panel article::after,
html.field-os-console .about-detail-page .model-card-jd::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(114, 201, 238, 0.68),
    transparent
  ) !important;
}

html.field-os-console .about-detail-page .detail-list-panel article:nth-child(2)::before,
html.field-os-console .about-detail-page .model-card-tp::before {
  background: #64dfcf !important;
}

html.field-os-console .about-detail-page .detail-list-panel article:nth-child(2)::after,
html.field-os-console .about-detail-page .model-card-tp::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 223, 207, 0.68),
    transparent
  ) !important;
}

html.field-os-console .about-detail-page .detail-list-panel article:nth-child(3)::before,
html.field-os-console .about-detail-page .model-card-group::before {
  background: #f1c75b !important;
}

html.field-os-console .about-detail-page .detail-list-panel article:nth-child(3)::after,
html.field-os-console .about-detail-page .model-card-group::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(241, 199, 91, 0.7),
    transparent
  ) !important;
}

html.field-os-console .about-detail-page .model-card-jd,
html.field-os-console .about-detail-page .model-card-tp,
html.field-os-console .about-detail-page .model-card-group,
html.field-os-console .projects-detail-page .example-pathway-card {
  color: #dcebf1 !important;
  background-color: #07141d !important;
}

html.field-os-console .about-detail-page .detail-section-heading {
  border: 1px solid rgba(126, 202, 235, 0.2) !important;
  border-left: 2px solid #72c9ee !important;
  color: #dcebf1 !important;
  background:
    linear-gradient(90deg, rgba(114, 201, 238, 0.08), transparent 38%),
    #07141d !important;
}

html.field-os-console .about-detail-page .detail-section-heading h2 {
  color: #eef7fa !important;
}

html.field-os-console .about-detail-page .model-card > span {
  border: 1px solid rgba(114, 201, 238, 0.42) !important;
  color: #dff4fa !important;
  background: #0b202c !important;
}

html.field-os-console .about-detail-page .model-card-tp > span {
  border-color: rgba(100, 223, 207, 0.46) !important;
  color: #b8f2e9 !important;
}

html.field-os-console .about-detail-page .model-card-group > span {
  border-color: rgba(241, 199, 91, 0.5) !important;
  color: #f6dda0 !important;
}

html.field-os-console .about-detail-page .model-card-jd::before {
  background: linear-gradient(
    180deg,
    rgba(114, 201, 238, 0.14),
    transparent 72%
  ) !important;
  opacity: 1 !important;
}

html.field-os-console .about-detail-page .model-card-tp::before {
  background: linear-gradient(
    180deg,
    rgba(100, 223, 207, 0.14),
    transparent 72%
  ) !important;
  opacity: 1 !important;
}

html.field-os-console .about-detail-page .model-card-group::before {
  background: linear-gradient(
    180deg,
    rgba(241, 199, 91, 0.14),
    transparent 72%
  ) !important;
  opacity: 1 !important;
}

html.field-os-console .about-detail-page .model-card-jd::after {
  background: radial-gradient(circle, rgba(114, 201, 238, 0.42), transparent 68%) !important;
  opacity: 0.24 !important;
}

html.field-os-console .about-detail-page .model-card-tp::after {
  background: radial-gradient(circle, rgba(100, 223, 207, 0.42), transparent 68%) !important;
  opacity: 0.24 !important;
}

html.field-os-console .about-detail-page .model-card-group::after {
  background: radial-gradient(circle, rgba(241, 199, 91, 0.42), transparent 68%) !important;
  opacity: 0.24 !important;
}

html.field-os-console .about-detail-page .detail-card {
  border-color: rgba(126, 202, 235, 0.22) !important;
  color: #dcebf1 !important;
  background: #07141d !important;
  box-shadow: none !important;
}

html.field-os-console .about-detail-page .detail-card h3 {
  color: #eef7fa !important;
}

html.field-os-console .about-detail-page .detail-card p {
  color: #aebfc7 !important;
}

html.field-os-console .about-detail-page .model-card h3,
html.field-os-console .about-detail-page .model-card p,
html.field-os-console .about-detail-page .detail-list-panel article strong,
html.field-os-console .projects-detail-page .example-pathway-card h3,
html.field-os-console .projects-detail-page .example-pathway-card dt,
html.field-os-console .projects-detail-page .example-pathway-card > p,
html.field-os-console .projects-detail-page .example-pathway-card dd,
html.field-os-console .projects-detail-page .example-pathway-note {
  color: #dcebf1 !important;
}

html.field-os-console .about-detail-page .model-card p,
html.field-os-console .projects-detail-page .example-pathway-card > p,
html.field-os-console .projects-detail-page .example-pathway-card dd,
html.field-os-console .projects-detail-page .example-pathway-note {
  color: #aebfc7 !important;
}

html.field-os-console .projects-detail-page .example-pathway-card dl > div {
  border-color: rgba(126, 202, 235, 0.14) !important;
}

html.field-os-console .about-detail-page .detail-snapshot {
  background:
    linear-gradient(rgba(110, 201, 243, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 201, 243, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 78% 28%, rgba(100, 223, 207, 0.12), transparent 34%),
    #07141d !important;
  background-size: 24px 24px, 24px 24px, auto, auto;
}

html.field-os-console .contact-detail-page .contact-method-card::before {
  background: #72c9ee !important;
}

html.field-os-console .contact-detail-page .contact-method-card::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(114, 201, 238, 0.68),
    transparent
  ) !important;
}

html.field-os-console .contact-detail-page .contact-method-card:nth-child(2)::before {
  background: #64dfcf !important;
}

html.field-os-console .contact-detail-page .contact-method-card:nth-child(2)::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 223, 207, 0.68),
    transparent
  ) !important;
}

html.field-os-console .contact-detail-page .contact-method-card:nth-child(3)::before {
  background: #f1c75b !important;
}

html.field-os-console .contact-detail-page .contact-method-card:nth-child(3)::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(241, 199, 91, 0.7),
    transparent
  ) !important;
}

html.field-os-console .launch-hub-hero .launch-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.field-os-console .launch-hub-hero .launch-product-card:last-child {
  grid-column: auto;
}

html.field-os-console .launch-hub-hero .launch-product-card:last-child img {
  aspect-ratio: auto;
}

@media (max-width: 1040px) {
  html.field-os-console .launch-hub-hero .launch-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fo-orbital-home {
    grid-template-columns: minmax(120px, 0.38fr) minmax(390px, 1.3fr) minmax(230px, 0.62fr);
    gap: 0 12px;
    padding-inline: 22px;
  }

  .fo-orbital-brand strong {
    font-size: 32px;
  }

  .fo-orbital-brand__theme,
  .fo-orbital-theme-map {
    display: none;
  }

  .fo-orbital-readout {
    padding-left: 14px;
  }

  .fo-orbital-readout__title {
    font-size: 25px;
  }
}

@media (max-width: 760px) {
  body.fo-orbital-home-page .site-header {
    background: rgba(2, 8, 12, 0.96);
  }

  body.fo-orbital-home-page .hero.fo-orbital-active::before,
  body.fo-orbital-home-page .hero.fo-orbital-active::after {
    display: none;
  }

  .fo-orbital-home {
    inset: 0;
    grid-template-columns: 1fr auto;
    grid-template-rows: 34px 58px minmax(260px, 1fr) auto 48px;
    gap: 0 10px;
    padding: 12px 14px 12px;
  }

  .fo-orbital-status {
    grid-column: 1;
    grid-row: 1;
    font-size: 9px;
  }

  .fo-orbital-brand {
    grid-column: 1 / 3;
    grid-row: 2;
    align-self: start;
    padding-left: 11px;
  }

  .fo-orbital-brand__index {
    margin-bottom: 2px;
    font-size: 9px;
  }

  .fo-orbital-brand strong {
    max-width: none;
    font-size: 25px;
    line-height: 1;
  }

  html.field-os-console body.fo-orbital-home-page main#top > .hero.fo-orbital-active {
    min-height: calc(100dvh - 64px) !important;
    height: calc(100dvh - 64px);
  }

  .fo-orbital-brand > small,
  .fo-orbital-brand__theme,
  .fo-orbital-theme-map {
    display: none;
  }

  .fo-orbital-stage {
    grid-column: 1 / 3;
    grid-row: 3;
    min-height: 260px;
    touch-action: none;
  }

  .fo-orbital-stage::before {
    inset: 4% 0;
  }

  .fo-orbital-telemetry {
    top: 5px;
    right: 2px;
    left: 2px;
    grid-template-columns: 1fr auto;
    font-size: 7px;
    opacity: 0.68;
  }

  .fo-orbital-telemetry span:nth-child(2) {
    display: none;
  }

  .fo-orbital-telemetry span:last-child {
    grid-column: 2;
  }

  .fo-orbital-system-title {
    top: 26px;
    width: min(86%, 320px);
  }

  .fo-orbital-system-title strong {
    font-size: 11px;
  }

  .fo-orbital-system-title span {
    max-width: 34ch;
    font-size: 8px;
  }

  .fo-orbital-system-title::after {
    width: 40px;
    margin-top: 5px;
  }

  .fo-orbital-fact-core {
    width: 104px;
    min-height: 74px;
  }

  .fo-orbital-fact-core::before,
  .fo-orbital-fact-core::after {
    width: 24px;
  }

  .fo-orbital-fact-core strong {
    margin-top: 5px;
    font-size: 10.5px;
  }

  .fo-orbital-fact-core small {
    max-width: 15ch;
    margin-top: 4px;
    font-size: 7px;
  }

  .fo-orbital-shared-record {
    bottom: 8px;
    max-width: 82%;
    overflow: hidden;
    font-size: 7px;
    text-overflow: ellipsis;
  }

  .fo-orbital-static-core {
    width: min(68vw, 350px);
    max-width: 74%;
  }

  .fo-orbit-label {
    grid-template-columns: 24px minmax(0, auto);
    max-width: 158px;
    min-height: 34px;
    padding: 5px 7px 5px 5px;
  }

  .fo-orbit-label__marker {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }

  .fo-orbit-label strong {
    font-size: 10px;
  }

  .fo-orbit-label small {
    font-size: 9px;
  }

  .fo-orbit-label:not(.is-active) small {
    display: none;
  }

  .fo-orbit-label.is-active {
    --fo-label-callout-x: 0px;
    --fo-label-callout-y: 78px;
  }

  .fo-orbit-label.is-active::before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 78px;
    border-top: 0;
    border-left: 1px solid currentColor;
  }

  .fo-orbital-readout {
    grid-column: 1 / 3;
    grid-row: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 0 10px 12px;
  }

  .fo-orbital-readout__category {
    grid-column: 1;
    font-size: 9px;
  }

  html.field-os-console body.fo-orbital-home-page main#top > .hero.fo-orbital-active .fo-orbital-readout__title {
    grid-column: 1;
    max-width: 20ch;
    margin-top: 6px;
    font-size: 21px !important;
  }

  .fo-orbital-readout__note {
    grid-column: 1;
    max-width: 36ch;
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.45;
  }

  .fo-orbital-readout__relations {
    display: none;
  }

  .fo-orbital-readout__meta {
    display: none;
  }

  .fo-orbital-readout__action {
    grid-column: 2;
    grid-row: 1 / 4;
    width: 46px;
    min-height: 46px;
    align-self: center;
    justify-content: center;
    margin: 0 0 0 10px;
    padding: 0;
  }

  .fo-orbital-readout__action span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .fo-orbital-controls {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  .fo-orbital-controls button {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .fo-module-commandbar {
    top: 0;
    min-height: 62px;
    padding: 8px 12px;
  }

  .fo-module-core-link {
    grid-template-columns: 28px 12px;
    width: 51px;
    min-width: 51px;
    height: 40px;
    padding-inline: 5px;
  }

  .fo-module-core-link__label {
    display: none;
  }

  .fo-module-core-link__sphere {
    width: 24px;
    height: 24px;
  }

  .fo-module-commandbar__identity small {
    display: none;
  }

  .fo-module-commandbar__identity strong {
    font-size: 13px;
  }

  .fo-module-map {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 126px);
    padding: 1px 12px 12px;
    overflow-y: auto;
  }

  .fo-module-map__link {
    min-height: 52px;
  }

  .fo-module-tool {
    grid-template-columns: 1fr;
    gap: 15px;
    min-height: 0;
    padding: 22px 16px;
  }

  .fo-module-tool__heading h2 {
    max-width: none;
    font-size: 18px;
  }

  .fo-module-tool__controls {
    gap: 5px;
  }

  .fo-module-tool--intake .fo-module-tool__controls,
  .fo-module-tool--mechanical .fo-module-tool__controls,
  .fo-module-tool--replacement .fo-module-tool__controls,
  .fo-module-tool--prototype .fo-module-tool__controls,
  .fo-module-tool--trade .fo-module-tool__controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fo-module-tool__controls button {
    min-height: 52px;
    padding-inline: 6px;
    font-size: 10px;
  }

  .fo-module-tool__output {
    min-height: 0;
    font-size: 11px;
  }

  html.field-os-console body.fo-module-page .detail-masthead h1 br {
    display: none;
  }

  html[lang="en"].field-os-console body.fo-module-page .detail-masthead h1,
  html[lang="fr"].field-os-console body.fo-module-page .detail-masthead h1,
  html[lang="en"].field-os-console body.fo-module-page .trade-masthead h1,
  html[lang="fr"].field-os-console body.fo-module-page .trade-masthead h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .fo-station-evidence {
    min-height: 0;
  }

  .fo-station-evidence__visual,
  .fo-station-evidence__visual--image img {
    height: 128px;
    min-height: 128px;
  }

  .fo-station-evidence__copy {
    min-height: 0;
    padding: 18px 20px 20px;
  }

  .fo-station-evidence__route {
    top: 23px;
    gap: 7px;
  }

  .fo-station-evidence__route-node {
    min-height: 62px;
  }

  .fo-station-evidence__route-node strong {
    font-size: 8px;
  }

  .fo-masthead-quick-action {
    width: 100%;
    justify-content: space-between;
  }

  html.field-os-console .launch-hub-hero .launch-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px), (max-height: 710px) and (max-width: 760px) {
  .fo-orbital-home {
    grid-template-rows: 30px 48px minmax(210px, 1fr) auto 40px;
    padding-top: 8px;
  }

  .fo-orbital-brand strong {
    font-size: 21px;
  }

  .fo-orbital-readout {
    padding-block: 8px;
  }

  html.field-os-console body.fo-orbital-home-page main#top > .hero.fo-orbital-active .fo-orbital-readout__title {
    font-size: 18px !important;
  }

  .fo-orbital-readout__note {
    font-size: 10px;
  }
}

@media (max-width: 350px) {
  body.fo-orbital-home-page .fo-orbit-label:not(.is-active) {
    grid-template-columns: 24px;
    width: 36px;
    min-width: 36px;
    padding: 5px;
  }

  body.fo-orbital-home-page .fo-orbit-label:not(.is-active) strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fo-orbit-label,
  .fo-orbital-readout__action,
  .fo-orbital-home,
  .fo-module-tool__line,
  .fo-station-evidence__scan {
    transition: none !important;
    animation: none !important;
  }

  .fo-orbital-telemetry span:nth-child(2)::before,
  .fo-orbit-label.is-active .fo-orbit-label__marker {
    animation: none !important;
  }
}

/* Field OS calm pass: one focal action per screen, with system detail on demand. */
body.fo-orbital-home-page .fo-orbital-status,
body.fo-orbital-home-page .fo-orbital-shared-record,
body.fo-orbital-home-page .fo-orbital-station-rail {
  display: none !important;
}

body.fo-orbital-home-page .fo-orbital-stage::before {
  display: none;
}

body.fo-orbital-home-page .fo-orbital-canvas {
  opacity: 0.88;
  filter: drop-shadow(0 0 20px rgba(72, 183, 228, 0.1));
}

body.fo-orbital-home-page .fo-orbital-telemetry {
  grid-template-columns: 1fr;
  opacity: 0.46;
}

body.fo-orbital-home-page .fo-orbital-telemetry span:not(:first-child),
body.fo-orbital-home-page .fo-orbital-system-title span,
body.fo-orbital-home-page .fo-orbital-system-title::after {
  display: none;
}

body.fo-orbital-home-page .fo-orbital-system-title {
  top: 39px;
}

body.fo-orbital-home-page .fo-orbital-brand {
  max-width: 280px;
  border-left-color: rgba(126, 202, 235, 0.18);
}

body.fo-orbital-home-page .fo-orbital-brand__theme {
  display: none;
}

body.fo-orbital-home-page .fo-orbital-theme-map {
  width: min(100%, 258px);
  margin-top: 20px;
}

body.fo-orbital-home-page .fo-orbital-theme-map__item {
  grid-template-columns: minmax(116px, 0.9fr) minmax(0, 1fr);
  width: 100%;
  min-height: 43px;
  padding: 6px 4px;
  border: 0;
  border-bottom: 1px solid rgba(126, 202, 235, 0.12);
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  opacity: 0.68;
}

body.fo-orbital-home-page .fo-orbital-theme-map__item:hover,
body.fo-orbital-home-page .fo-orbital-theme-map__item:focus-visible,
body.fo-orbital-home-page .fo-orbital-theme-map__item.is-active {
  background: rgba(110, 201, 243, 0.045);
  opacity: 1;
}

body.fo-orbital-home-page .fo-orbital-theme-map__item:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

body.fo-orbital-home-page .fo-orbital-theme-map__item > span {
  font-size: 11px;
}

body.fo-orbital-home-page .fo-orbital-theme-map__item small {
  color: #a5bac3;
  font-size: 11px;
}

body.fo-orbital-home-page .fo-orbital-fact-core {
  width: 116px;
  min-height: 80px;
  background: rgba(2, 12, 18, 0.84);
  box-shadow:
    inset 0 0 22px rgba(110, 201, 243, 0.06),
    0 0 26px rgba(110, 201, 243, 0.09);
}

body.fo-orbital-home-page .fo-orbit-label {
  border-color: transparent;
  background: rgba(3, 13, 20, 0.68);
  box-shadow: none;
  opacity: calc(0.3 + (var(--fo-node-depth, 0.5) * 0.38));
}

body.fo-orbital-home-page .fo-orbit-label.is-behind {
  opacity: 0.08;
}

body.fo-orbital-home-page
  .fo-orbit-label.is-related:not(.is-behind, .is-active) {
  border-color: rgba(126, 202, 235, 0.24);
  box-shadow: none;
  opacity: 0.54;
}

body.fo-orbital-home-page .fo-orbit-label:hover,
body.fo-orbital-home-page .fo-orbit-label:focus-visible,
body.fo-orbital-home-page .fo-orbit-label.is-active {
  border-color: var(--fo-orbital-blue);
  background: rgba(4, 20, 30, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  opacity: 1;
}

body.fo-orbital-home-page .fo-orbit-label--product:hover,
body.fo-orbital-home-page .fo-orbit-label--product:focus-visible,
body.fo-orbital-home-page .fo-orbit-label--product.is-active {
  border-color: var(--fo-orbital-mint);
}

body.fo-orbital-home-page .fo-orbit-label--program:hover,
body.fo-orbital-home-page .fo-orbit-label--program:focus-visible,
body.fo-orbital-home-page .fo-orbit-label--program.is-active {
  border-color: var(--fo-orbital-gold);
}

body.fo-orbital-home-page .fo-orbit-label.is-active .fo-orbit-label__marker {
  animation: none;
  box-shadow: 0 0 0 3px rgba(110, 201, 243, 0.07);
}

body.fo-orbital-home-page .fo-orbit-label small {
  display: none !important;
}

body.fo-orbital-home-page .fo-orbital-readout {
  padding-block: 18px;
}

body.fo-orbital-home-page .fo-orbital-readout__meta {
  margin-top: 12px;
  opacity: 0.68;
}

body.fo-orbital-home-page .fo-orbital-readout__relations {
  max-width: 310px;
  margin-top: 14px;
  padding-top: 11px;
}

body.fo-orbital-home-page .fo-orbital-readout__relations > span {
  font-size: 11px;
}

body.fo-orbital-home-page .fo-orbital-readout__journey {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 8px;
  border-block: 1px solid rgba(126, 202, 235, 0.1);
}

body.fo-orbital-home-page .fo-orbital-readout__journey > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding: 7px 0;
  border-bottom: 1px solid rgba(126, 202, 235, 0.08);
}

body.fo-orbital-home-page .fo-orbital-readout__journey > div + div {
  padding-left: 0;
}

body.fo-orbital-home-page .fo-orbital-readout__journey > div:last-child {
  padding-right: 0;
  border-bottom: 0;
}

body.fo-orbital-home-page .fo-orbital-readout__journey span,
body.fo-orbital-home-page .fo-orbital-readout__journey strong {
  display: block;
}

body.fo-orbital-home-page .fo-orbital-readout__journey span {
  color: var(--fo-orbital-blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
}

body.fo-orbital-home-page .fo-orbital-readout__journey strong {
  color: #b8cbd3;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.fo-orbital-home[data-category="product"] .fo-orbital-readout__journey span {
  color: var(--fo-orbital-mint);
}

.fo-orbital-home[data-category="program"] .fo-orbital-readout__journey span {
  color: var(--fo-orbital-gold);
}

body.fo-orbital-home-page .fo-orbital-readout__action {
  width: min(100%, 270px);
  line-height: 1.3;
}

body.fo-orbital-home-page .fo-orbital-trust {
  display: grid;
  gap: 6px;
  width: min(100%, 270px);
  margin: 14px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(126, 202, 235, 0.14);
  list-style: none;
}

body.fo-orbital-home-page .fo-orbital-trust li {
  position: relative;
  padding-left: 11px;
  color: #9fb3bc;
  font-size: 11px;
  line-height: 1.35;
}

body.fo-orbital-home-page .fo-orbital-trust li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 4px;
  height: 4px;
  border: 1px solid #65d9cf;
  content: "";
}

body.fo-orbital-home-page .fo-orbital-controls__counter {
  display: grid;
  width: 44px;
  height: 40px;
  place-content: center;
  justify-items: center;
  color: #88a9b7;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  line-height: 1;
}

body.fo-orbital-home-page .fo-orbital-controls__counter strong {
  color: var(--fo-orbital-blue);
  font-size: 10px;
}

.fo-orbital-home[data-category="product"]
  .fo-orbital-controls__counter
  strong {
  color: var(--fo-orbital-mint);
}

.fo-orbital-home[data-category="program"]
  .fo-orbital-controls__counter
  strong {
  color: var(--fo-orbital-gold);
}

body.fo-orbital-home-page .fo-orbital-controls__counter small {
  margin-top: 4px;
  font-size: 10px;
}

body.fo-orbital-home-page .fo-orbital-controls__station {
  display: none;
}

body.fo-module-page .fo-section-rail {
  display: none !important;
}

html.field-os-console body:not(.fo-orbital-home-page) .fo-section-rail {
  display: none !important;
}

body.fo-module-page .fo-module-commandbar {
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 56px;
  gap: 12px;
  padding-block: 6px;
  border-top: 0;
  background: rgba(4, 14, 21, 0.985);
  box-shadow: none;
}

body.fo-module-page .fo-module-core-link {
  grid-template-columns: 26px 12px auto;
  min-width: 92px;
  height: 38px;
  padding-inline: 6px 9px;
  border-color: rgba(126, 202, 235, 0.18);
  background: transparent;
}

body.fo-module-page .fo-module-core-link__sphere {
  width: 22px;
  height: 22px;
}

body.fo-module-page .fo-module-commandbar__identity > span,
body.fo-module-page .fo-module-commandbar__identity small {
  display: none;
}

body.fo-module-page .fo-module-commandbar__identity strong {
  margin-top: 0;
  font-size: 13px;
  font-weight: 650;
}

body.fo-module-page .fo-module-switch {
  display: none;
}

body.fo-module-page .fo-module-map {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 12px;
}

body.fo-module-page .fo-module-map__link {
  min-height: 52px;
  border-color: rgba(126, 202, 235, 0.1);
  background: #07131c;
}

body.fo-module-page .fo-module-map__link small {
  display: none;
}

html.field-os-console .productops-hero-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 20px 0 0;
  border-block: 1px solid rgba(126, 202, 235, 0.22);
}

html.field-os-console .productops-hero-terms span {
  min-width: 0;
  padding: 11px 12px;
  border-right: 1px solid rgba(126, 202, 235, 0.16);
  color: #c8d9e0;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
}

html.field-os-console .productops-hero-terms span:first-child {
  padding-left: 0;
}

html.field-os-console .productops-hero-terms span:last-child {
  border-right: 0;
}

html.field-os-console .productops-hero-copy h1 span {
  display: block;
}

html.field-os-console .fo-intake-details {
  border-color: rgba(126, 202, 235, 0.22);
  background: #0a1924;
}

html.field-os-console .fo-intake-details > summary {
  color: #dce9ee !important;
}

html.field-os-console .fo-intake-details .fo-intake-note {
  color: #a9bdc7 !important;
}

html.field-os-console .fo-intake-grid {
  border-top-color: rgba(126, 202, 235, 0.16);
  background: #07121b;
}

html.field-os-console .contact-form .fo-intake-grid label {
  color: #c9d6dc !important;
}

html.field-os-console
  body.fo-module-page
  .detail-masthead
  .button.primary,
html.field-os-console
  body.fo-module-page
  .trade-masthead
  .button.primary {
  border-color: var(--fo-module-accent) !important;
  color: #031018 !important;
  background: var(--fo-module-accent) !important;
}

html.field-os-console
  body.fo-module-page
  .fo-station-evidence
  .fo-station-evidence__scan {
  display: none !important;
  animation: none !important;
}

body.fo-module-page .fo-station-evidence__visual--image img {
  filter: saturate(0.62) contrast(1.06) brightness(0.78);
}

body.fo-module-page .fo-station-evidence__labels {
  opacity: 0.72;
}

body.fo-module-page .fo-station-evidence__caption {
  border-color: rgba(126, 202, 235, 0.12);
  color: #9eb3bd;
}

body.fo-module-page .fo-module-tool {
  min-height: 140px;
  padding-block: 20px;
  border-block-color: rgba(126, 202, 235, 0.16);
}

body.fo-module-page .fo-module-tool__heading > span {
  display: none;
}

body.fo-module-page .fo-module-tool__heading h2 {
  margin-top: 0;
  font-size: 18px;
}

body.fo-module-page .fo-module-tool__line {
  height: 1px;
  opacity: 0.72;
}

html.field-os-console body.fo-module-page .project-assistant-toggle {
  width: 46px;
  min-height: 46px;
  padding: 6px;
  opacity: 0.76;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

html.field-os-console body.fo-module-page .project-assistant-toggle:hover,
html.field-os-console body.fo-module-page .project-assistant-toggle:focus-visible {
  opacity: 1;
}

html.field-os-console body.fo-module-page .project-assistant-toggle-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

html.field-os-console
  body:not(.fo-orbital-home-page, .fo-module-page)
  .project-assistant-toggle {
  width: 48px;
  min-height: 48px;
  padding: 7px;
  opacity: 0.8;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

html.field-os-console
  body:not(.fo-orbital-home-page, .fo-module-page)
  .project-assistant-toggle-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

@media (min-width: 761px) {
  html.field-os-console .site-nav {
    gap: 14px;
  }

  html.field-os-console .site-nav a {
    white-space: nowrap;
  }

  html.field-os-console body.fo-module-page .detail-masthead,
  html.field-os-console body.fo-module-page .trade-masthead {
    padding-top: clamp(82px, 8vw, 106px);
    padding-bottom: 58px;
  }
}

@media (max-width: 760px) {
  html.field-os-console
    body.fo-orbital-home-page
    main#top
    > .hero.fo-orbital-active {
    min-height: calc(100dvh - 67px) !important;
    height: calc(100dvh - 67px);
  }

  body.fo-orbital-home-page .fo-orbital-telemetry,
  body.fo-orbital-home-page .fo-orbital-system-title span,
  body.fo-orbital-home-page .fo-orbit-label small {
    display: none !important;
  }

  body.fo-orbital-home-page .fo-orbital-system-title {
    top: 13px;
  }

  body.fo-orbital-home-page .fo-orbit-label.is-active {
    --fo-label-callout-y: 56px;
  }

  body.fo-orbital-home-page .fo-orbit-label:not(.is-active) {
    grid-template-columns: 24px;
    width: 32px;
    min-width: 32px;
    padding: 4px;
    background: rgba(3, 13, 20, 0.56);
  }

  body.fo-orbital-home-page .fo-orbit-label:not(.is-active) strong {
    display: none;
  }

  body.fo-orbital-home-page .fo-orbit-label.is-active::before {
    height: 56px;
  }

  body.fo-orbital-home-page .fo-orbital-readout {
    grid-template-columns: 1fr;
    padding-left: 10px;
  }

  body.fo-orbital-home-page .fo-orbital-readout__relations {
    display: block;
    grid-column: 1;
    width: 100%;
    max-width: none;
    margin-top: 9px;
    padding-top: 8px;
  }

  body.fo-orbital-home-page .fo-orbital-readout__relations > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  body.fo-orbital-home-page .fo-orbital-readout__journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  body.fo-orbital-home-page .fo-orbital-readout__journey > div {
    display: block;
    padding-block: 7px 8px;
    padding-right: 7px;
    border-right: 1px solid rgba(126, 202, 235, 0.1);
    border-bottom: 0;
  }

  body.fo-orbital-home-page .fo-orbital-readout__journey > div + div {
    padding-left: 7px;
  }

  body.fo-orbital-home-page .fo-orbital-readout__journey > div:last-child {
    border-right: 0;
  }

  body.fo-orbital-home-page .fo-orbital-readout__journey strong {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
  }

  body.fo-orbital-home-page .fo-orbital-readout__action {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    margin: 10px 0 0;
    padding-inline: 13px;
  }

  body.fo-orbital-home-page
    .fo-orbital-readout__action
    span:first-child {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }

  body.fo-orbital-home-page .fo-orbital-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
    margin-top: 10px;
    padding-top: 9px;
  }

  body.fo-orbital-home-page .fo-orbital-trust li {
    padding-left: 9px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  body.fo-orbital-home-page .fo-orbital-trust li::before {
    width: 3px;
    height: 3px;
  }

  body.fo-orbital-home-page .fo-orbital-controls__counter {
    display: none;
  }

  body.fo-orbital-home-page .fo-orbital-controls__station {
    display: block;
    width: min(54vw, 210px);
    height: 32px;
    padding: 0 28px 0 9px;
    border: 1px solid rgba(126, 202, 235, 0.24);
    border-radius: 0;
    color: #d8e8ef;
    background: rgba(3, 14, 21, 0.94);
    font: 600 11px/1.2 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    letter-spacing: 0;
  }

  body.fo-module-page .fo-module-commandbar {
    min-height: 54px;
    padding-block: 6px;
  }

  body.fo-module-page .fo-module-core-link {
    grid-template-columns: 24px 10px;
    width: 48px;
    min-width: 48px;
    padding-inline: 4px;
  }

  body.fo-module-page .fo-module-map {
    grid-template-columns: 1fr;
  }

  body.fo-module-page .fo-module-switch {
    display: none;
  }

  body.fo-module-page .fo-module-commandbar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  html.field-os-console body.fo-module-cubifil .detail-hero .spec-list {
    order: -3;
  }

  body.fo-module-page .fo-module-tool {
    min-height: 0;
    padding-block: 20px;
  }
}

@media (max-width: 720px) {
  html.field-os-console .launch-page .launch-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  html.field-os-console .creator-stage-router {
    padding-block: 22px;
  }

  html.field-os-console .productops-hero-copy h1 {
    font-size: 34px;
    text-wrap: balance;
  }

  html.field-os-console .productops-hero-terms {
    grid-template-columns: 1fr;
  }

  html.field-os-console .productops-hero-terms span,
  html.field-os-console .productops-hero-terms span:first-child {
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(126, 202, 235, 0.12);
    font-size: 11px;
  }

  html.field-os-console .productops-hero-terms span:last-child {
    border-bottom: 0;
  }

  html.field-os-console
    .contact-detail-page:not(.fo-module-intake)
    .detail-masthead
    h1 {
    font-size: 34px;
    white-space: nowrap;
  }

  html.field-os-console
    .contact-detail-page.fo-module-intake
    .detail-masthead
    h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.14;
    white-space: normal;
    text-wrap: balance;
  }

  html[lang="zh-CN"].field-os-console
    .contact-detail-page.fo-module-intake
    .detail-masthead
    h1 {
    max-width: 11ch;
  }
}

/* Commercial page hierarchy: keep secondary detail available without forcing
   every visitor through the full operating manual. */
html.field-os-console .launch-section.is-commercial-fold {
  padding-block: 0 !important;
}

html.field-os-console .commercial-fold {
  width: 100%;
  border-block: 1px solid rgba(126, 202, 235, 0.14);
}

html.field-os-console .commercial-fold__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 24px;
  align-items: center;
  width: min(calc(100% - 40px), 1180px);
  min-height: 104px;
  margin: 0 auto;
  padding-block: 22px;
  color: inherit;
  cursor: pointer;
  list-style: none;
}

html.field-os-console .commercial-fold__summary::-webkit-details-marker {
  display: none;
}

html.field-os-console .commercial-fold__summary strong {
  color: #edf6f9;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.16;
}

html.field-os-console .commercial-fold__summary span {
  grid-column: 1;
  color: #aabdc5;
  font-size: 13px;
  line-height: 1.5;
}

html.field-os-console .commercial-fold__summary::after {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #6ec9f3;
  font: 500 24px/1 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  content: "+";
}

html.field-os-console .commercial-fold[open] > .commercial-fold__summary::after {
  content: "−";
}

html.field-os-console .commercial-fold__content {
  padding-bottom: 46px;
}

html.field-os-console .productops-proof-boundary,
html.field-os-console .cubifil-proof-boundary {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-left: 2px solid #64dfcf;
  color: #b8cbd3;
  background: rgba(4, 17, 24, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

html.field-os-console .productops-proof-boundary strong,
html.field-os-console .cubifil-proof-boundary strong {
  color: #edf6f9;
}

html.field-os-console .cubifil-document-gate {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  html.field-os-console .cubifil-document-gate {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  html.field-os-console .commercial-fold__summary {
    width: min(calc(100% - 28px), 1180px);
    min-height: 88px;
    gap: 5px 14px;
    padding-block: 18px;
  }

  html.field-os-console .commercial-fold__summary strong {
    font-size: 20px;
  }

  html.field-os-console .commercial-fold__summary span {
    font-size: 12px;
  }

  html.field-os-console .commercial-fold__content {
    padding-bottom: 34px;
  }

  html.field-os-console .cubifil-document-gate {
    grid-template-columns: 1fr;
  }
}
