.bd-iptv-player-wrap{max-width:980px;margin:0 auto;font-family:'Segoe UI',system-ui,sans-serif;color:#f1f5f9}
.bd-iptv-header{background:rgba(10,15,30,.97);border-bottom:2px solid #e63946;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;border-radius:10px 10px 0 0}
.bd-logo{display:flex;align-items:center;gap:9px}
.bd-dot{width:9px;height:9px;border-radius:50%;background:#e63946;box-shadow:0 0 8px #e63946;animation:bd-blink 1.4s infinite}
@keyframes bd-blink{0%,100%{opacity:1}50%{opacity:.2}}
.bd-logo-text{font-size:1.1rem;font-weight:800;color:#f1f5f9}
.bd-logo-text span{color:#e63946}
.bd-live-badge{display:flex;align-items:center;gap:7px;background:rgba(230,57,70,.1);border:1px solid rgba(230,57,70,.35);padding:5px 12px;border-radius:20px;font-size:.72rem;font-weight:800;color:#e63946;letter-spacing:.8px}
.bd-live-dot{width:7px;height:7px;border-radius:50%;background:#e63946;box-shadow:0 0 6px #e63946;animation:bd-blink 1.4s infinite}
.bd-player-box{background:#000;position:relative;border-left:2px solid #1e2d42;border-right:2px solid #1e2d42}
#bd-video{width:100%;aspect-ratio:16/9;display:block;background:#000}
#bd-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:radial-gradient(ellipse,#111827 0%,#060913 100%)}
.bd-spinner{width:44px;height:44px;border:3px solid rgba(255,255,255,.07);border-top-color:#e63946;border-radius:50%;animation:bd-spin .65s linear infinite}
@keyframes bd-spin{to{transform:rotate(360deg)}}
.bd-ov-txt{font-size:.88rem;color:#94a3b8}
#bd-now-bar{background:#111827;border:1px solid #1e2d42;border-top:none;padding:9px 16px;display:flex;align-items:center;gap:10px;border-left:2px solid #1e2d42;border-right:2px solid #1e2d42}
.bd-live-pill{background:#e63946;color:#fff;font-size:.58rem;font-weight:800;padding:2px 7px;border-radius:4px;letter-spacing:.6px;animation:bd-blink 1.4s infinite;flex-shrink:0}
#bd-now-name{font-size:.85rem;font-weight:600}
#bd-error-bar{background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);padding:10px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.82rem;color:#fca5a5;border-left:2px solid #1e2d42;border-right:2px solid #1e2d42}
#bd-error-bar button{background:#dc2626;color:#fff;border:none;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.78rem}
.bd-channels-title{background:#0d1120;padding:12px 16px;font-size:.92rem;font-weight:800;border-left:2px solid #1e2d42;border-right:2px solid #1e2d42;border-bottom:1px solid #1e2d42;color:#f1f5f9}
.bd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;padding:14px;background:#0a0f1e;border:2px solid #1e2d42;border-top:none;border-radius:0 0 10px 10px}
.bd-card{background:#111827;border:2px solid #1e2d42;border-radius:10px;cursor:pointer;overflow:hidden;transition:.18s;position:relative}
.bd-card:hover{transform:translateY(-4px);border-color:rgba(230,57,70,.5);box-shadow:0 8px 24px rgba(230,57,70,.15)}
.bd-card.active{border-color:#e63946;box-shadow:0 0 0 2px #e63946}
.bd-card-img{background:#000;height:88px;display:flex;align-items:center;justify-content:center;padding:12px}
.bd-card-img img{max-width:100%;max-height:60px;object-fit:contain}
.bd-card-ini{font-size:.7rem;font-weight:800;color:#94a3b8;text-align:center}
.bd-card-name{padding:7px 8px 9px;text-align:center;font-size:.75rem;font-weight:700;color:#f1f5f9}
.bd-card-live{position:absolute;top:6px;right:6px;background:#e63946;color:#fff;font-size:.52rem;font-weight:800;padding:2px 5px;border-radius:3px}

@media(max-width:480px){.bd-grid{grid-template-columns:repeat(3,1fr);gap:7px;padding:10px}.bd-card-img{height:72px}}
