
.collection-progress-bar {
    width: 100%;
    height: 14px;
    background: #374151;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 14px;
}

.collection-progress-fill {
    height: 100%;
    background: linear-gradient(
        135deg,
        #2563eb,
        #3b82f6
    );
}
