html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #101014;
}

#app {
  position: relative;
  width: 100%;
  height: 100%;
}

#app canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fallback {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #111;
  text-align: center;
  z-index: 100;
}

.site-title {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
  pointer-events: none;
  white-space: nowrap;
}

.infrastructure {
  position: fixed;
  top: 100px;
  left: 30px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
  white-space: nowrap;
}

.infrastructure a {
  color: #fff;
  text-decoration: none;
}

.infrastructure a:hover {
  color: #a78bfa;
}

.kubernetes {
  position: fixed;
  top: 100px;
  left:300px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
  white-space: nowrap;
}

.kubernetes a {
  color: #fff;
  text-decoration: none;
}

.kubernetes a:hover {
  color: #a78bfa;
}

.networking {
  position: fixed;
  top: 100px;
  left:600px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
  white-space: nowrap;
}

.networking a {
  color: #fff;
  text-decoration: none;
}

.networking a:hover {
  color: #a78bfa;
}

.wardriving {
  position: fixed;
  top: 100px;
  right:300px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
  white-space: nowrap;
}

.wardriving a {
  color: #fff;
  text-decoration: none;
}

.wardriving a:hover {
  color: #a78bfa;
}

.visit-counter {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 0.85rem;
    opacity: 0.7;
}

.music-player {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 8px 14px;
}

#playBtn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

#playBtn:hover {
  color: #a78bfa;
}

#volume {
  width: 70px;
  accent-color: #a78bfa;
  cursor: pointer;
}
