/* =========================================================
   Music FM V2 — Home Blocks Sharp 2026
========================================================= */

.mf-home-section{
    display:grid;
    gap:18px;
    margin:22px 0;
}

.mf-home-dashboard{grid-template-columns:1.15fr 1fr 1fr 1fr}
.mf-home-wide{grid-template-columns:1.35fr .95fr}
.mf-home-three{grid-template-columns:1fr 1fr 1fr}

.mf-home-card{
    background:rgba(255,255,255,.96);
    border:1px solid #dfe7f3;
    border-radius:7px;
    overflow:hidden;
    box-shadow:
        0 10px 26px rgba(15,35,70,.06),
        inset 0 1px 0 rgba(255,255,255,.86);
    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        transform .22s ease;
}

.mf-home-card:hover{
    border-color:rgba(20,124,255,.22);
    box-shadow:
        0 14px 34px rgba(15,35,70,.09),
        0 0 0 1px rgba(20,124,255,.04);
}

.mf-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%);
}

.mf-card-head h2{
    margin:4px 0 0;
    color:#111827;
    font-size:21px;
    line-height:1;
    font-weight:950;
}

.mf-card-head span{
    display:block;
    color:#147cff;
    font-size:11px;
    line-height:1;
    font-weight:950;
    letter-spacing:.5px;
}

.mf-card-head a{
    color:#147cff;
    font-size:13px;
    font-weight:950;
    white-space:nowrap;
}

.mf-live-pill{
    width:max-content;
    padding:5px 8px;
    color:#fff !important;
    background:#ef233c;
    border-radius:3px;
    box-shadow:0 0 0 4px rgba(239,35,60,.08);
}

.mf-empty-state{
    padding:20px;
    color:#667085;
    font-weight:850;
}

/* Dark cards */
.mf-newsroom-card,
.mf-chart-card{
    background:
        radial-gradient(circle at 92% 0%,rgba(20,124,255,.16),transparent 38%),
        linear-gradient(180deg,#071832 0%,#061123 100%);
    border-color:#123463;
    color:#fff;
}

.mf-newsroom-card .mf-card-head,
.mf-chart-card .mf-card-head{
    background:transparent;
    border-color:rgba(255,255,255,.12);
}

.mf-newsroom-card .mf-card-head h2,
.mf-chart-card .mf-card-head h2{
    color:#fff;
}

.mf-newsroom-card .mf-card-head a,
.mf-chart-card .mf-card-head a{
    color:#59c7ff;
}

/* Newsroom */
.mf-newsroom-row{
    display:grid;
    grid-template-columns:68px 1fr 30px;
    align-items:center;
    gap:12px;
    min-height:58px;
    padding:0 18px;
    border-bottom:1px solid rgba(255,255,255,.10);
    color:#fff;
}

.mf-newsroom-row time{
    color:#b8d8ff;
    font-size:13px;
    font-weight:950;
}

.mf-newsroom-row strong{
    font-size:14px;
    line-height:1.35;
    font-weight:850;
}

.mf-newsroom-row span{font-size:18px}

/* News */
.mf-news-row{
    display:grid;
    grid-template-columns:1fr 94px;
    gap:13px;
    align-items:center;
    min-height:92px;
    padding:14px 16px;
    border-bottom:1px solid #e4ebf5;
    cursor:pointer;
}

.mf-news-row h3{
    margin:0 0 7px;
    color:#111827;
    font-size:15px;
    line-height:1.35;
    font-weight:950;
}

.mf-news-row small{
    color:#667085;
    font-size:12px;
    font-weight:800;
}

.mf-news-row img,
.mf-ranked-row img,
.mf-song-row img,
.mf-chart-row img{
    object-fit:cover;
    border-radius:4px;
}

.mf-news-row img{
    width:94px;
    height:64px;
}

/* Ranked */
.mf-ranked-row{
    display:grid;
    grid-template-columns:34px 1fr 68px;
    align-items:center;
    gap:12px;
    min-height:82px;
    padding:12px 16px;
    border-bottom:1px solid #e4ebf5;
    color:#111827;
}

.mf-ranked-row b{
    color:#147cff;
    font-size:29px;
    font-weight:950;
}

.mf-ranked-row p{
    margin:0;
    font-size:14px;
    line-height:1.35;
    font-weight:950;
}

.mf-ranked-row img{
    width:68px;
    height:52px;
}

/* Songs */
.mf-song-row,
.mf-chart-row{
    display:grid;
    grid-template-columns:28px 52px 1fr 34px;
    align-items:center;
    gap:11px;
    min-height:76px;
    padding:12px 16px;
    border-bottom:1px solid #e4ebf5;
    cursor:pointer;
}

.mf-song-row b{
    color:#147cff;
    font-size:18px;
    font-weight:950;
}

.mf-song-row img,
.mf-chart-row img{
    width:52px;
    height:52px;
}

.mf-song-row span,
.mf-chart-row span{
    color:#111827;
    font-size:14px;
    line-height:1.3;
    font-weight:950;
}

.mf-song-row small{
    display:block;
    margin-top:4px;
    color:#667085;
    font-size:12px;
    font-weight:700;
}

.mf-song-row button,
.mf-chart-row button{
    width:34px;
    height:34px;
    border:1px solid #cbd5e1;
    border-radius:4px;
    background:#fff;
    color:#147cff;
    font-weight:950;
}

/* New songs */
.mf-new-songs-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    padding:16px;
}

