/* =========================================================
   Music FM — Artist Page 2026
   Sharp, modern, Apple/Spotify-inspired
   קובץ CSS לעמוד artist.php בלבד
========================================================= */

.artist-2026-page{
    padding-top:24px;
}

/* HERO */
.artist-2026-hero{
    position:relative;
    min-height:470px;
    overflow:hidden;
    border:1px solid rgba(15,35,70,.12);
    border-radius:4px;
    background:#071832;
    color:#fff;
    box-shadow:0 14px 36px rgba(15,35,70,.11);
}

.artist-2026-bg{
    position:absolute;
    inset:0;
}

.artist-2026-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.52;
    filter:saturate(1.08) contrast(1.04);
    border-radius:0 !important;
}

.artist-2026-bg::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 12%,rgba(20,124,255,.34),transparent 34%),
        linear-gradient(90deg,rgba(3,8,18,.95) 0%,rgba(3,8,18,.72) 46%,rgba(3,8,18,.36) 100%),
        linear-gradient(180deg,transparent 0%,rgba(3,8,18,.82) 100%);
}

.artist-2026-content{
    position:relative;
    z-index:2;
    min-height:470px;
    display:grid;
    grid-template-columns:210px 1fr 260px;
    align-items:center;
    gap:30px;
    padding:46px;
}

.artist-2026-avatar{
    width:188px;
    height:188px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.22);
    border-radius:4px;
    background:rgba(255,255,255,.08);
    box-shadow:0 18px 48px rgba(0,0,0,.28);
}

.artist-2026-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0 !important;
}

.artist-2026-info > span{
    display:inline-flex;
    padding:7px 11px;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-size:12px;
    font-weight:950;
    line-height:1;
}

.artist-2026-info h1{
    margin:18px 0 12px;
    color:#fff;
    font-size:64px;
    line-height:.95;
    font-weight:950;
    letter-spacing:-2.2px;
}

.artist-2026-info h1 b{
    display:inline-grid;
    place-items:center;
    width:32px;
    height:32px;
    border-radius:50%;
    background:#147cff;
    color:#fff;
    font-size:18px;
    vertical-align:middle;
}

.artist-2026-info p{
    max-width:690px;
    margin:0 0 22px;
    color:rgba(255,255,255,.82);
    font-size:18px;
    line-height:1.65;
    font-weight:750;
}

.artist-2026-stats{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:22px;
}

.artist-2026-stats article{
    min-width:96px;
    padding:13px 15px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:3px;
    background:rgba(255,255,255,.08);
}

.artist-2026-stats strong{
    display:block;
    color:#59c7ff;
    font-size:24px;
    line-height:1;
    font-weight:950;
}

.artist-2026-stats small{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.78);
    font-weight:850;
}

.artist-2026-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}

.artist-2026-actions button,
.artist-2026-actions a,
.artist-2026-strip button{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 18px;
    border:0;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-weight:950;
    cursor:pointer;
    text-decoration:none;
}

.artist-2026-actions a{
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
}

.artist-2026-latest-mini{
    padding:18px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:4px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
}

.artist-2026-latest-mini small{
    display:block;
    color:#59c7ff;
    font-weight:950;
    margin-bottom:12px;
}

.artist-2026-latest-mini button{
    position:relative;
    display:block;
    width:100%;
    aspect-ratio:1/1;
    border:0;
    padding:0;
    border-radius:3px;
    overflow:hidden;
    background:#071832;
    cursor:pointer;
}

.artist-2026-latest-mini button img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0 !important;
}

.artist-2026-latest-mini button span{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:34px;
    background:rgba(0,0,0,.18);
}

.artist-2026-latest-mini strong{
    display:block;
    margin-top:13px;
    color:#fff;
    font-size:18px;
    line-height:1.25;
    font-weight:950;
}

.artist-2026-latest-mini em{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.72);
    font-style:normal;
    font-weight:800;
}

/* Latest strip */
.artist-2026-strip{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin:18px 0;
    padding:18px 22px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 9px 24px rgba(15,35,70,.055);
}

.artist-2026-strip span{
    color:#147cff;
    font-size:12px;
    font-weight:950;
}

.artist-2026-strip strong{
    display:block;
    margin-top:5px;
    color:#111827;
    font-size:24px;
    line-height:1.2;
    font-weight:950;
}

.artist-2026-strip small{
    display:block;
    margin-top:5px;
    color:#667085;
    font-weight:800;
}

/* Layout */
.artist-2026-main-grid{
    display:grid;
    grid-template-columns:1fr 340px;
    gap:18px;
    align-items:start;
    margin:18px 0;
}

.artist-2026-card{
    overflow:hidden;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 9px 24px rgba(15,35,70,.055);
}

