:root{--wpv2-bg: #050708;--wpv2-panel: #0e1113;--wpv2-panel-2: #121619;--wpv2-container-color: #0c0f11;--wpv2-container-bg: linear-gradient(180deg, rgba(15,18,20,.98), rgba(12,15,17,.98));--wpv2-border: rgba(255, 255, 255, .06);--wpv2-text-primary: #f5f7f8;--wpv2-text-secondary: #b7bdc3;--wpv2-text-muted: #899198;--wpv2-text-subtle: #687078;--wpv2-text: var(--wpv2-text-primary);--wpv2-muted: var(--wpv2-text-muted);--wpv2-accent: #ff6500;--wpv2-accent-soft: #ff7b17;--wpv2-player-accent: #FF3F1F;--wpv2-menu-hover: #181818;--wpv2-menu-active: #202020}*{box-sizing:border-box}.wpv2-root{min-height:100dvh;background:#000;color:var(--wpv2-text);display:grid;grid-template-columns:252px minmax(0,1fr) 310px;grid-template-rows:82px minmax(0,1fr) 96px;grid-template-areas:"top top top" "side main rail" "player player player";gap:0 8px;height:100dvh;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wpv2-topbar{grid-area:top;display:grid;grid-template-columns:252px minmax(320px,440px) 1fr;align-items:center;gap:14px;padding:0 26px}.wpv2-brand{display:flex;align-items:center;gap:10px;font-size:20px;min-width:0}.wpv2-brand-mark{color:var(--wpv2-accent);font-size:34px;line-height:1;transform:rotate(-8deg)}.wpv2-brand-logo{display:block;max-width:176px;max-height:48px;width:auto;height:auto;object-fit:contain;object-position:left center}.wpv2-search{height:44px;border:1px solid #24292e;border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 14px;color:#9ea3a8;background:#0d1012d9}.wpv2-search input{width:100%;border:0;outline:0;background:transparent;color:#fff;font:inherit}.wpv2-search input::placeholder{color:#8d9297}.wpv2-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.wpv2-icon-button,.wpv2-icon-plain,.wpv2-control-ghost{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#e8e8e8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:7px;border-radius:999px}.wpv2-icon-button:hover,.wpv2-control-ghost:hover{background:#ffffff12}.wpv2-profile-button{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:#fff;cursor:pointer}.wpv2-profile-button img,.wpv2-profile-button>span{width:42px;height:42px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:linear-gradient(145deg,#374151,#111827);font-weight:800}.wpv2-profile-menu{position:relative;display:flex;align-items:center}.wpv2-profile-button{padding:2px 4px;border-radius:999px;transition:background .16s ease}.wpv2-profile-button:hover,.wpv2-profile-button.is-open{background:#ffffff0f}.wpv2-profile-chevron{transition:transform .16s ease}.wpv2-profile-button.is-open .wpv2-profile-chevron{transform:rotate(180deg)}.wpv2-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:80;width:210px;padding:8px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#111416;box-shadow:0 18px 48px #00000080}.wpv2-user-dropdown-header{padding:9px 11px 10px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.07);color:#aeb3b8;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-user-dropdown-item{width:100%;min-height:42px;display:flex;align-items:center;gap:10px;border:0;border-radius:8px;padding:0 11px;background:transparent;color:#f3f4f6;cursor:pointer;font:inherit;text-align:left}.wpv2-user-dropdown-item:hover{background:#fff1}.wpv2-user-dropdown-panel{justify-content:space-between}.wpv2-user-dropdown-panel svg{flex:0 0 auto}.wpv2-user-dropdown-item.is-danger{color:#ff6a4d}.wpv2-user-dropdown-item.is-danger:hover{background:#ff56371a}.wpv2-sidebar{grid-area:side;position:relative;container-type:inline-size;container-name:sidebar;background:var(--wpv2-container-bg);border:1px solid var(--wpv2-border);border-radius:14px;margin:0 0 8px 6px;padding:10px;overflow:hidden;display:flex;flex-direction:column;min-height:0}.wpv2-sidebar-nav{display:grid;gap:3px}.wpv2-nav-item,.wpv2-library-item{width:100%;color:#f1f1f1;background:transparent;border:0;cursor:pointer;display:flex;align-items:center;gap:12px;text-align:left;border-radius:9px;min-height:42px;padding:0 12px;font:inherit}.wpv2-nav-item:hover,.wpv2-library-item:hover{background:var(--wpv2-menu-hover)}.wpv2-nav-item.is-active{background:var(--wpv2-menu-active);color:#fff}.wpv2-library-item.is-active{background:var(--wpv2-menu-active);color:#fff;font-weight:600}.wpv2-library-item.is-active:hover,.wpv2-nav-item.is-active:hover{background:#242424}.wpv2-sidebar-divider{height:1px;background:#ffffff1f;margin:16px 10px}.wpv2-sidebar-heading{display:flex;align-items:center;justify-content:space-between;color:#c3c6ca;font-size:11px;padding:0 10px 8px}.wpv2-library-shortcuts{display:grid;gap:3px}.wpv2-library-icon,.wpv2-library-cover{width:30px;height:30px;display:grid;place-items:center;border-radius:6px;background:#272c31;flex:0 0 auto}.wpv2-library-icon.is-liked{background:linear-gradient(135deg,#ff7a00,#f13f20)}.wpv2-library-cover{background:linear-gradient(145deg,#553116,#1e293b)}.wpv2-library-cover-image{overflow:hidden;background:transparent}.wpv2-library-cover-image img{width:100%;height:100%;display:block;object-fit:cover}.wpv2-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-sidebar-collapse-toggle{position:static;flex:0 0 auto;align-self:flex-end;width:36px;height:36px;margin-top:auto;padding-top:10px;z-index:3;display:grid;place-items:center;border:0;border-radius:0;background:transparent;color:#8a8a8a;cursor:pointer;box-shadow:none;transition:color .15s ease,transform .15s ease}.wpv2-sidebar-collapse-toggle:hover{background:transparent;color:#fff;transform:translateY(-1px)}.wpv2-sidebar-collapse-toggle:focus-visible{outline:none;background:transparent;color:#fff}.wpv2-main-area{grid-area:main;min-width:0;min-height:0;margin-bottom:8px;background:var(--wpv2-container-bg);border:1px solid var(--wpv2-border);border-radius:14px;overflow:hidden}.wpv2-main-scroll{height:100%;overflow-y:auto;overflow-x:hidden;padding:0 0 24px;background:transparent}.wpv2-hero{min-height:360px;position:relative;border-radius:16px;border:1px solid var(--wpv2-border);background-image:linear-gradient(110deg,#141517,#2b211d 46%,#7a351a);background-size:cover;background-position:center;overflow:hidden;display:flex;align-items:center}.wpv2-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 40%,rgba(255,120,32,.22),transparent 30%);pointer-events:none}.wpv2-hero-content{position:relative;z-index:1;width:min(560px,64%);padding:44px 50px}.wpv2-eyebrow{color:var(--wpv2-accent);font-size:12px;font-weight:800;letter-spacing:.04em}.wpv2-hero h1{margin:15px 0 0;font-size:clamp(32px,3vw,48px);line-height:1.03}.wpv2-hero h2{color:#b8b8be;margin:5px 0 14px;font-size:27px;font-weight:500}.wpv2-hero p{color:#e6e6e6;line-height:1.55;max-width:430px}.wpv2-hero-actions{display:flex;gap:12px;margin-top:28px}.wpv2-hero-next{position:absolute;z-index:2;right:12px;top:50%;transform:translateY(-50%);width:43px;height:43px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#0f0f0fad;color:#fff;display:grid;place-items:center;cursor:pointer}.wpv2-hero-dots{position:absolute;z-index:2;left:50%;bottom:20px;transform:translate(-50%);display:flex;gap:10px}.wpv2-hero-dots span{width:7px;height:7px;border-radius:50%;background:#c8c8ca;opacity:.8}.wpv2-hero-dots span.is-active{width:14px;border-radius:6px;background:var(--wpv2-accent)}.wpv2-content-section{margin-top:28px;padding:0 10px}.wpv2-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.wpv2-section-title h2{margin:0;font-size:18px}.wpv2-section-title button{border:0;background:transparent;color:var(--wpv2-accent);cursor:pointer}.wpv2-playlist-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:16px}.wpv2-playlist-card{background:linear-gradient(180deg,#121619,#0e1113);border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.03);padding-bottom:12px;min-width:0}.wpv2-playlist-cover{aspect-ratio:.86;background-size:cover;background-position:center;position:relative}.wpv2-card-play{position:absolute;left:12px;bottom:10px;width:38px;height:38px;border:0;border-radius:50%;background:#090a0cd1;color:#fff;display:grid;place-items:center;cursor:pointer}.wpv2-playlist-card>strong,.wpv2-playlist-card>span{display:block;padding:0 11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-playlist-card>strong{margin-top:11px;font-size:13px}.wpv2-playlist-card>span{color:var(--wpv2-muted);font-size:11px;margin-top:5px}.wpv2-recent-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:12px}.wpv2-recent-track{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:8px;border-radius:10px;background:#101417;border:1px solid rgba(255,255,255,.035)}.wpv2-recent-art{width:48px;height:48px;border-radius:7px;display:grid;place-items:center;background:linear-gradient(145deg,#1e40af,#db2777,#f97316);font-size:23px}.wpv2-recent-meta{min-width:0;display:grid;gap:4px}.wpv2-recent-meta strong,.wpv2-recent-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-recent-meta span,.wpv2-recent-track>span{color:var(--wpv2-muted);font-size:12px}.wpv2-recent-track button{border:0;background:transparent;color:#fff;cursor:pointer}.wpv2-recent-track .wpv2-recent-art{background:#090b0d}.wpv2-right-rail{grid-area:rail;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:8px;margin:0 6px 8px 0;min-height:0;overflow-y:auto}.wpv2-rail-card{background:var(--wpv2-container-bg);border:1px solid var(--wpv2-border);border-radius:14px;padding:16px;min-width:0}.wpv2-rail-card h3{font-size:15px;margin:0 0 14px}.wpv2-now-art{height:165px;border-radius:9px;display:grid;place-items:center;background-color:#090a0c;background-image:radial-gradient(circle at 50% 44%,transparent 0 31px,#ff5b16 32px 34px,transparent 35px),linear-gradient(160deg,#201a22,#61250d,#090a0c);background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;font-size:35px;transition:filter .18s ease}.wpv2-now-media{position:relative}.wpv2-now-art-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#07090b2e;opacity:0;pointer-events:none;transition:opacity .18s ease,background .18s ease}.wpv2-now-art-controls{display:flex;align-items:center;justify-content:center;gap:16px;transform:translateY(8px);transition:transform .18s ease}.wpv2-now-media:hover .wpv2-now-art,.wpv2-now-media:focus-within .wpv2-now-art{filter:brightness(.56)}.wpv2-now-media:hover .wpv2-now-art-overlay,.wpv2-now-media:focus-within .wpv2-now-art-overlay{opacity:1;pointer-events:auto;background:#07090b4d}.wpv2-now-media:hover .wpv2-now-art-controls,.wpv2-now-media:focus-within .wpv2-now-art-controls{transform:translateY(0)}.wpv2-now-art-overlay button{pointer-events:auto}.wpv2-now-title-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:13px 0 8px}.wpv2-now-title-row>div{display:grid;gap:4px;min-width:0}.wpv2-now-title-row strong,.wpv2-now-title-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-now-title-row span{font-size:12px;color:var(--wpv2-muted)}.wpv2-rail-time{display:flex;justify-content:space-between;color:var(--wpv2-muted);font-size:11px;margin-top:4px}.wpv2-current-playlist-card{display:grid;gap:12px}.wpv2-planner-card{display:grid;gap:10px}.wpv2-planner-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.wpv2-planner-status{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:700;border:1px solid currentColor}.wpv2-planner-status.is-on{color:#4ade80;background:#22c55e1a}.wpv2-planner-status.is-off{color:#f87171;background:#ef44441a}.wpv2-planner-next-label{color:var(--wpv2-muted);font-size:11px}.wpv2-planner-next{display:flex;align-items:center;gap:10px;min-width:0}.wpv2-planner-next-art{width:46px;height:46px;flex:0 0 46px;border-radius:8px;background:#17191b center/cover no-repeat}.wpv2-planner-next-meta{display:grid;gap:5px;min-width:0}.wpv2-planner-next-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-planner-next-meta span{display:inline-flex;align-items:center;gap:5px;color:var(--wpv2-muted);font-size:11px}.wpv2-planner-next-meta .wpv2-planner-countdown{color:#f4f4f5;font-weight:700}.wpv2-planner-empty{color:var(--wpv2-muted);font-size:11px;line-height:1.4}.wpv2-ad-planner-next{align-items:center}.wpv2-ad-planner-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:8px;background:#ff3f1f1a;border:1px solid rgba(255,63,31,.18);color:#ff3f1f}.wpv2-current-playlist-content{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center}.wpv2-current-playlist-art{width:72px;height:72px;border-radius:9px;background:#181b1e center/cover no-repeat;border:1px solid rgba(255,255,255,.055)}.wpv2-current-playlist-meta{display:grid;gap:6px;min-width:0}.wpv2-current-playlist-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.wpv2-current-playlist-meta span{color:var(--wpv2-muted);font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wpv2-current-playlist-meta .wpv2-rail-playlist-meta-line{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffffc7;font-size:10.5px;line-height:1.35;-webkit-line-clamp:unset}.wpv2-queue-card{min-height:0;display:flex;flex-direction:column}.wpv2-queue-list{display:grid;gap:12px;overflow:auto}.wpv2-queue-item{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:8px;align-items:center;font-size:12px}.wpv2-queue-index,.wpv2-queue-item>span:last-child{color:#c2c4c6;font-size:11px}.wpv2-queue-cover{width:40px;height:40px;border-radius:6px;background:#171a1d center/cover no-repeat;border:1px solid rgba(255,255,255,.045)}.wpv2-queue-item .wpv2-queue-cover{position:relative;overflow:hidden}.wpv2-queue-cover-hover-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000006b;color:#f3f5f7;opacity:0;transition:opacity .14s ease}.wpv2-queue-cover-hover-play svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.wpv2-queue-item:hover .wpv2-queue-cover-hover-play,.wpv2-queue-item:focus-visible .wpv2-queue-cover-hover-play{opacity:1}.wpv2-queue-meta{display:grid;gap:3px;min-width:0}.wpv2-queue-meta strong,.wpv2-queue-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-queue-meta span{color:var(--wpv2-muted);font-size:11px}.wpv2-empty-queue{color:var(--wpv2-muted);font-size:12px;padding:20px 0}.wpv2-queue-button{margin-top:auto;width:100%;height:38px;border-radius:8px;border:1px solid #34383c;background:transparent;color:#fff;cursor:pointer}.wpv2-controls{display:flex;align-items:center;justify-content:center;gap:20px}.wpv2-controls.is-compact{gap:17px}.wpv2-control-main{width:45px;height:45px;border:0;border-radius:50%;background:#f8f8f8;color:#111;display:grid;place-items:center;cursor:pointer}.wpv2-controls.is-compact .wpv2-control-main{width:41px;height:41px}.wpv2-control-ghost.is-accent{color:var(--wpv2-accent)}.wpv2-toggle-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.wpv2-toggle-icon--active:before{content:"";position:absolute;left:50%;top:-9px;width:6px;height:6px;border-radius:999px;background:#ff3f1f;transform:translate(-50%);pointer-events:none}.wpv2-range-wrap{position:relative;width:100%;min-width:0;display:flex;align-items:center;height:20px}.wpv2-range{--wpv2-progress: 0%;--wpv2-preview: var(--wpv2-progress);width:100%;height:4px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:999px;background:linear-gradient(90deg,var(--wpv2-player-accent) 0 var(--wpv2-progress),#7a7d80 var(--wpv2-progress) var(--wpv2-preview),#2a2e31 var(--wpv2-preview) 100%);cursor:pointer;touch-action:none}.wpv2-range-tooltip{position:absolute;left:0;bottom:calc(50% + 13px);transform:translate(-50%);z-index:8;pointer-events:none;padding:4px 7px;border-radius:4px;background:#282828;color:#fff;font-size:12px;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap;box-shadow:0 4px 12px #00000057;opacity:0;transition:opacity .12s ease}.wpv2-range-wrap.is-interactive:hover .wpv2-range-tooltip,.wpv2-range-wrap.is-interactive:focus-within .wpv2-range-tooltip{opacity:1}.wpv2-range::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:12px;height:12px;border:0;border-radius:50%;background:var(--wpv2-player-accent);box-shadow:0 0 0 3px #ff3f1f1a;opacity:0;transform:scale(0);transition:opacity .12s ease,transform .12s ease}.wpv2-range::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:50%;background:var(--wpv2-player-accent);box-shadow:0 0 0 3px #ff3f1f1a;opacity:0;transform:scale(0);transition:opacity .12s ease,transform .12s ease}.wpv2-range-wrap.is-interactive:hover .wpv2-range::-webkit-slider-thumb{opacity:1;transform:scale(1)}.wpv2-range-wrap.is-interactive:hover .wpv2-range::-moz-range-thumb{opacity:1;transform:scale(1)}.wpv2-range:disabled{cursor:default;opacity:.72}.wpv2-bottom-player{grid-area:player;border-top:1px solid var(--wpv2-border);background:var(--wpv2-container-bg);display:grid;grid-template-columns:minmax(240px,1fr) minmax(420px,1.7fr) minmax(260px,1fr);align-items:center;gap:24px;padding:10px 26px;z-index:10}.wpv2-bottom-song{min-width:0;display:flex;align-items:center;gap:12px}.wpv2-song-art{width:58px;height:58px;border-radius:7px;display:grid;place-items:center;flex:0 0 auto;background:radial-gradient(circle,#fc6b13 0 2px,transparent 3px),linear-gradient(145deg,#451e0b,#050608 70%);font-size:24px}.wpv2-song-meta{min-width:0;display:grid;gap:4px}.wpv2-song-meta strong,.wpv2-song-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-song-meta span{color:var(--wpv2-muted);font-size:12px}.wpv2-bottom-center{display:grid;gap:5px}.wpv2-progress-row{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px;width:min(100%,760px);justify-self:center;font-size:10px;color:#c1c4c6}.wpv2-bottom-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px}.wpv2-volume-wrap{position:relative;width:120px;height:24px;display:flex;align-items:center}.wpv2-volume{--wpv2-volume-solid: 0%;--wpv2-volume-preview: var(--wpv2-volume-solid);width:100%;height:4px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:999px;background:linear-gradient(90deg,var(--wpv2-player-accent) 0 var(--wpv2-volume-solid),#7a7d80 var(--wpv2-volume-solid) var(--wpv2-volume-preview),#2a2e31 var(--wpv2-volume-preview) 100%);cursor:pointer;touch-action:none}.wpv2-volume-tooltip{position:absolute;bottom:calc(50% + 13px);transform:translate(-50%);z-index:8;pointer-events:none;padding:4px 7px;border-radius:4px;background:#282828;color:#fff;font-size:12px;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap;box-shadow:0 4px 12px #00000057;opacity:0;transition:opacity .12s ease}.wpv2-volume-wrap:hover .wpv2-volume-tooltip,.wpv2-volume-wrap:focus-within .wpv2-volume-tooltip{opacity:1}.wpv2-volume::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:12px;height:12px;border:0;border-radius:50%;background:var(--wpv2-player-accent);box-shadow:0 0 0 3px #ff3f1f1a;opacity:0;transform:scale(0);transition:opacity .12s ease,transform .12s ease}.wpv2-volume::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:50%;background:var(--wpv2-player-accent);box-shadow:0 0 0 3px #ff3f1f1a;opacity:0;transform:scale(0);transition:opacity .12s ease,transform .12s ease}.wpv2-volume-wrap:hover .wpv2-volume::-webkit-slider-thumb{opacity:1;transform:scale(1)}.wpv2-volume-wrap:hover .wpv2-volume::-moz-range-thumb{opacity:1;transform:scale(1)}.wpv2-placeholder-view{height:100%;border-radius:16px;background:#0e1113;border:1px solid var(--wpv2-border);display:grid;place-items:center;align-content:center;text-align:center;gap:8px}.wpv2-placeholder-view>span{color:var(--wpv2-accent);font-weight:800}.wpv2-placeholder-view h1{text-transform:capitalize;margin:0}.wpv2-placeholder-view p{color:var(--wpv2-muted);margin:0}@media(max-width:1250px){.wpv2-root{grid-template-columns:228px minmax(0,1fr);grid-template-areas:"top top" "side main" "player player"}.wpv2-right-rail{display:none}.wpv2-playlist-grid{grid-template-columns:repeat(4,minmax(120px,1fr))}.wpv2-topbar{grid-template-columns:228px minmax(280px,420px) 1fr}}@media(max-width:900px){.wpv2-root{grid-template-columns:1fr;grid-template-rows:70px minmax(0,1fr) 92px;grid-template-areas:"top" "main" "player";gap:0}.wpv2-sidebar{display:none}.wpv2-topbar{grid-template-columns:auto minmax(0,1fr) auto;padding:0 12px}.wpv2-brand strong{display:none}.wpv2-brand-logo{max-width:118px;max-height:38px}.wpv2-top-actions>:first-child,.wpv2-top-actions>.wpv2-icon-button{display:none}.wpv2-main-area{padding:0 10px;margin-bottom:8px}.wpv2-hero{min-height:300px}.wpv2-hero-content{width:85%;padding:32px 28px}.wpv2-playlist-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.wpv2-recent-grid{grid-template-columns:1fr}.wpv2-bottom-player{grid-template-columns:minmax(0,1fr) auto;padding:8px 12px}.wpv2-bottom-center{display:flex;align-items:center}.wpv2-bottom-center .wpv2-progress-row,.wpv2-bottom-tools,.wpv2-bottom-song .wpv2-control-ghost{display:none}}.wpv2-playlist-card.is-clickable,.wpv2-recent-track.is-clickable{cursor:pointer}.wpv2-playlist-card.is-clickable:hover{transform:translateY(-2px);border-color:#ff650040}.wpv2-playlist-card{transition:transform .16s ease,border-color .16s ease}.wpv2-placeholder-view{min-height:100%;padding:40px}.wpv2-library-view{padding:0 10px 28px}.wpv2-library-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:28px 0 22px}.wpv2-library-header h1{margin:8px 0 7px;font-size:clamp(30px,3vw,44px)}.wpv2-library-header p{margin:0;color:var(--wpv2-muted);max-width:620px;line-height:1.5}.wpv2-library-count{color:var(--wpv2-muted);font-size:12px;white-space:nowrap}.wpv2-library-grid{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:16px;padding:0}.wpv2-library-category-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer;min-width:0}.wpv2-library-category-cover{min-height:170px;position:relative;overflow:hidden;border-radius:14px;border:1px solid var(--wpv2-border);background:linear-gradient(135deg,#121619,#4a1d08,#101214);background-size:cover;background-position:center;transition:transform .16s ease,border-color .16s ease}.wpv2-library-category-card:hover .wpv2-library-category-cover{transform:translateY(-2px);border-color:#ff650052}.wpv2-library-category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000014,#000000c2)}.wpv2-library-category-copy{position:absolute;z-index:2;left:18px;right:50px;bottom:17px;display:grid;gap:5px}.wpv2-library-category-copy strong{font-size:17px}.wpv2-library-category-copy span{color:#d3d5d7;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-library-category-arrow{position:absolute;z-index:2;right:14px;bottom:14px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#080a0bc2}.wpv2-library-category-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:42px;color:#ffffff59}.wpv2-library-skeleton{min-height:170px;border-radius:14px;background:linear-gradient(110deg,#101315 25%,#171b1e 42%,#101315 58%);background-size:220% 100%;animation:wpv2-library-shimmer 1.4s linear infinite}@keyframes wpv2-library-shimmer{to{background-position-x:-220%}}.wpv2-library-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:9px;text-align:center;color:var(--wpv2-muted)}.wpv2-library-empty strong{color:var(--wpv2-text);font-size:18px}.wpv2-library-back{display:inline-flex;align-items:center;gap:8px;margin:20px 0 0;padding:8px 0;border:0;background:transparent;color:#d9dbdd;cursor:pointer}.wpv2-library-category-header{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:end;padding:20px 0 30px}.wpv2-library-category-header h1{margin:10px 0 8px;font-size:clamp(42px,4.3vw,60px);line-height:.98;letter-spacing:-.035em;font-weight:700}.wpv2-library-category-header p{margin:0;max-width:760px;color:#b9c0c7;font-size:16px;line-height:1.45}.wpv2-library-category-header .wpv2-eyebrow{display:inline-block;margin-bottom:2px}.wpv2-library-category-hero-art{width:220px;aspect-ratio:1;border-radius:14px;border:1px solid var(--wpv2-border);background:linear-gradient(145deg,#1e2326,#54200a);background-size:cover;background-position:center;box-shadow:0 18px 50px #00000047}.wpv2-library-category-header .wpv2-library-count{display:inline-block;margin-top:6px;color:#98a0a8;font-size:14px}.wpv2-library-playlists-grid{padding:0}@media(max-width:1250px){.wpv2-library-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:900px){.wpv2-library-header{align-items:flex-start;flex-direction:column}.wpv2-library-grid{grid-template-columns:1fr}.wpv2-library-category-header{grid-template-columns:140px minmax(0,1fr);gap:16px}.wpv2-library-category-hero-art{width:120px}}.wpv2-home-view{padding-right:2px}.wpv2-home-section{padding:0 4px}.wpv2-home-section-last{padding-bottom:12px}.wpv2-hero{min-height:clamp(330px,42vh,430px);background-position:center 32%;box-shadow:inset 0 -70px 90px #00000029,0 18px 50px #0000001f}.wpv2-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000005,#0000001f 72%,#00000057);pointer-events:none}.wpv2-hero-content{width:min(620px,68%);padding:48px 54px 54px}.wpv2-hero h1{max-width:560px;font-size:clamp(36px,3.5vw,56px);letter-spacing:-.025em}.wpv2-hero h2{margin-top:8px;font-size:clamp(20px,2vw,29px)}.wpv2-hero p{max-width:500px;color:#d7d9dc}.wpv2-hero-actions button{min-width:142px}.wpv2-hero-next{right:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wpv2-hero-next:hover{background:#202020e0}.wpv2-section-title{align-items:flex-end;margin-bottom:15px}.wpv2-section-title>div{min-width:0}.wpv2-section-title h2{font-size:19px}.wpv2-section-title p{margin:5px 0 0;color:var(--wpv2-muted);font-size:12px}.wpv2-section-title button{font-size:12px;font-weight:700;padding:6px 0}.wpv2-playlist-grid{grid-template-columns:repeat(6,minmax(118px,1fr));gap:14px}.wpv2-playlist-card{border-radius:12px;background:linear-gradient(180deg,#111518,#0c0f11)}.wpv2-playlist-cover{aspect-ratio:.94}.wpv2-card-play{left:auto;right:11px;bottom:10px;width:40px;height:40px;background:var(--wpv2-accent);color:#fff;box-shadow:0 8px 20px #ff650042;opacity:0;transform:translateY(5px);transition:opacity .15s ease,transform .15s ease}.wpv2-playlist-card:hover .wpv2-card-play,.wpv2-card-play:focus-visible{opacity:1;transform:translateY(0)}.wpv2-playlist-card>strong{font-size:13px}.wpv2-recent-grid{grid-template-columns:repeat(2,minmax(240px,1fr));gap:10px 12px}.wpv2-recent-track{min-height:64px;grid-template-columns:48px minmax(0,1fr) 44px 30px;border-radius:11px;padding:7px 9px 7px 7px;background:linear-gradient(180deg,#101417,#0e1214);transition:background .14s ease,border-color .14s ease}.wpv2-recent-track:hover{background:#14191c;border-color:#ffffff13}.wpv2-recent-art{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#090b0d;color:#fff;cursor:pointer;position:relative;overflow:hidden}.wpv2-recent-art-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.wpv2-recent-art-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000005,#00000042);pointer-events:none}.wpv2-recent-play{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#050708c2;opacity:0;transform:scale(.92);transition:opacity .14s ease,transform .14s ease}.wpv2-recent-track:hover .wpv2-recent-play,.wpv2-recent-art:focus-visible .wpv2-recent-play{opacity:1;transform:scale(1)}.wpv2-recent-meta{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;padding:0}.wpv2-recent-track .wpv2-recent-more{width:34px;min-width:34px;height:34px;min-height:34px;display:grid;place-items:center;padding:0!important;border:0;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#8a8a8a;cursor:pointer;transition:color .15s ease}.wpv2-recent-track .wpv2-recent-more:hover,.wpv2-recent-track .wpv2-recent-more:focus-visible,.wpv2-recent-track .wpv2-recent-more[aria-expanded=true]{outline:none;background:transparent!important;box-shadow:none!important;color:#fff;transform:none}.wpv2-now-art,.wpv2-song-art{background-size:cover;background-position:center}.wpv2-now-art{height:176px}.wpv2-now-playing-card{overflow:hidden}.wpv2-queue-list{padding-right:3px}@media(max-width:1500px){.wpv2-playlist-grid{grid-template-columns:repeat(5,minmax(118px,1fr))}}@media(max-width:1250px){.wpv2-hero-content{width:min(600px,75%)}.wpv2-playlist-grid{grid-template-columns:repeat(4,minmax(120px,1fr))}}@media(max-width:900px){.wpv2-home-view{padding-right:0}.wpv2-hero{min-height:330px;background-position:58% center}.wpv2-hero-content{width:92%;padding:32px 26px 40px}.wpv2-hero h1{font-size:clamp(31px,8vw,44px)}.wpv2-hero h2{font-size:20px}.wpv2-section-title{align-items:center}.wpv2-section-title p{display:none}.wpv2-playlist-grid{grid-template-columns:repeat(2,minmax(128px,1fr))}.wpv2-card-play{opacity:1;transform:none}.wpv2-recent-grid{grid-template-columns:1fr}.wpv2-recent-play{opacity:1;transform:none}}.wpv2-home-legacy-layout{padding:18px 8px 22px}.wpv2-home-view{--wpv2-home-card-width: clamp(150px, 17.5vw, 205px)}.wpv2-home-category-section{margin-bottom:30px}.wpv2-home-category-section--featured{margin-bottom:34px}.wpv2-home-category-title{margin-bottom:14px}.wpv2-home-category-grid{display:grid;gap:18px}.wpv2-home-category-grid--featured{grid-template-columns:repeat(3,minmax(220px,1fr))}.wpv2-home-category-grid--compact{grid-template-columns:repeat(5,minmax(125px,1fr));gap:18px}.wpv2-library-category-card--featured .wpv2-library-category-cover{min-height:190px}.wpv2-library-category-card--featured .wpv2-library-category-copy strong{font-size:18px}.wpv2-library-category-card--compact .wpv2-library-category-cover{min-height:0;aspect-ratio:1 / 1}.wpv2-library-category-card--compact .wpv2-library-category-copy{left:14px;right:14px;top:14px;bottom:auto}.wpv2-library-category-card--compact .wpv2-library-category-copy strong{font-size:15px;line-height:1.2}.wpv2-library-category-card--compact .wpv2-library-category-arrow{display:none}.wpv2-home-category-skeletons{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px}.wpv2-home-recent-section{padding:0;margin-top:4px}.wpv2-home-recent-empty{min-height:110px;display:grid;place-items:center;border:1px solid var(--wpv2-border);border-radius:12px;color:var(--wpv2-muted);background:#0e1214}@media(max-width:1250px){.wpv2-home-category-grid--featured{grid-template-columns:repeat(2,minmax(200px,1fr))}.wpv2-home-category-grid--compact{grid-template-columns:repeat(4,minmax(120px,1fr))}}@media(max-width:900px){.wpv2-home-legacy-layout{padding:12px 4px 18px}.wpv2-home-category-grid--featured{grid-template-columns:1fr}.wpv2-home-category-grid--compact{grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px}.wpv2-home-category-section{margin-bottom:24px}}.wpv2-category-section{margin-bottom:30px}.wpv2-category-section-title{margin-bottom:14px;padding:0 2px}.wpv2-category-row-wrap{position:relative;min-width:0}.wpv2-category-row{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:0 2px 4px}.wpv2-category-row>.wpv2-library-category-card{flex:0 0 var(--wpv2-home-card-width)}.wpv2-category-row>.wpv2-library-category-card--featured{flex-basis:clamp(190px,22vw,245px)}.wpv2-category-row.is-expanded{display:grid;grid-template-columns:repeat(5,minmax(135px,1fr));overflow:visible}.wpv2-category-row.is-expanded>.wpv2-library-category-card,.wpv2-category-row.is-expanded>.wpv2-library-category-card--featured{width:auto}.wpv2-category-row-next{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#080a0be0;color:#fff;display:grid;place-items:center;cursor:pointer;z-index:5;box-shadow:0 8px 22px #00000052}.wpv2-category-row-next:hover{background:#191c1ff5}.wpv2-category-row .wpv2-library-category-cover{min-height:0;aspect-ratio:.92 / 1;border-radius:11px}.wpv2-category-row .wpv2-library-category-copy{left:12px;right:12px;bottom:12px}.wpv2-category-row .wpv2-library-category-copy strong{font-size:14px}.wpv2-category-row .wpv2-library-category-copy span{font-size:11px}.wpv2-category-row .wpv2-library-category-arrow{display:grid;right:10px;bottom:10px;width:36px;height:36px}.wpv2-category-row .wpv2-library-category-copy:has(+.wpv2-library-category-arrow){right:54px}.wpv2-home-category-grid,.wpv2-home-category-grid--featured,.wpv2-home-category-grid--compact{display:contents}@media(max-width:1250px){.wpv2-category-row.is-expanded{grid-template-columns:repeat(4,minmax(130px,1fr))}}@media(max-width:900px){.wpv2-category-row>.wpv2-library-category-card,.wpv2-category-row>.wpv2-library-category-card--featured{flex-basis:155px}.wpv2-category-row.is-expanded{grid-template-columns:repeat(2,minmax(125px,1fr));gap:12px}.wpv2-category-row-next{right:4px}}.wpv2-category-row .wpv2-library-category-card,.wpv2-category-row.is-expanded .wpv2-library-category-card{display:block}.wpv2-category-row .wpv2-library-category-cover{aspect-ratio:1 / 1;border-radius:11px 11px 0 0}.wpv2-category-row .wpv2-library-category-overlay{background:linear-gradient(180deg,#00000005,#00000029)}.wpv2-library-category-meta{min-height:64px;display:grid;gap:5px;padding:10px 11px 12px;background:#0c0f11;border:1px solid var(--wpv2-border);border-top:0;border-radius:0 0 11px 11px}.wpv2-library-category-meta strong{font-size:14px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-library-category-meta span{color:var(--wpv2-muted);font-size:11px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wpv2-category-row .wpv2-library-category-arrow{right:10px;bottom:10px}.wpv2-category-row-nav{position:absolute;top:42%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#080a0be0;color:#fff;display:grid;place-items:center;cursor:pointer;z-index:6;box-shadow:0 8px 22px #00000052}.wpv2-category-row-nav:hover{background:#191c1ff5}.wpv2-category-row-prev{left:8px}.wpv2-category-row-next{right:8px}.wpv2-category-row-next{top:42%}@media(max-width:900px){.wpv2-category-row-prev{left:4px}.wpv2-category-row-next{right:4px}}.wpv2-category-row .wpv2-library-category-cover{border:0;box-shadow:none}.wpv2-category-row .wpv2-library-category-arrow{opacity:0;visibility:hidden;transform:translateY(4px) scale(.94);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none}.wpv2-category-row .wpv2-library-category-card:hover .wpv2-library-category-arrow,.wpv2-category-row .wpv2-library-category-card:focus-visible .wpv2-library-category-arrow{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.wpv2-history-view{--wpv2-page-content-inset: clamp(32px, calc(20cqw - 208px) , 176px);padding:18px var(--wpv2-page-content-inset) 24px}.wpv2-history-view .wpv2-content-section{padding-left:0;padding-right:0}.wpv2-history-page-title{margin:0 0 22px}.wpv2-history-page-title h2{margin:0;font-size:32px;line-height:1.1;letter-spacing:-.025em;font-weight:800}.wpv2-history-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px 12px}@media(max-width:900px){.wpv2-history-grid{grid-template-columns:1fr}}.wpv2-now-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.wpv2-ad-badge,.wpv2-bottom-ad-label{color:var(--wpv2-accent);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wpv2-now-playing-card.is-advertisement .wpv2-now-art{background:radial-gradient(circle at 50% 44%,transparent 0 31px,#FF3F1F 32px 34px,transparent 35px),linear-gradient(160deg,#29140b,#8a3108,#090a0c);color:#ff3f1f;font-size:18px;font-weight:900;letter-spacing:.12em}.wpv2-bottom-player.is-advertisement{border-top-color:#ff3f1f;box-shadow:none}.wpv2-bottom-player.is-advertisement .wpv2-song-art{color:#ff3f1f;font-size:11px;font-weight:900}.wpv2-bottom-player.is-advertisement .wpv2-song-art.is-advertisement{background:radial-gradient(circle at 18% 18%,rgba(255,63,31,.16),rgba(255,63,31,.03) 45%,transparent 75%),linear-gradient(135deg,#310a07f5,#0f0808fa);border:1px solid rgba(255,63,31,.26);color:#ff3f1f;font-size:16px;font-weight:800;letter-spacing:.08em;box-shadow:inset 0 1px #ffffff08}.wpv2-queue-item{width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:5px 2px;border-radius:7px;cursor:pointer;font-family:inherit}.wpv2-queue-item:hover,.wpv2-queue-item:focus-visible{background:#ffffff0e;outline:none}.wpv2-queue-item .wpv2-queue-meta{display:grid}.wpv2-current-playlist-view{min-height:100%;padding:24px 10px 120px;background:transparent}.wpv2-current-playlist-nav{display:flex;gap:10px;margin-bottom:26px}.wpv2-round-nav{width:36px;height:36px;border-radius:50%;border:0;display:grid;place-items:center;color:#f5f5f5;background:#040508ad;cursor:pointer}.wpv2-current-playlist-hero{display:flex;align-items:flex-end;gap:32px;margin-bottom:36px}.wpv2-current-playlist-cover{width:252px;height:252px;flex:0 0 252px;object-fit:cover;border-radius:14px;box-shadow:0 18px 48px #00000061}.wpv2-current-playlist-copy{min-width:0;padding-bottom:4px}.wpv2-current-playlist-kicker{display:block;font-size:13px;font-weight:700;margin-bottom:14px;color:#f2f2f4}.wpv2-current-playlist-copy h1{margin:0 0 14px;font-size:clamp(52px,6vw,92px);line-height:.92;letter-spacing:-.04em;color:#f4f4f5}.wpv2-current-playlist-copy p{margin:0 0 8px;max-width:720px;color:#c2c2c7;font-size:16px;line-height:1.45}.wpv2-current-playlist-copy>span:last-child{color:#a8a8ad;font-size:14px}.wpv2-current-playlist-table{padding:14px 20px 26px;border-radius:14px;background:#000000c2}.wpv2-current-playlist-row{width:100%;min-height:52px;border:0;border-radius:7px;padding:7px 12px;display:grid;grid-template-columns:38px minmax(0,1fr) 34px 34px 64px 34px;gap:8px;align-items:center;text-align:left;background:transparent;color:#f0f0f2;cursor:pointer}.wpv2-current-playlist-row.is-current{background:#ffffff17}.wpv2-current-playlist-row.is-current .wpv2-current-playlist-index,.wpv2-current-playlist-row.is-current strong{color:#ff4b2a}.wpv2-current-playlist-index{text-align:center;color:#d5d5d8;font-size:13px}.wpv2-current-playlist-song-copy{min-width:0;display:grid;gap:3px}.wpv2-current-playlist-song-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.wpv2-current-playlist-song-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8d8e94;font-size:12px}.wpv2-current-playlist-action,.wpv2-current-playlist-muted-action{display:grid;place-items:center;color:#6f7076}.wpv2-current-playlist-action:hover{color:#ff4b2a}.wpv2-current-playlist-duration{text-align:center;color:#a9aab0;font-size:12px}@media(max-width:760px){.wpv2-current-playlist-view{padding:20px 10px 105px}.wpv2-current-playlist-hero{align-items:flex-end;gap:18px}.wpv2-current-playlist-cover{width:148px;height:148px;flex-basis:148px;border-radius:14px}.wpv2-current-playlist-copy h1{font-size:32px}.wpv2-current-playlist-copy p{font-size:14px}.wpv2-current-playlist-table{padding:10px 8px 20px}.wpv2-current-playlist-row{grid-template-columns:30px minmax(0,1fr) 34px 58px}.wpv2-current-playlist-muted-action{display:none}}.wpv2-current-playlist-hero-actions{margin-top:18px;display:flex;gap:10px}.wpv2-current-playlist-table-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:4px 8px 16px}.wpv2-current-playlist-table-heading h2{margin:0 0 4px;font-size:20px;color:#f5f5f6}.wpv2-current-playlist-table-heading p{margin:0;color:#8f9298;font-size:12px}.wpv2-current-playlist-table-heading>span{color:#8f9298;font-size:12px;white-space:nowrap}.wpv2-current-playlist-list{display:grid;gap:4px}.wpv2-current-playlist-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;min-height:62px;padding:7px 10px 7px 6px;border:0;border-radius:10px;background:transparent;color:inherit;transition:background .16s ease,transform .16s ease}.wpv2-current-playlist-row:hover{background:#ffffff0e}.wpv2-current-playlist-row.is-current{background:#ffffff16}.wpv2-current-playlist-row.is-next{box-shadow:inset 3px 0 #ff3f1f}.wpv2-current-playlist-drag{width:30px;height:38px;display:grid;place-items:center;border:0;background:transparent;color:#6f7278;cursor:grab;border-radius:7px}.wpv2-current-playlist-drag:active{cursor:grabbing}.wpv2-current-playlist-drag:hover{color:#d7d8db;background:#ffffff0d}.wpv2-current-playlist-main{min-width:0;display:grid;grid-template-columns:30px 44px minmax(0,1fr);gap:10px;align-items:center;border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.wpv2-current-playlist-index{display:grid;place-items:center;color:#a6a8ad;font-size:12px}.wpv2-current-playlist-row.is-current .wpv2-current-playlist-index,.wpv2-current-playlist-row.is-current .wpv2-current-playlist-song-copy strong{color:#ff3f1f}.wpv2-current-playlist-thumb{width:44px;height:44px;border-radius:7px;background:#191c1f center/cover no-repeat}.wpv2-current-playlist-song-copy{min-width:0;display:grid;gap:4px}.wpv2-current-playlist-song-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650}.wpv2-current-playlist-song-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#85888e;font-size:11px}.wpv2-current-playlist-actions{display:flex;align-items:center;gap:4px}.wpv2-icon-action{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#777a80;cursor:pointer;transition:color .15s ease,background .15s ease}.wpv2-icon-action:hover:not(:disabled),.wpv2-icon-action:focus-visible:not(:disabled){color:#f2f2f4;background:transparent;outline:none;box-shadow:none}.wpv2-icon-action.is-active{color:#ff3f1f}.wpv2-icon-action:disabled{opacity:.35;cursor:default}.wpv2-current-playlist-next-badge{color:#ff8b68;border:1px solid rgba(255,90,47,.35);background:#ff5a2f14;border-radius:999px;padding:4px 8px;font-size:10px;white-space:nowrap}.wpv2-current-playlist-duration{min-width:48px;text-align:center;color:#9da0a6;font-size:11px}.wpv2-current-playlist-empty{padding:50px 18px;text-align:center;color:#85888e;font-size:13px}@media(max-width:980px){.wpv2-current-playlist-row{grid-template-columns:26px minmax(0,1fr)}.wpv2-current-playlist-actions{grid-column:2;justify-content:flex-start;padding-left:40px}.wpv2-current-playlist-next-badge{margin-right:auto}}@media(max-width:640px){.wpv2-current-playlist-table-heading{align-items:flex-start;flex-direction:column}.wpv2-current-playlist-main{grid-template-columns:24px 40px minmax(0,1fr)}.wpv2-current-playlist-thumb{width:40px;height:40px}.wpv2-current-playlist-actions{padding-left:34px;overflow-x:auto}}.wpv2-current-playlist-main:disabled{cursor:default;opacity:1}.wpv2-current-playlist-index{position:relative;width:30px;min-width:30px;height:30px}.wpv2-current-playlist-number,.wpv2-current-playlist-hover-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.wpv2-current-playlist-hover-play{opacity:0;color:#fff;transform:scale(.92);transition:opacity .14s ease,transform .14s ease}.wpv2-current-playlist-row:not(.is-current):hover .wpv2-current-playlist-number{opacity:0}.wpv2-current-playlist-row:not(.is-current):hover .wpv2-current-playlist-hover-play{opacity:1;transform:scale(1)}.wpv2-playing-bars{height:18px;display:inline-flex;align-items:flex-end;justify-content:center;gap:2px;color:#ff3f1f}.wpv2-playing-bars i{display:block;width:3px;min-height:4px;border-radius:3px;background:currentColor;transform-origin:bottom;animation:wpv2-playing-bar .72s ease-in-out infinite alternate}.wpv2-playing-bars i:nth-child(1){height:9px;animation-delay:-.22s}.wpv2-playing-bars i:nth-child(2){height:16px;animation-delay:-.48s}.wpv2-playing-bars i:nth-child(3){height:12px;animation-delay:-.1s}@keyframes wpv2-playing-bar{0%{transform:scaleY(.28)}to{transform:scaleY(1)}}.wpv2-song-menu-wrap,.wpv2-playlist-menu-wrap{position:relative;display:inline-flex}.wpv2-playlist-more-button{width:44px;height:44px;display:grid;place-items:center;border-radius:0;border:0;box-shadow:none;background:transparent;color:#8a8a8a;cursor:pointer;transition:color .15s ease}.wpv2-playlist-more-button:hover{background:transparent;color:#fff;transform:none;box-shadow:none}.wpv2-playlist-more-button:focus-visible{outline:none;background:transparent;color:#fff;transform:none;box-shadow:none}.wpv2-context-menu{position:absolute;z-index:80;min-width:290px;padding:7px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#0d0f11;box-shadow:0 18px 52px #0000008f}.wpv2-context-menu button{width:100%;min-height:40px;padding:9px 12px;border:0;border-radius:8px;background:transparent;color:#c5c7cb;text-align:left;font:inherit;font-size:12px;cursor:pointer}.wpv2-context-menu button:hover:not(:disabled){background:#fff1;color:#fff}.wpv2-context-menu button:disabled{opacity:.35;cursor:not-allowed}.wpv2-song-context-menu{right:0;top:calc(100% + 6px)}.wpv2-playlist-context-menu{left:0;top:calc(100% + 7px);min-width:330px}.wpv2-current-playlist-modal-body{display:grid;gap:16px;padding:8px 4px 4px}.wpv2-current-playlist-modal-body p{margin:0;color:#96999f;font-size:13px;line-height:1.5}@media(max-width:760px){.wpv2-context-menu{position:fixed;left:16px!important;right:16px!important;bottom:94px;top:auto!important;min-width:0}}.wpv2-avatar{max-width:250px;min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:4px 8px 4px 4px;border:1px solid transparent;border-radius:12px;background:transparent;color:#f3f4f6;cursor:pointer;font:inherit;text-align:left;transition:background .16s ease,border-color .16s ease}.wpv2-avatar:hover,.wpv2-avatar.is-open{background:#181818;border-color:#ffffff0f}.wpv2-avatar-media{width:40px;height:40px;min-width:40px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:#202020;border:1px solid rgba(255,255,255,.08);color:#f7f7f7}.wpv2-avatar-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.wpv2-avatar-initials{font-size:13px;line-height:1;font-weight:800}.wpv2-avatar-copy{min-width:0;max-width:155px;display:flex;flex-direction:column;gap:2px}.wpv2-avatar-copy strong,.wpv2-avatar-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-avatar-copy strong{color:#f5f5f5;font-size:13px;line-height:1.25;font-weight:700}.wpv2-avatar-copy small{color:#8d939a;font-size:11px;line-height:1.25}.wpv2-avatar-chevron{flex:0 0 auto;color:#a7abb0;transition:transform .16s ease}.wpv2-avatar.is-open .wpv2-avatar-chevron{transform:rotate(180deg)}@media(max-width:1180px){.wpv2-avatar-copy{display:none}.wpv2-avatar{gap:4px}}.wpv2-category-row .wpv2-library-category-card,.wpv2-category-row.is-expanded .wpv2-library-category-card{padding:8px;border-radius:10px;background:transparent;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.wpv2-category-row .wpv2-library-category-card:hover,.wpv2-category-row .wpv2-library-category-card:focus-visible{background:#181818;box-shadow:0 0 0 1px #ffffff06,0 10px 26px #00000047;transform:translateY(-2px);outline:none}.wpv2-category-row .wpv2-library-category-cover{border-radius:8px;overflow:hidden;transition:none}.wpv2-category-row .wpv2-library-category-card:hover .wpv2-library-category-cover{transform:none}.wpv2-category-row .wpv2-library-category-meta{min-height:62px;padding:10px 2px 4px;background:transparent;border:0;border-radius:0}.wpv2-category-row-nav{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) scale(.92);transition:opacity .16s ease,visibility .16s ease,transform .16s ease,background-color .16s ease}.wpv2-category-row-wrap:hover .wpv2-category-row-nav,.wpv2-category-row-wrap:focus-within .wpv2-category-row-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) scale(1)}@media(hover:none){.wpv2-category-row-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) scale(1)}}.wpv2-root{font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.wpv2-search,.wpv2-search input{font-size:13px;color:var(--wpv2-text-secondary)}.wpv2-search input::placeholder{color:var(--wpv2-text-subtle)}.wpv2-user-dropdown-header{color:var(--wpv2-text-muted);font-size:11px}.wpv2-user-dropdown-item{color:var(--wpv2-text-primary);font-size:13px;font-weight:500}.wpv2-avatar-copy strong{color:var(--wpv2-text-primary);font-size:13px;font-weight:600}.wpv2-avatar-copy small{color:var(--wpv2-text-muted);font-size:11px;font-weight:400}.wpv2-nav-item,.wpv2-library-item{color:var(--wpv2-text-secondary);font-size:13px;font-weight:500}.wpv2-nav-item svg,.wpv2-library-item svg{color:var(--wpv2-text-muted)}.wpv2-nav-item:hover,.wpv2-library-item:hover{color:var(--wpv2-text-primary)}.wpv2-nav-item:hover svg,.wpv2-library-item:hover svg,.wpv2-nav-item.is-active svg{color:var(--wpv2-text-primary)}.wpv2-nav-item.is-active{color:var(--wpv2-text-primary);font-weight:600}.wpv2-sidebar-heading{color:var(--wpv2-text-subtle);font-size:10px;font-weight:600;letter-spacing:0;text-transform:none}.wpv2-section-title h2,.wpv2-category-section-title{color:var(--wpv2-text-primary);font-size:15px;font-weight:600;line-height:1.3}.wpv2-section-title p{color:var(--wpv2-text-muted);font-size:11px;line-height:1.4}.wpv2-section-title button{font-size:11px;font-weight:700}.wpv2-eyebrow{font-size:10px;font-weight:700;letter-spacing:.065em}.wpv2-library-category-meta strong,.wpv2-category-row .wpv2-library-category-meta strong{color:var(--wpv2-text-primary);font-size:13px;font-weight:600;line-height:1.3}.wpv2-library-category-meta span,.wpv2-category-row .wpv2-library-category-meta span{color:var(--wpv2-text-muted);font-size:10.5px;font-weight:400;line-height:1.38}.wpv2-playlist-card>strong{color:var(--wpv2-text-primary);font-size:13px;font-weight:600}.wpv2-playlist-card>span{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-recent-meta strong{color:var(--wpv2-text-primary);font-size:12.5px;font-weight:600}.wpv2-recent-meta span,.wpv2-recent-track>span{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-rail-card{color:var(--wpv2-text-primary)}.wpv2-planner-heading>:first-child,.wpv2-current-playlist-card>:first-child,.wpv2-now-heading>:first-child,.wpv2-queue-card>:first-child{color:var(--wpv2-text-primary);font-weight:700;line-height:1.25}.wpv2-planner-next-label,.wpv2-planner-empty{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-planner-next-meta strong{color:var(--wpv2-text-primary);font-size:12.5px;font-weight:600}.wpv2-planner-next-meta span{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-planner-next-meta .wpv2-planner-countdown{color:var(--wpv2-text-secondary);font-size:10.5px;font-weight:600}.wpv2-planner-status{font-size:10px;font-weight:600}.wpv2-current-playlist-meta strong{color:var(--wpv2-text-primary);font-size:12.5px;font-weight:600}.wpv2-current-playlist-meta span{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-now-title-row strong{color:var(--wpv2-text-primary);font-size:13.5px;font-weight:600}.wpv2-now-title-row span{color:var(--wpv2-text-muted);font-size:11px}.wpv2-rail-time{color:var(--wpv2-text-subtle);font-size:10px}.wpv2-queue-item{font-size:11.5px}.wpv2-queue-meta strong{color:var(--wpv2-text-primary);font-size:11.5px;font-weight:600}.wpv2-queue-meta span{color:var(--wpv2-text-muted);font-size:10px}.wpv2-queue-index,.wpv2-queue-item>span:last-child{color:var(--wpv2-text-subtle);font-size:10px}.wpv2-song-meta strong{color:var(--wpv2-text-primary);font-size:12.5px;font-weight:600}.wpv2-song-meta span{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-progress-row>span{color:var(--wpv2-text-subtle);font-size:10px;font-variant-numeric:tabular-nums}.wpv2-library-header p,.wpv2-library-category-header p,.wpv2-current-playlist-copy p{color:var(--wpv2-text-secondary)}.wpv2-library-count,.wpv2-current-playlist-copy>span:last-child,.wpv2-current-playlist-table-heading p,.wpv2-current-playlist-table-heading>span{color:var(--wpv2-text-muted)}.wpv2-current-playlist-song-copy strong{color:var(--wpv2-text-primary);font-size:12.5px;font-weight:600}.wpv2-current-playlist-song-copy small{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-current-playlist-duration,.wpv2-current-playlist-index{color:var(--wpv2-text-subtle);font-size:10.5px}:root{--wpv2-font-caption: 11px;--wpv2-font-meta: 12px;--wpv2-font-body: 14px;--wpv2-font-strong: 16px;--wpv2-font-section: 20px;--wpv2-font-page: 24px;--wpv2-font-display: 32px;--wpv2-leading-tight: 1.2;--wpv2-leading-body: 1.45}.wpv2-sidebar-item,.wpv2-sidebar-library-item,.wpv2-user-dropdown-item,.wpv2-search input{font-size:var(--wpv2-font-body);line-height:1.35}.wpv2-sidebar-heading,.wpv2-user-dropdown-header,.wpv2-avatar-copy small{font-size:var(--wpv2-font-meta)}.wpv2-avatar-copy strong{font-size:var(--wpv2-font-body);font-weight:600}.wpv2-section-title h2,.wpv2-current-playlist-table-heading h2{font-size:var(--wpv2-font-section);line-height:var(--wpv2-leading-tight);font-weight:700}.wpv2-section-title p,.wpv2-section-title button,.wpv2-library-count,.wpv2-current-playlist-table-heading p,.wpv2-current-playlist-table-heading>span{font-size:var(--wpv2-font-meta)}.wpv2-eyebrow{font-size:var(--wpv2-font-caption)}.wpv2-library-header h1{font-size:clamp(30px,3vw,44px);line-height:1.05;letter-spacing:-.02em}.wpv2-library-category-header h1{font-size:clamp(42px,4.3vw,60px);line-height:.98;letter-spacing:-.035em}.wpv2-current-playlist-copy h1{font-size:clamp(52px,6vw,92px);line-height:.92;letter-spacing:-.04em}.wpv2-current-playlist-copy p{font-size:16px;line-height:1.45}.wpv2-current-playlist-kicker{font-size:13px}.wpv2-current-playlist-copy>span:last-child{font-size:var(--wpv2-font-meta)}.wpv2-library-category-card--featured .wpv2-library-category-copy strong,.wpv2-library-category-card--compact .wpv2-library-category-copy strong,.wpv2-library-category-copy strong,.wpv2-playlist-card>strong{font-size:var(--wpv2-font-body);line-height:1.35;font-weight:600}.wpv2-library-category-copy span,.wpv2-playlist-card>span{font-size:var(--wpv2-font-meta);line-height:1.35}.wpv2-recent-meta strong{font-size:var(--wpv2-font-body);line-height:1.35;font-weight:600}.wpv2-recent-meta span,.wpv2-recent-track>span{font-size:var(--wpv2-font-meta)}.wpv2-rail-card h3,.wpv2-now-title-row strong{font-size:var(--wpv2-font-strong);line-height:1.3;font-weight:700}.wpv2-now-title-row span,.wpv2-current-playlist-meta span,.wpv2-planner-next-label,.wpv2-planner-next-meta span,.wpv2-planner-empty{font-size:var(--wpv2-font-meta);line-height:1.4}.wpv2-current-playlist-meta strong,.wpv2-planner-next-meta strong{font-size:var(--wpv2-font-body);font-weight:600}.wpv2-planner-status,.wpv2-rail-time{font-size:var(--wpv2-font-caption)}.wpv2-queue-item{font-size:var(--wpv2-font-body)}.wpv2-queue-meta strong,.wpv2-song-meta strong,.wpv2-current-playlist-song-copy strong{font-size:var(--wpv2-font-body);line-height:1.35;font-weight:600}.wpv2-queue-meta span,.wpv2-song-meta span,.wpv2-current-playlist-song-copy small,.wpv2-current-playlist-duration,.wpv2-current-playlist-index,.wpv2-queue-index,.wpv2-queue-item>span:last-child{font-size:var(--wpv2-font-meta)}.wpv2-progress-row,.wpv2-progress-row>span{font-size:var(--wpv2-font-caption)}.wpv2-context-menu button,.wpv2-current-playlist-modal-body p,.wpv2-song-meta strong{font-size:var(--wpv2-font-body)}.wpv2-song-meta span{font-size:var(--wpv2-font-meta)}@media(max-width:820px){.wpv2-section-title h2,.wpv2-current-playlist-table-heading h2{font-size:18px}.wpv2-library-header h1{font-size:28px}.wpv2-library-category-header h1{font-size:34px}.wpv2-current-playlist-copy h1{font-size:36px}}.wpv2-home-legacy-layout{--wpv2-page-content-inset: clamp(32px, calc(20cqw - 208px) , 176px);padding:18px var(--wpv2-page-content-inset) 22px}.wpv2-home-view .wpv2-content-section,.wpv2-home-view .wpv2-home-section{padding-left:0;padding-right:0}.wpv2-home-view .wpv2-section-title h2,.wpv2-home-view .wpv2-category-section-title h2{font-size:21px}.wpv2-home-view .wpv2-section-title p,.wpv2-home-view .wpv2-section-title button,.wpv2-home-view .wpv2-category-section-title button{font-size:13px}.wpv2-home-view .wpv2-category-row .wpv2-library-category-meta strong{font-size:15px}.wpv2-home-view .wpv2-category-row .wpv2-library-category-meta span{font-size:13px}.wpv2-home-view .wpv2-recent-meta strong{font-size:15px}.wpv2-home-view .wpv2-recent-meta span,.wpv2-home-view .wpv2-recent-track>span{font-size:13px}@media(max-width:900px){.wpv2-home-legacy-layout{padding-top:12px;padding-bottom:18px}.wpv2-history-view{padding-top:12px;padding-bottom:24px}}.wpv2-playlist-card{padding:8px 8px 12px;border:0;border-radius:10px;background:transparent;overflow:visible;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.wpv2-playlist-card.is-clickable{cursor:pointer}.wpv2-playlist-card.is-clickable:hover,.wpv2-playlist-card:focus-within{background:#181818;box-shadow:0 0 0 1px #ffffff06,0 10px 26px #00000047;transform:translateY(-2px)}.wpv2-playlist-cover{aspect-ratio:1 / 1;border:0;border-radius:8px;overflow:hidden;background-size:cover;background-position:center}.wpv2-playlist-card>strong,.wpv2-playlist-card>span{padding-left:2px;padding-right:2px}.wpv2-playlist-card>strong{margin-top:10px}.wpv2-playlist-card>span{margin-top:4px}.wpv2-category-row .wpv2-library-category-arrow,.wpv2-card-play{width:46px;height:46px}.wpv2-category-row .wpv2-library-category-arrow svg,.wpv2-card-play svg{width:21px;height:21px}.wpv2-card-play{right:12px;bottom:12px;background:#1ed760;color:#000;box-shadow:0 8px 22px #00000057;opacity:0;visibility:hidden;transform:translateY(6px) scale(.96);transition:opacity .16s ease,visibility .16s ease,transform .16s ease,filter .16s ease}.wpv2-playlist-card:hover .wpv2-card-play,.wpv2-playlist-card:focus-within .wpv2-card-play,.wpv2-card-play:focus-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.wpv2-card-play:hover{filter:brightness(1.06);transform:translateY(0) scale(1.05)}@media(hover:none){.wpv2-card-play{opacity:1;visibility:visible;transform:translateY(0) scale(1)}}.wpv2-card-play,.wpv2-category-row .wpv2-library-category-arrow{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px) scale(.94);transition:opacity .28s ease,visibility .28s ease,transform .32s cubic-bezier(.2,.75,.2,1),background-color .2s ease,box-shadow .2s ease,filter .2s ease;will-change:transform,opacity}.wpv2-card-play{background:#ff3f1f;color:#fff;box-shadow:0 10px 24px #00000061}.wpv2-card-play svg{color:#fff;fill:#fff;stroke:#fff}.wpv2-playlist-card:hover .wpv2-card-play,.wpv2-playlist-card:focus-within .wpv2-card-play,.wpv2-card-play:focus-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.wpv2-card-play:hover{background:#ff5135;filter:brightness(1.03);transform:translateY(-1px) scale(1.05)}.wpv2-category-row .wpv2-library-category-arrow{background:#141618f5;color:#fff;box-shadow:0 10px 24px #00000057;border:1px solid rgba(255,255,255,.08)}.wpv2-category-row .wpv2-library-category-arrow svg{color:#fff;stroke:#fff}.wpv2-category-row .wpv2-library-category-card:hover .wpv2-library-category-arrow,.wpv2-category-row .wpv2-library-category-card:focus-within .wpv2-library-category-arrow,.wpv2-category-row .wpv2-library-category-arrow:focus-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.wpv2-category-row .wpv2-library-category-arrow:hover{background:#202326fc;transform:translateY(-1px) scale(1.05)}@media(hover:none){.wpv2-card-play,.wpv2-category-row .wpv2-library-category-arrow{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}}.wpv2-playlist-card.is-active .wpv2-card-play{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.wpv2-playlist-card.is-active .wpv2-card-play svg{fill:#fff;stroke:#fff}.wpv2-progress-row>span{font-size:12px;color:#fff;font-variant-numeric:tabular-nums}.wpv2-explore-view{padding:22px 24px 30px}.wpv2-explore-header{padding:4px 0 24px}.wpv2-explore-section-heading{margin:0 0 16px}.wpv2-explore-section-heading h2{margin:0;color:var(--wpv2-text-primary);font-size:24px;line-height:1.2;letter-spacing:-.015em}.wpv2-explore-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px 20px}.wpv2-explore-grid .wpv2-library-skeleton{min-height:148px;border-radius:8px}.wpv2-explore-card{position:relative;min-width:0;min-height:150px;aspect-ratio:1.72 / 1;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:8px;padding:18px;text-align:left;color:#fff;cursor:pointer;isolation:isolate;box-shadow:none;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.wpv2-explore-card:hover,.wpv2-explore-card:focus-visible{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 12px 30px #00000047;outline:none}.wpv2-explore-card-title{position:relative;z-index:2;display:block;max-width:66%;color:#fff;font-size:22px;font-weight:800;line-height:1.08;letter-spacing:-.025em}.wpv2-explore-card-art{position:absolute;z-index:1;width:112px;height:112px;right:-12px;bottom:-18px;border-radius:5px;overflow:hidden;transform:rotate(24deg);transform-origin:center;box-shadow:0 8px 18px #00000047;background:#ffffff14}.wpv2-explore-card-art img{width:100%;height:100%;object-fit:cover;display:block}.wpv2-explore-card-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:42px;color:#ffffffd6}.wpv2-explore-card--0{background:#a50f68}.wpv2-explore-card--1{background:#006450}.wpv2-explore-card--2{background:#8400e7}.wpv2-explore-card--3{background:#1e3264}.wpv2-explore-card--4{background:#ba5d07}.wpv2-explore-card--5{background:#148a08}.wpv2-explore-card--6{background:#503750}.wpv2-explore-card--7{background:#006450}.wpv2-explore-card--8{background:#777}.wpv2-explore-card--9{background:#e13300}@media(max-width:1280px){.wpv2-explore-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:900px){.wpv2-explore-view{padding:16px}.wpv2-explore-grid{grid-template-columns:repeat(2,minmax(150px,1fr));gap:14px}.wpv2-explore-card{min-height:132px;padding:15px}.wpv2-explore-card-title{font-size:19px}.wpv2-explore-card-art{width:94px;height:94px}}@media(max-width:560px){.wpv2-explore-grid{grid-template-columns:1fr}}.wpv2-explore-view{width:100%;box-sizing:border-box}.wpv2-explore-header,.wpv2-explore-section-heading,.wpv2-explore-grid{width:min(100%,980px);margin-left:auto;margin-right:auto}@media(max-width:1100px){.wpv2-explore-header,.wpv2-explore-section-heading,.wpv2-explore-grid{width:100%}}.wpv2-explore-grid{column-gap:24px!important;row-gap:22px!important}.wpv2-explore-card{width:100%;box-sizing:border-box}@media(max-width:900px){.wpv2-explore-grid{column-gap:16px!important;row-gap:16px!important}}.wpv2-explore-section-heading{margin-top:10px;margin-bottom:22px}.wpv2-explore-section-heading h2{font-size:32px;line-height:1.1;letter-spacing:-.025em;font-weight:800}.wpv2-explore-card{display:block;vertical-align:top}.wpv2-explore-card-title{position:absolute;top:18px;left:18px;right:34%;margin:0;z-index:3;align-self:auto;text-align:left}@media(max-width:900px){.wpv2-explore-card-title{top:15px;left:15px;right:34%}}.wpv2-explore-header,.wpv2-explore-section-heading,.wpv2-explore-grid{width:min(100%,1120px)}.wpv2-explore-grid{grid-template-columns:repeat(4,minmax(208px,1fr))}.wpv2-explore-card{min-height:150px;aspect-ratio:1.82 / 1;padding:18px;border-radius:10px}.wpv2-explore-card-title{top:18px;left:18px;font-size:23px;max-width:62%}.wpv2-explore-card-art{width:116px;height:116px;right:-10px;bottom:-16px}@media(max-width:1280px){.wpv2-explore-grid{grid-template-columns:repeat(4,minmax(198px,1fr))}}@media(max-width:900px){.wpv2-explore-header,.wpv2-explore-section-heading,.wpv2-explore-grid{width:100%}.wpv2-explore-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.wpv2-explore-card{min-height:132px;aspect-ratio:1.74 / 1;padding:15px}.wpv2-explore-card-title{top:15px;left:15px;font-size:20px;max-width:64%}.wpv2-explore-card-art{width:96px;height:96px;right:-12px;bottom:-18px}}.wpv2-library-category-view{--wpv2-category-content-inset: clamp(32px, calc(20cqw - 208px) , 176px);box-sizing:border-box;padding:0 0 120px;background:var(--wpv2-container-color)}.wpv2-library-category-view .wpv2-library-category-header{position:relative;isolation:isolate;grid-template-columns:280px minmax(0,1fr);gap:30px;align-items:end;min-height:355px;margin:0;padding:76px var(--wpv2-category-content-inset) 34px;overflow:hidden;background:var(--wpv2-container-color)}.wpv2-library-category-back{position:absolute;z-index:3;top:20px;left:var(--wpv2-category-content-inset)}.wpv2-library-category-view .wpv2-library-category-header:before{content:"";position:absolute;top:-70px;right:-70px;bottom:-70px;left:-70px;z-index:-2;background-image:var(--wpv2-category-cover);background-position:center;background-size:cover;filter:blur(68px) saturate(1.35);transform:scale(1.12);opacity:.48}.wpv2-library-category-view .wpv2-library-category-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#0b081814,#0c0a183d 54%,#0c0d0f85),linear-gradient(90deg,#26145c7a,#39276c2e)}.wpv2-library-category-view .wpv2-library-category-hero-art{width:280px;border-radius:4px;overflow:hidden;border:none;box-shadow:0 8px 32px #00000080}.wpv2-library-category-view .wpv2-library-category-header h1{margin:0 0 14px;font-size:clamp(52px,6vw,92px);line-height:.92;letter-spacing:-.04em;color:#f4f4f5;text-shadow:0 2px 18px rgba(0,0,0,.16)}.wpv2-library-category-view .wpv2-library-category-header p{margin:0 0 8px;max-width:720px;color:#c2c2c7;font-size:16px;line-height:1.45}.wpv2-library-category-view .wpv2-library-category-header .wpv2-eyebrow{display:block;margin-bottom:8px;color:#fff;font-weight:700}.wpv2-library-category-view .wpv2-library-category-header .wpv2-library-count{color:#ffffffb8}.wpv2-library-category-body{position:relative;isolation:isolate;min-height:300px;padding:28px var(--wpv2-category-content-inset) 34px;background:linear-gradient(180deg,rgba(38,21,73,.34) 0%,rgba(18,16,29,.94) 128px,var(--wpv2-container-color) 260px),var(--wpv2-container-color);overflow:hidden}.wpv2-library-category-body:before{content:"";position:absolute;inset:0 0 auto;height:168px;z-index:-1;background-image:var(--wpv2-category-cover);background-position:center top;background-size:cover;filter:blur(80px) saturate(1.28);opacity:.22;transform:scale(1.22);pointer-events:none}.wpv2-library-category-view .wpv2-library-playlists-grid,.wpv2-library-category-view .wpv2-library-category-body>.wpv2-playlist-grid{margin:0}@media(max-width:900px){.wpv2-library-category-view .wpv2-library-category-header{grid-template-columns:150px minmax(0,1fr);gap:18px;min-height:285px;padding-top:70px;padding-bottom:28px}.wpv2-library-category-back{top:16px}.wpv2-library-category-view .wpv2-library-category-hero-art{width:150px;border-radius:4px}.wpv2-library-category-view .wpv2-library-category-header h1{font-size:clamp(36px,8vw,56px)}.wpv2-library-category-view .wpv2-library-category-header p{font-size:14px}.wpv2-library-category-body{padding-top:22px}}.wpv2-queue-card>:first-child{margin-bottom:10px}.wpv2-queue-list{gap:5px}.wpv2-sidebar{overflow-x:hidden}.wpv2-sidebar-nav,.wpv2-library-shortcuts,.wpv2-nav-item,.wpv2-library-item{min-width:0;max-width:100%}.wpv2-sidebar-label{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-library-cover{flex:0 0 auto}.wpv2-library-cover-image{overflow:hidden}.wpv2-library-cover-image img{width:100%;height:100%;object-fit:cover;display:block}.wpv2-sidebar-heading-section{padding-top:0}.wpv2-recent-playlists-sidebar{margin-top:14px;margin-bottom:0;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;align-content:initial}.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading{flex:0 0 auto;padding-right:10px}.wpv2-recent-playlists-scroll-list{flex:1 1 auto;min-height:0;display:grid;gap:8px;align-content:start;overflow-y:auto;overflow-x:hidden;padding-right:6px;padding-bottom:12px;overscroll-behavior:contain}.wpv2-sidebar-heading>span{color:var(--wpv2-text-primary)}.wpv2-home-playlists-recent-section{padding:0;margin-top:8px}.wpv2-home-view .wpv2-home-recent-playlists-grid{display:grid;grid-template-columns:repeat(auto-fill,var(--wpv2-home-card-width));gap:16px;justify-content:start}.wpv2-history-playlists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:24px;align-items:start}@media(max-width:1400px){.wpv2-history-playlists-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}}@media(max-width:900px){.wpv2-history-playlists-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}}.wpv2-current-playlist-view{--wpv2-playlist-content-inset: clamp(32px, calc(20cqw - 208px) , 176px);min-height:100%;padding:0 0 120px;background:var(--wpv2-container-color)}.wpv2-current-playlist-hero{position:relative;isolation:isolate;min-height:355px;margin:0;padding:20px var(--wpv2-playlist-content-inset) 26px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:0;background:var(--wpv2-container-color)}.wpv2-current-playlist-hero:before{content:"";position:absolute;top:-70px;right:-70px;bottom:-70px;left:-70px;z-index:-2;background-image:var(--wpv2-playlist-cover);background-position:center;background-size:cover;filter:blur(68px) saturate(1.35);transform:scale(1.12);opacity:.48}.wpv2-current-playlist-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#0b081814,#0c0a183d 54%,#0c0d0f85),linear-gradient(90deg,#26145c7a,#39276c2e)}.wpv2-current-playlist-nav{display:flex;gap:10px;margin:0 0 20px}.wpv2-current-playlist-hero-content{display:flex;align-items:flex-end;gap:24px;min-width:0}.wpv2-current-playlist-cover{width:232px;height:232px;flex:0 0 232px;object-fit:cover;border-radius:4px;box-shadow:0 8px 32px #00000080}.wpv2-current-playlist-copy{min-width:0;padding:0 0 6px}.wpv2-current-playlist-kicker{display:block;margin:0 0 8px;color:#fff;font-size:13px;font-weight:700}.wpv2-current-playlist-copy h1{margin:0 0 18px;max-width:100%;color:#fff;font-size:clamp(46px,6.3cqw,96px);font-weight:800;line-height:.96;letter-spacing:-.055em;overflow-wrap:normal;word-break:normal}.wpv2-current-playlist-copy p{margin:0 0 12px;max-width:760px;color:#ffffffb8;font-size:14px;line-height:1.45}.wpv2-current-playlist-meta-line{display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:#ffffffd6;font-size:13px}.wpv2-current-playlist-meta-line strong{color:#fff;font-weight:700}.wpv2-current-playlist-meta-line span{color:#ffffffc7}.wpv2-current-playlist-body{position:relative;padding:0 var(--wpv2-playlist-content-inset) 34px;border-radius:0;background:linear-gradient(180deg,rgba(38,21,73,.34) 0%,rgba(18,16,29,.94) 128px,var(--wpv2-container-color) 260px),var(--wpv2-container-color)}.wpv2-current-playlist-body:before{content:"";position:absolute;inset:0 0 auto;height:168px;background-image:var(--wpv2-playlist-cover);background-position:center top;background-size:cover;filter:blur(80px) saturate(1.28);opacity:.22;transform:scale(1.22);pointer-events:none}.wpv2-current-playlist-hero-actions{position:relative;z-index:2;min-height:64px;margin:0 0 22px;padding-top:18px;display:flex;align-items:center;gap:14px}.wpv2-current-playlist-play-button{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ff4b2a;color:#fff;cursor:pointer;transition:transform .14s ease,filter .14s ease}.wpv2-current-playlist-play-button:hover{transform:scale(1.045);filter:brightness(1.08)}.wpv2-current-playlist-play-button svg{transform:translate(1px)}.wpv2-current-playlist-shuffle-button{width:44px;height:44px;flex:0 0 44px;position:relative;display:grid;place-items:center;padding:0;border:0;border-radius:0;box-shadow:none;background:transparent;color:#8a8a8a;cursor:pointer;transition:color .15s ease}.wpv2-current-playlist-shuffle-button:hover{background:transparent;color:#fff;transform:none;box-shadow:none}.wpv2-current-playlist-shuffle-button:focus-visible{outline:none;background:transparent;color:#fff;transform:none;box-shadow:none}.wpv2-current-playlist-shuffle-button.is-active{color:#ff3f1f}.wpv2-current-playlist-shuffle-button.is-active:hover,.wpv2-current-playlist-shuffle-button.is-active:focus-visible{color:#ff3f1f}.wpv2-current-playlist-sticky-wrap{position:sticky;top:0;z-index:40;height:0;width:100%;pointer-events:none}.wpv2-current-playlist-sticky-bar{position:relative;isolation:isolate;height:68px;display:flex;align-items:center;gap:12px;padding:0 var(--wpv2-playlist-content-inset);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-100%);transition:opacity .12s ease,transform .12s ease,visibility .12s ease;border-bottom:1px solid rgba(255,255,255,.07);background:#28164c;box-shadow:0 8px 22px #00000040}.wpv2-current-playlist-sticky-bar:before{content:"";position:absolute;top:-70px;right:-70px;bottom:-70px;left:-70px;z-index:-2;background-image:var(--wpv2-playlist-cover);background-position:center;background-size:cover;filter:blur(54px) saturate(1.45);transform:scale(1.18);opacity:.55}.wpv2-current-playlist-sticky-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#140c2440,#110c1d7a)}.wpv2-current-playlist-sticky-wrap.is-visible{pointer-events:auto}.wpv2-current-playlist-sticky-wrap.is-visible .wpv2-current-playlist-sticky-bar{opacity:1;visibility:visible;transform:translateY(0)}.wpv2-current-playlist-play-button--compact{width:44px;height:44px;flex:0 0 44px}.wpv2-current-playlist-sticky-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f3f4f6;font-size:20px;font-weight:700;letter-spacing:-.025em}.wpv2-current-playlist-column-header{position:relative;z-index:2;display:grid;grid-template-columns:54px minmax(0,1fr) 132px;align-items:center;min-height:36px;padding:0 14px 0 6px;border-bottom:1px solid rgba(255,255,255,.1);color:#a7a9ad;font-size:12px}.wpv2-current-playlist-column-header>:first-child{text-align:center}.wpv2-current-playlist-column-header svg{justify-self:end;margin-right:70px}.wpv2-current-playlist-view.is-compact-header .wpv2-current-playlist-column-header{position:sticky;top:68px;z-index:24;margin:0 -6px;padding-left:10px;padding-right:16px;background:#0c0f11fb;box-shadow:0 8px 20px #00000024}.wpv2-current-playlist-list{position:relative;z-index:1;display:grid;gap:0;padding-top:8px}.wpv2-current-playlist-row{grid-template-columns:34px minmax(0,1fr) auto;min-height:58px;padding:5px 10px 5px 4px;border-radius:4px}.wpv2-current-playlist-row:hover{background:#ffffff12}.wpv2-current-playlist-row.is-current{background:#ffffff0e}.wpv2-current-playlist-drag{opacity:0;width:26px;height:36px}.wpv2-current-playlist-row:hover .wpv2-current-playlist-drag,.wpv2-current-playlist-row:focus-within .wpv2-current-playlist-drag{opacity:1}.wpv2-current-playlist-main{grid-template-columns:30px 42px minmax(0,1fr);gap:10px}.wpv2-current-playlist-thumb{width:42px;height:42px;border-radius:3px}.wpv2-current-playlist-song-copy{gap:2px}.wpv2-current-playlist-song-copy strong{font-size:14px;font-weight:600}.wpv2-current-playlist-song-copy small{font-size:12px;color:#9c9fa4}.wpv2-current-playlist-actions{gap:2px}.wpv2-current-playlist-actions .wpv2-icon-action{opacity:0}.wpv2-current-playlist-row:hover .wpv2-current-playlist-actions .wpv2-icon-action,.wpv2-current-playlist-row:focus-within .wpv2-current-playlist-actions .wpv2-icon-action,.wpv2-current-playlist-actions .wpv2-icon-action.is-active{opacity:1}.wpv2-current-playlist-duration{min-width:52px;font-size:12px;color:#a6a8ac}.wpv2-current-playlist-next-badge{margin-right:8px}@media(max-width:900px){.wpv2-current-playlist-view{padding:0 0 120px}.wpv2-current-playlist-hero{min-height:290px;padding-top:18px;padding-bottom:22px}.wpv2-current-playlist-hero-content{gap:18px}.wpv2-current-playlist-cover{width:180px;height:180px;flex-basis:180px}.wpv2-current-playlist-copy h1{font-size:clamp(36px,7vw,64px)}.wpv2-current-playlist-body{padding-bottom:28px}}@media(max-width:640px){.wpv2-current-playlist-view{padding:0 0 120px}.wpv2-current-playlist-hero{min-height:0}.wpv2-current-playlist-hero-content{align-items:center;flex-direction:column;text-align:center}.wpv2-current-playlist-cover{width:min(70vw,230px);height:min(70vw,230px);flex-basis:auto}.wpv2-current-playlist-copy h1{margin-bottom:12px;font-size:38px}.wpv2-current-playlist-copy p{font-size:13px}.wpv2-current-playlist-meta-line{justify-content:center}.wpv2-current-playlist-body{padding-bottom:24px}.wpv2-current-playlist-sticky-bar{height:60px}.wpv2-current-playlist-play-button--compact{width:40px;height:40px;flex-basis:40px}.wpv2-current-playlist-sticky-title{font-size:18px}.wpv2-current-playlist-view.is-compact-header .wpv2-current-playlist-column-header{top:60px}.wpv2-current-playlist-column-header{grid-template-columns:44px minmax(0,1fr) 74px;padding-right:8px}.wpv2-current-playlist-column-header svg{margin-right:20px}.wpv2-current-playlist-actions{grid-column:2;padding-left:0}.wpv2-current-playlist-drag{display:none}.wpv2-current-playlist-row{grid-template-columns:minmax(0,1fr) auto}}.wpv2-current-playlist-hero{align-items:stretch}.wpv2-current-playlist-hero-content{width:100%;justify-content:flex-start}.wpv2-current-playlist-nav{align-self:flex-start}.wpv2-current-playlist-column-header{grid-template-columns:34px 8px 30px 10px 42px 10px minmax(0,1fr) 166px;column-gap:0;padding:0 10px 0 4px}.wpv2-current-playlist-column-header>:first-child{grid-column:3;text-align:center;justify-self:stretch}.wpv2-current-playlist-column-header>:nth-child(2){grid-column:7;justify-self:start}.wpv2-current-playlist-column-header>:last-child{grid-column:8;justify-self:center;margin-right:0}@media(max-width:980px){.wpv2-current-playlist-column-header{grid-template-columns:26px 8px 30px 10px 42px 10px minmax(0,1fr) 74px}}@media(max-width:640px){.wpv2-current-playlist-column-header{grid-template-columns:24px 10px 40px 10px minmax(0,1fr) 64px;padding:0 8px 0 4px}.wpv2-current-playlist-column-header>:first-child{grid-column:1}.wpv2-current-playlist-column-header>:nth-child(2){grid-column:5}.wpv2-current-playlist-column-header>:last-child{grid-column:6}}.wpv2-current-playlist-hero-actions{align-items:center;justify-content:space-between;min-height:58px;gap:20px}.wpv2-current-playlist-primary-actions{display:flex;align-items:center;gap:10px}.wpv2-view-selector{position:relative;z-index:30;margin-left:auto}.wpv2-view-selector-trigger{height:36px;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;padding:0 6px 0 12px;border:0;border-radius:8px;background:transparent;color:#a7a9ad;cursor:pointer;font:inherit;transition:color .15s ease,background .15s ease}.wpv2-view-selector-trigger:hover,.wpv2-view-selector-trigger:focus-visible{color:#f4f4f5;background:#ffffff0f;outline:none}.wpv2-view-selector-trigger>span{font-size:12px;font-weight:650}.wpv2-view-selector-trigger .is-open{transform:rotate(180deg)}.wpv2-view-selector-menu{position:absolute;top:calc(100% + 8px);right:0;width:190px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#242426;box-shadow:0 16px 38px #0000006b}.wpv2-view-selector-title{display:block;padding:3px 8px 8px;color:#a7a9ad;font-size:11px;font-weight:700}.wpv2-view-selector-menu button{width:100%;min-height:40px;display:grid;grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:0 8px;border:0;border-radius:5px;background:transparent;color:#c6c7ca;cursor:pointer;text-align:left}.wpv2-view-selector-menu button:hover,.wpv2-view-selector-menu button:focus-visible{background:#ffffff12;color:#fff;outline:none}.wpv2-view-selector-menu button.is-active{color:var(--wpv2-accent)}.wpv2-view-selector-menu button>span{font-size:13px;font-weight:600}.wpv2-view-selector-menu button>:last-child:not(:nth-child(2)){justify-self:end}.wpv2-current-playlist-column-header.is-list{grid-template-columns:34px 8px 30px 10px 42px 10px minmax(0,1fr) 8px 166px;column-gap:0;padding:0 10px 0 4px}.wpv2-current-playlist-column-header.is-list>:first-child{grid-column:3}.wpv2-current-playlist-column-header.is-list>:nth-child(2){grid-column:7}.wpv2-current-playlist-column-header.is-list>:last-child{grid-column:9;justify-self:end;width:52px;margin-right:34px}.wpv2-current-playlist-column-header.is-compact{grid-template-columns:34px 8px 30px 10px minmax(0,1.8fr) 10px minmax(140px,1fr) 8px 166px;column-gap:0;min-height:34px;padding:0 10px 0 4px}.wpv2-current-playlist-column-header.is-compact>:nth-child(1){grid-column:3;text-align:center}.wpv2-current-playlist-column-header.is-compact>:nth-child(2){grid-column:5}.wpv2-current-playlist-column-header.is-compact>:nth-child(3){grid-column:7}.wpv2-current-playlist-column-header.is-compact>:nth-child(4){grid-column:9;justify-self:end;width:52px;margin-right:34px;text-align:center}.wpv2-current-playlist-list.is-compact{padding-top:5px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{min-height:44px;padding-top:3px;padding-bottom:3px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-main{grid-template-columns:30px minmax(0,1.8fr) minmax(140px,1fr);gap:10px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-song-copy{display:contents}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-song-copy strong,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-song-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-song-copy strong{font-size:13px;font-weight:600}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-song-copy small{color:#9c9fa4;font-size:12px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-drag{height:32px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-index{height:28px}.wpv2-current-playlist-list .wpv2-current-playlist-actions{min-width:166px;justify-content:flex-end}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{display:grid;grid-template-columns:auto 34px 34px 52px 34px;gap:0;align-items:center}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-next-badge{margin-right:6px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-duration{width:52px;min-width:52px;text-align:center}@media(max-width:980px){.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{grid-template-columns:26px minmax(0,1fr) 166px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{grid-column:auto;padding-left:0}.wpv2-current-playlist-column-header.is-compact{grid-template-columns:26px 8px 30px 10px minmax(0,1.8fr) 10px minmax(120px,1fr) 8px 166px}}@media(max-width:720px){.wpv2-current-playlist-hero-actions{gap:10px}.wpv2-view-selector-trigger>span{display:none}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{grid-template-columns:minmax(0,1fr) auto}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-main{grid-template-columns:30px minmax(0,1fr)}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-song-copy small{display:none}.wpv2-current-playlist-column-header.is-compact{grid-template-columns:30px 10px minmax(0,1fr) 8px 132px}.wpv2-current-playlist-column-header.is-compact>:nth-child(1){grid-column:1}.wpv2-current-playlist-column-header.is-compact>:nth-child(2){grid-column:3}.wpv2-current-playlist-column-header.is-compact>:nth-child(3){display:none}.wpv2-current-playlist-column-header.is-compact>:nth-child(4){grid-column:5;margin-right:34px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{min-width:132px;grid-template-columns:0 0 0 52px 34px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions .wpv2-icon-action:not(:last-child){display:none}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-next-badge{display:none}}.wpv2-current-playlist-body{--wpv2-song-drag-col: 34px;--wpv2-song-index-col: 30px;--wpv2-song-cover-col: 42px;--wpv2-song-duration-col: 64px;--wpv2-song-actions-col: 110px;--wpv2-song-gap: 8px;--wpv2-song-inner-gap: 10px}.wpv2-current-playlist-column-header,.wpv2-current-playlist-row{width:100%;box-sizing:border-box}.wpv2-current-playlist-row,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{display:grid;grid-template-columns:var(--wpv2-song-drag-col) minmax(0,1fr) var(--wpv2-song-duration-col) var(--wpv2-song-actions-col);column-gap:var(--wpv2-song-gap);align-items:center;padding-left:4px;padding-right:10px}.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row{min-height:58px;padding-top:5px;padding-bottom:5px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{min-height:42px;padding-top:2px;padding-bottom:2px}.wpv2-current-playlist-main,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-main{display:grid;grid-template-columns:var(--wpv2-song-index-col) var(--wpv2-song-cover-col) minmax(0,1.35fr) minmax(140px,.9fr);column-gap:var(--wpv2-song-inner-gap);align-items:center;min-width:0}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-main{grid-template-columns:var(--wpv2-song-index-col) minmax(0,1.35fr) minmax(140px,.9fr);column-gap:var(--wpv2-song-inner-gap)}.wpv2-current-playlist-title,.wpv2-current-playlist-artist{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-current-playlist-title{color:#f0f1f2;font-size:14px;font-weight:600}.wpv2-current-playlist-artist{color:#96999f;font-size:12px;font-weight:400}.wpv2-current-playlist-row.is-current .wpv2-current-playlist-title{color:#ff3f1f}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-thumb{display:none}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-title{font-size:13px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-artist{font-size:12px}.wpv2-current-playlist-duration{grid-column:3;width:var(--wpv2-song-duration-col);min-width:var(--wpv2-song-duration-col);justify-self:stretch;text-align:center}.wpv2-current-playlist-actions,.wpv2-current-playlist-list .wpv2-current-playlist-actions,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{position:relative;grid-column:4;display:grid;grid-template-columns:34px 34px 34px;justify-content:end;align-items:center;gap:2px;width:var(--wpv2-song-actions-col);min-width:var(--wpv2-song-actions-col);padding:0;overflow:visible}.wpv2-current-playlist-actions .wpv2-icon-action,.wpv2-song-more-button{width:34px;min-width:34px;height:34px;min-height:34px;margin:0;padding:0}.wpv2-current-playlist-next-badge{position:absolute;right:calc(100% + 8px);margin:0}.wpv2-current-playlist-column-header,.wpv2-current-playlist-column-header.is-list{display:grid;grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) var(--wpv2-song-cover-col) var(--wpv2-song-inner-gap) minmax(0,1.35fr) var(--wpv2-song-inner-gap) minmax(140px,.9fr) var(--wpv2-song-gap) var(--wpv2-song-duration-col) var(--wpv2-song-gap) var(--wpv2-song-actions-col);column-gap:0;align-items:center;min-height:38px;padding:0 10px 0 4px}.wpv2-current-playlist-column-header.is-compact{grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) minmax(0,1.35fr) var(--wpv2-song-inner-gap) minmax(140px,.9fr) var(--wpv2-song-gap) var(--wpv2-song-duration-col) var(--wpv2-song-gap) var(--wpv2-song-actions-col);min-height:34px}.wpv2-current-playlist-column-header .wpv2-col-index{grid-column:3;justify-self:stretch;text-align:center}.wpv2-current-playlist-column-header.is-list .wpv2-col-artist{grid-column:9}.wpv2-current-playlist-column-header.is-list .wpv2-col-duration{grid-column:11}.wpv2-current-playlist-column-header.is-compact .wpv2-col-duration{grid-column:9}.wpv2-current-playlist-column-header .wpv2-col-title,.wpv2-current-playlist-column-header .wpv2-col-artist{justify-self:start}.wpv2-current-playlist-column-header .wpv2-col-duration,.wpv2-current-playlist-column-header .wpv2-col-actions{justify-self:stretch;text-align:center}.wpv2-current-playlist-list.is-list .wpv2-current-playlist-main{grid-template-columns:var(--wpv2-song-index-col) var(--wpv2-song-cover-col) minmax(0,1fr)}.wpv2-current-playlist-list.is-list .wpv2-current-playlist-song-copy{min-width:0;display:grid;gap:3px}.wpv2-current-playlist-list.is-list .wpv2-current-playlist-song-copy .wpv2-current-playlist-title,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-song-copy .wpv2-current-playlist-artist{grid-column:1}.wpv2-current-playlist-column-header.is-list{grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) var(--wpv2-song-cover-col) var(--wpv2-song-inner-gap) minmax(0,1fr) var(--wpv2-song-gap) var(--wpv2-song-duration-col) var(--wpv2-song-gap) var(--wpv2-song-actions-col)}.wpv2-current-playlist-column-header.is-list .wpv2-col-title{grid-column:7}.wpv2-current-playlist-column-header.is-list .wpv2-col-duration{grid-column:9}.wpv2-current-playlist-column-header.is-list .wpv2-col-actions{grid-column:11}.wpv2-popup-menu{position:fixed!important;z-index:2147483000!important;box-sizing:border-box;padding:6px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#181818;box-shadow:0 16px 40px #00000085;color:#b3b3b3}.wpv2-popup-menu-title{display:block;padding:7px 10px 6px;color:#8f9297;font-size:11px;font-weight:700;line-height:16px}.wpv2-popup-menu button,.wpv2-view-selector-menu button{width:100%;min-height:40px;display:grid;grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:4px;background:transparent;color:#c7c7c7;font:inherit;font-size:12px;font-weight:500;line-height:1.25;text-align:left;cursor:pointer;outline:none}.wpv2-popup-menu button:not(:has(svg)){display:flex;align-items:center}.wpv2-popup-menu button:hover:not(:disabled),.wpv2-popup-menu button:focus-visible:not(:disabled){background:#2a2a2a;color:#fff}.wpv2-popup-menu button:active:not(:disabled){background:#333;transform:scale(.995)}.wpv2-popup-menu button.is-selected,.wpv2-popup-menu button[aria-checked=true],.wpv2-popup-menu button.is-selected:hover,.wpv2-popup-menu button[aria-checked=true]:hover{color:var(--wpv2-accent)}.wpv2-popup-menu button:disabled{opacity:.38;cursor:not-allowed}.wpv2-popup-menu button>:last-child:not(:nth-child(2)){justify-self:end}.wpv2-view-selector-menu{top:auto;right:auto;left:auto;width:auto}.wpv2-view-selector-trigger{min-width:92px;height:36px;justify-content:flex-end}@media(max-width:900px){.wpv2-current-playlist-body{--wpv2-song-actions-col: 76px;--wpv2-song-duration-col: 58px}.wpv2-current-playlist-actions,.wpv2-current-playlist-list .wpv2-current-playlist-actions,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{grid-template-columns:34px 34px}.wpv2-current-playlist-actions>.wpv2-icon-action:nth-of-type(2){display:none}.wpv2-current-playlist-main,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-main{grid-template-columns:var(--wpv2-song-index-col) var(--wpv2-song-cover-col) minmax(0,1fr)}.wpv2-current-playlist-main .wpv2-current-playlist-artist,.wpv2-current-playlist-column-header .wpv2-col-artist{display:none}}@media(max-width:640px){.wpv2-current-playlist-body{--wpv2-song-drag-col: 0px;--wpv2-song-actions-col: 42px}.wpv2-current-playlist-row,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{grid-template-columns:minmax(0,1fr) var(--wpv2-song-duration-col) var(--wpv2-song-actions-col)}.wpv2-current-playlist-drag{display:none}.wpv2-current-playlist-actions,.wpv2-current-playlist-list .wpv2-current-playlist-actions,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{grid-column:3;width:var(--wpv2-song-actions-col);min-width:var(--wpv2-song-actions-col);grid-template-columns:34px}.wpv2-current-playlist-actions>.wpv2-icon-action{display:none}.wpv2-current-playlist-duration{grid-column:2}.wpv2-current-playlist-column-header .wpv2-col-index,.wpv2-current-playlist-column-header .wpv2-col-artist{display:none}.wpv2-current-playlist-column-header.is-list,.wpv2-current-playlist-column-header.is-compact{grid-template-columns:minmax(0,1fr) var(--wpv2-song-gap) var(--wpv2-song-duration-col) var(--wpv2-song-gap) var(--wpv2-song-actions-col)}.wpv2-current-playlist-column-header.is-list .wpv2-col-title,.wpv2-current-playlist-column-header.is-compact .wpv2-col-title{grid-column:1}.wpv2-current-playlist-column-header.is-list .wpv2-col-duration,.wpv2-current-playlist-column-header.is-compact .wpv2-col-duration{grid-column:3}.wpv2-current-playlist-column-header.is-list .wpv2-col-actions,.wpv2-current-playlist-column-header.is-compact .wpv2-col-actions{grid-column:5}}.wpv2-current-playlist-body{--wpv2-song-next-col: 92px}.wpv2-current-playlist-row,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{grid-template-columns:var(--wpv2-song-drag-col) minmax(0,1fr) var(--wpv2-song-next-col) var(--wpv2-song-duration-col) var(--wpv2-song-actions-col)}.wpv2-current-playlist-next-slot{grid-column:3;width:var(--wpv2-song-next-col);min-width:var(--wpv2-song-next-col);height:34px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}.wpv2-current-playlist-next-badge,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-next-badge{position:static;right:auto;margin:0 6px 0 0;max-width:calc(var(--wpv2-song-next-col) - 6px);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto}.wpv2-current-playlist-duration,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-duration{grid-column:4;width:var(--wpv2-song-duration-col);min-width:var(--wpv2-song-duration-col);justify-self:stretch;text-align:center}.wpv2-current-playlist-actions,.wpv2-current-playlist-list .wpv2-current-playlist-actions,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{grid-column:5}.wpv2-current-playlist-column-header,.wpv2-current-playlist-column-header.is-list{grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) var(--wpv2-song-cover-col) var(--wpv2-song-inner-gap) minmax(0,1.35fr) var(--wpv2-song-inner-gap) minmax(140px,.9fr) var(--wpv2-song-gap) var(--wpv2-song-next-col) var(--wpv2-song-duration-col) var(--wpv2-song-actions-col)}.wpv2-current-playlist-column-header.is-compact{grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) minmax(0,1.35fr) var(--wpv2-song-inner-gap) minmax(140px,.9fr) var(--wpv2-song-gap) var(--wpv2-song-next-col) var(--wpv2-song-duration-col) var(--wpv2-song-actions-col)}.wpv2-current-playlist-column-header.is-list .wpv2-col-duration{grid-column:12}.wpv2-current-playlist-column-header.is-list .wpv2-col-actions{grid-column:13}.wpv2-current-playlist-column-header.is-compact .wpv2-col-duration{grid-column:10}.wpv2-current-playlist-column-header.is-compact .wpv2-col-actions{grid-column:11}@media(max-width:980px){.wpv2-current-playlist-body{--wpv2-song-next-col: 84px}}@media(max-width:720px){.wpv2-current-playlist-body{--wpv2-song-next-col: 76px}.wpv2-current-playlist-next-badge,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-next-badge{font-size:10px}}.wpv2-playing-bars{width:20px;min-width:20px;height:18px;display:inline-flex;align-items:flex-end;justify-content:center;gap:2px;color:#ff3f1f;line-height:0;pointer-events:none}.wpv2-playing-bars i{display:block;width:3px;height:16px;min-height:0;border-radius:3px;background:currentColor;transform:scaleY(.35);transform-origin:50% 100%;will-change:transform}.wpv2-playing-bars i:nth-child(1){animation:wpv2-playing-bar-a 1.02s cubic-bezier(.45,.05,.55,.95) -.31s infinite}.wpv2-playing-bars i:nth-child(2){animation:wpv2-playing-bar-b .88s cubic-bezier(.4,0,.6,1) -.57s infinite}.wpv2-playing-bars i:nth-child(3){animation:wpv2-playing-bar-c 1.13s cubic-bezier(.42,0,.58,1) -.16s infinite}.wpv2-playing-bars i:nth-child(4){animation:wpv2-playing-bar-d .96s cubic-bezier(.37,.02,.63,.98) -.72s infinite}@keyframes wpv2-playing-bar-a{0%,to{transform:scaleY(.28)}18%{transform:scaleY(.78)}39%{transform:scaleY(.44)}61%{transform:scaleY(.96)}82%{transform:scaleY(.52)}}@keyframes wpv2-playing-bar-b{0%,to{transform:scaleY(.62)}16%{transform:scaleY(.34)}37%{transform:scaleY(1)}58%{transform:scaleY(.48)}79%{transform:scaleY(.82)}}@keyframes wpv2-playing-bar-c{0%,to{transform:scaleY(.4)}20%{transform:scaleY(.92)}43%{transform:scaleY(.56)}66%{transform:scaleY(.3)}84%{transform:scaleY(.74)}}@keyframes wpv2-playing-bar-d{0%,to{transform:scaleY(.76)}19%{transform:scaleY(.42)}41%{transform:scaleY(.68)}63%{transform:scaleY(.98)}83%{transform:scaleY(.36)}}.wpv2-current-playlist-index>.wpv2-playing-bars{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}@media(prefers-reduced-motion:reduce){.wpv2-playing-bars i{animation:none}.wpv2-playing-bars i:nth-child(1){transform:scaleY(.42)}.wpv2-playing-bars i:nth-child(2){transform:scaleY(.88)}.wpv2-playing-bars i:nth-child(3){transform:scaleY(.62)}.wpv2-playing-bars i:nth-child(4){transform:scaleY(.76)}}.wpv2-root{--wpv2-sidebar-width: 252px;position:relative;grid-template-columns:var(--wpv2-sidebar-width) minmax(0,1fr) 310px}.wpv2-topbar{grid-template-columns:252px minmax(320px,440px) 1fr}.wpv2-sidebar-resizer{position:absolute;z-index:45;top:82px;bottom:96px;left:calc(var(--wpv2-sidebar-width) + 1px);width:12px;transform:translate(-50%);cursor:col-resize;touch-action:none;outline:none}.wpv2-sidebar-resizer:after{content:"";position:absolute;top:10px;bottom:18px;left:50%;width:1px;transform:translate(-50%);background:transparent;transition:background .14s ease,width .14s ease}.wpv2-sidebar-resizer:hover:after,.wpv2-sidebar-resizer:focus-visible:after,.wpv2-root.is-sidebar-resizing .wpv2-sidebar-resizer:after{width:2px;background:#ffffff6b}.wpv2-root.is-sidebar-resizing,.wpv2-root.is-sidebar-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar{padding-inline:8px}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-label,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-heading{display:none}.wpv2-root.is-sidebar-collapsed .wpv2-nav-item,.wpv2-root.is-sidebar-collapsed .wpv2-library-item{justify-content:center;gap:0;padding-inline:0}.wpv2-root.is-sidebar-collapsed .wpv2-nav-item svg{width:20px;height:20px}.wpv2-root.is-sidebar-collapsed .wpv2-library-cover{width:38px;height:38px;border-radius:7px}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-collapse-toggle{align-self:center;transform:none}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-collapse-toggle:hover{transform:translateY(-1px)}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-collapse-toggle:focus-visible{transform:none}.wpv2-root.is-sidebar-collapsed .wpv2-recent-playlists-sidebar{margin-top:12px;padding-top:12px}@media(max-width:1250px){.wpv2-root{grid-template-columns:var(--wpv2-sidebar-width) minmax(0,1fr)}.wpv2-topbar{grid-template-columns:var(--wpv2-sidebar-width) minmax(280px,420px) 1fr}}@media(max-width:900px){.wpv2-root{grid-template-columns:1fr}.wpv2-sidebar-resizer{display:none}}.wpv2-root{--wpv2-right-rail-width: 310px;grid-template-columns:var(--wpv2-sidebar-width) minmax(0,1fr) var(--wpv2-right-rail-width)}.wpv2-right-rail-resizer{position:absolute;z-index:45;top:82px;bottom:96px;right:calc(var(--wpv2-right-rail-width) + 4px);width:12px;transform:translate(50%);cursor:col-resize;touch-action:none;outline:none}.wpv2-right-rail-resizer:after{content:"";position:absolute;top:10px;bottom:18px;left:50%;width:1px;transform:translate(-50%);background:transparent;transition:background .14s ease,width .14s ease}.wpv2-right-rail-resizer:hover:after,.wpv2-right-rail-resizer:focus-visible:after,.wpv2-root.is-right-rail-resizing .wpv2-right-rail-resizer:after{width:2px;background:#ffffff6b}.wpv2-root.is-right-rail-resizing,.wpv2-root.is-right-rail-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}@media(max-width:1250px){.wpv2-right-rail-resizer{display:none}}@media(max-width:1250px){.wpv2-root{grid-template-columns:var(--wpv2-sidebar-width) minmax(0,1fr);grid-template-areas:"top top" "side main" "player player"}.wpv2-right-rail,.wpv2-right-rail-resizer{display:none}}@media(max-width:900px){.wpv2-root{grid-template-columns:minmax(0,1fr);grid-template-rows:70px minmax(0,1fr) 92px;grid-template-areas:"top" "main" "player"}.wpv2-sidebar,.wpv2-sidebar-resizer,.wpv2-right-rail,.wpv2-right-rail-resizer{display:none}}.wpv2-search-wrap{position:relative;min-width:0;z-index:120}.wpv2-global-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:min(560px,calc(100vh - 110px));overflow-y:auto;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#101214;box-shadow:0 18px 42px #0000007a}.wpv2-global-search-group+.wpv2-global-search-group{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}.wpv2-global-search-heading{padding:5px 8px 7px;color:var(--wpv2-text-subtle, #8d9297);font-size:12px;font-weight:700}.wpv2-global-search-item{width:100%;min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:7px 8px;border:0;border-radius:8px;background:transparent;color:inherit;text-align:left;cursor:pointer}.wpv2-global-search-item:hover,.wpv2-global-search-item:focus-visible,.wpv2-global-search-item.is-keyboard-active{outline:none;background:#ffffff14}.wpv2-global-search-item img,.wpv2-global-search-placeholder{width:42px;height:42px;border-radius:6px;object-fit:cover;background:#ffffff0f}.wpv2-global-search-copy{min-width:0;display:grid;gap:3px}.wpv2-global-search-copy strong,.wpv2-global-search-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-global-search-copy strong{color:var(--wpv2-text-primary, #fff);font-size:13px}.wpv2-global-search-copy small,.wpv2-global-search-empty{color:var(--wpv2-text-subtle, #8d9297);font-size:12px}.wpv2-global-search-empty{padding:12px}.wpv2-global-search-song-item{grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:0;cursor:default}.wpv2-global-search-song-item:hover{background:#ffffff14}.wpv2-global-search-song-main{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 4px 7px 8px;border:0;background:transparent;color:inherit;text-align:left;cursor:default}.wpv2-global-search-duration{color:var(--wpv2-text-subtle, #8d9297);font-size:12px;white-space:nowrap}.wpv2-global-search-more{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--wpv2-text-subtle, #8d9297);cursor:pointer}.wpv2-global-search-more:hover,.wpv2-global-search-more:focus-visible,.wpv2-global-search-more[aria-expanded=true]{outline:none;color:var(--wpv2-text-primary, #fff);background:#ffffff17}.wpv2-global-search-song-skeleton{display:grid}.wpv2-global-search-song-skeleton-row{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto 38px;align-items:center;gap:10px;min-height:56px;padding:7px 0 7px 8px}.wpv2-global-search-song-skeleton-shimmer{display:block;background:linear-gradient(110deg,#ffffff0b 25%,#ffffff17 42%,#ffffff0b 58%);background-size:220% 100%;animation:wpv2-library-shimmer 1.4s linear infinite}.wpv2-global-search-song-skeleton-art{width:42px;height:42px;border-radius:6px}.wpv2-global-search-song-skeleton-meta{min-width:0;display:grid;gap:7px}.wpv2-global-search-song-skeleton-title{width:min(62%,210px);height:11px;border-radius:4px}.wpv2-global-search-song-skeleton-artist{width:min(38%,125px);height:9px;border-radius:4px}.wpv2-global-search-song-skeleton-duration{width:32px;height:9px;border-radius:4px}.wpv2-global-search-song-skeleton-action{width:18px;height:18px;border-radius:50%;justify-self:center}.wpv2-library-cover-favorite-songs{color:#fff;background:linear-gradient(145deg,#6b2cff,#d64a71)}.wpv2-favorite-songs-view{--wpv2-favorite-songs-inset: clamp(32px, calc(20cqw - 208px) , 176px);box-sizing:border-box;min-height:100%;padding:0 0 120px;background:var(--wpv2-container-color)}.wpv2-favorite-songs-header{position:relative;isolation:isolate;display:grid;grid-template-columns:280px minmax(0,1fr);gap:30px;align-items:end;min-height:355px;padding:76px var(--wpv2-favorite-songs-inset) 34px;overflow:hidden;background:var(--wpv2-container-color)}.wpv2-favorite-songs-header:before{content:"";position:absolute;top:-70px;right:-70px;bottom:-70px;left:-70px;z-index:-2;background:radial-gradient(circle at 24% 34%,rgba(214,74,113,.72) 0,rgba(214,74,113,.18) 28%,transparent 52%),radial-gradient(circle at 74% 18%,rgba(107,44,255,.72) 0,rgba(107,44,255,.18) 30%,transparent 58%),linear-gradient(145deg,#6b2cff,#9233c8 44%,#d64a71);filter:blur(56px) saturate(1.18);transform:scale(1.12);opacity:.58}.wpv2-favorite-songs-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#0b081814,#0c0a183d 54%,#0c0d0f85),linear-gradient(90deg,#5a301275,#5d235338)}.wpv2-favorite-songs-hero-art{width:280px;aspect-ratio:1;display:grid;place-items:center;color:#fffffff0;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.18),transparent 32%),linear-gradient(145deg,#6b2cff,#9335c5 48%,#d64a71);border-radius:4px;box-shadow:0 8px 32px #00000080}.wpv2-favorite-songs-hero-art svg{width:42%;height:42%;filter:drop-shadow(0 6px 18px rgba(0,0,0,.18))}.wpv2-favorite-songs-copy{min-width:0;padding-bottom:2px}.wpv2-favorite-songs-header .wpv2-eyebrow{display:block;margin-bottom:8px;color:#fff;font-weight:700}.wpv2-favorite-songs-header h1{margin:0 0 14px;color:#f4f4f5;font-family:inherit;font-size:clamp(52px,6vw,92px);font-weight:800;line-height:.92;letter-spacing:-.04em;text-shadow:0 2px 18px rgba(0,0,0,.16)}.wpv2-favorite-songs-header p{margin:0 0 8px;max-width:720px;color:#c2c2c7;font-size:16px;line-height:1.45}.wpv2-favorite-songs-header .wpv2-favorite-songs-copy>span:last-child{color:#ffffffb8;font-size:13px}.wpv2-favorite-songs-body{position:relative;isolation:isolate;min-height:360px;padding:28px var(--wpv2-favorite-songs-inset) 34px;background:linear-gradient(180deg,rgba(67,35,34,.34) 0%,rgba(18,16,20,.94) 128px,var(--wpv2-container-color) 260px),var(--wpv2-container-color);overflow:hidden}.wpv2-favorite-songs-body:before{content:"";position:absolute;inset:0 0 auto;height:168px;z-index:-1;background:radial-gradient(circle at 20% 10%,rgba(214,74,113,.34),transparent 36%),radial-gradient(circle at 74% 0%,rgba(107,44,255,.3),transparent 40%),linear-gradient(145deg,#6b2cff47,#d64a7133);filter:blur(74px) saturate(1.08);opacity:.2;transform:scale(1.18);pointer-events:none}.wpv2-favorite-songs-view-toolbar{display:flex;justify-content:flex-end;align-items:center;min-height:40px;margin:0 0 14px}.wpv2-favorite-view-selector-menu button.is-selected,.wpv2-favorite-view-selector-menu button[aria-checked=true]{color:#ff3f1f}.wpv2-favorite-songs-grid{margin:0;display:grid;gap:12px}.wpv2-favorite-songs-grid.is-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wpv2-favorite-songs-grid.is-list{grid-template-columns:minmax(0,1fr)}.wpv2-favorite-song-card{min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:92px;padding:10px 14px 10px 10px;border:1px solid rgba(255,255,255,.045);border-radius:12px;background:linear-gradient(90deg,#ffffff29,#ffffff0d 24%,#11161bf0 64%,#0c1014fa);box-shadow:0 12px 26px #00000024;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.wpv2-favorite-song-card:hover,.wpv2-favorite-song-card:focus-within{transform:translateY(-1px);border-color:#ffffff14;box-shadow:0 14px 30px #0000002e}.wpv2-favorite-song-card.is-active{border-color:#ffffff14;box-shadow:0 16px 32px #00000038}.wpv2-favorite-song-cover{position:relative;width:64px;height:64px;padding:0;border:0;border-radius:4px;overflow:hidden;background:#090b0d}.wpv2-favorite-song-cover-image{width:100%;height:100%;object-fit:cover;display:block}.wpv2-favorite-song-cover-equalizer{position:absolute;left:0;right:0;bottom:0;height:17px;display:flex;align-items:end;justify-content:space-between;gap:1px;padding:0 3px 3px;background:linear-gradient(180deg,#0000,#000000c7)}.wpv2-favorite-song-cover-equalizer span{flex:1 1 0;min-width:2px;max-width:4px;height:6px;border-radius:999px;background:#ff6b2d;box-shadow:0 0 6px #ff6b2d59;opacity:.95;transform-origin:center bottom}.wpv2-favorite-song-cover-equalizer.is-playing span{animation:wpv2-favorite-equalizer 1.8s ease-in-out infinite}.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(1),.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(7){height:5px}.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(2),.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(10){height:8px}.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(3),.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(11){height:11px}.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(4),.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(8){height:7px}.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(5),.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(12){height:10px}.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(6),.wpv2-favorite-song-cover-equalizer:not(.is-playing) span:nth-child(9){height:6px}@keyframes wpv2-favorite-equalizer{0%,to{transform:scaleY(.45)}25%{transform:scaleY(1.05)}50%{transform:scaleY(.65)}75%{transform:scaleY(1.35)}}.wpv2-favorite-song-meta{min-width:0;display:grid;gap:4px;padding:0;border:0;background:transparent;text-align:left;color:inherit}.wpv2-favorite-song-meta strong,.wpv2-favorite-song-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-favorite-song-meta strong{color:var(--wpv2-text-primary);font-size:12.5px;font-weight:700}.wpv2-favorite-song-card.is-active .wpv2-favorite-song-title{color:#ff3f1f}.wpv2-favorite-song-meta span{color:var(--wpv2-text-muted);font-size:10.5px}.wpv2-favorite-song-actions{display:flex;align-items:center;gap:8px;justify-self:end;min-width:0}.wpv2-favorite-song-duration{white-space:nowrap;color:var(--wpv2-text-muted);font-size:11px;font-variant-numeric:tabular-nums}.wpv2-favorite-song-play-button{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:#ff4b2a;color:#fff;cursor:pointer;opacity:0;transform:translateY(8px) scale(.92);pointer-events:none;transition:transform .16s ease,filter .16s ease,opacity .16s ease}.wpv2-favorite-song-card:hover .wpv2-favorite-song-play-button,.wpv2-favorite-song-card:focus-within .wpv2-favorite-song-play-button,.wpv2-favorite-song-card.is-active .wpv2-favorite-song-play-button{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.wpv2-favorite-song-play-button:hover{filter:brightness(1.08)}.wpv2-favorite-song-play-button .lucide-play{transform:translate(1px)}.wpv2-favorite-song-play-button .lucide-pause{transform:none}.wpv2-favorite-song-more{width:34px;min-width:34px;height:34px;min-height:34px;display:grid;place-items:center;padding:0!important;border:0;border-radius:999px!important;background:transparent!important;box-shadow:none!important;color:#8a8a8a;cursor:pointer;transition:color .15s ease,background .15s ease}.wpv2-favorite-song-more:hover,.wpv2-favorite-song-more:focus-visible,.wpv2-favorite-song-more[aria-expanded=true]{outline:none;background:#ffffff0f!important;color:#fff}.wpv2-favorite-songs-state{padding:54px 8px;color:#8f949a;text-align:center}.wpv2-favorite-songs-pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding-top:26px}@media(max-width:1320px){.wpv2-favorite-songs-grid.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wpv2-favorite-song-card{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;min-height:84px;padding:10px}.wpv2-favorite-song-cover{width:58px;height:58px}.wpv2-favorite-song-actions{gap:5px}.wpv2-favorite-song-play-button{width:42px;height:42px;flex-basis:42px}}@media(max-width:900px){.wpv2-favorite-songs-view{padding-bottom:105px}.wpv2-favorite-songs-header{grid-template-columns:120px minmax(0,1fr);gap:16px;min-height:250px;padding-top:64px;padding-bottom:24px}.wpv2-favorite-songs-hero-art{width:120px}.wpv2-favorite-songs-header h1{font-size:clamp(34px,9vw,52px)}.wpv2-favorite-songs-header p{font-size:14px}.wpv2-favorite-songs-body{padding-top:22px}.wpv2-favorite-song-card{grid-template-columns:64px minmax(0,1fr) auto;gap:12px;min-height:86px;padding-right:12px}.wpv2-favorite-song-play-button{opacity:1;transform:none;pointer-events:auto;width:44px;height:44px;flex-basis:44px}}@media(max-width:640px){.wpv2-favorite-songs-grid.is-grid{grid-template-columns:1fr}.wpv2-favorite-song-card{grid-template-columns:58px minmax(0,1fr) auto;gap:10px;padding:10px}.wpv2-favorite-song-cover{width:58px;height:58px}.wpv2-favorite-song-actions{gap:6px}.wpv2-favorite-song-duration{display:none}}.wpv2-global-search-item-artist .wpv2-global-search-placeholder-artist{display:grid;place-items:center;border-radius:50%;color:#ffffffe0;background:linear-gradient(145deg,#34383d,#17191c)}.wpv2-global-search-item-artist .wpv2-global-search-placeholder-artist svg{width:20px;height:20px}.wpv2-search-artist-view{--wpv2-search-artist-inset: clamp(32px, calc(20cqw - 208px) , 176px);box-sizing:border-box;min-height:100%;padding:0 0 120px;background:var(--wpv2-container-color)}.wpv2-search-artist-header{position:relative;isolation:isolate;min-height:300px;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:end;gap:26px;padding:76px var(--wpv2-search-artist-inset) 34px;overflow:hidden;background:linear-gradient(145deg,#2e3540,#15181d 62%,var(--wpv2-container-color))}.wpv2-search-artist-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 22% 26%,rgba(121,132,150,.25),transparent 38%),linear-gradient(180deg,#ffffff0a,#00000038)}.wpv2-search-artist-back{position:absolute;top:22px;left:var(--wpv2-search-artist-inset);width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:#08090ab8;cursor:pointer}.wpv2-search-artist-back:hover{background:#08090ae6}.wpv2-search-artist-art{width:190px;height:190px;display:grid;place-items:center;border-radius:50%;color:#ffffffe6;background:linear-gradient(145deg,#4a515c,#17191d);box-shadow:0 12px 34px #0000006b}.wpv2-search-artist-copy{min-width:0;padding-bottom:4px}.wpv2-search-artist-copy .wpv2-eyebrow{display:block;margin-bottom:10px;color:#ffffffdb;font-size:12px;font-weight:700}.wpv2-search-artist-copy h1{margin:0 0 12px;color:#fff;font-size:clamp(48px,6vw,86px);line-height:.95;letter-spacing:-.045em;overflow-wrap:anywhere}.wpv2-search-artist-copy p{margin:0 0 9px;color:#ffffffad;font-size:14px}.wpv2-search-artist-copy>span:last-child{color:#ffffffc7;font-size:13px}.wpv2-search-artist-body{min-height:360px;padding:28px var(--wpv2-search-artist-inset) 34px;background:linear-gradient(180deg,rgba(31,35,42,.34),var(--wpv2-container-color) 190px)}.wpv2-search-artist-view-toolbar{display:flex;justify-content:flex-end;align-items:center;min-height:40px;margin:0 0 14px}.wpv2-search-artist-view-selector-menu button.is-selected,.wpv2-search-artist-view-selector-menu button[aria-checked=true]{color:#ff3f1f}.wpv2-search-artist-grid{margin:0;display:grid;gap:12px}.wpv2-search-artist-grid.is-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wpv2-search-artist-grid.is-list{grid-template-columns:minmax(0,1fr)}.wpv2-search-artist-song-card{min-width:0}.wpv2-search-artist-skeleton-card{pointer-events:none}.wpv2-search-artist-skeleton-shimmer{display:block;background:linear-gradient(110deg,#ffffff0b 25%,#ffffff17 42%,#ffffff0b 58%);background-size:220% 100%;animation:wpv2-library-shimmer 1.4s linear infinite}.wpv2-search-artist-skeleton-art{width:48px;height:48px;border-radius:7px}.wpv2-search-artist-skeleton-meta{min-width:0;display:grid;gap:7px}.wpv2-search-artist-skeleton-title{width:min(68%,280px);height:11px;border-radius:4px}.wpv2-search-artist-skeleton-artist{width:min(38%,150px);height:9px;border-radius:4px}.wpv2-search-artist-skeleton-duration{width:34px;height:9px;border-radius:4px}.wpv2-search-artist-skeleton-action{width:18px;height:18px;border-radius:50%;justify-self:center}.wpv2-search-artist-state{padding:54px 8px;color:#8f949a;text-align:center}.wpv2-search-artist-pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding-top:26px}@media(max-width:900px){.wpv2-search-artist-view{padding-bottom:105px}.wpv2-search-artist-header{min-height:auto;grid-template-columns:120px minmax(0,1fr);gap:18px;padding-top:76px}.wpv2-search-artist-art{width:120px;height:120px}.wpv2-search-artist-art svg{width:62px;height:62px}.wpv2-search-artist-copy h1{font-size:clamp(34px,9vw,52px)}.wpv2-search-artist-body{padding-top:22px}}.wpv2-topbar{position:relative}.wpv2-topbar>.wpv2-brand{grid-column:1}.wpv2-topbar>.wpv2-top-actions{grid-column:3;justify-self:end}.wpv2-topbar>.wpv2-search-wrap{position:absolute;left:50%;top:50%;width:clamp(340px,34vw,540px);max-width:calc(100% - 612px);transform:translate(-50%,-50%)}.wpv2-search{position:relative}.wpv2-search-clear{flex:0 0 auto;width:32px;height:32px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;color:var(--wpv2-text-secondary);background:transparent;cursor:pointer;transition:color .14s ease,background .14s ease}.wpv2-search-clear:hover,.wpv2-search-clear:focus-visible{color:var(--wpv2-text-primary);background:#ffffff14;outline:none}@media(max-width:1250px){.wpv2-topbar>.wpv2-search-wrap{width:clamp(300px,40vw,480px);max-width:calc(100% - var(--wpv2-sidebar-width, 252px) - 220px)}}@media(max-width:900px){.wpv2-topbar>.wpv2-brand{grid-column:1}.wpv2-topbar>.wpv2-search-wrap{grid-column:2;position:relative;left:auto;top:auto;width:100%;max-width:none;transform:none}.wpv2-topbar>.wpv2-top-actions{grid-column:3}}.wpv2-topbar .wpv2-search{background:#1f1f1f;border-color:#3a3a3a;color:#b3b3b3}.wpv2-topbar .wpv2-search input{color:#fff;font-size:15px;font-weight:500}.wpv2-topbar .wpv2-search input::placeholder{color:#b3b3b3;opacity:1;font-size:15px;font-weight:500}.wpv2-topbar .wpv2-search:hover{border-color:#727272;background:#242424}.wpv2-topbar .wpv2-search:focus-within{border-color:#fff;background:#242424}.wpv2-topbar .wpv2-search:focus-within input::placeholder{color:#c7c7c7}.wpv2-live-view{width:100%;height:100%;min-width:0;min-height:0}.wpv2-offline-view-snapshot{width:100%;height:100%;min-height:0;overflow:hidden}.wpv2-offline-view-snapshot>*{height:100%}.wpv2-search-wrap.is-disabled .wpv2-search{border-color:#ff5959;background:#9b19192e;color:#ff5959;border-radius:12px}.wpv2-search-wrap.is-disabled .wpv2-search svg{color:#ff5959;flex:0 0 auto}.wpv2-search-wrap.is-disabled .wpv2-search input{cursor:not-allowed!important;color:#ff5959!important;-webkit-text-fill-color:#ff5959!important;opacity:1!important;font-weight:700;filter:none!important}.wpv2-search-wrap.is-disabled .wpv2-search input::placeholder{color:#ff5959!important;-webkit-text-fill-color:#ff5959;opacity:1}.wpv2-root.is-offline .wpv2-sidebar,.wpv2-root.is-offline .wpv2-sidebar-resizer,.wpv2-root.is-offline .wpv2-right-rail-resizer{pointer-events:none;-webkit-user-select:none;user-select:none;cursor:not-allowed}.wpv2-root.is-offline .wpv2-topbar{cursor:not-allowed}.wpv2-root.is-offline .wpv2-topbar button,.wpv2-root.is-offline .wpv2-topbar input,.wpv2-root.is-offline .wpv2-topbar [role=button]{pointer-events:none}.wpv2-root.is-offline .wpv2-main-area button,.wpv2-root.is-offline .wpv2-main-area a,.wpv2-root.is-offline .wpv2-main-area input,.wpv2-root.is-offline .wpv2-main-area select,.wpv2-root.is-offline .wpv2-main-area textarea,.wpv2-root.is-offline .wpv2-main-area [role=button],.wpv2-root.is-offline .wpv2-main-area [role=menuitem],.wpv2-root.is-offline .wpv2-main-area [draggable=true]{pointer-events:none!important;-webkit-user-select:none;user-select:none}.wpv2-root.is-offline .wpv2-main-area{cursor:not-allowed}.wpv2-root.is-offline .wpv2-top-actions>*{opacity:.66}.wpv2-bottom-player.is-offline,.wpv2-right-rail.is-offline{cursor:default}.wpv2-bottom-player.is-offline button:not(:disabled),.wpv2-bottom-player.is-offline input:not(:disabled),.wpv2-right-rail.is-offline button:not(:disabled),.wpv2-right-rail.is-offline input:not(:disabled){cursor:pointer}.wpv2-bottom-player.is-offline button:disabled,.wpv2-bottom-player.is-offline input:disabled,.wpv2-right-rail.is-offline button:disabled,.wpv2-right-rail.is-offline input:disabled{cursor:not-allowed!important}.wpv2-root.is-offline .wpv2-sidebar *,.wpv2-root.is-offline .wpv2-main-area button,.wpv2-root.is-offline .wpv2-main-area a,.wpv2-root.is-offline .wpv2-main-area input,.wpv2-root.is-offline .wpv2-main-area select,.wpv2-root.is-offline .wpv2-main-area textarea,.wpv2-root.is-offline .wpv2-main-area [role=button],.wpv2-root.is-offline .wpv2-main-area [role=menuitem],.wpv2-root.is-offline .wpv2-main-area [draggable=true]{cursor:not-allowed!important}.wpv2-root.is-offline .wpv2-sidebar{pointer-events:auto;-webkit-user-select:none;user-select:none;cursor:not-allowed!important}.wpv2-root.is-offline .wpv2-sidebar button,.wpv2-root.is-offline .wpv2-sidebar a,.wpv2-root.is-offline .wpv2-sidebar input,.wpv2-root.is-offline .wpv2-sidebar [role=button],.wpv2-root.is-offline .wpv2-sidebar [tabindex]{pointer-events:none!important;cursor:not-allowed!important}.wpv2-root.is-offline .wpv2-main-area .wpv2-current-playlist-play-button,.wpv2-root.is-offline .wpv2-main-area .wpv2-current-playlist-shuffle-button{pointer-events:auto!important;-webkit-user-select:auto;user-select:auto;cursor:pointer!important}.wpv2-current-playlist-play-button svg{transform:none}.wpv2-current-playlist-play-button .lucide-play{transform:translate(1px)}.wpv2-current-playlist-play-button .lucide-pause{transform:none}.wpv2-current-playlist-column-header.is-compact{grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) minmax(0,1.35fr) var(--wpv2-song-inner-gap) minmax(140px,.9fr) var(--wpv2-song-gap) var(--wpv2-song-next-col) var(--wpv2-song-gap) var(--wpv2-song-duration-col) var(--wpv2-song-gap) var(--wpv2-song-actions-col);column-gap:0;padding-left:4px;padding-right:10px}.wpv2-current-playlist-column-header.is-compact .wpv2-col-index{grid-column:3}.wpv2-current-playlist-column-header.is-compact .wpv2-col-title{grid-column:5}.wpv2-current-playlist-column-header.is-compact .wpv2-col-artist{grid-column:7}.wpv2-current-playlist-column-header.is-compact .wpv2-col-duration{grid-column:11}.wpv2-current-playlist-column-header.is-compact .wpv2-col-actions{grid-column:13}.wpv2-current-playlist-column-header.is-list{grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) var(--wpv2-song-cover-col) var(--wpv2-song-inner-gap) minmax(0,1fr) var(--wpv2-song-gap) var(--wpv2-song-next-col) var(--wpv2-song-gap) var(--wpv2-song-duration-col) var(--wpv2-song-gap) var(--wpv2-song-actions-col)}.wpv2-current-playlist-column-header.is-compact{grid-template-columns:var(--wpv2-song-drag-col) var(--wpv2-song-gap) var(--wpv2-song-index-col) var(--wpv2-song-inner-gap) minmax(0,1.35fr) var(--wpv2-song-inner-gap) minmax(140px,.9fr) var(--wpv2-song-gap) var(--wpv2-song-next-col) var(--wpv2-song-gap) var(--wpv2-song-duration-col) var(--wpv2-song-gap) var(--wpv2-song-actions-col)}.wpv2-current-playlist-column-header.is-list .wpv2-col-duration,.wpv2-current-playlist-column-header.is-compact .wpv2-col-duration{grid-column:11}.wpv2-current-playlist-column-header.is-list .wpv2-col-actions,.wpv2-current-playlist-column-header.is-compact .wpv2-col-actions{grid-column:13}.wpv2-current-playlist-column-header.is-compact .wpv2-col-duration{grid-column:11 / 13;width:var(--wpv2-song-duration-col);justify-self:end;text-align:center}.wpv2-current-playlist-column-header.is-compact .wpv2-col-duration{box-sizing:border-box;padding-left:32px}.wpv2-current-playlist-hero-skeleton{width:100%}.wpv2-current-playlist-hero-skeleton-cover{width:220px;aspect-ratio:1;flex:0 0 220px;border-radius:4px}.wpv2-current-playlist-hero-skeleton-copy{min-width:0;flex:1 1 auto;display:grid;align-content:end;gap:14px}.wpv2-current-playlist-hero-skeleton-kicker{width:58px;height:12px;border-radius:4px}.wpv2-current-playlist-hero-skeleton-title{width:min(72%,720px);height:clamp(48px,5.6vw,82px);border-radius:8px}.wpv2-current-playlist-hero-skeleton-description{width:min(40%,330px);height:13px;border-radius:4px}.wpv2-current-playlist-hero-skeleton-meta{width:min(34%,280px);height:12px;border-radius:4px}.wpv2-current-playlist-actions-skeleton{gap:10px}.wpv2-current-playlist-action-skeleton-play{width:58px;height:58px;border-radius:50%}.wpv2-current-playlist-action-skeleton-icon{width:44px;height:44px;border-radius:10px}.wpv2-current-playlist-action-skeleton-view{width:92px;height:36px;margin-left:auto;border-radius:8px}@media(max-width:900px){.wpv2-current-playlist-hero-skeleton-cover{width:160px;flex-basis:160px}.wpv2-current-playlist-hero-skeleton-title{height:52px}}.wpv2-current-playlist-skeleton-list{padding-top:5px}.wpv2-current-playlist-skeleton-row{display:grid;grid-template-columns:var(--wpv2-song-drag-col) minmax(0,1fr) var(--wpv2-song-duration-col) var(--wpv2-song-actions-col);column-gap:var(--wpv2-song-gap);align-items:center;width:100%;box-sizing:border-box;border-radius:6px;padding-left:4px;padding-right:10px}.wpv2-current-playlist-list.is-list .wpv2-current-playlist-skeleton-row{min-height:58px;padding-top:5px;padding-bottom:5px}.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-skeleton-row{min-height:42px;padding-top:2px;padding-bottom:2px}.wpv2-current-playlist-skeleton-main{display:grid;align-items:center;min-width:0}.wpv2-current-playlist-skeleton-main.is-list{grid-template-columns:var(--wpv2-song-index-col) var(--wpv2-song-cover-col) minmax(0,1fr);column-gap:var(--wpv2-song-inner-gap)}.wpv2-current-playlist-skeleton-main.is-compact{grid-template-columns:var(--wpv2-song-index-col) minmax(0,1.35fr) minmax(140px,.9fr);column-gap:var(--wpv2-song-inner-gap)}.wpv2-current-playlist-skeleton-copy{min-width:0;display:grid;gap:6px}.wpv2-current-playlist-skeleton-shimmer{display:block;background:linear-gradient(110deg,#ffffff0b 25%,#ffffff17 42%,#ffffff0b 58%);background-size:220% 100%;animation:wpv2-library-shimmer 1.4s linear infinite}.wpv2-current-playlist-skeleton-index{width:12px;height:10px;border-radius:4px;justify-self:center}.wpv2-current-playlist-skeleton-art{width:var(--wpv2-song-cover-col);height:var(--wpv2-song-cover-col);border-radius:7px}.wpv2-current-playlist-skeleton-title{width:min(72%,240px);height:11px;border-radius:4px}.wpv2-current-playlist-skeleton-artist{width:min(54%,160px);height:10px;border-radius:4px}.wpv2-current-playlist-skeleton-duration{width:38px;height:10px;border-radius:4px;justify-self:center}.wpv2-current-playlist-skeleton-actions{display:grid;grid-template-columns:34px 34px 34px;gap:2px;justify-content:end;align-items:center;width:var(--wpv2-song-actions-col);min-width:var(--wpv2-song-actions-col)}.wpv2-current-playlist-skeleton-action{width:20px;height:20px;border-radius:50%;justify-self:center}@media(max-width:720px){.wpv2-current-playlist-skeleton-main.is-compact{grid-template-columns:var(--wpv2-song-index-col) minmax(0,1fr)}.wpv2-current-playlist-skeleton-main.is-compact .wpv2-current-playlist-skeleton-artist{display:none}}.wpv2-global-search-history{padding:2px 0}.wpv2-global-search-history-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5px 8px 7px;color:var(--wpv2-text-subtle, #8d9297);font-size:12px;font-weight:700}.wpv2-global-search-history-header button{display:inline-flex;align-items:center;gap:5px;border:0;padding:4px 6px;border-radius:6px;background:transparent;color:var(--wpv2-text-subtle, #8d9297);font:inherit;font-weight:600;cursor:pointer}.wpv2-global-search-history-header button:hover,.wpv2-global-search-history-header button:focus-visible{outline:none;color:var(--wpv2-text-primary, #fff);background:#ffffff0f}.wpv2-global-search-history-list{display:grid;gap:2px}.wpv2-global-search-history-item{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;border-radius:8px}.wpv2-global-search-history-item:hover,.wpv2-global-search-history-item:focus-within,.wpv2-global-search-history-item.is-keyboard-active{background:#ffffff12}.wpv2-global-search-history-main{min-width:0;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;border:0;padding:9px 8px;background:transparent;color:var(--wpv2-text-primary, #fff);text-align:left;cursor:pointer}.wpv2-global-search-history-main svg{color:var(--wpv2-text-subtle, #8d9297)}.wpv2-global-search-history-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.wpv2-global-search-history-remove{width:28px;height:28px;display:inline-grid;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--wpv2-text-subtle, #8d9297);cursor:pointer}.wpv2-global-search-history-remove:hover,.wpv2-global-search-history-remove:focus-visible{outline:none;color:var(--wpv2-text-primary, #fff);background:#ffffff14}.wpv2-popup-menu button:has(.wpv2-playlist-option-label){display:flex;align-items:center}.wpv2-popup-menu button:has(.wpv2-playlist-option-label)>svg{margin-left:auto;flex:0 0 auto}.wpv2-now-art.has-cover{background-color:transparent;background-position:center;background-size:cover;background-repeat:no-repeat}.wpv2-now-art.has-cover.is-default-cover{background-size:106% auto}.wpv2-now-art{border:1px solid rgba(255,255,255,.055);box-sizing:border-box}.wpv2-rail-time>span{color:#fff;font-size:12px;line-height:1.2;font-variant-numeric:tabular-nums}.wpv2-queue-item-current{width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:5px 2px;border-radius:7px;cursor:pointer;font-family:inherit}.wpv2-queue-item-current:hover,.wpv2-queue-item-current:focus-visible{background:#ffffff0e;outline:none}.wpv2-queue-item-current .wpv2-queue-cover{box-shadow:none}.wpv2-queue-current-title{color:#ff3f1f!important}.wpv2-queue-current-cover{position:relative;overflow:hidden}.wpv2-queue-current-play-toggle{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;background:#00000073;color:#fff;opacity:0;transition:opacity .14s ease;pointer-events:none}.wpv2-queue-item-current:hover .wpv2-queue-current-play-toggle,.wpv2-queue-item-current:focus-visible .wpv2-queue-current-play-toggle{opacity:1}.wpv2-queue-current-play-toggle svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.wpv2-queue-current-cover.is-advertisement{background:radial-gradient(circle at 18% 18%,rgba(255,63,31,.16),rgba(255,63,31,.03) 45%,transparent 75%),linear-gradient(135deg,#310a07f5,#0f0808fa);border:1px solid rgba(255,63,31,.26)}.wpv2-queue-ad-cover-mark{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#ff3f1f;font-weight:800;font-size:16px;letter-spacing:.08em}.wpv2-queue-current-ad-label{color:#ff3f1f!important;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px}.wpv2-queue-current-title.is-advertisement{color:#f3f5f7!important}.wpv2-queue-cover-playing-bars{position:absolute;left:0;right:0;bottom:0;height:17px;display:flex;align-items:end;justify-content:space-between;gap:1px;padding:0 3px 3px;background:linear-gradient(180deg,#0000,#000000c7);pointer-events:none}.wpv2-queue-cover-playing-bars i{flex:1 1 0;min-width:1px;max-width:3px;height:6px;border-radius:999px;background:#ff3f1f;box-shadow:0 0 6px #ff3f1f59;opacity:.95;transform-origin:center bottom}.wpv2-queue-cover-playing-bars.is-playing i{animation:wpv2-favorite-equalizer 1.8s ease-in-out infinite}.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(1),.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(7){height:5px}.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(2),.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(10){height:8px}.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(3),.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(11){height:11px}.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(4),.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(8){height:7px}.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(5),.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(12){height:10px}.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(6),.wpv2-queue-cover-playing-bars:not(.is-playing) i:nth-child(9){height:6px}.wpv2-queue-card{gap:14px}.wpv2-queue-current-block,.wpv2-queue-upcoming-block{display:grid;gap:10px;min-height:0}.wpv2-queue-current-block{margin-bottom:0}.wpv2-queue-section-title{display:block}.wpv2-queue-upcoming-block{flex:1 1 auto;min-height:0;padding-top:0}.wpv2-queue-item-current{margin:0}.wpv2-queue-upcoming-block{align-content:start}.wpv2-queue-upcoming-block .wpv2-queue-list{gap:5px;padding-right:14px;scrollbar-gutter:stable}.wpv2-queue-skeleton-item{cursor:default;pointer-events:none}.wpv2-queue-skeleton-meta{gap:7px}.wpv2-queue-skeleton-line{display:block;border-radius:999px}.wpv2-queue-skeleton-shimmer{background:linear-gradient(110deg,#101315 25%,#171b1e 42%,#101315 58%);background-size:220% 100%;animation:wpv2-library-shimmer 1.4s linear infinite}.wpv2-queue-skeleton-line-title{width:min(160px,85%);height:12px}.wpv2-queue-skeleton-line-subtitle{width:min(110px,58%);height:10px}.wpv2-queue-skeleton-line-time{width:34px;height:10px;justify-self:end}.wpv2-bottom-player.is-advertisement .wpv2-song-meta>strong,.wpv2-bottom-player.is-advertisement .wpv2-bottom-ad-title{color:#f3f5f7}.wpv2-bottom-player.is-advertisement .wpv2-bottom-ad-label{color:#ff3f1f}.wpv2-bottom-player.is-advertisement .wpv2-volume-wrap,.wpv2-bottom-player.is-advertisement .wpv2-volume,.wpv2-bottom-player.is-advertisement .wpv2-bottom-tools>button:first-child{pointer-events:none;opacity:.45}.wpv2-bottom-player.is-advertisement .wpv2-song-art.is-advertisement *,.wpv2-bottom-player.is-advertisement .wpv2-song-art.is-advertisement:before,.wpv2-bottom-player.is-advertisement .wpv2-song-art.is-advertisement:after{animation:none!important}.wpv2-queue-item-current.is-advertisement .wpv2-queue-cover-playing-bars{display:none!important}.wpv2-home-view .wpv2-category-section-title button,.wpv2-home-view .wpv2-home-playlists-recent-section .wpv2-section-title button,.wpv2-home-view .wpv2-home-recent-section .wpv2-section-title button{color:#8a8a8a;font-size:var(--wpv2-font-body);font-weight:800;text-decoration:none}.wpv2-home-view .wpv2-category-section-title button span,.wpv2-home-view .wpv2-home-playlists-recent-section .wpv2-section-title button span,.wpv2-home-view .wpv2-home-recent-section .wpv2-section-title button span{color:inherit!important}.wpv2-home-view .wpv2-category-section-title button:hover,.wpv2-home-view .wpv2-category-section-title button:focus-visible,.wpv2-home-view .wpv2-home-playlists-recent-section .wpv2-section-title button:hover,.wpv2-home-view .wpv2-home-playlists-recent-section .wpv2-section-title button:focus-visible,.wpv2-home-view .wpv2-home-recent-section .wpv2-section-title button:hover,.wpv2-home-view .wpv2-home-recent-section .wpv2-section-title button:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:2px}.wpv2-home-recommended-section{padding:0;margin-top:8px;margin-bottom:30px}.wpv2-home-playlist-carousel-section{margin-bottom:30px}.wpv2-home-playlist-carousel-title{margin-bottom:14px;padding:0 2px}.wpv2-home-playlist-row-wrap{position:relative;min-width:0}.wpv2-home-playlist-row{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:0 2px 4px;scrollbar-width:none}.wpv2-home-playlist-row::-webkit-scrollbar{display:none}.wpv2-home-playlist-row>.wpv2-playlist-card,.wpv2-home-playlist-row>.wpv2-library-skeleton{flex:0 0 var(--wpv2-home-card-width);width:var(--wpv2-home-card-width)}.wpv2-home-playlist-row.is-expanded{display:grid;grid-template-columns:repeat(5,minmax(135px,1fr));overflow:visible}.wpv2-home-playlist-row.is-expanded>.wpv2-playlist-card,.wpv2-home-playlist-row.is-expanded>.wpv2-library-skeleton{width:auto}.wpv2-home-view .wpv2-home-playlist-carousel-title button{color:#8a8a8a;font-size:var(--wpv2-font-body);font-weight:800;text-decoration:none}.wpv2-home-view .wpv2-home-playlist-carousel-title button span{color:inherit!important}.wpv2-home-view .wpv2-home-playlist-carousel-title button:hover,.wpv2-home-view .wpv2-home-playlist-carousel-title button:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:2px}@media(max-width:1250px){.wpv2-home-playlist-row.is-expanded{grid-template-columns:repeat(4,minmax(130px,1fr))}}@media(max-width:900px){.wpv2-home-playlist-row>.wpv2-playlist-card,.wpv2-home-playlist-row>.wpv2-library-skeleton{flex-basis:155px;width:155px}.wpv2-home-playlist-row.is-expanded{grid-template-columns:repeat(2,minmax(125px,1fr));gap:12px}.wpv2-home-playlist-row.is-expanded>.wpv2-playlist-card,.wpv2-home-playlist-row.is-expanded>.wpv2-library-skeleton{width:auto}}.wpv2-favorite-songs-view{container-type:inline-size;container-name:favorite-songs}@container favorite-songs (max-width: 1080px){.wpv2-favorite-songs-header{grid-template-columns:220px minmax(0,1fr);gap:24px;min-height:315px;padding-top:64px;padding-bottom:30px}.wpv2-favorite-songs-hero-art{width:220px}.wpv2-favorite-songs-header h1{font-size:clamp(40px,6.3cqw,68px)}}@container favorite-songs (max-width: 1180px){.wpv2-favorite-songs-grid.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container favorite-songs (max-width: 820px){.wpv2-favorite-songs-header{grid-template-columns:168px minmax(0,1fr);gap:20px;min-height:268px;padding-top:48px;padding-bottom:26px}.wpv2-favorite-songs-hero-art{width:168px}.wpv2-favorite-songs-header .wpv2-eyebrow{margin-bottom:6px;font-size:11px}.wpv2-favorite-songs-header h1{margin-bottom:10px;font-size:clamp(38px,8cqw,54px)}.wpv2-favorite-songs-header p{margin-bottom:6px;font-size:13px}.wpv2-favorite-songs-header .wpv2-favorite-songs-copy>span:last-child{font-size:11px}.wpv2-favorite-songs-body{padding-top:22px}.wpv2-favorite-songs-grid.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wpv2-favorite-song-card{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;min-height:84px;padding:10px}.wpv2-favorite-song-cover{width:58px;height:58px}.wpv2-favorite-song-actions{gap:5px}.wpv2-favorite-song-play-button{width:42px;height:42px;flex-basis:42px}}@container favorite-songs (max-width: 620px){.wpv2-favorite-songs-view{--wpv2-favorite-songs-inset: 16px}.wpv2-favorite-songs-header{grid-template-columns:118px minmax(0,1fr);gap:14px;min-height:210px;padding-top:34px;padding-bottom:22px}.wpv2-favorite-songs-hero-art{width:118px}.wpv2-favorite-songs-header .wpv2-eyebrow{margin-bottom:4px;font-size:9px}.wpv2-favorite-songs-header h1{margin-bottom:8px;font-size:clamp(30px,9cqw,42px);line-height:.95}.wpv2-favorite-songs-header p{margin-bottom:5px;font-size:11px;line-height:1.35}.wpv2-favorite-songs-header .wpv2-favorite-songs-copy>span:last-child{font-size:10px}.wpv2-favorite-songs-body{padding-top:18px;padding-bottom:26px}.wpv2-favorite-songs-grid.is-grid{grid-template-columns:1fr}.wpv2-favorite-song-card{grid-template-columns:58px minmax(0,1fr) auto;gap:10px;min-height:78px;padding:9px 10px 9px 9px}.wpv2-favorite-song-cover{width:54px;height:54px}.wpv2-favorite-song-play-button{width:40px;height:40px;flex-basis:40px}.wpv2-favorite-song-duration{font-size:10px}}@container favorite-songs (max-width: 430px){.wpv2-favorite-songs-header{grid-template-columns:90px minmax(0,1fr);gap:12px;min-height:174px;padding:28px 14px 18px}.wpv2-favorite-songs-hero-art{width:90px}.wpv2-favorite-songs-header h1{font-size:clamp(25px,9.5cqw,34px)}.wpv2-favorite-songs-header p{display:none}.wpv2-favorite-songs-body{padding-left:12px;padding-right:12px}}.wpv2-home-view,.wpv2-history-view,.wpv2-library-category-view,.wpv2-favorite-songs-view,.wpv2-search-artist-view{--wpv2-shared-fluid-inset: clamp(32px, calc(20cqw - 208px) , 176px)}.wpv2-home-view,.wpv2-history-view{--wpv2-page-content-inset: var(--wpv2-shared-fluid-inset)}.wpv2-library-category-view{--wpv2-category-content-inset: var(--wpv2-shared-fluid-inset)}.wpv2-favorite-songs-view{--wpv2-favorite-songs-inset: var(--wpv2-shared-fluid-inset)}.wpv2-search-artist-view{--wpv2-search-artist-inset: var(--wpv2-shared-fluid-inset)}.wpv2-current-playlist-view{container-type:inline-size;container-name:current-playlist}.wpv2-library-category-view{container-type:inline-size;container-name:library-category}.wpv2-search-artist-view{container-type:inline-size;container-name:search-artist}@container current-playlist (max-width: 1320px){.wpv2-current-playlist-hero-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.08;overflow-wrap:normal;word-break:normal}}@container current-playlist (max-width: 1080px){.wpv2-current-playlist-hero{min-height:315px;padding-top:18px;padding-bottom:24px}.wpv2-current-playlist-hero-content{gap:22px}.wpv2-current-playlist-cover{width:200px;height:200px;flex-basis:200px}.wpv2-current-playlist-copy h1{margin-bottom:14px;font-size:clamp(44px,7.5cqw,72px)}}@container current-playlist (max-width: 820px){.wpv2-current-playlist-hero{min-height:270px;padding-top:16px;padding-bottom:22px}.wpv2-current-playlist-nav{margin-bottom:14px}.wpv2-current-playlist-hero-content{gap:18px}.wpv2-current-playlist-cover{width:158px;height:158px;flex-basis:158px}.wpv2-current-playlist-kicker{margin-bottom:6px;font-size:11px}.wpv2-current-playlist-copy h1{margin-bottom:10px;font-size:clamp(34px,6.3cqw,52px)}.wpv2-current-playlist-copy p{margin-bottom:8px;font-size:12px}.wpv2-current-playlist-meta-line{font-size:11px}}@container current-playlist (max-width: 620px){.wpv2-current-playlist-hero{min-height:215px;padding-top:14px;padding-bottom:18px}.wpv2-current-playlist-hero-content{gap:14px}.wpv2-current-playlist-cover{width:118px;height:118px;flex-basis:118px}.wpv2-current-playlist-copy h1{margin-bottom:8px;font-size:clamp(28px,6.5cqw,40px);line-height:1.02}.wpv2-current-playlist-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11px}.wpv2-current-playlist-meta-line{font-size:10px}}@container current-playlist (max-width: 430px){.wpv2-current-playlist-hero{min-height:174px;padding-left:14px;padding-right:14px}.wpv2-current-playlist-hero-content{gap:12px}.wpv2-current-playlist-cover{width:90px;height:90px;flex-basis:90px}.wpv2-current-playlist-copy h1{font-size:clamp(24px,9.5cqw,34px)}.wpv2-current-playlist-copy p{display:none}}@container library-category (max-width: 1080px){.wpv2-library-category-view .wpv2-library-category-header{grid-template-columns:220px minmax(0,1fr);gap:24px;min-height:315px;padding-top:64px;padding-bottom:30px}.wpv2-library-category-view .wpv2-library-category-hero-art{width:220px}.wpv2-library-category-view .wpv2-library-category-header h1{font-size:clamp(44px,7.5cqw,72px)}}@container library-category (max-width: 820px){.wpv2-library-category-view .wpv2-library-category-header{grid-template-columns:168px minmax(0,1fr);gap:20px;min-height:268px;padding-top:54px;padding-bottom:26px}.wpv2-library-category-view .wpv2-library-category-hero-art{width:168px}.wpv2-library-category-view .wpv2-library-category-header .wpv2-eyebrow{margin-bottom:6px;font-size:11px}.wpv2-library-category-view .wpv2-library-category-header h1{margin-bottom:10px;font-size:clamp(38px,8cqw,54px)}.wpv2-library-category-view .wpv2-library-category-header p{margin-bottom:6px;font-size:13px}}@container library-category (max-width: 620px){.wpv2-library-category-view{--wpv2-category-content-inset: 16px}.wpv2-library-category-view .wpv2-library-category-header{grid-template-columns:118px minmax(0,1fr);gap:14px;min-height:210px;padding-top:42px;padding-bottom:22px}.wpv2-library-category-view .wpv2-library-category-hero-art{width:118px}.wpv2-library-category-view .wpv2-library-category-header .wpv2-eyebrow{margin-bottom:4px;font-size:9px}.wpv2-library-category-view .wpv2-library-category-header h1{margin-bottom:8px;font-size:clamp(30px,9cqw,42px);line-height:.95}.wpv2-library-category-view .wpv2-library-category-header p{margin-bottom:5px;font-size:11px;line-height:1.35}.wpv2-library-category-view .wpv2-library-category-header .wpv2-library-count{font-size:10px}.wpv2-library-category-body{padding-top:18px}}@container library-category (max-width: 430px){.wpv2-library-category-view .wpv2-library-category-header{grid-template-columns:90px minmax(0,1fr);gap:12px;min-height:174px;padding:36px 14px 18px}.wpv2-library-category-back{left:14px;top:10px}.wpv2-library-category-view .wpv2-library-category-hero-art{width:90px}.wpv2-library-category-view .wpv2-library-category-header h1{font-size:clamp(25px,9.5cqw,34px)}.wpv2-library-category-view .wpv2-library-category-header p{display:none}.wpv2-library-category-body{padding-left:12px;padding-right:12px}}@container search-artist (max-width: 1080px){.wpv2-search-artist-header{grid-template-columns:180px minmax(0,1fr);gap:24px;min-height:300px;padding-top:64px;padding-bottom:30px}.wpv2-search-artist-art{width:180px;height:180px}.wpv2-search-artist-copy h1{font-size:clamp(44px,7.5cqw,72px)}}@container search-artist (max-width: 1180px){.wpv2-search-artist-grid.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container search-artist (max-width: 820px){.wpv2-search-artist-header{grid-template-columns:150px minmax(0,1fr);gap:20px;min-height:250px;padding-top:54px;padding-bottom:26px}.wpv2-search-artist-art{width:150px;height:150px}.wpv2-search-artist-art svg{width:70px;height:70px}.wpv2-search-artist-copy .wpv2-eyebrow{margin-bottom:6px;font-size:11px}.wpv2-search-artist-copy h1{margin-bottom:10px;font-size:clamp(38px,8cqw,54px)}.wpv2-search-artist-copy p{margin-bottom:6px;font-size:12px}}@container search-artist (max-width: 620px){.wpv2-search-artist-grid.is-grid{grid-template-columns:1fr}}@container search-artist (max-width: 620px){.wpv2-search-artist-view{--wpv2-search-artist-inset: 16px}.wpv2-search-artist-header{grid-template-columns:112px minmax(0,1fr);gap:14px;min-height:204px;padding-top:42px;padding-bottom:20px}.wpv2-search-artist-art{width:112px;height:112px}.wpv2-search-artist-art svg{width:52px;height:52px}.wpv2-search-artist-copy h1{margin-bottom:8px;font-size:clamp(30px,9cqw,42px)}.wpv2-search-artist-copy p{font-size:11px}.wpv2-search-artist-copy>span:last-child{font-size:10px}.wpv2-search-artist-body{padding-top:18px}}@container search-artist (max-width: 430px){.wpv2-search-artist-header{grid-template-columns:86px minmax(0,1fr);gap:12px;min-height:168px;padding:36px 14px 18px}.wpv2-search-artist-back{left:14px;top:10px}.wpv2-search-artist-art{width:86px;height:86px}.wpv2-search-artist-art svg{width:40px;height:40px}.wpv2-search-artist-copy h1{font-size:clamp(25px,9.5cqw,34px)}.wpv2-search-artist-copy p{display:none}.wpv2-search-artist-body{padding-left:12px;padding-right:12px}}.wpv2-home-recent-section .wpv2-recent-grid,.wpv2-history-songs-section .wpv2-history-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wpv2-home-recent-section .wpv2-recent-song-card,.wpv2-history-songs-section .wpv2-recent-song-card{min-width:0}@media(max-width:1320px){.wpv2-home-recent-section .wpv2-recent-grid,.wpv2-history-songs-section .wpv2-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.wpv2-home-recent-section .wpv2-recent-grid,.wpv2-history-songs-section .wpv2-history-grid{grid-template-columns:1fr}}.wpv2-home-view,.wpv2-history-view{container-type:inline-size}.wpv2-home-view{container-name:home-view}.wpv2-history-view{container-name:history-view}@container (max-width: 1080px){.wpv2-home-recent-section .wpv2-recent-grid,.wpv2-history-songs-section .wpv2-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 680px){.wpv2-home-recent-section .wpv2-recent-grid,.wpv2-history-songs-section .wpv2-history-grid{grid-template-columns:1fr}}.wpv2-current-playlist-copy .wpv2-current-playlist-hero-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;word-break:normal;line-height:1.1;padding-top:.02em;padding-bottom:.14em;box-sizing:content-box}.wpv2-home-view.wpv2-home-legacy-layout{--wpv2-page-content-inset: clamp(12px, 7cqw, 96px)}.wpv2-main-area{container-type:inline-size;container-name:wpv2-center-main}.wpv2-current-playlist-view{--wpv2-playlist-content-inset: clamp(32px, calc(20cqw - 208px) , 176px)}.wpv2-home-view.wpv2-home-legacy-layout,.wpv2-history-view{--wpv2-page-content-inset: clamp(32px, calc(20cqw - 208px) , 176px)}.wpv2-library-category-view{--wpv2-category-content-inset: clamp(32px, calc(20cqw - 208px) , 176px)}.wpv2-favorite-songs-view{--wpv2-favorite-songs-inset: clamp(32px, calc(20cqw - 208px) , 176px)}.wpv2-search-artist-view{--wpv2-search-artist-inset: clamp(32px, calc(20cqw - 208px) , 176px)}@media(min-width:901px){.wpv2-root{grid-template-columns:min(var(--wpv2-sidebar-width),clamp(150px,calc(34vw - 250px),420px)) minmax(0,1fr) min(var(--wpv2-right-rail-width),clamp(230px,calc(23vw - 35px),440px));grid-template-areas:"top top top" "side main rail" "player player player"}.wpv2-topbar{grid-template-columns:min(var(--wpv2-sidebar-width),clamp(150px,calc(34vw - 250px),420px)) minmax(280px,440px) 1fr}.wpv2-right-rail{display:grid}.wpv2-sidebar{display:flex;flex-direction:column;min-height:0}.wpv2-sidebar-resizer{display:block;left:calc(min(var(--wpv2-sidebar-width),clamp(150px,calc(34vw - 250px),420px)) + 1px)}.wpv2-right-rail-resizer{display:block;right:calc(min(var(--wpv2-right-rail-width),clamp(230px,calc(23vw - 35px),440px)) + 4px)}}.wpv2-current-playlist-row.is-next{box-shadow:none}.wpv2-current-playlist-next-badge,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-next-badge{color:#4ade80;border-color:#4ade8061;background:#4ade801a}.wpv2-current-playlist-row.is-next .wpv2-current-playlist-title,.wpv2-queue-item.is-next .wpv2-queue-meta strong{color:#4ade80}@keyframes wpv2-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wpv2-skeleton-block,.wpv2-library-skeleton,.wpv2-search-artist-skeleton-shimmer,.wpv2-current-playlist-skeleton-shimmer,.wpv2-global-search-song-skeleton-shimmer,.wpv2-queue-skeleton-shimmer{background:linear-gradient(110deg,#111518 22%,#1a2024,#111518 58%);background-size:240% 100%;animation:wpv2-skeleton-shimmer 1.55s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.wpv2-skeleton-block,.wpv2-library-skeleton,.wpv2-search-artist-skeleton-shimmer,.wpv2-current-playlist-skeleton-shimmer,.wpv2-global-search-song-skeleton-shimmer,.wpv2-queue-skeleton-shimmer{animation:none!important;background-position:50% 0}}.wpv2-skeleton-playlist-card{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.035);border-radius:12px;padding:0 0 12px;background:linear-gradient(180deg,#111518,#0c0f11)}.wpv2-skeleton-playlist-cover{display:block;width:100%;aspect-ratio:1 / 1;border-radius:0}.wpv2-skeleton-playlist-title{display:block;width:68%;height:12px;margin:11px 11px 0;border-radius:999px}.wpv2-skeleton-playlist-description{display:block;width:48%;height:9px;margin:7px 11px 0;border-radius:999px}.wpv2-skeleton-category-card{min-width:0;display:grid;gap:10px}.wpv2-skeleton-category-cover{display:block;width:100%;aspect-ratio:1 / 1;border-radius:10px}.wpv2-skeleton-category-card.is-featured .wpv2-skeleton-category-cover{min-height:190px;aspect-ratio:auto}.wpv2-skeleton-category-meta{display:grid;gap:6px;padding:0 2px}.wpv2-skeleton-category-title{display:block;width:60%;height:12px;border-radius:999px}.wpv2-skeleton-category-description{display:block;width:82%;height:9px;border-radius:999px}.wpv2-skeleton-explore-card{position:relative;min-width:0;min-height:150px;aspect-ratio:1.82 / 1;overflow:hidden;border-radius:10px;background:#111518}.wpv2-skeleton-explore-title{position:absolute;top:18px;left:18px;width:44%;height:20px;border-radius:999px}.wpv2-skeleton-explore-art{position:absolute;right:-10px;bottom:-16px;width:116px;height:116px;border-radius:12px}.wpv2-skeleton-song-card{min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:92px;padding:10px 14px 10px 10px;border:1px solid rgba(255,255,255,.045);border-radius:12px;background:linear-gradient(90deg,#ffffff17,#11161bf0 60%,#0c1014fa)}.wpv2-skeleton-song-cover{width:64px;height:64px;border-radius:4px}.wpv2-skeleton-song-meta{min-width:0;display:grid;gap:7px}.wpv2-skeleton-song-title{display:block;width:min(72%,180px);height:12px;border-radius:999px}.wpv2-skeleton-song-artist{display:block;width:min(46%,115px);height:9px;border-radius:999px}.wpv2-skeleton-song-actions{display:flex;align-items:center;gap:8px}.wpv2-skeleton-song-play{width:48px;height:48px;border-radius:50%;opacity:.72}.wpv2-skeleton-song-duration{width:32px;height:9px;border-radius:999px}.wpv2-skeleton-song-more{width:20px;height:20px;border-radius:50%}.wpv2-skeleton-song-card.is-list{width:100%}.wpv2-skeleton-detail-hero{position:relative;min-height:300px;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:end;gap:24px;padding:64px var(--wpv2-category-content-inset, 40px) 30px}.wpv2-skeleton-detail-back{position:absolute;top:18px;left:var(--wpv2-category-content-inset, 40px);width:40px;height:40px;border-radius:50%}.wpv2-skeleton-detail-cover{width:190px;aspect-ratio:1 / 1;border-radius:6px}.wpv2-skeleton-detail-copy{display:grid;gap:12px;padding-bottom:5px}.wpv2-skeleton-detail-kicker{width:72px;height:10px;border-radius:999px}.wpv2-skeleton-detail-title{width:min(72%,560px);height:clamp(38px,5cqw,68px);border-radius:8px}.wpv2-skeleton-detail-description{width:min(56%,420px);height:12px;border-radius:999px}.wpv2-skeleton-detail-meta{width:110px;height:10px;border-radius:999px}.wpv2-home-loading-layout{display:grid;gap:34px}.wpv2-home-loading-section{display:grid;gap:14px}.wpv2-home-loading-heading{display:grid;gap:7px}.wpv2-home-loading-heading-title{width:180px;height:18px;border-radius:999px}.wpv2-home-loading-heading-subtitle{width:260px;max-width:65%;height:10px;border-radius:999px}.wpv2-home-loading-row{display:grid;grid-template-columns:repeat(6,minmax(118px,1fr));gap:14px}.wpv2-favorite-songs-loading-grid{display:grid;gap:12px}.wpv2-favorite-songs-loading-grid.is-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wpv2-favorite-songs-loading-grid.is-list{grid-template-columns:1fr}.wpv2-library-loading-shell{min-height:100%}.wpv2-library-loading-body{padding:28px var(--wpv2-category-content-inset, 40px) 34px}@container favorite-songs (max-width: 1180px){.wpv2-favorite-songs-loading-grid.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container favorite-songs (max-width: 620px){.wpv2-favorite-songs-loading-grid.is-grid{grid-template-columns:1fr}}@media(max-width:1100px){.wpv2-home-loading-row{grid-template-columns:repeat(4,minmax(118px,1fr))}.wpv2-skeleton-song-card{grid-template-columns:64px minmax(0,1fr) auto;gap:10px;min-height:84px;padding:10px}.wpv2-skeleton-song-cover{width:58px;height:58px}.wpv2-skeleton-song-play{width:42px;height:42px}}@media(max-width:760px){.wpv2-home-loading-row{grid-template-columns:repeat(2,minmax(118px,1fr))}.wpv2-skeleton-detail-hero{grid-template-columns:120px minmax(0,1fr);gap:16px;min-height:230px;padding-top:54px}.wpv2-skeleton-detail-cover{width:120px}.wpv2-skeleton-detail-title{height:36px}}.wpv2-home-playlist-row>.wpv2-skeleton-playlist-card{flex:0 0 var(--wpv2-home-card-width);width:var(--wpv2-home-card-width)}.wpv2-home-playlist-row.is-expanded>.wpv2-skeleton-playlist-card{width:auto}@media(max-width:900px){.wpv2-home-playlist-row>.wpv2-skeleton-playlist-card{flex-basis:155px;width:155px}.wpv2-home-playlist-row.is-expanded>.wpv2-skeleton-playlist-card{width:auto}}.wpv2-sidebar-view-section>.wpv2-sidebar-heading{grid-column:1 / -1;min-width:0}.wpv2-sidebar-view-selector{flex:0 0 auto}.wpv2-sidebar-view-selector-trigger{min-width:92px;height:36px;min-height:36px;justify-content:flex-end;gap:8px;padding:0 6px 0 12px;border-radius:8px;color:#a7a9ad}.wpv2-sidebar-view-selector-trigger>span{font-size:12px;font-weight:650}.wpv2-sidebar-view-selector-trigger:hover,.wpv2-sidebar-view-selector-trigger:focus-visible,.wpv2-sidebar-view-selector-trigger[aria-expanded=true]{color:#f4f4f5;background:#ffffff0f}.wpv2-sidebar-view-selector-menu button.is-selected,.wpv2-sidebar-view-selector-menu button[aria-checked=true]{color:#ff3f1f}.wpv2-sidebar-view-section.is-list{grid-template-columns:minmax(0,1fr)}.wpv2-sidebar-view-section.is-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:10px;row-gap:14px;align-items:start}.wpv2-sidebar-view-section.is-grid .wpv2-sidebar-heading{margin-bottom:2px}.wpv2-sidebar-view-section.is-grid .wpv2-library-item{min-width:0;min-height:0;padding:0;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:7px;border-radius:8px;text-align:left;background:transparent}.wpv2-sidebar-view-section.is-grid .wpv2-library-item:hover,.wpv2-sidebar-view-section.is-grid .wpv2-library-item.is-active{background:transparent}.wpv2-sidebar-view-section.is-grid .wpv2-library-cover{width:100%;height:auto;aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 1px #ffffff0a}.wpv2-sidebar-view-section.is-grid .wpv2-library-item:hover .wpv2-library-cover{filter:brightness(1.08)}.wpv2-sidebar-view-section.is-grid .wpv2-library-cover-favorite-songs svg{width:30%;height:30%}.wpv2-sidebar-view-section.is-grid .wpv2-sidebar-label{width:100%;min-width:0;flex:0 0 auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;white-space:normal;text-align:left;color:var(--wpv2-text-primary);font-size:11px;font-weight:600;line-height:1.25}@container sidebar (max-width: 300px){.wpv2-sidebar-view-section.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-view-section{grid-template-columns:minmax(0,1fr);gap:3px}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-view-section.is-grid .wpv2-library-item{min-height:42px;padding:0;flex-direction:row;justify-content:center;gap:0}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-view-section.is-grid .wpv2-library-cover{width:38px;height:38px}.wpv2-recent-playlists-sidebar.is-list .wpv2-recent-playlists-scroll-list{grid-template-columns:minmax(0,1fr)}.wpv2-recent-playlists-sidebar.is-grid .wpv2-recent-playlists-scroll-list{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:10px;row-gap:14px}.wpv2-root.is-sidebar-collapsed .wpv2-recent-playlists-scroll-list{grid-template-columns:minmax(0,1fr)!important;gap:3px;padding-right:0;padding-bottom:10px;scrollbar-width:none}.wpv2-root.is-sidebar-collapsed .wpv2-recent-playlists-scroll-list::-webkit-scrollbar{display:none}.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px 10px 10px}.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading>span:first-child{min-width:0;flex:1 1 auto;white-space:nowrap}.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector{margin-left:auto;flex:0 0 auto}.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger{min-width:92px;height:36px;min-height:36px;justify-content:flex-end;gap:8px;padding:0 6px 0 12px}.wpv2-sidebar-recent-copy{min-width:0;width:100%;display:grid;gap:3px}.wpv2-sidebar-recent-description{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--wpv2-text-muted);font-size:10px;line-height:1.25}.wpv2-recent-playlists-sidebar.is-grid .wpv2-recent-playlists-scroll-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:14px}.wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item{min-width:0;padding:7px;display:flex;flex-direction:column;align-items:stretch;gap:7px;border-radius:9px;background:#ffffff05;transition:background .15s ease,transform .15s ease}.wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item:hover{background:#ffffff0e;transform:translateY(-1px)}.wpv2-recent-playlists-sidebar.is-grid .wpv2-library-cover{width:100%;aspect-ratio:1;height:auto;border-radius:8px}.wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;white-space:normal;color:var(--wpv2-text-primary);font-size:11px;font-weight:650;line-height:1.25}.wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;white-space:normal;font-size:9.5px;line-height:1.3}.wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-copy{flex:1 1 auto;width:auto}@container sidebar (max-width: 280px){.wpv2-recent-playlists-sidebar.is-grid .wpv2-recent-playlists-scroll-list{grid-template-columns:minmax(0,1fr)}}.wpv2-recent-playlists-sidebar.is-grid .wpv2-recent-playlists-scroll-list{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:10px;row-gap:16px;align-items:start;grid-auto-rows:max-content}.wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item{min-width:0;min-height:0;height:auto;padding:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:7px;border-radius:8px;background:transparent;transform:none;overflow:visible}.wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item:hover,.wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item:focus-visible{background:transparent;transform:none}.wpv2-recent-playlists-sidebar.is-grid .wpv2-library-cover{width:100%;height:auto;aspect-ratio:1;flex:0 0 auto;border-radius:8px;overflow:hidden}.wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-copy{width:100%;min-width:0;min-height:46px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;overflow:hidden}.wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-label{width:100%;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;white-space:normal;text-overflow:ellipsis;font-size:11px;line-height:1.25;font-weight:600}.wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-description{width:100%;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;white-space:normal;text-overflow:ellipsis;color:var(--wpv2-text-muted);font-size:9px;line-height:1.25}@container sidebar (max-width: 300px){.wpv2-recent-playlists-sidebar.is-grid .wpv2-recent-playlists-scroll-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-label,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-recent-copy,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-recent-description,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-heading,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-selector{display:none!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-scroll-list{grid-template-columns:minmax(0,1fr)!important;column-gap:0!important;row-gap:6px!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-sidebar .wpv2-library-item{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:2px 0!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:0!important;border-radius:8px!important;background:transparent!important;transform:none!important;overflow:hidden!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item:hover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-sidebar .wpv2-library-item:hover{background:#ffffff0b!important;transform:none!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-library-cover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-sidebar .wpv2-library-cover{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important;flex:0 0 38px!important;aspect-ratio:1 / 1!important;border-radius:7px!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-sidebar{margin-top:12px;padding-top:12px;min-width:0}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-scroll-list{padding-right:0!important;padding-bottom:8px!important;overflow-x:hidden!important;scrollbar-width:none}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-scroll-list::-webkit-scrollbar{display:none}.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:8px}.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector,.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger{max-width:100%}@container sidebar (max-width: 310px){.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger{min-width:62px;width:62px;padding:0 7px;gap:7px;justify-content:center}.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger>span{display:none}}@container sidebar (max-width: 250px){.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading{column-gap:6px;padding-left:6px;padding-right:2px}.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger{min-width:56px;width:56px;gap:5px;padding:0 5px}}.wpv2-sidebar-view-section>.wpv2-sidebar-heading,.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:8px}.wpv2-sidebar-view-section>.wpv2-sidebar-heading .wpv2-sidebar-heading-title,.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading .wpv2-sidebar-heading-title{min-width:0;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@container sidebar (max-width: 310px){.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger{min-width:92px;width:auto;padding:0 6px 0 12px;gap:8px;justify-content:flex-end}.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger>span{display:inline}}@container sidebar (max-width: 250px){.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading{column-gap:8px;padding-left:10px;padding-right:10px}.wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger{min-width:92px;width:auto;gap:8px;padding:0 6px 0 12px}}.wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading .wpv2-sidebar-heading-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:unset;line-clamp:unset}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar-view-section>.wpv2-sidebar-heading,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading{grid-template-columns:minmax(0,1fr) auto;column-gap:8px}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar-view-section>.wpv2-sidebar-heading .wpv2-sidebar-heading-title,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar>.wpv2-sidebar-heading .wpv2-sidebar-heading-title{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:unset;line-clamp:unset}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar-view-selector-trigger,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger{width:auto;min-width:92px;height:36px;min-height:36px;padding:0 6px 0 12px;gap:8px}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar-view-selector-trigger>span,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar .wpv2-sidebar-view-selector-trigger>span{display:inline}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-sidebar .wpv2-recent-playlists-scroll-list{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;width:100%!important;min-width:0!important;padding-left:0!important;padding-right:0!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-sidebar .wpv2-recent-playlists-scroll-list>.wpv2-library-item{flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0 auto!important;padding:2px!important;align-self:center!important}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-recent-playlists-sidebar .wpv2-recent-playlists-scroll-list>.wpv2-library-item .wpv2-library-cover{margin:0 auto!important}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar .wpv2-sidebar-view-section.is-list .wpv2-library-cover,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar .wpv2-recent-playlists-sidebar.is-list .wpv2-library-cover{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important;flex:0 0 38px!important;aspect-ratio:1 / 1!important;border-radius:7px}.wpv2-root.is-sidebar-collapsed .wpv2-recent-playlists-sidebar>.app-overlay-scrollbar-thumb{display:none!important}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar .wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item{border-radius:10px;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar .wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item:hover,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-sidebar .wpv2-recent-playlists-sidebar.is-grid .wpv2-library-item:focus-visible{background:#181818;box-shadow:0 0 0 1px #ffffff06,0 10px 26px #00000047;transform:translateY(-2px)}.wpv2-sidebar .wpv2-recent-playlists-sidebar .wpv2-library-cover{position:relative}.wpv2-sidebar-recent-play{position:absolute;right:7px;bottom:7px;z-index:3;width:34px;height:34px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#ff3f1f;color:#fff;box-shadow:0 9px 22px #00000061;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.94);transition:opacity .28s ease,visibility .28s ease,transform .32s cubic-bezier(.2,.75,.2,1),background-color .2s ease,box-shadow .2s ease,filter .2s ease}.wpv2-sidebar-recent-play svg{color:#fff!important;fill:#fff;stroke:#fff}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-playlist-item:hover .wpv2-sidebar-recent-play,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-playlist-item:focus-within .wpv2-sidebar-recent-play,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-play:focus-visible,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-playlist-item.is-playlist-active .wpv2-sidebar-recent-play{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-play:hover{background:#ff5135;filter:brightness(1.03);transform:translateY(-1px) scale(1.05)}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-playlist-item.is-playlist-active .wpv2-library-cover{box-shadow:0 1px #ffffff0a}.wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar-recent-play{display:none!important}@media(hover:none){.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-grid .wpv2-sidebar-recent-play{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}}.wpv2-recent-playlists-sidebar{position:relative}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play{display:inline-flex!important;width:28px;height:28px;right:5px;bottom:5px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px) scale(.92)}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play svg{width:14px;height:14px}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item:hover .wpv2-sidebar-recent-play,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item:focus-within .wpv2-sidebar-recent-play,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play:focus-visible,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item.is-playlist-active .wpv2-sidebar-recent-play{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play:hover{background:#ff5135;filter:brightness(1.03);transform:translateY(-1px) scale(1.05)}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item.is-playlist-active .wpv2-library-cover{box-shadow:0 1px #ffffff0a}@media(hover:none){.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play{display:inline-flex!important;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 28px;align-items:center;column-gap:10px}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play-list{position:static!important;right:auto!important;bottom:auto!important;justify-self:end;align-self:center;margin-left:0;flex:0 0 28px;width:28px;height:28px;transform:translate(4px) scale(.92)}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item:hover .wpv2-sidebar-recent-play-list,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item:focus-within .wpv2-sidebar-recent-play-list,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-play-list:focus-visible,.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-playlist-item.is-playlist-active .wpv2-sidebar-recent-play-list{transform:translate(0) scale(1)}.wpv2-root:not(.is-sidebar-collapsed) .wpv2-recent-playlists-sidebar.is-list .wpv2-sidebar-recent-copy{min-width:0}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-nav-item svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-library-cover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-collapse-toggle svg{transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;will-change:transform}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-nav-item:hover svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-nav-item:focus-visible svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-library-item:hover .wpv2-library-cover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-library-item:focus-visible .wpv2-library-cover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-collapse-toggle:hover svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-collapse-toggle:focus-visible svg{transform:translateY(-2px) scale(1.035)}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-nav-item:hover svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-nav-item:focus-visible svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-collapse-toggle:hover svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-collapse-toggle:focus-visible svg{filter:drop-shadow(0 4px 5px rgba(0,0,0,.34))}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-library-item:hover .wpv2-library-cover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-library-item:focus-visible .wpv2-library-cover{box-shadow:0 5px 10px #00000052}@media(prefers-reduced-motion:reduce){.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-nav-item svg,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-library-cover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-collapse-toggle svg{transition:none}}.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item:hover,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item:focus,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item:focus-visible,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item.is-active,.wpv2-root.is-sidebar-collapsed .wpv2-sidebar .wpv2-sidebar-view-section .wpv2-library-item.is-active:hover{background:transparent!important;box-shadow:none!important;outline:none!important}.wpv2-sidebar-recent-tooltip{position:fixed;z-index:10050;transform:translateY(-50%);pointer-events:none;padding:5px 8px;border:1px solid rgba(255,255,255,.38);border-radius:2px;background:#111;color:#fff;box-shadow:0 4px 12px #00000057;font-size:12px;line-height:1.2;white-space:nowrap}.wpv2-sidebar-recent-tooltip-playing{color:#ff3f1f;font-weight:600}.wpv2-bottom-player.is-advertisement .wpv2-song-art.is-advertisement,.wpv2-queue-current-cover.is-advertisement{display:grid;place-items:center}.wpv2-bottom-player.is-advertisement .wpv2-song-art.is-advertisement>svg,.wpv2-queue-ad-cover-mark>svg{color:#ff3f1f;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.wpv2-queue-ad-cover-mark{letter-spacing:0}.wpv2-ad-planner-list{display:grid;gap:10px;min-width:0}.wpv2-ad-planner-list .wpv2-ad-planner-next+.wpv2-ad-planner-next{padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.wpv2-ad-planner-list .wpv2-ad-guideline-name{color:var(--wpv2-text-secondary);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-ad-planner-list .wpv2-ad-queued-count{color:#ff3f1f;font-weight:600}.wpv2-ad-next-time-row{display:flex;align-items:center;gap:5px;min-width:0}.wpv2-ad-next-time-row .wpv2-planner-countdown-inline{display:inline;margin-left:4px;white-space:nowrap}.wpv2-ads-planner-card{container-type:inline-size}.wpv2-ad-next-time-row .wpv2-ad-next-time-value{display:inline-flex;align-items:center;min-width:0;white-space:nowrap}@container (max-width: 285px){.wpv2-ads-planner-card .wpv2-ad-next-time-row{flex-wrap:wrap;row-gap:2px}.wpv2-ads-planner-card .wpv2-ad-next-time-row .wpv2-planner-countdown-inline{flex:0 0 100%;width:100%;margin-left:18px;white-space:nowrap}}.wpv2-ad-schedule-countdown-row{display:flex;align-items:center;gap:9px;min-width:0}.wpv2-ad-schedule-countdown-row .wpv2-ad-schedule-value{display:inline-flex;min-width:0;white-space:nowrap}.wpv2-ad-schedule-countdown-row .wpv2-planner-countdown-inline{display:inline;margin-left:0;white-space:nowrap}@container (max-width: 285px){.wpv2-ads-planner-card .wpv2-ad-schedule-countdown-row{flex-wrap:wrap;row-gap:2px}.wpv2-ads-planner-card .wpv2-ad-schedule-countdown-row .wpv2-planner-countdown-inline{flex:0 0 100%;width:100%;margin-left:0;white-space:nowrap}}.wpv2-ad-planner-icon.is-exact{color:#6e26af;background:#6e26af1f;border-color:#6e26af57}.wpv2-ad-planner-icon.is-songs{color:#0a7bbe;background:#0a7bbe1f;border-color:#0a7bbe57}.wpv2-ad-planner-icon.is-minutes{color:#af8506;background:#af85061f;border-color:#af850657}.wpv2-global-search-song-cover{position:relative;width:42px;height:42px;border-radius:6px;overflow:hidden;background:#ffffff0f}.wpv2-global-search-song-cover>img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.wpv2-global-search-song-cover-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000006b;color:#f3f5f7;opacity:0;transition:opacity .14s ease;pointer-events:none}.wpv2-global-search-song-cover-play svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.wpv2-global-search-song-item:hover .wpv2-global-search-song-cover-play,.wpv2-global-search-song-item:focus-within .wpv2-global-search-song-cover-play,.wpv2-global-search-song-item.is-keyboard-active .wpv2-global-search-song-cover-play{opacity:1}.wpv2-global-search-song-main{cursor:pointer}.wpv2-playlist-planner-events{display:grid;gap:0;min-width:0}.wpv2-playlist-planner-event{padding:8px 0;align-items:flex-start}.wpv2-playlist-planner-event+.wpv2-playlist-planner-event{border-top:1px solid rgba(255,255,255,.06)}.wpv2-playlist-planner-event:first-child{padding-top:2px}.wpv2-playlist-planner-event:last-child{padding-bottom:2px}.wpv2-planner-hibernation-icon{width:46px;height:46px;flex:0 0 46px;border-radius:8px;display:grid;place-items:center;color:#8b5cf6;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3)}.wpv2-planner-next-meta .wpv2-playlist-planner-event-type{color:var(--wpv2-text-muted);font-size:10px;font-weight:600}.wpv2-playlist-planner-event.is-hibernation .wpv2-planner-next-meta strong{color:#c4b5fd}.wpv2-playlist-planner-card{container-type:inline-size}.wpv2-playlist-planner-timing-row{display:flex;align-items:center;gap:9px;min-width:0}.wpv2-playlist-planner-timing-row>span{white-space:nowrap}.wpv2-playlist-planner-timing-row .wpv2-playlist-planner-countdown-inline{color:var(--wpv2-text-secondary);font-weight:600}@container (max-width: 285px){.wpv2-playlist-planner-card .wpv2-playlist-planner-timing-row{flex-wrap:wrap;row-gap:3px}.wpv2-playlist-planner-card .wpv2-playlist-planner-timing-row>span{flex:0 0 100%;width:100%}}.wpv2-mobile-bottom-nav{display:none}@media(max-width:900px){.wpv2-root{grid-template-rows:70px minmax(0,1fr) 92px calc(66px + env(safe-area-inset-bottom,0px));grid-template-areas:"top" "main" "player" "mobile-nav"}.wpv2-mobile-bottom-nav{grid-area:mobile-nav;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;min-width:0;padding:4px 6px env(safe-area-inset-bottom,0px);border-top:1px solid rgba(255,255,255,.07);background:#080a0bfa;z-index:20}.wpv2-mobile-bottom-nav-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;border:0;border-radius:10px;padding:7px 3px 6px;background:transparent;color:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .14s ease,background .14s ease,opacity .14s ease,filter .14s ease;opacity:.94}.wpv2-mobile-bottom-nav-item span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:10.5px;line-height:1.1;font-weight:500}.wpv2-mobile-bottom-nav-item.is-active{color:#fff;background:transparent;opacity:1}.wpv2-mobile-bottom-nav-item.is-active span{font-weight:700}.wpv2-mobile-bottom-nav-item:active{background:transparent}.wpv2-mobile-bottom-nav-item:focus-visible{outline:none;background:transparent}}.wpv2-mobile-mini-player,.wpv2-mobile-player-sheet{display:none}@media(max-width:900px){.wpv2-root{grid-template-rows:70px minmax(0,1fr) 72px calc(66px + env(safe-area-inset-bottom,0px))}.wpv2-bottom-player{position:relative;display:block;min-width:0;padding:5px 8px 3px;border-top:0;background:#080a0b;z-index:30}.wpv2-bottom-player>.wpv2-bottom-song,.wpv2-bottom-player>.wpv2-bottom-center,.wpv2-bottom-player>.wpv2-bottom-tools{display:none!important}.wpv2-mobile-mini-player{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 44px 44px;align-items:center;height:64px;overflow:hidden;border-radius:8px;background:#17191a;box-shadow:0 5px 18px #00000047}.wpv2-mobile-mini-player-main{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;height:100%;padding:6px 5px 8px 7px;border:0;background:transparent;color:inherit;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:9px;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.wpv2-mobile-mini-player-art{width:48px;height:48px;border-radius:2px;background:linear-gradient(145deg,#451e0b,#050608 70%);background-size:cover;background-position:center;display:grid;place-items:center;flex:0 0 auto;color:#fff}.wpv2-mobile-mini-player-art.is-advertisement{color:#ff3f1f}.wpv2-mobile-mini-player-copy-viewport{min-width:0;width:100%;overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none}.wpv2-mobile-mini-player-copy{min-width:0;width:100%;display:grid;gap:2px}.wpv2-mobile-mini-player-copy strong,.wpv2-mobile-mini-player-copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-mobile-mini-player-copy strong{color:#fff;font-size:13.5px;line-height:1.22;font-weight:700}.wpv2-mobile-mini-player-copy span{color:#969a9d;font-size:11.5px;line-height:1.2}.wpv2-mobile-mini-player-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:44px;height:56px;padding:0;border:0;background:transparent;color:#f5f5f5;display:grid;place-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.wpv2-mobile-mini-player-action.is-active{color:#ff3f1f}.wpv2-mobile-mini-player-action:disabled{opacity:.55}.wpv2-mobile-mini-player-progress{position:absolute;left:7px;right:7px;bottom:0;height:2px;background:#fff3;pointer-events:none}.wpv2-mobile-mini-player-progress>span{display:block;height:100%;border-radius:inherit;background:#f3f3f3;transition:width .2s linear}.wpv2-mobile-player-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;padding:max(10px,env(safe-area-inset-top,0px)) 0 env(safe-area-inset-bottom,0px);background:#121313;color:#f7f7f7}.wpv2-mobile-player-sheet-header{display:grid;grid-template-columns:54px minmax(0,1fr) 54px;align-items:center;min-height:66px;padding:4px 7px 2px}.wpv2-mobile-player-sheet-header button,.wpv2-mobile-player-sheet-buttons button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;display:grid;place-items:center;cursor:pointer}.wpv2-mobile-player-sheet-header>div{min-width:0;text-align:center;display:grid;gap:1px}.wpv2-mobile-player-sheet-header span{font-size:10px;color:#d7d7d7;letter-spacing:.02em}.wpv2-mobile-player-sheet-header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.2}.wpv2-mobile-player-sheet-queue{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 9px 18px}.wpv2-mobile-player-sheet-row{display:grid;grid-template-columns:54px minmax(0,1fr) 34px;align-items:center;min-height:62px;padding:4px 2px;color:#f2f2f2}.wpv2-mobile-player-sheet-index{display:grid;place-items:center;color:#e4e4e4;font-size:12px}.wpv2-mobile-player-sheet-song{min-width:0;display:grid;gap:2px}.wpv2-mobile-player-sheet-song strong,.wpv2-mobile-player-sheet-song span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-mobile-player-sheet-song strong{font-size:15px;line-height:1.2}.wpv2-mobile-player-sheet-song span{color:#9b9b9b;font-size:13px;line-height:1.25}.wpv2-mobile-player-sheet-row.is-current .wpv2-mobile-player-sheet-song strong,.wpv2-mobile-player-sheet-row.is-current .wpv2-mobile-player-sheet-index{color:#ff3f1f}.wpv2-mobile-player-bars{display:flex;align-items:flex-end;gap:2px;height:20px}.wpv2-mobile-player-bars i{width:3px;border-radius:2px;background:currentColor;animation:wpv2-playing-bar .72s ease-in-out infinite alternate}.wpv2-mobile-player-bars i:nth-child(1){height:11px}.wpv2-mobile-player-bars i:nth-child(2){height:19px;animation-delay:-.2s}.wpv2-mobile-player-bars i:nth-child(3){height:15px;animation-delay:-.4s}.wpv2-mobile-player-sheet-controls{padding:12px 18px;background:linear-gradient(180deg,#121313e6,#121313 16%)}.wpv2-mobile-player-sheet-current{min-width:0;display:grid;gap:2px;margin-bottom:15px}.wpv2-mobile-player-sheet-current strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.wpv2-mobile-player-sheet-current span{color:#9c9c9c;font-size:14px}.wpv2-mobile-player-sheet-progress{margin-bottom:12px}.wpv2-mobile-player-sheet-progress>div:last-child{display:flex;justify-content:space-between;margin-top:4px;color:#d0d0d0;font-size:10px;font-variant-numeric:tabular-nums}.wpv2-mobile-player-sheet-buttons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:5px}.wpv2-mobile-player-sheet-buttons button{width:48px;height:48px;justify-self:center}.wpv2-mobile-player-sheet-buttons button.is-active{color:#ff3f1f}.wpv2-mobile-player-sheet-buttons .wpv2-mobile-player-sheet-primary{width:66px;height:66px;border-radius:50%;background:#f7f7f7;color:#111}.wpv2-mobile-player-sheet-buttons button:disabled{opacity:.55}}@media(max-width:900px){.wpv2-mobile-mini-player-copy{transition:transform .15s ease-out;will-change:transform}.wpv2-mobile-mini-player-copy.is-swiping{transition:none}}@media(max-width:900px){.wpv2-mobile-mini-player-copy-viewport{position:relative}.wpv2-mobile-mini-player-copy.is-swipe-preview{min-height:42px}.wpv2-mobile-mini-player-swipe-label{--wpv2-mobile-swipe-progress: 0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;width:100%;min-width:0;padding:0;overflow:hidden;text-overflow:clip;white-space:nowrap;pointer-events:none;color:#fff;font-size:13.5px;font-weight:700;line-height:1.22;opacity:calc(.22 + (var(--wpv2-mobile-swipe-progress) * .78));will-change:transform,opacity}.wpv2-mobile-mini-player-swipe-label.is-next,.wpv2-mobile-mini-player-swipe-label.is-previous{transform:translate(var(--wpv2-mobile-swipe-translate, 0%));justify-content:flex-start}}@media(max-width:900px){.wpv2-mobile-mini-player-copy.is-track-forward{animation:wpv2-mobile-track-enter-forward .32s cubic-bezier(.2,.78,.25,1) both}.wpv2-mobile-mini-player-copy.is-track-backward{animation:wpv2-mobile-track-enter-backward .32s cubic-bezier(.2,.78,.25,1) both}.wpv2-mobile-mini-player-copy.is-swiping,.wpv2-mobile-mini-player-copy.is-swipe-preview{animation:none!important}@keyframes wpv2-mobile-track-enter-forward{0%{opacity:.18;transform:translate(26px);filter:blur(1px)}68%{opacity:1;transform:translate(-1px);filter:blur(0)}to{opacity:1;transform:translate(0);filter:blur(0)}}@keyframes wpv2-mobile-track-enter-backward{0%{opacity:.18;transform:translate(-26px);filter:blur(1px)}68%{opacity:1;transform:translate(1px);filter:blur(0)}to{opacity:1;transform:translate(0);filter:blur(0)}}.wpv2-mobile-mini-player-title{display:block;width:100%;min-width:0;overflow:hidden!important;text-overflow:clip!important;white-space:nowrap}.wpv2-mobile-mini-player-title-track{display:inline-flex;align-items:center;width:max-content;max-width:none;gap:28px;white-space:nowrap;overflow:visible!important;text-overflow:clip!important;transform:translate(0);will-change:transform}.wpv2-mobile-mini-player-title-copy{display:inline-block;flex:0 0 auto;min-width:max-content!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap;color:#fff!important;font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important}.wpv2-mobile-mini-player-copy.has-long-title:not(.is-swiping):not(.is-swipe-preview) .wpv2-mobile-mini-player-title-track{animation:wpv2-mobile-title-marquee var(--wpv2-mobile-title-duration, 10s) linear infinite}@keyframes wpv2-mobile-title-marquee{0%{transform:translate(0)}to{transform:translate(calc(-1 * var(--wpv2-mobile-title-marquee-distance, 0px)))}}@media(prefers-reduced-motion:reduce){.wpv2-mobile-mini-player-copy.is-track-forward,.wpv2-mobile-mini-player-copy.is-track-backward,.wpv2-mobile-mini-player-copy.has-long-title .wpv2-mobile-mini-player-title-track{animation:none!important}}}@media(max-width:900px){.wpv2-mobile-mini-player-copy-viewport{position:relative;min-width:0;width:100%;overflow:hidden;touch-action:pan-y;contain:paint}.wpv2-mobile-mini-player-carousel{--wpv2-mobile-carousel-offset: 0px;display:flex;width:100%;min-width:0;transform:translate(calc(-100% + var(--wpv2-mobile-carousel-offset)));transition:transform .19s cubic-bezier(.22,.61,.36,1);will-change:transform}.wpv2-mobile-mini-player-carousel.is-dragging:not(.is-settling){transition:none}.wpv2-mobile-mini-player-carousel.is-settling{transition:transform .19s cubic-bezier(.22,.61,.36,1)}.wpv2-mobile-mini-player-carousel-slide{flex:0 0 100%;width:100%;min-width:0;min-height:38px;display:flex;align-items:center;overflow:hidden}.wpv2-mobile-mini-player-carousel-slide.is-current{align-items:center}.wpv2-mobile-mini-player-carousel-action{padding:0 2px;color:#fff;white-space:nowrap;pointer-events:none}.wpv2-mobile-mini-player-carousel-action strong{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:clip;white-space:nowrap;color:#fff;font-size:13.5px;line-height:1.22;font-weight:700}.wpv2-mobile-mini-player-carousel-action.is-previous{justify-content:flex-end;text-align:right;padding-right:8px}.wpv2-mobile-mini-player-carousel-action.is-next{justify-content:flex-start;text-align:left;padding-left:8px}.wpv2-mobile-mini-player-carousel .wpv2-mobile-mini-player-copy{width:100%;min-width:0;transform:none;opacity:1}.wpv2-mobile-mini-player-swipe-label{display:none!important}.wpv2-mobile-mini-player-copy strong,.wpv2-mobile-mini-player-title-copy{color:#fff!important}@media(prefers-reduced-motion:reduce){.wpv2-mobile-mini-player-carousel,.wpv2-mobile-mini-player-carousel.is-settling{transition-duration:1ms}}}@media(max-width:900px){.wpv2-mobile-mini-player-copy.has-long-title:not(.is-swiping) .wpv2-mobile-mini-player-title{overflow:hidden!important}.wpv2-mobile-mini-player-copy.has-long-title:not(.is-swiping) .wpv2-mobile-mini-player-title-track{animation-name:wpv2-mobile-title-marquee-continuous;animation-duration:var(--wpv2-mobile-title-duration, 10s);animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:.55s;animation-fill-mode:both}@keyframes wpv2-mobile-title-marquee-continuous{0%{transform:translateZ(0)}to{transform:translate3d(calc(-1 * var(--wpv2-mobile-title-marquee-distance, 0px)),0,0)}}}@media(max-width:900px){.wpv2-topbar{grid-template-columns:minmax(0,1fr) auto;column-gap:10px;padding-inline:12px}.wpv2-topbar>.wpv2-brand{display:none}.wpv2-topbar>.wpv2-search-wrap{grid-column:1;width:100%;min-width:0}.wpv2-topbar>.wpv2-top-actions{grid-column:2;display:flex;align-items:center;gap:0;min-width:0}.wpv2-topbar>.wpv2-top-actions>:not(.wpv2-profile-menu){display:none!important}.wpv2-topbar .wpv2-profile-menu{display:block}.wpv2-topbar .wpv2-avatar{width:40px;height:40px;min-width:40px;padding:0;gap:0;border:0;background:transparent;justify-content:center}.wpv2-topbar .wpv2-avatar-copy,.wpv2-topbar .wpv2-avatar-chevron{display:none}.wpv2-topbar .wpv2-avatar-media{width:36px;height:36px;min-width:36px}}@media(max-width:900px){.wpv2-playlist-card:not(.is-active) .wpv2-card-play,.wpv2-playlist-card:not(.is-active):hover .wpv2-card-play,.wpv2-playlist-card:not(.is-active):focus-within .wpv2-card-play{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(14px) scale(.94)!important}.wpv2-playlist-card.is-active .wpv2-card-play{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}.wpv2-favorite-song-card:not(.is-active) .wpv2-favorite-song-play-button,.wpv2-favorite-song-card:not(.is-active):hover .wpv2-favorite-song-play-button,.wpv2-favorite-song-card:not(.is-active):focus-within .wpv2-favorite-song-play-button{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px) scale(.92)!important}.wpv2-favorite-song-card.is-active .wpv2-favorite-song-play-button{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}.wpv2-current-playlist-row:not(.is-current) .wpv2-current-playlist-hover-play,.wpv2-current-playlist-row:not(.is-current):hover .wpv2-current-playlist-hover-play{opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media(max-width:900px){.wpv2-home-view .wpv2-category-row-nav,.wpv2-home-view .wpv2-category-row-prev,.wpv2-home-view .wpv2-category-row-next{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.wpv2-home-view .wpv2-category-row .wpv2-library-category-arrow,.wpv2-home-view .wpv2-library-category-card .wpv2-library-category-arrow,.wpv2-home-view .wpv2-library-category-card:hover .wpv2-library-category-arrow,.wpv2-home-view .wpv2-library-category-card:focus-within .wpv2-library-category-arrow{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media(max-width:900px){html,body,#root,.wpv2-root,.wpv2-root *{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar,.wpv2-root::-webkit-scrollbar,.wpv2-root *::-webkit-scrollbar{width:0!important;height:0!important;display:none!important;background:transparent!important}.wpv2-root .app-overlay-scrollbar-thumb,.wpv2-root>.app-overlay-scrollbar-thumb{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media(max-width:900px){.wpv2-current-playlist-view{--wpv2-mobile-cover-size: min(58vw, 230px);--wpv2-mobile-hero-progress: 0}.wpv2-current-playlist-hero-content{transition:gap .12s linear}.wpv2-current-playlist-cover{width:var(--wpv2-mobile-cover-size)!important;height:var(--wpv2-mobile-cover-size)!important;flex:0 0 var(--wpv2-mobile-cover-size)!important;will-change:width,height;transition:box-shadow .16s ease}.wpv2-current-playlist-column-header,.wpv2-current-playlist-view.is-compact-header .wpv2-current-playlist-column-header{display:none!important}.wpv2-current-playlist-list,.wpv2-current-playlist-list.is-list,.wpv2-current-playlist-list.is-compact{padding-top:4px}.wpv2-current-playlist-body{--wpv2-song-actions-col: 42px;--wpv2-song-duration-col: 0px;--wpv2-song-next-col: 0px}.wpv2-current-playlist-row,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{grid-template-columns:26px minmax(0,1fr) 42px!important;column-gap:8px;min-height:64px;padding:5px 4px 5px 2px;border-radius:4px}.wpv2-current-playlist-index,.wpv2-current-playlist-next-slot,.wpv2-current-playlist-duration{display:none!important}.wpv2-current-playlist-drag{display:grid!important;grid-column:1;width:26px;height:48px;align-self:center;opacity:.72!important;color:#8f9499;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.wpv2-current-playlist-drag:active{cursor:grabbing;color:#fff}.wpv2-current-playlist-main,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-main,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-main{grid-column:2;display:grid;grid-template-columns:48px minmax(0,1fr)!important;column-gap:10px;align-items:center;min-width:0;width:100%;text-align:left}.wpv2-current-playlist-thumb,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-thumb{display:block!important;width:48px;height:48px;border-radius:3px;background-size:cover;background-position:center}.wpv2-current-playlist-song-copy{display:grid;gap:3px;min-width:0;text-align:left}.wpv2-current-playlist-row.is-touch-dragging{position:relative;z-index:6;background:#ffffff1c!important;box-shadow:0 8px 22px #0000004d;opacity:.92}.wpv2-current-playlist-row.is-touch-drop-target{background:#ffffff13!important}.wpv2-current-playlist-row.is-touch-drop-target:before{content:"";position:absolute;left:4px;right:4px;top:0;height:2px;border-radius:999px;background:#ff3f1f;pointer-events:none}.wpv2-current-playlist-main .wpv2-current-playlist-artist,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-artist,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-artist{display:block!important;color:#96999f;font-size:12px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-current-playlist-title,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-title{color:#f3f4f5;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-current-playlist-row.is-current .wpv2-current-playlist-title{color:#ff3f1f}.wpv2-current-playlist-actions,.wpv2-current-playlist-list .wpv2-current-playlist-actions,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{grid-column:3!important;display:flex!important;align-items:center;justify-content:center;width:42px!important;min-width:42px!important;padding:0!important;overflow:visible}.wpv2-current-playlist-actions>.wpv2-icon-action{display:none!important}.wpv2-current-playlist-actions .wpv2-song-menu-wrap{display:grid!important;place-items:center;width:38px;height:38px}.wpv2-current-playlist-actions .wpv2-song-more-button{display:grid!important;place-items:center;width:38px;height:38px;opacity:1!important;visibility:visible!important;color:#9da0a5}}@media(max-width:640px){.wpv2-current-playlist-hero{padding-bottom:18px}.wpv2-current-playlist-cover{width:var(--wpv2-mobile-cover-size)!important;height:var(--wpv2-mobile-cover-size)!important}}@media(max-width:900px){.wpv2-current-playlist-view{--wpv2-playlist-content-inset: 14px}.wpv2-current-playlist-hero{padding-left:14px!important;padding-right:14px!important}.wpv2-current-playlist-body{padding-left:10px!important;padding-right:10px!important}.wpv2-current-playlist-list,.wpv2-current-playlist-list.is-list,.wpv2-current-playlist-list.is-compact{width:100%;margin-left:0;margin-right:0}.wpv2-current-playlist-row,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{padding-left:2px!important;padding-right:0!important}.wpv2-current-playlist-hero-actions{width:100%}.wpv2-current-playlist-primary-actions{width:100%;min-width:0}.wpv2-current-playlist-primary-actions .wpv2-playlist-menu-wrap{order:1}.wpv2-current-playlist-shuffle-button{order:2;margin-left:auto}.wpv2-current-playlist-primary-actions .wpv2-current-playlist-play-button{order:3;margin-left:0}.wpv2-current-playlist-sticky-bar .wpv2-current-playlist-sticky-title{order:1;min-width:0}.wpv2-current-playlist-sticky-bar .wpv2-current-playlist-play-button--compact{order:2;margin-left:auto;flex:0 0 auto}.wpv2-current-playlist-actions .wpv2-song-more-button svg{transform:rotate(90deg)}}.wpv2-current-playlist-sticky-back{display:none}@media(max-width:900px){.wpv2-current-playlist-sticky-wrap{z-index:55}.wpv2-current-playlist-sticky-bar{height:64px;padding:0 14px;display:grid;grid-template-columns:42px minmax(0,1fr) 58px;align-items:center;gap:8px;overflow:visible;transform:translateY(-14px);opacity:0;visibility:hidden;transition:opacity .18s ease,transform .22s cubic-bezier(.2,.8,.2,1),visibility .18s ease}.wpv2-current-playlist-sticky-wrap.is-visible .wpv2-current-playlist-sticky-bar{transform:translateY(0)}.wpv2-current-playlist-sticky-back{display:grid;grid-column:1;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:transparent;color:#f7f7f7;cursor:pointer;justify-self:start}.wpv2-current-playlist-sticky-title,.wpv2-current-playlist-sticky-bar .wpv2-current-playlist-sticky-title{grid-column:2;justify-self:center;width:100%;text-align:center;font-size:16px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-current-playlist-sticky-bar .wpv2-current-playlist-play-button--compact{grid-column:3;position:absolute;right:12px;bottom:-25px;width:54px;height:54px;margin:0;border-radius:50%;z-index:3;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px) scale(.82);transition:opacity .16s ease,transform .24s cubic-bezier(.2,.85,.25,1.15),visibility .16s ease}.wpv2-current-playlist-view.is-mobile-play-pinned .wpv2-current-playlist-sticky-bar .wpv2-current-playlist-play-button--compact{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.wpv2-current-playlist-view.is-mobile-play-pinned .wpv2-current-playlist-primary-actions>.wpv2-current-playlist-play-button:not(.wpv2-current-playlist-play-button--compact){opacity:0;visibility:hidden;pointer-events:none;transform:scale(.82)}.wpv2-current-playlist-primary-actions>.wpv2-current-playlist-play-button:not(.wpv2-current-playlist-play-button--compact){transition:opacity .14s ease,transform .2s ease,visibility .14s ease}}@media(max-width:900px){.wpv2-current-playlist-shuffle-button.is-active,.wpv2-current-playlist-shuffle-button.is-active:hover,.wpv2-current-playlist-shuffle-button.is-active:focus,.wpv2-current-playlist-shuffle-button.is-active:focus-visible,.wpv2-current-playlist-shuffle-button.is-active:active{color:#ff3f1f!important;background:transparent!important}.wpv2-current-playlist-primary-actions{justify-content:flex-end;gap:4px}.wpv2-current-playlist-primary-actions .wpv2-playlist-menu-wrap{order:1;margin-left:auto}.wpv2-current-playlist-shuffle-button{order:2;margin-left:0}.wpv2-current-playlist-primary-actions .wpv2-current-playlist-play-button{order:3;margin-left:6px}.wpv2-current-playlist-primary-actions .wpv2-playlist-more-button svg{transform:rotate(90deg)}.wpv2-current-playlist-row,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{grid-template-columns:26px minmax(0,1fr) 78px!important}.wpv2-current-playlist-actions,.wpv2-current-playlist-list .wpv2-current-playlist-actions,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{grid-column:3!important;width:78px!important;min-width:78px!important;justify-content:flex-end;gap:0}.wpv2-current-playlist-actions>.wpv2-icon-action:first-child{display:grid!important;place-items:center;width:38px;height:38px;opacity:1!important;visibility:visible!important;color:#b5b7bb}.wpv2-current-playlist-actions>.wpv2-icon-action:first-child.is-active{color:#ff3f1f}.wpv2-current-playlist-actions>.wpv2-icon-action:nth-child(2){display:none!important}.wpv2-current-playlist-actions .wpv2-song-menu-wrap{width:38px;height:38px}.wpv2-current-playlist-actions .wpv2-song-more-button svg{transform:rotate(90deg)}}.wpv2-mobile-block-menu-item{display:none!important}@media(max-width:900px){.wpv2-mobile-block-menu-item{display:flex!important;align-items:center;gap:10px}}@media(max-width:900px){.wpv2-current-playlist-hero-content{align-items:center!important;flex-direction:column!important;text-align:left!important;gap:16px!important}.wpv2-current-playlist-copy{width:100%;max-width:100%;padding:0!important;text-align:left!important}.wpv2-current-playlist-kicker{display:none!important}.wpv2-current-playlist-copy .wpv2-current-playlist-hero-title,.wpv2-current-playlist-copy h1{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0 0 8px!important;padding:0!important;color:#fff;font-size:clamp(22px,6.2vw,28px)!important;font-weight:800;line-height:1.08!important;letter-spacing:-.025em!important;text-align:left!important}.wpv2-current-playlist-copy p{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0 0 9px!important;max-width:none!important;color:#ffffffad!important;font-size:13px!important;font-weight:400;line-height:1.35!important;text-align:left!important}.wpv2-current-playlist-meta-line{justify-content:flex-start!important;gap:0;color:#ffffffc2;font-size:11px!important;line-height:1.35;text-align:left}.wpv2-current-playlist-meta-line strong{color:#fff;font-weight:700}}@media(max-width:480px){.wpv2-current-playlist-copy .wpv2-current-playlist-hero-title,.wpv2-current-playlist-copy h1{font-size:23px!important}.wpv2-current-playlist-copy p{font-size:12px!important}}@media(max-width:900px){.wpv2-root{grid-template-rows:70px minmax(0,1fr)!important;grid-template-areas:"top" "main"!important}.wpv2-main-area{margin-bottom:0;padding-inline:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}.wpv2-home-view.wpv2-home-legacy-layout,.wpv2-history-view{--wpv2-page-content-inset: clamp(14px, 4.2vw, 18px)}.wpv2-library-category-view{--wpv2-category-content-inset: clamp(14px, 4.2vw, 18px)}.wpv2-favorite-songs-view{--wpv2-favorite-songs-inset: clamp(14px, 4.2vw, 18px)}.wpv2-search-artist-view{--wpv2-search-artist-inset: clamp(14px, 4.2vw, 18px)}.wpv2-current-playlist-view{--wpv2-playlist-content-inset: clamp(14px, 4.2vw, 18px)}.wpv2-main-scroll{padding-bottom:calc(154px + env(safe-area-inset-bottom,0px));scroll-padding-bottom:calc(154px + env(safe-area-inset-bottom,0px))}.wpv2-bottom-player{position:fixed!important;left:7px;right:7px;bottom:calc(62px + env(safe-area-inset-bottom,0px));width:auto;height:70px;padding:3px 0;border:0;background:transparent;z-index:120;pointer-events:none}.wpv2-mobile-mini-player{height:64px;border:1px solid rgba(255,255,255,.075);background:#141617e0;-webkit-backdrop-filter:blur(20px) saturate(1.25);backdrop-filter:blur(20px) saturate(1.25);box-shadow:0 8px 24px #0000006b,0 1px #ffffff09 inset;pointer-events:auto}.wpv2-mobile-bottom-nav{position:fixed!important;left:0;right:0;bottom:0;width:100%;height:calc(66px + env(safe-area-inset-bottom,0px));padding:4px 6px env(safe-area-inset-bottom,0px);border-top:1px solid rgba(255,255,255,.028);background:#03040680;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;z-index:110;overflow:visible;isolation:isolate}.wpv2-mobile-bottom-nav:before{content:"";position:absolute;left:0;right:0;top:-18px;bottom:0;pointer-events:none;z-index:0;background:linear-gradient(180deg,#03040600,#03040675 18%,#030406b3 38%,#030406db 62%,#030406f7 82%,#030406fe);box-shadow:0 -17px 32px #00000085,0 -8px 18px #0006}.wpv2-mobile-bottom-nav:after{content:"";position:absolute;left:0;right:0;top:0;height:1px;pointer-events:none;z-index:1;background:#ffffff0e}.wpv2-mobile-bottom-nav-item{position:relative;z-index:2;background:transparent;text-shadow:0 2px 8px rgba(0,0,0,.42);filter:drop-shadow(0 1px 3px rgba(0,0,0,.14))}.wpv2-mobile-bottom-nav-item:before{content:none}.wpv2-mobile-bottom-nav-item.is-active{background:transparent;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5);filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.wpv2-mobile-bottom-nav-item span,.wpv2-mobile-bottom-nav-item svg{position:relative;z-index:1}.wpv2-mobile-bottom-nav-item:hover,.wpv2-mobile-bottom-nav-item:active,.wpv2-mobile-bottom-nav-item.is-active,.wpv2-mobile-bottom-nav-item.is-active:hover{background-color:transparent!important;box-shadow:none!important}}@media(max-width:900px){.wpv2-recent-song-card .wpv2-favorite-song-more svg,.wpv2-search-artist-song-card .wpv2-favorite-song-more svg,.wpv2-search-artist-song-card .wpv2-recent-more svg,.wpv2-global-search-song-item .wpv2-global-search-more svg{transform:rotate(90deg)!important;transform-origin:center center}}@media(max-width:900px){.wpv2-mobile-home-planners{width:100%;margin:4px 0 22px;padding:0;overflow:hidden}.wpv2-mobile-home-planners .wpv2-right-rail{display:flex!important;grid-area:auto;width:100%;min-width:0;min-height:0;margin:0;padding:0 var(--wpv2-page-content-inset, 14px) 4px;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:var(--wpv2-page-content-inset, 14px);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;background:transparent}.wpv2-mobile-home-planners .wpv2-right-rail>.wpv2-rail-card:not(.wpv2-planner-card){display:none!important}.wpv2-mobile-home-planners .wpv2-planner-card{flex:0 0 min(82vw,320px);width:min(82vw,320px);min-height:146px;scroll-snap-align:start;padding:14px;border-radius:12px}.wpv2-mobile-home-planners .wpv2-planner-heading{gap:10px}.wpv2-mobile-home-planners .wpv2-planner-heading>:first-child{font-size:15px}.wpv2-mobile-home-planners .wpv2-planner-status{flex:0 0 auto}.wpv2-mobile-home-planners .wpv2-planner-next,.wpv2-mobile-home-planners .wpv2-planner-empty{min-width:0}}@media(min-width:901px){.wpv2-root.is-fullscreen-playlist-mode{position:relative;grid-template-columns:minmax(0,1fr) var(--wpv2-right-rail-width, 310px)!important;grid-template-rows:minmax(0,1fr) 96px!important;grid-template-areas:"main rail" "player player"!important;gap:0 8px!important;width:100vw;height:100dvh;min-height:100dvh;padding:6px 0 0 6px;overflow:hidden;background:#000}.wpv2-root.is-fullscreen-playlist-mode .wpv2-topbar,.wpv2-root.is-fullscreen-playlist-mode .wpv2-sidebar,.wpv2-root.is-fullscreen-playlist-mode .wpv2-sidebar-resizer,.wpv2-root.is-fullscreen-playlist-mode .wpv2-right-rail-resizer,.wpv2-root.is-fullscreen-playlist-mode .wpv2-mobile-bottom-nav{display:none!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-main-area{grid-area:main;min-width:0;min-height:0;margin:0 0 8px;border-radius:14px;overflow:hidden;align-self:stretch}.wpv2-root.is-fullscreen-playlist-mode .wpv2-live-view{width:100%;height:100%;min-height:0}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-card{display:none!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-right-rail{grid-area:rail;display:grid!important;grid-template-rows:auto auto minmax(0,1fr);min-height:0;margin:0 6px 8px 0;padding-bottom:0;overflow-y:auto;align-self:stretch}.wpv2-root.is-fullscreen-playlist-mode .wpv2-right-rail .wpv2-queue-card{height:100%;min-height:0}.wpv2-root.is-fullscreen-playlist-mode .wpv2-right-rail .wpv2-queue-upcoming-block,.wpv2-root.is-fullscreen-playlist-mode .wpv2-right-rail .wpv2-queue-upcoming-block .wpv2-queue-list{flex:1 1 auto;min-height:0}.wpv2-root.is-fullscreen-playlist-mode .wpv2-bottom-player{grid-area:player}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-view{width:100%;height:100%!important;min-height:0;padding:0!important;overflow:hidden!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-sticky-wrap,.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-nav,.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-body{display:none!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero{width:100%;height:100%!important;min-height:100%!important;margin:0;padding:48px 56px!important;border:0;border-radius:0;display:flex;align-items:center!important;justify-content:center!important;overflow:hidden}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero-content{width:min(100%,1040px);min-width:0;margin:0 auto;display:flex;flex-direction:column;align-items:center!important;justify-content:center!important;gap:14px;text-align:center}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-cover{width:clamp(360px,34vw,520px)!important;height:clamp(360px,34vw,520px)!important;flex:0 0 auto!important;margin:0 auto 4px;border-radius:8px;object-fit:cover;box-shadow:0 18px 54px #0000006b}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-copy{width:min(100%,980px);margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;text-align:center}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-kicker{display:none!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-copy h1,.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero-title{width:100%;max-width:100%;margin:0 0 14px;font-size:clamp(48px,5.4vw,92px)!important;line-height:.94;letter-spacing:-.05em;text-align:center;overflow-wrap:anywhere}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-copy p{max-width:760px;margin:0 0 10px;text-align:center}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-meta-line{width:100%;justify-content:center;text-align:center}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero-skeleton{align-items:center}}@media(min-width:901px){.wpv2-root.is-fullscreen-playlist-mode .wpv2-queue-card>button:last-child,.wpv2-root.is-fullscreen-playlist-mode .wpv2-bottom-tools>button:nth-of-type(2){display:none!important}}@media(min-width:901px){.wpv2-current-playlist-drag{touch-action:none;-webkit-user-select:none;user-select:none}.wpv2-current-playlist-row.is-touch-dragging{position:relative;z-index:6;background:#ffffff1c!important;box-shadow:0 8px 22px #0000004d;opacity:.94}.wpv2-current-playlist-row.is-touch-drop-target{position:relative;background:#ffffff13!important}.wpv2-current-playlist-row.is-touch-drop-target:before{content:"";position:absolute;left:6px;right:6px;top:0;height:2px;border-radius:999px;background:#ff3f1f;pointer-events:none}}.wpv2-current-playlist-drag-tooltip{position:fixed;z-index:10050;display:inline-flex;align-items:center;gap:8px;max-width:min(360px,calc(100vw - 28px));padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#1c1e20f5;color:#f3f5f7;box-shadow:0 10px 30px #00000061;font-size:13px;font-weight:700;line-height:1.2;pointer-events:none;transform:translate(16px,14px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wpv2-current-playlist-drag-tooltip>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpv2-current-playlist-drag-tooltip.is-touch{transform:translate(14px,calc(-100% - 18px))}.wpv2-current-playlist-row.is-touch-drop-target:before{top:0;bottom:auto}.wpv2-current-playlist-row.is-touch-drop-target.is-touch-drop-after:before{top:auto;bottom:0}@media(min-width:901px){.wpv2-current-playlist-row{cursor:grab}.wpv2-current-playlist-row.is-touch-dragging{cursor:grabbing}.wpv2-current-playlist-row .wpv2-current-playlist-drag{display:none!important}.wpv2-current-playlist-row .wpv2-current-playlist-actions,.wpv2-current-playlist-row .wpv2-current-playlist-actions *{cursor:default}}@media(min-width:901px){.wpv2-current-playlist-row{cursor:pointer}.wpv2-current-playlist-row>.wpv2-current-playlist-main{grid-column:2}.wpv2-current-playlist-row.is-touch-dragging{cursor:grabbing!important}}@media(max-width:900px){.wpv2-current-playlist-row,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row{grid-template-columns:minmax(0,1fr) 78px!important;touch-action:pan-y;cursor:pointer}.wpv2-current-playlist-row.is-touch-dragging{cursor:grabbing!important;touch-action:none}.wpv2-current-playlist-row .wpv2-current-playlist-drag{display:none!important}.wpv2-current-playlist-main,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-main,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-main{grid-column:1!important;grid-template-columns:26px 48px minmax(0,1fr)!important;column-gap:8px}.wpv2-current-playlist-index{display:grid!important;width:26px;min-width:26px;height:48px;place-items:center;align-self:center;color:#8f9499;font-size:12px}.wpv2-current-playlist-number{display:inline!important;opacity:1!important}.wpv2-current-playlist-hover-play{display:none!important}.wpv2-current-playlist-row.is-current .wpv2-current-playlist-index{color:#ff3f1f}.wpv2-current-playlist-actions,.wpv2-current-playlist-list .wpv2-current-playlist-actions,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-actions{grid-column:2!important}.wpv2-current-playlist-index .wpv2-playing-bars{display:inline-flex!important;align-items:flex-end;justify-content:center;gap:2px;width:18px;height:18px}}@media(max-width:900px){.wpv2-current-playlist-row.is-touch-dragging,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row.is-touch-dragging,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row.is-touch-dragging{position:relative;z-index:6;background:#ffffff1c!important;box-shadow:0 8px 22px #0000004d!important;opacity:.94;overflow:visible}.wpv2-current-playlist-row.is-touch-drop-target,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row.is-touch-drop-target,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row.is-touch-drop-target{position:relative;z-index:5;background:#ffffff13!important;overflow:visible}.wpv2-current-playlist-row.is-touch-drop-target:before,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row.is-touch-drop-target:before,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row.is-touch-drop-target:before{content:"";position:absolute;z-index:8;left:4px;right:4px;top:0;bottom:auto;height:2px;border-radius:999px;background:#ff3f1f;box-shadow:0 0 8px #ff3f1f6b;pointer-events:none}.wpv2-current-playlist-row.is-touch-drop-target.is-touch-drop-after:before,.wpv2-current-playlist-list.is-list .wpv2-current-playlist-row.is-touch-drop-target.is-touch-drop-after:before,.wpv2-current-playlist-list.is-compact .wpv2-current-playlist-row.is-touch-drop-target.is-touch-drop-after:before{top:auto;bottom:0}}@media(max-width:900px){.wpv2-current-playlist-index{display:grid!important;place-items:center!important;align-self:center!important;justify-self:center!important;line-height:1}.wpv2-current-playlist-number{display:grid!important;place-items:center!important;width:100%;height:100%;line-height:1!important;text-align:center!important}.wpv2-current-playlist-index>.wpv2-playing-bars{margin:0 auto;align-self:center;justify-self:center}}.wpv2-user-dropdown-panel{color:#9ea3a8;transition:color .16s ease,background .16s ease}.wpv2-user-dropdown-panel:hover{color:#fff}.wpv2-user-dropdown-support{justify-content:space-between;color:#9ea3a8;transition:color .16s ease,background .16s ease}.wpv2-user-dropdown-support:hover{color:#fff}.wpv2-user-dropdown-support svg{flex:0 0 auto}.wpv2-support-modal{display:grid;gap:14px;padding:6px}.wpv2-support-brand{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff09}.wpv2-support-brand-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.wpv2-support-brand-copy strong{color:#f5f5f5;font-size:17px;line-height:1.2}.wpv2-support-brand-copy span{color:#8f969d;font-size:12px}.wpv2-support-info{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:12px}.wpv2-support-info-row{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 14px}.wpv2-support-info-row+.wpv2-support-info-row{border-top:1px solid rgba(255,255,255,.07)}.wpv2-support-info-row>span{color:#8f969d;font-size:12px;flex:0 0 auto}.wpv2-support-info-value{color:#d8dadd;font-size:13px;font-weight:500}.wpv2-support-info-row a{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;color:#d8dadd;font-size:13px;text-decoration:none;overflow-wrap:anywhere;text-align:right}.wpv2-support-info-row a:hover{color:#fff;text-decoration:underline}@media(max-width:900px){.wpv2-support-brand{padding:12px}.wpv2-support-info-row{align-items:flex-start;flex-direction:column;gap:5px}.wpv2-support-info-value{color:#d8dadd;font-size:13px;font-weight:500}.wpv2-support-info-row a{justify-content:flex-start;text-align:left}}.wpv2-user-dropdown-language{display:grid;gap:7px;padding:7px 11px 10px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.07)}.wpv2-user-dropdown-language-label{display:flex;align-items:center;gap:7px;color:var(--wpv2-text-muted);font-size:11px;font-weight:500}.wpv2-user-dropdown-language-label svg{flex:0 0 auto}@media(min-width:901px)and (max-height:820px){.wpv2-root:not(.is-fullscreen-playlist-mode) .wpv2-sidebar{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.wpv2-root:not(.is-fullscreen-playlist-mode) .wpv2-recent-playlists-sidebar{flex:0 0 auto;min-height:auto;overflow:visible}.wpv2-root:not(.is-fullscreen-playlist-mode) .wpv2-recent-playlists-scroll-list{flex:0 0 auto;min-height:auto;overflow:visible;padding-right:0}.wpv2-root:not(.is-fullscreen-playlist-mode) .wpv2-right-rail{grid-template-rows:repeat(4,max-content);align-content:start;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.wpv2-root:not(.is-fullscreen-playlist-mode) .wpv2-queue-card{min-height:max-content}.wpv2-root:not(.is-fullscreen-playlist-mode) .wpv2-queue-upcoming-block{flex:0 0 auto;min-height:auto}.wpv2-root:not(.is-fullscreen-playlist-mode) .wpv2-queue-list{overflow:visible}}@media(min-width:901px)and (max-height:820px){.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero{padding:24px 36px!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero-content{gap:10px}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-cover{width:clamp(280px,43vh,360px)!important;height:clamp(280px,43vh,360px)!important;margin-bottom:2px}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-copy h1,.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero-title{margin-bottom:10px;font-size:clamp(38px,4vw,60px)!important;line-height:.96}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-copy p{margin-bottom:7px}}@media(min-width:901px)and (max-height:700px){.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero{padding:18px 28px!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-cover{width:clamp(240px,39vh,300px)!important;height:clamp(240px,39vh,300px)!important}.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-copy h1,.wpv2-root.is-fullscreen-playlist-mode .wpv2-current-playlist-hero-title{font-size:clamp(34px,3.6vw,52px)!important}}/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--radius-2xl:1rem;--ease-out:cubic-bezier(0, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.border{border-style:var(--tw-border-style);border-width:1px}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}html,body{height:100%;overflow:hidden}br{margin:10px;height:0!important}#root,.ks--layout{height:100%!important}::selection{color:#fff;background-color:#ff3f08}.ks--layout .ks--layout-navbar{background:0 0!important}.ks--layout-content-column{overflow:auto!important}.ks--screen{animation-name:open-slide;animation-duration:1s}.ks--screen.close{animation-name:close-slide;animation-duration:1s}.playback-progressbar{width:100%;height:12px;position:relative}.progress-bar{touch-action:none;cursor:pointer;width:100%;height:100%;overflow:hidden}.progress-bar-background{background-color:gray;width:100%;height:4px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.progress-bar-button{background-color:#fff;border:0;border-radius:50%;width:12px;height:12px;margin-left:-6px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 4px #00000080}.range-slider{background-color:#ccc;width:300px;height:10px;position:relative}.progress-slider{background-color:red;width:0;height:100%;position:absolute;top:0;left:0}.slider-value{position:absolute;top:-20px;left:0}.ReactVirtualized__Grid,.ReactVirtualized__Grid__innerScrollContainer{overflow:visible!important}.virtual-list-container,.virtual-list-container>div{width:100%}@keyframes open-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes close-slide{0%{transform:translateY(0)}to{transform:translateY(100%)}}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.ks--modal.modal-background{background-color:#0009}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
