:root {
  --wv03-bg: #020812;
  --wv03-panel: #081321;
  --wv03-panel-strong: #0c1b2c;
  --wv03-line: #16293d;
  --wv03-text: #e7effa;
  --wv03-muted: #8192a8;
  --wv03-blue: #1976ff;
  --wv03-blue-strong: #0d5dd7;
  --wv03-gold: #f5b93a;
}

@media (max-width: 820px) {
  body.wv03-page {
    padding-top: 100px;
  }

  .wv03-mobile-homebar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 60;
    display: flex;
    height: 100px;
    padding: 7px 10px 8px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 6px;
    border-bottom: 1px solid #172e4a;
    background: rgba(2, 10, 19, .98);
    backdrop-filter: blur(18px);
  }

  .wv03-mobile-homebar__primary {
    display: grid;
    grid-template-columns: minmax(105px, 1.1fr) minmax(0, 2.9fr);
    align-items: stretch;
    gap: 4px;
    width: 100%;
    height: 38px;
    min-height: 38px;
  }

  .wv03-mobile-homebar__brand {
    display: flex;
    align-items: center;
    justify-self: stretch;
    gap: 7px;
    min-width: 0;
    padding: 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
  }

  .wv03-mobile-homebar__brand .wv03-brand__mark {
    flex: 0 0 auto;
    width: 23px;
    height: 18px;
  }

  .wv03-mobile-homebar__brand > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wv03-mobile-homebar__ads {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    min-width: 0;
    overflow: hidden;
  }

  .wv03-mobile-homebar__ads .wv03-nav-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 5px;
    overflow: hidden;
    border-left: 0;
    color: #55b9ff !important;
    font-size: 15px !important;
    line-height: 38px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    animation: wv03-mobile-ad-color 2.4s ease-in-out infinite;
  }

  .wv03-mobile-homebar__ads .wv03-nav-ad:nth-child(2) { animation-delay: .4s; }
  .wv03-mobile-homebar__ads .wv03-nav-ad:nth-child(3) { animation-delay: .8s; }

  .wv03-mobile-homebar__search,
  .wv03-mobile-homebar__search.is-open {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    overflow: hidden;
    border: 1px solid #294c70;
    border-radius: 7px;
    background: #071a2f;
    box-shadow: none;
  }

  .wv03-mobile-homebar__search input,
  .wv03-mobile-homebar__search.is-open input {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    border: 0;
    outline: 0;
    color: #eaf3ff;
    background: transparent;
    font-size: 13px;
  }

  .wv03-mobile-homebar__search button,
  .wv03-mobile-homebar__search.is-open button {
    position: relative;
    flex: 0 0 42px;
    width: 42px;
    height: 40px;
    padding: 0;
    border: 0;
    background: #1876f2;
  }

  .wv03-mobile-homebar__search button::before {
    top: 10px;
    left: 11px;
  }

  .wv03-mobile-homebar__search button::after {
    top: 23px;
    left: 24px;
  }

  .wv03-page .wv03-content {
    padding-top: 14px;
  }
}

.wv03-recommend-content {
  min-height: calc(100vh - 64px);
  padding-top: 28px;
}

.wv03-recommend-section {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid #1f3d5d;
  border-radius: 10px;
  background: #081a2e;
}

.wv03-recommend-section:not(:has(a)) {
  display: none;
}

.wv03-recommend-section h2 {
  margin: 0 0 14px;
  color: #edf6ff;
  font-size: 18px;
}

.wv03-recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wv03-recommend-grid > a,
.wv03-recommend-grid .theme-float-ad__item,
.wv03-recommend-grid .theme-float-ad__item > a {
  display: block;
  min-width: 0;
  height: 65px;
}

.wv03-recommend-grid .theme-ad__image,
.wv03-recommend-grid .theme-float-ad__image,
.wv03-recommend-grid video {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: fill;
}

