/* Common Styles for v4 Pages */

body {
    background: #0a0a0a url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%23000"/><path d="M0 0L100 100M100 0L0 100" stroke="%23111" stroke-width="0.5"/></svg>');
    color: #fff;
    font-family: 'Courier New', 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Section Headers */
h3 {
    color: #ff6600;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    position: relative;
}

h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ff6600;
}

/* Table Styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: #222;
    border-radius: 8px;
    overflow: hidden;
}

th {
    background: #333;
    padding: 12px 8px;
    text-align: left;
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

th.center, td.center {
    text-align: center;
}

td {
    padding: 12px 8px;
    border-bottom: 1px solid #333;
    font-size: 13px;
}

tr:hover {
    background: #2a2a2a;
}

tr.current {
    background: #444;
    border-left: 4px solid #ff6600;
}

tr.current td {
    color: #fff;
    font-weight: bold;
}

.rank {
    color: #ff6600;
    font-weight: bold;
    font-size: 16px;
}

.rank.top3 {
    font-size: 18px;
}

.rank-1 { color: #ffd700; } /* Gold */
.rank-2 { color: #c0c0c0; } /* Silver */
.rank-3 { color: #cd7f32; } /* Bronze */

.rank-num {
    color: #ff6600;
    font-weight: bold;
}

/* Links */
.player-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.player-link:hover {
    color: #ff6600;
    text-decoration: underline;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.pagination a, .pagination span {
    padding: 8px 12px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.pagination a:hover {
    background: #ff6600;
    color: #000;
}

.pagination .current {
    background: #ff6600;
    color: #000;
    font-weight: bold;
}

.pagination .disabled {
    background: #2a2a2a;
    color: #555;
    cursor: not-allowed;
}

/* Footer */
.footer {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    color: #555;
    font-size: 11px;
    border-top: 1px solid #222;
}

/* Medal Icons */
.medal-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

/* KDA Color Coding */
.kda-good {
    color: #4caf50;
    font-weight: bold;
}

.kda-average {
    color: #ffd700;
}

.kda-poor {
    color: #f44336;
}
