.leaderboard-podium{display:flex;align-items:flex-end;justify-content:center;gap:1.5rem;padding:2rem 1rem 3rem;margin-bottom:2rem}.podium-card-wrapper{cursor:pointer;display:block}.leaderboard-row-wrapper,.podium-card-wrapper,.podium-card-wrapper:hover{text-decoration:none!important}.leaderboard-row-wrapper{cursor:pointer;display:block}.leaderboard-row-wrapper:hover{text-decoration:none!important}.podium-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1.25rem;background:#16181d url(/assets/leaderboard-assets-min94827ac9/flash-flag-background-8.webp) 50%/cover no-repeat;border:1px solid rgba(255,255,255,.08);border-radius:8px;position:relative;transition:border-color .2s}.podium-card:hover{border-color:rgba(255,255,255,.15)}.podium-first{width:240px;padding:2rem 1.5rem}.podium-second,.podium-third{width:220px}.podium-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%) skewX(-10deg);padding:.375rem 1rem;font-size:11px;font-weight:700;letter-spacing:.5px;color:#000;border-radius:4px;white-space:nowrap}.podium-first .podium-badge{background:linear-gradient(135deg,#ffd700,#ffed4e)}.podium-second .podium-badge{background:linear-gradient(135deg,#c0c0c0,#e8e8e8)}.podium-third .podium-badge{background:linear-gradient(135deg,#cd7f32,#e89b5c)}.podium-avatar{width:80px;height:80px;border-radius:6px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.podium-first .podium-avatar{width:100px;height:100px}.podium-avatar img{width:100%;height:100%;object-fit:cover}.podium-avatar svg{color:rgba(255,255,255,.4)}.podium-username{font-size:.9375rem;font-weight:600;color:#fff;text-align:center;cursor:pointer}.podium-first .podium-username{font-size:1.0625rem}.podium-earned{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#fbbf24}.podium-first .podium-earned{font-size:1.375rem}.podium-earned span{color:#fff}@media (max-width:768px){.leaderboard-podium{display:none}}