<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.waiting-mask {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../logo.png) center center no-repeat #000;
  background-size: 280px;
  opacity: 0.9;
  z-index: 99999; }
</pre></body></html>