@media screen {
  [data-md-color-scheme="slate"] {

/* r #fc3a78*/
/*    #9e87b5 #884ec2*/
/* d #3fd4f2*/

    --md-code-fg-color: #c0caf5 !important;
    --md-code-bg-color: #110f17 !important;
    --md-code-hl-color: #3fd4f280 !important;
    --md-code-hl-color--light: #3fd4f210 !important;
    --md-code-hl-number-color: #d9748d !important;
    --md-code-hl-special-color: #bb9af7 !important;
    --md-code-hl-function-color: #fc6087 !important;
    --md-code-hl-constant-color: #3ff2d7 !important;
    --md-code-hl-keyword-color: #3fd4f2 !important;
    --md-code-hl-string-color: #99f23f !important;
    --md-code-hl-name-color: #c0caf5 !important;
    --md-code-hl-operator-color: #f2cb3f !important;
    --md-code-hl-punctuation-color: #fc6087 !important;
    --md-code-hl-comment-color: #677882 !important;
    --md-code-hl-generic-color: #c0caf5 !important;
    --md-code-hl-variable-color: #c0caf5 !important;

  }
}

:root {
  --md-source-forks-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M176 168C189.3 168 200 157.3 200 144C200 130.7 189.3 120 176 120C162.7 120 152 130.7 152 144C152 157.3 162.7 168 176 168zM256 144C256 176.8 236.3 205 208 217.3L208 240C208 266.5 229.5 288 256 288L384 288C410.5 288 432 266.5 432 240L432 217.3C403.7 205 384 176.8 384 144C384 99.8 419.8 64 464 64C508.2 64 544 99.8 544 144C544 176.8 524.3 205 496 217.3L496 240C496 301.9 445.9 352 384 352L352 352L352 422.7C380.3 435 400 463.2 400 496C400 540.2 364.2 576 320 576C275.8 576 240 540.2 240 496C240 463.2 259.7 435 288 422.7L288 352L256 352C194.1 352 144 301.9 144 240L144 217.3C115.7 205 96 176.8 96 144C96 99.8 131.8 64 176 64C220.2 64 256 99.8 256 144zM464 168C477.3 168 488 157.3 488 144C488 130.7 477.3 120 464 120C450.7 120 440 130.7 440 144C440 157.3 450.7 168 464 168zM344 496C344 482.7 333.3 472 320 472C306.7 472 296 482.7 296 496C296 509.3 306.7 520 320 520C333.3 520 344 509.3 344 496z'/%3E%3C/svg%3E");
  --md-source-stars-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M341.5 45.1C337.4 37.1 329.1 32 320.1 32C311.1 32 302.8 37.1 298.7 45.1L225.1 189.3L65.2 214.7C56.3 216.1 48.9 222.4 46.1 231C43.3 239.6 45.6 249 51.9 255.4L166.3 369.9L141.1 529.8C139.7 538.7 143.4 547.7 150.7 553C158 558.3 167.6 559.1 175.7 555L320.1 481.6L464.4 555C472.4 559.1 482.1 558.3 489.4 553C496.7 547.7 500.4 538.8 499 529.8L473.7 369.9L588.1 255.4C594.5 249 596.7 239.6 593.9 231C591.1 222.4 583.8 216.1 574.8 214.7L415 189.3L341.5 45.1z'/%3E%3C/svg%3E");
  --md-source-version-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M96.5 160L96.5 309.5C96.5 326.5 103.2 342.8 115.2 354.8L307.2 546.8C332.2 571.8 372.7 571.8 397.7 546.8L547.2 397.3C572.2 372.3 572.2 331.8 547.2 306.8L355.2 114.8C343.2 102.7 327 96 310 96L160.5 96C125.2 96 96.5 124.7 96.5 160zM208.5 176C226.2 176 240.5 190.3 240.5 208C240.5 225.7 226.2 240 208.5 240C190.8 240 176.5 225.7 176.5 208C176.5 190.3 190.8 176 208.5 176z'/%3E%3C/svg%3E")
}

.md-source__fact::before {
  background-color: #3fd4f2;
}



.hidden {
  display: none !important;
}

.label > .twemoji {
  margin-right: .5em;
}

.install-sh-home {
  width: fit-content;
  margin: auto;
}
.install-sh-home code {
  padding: 1.5em !important;
  padding-right: 2.5em !important;
}

.install-home-heading {
  text-align: center;
}

/*
.var, .func {
  font-family: monospace;
  font-weight: bold;
}

.var > a,
.func > a {
  margin-right: .5em;
}

.var > .keyword,
.func > .keyword {
  font-weight: bold;
}

.func > .params {
  font-size: .9em;
  opacity: .9;
}

.func > .params:not(:last-child) {
  margin-right: .5em;
}

.func > .params:not(:last-child):after {
  content: ",";
}
*/

/*[data-md-color-media="(prefers-color-scheme: light)"] .main-logo*/
/*[data-md-color-media="(prefers-color-scheme: light)"] .md-header__button.md-logo*/
/*{
  filter: invert() brightness(1.25) contrast(60%);
}*/

.main-logo {
  display: block;
  margin: auto !important;
}


a.md-tabs__link[href="class/stage/tutorials/setting-up"] {}

.button-home {
  display: inline-block;
}

.features li {
  display: flex !important;
  flex-direction: column;
}

.flex-space {
  flex-grow: 1;
}

.label {
  display: inline-block;
  border: 1px solid #3fd4f280;
  background: var(--md-accent-fg-color--transparent);
  color: var(--md-accent-bg-color--light) !important;
  padding: .1em .6em;
  margin: .25em;
  border-radius: .3em;
  font-size: .8em;
}
small.label {
  padding: .05em .45em;
  font-size: .6em;
  color: var(--md-accent-bg-color--light) !important;
  /*margin: 0;*/
  vertical-align: .25em;
  opacity: 1;
}

.label:hover {
  background: #3fd4f2d0;
  color: var(--md-accent-bg-color) !important;
}

.md-typeset kbd {
  box-shadow: none;
  border-bottom: .25em solid var(--md-typeset-kbd-accent-color);
  border-radius: .4em;
}

aside.md-source-file {
  margin-top: 3em;
}

img.center {
  display: block;
  margin: auto;
}

h3.prop, h3.method {
  font-family: monospace;
}

.fun-param {
  color: rgba(192, 202, 245, .75);
}

.gd-class {
  display: inline-flex;
  align-items: center;
  column-gap: .35em;
}

.gd-class > img {
  height: 1em;
}
/*
.md-content > article :target {
  background: #fff7;
}*/

h1 img {
  height: 1em !important;
}

nav > .md-grid li:first-child svg {
  margin-right: 0;
}

nav > .md-grid :where(
  li:nth-child(4),
  li:nth-child(5),
  li:nth-child(6)
) path {
  fill: #3fd4f2;
}

nav > .md-gr/*id li:first-child > a > svg {
  margin-right: 0;
}
*/
