.socials a svg{width:21px;height:21px;fill:currentColor}
.player .volume-button{width:30px;height:30px;color:rgba(255,255,255,.48);background:transparent}
.player .volume-button:hover{color:#fff}
.music-frame{overflow:hidden}
.scene{--mx:50%;--my:50%;--px:0px;--py:0px;background:radial-gradient(circle 420px at var(--mx) var(--my),rgba(255,255,255,.16),transparent 72%),radial-gradient(circle at 50% 42%,#222 0,#101010 36%,#030303 72%)}
.grid-lines{transform:translate(calc(var(--px)*-.16),calc(var(--py)*-.16));transition:transform .12s linear}
.light-one{transform:translate(calc(var(--px)*.42),calc(var(--py)*.42))}.light-two{transform:translate(calc(var(--px)*-.28),calc(var(--py)*-.28))}.light{transition:transform .14s linear}
.avatar-rain{position:fixed;z-index:4;width:26px;height:26px;object-fit:cover;border:1px solid rgba(255,255,255,.55);border-radius:50%;pointer-events:none;box-shadow:0 0 15px rgba(255,255,255,.25);animation:avatarFall var(--fall-time) cubic-bezier(.22,.5,.45,1) forwards}
@keyframes avatarFall{0%{opacity:.95;transform:translate(-50%,-50%) scale(.65) rotate(0deg)}20%{opacity:1;transform:translate(calc(-50% + var(--drift)*.25),12px) scale(1) rotate(calc(var(--spin)*.2))}100%{opacity:0;transform:translate(calc(-50% + var(--drift)),180px) scale(.55) rotate(var(--spin))}}
@media(pointer:coarse){.avatar-rain{display:none}}
.scene{perspective:1100px}
.profile-card{--card-rx:0deg;--card-ry:0deg;--shine-x:50%;--shine-y:30%;--shadow-x:0px;--shadow-y:32px;transform-style:preserve-3d;will-change:transform;transition:transform .16s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease}
.profile-card.profile-visible{transform:perspective(950px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateZ(0)!important;box-shadow:var(--shadow-x) var(--shadow-y) 95px rgba(0,0,0,.78),0 0 60px rgba(255,255,255,.08),inset 0 1px 0 rgba(255,255,255,.13)}
.profile-card:before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle 210px at var(--shine-x) var(--shine-y),rgba(255,255,255,.10),transparent 68%),linear-gradient(125deg,rgba(255,255,255,.07),transparent 28%,transparent 72%,rgba(255,255,255,.05));mix-blend-mode:screen}
.profile-card:after{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;padding:1px;background:linear-gradient(120deg,rgba(255,255,255,.55),rgba(255,255,255,.05) 28%,rgba(255,255,255,.03) 68%,rgba(255,255,255,.4));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.72}
.profile-card>*{transform:translateZ(18px)}.profile-card .avatar-wrap{transform:translateZ(42px)}.profile-card .player{transform:translateZ(25px)}
.avatar{animation:avatarPulse 4.5s ease-in-out infinite}.status i{animation:statusPulse 1.7s ease-in-out infinite}
@keyframes avatarPulse{50%{box-shadow:0 0 0 7px rgba(255,255,255,.08),0 16px 50px rgba(255,255,255,.20)}}@keyframes statusPulse{50%{box-shadow:0 0 18px #fff;transform:scale(1.25)}}
@media(pointer:coarse){.profile-card.profile-visible{transform:none!important}.profile-card>*{transform:none}.avatar{animation:none}}


/* --- SHRODINGER BEAUTY PASS --- */
.profile-card{
  border-color:rgba(255,255,255,.22);
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.10),transparent 38%),
    linear-gradient(155deg,rgba(42,42,42,.58),rgba(5,5,5,.70));
}
.profile-card h1{
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.bio{
  position:relative;
  margin:18px 0 14px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.015));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.bio:before{
  content:"";
  position:absolute;
  left:16px; right:16px; top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
}
.bio-main{
  color:rgba(255,255,255,.92);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.bio-sub{
  display:inline-block;
  margin-top:7px;
  color:rgba(255,255,255,.60);
  font-size:11px;
}
.bio-motto{
  display:inline-block;
  margin-top:8px;
  color:rgba(255,255,255,.36);
  font-size:9px;
  font-style:italic;
  letter-spacing:.03em;
}
.badges{
  gap:6px;
  margin-top:2px;
}
.badges span{
  padding:6px 9px;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.badges span:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.11);
}
.discord-links{
  margin-top:18px;
}
.discord-links a{
  min-height:62px;
}
.player{
  margin-top:12px;
  border-color:rgba(255,255,255,.11);
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(0,0,0,.28));
}
.player .volume-button{
  font-size:13px;
}
.footer-note{
  letter-spacing:.42em;
}
@media(max-width:520px){
  .bio{padding:12px 13px}
  .bio-main{font-size:10px}
  .bio-sub{font-size:10px}
}


/* === INTERFACE V2 — minimal glass / editorial layout === */
body{
  overflow-x:hidden;
}
.profile-card{
  position:relative;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  padding:28px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018) 48%,rgba(0,0,0,.20)),
    rgba(9,9,10,.58);
  box-shadow:
    0 24px 70px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(22px) saturate(120%);
}
.profile-card:after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:25px;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.07),transparent 24%,transparent 72%,rgba(255,255,255,.035));
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  padding:1px;
}
.profile-card h1{
  position:relative;
  z-index:1;
  margin-bottom:8px;
  letter-spacing:.12em;
  font-weight:800;
}
.bio{
  position:relative;
  z-index:1;
  margin:0 0 20px;
  padding:12px 14px;
  border-left:2px solid rgba(255,255,255,.30);
  border-radius:0 10px 10px 0;
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.62);
  line-height:1.6;
}
.badges{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.badges span{
  border-radius:999px;
  padding:5px 10px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
  transition:all .22s ease;
}
.badges span:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.085);
  border-color:rgba(255,255,255,.20);
}
.discord-links{
  position:relative;
  z-index:1;
  display:grid;
  gap:9px;
  margin-top:22px;
}
.discord-links a{
  border-radius:14px;
  border:1px solid rgba(255,255,255,.085);
  background:rgba(255,255,255,.025);
  transition:transform .22s ease,background .22s ease,border-color .22s ease;
}
.discord-links a:hover{
  transform:translateX(4px);
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.17);
}
.player{
  position:relative;
  z-index:1;
  margin-top:16px;
  padding:10px 12px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(0,0,0,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.footer-note{
  opacity:.42;
  letter-spacing:.28em;
}

/* === INTERFACE V3 — split minimal console === */

/* A genuinely different layout: asymmetric split panel, squared corners,
   compact identity rail + content rail. No extra visible copy. */
.profile-card{
  width:min(94vw,760px);
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  overflow:hidden;
  text-align:left;
  background:
    linear-gradient(135deg,rgba(255,255,255,.055),transparent 32%),
    rgba(7,7,8,.68);
  box-shadow:0 30px 100px rgba(0,0,0,.68),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(28px) saturate(115%);
}
.profile-card:before{
  background:radial-gradient(circle 280px at var(--shine-x) var(--shine-y),rgba(255,255,255,.07),transparent 70%);
}
.profile-card:after{
  opacity:.42;
}
.profile-card>*{transform:none!important}

.topline{
  height:38px;
  margin:0;
  padding:0 18px;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.018);
}
.profile-layout{
  display:grid;
  grid-template-columns:230px 1fr;
  min-height:350px;
}
.identity-pane{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:28px 24px;
  border-right:1px solid rgba(255,255,255,.075);
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008));
}
.avatar-wrap{
  width:92px;
  margin:0 0 20px;
}
.avatar{
  width:92px;
  height:92px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.32);
  box-shadow:0 14px 36px rgba(0,0,0,.34),0 0 0 5px rgba(255,255,255,.025);
}
.avatar-dot{
  right:-5px;
  bottom:-5px;
  width:13px;
  height:13px;
  border-width:2px;
  border-color:#090909;
}
.profile-card h1{
  margin:0 0 11px;
  font-size:24px;
  letter-spacing:.13em;
  line-height:1.05;
}
.bio{
  margin:0 0 16px;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  color:rgba(255,255,255,.50);
  font-size:11px;
  line-height:1.6;
}
.bio:before{display:none}
.badges{
  justify-content:flex-start;
  gap:5px;
}
.badges span{
  padding:5px 7px;
  border-radius:6px;
  font-size:7px;
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.08);
}
.content-pane{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
  min-width:0;
}
.discord-links{
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:0 0 10px;
}
.discord-links a{
  min-height:68px;
  padding:10px 11px;
  border-radius:11px;
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.075);
  box-shadow:none;
}
.discord-links a:after{display:none}
.discord-links a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.18);
}
.server-icon{
  width:40px;
  height:40px;
  flex-basis:40px;
  border-radius:9px;
}
.other-socials{
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:0 0 12px;
}
.other-socials a{
  height:40px;
  border-radius:10px;
  background:rgba(255,255,255,.02);
}
.player{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  margin:0;
  padding:11px 12px;
  border-radius:11px;
  border-color:rgba(255,255,255,.08);
  background:rgba(0,0,0,.24);
}
.player>button{
  width:34px;
  height:34px;
}
.track strong{font-size:11px}
.track span{font-size:9px}
.bar{
  height:3px;
  margin-top:8px;
  cursor:pointer;
}
.volume-control{
  display:flex;
  align-items:center;
  gap:7px;
  width:116px;
}
.player .volume-button{
  width:28px;
  height:28px;
  flex:0 0 28px;
}
.volume-slider{
  width:78px;
  height:3px;
  margin:0;
  appearance:none;
  -webkit-appearance:none;
  border-radius:99px;
  outline:none;
  background:rgba(255,255,255,.16);
  cursor:pointer;
}
.volume-slider::-webkit-slider-thumb{
  appearance:none;
  -webkit-appearance:none;
  width:10px;
  height:10px;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 8px rgba(255,255,255,.45);
}
.volume-slider::-moz-range-thumb{
  width:10px;
  height:10px;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 8px rgba(255,255,255,.45);
}
.footer-note{
  bottom:14px;
  font-size:7px;
  opacity:.34;
}

