.ts-ott-channel-player-wrapper{--ts-ott-cp-primary:#2271b1;--ts-ott-cp-primary-hover:#135e96;--ts-ott-cp-accent:#e74c3c;--ts-ott-cp-text:#1d2327;--ts-ott-cp-text-light:#646970;--ts-ott-cp-text-muted:#a7aaad;--ts-ott-cp-border:#dcdcde;--ts-ott-cp-bg:#f6f7f7;--ts-ott-cp-bg-dark:#1a1a2e;--ts-ott-cp-bg-sidebar:#ffffff;--ts-ott-cp-bg-item-hover:#f0f0f1;--ts-ott-cp-bg-item-active:rgba(34, 113, 177, 0.06);--ts-ott-cp-radius:8px;--ts-ott-cp-radius-lg:12px;--ts-ott-cp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ts-ott-cp-sidebar-width:360px}.ts-ott-channel-player-wrapper{font-family:var(--ts-ott-cp-font-family);line-height:1.5;box-sizing:border-box;max-width:1400px;margin:0 auto}.ts-ott-channel-player-wrapper *,.ts-ott-channel-player-wrapper *::before,.ts-ott-channel-player-wrapper *::after{box-sizing:border-box}.ts-ott-channel-player-error{text-align:center;padding:40px 20px;color:var(--ts-ott-cp-text-light);font-size:15px}.ts-ott-channel-player-layout{display:flex;gap:0;border:1px solid var(--ts-ott-cp-border);border-radius:var(--ts-ott-cp-radius-lg);overflow:hidden;background:var(--ts-ott-cp-bg-sidebar);box-shadow:0 1px 3px rgb(0 0 0 / .06),0 1px 2px rgb(0 0 0 / .04)}.ts-ott-channel-player-main{flex:1;min-width:0;display:flex;flex-direction:column}.ts-ott-channel-player-container{position:relative;width:100%;padding-top:56.25%;background:var(--ts-ott-cp-bg-dark)}.ts-ott-artplayer{position:absolute;top:0;left:0;width:100%;height:100%}.ts-ott-channel-player-info{padding:12px 20px;border-top:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg-sidebar);min-height:100px;flex-shrink:0}.ts-ott-channel-player-now-playing{display:flex;align-items:center;gap:10px;margin-bottom:4px}.ts-ott-channel-player-live-badge{display:inline-flex;align-items:center;padding:2px 8px;background:var(--ts-ott-cp-accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;border-radius:4px;line-height:1.4;text-transform:uppercase;flex-shrink:0}.ts-ott-channel-player-title{margin:0;padding:0;font-size:18px;font-weight:600;color:var(--ts-ott-cp-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-player-desc-wrap{margin:4px 0 0 0}.ts-ott-channel-player-description{margin:0;padding:0;font-size:14px;color:var(--ts-ott-cp-text-light);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ts-ott-channel-player-description.ts-ott-is-expanded{display:block;-webkit-line-clamp:none;overflow:visible}.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle{display:inline-block;margin:2px 0 0 0;padding:0;border:0;border-radius:0;background:none;box-shadow:none;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;color:var(--ts-ott-cp-accent);text-transform:none;text-decoration:none;cursor:pointer;width:auto;min-width:0;min-height:0}.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle:hover,.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle:focus{background:none;color:var(--ts-ott-cp-accent);text-decoration:underline}.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle[hidden]{display:none}.ts-ott-channel-player-sidebar{width:var(--ts-ott-cp-sidebar-width);flex-shrink:0;border-left:1px solid var(--ts-ott-cp-border);display:flex;flex-direction:column;background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-channel-player-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--ts-ott-cp-border);flex-shrink:0}.ts-ott-channel-player-sidebar-header h4{margin:0;padding:0;font-size:15px;font-weight:600;color:var(--ts-ott-cp-text)}.ts-ott-channel-player-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--ts-ott-cp-bg);color:var(--ts-ott-cp-text-light);font-size:12px;font-weight:600;border-radius:12px}.ts-ott-channel-player-list{flex:1;overflow-y:auto;overscroll-behavior:contain}.ts-ott-channel-player-list::-webkit-scrollbar{width:6px}.ts-ott-channel-player-list::-webkit-scrollbar-track{background:#fff0}.ts-ott-channel-player-list::-webkit-scrollbar-thumb{background:var(--ts-ott-cp-border);border-radius:3px}.ts-ott-channel-player-list::-webkit-scrollbar-thumb:hover{background:#a7aaad}.ts-ott-channel-player-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background-color 0.15s ease;border-bottom:1px solid var(--ts-ott-cp-border);outline:none}.ts-ott-channel-player-item:last-child{border-bottom:none}.ts-ott-channel-player-item:hover{background:var(--ts-ott-cp-bg-item-hover)}.ts-ott-channel-player-item:focus-visible{background:var(--ts-ott-cp-bg-item-hover);box-shadow:inset 0 0 0 2px var(--ts-ott-cp-primary)}.ts-ott-channel-player-item--active{background:var(--ts-ott-cp-bg-item-active);border-left:3px solid var(--ts-ott-cp-primary);padding-left:13px}.ts-ott-channel-player-item--active:hover{background:var(--ts-ott-cp-bg-item-active)}.ts-ott-channel-player-item-thumb{position:relative;width:100px;height:56px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--ts-ott-cp-bg)}.ts-ott-channel-player-item-thumb img{display:block;width:100%;height:100%;object-fit:cover}.ts-ott-channel-player-item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--ts-ott-cp-text-muted);background:var(--ts-ott-cp-bg)}.ts-ott-channel-player-item-playing{position:absolute;inset:0;background:rgb(0 0 0 / .5);display:flex;align-items:center;justify-content:center}.ts-ott-channel-player-eq{display:flex;align-items:flex-end;gap:2px;height:16px}.ts-ott-channel-player-eq span{display:block;width:3px;background:#fff;border-radius:1px;animation:ts-ott-eq-bar 0.8s ease-in-out infinite}.ts-ott-channel-player-eq span:nth-child(1){height:8px;animation-delay:0s}.ts-ott-channel-player-eq span:nth-child(2){height:14px;animation-delay:0.2s}.ts-ott-channel-player-eq span:nth-child(3){height:10px;animation-delay:0.4s}@keyframes ts-ott-eq-bar{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1)}}.ts-ott-channel-player-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ts-ott-channel-player-item-title{font-size:14px;font-weight:600;color:var(--ts-ott-cp-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-player-item--active .ts-ott-channel-player-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-channel-player-item-desc{font-size:12px;color:var(--ts-ott-cp-text-light);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-guide{border-top:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-channel-guide-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg)}.ts-ott-channel-guide-header h4{margin:0;padding:0;font-size:14px;font-weight:600;color:var(--ts-ott-cp-text);text-transform:uppercase;letter-spacing:.5px}.ts-ott-channel-guide-content{max-height:320px;overflow-y:auto;overscroll-behavior:contain}.ts-ott-channel-guide-content::-webkit-scrollbar{width:6px}.ts-ott-channel-guide-content::-webkit-scrollbar-track{background:#fff0}.ts-ott-channel-guide-content::-webkit-scrollbar-thumb{background:var(--ts-ott-cp-border);border-radius:3px}.ts-ott-channel-guide-content::-webkit-scrollbar-thumb:hover{background:#a7aaad}.ts-ott-channel-guide-list{display:flex;flex-direction:column}.ts-ott-channel-guide-item{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid var(--ts-ott-cp-border);transition:background-color 0.15s ease}.ts-ott-channel-guide-item:last-child{border-bottom:none}.ts-ott-channel-guide-item:hover{background:var(--ts-ott-cp-bg-item-hover)}.ts-ott-channel-guide-item--current{background:var(--ts-ott-cp-bg-item-active);border-left:3px solid var(--ts-ott-cp-primary);padding-left:17px}.ts-ott-channel-guide-item--current:hover{background:var(--ts-ott-cp-bg-item-active)}.ts-ott-channel-guide-item-thumb{position:relative;width:100px;height:56px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--ts-ott-cp-bg)}.ts-ott-channel-guide-item-thumb img{display:block;width:100%;height:100%;object-fit:cover}.ts-ott-channel-guide-item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--ts-ott-cp-text-muted);background:var(--ts-ott-cp-bg)}.ts-ott-channel-guide-now-badge{position:absolute;top:4px;left:4px;display:inline-flex;align-items:center;padding:1px 5px;background:var(--ts-ott-cp-accent);color:#fff;font-size:8px;font-weight:700;letter-spacing:.3px;border-radius:3px;line-height:1.4;text-transform:uppercase}.ts-ott-channel-guide-duration{position:absolute;bottom:4px;right:4px;display:inline-flex;align-items:center;padding:1px 5px;background:rgb(0 0 0 / .75);color:#fff;font-size:10px;font-weight:600;border-radius:3px;line-height:1.4}.ts-ott-channel-guide-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.ts-ott-channel-guide-item-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;background:var(--ts-ott-cp-primary);color:#fff;font-size:9px;font-weight:700;letter-spacing:.3px;border-radius:3px;line-height:1.5;text-transform:uppercase}.ts-ott-channel-guide-item-title{font-size:13px;font-weight:600;color:var(--ts-ott-cp-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-guide-item--current .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-channel-guide-item-genres{font-size:11px;color:var(--ts-ott-cp-text-light);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-guide-item-badge--time{background:rgb(255 255 255 / .12);color:var(--ts-ott-cp-text-light)}.ts-ott-channel-guide-ad-badge{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center;padding:1px 5px;background:#f59e0b;color:#000;font-size:8px;font-weight:700;letter-spacing:.3px;border-radius:3px;line-height:1.4;text-transform:uppercase}.ts-ott-channel-guide-item--ad{opacity:.65}.ts-ott-channel-guide-item--ad .ts-ott-channel-guide-item-title{font-style:italic}.ts-ott-channel-guide-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:30px 20px;color:var(--ts-ott-cp-text-light);font-size:13px}.ts-ott-channel-guide-spinner{width:24px;height:24px;border:3px solid var(--ts-ott-cp-border);border-top-color:var(--ts-ott-cp-primary);border-radius:50%;animation:ts-ott-guide-spin 0.8s linear infinite}@keyframes ts-ott-guide-spin{to{transform:rotate(360deg)}}.ts-ott-channel-guide-empty{text-align:center;padding:30px 20px;color:var(--ts-ott-cp-text-light);font-size:13px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide{overflow:hidden}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide .ts-ott-channel-guide{flex:1;overflow:hidden;display:flex;flex-direction:column;border-top:none}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide .ts-ott-channel-guide-content{flex:1;overflow-y:auto;max-height:none}.ts-ott-channel-player-bottom-list{border-top:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-channel-player-bottom-list .ts-ott-channel-player-sidebar-header{border-bottom:1px solid var(--ts-ott-cp-border)}.ts-ott-channel-player-list--horizontal{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item{flex-shrink:0;width:200px;flex-direction:column;align-items:flex-start;gap:8px;padding:12px;border-bottom:none;border-right:1px solid var(--ts-ott-cp-border);scroll-snap-align:start}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item:last-child{border-right:none}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item--active{border-left:none;padding-left:12px;border-bottom:3px solid var(--ts-ott-cp-primary)}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item-thumb{width:100%;height:100px}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item-info{width:100%}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar{height:4px}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar-track{background:#fff0}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar-thumb{background:var(--ts-ott-cp-border);border-radius:2px}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar-thumb:hover{background:#a7aaad}.ts-ott-channel-player-strip{position:relative}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav{position:absolute;top:62px;transform:translateY(-50%);z-index:5;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:0;border:1px solid var(--ts-ott-cp-border);border-radius:50%;background:var(--ts-ott-cp-bg-sidebar);color:var(--ts-ott-cp-text);box-shadow:0 2px 10px rgb(0 0 0 / .35);cursor:pointer;opacity:.9;min-width:0;min-height:0;transition:background-color 0.2s ease,color 0.2s ease,opacity 0.2s ease}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav:hover,.ts-ott-channel-player-strip .ts-ott-channel-strip-nav:focus{background:var(--ts-ott-cp-primary);color:#fff;opacity:1}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav--prev{left:8px}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav--next{right:8px}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav svg{width:20px;height:20px;display:block}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav:disabled{opacity:0;pointer-events:none}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav[hidden]{display:none}@media screen and (max-width:900px){.ts-ott-channel-player-layout{flex-direction:column}.ts-ott-channel-player-sidebar{width:100%;border-left:none;border-top:1px solid var(--ts-ott-cp-border);max-height:400px}.ts-ott-channel-guide-content{max-height:260px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-layout{flex-direction:column}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide{width:100%;border-left:none;border-top:1px solid var(--ts-ott-cp-border);max-height:400px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item{width:170px}}@media screen and (max-width:600px){.ts-ott-channel-player-wrapper{--ts-ott-cp-radius-lg:0}.ts-ott-channel-player-layout{border-radius:0;border-left:none;border-right:none}.ts-ott-channel-player-info{padding:10px 16px;min-height:88px}.ts-ott-channel-player-title{font-size:16px}.ts-ott-channel-player-sidebar{max-height:350px}.ts-ott-channel-player-item-thumb{width:80px;height:45px}.ts-ott-channel-guide-item{padding:8px 16px}.ts-ott-channel-guide-item-thumb{width:80px;height:45px}.ts-ott-channel-guide-content{max-height:220px}.ts-ott-channel-guide-header{padding:10px 16px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item{width:140px;padding:8px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item-thumb{height:75px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide{max-height:350px}}.ts-ott-channel-lock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;text-align:center;overflow:hidden}.ts-ott-channel-lock-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(6px) brightness(.3);-webkit-filter:blur(6px) brightness(.3);transform:scale(1.1)}.ts-ott-channel-lock-overlay-inner{position:relative;z-index:2;padding:24px;max-width:100%}.ts-ott-lock-content{max-width:440px;width:100%}.ts-ott-lock-icon{margin-bottom:16px;opacity:.7}.ts-ott-lock-icon svg{width:48px;height:48px;stroke:#fff}.ts-ott-lock-content h3{margin:0 0 8px;font-size:20px;font-weight:700;color:#fff}.ts-ott-lock-subtitle{margin:0 0 20px;font-size:14px;color:rgb(255 255 255 / .7)}.ts-ott-lock-event-name{margin:0 0 8px;font-size:16px;font-weight:600;color:rgb(255 255 255 / .9)}.ts-ott-lock-ppv-image{max-width:200px;width:100%;height:auto;border-radius:8px;margin-bottom:16px}.ts-ott-lock-plans{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:16px}.ts-ott-lock-plan-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 20px;min-width:140px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:10px;color:#fff;text-decoration:none;transition:background 0.2s ease,border-color 0.2s ease,transform 0.15s ease;cursor:pointer}.ts-ott-lock-plan-card:hover{background:rgb(255 255 255 / .18);border-color:rgb(255 255 255 / .4);transform:translateY(-2px);color:#fff;text-decoration:none}.ts-ott-lock-plan-title{font-size:13px;font-weight:600;color:rgb(255 255 255 / .9)}.ts-ott-lock-plan-price{font-size:18px;font-weight:700;color:#fff}.ts-ott-lock-plan-period{font-size:12px;font-weight:400;color:rgb(255 255 255 / .6)}.ts-ott-lock-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background 0.2s ease,transform 0.15s ease;cursor:pointer;border:none}.ts-ott-lock-btn--primary{background:#2271b1;color:#fff}.ts-ott-lock-btn--primary:hover{background:#135e96;color:#fff;text-decoration:none;transform:translateY(-1px)}.ts-ott-lock-btn--outline{background:#fff0;color:#fff;border:2px solid rgb(255 255 255 / .8)}.ts-ott-lock-btn--outline:hover{background:rgb(255 255 255 / .15);color:#fff;text-decoration:none;transform:translateY(-1px)}.ts-ott-lock-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ts-ott-lock-login-hint{margin:12px 0 0;font-size:13px;color:rgb(255 255 255 / .6)}.ts-ott-lock-login-hint a{color:rgb(255 255 255 / .9);text-decoration:underline}.ts-ott-lock-login-hint a:hover{color:#fff}.ts-ott-channel-plans-below{margin-top:24px}.ts-ott-channel-plans-heading{font-size:1.5rem;font-weight:700;color:#1a1a2e;text-align:center;margin:0 0 24px}.ts-ott-channel-plans-below .ts-ott-plans-wrapper{max-width:100%}.ts-ott-channel-plans-below .ts-ott-plans--grid.ts-ott-plans--single .ts-ott-plans__grid{max-width:380px;margin:0 auto}@media (max-width:480px){.ts-ott-lock-content h3{font-size:17px}.ts-ott-lock-buttons{flex-direction:column;align-items:stretch}.ts-ott-lock-btn{width:100%;padding:12px 16px}}.ts-ott-cp--no-sidebar .ts-ott-channel-player-sidebar{display:none}.ts-ott-cp--no-sidebar .ts-ott-channel-player-main{flex:1;width:100%}.ts-ott-cp-skin--dark{--ts-ott-cp-primary:#6366f1;--ts-ott-cp-primary-hover:#4f46e5;--ts-ott-cp-accent:#ef4444;--ts-ott-cp-text:#e5e7eb;--ts-ott-cp-text-light:#9ca3af;--ts-ott-cp-text-muted:#6b7280;--ts-ott-cp-border:#374151;--ts-ott-cp-bg:#111827;--ts-ott-cp-bg-dark:#0a0a1a;--ts-ott-cp-bg-sidebar:#1f2937;--ts-ott-cp-bg-item-hover:#374151;--ts-ott-cp-bg-item-active:rgba(99, 102, 241, 0.15);--ts-ott-cp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}.ts-ott-cp-skin--dark .ts-ott-channel-player-layout{background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-cp-skin--dark .ts-ott-channel-player-info{background:var(--ts-ott-cp-bg-sidebar);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-player-sidebar{background:var(--ts-ott-cp-bg-sidebar);border-left-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-player-sidebar-header{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-player-sidebar-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--dark .ts-ott-channel-player-count{background:var(--ts-ott-cp-bg);color:var(--ts-ott-cp-text-light)}.ts-ott-cp-skin--dark .ts-ott-channel-player-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide{background:var(--ts-ott-cp-bg-sidebar);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-header{background:var(--ts-ott-cp-bg);border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-item--current .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-cp-skin--dark .ts-ott-channel-plans-heading{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema{--ts-ott-cp-primary:#f59e0b;--ts-ott-cp-primary-hover:#d97706;--ts-ott-cp-accent:#ef4444;--ts-ott-cp-text:#f3f4f6;--ts-ott-cp-text-light:#d1d5db;--ts-ott-cp-text-muted:#9ca3af;--ts-ott-cp-border:#1f2937;--ts-ott-cp-bg:#030712;--ts-ott-cp-bg-dark:#000000;--ts-ott-cp-bg-sidebar:#111827;--ts-ott-cp-bg-item-hover:#1f2937;--ts-ott-cp-bg-item-active:rgba(245, 158, 11, 0.12);--ts-ott-cp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}.ts-ott-cp-skin--cinema .ts-ott-channel-player-layout{background:var(--ts-ott-cp-bg);border-color:var(--ts-ott-cp-border);box-shadow:0 4px 20px rgb(0 0 0 / .4)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-info{background:var(--ts-ott-cp-bg);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-sidebar{background:var(--ts-ott-cp-bg-sidebar);border-left-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-sidebar-header{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-sidebar-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-count{background:var(--ts-ott-cp-bg-sidebar);color:var(--ts-ott-cp-text-light)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-live-badge{background:var(--ts-ott-cp-accent)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide{background:var(--ts-ott-cp-bg);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-header{background:var(--ts-ott-cp-bg-sidebar);border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-item--current .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-cp-skin--cinema .ts-ott-channel-plans-heading{color:var(--ts-ott-cp-text)}