:root {
    --blue-primary: #1247a6;
    --blue-secondary: #0796d2;
    --blue-pale: #eef6ff;
    --blue-ink: #17243a;
    --blue-muted: #64748b;
    --blue-line: #dce8f5;
    --blue-primary-rgb: 18, 71, 166;
    --blue-secondary-rgb: 7, 150, 210;
}

/* Blue portal theme */
.blue-site-header {
    width: 100%;
    margin-bottom: 22px;
}

.blue-header-shell {
    width: 1200px;
    margin: 0 auto;
}

.blue-utility-bar {
    height: 36px;
    color: #d6dce6;
    background: #202124;
    font-size: 13px;
}

.blue-utility-bar .blue-header-shell {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue-utility-bar a {
    color: #e8edf5;
}

.blue-brand-band {
    height: 86px;
    color: #fff;
    background-color: var(--blue-primary);
    background-image:
        linear-gradient(118deg, rgba(var(--blue-primary-rgb), .96), rgba(var(--blue-secondary-rgb), .92)),
        linear-gradient(28deg, transparent 58%, rgba(255, 255, 255, .12) 58%, rgba(255, 255, 255, .12) 66%, transparent 66%);
}

.blue-brand-shell {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue-brand {
    width: auto;
    max-width: 360px;
    height: 86px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blue-logo {
    max-width: 280px;
    max-height: 66px;
}

.blue-logo-text {
    width: auto;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 86px;
    text-align: left;
}

.blue-nav-bar {
    height: 46px;
    background: #0c3d98;
}

.blue-nav {
    height: 46px;
    display: flex;
    align-items: stretch;
}

.blue-nav-items {
    height: 46px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.blue-nav-item {
    width: auto;
    min-width: 104px;
    height: 46px;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
}

.blue-nav-item:hover,
.blue-nav-item.nav-selected {
    color: #fff;
    background: #096fc1;
}

.blue-nav-toggle {
    background: rgba(255, 255, 255, .94);
}

.blue-home-wrap {
    width: 1200px;
    margin: 0 auto 50px;
    overflow: visible;
}

.blue-featured-schedule {
    width: 100%;
    margin-bottom: 34px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    align-items: stretch;
}

.blue-featured-track {
    min-width: 0;
    display: flex;
    gap: 8px;
    overflow: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.blue-featured-track::-webkit-scrollbar {
    display: none;
}

.blue-featured-arrow {
    border: 1px solid #e2e8f0;
    border-radius: 0;
    color: #8a97a8;
    background: #fff;
    font-size: 28px;
    cursor: pointer;
}

.blue-featured-arrow:hover {
    color: var(--blue-primary);
    border-color: #a9c7eb;
    background: var(--blue-pale);
}

.blue-featured-match-card {
    flex: 0 0 182px;
    height: 148px;
    padding: 9px 10px 0;
    display: flex;
    flex-direction: column;
    color: var(--blue-ink);
    border: 1px solid #c9dff6;
    background: #fff;
    overflow: hidden;
}

.blue-featured-match-card:hover {
    border-color: var(--blue-secondary);
    box-shadow: 0 5px 14px rgba(var(--blue-primary-rgb), .1);
}

.blue-featured-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8eef5;
    color: #8a96a5;
    font-size: 12px;
}

.blue-featured-meta span {
    flex: 0 0 auto;
    padding: 2px 5px;
    color: #fff;
    background: var(--blue-secondary);
}

.blue-featured-match-card > strong {
    margin: 6px 0 4px;
    color: var(--blue-primary);
    font-size: 13px;
    font-weight: 600;
}

.blue-featured-team {
    min-width: 0;
    height: 25px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.blue-featured-team img,
.blue-featured-team i {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.blue-featured-team i {
    border-radius: 50%;
    background: #dbeafe;
}

.blue-featured-team span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.blue-featured-match-card > em {
    height: 26px;
    margin: auto -10px 0;
    border-top: 1px solid #e8eef5;
    color: #536273;
    font-size: 12px;
    font-style: normal;
    line-height: 26px;
    text-align: center;
}

.blue-editorial-grid {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
    margin-bottom: 34px;
}

.blue-feature-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
}

.blue-feature-video {
    position: relative;
    height: 200px;
    display: block;
    overflow: hidden;
    background: #dfe7f0;
}

.blue-feature-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-feature-video > span {
    height: 100%;
    display: grid;
    place-items: center;
    color: #64748b;
}

.blue-feature-video strong {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 48px;
    padding: 20px 9px 7px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .82));
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blue-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(10, 27, 53, .72);
    transform: translate(-50%, -50%);
}

.blue-video-play-icon::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 11px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
}

.blue-section-title {
    height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4ebf3;
}

.blue-section-title span {
    position: relative;
    padding-left: 13px;
    color: var(--blue-ink);
    font-size: 20px;
    font-weight: 700;
}

.blue-section-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 21px;
    background: var(--blue-primary);
}

.blue-recommended-leagues {
    margin-top: 10px;
}

.blue-league-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 8px;
    padding: 14px 4px;
}

.blue-league-shortcuts a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #475569;
    font-size: 12px;
}

.blue-league-shortcuts .blue-league-logo {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}

.blue-editorial-news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.blue-editorial-news-list a {
    height: 36px;
    color: #465568;
    font-size: 15px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-editorial-news-list a:hover {
    color: var(--blue-primary);
}

.blue-editorial-news-list a.is-lead {
    height: auto;
    margin: 3px 0 7px;
    color: var(--blue-ink);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blue-editorial-news-list a.is-lead:not(:first-child) {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e4ebf3;
}

.blue-editorial-video-list {
    padding: 0 14px 12px;
    background: #f7f9fc;
}

.blue-editorial-video-list > a {
    min-width: 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 9px 0;
}

.blue-editorial-video-list > a > span,
.blue-hot-video-grid a > span {
    position: relative;
    display: block;
    overflow: hidden;
    background: #dfe7f0;
}

.blue-editorial-video-list > a > span {
    height: 58px;
}

.blue-editorial-video-list img,
.blue-hot-video-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-editorial-video-list .blue-video-play-icon,
.blue-hot-video-grid .blue-video-play-icon {
    width: 26px;
    height: 26px;
}

.blue-editorial-video-list .blue-video-play-icon::after,
.blue-hot-video-grid .blue-video-play-icon::after {
    left: 11px;
    top: 8px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 7px;
}

.blue-editorial-video-list strong {
    min-width: 0;
    color: #425166;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blue-home-live-section {
    padding-top: 18px;
    border-top: 3px solid var(--blue-primary);
}

.blue-home-live-heading {
    height: 50px;
    display: flex;
    align-items: center;
}

.blue-home-live-heading h1,
.blue-home-live-heading h2 {
    margin: 0;
    color: var(--blue-primary);
    font-size: 28px;
    line-height: 1;
}

.blue-home-live-layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) minmax(0, 350px);
    gap: 30px;
    align-items: start;
}

