:root {
  --nvr-bg: #020711;
  --nvr-surface: rgba(5,14,27,.84);
  --nvr-border: rgba(107,153,255,.17);
  --nvr-border-soft: rgba(255,255,255,.08);
  --nvr-text: rgba(255,255,255,.96);
  --nvr-muted: rgba(255,255,255,.60);
  --nvr-blue: #2382ff;
  --nvr-cyan: #20e6ff;
  --nvr-violet: #8c3cff;
  --nvr-green: #22e58b;
}

.md-header {
  display: none !important;
}

.nvr-shell-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 4.5rem;
  background: rgba(2,7,17,.94);
  border-bottom: 1px solid var(--nvr-border-soft);
  backdrop-filter: blur(22px);
}

.nvr-shell-nav {
  width: min(100% - 3rem,92rem);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nvr-shell-brand-group {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.nvr-shell-brand {
  display: flex;
  align-items: center;
  gap: .68rem;
  color: white !important;
  text-decoration: none !important;
}

.nvr-shell-brand__name {
  font-size: .94rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.nvr-shell-brand__divider {
  color: rgba(255,255,255,.22);
}

.nvr-shell-brand__area {
  color: #91a5df;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .16em;
}

.nvr-shell-status {
  display: flex;
  align-items: center;
  gap: .48rem;
  padding-left: 1.3rem;
  border-left: 1px solid var(--nvr-border-soft);
  color: rgba(255,255,255,.34);
  font-size: .61rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.nvr-shell-status i,
.nvr-shell-footer__state i {
  width: .36rem;
  height: .36rem;
  display: inline-block;
  border-radius: 50%;
  background: var(--nvr-green);
  box-shadow: 0 0 12px rgba(34,229,139,.75);
}

.nvr-shell-links {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}

.nvr-shell-links > a {
  color: rgba(255,255,255,.55);
  font-size: .68rem;
  text-decoration: none;
}

.nvr-shell-links > a:hover {
  color: white;
}

.nvr-shell-search-button {
  height: 2.45rem;
  padding: 0 .8rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  cursor: pointer;
  background: rgba(7,17,31,.74);
  border: 1px solid var(--nvr-border);
  border-radius: 11px;
  color: rgba(255,255,255,.55);
  font-size: .65rem;
}

.nvr-shell-website {
  padding: .65rem .88rem;
  border: 1px solid var(--nvr-border);
  border-radius: 10px;
  color: white !important;
  background: rgba(35,130,255,.055);
}

.nvr-shell-menu {
  display: none;
}

.md-container {
  padding-top: 0;
}

.md-main__inner {
  margin-top: 1.5rem;
}

.md-sidebar {
  padding-top: 1rem;
}

.md-sidebar--primary {
  border-right: 1px solid rgba(255,255,255,.045);
}

.md-nav__title {
  color: rgba(255,255,255,.92);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.md-nav__link {
  padding-top: .38rem;
  padding-bottom: .38rem;
  color: rgba(255,255,255,.55);
  font-size: .68rem;
}

.md-nav__link:hover,
.md-nav__link--active {
  color: var(--nvr-cyan) !important;
}

.md-typeset {
  color: rgba(255,255,255,.82);
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: var(--nvr-text);
}

.md-search {
  z-index: 30;
}

.md-search__form {
  background: rgba(7,17,31,.96);
  border: 1px solid var(--nvr-border);
}

.md-footer {
  display: none !important;
}

.nvr-shell-footer {
  margin-top: 6rem;
  padding: 4rem max(1.5rem,calc((100% - 86rem)/2)) 1.5rem;
  background:
    radial-gradient(circle at 18% 5%,rgba(35,130,255,.075),transparent 24rem),
    var(--nvr-bg);
  border-top: 1px solid var(--nvr-border-soft);
}

.nvr-shell-footer__inner {
  display: grid;
  grid-template-columns: minmax(18rem,2fr) 1fr 1fr;
  gap: 5rem;
}

.nvr-shell-footer__brand {
  color: white !important;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-decoration: none !important;
}

.nvr-shell-footer__identity p {
  margin: 1.2rem 0 .75rem;
  color: rgba(255,255,255,.87);
  font-size: .83rem;
  font-weight: 600;
}

.nvr-shell-footer__identity > span {
  display: block;
  max-width: 28rem;
  color: rgba(255,255,255,.38);
  font-size: .68rem;
  line-height: 1.8;
}

.nvr-shell-footer__column {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.nvr-shell-footer__column strong {
  margin-bottom: .4rem;
  color: rgba(255,255,255,.86);
  font-size: .67rem;
  text-transform: uppercase;
}

.nvr-shell-footer__column a {
  color: rgba(255,255,255,.40);
  font-size: .65rem;
  text-decoration: none;
}

.nvr-shell-footer__column a:hover {
  color: var(--nvr-cyan);
}

.nvr-shell-footer__bottom {
  margin-top: 3.8rem;
  padding-top: 1.3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--nvr-border-soft);
  color: rgba(255,255,255,.25);
  font-size: .58rem;
}

.nvr-shell-footer__state {
  display: flex;
  align-items: center;
  gap: .48rem;
}

@media screen and (max-width:1100px) {
  .nvr-shell-status {
    display: none;
  }

  .nvr-shell-links > a:not(.nvr-shell-website) {
    display: none;
  }
}

@media screen and (max-width:760px) {
  .nvr-shell-header {
    height: 3.8rem;
  }

  .nvr-shell-nav {
    width: calc(100% - 1.5rem);
  }

  .nvr-shell-menu {
    width: 2rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .24rem;
  }

  .nvr-shell-menu span {
    width: 1rem;
    height: 1px;
    background: rgba(255,255,255,.72);
  }

  .nvr-shell-search-button {
    width: 2.4rem;
    padding: 0;
    justify-content: center;
  }

  .nvr-shell-search-button span:last-child,
  .nvr-shell-website {
    display: none;
  }

  .nvr-shell-footer__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .nvr-shell-footer__bottom {
    flex-direction: column;
  }
}
