.ad-container {
    margin: 20px 0;
    text-align: center;
    min-height: 250px;
    position: relative;
}

.ad-placeholder {
    background: #f0f0f0;
    border: 2px dashed #ccc;
    padding: 50px;
    color: #666;
}

.honeypot {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.defense-stats {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
}