/* ===== 体育直播主题 — 墨松绿 + 冰蓝 官方风 ===== */
:root {
    --c-primary: #14532d;
    --c-primary-light: #166534;
    --c-primary-dark: #052e16;
    --c-accent: #06b6d4;
    --c-accent-hover: #0891b2;
    --c-accent-soft: #ecfeff;
    --c-bg: #f0fdf4;
    --c-surface: #ffffff;
    --c-border: #bbf7d0;
    --c-text: #1a2e23;
    --c-muted: #4b6358;
    --c-live: #ef4444;
    --c-upcoming: #f59e0b;
    --radius: 10px;
    --radius-sm: 6px;
    --shadow: 0 1px 8px rgba(20, 83, 45, 0.06);
    --shadow-hover: 0 6px 20px rgba(20, 83, 45, 0.1);
    --header-h: 64px;
    --container: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: var(--c-text);
    background: var(--c-bg);
    overflow-x: hidden;
}

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

a {
    color: inherit;
}

.z8e8efcontainer {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

section[id] {
    scroll-margin-top: calc(var(--header-h) + 14px);
}

/* ===== 顶栏 ===== */
.z8e8efheader {
    background: var(--c-primary-dark);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.z8e8efheader-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: var(--header-h);
    position: relative;
}

.z8e8eflogo {
    flex-shrink: 0;
    min-width: 0;
}

.z8e8eflogo h1 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
}

.z8e8eflogo h1 a {
    color: #fff;
    text-decoration: none;
}

.z8e8eflogo-tagline {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.z8e8efmain-nav {
    flex: 1;
    min-width: 0;
}

.z8e8efmain-nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 0.1rem 0.3rem;
    justify-content: center;
}

.z8e8efmain-nav a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0.35rem 0.55rem;
    border-radius: var(--radius-sm);
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.z8e8efmain-nav a:hover {
    background: rgba(6, 182, 212, 0.15);
    color: var(--c-accent);
}

.z8e8efbtn-download {
    flex-shrink: 0;
    display: inline-block;
    padding: 0.42rem 0.95rem;
    background: var(--c-accent);
    color: var(--c-primary-dark);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    transition: background 0.2s;
    white-space: nowrap;
}

.z8e8efbtn-download:hover {
    background: var(--c-accent-hover);
    color: #fff;
}

.z8e8efmenu-toggle {
    display: none;
    flex-shrink: 0;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.z8e8efmenu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: transform 0.25s, opacity 0.25s;
}

.z8e8efmenu-toggle.z8e8efactive span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.z8e8efmenu-toggle.z8e8efactive span:nth-child(2) {
    opacity: 0;
}

.z8e8efmenu-toggle.z8e8efactive span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== Hero 居中 + 底栏 ===== */
.z8e8efhero {
    background: linear-gradient(180deg, var(--c-primary) 0%, var(--c-primary-light) 100%);
    color: #fff;
    padding: 2.75rem 0;
    overflow: hidden;
}

.z8e8efhero-wrap {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.z8e8efhero-main {
    min-width: 0;
}

.z8e8efhero-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--c-accent);
    background: rgba(6, 182, 212, 0.12);
    padding: 0.28rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 0.85rem;
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.z8e8efhero-main h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    line-height: 1.35;
    margin-bottom: 0.85rem;
    color: #fff;
    font-weight: 700;
}

.z8e8efhero-lead {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.35rem;
    line-height: 1.75;
    max-width: 540px;
}

.z8e8efhero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
}

.z8e8efbtn {
    display: inline-block;
    padding: 0.6rem 1.3rem;
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.z8e8efbtn-primary {
    background: var(--c-accent);
    color: var(--c-primary-dark);
}

.z8e8efbtn-primary:hover {
    background: #fff;
}

.z8e8efbtn-outline {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.z8e8efbtn-outline:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
}

.z8e8efhero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.z8e8efhero-img {
    max-height: 260px;
    width: auto;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.25));
}

.z8e8efhero-metrics {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
    min-width: 0;
}

.z8e8efhero-metrics li {
    padding: 0.75rem 0.5rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    min-width: 0;
}

.z8e8efhero-metrics strong {
    display: block;
    font-size: 1.05rem;
    color: var(--c-accent);
    line-height: 1.2;
    margin-bottom: 0.15rem;
}

