.megadt-erp-float-btn-9d7422ba {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.4), 
                0 8px 10px -6px rgba(15, 23, 42, 0.4),
                0 0 0 2px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
    z-index: 999999;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.megadt-erp-float-btn-9d7422ba:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.5), 
                0 10px 10px -5px rgba(15, 23, 42, 0.4),
                0 0 0 2px rgba(255, 255, 255, 0.2) inset;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.megadt-erp-icon-9d7422ba {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px;
    border-radius: 50%;
    color: #38bdf8;
    transition: transform 0.3s ease;
}

.megadt-erp-float-btn-9d7422ba:hover .megadt-erp-icon-9d7422ba {
    transform: rotate(15deg);
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.15);
}

.megadt-erp-text-9d7422ba {
    white-space: nowrap;
}

.megadt-erp-badge-9d7422ba {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.4);
    animation: megadtPulse_9d7422ba 2s infinite;
}

@keyframes megadtPulse_9d7422ba {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* Adjust if overlaps with standard mobile viewport adjustments or cookie banners */
@media (max-width: 768px) {
    .megadt-erp-float-btn-9d7422ba {
        bottom: 16px;
        right: 16px;
        padding: 10px 16px;
        font-size: 13px;
    }
}
