/* Minimal custom styles for retro arcade look */
.podium-card { background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); }
.gold { background: linear-gradient(180deg,#FFD700,#FFB800); color:#111; }
.silver { background: linear-gradient(180deg,#C0C0C0,#9E9E9E); color:#111; }
.bronze { background: linear-gradient(180deg,#cd7f32,#a65e2a); color:#111; }

.player-name { font-weight: 700; }
.score-number { font-family: 'Courier New', monospace; font-size: 1.25rem; }