        :root {
            --bg1: #0a1a00;
            --bg2: #1e3d00;
            --accent: #9ccc65;
            --glow: rgba(156,204,101,0.6);
            --text: #fff;
            --particle: rgba(174,213,129,0.4);
        }
        body { background: var(--bg1); }
