        :root {
            --bg1: #0a001a;
            --bg2: #1a003d;
            --accent: #5c6bc0;
            --glow: rgba(92,107,192,0.6);
            --text: #fff;
            --particle: rgba(159,168,218,0.4);
        }
        body { background: var(--bg1); }