.mf-new-song{
    position:relative;
    min-height:190px;
    overflow:hidden;
    border-radius:5px;
    background:#071832;
    cursor:pointer;
}

.mf-new-song img{
    width:100%;
    height:100%;
    min-height:190px;
    object-fit:cover;
    opacity:.84;
    border-radius:0;
    transition:transform .35s ease, opacity .35s ease;
}

.mf-new-song:hover img{
    transform:scale(1.045);
    opacity:.70;
}

.mf-new-song button{
    position:absolute;
    top:13px;
    right:13px;
    width:38px;
    height:38px;
    border:0;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    font-weight:950;
}

.mf-new-song div{
    position:absolute;
    right:0;
    left:0;
    bottom:0;
    padding:18px;
    color:#fff;
    background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));
}

.mf-new-song h3{
    margin:0 0 7px;
    font-size:16px;
    line-height:1.25;
    font-weight:950;
}

.mf-new-song small{
    color:rgba(255,255,255,.78);
    font-weight:800;
}

/* Albums */
.mf-album-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    padding:16px;
}

.mf-album-card{color:#111827}

.mf-album-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:5px;
    box-shadow:0 10px 24px rgba(15,35,70,.10);
}

.mf-album-card h3{
    margin:10px 0 4px;
    font-size:16px;
    line-height:1.25;
    font-weight:950;
}

.mf-album-card small{
    color:#667085;
    font-weight:800;
}

/* Chart */
.mf-chart-row{
    border-color:rgba(255,255,255,.11);
}

.mf-chart-row em{
    color:#4ade80;
    font-style:normal;
    font-weight:950;
}

