/* Video Export panel — matches the dark menu palette (#2c3e50 / #34495e / #FFF27F). */

#video_export_panel li { color: #fff; }

#video_export_panel .kf_controls {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

#video_export_panel button {
    background-color: #527aa3;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 13px;
}

#video_export_panel button:hover { background-color: #3d5c8a; }

#video_export_panel button:disabled {
    background-color: #44515e;
    color: #8b97a3;
    cursor: not-allowed;
}

#kf_export {
    background-color: #2ab934;
}
#kf_export:hover { background-color: #229a2b; }

.kf_field {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 14px 8px 0;
    font-size: 13px;
}

.kf_field select,
.kf_field input {
    background-color: #34495e;
    color: #fff;
    border: 1px solid #527aa3;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 13px;
}

.kf_list {
    max-height: 140px;
    overflow-y: auto;
    margin: 6px 0;
    border: 1px solid #34495e;
    border-radius: 4px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.2);
}

.kf_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.kf_row:last-child { border-bottom: none; }

.kf_label {
    cursor: pointer;
    font-size: 13px;
}
.kf_label:hover { color: #FFF27F; }

.kf_del {
    background: #ca2222 !important;
    padding: 0 8px !important;
    line-height: 18px;
    border-radius: 3px !important;
}
.kf_del:hover { background: #a31a1a !important; }

.kf_empty {
    color: #8b97a3;
    font-size: 12px;
    padding: 6px;
}

.kf_progress {
    width: 100%;
    height: 14px;
    margin-top: 6px;
}

.kf_status {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #FFF27F;
    min-height: 14px;
}
