.nvr-kx-home {
  width: 100%;
}

.nvr-kx-home h1,
.nvr-kx-home h2,
.nvr-kx-home p {
  margin-top: 0;
}

.nvr-kx-hero {
  min-height: 42rem;
  padding: 5rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(24rem,.95fr);
  align-items: center;
  gap: 5rem;
}

.nvr-kx-eyebrow {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.6rem;
  color: rgba(255,255,255,.45);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.nvr-kx-dot {
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: var(--nvr-green);
  box-shadow: 0 0 14px rgba(34,229,139,.7);
}

.nvr-kx-hero h1 {
  margin-bottom: 1.5rem;
  color: white;
  font-size: clamp(2.8rem,5vw,5.3rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.nvr-kx-hero h1 span {
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--nvr-blue),
    var(--nvr-cyan),
    #9b65ff
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.nvr-kx-lead {
  max-width: 42rem;
  color: rgba(255,255,255,.58);
  font-size: 1rem;
  line-height: 1.85;
}

.nvr-kx-actions {
  margin-top: 2rem;
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.nvr-kx-button {
  min-height: 2.9rem;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px;
  color: rgba(255,255,255,.78) !important;
  background: rgba(255,255,255,.025);
  font-size: .72rem;
  font-weight: 650;
  text-decoration: none !important;
}

.nvr-kx-button:hover {
  border-color: rgba(32,230,255,.35);
  color: white !important;
}

.nvr-kx-button--primary {
  border-color: rgba(35,130,255,.45);
  background: linear-gradient(
    135deg,
    rgba(35,130,255,.28),
    rgba(32,230,255,.10)
  );
  box-shadow: 0 16px 40px rgba(35,130,255,.12);
}

.nvr-kx-principles {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
}

.nvr-kx-principles div {
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

.nvr-kx-principles strong,
.nvr-kx-principles span {
  display: block;
}

.nvr-kx-principles strong {
  color: white;
  font-size: .72rem;
}

.nvr-kx-principles span {
  margin-top: .3rem;
  color: rgba(255,255,255,.32);
  font-size: .61rem;
}

.nvr-kx-brain {
  position: relative;
  overflow: hidden;
  min-height: 36rem;
  padding: 1.4rem;
  border: 1px solid rgba(87,139,255,.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 30%,rgba(35,130,255,.13),transparent 17rem),
    linear-gradient(160deg,rgba(7,18,35,.95),rgba(3,9,20,.98));
  box-shadow:
    0 35px 90px rgba(0,0,0,.42),
    inset 0 1px rgba(255,255,255,.035);
}

.nvr-kx-brain::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.nvr-kx-brain__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nvr-kx-brain__header > div {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.nvr-kx-brain__label {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32,230,255,.3);
  border-radius: 9px;
  color: var(--nvr-cyan);
  font-size: .62rem;
  font-weight: 800;
}

.nvr-kx-brain__header strong {
  color: rgba(255,255,255,.75);
  font-size: .7rem;
}

.nvr-kx-live {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--nvr-green);
  font-size: .56rem;
  letter-spacing: .12em;
}

.nvr-kx-live i {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: var(--nvr-green);
  box-shadow: 0 0 12px rgba(34,229,139,.7);
  animation: nvr-kx-pulse 1.6s infinite;
}

.nvr-kx-core {
  position: relative;
  height: 20rem;
  display: grid;
  place-items: center;
}

.nvr-kx-core__node {
  position: relative;
  z-index: 4;
  width: 8.5rem;
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(32,230,255,.32);
  border-radius: 50%;
  background:
    radial-gradient(circle,rgba(35,130,255,.28),rgba(5,14,29,.95) 65%);
  box-shadow:
    0 0 35px rgba(35,130,255,.18),
    inset 0 0 30px rgba(32,230,255,.08);
}

.nvr-kx-core__node span {
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.nvr-kx-core__node small {
  margin-top: .3rem;
  color: rgba(255,255,255,.36);
  font-size: .5rem;
}

.nvr-kx-core__orbit {
  position: absolute;
  border: 1px solid rgba(77,139,255,.16);
  border-radius: 50%;
}

.orbit-one {
  width: 12rem;
  height: 12rem;
  animation: nvr-kx-spin 18s linear infinite;
}

.orbit-two {
  width: 17rem;
  height: 17rem;
  border-style: dashed;
  animation: nvr-kx-spin 28s linear infinite reverse;
}

.orbit-three {
  width: 21rem;
  height: 9rem;
  transform: rotate(-18deg);
}

.nvr-kx-packet {
  position: absolute;
  z-index: 5;
  padding: .4rem .65rem;
  border: 1px solid rgba(32,230,255,.15);
  border-radius: 7px;
  background: rgba(4,13,28,.9);
  color: rgba(255,255,255,.55);
  font-size: .52rem;
  box-shadow: 0 8px 22px rgba(0,0,0,.3);
}

.packet-one { top: 2.5rem; left: 12%; }
.packet-two { top: 5rem; right: 6%; }
.packet-three { bottom: 3rem; left: 4%; }
.packet-four { bottom: 1.5rem; right: 18%; }

@keyframes nvr-kx-spin {
  to { transform: rotate(360deg); }
}

@keyframes nvr-kx-pulse {
  50% { opacity: .35; }
}

.nvr-kx-stream {
  position: relative;
  z-index: 2;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 14px;
  background: rgba(2,8,18,.72);
}

.nvr-kx-stream__title {
  margin-bottom: .8rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,.32);
  font-size: .54rem;
}

.nvr-kx-stream__title span:first-child {
  color: rgba(255,255,255,.7);
  font-weight: 650;
}

.nvr-kx-stream__item {
  padding: .58rem 0;
  display: flex;
  align-items: center;
  gap: .65rem;
  border-top: 1px solid rgba(255,255,255,.045);
}

.nvr-kx-stream__item strong,
.nvr-kx-stream__item small {
  display: block;
}

.nvr-kx-stream__item strong {
  color: rgba(255,255,255,.68);
  font-size: .59rem;
}

.nvr-kx-stream__item small {
  margin-top: .18rem;
  color: rgba(255,255,255,.28);
  font-size: .51rem;
}

.nvr-kx-stream__icon {
  color: var(--nvr-green);
  font-size: .66rem;
}

.nvr-kx-stream__pulse {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--nvr-cyan);
  box-shadow: 0 0 12px rgba(32,230,255,.7);
  animation: nvr-kx-pulse 1.2s infinite;
}

.nvr-kx-progress,
.nvr-kx-context__meter {
  height: 3px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.nvr-kx-progress {
  margin-top: .8rem;
}

.nvr-kx-progress span,
.nvr-kx-context__meter span {
  width: 12%;
  height: 100%;
  display: block;
  background: linear-gradient(
    90deg,
    var(--nvr-blue),
    var(--nvr-cyan)
  );
  box-shadow: 0 0 12px rgba(32,230,255,.55);
  transition: width .25s ease;
}

.nvr-kx-status,
.nvr-kx-dashboard,
.nvr-kx-ecosystem {
  margin-top: 6rem;
}

.nvr-kx-section-heading {
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
}

.nvr-kx-section-heading span,
.nvr-kx-panel-title span,
.nvr-kx-ecosystem > div:first-child > span {
  color: var(--nvr-cyan);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.nvr-kx-section-heading h2,
.nvr-kx-panel-title h2,
.nvr-kx-ecosystem h2 {
  margin: .5rem 0 0;
  color: white;
  font-size: 1.55rem;
  letter-spacing: -.025em;
}

.nvr-kx-section-heading p {
  max-width: 33rem;
  margin: 0;
  color: rgba(255,255,255,.4);
  font-size: .7rem;
  line-height: 1.75;
}

.nvr-kx-domain-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: .8rem;
}

.nvr-kx-domain {
  min-height: 8rem;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  align-items: start;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 14px;
  background: rgba(5,13,27,.55);
  color: inherit !important;
  text-decoration: none !important;
  transition: transform .18s ease,border-color .18s ease;
}

.nvr-kx-domain:hover {
  transform: translateY(-2px);
  border-color: rgba(32,230,255,.24);
}

.nvr-kx-domain__number {
  color: rgba(255,255,255,.22);
  font-size: .57rem;
}

.nvr-kx-domain strong {
  color: white;
  font-size: .75rem;
}

.nvr-kx-domain p {
  margin: .4rem 0 0;
  color: rgba(255,255,255,.36);
  font-size: .62rem;
  line-height: 1.65;
}

.nvr-kx-domain__state {
  padding: .3rem .48rem;
  border: 1px solid rgba(34,229,139,.16);
  border-radius: 20px;
  color: rgba(34,229,139,.72);
  font-size: .49rem;
}

.nvr-kx-dashboard {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 1rem;
}

.nvr-kx-guides,
.nvr-kx-context {
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 16px;
  background: rgba(5,13,27,.52);
}

.nvr-kx-panel-title {
  margin-bottom: 1.3rem;
}

.nvr-kx-guides > a {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: center;
  gap: .8rem;
  border-top: 1px solid rgba(255,255,255,.055);
  color: inherit !important;
  text-decoration: none !important;
}

.nvr-kx-guides > a > span {
  color: rgba(255,255,255,.22);
  font-size: .54rem;
}

.nvr-kx-guides strong,
.nvr-kx-guides small {
  display: block;
}

.nvr-kx-guides strong {
  color: rgba(255,255,255,.82);
  font-size: .68rem;
}

.nvr-kx-guides small {
  margin-top: .2rem;
  color: rgba(255,255,255,.3);
  font-size: .55rem;
}

.nvr-kx-guides b {
  color: var(--nvr-cyan);
  font-weight: 400;
}

.nvr-kx-context__row {
  padding: .75rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,.055);
  font-size: .59rem;
}

.nvr-kx-context__row span {
  color: rgba(255,255,255,.34);
}

.nvr-kx-context__row strong {
  max-width: 55%;
  color: rgba(255,255,255,.75);
  text-align: right;
}

.nvr-kx-context__meter {
  margin-top: 1rem;
}

.nvr-kx-context__message {
  margin-top: 1rem;
  padding: .8rem;
  display: flex;
  align-items: start;
  gap: .55rem;
  border: 1px solid rgba(32,230,255,.1);
  border-radius: 10px;
  background: rgba(32,230,255,.025);
  color: rgba(255,255,255,.4);
  font-size: .54rem;
  line-height: 1.55;
}

.nvr-kx-context__message i {
  width: .38rem;
  height: .38rem;
  margin-top: .2rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--nvr-cyan);
  box-shadow: 0 0 10px rgba(32,230,255,.65);
}

.nvr-kx-ecosystem {
  margin-bottom: 4rem;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%,rgba(140,60,255,.09),transparent 22rem),
    rgba(5,13,27,.55);
}

.nvr-kx-ecosystem > div:first-child p {
  max-width: 42rem;
  color: rgba(255,255,255,.4);
  font-size: .68rem;
  line-height: 1.7;
}

.nvr-kx-lifecycle {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.nvr-kx-lifecycle a,
.nvr-kx-lifecycle__future {
  min-width: 9rem;
  color: inherit !important;
  text-decoration: none !important;
}

.nvr-kx-lifecycle small,
.nvr-kx-lifecycle strong,
.nvr-kx-lifecycle span {
  display: block;
}

.nvr-kx-lifecycle small {
  color: rgba(255,255,255,.2);
  font-size: .5rem;
}

.nvr-kx-lifecycle strong {
  margin-top: .35rem;
  color: white;
  font-size: .72rem;
}

.nvr-kx-lifecycle span {
  margin-top: .25rem;
  color: rgba(255,255,255,.34);
  font-size: .53rem;
}

.nvr-kx-lifecycle__line {
  height: 1px;
  flex: 1;
  margin: 0 1rem;
  background: linear-gradient(
    90deg,
    rgba(35,130,255,.5),
    rgba(32,230,255,.18)
  );
}

.nvr-kx-lifecycle__future {
  opacity: .45;
}

body:has(.nvr-kx-home) .md-sidebar {
  display: none;
}

body:has(.nvr-kx-home) .md-main__inner {
  max-width: 88rem;
}

body:has(.nvr-kx-home) .md-content {
  max-width: none;
  margin: 0;
}

body:has(.nvr-kx-home) .md-content__inner {
  margin: 0;
}

body:has(.nvr-kx-home) .md-content__inner::before {
  display: none;
}

@media screen and (max-width:960px) {
  .nvr-kx-hero {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .nvr-kx-domain-grid,
  .nvr-kx-dashboard {
    grid-template-columns: 1fr;
  }

  .nvr-kx-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }

  .nvr-kx-lifecycle {
    align-items: stretch;
    flex-direction: column;
    gap: .7rem;
  }

  .nvr-kx-lifecycle__line {
    width: 1px;
    height: 1.4rem;
    flex: none;
    margin: 0 0 0 .25rem;
  }
}

@media screen and (max-width:600px) {
  .nvr-kx-hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .nvr-kx-hero h1 {
    font-size: 2.65rem;
  }

  .nvr-kx-principles {
    grid-template-columns: 1fr;
  }

  .nvr-kx-brain {
    min-height: 34rem;
    padding: 1rem;
  }

  .nvr-kx-core {
    height: 19rem;
    transform: scale(.88);
  }

  .nvr-kx-domain {
    grid-template-columns: 1.8rem 1fr;
  }

  .nvr-kx-domain__state {
    grid-column: 2;
    justify-self: start;
  }

  .nvr-kx-status,
  .nvr-kx-dashboard,
  .nvr-kx-ecosystem {
    margin-top: 4rem;
  }
}
