/*
  V7 final cascade
  ----------------
  The frozen V6 layout remains in v7.css. This sheet carries the V7 signature:
  four individual voice-lines converging into one pulse.
*/

:root{
  --voice-julie:#eadbd0;
  --voice-natty:#c9959e;
  --voice-belle:#762a3a;
  --voice-haneul:#899298;
}

#group.group-v5{
  padding-top:138px;
  padding-bottom:0;
}

#members.members{
  padding-top:124px;
  padding-bottom:140px;
}

#members .member-heading{
  grid-template-columns:.48fr 1.08fr .64fr;
  gap:4vw;
  margin-bottom:58px;
}

#members .member-heading>p:first-child{
  display:block;
  grid-column:auto;
  align-self:start;
  margin:7px 0 0;
  color:#ca999f;
  font-size:12px;
  letter-spacing:.12em;
}

#members .member-heading h3{
  grid-column:auto;
  font-size:clamp(58px,5vw,84px);
}

#members .member-heading>p:last-child{
  grid-column:auto;
  align-self:end;
  max-width:none;
  font-size:15px;
  line-height:1.9;
  color:#c6b8b4;
}

#members .member-deck{
  height:min(780px,78vh);
  min-height:650px;
  gap:7px;
}

#members .member-card:hover,
#members .member-card:focus-visible{
  flex:1.85;
}

#members .member-deck:has(.member-card:hover) .member-card:not(:hover){
  flex:.68;
}

#members .member-card h4{
  bottom:132px;
  font-size:54px;
}

#members .member-card p{
  bottom:24px;
  font-size:13px;
  line-height:1.7;
  color:#efe2de;
}

#listen.listen-v5{
  padding-top:135px;
  padding-bottom:160px;
}

#listen .listen-opening h2{
  max-width:none;
  font-size:clamp(62px,5.5vw,94px);
  letter-spacing:-.035em;
}

#sound.sound{
  padding-top:135px;
}

#sound .sound-copy{
  display:block;
  width:100%;
  max-width:1250px;
}

#sound .sound-copy h2{
  font-size:clamp(60px,5.2vw,88px);
  letter-spacing:-.035em;
}

#sound .sound-copy>p:last-child{
  width:auto;
  max-width:750px;
  margin:34px 0 0;
  font-size:16px;
  line-height:1.95;
}

#sound .sound-atlas{
  margin-top:88px;
}

#sound .sound-records{
  display:grid;
  grid-template-columns:minmax(0,1.16fr) minmax(410px,.84fr);
  grid-template-rows:1fr 1fr;
  gap:0;
  margin-top:112px;
}

#sound .sound-record{
  min-height:0;
}

#sound .sound-record:first-child{
  grid-row:1 / span 2;
  display:grid;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);
  gap:34px;
  padding:44px 45px 45px 0;
}

#sound .sound-record:nth-child(2),
#sound .sound-record:nth-child(3){
  grid-column:2;
  display:grid;
  grid-template-columns:105px 1fr;
  gap:24px;
  padding:32px 0 32px 34px;
  border-left:1px solid rgba(239,224,215,.2);
}

#sound .sound-record:nth-child(3){
  border-top:1px solid rgba(239,224,215,.2);
}

#sound .sound-record:first-child h4{
  font-size:52px;
}

#sound .sound-record:nth-child(n+2) h4{
  margin:10px 0 11px;
  font-size:30px;
}

#sound .sound-record p{
  font-size:14px;
  line-height:1.9;
}

#sound .sound-record:nth-child(n+2) p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
}

#live.live-v5{
  padding-top:135px;
  padding-bottom:0;
}

#timeline.timeline-v5{
  min-height:0;
  padding-top:135px;
  padding-bottom:0;
}

@media(max-width:1350px){
  #members .member-card p{font-size:13px}
  #sound .sound-records{grid-template-columns:1.08fr .92fr}
  #sound .sound-record p{font-size:13px}
}

/* --------------------------------------------------------------------------
   V6 — Listening System
   The decorative radar is replaced by an actual record archive. Every visual
   state is tied to a route, a playable track, an era and (where useful) a
   member.
   -------------------------------------------------------------------------- */

