:root {
    color-scheme: light;
    --tp3-live-primary: #086ecb;
    --tp3-live-accent: #ff5b61;
    --tp3-live-action: #c93843;
    --tp3-live-action-dark: #a92531;
    --tp3-live-blue: #086ecb;
    --tp3-live-page: #f4f6f9;
    --tp3-live-surface: #fdfefe;
    --tp3-live-surface-muted: #f7f9fc;
    --tp3-live-soft: #edf2f7;
    --tp3-live-line: #e6eaf0;
    --tp3-live-strong-line: #cdd5df;
    --tp3-live-text: #252b33;
    --tp3-live-muted: #69737f;
    --tp3-live-shadow: 0 8px 24px rgb(35 57 84 / 7%);
    --tp3-live-radius: 6px;
    --tp3-live-container: 1200px;
    --tp3-live-main: 870px;
    --tp3-live-sidebar: 300px;
    --tp3-live-gap: 30px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--tp3-live-page);
    color: var(--tp3-live-text);
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

body,
button,
input,
select,
textarea {
    font: inherit;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--tp3-live-action);
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid rgb(22 139 192 / 38%);
    outline-offset: 2px;
}

[hidden] {
    display: none !important;
}

.tp3-live-page-shell {
    width: min(var(--tp3-live-container), calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.tp3-live-site-header {
    background: var(--tp3-live-surface);
}

.tp3-live-utility {
    height: 36px;
    background: #f8f8f8;
    box-shadow: inset 0 -1px var(--tp3-live-line);
    color: #555;
    font-size: 12px;
}

.tp3-live-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}

.tp3-live-utility-home {
    position: relative;
    padding-left: 18px;
    font-weight: 700;
}

.tp3-live-utility-home::before {
    position: absolute;
    top: 7px;
    left: 2px;
    width: 10px;
    height: 9px;
    background: #24a35a;
    border-radius: 1px;
    content: "";
}

.tp3-live-utility-home::after {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 8px;
    height: 8px;
    background: #24a35a;
    content: "";
    transform: rotate(45deg);
}

.tp3-live-utility-links {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
}

.tp3-live-brand-band {
    height: 76px;
    background: var(--tp3-live-surface);
}

.tp3-live-brand-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

.tp3-live-brand {
    display: inline-flex;
    align-items: center;
    max-width: 420px;
    height: 62px;
    overflow: hidden;
}

.tp3-live-logo {
    width: auto;
    max-width: 360px;
    max-height: 58px;
    object-fit: contain;
}

.tp3-live-logo-text {
    color: #ee321e;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1;
    white-space: nowrap;
}

.tp3-live-slogan {
    margin: 0 8px 0 auto;
    color: #171717;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 2px;
}

.tp3-live-slogan::first-letter {
    color: var(--tp3-live-action);
}

.tp3-live-nav-toggle {
    display: none;
    width: 40px;
    height: 38px;
    padding: 8px;
    border: 0;
    border-radius: var(--tp3-live-radius);
    background: var(--tp3-live-primary);
}

.tp3-live-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #fefefe;
}

.tp3-live-nav-band {
    min-height: 42px;
    background: var(--tp3-live-primary);
}

.tp3-live-nav-items {
    display: flex;
    align-items: stretch;
    min-height: 42px;
    overflow: hidden;
}

.tp3-live-nav-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 42px;
    padding: 0 18px;
    color: #fdf7f8;
    font-size: 16px;
    white-space: nowrap;
}

.tp3-live-nav-item:hover,
.tp3-live-nav-item.is-active {
    background: rgb(255 255 255 / 13%);
    color: #fefefe;
}

.tp3-live-nav-item.is-active {
    box-shadow: inset 0 -3px #f6a5aa;
}

.tp3-live-league-band {
    min-height: 36px;
    background: var(--tp3-live-surface);
    box-shadow: 0 1px 3px rgb(68 38 40 / 7%);
}

.tp3-live-league-links {
    display: flex;
    align-items: center;
    min-height: 36px;
    gap: 18px;
    overflow: hidden;
    white-space: nowrap;
}

.tp3-live-league-links a {
    color: #333;
    font-size: 13px;
}

.tp3-live-league-links a:hover,
.tp3-live-league-links a.is-recommended {
    color: var(--tp3-live-primary);
}

.tp3-live-sport-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    background: var(--tp3-live-primary);
    color: #fefefe;
    font-size: 12px;
}

.tp3-live-sport-label::after {
    position: absolute;
    top: 0;
    right: -7px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 7px solid var(--tp3-live-primary);
    content: "";
}

.tp3-live-basket-label {
    margin-left: 4px;
}

.tp3-live-breadcrumb {
    display: flex;
    align-items: center;
    min-height: 54px;
    gap: 9px;
    color: #595959;
    font-size: 13px;
}

.tp3-live-breadcrumb strong {
    max-width: 700px;
    overflow: hidden;
    color: #363636;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-home-main {
    padding-top: 10px;
}

.tp3-live-home-layout,
.tp3-live-two-column {
    display: grid;
    grid-template-columns: minmax(0, 840px) 340px;
    gap: 20px;
    align-items: start;
}

.tp3-live-main-column {
    min-width: 0;
}

.tp3-live-sidebar,
.tp3-live-home-sidebar {
    display: grid;
    min-width: 0;
    gap: 12px;
}

