/* ONE HIT MUSIC — consolidated premium player V279 */
html body #songsPlayerCard,
html body #songsPlayerCard *{
  box-sizing:border-box;
}
html body #songsPlayerCard{
  --ohm-player-bg:#06182a;
  --ohm-player-deep:#03101d;
  --ohm-player-line:rgba(61,151,225,.34);
  --ohm-player-line-soft:rgba(107,174,226,.18);
  --ohm-player-text:#f7fbff;
  --ohm-player-muted:#9db5ca;
  width:100%!important;
  max-width:1120px!important;
  min-height:0!important;
  height:auto!important;
  margin:0 auto 18px!important;
  padding:14px!important;
  overflow:hidden!important;
  color:var(--ohm-player-text)!important;
  background:
    radial-gradient(circle at 52% 0%,rgba(27,103,181,.18),transparent 36%),
    linear-gradient(180deg,#09233a 0%,#06182a 56%,#041321 100%)!important;
  border:1px solid rgba(57,145,217,.48)!important;
  border-radius:26px!important;
  box-shadow:0 20px 46px rgba(0,7,18,.32),inset 0 1px 0 rgba(255,255,255,.045)!important;
  contain:layout paint!important;
}
html body #songsPlayerCard .premium-player-layout,
html body #songsPlayerCard .premium-player-three-col{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  align-items:start!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
html body #songsPlayerCard .premium-ad-side,
html body #songsPlayerCard .premium-ad,
html body #songsPlayerCard .premium-side-ad,
html body #songsPlayerCard .ohm-youtube-watch-bar,
html body #songsPlayerCard .premium-actions,
html body #songsPlayerCard .ohm-title-more,
html body #songsPlayerCard .ohm-compact-more-row,
html body #songsPlayerCard .ohm-yt-actions{
  display:none!important;
}
html body #songsPlayerCard .premium-main{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:12px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(7,28,47,.98),rgba(3,15,27,.99))!important;
  border:1px solid rgba(61,145,213,.32)!important;
  border-radius:22px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 32px rgba(0,5,14,.22)!important;
}
html body #songsPlayerCard .yt-player-frame{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:16/9!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#02070d center/cover no-repeat!important;
  border:1px solid rgba(90,173,235,.56)!important;
  border-radius:18px!important;
  box-shadow:0 13px 28px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
html body #songsPlayerCard .yt-player-frame::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,transparent 64%,rgba(0,0,0,.24) 100%)!important;
}
html body #songsPlayerCard .yt-player-frame>iframe,
html body #songsPlayerCard .yt-player-frame>video,
html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder,
html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder>.ohm-player-poster{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:inherit!important;
  object-fit:cover!important;
  object-position:center!important;
}
html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder{
  z-index:1!important;
  overflow:hidden!important;
  background:transparent!important;
}
html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder>.ohm-player-poster{
  z-index:0!important;
  opacity:1!important;
  visibility:visible!important;
}
html body #songsPlayerCard .yt-big-play{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  z-index:5!important;
  display:grid!important;
  place-items:center!important;
  width:72px!important;
  min-width:72px!important;
  height:72px!important;
  min-height:72px!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  background:linear-gradient(180deg,#2f9bea 0%,#176fc1 100%)!important;
  border:1px solid rgba(160,221,255,.72)!important;
  border-radius:50%!important;
  transform:translate(-50%,-50%)!important;
  box-shadow:0 12px 28px rgba(0,84,161,.42),inset 0 1px 0 rgba(255,255,255,.28)!important;
}
html body #songsPlayerCard .yt-big-play span{
  margin-left:4px!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1!important;
}
html body #songsPlayerCard .ohm-player-progress{
  position:absolute!important;
  left:50%!important;
  bottom:12px!important;
  z-index:6!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  transform:translateX(-50%)!important;
}
html body #songsPlayerCard .ohm-player-progress i{
  display:block!important;
  width:42px!important;
  height:5px!important;
  background:rgba(205,221,233,.32)!important;
  border-radius:999px!important;
}
html body #songsPlayerCard .ohm-player-progress i.active{
  background:#2da9ff!important;
  box-shadow:0 0 10px rgba(45,169,255,.38)!important;
}
html body #songsPlayerCard .premium-title-row{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:16px 4px 14px!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid var(--ohm-player-line-soft)!important;
}
html body #songsPlayerCard .premium-title-row>div:first-child{
  width:100%!important;
  min-width:0!important;
}
html body #songsPlayerCard .premium-title-row h3{
  display:block!important;
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:21px!important;
  font-weight:500!important;
  line-height:1.3!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
