.component-playlist-list{display:flex;flex-direction:column;gap:10px}.component-playlist-list-empty{color:#b3b3b3;text-align:center;margin:20px 0 0;font-size:10px;font-weight:500}.component-playlist-list-item{display:flex;align-items:center;background:#000;border-radius:12px;padding:12px 15px;box-shadow:0 1px 6px rgba(0,0,0,.885);border:1px solid rgba(0,0,0,.06);position:relative;transition:box-shadow .2s,background .2s;cursor:pointer}.component-playlist-list-item:hover{background:rgba(40,40,40,.95);box-shadow:0 2px 12px rgba(0,0,0,.15)}.component-playlist-list-item-cover{width:48px;height:48px;border-radius:8px;overflow:hidden;margin-right:12px;flex-shrink:0;background:hsla(0,0%,100%,.05)}.component-playlist-list-item-cover img{width:100%;height:100%;object-fit:cover}.component-playlist-list-item-cover-placeholder{color:#b3b3b3}.component-playlist-list-item-cover-loading,.component-playlist-list-item-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(40,40,40,.8),rgba(60,60,60,.6));border-radius:8px}.component-playlist-list-item-cover-loading .loading-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.2);border-top-color:#1db954;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.component-playlist-list-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.component-playlist-list-item-title{font-size:12px;font-weight:700;color:#fff;margin-bottom:2px}.component-playlist-list-item-meta,.component-playlist-list-item-title{line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.component-playlist-list-item-meta{font-size:10px;color:#b3b3b3;font-weight:500}.component-playlist-list-item-description{font-size:9px;color:#888;font-weight:400;line-height:1.3;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.component-playlist-list-item-actions{display:flex;align-items:center;gap:4px;margin-left:8px}.component-playlist-list-item-play-btn{background:hsla(0,0%,100%,.1);border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .2s}.component-playlist-list-item-play-btn:disabled{opacity:.5;cursor:not-allowed}.component-playlist-list-item-play-btn:hover:not(:disabled){background:hsla(0,0%,100%,.2)}.component-playlist-list-item-menu-container{position:relative}.component-playlist-list-item-menu-btn{background:hsla(0,0%,100%,.1);border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .2s}.component-playlist-list-item-menu-btn:hover{background:hsla(0,0%,100%,.2)}.component-playlist-list-item-menu{position:absolute;right:0;top:100%;background:rgba(24,24,24,.95);border-radius:8px;padding:4px 0;box-shadow:0 4px 20px rgba(0,0,0,.3);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);z-index:1000;min-width:160px;margin-top:4px}@media(max-width:600px){.component-playlist-list-item{padding:10px 12px}.component-playlist-list-item-cover{width:40px;height:40px;margin-right:10px}.component-playlist-list-item-title{font-size:11px}.component-playlist-list-item-meta{font-size:9px}.component-playlist-list-item-description{font-size:8px}.component-playlist-list-item-menu-btn,.component-playlist-list-item-play-btn{width:24px;height:24px}}