/* =======================================================
   POINTS DISPLAY
======================================================= */

.points-display {
  position: fixed;
  top: 15px;
  left: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #00f0ff;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,255,255,0.2);
  border-radius: 18px;
  padding: 14px 30px;
  text-shadow: 0 0 5px #00f0ff;
  box-shadow: 0 0 18px rgba(0,255,255,0.12);
  z-index: 9999;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  backdrop-filter: blur(12px);
}