*{box-sizing:border-box}

.manager-news-public-body{
    margin:0;
    background:#050a12;
    color:#e8f2fc;
    font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
}

.manager-news-home-section,
.manager-news-league-section{
    padding-top:28px;
    padding-bottom:16px;
}

.manager-news-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}

.manager-news-section-head h2{
    margin:5px 0 4px;
    color:#fff;
}

.manager-news-section-head p{
    margin:0;
    color:#8eb4d7;
}

.manager-news-kicker{
    color:#67e8f9;
    font-size:.72rem;
    font-weight:950;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.manager-news-more{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    padding:0 14px;
    border:1px solid rgba(59,130,246,.38);
    border-radius:12px;
    background:#0a1a2d;
    color:#bdddff;
    text-decoration:none;
    font-size:.75rem;
    font-weight:950;
    white-space:nowrap;
}

.manager-news-home-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
}

.manager-news-card{
    min-width:0;
    overflow:hidden;
    display:block;
    border:1px solid rgba(74,121,169,.27);
    border-radius:18px;
    background:linear-gradient(180deg,#0a1726,#07111d);
    color:inherit;
    text-decoration:none;
    box-shadow:0 14px 34px rgba(0,0,0,.16);
    transition:.16s ease;
}

.manager-news-card:hover,
.manager-news-league-card:hover{
    transform:translateY(-3px);
    border-color:rgba(96,165,250,.62);
    box-shadow:0 20px 44px rgba(0,0,0,.24);
}

.manager-news-card-media{
    position:relative;
    aspect-ratio:16/10;
    overflow:hidden;
    background:#07111d;
}

.manager-news-card-media>img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.manager-news-noimage{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:9px;
    background:
        radial-gradient(circle at 50% 20%,rgba(37,99,235,.17),transparent 38%),
        #07111d;
    color:#739ac0;
    font-size:.67rem;
    font-weight:950;
    letter-spacing:.08em;
}

.manager-news-noimage img{
    width:64px;
    height:64px;
    object-fit:contain;
}

.manager-news-league-pill{
    position:absolute;
    left:9px;
    top:9px;
    display:flex;
    align-items:center;
    gap:6px;
    max-width:72%;
    min-height:29px;
    padding:4px 8px 4px 5px;
    border:1px solid rgba(96,165,250,.26);
    border-radius:10px;
    background:rgba(5,16,29,.91);
    color:#f4f8ff;
    font-size:.64rem;
    font-weight:950;
}

.manager-news-league-pill img{
    width:20px;
    height:20px;
    object-fit:contain;
}

.manager-news-card-body{
    padding:12px 13px 13px;
}

.manager-news-club-row{
    display:flex;
    align-items:center;
    gap:7px;
    color:#66aef2;
    font-size:.68rem;
    font-weight:950;
}

.manager-news-club-row img{
    width:22px;
    height:22px;
    object-fit:contain;
}

.manager-news-card h3,
.manager-news-league-card h3{
    margin:8px 0 7px;
    color:#fff;
    font-size:.94rem;
    line-height:1.25;
}

.manager-news-card p{
    margin:0;
    color:#9db6cf;
    font-size:.72rem;
    line-height:1.48;
}

.manager-news-card-meta{
    margin-top:11px;
    padding-top:9px;
    border-top:1px solid rgba(96,165,250,.12);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    color:#7291af;
    font-size:.63rem;
    font-weight:850;
}

.manager-news-card-meta time{
    white-space:nowrap;
}

.manager-news-league-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
}

.manager-news-league-card{
    min-width:0;
    overflow:hidden;
    display:block;
    border:1px solid rgba(74,121,169,.27);
    border-radius:17px;
    background:#081421;
    color:inherit;
    text-decoration:none;
    transition:.16s ease;
}

.manager-news-league-card-media{
    aspect-ratio:16/9;
    overflow:hidden;
    background:#07111d;
}

.manager-news-league-card-media>img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.manager-news-league-card-body{
    padding:12px;
}

.manager-news-public-shell,
.manager-news-article-shell{
    width:min(1420px,calc(100% - 32px));
    margin:0 auto;
    padding:22px 0 40px;
}

.manager-news-public-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:18px;
    color:#718eaa;
    font-size:.76rem;
    font-weight:850;
}

.manager-news-public-nav a{
    color:#9dcdff;
    text-decoration:none;
}

.manager-news-public-hero{
    padding:28px;
    border:1px solid #203149;
    border-radius:23px;
    background:
        radial-gradient(circle at 88% 0,rgba(37,99,235,.17),transparent 34%),
        #0a1422;
}