html body #songsPlayerCard .premium-metrics{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:5px 9px!important;
  width:100%!important;
  margin-top:8px!important;
  overflow:hidden!important;
  color:var(--ohm-player-muted)!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.3!important;
}
html body #songsPlayerCard .premium-metrics .pink{color:#93b7d5!important}
html body #songsPlayerCard .yt-channel-row{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:14px 0 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body #songsPlayerCard .yt-row-left{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) 128px!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
  min-height:88px!important;
  margin:0!important;
  padding:12px 14px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(8,31,52,.98),rgba(5,21,36,.98))!important;
  border:1px solid rgba(74,156,220,.38)!important;
  border-radius:18px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 24px rgba(0,6,15,.20)!important;
}
html body #songsPlayerCard .yt-row-right{display:contents!important}
html body #songsPlayerCard .yt-avatar,
html body #songsPlayerCard .hard-real-channel-logo{
  grid-column:1!important;
  display:block!important;
  width:64px!important;
  min-width:64px!important;
  max-width:64px!important;
  height:64px!important;
  min-height:64px!important;
  max-height:64px!important;
  margin:0!important;
  background:#06111d url('../one-hit-music-logo.webp') center/contain no-repeat!important;
  border:1px solid rgba(247,210,49,.52)!important;
  border-radius:15px!important;
  box-shadow:0 7px 18px rgba(0,0,0,.26)!important;
}
html body #songsPlayerCard .yt-channel-text{
  grid-column:2!important;
  min-width:0!important;
  overflow:hidden!important;
}
html body #songsPlayerCard .yt-channel-text b{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:650!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
html body #songsPlayerCard .ohm-channel-verified{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  color:#fff!important;
  background:#269ff2!important;
  border-radius:50%!important;
  font-size:11px!important;
  font-style:normal!important;
  line-height:1!important;
}
html body #songsPlayerCard .channel-meta,
html body #songsPlayerCard .subs-big{
  display:block!important;
  width:100%!important;
  margin-top:7px!important;
  overflow:hidden!important;
  color:#bdcddd!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
html body #songsPlayerCard .yt-subscribe{
  grid-column:3!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:128px!important;
  min-width:128px!important;
  max-width:128px!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 14px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ff2c22 0%,#e80b08 100%)!important;
  border:1px solid rgba(255,139,132,.62)!important;
  border-radius:13px!important;
  box-shadow:0 10px 22px rgba(153,8,4,.28),inset 0 1px 0 rgba(255,255,255,.20)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  text-decoration:none!important;
}
html body #songsPlayerCard .yt-control-line{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:58px!important;
  align-items:stretch!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:14px 0 0!important;
  padding:14px!important;
  overflow:visible!important;
  background:linear-gradient(180deg,rgba(8,31,52,.98),rgba(5,21,36,.98))!important;
  border:1px solid rgba(74,156,220,.30)!important;
  border-radius:18px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 10px 24px rgba(0,6,15,.16)!important;
}
html body #songsPlayerCard .yt-control-line>button{
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  align-items:center!important;
  justify-items:start!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  margin:0!important;
  padding:0 18px!important;
  overflow:hidden!important;
  color:#eef6ff!important;
  background:linear-gradient(180deg,#18324e 0%,#10253d 100%)!important;
  border:1px solid rgba(106,170,224,.29)!important;
  border-radius:15px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 7px 15px rgba(0,4,12,.16)!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body #songsPlayerCard .yt-control-line>button.play-now{
  color:#fff!important;
  background:linear-gradient(180deg,#3a9fe9 0%,#287dca 100%)!important;
  border-color:rgba(142,210,255,.62)!important;
  box-shadow:0 10px 22px rgba(15,104,184,.24),inset 0 1px 0 rgba(255,255,255,.24)!important;
}
html body #songsPlayerCard .yt-control-line>button.ohm-control-active{
  color:#fff!important;
  background:linear-gradient(180deg,#2d86cc,#1b65a3)!important;
  border-color:rgba(128,204,255,.56)!important;
}
html body #songsPlayerCard .ohm-player-btn-icon,
html body #songsPlayerCard .ohm-final-control-icon{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  min-width:32px!important;
  height:32px!important;
  color:currentColor!important;
}
html body #songsPlayerCard .ohm-player-btn-icon svg,
html body #songsPlayerCard .ohm-final-control-icon svg{
  display:block!important;
  width:24px!important;
  height:24px!important;
  fill:currentColor!important;
  stroke:currentColor!important;
  stroke-width:1.6!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html body #songsPlayerCard .ohm-player-btn-label,