@media(max-width:680px){
  .profile-card{width:min(92vw,470px)}
  .profile-layout{grid-template-columns:1fr}
  .identity-pane{
    align-items:center;
    text-align:center;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.075);
    padding:22px 20px 18px;
  }
  .avatar-wrap{margin:0 auto 14px}
  .badges{justify-content:center}
  .content-pane{padding:18px}
}
@media(max-width:520px){
  .profile-card{max-height:94svh;overflow:auto}
  .discord-links{grid-template-columns:1fr}
  .player{grid-template-columns:36px minmax(0,1fr)}
  .volume-control{
    grid-column:1/-1;
    width:100%;
    justify-content:flex-end;
  }
  .volume-slider{width:min(180px,65vw)}
}


/* === FINAL FIT FIX === */
.identity-pane{
  min-width:0;
  overflow:hidden;
}
.profile-card h1{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:clip;
  font-size:clamp(19px,2.8vw,23px);
  letter-spacing:.075em;
}
.content-pane{
  min-width:0;
  overflow:hidden;
}
.player{
  grid-template-columns:34px minmax(0,1fr) 88px;
  gap:9px;
  min-width:0;
}
.player .volume-control{
  width:88px;
  min-width:0;
  gap:5px;
  justify-content:flex-end;
}
.player .volume-button{
  width:24px;
  height:24px;
  flex:0 0 24px;
  padding:0;
  overflow:hidden;
}
.player .volume-button span{
  display:flex;
  width:14px;
  height:14px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.player .volume-button svg{
  display:block;
  width:14px;
  height:14px;
  flex:0 0 14px;
}
.volume-slider{
  width:56px;
  min-width:0;
  flex:0 1 56px;
}
.track{
  min-width:0;
  overflow:hidden;
}
.track strong,.track span{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:680px){
  .profile-card h1{font-size:22px}
}
@media(max-width:520px){
  .player{
    grid-template-columns:34px minmax(0,1fr) 78px;
  }
  .player .volume-control{width:78px}
  .volume-slider{width:46px;flex-basis:46px}
}


/* === V5 SURPRISE PASS — depth, ambient light, micro-motion === */
.profile-card{
  --mx:50%;
  --my:45%;
  --rx:0deg;
  --ry:0deg;
  transform:perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease;
}
.profile-card:hover{
  box-shadow:
    0 34px 110px rgba(0,0,0,.72),
    0 0 0 1px rgba(255,255,255,.025),
    inset 0 1px 0 rgba(255,255,255,.07);
}
.profile-card .ambient-grid{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.28;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
.profile-card .cursor-glow{
  position:absolute;
  z-index:0;
  pointer-events:none;
  width:340px;
  height:340px;
  left:calc(var(--mx) - 170px);
  top:calc(var(--my) - 170px);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.055),rgba(255,255,255,.012) 34%,transparent 68%);
  filter:blur(2px);
  transition:left .16s ease-out,top .16s ease-out;
}
.profile-card .profile-layout,
.profile-card .topline,
.profile-card .footer-note{
  position:relative;
  z-index:2;
}
.identity-pane{
  position:relative;
}
.identity-pane:after{
  content:"";
  position:absolute;
  top:0;
  right:-1px;
  width:1px;
  height:100%;
  background:linear-gradient(transparent,rgba(255,255,255,.16) 35%,rgba(255,255,255,.05) 70%,transparent);
  opacity:.7;
}
.avatar{
  position:relative;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12),
    0 0 0 5px rgba(255,255,255,.018),
    0 16px 42px rgba(0,0,0,.42);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease;
}
.avatar-wrap:hover .avatar{
  transform:translateY(-4px) scale(1.025);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.25),
    0 0 0 6px rgba(255,255,255,.025),
    0 20px 48px rgba(0,0,0,.48);
}
.badges span{
  position:relative;
  overflow:hidden;
}
.badges span:after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-120%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transition:transform .55s ease;
}
.badges span:hover:after{transform:translateX(120%)}

