.slemanstats-banner,
.slemanstats-leaders,
.slemanstats-leader-card,
.slemanstats-table-card,
.slemanstats-table,
.slemanstats-table th,
.slemanstats-table td,
.player-cell,
.slemanstats-more a{
    font-family: 'Roboto', sans-serif;
}

.slemanstats-leaders{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.leader-card{
    border-radius:14px;
    padding:28px;
    color:#fff;
}

.topscorer{
    background:linear-gradient(
        135deg,
        #798b46,
        #006d32
    );
}

.yellowcard{
    background:linear-gradient(
        135deg,
        #d7a400,
        #8f6a00
    );
}

.redcard{
    background:linear-gradient(
        135deg,
        #c62828,
        #6a0000
    );
}

.leader-header{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.leader-divider{
    height:2px;
    background:rgba(255,255,255,.2);
    margin-bottom:25px;
}

.leader-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.leader-player{
    display:flex;
    align-items:center;
    gap:15px;
}

.leader-player img{
    width:60px;
    height:60px;
    border-radius:50% !important;
    object-fit:cover;
}

.leader-name{
    font-size:18px;
    font-weight:700;
    line-height:1.3;
    max-width:160px;
}

.leader-value{
    font-size:72px;
    font-weight:800;
    line-height:1;
}

@media(max-width:768px){

    .slemanstats-leaders{
        grid-template-columns:1fr;
    }

    .leader-value{
        font-size:52px;
    }

    .leader-player img{
        width:60px;
        height:60px;
    }

}

/* INI ADALAH STYLE TOP GOALS */

.slemanstats-table-card{
    background:#fff;
    border-radius:14px;
    padding:25px;
    margin-top:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.slemanstats-table-header{
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}

.slemanstats-table{
    width:100%;
    border-collapse:collapse;
}

.slemanstats-table th{
    text-align:left;
    padding:15px;
    border-bottom:1px solid #eee;

    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.slemanstats-table td{
    padding:15px;
    border-bottom:1px solid #eee;

    font-size:16px;
    font-weight: 600;
}

.player-cell{
    display:flex;
    align-items:center;
    gap:12px;
    font-size: 16px;
    font-weight: 600;
}

.player-cell img{
    width:40px !important;
    height:40px !important;
    border-radius:100% !important;
    object-fit:cover;
}

/* INI STYLE DISIPLIN PELANGGAN */

.ss-card-yellow{
    display:inline-block;
    width:14px;
    height:18px;
    background:#ffc107;
    border-radius:2px;
}

.ss-card-red{
    display:inline-block;
    width:14px;
    height:18px;
    background:#dc3545;
    border-radius:2px;
}

/* TOMBOL STYLE INI */

.slemanstats-more{
    margin-top:20px;
    text-align:right;
}

.slemanstats-more a{
    display:inline-flex;
    align-items:center;
    gap:6px;

    text-decoration:none;

    background:#0f5132;
    color:#fff;

    padding:10px 18px;

    border-radius:12px;

    font-size:14px;
    font-weight:600;

    transition:.3s;
}

.slemanstats-more a:hover{
    transform:translateY(-2px);
}

/* STYLE BANNER INI */

.slemanstats-banner{

    background:linear-gradient(
        135deg,
        #0f5132,
        #198754
    );

    padding:40px;

    border-radius:20px;

    color:#fff;

    text-align:left;

    margin-bottom:30px;

}

.slemanstats-banner-logo{

    width:80px;
    height:80px;
    border-radius: 100% !important;

    object-fit:contain;

    margin-bottom:10px;

}

.ss-banner-title{

    margin:0;

    font-size:60px;

    font-weight:700;

    line-height:1.2;

}

.ss-season-badge{

    display:inline-block;

    margin-top:15px;

    padding:8px 16px;

    border-radius:999px;

    background:#ffffff;

    color:#0f5132;

    font-size:14px;

    font-weight:600;

}

.ss-banner-grid{

    display:flex;

    gap:50px;

    flex-wrap:wrap;

    margin-top:30px;

}

.ss-item strong{

    display:block;

    font-size:32px;

    font-weight:700;

}

.ss-item span{

    display:block;

    margin-top:4px;

    font-size:14px;

}

/* INI STYLE GRID PEMAIN */

.slemanstats-player-card{

    display:flex;

    align-items:center;

    gap:15px;

    background:#fff;

    border-radius:8px;

    padding:15px;

    box-shadow:
        0 4px 20px rgba(0,0,0,.08);

    transition:.3s;

}

.slemanstats-players-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}

@media (max-width:1024px){

    .slemanstats-players-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media (max-width:767px){

    .slemanstats-players-grid{

        grid-template-columns:1fr;

    }

}

.slemanstats-player-card:hover{

    transform:translateY(-3px);

}

.slemanstats-player-photo img{
    width:70px;

    height:70px;

    min-width:70px;

    object-fit:cover;

    border-radius:100% !important;

    display:block;

}

.slemanstats-player-info{

    flex:1;

    min-width:0;

}

.slemanstats-player-name{

    font-size:16px;

    font-weight:700;

    line-height:1.3;

}

.player-position{

    margin-top:4px;

    font-size:13px;

    color:#777;

}

.player-number{

    font-size:28px;

    font-weight:800;

    color:#0f5132;

    line-height:1;

}