/*
|--------------------------------------------------------------------------
| HASHVIX ARTIST PROFILE
|--------------------------------------------------------------------------
*/

.hx-artist-hero{
    position:relative;
    padding-bottom:90px;
    margin-bottom:40px;
}

.hx-artist-cover{
    position:relative;
    height:420px;
    overflow:hidden;
    border-radius:0 0 40px 40px;
    background:#0f172a;
}

.hx-artist-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hx-cover-placeholder{
    width:100%;
    height:100%;
    background:
        radial-gradient(circle at top right,#4f46e5 0%,transparent 35%),
        radial-gradient(circle at bottom left,#06b6d4 0%,transparent 35%),
        linear-gradient(135deg,#0f172a,#111827,#020617);
}

.hx-cover-glow{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            to top,
            rgba(7,11,18,.95),
            rgba(7,11,18,.2)
        );
}

.hx-artist-card{

    margin-top:-120px;

    position:relative;

    z-index:20;

    display:flex;

    gap:40px;

    align-items:center;

    padding:40px;

    border-radius:32px;

    backdrop-filter:blur(18px);

    background:rgba(17,24,39,.82);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 25px 60px rgba(0,0,0,.45);

}

.hx-artist-avatar{

    flex-shrink:0;

}

.hx-artist-avatar img{

    width:190px;

    height:190px;

    border-radius:50%;

    object-fit:cover;

    border:6px solid rgba(255,255,255,.12);

    box-shadow:
        0 15px 45px rgba(0,0,0,.45);

}

.hx-artist-main{

    flex:1;

}

.hx-artist-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:30px;

}

.hx-artist-top h1{

    margin:10px 0 5px;

    font-size:48px;

    font-weight:800;

    line-height:1.1;

    color:#fff;

}

.hx-username{

    color:#94a3b8;

    font-size:18px;

}

.hx-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:8px 16px;

    border-radius:999px;

    background:rgba(88,166,255,.12);

    color:#58a6ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.hx-bio{

    margin-top:22px;

    max-width:760px;

    line-height:1.9;

    color:#d1d5db;

    font-size:16px;

}

.hx-profile-mini{

    display:flex;

    gap:16px;

    margin-top:28px;

}

.hx-profile-mini a{

    width:48px;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    color:#fff;

    background:rgba(255,255,255,.06);

    transition:.25s;

}

.hx-profile-mini a:hover{

    transform:translateY(-5px);

    background:#2563eb;

}

.hx-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    height:52px;

    padding:0 26px;

    border-radius:999px;

    border:none;

    cursor:pointer;

    font-weight:700;

    transition:.25s;

}

.hx-btn-primary{

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:#fff;

}

.hx-btn-primary:hover{

    transform:translateY(-3px);

    box-shadow:0 14px 30px rgba(37,99,235,.35);

}

.hx-btn-outline{

    background:transparent;

    border:1px solid rgba(255,255,255,.12);

    color:#fff;

}

.hx-btn-outline:hover{

    background:rgba(255,255,255,.08);

}


/* ==========================================================
   STATS SECTION
========================================================== */

.hx-artist-stats-section{
    margin-top:60px;
    margin-bottom:70px;
}

.hx-stat-card{

    position:relative;

    overflow:hidden;

    height:100%;

    padding:35px;

    border-radius:24px;

    background:rgba(17,24,39,.75);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.06);

    transition:.35s;

}

.hx-stat-card:hover{

    transform:translateY(-8px);

    border-color:rgba(37,99,235,.35);

    box-shadow:
        0 25px 60px rgba(0,0,0,.35);

}

.hx-stat-icon{

    width:64px;

    height:64px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    color:#58a6ff;

    background:rgba(37,99,235,.12);

    margin-bottom:22px;

}

.hx-stat-number{

    font-size:40px;

    font-weight:800;

    color:#fff;

    line-height:1;

}

