/*
 * Nerds Incorporated / NOCOM public surface
 * Enterprise revision 4
 *
 * Visual intent:
 * - black, neutral, deliberate
 * - no faux terminal text, neon fields, radar rings or decorative cyber effects
 * - typography and spacing carry hierarchy
 * - colour appears only for operational state
 * - motion communicates loading, transfer progress or route activity
 */

:root {
  color-scheme: dark;
  --public-black: #050505;
  --public-black-soft: #080808;
  --public-panel: #0b0b0b;
  --public-panel-raised: #0f0f0f;
  --public-panel-soft: #121212;
  --public-line: #202020;
  --public-line-soft: #171717;
  --public-line-strong: #323232;
  --public-white: #f5f5f5;
  --public-text: #d5d5d5;
  --public-muted: #929292;
  --public-muted-2: #686868;
  --public-green: #4ade80;
  --public-amber: #fbbf24;
  --public-red: #f87171;
  --public-blue: #93c5fd;
  --public-width: 1480px;
  --public-gutter: clamp(22px, 4vw, 64px);
  --public-radius: 14px;
  --public-radius-small: 9px;
  --public-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  --public-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--public-black);
  scroll-behavior: smooth;
}

body.public-site {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--public-black);
  color: var(--public-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.public-site::selection,
body.public-site *::selection {
  background: var(--public-white);
  color: var(--public-black);
}

body.public-site a {
  color: inherit;
  text-decoration: none;
}

body.public-site button,
body.public-site input,
body.public-site select,
body.public-site textarea {
  font: inherit;
}

body.public-site button {
  color: inherit;
}

body.public-site img,
body.public-site svg {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  border: 1px solid var(--public-line-strong);
  border-radius: 8px;
  background: var(--public-white);
  color: var(--public-black) !important;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.public-container {
  width: min(var(--public-width), calc(100% - (var(--public-gutter) * 2)));
  margin-inline: auto;
}

.public-main {
  min-height: calc(100vh - 180px);
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--public-line-soft);
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.public-header.is-scrolled {
  border-bottom-color: var(--public-line);
  background: rgba(5, 5, 5, 0.985);
}

.public-header-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(340px, 1fr);
  align-items: center;
  width: min(var(--public-width), calc(100% - (var(--public-gutter) * 2)));
  min-height: var(--header-height);
  margin: 0 auto;
  gap: 28px;
}

.public-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  gap: 12px;
}

.public-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid #242424;
  border-radius: 9px;
  background: #000;
}

.public-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.public-brand-copy strong {
  color: var(--public-white);
  font-size: 15px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.02em;
}

.public-brand-copy small {
  overflow: hidden;
  color: var(--public-muted);
  font-size: 11px;
  font-weight: 520;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.public-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 590;
  transition:
    color 150ms ease,
    background-color 150ms ease;
}

.public-nav a:hover,
.public-nav a:focus-visible {
  background: #0d0d0d;
  color: var(--public-white);
  outline: none;
}

.public-nav a.active {
  color: var(--public-white);
}

.public-nav a.active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 4px;
  left: 14px;
  height: 1px;
  background: var(--public-white);
}

.public-header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.public-clock {
  color: var(--public-muted);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.public-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--public-line);
  border-radius: 999px;
  background: #090909;
  color: #aaa;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.public-status-pill i,
.live-indicator i,
.public-state-chip::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
}

.public-status-pill.online i,
.live-indicator i,
.public-state-chip.online::before {
  background: var(--public-green);
}

.public-status-pill.degraded i,
.public-state-chip.degraded::before {
  background: var(--public-amber);
}

.public-status-pill.offline i,
.public-state-chip.offline::before {
  background: var(--public-red);
}

.public-access-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #0a0a0a;
  color: #d0d0d0;
  font-size: 11px;
  font-weight: 620;
  transition:
    border-color 150ms ease,
    background-color 150ms ease,
    color 150ms ease;
}

.public-access-link svg {
  width: 14px;
  height: 14px;
}

.public-access-link:hover,
.public-access-link:focus-visible {
  border-color: var(--public-line-strong);
  background: #101010;
  color: var(--public-white);
  outline: none;
}

.public-menu-toggle {
  display: none;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #090909;
}

.public-menu-toggle svg {
  width: 17px;
  height: 17px;
}

.public-mobile-nav {
  width: min(var(--public-width), calc(100% - (var(--public-gutter) * 2)));
  margin: 0 auto 12px;
  padding: 8px;
  border: 1px solid var(--public-line);
  border-radius: 10px;
  background: #090909;
}

.public-mobile-nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border-radius: 7px;
  color: var(--public-text);
  font-size: 12px;
}

.public-mobile-nav a:hover {
  background: #111;
}

.public-rail {
  border-bottom: 1px solid var(--public-line-soft);
  background: #070707;
}

.public-rail-inner {
  display: flex;
  align-items: center;
  width: min(var(--public-width), calc(100% - (var(--public-gutter) * 2)));
  min-height: 38px;
  margin: 0 auto;
  overflow: hidden;
}

.public-rail-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  padding: 0 17px;
  border-right: 1px solid var(--public-line-soft);
  white-space: nowrap;
}

.public-rail-inner > span:first-child {
  padding-left: 0;
}

.public-rail-inner b {
  color: #6e6e6e;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.public-rail-inner em {
  color: #bdbdbd;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-style: normal;
}

.public-rail-sync {
  margin-left: auto;
  border-right: 0 !important;
}

.public-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  align-items: center;
  min-height: 610px;
  gap: clamp(64px, 8vw, 140px);
  padding-top: clamp(80px, 10vw, 150px);
  padding-bottom: clamp(80px, 10vw, 150px);
}

.public-kicker {
  margin: 0 0 20px;
  color: #777;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.16em;
}

.public-hero h1,
.public-page-hero h1,
.public-not-found h1 {
  margin: 0;
  color: var(--public-white);
  font-size: clamp(46px, 6.7vw, 92px);
  font-weight: 610;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.public-hero h1 span {
  color: #7f7f7f;
}

.public-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: #a5a5a5;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

.public-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.public-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--public-line-strong);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 660;
  transition:
    transform 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.public-button svg {
  width: 14px;
  height: 14px;
}

.public-button:hover,
.public-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.public-button.primary {
  border-color: var(--public-white);
  background: var(--public-white);
  color: var(--public-black);
}

.public-button.primary:hover {
  background: #dedede;
}

.public-button.secondary {
  background: #0b0b0b;
  color: var(--public-text);
}

.public-button.secondary:hover {
  border-color: #484848;
  background: #111;
  color: var(--public-white);
}

.public-command-card {
  overflow: hidden;
  border: 1px solid var(--public-line);
  border-radius: var(--public-radius);
  background: var(--public-panel);
  box-shadow: var(--public-shadow);
}

.public-command-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--public-line-soft);
}

