:root {
    /* 🌌 Primary Colours */
    --bg: #0A192F; /* Dark Navy Blue – Background base */
    --bg-secondary: #1E3A8A; /* Royal Blue */
    --bubble: #1E293B; /* Light Slate */
    --accent: #00E5FF; /* Neon Cyan/Blue Glow */
    --accent-alt: #7C3AED; /* Electric Purple */
    
    /* ✨ Secondary Colours */
    --text: #F8FAFC; /* White – Main text */
    --text-muted: #94A3B8; /* Cool Gray */
    --text-strong: #FFFFFF; /* Pure White */
    --muted: #94A3B8;
    --border: #1F2A3A;
    --danger: #ef4444;
    
    /* 🌈 Gradients */
    --gradient-bg: linear-gradient(135deg, #0A192F, #1E3A8A);
    --gradient-button: linear-gradient(90deg, #00E5FF, #7C3AED);
    --gradient-card: linear-gradient(135deg, rgba(0, 229, 255, 0.1), rgba(124, 58, 237, 0.1));
}