.hx-stat-title{

    margin-top:10px;

    color:#94a3b8;

    font-size:15px;

    letter-spacing:.04em;

    text-transform:uppercase;

}

/* ==========================================================
   SECTION TITLE
========================================================== */

.hx-section-head{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:35px;

}

.hx-section-subtitle{

    display:inline-block;

    color:#58a6ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:.12em;

    text-transform:uppercase;

    margin-bottom:8px;

}

.hx-section-title{

    font-size:38px;

    font-weight:800;

    color:#fff;

    margin:0;

}

.hx-section-count{

    color:#94a3b8;

    font-weight:600;

}

/* ==========================================================
   FEATURED
========================================================== */

.hx-featured-section{

    margin:80px 0;

}

.hx-featured-card{

    display:grid;

    grid-template-columns:380px 1fr;

    gap:45px;

    padding:35px;

    border-radius:30px;

    overflow:hidden;

    background:rgba(17,24,39,.82);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.06);

    transition:.35s;

}

.hx-featured-card:hover{

    transform:translateY(-6px);

    box-shadow:
        0 30px 70px rgba(0,0,0,.35);

}

.hx-featured-cover{

    position:relative;

    border-radius:22px;

    overflow:hidden;

}

.hx-featured-cover img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.45s;

}

.hx-featured-card:hover img{

    transform:scale(1.06);

}

.hx-featured-play{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:86px;

    height:86px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#fff;

    background:rgba(37,99,235,.92);

    transition:.25s;

}

.hx-featured-play:hover{

    transform:translate(-50%,-50%) scale(1.08);

}

.hx-featured-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.hx-featured-content h2{

    margin:18px 0;

    font-size:42px;

    font-weight:800;

    color:#fff;

}

.hx-featured-content p{

    color:#cbd5e1;

    line-height:1.9;

    margin-bottom:28px;

}

.hx-featured-meta{

    display:flex;

    gap:25px;

    flex-wrap:wrap;

    color:#94a3b8;

    margin-bottom:30px;

}

.hx-featured-meta span{

    display:flex;

    align-items:center;

    gap:8px;

}

.hx-featured-actions{

    display:flex;

    gap:16px;

    flex-wrap:wrap;

}

.hx-featured-badge{

    display:inline-flex;

    width:max-content;

    padding:8px 18px;

    border-radius:999px;

    background:rgba(34,197,94,.12);

    color:#22c55e;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

}

/* ==========================================================
   PUBLIC TRACKS
========================================================== */

.hx-tracks-section{

    margin:90px 0;

}

.hx-track-card{

    position:relative;

    height:100%;

    overflow:hidden;

    border-radius:28px;

    background:rgba(17,24,39,.82);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.06);

    transition:.35s;

}

.hx-track-card:hover{

    transform:translateY(-10px);

    border-color:rgba(37,99,235,.35);

    box-shadow:
        0 30px 70px rgba(0,0,0,.35);

}

.hx-track-cover{

    position:relative;

    overflow:hidden;

    aspect-ratio:1;

}

.hx-track-cover img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.hx-track-card:hover .hx-track-cover img{

    transform:scale(1.08);

}

.hx-track-gradient{

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,0)
    );

}

.hx-track-overlay{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.3s;

    background:rgba(0,0,0,.18);

}

.hx-track-card:hover .hx-track-overlay{

    opacity:1;

}

.hx-track-play{

    width:82px;

    height:82px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#fff;

    background:linear-gradient(
        135deg,
        #2563eb,
        #06b6d4
    );

    transition:.25s;

}

.hx-track-play:hover{

    transform:scale(1.08);

    color:#fff;

}

.hx-track-body{

    padding:26px;

}

.hx-track-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:18px;

}