#sound.sound-v6{
  padding-bottom:158px;
  background:
    radial-gradient(circle at 74% 18%,rgba(100,25,39,.32),transparent 35%),
    linear-gradient(128deg,#090808 0,#1a0a0e 52%,#090808 100%);
}

#sound.sound-v6::after{
  opacity:.12;
}

#sound .sound-studio{
  display:grid;
  grid-template-columns:285px minmax(0,1fr);
  min-height:720px;
  margin-top:88px;
  border-top:1px solid rgba(239,224,215,.28);
  border-bottom:1px solid rgba(239,224,215,.22);
  transition:opacity .22s ease,transform .38s cubic-bezier(.2,.8,.2,1);
}

#sound .sound-studio.is-switching{
  opacity:.25;
  transform:translateY(7px);
}

#sound .sound-route-nav{
  align-self:stretch;
  justify-content:center;
  border-top:0;
  border-right:1px solid rgba(239,224,215,.22);
  padding-right:30px;
}

#sound .sound-route{
  min-height:132px;
  grid-template-columns:34px 1fr 18px;
  padding:22px 0;
  border-bottom:1px solid rgba(239,224,215,.17);
}

#sound .sound-route:first-child{
  border-top:1px solid rgba(239,224,215,.17);
}

#sound .sound-route span{
  font-size:11px;
}

#sound .sound-route b{
  grid-column:2;
  grid-row:1;
  font-size:17px;
}

#sound .sound-route small{
  grid-column:2;
  grid-row:2;
  margin-top:10px;
  font-size:13px;
}

#sound .sound-route.is-active{
  color:#fff3eb;
}

#sound .sound-route.is-active::after{
  content:"";
}

#sound .sound-focus{
  display:grid;
  grid-template-columns:minmax(390px,.85fr) minmax(420px,1.15fr);
  gap:5vw;
  align-items:center;
  padding:60px 0 60px 5vw;
}

#sound .sound-focus-cover{
  position:relative;
  margin:0;
  overflow:hidden;
  background:#18090c;
  box-shadow:0 35px 90px rgba(0,0,0,.28);
}

#sound .sound-focus-cover>img{
  aspect-ratio:1;
  object-fit:cover;
  filter:saturate(.82) contrast(1.03);
  transition:opacity .25s ease,transform .8s cubic-bezier(.2,.8,.2,1);
}

#sound .sound-focus-cover:hover>img{
  transform:scale(1.018);
}

#sound .sound-focus-cover::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(0deg,rgba(9,3,5,.88) 0,rgba(9,3,5,.08) 45%,transparent 70%);
}

#sound .sound-focus-cover figcaption{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  top:22px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  color:#fff0e7;
  font:11px/1.3 monospace;
  letter-spacing:.1em;
}

#sound .sound-focus-cover figcaption small{
  color:#d1b9b7;
  font-size:10px;
}

#sound .sound-focus-play{
  position:absolute;
  z-index:3;
  left:24px;
  right:24px;
  bottom:22px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:7px 20px;
  width:calc(100% - 48px);
  margin:0;
  padding:19px 0 0;
  border:0;
  border-top:1px solid rgba(255,255,255,.5);
  background:transparent;
  color:#fff;
  text-align:left;
  cursor:pointer;
}

#sound .sound-focus-play span{
  grid-column:1;
  color:#d7b8b8;
  font:10px/1 monospace;
  letter-spacing:.13em;
}

#sound .sound-focus-play strong{
  grid-column:1;
  font-family:"Playfair Display",serif;
  font-size:clamp(40px,3.8vw,62px);
  font-weight:500;
  line-height:.92;
  letter-spacing:-.04em;
}

#sound .sound-focus-play b{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:center;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  font-size:14px;
}

#sound .sound-focus-play.is-playing b{
  background:#f3e5dc;
  color:#23090e;
}

#sound .sound-dossier{
  min-width:0;
  padding:0 5vw 0 0;
}

