/* ADIMASTER RELEASE 71 · ARTIST BOTTOM CLOSURE
   Final lower-edge composition pass based on the approved 1448×1086 master.
   Scope: system strip finish + remove the legacy site footer from desktop Artist.
   Globe/core/left/right telemetry/lower deck geometry remain untouched. */
@media (min-width:761px){
  /* The approved Artist master ends with the system strip. The generic site footer
     creates a large purple/black void that is not present in the approved design. */
  body[data-route="artist"] footer{
    display:none!important;
  }

  /* Keep the page ending exactly at the 4:3 master canvas. */
  body[data-route="artist"] .view.active[data-view="artist"]{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  /* System rail: preserve master coordinates from R70, only finish the visual treatment. */
  body[data-route="artist"] .r53SystemBar{
    background:
      radial-gradient(250px 80px at 4% 50%,rgba(75,220,255,.035),transparent 72%),
      radial-gradient(340px 90px at 86% 50%,rgba(120,75,255,.025),transparent 72%),
      linear-gradient(180deg,#020a15 0%,#020812 100%)!important;
    border-color:rgba(73,218,255,.18)!important;
    box-shadow:inset 0 1px rgba(255,255,255,.022)!important;
  }

  body[data-route="artist"] .r53SystemCell{
    padding:7px 12px!important;
    border-right-color:rgba(76,218,255,.105)!important;
  }

  /* Master-like AM system mark instead of the temporary text-only disc. */
  body[data-route="artist"] .r53SystemCell:first-child .r53SystemIcon{
    font-size:0!important;
    width:clamp(34px,2.65vw,48px)!important;
    height:clamp(34px,2.65vw,48px)!important;
    border-color:rgba(89,228,255,.24)!important;
    background:
      radial-gradient(circle at 50% 50%,rgba(5,17,31,.90),rgba(2,8,17,.98) 70%),
      url("../../logo.png") center/82% auto no-repeat!important;
    box-shadow:inset 0 0 16px rgba(77,228,255,.05),0 0 12px rgba(61,219,255,.035)!important;
  }

  body[data-route="artist"] .r53SystemCopy small{
    color:#7d94aa!important;
    letter-spacing:.145em!important;
  }
  body[data-route="artist"] .r53SystemCopy strong{
    color:#b7c7d6!important;
  }
  body[data-route="artist"] .r53SystemCell:first-child .r53SystemCopy strong{
    color:#60ffe0!important;
  }
}