.hx-track-badge{

    padding:6px 14px;

    border-radius:999px;

    background:rgba(37,99,235,.12);

    color:#58a6ff;

    font-size:12px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.hx-track-date{

    color:#94a3b8;

    font-size:13px;

}

.hx-track-title{

    font-size:24px;

    font-weight:800;

    color:#fff;

    margin-bottom:12px;

    line-height:1.3;

}

.hx-track-description{

    color:#cbd5e1;

    line-height:1.8;

    min-height:72px;

    margin-bottom:26px;

}

.hx-track-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:12px;

}

.hx-track-bottom .hx-btn{

    flex:1;

}

.hx-pagination{

    margin-top:60px;

    display:flex;

    justify-content:center;

}

.hx-empty{

    text-align:center;

    padding:100px 40px;

    border-radius:30px;

    background:rgba(17,24,39,.7);

    border:1px solid rgba(255,255,255,.05);

}

.hx-empty-icon{

    width:100px;

    height:100px;

    margin:0 auto 30px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

    color:#58a6ff;

    background:rgba(37,99,235,.12);

}

.hx-empty h3{

    color:#fff;

    font-size:34px;

    margin-bottom:15px;

}

.hx-empty p{

    color:#94a3b8;

    max-width:500px;

    margin:auto;

}

/* ==========================================================
   SOCIALS
========================================================== */

.hx-social-section{

    margin:90px 0;

}

.hx-social-card{

    padding:40px;

    border-radius:30px;

    background:rgba(17,24,39,.82);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.06);

}

.hx-social-card h3{

    color:#fff;

    margin-bottom:30px;

    font-size:32px;

    font-weight:800;

}

.hx-social-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

}

.hx-social-item{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:15px;

    height:150px;

    border-radius:24px;

    text-decoration:none;

    color:#fff;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.06);

    transition:.3s;

}

.hx-social-item:hover{

    transform:translateY(-8px);

    color:#fff;

    background:linear-gradient(135deg,#2563eb,#06b6d4);

}

.hx-social-item i{

    font-size:42px;

}

.hx-social-item span{

    font-weight:700;

}

/* ==========================================================
   ABOUT
========================================================== */

.hx-activity-section{

    margin:90px 0;

}

.hx-about-card{

    height:100%;

    padding:35px;

    border-radius:28px;

    background:rgba(17,24,39,.82);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.06);

}

.hx-about-card h4{

    color:#fff;

    margin-bottom:25px;

    font-size:26px;

    font-weight:800;

}

.hx-about-card p{

    color:#cbd5e1;

    line-height:1.9;

}

.hx-about-list{

    list-style:none;

    margin:0;

    padding:0;

}

.hx-about-list li{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:16px 0;

    border-bottom:1px solid rgba(255,255,255,.06);

}

.hx-about-list li:last-child{

    border:none;

}

.hx-about-list span{

    color:#94a3b8;

}

.hx-about-list strong{

    color:#fff;

    font-size:18px;

}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:1200px){

.hx-featured-card{

    grid-template-columns:1fr;

}

}

@media(max-width:992px){

.hx-artist-card{

    flex-direction:column;

    text-align:center;

}

.hx-artist-top{

    flex-direction:column;

    align-items:center;

}

.hx-profile-mini{

    justify-content:center;

}

.hx-social-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.hx-artist-cover{

    height:260px;

}

.hx-artist-card{

    margin-top:-80px;

    padding:30px;

}

.hx-artist-avatar img{

    width:150px;

    height:150px;

}

.hx-artist-top h1{

    font-size:34px;

}

.hx-section-title{

    font-size:30px;

}

.hx-featured-content h2{

    font-size:30px;

}

.hx-section-head{

    flex-direction:column;

    align-items:flex-start;

    gap:12px;

}

.hx-track-bottom{

    flex-direction:column;

}

.hx-track-bottom .hx-btn{

    width:100%;

}

}

@media(max-width:576px){

.hx-social-grid{

    grid-template-columns:1fr;

}

.hx-stat-number{

    font-size:32px;

}

.hx-featured-actions{

    flex-direction:column;

}

.hx-featured-actions .hx-btn{

    width:100%;

}

}