.artist-profile-page{
  width:min(1220px,92vw);
  margin:auto;
  padding:46px 0 78px;
}
.artist-profile-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}
.artist-profile-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:230px 1fr minmax(250px,320px);
  gap:24px;
  align-items:end;
  min-height:430px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:36px;
  padding:28px;
  background:
    linear-gradient(135deg,rgba(4,8,22,.84),rgba(4,8,22,.42)),
    var(--artist-banner) center/cover;
  box-shadow:0 34px 120px rgba(0,0,0,.35);
}
.artist-profile-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 24%,rgba(0,229,255,.24),transparent 28%),
    radial-gradient(circle at 78% 12%,rgba(102,255,102,.18),transparent 24%),
    linear-gradient(0deg,rgba(4,8,22,.92),rgba(4,8,22,.1));
  pointer-events:none;
}
.artist-profile-backdrop{
  position:absolute;
  inset:auto 0 0 0;
  height:55%;
  background:linear-gradient(0deg,rgba(4,8,22,.96),transparent);
}
.artist-profile-avatar-wrap,
.artist-profile-main,
.artist-profile-stats{
  position:relative;
  z-index:1;
}
.artist-profile-avatar{
  width:210px;
  height:210px;
  border-radius:34px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 28px 90px rgba(0,0,0,.45),0 0 70px rgba(0,229,255,.16);
}
.artist-verified{
  display:inline-flex;
  margin-top:10px;
  color:#041018;
  background:linear-gradient(135deg,var(--hk-cyan),var(--hk-lime));
  border-radius:999px;
  padding:8px 12px;
  font-weight:950;
}
.artist-profile-main h1{
  margin:.15rem 0;
  font-size:clamp(2.8rem,7vw,6.3rem);
  letter-spacing:-.06em;
  line-height:.88;
}
.artist-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 14px;
}
.artist-tags span{
  border:1px solid rgba(102,255,102,.22);
  border-radius:999px;
  padding:8px 11px;
  background:rgba(102,255,102,.07);
  color:rgba(255,255,255,.86);
}
.artist-primary-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.artist-primary-actions .hk-follow-btn{
  font-weight:950;
  min-width:132px;
}
.artist-share-status{
  color:var(--hk-lime);
  min-height:1.2em;
}
.artist-profile-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.artist-profile-stats div,
.artist-side-card,
.artist-section,
.artist-empty{
  border:1px solid var(--hk-line);
  border-radius:26px;
  background:rgba(4,8,22,.72);
  backdrop-filter:blur(20px);
}
.artist-profile-stats div{
  padding:17px;
}
.artist-profile-stats strong{
  display:block;
  font-size:2rem;
  line-height:1;
  color:var(--hk-lime);
}
.artist-profile-stats span{
  color:var(--hk-muted);
  font-size:.88rem;
}
.artist-section{
  margin:24px 0;
  padding:22px;
}
.artist-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:16px;
}
.artist-section-head h2,
.artist-side-card h2{
  margin:.15rem 0;
}
.artist-section-head span{
  color:var(--hk-muted);
}
.artist-profile-layout{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:24px;
  align-items:start;
}
.artist-track-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.artist-track-card{
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  padding:12px;
  background:rgba(0,0,0,.22);
}
.artist-track-cover{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:20px;
  aspect-ratio:1/1;
  background:rgba(0,0,0,.25);
}
.artist-track-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .22s ease;
}
.artist-track-cover span{
  position:absolute;
  right:10px;
  bottom:10px;
  border:1px solid rgba(102,255,102,.35);
  border-radius:999px;
  padding:7px 10px;
  background:rgba(4,8,22,.82);
  color:var(--hk-lime);
  font-weight:950;
  font-size:.78rem;
}
.artist-track-card:hover .artist-track-cover img{
  transform:scale(1.04);
}
.artist-track-card h3{
  margin:12px 0 4px;
  font-size:1.08rem;
}
.artist-track-card h3 a{
  color:white;
}
.artist-track-card p{
  min-height:2.5em;
  color:var(--hk-muted);
  font-size:.92rem;
}
.artist-track-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:var(--hk-muted);
  font-size:.88rem;
}
.artist-side-column{
  display:grid;
  gap:16px;
  position:sticky;
  top:96px;
}
.artist-side-card{
  padding:18px;
}
.artist-top-list{
  display:grid;
  gap:10px;
}
.artist-top-list a{
  display:grid;
  grid-template-columns:auto 48px 1fr auto;
  gap:10px;
  align-items:center;
  color:white;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:9px;
  background:rgba(0,0,0,.18);
}
.artist-top-list img{
  width:48px;
  height:48px;
  object-fit:cover;
  border-radius:14px;
}
.artist-top-list span{
  color:var(--hk-lime);
  font-weight:950;
}
.artist-top-list small,
.artist-side-card p{
  color:var(--hk-muted);
}
.artist-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:12px 0;
}
.artist-mini-stats div{
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:10px;
  background:rgba(0,0,0,.18);
}
.artist-mini-stats strong{
  display:block;
  color:var(--hk-cyan);
  font-size:1.35rem;
}
.artist-mini-stats span{
  color:var(--hk-muted);
  font-size:.78rem;
}
.owner-card{
  display:grid;
  gap:10px;
}
.artist-empty{
  padding:22px;
  color:var(--hk-muted);
}
.artist-premiere-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.artist-premiere-card{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:13px;
  border:1px solid rgba(255,211,101,.24);
  border-radius:22px;
  padding:12px;
  background:rgba(255,211,101,.07);
  color:white;
}
.artist-premiere-card img{
  width:90px;
  height:90px;
  object-fit:cover;
  border-radius:18px;
}
.artist-premiere-card span,
.artist-premiere-card small{
  display:block;
  color:var(--hk-muted);
  margin-top:5px;
}
.artist-social-upgrade{
  padding:24px;
  border-radius:32px;
}
.artist-youtube-frame{
  box-shadow:0 20px 80px rgba(0,0,0,.35);
}
@media(max-width:1040px){
  .artist-profile-hero{
    grid-template-columns:180px 1fr;
  }
  .artist-profile-stats{
    grid-column:1/-1;
    grid-template-columns:repeat(4,1fr);
  }
  .artist-profile-avatar{
    width:170px;
    height:170px;
  }
  .artist-profile-layout{
    grid-template-columns:1fr;
  }
  .artist-side-column{
    position:static;
  }
}
@media(max-width:760px){
  .artist-profile-page{
    width:min(94vw,720px);
    padding-top:28px;
  }
  .artist-profile-hero{
    grid-template-columns:1fr;
    min-height:0;
    padding:18px;
    border-radius:28px;
  }
  .artist-profile-avatar{
    width:132px;
    height:132px;
    border-radius:28px;
  }
  .artist-profile-main h1{
    font-size:clamp(2.4rem,16vw,4rem);
  }
  .artist-profile-stats{
    grid-template-columns:1fr 1fr;
  }
  .artist-profile-stats strong{
    font-size:1.55rem;
  }
  .artist-track-grid,
  .artist-premiere-grid{
    grid-template-columns:1fr;
  }
  .artist-section-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .artist-top-list a{
    grid-template-columns:auto 44px 1fr;
  }
  .artist-top-list small{
    grid-column:3;
  }
}
