.VideoPlayer-module__lMRcOa__container{--player-accent:var(--color-or,#c9a24d);--player-accent-light:var(--color-or-light,#d4b366);--player-accent-dark:var(--color-or-dark,#a88a3d);--player-bg:var(--color-noir,#0b0b0b);--player-text:var(--color-ivoire,#f5f1e8);--player-text-muted:#f5f1e8b3;--player-border:#c9a24d33;--player-overlay:#0b0b0b99;background-color:var(--player-bg);border-radius:var(--border-radius-xl,16px);width:100%;font-family:var(--font-sans,Inter, sans-serif);-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.VideoPlayer-module__lMRcOa__containerAspect{aspect-ratio:16/9}.VideoPlayer-module__lMRcOa__containerFullscreen{z-index:var(--z-modal,500)!important;aspect-ratio:unset!important;border-radius:0!important;position:fixed!important;inset:0!important}.VideoPlayer-module__lMRcOa__containerTheater{height:calc(100vh - 10rem);z-index:var(--z-modal,500);border-radius:0;animation:.4s cubic-bezier(.4,0,.2,1) forwards VideoPlayer-module__lMRcOa__expandTheater;position:fixed;top:0;left:0;right:0}@keyframes VideoPlayer-module__lMRcOa__expandTheater{0%{opacity:.9;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.VideoPlayer-module__lMRcOa__theaterBackdrop{z-index:calc(var(--z-modal,500) - 1);background-color:#000000d9;animation:.3s forwards VideoPlayer-module__lMRcOa__fadeIn;position:fixed;inset:0}@keyframes VideoPlayer-module__lMRcOa__fadeIn{0%{opacity:0}to{opacity:1}}.VideoPlayer-module__lMRcOa__video{object-fit:contain;background-color:var(--player-bg);width:100%;height:100%}.VideoPlayer-module__lMRcOa__loadingOverlay{background-color:var(--player-overlay);z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPlayer-module__lMRcOa__loadingSpinnerContainer{justify-content:center;align-items:center;display:flex}.VideoPlayer-module__lMRcOa__loadingSpinner{width:48px;height:48px;color:var(--player-accent);animation:1s linear infinite VideoPlayer-module__lMRcOa__spin}@keyframes VideoPlayer-module__lMRcOa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VideoPlayer-module__lMRcOa__playOverlay{cursor:pointer;z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPlayer-module__lMRcOa__playButtonLarge{background:linear-gradient(135deg, var(--player-accent-light) 0%, var(--player-accent) 50%, var(--player-accent-dark) 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 32px #c9a24d66,0 4px 12px #0000004d,inset 0 1px #fff3}.VideoPlayer-module__lMRcOa__playButtonLarge:hover{transform:scale(1.1);box-shadow:0 12px 40px #c9a24d80,0 6px 16px #0000004d,inset 0 1px #ffffff40}.VideoPlayer-module__lMRcOa__playIconLarge{width:32px;height:32px;color:var(--player-bg);fill:var(--player-bg);margin-left:4px}.VideoPlayer-module__lMRcOa__controlsOverlay{z-index:20;flex-direction:column;justify-content:flex-end;transition:opacity .3s;display:flex;position:absolute;inset:0}.VideoPlayer-module__lMRcOa__controlsVisible{opacity:1}.VideoPlayer-module__lMRcOa__controlsHidden{opacity:0;pointer-events:none}.VideoPlayer-module__lMRcOa__gradientBackground{background:linear-gradient(to top, var(--player-bg) 0%, #0b0b0bcc 15%, transparent 40%, transparent 80%, #0b0b0b66 100%);pointer-events:none;position:absolute;inset:0}.VideoPlayer-module__lMRcOa__titleOverlay{padding:var(--spacing-lg,24px);z-index:25;position:absolute;top:0;left:0;right:0}.VideoPlayer-module__lMRcOa__title{font-family:var(--font-serif,"Cormorant Garamond", serif);color:var(--player-text);text-shadow:0 2px 4px #00000080;margin:0;font-size:1.5rem;font-weight:600}.VideoPlayer-module__lMRcOa__controlsContainer{padding:var(--spacing-md,16px) var(--spacing-lg,24px);position:relative}.VideoPlayer-module__lMRcOa__controlsSpace{flex-direction:column;gap:12px;display:flex}.VideoPlayer-module__lMRcOa__progressContainer{padding:8px 0;position:relative}.VideoPlayer-module__lMRcOa__progressBar{cursor:pointer;background-color:#fff3;border-radius:2px;height:4px;transition:height .15s;position:relative}.VideoPlayer-module__lMRcOa__progressBar:hover,.VideoPlayer-module__lMRcOa__progressBarDragging{height:6px}.VideoPlayer-module__lMRcOa__progressBackground{background-color:#ffffff26;border-radius:2px;position:absolute;inset:0}.VideoPlayer-module__lMRcOa__progressBuffered{background-color:#ffffff4d;border-radius:2px;height:100%;transition:width .1s;position:absolute;top:0;left:0}.VideoPlayer-module__lMRcOa__progressFill{background:linear-gradient(90deg, var(--player-accent-dark) 0%, var(--player-accent) 50%, var(--player-accent-light) 100%);border-radius:2px;height:100%;transition:width .1s linear;position:absolute;top:0;left:0;box-shadow:0 0 8px #c9a24d66}.VideoPlayer-module__lMRcOa__progressScrubber{background:var(--player-accent);border:2px solid var(--player-text);opacity:0;border-radius:50%;width:14px;height:14px;transition:opacity .2s,transform .2s;position:absolute;top:50%;right:-6px;transform:translateY(-50%)scale(.8);box-shadow:0 2px 8px #0000004d}.VideoPlayer-module__lMRcOa__progressScrubberVisible{opacity:1;transform:translateY(-50%)scale(1)}.VideoPlayer-module__lMRcOa__progressHoverIndicator{background-color:var(--player-text);opacity:.5;pointer-events:none;width:2px;height:100%;position:absolute;top:0}.VideoPlayer-module__lMRcOa__progressTooltip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--player-border);pointer-events:none;white-space:nowrap;z-index:30;background:#0b0b0bf2;border-radius:8px;padding:8px 12px;position:absolute;bottom:calc(100% + 12px)}.VideoPlayer-module__lMRcOa__thumbnailPreview{border-radius:4px;width:160px;height:90px;margin-bottom:8px;overflow:hidden}.VideoPlayer-module__lMRcOa__thumbnailPreview img{object-fit:cover;width:100%;height:100%}.VideoPlayer-module__lMRcOa__tooltipTime{color:var(--player-text);text-align:center;font-size:.875rem;font-weight:600}.VideoPlayer-module__lMRcOa__tooltipChapter{color:var(--player-text-muted);text-align:center;margin-top:4px;font-size:.75rem}.VideoPlayer-module__lMRcOa__chapterMarkers{pointer-events:none;height:100%;position:absolute;top:0;left:0;right:0}.VideoPlayer-module__lMRcOa__chapterMarker{background-color:var(--player-text);opacity:.6;border-radius:2px;width:4px;height:12px;transition:opacity .2s,height .2s;position:absolute;top:50%;transform:translate(-50%,-50%)}.VideoPlayer-module__lMRcOa__chapterMarkerActive{opacity:1;background-color:var(--player-accent);height:16px}.VideoPlayer-module__lMRcOa__controlsRow{justify-content:space-between;align-items:center;gap:var(--spacing-sm,8px);display:flex}.VideoPlayer-module__lMRcOa__controlsLeft,.VideoPlayer-module__lMRcOa__controlsRight{align-items:center;gap:var(--spacing-xs,4px);display:flex}.VideoPlayer-module__lMRcOa__controlButton{padding:var(--spacing-sm,8px);cursor:pointer;color:var(--player-text);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background-color .2s,transform .1s;display:flex}.VideoPlayer-module__lMRcOa__controlButton:hover{background-color:#ffffff1a}.VideoPlayer-module__lMRcOa__controlButton:active{transform:scale(.95)}.VideoPlayer-module__lMRcOa__controlButtonActive{background-color:#c9a24d33}.VideoPlayer-module__lMRcOa__controlButtonActive:hover{background-color:#c9a24d4d}.VideoPlayer-module__lMRcOa__controlIcon{width:24px;height:24px;color:var(--player-text)}.VideoPlayer-module__lMRcOa__controlIconSmall{width:20px;height:20px;color:var(--player-text)}.VideoPlayer-module__lMRcOa__controlIconFilled{fill:var(--player-text)}.VideoPlayer-module__lMRcOa__skipButtons{align-items:center;gap:2px;display:flex}.VideoPlayer-module__lMRcOa__volumeControl{align-items:center;gap:var(--spacing-xs,4px);display:flex}.VideoPlayer-module__lMRcOa__volumeSliderContainer{width:0;transition:width .2s;overflow:hidden}.VideoPlayer-module__lMRcOa__volumeSliderExpanded{width:80px}.VideoPlayer-module__lMRcOa__volumeSlider{cursor:pointer;appearance:none;background:#fff3;border-radius:2px;outline:none;width:80px;height:4px}.VideoPlayer-module__lMRcOa__volumeSlider::-webkit-slider-thumb{appearance:none;background:var(--volume-thumb,var(--player-accent));cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .1s}.VideoPlayer-module__lMRcOa__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.VideoPlayer-module__lMRcOa__volumeSlider::-moz-range-thumb{background:var(--volume-thumb,var(--player-accent));cursor:pointer;border:none;border-radius:50%;width:12px;height:12px}.VideoPlayer-module__lMRcOa__timeDisplay{color:var(--player-text-muted);margin-left:var(--spacing-sm,8px);font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-size:.875rem;font-weight:500;display:flex}.VideoPlayer-module__lMRcOa__currentTime{color:var(--player-text)}.VideoPlayer-module__lMRcOa__timeSeparator{opacity:.5}.VideoPlayer-module__lMRcOa__duration{color:var(--player-text-muted)}.VideoPlayer-module__lMRcOa__speedControl{position:relative}.VideoPlayer-module__lMRcOa__speedButton{align-items:center;gap:4px;display:flex}.VideoPlayer-module__lMRcOa__speedValue{color:var(--player-accent);font-size:.75rem;font-weight:600}.VideoPlayer-module__lMRcOa__speedMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--player-border);z-index:40;background:#0b0b0bf2;border-radius:12px;min-width:120px;padding:8px 0;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 8px 32px #0006}.VideoPlayer-module__lMRcOa__menuHeader{color:var(--player-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:8px 16px;font-size:.75rem;font-weight:600}.VideoPlayer-module__lMRcOa__speedMenuItem{width:100%;color:var(--player-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:10px 16px;font-size:.875rem;transition:background-color .15s;display:flex}.VideoPlayer-module__lMRcOa__speedMenuItem:hover{background-color:#ffffff1a}.VideoPlayer-module__lMRcOa__speedMenuItemActive{color:var(--player-accent);font-weight:600}.VideoPlayer-module__lMRcOa__settingsControl{position:relative}.VideoPlayer-module__lMRcOa__settingsIconActive{animation:.3s forwards VideoPlayer-module__lMRcOa__rotateSettings}@keyframes VideoPlayer-module__lMRcOa__rotateSettings{0%{transform:rotate(0)}to{transform:rotate(90deg)}}.VideoPlayer-module__lMRcOa__settingsMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--player-border);z-index:40;background:#0b0b0bf2;border-radius:12px;min-width:220px;animation:.2s forwards VideoPlayer-module__lMRcOa__slideUp;position:absolute;bottom:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #0006}@keyframes VideoPlayer-module__lMRcOa__slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.VideoPlayer-module__lMRcOa__settingsMenuContent{padding:8px 0}.VideoPlayer-module__lMRcOa__menuBackButton{border:none;border-bottom:1px solid var(--player-border);width:100%;color:var(--player-text);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:12px 16px;font-size:.875rem;font-weight:600;transition:background-color .15s;display:flex}.VideoPlayer-module__lMRcOa__menuBackButton:hover{background-color:#ffffff0d}.VideoPlayer-module__lMRcOa__settingsMenuItem{width:100%;color:var(--player-text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.875rem;transition:background-color .15s;display:flex}.VideoPlayer-module__lMRcOa__settingsMenuItem:hover{background-color:#ffffff1a}.VideoPlayer-module__lMRcOa__settingsMenuItemActive{color:var(--player-accent)}.VideoPlayer-module__lMRcOa__menuItemLabel{align-items:center;gap:8px;display:flex}.VideoPlayer-module__lMRcOa__menuItemValue{color:var(--player-text-muted);font-size:.8125rem}.VideoPlayer-module__lMRcOa__menuItemLang{color:var(--player-text-muted);margin-left:4px;font-size:.75rem}.VideoPlayer-module__lMRcOa__menuItemCheck{color:var(--player-accent)}.VideoPlayer-module__lMRcOa__skipSegmentButton{right:var(--spacing-lg,24px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--player-border);color:var(--player-text);cursor:pointer;opacity:0;z-index:30;background:#0b0b0be6;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:.875rem;font-weight:500;transition:opacity .3s,transform .3s,background-color .2s;display:flex;position:absolute;bottom:100px;transform:translate(20px)}.VideoPlayer-module__lMRcOa__skipSegmentButtonVisible{opacity:1;transform:translate(0)}.VideoPlayer-module__lMRcOa__skipSegmentButton:hover{border-color:var(--player-accent);background:#c9a24d33}.VideoPlayer-module__lMRcOa__skipSegmentLabel{color:var(--player-text)}.VideoPlayer-module__lMRcOa__skipSegmentIcon{color:var(--player-accent)}.VideoPlayer-module__lMRcOa__subtitleContainer{text-align:center;z-index:15;pointer-events:none;max-width:80%;position:absolute;bottom:80px;left:50%;transform:translate(-50%)}.VideoPlayer-module__lMRcOa__subtitleText{color:var(--player-text);text-shadow:0 1px 2px #00000080;background:#000c;border-radius:4px;padding:8px 16px;font-size:1.125rem;line-height:1.5;display:inline-block}@media (max-width:768px){.VideoPlayer-module__lMRcOa__container{border-radius:var(--border-radius-lg,12px)}.VideoPlayer-module__lMRcOa__controlsContainer{padding:var(--spacing-sm,8px) var(--spacing-md,16px)}.VideoPlayer-module__lMRcOa__controlsSpace{gap:8px}.VideoPlayer-module__lMRcOa__controlButton{padding:var(--spacing-xs,4px)}.VideoPlayer-module__lMRcOa__controlIcon{width:20px;height:20px}.VideoPlayer-module__lMRcOa__controlIconSmall{width:18px;height:18px}.VideoPlayer-module__lMRcOa__volumeSliderContainer,.VideoPlayer-module__lMRcOa__volumeSliderExpanded{display:none}.VideoPlayer-module__lMRcOa__timeDisplay{margin-left:var(--spacing-xs,4px);font-size:.75rem}.VideoPlayer-module__lMRcOa__settingsMenu{border-radius:16px 16px 0 0;max-height:60vh;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.VideoPlayer-module__lMRcOa__title{font-size:1.125rem}.VideoPlayer-module__lMRcOa__titleOverlay{padding:var(--spacing-md,16px)}.VideoPlayer-module__lMRcOa__playButtonLarge{width:64px;height:64px}.VideoPlayer-module__lMRcOa__playIconLarge{width:24px;height:24px}.VideoPlayer-module__lMRcOa__subtitleText{padding:6px 12px;font-size:.875rem}.VideoPlayer-module__lMRcOa__skipSegmentButton{right:var(--spacing-md,16px);padding:10px 16px;font-size:.8125rem;bottom:80px}}@media (hover:none) and (pointer:coarse){.VideoPlayer-module__lMRcOa__controlButton{min-width:44px;min-height:44px}.VideoPlayer-module__lMRcOa__progressBar{height:8px}.VideoPlayer-module__lMRcOa__progressScrubber{opacity:1;width:18px;height:18px;transform:translateY(-50%)scale(1)}}@media (min-width:1280px){.VideoPlayer-module__lMRcOa__controlsContainer{padding:var(--spacing-lg,24px) var(--spacing-xl,32px)}.VideoPlayer-module__lMRcOa__title{font-size:1.75rem}.VideoPlayer-module__lMRcOa__playButtonLarge{width:96px;height:96px}.VideoPlayer-module__lMRcOa__playIconLarge{width:40px;height:40px}}
.CookieConsent-module__3xF28G__overlay{z-index:9999;pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);padding:1rem;position:fixed;bottom:0;left:0;right:0}.CookieConsent-module__3xF28G__banner{background:var(--background-tertiary);border:1px solid var(--border-color-hover);border-radius:var(--border-radius-xl);max-width:800px;box-shadow:var(--shadow-xl), var(--shadow-glow);pointer-events:auto;margin:0 auto;padding:1.5rem;position:relative}.CookieConsent-module__3xF28G__icon{background:var(--color-or);width:48px;height:48px;color:var(--color-noir);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.CookieConsent-module__3xF28G__content{margin-top:.5rem}.CookieConsent-module__3xF28G__title{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;display:flex}.CookieConsent-module__3xF28G__title svg{color:var(--color-or)}.CookieConsent-module__3xF28G__description{color:var(--foreground-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.CookieConsent-module__3xF28G__details{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.25rem;padding:1rem;display:grid}.CookieConsent-module__3xF28G__cookieType{flex-direction:column;gap:.25rem;display:flex}.CookieConsent-module__3xF28G__cookieType strong{color:var(--foreground);font-size:.875rem}.CookieConsent-module__3xF28G__cookieType p{color:var(--foreground-subtle);margin:0;font-size:.75rem}.CookieConsent-module__3xF28G__required{text-transform:uppercase;color:var(--color-success);border-radius:var(--border-radius-sm);background:#10b98126;width:fit-content;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-block}.CookieConsent-module__3xF28G__optional{text-transform:uppercase;color:var(--color-or);border-radius:var(--border-radius-sm);background:#c9a24d26;width:fit-content;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-block}.CookieConsent-module__3xF28G__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.CookieConsent-module__3xF28G__rejectButton,.CookieConsent-module__3xF28G__acceptButton{border-radius:var(--border-radius-md);cursor:pointer;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.CookieConsent-module__3xF28G__rejectButton{border:1px solid var(--border-color-hover);color:var(--foreground-muted);background:0 0}.CookieConsent-module__3xF28G__rejectButton:hover:not(:disabled){background:var(--background-secondary);border-color:var(--foreground-subtle);color:var(--foreground)}.CookieConsent-module__3xF28G__acceptButton{background:var(--color-or);color:var(--color-noir);border:none}.CookieConsent-module__3xF28G__acceptButton:hover:not(:disabled){background:var(--color-or-light);transform:translateY(-1px);box-shadow:0 4px 16px #c9a24d4d}.CookieConsent-module__3xF28G__rejectButton:disabled,.CookieConsent-module__3xF28G__acceptButton:disabled{opacity:.5;cursor:not-allowed}.CookieConsent-module__3xF28G__closeButton{width:32px;height:32px;color:var(--foreground-subtle);cursor:pointer;border-radius:var(--border-radius-md);background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.CookieConsent-module__3xF28G__closeButton:hover{background:var(--background-secondary);color:var(--foreground)}@media (max-width:640px){.CookieConsent-module__3xF28G__overlay{padding:.5rem}.CookieConsent-module__3xF28G__banner{padding:2rem 1.25rem 1.25rem}.CookieConsent-module__3xF28G__icon{width:40px;height:40px;top:-16px}.CookieConsent-module__3xF28G__icon svg{width:24px;height:24px}.CookieConsent-module__3xF28G__title{font-size:1rem}.CookieConsent-module__3xF28G__description{font-size:.8125rem}.CookieConsent-module__3xF28G__details{grid-template-columns:1fr;padding:.75rem}.CookieConsent-module__3xF28G__actions{flex-direction:column}.CookieConsent-module__3xF28G__rejectButton,.CookieConsent-module__3xF28G__acceptButton{width:100%}}
.TVVideoPlayer-module__lmW0qq__container{--player-accent:var(--color-or,#c9a24d);--player-accent-light:var(--color-or-light,#d4b366);--player-bg:#000;--player-text:#fff;aspect-ratio:16/9;background:var(--player-bg);border-radius:var(--border-radius-lg,12px);outline:none;width:100%;position:relative;overflow:hidden}.TVVideoPlayer-module__lmW0qq__container.TVVideoPlayer-module__lmW0qq__fullscreen{z-index:9999;aspect-ratio:unset;border-radius:0;position:fixed;inset:0}.TVVideoPlayer-module__lmW0qq__container.TVVideoPlayer-module__lmW0qq__theater{z-index:500;border-radius:0;height:calc(100vh - 10rem);animation:.3s ease-out forwards TVVideoPlayer-module__lmW0qq__expandTheater;position:fixed;top:0;left:0;right:0}@keyframes TVVideoPlayer-module__lmW0qq__expandTheater{0%{opacity:.9;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.TVVideoPlayer-module__lmW0qq__theaterBackdrop{z-index:499;background:#000000e6;animation:.3s forwards TVVideoPlayer-module__lmW0qq__fadeIn;position:fixed;inset:0}@keyframes TVVideoPlayer-module__lmW0qq__fadeIn{0%{opacity:0}to{opacity:1}}.TVVideoPlayer-module__lmW0qq__video{object-fit:contain;background:#000;width:100%;height:100%}.TVVideoPlayer-module__lmW0qq__loadingOverlay{z-index:10;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.TVVideoPlayer-module__lmW0qq__transitionBackground{background:radial-gradient(circle at 30% 30%,#c9a24d14 0%,#0000 50%),radial-gradient(circle at 70% 70%,#c9a24d0d 0%,#0000 50%);animation:4s ease-in-out infinite alternate TVVideoPlayer-module__lmW0qq__ambientGlow;position:absolute;inset:0}@keyframes TVVideoPlayer-module__lmW0qq__ambientGlow{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.TVVideoPlayer-module__lmW0qq__transitionContent{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:relative}.TVVideoPlayer-module__lmW0qq__transitionLogo{width:100px;height:100px;position:relative}.TVVideoPlayer-module__lmW0qq__logoSvg{filter:drop-shadow(0 0 30px #c9a24d4d);width:100%;height:100%}.TVVideoPlayer-module__lmW0qq__logoCircle{fill:none;stroke:var(--player-accent,#c9a24d);stroke-width:2px;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:283px;filter:drop-shadow(0 0 8px #c9a24d80);animation:2.5s ease-in-out infinite TVVideoPlayer-module__lmW0qq__drawCircle}.TVVideoPlayer-module__lmW0qq__logoText{fill:var(--player-accent,#c9a24d);filter:drop-shadow(0 0 10px #c9a24d66);font-family:system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700}@keyframes TVVideoPlayer-module__lmW0qq__drawCircle{0%{stroke-dashoffset:283px;opacity:.6}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-283px;opacity:.6}}.TVVideoPlayer-module__lmW0qq__transitionText{color:#ffffffe6;letter-spacing:.15em;text-transform:uppercase;opacity:.8;font-size:.85rem;font-weight:400}.TVVideoPlayer-module__lmW0qq__switchingTo{color:var(--player-accent,#c9a24d);opacity:.9;margin-top:.5rem;font-size:.9rem;font-weight:500}.TVVideoPlayer-module__lmW0qq__fluxInfo{background:#c9a24d26;border-radius:4px;align-items:center;gap:.5rem;margin-left:auto;padding:.25rem .5rem;display:flex}.TVVideoPlayer-module__lmW0qq__fluxName{color:var(--player-accent,#c9a24d);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.TVVideoPlayer-module__lmW0qq__progressBar{background:#ffffff1a;border-radius:2px;width:180px;height:2px;position:relative;overflow:hidden}.TVVideoPlayer-module__lmW0qq__progressFill{background:linear-gradient(90deg, transparent, var(--player-accent,#c9a24d), transparent);border-radius:2px;width:40%;height:100%;animation:1.2s ease-in-out infinite TVVideoPlayer-module__lmW0qq__progressSlide;position:absolute}@keyframes TVVideoPlayer-module__lmW0qq__progressSlide{0%{left:-40%}to{left:100%}}.TVVideoPlayer-module__lmW0qq__spinner{width:48px;height:48px;color:var(--player-accent);animation:1s linear infinite TVVideoPlayer-module__lmW0qq__spin}@keyframes TVVideoPlayer-module__lmW0qq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TVVideoPlayer-module__lmW0qq__bufferingOverlay{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;animation:.2s ease-out TVVideoPlayer-module__lmW0qq__fadeInBuffering;display:flex;position:absolute;top:1rem;right:1rem}@keyframes TVVideoPlayer-module__lmW0qq__fadeInBuffering{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.TVVideoPlayer-module__lmW0qq__bufferingSpinner{border:2px solid #ffffff4d;border-top-color:var(--player-accent,#c9a24d);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite TVVideoPlayer-module__lmW0qq__spin}.TVVideoPlayer-module__lmW0qq__bufferingText{color:#ffffffe6;font-size:.75rem;font-weight:500}.TVVideoPlayer-module__lmW0qq__errorOverlay{color:#ef4444;z-index:10;text-align:center;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.TVVideoPlayer-module__lmW0qq__playOverlay{cursor:pointer;z-index:5;background:#0000004d;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.TVVideoPlayer-module__lmW0qq__playOverlay:hover{background:#0006}.TVVideoPlayer-module__lmW0qq__playButtonLarge{background:var(--player-accent);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 20px #c9a24d66}.TVVideoPlayer-module__lmW0qq__playOverlay:hover .TVVideoPlayer-module__lmW0qq__playButtonLarge{background:var(--player-accent-light);transform:scale(1.1)}.TVVideoPlayer-module__lmW0qq__playIconLarge{color:#000;width:36px;height:36px;margin-left:4px}.TVVideoPlayer-module__lmW0qq__controls{z-index:150;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.TVVideoPlayer-module__lmW0qq__controls.TVVideoPlayer-module__lmW0qq__visible{opacity:1}.TVVideoPlayer-module__lmW0qq__controls.TVVideoPlayer-module__lmW0qq__hidden{opacity:0}.TVVideoPlayer-module__lmW0qq__blockBottom{flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.TVVideoPlayer-module__lmW0qq__controls.TVVideoPlayer-module__lmW0qq__visible .TVVideoPlayer-module__lmW0qq__blockBottom,.TVVideoPlayer-module__lmW0qq__controlsBar,.TVVideoPlayer-module__lmW0qq__progressContainer{pointer-events:auto}.TVVideoPlayer-module__lmW0qq__gradient{pointer-events:none;background:linear-gradient(#0000 0%,#0009 50%,#000000f2 100%);height:180px;position:absolute;bottom:0;left:0;right:0}.TVVideoPlayer-module__lmW0qq__titleBar{background:linear-gradient(#000000b3,#0000);padding:16px 20px;position:absolute;top:0;left:0;right:0}.TVVideoPlayer-module__lmW0qq__title{color:var(--player-text);text-shadow:0 1px 3px #00000080;margin:0;font-size:1.1rem;font-weight:600;display:none}.TVVideoPlayer-module__lmW0qq__bottomControls{flex-direction:column;gap:8px;padding:0 16px 12px;display:flex;position:relative}.TVVideoPlayer-module__lmW0qq__progressContainer{width:100%;position:relative}.TVVideoPlayer-module__lmW0qq__progressBar{cursor:pointer;background:#fff3;border-radius:2px;width:100%;height:4px;transition:height .1s;position:relative}.TVVideoPlayer-module__lmW0qq__progressBar:hover{height:6px}.TVVideoPlayer-module__lmW0qq__progressBuffered{background:#ffffff4d;border-radius:2px;height:100%;position:absolute;top:0;left:0}.TVVideoPlayer-module__lmW0qq__progressPlayed{background:var(--player-accent);border-radius:2px;height:100%;position:absolute;top:0;left:0}.TVVideoPlayer-module__lmW0qq__controlsBar{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:relative}.TVVideoPlayer-module__lmW0qq__leftControls,.TVVideoPlayer-module__lmW0qq__rightControls{align-items:center;gap:8px;display:flex}.TVVideoPlayer-module__lmW0qq__controlButton{width:40px;height:40px;color:var(--player-text);cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.TVVideoPlayer-module__lmW0qq__controlButton:hover{background:#fff3}.TVVideoPlayer-module__lmW0qq__controlButton.TVVideoPlayer-module__lmW0qq__active{color:var(--player-accent)}.TVVideoPlayer-module__lmW0qq__controlButton svg{width:20px;height:20px}.TVVideoPlayer-module__lmW0qq__volumeWrapper{align-items:center;gap:8px;display:flex}.TVVideoPlayer-module__lmW0qq__volumeSlider{appearance:none;cursor:pointer;background:#ffffff4d;border-radius:2px;width:80px;height:4px}.TVVideoPlayer-module__lmW0qq__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--volume-thumb,var(--player-accent));cursor:pointer;border-radius:50%;width:14px;height:14px;transition:transform .1s}.TVVideoPlayer-module__lmW0qq__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.TVVideoPlayer-module__lmW0qq__volumeSlider::-moz-range-thumb{background:var(--volume-thumb,var(--player-accent));cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.TVVideoPlayer-module__lmW0qq__timeDisplay{color:var(--player-text);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.85rem}.TVVideoPlayer-module__lmW0qq__liveBadge{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;background:#ef444433;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:flex}.TVVideoPlayer-module__lmW0qq__liveDot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite TVVideoPlayer-module__lmW0qq__pulse}@keyframes TVVideoPlayer-module__lmW0qq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.TVVideoPlayer-module__lmW0qq__settingsWrapper{position:relative}@media (min-width:769px){.TVVideoPlayer-module__lmW0qq__settingsMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414f2;border:1px solid #ffffff1a;border-radius:12px;min-width:200px;margin-bottom:8px;position:absolute;bottom:100%;right:0;overflow:hidden;box-shadow:0 8px 32px #0006}}@media (max-width:768px) or (min-height:270px){.TVVideoPlayer-module__lmW0qq__settingsMenuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000000b3;justify-content:center;align-items:flex-end;animation:.2s ease-out TVVideoPlayer-module__lmW0qq__fadeIn;display:flex;position:fixed;inset:0}.TVVideoPlayer-module__lmW0qq__settingsMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414fa;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:400px;max-height:calc(100vh - 6rem);margin:0 16px 16px;animation:.3s ease-out TVVideoPlayer-module__lmW0qq__slideUp;overflow:hidden;box-shadow:0 8px 32px #0009}}.TVVideoPlayer-module__lmW0qq__settingsItemList{scrollbar-width:thin;scrollbar-color:var(--player-accent) transparent;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-direction:column;max-height:calc(100vh - 12rem);display:flex;overflow:auto}.TVVideoPlayer-module__lmW0qq__settingsItem{width:100%;color:var(--player-text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;transition:background .2s;display:flex}.TVVideoPlayer-module__lmW0qq__settingsItem:hover{background:#ffffff1a}.TVVideoPlayer-module__lmW0qq__settingsItem.TVVideoPlayer-module__lmW0qq__active{color:var(--player-accent)}.TVVideoPlayer-module__lmW0qq__settingsValue{color:#fff9;align-items:center;gap:4px;font-size:.85rem;display:flex}.TVVideoPlayer-module__lmW0qq__settingsValue svg{width:16px;height:16px}.TVVideoPlayer-module__lmW0qq__settingsBack{width:100%;color:var(--player-text);cursor:pointer;text-align:left;background:#ffffff0d;border:none;border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.TVVideoPlayer-module__lmW0qq__settingsBack:hover{background:#ffffff1a}.TVVideoPlayer-module__lmW0qq__backIcon{width:16px;height:16px;transform:rotate(180deg)}.TVVideoPlayer-module__lmW0qq__checkIcon{width:16px;height:16px;color:var(--player-accent);margin-right:8px}.TVVideoPlayer-module__lmW0qq__mobileMenuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000000b3;justify-content:center;align-items:flex-end;animation:.2s ease-out TVVideoPlayer-module__lmW0qq__fadeIn;display:flex;position:fixed;inset:0}.TVVideoPlayer-module__lmW0qq__mobileMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414fa;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:400px;max-height:calc(100vh - 6rem);margin:0 16px 16px;animation:.3s ease-out TVVideoPlayer-module__lmW0qq__slideUp;overflow:hidden;box-shadow:0 8px 32px #0009}.TVVideoPlayer-module__lmW0qq__mobileMenuItemList{scrollbar-width:thin;scrollbar-color:var(--player-accent) transparent;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;max-height:calc(100vh - 12rem);display:flex;overflow:auto}@keyframes TVVideoPlayer-module__lmW0qq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.TVVideoPlayer-module__lmW0qq__mobileMenuHeader{color:var(--player-text);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:600;display:flex}.TVVideoPlayer-module__lmW0qq__closeButton{width:32px;height:32px;color:var(--player-text);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .2s;display:flex}.TVVideoPlayer-module__lmW0qq__closeButton:hover{background:#ffffff1a}.TVVideoPlayer-module__lmW0qq__closeButton svg{width:18px;height:18px}.TVVideoPlayer-module__lmW0qq__mobileMenuItem{width:100%;color:var(--player-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;transition:background .2s;display:flex}.TVVideoPlayer-module__lmW0qq__mobileMenuItem:hover{background:#ffffff1a}.TVVideoPlayer-module__lmW0qq__mobileMenuItem svg{color:#ffffffb3;width:20px;height:20px}.TVVideoPlayer-module__lmW0qq__desktopOnly{display:flex}.TVVideoPlayer-module__lmW0qq__mobileOnly{display:none}.TVVideoPlayer-module__lmW0qq__notFullscreen{max-height:calc(100vh - 10rem)}.TVVideoPlayer-module__lmW0qq__notFullscreenContainer{flex-direction:column;justify-content:center;align-items:center;max-height:calc(100vh - 10rem);display:flex}.TVVideoPlayer-module__lmW0qq__immersive{width:100%;height:100%;aspect-ratio:unset;max-height:unset;border-radius:0;position:absolute;inset:0}.TVVideoPlayer-module__lmW0qq__immersive .TVVideoPlayer-module__lmW0qq__video{max-height:unset}@media (max-width:768px){.TVVideoPlayer-module__lmW0qq__desktopOnly{display:none}.TVVideoPlayer-module__lmW0qq__mobileOnly{display:flex}.TVVideoPlayer-module__lmW0qq__volumeSlider{width:60px}.TVVideoPlayer-module__lmW0qq__controlButton{width:36px;height:36px}.TVVideoPlayer-module__lmW0qq__controlButton svg{width:18px;height:18px}.TVVideoPlayer-module__lmW0qq__playButtonLarge{width:64px;height:64px}.TVVideoPlayer-module__lmW0qq__playIconLarge{width:28px;height:28px}.TVVideoPlayer-module__lmW0qq__timeDisplay{font-size:.75rem}.TVVideoPlayer-module__lmW0qq__liveBadge{padding:3px 8px;font-size:.65rem}}@media (max-width:480px){.TVVideoPlayer-module__lmW0qq__volumeSlider{display:none}.TVVideoPlayer-module__lmW0qq__titleBar{padding:12px 14px}.TVVideoPlayer-module__lmW0qq__title{font-size:.95rem}.TVVideoPlayer-module__lmW0qq__controlsBar{padding:10px 12px}.TVVideoPlayer-module__lmW0qq__liveBadge{padding:3px 6px;font-size:.65rem}.TVVideoPlayer-module__lmW0qq__liveBadge span:last-child{display:none}}
.AdVideoControls-module__37M6uW__container{pointer-events:none;flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex;inset:0}.AdVideoControls-module__37M6uW__clickArea{cursor:pointer;pointer-events:auto;justify-content:flex-end;align-items:flex-end;padding:1rem;display:flex;position:absolute;inset:60px 0 80px}.AdVideoControls-module__37M6uW__clickHint{border:1px solid var(--color-or,#c9a24d);color:var(--color-or,#c9a24d);background:#000000b3;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.AdVideoControls-module__37M6uW__clickHint:hover{background:var(--color-or,#c9a24d);color:var(--color-noir,#0b0b0b)}.AdVideoControls-module__37M6uW__topBar{pointer-events:auto;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.AdVideoControls-module__37M6uW__adLabel{color:#ffc107;text-transform:uppercase;letter-spacing:.05em;background:#ffc10733;border-radius:4px;align-items:center;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:flex}.AdVideoControls-module__37M6uW__advertiser{color:#ffffffb3;text-transform:none;letter-spacing:normal;font-weight:400}.AdVideoControls-module__37M6uW__timeRemaining{color:#fffc;font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:500}.AdVideoControls-module__37M6uW__bottomControls{pointer-events:auto;padding:0 1rem 1rem}.AdVideoControls-module__37M6uW__progressBar{background:#fff3;border-radius:1.5px;height:3px;margin-bottom:.75rem;overflow:hidden}.AdVideoControls-module__37M6uW__progressFilled{background:#ffc107;height:100%;transition:width .1s linear}.AdVideoControls-module__37M6uW__controlsRow{justify-content:space-between;align-items:center;display:flex}.AdVideoControls-module__37M6uW__muteButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.AdVideoControls-module__37M6uW__muteButton:hover{background:#fff3}.AdVideoControls-module__37M6uW__skipArea{align-items:center;display:flex}.AdVideoControls-module__37M6uW__skipButton{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.AdVideoControls-module__37M6uW__skipButton:hover{background:#ffffff40;border-color:#ffffff80}.AdVideoControls-module__37M6uW__skipCountdown{color:#ffffffb3;background:#00000080;border-radius:4px;padding:.5rem 1rem;font-size:.75rem;font-weight:500}@media (max-width:640px){.AdVideoControls-module__37M6uW__clickArea{top:50px;bottom:70px}.AdVideoControls-module__37M6uW__clickHint{padding:.375rem .75rem;font-size:.7rem}.AdVideoControls-module__37M6uW__topBar{padding:.5rem .75rem}.AdVideoControls-module__37M6uW__bottomControls{padding:0 .75rem .75rem}.AdVideoControls-module__37M6uW__muteButton{width:36px;height:36px}.AdVideoControls-module__37M6uW__skipButton{padding:.375rem .75rem;font-size:.7rem}}
.ActionBar-module__GLQ5ga__actionBar{pointer-events:none;justify-content:space-between;align-items:flex-end;gap:24px;padding:16px 24px;display:flex}.ActionBar-module__GLQ5ga__contentInfo{flex:1;min-width:0}.ActionBar-module__GLQ5ga__title{font-family:var(--font-serif,"Playfair Display", serif);color:#fff;text-shadow:0 2px 10px #00000080;margin:0;font-size:clamp(1.25rem,3vw,2rem);font-weight:500;line-height:1.2}.ActionBar-module__GLQ5ga__subtitle{color:#ffffffb3;margin:8px 0 0;font-size:.95rem}.ActionBar-module__GLQ5ga__actionButtons{pointer-events:auto;flex-shrink:0;align-items:center;gap:8px;display:flex}.ActionBar-module__GLQ5ga__actionButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 16px;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.ActionBar-module__GLQ5ga__actionButton:hover{color:#fff;background:#ffffff26;border-color:#fff3}.ActionBar-module__GLQ5ga__actionButton:disabled{opacity:.5;cursor:not-allowed}.ActionBar-module__GLQ5ga__actionButton.ActionBar-module__GLQ5ga__active{color:var(--color-or,#c9a24d);background:#c9a24d33;border-color:#c9a24d4d}.ActionBar-module__GLQ5ga__actionButton svg{width:22px;height:22px}.ActionBar-module__GLQ5ga__favoriteActive{fill:var(--color-or,#c9a24d);color:var(--color-or,#c9a24d)}@media (max-width:768px){.ActionBar-module__GLQ5ga__actionBar{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:1rem;padding:12px 16px}.ActionBar-module__GLQ5ga__contentInfo{width:100%}.ActionBar-module__GLQ5ga__title{font-size:1.15rem}.ActionBar-module__GLQ5ga__actionButtons{grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:8px;width:100%;display:grid}.ActionBar-module__GLQ5ga__actionButton{border-radius:10px;min-height:60px;padding:12px 8px}.ActionBar-module__GLQ5ga__actionButton span{font-size:.65rem}.ActionBar-module__GLQ5ga__actionButton svg{width:20px;height:20px}}@media (max-width:480px){.ActionBar-module__GLQ5ga__actionBar{padding:10px 12px}.ActionBar-module__GLQ5ga__actionButtons{grid-template-columns:repeat(3,1fr)}.ActionBar-module__GLQ5ga__actionButton{min-height:56px;padding:10px 6px}.ActionBar-module__GLQ5ga__actionButton span{display:none}.ActionBar-module__GLQ5ga__actionButton svg{width:22px;height:22px}.ActionBar-module__GLQ5ga__title{font-size:1rem}}@media (max-width:896px) and (orientation:landscape){.ActionBar-module__GLQ5ga__actionBar{flex-direction:row;padding:8px 16px}.ActionBar-module__GLQ5ga__contentInfo{flex:1}.ActionBar-module__GLQ5ga__actionButtons{flex-wrap:nowrap;gap:6px;width:auto;display:flex}.ActionBar-module__GLQ5ga__actionButton{min-height:unset;padding:8px 12px}.ActionBar-module__GLQ5ga__actionButton span{display:none}.ActionBar-module__GLQ5ga__title{font-size:1rem}}
.MiniPlayer-module__CyrG4G__miniPlayer{z-index:1000;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);background:var(--background-secondary);border-top:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap-reverse;animation:.3s ease-out MiniPlayer-module__CyrG4G__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes MiniPlayer-module__CyrG4G__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.MiniPlayer-module__CyrG4G__hiddenMedia{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.MiniPlayer-module__CyrG4G__thumbnail{border-radius:var(--border-radius-md);flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.MiniPlayer-module__CyrG4G__thumbnailImage{object-fit:cover}.MiniPlayer-module__CyrG4G__thumbnailPlaceholder{background:var(--background-card);width:100%;height:100%;color:var(--foreground-muted);justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__thumbnailPlaceholder svg{width:24px;height:24px}.MiniPlayer-module__CyrG4G__liveIndicator{border-radius:var(--border-radius-sm);color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#ef4444,#dc2626);align-items:center;gap:4px;padding:2px 6px;font-size:.6rem;font-weight:700;display:flex;position:absolute;bottom:4px;left:4px}.MiniPlayer-module__CyrG4G__liveDot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite MiniPlayer-module__CyrG4G__blink}@keyframes MiniPlayer-module__CyrG4G__blink{0%,to{opacity:1}50%{opacity:.5}}.MiniPlayer-module__CyrG4G__info{flex:1;min-width:0}.MiniPlayer-module__CyrG4G__titleLink{text-decoration:none}.MiniPlayer-module__CyrG4G__title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;transition:color var(--transition-fast);margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.MiniPlayer-module__CyrG4G__titleLink:hover .MiniPlayer-module__CyrG4G__title{color:var(--color-or)}.MiniPlayer-module__CyrG4G__subtitle{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:.8rem;overflow:hidden}.MiniPlayer-module__CyrG4G__controls{align-items:center;gap:var(--spacing-sm);display:flex}.MiniPlayer-module__CyrG4G__playButton{background:var(--color-or);width:48px;height:48px;color:var(--color-noir);cursor:pointer;transition:transform var(--transition-fast), background var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__playButton:hover{background:var(--color-or-light);transform:scale(1.05)}.MiniPlayer-module__CyrG4G__playButton:active{transform:scale(.95)}.MiniPlayer-module__CyrG4G__playButton svg{width:22px;height:22px}.MiniPlayer-module__CyrG4G__playIcon{margin-left:2px}.MiniPlayer-module__CyrG4G__spinner{animation:1s linear infinite MiniPlayer-module__CyrG4G__spin}@keyframes MiniPlayer-module__CyrG4G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MiniPlayer-module__CyrG4G__volumeControl{align-items:center;gap:var(--spacing-sm);display:flex}@media (max-width:640px){.MiniPlayer-module__CyrG4G__volumeControl{display:none}}.MiniPlayer-module__CyrG4G__volumeButton{border-radius:var(--border-radius-md);width:36px;height:36px;color:var(--foreground-muted);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__volumeButton:hover{color:var(--foreground);background:var(--background-card)}.MiniPlayer-module__CyrG4G__volumeButton svg{width:20px;height:20px}.MiniPlayer-module__CyrG4G__volumeSlider{appearance:none;background:var(--border-color);cursor:pointer;border-radius:2px;width:100px;height:4px}.MiniPlayer-module__CyrG4G__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--volume-thumb,var(--color-or));cursor:pointer;width:14px;height:14px;transition:transform var(--transition-fast);border-radius:50%}.MiniPlayer-module__CyrG4G__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.MiniPlayer-module__CyrG4G__volumeSlider::-moz-range-thumb{background:var(--volume-thumb,var(--color-or));cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.MiniPlayer-module__CyrG4G__actions{align-items:center;gap:var(--spacing-xs);flex-wrap:wrap;display:flex}.MiniPlayer-module__CyrG4G__minimizeButton,.MiniPlayer-module__CyrG4G__closeButton{border-radius:var(--border-radius-md);width:36px;height:36px;color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__minimizeButton:hover{color:var(--foreground);background:var(--background-card)}.MiniPlayer-module__CyrG4G__closeButton:hover{color:#ef4444;background:#ef44441a}.MiniPlayer-module__CyrG4G__minimizeButton svg,.MiniPlayer-module__CyrG4G__closeButton svg{width:20px;height:20px}.MiniPlayer-module__CyrG4G__miniPlayerMinimized{bottom:var(--spacing-lg);right:var(--spacing-lg);z-index:1000;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:var(--background-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);box-shadow:var(--shadow-lg);animation:.2s ease-out MiniPlayer-module__CyrG4G__fadeIn;display:flex;position:fixed}@keyframes MiniPlayer-module__CyrG4G__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.MiniPlayer-module__CyrG4G__expandButton{border-radius:var(--border-radius-sm);width:28px;height:28px;color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__expandButton:hover{color:var(--color-or);background:var(--background-card)}.MiniPlayer-module__CyrG4G__expandButton svg{width:16px;height:16px}.MiniPlayer-module__CyrG4G__minimizedInfo{align-items:center;gap:var(--spacing-xs);max-width:150px;display:flex}.MiniPlayer-module__CyrG4G__liveDotSmall{background:#ef4444;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1s ease-in-out infinite MiniPlayer-module__CyrG4G__blink}.MiniPlayer-module__CyrG4G__minimizedTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.MiniPlayer-module__CyrG4G__minimizedControls{align-items:center;gap:var(--spacing-xs);display:flex}.MiniPlayer-module__CyrG4G__controlButton{background:var(--color-or);width:32px;height:32px;color:var(--color-noir);cursor:pointer;transition:transform var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__controlButton:hover{transform:scale(1.1)}.MiniPlayer-module__CyrG4G__controlButton svg{width:16px;height:16px}.MiniPlayer-module__CyrG4G__closeButtonSmall{border-radius:var(--border-radius-sm);width:28px;height:28px;color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.MiniPlayer-module__CyrG4G__closeButtonSmall:hover{color:#ef4444;background:#ef44441a}.MiniPlayer-module__CyrG4G__closeButtonSmall svg{width:16px;height:16px}.MiniPlayer-module__CyrG4G__miniPlayer.MiniPlayer-module__CyrG4G__videoMode{height:auto;min-height:80px}.MiniPlayer-module__CyrG4G__miniPlayerMinimized.MiniPlayer-module__CyrG4G__videoMode{padding:var(--spacing-xs) var(--spacing-sm)}.MiniPlayer-module__CyrG4G__videoElement{object-fit:cover;border-radius:var(--border-radius-md);z-index:1;width:120px;height:68px;position:absolute;top:0;left:0}.MiniPlayer-module__CyrG4G__miniPlayer.MiniPlayer-module__CyrG4G__videoMode .MiniPlayer-module__CyrG4G__thumbnail{width:120px;height:68px}.MiniPlayer-module__CyrG4G__miniPlayerMinimized.MiniPlayer-module__CyrG4G__videoMode video{object-fit:cover;border-radius:var(--border-radius-sm);width:80px;height:45px}.MiniPlayer-module__CyrG4G__hiddenInVideo{opacity:0;pointer-events:none}@media (max-width:480px){.MiniPlayer-module__CyrG4G__miniPlayer{padding:var(--spacing-sm);gap:var(--spacing-sm)}.MiniPlayer-module__CyrG4G__thumbnail{width:44px;height:44px}.MiniPlayer-module__CyrG4G__playButton{width:40px;height:40px}.MiniPlayer-module__CyrG4G__playButton svg{width:18px;height:18px}.MiniPlayer-module__CyrG4G__minimizeButton,.MiniPlayer-module__CyrG4G__closeButton{width:32px;height:32px}.MiniPlayer-module__CyrG4G__title{font-size:.85rem}.MiniPlayer-module__CyrG4G__subtitle{font-size:.75rem}}
.ActionBar-module__DPY7jq__actionBar{pointer-events:none;justify-content:space-between;align-items:flex-end;gap:24px;padding:16px 24px;display:flex}.ActionBar-module__DPY7jq__contentInfo{flex:1;min-width:0}.ActionBar-module__DPY7jq__title{font-family:var(--font-serif,"Playfair Display", serif);color:#fff;text-shadow:0 2px 10px #00000080;margin:0;font-size:clamp(1.25rem,3vw,2rem);font-weight:500;line-height:1.2}.ActionBar-module__DPY7jq__subtitle{color:#ffffffb3;margin:8px 0 0;font-size:.95rem}.ActionBar-module__DPY7jq__actionButtons{pointer-events:auto;flex-shrink:0;align-items:center;gap:8px;display:flex}.ActionBar-module__DPY7jq__actionButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 16px;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.ActionBar-module__DPY7jq__actionButton:hover{color:#fff;background:#ffffff26;border-color:#fff3}.ActionBar-module__DPY7jq__actionButton:disabled{opacity:.5;cursor:not-allowed}.ActionBar-module__DPY7jq__actionButton.ActionBar-module__DPY7jq__active{color:var(--color-or,#c9a24d);background:#c9a24d33;border-color:#c9a24d4d}.ActionBar-module__DPY7jq__actionButton svg{width:22px;height:22px}@media (max-width:768px){.ActionBar-module__DPY7jq__actionBar{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:1rem;padding:12px 16px}.ActionBar-module__DPY7jq__contentInfo{width:100%}.ActionBar-module__DPY7jq__title{font-size:1.15rem}.ActionBar-module__DPY7jq__actionButtons{grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:8px;width:100%;display:grid}.ActionBar-module__DPY7jq__actionButton{border-radius:10px;min-height:60px;padding:12px 8px}.ActionBar-module__DPY7jq__actionButton span{font-size:.65rem}.ActionBar-module__DPY7jq__actionButton svg{width:20px;height:20px}}@media (max-width:480px){.ActionBar-module__DPY7jq__actionBar{padding:10px 12px}.ActionBar-module__DPY7jq__actionButtons{grid-template-columns:repeat(3,1fr)}.ActionBar-module__DPY7jq__actionButton{min-height:56px;padding:10px 6px}.ActionBar-module__DPY7jq__actionButton span{display:none}.ActionBar-module__DPY7jq__actionButton svg{width:22px;height:22px}.ActionBar-module__DPY7jq__title{font-size:1rem}}@media (max-width:896px) and (orientation:landscape){.ActionBar-module__DPY7jq__actionBar{flex-direction:row;padding:8px 16px}.ActionBar-module__DPY7jq__contentInfo{flex:1}.ActionBar-module__DPY7jq__actionButtons{flex-wrap:nowrap;gap:6px;width:auto;display:flex}.ActionBar-module__DPY7jq__actionButton{min-height:unset;padding:8px 12px}.ActionBar-module__DPY7jq__actionButton span{display:none}.ActionBar-module__DPY7jq__title{font-size:1rem}}
.LivePlayer-module__-7LRla__container{background:#000;width:100%;height:100%;position:relative;overflow:hidden}.LivePlayer-module__-7LRla__fullscreen{z-index:9999;position:fixed;inset:0}.LivePlayer-module__-7LRla__video{object-fit:contain;background:#000;width:100%;height:100%}.LivePlayer-module__-7LRla__loadingOverlay,.LivePlayer-module__-7LRla__reconnectingOverlay{color:var(--color-ivoire,#f5f1e8);z-index:10;background:#000c;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.LivePlayer-module__-7LRla__spinner{width:48px;height:48px;animation:1s linear infinite LivePlayer-module__-7LRla__spin}@keyframes LivePlayer-module__-7LRla__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LivePlayer-module__-7LRla__errorOverlay{color:var(--color-ivoire,#f5f1e8);z-index:10;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.LivePlayer-module__-7LRla__errorIcon{font-size:2.5rem;line-height:1}.LivePlayer-module__-7LRla__errorTitle{margin:0;font-size:1.125rem;font-weight:700}.LivePlayer-module__-7LRla__errorSub{color:#f5f1e8b3;text-align:center;margin:0 0 .5rem;font-size:.9rem}.LivePlayer-module__-7LRla__errorOverlay button{background:var(--color-or,#c9a24d);color:var(--color-nuit,#1a1a2e);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:opacity .2s}.LivePlayer-module__-7LRla__errorOverlay button:hover{opacity:.9}.LivePlayer-module__-7LRla__controls{opacity:0;z-index:20;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.LivePlayer-module__-7LRla__controls.LivePlayer-module__-7LRla__visible{opacity:1}.LivePlayer-module__-7LRla__blockBottom{flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.LivePlayer-module__-7LRla__blockBottomWithChat,.LivePlayer-module__-7LRla__containerWithSideChat{padding-right:300px}.LivePlayer-module__-7LRla__controls.LivePlayer-module__-7LRla__visible .LivePlayer-module__-7LRla__blockBottom,.LivePlayer-module__-7LRla__controls.LivePlayer-module__-7LRla__visible .LivePlayer-module__-7LRla__controlsContent{pointer-events:auto}.LivePlayer-module__-7LRla__controlsGradient{pointer-events:none;background:linear-gradient(#0000,#000000e6);height:150px;position:absolute;bottom:0;left:0;right:0}.LivePlayer-module__-7LRla__controlsContent{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:relative}.LivePlayer-module__-7LRla__leftControls,.LivePlayer-module__-7LRla__rightControls{align-items:center;gap:.5rem;display:flex}.LivePlayer-module__-7LRla__controlButton{width:40px;height:40px;color:var(--color-ivoire,#f5f1e8);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:flex}.LivePlayer-module__-7LRla__controlButton:hover{background:#fff3;transform:scale(1.05)}.LivePlayer-module__-7LRla__controlButton:disabled{opacity:.5;cursor:not-allowed}.LivePlayer-module__-7LRla__controlButton.LivePlayer-module__-7LRla__active{background:var(--color-or,#c9a24d);color:var(--color-nuit,#1a1a2e)}.LivePlayer-module__-7LRla__volumeWrapper{align-items:center;gap:.5rem;display:flex}.LivePlayer-module__-7LRla__volumeSlider{appearance:none;cursor:pointer;opacity:0;background:#ffffff4d;border-radius:2px;width:80px;height:4px;transition:opacity .2s,width .2s}.LivePlayer-module__-7LRla__volumeWrapper:hover .LivePlayer-module__-7LRla__volumeSlider{opacity:1}.LivePlayer-module__-7LRla__volumeSlider::-webkit-slider-thumb{appearance:none;background:var(--volume-thumb,var(--color-ivoire,#f5f1e8));cursor:pointer;border-radius:50%;width:12px;height:12px}.LivePlayer-module__-7LRla__volumeSlider::-moz-range-thumb{background:var(--volume-thumb,var(--color-ivoire,#f5f1e8));cursor:pointer;border:none;border-radius:50%;width:12px;height:12px}.LivePlayer-module__-7LRla__liveIndicator{text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#ef4444e6;border-radius:4px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:flex}.LivePlayer-module__-7LRla__liveDot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite LivePlayer-module__-7LRla__pulse}@keyframes LivePlayer-module__-7LRla__pulse{0%,to{opacity:1}50%{opacity:.5}}.LivePlayer-module__-7LRla__settingsWrapper{position:relative}.LivePlayer-module__-7LRla__settingsMenu{background:var(--color-nuit,#1a1a2e);border:1px solid #ffffff1a;border-radius:8px;min-width:200px;position:absolute;bottom:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 20px #00000080}.LivePlayer-module__-7LRla__settingsItem{width:100%;color:var(--color-ivoire,#f5f1e8);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:background-color .15s;display:flex}.LivePlayer-module__-7LRla__settingsItem:hover{background:#ffffff1a}.LivePlayer-module__-7LRla__settingsItem.LivePlayer-module__-7LRla__active{background:#c9a24d33}.LivePlayer-module__-7LRla__settingsValue{color:#f5f1e899;align-items:center;gap:.25rem;display:flex}.LivePlayer-module__-7LRla__settingsBack{width:100%;color:var(--color-ivoire,#f5f1e8);text-align:left;cursor:pointer;background:#ffffff0d;border:none;border-bottom:1px solid #ffffff1a;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:block}.LivePlayer-module__-7LRla__settingsBack:hover{background:#ffffff1a}.LivePlayer-module__-7LRla__portalControlsWrapper{opacity:0;pointer-events:none;transition:opacity .3s}.LivePlayer-module__-7LRla__portalControlsWrapper.LivePlayer-module__-7LRla__portalVisible{opacity:1;pointer-events:auto}.LivePlayer-module__-7LRla__controlsContentFlat{background:linear-gradient(#0000 0%,#000000b8 100%);border-radius:10px 10px 0 0;padding:.625rem 1rem;position:relative}@media (max-width:640px){.LivePlayer-module__-7LRla__controlsContent{gap:.5rem;padding:.75rem 1rem}.LivePlayer-module__-7LRla__controlButton{width:34px;height:34px}.LivePlayer-module__-7LRla__volumeSlider{width:50px}.LivePlayer-module__-7LRla__liveIndicator{padding:.25rem .5rem;font-size:.625rem}.LivePlayer-module__-7LRla__settingsMenu{min-width:160px}}@media (max-width:400px){.LivePlayer-module__-7LRla__controlsContent{gap:.375rem;padding:.5rem .75rem}.LivePlayer-module__-7LRla__controlButton{width:32px;height:32px}.LivePlayer-module__-7LRla__volumeSlider{width:40px}}@media (min-width:768px){.LivePlayer-module__-7LRla__container,.LivePlayer-module__-7LRla__controls,.LivePlayer-module__-7LRla__overlayChat{max-height:100%}}
.NextEpisodeModal-module__kaA7kW__container{z-index:9999;pointer-events:auto;animation:.3s NextEpisodeModal-module__kaA7kW__slideInRight;position:fixed;bottom:24px;right:24px}@keyframes NextEpisodeModal-module__kaA7kW__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.NextEpisodeModal-module__kaA7kW__card{background:var(--color-noir,#0b0b0b);border:1px solid #ffffff26;border-radius:16px;width:360px;max-width:calc(100vw - 48px);padding:20px;position:relative;box-shadow:0 8px 32px #0009}.NextEpisodeModal-module__kaA7kW__closeButton{color:#ffffffb3;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.NextEpisodeModal-module__kaA7kW__closeButton:hover{color:#fff;background:#ffffff26}.NextEpisodeModal-module__kaA7kW__closeButton svg{width:16px;height:16px}.NextEpisodeModal-module__kaA7kW__nextEpisodeContent,.NextEpisodeModal-module__kaA7kW__lastEpisodeContent{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.NextEpisodeModal-module__kaA7kW__modalTitle{font-family:var(--font-serif,"Playfair Display", serif);color:var(--color-ivoire,#f5f1e8);margin:0;font-size:1rem;font-weight:500}.NextEpisodeModal-module__kaA7kW__countdownContainer{width:140px;height:140px;position:relative}.NextEpisodeModal-module__kaA7kW__episodePreview{border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}.NextEpisodeModal-module__kaA7kW__episodeThumbnail{object-fit:cover;width:100%;height:100%}.NextEpisodeModal-module__kaA7kW__episodePlaceholder{color:#ffffff4d;background:#ffffff0d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.NextEpisodeModal-module__kaA7kW__episodePlaceholder svg{width:48px;height:48px}.NextEpisodeModal-module__kaA7kW__countdownRing{width:calc(100% + 16px);height:calc(100% + 16px);position:absolute;inset:-8px}.NextEpisodeModal-module__kaA7kW__countdownBg{stroke:#ffffff1a}.NextEpisodeModal-module__kaA7kW__countdownProgress{stroke:var(--color-or,#c9a24d);stroke-linecap:round;transition:stroke-dashoffset .3s}.NextEpisodeModal-module__kaA7kW__countdownNumber{color:#fff;text-shadow:0 2px 8px #00000080;background:#00000080;justify-content:center;align-items:center;font-size:2.5rem;font-weight:500;display:flex;position:absolute;inset:0}.NextEpisodeModal-module__kaA7kW__pausedIcon{width:40px;height:40px}.NextEpisodeModal-module__kaA7kW__playIconOverlay{background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.NextEpisodeModal-module__kaA7kW__playIconOverlay .NextEpisodeModal-module__kaA7kW__pausedIcon{color:var(--color-or,#c9a24d)}.NextEpisodeModal-module__kaA7kW__episodeInfo{flex-direction:column;gap:4px;display:flex}.NextEpisodeModal-module__kaA7kW__episodeNumber{color:var(--color-or,#c9a24d);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.NextEpisodeModal-module__kaA7kW__episodeTitle{color:var(--color-ivoire,#f5f1e8);margin:0;font-size:.95rem;font-weight:500;line-height:1.3}.NextEpisodeModal-module__kaA7kW__actions{flex-flow:column wrap;gap:8px;width:100%;margin-top:4px;display:flex}.NextEpisodeModal-module__kaA7kW__actions button{width:100%;padding:10px 16px;font-size:.9rem}.NextEpisodeModal-module__kaA7kW__lastEpisodeText{color:#f5f1e8b3;margin:0;font-size:.85rem;line-height:1.4}.NextEpisodeModal-module__kaA7kW__similarGrid{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;margin-top:8px;display:grid}.NextEpisodeModal-module__kaA7kW__similarItem{flex-direction:column;gap:8px;text-decoration:none;transition:transform .2s;display:flex}.NextEpisodeModal-module__kaA7kW__similarItem:hover{transform:scale(1.03)}.NextEpisodeModal-module__kaA7kW__similarThumbnail{aspect-ratio:1;border-radius:12px;width:100%;position:relative;overflow:hidden}.NextEpisodeModal-module__kaA7kW__similarImage{object-fit:cover;width:100%;height:100%}.NextEpisodeModal-module__kaA7kW__similarPlaceholder{color:#ffffff4d;background:#ffffff0d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.NextEpisodeModal-module__kaA7kW__similarPlaceholder svg{width:24px;height:24px}.NextEpisodeModal-module__kaA7kW__similarOverlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.NextEpisodeModal-module__kaA7kW__similarItem:hover .NextEpisodeModal-module__kaA7kW__similarOverlay{opacity:1}.NextEpisodeModal-module__kaA7kW__similarOverlay svg{color:#fff;width:28px;height:28px}.NextEpisodeModal-module__kaA7kW__similarTitle{color:var(--color-ivoire,#f5f1e8);-webkit-line-clamp:2;line-clamp:2;text-align:center;-webkit-box-orient:vertical;font-size:.8rem;font-weight:500;display:-webkit-box;overflow:hidden}.NextEpisodeModal-module__kaA7kW__emptyState{flex-direction:column;align-items:center;gap:8px;padding:20px 12px;display:flex}.NextEpisodeModal-module__kaA7kW__emptyIcon{color:#f5f1e833;width:36px;height:36px}.NextEpisodeModal-module__kaA7kW__emptyState p{color:#f5f1e880;margin:0;font-size:.85rem}@media (max-width:640px){.NextEpisodeModal-module__kaA7kW__container{bottom:16px;right:16px}.NextEpisodeModal-module__kaA7kW__card{width:320px;padding:16px}.NextEpisodeModal-module__kaA7kW__countdownContainer{width:120px;height:120px}.NextEpisodeModal-module__kaA7kW__countdownNumber{font-size:2rem}.NextEpisodeModal-module__kaA7kW__pausedIcon{width:32px;height:32px}.NextEpisodeModal-module__kaA7kW__similarGrid{grid-template-columns:1fr}}@media (max-width:480px){.NextEpisodeModal-module__kaA7kW__container{bottom:12px;left:12px;right:12px}.NextEpisodeModal-module__kaA7kW__card{width:auto}.NextEpisodeModal-module__kaA7kW__modalTitle{font-size:.95rem}.NextEpisodeModal-module__kaA7kW__episodeTitle{font-size:.9rem}.NextEpisodeModal-module__kaA7kW__countdownContainer{width:110px;height:110px}.NextEpisodeModal-module__kaA7kW__countdownNumber{font-size:1.8rem}}
.TVVideoPlayer-module__tPrc2a__container{--player-accent:var(--color-or,#c9a24d);--player-accent-light:var(--color-or-light,#d4b366);--player-bg:#000;--player-text:#fff;aspect-ratio:16/9;background:var(--player-bg);border-radius:var(--border-radius-lg,12px);outline:none;width:100%;position:relative;overflow:hidden}.TVVideoPlayer-module__tPrc2a__container.TVVideoPlayer-module__tPrc2a__fullscreen{z-index:9999;aspect-ratio:unset;border-radius:0;position:fixed;inset:0}.TVVideoPlayer-module__tPrc2a__container.TVVideoPlayer-module__tPrc2a__theater{z-index:500;border-radius:0;height:calc(100vh - 10rem);animation:.3s ease-out forwards TVVideoPlayer-module__tPrc2a__expandTheater;position:fixed;top:0;left:0;right:0}@keyframes TVVideoPlayer-module__tPrc2a__expandTheater{0%{opacity:.9;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.TVVideoPlayer-module__tPrc2a__theaterBackdrop{z-index:499;background:#000000e6;animation:.3s forwards TVVideoPlayer-module__tPrc2a__fadeIn;position:fixed;inset:0}@keyframes TVVideoPlayer-module__tPrc2a__fadeIn{0%{opacity:0}to{opacity:1}}.TVVideoPlayer-module__tPrc2a__video{object-fit:contain;background:#000;width:100%;height:100%}.TVVideoPlayer-module__tPrc2a__loadingOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.TVVideoPlayer-module__tPrc2a__loadingOverlayOpaque{z-index:10;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.TVVideoPlayer-module__tPrc2a__transitionBackground{background:radial-gradient(circle at 30% 30%,#c9a24d14 0%,#0000 50%),radial-gradient(circle at 70% 70%,#c9a24d0d 0%,#0000 50%);animation:4s ease-in-out infinite alternate TVVideoPlayer-module__tPrc2a__ambientGlow;position:absolute;inset:0}@keyframes TVVideoPlayer-module__tPrc2a__ambientGlow{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.TVVideoPlayer-module__tPrc2a__transitionContent{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:relative}.TVVideoPlayer-module__tPrc2a__transitionLogo{width:100px;height:100px;position:relative}.TVVideoPlayer-module__tPrc2a__logoSvg{filter:drop-shadow(0 0 30px #c9a24d4d);width:100%;height:100%}.TVVideoPlayer-module__tPrc2a__logoCircle{fill:none;stroke:var(--player-accent,#c9a24d);stroke-width:2px;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:283px;filter:drop-shadow(0 0 8px #c9a24d80);animation:2.5s ease-in-out infinite TVVideoPlayer-module__tPrc2a__drawCircle}.TVVideoPlayer-module__tPrc2a__logoText{fill:var(--player-accent,#c9a24d);filter:drop-shadow(0 0 10px #c9a24d66);font-family:system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700}@keyframes TVVideoPlayer-module__tPrc2a__drawCircle{0%{stroke-dashoffset:283px;opacity:.6}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-283px;opacity:.6}}.TVVideoPlayer-module__tPrc2a__transitionText{color:#ffffffe6;letter-spacing:.15em;text-transform:uppercase;opacity:.8;font-size:.85rem;font-weight:400}.TVVideoPlayer-module__tPrc2a__switchingTo{color:var(--player-accent,#c9a24d);opacity:.9;margin-top:.5rem;font-size:.9rem;font-weight:500}.TVVideoPlayer-module__tPrc2a__fluxInfo{background:#c9a24d26;border-radius:4px;align-items:center;gap:.5rem;margin-left:auto;padding:.25rem .5rem;display:flex}.TVVideoPlayer-module__tPrc2a__fluxName{color:var(--player-accent,#c9a24d);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.TVVideoPlayer-module__tPrc2a__progressBar{background:#ffffff1a;border-radius:2px;width:180px;height:2px;position:relative;overflow:hidden}.TVVideoPlayer-module__tPrc2a__progressFill{background:linear-gradient(90deg, transparent, var(--player-accent,#c9a24d), transparent);border-radius:2px;width:40%;height:100%;animation:1.2s ease-in-out infinite TVVideoPlayer-module__tPrc2a__progressSlide;position:absolute}@keyframes TVVideoPlayer-module__tPrc2a__progressSlide{0%{left:-40%}to{left:100%}}.TVVideoPlayer-module__tPrc2a__spinner{width:48px;height:48px;color:var(--player-accent);animation:1s linear infinite TVVideoPlayer-module__tPrc2a__spin}@keyframes TVVideoPlayer-module__tPrc2a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TVVideoPlayer-module__tPrc2a__bufferingOverlay{z-index:10;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;animation:.2s ease-out TVVideoPlayer-module__tPrc2a__fadeInBuffering;display:flex;position:absolute;inset:0}@keyframes TVVideoPlayer-module__tPrc2a__fadeInBuffering{0%{opacity:0}to{opacity:1}}.TVVideoPlayer-module__tPrc2a__bufferingSpinner{border:3px solid #fff3;border-top-color:var(--player-accent,#c9a24d);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite TVVideoPlayer-module__tPrc2a__spin}.TVVideoPlayer-module__tPrc2a__bufferingText{color:#ffffffe6;text-shadow:0 1px 2px #00000080;font-size:.8rem;font-weight:500}.TVVideoPlayer-module__tPrc2a__errorOverlay{color:#ef4444;z-index:10;text-align:center;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.TVVideoPlayer-module__tPrc2a__playOverlay{cursor:pointer;z-index:5;background:#0000004d;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.TVVideoPlayer-module__tPrc2a__playOverlay:hover{background:#0006}.TVVideoPlayer-module__tPrc2a__playButtonLarge{background:var(--player-accent);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 20px #c9a24d66}.TVVideoPlayer-module__tPrc2a__playOverlay:hover .TVVideoPlayer-module__tPrc2a__playButtonLarge{background:var(--player-accent-light);transform:scale(1.1)}.TVVideoPlayer-module__tPrc2a__playIconLarge{color:#000;width:36px;height:36px;margin-left:4px}.TVVideoPlayer-module__tPrc2a__controls{z-index:150;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.TVVideoPlayer-module__tPrc2a__controls.TVVideoPlayer-module__tPrc2a__visible{opacity:1}.TVVideoPlayer-module__tPrc2a__controls.TVVideoPlayer-module__tPrc2a__hidden{opacity:0}.TVVideoPlayer-module__tPrc2a__blockBottom{flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.TVVideoPlayer-module__tPrc2a__controls.TVVideoPlayer-module__tPrc2a__visible .TVVideoPlayer-module__tPrc2a__blockBottom,.TVVideoPlayer-module__tPrc2a__controlsBar,.TVVideoPlayer-module__tPrc2a__progressContainer{pointer-events:auto}.TVVideoPlayer-module__tPrc2a__gradient{pointer-events:none;background:linear-gradient(#0000 0%,#0009 50%,#000000f2 100%);height:180px;position:absolute;bottom:0;left:0;right:0}.TVVideoPlayer-module__tPrc2a__titleBar{background:linear-gradient(#000000b3,#0000);padding:16px 20px;position:absolute;top:0;left:0;right:0}.TVVideoPlayer-module__tPrc2a__title{color:var(--player-text);text-shadow:0 1px 3px #00000080;margin:0;font-size:1.1rem;font-weight:600;display:none}.TVVideoPlayer-module__tPrc2a__bottomControls{flex-direction:column;gap:8px;padding:0 16px 12px;display:flex;position:relative}.TVVideoPlayer-module__tPrc2a__progressContainer{width:100%;position:relative}.TVVideoPlayer-module__tPrc2a__progressBar{cursor:pointer;background:#fff3;border-radius:2px;width:100%;height:4px;transition:height .1s;position:relative}.TVVideoPlayer-module__tPrc2a__progressBar:hover{height:6px}.TVVideoPlayer-module__tPrc2a__progressBuffered{background:#ffffff4d;border-radius:2px;height:100%;position:absolute;top:0;left:0}.TVVideoPlayer-module__tPrc2a__progressPlayed{background:var(--player-accent);border-radius:2px;height:100%;position:absolute;top:0;left:0}.TVVideoPlayer-module__tPrc2a__controlsBar{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:relative}.TVVideoPlayer-module__tPrc2a__leftControls,.TVVideoPlayer-module__tPrc2a__rightControls{align-items:center;gap:8px;display:flex}.TVVideoPlayer-module__tPrc2a__controlButton{width:40px;height:40px;color:var(--player-text);cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.TVVideoPlayer-module__tPrc2a__controlButton:hover{background:#fff3}.TVVideoPlayer-module__tPrc2a__controlButton.TVVideoPlayer-module__tPrc2a__active{color:var(--player-accent)}.TVVideoPlayer-module__tPrc2a__controlButton svg{width:20px;height:20px}.TVVideoPlayer-module__tPrc2a__volumeWrapper{align-items:center;gap:8px;display:flex}.TVVideoPlayer-module__tPrc2a__volumeSlider{appearance:none;cursor:pointer;background:#ffffff4d;border-radius:2px;width:80px;height:4px}.TVVideoPlayer-module__tPrc2a__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--volume-thumb,var(--player-accent));cursor:pointer;border-radius:50%;width:14px;height:14px;transition:transform .1s}.TVVideoPlayer-module__tPrc2a__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.TVVideoPlayer-module__tPrc2a__volumeSlider::-moz-range-thumb{background:var(--volume-thumb,var(--player-accent));cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.TVVideoPlayer-module__tPrc2a__timeDisplay{color:var(--player-text);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.85rem}.TVVideoPlayer-module__tPrc2a__liveBadge{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;background:#ef444433;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:flex}.TVVideoPlayer-module__tPrc2a__liveDot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite TVVideoPlayer-module__tPrc2a__pulse}@keyframes TVVideoPlayer-module__tPrc2a__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.TVVideoPlayer-module__tPrc2a__settingsWrapper{position:relative}@media (min-width:769px){.TVVideoPlayer-module__tPrc2a__settingsMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414f2;border:1px solid #ffffff1a;border-radius:12px;min-width:200px;margin-bottom:8px;position:absolute;bottom:100%;right:0;overflow:hidden;box-shadow:0 8px 32px #0006}}@media (max-width:768px) or (min-height:270px){.TVVideoPlayer-module__tPrc2a__settingsMenuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000000b3;justify-content:center;align-items:flex-end;animation:.2s ease-out TVVideoPlayer-module__tPrc2a__fadeIn;display:flex;position:fixed;inset:0}.TVVideoPlayer-module__tPrc2a__settingsMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414fa;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:400px;max-height:calc(100vh - 6rem);margin:0 16px 16px;animation:.3s ease-out TVVideoPlayer-module__tPrc2a__slideUp;overflow:hidden;box-shadow:0 8px 32px #0009}}.TVVideoPlayer-module__tPrc2a__settingsItemList{scrollbar-width:thin;scrollbar-color:var(--player-accent) transparent;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-direction:column;max-height:calc(100vh - 12rem);display:flex;overflow:auto}.TVVideoPlayer-module__tPrc2a__settingsItem{width:100%;color:var(--player-text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;transition:background .2s;display:flex}.TVVideoPlayer-module__tPrc2a__settingsItem:hover{background:#ffffff1a}.TVVideoPlayer-module__tPrc2a__settingsItem.TVVideoPlayer-module__tPrc2a__active{color:var(--player-accent)}.TVVideoPlayer-module__tPrc2a__settingsValue{color:#fff9;align-items:center;gap:4px;font-size:.85rem;display:flex}.TVVideoPlayer-module__tPrc2a__settingsValue svg{width:16px;height:16px}.TVVideoPlayer-module__tPrc2a__settingsBack{width:100%;color:var(--player-text);cursor:pointer;text-align:left;background:#ffffff0d;border:none;border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.TVVideoPlayer-module__tPrc2a__settingsBack:hover{background:#ffffff1a}.TVVideoPlayer-module__tPrc2a__backIcon{width:16px;height:16px;transform:rotate(180deg)}.TVVideoPlayer-module__tPrc2a__checkIcon{width:16px;height:16px;color:var(--player-accent);margin-right:8px}.TVVideoPlayer-module__tPrc2a__mobileMenuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000000b3;justify-content:center;align-items:flex-end;animation:.2s ease-out TVVideoPlayer-module__tPrc2a__fadeIn;display:flex;position:fixed;inset:0}.TVVideoPlayer-module__tPrc2a__mobileMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414fa;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:400px;max-height:calc(100vh - 6rem);margin:0 16px 16px;animation:.3s ease-out TVVideoPlayer-module__tPrc2a__slideUp;overflow:hidden;box-shadow:0 8px 32px #0009}.TVVideoPlayer-module__tPrc2a__mobileMenuItemList{scrollbar-width:thin;scrollbar-color:var(--player-accent) transparent;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;max-height:calc(100vh - 12rem);display:flex;overflow:auto}@keyframes TVVideoPlayer-module__tPrc2a__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.TVVideoPlayer-module__tPrc2a__mobileMenuHeader{color:var(--player-text);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:600;display:flex}.TVVideoPlayer-module__tPrc2a__closeButton{width:32px;height:32px;color:var(--player-text);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .2s;display:flex}.TVVideoPlayer-module__tPrc2a__closeButton:hover{background:#ffffff1a}.TVVideoPlayer-module__tPrc2a__closeButton svg{width:18px;height:18px}.TVVideoPlayer-module__tPrc2a__mobileMenuItem{width:100%;color:var(--player-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;transition:background .2s;display:flex}.TVVideoPlayer-module__tPrc2a__mobileMenuItem:hover{background:#ffffff1a}.TVVideoPlayer-module__tPrc2a__mobileMenuItem svg{color:#ffffffb3;width:20px;height:20px}.TVVideoPlayer-module__tPrc2a__desktopOnly{display:flex}.TVVideoPlayer-module__tPrc2a__mobileOnly{display:none}.TVVideoPlayer-module__tPrc2a__notFullscreen{max-height:calc(100vh - 10rem)}.TVVideoPlayer-module__tPrc2a__notFullscreenContainer{flex-direction:column;justify-content:center;align-items:center;max-height:calc(100vh - 10rem);display:flex}.TVVideoPlayer-module__tPrc2a__immersive{width:100%;height:100%;aspect-ratio:unset;max-height:unset;border-radius:0;position:absolute;inset:0}.TVVideoPlayer-module__tPrc2a__immersive .TVVideoPlayer-module__tPrc2a__video{max-height:unset}@media (max-width:768px){.TVVideoPlayer-module__tPrc2a__desktopOnly{display:none}.TVVideoPlayer-module__tPrc2a__mobileOnly{display:flex}.TVVideoPlayer-module__tPrc2a__volumeSlider{width:60px}.TVVideoPlayer-module__tPrc2a__controlButton{width:36px;height:36px}.TVVideoPlayer-module__tPrc2a__controlButton svg{width:18px;height:18px}.TVVideoPlayer-module__tPrc2a__playButtonLarge{width:64px;height:64px}.TVVideoPlayer-module__tPrc2a__playIconLarge{width:28px;height:28px}.TVVideoPlayer-module__tPrc2a__timeDisplay{font-size:.75rem}.TVVideoPlayer-module__tPrc2a__liveBadge{padding:3px 8px;font-size:.65rem}}@media (max-width:480px){.TVVideoPlayer-module__tPrc2a__volumeSlider{display:none}.TVVideoPlayer-module__tPrc2a__titleBar{padding:12px 14px}.TVVideoPlayer-module__tPrc2a__title{font-size:.95rem}.TVVideoPlayer-module__tPrc2a__controlsBar{padding:10px 12px}.TVVideoPlayer-module__tPrc2a__liveBadge{padding:3px 6px;font-size:.65rem}.TVVideoPlayer-module__tPrc2a__liveBadge span:last-child{display:none}}
.AccessRestricted-module__kTBB8q__container{width:100%;height:100%;min-height:300px;position:relative}.AccessRestricted-module__kTBB8q__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--border-radius-xl);z-index:10;background:#0b0b0bd9;justify-content:center;align-items:center;display:flex;inset:0}.AccessRestricted-module__kTBB8q__content{text-align:center;padding:var(--spacing-xl);align-items:center;gap:var(--spacing-md);flex-direction:column;max-width:420px;display:flex}.AccessRestricted-module__kTBB8q__iconWrapper{width:64px;height:64px;margin-bottom:var(--spacing-sm);background:#c9a24d26;border:2px solid #c9a24d4d;border-radius:50%;justify-content:center;align-items:center;display:flex}.AccessRestricted-module__kTBB8q__lockIcon{width:28px;height:28px;color:var(--color-or)}.AccessRestricted-module__kTBB8q__title{font-family:var(--font-serif);color:var(--color-ivoire);margin:0;font-size:1.25rem}.AccessRestricted-module__kTBB8q__message{color:#f5f1e8b3;margin:0;font-size:.9375rem;line-height:1.5}.AccessRestricted-module__kTBB8q__plansSection{align-items:center;gap:var(--spacing-xs);flex-direction:column;display:flex}.AccessRestricted-module__kTBB8q__plansLabel{color:#f5f1e880;margin:0;font-size:.8125rem}.AccessRestricted-module__kTBB8q__plansList{gap:var(--spacing-xs);flex-wrap:wrap;justify-content:center;display:flex}.AccessRestricted-module__kTBB8q__planBadge{border-radius:var(--border-radius-full);color:var(--color-or);background:#c9a24d26;border:1px solid #c9a24d4d;align-items:center;gap:4px;padding:4px 12px;font-size:.8125rem;font-weight:500;display:inline-flex}.AccessRestricted-module__kTBB8q__planIcon{width:12px;height:12px}.AccessRestricted-module__kTBB8q__ctaButton{border-radius:var(--border-radius-full);background:var(--color-or);color:var(--color-noir);margin-top:var(--spacing-xs);justify-content:center;align-items:center;padding:10px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.AccessRestricted-module__kTBB8q__ctaButton:hover{background:var(--color-or-hover,#d4b44e);transform:translateY(-1px)}.AccessRestricted-module__kTBB8q__navigation{width:100%;margin-top:var(--spacing-md);justify-content:space-between;align-items:center;gap:var(--spacing-md);display:flex}.AccessRestricted-module__kTBB8q__navButton{border-radius:var(--border-radius-md);color:var(--color-ivoire);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:4px;padding:8px 16px;font-size:.875rem;transition:all .2s;display:inline-flex}.AccessRestricted-module__kTBB8q__navButton:hover{background:#ffffff26;border-color:#ffffff40}.AccessRestricted-module__kTBB8q__navIcon{width:16px;height:16px}@media (max-width:640px){.AccessRestricted-module__kTBB8q__container{min-height:250px}.AccessRestricted-module__kTBB8q__content{padding:var(--spacing-md)}.AccessRestricted-module__kTBB8q__iconWrapper{width:48px;height:48px}.AccessRestricted-module__kTBB8q__lockIcon{width:20px;height:20px}.AccessRestricted-module__kTBB8q__title{font-size:1.125rem}}
.index-module__enIX7G__overlay{z-index:9999;background:var(--color-noir,#0b0b0b);justify-content:center;align-items:center;min-width:100vw;min-height:100vh;padding:1rem;display:flex;inset:0;overflow-y:auto}.index-module__enIX7G__panel{background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;width:100%;max-width:600px;min-height:0;display:flex;overflow:hidden}.index-module__enIX7G__header{text-align:center;background:linear-gradient(135deg,#1a2332cc 0%,#1e3a3a99 50%,#c9a24d1a 100%);border-bottom:1px solid #ffffff0f;padding:2rem 2rem 1.5rem}.index-module__enIX7G__logoRow{margin-bottom:1rem}.index-module__enIX7G__logoText{letter-spacing:.05em;color:var(--color-or,#c9a24d);font-size:1.25rem;font-weight:700;font-family:var(--font-cormorant,serif)}.index-module__enIX7G__title{color:var(--color-ivoire,#f5f1e8);margin:0 0 .5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.index-module__enIX7G__subtitle{color:#f5f1e88c;margin:0;font-size:.9375rem}.index-module__enIX7G__stepper{background:#ffffff05;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:1.25rem 2rem;display:flex}.index-module__enIX7G__stepItem{align-items:center;gap:.5rem;display:flex}.index-module__enIX7G__stepDot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:flex}.index-module__enIX7G__stepDone{background:var(--color-or,#c9a24d);color:#0b0b0b}.index-module__enIX7G__stepActive{background:var(--color-or,#c9a24d);color:#0b0b0b;box-shadow:0 0 0 4px #c9a24d33}.index-module__enIX7G__stepPending{color:#f5f1e866;background:#ffffff14;border:1px solid #ffffff1a}.index-module__enIX7G__stepCheck{width:1rem;height:1rem}.index-module__enIX7G__stepLabel{color:#f5f1e873;white-space:nowrap;font-size:.8125rem}.index-module__enIX7G__stepLabelActive{color:var(--color-ivoire,#f5f1e8);font-weight:600}.index-module__enIX7G__stepLine{background:#ffffff14;flex-shrink:0;width:3rem;height:2px;margin:0 .25rem;transition:background .2s}.index-module__enIX7G__stepLineDone{background:var(--color-or,#c9a24d)}.index-module__enIX7G__stepContent{flex-direction:column;flex:1;gap:1.25rem;padding:2rem;display:flex}.index-module__enIX7G__stepIcon{justify-content:center;display:flex}.index-module__enIX7G__stepBigIcon{width:2.5rem;height:2.5rem;color:var(--color-or,#c9a24d)}.index-module__enIX7G__stepTitle{text-align:center;color:var(--color-ivoire,#f5f1e8);margin:0;font-size:1.25rem;font-weight:700}.index-module__enIX7G__stepDesc{text-align:center;color:#f5f1e88c;margin:0;font-size:.875rem;line-height:1.6}.index-module__enIX7G__genderGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.index-module__enIX7G__genderCard{cursor:pointer;background:#ffffff0a;border:2px solid #ffffff14;border-radius:1rem;flex-direction:column;align-items:center;gap:.875rem;padding:2rem 1rem;transition:all .2s;display:flex;position:relative}.index-module__enIX7G__genderCard:hover{background:#c9a24d0d;border-color:#c9a24d66}.index-module__enIX7G__genderSelected{border-color:var(--color-or,#c9a24d)!important;background:#c9a24d14!important}.index-module__enIX7G__genderEmoji{font-size:2.5rem;line-height:1}.index-module__enIX7G__genderSymbol{font-size:3rem;font-weight:300;line-height:1}.index-module__enIX7G__genderSymbolHomme{color:#93c5fd;text-shadow:0 0 20px #93c5fd4d}.index-module__enIX7G__genderSymbolFemme{color:#f9a8d4;text-shadow:0 0 20px #f9a8d44d}.index-module__enIX7G__loadingPrefs{color:var(--color-or,#c9a24d);opacity:.6;justify-content:center;padding:2rem;display:flex}.index-module__enIX7G__genderLabel{color:var(--color-ivoire,#f5f1e8);font-size:.9375rem;font-weight:600}.index-module__enIX7G__genderCheck{background:var(--color-or,#c9a24d);color:#0b0b0b;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex;position:absolute;top:.625rem;right:.625rem}.index-module__enIX7G__genderCheck>svg{width:.875rem;height:.875rem}.index-module__enIX7G__prefSection{flex-direction:column;gap:.75rem;display:flex}.index-module__enIX7G__prefSectionTitle{color:var(--color-ivoire,#f5f1e8);align-items:center;gap:.5rem;margin:0;font-size:.9375rem;font-weight:600;display:flex}.index-module__enIX7G__prefSectionIcon{width:1.125rem;height:1.125rem;color:var(--color-or,#c9a24d)}.index-module__enIX7G__prefGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.index-module__enIX7G__prefCard{cursor:pointer;text-align:left;background:#ffffff08;border:1.5px solid #ffffff12;border-radius:.625rem;align-items:center;gap:.625rem;padding:.75rem .875rem;transition:all .15s;display:flex;position:relative}.index-module__enIX7G__prefCard:hover{background:#ffffff0f;border-color:#c9a24d4d}.index-module__enIX7G__prefSelected{border-color:var(--pref-color,#c9a24d)!important;background:#c9a24d0f!important}.index-module__enIX7G__prefIconWrap{border-radius:.4375rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.index-module__enIX7G__prefIcon{width:1rem;height:1rem}.index-module__enIX7G__prefLabel{color:var(--color-ivoire,#f5f1e8);flex:1;font-size:.8125rem;font-weight:500;line-height:1.3}.index-module__enIX7G__prefCheck{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.index-module__enIX7G__checkIcon{color:#fff;width:.6875rem;height:.6875rem}.index-module__enIX7G__profileForm{flex-direction:column;gap:1.25rem;display:flex}.index-module__enIX7G__infoRow{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}@media (max-width:480px){.index-module__enIX7G__infoRow{grid-template-columns:1fr}}.index-module__enIX7G__formSelect{color:var(--color-ivoire,#f5f1e8);cursor:pointer;appearance:none;background:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:.625rem;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .15s}.index-module__enIX7G__formSelect:focus{border-color:var(--color-or,#c9a24d)}.index-module__enIX7G__formSelect option{color:#d1d5db;background:#1a1a1a}.index-module__enIX7G__tagsSection{background:#ffffff05;border:1px solid #ffffff12;border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.index-module__enIX7G__tagsSectionHeader{align-items:flex-start;gap:.625rem;display:flex}.index-module__enIX7G__tagsSectionIcon{width:1.125rem;height:1.125rem;color:var(--color-or,#c9a24d);flex-shrink:0;margin-top:.125rem}.index-module__enIX7G__tagsSectionTitle{color:var(--color-ivoire,#f5f1e8);margin:0 0 .2rem;font-size:.9375rem;font-weight:600}.index-module__enIX7G__tagsSectionDesc{color:#f5f1e873;margin:0;font-size:.75rem;line-height:1.4}.index-module__enIX7G__tagLevelToggle{grid-template-columns:1fr 1fr;gap:.375rem;display:grid}.index-module__enIX7G__tagLevelBtn{color:#f5f1e880;cursor:pointer;text-align:center;background:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:.5rem;flex:1;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.index-module__enIX7G__tagLevelBtnObligatoire.index-module__enIX7G__tagLevelBtnActive{color:#c7d2fe;background:#818cf81f;border-color:#818cf8}.index-module__enIX7G__tagLevelBtnRecommande.index-module__enIX7G__tagLevelBtnActive{color:#86efac;background:#22c55e1a;border-color:#22c55e}.index-module__enIX7G__tagLevelBtnDeconseille.index-module__enIX7G__tagLevelBtnActive{color:#fcd34d;background:#f59e0b1a;border-color:#f59e0b}.index-module__enIX7G__tagLevelBtnInterdit.index-module__enIX7G__tagLevelBtnActive{color:#fca5a5;background:#ef44441a;border-color:#ef4444}.index-module__enIX7G__tagSearchWrapper{position:relative}.index-module__enIX7G__tagSearchInput{width:100%;color:var(--color-ivoire,#f5f1e8);box-sizing:border-box;background:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:.5rem;outline:none;padding:.625rem .875rem;font-size:.875rem;transition:border-color .15s}.index-module__enIX7G__tagSearchInput:focus{border-color:var(--color-or,#c9a24d)}.index-module__enIX7G__tagSearchInput::placeholder{color:#f5f1e84d}.index-module__enIX7G__tagDropdownList{z-index:100;background:#1a1a1a;border:1px solid #333;border-radius:.5rem;max-height:200px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.index-module__enIX7G__tagDropdownItem{color:#d1d5db;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8125rem;transition:background .1s;display:flex}.index-module__enIX7G__tagDropdownItem:hover{background:#333}.index-module__enIX7G__tagDropdownEmpty{text-align:center;color:#f5f1e84d;padding:.75rem;font-size:.8125rem}.index-module__enIX7G__tagChipsArea{flex-direction:column;gap:.5rem;display:flex}.index-module__enIX7G__tagLevelGroup{flex-direction:column;gap:.375rem;display:flex}.index-module__enIX7G__tagLevelGroupLabel{letter-spacing:.03em;text-transform:uppercase;font-size:.75rem;font-weight:600}.index-module__enIX7G__tagChipsRow{flex-wrap:wrap;gap:.375rem;display:flex}.index-module__enIX7G__tagChip{border:1px solid;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .5rem .25rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.index-module__enIX7G__tagChipRemove{cursor:pointer;width:1rem;height:1rem;color:inherit;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:.875rem;line-height:1;transition:opacity .1s;display:flex}.index-module__enIX7G__tagChipRemove:hover{opacity:1}.index-module__enIX7G__formGroup{flex-direction:column;gap:.375rem;display:flex}.index-module__enIX7G__formLabel{color:var(--color-ivoire,#f5f1e8);font-size:.875rem;font-weight:600}.index-module__enIX7G__required{color:#f87171;margin-left:.25rem}.index-module__enIX7G__recommended{color:#f5f1e873;margin-left:.375rem;font-size:.75rem;font-weight:400}.index-module__enIX7G__formInput{color:var(--color-ivoire,#f5f1e8);background:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:.625rem;outline:none;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .15s}.index-module__enIX7G__formInput:focus{border-color:var(--color-or,#c9a24d)}.index-module__enIX7G__formInput::placeholder{color:#f5f1e84d}.index-module__enIX7G__inputError{border-color:#f87171!important}.index-module__enIX7G__formHint{color:#f5f1e866;margin:0;font-size:.75rem}.index-module__enIX7G__summary{background:#c9a24d0f;border:1px solid #c9a24d33;border-radius:.75rem;padding:1rem}.index-module__enIX7G__summaryTitle{color:var(--color-or,#c9a24d);margin:0 0 .75rem;font-size:.875rem;font-weight:600}.index-module__enIX7G__summaryItems{flex-direction:column;gap:.5rem;display:flex}.index-module__enIX7G__summaryItem{justify-content:space-between;align-items:center;gap:1rem;display:flex}.index-module__enIX7G__summaryKey{color:#f5f1e880;font-size:.8125rem}.index-module__enIX7G__summaryValue{color:var(--color-ivoire,#f5f1e8);font-size:.8125rem;font-weight:500}.index-module__enIX7G__homme{color:#93c5fd}.index-module__enIX7G__femme{color:#f9a8d4}.index-module__enIX7G__errorMsg{color:#fca5a5;background:#dc26261a;border:1px solid #dc26264d;border-radius:.5rem;flex-basis:100%;order:-1;width:100%;margin:0;padding:.75rem 1rem;font-size:.875rem}.index-module__enIX7G__footer{background:#ffffff05;border-top:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1.25rem 2rem;display:flex}.index-module__enIX7G__footerSpacer{flex:1}.index-module__enIX7G__backBtn{color:#f5f1e899;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:.625rem;align-items:center;gap:.375rem;padding:.75rem 1.25rem;font-size:.9375rem;transition:all .15s;display:flex}.index-module__enIX7G__backBtn:hover{color:var(--color-ivoire,#f5f1e8);background:#ffffff0d}.index-module__enIX7G__nextBtn{background:var(--color-or,#c9a24d);color:#0b0b0b;cursor:pointer;border:none;border-radius:.625rem;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:700;transition:all .15s;display:flex}.index-module__enIX7G__nextBtn:hover:not(.index-module__enIX7G__btnDisabled){background:#d4af66;transform:translateY(-1px)}.index-module__enIX7G__btnDisabled{opacity:.4;cursor:not-allowed}.index-module__enIX7G__navIcon{width:1.125rem;height:1.125rem}.index-module__enIX7G__spinner{width:1rem;height:1rem;animation:1s linear infinite index-module__enIX7G__spin}@keyframes index-module__enIX7G__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.index-module__enIX7G__overlay{align-items:flex-start;padding:.5rem}.index-module__enIX7G__panel{border-radius:1rem;margin:0}.index-module__enIX7G__header{padding:1.5rem 1.25rem 1.25rem}.index-module__enIX7G__stepContent{padding:1.5rem 1.25rem}.index-module__enIX7G__genderGrid{grid-template-columns:1fr 1fr}.index-module__enIX7G__genderCard{padding:1.5rem .75rem}.index-module__enIX7G__prefGrid{grid-template-columns:1fr}.index-module__enIX7G__footer,.index-module__enIX7G__stepper{padding:1rem 1.25rem}.index-module__enIX7G__stepLine{width:1.5rem}}
.BrowserStreamer-module__VLPf1a__container{background:#0e0e10;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;width:100%;max-width:640px;margin:0 auto;display:flex;position:relative;overflow:hidden}.BrowserStreamer-module__VLPf1a__previewWrapper{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.BrowserStreamer-module__VLPf1a__preview{object-fit:cover;background:#000;width:100%;height:100%;transition:opacity .2s;transform:scaleX(-1)}.BrowserStreamer-module__VLPf1a__previewHidden{opacity:0}.BrowserStreamer-module__VLPf1a__cameraOff{color:#fff6;background:#111;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.BrowserStreamer-module__VLPf1a__cameraOff span{font-size:.85rem}.BrowserStreamer-module__VLPf1a__liveBadge{color:#fff;text-transform:uppercase;letter-spacing:.1em;z-index:10;background:#ef4444;border-radius:4px;align-items:center;gap:6px;padding:5px 10px;font-size:.7rem;font-weight:800;animation:2.5s ease-in-out infinite BrowserStreamer-module__VLPf1a__pulseBadge;display:flex;position:absolute;top:12px;left:12px}@keyframes BrowserStreamer-module__VLPf1a__pulseBadge{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 7px #ef444400}}.BrowserStreamer-module__VLPf1a__liveDot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite BrowserStreamer-module__VLPf1a__blink}@keyframes BrowserStreamer-module__VLPf1a__blink{0%,to{opacity:1}50%{opacity:.3}}.BrowserStreamer-module__VLPf1a__connectingBadge{color:#fffc;z-index:10;background:#000000b3;border:1px solid #fff3;border-radius:4px;align-items:center;gap:6px;padding:5px 10px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:12px;left:12px}.BrowserStreamer-module__VLPf1a__errorBox{color:#ef4444;background:#ef44441a;border-bottom:1px solid #ef444433;align-items:flex-start;gap:8px;padding:10px 14px;font-size:.82rem;line-height:1.4;display:flex}.BrowserStreamer-module__VLPf1a__errorBox svg{flex-shrink:0;margin-top:1px}.BrowserStreamer-module__VLPf1a__controls{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.BrowserStreamer-module__VLPf1a__controlsWithChat{padding-right:314px}.BrowserStreamer-module__VLPf1a__containerWithSideChat{padding-right:300px}.BrowserStreamer-module__VLPf1a__mediaControls{gap:6px;min-width:80px;display:flex}.BrowserStreamer-module__VLPf1a__mainAction{flex:1;justify-content:center;display:flex}.BrowserStreamer-module__VLPf1a__rightControls{justify-content:flex-end;gap:6px;min-width:80px;display:flex}.BrowserStreamer-module__VLPf1a__mediaBtn{color:#ffffffbf;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.BrowserStreamer-module__VLPf1a__mediaBtn:hover{color:#fff;background:#ffffff24}.BrowserStreamer-module__VLPf1a__mediaBtnOff{color:#ef4444!important;background:#ef444426!important;border-color:#ef44444d!important}.BrowserStreamer-module__VLPf1a__startBtn{background:var(--color-or,#c9a24d);color:#000;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:9px 20px;font-size:.88rem;font-weight:600;transition:opacity .15s,transform .1s;display:flex}.BrowserStreamer-module__VLPf1a__startBtn:hover:not(:disabled){opacity:.88;transform:scale(1.02)}.BrowserStreamer-module__VLPf1a__startBtn:disabled{opacity:.55;cursor:not-allowed}.BrowserStreamer-module__VLPf1a__stopBtn{color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef444466;border-radius:6px;align-items:center;gap:8px;padding:9px 20px;font-size:.88rem;font-weight:600;transition:all .15s;display:flex}.BrowserStreamer-module__VLPf1a__stopBtn:hover{background:#ef444440}.BrowserStreamer-module__VLPf1a__settingsBtn{color:#ffffff80;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.BrowserStreamer-module__VLPf1a__settingsBtn:hover,.BrowserStreamer-module__VLPf1a__settingsBtn.BrowserStreamer-module__VLPf1a__active{color:#ffffffd9;background:#ffffff1f;border-color:#ffffff26}.BrowserStreamer-module__VLPf1a__settings{border-top:1px solid #ffffff0f;flex-direction:column;gap:10px;padding:12px 14px 14px;display:flex}.BrowserStreamer-module__VLPf1a__settingsRow{align-items:center;gap:12px;display:flex}.BrowserStreamer-module__VLPf1a__settingsLabel{color:#ffffff80;flex-shrink:0;align-items:center;gap:5px;min-width:70px;font-size:.78rem;display:flex}.BrowserStreamer-module__VLPf1a__settingsSelect{color:#ffffffd1;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:4px;flex:1;padding:6px 10px;font-size:.8rem}.BrowserStreamer-module__VLPf1a__settingsSelect:focus{border-color:var(--color-or,#c9a24d);outline:none}.BrowserStreamer-module__VLPf1a__settingsSelect option{color:#fff;background:#1a1a1d}.BrowserStreamer-module__VLPf1a__spinner{animation:1s linear infinite BrowserStreamer-module__VLPf1a__spin}@keyframes BrowserStreamer-module__VLPf1a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BrowserStreamer-module__VLPf1a__containerCompact{background:0 0;border:none;border-radius:0;max-width:none;height:100%}.BrowserStreamer-module__VLPf1a__previewWrapperCompact{aspect-ratio:unset;height:100%}.BrowserStreamer-module__VLPf1a__previewWrapperFullscreenSide{aspect-ratio:unset;flex:1;min-height:0}.BrowserStreamer-module__VLPf1a__compactStartBtn{color:#000;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#c9a24de6;border:none;border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:22px 32px;font-size:.9rem;font-weight:700;transition:opacity .2s,transform .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 40px #000000a6,0 0 0 1px #ffffff1f}.BrowserStreamer-module__VLPf1a__compactStartBtn:hover{opacity:.92;transform:translate(-50%,-50%)scale(1.04)}.BrowserStreamer-module__VLPf1a__compactStartBtn span{font-size:.85rem;font-weight:600}.BrowserStreamer-module__VLPf1a__compactConnecting{z-index:20;color:#fff;text-align:center;filter:drop-shadow(0 2px 10px #000000f2);flex-direction:column;align-items:center;gap:14px;font-size:.85rem;font-weight:500;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BrowserStreamer-module__VLPf1a__compactError{z-index:20;color:#ef4444;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ef444433;border:1px solid #ef444459;border-radius:10px;align-items:flex-start;gap:8px;padding:10px 14px;font-size:.82rem;line-height:1.4;display:flex;position:absolute;top:56px;left:12px;right:12px}.BrowserStreamer-module__VLPf1a__compactError svg{flex-shrink:0;margin-top:1px}.BrowserStreamer-module__VLPf1a__compactBottomBar{z-index:25;background:linear-gradient(#0000 0%,#000000b8 100%);justify-content:space-between;align-items:center;padding:18px 18px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.BrowserStreamer-module__VLPf1a__compactBottomLeft,.BrowserStreamer-module__VLPf1a__compactBottomRight{align-items:center;gap:10px;display:flex}.BrowserStreamer-module__VLPf1a__compactCtrlBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#ffffff26;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .15s;display:flex}.BrowserStreamer-module__VLPf1a__compactCtrlBtn:hover{background:#ffffff45}.BrowserStreamer-module__VLPf1a__compactCtrlOff{color:#ef4444!important;background:#ef444438!important;border-color:#ef444473!important}.BrowserStreamer-module__VLPf1a__compactCtrlActive{color:var(--color-or,#c9a24d)!important;background:#c9a24d33!important;border-color:#c9a24d80!important}.BrowserStreamer-module__VLPf1a__compactStopBtn{color:#ef4444;cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#ef44442e;border:1.5px solid #ef444480;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .15s;display:flex}.BrowserStreamer-module__VLPf1a__compactStopBtn:hover{background:#ef444452}.BrowserStreamer-module__VLPf1a__compactSettings{z-index:30;-webkit-backdrop-filter:blur(18px);background:#0e0e10eb;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:12px;padding:14px;animation:.2s BrowserStreamer-module__VLPf1a__slideUpPanel;display:flex;position:absolute;bottom:90px;left:12px;right:12px}@keyframes BrowserStreamer-module__VLPf1a__slideUpPanel{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.BrowserStreamer-module__VLPf1a__liveBadgeFlat{position:relative;top:3.5rem;left:auto}.BrowserStreamer-module__VLPf1a__connectingBadgeFlat{position:relative;top:auto;left:auto}.BrowserStreamer-module__VLPf1a__compactBottomBarFlat{z-index:auto;padding:14px 18px;position:relative;bottom:auto;left:auto;right:auto}.BrowserStreamer-module__VLPf1a__compactSettingsFlat{z-index:auto;margin:0 12px 8px;position:relative;bottom:auto;left:auto;right:auto}
.TVLiquidsoapPlayer-module__tIpzgq__wrapper{width:100%;height:100%;position:relative}.TVLiquidsoapPlayer-module__tIpzgq__subtitles{pointer-events:none;position:absolute;inset:0}
.ContinueWatching-module__9Dks2W__section{padding:2rem 0}.ContinueWatching-module__9Dks2W__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 1rem;display:flex}.ContinueWatching-module__9Dks2W__title{color:var(--text-primary,#fff);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;display:flex}.ContinueWatching-module__9Dks2W__title svg{color:var(--color-or)}.ContinueWatching-module__9Dks2W__viewAll{color:var(--text-secondary,#a0a0b0);align-items:center;gap:.25rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.ContinueWatching-module__9Dks2W__viewAll:hover{color:var(--color-or)}.ContinueWatching-module__9Dks2W__scrollContainer{scrollbar-width:thin;scrollbar-color:var(--border-color,#2a2a4a) transparent;margin:0 -1rem;padding:1rem;overflow-x:auto}.ContinueWatching-module__9Dks2W__scrollContainer::-webkit-scrollbar{height:6px}.ContinueWatching-module__9Dks2W__scrollContainer::-webkit-scrollbar-track{background:0 0}.ContinueWatching-module__9Dks2W__scrollContainer::-webkit-scrollbar-thumb{background:var(--border-color,#2a2a4a);border-radius:3px}.ContinueWatching-module__9Dks2W__grid{gap:1rem;padding-bottom:.5rem;display:flex}.ContinueWatching-module__9Dks2W__card{border-radius:var(--border-radius-xl);background-color:#ffffff0d;border:1px solid #ffffff0d;flex:none;width:280px;text-decoration:none;transition:all .3s;overflow:hidden}.ContinueWatching-module__9Dks2W__card:hover{border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000004d}.ContinueWatching-module__9Dks2W__thumbnailWrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.ContinueWatching-module__9Dks2W__thumbnail{object-fit:cover;transition:transform .5s}.ContinueWatching-module__9Dks2W__card:hover .ContinueWatching-module__9Dks2W__thumbnail{transform:scale(1.05)}.ContinueWatching-module__9Dks2W__thumbnailPlaceholder{background:linear-gradient(135deg, var(--bg-secondary,#12121e) 0%, var(--card-bg,#1a1a2e) 100%);width:100%;height:100%}.ContinueWatching-module__9Dks2W__overlay{opacity:0;background:linear-gradient(#0000,#0000,#0b0b0bcc);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ContinueWatching-module__9Dks2W__card:hover .ContinueWatching-module__9Dks2W__overlay{opacity:1}.ContinueWatching-module__9Dks2W__playButton{background-color:var(--color-or);border-radius:var(--border-radius-full);width:48px;height:48px;color:var(--color-noir);justify-content:center;align-items:center;transition:transform .3s;display:flex;transform:scale(.9)}.ContinueWatching-module__9Dks2W__card:hover .ContinueWatching-module__9Dks2W__playButton{transform:scale(1)}.ContinueWatching-module__9Dks2W__progressBar{background:#fff3;height:4px;position:absolute;bottom:0;left:0;right:0}.ContinueWatching-module__9Dks2W__progressFill{background:var(--color-or);height:100%;transition:width .3s}.ContinueWatching-module__9Dks2W__badge{border-radius:var(--border-radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-ivoire);background-color:#0b0b0bcc;padding:4px 8px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.ContinueWatching-module__9Dks2W__timeBadge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border-radius:4px;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;position:absolute;bottom:12px;right:8px}.ContinueWatching-module__9Dks2W__info{padding:1rem}.ContinueWatching-module__9Dks2W__cardTitle{color:var(--text-primary,#fff);text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-size:.9375rem;font-weight:600;overflow:hidden}.ContinueWatching-module__9Dks2W__parentTitle{color:var(--text-secondary,#a0a0b0);text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-size:.8125rem;overflow:hidden}.ContinueWatching-module__9Dks2W__episodeInfo{color:var(--color-or);margin:0 0 .25rem;font-size:.75rem;font-weight:500}.ContinueWatching-module__9Dks2W__timeInfo{color:var(--text-muted,#707080);margin:0;font-size:.75rem}.ContinueWatching-module__9Dks2W__editeurRow{border-top:1px solid #ffffff0d;margin-top:8px;padding-top:8px}.ContinueWatching-module__9Dks2W__cardSkeleton{border-radius:var(--border-radius-xl);background-color:#ffffff0d;border:1px solid #ffffff0d;flex:none;width:280px;overflow:hidden}.ContinueWatching-module__9Dks2W__thumbnailSkeleton{aspect-ratio:16/9;background:linear-gradient(90deg, var(--bg-secondary,#12121e) 0%, var(--card-bg,#1a1a2e) 50%, var(--bg-secondary,#12121e) 100%);background-size:200% 100%;animation:1.5s infinite ContinueWatching-module__9Dks2W__shimmer}.ContinueWatching-module__9Dks2W__infoSkeleton{padding:1rem}.ContinueWatching-module__9Dks2W__titleSkeleton{background:var(--bg-secondary,#12121e);border-radius:4px;width:80%;height:16px;margin-bottom:.5rem;animation:1.5s infinite ContinueWatching-module__9Dks2W__shimmer}.ContinueWatching-module__9Dks2W__subtitleSkeleton{background:var(--bg-secondary,#12121e);border-radius:4px;width:60%;height:12px;animation:1.5s infinite ContinueWatching-module__9Dks2W__shimmer}@keyframes ContinueWatching-module__9Dks2W__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.ContinueWatching-module__9Dks2W__section{padding:1.5rem 0}.ContinueWatching-module__9Dks2W__header{padding:0 .75rem}.ContinueWatching-module__9Dks2W__title{font-size:1.25rem}.ContinueWatching-module__9Dks2W__scrollContainer{padding:0 .75rem}.ContinueWatching-module__9Dks2W__card{width:240px}}@media (max-width:480px){.ContinueWatching-module__9Dks2W__card{width:200px}.ContinueWatching-module__9Dks2W__playButton{width:48px;height:48px}.ContinueWatching-module__9Dks2W__playButton svg{width:20px;height:20px}}
.Toast-module__6p4ldq__container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;max-width:90vw;display:flex;position:fixed}.Toast-module__6p4ldq__container.Toast-module__6p4ldq__top-right{top:24px;right:24px}.Toast-module__6p4ldq__container.Toast-module__6p4ldq__top-center{top:24px;left:50%;transform:translate(-50%)}.Toast-module__6p4ldq__container.Toast-module__6p4ldq__bottom-right{bottom:24px;right:24px}.Toast-module__6p4ldq__container.Toast-module__6p4ldq__bottom-center{bottom:24px;left:50%;transform:translate(-50%)}.Toast-module__6p4ldq__toast{background:var(--bg-secondary);border:1px solid var(--border-color);pointer-events:auto;opacity:0;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:500px;padding:14px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(20px);box-shadow:0 8px 24px #00000026}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__visible{opacity:1;transform:translateY(0)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__exiting{opacity:0;transform:translateY(-20px)}.Toast-module__6p4ldq__iconContainer{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__6p4ldq__icon{width:20px;height:20px}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__success{border-left:4px solid var(--success-color,#10b981)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__success .Toast-module__6p4ldq__icon{color:var(--success-color,#10b981)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__error{border-left:4px solid var(--error-color,#ef4444)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__error .Toast-module__6p4ldq__icon{color:var(--error-color,#ef4444)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__warning{border-left:4px solid var(--warning-color,#f59e0b)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__warning .Toast-module__6p4ldq__icon{color:var(--warning-color,#f59e0b)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__info{border-left:4px solid var(--info-color,#3b82f6)}.Toast-module__6p4ldq__toast.Toast-module__6p4ldq__info .Toast-module__6p4ldq__icon{color:var(--info-color,#3b82f6)}.Toast-module__6p4ldq__message{color:var(--text-primary);flex:1;margin:0;font-size:14px;line-height:1.5}.Toast-module__6p4ldq__closeButton{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Toast-module__6p4ldq__closeButton:hover{background:var(--bg-hover);color:var(--text-primary)}.Toast-module__6p4ldq__closeButton svg{width:16px;height:16px}@media (max-width:640px){.Toast-module__6p4ldq__container{max-width:calc(100vw - 24px);left:12px!important;right:12px!important;transform:none!important}.Toast-module__6p4ldq__toast{min-width:unset;width:100%}}
.FeaturedPick-module__sqY0wG__featuredPick{padding:var(--spacing-3xl) 0}@media (min-width:768px){.FeaturedPick-module__sqY0wG__featuredPick{padding:var(--spacing-3xl) 0}}.FeaturedPick-module__sqY0wG__featuredCard{border-radius:var(--border-radius-2xl);padding:var(--spacing-2xl);background:linear-gradient(135deg,#c9a24d0d 0%,#c9a24d05 100%);border:1px solid #c9a24d1a;position:relative;overflow:hidden}@media (min-width:768px){.FeaturedPick-module__sqY0wG__featuredCard{padding:var(--spacing-3xl)}}.FeaturedPick-module__sqY0wG__featuredDecor1{filter:blur(32px);background:radial-gradient(circle,#c9a24d26 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.FeaturedPick-module__sqY0wG__featuredDecor2{filter:blur(32px);background:radial-gradient(circle,#c9a24d1a 0%,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-80px;left:-80px}.FeaturedPick-module__sqY0wG__featuredContent{gap:var(--spacing-2xl);flex-direction:column;align-items:center;display:flex;position:relative}@media (min-width:768px){.FeaturedPick-module__sqY0wG__featuredContent{flex-direction:row}}.FeaturedPick-module__sqY0wG__featuredInfo{gap:var(--spacing-lg);flex-direction:column;flex:1;display:flex}.FeaturedPick-module__sqY0wG__featuredBadge{align-items:center;gap:var(--spacing-sm);width:fit-content;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius-full);background:linear-gradient(135deg,#c9a24d26 0%,#c9a24d0d 100%);border:1px solid #c9a24d33;display:inline-flex}.FeaturedPick-module__sqY0wG__featuredBadgeIcon{width:16px;height:16px;color:var(--color-or)}.FeaturedPick-module__sqY0wG__featuredBadgeText{color:var(--color-or);font-size:.875rem;font-weight:500}.FeaturedPick-module__sqY0wG__featuredTitle{font-family:var(--font-serif);color:var(--color-ivoire);font-size:2rem;line-height:1.2}@media (min-width:768px){.FeaturedPick-module__sqY0wG__featuredTitle{font-size:2.5rem}}.FeaturedPick-module__sqY0wG__featuredDescription{color:#f5f1e8b3;line-height:1.6}.FeaturedPick-module__sqY0wG__featuredActions{align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.FeaturedPick-module__sqY0wG__featuredImageWrapper{aspect-ratio:2/3;border-radius:var(--border-radius-lg);flex-shrink:0;width:100%;max-width:300px;overflow:hidden;box-shadow:0 20px 60px #0000004d}@media (min-width:768px){.FeaturedPick-module__sqY0wG__featuredImageWrapper{max-width:350px}}.FeaturedPick-module__sqY0wG__featuredImage{object-fit:cover;width:100%;height:100%}.FeaturedPick-module__sqY0wG__btnPrimary{justify-content:center;align-items:center;gap:var(--spacing-sm);background-color:var(--color-or);color:var(--color-noir);padding:12px var(--spacing-lg);border-radius:var(--border-radius-full);font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.FeaturedPick-module__sqY0wG__btnPrimary:hover{background-color:var(--color-or-light);box-shadow:0 0 40px #c9a24d26}.FeaturedPick-module__sqY0wG__btnSecondary{justify-content:center;align-items:center;gap:var(--spacing-sm);color:var(--color-ivoire);padding:12px var(--spacing-lg);border-radius:var(--border-radius-full);background-color:#0000;border:1px solid #ffffff1a;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.FeaturedPick-module__sqY0wG__btnSecondary:hover{border-color:var(--color-or);color:var(--color-or)}.FeaturedPick-module__sqY0wG__btnIcon{width:20px;height:20px}
