diff --git a/src/components/admin/round/ranking-dashboard.tsx b/src/components/admin/round/ranking-dashboard.tsx
index 1bd64e0..89c178f 100644
--- a/src/components/admin/round/ranking-dashboard.tsx
+++ b/src/components/admin/round/ranking-dashboard.tsx
@@ -814,6 +814,33 @@ export function RankingDashboard({ competitionId: _competitionId, roundId }: Ran
+ {/* Ranking display toggles — always visible, persist per round */}
+
+
+
+
+
+ Balance juror grading style (score)
+
+ Corrects for harshness on average scores. Off uses raw averages.
+
+
+
+
+
+
+ Factor advance votes into ranking
+
+ When on, yes/no votes (harshness-corrected) blend with the score via the
+ score/pass-rate weights. When off, the ranking is score-only.
+
+
+
+
+
+
+
+
{/* Ranking Configuration: criteria text + weights */}
@@ -1167,29 +1194,6 @@ export function RankingDashboard({ competitionId: _competitionId, roundId }: Ran
) : projectDetail ? (
- {/* Balanced-ranking toggles (per-round; persist across viewers) */}
-
-
-
- Balance juror grading style (score)
-
- Corrects for harshness on average scores. Off uses raw averages.
-
-
-
-
-
-
- Factor advance votes into ranking
-
- When on, yes/no votes (harshness-corrected) blend with the score via the
- score/pass-rate weights. When off, the ranking is score-only.
-
-