.z8e8efhero-metrics span {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.35;
    word-break: break-word;
}

/* ===== 四大亮点 ===== */
.z8e8efhighlights {
    background: var(--c-surface);
    padding: 2rem 0;
    border-bottom: 1px solid var(--c-border);
}

.z8e8efhighlights-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.z8e8efhighlight-item {
    padding: 1.25rem;
    border-radius: var(--radius);
    border: 1px solid var(--c-border);
    min-width: 0;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.z8e8efhighlight-item:hover {
    border-color: var(--c-accent);
    box-shadow: var(--shadow-hover);
}

.z8e8efhighlight-num {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--c-accent);
    background: var(--c-accent-soft);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    margin-bottom: 0.6rem;
}

.z8e8efhighlight-item h3 {
    font-size: 0.95rem;
    color: var(--c-primary);
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

.z8e8efhighlight-item p {
    font-size: 0.82rem;
    color: var(--c-muted);
    line-height: 1.65;
}

.z8e8efhighlight-item strong {
    color: var(--c-primary-light);
}

/* ===== 观赛知识 ===== */
.z8e8eftips-bar {
    padding: 1.5rem 0;
    background: var(--c-bg);
}

.z8e8eftips-content {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-left: 4px solid var(--c-accent);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
}

.z8e8eftips-content h3 {
    font-size: 0.95rem;
    color: var(--c-primary);
    margin-bottom: 0.5rem;
}

.z8e8eftips-content p {
    font-size: 0.86rem;
    color: var(--c-muted);
    line-height: 1.75;
}

.z8e8eftips-content strong {
    color: var(--c-primary-light);
}

/* ===== 主内容 ===== */
.z8e8efmain-content {
    padding: 1.75rem 0 2.75rem;
}

.z8e8efsection {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 1.35rem;
    margin-bottom: 1.25rem;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.z8e8efsection-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--c-border);
}

.z8e8efsection-title-wrap {
    min-width: 0;
}

.z8e8efsection-head h2 {
    font-size: 1.25rem;
    color: var(--c-primary);
    margin: 0;
    line-height: 1.3;
}

.z8e8efsection-head p {
    font-size: 0.82rem;
    color: var(--c-muted);
    margin-top: 0.2rem;
}

.z8e8efsection-head-row {
    align-items: center;
}

.z8e8eftab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    flex-shrink: 0;
}

.z8e8efnav-btn {
    padding: 0.32rem 0.75rem;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    background: var(--c-bg);
    color: var(--c-muted);
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.z8e8efnav-btn:hover {
    border-color: var(--c-accent);
    color: var(--c-primary);
}

.z8e8efnav-btn.z8e8efactive {
    background: var(--c-primary);
    border-color: var(--c-primary);
    color: #fff;
}

.z8e8efsection-foot {
    text-align: center;
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--c-border);
}

.z8e8efload-more {
    padding: 0.55rem 1.5rem;
    background: var(--c-primary);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s;
}

.z8e8efload-more:hover {
    background: var(--c-primary-light);
}

/* ===== 直播大厅 ===== */
.z8e8eflive-hall-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
}

.z8e8eflive-hall-card {
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.z8e8eflive-hall-card:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--c-accent);
}

.z8e8eflive-hall-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0.85rem;
    background: var(--c-surface);
    border-bottom: 1px solid var(--c-border);
    min-height: 44px;
}

.z8e8eflive-status {
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    background: var(--c-live);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 600;
}

.z8e8eflive-status.z8e8efupcoming {
    background: var(--c-upcoming);
    color: var(--c-primary-dark);
}

.z8e8eflive-status.z8e8efreplay {
    background: var(--c-muted);
    color: #fff;
}

.z8e8eflive-hall-icon {
    font-size: 1.25rem;
}

.z8e8eflive-hall-content {
    padding: 0.85rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.z8e8eflive-hall-card h3 {
    font-size: 0.88rem;
    margin-bottom: 0.55rem;
    line-height: 1.35;
    word-break: break-word;
}

.z8e8eflive-match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    margin-bottom: 0.55rem;
    font-weight: 600;
    font-size: 0.84rem;
}

