@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RobotoMono-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/RobotoMono-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PressStart2P-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "VT323";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/VT323-Regular.ttf") format("truetype");
}

:root {
  --md-text-font: "Roboto";
  --md-code-font: "Roboto Mono";
  --awesn-bg: #000000;
  --awesn-teal-1: #1c8f92;
  --awesn-teal-2: #2ec8bb;
  --awesn-teal-3: #4aeecf;
  --awesn-amber-1: #f5ec7b;
  --awesn-amber-2: #ffd169;
  --awesn-amber-3: #ffbb5e;
  --awesn-text: #d6fff7;
  --awesn-muted: #96d6ce;
  --awesn-line: #177c7f;
  --awesn-header-overlay-height: 160px;
  --awesn-main-offset: 0px;
  --awesn-footer-reserve: 145px;
}

@media screen and (max-width: 76.2344em) {
  :root {
    --awesn-header-overlay-height: 122px;
  }
}

@media screen and (max-width: 59.9844em) {
  :root {
    --awesn-header-overlay-height: 96px;
  }
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #02090b;
  --md-default-fg-color: var(--awesn-text);
  --md-default-fg-color--light: var(--awesn-muted);
  --md-typeset-color: var(--awesn-text);
  --md-typeset-a-color: var(--awesn-amber-1);
  --md-accent-fg-color: var(--awesn-amber-2);

  --md-primary-fg-color: #0f4f55;
  --md-primary-fg-color--light: var(--awesn-teal-1);
  --md-primary-fg-color--dark: #0a3238;

  --md-code-fg-color: #ffffff;
  --md-code-bg-color: rgb(10 50 56 / 0.26);
  --md-footer-bg-color: #041012;
  --md-footer-bg-color--dark: #000000;
}

.md-annotation__index:after {
  background-color: var(--awesn-teal-2);
}

.md-code__content {
  border: 1px solid var(--md-primary-fg-color--dark);
}

.md-header__title {
  font-family: "Press Start 2P", monospace;
  letter-spacing: 0;
  text-transform: none;
}

[data-md-color-scheme="slate"] a,
[data-md-color-scheme="slate"] .md-typeset a,
[data-md-color-scheme="slate"] .md-nav__link,
[data-md-color-scheme="slate"] .md-tabs__link {
  color: var(--awesn-amber-1);
  text-decoration-color: rgba(255, 209, 105, 0.7);
}

[data-md-color-scheme="slate"] a:hover,
[data-md-color-scheme="slate"] .md-typeset a:hover,
[data-md-color-scheme="slate"] .md-nav__link:hover,
[data-md-color-scheme="slate"] .md-tabs__link:hover {
  color: var(--awesn-amber-2);
  text-decoration-color: rgba(255, 209, 105, 0.9);
}

body {
  background:
    linear-gradient(
      180deg,
      rgba(74, 238, 207, 0.78) 0,
      rgba(62, 238, 212, 0.76) 84px,
      rgba(255, 221, 110, 0.72) 172px,
      rgba(255, 187, 94, 0.66) 228px,
      rgba(28, 143, 146, 0.28) 256px,
      rgba(0, 0, 0, 0.92) 296px,
      #000000 330px
    ),
    #000000;
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.22) 0,
      rgba(0, 0, 0, 0.22) 1px,
      transparent 1px,
      transparent 6px
    );
  background-position: 0 0;
  background-size: 100% 6px;
}

body::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: var(--awesn-header-overlay-height);
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(74, 238, 207, 0.78) 0,
      rgba(62, 238, 212, 0.76) 84px,
      rgba(255, 221, 110, 0.72) 172px,
      rgba(255, 187, 94, 0.66) 228px,
      rgba(28, 143, 146, 0.28) 256px,
      rgba(0, 0, 0, 0.92) 296px,
      #000000 330px
    ),
    #000000;
}

.md-header,
.md-tabs,
.md-container,
.md-main,
.md-main__inner,
.md-content,
.md-content__inner,
.md-sidebar,
.md-sidebar__scrollwrap,
.md-sidebar__inner,
.md-nav,
.md-nav__title,
.md-nav__source,
.md-footer,
.md-footer-meta,
.md-footer__inner,
.md-search__form {
  background: transparent !important;
}

.md-header,
.md-tabs,
.md-tabs__inner {
  border-bottom: 0;
}

.md-header,
.md-tabs {
  z-index: 4;
  box-shadow: none !important;
}

.md-header[data-md-state="shadow"] {
  box-shadow: none !important;
}

