/* ONE HIT MUSIC V397 — desktop-only premium header arrangement.
   Mobile/tablet styling at 980px and below is intentionally untouched. */
@media (min-width:981px){
  html:not([data-ohm-rdc-private-nav="1"]) body #home.page>header.topbar,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar{
    box-sizing:border-box!important;
    position:sticky!important;
    top:0!important;
    display:block!important;
    width:100%!important;
    height:112px!important;
    min-height:112px!important;
    max-height:112px!important;
    margin:0!important;
    padding:0 24px!important;
    overflow:visible!important;
    background:
      radial-gradient(circle at 50% -90%,rgba(52,142,236,.18),transparent 54%),
      linear-gradient(180deg,#0d2539 0%,#0a1d2e 100%)!important;
    border:0!important;
    border-bottom:1px solid rgba(83,151,219,.34)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.04)!important;
    backdrop-filter:blur(16px)!important;
    z-index:9000!important;
  }

  html:not([data-ohm-rdc-private-nav="1"]) body #home.page>header.topbar::after,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar::after{
    content:""!important;
    position:absolute!important;
    left:24px!important;
    right:24px!important;
    bottom:0!important;
    height:1px!important;
    background:linear-gradient(90deg,transparent,rgba(64,165,255,.55),rgba(255,86,201,.35),transparent)!important;
    pointer-events:none!important;
  }

  /* Keep the real brand logo visibly inside the header. */
  html:not([data-ohm-rdc-private-nav="1"]) body #home.page>header.topbar>#ohmFinalHeaderLogo,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#ohmFinalHeaderLogo{
    box-sizing:border-box!important;
    display:block!important;
    position:absolute!important;
    left:24px!important;
    right:auto!important;
    top:50%!important;
    bottom:auto!important;
    width:220px!important;
    min-width:220px!important;
    max-width:220px!important;
    height:60px!important;
    min-height:60px!important;
    max-height:60px!important;
    margin:0!important;
    padding:0!important;
    transform:translateY(-50%)!important;
    background-image:url('../one-hit-music-logo.webp')!important;
    background-position:left center!important;
    background-repeat:no-repeat!important;
    background-size:contain!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    filter:drop-shadow(0 5px 12px rgba(0,0,0,.28))!important;
    z-index:4!important;
  }

  /* Visit pill sits above the desktop option row. */
  html:not([data-ohm-rdc-private-nav="1"]) body #home.page>header.topbar>#ohmLiveViews,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#ohmLiveViews{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:13px!important;
    bottom:auto!important;
    width:auto!important;
    min-width:92px!important;
    max-width:none!important;
    height:25px!important;
    min-height:25px!important;
    max-height:25px!important;
    margin:0!important;
    padding:0 13px!important;
    transform:translateX(-50%)!important;
    color:#eef8ff!important;
    background:linear-gradient(180deg,rgba(18,65,105,.96),rgba(8,34,58,.98))!important;
    border:1px solid rgba(77,174,255,.60)!important;
    border-radius:999px!important;
    box-shadow:0 6px 16px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.10),0 0 18px rgba(38,143,238,.10)!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:5!important;
  }
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#ohmLiveViews .ohm-live-dot{
    display:block!important;
    width:6px!important;
    min-width:6px!important;
    height:6px!important;
    border-radius:50%!important;
    background:#48e39d!important;
    box-shadow:0 0 8px rgba(72,227,157,.72)!important;
  }
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#ohmLiveViews .ohm-live-label{
    display:block!important;
    color:#ddecfa!important;
    font-size:9px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:.055em!important;
  }
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#ohmLiveViews strong{
    display:block!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:900!important;
    line-height:1!important;
  }

  /* Navigation is centered beneath the visit pill. */
  html:not([data-ohm-rdc-private-nav="1"]) body #home.page>header.topbar>#nav,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#nav{
    box-sizing:border-box!important;
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:auto!important;
    bottom:15px!important;
    width:max-content!important;
    min-width:0!important;
    max-width:calc(100% - 500px)!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex:0 0 auto!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    overflow:visible!important;
    transform:translateX(-50%)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:4!important;
  }
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#nav button,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#nav a{
    flex:0 0 auto!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    padding-left:16px!important;
    padding-right:16px!important;
    white-space:nowrap!important;
    border-radius:8px!important;
    background:linear-gradient(180deg,rgba(35,57,78,.96),rgba(17,38,57,.98))!important;
    border-color:rgba(127,174,216,.30)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 6px 14px rgba(0,0,0,.18)!important;
  }
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#nav button:hover,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#nav button.active,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#nav a:hover,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#nav a.active{
    background:linear-gradient(135deg,#245f9e,#284fa0)!important;
    border-color:rgba(111,187,255,.72)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.22),0 0 15px rgba(52,139,236,.14)!important;
  }

  html:not([data-ohm-rdc-private-nav="1"]) body #home.page>header.topbar>#ohmV58MoreButton,
  html:not([data-ohm-rdc-private-nav="1"]) body header.topbar>#ohmV58MoreButton{
    display:none!important;
  }
}