.z8e8efteam {
    flex: 1;
    text-align: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z8e8efvs {
    flex-shrink: 0;
    font-size: 0.7rem;
    color: var(--c-muted);
}

.z8e8eflive-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.76rem;
    margin-bottom: 0.55rem;
    color: var(--c-muted);
    gap: 0.5rem;
}

.z8e8efquality {
    color: var(--c-accent);
    font-weight: 600;
    flex-shrink: 0;
}

.z8e8eflive-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    padding-top: 0.55rem;
    border-top: 1px solid var(--c-border);
    margin-top: auto;
}

.z8e8efstat {
    text-align: center;
    min-width: 0;
}

.z8e8eflabel {
    display: block;
    font-size: 0.65rem;
    color: var(--c-muted);
    margin-bottom: 0.08rem;
}

.z8e8efvalue {
    font-size: 0.78rem;
    font-weight: 600;
    word-break: break-word;
    line-height: 1.3;
}

/* ===== 焦点赛事 ===== */
.z8e8effeatured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    align-items: stretch;
}

.z8e8effeatured-card {
    position: relative;
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.z8e8effeatured-card:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--c-accent);
}

.z8e8efmatch-status {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 600;
    z-index: 1;
}

.z8e8efmatch-status.z8e8eflive {
    background: var(--c-live);
    color: #fff;
}

.z8e8efmatch-status.z8e8efupcoming {
    background: var(--c-upcoming);
    color: var(--c-primary-dark);
}

.z8e8efmatch-content {
    padding: 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
    min-width: 0;
}

.z8e8efmatch-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.z8e8efmatch-time {
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--c-primary);
}

.z8e8efmatch-type {
    font-size: 0.7rem;
    color: var(--c-muted);
    background: var(--c-surface);
    padding: 0.12rem 0.4rem;
    border-radius: 4px;
    border: 1px solid var(--c-border);
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.z8e8efmatch-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.z8e8efmatch-teams .z8e8efteam {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
    flex: 1;
    min-width: 0;
    white-space: normal;
}

.z8e8efteam-logo {
    font-size: 1.3rem;
}

.z8e8efteam-name {
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
    word-break: break-word;
    line-height: 1.25;
}

.z8e8efteam-score {
    font-size: 1rem;
    font-weight: 700;
    color: var(--c-accent);
}

.z8e8efmatch-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
    padding: 0.45rem;
    background: var(--c-surface);
    border-radius: var(--radius-sm);
    border: 1px solid var(--c-border);
}

.z8e8efstat-item {
    text-align: center;
    min-width: 0;
}

.z8e8efstat-label {
    display: block;
    font-size: 0.65rem;
    color: var(--c-muted);
}

.z8e8efstat-value {
    font-size: 0.76rem;
    font-weight: 600;
}

.z8e8efmatch-preview {
    font-size: 0.8rem;
    color: var(--c-muted);
    text-align: center;
    line-height: 1.45;
    margin: 0;
}

.z8e8efmatch-quality,
.z8e8efupcoming-quality {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: center;
    margin-top: auto;
    padding-top: 0.25rem;
}

.z8e8efquality-tag {
    font-size: 0.65rem;
    padding: 0.12rem 0.4rem;
    border-radius: 4px;
    background: var(--c-accent-soft);
    color: var(--c-accent-hover);
    font-weight: 500;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===== 赛事预告 ===== */
.z8e8efupcoming-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
    align-items: stretch;
}

.z8e8efupcoming-card {
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    padding: 0.95rem;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.z8e8efupcoming-card:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--c-accent);
}

.z8e8efupcoming-card.z8e8effeatured {
    background: linear-gradient(160deg, var(--c-primary) 0%, var(--c-primary-light) 100%);
    border-color: transparent;
    color: #fff;
}

.z8e8efupcoming-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.z8e8efupcoming-status {
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    background: var(--c-upcoming);
    color: var(--c-primary-dark);
    font-size: 0.65rem;
    font-weight: 600;
    white-space: nowrap;
}

