        :root {
            --bg1: #1a0f00;
            --bg2: #3d2400;
            --accent: #ff9800;
            --glow: rgba(255,152,0,0.6);
            --text: #fff;
            --particle: rgba(255,183,77,0.4);
        }
        body { background: var(--bg1); }
