:root{
  --bg: #ffffff;
  --bg2:#f7f8fc;

  --panel:#ffffff;
  --panel2:#f4f6fb;

  --card:#ffffff;
  --card2:#f7f8ff;

  --line: rgba(15,23,42,.10);

  --text:#0f172a;
  --muted: rgba(15,23,42,.70);
  --muted2: rgba(15,23,42,.55);

  --c1:#ff2d55;  /* pink/red */
  --c2:#ff8a00;  /* orange */
  --c3:#34c759;  /* green */
  --c4:#007aff;  /* blue */
  --c5:#af52de;  /* purple */

  --brand:#ff2d55;
  --brand2:#ff5aa5;

  --radius: 12px;
  --radius2: 18px;

  --shadow: 0 22px 60px rgba(2,6,23,.10);
  --shadow2: 0 12px 28px rgba(2,6,23,.08);

  --max: 1320px;
  --pad: 18px;

  --chip-bg: rgba(2,6,23,.04);
  --chip-br: rgba(2,6,23,.10);

  --focus: 0 0 0 4px rgba(0,122,255,.18);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:none; }
button, input, select, textarea{ font: inherit; }
::selection{ background: rgba(0,122,255,.18); }

.s-muted{ color: var(--muted); }
.s-muted2{ color: var(--muted2); }

.s-head__inner,
.s-foot__inner,
.v-page{
  width: min(var(--max), calc(100% - var(--pad)*2));
  margin-inline: auto;
}
.v-page{ padding-block: 18px 30px; }

body::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(900px 540px at 12% 12%, rgba(0,122,255,.12), transparent 62%),
    radial-gradient(820px 520px at 82% 10%, rgba(255,45,85,.12), transparent 62%),
    radial-gradient(760px 520px at 58% 92%, rgba(175,82,222,.10), transparent 62%),
    linear-gradient(180deg, rgba(2,6,23,.02), rgba(2,6,23,0) 28%);
}

