/* Final live-sync/mobile polish */
.match-center-shell,.mcv-shell,.match-shell,.match-center-container{max-width:760px;margin-left:auto;margin-right:auto;width:100%;}
@media (max-width: 768px){
  body{overflow-x:hidden;}
  .container,.container-fluid{max-width:100%;padding-left:10px!important;padding-right:10px!important;}
  .match-center-shell,.mcv-shell,.match-shell,.match-center-container{max-width:100%!important;width:100%!important;margin:0 auto!important;}
  .mcv-hero,.match-hero,.score-hero{border-radius:0!important;margin-left:-10px!important;margin-right:-10px!important;}
  .mcv-tabs,.match-tabs,.nav-tabs{overflow-x:auto;white-space:nowrap;display:flex;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;}
  .mcv-tabs a,.match-tabs a,.nav-tabs .nav-link{flex:0 0 auto;}
  table{font-size:12px;}
  .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;}
  canvas{max-width:100%!important;height:auto!important;}
  .livehub-card{border-radius:16px!important;}
  .livehub-teams{gap:8px!important;}
}
.gpl-live-pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 rgba(239,68,68,.7);animation:gplPulse 1.4s infinite;margin-right:6px;vertical-align:middle;}
@keyframes gplPulse{0%{box-shadow:0 0 0 0 rgba(239,68,68,.7)}70%{box-shadow:0 0 0 8px rgba(239,68,68,0)}100%{box-shadow:0 0 0 0 rgba(239,68,68,0)}}
