.r9f5nq1 {
  background-color: var(--re97ahm);
  transform-origin: var(--transform-origin);
  outline: 1px solid var(--re97ahr);
}
.r9f5nq2::before {
  content: "";
  position: absolute;
  min-height: var(--_2zzob5c);
  min-width: var(--_2zzob5c);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
}
.xx63h91 {
  --re97ah7: var(--re97ahd);
  background-color: var(--re97aho);
  outline: 1px solid var(--re97aht);
  outline-offset: -1px;
}
.qopmbp3 {
  background: transparent;
  outline: none;
  height: var(--qopmbp0) !important;
  width: var(--qopmbp0) !important;
}
.qopmbp6 {
  padding: var(--qopmbp4);
  border-radius: inherit;
  background: transparent;
  outline: none;
  isolation: isolate;
}
.qopmbp3:active .qopmbp6 {
  transform: scale(.95);
}
.qopmbp3:focus-visible .qopmbp6 {
  outline: 2px solid var(--re97ahu);
}
.qopmbp3[aria-disabled="true"] .qopmbp6 {
  --qopmbp1: var(--re97ah9);
}
.qopmbp7 {
  --qopmbp0: var(--_2zzob5q);
  --qopmbp4: var(--_2zzob5i);
}
.qopmbp8 {
  --qopmbp0: var(--_2zzob5r);
  --qopmbp4: var(--_2zzob5j);
}
.qopmbp9 {
  --qopmbp0: var(--_2zzob5s);
  --qopmbp4: var(--_2zzob5j);
}
.qopmbpj {
  --qopmbpa: var(--re97ah7);
  --qopmbpb: var(--re97ahl);
  --qopmbpc: var(--re97ahn);
  --qopmbpd: var(--re97ah8);
  --qopmbpe: var(--re97ahg);
  --qopmbpf: var(--re97ahh);
  --qopmbpg: var(--re97ah7);
  --qopmbph: var(--re97ah7);
  --qopmbpi: var(--re97ahn);
}
.qopmbpk {
  --qopmbpa: var(--re97ahb);
  --qopmbpb: var(--re97ahl);
  --qopmbpc: var(--re97ahn);
  --qopmbpd: var(--re97ah8);
  --qopmbpe: var(--re97ahb);
  --qopmbpf: var(--re97ahf);
  --qopmbpg: var(--re97ahb);
  --qopmbph: var(--re97ah8);
  --qopmbpi: var(--re97ahe);
}
.qopmbpl {
  color: var(--qopmbpa);
  background-color: var(--qopmbpb);
  outline: 1px solid var(--re97ahr);
  outline-offset: -1px;
}
.qopmbp3:not([aria-disabled="true"]):hover > .qopmbpl, .qopmbp3:not([aria-disabled="true"]):focus-visible > .qopmbpl, .qopmbp3:not([aria-disabled="true"])[data-popup-open] > .qopmbpl {
  background-color: var(--qopmbpc);
}
.qopmbpm {
  color: var(--qopmbpd);
  background-color: var(--qopmbpe);
}
.qopmbp3:not([aria-disabled="true"]):hover > .qopmbpm, .qopmbp3:not([aria-disabled="true"]):focus-visible > .qopmbpm, .qopmbp3:not([aria-disabled="true"])[data-popup-open] > .qopmbpm {
  background-color: var(--qopmbpf);
}
.qopmbpn {
  color: var(--qopmbpg);
}
.qopmbp3:not([aria-disabled="true"]):hover > .qopmbpn, .qopmbp3:not([aria-disabled="true"]):focus-visible > .qopmbpn, .qopmbp3:not([aria-disabled="true"])[data-popup-open] > .qopmbpn {
  color: var(--qopmbph);
  background-color: var(--qopmbpi);
}
.qopmbpo {
  margin: calc((var(--qopmbp4) + 2px) * -1);
}
.qopmbp6 > svg {
  display: block;
  height: 100%;
  width: 100%;
}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

.CodeMirror-dialog {
  position: absolute;
  left: 0; right: 0;
  background: inherit;
  z-index: 15;
  padding: .1em .8em;
  overflow: hidden;
  color: inherit;
}

.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0;
}

.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0;
}

.CodeMirror-dialog input {
  border: none;
  outline: none;
  background: transparent;
  width: 20em;
  color: inherit;
  font-family: monospace;
}

.CodeMirror-dialog button {
  font-size: 70%;
}

/* neo theme for codemirror */

/* Color scheme */