.md-header {
  position: sticky;
  top: 0;
}

.md-tabs {
  position: sticky;
  top: 2.4rem;
}

.md-header__inner,
.md-tabs__inner {
  background: rgba(7, 27, 30, 0.74) !important;
  border: 2px solid rgba(23, 124, 127, 0.95);
  box-shadow: 3px 3px 0 #0b5c63, 6px 6px 0 rgba(0, 0, 0, 0.55);
}

.md-header__inner {
  margin-top: 22px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

/* Keep header search icon-only until activated */
@media screen and (min-width: 60em) {
  .md-search {
    padding: 0;
    padding-right: 2rem;
  }

  .md-search__inner {
    padding: 0;
    width: 0;
  }
}

.md-tabs__inner {
  margin-top: 6px;
  padding: 0.35rem 0.75rem;
  background: rgba(4, 24, 26, 0.72) !important;
  border: 2px solid var(--awesn-line);
  box-shadow: 3px 3px 0 #0b5c63, 6px 6px 0 rgba(0, 0, 0, 0.55);
}

.md-tabs {
  padding-top: 14px;
  padding-bottom: 10px;
}

.md-tabs .md-grid {
  padding: 0.35rem 0.75rem;
  background: rgba(4, 24, 26, 0.72) !important;
  border: 2px solid var(--awesn-line);
  box-shadow: 3px 3px 0 #0b5c63, 6px 6px 0 rgba(0, 0, 0, 0.55);
}

.md-tabs__list {
  gap: 1.1rem;
  padding: 0;
}

.md-tabs__item {
  height: auto;
}

.md-tabs__link {
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Press Start 2P", monospace;
  font-size: 0.62rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.md-tabs__link:hover,
.md-tabs__link:focus-visible {
  color: var(--awesn-amber-2);
}

.md-tabs__item--active > .md-tabs__link,
.md-tabs__item--active > .md-tabs__link .md-ellipsis {
  color: var(--awesn-text);
}

.md-tabs--landing-score .md-tabs__scoreline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0 0.8rem 0;
  font-family: "Press Start 2P", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  margin-top:-0.1rem
}

.md-tabs--landing-score .md-tabs__scoreline div:nth-child(2) {
  text-align: center;
}

.md-tabs--landing-score .md-tabs__scoreline div:nth-child(3) {
  text-align: right;
}

.md-tabs--landing-score .hot {
  color: var(--awesn-amber-2);
}

.md-tabs__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0; /* important: no extra gap */
}

