.player-results{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:10px 12px;color:var(--ink,#17253b)}
.result-eyebrow{font-size:10px;font-weight:800;letter-spacing:2px;margin:0;color:var(--muted,#6b6357)}
.result-heading{font-size:clamp(18px,4.8vw,24px);line-height:1.15;margin:0;font-weight:800;letter-spacing:-1px}
.result-person{display:flex;flex-direction:column;align-items:center;min-width:0;gap:3px;position:relative}
.result-name{font-size:20px;overflow-wrap:anywhere;max-width:100%}.result-score{font-size:13px;color:var(--muted,#6b6357)}.result-place{font-size:12px;font-weight:800;color:var(--muted,#6b6357)}
.result-award{object-fit:contain;display:block;width:64px;height:auto;max-height:12vh;filter:drop-shadow(0 8px 12px #17253b18)}
.result-hero .result-award{width:min(112px,28vw);height:auto;max-height:13vh}.result-hero.result-place-1 .result-award{width:min(150px,40vw);height:auto;max-height:19vh}.result-hero .result-name{font-size:clamp(18px,5vw,22px)}.result-hero .result-score{font-size:14px}
.result-compact{display:grid;grid-template-columns:42px auto;text-align:left;column-gap:10px;align-items:center}.result-compact .result-award{grid-row:1/4;width:40px;height:auto;max-height:6.5vh}.result-compact .result-name{font-size:15px}.result-compact .result-place{font-size:10px}
.result-others{display:flex;justify-content:center;gap:22px;border-top:1px solid var(--border,#e6dcc8);padding-top:10px;width:100%;margin-top:2px}.result-small .result-name{font-size:15px}.result-small .result-award{height:44px;width:44px}
.result-podium{display:flex;align-items:flex-end;justify-content:center;gap:14px;width:100%;padding:6px 0 14px;border-bottom:1px solid var(--border,#e6dcc8);margin-bottom:8px}.result-mini{flex:1}.result-mini .result-name{font-size:14px}.result-mini .result-award{width:52px;height:auto;max-height:10vh}.result-mini.result-place-1{padding-bottom:16px}.result-mini.result-place-1 .result-award{width:76px;max-height:14vh}
.result-position .result-place{font-size:clamp(38px,10vw,50px);line-height:1.1;color:var(--ink,#17253b);letter-spacing:-3px}.result-position{padding:4px 0 8px}
.result-fireworks{position:absolute;inset:0;overflow:hidden;z-index:-1;pointer-events:none}.result-spark{position:absolute;width:5px;height:5px;border-radius:50%;background:#d99a2b;animation:result-burst 2.4s var(--delay) 4 both}.result-spark:nth-child(3n){background:#c75f37}.result-spark:nth-child(3n + 1){background:#315db5}
@keyframes result-burst{0%{transform:rotate(var(--angle)) translateX(0);opacity:0}15%{opacity:1}70%,100%{transform:rotate(var(--angle)) translateX(90px);opacity:0}}
@media(prefers-reduced-motion:reduce){.result-spark{animation:none;transform:rotate(var(--angle)) translateX(75px);opacity:.5}}
