.elegant-modal-overlay{background:rgba(15,23,42,.75)!important;backdrop-filter:blur(4px)}.elegant-modal{background:white!important;border-radius:16px!important;max-width:900px!important;width:90%!important;max-height:90vh!important;overflow-y:auto!important;box-shadow:0 20px 60px rgba(0,0,0,.3)!important;animation:elegantSlideUp .3s ease!important;padding:0!important}@keyframes elegantSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.elegant-modal-header{padding:32px 32px 24px;border-bottom:1px solid #f1f5f9;position:relative;text-align:center}.elegant-icon-wrapper{width:56px;height:56px;margin:0 auto 16px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 8px 16px rgba(0,0,0,.2)}.elegant-icon-wrapper.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.elegant-icon-wrapper.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.elegant-icon-wrapper svg{width:28px;height:28px}.elegant-modal-header h2{font-size:24px!important;font-weight:600!important;color:#0f172a!important;margin:0 0 8px!important;letter-spacing:-.02em!important}.elegant-modal-header p{font-size:14px!important;color:#64748b!important;margin:0!important}.elegant-modal-close{position:absolute!important;top:20px!important;right:20px!important;width:32px!important;height:32px!important;border-radius:8px!important;border:none!important;background:transparent!important;color:#64748b!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;padding:0!important}.elegant-modal-close:hover{background:#f1f5f9!important;color:#0f172a!important}.elegant-modal-close svg{width:20px!important;height:20px!important}.elegant-modal-body{padding:24px 32px 40px!important}.elegant-modal-grid{display:grid;grid-template-columns:1fr 320px;gap:32px}.elegant-form{display:flex;flex-direction:column;gap:20px;padding-bottom:8px}.elegant-input-group{display:flex;flex-direction:column;gap:8px}.elegant-input-group label{font-size:14px!important;font-weight:500!important;color:#0f172a!important;margin:0!important}.elegant-input-group input,.elegant-input-group select,.elegant-input-group textarea{width:100%!important;padding:12px 16px!important;border:1px solid #e2e8f0!important;border-radius:10px!important;font-size:14px!important;color:#0f172a!important;transition:all .2s ease!important;font-family:inherit!important;background:white!important}.elegant-input-group input:focus,.elegant-input-group select:focus,.elegant-input-group textarea:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.elegant-input-group textarea{resize:vertical!important;min-height:80px!important}.elegant-hint{font-size:13px!important;color:#94a3b8!important;margin:0!important}.elegant-warning{padding:12px 16px!important;background:#fef3c7!important;border:1px solid #fde68a!important;border-radius:10px!important;color:#92400e!important;font-size:13px!important}.elegant-error{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:12px 16px!important;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:10px!important;color:#dc2626!important;font-size:14px!important}.elegant-error svg{width:20px!important;height:20px!important;flex-shrink:0!important;margin-top:1px!important}.elegant-submit-btn{width:100%!important;padding:12px 20px!important;border-radius:10px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;border:none!important;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:white!important;box-shadow:0 2px 8px rgba(59,130,246,.3)!important}.elegant-submit-btn:hover:not(:disabled){transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(59,130,246,.4)!important}.elegant-submit-btn:disabled{opacity:.6!important;cursor:not-allowed!important}.elegant-aside{display:flex;flex-direction:column;gap:16px}.elegant-aside-card{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:20px!important}.elegant-aside-title{font-size:14px!important;font-weight:600!important;color:#0f172a!important;margin:0 0 12px!important}.elegant-preview-box{background:white!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:16px!important;min-height:120px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:12px!important}.elegant-preview-box img{width:100%!important;border-radius:8px!important}.elegant-preview-placeholder{text-align:center!important;color:#94a3b8!important}.elegant-preview-placeholder-icon{font-size:32px!important;margin-bottom:8px!important}.elegant-paste-btn,.elegant-preview-placeholder-text{font-size:13px!important}.elegant-paste-btn{width:100%!important;padding:10px 16px!important;border-radius:8px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;background:white!important;color:#64748b!important;border:1px solid #e2e8f0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.elegant-paste-btn:hover{background:white!important;border-color:#cbd5e1!important;color:#0f172a!important}.elegant-tip-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:8px!important}.elegant-tip-list li{font-size:13px!important;color:#64748b!important;padding-left:20px!important;position:relative!important}.elegant-tip-list li:before{content:"•"!important;position:absolute!important;left:0!important;color:#3b82f6!important;font-weight:700!important}[data-color-scheme=dark] .elegant-modal{background:var(--color-surface)!important;border:1px solid var(--color-border)!important}[data-color-scheme=dark] .elegant-modal-header{border-color:var(--color-border)!important}[data-color-scheme=dark] .elegant-modal-header h2{color:var(--color-text)!important}[data-color-scheme=dark] .elegant-modal-close,[data-color-scheme=dark] .elegant-modal-header p{color:var(--color-text-secondary)!important}[data-color-scheme=dark] .elegant-modal-close:hover{background:rgba(255,255,255,.05)!important;color:var(--color-text)!important}[data-color-scheme=dark] .elegant-input-group label{color:var(--color-text)!important}[data-color-scheme=dark] .elegant-input-group input,[data-color-scheme=dark] .elegant-input-group select,[data-color-scheme=dark] .elegant-input-group textarea{background:rgba(255,255,255,.05)!important;border-color:var(--color-border)!important;color:var(--color-text)!important}[data-color-scheme=dark] .elegant-input-group input:focus,[data-color-scheme=dark] .elegant-input-group select:focus,[data-color-scheme=dark] .elegant-input-group textarea:focus{background:rgba(255,255,255,.08)!important}[data-color-scheme=dark] .elegant-hint{color:var(--color-text-secondary)!important}[data-color-scheme=dark] .elegant-aside-card{background:rgba(255,255,255,.03)!important;border-color:var(--color-border)!important}[data-color-scheme=dark] .elegant-aside-title{color:var(--color-text)!important}[data-color-scheme=dark] .elegant-paste-btn,[data-color-scheme=dark] .elegant-preview-box{background:rgba(255,255,255,.05)!important;border-color:var(--color-border)!important}[data-color-scheme=dark] .elegant-paste-btn{color:var(--color-text-secondary)!important}[data-color-scheme=dark] .elegant-paste-btn:hover{background:rgba(255,255,255,.1)!important;color:var(--color-text)!important}[data-color-scheme=dark] .elegant-tip-list li{color:var(--color-text-secondary)!important}@media (max-width:768px){.elegant-modal-grid{grid-template-columns:1fr!important}.elegant-aside{order:-1!important}}.auth-modal{max-width:440px!important}.auth-modal-body{padding:24px 32px 32px!important}.auth-modal .elegant-modal-grid{grid-template-columns:1fr!important}.auth-divider{position:relative!important;text-align:center!important;margin:24px 0!important}.auth-divider:before{content:""!important;position:absolute!important;top:50%!important;left:0!important;right:0!important;height:1px!important;background:#e2e8f0!important}.auth-divider span{position:relative!important;display:inline-block!important;padding:0 12px!important;background:white!important;color:#94a3b8!important;font-size:13px!important;font-weight:500!important}.auth-toggle{text-align:center!important;margin-top:24px!important;font-size:14px!important;color:#64748b!important}.auth-toggle-link{background:none!important;border:none!important;color:#3b82f6!important;font-weight:600!important;cursor:pointer!important;padding:0!important;text-decoration:none!important;transition:color .2s!important}.auth-toggle-link:hover{color:#2563eb!important;text-decoration:underline!important}[data-color-scheme=dark] .auth-divider:before{background:var(--color-border)!important}[data-color-scheme=dark] .auth-divider span{background:var(--color-surface)!important;color:var(--color-text-secondary)!important}[data-color-scheme=dark] .auth-toggle{color:var(--color-text-secondary)!important}.AddVideoModal_modalOverlay__YIJ6O{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:AddVideoModal_fadeIn__ILISH .2s ease-out}@keyframes AddVideoModal_fadeIn__ILISH{0%{opacity:0}to{opacity:1}}.AddVideoModal_modalContent__9Q9vJ{background:var(--theme-bg,white);border-radius:1.5rem;padding:2rem;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;animation:AddVideoModal_slideUp__S7PgD .3s cubic-bezier(.16,1,.3,1)}@keyframes AddVideoModal_slideUp__S7PgD{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.AddVideoModal_closeButton__6AJOE{position:absolute;top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:var(--theme-bg-secondary,#f1f5f9);color:var(--theme-text,#1e293b);font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.AddVideoModal_closeButton__6AJOE:hover{background:var(--theme-bg-tertiary,#e2e8f0);transform:rotate(90deg)}.AddVideoModal_closeButton__6AJOE:disabled{opacity:.5;cursor:not-allowed}.AddVideoModal_iconWrapper__FbpKP{width:4rem;height:4rem;border-radius:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 24px rgba(59,130,246,.3)}.AddVideoModal_iconWrapper__FbpKP svg{width:2rem;height:2rem;color:white}.AddVideoModal_title__E2mnm{font-size:1.75rem;font-weight:700;color:var(--theme-text,#0f172a);text-align:center;margin:0 0 .5rem}.AddVideoModal_subtitle__d7oXu{font-size:.9375rem;color:var(--theme-text-secondary,#64748b);text-align:center;margin:0 0 2rem}.AddVideoModal_error__hbJWU{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.875rem 1rem;border-radius:.75rem;font-size:.875rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.AddVideoModal_error__hbJWU:before{content:"⚠";font-size:1.125rem}.AddVideoModal_form__V01KN{display:flex;flex-direction:column;gap:1.25rem}.AddVideoModal_formGroup__PelE5{display:flex;flex-direction:column;gap:.5rem}.AddVideoModal_label__EEs_o{font-size:.875rem;font-weight:600;color:var(--theme-text,#1e293b);display:flex;align-items:center;gap:.375rem}.AddVideoModal_optional__1b_YN{font-weight:400;color:var(--theme-text-secondary,#64748b);font-size:.8125rem}.AddVideoModal_input__vt8jA,.AddVideoModal_select__RdXiw{width:100%;padding:.875rem 1rem;border:2px solid var(--theme-border,#e2e8f0);border-radius:.75rem;font-size:.9375rem;color:var(--theme-text,#1e293b);background:var(--theme-bg,white);transition:all .2s;font-family:inherit}.AddVideoModal_input__vt8jA:focus,.AddVideoModal_select__RdXiw:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.AddVideoModal_input__vt8jA:disabled,.AddVideoModal_select__RdXiw:disabled{opacity:.6;cursor:not-allowed;background:var(--theme-bg-secondary,#f8fafc)}.AddVideoModal_input__vt8jA::-moz-placeholder{color:var(--theme-text-tertiary,#94a3b8)}.AddVideoModal_input__vt8jA::placeholder{color:var(--theme-text-tertiary,#94a3b8)}.AddVideoModal_hint__HN9KS{font-size:.8125rem;color:var(--theme-text-secondary,#64748b)}.AddVideoModal_submitButton__5yUUS{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border:none;border-radius:.875rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px rgba(59,130,246,.3);margin-top:.5rem}.AddVideoModal_submitButton__5yUUS svg{width:1.25rem;height:1.25rem}.AddVideoModal_submitButton__5yUUS:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.AddVideoModal_submitButton__5yUUS:active:not(:disabled){transform:translateY(0)}.AddVideoModal_submitButton__5yUUS:disabled{opacity:.7;cursor:not-allowed;transform:none}.AddVideoModal_spinner__G0Qpi{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:AddVideoModal_spin__sK1Jc .6s linear infinite}@keyframes AddVideoModal_spin__sK1Jc{to{transform:rotate(1turn)}}.AddVideoModal_helpText__mfwR8{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--theme-border,#e2e8f0)}.AddVideoModal_helpText__mfwR8 p{font-size:.8125rem;color:var(--theme-text-secondary,#64748b);margin:0;line-height:1.5}.AddVideoModal_helpText__mfwR8 strong{color:var(--theme-text,#1e293b)}:root.AddVideoModal_theme-dark__FiRwv .AddVideoModal_modalContent__9Q9vJ,:root.AddVideoModal_theme-forest__Cvvy_ .AddVideoModal_modalContent__9Q9vJ,:root.AddVideoModal_theme-ocean__u1Ksf .AddVideoModal_modalContent__9Q9vJ,:root.AddVideoModal_theme-purple__FH0Z6 .AddVideoModal_modalContent__9Q9vJ{--theme-bg:#1e293b;--theme-bg-secondary:#334155;--theme-bg-tertiary:#475569;--theme-text:#f1f5f9;--theme-text-secondary:#cbd5e1;--theme-text-tertiary:#94a3b8;--theme-border:#475569}@media (max-width:640px){.AddVideoModal_modalContent__9Q9vJ{padding:1.5rem;border-radius:1.25rem}.AddVideoModal_title__E2mnm{font-size:1.5rem}.AddVideoModal_iconWrapper__FbpKP{width:3.5rem;height:3.5rem}.AddVideoModal_iconWrapper__FbpKP svg{width:1.75rem;height:1.75rem}}.AddPlaylistModal_modalOverlay__fc4aO{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:AddPlaylistModal_fadeIn__fOc4A .2s ease-out}@keyframes AddPlaylistModal_fadeIn__fOc4A{0%{opacity:0}to{opacity:1}}.AddPlaylistModal_modalContent__KhJXR{background:var(--theme-bg,white);border-radius:1.5rem;padding:2rem;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;animation:AddPlaylistModal_slideUp__c_o4h .3s cubic-bezier(.16,1,.3,1)}@keyframes AddPlaylistModal_slideUp__c_o4h{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.AddPlaylistModal_closeButton__YDObr{position:absolute;top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:var(--theme-bg-secondary,#f1f5f9);color:var(--theme-text,#1e293b);font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.AddPlaylistModal_closeButton__YDObr:hover{background:var(--theme-bg-tertiary,#e2e8f0);transform:rotate(90deg)}.AddPlaylistModal_closeButton__YDObr:disabled{opacity:.5;cursor:not-allowed}.AddPlaylistModal_iconWrapper__LPfZu{width:4rem;height:4rem;border-radius:1rem;background:linear-gradient(135deg,#8b5cf6,#ec4899);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 24px rgba(139,92,246,.3)}.AddPlaylistModal_iconWrapper__LPfZu svg{width:2rem;height:2rem;color:white}.AddPlaylistModal_title__3ZiKT{font-size:1.75rem;font-weight:700;color:var(--theme-text,#0f172a);text-align:center;margin:0 0 .5rem}.AddPlaylistModal_subtitle__0xKmS{font-size:.9375rem;color:var(--theme-text-secondary,#64748b);text-align:center;margin:0 0 2rem}.AddPlaylistModal_error__1TH3R{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.875rem 1rem;border-radius:.75rem;font-size:.875rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.AddPlaylistModal_error__1TH3R:before{content:"⚠";font-size:1.125rem}.AddPlaylistModal_form__kvQDL{display:flex;flex-direction:column;gap:1.25rem}.AddPlaylistModal_formGroup__DPz98{display:flex;flex-direction:column;gap:.5rem}.AddPlaylistModal_label__rCTFp{font-size:.875rem;font-weight:600;color:var(--theme-text,#1e293b);display:flex;align-items:center;gap:.375rem}.AddPlaylistModal_optional__nRiEl{font-weight:400;color:var(--theme-text-secondary,#64748b);font-size:.8125rem}.AddPlaylistModal_input__yZ9xm{width:100%;padding:.875rem 1rem;border:2px solid var(--theme-border,#e2e8f0);border-radius:.75rem;font-size:.9375rem;color:var(--theme-text,#1e293b);background:var(--theme-bg,white);transition:all .2s;font-family:inherit}.AddPlaylistModal_input__yZ9xm:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.AddPlaylistModal_input__yZ9xm:disabled{opacity:.6;cursor:not-allowed;background:var(--theme-bg-secondary,#f8fafc)}.AddPlaylistModal_input__yZ9xm::-moz-placeholder{color:var(--theme-text-tertiary,#94a3b8)}.AddPlaylistModal_input__yZ9xm::placeholder{color:var(--theme-text-tertiary,#94a3b8)}.AddPlaylistModal_hint__yL_tH{font-size:.8125rem;color:var(--theme-text-secondary,#64748b)}.AddPlaylistModal_submitButton__jpNsL{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:white;border:none;border-radius:.875rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px rgba(139,92,246,.3);margin-top:.5rem}.AddPlaylistModal_submitButton__jpNsL svg{width:1.25rem;height:1.25rem}.AddPlaylistModal_submitButton__jpNsL:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,92,246,.4)}.AddPlaylistModal_submitButton__jpNsL:active:not(:disabled){transform:translateY(0)}.AddPlaylistModal_submitButton__jpNsL:disabled{opacity:.7;cursor:not-allowed;transform:none}.AddPlaylistModal_spinner__hwfLl{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:AddPlaylistModal_spin__1YU9X .6s linear infinite}@keyframes AddPlaylistModal_spin__1YU9X{to{transform:rotate(1turn)}}.AddPlaylistModal_helpText__gg4D8{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--theme-border,#e2e8f0)}.AddPlaylistModal_helpText__gg4D8 p{font-size:.8125rem;color:var(--theme-text-secondary,#64748b);margin:0;line-height:1.5}.AddPlaylistModal_helpText__gg4D8 strong{color:var(--theme-text,#1e293b)}:root.AddPlaylistModal_theme-dark__TjA3Q .AddPlaylistModal_modalContent__KhJXR,:root.AddPlaylistModal_theme-forest__PpSVR .AddPlaylistModal_modalContent__KhJXR,:root.AddPlaylistModal_theme-ocean__TqnLr .AddPlaylistModal_modalContent__KhJXR,:root.AddPlaylistModal_theme-purple__9iHT5 .AddPlaylistModal_modalContent__KhJXR{--theme-bg:#1e293b;--theme-bg-secondary:#334155;--theme-bg-tertiary:#475569;--theme-text:#f1f5f9;--theme-text-secondary:#cbd5e1;--theme-text-tertiary:#94a3b8;--theme-border:#475569}@media (max-width:640px){.AddPlaylistModal_modalContent__KhJXR{padding:1.5rem;border-radius:1.25rem}.AddPlaylistModal_title__3ZiKT{font-size:1.5rem}.AddPlaylistModal_iconWrapper__LPfZu{width:3.5rem;height:3.5rem}.AddPlaylistModal_iconWrapper__LPfZu svg{width:1.75rem;height:1.75rem}}.VideoPlayerModal_modalOverlay__mQQRZ{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:VideoPlayerModal_fadeIn__F8hJ3 .2s ease-out;backdrop-filter:blur(8px)}@keyframes VideoPlayerModal_fadeIn__F8hJ3{0%{opacity:0}to{opacity:1}}.VideoPlayerModal_modalContent__cf0uO{background:linear-gradient(135deg,rgba(30,30,30,.98),rgba(20,20,20,.98));border-radius:16px;width:100%;max-width:1400px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 48px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.05);animation:VideoPlayerModal_slideUp__gT8Bl .3s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes VideoPlayerModal_slideUp__gT8Bl{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.VideoPlayerModal_header__kOMaT{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.VideoPlayerModal_title__2eqNW{font-size:1.25rem;font-weight:600;margin:0;color:#fff;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;padding-right:16px}.VideoPlayerModal_closeButton__HCU5V{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.VideoPlayerModal_closeButton__HCU5V:hover{background:rgba(255,255,255,.1);color:#fff;transform:scale(1.05)}.VideoPlayerModal_layout__ZQmTh{display:flex;gap:0;flex:1;overflow:hidden;min-height:0}.VideoPlayerModal_playerSection__WNENm{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-width:0;padding:24px}.VideoPlayerModal_playerWrapper___9gyS{width:100%;position:relative;padding-top:56.25%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.4);margin-bottom:24px}.VideoPlayerModal_playerContainer__wz9hT{position:absolute;top:0;left:0;width:100%;height:100%}.VideoPlayerModal_videoInfo__qFbfv{margin-top:12px}.VideoPlayerModal_videoMeta__qdeNC{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.VideoPlayerModal_videoTitle__o18GQ{font-size:1.125rem;font-weight:600;margin:0;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VideoPlayerModal_videoDuration__wbB5F{color:rgba(255,255,255,.6);font-size:.875rem;font-weight:500;white-space:nowrap;font-variant-numeric:tabular-nums}.VideoPlayerModal_aiButtons__tT3am{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.VideoPlayerModal_aiButton__thGT_{background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(139,92,246,.15));border:1px solid rgba(99,102,241,.3);color:#fff;padding:14px 20px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.VideoPlayerModal_aiButton__thGT_:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(139,92,246,.2));opacity:0;transition:opacity .2s ease}.VideoPlayerModal_aiButton__thGT_:hover{border-color:rgba(99,102,241,.6);transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.25)}.VideoPlayerModal_aiButton__thGT_:hover:before{opacity:1}.VideoPlayerModal_aiButton__thGT_ svg{width:20px;height:20px;flex-shrink:0;z-index:1}.VideoPlayerModal_aiButton__thGT_ span{z-index:1}.VideoPlayerModal_playlistSidebar__KQMKn{width:380px;background:rgba(0,0,0,.4);border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;overflow:hidden}.VideoPlayerModal_playlistHeader__8flut{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);display:flex;flex-direction:column;gap:4px}.VideoPlayerModal_playlistHeader__8flut h4{margin:0;font-size:1.125rem;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VideoPlayerModal_playlistHeader__8flut span{color:rgba(255,255,255,.5);font-size:.875rem}.VideoPlayerModal_playlistVideos__xU4Qy{flex:1;overflow-y:auto;padding:8px}.VideoPlayerModal_playlistVideos__xU4Qy::-webkit-scrollbar{width:8px}.VideoPlayerModal_playlistVideos__xU4Qy::-webkit-scrollbar-track{background:rgba(255,255,255,.02)}.VideoPlayerModal_playlistVideos__xU4Qy::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:4px}.VideoPlayerModal_playlistVideos__xU4Qy::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}.VideoPlayerModal_playlistVideoItem__4o8md{display:flex;gap:12px;padding:12px;background:rgba(255,255,255,.02);border:1px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-bottom:8px;text-align:left;width:100%}.VideoPlayerModal_playlistVideoItem__4o8md:hover{background:rgba(255,255,255,.05);border-color:rgba(99,102,241,.3);transform:translateX(4px)}.VideoPlayerModal_playlistVideoItem__4o8md.VideoPlayerModal_active___fZ6d{background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(139,92,246,.2));border-color:rgba(99,102,241,.5);box-shadow:0 4px 12px rgba(99,102,241,.2)}.VideoPlayerModal_videoThumbnail__DQkJB{position:relative;width:120px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#000;aspect-ratio:16/9}.VideoPlayerModal_videoThumbnail__DQkJB img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.VideoPlayerModal_videoDurationBadge__ER4al{position:absolute;bottom:4px;right:4px;background:rgba(0,0,0,.8);color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.VideoPlayerModal_videoContent__KOVDT{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.VideoPlayerModal_videoItemTitle__VWXLj{font-size:.9375rem;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.VideoPlayerModal_videoProgress__SSVuG{color:rgba(255,255,255,.5);font-size:.8125rem}.VideoPlayerModal_modalOverlay__mQQRZ.VideoPlayerModal_playlistMode__WOEVE .VideoPlayerModal_modalContent__cf0uO{max-width:1600px}@media (max-width:1200px){.VideoPlayerModal_playlistSidebar__KQMKn{width:320px}.VideoPlayerModal_videoThumbnail__DQkJB{width:100px}}@media (max-width:968px){.VideoPlayerModal_layout__ZQmTh{flex-direction:column}.VideoPlayerModal_playlistSidebar__KQMKn{width:100%;max-height:300px;border-left:none;border-top:1px solid rgba(255,255,255,.08)}.VideoPlayerModal_playerSection__WNENm{overflow:visible}.VideoPlayerModal_aiButtons__tT3am{grid-template-columns:1fr}}@media (max-width:640px){.VideoPlayerModal_modalOverlay__mQQRZ{padding:12px}.VideoPlayerModal_modalContent__cf0uO{border-radius:12px;max-height:95vh}.VideoPlayerModal_header__kOMaT{padding:16px}.VideoPlayerModal_title__2eqNW{font-size:1.125rem}.VideoPlayerModal_playerSection__WNENm{padding:16px}.VideoPlayerModal_videoMeta__qdeNC{flex-direction:column;align-items:flex-start;gap:8px}.VideoPlayerModal_videoTitle__o18GQ{font-size:1rem}.VideoPlayerModal_aiButton__thGT_{padding:12px 16px;font-size:.875rem}.VideoPlayerModal_aiButton__thGT_ svg{width:18px;height:18px}.VideoPlayerModal_playlistVideoItem__4o8md{padding:10px}.VideoPlayerModal_videoThumbnail__DQkJB{width:80px}.VideoPlayerModal_videoItemTitle__VWXLj{font-size:.875rem}}@media (prefers-reduced-motion:reduce){.VideoPlayerModal_aiButton__thGT_,.VideoPlayerModal_modalContent__cf0uO,.VideoPlayerModal_modalOverlay__mQQRZ,.VideoPlayerModal_playlistVideoItem__4o8md{animation:none;transition:none}}.VideoPlayerModal_aiButton__thGT_:focus-visible,.VideoPlayerModal_closeButton__HCU5V:focus-visible,.VideoPlayerModal_playlistVideoItem__4o8md:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.ModernAppShell_app__ZHD_l{min-height:100vh;background:var(--color-background)}.ModernAppShell_layout__RimsV{display:flex;padding-top:64px;min-height:calc(100vh - 64px)}.ModernAppShell_main__Tgfvy{flex:1;margin-left:72px;min-height:calc(100vh - 64px);background:var(--color-background);position:relative;z-index:0}@media (max-width:1024px){.ModernAppShell_main__Tgfvy{margin-left:0}}