body {
    background-color: #f4f4f4;
    font-family: 'Segoe UI Emoji', 'Noto Color Emoji', 'Apple Color Emoji', 'Arial', sans-serif;
    color: #333;
}


h2,
h3 {
    color: #0b3d91;
    font-weight: bold;
}

.category-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Tablas */
.table-sports {
    width: 100%;
    border-collapse: collapse;
}

.table-sports th {
    background-color: #0b3d91;
    color: white;
    padding: 12px;
    font-size: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.table-sports td {
    padding: 10px;
    vertical-align: middle;
    font-size: 15px;
}

.table-sports tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-sports tbody tr:hover {
    background-color: #d6e4ff;
    cursor: pointer;
}

/* Fotos y logos */
.player-photo,
.team-logo {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #0b3d91;
}

/* Puntaje destacado */
.table-sports td strong {
    color: #e6b800;
    /* dorado */
    font-size: 18px;
}

/* Puesto especial */
.table-sports td:first-child {
    font-weight: bold;
    color: #0b3d91;
    font-size: 18px;
}

/* Mensajes */
.alert {
    padding: 15px;
    border-radius: 8px;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}


.table-sports tbody tr:nth-child(1) {
    background-color: #fff8e1 !important;
    /* Oro suave */
}

.table-sports tbody tr:nth-child(2) {
    background-color: #f0f0f0 !important;
    /* Plata suave */
}

.table-sports tbody tr:nth-child(3) {
    background-color: #fbe9e7 !important;
    /* Bronce suave */
}

.player-photo,
.team-logo {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}