:root {
  --sl-color-primary-300: green !important;
  --sl-color-primary-500: green !important;
  --sl-color-primary-600: green !important;
  --sl-color-primary-700: green !important;
}
@media (orientation: landscape) {
  .sidebar-toggle {
    display: none;
  }
  aside {
    transform: unset !important;
  }
}
main a:not(.app-name-link) {
  color: var(--theme-color) !important;
  transition: 0.25s;
  text-underline-offset: 2.7pt !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: rgba(0, 0, 0, 0) !important;
  font-weight: 500 !important;
}
main a:not(.app-name-link):not(.anchor) {
  white-space: nowrap;
}
main a:hover,
main .active > a {
  text-decoration-color: var(--theme-color) !important;
}
li a {
  border: 0 !important;
  font-size: 13px !important;
}
strong {
  font-weight: 500 !important;
}
body {
  background: var(--sl-color-neutral-50);
  font-family: Roboto;
}
body .sidebar-toggle {
  top: 0;
  height: fit-content;
  width: 42px !important;
  background: var(--theme-color) !important;
  padding: 15px !important;
  border-radius: 30pt;
  margin: 24px !important;
}
body .sidebar-toggle.close {
  transition: transform 250ms ease-out;
  transform: translateX(212px);
}
body .sidebar-toggle .sidebar-toggle-button {
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: 0.25s;
}
body .sidebar-toggle .sidebar-toggle-button span {
  background-color: #fff;
  width: 12px;
  margin-bottom: 0;
}
.sidebar {
  padding-top: 0;
}
.sidebar hr {
  margin: 25px;
  height: 1px;
  border: 0;
}
.sidebar h1,
.sidebar h3 {
  margin: 0 50pt;
  text-align: left;
}
.sidebar h1 .app-name-link,
.sidebar h3 .app-name-link {
  color: var(--theme-color) !important;
  font-weight: 500;
}
.sidebar .sidebar-nav h2 {
  pointer-events: none;
}
.sidebar .sidebar-nav p:not(:has(a)) {
  margin-top: 30pt;
}
g {
  fill: #fff;
}
@media (orientation: portrait) {
  section {
    padding-top: 60px !important;
  }
}
section.cover {
  background: linear-gradient(to left bottom, hsl(67, 100%, 85%) 0%, hsl(70, 100%, 85%) 100%) !important;
}
section.cover .cover-main {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100dvh;
}
section.cover p {
  margin: 0 auto;
}
section article {
  max-width: min(80%, 1000px) !important;
}
section article h1 {
  margin-bottom: 40pt !important;
}
section article h1 a span {
  color: var(--theme-color) !important;
}
section article h2 {
  font-size: 1.5rem !important;
}
section article code {
  margin: 0 !important;
  background: white !important;
}
section article .anchor {
  text-decoration: none !important;
  pointer-events: none;
}
section article pre {
  background-color: #fff !important;
  border-radius: 5pt;
}
section article pre code {
  background: transparent !important;
}
section article blockquote p {
  font-weight: initial !important;
}
sl-input::part(form-control-label),
sl-select::part(form-control-label) {
  color: var(--sl-color-neutral-400);
}
.app-nav {
  display: flex;
  margin-top: 24px;
  gap: 25px;
}
.app-nav li {
  margin: 0;
  padding: 0;
}
.footer {
  line-height: 24px;
  font-size: small;
  color: var(--sl-color-neutral-400);
  font-style: italic;
}
.pdf-embed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-embed div {
  display: none;
  position: absolute;
  background: rgba(0 0 0 / 80%);
  border-radius: 20pt;
  padding: 10pt 20pt;
  color: wheat;
  text-align: center;
}
@media screen and (orientation: portrait) {
  .pdf-embed div {
    display: block;
  }
}
