/* Hub TV monitor — light panel matching logo cyan */
.yl-live-hub.yl-live-monitor{
  display:block;
  width:100%;
  margin:0 0 16px;
  padding:0;
  text-align:center;
  border:0;
  background:transparent;
  box-sizing:border-box;
  -webkit-tap-highlight-color:transparent;
  opacity:1;
}
.yl-live-monitor-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/10;
  min-height:148px;
  max-height:min(28vh, 220px);
  border-radius:22px;
  border:2px solid rgba(73,184,214,.55);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255,255,255,.65), transparent 55%),
    linear-gradient(160deg, #EAF7FB 0%, #D5EEF5 45%, #C8E8F2 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.7) inset,
    0 10px 28px rgba(36,55,70,.10);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 16px;
}
.yl-live-hub.is-live .yl-live-monitor-frame{
  border-color:#e11d48;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.6) inset,
    0 0 0 3px rgba(225,29,72,.22),
    0 12px 32px rgba(225,29,72,.18);
}
.yl-live-monitor-bezel{
  position:absolute;
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  width:42px;height:4px;border-radius:999px;
  background:rgba(36,55,70,.18);
}
.yl-live-hub-inner{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
}
.yl-live-dot{
  width:11px;height:11px;border-radius:50%;
  background:#7A93A0;
}
.yl-live-hub.is-live .yl-live-dot{
  background:#e11d48;
  box-shadow:0 0 0 0 rgba(225,29,72,.55);
  animation:yl-live-pulse 1.4s infinite;
}
@keyframes yl-live-pulse{
  0%{box-shadow:0 0 0 0 rgba(225,29,72,.45)}
  70%{box-shadow:0 0 0 12px rgba(225,29,72,0)}
  100%{box-shadow:0 0 0 0 rgba(225,29,72,0)}
}
.yl-live-hub-text{width:100%}
.yl-live-hub-title{
  margin:0 0 6px;
  font-family:'Lora', Georgia, serif;
  font-size:clamp(1.15rem,4.8vw,1.55rem);
  font-weight:600;
  color:#243746;
  line-height:1.2;
  letter-spacing:.01em;
  word-break:break-word;
}
.yl-live-hub-sub{
  margin:0;
  font-size:clamp(.9rem,3.4vw,1.02rem);
  color:#3D5160;
  line-height:1.4;
  font-weight:600;
}
.yl-live-hub.is-live .yl-live-hub-sub{color:#243746}
.yl-live-go{display:none}

.hub-card{position:relative}
.hub-card.has-live{border-color:rgba(225,29,72,.45)!important}
.hub-live-badge{
  position:absolute; top:12px; right:44px;
  background:#e11d48; color:#fff;
  font-size:.65rem; font-weight:800; letter-spacing:.08em;
  padding:4px 8px; border-radius:999px;
}

.yl-live-section{
  margin:0 0 20px;
  padding:16px 16px;
  border-radius:22px;
  border:1px dashed #C5DBE1;
  background:#fff;
  box-shadow:0 4px 14px rgba(36,55,70,.06);
}
.yl-live-section.is-live{
  border:2px solid #e11d48;
  background:linear-gradient(135deg, rgba(225,29,72,.06), #fff);
}
.yl-live-sec-inner{display:flex;gap:12px;align-items:flex-start}
.yl-live-section .yl-live-dot{margin-top:5px}
.yl-live-section.is-live .yl-live-dot{
  background:#e11d48;
  animation:yl-live-pulse 1.4s infinite;
}
.yl-live-sec-title{
  margin:0 0 4px;
  font-family:'Lora', Georgia, serif;
  font-weight:600;
  font-size:1.1rem;
}
.yl-live-sec-body{margin:0;font-size:.92rem;color:#6C7A86;line-height:1.45}
.yl-live-sec-btn{
  display:inline-block;margin-top:12px;
  padding:12px 18px;border-radius:999px;
  background:#e11d48;color:#fff!important;
  font-weight:700;text-decoration:none;
}