.wv03-recommend-grid .theme-float-ad__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.wv03-recommend-grid .theme-float-ad__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0 0 0 6px;
  color: #fff;
  background: rgba(2, 10, 20, .82);
  font-size: 20px;
}

.wv03-recommend-page .wv03-mobile-bottom__recommend {
  color: #48a5ff;
}

@media (max-width: 820px) {
  html.wv03-mobile-categories-open {
    overflow: hidden;
  }

  .wv03-mobile-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wv03-mobile-bottom > a,
  .wv03-mobile-categories > summary {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 3px;
    min-width: 0;
    color: #9eb0c5;
    font-size: 11px;
    list-style: none;
    cursor: pointer;
  }

  .wv03-mobile-categories {
    min-width: 0;
    height: 100%;
  }

  .wv03-mobile-categories > summary {
    width: 100%;
    height: 100%;
  }

  .wv03-mobile-categories > summary::-webkit-details-marker {
    display: none;
  }

  .wv03-mobile-categories > summary > span {
    width: 21px;
    height: 21px;
    border: 2px solid currentColor;
    border-radius: 5px;
    box-shadow: inset 7px 0 0 transparent;
  }

  .wv03-mobile-categories > summary > b {
    font-weight: 600;
  }

  .wv03-mobile-categories[open] > summary,
  .wv03c-column-page .wv03-mobile-categories > summary {
    color: #48a5ff;
  }

  .wv03-mobile-categories__backdrop,
  .wv03-mobile-categories__drawer {
    display: none;
  }

  .wv03-mobile-categories[open] .wv03-mobile-categories__backdrop {
    position: fixed;
    z-index: 61;
    inset: 0 0 66px;
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    background: rgba(0, 5, 12, .7);
  }

  .wv03-mobile-categories[open] .wv03-mobile-categories__drawer {
    position: fixed;
    z-index: 62;
    right: 0;
    bottom: 66px;
    left: 0;
    display: flex;
    max-height: min(78vh, 620px);
    overflow: hidden;
    border-top: 1px solid #285178;
    border-radius: 16px 16px 0 0;
    background: #061426;
    flex-direction: column;
    box-shadow: 0 -18px 50px rgba(0, 0, 0, .48);
  }

  .wv03-mobile-categories__drawer > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid #173552;
    color: #f0f7ff;
  }

  .wv03-mobile-categories__drawer > header button {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    color: #a9bfd5;
    background: transparent;
    font-size: 25px;
  }

  .wv03-mobile-categories__body {
    display: grid;
    gap: 16px;
    padding: 14px 16px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .wv03-mobile-categories__group {
    min-width: 0;
  }

  .wv03-mobile-categories__parent {
    display: block;
    margin-bottom: 9px;
    color: #68b7ff;
    font-size: 15px;
    font-weight: 900;
  }

  .wv03-mobile-categories__group > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .wv03-mobile-categories__group > div a {
    padding: 9px 6px;
    overflow: hidden;
    border-radius: 6px;
    color: #c7d7e7;
    background: #0b223b;
    font-size: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wv03-mobile-categories__parent.active,
  .wv03-mobile-categories__parent.is-active,
  .wv03-mobile-categories__group > div a.active,
  .wv03-mobile-categories__group > div a.is-active {
    color: #fff;
    background: #1876f2;
  }

  .wv03-recommend-content {
    width: min(100% - 20px, 720px);
    padding-top: 12px;
  }

  .wv03-recommend-section {
    margin-bottom: 14px;
    padding: 12px;
  }

  .wv03-recommend-section h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .wv03-recommend-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wv03-recommend-grid > a,
  .wv03-recommend-grid .theme-float-ad__item,
  .wv03-recommend-grid .theme-float-ad__item > a {
    height: 60px;
  }
}

@keyframes wv03-mobile-ad-color {
  0%, 100% { color: #55b9ff; }
  50% { color: #62e6ff; }
}

.wv03-page {
  min-width: 320px;
  color: var(--wv03-text);
  background: var(--wv03-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

.wv03-page *,
.wv03-page *::before,
.wv03-page *::after {
  box-sizing: border-box;
}

.wv03-page a {
  color: inherit;
  text-decoration: none;
}

.wv03-page img {
  display: block;
  max-width: 100%;
}

.template-source-summary {
  display: none !important;
}

.wv03-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  width: 172px;
  padding: 16px 10px;
  border-right: 1px solid var(--wv03-line);
  background: #040c17;
  overflow-y: auto;
  scrollbar-width: thin;
}

.wv03-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 8px 14px;
  color: #f5f9ff;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wv03-brand__mark {
  position: relative;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  border: 5px solid var(--wv03-blue);
  border-radius: 50%;
}

.wv03-brand__mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #79aaff;
}

.wv03-side-nav {
  display: grid;
  gap: 4px;
}

.wv03-side-nav__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  color: #8da0b8;
  font-size: 13px;
  font-weight: 700;
}

.wv03-side-nav__item:hover,
.wv03-side-nav__item.active,
.wv03-side-nav__item.is-active {
  color: #fff;
  background: var(--wv03-blue);
}

.wv03-side-nav__glyph {
  position: relative;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  opacity: .9;
}

.wv03-side-nav__item:nth-child(2n) .wv03-side-nav__glyph {
  border-radius: 50%;
}

.wv03-side-nav__item:nth-child(3n) .wv03-side-nav__glyph::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 3px;
  background: currentColor;
}

