/* ================================================
   LIVE TODAY PAGE - VERTICAL MATCH LIST
   ================================================ */

.live-dashboard-header {
    min-height: 264px;
    margin: 0 0 20px;
    padding: 28px 44px 34px;
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(9, 14, 24, 0.94) 0%, rgba(9, 14, 24, 0.84) 42%, rgba(9, 14, 24, 0.24) 72%, rgba(9, 14, 24, 0.04) 100%),
        radial-gradient(circle at 76% 40%, rgba(255, 138, 0, 0.28), transparent 30%),
        url("../images/Stadion.png");
    background-size: 100% 100%, auto, cover;
    background-position: center, center, center;
    background-repeat: no-repeat;
    box-shadow: var(--shadow-xl);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    overflow: hidden;
    isolation: isolate;
}

.live-dashboard-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 31, 46, 0.24), rgba(255, 138, 0, 0.08) 38%, transparent 72%),
        radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.28), transparent 22%);
    opacity: 1;
    animation: none;
    pointer-events: none;
}

.live-dashboard-header::after {
    display: none;
}

.live-dashboard-header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: min(720px, 100%);
}

.live-dashboard-header .header-eyebrow {
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
}

.live-dashboard-header h1 {
    font-size: clamp(52px, 4.8vw, 76px);
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
}

.live-dashboard-header .header-subtitle {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.45;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.94);
}

.live-dashboard-header .all-hero-partner-logos,
.all-hero-partner-logos {
    position: absolute;
    top: 18px;
    right: 24px;
    align-self: auto;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    width: min(680px, calc(100% - 48px));
    max-width: none;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(7, 13, 25, 0.62);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.all-hero-partner-card {
    min-width: 0;
    display: flex;
    align-items: center;
}

.all-hero-partner-card--istana {
    gap: 14px;
}

.all-hero-partner-card--f44 {
    justify-content: center;
    min-width: 128px;
}

.all-hero-partner-divider {
    width: 1px;
    height: 56px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.55), transparent);
}

.live-dashboard-header .all-hero-partner-logo,
.all-hero-partner-logo {
    flex: 0 0 auto;
    display: block;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.34));
}

.live-dashboard-header .all-hero-partner-logo--istana,
.all-hero-partner-logo--istana {
    width: 76px;
    height: 76px;
    max-width: 76px;
    border-radius: 6px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.94);
    padding: 3px;
    box-sizing: border-box;
}

.live-dashboard-header .all-hero-partner-logo--f44,
.all-hero-partner-logo--f44 {
    height: 30px;
    max-width: 132px;
}

.all-hero-partner-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.all-hero-partner-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.all-hero-partner-address {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

@media (min-width: 993px) {
    .live-dashboard-header {
        min-height: 232px;
        padding-top: 24px;
        gap: 8px;
    }

    .live-dashboard-header-inner {
        transform: none;
    }

    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        position: relative;
        top: auto;
        right: auto;
        align-self: flex-end;
        margin-left: auto;
        width: min(680px, calc(100% - 48px));
    }
}

body.page-live .main-content-dashboard::before,
body.page-live .main-content-dashboard::after {
    display: none;
}

body.page-live .main-content-dashboard {
    flex: 0 0 calc(100% - 228px);
    width: calc(100% - 228px);
    align-items: stretch;
    padding: 24px 28px 34px;
}

body.page-live .dashboard-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
}

body.page-live .dashboard-body.live-dashboard-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: none;
    margin: 0;
}

body.page-live .dashboard-body.live-dashboard-body > * {
    width: 100%;
}

body.page-live .dashboard-wrapper > .site-footer {
    flex: 0 0 calc(100% - 228px);
    width: calc(100% - 228px);
    margin-left: 228px;
    padding: 0 24px 24px;
    box-sizing: border-box;
}

body.page-live .dashboard-wrapper > .site-footer .container {
    max-width: none;
    margin: 0;
    padding: 0;
}

body.page-live .site-footer__shell {
    border-radius: 0;
}

.live-stats-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    margin-bottom: 18px;
    z-index: 3;
    padding: 14px;
    border: 1px solid rgba(119, 139, 186, 0.34);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(18, 34, 66, 0.92) 0%, rgba(24, 60, 112, 0.84) 34%, rgba(22, 92, 108, 0.76) 68%, rgba(74, 42, 116, 0.78) 100%),
        radial-gradient(circle at 14% 16%, rgba(45, 212, 191, 0.12), transparent 24%),
        radial-gradient(circle at 82% 20%, rgba(168, 85, 247, 0.1), transparent 22%),
        radial-gradient(circle at 52% 96%, rgba(250, 204, 21, 0.08), transparent 28%);
    box-shadow: 0 18px 36px rgba(6, 12, 24, 0.18);
    overflow: hidden;
    isolation: isolate;
}

