/* typedoc/src/css/kofi.css */
.kofi-widget-wrap {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 3rem;
}
.kofi-widget-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  text-decoration: none;
  border: 2px dashed #3b82f6;
  border-radius: 1rem;
  padding: 1.75rem 2rem;
  min-width: 300px;
  max-width: 480px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #111827;
}
.kofi-widget-link:hover {
  border-style: solid;
  border-color: #60a5fa;
  background: rgba(0, 200, 255, 0.08);
  box-shadow:
    0 0 0 4px rgba(59, 130, 246, 0.15),
    0 0 32px rgba(0, 200, 255, 0.2),
    inset 0 0 40px rgba(0, 200, 255, 0.05);
  transform: scale(1.03);
}
.kofi-widget-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
.kofi-widget-title .kofi-title-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background-color: #60a5fa;
  -webkit-mask: url(https://jaylydev.github.io/scriptapi-docs/assets/td/coffee.svg) center / contain no-repeat;
  mask: url(https://jaylydev.github.io/scriptapi-docs/assets/td/coffee.svg) center / contain no-repeat;
}
.kofi-widget-subtitle {
  margin: 0;
  max-width: 26rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: inherit;
  opacity: 0.88;
}
.kofi-button {
  background-color: #00b4f7;
  border-radius: 100px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "DM Sans", sans-serif;
  font-variant-ligatures: no-common-ligatures;
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.kofi-button img {
  width: 39px;
  overflow: clip;
}
.kofi-button span {
  color: #ffffff;
}
.kofi-widget-link:hover .kofi-button {
  opacity: 0.9;
}
@media (prefers-color-scheme: dark) {
  .kofi-widget-link {
    color: #f9fafb;
  }
}
@media (max-width: 640px) {
  .kofi-widget-link {
    min-width: 0;
    width: 100%;
    padding: 1.25rem;
  }
}

/* typedoc/src/css/google-ads.css */
.jayly-ad-container {
  min-width: 320px;
  width: 100%;
  height: 115px;
  background-color: var(--color-background);
  position: sticky;
  z-index: 100;
  top: -20px;
  padding-top: 20px;
  display: grid;
  place-items: center;
}
.jayly-ad-page-menu {
  display: none;
}
@media (min-width: 1200px) {
  .jayly-ad-col-sidebar {
    display: none;
  }
  .jayly-ad-page-menu {
    display: block;
  }
}
.jayly-ad-container span {
  color: gray;
  display: block;
  font-size: 10px;
  z-index: 101;
}
ins.adsbygoogle {
  display: inline-block;
  width: 320px;
  height: 100px;
}
.jayly-ad-container-content {
  width: 100%;
  background-color: var(--color-background);
  display: grid;
  place-items: center;
}
.jayly-ad-container-content span {
  color: gray;
  display: block;
  font-size: 10px;
}
.jayly-ad-container-content ins.adsbygoogle {
  display: block;
  width: 100%;
  height: auto;
}

/* typedoc/src/css/index.css */
body > .skiptranslate {
  display: none;
}
body {
  top: 0px !important;
}
#google_translate {
  margin-right: auto;
}
.donate-link {
  margin-bottom: 3px;
  font-weight: bold;
}
@media (min-width: 770px) and (max-width: 1399px) {
  .col-sidebar {
    top: 84px;
  }
}
@media (min-width: 1200px) {
  .page-menu,
  .site-menu {
    top: 84px;
  }
}
#tsd-search .results {
  max-height: 376px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
#tsd-search .results li {
  min-width: 770px;
}
[id] {
  scroll-margin-top: 100px;
  top: 0px;
}
iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