#sound .sound-dossier header{
  display:flex;
  justify-content:space-between;
  gap:24px;
  color:#d7a0a7;
  font-size:11px;
}

#sound .sound-dossier header span{
  color:#8f7c7b;
}

#sound .sound-dossier h3{
  max-width:710px;
  margin:34px 0 28px;
  font-family:"Noto Sans SC","DM Sans",sans-serif;
  font-size:clamp(48px,4.4vw,72px);
  line-height:1.12;
  font-weight:500;
  letter-spacing:-.035em;
}

#sound .sound-tags{
  margin-bottom:34px;
}

#sound .sound-dossier>p{
  max-width:690px;
  font-size:16px;
  line-height:2;
}

#sound .sound-route-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  max-width:690px;
  margin-top:45px;
  border-top:1px solid rgba(239,224,215,.23);
  border-bottom:1px solid rgba(239,224,215,.18);
}

#sound .sound-route-links>div{
  min-height:98px;
  padding:21px 20px 18px 0;
}

#sound .sound-route-links>div+div{
  padding-left:24px;
  border-left:1px solid rgba(239,224,215,.18);
}

#sound .sound-route-links small{
  display:block;
  margin-bottom:13px;
  color:#9c8384;
  font:10px/1 monospace;
  letter-spacing:.12em;
}

#sound .sound-route-links button,
#sound .sound-route-links a{
  border:0;
  padding:0;
  background:none;
  color:#f2e4dc;
  font-family:inherit;
  font-size:15px;
  cursor:pointer;
}

#sound .sound-records-v6{
  display:block;
  margin-top:140px;
}

#sound .sound-records-v6 .sound-record{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:42px;
  width:min(1040px,76%);
  min-height:0;
  margin:0;
  padding:48px 0;
  border-top:1px solid rgba(239,224,215,.24);
  border-left:0;
}

#sound .sound-records-v6 .sound-record:nth-child(2){
  width:min(910px,68%);
  margin-left:auto;
  padding-left:0;
}

#sound .sound-records-v6 .sound-record:nth-child(3){
  width:min(1120px,82%);
  margin-left:7vw;
  padding-left:0;
  border-bottom:1px solid rgba(239,224,215,.2);
}

#sound .sound-records-v6 .sound-record figure img{
  aspect-ratio:1;
}

#sound .sound-records-v6 .sound-record h4,
#sound .sound-records-v6 .sound-record:first-child h4,
#sound .sound-records-v6 .sound-record:nth-child(n+2) h4{
  margin:15px 0 16px;
  font-size:clamp(38px,3.4vw,54px);
}

#sound .sound-records-v6 .sound-record p,
#sound .sound-records-v6 .sound-record:nth-child(n+2) p{
  display:block;
  max-width:720px;
  overflow:visible;
  font-size:15px;
  line-height:1.92;
  -webkit-line-clamp:unset;
}

#sound .sound-records-v6 .sound-record>div>span{
  font-size:11px;
}

#sound .sound-records-v6 .sound-listen{
  margin-top:24px;
}

#sound .sound-records-v6 .sound-record.is-playing{
  border-top-color:#ddaab0;
}

#sound .sound-records-v6 .sound-record.is-playing h4::after{
  content:"  ●";
  color:#d69ca4;
  font-size:12px;
  vertical-align:middle;
}

#sound .sound-now-playing{
  display:grid;
  grid-template-columns:160px minmax(220px,.58fr) minmax(80px,1fr) auto auto;
  gap:28px;
  align-items:center;
  margin:105px 0 0;
  padding:27px 0;
  border-top:1px solid rgba(239,224,215,.28);
  border-bottom:1px solid rgba(239,224,215,.2);
}

#sound .sound-now-playing span{
  color:#b58a8f;
  font:10px/1 monospace;
  letter-spacing:.12em;
}

#sound .sound-now-playing strong{
  font-family:"Playfair Display",serif;
  font-size:28px;
  font-weight:500;
}

#sound .sound-now-playing i{
  height:1px;
  background:linear-gradient(90deg,#7b2938,#c9939b,transparent);
}

