/* 体育直播主题 - 深靛蓝 + 珊瑚红 官方风 */
:root {
    --primary: #1a2744;
    --primary-dark: #0f1829;
    --primary-light: #2d4a7c;
    --accent: #ff4757;
    --accent-dark: #e03545;
    --accent-soft: #fff1f2;
    --bg: #f0f2f8;
    --surface: #ffffff;
    --text: #1a2744;
    --text-muted: #64748b;
    --border: #dce1ec;
    --radius: 6px;
    --radius-lg: 10px;
    --shadow: 0 1px 4px rgba(26, 39, 68, 0.07);
    --header-h: 62px;
    --max-w: 1140px;
}

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

html {
    scroll-behavior: smooth;
}

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

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

a {
    color: var(--primary-light);
}

.z3eadecontainer {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 18px;
    width: 100%;
}

/* ========== 头部导航 ========== */
.z3eadeheader {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--primary-dark);
    border-bottom: 3px solid var(--accent);
}

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

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

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

.z3eadelogo-tagline {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 2px;
}

.z3eademain-nav ul {
    display: flex;
    list-style: none;
    gap: 0.1rem;
    flex-wrap: wrap;
}

.z3eademain-nav a {
    display: block;
    padding: 0.38rem 0.65rem;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 0.85rem;
    border-radius: var(--radius);
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.z3eademain-nav a:hover,
.z3eademain-nav .z3eadethis a,
.z3eademain-nav li.z3eadethis a {
    color: #fff;
    background: rgba(255, 71, 87, 0.25);
}

.z3eademenu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius);
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.z3eademenu-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    margin: 3px auto;
    transition: transform 0.25s, opacity 0.25s;
}

.z3eademenu-toggle.z3eadeactive span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.z3eademenu-toggle.z3eadeactive span:nth-child(2) {
    opacity: 0;
}

.z3eademenu-toggle.z3eadeactive span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

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

/* ========== 首页 Hero ========== */
.z3eadehero {
    background: var(--primary);
    color: #fff;
    padding: 2.5rem 0 2rem;
    overflow: hidden;
}

.z3eadehero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
    text-align: left;
}

.z3eadehero-copy {
    max-width: none;
    min-width: 0;
}

.z3eadehero-badge {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    background: var(--accent);
    color: #fff;
    padding: 0.2rem 0.75rem;
    border-radius: 2px;
    margin-bottom: 0.85rem;
    font-weight: 600;
}

.z3eadehero-copy h2 {
    font-size: clamp(1.35rem, 3.5vw, 2.1rem);
    line-height: 1.3;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #fff;
    border: none;
    padding: 0;
}

.z3eadehero-lead {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.1rem;
    line-height: 1.75;
}

.z3eadehero-points {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.3rem;
}

.z3eadehero-points li {
    font-size: 0.8rem;
    padding: 0.28rem 0.7rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.92);
}

.z3eadedownload-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.35rem;
}

.z3eadedl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1.2rem;
    border-radius: var(--radius);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    border: 1px solid transparent;
}

.z3eadedl-main {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.z3eadedl-main:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(255, 71, 87, 0.35);
}

.z3eadedl-alt {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.z3eadedl-alt:hover {
    background: rgba(255, 255, 255, 0.1);
}

.z3eadehero-metrics {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem;
    padding: 1.1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.z3eadehero-metrics > div {
    min-width: 0;
    text-align: left;
}

.z3eadehero-metrics strong {
    display: block;
    font-size: 1.25rem;
    color: var(--accent);
    font-weight: 800;
    line-height: 1.2;
}

.z3eadehero-metrics span {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.65);
}

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

.z3eadehero-img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
    margin: 0 auto;
}

/* 简介条 */
.z3eadeintro-strip {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 0;
}

.z3eadeintro-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--border);
}

.z3eadeintro-item {
    text-align: center;
    padding: 1.1rem 0.85rem;
    border-right: 1px solid var(--border);
    min-width: 0;
}

.z3eadeintro-item:last-child {
    border-right: none;
}

.z3eadeintro-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.z3eadeintro-item strong {
    display: block;
    font-size: 0.84rem;
    color: var(--primary);
    margin-bottom: 0.3rem;
}

