        :root {
            --bg1: #001a2e;
            --bg2: #003050;
            --accent: #00bcd4;
            --glow: rgba(0,188,212,0.6);
            --text: #fff;
            --particle: rgba(128,203,196,0.4);
        }
        body { background: var(--bg1); }
