:root{--bg:#070b10;--panel:#10161d;--panel2:#151d26;--line:#27313d;--text:#f4f7fb;--muted:#aab6c4;--red:#ed272b;--blue:#3186e7}*{box-sizing:border-box}html{scroll-behavior:smooth}body.rttv-body{margin:0;background:radial-gradient(circle at 58% 5%,#172b3e 0,#080d13 34%,#06090d 72%);color:var(--text);font:15px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.rttv-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;padding:12px 22px;background:#070b10ed;border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.rttv-brand{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none;min-width:max-content}.rttv-brand>span:last-child{display:grid;grid-template-columns:auto auto;align-items:end;column-gap:5px}.rttv-brand b{font-size:22px;letter-spacing:-.4px;line-height:1}.rttv-brand em{font-style:italic;font-weight:950;background:var(--red);padding:2px 5px;border-radius:3px;line-height:1}.rttv-brand small{grid-column:1/-1;color:#aeb8c3;font-size:8px;letter-spacing:.5px;text-transform:uppercase}.rttv-maple{color:var(--red);font-size:22px;transform:rotate(45deg)}.rttv-nav{display:flex;gap:20px;align-items:center;flex:1;justify-content:center}.rttv-nav a,.rttv-footer a{color:#d9e1ea;text-decoration:none}.rttv-nav a:hover,.rttv-footer a:hover{color:#fff}.rttv-youtube{background:var(--red);color:#fff;text-decoration:none;padding:10px 13px;border-radius:6px;font-weight:850}.rttv-hero{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(430px,1.45fr) minmax(250px,.76fr);gap:18px;padding:22px;max-width:1500px;margin:auto;align-items:stretch}.rttv-hero-copy{min-height:430px;padding:44px 8px 24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.rttv-live-pill{background:#1b2733;color:#fff;padding:8px 11px;border-radius:5px;font-weight:900;letter-spacing:.4px}.rttv-live-pill.is-live{background:var(--red)}.rttv-hero-copy h1{font-size:clamp(36px,4vw,66px);line-height:.95;margin:18px 0 12px;letter-spacing:-2px}.rttv-hero-copy h2{font-size:clamp(19px,2vw,28px);line-height:1.05;margin:0 0 14px}.rttv-hero-copy p{color:#c3cdd7;font-size:16px;max-width:430px}.rttv-actions{display:flex;flex-wrap:wrap;gap:10px}.rttv-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #536170;color:#fff;text-decoration:none;padding:11px 15px;border-radius:6px;font-weight:850;background:#111921}.rttv-btn-primary{background:var(--red);border-color:var(--red)}.rttv-player-shell{background:#030507;border:1px solid #36414e;border-radius:7px;overflow:hidden;min-height:430px;box-shadow:0 20px 50px #0008}.rttv-player-shell iframe{display:block;width:100%;height:100%;min-height:430px;border:0;aspect-ratio:16/9}.rttv-player-empty{height:100%;min-height:430px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;text-align:center;padding:35px;color:#b9c5d1}.rttv-player-empty strong{color:#fff;font-size:22px}.rttv-play-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#1f2c39;font-size:28px}.rttv-schedule-card{background:#111820;border:1px solid #25313c;border-radius:7px;padding:18px;min-height:430px}.rttv-section-head{display:flex;justify-content:space-between;gap:15px;align-items:end}.rttv-section-head h2,.rttv-section-head h3{margin:0}.rttv-section-head>a,.rttv-section-head>span{color:#b8c4d1;font-size:13px;text-decoration:none}.rttv-schedule-row{display:grid;grid-template-columns:76px 1fr;width:100%;text-align:left;border:0;border-top:1px solid #27313b;padding:12px 8px;background:transparent;color:#fff;cursor:pointer}.rttv-schedule-row:first-of-type{margin-top:10px}.rttv-schedule-row time{color:#d8e1ea;font-size:13px}.rttv-schedule-row span{display:flex;flex-direction:column}.rttv-schedule-row small{color:#a6b2bf}.rttv-schedule-row.is-live{background:#8d1d23;border-radius:5px;border-color:#8d1d23}.rttv-category-strip{max-width:1500px;margin:0 auto 16px;padding:0 22px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.rttv-category-strip a{min-height:100px;background:linear-gradient(145deg,#151d25,#0e141a);border:1px solid #2b3642;color:#fff;text-decoration:none;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px}.rttv-category-strip b{font-size:14px}.rttv-category-strip span{color:#afbbc7;font-size:12px;margin-top:4px}.rttv-section{max-width:1500px;margin:auto;padding:24px 22px 34px}.eyebrow{color:#e15e62;font-weight:900;font-size:11px;letter-spacing:1.4px}.rttv-video-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:14px}.rttv-video-card,.rttv-placeholder-card{padding:0;background:transparent;border:0;color:#fff;text-align:left;cursor:pointer;display:flex;flex-direction:column}.rttv-video-card .thumb{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#1a232c}.rttv-video-card img{width:100%;height:100%;object-fit:cover;display:block;transition:.2s transform}.rttv-video-card:hover img{transform:scale(1.03)}.rttv-video-card i{position:absolute;left:10px;bottom:10px;background:#000b;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-style:normal}.rttv-video-card .copy{display:flex;flex-direction:column;padding-top:8px}.rttv-video-card b{font-size:14px;line-height:1.25}.rttv-video-card small,.rttv-placeholder-card small{color:#9facb9;margin-top:5px}.placeholder-art{aspect-ratio:16/9;width:100%;display:grid;place-items:center;border-radius:5px;background:linear-gradient(135deg,#172838,#45151a);font-weight:950;font-size:19px;margin-bottom:8px}.rttv-shows-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:15px}.rttv-show-card{min-height:190px;background:linear-gradient(145deg,#1b2c3c,#11171d 58%,#351318);border:1px solid #2c3945;border-radius:7px;padding:17px;color:#fff;text-decoration:none;display:flex;flex-direction:column}.rttv-show-card:nth-child(2n){background:linear-gradient(145deg,#261216,#11171d 60%,#0d2439)}.show-kicker{font-size:10px;color:#aeb9c5;font-weight:900;letter-spacing:1px}.rttv-show-card strong{font-size:22px;line-height:1;margin:20px 0 8px}.rttv-show-card p{font-size:12px;color:#b5c0cb;margin:0 0 15px}.show-watch{margin-top:auto;color:#fff;font-size:12px;font-weight:800}.rttv-empty-mini,.rttv-empty-large{color:#a8b4c0;padding:20px;border:1px dashed #394551;border-radius:7px;margin-top:12px}.rttv-banner{margin-top:18px;padding:34px max(22px,calc((100vw - 1456px)/2));display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(90deg,#0d1c29d9,#1b2b35d9),linear-gradient(135deg,#10263a,#29425a)}.rttv-banner span{font-weight:900;color:#ef5a5d;letter-spacing:1px}.rttv-banner h2{font-size:clamp(22px,3vw,38px);margin:4px 0}.rttv-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:24px;max-width:1500px;margin:auto;border-top:1px solid #26313c}.rttv-footer nav{display:flex;gap:18px;justify-content:center}.rttv-footer>small{color:#8593a1}@media(max-width:1100px){.rttv-hero{grid-template-columns:1fr 1.5fr}.rttv-schedule-card{grid-column:1/-1;min-height:0}.rttv-category-strip{grid-template-columns:repeat(3,1fr)}.rttv-video-grid{grid-template-columns:repeat(3,1fr)}.rttv-shows-grid{grid-template-columns:repeat(3,1fr)}.rttv-nav{display:none}}@media(max-width:720px){.rttv-topbar{padding:10px 14px}.rttv-youtube{margin-left:auto;font-size:12px}.rttv-hero{grid-template-columns:1fr;padding:16px}.rttv-hero-copy{min-height:0;padding:28px 2px 8px}.rttv-player-shell,.rttv-player-shell iframe,.rttv-player-empty{min-height:240px}.rttv-category-strip{padding:0 16px;grid-template-columns:repeat(2,1fr)}.rttv-video-grid,.rttv-shows-grid{grid-template-columns:repeat(2,1fr)}.rttv-section{padding:22px 16px}.rttv-banner{flex-direction:column;align-items:flex-start}.rttv-footer{grid-template-columns:1fr}.rttv-footer nav{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:460px){.rttv-brand b{font-size:18px}.rttv-brand small{display:none}.rttv-youtube{padding:8px}.rttv-video-grid,.rttv-shows-grid{grid-template-columns:1fr}.rttv-category-strip a{min-height:86px}.rttv-hero-copy h1{letter-spacing:-1px}}
