@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;
  }
}
.playground-title {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font: inherit;
  color: #1a1a1a;
}
.playground-title::placeholder {
  color: #808080;
}
.playground-title:focus {
  outline: none;
}
.playground-byline {
  display: inline-flex;
  align-items: baseline;
}
.playground-user {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
  opacity: 0.5;
  cursor: pointer;
}
.playground-user:hover {
  opacity: 1;
}
.playground-user:disabled {
  cursor: default;
}
.playground-user:disabled:hover {
  opacity: 0.5;
}
.editor {
  display: flex;
  flex: none;
  overflow: visible;
  background: transparent;
  color: #1a1a1a;
}
.editor .cm-editor {
  flex: none;
  width: 100%;
  min-width: 0;
  height: auto;
  background: transparent;
  font-family: 'Hack', 'Andale Mono';
  font-feature-settings: 'calt' 1, 'liga' 1;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 140%;
}
.editor .cm-editor.cm-focused {
  outline: none;
}
.editor .cm-scroller {
  font-family: inherit;
  overflow: visible;
}
.editor .cm-content {
  padding: 4px 0 20px;
  caret-color: #1a1a1a;
  letter-spacing: 0;
}
.editor .cm-line {
  padding: 0;
}
.editor .cm-active-value {
  background-color: rgba(255,225,74,0.35);
  border-radius: 2px;
}
.editor .cm-active-onset {
  border-radius: 2px;
  animation: onset-flash 300ms;
}
.cm-doc-tooltip {
  max-width: 32em;
  padding: 8px 10px;
  font-family: 'Hack', 'Andale Mono';
  line-height: 1.45;
}
.cm-doc-tooltip .cm-doc-sig {
  font-weight: 600;
  white-space: pre-wrap;
  color: #1a1a1a;
}
.cm-doc-tooltip .cm-doc-body {
  margin-top: 4px;
  color: #6b7280;
  white-space: pre-wrap;
}
.cm-doc-tooltip .cm-doc-meta {
  margin-top: 4px;
  color: #9aa0a6;
  font-style: italic;
}
@-moz-keyframes onset-flash {
  from {
    background-color: rgba(255,225,74,0.85);
  }
}
@-webkit-keyframes onset-flash {
  from {
    background-color: rgba(255,225,74,0.85);
  }
}
@-o-keyframes onset-flash {
  from {
    background-color: rgba(255,225,74,0.85);
  }
}
@keyframes onset-flash {
  from {
    background-color: rgba(255,225,74,0.85);
  }
}
.sandbox {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
}
.code-embed {
  position: relative;
  margin: 24px 0;
}
.code-embed .cm-editor {
  min-height: 36px;
  background: transparent;
  color: #1a1a1a;
  font-family: 'Hack', 'Andale Mono', monospace;
  font-feature-settings: 'calt' 1, 'liga' 1;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 140%;
}
.code-embed .cm-editor.cm-focused {
  outline: none;
}
.code-embed .cm-scroller {
  overflow: auto;
  font-family: inherit;
}
.code-embed .cm-content {
  padding: 4px 44px 20px 0;
  caret-color: #1a1a1a;
  letter-spacing: 0;
}
.code-embed .cm-line {
  padding: 0;
}
.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: #1a1a1a;
  color: #fff;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.15s ease;
}
.code-embed button:focus-visible {
  opacity: 1;
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}
.code-embed .code-embed-mark {
  width: 16px;
  height: 16px;
}
.code-embed.code-embed-one-row button {
  top: -0.200000000000001px;
}
.code-embed:hover button {
  opacity: 1;
}
@media (hover: none) {
  .code-embed button {
    opacity: 1;
  }
}
.command-menu {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  pointer-events: none;
}
.command-menu .command-menu-trigger {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  cursor: pointer;
}
.command-menu .command-menu-panel {
  pointer-events: auto;
  position: absolute;
  top: 80px;
  left: 20px;
  min-width: 232px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  padding: 5px;
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #dde1dd;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 6px 20px rgba(0,0,0,0.06);
  z-index: 10;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.command-menu .commands {
  user-select: none;
}
.command-menu .commands .commands-section + .commands-section {
  border-top: 1px solid #dde1dd;
  margin-top: 5px;
  padding-top: 5px;
}
.command-menu .commands .command {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  line-height: 1.4;
  border-radius: 5px;
  color: #1a1a1a;
  white-space: nowrap;
}
.command-menu .commands .command .command-title {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.command-menu .commands .command .binding {
  display: flex;
  gap: 3px;
  padding-left: 20px;
}
.command-menu .commands .command .binding-key {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  background: #f4f4f2;
  color: #555;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #dde1dd;
}
.command-menu .commands .command .key-icon {
  width: 10px;
  height: 10px;
  display: block;
}
.command-menu .commands .command.selected {
  background-color: #f4f4f2;
}
.command-menu .commands .command.selected .binding-key {
  background: #e7e7e2;
  border-color: #cfd4cf;
}
.command-menu .commands .command:hover {
  cursor: pointer;
}
body:has(.command-menu-trigger:hover) .adamish-navbar-logo .adamish-logo {
  opacity: 0.5;
}
.icon {
  fill: #fff;
  height: 25px;
  width: 25px;
}
.rotate {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,0.4);
}
.modal {
  position: relative;
  min-width: 320px;
  max-width: 480px;
  max-height: 100%;
  overflow: auto;
  padding: 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}
.modal .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.modal .modal-close:hover {
  background: #f0f0f0;
}
*:focus {
  outline: none;
}
@font-face {
  font-family: 'Hack';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Hack/Hack-Bold.woff2") format('woff2');
}
@font-face {
  font-family: 'Hack';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/Hack/Hack-Italic.woff2") format('woff2');
}
.app {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.login .login-form {
  display: flex;
  gap: 8px;
}
.login .login-email {
  padding: 9px 11px;
  border: 1px solid #dde1dd;
  border-radius: 6px;
  min-width: 240px;
}
.login .login-email:focus {
  outline: none;
  border-color: #1a1a1a;
}
.network-children {
  margin-inline-start: 8px;
  padding-inline-start: 20px;
  border-inline-start: 1px solid #dde1dd;
}
.browse {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #f7f8f7;
}
.browse .adamish-page {
  height: 100%;
  overflow-y: auto;
}