.z3eadeintro-item p {
    font-size: 0.76rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.z3eadeintro-text {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.75;
    padding: 1.15rem 0;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

.z3eadeintro-text strong {
    color: var(--primary-light);
}

/* ========== 通用板块 ========== */
.z3eademain-content {
    padding: 1.75rem 0 2.5rem;
}

.z3eadesection {
    margin-bottom: 1.25rem;
}

.z3eadepanel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.z3eadesection-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.65rem 1rem;
    margin-bottom: 1.1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
}

.z3eadesection-head h2 {
    font-size: 1.1rem;
    color: var(--primary);
    margin: 0;
    border: none;
    padding: 0;
    font-weight: 700;
}

.z3eadesection-desc {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 0.2rem;
    line-height: 1.5;
}

.z3eadetab-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.z3eadenav-btn {
    padding: 0.3rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg);
    color: var(--text-muted);
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.z3eadenav-btn:hover {
    border-color: var(--primary-light);
    color: var(--primary);
}

.z3eadenav-btn.z3eadeactive {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* 徽章 */
.z3eadebadge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.12rem 0.42rem;
    border-radius: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}

.z3eadebadge-live {
    background: var(--accent);
    color: #fff;
}

.z3eadebadge-soon {
    background: #fef9c3;
    color: #854d0e;
    border: 1px solid #fde047;
}

.z3eadebadge-replay {
    background: var(--bg);
    color: var(--text-muted);
    border: 1px solid var(--border);
}

/* 直播卡片 - 横排列表 */
.z3eadelive-grid {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.z3eadelive-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.15rem 0.85rem;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.85rem 1rem;
    background: var(--bg);
    min-width: 0;
    overflow: hidden;
    transition: border-color 0.2s;
}

.z3eadelive-card:hover {
    border-color: var(--primary-light);
}

.z3eadelive-hot {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    border-left: 4px solid var(--accent);
}

.z3eadelive-hot h3,
.z3eadelive-hot .z3eadecard-foot {
    color: rgba(255, 255, 255, 0.95);
}

.z3eadelive-card .z3eadebadge {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
}

.z3eadelive-card h3 {
    grid-column: 1 / 3;
    grid-row: 1;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.35;
    padding-right: 0.5rem;
    min-width: 0;
}

.z3eadelive-hot h3 {
    font-size: 0.95rem;
}

.z3eadematch-row {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 0.88rem;
}

.z3eadematch-row span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    max-width: 140px;
}

.z3eadematch-row em {
    flex-shrink: 0;
    font-style: normal;
    font-size: 0.7rem;
    color: var(--text-muted);
    padding: 0.1rem 0.4rem;
    background: var(--surface);
    border-radius: 2px;
}

.z3eadelive-hot .z3eadematch-row em {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
}

.z3eadecard-foot {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    font-size: 0.72rem;
    color: var(--text-muted);
    padding-top: 0.55rem;
    margin-top: 0.15rem;
    border-top: 1px solid var(--border);
}

.z3eadelive-hot .z3eadecard-foot {
    border-top-color: rgba(255, 255, 255, 0.15);
}

/* 热门对决 - 横条列表 */
.z3eadefeature-grid {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.z3eadefeature-item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0.35rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.85rem 1rem;
    background: var(--surface);
    min-width: 0;
    overflow: hidden;
    border-left: 3px solid var(--accent);
}

.z3eadefeature-top {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.76rem;
    color: var(--text-muted);
    gap: 0.5rem;
}

.z3eadescoreboard {
    grid-column: 1;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.z3eadescoreboard > div {
    text-align: center;
    min-width: 0;
    flex: 1;
}

.z3eadescoreboard strong {
    display: block;
    font-size: 1.15rem;
    color: var(--accent);
    margin-top: 0.05rem;
}

.z3eadeteam-ico {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.05rem;
}

.z3eadevs {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--text-muted);
}

