/* 
   Alebrijes de Oaxaca Teotihuacán
   Liga TDP Page Styles
*/

/* Header Variants - Two Column Hero Design - Enhanced */
.page-header.header-ligatdp {
    height: auto;
    min-height: 220px;
    max-height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--text);
    margin-top: 0;
    padding: calc(var(--header-height) + 20px) 0 30px 0;
    background: linear-gradient(to bottom, #fafafa 0%, var(--white) 100%);
    overflow: hidden;
}

/* Decorative background elements */
.page-header.header-ligatdp::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(243, 106, 33, 0.03) 0%, transparent 100%);
    z-index: 0;
}

.page-header.header-ligatdp::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(243, 106, 33, 0.05) 0%, transparent 70%);
    z-index: 0;
}

.header-ligatdp-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;
    align-items: center;
    justify-items: center;
    position: relative;
    z-index: 3;
}

.header-ligatdp-content {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.header-ligatdp-content h1 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: var(--text);
    position: relative;
}

.header-ligatdp-content h1 .text-gradient {
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-ligatdp-content p {
    font-size: clamp(0.8rem, 1.2vw, 0.95rem);
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-light);
    max-width: 300px;
    margin-bottom: 0;
    position: relative;
}

.header-ligatdp-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
}

.header-ligatdp-image::before {
    display: none;
}

.header-ligatdp-image::after {
    display: none;
}

.header-ligatdp .header-bg-img {
    width: 100%;
    max-width: 160px;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1;
}


.header-ligatdp .header-overlay {
    display: none;
}

/* Liga TDP Menu Navigation - Modern Card Design */
.ligatdp-menu-section {
    background: var(--white);
    padding: 0;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: var(--header-height);
    z-index: 100;
    border-top: 1px solid rgba(243, 106, 33, 0.2);
}

.ligatdp-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 0;
    overflow: hidden;
}

.ligatdp-menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 25px 20px;
    background: var(--white);
    border: none;
    border-right: 1px solid rgba(243, 106, 33, 0.1);
    color: var(--text);
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.ligatdp-menu-btn:last-child {
    border-right: none;
}

.ligatdp-menu-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.ligatdp-menu-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(243, 106, 33, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ligatdp-menu-btn:hover {
    background: rgba(243, 106, 33, 0.03);
    color: var(--primary);
    transform: translateY(-2px);
}

.ligatdp-menu-btn:hover::before {
    transform: scaleX(1);
}

.ligatdp-menu-btn:hover::after {
    opacity: 1;
}

.ligatdp-menu-btn.active {
    background: linear-gradient(to bottom, rgba(243, 106, 33, 0.08) 0%, transparent 100%);
    color: var(--primary);
    font-weight: 700;
}

.ligatdp-menu-btn.active::before {
    transform: scaleX(1);
    height: 4px;
}

.ligatdp-menu-btn.active::after {
    opacity: 1;
}

.ligatdp-menu-btn svg {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    stroke-width: 2;
}

.ligatdp-menu-btn:hover svg {
    transform: translateY(-3px) scale(1.1);
    color: var(--primary);
}

.ligatdp-menu-btn.active svg {
    transform: translateY(-2px) scale(1.15);
    color: var(--primary);
    filter: drop-shadow(0 4px 8px rgba(243, 106, 33, 0.3));
}

.ligatdp-menu-btn span {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.3;
}

/* Content Sections */
.ligatdp-content-section {
    display: none;
    padding: 60px 0;
    min-height: 500px;
}

.ligatdp-content-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Section 1: Plantilla de Jugadores - Enhanced Design */
.squad-filters {
    display: flex;
    justify-content: center;
    margin: 40px 0 30px 0;
    padding: 0 20px;
}

.filter-select-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 400px;
}

.filter-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.select-container {
    position: relative;
    width: 100%;
}

.filter-select {
    width: 100%;
    padding: 16px 50px 16px 24px;
    background: var(--white);
    border: 2px solid rgba(243, 106, 33, 0.3);
    border-radius: 50px;
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    text-align-last: center;
}

.filter-select:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 20px rgba(243, 106, 33, 0.2);
}