.public-command-identity {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.public-command-identity img {
  width: 36px;
  height: 36px;
  border: 1px solid #262626;
  border-radius: 8px;
  background: #000;
}

.public-command-identity div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.public-command-identity small {
  color: #666;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.public-command-identity strong {
  overflow: hidden;
  color: var(--public-white);
  font-size: 13px;
  font-weight: 660;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-state-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid var(--public-line);
  border-radius: 999px;
  background: #080808;
  color: #999;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.public-state-chip::before {
  content: "";
}

.public-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-command-grid > div {
  min-height: 116px;
  padding: 22px 20px;
  border-right: 1px solid var(--public-line-soft);
  border-bottom: 1px solid var(--public-line-soft);
}

.public-command-grid > div:nth-child(2n) {
  border-right: 0;
}

.public-command-grid > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.public-command-grid span,
.operation-summary-metrics span,
.operations-metric-grid span,
.status-summary-grid span,
.page-hero-stat span {
  display: block;
  margin-bottom: 8px;
  color: #707070;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-command-grid strong {
  display: block;
  color: #ececec;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.public-command-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 20px;
  border-top: 1px solid var(--public-line-soft);
  background: #080808;
}

.public-command-card > footer span {
  color: #666;
  font-size: 9px;
}

.public-command-card > footer strong {
  color: #aaa;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 600;
}

.public-metric-band {
  border-top: 1px solid var(--public-line-soft);
  border-bottom: 1px solid var(--public-line-soft);
  background: #070707;
}

.public-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-metric-grid article {
  min-height: 154px;
  padding: 28px 26px;
  border-right: 1px solid var(--public-line-soft);
}

.public-metric-grid article:first-child {
  padding-left: 0;
}

.public-metric-grid article:last-child {
  border-right: 0;
}

.public-metric-grid span {
  display: block;
  color: #797979;
  font-size: 10px;
  font-weight: 620;
}

.public-metric-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--public-white);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -0.05em;
}

.public-metric-grid small {
  display: block;
  margin-top: 12px;
  color: #5e5e5e;
  font-size: 9px;
}

.public-section {
  padding-top: clamp(88px, 9vw, 138px);
  padding-bottom: clamp(88px, 9vw, 138px);
}

.public-section + .public-section {
  border-top: 1px solid var(--public-line-soft);
}

.public-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
  align-items: end;
  gap: 60px;
  margin-bottom: 38px;
}

.public-section-heading h2 {
  margin: 0;
  color: var(--public-white);
  font-size: clamp(31px, 4vw, 54px);
  font-weight: 580;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.public-section-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: end;
  max-width: 500px;
  gap: 12px;
}

.public-section-copy p {
  margin: 0;
  color: #888;
  font-size: 13px;
  line-height: 1.65;
}

.public-section-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c7c7c7;
  font-size: 11px;
  font-weight: 650;
}

.public-section-copy a svg {
  width: 14px;
  height: 14px;
}

.home-network-grid,
.network-layout-main,
.home-operations-grid,
.operation-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.7fr);
  gap: 18px;
}

.public-map-card,
.public-location-index,
.network-sidebar,
.operation-summary-card,
.operation-feed-card,
.transfer-visualiser,
.automation-state-card,
.status-board,
.movement-ledger-shell,
.public-server-table-shell {
  overflow: hidden;
  border: 1px solid var(--public-line);
  border-radius: var(--public-radius);
  background: var(--public-panel);
}

.public-map-card > header,
.public-location-index > header,
.network-sidebar > header,
.operation-summary-card > header,
.operation-feed-card > header,
.transfer-visualiser > header,
.automation-state-card > header,
.status-board > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--public-line-soft);
}

.public-map-card > header span,
.public-location-index > header span,
.network-sidebar > header span,
.operation-summary-card > header span,
.operation-feed-card > header span,
.transfer-visualiser > header span,
.automation-state-card > header span,
.status-board > header span {
  color: #6f6f6f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.public-map-card > header b,
.operation-summary-card > header b,
.automation-state-card > header b {
  color: #a4a4a4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 600;
}

.public-map-canvas {
  position: relative;
  overflow: hidden;
  background: #070707;
  isolation: isolate;
}

.compact-map {
  min-height: 430px;
}

.large-map {
  min-height: 620px;
}

.public-map-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 75%, rgba(5, 5, 5, 0.28));
}

.public-map-canvas > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.63;
  filter: grayscale(1) contrast(1.05) brightness(0.78);
}

.public-map-links,
.public-map-nodes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.public-map-links {
  z-index: 2;
  pointer-events: none;
}

.public-map-nodes {
  z-index: 3;
  pointer-events: none;
}

.map-route {
  fill: none;
  stroke: rgba(210, 210, 210, 0.16);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.map-route.region-link {
  stroke: rgba(210, 210, 210, 0.10);
}

.map-route-flow {
  fill: none;
  stroke: rgba(245, 245, 245, 0.48);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 2 18;
  vector-effect: non-scaling-stroke;
  animation: map-flow 8s linear infinite;
}

@keyframes map-flow {
  to {
    stroke-dashoffset: -80;
  }
}

.map-node {
  position: absolute;
  pointer-events: auto;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
}

.map-node::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--public-green);
}

.map-node::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(74, 222, 128, 0.32);
  border-radius: 50%;
  transform: scale(0.78);
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    opacity 170ms ease;
}

.map-node.degraded::before,
.map-node.maintenance::before {
  background: var(--public-amber);
}

.map-node.degraded::after,
.map-node.maintenance::after {
  border-color: rgba(251, 191, 36, 0.32);
}

.map-node.offline::before {
  background: var(--public-red);
}

.map-node.offline::after {
  border-color: rgba(248, 113, 113, 0.32);
}

.map-node:hover::after,
.map-node:focus-visible::after,
.map-node.selected::after {
  transform: scale(1.35);
  border-color: rgba(245, 245, 245, 0.72);
}

.map-node.dimmed {
  opacity: 0.28;
}

.map-node-label {
  position: absolute;
  top: 18px;
  left: 7px;
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 150px;
  gap: 1px;
  padding: 6px 8px;
  border: 1px solid rgba(40, 40, 40, 0.9);
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.9);
  opacity: 0;
  transform: translateY(-2px);
  pointer-events: none;
  transition:
    opacity 130ms ease,
    transform 130ms ease;
}

.map-node:hover .map-node-label,
.map-node:focus-visible .map-node-label,
.map-node.selected .map-node-label {
  opacity: 1;
  transform: translateY(0);
}

.map-node-label strong {
  color: #e8e8e8;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
}

.map-node-label small {
  color: #767676;
  font-size: 8px;
}

.public-map-card > footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 52px;
  gap: 18px;
  padding: 0 18px;
  border-top: 1px solid var(--public-line-soft);
  background: #080808;
  color: #707070;
  font-size: 9px;
}

.public-map-card > footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
}

.legend-dot.online {
  background: var(--public-green);
}

.legend-dot.degraded,
.legend-dot.maintenance {
  background: var(--public-amber);
}

.legend-dot.offline {
  background: var(--public-red);
}

.map-note {
  margin-left: auto;
  color: #565656;
}

.public-location-index,
.network-sidebar {
  min-height: 100%;
}

.public-location-index > header a {
  color: #aaa;
  font-size: 9px;
}

.public-location-list,
.network-server-index {
  padding: 8px;
}

.location-row,
.network-server-row {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 62px;
  gap: 11px;
  padding: 10px 10px;
  border-radius: 8px;
  color: var(--public-text);
  transition:
    background-color 140ms ease,
    opacity 140ms ease;
}

.location-row:hover,
.network-server-row:hover,
.network-server-row.selected {
  background: #101010;
}

.location-row.dimmed,
.network-server-row.dimmed {
  opacity: 0.35;
}

.location-row > i,
.network-server-row > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--public-green);
}

.location-row.degraded > i,
.location-row.maintenance > i,
.network-server-row.degraded > i,
.network-server-row.maintenance > i {
  background: var(--public-amber);
}

