.VideoControlBar-module__IMgoQa__container{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100;background:#000c;border:1px solid #ffffff1a;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;width:auto;min-width:600px;max-width:90vw;padding:12px 24px;display:flex;position:fixed;bottom:40px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}.VideoControlBar-module__IMgoQa__leftSection{align-items:center;gap:24px;display:flex}.VideoControlBar-module__IMgoQa__cameraSection{pointer-events:auto;z-index:20;flex-direction:column;gap:4px;display:flex;position:relative}.VideoControlBar-module__IMgoQa__select{color:#000;cursor:pointer;appearance:auto;-webkit-appearance:menulist;background:#fff;border:1px solid #fff3;border-radius:8px;outline:none;min-width:140px;height:32px;padding:6px 12px;font-size:14px;font-weight:500;transition:all .2s}.VideoControlBar-module__IMgoQa__select:hover{background:#f0f0f0;border-color:#fff}.VideoControlBar-module__IMgoQa__select option{color:#fff;background:#1a1a1a}.VideoControlBar-module__IMgoQa__infoSection{flex-direction:column;gap:2px;min-width:150px;display:flex}.VideoControlBar-module__IMgoQa__sponsorName{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:700}.VideoControlBar-module__IMgoQa__stadiumName{color:#fff9;font-size:12px}.VideoControlBar-module__IMgoQa__controlsSection{align-items:center;gap:12px;display:flex}.VideoControlBar-module__IMgoQa__button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:all .2s;display:flex}.VideoControlBar-module__IMgoQa__button:hover{background:#ffffff26;border-color:#fff3;transform:scale(1.05)}.VideoControlBar-module__IMgoQa__button:active{transform:scale(.95)}.VideoControlBar-module__IMgoQa__button:disabled{opacity:.4;cursor:not-allowed}.VideoControlBar-module__IMgoQa__playButton{color:#000;background:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:22px}.VideoControlBar-module__IMgoQa__playButton:hover{background:#f0f0f0;transform:scale(1.05);box-shadow:0 0 20px #fff3}.VideoControlBar-module__IMgoQa__statusText{color:#ffffff80;text-align:center;min-width:80px;margin-left:8px;font-size:12px;font-weight:500}.VideoControlBar-module__IMgoQa__timeslotSection{flex-direction:column;align-items:flex-end;gap:4px;min-width:150px;display:flex}.VideoControlBar-module__IMgoQa__label{text-transform:uppercase;color:#fff6;letter-spacing:1px;font-size:10px}.VideoControlBar-module__IMgoQa__timeslotButtons{background:#ffffff0d;border-radius:8px;gap:4px;padding:4px;display:flex}.VideoControlBar-module__IMgoQa__timeslotButton{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:6px;width:32px;height:32px;font-size:14px;font-weight:500;transition:all .2s}.VideoControlBar-module__IMgoQa__timeslotButton:hover{color:#fff;background:#ffffff1a}.VideoControlBar-module__IMgoQa__timeslotButton.VideoControlBar-module__IMgoQa__active{color:#000;background:#fff;font-weight:700}.VideoControlBar-module__IMgoQa__loadingDot{animation:1.5s ease-in-out infinite VideoControlBar-module__IMgoQa__pulse;display:inline-block}.VideoControlBar-module__IMgoQa__loadingDot:nth-child(2){animation-delay:.2s}.VideoControlBar-module__IMgoQa__loadingDot:nth-child(3){animation-delay:.4s}@keyframes VideoControlBar-module__IMgoQa__pulse{0%,80%,to{opacity:.3}40%{opacity:1}}@media (max-width:768px){.VideoControlBar-module__IMgoQa__container{min-width:unset;flex-direction:column;gap:16px;width:90%;padding:16px;bottom:24px}.VideoControlBar-module__IMgoQa__infoSection,.VideoControlBar-module__IMgoQa__timeslotSection{text-align:center;align-items:center}}
.DownloadProgress-module__6ko1iW__progressOverlay{z-index:1000;background:#0a0a0ff2;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.DownloadProgress-module__6ko1iW__progressTitle{color:#fff;margin-bottom:30px;font-size:24px;font-weight:600}.DownloadProgress-module__6ko1iW__progressContainer{flex-direction:column;gap:12px;width:100%;max-width:600px;display:flex}.DownloadProgress-module__6ko1iW__progressItem{flex-direction:column;gap:6px;display:flex}.DownloadProgress-module__6ko1iW__progressLabel{color:#fffc;justify-content:space-between;font-size:13px;display:flex}.DownloadProgress-module__6ko1iW__fileName{color:#00d4ff;font-family:monospace}.DownloadProgress-module__6ko1iW__progressPercent{color:#fff9}.DownloadProgress-module__6ko1iW__progressBarBg{background:#ffffff1a;border-radius:4px;width:100%;height:8px;overflow:hidden}.DownloadProgress-module__6ko1iW__progressBarFill{background:linear-gradient(90deg,#00d4ff,#09f);border-radius:4px;height:100%;transition:width .3s}.DownloadProgress-module__6ko1iW__progressBarComplete{background:linear-gradient(90deg,#0f8,#0c6)}.DownloadProgress-module__6ko1iW__totalProgress{border-top:1px solid #ffffff1a;margin-top:20px;padding-top:20px}.DownloadProgress-module__6ko1iW__totalLabel{color:#fff;margin-bottom:8px;font-size:16px;font-weight:500}.DownloadProgress-module__6ko1iW__totalBarBg{background:#ffffff1a;border-radius:6px;width:100%;height:12px;overflow:hidden}.DownloadProgress-module__6ko1iW__totalBarFill{background:linear-gradient(90deg,#ff6b6b,#ffd93d,#6bcb77,#4d96ff) 0 0/300% 100%;border-radius:6px;height:100%;transition:width .3s;animation:2s linear infinite DownloadProgress-module__6ko1iW__gradientMove}@keyframes DownloadProgress-module__6ko1iW__gradientMove{0%{background-position:0%}to{background-position:100%}}.DownloadProgress-module__6ko1iW__readyMessage{color:#0f8;margin-top:20px;font-size:18px;font-weight:500}