.player{
  position:relative;
  overflow:hidden;
}
.player:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:38%;
  height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,.28),transparent);
}
.eq-bars{
  position:absolute;
  right:10px;
  top:7px;
  display:flex;
  align-items:flex-end;
  gap:2px;
  height:9px;
  opacity:.22;
  pointer-events:none;
}
.eq-bars i{
  display:block;
  width:2px;
  height:3px;
  border-radius:2px;
  background:#fff;
}
.eq-bars i:nth-child(2){height:6px}
.eq-bars i:nth-child(3){height:9px}
.eq-bars i:nth-child(4){height:5px}
.eq-bars.playing i{
  animation:eqpulse .72s ease-in-out infinite alternate;
}
.eq-bars.playing i:nth-child(2){animation-delay:-.18s}
.eq-bars.playing i:nth-child(3){animation-delay:-.34s}
.eq-bars.playing i:nth-child(4){animation-delay:-.08s}
@keyframes eqpulse{
  from{transform:scaleY(.35);opacity:.38}
  to{transform:scaleY(1);opacity:1}
}
.discord-links a,
.other-socials a{
  position:relative;
  overflow:hidden;
}
.discord-links a:before,
.other-socials a:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.055) 48%,transparent 72%);
  transform:translateX(-130%);
  transition:transform .65s ease;
  pointer-events:none;
}
.discord-links a:hover:before,
.other-socials a:hover:before{transform:translateX(130%)}

