.bein-card{background:#fff;border-radius:18px;box-shadow:0 6px 18px rgba(0,0,0,.15);overflow:hidden;margin-bottom:15px;display:block;text-decoration:none;color:#000}
.bein-league{display:flex;align-items:center;gap:8px;padding:10px 14px;font-weight:bold;color:#555;background:#f5f5f5}
.bein-match{display:flex;align-items:center;justify-content:space-between;padding:12px}
.bein-team{width:40%;background:#f0f0f0;border-radius:16px;padding:10px;text-align:center}
.bein-team img{height:50px;width:auto;display:block;margin:0 auto 6px;object-fit:contain}
.bein-team span{display:block;font-weight:bold;font-size:14px}
.bein-vs{font-weight:bold;padding:8px 16px;border-radius:10px;background:#e30613;color:#fff;min-width:70px;text-align:center}
.bein-status{text-align:center;margin:8px auto;font-weight:bold;padding:8px 22px;border-radius:25px;width:fit-content}
.bein-status.soon{background:#2ecc71;color:#fff}
.bein-status.live{background:linear-gradient(270deg,#ff0000,#ff4d4d,#ff0000);background-size:600% 600%;animation:glow 1s infinite,pulse .8s infinite;color:#fff}
.bein-status.end{background:#555;color:#fff}
@keyframes glow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}
.bein-footer{background:#0b6edc;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;padding:10px 14px;font-size:10px}