/* Shared CSS custom properties — imported by all pages */
:root {
  --primary:      #ff1a8c;
  --accent:       #ffcc00;
  --bg:           #08000f;
  --panel-bg:     rgba(8,0,15,0.94);
  --text-body:    rgba(255,255,255,0.78);
  --text-mid:     rgba(255,255,255,0.5);
  --text-dim:     rgba(255,255,255,0.3);
  --scan-opacity: 0.08;
  --glow-opacity: 0.3;
}
