/* 体育直播主题 - 深靛蓝 + 珊瑚红 官方风 */
: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);
}

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

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

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

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

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

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

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

.z266b7main-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;
}

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

.z266b7menu-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;
}

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

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

.z266b7menu-toggle.z266b7active span:nth-child(2) {
    opacity: 0;
}

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

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

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

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

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

.z266b7hero-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;
}

.z266b7hero-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;
}

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

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

.z266b7hero-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);
}

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

.z266b7dl-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;
}

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

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

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

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

.z266b7hero-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.z266b7intro-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;
}

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

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

.z266b7section {
    margin-bottom: 1.25rem;
}

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

.z266b7section-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);
}

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

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

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

.z266b7nav-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;
}

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

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

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

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

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

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

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

.z266b7live-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;
}

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

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

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

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

.z266b7live-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;
}

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

.z266b7match-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;
}

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

.z266b7match-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;
}

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

.z266b7card-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);
}

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

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

.z266b7feature-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);
}

.z266b7feature-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;
}

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

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

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

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

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

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

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

.z266b7tag-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);
}

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

.z266b7schedule-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;
}

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

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

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

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

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

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

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

.z266b7news-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);
}

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

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

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

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

.z266b7news-side {
    display: contents;
}

.z266b7news-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;
}

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

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

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

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

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

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

.z266b7rank-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;
}

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

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

.z266b7rank-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;
}

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

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

.z266b7article-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);
}

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

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

.z266b7article-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;
}

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

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

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

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

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

.z266b7article-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;
}

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

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

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

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

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

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

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

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

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

.z266b7copyright {
    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);
}

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

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

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

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

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

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

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

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

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

.z266b7breadcrumb span {
    margin: 0 0.3rem;
}

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

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

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

.z266b7article-panel,
.z266b7list-panel,
.z266b7related-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;
}

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

.z266b7article-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);
}

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

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

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

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

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

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

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

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

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

.z266b7tagitem 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;
}

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

.z266b7article-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;
}

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

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

.z266b7panel-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z266b7pagebar .pagelist a,
.z266b7pagebar .pagelist span,
.z266b7pagelist a,
.z266b7pagelist 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;
}

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

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

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

.z266b7sidebar-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;
}

.z266b7sidebar-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;
}

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

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

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

.z266b7sidebar-list a:hover,
.z266b7sidebar-list .z266b7this a {
    color: var(--accent);
}

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

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

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

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

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

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

.z266b7sidebar-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .z266b7hero-points,
    .z266b7download-group,
    .z266b7hero-metrics {
        justify-content: center;
    }

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

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

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

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

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

    .z266b7sidebar {
        position: static;
    }

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

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

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

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

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

    .z266b7container {
        padding: 0 14px;
    }

    .z266b7menu-toggle {
        display: flex;
    }

    .z266b7main-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;
    }

    .z266b7main-nav.z266b7active {
        display: block;
    }

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

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

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

    .z266b7hero-metrics {
        gap: 1rem;
    }

    .z266b7panel {
        padding: 1rem;
    }

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

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

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

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

    .z266b7live-card .z266b7badge {
        grid-column: 2;
        grid-row: 1;
    }

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

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

    .z266b7schedule-item .z266b7badge {
        grid-column: 1 / -1;
        justify-self: start;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .z266b7dl-btn {
        width: 100%;
    }

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

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

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

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