body { background-color: #0f1115; }
.bg-secondary-subtle { background-color: #1b1f2a !important; }
.bg-dark-subtle { background-color: #121520 !important; }
.text-light-emphasis { color: #aab2c0 !important; }
#dropArea.dragover { outline: 2px dashed #0dcaf0; }
.progress { height: 6px; }
.file-row { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .25rem 0; border-bottom: 1px dashed rgba(255,255,255,.08); }
.file-row small { opacity: .8; }
.file-row.done { opacity:.7 }
.file-row.error { border-left:2px solid #dc3545; padding-left:.5rem }
#doneBox summary { cursor:pointer; user-select:none }
#liveStats { font-variant-numeric: tabular-nums }