html body #songsPlayerCard .ohm-final-control-label{
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
  color:inherit!important;
  text-align:left!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body #songsPlayerCard .premium-side{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-height:640px!important;
  margin:0!important;
  padding:12px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(7,28,47,.98),rgba(3,15,27,.99))!important;
  border:1px solid rgba(61,145,213,.32)!important;
  border-radius:22px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 32px rgba(0,5,14,.20)!important;
}
html body #songsPlayerCard .premium-side-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0!important;
  padding:4px 3px 12px!important;
  color:#fff!important;
  border-bottom:1px solid rgba(90,157,211,.18)!important;
}
html body #songsPlayerCard .premium-side-head b{font-size:15px!important;font-weight:650!important}
html body #songsPlayerCard .premium-side-head span{color:#8faac0!important;font-size:10px!important}
html body #songsPlayerCard .yt-small-playlist{
  display:grid!important;
  gap:8px!important;
  max-height:520px!important;
  margin-top:10px!important;
  padding-right:2px!important;
  overflow:auto!important;
  scrollbar-width:thin!important;
}
html body #songsPlayerCard .yt-mini-item{
  display:grid!important;
  grid-template-columns:22px 92px minmax(0,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  min-height:64px!important;
  padding:7px!important;
  color:#eaf4fc!important;
  background:#0b2237!important;
  border:1px solid rgba(96,154,202,.20)!important;
  border-radius:12px!important;
}
html body #songsPlayerCard .yt-mini-item.active{background:#123859!important;border-color:rgba(58,171,255,.60)!important}
html body #songsPlayerCard .yt-mini-thumb{display:block!important;width:92px!important;height:52px!important;overflow:hidden!important;border-radius:8px!important}
html body #songsPlayerCard .yt-mini-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}
html body #songsPlayerCard .yt-mini-copy{min-width:0!important}
html body #songsPlayerCard .yt-mini-copy b{display:-webkit-box!important;overflow:hidden!important;color:#fff!important;font-size:10px!important;font-weight:550!important;line-height:1.25!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
html body #songsPlayerCard .yt-mini-copy span{display:block!important;margin-top:4px!important;color:#91aabd!important;font-size:8px!important}
html body #songsPlayerCard .yt-mini-duration{display:none!important}
html body #songsPlayerCard .premium-view-full{display:none!important}