.z8e8efupcoming-card.z8e8effeatured .z8e8efupcoming-status {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.z8e8efupcoming-card .z8e8efmatch-time {
    font-weight: 700;
    font-size: 0.88rem;
}

.z8e8efupcoming-card.z8e8effeatured .z8e8efmatch-time {
    color: var(--c-accent);
}

.z8e8efupcoming-card .z8e8efmatch-type {
    align-self: flex-start;
}

.z8e8efupcoming-card.z8e8effeatured .z8e8efmatch-type {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.85);
}

.z8e8efupcoming-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.z8e8efupcoming-teams .z8e8efteam-name {
    font-weight: 600;
    font-size: 0.85rem;
}

.z8e8efupcoming-card.z8e8effeatured .z8e8efteam-name {
    color: #fff;
}

.z8e8efupcoming-card.z8e8effeatured .z8e8efvs {
    color: rgba(255, 255, 255, 0.6);
}

.z8e8efupcoming-preview {
    font-size: 0.78rem;
    color: var(--c-muted);
    text-align: center;
    line-height: 1.4;
    margin: 0;
    flex: 1;
}

.z8e8efupcoming-card.z8e8effeatured .z8e8efupcoming-preview {
    color: rgba(255, 255, 255, 0.75);
}

.z8e8efupcoming-card.z8e8effeatured .z8e8efquality-tag {
    background: rgba(255, 255, 255, 0.15);
    color: #a5f3fc;
}

/* ===== 观赛资讯 ===== */
.z8e8efnews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    align-items: stretch;
}

.z8e8efnews-card {
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.z8e8efnews-card:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--c-accent);
}

.z8e8efnews-content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.z8e8efnews-meta {
    display: flex;
    gap: 0.85rem;
    font-size: 0.72rem;
    color: var(--c-muted);
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
}

.z8e8efnews-time {
    color: var(--c-accent);
    font-weight: 600;
}

.z8e8efnews-card h3 {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0.45rem;
    color: var(--c-primary);
}

.z8e8efnews-excerpt {
    font-size: 0.82rem;
    color: var(--c-muted);
    line-height: 1.6;
    margin-bottom: 0.55rem;
    flex: 1;
}

.z8e8efnews-excerpt strong {
    color: var(--c-primary-light);
}

.z8e8efnews-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: auto;
}

.z8e8efnews-tag {
    font-size: 0.65rem;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    background: var(--c-surface);
    color: var(--c-primary);
    border: 1px solid var(--c-border);
}

/* ===== 数据排行 ===== */
.z8e8efstats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    align-items: stretch;
}

.z8e8efstats-card {
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.z8e8efstats-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.95rem;
    border-bottom: 1px solid var(--c-border);
    background: var(--c-surface);
    gap: 0.5rem;
    min-width: 0;
}

.z8e8efstats-card-header h3 {
    font-size: 0.92rem;
    margin: 0;
    min-width: 0;
}

.z8e8efstats-period {
    font-size: 0.68rem;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    background: var(--c-bg);
    color: var(--c-muted);
    white-space: nowrap;
    flex-shrink: 0;
}

.z8e8efstats-list {
    padding: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}

.z8e8efstats-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.48rem 0.6rem;
    background: var(--c-surface);
    border-radius: var(--radius-sm);
    border: 1px solid var(--c-border);
    min-width: 0;
}

.z8e8efplayer-info {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    flex: 1;
}

.z8e8efrank {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-primary);
    color: #fff;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 700;
}

.z8e8efplayer-details {
    min-width: 0;
}

