/* Home only. Keep the main page feeling like a profile, not a dashboard. */
.cursor-light{
  --light-x:50vw;
  --light-y:50vh;
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:0;
  background:
    radial-gradient(circle 190px at var(--light-x) var(--light-y),rgba(255,255,255,.075),rgba(128,104,255,.04) 34%,transparent 72%);
  mix-blend-mode:screen;
  transition:opacity .22s ease;
  z-index:3;
}
.cursor-light.is-visible{opacity:1}

.profile-card-v3{
  --card-x:0px;
  --card-y:0px;
  --card-rx:0deg;
  --card-ry:0deg;
  width:min(570px,calc(100vw - 34px));
  padding:24px 24px 0;
  text-align:left;
  border-radius:17px;
  background:
    radial-gradient(circle at 82% -8%,rgba(126,100,231,.085),transparent 35%),
    linear-gradient(180deg,rgba(14,15,21,.81),rgba(8,9,13,.77));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:
    0 34px 100px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter:blur(26px) saturate(115%);
  transform:translate3d(var(--card-x),var(--card-y),0) rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transition:transform .16s ease-out,border-color .2s ease,box-shadow .2s ease;
  overflow:visible;
}
.profile-card-v3:hover{
  border-color:rgba(255,255,255,.15);
  box-shadow:0 38px 110px rgba(0,0,0,.55),0 0 70px rgba(94,73,185,.055);
}
.profile-card-v3::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 0 43%,rgba(255,255,255,.018) 50%,transparent 57%);
  transform:translateX(-115%);
  animation:profileSheen 11s ease-in-out infinite;
}
@keyframes profileSheen{0%,72%{transform:translateX(-115%)}88%,100%{transform:translateX(115%)}}