.location-row.offline > i,
.network-server-row.offline > i {
  background: var(--public-red);
}

.location-row > div,
.network-server-row > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 3px;
}

.location-row strong,
.network-server-row strong {
  overflow: hidden;
  color: #dedede;
  font-size: 11px;
  font-weight: 640;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-row small,
.network-server-row small {
  color: #6e6e6e;
  font-size: 9px;
}

.location-row b,
.network-server-row b {
  color: #777;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 650;
}

.public-server-table-shell {
  width: 100%;
}

.public-server-table-head,
.public-server-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) minmax(120px, 0.7fr) minmax(120px, 0.7fr) minmax(180px, 1fr) minmax(100px, 0.55fr);
  align-items: center;
  gap: 18px;
}

.public-server-table-head {
  min-height: 46px;
  padding: 0 18px;
  border-bottom: 1px solid var(--public-line-soft);
  background: #080808;
  color: #626262;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.public-server-row {
  min-height: 76px;
  padding: 0 18px;
  border-bottom: 1px solid var(--public-line-soft);
}

.public-server-row:last-child {
  border-bottom: 0;
}

.public-server-name {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.public-server-name i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--public-green);
}

.public-server-name strong {
  color: #e6e6e6;
  font-size: 12px;
  font-weight: 660;
  letter-spacing: 0.01em;
}

.public-server-row > span {
  color: #aaa;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.server-utilisation {
  display: flex;
  align-items: center;
  gap: 10px;
}

.server-utilisation-track {
  position: relative;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #1a1a1a;
}

.server-utilisation-track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress, 0%);
  background: #777;
}

.server-utilisation b {
  min-width: 38px;
  color: #777;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 550;
  text-align: right;
}

.server-state {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 7px;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid var(--public-line);
  border-radius: 999px;
  color: #9a9a9a !important;
  font-family: "SFMono-Regular", Consolas, monospace !important;
  font-size: 8px !important;
  text-transform: uppercase;
}

.server-state::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--public-green);
}

.server-state.restricted::before,
.server-state.degraded::before {
  background: var(--public-amber);
}

.server-state.offline::before {
  background: var(--public-red);
}

.home-operations-grid {
  grid-template-columns: minmax(320px, 0.65fr) minmax(0, 1.35fr);
}

.operation-summary-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
}

.operation-summary-metrics {
  display: grid;
  grid-template-columns: 1fr;
  flex: 1;
}

.operation-summary-metrics > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 18px;
  border-bottom: 1px solid var(--public-line-soft);
}

.operation-summary-metrics strong {
  color: #e6e6e6;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 21px;
  font-weight: 560;
}

.operation-summary-card > footer {
  padding: 14px 18px;
  color: #626262;
  font-size: 9px;
}

.operation-feed-card {
  min-height: 340px;
}

.operation-feed-card > header > div,
.transfer-visualiser > header > div,
.status-board > header > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.operation-feed-card > header strong,
.transfer-visualiser > header strong,
.status-board > header strong {
  color: #cfcfcf;
  font-size: 11px;
  font-weight: 620;
}

.live-indicator {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  color: #777 !important;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px !important;
  font-weight: 650 !important;
  letter-spacing: 0.03em !important;
}

.operation-feed {
  padding: 8px;
}

.operation-feed-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 56px;
  gap: 12px;
  padding: 9px 10px;
  border-bottom: 1px solid var(--public-line-soft);
}

.operation-feed-row:last-child {
  border-bottom: 0;
}

.operation-feed-row time {
  color: #606060;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.operation-feed-row div {
  min-width: 0;
}

.operation-feed-row strong {
  display: block;
  overflow: hidden;
  color: #cfcfcf;
  font-size: 10px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation-feed-row small {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: #666;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation-feed-row b {
  color: #808080;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 650;
  text-transform: uppercase;
}

.public-system-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 100px;
  border-top: 0 !important;
}

.public-system-strip > div,
.public-system-strip > a {
  min-height: 84px;
  padding: 18px;
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
  border-left: 1px solid var(--public-line);
  background: #090909;
}

.public-system-strip > div:first-child {
  border-radius: 10px 0 0 10px;
}

.public-system-strip > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid var(--public-line);
  border-radius: 0 10px 10px 0;
  color: #aaa;
  font-size: 10px;
}

.public-system-strip span {
  display: block;
  color: #606060;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.public-system-strip strong {
  display: block;
  margin-top: 8px;
  color: #bbb;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
}

.public-system-strip svg {
  width: 13px;
  height: 13px;
}

.public-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  min-height: 410px;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--public-line-soft);
}

.public-page-hero h1 {
  font-size: clamp(46px, 6vw, 80px);
}

.public-page-hero p:not(.public-kicker) {
  max-width: 700px;
  margin: 24px 0 0;
  color: #929292;
  font-size: 15px;
  line-height: 1.7;
}

.page-hero-stat {
  min-width: 190px;
  padding: 20px 0 5px 30px;
  border-left: 1px solid var(--public-line);
}

.page-hero-stat strong {
  display: block;
  color: var(--public-white);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 34px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: -0.05em;
}

.page-hero-stat small {
  display: block;
  margin-top: 9px;
  color: #626262;
  font-size: 9px;
}

.network-detail-section {
  padding-top: 70px;
}

.network-layout-main {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.large-map-card > header {
  min-height: 64px;
}

.large-map-card > header > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.large-map-card > header strong {
  color: #818181;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 600;
}

.map-filter-group,
.ledger-filters {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #070707;
}

.map-filter-group button,
.ledger-filters button {
  min-height: 28px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #696969;
  font-size: 8px;
  font-weight: 650;
  cursor: pointer;
}

.map-filter-group button:hover,
.ledger-filters button:hover,
.map-filter-group button.active,
.ledger-filters button.active {
  background: #151515;
  color: #cfcfcf;
}

.map-node-inspector {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 8;
  width: min(320px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid var(--public-line-strong);
  border-radius: 10px;
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.map-node-inspector > button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--public-line);
  border-radius: 7px;
  background: #0d0d0d;
  cursor: pointer;
}

.map-node-inspector > button svg {
  width: 13px;
  height: 13px;
}

.map-node-inspector > span {
  color: #666;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
}

.map-node-inspector h3 {
  margin: 8px 0 0;
  color: #eee;
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.map-node-inspector p {
  margin: 5px 0 16px;
  color: #818181;
  font-size: 10px;
}

.map-node-inspector dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--public-line-soft);
  gap: 10px;
}

.map-node-inspector dt {
  color: #606060;
  font-size: 7px;
  text-transform: uppercase;
}

.map-node-inspector dd {
  margin: 4px 0 0;
  color: #aaa;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.region-capacity-grid,
.deployment-health-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.region-capacity-card,
.deployment-health-card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--public-line);
  border-radius: 12px;
  background: var(--public-panel);
}

.region-capacity-card header,
.deployment-health-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.region-capacity-card header strong,
.deployment-health-card header strong {
  color: #dedede;
  font-size: 12px;
  font-weight: 650;
}

.region-capacity-card header i,
.deployment-health-card header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--public-green);
}

.region-capacity-card > strong {
  display: block;
  margin-top: 42px;
  color: #e4e4e4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 31px;
  font-weight: 540;
}

.region-capacity-card > span,
.deployment-health-card > span {
  display: block;
  margin-top: 7px;
  color: #686868;
  font-size: 9px;
}

