:root{ --sob-accent:#0e3b5f; }
.sob-player{background:#fff;border:1px solid #dfe6ee;border-radius:14px;display:flex;align-items:center;gap:10px;padding:6px 10px;z-index:9999}
.sob-player:not(.sob-mini){position:fixed;top:0;left:0;right:0;height:56px;border-radius:0;border-bottom:1px solid #dfe6ee}
.sob-toggle{border:0;background:var(--sob-accent);color:#fff;border-radius:999px;width:28px;height:28px;cursor:pointer;font-weight:800}
.sob-vol{width:90px}.sob-cover{width:32px;height:32px;border-radius:6px;object-fit:cover;display:none}
.sob-info{display:flex;flex-direction:column;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42vw}
.sob-info strong{font-size:.95rem}.sob-info small{font-size:.8rem;color:#617089}
.sob-mini{height:48px;padding:6px 10px;border-radius:12px}.sob-mini .sob-vol{width:70px}.sob-mini .sob-info{max-width:28ch}
