/* Extracted shared CSS. */

body[data-page="page-01"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-01"] .video-card-hover:hover .play-overlay {
    opacity: 1;
    transform: scale(1);
}

body[data-page="page-02"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-02"] {
    font-family: 'Inter', sans-serif;
    background-color: #faf8ff;
}

body[data-page="page-03"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-03"] {
    font-family: 'Inter', sans-serif;
    background-color: #faf8ff;
}

body[data-page="page-03"] .glass-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
}

body[data-page="page-04"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-04"] .card-shadow {
    box-shadow: 0 4px 12px rgba(0, 71, 171, 0.05);
}

body[data-page="page-04"] {
    background-color: #faf8ff;
}

body[data-page="page-05"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-05"] {
    background-color: #faf8ff;
}

body[data-page="page-06"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-06"] {
    font-family: 'Inter', sans-serif;
    background-color: #faf8ff;
}

body[data-page="page-06"] .live-pulse {
    position: relative;
}

body[data-page="page-06"] .live-pulse::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ba1a1a;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

body[data-page="page-07"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-07"] .immersive-scroll {
    scrollbar-width: thin;
    scrollbar-color: #0047ab transparent;
}

body[data-page="page-07"] .hero-gradient {
    background: linear-gradient(180deg, rgba(25, 27, 34, 0) 0%, rgba(25, 27, 34, 0.9) 100%);
}

body[data-page="page-08"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-08"] .live-dot {
    width: 8px;
    height: 8px;
    background-color: #ba1a1a;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.95);
        opacity: 1;
    }
}

body[data-page="page-09"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

body[data-page="page-10"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-10"] {
    font-family: 'Inter', sans-serif;
    background-color: #faf8ff;
}

body[data-page="page-12"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-12"] .tab-active {
    color: #00327d;
    border-bottom: 2px solid #00327d;
    font-weight: normal;
}

body[data-page="page-12"] {
    background-color: #faf8ff;
    color: #191b22;
}

body[data-page="page-13"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-13"] .content-rich-text p {
    margin-bottom: 1.5rem;
    color: #434653;
    line-height: 1.8;
}

body[data-page="page-13"] .content-rich-text h2 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #191b22;
}

body[data-page="page-14"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}

body[data-page="page-14"] .live-pulse {
    width: 8px;
    height: 8px;
    background-color: #ffaa8a;
    border-radius: 50%;
    position: relative;
}

body[data-page="page-14"] .live-pulse::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffaa8a;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

body[data-page="page-14"] .glass-panel {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
}

body[data-page="page-14"] .no-scrollbar::-webkit-scrollbar {
    display: none;
}

body[data-page="page-15"] .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[data-page="page-15"] {
    background-color: #faf8ff;
    font-family: 'Inter', sans-serif;
}

/* EmpireCMS compact data layout */
.ec-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 74px 18px 18px;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    color: #222;
    background: #fff;
}

.ec-grid-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.ec-panel {
    border-top: 2px solid #2d6dcc;
    margin-bottom: 12px;
    background: #fff;
}

.ec-panel h2 {
    height: 32px;
    line-height: 32px;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #1f4e8c;
    border-bottom: 1px solid #e5e5e5;
}

.ec-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ec-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.ec-title {
    flex: 1;
    min-width: 0;
    color: #1a0dab;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ec-title:hover,
.ec-side-list a:hover {
    text-decoration: underline;
    color: #c00;
}

.ec-date {
    width: 40px;
    color: #777;
    font-size: 12px;
    flex: none;
}

.ec-tag {
    max-width: 90px;
    color: #008000;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: none;
}

.ec-vs,
.ec-time,
.ec-desc {
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: none;
    max-width: 230px;
}

.ec-desc {
    max-width: 360px;
}

.ec-sidebar {
    min-width: 0;
}

.ec-side-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 13px;
    overflow: hidden;
}

.ec-side-list a {
    color: #1a0dab;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ec-dot {
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    flex: none;
}

.ec-detail-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 16px;
    align-items: start;
}

.ec-article {
    min-width: 0;
    border-top: 2px solid #2d6dcc;
    padding-top: 8px;
}

.ec-crumb {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.ec-article h1 {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 8px;
    color: #111;
    font-weight: normal;
}

.ec-meta {
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.ec-summary {
    font-size: 13px;
    color: #555;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 8px;
    margin: 0 0 10px;
    line-height: 1.6;
}

.ec-content {
    font-size: 15px;
    line-height: 1.75;
    color: #222;
}

.ec-content p {
    margin: 0 0 10px;
}

.ec-titlepic {
    max-width: 320px;
    max-height: 180px;
    object-fit: cover;
    display: block;
    margin: 8px 0 10px;
    border: 1px solid #eee;
}

.ec-titlepic-small {
    max-width: 180px;
    max-height: 120px;
}

.ec-player {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 8px;
    margin: 8px 0 10px;
    font-size: 13px;
}

.ec-live-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    padding: 8px 10px;
    margin: 8px 0;
    font-size: 14px;
}

.ec-live-box span {
    color: #c00;
    font-weight: normal;
}

@media (max-width:900px) {

    .ec-grid-main,
    .ec-detail-wrap {
        grid-template-columns: 1fr
    }

    .ec-wrap {
        padding: 70px 10px 14px
    }

    .ec-vs,
    .ec-time,
    .ec-desc {
        display: none
    }

    .ec-row {
        font-size: 13px
    }

    .ec-article h1 {
        font-size: 20px
    }
}

/* EmpireCMS visual fallback, independent of Tailwind CDN */
html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
}

a {
    color: #1a0dab;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #c00;
}

.fixed.top-0,
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

