.aun-test-ad {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.aun-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.72);
    padding: 20px;
}

.aun-overlay.is-visible {
    display: flex;
}

.aun-modal {
    width: min(94vw, 480px);
    background: #fff;
    color: #111;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.aun-modal h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
}

.aun-modal p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.55;
}

.aun-button {
    border: 0;
    border-radius: 8px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 700;
    background: #1d4ed8;
    color: #fff;
}

.aun-button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

body.aun-blocked {
    overflow: hidden;
}

body.aun-blocked .aun-protected-content {
    max-height: 220px;
    overflow: hidden;
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
}
