.ranking-history-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.ranking-history-summary--active{grid-template-columns:repeat(5,minmax(0,1fr))}.ranking-history-related{display:flex;align-items:center;flex-wrap:wrap;gap:0.35rem 0.55rem;min-width:0;margin:var(--space-2) 0;color:var(--text-muted);font-size:0.78rem}.ranking-history-related a{color:var(--link);font-weight:600}.ranking-history-related-players{margin-top:0}.ranking-chart-legend,.ranking-history-chart-actions{display:flex;align-items:center;gap:0.45rem;flex-wrap:wrap}.ranking-history-chart-actions{justify-content:flex-end}.ranking-history-chart-actions .table-tools-status{max-width:11rem}.ranking-chart-series{--series-color:var(--accent-green);display:inline-flex;align-items:center;gap:0.42rem;min-height:32px;padding:0.28rem 0.62rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;color:var(--text-muted);font-size:0.78rem;font-weight:700}.ranking-chart-series[data-series="points"]{--series-color:var(--link)}.ranking-chart-series:hover,.ranking-chart-series.is-active{border-color:var(--border-strong);background:var(--surface);color:var(--text-strong)}.ranking-chart-series.is-active{box-shadow:inset 0 -2px 0 var(--series-color)}.ranking-chart-swatch{width:1rem;height:3px;border-radius:999px;background:var(--series-color);opacity:0.45}.ranking-chart-series.is-active .ranking-chart-swatch{opacity:1}.ranking-chart-frame{background:linear-gradient(180deg,#fff,var(--surface-subtle));box-shadow:var(--shadow-xs)}.ranking-chart-plot{fill:rgba(255,255,255,0.56)}.ranking-chart-gridline{stroke-dasharray:2 4}.ranking-chart-line{stroke-width:2.6}.ranking-chart-line--rank{stroke:var(--accent-green)}.ranking-chart-line--points{stroke:var(--link)}.ranking-chart-axis-title{fill:var(--text-strong);font-size:12px;font-weight:750}.ranking-chart-axis-title--rank,.ranking-chart-tooltip .ranking-chart-tooltip-value--rank{fill:var(--accent-green)}.ranking-chart-axis-title--points,.ranking-chart-tooltip .ranking-chart-tooltip-value--points{fill:var(--link)}.ranking-chart-dot--rank,.ranking-chart-dot--points{stroke:#fff;stroke-width:2}.ranking-chart-dot--rank,.ranking-chart-isolated-point--rank{fill:var(--accent-green)}.ranking-chart-dot--points,.ranking-chart-isolated-point--points{fill:var(--link)}html[data-theme="dark"] .ranking-chart-frame{background:linear-gradient(180deg,var(--surface),var(--surface-subtle))}html[data-theme="dark"] .ranking-chart-series{background:var(--surface)}html[data-theme="dark"] .ranking-chart-series:hover,html[data-theme="dark"] .ranking-chart-series.is-active{background:var(--surface-subtle)}html[data-theme="dark"] .ranking-chart-plot{fill:rgba(18,23,18,0.35)}html[data-theme="dark"] .ranking-chart-dot--rank,html[data-theme="dark"] .ranking-chart-dot--points{stroke:var(--surface)}@media (max-width:1100px){.ranking-history-summary,.ranking-history-summary--active{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.ranking-history-summary,.ranking-history-summary--active{grid-template-columns:repeat(2,minmax(0,1fr))}}