html, body, #app, .mu-shell {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(circle at top, #17324f 0%, #08131f 60%, #04070b 100%);
  color: #d9e8f5;
  font-family: "Segoe UI", sans-serif;
}

.mu-shell {
  position: relative;
}

#theCanvas {
  width: 100vw;
  height: 100vh;
  display: block;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.boot-status {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  background: rgba(3, 9, 16, 0.7);
  border: 1px solid rgba(180, 213, 236, 0.25);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
