/* ================================================================
 * DS Storage v7.2.0 — 文件云存储
 * ================================================================ */

.ds-admin-wrap pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.ds-upload-progress {
    width: 100%;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
    margin: 8px 0;
}
.ds-upload-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius: 4px;
    transition: width 0.3s;
}

.ds-upload-info {
    display: flex;
    gap: 16px;
    margin: 8px 0;
    font-size: 13px;
    color: #64748b;
}

.ds-storage-status {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}
.ds-storage-status-success { background: #d1fae5; color: #065f46; }
.ds-storage-status-error { background: #fee2e2; color: #991b1b; }
.ds-storage-status-pending { background: #fef3c7; color: #92400e; }
