.nmp-player{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu;max-width:960px;margin:24px auto;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(0,0,0,.15)}
.nmp-theme-dark{background:#0d0f12;color:#e9eef2}
.nmp-theme-light{background:#fff;color:#111;border-color:rgba(0,0,0,.1)}
.nmp-now{display:flex;gap:16px;padding:16px}
.nmp-cover{width:92px;height:92px;border-radius:12px;overflow:hidden;background:#181a1f;flex-shrink:0}
.nmp-cover img{width:100%;height:100%;object-fit:cover}
.nmp-meta{flex:1;min-width:0}
.nmp-title{font-weight:700;font-size:1.1rem;letter-spacing:.2px}
.nmp-small{opacity:.7;margin-top:4px}
.nmp-sep{opacity:.6;margin:0 6px}
.nmp-controls{display:flex;align-items:center;gap:10px;margin-top:8px}
.nmp-controls button{background:#1b1f27;border:0;color:#e9eef2;border-radius:8px;padding:6px 10px;cursor:pointer}
.nmp-controls button:hover{transform:translateY(-1px)}
.nmp-time{margin-left:auto;opacity:.8;font-variant-numeric:tabular-nums}
.nmp-progress{padding:10px 0}
.nmp-bar{height:6px;background:rgba(255,255,255,.12);border-radius:6px;cursor:pointer}
.nmp-fill{display:block;height:6px;width:0;border-radius:6px;background:linear-gradient(90deg,#7dd3fc,#22d3ee,#a78bfa)}
.nmp-actions{margin-top:8px}
.nmp-buy{display:inline-block;background:linear-gradient(90deg,#22d3ee,#a78bfa);color:#0b0d10;font-weight:700;text-decoration:none;padding:8px 12px;border-radius:10px}
.nmp-buy:hover{filter:brightness(1.08)}
.nmp-list{display:grid;grid-template-columns:1fr;list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.08)}
.nmp-item{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;cursor:pointer;border-top:1px solid rgba(255,255,255,.06)}
.nmp-item:hover{background:rgba(255,255,255,.04)}
.nmp-item.is-active{background:rgba(34,211,238,.08)}
.nmp-item-title{font-weight:600}
.nmp-item-meta{opacity:.7}
.nmp-theme-light .nmp-controls button{background:#f1f5f9;color:#0f172a}
.nmp-theme-light .nmp-bar{background:#e2e8f0}
.nmp-theme-light .nmp-item{border-top:1px solid #f1f5f9}
