.wt-playlist-page{display:grid;gap:1.25rem}.wt-playlist-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.45rem 1.6rem;border:1px solid rgba(74,206,255,.2);border-radius:22px;background:linear-gradient(135deg,rgba(11,29,49,.96),rgba(20,24,44,.96));color:var(--wt-text,#e8f6ff)}.wt-playlist-hero h1{margin:.35rem 0 .35rem;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:900}.wt-playlist-hero p{margin:0;color:var(--wt-muted,#8fb3ca)}.wt-playlist-actions{display:flex;gap:.7rem;flex-wrap:wrap}.wt-playlist-actions .is-active{box-shadow:0 0 0 3px rgba(57,207,255,.12)}.wt-playlist-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:1.25rem;align-items:start}.wt-playlist-player,.wt-playlist-info{padding:14px;border:1px solid rgba(74,206,255,.18);border-radius:22px;background:rgba(6,20,36,.94)}.wt-playlist-info{display:flex;flex-direction:column;min-height:0;color:var(--wt-text,#e8f6ff)}.wt-playlist-info__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:4px 4px 12px;border-bottom:1px solid rgba(74,206,255,.14)}.wt-playlist-info__head>div{display:flex;align-items:center;gap:.75rem}.wt-playlist-info__head>div>i{font-size:1.8rem;color:var(--wt-blue,#39cfff)}.wt-playlist-info__head h2{margin:0;font-size:1.05rem}.wt-playlist-info__head small{color:var(--wt-muted,#8fb3ca)}.wt-playlist-info__head>a{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(74,206,255,.16);border-radius:10px;color:var(--wt-blue,#39cfff);text-decoration:none}.wt-playlist-queue{display:flex;flex-direction:column;gap:6px;max-height:calc(min(70vh,720px));padding:10px 2px 2px;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(57,207,255,.45) transparent}.wt-playlist-item{display:grid;grid-template-columns:30px 118px minmax(0,1fr);align-items:center;gap:10px;padding:8px;border:1px solid transparent;border-radius:14px;color:inherit;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.wt-playlist-item:hover{background:rgba(57,207,255,.06);border-color:rgba(57,207,255,.18);transform:translateX(2px)}.wt-playlist-item.is-active{background:linear-gradient(135deg,rgba(57,207,255,.12),rgba(115,104,255,.08));border-color:rgba(57,207,255,.34)}.wt-playlist-item__index{display:grid;place-items:center;color:var(--wt-muted,#8fb3ca);font-size:.78rem}.wt-playlist-item.is-active .wt-playlist-item__index{color:var(--wt-blue,#39cfff)}.wt-playlist-item__thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:10px;background:#020812}.wt-playlist-item__thumb img{width:100%;height:100%;object-fit:cover}.wt-playlist-item__thumb>span{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.35);color:#fff;opacity:0;transition:opacity .16s ease}.wt-playlist-item:hover .wt-playlist-item__thumb>span,.wt-playlist-item.is-active .wt-playlist-item__thumb>span{opacity:1}.wt-playlist-item__copy{min-width:0}.wt-playlist-item__copy strong{display:-webkit-box;overflow:hidden;color:var(--wt-text,#e8f6ff);font-size:.84rem;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wt-playlist-item__copy small{display:block;overflow:hidden;margin-top:.28rem;color:var(--wt-muted,#8fb3ca);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.wt-playlist-loading{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:120px;color:var(--wt-muted,#8fb3ca);text-align:center}html[data-theme="light"] .wt-playlist-hero,body.light .wt-playlist-hero,html[data-theme="light"] .wt-playlist-player,body.light .wt-playlist-player,html[data-theme="light"] .wt-playlist-info,body.light .wt-playlist-info{background:rgba(244,249,253,.96);border-color:rgba(28,111,164,.15);color:#172a3d}html[data-theme="light"] .wt-playlist-hero p,body.light .wt-playlist-hero p,html[data-theme="light"] .wt-playlist-info p,body.light .wt-playlist-info p{color:#62778b}html[data-theme="light"] .wt-playlist-item__copy strong,body.light .wt-playlist-item__copy strong{color:#172a3d}html[data-theme="light"] .wt-playlist-info__head,body.light .wt-playlist-info__head{border-bottom-color:rgba(28,111,164,.12)}@media(max-width:1080px){.wt-playlist-layout{grid-template-columns:minmax(0,1fr) 330px}.wt-playlist-item{grid-template-columns:26px 96px minmax(0,1fr)}}@media(max-width:900px){.wt-playlist-layout{grid-template-columns:1fr}.wt-playlist-queue{max-height:520px}.wt-playlist-item{grid-template-columns:30px 128px minmax(0,1fr)}}@media(max-width:640px){.wt-playlist-hero{align-items:flex-start;flex-direction:column;padding:1.15rem}.wt-playlist-actions{width:100%}.wt-playlist-actions .btn{flex:1}.wt-playlist-player{padding:8px}.wt-playlist-info{padding:10px}.wt-playlist-item{grid-template-columns:24px 96px minmax(0,1fr);gap:8px;padding:6px}.wt-playlist-item__copy strong{font-size:.78rem}}