.z8e8efplayer-name {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.z8e8efstats-card .z8e8efteam-name {
    display: block;
    font-size: 0.7rem;
    color: var(--c-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.z8e8efstats-value {
    flex-shrink: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--c-accent);
}

/* ===== 专题文章 ===== */
.z8e8efarticle-more {
    display: inline-block;
    padding: 0.42rem 0.95rem;
    background: var(--c-primary);
    color: #fff;
    text-decoration: none;
    border-radius: var(--radius-sm);
    font-size: 0.84rem;
    transition: background 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.z8e8efarticle-more:hover {
    background: var(--c-primary-light);
}

.z8e8efarticle-home-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.85rem;
}

.z8e8efarticle-home-card {
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.z8e8efarticle-home-card:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--c-accent);
}

.z8e8efarticle-home-thumb {
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}

.z8e8efarticle-home-thumb img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.z8e8efarticle-home-body {
    padding: 0.65rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.z8e8efarticle-home-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
    font-size: 0.65rem;
    color: var(--c-muted);
    margin-bottom: 0.3rem;
    min-width: 0;
}

.z8e8efarticle-home-meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z8e8efarticle-home-body h3 {
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z8e8efarticle-home-body h3 a {
    color: var(--c-text);
    text-decoration: none;
}

.z8e8efarticle-home-body h3 a:hover {
    color: var(--c-accent);
}

/* ===== 页脚 ===== */
.z8e8effooter {
    background: var(--c-primary-dark);
    color: rgba(255, 255, 255, 0.82);
    padding: 2.25rem 0 1.35rem;
}

.z8e8effooter-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.35rem;
    margin-bottom: 1.35rem;
}

.z8e8effooter-section h3 {
    color: var(--c-accent);
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
}

.z8e8effooter-section p {
    font-size: 0.86rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.65);
}

.z8e8effooter-section ul {
    list-style: none;
}

.z8e8effooter-section ul li {
    margin-bottom: 0.35rem;
}

.z8e8effooter-section a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.86rem;
}

.z8e8effooter-section a:hover {
    color: var(--c-accent);
}

.z8e8efcopyright {
    text-align: center;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

.z8e8efcopyright a {
    color: var(--c-accent);
    text-decoration: none;
}

.z8e8efsitemap-links a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    margin: 0 0.12rem;
}

.z8e8efsitemap-links a:hover {
    color: var(--c-accent);
}

/* ===== 内页 ===== */
.z8e8efpage-banner {
    background: linear-gradient(135deg, var(--c-primary-dark) 0%, var(--c-primary) 100%);
    color: #fff;
    padding: 1.85rem 0 1.65rem;
}

.z8e8efpage-title {
    font-size: 1.45rem;
    margin-bottom: 0.45rem;
    color: #fff;
    line-height: 1.35;
    word-break: break-word;
}

.z8e8efpage-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    margin-bottom: 0.65rem;
    max-width: 720px;
    line-height: 1.65;
}

.z8e8efbreadcrumb {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.5);
}

.z8e8efbreadcrumb a {
    color: var(--c-accent);
    text-decoration: none;
}

.z8e8efbreadcrumb a:hover {
    text-decoration: underline;
}

.z8e8efbreadcrumb span {
    margin: 0 0.28rem;
}

.z8e8efinner-main {
    padding: 1.75rem 0 2.75rem;
}

.z8e8efinner-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 1.35rem;
    align-items: start;
}

.z8e8efinner-content {
    min-width: 0;
}

.z8e8efarticle-panel,
.z8e8eflist-panel,
.z8e8efrelated-panel {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 1.35rem;
    box-shadow: var(--shadow);
    margin-bottom: 1.15rem;
    overflow: hidden;
}

.z8e8efarticle-header h1 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    color: var(--c-primary);
    word-break: break-word;
}

.z8e8efarticle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.15rem;
    font-size: 0.84rem;
    color: var(--c-muted);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--c-border);
}

.z8e8efarticle-meta a {
    color: var(--c-accent);
    text-decoration: none;
}

.z8e8efarticle-cover {
    margin: 0.85rem 0;
}

.z8e8efthumb-cover {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--c-border);
}

.z8e8efarticle-content {
    line-height: 1.8;
    color: var(--c-text);
    font-size: 0.94rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.z8e8efarticle-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
    margin: 0.65rem 0;
    border: 1px solid var(--c-border);
}

.z8e8efarticle-gallery-item {
    margin: 0.85rem 0;
    text-align: center;
}

.z8e8efarticle-gallery-item img {
    max-width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid var(--c-border);
}

.z8e8efarticle-gallery-item figcaption {
    font-size: 0.8rem;
    color: var(--c-muted);
    margin-top: 0.35rem;
}

.z8e8efdiyfield {
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    border-top: 1px dashed var(--c-border);
}

.z8e8efmeta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    list-style: none;
    margin: 1.15rem 0 0;
    padding: 0;
}

.z8e8eftagitem a {
    display: inline-block;
    padding: 0.18rem 0.6rem;
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: 4px;
    font-size: 0.78rem;
    color: var(--c-muted);
    text-decoration: none;
}

