.__sl_action_btn__ {
    position: fixed !important;
    bottom: 30vh !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    z-index: 2147483647 !important;
    background: linear-gradient(135deg, #ff4757 0%, #ff6b81 50%, #ff7f50 100%) !important;
    color: #ffffff !important;
    padding: 20px 60px !important;
    border-radius: 70px !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 40px rgba(255, 71, 87, 0.7), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 71, 87, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
    cursor: pointer !important;
    display: inline-block !important;
    white-space: nowrap !important;
    animation: sl-shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite, sl-glow 1.5s ease-in-out infinite alternate !important;
    border: 4px solid rgba(255, 255, 255, 0.9) !important;
    outline: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4) !important;
    overflow: visible !important;
    letter-spacing: 2px !important;
}

.__sl_action_btn__::before {
    content: '🎮';
    position: absolute !important;
    left: -40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 32px !important;
    animation: sl-bounce 1s infinite !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.__sl_action_btn__::after {
    content: '';
    position: absolute !important;
    top: -10px !important;
    left: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    border-radius: 80px !important;
    border: 4px solid rgba(255, 71, 87, 0.6) !important;
    animation: sl-ripple 1.5s infinite !important;
    pointer-events: none !important;
}

.__sl_action_btn__:hover {
    background: linear-gradient(135deg, #ff6b81 0%, #ff4757 50%, #ff7f50 100%) !important;
    box-shadow: 0 15px 50px rgba(255, 71, 87, 0.9), 0 0 0 6px rgba(255, 255, 255, 0.5), 0 0 80px rgba(255, 71, 87, 0.6) !important;
    transform: translateX(-50%) translateY(-10px) scale(1.12) !important;
    border-color: rgba(255, 255, 255, 1) !important;
}

.__sl_action_btn__:active {
    transform: translateX(-50%) translateY(-6px) scale(1.08) !important;
    box-shadow: 0 8px 35px rgba(255, 71, 87, 0.8), 0 0 0 5px rgba(255, 255, 255, 0.4) !important;
}

@keyframes sl-shake {
    10%, 90% { transform: translateX(-52%); }
    20%, 80% { transform: translateX(-48%); }
    30%, 50%, 70% { transform: translateX(-50%); }
    40%, 60% { transform: translateX(-51%); }
}

@keyframes sl-glow {
    from {
        box-shadow: 0 10px 40px rgba(255, 71, 87, 0.7), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 71, 87, 0.4) !important;
    }
    to {
        box-shadow: 0 10px 40px rgba(255, 71, 87, 0.9), 0 0 0 4px rgba(255, 255, 255, 0.4), 0 0 80px rgba(255, 71, 87, 0.6) !important;
    }
}

@keyframes sl-bounce {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.35); }
}

@keyframes sl-ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .__sl_action_btn__ {
        bottom: 25vh !important;
        padding: 18px 50px !important;
        font-size: 20px !important;
        border-radius: 65px !important;
    }

    .__sl_action_btn__::before {
        left: -35px !important;
        font-size: 28px !important;
    }

    .__sl_action_btn__::after {
        top: -8px !important;
        left: -8px !important;
        right: -8px !important;
        bottom: -8px !important;
        border-radius: 74px !important;
        border-width: 3px !important;
    }
}

@media (max-width: 480px) {
    .__sl_action_btn__ {
        bottom: 22vh !important;
        padding: 16px 40px !important;
        font-size: 18px !important;
        border-radius: 60px !important;
        letter-spacing: 1px !important;
    }

    .__sl_action_btn__::before {
        left: -30px !important;
        font-size: 24px !important;
    }

    .__sl_action_btn__::after {
        top: -6px !important;
        left: -6px !important;
        right: -6px !important;
        bottom: -6px !important;
        border-radius: 68px !important;
        border-width: 3px !important;
    }
}
