From my reading of the draft spec, I can't understand if this is valid. It seems intuitive enough as I tried it first before discovering it does not work:
@page:first,
@page:nth(2) {
...
}
@page:first,
@page:nth(2) {
...
}