@media(max-width:680px){
  .profile-card{transform:none!important}
}

/* Track artwork */
.track-cover{width:38px;height:38px;object-fit:cover;border-radius:9px;display:block;flex:0 0 38px;border:1px solid rgba(255,255,255,.11);box-shadow:0 8px 20px rgba(0,0,0,.28);transition:transform .25s ease,filter .25s ease;}
.player:hover .track-cover{transform:scale(1.035);filter:brightness(1.06);}
.player{grid-template-columns:38px minmax(0,1fr) 88px;}
@media(max-width:520px){.player{grid-template-columns:38px minmax(0,1fr) 78px;}}


/* === UNIFIED VTF PROFILES === */
.profile-stage .profile-card{
  position:relative;
  grid-area:1/1;
  opacity:1;
  transform:translateY(0) scale(1);
  transition:opacity .62s ease,transform .72s cubic-bezier(.2,.8,.2,1),filter .62s ease;
}
.profile-stage .profile-card.profile-hidden{
  filter:blur(5px);
}
.profile-stage .profile-card.profile-active{
  filter:blur(0);
}
.friend-card .avatar{
  animation:friendAvatarPulse 4.5s ease-in-out infinite;
}
@keyframes friendAvatarPulse{
  50%{box-shadow:0 0 0 7px rgba(205,30,45,.08),0 16px 50px rgba(235,25,43,.42)}
}
.friend-card .status i{
  animation:friendStatusPulse 1.7s ease-in-out infinite;
}
@keyframes friendStatusPulse{
  50%{box-shadow:0 0 18px #ff3347;transform:scale(1.25)}
}
.profile-card .track-cover{
  width:42px;
  height:42px;
  flex:0 0 42px;
  object-fit:cover;
  border-radius:9px;
  border:1px solid rgba(255,255,255,.13);
}
.profile-card .player{
  min-width:0;
}
.friend-card .player{
  min-width:0;
}
.friend-card .volume-control,
.profile-card .volume-control{
  display:flex;
  align-items:center;
  gap:5px;
  width:88px;
  min-width:0;
}
.profile-card .volume-slider{
  width:56px;
  min-width:0;
}
.friend-card .volume-slider{
  width:56px;
  min-width:0;
}
.profile-switch{
  animation:switchBreath 3.6s ease-in-out infinite;
}
@keyframes switchBreath{
  0%,100%{box-shadow:0 12px 35px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.08)}
  50%{box-shadow:0 14px 40px rgba(0,0,0,.42),0 0 24px rgba(255,255,255,.035),inset 0 1px 0 rgba(255,255,255,.11)}
}
@media(pointer:coarse){
  .profile-switch{animation:none}
}
