.currentlyWatchingSection_section__B6SMs{display:flex;flex-direction:column;gap:var(--spacing-md);width:100%}.currentlyWatchingSection_header__kzikl{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-xs)}.currentlyWatchingSection_viewAllButton__GReyL{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xs);color:var(--color-text-secondary);border-radius:var(--radius-full);transition:all .2s ease}.currentlyWatchingSection_viewAllButton__GReyL:hover{color:var(--color-text-primary);background:var(--color-surface-hover)}.currentlyWatchingSection_viewAllIcon__PWq8O{width:20px;height:20px}.currentlyWatchingSection_titleIcon__JmW3q{width:28px;height:28px}.currentlyWatchingSection_title__kxSDk{font-family:var(--font-display);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin:0;text-transform:uppercase;letter-spacing:.05em}.currentlyWatchingSection_carouselContainer__QkHuC{position:relative;width:100%;min-width:0}.currentlyWatchingSection_carouselWrapper__BhJln{position:relative;width:100%;min-width:0;overflow:hidden}.currentlyWatchingSection_carousel__bHkVe{display:flex;align-items:stretch;gap:var(--spacing-md);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:-webkit-grab;cursor:grab}.currentlyWatchingSection_carousel__bHkVe::-webkit-scrollbar{display:none}.currentlyWatchingSection_carousel__bHkVe.currentlyWatchingSection_dragging__JjMnw{cursor:-webkit-grabbing;cursor:grabbing;scroll-behavior:auto}.currentlyWatchingSection_carousel__bHkVe.currentlyWatchingSection_dragging__JjMnw .currentlyWatchingSection_cardItem__90Q93{pointer-events:none}.currentlyWatchingSection_carousel__bHkVe a,.currentlyWatchingSection_carousel__bHkVe img{-webkit-user-drag:none;user-drag:none}.currentlyWatchingSection_cardItem__90Q93{flex-shrink:0;text-decoration:none;color:inherit;width:200px;height:100%}.currentlyWatchingSection_card__FbaE4{display:flex;flex-direction:column;background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;transition:transform .3s ease;height:100%}.currentlyWatchingSection_card__FbaE4:hover{transform:translateY(-4px)}.currentlyWatchingSection_imageWrapper__v_d7g{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-secondary)}.currentlyWatchingSection_image__RBt_5{object-fit:cover;transition:transform .3s ease}.currentlyWatchingSection_card__FbaE4:hover .currentlyWatchingSection_image__RBt_5{transform:scale(1.05)}.currentlyWatchingSection_cardContent__dHWlF{display:flex;flex-direction:column;justify-content:space-between;gap:var(--spacing-xs);padding:var(--spacing-sm);flex:1 1}.currentlyWatchingSection_cardTitle__PRjU7{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-primary);margin:0;line-height:1.3;min-height:calc(var(--font-size-sm) * 1.3 * 2);display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.currentlyWatchingSection_progressInfo__mRdUl{display:flex;flex-direction:column;gap:2px}.currentlyWatchingSection_episodeProgress__jmglQ{font-size:var(--font-size-xs);color:var(--color-text-secondary)}.currentlyWatchingSection_progressStatus__8XQtE{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold)}.currentlyWatchingSection_progressBarWrapper__KgMRm{width:100%;height:4px;background:var(--color-bg-secondary);overflow:hidden;flex-shrink:0}.currentlyWatchingSection_progressBar__u0lTF{height:100%;transition:width .3s ease}.currentlyWatchingSection_navBtn__dy0hg{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-border);border-radius:var(--radius-full);background:hsl(from var(--charcoal) h s l/.7);color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-md)}.currentlyWatchingSection_navBtn__dy0hg:hover:not(:disabled){border-color:var(--color-border)}.currentlyWatchingSection_navBtn__dy0hg:disabled{opacity:.3;cursor:not-allowed}.currentlyWatchingSection_navBtn__dy0hg.currentlyWatchingSection_hidden__iEtk2{display:none}.currentlyWatchingSection_navBtnLeft__KgUh1{left:-18px}.currentlyWatchingSection_navBtnRight__3_J6L{right:-18px}@media (max-width:768px){.currentlyWatchingSection_title__kxSDk{font-size:var(--font-size-lg)}.currentlyWatchingSection_cardItem__90Q93{width:140px}.currentlyWatchingSection_navBtnLeft__KgUh1,.currentlyWatchingSection_navBtnRight__3_J6L{display:none}.currentlyWatchingSection_carousel__bHkVe{scroll-snap-type:x mandatory}.currentlyWatchingSection_cardItem__90Q93{scroll-snap-align:start}}.heroSection_section__vFOsJ{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:flex;flex-direction:column;gap:var(--spacing-xl);background-color:#000000;padding-top:calc(var(--header-height) + 8rem);padding-bottom:var(--spacing-xl);padding-inline:var(--spacing-md);box-sizing:border-box;overflow-x:hidden}@media (min-width:900px){.heroSection_section__vFOsJ{padding-inline:var(--spacing-9xl)}}