.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;
}
.command-hub {
  display: flex;
  align-items: center;
  padding: 34px 0;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
}
.command-hub.active {
  background: #fff;
}
.command-hub .logo {
  margin-left: 32px;
  cursor: pointer;
}
.command-hub .command-hub-input {
  flex-grow: 1;
  margin-left: 14px;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 20px;
  font-size: 18px;
  color: #000;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.command-hub .command-hub-input::placeholder {
  color: #999;
}
.command-hub .command-hub-input:focus {
  outline: none;
}
.command-hub .command-hub-panel {
  background: #fff;
  color: #000;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 80px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  z-index: 10;
  border-radius: 10px;
}
.command-hub .command-hub-content {
  flex-grow: 1;
  overflow-y: auto;
  border-top: 1px solid #ededed;
  border-radius: 10px;
}
.command-hub .commands-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 56px 20px;
  color: #999;
}
.command-hub .commands {
  user-select: none;
}
.command-hub .commands .commands-section {
  margin-bottom: 28px;
}
.command-hub .commands .section-title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 78%;
  color: #999;
  margin-bottom: 10px;
}
.command-hub .commands .command {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  line-height: 1.5;
  border-radius: 6px;
  margin-bottom: 2px;
  color: #000;
}
.command-hub .commands .command .command-title {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.command-hub .commands .command .command-title .match {
  font-weight: 700;
}
.command-hub .commands .command .command-group {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 76%;
  color: #999;
  padding-left: 12px;
  white-space: nowrap;
}
.command-hub .commands .command .binding {
  display: flex;
  padding-left: 10px;
}
.command-hub .commands .command .binding-bubble {
  background: #f4f4f2;
  color: #555;
  font-family: 'Hack', 'Andale Mono', monospace;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 5px;
  border: 1px solid #ededed;
  white-space: nowrap;
}
.command-hub .commands .command .binding-bubble:not(:last-child) {
  margin-right: 3px;
}
.command-hub .commands .command.selected,
.command-hub .commands .command:hover {
  background-color: #f4f4f2;
}
.command-hub .commands .command.selected .binding-bubble,
.command-hub .commands .command:hover .binding-bubble {
  background: #e7e7e2;
  border-color: #dfdfdf;
}
.command-hub .commands .command:hover {
  cursor: pointer;
}
.command-hub .commands:not(.filter) {
  display: flex;
  gap: 40px;
  margin: 28px 12px 16px;
}
.command-hub .commands:not(.filter) .commands-column {
  flex: 1 1 0;
  min-width: 0;
}
.command-hub .commands.filter {
  margin: 20px 12px 12px;
}
.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;
}
.playground-header {
  padding: 32px 32px 2em;
  max-width: 26em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.playground-header .playground-title {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: inherit;
  color: #000;
}
.playground-header .playground-title::placeholder {
  color: #999;
}
.playground-header .playground-title:focus {
  outline: none;
}
.playground-header .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-header .playground-user:hover {
  opacity: 1;
}
.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 32px 20px;
  caret-color: #000;
  letter-spacing: 0;
}
.editor .cm-line {
  padding: 0;
}
.editor .cm-title {
  height: 0;
  overflow: hidden;
}
.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 {
  padding: 30px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  margin-top: -60px;
}
.home-hero-headline {
  font-size: 350%;
  font-weight: 400;
  font-family: Calistoga;
}
.home-hero-cta {
  padding-top: 20px;
  font-family: 'Hack', 'Andale Mono';
}
.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;
}
.playgrounds {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #fff;
  color: #000;
  overflow-y: auto;
}
.playgrounds:focus {
  outline: none;
}
.playgrounds .playgrounds-heading {
  font-size: 1.35rem;
  font-weight: 600;
}
.playgrounds .page-content {
  padding-bottom: 6em;
}
.playgrounds-list {
  display: flex;
  flex-direction: column;
}
.playgrounds-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);
}
.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 {
  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;
}
.rows {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cols {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.page-nav {
  display: flex;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-nav .logo {
  margin: 34px 0 0 32px;
  cursor: pointer;
}
.page-header {
  padding: 66px 32px 2em;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
}
.page-content {
  padding: 0 32px;
}
@font-face {
  font-family: 'Hack';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Hack/Hack-Regular.woff2") format('woff2');
}
@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');
}
@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');
}
html,
body,
#root {
  margin: 0;
  height: 100%;
  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;
}
html {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
.app {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}
.sink {
  background: #fff;
  min-width: 400px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  width: 45%;
}
.sink-content {
  flex-grow: 1;
  min-height: 0;
  display: flex;
}
.canvas {
  min-width: 50%;
  flex-grow: 1;
  display: flex;
}
.canvas > * {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .main {
    flex-direction: column;
  }
  .sink,
  .canvas {
    max-width: 100%;
    width: 100%;
    flex-grow: 1;
  }
}
