.sp-live{
    background:#0f172a;
    color:#fff;
    padding:20px;
    border-radius:14px;
    font-family:Inter,sans-serif;
}

.sp-live-header{
    display:flex;
    justify-content:space-between;
    font-size:28px;
    margin-bottom:10px;
}

.stats{
    font-size:14px;
    opacity:.8;
    margin-bottom:10px;
    display:flex;
    gap:20px;
}

.timeline{
    max-height:350px;
    overflow:auto;
}

.event{
    padding:8px;
    margin-bottom:6px;
    border-radius:8px;
    animation:fade .3s ease;
}

.goal{background:#16a34a}
.yellow{background:#ca8a04}
.red{background:#b91c1c}
.sub{background:#334155}
.var{background:#7c3aed}
.shot{background:#1e293b}

@keyframes fade{
    from{opacity:0;transform:translateY(8px)}
    to{opacity:1}
}
