/* === 广告可见样式 === */
.pay-box.ad-mode {
    border: 2px solid #07c160;
    border-left: 4px solid #07c160;
    padding: 12px;
    height: auto;
}

.pay-box.ad-mode .pay-tag {
    background: linear-gradient(135deg, #07c160, #06ad56);
}

.pay-box.ad-mode .pay-flexbox {
    align-items: center;
    height: auto;
}

.ad-qrcode-box {
    text-align: center;
    padding: 6px;
    background: #fff;
    border: 2px dashed #07c160;
    border-radius: 8px;
    line-height: 1;
}

.ad-qrcode-box img {
    display: block;
    max-width: 258px;
    max-height: 258px;
    width: auto;
    height: auto;
    border-radius: 4px;
}

.ad-qrcode-box .qrcode-tip {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
    letter-spacing: 1px;
}

.ad-polling-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #07c160;
    border-radius: 50%;
    animation: adPulse 1s infinite;
}

@keyframes adPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