.region-capacity-card footer {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--public-line-soft);
  color: #676767;
  font-size: 8px;
}

.operations-overview {
  padding-top: 52px;
  padding-bottom: 0;
  border-top: 0 !important;
}

.operations-metric-grid,
.status-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--public-line);
  border-radius: 12px;
  background: var(--public-panel);
}

.operations-metric-grid article,
.status-summary-grid article {
  min-height: 124px;
  padding: 22px;
  border-right: 1px solid var(--public-line-soft);
}

.operations-metric-grid article:last-child,
.status-summary-grid article:last-child {
  border-right: 0;
}

.operations-metric-grid strong,
.status-summary-grid strong {
  display: block;
  margin-top: 12px;
  color: #e7e7e7;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 27px;
  font-weight: 540;
  letter-spacing: -0.04em;
}

.operations-metric-grid small {
  display: block;
  margin-top: 7px;
  color: #626262;
  font-size: 8px;
}

.operation-stage-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
}

.transfer-visualiser {
  min-height: 380px;
}

.transfer-route {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(220px, 1.3fr) minmax(150px, 0.7fr);
  align-items: center;
  min-height: 210px;
  gap: 24px;
  padding: 36px 28px 18px;
}

.transfer-endpoint {
  min-width: 0;
}

.transfer-endpoint span,
.transfer-object span {
  display: block;
  color: #626262;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.transfer-endpoint strong,
.transfer-object strong {
  display: block;
  margin-top: 8px;
  overflow: hidden;
  color: #ddd;
  font-size: 12px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transfer-endpoint small,
.transfer-object small {
  display: block;
  margin-top: 5px;
  color: #6b6b6b;
  font-size: 9px;
}

.transfer-line {
  position: relative;
  height: 2px;
  background: #202020;
}

.transfer-line-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--transfer-progress, 0%);
  background: #a7a7a7;
  transition: width 500ms var(--public-ease);
}

.transfer-packet {
  position: absolute;
  top: 50%;
  left: var(--transfer-progress, 0%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--public-white);
  transform: translate(-50%, -50%);
  transition: left 500ms var(--public-ease);
}

.transfer-line b {
  position: absolute;
  top: 12px;
  left: 50%;
  color: #777;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 600;
  transform: translateX(-50%);
}

.transfer-object {
  margin: 0 28px 28px;
  padding: 16px 0 0;
  border-top: 1px solid var(--public-line-soft);
}

.automation-state-card {
  min-height: 380px;
}

.automation-state-card dl {
  margin: 0;
}

.automation-state-card dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 18px;
  padding: 0 18px;
  border-bottom: 1px solid var(--public-line-soft);
}

.automation-state-card dt {
  color: #6c6c6c;
  font-size: 9px;
}

.automation-state-card dd {
  margin: 0;
  color: #bcbcbc;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.automation-state-card > p {
  margin: 0;
  padding: 18px;
  color: #686868;
  font-size: 9px;
  line-height: 1.6;
}

.movement-ledger-head,
.movement-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.25fr) minmax(220px, 1.25fr) minmax(130px, 0.8fr) minmax(150px, 0.8fr) minmax(90px, 0.5fr) minmax(100px, 0.55fr);
  align-items: center;
  gap: 16px;
}

.movement-ledger-head {
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--public-line-soft);
  background: #080808;
  color: #626262;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.movement-row {
  min-height: 82px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--public-line-soft);
}

.movement-row:last-child {
  border-bottom: 0;
}

.movement-object,
.movement-route,
.movement-actor {
  min-width: 0;
}

.movement-object strong,
.movement-route strong,
.movement-actor strong {
  display: block;
  overflow: hidden;
  color: #d1d1d1;
  font-size: 10px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movement-object small,
.movement-route small,
.movement-actor small {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #626262;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movement-progress {
  display: flex;
  align-items: center;
  gap: 10px;
}

.movement-progress span {
  position: relative;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: #1b1b1b;
}

.movement-progress span i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress, 0%);
  background: #8c8c8c;
}

.movement-progress b {
  min-width: 34px;
  color: #777;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 550;
  text-align: right;
}

.movement-status {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 25px;
  padding: 0 8px;
  border: 1px solid var(--public-line);
  border-radius: 999px;
  color: #898989;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.movement-status.transferring,
.movement-status.verifying {
  border-color: rgba(147, 197, 253, 0.25);
  color: #a9c7e7;
}

.movement-status.completed {
  border-color: rgba(74, 222, 128, 0.22);
  color: #8acba1;
}

.movement-status.failed {
  border-color: rgba(248, 113, 113, 0.25);
  color: #d69a9a;
}

.movement-row > time {
  color: #646464;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.operations-process {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  gap: 18px;
}

.operations-process > div {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--public-line);
  border-radius: 11px;
  background: var(--public-panel);
}

.operations-process > div > span {
  color: #5d5d5d;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.operations-process > div > strong {
  display: block;
  margin-top: 44px;
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 640;
}

.operations-process > div > p {
  margin: 9px 0 0;
  color: #707070;
  font-size: 9px;
  line-height: 1.6;
}

.operations-process > svg {
  width: 15px;
  height: 15px;
  color: #464646;
}

.status-page-hero {
  align-items: center;
}

.status-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--public-line);
  border-radius: 999px;
  background: #090909;
  color: #aaa;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
}

.status-hero-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
}

.status-hero-badge.online i {
  background: var(--public-green);
}

.status-hero-badge.offline i {
  background: var(--public-red);
}

.status-board > header > span:last-child {
  color: #686868;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.status-service-list {
  padding: 8px;
}

.status-service-row {
  display: grid;
  grid-template-columns: 10px minmax(160px, 1fr) minmax(180px, 1.3fr) auto;
  align-items: center;
  min-height: 64px;
  gap: 14px;
  padding: 9px 10px;
  border-bottom: 1px solid var(--public-line-soft);
}

.status-service-row:last-child {
  border-bottom: 0;
}

.status-service-row > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--public-green);
}

.status-service-row.offline > i {
  background: var(--public-red);
}

.status-service-row.degraded > i {
  background: var(--public-amber);
}

.status-service-row strong {
  color: #d0d0d0;
  font-size: 10px;
  font-weight: 620;
}

.status-service-row span {
  color: #6c6c6c;
  font-size: 9px;
}

.status-service-row b {
  color: #8b8b8b;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 600;
}

.deployment-health-card {
  min-height: 150px;
}

.deployment-health-card > b {
  display: block;
  margin-top: 32px;
  color: #bcbcbc;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
}

.deployment-health-card.degraded header i,
.deployment-health-card.maintenance header i {
  background: var(--public-amber);
}

.deployment-health-card.offline header i {
  background: var(--public-red);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.legal-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--public-line);
  border-radius: 12px;
  background: var(--public-panel);
}

.legal-grid article > span {
  color: #636363;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-grid h2 {
  margin: 44px 0 0;
  color: #ddd;
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.legal-grid p {
  margin: 15px 0 0;
  color: #797979;
  font-size: 10px;
  line-height: 1.7;
}

.legal-grid a {
  color: #bdbdbd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.public-footer {
  border-top: 1px solid var(--public-line);
  background: #070707;
}

.public-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(520px, 1fr);
  width: min(var(--public-width), calc(100% - (var(--public-gutter) * 2)));
  margin: 0 auto;
  padding: 58px 0 52px;
  gap: 80px;
}

.public-footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-mark {
  width: 46px;
  height: 46px;
}