.wv03-side-divider {
  height: 1px;
  margin: 14px 8px;
  background: var(--wv03-line);
}

.wv03-side-nav--utility {
  margin-top: 0;
}

.wv03-side-ads {
  display: grid;
  gap: 5px;
  margin: 8px 0;
  padding: 0;
  border: 0;
}

.wv03-side-ads .wv03-nav-ad {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.wv03-side-ads .wv03-nav-ad::before {
  content: "";
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  opacity: .9;
}

.wv03-side-ads .wv03-nav-ad:nth-child(2n)::before {
  border-radius: 50%;
}

.wv03-main-shell {
  min-height: 100vh;
  margin-left: 172px;
}

.wv03-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 62px;
  border-bottom: 1px solid var(--wv03-line);
  background: rgba(2, 8, 18, .96);
}

.wv03-topbar__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px) auto;
  align-items: center;
  gap: 18px;
  width: calc(100% - 48px);
  height: 100%;
  margin: 0 auto;
}

.wv03-top-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}

.wv03-top-nav a {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 5px;
  color: #91a1b5;
  font-size: 13px;
  font-weight: 800;
}

.wv03-top-nav a:hover,
.wv03-top-nav a.active,
.wv03-top-nav a.is-active {
  color: #fff;
  background: #10243b;
}

.wv03-search {
  display: flex;
  align-items: center;
  height: 34px;
  overflow: hidden;
  border: 1px solid #1b3048;
  border-radius: 6px;
  background: #0a1727;
}

.wv03-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 11px;
  border: 0;
  outline: 0;
  color: var(--wv03-text);
  background: transparent;
  font: inherit;
  font-size: 12px;
}

.wv03-search input::placeholder {
  color: #60738c;
}

.wv03-search button {
  position: relative;
  flex: 0 0 34px;
  height: 34px;
  padding: 0;
  border: 0;
  color: #91a1b5;
  background: transparent;
  cursor: pointer;
}

.wv03-search button span,
.wv03-search button span::after {
  position: absolute;
  display: block;
  content: "";
}