.manager-news-public-hero h1{
    margin:7px 0 5px;
    color:#fff;
    font-size:2.35rem;
}

.manager-news-public-hero p{
    margin:0;
    color:#8eb8df;
}

.manager-news-public-league-hero{
    display:flex;
    align-items:center;
    gap:18px;
}

.manager-news-public-league-hero>img{
    width:76px;
    height:76px;
    object-fit:contain;
}

.manager-news-public-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:20px;
}

.manager-news-pagination{
    margin-top:24px;
}

.manager-news-empty{
    grid-column:1/-1;
    padding:28px;
    border:1px solid #1d2d40;
    border-radius:16px;
    background:#09131f;
    color:#8da8c2;
    text-align:center;
}

.manager-news-article-shell{
    width:min(980px,calc(100% - 32px));
}

.manager-news-article{
    overflow:hidden;
    border:1px solid #203149;
    border-radius:24px;
    background:#08131f;
}

.manager-news-article header{
    padding:24px 26px 20px;
}

.manager-news-article-source{
    display:flex;
    align-items:center;
    gap:11px;
}

.manager-news-article-source>img:not(.league){
    width:52px;
    height:52px;
    object-fit:contain;
    padding:5px;
    border:1px solid #243a51;
    border-radius:14px;
}

.manager-news-article-source>div{
    min-width:0;
    display:grid;
    gap:3px;
}

.manager-news-article-source strong{
    color:#fff;
}

.manager-news-article-source span{
    color:#789ab8;
    font-size:.72rem;
}

.manager-news-article-source img.league{
    width:44px;
    height:44px;
    object-fit:contain;
    margin-left:auto;
}

.manager-news-article h1{
    margin:22px 0 0;
    color:#fff;
    font-size:clamp(1.7rem,4vw,3rem);
    line-height:1.08;
}

.manager-news-article-image{
    max-height:640px;
    overflow:hidden;
    border-top:1px solid #1c2e42;
    border-bottom:1px solid #1c2e42;
    background:#050a12;
}

.manager-news-article-image img{
    display:block;
    width:100%;
    max-height:640px;
    object-fit:cover;
}

.manager-news-article-body{
    padding:26px;
    color:#d0dfec;
    font-size:1rem;
    line-height:1.78;
}

.manager-news-article footer{
    display:flex;
    justify-content:space-between;
    gap:14px;
    padding:17px 26px;
    border-top:1px solid #1d2d40;
    color:#718ea9;
    font-size:.72rem;
}

.manager-news-article footer a{
    color:#77b8f7;
    text-decoration:none;
    font-weight:900;
}

@media(max-width:1200px){
    .manager-news-home-grid,
    .manager-news-league-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:900px){
    .manager-news-public-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .manager-news-home-grid,
    .manager-news-league-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:650px){
    .manager-news-section-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .manager-news-home-grid,
    .manager-news-league-grid,
    .manager-news-public-grid{
        grid-template-columns:1fr;
    }

    .manager-news-public-shell,
    .manager-news-article-shell{
        width:min(100% - 22px,1420px);
    }

    .manager-news-public-hero{
        padding:20px;
    }

    .manager-news-public-hero h1{
        font-size:1.7rem;
    }

    .manager-news-public-league-hero{
        align-items:flex-start;
    }

    .manager-news-public-league-hero>img{
        width:58px;
        height:58px;
    }

    .manager-news-article header,
    .manager-news-article-body{
        padding:19px;
    }

    .manager-news-article footer{
        padding:15px 19px;
        flex-direction:column;
    }
}

/* ==================================================
   FM ARENA V5.4.87A
   NEWS EMPTY STATE
   ================================================== */

.manager-news-empty-state{
    min-height:112px;
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 20px;
    border:1px dashed rgba(96,165,250,.28);
    border-radius:17px;
    background:
        radial-gradient(circle at 10% 50%,rgba(37,99,235,.10),transparent 25%),
        #081421;
}

.manager-news-empty-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(96,165,250,.20);
    border-radius:14px;
    background:#0b1a2c;
    font-size:1.35rem;
}

.manager-news-empty-state>div:last-child{
    display:grid;
    gap:4px;
}

.manager-news-empty-state strong{
    color:#f8fbff;
    font-size:.92rem;
}

.manager-news-empty-state span{
    color:#7fa5c8;
    font-size:.75rem;
    line-height:1.45;
}

/* END FM ARENA V5.4.87A */
