
/* V28.2 Frontend Player Matching Recovery */
.mlos-matchfix-wrap{
  max-width:1440px;
  margin:0 auto;
  padding:26px;
}
.mlos-matchfix-hero{
  padding:42px;
  border-radius:34px;
  background:linear-gradient(135deg,#061f1b,#0b2b26);
  color:#fff;
  box-shadow:0 24px 70px rgba(5,31,32,.16);
  margin-bottom:20px;
}
.mlos-matchfix-hero span,
.mlos-matchfix-panel-head span{
  color:#9dff38;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:1000;
  font-size:.78rem;
}
.mlos-matchfix-hero h1{
  margin:.2rem 0 .5rem;
  font-size:clamp(2.2rem,6vw,4.8rem);
  line-height:.92;
  letter-spacing:-.06em;
}
.mlos-matchfix-hero p{
  max-width:820px;
  margin:0;
  color:#d9eee2;
  line-height:1.55;
}
.mlos-matchfix-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 18px;
}
.mlos-matchfix-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:16px;
  border:1px solid #d8e4de;
  background:#fff;
  color:#05251c;
  text-decoration:none;
  font-weight:900;
}
.mlos-matchfix-btn.primary{
  background:#0d533b;
  border-color:#0d533b;
  color:#fff;
}
.mlos-matchfix-panel{
  background:#fff;
  border:1px solid #d8e4de;
  border-radius:26px;
  box-shadow:0 18px 44px rgba(5,31,32,.08);
  overflow:hidden;
  margin-bottom:20px;
}
.mlos-matchfix-panel-head{
  padding:22px;
  border-bottom:1px solid #d8e4de;
  background:#fbfdfb;
}
.mlos-matchfix-panel-head h2{
  margin:.2rem 0 .4rem;
  color:#05251c;
}
.mlos-matchfix-panel-head p{
  margin:0;
  color:#60766c;
  line-height:1.5;
}
.mlos-matchfix-panel > .mlos-v24-hero,
.mlos-matchfix-panel > .mlos-v24-panel,
.mlos-matchfix-panel > section{
  margin:18px;
}
.mlos-matchfix-merged-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:18px;
}
.mlos-matchfix-merged-list article{
  display:grid;
  gap:8px;
  padding:14px;
  border:1px solid #d8e4de;
  border-radius:18px;
  background:#fbfdfb;
}
.mlos-matchfix-merged-list strong{
  color:#05251c;
}
.mlos-matchfix-merged-list span{
  color:#60766c;
}
.mlos-matchfix-merged-list a{
  color:#0d533b;
  font-weight:900;
  text-decoration:none;
}
.mlos-matchfix-empty{
  margin:18px;
  padding:22px;
  border:1px dashed #d8e4de;
  border-radius:18px;
  background:#fbfdfb;
  color:#60766c;
  text-align:center;
  font-weight:800;
}
@media(max-width:760px){
  .mlos-matchfix-wrap{padding:14px}
  .mlos-matchfix-hero{padding:26px;border-radius:24px}
  .mlos-matchfix-merged-list{grid-template-columns:1fr}
}
