.world[data-weather="rain"] .hotspot.treehouse {
  opacity: 0;
  pointer-events: none;
}

.night-scene {
  opacity: 0;
}

.world[data-weather="night"] .night-scene {
  opacity: 1;
}

.world[data-weather="night"] .sunny-scene,
.world[data-weather="night"] .rainy-scene {
  opacity: 0;
}

.world[data-weather="night"] .sunwash {
  background: linear-gradient(0deg,rgba(4,16,42,.28),transparent 50%);
}

.hotspot.night-story {
  display: none;
  left: 48%;
  bottom: 13%;
}

.world[data-weather="night"] .hotspot.night-story {
  display: block;
}

.world[data-weather="night"] .hotspot.treehouse,
.world[data-weather="night"] .hotspot.gate,
.world[data-weather="night"] .region-trail,
.world[data-weather="night"] .discovery-shelf {
  display: none;
}

.world[data-weather="night"] .welcome-plaque {
  background: linear-gradient(135deg,#405c87,#718bb0 50%,#293f68);
  border-color: rgba(233,219,164,.55);
  color: #fff9dc;
}

.world[data-weather="night"] .world-note {
  background: rgba(11,28,62,.86);
}

.dialog-art img.contain-art {
  object-fit: contain;
  background: #152b53;
}

.brand {
  text-decoration: none;
}