.z8e8eftagitem a:hover {
    background: var(--c-accent-soft);
    color: var(--c-accent-hover);
    border-color: var(--c-accent);
}

.z8e8efarticle-nav {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 0.95rem 1.35rem;
    box-shadow: var(--shadow);
    margin-bottom: 1.15rem;
}

.z8e8efprenext-item {
    flex: 1;
    font-size: 0.88rem;
    min-width: 0;
    word-break: break-word;
}

.z8e8efprenext-next {
    text-align: right;
}

.z8e8efpanel-title {
    font-size: 1.05rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid var(--c-accent);
    color: var(--c-primary);
}

.z8e8efrelated-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z8e8efrelated-item {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--c-border);
    min-width: 0;
}

.z8e8efrelated-item:last-child {
    border-bottom: none;
}

.z8e8efrelated-thumb {
    flex: 0 0 96px;
    display: block;
    min-width: 0;
}

.z8e8efrelated-thumb img {
    width: 96px;
    height: 64px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--c-border);
}

.z8e8efrelated-body {
    flex: 1;
    min-width: 0;
}

.z8e8efrelated-body h3 {
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
    line-height: 1.35;
}

.z8e8efrelated-body h3 a {
    color: var(--c-text);
    text-decoration: none;
}

.z8e8efrelated-body h3 a:hover {
    color: var(--c-accent);
}

.z8e8efrelated-body p {
    font-size: 0.84rem;
    color: var(--c-muted);
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== 列表页 ===== */
.z8e8eflist-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z8e8eflist-item {
    display: flex;
    gap: 0.95rem;
    padding: 0.95rem 0;
    border-bottom: 1px solid var(--c-border);
    min-width: 0;
}

.z8e8eflist-item:last-child {
    border-bottom: none;
}

.z8e8eflist-thumb {
    flex: 0 0 140px;
    display: block;
    min-width: 0;
}

.z8e8eflist-thumb img {
    width: 140px;
    height: 94px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--c-border);
}

.z8e8eflist-body {
    flex: 1;
    min-width: 0;
}

.z8e8eflist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.65rem;
    font-size: 0.78rem;
    color: var(--c-muted);
    margin-bottom: 0.35rem;
}

.z8e8eflist-cat {
    color: var(--c-accent);
}

.z8e8eflist-title {
    font-size: 1.02rem;
    margin: 0 0 0.35rem;
    line-height: 1.4;
}

.z8e8eflist-title a {
    color: var(--c-text);
    text-decoration: none;
    word-break: break-word;
}

.z8e8eflist-title a:hover {
    color: var(--c-accent);
}

.z8e8eflist-intro {
    font-size: 0.86rem;
    color: var(--c-muted);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z8e8efpagebar {
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--c-border);
}

.z8e8efpagebar .pagelist,
.z8e8efpagelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.z8e8efpagebar .pagelist li,
.z8e8efpagelist li {
    display: inline-flex;
    margin: 0;
}

.z8e8efpagebar .pagelist a,
.z8e8efpagebar .pagelist span,
.z8e8efpagelist a,
.z8e8efpagelist span {
    display: inline-block;
    padding: 0.38rem 0.72rem;
    border-radius: var(--radius-sm);
    text-decoration: none;
    color: var(--c-text);
    background: var(--c-bg);
    border: 1px solid var(--c-border);
    font-size: 0.84rem;
}

.z8e8efpagebar .pagelist a:hover,
.z8e8efpagelist a:hover {
    background: var(--c-primary);
    color: #fff;
    border-color: var(--c-primary);
}

.z8e8efpagebar .pagelist .thisclass,
.z8e8efpagebar .pagelist .thisclass a,
.z8e8efpagelist .thisclass,
.z8e8efpagelist .thisclass a {
    background: var(--c-accent);
    color: var(--c-primary-dark);
    border-color: var(--c-accent);
    font-weight: 600;
}

/* ===== 侧栏 ===== */
.z8e8efsidebar {
    position: sticky;
    top: calc(var(--header-h) + 10px);
    min-width: 0;
}

