/* lab-data-privacy-detective.css — Mission #31 Data Privacy Detective
   Decision-scenario UI for grades 3–5. Mirrors existing chip / stepper
   styling conventions from lab-public-wifi.css and the SES scene UI.
   Purple palette to match the 🔒 Data Privacy Detective badge (#7c3aed). */

.chip-dpd {
  background: rgba(124, 58, 237, 0.15) !important;
  color: #a78bfa !important;
  border-color: rgba(124, 58, 237, 0.3) !important;
}

#data-privacy-detective-container {
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Outfit', 'Segoe UI', sans-serif;
}

#data-privacy-detective-results {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 16px;
}
