/**
 * Temporary compatibility palette for the retained pending-grant reveal,
 * match-summary, crate, and Stripe overlay sheets.
 *
 * These values are the former live lobby values verbatim. They intentionally
 * do not alias to the new shell palette: removing this file is a later,
 * explicit overlay-restyle task.
 */
.modal-backdrop,
#match-summary-overlay,
.cc-stripe-modal-backdrop,
.cc-topup-shockwave,
.cc-topup-sparkle,
.cc-topup-flying-coin,
.cc-topup-flying-tag,
.cc-balance-bump,
.resource--coins.cc-receiving,
.resource--tags.cc-receiving,
.currency-badge.cc-receiving {
  color-scheme: dark;
  --bg: #0b0c0e;
  --surface: #181a1f;
  --surface-elevated: #202329;
  --muted: #23262d;
  --card-border: #2f333b;
  --text: #F0F0F0;
  --muted-text: #9ba1a6;
  --primary: #FFA500;
  --primary-dim: #cc8800;
  --primary-glow: rgba(255, 165, 0, 0.35);
  --accent: #FFD700;
  --accent-dim: #ccaa00;
  --accent-glow: rgba(255, 215, 0, 0.3);
  --danger: #FF4500;
  --team-blue: #00aaff;
  --team-blue-dim: #0077cc;
  --team-red: #ff3333;
  --status-green: #00ff88;
  --trans-fast: 0.15s ease;
  --trans-med: 0.3s ease;
}