.z8e8efsidebar-block {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 1.05rem;
    box-shadow: var(--shadow);
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.z8e8efsidebar-title {
    font-size: 0.92rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid var(--c-accent);
    color: var(--c-primary);
}

.z8e8efsidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z8e8efsidebar-list li {
    margin-bottom: 0.3rem;
}

.z8e8efsidebar-list a {
    color: var(--c-text);
    text-decoration: none;
    font-size: 0.86rem;
    word-break: break-word;
}

.z8e8efsidebar-list a:hover,
.z8e8efsidebar-list .z8e8efthis a {
    color: var(--c-accent);
}

.z8e8efsidebar-articles {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z8e8efsidebar-article-item {
    display: flex;
    gap: 0.6rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--c-border);
    min-width: 0;
}

.z8e8efsidebar-article-item:last-child {
    border-bottom: none;
}

.z8e8efsidebar-thumb {
    flex: 0 0 60px;
    display: block;
    min-width: 0;
}

.z8e8efsidebar-thumb img {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--c-border);
}

.z8e8efsidebar-article-info {
    flex: 1;
    min-width: 0;
}

.z8e8efsidebar-article-info > a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.82rem;
    line-height: 1.35;
    color: var(--c-text);
    text-decoration: none;
    margin-bottom: 0.15rem;
}

.z8e8efsidebar-article-info > a:hover {
    color: var(--c-accent);
}

.z8e8efsidebar-date {
    font-size: 0.7rem;
    color: var(--c-muted);
}

/* ===== 网站地图 ===== */
.z8e8efsitemap-page .z8e8efinner-main {
    padding: 1.35rem 0;
}

.z8e8efsitemap-panel {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 1.35rem;
}

.z8e8efsitemap-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem 0.85rem;
}

.z8e8efsitemap-articles {
    grid-template-columns: repeat(2, 1fr);
}

.z8e8efsitemap-list a {
    color: var(--c-text);
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1.5;
    word-break: break-word;
}

.z8e8efsitemap-list a:hover {
    color: var(--c-accent);
}

/* ===== 导航高亮 ===== */
.z8e8efmain-nav .z8e8efthis a,
.z8e8efmain-nav li.z8e8efthis a {
    color: var(--c-accent);
    background: rgba(6, 182, 212, 0.12);
}

