.cl-sticky-player{z-index:80;-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--bg-glass-border);padding-bottom:env(safe-area-inset-bottom);color:var(--text-primary);background:#0d0d14eb;position:fixed;bottom:0;left:0;right:0}.cl-sticky-player__seek{cursor:pointer;touch-action:none;background:#ffffff0f;height:3px;position:relative}.cl-sticky-player__seek-fill{background:var(--text-accent);transition:width 75ms linear;position:absolute;inset:0 auto 0 0}.cl-sticky-player__row{align-items:center;gap:.75rem;padding:.5rem .875rem;display:flex}.cl-sticky-player__info{min-width:0;color:inherit;flex:1;align-items:center;gap:.625rem;text-decoration:none;transition:opacity .15s;display:flex}.cl-sticky-player__info:hover{opacity:.82}.cl-sticky-player__art{background:var(--bg-glass);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;overflow:hidden}.cl-sticky-player__art-img{object-fit:cover;width:100%;height:100%;display:block}.cl-sticky-player__art-placeholder{color:var(--text-tertiary);font-size:1rem}.cl-sticky-player__spinner{border-radius:inherit;background:#00000059;position:absolute;inset:0}.cl-sticky-player__spinner:after{content:"";border:1.5px solid #ffffff59;border-top-color:#fffffff2;border-radius:50%;width:14px;height:14px;margin:-7px 0 0 -7px;animation:.7s linear infinite cl-sticky-spin;position:absolute;top:50%;left:50%}@keyframes cl-sticky-spin{to{transform:rotate(360deg)}}.cl-sticky-player__meta{flex-direction:column;gap:1px;min-width:0;display:flex}.cl-sticky-player__title{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.cl-sticky-player__time{font-size:var(--text-xs);color:var(--text-secondary);font-variant-numeric:tabular-nums}.cl-sticky-player__preview-tag{color:var(--text-tertiary)}.cl-sticky-player__controls{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.cl-sticky-player__btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s,transform 80ms;display:inline-flex}.cl-sticky-player__btn:hover{color:var(--text-primary)}.cl-sticky-player__btn:active{transform:scale(.94)}.cl-sticky-player__btn--play{background:var(--text-accent);color:#0a0a14;border-radius:50%;width:36px;height:36px}.cl-sticky-player__btn--play:hover{color:#0a0a14;background:color-mix(in srgb, var(--text-accent) 88%, white)}.cl-sticky-player__btn--close{border-radius:50%;width:28px;height:28px}@media (max-width:480px){.cl-sticky-player__row{gap:.5rem;padding:.5rem .625rem}.cl-sticky-player__art{width:36px;height:36px}}