@media (max-width:900px){
  html body #songsPlayerCard{
    max-width:620px!important;
    padding:9px!important;
    border-radius:21px!important;
  }
  html body #songsPlayerCard .premium-player-layout,
  html body #songsPlayerCard .premium-player-three-col{
    display:block!important;
  }
  html body #songsPlayerCard .premium-side{display:none!important}
  html body #songsPlayerCard .premium-main{
    padding:10px!important;
    border-radius:18px!important;
  }
  html body #songsPlayerCard .yt-player-frame{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/9!important;
    border-radius:14px!important;
  }
  html body #songsPlayerCard .yt-big-play{
    width:66px!important;
    min-width:66px!important;
    height:66px!important;
    min-height:66px!important;
  }
  html body #songsPlayerCard .yt-big-play span{font-size:25px!important}
  html body #songsPlayerCard .ohm-player-progress{bottom:9px!important;gap:7px!important}
  html body #songsPlayerCard .ohm-player-progress i{width:33px!important;height:4px!important}
  html body #songsPlayerCard .premium-title-row{padding:13px 1px 11px!important}
  html body #songsPlayerCard .premium-title-row h3{font-size:15px!important}
  html body #songsPlayerCard .premium-metrics{gap:4px 6px!important;margin-top:6px!important;font-size:9px!important}
  html body #songsPlayerCard .yt-channel-row{margin-top:11px!important}
  html body #songsPlayerCard .yt-row-left{
    grid-template-columns:50px minmax(0,1fr) 92px!important;
    gap:9px!important;
    min-height:68px!important;
    padding:8px 9px!important;
    border-radius:14px!important;
  }
  html body #songsPlayerCard .yt-avatar,
  html body #songsPlayerCard .hard-real-channel-logo{
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:50px!important;
    min-height:50px!important;
    max-height:50px!important;
    border-radius:11px!important;
  }
  html body #songsPlayerCard .yt-channel-text b{gap:5px!important;font-size:12px!important}
  html body #songsPlayerCard .ohm-channel-verified{flex-basis:15px!important;width:15px!important;height:15px!important;font-size:9px!important}
  html body #songsPlayerCard .channel-meta,
  html body #songsPlayerCard .subs-big{margin-top:4px!important;font-size:10px!important}
  html body #songsPlayerCard .yt-subscribe{
    width:92px!important;
    min-width:92px!important;
    max-width:92px!important;
    height:36px!important;
    min-height:36px!important;
    padding:0 8px!important;
    border-radius:10px!important;
    font-size:8px!important;
  }
  html body #songsPlayerCard .yt-control-line{
    grid-auto-rows:44px!important;
    gap:8px!important;
    margin-top:9px!important;
    padding:8px!important;
    border-radius:14px!important;
  }
  html body #songsPlayerCard .yt-control-line>button{
    grid-template-columns:24px minmax(0,1fr)!important;
    gap:8px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    padding:0 10px!important;
    border-radius:11px!important;
    font-size:9px!important;
  }
  html body #songsPlayerCard .ohm-player-btn-icon,
  html body #songsPlayerCard .ohm-final-control-icon{
    width:24px!important;
    min-width:24px!important;
    height:24px!important;
  }
  html body #songsPlayerCard .ohm-player-btn-icon svg,
  html body #songsPlayerCard .ohm-final-control-icon svg{width:18px!important;height:18px!important}
}

@media (max-width:380px){
  html body #songsPlayerCard{width:calc(100% - 4px)!important;padding:7px!important}
  html body #songsPlayerCard .premium-main{padding:8px!important}
  html body #songsPlayerCard .yt-big-play{width:58px!important;min-width:58px!important;height:58px!important;min-height:58px!important}
  html body #songsPlayerCard .yt-row-left{grid-template-columns:46px minmax(0,1fr) 82px!important;gap:7px!important;padding:7px!important}
  html body #songsPlayerCard .yt-avatar,
  html body #songsPlayerCard .hard-real-channel-logo{width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;min-height:46px!important;max-height:46px!important}
  html body #songsPlayerCard .yt-channel-text b{font-size:10.5px!important}
  html body #songsPlayerCard .channel-meta,
  html body #songsPlayerCard .subs-big{font-size:8.5px!important}
  html body #songsPlayerCard .yt-subscribe{width:82px!important;min-width:82px!important;max-width:82px!important;height:33px!important;min-height:33px!important;font-size:7.5px!important}
  html body #songsPlayerCard .yt-control-line>button{padding:0 8px!important;font-size:8.5px!important}
}


/* V280 compact player video height */
@media (max-width:700px){
  html body #songsPlayerCard .yt-player-frame>iframe,
  html body #songsPlayerCard .yt-player-frame>video,
  html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder,
  html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder>.ohm-player-poster{height:182px!important;min-height:182px!important;max-height:182px!important;}
}
@media (max-width:420px){
  html body #songsPlayerCard .yt-player-frame{height:168px!important;min-height:168px!important;max-height:168px!important;}
  html body #songsPlayerCard .yt-player-frame>iframe,
  html body #songsPlayerCard .yt-player-frame>video,
  html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder,
  html body #songsPlayerCard .yt-player-frame>.ohm-player-placeholder>.ohm-player-poster{height:168px!important;min-height:168px!important;max-height:168px!important;}
}
