:root{--navy:#07162d;--navy2:#10294d;--gold:#d5ab4a;--gold2:#9b711e;--paper:#f4f1e9;--white:#fff;--muted:#aab6c7;--red:#dc2626}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:var(--white);font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif}.tv-header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px clamp(18px,5vw,74px);border-bottom:1px solid rgba(213,171,74,.25);background:rgba(5,17,36,.96);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.tv-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.tv-brand-mark{width:44px;height:44px;border-radius:50%;display:inline-grid;place-items:center;background:linear-gradient(145deg,#f0d483,#a47720);color:var(--navy);font-family:Georgia,serif;font-size:24px;font-weight:900;box-shadow:0 0 0 3px rgba(213,171,74,.15)}.tv-brand-mark.large{width:80px;height:80px;font-size:42px}.tv-brand strong{display:block;font-size:14px;letter-spacing:.08em}.tv-brand small{display:block;color:var(--muted);margin-top:3px}.tv-nav{display:flex;gap:7px}.tv-nav a{padding:8px 12px;border-radius:999px;color:#cbd5e1;text-decoration:none;font-size:13px}.tv-nav a.active{background:var(--gold);color:var(--navy);font-weight:900}.tv-hero{min-height:470px;display:flex;align-items:center;padding:70px clamp(20px,8vw,120px);position:relative;background:linear-gradient(90deg,rgba(4,15,32,.98),rgba(4,15,32,.68)),var(--tv-hero-image,linear-gradient(140deg,#0a1e3b,#07162d));background-size:cover;background-position:center;overflow:hidden}.tv-hero:after{content:"TV";position:absolute;right:3vw;bottom:-80px;font-size:300px;font-weight:1000;color:rgba(255,255,255,.025);letter-spacing:-.08em}.tv-hero-content{position:relative;z-index:2;max-width:820px}.tv-kicker,.tv-section-heading span{color:var(--gold);font-size:13px;letter-spacing:.16em;font-weight:900}.tv-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,7vw,92px);line-height:.96;margin:18px 0 20px;max-width:900px}.tv-hero p{color:#ccd5e1;font-size:clamp(17px,2vw,21px);line-height:1.8;max-width:730px}.tv-status{display:inline-flex;align-items:center;gap:9px;margin-top:18px;padding:9px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#cbd5e1;font-size:12px;font-weight:900;letter-spacing:.08em}.tv-status span{width:9px;height:9px;border-radius:50%;background:#64748b}.tv-status.live{background:rgba(185,28,28,.18);border-color:rgba(248,113,113,.45);color:#fecaca}.tv-status.live span{background:#ef4444;box-shadow:0 0 0 7px rgba(239,68,68,.13);animation:pulse 1.5s infinite}@keyframes pulse{50%{box-shadow:0 0 0 2px rgba(239,68,68,.08)}}.tv-shell{width:min(1380px,calc(100% - 36px));margin:0 auto}.tv-player-section,.tv-programs-section,.tv-schedule-section,.tv-episodes-section{padding:70px 0}.tv-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.tv-section-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,50px);margin:7px 0 0}.tv-button{display:inline-flex;padding:10px 16px;border-radius:9px;background:var(--gold);color:var(--navy);font-weight:900;text-decoration:none}.tv-button.secondary{background:transparent;color:var(--gold);border:1px solid var(--gold)}.tv-player{aspect-ratio:16/9;max-height:760px;background:#02060d;border:1px solid rgba(213,171,74,.35);border-radius:20px;overflow:hidden;box-shadow:0 32px 90px rgba(0,0,0,.45)}.tv-player iframe,.tv-player video{width:100%;height:100%;border:0;background:#000;object-fit:contain}.tv-off-air{height:100%;display:grid;place-content:center;justify-items:center;text-align:center;padding:28px;background:radial-gradient(circle at center,#10294d,#02060d)}.tv-off-air h3{font-family:Georgia,serif;font-size:clamp(26px,4vw,48px);margin:24px 0 8px}.tv-off-air p{color:var(--muted)}.tv-programs-section,.tv-schedule-section,.tv-episodes-section{border-top:1px solid rgba(255,255,255,.08)}.tv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tv-card{background:#0b203f;border:1px solid rgba(255,255,255,.09);border-radius:16px;overflow:hidden;transition:.25s}.tv-card:hover{transform:translateY(-5px);border-color:rgba(213,171,74,.5);box-shadow:0 22px 50px rgba(0,0,0,.28)}.tv-card-image{display:block;aspect-ratio:16/10;background:linear-gradient(145deg,#142f55,#061326);position:relative;overflow:hidden}.tv-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.tv-card:hover img{transform:scale(1.035)}.tv-card-image em{position:absolute;top:14px;right:14px;background:var(--gold);color:var(--navy);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:1000;font-style:normal}.tv-card-placeholder{height:100%;display:grid;place-items:center;color:rgba(213,171,74,.72);font-size:28px;font-family:Georgia,serif;font-weight:900;letter-spacing:.12em}.tv-card-body{padding:22px}.tv-card-body h3{font-family:Georgia,"Times New Roman",serif;font-size:25px;margin:0 0 10px}.tv-card-body p{color:#afbdd0;line-height:1.7}.tv-card-body .tv-presenter{color:var(--gold);font-size:13px}.tv-card-body a,.tv-back{color:var(--gold);font-weight:900;text-decoration:none}.tv-empty{grid-column:1/-1;text-align:center;padding:60px 20px;border:1px dashed rgba(213,171,74,.35);border-radius:16px;color:#cbd5e1}.tv-program-detail{padding:60px 0 100px}.tv-back{display:inline-block;margin-bottom:28px}.tv-program-layout{display:grid;grid-template-columns:minmax(300px,520px) 1fr;gap:clamp(30px,6vw,85px);align-items:center}.tv-program-cover{aspect-ratio:4/5;background:#0b203f;border:1px solid rgba(213,171,74,.3);border-radius:18px;overflow:hidden}.tv-program-cover img{width:100%;height:100%;object-fit:cover}.tv-program-copy h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,78px);line-height:1.03;margin:18px 0}.tv-program-copy h3{color:var(--gold)}.tv-rich-text{color:#c7d2e2;font-size:18px;line-height:1.9}.tv-schedule-list{display:grid;gap:12px}.tv-schedule-item{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:20px;padding:18px 22px;background:#0b203f;border:1px solid rgba(255,255,255,.09);border-radius:14px}.tv-schedule-item.live{border-color:#ef4444;box-shadow:inset 4px 0 #ef4444}.tv-schedule-item time{display:grid}.tv-schedule-item time strong{font-size:27px;color:var(--gold)}.tv-schedule-item time small,.tv-schedule-item p{color:#9fb0c6}.tv-schedule-item h3{margin:5px 0}.tv-schedule-item div>span{font-size:10px;color:var(--gold);font-weight:900;letter-spacing:.12em}.tv-schedule-item em{font-style:normal;font-size:11px;color:#cbd5e1}.tv-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(213,171,74,.92);color:var(--navy);font-size:20px;box-shadow:0 10px 30px rgba(0,0,0,.35)}.tv-episode-meta{display:block;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:8px}.tv-program-episodes{margin-top:80px}.tv-watch-page{padding:55px 0 100px}.tv-episode-player{max-width:none}.tv-watch-copy{max-width:980px;margin:38px auto 0}.tv-watch-copy h1{font-family:Georgia,serif;font-size:clamp(36px,6vw,68px);margin:14px 0}.tv-duration{color:var(--gold)}.tv-footer{padding:34px clamp(18px,5vw,74px);border-top:1px solid rgba(213,171,74,.22);display:flex;justify-content:space-between;gap:20px;color:#9fb0c6;font-size:13px}.tv-footer strong{color:var(--gold)}
@media(max-width:980px){.tv-grid{grid-template-columns:repeat(2,1fr)}.tv-program-layout{grid-template-columns:1fr}.tv-program-cover{max-width:520px}.tv-hero:after{font-size:190px}}
@media(max-width:640px){.tv-header{position:relative;align-items:flex-start;flex-direction:column}.tv-brand small{font-size:10px}.tv-nav{align-self:stretch}.tv-nav a{flex:1;text-align:center}.tv-hero{min-height:410px;padding:55px 22px}.tv-grid{grid-template-columns:1fr}.tv-section-heading{align-items:flex-start;flex-direction:column}.tv-footer{flex-direction:column}.tv-shell{width:min(100% - 24px,1380px)}.tv-player{border-radius:12px}.tv-program-detail{padding-top:35px}.tv-schedule-item{grid-template-columns:80px 1fr}.tv-schedule-item em{grid-column:2}}

.tv-player{position:relative;display:flex;flex-direction:column}.tv-alternating-player{flex:1;min-height:0;background:#02060d}.tv-alternating-player video,.tv-alternating-player iframe{display:block;width:100%;height:100%;border:0;object-fit:contain}.tv-now-playing{min-height:48px;display:flex;align-items:center;gap:9px;padding:10px 16px;background:linear-gradient(90deg,#07162d,#0d274a);border-top:1px solid rgba(213,171,74,.35);font-size:12px;color:#d9e2ef}.tv-now-playing-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 6px rgba(239,68,68,.12);animation:pulse 1.5s infinite}.tv-now-playing strong{color:var(--gold);font-size:10px;letter-spacing:.08em}.tv-now-playing em{margin-inline-start:auto;padding:5px 9px;border:1px solid rgba(213,171,74,.35);border-radius:999px;color:var(--gold);font-style:normal;font-size:9px;font-weight:900;letter-spacing:.08em}@media(max-width:640px){.tv-now-playing{flex-wrap:wrap;padding:9px 11px}.tv-now-playing em{margin-inline-start:0}.tv-alternating-player{min-height:210px}}

/* IUOAMC_TV_YOUTUBE_FULLSCREEN_FIX_V131 */
.tv-player-rotating{display:grid!important;grid-template-rows:minmax(0,1fr) auto!important}.tv-player-rotating .tv-alternating-player{position:relative!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;overflow:hidden!important;background:#000}.tv-player-rotating .tv-alternating-player>video,.tv-player-rotating .tv-alternating-player>iframe,.tv-player-rotating .tv-alternating-player>.tv-youtube-mount,.tv-player-rotating .tv-youtube-frame{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;border:0!important}.tv-player-rotating .tv-now-playing{width:100%;min-width:0}@media(max-width:640px){.tv-player-rotating .tv-alternating-player{min-height:210px!important}}

/* IUOAMC_TV_STUDIO_V15 */
.tv-player-meta{width:100%;background:#07162d}.tv-next-label{display:inline-flex;align-items:center;gap:5px;margin-inline-start:10px;color:#91a4bd;font-size:10px}.tv-next-label b{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#dbe4ef}.tv-broadcast-progress{position:relative;height:22px;background:#020812;border-top:1px solid rgba(255,255,255,.06);overflow:hidden}.tv-broadcast-progress i{position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,#9b711e,#e4c36c);transition:width .6s linear}.tv-broadcast-progress span{position:absolute;inset:0 10px;display:flex;align-items:center;justify-content:flex-end;color:#fff;font-size:9px;font-weight:800;text-shadow:0 1px 2px #000}@media(max-width:760px){.tv-next-label{order:5;width:100%;margin-inline-start:17px}.tv-now-playing em{margin-inline-start:0}.tv-broadcast-progress{height:19px}}

/* IUOAMC_TV_SMART_SCHEDULER_V16 */
.tv-epg-strip{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:14px;border:1px solid rgba(213,171,74,.3);border-radius:14px;overflow:hidden;background:rgba(213,171,74,.25)}.tv-epg-strip>div{min-height:92px;display:grid;align-content:center;gap:5px;padding:16px 18px;background:#0b203f}.tv-epg-strip span{color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.12em}.tv-epg-strip strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-epg-strip small{color:#aebdd0;font-size:11px}.tv-epg-current.live{box-shadow:inset 4px 0 #ef4444}.tv-epg-current.live small{color:#fecaca;font-weight:900}@media(max-width:700px){.tv-epg-strip{grid-template-columns:1fr}.tv-epg-strip>div{min-height:78px}}

/* IUOAMC_TV_AUDIENCE_ANALYTICS_V17 */

/* IUOAMC_TV_MONITORING_ALERTS_V18 */

/* IUOAMC_TV_ON_AIR_GRAPHICS_V19 */
.tv-graphics-layer{position:absolute;inset:0;z-index:12;pointer-events:none;overflow:hidden}.tv-graphics-layer [hidden]{display:none!important}.tv-channel-watermark{position:absolute;z-index:4;display:grid;place-items:center;max-width:150px;min-height:38px;padding:7px 10px;border-radius:8px;background:rgba(3,9,20,.52);color:#fff;font-size:11px;font-weight:1000;letter-spacing:.08em;text-shadow:0 2px 4px #000;backdrop-filter:blur(3px)}.tv-channel-watermark img{display:block;max-width:125px;max-height:58px;object-fit:contain}.tv-channel-watermark.top-right{top:16px;right:16px}.tv-channel-watermark.top-left{top:16px;left:16px}.tv-channel-watermark.bottom-right{right:16px;bottom:86px}.tv-channel-watermark.bottom-left{left:16px;bottom:86px}.tv-live-clock{position:absolute;top:16px;left:16px;z-index:4;padding:7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(3,9,20,.7);color:#fff;font-size:12px;font-weight:1000;letter-spacing:.08em;text-shadow:0 1px 3px #000;backdrop-filter:blur(4px)}.tv-graphics-layer[data-watermark-position="top-left"] .tv-live-clock{left:auto;right:16px}.tv-breaking-banner{position:absolute;z-index:5;top:72px;right:0;left:0;display:flex;align-items:stretch;background:rgba(185,28,28,.96);color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.26)}.tv-breaking-banner b{display:grid;place-items:center;padding:9px 14px;background:#7f1d1d;font-size:10px;letter-spacing:.08em}.tv-breaking-banner span{padding:9px 13px;font-size:12px;font-weight:900}.tv-breaking-banner.info{background:rgba(29,78,216,.95)}.tv-breaking-banner.info b{background:#1e3a8a}.tv-breaking-banner.warning{background:rgba(180,83,9,.96)}.tv-breaking-banner.warning b{background:#78350f}.tv-lower-third{position:absolute;z-index:4;right:22px;bottom:115px;min-width:min(520px,65%);max-width:75%;display:grid;gap:3px;padding:12px 18px;border-right:5px solid var(--gold);background:linear-gradient(90deg,rgba(7,22,45,.95),rgba(7,22,45,.58));color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.26)}.tv-lower-third strong{font-size:17px}.tv-lower-third small{color:#d5dfec;font-size:11px}.tv-news-ticker{position:absolute;z-index:5;right:0;left:0;bottom:70px;height:35px;display:grid;grid-template-columns:auto 1fr;background:rgba(7,22,45,.96);color:#fff;border-top:1px solid rgba(213,171,74,.5)}.tv-news-ticker>b{display:grid;place-items:center;padding:0 13px;background:var(--gold);color:var(--navy);font-size:10px;letter-spacing:.07em}.tv-news-ticker>div{overflow:hidden;display:flex;align-items:center}.tv-news-ticker span{display:inline-block;min-width:max-content;padding-inline-start:100%;font-size:11px;font-weight:800;white-space:nowrap;animation:tvTickerScroll 28s linear infinite}@keyframes tvTickerScroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}@media(max-width:700px){.tv-channel-watermark{max-width:95px;min-height:28px;padding:5px 7px;font-size:8px}.tv-channel-watermark img{max-width:80px;max-height:36px}.tv-channel-watermark.top-right{top:9px;right:9px}.tv-channel-watermark.top-left{top:9px;left:9px}.tv-channel-watermark.bottom-right{right:9px;bottom:98px}.tv-channel-watermark.bottom-left{left:9px;bottom:98px}.tv-live-clock{top:9px;left:9px;padding:5px 7px;font-size:9px}.tv-graphics-layer[data-watermark-position="top-left"] .tv-live-clock{right:9px}.tv-breaking-banner{top:52px}.tv-breaking-banner b,.tv-breaking-banner span{padding:7px 9px;font-size:8px}.tv-lower-third{right:10px;bottom:126px;min-width:70%;max-width:90%;padding:8px 11px}.tv-lower-third strong{font-size:11px}.tv-lower-third small{font-size:8px}.tv-news-ticker{bottom:83px;height:31px}.tv-news-ticker>b{padding:0 8px;font-size:8px}.tv-news-ticker span{font-size:9px}}
/* IUOAMC_TV_INSTITUTIONAL_SPONSORS_V1111 */
.tv-sponsors-section{padding:12px 0 74px}.tv-sponsors-section .tv-section-heading{align-items:center}.tv-sponsors-section .tv-section-heading>p{max-width:580px;margin:0;color:#9fb0c6;line-height:1.7;text-align:end}.tv-sponsor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:13px}.tv-sponsor-card{min-height:176px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:18px;border:1px solid rgba(213,171,74,.22);border-radius:16px;background:linear-gradient(145deg,rgba(16,41,77,.92),rgba(5,18,38,.92));color:#fff;text-align:center;text-decoration:none;transition:.25s}.tv-sponsor-card:hover{transform:translateY(-4px);border-color:rgba(213,171,74,.7);box-shadow:0 18px 45px rgba(0,0,0,.28)}.tv-sponsor-logo{width:118px;height:76px;display:grid;place-items:center;padding:8px;border-radius:12px;background:#fff}.tv-sponsor-logo img{display:block;max-width:100%;max-height:100%;object-fit:contain}.tv-sponsor-logo b{color:#8b681f;font:900 19px Georgia,serif;letter-spacing:.08em}.tv-sponsor-card strong{font-size:12px;line-height:1.45}.tv-sponsor-card small{color:#d5ab4a;font-size:8px;font-weight:900;letter-spacing:.09em}@media(max-width:640px){.tv-sponsors-section .tv-section-heading>p{text-align:start}.tv-sponsor-grid{grid-template-columns:1fr 1fr}.tv-sponsor-card{min-height:155px;padding:12px}.tv-sponsor-logo{width:96px;height:63px}}@media(max-width:420px){.tv-sponsor-grid{grid-template-columns:1fr}}

/* IUOAMC_TV_SPONSOR_BUMPER_V1120 */
.tv-sponsor-bumper{position:absolute;inset:0;z-index:3;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 38%,#183b68 0,#0a203d 38%,#020813 100%);color:#fff;text-align:center}.tv-sponsor-bumper:before,.tv-sponsor-bumper:after{content:"";position:absolute;width:46%;aspect-ratio:1;border:1px solid rgba(213,171,74,.18);border-radius:50%;filter:drop-shadow(0 0 35px rgba(213,171,74,.08))}.tv-sponsor-bumper:before{left:-19%;top:-34%}.tv-sponsor-bumper:after{right:-20%;bottom:-39%}.tv-sponsor-bumper-orbit{position:absolute;width:min(76vw,760px);aspect-ratio:1;border:1px solid rgba(213,171,74,.1);border-radius:50%;animation:tvSponsorOrbit 24s linear infinite}.tv-sponsor-bumper-orbit:before,.tv-sponsor-bumper-orbit:after{content:"";position:absolute;inset:9%;border:1px solid rgba(255,255,255,.045);border-radius:50%}.tv-sponsor-bumper-orbit:after{inset:21%;border-color:rgba(213,171,74,.09)}.tv-sponsor-bumper-stage{position:relative;z-index:2;width:min(86%,920px);display:grid;justify-items:center;gap:13px;padding:clamp(20px,4vw,46px);opacity:0;transform:translateY(18px) scale(.97)}.tv-sponsor-bumper-stage.is-visible{animation:tvSponsorReveal .7s cubic-bezier(.2,.8,.2,1) forwards}.tv-sponsor-bumper-kicker{color:#e6c76f;font-size:clamp(10px,1.2vw,15px);font-weight:1000;letter-spacing:.2em;text-transform:uppercase}.tv-sponsor-bumper-logo{width:min(42vw,310px);height:clamp(105px,22vw,225px);display:grid;place-items:center;padding:20px;border-radius:24px;background:rgba(255,255,255,.97);border:1px solid rgba(213,171,74,.65);box-shadow:0 28px 80px rgba(0,0,0,.42),0 0 0 7px rgba(213,171,74,.07)}.tv-sponsor-bumper-logo img{display:block;max-width:100%;max-height:100%;object-fit:contain}.tv-sponsor-bumper-logo.is-fallback{color:#8f691d;font-family:Georgia,serif;font-size:clamp(22px,5vw,54px);font-weight:1000;letter-spacing:.08em}.tv-sponsor-bumper-logo .tv-brand-mark{width:clamp(70px,12vw,120px);height:clamp(70px,12vw,120px);font-size:clamp(34px,7vw,66px)}.tv-sponsor-bumper h2{max-width:880px;margin:4px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,4.1vw,54px);line-height:1.12;text-wrap:balance}.tv-sponsor-bumper p{max-width:780px;margin:0;color:#cbd7e7;font-size:clamp(12px,1.6vw,18px);line-height:1.65}.tv-sponsor-bumper small{padding:7px 12px;border:1px solid rgba(213,171,74,.3);border-radius:999px;color:#d5ab4a;font-size:10px;font-weight:900;letter-spacing:.14em}.tv-player:has(.tv-sponsor-bumper) .tv-graphics-layer{z-index:5}.tv-player:has(.tv-sponsor-bumper) .tv-channel-watermark{opacity:.42!important}@keyframes tvSponsorReveal{0%{opacity:0;transform:translateY(18px) scale(.97)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes tvSponsorOrbit{to{transform:rotate(360deg)}}@media(max-width:640px){.tv-sponsor-bumper-stage{gap:9px;padding:15px}.tv-sponsor-bumper-logo{width:min(58vw,230px);height:clamp(95px,31vw,155px);border-radius:17px;padding:14px}.tv-sponsor-bumper p{max-width:92%}}@media(prefers-reduced-motion:reduce){.tv-sponsor-bumper-orbit{animation:none}.tv-sponsor-bumper-stage.is-visible{animation:none;opacity:1;transform:none}}

/* IUOAMC_TV_MOBILE_RESPONSIVE_V1122 */
html,body{max-width:100%;overflow-x:hidden}.tv-player-rotating{aspect-ratio:auto!important;max-height:none!important;grid-template-rows:auto auto!important}.tv-player-rotating>.tv-off-air{width:100%;aspect-ratio:16/9}.tv-player-rotating .tv-alternating-player{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9}.tv-player-rotating>.tv-graphics-layer{inset:0 0 auto!important;width:100%;height:auto;aspect-ratio:16/9}.tv-player-rotating .tv-player-meta,.tv-now-playing,#tv-now-playing-title,.tv-next-label{min-width:0}.tv-player-rotating .tv-channel-watermark.bottom-right,.tv-player-rotating .tv-channel-watermark.bottom-left{bottom:48px}.tv-player-rotating .tv-lower-third{bottom:48px}.tv-player-rotating .tv-news-ticker{bottom:0}

@media(max-width:700px){
    body{min-width:0;-webkit-text-size-adjust:100%;text-size-adjust:100%}.tv-shell{width:calc(100% - 20px)}
    .tv-header{position:relative;min-height:0;align-items:stretch;flex-direction:column;gap:11px;padding:11px max(12px,env(safe-area-inset-right)) 11px max(12px,env(safe-area-inset-left))}.tv-brand{width:100%;min-width:0;gap:10px}.tv-brand-mark{width:39px;height:39px;flex:0 0 39px;font-size:21px}.tv-brand>span:last-child{min-width:0}.tv-brand strong{font-size:12px;white-space:normal;line-height:1.3}.tv-brand small{font-size:9px;white-space:normal;line-height:1.35}.tv-nav{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:7px}.tv-nav a{min-height:42px;display:grid;place-items:center;padding:8px;font-size:12px}
    .tv-hero{min-height:0;flex-direction:column;align-items:stretch;gap:20px;padding:34px 16px}.tv-hero:after{right:-8px;bottom:-35px;font-size:112px}.tv-hero-content{width:100%;max-width:none}.tv-kicker,.tv-section-heading span{font-size:10px;letter-spacing:.12em}.tv-hero h1{font-size:clamp(31px,10vw,43px);line-height:1.02;margin:12px 0 14px;overflow-wrap:anywhere}.tv-hero p{font-size:14px;line-height:1.65;margin:0}.tv-status{margin-top:14px;font-size:10px}.tv-hero>.tv-epg-strip{width:100%;margin-top:0;grid-template-columns:1fr}.tv-epg-strip>div{min-height:70px;padding:12px 14px}.tv-epg-strip strong{white-space:normal;font-size:13px;line-height:1.45}
    .tv-player-section,.tv-programs-section,.tv-schedule-section,.tv-episodes-section{padding:36px 0}.tv-section-heading{gap:12px;margin-bottom:16px}.tv-section-heading h2{font-size:clamp(26px,8vw,34px);line-height:1.15}.tv-section-heading .tv-button{width:100%;min-height:43px;justify-content:center}.tv-player{width:100%;border-radius:10px;box-shadow:0 18px 45px rgba(0,0,0,.35)}.tv-player-rotating .tv-alternating-player{min-height:0!important;aspect-ratio:16/9!important}.tv-player-rotating>.tv-graphics-layer{height:auto!important;aspect-ratio:16/9!important}
    .tv-now-playing{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:7px 8px;min-height:0;padding:9px 10px;font-size:11px}.tv-now-playing-dot{width:7px;height:7px}.tv-now-playing strong{font-size:9px}.tv-now-playing>#tv-now-playing-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv-next-label{grid-column:1/-1;width:100%;margin:0!important;display:grid;grid-template-columns:auto minmax(0,1fr);font-size:9px}.tv-next-label b{max-width:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv-now-playing em{grid-column:1/-1;justify-self:start;margin:0!important;padding:4px 7px;font-size:8px}.tv-broadcast-progress{height:18px}.tv-broadcast-progress span{font-size:8px}
    .tv-channel-watermark{max-width:72px;min-height:22px;padding:3px 5px;border-radius:5px;font-size:7px}.tv-channel-watermark img{max-width:62px;max-height:25px}.tv-channel-watermark.top-right{top:6px;right:6px}.tv-channel-watermark.top-left{top:6px;left:6px}.tv-channel-watermark.bottom-right{right:6px;bottom:29px}.tv-channel-watermark.bottom-left{left:6px;bottom:29px}.tv-live-clock{top:6px;left:6px;padding:3px 5px;border-radius:5px;font-size:7px}.tv-graphics-layer[data-watermark-position="top-left"] .tv-live-clock{right:6px}.tv-breaking-banner{top:35px;max-height:31px;overflow:hidden}.tv-breaking-banner b,.tv-breaking-banner span{padding:5px 7px;font-size:7px}.tv-breaking-banner span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv-lower-third,.tv-player-rotating .tv-lower-third{right:6px;bottom:29px;min-width:58%;max-width:91%;gap:1px;padding:5px 8px;border-right-width:3px}.tv-lower-third strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-lower-third small{font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-news-ticker,.tv-player-rotating .tv-news-ticker{bottom:0;height:24px}.tv-news-ticker>b{padding:0 6px;font-size:7px}.tv-news-ticker span{font-size:8px}
    .tv-sponsor-bumper-stage{width:96%;gap:4px;padding:5px}.tv-sponsor-bumper-kicker{font-size:7px;letter-spacing:.11em}.tv-sponsor-bumper-logo{width:min(35vw,132px);height:clamp(54px,18vw,76px);padding:6px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.4),0 0 0 3px rgba(213,171,74,.07)}.tv-sponsor-bumper-logo .tv-brand-mark{width:46px;height:46px;font-size:24px}.tv-sponsor-bumper h2{max-width:95%;margin:0;font-size:clamp(13px,4vw,18px);line-height:1.08}.tv-sponsor-bumper p{max-width:94%;font-size:clamp(7px,2.2vw,10px);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-sponsor-bumper small{padding:3px 6px;font-size:7px;letter-spacing:.07em}
    .tv-grid{grid-template-columns:1fr;gap:14px}.tv-card-body{padding:16px}.tv-card-body h3{font-size:21px}.tv-sponsor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tv-sponsor-card{min-width:0;min-height:132px;padding:9px 7px;border-radius:12px}.tv-sponsor-logo{width:84px;height:56px;padding:5px}.tv-sponsor-card strong{font-size:10px;overflow-wrap:anywhere}.tv-sponsors-section{padding:8px 0 40px}.tv-sponsors-section .tv-section-heading>p{text-align:start;font-size:12px}
    .tv-schedule-item{grid-template-columns:70px minmax(0,1fr);gap:11px;padding:13px}.tv-schedule-item time strong{font-size:21px}.tv-schedule-item h3{font-size:14px;overflow-wrap:anywhere}.tv-schedule-item p{font-size:11px}.tv-schedule-item em{grid-column:2}.tv-footer{align-items:center;padding:24px 14px;text-align:center;font-size:11px}
}

/* IUOAMC_TV_LIVE_CENTER_V1130 */
.tv-live-source-badge{background:#b91c1c!important;color:#fff!important;box-shadow:0 0 0 5px rgba(239,68,68,.12);animation:tv-live-center-pulse 1.4s infinite}
@keyframes tv-live-center-pulse{50%{box-shadow:0 0 0 2px rgba(239,68,68,.06)}}

@media(max-width:360px){.tv-shell{width:calc(100% - 14px)}.tv-hero{padding-inline:12px}.tv-sponsor-grid{grid-template-columns:1fr}.tv-schedule-item{grid-template-columns:1fr}.tv-schedule-item em{grid-column:auto}.tv-now-playing{grid-template-columns:auto minmax(0,1fr)}.tv-now-playing strong{display:none}.tv-sponsor-bumper p{display:none}}
@media(max-height:500px) and (orientation:landscape){.tv-sponsor-bumper-stage{gap:3px;padding:3px}.tv-sponsor-bumper-logo{width:105px;height:52px;padding:4px}.tv-sponsor-bumper h2{font-size:13px}.tv-sponsor-bumper p{display:none}.tv-sponsor-bumper small{padding:2px 5px}}

/* IUOAMC_TV_MOBILE_SPONSOR_CARDS_V1123 */
@media(max-width:700px){
    .tv-sponsor-grid{align-items:stretch}
    .tv-sponsor-card{min-height:172px;display:grid;grid-template-rows:68px minmax(46px,auto) auto;align-content:center;justify-items:center;gap:7px;padding:12px 8px;overflow:hidden}
    .tv-sponsor-logo{width:100px;height:68px;min-height:68px;flex:0 0 68px;padding:6px;align-self:start}
    .tv-sponsor-logo img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}
    .tv-sponsor-card strong{width:100%;min-width:0;min-height:46px;display:flex;align-items:center;justify-content:center;margin:0;padding:0 2px;font-size:10px;line-height:1.45;white-space:normal;overflow:visible;overflow-wrap:anywhere;text-wrap:balance}
    .tv-sponsor-card small{align-self:end;margin:0;font-size:8px;line-height:1.2}
    .tv-sponsor-card:last-child:nth-child(odd){grid-column:1/-1;width:calc(50% - 4px);justify-self:center}
}
@media(max-width:360px){.tv-sponsor-card:last-child:nth-child(odd){width:100%}}

/* IUOAMC_TV_LOGO_FRAME_FIX_V1124 */
.tv-sponsor-card{min-height:195px;display:grid;grid-template-rows:80px minmax(50px,auto) auto;align-content:center;justify-items:center;gap:9px;padding:14px 10px;overflow:hidden}
.tv-sponsor-logo{position:relative;width:118px;height:80px;min-width:0;min-height:80px;flex:none;align-self:start;overflow:hidden!important;clip-path:inset(0 round 12px);contain:layout paint;isolation:isolate}
.tv-sponsor-logo img,.tv-sponsor-bumper-logo img{position:static!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;object-position:center!important;transform:none!important}
.tv-sponsor-card strong{position:relative;z-index:2;width:100%;min-width:0;min-height:50px;display:flex;align-items:center;justify-content:center;margin:0;padding:0 3px;font-size:12px;line-height:1.5;text-align:center;white-space:normal;overflow:visible;overflow-wrap:anywhere;text-wrap:balance}
.tv-sponsor-card small{position:relative;z-index:2;align-self:end;margin:0;line-height:1.2}
.tv-sponsor-bumper-logo{position:relative;overflow:hidden!important;clip-path:inset(0 round 24px);contain:layout paint;isolation:isolate}
.tv-sponsor-bumper h2,.tv-sponsor-bumper p,.tv-sponsor-bumper small{position:relative;z-index:2}
.tv-sponsor-bumper small{direction:ltr;unicode-bidi:isolate}
@media(max-width:700px){
    .tv-sponsor-card{min-height:172px;grid-template-rows:68px minmax(46px,auto) auto;gap:7px;padding:12px 8px}
    .tv-sponsor-logo{width:100px;height:68px;min-height:68px;clip-path:inset(0 round 10px)}
    .tv-sponsor-card strong{min-height:46px;padding:0 2px;font-size:10px;line-height:1.45}
    .tv-sponsor-bumper-logo{clip-path:inset(0 round 10px)}
}

/* IUOAMC_TV_INSTITUTIONAL_FOUNDATION_V1131 */
.tv-identity-section{position:relative;padding:78px 0;border-top:1px solid rgba(213,171,74,.18);border-bottom:1px solid rgba(213,171,74,.18);background:linear-gradient(145deg,#061326,#0b203f 55%,#07162d);overflow:hidden}.tv-identity-section:before{content:"MCA";position:absolute;inset-inline-end:-25px;bottom:-75px;color:rgba(255,255,255,.022);font:900 250px/1 Georgia,serif;letter-spacing:-.08em}.tv-identity-heading{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.tv-identity-heading span{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.16em}.tv-identity-heading h2{margin:7px 0 0;font:700 clamp(32px,4vw,52px)/1.1 Georgia,"Times New Roman",serif}.tv-identity-heading>p{max-width:520px;margin:0;color:#aebdd0;line-height:1.8}.tv-identity-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tv-identity-card{min-width:0;padding:27px;border:1px solid rgba(213,171,74,.22);border-radius:18px;background:rgba(7,22,45,.72);box-shadow:0 20px 55px rgba(0,0,0,.2)}.tv-identity-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.tv-identity-card-top i{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:var(--gold);color:var(--navy);font-style:normal;font-weight:1000}.tv-identity-card-top span{color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.13em}.tv-identity-card h3{margin:22px 0 12px;font:700 24px/1.3 Georgia,"Times New Roman",serif}.tv-identity-card p{margin:0;color:#bac7d8;line-height:1.9}.tv-identity-card:nth-child(2){transform:translateY(-8px);border-color:rgba(213,171,74,.42)}
@media(max-width:920px){.tv-identity-grid{grid-template-columns:1fr}.tv-identity-card:nth-child(2){transform:none}.tv-identity-heading{align-items:flex-start;flex-direction:column}.tv-identity-heading>p{max-width:700px}}
@media(max-width:640px){.tv-identity-section{padding:52px 0}.tv-identity-section:before{font-size:150px}.tv-identity-heading{gap:14px;margin-bottom:20px}.tv-identity-card{padding:20px;border-radius:14px}.tv-identity-card h3{margin-top:17px;font-size:21px}.tv-identity-card p{font-size:14px;line-height:1.85}}
/* END_IUOAMC_TV_INSTITUTIONAL_FOUNDATION_V1131 */

/* IUOAMC_TV_PUBLIC_LAUNCH_V1132 */
.tv-skip-link{position:fixed;inset-inline-start:14px;top:-80px;z-index:1000;padding:10px 14px;border-radius:0 0 9px 9px;background:#f3d579;color:#07162d;font-weight:900;text-decoration:none}.tv-skip-link:focus{top:0}.tv-section-nav{position:sticky;top:77px;z-index:18;border-bottom:1px solid rgba(213,171,74,.25);background:rgba(5,17,36,.96);backdrop-filter:blur(12px)}.tv-section-nav-inner{width:min(1380px,calc(100% - 36px));margin:auto;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 0;overflow-x:auto;scrollbar-width:thin}.tv-section-nav a{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:8px 11px;border-radius:999px;color:#b9c6d8;text-decoration:none;font-size:12px;font-weight:800}.tv-section-nav a:hover,.tv-section-nav a.current,.tv-section-nav a:focus-visible{background:rgba(213,171,74,.15);color:#f0ce76;outline:none}.tv-section-nav a:first-child span{color:#ef4444;font-size:9px}.tv-public-actions{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin:-6px 0 14px}.tv-public-actions button,.tv-public-actions>a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 13px;border:1px solid rgba(213,171,74,.36);border-radius:10px;background:#10294d;color:#f0ce76;font-family:inherit;font-size:12px;font-weight:800;line-height:1;text-decoration:none;cursor:pointer}.tv-public-actions button:hover,.tv-public-actions>a:hover,.tv-public-actions button:focus-visible,.tv-public-actions>a:focus-visible{border-color:#d5ab4a;background:#17365f;outline:2px solid rgba(213,171,74,.2)}.tv-public-actions button:first-child{background:#d5ab4a;color:#07162d}.tv-action-feedback{position:absolute;inset-inline-end:0;top:calc(100% + 8px);z-index:25;max-width:260px;padding:0;border-radius:9px;background:#f0ce76;color:#07162d;font-size:11px;font-weight:900;opacity:0;transform:translateY(-5px);pointer-events:none;transition:.2s}.tv-action-feedback.show{padding:8px 11px;opacity:1;transform:none}.tv-player:fullscreen{width:100vw!important;height:100vh!important;max-height:none!important;border:0!important;border-radius:0!important;background:#000!important}.tv-player:fullscreen .tv-alternating-player{height:100%!important}.tv-footer{align-items:center;flex-wrap:wrap}.tv-footer-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.tv-footer-links a{padding:7px 10px;border:1px solid rgba(213,171,74,.26);border-radius:999px;color:#d5ab4a;text-decoration:none;font-weight:800}.tv-footer-links a:hover{border-color:#d5ab4a;color:#f0ce76}section[id]{scroll-margin-top:138px}
@media(max-width:640px){.tv-section-nav{top:0}.tv-section-nav-inner{width:100%;justify-content:flex-start;padding:7px 10px}.tv-section-nav a{padding:7px 10px;font-size:11px}.tv-public-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.tv-public-actions button,.tv-public-actions>a{width:100%;min-width:0;padding:8px 6px;font-size:10px}.tv-public-actions>a{grid-column:1/-1}.tv-action-feedback{inset-inline:0;max-width:none;text-align:center}.tv-footer-links{justify-content:flex-start}.tv-footer-links a{font-size:11px}section[id]{scroll-margin-top:58px}}
@media(max-width:360px){.tv-public-actions{grid-template-columns:1fr}.tv-public-actions>a{grid-column:auto}}
/* END_IUOAMC_TV_PUBLIC_LAUNCH_V1132 */
