.sicon-fire::before {
content: url(https://s12.gifyu.com/images/bkk3c.gif)!important;
filter: drop-shadow(2px 3px 9px #ff00fc);
}

.s-button-wrap.hydrated button {
    /* تدرج ثلاثي: أسود عميق، بنفسجي ملكي، وبنفسجي كهربائي */
    background: linear-gradient(-45deg, #080808, #4A00E0, #7000FF, #080808) !important;
    background-size: 400% 400% !important;
    animation: volticGradient 4s ease infinite !important;
    color: #ffffff !important;
    border: 1px solid rgba(112, 0, 255, 0.4) !important; /* إطار بنفسجي صريح */
    font-weight: bold !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8) !important;
    transition: 0.5s !important;
}

/* حركة التدرج اللوني */
@keyframes volticGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* تأثير الهوفر: لمعة بنفسجية صافية */
.s-button-wrap.hydrated button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 0 20px rgba(112, 0, 255, 0.6) !important;
    filter: brightness(1.1);
}

/*