/* ADIMASTER RELEASE 65 · RIGHT PANELS FRAME RESET
   Purpose: remove visual leftovers from R58/R57 so the approved wallpaper remains
   the only visible frame/chrome. Live DOM contributes only localized labels/data.
   Globe/core/left panel remain untouched. */

@media (min-width:761px){
  /* The R58 parent dark veil is what made the whole right column look black/dirty. */
  body[data-route="artist"] .r53Telemetry{
    left:79.42%!important;
    top:5.34%!important;
    width:17.75%!important;
    height:47.70%!important;
    gap:.92vw!important;
    transform:none!important;
    perspective:none!important;
    filter:none!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
  }
  body[data-route="artist"] .r53Telemetry::before,
  body[data-route="artist"] .r53Telemetry::after{
    content:none!important;
    display:none!important;
    background:none!important;
    box-shadow:none!important;
    filter:none!important;
  }

  /* R58 had narrowed and shifted every card and added a polygon crop.
     Reset to the exact wallpaper panel boxes. */
  body[data-route="artist"] .r53TelemetryPanel,
  body[data-route="artist"] .r53TelemetryPanel:hover{
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    clip-path:none!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  /* A very small opaque text patch hides ONLY the baked English title.
     No full-panel mask, no extra frame. */
  body[data-route="artist"] .r53TelemetryTitle{
    left:12px!important;
    top:8px!important;
    height:18px!important;
    min-height:18px!important;
    padding:4px 11px 4px 0!important;
    line-height:10px!important;
    background:#03101d!important;
    box-shadow:7px 0 9px 5px #03101d!important;
    border:0!important;
    border-radius:0!important;
    opacity:1!important;
  }
  body[data-route="artist"] .r53TelemetryTitle::before,
  body[data-route="artist"] .r53TelemetryTitle::after{content:none!important;display:none!important}

  /* Keep live layers deliberately light; the wallpaper is the visual source of truth. */
  body[data-route="artist"] .r53Global .r53TelemetryBody::before{opacity:.58!important}
  body[data-route="artist"] .r53Global .r53TelemetryBody::after{opacity:.20!important}
  body[data-route="artist"] .r53Sound .r53TelemetryBody{opacity:.10!important}
  body.audioPlaying[data-route="artist"] .r53Sound .r53TelemetryBody{opacity:.48!important}
  body[data-route="artist"] .r53Energy .r53TelemetryBody{opacity:.28!important}
  body.audioPlaying[data-route="artist"] .r53Energy .r53TelemetryBody{opacity:.48!important}

  /* Meta rows should cover only their baked words, not darken the panel. */
  body[data-route="artist"] .r63SoundMeta,
  body[data-route="artist"] .r53EnergyMeta{
    background:transparent!important;
    box-shadow:none!important;
    text-shadow:0 0 7px rgba(87,238,255,.16)!important;
  }
  body[data-route="artist"] .r53EnergyMeta span{
    background:#03101d!important;
    box-shadow:5px 0 7px 3px #03101d!important;
  }
}
