/* ===============================
   Multicanais League - Clean CSS
   =============================== */

.mc-league-root{
  font-family:"Roboto Condensed","Inter","Arial Narrow",Arial,sans-serif;
  color:#1f2937;
  max-width:1080px;
  margin:0 auto 28px;
}

.mc-page{
  background:#f3f5f9;
  padding:12px;
  border-radius:14px;
}

/* Header */

.mc-header{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:14px;
  padding:16px 18px 14px;
  margin-bottom:12px;
}

.mc-header-main{
  display:flex;
  align-items:center;
  gap:24px;
  min-height:112px;
  overflow:hidden;
}

.mc-league-logo-wrap{
  width:112px;
  height:112px;
  flex:0 0 112px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mc-league-logo{
  width:112px;
  height:112px;
  object-fit:contain;
  display:block;
}

.mc-title{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.mc-title h1{
  margin:0;
  color:#222226;
  font-size:28px;
  line-height:34px;
  font-weight:800;
  letter-spacing:-.2px;
}

.mc-meta-row{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.mc-country-logo{
  width:32px;
  height:32px;
  flex:0 0 32px;
  object-fit:cover;
  border-radius:50%;
}

.mc-country-name{
  font-size:16px;
  font-weight:700;
  color:#222226;
  line-height:1;
}

.mc-season-select{
  appearance:none;
  -webkit-appearance:none;
  width:auto;
  min-width:72px;
  max-width:160px;
  height:34px;
  margin:0;
  padding:0 34px 0 12px;
  border:1px solid #d8dde6;
  border-radius:8px;
  background:
    linear-gradient(#eef2f7,#eef2f7) right 4px center / 24px 24px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.5 4l3.5 4 3.5-4z'/%3E%3C/svg%3E") right 10px center / 12px 12px no-repeat,
    #fff;
  color:#222226;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  outline:none;
}

.mc-season-select:focus{
  border-color:#7aa7ff;
  box-shadow:0 0 0 3px rgba(49,87,255,.12);
}

.mc-favorite-btn{
  margin-left:auto;
  align-self:flex-start;
  border:0;
  background:#3157ff;
  color:#fff;
  height:36px;
  padding:0 14px;
  border-radius:8px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}

.mc-season-progress{
  width:100%;
  margin-top:12px;
}

.mc-season-progress-bar{
  width:100%;
  height:6px;
  background:#c7c7c7;
  border-radius:999px;
  overflow:hidden;
}

.mc-season-progress-bar span{
  display:block;
  width:0;
  height:100%;
  background:#222226;
  border-radius:999px;
}

.mc-season-progress-dates{
  display:flex;
  justify-content:space-between;
  margin-top:6px;
  color:#222226;
  font-size:12px;
  line-height:16px;
  font-weight:800;
}

/* Layout */

.mc-desktop-grid{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:12px;
}

.mc-box{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:13px;
  overflow:hidden;
  margin-bottom:12px;
}

.mc-box-title{
  padding:12px 14px;
  border-bottom:1px solid #edf0f5;
  font-size:16px;
  font-weight:800;
  color:#111827;
}

/* Featured */

.mc-featured{
  padding:18px 14px;
  text-align:center;
}

.mc-featured-row{
  display:grid;
  grid-template-columns:1fr 80px 1fr;
  align-items:center;
  gap:8px;
}

.mc-team img{
  width:38px;
  height:38px;
  object-fit:contain;
}

.mc-team b{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.25;
  font-weight:700;
}

.mc-date b{
  font-size:16px;
  color:#111827;
  font-weight:800;
}

.mc-date span{
  display:block;
  margin-top:4px;
  color:#6b7280;
  font-size:11px;
}

/* Tabs */

.mc-tabs{
  display:flex;
  border-bottom:1px solid #edf0f5;
}

.mc-tabs button{
  flex:1;
  border:0;
  background:#fff;
  padding:13px 12px;
  font-size:13px;
  font-weight:800;
  color:#6b7280;
  cursor:pointer;
  text-transform:uppercase;
}

.mc-tabs button.active{
  border-bottom:2px solid #c50864;
  color:#c50864;
}

.mc-panel{
  display:none;
}

.mc-panel.active{
  display:block;
}

/* Schedule */

.mc-matches,
.mc-schedule,
.mc-schedule-list{
  background:#fff;
}

.mc-schedule-list{
  padding-bottom:10px;
  background:#fff;
}

.mc-schedule-head{
  padding:12px 14px 10px;
  background:#fff;
  border-bottom:1px solid #e6eaf1;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.mc-schedule-title{
  display:none;
}

.mc-timezone-label{
  display:none;
}

.mc-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  margin:8px auto 10px;
  padding:2px;
  gap:2px;
  background:#eef2f7;
  border-radius:999px;
}

.mc-switch button{
  margin:0 !important;
  border:0;
  background:transparent;
  height:28px;
  min-width:auto;
  padding:0 12px;
  border-radius:999px;
  color:#111827;
  font-size:12px;
  font-weight:800;
  line-height:28px;
  cursor:pointer;
}

.mc-switch button.active{
  background:#1f2026;
  color:#fff;
}

.mc-filter-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:6px auto 10px;
}

.mc-arrow{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;
  max-height:32px !important;
  margin:0 !important;
  padding:0 !important;
  border:0;
  border-radius:10px;
  background:#f1f4f8;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  box-sizing:border-box;
}

.mc-arrow:hover{
  background:#e7ecf4;
}

.mc-filter-center{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mc-select-like{
  min-width:96px;
  height:32px;
  padding:0 12px;
  border:1px solid #d8dde6;
  border-radius:10px;
  background:#fff;
  color:#111827;
  font-size:12px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.mc-status-pills{
  display:flex;
  justify-content:center;
  gap:8px;
  padding:0 14px 10px;
  margin:0;
}

.mc-status-pills button{
  height:30px;
  min-width:92px;
  border:0;
  border-radius:999px;
  background:#eef2f7;
  color:#111827;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.mc-status-pills button.active{
  background:#1f2026;
  color:#fff;
}

/* Match Row */

.mc-match{
  display:grid;
  grid-template-columns:64px 1fr 34px;
  align-items:center;
  column-gap:10px;
  min-height:64px;
  padding:10px 14px;
  border-bottom:1px solid #eef1f5;
  background:#fff;
}

.mc-match:last-child{
  border-bottom:0;
}

.mc-match:hover{
  background:#fafbfe;
}

.mc-time-wrap{
  text-align:center;
  color:#7b8494;
  font-size:13px;
  line-height:18px;
  font-weight:600;
}

.mc-time-wrap b{
  display:block;
  color:#7b8494;
  font-size:13px;
  font-weight:600;
}

.mc-match-status{
  color:#7b8494;
  font-size:13px;
  line-height:18px;
  font-weight:600;
}

.mc-live-status{
  color:#e02020;
  font-weight:900;
}

.mc-match > div:nth-child(2){
  min-width:0;
}

.mc-club{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  height:24px;
  line-height:24px;
}

.mc-club + .mc-club{
  margin-top:4px;
}

.mc-club img{
  width:20px;
  height:20px;
  object-fit:contain;
  flex:0 0 20px;
}

.mc-club span{
  color:#8b95a5;
  font-size:14px;
  font-weight:600;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.mc-match.is-finished .mc-club span{
  color:#8b95a5;
}

.mc-score{
  min-width:28px;
  padding:0;
  background:transparent;
  color:#8b95a5;
  text-align:right;
  font-size:14px;
  font-weight:800;
  line-height:24px;
}

.mc-score div{
  padding:0;
  background:transparent;
  line-height:24px;
  color:#8b95a5;
  font-weight:600;
}

.mc-club.is-winner span{
  color:#111827;
  font-weight:650;
}

.mc-score div.is-winner{
  color:#111827;
  font-weight:650;
}

.mc-match.is-draw .mc-club span{
  color:#111827;
  font-weight:600;
}

.mc-match.is-draw .mc-score div{
  color:#111827;
  font-weight:600;
}

.mc-match > div:last-child{
  display:none;
}

/* Standings */

.mc-table{
  width:100%;
  border-collapse:collapse;
  font-size:12.5px;
}

.mc-table th{
  background:#f7f8fb;
  color:#6b7280;
  text-align:left;
  padding:9px 8px;
  font-size:11.5px;
  font-weight:800;
}

.mc-table td{
  padding:9px 8px;
  border-bottom:1px solid #edf0f5;
}

.mc-table tr:hover td{
  background:#fafbfe;
}

.mc-rank{
  width:30px;
  font-weight:900;
  color:#4b5563;
}

.mc-table-team{
  display:flex;
  align-items:center;
  gap:7px;
  font-weight:800;
}

.mc-table-team img{
  width:20px;
  height:20px;
  object-fit:contain;
}

/* Details / Teams */

.mc-details{
  padding:15px;
  color:#4b5563;
  line-height:1.6;
}

.mc-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.mc-detail-item{
  background:#f7f8fb;
  border-radius:10px;
  padding:12px;
  font-size:13px;
}

.mc-detail-item b{
  display:block;
  color:#111827;
  margin-bottom:3px;
  font-weight:900;
}

.mc-teams-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  padding:14px;
}

.mc-team-card{
  display:flex;
  align-items:center;
  gap:9px;
  background:#f7f8fb;
  border-radius:10px;
  padding:10px;
  font-size:12.5px;
}

.mc-team-card strong{
  font-weight:800;
}

.mc-team-card img{
  width:30px;
  height:30px;
  object-fit:contain;
}

/* Mobile */

.mc-mobile-tabs,
.mc-mobile-panels{
  display:none;
}

.mc-empty,
.mc-league-error{
  padding:24px 18px;
  text-align:center;
  color:#7b8494;
  line-height:1.5;
  font-size:13px;
}

@media(max-width:768px){
  .mc-league-root{
    max-width:100%;
    margin-bottom:22px;
  }

  .mc-page{
    padding:8px;
    border-radius:12px;
  }

  .mc-desktop-grid{
    display:none;
  }

  .mc-header{
    padding:14px;
    border-radius:14px;
  }

  .mc-header-main{
    gap:12px;
    min-height:76px;
  }

  .mc-league-logo-wrap{
    width:64px;
    height:64px;
    flex:0 0 64px;
  }

  .mc-league-logo{
    width:64px;
    height:64px;
  }

  .mc-title{
    gap:8px;
  }

  .mc-title h1{
    font-size:20px;
    line-height:24px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .mc-meta-row{
    gap:6px;
    flex-wrap:nowrap;
  }

  .mc-country-logo{
    width:24px;
    height:24px;
    flex:0 0 24px;
  }

  .mc-country-name{
    font-size:14px;
    white-space:nowrap;
  }

  .mc-season-select{
    min-width:72px;
    max-width:92px;
    height:30px;
    padding:0 26px 0 9px;
    font-size:13px;
  }

  .mc-favorite-btn{
    display:none;
  }

  .mc-season-progress{
    margin-top:12px;
  }

  .mc-season-progress-dates{
    font-size:11px;
  }

  .mc-mobile-tabs{
    display:flex;
    background:#fff;
    border-radius:12px 12px 0 0;
    overflow:auto;
    border-bottom:1px solid #edf0f5;
  }

  .mc-mobile-tabs button{
    min-width:105px;
    border:0;
    background:#fff;
    padding:12px 10px;
    font-size:12px;
    font-weight:900;
    color:#6b7280;
    text-transform:uppercase;
  }

  .mc-mobile-tabs button.active{
    color:#c50864;
    border-bottom:2px solid #c50864;
  }

  .mc-mobile-panels{
    display:block;
    background:#fff;
    border:1px solid #edf0f5;
    border-top:0;
    border-radius:0 0 12px 12px;
    overflow:hidden;
  }

  .mc-mobile-panel{
    display:none;
  }

  .mc-mobile-panel.active{
    display:block;
  }

  .mc-featured{
    padding:16px 12px;
  }

  .mc-featured-row{
    grid-template-columns:1fr 72px 1fr;
  }

  .mc-team img{
    width:34px;
    height:34px;
  }

  .mc-schedule-head{
    padding:11px 10px 9px;
  }

  .mc-switch button{
    height:28px;
    min-width:60px;
    padding:0 16px;
    font-size:12px;
  }

  .mc-filter-row{
    gap:8px;
    margin-bottom:9px;
  }

  .mc-arrow{
    width:32px;
    height:32px;
    min-width:32px;
    font-size:22px;
  }

  .mc-select-like{
    height:32px;
    min-width:104px;
    font-size:12px;
  }

  .mc-match{
    grid-template-columns:54px 1fr 28px;
    min-height:54px;
    padding:8px 9px;
  }

  .mc-time-wrap,
  .mc-time-wrap b,
  .mc-match-status{
    font-size:11.5px;
  }

  .mc-club span{
    font-size:13px;
  }

  .mc-score{
    font-size:15px;
  }

  .mc-detail-grid,
  .mc-teams-grid{
    grid-template-columns:1fr;
  }

  .mc-table{
    font-size:11.5px;
  }

  .mc-table th,
  .mc-table td{
    padding:8px 5px;
  }

  .mc-table th:nth-child(4),
  .mc-table th:nth-child(5),
  .mc-table th:nth-child(6),
  .mc-table td:nth-child(4),
  .mc-table td:nth-child(5),
  .mc-table td:nth-child(6){
    display:none;
  }
}

/* Winner / Loser 强制覆盖 */
.mc-league-root .mc-match .mc-club span{
  color:#8b95a5;
  font-weight:700;
}

.mc-league-root .mc-match .mc-club.is-winner span{
  color:#111827 !important;
  font-weight:700 !important;
}

.mc-league-root .mc-match .mc-score div{
  color:#8b95a5;
  font-weight:600;
}

.mc-league-root .mc-match .mc-score div.is-winner{
  color:#111827 !important;
  font-weight:700 !important;
}

.mc-league-root .mc-match.is-draw .mc-club span,
.mc-league-root .mc-match.is-draw .mc-score div{
  color:#111827 !important;
  font-weight:600 !important;
}

.mc-arrow:disabled{
  opacity:.35;
  cursor:not-allowed;
  pointer-events:none;
}

/* Standings Sofa style */

.mc-standings{
  background:#fff;
  position:relative;
}

.mc-standings-top{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border-bottom:1px solid #edf0f5;
  position:relative;
}

.mc-standings-tabs{
  display:inline-flex;
  gap:4px;
  padding:3px;
  background:#f1f3f7;
  border-radius:999px;
}

.mc-standings-tabs button{
  margin:0 !important;
  border:0;
  height:30px;
  padding:0 16px;
  border-radius:999px;
  background:transparent;
  color:#111827;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.mc-standings-tabs button.active{
  background:#1f2026;
  color:#fff;
}

.mc-standings-menu-wrap{
  position:absolute;
  right:12px;
  top:12px;
}

.mc-standings-menu-btn{
  width:34px;
  height:34px;
  margin:0 !important;
  border:0;
  border-radius:10px;
  background:#f1f3f7;
  color:#111827;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
}

.mc-standings-menu{
  display:none;
  position:absolute;
  top:42px;
  right:0;
  width:180px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 8px 26px rgba(15,23,42,.14);
  overflow:hidden;
  z-index:20;
}

.mc-standings-menu.active{
  display:block;
}

.mc-menu-title{
  padding:12px 14px;
  color:#9ca3af;
  font-size:12px;
}

.mc-standings-menu button{
  width:100%;
  height:46px;
  margin:0 !important;
  border:0;
  background:#fff;
  text-align:left;
  padding:0 14px;
  color:#111827;
  font-size:14px;
  cursor:pointer;
}

.mc-standings-menu button.active{
  color:#3157ff;
  background:#f7f8fb;
}

.mc-standing-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
}

.mc-standing-table th{
  height:34px;
  padding:6px 8px;
  color:#9ca3af;
  font-weight:500;
  text-align:center;
  border-bottom:1px solid #edf0f5;
  white-space:nowrap;
}

.mc-standing-table td{
  height:38px;
  padding:6px 8px;
  text-align:center;
  border-bottom:0;
  color:#111827;
  font-weight:600;
  white-space:nowrap;
}

.mc-standing-table .mc-col-rank{
  width:38px;
  text-align:center;
}

.mc-standing-table .mc-col-team{
  text-align:left;
  min-width:180px;
}

.mc-standing-team{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.mc-standing-team img{
  width:24px;
  height:24px;
  object-fit:contain;
  flex:0 0 24px;
}

.mc-standing-team span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:700;
}

.mc-rank-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#f1f3f7;
  color:#111827;
  font-weight:800;
  font-size:13px;
}

.mc-col-form{
  min-width:120px;
}

.mc-form-list{
  display:inline-flex;
  gap:3px;
  align-items:center;
}

.mc-form-list span{
  width:20px;
  height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:3px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.mc-form-w{
  background:#12b76a;
}

.mc-form-d{
  background:#b8c0cc;
}

.mc-form-l{
  background:#d92d20;
}

.mc-col-pts{
  font-weight:900 !important;
}

/* Mobile standings */

@media(max-width:768px){
  .mc-standings-top{
    justify-content:flex-start;
    padding:10px 12px;
  }

  .mc-standings-tabs button{
    height:32px;
    padding:0 14px;
    font-size:12px;
  }

  .mc-standings-menu-wrap{
    right:10px;
    top:9px;
  }

  .mc-standing-table{
    font-size:12px;
  }

  .mc-standing-table th,
  .mc-standing-table td{
    padding:6px 5px;
  }

  .mc-standing-table .mc-col-team{
    min-width:150px;
  }

  .mc-standing-team img{
    width:24px;
    height:24px;
  }

  .mc-standing-team span{
    font-size:12.5px;
  }

  .mc-rank-badge{
    width:24px;
    height:24px;
    font-size:12px;
  }

  .mc-standing-summary th:nth-child(4),
  .mc-standing-summary td:nth-child(4),
  .mc-standing-form th:nth-child(3),
  .mc-standing-form td:nth-child(3){
    display:table-cell;
  }

  .mc-standing-complete .mc-col-form{
    display:none;
  }

  .mc-standing-summary .mc-col-form{
    display:none;
  }

  .mc-standing-form th:nth-child(n+3):not(.mc-col-form):not(:last-child),
  .mc-standing-form td:nth-child(n+3):not(.mc-col-form):not(:last-child){
    display:none;
  }

  .mc-col-form{
    min-width:98px;
  }

  .mc-form-list span{
    width:18px;
    height:18px;
    font-size:11px;
  }
}

.mc-standings-filter{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  padding:3px;
  margin:12px auto;
  background:#f1f3f7;
  border-radius:999px;
}

.mc-standings-br{
  background:#fff;
  text-align:center;
}

.mc-standings-filter button{
  margin:0 !important;
  border:0;
  height:30px;
  min-width:62px;
  padding:0 14px;
  border-radius:999px;
  background:transparent;
  color:#111827;
  font-size:13px;
  font-weight:800;
  line-height:30px;
  cursor:pointer;
}

.mc-standings-filter button.active{
  background:#1f2026;
  color:#fff;
}

/* Mobile only: Standings view menu */

@media(max-width:768px){
  .mc-standings-topbar{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 52px 10px 12px;
    border-bottom:1px solid #edf0f5;
  }

  .mc-standings-view-wrap{
    position:absolute;
    right:10px;
    top:9px;
    display:block;
  }

  .mc-standings-view-btn{
    width:34px;
    height:34px;
    min-width:34px;
    min-height:34px;
    margin:0 !important;
    padding:0 !important;
    border:0;
    border-radius:10px;
    background:#f1f3f7;
    color:#111827;
    font-size:18px;
    font-weight:900;
    line-height:1;
    cursor:pointer;
  }

  .mc-standings-view-menu{
    display:none;
    position:absolute;
    top:42px;
    right:0;
    width:190px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 28px rgba(15,23,42,.16);
    overflow:hidden;
    z-index:50;
    text-align:left;
  }

  .mc-standings-view-menu.active{
    display:block;
  }

  .mc-menu-title{
    padding:12px 14px;
    color:#9ca3af;
    font-size:12px;
    font-weight:700;
  }

  .mc-standings-view-menu button{
    width:100%;
    height:44px;
    margin:0 !important;
    padding:0 14px;
    border:0;
    background:#fff;
    text-align:left;
    color:#111827;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
  }

  .mc-standings-view-menu button.active{
    color:#3157ff;
    background:#f7f8fb;
  }

  .mc-standing-table{
    width:100%;
    font-size:12px;
  }

  .mc-standing-table th,
  .mc-standing-table td{
    height:38px;
    padding:6px 5px;
    white-space:nowrap;
  }

  .mc-standing-table .mc-col-team{
    min-width:130px;
  }

  .mc-standing-team span{
    max-width:95px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .mc-standing-summary .mc-col-team{
    min-width:155px;
  }

  .mc-standing-complete .mc-col-team{
    min-width:110px;
  }

  .mc-standing-form .mc-col-team{
    min-width:145px;
  }

  .mc-col-form{
    min-width:96px;
  }

  .mc-form-list span{
    width:18px;
    height:18px;
    font-size:11px;
  }
}

/* Desktop only: hide mobile view menu */
@media(min-width:769px){
  .mc-standings-view-wrap{
    display:none !important;
  }
}

@media(max-width:768px){
  .mc-standing-complete .mc-col-form{
    display:none;
  }
}

@media(max-width:768px){
  .mc-standings-br{
    position:relative;
  }

  .mc-standings-topbar{
    position:relative;
    z-index:20;
  }

  .mc-standings-view-wrap{
    position:absolute;
    right:8px;
    top:10px;
    z-index:50;
  }

  .mc-standings-view-btn{
    position:relative;
    z-index:60;
    pointer-events:auto;
  }

  .mc-standings-view-menu{
    z-index:9999;
  }

  .mc-season-progress,
  .mc-season-progress-bar{
    pointer-events:none;
  }
}

@media(max-width:768px){
  .mc-standings-topbar{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    padding:10px 44px;
  }

  .mc-standings-filter{
    margin:0 auto;
  }

  .mc-standings-view-wrap{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    z-index:30;
  }
}

.mc-details-sofa{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fff;
}

.mc-detail-card{
  padding:18px 16px;
  border-right:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
  background:#fff;
}

.mc-detail-card h3{
  margin:0 0 14px;
  text-align:center;
  font-size:16px;
  font-weight:900;
  color:#111827;
}

.mc-title-duo{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.mc-title-team{
  text-align:center;
}

.mc-title-team img,
.mc-null-logo{
  width:42px;
  height:42px;
  margin:0 auto 6px;
  object-fit:contain;
}

.mc-title-team strong{
  display:block;
  font-size:14px;
  font-weight:900;
  color:#111827;
}

.mc-title-team span{
  display:block;
  margin-top:3px;
  font-size:12px;
  color:#8b95a5;
}

.mc-detail-list-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:6px 0;
  font-size:14px;
  color:#111827;
}

.mc-detail-list-item img,
.mc-null-logo.small{
  width:30px;
  height:30px;
  flex:0 0 30px;
  object-fit:contain;
}

.mc-detail-empty{
  text-align:center;
  color:#9ca3af;
  font-size:13px;
  padding:10px 0;
}

.mc-stat-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:6px 0;
  font-size:14px;
}

.mc-stat-row span{
  color:#111827;
}

.mc-stat-row strong{
  color:#111827;
  font-weight:700;
  text-align:right;
}

.mc-null-logo{
  border-radius:50%;
  background:#eef2f7;
  color:#9ca3af;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

@media(max-width:768px){
  .mc-details-sofa{
    display:block;
    background:#eef2f7;
    padding:8px;
  }

  .mc-detail-card{
    border:0;
    border-radius:14px;
    margin-bottom:8px;
    padding:14px;
  }
}

.mc-standings-groups {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.mc-standing-group-title {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #111827;
}

.mc-schedule-groups {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mc-schedule-group-title {
  font-size: 12px;
  font-weight: 800;
  color: #111827;
  margin: 6px 12px 8px;
}

.mc-schedule-group-list {
  display: flex;
  flex-direction: column;
}

.mc-select-real {
  height: 44px;
  min-width: 120px;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  background: #fff;
  color: #101828;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  padding: 0 34px 0 16px;
  outline: none;
}

.mc-schedule-group-title {
  font-size: 12px;
  font-weight: 800;
  color: #ff007a;
  margin: 10px 12px 8px;
}