.public-footer-brand > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 3px;
}

.public-footer-brand strong {
  color: #dcdcdc;
  font-size: 13px;
  font-weight: 660;
}

.public-footer-brand span {
  color: #676767;
  font-size: 9px;
}

.public-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.public-footer-columns > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.public-footer-columns > div > span {
  margin-bottom: 5px;
  color: #5d5d5d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-footer-columns a {
  color: #969696;
  font-size: 9px;
}

.public-footer-columns a:hover {
  color: #d5d5d5;
}

.public-footer-legal {
  display: flex;
  align-items: center;
  width: min(var(--public-width), calc(100% - (var(--public-gutter) * 2)));
  min-height: 64px;
  margin: 0 auto;
  gap: 24px;
  border-top: 1px solid var(--public-line-soft);
  color: #535353;
  font-size: 8px;
}

.public-footer-legal span:nth-child(2) {
  margin-left: auto;
}

.public-empty-state,
.public-loading-line {
  display: grid;
  min-height: 80px;
  place-items: center;
  padding: 18px;
  color: #5f5f5f;
  font-size: 9px;
  text-align: center;
}

.public-not-found {
  display: flex;
  min-height: 660px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.public-not-found > span {
  color: #606060;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.public-not-found h1 {
  margin-top: 15px;
  font-size: clamp(44px, 6vw, 76px);
}

.public-not-found p {
  margin: 20px 0 28px;
  color: #7c7c7c;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 640ms var(--public-ease),
    transform 640ms var(--public-ease);
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .map-route-flow {
    animation: none;
  }

  .public-button,
  .transfer-line-fill,
  .transfer-packet {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Public operations analysis
   -------------------------------------------------------------------------- */

.operations-analysis-section {
  padding-top: 22px;
}

.operations-analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  gap: 16px;
}

.route-analysis-card,
.actor-analysis-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--public-line, #202020);
  border-radius: 5px;
  background: #080808;
}

.route-analysis-card > header,
.actor-analysis-card > header {
  min-height: 68px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #1d1d1d;
}

.route-analysis-card > header > div,
.actor-analysis-card > header > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.route-analysis-card > header span,
.actor-analysis-card > header span {
  color: #646464;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
}

.route-analysis-card > header strong,
.actor-analysis-card > header strong {
  color: #d2d2d2;
  font-size: 12px;
  font-weight: 600;
}

.route-analysis-card > header small,
.actor-analysis-card > header small {
  color: #5e5e5e;
  font-size: 9px;
  white-space: nowrap;
}

.route-analysis-list {
  display: grid;
}

.route-analysis-row {
  min-height: 70px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 11px 16px;
  border-bottom: 1px solid #181818;
}

.route-analysis-row:last-child {
  border-bottom: 0;
}

.route-analysis-rank {
  color: #4d4d4d;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

.route-analysis-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.route-analysis-copy strong {
  overflow: hidden;
  color: #aaa;
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.route-analysis-copy small {
  color: #595959;
  font-size: 8px;
}

.route-analysis-copy > span {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: #181818;
}

.route-analysis-copy > span i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--route-width, 0%);
  border-radius: inherit;
  background: #747474;
}

.route-analysis-row > b {
  min-width: 45px;
  color: #606060;
  font-size: 8px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.actor-analysis-chart {
  min-height: 246px;
  padding: 20px 16px;
  display: grid;
  align-content: center;
  gap: 20px;
}

.actor-analysis-row {
  display: grid;
  gap: 8px;
}

.actor-analysis-row > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.actor-analysis-row > div span {
  color: #929292;
  font-size: 10px;
}

.actor-analysis-row > div strong {
  color: #d1d1d1;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.actor-analysis-meter {
  position: relative;
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #191919;
}

.actor-analysis-meter i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--actor-width, 0%);
  border-radius: inherit;
  background: #6b6b6b;
}

.actor-analysis-row[data-actor-kind="automation"] .actor-analysis-meter i {
  background: #999;
}

.actor-analysis-row[data-actor-kind="service"] .actor-analysis-meter i {
  background: #4f4f4f;
}

.actor-analysis-row > small {
  color: #575757;
  font-size: 8px;
}

.actor-analysis-card > footer {
  min-height: 43px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #1c1c1c;
  color: #555;
  font-size: 8px;
}

.actor-analysis-card > footer span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.actor-analysis-card > footer i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6b6b6b;
}

.actor-analysis-card > footer span:nth-child(2) i {
  background: #999;
}

.actor-analysis-card > footer span:nth-child(3) i {
  background: #4f4f4f;
}

@media (max-width: 920px) {
  .operations-analysis-grid {
    grid-template-columns: 1fr;
  }

  .actor-analysis-chart {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .route-analysis-row {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .route-analysis-row > b {
    display: none;
  }

  .actor-analysis-card > footer {
    flex-wrap: wrap;
    padding-block: 10px;
  }
}

/* Deployment directory keeps geographic data auditable outside the map view. */
.deployment-directory-shell {
  overflow: hidden;
  border: 1px solid #202020;
  border-radius: 5px;
  background: #080808;
}

.deployment-directory-head,
.deployment-directory-row {
  display: grid;
  grid-template-columns: 130px minmax(190px, 1.1fr) minmax(150px, .8fr) minmax(230px, 1fr) 100px;
  gap: 14px;
  align-items: center;
}

.deployment-directory-head {
  min-height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid #202020;
  color: #565656;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.deployment-directory {
  display: grid;
}

.deployment-directory-row {
  min-height: 62px;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid #181818;
  background: transparent;
  color: #797979;
  font: inherit;
  font-size: 9px;
  text-align: left;
  cursor: pointer;
  transition: background-color 120ms ease, color 120ms ease;
}

.deployment-directory-row:last-child {
  border-bottom: 0;
}

.deployment-directory-row:hover {
  background: #0d0d0d;
  color: #aaa;
}

.deployment-directory-row > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.deployment-directory-row > span:first-child i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #707070;
}

.deployment-directory-row.online > span:first-child i {
  background: #5fc58a;
}

.deployment-directory-row.degraded > span:first-child i {
  background: #d0aa65;
}

.deployment-directory-row.maintenance > span:first-child i {
  background: #969696;
}

.deployment-directory-row.offline > span:first-child i {
  background: #d06b6b;
}

.deployment-directory-row strong {
  color: #bcbcbc;
  font-size: 10px;
  font-weight: 600;
}

.deployment-directory-row > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.deployment-directory-row > span:nth-child(2) strong,
.deployment-directory-row > span:nth-child(2) small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deployment-directory-row > span:nth-child(2) small {
  color: #555;
  font-size: 8px;
}

.deployment-coordinate {
  color: #666;
  font-variant-numeric: tabular-nums;
}

.deployment-directory-row > b {
  justify-self: end;
  color: #6b6b6b;
  font-size: 8px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .deployment-directory-shell {
    overflow-x: auto;
  }

  .deployment-directory-head,
  .deployment-directory-row {
    min-width: 850px;
  }
}

/* Explicit nominal node state keeps the geographic map state model complete. */
.map-node.online::before {
  background: #5fc58a;
}

.map-node.online::after {
  border-color: rgba(95, 197, 138, 0.42);
}

/* --------------------------------------------------------------------------
   Enterprise revision 4.2 — public-site quality pass
   -------------------------------------------------------------------------- */

/* Hero network state: intentionally avoids a generic 2x2 "dashboard card". */
.home-network-pulse {
  align-self: stretch;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: center;
  padding: 38px 0 34px 40px;
  border-left: 1px solid var(--public-line);
}

.home-network-pulse > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--public-line-soft);
}