header {
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #dfe1e5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

header .max-w-container-max {
    max-width: 1180px;
    margin: 0 auto;
    height: 56px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

header .flex {
    display: flex;
    align-items: center;
}

header .gap-8 {
    gap: 24px;
}

header .gap-6 {
    gap: 18px;
}

header .gap-4 {
    gap: 12px;
}

header nav a {
    font-size: 14px;
    color: #333;
    line-height: 56px;
    text-decoration: none;
}

header nav a:hover {
    color: #1a0dab;
    text-decoration: none;
}

header .text-title-md,
header .font-title-md,
header .font-bold {
    font-weight: normal;
}

header .text-primary {
    color: #1f4e8c;
}

header input {
    height: 30px;
    border: 1px solid #dfe1e5;
    border-radius: 16px;
    padding: 0 28px 0 12px;
    outline: none;
    box-sizing: border-box;
}

header button {
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #1f4e8c;
    font-weight: normal;
}

header button.bg-primary {
    background: #1f4e8c;
    color: #fff;
    border-radius: 16px;
    padding: 6px 16px;
}

footer {
    background: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    margin-top: 18px;
    padding: 22px 0;
    color: #666;
    font-size: 13px;
}

footer .max-w-container-max {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}

footer a {
    color: #555;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer li {
    line-height: 24px;
}

.ec-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 18px 18px;
    box-sizing: border-box;
    background: #fff;
}

.ec-grid-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
}

.ec-panel {
    background: #fff;
    border-top: 2px solid #2d6dcc;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 14px;
}

.ec-panel h2 {
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 2px;
    font-size: 16px;
    font-weight: normal;
    color: #1f4e8c;
    border-bottom: 1px solid #e5e5e5;
}

.ec-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ec-row {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
}

.ec-row:last-child,
.ec-side-list li:last-child {
    border-bottom: 0;
}

.ec-title {
    font-size: 14px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ec-date {
    width: 42px;
    color: #777;
    font-size: 12px;
    flex: none;
}

.ec-tag {
    max-width: 88px;
    color: #008000;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: none;
}

.ec-vs,
.ec-time,
.ec-desc {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: none;
    max-width: 260px;
}

.ec-desc {
    max-width: 430px;
}

.ec-sidebar {
    min-width: 0;
}

.ec-side-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    overflow: hidden;
}

.ec-side-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ec-dot {
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    flex: none;
}

.ec-detail-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
}

.ec-article {
    min-width: 0;
    border-top: 2px solid #2d6dcc;
    padding-top: 10px;
}

.ec-crumb {
    font-size: 12px;
    color: #666;
    margin: 0 0 8px;
}

.ec-article h1 {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 8px;
    color: #111;
    font-weight: normal;
}

.ec-meta {
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #eee;
    padding: 0 0 8px;
    margin: 0 0 8px;
}

.ec-summary {
    font-size: 13px;
    color: #555;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 8px;
    margin: 0 0 10px;
    line-height: 1.6;
}

.ec-content {
    font-size: 15px;
    line-height: 1.75;
    color: #222;
}

.ec-content p {
    margin: 0 0 10px;
}

.ec-titlepic {
    max-width: 280px;
    max-height: 160px;
    object-fit: cover;
    display: block;
    margin: 8px 0 10px;
    border: 1px solid #eee;
}

.ec-titlepic-small {
    max-width: 170px;
    max-height: 110px;
}

.ec-player {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 8px;
    margin: 8px 0 10px;
    font-size: 13px;
}

.ec-live-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    padding: 8px 10px;
    margin: 8px 0;
    font-size: 14px;
}

.ec-live-box span {
    color: #c00;
    font-weight: normal;
}

@media(max-width:900px) {

    header nav,
    header input {
        display: none
    }

    .ec-grid-main,
    .ec-detail-wrap {
        grid-template-columns: 1fr
    }

    .ec-wrap {
        padding: 66px 10px 12px
    }

    .ec-vs,
    .ec-time,
    .ec-desc {
        display: none
    }

    .ec-row {
        height: 29px;
        line-height: 29px
    }

    .ec-article h1 {
        font-size: 20px
    }
}

/* Home live match board */
body[data-page="page-08"] main {
    width: 60vw;
    max-width: 1280px;
    min-width: 960px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.home-live-section h2 {
    font-size: 36px;
    line-height: 1.05;
    margin: 0 0 4px;
    font-weight: 900;
    letter-spacing: 0;
    color: #030712;
}

.home-live-section p {
    font-size: 16px;
    color: #475569;
    margin: 0;
}

.live-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0047ab;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.live-more-link .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
}

.live-match-board {
    background: #fff;
    border: 1px solid #b9c3d8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

.live-match-row {
    display: grid;
    grid-template-columns: 78px 150px minmax(150px, 1fr) 72px minmax(150px, 1fr) 118px;
    align-items: center;
    min-height: 78px;
    border-bottom: 1px solid #c7d0e2;
    padding: 0 16px;
    column-gap: 18px;
    box-sizing: border-box;
}

.live-match-row:last-child {
    border-bottom: 0;
}

.live-time-cell strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #1f2937;
    font-weight: 900;
}

.live-time-cell span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #334155;
}

.live-league-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 132px;
    height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    background: #e4e7ef;
    color: #24324d;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-league-badge img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
}

.live-team {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.live-team-home {
    justify-content: flex-end;
    text-align: right;
}

.live-team-away {
    justify-content: flex-start;
    text-align: left;
}

.live-team strong {
    font-size: 16px;
    line-height: 1.2;
    color: #020617;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-team img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f7;
    flex: none;
}

.live-vs-cell {
    text-align: center;
}

.live-vs-cell strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #0047ab;
    font-weight: 900;
}

.live-vs-cell span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #111827;
    font-weight: normal;
}

.live-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border: 1px solid #0047ab;
    border-radius: 8px;
    color: #0047ab;
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.live-detail-btn:hover {
    background: #0047ab;
    color: #fff;
    text-decoration: none;
}

