.core-hub-wrap {
    background-color: #f2f5f8;
    padding-bottom: 44px;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
}

.core-v2-wrap {
    padding-bottom: 36px;
}

.core-v2-hero {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    margin-bottom: 16px;
}

.core-v2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 23, 42, .92), rgba(230, 0, 45, .74));
}

.core-v2-inner {
    position: relative;
    z-index: 2;
    padding: 22px;
    color: #fff;
}

.core-v2-h1 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.34;
    font-weight: 950;
}

.core-v2-lead {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.75;
    max-width: 860px;
}

.core-v2-stats {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.core-v2-stats span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    font-size: 12px;
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, .18);
}

.core-v2-stats span b {
    font-size: 15px;
    margin-right: 4px;
    color: #fff;
}

.core-v2-live-actions {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.core-v2-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 14px;
}

.core-v2-main,
.core-v2-side {
    min-width: 0;
}

.core-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.core-news-list li {
    padding-bottom: 8px;
    border-bottom: 1px dashed #edf2f7;
}

.core-news-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.core-news-list a {
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.core-news-list a:hover {
    color: var(--theme-primary, #e6002d);
}

.core-hub-wrap .site-container {
    max-width: 1200px;
}

.core-seo-breadcrumb {
    font-size: 13px;
    color: #667085;
    padding: 14px 0 6px;
    display: flex;
    align-items: center;
}

.core-seo-breadcrumb i {
    color: var(--theme-primary, #e6002d);
    margin-right: 6px;
}

.core-seo-breadcrumb a {
    color: #475467;
    font-weight: 600;
}

.core-seo-breadcrumb a:hover {
    color: var(--theme-primary, #e6002d);
}

.core-seo-breadcrumb .sep {
    margin: 0 9px;
    color: #c2cad4;
    font-size: 12px;
}

.core-seo-breadcrumb .cur {
    color: #7c8798;
}

.core-seo-h1 {
    margin: 10px 0 22px;
    color: #182234;
    font-size: 26px;
    line-height: 1.38;
    font-weight: 950;
    letter-spacing: 0;
}

.core-hero {
    background-color: #111827;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .16);
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(17, 24, 39, .9) 0%, rgba(230, 0, 45, .72) 100%);
    z-index: 1;
}

.hero-content-zindex {
    position: relative;
    z-index: 2;
}

.hero-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    padding: 0 10px 14px;
}

.hero-title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-pulse-time {
    font-size: 13px;
    color: rgba(255, 255, 255, .85);
    background: rgba(0, 0, 0, .22);
    padding: 5px 12px;
    border-radius: 999px;
}

.core-ticker-swiper {
    margin-bottom: 20px;
}

.core-ticker-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .96);
    border-radius: 10px;
    padding: 14px;
    color: #334155;
    transition: .25s;
    border: 2px solid transparent;
}

.core-ticker-card:hover {
    transform: translateY(-3px);
    border-color: var(--theme-primary, #e6002d);
    box-shadow: 0 6px 18px rgba(15, 23, 42, .16);
}

.core-ticker-card.is-live {
    border-color: #fca5a5;
    background: #fff;
}

.ct-status {
    font-size: 12px;
    font-weight: 800;
    color: #667085;
    text-align: center;
    margin-bottom: 10px;
    background: #f1f5f9;
    padding: 4px 0;
    border-radius: 6px;
}

.is-live .ct-status {
    background: #fee2e2;
    color: #e11d48;
    animation: coreBlink 1.5s infinite;
}

.ct-teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ct-team {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ct-team img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.ct-team span {
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 84px;
    text-align: center;
}

.ct-vs {
    font-size: 14px;
    font-weight: 900;
    color: #cbd5e1;
}

.ct-time {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 12px;
    font-family: Arial, sans-serif;
}

@keyframes coreBlink {
    50% { opacity: .5; }
}

.core-global-sources {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .24);
    padding: 14px 18px;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 12px;
}

.source-label {
    color: #fde047;
    font-weight: 900;
    font-size: 15px;
}

.source-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.cg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .26);
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.cg-btn:hover {
    background: #fff;
    color: var(--theme-primary, #e6002d);
}

.core-section {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
    overflow: hidden;
}

.core-sec-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #fdfdfd;
    border-bottom: 1px solid #e8edf3;
}

.core-sec-hd h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    color: #1e293b;
    border-left: 3px solid var(--theme-primary, #e6002d);
    padding-left: 10px;
}

.core-sec-hd a {
    font-size: 13px;
    color: #64748b;
}

