/* MWGSM Website — Neon Void Theme (Pink/Purple) */
:root {
  --pr: #ff00aa !important;
  --pr2: #cc0088 !important;
  --pink: #00eeff !important;
  --bg0: #04020a !important;
  --bg1: #080614 !important;
  --bg2: #0e0a1e !important;
  --tx: #f0d0f8 !important;
  --txd: #8844aa !important;
  --grn: #00ff99 !important;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,0,170,.01) 2px, rgba(255,0,170,.01) 4px);
  pointer-events: none;
  z-index: 9999;
}