.z3eadefeature-note {
    grid-column: 1 / -1;
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.z3eadetag-row {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.z3eadetag-row span {
    font-size: 0.68rem;
    padding: 0.1rem 0.38rem;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 2px;
    color: var(--text-muted);
}

/* 赛事排期 - 表格式 */
.z3eadeschedule-list {
    list-style: none;
}

.z3eadeschedule-item {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid var(--border);
    min-width: 0;
}

.z3eadeschedule-item:nth-child(odd) {
    background: var(--bg);
}

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

.z3eadeschedule-item time {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--accent);
    white-space: nowrap;
}

.z3eadeschedule-body {
    min-width: 0;
}

.z3eadeschedule-body h3 {
    font-size: 0.88rem;
    margin-bottom: 0.12rem;
    line-height: 1.35;
}

.z3eadeschedule-body p {
    font-size: 0.76rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* 新闻 - 四栏等宽 */
.z3eadenews-layout {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.z3eadenews-main {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem;
    background: var(--primary);
    color: #fff;
    min-width: 0;
    overflow: hidden;
    border-top: 3px solid var(--accent);
}

.z3eadenews-time {
    font-size: 0.7rem;
    opacity: 0.7;
}

.z3eadenews-main h3 {
    font-size: 0.92rem;
    margin: 0.4rem 0;
    line-height: 1.4;
}

.z3eadenews-main p {
    font-size: 0.8rem;
    opacity: 0.88;
    line-height: 1.6;
    margin-bottom: 0.65rem;
}

.z3eadenews-main .z3eadetag-row span {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

.z3eadenews-side {
    display: contents;
}

.z3eadenews-mini {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.85rem;
    background: var(--surface);
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.z3eadenews-mini h3 {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    line-height: 1.35;
    color: var(--primary);
}

.z3eadenews-mini p {
    font-size: 0.76rem;
    color: var(--text-muted);
    line-height: 1.5;
    flex: 1;
}

/* 数据榜 - 进度条风格 */
.z3eadestats-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.z3eadestats-col {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    min-width: 0;
    background: var(--surface);
}

.z3eadestats-col h3 {
    font-size: 0.82rem;
    padding: 0.55rem 0.85rem;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
}

.z3eaderank-list {
    list-style: none;
    padding: 0.45rem 0.65rem;
}

.z3eaderank-list li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.38rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.8rem;
    min-width: 0;
}

.z3eaderank-list li:last-child {
    border-bottom: none;
}

.z3eaderank-list li > span:not(.z3eaderank-n) {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z3eaderank-n {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 2px;
    font-size: 0.68rem;
    font-weight: 700;
}

.z3eaderank-list strong {
    flex-shrink: 0;
    color: var(--primary-light);
    font-size: 0.88rem;
    font-weight: 800;
    min-width: 32px;
    text-align: right;
}

/* 首页文章 */
.z3eadearticle-home-header {
    align-items: center;
}

.z3eadearticle-more {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-weight: 600;
    transition: background 0.2s;
    white-space: nowrap;
    border: 1px solid var(--accent);
}

.z3eadearticle-more:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}

.z3eadearticle-home-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.z3eadearticle-home-card {
    display: flex;
    gap: 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--surface);
    min-width: 0;
    padding: 0.65rem;
    transition: border-color 0.2s;
}

.z3eadearticle-home-card:hover {
    border-color: var(--primary-light);
}

.z3eadearticle-home-thumb {
    flex: 0 0 72px;
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.z3eadearticle-home-thumb img {
    width: 72px;
    height: 54px;
    object-fit: cover;
}

.z3eadearticle-home-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.z3eadearticle-home-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.65rem;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
    gap: 0.2rem;
}

.z3eadearticle-home-body h3 {
    font-size: 0.78rem;
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

/* ========== 页脚 ========== */
.z3eadefooter {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.82);
    padding: 1.75rem 0 1.15rem;
    border-top: 3px solid var(--accent);
}

.z3eadefooter-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.1rem;
}

.z3eadefooter-section h3 {
    color: var(--accent);
    font-size: 0.92rem;
    margin-bottom: 0.55rem;
    font-weight: 700;
}

.z3eadefooter-section p,
.z3eadefooter-section li {
    font-size: 0.83rem;
    line-height: 1.6;
}

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

.z3eadefooter-section a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

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

.z3eadecopyright {
    text-align: center;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

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

.z3eadesitemap-links a {
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0.15rem;
}

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

/* ========== 内页通用 ========== */
.z3eadepage-banner {
    background: var(--primary);
    color: #fff;
    padding: 1.5rem 0 1.25rem;
    border-bottom: 3px solid var(--accent);
}

.z3eadepage-title {
    font-size: 1.35rem;
    margin-bottom: 0.4rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
}

.z3eadepage-desc {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    margin-bottom: 0.4rem;
    max-width: 720px;
    line-height: 1.6;
}

.z3eadebreadcrumb {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

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

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

.z3eadebreadcrumb span {
    margin: 0 0.3rem;
}

.z3eadeinner-main {
    padding: 1.5rem 0 2.5rem;
}

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

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

.z3eadearticle-panel,
.z3eadelist-panel,
.z3eaderelated-panel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: var(--shadow);
    margin-bottom: 1.1rem;
    overflow: hidden;
}

.z3eadearticle-header h1 {
    font-size: 1.35rem;
    line-height: 1.4;
    margin-bottom: 0.65rem;
    color: var(--primary);
    font-weight: 700;
}

.z3eadearticle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    font-size: 0.83rem;
    color: var(--text-muted);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border);
}

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

.z3eadearticle-cover {
    margin: 0.9rem 0;
}

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

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

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

.z3eadearticle-gallery-item {
    margin: 0.8rem 0;
    text-align: center;
}

.z3eadearticle-gallery-item figcaption {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 0.3rem;
}

.z3eadediyfield {
    margin-top: 0.9rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--border);
}

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

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

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