.home-network-pulse-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #7d7d7d;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.home-network-pulse-brand img {
  width: 30px;
  height: 30px;
  border: 1px solid #242424;
  border-radius: 7px;
  background: #000;
}

.home-network-pulse-primary {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 34px 0 30px;
  border-bottom: 1px solid var(--public-line-soft);
}

.home-network-pulse-primary > strong {
  color: #f4f4f4;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(68px, 6.1vw, 104px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.085em;
}

.home-network-pulse-primary > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 2px;
}

.home-network-pulse-primary span {
  color: #d0d0d0;
  font-size: 12px;
  font-weight: 620;
}

.home-network-pulse-primary small {
  color: #616161;
  font-size: 9px;
}

.home-network-pulse-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.home-network-pulse-list > div {
  display: flex;
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border-bottom: 1px solid var(--public-line-soft);
}

.home-network-pulse-list > div:nth-child(odd) {
  padding-right: 20px;
  border-right: 1px solid var(--public-line-soft);
}

.home-network-pulse-list > div:nth-child(even) {
  padding-left: 20px;
}

.home-network-pulse-list > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-network-pulse-list dt {
  color: #616161;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-network-pulse-list dd {
  margin: 0;
  color: #bdbdbd;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 560;
}

/* The public figures should read like a company scale statement, not tiny widgets. */
.public-metric-grid article {
  min-height: 205px;
  padding-top: 38px;
  padding-bottom: 34px;
}

.public-metric-grid span {
  font-size: 10px;
  letter-spacing: .01em;
}

.public-metric-grid strong {
  margin-top: 20px;
  font-size: clamp(48px, 5.6vw, 78px);
  font-weight: 500;
  letter-spacing: -.075em;
}

.public-metric-grid small {
  margin-top: 17px;
  font-size: 9px;
}

/* All list rows built from <button> must remain dark; UA button styling is not allowed. */
.network-server-row,
.deployment-directory-row {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.network-server-row:focus-visible,
.deployment-directory-row:focus-visible {
  outline: 1px solid #555;
  outline-offset: -1px;
}

.network-sidebar {
  overflow: hidden;
}

.network-server-index {
  max-height: 620px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #252525 transparent;
}

.network-server-index::-webkit-scrollbar {
  width: 6px;
}

.network-server-index::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #252525;
}

.network-server-row {
  border-bottom: 1px solid #151515;
  border-radius: 0;
}

.network-server-row:last-child {
  border-bottom: 0;
}

.network-server-row:hover,
.network-server-row.selected {
  background: #0f0f0f;
}

/* Homepage operations: busy, data-led, and still restrained. */
.home-automation-summary {
  min-height: 410px;
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

.home-automation-summary > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 2px;
  border-bottom: 1px solid var(--public-line-soft);
}

.home-automation-summary > header span,
.home-automation-summary > header b {
  color: #656565;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.home-automation-summary > header b {
  color: var(--public-green);
}

.home-automation-rate {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding: 34px 0 30px;
  border-bottom: 1px solid var(--public-line-soft);
}

.home-automation-rate strong {
  color: #f0f0f0;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 500;
  line-height: .85;
  letter-spacing: -.075em;
}

.home-automation-rate span {
  padding-bottom: 4px;
  color: #666;
  font-size: 9px;
}

.home-automation-summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.home-automation-summary dl > div {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border-bottom: 1px solid var(--public-line-soft);
}

.home-automation-summary dl > div:nth-child(odd) {
  padding-right: 18px;
  border-right: 1px solid var(--public-line-soft);
}

.home-automation-summary dl > div:nth-child(even) {
  padding-left: 18px;
}

.home-automation-summary dl > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-automation-summary dt {
  color: #626262;
  font-size: 8px;
  text-transform: uppercase;
}

.home-automation-summary dd {
  margin: 0;
  color: #c7c7c7;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 15px;
}

.operation-feed-card {
  border: 1px solid var(--public-line);
  border-radius: 10px;
  background: #080808;
}

.operation-feed-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 16px;
  border-bottom: 1px solid var(--public-line-soft);
}

.operation-feed.dense {
  max-height: 410px;
  overflow-y: hidden;
  padding: 0 12px;
}

.operation-feed.dense .operation-feed-row {
  min-height: 48px;
  padding: 8px 3px;
}

.operation-feed-row.automation b {
  color: #696969;
}

.operation-feed-row.file b {
  color: #a5a5a5;
}

/* Operations page: one live wall, large figures, no generic card grid styling. */
.operations-hero {
  align-items: end;
}

.operations-live-rate {
  min-width: 260px;
  padding: 0 0 8px 36px;
  border-left: 1px solid var(--public-line);
}

.operations-live-rate span {
  display: block;
  color: #686868;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.operations-live-rate strong {
  display: block;
  margin-top: 15px;
  color: #f2f2f2;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(62px, 6vw, 94px);
  font-weight: 490;
  line-height: .85;
  letter-spacing: -.08em;
}

.operations-live-rate small {
  display: block;
  margin-top: 15px;
  color: #676767;
  font-size: 9px;
}

.operations-metric-grid {
  overflow: visible;
  border-width: 1px 0;
  border-radius: 0;
  background: transparent;
}

.operations-metric-grid article {
  min-height: 190px;
  padding: 32px 28px;
  background: transparent;
}

.operations-metric-grid article:first-child {
  padding-left: 0;
}

.operations-metric-grid article:last-child {
  padding-right: 0;
}

.operations-metric-grid strong {
  margin-top: 20px;
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 500;
  letter-spacing: -.07em;
}

.operations-metric-grid small {
  margin-top: 14px;
  font-size: 9px;
}

.operations-live-section {
  padding-top: 72px;
}

.operations-activity-shell {
  overflow: hidden;
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
  background: #060606;
}

.operations-activity-head,
.operations-activity-row {
  display: grid;
  grid-template-columns: 155px minmax(300px, 1.45fr) minmax(250px, .9fr) 110px;
  align-items: center;
  gap: 20px;
}

.operations-activity-head {
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid var(--public-line-soft);
  color: #555;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.operations-activity-stream {
  max-height: 720px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #262626 transparent;
}

.operations-activity-row {
  position: relative;
  min-height: 65px;
  padding: 10px 16px;
  border-bottom: 1px solid #151515;
  transition: background-color 180ms ease;
}

.operations-activity-row:last-child {
  border-bottom: 0;
}

.operations-activity-row.current-cycle {
  background: #090909;
}

.operations-activity-row.current-cycle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(74, 222, 128, .5);
}

.operations-activity-row time {
  color: #5f5f5f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.operations-activity-row > div {
  min-width: 0;
}

.operations-activity-row > div strong {
  display: block;
  overflow: hidden;
  color: #c9c9c9;
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-activity-row > div small {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: #5f5f5f;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-activity-row > span {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 6px;
  overflow: hidden;
  color: #777;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-activity-row > span svg {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
}

.operations-activity-row > b {
  justify-self: start;
  color: #737373;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 650;
}

.operations-activity-row > b.complete {
  color: var(--public-green);
}

/* Legal is a document, not a dashboard. */
.legal-document {
  max-width: min(980px, calc(100% - (var(--public-gutter) * 2)));
  padding-top: 68px;
}

.legal-document-section {
  padding: 48px 0 54px;
  border-top: 1px solid var(--public-line);
}

.legal-document-section:first-child {
  border-top-color: var(--public-line-strong);
}

.legal-document-section h2 {
  max-width: 760px;
  margin: 0;
  color: #e7e7e7;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 570;
  letter-spacing: -.035em;
}

.legal-document-section ul {
  max-width: 820px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.legal-document-section li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #151515;
  color: #888;
  font-size: 12px;
  line-height: 1.75;
}

.legal-document-section li:last-child {
  border-bottom: 0;
}

.legal-document-section li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
}