.core-sec-hd a:hover {
    color: var(--theme-primary, #e6002d);
}

.core-sec-bd {
    padding: 20px;
}

.seo-article-area .content-format {
    font-size: 15px;
    line-height: 1.85;
    color: #334155;
    text-align: justify;
}

.seo-article-area .content-format p {
    margin-bottom: 13px;
}

.seo-article-area .content-format h2,
.seo-article-area .content-format h3 {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    margin: 22px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e2e8f0;
}

.core-match-row {
    display: flex;
    align-items: center;
    padding: 13px 18px;
    border-bottom: 1px dashed #edf2f7;
    color: #334155;
    transition: .2s;
    gap: 8px;
}

.core-match-row:hover {
    background: #f8fafc;
}

.core-match-row:last-child {
    border-bottom: 0;
}

.cm-time {
    width: 88px;
    color: #64748b;
    font-size: 13px;
    flex-shrink: 0;
}

.cm-team {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    min-width: 0;
}

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

.cm-team span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.core-match-row .cm-team:nth-child(2) {
    justify-content: flex-end;
    text-align: right;
}

.cm-vs {
    width: 64px;
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    font-weight: 900;
    flex-shrink: 0;
}

.cm-vs.is-live {
    color: #e11d48;
    animation: coreBlink 1.5s infinite;
}

.cm-act {
    width: 90px;
    text-align: right;
    flex-shrink: 0;
}

.act-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 999px;
}

.act-btn.live {
    background: var(--theme-primary, #e6002d);
    color: #fff;
    font-weight: 800;
}

.core-empty-block {
    padding: 36px;
    text-align: center;
    color: #94a3b8;
}

.core-bottom-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 8px;
    align-items: start;
}

.matrix-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
    overflow: hidden;
}

.mc-hd {
    padding: 16px 20px;
    background: #fdfdfd;
    border-bottom: 1px solid #f1f5f9;
    font-size: 16px;
    font-weight: 900;
    color: #1e293b;
}

.mc-bd {
    padding: 18px;
}

.core-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.core-team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 6px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    color: #334155;
    min-height: 98px;
}

.core-team-card:hover {
    border-color: var(--theme-primary, #e6002d);
    background: #fff;
}

.core-team-card img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.core-team-card span {
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.core-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.core-tag-cloud a {
    padding: 7px 12px;
    font-size: 13px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
}

.core-tag-cloud a:hover {
    background: var(--theme-primary, #e6002d);
    color: #fff;
    border-color: var(--theme-primary, #e6002d);
}

@media (max-width: 1024px) {
    .core-team-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .core-seo-h1 {
        font-size: 18px;
        margin: 8px 0 14px;
        line-height: 1.5;
    }

    .core-seo-breadcrumb {
        font-size: 12px;
        padding: 10px 0 5px;
    }

    .core-hero {
        padding: 18px 14px;
        border-radius: 10px;
        margin-bottom: 14px;
    }

    .hero-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 0 4px 12px;
    }

    .hero-title {
        font-size: 17px;
    }

    .hero-pulse-time {
        font-size: 12px;
    }

    .core-global-sources {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .source-btns {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .cg-btn {
        width: 100%;
        padding: 9px 0;
        font-size: 13px;
    }

    .core-section {
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .core-sec-hd {
        padding: 12px 14px;
    }

    .core-sec-hd h2 {
        font-size: 15px;
    }

    .core-sec-bd {
        padding: 14px;
    }

    .core-match-row {
        padding: 11px 8px;
    }

    .cm-time {
        width: 62px;
        font-size: 11px;
    }

    .cm-team {
        font-size: 12px;
        gap: 6px;
    }

    .cm-team img {
        width: 20px;
        height: 20px;
    }

    .cm-vs {
        width: 44px;
        font-size: 11px;
    }

    .cm-act {
        display: none;
    }

    .core-bottom-matrix {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .core-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .core-v2-hero {
        border-radius: 10px;
        min-height: 190px;
    }

    .core-v2-inner {
        padding: 14px;
    }

    .core-v2-h1 {
        font-size: 21px;
        line-height: 1.45;
        margin-bottom: 8px;
    }

    .core-v2-lead {
        font-size: 13px;
        line-height: 1.62;
    }

    .core-v2-stats {
        margin-top: 10px;
        gap: 6px;
    }

    .core-v2-stats span {
        min-height: 26px;
        padding: 0 8px;
        font-size: 11px;
    }

    .core-v2-grid {
        grid-template-columns: 1fr;
    }
}
