.cube-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.site-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  max-height: 100svh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rubiks-code {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rubiks-div {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body-black {
  background-color: #e3ebf4;
}

.clock-timer-embed {
  z-index: 1000;
  color: #1a1a1a;
  text-align: right;
  letter-spacing: -1px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.join-network-div {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popout-closer {
  z-index: 500;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #fdfdfd94;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popout-closer.start {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fdfdfd14;
}

.div-block {
  z-index: 100;
  background-color: #fff;
  border-radius: 2px;
  width: 90%;
  max-width: 500px;
  min-height: 50vh;
  position: absolute;
}

.signup-popout {
  z-index: 4999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popout-content {
  z-index: 500;
  cursor: auto;
  background-color: #fff;
  border: 1px solid #eeec;
  border-radius: 1px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  max-height: 70vh;
  padding: 1rem;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 4px 12px 20px -12px #8b8b8b82;
}

.popout-content.email {
  z-index: 6000;
  background-color: #fcfcfc;
  max-width: 420px;
  padding: 2rem;
  display: none;
}

.popout-content.sms {
  z-index: 6000;
  background-color: #fcfcfc;
  max-width: 500px;
  max-height: 80vh;
  padding: 2rem;
}

.popout-content.info {
  z-index: 6000;
  background-color: #fcfcfc;
  max-width: 600px;
  max-height: 80vh;
  padding: 2rem;
}

.popout-content.start {
  z-index: 6000;
  background-color: #fcfcfceb;
  width: 600px;
  max-width: 600px;
  max-height: 80vh;
  padding: 2rem;
  position: relative;
}

.signup-description {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.signup-description.small {
  color: #585858;
  padding-top: 2rem;
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
}

.email-signup-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.window-content-div {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.actual-window-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.email-embedder {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 1rem;
  margin-top: -.5rem;
  margin-bottom: 0;
  margin-left: -20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.email-embedder.intro {
  margin-top: -.5rem;
  margin-left: -20px;
}

.email-intro-image {
  width: 100px;
  padding-bottom: 1rem;
}

.emailer-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.signup-title {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.sms-embedder {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.close-link {
  color: #a8a8a8;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 11px;
  text-decoration: none;
}

.close-link:hover {
  color: #000;
  text-decoration: underline;
}

.x-link {
  color: #a8a8a8;
  letter-spacing: 1.5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.x-link:hover {
  color: #000;
  text-decoration: none;
}

.signup-link {
  z-index: 1000;
  color: #000;
  letter-spacing: .5px;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

.signup-link:hover {
  text-decoration: underline;
}

.reload-button {
  color: #1a1a1a;
  text-align: right;
  letter-spacing: .5px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.credits-link {
  z-index: 1000;
  color: #000;
  letter-spacing: .5px;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.credits-link:hover {
  text-decoration: underline;
}

.game-info-div {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-link {
  z-index: 1000;
  mix-blend-mode: difference;
  width: 60px;
  position: fixed;
  top: 1rem;
}

.logo-top-image {
  filter: invert();
}

.scramble-button {
  color: #1a1a1a;
  text-align: right;
  letter-spacing: .5px;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.scramble-button:hover {
  text-decoration: underline;
}

.top-right-buttons-div {
  z-index: 1000;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 1rem;
  right: 1rem;
}

.click-to-play {
  z-index: 9000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.preview-cube-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preview-cube-image {
  object-fit: contain;
  width: 100%;
  max-width: 80%;
  max-height: 80%;
}

.layer-ui {
  z-index: 9000;
  position: relative;
}

.credit-text-link {
  color: #585858;
  text-decoration: none;
}

.credit-text-link:hover {
  text-decoration: underline;
}

.game-info {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}

.game-info.small {
  color: #585858;
  padding-top: 2rem;
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
}

.scramble-button-v2 {
  color: #1a1a1a;
  text-align: right;
  letter-spacing: .5px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.color-link-block {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.og-back-icon {
  display: none;
}

.top-left-buttons-div {
  z-index: 1000;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 1rem;
  left: 1rem;
}

.play-button {
  text-align: center;
  background-color: #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.play-button:hover {
  background-color: #313131;
}

@media screen and (max-width: 991px) {
  .popout-content {
    width: 70%;
    max-height: 70vh;
  }

  .popout-content.email {
    width: 80%;
  }

  .popout-content.sms, .popout-content.info {
    width: 90%;
  }

  .actual-window-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .email-embedder, .sms-embedder {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .popout-content {
    max-width: 400px;
    padding: 1rem;
  }

  .popout-content.email {
    width: 100%;
    max-width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popout-content.sms, .popout-content.info, .popout-content.start {
    width: 100%;
    max-width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .actual-window-content {
    padding-bottom: 0;
  }

  .top-left-buttons-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .popout-content {
    width: 85%;
  }

  .popout-content.sms, .popout-content.info, .popout-content.start {
    max-width: 85%;
  }

  .signup-description.small, .game-info.small {
    font-size: 10px;
  }
}


