:root {
    --tv-green: #07583b;
    --tv-green-dark: #033526;
    --tv-blue: #062f52;
    --tv-yellow: #f4c431;
    --tv-paper: #f5eedc;
}
.tv-navbar { position:relative; z-index:10; padding:.55rem 0; background:linear-gradient(100deg,var(--tv-blue),#07476d); border-bottom:3px solid var(--tv-yellow); box-shadow:0 8px 22px rgba(0,0,0,.18); }
.tv-navbar-title { display:flex; align-items:center; gap:.75rem; color:#fff; font-weight:800; text-decoration:none; font-size:clamp(.9rem,2vw,1.15rem); }
.tv-navbar-title i { color:var(--tv-yellow); font-size:1.35rem; }
.tv-navbar-logo { width:58px; height:66px; object-fit:contain; padding:3px; border-radius:.65rem; background:#fff; }
.tv-hero { overflow:hidden; color:#fff; background:radial-gradient(circle at 82% 8%,rgba(244,196,49,.35),transparent 25%),linear-gradient(135deg,var(--tv-green-dark),var(--tv-green) 48%,var(--tv-blue)); }
.tv-hero h1 { max-width:850px; margin:.25rem 0 0; font-size:clamp(2.15rem,6vw,5rem); font-weight:950; line-height:.95; text-transform:uppercase; text-shadow:0 6px 0 rgba(0,0,0,.2); }
.tv-kicker,.tv-section-label { color:#c89500; font-size:.76rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.tv-hero .tv-kicker { color:var(--tv-yellow); }
.tv-subtitle { margin:.65rem 0 1.8rem; color:var(--tv-yellow); font-size:clamp(1.35rem,3vw,2rem); font-weight:800; }
.tv-meta-grid { display:flex; flex-wrap:wrap; gap:.8rem; }
.tv-meta-grid>div { display:flex; align-items:center; gap:.7rem; min-width:170px; padding:.75rem .9rem; border:1px solid rgba(255,255,255,.24); border-radius:.9rem; background:rgba(255,255,255,.1); backdrop-filter:blur(5px); }
.tv-meta-grid i { color:var(--tv-yellow); font-size:1.45rem; }
.tv-meta-grid span { font-weight:800; line-height:1.1; }
.tv-meta-grid small { display:block; margin-bottom:.2rem; color:rgba(255,255,255,.7); font-size:.65rem; font-weight:700; text-transform:uppercase; }
.tv-poster-button { display:block; overflow:hidden; width:min(100%,390px); margin:auto; padding:0; border:7px solid #fff; border-radius:1rem; background:#fff; box-shadow:0 22px 55px rgba(0,0,0,.38); transform:rotate(1deg); }
.tv-poster-button img { display:block; width:100%; height:auto; }
.tv-poster-button span { display:block; padding:.65rem; color:var(--tv-blue); font-weight:800; }
.tv-poster-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:430px; border:4px dashed rgba(255,255,255,.6); border-radius:1rem; background:rgba(255,255,255,.08); text-align:center; }
.tv-poster-placeholder i { color:var(--tv-yellow); font-size:4rem; }
.tv-poster-placeholder strong { font-size:1.5rem; }
.tv-content { color:#16372f; }
.tv-card { padding:clamp(1.5rem,4vw,2.5rem); border:1px solid #e4decf; border-radius:1.25rem; background:#fff; box-shadow:0 16px 40px rgba(15,52,42,.09); }
.tv-card h2,.tv-heading-row h2 { margin:.35rem 0 1rem; color:var(--tv-blue); font-weight:900; }
.tv-card p { font-size:1.06rem; line-height:1.75; }
.tv-features { background:linear-gradient(150deg,#fff,var(--tv-paper)); }
.tv-features li { display:flex; align-items:center; gap:.85rem; padding:.55rem 0; border-bottom:1px solid #ded5bd; }
.tv-features li i { width:38px; color:var(--tv-green); font-size:1.45rem; text-align:center; }
.tv-features li span { display:flex; justify-content:space-between; width:100%; gap:1rem; }
.tv-heading-row { display:flex; align-items:end; justify-content:space-between; gap:1rem; margin-bottom:1rem; }
.tv-heading-row h2 { margin:.25rem 0 0; }
.tv-count { padding:.4rem .75rem; border-radius:999px; background:#e5f2ec; color:var(--tv-green); font-weight:800; white-space:nowrap; }
.tv-filmstrip { overflow-x:auto; padding:26px 0; background-color:#101010; background-image:repeating-linear-gradient(90deg,transparent 0 12px,#f5f5f5 12px 26px,transparent 26px 38px),repeating-linear-gradient(90deg,transparent 0 12px,#f5f5f5 12px 26px,transparent 26px 38px); background-size:auto 13px; background-position:0 5px,0 calc(100% - 5px); background-repeat:repeat-x; border-radius:.65rem; box-shadow:0 14px 32px rgba(0,0,0,.2); }
.tv-filmstrip-track { display:flex; min-height:210px; gap:.8rem; padding:.75rem 1rem; }
.tv-filmstrip figure { position:relative; flex:0 0 min(78vw,330px); height:210px; margin:0; overflow:hidden; border:3px solid #e9e5d6; background:#222; }
.tv-filmstrip img { width:100%; height:100%; object-fit:cover; }
.tv-filmstrip figcaption { position:absolute; inset:auto 0 0; padding:.45rem .65rem; background:linear-gradient(transparent,rgba(0,0,0,.85)); color:#fff; font-size:.82rem; }
.tv-film-empty { display:flex; flex:1; align-items:center; justify-content:center; gap:.8rem; min-width:100%; color:#fff; font-weight:700; }
.tv-film-empty i { color:var(--tv-yellow); font-size:2.2rem; }
.tv-team-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:.8rem; }
.tv-team { display:flex; align-items:center; gap:.7rem; min-width:0; padding:.8rem; border:1px solid #e4decf; border-radius:.9rem; background:#fff; box-shadow:0 6px 18px rgba(15,52,42,.06); }
.tv-team img,.tv-team-symbol { display:flex; flex:0 0 auto; align-items:center; justify-content:center; width:48px; height:48px; object-fit:contain; border-radius:50%; background:#eef4f1; }
.tv-team-symbol { font-size:1.35rem; font-weight:900; }
.tv-team div { min-width:0; }
.tv-team strong,.tv-team small { display:block; overflow:hidden; text-overflow:ellipsis; }
.tv-team small { color:#6b7974; }
.tv-actions { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.85rem; }
.tv-action { display:flex; align-items:center; gap:.75rem; min-height:82px; padding:1rem; border-radius:1rem; background:linear-gradient(135deg,var(--tv-blue),#07547c); color:#fff; font-weight:900; text-decoration:none; box-shadow:0 10px 22px rgba(6,47,82,.2); transition:transform .2s,box-shadow .2s; }
.tv-action>i:first-child { color:var(--tv-yellow); font-size:1.65rem; }
.tv-action>i:last-child { margin-left:auto; }
.tv-action small { margin-left:auto; color:#dbe3e8; font-size:.7rem; font-weight:600; }
.tv-action:hover { color:#fff; transform:translateY(-3px); box-shadow:0 15px 28px rgba(6,47,82,.28); }
.tv-action.is-disabled { opacity:.6; cursor:not-allowed; pointer-events:none; }
@media (max-width:1199.98px) { .tv-team-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } .tv-actions { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:767.98px) { .tv-navbar-title span { max-width:230px; } .tv-team-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .tv-meta-grid>div { width:100%; } }
@media (max-width:575.98px) { .tv-navbar-logo { width:46px;height:54px; } .tv-team-grid,.tv-actions { grid-template-columns:1fr; } .tv-features li span { display:block; } .tv-team { padding:.65rem; } }
