/* ─ Mini Player window ───────────────────────────────────────────────────── */ /* ── Mini player shell ── outermost wrapper that fills the window ── */ .mini-player-shell { width: 100%; height: 100vh; display: flex; flex-direction: column; background: var(--bg-app); color: var(--text-primary); user-select: none; -webkit-user-select: none; overflow: hidden; box-sizing: border-box; } /* Belt-and-suspenders: WebKit/WebView2 occasionally lets descendants pick up user-select: auto from UA defaults (especially inside