@keyframes floatingSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.floating-player{z-index:40;background:#fff;border-radius:12px 12px 0 0;width:380px;animation:.3s forwards floatingSlideUp;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 -4px 24px #0000002e,0 0 0 1px #0000000f}.floating-player__header{color:#fff;background:#1f2937;align-items:center;gap:12px;padding:12px 16px;display:flex}.floating-player__header__artwork{border-radius:4px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.floating-player__header__artwork img{object-fit:cover;width:100%;height:100%}.floating-player__header__info{flex:1;min-width:0}.floating-player__header__artist{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.floating-player__header__title{opacity:.75;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.floating-player__header__close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex}.floating-player__header__close:hover{opacity:1}.floating-player__tabs{border-bottom:1px solid var(--chart-border,#e5e7eb);scrollbar-width:none;display:flex;overflow-x:auto}.floating-player__tabs::-webkit-scrollbar{display:none}.floating-player__tabs__tab{cursor:pointer;opacity:.5;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;justify-content:center;align-items:center;padding:10px 16px;transition:all .2s;display:flex}.floating-player__tabs__tab:hover{opacity:.8;background:#f9fafb}.floating-player__tabs__tab--active{opacity:1;border-bottom-style:solid;border-bottom-width:2px}.floating-player__body{min-height:80px;position:relative}.floating-player__body__spinner{z-index:1;background:#f9fafb;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.floating-player__body__spinner__circle{border:3px solid #e5e7eb;border-top-color:#1db954;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin;display:block}.floating-player__body__iframe{transition:opacity .3s}@media screen and (max-width:500px){.floating-player{border-radius:12px 12px 0 0;width:100%;bottom:0;left:0;right:0}}.theme-dark .floating-player{background:var(--chart-bg,#1a1a2e);box-shadow:0 -4px 24px #0006,0 0 0 1px #ffffff1a}.theme-dark .floating-player__header{background:#0f0f1e}.theme-dark .floating-player__tabs{border-bottom-color:var(--chart-border,#333)}.theme-dark .floating-player__tabs__tab:hover{background:var(--chart-bg-hover,#252540)}.theme-dark .floating-player__body__spinner{background:var(--chart-bg-details,#252540)}
