:root {
    /* Background Colors */
    --bg-body: #050505;
    --bg-surface: #0a0a0a;
    --bg-card: rgba(12, 12, 14, 0.6);
    --bg-glass: rgba(5, 5, 5, 0.85);
    
    /* Border Colors */
    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-highlight: rgba(255, 255, 255, 0.12);
    --border-glass: rgba(255, 255, 255, 0.08);

    /* Primary / Accent Colors (The Colour Palette) */
    --primary-neon: #aeff00; /* Acid Green / Neon */
    --neon: #aeff00; /* Alias for primary-neon */
    --primary-dim: rgba(174, 255, 0, 0.1);
    --neon-dim: rgba(174, 255, 0, 0.1);
    --primary-glow: rgba(174, 255, 0, 0.15);
    --overlap-cyan: #00f2ff;
    --accent-red: #ff4d4d;
    
    /* Text Colors */
    --text-white: #ffffff;
    --text-main: #ffffff; /* Alias */
    --text-grey: #94a3b8;
    --text-muted: #94a3b8; /* Alias */
}
