        :root {
            --bg1: #1a1500;
            --bg2: #3d3500;
            --accent: #fdd835;
            --glow: rgba(253,216,53,0.6);
            --text: #fff;
            --particle: rgba(255,235,59,0.4);
        }
        body { background: var(--bg1); }