.artist-2026-card-head{
    min-height:64px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:15px 18px;
    border-bottom:1px solid #e4ebf5;
    background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%);
}

.artist-2026-card-head span{
    display:block;
    color:#147cff;
    font-size:11px;
    line-height:1;
    font-weight:950;
    letter-spacing:.5px;
}

.artist-2026-card-head h2{
    margin:4px 0 0;
    color:#111827;
    font-size:21px;
    line-height:1;
    font-weight:950;
}

.artist-2026-card-head a{
    color:#147cff;
    font-size:13px;
    font-weight:950;
    white-space:nowrap;
    text-decoration:none;
}

/* Songs */
.artist-2026-song{
    display:grid;
    grid-template-columns:44px 58px 1fr 38px;
    align-items:center;
    gap:13px;
    min-height:82px;
    padding:13px 18px;
    border-bottom:1px solid #e4ebf5;
    cursor:pointer;
    transition:background .18s ease;
}

.artist-2026-song:hover{
    background:rgba(20,124,255,.045);
}

.artist-2026-song b{
    color:#147cff;
    font-size:18px;
    font-weight:950;
}

.artist-2026-song img{
    width:58px;
    height:58px;
    object-fit:cover;
    border-radius:3px !important;
}

.artist-2026-song strong{
    display:block;
    color:#111827;
    font-size:16px;
    line-height:1.25;
    font-weight:950;
}

.artist-2026-song small{
    display:block;
    margin-top:5px;
    color:#667085;
    font-size:13px;
    font-weight:800;
}

.artist-2026-song button{
    width:38px;
    height:38px;
    border:1px solid #cbd5e1;
    border-radius:3px;
    background:#fff;
    color:#147cff;
    font-weight:950;
}

/* Side */
.artist-2026-side{
    display:grid;
    gap:18px;
}

.artist-2026-about p{
    margin:0;
    padding:18px;
    color:#475467;
    line-height:1.75;
    font-weight:750;
}

.artist-2026-similar > div{
    display:grid;
}

.artist-2026-similar a{
    display:grid;
    grid-template-columns:48px 1fr;
    align-items:center;
    gap:12px;
    padding:13px 18px;
    border-bottom:1px solid #e4ebf5;
    color:#111827;
    font-weight:950;
    text-decoration:none;
}

.artist-2026-similar img{
    width:48px;
    height:48px;
    object-fit:cover;
    border-radius:50%;
}

/* Sections */
.artist-2026-section{
    margin:18px 0;
}

.artist-2026-album-grid,
.artist-2026-video-grid,
.artist-2026-news-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    padding:18px;
}

.artist-2026-album-grid a,
.artist-2026-news-grid a,
.artist-2026-video-grid button{
    display:block;
    text-align:right;
    color:#111827;
    border:0;
    background:transparent;
    padding:0;
    cursor:pointer;
    text-decoration:none;
}

.artist-2026-album-grid img,
.artist-2026-news-grid img,
.artist-2026-video-grid img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:3px !important;
    background:#071832;
}

.artist-2026-video-grid button{
    position:relative;
}

.artist-2026-video-grid span{
    position:absolute;
    top:14px;
    right:14px;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-weight:950;
}

.artist-2026-album-grid strong,
.artist-2026-video-grid strong,
.artist-2026-news-grid strong{
    display:block;
    margin-top:10px;
    color:#111827;
    font-size:16px;
    line-height:1.3;
    font-weight:950;
}

.artist-2026-album-grid small{
    display:block;
    margin-top:5px;
    color:#667085;
    font-weight:800;
}

.artist-2026-news-grid img{
    aspect-ratio:16/10;
}

.artist-2026-empty{
    padding:22px;
    color:#667085;
    font-weight:900;
}

/* Responsive */
@media(max-width:1180px){
    .artist-2026-content{
        grid-template-columns:170px 1fr;
    }

    .artist-2026-latest-mini{
        grid-column:1 / -1;
        max-width:320px;
    }

    .artist-2026-main-grid{
        grid-template-columns:1fr;
    }

    .artist-2026-side{
        grid-template-columns:1fr 1fr;
    }

    .artist-2026-album-grid,
    .artist-2026-video-grid,
    .artist-2026-news-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:760px){
    .artist-2026-page{
        padding-top:16px;
    }

    .artist-2026-hero{
        min-height:auto;
        margin-inline:-9px;
        border-radius:0 0 4px 4px;
    }

    .artist-2026-content{
        min-height:auto;
        grid-template-columns:1fr;
        padding:30px 22px;
    }

    .artist-2026-avatar{
        width:142px;
        height:142px;
    }

    .artist-2026-info h1{
        font-size:42px;
        letter-spacing:-1px;
    }

    .artist-2026-info p{
        font-size:16px;
    }

    .artist-2026-stats{
        display:grid;
        grid-template-columns:repeat(2,1fr);
    }

    .artist-2026-latest-mini{
        max-width:none;
    }

    .artist-2026-strip{
        display:block;
    }

    .artist-2026-strip button{
        margin-top:14px;
        width:100%;
    }

    .artist-2026-song{
        grid-template-columns:34px 52px 1fr 34px;
        gap:10px;
        padding:12px 13px;
    }

    .artist-2026-song img{
        width:52px;
        height:52px;
    }

    .artist-2026-side{
        grid-template-columns:1fr;
    }

    .artist-2026-album-grid,
    .artist-2026-video-grid,
    .artist-2026-news-grid{
        grid-template-columns:1fr 1fr;
        gap:14px;
        padding:14px;
    }
}

