:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #667eea;--color-primary-dark: #5a67d8;--color-primary-light: #7c3aed;--color-secondary: #f093fb;--color-accent: #4facfe;--color-accent-warm: #ff9a9e;--color-background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--color-background-light: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--color-background-dark: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--color-surface: rgba(255, 255, 255, .1);--color-surface-elevated: rgba(255, 255, 255, .2);--color-text-primary: #213547;--color-text-secondary: #6b7280;--color-text-disabled: #9ca3af;--color-border: #e5e7eb;--color-border-light: #f3f4f6;--color-border-dark: #d1d5db;--color-error: #b91c1c;--color-error-light: #fef2f2;--color-error-dark: #991b1b;--color-success: #16a34a;--color-success-light: #f0fdf4;--color-success-dark: #15803d;--color-warning: #92400e;--color-warning-light: #fffbeb;--color-warning-dark: #78350f;--color-info: #2563eb;--color-info-light: #eff6ff;--color-info-dark: #1d4ed8;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem}@media (prefers-color-scheme: dark){:root{--color-primary: #667eea;--color-primary-dark: #5a67d8;--color-primary-light: #7c3aed;--color-secondary: #f093fb;--color-accent: #4facfe;--color-accent-warm: #ff9a9e;--color-background: linear-gradient(135deg, #2d1b69 0%, #11998e 100%);--color-background-light: linear-gradient(135deg, #8360c3 0%, #2ebf91 100%);--color-background-dark: linear-gradient(135deg, #0f0c29 0%, #24243e 100%);--color-surface: rgba(255, 255, 255, .05);--color-surface-elevated: rgba(255, 255, 255, .1);--color-text-primary: rgba(255, 255, 255, .87);--color-text-secondary: rgba(255, 255, 255, .6);--color-text-disabled: rgba(255, 255, 255, .38);--color-border: #374151;--color-border-light: #4b5563;--color-border-dark: #1f2937;--color-error: #ef4444;--color-error-light: #1f1315;--color-error-dark: #b91c1c;--color-success: #22c55e;--color-success-light: #0f1b0f;--color-success-dark: #16a34a;--color-warning: #f59e0b;--color-warning-light: #1f1611;--color-warning-dark: #92400e;--color-info: #3b82f6;--color-info-light: #0f1419;--color-info-dark: #2563eb}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:var(--color-background);color:var(--color-text-primary);position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);pointer-events:none;z-index:-1}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:var(--color-text-primary)}p{margin:0;line-height:1.6}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}a:focus{outline:2px solid var(--color-primary);outline-offset:2px}button{font-family:inherit;font-size:1rem;font-weight:500;line-height:1;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:var(--color-primary);color:#fff}button:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button:focus{outline:2px solid var(--color-primary);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed;transform:none}input,textarea,select{font-family:inherit;font-size:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;background:var(--color-surface);color:var(--color-text-primary);transition:border-color var(--transition-fast)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #646cff1a}input::placeholder,textarea::placeholder{color:var(--color-text-secondary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background-light)}::-webkit-scrollbar-thumb{background:var(--color-border-dark);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}::selection{background:var(--color-primary);color:#fff}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-contrast: high){:root{--color-primary: #0000ff;--color-primary-dark: #000080;--color-primary-light: #4040ff;--color-secondary: #ff00ff;--color-accent: #00ffff;--color-accent-warm: #ff8080;--color-background: #ffffff;--color-background-light: #ffffff;--color-background-dark: #000000;--color-surface: #ffffff;--color-surface-elevated: #f0f0f0;--color-text-primary: #000000;--color-text-secondary: #000000;--color-text-disabled: #808080;--color-border: #000000;--color-border-light: #808080;--color-border-dark: #000000;--color-error: #cc0000;--color-error-light: #ffffff;--color-error-dark: #800000;--color-success: #008000;--color-success-light: #ffffff;--color-success-dark: #004000;--color-warning: #b45309;--color-warning-light: #ffffff;--color-warning-dark: #804000;--color-info: #0000ff;--color-info-light: #ffffff;--color-info-dark: #000080}button,input,textarea,select{border-width:2px!important;border-color:#000!important}button:focus,input:focus,textarea:focus,select:focus{outline:3px solid #000000!important;outline-offset:2px!important}a{color:#00f!important;text-decoration:underline!important}a:visited{color:purple!important}a:hover,a:focus{background-color:#ff0!important;color:#000!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.VideoPlayer-module__videoPlayer___ncvwy{display:flex;flex-direction:column;background:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.VideoPlayer-module__videoPlayer___ncvwy:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0006}.VideoPlayer-module__playerContainer___-zNoH{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;display:flex;align-items:center;justify-content:center}.VideoPlayer-module__youtubeContainer___bJJQr{width:100%;height:100%}.VideoPlayer-module__emptyState___wFNQr{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;text-align:center;padding:2rem}.VideoPlayer-module__emptyIcon___40Sbr{font-size:3rem;margin-bottom:1rem;opacity:.5}.VideoPlayer-module__emptyMessage___4c6S2{font-size:1rem;font-weight:500}.VideoPlayer-module__lazyPlaceholder___Bdot6{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888;text-align:center;padding:2rem;background:#111}.VideoPlayer-module__placeholderIcon___SaLz9{font-size:3rem;margin-bottom:1rem;opacity:.6;animation:VideoPlayer-module__pulse___-yfeS 2s ease-in-out infinite}.VideoPlayer-module__placeholderMessage___gGHHq{font-size:.9rem;font-weight:500;opacity:.8}@keyframes VideoPlayer-module__pulse___-yfeS{0%,to{opacity:.6}50%{opacity:.3}}.VideoPlayer-module__loadingState___GdNCF{position:absolute;inset:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:10}.VideoPlayer-module__loadingSpinner___lo5M9{width:40px;height:40px;border:3px solid #333;border-top:3px solid #ff0000;border-radius:50%;animation:VideoPlayer-module__spin___-ffsZ 1s linear infinite;margin-bottom:1rem}@keyframes VideoPlayer-module__spin___-ffsZ{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VideoPlayer-module__loadingMessage___QWqMj{font-size:.9rem;font-weight:500}.VideoPlayer-module__errorState___23trO{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ff6b6b;text-align:center;padding:2rem}.VideoPlayer-module__errorIcon___tRAp-{font-size:3rem;margin-bottom:1rem}.VideoPlayer-module__errorMessage___0ZUAQ{font-size:.9rem;margin-bottom:1rem;max-width:200px;line-height:1.4}.VideoPlayer-module__retryButton___KZm0O{background:red;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:background-color .2s ease}.VideoPlayer-module__retryButton___KZm0O:hover{background:#c00}.VideoPlayer-module__retryButton___KZm0O:active{transform:translateY(1px)}.VideoPlayer-module__metadataOverlay___RVR88{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:1rem;z-index:5}.VideoPlayer-module__videoTitle___A0Z-y{font-size:.9rem;font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VideoPlayer-module__videoDuration___YBtoB{font-size:.8rem;color:#ccc}@media (max-width: 768px){.VideoPlayer-module__videoPlayer___ncvwy{margin-bottom:1rem}.VideoPlayer-module__playerContainer___-zNoH{aspect-ratio:16 / 10}.VideoPlayer-module__emptyIcon___40Sbr,.VideoPlayer-module__errorIcon___tRAp-{font-size:2.5rem}.VideoPlayer-module__emptyMessage___4c6S2,.VideoPlayer-module__errorMessage___0ZUAQ{font-size:.85rem}}@media (max-width: 480px){.VideoPlayer-module__emptyState___wFNQr,.VideoPlayer-module__errorState___23trO{padding:1.5rem}.VideoPlayer-module__loadingSpinner___lo5M9{width:32px;height:32px;border-width:2px}.VideoPlayer-module__retryButton___KZm0O{padding:.4rem .8rem;font-size:.75rem}}.VideoPlayer-module__accessibilityControls___XUbjE{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:15;opacity:0;transition:opacity var(--transition-fast)}.VideoPlayer-module__videoPlayer___ncvwy:hover .VideoPlayer-module__accessibilityControls___XUbjE,.VideoPlayer-module__videoPlayer___ncvwy:focus-within .VideoPlayer-module__accessibilityControls___XUbjE{opacity:1}.VideoPlayer-module__accessibilityButton___FrKkZ{background:#000c;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-sm);padding:.375rem .5rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);backdrop-filter:blur(4px);min-width:2rem;display:flex;align-items:center;justify-content:center}.VideoPlayer-module__accessibilityButton___FrKkZ:hover{background:#000000e6;border-color:#ffffff80;transform:scale(1.05)}.VideoPlayer-module__accessibilityButton___FrKkZ:focus{outline:2px solid var(--color-primary);outline-offset:2px}.VideoPlayer-module__accessibilityButton___FrKkZ.VideoPlayer-module__active___eAZE3{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.VideoPlayer-module__accessibilityButton___FrKkZ.VideoPlayer-module__small___baOU1{padding:.25rem .375rem;font-size:.625rem;min-width:1.75rem}.VideoPlayer-module__buttonIcon___RsX4n{font-family:monospace;font-weight:700;font-size:.75rem}.VideoPlayer-module__playbackRateControls___LFU5b{display:flex;flex-direction:column;gap:.125rem;margin-top:.25rem}.VideoPlayer-module__visuallyHidden___SDWva{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-contrast: high){.VideoPlayer-module__accessibilityButton___FrKkZ{background:#000;border:2px solid #fff;color:#fff}.VideoPlayer-module__accessibilityButton___FrKkZ:hover{background:#fff;color:#000}.VideoPlayer-module__accessibilityButton___FrKkZ.VideoPlayer-module__active___eAZE3{background:#fff;color:#000;border-color:#000}}@media (prefers-reduced-motion: reduce){.VideoPlayer-module__accessibilityControls___XUbjE,.VideoPlayer-module__accessibilityButton___FrKkZ{transition:none}.VideoPlayer-module__accessibilityButton___FrKkZ:hover{transform:none}}@media (max-width: 768px){.VideoPlayer-module__accessibilityControls___XUbjE{position:static;opacity:1;flex-direction:row;justify-content:center;padding:.5rem;background:#000c;border-top:1px solid rgba(255,255,255,.1)}.VideoPlayer-module__playbackRateControls___LFU5b{flex-direction:row;margin-top:0;margin-left:.5rem}.VideoPlayer-module__accessibilityButton___FrKkZ{font-size:.875rem;padding:.5rem}.VideoPlayer-module__accessibilityButton___FrKkZ.VideoPlayer-module__small___baOU1{font-size:.75rem;padding:.375rem}}.MasterControls-module__masterControls___UFkzR{background:linear-gradient(135deg,#667eeae6,#764ba2e6,#f093fbcc);border-radius:20px;padding:24px;margin:16px 0;box-shadow:0 20px 40px #0000001a,0 8px 32px #667eea33,inset 0 1px #fff3;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(20px);color:#fff;position:relative;overflow:hidden;animation:MasterControls-module__masterControlsGlow___chdm8 8s ease-in-out infinite}@keyframes MasterControls-module__masterControlsGlow___chdm8{0%,to{box-shadow:0 20px 40px #0000001a,0 8px 32px #667eea33,inset 0 1px #fff3}50%{box-shadow:0 20px 40px #00000026,0 8px 32px #f093fb4d,inset 0 1px #ffffff4d}}.MasterControls-module__masterControls___UFkzR:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%),linear-gradient(45deg,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none;animation:MasterControls-module__controlsShimmer___kcr0r 10s ease-in-out infinite}@keyframes MasterControls-module__controlsShimmer___kcr0r{0%,to{opacity:1}50%{opacity:.7}}.MasterControls-module__title___AGdRl{font-size:1.8rem;font-weight:700;margin:0 0 24px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.2);position:relative;z-index:1;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:MasterControls-module__titlePulse___bhsCe 3s ease-in-out infinite}@keyframes MasterControls-module__titlePulse___bhsCe{0%,to{filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}50%{filter:drop-shadow(0 0 20px rgba(255,255,255,.5))}}.MasterControls-module__controlsContainer___Jzse-{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.MasterControls-module__buttonGroup___FCsv9{display:flex;gap:12px;flex-wrap:wrap}.MasterControls-module__volumeControlGroup___7hhBg{display:flex;flex-direction:column;gap:8px;flex:1}.MasterControls-module__controlGroup___NWJBb{display:flex;flex-direction:column;gap:8px}.MasterControls-module__masterButton___CAkiq{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:#fff3;color:#fff;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);min-height:56px}.MasterControls-module__compactButton___f53-s{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff26;color:#fff;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);min-height:52px;min-width:130px;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001a,inset 0 1px #fff3}.MasterControls-module__compactButton___f53-s:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.MasterControls-module__compactButton___f53-s:hover:before{left:100%}.MasterControls-module__masterButton___CAkiq:hover:not(.MasterControls-module__disabled___h7zX3),.MasterControls-module__compactButton___f53-s:hover:not(.MasterControls-module__disabled___h7zX3){background:#ffffff40;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #00000026,0 4px 16px #ffffff1a,inset 0 1px #ffffff4d}.MasterControls-module__masterButton___CAkiq:active:not(.MasterControls-module__disabled___h7zX3),.MasterControls-module__compactButton___f53-s:active:not(.MasterControls-module__disabled___h7zX3){transform:translateY(0);box-shadow:0 2px 8px #0003}.MasterControls-module__masterButton___CAkiq:focus,.MasterControls-module__compactButton___f53-s:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__masterButton___CAkiq.MasterControls-module__disabled___h7zX3,.MasterControls-module__compactButton___f53-s.MasterControls-module__disabled___h7zX3{opacity:.5;cursor:not-allowed;background:#ffffff1a}.MasterControls-module__playButton___unOh-.MasterControls-module__playing___zeA-v,.MasterControls-module__compactButton___f53-s.MasterControls-module__playButton___unOh-.MasterControls-module__playing___zeA-v{background:#ff6b6b4d;border-color:#ff6b6b80}.MasterControls-module__playButton___unOh-.MasterControls-module__playing___zeA-v:hover:not(.MasterControls-module__disabled___h7zX3),.MasterControls-module__compactButton___f53-s.MasterControls-module__playButton___unOh-.MasterControls-module__playing___zeA-v:hover:not(.MasterControls-module__disabled___h7zX3){background:#ff6b6b66}.MasterControls-module__muteButton___PvM7y.MasterControls-module__muted___GFeoZ,.MasterControls-module__compactButton___f53-s.MasterControls-module__muteButton___PvM7y.MasterControls-module__muted___GFeoZ{background:#ffc1074d;border-color:#ffc10780}.MasterControls-module__muteButton___PvM7y.MasterControls-module__muted___GFeoZ:hover:not(.MasterControls-module__disabled___h7zX3),.MasterControls-module__compactButton___f53-s.MasterControls-module__muteButton___PvM7y.MasterControls-module__muted___GFeoZ:hover:not(.MasterControls-module__disabled___h7zX3){background:#ffc10766}.MasterControls-module__shareButton___aAkUN.MasterControls-module__copied___3xLn-,.MasterControls-module__compactButton___f53-s.MasterControls-module__shareButton___aAkUN.MasterControls-module__copied___3xLn-{background:#4caf504d;border-color:#4caf5080}.MasterControls-module__shareButton___aAkUN.MasterControls-module__copied___3xLn-:hover:not(.MasterControls-module__disabled___h7zX3),.MasterControls-module__compactButton___f53-s.MasterControls-module__shareButton___aAkUN.MasterControls-module__copied___3xLn-:hover:not(.MasterControls-module__disabled___h7zX3){background:#4caf5066}.MasterControls-module__buttonIcon___qQLQB{font-size:1.4rem;line-height:1}.MasterControls-module__buttonText___Rps4j{font-size:1rem;line-height:1}.MasterControls-module__volumeLabel___jaeUb{font-size:1rem;font-weight:600;margin-bottom:8px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.MasterControls-module__volumeContainer___Im3gF{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000001a,inset 0 1px #fff3;transition:all .3s ease}.MasterControls-module__volumeContainer___Im3gF:hover{background:#ffffff26;box-shadow:0 6px 20px #00000026,inset 0 1px #ffffff4d}.MasterControls-module__volumeIcon___-3Cj2{font-size:1.2rem;line-height:1;opacity:.8}.MasterControls-module__volumeSlider___XXHUi{flex:1;height:6px;border-radius:3px;background:#fff3;outline:none;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;appearance:none}.MasterControls-module__volumeSlider___XXHUi::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.MasterControls-module__volumeSlider___XXHUi::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.MasterControls-module__volumeSlider___XXHUi:hover:not(.MasterControls-module__disabled___h7zX3)::-webkit-slider-thumb{transform:scale(1.1);box-shadow:0 4px 12px #0006}.MasterControls-module__volumeSlider___XXHUi:hover:not(.MasterControls-module__disabled___h7zX3)::-moz-range-thumb{transform:scale(1.1);box-shadow:0 4px 12px #0006}.MasterControls-module__volumeSlider___XXHUi:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__volumeSlider___XXHUi.MasterControls-module__disabled___h7zX3{opacity:.5;cursor:not-allowed}.MasterControls-module__volumeSlider___XXHUi.MasterControls-module__disabled___h7zX3::-webkit-slider-thumb{cursor:not-allowed}.MasterControls-module__volumeSlider___XXHUi.MasterControls-module__disabled___h7zX3::-moz-range-thumb{cursor:not-allowed}.MasterControls-module__volumeValue___gyJu-{font-size:.9rem;font-weight:600;min-width:40px;text-align:right;opacity:.9}@media (min-width: 768px){.MasterControls-module__controlsContainer___Jzse-{flex-direction:row;align-items:flex-end;gap:24px}.MasterControls-module__buttonGroup___FCsv9{flex-shrink:0;gap:16px}.MasterControls-module__volumeControlGroup___7hhBg{flex:1;min-width:0}.MasterControls-module__compactButton___f53-s{min-width:130px}}@media (max-width: 767px){.MasterControls-module__buttonGroup___FCsv9{flex-direction:column;gap:8px}.MasterControls-module__compactButton___f53-s{min-width:100%}}@media (min-width: 1024px){.MasterControls-module__masterControls___UFkzR{padding:12px}.MasterControls-module__title___AGdRl{font-size:1.75rem}.MasterControls-module__controlsContainer___Jzse-{gap:32px}.MasterControls-module__compactButton___f53-s{padding:14px 20px;font-size:1rem;min-height:52px;min-width:140px}.MasterControls-module__shareButtonWrapper___-FNd1 .shareButton{padding:14px 20px!important;font-size:1rem!important;min-height:52px!important;min-width:140px!important}.MasterControls-module__buttonIcon___qQLQB{font-size:1.4rem}}@media (prefers-contrast: high){.MasterControls-module__masterControls___UFkzR{background:#000;border:2px solid #fff}.MasterControls-module__masterButton___CAkiq{background:#333;border:2px solid #fff}.MasterControls-module__masterButton___CAkiq:hover:not(.MasterControls-module__disabled___h7zX3){background:#555}.MasterControls-module__volumeContainer___Im3gF{background:#333;border:1px solid #fff}.MasterControls-module__volumeSlider___XXHUi{background:#666}}@media (prefers-reduced-motion: reduce){.MasterControls-module__masterButton___CAkiq,.MasterControls-module__compactButton___f53-s,.MasterControls-module__volumeSlider___XXHUi::-webkit-slider-thumb,.MasterControls-module__volumeSlider___XXHUi::-moz-range-thumb,.MasterControls-module__sectionHeader___4bhtM,.MasterControls-module__videoControlsGrid___ZEWZz{transition:none}.MasterControls-module__masterButton___CAkiq:hover:not(.MasterControls-module__disabled___h7zX3),.MasterControls-module__compactButton___f53-s:hover:not(.MasterControls-module__disabled___h7zX3){transform:none}.MasterControls-module__volumeSlider___XXHUi:hover:not(.MasterControls-module__disabled___h7zX3)::-webkit-slider-thumb,.MasterControls-module__volumeSlider___XXHUi:hover:not(.MasterControls-module__disabled___h7zX3)::-moz-range-thumb{transform:none}.MasterControls-module__sectionHeader___4bhtM:hover .MasterControls-module__toggleButton___QV06E{transform:none}}.MasterControls-module__individualControls___utDTm{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.2);position:relative;z-index:1}.MasterControls-module__sectionHeader___4bhtM{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;transition:all .2s ease;user-select:none}.MasterControls-module__sectionHeader___4bhtM:hover{background:#ffffff26;box-shadow:0 2px 8px #0000001a}.MasterControls-module__sectionHeader___4bhtM:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__sectionTitle___zvYTG{font-size:1.2rem;font-weight:600;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.MasterControls-module__toggleButton___QV06E{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;padding:6px 8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;pointer-events:none}.MasterControls-module__sectionHeader___4bhtM:hover .MasterControls-module__toggleButton___QV06E{background:#ffffff4d;transform:translateY(-1px)}.MasterControls-module__toggleIcon___5lAcZ{font-size:.9rem;line-height:1;transition:transform .2s ease}.MasterControls-module__videoControlsGrid___ZEWZz{display:flex;flex-direction:column;gap:8px;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .3s ease;max-height:1000px;opacity:1}.MasterControls-module__videoControlsGrid___ZEWZz.MasterControls-module__collapsed___KO7gQ{max-height:0;opacity:0;margin-bottom:0}.MasterControls-module__videoControlSlot___dXAjF{background:#ffffff1a;border-radius:6px;padding:8px 12px;border:1px solid rgba(255,255,255,.2)}.MasterControls-module__slotHeader___TF45S{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.MasterControls-module__urlInputContainer___teEE1{display:flex;align-items:center;gap:6px;width:100%}.MasterControls-module__urlTextbox___ekzwL{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;font-size:.8rem;padding:6px 8px;outline:none;font-family:monospace;transition:all .2s ease}.MasterControls-module__urlTextbox___ekzwL::placeholder{color:#ffffff80}.MasterControls-module__urlTextbox___ekzwL:focus{background:#ffffff26;border-color:#ffffff80;box-shadow:0 0 0 2px #ffffff1a}.MasterControls-module__removeUrlButton___z-ZwB{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:3px;color:#fff;cursor:pointer;font-size:.8rem;padding:2px 4px;transition:all .2s ease;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.MasterControls-module__removeUrlButton___z-ZwB:hover{background:#ff6b6b4d;border-color:#ff6b6b80}.MasterControls-module__individualControlsRow___aIrAG{display:flex;align-items:center;gap:6px}.MasterControls-module__individualPlayButton___zlR6C,.MasterControls-module__individualMuteButton___GX5sA{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:4px 6px;transition:all .2s ease;min-width:32px;height:28px;display:flex;align-items:center;justify-content:center}.MasterControls-module__individualPlayButton___zlR6C:hover:not(:disabled),.MasterControls-module__individualMuteButton___GX5sA:hover:not(:disabled){background:#ffffff4d;transform:translateY(-1px)}.MasterControls-module__individualPlayButton___zlR6C:disabled,.MasterControls-module__individualMuteButton___GX5sA:disabled{opacity:.5;cursor:not-allowed}.MasterControls-module__individualPlayButton___zlR6C.MasterControls-module__playing___zeA-v{background:#ff6b6b4d;border-color:#ff6b6b80}.MasterControls-module__individualMuteButton___GX5sA.MasterControls-module__muted___GFeoZ{background:#ffc1074d;border-color:#ffc10780}.MasterControls-module__individualVolumeContainer___kPNVS{display:flex;align-items:center;gap:4px;flex:1}.MasterControls-module__individualVolumeSlider___0tcxF{flex:1;height:4px;border-radius:2px;background:#fff3;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.MasterControls-module__individualVolumeSlider___0tcxF::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 4px #0000004d}.MasterControls-module__individualVolumeSlider___0tcxF::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 4px #0000004d}.MasterControls-module__individualVolumeSlider___0tcxF:disabled{opacity:.5;cursor:not-allowed}.MasterControls-module__individualVolumeSlider___0tcxF.MasterControls-module__muted___GFeoZ{opacity:.6}.MasterControls-module__individualVolumeValue___4PAqR{font-size:.8rem;font-weight:500;min-width:32px;text-align:right;opacity:.8}@media (min-width: 768px){.MasterControls-module__videoControlsGrid___ZEWZz{gap:10px}}@media (min-width: 1024px){.MasterControls-module__videoControlSlot___dXAjF{padding:10px 14px}.MasterControls-module__individualControlsRow___aIrAG{gap:8px}}.MasterControls-module__masterButton___CAkiq:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__volumeSlider___XXHUi:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__individualPlayButton___zlR6C:focus-visible,.MasterControls-module__individualMuteButton___GX5sA:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__individualVolumeSlider___0tcxF:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__slotActions___u-NnO{display:flex;gap:4px;align-items:center}.MasterControls-module__removeSlotButton___Z5f-C{background:#ff6b6b33;border:1px solid rgba(255,107,107,.4);border-radius:3px;color:#fff;cursor:pointer;font-size:.7rem;padding:2px 4px;transition:all .2s ease;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.MasterControls-module__removeSlotButton___Z5f-C:hover{background:#ff6b6b66;border-color:#ff6b6b99;transform:translateY(-1px)}.MasterControls-module__removeSlotButton___Z5f-C:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__addSlotContainer___88lyJ{display:flex;justify-content:center;padding:12px;border:2px dashed rgba(255,255,255,.3);border-radius:8px;margin-top:8px}.MasterControls-module__addSlotButton___S8SoE{background:#4caf5033;border:1px solid rgba(76,175,80,.4);border-radius:6px;color:#fff;cursor:pointer;padding:12px 16px;transition:all .3s ease;display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500}.MasterControls-module__addSlotButton___S8SoE:hover{background:#4caf504d;border-color:#4caf5099;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.MasterControls-module__addSlotButton___S8SoE:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.MasterControls-module__addSlotIcon___3xPIJ{font-size:1rem;line-height:1}.MasterControls-module__addSlotText___KMj9R{font-size:.9rem;line-height:1}.MixerGrid-module__mixerGrid___74Yom{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.MixerGrid-module__gridContainer___5L4St{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;min-height:300px;margin-bottom:2rem}.MixerGrid-module__videoSlot___9dj-u{display:flex;flex-direction:column;background:var(--color-surface);border:2px solid var(--color-border);border-radius:12px;overflow:hidden;transition:all .3s ease;min-height:280px}.MixerGrid-module__videoSlot___9dj-u:hover{border-color:var(--color-primary);box-shadow:0 4px 12px #0000001a}.MixerGrid-module__playerContainer___vhiGy{flex:1;position:relative;background:var(--color-background-dark);display:flex;align-items:center;justify-content:center}.MixerGrid-module__controlsContainer___LknmD{padding:1rem;background:var(--color-surface);border-top:1px solid var(--color-border)}.MixerGrid-module__emptySlot___39Kwl{display:flex;align-items:center;justify-content:center;background:var(--color-background-light);border:2px dashed var(--color-border);border-radius:12px;transition:all .3s ease;padding:1rem}.MixerGrid-module__emptySlot___39Kwl:hover{border-color:var(--color-primary);background:var(--color-surface)}.MixerGrid-module__emptySlotContent___z5k9y{text-align:center;color:var(--color-text-secondary);width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.MixerGrid-module__emptySlotContent___z5k9y h3{margin:0;font-size:1.2rem;font-weight:600;color:var(--color-text-primary)}.MixerGrid-module__emptyIcon___dw3we{font-size:3rem;opacity:.5;margin-bottom:.5rem}.MixerGrid-module__emptyMessage___6pRY8{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem}.MixerGrid-module__emptySubMessage___Qc5oY{font-size:.9rem;color:var(--color-text-secondary);opacity:.8}@media (max-width: 768px){.MixerGrid-module__mixerGrid___74Yom{padding:.75rem}.MixerGrid-module__gridContainer___5L4St{gap:1rem;min-height:500px}.MixerGrid-module__videoSlot___9dj-u{min-height:240px}.MixerGrid-module__controlsContainer___LknmD{padding:.75rem}}@media (max-width: 480px){.MixerGrid-module__mixerGrid___74Yom{padding:.5rem}.MixerGrid-module__gridContainer___5L4St{grid-template-columns:1fr;gap:.75rem;min-height:auto}.MixerGrid-module__videoSlot___9dj-u{min-height:200px}.MixerGrid-module__controlsContainer___LknmD{padding:.5rem}.MixerGrid-module__emptySlotContent___z5k9y h3{font-size:1rem}}@media (min-width: 1200px){.MixerGrid-module__gridContainer___5L4St{gap:2rem;min-height:700px}.MixerGrid-module__videoSlot___9dj-u{min-height:320px}.MixerGrid-module__controlsContainer___LknmD{padding:1.25rem}}.MixerGrid-module__videoSlot___9dj-u:focus-within{outline:2px solid var(--color-primary);outline-offset:2px}.MixerGrid-module__videoSlot___9dj-u[data-loading=true]{opacity:.7}.MixerGrid-module__videoSlot___9dj-u[data-loading=true]:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--color-primary);border-top-color:transparent;border-radius:50%;animation:MixerGrid-module__spin___7wwMi 1s linear infinite}@keyframes MixerGrid-module__spin___7wwMi{to{transform:rotate(360deg)}}.MixerGrid-module__videoSlot___9dj-u[data-error=true]{border-color:var(--color-error);background:var(--color-error-light)}.MixerGrid-module__videoSlot___9dj-u[data-error=true] .MixerGrid-module__emptySlotContent___z5k9y{color:var(--color-error)}.MixerGrid-module__emptyGrid___w-cTT{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--color-text-secondary);font-size:1.1rem;text-align:center}.ErrorBoundary-module__errorBoundary___W-4u9{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:var(--color-background)}.ErrorBoundary-module__errorContainer___5ZWWB{max-width:600px;width:100%;text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 12px #0000001a}.ErrorBoundary-module__errorIcon___hbr9T{font-size:4rem;margin-bottom:1rem;display:block}.ErrorBoundary-module__errorTitle___U0DBg{color:var(--color-error);font-size:1.5rem;font-weight:600;margin:0 0 1rem}.ErrorBoundary-module__errorMessage___YvjEo{color:var(--color-text-secondary);font-size:1rem;line-height:1.6;margin:0 0 2rem}.ErrorBoundary-module__errorActions___uOFt8{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.ErrorBoundary-module__retryButton___CSrzg,.ErrorBoundary-module__reloadButton___vhjRv{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.ErrorBoundary-module__retryButton___CSrzg{background:var(--color-primary);color:#fff}.ErrorBoundary-module__retryButton___CSrzg:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.ErrorBoundary-module__retryButton___CSrzg:active{transform:translateY(0)}.ErrorBoundary-module__reloadButton___vhjRv{background:var(--color-background);color:var(--color-text-primary);border:1px solid var(--color-border)}.ErrorBoundary-module__reloadButton___vhjRv:hover{background:var(--color-background-light);border-color:var(--color-primary)}.ErrorBoundary-module__reloadButton___vhjRv:active{background:var(--color-background-dark)}.ErrorBoundary-module__errorDetails___QUU5i{text-align:left;margin-top:2rem;padding:1rem;background:var(--color-background-dark);border:1px solid var(--color-border);border-radius:8px}.ErrorBoundary-module__errorDetails___QUU5i summary{cursor:pointer;font-weight:500;color:var(--color-text-primary);margin-bottom:1rem}.ErrorBoundary-module__errorDetails___QUU5i summary:hover{color:var(--color-primary)}.ErrorBoundary-module__errorStack___LDLPT{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem}.ErrorBoundary-module__errorStack___LDLPT h4{color:var(--color-text-primary);font-size:.9rem;margin:1rem 0 .5rem}.ErrorBoundary-module__errorStack___LDLPT h4:first-child{margin-top:0}.ErrorBoundary-module__errorStack___LDLPT pre{background:var(--color-background);border:1px solid var(--color-border);border-radius:4px;padding:.75rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:var(--color-error);margin:0}@media (max-width: 768px){.ErrorBoundary-module__errorBoundary___W-4u9{padding:1rem}.ErrorBoundary-module__errorContainer___5ZWWB{padding:2rem 1.5rem}.ErrorBoundary-module__errorIcon___hbr9T{font-size:3rem}.ErrorBoundary-module__errorTitle___U0DBg{font-size:1.3rem}.ErrorBoundary-module__errorActions___uOFt8{flex-direction:column;align-items:center}.ErrorBoundary-module__retryButton___CSrzg,.ErrorBoundary-module__reloadButton___vhjRv{width:100%;max-width:200px}}@media (max-width: 480px){.ErrorBoundary-module__errorBoundary___W-4u9{padding:.5rem;min-height:100vh}.ErrorBoundary-module__errorContainer___5ZWWB{padding:1.5rem 1rem}.ErrorBoundary-module__errorIcon___hbr9T{font-size:2.5rem}.ErrorBoundary-module__errorTitle___U0DBg{font-size:1.2rem}.ErrorBoundary-module__errorMessage___YvjEo{font-size:.9rem}.ErrorBoundary-module__errorStack___LDLPT{font-size:.7rem}}.ErrorBoundary-module__retryButton___CSrzg:focus,.ErrorBoundary-module__reloadButton___vhjRv:focus{outline:2px solid var(--color-primary);outline-offset:2px}.ErrorBoundary-module__errorDetails___QUU5i[open] summary{color:var(--color-primary)}.ErrorBoundary-module__errorContainer___5ZWWB{animation:ErrorBoundary-module__fadeInUp___uBAH8 .5s ease-out}@keyframes ErrorBoundary-module__fadeInUp___uBAH8{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PlaylistManager-module__playlistManager___Tjy6U{background:#ffffff1a;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 20px 40px #0000001a,0 8px 32px #667eea1a,inset 0 1px #fff3;position:relative;overflow:hidden}.PlaylistManager-module__playlistManager___Tjy6U:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(240,147,251,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(79,172,254,.1) 0%,transparent 50%);pointer-events:none;animation:PlaylistManager-module__playlistShimmer___5Y7B5 12s ease-in-out infinite}@keyframes PlaylistManager-module__playlistShimmer___5Y7B5{0%,to{opacity:.5}50%{opacity:1}}.PlaylistManager-module__header___h50Y1{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md)}.PlaylistManager-module__title___ZqBGI{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0}.PlaylistManager-module__actions___vXq9t{display:flex;gap:var(--spacing-sm)}.PlaylistManager-module__button___Bkenc{padding:12px 20px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff1a;backdrop-filter:blur(10px);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001a,inset 0 1px #fff3}.PlaylistManager-module__button___Bkenc:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.PlaylistManager-module__button___Bkenc:hover:before{left:100%}.PlaylistManager-module__button___Bkenc:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #00000026,0 4px 16px #ffffff1a,inset 0 1px #ffffff4d}.PlaylistManager-module__button___Bkenc:focus{outline:2px solid var(--color-primary);outline-offset:2px}.PlaylistManager-module__button___Bkenc:disabled{opacity:.5;cursor:not-allowed}.PlaylistManager-module__button___Bkenc.PlaylistManager-module__primary___AC7ly{background:linear-gradient(135deg,#667eeacc,#764ba2cc);color:#fff;border-color:#ffffff4d;box-shadow:0 4px 16px #667eea4d,inset 0 1px #fff3}.PlaylistManager-module__button___Bkenc.PlaylistManager-module__primary___AC7ly:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#fff6;box-shadow:0 8px 25px #667eea66,0 4px 16px #ffffff1a,inset 0 1px #ffffff4d}.PlaylistManager-module__button___Bkenc.PlaylistManager-module__danger___o-zcu{color:var(--color-error);border-color:var(--color-error)}.PlaylistManager-module__button___Bkenc.PlaylistManager-module__danger___o-zcu:hover{background:var(--color-error);color:#fff}.PlaylistManager-module__playlistList___3VTny{display:flex;flex-direction:column;gap:var(--spacing-sm);max-height:300px;overflow-y:auto}.PlaylistManager-module__playlistItem___5hwEU{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.PlaylistManager-module__playlistItem___5hwEU:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none;opacity:0;transition:opacity .3s ease}.PlaylistManager-module__playlistItem___5hwEU:hover:before{opacity:1}.PlaylistManager-module__playlistItem___5hwEU:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px) scale(1.01);box-shadow:0 8px 25px #00000026,0 4px 16px #ffffff1a}.PlaylistManager-module__playlistInfo___H9w36{flex:1;min-width:0}.PlaylistManager-module__playlistName___7API3{font-weight:500;color:var(--color-text-primary);margin:0 0 var(--spacing-xs) 0;font-size:1rem}.PlaylistManager-module__playlistDescription___LVkm-{color:var(--color-text-secondary);font-size:.875rem;margin:0 0 var(--spacing-xs) 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlaylistManager-module__playlistMeta___pjRzO{display:flex;gap:var(--spacing-md);font-size:.75rem;color:var(--color-text-secondary)}.PlaylistManager-module__playlistActions___OmGgC{display:flex;gap:var(--spacing-xs);flex-shrink:0}.PlaylistManager-module__iconButton___Nuxc7{padding:var(--spacing-xs);border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.PlaylistManager-module__iconButton___Nuxc7:hover{background:var(--color-surface);color:var(--color-text-primary)}.PlaylistManager-module__iconButton___Nuxc7:focus{outline:2px solid var(--color-primary);outline-offset:2px}.PlaylistManager-module__iconButton___Nuxc7.PlaylistManager-module__danger___o-zcu:hover{background:var(--color-error);color:#fff}.PlaylistManager-module__emptyState___O-E-7{text-align:center;padding:var(--spacing-xl);color:var(--color-text-secondary)}.PlaylistManager-module__emptyStateIcon___LZUPv{font-size:48px;margin-bottom:var(--spacing-md);opacity:.5}.PlaylistManager-module__emptyStateText___upPVa{font-size:1rem;margin-bottom:var(--spacing-sm)}.PlaylistManager-module__emptyStateSubtext___qnMUx{font-size:.875rem;color:var(--color-text-secondary)}.PlaylistManager-module__loading___-tAH0{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl);color:var(--color-text-secondary)}.PlaylistManager-module__error___XKk9p{padding:var(--spacing-md);background:var(--color-error-light);border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error);font-size:.875rem}.PlaylistManager-module__tags___kUSAo{display:flex;gap:var(--spacing-xs);margin-top:var(--spacing-xs);flex-wrap:wrap}.PlaylistManager-module__tag___IF5zt{padding:2px var(--spacing-xs);background:var(--color-info-light);color:var(--color-primary);border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.PlaylistManager-module__tabNavigation___UxxaN{display:flex;border-bottom:1px solid var(--color-border);margin-bottom:var(--spacing-lg)}.PlaylistManager-module__tab___cKort{padding:var(--spacing-md) var(--spacing-lg);border:none;background:transparent;color:var(--color-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;display:flex;align-items:center;gap:var(--spacing-xs)}.PlaylistManager-module__tab___cKort:hover{color:var(--color-text-primary);background:var(--color-surface)}.PlaylistManager-module__tab___cKort:focus{outline:2px solid var(--color-primary);outline-offset:2px}.PlaylistManager-module__activeTab___ModTy{color:var(--color-primary);border-bottom-color:var(--color-primary);background:var(--color-surface)}.PlaylistManager-module__tabContent___ITdB6{min-height:200px}.PlaylistManager-module__playlistCategory___KeduI{margin-bottom:var(--spacing-xl)}.PlaylistManager-module__categoryTitle___lSZmK{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 var(--spacing-md) 0;padding-bottom:var(--spacing-xs);border-bottom:1px solid var(--color-border)}.PlaylistManager-module__hardcodedPlaylist___2bX1G{border-left:4px solid var(--color-primary);background:linear-gradient(135deg,var(--color-background) 0%,var(--color-surface) 100%)}.PlaylistManager-module__hardcodedPlaylist___2bX1G:hover{background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-info-light) 100%)}.PlaylistManager-module__hardcodedBadge___YG8jm{display:inline-block;margin-left:var(--spacing-sm);padding:2px var(--spacing-xs);background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.PlaylistManager-module__collapsibleSection___23j7S{margin-bottom:var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.PlaylistManager-module__sectionHeader___D4pv3{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);cursor:pointer;transition:all .2s ease;user-select:none}.PlaylistManager-module__sectionHeader___D4pv3:hover{background:var(--color-info-light)}.PlaylistManager-module__sectionHeader___D4pv3:focus{outline:2px solid var(--color-primary);outline-offset:-2px}.PlaylistManager-module__sectionTitle___5j9ee{font-size:.9rem;font-weight:600;color:var(--color-text-primary);display:flex;align-items:center;gap:var(--spacing-xs)}.PlaylistManager-module__collapseIcon___WX-C3{font-size:.8rem;color:var(--color-text-secondary);transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.PlaylistManager-module__sectionContent___Ltudv{overflow-y:auto;overflow-x:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .3s ease;max-height:400px;opacity:1;padding:var(--spacing-md)}.PlaylistManager-module__sectionContent___Ltudv.PlaylistManager-module__collapsed___W6MKT{max-height:0;opacity:0;padding:0 var(--spacing-md)}@media (max-width: 768px){.PlaylistManager-module__playlistManager___Tjy6U{padding:var(--spacing-md)}.PlaylistManager-module__header___h50Y1{flex-direction:column;align-items:stretch;gap:var(--spacing-sm)}.PlaylistManager-module__actions___vXq9t{justify-content:center}.PlaylistManager-module__tabNavigation___UxxaN{flex-direction:column}.PlaylistManager-module__tab___cKort{text-align:center;border-bottom:1px solid var(--color-border);border-right:none}.PlaylistManager-module__activeTab___ModTy{border-bottom-color:var(--color-primary);border-right-color:transparent}.PlaylistManager-module__playlistItem___5hwEU{flex-direction:column;align-items:stretch;gap:var(--spacing-sm)}.PlaylistManager-module__playlistActions___OmGgC,.PlaylistManager-module__playlistMeta___pjRzO{justify-content:center}.PlaylistManager-module__categoryTitle___lSZmK{text-align:center}.PlaylistManager-module__sectionHeader___D4pv3{padding:var(--spacing-sm)}.PlaylistManager-module__sectionTitle___5j9ee{font-size:.8rem}.PlaylistManager-module__sectionContent___Ltudv{padding:var(--spacing-sm);max-height:250px;overflow-y:auto;overflow-x:hidden}.PlaylistManager-module__sectionContent___Ltudv.PlaylistManager-module__collapsed___W6MKT{padding:0 var(--spacing-sm)}}.SkipNavigation-module__skipNavigation___lIfZ7{position:absolute;top:0;left:0;z-index:9999;width:100%;display:flex;gap:.5rem;padding:.5rem;background:var(--color-background)}.SkipNavigation-module__skipLink___LQfvz{position:absolute;top:-100px;left:.5rem;background:var(--color-primary);color:#fff;padding:.75rem 1rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:.875rem;box-shadow:var(--shadow-lg);transition:all var(--transition-fast);border:2px solid transparent}.SkipNavigation-module__skipLink___LQfvz:focus{position:static;top:auto;transform:translateY(0);outline:2px solid white;outline-offset:2px}.SkipNavigation-module__skipLink___LQfvz:hover:focus{background:var(--color-primary-dark);transform:translateY(-1px)}@media (prefers-contrast: high){.SkipNavigation-module__skipLink___LQfvz{border:2px solid white;background:#000;color:#fff}.SkipNavigation-module__skipLink___LQfvz:focus{background:#fff;color:#000;border-color:#000}}@media (prefers-reduced-motion: reduce){.SkipNavigation-module__skipLink___LQfvz{transition:none}.SkipNavigation-module__skipLink___LQfvz:hover:focus{transform:none}}.ErrorDisplay-module__errorDisplay___H3BXS{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:8px;border:1px solid;background-color:var(--error-bg, #fef2f2);border-color:var(--error-border, #fecaca);color:var(--error-text, #991b1b);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 1px 3px #0000001a;animation:ErrorDisplay-module__slideIn___HNHKH .3s ease-out}@keyframes ErrorDisplay-module__slideIn___HNHKH{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ErrorDisplay-module__small___mXL-J{padding:.5rem;font-size:.875rem;gap:.5rem}.ErrorDisplay-module__medium___jEtrP{padding:1rem;font-size:1rem;gap:.75rem}.ErrorDisplay-module__large___b70bY{padding:1.25rem;font-size:1.125rem;gap:1rem}.ErrorDisplay-module__error___KBSqb{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.ErrorDisplay-module__warning___xJW3E{background-color:#fffbeb;border-color:#fed7aa;color:#92400e}.ErrorDisplay-module__info___0gcM6{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}.ErrorDisplay-module__errorHeader___58qtI{display:flex;align-items:center;gap:.75rem;justify-content:space-between}.ErrorDisplay-module__errorIcon___sdSgk{font-size:1.25em;flex-shrink:0}.ErrorDisplay-module__errorInfo___TB7AV{flex:1;min-width:0}.ErrorDisplay-module__errorType___KxUpJ{font-weight:600;font-size:.875em;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.125rem}.ErrorDisplay-module__videoIndex___mpla-{font-size:.75em;opacity:.8;font-weight:500}.ErrorDisplay-module__countdown___yXXRg{font-size:.75em;font-weight:500;padding:.25rem .5rem;background-color:#0000001a;border-radius:4px;min-width:2rem;text-align:center}.ErrorDisplay-module__errorMessage___0TG3j{font-size:.9em;line-height:1.5;margin:0}.ErrorDisplay-module__errorDetails___jE8aJ{margin-top:.5rem;font-size:.8em}.ErrorDisplay-module__errorDetails___jE8aJ summary{cursor:pointer;font-weight:500;padding:.25rem 0;user-select:none}.ErrorDisplay-module__errorDetails___jE8aJ summary:hover{opacity:.8}.ErrorDisplay-module__detailsContent___SX1xV{margin-top:.5rem;padding:.5rem;background-color:#0000000d;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.4}.ErrorDisplay-module__detailsContent___SX1xV div{margin-bottom:.25rem}.ErrorDisplay-module__detailsContent___SX1xV div:last-child{margin-bottom:0}.ErrorDisplay-module__errorActions___he-OV{display:flex;gap:.5rem;align-items:center;justify-content:flex-end;margin-top:.25rem}.ErrorDisplay-module__retryButton___P6hIf{padding:.5rem 1rem;border:1px solid currentColor;background-color:transparent;color:inherit;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ErrorDisplay-module__retryButton___P6hIf:hover{background-color:currentColor;color:#fff}.ErrorDisplay-module__retryButton___P6hIf:focus{outline:2px solid currentColor;outline-offset:2px}.ErrorDisplay-module__retryButton___P6hIf:active{transform:translateY(1px)}.ErrorDisplay-module__dismissButton___DNdF-{padding:.25rem;border:none;background-color:transparent;color:inherit;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s ease;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;opacity:.7}.ErrorDisplay-module__dismissButton___DNdF-:hover{opacity:1;background-color:#0000001a}.ErrorDisplay-module__dismissButton___DNdF-:focus{outline:2px solid currentColor;outline-offset:2px;opacity:1}.ErrorDisplay-module__dismissButton___DNdF-:active{transform:scale(.95)}@media (max-width: 768px){.ErrorDisplay-module__errorDisplay___H3BXS{padding:.75rem;font-size:.9rem}.ErrorDisplay-module__small___mXL-J{padding:.5rem;font-size:.8rem}.ErrorDisplay-module__errorHeader___58qtI{gap:.5rem}.ErrorDisplay-module__errorActions___he-OV{flex-direction:column;align-items:stretch;gap:.5rem}.ErrorDisplay-module__retryButton___P6hIf{width:100%;justify-content:center}}@media (prefers-color-scheme: dark){.ErrorDisplay-module__error___KBSqb{background-color:#450a0a;border-color:#991b1b;color:#fca5a5}.ErrorDisplay-module__warning___xJW3E{background-color:#451a03;border-color:#92400e;color:#fbbf24}.ErrorDisplay-module__info___0gcM6{background-color:#1e3a8a;border-color:#1e40af;color:#93c5fd}.ErrorDisplay-module__detailsContent___SX1xV{background-color:#ffffff1a}.ErrorDisplay-module__countdown___yXXRg{background-color:#fff3}.ErrorDisplay-module__dismissButton___DNdF-:hover{background-color:#ffffff1a}}@media (prefers-contrast: high){.ErrorDisplay-module__errorDisplay___H3BXS{border-width:2px;box-shadow:none}.ErrorDisplay-module__retryButton___P6hIf{border-width:2px}.ErrorDisplay-module__dismissButton___DNdF-{border:1px solid currentColor}}@media (prefers-reduced-motion: reduce){.ErrorDisplay-module__errorDisplay___H3BXS{animation:none}.ErrorDisplay-module__retryButton___P6hIf,.ErrorDisplay-module__dismissButton___DNdF-{transition:none}.ErrorDisplay-module__retryButton___P6hIf:active,.ErrorDisplay-module__dismissButton___DNdF-:active{transform:none}}.ErrorToast-module__errorToast___VVYW6{position:fixed;z-index:1000;min-width:300px;max-width:400px;background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;border:1px solid;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1)}.ErrorToast-module__top-right___NhL5E{top:1rem;right:1rem}.ErrorToast-module__top-left___nRAEG{top:1rem;left:1rem}.ErrorToast-module__bottom-right___MvPks{bottom:1rem;right:1rem}.ErrorToast-module__bottom-left___jJpTt{bottom:1rem;left:1rem}.ErrorToast-module__top-center___CnBTB{top:1rem;left:50%;transform:translate(-50%)}.ErrorToast-module__bottom-center___-m4yV{bottom:1rem;left:50%;transform:translate(-50%)}.ErrorToast-module__visible___KZBjd{opacity:1;transform:translateY(0) scale(1)}.ErrorToast-module__hidden___a95yZ{opacity:0;transform:translateY(-20px) scale(.95)}.ErrorToast-module__top-right___NhL5E.ErrorToast-module__hidden___a95yZ,.ErrorToast-module__top-left___nRAEG.ErrorToast-module__hidden___a95yZ,.ErrorToast-module__top-center___CnBTB.ErrorToast-module__hidden___a95yZ{transform:translateY(-20px) scale(.95)}.ErrorToast-module__bottom-right___MvPks.ErrorToast-module__hidden___a95yZ,.ErrorToast-module__bottom-left___jJpTt.ErrorToast-module__hidden___a95yZ,.ErrorToast-module__bottom-center___-m4yV.ErrorToast-module__hidden___a95yZ{transform:translateY(20px) scale(.95)}.ErrorToast-module__top-center___CnBTB.ErrorToast-module__visible___KZBjd{transform:translate(-50%) translateY(0) scale(1)}.ErrorToast-module__top-center___CnBTB.ErrorToast-module__hidden___a95yZ{transform:translate(-50%) translateY(-20px) scale(.95)}.ErrorToast-module__bottom-center___-m4yV.ErrorToast-module__visible___KZBjd{transform:translate(-50%) translateY(0) scale(1)}.ErrorToast-module__bottom-center___-m4yV.ErrorToast-module__hidden___a95yZ{transform:translate(-50%) translateY(20px) scale(.95)}.ErrorToast-module__error___8JeeQ{border-color:#fecaca;background-color:#fef2f2;color:#991b1b}.ErrorToast-module__warning___X3ZXK{border-color:#fed7aa;background-color:#fffbeb;color:#92400e}.ErrorToast-module__info___7IVNo{border-color:#bfdbfe;background-color:#eff6ff;color:#1e40af}.ErrorToast-module__progressBar___ySN1W{height:3px;background-color:#0000001a;overflow:hidden}.ErrorToast-module__progressFill___DchYi{height:100%;background-color:currentColor;transition:width .1s linear;opacity:.7}.ErrorToast-module__toastContent___5gqIa{padding:1rem}.ErrorToast-module__toastHeader___GJyXk{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.ErrorToast-module__errorIcon___kAAC2{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.ErrorToast-module__errorInfo___MvpBh{flex:1;min-width:0}.ErrorToast-module__errorType___N4nkp{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem;opacity:.9}.ErrorToast-module__videoIndex___6HF-h{font-size:.7rem;opacity:.7;font-weight:500}.ErrorToast-module__dismissButton___FubgW{padding:.25rem;border:none;background-color:transparent;color:inherit;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s ease;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;opacity:.6;flex-shrink:0}.ErrorToast-module__dismissButton___FubgW:hover{opacity:1;background-color:#0000001a}.ErrorToast-module__dismissButton___FubgW:focus{outline:2px solid currentColor;outline-offset:2px;opacity:1}.ErrorToast-module__dismissButton___FubgW:active{transform:scale(.95)}.ErrorToast-module__errorMessage___qlfax{font-size:.875rem;line-height:1.4;margin-bottom:.75rem;word-wrap:break-word}.ErrorToast-module__toastActions___kBJkD{display:flex;justify-content:flex-end;margin-top:.75rem}.ErrorToast-module__retryButton___hCGIv{padding:.375rem .75rem;border:1px solid currentColor;background-color:transparent;color:inherit;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.025em}.ErrorToast-module__retryButton___hCGIv:hover{background-color:currentColor;color:#fff}.ErrorToast-module__retryButton___hCGIv:focus{outline:2px solid currentColor;outline-offset:2px}.ErrorToast-module__retryButton___hCGIv:active{transform:translateY(1px)}@media (max-width: 768px){.ErrorToast-module__errorToast___VVYW6{min-width:280px;max-width:calc(100vw - 2rem);margin:0 1rem}.ErrorToast-module__top-right___NhL5E,.ErrorToast-module__bottom-right___MvPks{right:0}.ErrorToast-module__top-left___nRAEG,.ErrorToast-module__bottom-left___jJpTt{left:0}.ErrorToast-module__top-center___CnBTB,.ErrorToast-module__bottom-center___-m4yV{left:0;right:0;transform:none;margin:0 1rem}.ErrorToast-module__top-center___CnBTB.ErrorToast-module__visible___KZBjd,.ErrorToast-module__bottom-center___-m4yV.ErrorToast-module__visible___KZBjd{transform:none}.ErrorToast-module__top-center___CnBTB.ErrorToast-module__hidden___a95yZ{transform:translateY(-20px) scale(.95)}.ErrorToast-module__bottom-center___-m4yV.ErrorToast-module__hidden___a95yZ{transform:translateY(20px) scale(.95)}.ErrorToast-module__toastContent___5gqIa{padding:.75rem}.ErrorToast-module__toastHeader___GJyXk{gap:.5rem}.ErrorToast-module__errorMessage___qlfax{font-size:.8rem;margin-bottom:.5rem}}@media (prefers-color-scheme: dark){.ErrorToast-module__errorToast___VVYW6{background-color:#1f2937;box-shadow:0 10px 25px #0000004d}.ErrorToast-module__error___8JeeQ{background-color:#450a0a;border-color:#991b1b;color:#fca5a5}.ErrorToast-module__warning___X3ZXK{background-color:#451a03;border-color:#92400e;color:#fbbf24}.ErrorToast-module__info___7IVNo{background-color:#1e3a8a;border-color:#1e40af;color:#93c5fd}.ErrorToast-module__progressBar___ySN1W{background-color:#fff3}.ErrorToast-module__dismissButton___FubgW:hover{background-color:#ffffff1a}}@media (prefers-contrast: high){.ErrorToast-module__errorToast___VVYW6{border-width:2px;box-shadow:none}.ErrorToast-module__retryButton___hCGIv{border-width:2px}.ErrorToast-module__dismissButton___FubgW{border:1px solid currentColor}}@media (prefers-reduced-motion: reduce){.ErrorToast-module__errorToast___VVYW6{transition:opacity .2s ease}.ErrorToast-module__progressFill___DchYi{transition:none}.ErrorToast-module__retryButton___hCGIv:active,.ErrorToast-module__dismissButton___FubgW:active{transform:none}}.ErrorToast-module__errorToast___VVYW6:nth-child(2){transform:translateY(calc(100% + .5rem))}.ErrorToast-module__errorToast___VVYW6:nth-child(3){transform:translateY(calc(200% + 1rem))}.ErrorToast-module__errorToast___VVYW6:nth-child(4){transform:translateY(calc(300% + 1.5rem))}.ErrorToast-module__bottom-right___MvPks:nth-child(2),.ErrorToast-module__bottom-left___jJpTt:nth-child(2),.ErrorToast-module__bottom-center___-m4yV:nth-child(2){transform:translateY(calc(-100% - .5rem))}.ErrorToast-module__bottom-right___MvPks:nth-child(3),.ErrorToast-module__bottom-left___jJpTt:nth-child(3),.ErrorToast-module__bottom-center___-m4yV:nth-child(3){transform:translateY(calc(-200% - 1rem))}.ErrorToast-module__bottom-right___MvPks:nth-child(4),.ErrorToast-module__bottom-left___jJpTt:nth-child(4),.ErrorToast-module__bottom-center___-m4yV:nth-child(4){transform:translateY(calc(-300% - 1.5rem))}.ErrorToastContainer-module__portalContainer___gYC2b{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.ErrorToastContainer-module__toastContainer___nFp5f{position:fixed;pointer-events:none;z-index:1000}.ErrorToastContainer-module__toastWrapper___q-Rp6{pointer-events:auto;position:relative}.ErrorToastContainer-module__top-right___dgAI0{top:1rem;right:1rem}.ErrorToastContainer-module__top-left___3BoD3{top:1rem;left:1rem}.ErrorToastContainer-module__bottom-right___KbeTn{bottom:1rem;right:1rem}.ErrorToastContainer-module__bottom-left___uym8c{bottom:1rem;left:1rem}.ErrorToastContainer-module__top-center___Ebkof{top:1rem;left:50%;transform:translate(-50%)}.ErrorToastContainer-module__bottom-center___yNEbg{bottom:1rem;left:50%;transform:translate(-50%)}.ErrorToastContainer-module__top-right___dgAI0 .ErrorToastContainer-module__toastWrapper___q-Rp6,.ErrorToastContainer-module__top-left___3BoD3 .ErrorToastContainer-module__toastWrapper___q-Rp6,.ErrorToastContainer-module__top-center___Ebkof .ErrorToastContainer-module__toastWrapper___q-Rp6{margin-bottom:.5rem}.ErrorToastContainer-module__top-right___dgAI0 .ErrorToastContainer-module__toastWrapper___q-Rp6:last-child,.ErrorToastContainer-module__top-left___3BoD3 .ErrorToastContainer-module__toastWrapper___q-Rp6:last-child,.ErrorToastContainer-module__top-center___Ebkof .ErrorToastContainer-module__toastWrapper___q-Rp6:last-child{margin-bottom:0}.ErrorToastContainer-module__bottom-right___KbeTn .ErrorToastContainer-module__toastWrapper___q-Rp6,.ErrorToastContainer-module__bottom-left___uym8c .ErrorToastContainer-module__toastWrapper___q-Rp6,.ErrorToastContainer-module__bottom-center___yNEbg .ErrorToastContainer-module__toastWrapper___q-Rp6{margin-top:.5rem}.ErrorToastContainer-module__bottom-right___KbeTn .ErrorToastContainer-module__toastWrapper___q-Rp6:first-child,.ErrorToastContainer-module__bottom-left___uym8c .ErrorToastContainer-module__toastWrapper___q-Rp6:first-child,.ErrorToastContainer-module__bottom-center___yNEbg .ErrorToastContainer-module__toastWrapper___q-Rp6:first-child{margin-top:0}.ErrorToastContainer-module__bottom-right___KbeTn,.ErrorToastContainer-module__bottom-left___uym8c,.ErrorToastContainer-module__bottom-center___yNEbg{display:flex;flex-direction:column-reverse}@media (max-width: 768px){.ErrorToastContainer-module__toastContainer___nFp5f{left:1rem;right:1rem;width:auto}.ErrorToastContainer-module__top-center___Ebkof,.ErrorToastContainer-module__bottom-center___yNEbg{left:1rem;right:1rem;transform:none}.ErrorToastContainer-module__toastWrapper___q-Rp6{width:100%}}@media (prefers-reduced-motion: reduce){.ErrorToastContainer-module__toastWrapper___q-Rp6{transition:none}}.AccessibleURLInput-module__urlInputContainer___azLsj{display:flex;flex-direction:column;gap:.5rem;width:100%}.AccessibleURLInput-module__inputWrapper___B-CvG{display:flex;gap:.5rem;align-items:stretch}.AccessibleURLInput-module__urlInput___MQ-fh{flex:1;padding:.75rem;border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);font-size:.875rem;font-family:inherit;transition:all var(--transition-fast);min-width:0}.AccessibleURLInput-module__urlInput___MQ-fh:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #646cff1a;background:var(--color-surface-elevated)}.AccessibleURLInput-module__urlInput___MQ-fh:hover:not(:disabled){border-color:var(--color-border-dark)}.AccessibleURLInput-module__urlInput___MQ-fh:disabled{opacity:.6;cursor:not-allowed;background:var(--color-border-light)}.AccessibleURLInput-module__urlInput___MQ-fh.AccessibleURLInput-module__invalid___AyWB6{border-color:var(--color-error);background:var(--color-error-light)}.AccessibleURLInput-module__urlInput___MQ-fh.AccessibleURLInput-module__invalid___AyWB6:focus{border-color:var(--color-error);box-shadow:0 0 0 3px #dc26261a}.AccessibleURLInput-module__urlInput___MQ-fh.AccessibleURLInput-module__valid___Y5LFt{border-color:var(--color-success);background:var(--color-success-light)}.AccessibleURLInput-module__urlInput___MQ-fh.AccessibleURLInput-module__valid___Y5LFt:focus{border-color:var(--color-success);box-shadow:0 0 0 3px #16a34a1a}.AccessibleURLInput-module__submitButton___BMITm{display:flex;align-items:center;gap:.25rem;padding:.75rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;min-width:4rem}.AccessibleURLInput-module__submitButton___BMITm:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px)}.AccessibleURLInput-module__submitButton___BMITm:focus{outline:2px solid var(--color-primary);outline-offset:2px}.AccessibleURLInput-module__submitButton___BMITm:active:not(:disabled){transform:translateY(0)}.AccessibleURLInput-module__submitButton___BMITm:disabled{opacity:.6;cursor:not-allowed;transform:none;background:var(--color-text-disabled)}.AccessibleURLInput-module__submitIcon___9bifs,.AccessibleURLInput-module__submitText___GsDEO{font-size:.75rem}.AccessibleURLInput-module__helpText___fwwPj{font-size:.75rem;color:var(--color-text-secondary);line-height:1.4;margin-top:.25rem}.AccessibleURLInput-module__errorMessage___lipcT{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--color-error-light);border:1px solid var(--color-error);border-radius:var(--radius-sm);color:var(--color-error-dark);font-size:.75rem;line-height:1.4}.AccessibleURLInput-module__errorIcon___QRmZa{font-size:.875rem;flex-shrink:0}.AccessibleURLInput-module__successMessage___-oIF3{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--color-success-light);border:1px solid var(--color-success);border-radius:var(--radius-sm);color:var(--color-success-dark);font-size:.75rem;line-height:1.4}.AccessibleURLInput-module__successIcon___ylGNP{font-size:.875rem;flex-shrink:0}.AccessibleURLInput-module__visuallyHidden___3C4L6{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-contrast: high){.AccessibleURLInput-module__urlInput___MQ-fh{border-width:3px}.AccessibleURLInput-module__urlInput___MQ-fh:focus{border-color:#000;box-shadow:0 0 0 3px #fff,0 0 0 6px #000}.AccessibleURLInput-module__errorMessage___lipcT,.AccessibleURLInput-module__successMessage___-oIF3{border-width:2px;background:#fff;color:#000}}@media (prefers-reduced-motion: reduce){.AccessibleURLInput-module__urlInput___MQ-fh,.AccessibleURLInput-module__submitButton___BMITm{transition:none}.AccessibleURLInput-module__submitButton___BMITm:hover:not(:disabled){transform:none}}@media (max-width: 768px){.AccessibleURLInput-module__inputWrapper___B-CvG{flex-direction:column}.AccessibleURLInput-module__submitButton___BMITm{align-self:stretch;justify-content:center}.AccessibleURLInput-module__urlInput___MQ-fh{font-size:1rem}}.LiveRegion-module__liveRegion___CJ1oT{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.LiveRegion-module__liveRegion___CJ1oT.LiveRegion-module__debug___fa1UM{position:fixed;bottom:1rem;left:1rem;width:auto;height:auto;padding:.5rem;margin:0;overflow:visible;clip:auto;white-space:normal;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary);border-radius:var(--radius-sm);font-size:.75rem;z-index:9999;opacity:.8}.LoginButton-module__loginButton___5ZdsD{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:6px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;font-family:inherit;white-space:nowrap}.LoginButton-module__loginButton___5ZdsD:disabled{opacity:.6;cursor:not-allowed}.LoginButton-module__primary___7Bl0x{background-color:#007bff;color:#fff}.LoginButton-module__primary___7Bl0x:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px)}.LoginButton-module__secondary___KLtSc{background-color:#6c757d;color:#fff}.LoginButton-module__secondary___KLtSc:hover:not(:disabled){background-color:#545b62;transform:translateY(-1px)}.LoginButton-module__outline___-13hs{background-color:transparent;color:#007bff;border:2px solid #007bff}.LoginButton-module__outline___-13hs:hover:not(:disabled){background-color:#007bff;color:#fff;transform:translateY(-1px)}.LoginButton-module__small___KN1pS{padding:.375rem .75rem;font-size:.875rem}.LoginButton-module__medium___pP2-y{padding:.5rem 1rem;font-size:1rem}.LoginButton-module__large___MVyXJ{padding:.75rem 1.5rem;font-size:1.125rem}.LoginButton-module__spinner___ZBRVH{width:1em;height:1em;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:LoginButton-module__spin___s-mJ3 1s linear infinite}@keyframes LoginButton-module__spin___s-mJ3{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LoginButton-module__loginButton___5ZdsD:focus{outline:2px solid #007bff;outline-offset:2px}.LoginButton-module__loginButton___5ZdsD:focus:not(:focus-visible){outline:none}.LoginButton-module__loginButton___5ZdsD:focus-visible{outline:2px solid #007bff;outline-offset:2px}.LogoutButton-module__logoutButton___G6Fl3{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:6px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;font-family:inherit;white-space:nowrap}.LogoutButton-module__logoutButton___G6Fl3:disabled{opacity:.6;cursor:not-allowed}.LogoutButton-module__primary___e-4rI{background-color:#dc3545;color:#fff}.LogoutButton-module__primary___e-4rI:hover:not(:disabled){background-color:#c82333;transform:translateY(-1px)}.LogoutButton-module__secondary___eJJEs{background-color:#6c757d;color:#fff}.LogoutButton-module__secondary___eJJEs:hover:not(:disabled){background-color:#545b62;transform:translateY(-1px)}.LogoutButton-module__outline___eVJPj{background-color:transparent;color:#dc3545;border:2px solid #dc3545}.LogoutButton-module__outline___eVJPj:hover:not(:disabled){background-color:#dc3545;color:#fff;transform:translateY(-1px)}.LogoutButton-module__small___zltTR{padding:.375rem .75rem;font-size:.875rem}.LogoutButton-module__medium___qhVGH{padding:.5rem 1rem;font-size:1rem}.LogoutButton-module__large___k49rv{padding:.75rem 1.5rem;font-size:1.125rem}.LogoutButton-module__spinner___dXzlQ{width:1em;height:1em;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:LogoutButton-module__spin___IJkG7 1s linear infinite}@keyframes LogoutButton-module__spin___IJkG7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LogoutButton-module__logoutButton___G6Fl3:focus{outline:2px solid #dc3545;outline-offset:2px}.LogoutButton-module__logoutButton___G6Fl3:focus:not(:focus-visible){outline:none}.LogoutButton-module__logoutButton___G6Fl3:focus-visible{outline:2px solid #dc3545;outline-offset:2px}.UserProfile-module__userProfile___aUToq{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.UserProfile-module__userInfo___Dh1y-{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.UserProfile-module__avatar___iWu67{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef}.UserProfile-module__userDetails___W0Qx6{flex:1;min-width:0}.UserProfile-module__userName___IEKza{font-weight:600;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserProfile-module__userEmail___lfDfy{font-size:.875rem;color:#6c757d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserProfile-module__actions___bZykQ{flex-shrink:0}.UserProfile-module__loading___BnbTO{display:flex;align-items:center;gap:.5rem;color:#6c757d}.UserProfile-module__spinner___XvrsI{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:UserProfile-module__spin___wuTed 1s linear infinite}@keyframes UserProfile-module__spin___wuTed{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UserProfile-module__small___77LWV{padding:.5rem;gap:.5rem}.UserProfile-module__small___77LWV .UserProfile-module__userInfo___Dh1y-{gap:.5rem}.UserProfile-module__small___77LWV .UserProfile-module__avatar___iWu67{width:32px;height:32px}.UserProfile-module__small___77LWV .UserProfile-module__userName___IEKza{font-size:.875rem}.UserProfile-module__small___77LWV .UserProfile-module__userEmail___lfDfy{font-size:.75rem}.UserProfile-module__large___yovGI{padding:1rem;gap:1.25rem}.UserProfile-module__large___yovGI .UserProfile-module__userInfo___Dh1y-{gap:1rem}.UserProfile-module__large___yovGI .UserProfile-module__avatar___iWu67{width:48px;height:48px}.UserProfile-module__large___yovGI .UserProfile-module__userName___IEKza{font-size:1.125rem}.UserProfile-module__large___yovGI .UserProfile-module__userEmail___lfDfy{font-size:1rem}@media (prefers-color-scheme: dark){.UserProfile-module__userProfile___aUToq{background-color:#343a40;border-color:#495057}.UserProfile-module__userName___IEKza{color:#f8f9fa}.UserProfile-module__userEmail___lfDfy{color:#adb5bd}.UserProfile-module__avatar___iWu67{border-color:#495057}}.AuthenticationGuard-module__loadingContainer___uyji-{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem;color:#6c757d}.AuthenticationGuard-module__spinner___iZTCJ{width:2rem;height:2rem;border:3px solid transparent;border-top:3px solid #007bff;border-radius:50%;animation:AuthenticationGuard-module__spin___VvjHA 1s linear infinite}@keyframes AuthenticationGuard-module__spin___VvjHA{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AuthenticationGuard-module__errorContainer___8cnhm{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem;padding:2rem;text-align:center;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.AuthenticationGuard-module__errorContainer___8cnhm h2{color:#dc3545;margin:0}.AuthenticationGuard-module__errorContainer___8cnhm p{color:#6c757d;max-width:400px;margin:0}.AuthenticationGuard-module__loginPrompt___ZF5Po{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.AuthenticationGuard-module__loginCard___a8UII{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;border:1px solid #e9ecef;text-align:center;max-width:500px;width:100%}.AuthenticationGuard-module__loginCard___a8UII h2{color:#212529;margin:0;font-size:1.75rem}.AuthenticationGuard-module__loginCard___a8UII p{color:#6c757d;margin:0;line-height:1.5}.AuthenticationGuard-module__guestNote___QxW7X{font-size:.875rem;color:#868e96;font-style:italic}@media (prefers-color-scheme: dark){.AuthenticationGuard-module__errorContainer___8cnhm,.AuthenticationGuard-module__loginCard___a8UII{background-color:#343a40;border-color:#495057}.AuthenticationGuard-module__loginCard___a8UII h2{color:#f8f9fa}.AuthenticationGuard-module__loginCard___a8UII p{color:#adb5bd}.AuthenticationGuard-module__guestNote___QxW7X{color:#6c757d}}@media (max-width: 768px){.AuthenticationGuard-module__loginPrompt___ZF5Po{padding:1rem;min-height:50vh}.AuthenticationGuard-module__loginCard___a8UII{padding:2rem}.AuthenticationGuard-module__loginCard___a8UII h2{font-size:1.5rem}}.App-module__app___d3kQ4{min-height:100vh;display:flex;flex-direction:column;background:var(--color-background);color:var(--color-text-primary);position:relative;backdrop-filter:blur(20px);overflow-x:hidden}.App-module__app___d3kQ4:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 25%,rgba(120,119,198,.4) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,119,198,.4) 0%,transparent 50%);pointer-events:none;z-index:-1;animation:App-module__backgroundShift___zhaIa 20s ease-in-out infinite}@keyframes App-module__backgroundShift___zhaIa{0%,to{background:radial-gradient(circle at 25% 25%,rgba(120,119,198,.4) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,119,198,.4) 0%,transparent 50%)}50%{background:radial-gradient(circle at 75% 25%,rgba(255,119,198,.4) 0%,transparent 50%),radial-gradient(circle at 25% 75%,rgba(120,219,255,.4) 0%,transparent 50%)}}.App-module__header___GVeF1{background:#ffffff1a;backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);padding:0;text-align:center;position:relative;overflow:hidden}.App-module__header___GVeF1:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:App-module__shimmer___zk2a1 3s infinite}@keyframes App-module__shimmer___zk2a1{0%{left:-100%}to{left:100%}}.App-module__topBar___pPxCF{background:linear-gradient(135deg,#667eeae6,#764ba2e6);padding:.5rem 1rem;display:flex;justify-content:flex-start;align-items:center;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 32px #0000001a}.App-module__headerContent___sWHfq{max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.App-module__titleSection___Vlrav{flex:1;text-align:center}.App-module__headerActions___uNIz8{flex-shrink:0;display:flex;align-items:center;gap:1rem}.App-module__authSection___T7lju{display:flex;align-items:center}.App-module__authLoading___RSZV7{color:var(--color-text-secondary);font-size:.9rem}.App-module__title___INq8F{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.1);animation:App-module__titleGlow___pdrDA 4s ease-in-out infinite;position:relative}@keyframes App-module__titleGlow___pdrDA{0%,to{filter:drop-shadow(0 0 10px rgba(102,126,234,.3))}50%{filter:drop-shadow(0 0 20px rgba(240,147,251,.4))}}.App-module__subtitle___gSAWx{font-size:1.1rem;color:#fffc;margin:0;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.2);animation:App-module__subtitleFloat___-73Sb 6s ease-in-out infinite}@keyframes App-module__subtitleFloat___-73Sb{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.App-module__main___-oMYJ{flex:1;padding:.5rem 0;position:relative}.App-module__masterControlsContainer___AoXUq,.App-module__mixerContainer___6sv1D{max-width:1200px;margin:0 auto 2rem;padding:0 1rem}.App-module__playlistContainer___X2woY{max-width:1200px;margin:0 auto;padding:0 1rem}.App-module__mixerHeader___FFQby,.App-module__playlistHeader___awslz{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem;background:#ffffff1a;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.App-module__mixerHeader___FFQby:before,.App-module__playlistHeader___awslz:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(102,126,234,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(240,147,251,.1) 0%,transparent 50%);pointer-events:none;opacity:0;transition:opacity .3s ease}.App-module__mixerHeader___FFQby:hover:before,.App-module__playlistHeader___awslz:hover:before{opacity:1}.App-module__mixerHeader___FFQby:hover,.App-module__playlistHeader___awslz:hover{box-shadow:0 12px 40px #00000026,0 8px 32px #667eea33,inset 0 1px #ffffff4d;transform:translateY(-2px)}.App-module__mixerTitle___exrXn,.App-module__playlistTitle___xhI8x{margin:0;font-size:1.5rem;font-weight:600;color:var(--color-text-primary)}.App-module__collapseButton___AfMRT{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#667eeacc,#764ba2cc);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none;box-shadow:0 4px 16px #667eea4d,inset 0 1px #fff3;position:relative;overflow:hidden}.App-module__collapseButton___AfMRT:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.App-module__mixerHeader___FFQby:hover .App-module__collapseButton___AfMRT,.App-module__playlistHeader___awslz:hover .App-module__collapseButton___AfMRT{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-1px) scale(1.02);box-shadow:0 6px 20px #667eea66,inset 0 1px #ffffff4d}.App-module__mixerHeader___FFQby:hover .App-module__collapseButton___AfMRT:before,.App-module__playlistHeader___awslz:hover .App-module__collapseButton___AfMRT:before{left:100%}.App-module__mixerHeader___FFQby:active .App-module__collapseButton___AfMRT,.App-module__playlistHeader___awslz:active .App-module__collapseButton___AfMRT{transform:translateY(0)}.App-module__mixerHeader___FFQby:focus .App-module__collapseButton___AfMRT,.App-module__playlistHeader___awslz:focus .App-module__collapseButton___AfMRT{outline:2px solid var(--color-primary);outline-offset:2px}.App-module__collapseIcon___8xg-k{font-size:.8rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.App-module__collapseText___axnvW{font-size:.9rem}.App-module__mixerContent___na2-q,.App-module__playlistContent___4xoxT{overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .3s ease;max-height:1200px;opacity:1;padding-top:0}.App-module__mixerContent___na2-q.App-module__collapsed___pZ2NI,.App-module__playlistContent___4xoxT.App-module__collapsed___pZ2NI{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.App-module__errorContainer___6yxAu{position:fixed;top:1rem;right:1rem;z-index:1000;max-width:400px}.App-module__errorMessage___QYB2E{display:flex;align-items:center;gap:.75rem;background:var(--color-error-light);border:1px solid var(--color-error);border-radius:8px;padding:1rem;margin-bottom:.5rem;box-shadow:0 4px 12px #00000026;animation:App-module__slideInRight___Sjkwf .3s ease-out}.App-module__errorIcon___O4q--{font-size:1.2rem;flex-shrink:0}.App-module__errorText___JiV2N{color:var(--color-error);font-size:.9rem;line-height:1.4}.App-module__loadingContainer___7a-A-{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:#ffffff1a;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0003,0 8px 32px #667eea33,inset 0 1px #fff3;z-index:1000;animation:App-module__loadingPulse___gbl9e 2s ease-in-out infinite}@keyframes App-module__loadingPulse___gbl9e{0%,to{box-shadow:0 20px 40px #0003,0 8px 32px #667eea33,inset 0 1px #fff3}50%{box-shadow:0 20px 40px #0000004d,0 8px 32px #f093fb4d,inset 0 1px #ffffff4d}}.App-module__loadingSpinner___Gn5Yn{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top-color:#667eea;border-right-color:#f093fb;border-radius:50%;animation:App-module__spin___YaZ-V 1s linear infinite,App-module__spinnerGlow___-FzgZ 2s ease-in-out infinite;margin:0 auto 1.5rem;box-shadow:0 0 20px #667eea4d,inset 0 0 20px #f093fb33}@keyframes App-module__spinnerGlow___-FzgZ{0%,to{box-shadow:0 0 20px #667eea4d,inset 0 0 20px #f093fb33}50%{box-shadow:0 0 30px #f093fb66,inset 0 0 30px #667eea4d}}.App-module__loadingText___8T-uL{color:#ffffffe6;margin:0;font-size:1.1rem;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:App-module__textPulse___GGH5P 2s ease-in-out infinite}@keyframes App-module__textPulse___GGH5P{0%,to{opacity:.8}50%{opacity:1}}.App-module__footer___VhhvP{background:#ffffff0d;backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;text-align:center;margin-top:auto;position:relative}.App-module__footer___VhhvP:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea0d,#f093fb0d);pointer-events:none}.App-module__footerText___45yYa{color:#ffffffb3;margin:0;font-size:.9rem;text-shadow:0 1px 2px rgba(0,0,0,.2);position:relative;z-index:1}@keyframes App-module__spin___YaZ-V{to{transform:rotate(360deg)}}@keyframes App-module__slideInRight___Sjkwf{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.App-module__header___GVeF1{padding:0}.App-module__headerContent___sWHfq{padding:1.5rem 1rem}.App-module__title___INq8F{font-size:2rem}.App-module__subtitle___gSAWx{font-size:1rem}.App-module__main___-oMYJ{padding:1.5rem 0}.App-module__masterControlsContainer___AoXUq{margin-bottom:1.5rem}.App-module__errorContainer___6yxAu{top:.5rem;right:.5rem;left:.5rem;max-width:none}.App-module__errorMessage___QYB2E{padding:.75rem}.App-module__loadingContainer___7a-A-{padding:1.5rem;margin:0 1rem;width:calc(100% - 2rem);max-width:300px}}@media (max-width: 480px){.App-module__header___GVeF1{padding:0}.App-module__topBar___pPxCF{padding:.5rem}.App-module__headerContent___sWHfq{padding:1rem .5rem;flex-direction:column;gap:1rem}.App-module__headerActions___uNIz8{flex-direction:column;gap:.75rem}.App-module__titleSection___Vlrav{text-align:center}.App-module__menuContent___zxdBp{width:100vw;max-width:320px}.App-module__menuSection___h5a-K{padding:.75rem}.App-module__menuSectionTitle___ems5-{font-size:.9rem}.App-module__title___INq8F{font-size:1.75rem}.App-module__subtitle___gSAWx{font-size:.9rem}.App-module__main___-oMYJ{padding:1rem 0}.App-module__masterControlsContainer___AoXUq,.App-module__mixerContainer___6sv1D,.App-module__playlistContainer___X2woY{padding:0 .5rem}.App-module__mixerHeader___FFQby,.App-module__playlistHeader___awslz{flex-direction:column;gap:.75rem;align-items:stretch;text-align:center}.App-module__mixerTitle___exrXn,.App-module__playlistTitle___xhI8x{font-size:1.25rem}.App-module__collapseButton___AfMRT{justify-content:center}.App-module__errorContainer___6yxAu{top:.25rem;right:.25rem;left:.25rem}.App-module__errorMessage___QYB2E{padding:.5rem;font-size:.8rem}.App-module__loadingContainer___7a-A-{padding:1rem;margin:0 .5rem}.App-module__loadingSpinner___Gn5Yn{width:30px;height:30px;border-width:2px}.App-module__loadingText___8T-uL{font-size:.9rem}.App-module__footer___VhhvP{padding:1rem 0}.App-module__footerText___45yYa{font-size:.8rem;padding:0 .5rem}}@media (max-width: 360px){.App-module__title___INq8F{font-size:1.5rem}.App-module__subtitle___gSAWx{font-size:.85rem}.App-module__main___-oMYJ{padding:.75rem 0}.App-module__masterControlsContainer___AoXUq,.App-module__mixerContainer___6sv1D,.App-module__playlistContainer___X2woY{padding:0 .25rem}.App-module__mixerHeader___FFQby,.App-module__playlistHeader___awslz{padding:.75rem}.App-module__mixerTitle___exrXn,.App-module__playlistTitle___xhI8x{font-size:1.1rem}.App-module__collapseButton___AfMRT{padding:.4rem .8rem;font-size:.8rem}.App-module__loadingContainer___7a-A-{padding:.75rem;margin:0 .25rem}}@media (max-width: 768px) and (orientation: landscape){.App-module__header___GVeF1{padding:1rem 0}.App-module__title___INq8F{font-size:1.75rem}.App-module__main___-oMYJ{padding:1rem 0}.App-module__masterControlsContainer___AoXUq{margin-bottom:1rem}}@media (min-width: 1200px){.App-module__header___GVeF1{padding:.75rem 0}.App-module__title___INq8F{font-size:3rem}.App-module__subtitle___gSAWx{font-size:1.2rem}.App-module__main___-oMYJ{padding:1rem 0}.App-module__masterControlsContainer___AoXUq{margin-bottom:1.5rem}}.App-module__app___d3kQ4:focus-within .App-module__header___GVeF1{outline:2px solid var(--color-primary);outline-offset:-2px}@media (prefers-reduced-motion: reduce){.App-module__app___d3kQ4:before,.App-module__header___GVeF1:before,.App-module__loadingSpinner___Gn5Yn,.App-module__errorMessage___QYB2E,.App-module__collapseButton___AfMRT:before,.App-module__mixerHeader___FFQby:before,.App-module__playlistHeader___awslz:before{animation:none}.App-module__mixerContent___na2-q,.App-module__collapseIcon___8xg-k,.App-module__collapseButton___AfMRT,.App-module__title___INq8F,.App-module__subtitle___gSAWx{transition:none;animation:none}.App-module__mixerHeader___FFQby:hover,.App-module__playlistHeader___awslz:hover,.App-module__collapseButton___AfMRT:hover{transform:none}}.App-module__hamburgerMenu___Z2KiV{position:relative;z-index:1001}.App-module__hamburgerButton___-zLix{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);cursor:pointer;padding:.75rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000001a,inset 0 1px #fff3;position:relative;overflow:hidden;width:48px;height:48px;flex-shrink:0}.App-module__hamburgerButton___-zLix:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.App-module__hamburgerButton___-zLix:hover:before{left:100%}.App-module__hamburgerButton___-zLix:hover{background:#fff3;transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px #00000026,0 4px 16px #ffffff1a,inset 0 1px #ffffff4d}.App-module__hamburgerButton___-zLix:focus{outline:2px solid white;outline-offset:2px}.App-module__hamburgerLine___FxDUT{width:24px;height:3px;background:linear-gradient(135deg,#fff,#fffc);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0003}.App-module__menuOverlay___PK-m6{position:fixed;inset:0;width:100vw;height:100vh;background:#00000080;backdrop-filter:blur(2px);z-index:999;animation:App-module__fadeIn___31MjL .3s ease-out}@keyframes App-module__fadeIn___31MjL{0%{opacity:0}to{opacity:1}}.App-module__menuContent___zxdBp{position:fixed;top:0;left:0;width:320px;height:100vh;background:#ffffff1a;backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.2);box-shadow:2px 0 32px #0003,inset -1px 0 #ffffff1a;z-index:1000;overflow-y:auto;animation:App-module__slideInLeft___cgMSZ .4s cubic-bezier(.4,0,.2,1) forwards;transform:translate(-100%);will-change:transform}.App-module__menuContent___zxdBp:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(102,126,234,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(240,147,251,.1) 0%,transparent 50%);pointer-events:none}.App-module__menuHeader___v8VJt{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#667eeae6,#764ba2e6);backdrop-filter:blur(10px);color:#fff;position:relative;z-index:1}.App-module__menuHeader___v8VJt:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.App-module__menuTitle___sSUPy{margin:0;font-size:1.25rem;font-weight:600}.App-module__closeButton___r9BNK{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.App-module__closeButton___r9BNK:hover{background:#ffffff1a}.App-module__closeButton___r9BNK:focus{outline:2px solid white;outline-offset:2px}.App-module__menuSection___h5a-K{padding:1rem;border-bottom:1px solid var(--color-border)}.App-module__menuSection___h5a-K:last-child{border-bottom:none}.App-module__menuSectionTitle___ems5-{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.App-module__menuAuthSection___PV0nk{display:flex;flex-direction:column;gap:.75rem}.App-module__menuAuthSection___PV0nk .App-module__authSection___T7lju{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}@keyframes App-module__slideInLeft___cgMSZ{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes App-module__slideOutLeft___BrfmJ{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@media (prefers-reduced-motion: reduce){.App-module__menuContent___zxdBp{animation:none}.App-module__hamburgerLine___FxDUT{transition:none}}@media (prefers-contrast: high){.App-module__errorMessage___QYB2E,.App-module__loadingContainer___7a-A-,.App-module__menuContent___zxdBp{border-width:2px}}.menu-playlist-container>div{margin:0!important;padding:0!important;background:none!important;border:none!important;box-shadow:none!important}.menu-playlist-container .header{display:none!important}.menu-playlist-container .playlistList{max-height:250px!important}.menu-playlist-container .tabNavigation{margin-bottom:.75rem!important}.menu-playlist-container .tab{padding:.5rem .75rem!important;font-size:.8rem!important}.menu-playlist-container .playlistItem{padding:.75rem!important;margin-bottom:.5rem!important}.menu-playlist-container .playlistName{font-size:.9rem!important}.menu-playlist-container .playlistDescription{font-size:.8rem!important}.menu-playlist-container .categoryTitle{font-size:.9rem!important;margin-bottom:.5rem!important}.menu-playlist-container .collapsibleSection{margin-bottom:.75rem!important}.menu-playlist-container .sectionHeader{padding:.75rem!important}.menu-playlist-container .sectionTitle{font-size:.85rem!important}.menu-playlist-container .sectionContent{padding:.75rem!important;max-height:200px!important}.menu-playlist-container .sectionContent.collapsed{padding:0 .75rem!important}.menu-playlist-container .button{padding:.5rem .75rem!important;font-size:.8rem!important}.menu-playlist-container .emptyState{padding:1rem!important}.menu-playlist-container .emptyStateIcon{font-size:32px!important;margin-bottom:.5rem!important}
