
/* V29.8 Legacy Shortcode + Frontend Route Recovery */
.mlos-v298-wrap{
  --v298-deep:#051f20;
  --v298-dark:#0b2b26;
  --v298-green:#0d533b;
  --v298-lime:#9dff38;
  --v298-line:#d8e4de;
  --v298-muted:#60766c;
  max-width:1440px;
  margin:0 auto;
  padding:26px;
}
.mlos-v298-hero{
  padding:42px;
  border-radius:34px;
  background:linear-gradient(135deg,var(--v298-deep),var(--v298-dark));
  color:#fff;
  box-shadow:0 24px 70px rgba(5,31,32,.16);
  margin-bottom:18px;
}
.mlos-v298-hero span,
.mlos-v298-notice span,
.mlos-v298-card-top span{
  color:var(--v298-lime);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:1000;
  font-size:.78rem;
}
.mlos-v298-hero h1{
  margin:.2rem 0 .5rem;
  font-size:clamp(2.2rem,6vw,5rem);
  line-height:.92;
  letter-spacing:-.06em;
}
.mlos-v298-hero p{
  max-width:860px;
  margin:0;
  color:#d9eee2;
  line-height:1.55;
}
.mlos-v298-hero code{
  background:rgba(255,255,255,.12);
  padding:2px 6px;
  border-radius:8px;
  color:#fff;
}
.mlos-v298-actions{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.mlos-v298-actions a,
.mlos-v298-actions button,
.mlos-v298-notice a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:15px;
  border:1px solid var(--v298-line);
  background:#fff;
  color:var(--v298-deep);
  text-decoration:none;
  font-weight:1000;
  cursor:pointer;
}
.mlos-v298-actions .primary,
.mlos-v298-notice a{
  background:var(--v298-lime);
  border-color:var(--v298-lime);
}
.mlos-v298-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.mlos-v298-player-card{
  display:grid;
  gap:14px;
  padding:16px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--v298-line);
  box-shadow:0 18px 44px rgba(5,31,32,.08);
  break-inside:avoid;
}
.mlos-v298-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
.mlos-v298-card-top b{ color:var(--v298-green); }
.mlos-v298-card-body{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.mlos-v298-photo{
  width:92px;
  height:92px;
  border-radius:24px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#e8f5ee;
  color:var(--v298-green);
}
.mlos-v298-photo img{ width:100%; height:100%; object-fit:cover; }
.mlos-v298-photo strong{ font-size:1.6rem; }
.mlos-v298-info h2{ margin:0 0 5px; color:var(--v298-deep); font-size:1.25rem; }
.mlos-v298-info p{ margin:0 0 8px; color:var(--v298-muted); font-weight:900; }
.mlos-v298-tags{ display:flex; flex-wrap:wrap; gap:6px; }
.mlos-v298-tags span{
  padding:6px 8px;
  border-radius:999px;
  background:#edf6f1;
  color:var(--v298-green);
  font-weight:1000;
  font-size:.78rem;
}
.mlos-v298-card-footer{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  background:#fbfdfb;
  border:1px solid #edf3ef;
}
.mlos-v298-card-footer img{ width:72px; height:72px; border-radius:12px; }
.mlos-v298-card-footer strong{ display:block; color:var(--v298-deep); }
.mlos-v298-card-footer small{ color:var(--v298-muted); font-weight:900; }
.mlos-v298-empty,
.mlos-v298-notice{
  display:grid;
  gap:8px;
  padding:24px;
  border:1px dashed var(--v298-line);
  border-radius:22px;
  background:#fff;
  text-align:center;
}
.mlos-v298-empty strong,
.mlos-v298-notice h2{ color:var(--v298-deep); }
.mlos-v298-empty span,
.mlos-v298-notice p{ color:var(--v298-muted); }
.mlos-v298-article-note{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  padding:12px 14px;
  margin-bottom:18px;
  border:1px solid #bde8c6;
  border-radius:16px;
  background:#f2fff5;
}
.mlos-v298-article-note strong{ color:#051f20; }
.mlos-v298-article-note span{ color:#60766c; font-weight:800; }
@media(max-width:980px){ .mlos-v298-card-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:680px){ .mlos-v298-wrap{padding:14px} .mlos-v298-hero{padding:26px;border-radius:24px} .mlos-v298-card-grid{ grid-template-columns:1fr; } }
@media print{
  body *{visibility:hidden!important}
  .mlos-v298-wrap, .mlos-v298-wrap *{visibility:visible!important}
  .mlos-v298-wrap{position:absolute;left:0;top:0;width:100%;padding:0!important}
  .mlos-v298-hero,.mlos-v298-actions{display:none!important}
  .mlos-v298-card-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}
  .mlos-v298-player-card{box-shadow:none!important}
}
