        :root {
            --bg1: #0a0020;
            --bg2: #1a0050;
            --accent: #7c4dff;
            --glow: rgba(124,77,255,0.6);
            --text: #fff;
            --particle: rgba(179,136,255,0.4);
        }
        body { background: var(--bg1); }
