/* SportsLife — /video/: dark channel header, featured video + two cards, grid with type chips, search, view more. */
.sl-video__head{background:#0d0d0d;color:#fff}
.sl-video__head-in{padding-top:14px;padding-bottom:22px;display:flex;flex-direction:column;gap:18px}
.sl-video__crumbs,.sl-video__crumbs a{color:rgba(255,255,255,0.65)}
.sl-video__crumbs a:hover,.sl-video__crumbs [aria-current]{color:#fff}
.sl-video__title-row{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px 24px}
.sl-video__title-col{display:flex;flex-direction:column;gap:8px}
.sl-video__kicker{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--accent-on-dark)}
.sl-video__kdot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:sl-video-pulse 1.6s infinite}
@keyframes sl-video-pulse{0%,100%{opacity:1}50%{opacity:0.35}}
.sl-video__h1{margin:0;font-family:var(--font-display);font-weight:700;font-size:clamp(34px,5vw,60px);line-height:0.95;text-transform:uppercase;letter-spacing:0.01em}
.sl-video__h1-accent{color:var(--accent)}
.sl-video__intro{margin:0;font-family:var(--font-display);font-size:12px;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.6)}
.sl-video__facts{display:flex;gap:0}
.sl-video__fact{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0 22px;border-left:1px solid rgba(255,255,255,0.15)}
.sl-video__fact:first-child{border-left:0;padding-left:0}
.sl-video__fact-v{font-family:var(--font-display);font-weight:700;font-size:28px;line-height:1;color:var(--accent)}
.sl-video__fact-l{font-family:var(--font-display);font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.6)}
.sl-video__tools{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 16px}
.sl-video__cats{display:flex;flex-wrap:wrap;gap:4px;padding:4px;border-radius:var(--r-sm);background:rgba(255,255,255,0.08)}
.sl-video__cat{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:rgba(255,255,255,0.8);cursor:pointer;text-decoration:none;transition:background var(--dur) var(--ease),color var(--dur) var(--ease);font-family:var(--font-display);font-weight:700;font-size:var(--text-ui);letter-spacing:0.06em;text-transform:uppercase}
.sl-video__cat.is-active{background:var(--accent);color:#fff}
.sl-video__cat:not(.is-active):hover{background:rgba(255,255,255,0.12);color:#fff}
.sl-video__cats[hidden]{display:none}
/* the featured card fills the height of the two side cards: the poster grows, the text stays at the bottom */
.sl-video__hero .sl-vcard--featured .sl-vcard__img{flex:1 1 auto;aspect-ratio:auto;min-height:300px}
.sl-video__hero .sl-vcard--featured .sl-vcard__body{flex:0 0 auto}
.sl-video__pager{margin-top:8px}
.sl-video__cat-n{font-family:var(--font-data);font-size:11px;opacity:0.7}
.sl-video__search{display:flex;align-items:center;gap:8px;height:42px;padding:0 14px;min-width:min(320px,100%);border-radius:var(--r-sm);background:#fff;color:#111}
.sl-video__search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-family:var(--font-body);font-size:14px;color:#111}
.sl-video__main{padding-top:24px;padding-bottom:48px;display:flex;flex-direction:column;gap:28px}
.sl-video__hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:16px;align-items:stretch}
.sl-video__secondary{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px}
.sl-video__sec-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;margin-bottom:14px}
.sl-video__sec-l{display:flex;align-items:center;gap:12px}
.sl-video__sec-bar{width:4px;height:24px;background:var(--accent)}
.sl-video__sec-title{margin:0;font-family:var(--font-display);font-weight:700;font-size:clamp(20px,2.4vw,28px);text-transform:uppercase;color:#111}
.sl-video__sec-count{font-family:var(--font-data);font-size:12px;color:#6b6b6b}
.sl-video__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.sl-video__empty{margin:0;padding:30px 0;text-align:center;font-family:var(--font-body);font-size:var(--text-sm);color:#6b6b6b}
@media (max-width:1000px){.sl-video__hero{grid-template-columns:minmax(0,1fr)}.sl-video__hero .sl-vcard--featured .sl-vcard__img{aspect-ratio:16/9;min-height:0;flex:none}.sl-video__secondary{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.sl-video__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.sl-video__secondary,.sl-video__grid{grid-template-columns:minmax(0,1fr)}.sl-video__facts{width:100%}.sl-video__search{width:100%}}
.sl-video__search:focus-within{box-shadow:0 0 0 3px rgba(225,6,0,0.35)}
