.queue-panel{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:#1e1e23e6;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-left:1px solid rgba(255,255,255,.08);z-index:2000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:-10px 0 40px #00000080}.queue-panel.visible{transform:translate(0)}.queue-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08;flex-shrink:0}.queue-panel-title{margin:0;color:#e8e8e8;font-size:17px;font-weight:600;letter-spacing:-.3px}.queue-header-btn{width:32px;height:32px;border:none;background:transparent;color:#ffffff80;font-size:20px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.queue-header-btn:hover{background:#ffffff14;color:#ffffffd9}.queue-header-btn:active{background:#ffffff1f;-webkit-tap-highlight-color:transparent}.queue-list{flex:1;overflow-y:auto;padding:0}.queue-album-section{border-bottom:1px solid rgba(255,255,255,.05)}.queue-album-section:last-child{border-bottom:none}.queue-album-section.current-album{background:#ffffff05}.queue-album-header-row{display:flex;align-items:center;gap:12px;padding:16px 20px 12px;position:relative}.queue-album-art{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.08);object-fit:cover}.queue-album-art-placeholder{width:48px;height:48px;border-radius:6px;flex-shrink:0;background:#ffffff14;border:1px solid rgba(255,255,255,.05)}.queue-album-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.queue-album-title{margin:0;color:#e8e8e8;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-album-meta{color:#fff6;font-size:11px}.queue-album-remove-btn{padding:4px 10px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff6;font-size:11px;font-weight:500;letter-spacing:.02em;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0;margin-left:4px;text-transform:lowercase}.queue-album-remove-btn:hover{background:#ff505026;color:#ff6464e6;border-color:#ff50504d}.queue-album-remove-btn:active{background:#ff505040;-webkit-tap-highlight-color:transparent}.queue-album-tracks{padding-bottom:8px}.queue-item{display:flex;align-items:center;gap:12px;padding:8px 20px;cursor:pointer;transition:all .15s ease;border:none;background:transparent;width:100%;text-align:left;font-family:inherit}.queue-item:hover{background:#ffffff0d}.queue-item.current{background:#ffffff14}.queue-item.current .queue-item-number{color:#ffffffe6;font-weight:600}.queue-item-number{width:24px;text-align:center;font-size:12px;color:#fff6;font-family:monospace;flex-shrink:0}.queue-item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.queue-item-title{color:#ffffffb3;font-size:13px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-item.current .queue-item-title{color:#e8e8e8;font-weight:500}.queue-item-playing{color:#ffffff80;font-size:10px;display:flex;align-items:center;gap:4px}.queue-item-duration{color:#fff6;font-size:11px;font-family:monospace;flex-shrink:0;min-width:40px;text-align:right}.queue-empty{padding:40px 20px;text-align:center;color:#fff6;font-size:13px}.queue-list::-webkit-scrollbar{width:6px}.queue-list::-webkit-scrollbar-track{background:transparent}.queue-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.queue-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.queue-album-section.current-album .queue-album-title{color:#fff}.queue-album-section.current-album .queue-album-meta{color:#ffffff80}
