@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color-scheme:dark;--bg: #090b10;--surface: #11141b;--surface-2: #171b24;--line: #272c38;--text: #f7f8fb;--muted: #9298a8;--yellow: #ffd400;--yellow-soft: #ffea75;--radius: 20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;min-width:320px}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%}.skip-link{position:fixed;top:-5rem;left:1rem;z-index:99;background:var(--yellow);color:#000;padding:.75rem 1rem;border-radius:8px}.skip-link:focus{top:1rem}.site-header{height:76px;padding:0 clamp(1rem,4vw,4rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#090b10e6;backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:.7rem;font-family:Manrope,sans-serif;font-size:1.05rem;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:38px;aspect-ratio:1}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand strong{color:var(--yellow)}.brand small{display:block;color:var(--muted);font:500 .58rem DM Sans,sans-serif;letter-spacing:.08em;text-transform:uppercase}.site-header nav{display:flex;gap:clamp(.7rem,3vw,2rem);color:#d5d8df;font-weight:600;font-size:.92rem}.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--yellow)}.mobile-header-actions{display:none}.hero{min-height:330px;padding:clamp(3.5rem,8vw,7rem) clamp(1rem,7vw,8rem) 3rem;display:flex;align-items:end;justify-content:space-between;gap:2rem;overflow:hidden;position:relative;background:radial-gradient(circle at 75% 15%,rgba(255,212,0,.16),transparent 25%),linear-gradient(135deg,#111621,#090b10 70%)}.hero:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,212,0,.18);border-radius:50%;right:8%;top:-55%;box-shadow:0 0 0 55px #ffd40006,0 0 0 110px #ffd40004}.hero h1{font:800 clamp(2.5rem,6vw,5.7rem)/.95 Manrope,sans-serif;letter-spacing:-.07em;margin:.85rem 0 1rem;max-width:850px}.hero h1 em{color:var(--yellow);font-style:normal}.hero p{color:var(--muted);margin:0;font-size:clamp(1rem,2vw,1.15rem)}.live-dot,.eyebrow{display:inline-flex;align-items:center;gap:.55rem;color:var(--yellow-soft);text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.7rem}.live-dot:before{content:"";width:8px;height:8px;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 5px #ffd4001f}.hero-action{z-index:1;min-width:220px;background:var(--yellow);color:#0b0c0f;padding:1.15rem 1.3rem;border-radius:16px;display:grid;grid-template-columns:1fr auto;transition:transform .2s}.hero-action:hover{transform:translateY(-3px)}.hero-action span,.hero-action strong{grid-column:1}.hero-action span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.hero-action b{grid-column:2;grid-row:1 / 3;align-self:center;font-size:1.5rem}.hero.compact{min-height:240px;padding-top:4rem}.hero.compact h1{font-size:clamp(2.5rem,5vw,4.5rem)}.page-shell{width:min(1500px,100%);margin:auto;padding:2rem clamp(1rem,4vw,4rem) 5rem}.filters{display:flex;align-items:center;gap:1rem;margin-bottom:2.4rem;position:sticky;top:76px;z-index:15;padding:.9rem 0;background:linear-gradient(var(--bg) 75%,transparent)}.search{flex:0 1 330px}.search input{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:.8rem 1.1rem;outline:none}.region-select select{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:.8rem 2.2rem .8rem 1rem;outline:none}.search input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px #ffd40014}.filter-pills{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none;padding:.15rem}.filter-pills button{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:.65rem .9rem;color:var(--muted);background:transparent;cursor:pointer}.filter-pills button.active{background:var(--yellow);color:#090b10;border-color:var(--yellow);font-weight:700}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:1rem}.section-heading h2{font:700 1.65rem Manrope,sans-serif;margin:0}.section-heading p{color:var(--muted);margin:0;font-size:.82rem}.channel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:.9rem}.channel-card{position:relative;display:grid;grid-template-columns:104px 1fr;min-height:220px;background:linear-gradient(145deg,var(--surface-2),var(--surface));border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s}.channel-card:hover{transform:translateY(-3px);border-color:#3d4351}.channel-card[hidden]{display:none}.channel-identity{padding:1rem .7rem;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.65rem}.channel-logo{width:76px;height:56px;display:grid;place-items:center;background:transparent;padding:3px;border:0px solid #303645;border-radius:12px;overflow:hidden;color:#f7f8fb;font-weight:800}.channel-logo img{width:100%;height:100%;object-fit:contain}.channel-identity strong{display:block;font-size:.82rem;line-height:1.15}.channel-identity small{display:block;color:var(--muted);font-size:.63rem;margin-top:.28rem}.programme-copy{padding:1.1rem 1.1rem 1rem;position:relative;z-index:2;align-self:end;border-radius:14px}.programme-copy:focus-visible{outline:2px solid var(--yellow);outline-offset:-4px}.programme-copy h2{font:700 1.08rem/1.18 Manrope,sans-serif;margin:.45rem 0 .25rem;letter-spacing:-.02em}.time{color:var(--muted);font-size:.76rem;margin:0}.progress{height:3px;margin:.9rem 0;background:#343946;border-radius:2px;overflow:hidden}.progress span{display:block;height:100%;background:var(--yellow);transition:width .4s}.next{border-top:1px solid var(--line);padding-top:.7rem;margin:0;font-size:.76rem;line-height:1.25;color:#d7dae1}.next span{display:block;color:var(--muted);font-size:.65rem;margin-bottom:.2rem}.programme-image{position:absolute;inset:0 0 0 104px;width:calc(100% - 104px);height:100%;object-fit:cover;opacity:.11;mask-image:linear-gradient(to bottom,black,transparent 85%)}.empty-state{padding:4rem 1rem;text-align:center;color:var(--muted)}.schedule-list{display:grid;gap:1rem}.schedule-row{display:grid;grid-template-columns:210px 1fr;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.schedule-channel{padding:1.25rem;border-right:1px solid var(--line);display:grid;grid-template-columns:54px 1fr;align-content:center;column-gap:.8rem}.mini-logo{grid-row:1 / 3;width:54px;height:42px;display:grid;place-items:center;background:#0b0e14;color:#f7f8fb;border:1px solid #303645;border-radius:9px;font-size:.7rem;font-weight:800;overflow:hidden}.mini-logo img{width:100%;height:100%;object-fit:contain}.schedule-channel small{color:var(--muted);font-size:.7rem}.schedule-row ol{list-style:none;margin:0;padding:.85rem;display:flex;gap:.5rem;overflow-x:auto}.schedule-row li{flex:0 0 190px;padding:.75rem;border:1px solid var(--line);border-radius:12px}.schedule-row li.current{border-color:var(--yellow);background:#ffd4000f}.schedule-row time{display:block;color:var(--yellow);font-size:.7rem;margin-bottom:.4rem}.schedule-row li span{font-size:.82rem;line-height:1.2}.tv-guide-shell{width:min(1800px,100%)}.tv-guide-toolbar{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.tv-guide-search{flex:0 1 310px}.tv-guide-filters{flex:1}.tv-guide-region select{min-width:165px}.tv-guide-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.tv-guide-actions p{color:var(--muted);font-size:.8rem;margin:0}.tv-guide-actions p strong{color:var(--text)}.tv-guide-actions>div{display:flex;align-items:center;gap:.45rem}.tv-guide-actions button{min-width:40px;height:40px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);cursor:pointer}.tv-guide-actions button:hover,.tv-guide-actions button:focus-visible{border-color:var(--yellow);color:var(--yellow)}.tv-guide-actions .now-button{padding:0 1rem;background:var(--yellow);border-color:var(--yellow);color:#090b10;font-weight:800}.tv-guide-actions .now-button:hover,.tv-guide-actions .now-button:focus-visible{background:var(--yellow-soft);color:#090b10}.tv-guide-frame{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface);box-shadow:0 24px 70px #0003}.tv-guide-scroll{--channel-column: 190px;overflow:auto;max-height:min(68vh,760px);min-height:500px;scrollbar-color:#4b5262 #171b24;overscroll-behavior:contain;cursor:grab}.tv-guide-scroll:focus-visible{outline:2px solid var(--yellow);outline-offset:-2px}.tv-guide-scroll.dragging{cursor:grabbing;user-select:none}.tv-grid{--timeline-width: 1632px;min-width:calc(var(--channel-column) + var(--timeline-width));position:relative}.tv-time-row,.tv-grid-row{display:grid;grid-template-columns:var(--channel-column) var(--timeline-width)}.tv-time-row{height:58px;position:sticky;top:0;z-index:12}.tv-corner{position:sticky;left:0;z-index:14;display:flex;flex-direction:column;justify-content:center;padding:0 1rem;border-right:1px solid #343a47;border-bottom:1px solid #343a47;background:#171b24}.tv-corner span{font:700 .8rem Manrope,sans-serif}.tv-corner small{color:var(--muted);font-size:.63rem;margin-top:.15rem}.tv-time-lane{position:relative;border-bottom:1px solid #343a47;background:#171b24;overflow:hidden}.tv-time-lane:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(to right,transparent 0,transparent 101px,rgba(255,255,255,.07) 101px,rgba(255,255,255,.07) 102px)}.tv-time-lane time{position:absolute;left:var(--start-position);bottom:10px;transform:translate(-50%);color:#c5c9d2;font-size:.72rem;font-weight:700;white-space:nowrap}.tv-now-label{position:absolute;left:var(--now-position);top:5px;transform:translate(-50%);z-index:2;padding:.18rem .42rem;border-radius:999px;background:var(--yellow);color:#090b10;font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.tv-grid-row{min-height:76px;border-bottom:1px solid var(--line)}.tv-grid-row[hidden]{display:none}.tv-grid-row:last-child{border-bottom:0}.tv-grid-channel{position:sticky;left:0;z-index:7;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:.7rem;padding:.65rem .8rem;border-right:1px solid var(--line);background:#11141b}.tv-grid-channel:hover,.tv-grid-channel:focus-visible{background:#1a1e27}.tv-grid-channel:focus-visible{outline:2px solid var(--yellow);outline-offset:-3px}.tv-grid-logo{width:56px;height:42px;display:grid;place-items:center;overflow:hidden;border:1px solid #303645;border-radius:9px;background:#0b0e14;color:#f7f8fb;font-size:.68rem;font-weight:800}.tv-grid-logo img{width:100%;height:100%;object-fit:contain}.tv-grid-channel strong,.tv-grid-channel small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv-grid-channel strong{font:700 .8rem/1.2 Manrope,sans-serif}.tv-grid-channel small{color:var(--muted);font-size:.61rem;margin-top:.25rem}.tv-programme-lane{position:relative;min-width:0;overflow:hidden;background-color:#0e1117;background-image:repeating-linear-gradient(to right,transparent 0,transparent 101px,rgba(255,255,255,.045) 101px,rgba(255,255,255,.045) 102px)}.tv-now-line{position:absolute;z-index:5;top:0;bottom:0;left:var(--now-position);width:2px;background:var(--yellow);pointer-events:none}.tv-programme{position:absolute;top:7px;bottom:7px;left:var(--start-position);width:var(--duration-width);min-width:2px;padding:.55rem .65rem;overflow:hidden;border:1px solid #303645;border-radius:9px;background:#1b202a;transition:background .15s,border-color .15s}.tv-programme:hover,.tv-programme:focus-visible{z-index:6;border-color:#656d7f;background:#252b37;outline:none}.tv-programme.current{border-color:#ffd400bf;background:linear-gradient(135deg,#ffd40030,#20242c 65%)}.tv-programme strong,.tv-programme small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv-programme strong{font-size:.76rem;line-height:1.15}.tv-programme small{color:var(--muted);font-size:.59rem;margin-top:.28rem}.tv-programme.current small{color:#e8d96f}.tv-guide-hint{color:var(--muted);font-size:.72rem;margin:.75rem .2rem 0}.tv-guide-shell>.empty-state{padding:2rem 1rem 0}.channel-hero{width:min(1200px,100%);margin:auto;padding:5rem clamp(1rem,4vw,4rem) 2rem;display:flex;align-items:center;gap:1.5rem}.large-logo{width:150px;height:100px;display:grid;place-items:center;border:1px solid #303645;border-radius:20px;background:#0b0e14;color:#f7f8fb;font-weight:800;overflow:hidden}.large-logo img{width:100%;height:100%;object-fit:contain}.channel-hero h1{font:800 clamp(2.2rem,5vw,4rem) Manrope,sans-serif;letter-spacing:-.05em;margin:.4rem 0}.channel-hero p{color:var(--muted);margin:0}.channel-heading{display:flex;flex-direction:column;align-items:flex-start}.live-button{display:inline-flex;align-items:center;gap:.65rem;margin-top:1rem;border:0;border-radius:999px;background:var(--yellow);color:#090b10;padding:.78rem 1.05rem;font-weight:800;cursor:pointer}.live-button:hover{background:var(--yellow-soft)}.channel-schedule{max-width:1050px}.channel-schedule section{margin-bottom:2.5rem}.day-switcher{display:grid;grid-template-columns:42px minmax(0,auto) 42px;align-items:center;justify-content:start;gap:.7rem;margin-bottom:1rem}.day-switcher h2{text-transform:capitalize;font:700 1.25rem Manrope,sans-serif;margin:0;min-width:220px;text-align:center}.day-switcher button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer}.day-switcher button:hover:not(:disabled){border-color:var(--yellow);color:var(--yellow)}.day-switcher button:disabled{opacity:.3;cursor:default}.channel-schedule ol{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.channel-schedule li{display:grid;grid-template-columns:75px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.channel-schedule li.programme-now{margin:.75rem 0;padding:1rem;border:1px solid rgba(255,212,0,.5);border-radius:14px;background:#ffd4000f}.channel-schedule li.programme-target{margin:.75rem 0;padding:1rem;scroll-margin-top:100px;border:1px solid var(--yellow);border-radius:14px;background:#ffd4001a;box-shadow:0 0 0 4px #ffd4000d}.on-air-label{display:block;color:var(--yellow);font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem}.channel-schedule time{color:var(--yellow);font-weight:700}.channel-schedule p{color:var(--muted);line-height:1.5;margin:.4rem 0 0;font-size:.86rem;max-width:760px}.live-dialog{width:min(1180px,calc(100% - 2rem));max-height:calc(100dvh - 2rem);padding:0;border:1px solid #343a49;border-radius:22px;background:#0b0e14;color:var(--text);box-shadow:0 30px 100px #000;overflow:auto}.live-dialog::backdrop{background:#020306d1;backdrop-filter:blur(10px)}.live-dialog-bar{min-height:68px;padding:.85rem 1rem .85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5;background:#0b0e14}.live-dialog-bar>div{display:flex;align-items:center;gap:1rem}.live-dialog-bar button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);cursor:pointer}.live-frame-wrap{height:min(56.25vw,calc(100dvh - 155px));min-height:340px;background:#000}.live-frame-wrap iframe{display:block;width:100%;height:100%;border:0}.live-dialog>p{margin:0;padding:.85rem 1.25rem;color:var(--muted);font-size:.78rem}.live-dialog>p a{color:var(--yellow);text-decoration:underline}footer{border-top:1px solid var(--line);padding:2.5rem clamp(1rem,4vw,4rem);color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.8rem}footer strong{color:var(--yellow)}footer p{margin:0}.footer-links{display:flex;align-items:center;gap:1.2rem}.footer-links a:hover,.footer-links a:focus-visible{color:var(--yellow)}.film-hero{align-items:center}.film-total{z-index:1;min-width:170px;padding:1.15rem 1.3rem;border:1px solid rgba(255,212,0,.32);border-radius:18px;background:#090b1094;backdrop-filter:blur(12px)}.film-total strong,.film-total span{display:block}.film-total strong{color:var(--yellow);font:800 2.4rem/1 Manrope,sans-serif}.film-total span{color:var(--muted);font-size:.72rem;margin-top:.4rem}.film-page{width:min(1500px,100%)}.film-section{margin-bottom:4rem}.film-section-heading{margin-bottom:1.25rem}.film-section-heading h2{margin-top:.45rem}.film-section-heading>p{white-space:nowrap}.film-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:1rem}.film-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,var(--surface-2),var(--surface));transition:transform .2s,border-color .2s}.film-card:hover{transform:translateY(-3px);border-color:#454c5c}.film-card a{display:block;height:100%}.film-card a:focus-visible{outline:3px solid var(--yellow);outline-offset:-4px}.film-card-image{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:#050609}.film-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.film-card:hover .film-card-image img{transform:scale(1.025)}.film-card-image span{position:absolute;right:.7rem;bottom:.7rem;padding:.3rem .5rem;border-radius:999px;background:#05070be0;color:var(--yellow);font-size:.68rem;font-weight:800;backdrop-filter:blur(8px)}.film-card-copy{padding:1rem}.film-card-copy h3{font:750 1rem/1.2 Manrope,sans-serif;letter-spacing:-.02em;margin:0 0 .45rem}.film-card-copy p{color:var(--muted);font-size:.7rem;margin:0}.film-card-copy small{display:inline-block;margin-top:.7rem;padding:.25rem .45rem;border:1px solid var(--line);border-radius:999px;color:#cfd3dc;font-size:.6rem}.film-source-note{max-width:900px;padding:1.3rem 1.4rem;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.film-source-note strong{color:var(--yellow)}.film-source-note p{color:var(--muted);font-size:.8rem;line-height:1.55;margin:.45rem 0 0}.film-source-note a,.credits-page a{color:var(--yellow);text-decoration:underline;text-underline-offset:3px}.film-empty h2{color:var(--text)}.film-empty p{margin-bottom:0}.credits-page{max-width:950px}.credits-page{display:grid;gap:1rem}.credits-page section{padding:1.5rem;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.credits-page h2{font:700 1.25rem Manrope,sans-serif;margin:0 0 .7rem}.credits-page p{color:var(--muted);line-height:1.65;margin:.5rem 0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:760px){.site-header{height:66px;padding-inline:.8rem}.brand{position:relative;z-index:2}.brand small{display:none}.mobile-header-actions{display:flex;align-items:center;gap:.4rem}.menu-toggle,.mobile-search button{min-height:42px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);cursor:pointer}.menu-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:0 .7rem;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.menu-icon{display:grid;gap:3px;width:17px}.menu-icon i{display:block;height:2px;border-radius:2px;background:currentColor}.mobile-search{width:42px;height:42px;display:flex;align-items:center;border:1px solid transparent;border-radius:14px;transition:width .2s ease,background .2s ease}.mobile-search button{flex:0 0 42px;display:grid;place-items:center;padding:0}.mobile-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.mobile-search input{min-width:0;width:0;padding:0;border:0;outline:0;opacity:0;color:var(--text);background:transparent}.mobile-search.open{position:absolute;z-index:4;inset-inline:.65rem;width:auto;padding-right:.75rem;border-color:var(--yellow);background:#11141b;box-shadow:0 10px 35px #00000073}.mobile-search.open button{border-color:transparent;background:transparent;color:var(--yellow)}.mobile-search.open input{width:100%;opacity:1}.site-header nav{position:absolute;top:calc(100% + 1px);inset-inline:.65rem;display:grid;gap:.35rem;padding:.65rem;border:1px solid var(--line);border-radius:0 0 16px 16px;background:#11141bfa;box-shadow:0 18px 40px #0000006b;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.site-header nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header nav a{padding:.8rem .9rem;border-radius:10px;font-size:.9rem}.site-header nav a:hover,.site-header nav a:focus-visible{background:#ffd40017}.hero{min-height:310px;padding-top:4rem;align-items:start;flex-direction:column;justify-content:center}.hero-action{width:100%}.filters{top:66px;flex-direction:column;align-items:stretch}.filters>.search,.tv-guide-search{display:none}.channel-grid{grid-template-columns:1fr}.channel-card{grid-template-columns:88px 1fr;min-height:205px}.programme-image{left:88px;width:calc(100% - 88px)}.channel-logo{width:64px;height:48px}.schedule-row{grid-template-columns:1fr}.schedule-channel{border-right:0;border-bottom:1px solid var(--line)}.tv-guide-hero{min-height:235px}.tv-guide-toolbar{align-items:stretch;flex-direction:column}.tv-guide-search{flex-basis:auto}.tv-guide-filters,.tv-guide-region select{width:100%}.tv-guide-actions{align-items:flex-end}.tv-guide-actions p{max-width:145px}.tv-guide-scroll{--channel-column: 124px;max-height:68dvh;min-height:430px;cursor:auto}.tv-grid{--timeline-width: 1440px}.tv-time-lane:before{background-image:repeating-linear-gradient(to right,transparent 0,transparent 89px,rgba(255,255,255,.07) 89px,rgba(255,255,255,.07) 90px)}.tv-programme-lane{background-image:repeating-linear-gradient(to right,transparent 0,transparent 89px,rgba(255,255,255,.045) 89px,rgba(255,255,255,.045) 90px)}.tv-corner{padding:0 .65rem}.tv-grid-channel{grid-template-columns:40px minmax(0,1fr);gap:.5rem;padding:.55rem}.tv-grid-logo{width:40px;height:34px;border-radius:7px}.tv-grid-channel strong{font-size:.68rem}.tv-grid-channel small{font-size:.54rem}.tv-programme{padding:.55rem}.tv-guide-hint{line-height:1.4}.film-hero{align-items:flex-start}.film-total{min-width:0}.film-grid{grid-template-columns:1fr}.film-card-copy h3{font-size:1.05rem}.footer-links{gap:1rem}.channel-hero{padding-top:3rem;align-items:flex-start}.large-logo{width:100px;height:75px}.day-switcher{grid-template-columns:38px 1fr 38px;width:100%}.day-switcher h2{min-width:0;font-size:1rem}.day-switcher button{width:38px;height:38px}.live-dialog{width:calc(100% - 1rem)}.live-frame-wrap{height:calc(100dvh - 175px);min-height:280px}.live-dialog-bar>div{gap:.6rem}.live-dialog-bar .live-dot{display:none}footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