.md-sidebar--primary .md-sidebar__inner,
.md-sidebar--secondary .md-sidebar__inner {
  border: 2px solid rgba(23, 124, 127, 0.95);
  background: rgba(7, 27, 30, 0.74) !important;
  box-shadow: 3px 3px 0 #0b5c63, 6px 6px 0 rgba(0, 0, 0, 0.55);
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.md-sidebar--primary .md-sidebar__scrollwrap,
.md-sidebar--secondary .md-sidebar__scrollwrap {
  overflow: visible;
}

.md-sidebar--primary .md-sidebar__inner {
  margin-left: -0.2rem;
  margin-top: -20px;
}

.md-sidebar--secondary .md-sidebar__inner {
  margin-right: 0;
  margin-right: -0.2rem;
  margin-top: -20px;
  padding-top: 0;
}

.md-content__inner {
  border: 2px solid rgba(23, 124, 127, 0.95);
  background: rgba(7, 27, 30, 0.74) !important;
  box-shadow: 3px 3px 0 #0b5c63, 6px 6px 0 rgba(0, 0, 0, 0.55);
  padding: 1.2rem;
  margin-bottom: 12px;
}

.md-content__inner {
  height: calc(100vh - var(--awesn-header-overlay-height) - var(--awesn-footer-reserve));
  overflow-y: auto;
  overflow-x: auto;
  overscroll-behavior: auto;
  scrollbar-gutter: stable;
  scrollbar-color: rgba(23, 124, 127, 0.95) rgba(4, 24, 26, 0.72);
  scrollbar-width: thin;
}

.md-content__inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.md-content__inner::-webkit-scrollbar-track {
  background: rgba(4, 24, 26, 0.72);
}

.md-content__inner::-webkit-scrollbar-thumb {
  background: rgba(23, 124, 127, 0.95);
  border: 1px solid rgba(4, 24, 26, 0.72);
}

.md-content__inner::-webkit-scrollbar-thumb:hover {
  background: rgba(46, 200, 187, 0.95);
}

.md-sidebar--primary .md-sidebar__inner,
.md-sidebar--secondary .md-sidebar__inner {
  box-sizing: border-box;
  max-height: calc(100vh - var(--awesn-header-overlay-height) - var(--awesn-footer-reserve));
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* Sidebar headings must never render as framed blocks */
.md-sidebar .md-nav__title,
.md-sidebar .md-nav__title .md-nav__button,
.md-sidebar .md-nav__title .md-ellipsis {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Left sidebar heading style */
.md-sidebar--primary .md-nav--primary > .md-nav__title,
.md-sidebar--primary .md-nav--primary > .md-nav__title .md-nav__button,
.md-sidebar--primary .md-nav--primary > .md-nav__title .md-ellipsis {
  color: var(--awesn-text) !important;
  font-family: "Press Start 2P", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.md-sidebar--primary .md-nav__title,
.md-sidebar--primary .md-nav__title .md-nav__button,
.md-sidebar--primary .md-nav__title .md-ellipsis {
  color: var(--awesn-text) !important;
  font-family: "Press Start 2P", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.md-sidebar--secondary .md-nav__title,
.md-sidebar--secondary .md-nav__title .md-nav__button,
.md-sidebar--secondary .md-nav__title .md-ellipsis {
  color: var(--awesn-text) !important;
  font-family: "Press Start 2P", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
}


/* Keep ToC title readable while entries scroll underneath */
.md-sidebar--secondary .md-nav__title {
  position: sticky;
  top: 0;
  z-index: 3;
  isolation: isolate;
  padding-top: 5px;
  padding-bottom: 5px;
}

.md-sidebar--secondary .md-nav__title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(7, 27, 30, 0.46);
  border-bottom: 1px solid rgba(23, 124, 127, 0.68);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.42);
}

.md-typeset h1 code,
.md-typeset h2 code,
.md-typeset h3 code,
.md-typeset h4 code,
.md-typeset h5 code,
.md-typeset h6 code {
  font-family: "VT323", monospace !important;
  font-size: 180%;
  line-height: inherit;
  margin-left:-0.2em;
  margin-right:-0.2em;
  vertical-align: 0.08em;
  text-transform: none;
}

.md-sidebar .md-nav__link--active,
.md-sidebar .md-nav__link--active .md-ellipsis {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  color: var(--awesn-text) !important;
  text-transform: none;
  font-weight: 400 !important;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: -0.085em;
}

 .md-nav__link {
   line-height: 1.1;
   font-family: "VT323", monospace;
   font-size: 1rem;
   letter-spacing: -0.05em;
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary .md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link,
  .md-sidebar--primary .md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link .md-ellipsis {
    background: transparent none !important;
    box-shadow: none !important;
    border: 0 !important;
    color: var(--awesn-text) !important;
    font-family: "Press Start 2P", monospace !important;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 400 !important;
  }
}

.md-header__source {
  margin-left: 0.6rem;
  margin-right: 0.7rem;
  margin-inline-start: auto;
}

.md-header__source .awesn-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  white-space: nowrap;
}



.landing-badge,
 .landing-badge:hover {
  border: 2px solid rgba(255, 209, 105, 0.75);
  background: rgba(255, 187, 94, 0.16);
  color: var(--landing-amber-1);
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  font-family: "Press Start 2P", monospace;
  font-size: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.52rem 0.75rem;
  min-height: 2.6rem;
  width: 100%;
}

.landing-badge__icon {
  font-size: 2.2em;
  line-height: 1;
}

 .landing-badge__text {
  font-size: 0.85em;
  line-height: 1;
}

.md-header__insert-coin {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  white-space: nowrap;
}

.md-header__source .md-source {
  border: 2px solid rgba(255, 209, 105, 0.62);
  background: rgba(255, 187, 94, 0.16);
  box-shadow: 2px 2px 0 rgba(11, 92, 99, 0.85);
  padding: 0px 14px;
  min-height: 36px;
  width: auto;
  max-width: none;
  line-height: 1;
}

[dir="ltr"] .md-header__source {
  margin-left: 0.9rem;
  margin-right: 1.6em;
}
[dir="rtl"] .md-header__source {
  margin-right: 0.9rem;
  margin-left: 1.6em;
}


.md-header__source {
  display: block;
  max-width: 11.7rem;
  width: 11.7rem;
}

.md-header__source .md-source:hover,
.md-header__source .md-source:focus-within {
  border-color: rgba(255, 209, 105, 0.9);
  background: rgba(255, 187, 94, 0.24);
}

.md-header__source .md-source__repository,
.md-header__source .md-source__icon {
  color: var(--awesn-amber-1) !important;
}

.md-header__topic {
  font-size: 0.7rem;
}

.md-header__source .md-source__repository {
  font-family: "Press Start 2P", monospace;
  font-size: 9.28px;
  max-width: none;
  white-space: nowrap;
  text-transform: uppercase;
}

@media screen and (max-width: 59.9844em) {
  .md-header__insert-coin {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6,
.md-nav__title {
  font-family: "Press Start 2P", monospace;
  letter-spacing: 0;
  font-size: 0.1rem;
  text-transform: uppercase;
}

.md-typeset h1 {
  font-size: 1.28rem;
  text-transform: none;
}

.md-typeset h2 {
  font-size: 0.9rem;
  text-transform: none;
}

.md-typeset h3 {
  font-size: 0.7rem;
}

.md-typeset h4 {
  font-size: 0.5rem;
  padding-top: 0.5rem;
}

/* Make admonition body text match regular content readability */
.md-typeset .admonition,
.md-typeset details {
  font-size: 0.82rem;
}

.md-typeset .admonition p,
.md-typeset details p,
.md-typeset .admonition li,
.md-typeset details li {
  font-size: 0.82rem;
  line-height: 1.45;
}
/* content top spacing by Material width bands */
.md-content,
.md-main__inner .md-content,
.md-content[data-md-component="content"] {
  padding-top: 6px; /* < 60em */
}

/* Remove Material content insets so content frames align with header/tab frame widths */
.md-content > .md-content__inner {
  margin-left: 0;
  margin-right: 0;
}

.md-sidebar--primary {
  margin-right: 0.5rem;
}
.md-sidebar--secondary {
  margin-left: 0.5rem;
}

@media screen and (min-width: 76.25em) {
  [dir="ltr"] .md-sidebar--primary:not([hidden]) ~ .md-content > .md-content__inner,
  [dir="ltr"] .md-sidebar--secondary:not([hidden]) ~ .md-content > .md-content__inner,
  [dir="rtl"] .md-sidebar--primary:not([hidden]) ~ .md-content > .md-content__inner,
  [dir="rtl"] .md-sidebar--secondary:not([hidden]) ~ .md-content > .md-content__inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 76.24em) {
  .md-header,
  .md-tabs,
  .md-sidebar__scrollwrap,
  .md-sidebar__inner,
  .md-nav,
  .md-nav__title,
  .md-nav__source,
  .md-footer,
  .md-footer-meta,
  .md-footer__inner,
  .md-search__form {
    background: black !important;
  }
}

@media screen and (max-width: 48em) {
  .md-tabs--landing-score .md-tabs__scoreline {
    grid-template-columns: 1fr;
    font-size: 0.55rem;
    text-align: center;
  }

  .md-tabs--landing-score .md-tabs__scoreline div:nth-child(2),
  .md-tabs--landing-score .md-tabs__scoreline div:nth-child(3) {
    text-align: center;
  }
}
@media screen and (min-width: 60em) {
  .md-content,
  .md-main__inner .md-content,
  .md-content[data-md-component="content"] {
    padding-top: 0.2rem; /* >= 76.25em */
  }
}


@media screen and (min-width: 100em) {
  .md-content,
  .md-main__inner .md-content,
  .md-content[data-md-component="content"] {
    padding-top: 0.3rem; /* >= 76.25em */
  }
}

@media screen and (min-width: 125em) {
  .md-content,
  .md-main__inner .md-content,
  .md-content[data-md-component="content"] {
    padding-top: 0.4rem; /* >= 76.25em */
  }
}


.imprint-mono {
  font-family: "VT323", monospace;
  font-size: 1rem;
  line-height: 1.6;
}

.core-badges-centered {
  text-align: center;
}

.md-copyright {
  font-family: "VT323", monospace;
  font-size: 1rem;
  line-height: 1;
}
.md-copyright__highlight > a{
  color: var(--awesn-amber-1) !important;
}

.asn1js-inline-embed {
  margin: 0 0 0.6rem 0;
}

.asn1js-inline-embed__frame {
  display: block;
  width: 100%;
  height: 14rem;
  min-height: 14rem;
  margin: 0 0 0.35rem 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.35rem;
  background: #000;
}

@media screen and (max-width: 48em) {
  .asn1js-inline-embed__frame {
    height: 12rem;
    min-height: 12rem;
  }
}

.md-source__facts {
  display: none;
}