        :root {
            --bg1: #1a1a00;
            --bg2: #3d3d00;
            --accent: #c0ca33;
            --glow: rgba(192,202,51,0.6);
            --text: #fff;
            --particle: rgba(205,220,57,0.4);
        }
        body { background: var(--bg1); }
