/* ADIMASTER RELEASE 50 · ARTIST PRECISION FUSION
   Precision-polished desktop Artist layer.
   Goal: tighter geometry, stronger command-center feel, richer HUD treatment,
   and spacing tuned to the approved concept while preserving page logic.
   Globe canvas/WebGL, routing, translations and media logic remain untouched. */

.artistCopyR49{display:none}

@media (min-width:761px){
  body[data-route="artist"] .artistCopyLegacy{display:none!important}
  body[data-route="artist"] .artistCopyR49{display:block}

  body[data-route="artist"] .artistHero{
    --r50-cyan:#62f7ff;
    --r50-blue:#51bbff;
    --r50-violet:#8c61ff;
    --r50-magenta:#f15ed7;
    --r50-ink:#030814;
    position:relative;
    grid-template-columns:minmax(610px,.935fr) minmax(610px,1.065fr);
    gap:12px;
    padding-top:22px;
    padding-bottom:6px;
    align-items:end;
  }
  body[data-route="artist"] .artistHero::before{
    content:"";
    position:absolute;inset:20px 8px 0;
    pointer-events:none;z-index:0;
    background:
      radial-gradient(560px 320px at 18% 18%,rgba(80,238,255,.08),transparent 68%),
      radial-gradient(640px 360px at 78% 76%,rgba(140,96,255,.08),transparent 72%),
      linear-gradient(180deg,rgba(7,17,30,.08),transparent 25%,rgba(9,17,31,.07) 78%,transparent 100%);
    filter:blur(10px);
    opacity:.95;
  }

  body[data-route="artist"] .artistCopyR49{
    position:relative;
    z-index:30;
    min-height:590px;
    padding:22px 28px 18px;
    color:#fff;
    isolation:isolate;
    background:
      repeating-linear-gradient(180deg,rgba(255,255,255,.012) 0 1px,transparent 1px 6px),
      radial-gradient(520px 330px at 15% 7%,rgba(78,232,255,.10),transparent 64%),
      radial-gradient(500px 340px at 100% 84%,rgba(157,79,255,.075),transparent 64%),
      linear-gradient(138deg,rgba(4,14,27,.93),rgba(3,10,22,.79) 62%,rgba(9,7,28,.72));
    border:1px solid rgba(98,231,255,.30);
    border-radius:16px;
    box-shadow:
      inset 0 1px rgba(255,255,255,.055),
      inset 0 0 72px rgba(55,203,255,.045),
      inset 0 -28px 60px rgba(134,62,255,.04),
      0 34px 86px rgba(0,0,0,.32),
      0 0 34px rgba(66,226,255,.06);
    overflow:visible;
    backdrop-filter:blur(3px);
  }
  body[data-route="artist"] .artistCopyR49::before,
  body[data-route="artist"] .artistCopyR49::after{
    content:"";
    position:absolute;
    pointer-events:none;
    z-index:1;
  }
  body[data-route="artist"] .artistCopyR49::before{
    inset:10px;
    border:1px solid rgba(111,239,255,.10);
    clip-path:polygon(0 18px,18px 0,46% 0,47% 1px,80% 1px,81% 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px));
  }
  body[data-route="artist"] .artistCopyR49::after{
    left:14px;top:18px;bottom:18px;width:2px;
    background:linear-gradient(180deg,transparent,var(--r50-cyan) 14%,rgba(96,244,255,.20) 48%,var(--r50-violet) 80%,transparent);
    box-shadow:0 0 16px rgba(82,235,255,.34);
    opacity:.76;
  }

  body[data-route="artist"] .r49Scan{
    position:absolute;
    z-index:9;
    pointer-events:none;
    left:18px;right:18px;top:14px;height:1px;
    opacity:0;
    background:linear-gradient(90deg,transparent,rgba(111,255,248,.18) 14%,#d1ffff 50%,rgba(166,94,255,.24) 84%,transparent);
    box-shadow:0 0 18px rgba(93,247,255,.55),0 0 32px rgba(124,83,255,.18);
  }
  body[data-route="artist"] .view.active[data-view="artist"] .r49Scan{animation:r50ScanOnce 1.35s .12s cubic-bezier(.2,.8,.2,1) 1 both}

  body[data-route="artist"] .r49IdentityHead{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:178px 1fr;
    gap:20px;
    align-items:center;
    min-height:162px;
    padding:0 4px 10px 6px;
  }

  body[data-route="artist"] .r49LogoOrbit{
    position:relative;
    width:164px;height:154px;
    display:grid;place-items:center;
    filter:drop-shadow(0 0 18px rgba(85,222,255,.18));
  }
  body[data-route="artist"] .r49LogoCore{
    position:relative;z-index:4;
    width:94px;height:94px;
    border-radius:50%;overflow:hidden;
    border:1px solid rgba(149,241,255,.62);
    background:radial-gradient(circle at 50% 44%,rgba(18,33,56,.98),rgba(2,7,13,.99) 74%);
    box-shadow:
      inset 0 0 28px rgba(70,234,255,.13),
      0 0 0 6px rgba(55,196,255,.03),
      0 0 20px rgba(67,235,255,.30),
      0 0 38px rgba(141,77,255,.22);
  }
  body[data-route="artist"] .r49LogoCore img{
    position:absolute;
    width:138px;height:138px;
    max-width:none;
    left:50%;top:50%;
    transform:translate(-50%,-51%) scale(1.03);
    object-fit:cover;border-radius:50%;
  }
  body[data-route="artist"] .r49Orbit{
    position:absolute;left:50%;top:50%;
    border:1px solid rgba(94,233,255,.34);
    border-radius:50%;transform-origin:center;
    box-shadow:0 0 12px rgba(69,226,255,.09);
  }
  body[data-route="artist"] .r49OrbitA{width:154px;height:76px;transform:translate(-50%,-50%) rotate(-10deg);border-right-color:rgba(230,78,255,.58);animation:r50OrbitA 12s linear infinite}
  body[data-route="artist"] .r49OrbitB{width:124px;height:146px;transform:translate(-50%,-50%) rotate(48deg);border-top-color:rgba(155,83,255,.58);animation:r50OrbitB 15s linear infinite}
  body[data-route="artist"] .r49OrbitC{width:141px;height:104px;transform:translate(-50%,-50%) rotate(24deg);border-left-color:rgba(72,255,245,.58);opacity:.74}
  body[data-route="artist"] .r49OrbitNode{position:absolute;z-index:6;width:7px;height:7px;border-radius:50%;background:#bfffff;box-shadow:0 0 7px #68f9ff,0 0 17px #835cff}
  body[data-route="artist"] .r49OrbitNodeA{left:16px;top:41px;animation:r50NodePulse 2.2s ease-in-out infinite}
  body[data-route="artist"] .r49OrbitNodeB{right:12px;bottom:22px;background:#d465ff;animation:r50NodePulse 2.7s .6s ease-in-out infinite}

  body[data-route="artist"] .r49IdentityName{min-width:0}
  body[data-route="artist"] .r49SystemLine{
    display:flex;align-items:center;gap:9px;
    color:#d8faff;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;
    margin-bottom:11px;
  }
  body[data-route="artist"] .r49SystemLine b{color:#5defff;font-weight:800}
  body[data-route="artist"] .r49SystemLine .r49Online{color:#65fff1;text-shadow:0 0 12px rgba(74,255,240,.34)}
  body[data-route="artist"] .r49SystemLine i{width:6px;height:6px;border-radius:50%;background:#67fff1;box-shadow:0 0 0 5px rgba(88,255,240,.06),0 0 16px #55fff1;animation:r50NodePulse 2.1s ease-in-out infinite}
  body[data-route="artist"] .r49IdentityName h1{
    margin:0;
    font-size:clamp(52px,4.6vw,78px);
    line-height:.92;
    font-weight:300;
    letter-spacing:.05em;
    text-transform:uppercase;
    background:linear-gradient(93deg,#efffff 0%,#80ebff 28%,#8b7cff 59%,#f15acb 100%);
    -webkit-background-clip:text;background-clip:text;color:transparent;
    text-shadow:0 0 18px rgba(68,227,255,.12);
    filter:drop-shadow(0 0 14px rgba(80,218,255,.09));
  }
  body[data-route="artist"] .r49IdentityName h1 span{font-weight:320}
  body[data-route="artist"] .r49Triad{
    display:flex;align-items:center;gap:12px;margin-top:13px;
    color:#64fff4;font-size:10px;font-weight:900;letter-spacing:.24em;text-transform:uppercase;
  }
  body[data-route="artist"] .r49Triad b{color:#8e7aff;font-weight:700}

  body[data-route="artist"] .r49DomainStack{
    position:relative;z-index:3;
    display:grid;gap:8px;
    padding:4px 5px 0;
  }
  body[data-route="artist"] .r49DomainRow.artistDomain{
    position:relative;
    display:grid;grid-template-columns:104px minmax(0,1fr);
    align-items:center;width:100%;min-height:86px;
    padding:10px 16px 10px 8px;text-align:left;
    border:0;border-bottom:1px solid rgba(97,225,255,.10);border-radius:0;
    background:linear-gradient(90deg,rgba(9,24,41,.58),rgba(5,11,23,.22) 78%,transparent);
    box-shadow:none;overflow:visible;color:#fff;cursor:pointer;
    transition:background .22s ease,transform .22s ease,filter .22s ease;
  }
  body[data-route="artist"] .r49DomainRow.artistDomain::before{
    content:"";position:absolute;left:98px;right:-110px;top:50%;height:1px;pointer-events:none;
    background:linear-gradient(90deg,rgba(84,241,255,.28),rgba(80,219,255,.20) 58%,rgba(137,88,255,.18) 78%,transparent);
    box-shadow:0 0 8px rgba(70,227,255,.14);
  }
  body[data-route="artist"] .r49DomainRow.artistDomain::after{
    content:"";position:absolute;right:-112px;top:calc(50% - 3px);width:6px;height:6px;border-radius:50%;
    background:#9efffb;box-shadow:0 0 8px #58efff,0 0 18px rgba(122,76,255,.45);
  }
  body[data-route="artist"] .r49DomainRow:hover{
    transform:translateX(4px);
    background:linear-gradient(90deg,rgba(9,32,51,.74),rgba(7,13,29,.28) 78%,transparent);
    filter:drop-shadow(0 0 15px rgba(71,231,255,.08));
  }
  body[data-route="artist"] .r49DomainRow .artistDomainPulse{display:none!important}
  body[data-route="artist"] .r49DomainVisual{
    position:relative;display:grid;place-items:center;
    width:88px;height:70px;
    border:1px solid rgba(100,233,255,.22);border-radius:8px;
    background:radial-gradient(circle at 50% 50%,rgba(64,218,255,.10),rgba(5,12,25,.76) 72%);
    box-shadow:inset 0 0 20px rgba(66,226,255,.04),0 0 18px rgba(53,211,255,.045);
    overflow:hidden;
  }
  body[data-route="artist"] .r49DomainVisual::before,
  body[data-route="artist"] .r49DomainVisual::after{content:"";position:absolute;width:12px;height:12px;pointer-events:none}
  body[data-route="artist"] .r49DomainVisual::before{left:5px;top:5px;border-left:1px solid #5cf6ff;border-top:1px solid #5cf6ff}
  body[data-route="artist"] .r49DomainVisual::after{right:5px;bottom:5px;border-right:1px solid #8c63ff;border-bottom:1px solid #8c63ff}
  body[data-route="artist"] .r49DomainCopy{display:block;position:relative;z-index:2;padding-left:4px}
  body[data-route="artist"] .r49DomainCopy strong{
    display:block;margin-bottom:5px;
    color:#5df8ff;font-size:14px;line-height:1.08;letter-spacing:.13em;text-transform:uppercase;
    text-shadow:0 0 12px rgba(79,238,255,.20);
  }
  body[data-route="artist"] .r49DomainCopy > span{
    display:block;max-width:470px;
    color:#c1cede;font-size:11.1px;line-height:1.38;font-weight:520;letter-spacing:.005em;
  }

  body[data-route="artist"] .r49MusicVisual{display:flex;align-items:center;justify-content:center;gap:3px}
  body[data-route="artist"] .r49MusicVisual i{display:block;width:3px;border-radius:2px;background:linear-gradient(180deg,#63fff4,#35a9ff 48%,#b15dff);box-shadow:0 0 7px rgba(66,225,255,.42);animation:r50Eq 1.55s ease-in-out infinite}
  body[data-route="artist"] .r49MusicVisual i:nth-child(1){height:13px;animation-delay:-.5s}
  body[data-route="artist"] .r49MusicVisual i:nth-child(2){height:20px;animation-delay:-1.1s}
  body[data-route="artist"] .r49MusicVisual i:nth-child(3){height:32px;animation-delay:-.2s}
  body[data-route="artist"] .r49MusicVisual i:nth-child(4){height:18px;animation-delay:-.9s}
  body[data-route="artist"] .r49MusicVisual i:nth-child(5){height:40px}
  body[data-route="artist"] .r49MusicVisual i:nth-child(6){height:25px;animation-delay:-1.3s}
  body[data-route="artist"] .r49MusicVisual i:nth-child(7){height:16px;animation-delay:-.35s}
  body[data-route="artist"] .r49MusicVisual i:nth-child(8){height:28px;animation-delay:-1.0s}
  body[data-route="artist"] .r49MusicVisual i:nth-child(9){height:12px;animation-delay:-.65s}

  body[data-route="artist"] .r49TravelVisual{overflow:hidden}
  body[data-route="artist"] .r49MiniGlobe{display:block;width:35px;height:35px;border-radius:50%;border:1px solid rgba(83,236,255,.38);box-shadow:inset 0 0 12px rgba(86,227,255,.16),0 0 18px rgba(75,226,255,.06)}
  body[data-route="artist"] .r49MiniOrbit{position:absolute;inset:17px 13px 21px;border:1px solid rgba(103,242,255,.30);border-radius:50%;transform:rotate(28deg);animation:r50MiniOrbit 6.4s linear infinite}
  body[data-route="artist"] .r49MiniOrbit2{inset:22px 18px 16px;transform:rotate(-26deg);border-color:rgba(165,88,255,.28);animation-direction:reverse;animation-duration:8.2s}

  body[data-route="artist"] .r49CreativityVisual i{position:absolute;width:6px;height:6px;border-radius:50%;background:#e8ffff;box-shadow:0 0 9px rgba(97,241,255,.45),0 0 15px rgba(146,86,255,.28)}
  body[data-route="artist"] .r49CreativityVisual i:nth-child(1){left:16px;top:19px}
  body[data-route="artist"] .r49CreativityVisual i:nth-child(2){left:40px;top:13px}
  body[data-route="artist"] .r49CreativityVisual i:nth-child(3){right:18px;top:24px}
  body[data-route="artist"] .r49CreativityVisual i:nth-child(4){left:25px;bottom:14px}
  body[data-route="artist"] .r49CreativityVisual i:nth-child(5){left:50px;bottom:18px}
  body[data-route="artist"] .r49CreativityVisual i:nth-child(6){right:14px;bottom:12px}
  body[data-route="artist"] .r49CreativityVisual{background:
      linear-gradient(32deg,transparent 29%,rgba(129,92,255,.45) 30% 31%,transparent 32%),
      linear-gradient(145deg,transparent 42%,rgba(83,238,255,.30) 43% 44%,transparent 45%),
      linear-gradient(72deg,transparent 54%,rgba(183,78,255,.35) 55% 56%,transparent 57%),
      radial-gradient(circle at 50% 50%,rgba(83,202,255,.10),rgba(6,10,24,.80) 70%)}

  body[data-route="artist"] .r49Quote{
    position:relative;z-index:3;
    display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:8px;
    max-width:548px;margin:12px 4px 0;padding:10px 14px;
    border:1px solid rgba(90,225,255,.24);border-radius:8px;
    background:linear-gradient(90deg,rgba(2,14,25,.84),rgba(8,10,28,.64));
    box-shadow:inset 0 0 24px rgba(59,217,255,.035),0 14px 30px rgba(0,0,0,.18);
  }
  body[data-route="artist"] .r49Quote span{color:#4be8ff;font-size:26px;line-height:1;text-shadow:0 0 12px rgba(66,226,255,.28)}
  body[data-route="artist"] .r49Quote span:last-child{color:#9565ff;text-align:right}
  body[data-route="artist"] .r49Quote p{margin:0;color:#bdcada;font-size:11.5px;line-height:1.40;text-align:center}
  body[data-route="artist"] .r49Motto{
    position:relative;z-index:3;display:flex;align-items:center;gap:15px;
    margin:11px 6px 0;color:#5ff5ff;font-size:10px;font-weight:800;letter-spacing:.26em;text-transform:uppercase;
  }
  body[data-route="artist"] .r49Motto i{width:4px;height:4px;border-radius:50%;background:#d3ffff;box-shadow:0 0 9px #5ff4ff}
  body[data-route="artist"] .r49Motto span:last-child{color:#f367d6}
  body[data-route="artist"] .r49Connection{
    position:absolute;z-index:8;right:-112px;bottom:44px;
    width:176px;padding:10px 12px 8px;
    border:1px solid rgba(89,229,255,.30);border-radius:8px;
    background:linear-gradient(140deg,rgba(3,11,21,.94),rgba(7,15,30,.78));
    box-shadow:0 0 26px rgba(68,221,255,.09),inset 0 0 22px rgba(68,221,255,.04);
  }
  body[data-route="artist"] .r49Connection small{display:block;color:#7da0b8;font-size:7px;letter-spacing:.12em}
  body[data-route="artist"] .r49Connection strong{display:block;margin-top:3px;color:#55ffe5;font-size:10px;letter-spacing:.08em;text-shadow:0 0 10px rgba(79,255,230,.24)}
  body[data-route="artist"] .r49Connection i{position:absolute;right:10px;top:11px;width:7px;height:7px;border-radius:50%;background:#62ffe5;box-shadow:0 0 12px #56ffe7;animation:r50NodePulse 1.7s ease-in-out infinite}

  body[data-route="artist"] .artistStage{position:relative;filter:drop-shadow(0 0 24px rgba(80,220,255,.04))}
  body[data-route="artist"] .artistStage::before{
    content:"";
    position:absolute;left:-74px;bottom:116px;width:160px;height:2px;pointer-events:none;
    background:linear-gradient(90deg,rgba(90,243,255,.52),rgba(90,243,255,.20) 42%,rgba(137,90,255,.10) 72%,transparent);
    box-shadow:0 0 14px rgba(66,228,255,.16);
    opacity:.82;
  }

  body[data-route="artist"] .artistIntelligenceR49{
    position:relative;
    display:grid;
    grid-template-columns:minmax(392px,.33fr) minmax(0,.67fr);
    grid-template-rows:34px auto;
    gap:10px 16px;
    padding:16px 18px 18px;
    margin-top:-28px;
    border:1px solid rgba(88,225,255,.24);
    border-radius:16px;
    background:
      repeating-linear-gradient(180deg,rgba(255,255,255,.008) 0 1px,transparent 1px 7px),
      radial-gradient(460px 180px at 16% 16%,rgba(78,242,255,.06),transparent 72%),
      radial-gradient(560px 200px at 82% 100%,rgba(124,61,255,.12),transparent 66%),
      linear-gradient(138deg,rgba(2,11,21,.92),rgba(4,9,22,.84));
    box-shadow:inset 0 1px rgba(255,255,255,.04),inset 0 0 52px rgba(78,221,255,.025),0 28px 70px rgba(0,0,0,.26);
    overflow:hidden;
  }
  body[data-route="artist"] .artistIntelligenceR49::before{
    content:"";position:absolute;inset:10px;border:1px solid rgba(103,238,255,.07);border-radius:12px;pointer-events:none;
  }
  body[data-route="artist"] .r49OverviewLabel{
    grid-column:1;grid-row:1;display:flex;align-items:center;gap:10px;
    padding-left:8px;color:#a8bdd7;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;
  }
  body[data-route="artist"] .r49OverviewLabel::before{content:"»";color:#6cf7ff;font-size:14px}
  body[data-route="artist"] .r49OverviewLabel i{flex:1;height:1px;background:linear-gradient(90deg,rgba(81,239,255,.34),transparent)}
  body[data-route="artist"] .artistStats{
    grid-column:1;grid-row:2;
    display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;margin:0;padding:0;
  }
  body[data-route="artist"] .artistStats .statCard{
    position:relative;
    min-height:198px;padding:18px 14px 14px;
    border-radius:12px;
    background:
      radial-gradient(140px 90px at 18% 14%,rgba(79,240,255,.08),transparent 70%),
      linear-gradient(150deg,rgba(5,20,34,.90),rgba(8,10,27,.78));
    border:1px solid rgba(89,223,255,.24);
    box-shadow:inset 0 1px rgba(255,255,255,.045),inset 0 0 24px rgba(68,215,255,.03),0 18px 36px rgba(0,0,0,.16);
    overflow:hidden;
  }
  body[data-route="artist"] .artistStats .statCard::before{
    display:grid;place-items:center;width:30px;height:30px;margin-bottom:20px;border-radius:50%;
    border:1px solid rgba(83,235,255,.30);color:#67f8ff;font-size:16px;
    background:radial-gradient(circle,rgba(63,219,255,.11),rgba(4,12,24,.76));
    box-shadow:0 0 15px rgba(72,230,255,.08);
  }
  body[data-route="artist"] .artistStats .statCard:nth-child(1)::before{content:"♫"}
  body[data-route="artist"] .artistStats .statCard:nth-child(2)::before{content:"◉"}
  body[data-route="artist"] .artistStats .statCard:nth-child(3)::before{content:"◎";color:#ef63d6;border-color:rgba(225,81,213,.32)}
  body[data-route="artist"] .artistStats .statCard strong{position:relative;z-index:2;font-size:clamp(32px,2.15vw,42px);line-height:1;color:#eef9ff}
  body[data-route="artist"] .artistStats .statCard:nth-child(1) strong{color:#61f6ff}
  body[data-route="artist"] .artistStats .statCard span{display:block;position:relative;z-index:2;margin-top:8px;color:#95a8bc;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
  body[data-route="artist"] .artistStats .statCard::after{
    content:"";position:absolute;left:14px;right:14px;bottom:16px;height:34px;opacity:.82;
    background:
      linear-gradient(166deg,transparent 0 9%,rgba(79,232,255,.76) 10% 12%,transparent 13% 27%,rgba(80,232,255,.56) 28% 30%,transparent 31% 43%,rgba(145,79,255,.56) 44% 46%,transparent 47% 61%,rgba(82,239,255,.62) 62% 64%,transparent 65%),
      linear-gradient(180deg,transparent calc(100% - 1px),rgba(90,224,255,.14) calc(100% - 1px));
  }
  body[data-route="artist"] .artistStats .statCard::marker{display:none}

  body[data-route="artist"] .artistWorkboard{
    grid-column:2;grid-row:1/3;
    min-width:0;padding:0 0 0 16px;
    border:0;border-left:1px solid rgba(97,225,255,.13);border-radius:0;
    background:transparent;backdrop-filter:none;box-shadow:none;
  }
  body[data-route="artist"] .artistWorkboard .sectionHead{
    display:flex;align-items:center;justify-content:space-between;
    margin:0 0 10px;padding:0 6px 0 2px;
  }
  body[data-route="artist"] .artistWorkboard .sectionHead .kicker{
    display:flex;align-items:center;gap:7px;color:#a7bdd7;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;
  }
  body[data-route="artist"] .artistWorkboard .sectionHead .kicker::before{content:"»";width:auto;height:auto;background:none;color:#6cf7ff;font-size:14px;box-shadow:none}
  body[data-route="artist"] .artistWorkboard .sectionHead h2{display:none}
  body[data-route="artist"] .r49ViewAll{color:#f160d7;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
  body[data-route="artist"] .artistWorkboard .rail{
    grid-auto-columns:calc((100% - 42px)/4.6)!important;
    gap:11px;padding:0 2px 4px;
  }
  body[data-route="artist"] .artistWorkboard .card{
    min-height:246px;border-radius:12px;
    background:
      radial-gradient(140px 90px at 50% 0%,rgba(77,227,255,.045),transparent 70%),
      linear-gradient(180deg,rgba(10,20,34,.95),rgba(5,10,19,.99));
    border-color:rgba(91,220,255,.19);
    box-shadow:inset 0 1px rgba(255,255,255,.035),0 16px 32px rgba(0,0,0,.18);
    overflow:hidden;
  }
  body[data-route="artist"] .artistWorkboard .card::before{
    content:"";position:absolute;left:0;right:0;top:0;height:2px;
    background:linear-gradient(90deg,transparent,rgba(92,242,255,.38),rgba(150,83,255,.38),transparent);
    opacity:.55;
  }
  body[data-route="artist"] .artistWorkboard .card:hover{transform:translateY(-3px);border-color:rgba(90,238,255,.45);box-shadow:0 20px 38px rgba(0,0,0,.24),0 0 22px rgba(70,224,255,.07)}
  body[data-route="artist"] .artistWorkboard .cover{aspect-ratio:16/10}
  body[data-route="artist"] .artistWorkboard .cardBody{padding:11px 10px 10px}
  body[data-route="artist"] .artistWorkboard .cardTitle{font-size:12px;line-height:1.22}
  body[data-route="artist"] .artistWorkboard .cardSub{font-size:8px;line-height:1.35;min-height:24px;margin-top:5px;color:#889cb1}
  body[data-route="artist"] .artistWorkboard .tag{font-size:7px;padding:4px 7px}

  @keyframes r50ScanOnce{0%{opacity:0;transform:translateY(0)}8%{opacity:.85}78%{opacity:.46}100%{opacity:0;transform:translateY(555px)}}
  @keyframes r50OrbitA{to{transform:translate(-50%,-50%) rotate(350deg)}}
  @keyframes r50OrbitB{to{transform:translate(-50%,-50%) rotate(-312deg)}}
  @keyframes r50NodePulse{50%{opacity:.35;transform:scale(.72)}}
  @keyframes r50Eq{0%,100%{transform:scaleY(.48);opacity:.55}50%{transform:scaleY(1.08);opacity:1}}
  @keyframes r50MiniOrbit{to{transform:rotate(345deg)}}
}

@media (min-width:761px) and (max-width:1260px){
  body[data-route="artist"] .artistHero{grid-template-columns:minmax(510px,.93fr) minmax(520px,1.07fr);gap:10px}
  body[data-route="artist"] .artistCopyR49{min-height:560px;padding-left:22px;padding-right:22px}
  body[data-route="artist"] .r49IdentityHead{grid-template-columns:154px 1fr;gap:14px}
  body[data-route="artist"] .r49LogoOrbit{transform:scale(.90);transform-origin:left center}
  body[data-route="artist"] .r49DomainRow.artistDomain{grid-template-columns:96px 1fr;padding-right:12px}
  body[data-route="artist"] .r49DomainVisual{width:80px;height:68px}
  body[data-route="artist"] .r49DomainCopy > span{font-size:10.2px}
  body[data-route="artist"] .r49Connection{right:-86px;width:156px}
  body[data-route="artist"] .artistIntelligenceR49{grid-template-columns:minmax(320px,.35fr) minmax(0,.65fr)}
  body[data-route="artist"] .artistWorkboard .rail{grid-auto-columns:calc((100% - 24px)/3.4)!important}
}

@media (max-width:760px){
  .artistCopyR49{display:none!important}
  .artistCopyLegacy{display:block!important}
  .r49OverviewLabel,.r49ViewAll{display:none!important}
}

@media (prefers-reduced-motion:reduce){
  .r49Scan,.r49Orbit,.r49OrbitNode,.r49SystemLine i,.r49MusicVisual i,.r49MiniOrbit{animation:none!important}
}


/* ==========================================================================\n   RELEASE 53 · ARTIST COMMAND CENTER FINAL\n   One decisive desktop reconstruction based on the approved concept.\n   ========================================================================== */
@media (min-width:761px){
  body[data-route="artist"] .artistHero,
  body[data-route="artist"] .artistIntelligenceR49,
  body[data-route="artist"] .r53SystemBar{
    width:min(1780px,calc(100vw - 44px))!important;
    max-width:min(1780px,calc(100vw - 44px))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body[data-route="artist"] .artistHero{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(620px,.41fr) minmax(560px,.39fr) minmax(270px,.20fr)!important;
    gap:16px!important;
    min-height:620px!important;
    padding:14px 0 0!important;
    align-items:stretch!important;
    overflow:visible!important;
  }

  body[data-route="artist"] .artistHero::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    opacity:1!important;
    filter:none!important;
    background:
      radial-gradient(700px 360px at 17% 18%,rgba(69,236,255,.065),transparent 70%),
      radial-gradient(760px 390px at 65% 72%,rgba(119,81,255,.075),transparent 72%),
      linear-gradient(180deg,rgba(2,9,18,.02),rgba(2,8,18,.10))!important;
  }

  body[data-route="artist"] .artistCopyR49{
    grid-column:1!important;
    position:relative!important;
    z-index:30!important;
    align-self:stretch!important;
    min-height:600px!important;
    padding:24px 28px 20px!important;
    border-radius:18px!important;
    overflow:visible!important;
    background:
      repeating-linear-gradient(180deg,rgba(255,255,255,.009) 0 1px,transparent 1px 7px),
      radial-gradient(620px 310px at 13% 7%,rgba(71,231,255,.105),transparent 68%),
      radial-gradient(520px 280px at 96% 86%,rgba(138,73,255,.07),transparent 68%),
      linear-gradient(140deg,rgba(2,11,21,.92),rgba(3,9,19,.78) 66%,rgba(8,6,24,.72))!important;
    border:1px solid rgba(83,228,255,.25)!important;
    box-shadow:
      inset 0 1px rgba(255,255,255,.045),
      inset 0 0 0 1px rgba(88,223,255,.035),
      inset 0 0 68px rgba(45,206,255,.03),
      0 30px 80px rgba(0,0,0,.28)!important;
    backdrop-filter:blur(2px)!important;
  }
  body[data-route="artist"] .artistCopyR49::before{
    content:""!important;
    position:absolute!important;
    inset:10px!important;
    z-index:1!important;
    pointer-events:none!important;
    border:1px solid rgba(102,237,255,.09)!important;
    border-radius:14px!important;
    clip-path:polygon(0 18px,18px 0,44% 0,45% 1px,82% 1px,83% 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px))!important;
  }
  body[data-route="artist"] .artistCopyR49::after{
    content:""!important;
    position:absolute!important;
    left:14px!important;top:24px!important;bottom:26px!important;width:2px!important;
    z-index:1!important;
    background:linear-gradient(180deg,transparent,#59f5ff 13%,rgba(90,236,255,.16) 54%,#875cff 84%,transparent)!important;
    box-shadow:0 0 14px rgba(69,232,255,.28)!important;
  }

  body[data-route="artist"] .r49IdentityHead{
    display:grid!important;
    grid-template-columns:188px minmax(0,1fr)!important;
    gap:18px!important;
    align-items:center!important;
    min-height:172px!important;
    padding:2px 4px 9px 4px!important;
  }
  body[data-route="artist"] .r49LogoOrbit{
    width:176px!important;height:164px!important;
    transform:none!important;
  }
  body[data-route="artist"] .r49LogoCore{width:104px!important;height:104px!important}
  body[data-route="artist"] .r49LogoCore img{width:150px!important;height:150px!important}
  body[data-route="artist"] .r49OrbitA{width:166px!important;height:82px!important}
  body[data-route="artist"] .r49OrbitB{width:136px!important;height:154px!important}
  body[data-route="artist"] .r49OrbitC{width:152px!important;height:114px!important}
  body[data-route="artist"] .r49OrbitNodeA{left:15px!important;top:42px!important}
  body[data-route="artist"] .r49OrbitNodeB{right:10px!important;bottom:24px!important}

  body[data-route="artist"] .r49SystemLine{
    margin:0 0 9px!important;
    font-size:9px!important;
    letter-spacing:.16em!important;
  }
  body[data-route="artist"] .r49IdentityName h1{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:0!important;
    margin:0!important;
    font-size:clamp(48px,3.6vw,70px)!important;
    line-height:.82!important;
    font-weight:260!important;
    letter-spacing:.025em!important;
    white-space:normal!important;
    text-shadow:0 0 22px rgba(70,230,255,.14),0 0 26px rgba(158,83,255,.12)!important;
  }
  body[data-route="artist"] .r49IdentityName h1 .r53Adi,
  body[data-route="artist"] .r49IdentityName h1 .r53Master{
    display:block!important;
  }
  body[data-route="artist"] .r49IdentityName h1 .r53Adi{
    color:#69ecff!important;
    background:linear-gradient(90deg,#62efff,#6ad4ff 80%)!important;
    -webkit-background-clip:text!important;background-clip:text!important;
  }
  body[data-route="artist"] .r49IdentityName h1 .r53Master{
    margin-top:7px!important;
    background:linear-gradient(90deg,#739eff 0%,#9e77ff 48%,#ff62d1 100%)!important;
    -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;
  }
  body[data-route="artist"] .r49Triad{
    margin-top:15px!important;
    gap:12px!important;
    font-size:10px!important;
    letter-spacing:.20em!important;
  }

  body[data-route="artist"] .r49DomainStack{
    display:grid!important;
    gap:5px!important;
    padding:2px 4px 0!important;
  }
  body[data-route="artist"] .r49DomainRow.artistDomain{
    grid-template-columns:108px minmax(0,1fr)!important;
    min-height:92px!important;
    padding:8px 14px 8px 8px!important;
    background:linear-gradient(90deg,rgba(6,18,31,.48),rgba(4,9,20,.15) 82%,transparent)!important;
    border-bottom:1px solid rgba(88,223,255,.08)!important;
  }
  body[data-route="artist"] .r49DomainRow.artistDomain::before{
    left:100px!important;right:-118px!important;top:50%!important;
    background:linear-gradient(90deg,rgba(74,238,255,.36),rgba(77,220,255,.24) 55%,rgba(136,91,255,.19) 78%,transparent)!important;
  }
  body[data-route="artist"] .r49DomainRow.artistDomain::after{right:-121px!important}
  body[data-route="artist"] .r49DomainVisual{
    width:92px!important;height:76px!important;border-radius:10px!important;
    background:radial-gradient(circle at 50% 50%,rgba(58,221,255,.095),rgba(4,11,23,.78) 72%)!important;
  }
  body[data-route="artist"] .r49DomainCopy strong{
    margin-bottom:5px!important;font-size:15px!important;letter-spacing:.09em!important;
  }
  body[data-route="artist"] .r49DomainCopy > span{
    max-width:500px!important;font-size:10.7px!important;line-height:1.38!important;color:#c1ceda!important;
  }

  body[data-route="artist"] .r49Quote{
    max-width:520px!important;margin:10px 5px 0!important;padding:9px 14px!important;border-radius:8px!important;
  }
  body[data-route="artist"] .r49Quote p{font-size:10.8px!important;line-height:1.35!important}
  body[data-route="artist"] .r49Motto{margin:10px 6px 0!important;font-size:9px!important;gap:14px!important}
  body[data-route="artist"] .r49Connection{
    right:-108px!important;bottom:42px!important;width:184px!important;padding:10px 13px 9px!important;border-radius:8px!important;
  }

  body[data-route="artist"] .artistStage{
    grid-column:2!important;
    position:relative!important;
    z-index:12!important;
    height:620px!important;min-height:620px!important;
    margin:0!important;
    overflow:visible!important;
    filter:drop-shadow(0 0 26px rgba(68,226,255,.05))!important;
  }
  body[data-route="artist"] .artistStage::before{
    content:""!important;display:block!important;
    position:absolute!important;z-index:10!important;
    left:50%!important;bottom:38px!important;width:92%!important;height:170px!important;
    transform:translateX(-50%)!important;
    border-radius:50%!important;
    pointer-events:none!important;
    background:
      repeating-radial-gradient(ellipse at center,rgba(82,244,255,.30) 0 1px,transparent 2px 18px,rgba(119,74,255,.20) 19px 20px,transparent 21px 34px),
      radial-gradient(ellipse at center,rgba(80,246,255,.19) 0 4%,rgba(49,127,255,.10) 24%,rgba(124,63,255,.06) 44%,transparent 70%)!important;
    filter:drop-shadow(0 0 16px rgba(63,231,255,.18))!important;
    opacity:.9!important;
  }
  body[data-route="artist"] .artistStage::after{
    content:""!important;display:block!important;
    position:absolute!important;z-index:11!important;
    left:50%!important;bottom:40px!important;width:3px!important;height:104px!important;
    transform:translateX(-50%)!important;
    background:linear-gradient(180deg,rgba(129,255,255,0),#c7ffff 26%,#55eaff 60%,rgba(94,117,255,0))!important;
    box-shadow:0 0 10px #b8ffff,0 0 26px #4ce7ff,0 0 46px rgba(100,82,255,.45)!important;
    opacity:.9!important;
  }
  body[data-route="artist"] .adiCoreCanvas16,
  body[data-route="artist"] #adiCoreCanvas16{
    z-index:14!important;
    transform:scale(1.08)!important;
    transform-origin:50% 48%!important;
  }
  body[data-route="artist"] .adiCoreFallback16,
  body[data-route="artist"] #adiCoreFallback16{
    left:50%!important;top:43%!important;width:min(84%,760px)!important;
    filter:drop-shadow(0 0 12px rgba(70,233,255,.18)) drop-shadow(0 0 34px rgba(73,112,255,.12))!important;
  }

  body[data-route="artist"] .r53Telemetry{
    grid-column:3!important;
    position:relative!important;z-index:24!important;
    display:grid!important;
    grid-template-rows:1fr 1.05fr 1fr!important;
    gap:12px!important;
    height:540px!important;
    margin-top:22px!important;
    align-self:start!important;
  }
  body[data-route="artist"] .r53TelemetryPanel{
    position:relative!important;
    overflow:hidden!important;
    min-height:0!important;
    padding:12px 13px 11px!important;
    border:1px solid rgba(76,224,255,.28)!important;
    border-radius:8px!important;
    background:
      repeating-linear-gradient(180deg,rgba(255,255,255,.008) 0 1px,transparent 1px 7px),
      linear-gradient(145deg,rgba(3,14,27,.76),rgba(4,10,24,.56))!important;
    box-shadow:inset 0 0 30px rgba(61,215,255,.035),0 18px 30px rgba(0,0,0,.18)!important;
    backdrop-filter:blur(1px)!important;
  }
  body[data-route="artist"] .r53TelemetryPanel::before{
    content:"";position:absolute;inset:6px;border:1px solid rgba(89,226,255,.08);border-radius:5px;pointer-events:none;
  }
  body[data-route="artist"] .r53TelemetryPanel::after{
    content:"";position:absolute;left:12px;right:12px;bottom:10px;height:1px;background:linear-gradient(90deg,#e94ed3,#57ebff 56%,transparent);opacity:.58;
  }
  body[data-route="artist"] .r53TelemetryTitle{
    position:relative;z-index:3;display:flex;align-items:center;gap:7px;
    color:#56f3ff;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
  }
  body[data-route="artist"] .r53TelemetryTitle i{width:6px;height:6px;border-radius:50%;background:#67efff;box-shadow:0 0 12px #54e8ff}
  body[data-route="artist"] .r53TelemetryBody{position:absolute;inset:35px 13px 18px;overflow:hidden;opacity:.92}

  body[data-route="artist"] .r53Global .r53TelemetryBody{
    background:
      radial-gradient(circle at 18% 40%,#7f5cff 0 2px,transparent 3px),
      radial-gradient(circle at 36% 56%,#48ddff 0 2px,transparent 3px),
      radial-gradient(circle at 54% 28%,#b657ff 0 2px,transparent 3px),
      radial-gradient(circle at 71% 48%,#47e7ff 0 2px,transparent 3px),
      radial-gradient(circle at 84% 31%,#a85bff 0 2px,transparent 3px),
      linear-gradient(21deg,transparent 44%,rgba(71,215,255,.18) 45% 46%,transparent 47%),
      linear-gradient(157deg,transparent 42%,rgba(138,83,255,.18) 43% 44%,transparent 45%),
      radial-gradient(ellipse at center,rgba(48,108,255,.12),transparent 65%);
  }
  body[data-route="artist"] .r53Global .r53TelemetryBody::before{
    content:"";position:absolute;left:10%;right:8%;top:18%;bottom:15%;opacity:.58;
    background:
      linear-gradient(18deg,transparent 0 24%,rgba(78,217,255,.18) 25% 26%,transparent 27% 48%,rgba(141,80,255,.16) 49% 50%,transparent 51%),
      linear-gradient(165deg,transparent 0 31%,rgba(82,226,255,.13) 32% 33%,transparent 34% 63%,rgba(150,86,255,.13) 64% 65%,transparent 66%);
    filter:drop-shadow(0 0 7px rgba(93,225,255,.16));
  }

  body[data-route="artist"] .r53Sound .r53TelemetryBody{
    display:flex!important;align-items:flex-end!important;gap:4px!important;padding:8px 5px 13px!important;
  }
  body[data-route="artist"] .r53Sound .r53TelemetryBody i{
    flex:1!important;min-width:2px!important;border-radius:2px 2px 0 0!important;
    background:linear-gradient(180deg,#62f6ff,#2ba7ff 45%,#c94dff 78%,#f054c9)!important;
    box-shadow:0 0 7px rgba(78,221,255,.16)!important;
    animation:r53Eq 1.7s ease-in-out infinite alternate!important;
  }
  body[data-route="artist"] .r53Sound .r53TelemetryBody i:nth-child(3n){animation-delay:-.5s!important;background:linear-gradient(180deg,#6afcff,#795cff 58%,#f250d0)!important}
  body[data-route="artist"] .r53Sound .r53TelemetryBody i:nth-child(4n){animation-delay:-1.0s!important}

  body[data-route="artist"] .r53Energy .r53TelemetryBody{
    display:grid!important;grid-template-columns:1fr 1fr 42px!important;align-items:center!important;gap:7px!important;
  }
  body[data-route="artist"] .r53EnergyOrb{
    width:74px;height:74px;border-radius:50%;justify-self:center;position:relative;
    background:repeating-radial-gradient(circle,transparent 0 9px,rgba(89,224,255,.22) 10px 11px,transparent 12px 17px,rgba(143,81,255,.18) 18px 19px,transparent 20px 26px);
    box-shadow:inset 0 0 20px rgba(61,221,255,.08),0 0 18px rgba(83,93,255,.08);
    animation:r53EnergySpin 11s linear infinite;
  }
  body[data-route="artist"] .r53EnergyOrb::before,
  body[data-route="artist"] .r53EnergyOrb::after{content:"";position:absolute;inset:50% 4px auto;height:1px;background:linear-gradient(90deg,transparent,#51e7ff,transparent);transform:rotate(35deg)}
  body[data-route="artist"] .r53EnergyOrb::after{transform:rotate(-55deg);background:linear-gradient(90deg,transparent,#bb5dff,transparent)}
  body[data-route="artist"] .r53EnergyBars{height:86px;display:flex;align-items:flex-end;gap:3px}
  body[data-route="artist"] .r53EnergyBars i{flex:1;background:linear-gradient(180deg,#56f1ff,#397dff 55%,#a95dff);box-shadow:0 0 6px rgba(83,222,255,.18)}
  body[data-route="artist"] .r53EnergyMeta{position:absolute;left:15px;right:15px;bottom:14px;display:flex;justify-content:space-between;color:#5cf3ff;font-size:7px;letter-spacing:.08em}

  body[data-route="artist"] .artistIntelligenceR49{
    display:grid!important;
    grid-template-columns:minmax(330px,.31fr) minmax(0,.69fr)!important;
    grid-template-rows:26px auto!important;
    gap:9px 14px!important;
    margin-top:-8px!important;
    padding:13px 16px 14px!important;
    border-radius:14px!important;
    min-height:228px!important;
    background:
      repeating-linear-gradient(180deg,rgba(255,255,255,.006) 0 1px,transparent 1px 8px),
      radial-gradient(580px 190px at 8% 100%,rgba(64,233,255,.055),transparent 70%),
      radial-gradient(680px 220px at 87% 100%,rgba(132,78,255,.09),transparent 72%),
      linear-gradient(138deg,rgba(2,10,20,.93),rgba(4,9,20,.84))!important;
    border:1px solid rgba(83,226,255,.23)!important;
    box-shadow:inset 0 1px rgba(255,255,255,.04),0 24px 62px rgba(0,0,0,.23)!important;
  }
  body[data-route="artist"] .r49OverviewLabel,
  body[data-route="artist"] .artistWorkboard .sectionHead .kicker{font-size:9px!important;letter-spacing:.17em!important}
  body[data-route="artist"] .artistStats{gap:10px!important}
  body[data-route="artist"] .artistStats .statCard{
    min-height:164px!important;padding:13px 13px 10px!important;border-radius:10px!important;
    background:linear-gradient(180deg,rgba(6,17,30,.96),rgba(5,10,20,.99))!important;
  }
  body[data-route="artist"] .artistStats .statCard::after{display:none!important}
  body[data-route="artist"] .artistStats .statCard strong{font-size:2.55rem!important;line-height:1!important}
  body[data-route="artist"] .artistStats .statCard span{font-size:7.5px!important}
  body[data-route="artist"] .r53Sparkline{display:block;width:100%;height:32px;margin-top:30px;overflow:visible}
  body[data-route="artist"] .r53Sparkline polyline{fill:none;stroke:#5befff;stroke-width:2;filter:drop-shadow(0 0 3px rgba(75,225,255,.3))}
  body[data-route="artist"] .statCard:nth-child(2) .r53Sparkline polyline{stroke:#52f6c9}
  body[data-route="artist"] .statCard:nth-child(3) .r53Sparkline polyline{stroke:#ef56cc}

  body[data-route="artist"] .artistWorkboard{padding-left:14px!important}
  body[data-route="artist"] .artistWorkboard .sectionHead{margin-bottom:8px!important}
  body[data-route="artist"] .r49ViewAll{font-size:8px!important}
  body[data-route="artist"] .artistWorkboard .rail{
    grid-auto-columns:calc((100% - 40px)/5)!important;gap:10px!important;padding:0 2px 2px!important;
  }
  body[data-route="artist"] .artistWorkboard .card{
    min-height:174px!important;border-radius:9px!important;background:linear-gradient(180deg,rgba(8,18,31,.96),rgba(4,9,18,.99))!important;
  }
  body[data-route="artist"] .artistWorkboard .cover{aspect-ratio:16/9!important}
  body[data-route="artist"] .artistWorkboard .cardBody{padding:8px 8px 7px!important}
  body[data-route="artist"] .artistWorkboard .cardTitle{font-size:9.8px!important;line-height:1.15!important}
  body[data-route="artist"] .artistWorkboard .cardSub{font-size:6.8px!important;line-height:1.25!important;min-height:16px!important;margin-top:4px!important}
  body[data-route="artist"] .artistWorkboard .tag{font-size:6px!important;padding:3px 6px!important}

  body[data-route="artist"] .r53SystemBar{
    display:grid!important;
    grid-template-columns:1.08fr .92fr 1.02fr 1.24fr 1.22fr .75fr!important;
    min-height:58px!important;
    margin-top:10px!important;
    margin-bottom:14px!important;
    border:1px solid rgba(76,220,255,.18)!important;
    border-radius:10px!important;
    overflow:hidden!important;
    background:linear-gradient(180deg,rgba(3,10,20,.90),rgba(3,8,17,.98))!important;
    box-shadow:inset 0 1px rgba(255,255,255,.035)!important;
  }
  body[data-route="artist"] .r53SystemCell{
    position:relative!important;display:grid!important;grid-template-columns:34px 1fr!important;align-items:center!important;gap:10px!important;
    padding:8px 14px!important;border-right:1px solid rgba(75,218,255,.12)!important;
  }
  body[data-route="artist"] .r53SystemCell:last-child{border-right:0!important}
  body[data-route="artist"] .r53SystemIcon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#59efff;border:1px solid rgba(77,226,255,.28);box-shadow:inset 0 0 13px rgba(70,224,255,.05)}
  body[data-route="artist"] .r53SystemCell:nth-child(4) .r53SystemIcon,
  body[data-route="artist"] .r53SystemCell:nth-child(5) .r53SystemIcon{color:#6b8cff}
  body[data-route="artist"] .r53SystemCopy small{display:block;color:#899db2;font-size:7px;letter-spacing:.16em;text-transform:uppercase}
  body[data-route="artist"] .r53SystemCopy strong{display:block;margin-top:3px;color:#b8c8d8;font-size:8px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;white-space:nowrap}
  body[data-route="artist"] .r53SystemCell:first-child .r53SystemCopy strong{color:#5dffe0}

  @keyframes r53Eq{from{transform:scaleY(.35);opacity:.55}to{transform:scaleY(1);opacity:1}}
  @keyframes r53EnergySpin{to{transform:rotate(360deg)}}
}

@media (min-width:761px) and (max-width:1420px){
  body[data-route="artist"] .artistHero,
  body[data-route="artist"] .artistIntelligenceR49,
  body[data-route="artist"] .r53SystemBar{width:min(1390px,calc(100vw - 28px))!important;max-width:min(1390px,calc(100vw - 28px))!important}
  body[data-route="artist"] .artistHero{grid-template-columns:minmax(520px,.42fr) minmax(470px,.38fr) minmax(225px,.20fr)!important;gap:10px!important;min-height:570px!important}
  body[data-route="artist"] .artistCopyR49{min-height:550px!important;padding:20px 20px 16px!important}
  body[data-route="artist"] .artistStage{height:570px!important;min-height:570px!important}
  body[data-route="artist"] .r53Telemetry{height:500px!important;gap:8px!important}
  body[data-route="artist"] .r49IdentityHead{grid-template-columns:150px 1fr!important;gap:12px!important;min-height:150px!important}
  body[data-route="artist"] .r49LogoOrbit{transform:scale(.88)!important;transform-origin:left center!important}
  body[data-route="artist"] .r49IdentityName h1{font-size:clamp(43px,4.2vw,58px)!important}
  body[data-route="artist"] .r49DomainRow.artistDomain{grid-template-columns:90px 1fr!important;min-height:82px!important}
  body[data-route="artist"] .r49DomainVisual{width:76px!important;height:66px!important}
  body[data-route="artist"] .r49DomainCopy > span{font-size:9.6px!important}
  body[data-route="artist"] .r49Connection{right:-72px!important;width:155px!important}
  body[data-route="artist"] .artistIntelligenceR49{grid-template-columns:minmax(300px,.33fr) minmax(0,.67fr)!important}
  body[data-route="artist"] .artistWorkboard .rail{grid-auto-columns:calc((100% - 30px)/4)!important}
  body[data-route="artist"] .r53SystemBar{grid-template-columns:1fr 1fr 1fr 1.25fr 1.25fr .8fr!important}
  body[data-route="artist"] .r53SystemCell{padding:8px 10px!important}
}

@media (max-width:760px){
  .r53Telemetry,.r53SystemBar,.r53Sparkline{display:none!important}
}
