        :root {
            --bg1: #0a1a00;
            --bg2: #1e3d00;
            --accent: #4caf50;
            --glow: rgba(76,175,80,0.6);
            --text: #fff;
            --particle: rgba(139,195,74,0.4);
        }
        body { background: var(--bg1); }
