@keyframes standings-flash-fast{0%{background-color:color-mix(in srgb, var(--color-green) 35%, transparent)}to{background-color:#0000}}@keyframes standings-flash-slow{0%{background-color:color-mix(in srgb, var(--color-kerb) 35%, transparent)}to{background-color:#0000}}@keyframes standings-flash-neutral{0%{background-color:#c8c8c826}to{background-color:#0000}}tr[data-flash=fast] td.cell-last{animation:.6s ease-out standings-flash-fast}tr[data-flash=slow] td.cell-last{animation:.6s ease-out standings-flash-slow}tr[data-flash=neutral] td.cell-last{animation:.6s ease-out standings-flash-neutral}
