body{background:#111;color:#fff;font-family:Arial}
.agenda{display:flex;flex-wrap:wrap;gap:20px}
.card{background:#000a;padding:20px;border-radius:12px;width:400px}
.equipos{display:flex;align-items:center;justify-content:space-between}
.equipos img{width:60px}
.live{background:red;padding:4px 6px;border-radius:6px}
.barra{background:#333;height:10px;border-radius:6px;overflow:hidden}
.barra-fill{background:#0f0;height:100%}