.ranking-page.svelte-gmzmlh{display:flex;flex-direction:column;gap:var(--space-8);padding-block:var(--space-12) var(--space-16);max-width:980px}.ranking-header.svelte-gmzmlh{display:flex;flex-direction:column;gap:var(--space-2)}.ranking-title.svelte-gmzmlh{display:flex;align-items:center;gap:var(--space-3);font-size:clamp(1.5rem,1.3rem + .7vw,2rem);font-weight:700;letter-spacing:-.02em}.ranking-title-icon.svelte-gmzmlh{color:var(--accent);font-size:1.5rem}.ranking-subtitle.svelte-gmzmlh{font-size:.9375rem;color:var(--text-muted);line-height:1.6}.empty-state.svelte-gmzmlh{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-16) var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center}.empty-icon.svelte-gmzmlh{font-size:3rem;color:var(--text-subtle)}.empty-text.svelte-gmzmlh{font-size:1rem;color:var(--text-muted)}.pairs-list.svelte-gmzmlh{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)}.ranking-more.svelte-gmzmlh{display:flex;justify-content:center;margin-top:var(--space-4)}.pair-card.svelte-gmzmlh{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6);transition:border-color .15s ease}.pair-card.svelte-gmzmlh:hover{border-color:var(--accent)}.pair-card.rank-gold.svelte-gmzmlh{border-color:#fbbf2466;background:linear-gradient(135deg,rgba(251,191,36,.05) 0%,var(--surface) 50%)}.pair-card.rank-silver.svelte-gmzmlh{border-color:#9ca3af66;background:linear-gradient(135deg,rgba(156,163,175,.05) 0%,var(--surface) 50%)}.pair-card.rank-bronze.svelte-gmzmlh{border-color:#b4753c66;background:linear-gradient(135deg,rgba(180,117,60,.05) 0%,var(--surface) 50%)}.pair-rank.svelte-gmzmlh{flex-shrink:0;width:42px;display:flex;align-items:center;justify-content:center}.medal.svelte-gmzmlh{font-size:.8125rem;line-height:1;font-weight:700;padding:.25rem .5rem;border-radius:9999px;border:1px solid var(--border);color:var(--text-muted);background:var(--bg)}.rank-gold.svelte-gmzmlh .medal:where(.svelte-gmzmlh){border-color:#fbbf2480;color:#b45309;background:#fbbf242e}.rank-silver.svelte-gmzmlh .medal:where(.svelte-gmzmlh){border-color:#9ca3af80;color:#4b5563;background:#9ca3af2e}.rank-bronze.svelte-gmzmlh .medal:where(.svelte-gmzmlh){border-color:#b4753c80;color:#78350f;background:#b4753c2e}.rank-num.svelte-gmzmlh{font-size:.875rem;font-weight:600;color:var(--text-subtle)}.pair-users.svelte-gmzmlh{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:var(--space-3);min-width:0}.pair-user.svelte-gmzmlh{display:flex;align-items:center;gap:var(--space-2);min-width:0;text-decoration:none;color:var(--text);border-radius:var(--radius-sm);padding:var(--space-2);transition:background .15s ease}.pair-user.svelte-gmzmlh:hover{background:var(--bg)}.pair-avatar.svelte-gmzmlh{width:38px;height:38px;border-radius:var(--radius-full);object-fit:cover;border:1px solid var(--border);flex-shrink:0}.pair-user-info.svelte-gmzmlh{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1;overflow:hidden}.pair-username.svelte-gmzmlh{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pair-uuid.svelte-gmzmlh{display:block;font-size:clamp(.58rem,.52rem + .22vw,.76rem);color:var(--text-subtle);white-space:nowrap;overflow-x:auto;overflow-y:hidden;line-height:1.35;letter-spacing:.01em;padding-bottom:1px;scrollbar-width:thin}.pair-vs.svelte-gmzmlh{flex-shrink:0;padding-inline:var(--space-2)}.vs-icon.svelte-gmzmlh{color:var(--text-subtle)}.pair-score-wrap.svelte-gmzmlh{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-1);min-width:84px}.pair-pct.svelte-gmzmlh{font-size:clamp(.9375rem,.88rem + .2vw,1.08rem);font-weight:700;color:var(--accent)}.pair-bar-bg.svelte-gmzmlh{width:84px;height:5px;background:var(--border);border-radius:9999px;overflow:hidden}.pair-bar-fill.svelte-gmzmlh{height:100%;background:linear-gradient(90deg,var(--accent),rgba(129,140,248,.6));border-radius:9999px}@media(max-width:820px){.ranking-page.svelte-gmzmlh{padding-block:var(--space-8) var(--space-10);gap:var(--space-6)}.pair-card.svelte-gmzmlh{padding:var(--space-4) var(--space-4);gap:var(--space-4)}}@media(max-width:680px){.ranking-page.svelte-gmzmlh{padding-block:var(--space-6) var(--space-8)}.pair-card.svelte-gmzmlh{grid-template-columns:auto minmax(0,1fr);gap:var(--space-3);padding:var(--space-3) var(--space-3)}.pair-rank.svelte-gmzmlh{width:36px}.pair-users.svelte-gmzmlh{grid-column:1 / -1;grid-template-columns:minmax(0,1fr);gap:var(--space-2)}.pair-user.svelte-gmzmlh{width:100%}.pair-vs.svelte-gmzmlh{display:none}.pair-score-wrap.svelte-gmzmlh{grid-column:1 / -1;width:100%;align-items:flex-start;margin-top:var(--space-1)}.pair-bar-bg.svelte-gmzmlh{width:100%}.pair-uuid.svelte-gmzmlh{font-size:clamp(.52rem,1.7vw,.66rem)}}@media(max-width:420px){.ranking-title.svelte-gmzmlh{font-size:1.35rem}.pair-card.svelte-gmzmlh{padding:var(--space-2) var(--space-2)}.pair-avatar.svelte-gmzmlh{width:32px;height:32px}.pair-user.svelte-gmzmlh{padding:var(--space-1)}.pair-username.svelte-gmzmlh{font-size:.8125rem}.pair-uuid.svelte-gmzmlh{font-size:.52rem}}
