.jzt-portal-match-wrap{width:100%;font-family:-apple-system,BlinkMacSystemFont,"Microsoft YaHei",sans-serif;background-color:#f5f6f7;padding-bottom:40px}.jzt-portal-inner{max-width:1200px;margin:0 auto;padding:0 15px}.jzt-hero-board{width:100%;background-color:var(--theme-color,var(--theme-primary));background-image:url('/wp-content/uploads/images/match_bg.png');background-position:center;background-repeat:no-repeat;background-size:cover;padding:40px 0;margin-bottom:20px;position:relative}h1.hero-meta{text-align:center;color:rgba(255,255,255,0.9);font-size:16px;font-weight:bold;margin-bottom:30px;letter-spacing:0.5px}.hero-vs-zone{display:flex;justify-content:center;align-items:center;max-width:800px;margin:0 auto}.hero-team{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.hero-logo-box{width:110px;height:110px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,0.15);margin-bottom:15px;padding:18px;border:4px solid rgba(255,255,255,0.8)}.hero-logo-box img{width:100%;height:100%;object-fit:contain}.hero-team-name{color:#fff;font-size:22px;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hero-team a{text-decoration:none;display:flex;flex-direction:column;align-items:center;max-width:100%}.hero-score-zone{flex:0 0 250px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-score-row{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:12px}.hero-score-num{font-size:65px;font-weight:900;color:#fff;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,0.2)}.hero-colon{font-size:40px;color:rgba(255,255,255,0.6);font-weight:bold;line-height:1;padding-bottom:10px}.hero-status-btn{background:#fff;color:var(--theme-color,var(--theme-primary));padding:6px 24px;border-radius:20px;font-size:14px;font-weight:bold;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.hero-status-live{background:var(--theme-color,var(--theme-primary));color:#fff;animation:pulse 2s infinite;border:1px solid rgba(255,255,255,0.5)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.layout-grid{display:flex;gap:20px;align-items:flex-start}.layout-main{flex:1;min-width:0}.layout-side{width:320px;flex-shrink:0}.jzt-portal-section{background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:20px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.02)}h2.jzt-portal-sec-header{background:#fafafa;padding:15px 20px;font-size:16px;font-weight:bold;color:#333;border-bottom:1px solid #eee;border-left:4px solid var(--theme-color,var(--theme-primary));margin:0}.jzt-portal-sec-body{padding:20px}.live-source-section{border-color:var(--theme-color,var(--theme-primary));box-shadow:0 4px 15px rgba(0,0,0,0.03)}.live-source-section h2.jzt-portal-sec-header{background:rgba(0,0,0,0.02)}.jzt-jzt-live-btn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.jzt-live-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#fdfdfd;color:var(--theme-color,var(--theme-primary));text-decoration:none;padding:12px 10px;border-radius:6px;font-size:15px;font-weight:bold;transition:all 0.3s;border:1.5px solid var(--theme-color,var(--theme-primary));min-width:0}.jzt-live-btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.jzt-live-btn i{font-size:18px;flex-shrink:0}.jzt-live-btn:hover{background:var(--theme-color,var(--theme-primary));color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}

/* ================= 极致精装版：战绩表格UI与排版 ================= */
.jzt-portal-section {
    background: #fff;
    border: 1px solid #f0f0f0; /* 更柔和的高级感边框 */
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02); /* 提升微弱的悬浮立体感 */
}
h2.jzt-portal-sec-header {
    background: #fff; /* 去除灰色背景，显得更现代纯净 */
    padding: 16px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #f0f0f0;
    border-left: 4px solid #e11d48; /* 采用更具冲击力的玫红色左边框 */
    margin: 0;
}
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0; }
.jzt-data-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 13px; /* 字号缩小一丢丢，告别老年机的大字 */
    background: #fff;
    min-width: 300px;
}
.jzt-data-table thead th {
    background: #fdfdfd;
    color: #999;
    font-weight: normal;
    padding: 12px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.jzt-data-table tbody tr {
    transition: background 0.2s;
    border-bottom: 1px dashed #f0f0f0; /* 使用截图同款虚线边框 */
}
.jzt-data-table tbody tr:hover {
    background: #fafbfc; /* 鼠标悬停微反光 */
}
.jzt-data-table tbody td {
    padding: 16px 10px; /* 增加上下留白，拉开呼吸感 */
    color: #666;
}
.jzt-jzt-td-team-h { text-align: right; width: 35%; font-size: 13px; }
.jzt-jzt-td-team-a { text-align: left; width: 35%; font-size: 13px; }
.is-focus { color: #111 !important; font-weight: bold; } /* 当前主队加粗高亮 */

.jzt-data-table .jzt-td-score {
    font-weight: bold;
    color: #222;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    width: 20%;
}
.jzt-data-table .jzt-td-score .colon {
    color: #999;
    margin: 0 4px;
    font-weight: normal;
}

/* 精致的胜负平彩色徽章 */
.res-badge {
    display: inline-block;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}
.badge-win { background: #10b981; } /* 现代感的高级绿 */
.badge-draw { background: #94a3b8; } /* 高级灰 */
.badge-lose { background: #ef4444; } /* 现代感的高级红 */
/* ====================================================== */

.article-content{font-size:15px;line-height:1.8;color:#444}.article-content p{margin-bottom:15px}.jzt-tag-wrap{display:block;padding:20px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:20px}.jzt-tag-title{display:block;width:100%;font-size:15px;font-weight:bold;color:#333;margin-bottom:15px}.jzt-tag-links{display:flex;flex-wrap:wrap;gap:10px}.jzt-tag-links a{display:inline-block;background:#f0f2f5;color:#555;padding:6px 14px;border-radius:4px;text-decoration:none;font-size:13px;transition:0.2s;white-space:nowrap;border:none;max-width:100%;overflow:hidden;text-overflow:ellipsis}.jzt-tag-links a:hover{background:var(--theme-color,var(--theme-primary));color:#fff}

/* ================= 升级版：近期赛程排版 ================= */
.jzt-rel-row{display:flex;justify-content:space-between;align-items:center;padding:15px 10px;border-bottom:1px solid #f5f5f5;font-size:14px;color:#333;text-decoration:none;transition:background 0.2s}
.jzt-rel-row:last-child{border-bottom:none}
.jzt-rel-row:hover{background:#fdfdfd}
.jzt-rel-time{width:90px;color:#888;text-align:left;padding-left:5px;font-family:Arial,sans-serif;font-size:12px}
/* ====================================================== */

.jzt-rel-teams{flex:1;display:flex;align-items:center;justify-content:center;gap:10px}.jzt-rel-teams img{width:22px;height:22px;object-fit:contain}.jzt-rel-go{color:var(--theme-color,var(--theme-primary));width:70px;text-align:right;font-size:13px}.jzt-side-widget{background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:20px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.02)}.jzt-jzt-side-widget-hd{padding:12px 18px;background:#fafafa;border-bottom:1px solid #eee;font-size:16px;font-weight:bold;border-left:4px solid var(--theme-color,var(--theme-primary));color:#333;display:flex;justify-content:space-between;align-items:center}.jzt-jzt-side-widget-hd a{font-size:12px;font-weight:normal;color:#888;text-decoration:none}.jzt-jzt-side-widget-bd{padding:15px}.jzt-mini-team-card{display:flex;flex-direction:column;padding:15px;background:#fdfdfd;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:12px;transition:0.2s;text-decoration:none;color:#333}.jzt-mini-team-card:hover{border-color:var(--theme-color,var(--theme-primary));box-shadow:0 4px 12px rgba(0,0,0,0.05);transform:translateY(-2px)}.jzt-mini-team-card:last-child{margin-bottom:0}.jzt-mtc-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.jzt-mtc-top img{width:45px;height:45px;object-fit:contain;flex-shrink:0;background:#fff;border-radius:50%;border:1px solid #eee;padding:2px}.jzt-mtc-name{font-size:16px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#222}.jzt-mtc-stats{background:rgba(0,0,0,0.03);padding:8px 10px;border-radius:4px;font-size:12px;color:#555;display:flex;flex-wrap:wrap;gap:4px 8px;align-items:center;line-height:1.4}.jzt-mtc-stats .sep{color:#ccc;font-size:10px}.jzt-mtc-stats strong{color:var(--theme-color,var(--theme-primary));font-weight:bold}.jzt-side-list{list-style:none;margin:0;padding:0}.jzt-side-list li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #eee;display:flex;gap:10px;align-items:flex-start}.jzt-side-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.jzt-sl-img{width:90px;height:60px;border-radius:4px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.jzt-sl-tit{font-size:13px;color:#444;line-height:1.5;text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:0.2s}.jzt-sl-tit:hover{color:var(--theme-color,var(--theme-primary))}.tag-cloud-dense{display:flex;flex-wrap:wrap;gap:8px}.tag-cloud-dense a{padding:5px 12px;background:#f6f7f7;color:#555;font-size:12px;border-radius:4px;text-decoration:none;border:1px solid #e5e5e5;transition:0.2s}.tag-cloud-dense a:hover{background:var(--theme-color,var(--theme-primary));color:#fff;border-color:var(--theme-color,var(--theme-primary))}

/* ================= 补全：侧边栏标签云 ================= */
.side-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.side-tag-cloud a{font-size:12px;color:#666;background:#fcfcfc;padding:5px 12px;border-radius:4px;text-decoration:none;transition:.3s;border:1px solid #eaeaea}
.side-tag-cloud a:hover{background:var(--theme-color,var(--theme-primary));color:#fff;border-color:var(--theme-color,var(--theme-primary))}
/* ====================================================== */

.jzt-hub-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.jzt-hb-card{background:#fff;border:1px solid #eee;border-radius:6px;overflow:hidden;text-decoration:none;transition:0.3s;display:flex;flex-direction:column}.jzt-hb-card:hover{border-color:var(--theme-color,var(--theme-primary));box-shadow:0 4px 12px rgba(0,0,0,0.08);transform:translateY(-3px)}.jzt-hb-thumb{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.jzt-hb-thumb img{width:100%;height:100%;object-fit:cover;opacity:0.85;transition:0.4s}.jzt-hb-card:hover .jzt-hb-thumb img{opacity:0.6;transform:scale(1.08)}.jzt-hb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:2px solid rgba(255,255,255,0.8);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;background:rgba(0,0,0,0.3)}.jzt-hb-play::after{content:'';border-left:12px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:4px}.jzt-hb-tit{padding:12px 10px;text-align:center;font-size:13px;font-weight:bold;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* ================= 移动端适配升级 ================= */
@media (max-width:768px){
.jzt-portal-inner{padding:0}.jzt-hero-board{padding:25px 15px}h1.hero-meta{font-size:12px;margin-bottom:15px}.hero-vs-zone{gap:5px}.hero-logo-box{width:65px;height:65px;padding:10px;border-width:2px;margin-bottom:10px}.hero-team-name{font-size:14px;white-space:normal;line-height:1.2;padding:0 5px}.hero-score-zone{flex:0 0 100px}.hero-score-row{gap:8px;margin-bottom:8px}.hero-score-num{font-size:38px}.hero-colon{font-size:26px;padding-bottom:4px}.hero-status-btn{padding:4px 14px;font-size:12px}.jzt-portal-section,.jzt-tag-wrap,.jzt-side-widget{border-left:none;border-right:none;border-radius:0;margin-bottom:10px;box-shadow:none}h2.jzt-portal-sec-header,.jzt-jzt-side-widget-hd{font-size:15px;padding:12px 15px}.jzt-portal-sec-body{padding:15px}.jzt-tag-wrap{padding:15px}.layout-grid{flex-direction:column;gap:0}.layout-main,.layout-side{width:100%}.jzt-jzt-live-btn-grid{grid-template-columns:repeat(2,1fr);gap:10px}.jzt-live-btn{font-size:13px;padding:10px 5px;justify-content:center}.jzt-mtc-stats{justify-content:center}.jzt-mtc-top{flex-direction:column;gap:5px;text-align:center}

.table-responsive{padding:5px} /* 移动端减小外围留白 */
.jzt-data-table{font-size:13px}
.jzt-data-table td{padding:10px 4px}

.jzt-jzt-td-team-h,.jzt-jzt-td-team-a{max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.jzt-rel-time{width:70px;font-size:11px;padding-left:0} /* 移动端微调赛程时间宽度 */
.jzt-rel-teams{font-size:13px}.jzt-rel-teams span{max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.jzt-hub-bottom-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0}.jzt-hb-tit{font-size:12px;padding:8px 5px}.jzt-hb-play{width:30px;height:30px}.jzt-hb-play::after{border-left-width:8px;border-top-width:5px;border-bottom-width:5px}
.side-seo-list{list-style:none;padding:0;margin:0}.side-seo-list li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #f0f0f0}.side-seo-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.side-seo-list a{display:flex;align-items:center;font-size:13px;color:#444;text-decoration:none;transition:all 0.2s ease}.side-seo-list a:hover{color:var(--theme-color,var(--theme-primary));transform:translateX(3px)}.side-seo-list a i{color:var(--theme-color,var(--theme-primary));margin-right:8px;font-size:16px;opacity:0.8}.side-seo-list .kw-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-weight:500}.side-seo-list .kw-badge{font-size:10px;background:#fff;color:var(--theme-color,var(--theme-primary));border:1px solid var(--theme-color,var(--theme-primary));padding:1px 4px;border-radius:2px;margin-left:6px;flex-shrink:0;font-weight:bold}
.side-seo-list a{font-size:14px;padding:2px 0}.side-seo-list .kw-badge{font-size:11px;padding:2px 5px}
.side-tag-cloud a{padding:4px 8px;font-size:11px}
}
/* PBN_HASH: FINAL_OPTIMIZED_V2 */

/* ================= 修复：核心直播通道样式（全局生效） ================= */
.side-seo-list { list-style:none; padding:0; margin:0; }
.side-seo-list li { margin-bottom:12px; padding-bottom:12px; border-bottom:1px dashed #f0f0f0; display:block; }
.side-seo-list li:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; }
.side-seo-list a { display:flex; align-items:center; font-size:13px; color:#444; text-decoration:none; transition:all 0.2s ease; }
.side-seo-list a:hover { color:var(--theme-primary, #d63638); transform:translateX(3px); }
.side-seo-list a i { color:var(--theme-primary, #d63638); margin-right:8px; font-size:16px; opacity:0.8; }
.side-seo-list .kw-text { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; flex:1; font-weight:500; }
.side-seo-list .kw-badge { font-size:10px; background:#fff; color:var(--theme-primary, #d63638); border:1px solid var(--theme-primary, #d63638); padding:1px 4px; border-radius:2px; margin-left:6px; flex-shrink:0; font-weight:bold; }

/* ================= 篮球专属：四节及加时赛数据面板 UI 升级 ================= */
.jzt-bk-quarter-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #eee; /* 高级边框画法 */
    min-width: 400px;
}
.jzt-bk-quarter-table thead th {
    background: #fdfdfd;
    color: #999; /* 表头颜色弱化，突出下方数据 */
    font-weight: bold;
    padding: 12px 8px;
    border-bottom: 2px solid #eaeaea;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}
.jzt-bk-quarter-table tbody tr {
    border-bottom: 1px solid #f5f6f7;
    transition: background 0.2s;
}
.jzt-bk-quarter-table tbody tr:nth-child(even) {
    background: #fafbfc; /* 微弱的斑马线 */
}
.jzt-bk-quarter-table tbody tr:hover {
    background: #f0f4f8; /* 悬停交互反馈 */
}
.jzt-bk-quarter-table tbody tr:last-child {
    border-bottom: none;
}
.jzt-bk-quarter-table tbody td {
    padding: 14px 8px;
    color: #222;
    font-family: Tahoma, sans-serif; /* 采用硬朗的数字字体 */
    font-weight: 600;
    font-size: 15px;
}
/* 球队名字列特殊处理，靠左且用中文字体 */
.jzt-bk-quarter-table .jzt-td-team-name {
    text-align: left;
    font-weight: bold;
    color: #333;
    width: 25%;
    padding-left: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
    font-size: 14px;
}

/* 移动端压缩适配 */
@media (max-width: 768px) {
    .jzt-bk-quarter-table { 
        min-width: 100%; 
    }
    .jzt-bk-quarter-table thead th { 
        padding: 10px 4px; 
        font-size: 11px; 
    }
    .jzt-bk-quarter-table tbody td { 
        padding: 12px 4px; 
        font-size: 14px; 
    }
    .jzt-bk-quarter-table .jzt-td-team-name { 
        width: auto; 
        padding-left: 8px; 
        font-size: 13px; 
        white-space: nowrap; 
    }
}
/* ====================================================================== */