.mf-chart-row span{color:#fff}

.mf-chart-row button{
    background:transparent;
    border-color:rgba(255,255,255,.22);
    color:#fff;
}

/* Community */
.mf-community-feed p{
    margin:0;
    padding:17px 18px;
    border-bottom:1px solid #e4ebf5;
    color:#111827;
    font-size:15px;
    font-weight:900;
}

/* Magazine */
.mf-magazine-feature{
    display:block;
    color:#111827;
}

.mf-magazine-feature img{
    width:100%;
    height:210px;
    object-fit:cover;
    border-radius:0;
}

.mf-magazine-feature h3{
    margin:18px 18px 8px;
    font-size:23px;
    line-height:1.22;
    font-weight:950;
}

.mf-magazine-feature p{
    margin:0;
    padding:0 18px 20px;
    color:#475467;
    line-height:1.6;
    font-weight:700;
}

/* Stats */
.mf-home-stats{
    margin:26px 0;
}

.mf-home-stats h2{
    margin:0 0 14px;
    color:#111827;
    font-size:24px;
    font-weight:950;
}

.mf-home-stats > div{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
}

.mf-home-stats article{
    padding:18px;
    border:1px solid #dfe7f3;
    border-radius:7px;
    background:#fff;
    box-shadow:0 12px 28px rgba(15,35,70,.06);
}

.mf-home-stats b{
    display:block;
    color:#147cff;
    font-size:28px;
    font-weight:950;
}

.mf-home-stats span{
    color:#667085;
    font-weight:900;
}

/* App banner */
.mf-app-banner-2026{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin:26px 0 34px;
    padding:30px;
    border-radius:7px;
    background:
        radial-gradient(circle at 12% 0%,rgba(89,199,255,.22),transparent 32%),
        linear-gradient(135deg,#071832 0%,#0b2e69 100%);
    color:#fff;
    box-shadow:0 18px 46px rgba(15,35,70,.16);
}

.mf-app-banner-2026 span{
    color:#59c7ff;
    font-size:12px;
    font-weight:950;
}

.mf-app-banner-2026 h2{
    margin:8px 0 8px;
    font-size:32px;
    font-weight:950;
}

.mf-app-banner-2026 p{
    margin:0 0 14px;
    color:rgba(255,255,255,.78);
    font-weight:700;
}

.mf-app-banner-2026 div div{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.mf-app-banner-2026 div div b{
    padding:8px 11px;
    border-radius:4px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.10);
    font-size:13px;
}

.mf-app-banner-2026 > strong{
    color:#59c7ff;
    font-size:58px;
    font-weight:950;
}

/* Hover */
.mf-home-card a,
.mf-home-card article{
    transition:background .18s ease, transform .18s ease;
}

.mf-news-row:hover,
.mf-ranked-row:hover,
.mf-song-row:hover,
.mf-chart-row:hover,
.mf-newsroom-row:hover,
.mf-community-feed p:hover{
    background:rgba(20,124,255,.045);
}

/* Responsive */
@media(max-width:1200px){
    .mf-home-dashboard{grid-template-columns:1fr 1fr}
    .mf-home-three{grid-template-columns:1fr 1fr}
    .mf-magazine-card{grid-column:1 / -1}
    .mf-home-stats > div{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:820px){
    .mf-home-dashboard,
    .mf-home-wide,
    .mf-home-three{
        grid-template-columns:1fr;
    }

    .mf-new-songs-grid{grid-template-columns:1fr 1fr}
    .mf-home-stats > div{grid-template-columns:repeat(2,1fr)}

    .mf-app-banner-2026{
        display:block;
        padding:24px;
    }

    .mf-app-banner-2026 > strong{
        display:block;
        margin-top:16px;
        font-size:42px;
    }
}

@media(max-width:560px){
    .mf-home-section{
        gap:14px;
        margin:16px 0;
    }

    .mf-card-head{
        min-height:58px;
        padding:13px 14px;
    }

    .mf-card-head h2{font-size:18px}

    .mf-new-songs-grid,
    .mf-album-grid{
        grid-template-columns:1fr;
        padding:14px;
    }

    .mf-home-stats > div{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .mf-home-stats article{padding:14px}
    .mf-home-stats b{font-size:24px}

    .mf-newsroom-row,
    .mf-news-row,
    .mf-ranked-row,
    .mf-song-row,
    .mf-chart-row{
        padding-inline:13px;
    }

    .mf-app-banner-2026 h2{font-size:25px}
}

/* =========================================================
   Music FM V2 — Square Sharp Final Overrides
   פחות מעוגל + תיקון הפס הלבן בכרטיסים הכהים
========================================================= */

.mf-home-card,
.mf-home-stats article,
.mf-app-banner-2026{
    border-radius:4px !important;
}

.mf-new-song,
.mf-album-card img,
.mf-news-row img,
.mf-ranked-row img,
.mf-song-row img,
.mf-chart-row img,
.mf-magazine-feature img,
.mf-song-row button,
.mf-chart-row button,
.mf-new-song button,
.mf-app-banner-2026 div div b,
.mf-live-pill{
    border-radius:3px !important;
}

/* מסיר את הפס/רקע הלבן בכרטיסים הכהים */
.mf-newsroom-card .mf-card-head,
.mf-chart-card .mf-card-head{
    background:
        radial-gradient(circle at 92% 0%,rgba(20,124,255,.10),transparent 42%),
        linear-gradient(180deg,rgba(9,30,62,.98) 0%,rgba(6,17,35,.98) 100%) !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
    box-shadow:none !important;
}

/* מוודא שאין קו לבן שנכנס מהכרטיס עצמו */
.mf-newsroom-card,
.mf-chart-card{
    background:
        radial-gradient(circle at 92% 0%,rgba(20,124,255,.16),transparent 38%),
        linear-gradient(180deg,#071832 0%,#061123 100%) !important;
    border-color:#123463 !important;
    box-shadow:
        0 12px 30px rgba(7,24,50,.16),
        inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.mf-newsroom-card .mf-card-head h2,
.mf-chart-card .mf-card-head h2{
    color:#fff !important;
}

.mf-newsroom-card .mf-card-head span:not(.mf-live-pill),
.mf-chart-card .mf-card-head span{
    color:#59c7ff !important;
}

/* חידוד כללי כדי שירגיש יותר 2026 ופחות עגול */
.mf-card-head{
    border-radius:0 !important;
}

.mf-home-card{
    box-shadow:
        0 9px 24px rgba(15,35,70,.055),
        inset 0 1px 0 rgba(255,255,255,.72) !important;
}

.mf-home-card:hover{
    box-shadow:
        0 13px 30px rgba(15,35,70,.085),
        0 0 0 1px rgba(20,124,255,.04) !important;
}

/* =========================================================
   Music FM — Live Stats Exact 2026
   לפי הרפרנס: כותרת ימנית, קישור כחול, כרטיסים בהירים בשורה
========================================================= */

.mf-home-stats{
    display:none !important;
}

.mf-live-stats-2026{
    margin:34px 0 28px;
    padding-top:18px;
    border-top:1px solid rgba(15,35,70,.12);
}

.mf-live-stats-head{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    margin:0 0 14px;
}

.mf-live-stats-head h2{
    margin:0;
    color:#111827;
    font-size:23px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.2px;
}

.mf-live-stats-head a{
    position:relative;
    color:#147cff;
    font-size:13px;
    line-height:1;
    font-weight:950;
    padding-inline-start:18px;
}

.mf-live-stats-head a::before{
    content:"›";
    position:absolute;
    right:0px;
    top:50%;
    transform:translateY(-50%);
}

.mf-live-stats-row{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:8px;
}

.mf-live-stat-card{
    min-height:104px;
    display:grid;
    grid-template-columns:1fr 54px;
    align-items:center;
    gap:8px;
    padding:18px 18px;
    background:
        linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);
    border:1px solid rgba(15,35,70,.055);
    border-radius:3px;
    box-shadow:
        0 7px 18px rgba(15,35,70,.04),
        inset 0 1px 0 rgba(255,255,255,.82);
}

.mf-live-stat-card b{
    display:block;
    color:#060b14;
    font-size:27px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.5px;
}

.mf-live-stat-card span{
    display:block;
    margin-top:8px;
    color:#111827;
    font-size:15px;
    line-height:1;
    font-weight:850;
}

.mf-live-stat-icon{
    width:54px;
    height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    justify-self:end;
    margin-top:0 !important;
    color:#111827;
    font-size:36px;
    line-height:1;
}

.mf-live-stat-card.is-blue .mf-live-stat-icon{
    color:#147cff;
}

.mf-live-stat-icon i{
    font-size:36px;
    line-height:1;
}

@media(max-width:1250px){
    .mf-live-stats-row{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:760px){
    .mf-live-stats-2026{
        margin:24px 0;
    }

    .mf-live-stats-row{
        grid-template-columns:repeat(2,1fr);
        gap:7px;
    }

    .mf-live-stat-card{
        min-height:94px;
        grid-template-columns:1fr 44px;
        padding:15px;
    }

    .mf-live-stat-card b{
        font-size:23px;
    }

    .mf-live-stat-card span{
        font-size:13px;
    }

    .mf-live-stat-icon{
        width:44px;
        height:44px;
        font-size:30px;
    }

    .mf-live-stat-icon i{
        font-size:30px;
    }
}

@media(max-width:420px){
    .mf-live-stats-row{
        grid-template-columns:1fr;
    }
}

/* =========================================================
   Music FM — Community + Wide Layout
========================================================= */

.mf-home-wide{
    grid-template-columns:1.28fr .88fr .88fr;
}

.mf-community-feed{
    display:grid;
}

.mf-community-feed p{
    display:none;
}

.mf-community-row{
    display:grid;
    grid-template-columns:34px 1fr;
    align-items:center;
    gap:12px;
    min-height:66px;
    padding:14px 18px;
    border-bottom:1px solid #e4ebf5;
    color:#111827;
    transition:background .18s ease;
}

.mf-community-row:hover{
    background:rgba(20,124,255,.045);
}

.mf-community-row b{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    background:#eef6ff;
    color:#147cff;
}

.mf-community-row span{
    color:#111827;
    font-size:15px;
    line-height:1.35;
    font-weight:900;
}

.mf-community-row.is-winner{
    background:linear-gradient(90deg,rgba(20,124,255,.08),transparent 72%);
}

.mf-community-row.is-winner b{
    background:#147cff;
    color:#fff;
}

@media(max-width:1200px){
    .mf-home-wide{
        grid-template-columns:1fr 1fr;
    }

    .mf-new-songs-card{
        grid-column:1 / -1;
    }
}

@media(max-width:820px){
    .mf-home-wide{
        grid-template-columns:1fr;
    }

    .mf-new-songs-card{
        grid-column:auto;
    }
}

@media(max-width:560px){
    .mf-community-row{
        min-height:62px;
        padding:13px 14px;
    }
}

/* =========================================================
   Music FM — App Banner Pro 2026
   פיתוח אזור האפליקציה בדף הבית
========================================================= */

.mf-app-banner-2026.mf-app-banner-pro{
    position:relative;
    min-height:330px;
    display:grid;
    grid-template-columns:1fr 420px 170px;
    align-items:center;
    gap:28px;
    margin:30px 0 36px;
    padding:36px 38px;
    overflow:hidden;
    border-radius:4px;
    border:1px solid rgba(20,124,255,.18);
    background:
        radial-gradient(circle at 18% 8%,rgba(89,199,255,.20),transparent 32%),
        radial-gradient(circle at 82% 28%,rgba(20,124,255,.18),transparent 34%),
        linear-gradient(135deg,#071832 0%,#092a5c 48%,#061123 100%);
    color:#fff;
    box-shadow:
        0 18px 46px rgba(15,35,70,.16),
        inset 0 1px 0 rgba(255,255,255,.07);
}

.mf-app-banner-2026.mf-app-banner-pro::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(255,255,255,.035),transparent 36%),
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.022) 0,
            rgba(255,255,255,.022) 1px,
            transparent 1px,
            transparent 115px
        );
    opacity:.55;
}

.mf-app-copy{
    position:relative;
    z-index:2;
    max-width:720px;
}

.mf-app-copy > span{
    display:inline-flex;
    color:#59c7ff;
    font-size:12px;
    line-height:1;
    font-weight:950;
    letter-spacing:.5px;
}

.mf-app-copy h2{
    margin:12px 0 12px;
    color:#fff;
    font-size:42px;
    line-height:1.08;
    font-weight:950;
    letter-spacing:-1px;
}

.mf-app-copy p{
    max-width:720px;
    margin:0 0 18px;
    color:rgba(255,255,255,.80);
    font-size:16px;
    line-height:1.78;
    font-weight:760;
}

.mf-app-platforms{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 18px;
}

.mf-app-platforms b{
    min-height:39px;
    display:inline-flex;
    align-items:center;
    padding:0 13px;
    border-radius:3px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:13px;
    font-weight:950;
}

.mf-app-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.mf-app-actions a{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    border-radius:3px;
    color:#fff;
    font-size:14px;
    font-weight:950;
    background:#147cff;
    box-shadow:0 12px 24px rgba(20,124,255,.22);
}

.mf-app-actions a:nth-child(2){
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.13);
    box-shadow:none;
}

.mf-app-device{
    position:relative;
    z-index:2;
    min-height:260px;
}

.mf-app-phone{
    position:absolute;
    right:80px;
    top:-8px;
    width:168px;
    height:300px;
    padding:10px;
    border-radius:26px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.04));
    border:1px solid rgba(255,255,255,.18);
    box-shadow:
        0 28px 70px rgba(0,0,0,.32),
        inset 0 1px 0 rgba(255,255,255,.14);
    transform:rotate(-5deg);
}