.filter-select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 4px 20px rgba(243, 106, 33, 0.3);
}

.filter-select option {
    padding: 12px;
    font-weight: 500;
    background: var(--white);
    color: var(--text);
}

.select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.filter-select:focus+.select-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.squad-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-top: 40px;
    justify-items: center;
}

.player-card {
    width: 100%;
    max-width: 320px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    background: var(--white);
    display: flex;
    flex-direction: column;
    position: relative;
}

.player-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.player-card.coach-card {
    border: 3px solid var(--primary);
}

.player-img {
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: var(--grey);
    position: relative;
}

.player-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

.player-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.player-card:hover .player-img img {
    transform: scale(1.08);
}

.player-info {
    padding: 25px 20px;
    background: var(--white);
    text-align: center;
    border-top: 3px solid var(--primary);
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 120px;
}

.player-card.coach-card .player-info {
    background: linear-gradient(to bottom, var(--primary), var(--primary-dark));
    border-top: none;
    color: var(--white);
}

.player-card.coach-card .player-info .player-pos {
    color: rgba(255, 255, 255, 0.9);
}

.player-info h3 {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text);
    word-wrap: break-word;
    hyphens: auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.player-card.coach-card .player-info h3 {
    color: var(--white);
}

.player-info .player-pos {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 8px 16px;
    background: rgba(243, 106, 33, 0.1);
    border-radius: 20px;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
}

.player-card.coach-card .player-info .player-pos {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

/* Section 2: Tabla de Posiciones */
.table-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.table-section-title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
    position: relative;
}

.table-title-main {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 0 30px;
}

.table-title-main::before,
.table-title-main::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, transparent, var(--primary), transparent);
    transform: translateY(-50%);
}

.table-title-main::before {
    left: -60px;
}

.table-title-main::after {
    right: -60px;
}

.table-title-group {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(243, 106, 33, 0.3);
    position: relative;
}

.table-title-group::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50px;
    z-index: -1;
    opacity: 0.3;
    filter: blur(8px);
}

.table-container {
    overflow-x: auto;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin: 40px 0;
}

.standings-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
    font-size: 0.9rem;
}

