
.main-image-container[data-v-244c21fb] {
    height: calc(100vh - 64px);
    overflow: hidden;
}
.form-card[data-v-244c21fb], .history-card[data-v-244c21fb] {
    height: 100%;
    overflow-y: auto;
}
.form-section[data-v-244c21fb] {
    margin-bottom: 24px;
}
.section-title[data-v-244c21fb] {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}
.section-title-row[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
}
.section-title-row .section-title[data-v-244c21fb] {
    margin-bottom: 0;
}
.upload-placeholder[data-v-244c21fb] {
    padding: 40px;
    text-align: center;
}
.upload-icon[data-v-244c21fb] {
    font-size: 48px;
    color: #1890ff;
}
.upload-text[data-v-244c21fb] {
    margin-top: 8px;
    color: #666;
}
.upload-hint[data-v-244c21fb] {
    color: #999;
    font-size: 12px;
}
.image-preview[data-v-244c21fb] {
    position: relative;
    width: 100%;
    height: 200px;
}
.preview-image[data-v-244c21fb] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.image-actions[data-v-244c21fb] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.5);
}
.image-actions .anticon[data-v-244c21fb] {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
}
.template-grid[data-v-244c21fb] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.template-item[data-v-244c21fb] {
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.template-item[data-v-244c21fb]:hover {
    border-color: #1890ff;
}
.template-item.selected[data-v-244c21fb] {
    border-color: #1890ff;
    background: #e6f7ff;
}
.template-item img[data-v-244c21fb] {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.template-zoom[data-v-244c21fb] {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-item:hover .template-zoom[data-v-244c21fb] {
    opacity: 1;
}
.template-zoom[data-v-244c21fb]:hover {
    background: #1890ff;
}
.template-name[data-v-244c21fb] {
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no-template[data-v-244c21fb] {
    grid-column: span 5;
    text-align: center;
    padding: 24px;
    color: #999;
    font-size: 12px;
}
.upload-tip[data-v-244c21fb] {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}
.inline-group[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.param-label[data-v-244c21fb] {
    color: #666;
    font-size: 13px;
}
.filter-bar[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.task-list[data-v-244c21fb] {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}
.task-item[data-v-244c21fb] {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.task-header-row[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.task-header-row .task-time[data-v-244c21fb] {
    font-size: 12px;
    color: #999;
}
.task-header-row .task-id[data-v-244c21fb] {
    font-size: 12px;
    color: #666;
}
.task-mode-tag[data-v-244c21fb] {
    font-size: 12px;
    color: #999;
    margin-left: auto;
}
.task-result-row[data-v-244c21fb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 8px;
}
.result-thumb[data-v-244c21fb] {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}
.result-thumb[data-v-244c21fb]:hover {
    border-color: #1890ff;
}
.no-result[data-v-244c21fb] {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
    color: #999;
    font-size: 12px;
}
.task-pagination[data-v-244c21fb] {
    margin-top: 16px;
    text-align: right;
}
.template-list-modal[data-v-244c21fb] {
    min-height: auto;
}
.template-list-header[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}
.template-list-grid[data-v-244c21fb] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    min-height: auto;
}
.template-list-item[data-v-244c21fb] {
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.template-list-item[data-v-244c21fb]:hover {
    border-color: #1890ff;
}
.template-list-item.selected[data-v-244c21fb] {
    border-color: #1890ff;
    background: #e6f7ff;
}
.template-list-item img[data-v-244c21fb] {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.template-list-name[data-v-244c21fb] {
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.template-list-favorite[data-v-244c21fb] {
    position: absolute;
    bottom: 32px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.template-list-favorite[data-v-244c21fb]:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.template-list-zoom[data-v-244c21fb] {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-list-item:hover .template-list-zoom[data-v-244c21fb] {
    opacity: 1;
}
.template-list-zoom[data-v-244c21fb]:hover {
    background: #1890ff;
}
.template-list-edit[data-v-244c21fb] {
    position: absolute;
    top: 10px;
    left: 36px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-list-item:hover .template-list-edit[data-v-244c21fb] {
    opacity: 1;
}
.template-list-edit[data-v-244c21fb]:hover {
    background: #52c41a;
}
.template-list-delete[data-v-244c21fb] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-list-item:hover .template-list-delete[data-v-244c21fb] {
    opacity: 1;
}
.template-list-delete[data-v-244c21fb]:hover {
    background: #ff4d4f;
}
.no-template-list[data-v-244c21fb] {
    grid-column: span 5;
    text-align: center;
    padding: 48px;
    color: #999;
}
.template-list-pagination[data-v-244c21fb] {
    margin-top: 16px;
    text-align: right;
}
.template-upload-placeholder[data-v-244c21fb] {
    width: 150px;
    height: 150px;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    color: #999;
}
.template-upload-placeholder[data-v-244c21fb]:hover {
    border-color: #1890ff;
    color: #1890ff;
}
.template-preview-img[data-v-244c21fb] {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.single-preview-container[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.single-image-wrapper[data-v-244c21fb] {
    width: 100%;
    height: 650px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
}
.single-preview-image[data-v-244c21fb] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.compare-container[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.compare-item[data-v-244c21fb] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    overflow: hidden;
}
.compare-label[data-v-244c21fb] {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}
.compare-image-wrapper[data-v-244c21fb] {
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
}
.compare-image[data-v-244c21fb] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.compare-toolbar[data-v-244c21fb] {
    text-align: center;
    margin-top: 16px;
}

