@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: 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: #1a1a1a;
  --background: #f7f8f7;
  --muted: #808080;
  --rule: #dde1dd;
  --surface: #fff;
  --space-1: 4px;
  --space-2: 8px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --step: 16px;
}
html {
  background-color: #f7f8f7;
}
html,
body,
#root {
  margin: 0;
  min-height: 100%;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1.big {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.025em;
}
h1.small {
  font-size: 24px;
  line-height: 32px;
}
h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h4,
h5,
h6 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #808080;
}
:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
pre,
figure,
figcaption,
img,
video,
blockquote,
table,
form,
hr,
.adamish-card,
.adamish-row,
.adamish-list,
.adamish-apart,
.adamish-title) {
  margin-block: 0;
}
:where(article,
main,
aside,
nav,
figure,
blockquote,
.adamish-card,
.adamish-content,
.adamish-list) {
  display: flow-root;
}

@scope (:root, .adamish-list-body, .adamish-flow) to (.adamish-stack > *, .adamish-list > *, .adamish-menu > *, .adamish-title > *) {
:where(h1, h2, .adamish-title) { margin-block-start: var(--space-8); }
:where(h3, h4, h5, h6, .adamish-title[data-level='3']) { margin-block-start: var(--space-6); }
:where(p, ul, ol, dl, pre, figure, img, video, blockquote, table, form, hr, .adamish-card, .adamish-row, .adamish-list) { margin-block-start: var(--step); }
:where(li, figcaption) { margin-block-start: var(--space-2); }
:where(dd) { margin-block-start: var(--space-1); }
:where(.adamish-apart) { margin-block: var(--space-8); }
:where(.adamish-menu, .adamish-stack) { margin-block: 0; }
h1 + * { margin-block-start: var(--space-8); }
h2 + * { margin-block-start: var(--space-4); }
h3 + *, h4 + *, h5 + *, h6 + * { margin-block-start: var(--space-2); }
:where(li) > * + * { margin-block-start: var(--space-2); }
dd + dt { margin-block-start: var(--space-4); }
.adamish-title[data-level='1'] + * { margin-block-start: var(--space-8); }
:where(article, main, aside, nav, figure, blockquote, li, .adamish-card, .adamish-content, .adamish-column, .adamish-list, .adamish-split-left, .adamish-split-right) > :first-child { margin-block-start: 0; }
:scope:not(.adamish-list-body) > :first-child { margin-block-start: 0; }
}
p.lead {
  font-size: 20px;
  line-height: 28px;
}
a {
  color: #1a1a1a;
}
a:hover {
  color: #808080;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
code {
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 14px;
}
pre {
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 14px;
  line-height: 24px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
pre code {
  font-size: inherit;
}
ul,
ol {
  padding-left: 20px;
}
li::marker {
  color: #808080;
}
figure {
  margin-inline: 0;
}
figcaption {
  font-size: 13px;
  line-height: 16px;
  color: #808080;
}
hr {
  border: none;
  height: 1px;
  background-color: #dde1dd;
}
blockquote {
  margin-inline: 0;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}
dt {
  font-weight: 600;
}
dd {
  margin-inline: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 8px 16px 8px 0;
  text-align: start;
  vertical-align: top;
  border-block-end: 1px solid #dde1dd;
}
.adamish-plain :is(th,
td) {
  border-block-end: none;
}
th {
  font-weight: 600;
}
tr > *:last-child {
  padding-inline-end: 0;
}
form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
label {
  font-size: 13px;
  line-height: 16px;
  color: #808080;
}
input {
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid #dde1dd;
  border-radius: 4px;
  font: inherit;
  color: #1a1a1a;
  background: #fff;
}
input:focus {
  outline: none;
  border-color: #1a1a1a;
}
button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font: inherit;
  color: #fff;
  background: #1a1a1a;
  cursor: pointer;
}
button:hover {
  opacity: 0.85;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
small {
  font-size: 13px;
  line-height: 16px;
  color: #808080;
}
small a {
  color: inherit;
  text-decoration: none;
}
small a:hover {
  color: #1a1a1a;
}
.adamish-card {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px;
}
.adamish-list > ul {
  list-style: none;
  padding-inline-start: 0;
}
.adamish-list > ul > li {
  margin-block: 24px 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.adamish-list-sample {
  display: flex;
  align-items: center;
}
.adamish-list[data-layout='under'] > ul > li {
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 8px;
}
.adamish-list-text {
  flex: 1 1 auto;
  min-width: 0;
}
.adamish-list-body {
  --step: 8px;
}
.adamish-list-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.adamish-list-title a:hover {
  opacity: 0.5;
}
.adamish-list-title a[aria-current='page'] {
  color: #1a1a1a;
}
.adamish-list-subtitle {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.adamish-code .tok-comment {
  color: #a6adba;
  font-style: italic;
}
.adamish-code .tok-keyword {
  color: #8c7bb5;
}
.adamish-code .tok-variableName.tok-definition {
  color: #5384b0;
}
.adamish-code .tok-atom {
  color: #5b9aa0;
}
.adamish-code .tok-number {
  color: #4f9d6e;
}
.adamish-code .tok-string {
  color: #b5836a;
}
.adamish-code .tok-emphasis {
  font-weight: 500;
}
.adamish-footer:has(> .adamish-dev-panel) {
  z-index: 150;
}
.adamish-dev-panel {
  height: 240px;
  display: flex;
  overflow: hidden;
  background-color: #1a1a1a;
  color: #f7f8f7;
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 13px;
  line-height: 16px;
}
.adamish-dev-names {
  flex: 0 0 auto;
  padding: 8px;
  overflow-y: auto;
}
.adamish-dev-name {
  white-space: nowrap;
  cursor: pointer;
}
.adamish-dev-name.selected {
  font-weight: 700;
}
.adamish-dev-entries {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px;
  overflow: auto;
}
.adamish-dev-entry {
  display: flex;
}
.adamish-dev-entry-name {
  padding-right: 8px;
}
.adamish-dev-entry-value {
  white-space: pre-wrap;
}
.adamish-row {
  container-type: inline-size;
  container-name: adamish-row;
  padding: 0 32px;
}
.adamish-row .adamish-row {
  padding-inline: 0;
}
.adamish-row-columns {
  --adamish-rail: 184px;
  --adamish-column-gutter: 24px;
  display: flex;
  gap: 24px;
  justify-content: start;
}
.adamish-column {
  flex: 0 0 var(--adamish-column-width);
  min-width: 0;
}
.adamish-column[data-size='flex'] {
  flex: 1 1 0;
}
@container adamish-row (max-width: 800px) {
  .adamish-row-columns {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .adamish-column,
  .adamish-column[data-size='flex'] {
    flex: 1 1 100%;
  }
}
.adamish-logo {
  display: inline-block;
  line-height: 0;
  color: #1a1a1a;
}
.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 {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 16px;
}
.adamish-menu a {
  display: block;
  padding: 4px 0;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #808080;
  text-decoration: none;
}
.adamish-menu a:hover,
.adamish-menu a[aria-current='page'] {
  color: #1a1a1a;
}
@container adamish-row (max-width: 800px) {
  .adamish-menu {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
  }
}
.adamish-navbar {
  container-type: inline-size;
  container-name: adamish-navbar;
  background-color: #f7f8f7;
}
.adamish-navbar-row {
  display: grid;
  grid-template-columns: calc(32px + 184px) minmax(0, 1fr) auto;
  grid-template-rows: minmax(64px, auto);
  align-items: center;
}
.adamish-navbar-row > * {
  min-width: 0;
}
.adamish-navbar-logo {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  height: 24px;
  width: fit-content;
  margin: 0 32px;
  color: inherit;
}
.adamish-navbar-logo .adamish-logo {
  --logo-height: 24px;
}
.adamish-navbar-menu {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  margin: 0;
  padding: 0 24px;
  list-style: none;
}
.adamish-navbar-menu a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #808080;
  white-space: nowrap;
}
.adamish-navbar-menu a:hover,
.adamish-navbar-menu a[aria-current='page'] {
  color: #1a1a1a;
}
.adamish-navbar-note {
  grid-column: 3;
  grid-row: 1;
  padding: 0 32px;
  font-size: 13px;
  line-height: 1;
  color: #808080;
  white-space: nowrap;
}
@container adamish-navbar (max-width: 800px) {
  .adamish-navbar-row {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .adamish-navbar-logo {
    margin-inline-end: 0;
  }
  .adamish-navbar-note {
    display: none;
  }
}
.adamish-stack {
  display: flex;
  flex-direction: column;
  --adamish-stack-gap: 0;
  gap: var(--adamish-stack-gap);
  padding: 0;
  list-style: none;
}
.adamish-title > .adamish-title-subtitle {
  margin-block-start: 8px;
  color: #808080;
}
.adamish-title[data-level='1'] > .adamish-title-subtitle {
  font-size: 20px;
  line-height: 28px;
}
.adamish-title > .lead {
  margin-block-start: 32px;
}
.adamish-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  --adamish-content-gap: 96px;
}
.adamish-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #f7f8f7;
}
.adamish-header[data-scrolled='true'] {
  box-shadow: 0 1px 0 #dde1dd;
}
.adamish-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding: calc(64px + 96px) 0 calc(96px + var(--adamish-footer-height, 0px));
}
.adamish-content > .adamish-row:only-child {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.adamish-content > .adamish-row:only-child .adamish-row-columns {
  flex: 1 1 auto;
  min-height: 0;
}
.adamish-content [id] {
  scroll-margin-top: calc(64px + 32px);
}
.adamish-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.adamish-split {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 0 32px;
}
.adamish-split-left {
  flex: none;
  width: clamp(400px, 45vw, 640px);
}
.adamish-split-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: calc(64px + 32px);
  height: calc(100dvh - 96px - 32px - var(--adamish-footer-height, 0px));
  margin-top: calc(32px - var(--adamish-content-gap));
  margin-bottom: calc(32px - var(--adamish-content-gap));
}
.adamish-split-right > * {
  flex: 1 1 auto;
  min-height: 0;
}
@media (max-width: 800px) {
  .adamish-split {
    flex-direction: column;
    align-items: stretch;
  }
  .adamish-split-left {
    width: auto;
  }
  .adamish-split-right {
    flex: none;
    position: static;
    margin-top: 0;
    margin-bottom: 0;
  }
}