.live-stats-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 48%, rgba(255, 255, 255, 0.06) 100%),
        linear-gradient(120deg, rgba(14, 165, 233, 0.05), rgba(168, 85, 247, 0.045) 55%, rgba(34, 197, 94, 0.035));
    pointer-events: none;
    z-index: 0;
}

.live-stat-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: linear-gradient(135deg, rgba(229, 237, 250, 0.97), rgba(214, 228, 247, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(6, 12, 24, 0.11);
}

.live-stat-card--live {
    background: linear-gradient(135deg, rgba(223, 247, 239, 0.97), rgba(204, 239, 226, 0.92));
    border-color: rgba(45, 212, 191, 0.2);
}

.live-stat-card:nth-child(1) {
    background: linear-gradient(135deg, rgba(220, 241, 255, 0.98), rgba(188, 226, 252, 0.94));
    border-color: rgba(59, 130, 246, 0.18);
}

.live-stat-card:nth-child(2) {
    background: linear-gradient(135deg, rgba(219, 246, 237, 0.98), rgba(201, 236, 223, 0.93));
}

.live-stat-card:nth-child(3) {
    background: linear-gradient(135deg, rgba(240, 233, 255, 0.98), rgba(222, 213, 252, 0.94));
    border-color: rgba(168, 85, 247, 0.18);
}

.live-stat-card:nth-child(1) .live-stat-icon {
    background: rgba(37, 99, 235, 0.14);
    color: #1d4ed8;
}

.live-stat-card:nth-child(3) .live-stat-icon {
    background: rgba(168, 85, 247, 0.14);
    color: #7c3aed;
}

.live-stat-card:nth-child(4) {
    background: linear-gradient(135deg, rgba(248, 237, 210, 0.98), rgba(241, 223, 175, 0.93));
    border-color: rgba(251, 191, 36, 0.18);
}

.live-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, 0.14);
    color: #1741a6;
    flex: 0 0 auto;
}

.live-stat-card--live .live-stat-icon {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.live-stat-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.live-stat-value {
    font-size: 22px;
    font-weight: 800;
    color: #0f1f38;
    line-height: 1;
}

.live-stat-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgba(16, 33, 63, 0.68);
}

.live-filter-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(251, 191, 36, 0.16);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.live-filter-search {
    display: grid;
    gap: 10px;
}

.live-filter-search label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--gray-500);
}

.live-filter-search label i {
    color: var(--gold);
}

.live-search-shell {
    position: relative;
}

.live-search-shell input {
    width: 100%;
    border: 1px solid rgba(245, 158, 11, 0.18);
    border-radius: 14px;
    padding: 13px 16px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy-dark);
    background: linear-gradient(180deg, #fff, #f7fbff);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.live-search-shell input:focus {
    outline: none;
    border-color: rgba(245, 158, 11, 0.36);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.live-status-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.live-status-filter {
    border: 1px solid rgba(245, 158, 11, 0.18);
    background: #fff;
    color: var(--gray-600);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.live-status-filter:hover {
    transform: translateY(-2px);
    color: var(--navy-dark);
    border-color: rgba(245, 158, 11, 0.42);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(251, 191, 36, 0.18) 100%);
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.14);
}

.live-status-filter.is-active {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-dark);
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(245, 158, 11, 0.28);
}

.live-filter-summary {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--gray-500);
    font-size: 12px;
    font-weight: 700;
}

.live-filter-summary span:first-child {
    color: var(--navy-dark);
    font-size: 20px;
    font-weight: 800;
}

.live-match-list {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.live-event-group {
    display: grid;
    gap: 8px;
}

.live-match-card.is-filter-hidden,
.live-event-group.is-filter-hidden {
    display: none !important;
}

.live-event-group__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 4px 0;
}

.live-event-group__title {
    margin: 0;
}
    
.live-event-group__title-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe66b 0%, #ffcc33 100%);
    border: 1px solid rgba(202, 138, 4, 0.42);
    color: #6b3f00;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    box-shadow: 0 10px 20px rgba(202, 138, 4, 0.18);
}

.live-event-group__title-badge i {
    color: #8a4b00;
}

