.tv-index-wrap{padding:.5em}
.tv-index-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:flex-end;margin-bottom:1rem}
.tv-index-title{margin:0}
.tv-index-summary{color:#555;font-size:.95em}
.tv-controls{display:grid;gap:1rem;margin-bottom:1rem}
.tv-filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.tv-filter-box{background:#fff;border-radius:20px;padding:1em;margin:.25em .5em}
.tv-filter-box h2{margin:0 0 .75em;font-size:1em;text-transform:uppercase;color:#494949}
.tv-filter-links{display:flex;flex-wrap:wrap;gap:.5em}
.tv-clear-link,.tv-page-link{display:inline-block;padding:.5em .75em;background:#494949;color:#fff!important;border-radius:10px;font-weight:700}
.tv-page-link.is-active{background:#258ecd}
.tv-select{width:100%;padding:.6em;border:1px solid #ccc;border-radius:10px;background:#fff}
.tv-empty{background:#fff;border-radius:20px;padding:1em;margin:1em .5em}
.tv-pagination{display:flex;flex-wrap:wrap;gap:.5em;margin:1em .5em}
#tv-series .seasons a{margin-right:.2em}
/* Filters side-by-side */
.tv-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
}

.tv-filter-box {
    flex: 1 1 220px;
}

/* Alphabetical menu */
.tv-alpha-wrap {
    margin: 0.5em 0 0.75em;
}

.menu-alpha {
    display: block;
    flex-wrap: wrap;
    gap: 0.25em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-alpha li {
    padding: 0.25em 0.45em;
    border-radius: 6px;
    font-size: 0.9em;
    background: #f2f2f2;
}

.menu-alpha li a {
    text-decoration: none;
    color: #333;
}

.menu-alpha li.current {
    background: #494949;
    color: #fff;
    font-weight: 700;
}

.menu-alpha li.disabled {
    background: #e0e0e0;
    color: #999;
    cursor: default;
}

/* Numeric pagination */
.menu-numeric {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35em;
    margin: 0.75em 0;
    font-size: 0.9em;
}

.menu-numeric a,
.menu-numeric span {
    min-width: 1.8em;
    text-align: center;
    padding: 0.25em 0.5em;
    border-radius: 6px;
    text-decoration: none;
}

.menu-numeric a {
    background: #f2f2f2;
    color: #333;
}

.menu-numeric a:hover {
    background: #494949;
    color: #fff;
}

.menu-numeric .current {
    background: #258ecd;
    color: #fff;
    font-weight: 700;
}

.menu-numeric .disabled {
    background: #e0e0e0;
    color: #999;
    cursor: default;
}
.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35em;
    margin-top: 0.45em;
}

.meta-badge {
    display: inline-block;
    padding: 0.2em 0.5em;
    border-radius: 999px;
    font-size: 0.78em;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.meta-category {
    background: #e8f3fb;
    color: #1e5f86;
}

.meta-category:hover {
    background: #d8ebf8;
    color: #154764;
}

.meta-tag {
    background: #f2f2f2;
    color: #555;
}

.meta-tag:hover {
    background: #e4e4e4;
    color: #333;
}
@media (max-width:700px){.tv-index-head{align-items:flex-start}.tv-filter-box{margin:.25em 0}.tv-pagination{margin:1em 0}}
