body {
  margin: 0;
  overflow: hidden;
  background: #050505;
  color: #0f0;
  font-family: monospace;
}

.exploration-site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  background: rgba(5, 5, 5, 0.88);
  border-bottom: 1px solid rgba(0, 255, 0, 0.18);
}

.exploration-site-name,
.exploration-site-nav a {
  color: #cfe9cf;
  text-decoration: none;
}

.exploration-site-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

#ui {
  position: fixed;
  top: 78px;
  right: 10px;
  z-index: 10;
  pointer-events: none;
  text-align: right;
}

canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
}
