/* Guest Practice keeps every intake control visible. Demo is still the guided
   first move, while local evidence is capped to the latest two sessions. */
body.gdGuestDemoMode .gdPracticeVisualStack::before {
  content: "Try the guided demo, or add your own shots. Guest storage keeps your latest 2 sessions.";
  display: block;
  margin: 0 0 8px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* The account call to action on the guest profile screen. Reuses .accountPanel
   so it inherits the panel's own surface treatment; this only separates it from
   the cards above it. */
#gdProfileV67 .gdGuestAccountCta {
  margin-top: 14px;
}
