#antiAdBlock {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 30px;
    overflow: hidden;
}

#antiAdBlock.hidden {
    display: none;
}

/* PARTÍCULAS DE FOGO */
.fire-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.fire-particles span {
    position: absolute;
    bottom: -30px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 235, 180, 0.95) 0%, rgba(255, 140, 40, 0.9) 45%, rgba(255, 80, 20, 0.15) 100%);
    box-shadow:
        0 0 8px rgba(255, 120, 40, 0.55),
        0 0 16px rgba(255, 80, 30, 0.35);
    opacity: 0;
    animation: fireRise linear infinite;
}

/* posições e tempos individuais */
.fire-particles span:nth-child(1)  { left: 4%;  animation-duration: 3.6s; animation-delay: 0s;   width: 4px; height: 4px; }
.fire-particles span:nth-child(2)  { left: 9%;  animation-duration: 4.2s; animation-delay: 0.8s; width: 5px; height: 5px; }
.fire-particles span:nth-child(3)  { left: 14%; animation-duration: 3.4s; animation-delay: 1.6s; width: 6px; height: 6px; }
.fire-particles span:nth-child(4)  { left: 20%; animation-duration: 4.6s; animation-delay: 0.3s; width: 4px; height: 4px; }
.fire-particles span:nth-child(5)  { left: 27%; animation-duration: 3.8s; animation-delay: 1.2s; width: 7px; height: 7px; }
.fire-particles span:nth-child(6)  { left: 33%; animation-duration: 4.4s; animation-delay: 2s;   width: 5px; height: 5px; }
.fire-particles span:nth-child(7)  { left: 39%; animation-duration: 3.2s; animation-delay: 0.5s; width: 4px; height: 4px; }
.fire-particles span:nth-child(8)  { left: 46%; animation-duration: 4.8s; animation-delay: 1.7s; width: 6px; height: 6px; }
.fire-particles span:nth-child(9)  { left: 52%; animation-duration: 3.7s; animation-delay: 0.9s; width: 5px; height: 5px; }
.fire-particles span:nth-child(10) { left: 58%; animation-duration: 4.3s; animation-delay: 2.3s; width: 7px; height: 7px; }
.fire-particles span:nth-child(11) { left: 63%; animation-duration: 3.5s; animation-delay: 1.1s; width: 4px; height: 4px; }
.fire-particles span:nth-child(12) { left: 69%; animation-duration: 4.7s; animation-delay: 0.4s; width: 5px; height: 5px; }
.fire-particles span:nth-child(13) { left: 74%; animation-duration: 3.9s; animation-delay: 1.8s; width: 6px; height: 6px; }
.fire-particles span:nth-child(14) { left: 79%; animation-duration: 4.1s; animation-delay: 2.6s; width: 4px; height: 4px; }
.fire-particles span:nth-child(15) { left: 84%; animation-duration: 3.3s; animation-delay: 0.7s; width: 7px; height: 7px; }
.fire-particles span:nth-child(16) { left: 88%; animation-duration: 4.5s; animation-delay: 1.5s; width: 5px; height: 5px; }
.fire-particles span:nth-child(17) { left: 91%; animation-duration: 3.6s; animation-delay: 2.1s; width: 4px; height: 4px; }
.fire-particles span:nth-child(18) { left: 94%; animation-duration: 4.0s; animation-delay: 0.2s; width: 6px; height: 6px; }
.fire-particles span:nth-child(19) { left: 97%; animation-duration: 3.8s; animation-delay: 1.4s; width: 5px; height: 5px; }
.fire-particles span:nth-child(20) { left: 50%; animation-duration: 4.9s; animation-delay: 2.8s; width: 7px; height: 7px; }

@keyframes fireRise {
    0% {
        transform: translateY(0) translateX(0) scale(0.7);
        opacity: 0;
    }
    10% {
        opacity: 0.95;
    }
    50% {
        transform: translateY(-120px) translateX(8px) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-260px) translateX(-10px) scale(0.45);
        opacity: 0;
    }
}

@keyframes fireGlow {
    0%, 100% {
        opacity: 0.55;
        transform: scaleY(1);
    }
    50% {
        opacity: 0.9;
        transform: scaleY(1.08);
    }
}

.antiadblock-character {
    position: relative;
    z-index: 10;
}

.antiadblock-character img {
    max-height: 520px;
    object-fit: contain;
}

.antiadblock-box {
    position: relative;
    width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    background: #1a1a1a;
    color: #fff;
    border-radius: 22px;
    padding: 28px 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.03);
    z-index: 10;
    scrollbar-width: thin;
    scrollbar-color: #ff4a2a #2a2a2a;
}

.antiadblock-box::-webkit-scrollbar {
    width: 8px;
}

.antiadblock-box::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
}

.antiadblock-box::-webkit-scrollbar-thumb {
    background: #ff4a2a;
    border-radius: 10px;
}

.antiadblock-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.antiadblock-logo img {
    width: 190px;
    height: auto;
}

.antiadblock-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.antiadblock-text {
    font-size: 14px;
    color: #e1e1e1;
    margin-bottom: 12px;
    line-height: 1.6;
    text-align: left;
}

.antiadblock-reasons {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 1.6;
    padding: 12px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-left: 3px solid #ff4a2a;
}

.how-to-disable {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.how-to-disable-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-align: left;
}

.disable-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #cccccc;
    line-height: 1.5;
    text-align: left;
}

.disable-bullet {
    color: #ff4a2a;
    font-weight: bold;
    min-width: 15px;
}

.disable-text {
    flex: 1;
}

.disable-text strong {
    color: #ff4a2a;
    font-weight: 600;
}

.antiadblock-button {
    background: #ffffff;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.antiadblock-button:hover {
    background: #f5f5f5;
    color: #444444;
    transform: translateY(-1px);
}

.ditadura-hover {
    display: inline-block;
    position: relative;
    font-weight: 900;
    cursor: pointer;
    color: #ff5a5a;
    letter-spacing: 0.5px;
    transition: transform 0.22s ease, text-shadow 0.22s ease, color 0.22s ease;
    text-shadow:
        0 0 6px rgba(255, 90, 90, 0.35),
        0 0 14px rgba(255, 90, 90, 0.18);
}

.ditadura-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 90, 90, 0.95), transparent);
    transform: scaleX(0.45);
    transform-origin: center;
    opacity: 0.7;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.ditadura-hover:hover {
    color: #ffd36b;
    transform: translateY(-1px) scale(1.05);
    text-shadow:
        0 0 8px rgba(255, 211, 107, 0.85),
        0 0 18px rgba(255, 211, 107, 0.45),
        0 0 28px rgba(255, 211, 107, 0.18);
}

.ditadura-hover:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

/* Responsividade */
@media (max-width: 1024px) {
    #antiAdBlock {
        gap: 30px;
    }
    
    .antiadblock-character img {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    #antiAdBlock {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .antiadblock-character {
        display: none;
    }
    
    .antiadblock-box {
        width: 100%;
        padding: 20px;
    }

    .fire-particles span {
        animation-duration: 3.2s !important;
    }
}
