/* TV catalogue presentation only: availability and playback rules stay server-side. */
body.lumen-tv-page,
body.lumen-tv-page *,
body.lumen-tv-page *::before,
body.lumen-tv-page *::after { box-sizing: border-box; }

body.lumen-tv-page { width: 100%; min-width: 0; }
body.lumen-tv-page .page-content { width: 100%; max-width: 1440px; padding: 24px clamp(24px, 3vw, 40px) 64px; }
body.lumen-tv-page .lumen-navbar { width: 100%; }
body.lumen-tv-page .nav-center { gap: 18px; margin-left: 28px; }
body.lumen-tv-page .nav-link-btn { white-space: nowrap; }
body.lumen-tv-page .nav-right { flex-shrink: 0; padding-left: 20px; }
body.lumen-tv-page .tv-public-section { margin-top: 16px; }
body.lumen-tv-page .tv-content-layout { display: block; }
body.lumen-tv-page .tv-content-main { width: 100%; min-width: 0; }
body.lumen-tv-page .tv-section-topline { align-items: center; gap: 16px; margin-bottom: 18px; }
body.lumen-tv-page .tv-section-topline > div { min-width: 0; }
body.lumen-tv-page .tv-page-title { margin: 5px 0 0; font-size: clamp(1.85rem, 3vw, 2.7rem); line-height: 1.08; overflow-wrap: anywhere; }
body.lumen-tv-page .tv-kicker { font-size: .72rem; letter-spacing: .13em; }
body.lumen-tv-page .tv-search-panel { padding: 12px; margin-bottom: 14px; border-radius: 16px; }
body.lumen-tv-page .tv-search-form { min-width: 0; }
body.lumen-tv-page .tv-search-input { min-width: 0; font-size: .92rem; }
body.lumen-tv-page .tv-search-submit,
body.lumen-tv-page .tv-search-clear { font-size: .85rem; }

