*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Gilmer";
  src: url("/includes/fonts/gilmer/EOT/Gilmer-Thin.eot") format("eot");
  src: url("/includes/fonts/gilmer/WOFF/Gilmer-Thin.woff") format("woff"), url("/includes/fonts/gilmer/WOFF2/Gilmer-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilmer";
  src: url("/includes/fonts/gilmer/EOT/Gilmer-Regular.eot") format("eot");
  src: url("/includes/fonts/gilmer/WOFF/Gilmer-Regular.woff") format("woff"), url("/includes/fonts/gilmer/WOFF2/Gilmer-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilmer";
  src: url("/includes/fonts/gilmer/EOT/Gilmer-Medium.eot") format("eot");
  src: url("/includes/fonts/gilmer/WOFF/Gilmer-Medium.woff") format("woff"), url("/includes/fonts/gilmer/WOFF2/Gilmer-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilmer";
  src: url("/includes/fonts/gilmer/EOT/Gilmer-Bold.eot") format("eot");
  src: url("/includes/fonts/gilmer/WOFF/Gilmer-Bold.woff") format("woff"), url("/includes/fonts/gilmer/WOFF2/Gilmer-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilmer";
  src: url("/includes/fonts/gilmer/EOT/Gilmer-Heavy.eot") format("eot");
  src: url("/includes/fonts/gilmer/WOFF/Gilmer-Heavy.woff") format("woff"), url("/includes/fonts/gilmer/WOFF2/Gilmer-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/includes/fonts/jetbrains/JetBrainsMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html, body {
  background-color: #c1aee6;
  opacity: 1;
  background-image: radial-gradient(#2b2253 1px, #0f0b22 1px);
  background-size: 20px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  margin: 0;
  padding: 0;
  font-family: "Gilmer", sans-serif;
  font-size: 13px;
  overflow: clip;
}

.thyme {
  color: #9980ca;
}

i, em {
  font-style: italic;
}

.overlay {
  background: rgba(15, 11, 34, 0.5);
  position: fixed;
  display: block;
  width: 100dvw;
  height: 100dvh;
  z-index: 100;
  backdrop-filter: blur(5px);
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.overlay.--hidden {
  opacity: 0;
  pointer-events: none;
}

.btn {
  background: #c1aee6;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: solid 2px #0f0b22;
  border-bottom-width: 5px;
  border-radius: 8px;
  color: #0f0b22;
  font-family: "Gilmer", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.2s ease;
}
.btn-shake {
  background: #9980ca;
  color: white;
}

.login {
  position: absolute;
  display: block;
  width: clamp(250px, 80dvw, 400px);
  margin: clamp(60px, 10vw, 100px) auto 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}
.login__title {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 10vw, 3.5rem);
  font-weight: bold;
}
.login__desc {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  letter-spacing: -0.04em;
}
.login__desc .input-wrap {
  display: block;
}
.login__desc .input-wrap::before {
  content: "{{ ";
}
.login__desc .input-wrap::after {
  content: " }}";
}
.login__desc input {
  background: none;
  display: inline-block;
  padding: 0.25em 0;
  border: none;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  letter-spacing: -0.04em;
  text-align: center;
  color: white;
  min-width: 0 !important;
}
.login__desc input:focus {
  outline: none;
}
.login__error {
  position: relative;
  display: inline-block;
  background: pink;
  color: #9f2e2e;
  padding: 0;
  font-size: 1.3rem;
  margin-bottom: 0;
  opacity: 0;
  transition: 0.2s ease;
}
.login__error.visible {
  margin-bottom: 20px;
  padding: 0.5em 0.8em;
  opacity: 1;
}

.share {
  background: white;
  position: fixed;
  display: block;
  width: clamp(250px, 80dvw, 430px);
  margin: 0 auto;
  bottom: 5dvh;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 100;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(15, 11, 34, 0.6);
  transform: translateY(0);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.share-wrap {
  position: relative;
  display: block;
  padding: 20px 20px 25px;
}
.share__title {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
.share__desc {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: -0.04em;
}
.share__input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.share.--hidden {
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
}

#handWrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 60dvw;
  max-height: clamp(320px, 60dvh, 750px);
  user-select: none;
  touch-action: none;
}

.hands-background {
  background: white;
  position: absolute;
  display: block;
  width: 120%;
  top: 50%;
  left: 50%;
  margin-top: -60%;
  margin-left: -60%;
  aspect-ratio: 1;
  border-radius: 100%;
}
@media screen and (min-width: 992px) {
  .hands-background {
    width: clamp(150px, 80vw, 1000px);
    height: clamp(150px, 80vw, 1000px);
    margin-left: calc(-0.5 * clamp(150px, 80vw, 1000px));
    margin-top: calc(-0.5 * clamp(150px, 80vw, 1000px));
  }
}

#lhand, #rhand {
  position: absolute;
  transform: translateY(-5dvw);
}
#lhand.--hidden, #rhand.--hidden {
  display: none;
}
#lhand > div, #rhand > div {
  background-size: auto 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 100dvw;
  height: 60dvw;
  max-height: clamp(320px, 60dvh, 750px);
}

#lhand {
  left: -60dvw;
  z-index: 1;
}
#lhand > div {
  background-image: url("/includes/media/lhand.png");
  background-position: center right;
}
#lhand::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1;
  border-radius: 100%;
  cursor: pointer;
  width: clamp(10px, 12%, 136px);
  top: 64%;
  right: clamp(20px, 17.5%, 195px);
}

#rhand {
  filter: brightness(0.8);
  right: -60dvw;
}
#rhand > div {
  background-image: url("/includes/media/rhand.png");
  background-position: center left;
}

#shake {
  position: absolute;
}
#shake.--hidden {
  display: none;
}
#shake > div {
  background-image: url("/includes/media/shake.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  background-position: center bottom;
  width: 100dvw;
  height: 60dvw;
  max-height: clamp(320px, 60dvh, 750px);
  filter: brightness(0.8);
  animation: handshakeWobble 0.8s ease-in-out infinite;
}

@keyframes handshakeWobble {
  0% {
    transform: translateY(1dvw) rotate(0deg);
  }
  20% {
    transform: translateY(0dvw) rotate(-1deg);
  }
  40% {
    transform: translateY(2dvw) rotate(1deg);
  }
  60% {
    transform: translateY(0.5dvw) rotate(-0.7deg);
  }
  80% {
    transform: translateY(1.5dvw) rotate(0.7deg);
  }
  100% {
    transform: translateY(1dvw) rotate(0deg);
  }
}
.thank-you {
  position: absolute;
  width: 70vw;
  max-width: 450px;
  top: clamp(240px, 30%, 800px);
  font-size: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  font-weight: bold;
}
.thank-you i {
  font-style: normal;
  color: #9980ca;
}
.thank-you.--hidden {
  display: none;
}
.thank-you__sender {
  display: none;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

#blitz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

@keyframes blitzFlash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
#blitz.active {
  animation: blitzFlash 450ms ease-out forwards;
}

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