/* Website shell only. The approved V3 interface and camera stay intact. */
html { color-scheme: light; }
html, body { overflow: hidden; }
body { background: transparent; }
.presentation { width: 100%; max-width: none; margin: 0; padding: 0; }
.stage { border-radius: 14px; box-shadow: none; }
.film-replay { position: absolute; right: 16px; bottom: 16px; z-index: 40; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #d6e1ee; border-radius: 50%; background: #ffffffed; color: #345879; box-shadow: 0 2px 8px #152b4910; }
.film-replay[hidden] { display: none; }
.film-replay:hover { background: #edf4fe; color: #125ac1; border-color: #abc6e8; }
.film-replay:focus-visible { outline: 2px solid #157afd; outline-offset: 3px; }
.film-replay svg { width: 21px; height: 21px; }
@media (max-width: 540px) {
  .stage { border-radius: 10px; }
  .film-replay { right: 10px; bottom: 10px; }
}