.legal-document-section a {
  color: #c8c8c8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* v4.3 public live-state corrections -------------------------------------- */

/* The map artwork is equirectangular and intentionally fills the exact same
   box as the percentage-positioned pins.  Using contain introduced letterbox
   offsets that made geographically correct coordinates look misplaced. */
.public-map-canvas > img {
  object-fit: fill;
}

/* Keep both public location indexes contained inside their map-height panels. */
.public-location-index,
.network-sidebar {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.public-location-list {
  max-height: 430px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #262626 transparent;
}

.network-server-index {
  height: 620px;
  max-height: 620px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.public-location-list::-webkit-scrollbar,
.network-server-index::-webkit-scrollbar,
.operations-activity-stream::-webkit-scrollbar {
  width: 6px;
}

.public-location-list::-webkit-scrollbar-thumb,
.network-server-index::-webkit-scrollbar-thumb,
.operations-activity-stream::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #292929;
}

.location-row,
.network-server-row {
  grid-template-columns: 10px minmax(0, 1fr) minmax(48px, auto);
}

.location-row > div,
.network-server-row > div,
.location-row small,
.network-server-row small,
.location-row b,
.network-server-row b {
  min-width: 0;
}

.location-row small,
.network-server-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-row b,
.network-server-row b {
  max-width: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-server-row.restricted .public-server-name i,
.public-server-row.degraded .public-server-name i,
.public-server-row.maintenance .public-server-name i {
  background: var(--public-amber);
}

.public-server-row.offline .public-server-name i {
  background: var(--public-red);
}

/* The activity wall is intentionally scrollable: a large estate should not
   force the document itself to grow every time another operation arrives. */
.operations-activity-stream {
  max-height: 680px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.operations-activity-row > b {
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-activity-row > b.employee,
.operation-feed-row.employee b {
  color: #d5d5d5;
}

.operations-activity-row > b.service,
.operation-feed-row.service b {
  color: #949494;
}

.operations-activity-row > b.automation,
.operation-feed-row.automation b {
  color: #6f6f6f;
}

.operations-activity-row.employee::before {
  background: rgba(240, 240, 240, .5);
}

.operations-activity-row.service::before {
  background: rgba(148, 148, 148, .45);
}

.movement-row.ephemeral {
  opacity: .92;
}

@media (max-width: 980px) {
  .public-location-list,
  .network-server-index {
    height: auto;
    max-height: 420px;
  }

  .operations-activity-head,
  .operations-activity-row {
    grid-template-columns: 95px minmax(0, 1.4fr) minmax(150px, .9fr) 88px;
    gap: 12px;
  }
}

/* v4.4 geographic alignment and persistent-runtime presentation -----------------
   The base map itself is a 2:1 equirectangular projection. Keeping the rendered
   stage at that exact aspect ratio means percentage-positioned longitude and
   latitude values share the same pixel coordinate system as the artwork. */
.public-map-canvas,
.public-map-canvas.compact-map,
.public-map-canvas.large-map {
  min-height: 0;
  aspect-ratio: 2 / 1;
}

.public-map-canvas > img {
  object-fit: fill;
}

/* Coordinates are an implementation detail. The public directory presents the
   human-readable deployment location and current service state only. */
.deployment-directory-head,
.deployment-directory-row {
  grid-template-columns: 130px minmax(210px, 1.2fr) minmax(170px, .9fr) 110px;
}

.deployment-directory-row > b {
  white-space: nowrap;
}

.map-node-inspector dl {
  grid-template-columns: 1fr;
}

/* A newly completed operation can be recognised without making older history
   look inactive or washed out. */
.operations-activity-row.current-cycle {
  background: #0b0b0b;
}

@media (max-width: 900px) {
  .deployment-directory-head,
  .deployment-directory-row {
    min-width: 700px;
  }
}


/* v4.5 corporate voice -------------------------------------------------------
   These sections explain the organisation without changing the operational
   surfaces or turning the public site into a feature catalogue. */

.company-purpose-section .public-section-heading h2 {
  max-width: 900px;
}

.company-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

.company-work-grid article {
  min-width: 0;
  min-height: 285px;
  padding: 34px 30px 38px;
  border-right: 1px solid var(--public-line);
}

.company-work-grid article:first-child {
  padding-left: 0;
}

.company-work-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.company-work-number,
.company-detail-grid article > span,
.company-page-aside > span {
  display: block;
  margin-bottom: 34px;
  color: var(--public-muted-2);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.company-work-grid h3,
.company-detail-grid h3,
.company-principles-list h3 {
  margin: 0;
  color: var(--public-white);
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -.025em;
}

.company-work-grid p,
.company-detail-grid p,
.company-intro-copy p,
.company-safety-band p,
.company-principles-list p {
  margin: 18px 0 0;
  color: var(--public-muted);
  font-size: 12px;
  line-height: 1.75;
}

.safeguarding-section {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

.safeguarding-statement {
  position: sticky;
  top: 150px;
}

.safeguarding-statement blockquote {
  max-width: 580px;
  margin: 20px 0 0;
  color: var(--public-white);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 570;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.safeguarding-statement > p:last-child {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--public-muted);
  font-size: 13px;
  line-height: 1.75;
}

.response-path {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--public-line);
  list-style: none;
}

.response-path li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--public-line);
}

.response-path li > span {
  color: var(--public-muted-2);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
}

.response-path strong {
  display: block;
  color: var(--public-white);
  font-size: 14px;
  font-weight: 650;
}

.response-path p {
  max-width: 620px;
  margin: 7px 0 0;
  color: var(--public-muted);
  font-size: 12px;
  line-height: 1.65;
}

.company-principle-strip {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

.company-principle-strip > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.company-principle-strip strong {
  padding: 4px 24px;
  border-right: 1px solid var(--public-line);
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 560;
}

.company-principle-strip strong:first-child {
  padding-left: 0;
}

.company-principle-strip strong:last-child {
  border-right: 0;
}

.company-page-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
}

.company-page-hero h1 {
  max-width: 980px;
}

.company-page-aside {
  align-self: end;
  padding: 30px 0 6px clamp(28px, 5vw, 70px);
  border-left: 1px solid var(--public-line);
}

.company-page-aside strong {
  display: block;
  max-width: 460px;
  color: #d9d9d9;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 560;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.company-intro-grid,
.company-safety-band {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 9vw, 140px);
}

.company-intro-statement h2,
.company-safety-band h2,
.company-network-cta h2 {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--public-white);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 570;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.company-intro-copy {
  max-width: 760px;
}

.company-intro-copy p:first-child,
.company-safety-band div:last-child p:first-child {
  margin-top: 0;
}

.company-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--public-line);
  border-left: 1px solid var(--public-line);
}

.company-detail-grid article {
  min-height: 420px;
  padding: 38px 40px;
  border-right: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

.company-detail-grid article > span {
  margin-bottom: 48px;
}

.company-detail-grid h3 {
  max-width: 560px;
  font-size: clamp(24px, 2.8vw, 34px);
}

.company-detail-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.company-detail-grid li {
  position: relative;
  padding-left: 15px;
  color: #858585;
  font-size: 11px;
}

.company-detail-grid li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5f5f5f;
}

.company-safety-band {
  padding-top: 76px;
  padding-bottom: 76px;
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

.company-principles-list {
  border-top: 1px solid var(--public-line);
}

.company-principles-list article {
  display: grid;
  grid-template-columns: 70px minmax(240px, .45fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--public-line);
}

.company-principles-list article > span {
  color: var(--public-muted-2);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
}

.company-principles-list article > div {
  display: contents;
}

.company-principles-list p {
  max-width: 720px;
  margin-top: 0;
}

.company-network-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 70px;
  padding-bottom: 90px;
  border-top: 1px solid var(--public-line);
}

/* v4.6 — restrained company presentation ---------------------------------- */
.home-hero-refined {
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .72fr);
  min-height: 520px;
  gap: clamp(48px, 7vw, 104px);
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.home-hero-refined h1 {
  max-width: 820px;
  font-size: clamp(42px, 4.9vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.home-hero-refined .public-lead {
  max-width: 700px;
  margin-top: 24px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.65;
}

.home-hero-refined .public-hero-actions {
  margin-top: 28px;
}

.home-company-intro {
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.home-company-intro-heading {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(420px, 1.28fr);
  gap: 26px 70px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--public-line);
}

.home-company-intro-heading .public-kicker {
  grid-column: 1;
  margin-bottom: 0;
}

.home-company-intro-heading h2 {
  grid-column: 1;
  max-width: 580px;
  margin: 0;
  color: var(--public-white);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 580;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.home-company-intro-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 670px;
  margin: 0;
  color: var(--public-muted);
  font-size: 13px;
  line-height: 1.75;
}

.home-company-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--public-line);
}

.home-company-services article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 32px 28px 34px 0;
  border-right: 1px solid var(--public-line);
}

.home-company-services article + article {
  padding-left: 28px;
}

.home-company-services article:last-child {
  padding-right: 0;
  border-right: 0;
}

.home-company-services article > span,
.company-service-list article > span,
.company-response-list li > span {
  color: var(--public-muted-2);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
}

.home-company-services h3 {
  margin: 0;
  color: var(--public-white);
  font-size: 16px;
  font-weight: 640;
  letter-spacing: -.02em;
}

.home-company-services p {
  margin: 9px 0 0;
  color: var(--public-muted);
  font-size: 12px;
  line-height: 1.7;
}

.home-safeguarding-summary {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.45fr) auto;
  gap: 44px;
  align-items: center;
  padding-top: 34px;
}

