html {
    font-size: 14px;
}

body {
    background-color: #111;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar {
    background-color: #000 !important;
    border-bottom: 3px solid #9acd32 !important;
}

.navbar-brand,
.nav-link {
    color: #fff !important;
    font-weight: bold;
}

    .nav-link:hover {
        color: #9acd32 !important;
    }

.card {
    background-color: #1b1b1b;
    border: 2px solid #9acd32;
    border-radius: 15px;
}

    .card h3 {
        color: #9acd32;
        font-weight: bold;
    }

.table {
    color: #fff !important;
}

.table tbody tr {
    background-color: #1b1b1b !important;
    color: #fff !important;
}

.table tbody td {
    color: #fff !important;
    background-color: #1b1b1b !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #fff !important;
    background-color: #242424 !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    color: #fff !important;
    background-color: #1b1b1b !important;
}

.table thead th {
    background-color: #9acd32 !important;
    color: #000 !important;
}

    .table thead {
        background-color: #9acd32;
        color: #000;
    }

.btn-primary {
    background-color: #2563eb;
    border: none;
}

.btn-success {
    background-color: #16a34a;
    border: none;
}

.btn-warning {
    background-color: #eab308;
    border: none;
    color: #000;
}

.btn-secondary {
    background-color: #555;
    border: none;
}

.btn-dark {
    background-color: #000;
    border: 2px solid #9acd32;
}

    .btn-dark:hover {
        background-color: #9acd32;
        color: #000;
    }

h1, h2, h3, h4 {
    font-weight: bold;
}

footer {
    background-color: #000;
    color: #999;
}

.badge.bg-success {
    background-color: #16a34a !important;
}

.badge.bg-warning {
    background-color: #eab308 !important;
    color: #000 !important;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.hero {
    padding: 30px 20px;
    background: linear-gradient(180deg, #111 0%, #1b1b1b 100%);
    border: 2px solid #9acd32;
    border-radius: 20px;
}

.logo-principal {
    max-width: 180px;
    border-radius: 50%;
    border: 4px solid #9acd32;
    background-color: white;
}

.titulo-principal {
    font-size: 3rem;
    font-weight: 900;
    color: #9acd32;
    letter-spacing: 3px;
}

.subtitulo {
    color: #ccc;
    font-size: 1.2rem;
}

.categoria-card {
    transition: transform 0.2s ease;
}

    .categoria-card:hover {
        transform: translateY(-5px);
    }

.categoria-titulo {
    color: #9acd32;
    font-weight: bold;
    margin-bottom: 20px;
}
.resultado-card {
    border: 2px solid #9acd32;
    background: linear-gradient(180deg, #1b1b1b 0%, #111 100%);
}

.resultado-marcador {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.equipo-nombre {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.marcador {
    background-color: #000;
    color: #9acd32;
    border: 2px solid #9acd32;
    border-radius: 15px;
    padding: 10px 18px;
    font-size: 2rem;
    font-weight: 900;
    min-width: 120px;
}

.goleador-linea {
    color: #ddd;
    font-size: 0.95rem;
    margin-bottom: 4px;
}
.fixture-card {
    border: 2px solid #9acd32;
    background: linear-gradient(180deg, #1b1b1b 0%, #111 100%);
}

    .fixture-card h4 {
        color: #fff;
        font-weight: bold;
    }

.vs {
    display: inline-block;
    background-color: #9acd32;
    color: #000;
    font-weight: 900;
    padding: 8px 18px;
    border-radius: 999px;
    margin: 10px 0;
}
.cancha-label {
    display: inline-block;
    background-color: #000;
    color: #9acd32;
    border: 1px solid #9acd32;
    border-radius: 999px;
    padding: 6px 14px;
    font-weight: bold;
}
.resumen-card {
    border: 2px solid #9acd32;
    background: linear-gradient(180deg, #1b1b1b 0%, #111 100%);
}

    .resumen-card h4 {
        color: #9acd32;
        font-weight: bold;
    }
.tabla-posiciones {
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #9acd32;
}

    .tabla-posiciones tbody tr:first-child td {
        background-color: #263b0f !important;
        color: #9acd32 !important;
        font-weight: 900;
    }

.posicion-numero {
    font-weight: 900;
    color: #9acd32;
}

.puntos-destacado {
    background-color: #9acd32;
    color: #000;
    border-radius: 999px;
    padding: 5px 12px;
    font-weight: 900;
}
.fila-campeon td {
    background-color: rgba(154, 205, 50, 0.15) !important;
    border-top: 2px solid #9acd32;
    border-bottom: 2px solid #9acd32;
}

.fila-clasificacion td {
    border-left: 4px solid #9acd32;
}
.banner-torneo {
    margin-top: 30px;
    background: linear-gradient(90deg, #9acd32 0%, #6f9c16 100%);
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 0 20px rgba(154,205,50,0.2);
}

.banner-texto {
    color: #000;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 1px;
}