.app.scene-night {
  --color-moon: #f2dbab;
  --color-moon-crater: #eecd92;
}

.sky-background-night {
  background: linear-gradient(to bottom, #0d0f1a, #2f2d3a);
}

.scene-night .sky-background-night {
  opacity: 1;
}

.sea-background-night {
  box-shadow: 0px -5px 3px 2px #161a2c;
  background: linear-gradient(to bottom, #161a2c, #121532);
}

.scene-night .sea-background-night {
  opacity: 1;
}

.sea-reflect-night {
  box-shadow: var(--size-sea-reflect-offset) 0 10px 10px #f2dbab,
    var(--size-sea-reflect-offset) 5px 20px 15px #d0b390;
}

.scene-night .sea-reflect-night {
  opacity: 1;
}
