.match-center-page{max-width:1040px;margin:0 auto}
.match-center-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}
.match-center-tabs a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:13px;background:#eef6f2;color:#123d5f;font-weight:900;text-decoration:none;box-shadow:0 8px 18px rgba(9,50,83,.04)}
.match-center-tabs a.active{background:#087443;color:#fff;box-shadow:0 10px 22px rgba(8,116,67,.2)}
.match-center-card{border:1px solid #dbe8e3;border-radius:20px;background:#fff;box-shadow:0 16px 36px rgba(9,50,83,.07);overflow:hidden}
.match-center-empty{padding:26px;color:#607284;font-weight:800;text-align:center}
.mc-groups{display:grid;gap:0}
.mc-group{padding:14px;border-bottom:1px solid #e6eee9;background:#fbfefd}
.mc-group:last-child{border-bottom:0}
.mc-group h2{display:inline-flex;align-items:center;margin:0 0 12px;padding:8px 13px;border-radius:999px;background:#123d5f;color:#fff;font-size:14px;font-weight:900}
.mc-games{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mc-game{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) 62px minmax(0,1fr);grid-template-rows:auto auto auto;align-items:center;gap:10px;width:100%;padding:14px;border:1px solid #dbe8e3;border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbf9);color:#062d4f;text-decoration:none;box-shadow:0 10px 24px rgba(9,50,83,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;cursor:pointer;font:inherit;text-align:inherit}
.mc-game:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(9,50,83,.11);border-color:#b8dacf;text-decoration:none}
.mc-league{grid-column:1/5;justify-self:start;display:inline-flex;max-width:100%;align-items:center;padding:5px 9px;border-radius:999px;background:#eef6f2;color:#087443;font-size:11px;font-weight:950;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mc-game time{grid-row:2/4;align-self:center;justify-self:center;display:inline-flex;min-width:46px;height:46px;align-items:center;justify-content:center;border-radius:14px;background:#eef6f2;color:#087443;font-weight:950;white-space:nowrap}
.mc-status-live time{background:#fff1f5;color:#e0185c}
.mc-team{display:flex;align-items:center;gap:8px;min-width:0;color:#0077ff;font-weight:850}
.mc-team img{width:24px;height:24px;object-fit:contain;flex:0 0 24px}
.mc-team span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mc-home{justify-content:flex-end;text-align:right}
.mc-away{justify-content:flex-start;text-align:left}
.mc-score{display:flex;align-items:center;justify-content:center;gap:4px;position:relative}
.mc-score span{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:28px;border-radius:8px;background:#087443;color:#fff;font-weight:950}
.mc-score b{color:#123d5f}
.mc-score em{position:absolute;top:-25px;left:50%;transform:translateX(-50%);padding:3px 8px;border-radius:999px;background:#e0185c;color:#fff;font-size:10px;font-style:normal;font-weight:950;letter-spacing:.05em;animation:mcLiveBlink 1s infinite}
.mc-game small{grid-column:2/5;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#607284;font-weight:750;font-size:12px}
.mc-game small span{color:#087443;font-weight:900}
.match-center-detail-panel{margin-top:16px}
.mc-detail{position:relative;padding:20px;border:1px solid #dbe8e3;border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(9,50,83,.07)}
.mc-detail h3{margin:0 42px 10px 0;color:#07375f;font-size:22px}
.mc-detail-time{margin:0 0 12px;color:#607284;font-weight:800}
.mc-detail ul{margin:10px 0 0;padding-left:20px;color:#123d5f}
.mc-detail li{margin:6px 0}
.mc-detail-source{margin:14px 0 0;color:#607284}
.mc-detail-source a{color:#087443;font-weight:900}
.mc-detail-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:50%;background:#eef6f2;color:#123d5f;font-size:22px;font-weight:900;cursor:pointer}
.mc-loading{text-align:center;color:#607284;font-weight:900}
@keyframes mcLiveBlink{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(224,24,92,.5)}50%{opacity:.45;box-shadow:0 0 0 6px rgba(224,24,92,0)}}
@media(max-width:700px){
  .match-center-page{margin:0 -2px}
  .match-center-tabs{gap:6px}
  .match-center-tabs a{flex:1 1 auto;padding:9px 10px;font-size:12px}
  .match-center-card{border-radius:15px}
  .mc-group{padding:10px}
  .mc-group h2{font-size:13px}
  .mc-games{grid-template-columns:1fr;gap:10px}
  .mc-game{grid-template-columns:52px minmax(0,1fr) 54px minmax(0,1fr);gap:7px;padding:12px}
  .mc-game time{min-width:42px;height:42px;font-size:12px}
  .mc-team{gap:5px;font-size:12px}
  .mc-team img{width:19px;height:19px;flex-basis:19px}
  .mc-score span{min-width:22px;height:25px}
  .mc-game small{font-size:11px}
}
