:root{--primary-bg:#0f1016;--secondary-bg:rgba(15, 16, 22, 0.9);--highlight-color:rgba(71,154,255,1);--focus-color:rgba(71,154,255,1);--text-color:229,241,255,1;--time-color:#666;--program-height:80px;--enhanced-program-height:14vw;--channel-width:240px;--live-badge-color:rgba(222, 0, 0, 1);--progress-bar-color:rgba(32,35,40,0.4);--body-bg:rgba(14,17,22,1);--date-arrow-bg:rgba(50, 50, 50, 0.6);--date-arrow-hover-bg:rgba(70, 70, 70, 0.8);--channel-header-bg:rgba(38,38,38,0.88);--channel-logo-bg:rgba(38,38,38,0.3);--skeleton-bg:#444;--overlay-color:rgba(9,10,11,0.8);--skeleton-shine:rgba(255, 255, 255, 0.1);--program-item-bg:rgba(25,27,31,1);--program-item-hover-bg:rgba(60, 60, 60, 0.8);--progress-container-bg:rgba(32,35,40,0.4);--program-detailed-bg:rgba(40, 40, 50, 0.95);--program-status-color:229,241,255,1;--focus-border-color:rgba(71,154,255,1);--focus-shadow-color:transparent;--shadow-color:rgba(0, 0, 0, 0.8);--body-gradient:linear-gradient(to right,rgba(15, 16, 22, 0.99) 0%,rgba(15, 16, 22, 0.75) 100%);--program-overlay-gradient:linear-gradient(180deg, rgba(38,38,38, 0) 42.42%, rgba(38,38,38, 1) 100%)}.epg-container{margin:0;padding:0;overflow:hidden;height:100vh;width:100vw;font-family:TV2ZFont-Regular;color:var(--text-color)}*{margin:0;padding:0;box-sizing:border-box}.epg-container::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.epg-container{position:relative;z-index:1;display:flex;flex-direction:column;height:100vh;width:100vw;box-sizing:border-box;max-width:100%}.date-navigation{display:flex;justify-content:center;align-items:center;padding:10px 0 20px;width:100%}.date-section{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:20px}.date-section.flash .date-arrow svg{animation:flash-arrow .5s ease-in-out}.date-display{font-size:18px;color:#e5f1ff;font-weight:700;padding:8px 16px;cursor:pointer;transition:all .2s ease-in-out}.focused .date-display{color:var(--highlight-color)}.epg-container{display:flex;flex-direction:column;height:100vh;background-color:rgba(9,10,11,.8);color:var(--text-color);font-family:TV2ZFont-Regular;padding-top:24px;z-index:8}.date-section{display:flex;align-items:center;justify-content:flex-start;padding:15px 2vw;position:relative;z-index:10;gap:15px;width:fit-content}.date-arrow{background:rgba(204,227,255,.3);border-radius:50px;width:auto;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;border:none;font-size:18px;color:#e5f1ff}.date-arrow.focused,.date-arrow:hover{background-color:#479aff}#date-prev{padding:0 16px 0 10px}#date-next{padding:0 10px 0 16px}.date-display{font-size:20px;font-weight:500;padding:0 20px;cursor:pointer;font-family:TV2ZFont-bold}.horizontal-scroll{flex:1;overflow-x:auto;scrollbar-width:none;width:100%;-ms-overflow-style:none;will-change:transform,scroll-position;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000;scroll-behavior:smooth}#channelColumns{position:relative;height:calc(100vh - 70px);display:flex;flex-wrap:nowrap;margin-left:2vw;transform:translateZ(0);backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.channel-column-placeholder{height:100%;width:22vw;min-width:200px;flex-shrink:0;transform:translateZ(0);will-change:transform}.channel-column{height:100%;display:flex;flex-direction:column;border-radius:.6vw;margin-right:1.5vw;margin-bottom:1rem;transition:background-color .3s ease;position:relative;will-change:transform;transform:translateZ(0)}.channel-header{padding:15px;background-color:#262626;box-shadow:0 8px 32px 0 #00000066;display:flex;align-items:center;justify-content:center;border-radius:.6vw;height:4.8vw;position:absolute;z-index:10;width:100%;top:0;left:0}.channel-logo{width:6vw;height:3vw;object-fit:contain;background-color:rgba(38,38,38,.3);opacity:0;transition:opacity .3s ease-in}.channel-logo.loaded{opacity:1}.skeleton-logo{width:150px;height:40px;background-color:var(--skeleton-bg);border-radius:3px;animation:pulse 1.5s infinite;background-image:linear-gradient(90deg,var(--skeleton-bg) 0,var(--skeleton-shine) 40%,var(--skeleton-bg) 80%);background-size:200% 100%;background-repeat:no-repeat}.program-list{height:100%;overflow-y:hidden;overflow-x:hidden;border-radius:.6vw;scrollbar-width:none;-ms-overflow-style:none;position:relative;padding-top:4vw}.program-list::after,.program-list::before{content:"";display:block;height:50vh}.epg-program-item{padding:15px;height:var(--program-height);margin-bottom:.5vw;background-color:var(--program-item-bg);border-radius:.6vw;cursor:pointer;position:relative;transition:background-color .3s ease,transform .3s ease;display:flex;flex-direction:row;justify-content:left;align-items:center;border:2px solid transparent}.epg-program-item:last-child{margin-bottom:0}.epg-program-item:hover{background-color:var(--program-item-hover-bg)}.epg-program-item.center-card.has-background,.epg-program-item.focused.has-background{background-image:var(--program-bg-image);background-size:100% auto;background-position:top center;background-repeat:no-repeat;color:var(--text-color);position:relative}.epg-program-item::before{content:none;display:none}.epg-program-item.has-background.center-card::before,.epg-program-item.has-background.focused::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--program-overlay-gradient);z-index:0;display:block}.epg-program-item.center-card::before,.epg-program-item.focused::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.epg-program-item:not(.focused):not(.center-card)::before{content:none;display:none}.program-info-container{display:flex;flex-direction:column;align-items:left;flex-shrink:0;margin-right:12px}.program-info-container .live-indicator{margin-top:4px;margin-left:6px;margin-right:4px}.program-info-container .live-indicator.embedded{font-size:.7vw;padding:2px 5px;border-radius:3px;background-color:var(--live-badge-color);color:var(--text-color);font-weight:700;margin-right:6px}.epg-program-item:not(.center-card):not(.focused).live .program-title{max-width:100%}.epg-program-item.focused{border:2px solid var(--focus-border-color);box-shadow:inset 0 0 10px var(--focus-shadow-color);z-index:10;box-sizing:border-box}.epg-program-item.detailed{position:relative;z-index:10;transform:translateZ(0);transition:all .25s ease-out}.epg-program-item.detailed .program-title{font-size:16px;white-space:normal;overflow:visible;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px}.epg-program-item.detailed .program-time{font-size:14px;font-weight:700}.epg-program-item.detailed.center-card,.epg-program-item.detailed.focused{height:var(--enhanced-program-height);min-height:var(--enhanced-program-height)}.epg-program-item.center-card.detailed .program-title,.epg-program-item.focused.detailed .program-title{width:100%;margin-top:0}.epg-program-item[style*=background-image]{transition:background-image .3s ease-in}.program-overlay{display:none}.epg-program-item.live{position:relative}.epg-program-item.live::before{display:none}.epg-program-item.detailed.focused::before{content:"";display:block}.epg-program-item.detailed{height:auto;min-height:var(--enhanced-program-height);z-index:2;transition:all .3s ease}.epg-program-item.live.detailed{min-height:var(--enhanced-program-height)}.epg-program-item.detailed .program-title{font-size:0;white-space:normal;overflow:visible;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.epg-program-item.detailed .program-time{font-size:.6vw;font-weight:700}.epg-program-item.detailed .live-indicator{font-size:.6vw}.epg-program-item.focused.detailed{min-height:var(--enhanced-program-height);height:auto}.epg-program-item.focused.detailed .program-title{margin-top:0}.navigating *{transition-duration:.15s!important}.navigating .channel-column{transition:transform .2s ease-out,box-shadow .2s ease-out}.navigating .epg-program-item.detailed{transform:scale(1.02);transition:transform .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out!important}.rapid-navigation *{transition:none!important;animation:none!important;will-change:auto!important;transform:none!important}.rapid-navigation .epg-program-item.detailed{transform:translateZ(0)!important}.rapid-navigation .horizontal-scroll,body[class*=rapid-navigation] .horizontal-scroll{scroll-behavior:auto!important;transition:none!important}.channel-column.focused{box-shadow:none;border:none;position:relative;z-index:2}.epg-program-item.detailed{position:relative;z-index:10;transform:translateZ(0);transition:all .25s ease-out}.epg-program-item.center-card{color:var(--text-color);position:relative;border-radius:.6vw;z-index:5;will-change:transform,background-image;display:flex;flex-direction:column;justify-content:flex-end}.epg-program-item.center-card .program-time,.epg-program-item.center-card .program-title,.epg-program-item.center-card .started-at{position:relative;z-index:1}.epg-program-item.center-card .program-title,.epg-program-item.focused .program-title{font-size:32px;font-family:TV2ZFont-bold;margin-top:0;color:var(--text-color);position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.epg-program-item.focused.detailed .program-title{margin-top:0}.epg-program-item.center-card,.epg-program-item.focused{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:.8vw}.epg-program-item.center-card .program-info-container,.epg-program-item.focused .program-info-container{margin-top:auto;margin-bottom:.3vw}.epg-program-item.center-card .program-time,.epg-program-item.focused .program-time{display:none}::-webkit-scrollbar{width:0;height:0;display:none}*{scrollbar-width:none}*{-ms-overflow-style:none}@keyframes pulse{0%{opacity:.6;background-position:-100% 0}50%{opacity:.9}100%{opacity:.6;background-position:200% 0}}@keyframes shimmer{0%{background-position:-100% 0}100%{background-position:200% 0}}.channel-column.skeleton{background-color:rgba(38,38,38,.88);opacity:.7}.epg-program-item.skeleton{height:var(--program-height);background-color:var(--program-item-bg);padding:15px;display:flex;flex-direction:column;border-radius:.6vw;overflow:hidden;position:relative}.epg-program-item.skeleton::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,transparent 0,var(--skeleton-shine) 40%,transparent 80%);background-size:200% 100%;background-repeat:no-repeat;animation:shimmer 1.5s infinite}.epg-program-item.skeleton .skeleton-text{height:14px;margin-bottom:8px;background-color:var(--skeleton-bg);border-radius:2px;width:80%}.epg-program-item.skeleton .skeleton-text:last-child{width:60%}.loading{display:flex;justify-content:center;align-items:center;height:100%;font-size:1rem;color:var(--program-status-color)}.no-programs{display:flex;justify-content:center;align-items:center;height:100px;font-size:.9rem;color:var(--program-status-color);text-align:center;padding:20px}.channel,.channel-column,.container1,.epg-container,.horizontal-scroll,.program-list,.programs,body,html{scrollbar-width:none;-ms-overflow-style:none}.container1{display:flex;flex-direction:column;height:100vh;width:100vw;box-sizing:border-box;max-width:100%;overflow:hidden}.channel-title-fallback{color:var(--text-color);font-size:14px;font-weight:700;text-align:center}.epg-program-item.live{position:relative}.epg-program-item.live.center-card,.epg-program-item.live.focused{height:var(--enhanced-program-height);display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:.8vw}.epg-program-item.live.center-card .program-info-container,.epg-program-item.live.focused .program-info-container{margin-top:auto;margin-bottom:.8vw}.epg-program-item.live.detailed,.epg-program-item.live.detailed.center-card,.epg-program-item.live.detailed.focused{height:var(--enhanced-program-height);min-height:var(--enhanced-program-height)}.epg-program-item.detailed,.epg-program-item.focused.detailed,.epg-program-item.live.focused.detailed{height:var(--enhanced-program-height)!important;min-height:var(--enhanced-program-height)}@keyframes boundary-pulse{0%{transform:translateY(0)}25%{transform:translateY(-3px)}50%{transform:translateY(3px)}75%{transform:translateY(-3px)}100%{transform:translateY(0)}}.epg-program-item.boundary-reached{animation:boundary-pulse .3s ease-in-out;border-color:var(--highlight-color);box-shadow:0 0 8px var(--focus-shadow-color)}.channel-column.focused .epg-program-item.center-card{border:2px solid var(--focus-border-color);box-shadow:inset 0 0 20px var(--focus-shadow-color);box-shadow:0 0 8px var(--focus-shadow-color);z-index:10;box-sizing:border-box}.rapid-navigation #channelColumns,.rapid-navigation .channel-column,.rapid-navigation .channel-column-placeholder{transition:none!important}.progress-container{position:relative;width:100%;height:.2vw;min-height:4px;margin:.8vw 0 0 0;border-radius:8px;background-color:var(--progress-container-bg);z-index:2}.progress-bar{height:100%;background-color:var(--highlight-color);box-shadow:0 0 12px var(--focus-shadow-color);transition:width 3s ease-out;border-radius:8px}.epg-program-item:not(.center-card):not(.focused) .progress-container{display:none}.epg-program-item:not(.center-card):not(.focused) .program-status{display:none}.live-indicator{display:inline-block;background-color:var(--live-badge-color);color:var(--text-color);padding:2px 4px;border-radius:2px;font-size:.6vw;font-family:TV2ZFont-bold;z-index:2;margin-right:4px;text-transform:uppercase}.epg-program-item:not(.center-card):not(.focused) .live-indicator.embedded{display:none}.epg-program-item.center-card .program-info-container .live-indicator:not(.embedded),.epg-program-item.focused .program-info-container .live-indicator:not(.embedded){display:none}.program-status{width:100%;font-size:24px;color:var(--program-status-color);margin-top:.2vw;display:flex;align-items:left;position:relative;z-index:2;font-weight:400;flex-direction:row}.epg-program-item.center-card .program-status,.epg-program-item.focused .program-status{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap}.epg-program-item.center-card .live-indicator.embedded,.epg-program-item.focused .live-indicator.embedded{position:static;margin-right:6px;order:-1;align-self:center;font-size:16px;padding:4px 8px;border-radius:3px;line-height:100%;letter-spacing:.5px}.epg-program-item .program-title{color:#e5f1ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-family:TV2ZFont-bold;line-height:1.4}.epg-program-item .program-time{font-size:24px;font-weight:400;flex-shrink:0;color:#e5f1ff}.epg-program-item:not(.center-card):not(.focused) .program-time{opacity:.6}.epg-program-item .program-info-container+.program-title{margin-top:0;font-size:32px}.epg-program-item.center-card,.epg-program-item.detailed,.epg-program-item.focused{padding:0 1vw .8vw 1vw;color:var(--text-color);height:var(--enhanced-program-height);min-height:var(--enhanced-program-height);position:relative;border-radius:.6vw;overflow:hidden;z-index:5;will-change:transform,background-image;display:flex;flex-direction:column;justify-content:flex-end}.epg-program-item:not(.center-card):not(.focused) .live-indicator.embedded{display:none}.epg-program-item.placeholder-card{display:flex;justify-content:center;align-items:center;height:var(--enhanced-program-height);min-height:var(--enhanced-program-height);margin:.5vw 0;padding:0 1vw .8vw 1vw;text-align:center;font-size:1rem;opacity:.8;border-radius:.6vw}body.no-animations *,body.no-animations ::after,body.no-animations ::before{transition:none!important;animation:none!important}body.no-animations .channel-column,body.no-animations .date-section,body.no-animations .epg-program-item{transition:none!important}body.no-animations .epg-program-item.boundary-reached{animation:none!important}body.no-animations .flash{animation:none!important}body.no-animations .progress-bar{transition:none!important}body.no-animations .horizontal-scroll{scroll-behavior:auto!important}.epg-program-item.center-card .program-img{width:100%;height:100%;z-index:-1;position:absolute;background-size:cover;top:0}.epg-empty-data{background:0 0}.epg-program-item.epg-empty-data.center-card.detailed .program-title,.epg-program-item.epg-empty-data.focused.detailed .program-title{margin-top:0;background-color:#262626}.epg-empty-data .program-title{position:absolute!important;top:50%;left:50%;transform:translate(-50%,-50%);display:flex!important;height:100%;justify-content:center;align-items:center;margin:0;text-align:center}.epg-container .arrowItem{display:flex;flex-direction:row;align-items:center;width:36px;padding:6px;height:36px!important;transform:translate(-50%,-50%);border-radius:100px;top:50%!important}.epg-container .leftArrowItem{justify-content:flex-start;position:absolute;background:rgba(204,227,255,.3);margin-left:40px}.epg-container .rightArrowItem{justify-content:flex-start;position:absolute;background:rgba(204,227,255,.3);right:0}.epg-container .leftArrowItem.focused,.epg-container .rightArrowItem.focused{background-color:#479aff}.epg-container .leftArrowImage{margin-left:0;width:24px;height:24px}.epg-container .rightArrowImage{display:block!important;margin-right:0;width:24px;height:24px}.epg-container .horizontal-scroll .leftArrowItem,.epg-container .horizontal-scroll .rightArrowItem{top:50%;margin-top:18px}@media screen and (max-width:1280px) and (min-width:720px){.date-display{font-size:14px;padding:0 14px}.epg-program-item{padding:10px;height:53px}.epg-program-item.skeleton{height:53px;padding:10px}.epg-program-item.focused{border:2px solid var(--focus-border-color)}.date-arrow{font-size:14px}.epg-container{padding-top:16px}.epg-program-item.center-card .live-indicator.embedded,.epg-program-item.focused .live-indicator.embedded{font-size:11px;padding:3px 5px}.epg-program-item.center-card .program-title,.epg-program-item.focused .program-title{font-size:21px}.epg-program-item .program-info-container+.program-title{font-size:21px}.epg-program-item .program-time{font-size:16px}.program-status{font-size:16px}}