/* SoulSeer theme — all custom properties */
:root {
  --bg: #0A0A0F;
  --surface: #13111A;
  --pink: #FF69B4;
  --gold: #D4AF37;
  --text: #fff;
  --text-muted: rgba(255,255,255,0.5);
}