body {
  margin: 0;
  overflow: hidden;
  background: black;
  color: #00ffff;
  font-family: 'Great Vibes', cursive;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.vivaldi-text {
  font-family: 'Great Vibes', cursive;
  color: #00dfff;
  text-shadow: 0 0 20px #00ffff, 0 0 40px #0077ff;
  transition: transform 0.3s ease;
}

#askava {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 72px;
  z-index: 3;
}

.nova {
  position: absolute;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  font-size: 20px;
  color: #fff;
  font-family: 'Great Vibes', cursive;
  text-shadow: 0 0 10px #ffffffcc;
  pointer-events: none;
  z-index: 2;
}

#nova1 { top: 45%; left: 43%; color: #00bfff; }
#nova2 { top: 55%; left: 57%; color: #00ff88; }
#nova3 { top: 52%; left: 47%; color: #ff6600; }
#nova4 { top: 48%; left: 53%; color: #ffff66; }

.summary-link {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 4;
  font-size: 24px;
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid #00ffff;
  color: #00ffff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.summary-link:hover,
.summary-link:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(0, 255, 255, 0.6);
}

.summary-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
