/* x2video page specific styles */

/* 图生视频右栏「私人图库」面板 */
.ai-i2v-gallery-pane .ai-i2v-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding-bottom: 8px;
}

.ai-i2v-gallery-zoom-row {
    margin-bottom: 10px;
}

.ai-i2v-gallery-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ws-border, rgba(255, 255, 255, 0.08));
    border-radius: 10px;
    background: var(--ws-surface-light, #2e2e2e);
}

.ai-i2v-gallery-cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #08090d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ai-i2v-gallery-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
}

.ai-i2v-gallery-btn {
    width: 100%;
    font-size: 0.74rem;
    line-height: 1.2;
    white-space: nowrap;
}

.ai-i2v-gallery-empty {
    text-align: center;
    color: var(--ws-text-muted, #999999);
    padding: 36px 12px;
}

.ai-i2v-gallery-empty i {
    display: block;
    margin-bottom: 8px;
    font-size: 1.8rem;
}
