/* Linked (not Vite-injected) so CSSOM can write to it under style-src 'self'.
   The road driver appends its own `html …` rules to this sheet at runtime,
   which outrank the bundled road.css the browser links after this file. The
   declarations below are only the p=0 state, for the moment before the first
   frame and for the case where the driver cannot reach this sheet at all. */

#sky {
  background: linear-gradient(#2c3a63, #b06146);
}
#stars {
  opacity: 0.1425;
}
#moon {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#sun {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#mtn-far {
  background-position: 0 0;
}
#mtn-mid {
  background-position: 0 0;
}
#trees {
  background-position: 0 0;
}
#grass {
  background-position: 0 0;
}
#props {
  transform: translate3d(0, 0, 0);
}
#sam-wrap {
  transform: translateX(-50%);
  opacity: 1;
}
#hero {
  opacity: 1;
}
#quote,
#enc {
  opacity: 0;
}
#hint {
  opacity: 1;
}
#flash {
  opacity: 0;
}
#slash {
  opacity: 0;
  transform: translateX(-18%) scale(0.7) rotate(-4deg);
}
#bandit {
  opacity: 1;
  filter: none;
  transform: scale(1.15);
}
#prop-rest {
  opacity: 0.25;
}