.blue-live-tabs {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blue-live-tabs button {
    height: 34px;
    padding: 0 16px;
    border: 0;
    border-radius: 5px;
    color: #64748b;
    background: #f0f3f7;
    font-size: 15px;
    cursor: pointer;
}

.blue-live-tabs button.active,
.blue-live-tabs button:hover {
    color: #fff;
    background: var(--blue-secondary);
}

.blue-home-live-main .blue-match-item {
    border-bottom-color: #e3ebf4;
}

.blue-home-live-main .blue-match-item .team-a,
.blue-home-live-main .blue-match-item .team-b {
    gap: 8px;
}

.blue-home-live-side > section {
    margin-bottom: 24px;
    padding: 0 12px 12px;
    background: #f7f9fc;
}

.blue-hot-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
    padding-top: 14px;
}

.blue-hot-video-grid a {
    min-width: 0;
}

.blue-hot-video-grid a > span {
    height: 92px;
}

.blue-hot-video-grid strong {
    margin-top: 6px;
    color: #425166;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blue-home-hot-list a::before {
    background: var(--blue-primary);
}

.blue-bread {
    margin: 0 auto 18px;
    padding: 0 0 16px;

}

.blue-page-title {
    background: #f7f9fc;
}

.blue-footer-wrap {
    background: #15243a;
}

.blue-footer-tags {
    border-color: rgba(255, 255, 255, .12);
}

.blue-back-top {
    background: var(--blue-primary);
}

@media (max-width: 1240px) {
    .blue-header-shell,
    .blue-home-wrap {
        width: calc(100% - 24px);
    }

    .blue-editorial-grid {
        grid-template-columns: 300px minmax(0, 1fr) 280px;
        gap: 18px;
    }

    .blue-home-live-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 22px;
    }
}

@media (max-width: 980px) {
    .blue-editorial-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .blue-editorial-video-list {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 20px;
    }

    .blue-editorial-video-list .blue-section-title {
        grid-column: 1 / -1;
    }

    .blue-home-live-layout {
        grid-template-columns: 1fr;
    }

    .blue-home-live-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 760px) {
    .blue-site-header {
        margin-bottom: 14px;
    }

    .blue-utility-bar {
        display: none;
    }

    .blue-brand-band,
    .blue-brand-shell {
        height: 60px;
    }

    .blue-brand {
        width: calc(100% - 54px);
        height: 60px;
    }

    .blue-logo {
        max-height: 48px;
    }

    .blue-logo-text {
        max-width: 100%;
        font-size: 22px;
        line-height: 60px;
    }

    .blue-nav-toggle {
        display: block;
    }

    .blue-nav-bar {
        height: auto;
        background: #fff;
    }

    .blue-nav {
        width: 100%;
        height: auto;
        padding: 0 12px;
    }

    .blue-nav-items {
        width: 100%;
        height: auto;
        display: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px 0 12px;
        background: #fff;
        box-shadow: 0 10px 20px rgba(var(--blue-primary-rgb), .12);
        overflow: visible;
    }

    .blue-nav-items.open {
        display: grid;
    }

    .blue-nav-item {
        min-width: 0;
        width: auto;
        height: 40px;
        padding: 0 5px;
        border-radius: 5px;
        color: var(--blue-ink);
        font-size: 14px;
        line-height: 40px;
    }

    .blue-nav-item:hover,
    .blue-nav-item.nav-selected {
        color: #fff;
        background: var(--blue-primary);
    }

    .blue-home-wrap {
        width: calc(100% - 24px);
    }

    .blue-featured-schedule {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }

    .blue-featured-arrow {
        display: none;
    }

    .blue-featured-track {
        margin: 0 -12px;
        padding: 0 12px 8px;
        overflow-x: auto;
    }

    .blue-featured-match-card {
        flex-basis: 205px;
    }

    .blue-editorial-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blue-feature-video {
        height: 190px;
    }

    .blue-editorial-news-list a {
        height: 34px;
        font-size: 14px;
        line-height: 34px;
    }

    .blue-editorial-news-list a.is-lead {
        font-size: 18px;
        line-height: 1.45;
    }

    .blue-editorial-video-list {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .blue-home-live-heading h1,
    .blue-home-live-heading h2 {
        font-size: 24px;
    }

    .blue-live-tabs {
        gap: 7px;
        overflow-x: auto;
    }

    .blue-live-tabs button {
        flex: 0 0 auto;
        padding: 0 13px;
    }

    .blue-home-live-side {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .blue-hot-video-grid a > span {
        height: 104px;
    }

    .blue-bread {
        width: calc(100% - 24px);
        margin-bottom: 14px;
    }
}

html {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background: #fff;
    color: #333;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    background: #fff;
}

ul, li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    display: block;
}

.blue-nav-wrap {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 5px 10px #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 20;
}

.blue-nav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.blue-brand {
    width: 160px;
    height: 60px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blue-brand.is-active {
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
}

.blue-logo {
    max-width: 150px;
    max-height: 54px;
    object-fit: contain;
}

.blue-logo-text {
    display: block;
    width: 100%;
    padding: 0 12px;
    line-height: 60px;
    color: #111;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-brand.is-active .blue-logo-text {
    color: #fff;
}

.blue-nav-items {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.blue-nav-item {
    width: 100px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
}

.blue-nav-item:hover,
.blue-nav-item.nav-selected {
    color: #fff;
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
}

.blue-nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: #f6f6f6;
    border-radius: 4px;
    cursor: pointer;
}

.blue-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #333;
}

.blue-main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.blue-bread {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    margin: -10px auto 15px;
    padding-bottom: 20px;
}

.blue-bread b,
.blue-bread a,
.blue-bread span,
.blue-bread em {
    display: block;
    float: left;
    line-height: 24px;
    font-style: normal;
}

.blue-bread a {
    color: #666;
}

.blue-bread em {
    margin: 0 8px;
    color: #aaa;
}

.blue-gradient-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    overflow: hidden;
}

.blue-gradient-title .tit-text,
.blue-gradient-title button.active,
.blue-gradient-title .active {
    display: inline-block;
    min-width: 110px;
    height: 40px;
    padding: 0 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
}

.blue-gradient-title button {
    min-width: 110px;
    height: 40px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}