body.lumen-tv-page .tv-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 10px; margin: 0 0 24px; }
body.lumen-tv-page .tv-filter-group { min-width: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.045); }
body.lumen-tv-page .tv-filter-group[open] { grid-column: 1 / -1; }
body.lumen-tv-page .tv-filter-group summary { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 12px 16px; color: #fff; cursor: pointer; list-style: none; font-size: .88rem; font-weight: 600; }
body.lumen-tv-page .tv-filter-group summary::-webkit-details-marker { display: none; }
body.lumen-tv-page .tv-filter-group summary::after { content: '+'; margin-left: auto; flex: 0 0 auto; color: #db92ff; font-size: 1.2rem; font-weight: 500; }
body.lumen-tv-page .tv-filter-group[open] summary::after { content: '−'; }
body.lumen-tv-page .tv-filter-summary-value { overflow-wrap: anywhere; color: #c4b7d1; font-size: .76rem; font-weight: 400; }
body.lumen-tv-page .tv-filter-content { padding: 4px 16px 16px; border-top: 1px solid rgba(255,255,255,.08); }
body.lumen-tv-page .tv-filter-help { margin: 12px 0; color: #c4b7d1; font-size: .82rem; line-height: 1.5; }
body.lumen-tv-page .tv-regions-fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
body.lumen-tv-page .tv-regions-fieldset legend { padding: 12px 0 6px; color: #fff; font-size: .88rem; font-weight: 600; }
body.lumen-tv-page .tv-regions-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
body.lumen-tv-page .tv-region-option { display: flex; align-items: center; gap: 9px; min-width: 0; min-height: 44px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #eee8f6; background: rgba(0,0,0,.18); cursor: pointer; font-size: .8rem; line-height: 1.35; }
body.lumen-tv-page .tv-region-option span { min-width: 0; overflow-wrap: anywhere; }
body.lumen-tv-page .tv-region-option input { width: 17px; height: 17px; margin: 0; flex: 0 0 auto; accent-color: #bd3dff; }
body.lumen-tv-page .tv-region-option:has(input:checked) { background: rgba(188,0,255,.16); border-color: #c568ed; }
body.lumen-tv-page .tv-filter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; }
body.lumen-tv-page .tv-filter-apply,
body.lumen-tv-page .tv-filter-reset { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 15px; border-radius: 9px; font: 600 .82rem/1.3 'Inter', sans-serif; text-decoration: none; cursor: pointer; }
body.lumen-tv-page .tv-filter-apply { border: 1px solid #b83de8; background: #9900cc; color: #fff; }
body.lumen-tv-page .tv-filter-apply:hover { background: #b600eb; }
body.lumen-tv-page .tv-filter-reset { border: 1px solid rgba(255,255,255,.23); background: transparent; color: #eee8f6; }
body.lumen-tv-page .tv-filter-choice-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 0 0; margin: 0; list-style: none; }
body.lumen-tv-page .tv-filter-choice { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #eee8f6; background: rgba(0,0,0,.18); text-decoration: none; font-size: .8rem; line-height: 1.35; }
body.lumen-tv-page .tv-filter-choice[aria-current="true"] { color: #fff; border-color: #c568ed; background: rgba(188,0,255,.22); }
body.lumen-tv-page .tv-filter-date-forms { display: flex; flex-wrap: wrap; align-items: start; gap: 22px; margin-top: 16px; }
body.lumen-tv-page .tv-filter-date-form { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; min-width: 0; margin: 0; }
body.lumen-tv-page .tv-filter-date-form .tv-date-field { min-width: 0; }
body.lumen-tv-page .tv-filter-date-form label { color: #c4b7d1; }
body.lumen-tv-page .tv-filter-date-form input,
body.lumen-tv-page .tv-filter-date-form select { max-width: 100%; min-width: 0; min-height: 44px; font: 400 .85rem 'Inter', sans-serif; }

body.lumen-tv-page .tv-results-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
body.lumen-tv-page .tv-content-card { min-width: 0; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
body.lumen-tv-page .tv-content-thumb { position: relative; width: 100%; aspect-ratio: 2 / 3; overflow: hidden; background: #100d16; }
body.lumen-tv-page .tv-content-poster { display: block; width: 100%; height: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
body.lumen-tv-page .fallback-cover .tv-content-poster { object-fit: contain; }
body.lumen-tv-page .tv-content-body { padding: 12px; }
body.lumen-tv-page .tv-content-badges { gap: 5px; margin-bottom: 9px; }
body.lumen-tv-page .tv-content-badges span { min-width: 0; min-height: 21px; max-width: 100%; padding: 4px 6px; border-radius: 5px; font-size: .57rem; line-height: 1.3; font-weight: 600; overflow-wrap: anywhere; }
body.lumen-tv-page .tv-content-body h2 { margin: 0 0 7px; font-size: 1.08rem; line-height: 1.18; overflow-wrap: anywhere; }
body.lumen-tv-page .tv-content-body p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: 0; color: #b8afc4; font-size: .76rem; line-height: 1.45; }
body.lumen-tv-page .tv-content-year { color: #c4b7d1; font-size: .72rem; }
body.lumen-tv-page .tv-compact-cta-bottom { margin-top: 28px; }
body.lumen-tv-page .tv-compact-cta { padding: 22px; }
body.lumen-tv-page .tv-compact-cta h2 { font-size: 1.3rem; }
body.lumen-tv-page .tv-compact-cta p { font-size: .88rem; }
body.lumen-tv-page a:focus-visible,
body.lumen-tv-page button:focus-visible,
body.lumen-tv-page summary:focus-visible,
body.lumen-tv-page input:focus-visible,
body.lumen-tv-page select:focus-visible { outline: 3px solid #e0a6ff; outline-offset: 3px; }

@media (max-width: 1600px) {
    body.lumen-tv-page .nav-socials { display: none; }
}
@media (max-width: 1439px) {
    body.lumen-tv-page .tv-results-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1099px) {
    body.lumen-tv-page .tv-results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.lumen-tv-page .tv-regions-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 799px) {
    body.lumen-tv-page .tv-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    body.lumen-tv-page .tv-regions-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.lumen-tv-page .tv-filters { grid-template-columns: 1fr; }
    body.lumen-tv-page .tv-filter-group[open] { grid-column: auto; }
    body.lumen-tv-page .tv-section-topline { align-items: flex-start; }
    body.lumen-tv-page .tv-compact-cta { grid-template-columns: 1fr; }
}
@media (max-width: 479px) {
    body.lumen-tv-page .page-content { padding: 22px 24px 48px; }
    body.lumen-tv-page .tv-results-grid { grid-template-columns: minmax(0, 1fr); }
    body.lumen-tv-page .tv-regions-options { grid-template-columns: minmax(0, 1fr); }
    body.lumen-tv-page .tv-filter-date-form { width: 100%; }
    body.lumen-tv-page .tv-filter-date-form .tv-date-field { width: 100%; }
    body.lumen-tv-page .tv-filter-date-form input,
    body.lumen-tv-page .tv-filter-date-form select { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    body.lumen-tv-page .tv-content-card,
    body.lumen-tv-page .tv-today-card-badge,
    body.lumen-tv-page .tv-today-menu-alert,
    body.lumen-tv-page .lumen-navbar { animation: none; transition: none; }
    body.lumen-tv-page .tv-content-card:hover { transform: none; }
}