@media(max-width:1180px) {
    body[data-page="page-08"] main {
        width: 94vw;
        min-width: 0
    }

    .live-match-row {
        grid-template-columns: 72px 120px minmax(120px, 1fr) 56px minmax(120px, 1fr) 96px;
        gap: 10px;
        padding: 0 12px
    }

    .live-team strong {
        font-size: 14px
    }

    .live-league-badge {
        max-width: 110px
    }
}

@media(max-width:760px) {
    body[data-page="page-08"] main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .live-match-row {
        grid-template-columns: 64px 1fr 48px 1fr;
        min-height: 72px
    }

    .live-league-cell,
    .live-detail-btn {
        display: none
    }

    .live-team img {
        width: 26px;
        height: 26px
    }

    .home-live-section h2 {
        font-size: 28px
    }
}

/* Home section action links */
.section-more-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0047ab;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.section-more-link .material-symbols-outlined {
    font-size: 20px;
    line-height: 1;
}

.section-more-link:hover {
    color: #00327d;
    text-decoration: none;
}

.side-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.side-section-head h2 {
    margin: 0;
}

.side-section-head a {
    color: #0047ab;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}

.side-section-head a:hover {
    text-decoration: underline;
}

/* Header and home live final overrides */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.site-header-inner {
    width: 80vw;
    max-width: 1280px;
    min-width: 960px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 38px;
    box-sizing: border-box;
}

.site-brand {
    display: flex;
    align-items: center;
    height: 60px;
    color: #0047ab;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.site-brand:hover {
    color: #0047ab;
    text-decoration: none;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    height: 60px;
}

.site-nav a {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    color: #374151;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.active {
    color: #0047ab;
    text-decoration: none;
}

.site-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0047ab;
    border-radius: 3px 3px 0 0;
}

body[data-page="page-08"] main {
    width: 60vw !important;
    max-width: 1280px !important;
    min-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 84px !important;
    box-sizing: border-box;
}

body[data-page="page-08"] .home-live-section {
    clear: both;
}

body[data-page="page-08"] .home-live-section .live-match-board {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #c7d2e5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .05);
}

body[data-page="page-08"] .home-live-section .live-match-row {
    display: grid !important;
    grid-template-columns: 78px 138px minmax(120px, 1fr) 58px minmax(120px, 1fr) 96px !important;
    align-items: center;
    width: 100%;
    min-height: 66px;
    padding: 0 12px;
    column-gap: 12px;
    border-bottom: 1px solid #d9e0ec;
    background: #fff;
    box-sizing: border-box;
}

body[data-page="page-08"] .home-live-section .live-match-row:hover {
    background: #f8fbff;
}

body[data-page="page-08"] .home-live-section .live-match-row:last-child {
    border-bottom: 0;
}

body[data-page="page-08"] .home-live-section .live-time-cell {
    min-width: 0;
}

body[data-page="page-08"] .home-live-section .live-time-cell strong {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}

body[data-page="page-08"] .home-live-section .live-time-cell span {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
}

body[data-page="page-08"] .home-live-section .live-league-cell {
    min-width: 0;
}

body[data-page="page-08"] .home-live-section .live-league-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: #eef2f7;
    color: #334155;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body[data-page="page-08"] .home-live-section .live-league-badge img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

body[data-page="page-08"] .home-live-section .live-team {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

body[data-page="page-08"] .home-live-section .live-team-home {
    justify-content: flex-end;
    text-align: right;
}

body[data-page="page-08"] .home-live-section .live-team-away {
    justify-content: flex-start;
    text-align: left;
}

body[data-page="page-08"] .home-live-section .live-team strong {
    display: block;
    min-width: 0;
    max-width: 100%;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-page="page-08"] .home-live-section .live-team img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    background: #eef2f7;
    flex: 0 0 auto;
}

body[data-page="page-08"] .home-live-section .live-vs-cell {
    text-align: center;
    min-width: 0;
}

body[data-page="page-08"] .home-live-section .live-vs-cell strong {
    display: block;
    color: #0047ab;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

body[data-page="page-08"] .home-live-section .live-vs-cell span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
}

body[data-page="page-08"] .home-live-section .live-detail-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #0047ab;
    border-radius: 7px;
    background: #fff;
    color: #0047ab;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body[data-page="page-08"] .home-live-section .live-detail-btn:hover {
    background: #0047ab;
    color: #fff;
    text-decoration: none;
}

@media(max-width:1180px) {
    .site-header-inner {
        width: 94vw;
        min-width: 0;
        gap: 24px
    }

    .site-nav {
        gap: 18px
    }

    .site-nav a {
        font-size: 16px
    }

    body[data-page="page-08"] main {
        width: 94vw !important;
        min-width: 0 !important
    }

    body[data-page="page-08"] .home-live-section .live-match-row {
        grid-template-columns: 70px 110px minmax(100px, 1fr) 52px minmax(100px, 1fr) 86px !important;
        column-gap: 8px;
        padding: 0 10px;
    }
}

@media(max-width:760px) {
    .site-header-inner {
        width: 100%;
        padding: 0 12px
    }

    .site-nav {
        gap: 14px;
        overflow-x: auto
    }

    .site-nav a {
        font-size: 15px
    }

    body[data-page="page-08"] main {
        width: 100% !important;
        min-width: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    body[data-page="page-08"] .home-live-section .live-match-row {
        grid-template-columns: 62px 1fr 46px 1fr !important;
        min-height: 62px
    }

    body[data-page="page-08"] .home-live-section .live-league-cell,
    body[data-page="page-08"] .home-live-section .live-detail-btn {
        display: none !important
    }

    body[data-page="page-08"] .home-live-section .live-team img {
        width: 26px;
        height: 26px
    }

    body[data-page="page-08"] .home-live-section .live-team strong {
        font-size: 13px;
    }
}

/* Source-style header and live list fallback */
.source-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 64px;
    background: #fff !important;
    border-bottom: 1px solid #c3c6d5;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
}

