html,
body {
  background: #092346;
  margin: 0;
  padding: 0;
}
#fw-shell {
  background: linear-gradient(
    to bottom,
    #14325f 0%,
    #2f5d82 8%,
    #5d95b0 18%,
    #87b6c6 30%,
    #b9d2d1 42%,
    #d9ccb5 50%,
    #8fb8bb 58%,
    #5f8ea1 70%,
    #2c5a84 84%,
    #082042 100%
  );
  height: 100dvh;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.6s ease-out;
  width: 100dvw;
  z-index: 1;
}
body.fw-scene-ready #fw-shell {
  opacity: 0;
}
#root {
  background: transparent;
  position: relative;
  z-index: 1;
}
#fw-shell-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 3px 2px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 600px) {
  #fw-shell-header {
    padding: 8px 5px;
  }
}
@media (min-width: 900px) {
  #fw-shell-header {
    padding: 15px 12px;
  }
}
#fw-shell-spacer {
  display: block;
  height: calc(2.5rem + 16px);
  visibility: hidden;
  width: calc(2rem + 16px);
}
@media (min-width: 900px) {
  #fw-shell-spacer {
    height: calc(3rem + 16px);
    width: calc(2.2rem + 16px);
  }
}
@media (min-width: 1200px) {
  #fw-shell-spacer {
    height: calc(3.5rem + 16px);
    width: calc(2.5rem + 16px);
  }
}
#fw-shell-logo {
  height: 2.5rem;
  padding-left: 28px;
  width: auto;
}
@media (min-width: 600px) {
  #fw-shell-logo {
    height: 2.75rem;
  }
}
@media (min-width: 900px) {
  #fw-shell-logo {
    height: 3.5rem;
  }
}
