/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1.15;
}

body {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted buttontext;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

a {
  text-decoration: none;
}

a, a:active, a:hover, a:visited {
  color: currentColor;
  outline: 0;
}

:root {
  --color-error: #ff1a1a;
  --color-white: #f6f6f6;
  --color-white-transparent: #f6f6f680;
  --color-black: #040307;
  --color-purple: #382968;
  --color-tiffany: #4df0e0;
  --base-padding-x: min(5vw, 60px);
  --base-padding-y: min(5vw, 60px);
}

@media (width <= 812px) {
  :root {
    --base-padding-x: 25px;
    --base-padding-y: 25px;
  }
}

@media (width <= 400px) {
  :root {
    --base-padding-x: 15px;
    --base-padding-y: 15px;
  }
}

.template--no-select {
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.template--no-select:focus {
  outline: none;
}

.template--no-scroll {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
}

.template--no-scroll::-webkit-scrollbar {
  appearance: none;
  background: none;
  width: 0;
  height: 0;
  display: none;
}

.template--no-scroll::-webkit-scrollbar-track {
  appearance: none;
  background: none;
  width: 0;
  height: 0;
  display: none;
}

.template--no-scroll::-webkit-scrollbar-thumb {
  appearance: none;
  background: none;
  width: 0;
  height: 0;
  display: none;
}

.template--hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.template--hide-scrollbar::-webkit-scrollbar {
  appearance: none;
  background: none;
  width: 0;
  height: 0;
  display: none;
}

.template--hide-scrollbar::-webkit-scrollbar-track {
  appearance: none;
  background: none;
  width: 0;
  height: 0;
  display: none;
}

.template--hide-scrollbar::-webkit-scrollbar-thumb {
  appearance: none;
  background: none;
  width: 0;
  height: 0;
  display: none;
}

.template--fixed-full-screen {
  overscroll-behavior: none;
  touch-action: none;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.template--is-active {
  display: none;
}

.template--is-active.is-active {
  display: block;
}

@font-face {
  font-family: Barlow;
  src: url("Barlow-Regular.dcb8b9f3.woff2") format("woff2"), url("Barlow-Regular.ac961135.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Barlow;
  src: url("Barlow-Medium.c8905542.woff2") format("woff2"), url("Barlow-Medium.4a2ee603.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Barlow;
  src: url("Barlow-Bold.d4c206f5.woff2") format("woff2"), url("Barlow-Bold.6a9894c3.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Barlow-Condensed;
  src: url("BarlowCondensed-Medium.5acf3409.woff2") format("woff2"), url("BarlowCondensed-Medium.3320ac81.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

html, body, button, input {
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
}

.dg.ac input, .dg.ac select, .dg.ac .property-name, .dg.ac .close-button {
  font-family: SFMono-Regular, Jetbrains Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, Lucida Console, monospace;
}

.dg .dg.main {
  margin-left: 10px;
  margin-right: 0;
}

.dg.main .property-name {
  padding-right: 5px;
}

.dg.main li.title {
  background-image: none;
  position: relative;
}

.dg.main li.title:before {
  content: "-";
  position: absolute;
  left: 5px;
}

.dg.main .closed li.title {
  background-image: none;
}

.dg.main .closed li.title:before {
  content: "+";
}

.dg.main .c .slider {
  background: none;
  position: relative;
}

.dg.main .c .slider:hover {
  background: none;
}

.dg.main .c .slider:hover .slider-fg {
  background: #0ff;
}

.dg.main .c .slider:before {
  content: "";
  background-color: #111;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: 25%;
}

.dg.main .c .slider-fg {
  background: #0cc;
  height: 50%;
  position: absolute;
  top: 25%;
}

.dg.main .cr.number {
  border-left: 3px solid #0ff;
}

.dg.main .cr.number input[type="text"] {
  color: #0ff;
}

html, body {
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
  touch-action: none;
  background-color: var(--color-black);
  color: var(--color-white);
  font-synthesis: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: clamp(16px, 1vw, 20px);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

html:focus, body:focus {
  outline: none;
}

html.no-js body {
  display: none;
}

#canvas {
  pointer-events: auto;
  overscroll-behavior: none;
  touch-action: none;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.is-ready #canvas {
  display: block;
}

#ui {
  height: calc(var(--vh, vh) * 100);
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  display: none;
  position: fixed;
}

#ui:focus {
  outline: none;
}

.is-ready #ui {
  display: block;
}

#ui.is-hidden, #ui.is-hidden * {
  display: none;
}

#preloader {
  z-index: 200;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#preloader-bar {
  background-color: var(--color-black);
  border-radius: 100px;
  width: 30vw;
  height: 2px;
  margin-top: calc(min(25vh, 25vw) / 2 + 5vh);
  margin-left: -15vw;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (width <= 812px) {
  #preloader-bar {
    width: 50vw;
    margin-left: -25vw;
  }
}

#preloader-bar-percent {
  background-color: var(--color-tiffany);
  transform-origin: 0 0;
  height: 2px;
  transform: scaleX(0);
}

#preloader-percent-digits {
  color: var(--color-white);
  justify-content: center;
  height: .75em;
  font-size: min(25vh, 25vw);
  line-height: .75em;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-52%, -50%);
}

.preloader-percent-digit {
  float: left;
  text-align: center;
  width: 1ch;
  position: relative;
  transform: translateY(-.05em);
}

#cursor {
  z-index: 60;
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: fixed;
}

html.is-mobile #cursor {
  display: none;
}

#cursor-circle {
  width: 4em;
  height: 4em;
}

#cursor-dot {
  position: absolute;
  top: 50%;
  left: 50%;
}

.not-supported--content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

html #not-supported-container {
  overscroll-behavior: none;
  touch-action: none;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

html.not-supported #canvas, html.not-supported #ui {
  display: none;
}

html.not-supported body, html.not-supported #not-supported-container {
  display: block;
}

html.not-supported--device .not-supported--content#ns-device, html.not-supported--browser .not-supported--content#ns-browser, html.not-supported--webgl .not-supported--content#ns-webgl, html.not-supported--orientation .not-supported--content#ns-orientation {
  border: 1px solid var(--color-error);
  z-index: 99999;
  padding: 10px;
  display: block;
}
/*# sourceMappingURL=index.b0147c3e.css.map */
