* {
  box-sizing: border-box;
  font-family:
    Public Sans,
    Inter,
    Mulish,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
button {
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s;
}
button:active,
button:focus,
button:hover {
  background-color: #333;
}
code {
  font-family: monospace;
}
h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}
h2 {
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 16px;
}
h3 {
  margin-bottom: 8px;
  margin-top: 16px;
}
ol,
ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
li {
  margin: 4px 0;
}
#app {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
a {
  color: #342267;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
._center_c3tov_1 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
._wrapper_h9u07_1 {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
._spinner_1jqnl_1 {
  border: 6px solid #e8e8e8;
  border-top: 6px solid #68a;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation:
    _spin_1jqnl_1 1s linear infinite,
    _fadeIn_1jqnl_1 3s,
    ease-in-out forwards;
}
@keyframes _spin_1jqnl_1 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes _fadeIn_1jqnl_1 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._contentWrapper_whvq0_1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  white-space: pre-wrap;
  overflow-y: auto;
}
._contentWrapper_whvq0_1 > header:first-child {
  align-items: center;
  color: #444;
  display: flex;
  font-size: 10pt;
  gap: 16px;
  height: 24px;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._jsonView_ugbkq_1 {
  background-color: #22222b;
  color: #d6d6d6;
  flex: 1;
  overflow: auto;
  padding: 8px 8px 8px 20px;
}
._json_ugbkq_1 {
  white-space: pre-wrap;
}
._json_ugbkq_1 * {
  font-family: monospace;
}
._json_ugbkq_1 ul {
  border-left: 1px solid #556;
  list-style-type: none;
  padding: 0;
}
._json_ugbkq_1 li {
  margin: 4px 0 4px 20px;
}
._clickable_ugbkq_26 {
  cursor: pointer;
}
._clickable_ugbkq_26:before {
  content: "▶";
  color: #556;
  font-size: 10pt;
  margin-left: -12px;
  margin-right: 4px;
  padding: 2px 0;
  -webkit-user-select: none;
  user-select: none;
}
._clickable_ugbkq_26:hover:before {
  color: #778;
}
._clickable_ugbkq_26[aria-expanded="true"]:before {
  content: "▼";
}
._key_ugbkq_48 {
  color: #aad;
  font-weight: 700;
}
._array_ugbkq_52 {
  color: #79e;
}
._number_ugbkq_55 {
  color: #eea;
}
._object_ugbkq_58 {
  color: #d8d;
}
._string_ugbkq_61 {
  color: #eaa;
}
._other_ugbkq_64 {
  color: #d6d6d6;
}
._comment_ugbkq_67 {
  color: #ccd8;
}
._dropdown_1k8nv_1 {
  display: inline-block;
  position: relative;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
._dropdownButton_1k8nv_9,
._dropdownButton_1k8nv_9:active,
._dropdownButton_1k8nv_9:focus,
._dropdownButton_1k8nv_9:hover {
  align-items: center;
  background: inherit;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: initial;
  overflow-x: hidden;
  padding: 0;
}
._dropdownButton_1k8nv_9:before {
  content: "▼";
  display: inline-block;
  font-size: 10px;
  margin-right: 4px;
  transform: rotate(-90deg);
  transition: transform 0.1s;
}
._dropdown_1k8nv_1:has([aria-expanded="true"]) ._dropdownButton_1k8nv_9:before {
  transform: rotate(0);
}
._dropdownLeft_1k8nv_38 ._dropdownContent_1k8nv_38 {
  left: 0;
}
._dropdownContent_1k8nv_38 {
  background-color: #eee;
  position: absolute;
  right: 0;
  border-radius: 6px;
  box-shadow: 0 4px 8px #0003;
  display: flex;
  flex-direction: column;
  max-height: 0;
  max-width: 300px;
  min-width: 160px;
  transition: max-height 0.1s ease-out;
  overflow-y: hidden;
  z-index: 20;
}
._dropdown_1k8nv_1:has([aria-expanded="true"]) ._dropdownContent_1k8nv_38 {
  max-height: 170px;
  overflow-y: auto;
}
._dropdownContent_1k8nv_38 > * {
  display: block;
}
._dropdownContent_1k8nv_38 a,
._dropdownContent_1k8nv_38 button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  flex-shrink: 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 16px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
._dropdownContent_1k8nv_38 a:active,
._dropdownContent_1k8nv_38 a:focus,
._dropdownContent_1k8nv_38 a:hover,
._dropdownContent_1k8nv_38 button:active,
._dropdownContent_1k8nv_38 button:focus,
._dropdownContent_1k8nv_38 button:hover {
  background-color: #1f1e211a;
}
._dropdownContent_1k8nv_38 input {
  margin: 4px 8px;
}
:root {
  --color-background-dark: #333;
  --border-radius-lg: 8px;
  --space-3xs: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
}
._breadcrumb_19niy_7 {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 3em;
  justify-content: space-between;
  gap: 10px;
  min-height: 32px;
  border-bottom: 1px solid #ddd;
  background: var(--color-background-dark);
  padding: 0 20px;
  border-radius: var(--border-radius-lg);
  margin: var(--space-3xs);
}
._breadcrumb_19niy_7 h1 {
  font-size: 18px;
  margin: 4px 0 0;
  -webkit-user-select: none;
  user-select: none;
}
._path_19niy_31 {
  margin: 0 auto 0 2px;
  min-width: 0;
  overflow: auto;
}
._path_19niy_31::-webkit-scrollbar {
  display: none;
}
._path_19niy_31 a {
  color: #eee;
  font-weight: 500;
  font-size: 12pt;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration-thickness: 1px;
}
@media (max-width: 360px) {
  ._path_19niy_31 a:not(:last-child) {
    display: none;
  }
}
._versions_19niy_57 {
  padding-left: 4px;
}
._versions_19niy_57 > button {
  color: #eee;
}
._versions_19niy_57 > button:hover,
._versions_19niy_57 > button:focus {
  color: #fff;
}
._versions_19niy_57 [aria-current] {
  font-weight: 700;
}
._errorBar_1moed_1 {
  display: none;
  max-height: 30%;
  padding: 0;
  background-color: #d119;
  overflow: hidden;
  transition: max-height 0.3s;
  white-space: pre-wrap;
}
._errorBar_1moed_1 * {
  font-family: monospace;
}
._errorBar_1moed_1[data-visible="true"] {
  display: block;
}
._errorBar_1moed_1 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  overflow-y: auto;
  padding: 10px 10px 10px 20px;
}
._errorBar_1moed_1 button,
._errorBar_1moed_1 button:active,
._errorBar_1moed_1 button:focus,
._errorBar_1moed_1 button:focus-visible,
._errorBar_1moed_1 button:hover {
  background: none;
  border: none;
  border-radius: 4px;
  padding: 0 8px;
  cursor: pointer;
  color: #333;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
._errorBar_1moed_1 button:active {
  background-color: #0003;
}
._errorBar_1moed_1 button:focus {
  background-color: #0000001a;
  outline: 2px solid #a44;
}
._errorBar_1moed_1 button:hover {
  background-color: #0000001a;
}
._progressBar_1m2nc_2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 1000;
  transition: width 0.3s;
  background-image: linear-gradient(to right, #ddd, #cbb, #ddd);
  background-size: 1000px;
  animation: _shimmer_1m2nc_1 4s infinite linear;
  @keyframes _shimmer_1m2nc_1 {
    0% {
      background-position: -1000px;
    }
    to {
      background-position: 1000px;
    }
  }
}
._progressBar_1m2nc_2 > [role="presentation"] {
  height: 100%;
  background-color: #3a4;
}
._sideBar_33ace_2 {
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 100vh;
}
._sideBar_33ace_2 > div {
  background: #eef0f9;
  box-shadow: 0 0 6px #0a0a0a66;
  height: 100vh;
  position: absolute;
  width: 48px;
  z-index: 30;
}
._brand_33ace_19 {
  align-items: center;
  color: #222;
  display: flex;
  filter: drop-shadow(0 0 2px #bbb);
  font-family:
    Century Gothic,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-orientation: mixed;
  letter-spacing: 0.3px;
  padding: 10px 12px;
  -webkit-user-select: none;
  user-select: none;
  writing-mode: vertical-rl;
}
._brand_33ace_19:hover {
  color: #222;
  filter: drop-shadow(0 0 2px #afa6b9);
  text-decoration: none;
}
._brand_33ace_19:before {
  content: "";
  background: url("data:image/svg+xml,%3csvg%20width='96'%20height='96'%20version='1.1'%20viewBox='0%200%2096%2096'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m48%203.5%2038.37%2022.25v44.5l-38.37%2022.25-38.37-22.25v-44.5z'%20fill='%2343a'%20stroke='%2343a'%20stroke-linejoin='round'%20stroke-width='7'/%3e%3cg%20fill='none'%20stroke='%23fff'%20stroke-linejoin='round'%20stroke-width='8'%3e%3cpath%20d='m48%2048-29.14-17%202.81e-4%2034%2029.14%2017z'/%3e%3cpath%20d='m77.14%2031-29.14%2017v34l29.14-17z'/%3e%3cpath%20d='m48%2048-29.14-17%2029.14-17%2029.14%2017z'/%3e%3c/g%3e%3c/svg%3e")
    no-repeat 0 center;
  background-size: 26px;
  height: 26px;
  width: 26px;
  margin-bottom: 10px;
}
._welcome_9k5i7_2 {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: _fadeIn_9k5i7_1 0.3s ease-in;
}
._welcome_9k5i7_2 > div {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000026;
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 450px;
  max-width: 90%;
}
._welcome_9k5i7_2 h2 {
  color: #342267;
  margin-bottom: 16px;
  font-size: 24px;
}
._welcome_9k5i7_2 p {
  color: #444;
  line-height: 1.5;
  margin-bottom: 24px;
}
._welcome_9k5i7_2 button {
  margin-left: auto;
}
._layout_1myrf_1 {
  display: flex;
  height: 100vh;
  max-width: 100vw;
}
._layout_1myrf_1 main {
  min-width: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
}
._layout_1myrf_1 main > div:first-child {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
._textView_1aloc_1 {
  background-color: #22222b;
  color: #d6d6d6;
  display: block;
  flex: 1;
  font-family: monospace;
  padding: 8px;
  width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
}
._slideClose_1d0mo_2,
._slideClose_1d0mo_2:active,
._slideClose_1d0mo_2:focus,
._slideClose_1d0mo_2:hover {
  background: none;
  border: none;
  color: #888;
  font-size: 16px;
  height: 24px;
  margin-right: auto;
  outline: none;
  padding: 0;
  transition: color 0.3s;
}
._slideClose_1d0mo_2:before {
  content: "⟩⟩";
}
._slideClose_1d0mo_2:hover {
  color: #000;
}
._imageView_i3vhv_1 {
  display: block;
  flex: 1;
  min-width: 0;
  object-fit: scale-down;
  background-image: linear-gradient(45deg, #ddd 25%, transparent 25%),
    linear-gradient(135deg, #ddd 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ddd 75%),
    linear-gradient(135deg, transparent 75%, #ddd 75%);
  background-size: 32px 32px;
  background-position:
    0 0,
    16px 0,
    16px -16px,
    0px 16px;
}
._markdownView_1r2ol_2 {
  background-color: #222226;
  color: #ddd;
  flex: 1;
  padding: 8px 20px;
  white-space: pre-wrap;
  overflow-y: auto;
}
._markdownView_1r2ol_2 a {
  color: #cdf;
}
._markdownView_1r2ol_2 p {
  margin-block: 1em;
}
._markdownView_1r2ol_2 pre {
  background-color: #34343a;
  border-left: #446 solid 5px;
  margin: 0;
  padding: 12px 14px;
  white-space: pre-wrap;
}
._markdownView_1r2ol_2 h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}
._markdownView_1r2ol_2 h2 {
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 16px;
}
._markdownView_1r2ol_2 table {
  border-collapse: collapse;
  width: 100%;
}
._markdownView_1r2ol_2 th,
._markdownView_1r2ol_2 td {
  padding: 8px;
  text-align: left;
}
._markdownView_1r2ol_2 th {
  border-bottom: 2px solid #888;
  font-weight: 500;
}
._markdownView_1r2ol_2 td {
  border-bottom: 1px solid #666;
}
._markdownView_1r2ol_2 tr:last-child td {
  border-bottom: none;
}
._hightable_140ck_1 {
  --row-number-characters: 3;
  display: flex;
  flex: 1;
  min-height: 0;
  position: relative;
  flex-direction: column;
}
._hightable_140ck_1 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
._hightable_140ck_1 ._table-scroll_140ck_19 {
  flex: 1;
  overflow: auto;
  scroll-padding-inline-start: var(--row-number-width);
  scroll-padding-block-start: var(--column-header-height);
}
._hightable_140ck_1 ._table-scroll_140ck_19 > div {
  position: relative;
}
._hightable_140ck_1 table {
  position: absolute;
  max-width: 100%;
  overflow-x: auto;
}
._hightable_140ck_1 th,
._hightable_140ck_1 td {
  overflow: hidden;
}
._hightable_140ck_1 thead th {
  background-color: transparent;
  position: sticky;
  top: 0;
  z-index: var(--header-z-index, auto);
}
._hightable_140ck_1 th[aria-sort] {
  cursor: pointer;
}
._hightable_140ck_1 th[aria-sort]:after {
  content: "⇅";
  position: absolute;
  right: 0;
  top: 0;
}
._hightable_140ck_1 th[aria-sort][aria-sort="ascending"]:after {
  content: "⭡";
}
._hightable_140ck_1 th[aria-sort][aria-sort="descending"]:after {
  content: "⭣";
}
._hightable_140ck_1 div[role="menu"] {
  position: fixed;
  z-index: 1001;
}
._hightable_140ck_1 div[role="presentation"]:has(+ div[role="menu"]) {
  position: fixed;
  inset: 0;
  background-color: transparent;
  z-index: 1000;
}
._hightable_140ck_1 thead th > button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
._hightable_140ck_1 thead [role="spinbutton"] {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  width: 8px;
  cursor: col-resize;
  background-color: #888;
  z-index: var(--header-spinbutton-z-index, auto);
}
._hightable_140ck_1 [role="rowheader"] {
  position: sticky;
  left: 0;
  min-width: var(--row-number-width);
  max-width: var(--row-number-width);
  z-index: var(--header-z-index, auto);
}
._hightable_140ck_1 thead td:first-child {
  position: sticky;
  min-width: var(--row-number-width);
  max-width: var(--row-number-width);
  top: 0;
  left: 0;
  z-index: var(--header-corner-z-index, auto);
}
._hightable_140ck_1 thead td:first-child[aria-disabled="false"] {
  background: transparent;
}
._hightable_140ck_1 thead td:first-child,
._hightable_140ck_1 [role="rowheader"] {
  --row-number-display: inline;
  --checkbox-display: none;
}
:is(
    ._hightable_140ck_1 thead td:first-child,
    ._hightable_140ck_1 [role="rowheader"]
  )
  span {
  display: var(--row-number-display);
}
:is(
    ._hightable_140ck_1 thead td:first-child,
    ._hightable_140ck_1 [role="rowheader"]
  )
  input {
  display: var(--checkbox-display);
  pointer-events: none;
  margin: auto;
}
:is(
    ._hightable_140ck_1 thead td:first-child,
    ._hightable_140ck_1 [role="rowheader"]
  )[aria-checked="true"] {
  --row-number-display: none;
  --checkbox-display: block;
}
:is(
    ._hightable_140ck_1 thead td:first-child,
    ._hightable_140ck_1 [role="rowheader"]
  )[aria-disabled="false"] {
  cursor: pointer;
}
:is(
    ._hightable_140ck_1 thead td:first-child,
    ._hightable_140ck_1 [role="rowheader"]
  )[aria-disabled="false"]:is(:focus, :hover) {
  --row-number-display: none;
  --checkbox-display: block;
}
._hightable_140ck_1 ._mock-row-label_140ck_172 {
  content: "";
  position: absolute;
  top: var(--mock-row-label-top, 0);
  left: 0;
  bottom: 0;
  background: var(--mock-row-label-background, transparent);
  z-index: var(--header-background-z-index, auto);
  min-width: var(--row-number-width);
  max-width: var(--row-number-width);
}
._styled_140ck_186 {
  --header-z-index: 10;
  --header-background-z-index: calc(var(--header-z-index) - 1);
  --header-spinbutton-z-index: calc(var(--header-z-index) + 1);
  --header-corner-z-index: calc(var(--header-z-index) + 3);
  --header-progress-z-index: calc(var(--header-z-index) + 2);
  --cell-placeholder-z-index: 1;
  --table-scroll-outline-z-index: calc(var(--header-z-index) + 4);
  --top-border-height: 2px;
  --focus-border-width: 2px;
  --row-number-size-multiplier: 0.68;
  --row-number-font-size: calc(var(--row-number-size-multiplier) * 1rem);
  --row-number-padding-characters: 2;
  --row-number-width: calc(
    calc(var(--row-number-characters) + var(--row-number-padding-characters)) *
      var(--row-number-size-multiplier) * 1ch
  );
  --cell-border-width: 1px;
  --cell-horizontal-padding: 10px;
  --resizer-border-width: 4px;
  --hy-color-1: #000;
  --hy-color-2: #444;
  --hy-color-3: #666;
  --hy-color-5: #bbb;
  --hy-color-7: #ccc;
  --hy-color-8: #ddd;
  --hy-color-9: #f0f0f0;
  --hy-color-10: #fff;
  --hy-accent-1: #706fb1;
  --hy-accent-2: #9d9cd5;
  --hy-accent-3: #ccd;
  --hy-accent-4: #dbdbe5;
  --hy-accent-5: #efeef6;
  --hy-highlight-1: #f1edbb;
  --hy-highlight-2: #fbf7bf;
  --header-color: var(--hy-color-2);
  --menu-color: var(--hy-color-2);
  --menu-item-color: var(--hy-color-2);
  --menu-button-color: var(--hy-color-2);
  --primary-sort-icon-color: inherit;
  --secondary-sort-icon-color: var(--hy-color-8);
  --row-number-color: var(--hy-color-3);
  --text-color: var(--hy-color-1);
  --focus-background-color: var(--hy-accent-5);
  --focusable-background-color: var(--hy-color-9);
  --background-color: var(--hy-color-10);
  --header-background-color: var(--hy-color-9);
  --menu-background-color: var(--hy-color-9);
  --menu-button-background-color: var(--hy-color-9);
  --menu-button-hovered-background-color: var(--hy-accent-4);
  --menu-button-focused-background-color: var(--hy-accent-4);
  --menu-item-background-color: var(--hy-color-10);
  --menu-item-hovered-background-color: var(--hy-color-9);
  --row-number-background-color: var(--hy-color-9);
  --row-number-hovered-background-color: var(--hy-accent-3);
  --row-number-selected-background-color: var(--hy-highlight-1);
  --row-hovered-background-color: var(--hy-accent-4);
  --row-selected-background-color: var(--hy-highlight-2);
  --corner-cell-background-color: var(--hy-color-9);
  --resize-indicator-background-color: var(--hy-accent-2);
  --cell-busy-background: linear-gradient(
    60deg,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(0, 0, 0, 0.05) 75%
  );
  --top-border-color: var(--hy-accent-1);
  --focus-border-color: var(--hy-accent-1);
  --focusable-border-color: var(--hy-color-3);
  --cell-border-color: var(--hy-color-8);
  --cell-hovered-right-border-color: var(--hy-color-5);
  --header-bottom-border-color: var(--hy-color-7);
  --menu-border-color: var(--hy-color-7);
  --menu-inner-border-color: var(--hy-color-7);
  --resizer-hovered-right-border-color: var(--hy-accent-2);
  --row-number-hovered-right-border-color: var(--hy-color-7);
  --corner-cell-right-border-color: var(--hy-color-7);
  --mock-row-label-background: var(--row-number-background-color);
  --mock-row-label-top: var(--top-border-height, 0);
  isolation: isolate;
  color: var(--text-color);
  background-color: var(--background-color);
}
._styled_140ck_186 ._top-border_140ck_283 {
  border-top: var(--top-border-height) solid var(--top-border-color);
  width: 100%;
  height: 0;
}
._styled_140ck_186 ._table-scroll_140ck_19:focus {
  outline: none;
}
._styled_140ck_186 ._table-scroll_140ck_19:focus:after {
  content: "";
  outline: var(--focus-border-width) solid var(--focus-border-color);
  position: absolute;
  top: var(--focus-border-width);
  left: var(--focus-border-width);
  height: calc(100% - 2 * var(--focus-border-width));
  width: calc(100% - 2 * var(--focus-border-width));
  z-index: var(--table-scroll-outline-z-index);
  pointer-events: none;
}
._styled_140ck_186 table {
  border-collapse: separate;
  border-spacing: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
._styled_140ck_186 table:focus-visible {
  outline: none;
}
._styled_140ck_186 thead th {
  background-color: var(--header-background-color);
  border-bottom: 2px solid var(--header-bottom-border-color);
  color: var(--header-color);
  height: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
._styled_140ck_186 thead th[aria-sort] {
  padding-right: calc(var(--cell-horizontal-padding) + 2.5rem);
}
._styled_140ck_186 thead th[data-fixed-width="true"]:before {
  position: absolute;
  right: calc(var(--resizer-border-width) + 2px);
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--resize-indicator-background-color);
  content: "";
}
._styled_140ck_186 th[aria-sort]:after {
  right: calc(var(--cell-horizontal-padding) + 1rem);
  top: 4px;
  padding-left: 2px;
  background: none;
  color: var(--secondary-sort-icon-color);
  display: block;
  width: 2rem;
  text-align: center;
}
._styled_140ck_186 th[data-order-by-index="0"]:after {
  color: var(--primary-sort-icon-color);
}
._styled_140ck_186 th,
._styled_140ck_186 td {
  border-bottom: var(--cell-border-width) solid var(--cell-border-color);
  border-right: var(--cell-border-width) solid var(--cell-border-color);
  height: 32px;
  line-height: 1.5;
  max-width: 40rem;
  padding: 4px var(--cell-horizontal-padding);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:is(._styled_140ck_186 th, ._styled_140ck_186 td)[tabindex="0"] {
  outline-style: solid;
  outline-color: var(--focusable-border-color);
  outline-width: var(--focus-border-width);
  outline-offset: calc(0px - var(--focus-border-width));
  background-color: var(--focusable-background-color);
}
:is(._styled_140ck_186 th, ._styled_140ck_186 td):focus {
  outline-style: solid;
  outline-color: var(--focus-border-color);
  outline-width: var(--focus-border-width);
  outline-offset: calc(0px - var(--focus-border-width));
  background-color: var(--focus-background-color);
}
._styled_140ck_186 div[role="menu"] {
  margin-top: 4px;
  background-color: var(--menu-background-color);
  border: 1px solid var(--menu-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 8px #00000026;
  min-width: 150px;
  font-size: 0.875rem;
  color: var(--menu-color);
  padding: 4px 0;
}
._styled_140ck_186 div[role="menu"]:focus,
._styled_140ck_186 div[role="menu"] > [role="menuitem"]:focus {
  outline-style: solid;
  outline-color: var(--focus-border-color);
  outline-width: var(--focus-border-width);
  outline-offset: -2px;
}
._styled_140ck_186 div[role="menu"] > [role="presentation"] {
  padding: 4px 12px 8px;
  font-weight: 700;
  border-style: solid;
  border-color: var(--menu-inner-border-color);
  border-width: 0 0 1px 0;
}
._styled_140ck_186 div[role="menu"] > [role="separator"] {
  display: block;
  width: 100%;
  text-align: left;
  padding: 4px 12px;
}
._styled_140ck_186 div[role="menu"] > [role="menuitem"] {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  color: var(--menu-item-color);
  border-style: solid;
  border-color: var(--menu-inner-border-color);
  border-width: 1px 0;
  border-radius: 0;
  background-color: var(--menu-item-background-color);
  cursor: pointer;
}
._styled_140ck_186 div[role="menu"] > [role="menuitem"]:hover {
  background-color: var(--menu-item-hovered-background-color);
}
._styled_140ck_186 thead th > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  border: none;
  background-color: var(--menu-button-background-color);
}
._styled_140ck_186 thead th > button:focus {
  outline-style: solid;
  outline-color: var(--focus-border-color);
  outline-width: var(--focus-border-width);
  outline-offset: -2px;
  background-color: var(--menu-button-focused-background-color);
}
._styled_140ck_186 thead th > button > span {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--menu-button-color);
  font-weight: 700;
}
._styled_140ck_186 thead th:hover > button,
._styled_140ck_186 thead th > button:focus,
._styled_140ck_186 thead th > button:focus-visible,
._styled_140ck_186 thead th > button[aria-expanded="true"] {
  background-color: var(--menu-button-hovered-background-color);
  opacity: 1;
}
._styled_140ck_186 thead [role="spinbutton"] {
  background-color: transparent;
  transition: background-color 0.2s ease;
}
._styled_140ck_186 thead [role="spinbutton"]:focus,
._styled_140ck_186 thead [role="spinbutton"]:hover {
  border-right-color: var(--resizer-hovered-right-border-color);
  border-width: 0 var(--resizer-border-width) 0 0;
  border-style: solid;
  margin: 1px 1px 0;
}
._styled_140ck_186 thead [role="spinbutton"]:focus {
  outline-style: none;
}
._styled_140ck_186 tbody [role="rowheader"] {
  background-color: var(--row-number-background-color);
  border-right: 1px solid var(--row-number-right-border-color);
  color: var(--row-number-color);
  padding: 0;
  font-size: var(--row-number-font-size);
  text-align: center;
}
._styled_140ck_186 tr[aria-selected="true"] {
  background-color: var(--row-selected-background-color);
}
._styled_140ck_186 tr[aria-selected="true"] [role="rowheader"] {
  background-color: var(--row-number-selected-background-color);
}
._styled_140ck_186 thead td:first-child {
  background-color: var(--corner-cell-background-color);
  border-right: 1px solid var(--corner-cell-right-border-color);
  box-shadow: inset 0 0 4px #0003;
}
._styled_140ck_186 thead td:first-child[aria-checked="true"] {
  background-image: none;
  background-color: var(--corner-cell-background-color);
}
:is(
    ._styled_140ck_186 thead td:first-child,
    ._styled_140ck_186 tbody [role="rowheader"]
  )
  input[type="checkbox"][aria-busy="true"] {
  pointer-events: none;
  opacity: 0.5;
}
._styled_140ck_186 tbody td[aria-busy="true"] {
  position: relative;
}
._styled_140ck_186 tbody td[aria-busy="true"]:after {
  content: "";
  position: absolute;
  z-index: var(--cell-placeholder-z-index);
  inset: 8px;
  border-radius: 4px;
  background: var(--cell-busy-background);
  background-size: 120px 100%;
  animation: _textshimmer_140ck_1 3s infinite linear;
}
._styled_140ck_186 tbody tr:nth-child(2n) td[aria-busy="true"]:after {
  animation-delay: -1s;
}
._styled_140ck_186 tbody tr:nth-child(odd) td[aria-busy="true"]:after {
  animation-delay: -3s;
}
._styled_140ck_186 tbody tr:nth-child(3n) td[aria-busy="true"]:after {
  animation-delay: -2s;
}
._styled_140ck_186 tbody tr:nth-child(5n) td[aria-busy="true"]:after {
  animation-delay: -4s;
}
._styled_140ck_186 tbody tr:nth-child(7n) td[aria-busy="true"]:after {
  animation-delay: -1.5s;
}
._styled_140ck_186 tbody th[aria-busy="true"]:after {
  content: "427";
  filter: blur(4px);
}
@media (hover: hover) {
  ._styled_140ck_186 tbody tr:hover {
    background-color: var(--row-hovered-background-color);
  }
  ._styled_140ck_186 tbody tr:hover td {
    border-right-color: var(--cell-hovered-right-border-color);
  }
  ._styled_140ck_186 tbody tr:hover th[role="rowheader"] {
    background-color: var(--row-number-hovered-background-color);
    border-right-color: var(--row-number-hovered-right-border-color);
  }
}
@keyframes _textshimmer_140ck_1 {
  0% {
    background-position: -120px 0;
  }
  to {
    background-position: 120px 0;
  }
}
._slidePanel_he3kg_1 {
  display: flex;
  flex: 1;
  min-height: 0;
}
._slidePanel_he3kg_1 > article {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: auto;
}
._slidePanel_he3kg_1 > [role="separator"] {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 6px;
  cursor: col-resize;
  background-color: #eee;
  transition: background-color 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
._slidePanel_he3kg_1 > [role="separator"]:hover {
  background-color: #9f9999;
}
._slidePanel_he3kg_1 > aside {
  display: flex;
  flex-direction: column;
  width: 0;
  transition: width 0.2s;
}
._slidePanel_he3kg_1 > aside[data-resizing="true"] {
  transition: none;
}
._hightable_i9zs4_2 thead td:first-child {
  background: url(https://hyperparam.app/assets/table/hyperparam.svg) #f9f4ff
    no-repeat center 6px;
}
._hightable_i9zs4_2 tbody td {
  cursor: pointer;
}
._fileList_1hdae_1 {
  flex: 1;
  list-style: none;
  overflow-y: auto;
  padding-left: 0;
  padding-bottom: 24px;
}
._fileList_1hdae_1 > li {
  margin: 0;
}
._fileList_1hdae_1 > li:first-child > a {
  border-top: none;
}
._fileList_1hdae_1 > li > a {
  border-top: 1px solid #ddd;
  color: #444;
  display: flex;
  padding: 8px 16px 8px 20px;
  text-decoration: none;
}
._fileList_1hdae_1 > li > a:hover {
  background-color: #e2e2ee;
}
._fileList_1hdae_1 > li > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._fileList_1hdae_1 > li > a > span[data-file-kind] {
  flex: 1;
  min-width: 80px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 22px;
}
._fileList_1hdae_1 > li > a > span[data-file-kind][data-file-kind="directory"] {
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20version='1.1'%20viewBox='0%200%2064%2064'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m4%2012v40h56v-30h-24l-10-10z'%20fill='%23666'%20stroke='%23666'%20stroke-linejoin='round'%20stroke-width='8'/%3e%3c/svg%3e");
}
._fileList_1hdae_1 > li > a > span[data-file-kind][data-file-kind="file"] {
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20version='1.1'%20viewBox='0%200%2064%2064'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m38%203v14.5h14m-40-14.5v58h40v-43.5l-14-14.5z'%20fill='none'%20stroke='%23666'%20stroke-linejoin='round'%20stroke-width='6'/%3e%3c/svg%3e");
}
._fileList_1hdae_1 > li > a > span[data-file-size] {
  color: #666;
  margin: 0 16px;
  text-align: right;
}
._fileList_1hdae_1 > li > a > span[data-file-date] {
  min-width: 90px;
  text-align: right;
}
._search_1hdae_70 {
  background: #fff
    url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20stroke='%23bbb'%20stroke-width='2'%3e%3cpath%20d='m0.75%2013.25%205-5'/%3e%3ccircle%20cx='9'%20cy='5'%20r='4'/%3e%3c/g%3e%3c/svg%3e")
    no-repeat center right 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  flex-shrink: 1;
  font-size: 12px;
  height: 24px;
  min-width: 0;
  outline: none;
  padding: 4px 20px 2px 8px;
  width: 100px;
  transition-duration: 0.3s;
  transition-property: border, width;
}
._search_1hdae_70:focus {
  border-color: #778;
  box-shadow: 0 0 1px #556;
  color: #444;
  padding-left: 8px;
  width: 180px;
}
* {
  box-sizing: border-box;
  font-family:
    Mulish,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  height: 100vh;
  width: 100vw;
}
h1 {
  font-size: 22pt;
}
h2 {
  margin-top: 10px;
  font-size: 12pt;
}
label {
  margin: 15px 0;
  display: block;
}
p {
  margin: 15px 0;
}
code {
  font-family: monospace;
  padding: 10px;
  white-space: pre-wrap;
  word-break: break-all;
}
sub {
  align-items: center;
  display: flex;
  gap: 5px;
}
sub img {
  cursor: pointer;
}
input {
  height: 32px;
}
input,
textarea {
  border: 2px solid #999;
  border-radius: 8px;
  padding: 4px 8px;
  transition: border 0.3s;
}
input:focus,
textarea:focus {
  outline: none;
  border: 2px solid #99e;
}
.dropzone {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dropzone.hover .overlay {
  display: flex;
}
.overlay {
  font-size: 125%;
  position: fixed;
  inset: 0;
  background-color: #f0f0f099;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
  padding: 12px;
  z-index: 40;
}
.target {
  border: 6px dashed #444;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  width: 100%;
}
nav.sidebar {
  width: 48px;
  height: 100vh;
}
nav.sidebar > div {
  background: #eef0f9;
  box-shadow: 0 0 6px #0a0a0a66;
  height: 100vh;
  position: absolute;
  width: 48px;
  z-index: 30;
}
.brand {
  align-items: center;
  color: #111;
  display: flex;
  filter: drop-shadow(0 0 2px #bbb);
  font-family:
    Century Gothic,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.3px;
  opacity: 0.9;
  padding: 10px 12px;
  text-decoration: none;
  text-orientation: mixed;
  -webkit-user-select: none;
  user-select: none;
  writing-mode: vertical-rl;
}
.brand:hover {
  color: #111;
  filter: drop-shadow(0 0 2px #afa6b9);
  opacity: 1;
  text-decoration: none;
}
.brand:before {
  content: "";
  background: url("data:image/svg+xml,%3csvg%20width='96'%20height='96'%20version='1.1'%20viewBox='0%200%2096%2096'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m48%203.5%2038.37%2022.25v44.5l-38.37%2022.25-38.37-22.25v-44.5z'%20fill='%2343a'%20stroke='%2343a'%20stroke-linejoin='round'%20stroke-width='7'/%3e%3cg%20fill='none'%20stroke='%23fff'%20stroke-linejoin='round'%20stroke-width='8'%3e%3cpath%20d='m48%2048-29.14-17%202.81e-4%2034%2029.14%2017z'/%3e%3cpath%20d='m77.14%2031-29.14%2017v34l29.14-17z'/%3e%3cpath%20d='m48%2048-29.14-17%2029.14-17%2029.14%2017z'/%3e%3c/g%3e%3c/svg%3e")
    no-repeat 0 center;
  background-size: 26px;
  height: 26px;
  width: 26px;
  margin-bottom: 10px;
}
main {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
#app {
  flex: 1;
}
.content-container {
  min-width: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.top-header {
  align-items: center;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
  background: #333;
  color: #eee;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 32px;
  justify-content: space-between;
  min-height: 32px;
  margin: 5px;
  padding: 20px;
  text-decoration-thickness: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-header {
  align-items: center;
  color: #444;
  display: flex;
  font-size: 10pt;
  gap: 16px;
  height: 22px;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.viewer {
  display: flex;
  flex: 1;
  flex-direction: column;
  white-space: pre-wrap;
  overflow-y: auto;
}
#welcome {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  height: 100vh;
  width: 100%;
  padding: 10px;
  overflow-y: auto;
}
#welcome > div {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 640px;
}
.inputGroup {
  display: flex;
  gap: 10px;
}
.inputGroup > input {
  flex: 1;
}
.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.quick-links li {
  display: flex;
  flex: 1 1 calc(50% - 10px);
  min-width: 0;
}
.quick-links a {
  background-position: 10px center;
  background-size: 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #333;
  font-size: 8pt;
  overflow: hidden;
  padding: 12px 12px 12px 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}
.quick-links a:hover {
  background-color: #43a1;
  border-color: #43a;
  color: #43a;
  text-decoration: none;
}
.huggingface {
  background: url(assets/huggingface.svg) no-repeat 8px center;
}
.github {
  background: url(assets/git.svg) no-repeat 8px center;
}
.aws {
  background: url(assets/s3.svg) no-repeat 8px center;
}
.azure {
  background: url(assets/azure.svg) no-repeat 8px center;
}
.badges {
  display: flex;
  gap: 10px;
}
input[type="file"] {
  display: none;
}
.overlay {
  font-size: 125%;
  justify-content: center;
  position: absolute;
  inset: 0;
  background-color: #f0f0f099;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
  padding: 12px;
  z-index: 40;
}
.over .overlay {
  display: flex;
}
.layout {
  margin: 10px;
  max-width: 480px;
}
.layout,
.layout .group,
.layout .cell {
  background-color: #6450b40d;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 4px;
  padding: 4px;
  word-break: break-all;
}
.cell,
.group-header {
  display: flex;
}
.group-header > label,
.cell > label {
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  justify-content: flex-start;
}
.group-header > span {
  font-size: 10px;
}
.layout div ul {
  list-style: none;
}
.layout div li {
  font-size: 10px;
  padding: 2px 4px;
  text-align: right;
}
.hightable thead td:first-child {
  background: url(https://hyperparam.app/assets/table/hyparquet.svg) #f9f4ff
    no-repeat center 6px;
}
.json {
  background-color: #22222b;
  padding-left: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
