        :root {
            --bg1: #1a0015;
            --bg2: #3d0030;
            --accent: #ab47bc;
            --glow: rgba(171,71,188,0.6);
            --text: #fff;
            --particle: rgba(206,147,216,0.4);
        }
        body { background: var(--bg1); }
