:root,
[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #070b12;
  --md-primary-bg-color: #f6f8fb;
  --md-accent-fg-color: #9bd7ff;
  --md-default-bg-color: #090e17;
  --md-default-fg-color: #edf5ff;
  --md-typeset-color: #cbd6e2;
  --md-typeset-a-color: #8dccff;
}

body { background: radial-gradient(circle at 50% -20%, #13243b 0, #090e17 38rem); }
.md-header { background: rgba(7, 11, 18, .9); border-bottom: 1px solid rgba(121, 190, 255, .18); backdrop-filter: blur(16px); }
.md-tabs { background: rgba(7, 11, 18, .82); }
.md-main__inner { max-width: 92rem; }
.md-content { min-width: 0; }
.md-typeset { font-size: .82rem; line-height: 1.7; }
.md-typeset a,
.md-typeset a:visited { color: #8dccff; }
.md-typeset a:hover,
.md-typeset a:focus-visible { color: #e1f3ff; }
.md-typeset h1 { font-weight: 540; letter-spacing: -.035em; color: #fff; }
.md-typeset h2 { border-top: 1px solid rgba(121, 190, 255, .14); padding-top: 1.3rem; }
.md-typeset img { border: 1px solid rgba(121, 190, 255, .18); border-radius: .55rem; box-shadow: 0 1rem 3rem rgba(0,0,0,.28); }
.md-typeset table:not([class]) { border: 1px solid rgba(121, 190, 255, .18); }
.md-typeset table:not([class]) th { background: #132033; }
.md-typeset table:not([class]) a,
.md-typeset table:not([class]) a:visited {
  color: #a8dcff;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(168, 220, 255, .48);
  text-underline-offset: .14em;
}
.md-typeset table:not([class]) a:hover,
.md-typeset table:not([class]) a:focus-visible {
  color: #fff;
  text-decoration-color: currentColor;
}
.md-typeset .admonition, .md-typeset details { background: rgba(16, 27, 44, .72); }
.md-top {
  color: #dceaf5;
  background: #172335;
}
.md-top:hover,
.md-top:focus { color: #fff; background: #21344d; }
.md-footer { background: #060a10; }

@media (max-width: 44.9844em) {
  .md-typeset { font-size: .78rem; }
  .md-typeset__table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