#sound .sound-now-playing b{
  color:#d7c4c1;
  font-size:13px;
  font-weight:500;
}

#sound .sound-release-line{
  margin-top:88px;
}

body.has-audio-dock{
  padding-bottom:138px;
}

.audio-dock{
  min-height:104px;
  grid-template-columns:minmax(230px,1fr) 380px auto;
  gap:22px;
  padding:10px 17px 10px 24px;
}

.audio-dock-copy strong{
  font-size:30px;
}

.audio-kicker{
  margin-bottom:9px;
}

.audio-dock-copy small{
  margin:7px 0 0;
}

.audio-player-note{
  display:none;
}

.spotify-host,
.spotify-host iframe{
  width:370px;
  height:80px;
}

.spotify-host{
  position:relative;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.035);
}

.spotify-host::before{
  content:"官方播放器载入区 · 若网络不可用，请使用右侧正版入口";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:0 22px;
  color:#9f8987;
  font:10px/1.6 monospace;
  letter-spacing:.05em;
  text-align:center;
}

.spotify-host iframe{
  position:relative;
  z-index:2;
}

.audio-dock-actions{
  min-width:118px;
}

.header-note.is-listening{
  color:#f0ccd0;
}

#members .member-card.is-related{
  box-shadow:none;
}

@media(max-width:1350px){
  #sound .sound-studio{grid-template-columns:250px minmax(0,1fr)}
  #sound .sound-focus{grid-template-columns:350px minmax(390px,1fr);gap:4vw;padding-left:4vw}
  #sound .sound-dossier h3{font-size:52px}
  #sound .sound-records-v6 .sound-record{grid-template-columns:190px 1fr}
  #sound .sound-now-playing{grid-template-columns:130px minmax(180px,.55fr) 1fr auto auto}
}

/* V7 signature: four restrained voice-lines, never a decorative rainbow. */
.hero-names span{
  position:relative;
  padding-left:27px;
}

.hero-names span::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:18px;
  height:1px;
  background:var(--voice-julie);
  transform:scaleX(var(--hero-names-opacity));
  transform-origin:left center;
}

.hero-names span:nth-child(2)::before{background:var(--voice-natty)}
.hero-names span:nth-child(3)::before{background:var(--voice-belle)}
.hero-names span:nth-child(4)::before{background:var(--voice-haneul)}

.solo-thread{
  position:relative;
}

.solo-thread::before{
  content:"";
  position:absolute;
  left:-18px;
  top:50%;
  width:7px;
  height:7px;
  border:1px solid currentColor;
  border-radius:50%;
  transform:translateY(-50%);
  opacity:.78;
}

