:root {
  --wv03p-bg: #020914;
  --wv03p-panel: #071728;
  --wv03p-panel-soft: #0a2037;
  --wv03p-line: #234466;
  --wv03p-text: #e8f2ff;
  --wv03p-muted: #8fa9c1;
  --wv03p-blue: #1d7cf2;
  --wv03p-gold: #f4c35d;
}

.wv03p-page { min-width: 320px; min-height: 100vh; color: var(--wv03p-text); background: radial-gradient(circle at 88% 0, rgba(25, 92, 161, .2), transparent 31%), var(--wv03p-bg); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif; }
.wv03p-page *, .wv03p-page *::before, .wv03p-page *::after { box-sizing: border-box; }
.wv03p-page a { color: inherit; text-decoration: none; }
.wv03p-page img { display: block; max-width: 100%; }
.wv03p-shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0 50px; }

.wv03p-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid #193956; background: rgba(3, 13, 25, .96); backdrop-filter: blur(16px); }
.wv03p-header__inner { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(210px, 290px); align-items: center; gap: 26px; width: min(1200px, calc(100% - 40px)); min-height: 62px; margin: 0 auto; }
.wv03p-cooperation-page .wv03p-header__inner { grid-template-columns: auto minmax(0, 1fr); }
.wv03p-brand { display: inline-flex; align-items: center; gap: 9px; min-width: 0; color: #fff; font-size: 18px; font-weight: 800; white-space: nowrap; }
.wv03p-brand__mark { width: 23px; height: 23px; border: 5px solid #1f7bfa; border-radius: 50%; box-shadow: inset 0 0 0 3px #8cc2ff; }
.wv03p-nav { display: flex; align-items: center; gap: 5px; min-width: 0; overflow: hidden; }
.wv03p-nav > a, .wv03p-nav > details > summary { flex: 0 0 auto; padding: 8px 10px; border-radius: 5px; color: #a7bdd2; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.wv03p-nav > a:hover, .wv03p-nav > a.active, .wv03p-nav > a.is-active, .wv03p-nav > details > summary:hover { color: #fff; background: #123658; }
.wv03p-nav summary::-webkit-details-marker, .wv03p-mobile-menu summary::-webkit-details-marker { display: none; }
.wv03p-nav > details { position: relative; }
.wv03p-nav > details > div { position: absolute; z-index: 50; top: 38px; left: 0; display: grid; gap: 3px; min-width: 136px; padding: 7px; border: 1px solid var(--wv03p-line); border-radius: 7px; background: #071729; box-shadow: 0 16px 36px rgba(0, 0, 0, .38); }
.wv03p-nav > details > div a { padding: 8px 9px; border-radius: 4px; color: #c5d8eb; font-size: 13px; }
.wv03p-nav > details > div a:hover { color: #fff; background: #143b60; }
.wv03p-nav .wv03-nav-ad { flex: 0 0 auto; padding: 8px 10px; color: var(--wv03p-gold); font-size: 14px; font-weight: 900; animation: wv03p-ad-blink 1.8s ease-in-out infinite; }
.wv03p-mobile-text-ads { display: none; }
.wv03p-mobile-bottom { display: none; }
@keyframes wv03p-ad-blink { 50% { color: #fff1b8; opacity: .65; } }
.wv03p-search { display: flex; align-items: center; height: 34px; overflow: hidden; border: 1px solid #294b6c; border-radius: 6px; background: #08192b; }
.wv03p-search input { width: 100%; min-width: 0; height: 100%; padding: 0 11px; border: 0; outline: 0; color: #e9f3ff; background: transparent; font: inherit; font-size: 12px; }
.wv03p-search input::placeholder { color: #6f89a3; }
.wv03p-search button { width: 38px; height: 100%; border: 0; color: #b5cee5; background: transparent; font-size: 12px; cursor: pointer; }
.wv03p-mobile-menu { display: none; }

.wv03p-crumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; color: #8aa4bd; font-size: 13px; }
.wv03p-crumb a:hover { color: #69adff; }
.wv03p-hero { display: flex; align-items: end; justify-content: space-between; gap: 24px; min-height: 178px; padding: 30px; overflow: hidden; border: 1px solid #2a5278; border-radius: 9px; background: linear-gradient(120deg, rgba(15, 62, 108, .96), rgba(5, 22, 42, .96) 62%, rgba(4, 13, 25, .96)); }
.wv03p-hero h1 { margin: 8px 0; color: #fff; font-size: 32px; }
.wv03p-hero span { color: #64aeff; font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.wv03p-hero p { max-width: 610px; margin: 0; color: #afc5d9; font-size: 13px; line-height: 1.65; }
.wv03p-button { display: inline-flex; align-items: center; justify-content: center; min-height: 35px; padding: 0 13px; border: 1px solid #4b7198; border-radius: 6px; color: #eaf4ff; background: #0a243f; font-size: 13px; font-weight: 800; }
.wv03p-button--primary { border-color: #1c7cf0; background: var(--wv03p-blue); }
.wv03p-button:hover { color: #fff; border-color: #68a6df; }

.wv03p-panel { margin-top: 18px; padding: 20px; border: 1px solid var(--wv03p-line); border-radius: 9px; background: rgba(7, 23, 40, .9); }
.wv03p-section-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.wv03p-section-head h2 { margin: 0; color: #f2f8ff; font-size: 18px; }
.wv03p-section-head a, .wv03p-section-head span { color: #69aaff; font-size: 12px; font-weight: 700; }
.wv03p-category-nav, .wv03p-filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.wv03p-category-nav { margin-top: 18px; padding: 11px 14px; border: 1px solid #284b6e; border-radius: 8px; background: rgba(8, 29, 50, .74); }
.wv03p-category-nav > a, .wv03p-category-nav > details > summary, .wv03p-filter-row a { padding: 7px 10px; border-radius: 5px; color: #a9bfd4; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.wv03p-category-nav > a:hover, .wv03p-category-nav > a.active, .wv03p-category-nav > a.is-active, .wv03p-category-nav > details > summary:hover, .wv03p-filter-row a:hover, .wv03p-filter-row a.active, .wv03p-filter-row a.is-active { color: #fff; background: #1c75da; }
.wv03p-category-nav summary::-webkit-details-marker { display: none; }
.wv03p-category-nav > details { position: relative; }
.wv03p-category-nav > details > div { position: absolute; z-index: 10; top: 31px; left: 0; display: grid; gap: 3px; min-width: 130px; padding: 7px; border: 1px solid var(--wv03p-line); border-radius: 7px; background: #071729; }
.wv03p-category-nav > details > div a { padding: 8px; border-radius: 4px; color: #c6d8eb; font-size: 13px; }
.wv03p-filter { display: grid; gap: 10px; margin-top: 18px; padding: 15px; border: 1px solid #284b6e; border-radius: 8px; background: rgba(6, 20, 36, .75); }
.wv03p-filter-row > strong { flex: 0 0 62px; color: #cfdef0; font-size: 13px; }

.wv03p-site-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.wv03p-site-card { display: grid; gap: 10px; min-width: 0; padding: 14px; border: 1px solid #294b6d; border-radius: 7px; background: linear-gradient(145deg, rgba(12, 38, 64, .96), rgba(5, 20, 35, .96)); }
.wv03p-site-card:hover { border-color: #3b82bf; transform: translateY(-1px); }
.wv03p-site-card__main { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 10px; }
.wv03p-site-card__icon { display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; border-radius: 8px; background: #163758; }
.wv03p-site-card__icon img { width: 100%; height: 100%; object-fit: cover; }
.wv03p-site-card strong, .wv03p-site-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wv03p-site-card strong { color: #e8f3ff; font-size: 14px; }
.wv03p-site-card small { margin-top: 5px; color: #829db8; font-size: 12px; }
.wv03p-site-card__meta { color: #60a7fc; font-size: 12px; font-weight: 700; }
.wv03p-site-card__meta:hover { color: #a4d0ff; }
.wv03p-link-grid { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 5px 12px; }
.wv03p-link-grid__item { min-width: 0; padding: 8px 5px; overflow: hidden; color: #cbdced; font-size: 13px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.wv03p-link-grid__item:hover { color: #fff; background: #143b60; border-radius: 5px; }

.wv03p-detail { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; }
.wv03p-detail__cover { display: grid; place-items: center; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid #335a80; border-radius: 9px; background: #0a223a; }
.wv03p-detail__cover img { width: 100%; height: 100%; object-fit: cover; }
.wv03p-detail h1 { margin: 0; color: #fff; font-size: 28px; }
.wv03p-detail__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: 16px 0; padding: 0; list-style: none; color: #c4d6e8; font-size: 13px; }
.wv03p-detail__meta span { color: #7795b1; }
.wv03p-detail__intro, .wv03p-copy { color: #a9bfd3; font-size: 14px; line-height: 1.8; }
.wv03p-copy p { margin: 0 0 12px; }
.wv03p-detail__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }

.wv03p-super-b-page .wv03p-detail {
  grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}
.wv03p-super-b-page .wv03p-detail__cover {
  width: 100%;
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}
.wv03p-super-b-page .wv03p-detail__cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.wv03p-super-b-page .wv03p-detail > :not(.wv03p-detail__cover) {
  min-width: 0;
  padding-top: 4px;
}

.wv03p-rank { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; counter-reset: wv03p-rank; }
.wv03p-rank li { display: grid; grid-template-columns: 36px 56px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 72px; padding: 7px; border-radius: 6px; counter-increment: wv03p-rank; }
.wv03p-rank li:hover { background: rgba(28, 75, 120, .42); }
.wv03p-rank li > i::before { content: counter(wv03p-rank, decimal-leading-zero); color: #86a3bd; font-size: 13px; font-style: normal; font-weight: 900; }
.wv03p-rank li:nth-child(-n + 3) > i::before { color: var(--wv03p-gold); }
.wv03p-rank__icon { display: grid; place-items: center; width: 56px; height: 56px; overflow: hidden; border-radius: 6px; background: #123555; }
.wv03p-rank__icon img { width: 100%; height: 100%; object-fit: cover; }
.wv03p-rank b, .wv03p-rank span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wv03p-rank b { color: #e7f2ff; font-size: 14px; }
.wv03p-rank span { margin-top: 5px; color: #88a5bf; font-size: 12px; }
.wv03p-rank strong { color: var(--wv03p-gold); font-size: 15px; }
.wv03p-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 20px; color: #9db4c9; font-size: 13px; }
.wv03p-pagination a { padding: 8px 11px; border: 1px solid #345a80; border-radius: 5px; color: #d5e6f7; }
.wv03p-pagination a:hover { border-color: #62a4e0; }

.wv03p-form { display: grid; gap: 16px; max-width: 680px; }
.wv03p-form label { display: grid; gap: 7px; color: #c7d9ec; font-size: 13px; font-weight: 700; }
.wv03p-form input, .wv03p-form select, .wv03p-form textarea { width: 100%; padding: 10px 11px; border: 1px solid #2c5278; border-radius: 5px; outline: 0; color: #eaf4ff; background: #071a2e; font: inherit; }
.wv03p-form select:disabled { color: #7890a8; cursor: wait; }
.wv03p-url-row { display: grid; grid-template-columns: auto minmax(0, 1fr); overflow: hidden; border: 1px solid #2c5278; border-radius: 5px; background: #071a2e; }
.wv03p-url-row > span { display: flex; align-items: center; padding: 0 0 0 11px; color: #6fb8ff; font-weight: 700; }
.wv03p-form .wv03p-url-row input { border: 0; border-radius: 0; }
.wv03p-url-row:focus-within { border-color: #3e84c6; box-shadow: 0 0 0 2px rgba(62, 132, 198, .13); }
.wv03p-url-preview { color: #6fb8ff; font-weight: 500; overflow-wrap: anywhere; }
.wv03p-form textarea { min-height: 132px; resize: vertical; }
.wv03p-form button { width: max-content; border: 0; cursor: pointer; }
.wv03p-cooperation-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin-top: 0; }
.wv03p-cooperation-grid--advertising { grid-template-columns: minmax(0, 860px); justify-content: center; }
.wv03p-cooperation-grid > .wv03p-panel { min-width: 0; margin-top: 0; }
.wv03p-cooperation-notes { display: grid; gap: 9px; margin: 16px 0 20px; padding-left: 20px; }
.wv03p-contact-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding-top: 17px; border-top: 1px solid var(--wv03p-line); color: #c7d9ec; }
.wv03p-contact-line strong { color: #fff; }
.wv03p-contact-line span { color: #79b7ff; }
.wv03p-form-note { margin: 0 0 15px; color: #9eb6cc; font-size: 13px; line-height: 1.7; }
.wv03p-own-link { display: flex; align-items: center; gap: 16px; margin-bottom: 17px; padding: 13px 14px; overflow: hidden; border: 1px solid #294c70; border-radius: 7px; background: #081b30; font-size: 13px; }
.wv03p-own-link strong { flex: 0 0 auto; color: #fff; }
.wv03p-own-link span { min-width: 0; overflow: hidden; color: #69aaff; text-overflow: ellipsis; white-space: nowrap; }
.wv03p-own-link button { flex: 0 0 auto; padding: 7px 12px; border: 1px solid #3478bd; border-radius: 5px; background: #0d3155; color: #d9ebff; cursor: pointer; }
.wv03p-own-link button:disabled { cursor: not-allowed; opacity: .55; }
.wv03p-own-link__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.wv03p-friend-apply-page { overflow: hidden; }
.wv03p-friend-page { min-height: 100vh; }
.wv03p-friend-modal { position: fixed; z-index: 9998; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; overflow-y: auto; background: rgba(1, 10, 20, .78); backdrop-filter: blur(8px); }
.wv03p-friend-dialog { width: min(680px, 100%); max-height: calc(100dvh - 48px); margin: 0; padding: 24px; overflow-y: auto; box-shadow: 0 26px 90px rgba(0, 0, 0, .48); }
.wv03p-friend-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.wv03p-friend-dialog__head span { color: #61aaff; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.wv03p-friend-dialog__head h1 { margin: 4px 0 0; color: #fff; font-size: 23px; }
.wv03p-friend-dialog__head > a { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border: 1px solid #2c5278; border-radius: 50%; color: #b8cee2; background: #071a2e; font-size: 22px; line-height: 1; text-decoration: none; }
.wv03p-friend-dialog__head > a:hover { border-color: #4d93d7; color: #fff; }
.wv03p-domain-row { display: grid !important; grid-template-columns: 106px minmax(0, 1fr); gap: 0; min-width: 0; }
.wv03p-form .wv03p-domain-row select { border-radius: 5px 0 0 5px; }
.wv03p-form .wv03p-domain-row input { position: relative; margin-left: -1px; border-radius: 0 5px 5px 0; }
.wv03p-form .wv03p-domain-row input:focus { z-index: 1; }
.wv03p-friend-apply .wv03p-form { max-width: none; }
.wv03p-captcha-row { display: grid; grid-template-columns: minmax(0, 1fr) 116px; gap: 10px; }
.wv03p-captcha-refresh { width: 116px !important; height: 46px; padding: 0; overflow: hidden; border: 1px solid #2c5278 !important; border-radius: 5px; background: #071a2e; }
.wv03p-captcha-refresh img { width: 116px; height: 46px; }
.wv03p-form-status { min-height: 20px; margin: -4px 0 0; color: #8fa9c1; font-size: 13px; }
.wv03p-form-status.is-success { color: #56d69a; }
.wv03p-form-status.is-error { color: #ff7f86; }
.wv03p-submit { width: 100% !important; min-height: 44px; }
.wv03p-submit:disabled { cursor: wait; opacity: .65; }
.wv03p-footer { border-top: 1px solid #1a3c5e; background: #061321; }
.wv03p-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1200px, calc(100% - 40px)); min-height: 112px; margin: 0 auto; }
.wv03p-footer__links { display: flex; flex-wrap: wrap; gap: 18px; color: #a7bfd4; font-size: 13px; }
.wv03p-footer__links a:hover { color: #fff; }
.wv03p-footer p { margin: 0; color: #718da8; font-size: 12px; }

@media (max-width: 820px) {
  .wv03p-page { padding-bottom: 66px; }
  .wv03p-mobile-bottom {
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 62px;
    padding: 5px 8px;
    border-top: 1px solid var(--wv03p-line);
    background: rgba(3, 13, 26, .97);
    backdrop-filter: blur(14px);
  }
  .wv03p-mobile-bottom a {
    display: grid;
    min-width: 0;
    place-items: center;
    align-content: center;
    gap: 2px;
    color: var(--wv03p-muted);
    font-size: 12px;
  }
  .wv03p-mobile-bottom a span {
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 7px;
  }
  .wv03p-mobile-bottom a:nth-child(2n) span { border-radius: 50%; }
  .wv03p-mobile-bottom a.active,
  .wv03p-mobile-bottom a.is-active,
  .wv03p-recommend-page .wv03p-mobile-bottom__recommend { color: var(--wv03p-blue); }
  .wv03p-mobile-bottom b {
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wv03p-header__inner, .wv03p-shell, .wv03p-footer__inner { width: min(100% - 28px, 720px); }
  .wv03p-header__inner { grid-template-columns: auto 1fr; min-height: 58px; }
  .wv03p-brand { max-width: 42vw; overflow: hidden; }
  .wv03p-brand > span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .wv03p-mobile-text-ads { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-width: 0; padding-right: 38px; overflow: hidden; }
  .wv03p-mobile-text-ads .wv03-nav-ad { flex: 1 1 0; min-width: 0; overflow: hidden; color: var(--wv03p-gold); font-size: 12px; font-weight: 900; text-align: center; text-overflow: ellipsis; white-space: nowrap; animation: wv03p-ad-blink 1.8s ease-in-out infinite; }
  .wv03p-nav { display: none; }
  .wv03p-search { display: none; }
  .wv03p-mobile-menu { position: absolute; z-index: 60; top: 14px; right: 14px; display: block; }
  .wv03p-mobile-menu > summary { position: relative; width: 30px; height: 30px; cursor: pointer; list-style: none; }
  .wv03p-mobile-menu > summary::before, .wv03p-mobile-menu > summary::after, .wv03p-mobile-menu > summary span { content: ""; position: absolute; left: 5px; width: 20px; height: 2px; border-radius: 2px; background: #dce9f8; }
  .wv03p-mobile-menu > summary::before { top: 8px; }.wv03p-mobile-menu > summary span { top: 14px; }.wv03p-mobile-menu > summary::after { top: 20px; }
  .wv03p-mobile-menu[open] > summary::before { top: 14px; transform: rotate(45deg); }.wv03p-mobile-menu[open] > summary span { opacity: 0; }.wv03p-mobile-menu[open] > summary::after { top: 14px; transform: rotate(-45deg); }
  .wv03p-mobile-menu__panel { position: fixed; top: 58px; right: 14px; left: 14px; display: none; gap: 4px; max-height: calc(100vh - 74px); 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); }
  .wv03p-mobile-menu[open] .wv03p-mobile-menu__panel { display: grid; }
  .wv03p-mobile-menu__panel a { padding: 11px 12px; border-radius: 6px; color: #c9d9e9; font-size: 14px; font-weight: 700; }
  .wv03p-mobile-menu__panel a.active, .wv03p-mobile-menu__panel a.is-active { color: #fff; background: #1876f2; }
  .wv03p-mobile-menu__panel span { padding: 12px 12px 5px; color: #728ca8; font-size: 11px; font-weight: 800; }
  .wv03p-shell { padding: 15px 0 34px; }
  .wv03p-hero { min-height: 145px; padding: 21px 17px; }.wv03p-hero h1 { font-size: 27px; }.wv03p-hero p { display: none; }.wv03p-hero .wv03p-button { display: none; }
  .wv03p-site-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.wv03p-site-card { padding: 11px; }.wv03p-site-card__main { grid-template-columns: 36px minmax(0, 1fr); }.wv03p-site-card__icon { width: 36px; height: 36px; }
  .wv03p-link-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px 7px; }
  .wv03p-detail { grid-template-columns: 106px minmax(0, 1fr); gap: 14px; }.wv03p-detail h1 { font-size: 22px; }.wv03p-detail__meta { grid-template-columns: 1fr; gap: 6px; margin: 10px 0; }.wv03p-detail__intro { font-size: 13px; line-height: 1.6; }.wv03p-copy { font-size: 13px; }.wv03p-detail__actions { margin-top: 12px; }
  .wv03p-super-b-page .wv03p-detail { grid-template-columns: 1fr; gap: 18px; }
  .wv03p-super-b-page .wv03p-detail > :not(.wv03p-detail__cover) { padding-top: 0; }
  .wv03p-rank li { grid-template-columns: 27px 48px minmax(0, 1fr) auto; gap: 9px; min-height: 62px; }.wv03p-rank__icon { width: 48px; height: 48px; }.wv03p-rank strong { font-size: 13px; }
  .wv03p-cooperation-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 0; }
  .wv03p-cooperation-grid > .wv03p-panel { padding: 17px; }
  .wv03p-contact-line { align-items: flex-start; }
  .wv03p-footer__inner { display: grid; gap: 12px; padding: 26px 0 32px; }.wv03p-footer p { padding-bottom: 42px; }
}

@media (max-width: 440px) { .wv03p-site-grid { grid-template-columns: 1fr; }.wv03p-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.wv03p-detail { grid-template-columns: 88px minmax(0, 1fr); }.wv03p-rank li { grid-template-columns: 24px 44px minmax(0, 1fr); }.wv03p-rank li > strong { display: none; }.wv03p-rank__icon { width: 44px; height: 44px; } }

@media (max-width: 560px) {
  .wv03p-own-link { flex-wrap: wrap; gap: 10px; }
  .wv03p-own-link strong { width: 100%; }
  .wv03p-own-link span { flex: 1 1 0; }
  .wv03p-own-link__actions { width: 100%; }
  .wv03p-own-link__actions button { flex: 1; }
  .wv03p-friend-modal { align-items: flex-start; padding: 10px; }
  .wv03p-friend-dialog { max-height: calc(100dvh - 20px); padding: 18px 16px; border-radius: 10px; }
  .wv03p-friend-dialog__head h1 { font-size: 21px; }
}

.theme-friend-links--03 { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin:12px 0 0; padding:13px 16px; border:1px solid var(--wv03p-line); border-radius:10px; color:var(--wv03p-muted); background:rgba(7,23,40,.9); box-shadow:0 7px 20px rgba(0,0,0,.14); }
.theme-friend-links--03:empty { display:none; }
.wv03p-page .theme-friend-links--03 a { display:inline-flex; min-width:92px; max-width:100%; min-height:34px; padding:6px 15px; box-sizing:border-box; align-items:center; justify-content:center; overflow:hidden; border:1px solid rgba(105,170,255,.4); border-radius:999px; color:#8fc4ff; background:rgba(29,124,242,.14); font-size:14px; font-weight:700; line-height:20px; text-align:center; text-overflow:ellipsis; white-space:nowrap; }
.wv03p-page .theme-friend-links--03 a:hover { border-color:#69aaff; color:#fff; background:rgba(29,124,242,.28); }
@media (max-width:820px) { .theme-friend-links--03 { gap:9px; padding:11px 13px; }.wv03p-page .theme-friend-links--03 a { min-width:0; flex:1 1 calc(25% - 9px); padding-inline:10px; } }

/* Super_B page structures. [[...]] content is intentionally left as safe placeholder text. */
.wv03sb-page {
  --wv03sb-placeholder: #6f8ca8;
  --wv03sb-blue-soft: rgba(29, 124, 242, .14);
}

.wv03sb-art-page {
  display: flex;
  flex-direction: column;
}

.wv03sb-art-page > .wv03p-crumb { order: 1; }
.wv03sb-art-page > .wv03sb-art-hero { display: none; }
.wv03sb-art-page > .wv03sb-art-playback { order: 2; }
.wv03sb-art-page > .wv03sb-content-layout { order: 3; }

.wv03sb-video-page {
  width: min(1440px, calc(100% - 40px));
}

.wv03sb-page .wv03p-panel {
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

.wv03sb-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(390px, 1fr);
  gap: 18px;
  align-items: start;
}

.wv03sb-video-main,
.wv03sb-content-main,
.wv03sb-content-side,
.wv03sb-video-main > *,
.wv03sb-content-main > *,
.wv03sb-content-side > * {
  min-width: 0;
}

.wv03sb-page .wv03p-crumb > span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.wv03sb-page .wv03p-crumb strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-player-card,
.wv03sb-video-side,
.wv03sb-art-hero,
.wv03sb-content-layout > *,
.wv03sb-content-side > .wv03p-panel {
  margin-top: 0;
}

.wv03sb-player-card {
  padding: 0;
  overflow: hidden;
}

.wv03sb-player {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  color: var(--wv03sb-placeholder);
  background:
    radial-gradient(circle at 50% 36%, rgba(39, 113, 190, .24), transparent 34%),
    linear-gradient(145deg, #050b13, #010409);
}

.wv03sb-player::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 56px;
  border-top: 1px solid rgba(106, 145, 182, .18);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .84));
}

.wv03sb-player[data-player-root]::after {
  display: none;
}

.wv03sb-player .dplayer-stage,
.wv03sb-player .player-stage,
.wv03sb-player .dplayer,
.wv03sb-player video,
.wv03sb-player .player-iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border: 0;
}

.wv03sb-player .player-iframe {
  background: #000;
}

.wv03sb-player .player-message {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  color: #dcecff;
  background: rgba(2, 8, 17, .56);
  font-size: 14px;
  pointer-events: none;
}

.wv03sb-player .player-message.is-hidden {
  display: none;
}

.wv03sb-player .player-message strong {
  font-size: 20px;
}

.wv03sb-player-start {
  min-width: 118px;
  min-height: 40px;
  margin-top: 7px;
  padding: 0 20px;
  border: 1px solid #4ca0ff;
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 111, 218, .92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .34);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  pointer-events: auto;
}

.wv03sb-player-start:hover {
  border-color: #8bc8ff;
  background: #1f82ed;
}

.wv03sb-art-player {
  margin-top: 18px;
}

.wv03sb-player__placeholder {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
}

.wv03sb-player__placeholder strong {
  color: #d9e8f7;
  font-size: 15px;
}

.wv03sb-player__placeholder small {
  color: #6f8aa3;
}

.wv03sb-player__button {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(3, 16, 30, .62);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .34);
}

.wv03sb-player__button::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 27px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.wv03sb-now-playing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-top: 1px solid #183a5b;
  border-bottom: 1px solid #183a5b;
  background: rgba(6, 25, 44, .9);
}

.wv03sb-now-playing h1,
.wv03sb-video-info h2,
.wv03sb-art-hero h1 {
  margin: 0;
  color: #fff;
}

.wv03sb-now-playing h1 {
  font-size: 22px;
}

.wv03sb-now-playing p {
  margin: 5px 0 0;
  color: #75adE6;
  font-size: 13px;
}

.wv03sb-now-playing__status {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.wv03sb-now-playing__status span,
.wv03sb-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 3px 9px;
  border: 1px solid rgba(87, 155, 226, .42);
  border-radius: 5px;
  color: #8bc4ff;
  background: var(--wv03sb-blue-soft);
  font-size: 12px;
  font-weight: 800;
}

.wv03sb-play-section {
  padding: 18px 20px 20px;
  border-bottom: 1px solid #173957;
}

.wv03sb-play-section:last-child {
  border-bottom: 0;
}

.wv03sb-player-controls {
  display: grid;
  gap: 12px;
  padding: 16px 20px 20px;
}

.wv03sb-player-controls__row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.wv03sb-player-controls__row > strong {
  color: #dbe9f7;
  font-size: 15px;
}

.wv03sb-player-controls__row--episodes {
  align-items: start;
}

.wv03sb-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.wv03sb-section-head > div > span {
  display: block;
  margin-bottom: 3px;
  color: #4f9cf0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.wv03sb-section-head h2 {
  margin: 0;
  color: #f1f7ff;
  font-size: 19px;
}

.wv03sb-section-head small {
  color: #7995ae;
  font-size: 12px;
}

.wv03sb-source-list,
.wv03sb-episode-list,
.wv03sb-badges,
.wv03sb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wv03sb-source-list button,
.wv03sb-episode-list a,
.wv03sb-episode-list button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #274c70;
  border-radius: 6px;
  color: #bfd2e5;
  background: #0a2138;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.wv03sb-source-list button {
  min-width: 132px;
  padding: 0 18px;
}

.wv03sb-episode-list button {
  width: 100%;
  padding: 0 10px;
}

.wv03sb-source-list button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.wv03sb-episode-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wv03sb-source-list button:hover,
.wv03sb-source-list button.is-active,
.wv03sb-episode-list a:hover,
.wv03sb-episode-list a.is-active,
.wv03sb-episode-list button:hover,
.wv03sb-episode-list button.is-active {
  border-color: #318bff;
  color: #fff;
  background: #176fda;
}

.wv03sb-inline-placeholder,
.wv03sb-loop-placeholder {
  color: var(--wv03sb-placeholder);
  font-size: 12px;
}

.wv03sb-inline-placeholder {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px dashed #355a7c;
  border-radius: 6px;
}

.wv03sb-loop-placeholder {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px dashed #294c6d;
  border-radius: 6px;
  background: rgba(5, 19, 34, .52);
  text-align: center;
}

.wv03sb-video-side {
  position: sticky;
  top: 82px;
  padding: 0;
  overflow: hidden;
}

.wv03sb-video-info {
  display: grid;
  grid-template-columns: minmax(150px, 46%) minmax(0, 1fr);
  gap: 18px;
  padding: 14px;
}

.wv03sb-side-play {
  padding: 17px 18px;
  border-top: 1px solid #234466;
}

.wv03sb-side-play .wv03sb-section-head {
  margin-bottom: 11px;
}

.wv03sb-side-play .wv03sb-source-list button {
  flex: 1 1 calc(50% - 5px);
  min-width: 0;
}

.wv03sb-side-play--episodes .wv03sb-episode-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}

.wv03sb-cover,
.wv03sb-media-card__cover,
.wv03sb-hot-list__cover,
.wv03sb-cast-avatar {
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--wv03sb-placeholder);
  background:
    linear-gradient(135deg, rgba(31, 90, 145, .2), rgba(5, 21, 37, .86)),
    #0a223a;
  text-align: center;
}

.wv03sb-cover {
  width: min(100%, 240px);
  aspect-ratio: 8 / 11;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #315b82;
  border-radius: 8px;
  font-size: 13px;
}

.wv03sb-cover > img,
.wv03sb-cover > picture,
.wv03sb-cover > picture img,
.wv03sb-media-card__cover > img,
.wv03sb-hot-list__cover > img,
.wv03sb-cast-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wv03sb-video-info__body {
  align-self: center;
  min-width: 0;
  padding: 4px 2px;
}

.wv03sb-badges {
  margin-bottom: 11px;
}

.wv03sb-video-info h2 {
  font-size: 25px;
}

.wv03sb-meta {
  display: grid;
  gap: 8px;
  margin: 17px 0;
}

.wv03sb-meta > div {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 10px;
}

.wv03sb-meta dt {
  color: #708ca7;
}

.wv03sb-meta dd {
  min-width: 0;
  margin: 0;
  color: #c7d9e9;
  overflow-wrap: anywhere;
}

.wv03sb-summary,
.wv03sb-article-copy {
  color: #a9bfd3;
  font-size: 14px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.wv03sb-summary {
  margin: 0;
}

.wv03sb-article-section,
.wv03sb-recommend-section,
.wv03sb-cast-section,
.wv03sb-comment-section {
  margin-top: 18px;
}

.wv03sb-article-section {
  min-height: 154px;
}

.wv03sb-article-copy p:empty::before {
  content: "暂无剧情介绍";
  color: var(--wv03sb-placeholder);
}

.wv03sb-comment-placeholder {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 128px;
  padding: 22px;
  border: 1px dashed #31597d;
  border-radius: 8px;
  color: var(--wv03sb-placeholder);
  background: rgba(5, 19, 34, .54);
  text-align: center;
}

.wv03sb-comment-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  padding: 15px 17px;
  border: 1px solid rgba(74, 132, 180, .4);
  border-radius: 8px;
  background: rgba(8, 29, 49, .72);
  text-align: left;
}

.wv03sb-comment-item header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(74, 132, 180, .24);
}

.wv03sb-comment-item header strong {
  color: #d9edff;
  font-size: 14px;
  font-weight: 700;
}

.wv03sb-comment-item header span {
  color: #6f9fc4;
  font-size: 12px;
}

.wv03sb-comment-item p {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #b8ccdc;
  line-height: 1.8;
  white-space: pre-line;
}

.wv03sb-comment-placeholder:empty::before {
  content: "暂无评论";
  place-self: center;
}

.wv03sb-super-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.wv03sb-super-pager > div {
  min-width: 0;
}

.wv03sb-super-pager a {
  display: grid;
  min-height: 110px;
  padding: 17px 19px;
  border: 1px solid #294e72;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(11, 40, 68, .95), rgba(5, 20, 35, .95));
}

.wv03sb-super-pager__next a {
  text-align: right;
}

.wv03sb-super-pager a:hover {
  border-color: #398ae0;
  background: linear-gradient(135deg, rgba(18, 73, 123, .95), rgba(7, 29, 50, .95));
}

.wv03sb-super-pager span {
  color: #64aaff;
  font-size: 12px;
  font-weight: 800;
}

.wv03sb-super-pager strong,
.wv03sb-super-pager small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-super-pager strong {
  margin-top: 8px;
  color: #eff7ff;
  font-size: 16px;
}

.wv03sb-super-pager small {
  margin-top: 7px;
  color: #7f9bb5;
  font-size: 12px;
}

.wv03sb-super-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wv03sb-super-link-grid a {
  display: block;
  min-width: 0;
  min-height: 118px;
  padding: 16px;
  border: 1px solid #294e72;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 40, 67, .96), rgba(5, 20, 35, .96));
}

.wv03sb-super-link-grid a:hover {
  border-color: #3b8de4;
  transform: translateY(-1px);
}

.wv03sb-super-link-grid strong {
  display: block;
  overflow: hidden;
  color: #eaf4ff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-super-link-grid p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: #809bb5;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wv03sb-article-copy p {
  margin: 0 0 12px;
}

.wv03sb-article-copy p:last-child {
  margin-bottom: 0;
}

.wv03sb-media-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.wv03sb-media-card {
  min-width: 0;
}

.wv03sb-media-card__cover {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #2c5276;
  border-radius: 7px;
  font-size: 11px;
}

.wv03sb-media-card h3 {
  margin: 8px 0 3px;
  overflow: hidden;
  color: #e7f2ff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-media-card p {
  margin: 0;
  overflow: hidden;
  color: #718da7;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-art-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  min-height: 370px;
  overflow: hidden;
}

.wv03sb-art-hero__cover,
.wv03sb-art-hero__info {
  position: relative;
  z-index: 2;
}

.wv03sb-art-hero__info {
  align-self: center;
  min-width: 0;
}

.wv03sb-art-hero__info h1 {
  margin-top: 4px;
  font-size: clamp(30px, 3.2vw, 44px);
}

.wv03sb-art-hero__backdrop {
  position: absolute;
  z-index: 0;
  top: -35%;
  right: -6%;
  width: 58%;
  height: 170%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 104, 185, .28), rgba(7, 23, 40, 0) 66%);
  filter: blur(8px);
}

.wv03sb-rating {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 15px;
}

.wv03sb-rating strong {
  color: var(--wv03p-gold);
  font-size: 30px;
}

.wv03sb-rating span {
  color: var(--wv03p-gold);
  letter-spacing: 2px;
}

.wv03sb-rating small {
  color: #7f9ab4;
}

.wv03sb-meta--hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 660px;
  margin: 18px 0;
}

.wv03sb-summary--hero {
  max-width: 720px;
}

.wv03sb-actions {
  align-items: center;
  margin-top: 20px;
}

.wv03sb-play-trigger {
  border: 1px solid #1c7cf0;
  cursor: pointer;
  font: inherit;
}

.wv03sb-player-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.wv03sb-player-modal[hidden] {
  display: none;
}

.wv03sb-player-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 5, 12, .9);
  backdrop-filter: blur(8px);
}

.wv03sb-player-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1380px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border: 1px solid #2b5278;
  border-radius: 12px;
  background: #061524;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .64);
}

.wv03sb-player-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 12px 18px;
  border-bottom: 1px solid #234466;
  background: #081b2e;
}

.wv03sb-player-modal__head h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.wv03sb-player-modal__head p {
  margin: 4px 0 0;
  color: #74b2f5;
  font-size: 12px;
}

.wv03sb-player-modal__close {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #31587b;
  border-radius: 50%;
  color: #d9e9f9;
  background: #0b2945;
  font: 26px/1 Arial, sans-serif;
  cursor: pointer;
}

.wv03sb-player-modal__close:hover {
  border-color: #5ba6ee;
  background: #153d63;
}

.wv03sb-player-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  max-height: calc(100vh - 117px);
  overflow: auto;
}

.wv03sb-player-modal__layout > .wv03sb-player {
  align-self: start;
}

.wv03sb-player-modal__side {
  min-width: 0;
  border-left: 1px solid #234466;
  background: #07192b;
}

.wv03sb-player-modal__side .wv03sb-play-section {
  padding: 18px;
}

.wv03sb-player-modal__side .wv03sb-source-list button {
  flex: 1 1 calc(50% - 5px);
  min-width: 0;
}

.wv03sb-player-modal__side .wv03sb-episode-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: calc(100vh - 350px);
  overflow-y: auto;
  padding-right: 4px;
}

body.wv03sb-player-open {
  overflow: hidden;
}

.wv03sb-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

.wv03sb-art-playback {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

.wv03sb-art-playback > .wv03p-panel {
  margin-top: 0;
}

.wv03sb-art-playback__controls {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.wv03sb-art-playback__info {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 15px 18px;
  border-bottom: 1px solid #234466;
}

.wv03sb-art-playback__info .wv03sb-cover {
  width: 82px;
  margin: 0;
}

.wv03sb-art-playback__info .wv03sb-badges {
  gap: 6px;
  margin-bottom: 8px;
}

.wv03sb-art-playback__info h1 {
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-art-playback__info p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: #8fa9c1;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wv03sb-art-playback__controls .wv03sb-side-play:first-child {
  border-top: 0;
}

.wv03sb-art-playback__controls .wv03sb-side-play--episodes {
  flex: 1;
}

.wv03sb-art-playback__controls .wv03sb-side-play--episodes .wv03sb-episode-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}

.wv03sb-content-layout .wv03sb-article-section {
  margin-top: 0;
}

.wv03sb-content-side {
  display: grid;
  gap: 18px;
}

.wv03sb-side-recommend {
  min-width: 0;
}

.wv03sb-video-side > .wv03sb-side-recommend {
  padding: 18px;
  border-top: 1px solid #234466;
}

.wv03sb-side-recommend.wv03sb-recommend-section {
  margin-top: 0;
}

.wv03sb-side-recommend .wv03sb-super-link-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.wv03sb-side-recommend .wv03sb-super-link-grid a {
  min-height: 0;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid #193b5c;
  border-radius: 0;
  background: transparent;
}

.wv03sb-side-recommend .wv03sb-super-link-grid a:last-child {
  border-bottom: 0;
}

.wv03sb-side-recommend .wv03sb-super-link-grid a:hover {
  transform: none;
}

.wv03sb-cast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wv03sb-cast-grid article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid #294d70;
  border-radius: 7px;
  background: rgba(8, 29, 50, .7);
}

.wv03sb-cast-avatar {
  width: 74px;
  height: 88px;
  border-radius: 6px;
  font-size: 10px;
}

.wv03sb-cast-grid h3,
.wv03sb-hot-list h3 {
  margin: 0;
  overflow: hidden;
  color: #e8f2ff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-cast-grid p,
.wv03sb-hot-list p {
  margin: 6px 0 0;
  overflow: hidden;
  color: #7894af;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wv03sb-facts .wv03sb-meta {
  margin-bottom: 0;
}

.wv03sb-hot-list ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wv03sb-hot-list li {
  display: block;
  min-width: 0;
  padding: 0;
  border-bottom: 1px solid #193b5c;
}

.wv03sb-hot-list li a {
  display: block;
  min-width: 0;
  padding: 11px 2px;
}

.wv03sb-hot-list li a:hover h3 {
  color: #69aaff;
}

.wv03sb-hot-list li:last-child {
  border-bottom: 0;
}

.wv03sb-hot-list__cover {
  width: 72px;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
  font-size: 9px;
}

.wv03sb-hot-list li > strong {
  color: var(--wv03p-gold);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .wv03sb-video-layout { grid-template-columns: minmax(0, 1fr) 350px; }
  .wv03sb-media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wv03sb-art-hero { grid-template-columns: 260px minmax(0, 1fr); }
  .wv03sb-player-modal__layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .wv03sb-super-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .wv03sb-video-layout { grid-template-columns: 1fr; }
  .wv03sb-video-main,
  .wv03sb-video-side { display: contents; }
  .wv03sb-video-main > .wv03sb-player-card { order: 1; }
  .wv03sb-video-side > .wv03sb-video-info { order: 2; }
  .wv03sb-video-side > .wv03sb-side-play:not(.wv03sb-side-play--episodes) { order: 3; }
  .wv03sb-video-side > .wv03sb-side-play--episodes { order: 4; }
  .wv03sb-video-main > .wv03sb-article-section { order: 5; }
  .wv03sb-video-main > .wv03sb-super-pager { order: 6; }
  .wv03sb-video-main > .wv03sb-recommend-copy { order: 7; }
  .wv03sb-video-main > .wv03sb-comment-section { order: 8; }
  .wv03sb-video-side > .wv03sb-side-recommend { order: 9; }
  .wv03sb-video-main > .wv03sb-article-section,
  .wv03sb-video-main > .wv03sb-super-pager,
  .wv03sb-video-main > .wv03sb-recommend-copy,
  .wv03sb-video-main > .wv03sb-comment-section,
  .wv03sb-video-side > section { margin-top: 0; }
  .wv03sb-video-side > section {
    min-width: 0;
    border: 1px solid #234466;
    border-radius: 9px;
    background: rgba(7, 23, 40, .9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
  }
  .wv03sb-video-info { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 18px; }
  .wv03sb-video-info__body { padding: 4px 0; }
  .wv03sb-art-hero { grid-template-columns: 260px minmax(0, 1fr); gap: 22px; }
  .wv03sb-meta--hero { grid-template-columns: 1fr; }
  .wv03sb-art-playback { grid-template-columns: 1fr; }
  .wv03sb-art-playback__controls { display: grid; align-self: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wv03sb-art-playback__info { grid-column: 1 / -1; }
  .wv03sb-art-playback__controls .wv03sb-side-play { min-width: 0; border-top: 0; }
  .wv03sb-art-playback__controls .wv03sb-side-play + .wv03sb-side-play { border-left: 1px solid #234466; }
  .wv03sb-content-layout { grid-template-columns: 1fr; }
  .wv03sb-content-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wv03sb-player-modal { padding: 14px; }
  .wv03sb-player-modal__dialog { max-height: calc(100vh - 28px); }
  .wv03sb-player-modal__layout { grid-template-columns: 1fr; max-height: calc(100vh - 97px); }
  .wv03sb-player-modal__side { border-top: 1px solid #234466; border-left: 0; }
  .wv03sb-player-modal__side .wv03sb-episode-list { max-height: 260px; }
  .wv03sb-super-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .wv03sb-page { width: calc(100% - 24px); }
  .wv03sb-article-section,
  .wv03sb-recommend-copy,
  .wv03sb-cast-section,
  .wv03sb-comment-section,
  .wv03sb-facts,
  .wv03sb-recommend-section { padding: 16px; }
  .wv03sb-comment-placeholder { min-height: 0; padding: 14px; }
  .wv03sb-comment-item { padding: 13px 14px; }
  .wv03sb-video-info,
  .wv03sb-art-hero { grid-template-columns: 1fr; }
  .wv03sb-video-info { padding: 12px; }
  .wv03sb-video-info__body { padding: 4px 2px 2px; }
  .wv03sb-art-hero { gap: 18px; padding: 14px; }
  .wv03sb-art-hero__cover { width: min(100%, 240px); }
  .wv03sb-art-hero__info h1 { font-size: 28px; }
  .wv03sb-art-playback__controls { grid-template-columns: 1fr; }
  .wv03sb-art-playback__controls .wv03sb-side-play + .wv03sb-side-play { border-top: 1px solid #234466; border-left: 0; }
  .wv03sb-content-side { grid-template-columns: 1fr; }
  .wv03sb-cast-grid { grid-template-columns: 1fr; }
  .wv03sb-episode-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wv03sb-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wv03sb-now-playing { align-items: flex-start; flex-direction: column; }
  .wv03sb-source-list button { flex: 1 1 calc(50% - 9px); min-width: 0; }
  .wv03sb-player-controls__row { grid-template-columns: 1fr; gap: 9px; }
  .wv03sb-super-pager { grid-template-columns: 1fr; }
  .wv03sb-super-pager__next a { text-align: left; }
}

@media (max-width: 440px) {
  .wv03sb-play-section,
  .wv03sb-now-playing { padding-right: 14px; padding-left: 14px; }
  .wv03sb-episode-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wv03sb-rating { flex-wrap: wrap; }
  .wv03sb-media-grid { gap: 9px; }
}
