/* Your entire CSS code from the original file goes here */
/* I'll include the full CSS but shortened for brevity in this response */

:root {
    --primary-color: #00ffc8;
    --secondary-color: #00aaff;
    /* ... all other CSS variables ... */
}

/* ... All your CSS styles ... */

.floating-support-btn {
    /* ... existing styles ... */
}