.VideoPlayer-module__fL4K2G__playerContainer{aspect-ratio:16/9;border-radius:var(--radius-lg,20px);width:100%;box-shadow:var(--shadow-card);border:1px solid var(--color-border);background-color:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.VideoPlayer-module__fL4K2G__videoElement{object-fit:contain;cursor:pointer;width:100%;height:100%}.VideoPlayer-module__fL4K2G__bigPlayButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border-cyan);color:var(--color-accent-cyan);width:72px;height:72px;transition:transform var(--transition-fast), background-color var(--transition-fast);cursor:pointer;z-index:10;background:#0009;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.VideoPlayer-module__fL4K2G__bigPlayButton:hover{background:#00e5ff33;transform:scale(1.1)}.VideoPlayer-module__fL4K2G__controlsBar{z-index:15;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);flex-direction:column;gap:12px;padding:20px;transition:opacity .3s,visibility .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.VideoPlayer-module__fL4K2G__visible{opacity:1;visibility:visible}.VideoPlayer-module__fL4K2G__hidden{opacity:0;visibility:hidden}.VideoPlayer-module__fL4K2G__progressContainer{align-items:center;width:100%;display:flex}.VideoPlayer-module__fL4K2G__progressBar{cursor:pointer;appearance:none;border-radius:3px;outline:none;width:100%;height:6px;transition:height .1s}.VideoPlayer-module__fL4K2G__progressBar:hover{height:8px}.VideoPlayer-module__fL4K2G__progressBar::-webkit-slider-thumb{appearance:none;border:2px solid var(--color-accent-cyan);cursor:pointer;background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .1s;box-shadow:0 0 10px #00e5ffcc}.VideoPlayer-module__fL4K2G__progressBar::-webkit-slider-thumb:hover{transform:scale(1.25)}@media (pointer:coarse){.VideoPlayer-module__fL4K2G__progressBar::-webkit-slider-thumb{width:24px;height:24px}}.VideoPlayer-module__fL4K2G__lowerControls{justify-content:space-between;align-items:center;display:flex}.VideoPlayer-module__fL4K2G__leftControls{align-items:center;gap:16px;display:flex}.VideoPlayer-module__fL4K2G__rightControls{align-items:center;display:flex}.VideoPlayer-module__fL4K2G__controlButton{color:#fff;opacity:.85;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;transition:opacity .2s,color .2s;display:inline-flex}.VideoPlayer-module__fL4K2G__controlButton:hover{opacity:1;color:var(--color-accent-cyan)}.VideoPlayer-module__fL4K2G__volumeContainer{align-items:center;gap:8px;display:flex}.VideoPlayer-module__fL4K2G__volumeBar{cursor:pointer;appearance:none;border-radius:2px;outline:none;width:70px;height:4px}.VideoPlayer-module__fL4K2G__volumeBar::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:10px;height:10px}.VideoPlayer-module__fL4K2G__timeCounter{font-family:var(--font-mono);color:#fffc;-webkit-user-select:none;user-select:none;font-size:13px}.VideoPlayer-module__fL4K2G__fullscreen{aspect-ratio:auto!important;border:none!important;border-radius:0!important;width:100vw!important;max-width:100%!important;height:100vh!important}
