:root{--hntv-bg:#08090b;--hntv-card:#121318;--hntv-line:#282a31;--hntv-text:#f5f5f7;--hntv-muted:#a9abb3;--hntv-accent:#e40078}.hntv-shell,.hntv-single,.hntv-home-block{background:var(--hntv-bg);color:var(--hntv-text);border-radius:16px;overflow:hidden}.hntv-shell *,.hntv-single *,.hntv-home-block *{box-sizing:border-box}.hntv-brandbar{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--hntv-line);background:#0b0c0f;gap:24px}.hntv-brand{font-weight:900;letter-spacing:.06em}.hntv-tv{display:inline-block;margin-left:8px;color:var(--hntv-accent);font-weight:900}.hntv-brandbar nav{display:flex;gap:18px;flex-wrap:wrap}.hntv-brandbar nav a{color:var(--hntv-muted);text-decoration:none;font-size:14px}.hntv-brandbar nav a:hover{color:#fff}.hntv-hero{min-height:520px;background-color:#111;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:64px 6%}.hntv-hero__content{max-width:720px}.hntv-kicker,.hntv-badge{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hntv-kicker{color:var(--hntv-accent)}.hntv-hero h1{font-size:clamp(34px,5vw,68px);line-height:.98;margin:10px 0 18px;color:#fff}.hntv-hero p{color:#d3d4d8}.hntv-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hntv-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #4b4e58;border-radius:8px;color:#fff!important;text-decoration:none!important;font-weight:800;background:rgb(20 21 25 / .78);transition:.18s ease}.hntv-btn--primary{background:var(--hntv-accent);border-color:var(--hntv-accent)}.hntv-btn:hover{transform:translateY(-1px)}.hntv-section{padding:38px 4% 0}.hntv-section:last-child{padding-bottom:44px}.hntv-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.hntv-section__head h2{font-size:24px;margin:0;color:#fff}.hntv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hntv-card{background:#fff0;min-width:0}.hntv-card__media{position:relative;display:block;aspect-ratio:16/9;background:#17181d;border-radius:12px;overflow:hidden}.hntv-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease,opacity .25s ease}.hntv-card__media:hover img{transform:scale(1.035);opacity:.78}.hntv-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:rgb(0 0 0 / .75);border:1px solid rgb(255 255 255 / .35);display:flex;align-items:center;justify-content:center;color:#fff;padding-left:3px;transition:.18s ease}.hntv-card__media:hover .hntv-play{background:var(--hntv-accent);border-color:var(--hntv-accent)}.hntv-badge{position:absolute;left:10px;top:10px;background:rgb(7 7 9 / .88);color:#fff;padding:5px 8px;border-radius:5px}.hntv-rank{position:absolute;right:10px;bottom:6px;font-weight:900;font-size:34px;color:#fff;text-shadow:0 3px 14px #000}.hntv-card__body{padding:10px 2px 4px}.hntv-card h3{font-size:16px;line-height:1.25;margin:0 0 6px}.hntv-card h3 a{color:#fff!important;text-decoration:none!important}.hntv-card__meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--hntv-muted);font-size:12px}.hntv-player{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.hntv-player iframe,.hntv-player video,.hntv-player .wp-video{width:100%!important;height:100%!important;max-width:none!important}.hntv-player iframe{position:absolute;inset:0;border:0}.hntv-player--empty{display:flex;align-items:center;justify-content:center;color:var(--hntv-muted)}.hntv-single__eyebrow{padding:22px 4% 14px;color:var(--hntv-accent);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hntv-single__info{padding:24px 4%;max-width:1050px}.hntv-single__meta{display:flex;gap:18px;color:var(--hntv-muted);font-size:14px;margin-bottom:18px}.hntv-home-block{padding:26px}.hntv-home-block__head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.hntv-home-block__head h2{margin:0;color:#fff;font-size:26px}.hntv-home-block__head a{color:var(--hntv-accent);text-decoration:none;font-weight:800}.hntv-home-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:18px}.hntv-home-hero{min-height:470px;background:#121318 center/cover no-repeat;border-radius:14px;display:flex;align-items:flex-end;padding:34px;overflow:hidden}.hntv-home-hero__content{max-width:620px}.hntv-home-hero h3{font-size:clamp(30px,4vw,54px);line-height:1;margin:8px 0 10px;color:#fff}.hntv-home-hero p{color:#d3d4d8}.hntv-home-side{display:grid;grid-template-columns:1fr;gap:14px;align-content:start}.hntv-home-side .hntv-card__media{aspect-ratio:16/8.2}.hntv-home-side .hntv-play{width:42px;height:42px}@media(max-width:1050px){.hntv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hntv-hero{min-height:430px}.hntv-home-layout{grid-template-columns:1fr}.hntv-home-side{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.hntv-shell,.hntv-single,.hntv-home-block{border-radius:0}.hntv-brandbar{padding:14px 16px;align-items:flex-start}.hntv-brandbar nav{display:none}.hntv-hero{min-height:430px;padding:34px 18px}.hntv-hero h1{font-size:38px}.hntv-actions{flex-direction:column;align-items:stretch}.hntv-btn{width:100%}.hntv-section{padding:30px 16px 0}.hntv-grid{grid-template-columns:1fr;gap:24px}.hntv-card h3{font-size:18px}.hntv-play{width:58px;height:58px}.hntv-home-block{padding:18px 16px}.hntv-home-block__head{align-items:flex-start;flex-direction:column}.hntv-home-hero{min-height:430px;padding:26px 20px}.hntv-home-hero h3{font-size:36px}.hntv-home-side{grid-template-columns:1fr}.hntv-home-side .hntv-card__media{aspect-ratio:16/9}}.hntv-home-radius--sharp,.hntv-home-radius--sharp .hntv-home-hero,.hntv-home-radius--sharp .hntv-card__media{border-radius:0}.hntv-home-radius--soft{border-radius:16px}.hntv-home-radius--soft .hntv-home-hero,.hntv-home-radius--soft .hntv-card__media{border-radius:12px}.hntv-home-radius--round{border-radius:26px}.hntv-home-radius--round .hntv-home-hero,.hntv-home-radius--round .hntv-card__media{border-radius:22px}.hntv-home--no-meta .hntv-card__meta,.hntv-home--no-meta .hntv-home-hero__content>p{display:none}.hntv-home--cinema .hntv-home-layout{display:block}.hntv-home--cinema .hntv-home-hero{min-height:540px}.hntv-home--cinema .hntv-home-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.hntv-home--cinema .hntv-home-side .hntv-card__media{aspect-ratio:16/9}.hntv-home--magazine .hntv-home-layout{grid-template-columns:minmax(0,2fr) minmax(300px,1fr)}.hntv-home--magazine .hntv-home-hero{min-height:470px}.hntv-home--magazine .hntv-home-side{grid-template-columns:1fr}.hntv-home--spotlight .hntv-home-layout{display:block;position:relative}.hntv-home--spotlight .hntv-home-hero{min-height:570px;padding-right:40%;box-shadow:inset 0 -140px 100px rgb(0 0 0 / .38)}.hntv-home--spotlight .hntv-home-side{position:absolute;right:22px;bottom:22px;width:min(36%,390px);display:grid;grid-template-columns:1fr;gap:10px;padding:12px;background:rgb(8 9 11 / .78);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .10);border-radius:14px}.hntv-home--spotlight .hntv-home-side .hntv-card{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:center}.hntv-home--spotlight .hntv-home-side .hntv-card__media{aspect-ratio:16/9}.hntv-home--spotlight .hntv-home-side .hntv-card__body{padding:0}.hntv-home--spotlight .hntv-home-side .hntv-card h3{font-size:14px}.hntv-home--spotlight .hntv-home-side .hntv-badge{display:none}.hntv-home--spotlight .hntv-home-side .hntv-play{width:34px;height:34px;font-size:11px}.hntv-home--neon{background:#07080c}.hntv-home--neon .hntv-home-layout{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hntv-home--neon .hntv-home-hero{min-height:280px;padding:22px;border:1px solid color-mix(in srgb,var(--hntv-accent) 75%,transparent);box-shadow:0 0 26px color-mix(in srgb,var(--hntv-accent) 18%,transparent)}.hntv-home--neon .hntv-home-hero h3{font-size:clamp(23px,2.4vw,34px)}.hntv-home--neon .hntv-home-side{display:contents}.hntv-home--neon .hntv-card{border:1px solid color-mix(in srgb,var(--hntv-accent) 55%,#333);padding:8px;border-radius:12px;background:#0c0d12;box-shadow:0 0 20px color-mix(in srgb,var(--hntv-accent) 10%,transparent)}.hntv-home--neon .hntv-card__media{aspect-ratio:16/10}.hntv-home--neon .hntv-btn--primary{box-shadow:0 0 20px color-mix(in srgb,var(--hntv-accent) 38%,transparent)}.hntv-home--compact{padding:20px 22px}.hntv-home--compact .hntv-home-layout{grid-template-columns:minmax(0,1.45fr) minmax(330px,1fr);gap:14px}.hntv-home--compact .hntv-home-hero{min-height:315px;padding:26px}.hntv-home--compact .hntv-home-hero h3{font-size:clamp(26px,3vw,42px)}.hntv-home--compact .hntv-home-side{display:grid;grid-template-columns:1fr;gap:9px}.hntv-home--compact .hntv-home-side .hntv-card{display:grid;grid-template-columns:138px minmax(0,1fr);gap:10px;align-items:center;padding:6px;background:#101116;border-radius:10px}.hntv-home--compact .hntv-home-side .hntv-card__media{aspect-ratio:16/9}.hntv-home--compact .hntv-home-side .hntv-card__body{padding:0 5px 0 0}.hntv-home--compact .hntv-home-side .hntv-card h3{font-size:14px;margin-bottom:3px}.hntv-home--compact .hntv-home-side .hntv-badge{font-size:9px;padding:3px 5px}.hntv-home--compact .hntv-home-side .hntv-play{width:32px;height:32px;font-size:10px}@media(max-width:1050px){.hntv-home--spotlight .hntv-home-hero{padding-right:34px}.hntv-home--spotlight .hntv-home-side{position:static;width:auto;margin-top:14px;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff0;padding:0;border:0;backdrop-filter:none}.hntv-home--spotlight .hntv-home-side .hntv-card{display:block}.hntv-home--spotlight .hntv-home-side .hntv-card__body{padding:9px 2px}.hntv-home--neon .hntv-home-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.hntv-home--neon .hntv-home-side{display:contents}}@media(max-width:680px){.hntv-home--cinema .hntv-home-side,.hntv-home--spotlight .hntv-home-side,.hntv-home--neon .hntv-home-layout{display:grid;grid-template-columns:1fr}.hntv-home--neon .hntv-home-side{display:contents}.hntv-home--compact .hntv-home-layout{grid-template-columns:1fr}.hntv-home--compact .hntv-home-side .hntv-card{grid-template-columns:118px minmax(0,1fr)}.hntv-home--cinema .hntv-home-hero,.hntv-home--spotlight .hntv-home-hero{min-height:430px}}.hntv-source-credit{font-size:13px;color:var(--hntv-muted);margin-top:18px}.hntv-source-credit a{color:var(--hntv-accent);font-weight:700;text-decoration:none}.hntv-card__media,.hntv-card__title-button,.hntv-watch-trigger,.hntv-hv-stage__poster,.hntv-hv-video-card{font:inherit}button.hntv-card__media{display:block;width:100%;padding:0;border:0;text-align:left;cursor:pointer;background:#fff0}.hntv-card__title-button{appearance:none;border:0;padding:0;background:none;color:inherit;font:inherit;font-weight:inherit;text-align:left;cursor:pointer}.hntv-card__title-button:hover{color:var(--hntv-accent,#e40078)}button.hntv-btn{border:0;cursor:pointer}html.hntv-modal-open{overflow:hidden}.hntv-watch-modal[hidden]{display:none!important}.hntv-watch-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}.hntv-watch-modal__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .88);backdrop-filter:blur(7px)}.hntv-watch-modal__dialog{position:relative;width:min(1180px,94vw);background:#08090c;border:1px solid rgb(255 255 255 / .13);border-radius:18px;box-shadow:0 28px 90px rgb(0 0 0 / .65);padding:18px}.hntv-watch-modal__dialog h2{margin:0 48px 14px 0;color:#fff;font-size:clamp(19px,2.2vw,30px);line-height:1.15}.hntv-watch-modal__close{position:absolute;right:12px;top:9px;width:38px;height:38px;border:0;border-radius:50%;background:rgb(255 255 255 / .1);color:#fff;font-size:27px;line-height:1;cursor:pointer;z-index:2}.hntv-watch-modal__close:hover{background:var(--hntv-accent,#e40078)}.hntv-watch-modal__player{aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden}.hntv-watch-modal__player iframe,.hntv-watch-modal__player video{width:100%;height:100%;display:block;border:0;object-fit:contain}.hntv-hv-videos{margin:28px 0 34px;padding:22px;background:linear-gradient(145deg,#0a0b0f,#11131a);border:1px solid rgb(255 255 255 / .09);border-radius:18px;color:#fff}.hntv-hv-videos__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.hntv-hv-videos__head h2{margin:2px 0 0;color:#fff;font-size:clamp(23px,3vw,34px)}.hntv-hv-videos__count{color:#a8abb6;font-size:13px;white-space:nowrap}.hntv-hv-stage{position:relative;aspect-ratio:16/9;background:#050505;border-radius:14px;overflow:hidden}.hntv-hv-stage__poster{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;cursor:pointer;background-color:#090a0d;background-size:cover;background-position:center;color:#fff;text-align:left}.hntv-hv-stage__poster:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(0 0 0 / .78),rgb(0 0 0 / .08) 70%)}.hntv-hv-stage__play{position:absolute;left:34px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:var(--hntv-accent,#e40078);box-shadow:0 14px 40px rgb(0 0 0 / .38);font-size:25px;padding-left:4px}.hntv-hv-stage__copy{position:absolute;left:128px;right:30px;bottom:50%;transform:translateY(50%);display:flex;flex-direction:column;gap:5px;max-width:650px}.hntv-hv-stage__copy small{color:#ddd;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.hntv-hv-stage__copy strong{font-size:clamp(21px,3vw,38px);line-height:1.08}.hntv-hv-stage__copy em{font-style:normal;color:#c7c8ce;font-size:13px}.hntv-hv-stage__player,.hntv-hv-stage__player iframe,.hntv-hv-stage__player video{width:100%;height:100%;display:block;border:0}.hntv-hv-videos__rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.hntv-hv-video-card{display:block;width:100%;border:1px solid rgb(255 255 255 / .08);background:#0d0f14;color:#fff;border-radius:12px;padding:7px;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.hntv-hv-video-card:hover,.hntv-hv-video-card.is-playing{transform:translateY(-2px);border-color:var(--hntv-accent,#e40078);background:#141720}.hntv-hv-video-card__image{position:relative;display:block;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#050505}.hntv-hv-video-card__image img{width:100%;height:100%;display:block;object-fit:cover}.hntv-hv-video-card__image>span{position:absolute;inset:0;display:grid;place-items:center;font-size:20px;background:rgb(0 0 0 / .15)}.hntv-hv-video-card__copy{display:block;padding:8px 4px 3px}.hntv-hv-video-card__copy small{display:block;color:#a8abb6;font-size:10px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px}.hntv-hv-video-card__copy strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:13px;line-height:1.3}@media(max-width:900px){.hntv-hv-videos__rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.hntv-watch-modal{padding:8px}.hntv-watch-modal__dialog{width:98vw;padding:10px;border-radius:12px}.hntv-watch-modal__dialog h2{font-size:17px;margin-bottom:9px}.hntv-hv-videos{padding:14px;margin:22px 0}.hntv-hv-videos__head{align-items:flex-start;flex-direction:column;gap:3px}.hntv-hv-stage__play{left:18px;width:54px;height:54px;font-size:19px}.hntv-hv-stage__copy{left:86px;right:14px}.hntv-hv-stage__copy strong{font-size:18px}.hntv-hv-stage__copy em{display:none}.hntv-hv-videos__rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.hntv-hv-video-card{min-width:72%;scroll-snap-align:start}}.hntv-brandbar{padding:20px 24px;background:linear-gradient(180deg,rgb(12 13 17 / .98),rgb(8 9 11 / .92));box-shadow:inset 0 -1px 0 rgb(255 255 255 / .04)}.hntv-brand{font-size:18px}.hntv-navpills{display:flex;gap:12px;flex-wrap:wrap}.hntv-navpill{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:1px solid rgb(255 255 255 / .12);background:linear-gradient(180deg,rgb(255 255 255 / .07),rgb(255 255 255 / .02));box-shadow:0 10px 24px rgb(0 0 0 / .22);font-weight:800;font-size:13px;letter-spacing:.02em;color:#ececf1!important;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.hntv-navpill:hover{transform:translateY(-2px);border-color:rgb(228 0 120 / .55);box-shadow:0 14px 32px rgb(228 0 120 / .16);background:linear-gradient(180deg,rgb(228 0 120 / .24),rgb(228 0 120 / .08))}.hntv-navpill--new:before{content:"✦";margin-right:8px;color:#ff73b5}.hntv-navpill--cinema:before{content:"◉";margin-right:8px;color:#ff73b5}.hntv-navpill--series:before{content:"▣";margin-right:8px;color:#ff73b5}.hntv-navpill--popular:before{content:"★";margin-right:8px;color:#ff73b5}.hntv-section__head>div{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.hntv-section__chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:linear-gradient(180deg,rgb(228 0 120 / .20),rgb(228 0 120 / .08));border:1px solid rgb(228 0 120 / .22);color:#ffd2e9;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.hntv-card__media{border:1px solid rgb(255 255 255 / .08);box-shadow:0 8px 24px rgb(0 0 0 / .18)}.hntv-card__media:hover{border-color:rgb(228 0 120 / .3);box-shadow:0 12px 28px rgb(228 0 120 / .10)}.hntv-card__title-button{color:#fff;font-weight:800}.hntv-card__title-button:hover{color:#ff6fb1}@media(max-width:680px){.hntv-brandbar nav.hntv-navpills{display:flex;overflow-x:auto;flex-wrap:nowrap;width:100%;padding-bottom:4px}.hntv-navpill{white-space:nowrap}.hntv-section__head>div{flex-direction:column;gap:8px}}.hntv-page-layout--premium .hntv-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hntv-page-layout--premium .hntv-card__media{aspect-ratio:16/9}.hntv-page-layout--cinema .hntv-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hntv-page-layout--cinema .hntv-card__media{aspect-ratio:16/9}.hntv-page-layout--cinema .hntv-card h3{font-size:18px}.hntv-page-layout--cinema .hntv-section{padding-left:3%;padding-right:3%}.hntv-page-layout--magazine .hntv-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense}.hntv-page-layout--magazine .hntv-grid>.hntv-card:first-child{grid-column:span 2;grid-row:span 2}.hntv-page-layout--magazine .hntv-grid>.hntv-card:first-child .hntv-card__media{aspect-ratio:16/9}.hntv-page-layout--magazine .hntv-grid>.hntv-card:first-child h3{font-size:22px}.hntv-page-layout--magazine .hntv-grid>.hntv-card:not(:first-child) .hntv-card__media{aspect-ratio:16/9}.hntv-page-layout--gallery .hntv-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.hntv-page-layout--gallery .hntv-card h3{font-size:14px}.hntv-page-layout--gallery .hntv-card__body{padding-top:8px}.hntv-page-layout--gallery .hntv-play{width:44px;height:44px}.hntv-page-layout--compact .hntv-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hntv-page-layout--compact .hntv-section{padding-top:28px}.hntv-page-layout--compact .hntv-card{display:grid;grid-template-columns:1fr;gap:0}.hntv-page-layout--compact .hntv-card__media{aspect-ratio:16/8}.hntv-page-layout--compact .hntv-card__body{padding:7px 1px 1px}.hntv-page-layout--compact .hntv-card h3{font-size:14px;margin-bottom:3px}.hntv-page-layout--compact .hntv-card__meta{font-size:10px}.hntv-page-layout--compact .hntv-play{width:40px;height:40px}@media(max-width:1100px){.hntv-page-layout--gallery .hntv-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hntv-page-layout--cinema .hntv-grid,.hntv-page-layout--magazine .hntv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hntv-page-layout--magazine .hntv-grid>.hntv-card:first-child{grid-column:span 2}}@media(max-width:760px){.hntv-page-layout--premium .hntv-grid,.hntv-page-layout--gallery .hntv-grid,.hntv-page-layout--compact .hntv-grid,.hntv-page-layout--cinema .hntv-grid,.hntv-page-layout--magazine .hntv-grid{grid-template-columns:1fr}.hntv-page-layout--magazine .hntv-grid>.hntv-card:first-child{grid-column:auto;grid-row:auto}.hntv-page-layout--compact .hntv-card__media{aspect-ratio:16/9}}.hntv-section__chip{display:none!important}.hntv-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.hntv-section__head h2{margin:0;font-size:clamp(28px,3.2vw,40px);line-height:1.06;letter-spacing:-.02em;color:#fff}.hntv-brandbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px 14px;background:linear-gradient(180deg,rgb(9 10 12 / .98),rgb(7 8 10 / .92));border-bottom:1px solid rgb(255 255 255 / .06)}.hntv-navpills{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.hntv-navpill{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid rgb(255 255 255 / .10);background:linear-gradient(180deg,rgb(255 255 255 / .12),rgb(255 255 255 / .04));box-shadow:0 14px 34px rgb(0 0 0 / .26),inset 0 1px 0 rgb(255 255 255 / .06);font-weight:900;font-size:13px;letter-spacing:.045em;text-transform:uppercase;color:#fff!important;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease}.hntv-navpill:before{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px;border-radius:999px;background:rgb(255 255 255 / .08);box-shadow:inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill:hover{transform:translateY(-2px);filter:brightness(1.05)}.hntv-navpill--new{background:linear-gradient(180deg,rgb(228 0 120 / .36),rgb(228 0 120 / .12));border-color:rgb(255 105 180 / .42);box-shadow:0 14px 32px rgb(228 0 120 / .18),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--new:hover{box-shadow:0 18px 38px rgb(228 0 120 / .26),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--new:before{content:"✦";color:#ff9cd0}.hntv-navpill--cinema{background:linear-gradient(180deg,rgb(111 76 255 / .30),rgb(111 76 255 / .11));border-color:rgb(151 129 255 / .36);box-shadow:0 14px 32px rgb(111 76 255 / .16),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--cinema:hover{box-shadow:0 18px 38px rgb(111 76 255 / .24),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--cinema:before{content:"▶";color:#c3b4ff;padding-left:2px}.hntv-navpill--series{background:linear-gradient(180deg,rgb(0 170 170 / .30),rgb(0 170 170 / .10));border-color:rgb(85 214 214 / .34);box-shadow:0 14px 32px rgb(0 170 170 / .14),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--series:hover{box-shadow:0 18px 38px rgb(0 170 170 / .22),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--series:before{content:"▣";color:#8ef1ec}.hntv-navpill--popular{background:linear-gradient(180deg,rgb(255 153 0 / .32),rgb(255 153 0 / .11));border-color:rgb(255 193 94 / .34);box-shadow:0 14px 32px rgb(255 153 0 / .16),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--popular:hover{box-shadow:0 18px 38px rgb(255 153 0 / .24),inset 0 1px 0 rgb(255 255 255 / .08)}.hntv-navpill--popular:before{content:"★";color:#ffd178}@media(max-width:980px){.hntv-brandbar{flex-direction:column;align-items:flex-start;padding-bottom:18px}.hntv-navpills{justify-content:flex-start}}@media(max-width:680px){.hntv-brandbar nav.hntv-navpills{display:flex;overflow-x:auto;flex-wrap:nowrap;width:100%;padding-bottom:6px}.hntv-navpill{white-space:nowrap;min-height:42px;padding:0 16px;font-size:12px}.hntv-section__head h2{font-size:clamp(24px,7vw,32px)}}.hntv-section__head{margin-bottom:20px}.hntv-section__head h2{display:inline-flex;align-items:center;min-height:58px;padding:0 24px;border-radius:999px;border:1px solid rgb(255 255 255 / .12);background:linear-gradient(180deg,rgb(255 255 255 / .10),rgb(255 255 255 / .04));box-shadow:0 16px 36px rgb(0 0 0 / .26),inset 0 1px 0 rgb(255 255 255 / .06);font-size:clamp(24px,3vw,38px);line-height:1;letter-spacing:-.02em;color:#fff}.hntv-section__head h2:before{content:"";width:13px;height:13px;border-radius:999px;margin-right:14px;flex:0 0 auto;background:#ff66b5;box-shadow:0 0 0 6px rgb(255 102 181 / .12)}#nouveautes .hntv-section__head h2{background:linear-gradient(180deg,rgb(228 0 120 / .34),rgb(228 0 120 / .12));border-color:rgb(255 105 180 / .42);box-shadow:0 16px 36px rgb(228 0 120 / .18),inset 0 1px 0 rgb(255 255 255 / .08)}#nouveautes .hntv-section__head h2:before{background:#ff78c1;box-shadow:0 0 0 6px rgb(255 120 193 / .14)}#cinema .hntv-section__head h2{background:linear-gradient(180deg,rgb(111 76 255 / .30),rgb(111 76 255 / .10));border-color:rgb(151 129 255 / .38);box-shadow:0 16px 36px rgb(111 76 255 / .18),inset 0 1px 0 rgb(255 255 255 / .08)}#cinema .hntv-section__head h2:before{background:#baa7ff;box-shadow:0 0 0 6px rgb(186 167 255 / .14)}#series .hntv-section__head h2{background:linear-gradient(180deg,rgb(0 170 170 / .30),rgb(0 170 170 / .10));border-color:rgb(85 214 214 / .34);box-shadow:0 16px 36px rgb(0 170 170 / .16),inset 0 1px 0 rgb(255 255 255 / .08)}#series .hntv-section__head h2:before{background:#8ef1ec;box-shadow:0 0 0 6px rgb(142 241 236 / .14)}#populaires .hntv-section__head h2{background:linear-gradient(180deg,rgb(255 153 0 / .30),rgb(255 153 0 / .10));border-color:rgb(255 193 94 / .34);box-shadow:0 16px 36px rgb(255 153 0 / .18),inset 0 1px 0 rgb(255 255 255 / .08)}#populaires .hntv-section__head h2:before{background:#ffd178;box-shadow:0 0 0 6px rgb(255 209 120 / .14)}@media(max-width:680px){.hntv-section__head h2{min-height:50px;padding:0 18px;font-size:clamp(20px,6vw,28px)}.hntv-section__head h2:before{width:11px;height:11px;margin-right:10px}}