: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-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; }
@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: 1 / 1; 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-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 textarea { width: 100%; padding: 10px 11px; border: 1px solid #2c5278; border-radius: 5px; outline: 0; color: #eaf4ff; background: #071a2e; font: inherit; }
.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: 18px; }
.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-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-header__inner, .wv03p-shell, .wv03p-footer__inner { width: min(100% - 28px, 720px); }
  .wv03p-header__inner { grid-template-columns: auto 1fr; min-height: 58px; }
  .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-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: 14px; }
  .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; } }
