        :root {
            --bg1: #1a0a00;
            --bg2: #3d1e00;
            --accent: #ff6a00;
            --glow: rgba(255,106,0,0.6);
            --text: #fff;
            --particle: rgba(255,165,0,0.4);
        }
        body { background: var(--bg1); }
