html.adblock-gate-active {
    overflow: hidden;
}

html.adblock-gate-active body {
    overflow: hidden;
}

.adblock-gate-overlay {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    background: rgba(8, 6, 14, 0.92);
    backdrop-filter: blur(12px);
}

.adblock-gate-card {
    width: min(100%, 560px);
    padding: 32px 28px 28px;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(165deg, rgba(42, 24, 52, 0.96) 0%, rgba(18, 12, 28, 0.98) 100%);
    border: 1px solid rgba(255, 160, 200, 0.28);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

.adblock-gate-sticker {
    width: min(220px, 56vw);
    margin: 0 auto 16px;
    background: transparent;
    line-height: 0;
    pointer-events: none;
}

.adblock-gate-sticker picture,
.adblock-gate-sticker img {
    display: block;
    width: 100%;
    height: auto;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.adblock-gate-title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3.2vw, 1.7rem);
    font-weight: 750;
    line-height: 1.3;
    color: rgba(255, 250, 252, 0.98);
}

.adblock-gate-lead {
    margin: 0 0 12px;
    font-size: clamp(1rem, 2.4vw, 1.12rem);
    line-height: 1.55;
    color: rgba(255, 235, 245, 0.92);
}

.adblock-gate-hint {
    margin: 0 0 22px;
    font-size: clamp(0.9rem, 2.1vw, 0.98rem);
    line-height: 1.45;
    color: rgba(255, 210, 230, 0.78);
}

.adblock-gate-actions {
    display: flex;
    justify-content: center;
}

.adblock-gate-btn {
    min-height: 48px;
    padding: 12px 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 200, 220, 0.55);
    background: linear-gradient(145deg, #f06292 0%, #c2185b 100%);
    color: #fff;
    font: inherit;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(194, 24, 91, 0.35);
}

.adblock-gate-btn:hover,
.adblock-gate-btn:focus-visible {
    filter: brightness(1.06);
    outline: none;
}

@media (prefers-reduced-motion: reduce) {
    .adblock-gate-overlay {
        backdrop-filter: none;
    }
}
