        :root {
            --bg1: #1a0a1e;
            --bg2: #3d1545;
            --accent: #e040fb;
            --glow: rgba(224,64,251,0.6);
            --text: #fff;
            --particle: rgba(206,147,216,0.4);
        }
        body { background: var(--bg1); }
