/*
Noto Sans Mono
Noto Serif
*/
@import url("https://fonts.bunny.net/css?family=noto-sans-mono:400,700|noto-serif:300,400,400i,600,700,900");
*,
*::before,
*::after {
  box-sizing: border-box;
}

: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;
}

a {
  color: var(--color-primary-bg);
}

button {
  border: none;
}

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;
}

video {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

:root {
  --color-primary: #753DFF;
  --color-primary-rgb: 117, 61, 255;
  --color-primary-bg: #753DFF;
  --color-primary-bg-rgb: 117, 61, 255;
  --color-primary-fg: #F5F5F5;
  --color-primary-fg-rgb: 245, 245, 245;
  --color-primary-inverted-bg: #8ac200;
  --color-primary-inverted-bg-rgb: 138, 194, 0;
  --color-primary-inverted-fg: #0a0a0a;
  --color-primary-inverted-fg-rgb: 10, 10, 10;
  --color-secondary: #FF753D;
  --color-secondary-rgb: 255, 117, 61;
  --color-secondary-bg: #FF753D;
  --color-secondary-bg-rgb: 255, 117, 61;
  --color-secondary-fg: #101010;
  --color-secondary-fg-rgb: 16, 16, 16;
  --color-secondary-inverted-bg: #008ac2;
  --color-secondary-inverted-bg-rgb: 0, 138, 194;
  --color-secondary-inverted-fg: #efefef;
  --color-secondary-inverted-fg-rgb: 239, 239, 239;
  --color-tertiary: #3DFF75;
  --color-tertiary-rgb: 61, 255, 117;
  --color-tertiary-bg: #3DFF75;
  --color-tertiary-bg-rgb: 61, 255, 117;
  --color-tertiary-fg: #101010;
  --color-tertiary-fg-rgb: 16, 16, 16;
  --color-tertiary-inverted-bg: #c2008a;
  --color-tertiary-inverted-bg-rgb: 194, 0, 138;
  --color-tertiary-inverted-fg: #efefef;
  --color-tertiary-inverted-fg-rgb: 239, 239, 239;
  --color-danger: #FF453D;
  --color-danger-rgb: 255, 69, 61;
  --color-danger-bg: #FF453D;
  --color-danger-bg-rgb: 255, 69, 61;
  --color-danger-fg: #F5F5F5;
  --color-danger-fg-rgb: 245, 245, 245;
  --color-danger-inverted-bg: #00bac2;
  --color-danger-inverted-bg-rgb: 0, 186, 194;
  --color-danger-inverted-fg: #0a0a0a;
  --color-danger-inverted-fg-rgb: 10, 10, 10;
  --color-warning: #FF953D;
  --color-warning-rgb: 255, 149, 61;
  --color-warning-bg: #FF953D;
  --color-warning-bg-rgb: 255, 149, 61;
  --color-warning-fg: #101010;
  --color-warning-fg-rgb: 16, 16, 16;
  --color-warning-inverted-bg: #006ac2;
  --color-warning-inverted-bg-rgb: 0, 106, 194;
  --color-warning-inverted-fg: #efefef;
  --color-warning-inverted-fg-rgb: 239, 239, 239;
  --color-success: #66FF3D;
  --color-success-rgb: 102, 255, 61;
  --color-success-bg: #66FF3D;
  --color-success-bg-rgb: 102, 255, 61;
  --color-success-fg: #101010;
  --color-success-fg-rgb: 16, 16, 16;
  --color-success-inverted-bg: #9900c2;
  --color-success-inverted-bg-rgb: 153, 0, 194;
  --color-success-inverted-fg: #efefef;
  --color-success-inverted-fg-rgb: 239, 239, 239;
  --color-info: #3D96FF;
  --color-info-rgb: 61, 150, 255;
  --color-info-bg: #3D96FF;
  --color-info-bg-rgb: 61, 150, 255;
  --color-info-fg: #101010;
  --color-info-fg-rgb: 16, 16, 16;
  --color-info-inverted-bg: #c26900;
  --color-info-inverted-bg-rgb: 194, 105, 0;
  --color-info-inverted-fg: #efefef;
  --color-info-inverted-fg-rgb: 239, 239, 239;
  --color-dark: #101010;
  --color-dark-rgb: 16, 16, 16;
  --color-dark-bg: #101010;
  --color-dark-bg-rgb: 16, 16, 16;
  --color-dark-fg: #F5F5F5;
  --color-dark-fg-rgb: 245, 245, 245;
  --color-dark-inverted-bg: #efefef;
  --color-dark-inverted-bg-rgb: 239, 239, 239;
  --color-dark-inverted-fg: #0a0a0a;
  --color-dark-inverted-fg-rgb: 10, 10, 10;
  --color-medium: #9E9E9E;
  --color-medium-rgb: 158, 158, 158;
  --color-medium-bg: #9E9E9E;
  --color-medium-bg-rgb: 158, 158, 158;
  --color-medium-fg: #101010;
  --color-medium-fg-rgb: 16, 16, 16;
  --color-medium-inverted-bg: #616161;
  --color-medium-inverted-bg-rgb: 97, 97, 97;
  --color-medium-inverted-fg: #efefef;
  --color-medium-inverted-fg-rgb: 239, 239, 239;
  --color-light: #F5F5F5;
  --color-light-rgb: 245, 245, 245;
  --color-light-bg: #F5F5F5;
  --color-light-bg-rgb: 245, 245, 245;
  --color-light-fg: #101010;
  --color-light-fg-rgb: 16, 16, 16;
  --color-light-inverted-bg: #0a0a0a;
  --color-light-inverted-bg-rgb: 10, 10, 10;
  --color-light-inverted-fg: #efefef;
  --color-light-inverted-fg-rgb: 239, 239, 239;
  --color-body: #F5F5F5;
  --color-body-rgb: 245, 245, 245;
  --color-body-bg: #F5F5F5;
  --color-body-bg-rgb: 245, 245, 245;
  --color-body-fg: #101010;
  --color-body-fg-rgb: 16, 16, 16;
  --color-body-inverted-bg: #0a0a0a;
  --color-body-inverted-bg-rgb: 10, 10, 10;
  --color-body-inverted-fg: #efefef;
  --color-body-inverted-fg-rgb: 239, 239, 239;
  --color-element: #EDEDED;
  --color-element-rgb: 237, 237, 237;
  --color-element-bg: #EDEDED;
  --color-element-bg-rgb: 237, 237, 237;
  --color-element-fg: #101010;
  --color-element-fg-rgb: 16, 16, 16;
  --color-element-inverted-bg: #121212;
  --color-element-inverted-bg-rgb: 18, 18, 18;
  --color-element-inverted-fg: #efefef;
  --color-element-inverted-fg-rgb: 239, 239, 239;
  --color-scale: 255, 255, 255;
  --color-scale-inverted: 0, 0, 0;
}

:root {
  --font-base: 'Noto Serif', serif;
  --font-headers: 'Noto Serif', serif;
  --font-legible: 'Noto Serif', serif;
  --font-monospace: 'Noto Sans Mono', 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.2s ease-in-out, translate 0.2s 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: %23753DFF; 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.16s;
}

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