.profile-topline{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}
.profile-card-v3 .profile-avatar-wrap{width:66px;height:66px;margin:0}
.profile-card-v3 .profile-avatar{border-width:1px}
.profile-card-v3 .profile-status-dot{right:1px;bottom:6px;width:11px;height:11px}
.profile-identity-v3{min-width:0}
.profile-name-v3{justify-content:flex-start;gap:9px}
.profile-name-v3 h1{font-size:26px;font-weight:760;letter-spacing:-.045em}
.profile-name-v3 span{font-size:11px;color:#6d7180}
.profile-identity-v3>p{margin:4px 0 0;color:#a1a4af;font-size:11px}
.profile-actions-v3{display:flex;align-items:center;gap:7px}
.profile-actions-v3 a,.profile-actions-v3 button{
  min-width:76px;
  height:34px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:rgba(255,255,255,.026);
  color:#d9dbe1;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font-size:10.5px;
  font-weight:650;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
}
.profile-actions-v3 a:hover,.profile-actions-v3 button:hover{transform:translateY(-1px);background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.16);color:#fff}

.profile-bio-v3{margin:18px 0 0;color:#a2a5af;font-size:12px;line-height:1.65;max-width:480px}

.profile-now{
  margin-top:18px;
  min-height:50px;
  display:grid;
  grid-template-columns:auto 110px minmax(0,1fr);
  align-items:center;
  gap:11px;
  padding:11px 0;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.now-dot{width:7px;height:7px;border-radius:50%;background:#58d39a;box-shadow:0 0 0 5px rgba(88,211,154,.045),0 0 16px rgba(88,211,154,.22);animation:nowPulse 2.4s ease-in-out infinite}
@keyframes nowPulse{50%{box-shadow:0 0 0 8px rgba(88,211,154,.015),0 0 22px rgba(88,211,154,.3)}}
.profile-now>div{display:grid;gap:2px}.profile-now>div span{color:#555a67;font-size:7.5px;text-transform:uppercase;letter-spacing:.12em}.profile-now>div strong{font-size:12px}
.profile-now>p{margin:0;color:#747986;font-size:9.5px;line-height:1.45}

.stack-track{position:relative;margin:12px -6px 0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.stack-track-inner{display:flex;width:max-content;align-items:center;gap:10px;padding:7px 6px;color:#747987;animation:stackScroll 30s linear infinite}
.stack-track-inner span{font-size:8.5px;white-space:nowrap}.stack-track-inner i{width:3px;height:3px;border-radius:50%;background:#3e4350}
@keyframes stackScroll{to{transform:translateX(-50%)}}
.profile-card-v3:hover .stack-track-inner{animation-play-state:paused}

.profile-links-row{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-top:9px}
.profile-links-row button{position:relative;border:0;background:transparent;color:#777c88;padding:8px 4px;font-size:9px;cursor:pointer;transition:color .18s ease,transform .18s ease}
.profile-links-row button::after{content:"";position:absolute;left:30%;right:30%;bottom:1px;height:1px;background:#8d7fff;transform:scaleX(0);transition:transform .2s ease}
.profile-links-row button:hover{color:#f3f3f6;transform:translateY(-1px)}.profile-links-row button:hover::after{transform:scaleX(1)}

.profile-footer-v3{display:flex;align-items:center;gap:12px;margin:9px 0 13px;color:#555a67;font-size:8px}
.profile-footer-v3 button{border:0;background:transparent;color:#6f7481;padding:0;font-size:8px;cursor:pointer}.profile-footer-v3 button:hover{color:#b9bcc6}.profile-footer-v3 span:last-child{margin-left:auto;font-variant-numeric:tabular-nums}

.about-popover-v3{
  left:24px;
  right:24px;
  bottom:76px;
  transform:none;
  width:auto;
  max-height:min(330px,55vh);
  overflow:auto;
  padding:15px;
  border-radius:11px;
  background:rgba(10,11,16,.98);
  border:1px solid rgba(255,255,255,.095);
  box-shadow:0 22px 70px rgba(0,0,0,.58);
  backdrop-filter:blur(22px);
}
.about-popover-v3 section+section{margin-top:13px;padding-top:13px;border-top:1px solid rgba(255,255,255,.055)}
.about-popover-v3 span{color:#626775;font-size:7.5px;text-transform:uppercase;letter-spacing:.14em}.about-popover-v3 p{margin:5px 0 0;color:#b2b5bf;font-size:10px;line-height:1.6}

.music-bar-v3{
  width:calc(100% + 48px);
  margin:0 -24px;
  min-height:63px;
  padding:10px 17px;
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px;
  border:0;
  border-top:1px solid rgba(255,255,255,.065);
  border-radius:0 0 17px 17px;
  background:rgba(255,255,255,.017);
  color:inherit;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease;
}
.music-bar-v3:hover{background:rgba(255,255,255,.03)}
.music-icon-v3{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(113,90,211,.2),rgba(70,57,132,.055));border:1px solid rgba(139,121,238,.17);color:#c9c2ff;font-size:13px}
.music-copy-v3{display:grid;min-width:0}.music-copy-v3 small{font-size:7px;color:#535866;text-transform:uppercase;letter-spacing:.13em}.music-copy-v3 strong{font-size:11.5px;line-height:1.3}.music-copy-v3>span{font-size:8px;color:#777b88}
.player-bars-v3{margin-left:auto}.player-state{font-size:7.5px;color:#606572;white-space:nowrap}.music-active .player-state{color:#9296a3}

.music-panel{position:absolute;left:14px;right:14px;top:calc(100% + 10px);z-index:12;padding:10px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(8,9,13,.97);box-shadow:0 28px 80px rgba(0,0,0,.6);backdrop-filter:blur(22px)}
.music-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 8px;color:#6c7180;font-size:8px}.music-panel-head button{border:0;background:transparent;color:#8b909d;font-size:8px;cursor:pointer}.music-panel-head button:hover{color:#fff}
.music-frame-v3{display:block;width:100%;height:128px;border:0;border-radius:8px;background:#111217}

/* Use the actual Yume artwork from the live Yume project. */
.yume-ui img[src^="/project-assets/"]{object-fit:cover;background:#1b242b}
.yume-products img[src^="/project-assets/"]{border-radius:14px}

@media (max-height:760px) and (min-width:641px){.profile-card-v3{transform:scale(.92)}}

@media (max-width:640px){
  .home{padding:20px 16px 28px}
  .profile-card-v3{width:100%;padding:21px 20px 0;border-radius:17px;transform:none!important}
  .profile-topline{grid-template-columns:auto minmax(0,1fr)}
  .profile-card-v3 .profile-avatar-wrap{width:61px;height:61px}
  .profile-name-v3{display:grid;gap:1px}.profile-name-v3 h1{font-size:24px}.profile-name-v3 span{font-size:10px}
  .profile-actions-v3{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%;margin-top:2px}.profile-actions-v3 a,.profile-actions-v3 button{width:100%;height:36px}
  .profile-bio-v3{margin-top:15px;font-size:11.5px}
  .profile-now{grid-template-columns:auto 93px minmax(0,1fr);gap:8px}.profile-now>p{font-size:8.5px}
  .profile-links-row{grid-template-columns:repeat(3,1fr);row-gap:0}.profile-links-row button{font-size:8.5px;padding:7px 3px}
  .profile-footer-v3{font-size:7.5px}
  .about-popover-v3{left:18px;right:18px;bottom:74px}
  .music-bar-v3{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;padding-left:15px;padding-right:15px;grid-template-columns:34px minmax(0,1fr) auto}.music-icon-v3{width:34px;height:34px}.music-bar-v3 .player-state{display:none}
  .music-panel{left:4px;right:4px}
}

@media (max-width:390px){
  .profile-card-v3{padding-left:17px;padding-right:17px}
  .music-bar-v3{width:calc(100% + 34px);margin-left:-17px;margin-right:-17px}
  .profile-card-v3 .profile-avatar-wrap{width:57px;height:57px}
  .profile-name-v3 h1{font-size:22px}
  .profile-now{grid-template-columns:auto 82px minmax(0,1fr)}
  .stack-track-inner{animation-duration:25s}
}

@media (pointer:coarse){.cursor-light{display:none}}
