.VideoPlayerModal_overlay__U5Qj_{position:fixed;inset:0;background:rgba(0,0,0,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:24px;animation:VideoPlayerModal_playerFadeIn__QrB8R .2s ease}@keyframes VideoPlayerModal_playerFadeIn__QrB8R{0%{opacity:0}to{opacity:1}}.VideoPlayerModal_modal__6NE_f{display:flex;flex-direction:column;width:100%;max-width:900px;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#101014;box-shadow:0 24px 80px rgba(0,0,0,.6)}.VideoPlayerModal_header__I_Sg_{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.VideoPlayerModal_title__Mgpac{font-size:.875rem;font-weight:600;color:rgba(255,255,255,.9);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VideoPlayerModal_closeButton__HxioC{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;background:rgba(255,255,255,.08);border:none;border-radius:8px;color:rgba(255,255,255,.7);cursor:pointer;transition:all .15s ease}.VideoPlayerModal_closeButton__HxioC:hover{background:rgba(255,255,255,.16);color:white}.VideoPlayerModal_body__59YPF{position:relative;background:#000}.VideoPlayerModal_video__51BKj{display:block;width:100%;max-height:70vh;background:#000}.VideoPlayerModal_stateOverlay__u6NCV{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:rgba(0,0,0,.65);color:rgba(255,255,255,.85);pointer-events:none}.VideoPlayerModal_stateOverlayInteractive__4pLL_{pointer-events:auto}.VideoPlayerModal_spinner__28dUw{animation:VideoPlayerModal_playerSpin__3c4Yj 1s linear infinite;color:rgba(255,255,255,.8)}@keyframes VideoPlayerModal_playerSpin__3c4Yj{to{transform:rotate(1turn)}}.VideoPlayerModal_errorText__8kVKS{margin:0;font-size:.875rem;font-weight:500}.VideoPlayerModal_errorActions__Le7h6{display:flex;gap:10px}.VideoPlayerModal_errorButton__ZPp9i{display:flex;align-items:center;gap:6px;padding:8px 14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:white;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s ease}.VideoPlayerModal_errorButton__ZPp9i:hover{background:rgba(255,255,255,.18)}.VideoPlayerModal_bigPlayOverlay__TzVci{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);border:none;cursor:pointer;padding:0}.VideoPlayerModal_bigPlayButton__71m2O{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:rgba(139,92,246,.9);color:white;box-shadow:0 8px 32px rgba(0,0,0,.5);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.VideoPlayerModal_bigPlayOverlay__TzVci:hover .VideoPlayerModal_bigPlayButton__71m2O{transform:scale(1.08)}