.batch-bar {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2);
    background: var(--surface-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-2);
}

.batch-count {
    font-size: var(--caption);
    color: var(--text-dim);
    font-weight: var(--weight-medium);
}

.batch-bar[hidden] {
    display: none;
}

.tracked-novel-card.selected,
.novel-card.selected {
    box-shadow: 0 0 0 2px var(--accent-primary);
    transition: box-shadow 0.15s;
}

.select-all,
.row-checkbox {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