.tp3-live-home-schedule,
.tp3-live-schedule-panel,
.tp3-live-list-panel,
.tp3-live-video-feature-panel,
.tp3-live-stream-section,
.tp3-live-standings-panel,
.tp3-live-sitemap-group {
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-live-tabs {
    display: flex;
    min-height: 52px;
    padding: 8px 6px;
    gap: 12px;
    box-shadow: inset 0 -2px #ef9ca1;
}

.tp3-live-live-tabs button {
    min-width: 82px;
    height: 36px;
    padding: 0 20px;
    border: 0;
    border-radius: var(--tp3-live-radius);
    background: #233c60;
    color: #fefefe;
    cursor: pointer;
}

.tp3-live-live-tabs button:hover,
.tp3-live-live-tabs button.is-active {
    background: var(--tp3-live-action);
}

.tp3-live-live-tabs button:active,
.tp3-live-watch-link:active,
.tp3-live-signal-button:active,
.tp3-live-load-more:active {
    transform: translateY(1px);
}

.tp3-live-match-day > h2 {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin: 0;
    padding: 0 10px;
    background: #fafafa;
    box-shadow: inset 0 -1px var(--tp3-live-line);
    font-size: 18px;
    font-weight: 500;
}

.tp3-live-match-day > h2 time,
.tp3-live-match-row > time,
.tp3-live-article-meta time,
.tp3-live-live-side-list time,
.tp3-live-standings-table,
.tp3-live-score-center time,
.tp3-live-score-center strong {
    font-family: Arial, sans-serif;
    font-variant-numeric: tabular-nums;
}

.tp3-live-match-day > h2 em {
    margin-left: auto;
    color: var(--tp3-live-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.tp3-live-match-row {
    display: grid;
    grid-template-columns: 64px 58px 106px minmax(0, 1fr) 88px;
    align-items: center;
    min-height: 47px;
    padding: 0 10px;
    box-shadow: inset 0 -1px var(--tp3-live-line);
    cursor: pointer;
}

.tp3-live-match-row:hover {
    background: #fff8f8;
}

.tp3-live-sport-badge {
    justify-self: start;
    min-width: 48px;
    padding: 2px 6px;
    border: 1px solid #9b9b9b;
    border-radius: 1px;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.tp3-live-match-league {
    overflow: hidden;
    color: #505050;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-match-teams {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    margin: 0;
    gap: 4px;
}

.tp3-live-match-teams span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-match-teams span:first-child {
    text-align: right;
}

.tp3-live-match-teams b {
    color: #777;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.tp3-live-watch-link {
    justify-self: end;
    color: var(--tp3-live-action);
    font-weight: 700;
    white-space: nowrap;
}

.tp3-live-load-more {
    width: 100%;
    min-height: 38px;
    border: 0;
    background: #fafafa;
    color: #666;
    cursor: pointer;
}

.tp3-live-load-more:hover {
    background: #fff3f3;
    color: var(--tp3-live-action);
}

.tp3-live-load-more:disabled {
    cursor: wait;
    opacity: .65;
}

.tp3-live-side-feature {
    min-height: 198px;
    overflow: hidden;
    background: #263142;
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-side-feature > a {
    position: relative;
    display: block;
    height: 198px;
    overflow: hidden;
}

.tp3-live-side-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp3-live-side-feature strong {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 9px 12px;
    background: linear-gradient(transparent, rgb(20 20 20 / 88%));
    color: #fefefe;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-media-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 198px;
    background: #273449;
    color: #d8dde5;
}

.tp3-live-side-block {
    overflow: hidden;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-side-title,
.tp3-live-section-title {
    display: flex;
    align-items: center;
    min-height: 42px;
    box-shadow: inset 0 -2px var(--tp3-live-blue);
}

.tp3-live-side-title {
    padding: 0 16px;
    background: var(--tp3-live-action);
    box-shadow: none;
    color: #fefefe;
}

.tp3-live-side-title.is-light {
    background: var(--tp3-live-surface);
    box-shadow: inset 0 -2px var(--tp3-live-blue);
    color: var(--tp3-live-text);
}

.tp3-live-side-title h2,
.tp3-live-section-title h1,
.tp3-live-section-title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.tp3-live-section-title {
    padding: 0 16px;
    box-shadow: inset 0 -2px #ef969b, inset 0 -4px var(--tp3-live-blue);
}

.tp3-live-section-title h1,
.tp3-live-section-title h2 {
    font-size: 18px;
}

.tp3-live-section-title > a {
    margin-left: auto;
    color: #444;
    font-size: 13px;
}

.tp3-live-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 16px 16px;
    gap: 7px 16px;
}

.tp3-live-tag-cloud a {
    color: #555;
}

.tp3-live-tag-cloud a:hover {
    color: var(--tp3-live-action);
}

.tp3-live-hot-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 42px;
    background: var(--tp3-live-action);
}

.tp3-live-hot-tabs button {
    border: 0;
    background: transparent;
    color: rgb(255 255 255 / 76%);
    cursor: pointer;
}

.tp3-live-hot-tabs button.is-active {
    background: rgb(125 6 14 / 30%);
    color: #fefefe;
    font-weight: 700;
}

.tp3-live-hot-panel,
.tp3-live-side-list {
    padding: 10px 14px 12px;
}

.tp3-live-bullet-link,
.tp3-live-side-list > a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 0 6px 15px;
    color: #4a4a4a;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-bullet-link::before {
    position: absolute;
    top: 14px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: var(--tp3-live-blue);
    content: "";
    transform: rotate(45deg);
}

.tp3-live-bullet-link.is-video::before {
    background: var(--tp3-live-action);
}

.tp3-live-home-updates {
    margin-top: 16px;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-feature-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 18px;
    gap: 16px;
}

.tp3-live-video-card {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.tp3-live-video-card > strong {
    display: -webkit-box;
    overflow: hidden;
    min-height: 44px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tp3-live-video-cover {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 16 / 9;
    place-items: center;
    overflow: hidden;
    background: #263142;
    border-radius: var(--tp3-live-radius);
    color: #fefefe;
}

.tp3-live-image-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(145deg, #263547, #1e2a39);
    color: #cbd4de;
    font-size: 13px;
}

.tp3-live-lead-media .tp3-live-image-fallback {
    position: absolute;
    inset: 0;
}

.tp3-live-mini-media-list .tp3-live-image-fallback {
    width: 102px;
    height: 64px;
}

.tp3-live-article-content .tp3-live-image-fallback {
    min-height: 180px;
    margin: 16px 0;
}

.tp3-live-video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.tp3-live-video-card:hover img {
    transform: scale(1.025);
}

.tp3-live-video-cover i,
.tp3-live-cover-list-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(255 255 255 / 88%);
    border-radius: 50%;
    background: rgb(147 11 24 / 76%);
    transform: translate(-50%, -50%);
}

.tp3-live-video-cover i::after,
.tp3-live-cover-list-image i::after {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fefefe;
    content: "";
}

.tp3-live-title-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 18px 18px;
    column-gap: 30px;
}

.tp3-live-title-columns > a {
    overflow: hidden;
    padding: 6px 0;
    color: #454545;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-empty {
    margin: 0;
    padding: 24px;
    color: var(--tp3-live-muted);
    text-align: center;
}

.tp3-live-empty-panel {
    background: var(--tp3-live-surface);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-empty h1,
.tp3-live-empty h2 {
    margin-top: 0;
    color: var(--tp3-live-text);
}

.tp3-live-league-selector,
.tp3-live-standings-selector {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    margin-bottom: 14px;
    padding: 10px;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
    gap: 9px 10px;
}

.tp3-live-league-selector a,
.tp3-live-standings-selector a {
    display: grid;
    min-height: 34px;
    padding: 4px 8px;
    place-items: center;
    overflow: hidden;
    background: var(--tp3-live-soft);
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-league-selector a:hover,
.tp3-live-league-selector a.is-active,
.tp3-live-standings-selector a:hover,
.tp3-live-standings-selector a.is-active {
    background: var(--tp3-live-action);
    color: #fefefe;
}

.tp3-live-schedule-panel + .tp3-live-schedule-panel,
.tp3-live-stream-section + .tp3-live-stream-section,
.tp3-live-detail-updates + .tp3-live-schedule-panel {
    margin-top: 14px;
}

.tp3-live-video-feature-panel {
    min-height: 300px;
}

.tp3-live-video-content,
.tp3-live-news-sections,
.tp3-live-detail-layout,
.tp3-live-video-tag-page .tp3-live-two-column,
.tp3-live-news-tag-page .tp3-live-two-column {
    margin-top: 14px;
}

.tp3-live-stream-section {
    margin-bottom: 14px;
}

.tp3-live-news-tag-card,
.tp3-live-video-tag-card {
    overflow: hidden;
}

.tp3-live-news-tag-title,
.tp3-live-video-tag-title {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px 0 60px;
    background: linear-gradient(90deg, var(--tp3-live-primary) 0 190px, var(--tp3-live-surface) 190px);
    box-shadow: inset 0 -1px #ff2b31;
}

.tp3-live-news-tag-title h2,
.tp3-live-video-tag-title h2 {
    min-width: 0;
    max-width: 116px;
    margin: 0;
    overflow: hidden;
    color: #fefefe;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-news-tag-title > a,
.tp3-live-video-tag-title > a {
    margin-left: auto;
    color: #222;
    font-size: 16px;
    line-height: 48px;
    white-space: nowrap;
}

.tp3-live-news-tag-title > a:hover,
.tp3-live-video-tag-title > a:hover {
    color: var(--tp3-live-action);
}

.tp3-live-news-tag-list,
.tp3-live-video-tag-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(32px, auto));
    grid-auto-flow: column;
    padding: 16px 20px 18px;
    column-gap: 36px;
}

.tp3-live-news-tag-list > a,
.tp3-live-video-tag-list > a {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 32px;
    overflow: hidden;
    color: #363636;
    font-size: 16px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-news-tag-list > a:hover,
.tp3-live-video-tag-list > a:hover {
    color: var(--tp3-live-action);
}

.tp3-live-news-tag-list > .tp3-live-empty,
.tp3-live-video-tag-list > .tp3-live-empty {
    grid-column: 1 / -1;
}

.tp3-live-live-side-list {
    display: grid;
    padding: 10px 14px 14px;
}

.tp3-live-live-side-list a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    min-height: 38px;
    gap: 8px;
    color: #444;
}

.tp3-live-live-side-list time {
    color: var(--tp3-live-action);
    font-size: 12px;
}

.tp3-live-live-side-list span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-cover-list,
.tp3-live-article-list {
    display: grid;
    padding: 4px 18px 16px;
}

.tp3-live-cover-list-item,
.tp3-live-article-list-item {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    align-items: start;
    min-height: 142px;
    padding: 16px 0;
    gap: 18px;
    box-shadow: inset 0 -1px var(--tp3-live-line);
}

.tp3-live-cover-list-image,
.tp3-live-article-list-cover {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #273449;
    border-radius: var(--tp3-live-radius);
}

.tp3-live-cover-list-image img,
.tp3-live-article-list-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp3-live-cover-list-item h2,
.tp3-live-article-list-item h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.45;
}

.tp3-live-cover-list-item p,
.tp3-live-article-list-item p {
    display: -webkit-box;
    margin: 0 0 10px;
    overflow: hidden;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tp3-live-cover-list-item time,
.tp3-live-article-list-item time {
    color: #8a8a8a;
    font-size: 12px;
}

.tp3-live-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px;
    gap: 7px;
}

.tp3-live-pagination a,
.tp3-live-pagination span,
.tp3-live-pagination strong {
    display: grid;
    min-width: 34px;
    height: 34px;
    padding: 0 9px;
    place-items: center;
    background: var(--tp3-live-soft);
    border-radius: var(--tp3-live-radius);
    font-weight: 400;
}

.tp3-live-pagination strong {
    background: var(--tp3-live-action);
    color: #fefefe;
}

.tp3-live-news-lead {
    display: grid;
    grid-template-columns: 660px minmax(0, 1fr);
    gap: 20px;
}

.tp3-live-hot-match-panel,
.tp3-live-news-headlines {
    min-width: 0;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-ribbon-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 14px;
    box-shadow: inset 0 -2px #ef969b;
}

.tp3-live-ribbon-title h1 {
    position: relative;
    z-index: 1;
    width: 152px;
    margin: 0;
    color: #fefefe;
    font-size: 19px;
    font-weight: 500;
}

.tp3-live-ribbon-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 174px;
    height: 48px;
    background: var(--tp3-live-action);
    clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
    content: "";
}

.tp3-live-ribbon-title > a {
    margin-left: auto;
    padding: 6px 14px;
    background: var(--tp3-live-action);
    border-radius: var(--tp3-live-radius);
    color: #fefefe;
}

.tp3-live-hot-match-row {
    display: grid;
    grid-template-columns: 58px 72px 46px minmax(0, 1fr) 76px;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    gap: 6px;
    box-shadow: inset 0 -1px var(--tp3-live-line);
}

.tp3-live-hot-match-row > span {
    padding: 2px 4px;
    border: 1px solid #aaa;
    border-radius: 1px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.tp3-live-hot-match-row > span.status-live {
    border-color: var(--tp3-live-blue);
    color: var(--tp3-live-blue);
}

.tp3-live-hot-match-row time,
.tp3-live-hot-match-row em {
    color: #555;
    font-style: normal;
}

.tp3-live-hot-match-row p {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    margin: 0;
    min-width: 0;
    text-align: center;
}

.tp3-live-hot-match-row p b {
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-hot-match-row p strong {
    font-family: Arial, sans-serif;
}

.tp3-live-hot-match-row > a {
    color: var(--tp3-live-action);
    text-align: right;
    white-space: nowrap;
}

.tp3-live-news-headlines {
    min-height: 460px;
    padding: 16px 18px;
}

.tp3-live-headline-lead {
    display: flex;
    align-items: center;
    min-width: 0;
    margin-bottom: 6px;
    gap: 12px;
}

.tp3-live-headline-lead span {
    padding: 2px 8px;
    background: var(--tp3-live-blue);
    color: #fefefe;
    font-size: 16px;
}

.tp3-live-headline-lead a,
.tp3-live-headline-lead strong {
    overflow: hidden;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-news-headlines .tp3-live-title-columns {
    padding: 0;
    column-gap: 18px;
}

.tp3-live-article-detail {
    padding: 20px 38px 30px;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-article-detail.is-video-detail {
    overflow: hidden;
}

.tp3-live-article-detail > header h1 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.35;
}

.tp3-live-article-meta {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    color: #777;
    font-size: 13px;
}

.tp3-live-article-summary {
    margin: 18px 0 0;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #555;
}

.tp3-live-article-content {
    padding-top: 22px;
    color: #333;
    font-size: 16px;
    line-height: 2;
    overflow-wrap: anywhere;
}

.tp3-live-article-content p {
    margin: 0 0 18px;
}

.tp3-live-article-content img {
    width: auto;
    height: auto;
    margin: 20px auto;
    cursor: zoom-in;
}

.tp3-live-article-content video,
.tp3-live-article-content iframe {
    max-width: 100%;
}

.tp3-live-article-detail.is-video-detail .tp3-live-article-content {
    padding-top: 18px;
}

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

.tp3-live-article-detail.is-video-detail .news-video-player {
    width: calc(100% + 76px);
    margin: 0 -38px 24px;
}

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

.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;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin: 0;
    padding: 10px 18px;
    gap: 16px;
    border-top: 1px solid rgb(255 255 255 / 9%);
    background: #121419;
    color: #aeb2ba;
    font-size: 13px;
    line-height: 1.5;
}

.news-video-player-meta strong {
    min-width: 0;
    overflow: hidden;
    color: #f4f5f7;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-video-player-meta span {
    flex: 0 0 auto;
    color: #ff4c59;
    font-weight: 700;
    white-space: nowrap;
}

.tp3-live-article-prev-next {
    display: grid;
    margin-top: 22px;
    gap: 10px;
}

.tp3-live-article-prev-next a,
.tp3-live-article-prev-next > span {
    color: #555;
}

.tp3-live-article-prev-next a span {
    color: #444;
    font-weight: 700;
}

.tp3-live-article-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    gap: 8px;
}

.tp3-live-article-tags a {
    padding: 4px 18px;
    background: #f1f1f1;
    border-radius: 18px;
    color: #666;
}

.tp3-live-detail-updates {
    display: grid;
    margin-top: 14px;
    gap: 14px;
}

.tp3-live-detail-updates > div {
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-mini-media-list {
    display: grid;
    padding: 10px 12px 14px;
    gap: 10px;
}

.tp3-live-mini-media-list a {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.tp3-live-mini-media-list img,
.tp3-live-mini-media-list > a > span {
    display: grid;
    width: 102px;
    height: 64px;
    place-items: center;
    background: #263142;
    color: #fefefe;
    object-fit: cover;
}

.tp3-live-mini-media-list strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tp3-live-image-lightbox {
    position: fixed;
    z-index: 30;
    inset: 0;
    display: grid;
    padding: 50px;
    place-items: center;
    background: rgb(20 22 27 / 91%);
}

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

.tp3-live-image-lightbox img {
    max-width: min(1200px, 90vw);
    max-height: 84vh;
    object-fit: contain;
}

.tp3-live-image-lightbox button {
    position: absolute;
    top: 20px;
    right: 24px;
    padding: 8px 16px;
    border: 0;
    background: var(--tp3-live-action);
    color: #fefefe;
    cursor: pointer;
}

.tp3-live-scoreboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr);
    align-items: center;
    min-height: 260px;
    padding: 34px 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgb(31 104 164 / 46%), transparent 42%),
        linear-gradient(135deg, #18232f, #0f171f 62%, #202b36);
    border-radius: var(--tp3-live-radius) var(--tp3-live-radius) 0 0;
    color: #fefefe;
    text-align: center;
}

.tp3-live-score-team {
    display: grid;
    min-width: 0;
    place-items: center;
    gap: 10px;
    color: #fefefe;
}

.tp3-live-score-team:hover {
    color: #fefefe;
}

.tp3-live-score-team img,
.tp3-live-score-team > span {
    display: grid;
    width: 80px;
    height: 80px;
    padding: 4px;
    place-items: center;
    background: rgb(255 255 255 / 12%);
    border-radius: 50%;
    color: #fefefe;
    font-size: 24px;
    object-fit: contain;
}

.tp3-live-score-team h1,
.tp3-live-score-team h2 {
    max-width: 210px;
    margin: 0;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-score-center h1 {
    max-width: 320px;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-score-center {
    display: grid;
    gap: 5px;
}

.tp3-live-score-center p,
.tp3-live-score-center time,
.tp3-live-score-center em {
    margin: 0;
    font-style: normal;
}

.tp3-live-score-center p {
    font-size: 16px;
}

.tp3-live-score-center time {
    color: #e6ebf2;
}

.tp3-live-score-center strong {
    font-size: 38px;
    line-height: 1.2;
}

.tp3-live-score-center em {
    color: #e6ebf2;
}

.tp3-live-signal-panel {
    min-height: 126px;
    padding: 16px 20px 22px;
    background: var(--tp3-live-surface);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-signal-panel h2 {
    position: relative;
    margin: 0 0 12px;
    padding-left: 24px;
    font-size: 18px;
}

.tp3-live-signal-panel h2::before {
    position: absolute;
    top: 6px;
    left: 2px;
    width: 14px;
    height: 14px;
    border: 2px solid #444;
    border-radius: 50%;
    content: "";
}

.tp3-live-signal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    height: 56px;
    padding: 0 24px;
    border-radius: var(--tp3-live-radius);
    background: var(--tp3-live-action);
    color: #fefefe;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.tp3-live-signal-button:hover {
    background: var(--tp3-live-action-dark);
    color: #fefefe;
}

.tp3-live-signal-button.is-disabled {
    background: #8b8b8b;
}

.tp3-live-related-matches {
    margin-top: 14px;
}

.tp3-live-standings-main {
    padding-top: 10px;
}

.tp3-live-standings-panel {
    margin-bottom: 16px;
}

.tp3-live-standings-panel > .tp3-live-section-title {
    min-height: 48px;
}

.tp3-live-table-subtitle {
    margin: 0;
    padding: 12px 18px;
    background: #f8f8f8;
    font-size: 16px;
}

.tp3-live-standings-table-wrap {
    overflow-x: auto;
}

.tp3-live-standings-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    background: var(--tp3-live-surface);
    text-align: center;
}

.tp3-live-standings-table th {
    height: 50px;
    background: #cecece;
    color: #464646;
    font-size: 14px;
    font-weight: 500;
}

.tp3-live-standings-table td {
    height: 58px;
    padding: 7px 9px;
    box-shadow: inset 0 -1px var(--tp3-live-line);
}

.tp3-live-standings-table tbody tr:hover {
    background: #fff7f7;
}

.tp3-live-standings-table .tp3-live-team-column {
    width: 240px;
    text-align: left;
}

.tp3-live-rank {
    display: inline-grid;
    width: 31px;
    height: 31px;
    place-items: center;
    background: var(--tp3-live-action);
    color: #fefefe;
}

.tp3-live-standing-team {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.tp3-live-standing-team img,
.tp3-live-standing-team i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: repeating-conic-gradient(#8b8b8b 0 9deg, transparent 9deg 18deg);
    border-radius: 50%;
    object-fit: contain;
}

.tp3-live-standing-team b {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-weight: 500;
}

.tp3-live-standings-fixture {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 70px minmax(0, 1fr);
    align-items: center;
    min-height: 52px;
    padding: 0 18px;
    box-shadow: inset 0 -1px var(--tp3-live-line);
    text-align: center;
}

.tp3-live-sitemap-main {
    padding-top: 14px;
}

.tp3-live-sitemap-intro {
    display: flex;
    align-items: center;
    min-height: 110px;
    padding: 20px 26px;
    background: var(--tp3-live-surface);
    box-shadow: var(--tp3-live-shadow);
    gap: 18px;
}

.tp3-live-sitemap-intro h1,
.tp3-live-sitemap-intro p {
    margin: 0;
}

.tp3-live-sitemap-intro h1 {
    color: var(--tp3-live-primary);
    font-size: 28px;
}

.tp3-live-sitemap-intro p {
    color: #666;
}

.tp3-live-sitemap-intro a {
    margin-left: auto;
    padding: 8px 14px;
    background: var(--tp3-live-action);
    color: #fefefe;
}

.tp3-live-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
    gap: 14px;
}

.tp3-live-sitemap-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 18px 18px;
    gap: 8px 20px;
}

.tp3-live-sitemap-links a {
    display: flex;
    min-width: 0;
    gap: 8px;
}

.tp3-live-sitemap-links span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-sitemap-links time {
    margin-left: auto;
    color: #888;
    font-size: 12px;
}

.tp3-live-footer {
    margin-top: 28px;
    padding: 24px 0 30px;
    background: #dedede;
    color: #555;
    text-align: center;
}

.tp3-live-footer-inner {
    display: grid;
    gap: 10px;
}

.tp3-live-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.tp3-live-footer p {
    margin: 0;
}

.tp3-live-footer-meta {
    color: #777;
    font-size: 12px;
}

.tp3-live-back-top {
    position: fixed;
    z-index: 20;
    right: 26px;
    bottom: 26px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: var(--tp3-live-primary);
    box-shadow: 0 6px 20px rgb(68 38 40 / 20%);
    color: #fefefe;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
}

.tp3-live-back-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .tp3-live-slogan {
        font-size: 16px;
    }

    .tp3-live-nav-item {
        min-width: auto;
        padding: 0 13px;
        font-size: 14px;
    }

    .tp3-live-home-layout,
    .tp3-live-two-column {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 14px;
    }

    .tp3-live-news-lead {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
        gap: 14px;
    }

    .tp3-live-league-selector,
    .tp3-live-standings-selector {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tp3-live-page-shell {
        width: min(calc(100% - 24px), 720px);
    }

    .tp3-live-utility {
        height: 32px;
    }

    .tp3-live-utility-inner {
        height: 32px;
    }

    .tp3-live-utility-links {
        display: none;
    }

    .tp3-live-brand-band,
    .tp3-live-brand-inner {
        height: 64px;
    }

    .tp3-live-logo-text {
        font-size: 26px;
    }

    .tp3-live-logo {
        max-width: 230px;
        max-height: 48px;
    }

    .tp3-live-slogan {
        display: none;
    }

    .tp3-live-nav-toggle {
        display: block;
        margin-left: auto;
    }

    .tp3-live-nav-items {
        display: none;
        width: 100%;
        padding: 8px 0;
    }

    .tp3-live-nav-items.is-open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp3-live-nav-item {
        width: 100%;
        height: 40px;
        justify-content: flex-start;
        padding: 0 12px;
    }

    .tp3-live-league-links {
        width: calc(100% - 12px);
        margin-left: 12px;
        overflow-x: auto;
        gap: 16px;
    }

    .tp3-live-breadcrumb {
        min-height: 44px;
        overflow: hidden;
        white-space: nowrap;
    }

    .tp3-live-home-layout,
    .tp3-live-two-column,
    .tp3-live-news-lead {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-home-sidebar,
    .tp3-live-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-match-row {
        grid-template-columns: 54px 52px minmax(0, 1fr) 76px;
        grid-template-areas:
            "sport time league action"
            "teams teams teams teams";
        min-height: 72px;
        padding: 7px 10px;
        row-gap: 5px;
    }

    .tp3-live-sport-badge {
        grid-area: sport;
    }

    .tp3-live-match-row > time {
        grid-area: time;
    }

    .tp3-live-match-league {
        grid-area: league;
    }

    .tp3-live-match-teams {
        grid-area: teams;
    }

    .tp3-live-watch-link {
        grid-area: action;
    }

    .tp3-live-feature-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
        gap: 14px 10px;
    }

    .tp3-live-title-columns {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-news-tag-list,
    .tp3-live-video-tag-list {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        grid-auto-flow: row;
        padding: 12px 16px 16px;
        column-gap: 0;
    }

    .tp3-live-news-tag-list > a,
    .tp3-live-video-tag-list > a {
        font-size: 15px;
    }

    .tp3-live-league-selector,
    .tp3-live-standings-selector {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .tp3-live-hot-match-row {
        grid-template-columns: 56px 58px minmax(0, 1fr) 72px;
        grid-template-areas:
            "status time sport action"
            "teams teams teams teams";
        min-height: 72px;
        padding: 7px 10px;
    }

    .tp3-live-hot-match-row > span {
        grid-area: status;
    }

    .tp3-live-hot-match-row > time {
        grid-area: time;
    }

    .tp3-live-hot-match-row > em {
        grid-area: sport;
    }

    .tp3-live-hot-match-row > p {
        grid-area: teams;
    }

    .tp3-live-hot-match-row > a {
        grid-area: action;
    }

    .tp3-live-news-headlines {
        min-height: auto;
    }

    .tp3-live-cover-list-item,
    .tp3-live-article-list-item {
        grid-template-columns: 145px minmax(0, 1fr);
        min-height: 115px;
        gap: 12px;
    }

    .tp3-live-cover-list-item h2,
    .tp3-live-article-list-item h2 {
        font-size: 16px;
    }

    .tp3-live-article-detail {
        padding: 18px 20px 24px;
    }

    .tp3-live-article-detail.is-video-detail .news-video-player {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
    }

    .news-video-player video {
        max-height: 60vh;
    }

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

    .news-video-player-meta {
        align-items: flex-start;
        padding: 10px 12px;
        gap: 8px;
    }

    .news-video-player-meta strong {
        font-size: 13px;
    }

    .tp3-live-article-detail > header h1 {
        font-size: 24px;
    }

    .tp3-live-scoreboard {
        grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
        min-height: 230px;
        padding: 24px 12px;
    }

    .tp3-live-score-team img,
    .tp3-live-score-team > span {
        width: 62px;
        height: 62px;
    }

    .tp3-live-score-team h1,
    .tp3-live-score-team h2 {
        max-width: 110px;
        font-size: 16px;
    }

    .tp3-live-score-center strong {
        font-size: 30px;
    }

    .tp3-live-score-center time {
        font-size: 12px;
    }

    .tp3-live-sitemap-grid,
    .tp3-live-sitemap-links {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-sitemap-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .tp3-live-sitemap-intro a {
        margin-left: 0;
    }

    .tp3-live-footer {
        margin-top: 20px;
    }

    .tp3-live-back-top {
        right: 14px;
        bottom: 14px;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 480px) {
    .tp3-live-live-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .tp3-live-live-tabs button {
        width: 100%;
        min-width: 0;
        padding: 0 8px;
    }

    .tp3-live-feature-video-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-cover-list-item,
    .tp3-live-article-list-item {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-cover-list-image,
    .tp3-live-article-list-cover {
        width: 100%;
    }

    .tp3-live-league-selector,
    .tp3-live-standings-selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp3-live-article-meta {
        justify-content: flex-start;
    }

    .tp3-live-scoreboard {
        grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
        padding: 20px 8px;
    }

    .tp3-live-score-team h1,
    .tp3-live-score-team h2 {
        max-width: 88px;
    }

    .tp3-live-signal-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* TP3 reference-led refinements */
.tp3-live-utility {
    height: 30px;
    background: #202328;
    box-shadow: none;
    color: #c9d0d8;
}

.tp3-live-utility-inner {
    height: 30px;
}

.tp3-live-utility-home {
    padding-left: 0;
    color: #d8dde3;
    font-weight: 500;
}

.tp3-live-utility-home::before,
.tp3-live-utility-home::after {
    display: none;
}

.tp3-live-utility-links a {
    color: #c9d0d8;
}

.tp3-live-brand-band,
.tp3-live-brand-inner {
    height: 110px;
}

.tp3-live-brand {
    max-width: 460px;
    height: 80px;
}

.tp3-live-logo {
    max-width: 430px;
    max-height: 76px;
}

.tp3-live-logo-text {
    color: #ed4b36;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
}

.tp3-live-header-art {
    width: 340px;
    height: auto;
    margin-left: auto;
    object-fit: contain;
}

.tp3-live-nav-band,
.tp3-live-nav-items {
    min-height: 42px;
}

.tp3-live-nav-band {
    background: var(--tp3-live-primary);
}

.tp3-live-nav-item {
    min-width: auto;
    height: 42px;
    padding: 0 22px;
    color: #f6f9fd;
    font-size: 15px;
    font-weight: 600;
}

.tp3-live-nav-item:hover,
.tp3-live-nav-item.is-active {
    background: rgb(4 70 132 / 44%);
    color: #fdfefe;
}

.tp3-live-nav-item.is-active {
    box-shadow: inset 0 -3px #ffb35c;
}

.tp3-live-match-rail {
    padding: 20px 0;
    background: var(--tp3-live-surface);
}

.tp3-live-match-rail-shell {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    align-items: stretch;
    gap: 10px;
}

.tp3-live-rail-arrow {
    min-width: 0;
    border: 0;
    background: var(--tp3-live-soft);
    color: #7e8996;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.tp3-live-rail-arrow:hover {
    background: #e1e8f0;
    color: var(--tp3-live-primary);
}

.tp3-live-match-rail-track {
    display: grid;
    grid-auto-columns: 209px;
    grid-auto-flow: column;
    overflow-x: auto;
    gap: 16px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.tp3-live-match-rail-track::-webkit-scrollbar {
    display: none;
}

.tp3-live-rail-card {
    display: grid;
    min-height: 132px;
    overflow: hidden;
    background: var(--tp3-live-surface-muted);
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px var(--tp3-live-line);
    scroll-snap-align: start;
}

.tp3-live-rail-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 33px;
    padding: 0 10px;
    background: #1bb97c;
    color: #f6fffb;
    font-size: 13px;
}

.tp3-live-rail-card.status-finished > header {
    background: var(--tp3-live-accent);
}

.tp3-live-rail-teams {
    display: grid;
    align-content: center;
    min-height: 70px;
    padding: 6px 10px;
    gap: 4px;
}

.tp3-live-rail-teams p {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 22px;
    align-items: center;
    min-width: 0;
    margin: 0;
    gap: 7px;
}

.tp3-live-rail-teams img,
.tp3-live-rail-teams i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    background: #e5ebf2;
    border-radius: 50%;
    color: #708090;
    font-size: 10px;
    font-style: normal;
    object-fit: contain;
}

.tp3-live-rail-teams strong {
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-rail-teams b {
    font-family: Arial, sans-serif;
    text-align: right;
}

.tp3-live-rail-card > a {
    display: grid;
    min-height: 29px;
    place-items: center;
    background: #8c949c;
    color: #f8fafc;
    font-size: 13px;
}

.tp3-live-rail-card > a:hover {
    background: var(--tp3-live-primary);
    color: #fdfefe;
}

.tp3-live-home-main {
    padding-top: 20px;
}

.tp3-live-home-lead {
    display: grid;
    grid-template-columns: 650px minmax(0, 1fr);
    min-height: 390px;
    gap: 20px;
}

.tp3-live-lead-media {
    min-width: 0;
    overflow: hidden;
    background: #253445;
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-lead-media > a {
    position: relative;
    display: block;
    height: 390px;
}

.tp3-live-lead-media img,
.tp3-live-lead-media .tp3-live-media-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp3-live-lead-media strong {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 26px 22px 18px;
    background: linear-gradient(transparent, rgb(19 28 38 / 92%));
    color: #f8fbfd;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-lead-headlines {
    display: grid;
    align-content: stretch;
    min-width: 0;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-lead-headlines article {
    display: grid;
    align-content: center;
    min-height: 130px;
    padding: 18px 22px;
    box-shadow: inset 0 -1px var(--tp3-live-line);
}

.tp3-live-lead-headlines article:last-child {
    box-shadow: none;
}

.tp3-live-lead-headlines h2 {
    margin: 0;
    overflow: hidden;
    font-size: 19px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp3-live-lead-headlines p {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: var(--tp3-live-muted);
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tp3-live-lead-headlines time {
    margin-top: 9px;
    color: var(--tp3-live-muted);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 12px;
}

.tp3-live-home-video-strip {
    margin: 18px 0 20px;
}

.tp3-live-home-layout,
.tp3-live-two-column {
    grid-template-columns: minmax(0, var(--tp3-live-main)) var(--tp3-live-sidebar);
    gap: var(--tp3-live-gap);
}

.tp3-live-live-tabs {
    align-items: center;
    min-height: 50px;
    padding: 0 16px;
    gap: 8px;
    box-shadow: inset 0 -2px var(--tp3-live-primary);
}

.tp3-live-live-tabs h1,
.tp3-live-live-tabs h2 {
    margin: 0 10px 0 0;
    font-size: 21px;
    font-weight: 600;
}

.tp3-live-live-tabs button {
    min-width: auto;
    height: 30px;
    padding: 0 13px;
    background: #e9edf2;
    color: #65717d;
    font-size: 13px;
}

.tp3-live-live-tabs button:hover,
.tp3-live-live-tabs button.is-active {
    background: var(--tp3-live-primary);
    color: #fdfefe;
}

.tp3-live-match-day > h2 {
    min-height: 45px;
    background: #e9edf2;
    color: #303842;
    font-size: 15px;
    font-weight: 600;
}

.tp3-live-match-row {
    grid-template-columns: 70px 92px 76px minmax(0, 1fr) 90px;
    min-height: 54px;
    padding: 0 14px;
}

.tp3-live-match-row:hover {
    background: #f4f8fd;
}

.tp3-live-match-status {
    color: #6d7781;
    font-size: 12px;
    text-align: center;
}

.tp3-live-match-row.status-live .tp3-live-match-status {
    color: #138b60;
    font-weight: 700;
}

.tp3-live-match-row.status-finished .tp3-live-match-status {
    color: #8b9299;
}

.tp3-live-match-league {
    color: #56616c;
}

.tp3-live-match-teams b {
    color: #343c45;
    font-size: 13px;
    font-weight: 700;
}

.tp3-live-watch-link {
    display: grid;
    min-width: 82px;
    min-height: 30px;
    place-items: center;
    background: #eef5fb;
    border-radius: 3px;
    color: var(--tp3-live-primary);
    font-size: 13px;
}

.tp3-live-watch-link:hover {
    background: var(--tp3-live-primary);
    color: #fdfefe;
}

.tp3-live-sidebar,
.tp3-live-home-sidebar {
    gap: 18px;
}

.tp3-live-side-block,
.tp3-live-home-schedule,
.tp3-live-schedule-panel,
.tp3-live-list-panel,
.tp3-live-video-feature-panel,
.tp3-live-stream-section,
.tp3-live-standings-panel,
.tp3-live-sitemap-group,
.tp3-live-home-updates {
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-side-title,
.tp3-live-side-title.is-light,
.tp3-live-section-title {
    min-height: 46px;
    padding: 0 16px;
    background: var(--tp3-live-surface);
    box-shadow: inset 0 -2px var(--tp3-live-primary);
    color: var(--tp3-live-text);
}

.tp3-live-side-title h2,
.tp3-live-section-title h1,
.tp3-live-section-title h2 {
    font-size: 19px;
    font-weight: 600;
}

.tp3-live-ranked-news ol {
    margin: 0;
    padding: 10px 16px 14px 42px;
    counter-reset: tp3-rank;
    list-style: none;
}

.tp3-live-ranked-news li {
    position: relative;
    min-height: 34px;
    counter-increment: tp3-rank;
}

.tp3-live-ranked-news li::before {
    position: absolute;
    top: 7px;
    left: -26px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    background: #e5e9ee;
    color: #4d5660;
    content: counter(tp3-rank);
    font-family: Arial, sans-serif;
    font-size: 11px;
}

.tp3-live-ranked-news li:first-child::before {
    background: #ffbf32;
    color: #473000;
}

.tp3-live-ranked-news li > a {
    display: -webkit-box;
    overflow: hidden;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tp3-live-filter-panel {
    margin-bottom: 18px;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-filter-panel .tp3-live-league-selector {
    margin: 0;
    padding: 14px 0 2px;
    background: transparent;
    box-shadow: none;
}

.tp3-live-league-selector,
.tp3-live-standings-selector {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 14px;
    gap: 10px;
}

.tp3-live-league-selector a,
.tp3-live-standings-selector a {
    min-height: 44px;
    background: #f2f4f7;
    border-radius: 5px;
    color: #343c45;
    font-size: 16px;
}

.tp3-live-league-selector a:hover,
.tp3-live-league-selector a.is-active,
.tp3-live-standings-selector a:hover,
.tp3-live-standings-selector a.is-active {
    background: var(--tp3-live-accent);
    color: #24292f;
}

.tp3-live-schedule-header {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    box-shadow: inset 0 -2px var(--tp3-live-primary);
}

.tp3-live-schedule-header h1 {
    margin: 0 18px 0 0;
    font-size: 21px;
    font-weight: 600;
}

.tp3-live-section-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tp3-live-section-tabs button {
    height: 30px;
    padding: 0 13px;
    border: 0;
    border-radius: 4px;
    background: #e9edf2;
    color: #77818c;
    cursor: pointer;
    font-size: 13px;
}

.tp3-live-section-tabs button:hover,
.tp3-live-section-tabs button.is-active {
    background: var(--tp3-live-primary);
    color: #fdfefe;
}

.tp3-live-video-grid,
.tp3-live-feature-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 18px;
    gap: 18px 16px;
}

.tp3-live-video-grid .tp3-live-video-card:nth-child(1),
.tp3-live-video-grid .tp3-live-video-card:nth-child(2) {
    grid-column: span 2;
}

.tp3-live-video-grid .tp3-live-video-card:nth-child(1) > strong,
.tp3-live-video-grid .tp3-live-video-card:nth-child(2) > strong {
    font-size: 16px;
}

.tp3-live-news-tag-title,
.tp3-live-video-tag-title {
    padding-left: 20px;
    background: linear-gradient(90deg, var(--tp3-live-primary) 0 170px, var(--tp3-live-surface) 170px);
    box-shadow: inset 0 -1px var(--tp3-live-line);
}

.tp3-live-news-tag-title h2,
.tp3-live-video-tag-title h2 {
    max-width: 130px;
    color: #f6f9fd;
}

.tp3-live-news-lead {
    grid-template-columns: 650px minmax(0, 1fr);
    gap: 20px;
}

.tp3-live-news-headlines {
    min-height: 460px;
    padding: 18px;
}

.tp3-live-scoreboard {
    grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
    min-height: 198px;
    padding: 24px 52px;
    border-radius: var(--tp3-live-radius);
}

.tp3-live-score-team img,
.tp3-live-score-team > span {
    width: 72px;
    height: 72px;
}

.tp3-live-signal-panel {
    margin-top: 18px;
    background: var(--tp3-live-surface);
    border-radius: var(--tp3-live-radius);
    box-shadow: var(--tp3-live-shadow);
}

.tp3-live-signal-button {
    background: var(--tp3-live-action-dark);
    color: #fdfefe;
}

.tp3-live-hot-tags .tp3-live-empty {
    width: 100%;
    padding: 12px 0;
    text-align: left;
}

.tp3-live-standings-table thead {
    background: var(--tp3-live-primary);
    color: #f5f9fd;
}

.tp3-live-footer {
    background: #252b33;
    color: #cbd2da;
}

.tp3-live-footer a:hover {
    color: #f3a3a6;
}

.tp3-live-footer-meta {
    color: #929ca7;
}

@media (max-width: 1220px) {
    .tp3-live-home-layout,
    .tp3-live-two-column {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 20px;
    }

    .tp3-live-home-lead,
    .tp3-live-news-lead {
        grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    }
}

@media (max-width: 900px) {
    .tp3-live-header-art {
        width: 280px;
    }

    .tp3-live-home-layout,
    .tp3-live-two-column,
    .tp3-live-home-lead,
    .tp3-live-news-lead {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-home-sidebar,
    .tp3-live-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp3-live-home-sidebar > :last-child,
    .tp3-live-sidebar > :last-child {
        grid-column: 1 / -1;
    }

    .tp3-live-lead-media > a {
        height: min(54vw, 420px);
    }

    .tp3-live-lead-headlines {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tp3-live-lead-headlines article {
        box-shadow: inset -1px 0 var(--tp3-live-line);
    }

    .tp3-live-lead-headlines article:last-child {
        box-shadow: none;
    }
}

@media (max-width: 760px) {
    .tp3-live-utility-inner {
        justify-content: center;
    }

    .tp3-live-utility-home {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tp3-live-brand-band,
    .tp3-live-brand-inner {
        height: 70px;
    }

    .tp3-live-header-art {
        display: none;
    }

    .tp3-live-nav-toggle {
        background: var(--tp3-live-primary);
    }

    .tp3-live-match-rail {
        padding: 12px 0;
    }

    .tp3-live-match-rail-shell {
        grid-template-columns: 24px minmax(0, 1fr) 24px;
        gap: 6px;
    }

    .tp3-live-match-rail-track {
        grid-auto-columns: min(209px, 78vw);
        gap: 10px;
    }

    .tp3-live-home-sidebar,
    .tp3-live-sidebar,
    .tp3-live-lead-headlines {
        grid-template-columns: minmax(0, 1fr);
    }

    .tp3-live-home-sidebar > :last-child,
    .tp3-live-sidebar > :last-child {
        grid-column: auto;
    }

    .tp3-live-lead-headlines article {
        min-height: 110px;
        box-shadow: inset 0 -1px var(--tp3-live-line);
    }

    .tp3-live-video-grid,
    .tp3-live-feature-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
        gap: 16px 10px;
    }

    .tp3-live-video-grid .tp3-live-video-card:nth-child(1),
    .tp3-live-video-grid .tp3-live-video-card:nth-child(2) {
        grid-column: auto;
    }

    .tp3-live-league-selector,
    .tp3-live-standings-selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp3-live-match-row {
        grid-template-columns: 54px 74px minmax(0, 1fr) 82px;
        grid-template-areas:
            "time league status action"
            "teams teams teams teams";
        min-height: 76px;
        padding: 7px 10px;
        row-gap: 4px;
    }

    .tp3-live-match-row > time {
        grid-area: time;
    }

    .tp3-live-match-league {
        grid-area: league;
    }

    .tp3-live-match-status {
        grid-area: status;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tp3-live-match-teams {
        grid-area: teams;
    }

    .tp3-live-watch-link {
        grid-area: action;
    }

    .tp3-live-schedule-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 12px;
        gap: 8px;
    }

    .tp3-live-section-tabs {
        width: 100%;
    }

    .tp3-live-section-tabs button {
        flex: 1;
    }
}

@media (max-width: 720px) {
    .tp3-live-page-shell {
        width: min(calc(100% - 24px), 696px);
    }

    .tp3-live-lead-media > a {
        height: 58vw;
        min-height: 230px;
        max-height: 390px;
    }

    .tp3-live-lead-media strong {
        padding: 24px 14px 14px;
        font-size: 17px;
    }
}

/* Live detail redirect CTA */
[data-live-loading-link] {
    --live-cta-start: #086ecb;
    --live-cta-end: #064f93;
    --live-cta-glow-rgb: 8 110 203;
    --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;
    }
}

/* Mobile category-card navigation CTA. */


[data-content-tag-more].tp3-content-tag-more {
    display: none;
}

.tp3-content-tag-more:focus-visible {
    outline: 2px solid var(--tp3-live-action);
    outline-offset: -2px;
}

@media (max-width: 767px) {
    [data-content-tag-more].tp3-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(--tp3-live-line);
        border-radius: 4px;
        background: var(--tp3-live-surface-muted);
        color: var(--tp3-live-action);
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

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