:root{
  --bg:#e9e9f6;--card:#ffffff;--line1:#ff9b1f;--line2:#6d5efc;--ink:#15162b;
  --muted:#6b6f8c;--btn:#6d5efc;--btn2:#7b6bff;--ok:#23c55e;
  --shadow:0 10px 30px rgba(20,20,60,.15);--r:16px;
}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;
  background:linear-gradient(180deg,#f3f3ff 0%,#e9e9f6 100%);color:var(--ink);}
.mns-wrap{max-width:1200px;margin:22px auto;padding:0 14px}
.mns-list{display:flex;flex-direction:column;gap:14px}
.mns-row{position:relative;
  background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.72));
  border-radius:18px;box-shadow:var(--shadow);overflow:hidden;}
.mns-row::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
  background:linear-gradient(90deg,var(--line1),var(--line2));}
/* GRILLE : colonnes sans minmax() forcé */
.mns-row-inner{
  display:grid;grid-template-columns:56px 1fr auto;
  gap:14px;padding:14px 14px 16px 14px;align-items:center;
}
.mns-rank{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;font-size:18px;color:#222;}
.mns-crown{width:18px;height:18px;color:#ff9b1f}
.mns-banner{position:relative;border-radius:14px;overflow:hidden;height:110px;background:#111;width:100%;}
.mns-banner img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.05);}
.mns-banner::before{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.05) 55%,rgba(0,0,0,.45) 100%);}
.mns-name-top{display:none !important;}.mns-title{display:none !important;}
.mns-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end;min-width:0;}
.mns-stat{display:flex;align-items:center;gap:8px;color:#2a2d4a;font-weight:800;white-space:nowrap;}
.mns-stat .icon{width:18px;height:18px;opacity:.95}
.mns-stat .val{min-width:36px;text-align:left}
.mns-stat .lbl{opacity:.75;font-size:12px;font-weight:800}
.mns-pill{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;
  background:linear-gradient(180deg,var(--btn2),var(--btn));border-radius:12px;color:#fff;
  font-weight:900;border:none;cursor:pointer;box-shadow:0 8px 20px rgba(109,94,252,.25);
  user-select:none;text-decoration:none;white-space:nowrap;}
.mns-pill:hover{filter:brightness(1.04)}
.mns-pill .linkicon{width:16px;height:16px}
.mns-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}
.mns-action{height:38px;padding:0 14px;border-radius:10px;border:0;cursor:pointer;
  background:linear-gradient(180deg,var(--btn2),var(--btn));box-shadow:0 8px 20px rgba(109,94,252,.22);
  display:inline-flex;align-items:center;justify-content:center;color:#fff;
  font-weight:900;text-decoration:none;white-space:nowrap;}
.mns-action:hover{filter:brightness(1.04)}
.mns-action svg{width:18px;height:18px;fill:#fff;display:none}
.mns-dot{width:8px;height:8px;border-radius:999px;background:#bbb;display:inline-block}
.mns-dot.on{background:var(--ok);box-shadow:0 0 0 4px rgba(35,197,94,.15)}
