        :root {
            --bg1: #001a1a;
            --bg2: #003d3d;
            --accent: #26c6da;
            --glow: rgba(38,198,218,0.6);
            --text: #fff;
            --particle: rgba(128,222,234,0.4);
        }
        body { background: var(--bg1); }
