:root{--tv-bg:#f1f2ee;--tv-ink:#10120f;--tv-muted:#686d66;--tv-line:#c9cdc6;--tv-dark:#0c110d;--tv-green:#073f31;--tv-accent:#f34a35;--tv-pad:clamp(18px,3.6vw,54px);--tv-max:1600px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--tv-bg);color:var(--tv-ink);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.skip{position:fixed;top:-60px;left:12px;z-index:90;background:#fff;padding:10px}.skip:focus{top:10px}.tv-hero{max-width:var(--tv-max);margin:auto;display:grid;grid-template-columns:.72fr 1.28fr;min-height:620px;border-bottom:1px solid var(--tv-line)}.tv-copy{padding:70px var(--tv-pad);display:flex;flex-direction:column;justify-content:center}.tv-copy>span,.tv-library header span{font:9px IBM Plex Mono;color:var(--tv-accent);letter-spacing:.12em}.tv-copy h1{margin:22px 0;font:clamp(64px,7vw,112px)/.83 Archivo Black;letter-spacing:-.065em}.tv-copy p{max-width:42ch;color:var(--tv-muted);line-height:1.65}.tv-actions{display:flex;gap:9px;margin-top:24px}.tv-actions a{padding:13px 17px;border:1px solid var(--tv-ink);font-size:11px;font-weight:700}.tv-actions a:first-child{background:var(--tv-ink);color:white}.tv-stage{display:grid;grid-template-rows:1fr auto;background:var(--tv-dark);color:white}.tv-screen{position:relative;min-height:500px}.tv-screen iframe,#tv-cover{position:absolute;inset:0;width:100%;height:100%;border:0}#tv-cover{display:flex;flex-direction:column;justify-content:flex-end;padding:38px;background:radial-gradient(circle at 65% 35%,#125b47,#07100b 58%)}#tv-cover span{font:9px IBM Plex Mono;color:#9cdbbc}#tv-cover b{font:clamp(34px,4vw,65px)/.94 Archivo Black;margin-top:14px}#tv-cover p{color:#aeb9b0}.tv-now{min-height:112px;padding:20px 26px;border-top:1px solid #394239;display:flex;align-items:center;justify-content:space-between;gap:20px}.tv-now small{font:8px IBM Plex Mono;color:#9cdbbc}.tv-now h2{margin:5px 0;font-size:20px}.tv-now p{margin:0;color:#9aa49c;font-size:11px}.tv-now a{border:1px solid #5b665d;padding:11px 14px;font-size:10px}.tv-tools{max-width:var(--tv-max);margin:auto;display:grid;grid-template-columns:minmax(280px,.75fr) 1.5fr auto;border-bottom:1px solid var(--tv-line)}.tv-tools>*{padding:16px var(--tv-pad)}.tv-tools label{border-right:1px solid var(--tv-line)}.tv-tools label span{display:block;font:8px IBM Plex Mono;color:var(--tv-muted)}.tv-tools input{border:0;background:transparent;width:100%;outline:0;margin-top:4px}.tv-tools>div{display:flex;gap:7px;align-items:center;overflow:auto}.tv-tools button{border:1px solid var(--tv-line);background:transparent;padding:8px 11px;font-size:10px;white-space:nowrap;cursor:pointer}.tv-tools button[aria-pressed=true]{background:var(--tv-ink);color:white}.tv-tools>a{align-self:center;font-size:10px;font-weight:700;white-space:nowrap}.tv-library{max-width:var(--tv-max);margin:auto;padding:72px var(--tv-pad)}.tv-library>header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.tv-library h2{font:clamp(44px,5vw,76px)/.9 Archivo Black;letter-spacing:-.055em;margin:8px 0 0}.tv-library header p{max-width:44ch;color:var(--tv-muted);font-size:12px}.tv-library #channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--tv-line);border:1px solid var(--tv-line)}.tv-channel{min-height:170px;border:0;background:#fff;padding:22px;text-align:left;cursor:pointer;display:grid;grid-template-columns:54px 1fr auto;gap:15px;align-items:start}.tv-channel:hover{background:#f9faf6}.tv-logo{width:54px;height:54px;background:var(--tv-dark);color:white;display:grid;place-items:center;font:15px Archivo Black}.tv-channel b,.tv-channel small{display:block}.tv-channel b{font-size:16px}.tv-channel small{margin-top:7px;color:var(--tv-muted);font-size:10px}.tv-channel em{font-style:normal;color:var(--tv-accent)}#tv-status{padding:14px 0;font:9px IBM Plex Mono;color:var(--tv-muted)}footer{max-width:var(--tv-max);margin:auto;border-top:1px solid var(--tv-line);padding:38px var(--tv-pad);display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}footer>a{font:22px Archivo Black}footer>a span{color:var(--tv-accent)}footer nav{display:flex;gap:18px;font-size:10px}footer p{font-size:9px;color:var(--tv-muted)}html[data-theme=dark]{--tv-bg:#121512;--tv-ink:#f1f2ed;--tv-muted:#a7ada4;--tv-line:#343a34}html[data-theme=dark] .tv-channel{background:#181c18;color:var(--tv-ink)}html[data-theme=dark] .tv-actions a:first-child,html[data-theme=dark] .tv-tools button[aria-pressed=true]{background:#f1f2ed;color:#111} @media(max-width:980px){.tv-hero{grid-template-columns:1fr}.tv-library #channel-grid{grid-template-columns:repeat(2,1fr)}.tv-tools{grid-template-columns:1fr}.tv-tools label{border-right:0;border-bottom:1px solid var(--tv-line)}}@media(max-width:620px){.tv-copy{padding-top:52px;padding-bottom:55px}.tv-copy h1{font-size:62px}.tv-screen{min-height:260px}.tv-library{padding-top:54px}.tv-library>header{display:block}.tv-library #channel-grid{grid-template-columns:1fr}.tv-channel{min-height:130px}.tv-tools>a{display:none}footer{grid-template-columns:1fr}footer nav{flex-wrap:wrap}}