.standings-table th,
.standings-table td {
    padding: 15px 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.standings-table th:nth-child(1),
.standings-table td:nth-child(1) {
    width: 50px;
}

.standings-table th:nth-child(2),
.standings-table td:nth-child(2) {
    text-align: left;
    min-width: 200px;
}

.standings-table th:nth-child(n+3),
.standings-table td:nth-child(n+3) {
    width: 60px;
}

.standings-table th {
    background: var(--dark);
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    font-weight: 700;
}

.standings-table td {
    color: var(--text);
    font-size: 0.95rem;
}

.standings-table tr:hover {
    background-color: #f9f9f9;
}

/* Top 3 Positions */
.pos-1 {
    border-left: 5px solid #FFD700;
    background: rgba(255, 215, 0, 0.05);
}

.pos-2 {
    border-left: 5px solid #C0C0C0;
    background: rgba(192, 192, 192, 0.05);
}

.pos-3 {
    border-left: 5px solid #CD7F32;
    background: rgba(205, 127, 50, 0.05);
}

/* Team Cell Specifics */
.team-cell {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left !important;
    font-weight: 600;
}

.team-cell img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.placeholder-crest {
    width: 35px;
    height: 35px;
    background: #eee;
    border-radius: 50%;
    display: inline-block;
}

.table-action {
    text-align: center;
    margin-top: 30px;
}

/* Section 3: Últimos Resultados - Carrusel */
.results-carousel-wrapper {
    position: relative;
    margin: 40px 0;
    padding: 0 60px;
}

.results-carousel {
    overflow: hidden;
    border-radius: var(--radius);
    position: relative;
}

.results-carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.results-carousel-track .result-card {
    min-width: 100%;
    flex-shrink: 0;
    background: var(--white);
    border-radius: var(--radius);
    padding: 25px 20px;
    box-shadow: var(--shadow);
    border-left: 5px solid #ccc;
    transition: transform 0.3s ease;
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.result-card.win {
    border-left-color: #2ecc71;
    background: linear-gradient(to right, rgba(46, 204, 113, 0.05), var(--white));
}

.result-card.draw {
    border-left-color: #f39c12;
    background: linear-gradient(to right, rgba(243, 156, 18, 0.05), var(--white));
}

.result-card.loss {
    border-left-color: #e74c3c;
    background: linear-gradient(to right, rgba(231, 76, 60, 0.05), var(--white));
}

.result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.result-jornada {
    font-size: 0.75rem;
    color: var(--text-light);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.result-date {
    font-size: 0.75rem;
    color: var(--text-light);
    font-weight: 600;
}

.result-teams {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team-res {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-logo-score {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 120px;
}

.team-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.team-logo-score .placeholder-crest {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    flex-shrink: 0;
}

.score {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--dark);
    line-height: 1;
    min-width: 30px;
    text-align: center;
}

.score.winner {
    color: var(--primary);
}

.team-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text);
    flex: 1;
    text-align: left;
}

.vs-res {
    display: none;
}

.result-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.result-status {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 6px 12px;
    border-radius: 20px;
}

.result-status.win {
    background: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
}

.result-status.draw {
    background: rgba(243, 156, 18, 0.1);
    color: #f39c12;
}

.result-status.loss {
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
}

.result-location {
    font-size: 0.75rem;
    color: var(--text-light);
    font-weight: 600;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border: 2px solid var(--primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    color: var(--primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-50%) scale(1.1);
}

.carousel-prev {
    left: -25px;
}

.carousel-next {
    right: -25px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicator.active {
    background: var(--primary);
    width: 30px;
    border-radius: 6px;
}

/* Section 4: Noticias TDP */
/* Section 4: Noticias TDP - Using same design as noticias.html */
.tdp-news-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-top: 30px;
    grid-auto-rows: min-content;
}

/* Use the same styles as news-card-modern from noticias.css */
.tdp-news-grid .news-card-modern {
    grid-column: span 3;
}

.news-action {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid rgba(243, 106, 33, 0.1);
}

.news-action .btn {
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.news-action .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(243, 106, 33, 0.3);
}

/* Responsive Design */
@media (max-width: 968px) {
    .page-header.header-ligatdp {
        min-height: auto;
        max-height: none;
        padding: calc(var(--header-height) + 30px) 0 50px 0;
    }

    .header-ligatdp-container {
        grid-template-columns: 1fr;
        padding: 0 20px;
        text-align: center;
        gap: 20px;
        max-width: 380px;
    }

    .header-ligatdp-content {
        order: 1;
    }

    .header-ligatdp-content h1 {
        font-size: clamp(2.2rem, 6vw, 4rem);
        margin-bottom: 20px;
    }

    .header-ligatdp-content p {
        margin: 0 auto;
        font-size: clamp(1rem, 2vw, 1.15rem);
    }

    .header-ligatdp-image {
        order: 2;
        padding: 25px;
    }

    .header-ligatdp-image::before {
        width: 88%;
        height: 88%;
    }

    .header-ligatdp-image::after {
        width: 96%;
        height: 96%;
    }

    .header-ligatdp .header-bg-img {
        max-width: 180px;
    }

    .ligatdp-menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .ligatdp-menu-btn:nth-child(2n) {
        border-right: none;
    }

    .ligatdp-menu-btn:nth-child(3),
    .ligatdp-menu-btn:nth-child(4) {
        border-top: 1px solid rgba(243, 106, 33, 0.1);
    }

    .squad-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .page-header.header-ligatdp {
        min-height: auto;
        max-height: none;
        padding: calc(var(--header-height) + 30px) 0 40px 0;
    }

    .page-header.header-ligatdp::before {
        width: 100%;
        height: 30%;
    }

    .header-ligatdp-container {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 25px;
        justify-items: center;
    }

    .header-ligatdp-content {
        text-align: center;
        align-items: center;
    }

    .header-ligatdp-content h1 {
        font-size: clamp(2rem, 8vw, 3.5rem);
        letter-spacing: 4px;
        margin-bottom: 20px;
    }

    .header-ligatdp-content p {
        font-size: clamp(0.95rem, 3.5vw, 1.1rem);
        margin: 0 auto;
    }

    .header-ligatdp-image {
        padding: 20px;
        order: 2;
    }

    .header-ligatdp-image::before {
        width: 85%;
        height: 85%;
    }

    .header-ligatdp-image::after {
        width: 95%;
        height: 95%;
    }

    .header-ligatdp .header-bg-img {
        max-width: 160px;
        box-shadow:
            0 5px 20px rgba(0, 0, 0, 0.1),
            0 2px 10px rgba(243, 106, 33, 0.15);
    }

    .header-ligatdp-image::before {
        width: 72%;
        height: 72%;
    }

    .header-ligatdp-image::after {
        width: 80%;
        height: 80%;
    }

    /* Menú de Liga TDP - Carousel Horizontal Deslizable */
    .ligatdp-menu-section {
        padding: 0;
        overflow: hidden;
    }

    .ligatdp-menu-section .container {
        padding: 0;
        max-width: 100%;
    }

    .ligatdp-menu {
        display: flex;
        grid-template-columns: unset;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
        gap: 0;
        padding: 0;
    }

    .ligatdp-menu::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .ligatdp-menu-btn {
        flex: 0 0 auto;
        min-width: 140px;
        scroll-snap-align: start;
        border-right: 1px solid rgba(243, 106, 33, 0.1);
        border-bottom: none;
        padding: 16px 20px;
        flex-direction: row;
        gap: 8px;
    }

    .ligatdp-menu-btn:last-child {
        border-right: none;
        padding-right: 25px;
    }

    .ligatdp-menu-btn:first-child {
        padding-left: 25px;
    }

    .ligatdp-menu-btn:nth-child(3),
    .ligatdp-menu-btn:nth-child(4) {
        border-top: none;
    }

    .ligatdp-menu-btn svg {
        width: 20px;
        height: 20px;
    }

    .ligatdp-menu-btn span {
        font-size: 0.75rem;
        white-space: nowrap;
    }

    /* Indicador de scroll con gradiente */
    .ligatdp-menu-section::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(to left, var(--white) 30%, transparent 100%);
        pointer-events: none;
        z-index: 5;
    }

    .ligatdp-menu-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(to right, var(--white) 30%, transparent 100%);
        pointer-events: none;
        z-index: 5;
    }

    .squad-filters {
        margin: 25px 0 20px 0;
        padding: 0 15px;
    }

    .filter-select-wrapper {
        max-width: 100%;
    }

    .filter-label {
        font-size: 0.8rem;
    }

    .filter-select {
        padding: 14px 45px 14px 20px;
        font-size: 0.9rem;
    }

    .squad-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .player-card {
        max-width: 100%;
    }

    .player-img {
        height: 340px;
    }

    .player-info {
        padding: 20px 15px;
        min-height: 110px;
    }

    .player-info h3 {
        font-size: 1.15rem;
    }


    .table-title-main {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        padding: 0 20px;
    }

    .table-title-main::before,
    .table-title-main::after {
        width: 20px;
    }

    .table-title-main::before {
        left: -30px;
    }

    .table-title-main::after {
        right: -30px;
    }

    .table-title-group {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    .tdp-news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tdp-news-grid .news-card-modern {
        grid-column: span 1;
    }

    .news-action {
        margin-top: 35px;
        padding-top: 25px;
    }

    .results-carousel-wrapper {
        padding: 0 50px;
    }

    .carousel-prev {
        left: 5px;
    }

    .carousel-next {
        right: 5px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
    }

    .standings-table {
        min-width: 600px;
    }

    .results-carousel-track .result-card {
        max-width: 100%;
        padding: 20px 15px;
    }

    .team-logo-score {
        min-width: 100px;
    }

    .team-logo {
        width: 35px;
        height: 35px;
    }

    .score {
        font-size: 1.4rem;
    }

    .team-name {
        font-size: 0.85rem;
    }
}

/* Background Grey */
.bg-grey {
    background-color: var(--grey);
}

/* Animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}