.z3eadearticle-nav {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 0.9rem 1.1rem;
    box-shadow: var(--shadow);
    margin-bottom: 1.1rem;
}

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

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

.z3eadepanel-title {
    font-size: 1.02rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid var(--accent);
    color: var(--primary);
    font-weight: 700;
}

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

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

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

.z3eaderelated-thumb {
    flex: 0 0 96px;
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.z3eaderelated-thumb img {
    width: 96px;
    height: 64px;
    object-fit: cover;
}

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

.z3eaderelated-body h3 {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
    line-height: 1.35;
}

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

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

.z3eaderelated-body p {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

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

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

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

.z3eadelist-thumb {
    flex: 0 0 140px;
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.z3eadelist-thumb img {
    width: 140px;
    height: 94px;
    object-fit: cover;
}

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

.z3eadelist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    font-size: 0.76rem;
    color: var(--text-muted);
    margin-bottom: 0.3rem;
}

.z3eadelist-cat {
    color: var(--accent);
    font-weight: 600;
}

.z3eadelist-title {
    font-size: 1rem;
    margin: 0 0 0.3rem;
    line-height: 1.4;
}

.z3eadelist-title a {
    color: var(--text);
    text-decoration: none;
}

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

.z3eadelist-intro {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0;
}

.z3eadepagebar {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--border);
}

.z3eadepagebar .pagelist,
.z3eadepagelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.z3eadepagebar .pagelist a,
.z3eadepagebar .pagelist span,
.z3eadepagelist a,
.z3eadepagelist span {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border-radius: var(--radius);
    text-decoration: none;
    color: var(--text);
    background: var(--bg);
    border: 1px solid var(--border);
    font-size: 0.82rem;
}

.z3eadepagebar .pagelist a:hover,
.z3eadepagelist a:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.z3eadepagebar .pagelist .thisclass,
.z3eadepagebar .pagelist .thisclass a,
.z3eadepagelist .thisclass,
.z3eadepagelist .thisclass a {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    font-weight: 600;
}

/* 侧栏 */
.z3eadesidebar {
    position: sticky;
    top: calc(var(--header-h) + 12px);
}

.z3eadesidebar-block {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 0.9rem;
    box-shadow: var(--shadow);
    margin-bottom: 0.9rem;
    overflow: hidden;
}

.z3eadesidebar-title {
    font-size: 0.92rem;
    margin-bottom: 0.65rem;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid var(--accent);
    color: var(--primary);
    font-weight: 700;
}

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

.z3eadesidebar-list li {
    margin-bottom: 0.25rem;
}

.z3eadesidebar-list a {
    color: var(--text);
    text-decoration: none;
    font-size: 0.86rem;
}

.z3eadesidebar-list a:hover,
.z3eadesidebar-list .z3eadethis a {
    color: var(--accent);
}

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

.z3eadesidebar-article-item {
    display: flex;
    gap: 0.55rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid var(--border);
    min-width: 0;
}

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

.z3eadesidebar-thumb {
    flex: 0 0 60px;
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.z3eadesidebar-thumb img {
    width: 60px;
    height: 45px;
    object-fit: cover;
}

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

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

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

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

/* 网站地图 */
.z3eadesitemap-page .z3eadeinner-main {
    padding: 1.5rem 0;
}

.z3eadesitemap-panel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.15rem;
}

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

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

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

/* ========== 响应式 ========== */
@media (max-width: 1100px) {
    .z3eadearticle-home-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .z3eadeintro-item:nth-child(2) {
        border-right: none;
    }

    .z3eadeintro-item:nth-child(1),
    .z3eadeintro-item:nth-child(2) {
        border-bottom: 1px solid var(--border);
    }
}

@media (max-width: 991px) {
    .z3eadehero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.25rem;
    }

    .z3eadehero-points,
    .z3eadedownload-group,
    .z3eadehero-metrics {
        justify-content: center;
    }

    .z3eadehero-metrics > div {
        text-align: center;
    }

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

    .z3eadestats-columns {
        grid-template-columns: 1fr;
    }

    .z3eadenews-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .z3eadesidebar {
        position: static;
    }

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

    .z3eadeintro-grid {
        grid-template-columns: 1fr;
    }

    .z3eadeintro-item {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

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

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

    .z3eadecontainer {
        padding: 0 14px;
    }

    .z3eademenu-toggle {
        display: flex;
    }

    .z3eademain-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--primary-dark);
        border-bottom: 2px solid var(--accent);
        padding: 0.45rem;
        max-height: calc(100vh - var(--header-h));
        overflow-y: auto;
    }

    .z3eademain-nav.z3eadeactive {
        display: block;
    }

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

    .z3eademain-nav a {
        padding: 0.55rem 0.75rem;
    }

    .z3eadehero {
        padding: 1.5rem 0 1.25rem;
    }

    .z3eadehero-metrics {
        gap: 1rem;
    }

    .z3eadepanel {
        padding: 1rem;
    }

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

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

    .z3eadelive-card {
        grid-template-columns: 1fr auto;
    }

    .z3eadelive-card h3 {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .z3eadelive-card .z3eadebadge {
        grid-column: 2;
        grid-row: 1;
    }

    .z3eadematch-row span {
        max-width: none;
    }

    .z3eadeschedule-item {
        grid-template-columns: 48px 1fr;
        grid-template-rows: auto auto;
        padding: 0.65rem 0.75rem;
    }

    .z3eadeschedule-item .z3eadebadge {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .z3eadefeature-item {
        grid-template-columns: 1fr;
    }

    .z3eadescoreboard {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .z3eadefooter-content {
        grid-template-columns: 1fr;
    }

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

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

    .z3eadelist-thumb img {
        width: 100%;
        height: auto;
        max-height: 180px;
    }

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

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

    .z3eaderelated-thumb img {
        width: 100%;
        height: auto;
        max-height: 160px;
    }

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

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

@media (max-width: 480px) {
    .z3eadelogo h1 {
        font-size: 0.95rem;
    }

    .z3eadedownload-group {
        flex-direction: column;
        width: 100%;
    }

    .z3eadedl-btn {
        width: 100%;
    }

    .z3eadehero-metrics {
        flex-direction: column;
        gap: 0.65rem;
    }

    .z3eadesitemap-list {
        grid-template-columns: 1fr;
    }

    .z3eadecard-foot span {
        max-width: 100%;
    }
}

@media (hover: none) {
    .z3eadelive-card:hover,
    .z3eadearticle-home-card:hover {
        transform: none;
    }
}
