/* Dedicated TV page; the original theme controls the surrounding site. */
.aa-tv-page { padding-bottom: 28px; }
.aa-tv-page * { box-sizing: border-box; }
.aa-tv-heading h1 { font-size: clamp(2rem, 4.2vw, 3.5rem); }
.aa-tv-heading p { max-width: 760px; }
.aa-tv-player-panel { max-width: 980px; margin: 4px auto 34px; padding: 24px; border: 1px solid #dce4ec; border-radius: 12px; background: #fff; box-shadow: 0 8px 30px #10274709; }
.aa-tv-player-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.aa-tv-player-heading .aa-live-title { font-size: clamp(1.4rem, 2.8vw, 2rem); margin: 7px 0 6px; }
.aa-tv-player-heading .aa-live-subtitle { color: #62728a; margin: 0; font-size: .9rem; }
.aa-tv-page .aa-live-state { background: #e7f6ee; color: #167348; border-radius: 5px; padding: 7px 10px; white-space: nowrap; font-size: .75rem; font-weight: 800; letter-spacing: .05em; }
.aa-tv-page .aa-video-wrap { aspect-ratio: 16/9; position: relative; background: #08142b; color: #fff; border-radius: 8px; overflow: hidden; }
.aa-tv-page video { display: block; width: 100%; height: 100%; }
.aa-tv-page .aa-video-start { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 16px; text-align: center; background: radial-gradient(ellipse at top right, #174879, #0a1933 65%); }
.aa-tv-page [hidden] { display: none !important; }
.aa-tv-screen-icon { display: grid; place-items: center; width: 58px; height: 58px; padding-left: 4px; border-radius: 50%; border: 1px solid #ffffff55; background: #ffffff12; font-size: 20px; }
.aa-tv-page .aa-video-start strong { font-size: clamp(1rem, 2.6vw, 1.5rem); }
.aa-tv-page .aa-video-start p > span { color: #bacde4; font-size: .9rem; }
.aa-tv-page .aa-video-start .button { background: #0088c6; color: #fff; border: 0; border-radius: 5px; padding: 12px 20px; font-weight: 700; }
.aa-tv-page .aa-video-start .button:disabled { opacity: .7; cursor: wait; }
.aa-tv-page .aa-credit { margin: 14px 0 0; font-size: .85rem; color: #536883; }
.aa-tv-selector-heading { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 20px; }
.aa-tv-selector-heading h2 { margin: 0; font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
.aa-tv-selector-heading > span { border-radius: 30px; background: #ecf3f9; color: #34526e; padding: 6px 12px; white-space: nowrap; font-size: .8rem; font-weight: 700; }
.aa-tv-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.aa-tv-channel { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px; min-width: 0; padding: 18px 10px 14px; background: #fff; color: #142440; border: 1px solid #dce4ec; border-radius: 10px; font: inherit; cursor: pointer; text-align: center; transition: border-color .15s, box-shadow .15s, background .15s; }
.aa-tv-channel:hover { border-color: #0088c6; background: #f4faff; }
.aa-tv-channel[aria-pressed="true"] { border-color: #0088c6; box-shadow: 0 0 0 2px #0088c622; background: #eff8ff; }
.aa-tv-channel-art { width: 94px; height: 66px; display: grid; place-items: center; }
.aa-tv-channel-art img { display: block; width: 100%; height: 100%; max-height: 66px; object-fit: contain; }
.aa-tv-logo-fallback { display: grid; place-items: center; width: 100%; height: 66px; padding: 5px; background: #edf2f7; border-radius: 6px; color: #34526e; font-size: .8rem; font-weight: 800; }
.aa-tv-channel strong { font-size: .83rem; line-height: 1.35; overflow-wrap: anywhere; }
.aa-tv-channel-action { margin-top: auto; color: #007db7; font-size: .73rem; font-weight: 700; }
.aa-tv-channel:focus-visible { outline: 3px solid #f0b337; outline-offset: 3px; }
.nav-inner.aa-tv-nav-ready > nav { flex: 1; min-width: 0; flex-wrap: wrap; gap: 0 20px; padding-right: 18px; }
.nav-inner.aa-tv-nav-ready > nav > a { min-height: 57px; font-size: .8rem; letter-spacing: .025em; }
.nav-inner.aa-tv-nav-ready > nav > .aa-tv-nav-link { max-width: 170px; white-space: normal; line-height: 1.25; }
.aa-mobile-menu .aa-tv-nav-link { white-space: normal; gap: 12px; line-height: 1.35; }
.aa-mobile-menu .aa-tv-nav-link > b { flex-shrink: 0; }
.aa-tv-page-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; margin-bottom: 20px; border: 1px solid #dce4ec; border-radius: 10px; background: #eff7fd; color: #0d5480; font-weight: 700; }
@media (max-width: 1050px) { .aa-tv-list { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 760px) {
    .aa-tv-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .aa-tv-player-panel { padding: 14px; margin-bottom: 26px; }
    .aa-tv-heading h1 { overflow-wrap: anywhere; }
    .aa-tv-channel { padding: 14px 8px 12px; }
    .aa-tv-channel-art { width: 80px; height: 60px; }
    .aa-tv-selector-heading { align-items: flex-start; }
}
@media (max-width: 480px) {
    .aa-tv-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .aa-tv-screen-icon { display: none; }
    .aa-tv-page .aa-video-start { gap: 12px; }
    .aa-tv-page .aa-video-start p > span { display: none; }
    .aa-tv-page .aa-live-tools { right: 6px !important; bottom: 6px !important; gap: 4px !important; }
    .aa-tv-page .aa-live-tools button, .aa-tv-page .aa-live-tools select { padding: 4px 6px !important; font-size: .75rem !important; }
}