.source-header-inner {
    width: 80vw;
    max-width: 1280px;
    min-width: 960px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    box-sizing: border-box;
}

.source-brand {
    color: #0047ab;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.source-brand:hover {
    color: #0047ab;
    text-decoration: none;
}

.source-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    height: 64px;
}

.source-nav a {
    display: flex;
    align-items: center;
    height: 64px;
    color: #434653;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.source-nav a:first-child {
    color: #0047ab;
    border-bottom-color: #0047ab;
}

.source-nav a:hover {
    color: #0047ab;
    text-decoration: none;
}

.source-live-list {
    background: #fff;
    border: 1px solid #c3c6d5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
}

.source-live-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 16px;
    border-bottom: 1px solid #c3c6d5;
    box-sizing: border-box;
    background: #fff;
}

.source-live-row:last-child {
    border-bottom: 0;
}

.source-live-row:hover {
    background: #fff;
}

.source-live-main {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    min-width: 0;
}

.source-live-time {
    width: 64px;
    flex: none;
    color: #434653;
    font-size: 16px;
    font-weight: normal;
}

.source-live-league {
    width: 80px;
    flex: none;
}

.source-live-badge {
    display: block;
    max-width: 100%;
    padding: 3px 8px;
    border-radius: 4px;
    background: #e2e2eb;
    color: #434653;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.source-live-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex: 1;
    min-width: 0;
}

.source-live-team {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 160px;
    min-width: 0;
}

.source-live-home {
    justify-content: flex-end;
    text-align: right;
}

.source-live-away {
    justify-content: flex-start;
    text-align: left;
}