.blue-more {
    float: right;
    color: var(--blue-primary);
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.blue-page-shell,
.blue-home-wrap {
    width: 1200px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.blue-top-grid {
    width: 100%;
    min-height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blue-top-left {
    float: left;
    width: 320px;
    margin-right: 35px;
}

.blue-top-center {
    float: left;
    width: 468px;
    margin-right: 30px;
}

.blue-top-right {
    float: left;
    width: 340px;
}

.blue-video-card {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #eee;
}

.blue-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-video-card strong,
.blue-thumb-card strong {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 35px;
    padding: 0 12px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background: rgba(0, 0, 0, .68);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-video-card span,
.blue-thumb-card span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #999;
    font-size: 18px;
    background: #eee;
}

.blue-news-line {
    line-height: 30px;
    font-size: 16px;
}

.blue-news-line a {
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-news-line.is-head {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.blue-news-line.is-spaced {
    margin-top: 25px;
}

.blue-right-media a {
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    color: #000;
    overflow: hidden;
}

.blue-right-media img,
.blue-right-media .media-placeholder {
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 20px;
    object-fit: cover;
    background: #eee;
}

.blue-right-media strong {
    display: block;
    max-height: 48px;
    padding-top: 2px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
}

.blue-box-bottom {
    width: 100%;
    overflow: hidden;
}

.blue-bottom-left {
    width: 820px;
    float: left;
    margin-right: 40px;
}

.blue-bottom-right {
    width: 340px;
    float: left;
}

.blue-highlight-grid {
    overflow: hidden;
    margin-bottom: 10px;
}

.blue-home-highlights {
    width: 100%;
    margin-bottom: 26px;
    overflow: hidden;
}

.blue-highlight-grid a {
    width: 188px;
    height: 140px;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.blue-highlight-grid a:nth-child(4n) {
    margin-right: 0;
}

.blue-home-video-grid {
    margin-bottom: 18px;
}

.blue-home-video-grid a {
    width: 193px;
    height: 146px;
    margin-right: 15px;
    margin-bottom: 18px;
}

.blue-home-video-grid a:nth-child(5n) {
    margin-right: 15px;
}

.blue-home-video-grid a:nth-child(4n) {
    margin-right: 0;
}

.blue-highlight-grid.blue-home-video-grid dt {
    position: relative;
    height: 110px;
    border-radius: 5px;
}

.blue-highlight-grid dt {
    width: 100%;
    height: 105px;
    background: #eee;
    overflow: hidden;
}

.blue-highlight-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blue-highlight-grid dt span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #999;
    background: #eee;
}

.blue-highlight-grid dd {
    width: 100%;
    line-height: 24px;
}

.blue-highlight-grid p {
    color: #333;
    font-size: 14px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .58);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    transform: translate(-50%, -50%);
    transition: background .2s ease, transform .2s ease;
}

.blue-video-play-icon::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
}

.blue-home-video-grid a:hover .blue-video-play-icon {
    background: rgba(var(--blue-primary-rgb), .92);
    transform: translate(-50%, -50%) scale(1.06);
}

.blue-home-article-bottom {
    margin-top: 24px;
    overflow: hidden;
}

.blue-home-article-list {
    overflow: hidden;
    margin-bottom: 10px;
}

.blue-home-article-list a {
    width: 49%;
    height: 32px;
    line-height: 32px;
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-home-article-list a:nth-child(2n) {
    margin-left: 2%;
}

.blue-match-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blue-history-live {
    margin-top: 30px;
    overflow: hidden;
}

.blue-history-match-list {
    margin-bottom: 8px;
}

.blue-date {
    line-height: 60px;
    font-size: 16px;
    color: #333;
}

.blue-date::before {
    content: "";
    width: 12px;
    height: 12px;
    float: left;
    margin: 24px 10px 0 0;
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
}

.blue-date em {
    color: var(--blue-primary);
    font-style: normal;
    font-weight: 700;
    margin-left: 8px;
}

.blue-match-item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    cursor: pointer;
}

.blue-match-item:nth-child(2n) {
    background: #fafafa;
}

.blue-match-item:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.blue-match-item .start-min {
    float: left;
    width: 75px;
    text-indent: 22px;
    white-space: nowrap;
    overflow: hidden;
}

.blue-match-item .round {
    float: left;
    width: 132px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.sport-icon-link {
    flex: 0 0 24px;
    width: 24px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sport-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sport-icon.sport-zuqiu {
    background-image: url("../img/football.webp");
}

.sport-icon.sport-lanqiu {
    background-image: url("../img/basketball.webp");
}

.blue-match-item.status-live .sport-icon {
    animation: blue-live-ball-spin 1.2s linear infinite;
    transform-origin: center;
    will-change: transform;
}

@keyframes blue-live-ball-spin {
    to {
        transform: rotate(360deg);
    }
}

.match-league-name {
    flex: 1 1 auto;
    min-width: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-match-item .match-info {
    overflow: hidden;
}

.blue-match-item .team-a,
.blue-match-item .team-b {
    float: left;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.blue-match-item .teama-name,
.blue-match-item .teamb-name {
    width: 132px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-match-item .teama-name {
    text-align: right;
}

.blue-match-item .teamb-name {
    text-align: left;
}

.blue-match-item .team-a img,
.blue-match-item .team-b img {
    width: 26px;
    height: 26px;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
}

.blue-match-item .team-a img {
    margin-left: 10px;
}

.blue-match-item .team-b img {
    margin-right: 10px;
}

.blue-match-item .vs-score-wrap {
    width: 78px;
    float: left;
    text-align: center;
}

.blue-match-item .feature {
    color: var(--blue-primary);
    font-weight: 700;
}

.blue-match-item .tv-list a {
    color: var(--blue-primary);
    float: right;
    font-size: 14px;
    margin-right: 18px;
}

.blue-side-block {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.blue-side-list,
.blue-live-side-list {
    padding: 8px 16px 20px;
}

.blue-side-list a,
.blue-live-side-list a {
    display: block;
    line-height: 34px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-live-side-list span {
    color: var(--blue-primary);
    margin-right: 8px;
}

.blue-home-hot-card {
    background: #fff;
}

.blue-home-hot-tabs {
    margin-bottom: 12px;
}

.blue-home-hot-tabs button,
.blue-home-hot-tabs button.active {
    min-width: 92px;
    padding: 0 14px;
    font-size: 16px;
}

.blue-home-hot-panel[hidden] {
    display: none;
}

.blue-home-hot-list {
    padding: 4px 8px 8px;
}

.blue-home-hot-list a {
    position: relative;
    display: block;
    height: 34px;
    padding-left: 18px;
    line-height: 34px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-home-hot-list a::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue-primary);
}

.blue-home-hot-list a.is-video::before {
    top: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--blue-primary);
    border-radius: 0;
    background: transparent;
}

.blue-home-hot-list .blue-empty {
    padding: 12px 0;
}

.blue-tag-related-card {
    padding: 26px 30px 22px;
    background: #fff;
}

.blue-tag-related-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.blue-tag-related-head::before {
    content: "";
    width: 10px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 2px;
    transform: skewX(-12deg);
    background: linear-gradient(180deg, var(--blue-secondary), var(--blue-primary));
}

.blue-tag-related-head a,
.blue-tag-related-head span {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.blue-tag-related-list {
    padding: 0;
    margin-top: 6px;
}

.blue-tag-related-list a {
    color: #333;
    font-size: 16px;
    line-height: 38px;
}

.blue-tag-related-list a:hover {
    color: var(--blue-primary);
}

.blue-tag-cloud {
    padding: 15px;
    overflow: hidden;
}

.blue-league-pills {
    max-height: none;
    overflow: hidden;
}

.blue-league-pills.is-collapsed {
    max-height: 120px;
}

.blue-tag-cloud a,
.blue-mini-tags a,
.blue-footer-tags a,
.blue-league-pills a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin: 0 8px 8px 0;
    padding: 0 10px;
    color: var(--blue-primary);
    font-size: 12px;
    background: var(--blue-pale);
    border: 1px solid var(--blue-secondary);
    border-radius: 4px;
    white-space: nowrap;
}

.blue-league-pills a:hover,
.blue-league-pills a.active {
    color: #fff;
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
    border-color: var(--blue-secondary);
    box-shadow: 0 6px 14px rgba(var(--blue-secondary-rgb), .18);
}

.blue-league-pills a.active em {
    color: #fff;
}

.blue-league-pills-toggle {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 2px 0 14px;
    padding: 0 13px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.blue-league-pills-toggle[hidden] {
    display: none;
}

.blue-load-more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    border: 0;
    border-radius: 5px;
    background: var(--blue-pale);
    font-weight: 700;
    color: var(--blue-primary);
    cursor: pointer;
}

.blue-load-more:hover {
    color: #000;
}

.blue-page-title {
    width: 1200px;
    margin: 0 auto 25px;
    padding: 24px 28px;
    background: #fafafa;
}

.blue-page-title h1 {
    margin-bottom: 10px;
    color: #111;
    font-size: 26px;
    line-height: 1.25;
}

.blue-page-title p {
    color: #666;
    line-height: 1.8;
}

.blue-two-col {
    width: 1200px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.blue-detail-updates {
    width: 1200px;
    margin: 0 auto 60px;
}

.blue-detail-update-block {
    margin-bottom: 30px;
    padding: 0 0 18px;
    background: #fff;
}

.blue-detail-update-block .blue-gradient-title {
    height: auto;
    line-height: normal;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    overflow: visible;
}

.blue-detail-update-block .blue-gradient-title .tit-text {
    position: relative;
    min-width: 0;
    height: auto;
    padding: 0 0 0 36px;
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    background: transparent;
    border-radius: 0;
}

.blue-detail-update-block .blue-gradient-title .tit-text::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 30px;
    border-radius: 2px;
    transform: skewX(-12deg);
    background: linear-gradient(180deg, var(--blue-primary), var(--blue-secondary));
}

.blue-detail-update-block .blue-side-list {
    padding: 0;
}

.blue-detail-update-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 54px;
    row-gap: 12px;
}

.blue-detail-update-list a {
    min-width: 0;
    height: 28px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.blue-detail-update-list a:hover {
    color: var(--blue-primary);
}

.blue-detail-video-list a {
    position: relative;
    padding-left: 34px;
}

.blue-detail-video-list a::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: var(--blue-primary);
    transform: translateY(-50%);
}

.blue-detail-video-list a::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    transform: translateY(-50%);
}

.blue-main-col {
    width: 820px;
    float: left;
    margin-right: 40px;
}

.blue-news-detail-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blue-news-detail-main .blue-detail-updates {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.blue-news-detail-main .blue-detail-update-block {
    margin: 0 0 12px;
}

.blue-news-detail-main .blue-detail-update-block:last-child {
    margin-bottom: 0;
}

.blue-news-detail-main .blue-detail-update-list {
    column-gap: 24px;
    row-gap: 8px;
}

.blue-side-col {
    width: 340px;
    float: left;
}

.blue-standings-layout {
    overflow: visible;
    background: #f1f1f1;
}

.blue-standings-menu {
    width: 220px;
    float: left;
    position: relative;
    z-index: 2;
}

.blue-standings-tabs-card {
    margin-bottom: 0;
    background: transparent;
    overflow: visible;
}

.blue-standings-tabs-card .blue-gradient-title {
    margin-bottom: 0;
    background: #fff;
}

.blue-standings-tabs {
    padding: 12px 0 12px 12px;
    background: #f1f1f1;
}

.blue-standings-tabs a {
    display: block;
    width: calc(100% + 1px);
    height: auto;
    min-height: 42px;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 11px 15px;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-right-color: #ddd;
    border-radius: 6px 0 0 6px;
    white-space: normal;
    position: relative;
}

.blue-standings-tabs a:hover {
    color: var(--blue-secondary);
    background: #f7f7f7;
}

.blue-standings-tabs a.active {
    color: var(--blue-secondary);
    background: #fff;
    border-color: #fff;
    border-right-color: #fff;
    box-shadow: -5px 5px 12px rgba(0, 0, 0, .05);
}

.blue-standings-tabs a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    background: linear-gradient(to bottom, var(--blue-primary), var(--blue-secondary));
    border-radius: 0 4px 4px 0;
}

.blue-standings-content {
    width: 980px;
    min-height: 360px;
    margin-right: 0;
    padding: 22px 24px 30px;
    background: #fff;
    box-shadow: 0 5px 18px #f2f2f2;
}

.blue-card-list article,
.blue-card-list .blue-list-card {
    padding: 18px 0;
    border-bottom: 1px solid #f2f2f2;
}

.blue-card-list .blue-news-card {
    min-height: 118px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.blue-news-card-cover {
    width: 168px;
    height: 96px;
    flex: 0 0 168px;
    display: block;
    overflow: hidden;
    color: var(--blue-primary);
    line-height: 96px;
    text-align: center;
    background: var(--blue-pale);
    border-radius: 5px;
}

.blue-news-card-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blue-news-card-cover span {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-news-card-body {
    min-width: 0;
    flex: 1 1 auto;
}

.blue-list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    overflow: hidden;
}

.blue-list-tags a {
    max-width: 92px;
    height: 24px;
    padding: 0 8px;
    color: var(--blue-primary);
    font-size: 12px;
    line-height: 24px;
    background: var(--blue-pale);
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-list-tags a:hover {
    color: #fff;
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
}

.blue-card-list h2 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.blue-card-list p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.blue-meta {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 6px;
}

.blue-meta span {
    color: var(--blue-primary);
    margin-right: 10px;
}

.blue-news-title-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    padding: 10px 0 18px;
}

.blue-news-title-col {
    min-width: 0;
}

.blue-news-title-link {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #111;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-news-title-link:hover {
    color: var(--blue-secondary);
}

.blue-mini-tags {
    overflow: hidden;
}

.blue-grid-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

.blue-grid-cards section,
.blue-grid-cards article {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    min-height: 230px;
    margin: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fafafa;
}

.blue-grid-cards h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.blue-grid-cards li,
.blue-grid-cards .blue-row-link {
    display: block;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-grid-cards ul {
    flex: 1;
}

.blue-grid-cards .blue-more {
    align-self: flex-end;
    margin-top: auto;
}

.blue-cover-grid {
    overflow: hidden;
}

.blue-cover-card {
    width: 188px;
    min-height: 218px;
    float: left;
    margin: 0 15px 20px 0;
}

.blue-cover-card:nth-child(4n) {
    margin-right: 0;
}

.blue-cover {
    width: 100%;
    height: 105px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #eee;
    border-radius: 5px;
}

.blue-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blue-cover .blue-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .62);
    font-style: normal;
}

.blue-cover .blue-play-icon::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
}

.blue-cover-title {
    display: block;
    height: 48px;
    margin-top: 7px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.blue-video-card-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 22px;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
}

.blue-video-card-meta span {
    color: var(--blue-primary);
}

.blue-video-tags {
    max-height: 24px;
    margin-top: 5px;
}

.blue-live-con {
    width: 1000px;
    margin: 0 auto 50px;
}

.blue-live-left {
    width: 660px;
    float: left;
    margin-right: 60px;
}

.blue-live-right {
    width: 280px;
    float: left;
}

.blue-play-match-info {
    width: 660px;
    height: 160px;
    padding: 30px 90px;
    margin-bottom: 10px;
    background: url("../img/match-bg.webp") center / 100% 100% no-repeat;
    overflow: hidden;
}

.blue-team-info {
    width: 115px;
    height: 110px;
    float: left;
    color: #fff;
}

.blue-team-info dt {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.blue-team-info dt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blue-team-info dt span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    background: rgba(255, 255, 255, .18);
    border-radius: 50%;
}

.blue-team-info dd {
    height: 28px;
    margin-top: 10px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-play-match-info .team-b {
    float: right;
}

.blue-match-info-detail {
    width: 242px;
    height: 110px;
    float: left;
    margin-top: -10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.blue-match-info-detail .time {
    width: 100%;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-match-info-detail .played {
    color: #fff;
    line-height: 40px;
}

.blue-match-info-detail .score-vs {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.blue-match-info-detail .status {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}

.blue-tab-toggle {
    height: 40px;
    padding: 0 10px;
    margin: 10px 0;
    background: #f7f7f7;
    font-size: 18px;
    overflow: hidden;
}

.blue-tab-toggle p {
    float: left;
}

.blue-tab-toggle span {
    display: block;
    float: left;
    padding: 0 20px;
    line-height: 40px;
    color: #333;
}

.blue-tab-toggle span.selected {
    color: #111;
    border-bottom: 2px solid #16b13a;
}

.blue-tab-content {
    min-height: 78px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    background: #fff;
}

.blue-tab-item {
    display: none;
}

.blue-tab-content .blue-tab-item.active {
    display: block;
}

.blue-chatroom-part {
    padding: 14px 10px;
}

.blue-live-signal {
    min-width: 108px;
    height: 40px;
    display: inline-block;
    padding: 0 14px 0 34px;
    margin: 0 8px 8px 0;
    position: relative;
    color: #16b13a;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    background: #f0f9eb;
    border: 1px solid #d8efd0;
    border-radius: 4px;
}

.blue-live-signal::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    width: 14px;
    height: 14px;
    background: #16b13a;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(22, 177, 58, .12);
}

.blue-live-signal.is-disabled {
    color: #888;
    background: #f7f7f7;
    border-color: #eee;
}

.blue-live-signal.is-disabled::before {
    background: #bbb;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .05);
}

.blue-other-news {
    margin-bottom: 20px;
}

.blue-relate-news {
    overflow: hidden;
}

.blue-relate-news li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.blue-relate-news li:nth-child(2n) {
    margin-left: 1%;
}

.blue-relate-news p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-live-side-block {
    margin-bottom: 24px;
}

.blue-recent-match-tit {
    padding-bottom: 12px;
    margin-bottom: 14px;
    color: #111;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.blue-recent-match-tit::before {
    content: "";
    width: 4px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -3px;
    background: linear-gradient(to bottom, var(--blue-primary), var(--blue-secondary));
    border-radius: 2px;
}

.blue-live-tag-list {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.blue-live-tag-list a {
    height: 22px;
    display: inline-block;
    padding: 0 8px;
    margin: 0 6px 10px 0;
    color: var(--blue-primary);
    font-size: 12px;
    line-height: 20px;
    background: var(--blue-pale);
    border: 1px solid var(--blue-secondary);
    border-radius: 4px;
}

.blue-side-relate-news {
    margin-top: 15px;
}

.blue-side-relate-news li {
    width: 100%;
    display: block;
    margin-left: 0;
}

.blue-side-relate-news li:nth-child(2n) {
    margin-left: 0;
}

.blue-article {
    padding: 28px;
    background: #fff;
    border: 1px solid #f2f2f2;
}

.blue-article h1 {
    font-size: 30px;
    line-height: 1.35;
    margin: 12px 0;
}

.blue-article-summary {
    padding: 14px 18px;
    margin: 18px 0;
    color: #666;
    line-height: 1.8;
    background: #fafafa;
}

.blue-article-content {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
}

.blue-article-content p,
.blue-article-content div {
    margin-bottom: 16px;
}

.blue-article-content img {
    max-width: 100%;
    height: auto;
    margin: 16px auto;
    cursor: zoom-in;
}

.news-video-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 24px 0;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.news-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: min(64vh, 640px);
    aspect-ratio: 16 / 9;
    background: #000;
    object-fit: contain;
}

.news-video-player.is-portrait-video video {
    width: auto;
    max-width: 100%;
    height: min(72vh, 680px);
    aspect-ratio: auto;
}

.news-video-player-meta {
    display: flex;
    align-self: stretch;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 1.5;
    background: #070707;
}

.news-video-player-meta strong {
    min-width: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-video-player-meta span {
    flex: 0 0 auto;
    color: var(--blue-primary);
    font-weight: 700;
}

.blue-article-end {
    margin: 30px 0 22px;
    color: #999;
    text-align: center;
    letter-spacing: 2px;
}

.blue-article-prev-next {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #eee;
}

.blue-article-prev-next a,
.blue-article-prev-next span {
    display: block;
    padding: 12px 14px;
    color: #333;
    background: #fafafa;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blue-article-prev-next a:hover {
    color: var(--blue-primary);
    background: var(--blue-pale);
}

.blue-pagination {
    margin: 25px 0;
    text-align: center;
}

.blue-pagination a,
.blue-pagination span {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    margin: 0 3px 6px;
    padding: 0 10px;
    color: #333;
    background: #fff;
    border: 1px solid #eee;
}

.blue-pagination .is-current {
    color: #fff;
    border-color: var(--blue-secondary);
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
}

.blue-standings-table-wrap {
    overflow-x: auto;
    margin-bottom: 25px;
}

.blue-standings-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.blue-standings-table th,
.blue-standings-table td {
    height: 42px;
    padding: 0 10px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    white-space: nowrap;
}

.blue-standings-table th {
    color: #666;
    background: #fafafa;
}

.blue-standings-table .team-col {
    text-align: left;
}

.blue-standing-team {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blue-standing-team img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.rank-num,
.points-num {
    color: var(--blue-primary);
    font-weight: 800;
}

.blue-empty {
    padding: 30px;
    color: #777;
    line-height: 1.8;
    text-align: center;
    background: #fafafa;
}

.blue-footer-wrap {
    width: 100%;
    padding: 45px 0;
    color: #898a89;
    background: #333;
    box-shadow: 0 2px 20px #f0f0f0;
    overflow: hidden;
}

.blue-footer {
    width: 1200px;
    margin: 0 auto;
}

.blue-footer-top {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #3b3b3b;
}

.blue-footer-top strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}

.blue-footer p,
.blue-footer a {
    color: #898a89;
    font-size: 14px;
    line-height: 28px;
}

.blue-footer-tags a {
    height: 22px;
    line-height: 22px;
    color: #bbb;
    background: #313131;
    border: 0;
}
.blue-sitemap-shell {
    padding: 24px 0 42px;
}
.blue-sitemap-hero {
    padding: 26px;
    margin-bottom: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
}
.blue-sitemap-hero h1 {
    margin: 0 0 10px;
    color: #222;
    font-size: 28px;
    line-height: 1.25;
}
.blue-sitemap-hero p {
    margin: 0 0 16px;
    color: #666;
    line-height: 1.8;
}
.blue-sitemap-hero a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: var(--blue-primary);
    border-radius: 4px;
}
.blue-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.blue-sitemap-group {
    min-width: 0;
    padding: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
}
.blue-sitemap-group .blue-gradient-title {
    margin-bottom: 14px;
}
.blue-sitemap-group .blue-gradient-title em {
    margin-left: auto;
    color: #888;
    font-size: 12px;
    font-style: normal;
}
.blue-sitemap-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.blue-sitemap-links a {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    background: #f7f7f7;
    border-radius: 4px;
}
.blue-sitemap-links a:hover {
    color: var(--blue-primary);
    background: var(--blue-pale);
}
.blue-sitemap-links span {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blue-sitemap-links time {
    color: #999;
    font-size: 12px;
}

.blue-back-top {
    position: fixed;
    right: 20px;
    bottom: 22px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(to right, var(--blue-primary), var(--blue-secondary));
    box-shadow: 0 6px 18px rgba(var(--blue-secondary-rgb), .24);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 30;
}

.blue-back-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.blue-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 30px;
    background: rgba(0, 0, 0, .82);
}

.blue-image-lightbox[hidden] {
    display: none;
}

.blue-image-lightbox img {
    max-width: 92vw;
    max-height: 86vh;
}

.blue-image-lightbox button {
    position: absolute;
    right: 22px;
    top: 20px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
}

.blue-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1240px) {
    .blue-nav,
    .blue-main-wrap,
    .blue-page-shell,
    .blue-home-wrap,
    .blue-page-title,
    .blue-two-col,
    .blue-detail-updates,
    .blue-footer {
        width: calc(100% - 24px);
    }
    .blue-sitemap-grid,
    .blue-sitemap-links {
        grid-template-columns: 1fr;
    }

    .blue-brand {
        margin-right: 20px;
    }

    .blue-nav-item {
        width: auto;
        min-width: 84px;
        padding: 0 10px;
        font-size: 16px;
    }

    .blue-top-left,
    .blue-top-center,
    .blue-top-right,
    .blue-bottom-left,
    .blue-bottom-right,
    .blue-main-col,
    .blue-side-col,
    .blue-live-left,
    .blue-live-right {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .blue-top-grid,
    .blue-bottom-left,
    .blue-main-col,
    .blue-live-left {
        margin-bottom: 25px;
    }

    .blue-play-match-info {
        width: 100%;
    }

    .blue-highlight-grid a,
    .blue-cover-card {
        width: calc(25% - 12px);
    }

    .blue-highlight-grid a:nth-child(4n),
    .blue-cover-card:nth-child(4n) {
        margin-right: 0;
    }

    .blue-home-video-grid a:nth-child(5n) {
        margin-right: 15px;
    }

    .blue-home-video-grid a:nth-child(4n) {
        margin-right: 0;
    }

    .blue-highlight-grid.blue-home-video-grid dt {
        height: 120px;
    }

    .blue-grid-cards section,
    .blue-grid-cards article {
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .blue-standings-menu {
        float: left;
        width: 210px;
        margin-right: 0;
    }

    .blue-standings-content {
        float: left;
        width: calc(100% - 210px);
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    .blue-nav-wrap {
        height: auto;
        min-height: 60px;
        margin-bottom: 18px;
    }

    .blue-nav {
        width: 100%;
        height: auto;
        min-height: 60px;
        padding: 0 12px;
        flex-wrap: wrap;
    }

    .blue-brand {
        width: calc(100% - 54px);
        margin-right: 0;
        justify-content: flex-start;
    }

    .blue-logo-text {
        text-align: left;
    }

    .blue-nav-toggle {
        display: block;
    }

    .blue-nav-items {
        width: 100%;
        height: auto;
        display: none;
        flex: none;
        background: #fff;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 8px;
        padding: 8px 0 12px;
        overflow: visible;
        box-shadow: 0 12px 18px rgba(0, 0, 0, .06);
    }

    .blue-nav-items.open {
        display: flex;
    }

    .blue-nav-item {
        flex: 1 0 calc(33.333% - 8px);
        min-width: 0;
        width: auto;
        height: 40px;
        line-height: 40px;
        padding: 0 6px;
        font-size: 15px;
        border-radius: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blue-page-title {
        padding: 18px;
    }

    .blue-page-title h1,
    .blue-article h1 {
        font-size: 24px;
    }

    .blue-detail-update-block {
        margin-bottom: 22px;
        padding-bottom: 8px;
    }

    .blue-detail-update-block .blue-gradient-title {
        margin-bottom: 14px;
        padding-bottom: 12px;
        overflow: visible;
    }

    .blue-detail-update-block .blue-gradient-title .tit-text {
        min-width: 0;
        height: auto;
        font-size: 22px;
        line-height: 34px;
    }

    .blue-detail-update-list {
        grid-template-columns: 1fr;
        row-gap: 8px;
        column-gap: 0;
    }

    .blue-detail-update-list a {
        height: 30px;
        line-height: 30px;
    }

    .news-video-player {
        margin: 18px 0;
        border-radius: 8px;
    }

    .news-video-player video {
        max-height: min(58vh, 420px);
    }

    .news-video-player.is-portrait-video video {
        height: min(68vh, 520px);
    }

    .news-video-player-meta {
        flex-direction: column;
        gap: 5px;
        padding: 10px 12px;
    }

    .news-video-player-meta strong {
        white-space: normal;
    }

    .blue-gradient-title {
        height: auto;
        white-space: nowrap;
        overflow-x: auto;
    }

    .blue-gradient-title .tit-text,
    .blue-gradient-title button,
    .blue-gradient-title button.active,
    .blue-gradient-title .active {
        min-width: 92px;
        font-size: 16px;
    }

    .blue-top-left,
    .blue-top-center,
    .blue-top-right {
        margin-bottom: 18px;
    }

    .blue-highlight-grid a,
    .blue-cover-card {
        width: calc(50% - 8px);
        margin-right: 15px;
    }

    .blue-home-video-grid a:nth-child(4n),
    .blue-home-video-grid a:nth-child(5n) {
        margin-right: 15px;
    }

    .blue-highlight-grid a:nth-child(2n),
    .blue-home-video-grid a:nth-child(2n),
    .blue-cover-card:nth-child(2n) {
        margin-right: 0;
    }

    .blue-highlight-grid.blue-home-video-grid dt {
        height: 105px;
    }

    .blue-match-item {
        height: auto;
        min-height: 86px;
        line-height: 1.4;
        padding: 10px 10px 12px;
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 10px;
        row-gap: 8px;
        align-items: center;
    }

    .blue-match-item .start-min {
        float: none;
        width: auto;
        height: auto;
        line-height: 24px;
        text-indent: 0;
        display: block;
        color: #222;
        font-weight: 700;
    }

    .blue-match-item .round {
        float: none;
        width: auto;
        min-width: 0;
        height: auto;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        text-align: right;
        overflow: hidden;
        white-space: nowrap;
    }

    .blue-match-item .sport-icon-link {
        flex: 0 0 22px;
        width: 22px;
        height: 24px;
        justify-content: flex-start;
    }

    .blue-match-item .match-league-name {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        text-align: right;
    }

    .blue-match-item .match-info {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        column-gap: 8px;
        margin-top: 0;
        overflow: visible;
    }

    .blue-match-item .team-a,
    .blue-match-item .team-b {
        float: none;
        width: auto;
        min-width: 0;
        height: 34px;
        line-height: 34px;
        display: flex;
        align-items: center;
        gap: 6px;
        overflow: hidden;
    }

    .blue-match-item .team-a {
        justify-content: flex-end;
        text-align: right;
    }

    .blue-match-item .team-b {
        justify-content: flex-start;
        text-align: left;
    }

    .blue-match-item .teama-name,
    .blue-match-item .teamb-name {
        width: auto;
        min-width: 0;
        max-width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .blue-match-item .teama-name {
        text-align: right;
    }

    .blue-match-item .teamb-name {
        text-align: left;
    }

    .blue-match-item .team-a img,
    .blue-match-item .team-b img {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin: 0;
        display: block;
    }

    .blue-match-item .vs-score-wrap {
        float: none;
        width: auto;
        min-width: 48px;
        height: 34px;
        line-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .blue-match-item .feature {
        line-height: 34px;
    }

    .blue-match-item .tv-list {
        width: 100%;
        margin: 6px 0 0;
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
    }

    .blue-match-item .tv-list a {
        float: none;
        min-height: 34px;
        margin: 0;
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .blue-grid-cards section,
    .blue-grid-cards article,
    .blue-home-article-list a,
    .blue-relate-news li {
        float: none;
        flex-basis: 100%;
        width: 100%;
    }

    .blue-news-title-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .blue-card-list .blue-news-card {
        min-height: 92px;
        gap: 10px;
    }

    .blue-news-card-cover {
        width: 118px;
        height: 74px;
        flex-basis: 118px;
        line-height: 74px;
    }

    .blue-card-list h2 {
        font-size: 17px;
        line-height: 1.35;
        margin-bottom: 5px;
    }

    .blue-card-list p {
        display: none;
    }

    .blue-home-article-list a:nth-child(2n) {
        margin-left: 0;
    }

    .blue-relate-news li:nth-child(2n) {
        margin-left: 0;
    }

    .blue-play-match-info {
        height: auto;
        min-height: 160px;
        padding: 22px 16px;
        background-size: cover;
        border-radius: 10px;
    }

    .blue-team-info {
        width: 30%;
        height: auto;
    }

    .blue-match-info-detail {
        width: 40%;
        height: auto;
        margin-top: 0;
    }

    .blue-match-info-detail .score-vs {
        font-size: 24px;
    }

    .blue-team-info dt,
    .blue-team-info dt span {
        width: 54px;
        height: 54px;
    }

    .blue-team-info dt span {
        line-height: 54px;
        font-size: 18px;
    }

    .blue-standings-layout {
        background: transparent;
        overflow: hidden;
    }

    .blue-standings-menu,
    .blue-standings-content {
        float: none;
        width: 100%;
    }

    .blue-standings-tabs {
        display: flex;
        gap: 8px;
        padding: 10px 0;
        overflow-x: auto;
        overflow-y: hidden;
        background: transparent;
    }

    .blue-standings-tabs a {
        flex: 0 0 auto;
        width: auto;
        min-width: 86px;
        min-height: 36px;
        margin: 0;
        padding: 8px 12px;
        border-radius: 4px;
        text-align: center;
        white-space: nowrap;
    }

    .blue-standings-tabs a.active {
        box-shadow: none;
        border-color: #fff;
    }

    .blue-standings-tabs a.active::before {
        left: 10px;
        right: 10px;
        top: auto;
        bottom: 0;
        width: auto;
        height: 3px;
        border-radius: 3px 3px 0 0;
    }

    .blue-standings-content {
        padding: 16px 12px 20px;
        box-shadow: 0 5px 18px #f2f2f2;
    }
}

/* Keep the portal shell after every inherited theme rule. */
.blue-site-header { width: 100%; margin-bottom: 22px; }
.blue-header-shell { width: 1200px; margin-right: auto; margin-left: auto; }
.blue-utility-bar { height: 36px; color: #d6dce6; background: #202124; font-size: 13px; }
.blue-utility-bar .blue-header-shell { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.blue-utility-bar a { color: #e8edf5; }
.blue-brand-band {
    height: 86px;
    color: #fff;
    background-color: var(--blue-primary);
    background-image:
        linear-gradient(118deg, rgba(var(--blue-primary-rgb), .96), rgba(var(--blue-secondary-rgb), .92)),
        linear-gradient(28deg, transparent 58%, rgba(255, 255, 255, .12) 58%, rgba(255, 255, 255, .12) 66%, transparent 66%);
}
.blue-brand-shell { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.blue-brand { width: auto; max-width: 360px; height: 86px; margin: 0; justify-content: flex-start; }
.blue-logo { max-width: 280px; max-height: 66px; }
.blue-logo-text { width: auto; padding: 0; color: #fff; font-size: 32px; line-height: 86px; text-align: left; }
.blue-brand.is-active .blue-logo-text { color: #fff; }
.blue-nav-bar { height: 46px; background: #0c3d98; }
.blue-nav { width: 1200px; height: 46px; margin: 0 auto; padding: 0; align-items: stretch; }
.blue-nav-items { width: 100%; height: 46px; align-items: stretch; }
.blue-nav-item { width: auto; min-width: 104px; height: 46px; padding: 0 18px; color: #fff; font-size: 16px; line-height: 46px; }
.blue-nav-item:hover,
.blue-nav-item.nav-selected { color: #fff; background: #096fc1; }
.blue-nav-toggle { background: rgba(255, 255, 255, .94); }
.blue-home-wrap { width: 1200px; margin: 0 auto 50px; overflow: visible; }
.blue-bread { margin: 0 auto 18px; padding: 0 0 16px; border-bottom: 2px solid var(--blue-primary); }
.blue-page-title { border-top: 2px solid var(--blue-primary); background: #f7f9fc; }
.blue-footer-wrap { background: #15243a; }
.blue-back-top { background: var(--blue-primary); }
.blue-play-match-info {
    position: relative;
    background-color: #123d85;
    background-image: linear-gradient(110deg, #096fc1 0 22%, #153b78 22% 78%, #0796d2 78% 100%);
}
.blue-team-info,
.blue-match-info-detail { position: relative; z-index: 1; }
.blue-team-info dt {
    padding: 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .96);
}
.blue-team-info dt span {
    color: var(--blue-primary);
    background: transparent;
}

@media (max-width: 1240px) {
    .blue-header-shell,
    .blue-nav,
    .blue-home-wrap { width: calc(100% - 24px); }
}

@media (max-width: 760px) {
    .blue-site-header { margin-bottom: 14px; }
    .blue-utility-bar { display: none; }
    .blue-brand-band,
    .blue-brand-shell { height: 60px; }
    .blue-brand { width: calc(100% - 54px); max-width: none; height: 60px; margin: 0; justify-content: flex-start; }
    .blue-logo { max-height: 48px; }
    .blue-logo-text { width: auto; max-width: 100%; color: #fff; font-size: 22px; line-height: 60px; text-align: left; }
    .blue-nav-toggle { display: block; }
    .blue-nav-bar { height: auto; background: #fff; }
    .blue-nav { width: 100%; height: auto; min-height: 0; padding: 0 12px; }
    .blue-nav-items {
        width: 100%;
        height: auto;
        display: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px 0 12px;
        background: #fff;
        box-shadow: 0 10px 20px rgba(var(--blue-primary-rgb), .12);
        overflow: visible;
    }
    .blue-nav-items.open { display: grid; }
    .blue-nav-item { width: auto; min-width: 0; height: 40px; padding: 0 5px; border-radius: 5px; color: var(--blue-ink); font-size: 14px; line-height: 40px; }
    .blue-nav-item:hover,
    .blue-nav-item.nav-selected { color: #fff; background: var(--blue-primary); }
    .blue-home-wrap { width: calc(100% - 24px); margin-bottom: 30px; }
    .blue-bread { width: calc(100% - 24px); margin-bottom: 14px; }
    .blue-editorial-grid,
    .blue-home-live-layout,
    .blue-home-live-side { grid-template-columns: minmax(0, 1fr); }
    .blue-editorial-grid > *,
    .blue-feature-video-grid,
    .blue-feature-video,
    .blue-home-live-side > section,
    .blue-hot-video-grid,
    .blue-home-hot-list { min-width: 0; max-width: 100%; }
    .blue-home-live-main,
    .blue-home-live-side { width: 100%; min-width: 0; }
}

/* Live detail redirect CTA */
[data-live-loading-link] {
    --live-cta-start: #0b5db7;
    --live-cta-end: #1247a6;
    --live-cta-glow-rgb: 22 119 255;
    --live-cta-text: #fff;
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-width: 132px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid rgb(var(--live-cta-glow-rgb) / 42%);
    background: linear-gradient(135deg, var(--live-cta-start), var(--live-cta-end));
    color: var(--live-cta-text);
    font-size: 17px;
    font-weight: 800;
    font-family: inherit;
    line-height: 1.2;
    letter-spacing: .08em;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 10px 24px rgb(var(--live-cta-glow-rgb) / 30%);
    animation: live-cta-breathe 1.8s ease-in-out infinite;
    will-change: scale, box-shadow;
}

[data-live-loading-link]:hover,
[data-live-loading-link]:focus-visible {
    color: var(--live-cta-text);
    filter: saturate(1.12) brightness(1.05);
}

[data-live-loading-link]:focus-visible {
    outline: 3px solid rgb(var(--live-cta-glow-rgb) / 55%);
    outline-offset: 3px;
}

@keyframes live-cta-breathe {
    0%, 100% {
        scale: 1;
        box-shadow: 0 10px 24px rgb(var(--live-cta-glow-rgb) / 30%), 0 0 0 0 rgb(var(--live-cta-glow-rgb) / 34%);
    }

    50% {
        scale: 1.045;
        box-shadow: 0 14px 32px rgb(var(--live-cta-glow-rgb) / 42%), 0 0 0 10px rgb(var(--live-cta-glow-rgb) / 0%);
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-live-loading-link] {
        animation: none;
        scale: 1;
    }
}

/* Live detail match-card hierarchy */
.blue-match-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.blue-match-card-head {
    min-width: 0;
    padding: 13px 18px;
    background: var(--blue-pale);
}

.blue-match-card-head h1 {
    margin: 0;
    color: var(--blue-ink);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blue-match-card .blue-play-match-info {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .blue-match-card-head {
        padding: 11px 13px;
    }

    .blue-match-card-head h1 {
        font-size: 18px;
    }
}

/* Mobile category-card navigation CTA. */


.blue-content-tag-more:focus-visible {
    outline: 2px solid var(--blue-primary);
    outline-offset: -2px;
}

@media (max-width: 767px) {
    [data-content-tag-more].blue-content-tag-more {
        float: none;
        clear: both;
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        margin: 12px 0 0;
        padding: 0 16px;
        box-sizing: border-box;
        border: 1px solid var(--blue-line);
        border-radius: 6px;
        background: var(--blue-pale);
        color: var(--blue-primary);
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    [data-content-tag-more].blue-content-tag-more:hover,
    [data-content-tag-more].blue-content-tag-more:focus-visible,
    [data-content-tag-more].blue-content-tag-more:active {
        border-color: var(--blue-primary);
        background: var(--blue-primary);
        color: #fefefe;
    }
}