.mf-app-phone-top{
    width:46px;
    height:5px;
    margin:0 auto 8px;
    border-radius:999px;
    background:rgba(255,255,255,.26);
}

.mf-app-screen{
    height:266px;
    padding:18px 14px;
    border-radius:18px;
    background:
        radial-gradient(circle at 30% 16%,rgba(89,199,255,.18),transparent 42%),
        linear-gradient(180deg,#061123,#071832);
    overflow:hidden;
}

.mf-app-screen strong{
    display:block;
    color:#fff;
    font-size:21px;
    font-weight:950;
    letter-spacing:-.7px;
    direction:ltr;
}

.mf-app-screen strong span{
    color:#147cff;
}

.mf-app-screen small{
    display:block;
    margin-top:10px;
    color:#9fb7d7;
    font-weight:850;
}

.mf-app-cover{
    width:100%;
    aspect-ratio:1/1;
    margin-top:16px;
    border-radius:5px;
    background:
        radial-gradient(circle at 30% 20%,rgba(89,199,255,.30),transparent 32%),
        linear-gradient(135deg,#147cff,#071832 65%);
    box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.mf-app-song-lines{
    margin-top:14px;
    display:grid;
    gap:7px;
}

.mf-app-song-lines i{
    height:7px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
}

.mf-app-song-lines i:nth-child(2){
    width:62%;
}

.mf-app-player-controls{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:16px;
}

.mf-app-player-controls em{
    width:24px;
    height:24px;
    border-radius:50%;
    background:rgba(255,255,255,.13);
}

.mf-app-player-controls em:nth-child(2){
    background:#147cff;
    box-shadow:0 0 18px rgba(20,124,255,.45);
}

.mf-app-car{
    position:absolute;
    right:0;
    bottom:16px;
    width:210px;
    min-height:92px;
    padding:17px;
    border-radius:6px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(10px);
    box-shadow:0 18px 42px rgba(0,0,0,.22);
}

.mf-app-car span{
    color:#59c7ff;
    font-size:11px;
    font-weight:950;
}

.mf-app-car div{
    height:34px;
    display:flex;
    align-items:end;
    gap:6px;
    margin-top:14px;
}

.mf-app-car i{
    width:8px;
    border-radius:999px;
    background:linear-gradient(180deg,#73f1ff,#147cff);
    box-shadow:0 0 12px rgba(20,124,255,.38);
    animation:mfAppEq 1.15s ease-in-out infinite;
}

.mf-app-car i:nth-child(1){height:12px;animation-delay:.02s}
.mf-app-car i:nth-child(2){height:24px;animation-delay:.14s}
.mf-app-car i:nth-child(3){height:34px;animation-delay:.26s}
.mf-app-car i:nth-child(4){height:22px;animation-delay:.38s}
.mf-app-car i:nth-child(5){height:15px;animation-delay:.50s}

.mf-app-year{
    position:relative;
    z-index:2;
    justify-self:end;
    color:#59c7ff;
    font-size:76px;
    line-height:1;
    font-weight:950;
    letter-spacing:-2px;
    text-shadow:0 0 22px rgba(89,199,255,.22);
}

@keyframes mfAppEq{
    0%,100%{
        transform:scaleY(.62);
        opacity:.70;
    }
    46%{
        transform:scaleY(1.08);
        opacity:1;
    }
}

@media(max-width:1100px){
    .mf-app-banner-2026.mf-app-banner-pro{
        grid-template-columns:1fr 320px;
    }

    .mf-app-year{
        position:absolute;
        left:30px;
        top:30px;
        font-size:54px;
        opacity:.45;
    }

    .mf-app-phone{
        right:60px;
    }

    .mf-app-car{
        right:0;
    }
}

@media(max-width:820px){
    .mf-app-banner-2026.mf-app-banner-pro{
        grid-template-columns:1fr;
        padding:28px 22px;
    }

    .mf-app-copy h2{
        font-size:32px;
    }

    .mf-app-device{
        min-height:300px;
    }

    .mf-app-phone{
        right:50%;
        transform:translateX(45%) rotate(-4deg);
    }

    .mf-app-car{
        right:50%;
        transform:translateX(-5%);
    }

    .mf-app-year{
        left:22px;
        top:26px;
        font-size:46px;
    }
}

@media(max-width:520px){
    .mf-app-copy h2{
        font-size:28px;
    }

    .mf-app-copy p{
        font-size:14px;
        line-height:1.65;
    }

    .mf-app-actions a{
        width:100%;
    }

    .mf-app-device{
        display:none;
    }

    .mf-app-year{
        position:static;
        display:block;
        margin-top:24px;
        justify-self:start;
        font-size:46px;
        opacity:1;
    }
}

/* =========================================================
   Music FM V2 — Dashboard Equal Height Final Fix
   מחזיר את ארבע התיבות בשורה הראשונה לגובה אחיד, בלי חללים ריקים.
========================================================= */
.mf-home-dashboard{
    align-items:stretch !important;
}

@media(min-width:1201px){
    .mf-home-dashboard .mf-home-card{
        height:590px !important;
        display:flex !important;
        flex-direction:column !important;
        min-height:0 !important;
    }

    .mf-home-dashboard .mf-card-head{
        flex:0 0 auto !important;
    }

    .mf-home-dashboard .mf-newsroom-list,
    .mf-home-dashboard .mf-news-list,
    .mf-home-dashboard .mf-ranked-list,
    .mf-home-dashboard .mf-song-list{
        flex:1 1 auto !important;
        min-height:0 !important;
        display:flex !important;
        flex-direction:column !important;
        overflow:hidden !important;
    }

    .mf-home-dashboard .mf-newsroom-row,
    .mf-home-dashboard .mf-news-row,
    .mf-home-dashboard .mf-ranked-row,
    .mf-home-dashboard .mf-song-row{
        flex:1 1 0 !important;
        min-height:0 !important;
    }

    .mf-home-dashboard .mf-newsroom-row:last-child,
    .mf-home-dashboard .mf-news-row:last-child,
    .mf-home-dashboard .mf-ranked-row:last-child,
    .mf-home-dashboard .mf-song-row:last-child{
        border-bottom:0 !important;
    }
}

@media(max-width:1200px){
    .mf-home-dashboard .mf-home-card{
        height:auto !important;
        min-height:0 !important;
        display:block !important;
    }

    .mf-home-dashboard .mf-newsroom-list,
    .mf-home-dashboard .mf-news-list,
    .mf-home-dashboard .mf-ranked-list,
    .mf-home-dashboard .mf-song-list{
        display:block !important;
        overflow:visible !important;
    }
}

.mf-dedication-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:18px;
}

.mf-dedication-modal.is-open{
    display:flex;
}

.mf-dedication-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(6,17,35,.46);
    backdrop-filter:blur(5px);
}

.mf-dedication-form{
    position:relative;
    z-index:2;
    width:min(460px,100%);
    padding:24px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 24px 80px rgba(6,17,35,.22);
}

.mf-dedication-close{
    position:absolute;
    left:14px;
    top:12px;
    width:32px;
    height:32px;
    border:1px solid #e4ebf5;
    border-radius:3px;
    background:#fff;
    color:#111827;
    font-size:22px;
    line-height:1;
    cursor:pointer;
}

.mf-dedication-form > span{
    display:block;
    color:#147cff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.5px;
}

.mf-dedication-form h3{
    margin:7px 0 6px;
    color:#111827;
    font-size:24px;
    line-height:1.1;
    font-weight:950;
}

.mf-dedication-form p{
    margin:0 0 16px;
    color:#667085;
    font-size:13px;
    line-height:1.5;
    font-weight:750;
}

.mf-dedication-form label{
    display:block;
    margin:0 0 12px;
}

.mf-dedication-form label small{
    display:block;
    margin:0 0 6px;
    color:#111827;
    font-size:13px;
    font-weight:950;
}

.mf-dedication-form input[type="text"],
.mf-dedication-form textarea{
    width:100%;
    border:1px solid #d8e2ef;
    border-radius:3px;
    background:#f8fafc;
    color:#111827;
    font-family:inherit;
    font-size:14px;
    font-weight:800;
    outline:none;
}

.mf-dedication-form input[type="text"]{
    height:44px;
    padding:0 12px;
}

.mf-dedication-form textarea{
    min-height:112px;
    resize:vertical;
    padding:12px;
    line-height:1.55;
}

.mf-dedication-form input:focus,
.mf-dedication-form textarea:focus{
    border-color:#147cff;
    background:#fff;
    box-shadow:0 0 0 3px rgba(20,124,255,.10);
}

.mf-dedication-check{
    display:flex !important;
    align-items:flex-start;
    gap:9px;
    margin-top:4px !important;
}

.mf-dedication-check input{
    margin-top:4px;
}

.mf-dedication-check em{
    color:#475467;
    font-size:13px;
    line-height:1.45;
    font-style:normal;
    font-weight:760;
}

.mf-dedication-form-msg{
    min-height:20px;
    margin:8px 0 10px;
    color:#667085;
    font-size:13px;
    font-weight:850;
}

.mf-dedication-form-msg.is-success{
    color:#067647;
}

.mf-dedication-form-msg.is-error{
    color:#c1121f;
}

.mf-dedication-submit{
    width:100%;
    height:46px;
    border:0;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-family:inherit;
    font-size:14px;
    font-weight:950;
    cursor:pointer;
    box-shadow:0 12px 24px rgba(20,124,255,.18);
}

@media(max-width:560px){
    .mf-dedication-form{
        padding:22px 18px;
    }
}

/* =========================================================
   Music FM V2 — Dedications Ecosystem Final
   נקי, חד, מתאים לשאר הבלוקים, עם תמונת פרופיל בלי אפקטים מוגזמים.
========================================================= */

.mf-dedications-card{
    position:relative !important;
    isolation:auto !important;
    overflow:hidden !important;
    background:rgba(255,255,255,.96) !important;
    border-color:#dfe7f3 !important;
}

.mf-dedications-card::before,
.mf-dedication-content::before,
.mf-dedication-content::after{
    display:none !important;
    content:none !important;
}

.mf-dedications-list{
    display:flex !important;
    flex-direction:column !important;
    gap:0 !important;
    padding:0 !important;
    background:#fff !important;
}

.mf-dedication-row{
    position:relative !important;
    display:grid !important;
    grid-template-columns:44px 1fr auto !important;
    align-items:center !important;
    gap:12px !important;
    min-height:82px !important;
    padding:12px 16px !important;
    border:0 !important;
    border-bottom:1px solid #e4ebf5 !important;
    background:#fff !important;
    color:#111827 !important;
    animation:none !important;
    transform:none !important;
}

.mf-dedication-row:hover{
    background:rgba(20,124,255,.045) !important;
}

.mf-dedication-avatar{
    position:static !important;
    z-index:auto !important;
    width:44px !important;
    height:44px !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    border-radius:3px !important;
    background:linear-gradient(180deg,#eef6ff 0%,#e8f2ff 100%) !important;
    border:1px solid #d7e7fb !important;
    color:#147cff !important;
    font-size:18px !important;
    font-weight:950 !important;
    box-shadow:none !important;
}

.mf-dedication-avatar img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:0 !important;
}

.mf-dedication-avatar span{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
}

.mf-dedication-content{
    position:static !important;
    min-width:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    backdrop-filter:none !important;
    box-shadow:none !important;
}

.mf-dedication-content strong{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:6px !important;
    color:#111827 !important;
    font-size:14px !important;
    line-height:1.25 !important;
    font-weight:950 !important;
}

.mf-dedication-content strong em{
    margin:0 !important;
    padding:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#147cff !important;
    font-size:12px !important;
    font-style:normal !important;
    font-weight:950 !important;
}

.mf-dedication-content p{
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    margin:5px 0 3px !important;
    color:#344054 !important;
    font-size:13px !important;
    line-height:1.36 !important;
    font-weight:750 !important;
}

.mf-dedication-content small{
    position:static !important;
    color:#667085 !important;
    font-size:11px !important;
    font-weight:850 !important;
}

.mf-dedication-like{
    position:static !important;
    z-index:auto !important;
    min-height:28px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 9px !important;
    border-radius:3px !important;
    background:#f8fafc !important;
    border:1px solid #e4ebf5 !important;
    color:#e11d48 !important;
    font-size:12px !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    box-shadow:none !important;
}

.mf-dedication-send{
    width:100% !important;
    min-height:46px !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:0 !important;
    border-top:1px solid #e4ebf5 !important;
    border-radius:0 !important;
    background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%) !important;
    color:#147cff !important;
    font-family:inherit !important;
    font-size:14px !important;
    font-weight:950 !important;
    box-shadow:none !important;
    cursor:pointer !important;
}

.mf-dedication-send:hover{
    background:rgba(20,124,255,.045) !important;
}

.mf-dedications-empty{
    margin:0 !important;
    padding:20px 18px !important;
    border:0 !important;
    border-radius:0 !important;
    background:#fff !important;
    backdrop-filter:none !important;
}

@media(max-width:560px){
    .mf-dedication-row{
        grid-template-columns:40px 1fr !important;
        min-height:86px !important;
        padding:13px 14px !important;
    }

    .mf-dedication-avatar{
        width:40px !important;
        height:40px !important;
        font-size:16px !important;
    }

    .mf-dedication-like{
        grid-column:2 !important;
        justify-self:start !important;
        margin-top:2px !important;
    }
}

/* =========================================================
   Music FM V2 — Real Chart Block
========================================================= */
.mf-chart-row{
    grid-template-columns:34px 54px 1fr 48px 34px !important;
    min-height:78px;
}

.mf-chart-position{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border-radius:3px;
    background:rgba(20,124,255,.18);
    color:#59c7ff !important;
    font-size:17px !important;
    font-weight:950;
}

.mf-chart-song-text{
    display:block;
    min-width:0;
}

.mf-chart-song-text strong{
    display:block;
    color:#fff;
    font-size:14px;
    line-height:1.28;
    font-weight:950;
}

.mf-chart-song-text small{
    display:block;
    margin-top:4px;
    color:#b8d8ff;
    font-size:11px;
    line-height:1.25;
    font-weight:850;
}

.mf-chart-change{
    min-width:40px;
    min-height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    font-size:12px;
    line-height:1;
    font-style:normal;
    font-weight:950;
    background:rgba(255,255,255,.08);
    color:#b8d8ff;
}

.mf-chart-change.is-up{
    background:rgba(34,197,94,.13);
    color:#4ade80;
}

.mf-chart-change.is-down{
    background:rgba(239,68,68,.12);
    color:#f87171;
}

.mf-chart-change.is-new{
    background:rgba(20,124,255,.18);
    color:#59c7ff;
}

.mf-chart-change.is-same{
    background:rgba(255,255,255,.08);
    color:#b8d8ff;
}

@media(max-width:560px){
    .mf-chart-row{
        grid-template-columns:32px 48px 1fr 38px !important;
    }
    .mf-chart-row button{
        display:none;
    }
    .mf-chart-change{
        min-width:34px;
        font-size:11px;
    }
}


/* =========================================================
   Music FM V2 — Font Awesome Icon Helpers
   אחידות אייקונים כמו בסיידבר האדמין
========================================================= */

.mf-home-card i[class^="fa-"],
.mf-home-card i[class*=" fa-"],
.mf-live-stat-icon i{
    font-style:normal;
    line-height:1;
}

.mf-newsroom-row .mf-row-fa-icon,
.mf-song-row button,
.mf-chart-row button,
.mf-new-song button,
.mf-community-row b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.mf-newsroom-row .mf-row-fa-icon i{
    font-size:18px;
}

.mf-song-row button i,
.mf-chart-row button i{
    font-size:14px;
}

.mf-new-song button i{
    font-size:15px;
}

.mf-community-row b i{
    font-size:16px;
}

.mf-dedication-like i{
    margin-inline-end:4px;
    font-size:12px;
}

.mf-live-stat-icon{
    width:54px;
    height:54px;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    justify-self:end;
    margin-top:0 !important;
    color:#111827;
}

.mf-live-stat-card.is-blue .mf-live-stat-icon{
    color:#147cff;
}

.mf-live-stat-icon i{
    font-size:36px;
}

@media(max-width:760px){
    .mf-live-stat-icon{
        width:44px;
        height:44px;
    }

    .mf-live-stat-icon i{
        font-size:30px;
    }
}
