/* MATCH.CSS — halaman detail pertandingan 2Babak */
.mp-wrap{max-width:900px;margin:0 auto}
.mp-back{color:#00ff88;font-size:.85rem;text-decoration:none;display:inline-block;margin:6px 0 12px}
.mp-header{background:linear-gradient(135deg,#16203a,#0e1424);border:1px solid #243049;border-radius:18px;padding:18px;margin-bottom:16px}
.mp-league{display:flex;align-items:center;gap:8px;justify-content:center;color:#9aa6b2;font-size:.82rem;margin-bottom:14px;flex-wrap:wrap;text-align:center}
.mp-league img{width:20px;height:20px;object-fit:contain}
.mp-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}
.mp-team{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.mp-team img{width:64px;height:64px;object-fit:contain}
.mp-team span{font-weight:700;color:#fff;font-size:.95rem}
.mp-center{text-align:center;min-width:90px}
.mp-score{font-size:2rem;font-weight:800;color:#fff;line-height:1.1}
.mp-time{font-size:1.3rem;font-weight:700;color:#cdd6e2}
.mp-vs{color:#6b7686;font-size:.78rem}
.mp-status{margin-top:6px;font-size:.7rem}
.mp-meta{text-align:center;color:#7c879a;font-size:.8rem;margin-top:14px}
.mp-tabs{display:flex;gap:6px;overflow-x:auto;margin-bottom:14px;padding-bottom:4px}
.mp-tab{background:#121a2b;border:1px solid #243049;color:#9aa6b2;border-radius:20px;padding:8px 15px;cursor:pointer;font-weight:600;font-size:.85rem;white-space:nowrap}
.mp-tab.active{background:#00ff88;color:#06140c;border-color:#00ff88}
.mp-sec{min-height:80px}
.lineup-team{margin-bottom:18px;background:#0f1521;border:1px solid #1d2738;border-radius:14px;padding:14px}
.lineup-team h3{color:#ffcc70;font-size:1rem;margin:0 0 4px}
.lineup-form{color:#7c879a;font-size:.8rem;margin-bottom:8px}
.lineup-list{display:flex;flex-direction:column;gap:2px}
.lp{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #151d2c;color:#e7edf5;font-size:.88rem}
.lp .num{display:inline-block;min-width:24px;color:#00ff88;font-weight:700;text-align:center}
.lp .pos{margin-left:auto;color:#7c879a;font-size:.72rem}
.sbar{margin-bottom:12px}
.sbar-top{display:flex;justify-content:space-between;font-size:.85rem;color:#fff;font-weight:600;margin-bottom:4px}
.sbar-track{display:flex;height:8px;border-radius:6px;overflow:hidden;background:#1b2638}
.sbar-h{background:#00ff88}.sbar-a{background:#ffcc70}
.sbar-label{text-align:center;color:#7c879a;font-size:.72rem;margin-top:3px}
.ev{display:flex;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #151d2c;font-size:.85rem;color:#e7edf5}
.ev .ev-min{color:#00ff88;font-weight:700;min-width:36px}
.ev .ev-ico{min-width:20px;text-align:center}
.pred-bars{display:flex;gap:8px;margin:6px 0 10px}
.pred-col{flex:1;text-align:center;background:#0f1521;border:1px solid #1d2738;border-radius:12px;padding:12px}
.pred-pct{font-size:1.4rem;font-weight:800;color:#00ff88}
.pred-lbl{font-size:.72rem;color:#7c879a;margin-top:2px}
.pred-advice{background:#13243a;border:1px solid #1d3a5a;border-radius:12px;padding:12px;color:#cdd6e2;font-size:.9rem;margin-top:8px}
.odds-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.odds-cell{background:#0f1521;border:1px solid #1d2738;border-radius:12px;padding:14px;text-align:center}
.odds-cell .oc-lbl{color:#7c879a;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.odds-cell .oc-val{color:#fff;font-weight:800;font-size:1.25rem;margin-top:4px}
.odds-book{color:#6b7686;font-size:.72rem;text-align:center;margin-top:10px}
.h2h-sum{display:flex;justify-content:space-around;text-align:center;background:#0f1521;border:1px solid #1d2738;border-radius:12px;padding:14px;margin-bottom:12px}
.h2h-sum b{display:block;font-size:1.5rem;color:#fff}
.h2h-sum span{font-size:.72rem;color:#7c879a}
@media(max-width:560px){.mp-team img{width:48px;height:48px}.mp-team span{font-size:.82rem}.mp-score{font-size:1.6rem}}

.mp-poll{background:#0f1521;border:1px solid #1d2738;border-radius:14px;padding:14px;margin-bottom:16px}
.poll-q{font-weight:700;color:#fff;margin-bottom:10px}
.poll-btns{display:flex;gap:8px}
.poll-b{flex:1;background:#16203a;border:1px solid #243049;color:#e7edf5;border-radius:10px;padding:11px;cursor:pointer;font-weight:600;font-size:.85rem}
.poll-b:hover{border-color:#00ff88;color:#00ff88}
.poll-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.poll-lbl{width:96px;font-size:.82rem;color:#cdd6e2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.poll-track{flex:1;height:10px;background:#1b2638;border-radius:6px;overflow:hidden}
.poll-fill{height:100%;border-radius:6px;transition:width .4s}
.poll-pct{width:42px;text-align:right;font-weight:700;color:#fff;font-size:.82rem}
.poll-tot{color:#7c879a;font-size:.75rem;margin-top:6px;text-align:center}
