.MiniPlayer-module__CyrG4G__miniPlayer{z-index:1000;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);background:var(--background-secondary);border-top:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap-reverse;animation:.3s ease-out MiniPlayer-module__CyrG4G__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes MiniPlayer-module__CyrG4G__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.MiniPlayer-module__CyrG4G__hiddenMedia{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.MiniPlayer-module__CyrG4G__thumbnail{border-radius:var(--border-radius-md);flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.MiniPlayer-module__CyrG4G__thumbnailImage{object-fit:cover}.MiniPlayer-module__CyrG4G__thumbnailPlaceholder{background:var(--background-card);width:100%;height:100%;color:var(--foreground-muted);justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__thumbnailPlaceholder svg{width:24px;height:24px}.MiniPlayer-module__CyrG4G__liveIndicator{border-radius:var(--border-radius-sm);color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#ef4444,#dc2626);align-items:center;gap:4px;padding:2px 6px;font-size:.6rem;font-weight:700;display:flex;position:absolute;bottom:4px;left:4px}.MiniPlayer-module__CyrG4G__liveDot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite MiniPlayer-module__CyrG4G__blink}@keyframes MiniPlayer-module__CyrG4G__blink{0%,to{opacity:1}50%{opacity:.5}}.MiniPlayer-module__CyrG4G__info{flex:1;min-width:0}.MiniPlayer-module__CyrG4G__titleLink{text-decoration:none}.MiniPlayer-module__CyrG4G__title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;transition:color var(--transition-fast);margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.MiniPlayer-module__CyrG4G__titleLink:hover .MiniPlayer-module__CyrG4G__title{color:var(--color-or)}.MiniPlayer-module__CyrG4G__subtitle{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:.8rem;overflow:hidden}.MiniPlayer-module__CyrG4G__controls{align-items:center;gap:var(--spacing-sm);display:flex}.MiniPlayer-module__CyrG4G__playButton{background:var(--color-or);width:48px;height:48px;color:var(--color-noir);cursor:pointer;transition:transform var(--transition-fast), background var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__playButton:hover{background:var(--color-or-light);transform:scale(1.05)}.MiniPlayer-module__CyrG4G__playButton:active{transform:scale(.95)}.MiniPlayer-module__CyrG4G__playButton svg{width:22px;height:22px}.MiniPlayer-module__CyrG4G__playIcon{margin-left:2px}.MiniPlayer-module__CyrG4G__spinner{animation:1s linear infinite MiniPlayer-module__CyrG4G__spin}@keyframes MiniPlayer-module__CyrG4G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MiniPlayer-module__CyrG4G__volumeControl{align-items:center;gap:var(--spacing-sm);display:flex}@media (max-width:640px){.MiniPlayer-module__CyrG4G__volumeControl{display:none}}.MiniPlayer-module__CyrG4G__volumeButton{border-radius:var(--border-radius-md);width:36px;height:36px;color:var(--foreground-muted);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__volumeButton:hover{color:var(--foreground);background:var(--background-card)}.MiniPlayer-module__CyrG4G__volumeButton svg{width:20px;height:20px}.MiniPlayer-module__CyrG4G__volumeSlider{appearance:none;background:var(--border-color);cursor:pointer;border-radius:2px;width:100px;height:4px}.MiniPlayer-module__CyrG4G__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-or);cursor:pointer;width:14px;height:14px;transition:transform var(--transition-fast);border-radius:50%}.MiniPlayer-module__CyrG4G__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.MiniPlayer-module__CyrG4G__volumeSlider::-moz-range-thumb{background:var(--color-or);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.MiniPlayer-module__CyrG4G__actions{align-items:center;gap:var(--spacing-xs);flex-wrap:wrap;display:flex}.MiniPlayer-module__CyrG4G__minimizeButton,.MiniPlayer-module__CyrG4G__closeButton{border-radius:var(--border-radius-md);width:36px;height:36px;color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__minimizeButton:hover{color:var(--foreground);background:var(--background-card)}.MiniPlayer-module__CyrG4G__closeButton:hover{color:#ef4444;background:#ef44441a}.MiniPlayer-module__CyrG4G__minimizeButton svg,.MiniPlayer-module__CyrG4G__closeButton svg{width:20px;height:20px}.MiniPlayer-module__CyrG4G__miniPlayerMinimized{bottom:var(--spacing-lg);right:var(--spacing-lg);z-index:1000;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:var(--background-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);box-shadow:var(--shadow-lg);animation:.2s ease-out MiniPlayer-module__CyrG4G__fadeIn;display:flex;position:fixed}@keyframes MiniPlayer-module__CyrG4G__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.MiniPlayer-module__CyrG4G__expandButton{border-radius:var(--border-radius-sm);width:28px;height:28px;color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__expandButton:hover{color:var(--color-or);background:var(--background-card)}.MiniPlayer-module__CyrG4G__expandButton svg{width:16px;height:16px}.MiniPlayer-module__CyrG4G__minimizedInfo{align-items:center;gap:var(--spacing-xs);max-width:150px;display:flex}.MiniPlayer-module__CyrG4G__liveDotSmall{background:#ef4444;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1s ease-in-out infinite MiniPlayer-module__CyrG4G__blink}.MiniPlayer-module__CyrG4G__minimizedTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.MiniPlayer-module__CyrG4G__minimizedControls{align-items:center;gap:var(--spacing-xs);display:flex}.MiniPlayer-module__CyrG4G__controlButton{background:var(--color-or);width:32px;height:32px;color:var(--color-noir);cursor:pointer;transition:transform var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__controlButton:hover{transform:scale(1.1)}.MiniPlayer-module__CyrG4G__controlButton svg{width:16px;height:16px}.MiniPlayer-module__CyrG4G__closeButtonSmall{border-radius:var(--border-radius-sm);width:28px;height:28px;color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__closeButtonSmall:hover{color:#ef4444;background:#ef44441a}.MiniPlayer-module__CyrG4G__closeButtonSmall svg{width:16px;height:16px}.MiniPlayer-module__CyrG4G__miniPlayer.MiniPlayer-module__CyrG4G__videoMode{height:auto;min-height:80px}.MiniPlayer-module__CyrG4G__miniPlayerMinimized.MiniPlayer-module__CyrG4G__videoMode{padding:var(--spacing-xs) var(--spacing-sm)}.MiniPlayer-module__CyrG4G__videoElement{object-fit:cover;border-radius:var(--border-radius-md);z-index:1;width:120px;height:68px;position:absolute;top:0;left:0}.MiniPlayer-module__CyrG4G__miniPlayer.MiniPlayer-module__CyrG4G__videoMode .MiniPlayer-module__CyrG4G__thumbnail{width:120px;height:68px}.MiniPlayer-module__CyrG4G__miniPlayerMinimized.MiniPlayer-module__CyrG4G__videoMode video{object-fit:cover;border-radius:var(--border-radius-sm);width:80px;height:45px}.MiniPlayer-module__CyrG4G__hiddenInVideo{opacity:0;pointer-events:none}@media (max-width:480px){.MiniPlayer-module__CyrG4G__miniPlayer{padding:var(--spacing-sm);gap:var(--spacing-sm)}.MiniPlayer-module__CyrG4G__thumbnail{width:44px;height:44px}.MiniPlayer-module__CyrG4G__playButton{width:40px;height:40px}.MiniPlayer-module__CyrG4G__playButton svg{width:18px;height:18px}.MiniPlayer-module__CyrG4G__minimizeButton,.MiniPlayer-module__CyrG4G__closeButton{width:32px;height:32px}.MiniPlayer-module__CyrG4G__title{font-size:.85rem}.MiniPlayer-module__CyrG4G__subtitle{font-size:.75rem}}