@media(max-width:460px){
    .artist-2026-info h1{
        font-size:34px;
    }

    .artist-2026-album-grid,
    .artist-2026-video-grid,
    .artist-2026-news-grid{
        grid-template-columns:1fr;
    }
}

@media(prefers-reduced-motion: reduce){
    .artist-2026-page *,
    .artist-2026-page *::before,
    .artist-2026-page *::after{
        animation:none !important;
        transition:none !important;
        transform:none !important;
    }
}


/* =========================================================
   Artist Page — Breaking Bar Performance Fix
   מונע מה-HERO הכבד של עמוד אמן להאט את המבזקים העליונים
========================================================= */

/* מבודד את עמוד האמן כדי שלא ישפיע על אנימציות גלובליות כמו מבזקים */
.artist-2026-page{
    isolation:isolate;
}

/* להפחית עומס גרפי כבד מה-HERO */
.artist-2026-bg img{
    filter:none !important;
    opacity:.46;
    transform:translateZ(0);
    will-change:auto;
}

.artist-2026-hero,
.artist-2026-content,
.artist-2026-card,
.artist-2026-strip{
    transform:translateZ(0);
    backface-visibility:hidden;
}

/* backdrop-filter גורם לעיתים להאטה של מרקיזות/מבזקים בדפדפן */
.artist-2026-latest-mini{
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    background:rgba(255,255,255,.09) !important;
}

/* הגנה על בר המבזקים לפי שמות נפוצים באתר */
.mf-breaking,
.mf-breaking-bar,
.breaking,
.breaking-bar,
.breaking-news{
    isolation:isolate;
    transform:translateZ(0);
    backface-visibility:hidden;
}

/* הטקסט הרץ במבזקים - שמירה על תנועה חלקה */
.mf-breaking-track,
.mf-breaking-marquee,
.breaking-track,
.breaking-marquee,
.ticker-track,
.ticker-marquee{
    will-change:transform;
    transform:translateZ(0);
    backface-visibility:hidden;
}

/* אם בעמוד artist יש override לא רצוי למהירות, ננטרל האטה קיצונית */
.artist-2026-page ~ .mf-breaking-track,
.artist-2026-page ~ .breaking-track{
    animation-timing-function:linear !important;
}


/* =========================================================
   Artist Page — Full Bio + Font Awesome Icon Cleanup
   מציג ביוגרפיה מלאה ומשתמש באותה משפחת אייקונים של האתר
========================================================= */
.artist-2026-hero-bio,
.artist-2026-info p{
    max-height:none !important;
    overflow:visible !important;
    display:block !important;
    -webkit-line-clamp:unset !important;
    -webkit-box-orient:initial !important;
    text-overflow:clip !important;
    white-space:normal !important;
}

.artist-2026-info .artist-2026-hero-bio{
    max-width:820px;
}

.artist-2026-actions .fa-solid,
.artist-2026-strip button .fa-solid,
.artist-2026-card-head a .fa-solid,
.artist-2026-song button .fa-solid,
.artist-2026-latest-mini button span .fa-solid,
.artist-2026-video-grid span .fa-solid,
.artist-2026-info h1 b .fa-solid{
    display:inline-grid;
    place-items:center;
    width:18px;
    height:18px;
    font-size:15px;
    line-height:1;
}

.artist-2026-actions .fa-solid{
    margin-inline-end:0;
}

.artist-2026-card-head a{
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.artist-2026-info h1 b .fa-solid{
    font-size:14px;
}

.artist-2026-latest-mini button span,
.artist-2026-video-grid span,
.artist-2026-song button{
    font-size:18px;
}

@media(max-width:760px){
    .artist-2026-info .artist-2026-hero-bio{
        max-width:100%;
        font-size:15px;
        line-height:1.75;
    }
}
