/* Player de áudio — neutro, compacto e sem acentos verdes. */
.music-player{position:fixed;top:16px;right:18px;z-index:10;width:196px;padding:14px 15px 12px;background:#10101366;border:1px solid #ffffff10;border-radius:8px;font-family:'Segoe UI',system-ui,sans-serif;color:#e4e2e4}
.mp-label{font-size:9px;letter-spacing:2px;color:#a09a9e;margin-bottom:8px}
.mp-track{font-size:11px;color:#dfdade;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5;margin-bottom:10px}
.mp-controls{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:5px}
.mp-btn{display:grid;place-items:center;width:30px;height:30px;background:transparent;border:0;border-radius:4px;color:#a9a3a8;font-size:13px;cursor:pointer;transition:color .15s,background .15s}
.mp-btn:hover{color:#fff;background:#ffffff0a}
.mp-btn:focus-visible{outline:1px solid #d1b9c1;outline-offset:2px}
.mp-play{width:34px;height:34px;color:#f1ebee;background:#352b3166;font-size:13px}
.mp-play:hover{background:#48333c}
.mp-progress{position:relative;height:18px;cursor:pointer;display:flex;align-items:center}
.mp-progress::before{content:'';position:absolute;left:0;right:0;height:2px;background:#333035}
.mp-progress-fill{position:absolute;left:0;height:2px;width:0%;background:#c3b6bc;pointer-events:none}
.mp-progress-dot{position:absolute;left:0%;width:6px;height:6px;background:#e6dce0;border-radius:50%;transform:translateX(-50%);pointer-events:none}
.mp-time{display:flex;justify-content:space-between;font-size:9px;color:#a09a9e;font-variant-numeric:tabular-nums}
@media(max-width:480px){.music-player{width:160px;top:12px;right:12px;padding:10px 12px}.mp-track{font-size:10px;margin-bottom:5px}.mp-label{margin-bottom:4px}.mp-controls{gap:10px}}
