body {
    background-color: #ffffff;
    color: #333333;
}

/* Pestañas de Zonas */
.nav-zonas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
}

.nav-zonas .nav-link {
    color: #666666;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    background: transparent;
    padding: 0.5rem 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.nav-zonas .nav-link:hover {
    color: var(--laef-gold);
}

.nav-zonas .nav-link.active {
    color: var(--laef-gold);
    background: transparent;
    font-weight: bold;
}

.nav-zonas .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--laef-gold);
    border-radius: 4px 4px 0 0;
}

@media (max-width: 576px) {
    .bg-glass {
        padding: 0.75rem 0.25rem;
    }
    .table-custom td {
        font-size: 0.7rem;
        padding: 0.3rem 0.1rem;
        line-height: 1.1;
    }
    .table-custom img {
        max-height: 18px;
        max-width: 18px;
        display: inline-block;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .table-custom td b {
        font-size: 0.8rem;
    }
    .table-custom thead th {
        font-size: 0.65rem;
        white-space: normal !important;
        padding: 0.3rem 0.1rem;
    }
}
