@font-face {
  font-family: 'Hack';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Hack/Hack-Regular.woff2") format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Inter/Inter-400.woff2") format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Inter/Inter-500.woff2") format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Inter/Inter-600.woff2") format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Inter/Inter-700.woff2") format('woff2');
}
:root {
  --text: #000;
  --bg: #fff;
  --muted: #808080;
  --rule: #e6e6e6;
  --tint: #f2f2f2;
  --trngl: #0285d1;
  --bap: #000;
}
html,
body,
#root {
  margin: 0;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
h2 {
  font-size: 20px;
}
code,
pre {
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 14px;
}
pre {
  overflow-x: auto;
}
ul,
ol {
  padding-left: 20px;
}
li::marker {
  color: #808080;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 32px 0;
}
figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #808080;
}
hr {
  border: none;
  height: 1px;
  background-color: #e6e6e6;
  margin: 32px 0;
}
.subtitle {
  opacity: 0.5;
}
.light {
  font-weight: 400;
}
.adamish-code .tok-comment,
.adamish-code-embed-editor .tok-comment {
  color: #a6adba;
  font-style: italic;
}
.adamish-code .tok-keyword,
.adamish-code-embed-editor .tok-keyword {
  color: #8c7bb5;
}
.adamish-code .tok-variableName.tok-definition,
.adamish-code-embed-editor .tok-variableName.tok-definition {
  color: #5384b0;
}
.adamish-code .tok-atom,
.adamish-code-embed-editor .tok-atom {
  color: #5b9aa0;
}
.adamish-code .tok-number,
.adamish-code-embed-editor .tok-number {
  color: #4f9d6e;
}
.adamish-code .tok-string,
.adamish-code-embed-editor .tok-string {
  color: #b5836a;
}
.adamish-code .tok-emphasis,
.adamish-code-embed-editor .tok-emphasis {
  font-weight: 500;
}
.adamish-code-embed {
  position: relative;
  margin: 24px 0;
}
.adamish-code-embed .cm-editor {
  min-height: 36px;
  background: transparent;
  color: #000;
  font-family: 'Hack', 'Andale Mono', monospace;
  font-feature-settings: 'calt' 1, 'liga' 1;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 140%;
}
.adamish-code-embed .cm-editor.cm-focused {
  outline: none;
}
.adamish-code-embed .cm-scroller {
  overflow: auto;
  font-family: inherit;
}
.adamish-code-embed .cm-content {
  padding: 4px 44px 20px 0;
  caret-color: #000;
  letter-spacing: 0;
}
.adamish-code-embed .cm-line {
  padding: 0;
}
.adamish-code-embed button {
  position: absolute;
  top: 4px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.15s ease;
}
.adamish-code-embed button:focus-visible {
  opacity: 1;
  outline: 2px solid #000;
  outline-offset: 2px;
}
.adamish-code-embed .adamish-code-embed-mark {
  width: 16px;
  height: 16px;
}
.adamish-code-embed.adamish-code-embed-one-row button {
  top: -0.200000000000001px;
}
.adamish-code-embed:hover button {
  opacity: 1;
}
@media (hover: none) {
  .adamish-code-embed button {
    opacity: 1;
  }
}
.adamish-entry {
  display: block;
  width: fit-content;
  color: #000;
  text-decoration: none;
}
.adamish-entry.current .adamish-entry-title {
  font-weight: 600;
}
a.adamish-entry {
  transition: opacity 0.2s ease;
}
a.adamish-entry:hover {
  opacity: 0.5;
}
.adamish-listing-entries {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.adamish-listing-empty {
  padding: 32px 0;
  opacity: 0.5;
}
.adamish-logo {
  display: inline-block;
  line-height: 0;
  color: #000;
}
.adamish-logo svg {
  display: block;
  height: var(--logo-height, 24px);
  width: auto;
  fill: currentColor;
}
.adamish-logo svg .logo-mark {
  fill: #fff;
}
.adamish-logo.trngl .logo-field {
  fill: #0285d1;
}
.adamish-logo.bap .logo-field {
  fill: #000;
}
.adamish-menu {
  min-width: 232px;
  max-height: 100%;
  overflow-y: auto;
  padding: 4px;
  background-color: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 6px 20px rgba(0,0,0,0.06);
  font-size: 14px;
  font-weight: 400;
  user-select: none;
  outline: none;
}
.adamish-menu-section + .adamish-menu-section {
  border-top: 1px solid #e6e6e6;
  margin-top: 4px;
  padding-top: 4px;
}
.adamish-menu-item {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  line-height: 1.4;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
}
.adamish-menu-item.selected {
  background-color: #f2f2f2;
}
.adamish-menu-item.selected .adamish-menu-key {
  background-color: #e3e3e3;
  border-color: #d8d8d8;
}
.adamish-menu-title {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adamish-menu-keys {
  display: flex;
  gap: 3px;
  padding-left: 20px;
}
.adamish-menu-key {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  background-color: #f2f2f2;
  color: #808080;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.adamish-menu-key-icon {
  width: 10px;
  height: 10px;
  display: block;
}
.adamish-page {
  min-height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: 19.599999999999998px;
}

@property --logo-passed {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.adamish-primary {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  overscroll-behavior: none;
  --hero-width: clamp(400px, 100vw, 640px);
  padding-right: calc(100vw - var(--hero-width));
  timeline-scope: --logo;
  animation-name: adamish-logo-passed;
  animation-fill-mode: both;
  animation-timing-function: steps(1, end);
  animation-timeline: --logo;
  animation-range: exit 0% exit 100%;
}
.adamish-primary:not(:only-child) {
  width: 45%;
  max-width: 640px;
  min-width: 400px;
  padding: 0;
}
.adamish-colophon {
  height: 96px;
  position: relative;
}
.adamish-logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px 32px;
  height: 96px;
  width: 96px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease 0.1s;
}
.adamish-logo-wrapper .adamish-logo {
  view-timeline-name: --logo;
  view-timeline-axis: block;
}
.adamish-logo-link {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.adamish-masthead {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding: 24px 32px;
  display: flex;
  align-items: flex-start;
  --masthead-logo-gap: 32px;
}
.adamish-masthead-logo {
  flex: none;
  display: grid;
  grid-template-columns: 0fr;
  height: 96px;
  margin: -24px 0;
  align-items: center;
  padding-right: 0;
  opacity: 0;
  transition: opacity 0.3s ease, grid-template-columns 0.3s ease 0.1s, padding-right 0.3s ease 0.1s;
}
.adamish-masthead-logo .adamish-logo-link,
.adamish-masthead-logo .adamish-logo {
  min-width: 0;
}
.adamish-masthead-text {
  margin-top: -4px;
}
@container style(--logo-passed: 1) {
  .adamish-logo-wrapper {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .adamish-masthead-logo {
    grid-template-columns: 1fr;
    padding-right: var(--masthead-logo-gap);
    opacity: 1;
    transition: grid-template-columns 0.3s ease, padding-right 0.3s ease, opacity 0.3s ease 0.1s;
  }
}
.adamish-menu-trigger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 96px;
  height: 96px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.adamish-logo-wrapper .adamish-logo,
.adamish-masthead-logo .adamish-logo {
  transition: opacity 0.2s ease;
}
body:has(.adamish-menu-trigger:hover) .adamish-logo-wrapper .adamish-logo,
body:has(.adamish-menu-trigger:hover) .adamish-masthead-logo .adamish-logo {
  opacity: 0.5;
}
.adamish-menu-anchor {
  position: fixed;
  top: 80px;
  left: 20px;
  bottom: 24px;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  pointer-events: none;
}
.adamish-menu-anchor .adamish-menu {
  pointer-events: auto;
  max-width: calc(100vw - 64px);
}
.adamish-content {
  padding: 16px 32px 96px;
}
.adamish-secondary {
  flex-grow: 1;
  position: relative;
}
.adamish-secondary-inner {
  background: #fff;
  position: absolute;
  inset: 0;
}
@media (max-width: 800px) {
  .adamish-page {
    flex-direction: column;
    overflow-y: scroll;
    overscroll-behavior: none;
  }
  .adamish-primary {
    display: contents;
  }
  .adamish-colophon {
    order: 1;
    flex: none;
  }
  .adamish-masthead {
    order: 2;
    flex: none;
  }
  .adamish-content {
    order: 4;
    flex: none;
  }
  .adamish-secondary {
    order: 3;
    flex: none;
    height: calc(100svh - 96px - var(--adamish-masthead-height));
  }
}
.adamish-drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0.3s;
}
.adamish-drawer-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: min(400px, 100vw);
  background-color: #fff;
  overflow-y: auto;
  padding: 96px 32px 32px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.adamish-drawer-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  width: 96px;
  height: 96px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  color: #808080;
  transition: color 0.2s ease;
}
.adamish-drawer-toggle:hover {
  color: #000;
}
.adamish-drawer-dots,
.adamish-drawer-cross {
  height: 24px;
  width: 24px;
  fill: currentColor;
}
.adamish-drawer-dots {
  display: block;
}
.adamish-drawer-cross {
  display: none;
}
.adamish-drawer-open .adamish-drawer-dots {
  display: none;
}
.adamish-drawer-open .adamish-drawer-cross {
  display: block;
}
.adamish-drawer-open .adamish-drawer-scrim {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.adamish-drawer-open .adamish-drawer-panel {
  transform: translateX(0);
  transition: transform 0.3s ease 0.3s;
}
@-moz-keyframes adamish-logo-passed {
  from {
    --logo-passed: 0;
  }
  to {
    --logo-passed: 1;
  }
}
@-webkit-keyframes adamish-logo-passed {
  from {
    --logo-passed: 0;
  }
  to {
    --logo-passed: 1;
  }
}
@-o-keyframes adamish-logo-passed {
  from {
    --logo-passed: 0;
  }
  to {
    --logo-passed: 1;
  }
}
@keyframes adamish-logo-passed {
  from {
    --logo-passed: 0;
  }
  to {
    --logo-passed: 1;
  }
}
.adamish-page-content > :first-child {
  margin-top: 0;
}
.adamish-page-content > :last-child {
  margin-bottom: 0;
}
.adamish-page-content .adamish-code {
  margin: 24px 0;
  padding: 16px;
  background: #f2f2f2;
}