.wv03-search button span {
  top: 9px;
  left: 9px;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wv03-search button span::after {
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.wv03-account {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #b9c7d8;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.wv03-account__avatar {
  width: 26px;
  height: 26px;
  border: 2px solid #31506f;
  border-radius: 50%;
  background: #1b3857;
}

.wv03-content {
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 18px 0 32px;
}

.wv03-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
}

.wv03-hero,
.wv03-rank {
  min-width: 0;
  border: 1px solid var(--wv03-line);
  border-radius: 8px;
  background: var(--wv03-panel);
}

.wv03-hero {
  position: relative;
  height: clamp(340px, 30vw, 440px);
  overflow: hidden;
}

.wv03-hero__track,
.wv03-hero__item,
.wv03-hero__media,
.wv03-hero__shade {
  position: absolute;
  inset: 0;
}

.wv03-hero__item {
  display: none;
}

.wv03-hero__item.is-active {
  display: block;
}

.wv03-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.wv03-hero__shade {
  background: rgba(2, 8, 18, .5);
}

.wv03-hero__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  max-width: 530px;
  padding: 34px;
}

.wv03-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 4px;
  color: #c7dcff;
  background: rgba(25, 118, 255, .8);
  font-size: 11px;
  font-weight: 800;
}

.wv03-hero h1 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
}

.wv03-hero__meta,
.wv03-hero__summary {
  margin: 0;
  color: #d0dce9;
}

.wv03-hero__meta {
  font-size: 12px;
}

.wv03-hero__summary {
  display: -webkit-box;
  max-width: 480px;
  margin-top: 9px;
  overflow: hidden;
  color: #b9c7d8;
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wv03-hero__actions {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}

.wv03-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid #45627e;
  border-radius: 5px;
  color: #d5e2ef;
  background: rgba(5, 17, 30, .55);
  font-size: 12px;
  font-weight: 800;
}

.wv03-button--primary {
  border-color: transparent;
  color: #fff;
  background: var(--wv03-blue);
}

.wv03-button:hover {
  border-color: #5e81a2;
  color: #fff;
}

.wv03-button--primary:hover {
  border-color: transparent;
  background: var(--wv03-blue-strong);
}

.wv03-hero__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(2, 8, 18, .64);
  cursor: pointer;
}

.wv03-hero__arrow::before {
  content: "";
  position: absolute;
  top: 11px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.wv03-hero__arrow--prev {
  left: 14px;
}

.wv03-hero__arrow--prev::before {
  left: 12px;
  transform: rotate(-135deg);
}

.wv03-hero__arrow--next {
  right: 14px;
}

.wv03-hero__arrow--next::before {
  right: 12px;
  transform: rotate(45deg);
}

.wv03-hero__dots {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 17px;
  display: flex;
  gap: 6px;
}

.wv03-hero__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
}

.wv03-hero__dots span.is-active {
  width: 18px;
  border-radius: 6px;
  background: var(--wv03-blue);
}

.wv03-rank {
  padding: 13px;
}

.wv03-panel-heading,
.wv03-section__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wv03-panel-heading {
  margin-bottom: 8px;
}

.wv03-panel-heading h2,
.wv03-section__heading h2 {
  margin: 0;
  color: #f2f7ff;
  font-size: 16px;
}

.wv03-panel-heading a,
.wv03-section__heading a {
  color: #4f94ff;
  font-size: 12px;
  font-weight: 800;
}

.wv03-rank__list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: wv03-rank;
}

.wv03-rank__item {
  display: grid;
  grid-template-columns: 17px 28px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 28px;
  counter-increment: wv03-rank;
}

.wv03-rank__number::before {
  content: counter(wv03-rank);
  color: #7992ad;
  font-size: 12px;
  font-weight: 900;
}

.wv03-rank__item:nth-child(-n + 3) .wv03-rank__number::before {
  color: var(--wv03-gold);
}

.wv03-rank__cover {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 4px;
  background: #122235;
}

.wv03-rank__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wv03-rank__body {
  min-width: 0;
}

.wv03-rank__body strong,
.wv03-rank__body span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03-rank__body strong {
  color: #dbe7f5;
  font-size: 11px;
}

.wv03-rank__body span {
  margin-top: 1px;
  color: #8297ae;
  font-size: 10px;
}

.wv03-section {
  margin-top: 22px;
}

.wv03-section__heading {
  margin-bottom: 10px;
}

