.bareme-table,.points-table{--bareme-row-odd:var(--surface-strong);--bareme-row-even:var(--surface-soft);--bareme-row-hover:rgba(226,161,94,0.34);--bareme-row-selected:rgba(18,63,45,0.16);--bareme-row-error:rgba(180,35,24,0.16);--bareme-row-valid:rgba(50,131,82,0.18)}.bareme-table tbody tr:nth-child(odd) td,.bareme-table tbody tr:nth-child(odd) th,.points-table tbody tr:nth-child(odd) td,.points-table tbody tr:nth-child(odd) th{background-color:var(--bareme-row-odd)}.bareme-table tbody tr:nth-child(2n) td,.bareme-table tbody tr:nth-child(2n) th,.points-table tbody tr:nth-child(2n) td,.points-table tbody tr:nth-child(2n) th{background-color:var(--bareme-row-even)}.bareme-table tbody tr:focus-visible td,.bareme-table tbody tr:focus-visible th,.bareme-table tbody tr:hover td,.bareme-table tbody tr:hover th,.points-table tbody tr:focus-visible td,.points-table tbody tr:focus-visible th,.points-table tbody tr:hover td,.points-table tbody tr:hover th{background-color:var(--bareme-row-hover)}.bareme-table tbody tr.is-selected td,.bareme-table tbody tr.is-selected th,.points-table tbody tr.is-selected td,.points-table tbody tr.is-selected th{background-color:var(--bareme-row-selected);box-shadow:inset 3px 0 0 var(--olive)}.bareme-table tbody tr.is-error td,.bareme-table tbody tr.is-error th,.points-table tbody tr.is-error td,.points-table tbody tr.is-error th{background-color:var(--bareme-row-error);box-shadow:inset 3px 0 0 var(--danger)}.bareme-table tbody tr.is-valid td,.bareme-table tbody tr.is-valid th,.points-table tbody tr.is-valid td,.points-table tbody tr.is-valid th{background-color:var(--bareme-row-valid);box-shadow:inset 3px 0 0 var(--olive)}