#badges {
  min-height: 100px;
}
#wrapper {
  height: 100%;
  position: relative;
}
#sidebar > .body > ul {
  display: flex;
  flex-wrap: wrap;
}
#sidebar > .body > ul > li {
  min-width: 170px;
  margin-bottom: 25px;
}
#sidebar > .body > ul strong .here::after {
  content: ' ▾';
}
#menu {
  z-index: 2;
  right: 30px;
  padding: 5px;
  position: fixed;
  border-radius: 5px;
}
#menu > a {
  display: block;
  margin-left: 10px;
  margin-right: 5px;
}
#toggle {
  color: inherit;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 639px) {
  #nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #nav > ul > li {
    width: 33.3%;
  }
}
@media screen and (max-width: 479px) {
  #nav > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 319px) {
  #nav > ul > li {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  #wrapper {
    overflow: hidden;
  }
  #sidebar {
    overflow: auto;
    position: fixed;
    width: 260px;
    bottom: 0;
    top: 0;
  }
  #content {
    margin-left: 260px;
    height: 100%;
    overflow: auto;
  }
  #content > main {
    margin-bottom: 50px;
  }
  #menu {
    position: absolute;
  }
  #menu > a {
    display: none;
  }
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Sorts Mill Goudy', serif;
  background-color: #ececec;
  color: #322f3d;
  font-size: 120%;
}
i,
em {
  color: #B3C9C8;
}
b,
strong {
  color: #C70039;
}
a[href] {
  text-decoration: none;
  color: #82CA00;
}
a[href]:hover {
  color: #9FD366;
  text-decoration: underline;
  text-shadow: 1px 1px 1px #fafafa;
}
a[href][aria-current=page] {
  text-decoration: none;
  font-weight: bold;
  color: #C70039;
}
a[href][aria-current=page]::before {
  content: '▸ ';
}
kbd {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
p > code,
li > code {
  background-color: #ececec;
  white-space: nowrap;
}
pre {
  background-color: #fff;
  border-radius: 5px 5px 5px 0;
}
blockquote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
blockquote {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin: 0;
}
blockquote > code,
a > code {
  padding: 0 0.2em;
}
p > code::before,
li > code::before {
  content: '`';
  opacity: 0.5;
}
p > code::after,
li > code::after {
  content: '`';
  opacity: 0.5;
}
pre + *,
* + pre,
p + * {
  margin-top: 0.5em;
}
ol + *,
ul + *,
blockquote + *,
* + blockquote {
  margin-top: 1.5em;
}
hr {
  height: 1px;
  border: none;
  margin: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h3 > var {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
  padding: 0 5px;
  border-radius: 5px;
}
pre,
blockquote {
  padding: 10px;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
iframe {
  border-radius: 5px;
  background-color: #ececec;
}
iframe,
pre {
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
i svg {
  max-width: 90px;
  fill: currentColor;
}
ul.reset li a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.microlight {
  font-family: monospace;
  white-space: pre;
}
.logotype {
  position: relative;
  color: #9FD366;
}
.logotype a {
  display: block;
}
.logotype svg {
  max-width: 250px;
  vertical-align: middle;
}
.logotype svg path {
  fill: #9FD366;
}
.logotype small {
  bottom: -5px;
  color: inherit;
  font-size: 0.6em;
  position: absolute;
}
.action,
.field {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fafafa;
  padding: 5px;
}
.action:focus,
.field:focus {
  outline: none;
}
.action:hover {
  background-color: #ececec;
}
#nav > ul > li {
  margin-bottom: 1em;
}
#nav > ul ul {
  margin-left: 0.5em;
}
#menu {
  background-color: #fafafa;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#sidebar {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  background-color: #ececec;
}
#content {
  background-color: #fafafa;
}
#content > main ~ nav {
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
#content li a,
#content p a {
  text-decoration: underline;
}
#target::before {
  background-color: #fafafa;
}
@media screen and (min-width: 640px) {
  body {
    background-image: linear-gradient(90deg, #ececec 50%, #fafafa 50%);
  }
  html[theme=dark] body {
    background-image: linear-gradient(90deg, #59405c 50%, #322f3d 50%);
  }
  #sidebar {
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    border-top: 0;
  }
}
html[theme=dark] body {
  background-color: #322f3d;
  color: #B8B0BB;
}
html[theme=dark] i,
html[theme=dark] em {
  color: #92789A;
}
html[theme=dark] b,
html[theme=dark] strong {
  color: #ececec;
}
html[theme=dark] a[href] {
  color: #B34EC9;
}
html[theme=dark] a[href]:hover {
  color: #C857E0;
  text-shadow: 1px 1px 1px #322f3d;
}
html[theme=dark] a[href][aria-current=page] {
  color: #ececec;
}
html[theme=dark] kbd {
  background-color: #59405c;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
html[theme=dark] p > code,
html[theme=dark] li > code {
  background-color: #59405c;
}
html[theme=dark] blockquote {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-color: #59405c;
}
html[theme=dark] blockquote > code {
  background-color: #322f3d;
}
html[theme=dark] iframe {
  background-color: #B8B0BB;
  border: 1px dashed rgba(0, 0, 0, 0.5);
}
html[theme=dark] pre {
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: #1d1f21;
}
html[theme=dark] hr {
  box-shadow: 0 3px rgba(255, 255, 255, 0.3);
}
html[theme=dark] h3 > var {
  background-color: rgba(0, 0, 0, 0.5);
}
html[theme=dark] ul.reset li a {
  border-color: rgba(255, 255, 255, 0.3);
}
html[theme=dark] .logotype {
  color: #C857E0;
}
html[theme=dark] .logotype svg path {
  fill: #C857E0;
}
html[theme=dark] .action,
html[theme=dark] .field {
  color: #B8B0BB;
  background-color: #322f3d;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
html[theme=dark] .action:hover {
  background-color: #59405c;
}
html[theme=dark] #menu {
  background-color: #322f3d;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
html[theme=dark] #sidebar {
  background-color: #59405c;
  border-color: rgba(255, 255, 255, 0.3);
}
html[theme=dark] #content {
  background-color: #322f3d;
}
html[theme=dark] #content > main ~ nav {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
html[theme=dark] #target::before {
  background-color: #322f3d;
}
.stork-wrapper {
  position: relative;
}
.stork-wrapper > svg {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 5px;
}
.stork-wrapper > svg path {
  fill: #322f3d;
}
.stork-input {
  border: none;
  position: relative;
  background-color: #fafafa;
  padding: 5px;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  transition: width 0.2s;
  padding-left: 25px;
  width: 30px;
}
.stork-input:focus {
  outline: none;
  width: 150px;
}
.stork-progress {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  background-color: #9FD366;
  height: 2px;
  transition: width 0.15s ease, opacity 0.2s ease 0.3s;
}
.stork-output {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  border-radius: 5px 0 5px 5px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  width: 320px;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.stork-message {
  font-size: 0.7em;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stork-attribution {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #322f3d;
  text-align: right;
  font-size: 0.7em;
  margin: 0;
}
.stork-results {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 15em;
  overflow-y: scroll;
  list-style-type: none;
}
.stork-result {
  font-size: 0.8em;
}
.stork-result ~ .stork-result {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.stork-result > a {
  width: 100%;
  padding: 10px;
}
.stork-result > a:hover {
  color: inherit;
  text-decoration: none;
}
.stork-result > a > div ~ div {
  margin-top: 5px;
}
.stork-result.selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.stork-result a:link,
.stork-result a:visited {
  display: block;
}
.stork-result p {
  margin: 0;
}
.stork-result .stork-title {
  font-weight: bold;
}
.stork-highlight {
  background-color: rgba(0, 0, 0, 0.1);
}
.stork-error {
  outline: 2px dashed #900C3F;
}
.stork-close-button {
  position: absolute;
  z-index: 2;
  bottom: 2px;
  right: 5px;
  height: 20px;
  width: 20px;
  padding: 0;
  border: none;
  line-height: 1;
  background-color: #fafafa;
}
.stork-close-button:hover {
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .stork-input {
    border: none;
  }
}
html[theme=dark] .stork-wrapper > svg path {
  fill: #B8B0BB;
}
html[theme=dark] .stork-input {
  color: #B8B0BB;
  background-color: #322f3d;
  border-color: rgba(255, 255, 255, 0.3);
}
html[theme=dark] .stork-progress {
  background-color: #C857E0;
}
html[theme=dark] .stork-close-button {
  color: #B8B0BB;
  background-color: #322f3d;
}
html[theme=dark] .stork-output {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: #322f3d;
}
html[theme=dark] .stork-message,
html[theme=dark] .stork-attribution {
  border-color: rgba(255, 255, 255, 0.3);
}
html[theme=dark] .stork-attribution {
  color: #B8B0BB;
}
html[theme=dark] .stork-result {
  border-color: rgba(255, 255, 255, 0.3);
}
html[theme=dark] .stork-result > a:hover {
  color: inherit;
}
html[theme=dark] .stork-result.selected {
  background-color: rgba(255, 255, 255, 0.3);
}
html[theme=dark] .stork-highlight {
  color: #B8B0BB;
  background-color: #59405c;
}
* {
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: inherit;
}
svg {
  fill: currentColor;
}
pre {
  white-space: pre-wrap;
  position: relative;
  font-size: 15px;
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  line-height: 1.4375;
}
pre.fixed {
  margin-bottom: 60px;
  border-radius: 5px 5px 5px 0;
}
pre > code {
  font-family: inherit;
}
pre > a {
  background-color: inherit;
  position: absolute;
  padding: 5px 10px;
  left: -1px;
  bottom: -33px;
  border-radius: 0 0 5px 5px;
  border: 1px dashed transparent;
  border-color: inherit;
  border-top: 0;
}
kbd {
  border-radius: 3px;
  padding: 0 5px;
}
iframe {
  width: 100%;
}
ul.reset {
  list-style-type: none;
}
ul.reset ul li + li {
  margin-top: 10px;
}
ul.reset li a::before {
  content: '▹ ';
}
.push {
  margin-bottom: 20px;
}
.body {
  padding: 20px 30px;
}
.reset {
  padding: 0;
  margin: 0;
}
.flex {
  display: flex;
  align-items: center;
}
.flex > .auto {
  flex: 1;
}
.flex.gap {
  gap: 10px;
}
.flex.end {
  justify-content: flex-end;
}
.flex.fit {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex.fit > * {
  display: inline-flex;
}
@media screen and (min-width: 640px) {
  .flex.fit {
    flex-direction: column;
  }
}
.noscroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.noscroll::-webkit-scrollbar {
  display: none;
}
#target {
  position: relative;
  display: none;
}
#target::before {
  content: attr(data-label);
  position: absolute;
  font-size: 14px;
  left: 0;
  top: -1.5em;
}