.wv03-poster-row,
.wv03-category-row,
.wv03-continue-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.wv03-poster-card,
.wv03-continue-card,
.wv03-landscape-card {
  min-width: 0;
}

.wv03-poster-card__cover,
.wv03-continue-card__cover {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  border: 1px solid var(--wv03-line);
  border-radius: 6px;
  background: var(--wv03-panel-strong);
}

.wv03-poster-card__cover img,
.wv03-continue-card__cover img,
.wv03-landscape-card__cover img,
.wv03-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wv03-poster-card__cover::after,
.wv03-continue-card__cover::after,
.wv03-landscape-card__cover::after,
.wv03-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 18, .18);
}

.wv03-poster-card__cover span,
.wv03-continue-card__cover span,
.wv03-landscape-card__cover span {
  position: absolute;
  z-index: 2;
  right: 6px;
  bottom: 6px;
  padding: 2px 5px;
  border-radius: 3px;
  color: #f6c85d;
  background: rgba(2, 8, 18, .72);
  font-size: 11px;
  font-weight: 800;
}

.wv03-poster-card h3,
.wv03-continue-card h3,
.wv03-landscape-card h3 {
  margin: 7px 0 2px;
  overflow: hidden;
  color: #dce7f4;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03-poster-card p,
.wv03-continue-card p,
.wv03-landscape-card p {
  margin: 0;
  overflow: hidden;
  color: var(--wv03-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03-landscape-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wv03-landscape-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 9px;
  min-height: 84px;
  padding: 8px;
  border: 1px solid var(--wv03-line);
  border-radius: 7px;
  background: var(--wv03-panel);
}

.wv03-landscape-card__cover {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: var(--wv03-panel-strong);
}

.wv03-category-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wv03-category-card {
  position: relative;
  display: block;
  min-height: 148px;
  overflow: hidden;
  border: 1px solid var(--wv03-line);
  border-radius: 7px;
  background: var(--wv03-panel-strong);
}

.wv03-category-card img {
  position: absolute;
  inset: 0;
}

.wv03-category-card strong,
.wv03-category-card > span {
  position: absolute;
  z-index: 2;
  left: 10px;
  right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03-category-card strong {
  bottom: 10px;
  color: #fff;
  font-size: 13px;
}

.wv03-category-card > span {
  bottom: 29px;
  color: #c8d6e5;
  font-size: 10px;
}

.wv03-continue-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wv03-continue-card__cover {
  aspect-ratio: 16 / 9;
}

.wv03-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 22px 16px 28px;
  border-top: 1px solid var(--wv03-line);
  color: #526981;
  font-size: 11px;
}

@media (max-width: 1060px) {
  .wv03-hero-grid {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .wv03-landscape-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wv03-poster-row,
  .wv03-continue-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .wv03-sidebar {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--wv03-line);
  }

  .wv03-brand {
    display: inline-flex;
    padding: 0 0 10px;
  }

  .wv03-side-nav {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 2px;
  }

  .wv03-side-nav__item {
    flex: 0 0 auto;
  }

  .wv03-side-divider,
  .wv03-side-nav--utility {
    display: none;
  }

  .wv03-main-shell {
    margin-left: 0;
  }

  .wv03-topbar {
    height: auto;
  }

  .wv03-topbar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 54px;
  }

  .wv03-top-nav,
  .wv03-account {
    display: none;
  }

  .wv03-search {
    grid-column: 1 / -1;
    width: 100%;
    margin: 10px 0;
  }

  .wv03-hero-grid {
    grid-template-columns: 1fr;
  }

  .wv03-rank {
    display: none;
  }

  .wv03-hero {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .wv03-hero__content {
    padding: 22px;
  }

  .wv03-hero h1 {
    font-size: 26px;
  }

  .wv03-hero__summary {
    display: none;
  }

  .wv03-category-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .wv03-content,
  .wv03-topbar__inner {
    width: min(100% - 20px, 1200px);
  }

  .wv03-poster-row,
  .wv03-continue-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wv03-landscape-row {
    grid-template-columns: 1fr;
  }

  .wv03-category-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wv03-hero__arrow {
    display: none;
  }
}

/* 03 首页的导航和移动端菜单与确认的 WAP 首页保持同一套结构。 */
.wv03-side-more,
.wv03-top-nav__more {
  position: relative;
  flex: 0 0 auto;
}

.wv03-side-more summary,
.wv03-top-nav__more summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  color: #8da0b8;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.wv03-side-more summary::-webkit-details-marker,
.wv03-top-nav__more summary::-webkit-details-marker,
.wv03-mobile-drawer summary::-webkit-details-marker {
  display: none;
}

.wv03-side-more summary:hover,
.wv03-top-nav__more summary:hover {
  color: #fff;
  background: #10243b;
}

.wv03-side-more summary::after {
  content: "›";
  margin-left: auto;
  font-size: 17px;
  transition: transform .18s ease;
}

.wv03-side-more[open] summary::after { transform: rotate(90deg); }

.wv03-side-more > div,
.wv03-top-nav__more > div {
  display: grid;
  gap: 3px;
  min-width: 132px;
  padding: 7px;
  border: 1px solid #203a56;
  border-radius: 6px;
  background: #081525;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .34);
}

.wv03-side-more > div { margin-top: 4px; }

.wv03-sidebar .wv03-side-more > div {
  min-width: 0;
  max-height: none;
  margin: 3px 0 6px 18px;
  padding: 3px 0 3px 8px;
  overflow: visible;
  border: 0;
  border-left: 1px solid #203a56;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wv03-sidebar .wv03-side-more > div .wv03-side-nav__item {
  min-height: 31px;
  padding: 0 8px;
  color: #71869f;
  font-size: 12px;
  font-weight: 650;
}

.wv03-sidebar .wv03-side-more > div .wv03-side-nav__glyph {
  width: 10px;
  height: 10px;
}

.wv03-sidebar .wv03-side-more > div .wv03-side-nav__item.active,
.wv03-sidebar .wv03-side-more > div .wv03-side-nav__item.is-active {
  color: #fff;
  background: #1876f2;
}

.wv03-top-nav__more summary {
  min-height: 32px;
  padding: 8px 10px;
  color: #91a1b5;
}

.wv03-top-nav__more > div {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 20;
}

.wv03-top-nav__more > div a { padding: 8px 9px; border-radius: 4px; }
.wv03-top-nav__more > div a:hover { color: #fff; background: #102d4a; }

.wv03-nav-ad {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 0;
  border-radius: 0;
  color: #ffc43d !important;
  background: transparent;
  box-shadow: none;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 16px;
  animation: wv03-ad-pulse 1.8s ease-in-out infinite;
}

.wv03-top-nav .wv03-nav-ad:hover,
.wv03-side-ads .wv03-nav-ad:hover { color: #ff6b35 !important; background: transparent; box-shadow: none; }

@keyframes wv03-ad-pulse { 0%, 100% { color: #ffc43d; } 50% { color: #ff6b35; } }

.wv03-mobile-homebar,
.wv03-mobile-bottom,
.wv03-mobile-drawer__panel { display: none; }

@media (max-width: 820px) {
  .wv03-page .wv03-sidebar,
  .wv03-page .wv03-topbar { display: none; }

  .wv03-page .wv03-main-shell { margin-left: 0; }

  .wv03-mobile-homebar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 10px;
    height: 60px;
    padding: 0 14px;
    border-bottom: 1px solid #172e4a;
    background: rgba(2, 10, 19, .96);
    backdrop-filter: blur(18px);
  }

  .wv03-mobile-drawer { position: relative; }
  .wv03-mobile-drawer > summary { position: relative; width: 30px; height: 30px; cursor: pointer; list-style: none; }
  .wv03-mobile-drawer > summary::before,
  .wv03-mobile-drawer > summary::after,
  .wv03-mobile-drawer > summary span {
    content: "";
    position: absolute;
    left: 5px;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #dce9f8;
  }
  .wv03-mobile-drawer > summary::before { top: 8px; }
  .wv03-mobile-drawer > summary span { top: 14px; }
  .wv03-mobile-drawer > summary::after { top: 20px; }
  .wv03-mobile-drawer[open] > summary::before { top: 14px; transform: rotate(45deg); }
  .wv03-mobile-drawer[open] > summary span { opacity: 0; }
  .wv03-mobile-drawer[open] > summary::after { top: 14px; transform: rotate(-45deg); }
  .wv03-mobile-drawer[open] .wv03-mobile-drawer__panel {
    position: fixed;
    z-index: 45;
    top: 60px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 4px;
    max-height: calc(100vh - 144px);
    padding: 12px;
    overflow-y: auto;
    border: 1px solid #284a6d;
    border-radius: 10px;
    background: rgba(4, 17, 31, .98);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .48);
  }
  .wv03-mobile-drawer__panel a { padding: 11px 12px; border-radius: 6px; color: #c9d9e9; font-size: 14px; font-weight: 700; }
  .wv03-mobile-drawer__panel a.active,
  .wv03-mobile-drawer__panel a.is-active { color: #fff; background: #1876f2; }
  .wv03-mobile-column > summary { display: flex; align-items: center; min-height: 42px; padding: 10px 12px; border-radius: 6px; color: #c9d9e9; font-size: 14px; font-weight: 800; list-style: none; cursor: pointer; }
  .wv03-mobile-column > summary::after { content: "›"; margin-left: auto; font-size: 18px; transition: transform .18s ease; }
  .wv03-mobile-column[open] > summary::after { transform: rotate(90deg); }
  .wv03-mobile-column > div { display: grid; gap: 3px; padding: 3px 0 4px 12px; }
  .wv03-mobile-column > div a { background: rgba(24, 118, 242, .07); }
  .wv03-mobile-drawer__panel .wv03-nav-ad { display: flex; align-items: center; justify-content: flex-start; min-height: 40px; border: 0; background: transparent; box-shadow: none; text-align: left; }
  .wv03-mobile-drawer__label { padding: 13px 12px 5px; color: #728ca8; font-size: 11px; font-weight: 800; }
  .wv03-mobile-homebar__brand { display: inline-flex; align-items: center; justify-self: center; gap: 8px; min-width: 0; color: #fff; font-size: 18px; font-weight: 800; }
  .wv03-mobile-homebar__brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .wv03-mobile-homebar__brand .wv03-brand__mark { width: 27px; height: 22px; }
  .wv03-mobile-homebar__search { position: relative; width: 32px; height: 32px; border: 0; background: transparent; }
  .wv03-mobile-homebar__search input { display: none; }
  .wv03-mobile-homebar__search button { width: 32px; height: 32px; padding: 0; border: 0; background: transparent; }
  .wv03-mobile-homebar__search button::before { content: ""; position: absolute; top: 7px; left: 6px; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 50%; }
  .wv03-mobile-homebar__search button::after { content: ""; position: absolute; top: 20px; left: 20px; width: 8px; height: 2px; background: #fff; transform: rotate(45deg); }
  .wv03-mobile-homebar__search.is-open { position: fixed; z-index: 60; top: 60px; right: 14px; left: 14px; display: flex; width: auto; height: 44px; overflow: hidden; border: 1px solid #2e6aa6; border-radius: 8px; background: #06172b; box-shadow: 0 14px 34px rgba(0, 0, 0, .45); }
  .wv03-mobile-homebar__search.is-open input { display: block; width: 100%; min-width: 0; padding: 0 13px; border: 0; outline: 0; color: #eaf3ff; background: transparent; }
  .wv03-mobile-homebar__search.is-open button { flex: 0 0 44px; height: 44px; }
  .wv03-page .wv03-content { width: min(100% - 28px, 720px); padding: 74px 0 88px; }
  .wv03-page .wv03-hero-grid { display: block; }
  .wv03-page .wv03-hero { height: auto; aspect-ratio: 16 / 9; border-radius: 12px; }
  .wv03-page .wv03-hero__content { padding: 18px; }
  .wv03-page .wv03-hero h1 { font-size: 27px; }
  .wv03-page .wv03-hero__summary { display: none; }
  .wv03-page .wv03-rank { display: block; margin-top: 18px; padding: 0; border: 0; background: transparent; }
  .wv03-page .wv03-rank__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
  .wv03-page .wv03-rank__item { display: block; position: relative; min-height: 0; }
  .wv03-page .wv03-rank__item:nth-child(n+5) { display: none; }
  .wv03-page .wv03-rank__number { position: absolute; z-index: 3; }
  .wv03-page .wv03-rank__number::before { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 0 0 7px; color: #fff; background: #277dff; }
  .wv03-page .wv03-rank__cover { width: 100%; height: auto; aspect-ratio: 2 / 3; border-radius: 7px; }
  .wv03-page .wv03-rank__body strong { margin-top: 6px; font-size: 12px; }
  .wv03-page .wv03-rank__body span { color: var(--wv03-gold); }
  .wv03-page .wv03-section { margin-top: 24px; }
  .wv03-page .wv03-section__heading { margin-bottom: 12px; }
  .wv03-page .wv03-landscape-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wv03-page .wv03-landscape-card { display: block; min-height: 0; padding: 0; overflow: hidden; }
  .wv03-page .wv03-landscape-card__cover { display: block; aspect-ratio: 16 / 10; }
  .wv03-page .wv03-landscape-card > div { padding: 0 8px 8px; }
  .wv03-page .wv03-category-card { min-height: 96px; }
  .wv03-page .wv03-continue-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wv03-page .wv03-footer { display: none; }
  .wv03-mobile-bottom { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 66px; padding: 7px 10px 5px; border-top: 1px solid #1c3a5c; background: rgba(3, 13, 26, .97); backdrop-filter: blur(14px); }
  .wv03-mobile-bottom a { display: grid; justify-items: center; align-content: center; gap: 3px; min-width: 0; color: #9eb0c5; font-size: 11px; }
  .wv03-mobile-bottom a span { width: 21px; height: 21px; border: 2px solid currentColor; border-radius: 7px; }
  .wv03-mobile-bottom a:nth-child(2n) span { border-radius: 50%; }
  .wv03-mobile-bottom a.active,
  .wv03-mobile-bottom a.is-active { color: #48a5ff; }
  .wv03-mobile-bottom b { overflow: hidden; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 820px) {
  .wv03-mobile-homebar {
    position: fixed;
    display: flex;
    height: 100px;
    padding: 7px 10px 8px;
    flex-direction: column;
    gap: 6px;
  }

  .wv03-mobile-homebar__brand {
    justify-self: stretch;
    justify-content: flex-start;
    font-size: 16px;
  }

  .wv03-mobile-homebar__brand .wv03-brand__mark {
    width: 23px;
    height: 18px;
  }

  .wv03-mobile-homebar__search,
  .wv03-mobile-homebar__search.is-open {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 1px solid #294c70;
    border-radius: 7px;
    background: #071a2f;
    box-shadow: none;
  }

  .wv03-mobile-homebar__search input,
  .wv03-mobile-homebar__search.is-open input {
    display: block;
  }

  .wv03-mobile-homebar__search button,
  .wv03-mobile-homebar__search.is-open button {
    flex: 0 0 42px;
    width: 42px;
    height: 40px;
    background: #1876f2;
  }

  .wv03-mobile-homebar__search button::before {
    top: 10px;
    left: 11px;
  }

  .wv03-mobile-homebar__search button::after {
    top: 23px;
    left: 24px;
  }

  .wv03-page .wv03-content {
    padding-top: 14px;
  }
}

@media (max-width: 820px) {
  .wv03-mobile-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
