/* ================================================================
 * DS Migrate v7.4.0 — CDN + 迁移
 * ================================================================ */

.ds-cdn-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}
.ds-cdn-status-on { background: #d1fae5; color: #065f46; }
.ds-cdn-status-off { background: #fee2e2; color: #991b1b; }

.ds-mig-progress {
    width: 100%;
    height: 24px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
    margin: 12px 0;
    position: relative;
}
.ds-mig-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    transition: width 0.3s;
}
.ds-mig-progress-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 12px;
    font-weight: 600;
}

.ds-mig-hint {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #92400e;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    margin: 8px 0;
}
