/* =========================
   HONKAI STAR RAIL ACCENT
========================= */

.game-hsr {
  --accent: #7dd3fc; /* soft sci-fi blue */
}

.game-hsr .step-circle {
  background: linear-gradient(135deg, #7dd3fc, #38bdf8);
  color: #020617;
}

.game-hsr .step-help-btn {
  background: rgba(125,211,252,.25);
  color: #7dd3fc;
}

.game-hsr .game-product-card.selected {
  border-color: #7dd3fc;
  box-shadow: 0 0 0 2px rgba(125,211,252,.4);
}

.game-hsr .payment-option.selected {
  border-color: #7dd3fc;
  box-shadow: 0 0 0 2px rgba(125,211,252,.4);
}

.game-hsr .pay-btn {
  background: linear-gradient(90deg,#7dd3fc,#38bdf8);
  color: #020617;
}