.me2026-table {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    margin: 1rem 0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    color: #061d4d;
    font-variant-numeric: tabular-nums;
}

.me2026-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1rem;
    align-items: center;
    margin: 0 0 .75rem;
}

.me2026-team-filter {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin: 0;
    color: #061d4d;
    font-size: .9rem;
    font-weight: 700;
}

.me2026-group-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: .22rem .5rem;
    border-radius: 999px;
    background: #fde8ed;
    background: color-mix(in srgb, var(--me2026-group-color, #DF032B) 12%, #fff);
    color: var(--me2026-group-color, #DF032B);
    font-size: .74rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.me2026-ticket-icon-button {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #DF032B;
    border-radius: 999px;
    background: #DF032B;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(223, 3, 43, .18);
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.me2026-ticket-icon-button:hover,
.me2026-ticket-icon-button:focus {
    background: #b90222;
    border-color: #b90222;
    color: #fff;
    transform: translateY(-1px);
}

.me2026-team-filter select {
    min-width: 170px;
    min-height: 38px;
    padding: .42rem 2rem .42rem .75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #061d4d;
    font: inherit;
}

.me2026-table th,
.me2026-table td {
    border: 0;
    padding: .78rem .65rem;
    text-align: left;
}

.me2026-table th {
    background: #f1f1f1;
    color: #8c8c8c;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.me2026-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.me2026-table tbody tr:nth-child(even) {
    background: #fff;
}

.me2026-table tbody tr + tr td {
    border-top: 1px solid #ececec;
}

.me2026-team-cell {
    display: flex;
    align-items: center;
    gap: .65rem;
    white-space: nowrap;
}

.me2026-team-cell span {
    font-weight: 600;
    letter-spacing: .01em;
}

.me2026-flag {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
    flex: 0 0 auto;
}

.me2026-flag-large {
    width: 34px;
    height: 34px;
}

.me2026-flag-placeholder {
    background: #e9edf2;
}

.me2026-standings-full-flags td,
.me2026-standings-full-flags th {
    text-align: center;
}

.me2026-standings-full-flags td {
    font-size: 1.02rem;
    font-weight: 500;
}

.me2026-standings-full-flags .me2026-team-cell,
.me2026-standings-full-flags th:nth-child(2) {
    text-align: left;
}

.me2026-standings-full-flags td:first-child,
.me2026-standings-full-flags td:last-child,
.me2026-standings-mini-flags td:first-child,
.me2026-standings-mini-flags td:last-child {
    font-weight: 800;
}

.me2026-standings-mini-flags {
    max-width: 360px;
}

.me2026-standings-mini-flags th {
    padding: .48rem .55rem;
}

.me2026-standings-mini-flags td {
    padding: .65rem .55rem;
}

.me2026-standings-mini-flags td:first-child,
.me2026-standings-mini-flags td:nth-child(3),
.me2026-standings-mini-flags td:nth-child(4) {
    width: 1%;
    text-align: center;
    white-space: nowrap;
}

.me2026-upcoming-matches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.me2026-upcoming-match {
    position: relative;
    display: flex;
    min-height: 178px;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.me2026-upcoming-match:hover {
    transform: translateY(-2px);
    border-color: rgba(223, 3, 43, .28);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
}

.me2026-upcoming-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    margin: .85rem 0 .65rem;
    font-size: 1.12rem;
}

.me2026-upcoming-team {
    display: flex;
    min-width: 76px;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    color: #111827;
    text-align: center;
}

.me2026-upcoming-team strong {
    font-size: 1rem;
    letter-spacing: .04em;
}

.me2026-upcoming-vs {
    display: inline-flex;
    min-width: 34px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.me2026-score-wrap {
    position: relative;
    display: inline-flex;
    min-width: 80px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: -.18rem;
}

.me2026-score-extra {
    position: absolute;
    top: -.92rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    min-height: 18px;
    align-items: center;
    justify-content: center;
    padding: .1rem .42rem;
    border-radius: 999px;
    background: rgba(223, 3, 43, .1);
    color: #DF032B;
    font-size: .68rem;
    font-weight: 900;
    line-height: 1;
}

.me2026-score-badge {
    display: inline-flex;
    min-width: 64px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap;
}

.me2026-upcoming-date {
    order: -1;
    align-self: center;
    margin: 0;
    padding: .32rem .65rem;
    border-radius: 999px;
    background: rgba(223, 3, 43, .08);
    color: #DF032B;
    font-size: .82rem;
    font-weight: 700;
    text-align: center;
}

.me2026-ticket-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: .75rem;
    padding: .5rem .85rem;
    border: 1px solid #DF032B;
    border-radius: 4px;
    background: #DF032B;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(223, 3, 43, .22);
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.me2026-ticket-button:hover,
.me2026-ticket-button:focus {
    background: #b90222;
    border-color: #b90222;
    color: #fff;
    transform: translateY(-1px);
}

.me2026-match-venue {
    margin-top: -.15rem;
    color: #667085;
    font-size: .86rem;
    font-weight: 600;
    text-align: center;
}

.me2026-video-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
    gap: .45rem;
    margin-top: auto;
    padding-top: .65rem;
}

.me2026-video-button {
    display: inline-flex;
    width: 100%;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    margin-top: 0;
    padding: .48rem .8rem;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #fff;
    color: #111827;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.me2026-video-button span {
    color: #DF032B;
    font-size: .8rem;
}

.me2026-youtube-button .me2026-youtube-icon {
    display: inline-flex;
    width: 24px;
    height: 16px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #FF0033;
    border: 0;
    box-shadow: none;
    line-height: 1;
}

.me2026-youtube-button .me2026-youtube-icon svg {
    display: block;
    width: 24px;
    height: 16px;
}

.me2026-ct-button span {
    display: inline-flex;
    min-width: 24px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #009640;
    color: #fff;
    font-size: .68rem;
    font-weight: 900;
    line-height: 1;
}

.me2026-video-button:hover,
.me2026-video-button:focus {
    border-color: rgba(17, 24, 39, .18);
    background: #f8fafc;
    color: #111827;
    transform: translateY(-1px);
}

.me2026-youtube-button:hover,
.me2026-youtube-button:focus {
    border-color: rgba(223, 3, 43, .28);
    background: rgba(223, 3, 43, .06);
}

.me2026-ct-button:hover,
.me2026-ct-button:focus {
    border-color: rgba(0, 150, 64, .34);
    background: rgba(0, 150, 64, .07);
}

.me2026-empty {
    color: #667085;
}

.me2026-calendar {
    max-width: 440px;
    padding: 1.6rem 1.7rem;
    background: #f8fbfb;
    color: #454545;
}

.me2026-calendar-title {
    margin-bottom: 1.55rem;
    color: #454545;
    font-size: 1.55rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.me2026-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(34px, 1fr));
    gap: .48rem;
    align-items: center;
}

.me2026-calendar-day {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #a8a8a8;
    font: inherit;
    font-size: 1.32rem;
    font-weight: 800;
    line-height: 1;
}

.me2026-calendar-day.has-matches {
    cursor: pointer;
    color: #454545;
}

.me2026-calendar-day.has-matches:hover,
.me2026-calendar-day.has-matches:focus {
    color: #DF032B;
}

.me2026-calendar-day.is-active {
    background: #DF032B;
    color: #fff;
}

.me2026-calendar-day:disabled {
    cursor: default;
}

.me2026-calendar-empty {
    min-height: 34px;
}

.me2026-calendar-details {
    margin-top: 1.35rem;
}

.me2026-calendar-day-matches h3 {
    margin: 0 0 .65rem;
    color: #061d4d;
    font-size: .95rem;
    font-weight: 900;
}

.me2026-calendar-match {
    padding: .72rem 0;
    border-top: 1px solid #e2e8f0;
}

.me2026-calendar-match-time {
    color: #DF032B;
    font-size: .82rem;
    font-weight: 900;
}

.me2026-calendar-match-teams {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: .35rem;
    color: #061d4d;
    font-weight: 800;
}

.me2026-calendar-match-teams span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.me2026-calendar-match-teams strong {
    color: #667085;
    font-size: .72rem;
    text-transform: uppercase;
}

.me2026-calendar-match-venue {
    margin-top: .3rem;
    color: #667085;
    font-size: .85rem;
    font-weight: 600;
}

@media (max-width: 640px) {
    .me2026-table {
        font-size: .92rem;
    }

    .me2026-table th,
    .me2026-table td {
        padding: .45rem .35rem;
    }

    .me2026-upcoming-teams {
        gap: .65rem;
        font-size: .98rem;
    }

    .me2026-calendar {
        padding: 1.25rem;
    }

    .me2026-calendar-day {
        font-size: 1.08rem;
    }
}