.cm-s-neo.CodeMirror {
  background-color:#ffffff;
  color:#2e383c;
  line-height:1.4375;
}
.cm-s-neo .cm-comment { color:#75787b; }
.cm-s-neo .cm-keyword, .cm-s-neo .cm-property { color:#1d75b3; }
.cm-s-neo .cm-atom,.cm-s-neo .cm-number { color:#75438a; }
.cm-s-neo .cm-node,.cm-s-neo .cm-tag { color:#9c3328; }
.cm-s-neo .cm-string { color:#b35e14; }
.cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier { color:#047d65; }


/* Editor styling */

.cm-s-neo pre {
  padding:0;
}

.cm-s-neo .CodeMirror-gutters {
  border:none;
  border-right:10px solid transparent;
  background-color:transparent;
}

.cm-s-neo .CodeMirror-linenumber {
  padding:0;
  color:#e0e2e5;
}

.cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; }
.cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; }

.cm-s-neo .CodeMirror-cursor {
  width: auto;
  border: 0;
  background: rgba(155,157,162,0.37);
  z-index: 1;
}

._17gmdab0 {
  background-color: var(--re97ahn);
}
._17gmdab2 {
  background-color: var(--re97ahj);
  color: var(--re97aha);
  min-width: 50px;
}
._17gmdab3 {
  opacity: 1;
}
._17gmdab5 {
  width: 1em;
}
._17gmdab6::after {
  content: "-";
}
._17gmdab7::after {
  content: "+";
  opacity: 1;
}
.react-codemirror2 {
  height: 100%;
}
.CodeMirror {
  height: 100%;
  width: 100%;
  font-family: var(--_2zzob51);
  position: relative;
  z-index: 0;
}
.CodeMirror-gutters {
  box-sizing: border-box;
  padding-left: var(--_2zzob5i);
}
.CodeMirror pre, .CodeMirror-linenumber {
  font-size: 16px;
}
.CodeMirror-lines {
  padding: var(--_2zzob5l) 0;
}
.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: var(--_2zzob5h);
  box-shadow: var(--re97ahv);
  border-radius: var(--_2zzob59);
  background-color: var(--re97ahm);
  border: 1px solid var(--re97ahr);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--_2zzob51);
  max-height: 20em;
  overflow-y: auto;
}
.CodeMirror-hint {
  margin: 0;
  padding: var(--_2zzob5i) var(--_2zzob5j);
  border-radius: var(--_2zzob58);
  white-space: pre;
  color: var(--re97ah0);
  cursor: default;
  height: var(--_2zzob5r);
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.CodeMirror-hint::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: var(--_2zzob58);
  z-index: -1;
  background-color: var(--re97ahn);
  opacity: 0;
}
.CodeMirror-hint-active::before {
  opacity: 1;
}
.CodeMirror-linenumbers {
  min-width: 50px;
}
.CodeMirror-foldmarker {
  color: var(--re97ahb);
  font-family: arial;
  cursor: default;
  padding: 0 var(--_2zzob5i);
}
.cm-s-neo.CodeMirror {
  background-color: var(--re97ahl);
  color: var(--re97ah0);
}
.cm-s-neo.CodeMirror::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(90deg, transparent, var(--re97ahl));
  right: 0;
  pointer-events: none;
}
.CodeMirror-scroll {
  padding-right: 20px;
}
.cm-s-neo .CodeMirror-cursor {
  background-color: var(--re97ah7);
  width: 2px;
}
.cm-s-neo .CodeMirror-gutters {
  background-color: var(--re97ahl);
  border: none;
}
.cm-s-neo .CodeMirror-gutters::after {
  content: "";
  background-color: var(--re97ahl);
  position: absolute;
  right: var(--_2zzob5h);
  height: 100%;
  box-shadow: 0 0 10px 5px var(--re97ahl);
}
.cm-s-neo .CodeMirror-selected {
  background: var(--re97ahp);
}
.cm-s-neo .CodeMirror-activeline-background {
  background: transparent;
}
.cm-s-neo .CodeMirror-guttermarker-subtle {
  display: flex;
  justify-content: center;
  color: var(--re97ah7);
  transition: var(--_2zzob5f);
}
.cm-s-neo .CodeMirror-guttermarker-subtle:not(:hover):not(._17gmdab7) {
  color: var(--re97ah7);
  opacity: 0.4;
}
.cm-s-neo .CodeMirror-linenumber {
  min-width: 50px;
  color: var(--re97ah7);
  transition: var(--_2zzob5f);
}
.cm-s-neo .CodeMirror-linenumber:not(:hover):not(.cm-s-neo .CodeMirror-activeline .CodeMirror-linenumber) {
  opacity: 0.4;
}
.cm-s-neo .cm-tag {
  color: var(--re97ah1);
}
.cm-s-neo .cm-attribute,.cm-s-neo .cm-keyword,.cm-s-neo .cm-property {
  color: var(--re97ah2);
}
.cm-s-neo .cm-string {
  color: var(--re97ah3);
}
.cm-s-neo .cm-atom {
  color: var(--re97ah4);
}
.cm-s-neo .cm-variable {
  color: var(--re97ah5);
}
.cm-s-neo .cm-number {
  color: var(--re97ah6);
}
.CodeMirror-dialog {
  padding-left: var(--_2zzob5l);
  padding-right: var(--_2zzob5l);
  min-height: var(--_2zzob5c);
  border-bottom: 1px solid var(--re97ahr);
  display: flex;
  align-items: center;
}
.CodeMirror-scroll {
  transition: var(--_2zzob5f);
}
.dialog-opened .CodeMirror-scroll {
  transform: translateY(var(--_2zzob5c));
}
.dialog-opened .CodeMirror-lines {
  padding-bottom: var(--_2zzob5c);
}
.CodeMirror-dialog input {
  font: var(--_2zzob55);
  font-family: var(--_2zzob51);
  height: var(--_2zzob5c);
  flex-grow: 1;
}
.CodeMirror-search-hint {
  display: none;
}
.CodeMirror-search-label {
  display: flex;
  align-items: center;
  min-height: var(--_2zzob5c);
  font: var(--_2zzob55);
  font-family: var(--_2zzob51);
}
.CodeMirror-search-field {
  padding-left: var(--_2zzob5l);
}
label.CodeMirror-search-label {
  flex-grow: 1;
}
.dialog-opened.cm-s-neo .CodeMirror-selected {
  background: var(--re97ahp);
}
.cm-overlay.cm-searching {
  padding-top: var(--_2zzob5h);
  padding-bottom: var(--_2zzob5h);
  background: var(--re97ahp);
}
.CodeMirror-dialog button:first-of-type {
  margin-left: var(--_2zzob5l);
}
.CodeMirror-dialog button {
  appearance: none;
  font: var(--_2zzob54);
  font-family: var(--_2zzob50);
  margin-left: var(--_2zzob5j);
  padding-top: var(--_2zzob5i);
  padding-bottom: var(--_2zzob5i);
  padding-left: var(--_2zzob5k);
  padding-right: var(--_2zzob5k);
  align-self: center;
  display: block;
  background: none;
  border-radius: var(--_2zzob59);
  cursor: default;
  border: 1px solid var(--re97ahr);
}
.CodeMirror-dialog button:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 0;
}
.CodeMirror-dialog button:hover {
  background: var(--re97ahn);
}
._1lu3x8i2 {
  width: fit-content;
  max-width: 80ex;
  background: var(--re97ahm);
  box-shadow: 0 2px 10px -2px hsla(358, 66%, 48%, 1);
  word-break: break-word;
  white-space: pre-line;
  outline: 1px solid hsla(358, 66%, 48%, 1);
}
._1lu3x8i2:not(._1lu3x8i0) {
  transform: translateY(var(--_2zzob5j));
  transition: none;
  opacity: 0;
}
._1lu3x8i4 {
  transition-delay: calc(var(--_1lu3x8i3) * 1ms);
}
._1lu3x8i8 {
  background: hsla(358, 66%, 48%, 1);
  color: hsla(0, 0%, 93%, 1);
  height: var(--_2zzob5q);
}
._1lu3x8i8:active:not([disabled]) {
  transform: scale(0.97);
}
.dqoxbv2 {
  display: flex;
  flex-direction: row;
  gap: var(--dqoxbv0);
  align-items: var(--dqoxbv1);
}
.dqoxbv3 {
  flex-wrap: wrap;
}
.dqoxbv4 {
  --dqoxbv0: var(--_2zzob5g);
}
.dqoxbv5 {
  --dqoxbv0: var(--_2zzob5h);
}
.dqoxbv6 {
  --dqoxbv0: var(--_2zzob5i);
}
.dqoxbv7 {
  --dqoxbv0: var(--_2zzob5j);
}
.dqoxbv8 {
  --dqoxbv0: var(--_2zzob5k);
}
.dqoxbv9 {
  --dqoxbv0: var(--_2zzob5l);
}
.dqoxbva {
  --dqoxbv0: var(--_2zzob5m);
}
.dqoxbvb {
  --dqoxbv0: var(--_2zzob5n);
}
.dqoxbvc {
  --dqoxbv0: var(--_2zzob5o);
}
.dqoxbvd {
  --dqoxbv0: var(--_2zzob5p);
}
.dqoxbve {
  align-items: flex-start;
}
.dqoxbvf {
  align-items: center;
}
.dqoxbvg {
  align-items: flex-end;
}
._8iqyg60 {
  isolation: isolate;
  white-space: nowrap;
}
._8iqyg61 {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: baseline;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  ._8iqyg63 {
    display: none;
  }
}
.x7betw1 {
  -webkit-overflow-scrolling: touch;
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
}
.x7betw2 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.x7betw2::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.x7betw4 {
  --x7betw3: 30px;
}
.x7betw5 {
  --x7betw3: 45px;
}
.x7betw6 {
  --x7betw3: 60px;
}
.x7betw7 {
  overflow-x: auto;
  overflow-y: hidden;
}
.x7betw8 {
  overflow-x: hidden;
  overflow-y: auto;
}
.x7betw9 {
  overflow: auto;
}
.x7betwe {
  mask-image: linear-gradient(to bottom, transparent 0, black var(--x7betwc, 0)),linear-gradient(to right, transparent 0, black var(--x7betwa, 0)),linear-gradient(to left, transparent 0, black var(--x7betwb, 0)),linear-gradient(to top, transparent 0, black var(--x7betwd, 0));
}
.x7betwf {
  --x7betwa: var(--x7betw3);
}
.x7betwg {
  --x7betwb: var(--x7betw3);
}
.x7betwh {
  --x7betwc: var(--x7betw3);
}
.x7betwi {
  --x7betwd: var(--x7betw3);
}
._139ehtn2 {
  max-height: var(--available-height);
  max-width: var(--available-width);
}
._139ehtn3 {
  width: 250px;
}
._139ehtn6 {
  --_139ehtn4: var(--re97ahn);
  outline: none;
  cursor: default;
  color: var(--re97ah7);
  height: 34px;
  isolation: isolate;
}
._139ehtn6::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  border-radius: var(--_2zzob58);
  z-index: -1;
}
._139ehtn6[data-popup-open]:not([aria-disabled])::before, ._139ehtn6[data-highlighted]:not([aria-disabled])::before {
  background-color: var(--_139ehtn4);
}
._139ehtn6:focus-visible::before {
  outline: 2px solid var(--re97ahu);
  outline-offset: -2px;
}
._139ehtn6[aria-disabled] {
  color: var(--re97ah9);
  cursor: not-allowed;
}
._139ehtn7 {
  cursor: pointer;
  text-decoration: none;
}
._139ehtn7[aria-disabled] {
  cursor: not-allowed;
}
._139ehtn8 {
  margin-left: 3px;
}
._139ehtn9 {
  --_139ehtn4: var(--re97ahj);
  color: var(--re97aha);
}
._139ehtna {
  --_139ehtn4: transparent;
  color: var(--re97ahc);
}
._139ehtna svg {
  color: var(--re97ahc);
}
._139ehtnc {
  isolation: isolate;
}
._139ehtng {
  position: relative;
  height: 16px;
  width: 16px;
  color: inherit;
  z-index: 1;
}
._139ehtni {
  position: relative;
  height: 16px;
  width: 16px;
  color: var(--re97ah7);
  z-index: 1;
}
[aria-checked="true"] ._139ehtni {
  color: var(--re97ah8);
}
._139ehtnk {
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--re97ah7);
  isolation: isolate;
}
[aria-checked="true"] ._139ehtnk {
  background-color: var(--re97ahe);
  border-color: var(--re97ahe);
}
._139ehtnp {
  height: 34px;
}
._139ehtnr {
  height: 1px;
  background-color: var(--re97ahr);
}
._139ehtnt {
  background: transparent;
  border: none;
}
._139ehtnt:hover, ._139ehtnt[data-highlighted] {
  background-color: var(--re97ahn);
}
._139ehtnt:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: -2px;
}
._17qvsks0 {
  color: var(--re97ah9);
}
@keyframes i7f7l4k {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.i7f7l42 {
  position: relative;
}
.i7f7l42::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--re97ahr);
}
.i7f7l44 {
  color: var(--re97ah7);
  height: var(--_2zzob5c);
  background: transparent;
  box-shadow: none;
}
.i7f7l44:focus-visible {
  outline: none;
  box-shadow: none;
}
.i7f7l44::placeholder {
  color: var(--re97ah9);
}
.i7f7l44::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.i7f7l44::-webkit-search-decoration {
  -webkit-appearance: none;
}
.i7f7l44::-ms-clear {
  display: none;
}
.i7f7l44::-ms-reveal {
  display: none;
}
.i7f7l46 {
  list-style: none;
  height: 300px;
}
.i7f7l47 {
  scroll-padding-top: var(--_2zzob5s);
}
.i7f7l49 > [cmdk-group-heading] {
  position: sticky;
  top: 0;
  z-index: 1;
}
.i7f7l4b {
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--re97ahr);
}
.i7f7l4b::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--re97ahl);
  opacity: 0.8;
  z-index: -1;
  isolation: isolate;
}
.i7f7l4d {
  border-bottom: 1px solid var(--re97ahr);
}
.i7f7l4f {
  color: var(--re97ah7);
  isolation: isolate;
  cursor: default;
  scroll-margin-block: var(--_2zzob5i);
  height: var(--_2zzob5s);
}
.i7f7l4f::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--_2zzob5i);
  right: var(--_2zzob5i);
  background-color: var(--re97ahn);
  border-radius: var(--_2zzob58);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.i7f7l4f[data-selected="true"] {
  color: var(--re97ahb);
}
.i7f7l4f[data-selected="true"]::before {
  opacity: 1;
}
.i7f7l47 .i7f7l4f {
  scroll-margin-top: calc((var(--_2zzob5i) + 1px) * 2);
}
.i7f7l4m {
  transform: scale(0.97);
  opacity: 0;
  animation: i7f7l4k 80ms ease-out forwards;
}
.i7f7l4n {
  width: min(350px, 90vw);
}
.i7f7l4p {
  min-width: 0;
}
.ezy1641 {
  display: flex;
  flex-direction: column;
  gap: var(--ezy1640);
}
.ezy1642 {
  --ezy1640: var(--_2zzob5g);
}
.ezy1643 {
  --ezy1640: var(--_2zzob5h);
}
.ezy1644 {
  --ezy1640: var(--_2zzob5i);
}
.ezy1645 {
  --ezy1640: var(--_2zzob5j);
}
.ezy1646 {
  --ezy1640: var(--_2zzob5k);
}
.ezy1647 {
  --ezy1640: var(--_2zzob5l);
}
.ezy1648 {
  --ezy1640: var(--_2zzob5m);
}
.ezy1649 {
  --ezy1640: var(--_2zzob5n);
}
.ezy164a {
  --ezy1640: var(--_2zzob5o);
}
.ezy164b {
  --ezy1640: var(--_2zzob5p);
}
.ezy164c {
  align-items: flex-start;
}
.ezy164d {
  align-items: center;
}
.ezy164e {
  align-items: flex-end;
}
.k62e1a1 {
  background-color: var(--re97ahm);
  outline: 1px solid var(--re97ahr);
}
.k62e1a3 {
  background: transparent;
  height: var(--_2zzob5r);
  color: var(--re97ah7);
}
.k62e1a3:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 2px;
}
.k62e1a3:hover, .k62e1a3[data-popup-open] {
  background-color: var(--re97ahn);
}
.k62e1a3[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
}
.k62e1a3[aria-disabled="true"]:hover {
  background-color: transparent;
}
._4ud8ir1 {
  justify-content: safe center;
}
._4ud8ir5 {
  flex-shrink: 0;
  width: var(--_4ud8ir2);
}
._4ud8ir5:last-child {
  padding-right: var(--_2zzob5n);
}
._4ud8ir6 {
  transition: color 150ms ease;
}
._4ud8ir5:hover ._4ud8ir6, ._4ud8ir5:focus-within ._4ud8ir6, ._4ud8ir3 ._4ud8ir6 {
  color: var(--re97ahb);
}
._4ud8ir8 {
  outline: 1px solid var(--re97ahr);
}
._4ud8ira {
  transition: opacity 150ms ease;
}
._4ud8ir5:not(:hover, :focus-within, ._4ud8ir3) ._4ud8ira {
  opacity: 1;
}
._4ud8irc {
  isolation: isolate;
  background: #fff;
  outline: 2px solid transparent;
  transition: outline-color 150ms ease, opacity 150ms ease;
}
._4ud8ira:hover ~ ._4ud8ir8 ._4ud8irc, ._4ud8ira:focus-within ~ ._4ud8ir8._4ud8irc {
  outline-color: var(--re97ahb);
}
._4ud8ire {
  transition: opacity 150ms ease;
}
._4ud8ir5:not(:hover, :focus-within, ._4ud8ir3) ._4ud8ire {
  opacity: 0;
}
._1cqnds02 {
  background: transparent;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
._1cqnds04 {
  border: 1px solid var(--re97ahr);
  background-color: var(--re97ahl);
  isolation: isolate;
  outline: none;
  transform-origin: center;
}
._1cqnds04::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--re97ahn);
  opacity: 0;
  transition: opacity 120ms ease;
  pointer-events: none;
}
._1cqnds04:hover::after {
  opacity: 1;
}
._1cqnds04:focus-visible::after {
  opacity: 1;
}
._1cqnds04:active:not([disabled]) {
  transform: scale(0.97);
}
._1cqnds04:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 0;
}
._1cqnds06 {
  isolation: isolate;
}
._1cqnds08 {
  height: var(--_1cqnds00);
}
._1cqnds0a {
  border-color: var(--re97ahc);
}
._1cqnds0a::after {
  background-color: var(--re97ahi);
}
._1cqnds0b {
  border-color: var(--re97aha);
}
._1cqnds0b::after {
  background-color: var(--re97ahj);
}
._1cqnds0c {
  --_1cqnds00: var(--_2zzob5q);
}
._1cqnds0d {
  --_1cqnds00: var(--_2zzob5r);
}
._1cqnds0e {
  --_1cqnds00: var(--_2zzob5s);
}
._1de92jl1 {
  color: var(--re97ah7);
  font-family: var(--_2zzob50);
}
._1de92jl2 {
  --_167z3en0: 36px;
  --_167z3en1: 44px;
  --_167z3en2: -0.2741em;
  --_167z3en3: -0.2031em;
}
._1de92jl3 {
  --_167z3en0: 20px;
  --_167z3en1: 28px;
  --_167z3en2: -0.363em;
  --_167z3en3: -0.292em;
}
._1de92jl4 {
  --_167z3en0: 16px;
  --_167z3en1: 20px;
  --_167z3en2: -0.288em;
  --_167z3en3: -0.217em;
}
.ttf0f11 {
  backdrop-filter: blur(6px);
}
.ttf0f11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--re97ahk);
  opacity: 0.4;
}
html[data-playroom-dark] .ttf0f11::before {
  opacity: 0.7;
}
.ttf0f11[data-starting-style]::before, .ttf0f11[data-ending-style]::before {
  opacity: 0;
}
.ttf0f13 {
  align-self: center;
  justify-self: center;
  max-width: calc(100dvw - (var(--_2zzob5k) * 2));
  max-height: calc(100dvh - (var(--_2zzob5k) * 2));
}
.ttf0f13[data-starting-style], .ttf0f13[data-ending-style] {
  transform: scale(0.98);
  opacity: 0;
}
.ttf0f17:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 2px;
}
._47v7pr0 {
  width: 200px;
}
.ynqyjs1 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  align-items: center;
  background-color: var(--re97ahl);
}
.ynqyjs2 {
  width: fit-content;
}
.ynqyjs4 {
  width: fit-content;
  justify-self: flex-end;
}
.ynqyjs7:not(.ynqyjs5) {
  opacity: 0;
  transform: translateX(var(--_2zzob5j));
  pointer-events: none;
}
.ynqyjs9 {
  background: transparent;
  color: var(--re97ahg);
  isolation: isolate;
}
.ynqyjs9::after {
  content: "";
  position: absolute;
  transition: var(--_2zzob5f);
  z-index: -1;
  inset: calc(var(--_2zzob5j) * -1);
  background-color: var(--re97ahn);
  border-radius: var(--_2zzob59);
}
.ynqyjs9:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 6px;
}
.ynqyjs9:not(:hover, :focus-visible, [data-popup-open])::after {
  opacity: 0;
}
.ynqyjsb {
  margin: calc(var(--_2zzob5k) * -1);
  height: 60vh;
  max-height: 700px;
  width: 60vw;
  max-width: 75vw;
}
.ynqyjsf {
  appearance: none;
  outline: none;
  background: var(--re97ahl);
  color: var(--re97ah7);
  border: 1px solid var(--re97ahr);
  height: var(--_2zzob5r);
}
.ynqyjsf:hover, .ynqyjsf[data-popup-open] {
  background-color: var(--re97ahn);
}
.ynqyjsf:focus-visible {
  outline: 2px solid var(--re97ahu);
  z-index: 1;
}
.ynqyjsh {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}
.ynqyjsj {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ynqyjsk {
  color: var(--re97ahc);
}
.ynqyjsm {
  height: 1px;
  background-color: var(--re97ahr);
}
@media screen and (max-width: 767px) {
  .ynqyjs4 {
    display: none;
  }
}
._1o4wxuq2 {
  flex: 1;
  min-height: 0;
}
._1o4wxuq5 {
  --_1o4wxuq3: 1;
  padding: 2px;
  display: grid;
  grid-template-columns: repeat(var(--_1o4wxuq3), 1fr);
}
._1o4wxuq7 {
  aspect-ratio: 5/4;
  list-style: none;
}
._1o4wxuq9 {
  height: calc(100% / var(--_1o4wxuq0));
  width: calc(100% / var(--_1o4wxuq0));
  border-radius: calc(var(--_2zzob59) / var(--_1o4wxuq0));
  transform: scale(var(--_1o4wxuq0));
  transform-origin: 0 0;
  padding: calc(1px / var(--_1o4wxuq0));
}
._1o4wxuqb {
  background: var(--re97ahn);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
._1o4wxuqd {
  background: transparent;
  outline: 1px solid var(--re97ahr);
}
._1o4wxuqd:hover {
  outline: 2px solid var(--re97ahs);
}
._1o4wxuqd:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 2px;
}
._1o4wxuqh {
  list-style: none;
}
._1o4wxuqj {
  width: 100%;
  text-align: left;
  background: transparent;
  outline: 1px solid var(--re97ahr);
}
._1o4wxuqj:hover {
  outline: 2px solid var(--re97ahs);
}
._1o4wxuqj:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 2px;
}
@media screen and (min-width: 500px) {
  ._1o4wxuq5 {
    --_1o4wxuq3: 2;
  }
}
@media screen and (min-width: 800px) {
  ._1o4wxuq5 {
    --_1o4wxuq3: 3;
  }
}
@media screen and (min-width: 1200px) {
  ._1o4wxuq5 {
    --_1o4wxuq3: 4;
  }
}
@media screen and (min-width: 1600px) {
  ._1o4wxuq5 {
    --_1o4wxuq3: 5;
  }
}
._5ptrgg1 {
  width: fit-content;
}
._5ptrgg3:focus-visible ~ ._5ptrgg5 {
  outline: 2px solid var(--re97ahu);
  outline-offset: 4px;
}
._5ptrgg8 {
  min-width: 0;
}
._5ptrgg9 {
  flex-shrink: 0;
}
._1lyf76c2 {
  outline: none;
  height: var(--_2zzob5r);
  color: var(--re97ah7);
  background: transparent;
}
._1lyf76c2::placeholder {
  color: var(--re97ah9);
  font-weight: strong;
}
._1lyf76c2:hover:not(:focus-visible), ._1lyf76c2:hover:not(:focus-visible)::placeholder {
  background: var(--re97ahn);
  opacity: 1;
  color: transparent;
}
._1lyf76c2:hover:not(:focus-visible)::selection {
  background: transparent;
}
._1lyf76c2:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 0;
  opacity: 1;
}
._1lyf76c2:focus-visible::placeholder {
  color: transparent;
}
._1lyf76c4 {
  max-width: 50vw;
  min-width: 240px;
  white-space: pre;
  color: var(--re97ah7);
}
._1lyf76c2:focus-visible ~ ._1lyf76c4 {
  opacity: 0;
}
._1lyf76c5 {
  color: var(--re97ah9);
}
._50lzyx2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--_50lzyx0);
  align-items: var(--_50lzyx1);
}
._50lzyx3 {
  --_50lzyx0: var(--_2zzob5g);
}
._50lzyx4 {
  --_50lzyx0: var(--_2zzob5h);
}
._50lzyx5 {
  --_50lzyx0: var(--_2zzob5i);
}
._50lzyx6 {
  --_50lzyx0: var(--_2zzob5j);
}
._50lzyx7 {
  --_50lzyx0: var(--_2zzob5k);
}
._50lzyx8 {
  --_50lzyx0: var(--_2zzob5l);
}
._50lzyx9 {
  --_50lzyx0: var(--_2zzob5m);
}
._50lzyxa {
  --_50lzyx0: var(--_2zzob5n);
}
._50lzyxb {
  --_50lzyx0: var(--_2zzob5o);
}
._50lzyxc {
  --_50lzyx0: var(--_2zzob5p);
}
._50lzyxd {
  align-items: flex-start;
}
._50lzyxe {
  align-items: center;
}
._50lzyxf {
  align-items: flex-end;
}
._50lzyxg > * {
  flex-basis: auto;
  width: auto;
}
.s9p20x1 {
  background: radial-gradient(var(--re97ahl) 20%, transparent 50%);
  justify-content: safe center;
}
.s9p20x3 {
  max-width: 400px;
}
.s9p20x5 {
  background: transparent;
}
.s9p20x5:focus-visible {
  outline: 2px solid var(--re97ahu);
  outline-offset: 6px;
}
._16kp4bz0 {
  cursor: row-resize;
}
._16kp4bz1 {
  cursor: col-resize;
}
._16kp4bz6 {
  transform: translateY(-50%);
  z-index: 2;
}
._16kp4bz6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-1px);
  transition: background-color 100ms ease;
}
._16kp4bz6._16kp4bz3::before {
  background: var(--re97ahe);
}
._16kp4bz6:not(._16kp4bz3):hover::before {
  background: var(--re97ahe);
  transition-delay: 200ms;
}
._16kp4bz7 {
  z-index: 2;
}
._16kp4bz7::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  transition: background-color 100ms ease;
}
._16kp4bz7._16kp4bz3::before {
  background: var(--re97ahe);
}
._16kp4bz7:not(._16kp4bz3):hover::before {
  background: var(--re97ahe);
  transition-delay: 200ms;
}
._16kp4bz9 {
  transform: translateX(50%);
}
._16kp4bzb {
  transform: translateX(-50%);
}
._16kp4bzd {
  background: var(--re97ahm);
  outline: 1px solid var(--re97ahr);
  outline-offset: -1px;
  transition: outline-color 100ms ease;
}
._16kp4bzd::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: background-color 100ms ease;
}
._16kp4bz3 ._16kp4bzd {
  outline-color: var(--re97ahe);
}
._16kp4bz3 ._16kp4bzd::after {
  background: var(--re97ahe);
}
:is(._16kp4bz6, ._16kp4bz7):not(._16kp4bz3):hover ._16kp4bzd {
  outline-color: var(--re97ahe);
  transition-delay: 200ms;
}
:is(._16kp4bz6, ._16kp4bz7):not(._16kp4bz3):hover ._16kp4bzd::after {
  transition-delay: 200ms;
}
._16kp4bze {
  width: 38px;
  height: 8px;
}
._16kp4bzf {
  width: 8px;
  height: 38px;
}
html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--re97ahk);
  scrollbar-color: var(--re97ahr) transparent;
}
html[data-playroom-dark] {
  color-scheme: dark;
}
.j7qvix0 {
  pointer-events: none;
  user-select: none;
}
.j7qvix5 {
  display: grid;
  grid-template-columns: var(--j7qvix2, 0px) 1fr;
  grid-template-rows: min-content auto var(--j7qvix1, 0px);
  isolation: isolate;
}
.j7qvix6 {
  --j7qvix1: clamp(150px, var(--j7qvix3), 70vh);
  grid-template-areas: "header header"
"frames frames"
"editor editor";
}
.j7qvix7 {
  --j7qvix2: clamp(300px, var(--j7qvix3), 90vw);
  grid-template-areas: "header header"
"editor frames"
"editor frames";
}
.j7qvix8 {
  grid-area: header;
  z-index: 1;
  outline: 1px solid var(--re97ahr);
}
.j7qvix9 {
  grid-area: frames;
}
.j7qvixa {
  grid-area: editor;
  outline: 1px solid var(--re97ahr);
}
.j7qvixe {
  left: var(--_2zzob5l);
  right: var(--_2zzob5l);
  bottom: var(--_2zzob5l);
  width: fit-content;
  margin-inline: auto;
}
.j7qvixg {
  backdrop-filter: blur(2px);
}
.j7qvixg::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  background: var(--re97ahm);
  border-radius: calc(var(--_2zzob5a) - 2px);
  opacity: 0.8;
}
.j7qvixg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: calc(var(--_2zzob5a) - 2px);
  outline: 2px solid var(--re97ahr);
  outline-offset: -2px;
}
.j7qvixi {
  background: var(--re97ahl);
  box-shadow: 0 0 4px 2px var(--re97ahl);
}
