.s49dd-portal-match-wrap{width:100%;font-family:-apple-system,BlinkMacSystemFont,"Microsoft YaHei",sans-serif;background-color:#f5f6f7;padding-bottom:40px}.s49dd-portal-inner{max-width:1200px;margin:0 auto;padding:0 15px}.s49dd-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-family: 'DIN Alternate', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 96px !important; /* 🔥把丢失的超大字号补回来🔥 */
    color: #fff;
    line-height: 1;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.hero-colon {
    font-size: 80px !important; /* 🔥匹配新的比分大小🔥 */
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    line-height: 1;
    margin: 0 15px;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .hero-score-num { font-size: 45px !important; }
    .hero-colon { font-size: 35px !important; margin: 0 8px; }
}
.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)}
/* --- 直播状态：苹果风毛玻璃 (Glassmorphism) --- */
.hero-status-live {
    background: rgba(214, 54, 56, 0.85) !important; /* 主色变半透明 */
    backdrop-filter: blur(8px); /* 核心魔法：背景模糊 */
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* 加一条微弱的高光边框 */
    color: #fff;
    box-shadow: 0 4px 15px rgba(214, 54, 56, 0.4);
    animation: pulse 2s infinite; /* 保留呼吸灯效果 */
}
.layout-grid{display:flex;gap:20px;align-items:flex-start}.layout-main{flex:1;min-width:0}.layout-side{width:320px;flex-shrink:0}.s49dd-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.s49dd-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}.s49dd-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.s49dd-portal-sec-header{background:rgba(0,0,0,0.02)}.s49dd-s49dd-live-btn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
/* --- 重构：高转化率的直播源按钮 --- */
.s49dd-live-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--theme-primary) 0%, #ff4d4f 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    box-shadow: 0 4px 12px rgba(214, 54, 56, 0.25);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 0;
}
.s49dd-live-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.s49dd-live-btn i {
    font-size: 18px;
    flex-shrink: 0;
    color: rgba(255,255,255,0.9);
}
.s49dd-live-btn:hover {
    background: linear-gradient(135deg, var(--theme-primary-hover, #b02a2b) 0%, #ff4d4f 100%);
    color: #fff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(214, 54, 56, 0.4);
}

/* ================= 极致精装版：战绩表格UI与排版 ================= */
.s49dd-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.s49dd-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; }
.s49dd-data-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 13px; /* 字号缩小一丢丢，告别老年机的大字 */
    background: #fff;
    min-width: 300px;
}
.s49dd-data-table thead th {
    background: #fdfdfd;
    color: #999;
    font-weight: normal;
    padding: 12px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.s49dd-data-table tbody tr {
    transition: background 0.2s;
    border-bottom: 1px dashed #f0f0f0; /* 使用截图同款虚线边框 */
}
.s49dd-data-table tbody tr:hover {
    background: #fafbfc; /* 鼠标悬停微反光 */
}
.s49dd-data-table tbody td {
    padding: 8px 2px; /* 增加上下留白，拉开呼吸感 */
    color: #666;
}
.s49dd-s49dd-td-team-h { text-align: right; width: 35%; font-size: 13px; }
.s49dd-s49dd-td-team-a { text-align: left; width: 35%; font-size: 13px; }
.is-focus { color: #111 !important; font-weight: bold; } /* 当前主队加粗高亮 */

.s49dd-data-table .s49dd-td-score {
    font-weight: bold;
    color: #222;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    width: 20%;
}
.s49dd-data-table .s49dd-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}.s49dd-tag-wrap{display:block;padding:20px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:20px}.s49dd-tag-title{display:block;width:100%;font-size:15px;font-weight:bold;color:#333;margin-bottom:15px}.s49dd-tag-links{display:flex;flex-wrap:wrap;gap:10px}.s49dd-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}.s49dd-tag-links a:hover{background:var(--theme-color,var(--theme-primary));color:#fff}

/* ================= 升级版：近期赛程排版 ================= */
.s49dd-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}
.s49dd-rel-row:last-child{border-bottom:none}
.s49dd-rel-row:hover{background:#fdfdfd}
.s49dd-rel-time{width:90px;color:#888;text-align:left;padding-left:5px;font-family:Arial,sans-serif;font-size:12px}
/* ====================================================== */

.s49dd-rel-teams{flex:1;display:flex;align-items:center;justify-content:center;gap:10px}.s49dd-rel-teams img{width:22px;height:22px;object-fit:contain}.s49dd-rel-go{color:var(--theme-color,var(--theme-primary));width:70px;text-align:right;font-size:13px}.s49dd-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)}.s49dd-s49dd-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}.s49dd-s49dd-side-widget-hd a{font-size:12px;font-weight:normal;color:#888;text-decoration:none}.s49dd-s49dd-side-widget-bd{padding:15px}.s49dd-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}.s49dd-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)}.s49dd-mini-team-card:last-child{margin-bottom:0}.s49dd-mtc-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.s49dd-mtc-top img{width:45px;height:45px;object-fit:contain;flex-shrink:0;background:#fff;border-radius:50%;border:1px solid #eee;padding:2px}.s49dd-mtc-name{font-size:16px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#222}.s49dd-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}.s49dd-mtc-stats .sep{color:#ccc;font-size:10px}.s49dd-mtc-stats strong{color:var(--theme-color,var(--theme-primary));font-weight:bold}.s49dd-side-list{list-style:none;margin:0;padding:0}.s49dd-side-list li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #eee;display:flex;gap:10px;align-items:flex-start}.s49dd-side-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.s49dd-sl-img{width:90px;height:60px;border-radius:4px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.s49dd-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}.s49dd-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))}
/* ====================================================== */

.s49dd-hub-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.s49dd-hb-card{background:#fff;border:1px solid #eee;border-radius:6px;overflow:hidden;text-decoration:none;transition:0.3s;display:flex;flex-direction:column}.s49dd-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)}.s49dd-hb-thumb{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.s49dd-hb-thumb img{width:100%;height:100%;object-fit:cover;opacity:0.85;transition:0.4s}.s49dd-hb-card:hover .s49dd-hb-thumb img{opacity:0.6;transform:scale(1.08)}.s49dd-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)}.s49dd-hb-play::after{content:'';border-left:12px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:4px}.s49dd-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){
.s49dd-portal-inner{padding:0}.s49dd-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}.s49dd-portal-section,.s49dd-tag-wrap,.s49dd-side-widget{border-left:none;border-right:none;border-radius:0;margin-bottom:10px;box-shadow:none}h2.s49dd-portal-sec-header,.s49dd-s49dd-side-widget-hd{font-size:15px;padding:12px 15px}.s49dd-portal-sec-body{padding:15px}.s49dd-tag-wrap{padding:15px}.layout-grid{flex-direction:column;gap:0}.layout-main,.layout-side{width:100%}.s49dd-s49dd-live-btn-grid{grid-template-columns:repeat(2,1fr);gap:10px}.s49dd-live-btn{font-size:13px;padding:10px 5px;justify-content:center}.s49dd-mtc-stats{justify-content:center}.s49dd-mtc-top{flex-direction:column;gap:5px;text-align:center}

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

.s49dd-s49dd-td-team-h,.s49dd-s49dd-td-team-a{max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s49dd-rel-time{width:70px;font-size:11px;padding-left:0} /* 移动端微调赛程时间宽度 */
.s49dd-rel-teams{font-size:13px}.s49dd-rel-teams span{max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.s49dd-hub-bottom-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0}.s49dd-hb-tit{font-size:12px;padding:8px 5px}.s49dd-hb-play{width:30px;height:30px}.s49dd-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 升级 ================= */
.s49dd-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;
}
.s49dd-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;
}
.s49dd-bk-quarter-table tbody tr {
    border-bottom: 1px solid #f5f6f7;
    transition: background 0.2s;
}
.s49dd-bk-quarter-table tbody tr:nth-child(even) {
    background: #fafbfc; /* 微弱的斑马线 */
}
.s49dd-bk-quarter-table tbody tr:hover {
    background: #f0f4f8; /* 悬停交互反馈 */
}
.s49dd-bk-quarter-table tbody tr:last-child {
    border-bottom: none;
}
.s49dd-bk-quarter-table tbody td {
    padding: 14px 8px;
    color: #222;
    font-family: Tahoma, sans-serif; /* 采用硬朗的数字字体 */
    font-weight: 600;
    font-size: 15px;
}
/* 球队名字列特殊处理，靠左且用中文字体 */
.s49dd-bk-quarter-table .s49dd-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) {
    .s49dd-bk-quarter-table { 
        min-width: 100%; 
    }
    .s49dd-bk-quarter-table thead th { 
        padding: 10px 4px; 
        font-size: 11px; 
    }
    .s49dd-bk-quarter-table tbody td { 
        padding: 12px 4px; 
        font-size: 14px; 
    }
    .s49dd-bk-quarter-table .s49dd-td-team-name { 
        width: auto; 
        padding-left: 8px; 
        font-size: 13px; 
        white-space: nowrap; 
    }
}
/* ====================================================================== */
/* PBN_HASH: RpA6g7DtBG3Vkz2bIcxTKYqd4PoMvneS */