.home-safeguarding-summary h3 {
  margin: 0;
  color: var(--public-white);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.home-safeguarding-summary > div > p:last-child {
  max-width: 540px;
  margin: 10px 0 0;
  color: var(--public-muted);
  font-size: 12px;
  line-height: 1.7;
}

.home-safeguarding-summary ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--public-line);
  list-style: none;
}

.home-safeguarding-summary li {
  min-width: 0;
  padding: 4px 18px;
  border-right: 1px solid var(--public-line);
}

.home-safeguarding-summary li span {
  display: block;
  margin-bottom: 8px;
  color: var(--public-muted-2);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.home-safeguarding-summary li strong {
  color: #cfcfcf;
  font-size: 11px;
  font-weight: 610;
}

.home-safeguarding-summary > a,
.company-links-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d2d2d2;
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.home-safeguarding-summary > a svg,
.company-links-row a svg {
  width: 13px;
  height: 13px;
}

.company-page-hero-refined {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .6fr);
  min-height: 350px;
  padding-top: 86px;
  padding-bottom: 60px;
}

.company-page-hero-refined h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1.02;
}

.company-page-hero-refined p:not(.public-kicker) {
  max-width: 680px;
  margin-top: 18px;
  font-size: 14px;
}

.company-profile-facts {
  margin: 0;
  padding: 0 0 0 32px;
  border-left: 1px solid var(--public-line);
}

.company-profile-facts > div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--public-line-soft);
}

.company-profile-facts > div:last-child {
  border-bottom: 0;
}

.company-profile-facts dt {
  color: var(--public-muted-2);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.company-profile-facts dd {
  margin: 0;
  color: #c8c8c8;
  font-size: 11px;
  line-height: 1.5;
}

.company-profile-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 120px);
  padding-top: 78px;
  padding-bottom: 78px;
}

.company-profile-heading h2,
.company-section-header h2,
.company-safeguarding-copy h2 {
  max-width: 660px;
  margin: 0;
  color: var(--public-white);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 580;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.company-profile-copy {
  max-width: 760px;
}

.company-profile-copy p,
.company-safeguarding-copy > p:not(.public-kicker) {
  margin: 0;
  color: var(--public-muted);
  font-size: 13px;
  line-height: 1.8;
}

.company-profile-copy p + p,
.company-safeguarding-copy > p + p {
  margin-top: 16px;
}

.company-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 50px;
  align-items: end;
  margin-bottom: 30px;
}

.company-section-header > p {
  margin: 0;
  color: var(--public-muted);
  font-size: 12px;
  line-height: 1.7;
}

.company-service-list {
  border-top: 1px solid var(--public-line);
}

.company-service-list article {
  display: grid;
  grid-template-columns: 44px minmax(220px, .72fr) minmax(260px, 1.15fr) minmax(240px, .75fr);
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--public-line);
}

.company-service-title small {
  display: block;
  margin-bottom: 8px;
  color: var(--public-muted-2);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.company-service-title h3 {
  margin: 0;
  color: var(--public-white);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.company-service-list article > p {
  margin: 0;
  color: var(--public-muted);
  font-size: 12px;
  line-height: 1.72;
}

.company-service-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-service-list li {
  padding: 5px 0;
  border-bottom: 1px solid var(--public-line-soft);
  color: #898989;
  font-size: 10px;
}

.company-service-list li:last-child {
  border-bottom: 0;
}

.company-safeguarding-section {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.company-safeguarding-copy {
  max-width: 610px;
}

.company-safeguarding-copy h2 {
  margin-bottom: 20px;
}

.company-response-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--public-line);
  list-style: none;
}

.company-response-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--public-line);
}

.company-response-list strong {
  display: block;
  color: var(--public-white);
  font-size: 13px;
  font-weight: 630;
}

.company-response-list p {
  margin: 5px 0 0;
  color: var(--public-muted);
  font-size: 11px;
  line-height: 1.65;
}

.company-principles-compact {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

.company-principles-compact > div {
  min-width: 0;
  padding: 26px 22px;
  border-right: 1px solid var(--public-line);
}

.company-principles-compact > div:first-child {
  padding-left: 0;
}

.company-principles-compact > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.company-principles-compact strong {
  color: #d0d0d0;
  font-size: 12px;
  font-weight: 620;
}

.company-principles-compact p {
  margin: 8px 0 0;
  color: var(--public-muted-2);
  font-size: 10px;
  line-height: 1.6;
}

.company-links-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 44px;
  padding-bottom: 60px;
  border-top: 1px solid var(--public-line);
}

.company-links-row > div > p:last-child {
  max-width: 600px;
  margin: 0;
  color: var(--public-muted);
  font-size: 11px;
  line-height: 1.65;
}

.company-links-row nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
