.VideoPlayer_videoPlayerContainer__Z7ISd{position:relative;width:100%;background:#000;border-radius:8px;overflow:hidden;cursor:pointer}.VideoPlayer_videoWrapper__zwAdu{position:relative;width:100%;height:100%;background:#000}.VideoPlayer_video__nK88l{width:100%;height:100%;object-fit:contain;display:block}.VideoPlayer_loadingIndicator__G3gYb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;color:#fff}.VideoPlayer_spinner__PqnqG{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:VideoPlayer_spin__lwhaV 1s linear infinite}@keyframes VideoPlayer_spin__lwhaV{to{transform:rotate(1turn)}}.VideoPlayer_errorMessage__lm8_3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;color:#fff;text-align:center;padding:16px;background:rgba(0,0,0,.7);border-radius:8px}.VideoPlayer_errorMessage__lm8_3 svg{margin-bottom:8px}.VideoPlayer_errorMessage__lm8_3 p{margin:0;font-size:14px}.VideoPlayer_posterOverlay__CBJEF{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center;background:#000;cursor:pointer}.VideoPlayer_posterImage__b1HC_{width:100%;height:100%;object-fit:cover;opacity:.7}.VideoPlayer_posterPlaceholder__lLWxI{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:rgba(255,255,255,.5)}.VideoPlayer_playButton___XEzO{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1e3a8a;transition:all .3s ease;z-index:3;box-shadow:0 4px 12px rgba(0,0,0,.3)}.VideoPlayer_playButton___XEzO:hover{background:#fff;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.4)}.VideoPlayer_playButton___XEzO:active{transform:translate(-50%,-50%) scale(.95)}.VideoPlayer_playButton___XEzO svg{margin-left:4px}.VideoPlayer_controlsOverlay__OeRDK{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);z-index:4;opacity:1;transition:opacity .3s ease}.VideoPlayer_controlsOverlay__OeRDK.VideoPlayer_hidden__GmYVS{opacity:0;pointer-events:none}.VideoPlayer_progressBarContainer__ZFVSL{width:100%;height:6px;background:rgba(255,255,255,.3);cursor:pointer;position:relative}.VideoPlayer_progressBar__hCT_s{height:100%;background:#3b82f6;transition:width .1s linear;position:relative}.VideoPlayer_progressBar__hCT_s:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%;opacity:0;transition:opacity .2s}.VideoPlayer_progressBarContainer__ZFVSL:hover .VideoPlayer_progressBar__hCT_s:after{opacity:1}.VideoPlayer_progressBarBuffered__duRBH{position:absolute;top:0;left:0;height:100%;background:rgba(255,255,255,.2);pointer-events:none}.VideoPlayer_bottomControls__uv_il{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;gap:12px}.VideoPlayer_controlsLeft__YNNn9{display:flex;align-items:center;gap:12px;flex:1 1}.VideoPlayer_controlsRight__MCkOj{display:flex;align-items:center;gap:8px}.VideoPlayer_controlButton__Zk_7q{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s;border-radius:4px}.VideoPlayer_controlButton__Zk_7q:hover{background:rgba(255,255,255,.1)}.VideoPlayer_controlButton__Zk_7q:active{opacity:.7}.VideoPlayer_timeDisplay__JECQ5{color:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px;white-space:nowrap}.VideoPlayer_timeDisplay__JECQ5 span:not(:last-child){opacity:.8}.VideoPlayer_volumeControl__SU9jH{display:flex;align-items:center;gap:8px;color:#fff}.VideoPlayer_volumeControl__SU9jH svg{flex-shrink:0}.VideoPlayer_volumeSlider__RwZJN{width:80px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(255,255,255,.3);outline:none;border-radius:2px;cursor:pointer}.VideoPlayer_volumeSlider__RwZJN::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer}.VideoPlayer_volumeSlider__RwZJN::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none}@media (max-width:768px){.VideoPlayer_playButton___XEzO{width:64px;height:64px}.VideoPlayer_playButton___XEzO svg{width:32px;height:32px}.VideoPlayer_timeDisplay__JECQ5{font-size:12px}.VideoPlayer_volumeControl__SU9jH{display:none}}.VideoPlayer_videoPlayerContainer__Z7ISd:-webkit-full-screen{width:100vw;height:100vh;border-radius:0}.VideoPlayer_videoPlayerContainer__Z7ISd:fullscreen{width:100vw;height:100vh;border-radius:0}.VideoPlayer_videoPlayerContainer__Z7ISd:-webkit-full-screen .VideoPlayer_video__nK88l{object-fit:contain}.VideoPlayer_videoPlayerContainer__Z7ISd:fullscreen .VideoPlayer_video__nK88l{object-fit:contain}