@charset "UTF-8";
@font-face {
  font-family: "JJannon";
  src: url("JJannon-Italic.woff2") format("woff2"), url("JJannon-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "JJannon";
  src: url("JJannon-Regular.woff2") format("woff2"), url("JJannon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  letter-spacing: 0.5px;
  overflow: hidden;
  font-family: "JJannon", serif;
  background: #000;
}

#debug {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 100px;
  z-index: 150;
  color: #fff;
}
#debug .wrapper {
  display: flex;
  justify-content: space-around;
}
#debug input[type=text], #debug select {
  width: 70px;
}

#intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9900;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-image: url("/of/map/4.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
#intro h1 {
  margin: 0 auto;
  font-weight: normal;
}
#intro p {
  font-size: 1.2rem;
}
#intro h1, #intro p {
  max-width: 60%;
  text-align: center;
  line-height: 110%;
  margin: 0.5rem auto 1rem;
}
#intro button {
  font-family: inherit;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  mix-blend-mode: difference;
  font-style: italic;
  display: none;
}

#reporter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
#reporter input[type=text] {
  color: #000;
}
#reporter .bar {
  width: 100vw;
  position: fixed;
  z-index: 900;
  text-align: center;
  mix-blend-mode: difference;
  color: #fff;
}
#reporter .bar .wrapper {
  display: flex;
  justify-content: space-around;
}
#reporter .top {
  top: 2rem;
  left: 0;
}
#reporter .bottom {
  bottom: 2rem;
  left: 0;
}
#reporter #storyInput {
  z-index: 99999;
  pointer-events: auto;
}

[data=lat]::before {
  content: "( ";
}

[data=lat]::after {
  content: ", ";
}

[data=lon]::after {
  content: " )";
}

[data=temp]::after {
  content: "°C";
}

[data=wind]::after {
  content: "km/h";
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
#navigation .wrapper {
  padding: 2rem;
  display: flex;
  justify-content: center;
}
#navigation a {
  margin: 0 1rem;
  color: #000;
  mix-blend-mode: difference;
}
#navigation a:hover {
  text-decoration: underline;
}

.space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.space#earth {
  display: block;
}

/*


    show


*/
#atmosphere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
}
#atmosphere::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 85%, rgb(255, 255, 255) 100%);
}
#atmosphere.dark::after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 85%, rgb(0, 0, 0) 100%);
}

#tint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: #fff;
  display: none;
}

img[src=""] {
  display: none;
}

video[src=""], source[src=""] {
  display: none;
}

#text {
  z-index: 50;
}

.fx {
  z-index: 40;
}

#overlay {
  z-index: 10;
}

#aboveground {
  z-index: 4;
}

#map {
  z-index: 4;
}

#foreground {
  z-index: 2;
}

#background {
  z-index: 1;
}

/* 

    img

*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
#overlay img, #overlay video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}

#img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 2s ease-in-out;
  transform-origin: center;
}

.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: transparent;
  pointer-events: none;
}
.img img, .img video, .img iframe {
  position: absolute;
}
.img iframe {
  width: 110%;
  height: 110%;
  transform: scale(1.1);
  mix-blend-mode: lighten;
}
.img[s=cover] img {
  object-fit: cover;
  width: 100%;
}
.img[s=fit] img {
  object-fit: fit;
  width: 100%;
}

#aboveground img, #aboveground video {
  max-width: 100%;
  max-height: 100%;
  padding: 1rem;
  background-size: contain;
  object-fit: contain;
}

#foreground img, #foreground video {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

#background img, #background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 

    tetx

*/
#text {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  mix-blend-mode: exclusion;
  color: #fff;
  text-align: center;
  line-height: 120%;
  font-size: 1.15rem;
  padding: 5vh 20vw;
}
#text[pre] .wrapper {
  white-space: pre-wrap;
  text-align: center;
}
#text[s*=title] {
  font-size: 6rem;
  line-height: 95%;
  justify-content: center;
  font-family: var(--scriptFont);
}
#text[s*=h1] {
  font-size: 5.2rem;
  font-style: italic;
  line-height: 95%;
  justify-content: center;
}
#text[s*=top] {
  padding-top: 15vh;
  justify-content: flex-start;
}
#text[s*=bottom] {
  padding-bottom: 15vh;
  justify-content: flex-end;
}

/*

    effects

*/
.decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  pointer-events: none;
}

[decor=noise] {
  background: url("/of/noise.gif") repeat;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.fx {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.fx[fx=gradientBlack] {
  box-shadow: inset 0 0 100px 20px #000, inset 0 0 100px #000, inset 0 0 100px #000;
}

.fx[fx=gradient] {
  box-shadow: inset 0 0 100px 20px #fff, inset 0 0 100px #fff, inset 0 0 100px #fff;
}

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