.mv-guide-hero{ background:linear-gradient(120deg,#1a73e8 0%,#6b5ecf 100%); border-radius:20px; padding:32px 36px; color:#fff; margin-bottom:20px; }
.mv-guide-hero h1{ color:#fff; font-size:26px; }
.mv-guide-hero p{ color:rgba(255,255,255,.9); max-width:560px; }
.mv-guide-lvl-badge{ width:60px; height:60px; border-radius:50%; background:var(--mv-accent-light); color:var(--mv-accent-dark); display:flex; align-items:center; justify-content:center; font-weight:800; font-size:20px; border:3px solid var(--mv-accent); flex-shrink:0; }
.mv-level-scroll{ display:flex; gap:14px; overflow-x:auto; padding-bottom:8px; }
.mv-level-card{ min-width:150px; flex-shrink:0; background:var(--mv-surface); border:1px solid var(--mv-border); border-radius:14px; padding:16px; text-align:center; box-shadow:var(--mv-shadow-sm); }
.mv-level-card.mv-current{ border-color:var(--mv-accent); box-shadow:0 0 0 3px var(--mv-accent-light); }
.mv-lv-num{ width:40px; height:40px; border-radius:50%; background:var(--mv-surface-alt); display:flex; align-items:center; justify-content:center; font-weight:800; margin:0 auto 8px; }
.mv-lb-list{ background:var(--mv-surface); border:1px solid var(--mv-border); border-radius:12px; overflow:hidden; }
.mv-lb-row{ display:flex; align-items:center; gap:14px; padding:14px 20px; border-top:1px solid var(--mv-border); }
.mv-lb-row:first-child{ border-top:none; }
.mv-lb-row.mv-me{ background:var(--mv-accent-light); }
.mv-lb-rank{ width:26px; text-align:center; font-weight:800; color:var(--mv-text-muted); }
