pre.svelte-1hbvk7r {
  overflow: auto;
  max-height: 50vh;
  max-width: 50vw;
  padding: 1rem;
  background-color: var(--color-primary-black-blue);
  color: white;
  margin: 0;
  font-size: 0.75rem;
}

.chart.svelte-1hbvk7r {
  position: relative;
  display: grid;
  height: 100px;
  width: 100%;
  grid-template-columns: repeat(8, 1fr);
  gap: 1px;
  background-color: var(--color-tertiary-grey-light);
  border: 1px solid var(--color-gradient-slider-end);
  overflow: hidden;
}
.chart.svelte-1hbvk7r .segment:where(.svelte-1hbvk7r) {
  background-color: var(--color-gradient-slider-start);
}
.chart.svelte-1hbvk7r .segment.active:where(.svelte-1hbvk7r) {
  background-color: var(--color-gradient-slider-end);
}
.chart.svelte-1hbvk7r .indicator:where(.svelte-1hbvk7r) {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--color-tertiary-coral-dark);
}

.sliders.svelte-1hbvk7r {
  display: grid;
  grid-template-columns: auto min-content;
  font-size: 16px;
  gap: 2px;
}
.sliders.svelte-1hbvk7r .slider:where(.svelte-1hbvk7r) {
  display: flex;
  flex-direction: column;
  gap: 0;
  accent-color: var(--color-gradient-slider-start);
}
.sliders.svelte-1hbvk7r .slider.active:where(.svelte-1hbvk7r) {
  accent-color: var(--color-gradient-slider-end);
}
.sliders.svelte-1hbvk7r .label:where(.svelte-1hbvk7r) {
  font-family: monospace;
  text-align: end;
}pre.svelte-1h6unip {
  overflow: auto;
  max-height: 50vh;
  max-width: 50vw;
  padding: 1rem;
  background-color: var(--color-primary-black-blue);
  color: white;
  margin: 0;
  font-size: 0.75rem;
}pre.svelte-1m2jsny {
  overflow: auto;
  max-height: 50vh;
  max-width: 100%;
  padding: 1rem;
  background-color: var(--color-primary-black-blue);
  color: white;
  margin: 0;
  font-size: 0.75rem;
}.title.svelte-cz3v53 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}ul.svelte-1mapt2w {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

li.svelte-1mapt2w {
  list-style-type: none;
}.title.svelte-9bj4gj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}.debugger.svelte-78e36n {
  --color-shadow: #c5d4e4;
  position: fixed;
  top: 50%;
  right: 0;
  padding: 1rem;
  background-color: white;
  z-index: var(--z-index-debugger);
  transform: translate(100%, -50%);
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  filter: drop-shadow(0.25rem 0.25rem 0 var(--color-shadow));
  width: min(var(--min-width, 15rem), 80vw);
  min-height: var(--min-height, 10rem);
  max-height: 90vh;
  border-top: 1px solid var(--color-primary-black-blue);
  border-bottom: 1px solid var(--color-primary-black-blue);
  border-left: 1px solid var(--color-primary-black-blue);
}
.debugger.svelte-78e36n .sectionTabs:where(.svelte-78e36n) {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.debugger.svelte-78e36n .sectionTabs:where(.svelte-78e36n) .tab:where(.svelte-78e36n) {
  all: unset;
  cursor: pointer;
  background-color: white;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-primary-black-blue);
}
.debugger.svelte-78e36n .sectionTabs:where(.svelte-78e36n) .tab:where(.svelte-78e36n) span:where(.svelte-78e36n) {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.debugger.svelte-78e36n .sectionTabs:where(.svelte-78e36n) .tab.active:where(.svelte-78e36n) {
  width: 2.5rem;
}
.debugger.svelte-78e36n .sectionTabs:where(.svelte-78e36n) .tab.active:where(.svelte-78e36n)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 0.5rem;
  height: 100%;
  background-color: white;
}
.debugger.svelte-78e36n hr:where(.svelte-78e36n) {
  border: 0;
  border-top: 1px solid var(--color-primary-black-blue);
  width: 100%;
  margin: 0;
}
.debugger.open.svelte-78e36n {
  transform: translate(0, -50%);
}
.debugger.svelte-78e36n .title:where(.svelte-78e36n) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-transform: uppercase;
}