.lfs-container {
    max-width: 700px;
    margin: 20px auto;
}

.lfs-list .lfs-match-box {
    margin-bottom: 16px;
}

.lfs-match-box {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    transition: background 0.4s ease;
}

.lfs-competition {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.lfs-scoreboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lfs-team {
    flex: 1;
    text-align: center;
}

.lfs-team-name {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
}

.lfs-home .lfs-team-name { text-align: right; display: block; }
.lfs-away .lfs-team-name { text-align: left; display: block; }

.lfs-score {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 26px;
    font-weight: 800;
    color: #111;
    background: #f5f7fa;
    padding: 6px 16px;
    border-radius: 8px;
    min-width: 100px;
    justify-content: center;
}

.lfs-dash {
    color: #aaa;
    font-weight: 400;
}

.lfs-status-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.lfs-status {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lfs-status-belum_mula {
    background: #eef0f2;
    color: #666;
}

.lfs-status-live {
    background: #ffe1e1;
    color: #d80000;
    animation: lfs-pulse 1.5s infinite;
}

.lfs-status-separuh_masa {
    background: #fff4d6;
    color: #a56b00;
}

.lfs-status-tamat {
    background: #e3f3e6;
    color: #1b7a2e;
}

.lfs-minute {
    font-size: 12px;
    color: #d80000;
    font-weight: 700;
}

@keyframes lfs-pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Efek "flash" bila skor baru je update */
.lfs-match-box.lfs-flash {
    background: #fff9e6;
    border-color: #ffd700;
}
