.QueueDrawer_drawer__sVcXD{position:fixed;bottom:90px;right:var(--spacing-6);width:360px;max-width:calc(100vw - var(--spacing-6) * 2);max-height:calc(100vh - 140px);z-index:49;border-radius:var(--radius-lg);background:rgba(15,11,26,.95);backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));border:1px solid var(--color-border-default);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;animation:QueueDrawer_slideUp__viPZj .2s ease-out}@keyframes QueueDrawer_slideUp__viPZj{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.QueueDrawer_glassBackground__t_rOC{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02) 50%,rgba(255,255,255,.05));pointer-events:none}.QueueDrawer_rimLight__sQ0gI{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15) 20%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.15) 80%,transparent);pointer-events:none}.QueueDrawer_header__J7BNv{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-3) var(--spacing-4);border-bottom:1px solid var(--color-border-muted)}.QueueDrawer_title__T5bsu{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-foreground-default);margin:0}.QueueDrawer_headerActions___2dii{display:flex;align-items:center;gap:var(--spacing-2)}.QueueDrawer_clearButton__AnUDr{font-size:var(--font-size-sm);color:var(--color-foreground-muted)}.QueueDrawer_clearButton__AnUDr:hover{color:var(--color-foreground-default)}.QueueDrawer_closeButton__ZDR5j{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center}.QueueDrawer_closeIcon__O7PBL{width:18px;height:18px}.QueueDrawer_content__XfgO1{position:relative;z-index:1;flex:1;overflow-y:auto;padding:var(--spacing-3)}.QueueDrawer_section__LpDaR{margin-bottom:var(--spacing-4)}.QueueDrawer_section__LpDaR:last-child{margin-bottom:0}.QueueDrawer_sectionTitle__Ac_1D{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--color-foreground-subtle);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--spacing-2) 0}.QueueDrawer_queueList__q3cbM{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--spacing-1)}.QueueDrawer_queueItem__TR8Wa{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2);border-radius:var(--radius-sm);transition:background var(--transition-fast)}.QueueDrawer_queueItem__TR8Wa:hover{background:var(--color-background-elevated)}.QueueDrawer_currentItem__fXVju{background:rgba(242,114,12,.1);border:1px solid rgba(242,114,12,.2)}.QueueDrawer_previousItem__qsVHp{opacity:.6}.QueueDrawer_itemButton___zj6d{display:flex;align-items:center;gap:var(--spacing-2);flex:1;background:none;border:none;padding:0;cursor:pointer;text-align:left;color:inherit}.QueueDrawer_itemArtwork__WiCEf{position:relative;width:40px;height:40px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--color-background-subtle)}.QueueDrawer_artworkImage__mt6mS{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.QueueDrawer_artworkPlaceholder__PKSpa{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-foreground-subtle)}.QueueDrawer_artworkPlaceholder__PKSpa svg{width:20px;height:20px}.QueueDrawer_playOverlay__A5sxs{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);opacity:0;transition:opacity var(--transition-fast)}.QueueDrawer_itemButton___zj6d:focus-visible .QueueDrawer_playOverlay__A5sxs,.QueueDrawer_itemButton___zj6d:hover .QueueDrawer_playOverlay__A5sxs{opacity:1}.QueueDrawer_playOverlay__A5sxs svg{width:16px;height:16px;color:var(--color-foreground-default)}.QueueDrawer_nowPlayingIndicator__LSl9H{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);display:flex;align-items:flex-end;gap:2px;height:12px}.QueueDrawer_nowPlayingIndicator__LSl9H .QueueDrawer_bar__m__qG{width:3px;background:var(--color-primary-default);border-radius:1px;animation:QueueDrawer_musicBars__innk4 .8s ease infinite}.QueueDrawer_nowPlayingIndicator__LSl9H .QueueDrawer_bar__m__qG:first-child{height:60%;animation-delay:0s}.QueueDrawer_nowPlayingIndicator__LSl9H .QueueDrawer_bar__m__qG:nth-child(2){height:100%;animation-delay:.2s}.QueueDrawer_nowPlayingIndicator__LSl9H .QueueDrawer_bar__m__qG:nth-child(3){height:80%;animation-delay:.4s}@keyframes QueueDrawer_musicBars__innk4{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.QueueDrawer_itemInfo__VFLFO{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.QueueDrawer_itemTitle__k7ULk{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-foreground-default);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.QueueDrawer_itemArtist__JuQxF{font-size:var(--font-size-xs);color:var(--color-foreground-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.QueueDrawer_itemDuration__UVLmG{font-size:var(--font-size-xs);font-family:var(--font-family-mono);color:var(--color-foreground-subtle);flex-shrink:0}.QueueDrawer_removeButton__5BojM{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-fast)}.QueueDrawer_queueItem__TR8Wa:hover .QueueDrawer_removeButton__5BojM{opacity:1}.QueueDrawer_removeIcon__TSNsL{width:14px;height:14px}.QueueDrawer_emptyState__Ou_vN{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-8);text-align:center}.QueueDrawer_emptyIcon__KogF5{width:48px;height:48px;color:var(--color-foreground-subtle);margin-bottom:var(--spacing-3)}.QueueDrawer_emptyText__IN5Lv{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-foreground-default);margin:0 0 var(--spacing-1) 0}.QueueDrawer_emptySubtext__3aqj0{font-size:var(--font-size-sm);color:var(--color-foreground-muted);margin:0}@media (max-width:768px){.QueueDrawer_drawer__sVcXD{bottom:80px;right:0;left:0;width:100%;max-width:100%;max-height:60vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0}}@media (max-width:480px){.QueueDrawer_drawer__sVcXD{bottom:72px;max-height:50vh}.QueueDrawer_header__J7BNv{padding:var(--spacing-2) var(--spacing-3)}.QueueDrawer_content__XfgO1{padding:var(--spacing-2)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Archivo Black;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8bfb68ab9ab617c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo Black;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/982ceffe7b733b3b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Black Fallback;src:local("Arial");ascent-override:70.78%;descent-override:16.93%;line-gap-override:0.00%;size-adjust:124.05%}.__className_93a132{font-family:Archivo Black,Archivo Black Fallback;font-weight:400;font-style:normal}.__variable_93a132{--font-archivo-black:"Archivo Black","Archivo Black Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_747d7b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_747d7b{--font-jetbrains-mono:"JetBrains Mono","JetBrains Mono Fallback"}