/* IPTVBuddy black/red/blue theme v1.1 */
.iptvbc-wrap{font-family:system-ui,Segoe UI,Arial,sans-serif;background:#0b0f14;color:#dbe2ef;border-radius:16px;padding:16px;box-shadow:0 6px 18px rgba(0,0,0,.35)}
.iptvbc-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;border-bottom:2px solid #132743;padding-bottom:8px;margin-bottom:12px}
.iptvbc-header h2{margin:0;font-size:1.3rem;color:#e6f0ff}
.iptvbc-date{font-size:.9rem;color:#9bb0c7}
.iptvbc-date .tz-hint{color:#5aa9ff;margin-inline-start:6px}
.iptvbc-league{margin:14px 0;border-left:4px solid #ff2e63;background:linear-gradient(90deg,rgba(255,46,99,.15),transparent);padding:10px;border-radius:12px}
.iptvbc-league-title{margin:.2rem 0 .6rem;color:#ff4b6e;font-size:1.1rem}
.iptvbc-table{display:grid;gap:6px}
.iptvbc-row{display:grid;grid-template-columns:1.1fr .5fr 1.1fr .9fr .8fr;gap:8px;align-items:center;background:#0f1722;border:1px solid #132743;border-radius:10px;padding:10px}
.iptvbc-row.iptvbc-head{background:#121a26;border:1px solid #1d2c45;color:#b9d2ff;font-weight:600}
.iptvbc-row .tm{color:#7cd1ff;font-weight:600}
.iptvbc-row .cm{color:#ffd166}
.iptvbc-row .ch{color:#85ffc7}
.iptvbc-row:hover{border-color:#2a4a7a;background:#101a2a}
@media(max-width:800px){.iptvbc-row{grid-template-columns:1fr 1fr;grid-auto-rows:auto}
.iptvbc-row div:nth-child(n+3){font-size:.95rem}
.iptvbc-row.iptvbc-head{display:none}
.iptvbc-row .t1::before{content:"الفريق 1: ";color:#7aa2ff}
.iptvbc-row .tm::before{content:"الوقت: ";color:#7aa2ff}
.iptvbc-row .t2::before{content:"الفريق 2: ";color:#7aa2ff}
.iptvbc-row .cm::before{content:"المعلق: ";color:#7aa2ff}
.iptvbc-row .ch::before{content:"القناة: ";color:#7aa2ff}
}
.iptvbc-foot{margin-top:10px;color:#789; font-size:.85rem}