.s-head{
  position: relative;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.s-head__inner{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "brand actions"
    "nav   nav";
  gap: 12px 14px;
  align-items: center;
  padding: 16px 0 14px 0;
}

.s-brand{ grid-area: brand; min-width: 0; }
.s-actions{ grid-area: actions; min-width: 420px; display:flex; justify-content:flex-end; }
.s-nav{ grid-area: nav; width:100%; }

.s-brand__link{
  display:inline-flex;
  align-items:center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(2,6,23,.10);
  box-shadow: 0 12px 28px rgba(2,6,23,.06);
  transition: transform .12s ease, box-shadow .15s ease, border-color .15s ease;
}
.s-brand__link::before{
  content:"";
  width: 16px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(180deg, var(--brand), var(--brand2));
  box-shadow: 0 18px 36px rgba(255,45,85,.18);
}
.s-brand__name{
  font-weight: 1000;
  letter-spacing: .2px;
  white-space: nowrap;
  font-size: 22px;
  line-height: 1;
}
.s-brand__link h1{
  margin:0;
  font-size: 22px;
  line-height: 1;
}
.s-brand__link:hover{
  border-color: rgba(255,45,85,.28);
  box-shadow: 0 18px 44px rgba(2,6,23,.10);
}
.s-brand__link:active{ transform: translateY(1px); }

.s-search{
  width: min(680px, 100%);
  display:flex;
  align-items:center;
  gap: 10px;

  padding: 10px 12px;
  border-radius: 999px;

  background: rgba(255,255,255,.86);
  border: 1px solid rgba(2,6,23,.12);
  box-shadow: 0 18px 44px rgba(2,6,23,.08);
}
.s-search__label{ position:absolute; left:-9999px; }
.s-search__input{
  flex: 1 1 auto;
  min-width: 220px;
  padding: 12px 14px;
  border:0;
  outline:none;
  background: transparent;
  color: var(--text);
  font-size: 16px;
  font-weight: 850;
}
.s-search__input::placeholder{ color: rgba(2,6,23,.35); }
.s-search__btn{
  border:0;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(90deg, var(--c2), var(--c1));
  color: #fff;
  font-weight: 1000;
  cursor:pointer;
  box-shadow: 0 18px 40px rgba(0,122,255,.18);
  transition: transform .12s ease, filter .12s ease, box-shadow .15s ease;
}
.s-search__btn:hover{ filter: brightness(1.05); box-shadow: 0 22px 54px rgba(255,45,85,.16); }
.s-search__btn:active{ transform: translateY(1px); }

.s-brand__link:focus,
.s-nav__link:focus,
.s-search__input:focus,
.s-search__btn:focus{
  outline:none;
  box-shadow: var(--focus);
}

.s-nav{
  padding-top: 2px;
}

.s-nav__list{
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;

  width: 100%;
  justify-content: stretch;
  align-items: stretch;
}

.s-nav__item{
  width: auto;
  min-width: 0;
}

.s-nav__link{
  position: relative;
  width: 100%;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 12px;
  border-radius: 16px;

  font-size: 13px;
  font-weight: 950;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  background: rgba(2,6,23,.03);
  border: 1px solid rgba(2,6,23,.10);
  color: rgba(2,6,23,.72);

  transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.s-nav__item:nth-child(5n+1) .s-nav__link{ --tag: var(--c1); }
.s-nav__item:nth-child(5n+2) .s-nav__link{ --tag: var(--c2); }
.s-nav__item:nth-child(5n+3) .s-nav__link{ --tag: var(--c3); }
.s-nav__item:nth-child(5n+4) .s-nav__link{ --tag: var(--c4); }
.s-nav__item:nth-child(5n+5) .s-nav__link{ --tag: var(--c5); }

.s-nav__link:hover{
  transform: translateY(-1px);
  background: rgba(2,6,23,.05);
  border-color: color-mix(in srgb, var(--tag) 42%, rgba(2,6,23,.14));
  box-shadow: 0 14px 26px rgba(2,6,23,.08);
}

.s-nav__link[aria-current="page"],
.s-nav__link.is-active{
  color: #fff;
  background: linear-gradient(90deg, var(--tag), color-mix(in srgb, var(--tag) 55%, #ffffff));
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(2,6,23,.12);
}

@media (max-width: 1100px){
  .s-nav__list{ grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 900px){
  .s-nav__list{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .s-nav__list{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .s-nav__link{ height: 42px; border-radius: 14px; }
}

@media (max-width: 300px){
  .s-nav__list{ grid-template-columns: 2fr; }
}

.s-foot{
  margin-top: 28px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
}
.s-foot__inner{ padding: 18px 0; }
.s-foot__line{ margin: 0 0 6px 0; color: var(--muted); }
.s-foot__site{ font-weight: 1000; color: var(--text); }
.s-foot__sep{ margin: 0 8px; color: var(--muted2); }
.s-foot__info{ color: var(--muted); }

.s-fl{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  padding: 10px 0 6px 0;
}
.s-fl__item{
  width: clamp(120px, 18vw, 190px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(2,6,23,.10);
  color: rgba(2,6,23,.82);
  font-weight: 950;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.s-fl__item:hover{
  background: rgba(2,6,23,.05);
  border-color: rgba(2,6,23,.18);
  box-shadow: 0 14px 30px rgba(2,6,23,.08);
  transform: translateY(-1px);
}
.s-fl__txt{ display:inline-block; max-width:100%; overflow:hidden; text-overflow: ellipsis; }

.s-head__terms{
  width: 100%;
  margin: 10px 0 4px 0;
  display:flex;
  flex-direction: column;
  align-items:center;
  gap: 8px;
}
.s-head__termsLabel{
  font-size: 12px;
  color: var(--muted);
  opacity: .85;
}
.s-head__termsList{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  gap: 10px 12px;
  max-width: 980px;
}
.s-head__term{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 950;
  line-height: 1;
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(2,6,23,.10);
  color: rgba(2,6,23,.82);
  transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.s-head__term:nth-child(5n+1){ --t: var(--c1); }
.s-head__term:nth-child(5n+2){ --t: var(--c2); }
.s-head__term:nth-child(5n+3){ --t: var(--c3); }
.s-head__term:nth-child(5n+4){ --t: var(--c4); }
.s-head__term:nth-child(5n+5){ --t: var(--c5); }
.s-head__term:hover{
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--t) 40%, rgba(2,6,23,.12));
  box-shadow: 0 14px 30px rgba(2,6,23,.10);
}
.s-head__term.is-active{
  color:#fff;
  background: linear-gradient(90deg, var(--t), color-mix(in srgb, var(--t) 55%, #fff));
  border-color: transparent;
}

.v-top{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0 10px 0;
}
.v-top__h1{
  margin:0;
  font-size: 30px;
  font-weight: 1000;
  letter-spacing: .2px;
}
.v-top__sub{
  margin: 6px 0 0 0;
  font-size: 13px;
  color: var(--muted);
}
.v-top__tools{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:flex-end;
}
.v-chip{
  display:inline-flex;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(2,6,23,.10);
  color: rgba(2,6,23,.72);
  transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.v-chip:hover{
  transform: translateY(-1px);
  background: rgba(2,6,23,.05);
  border-color: rgba(2,6,23,.18);
  box-shadow: 0 14px 30px rgba(2,6,23,.08);
}
.v-chip.is-active{
  color:#fff;
  background: linear-gradient(90deg, var(--c4), var(--c1));
  border-color: transparent;
}

@media (max-width: 720px){
  .v-top{ flex-direction: column; align-items:flex-start; }
  .v-top__tools{ justify-content:flex-start; }
}

.v-breadcrumb{
  display:flex;
  align-items:center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}
.v-breadcrumb a{ color: var(--muted); font-weight: 850; }
.v-breadcrumb a:hover{ color: var(--text); }

.v-section{ margin-top: 14px; }
.v-section__hd{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin: 12px 0 10px 0;
  gap: 12px;
}
.v-section__title{
  margin:0;
  font-size: 16px;
  font-weight: 1000;
  letter-spacing: .2px;
  display:flex;
  align-items:center;
  gap: 10px;
}
.v-section__title::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--c4), var(--c1));
}
.v-section__meta{ color: var(--muted); font-size: 13px; }

.v-grid__inner{
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 980px){ .v-grid__inner{ grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 680px){ .v-grid__inner{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 440px){ .v-grid__inner{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.v-grid--large .v-grid__inner{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (max-width: 980px){ .v-grid--large .v-grid__inner{ grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 680px){ .v-grid--large .v-grid__inner{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 440px){ .v-grid--large .v-grid__inner{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.v-card{
  border-radius: var(--radius2);
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(2,6,23,.10);
  box-shadow: var(--shadow2);
  overflow:hidden;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.v-card:hover{
  transform: translateY(-3px);
  border-color: rgba(0,122,255,.22);
  box-shadow: 0 22px 60px rgba(2,6,23,.14);
}

.v-card__media{ display:block; background: rgba(2,6,23,.04); }
.v-card__img,
.v-card__img--placeholder{
  width:100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display:block;
}
.v-card__img--placeholder{
  background:
    radial-gradient(520px 260px at 30% 25%, rgba(0,122,255,.14), transparent 60%),
    radial-gradient(480px 240px at 70% 35%, rgba(255,45,85,.12), transparent 62%),
    linear-gradient(180deg, rgba(2,6,23,.06), rgba(2,6,23,.02));
}

.v-card__body{ padding: 12px 12px 14px 12px; }
.v-card__title{
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
  min-height: 38px;
}
.v-card__meta{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: var(--muted2);
}
.v-card__metaL, .v-card__metaR{
  display:flex;
  align-items:center;
  gap: 8px;
  min-width: 0;
}

.v-meta__pill{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(2,6,23,.10);
  color: rgba(2,6,23,.80);
  font-weight: 950;
  max-width: 180px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.v-meta__pill:hover{
  background: rgba(2,6,23,.05);
  border-color: rgba(0,122,255,.22);
  box-shadow: 0 12px 22px rgba(2,6,23,.08);
  transform: translateY(-1px);
}
.v-meta__item{ white-space: nowrap; }
.v-meta__item--hot{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 9px;
  border-radius:999px;
  background: rgba(255,45,85,.10);
  border: 1px solid rgba(255,45,85,.18);
  color: rgba(15,23,42,.90);
  font-weight: 950;
}

.v-empty{
  padding: 36px 16px;
  border-radius: var(--radius2);
  border: 1px dashed rgba(2,6,23,.18);
  background: rgba(2,6,23,.02);
  text-align:center;
}
.v-empty__title{ margin: 0 0 6px 0; font-weight: 1000; }

.v-grid--compact .v-grid__inner{ grid-template-columns: 1fr; gap: 10px; }
.v-grid--compact .v-card{
  display:grid;
  grid-template-columns: 168px 1fr;
  gap: 10px;
  align-items: stretch;
  border-radius: 14px;
}
.v-grid--compact .v-card__media{
  margin: 10px 0 10px 10px;
  border-radius: 14px;
  overflow:hidden;
}
.v-grid--compact .v-card__body{ padding: 10px 12px 10px 0; }
.v-grid--compact .v-card__title{ font-size: 13px; margin-bottom: 8px; min-height: unset; }
.v-grid--compact .v-meta__pill{ max-width: 120px; padding: 5px 9px; }

@media (max-width: 980px){
  .v-grid--compact .v-card{ grid-template-columns: 1fr; }
  .v-grid--compact .v-card__media{ margin:0; border-radius: 0; }
  .v-grid--compact .v-card__body{ padding: 10px 12px 12px 12px; }
}

.v-pager{
  margin-top: 18px;
  display:flex;
  justify-content:center;
}
.v-pager__inner{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:center;
  width: 100%;
}

.pagination{
  display:flex;
  align-items:center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content:center;

  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(2,6,23,.10);
  box-shadow: 0 22px 60px rgba(2,6,23,.10);
}

.pagination a,
.pagination span,
.pagination em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 38px;
  min-width: 38px;
  padding: 0 12px;

  border-radius: 14px;
  font-size: 13px;
  font-weight: 1000;
  font-style: normal;

  color: rgba(2,6,23,.72);
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(2,6,23,.10);

  transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.pagination a:hover{
  transform: translateY(-1px);
  background: rgba(2,6,23,.05);
  border-color: rgba(2,6,23,.18);
  box-shadow: 0 14px 30px rgba(2,6,23,.08);
}
.pagination em.current,
.pagination span.current{
  color: #fff;
  background: red;
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(0,122,255,.18);
}
.pagination .disabled{ opacity: .45; box-shadow: none; }
.pagination .gap{
  background: transparent;
  border-color: transparent;
  min-width: auto;
  padding: 0 4px;
  opacity: .55;
}

.v-pager__jump{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(2,6,23,.10);
  box-shadow: 0 18px 44px rgba(2,6,23,.08);
}
.v-pager__jump label{
  font-size: 12px;
  color: var(--muted);
  font-weight: 850;
}
.v-pager__jump input{
  width: 92px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(2,6,23,.12);
  background: rgba(2,6,23,.03);
  color: var(--text);
  outline:none;
}
.v-pager__jump input:focus{ box-shadow: var(--focus); }
.v-pager__jump button{
  border:0;
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  color:#fff;
  font-weight: 1000;
  cursor:pointer;
  box-shadow: 0 18px 40px rgba(52,199,89,.14);
}
.v-pager__jump button:hover{ filter: brightness(1.05); }

.v-layout--play{
  display:grid;
  grid-template-columns: 1.75fr 1fr;
  gap: 16px;
  align-items:start;
  margin-top: 10px;
}
@media (max-width: 980px){ .v-layout--play{ grid-template-columns: 1fr; } }

.v-playerpro{
  border-radius: var(--radius2);
  border: 1px solid rgba(2,6,23,.10);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.v-playerpro__stage{ position: relative; background: #000; }
.v-playerpro__video{ width:100%; aspect-ratio: 16/9; background:#000; }

.v-playerpro__bar{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  border-top: 1px solid rgba(2,6,23,.10);
  background: rgba(2,6,23,.02);
}
.v-playerpro__left{ display:flex; align-items:center; gap: 10px; min-width: 150px; }
.v-playerpro__right{ display:flex; align-items:center; gap: 10px; flex-wrap: wrap; justify-content:flex-end; }

.v-pill{
  display:inline-flex;
  align-items:center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0,122,255,.10);
  border: 1px solid rgba(0,122,255,.18);
  color: rgba(15,23,42,.92);
  font-weight: 1000;
  font-size: 12px;
}
.v-ctl{ display:flex; align-items:center; gap: 8px; }
.v-ctl__label{ font-size: 12px; color: var(--muted); font-weight: 850; }
.v-select{
  appearance:none;
  border-radius: 999px;
  border: 1px solid rgba(2,6,23,.12);
  background: rgba(2,6,23,.03);
  color: var(--text);
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 850;
  outline:none;
}
.v-select:focus{ box-shadow: var(--focus); }
.v-btn{
  appearance:none;
  border-radius: 999px;
  border: 1px solid rgba(2,6,23,.12);
  background: rgba(2,6,23,.03);
  color: var(--text);
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 1000;
  cursor:pointer;
  transition: transform .12s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.v-btn:hover{
  transform: translateY(-1px);
  background: rgba(2,6,23,.05);
  border-color: rgba(2,6,23,.18);
  box-shadow: 0 14px 30px rgba(2,6,23,.08);
}
.v-btn:focus{ outline:none; box-shadow: var(--focus); }
@media (max-width: 560px){
  .v-playerpro__left{ min-width: unset; }
  .v-ctl__label{ display:none; }
}
.v-playerpro__overlay{ pointer-events: none !important; }

.v-home--2{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.v2-hero{
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.74);
}
.v2-hero__inner{
  width: min(var(--max), calc(100% - var(--pad)*2));
  margin-inline: auto;
  padding: 32px 0 26px 0;
}

.v2-hero__grid{
  display:grid;
  grid-template-columns: 1.05fr 1.35fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 900px){ .v2-hero__grid{ grid-template-columns: 1fr; } }

.v2-hero__poster,
.v2-hero__poster--ph{
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(2,6,23,.10);
  background: rgba(2,6,23,.04);
  box-shadow: var(--shadow);
}
.v2-hero__img{ width:100%; height:100%; object-fit: cover; }

.v2-hero__meta{ max-width: 860px; }
.v2-hero__brand{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(2,6,23,.60);
}
.v2-hero__brand::before{
  content:"";
  width: 10px; height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c4), var(--c1));
}
.v2-hero__title{
  margin: 12px 0 12px 0;
  font-size: clamp(26px, 3.4vw, 52px);
  line-height: 1.08;
  font-weight: 1000;
}
.v2-hero__sub{
  color: rgba(2,6,23,.62);
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 16px;
}
.v2-hero__link{ color: rgba(0,122,255,.95); font-weight: 950; }
.v2-hero__link:hover{ text-decoration: underline; }

.v2-hero__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.v2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(2,6,23,.12);
  background: rgba(255,255,255,.90);
  color: rgba(2,6,23,.86);
  font-weight: 1000;
  box-shadow: 0 16px 34px rgba(2,6,23,.08);
  transition: transform .12s ease, filter .12s ease, box-shadow .15s ease;
}
.v2-btn:hover{ transform: translateY(-1px); box-shadow: 0 22px 60px rgba(2,6,23,.10); }
.v2-btn:active{ transform: translateY(1px); }
.v2-btn--primary{
  border-color: transparent;
  color: #fff;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  box-shadow: 0 22px 54px rgba(255,45,85,.14);
}
.v2-btn--ghost{ background: rgba(2,6,23,.03); }

.v2-hero__note{
  margin: 16px 0 0 0;
  color: rgba(2,6,23,.62);
  font-size: 13px;
  max-width: 720px;
}

.v2-rows{ padding: 18px 0 26px 0; }
.v2-row{
  width: min(var(--max), calc(100% - var(--pad)*2));
  margin-inline: auto;
  padding: 12px 0 18px 0;
}
.v2-row__hd{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.v2-row__title{ margin:0; font-size: 18px; font-weight: 1000; }
.v2-row__more{
  color: rgba(2,6,23,.62);
  font-size: 13px;
  font-weight: 900;
}
.v2-row__more:hover{ color: rgba(0,122,255,.95); text-decoration: underline; }

.v2-empty{
  width: min(var(--max), calc(100% - var(--pad)*2));
  margin-inline: auto;
  padding: 24px 0;
  color: var(--muted);
}

@media (max-width: 1000px){
  .v-aside .v-grid--compact .v-grid__inner{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
  }
  .v-aside .v-grid--compact .v-card{ display: block !important; }
  .v-aside .v-grid--compact .v-card__media{ margin: 0 !important; border-radius: 14px; }
  .v-aside .v-grid--compact .v-card__body{ padding: 8px 8px 10px; }
  .v-aside .v-grid--compact .v-card__title{
    font-size: 12px;
    margin-bottom: 6px;
    -webkit-line-clamp: 2;
  }
  .v-aside .v-grid--compact .v-meta__pill{ font-size: 11px; padding: 4px 6px; }
}
@media (max-width: 680px){
  .v-aside .v-grid--compact .v-grid__inner{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (hover:none){
  .v-card:hover{ transform:none; box-shadow: var(--shadow2); }
}
.s-head__inner{
  display: grid !important;
  grid-template-columns: 1fr minmax(320px, 640px);
  grid-template-areas:
    "brand actions"
    "nav   nav";
  gap: 12px 14px;
  align-items: center;
}

.s-brand{ grid-area: brand; min-width: 0; }
.s-actions{
  grid-area: actions;
  min-width: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.s-search{
  width: 100%;
  max-width: 640px;
}

.s-nav{ grid-area: nav; width: 100%; }

@media (max-width: 760px){
  .s-head__inner{
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "actions"
      "nav";
    gap: 10px !important;
  }

  .s-actions{
    justify-content: stretch !important;
  }

  .s-search{
    width: 100% !important;
    max-width: none !important;
  }
}

.s-search__input,
.s-search__input:focus,
.s-search__input:focus-visible,
.s-search__input:active{
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.s-search:focus-within{
  box-shadow: none !important;
  border-color: rgba(2,6,23,.12) !important;
}
.v2-hero__poster,
.v2-hero__poster--ph{
  max-height: 420px;
  overflow: hidden;
}

.v2-hero__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px){
  .v2-hero__poster,
  .v2-hero__poster--ph{
    max-height: 320px;
  }
}
@media (max-width: 520px){
  .v2-hero__poster,
  .v2-hero__poster--ph{
    max-height: 240px;
  }
}
/* 默认：显示桌面版，隐藏移动版 */
.pagination--mini { display: none; }

/* 小屏：隐藏桌面版，显示移动版 */
@media (max-width: 768px) {
  .pagination--full { display: none; }
  .pagination--mini { display: block; }
}
