.channel-strip{overflow:hidden;border-block:1px solid var(--line);background:#0d0f15}.channel-track{width:max-content;display:flex;align-items:center;gap:12px;padding:17px 0;animation:channels-scroll 42s linear infinite}.channel-strip:hover .channel-track{animation-play-state:paused}.channel-logo{width:112px;height:62px;display:grid;place-items:center;flex:0 0 112px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.045)}.channel-logo img{max-width:82px;max-height:42px;object-fit:contain;filter:saturate(.9);transition:transform .2s}.channel-logo:hover img{transform:scale(1.08)}@keyframes channels-scroll{to{transform:translateX(calc(-50% - 6px))}}.premieres{padding:90px max(20px,calc((100vw - 1180px)/2));border-top:1px solid var(--line);background:#0b0c11}.poster-shell{overflow:hidden}.poster-track{width:max-content;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,190px);gap:15px;padding:3px 2px 18px;animation:premieres-scroll 55s linear infinite}.poster-shell:hover .poster-track{animation-play-state:paused}@keyframes premieres-scroll{to{transform:translateX(calc(-50% - 7.5px))}}.poster-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--panel)}.poster-card img{width:100%;aspect-ratio:2/3;display:block;object-fit:cover}.poster-card span{min-height:54px;display:flex;align-items:center;padding:11px 12px;color:#e9e9ee;font-size:12px;font-weight:700;line-height:1.35}.feed-message{color:var(--muted)}@media(max-width:620px){.channel-logo{width:92px;height:54px;flex-basis:92px}.channel-logo img{max-width:68px;max-height:36px}.premieres{padding:65px 14px}.poster-track{grid-auto-columns:138px;animation-duration:42s}}@media(prefers-reduced-motion:reduce){.channel-track,.poster-track{animation-play-state:paused}}