.source-live-team span {
    font-size: 16px;
    font-weight: normal;
    color: #191b22;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.source-live-team img,
.source-live-team div[class*="rounded-full"] {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    flex: none;
}

.source-live-vs {
    min-width: 72px;
    text-align: center;
    align-items: center;
}

.source-live-vs div {
    color: #0047ab;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}

.source-live-vs span {
    display: block;
    margin-top: 4px;
    color: #434653;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
}

.source-live-action {
    margin-left: 32px;
    flex: none;
}

.source-live-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    border-radius: 8px;
    background: #0047ab;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.source-live-btn:hover {
    background: #003d94;
    color: #fff;
    text-decoration: none;
}

@media(max-width:1180px) {
    .source-header-inner {
        width: 94vw;
        min-width: 0;
        gap: 24px
    }

    .source-nav {
        gap: 20px
    }

    .source-nav a {
        font-size: 16px
    }

    .source-live-main {
        gap: 18px
    }

    .source-live-teams {
        gap: 18px
    }

    .source-live-team {
        width: 130px
    }

    .source-live-action {
        margin-left: 18px
    }

    .source-live-btn {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width:760px) {
    .source-header-inner {
        width: 100%;
        min-width: 0;
        padding: 0 12px;
        gap: 18px
    }

    .source-nav {
        gap: 16px;
        overflow-x: auto
    }

    .source-nav a {
        font-size: 15px
    }

    .source-live-row {
        padding: 12px 10px
    }

    .source-live-main {
        gap: 10px
    }

    .source-live-league,
    .source-live-action {
        display: none
    }

    .source-live-teams {
        gap: 10px
    }

    .source-live-team {
        width: calc((100vw - 154px)/2)
    }

    .source-live-team span {
        font-size: 13px
    }

    .source-live-team img,
    .source-live-team div[class*="rounded-full"] {
        width: 28px;
        height: 28px
    }

    .source-live-vs {
        min-width: 46px
    }

    .source-live-vs div {
        font-size: 18px;
    }
}

/* Homepage source typography fallback */
body[data-page="page-08"] {
    background: #faf8ff;
    color: #191b22;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
}

body[data-page="page-08"] main section>div:first-child h2.text-headline-lg,
body[data-page="page-08"] main h2.text-headline-lg {
    margin: 0;
    color: #191b22;
    font-family: Lexend, Inter, Arial, "Microsoft YaHei", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}

body[data-page="page-08"] main section>div:first-child p.text-body-md {
    margin: 0;
    color: #434653;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

body[data-page="page-08"] aside h2.text-title-md,
body[data-page="page-08"] .side-section-head h2 {
    margin: 0;
    color: #191b22;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

body[data-page="page-08"] aside h2 .material-symbols-outlined,
body[data-page="page-08"] .side-section-head h2 .material-symbols-outlined {
    color: #0047ab;
    font-size: 24px;
    line-height: 1;
}

body[data-page="page-08"] .side-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

body[data-page="page-08"] .side-section-head a {
    color: #0047ab;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body[data-page="page-08"] .side-section-head a:hover {
    text-decoration: underline;
}

body[data-page="page-08"] .section-more-link,
body[data-page="page-08"] section>div:first-child>a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0047ab;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body[data-page="page-08"] .section-more-link:hover,
body[data-page="page-08"] section>div:first-child>a:hover {
    color: #00327d;
    text-decoration: underline;
}

body[data-page="page-08"] .section-more-link .material-symbols-outlined,
body[data-page="page-08"] section>div:first-child>a .material-symbols-outlined {
    font-size: 20px;
    line-height: 1;
}

body[data-page="page-08"] aside section {
    background: #fff;
    border: 1px solid #c3c6d5;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
}

body[data-page="page-08"] article h3.text-title-md {
    margin: 0 0 4px;
    color: #191b22;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

body[data-page="page-08"] article h3.text-title-md a {
    color: inherit;
    text-decoration: none;
}

body[data-page="page-08"] article h3.text-title-md a:hover {
    color: #0047ab;
    text-decoration: none;
}

@media(max-width:760px) {
    body[data-page="page-08"] main h2.text-headline-lg {
        font-size: 24px;
        line-height: 1.3
    }

    body[data-page="page-08"] aside h2.text-title-md,
    body[data-page="page-08"] .side-section-head h2 {
        font-size: 18px;
    }
}

/* Homepage hot live compact cards */
body[data-page="page-08"] .home-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px !important;
    gap: 34px !important;
    align-items: start;
}

body[data-page="page-08"] .home-main-left {
    min-width: 0;
}

body[data-page="page-08"] .home-main-sidebar {
    width: 260px;
    min-width: 0;
}

body[data-page="page-08"] .hot-live-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100%;
}

body[data-page="page-08"] .hot-live-card {
    display: block;
    background: #fff;
    border: 1px solid #d6d9e6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .08);
    min-width: 0;
    max-width: 100%;
    height: 162px;
}

body[data-page="page-08"] .hot-live-card:hover {
    box-shadow: 0 4px 10px rgba(15, 23, 42, .12);
}

body[data-page="page-08"] .hot-live-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    height: 44px;
    padding: 0 8px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    box-sizing: border-box;
}

body[data-page="page-08"] .hot-live-time {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body[data-page="page-08"] .hot-live-time .live-dot {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    flex: none;
}

body[data-page="page-08"] .hot-live-league {
    display: block;
    max-width: 100%;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-page="page-08"] .hot-live-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 118px;
    padding: 12px 8px 10px;
    box-sizing: border-box;
}

body[data-page="page-08"] .hot-live-teams {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 6px;
}

body[data-page="page-08"] .hot-live-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: auto !important;
    min-width: 0;
}

body[data-page="page-08"] .hot-live-team img,
body[data-page="page-08"] .hot-live-logo {
    width: 34px !important;
    height: 34px !important;
    border-radius: 9999px;
    object-fit: cover;
    background: #e2e2eb;
    flex: none;
    font-size: 12px;
}

body[data-page="page-08"] .hot-live-team span {
    display: block;
    width: 100%;
    color: #111827;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.15;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-page="page-08"] .hot-live-vs {
    color: #000;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1;
    text-align: center;
}

body[data-page="page-08"] .hot-live-btn {
    display: block;
    width: auto !important;
    margin-top: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

body[data-page="page-08"] .hot-live-btn:hover {
    color: #0047ab !important;
    background: transparent !important;
    text-decoration: none;
}

body[data-page="page-08"] .home-main-sidebar section {
    padding: 16px !important;
}

body[data-page="page-08"] .home-main-sidebar img {
    max-width: 100%;
}

body[data-page="page-08"] .home-main-sidebar .space-y-3>a {
    gap: 8px;
}

@media(max-width:1180px) {
    body[data-page="page-08"] .home-main-layout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    body[data-page="page-08"] .home-main-sidebar {
        width: auto;
    }

    body[data-page="page-08"] .hot-live-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media(max-width:760px) {
    body[data-page="page-08"] .hot-live-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body[data-page="page-08"] .hot-live-body {
        padding: 14px 8px 12px;
    }

    body[data-page="page-08"] .hot-live-team img,
    body[data-page="page-08"] .hot-live-logo {
        width: 36px !important;
        height: 36px !important;
    }

    body[data-page="page-08"] .hot-live-team span {
        font-size: 13px;
    }

    body[data-page="page-08"] .hot-live-league {
        max-width: 72px;
    }
}

/* Homepage module heads */
body[data-page="page-08"] .home-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px;
    margin-bottom: 18px !important;
}

body[data-page="page-08"] .home-section-head>div {
    display: flex !important;
    align-items: baseline !important;
    gap: 14px;
    min-width: 0;
}

body[data-page="page-08"] .home-section-title {
    display: block !important;
    margin: 0 !important;
    color: #191b22 !important;
    font-family: Lexend, Inter, Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
}

body[data-page="page-08"] .home-section-desc {
    display: block !important;
    margin: 0 !important;
    color: #434653 !important;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body[data-page="page-08"] .home-section-head>a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-bottom: 4px;
    color: #0047ab !important;
    font-size: 16px !important;
    font-weight: normal  !important;;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body[data-page="page-08"] .home-section-head>a:hover {
    color: #00327d !important;
    text-decoration: none !important;
}

body[data-page="page-08"] .home-section-head>a .material-symbols-outlined {
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: normal  !important;;
}

body[data-page="page-08"] .side-section-head {
    align-items: flex-start !important;
    margin-bottom: 14px !important;
}

body[data-page="page-08"] .side-section-head h2 {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 21px !important;
    font-weight: normal  !important;;
    line-height: 1.2 !important;
    color: #191b22 !important;
}

body[data-page="page-08"] .side-section-head h2 .material-symbols-outlined {
    font-size: 24px !important;
    color: #111827 !important;
    font-weight: normal  !important;;
}

body[data-page="page-08"] .side-section-head a {
    display: block !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: normal  !important;;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

body[data-page="page-08"] .side-section-head a:hover {
    color: #0047ab !important;
    text-decoration: none !important;
}

@media(max-width:760px) {
    body[data-page="page-08"] .home-section-head {
        align-items: flex-start !important;
    }

    body[data-page="page-08"] .home-section-head>div {
        display: block !important;
    }

    body[data-page="page-08"] .home-section-title {
        font-size: 28px !important;
    }

    body[data-page="page-08"] .home-section-desc {
        font-size: 14px !important;
        margin-top: 4px !important;
    }

    body[data-page="page-08"] .home-section-head>a {
        font-size: 14px !important;
    }
}

/* Module head exact layout */
body[data-page="page-08"] .home-section-head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin-bottom: 18px !important;
}

body[data-page="page-08"] .home-section-head>div {
    display: block !important;
    min-width: 0 !important;
}

body[data-page="page-08"] .home-section-title {
    display: block !important;
    margin: 0 0 4px 0 !important;
    color: #030712 !important;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
}

body[data-page="page-08"] .home-section-desc {
    display: block !important;
    margin: 0 !important;
    color: #334155 !important;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body[data-page="page-08"] .home-section-head>a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 2px 0 !important;
    color: #0047ab !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body[data-page="page-08"] .home-section-head>a:hover {
    color: #00327d !important;
    text-decoration: none !important;
}

body[data-page="page-08"] .home-section-head>a .material-symbols-outlined {
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

@media(max-width:760px) {
    body[data-page="page-08"] .home-section-head {
        align-items: flex-start !important;
    }

    body[data-page="page-08"] .home-section-title {
        font-size: 28px !important;
    }

    body[data-page="page-08"] .home-section-desc {
        font-size: 14px !important;
        white-space: normal !important;
    }

    body[data-page="page-08"] .home-section-head>a {
        font-size: 14px !important;
    }
}

/* Shared footer */
.site-footer {
    margin-top: 28px;
    padding: 28px 0 18px;
    background: #f3f4f8 !important;
    border-top: 1px solid #d9deea;
    color: #434653;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
}

.site-footer-inner {
    width: 80vw;
    max-width: 1280px;
    min-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    box-sizing: border-box;
}

.site-footer-brand {
    max-width: 380px;
    min-width: 0;
}

.site-footer-brand span {
    display: block;
    margin-bottom: 10px;
    color: #191b22;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.site-footer-brand p {
    margin: 0;
    color: #5b6270;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.site-footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(90px, 1fr));
    gap: 44px;
    min-width: 430px;
}

.site-footer-links h4 {
    margin: 0 0 12px;
    color: #191b22;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
}

.site-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-links li {
    margin: 0 0 8px;
    line-height: 1.2;
}

.site-footer-links a {
    color: #434653;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.site-footer-links a:hover {
    color: #0047ab;
    text-decoration: none;
}

.site-footer-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer-icons .material-symbols-outlined {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #e2e2eb;
    color: #0047ab;
    font-size: 20px;
    line-height: 1;
}

.site-footer-copy {
    width: 80vw;
    max-width: 1280px;
    min-width: 960px;
    margin: 22px auto 0;
    padding-top: 14px;
    border-top: 1px solid #d9deea;
    text-align: center;
    box-sizing: border-box;
}

.site-footer-copy p {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

@media(max-width:1180px) {

    .site-footer-inner,
    .site-footer-copy {
        width: 94vw;
        min-width: 0
    }

    .site-footer-inner {
        gap: 28px
    }

    .site-footer-links {
        min-width: 360px;
        gap: 26px
    }
}

@media(max-width:760px) {
    .site-footer {
        padding: 22px 0 16px
    }

    .site-footer-inner {
        display: block;
        width: 100%;
        padding: 0 14px
    }

    .site-footer-brand {
        max-width: none;
        margin-bottom: 20px
    }

    .site-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
        gap: 20px
    }

    .site-footer-copy {
        width: 100%;
        min-width: 0;
        padding-left: 14px;
        padding-right: 14px
    }
}

/* Source footer restore */
.source-footer {
    background: #e2e2eb !important;
    border-top: 1px solid #c3c6d5 !important;
    padding: 48px 0 !important;
    margin-top: 32px !important;
    color: #191b22 !important;
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif !important;
}

.source-footer-main {
    width: 80vw !important;
    max-width: 1280px !important;
    min-width: 960px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 48px !important;
    box-sizing: border-box !important;
}

.source-footer-brand {
    max-width: 320px !important;
}

.source-footer-brand span {
    display: block !important;
    margin: 0 0 16px !important;
    color: #191b22 !important;
    font-size: 20px !important;
    font-weight: normal  !important;;
    line-height: 1.5 !important;
}

.source-footer-brand p {
    margin: 0 !important;
    color: #434653 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

.source-footer-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(120px, 1fr)) !important;
    gap: 48px !important;
}

.source-footer-links h4 {
    margin: 0 0 16px !important;
    color: #191b22 !important;
    font-size: 12px !important;
    font-weight: normal  !important;;
    line-height: 1 !important;
    letter-spacing: .05em !important;
}

.source-footer-links ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.source-footer-links li {
    margin: 0 0 8px !important;
    line-height: 1.2 !important;
}

.source-footer-links a {
    color: #434653 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: underline !important;
}

.source-footer-links a:hover {
    color: #0047ab !important;
}

.source-footer-icons {
    display: flex !important;
    gap: 16px !important;
}

.source-footer-icons>div {
    width: 40px !important;
    height: 40px !important;
    border-radius: 9999px !important;
    background: #c3c6d5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #191b22 !important;
}

.source-footer-icons>div:hover {
    background: #0047ab !important;
    color: #fff !important;
}

.source-footer-copy {
    width: 80vw !important;
    max-width: 1280px !important;
    min-width: 960px !important;
    margin: 48px auto 0 !important;
    padding: 32px 0 0 !important;
    border-top: 1px solid #c3c6d5 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.source-footer-copy p {
    margin: 0 !important;
    color: #434653 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    opacity: .8 !important;
}

@media(max-width:1180px) {

    .source-footer-main,
    .source-footer-copy {
        width: 94vw !important;
        min-width: 0 !important
    }

    .source-footer-main {
        gap: 32px !important
    }

    .source-footer-links {
        gap: 32px !important
    }
}

@media(max-width:760px) {
    .source-footer {
        padding: 32px 0 !important
    }

    .source-footer-main {
        display: block !important;
        width: 100% !important;
        padding: 0 16px !important
    }

    .source-footer-brand {
        max-width: none !important;
        margin-bottom: 28px !important
    }

    .source-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important
    }

    .source-footer-copy {
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 32px !important;
        padding: 24px 16px 0 !important
    }
}

/* Final h2 and sidebar item semantics */
body[data-page="page-08"] h2,
body[data-page="page-08"] .home-section-title,
body[data-page="page-08"] .side-section-head h2 {
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

body[data-page="page-08"] .side-item-title {
    display: block;
    color: #191b22;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-page="page-08"] a:hover .side-item-title {
    color: #0047ab;
}

/* Homepage layout: live full width, news and side cards below */
body[data-page="page-08"] .home-main-layout {
    display: block !important;
}

body[data-page="page-08"] .home-main-left {
    width: 100% !important;
    min-width: 0 !important;
}

body[data-page="page-08"] .source-live-list {
    width: 100% !important;
}

body[data-page="page-08"] .home-lower-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 34px !important;
    align-items: start !important;
    margin-top: 40px !important;
}

body[data-page="page-08"] .home-main-sidebar {
    width: 300px !important;
    min-width: 0 !important;
}

body[data-page="page-08"] .home-lower-layout>section {
    min-width: 0 !important;
}

@media(max-width:1180px) {
    body[data-page="page-08"] .home-lower-layout {
        grid-template-columns: 1fr !important;
    }

    body[data-page="page-08"] .home-main-sidebar {
        width: auto !important;
    }
}

/* Live list compact column fix */
body[data-page="page-08"] .source-live-list {
    border-radius: 10px !important;
    overflow: hidden !important;
}

body[data-page="page-08"] .source-live-row {
    min-height: 58px !important;
    padding: 8px 16px !important;
    border-bottom: 1px solid #dce1ea !important;
}

body[data-page="page-08"] .source-live-main {
    display: grid !important;
    grid-template-columns: 168px 220px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
}

body[data-page="page-08"] .source-live-time {
    width: auto !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: normal  !important;;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

body[data-page="page-08"] .source-live-league {
    width: auto !important;
    min-width: 0 !important;
}

body[data-page="page-08"] .source-live-badge {
    display: block !important;
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: normal  !important;;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body[data-page="page-08"] .source-live-teams {
    display: grid !important;
    grid-template-columns: minmax(150px, 1fr) 58px minmax(150px, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    justify-content: normal !important;
    min-width: 0 !important;
}

body[data-page="page-08"] .source-live-team {
    width: auto !important;
    gap: 8px !important;
    min-width: 0 !important;
}

body[data-page="page-08"] .source-live-team span {
    font-size: 15px !important;
    font-weight: normal  !important;;
    line-height: 1.2 !important;
}

body[data-page="page-08"] .source-live-team img,
body[data-page="page-08"] .source-live-team div[class*="rounded-full"] {
    width: 30px !important;
    height: 30px !important;
}

body[data-page="page-08"] .source-live-vs {
    min-width: 58px !important;
}

body[data-page="page-08"] .source-live-vs div {
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

body[data-page="page-08"] .source-live-vs span {
    margin-top: 2px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
}

body[data-page="page-08"] .source-live-action {
    margin-left: 18px !important;
}

body[data-page="page-08"] .source-live-btn {
    padding: 0 !important;
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

body[data-page="page-08"] .source-live-btn:hover {
    background: transparent !important;
    color: #0047ab !important;
}

@media(max-width:1180px) {
    body[data-page="page-08"] .source-live-main {
        grid-template-columns: 150px 180px minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    body[data-page="page-08"] .source-live-teams {
        grid-template-columns: minmax(120px, 1fr) 50px minmax(120px, 1fr) !important;
        gap: 10px !important;
    }
}

/* Header must be opaque */
header,
.source-header,
body[data-page="page-08"] .source-header {
    background: #fff !important;
    background-color: #fff !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
}

/* Homepage league/team/player quick module */
body[data-page="page-08"] .home-channel-panel {
    background: #fff !important;
    border: 1px solid #d9deea !important;
    border-radius: 10px !important;
    padding: 14px 18px 12px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04) !important;
}

body[data-page="page-08"] .home-league-grid {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 0px !important;
    overflow: hidden !important;
}

body[data-page="page-08"] .home-league-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    min-width: 0 !important;
    color: #111827 !important;
    text-decoration: none !important;
}

body[data-page="page-08"] .home-league-item:hover {
    color: #0047ab !important;
    text-decoration: none !important;
}

body[data-page="page-08"] .home-league-item img,
body[data-page="page-08"] .home-league-fallback {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex: none !important;
}

body[data-page="page-08"] .home-league-item span:last-child {
    display: block !important;
    width: 100% !important;
    color: inherit !important;
    font-size: 13px !important;
    font-weight: normal  !important;;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body[data-page="page-08"] .home-quick-row {
    display: flex !important;
    align-items: center !important;
    height: 30px !important;
    border-top: 1px solid #edf0f6 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

body[data-page="page-08"] .home-quick-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 20px !important;
    margin-right: 12px !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    flex: none !important;
}

body[data-page="page-08"] .home-quick-links {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

body[data-page="page-08"] .home-quick-links a {
    display: inline-flex !important;
    align-items: center !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: normal  !important;;
    line-height: 30px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex: none !important;
}

body[data-page="page-08"] .home-quick-links a:hover {
    color: #c00 !important;
    text-decoration: none !important;
}

body[data-page="page-08"] .home-quick-links a+a::before {
    content: "|";
    display: inline-block;
    margin-right: 14px;
    color: #c3c6d5;
    font-weight: 400;
}

@media(max-width:1180px) {
    body[data-page="page-08"] .home-league-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }

    body[data-page="page-08"] .home-channel-panel {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

@media(max-width:760px) {
    body[data-page="page-08"] .home-league-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    body[data-page="page-08"] .home-league-item img,
    body[data-page="page-08"] .home-league-fallback {
        width: 32px !important;
        height: 32px !important;
    }

    body[data-page="page-08"] .home-league-item span:last-child {
        font-size: 16px !important;
    }

    body[data-page="page-08"] .home-quick-links a {
        font-size: 13px !important;
    }

    body[data-page="page-08"] .home-quick-links {
        gap: 10px !important;
    }

    body[data-page="page-08"] .home-quick-links a+a::before {
        margin-right: 10px;
    }
}

/* Homepage zero spacing override */
body[data-page="page-08"] main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body[data-page="page-08"] .home-main-layout,
body[data-page="page-08"] .home-main-left,
body[data-page="page-08"] .home-main-sidebar,
body[data-page="page-08"] .home-lower-layout,
body[data-page="page-08"] .space-y-10,
body[data-page="page-08"] .space-y-gutter,
body[data-page="page-08"] .space-y-4,
body[data-page="page-08"] .space-y-3,
body[data-page="page-08"] .space-y-2 {
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
}

body[data-page="page-08"] .space-y-10 > :not([hidden]) ~ :not([hidden]),
body[data-page="page-08"] .space-y-gutter > :not([hidden]) ~ :not([hidden]),
body[data-page="page-08"] .space-y-4 > :not([hidden]) ~ :not([hidden]),
body[data-page="page-08"] .space-y-3 > :not([hidden]) ~ :not([hidden]),
body[data-page="page-08"] .space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0 !important;
}

@media (max-width:767px) {
    body[data-page="page-08"] .home-main-sidebar .space-y-2 > :not([hidden]) ~ :not([hidden]),
    body[data-page="page-08"] .home-main-sidebar .space-y-3 > :not([hidden]) ~ :not([hidden]) {
        margin-top: 8px !important;
    }

    body[data-page="page-08"] .home-main-sidebar .space-y-2 > a,
    body[data-page="page-08"] .home-main-sidebar .space-y-3 > a {
        font-size: 14px !important;
        line-height: 1.35 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

body[data-page="page-08"] section,
body[data-page="page-08"] article,
body[data-page="page-08"] aside,
body[data-page="page-08"] .home-channel-panel,
body[data-page="page-08"] .home-section-head,
body[data-page="page-08"] .home-lower-layout,
body[data-page="page-08"] .source-live-list,
body[data-page="page-08"] .home-main-sidebar section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body[data-page="page-08"] h1,
body[data-page="page-08"] h2,
body[data-page="page-08"] h3,
body[data-page="page-08"] h4,
body[data-page="page-08"] p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body[data-page="page-08"] .home-section-head,
body[data-page="page-08"] .side-section-head {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body[data-page="page-08"] .hot-live-grid,
body[data-page="page-08"] .home-league-grid {
    gap: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body[data-page="page-08"] .source-live-row,
body[data-page="page-08"] .hot-live-top,
body[data-page="page-08"] .hot-live-body,
body[data-page="page-08"] .home-lower-layout article .p-4,
body[data-page="page-08"] .home-main-sidebar section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Topic card title size fix */
.side-item-title,
body[data-page="page-08"] .side-item-title {
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: normal  !important;;
}

body[data-page="page-08"] .home-section-head {
    margin-bottom: 0px !important;
}

body[data-page="page-08"] .home-main-left.space-y-10>:not([hidden])~:not([hidden]),
body[data-page="page-08"] .home-main-layout.space-y-10>:not([hidden])~:not([hidden]) {
    margin-top: 0px !important;
}

/* Home live list alignment and minute time */
body[data-page="page-08"] .source-live-row {
    justify-content: space-around !important;
}

body[data-page="page-08"] .source-live-main {
    grid-template-columns: 150px 220px minmax(360px, 1fr) !important;
    gap: 28px !important;
    width: auto !important;
}

body[data-page="page-08"] .source-live-time {
    width: 150px !important;
}

/* Home hot live six-up and mobile fit */
body[data-page="page-08"] .hot-live-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

body[data-page="page-08"] .hot-live-card {
    height: 132px !important;
}

body[data-page="page-08"] .hot-live-top {
    height: 34px !important;
    padding: 0 6px !important;
    gap: 1px !important;
}

body[data-page="page-08"] .hot-live-body {
    height: 98px !important;
    padding: 8px 6px !important;
    gap: 4px !important;
}

body[data-page="page-08"] .hot-live-team img,
body[data-page="page-08"] .hot-live-logo {
    width: 28px !important;
    height: 28px !important;
}

body[data-page="page-08"] .hot-live-team span,
body[data-page="page-08"] .hot-live-time,
body[data-page="page-08"] .hot-live-league,
body[data-page="page-08"] .hot-live-btn {
    font-size: 16px !important;
}

body[data-page="page-08"] .hot-live-vs {
    font-size: 14px !important;
}

@media(max-width:760px) {
    body[data-page="page-08"] main {
        width: 100% !important;
        min-width: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body[data-page="page-08"] .hot-live-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    body[data-page="page-08"] .hot-live-card {
        height: 124px !important;
        min-width: 0 !important;
    }

    body[data-page="page-08"] .hot-live-top {
        height: 32px !important;
        padding: 0 5px !important;
    }

    body[data-page="page-08"] .hot-live-body {
        height: 92px !important;
        padding: 7px 5px !important;
    }

    body[data-page="page-08"] .hot-live-teams {
        grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) !important;
        gap: 4px !important;
    }

    body[data-page="page-08"] .hot-live-team img,
    body[data-page="page-08"] .hot-live-logo {
        width: 26px !important;
        height: 26px !important;
    }
}
