@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');
}
: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 {
  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-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: row;
}

@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-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 {
  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 {
  display: block;
  height: 24px;
  width: 24px;
  fill: currentColor;
}
.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;
  }
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.browse {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #fff;
}
.browse-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.browse-list-link {
  color: #000;
  opacity: 0.5;
  text-decoration: none;
}
.browse-list-link:hover {
  opacity: 1;
}
.browse-list-current {
  opacity: 1;
}
.browse-list {
  display: flex;
  flex-direction: column;
}
.browse-item {
  width: fit-content;
  margin-bottom: 1.5em;
}
.browse-title {
  display: block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.browse-title:hover {
  opacity: 0.5;
}
.browse-meta {
  display: flex;
}
.browse-author,
.browse-published,
.browse-views,
.browse-played {
  opacity: 0.5;
  color: #000;
  text-decoration: none;
}
.browse-views::before,
.browse-played::before {
  content: "·";
  margin: 0 0.4em;
}
.browse-author:hover {
  opacity: 1;
}
.browse-empty {
  padding: 2em 0;
  opacity: 0.5;
}
.browse-nothing {
  padding: 2em 0;
  opacity: 0.5;
}
.browse-nothing .browse-home {
  color: #000;
  text-decoration: underline;
}
.browse-nothing .browse-home:hover {
  opacity: 1;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.command-hub {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  pointer-events: none;
}
.command-hub .command-hub-trigger {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  cursor: pointer;
}
.command-hub .command-hub-menu {
  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: #000;
  border: 1px solid #ededed;
  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-hub .commands {
  user-select: none;
}
.command-hub .commands .commands-section + .commands-section {
  border-top: 1px solid #ededed;
  margin-top: 5px;
  padding-top: 5px;
}
.command-hub .commands .command {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  line-height: 1.4;
  border-radius: 5px;
  color: #000;
  white-space: nowrap;
}
.command-hub .commands .command .command-title {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.command-hub .commands .command .binding {
  display: flex;
  gap: 3px;
  padding-left: 20px;
}
.command-hub .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 #ededed;
}
.command-hub .commands .command .key-icon {
  width: 10px;
  height: 10px;
  display: block;
}
.command-hub .commands .command.selected {
  background-color: #f4f4f2;
}
.command-hub .commands .command.selected .binding-key {
  background: #e7e7e2;
  border-color: #dfdfdf;
}
.command-hub .commands .command:hover {
  cursor: pointer;
}
body:has(.command-hub-trigger:hover) .adamish-logo-wrapper .adamish-logo,
body:has(.command-hub-trigger:hover) .adamish-masthead-logo .adamish-logo {
  opacity: 0.5;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.devtools {
  height: 30%;
  overflow: scroll;
  background: #000;
  color: #fff;
  font-family: 'Hack', 'Andale Mono';
  min-height: 100px;
}
.data-explorer {
  display: flex;
  height: 100%;
}
.data-explorer-col {
  padding: 10px;
  overflow-y: scroll;
}
.data-explorer-col.grow {
  flex-grow: 1;
}
.data-explorer-col.no-shrink {
  flex-shrink: 0;
}
.path-link {
  white-space: nowrap;
}
.path-link:hover {
  cursor: pointer;
}
.path-link.selected {
  font-weight: bold;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.docs {
  height: 100%;
}
.docs-body {
  display: flex;
  flex-direction: column;
}
.docs-toc {
  padding-bottom: 3em;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.docs-toc-group {
  margin-bottom: 1.25em;
}
.docs-toc-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.5;
  margin-bottom: 0.4em;
}
.docs-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docs-toc-list li {
  margin: 0.1em 0;
}
.docs-toc-link {
  color: #000;
  text-decoration: none;
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 0.85rem;
  opacity: 0.7;
}
.docs-toc-link:hover {
  opacity: 1;
}
.docs-reference {
  min-width: 0;
}
.docs-section {
  margin-bottom: 2.5em;
}
.docs-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1em;
}
.docs-entry {
  margin-bottom: 1.75em;
  scroll-margin-top: 1em;
}
.docs-entry-name {
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35em;
}
.docs-entry-sigs {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  margin-bottom: 0.4em;
}
.docs-entry-sig {
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 0.85rem;
  color: #000;
  background: #f4f4f2;
  padding: 0.15em 0.45em;
  border-radius: 3px;
  width: fit-content;
}
.docs-entry-doc {
  margin: 0;
  max-width: 44em;
}
.docs-entry-nodoc {
  opacity: 0.5;
}
.docs-entry-route {
  margin: 0.5em 0 0;
  padding-left: 1em;
  border-left: 1px solid #ededed;
  max-width: 44em;
}
.docs-entry-route code {
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 0.85rem;
  color: #999;
  margin-right: 0.4em;
}
.docs-entry-route .docs-entry-sig {
  color: #000;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.playground-title {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font: inherit;
  color: #000;
}
.playground-title::placeholder {
  color: #999;
}
.playground-title:focus {
  outline: none;
}
.adamish-masthead .subtitle:has(.playground-byline) {
  opacity: 1;
}
.playground-byline {
  display: 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: #000;
  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-grow: 1;
  overflow: hidden;
  background: transparent;
  color: #000;
}
.editor .cm-editor {
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  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: auto;
}
.editor .cm-content {
  padding: 4px 0 20px;
  caret-color: #000;
  letter-spacing: 0;
}
.editor .cm-line {
  padding: 0 32px;
}
.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: #000;
}
.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);
  }
}
*:focus {
  outline: none;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.home {
  height: 100%;
}
.home-body {
  max-width: 34em;
  margin: 0 0 3em;
  color: #000;
}
.home-list {
  display: flex;
  flex-direction: column;
}
.home-item {
  width: fit-content;
  margin-bottom: 1.5em;
}
.home-title {
  display: block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-title:hover {
  opacity: 0.5;
}
.home-meta {
  display: flex;
}
.home-author,
.home-views,
.home-played {
  opacity: 0.5;
  color: #000;
  text-decoration: none;
}
.home-views::before,
.home-played::before {
  content: "·";
  margin: 0 0.4em;
}
.home-author:hover {
  opacity: 1;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
}
.login h1 {
  margin: 0;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: inherit;
}
.login .login-form {
  display: flex;
  gap: 8px;
}
.login .login-email {
  padding: 9px 11px;
  border: 1px solid #ededed;
  border-radius: 6px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 240px;
  color: #000;
}
.login .login-email:focus {
  outline: none;
  border-color: #000;
}
.login .login-submit {
  padding: 0.5em 1em;
  border: none;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  cursor: pointer;
}
.login .login-submit:hover {
  opacity: 0.85;
}
.login .login-sent,
.login .login-status {
  margin: 0;
  color: #999;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.network {
  height: 100%;
}
.network-branch {
  display: flex;
  flex-direction: column;
}
.network-children {
  margin-left: 0.6em;
  padding-left: 1.4em;
  border-left: 1px solid #ededed;
}
.network-item {
  display: block;
  width: fit-content;
  margin-bottom: 1.5em;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.network-item.current .network-title {
  font-weight: 600;
}
.network-item .network-title {
  display: block;
}
.network-item .network-author {
  display: block;
  opacity: 0.5;
}
a.network-item:hover {
  opacity: 0.5;
}
.network-hidden {
  cursor: default;
}
.network-hidden .network-title {
  opacity: 0.5;
}
.network-required {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ededed;
}
.network-required .network-required-heading {
  margin-bottom: 1.5em;
  opacity: 0.5;
}
.network-empty {
  padding: 2em 0;
  opacity: 0.5;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.playgrounds {
  height: 100%;
}
.playgrounds-list {
  display: flex;
  flex-direction: column;
}
.playgrounds-item {
  width: fit-content;
  margin-bottom: 1.5em;
  display: block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.playgrounds-item.current .playgrounds-title {
  font-weight: 600;
}
.playgrounds-item .playgrounds-title {
  display: block;
}
.playgrounds-item .playgrounds-state {
  display: block;
  opacity: 0.5;
}
.playgrounds-item:hover {
  opacity: 0.5;
}
.playgrounds-empty {
  padding: 2em 0;
  opacity: 0.5;
}
.sandbox {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.sink-header {
  display: flex;
  align-items: center;
}
.sink-header .command-hub {
  flex-grow: 1;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.button {
  border: none;
  height: 50px;
  width: 50px;
  background-color: #31b2fd;
  color: #fff;
  font-size: 18px;
  font-family: 'Andale Mono';
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:focus {
  outline: none;
}
.button:not(:disabled):hover {
  background-color: #0285d1;
  cursor: none;
}
.button:disabled {
  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);
  }
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.logo {
  display: inline-block;
  line-height: 0;
  color: #000;
}
.logo svg {
  display: block;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.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: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.modal .modal-close:hover {
  background: #f0f0f0;
}
@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;
}
.sink-content {
  display: flex;
  flex-grow: 1;
  min-height: 0;
  margin-left: -32px;
  margin-right: -32px;
}
