* { box-sizing: border-box; }
body { margin: 0; background: #090909; color: #f5f5f5; font: 14px/1.8 "Microsoft Yahei", Arial, sans-serif; }
.rank-page { width: 1024px; max-width: calc(100% - 24px); margin: 24px auto 50px; }
.rank-tabs { display: flex; background: #2d2d2d; border-radius: 10px; overflow: hidden; margin-bottom: 18px; }
.rank-tabs a { flex: 1; text-align: center; color: #f2d17b; text-decoration: none; padding: 10px 8px; border-left: 1px solid #444; }
.rank-tabs a:first-child { border-left: 0; }
.rank-tabs a.active, .rank-tabs a:hover { color: #fff; background: linear-gradient(90deg, #ffbf69, #ff5f6d); }
h1 { margin: 0 0 20px; color: #ffcc33; text-align: center; font-size: 30px; font-weight: normal; border-bottom: 2px solid #ffcc33; padding-bottom: 12px; }
.rank-layout { display: flex; gap: 18px; }
.rank-sidebar { width: 130px; background: #333; border-radius: 10px; padding: 16px 12px; }
.rank-sidebar h2 { font-size: 16px; margin: 0 0 12px; text-align: center; color: #fff; }
.rank-sidebar a { display: block; color: #fff; text-decoration: none; text-align: center; padding: 8px 6px; border-radius: 6px; margin-bottom: 8px; background: #444; }
.rank-sidebar a.active, .rank-sidebar a:hover { background: #ffcc33; color: #111; }
.rank-content { flex: 1; background: #2a2a2a; border-radius: 10px; padding: 18px; min-width: 0; }
.rank-filters { margin-bottom: 14px; }
.rank-filters select, .rank-filters button { height: 32px; border: 0; border-radius: 5px; margin-right: 8px; padding: 0 12px; }
.rank-filters button { cursor: pointer; background: #ffcc33; color: #111; }
.rank-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.rank-table th, .rank-table td { border: 1px solid #555; padding: 8px 6px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-table th { background: #444; color: #fff; }
.rank-table tr:nth-child(even) td { background: #363636; }
.rank-table tr:hover td { background: #7f4247; }
.rank-medal { display: inline-block; min-width: 24px; height: 24px; line-height: 24px; border-radius: 50%; color: #111; font-weight: bold; }
.rank-1 { background: #ffd700; }
.rank-2 { background: #c0c0c0; }
.rank-3 { background: #cd7f32; }
@media (max-width: 720px) { .rank-layout { display: block; } .rank-sidebar { width: auto; margin-bottom: 14px; } .rank-sidebar a { display: inline-block; margin-right: 6px; } }