.live-event-group__count {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 247, 209, 0.98), rgba(255, 224, 128, 0.94));
    border: 1px solid rgba(202, 138, 4, 0.28);
    color: #8b5a00;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1;
    box-shadow: 0 8px 16px rgba(202, 138, 4, 0.1);
}

.live-event-group__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.live-empty-state {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(207, 229, 255, 0.95);
    border-radius: 18px;
    padding: 28px 18px;
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.live-empty-state i {
    font-size: 34px;
    color: var(--blue-primary);
    margin-bottom: 10px;
}

.live-empty-state h3 {
    font-size: 18px;
    color: var(--navy-dark);
    margin-bottom: 6px;
}

.live-empty-state p {
    color: var(--gray-500);
    font-size: 13px;
    line-height: 1.6;
}

.live-match-card {
    width: 100%;
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(207, 229, 255, 0.95);
    box-shadow: var(--shadow-lg);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal), filter var(--transition-normal);
    cursor: pointer;
}

.live-match-card:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(245, 158, 11, 0.36);
    box-shadow: 0 18px 38px rgba(30, 64, 175, 0.14);
    filter: saturate(1.02);
}

.live-match-card.is-live {
    border-color: rgba(16, 185, 129, 0.32);
    box-shadow: 0 16px 34px rgba(16, 185, 129, 0.11);
}

.live-match-card__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.live-match-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.live-match-card__time,
.live-match-card__event {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.96), rgba(191, 219, 254, 0.9));
    color: #1e3a8a;
    font-size: 11px;
    font-weight: 700;
}

.live-match-card__venue--pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.96), rgba(191, 219, 254, 0.9));
    color: #1e3a8a;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 1 auto;
}

.live-match-card__time i,
.live-match-card__event i,
.live-match-card__venue--pill i {
    color: #2563eb;
}

.live-match-card__status {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #fff;
}

.live-match-card__status.live {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-dark);
}

.live-match-card__status.scheduled {
    background: linear-gradient(135deg, var(--orange) 0%, var(--gold) 100%);
    color: #fff;
}

.live-match-card__status.completed {
    background: linear-gradient(135deg, #0f2744 0%, #334155 100%);
}

.live-match-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding-top: 17px;
}

.live-match-team {
    display: grid;
    justify-items: center;
    gap: 6px;
    min-width: 0;
    text-align: center;
}

.live-match-team__logo {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    object-fit: contain;
    background: #f8fbff;
    border: 1px solid #d6e6ff;
    box-shadow: 0 8px 18px rgba(15, 39, 68, 0.08);
}

.live-match-team__logo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 18px;
}

.live-match-team__name {
    max-width: 100%;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--navy-dark);
    word-break: break-word;
}

.live-match-vs {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: var(--vt-red);
}

.live-match-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 10px;
    min-width: 84px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #d6e6ff;
}

.live-match-score--timer {
    background: linear-gradient(180deg, #effdf6 0%, #e6fff2 100%);
    border-color: rgba(16, 185, 129, 0.18);
}

.live-match-score__line {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--navy-dark);
}

.live-match-score__half {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--gray-500);
}

.live-match-score__time {
    font-size: 13px;
    font-weight: 800;
    color: var(--navy-dark);
    line-height: 1;
}

.live-match-score__penalty {
    font-size: 11px;
    font-weight: 800;
    color: #b45309;
    letter-spacing: 0.04em;
}

.live-match-card__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.live-match-card__venue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gray-600);
    font-size: 12px;
    font-weight: 700;
}

.btn-details {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 12px;
    padding: 10px 14px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 0 8px 18px rgba(245, 158, 11, 0.24);
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast), background var(--transition-fast);
}

.btn-details:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(245, 158, 11, 0.3);
    filter: brightness(1.02);
}

