@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-x pan-y;
  -webkit-touch-callout: none;
}

:focus {
  outline: 1px solid var(--color-primary);
}

:root {
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  -webkit-text-size-adjust: none;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  min-width: 100%;
  background-color: var(--color-body-bg);
  color: var(--color-body-fg);
}

section,
header,
main,
footer {
  display: block;
}

button,
a[href] {
  cursor: pointer;
}

menu,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

pre {
  white-space: pre-wrap;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1em;
}

:root {
  --color-primary: #F0A100;
  --color-primary-rgb: 240, 161, 0;
  --color-primary-bg: #F0A100;
  --color-primary-bg-rgb: 240, 161, 0;
  --color-primary-fg: #0C0C0C;
  --color-primary-fg-rgb: 12, 12, 12;
  --color-primary-inverted-bg: #0f5eff;
  --color-primary-inverted-bg-rgb: 15, 94, 255;
  --color-primary-inverted-fg: #f3f3f3;
  --color-primary-inverted-fg-rgb: 243, 243, 243;
  --color-secondary: #00f0f0;
  --color-secondary-rgb: 0, 240, 240;
  --color-secondary-bg: #00f0f0;
  --color-secondary-bg-rgb: 0, 240, 240;
  --color-secondary-fg: #0C0C0C;
  --color-secondary-fg-rgb: 12, 12, 12;
  --color-secondary-inverted-bg: #ff0f0f;
  --color-secondary-inverted-bg-rgb: 255, 15, 15;
  --color-secondary-inverted-fg: #f3f3f3;
  --color-secondary-inverted-fg-rgb: 243, 243, 243;
  --color-tertiary: #a100f0;
  --color-tertiary-rgb: 161, 0, 240;
  --color-tertiary-bg: #a100f0;
  --color-tertiary-bg-rgb: 161, 0, 240;
  --color-tertiary-fg: #F2F2F2;
  --color-tertiary-fg-rgb: 242, 242, 242;
  --color-tertiary-inverted-bg: #5eff0f;
  --color-tertiary-inverted-bg-rgb: 94, 255, 15;
  --color-tertiary-inverted-fg: #0d0d0d;
  --color-tertiary-inverted-fg-rgb: 13, 13, 13;
  --color-danger: #f00000;
  --color-danger-rgb: 240, 0, 0;
  --color-danger-bg: #f00000;
  --color-danger-bg-rgb: 240, 0, 0;
  --color-danger-fg: #F2F2F2;
  --color-danger-fg-rgb: 242, 242, 242;
  --color-danger-inverted-bg: #0fffff;
  --color-danger-inverted-bg-rgb: 15, 255, 255;
  --color-danger-inverted-fg: #0d0d0d;
  --color-danger-inverted-fg-rgb: 13, 13, 13;
  --color-warning: #F0A100;
  --color-warning-rgb: 240, 161, 0;
  --color-warning-bg: #F0A100;
  --color-warning-bg-rgb: 240, 161, 0;
  --color-warning-fg: #0C0C0C;
  --color-warning-fg-rgb: 12, 12, 12;
  --color-warning-inverted-bg: #0f5eff;
  --color-warning-inverted-bg-rgb: 15, 94, 255;
  --color-warning-inverted-fg: #f3f3f3;
  --color-warning-inverted-fg-rgb: 243, 243, 243;
  --color-success: #00f000;
  --color-success-rgb: 0, 240, 0;
  --color-success-bg: #00f000;
  --color-success-bg-rgb: 0, 240, 0;
  --color-success-fg: #0C0C0C;
  --color-success-fg-rgb: 12, 12, 12;
  --color-success-inverted-bg: #ff0fff;
  --color-success-inverted-bg-rgb: 255, 15, 255;
  --color-success-inverted-fg: #f3f3f3;
  --color-success-inverted-fg-rgb: 243, 243, 243;
  --color-info: #a100f0;
  --color-info-rgb: 161, 0, 240;
  --color-info-bg: #a100f0;
  --color-info-bg-rgb: 161, 0, 240;
  --color-info-fg: #F2F2F2;
  --color-info-fg-rgb: 242, 242, 242;
  --color-info-inverted-bg: #5eff0f;
  --color-info-inverted-bg-rgb: 94, 255, 15;
  --color-info-inverted-fg: #0d0d0d;
  --color-info-inverted-fg-rgb: 13, 13, 13;
  --color-dark: #0C0C0C;
  --color-dark-rgb: 12, 12, 12;
  --color-dark-bg: #0C0C0C;
  --color-dark-bg-rgb: 12, 12, 12;
  --color-dark-fg: #F2F2F2;
  --color-dark-fg-rgb: 242, 242, 242;
  --color-dark-inverted-bg: #f3f3f3;
  --color-dark-inverted-bg-rgb: 243, 243, 243;
  --color-dark-inverted-fg: #0d0d0d;
  --color-dark-inverted-fg-rgb: 13, 13, 13;
  --color-medium: #787878;
  --color-medium-rgb: 120, 120, 120;
  --color-medium-bg: #787878;
  --color-medium-bg-rgb: 120, 120, 120;
  --color-medium-fg: #F2F2F2;
  --color-medium-fg-rgb: 242, 242, 242;
  --color-medium-inverted-bg: #878787;
  --color-medium-inverted-bg-rgb: 135, 135, 135;
  --color-medium-inverted-fg: #0d0d0d;
  --color-medium-inverted-fg-rgb: 13, 13, 13;
  --color-light: #F2F2F2;
  --color-light-rgb: 242, 242, 242;
  --color-light-bg: #F2F2F2;
  --color-light-bg-rgb: 242, 242, 242;
  --color-light-fg: #0C0C0C;
  --color-light-fg-rgb: 12, 12, 12;
  --color-light-inverted-bg: #0d0d0d;
  --color-light-inverted-bg-rgb: 13, 13, 13;
  --color-light-inverted-fg: #f3f3f3;
  --color-light-inverted-fg-rgb: 243, 243, 243;
  --color-body: #0C0C0C;
  --color-body-rgb: 12, 12, 12;
  --color-body-bg: #0C0C0C;
  --color-body-bg-rgb: 12, 12, 12;
  --color-body-fg: #F2F2F2;
  --color-body-fg-rgb: 242, 242, 242;
  --color-body-inverted-bg: #f3f3f3;
  --color-body-inverted-bg-rgb: 243, 243, 243;
  --color-body-inverted-fg: #0d0d0d;
  --color-body-inverted-fg-rgb: 13, 13, 13;
  --color-element: #161616;
  --color-element-rgb: 22, 22, 22;
  --color-element-bg: #161616;
  --color-element-bg-rgb: 22, 22, 22;
  --color-element-fg: #F2F2F2;
  --color-element-fg-rgb: 242, 242, 242;
  --color-element-inverted-bg: #e9e9e9;
  --color-element-inverted-bg-rgb: 233, 233, 233;
  --color-element-inverted-fg: #0d0d0d;
  --color-element-inverted-fg-rgb: 13, 13, 13;
  --color-scale: 255, 255, 255;
  --color-scale-inverted: 0, 0, 0;
  --font-base: "Inter", sans-serif;
  --font-headers: "Inter", sans-serif;
  --font-legible: "Inter", sans-serif;
  --font-monospace: monospace;
  --font-size-base: 16px;
}

:root::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0 0 0 0;
  background-color: var(--color-body-bg);
  transition: opacity 0.4s ease-in-out;
  z-index: 9999;
}
:root::after {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  line-height: 1;
  translate: -50% -50%;
  transform-origin: 50% 50%;
  transition: opacity 0.4s ease-in-out, translate 0.4s ease-in-out;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cstyle%3E path %7B fill: none; stroke: %23F0A100; stroke-width: 8; animation: spin 2s linear infinite; transform-origin: center; %7D @keyframes spin %7B 0%25 %7B rotate: 0deg; %7D 100%25 %7B rotate: 360deg; %7D %7D %3C/style%3E%3Cpath d='M 4 64 A 60 60 0 1 0 64 4' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  backface-visibility: visible;
}
:root.loading::before, :root.loading::after {
  opacity: 1;
}
:root:not(.loading)::before, :root:not(.loading)::after {
  pointer-events: none;
  opacity: 0;
}
:root:not(.loading)::after {
  transition-delay: 0.32s;
}

/*# sourceMappingURL=app.css.map */
