/* mother-diversity · 站2 潮汐雾港 · 全站布局重做 */
:root{
  --hr-deep:#0a3a52;
  --hr-navy:#0c4a6e;
  --hr-primary:#0891b2;
  --hr-secondary:#0e7490;
  --hr-accent:#22d3ee;
  --hr-cta:#f59e0b;
  --hr-cta-deep:#d97706;
  --hr-bg:#e8f4f8;
  --hr-surface:#ffffff;
  --hr-surface-2:#f0f9fc;
  --hr-text:#0f2a38;
  --hr-muted:#5b7a88;
  --hr-dim:#94a8b3;
  --hr-line:#c5dde6;
  --hr-max:1220px;
  --hr-display:"ZCOOL XiaoWei","Noto Serif SC",serif;
  --hr-sans:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  --div-accent:var(--hr-primary);
  --div-bg:var(--hr-bg);
  --div-surface:var(--hr-surface);
  --div-text:var(--hr-text);
  --div-muted:var(--hr-muted);
  color-scheme:light;
}

*{box-sizing:border-box}
body.body-hr{
  margin:0;min-height:100vh;
  color:var(--hr-text);font-family:var(--hr-sans);line-height:1.6;
  background:
    radial-gradient(900px 480px at 100% -8%, rgba(34,211,238,.18), transparent 55%),
    radial-gradient(700px 400px at -5% 40%, rgba(8,145,178,.12), transparent 50%),
    linear-gradient(180deg,#dceef4 0%, var(--hr-bg) 40%, #d4e8ef 100%);
  -webkit-font-smoothing:antialiased;
}
body.body-hr a{color:var(--hr-primary);text-decoration:none}
body.body-hr a:hover{color:var(--hr-secondary)}
body.body-hr img{display:block;max-width:100%}

.hr-shell{min-height:100vh;display:flex;flex-direction:column}

/* ========== 头部：单行潮汐甲板 品牌|搜索|导航|热播（去三层断层） ========== */
.hr-seo{display:none!important}
.hr-head{
  position:sticky;top:0;z-index:100;
  background:rgba(232,244,248,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--hr-line);
  box-shadow:0 8px 28px rgba(10,58,82,.08);
}
.hr-head::after{
  content:"";display:block;height:3px;
  background:linear-gradient(90deg,#67e8f9,var(--hr-primary),var(--hr-cta),var(--hr-primary),#67e8f9);
}
.hr-head__deck{
  max-width:var(--hr-max);margin:0 auto;
  padding:12px 18px;
  display:grid;
  grid-template-columns:auto minmax(180px,280px) minmax(0,1fr) auto;
  align-items:center;gap:12px 16px;
}
.hr-head__search{display:contents}
.hr-search{
  display:flex;align-items:stretch;width:100%;min-width:0;
  border-radius:999px;overflow:hidden;
  background:var(--hr-surface);
  border:1.5px solid rgba(8,145,178,.35);
  box-shadow:0 6px 16px rgba(8,145,178,.1);
  max-width:none;margin:0;
}
.hr-search__icon{
  display:grid;place-items:center;padding:0 2px 0 12px;
  font-size:.95rem;color:var(--hr-primary);font-weight:900;
}
.hr-search input{
  flex:1;min-width:0;border:0;outline:none;background:transparent;
  padding:9px 8px;font:inherit;font-size:.84rem;color:var(--hr-text);
}
.hr-search input::placeholder{color:var(--hr-dim)}
.hr-search button{
  border:0;cursor:pointer;padding:0 14px;
  font:inherit;font-weight:800;font-size:.8rem;
  color:var(--hr-deep);
  background:linear-gradient(135deg, var(--hr-cta), var(--hr-cta-deep));
}
.hr-search button:hover{filter:brightness(1.05)}

.hr-head__bar{display:contents}
.hr-brand{display:inline-flex;align-items:center;gap:11px;color:var(--hr-text)!important;flex-shrink:0;min-width:0}
.hr-brand__mark{
  width:40px;height:40px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(145deg, var(--hr-primary), var(--hr-navy));
  color:#fff;font-size:.72rem;font-weight:900;
  box-shadow:0 0 0 3px rgba(34,211,238,.28);
}
.hr-brand__text{display:flex;flex-direction:column;line-height:1.1;gap:2px}
.hr-brand__text strong{
  font-family:var(--hr-display);font-size:1.2rem;font-weight:400;letter-spacing:.05em;color:var(--hr-deep);
}
.hr-brand__text em{font-style:normal;font-size:.64rem;color:var(--hr-muted);letter-spacing:.1em;font-weight:700}
.hr-head__tools{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hr-head__cta{
  display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;
  font-size:.8rem;font-weight:800;color:var(--hr-deep)!important;white-space:nowrap;
  background:linear-gradient(135deg, var(--hr-cta), var(--hr-cta-deep));
  box-shadow:0 6px 14px rgba(245,158,11,.28);
}
.hr-head__cta:hover{filter:brightness(1.06);color:var(--hr-deep)!important}
.hr-burger{
  display:none;border:1.5px solid var(--hr-navy);background:var(--hr-surface);
  color:var(--hr-navy);width:40px;height:40px;border-radius:12px;cursor:pointer;font-size:1.1rem;
}

.hr-capsules{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;
  gap:4px;min-width:0;padding:0;margin:0;max-width:none;
}
.hr-capsules a{
  padding:7px 11px;border-radius:999px;font-size:.8rem;font-weight:700;
  color:var(--hr-navy)!important;background:var(--hr-surface);
  border:1.5px solid rgba(8,145,178,.28);
  transition:transform .15s,box-shadow .2s,border-color .15s,background .15s,color .15s;
}
.hr-capsules a:hover{
  transform:translateY(-1px);border-color:var(--hr-primary);
  box-shadow:0 6px 14px rgba(8,145,178,.16);color:var(--hr-primary)!important;
}
.hr-capsules a[aria-current="page"]{
  color:#fff!important;background:linear-gradient(135deg, var(--hr-primary), var(--hr-navy));
  border-color:transparent;box-shadow:0 6px 14px rgba(8,145,178,.28);
}

/* ========== 主区 ========== */
.hr-main{
  flex:1;max-width:var(--hr-max);width:100%;
  margin:0 auto;padding:26px 20px 56px;
}

/* ========== 中部·英雄：左文案 + 右栏目马赛克（异于站1海报杂志） ========== */
.hr-hero{
  display:grid;grid-template-columns:1fr 1.08fr;gap:28px;align-items:center;
  margin:0 0 32px;padding:32px 28px;
  border-radius:24px;position:relative;overflow:hidden;
  background:
    radial-gradient(420px 220px at 92% 10%, rgba(34,211,238,.35), transparent 60%),
    linear-gradient(145deg, #063447 0%, #0c4a6e 48%, #0e7490 100%);
  color:#e0f7fa;
  box-shadow:0 24px 48px rgba(10,58,82,.28);
}
.hr-hero::before{
  content:"";position:absolute;inset:auto -20% -40% 30%;height:70%;
  background:radial-gradient(ellipse, rgba(34,211,238,.2), transparent 70%);
  pointer-events:none;
}
.hr-hero__copy{position:relative;z-index:1}
.hr-hero__badge{
  display:inline-block;margin-bottom:14px;padding:5px 14px;border-radius:999px;
  font-size:.72rem;font-weight:800;letter-spacing:.06em;
  color:var(--hr-deep);background:var(--hr-cta);
}
.hr-hero h1{
  margin:0 0 14px;font-family:var(--hr-display);font-weight:400;
  font-size:clamp(1.7rem,4vw,2.45rem);line-height:1.2;letter-spacing:.04em;color:#fff;
}
.hr-hero__lead{
  margin:0 0 22px;font-size:.95rem;line-height:1.75;
  color:rgba(224,247,250,.78);max-width:440px;
}
.hr-hero__actions{display:flex;flex-wrap:wrap;gap:10px}
.hr-hero__channels{position:relative;z-index:1}
.hr-hero__channels-title{
  margin:0 0 12px;font-size:.82rem;font-weight:800;
  color:rgba(224,247,250,.7);letter-spacing:.1em;
}
.hr-channel-grid{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;
}
.hr-channel-grid__item{
  display:grid;place-items:center;min-height:54px;border-radius:14px;
  font-weight:800;font-size:.82rem;color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25);
  transition:transform .18s,filter .18s;
}
.hr-channel-grid__item:hover{transform:translateY(-3px) scale(1.02);filter:brightness(1.08)}
.hr-channel-grid__item--a{background:linear-gradient(135deg,#0ea5e9,#0284c7)}
.hr-channel-grid__item--b{background:linear-gradient(135deg,#f59e0b,#d97706)}
.hr-channel-grid__item--c{background:linear-gradient(135deg,#14b8a6,#0d9488)}
.hr-channel-grid__item--d{background:linear-gradient(135deg,#38bdf8,#0369a1)}
.hr-channel-grid__item--e{background:linear-gradient(135deg,#fb7185,#e11d48)}
.hr-channel-grid__item--f{background:linear-gradient(135deg,#2dd4bf,#0f766e)}
.hr-channel-grid__item--g{background:linear-gradient(135deg,#fbbf24,#b45309)}
.hr-channel-grid__item--h{background:linear-gradient(135deg,#22d3ee,#0891b2)}
.hr-channel-grid__item--i{background:linear-gradient(135deg,#4ade80,#15803d)}
.hr-channel-grid__item--j{background:linear-gradient(135deg,#64748b,#334155)}

.hr-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 20px;border-radius:999px;font-size:.88rem;font-weight:800;
  border:2px solid transparent;transition:transform .15s,background .2s,color .2s;
}
.hr-btn--cta{
  color:var(--hr-deep)!important;
  background:linear-gradient(135deg, var(--hr-cta), var(--hr-cta-deep));
}
.hr-btn--cta:hover{transform:translateY(-2px);color:var(--hr-deep)!important}
.hr-btn--outline{
  color:#e0f7fa!important;border-color:rgba(224,247,250,.45);background:transparent;
}
.hr-btn--outline:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff!important}

/* ========== 区块标题 ========== */
.hr-section{margin:0 0 32px}
.hr-section--alt{
  padding:22px 18px;border-radius:18px;
  background:rgba(255,255,255,.55);border:1px solid var(--hr-line);
}
.hr-section__head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-bottom:16px;
}
.hr-section__head h2{
  margin:0;display:flex;align-items:center;gap:10px;
  font-family:var(--hr-display);font-size:1.35rem;font-weight:400;
  letter-spacing:.04em;color:var(--hr-deep);
}
.hr-section__dot{
  width:10px;height:10px;border-radius:50%;
  background:var(--hr-primary);box-shadow:0 0 0 4px rgba(8,145,178,.2);
}
.hr-section__dot--orange{background:var(--hr-cta);box-shadow:0 0 0 4px rgba(245,158,11,.22)}
.hr-section__dot--teal{background:#14b8a6;box-shadow:0 0 0 4px rgba(20,184,166,.22)}
.hr-section__more{font-size:.84rem;font-weight:700;color:var(--hr-primary)!important}
.hr-section__more:hover{color:var(--hr-secondary)!important}

/* ========== 卡片：圆角潮汐瓦片 3:4（异于站1竖刊 2:3 直角） ========== */
.hr-grid{
  display:grid;gap:16px;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.hr-grid--hot,.hr-grid--latest,.hr-grid--cat,.hr-grid--rank,.movie-grid{
  display:grid!important;gap:16px!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
.hr-grid--rel{
  display:grid!important;gap:16px!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
}
.hr-scroll{
  display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;
  scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
}
.hr-scroll .hr-tile{flex:0 0 168px;scroll-snap-align:start}

.hr-tile{
  display:flex;flex-direction:column;
  background:var(--hr-surface);border:1px solid var(--hr-line);
  border-radius:16px;overflow:hidden;
  box-shadow:0 8px 20px rgba(10,58,82,.06);
  transition:transform .2s,box-shadow .25s,border-color .2s;
}
.hr-tile:hover{
  transform:translateY(-4px);
  border-color:var(--hr-primary);
  box-shadow:0 18px 36px rgba(8,145,178,.18);
}
.hr-tile__cover{display:block;position:relative;overflow:hidden;background:var(--hr-deep)}
.hr-tile__cover img{
  width:100%!important;aspect-ratio:3/4!important;height:auto!important;
  object-fit:cover!important;display:block;transition:transform .4s ease;
}
.hr-tile:hover .hr-tile__cover img{transform:scale(1.05)}
.hr-tile__badge{
  position:absolute;top:10px;left:10px;z-index:2;
  padding:4px 10px;border-radius:999px;
  font-size:10px;font-weight:800;letter-spacing:.04em;
  color:var(--hr-deep);background:var(--hr-cta);
}
.hr-tile__shade{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg, transparent 55%, rgba(10,58,82,.55));
  opacity:0;transition:opacity .25s;
}
.hr-tile:hover .hr-tile__shade{opacity:1}
.hr-tile__play{
  position:absolute;top:50%;left:50%;z-index:2;
  transform:translate(-50%,-50%);
  width:44px;height:44px;border-radius:50%;
  display:grid;place-items:center;font-size:.8rem;font-weight:900;
  color:var(--hr-navy);background:rgba(255,255,255,.95);
  opacity:0;transition:opacity .22s;pointer-events:none;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.hr-tile:hover .hr-tile__play{opacity:1}
.hr-tile__body{padding:12px 12px 14px}
.hr-tile__body h3{
  margin:0 0 8px;font-family:var(--hr-display);font-size:1rem;font-weight:400;
  line-height:1.35;letter-spacing:.02em;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.hr-tile__body h3 a{color:var(--hr-text)!important}
.hr-tile__body h3 a:hover{color:var(--hr-primary)!important}
.hr-tile__meta{display:flex;flex-wrap:wrap;gap:5px}
.hr-tile__meta span{
  padding:2px 8px;border-radius:999px;font-size:.68rem;font-weight:700;
  color:var(--hr-muted);background:var(--hr-surface-2);border:1px solid var(--hr-line);
}

.hr-tile--row{flex-direction:row;align-items:stretch}
.hr-tile--row .hr-tile__cover{flex:0 0 108px;aspect-ratio:auto;min-height:148px}
.hr-tile--row .hr-tile__cover img{aspect-ratio:auto!important;height:100%!important;min-height:148px}
.hr-tile--row .hr-tile__body{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}

/* ========== 分类页 ========== */
.hr-crumb{
  display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;
  font-size:.84rem;font-weight:600;color:var(--hr-muted);
}
.hr-crumb a{color:var(--hr-primary)!important}

.hr-cat-hero{
  margin:0 0 22px;padding:26px 28px;border-radius:20px;
  background:
    linear-gradient(135deg, rgba(8,145,178,.12), rgba(34,211,238,.08)),
    var(--hr-surface);
  border:1px solid var(--hr-line);
  box-shadow:0 12px 28px rgba(10,58,82,.06);
}
.hr-cat-hero__tag{
  display:inline-block;margin-bottom:8px;padding:4px 12px;border-radius:999px;
  font-size:.7rem;font-weight:800;color:#fff;
  background:linear-gradient(135deg, var(--hr-primary), var(--hr-navy));
}
.hr-cat-hero h1{
  margin:0 0 8px;font-family:var(--hr-display);font-size:1.8rem;font-weight:400;
  letter-spacing:.04em;color:var(--hr-deep);
}
.hr-cat-hero p{margin:0;color:var(--hr-muted);max-width:560px;font-size:.92rem}

.hr-filterbar__row{
  display:flex;flex-wrap:wrap;gap:12px;align-items:center;
  margin:0 0 20px;padding:14px 16px;border-radius:14px;
  background:var(--hr-surface);border:1px solid var(--hr-line);
}
.hr-filterbar__label{font-size:.8rem;font-weight:700;color:var(--hr-muted)}
.hr-filterbar__input,.hr-filterbar__select{
  border:1.5px solid var(--hr-line);border-radius:999px;
  padding:8px 14px;font:inherit;font-size:.86rem;background:var(--hr-surface-2);color:var(--hr-text);
}
.hr-filterbar__input{flex:1;min-width:160px}
.hr-filterbar__input:focus,.hr-filterbar__select:focus{
  outline:none;border-color:var(--hr-primary);box-shadow:0 0 0 3px rgba(8,145,178,.15);
}
.hr-empty{
  padding:40px 20px;text-align:center;color:var(--hr-muted);
  background:var(--hr-surface);border-radius:16px;border:1px dashed var(--hr-line);
}

.hr-cat-list{
  display:grid;gap:12px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.hr-cat-list a,
.hr-cat-list .category-tile,
.overview-card{
  display:flex;flex-direction:column;gap:10px;
  padding:18px 18px 16px 20px;border-radius:16px;
  background:var(--hr-surface);border:1px solid var(--hr-line);
  border-left:5px solid var(--hr-primary);
  color:inherit!important;
  box-shadow:0 6px 18px rgba(10,58,82,.05);
  transition:transform .18s,box-shadow .2s,border-color .18s;
}
.hr-cat-list a:hover,
.hr-cat-list .category-tile:hover,
.overview-card:hover{
  transform:translateY(-3px);
  border-color:var(--hr-accent);
  box-shadow:0 14px 28px rgba(8,145,178,.14);
}
.overview-main{display:flex;flex-direction:column;gap:6px}
.overview-main strong,.hr-cat-list strong{
  font-family:var(--hr-display);font-size:1.15rem;font-weight:400;color:var(--hr-deep);
}
.overview-main span,.hr-cat-list .overview-main > span{font-size:.84rem;color:var(--hr-muted);line-height:1.5}
.overview-links{
  display:flex;justify-content:space-between;gap:10px;
  font-size:.78rem;font-weight:700;color:var(--hr-primary);
}

/* ========== 播放页：全宽播控 + 下方信息坞 + 标准竖卡推荐 ========== */
.hr-play{margin:0 0 28px}
.hr-play__layout{display:contents}
.hr-play__screen{
  margin:0 0 16px;border-radius:18px;overflow:hidden;background:#031820;
  box-shadow:0 20px 40px rgba(10,58,82,.25);
  border:1px solid rgba(34,211,238,.25);
}
.hr-play__screen video,
.hr-play__screen #movie-player{
  display:block;width:100%;max-height:min(68vh,640px);aspect-ratio:16/9;
  object-fit:contain;background:#000;
}
.hr-play__dock,.hr-play__side{
  display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;align-items:start;
  margin:0 0 18px;padding:16px 18px;border-radius:18px;
  background:var(--hr-surface);border:1px solid var(--hr-line);
  box-shadow:0 12px 28px rgba(10,58,82,.08);
}
.hr-play__poster{
  width:132px;border-radius:12px;aspect-ratio:3/4;object-fit:cover;
  border:2px solid var(--hr-line);
}
.hr-play__meta{min-width:0}
.hr-play__meta h1{
  margin:0 0 10px;font-family:var(--hr-display);font-size:clamp(1.35rem,2.4vw,1.7rem);font-weight:400;
  letter-spacing:.04em;color:var(--hr-deep);
}
.hr-play__facts{
  list-style:none;margin:0 0 12px;padding:0;
  display:flex;flex-wrap:wrap;gap:8px;
}
.hr-play__facts li{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 12px;border-radius:999px;background:var(--hr-surface-2);
  font-size:.8rem;border:1px solid var(--hr-line);
}
.hr-play__facts li span{color:var(--hr-muted);font-weight:600}
.hr-play__facts li strong{color:var(--hr-deep);font-weight:800}
.hr-play__desc{margin:0 0 14px;font-size:.9rem;color:var(--hr-muted);line-height:1.7;max-width:52em}
.hr-play__synopsis{
  margin:0 0 8px;padding:16px 18px;border-radius:16px;
  background:rgba(255,255,255,.72);border:1px dashed rgba(8,145,178,.28);
}
.hr-play__synopsis h2{
  margin:0 0 8px;font-family:var(--hr-display);font-size:1.05rem;font-weight:400;color:var(--hr-deep);
}
.hr-play__synopsis p{margin:0;color:var(--hr-muted);line-height:1.7;font-size:.9rem}

/* ========== 尾部：浅雾 CTA + 深港湾底栏（异于站1纯墨底） ========== */
.hr-foot{margin-top:auto;color:#d5eef5}
.hr-foot__cta{
  background:
    radial-gradient(500px 180px at 20% 50%, rgba(34,211,238,.25), transparent 60%),
    linear-gradient(90deg, #0a3a52, #0c4a6e 50%, #0e7490);
  padding:28px 20px;
}
.hr-foot__cta-inner{max-width:var(--hr-max);margin:0 auto}
.hr-foot__cta-inner strong{
  display:block;font-family:var(--hr-display);font-size:1.5rem;font-weight:400;
  letter-spacing:.06em;color:#fff;margin-bottom:8px;
}
.hr-foot__cta-inner p{margin:0;max-width:560px;color:rgba(224,247,250,.75);font-size:.9rem;line-height:1.65}
.hr-foot__grid{
  max-width:var(--hr-max);margin:0 auto;
  padding:28px 20px 20px;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;
  background:var(--hr-deep);
}
.hr-foot__col h3{
  margin:0 0 12px;font-size:.78rem;font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;color:var(--hr-accent);
}
.hr-foot__col nav{display:flex;flex-direction:column;gap:8px}
.hr-foot__col nav a{color:rgba(224,247,250,.7)!important;font-size:.88rem}
.hr-foot__col nav a:hover{color:#fff!important}
.hr-foot__note{margin:0;font-size:.84rem;color:rgba(224,247,250,.55);line-height:1.65}
.hr-foot__bar{
  background:#062838;padding:14px 20px;
  display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;
  font-size:.76rem;color:rgba(224,247,250,.4);
  border-top:1px solid rgba(34,211,238,.15);
}
.hr-foot__sep{opacity:.5}

/* misc */
.rank-panel{margin-bottom:24px}
.eyebrow,.div-kicker{font-size:.72rem;font-weight:700;letter-spacing:.1em;color:var(--hr-primary);margin-bottom:6px}

/* ========== 响应式 ========== */
@media (max-width:960px){
  .hr-burger{display:inline-flex;align-items:center;justify-content:center}
  .hr-head__deck{
    grid-template-columns:auto 1fr auto;
    grid-template-areas:
      "brand search tools"
      "nav nav nav";
    gap:10px;
  }
  .hr-brand{grid-area:brand}
  .hr-search{grid-area:search}
  .hr-head__tools{grid-area:tools}
  .hr-capsules{
    grid-area:nav;display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;
    padding:4px 0 2px;
  }
  .hr-capsules.open{display:flex}
  .hr-head__cta{display:none}
  .hr-hero{grid-template-columns:1fr;padding:24px 18px}
  .hr-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hr-grid,.hr-grid--hot,.hr-grid--latest,.hr-grid--cat,.hr-grid--rank,.movie-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .hr-play__layout{display:contents}
  .hr-play__dock,.hr-play__side{grid-template-columns:100px minmax(0,1fr);gap:14px;padding:14px}
  .hr-play__poster{width:100px}
  .hr-cat-list{grid-template-columns:1fr}
  .hr-foot__grid{grid-template-columns:1fr;gap:18px}
}
@media (max-width:560px){
  .hr-brand__text em{display:none}
  .hr-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hr-grid,.hr-grid--hot,.hr-grid--latest,.hr-grid--cat,.hr-grid--rank,.movie-grid,.hr-grid--rel{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;
  }
  .hr-play__dock,.hr-play__side{grid-template-columns:1fr}
  .hr-play__poster{width:120px;justify-self:start}
  .hr-hero h1{font-size:1.55rem}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
}
