.rankings-inner { max-width: 900px; margin: 0 auto; }
.rankings-header h1 { text-align: left; font-size: 22px; margin-bottom: 6px; }
.rankings-description { color: #888; font-size: 13px; margin-bottom: 16px; }
.set-selector { margin-bottom: 20px; }
.set-selector label { font-size: 13px; color: #555; font-weight: 600; margin-right: 8px; }
.set-selector select { padding: 10px 14px; font-size: 14px; border: 1px solid #ddd; border-radius: 8px; max-width: 100%; background: white; font-family: inherit; }
.rankings-table-wrap { background: white; border-radius: 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.rankings-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.rankings-table th { padding: 10px 12px; text-align: left; color: #888; font-size: 12px; font-weight: 600; border-bottom: 2px solid #f0f0f0; background: #fafafa; white-space: nowrap; }
.rankings-table th a { color: #888; text-decoration: none; display: flex; align-items: center; gap: 4px; }
.rankings-table th a:hover { color: #2196F3; }
.rankings-table td { padding: 10px 12px; border-bottom: 1px solid #f0f0f0; white-space: nowrap; }
.rankings-table tr:hover td { background: #f8f9fa; }
.highlighted-score { background-color: #fff8e1 !important; }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 20px; }
.pagination a { display: inline-block; padding: 8px 14px; border: 1px solid #ddd; border-radius: 6px; text-decoration: none; color: #666; font-size: 13px; transition: all 0.15s; }
.pagination a:hover { border-color: #2196F3; color: #2196F3; }
.pagination a.active { background: #2196F3; color: white; border-color: #2196F3; }
.tabs { display: flex; gap: 0; margin-bottom: 20px; background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.tab { flex: 1; padding: 12px; text-align: center; background: white; color: #888; text-decoration: none; font-weight: 600; font-size: 14px; border-bottom: 3px solid transparent; transition: all 0.15s; }
.tab.active { color: #2196F3; border-bottom-color: #2196F3; background: #f5f9ff; }
.tab:hover { color: #2196F3; background: #fafafa; }
@media (max-width: 768px) {
    .rankings-table th, .rankings-table td { padding: 8px 6px; font-size: 12px; }
    .set-selector select { width: 100%; }
}

.top-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 14px; }
.top-bar a { color: #2196F3; text-decoration: none; }
