/* 详情页直播播放器 —— 满宽单栏(右侧不留白);点击海报/按钮跳转直播站 */
#livePlayerD,#livePlayerD *{box-sizing:border-box;margin:0;padding:0}
#livePlayerD{width:100%;margin:8px 0 4px;font-family:-apple-system,"Microsoft YaHei",sans-serif}
#livePlayerD .lpd-left{width:100%}

/* 播放画面:满宽 16:9 */
#livePlayerD .lpd-screen{position:relative;width:100%;aspect-ratio:16/9;background:#0a0d12;border-radius:6px;overflow:hidden}
#livePlayerD .lpd-screen iframe,#livePlayerD .lpd-screen video{width:100%;height:100%;border:0;display:block}

/* 海报(点击跳转) */
#livePlayerD .lpd-poster{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:18px;background:radial-gradient(ellipse at center,#1b2330 0%,#0a0d12 78%);cursor:pointer;text-align:center;padding:22px}

/* 对阵区:主队徽/名  VS+时间  客队徽/名 */
#livePlayerD .lpd-match{display:flex;align-items:flex-start;justify-content:center;gap:48px;width:100%;max-width:640px}
#livePlayerD .lpd-team{display:flex;flex-direction:column;align-items:center;gap:13px;flex:1;min-width:0}
#livePlayerD .lpd-logo{width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.55))}
#livePlayerD .lpd-tname{font-size:17px;font-weight:600;color:#fff;text-align:center;line-height:1.3;max-width:160px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#livePlayerD .lpd-vs{display:flex;flex-direction:column;align-items:center;gap:7px;flex-shrink:0;padding-top:24px}
#livePlayerD .lpd-vs-txt{font-size:22px;font-weight:800;color:#ff5252;letter-spacing:1px}
#livePlayerD .lpd-time{font-size:13px;color:#dfe5ee;white-space:nowrap;background:rgba(255,255,255,.09);padding:3px 12px;border-radius:11px}
#livePlayerD .lpd-sub{color:#9aa4b2;font-size:13px}
#livePlayerD .lpd-play{display:inline-flex;align-items:center;gap:8px;background:var(--rt-theme-primary,#459ADD);color:#fff;
  border:0;padding:12px 34px;border-radius:28px;font-size:17px;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s;
  box-shadow:0 5px 16px rgba(47,111,237,.42)}
#livePlayerD .lpd-poster:hover .lpd-play{transform:scale(1.06)}
#livePlayerD .lpd-hint{color:#6b7688;font-size:12px}

/* 直播中红标 */
#livePlayerD .lpd-live{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:5px;
  background:rgba(255,19,54,.9);color:#fff;font-size:12px;font-weight:600;padding:4px 11px;border-radius:12px;z-index:2}
#livePlayerD .lpd-live i{width:6px;height:6px;border-radius:50%;background:#fff;animation:lpd-pulse 1.4s infinite}
@keyframes lpd-pulse{0%,100%{opacity:1}50%{opacity:.3}}

/* H1(SEO,小字融入) */
#livePlayerD .lpd-h1{font-size:15px;font-weight:700;color:var(--rt-theme-text,#333);margin:9px 0 2px;line-height:1.4}
#livePlayerD .lpd-h1 .vs{color:#FF1336;font-size:13px;margin:0 5px}
#livePlayerD .lpd-h1 .zb{color:var(--rt-theme-primary,#459ADD)}

@media(max-width:820px){
  #livePlayerD .lpd-match{gap:22px}
  #livePlayerD .lpd-logo{width:58px;height:58px}
  #livePlayerD .lpd-tname{font-size:13px}
  #livePlayerD .lpd-vs-txt{font-size:17px}
  #livePlayerD .lpd-vs{padding-top:16px}
  #livePlayerD .lpd-play{font-size:15px;padding:10px 26px}
}