.solo-thread:nth-child(1){color:var(--voice-julie)}
.solo-thread:nth-child(2){color:var(--voice-natty)}
.solo-thread:nth-child(3){color:#b97884}
.solo-thread:nth-child(4){color:var(--voice-haneul)}
.solo-thread strong{color:#f3e7df}
.solo-thread:nth-child(1) i{background:linear-gradient(90deg,var(--voice-julie),#d7b5b8)}
.solo-thread:nth-child(2) i{background:linear-gradient(90deg,var(--voice-natty),#d7b5b8)}
.solo-thread:nth-child(3) i{background:linear-gradient(90deg,var(--voice-belle),#d7b5b8)}
.solo-thread:nth-child(4) i{background:linear-gradient(90deg,var(--voice-haneul),#d7b5b8)}

#members .member-card::after{
  content:"";
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:var(--voice-julie);
  opacity:.72;
  transform:scaleX(.22);
  transform-origin:left center;
  transition:transform .65s cubic-bezier(.16,1,.3,1),opacity .3s;
}

#members .member-card:nth-child(2)::after{background:var(--voice-natty)}
#members .member-card:nth-child(3)::after{background:#a65565}
#members .member-card:nth-child(4)::after{background:var(--voice-haneul)}
#members .member-card:hover::after,
#members .member-card:focus-visible::after,
#members .member-card.is-related::after{
  opacity:1;
  transform:scaleX(1);
}

.member-dialog{
  --member-voice:var(--voice-julie);
  height:min(820px,86vh);
}

.member-dialog[data-member="natty"]{--member-voice:var(--voice-natty)}
.member-dialog[data-member="belle"]{--member-voice:#a65565}
.member-dialog[data-member="haneul"]{--member-voice:var(--voice-haneul)}
.member-dialog[data-member]{
  box-shadow:inset 0 3px 0 var(--member-voice),0 40px 150px rgba(0,0,0,.76);
}

.member-dialog.is-switching .member-dialog-media img,
.member-dialog.is-switching .member-dialog-copy> :not(.member-dialog-nav):not(.member-copy-status){
  animation:member-switch .48s cubic-bezier(.16,1,.3,1);
}

@keyframes member-switch{
  0%{opacity:.18;transform:translateY(10px)}
  100%{opacity:1;transform:none}
}

.member-dialog-nav{
  position:absolute;
  z-index:6;
  left:6vw;
  bottom:14px;
  display:grid;
  grid-template-columns:1fr 1.15fr 1fr;
  width:470px;
  max-width:470px;
  margin:0;
  border-top:1px solid rgba(255,255,255,.22);
  border-bottom:1px solid rgba(255,255,255,.16);
  background:linear-gradient(90deg,rgba(16,6,9,.98),rgba(16,6,9,.9));
  backdrop-filter:blur(12px);
}

.member-dialog-nav button{
  min-height:54px;
  padding:0 12px;
  border:0;
  background:transparent;
  color:#d7c7c1;
  font:11px/1.2 monospace;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .25s,color .25s;
}

.member-dialog-nav button+button{
  border-left:1px solid rgba(255,255,255,.16);
}

.member-dialog-nav button:hover{
  background:rgba(255,255,255,.07);
  color:#fff;
}

.member-copy-status{
  position:absolute;
  z-index:7;
  left:6vw;
  bottom:74px;
  width:470px;
  min-height:20px;
  margin:0!important;
  color:var(--member-voice)!important;
  font:10px/1.4 monospace!important;
  letter-spacing:.05em;
}

.member-dialog-copy{
  padding-bottom:132px!important;
}

.voice-convergence{
  display:grid;
  grid-template-columns:minmax(520px,1.05fr) minmax(420px,.72fr);
  gap:7vw;
  align-items:center;
  max-width:1500px;
  margin:118px auto 0;
  padding:72px 0 78px;
  border-top:1px solid #b5aba1;
  border-bottom:1px solid #b5aba1;
}

.voice-convergence-lines{
  position:relative;
  min-height:250px;
  overflow:hidden;
}

.voice-convergence-lines i{
  position:absolute;
  right:23%;
  width:77%;
  height:1px;
  transform-origin:right center;
  opacity:.9;
  transition:transform 1.05s cubic-bezier(.16,1,.3,1),opacity .4s;
}

.voice-convergence-lines i:nth-child(1){
  top:18%;
  background:var(--voice-julie);
  transform:rotate(11deg) scaleX(0);
}

.voice-convergence-lines i:nth-child(2){
  top:39%;
  background:var(--voice-natty);
  transform:rotate(4deg) scaleX(0);
}

.voice-convergence-lines i:nth-child(3){
  top:61%;
  background:var(--voice-belle);
  transform:rotate(-4deg) scaleX(0);
}

.voice-convergence-lines i:nth-child(4){
  top:82%;
  background:var(--voice-haneul);
  transform:rotate(-11deg) scaleX(0);
}

.voice-convergence.is-visible .voice-convergence-lines i:nth-child(1){transform:rotate(11deg) scaleX(1)}
.voice-convergence.is-visible .voice-convergence-lines i:nth-child(2){transform:rotate(4deg) scaleX(1)}
.voice-convergence.is-visible .voice-convergence-lines i:nth-child(3){transform:rotate(-4deg) scaleX(1)}
.voice-convergence.is-visible .voice-convergence-lines i:nth-child(4){transform:rotate(-11deg) scaleX(1)}

.voice-convergence-lines b{
  position:absolute;
  right:21.4%;
  top:50%;
  width:17px;
  height:17px;
  border:1px solid #7e3844;
  border-radius:50%;
  background:#eae3d8;
  box-shadow:0 0 0 8px rgba(126,56,68,.07);
  transform:translate(50%,-50%);
}

.voice-convergence-lines b::after{
  content:"";
  position:absolute;
  left:calc(100% + 8px);
  top:50%;
  width:18vw;
  height:1px;
  background:linear-gradient(90deg,#7e3844,transparent);
}

.voice-convergence span{
  display:block;
  margin-bottom:26px;
  color:#8c2635;
  font:11px/1.3 monospace;
  letter-spacing:.14em;
}

.voice-convergence strong{
  display:block;
  max-width:620px;
  color:#29211e;
  font:500 clamp(34px,2.9vw,52px)/1.22 "Noto Sans SC","DM Sans",sans-serif;
  letter-spacing:-.025em;
}

#sound .sound-now-playing i{
  background:linear-gradient(
    90deg,
    var(--voice-julie) 0 23%,
    var(--voice-natty) 23% 48%,
    #9e5360 48% 73%,
    var(--voice-haneul) 73% 94%,
    transparent
  );
}

.timeline-end{
  position:relative;
}

.timeline-end::before{
  content:"";
  position:absolute;
  left:4vw;
  right:4vw;
  top:0;
  height:1px;
  background:linear-gradient(
    90deg,
    var(--voice-julie),
    var(--voice-natty),
    #9e5360,
    var(--voice-haneul),
    transparent 82%
  );
  opacity:.7;
}

/* --------------------------------------------------------------------------
   V7.1 — Sound Map semantic repair
   Scope lock: route relationships, listening state and release evidence only.
   -------------------------------------------------------------------------- */

#sound .sound-route-links strong{
  display:block;
  color:#f2e4dc;
  font-family:"Playfair Display","Noto Sans SC",serif;
  font-size:18px;
  font-weight:500;
  line-height:1.2;
}

#sound .sound-listen-for{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:18px;
  align-items:start;
  max-width:720px;
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(239,224,215,.16);
}

#sound .sound-listen-for span{
  min-height:0;
  color:#c98f98;
  font:10px/1.5 monospace;
  letter-spacing:.12em;
}

#sound .sound-listen-for b{
  color:#e3d3ce;
  font-size:13px;
  font-weight:500;
  line-height:1.65;
}

#sound .sound-now-playing #sound-current-track{
  color:#ead8d3;
  font-size:15px;
  line-height:1.35;
}

#sound .release-point{
  min-height:164px;
}

#sound .release-point small{
  display:block;
  max-width:150px;
  margin-top:10px;
  color:#a88489;
  font:10px/1.45 monospace;
  letter-spacing:.04em;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .35s,transform .35s,color .35s;
}

#sound .release-point.is-active small{
  color:#d7b7bb;
  opacity:1;
  transform:none;
}

@media(max-width:1350px){
  #sound .sound-listen-for{grid-template-columns:80px minmax(0,1fr);gap:14px}
  #sound .release-point small{font-size:9px}
}

@media(max-width:1350px){
  .voice-convergence{grid-template-columns:minmax(440px,1fr) minmax(360px,.72fr);gap:5vw}
  .voice-convergence strong{font-size:38px}
  .member-dialog-nav{grid-template-columns:1fr 1fr 1fr}
}

@media(prefers-reduced-motion:reduce){
  .voice-convergence-lines i:nth-child(1){transform:rotate(11deg) scaleX(1)}
  .voice-convergence-lines i:nth-child(2){transform:rotate(4deg) scaleX(1)}
  .voice-convergence-lines i:nth-child(3){transform:rotate(-4deg) scaleX(1)}
  .voice-convergence-lines i:nth-child(4){transform:rotate(-11deg) scaleX(1)}
  .member-dialog.is-switching .member-dialog-media img,
  .member-dialog.is-switching .member-dialog-copy> :not(.member-dialog-nav):not(.member-copy-status){animation:none}
}