/* ===== 响应式 ===== */
@media (max-width: 1100px) {
    .z8e8efhighlights-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .z8e8eflive-hall-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .z8e8efupcoming-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .z8e8efarticle-home-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .z8e8efhero-wrap {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .z8e8efhero-main {
        text-align: center;
    }

    .z8e8efhero-lead {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .z8e8efhero-actions {
        justify-content: center;
    }

    .z8e8efhero-visual {
        order: -1;
    }

    .z8e8efhero-img {
        max-height: 200px;
    }

    .z8e8efhero-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .z8e8effeatured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .z8e8effeatured-grid .z8e8effeatured-card:first-child {
        grid-column: span 2;
    }

    .z8e8efstats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .z8e8efinner-layout {
        grid-template-columns: 1fr;
    }

    .z8e8efsidebar {
        position: static;
    }

    .z8e8efarticle-home-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    :root {
        --header-h: 54px;
    }

    .z8e8efheader-inner {
        flex-wrap: wrap;
        padding: 0.4rem 0;
        min-height: auto;
        gap: 0.45rem;
    }

    .z8e8eflogo h1 {
        font-size: 1rem;
    }

    .z8e8eflogo-tagline {
        white-space: normal;
        max-width: none;
    }

    .z8e8efbtn-download-home {
        display: none;
    }

    .z8e8efmenu-toggle {
        display: block;
        order: 3;
    }

    .z8e8efbtn-download {
        order: 2;
        font-size: 0.76rem;
        padding: 0.32rem 0.65rem;
    }

    .z8e8efmain-nav {
        display: none;
        order: 4;
        width: 100%;
        background: var(--c-primary);
        border-radius: var(--radius-sm);
        padding: 0.45rem;
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .z8e8efmain-nav.z8e8efactive {
        display: block;
    }

    .z8e8efmain-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .z8e8efmain-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .z8e8efmain-nav li:last-child {
        border-bottom: none;
    }

    .z8e8efmain-nav a {
        display: block;
        padding: 0.55rem 0.65rem;
    }

    .z8e8efhero {
        padding: 2rem 0;
    }

    .z8e8efhero-img {
        max-height: 160px;
    }

    .z8e8efhighlights-inner {
        grid-template-columns: 1fr;
    }

    .z8e8efsection {
        padding: 1.05rem;
    }

    .z8e8efsection-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .z8e8eftab-nav {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.2rem;
        -webkit-overflow-scrolling: touch;
    }

    .z8e8eflive-hall-grid,
    .z8e8effeatured-grid,
    .z8e8efupcoming-grid,
    .z8e8efstats-grid,
    .z8e8efnews-grid {
        grid-template-columns: 1fr;
    }

    .z8e8effeatured-grid .z8e8effeatured-card:first-child {
        grid-column: span 1;
    }

    .z8e8efarticle-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .z8e8eflist-item {
        flex-direction: column;
    }

    .z8e8eflist-thumb {
        flex: none;
        width: 100%;
    }

    .z8e8eflist-thumb img {
        width: 100%;
        height: auto;
        max-height: 190px;
    }

    .z8e8efrelated-item {
        flex-direction: column;
    }

    .z8e8efrelated-thumb {
        flex: none;
        width: 100%;
    }

    .z8e8efrelated-thumb img {
        width: 100%;
        height: auto;
        max-height: 170px;
    }

    .z8e8efarticle-nav {
        flex-direction: column;
    }

    .z8e8efprenext-next {
        text-align: left;
    }

    .z8e8efsitemap-list,
    .z8e8efsitemap-articles {
        grid-template-columns: 1fr;
    }

    .z8e8effooter-content {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .z8e8efcontainer {
        padding: 0 14px;
    }

    .z8e8efhero-metrics {
        grid-template-columns: 1fr;
    }

    .z8e8efarticle-home-grid {
        grid-template-columns: 1fr;
    }

    .z8e8efarticle-home-thumb img {
        height: 130px;
    }

    .z8e8efload-more {
        width: 100%;
    }

    .z8e8efmatch-teams {
        gap: 0.3rem;
    }

    .z8e8efteam-name {
        font-size: 0.76rem;
    }
}

@media (hover: none) {
    .z8e8eflive-hall-card:hover,
    .z8e8effeatured-card:hover,
    .z8e8efupcoming-card:hover,
    .z8e8efnews-card:hover,
    .z8e8efarticle-home-card:hover,
    .z8e8efhighlight-item:hover {
        transform: none;
    }
}

/* 兼容旧类名 */
.z8e8efbanner,
.z8e8efbanner-content,
.z8e8efbanner-text,
.z8e8efbanner-image,
.z8e8efbanner-img,
.z8e8efbanner-features,
.z8e8efbanner-stats,
.z8e8effeature,
.z8e8efstat-item,
.z8e8efstat-number,
.z8e8efstat-label,
.z8e8eflive-hall-header,
.z8e8eflive-hall-nav,
.z8e8eflive-hall-footer,
.z8e8effeatured-header,
.z8e8effeatured-nav,
.z8e8effeatured-footer,
.z8e8effeatured-layout,
.z8e8effeatured-main,
.z8e8effeatured-side,
.z8e8efupcoming-header,
.z8e8efupcoming-nav,
.z8e8efupcoming-footer,
.z8e8efupcoming-list,
.z8e8efupcoming-row,
.z8e8efupcoming-content,
.z8e8efupcoming-match-head,
.z8e8efnews-header,
.z8e8efnews-nav,
.z8e8efnews-footer,
.z8e8efnews-layout,
.z8e8efnews-side,
.z8e8efstats-header,
.z8e8efstats-nav,
.z8e8efstats-footer,
.z8e8efarticle-home-header,
.z8e8efmatch-info,
.z8e8efinfo-item,
.z8e8efinfo-label,
.z8e8efinfo-value,
.z8e8efhero-center,
.z8e8efhero-band,
.z8e8efhero-band-item,
.z8e8efintro-strip,
.z8e8efpillars,
.z8e8efpillars-grid,
.z8e8efpillar-card,
.z8e8efpillar-icon,
.z8e8efknowledge-strip,
.z8e8efsection-label {
    /* 保留空规则避免 CMS 动态插入旧结构时报错 */
}