@media (max-width: 992px) {
    body.page-live .main-content-dashboard,
    body.page-live .dashboard-wrapper > .site-footer {
        flex: 1 0 100%;
        width: 100%;
        margin-left: 0;
    }

    .live-dashboard-header {
        min-height: 300px;
        padding: 58px 28px 34px;
    }

    .live-dashboard-header-inner {
        width: 100%;
        max-width: 720px;
        margin: 0;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
    }

    .live-dashboard-header-inner > div:first-child {
        transform: translateY(-6px);
    }

    .live-dashboard-header .header-eyebrow {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 1.1;
    }

    .live-dashboard-header h1 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.05;
    }

    .live-dashboard-header .header-subtitle {
        max-width: 250px;
        font-size: 11px;
        line-height: 1.25;
    }

    .live-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
    }

    .live-filter-panel {
        padding: 20px;
    }

    .live-dashboard-body {
        max-width: none;
    }

    .live-match-card {
        padding: 14px;
    }

    .live-match-team__logo {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .live-dashboard-header {
        min-height: 242px;
        padding: 24px 28px 26px;
    }

    .live-dashboard-header-inner {
        max-width: min(560px, 100%);
        transform: none;
    }

    .live-dashboard-header-inner > div:first-child {
        transform: none;
    }

    .live-dashboard-header .header-eyebrow {
        margin-bottom: 6px;
        font-size: 12px;
    }

    .live-dashboard-header h1 {
        margin-bottom: 8px;
        font-size: 30px;
    }

    .live-dashboard-header .header-subtitle {
        max-width: 320px;
        font-size: 12px;
        line-height: 1.3;
    }

    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        top: 16px !important;
        right: 16px !important;
        width: min(360px, calc(100% - 32px)) !important;
        gap: 8px !important;
        padding: 7px 9px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--istana,
    .all-hero-partner-logo--istana {
        width: 34px !important;
        height: 34px !important;
        max-width: 34px !important;
    }

    .all-hero-partner-name {
        font-size: 9px !important;
    }

    .all-hero-partner-address {
        font-size: 7.2px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--f44,
    .all-hero-partner-logo--f44 {
        height: 13px !important;
        max-width: 64px !important;
    }
}

@media (min-width: 992px) {
    .live-event-group__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 18px;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .live-match-list {
        gap: 30px;
    }

    .live-event-group__title-badge {
        font-size: 13px;
        padding: 8px 12px;
    }

    .live-event-group__count {
        padding: 7px 10px;
        font-size: 10px;
    }

    .live-event-group__cards {
        gap: 10px;
    }

    .live-match-card {
        padding: 9px;
        gap: 8px;
        border-radius: 14px;
    }

    .live-match-card__top {
        gap: 10px;
    }

    .live-match-card__meta {
        gap: 6px;
        min-width: 0;
    }

    .live-match-card__time,
    .live-match-card__event,
    .live-match-card__venue--pill {
        padding: 5px 8px;
        font-size: 9px;
        gap: 4px;
    }

    .live-match-card__event {
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .live-match-card__venue--pill {
        max-width: 135px;
    }

    .live-match-card__status {
        padding: 5px 9px;
        font-size: 9px;
    }

    .live-match-card__body {
        grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
        gap: 5px;
        padding-top: 10px;
    }

    .live-match-team {
        gap: 4px;
    }

    .live-match-team__logo {
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }

    .live-match-team__name {
        font-size: 9px;
        line-height: 1.2;
    }

    .live-match-vs {
        font-size: 11px;
    }

    .live-match-score {
        min-width: 68px;
        padding: 6px 7px;
        border-radius: 13px;
    }

    .live-match-score__line {
        font-size: 16px;
    }

    .live-match-score__half {
        font-size: 8px;
    }

    .live-match-score__time {
        font-size: 12px;
    }

    .live-match-card__footer {
        gap: 8px;
        padding-top: 12px;
        align-items: flex-end;
    }

    .btn-details {
        padding: 7px 9px;
        border-radius: 9px;
        font-size: 9px;
        letter-spacing: 0.4px;
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .live-event-group__cards {
        gap: 9px;
    }

    .live-match-card {
        padding: 8px;
    }

    .live-match-card__top {
        gap: 6px;
    }

    .live-match-card__time,
    .live-match-card__event,
    .live-match-card__venue--pill {
        padding: 4px 7px;
        font-size: 8px;
    }

    .live-match-card__event {
        max-width: 130px;
    }

    .live-match-card__venue--pill {
        max-width: 108px;
    }

    .live-match-card__status {
        padding: 5px 8px;
        font-size: 8px;
    }

    .live-match-card__body {
        grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
        padding-top: 8px;
    }

    .live-match-team__logo {
        width: 32px;
        height: 32px;
    }

    .live-match-team__name {
        font-size: 8px;
    }

    .live-match-score {
        min-width: 60px;
        padding: 5px 6px;
    }

    .live-match-score__time {
        font-size: 11px;
    }

    .live-match-score__half {
        font-size: 7px;
    }

    .btn-details {
        padding: 6px 8px;
        font-size: 8px;
        margin-top: 7px;
    }
}

@media (max-width: 768px) {
    .live-dashboard-header {
        min-height: 238px;
        padding: 56px 22px 22px;
        background:
            linear-gradient(180deg, rgba(7, 13, 25, 0.88) 0%, rgba(7, 13, 25, 0.62) 58%, rgba(7, 13, 25, 0.3) 100%),
            url("../images/Stadion.png");
        background-size: cover, cover;
        background-position: center, center;
    }

    .live-dashboard-header-inner {
        gap: 10px;
        max-width: 100%;
    }

    .live-dashboard-header-inner > div:first-child {
        transform: translateY(-6px);
    }

    .live-dashboard-header .header-eyebrow {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 1.1;
    }

    .live-dashboard-header h1 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.05;
    }

    .live-dashboard-header .header-subtitle {
        max-width: 250px;
        font-size: 11px;
        line-height: 1.25;
    }

    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        top: 42px;
        right: 14px;
        gap: 7px;
        max-width: calc(100% - 28px);
        padding: 5px 7px;
    }

    .live-dashboard-header .all-hero-partner-logo--istana,
    .all-hero-partner-logo--istana {
        height: 31px;
    }

    .live-dashboard-header .all-hero-partner-logo--f44,
    .all-hero-partner-logo--f44 {
        height: 16px;
        max-width: 112px;
    }
}

@media (max-width: 640px) {
    body.page-live .main-content-dashboard {
        padding: 14px 10px 24px;
    }

    body.page-live .dashboard-body.live-dashboard-body {
        gap: 10px;
    }

    .live-dashboard-header {
        min-height: 238px;
        padding-top: 96px;
    }

    .live-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 8px;
        border-radius: 14px;
    }

    .live-stat-card {
        gap: 8px;
        padding: 8px;
        border-radius: 12px;
    }

    .live-stat-icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        font-size: 13px;
    }

    .live-stat-value {
        font-size: 16px;
    }

    .live-stat-label {
        font-size: 8px;
        letter-spacing: 0.3px;
    }

    .live-filter-panel {
        gap: 9px;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 14px;
    }

    .live-filter-search {
        gap: 6px;
    }

    .live-filter-search label {
        font-size: 8px;
        letter-spacing: 0.25px;
    }

    .live-search-shell input {
        min-height: 38px;
        padding: 9px 11px;
        border-radius: 11px;
        font-size: 11px;
    }

    .live-status-filters {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
    }

    .live-status-filter {
        min-width: 0;
        padding: 7px 4px;
        border-radius: 10px;
        font-size: 7px;
        letter-spacing: 0.15px;
    }

    .live-filter-summary {
        font-size: 9px;
    }

    .live-filter-summary span:first-child {
        font-size: 14px;
    }

    .live-match-list {
        gap: 24px;
    }

    .live-event-group {
        gap: 7px;
    }

    .live-event-group__header {
        align-items: center;
        gap: 8px;
        padding: 0 2px;
    }

    .live-event-group__title {
        min-width: 0;
    }

    .live-event-group__title-badge {
        gap: 6px;
        padding: 7px 9px;
        border-radius: 18px;
        font-size: 8px;
        line-height: 1.1;
    }

    .live-event-group__count {
        padding: 6px 7px;
        font-size: 7px;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }

    .live-event-group__cards {
        gap: 8px;
    }

    .live-match-card {
        gap: 7px;
        min-height: 0;
        padding: 8px;
        border-radius: 13px;
    }

    .live-match-card:hover {
        transform: none;
    }

    .live-match-card__top {
        align-items: flex-start;
        gap: 6px;
    }

    .live-match-card__meta {
        flex: 1 1 auto;
        min-width: 0;
        gap: 4px;
    }

    .live-match-card__time,
    .live-match-card__event,
    .live-match-card__venue--pill {
        gap: 3px;
        min-height: 18px;
        padding: 3px 5px;
        border-radius: 8px;
        font-size: 7px;
        line-height: 1.05;
    }

    .live-match-card__event {
        max-width: min(150px, 56vw);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .live-match-card__venue--pill {
        max-width: min(170px, 62vw);
    }

    .live-match-card__status {
        padding: 4px 6px;
        border-radius: 10px;
        font-size: 7px;
        letter-spacing: 0.2px;
        line-height: 1;
    }

    .live-match-card__body {
        grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
        gap: 5px;
        padding-top: 2px;
    }

    .live-match-team {
        gap: 3px;
    }

    .live-match-team__logo {
        width: 30px;
        height: 30px;
        border-radius: 9px;
        box-shadow: 0 5px 10px rgba(15, 39, 68, 0.07);
    }

    .live-match-team__logo--placeholder {
        font-size: 13px;
    }

    .live-match-team__name {
        display: -webkit-box;
        min-height: 16px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 7px;
        line-height: 1.1;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .live-match-score {
        min-width: 58px;
        gap: 1px;
        padding: 4px 3px;
        border-radius: 10px;
    }

    .live-match-score__line {
        font-size: 12px;
        line-height: 1;
    }

    .live-match-score__half {
        font-size: 6px;
        letter-spacing: 0.1px;
    }

    .live-match-score__time {
        font-size: 9px;
    }

    .live-match-score__penalty {
        font-size: 7px;
    }

    .live-match-card__footer {
        justify-content: flex-start;
        gap: 0;
        padding-top: 0;
    }

    .live-match-card .btn-details {
        width: auto;
        min-height: 18px;
        margin-top: 0;
        padding: 3px 6px;
        border-radius: 7px;
        font-size: 6.2px;
        letter-spacing: 0.1px;
        line-height: 1;
        white-space: nowrap;
        box-shadow: 0 5px 10px rgba(245, 158, 11, 0.16);
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .live-event-group__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .live-match-card {
        padding: 8px;
        gap: 8px;
        border-radius: 14px;
    }

    .live-match-card__top {
        gap: 6px;
    }

    .live-match-card__meta {
        gap: 5px;
    }

    .live-match-card__time,
    .live-match-card__event,
    .live-match-card__venue--pill {
        padding: 4px 6px;
        font-size: 7.5px;
        gap: 3px;
    }

    .live-match-card__venue--pill {
        max-width: 96px;
    }

    .live-match-card__status {
        padding: 5px 7px;
        font-size: 7.5px;
    }
}

@media (min-width: 481px) and (max-width: 992px) {
    .live-match-card__body {
        grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
        gap: 6px;
        padding-top: 10px;
    }

    .live-match-team {
        gap: 4px;
    }

    .live-match-team__logo {
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }

    .live-match-team__name {
        font-size: 9px;
        line-height: 1.2;
    }

    .live-match-vs {
        font-size: 11px;
    }

    .live-match-score {
        min-width: 64px;
        padding: 6px 7px;
        border-radius: 13px;
    }

    .live-match-score__line {
        font-size: 16px;
    }

    .live-match-score__half {
        font-size: 8px;
    }

    .live-match-score__time {
        font-size: 12px;
    }

    .live-match-card__footer {
        gap: 8px;
        padding-top: 12px;
        align-items: flex-end;
    }

    .btn-details {
        padding: 7px 9px;
        border-radius: 9px;
        font-size: 9px;
        letter-spacing: 0.4px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .live-match-card__body {
        grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
        justify-items: stretch;
    }
}

@media (max-width: 360px) {
    .live-status-filter {
        font-size: 7px;
    }

    .live-event-group__title-badge {
        padding: 7px 9px;
        font-size: 9px;
    }

    .live-event-group__count {
        padding: 6px 7px;
        font-size: 7px;
    }

    .live-match-card {
        padding: 7px;
    }

    .live-match-card__time,
    .live-match-card__event,
    .live-match-card__venue--pill {
        padding: 3px 5px;
        font-size: 7px;
    }

    .live-match-card__event {
        max-width: 128px;
    }

    .live-match-card__status {
        padding: 4px 6px;
        font-size: 7px;
    }

    .live-match-card__body {
        grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
        gap: 4px;
    }

    .live-match-team__logo {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }

    .live-match-team__name {
        font-size: 7px;
    }

    .live-match-score {
        min-width: 50px;
        padding: 4px 3px;
    }

    .live-match-score__line {
        font-size: 13px;
    }

    .live-match-score__time {
        font-size: 10px;
    }

    .live-match-card .btn-details {
        min-height: 21px;
        padding: 4px 7px;
        font-size: 7px;
    }
}

@media (min-width: 993px) and (max-width: 1366px) {
    .live-dashboard-header {
        min-height: 232px !important;
        padding: 24px 40px 28px !important;
    }

    .live-dashboard-header-inner {
        transform: none !important;
    }

    .live-dashboard-header h1 {
        font-size: clamp(42px, 4.2vw, 58px) !important;
    }

    .live-dashboard-header .header-subtitle {
        max-width: 500px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        position: absolute !important;
        top: 18px !important;
        right: 16px !important;
        align-self: auto !important;
        width: min(420px, calc(100% - 32px)) !important;
        gap: 8px !important;
        padding: 8px 10px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--istana,
    .all-hero-partner-logo--istana {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
    }

    .all-hero-partner-name {
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .all-hero-partner-address {
        font-size: 8.2px !important;
        line-height: 1.15 !important;
    }

    .live-dashboard-header .all-hero-partner-logo--f44,
    .all-hero-partner-logo--f44 {
        height: 16px !important;
        max-width: 74px !important;
    }
}

@media (max-width: 768px) {
    .live-dashboard-header {
        min-height: 238px !important;
        padding-top: 86px !important;
    }

    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        top: 42px !important;
        right: 14px !important;
        gap: 7px !important;
        max-width: calc(100% - 28px) !important;
        padding: 5px 7px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--istana,
    .all-hero-partner-logo--istana {
        width: 30px !important;
        height: 30px !important;
        max-width: 30px !important;
    }

    .all-hero-partner-address {
        font-size: 7px !important;
        line-height: 1.14 !important;
    }

    .all-hero-partner-card--f44 {
        min-width: 48px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--f44,
    .all-hero-partner-logo--f44 {
        height: 11px !important;
        max-width: 56px !important;
    }
}

@media (max-width: 600px) {
    .live-dashboard-header {
        min-height: 238px !important;
        padding-top: 96px !important;
    }

    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        top: 48px !important;
        right: 10px !important;
        width: min(238px, calc(100% - 20px)) !important;
        gap: 4px !important;
        padding: 4px 5px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--istana,
    .all-hero-partner-logo--istana {
        width: 23px !important;
        height: 23px !important;
        max-width: 23px !important;
        padding: 2px;
    }

    .all-hero-partner-name {
        font-size: 6.1px !important;
    }

    .all-hero-partner-address {
        font-size: 5.3px !important;
        line-height: 1.08 !important;
    }

    .all-hero-partner-card--f44 {
        min-width: 36px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--f44,
    .all-hero-partner-logo--f44 {
        height: 8px !important;
        max-width: 38px !important;
    }

    .all-hero-partner-divider {
        height: 20px !important;
    }
}

@media (max-width: 380px) {
    .live-dashboard-header {
        min-height: 240px !important;
        padding-top: 96px !important;
    }

    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        width: min(224px, calc(100% - 20px)) !important;
    }

    .live-dashboard-header .all-hero-partner-logo--istana,
    .all-hero-partner-logo--istana {
        width: 22px !important;
        height: 22px !important;
        max-width: 22px !important;
    }

    .all-hero-partner-name {
        font-size: 5.8px !important;
    }

    .all-hero-partner-address {
        font-size: 5px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--f44,
    .all-hero-partner-logo--f44 {
        height: 8px !important;
        max-width: 36px !important;
    }
}

@media (max-width: 640px) {
    .live-match-list {
        gap: 16px;
    }

    .live-event-group__cards {
        gap: 6px;
    }

    .live-match-card {
        grid-template-columns: 42px minmax(0, 1fr) 42px minmax(0, 1fr) 38px;
        grid-template-areas:
            "meta home score away status"
            "detail detail detail detail detail";
        grid-template-rows: max-content max-content !important;
        align-items: center;
        column-gap: 4px;
        row-gap: 2px;
        align-content: start;
        min-height: 0 !important;
        height: auto !important;
        width: calc(100% - 8px);
        margin-inline: auto;
        padding: 3px 3px 10px;
        position: relative;
        border-radius: 10px;
        background:
            linear-gradient(135deg, rgba(255, 247, 238, 0.98) 0%, rgba(255, 234, 218, 0.98) 55%, rgba(255, 224, 204, 0.96) 100%);
        border-color: rgba(232, 161, 125, 0.28);
        box-shadow: 0 8px 16px rgba(30, 64, 175, 0.1);
    }

    .live-match-card__top,
    .live-match-card__body {
        display: contents;
    }

    .live-match-card__meta {
        grid-area: meta;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 2px;
        min-width: 0;
        align-self: start;
    }

    .live-match-card__venue--pill,
    .live-match-card__event {
        display: none;
    }

    .live-match-card__time {
        flex: 0 0 auto;
        justify-content: center;
        min-height: 14px;
        padding: 1px 3px;
        border-radius: 5px;
        font-size: 6px;
        line-height: 1;
    }

    .live-match-card__time i {
        font-size: 5.5px;
    }

    .live-match-card__status {
        grid-area: status;
        justify-self: end;
        align-self: start;
        max-width: 34px;
        padding: 2px 3px;
        border-radius: 7px;
        font-size: 5.2px;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
        background: linear-gradient(135deg, var(--orange) 0%, var(--gold) 100%);
        color: #fff;
        box-shadow: 0 6px 12px rgba(245, 158, 11, 0.16);
    }

    .live-match-card__body > .live-match-team:first-child {
        grid-area: home;
    }

    .live-match-card__body > .live-match-score {
        grid-area: score;
    }

    .live-match-card__body > .live-match-team:last-child {
        grid-area: away;
    }

    .live-match-team {
        align-self: center;
        gap: 1px;
        min-width: 0;
    }

    .live-match-team__logo {
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }

    .live-match-team__name {
        display: block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 5.2px;
        line-height: 1.05;
        text-align: center;
    }

    .live-match-score {
        min-width: 38px;
        gap: 1px;
        padding: 2px 2px;
        border-radius: 7px;
    }

    .live-match-score__line {
        font-size: 9px;
        line-height: 1;
    }

    .live-match-score__time {
        font-size: 7.5px;
        line-height: 1;
    }

    .live-match-score__half {
        font-size: 5px;
        letter-spacing: 0;
    }

    .live-match-score__penalty {
        font-size: 5px;
    }

    .live-match-card__footer {
        position: absolute;
        right: 3px;
        bottom: 5px;
        justify-content: flex-end;
        align-self: auto;
        padding-top: 0;
        min-height: 0;
    }

    .live-match-card .btn-details {
        justify-content: center;
        width: auto;
        min-width: 34px;
        min-height: 10px;
        padding: 0 3px;
        border-radius: 5px;
        font-size: 5px;
        line-height: 1;
        letter-spacing: 0;
    }
}

@media (max-width: 360px) {
    .live-match-card {
        grid-template-columns: 39px minmax(0, 1fr) 37px minmax(0, 1fr) 35px;
        grid-template-rows: max-content max-content !important;
        width: calc(100% - 6px);
        column-gap: 2px;
        min-height: 0 !important;
        height: auto !important;
        padding: 3px 2px 9px;
        position: relative;
        grid-template-areas:
            "meta home score away status"
            "detail detail detail detail detail";
        row-gap: 1px;
        align-content: start;
    }

    .live-match-card__time {
        min-height: 13px;
        font-size: 5px;
    }

    .live-match-card__status {
        max-width: 32px;
        padding: 2px 2px;
        font-size: 4.8px;
    }

    .live-match-team__logo {
        width: 18px;
        height: 18px;
    }

    .live-match-team__name {
        font-size: 4.8px;
    }

    .live-match-score {
        min-width: 34px;
    }

    .live-match-score__line {
        font-size: 8.5px;
    }

    .live-match-score__time {
        font-size: 7px;
    }

    .live-match-score__half {
        font-size: 4.6px;
    }

    .live-match-card .btn-details {
        width: auto;
        min-width: 32px;
        min-height: 10px;
        padding: 0 3px;
        font-size: 4.5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .live-dashboard-header {
        min-height: 242px !important;
        padding: 86px 28px 22px !important;
    }

    .live-dashboard-header-inner {
        width: 100% !important;
        max-width: 780px !important;
        margin: 0 !important;
        align-items: flex-start !important;
        justify-content: center !important;
        text-align: left !important;
        transform: none !important;
    }

    .live-dashboard-header-inner > div:first-child {
        transform: translateY(-6px) !important;
    }

    .live-dashboard-header .header-eyebrow {
        margin-bottom: 8px !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
    }

    .live-dashboard-header h1 {
        margin-bottom: 10px !important;
        font-size: 28px !important;
        line-height: 1.05 !important;
    }

    .live-dashboard-header .header-subtitle {
        max-width: 250px !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
    }

    .live-dashboard-header .all-hero-partner-logos,
    .all-hero-partner-logos {
        position: absolute !important;
        top: 56px !important;
        right: 16px !important;
        width: min(420px, calc(100% - 32px)) !important;
        gap: 8px !important;
        padding: 8px 10px !important;
    }

    .all-hero-partner-card--istana {
        gap: 8px !important;
    }

    .all-hero-partner-card--f44 {
        min-width: 76px !important;
        justify-content: center !important;
    }

    .all-hero-partner-divider {
        display: block !important;
        height: 34px !important;
    }

    .live-dashboard-header .all-hero-partner-logo--istana,
    .all-hero-partner-logo--istana {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
    }

    .all-hero-partner-name {
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .all-hero-partner-address {
        font-size: 8.2px !important;
        line-height: 1.15 !important;
    }

    .live-dashboard-header .all-hero-partner-logo--f44,
    .all-hero-partner-logo--f44 {
        height: 16px !important;
        max-width: 74px !important;
    }
}
