/* Reserved for prediction bars (Phase 4) */
.prediction-bar-placeholder {
  height: 0.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
}
