body {
  background: radial-gradient(circle at top, #2e1a47 0%, #0f0c29 100%); /* Deep Violet to Night Indigo */
  color: #e0e0e0; /* Soft parchment white */
  line-height: 1.8;
  font-family: serif; /* To honor the calligraphic spirit */
}

.mist-container {
  background: rgba(0, 128, 128, 0.1); /* Very faint Teal mist */
  backdrop-filter: blur(15px); /* The "Mist" effect */
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 20px;
}

.accent {
  color: #DFFF00; /* Chartreuse: The Moon / The Truth */
  font-weight: bold;
}