:root {
    --bg-0: #05060a;
    --bg-1: #0c0f17;
    --ink-0: #f5f7fb;
    --ink-1: #b7bdcc;
    --neon-cyan:    #00f0ff;
    --neon-magenta: #ff2bd6;
    --neon-emerald: #2bff9d;
    --neon-amber:   #ffb020;
    --neon-orange:  #ff8a3d;
    --danger:       #ff3355;
    --hud-shadow: 0 0 16px rgba(0, 0, 0, 0.85);
    --font-display: "Inter", "SF Pro Display", system-ui, -apple-system, sans-serif;
}
