:root {
  --pvw-pink: #f85f8e;
  --pvw-pink-2: #ff8fb2;
  --pvw-pink-3: #fff1f6;
  --pvw-rose: #ffdee9;
  --pvw-text: #30252a;
  --pvw-muted: #8f7b84;
  --pvw-line: rgba(248, 95, 142, .16);
  --pvw-card: rgba(255, 255, 255, .86);
  --pvw-shadow: 0 24px 70px rgba(248, 95, 142, .14);
  --pvw-radius: 18px;
}

/* Mobile app-style home: PC keeps wide layout, phones get an auto-detected pink app shell */
.pvw-mobile-app-home,
.pvw-mobile-topic-card,
.pvw-mobile-bottom-nav {
  display: none;
}

@media (max-width: 760px) {
  html {
    scroll-padding-bottom: 104px;
  }

  body.home {
    min-width: 0;
    overflow-x: hidden;
    color: #34202c;
    background:
      radial-gradient(circle at 50% -5%, rgba(255, 189, 214, .92), transparent 280px),
      linear-gradient(180deg, #ffd8e8 0%, #fff4fa 42%, #fff 100%) !important;
  }

  body.home .pvw-home-wide-shell {
    display: block;
    min-height: 100vh;
    padding: 0 0 108px;
    background: transparent !important;
  }

  body.home .pvw-home-wide-sidebar,
  body.home .pvw-home-wide-topbar,
  body.home .pvw-site-notice,
  body.home .pvw-feed-top-ui,
  body.home .pvw-douyin-filterbar,
  body.home .pvw-feed-type-tabs,
  body.home .pvw-section-kicker,
  body.home .pvw-feed-fallback-more,
  body.home .pvw-site-footer {
    display: none !important;
  }

  body.home .pvw-home-wide-main {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0 !important;
    background: transparent !important;
  }

  .pvw-mobile-app-home {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 724px;
    padding: 18px 18px 0;
    isolation: isolate;
  }

  .pvw-mobile-app-home::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: -2;
    height: 620px;
    content: "";
    background:
      linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px) 0 0 / 44px 100%,
      radial-gradient(circle at 82% 20%, rgba(255,255,255,.72), transparent 110px),
      radial-gradient(circle at 36% 48%, rgba(255, 145, 187, .36), transparent 160px),
      linear-gradient(180deg, #ffc9df 0%, #ffddeb 58%, rgba(255,244,250,.3) 100%);
  }

  .pvw-mobile-app-home::after {
    position: absolute;
    left: -12%;
    right: -12%;
    top: 520px;
    z-index: -1;
    height: 110px;
    content: "";
    background:
      radial-gradient(circle at 8% 100%, #fff 0 42px, transparent 43px),
      radial-gradient(circle at 22% 100%, #fff 0 48px, transparent 49px),
      radial-gradient(circle at 38% 100%, #fff 0 46px, transparent 47px),
      radial-gradient(circle at 56% 100%, #fff 0 52px, transparent 53px),
      radial-gradient(circle at 74% 100%, #fff 0 45px, transparent 46px),
      radial-gradient(circle at 91% 100%, #fff 0 50px, transparent 51px);
  }

  .pvw-mobile-hero {
    position: relative;
    min-height: 520px;
    padding-top: 30px;
  }

  .pvw-mobile-hero::before {
    position: absolute;
    right: -38px;
    top: 102px;
    width: min(58vw, 270px);
    height: min(58vw, 270px);
    border-radius: 40% 52% 48% 45%;
    content: "";
    background:
      linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.34)),
      var(--pvw-mobile-hero-image, linear-gradient(135deg, #fff, #ffc0d8));
    background-size: cover;
    background-position: center;
    box-shadow: 0 30px 70px rgba(244, 93, 142, .22);
    filter: saturate(1.08);
    opacity: .9;
    transform: rotate(-4deg);
  }

  .pvw-mobile-hero::after {
    position: absolute;
    right: 20px;
    top: 198px;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    content: "";
    background:
      radial-gradient(circle at 52% 36%, rgba(255,255,255,.9) 0 6px, transparent 7px),
      radial-gradient(circle at 40% 48%, #3f2630 0 7px, transparent 8px),
      radial-gradient(circle at 64% 48%, #3f2630 0 7px, transparent 8px),
      radial-gradient(circle at 52% 63%, #fa8eb5 0 9px, transparent 10px),
      radial-gradient(circle, #fff 0 62%, #ffe6f0 63% 100%);
    box-shadow: 0 18px 45px rgba(194, 80, 119, .16);
  }

  .pvw-mobile-search-row {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    min-height: 48px;
  }

  .pvw-mobile-search-row form {
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(48vw, 210px);
    height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    color: #b6748e;
    background: rgba(255,255,255,.76);
    box-shadow: 0 18px 38px rgba(195, 93, 128, .14), inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .pvw-mobile-search-row input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #8f5570;
    background: transparent;
    font-size: 14px;
    font-weight: 800;
  }

  .pvw-mobile-search-row input::placeholder {
    color: rgba(181, 105, 137, .74);
  }

  .pvw-mobile-heart {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff70a8, #ffb1cc);
    box-shadow: 0 18px 34px rgba(244, 93, 142, .28), inset 0 1px 0 rgba(255,255,255,.78);
  }

  .pvw-mobile-heart svg {
    fill: currentColor;
    stroke: currentColor;
  }

  .pvw-mobile-brand {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    width: min(60vw, 300px);
    margin-top: 38px;
  }

  .pvw-mobile-brand strong {
    color: #ff5b98;
    font-size: clamp(52px, 15vw, 82px);
    line-height: .95;
    font-weight: 1000;
    letter-spacing: 0;
    text-shadow:
      0 4px 0 #fff,
      0 10px 22px rgba(244, 82, 138, .36);
  }

  .pvw-mobile-brand span {
    justify-self: start;
    padding: 6px 12px;
    border-radius: 999px;
    color: #f65d97;
    background: rgba(255,255,255,.68);
    box-shadow: 0 10px 26px rgba(244, 93, 142, .12);
    font-size: 13px;
    font-weight: 900;
  }

  .pvw-mobile-bubble {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    width: min(60vw, 260px);
    margin-top: 42px;
    padding: 24px 26px 24px 30px;
    border-radius: 44px 44px 44px 16px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 24px 50px rgba(180, 82, 118, .16), inset 0 1px 0 rgba(255,255,255,.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .pvw-mobile-bubble::after {
    position: absolute;
    right: -18px;
    top: 20px;
    content: "♥";
    color: #ff83b4;
    font-size: 28px;
    text-shadow: 0 8px 18px rgba(244,93,142,.25);
  }

  .pvw-mobile-bubble b {
    color: #f34f8d;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 1000;
  }

  .pvw-mobile-bubble span {
    color: #9b6b7c;
    font-size: 14px;
    font-weight: 800;
  }

  .pvw-mobile-bubble a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: max-content;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #ff5d9b, #ff94bd);
    box-shadow: 0 12px 26px rgba(244, 93, 142, .28);
    font-size: 13px;
    font-weight: 900;
  }

  .pvw-mobile-hero-dots {
    position: absolute;
    right: 18px;
    bottom: 62px;
    display: flex;
    gap: 8px;
  }

  .pvw-mobile-hero-dots i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 134, 179, .28);
  }

  .pvw-mobile-hero-dots i.is-active {
    width: 26px;
    background: #f75c98;
  }

  .pvw-mobile-category-dock {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(6, minmax(68px, 1fr));
    gap: 12px;
    margin-top: -8px;
    padding: 0 0 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pvw-mobile-category-dock::-webkit-scrollbar {
    display: none;
  }

  .pvw-mobile-category-dock a {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 5px;
    min-width: 68px;
    color: #2d202a;
    text-align: center;
    text-decoration: none;
  }

  .pvw-mobile-category-dock span {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.84);
    border-radius: 22px;
    color: #ff6ea7;
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,240,247,.82));
    box-shadow: 0 14px 28px rgba(244, 93, 142, .16), inset 0 1px 0 rgba(255,255,255,.95);
  }

  .pvw-mobile-category-dock a.is-active span,
  .pvw-mobile-category-dock a:hover span {
    color: #fff;
    background: linear-gradient(135deg, #ff68a2, #ffa6c7);
  }

  .pvw-mobile-category-dock em {
    position: absolute;
    right: -9px;
    top: -7px;
    padding: 2px 6px;
    border-radius: 999px;
    color: #fff;
    background: #ff5d9b;
    font-size: 9px;
    font-style: normal;
    font-weight: 1000;
    transform: rotate(12deg);
  }

  .pvw-mobile-category-dock b {
    color: #2f2330;
    font-size: 14px;
    font-weight: 1000;
  }

  .pvw-mobile-category-dock small {
    color: #b1788e;
    font-size: 11px;
    font-weight: 800;
  }

  body.home .pvw-home-feed-section {
    padding: 0 18px 10px !important;
  }

  body.home .pvw-home-feed-section > .pvw-container,
  body.home .pvw-home-wide-main .pvw-section > .pvw-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.home .pvw-home-wide-main .pvw-section-head {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    margin: 8px 0 18px !important;
    padding: 0 !important;
  }

  body.home .pvw-home-wide-main .pvw-section-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #261b26 !important;
    font-size: 24px !important;
    line-height: 1.2;
    font-weight: 1000;
  }

  body.home .pvw-home-wide-main .pvw-section-title::before {
    content: "💗";
    font-size: 22px;
    filter: drop-shadow(0 8px 12px rgba(244,93,142,.18));
  }

  body.home .pvw-home-wide-main .pvw-section-title::after {
    display: inline-block !important;
    position: static;
    width: 34px;
    height: 12px;
    border-radius: 999px;
    background:
      radial-gradient(circle at 80% 50%, rgba(255,151,190,.34) 0 4px, transparent 5px),
      radial-gradient(circle at 100% 50%, rgba(255,151,190,.2) 0 4px, transparent 5px),
      #ff5d9b;
    content: "";
  }

  body.home .pvw-home-wide-main .pvw-section-head::after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 149, 189, .22);
    border-radius: 999px;
    color: #e64d86;
    background: rgba(255,255,255,.56);
    box-shadow: 0 12px 26px rgba(244,93,142,.08);
    content: "查看全部 ›";
    font-size: 13px;
    font-weight: 900;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(132px, 1fr)) !important;
    gap: 12px !important;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body.home .pvw-home-wide-main .pvw-masonry::-webkit-scrollbar {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-wall-card,
  body.home .pvw-home-wide-main .pvw-wall-card.is-tall,
  body.home .pvw-home-wide-main .pvw-wall-card.is-wide,
  body.home .pvw-home-wide-main .pvw-feed-card,
  body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+2),
  body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+5) {
    min-width: 132px;
    min-height: 214px;
    aspect-ratio: 9 / 14.6 !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #ffe8f1 !important;
    box-shadow: 0 14px 30px rgba(174, 83, 118, .16) !important;
    scroll-snap-align: start;
  }

  body.home .pvw-home-wide-main .pvw-wall-card:nth-child(2) {
    min-width: 150px;
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(244, 93, 142, .28), 0 0 0 2px rgba(255,255,255,.66) !important;
  }

  body.home .pvw-home-wide-main .pvw-card-img {
    border-radius: 18px !important;
  }

  body.home .pvw-home-wide-main .pvw-wall-card::after {
    height: 48% !important;
    background: linear-gradient(180deg, transparent, rgba(62, 22, 38, .52)) !important;
  }

  body.home .pvw-home-wide-main .pvw-card-badge {
    display: none !important;
  }

  body.home .pvw-home-wide-main .pvw-card-info {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    display: grid !important;
    gap: 8px;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.home .pvw-home-wide-main .pvw-card-info h3 {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900;
    text-shadow: 0 6px 18px rgba(0,0,0,.28) !important;
  }

  body.home .pvw-home-wide-main .pvw-card-meta {
    display: inline-flex !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 12px;
    text-shadow: 0 5px 15px rgba(0,0,0,.22) !important;
  }

  body.home .pvw-home-wide-main .pvw-wall-actions {
    right: 8px !important;
    bottom: 8px !important;
    z-index: 4;
    flex-direction: row;
  }

  body.home .pvw-home-wide-main .pvw-round-action {
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
    background: rgba(255,255,255,.2) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.32) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body.home .pvw-home-wide-main .pvw-round-action:first-child {
    color: #ff5d9b !important;
    background: rgba(255,255,255,.86) !important;
  }

  .pvw-mobile-topic-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(128px, 1.1fr);
    gap: 10px;
    align-items: center;
    margin: 20px 18px 0;
    min-height: 132px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 28px;
    background:
      radial-gradient(circle at 88% 18%, rgba(255, 107, 164, .2), transparent 38%),
      linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,227,239,.82));
    box-shadow: 0 18px 42px rgba(180, 82, 118, .14);
  }

  .pvw-mobile-topic-card h2 {
    margin: 0;
    color: #7c2048;
    font-size: 22px;
    font-weight: 1000;
  }

  .pvw-mobile-topic-card p {
    margin: 8px 0 14px;
    color: #b06f88;
    font-size: 13px;
    font-weight: 800;
  }

  .pvw-mobile-topic-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #ff5d9b, #ff9abd);
    box-shadow: 0 12px 24px rgba(244, 93, 142, .22);
    font-size: 13px;
    font-weight: 900;
  }

  .pvw-mobile-topic-card figure {
    position: relative;
    height: 100px;
    margin: 0;
  }

  .pvw-mobile-topic-card img {
    position: absolute;
    top: 10px;
    width: 62px;
    height: 86px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,.82);
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(137,60,90,.18);
  }

  .pvw-mobile-topic-card img:nth-child(1) {
    left: 8px;
    transform: rotate(-8deg);
  }

  .pvw-mobile-topic-card img:nth-child(2) {
    left: 62px;
    z-index: 2;
    transform: rotate(4deg) translateY(-8px);
  }

  .pvw-mobile-topic-card img:nth-child(3) {
    left: 116px;
    transform: rotate(11deg);
  }

  .pvw-responsive-ad-slot {
    width: auto;
    margin: 14px 18px;
  }

  .pvw-responsive-ad-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    min-height: 96px;
    padding: 10px;
    border-radius: 22px;
  }

  .pvw-responsive-ad-media {
    height: 76px;
    border-radius: 17px;
  }

  .pvw-responsive-ad-body small {
    padding: 3px 8px;
    font-size: 10px;
  }

  .pvw-responsive-ad-body strong {
    font-size: 16px;
  }

  .pvw-responsive-ad-body em {
    font-size: 12px;
    -webkit-line-clamp: 1;
  }

  .pvw-responsive-ad-action {
    grid-column: 2;
    justify-self: start;
    min-width: 54px;
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .pvw-mobile-bottom-nav {
    position: fixed;
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 9000;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    min-height: 70px;
    padding: 7px 8px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,245,249,.78));
    box-shadow: 0 20px 54px rgba(91, 37, 61, .18), inset 0 1px 0 rgba(255,255,255,.86);
    backdrop-filter: blur(24px) saturate(1.18);
    -webkit-backdrop-filter: blur(24px) saturate(1.18);
  }

  .pvw-mobile-bottom-nav a {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0;
    min-width: 0;
    min-height: 56px;
    padding: 0;
    color: #8b6b78;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }

  .pvw-mobile-bottom-nav a.is-active,
  .pvw-mobile-bottom-nav a:hover {
    color: #ff5d9b;
  }

  .pvw-mobile-bottom-label {
    display: none;
  }

  .pvw-mobile-bottom-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 18px;
    color: currentColor;
    background:
      radial-gradient(circle at 74% 20%, rgba(255,255,255,.78), transparent 12px),
      linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,241,248,.8));
    box-shadow: 0 10px 22px rgba(91, 37, 61, .1);
    overflow: hidden;
  }

  .pvw-mobile-bottom-icon::before,
  .pvw-mobile-bottom-icon::after,
  .pvw-mobile-bottom-icon > i {
    position: absolute;
    display: block;
    content: "";
    box-sizing: border-box;
  }

  .pvw-mobile-bottom-icon > i {
    top: 7px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    box-shadow: -25px 25px 0 rgba(255,202,225,.88), -15px 32px 0 rgba(255,255,255,.72);
  }

  .pvw-mobile-bottom-nav a.is-active .pvw-mobile-bottom-icon,
  .pvw-mobile-bottom-nav a:hover .pvw-mobile-bottom-icon {
    background:
      radial-gradient(circle at 74% 20%, rgba(255,255,255,.82), transparent 13px),
      linear-gradient(180deg, rgba(255,244,249,.98), rgba(255,222,237,.92));
    box-shadow: 0 10px 24px rgba(248,95,142,.16), inset 0 0 18px rgba(255,255,255,.58);
  }

  .pvw-mobile-bottom-icon--home::before {
    top: 11px;
    width: 19px;
    height: 19px;
    border-left: 4px solid currentColor;
    border-top: 4px solid currentColor;
    border-radius: 4px 0 0 0;
    transform: rotate(45deg);
  }

  .pvw-mobile-bottom-icon--home::after {
    bottom: 9px;
    width: 22px;
    height: 17px;
    border: 4px solid currentColor;
    border-top: 0;
    border-radius: 0 0 6px 6px;
  }

  .pvw-mobile-bottom-icon--copy::before {
    width: 21px;
    height: 25px;
    border: 4px solid currentColor;
    border-radius: 7px;
  }

  .pvw-mobile-bottom-icon--copy::after {
    width: 12px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 8px 0 currentColor;
  }

  .pvw-mobile-bottom-icon--bubble::before {
    width: 27px;
    height: 22px;
    border: 4px solid currentColor;
    border-radius: 14px;
  }

  .pvw-mobile-bottom-icon--bubble::after {
    right: 10px;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-right: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
    border-radius: 0 0 7px 0;
  }

  .pvw-mobile-bottom-icon--user::before {
    top: 8px;
    width: 15px;
    height: 15px;
    border: 4px solid currentColor;
    border-radius: 999px;
  }

  .pvw-mobile-bottom-icon--user::after {
    bottom: 8px;
    width: 27px;
    height: 15px;
    border: 4px solid currentColor;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
  }

  .pvw-mobile-bottom-icon--video::before,
  .pvw-mobile-bottom-icon--ai::before {
    width: 22px;
    height: 17px;
    border: 4px solid currentColor;
    border-radius: 7px;
  }

  .pvw-mobile-bottom-icon--video::after,
  .pvw-mobile-bottom-icon--ai::after {
    top: 17px;
    left: 18px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid currentColor;
  }

  .pvw-mobile-bottom-nav .pvw-mobile-nav-main {
    position: relative;
    z-index: 1;
    min-height: 72px;
    margin-top: 0;
    color: #fff !important;
  }

  .pvw-mobile-bottom-bubble {
    position: relative;
    display: grid;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255,255,255,.76);
    border-radius: 999px;
    place-items: center;
    background:
      radial-gradient(circle at 72% 18%, rgba(255,255,255,.52), transparent 22px),
      linear-gradient(135deg, rgba(255,143,188,.98), rgba(248,95,142,.92));
    box-shadow: 0 18px 42px rgba(248,95,142,.32), inset 0 0 22px rgba(255,255,255,.24);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    animation: pvwMobileBottomFloat 2.8s ease-in-out infinite;
  }

  .pvw-mobile-bottom-bubble::before,
  .pvw-mobile-bottom-bubble::after {
    position: absolute;
    display: block;
    content: "";
    border-radius: 999px;
    pointer-events: none;
  }

  .pvw-mobile-bottom-bubble::before {
    inset: -6px;
    border: 1px solid rgba(255,111,165,.32);
    animation: pvwMobileBottomPulse 2.2s ease-out infinite;
  }

  .pvw-mobile-bottom-bubble::after {
    top: 11px;
    right: 12px;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: -37px 36px 0 rgba(255,255,255,.46), -12px 45px 0 rgba(255,214,232,.55);
    animation: pvwMobileBottomSpark 1.8s ease-in-out infinite;
  }

  .pvw-mobile-bottom-bubble .pvw-mobile-bottom-icon {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.2);
    box-shadow: none;
  }

  .pvw-mobile-bottom-bubble .pvw-mobile-bottom-icon > i {
    display: none;
  }

  .pvw-mobile-bottom-nav .pvw-mobile-nav-parse {
    color: #d63b78;
  }

  @keyframes pvwMobileBottomFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
  }

  @keyframes pvwMobileBottomPulse {
    0% {
      opacity: .72;
      transform: scale(.9);
    }
    100% {
      opacity: 0;
      transform: scale(1.18);
    }
  }

  @keyframes pvwMobileBottomSpark {
    0%, 100% {
      opacity: .7;
      transform: scale(.9);
    }
    50% {
      opacity: 1;
      transform: scale(1.12);
    }
  }

  body.page-template-page-parse-workbench,
  body.page-template-page-parse-workbench-php {
    min-width: 0;
    overflow-x: hidden;
    background:
      radial-gradient(circle at 50% -5%, rgba(255, 189, 214, .82), transparent 280px),
      linear-gradient(180deg, #fff0f6 0%, #fff 100%) !important;
  }

  body.page-template-page-parse-workbench .pvw-site-header,
  body.page-template-page-parse-workbench-php .pvw-site-header,
  body.page-template-page-parse-workbench .pvw-parse-workbench-shell .pvw-home-wide-sidebar,
  body.page-template-page-parse-workbench-php .pvw-parse-workbench-shell .pvw-home-wide-sidebar,
  body.page-template-page-parse-workbench .pvw-parse-workbench-shell .pvw-home-wide-topbar,
  body.page-template-page-parse-workbench-php .pvw-parse-workbench-shell .pvw-home-wide-topbar {
    display: none !important;
  }

  body.page-template-page-parse-workbench .pvw-parse-workbench-shell,
  body.page-template-page-parse-workbench-php .pvw-parse-workbench-shell {
    display: block !important;
    min-width: 0 !important;
    min-height: 100vh !important;
    padding: 0 0 104px !important;
    background: transparent !important;
  }

  body.page-template-page-parse-workbench .pvw-parse-workbench-shell .pvw-home-wide-main,
  body.page-template-page-parse-workbench-php .pvw-parse-workbench-shell .pvw-home-wide-main {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px !important;
    background: transparent !important;
  }

  body.page-template-page-parse-workbench .pvw-parse-workbench-shell .pvw-home-feed-section,
  body.page-template-page-parse-workbench-php .pvw-parse-workbench-shell .pvw-home-feed-section {
    padding: 0 !important;
  }

  body.page-template-page-parse-workbench .pvw-parse-workbench-shell .pvw-container,
  body.page-template-page-parse-workbench-php .pvw-parse-workbench-shell .pvw-container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body.page-template-page-parse-workbench .pvw-parse-workbench-shell .pvw-section-head,
  body.page-template-page-parse-workbench-php .pvw-parse-workbench-shell .pvw-section-head {
    margin: 4px 0 12px !important;
    padding: 0 4px !important;
  }

  body.page-template-page-parse-workbench .pvw-mobile-bottom-nav,
  body.page-template-page-parse-workbench-php .pvw-mobile-bottom-nav {
    display: grid !important;
  }
}

@media (max-width: 430px) {
  .pvw-mobile-app-home {
    min-height: 694px;
    padding-inline: 15px;
  }

  .pvw-mobile-hero {
    min-height: 500px;
  }

  .pvw-mobile-brand strong {
    font-size: clamp(46px, 14vw, 64px);
  }

  .pvw-mobile-bubble {
    width: min(64vw, 232px);
    padding: 20px 22px;
  }

  .pvw-mobile-bubble b {
    font-size: 19px;
  }

  .pvw-mobile-category-dock {
    grid-template-columns: repeat(6, 64px);
    gap: 9px;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(4, minmax(124px, 1fr)) !important;
  }

  body.home .pvw-home-wide-main .pvw-wall-card,
  body.home .pvw-home-wide-main .pvw-feed-card {
    min-width: 124px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pvw-text);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 208, 224, .62), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(255, 232, 240, .78), transparent 34rem),
    linear-gradient(180deg, #fff8fb 0%, #fff 44%, #fff7fa 100%);
}

body.pvw-lock {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: clip;
}

button,
input,
textarea,
select {
  font: inherit;
}

.pvw-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.pvw-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(255, 247, 251, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .62);
}

.admin-bar .pvw-site-header {
  top: 32px;
}

.pvw-header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 76px;
}

.pvw-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 164px;
}

.pvw-logo-full-image {
  display: block;
  width: auto;
  max-width: 188px;
  max-height: 54px;
  object-fit: contain;
}

.pvw-logo-icon-image {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.pvw-logo.is-static .pvw-logo-mark,
.pvw-logo.is-static .pvw-logo-mark::before,
.pvw-logo.is-static .pvw-logo-mark::after,
.pvw-logo.is-static .pvw-logo-screen,
.pvw-logo.is-static .pvw-logo-screen::before,
.pvw-logo.is-static .pvw-logo-text strong,
.pvw-logo.is-static .pvw-logo-text span::after {
  animation: none !important;
}

.pvw-logo-mark {
  position: relative;
  width: 34px;
  height: 34px;
}

.pvw-logo-mark::before,
.pvw-logo-mark::after,
.pvw-logo-petal {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px 16px 16px 4px;
  background: linear-gradient(135deg, #ffb1ca, var(--pvw-pink));
  box-shadow: 0 8px 18px rgba(248, 95, 142, .22);
  transform-origin: 100% 100%;
}

.pvw-logo-mark::before {
  left: 9px;
  top: 0;
  transform: rotate(45deg);
}

.pvw-logo-mark::after {
  right: 0;
  top: 9px;
  transform: rotate(135deg);
}

.pvw-logo-petal:nth-child(1) {
  left: 9px;
  bottom: 0;
  transform: rotate(225deg);
}

.pvw-logo-petal:nth-child(2) {
  left: 0;
  top: 9px;
  transform: rotate(315deg);
}

.pvw-logo-dot {
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: #fff;
}

.pvw-logo-text strong {
  display: block;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: 0;
}

.pvw-logo-text span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--pvw-muted);
  white-space: nowrap;
}

.pvw-nav {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pvw-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pvw-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #3d3338;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pvw-nav a:hover,
.pvw-nav .current-menu-item > a,
.pvw-nav .current_page_item > a {
  color: var(--pvw-pink);
  background: rgba(248, 95, 142, .08);
}

.pvw-nav a::after {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 22px;
  height: 3px;
  border-radius: 8px;
  background: var(--pvw-pink);
  content: "";
  opacity: 0;
  transform: translateX(-50%) scaleX(.4);
  transition: opacity .2s ease, transform .2s ease;
}

.pvw-nav .current-menu-item > a::after,
.pvw-nav .current_page_item > a::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.pvw-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 18px 46px rgba(248, 95, 142, .1);
  backdrop-filter: blur(18px);
}

.pvw-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 310px;
  height: 44px;
  gap: 6px;
  padding: 0 7px 0 18px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 36px rgba(248, 95, 142, .1);
}

.pvw-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pvw-text);
  font-size: 13px;
}

.pvw-search input::placeholder {
  color: #b9a6ae;
}

.pvw-search button,
.pvw-icon-btn {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--pvw-pink);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pvw-search .pvw-image-search-trigger {
  flex: 0 0 auto;
  border: 1px solid rgba(248, 95, 142, .2);
  color: #d92f70;
  background: transparent;
  box-shadow: none;
}

.pvw-search .pvw-image-search-trigger:hover {
  color: #f85f8e;
  background: rgba(248, 95, 142, .08);
  box-shadow: none;
}

.pvw-search button:hover,
.pvw-icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(248, 95, 142, .24);
}

.pvw-search-suggest {
  position: fixed;
  z-index: 10030;
  display: none;
  width: min(820px, calc(100vw - 28px));
  max-height: min(78vh, 760px);
  padding: 16px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 116, 172, .16), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(255, 210, 229, .36), transparent 34%),
    rgba(255, 255, 255, .94);
  box-shadow: 0 26px 70px rgba(95, 54, 74, .2);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.pvw-search-suggest.is-open {
  display: grid;
  gap: 12px;
}

.pvw-search-suggest-head,
.pvw-search-suggest-section > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pvw-search-suggest-head span {
  display: grid;
  gap: 3px;
}

.pvw-search-suggest-head b,
.pvw-search-suggest-section > strong span {
  color: var(--pvw-text);
  font-size: 14px;
  font-weight: 900;
}

.pvw-search-suggest-head em,
.pvw-search-suggest-section > strong em {
  color: rgba(111,77,92,.6);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.pvw-search-suggest-head a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--pvw-pink);
  background: rgba(248, 95, 142, .1);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.pvw-search-suggest-intent {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pvw-search-suggest-intent em {
  padding: 6px 10px;
  border-radius: 999px;
  color: #d92f70;
  background: rgba(248, 95, 142, .1);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pvw-search-suggest-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.pvw-search-suggest-groups span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1px 9px;
  align-items: center;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 143, 189, .18), transparent 60px),
    rgba(255, 247, 251, .82);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.pvw-search-suggest-groups b {
  grid-row: span 2;
  color: #ff5f9e;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.pvw-search-suggest-groups i {
  min-width: 0;
  overflow: hidden;
  color: var(--pvw-text);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-search-suggest-groups em {
  min-width: 0;
  overflow: hidden;
  color: var(--pvw-muted);
  font-size: 11px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-search-suggest-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.pvw-search-suggest-chips button {
  flex: 0 0 auto;
  width: auto;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--pvw-pink);
  background: rgba(248, 95, 142, .12);
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

.pvw-search-suggest-section {
  display: grid;
  gap: 9px;
}

.pvw-search-suggest-best {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pvw-search-suggest-card,
.pvw-search-suggest-row {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--pvw-text);
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(255,247,251,.86);
  box-shadow: 0 14px 34px rgba(134,52,82,.08);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pvw-search-suggest-card:hover,
.pvw-search-suggest-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(248, 95, 142, .14);
}

.pvw-search-suggest-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  min-height: 246px;
  padding: 9px;
  border-radius: 20px;
}

.pvw-search-suggest-card figure {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
  width: 100%;
  aspect-ratio: 5 / 4.15;
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  background: #ffe3ef;
}

.pvw-search-suggest-card figure span {
  position: relative;
  display: block;
  overflow: hidden;
}

.pvw-search-suggest-card figure span:first-child {
  grid-row: span 2;
}

.pvw-search-suggest-card img,
.pvw-search-suggest-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ffe3ef;
  transition: transform .35s ease, filter .35s ease;
}

.pvw-search-suggest-card figure i {
  position: absolute;
  left: 6px;
  top: 6px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #ff5f96;
  background: rgba(255,255,255,.86);
  box-shadow: 0 8px 18px rgba(60,28,42,.16);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.pvw-search-suggest-card:hover figure img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.pvw-search-suggest-card span,
.pvw-search-suggest-row span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.pvw-search-suggest-card b,
.pvw-search-suggest-row b,
.pvw-search-suggest-card em,
.pvw-search-suggest-row em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvw-search-suggest-card b,
.pvw-search-suggest-row b {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-search-suggest-card em,
.pvw-search-suggest-row em {
  margin-top: 4px;
  color: var(--pvw-muted);
  font-size: 11px;
  font-style: normal;
}

.pvw-search-suggest-card em {
  display: -webkit-box;
  min-height: 30px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-search-suggest-card span > strong,
.pvw-search-suggest-row span > strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #e94f88;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-search-suggest-card small,
.pvw-search-suggest-row small {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.pvw-search-suggest-card small em,
.pvw-search-suggest-row small em {
  min-height: 0;
  margin: 0;
  padding: 3px 7px;
  border-radius: 999px;
  color: rgba(106,74,88,.72);
  background: rgba(255,255,255,.74);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.pvw-search-suggest-row em {
  white-space: nowrap;
}

.pvw-search-suggest-list {
  display: grid;
  gap: 8px;
}

.pvw-search-suggest-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  overflow: hidden;
  padding: 8px 10px 8px 8px;
  border-radius: 18px;
}

.pvw-search-suggest-row img {
  width: 64px;
  height: 66px;
  border-radius: 15px;
  object-fit: cover;
  background: #ffe3ef;
}

.pvw-search-suggest-row i,
.pvw-search-suggest-card i {
  justify-self: start;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--pvw-pink);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.pvw-search-suggest-empty {
  padding: 18px 10px;
  border-radius: 16px;
  color: var(--pvw-muted);
  background: #fff7fb;
  font-size: 13px;
  text-align: center;
}

.pvw-search-flow-section .pvw-section-head {
  align-items: center;
}

.pvw-search-flow-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #f85f8e;
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.12), 0 12px 24px rgba(134,52,82,.08);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.pvw-search-flow-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 18px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,115,173,.2), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(255,210,229,.44), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,239,247,.72));
  box-shadow: 0 22px 56px rgba(134,52,82,.1);
}

.pvw-search-flow-hero span {
  color: #f85f8e;
  font-size: 12px;
  font-weight: 950;
}

.pvw-search-flow-hero h2 {
  margin: 6px 0;
  color: #2f2028;
  font-size: clamp(26px, 2.3vw, 40px);
  line-height: 1.12;
}

.pvw-search-flow-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(89,65,76,.72);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.8;
}

.pvw-search-flow-hero nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.pvw-search-flow-hero nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(248,95,142,.13);
  border-radius: 999px;
  color: #7a5060;
  background: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.pvw-search-flow-hero nav a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  transform: translateY(-2px);
}

.pvw-search-flow-grid {
  align-items: start;
}

.pvw-search-copy-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 38px rgba(134,52,82,.1);
}

.pvw-search-copy-card a {
  display: grid;
  min-height: inherit;
  color: inherit;
  text-decoration: none;
}

.pvw-search-copy-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(1.02);
}

.pvw-search-copy-card span {
  position: absolute;
  inset: auto 12px 12px;
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 16px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 14px 30px rgba(54,24,38,.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pvw-search-copy-card i {
  justify-self: start;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.pvw-search-copy-card strong {
  color: #2f2028;
  font-size: 15px;
  line-height: 1.32;
}

.pvw-search-copy-card em {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(89,65,76,.72);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pvw-search-flow-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 320px;
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  text-align: center;
}

.pvw-search-flow-empty h2 {
  margin: 0;
}

.pvw-search-flow-empty p {
  margin: 0;
  color: var(--pvw-muted);
}

.pvw-search-flow-empty a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  font-weight: 900;
  text-decoration: none;
}

.pvw-search-flow-pagination {
  margin-top: 22px;
}

.pvw-app-download-wrap {
  position: relative;
  display: inline-flex;
}

.pvw-app-download {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(248, 95, 142, .16);
  border-radius: 999px;
  color: #d92f70;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 28px rgba(248, 95, 142, .12);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.pvw-app-download:hover {
  color: #f85f8e;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(248, 95, 142, .18);
}

.pvw-app-download-popover {
  position: absolute;
  top: calc(100% + 13px);
  right: 0;
  z-index: 210;
  display: grid;
  width: 248px;
  gap: 9px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 58px rgba(95, 54, 74, .18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(.98);
  transform-origin: top right;
  transition: opacity .18s ease, transform .18s ease;
  backdrop-filter: blur(22px);
}

.pvw-app-download-popover::before {
  position: absolute;
  top: -7px;
  right: 28px;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, .96);
  border-left: 1px solid rgba(255, 255, 255, .82);
  border-top: 1px solid rgba(255, 255, 255, .82);
  content: "";
  transform: rotate(45deg);
}

.pvw-app-download-wrap:hover .pvw-app-download-popover,
.pvw-app-download-wrap.is-open .pvw-app-download-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.pvw-app-download-popover img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  object-fit: cover;
  background: #fff0f6;
}

.pvw-app-download-popover strong {
  color: var(--pvw-text);
  font-size: 14px;
}

.pvw-app-download-popover p {
  margin: 0;
  color: var(--pvw-muted);
  font-size: 12px;
  line-height: 1.65;
}

.pvw-app-download-mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.pvw-app-download-mini-list span {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 245, 249, .95), rgba(255, 255, 255, .8));
}

.pvw-app-download-mini-list b {
  color: #d92f70;
  font-size: 12px;
  line-height: 1.25;
}

.pvw-app-download-mini-list em {
  color: #9b7182;
  font-size: 10px;
  font-style: normal;
  line-height: 1.35;
}

.pvw-app-download-popover-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  box-shadow: 0 12px 24px rgba(248, 95, 142, .2);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.pvw-auth {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pvw-image-search-modal[hidden] {
  display: none !important;
}

.pvw-image-search-modal {
  position: fixed;
  inset: 0;
  z-index: 720;
  display: grid;
  place-items: center;
  padding: 24px;
}

.pvw-image-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(39, 23, 31, .38);
  backdrop-filter: blur(10px);
}

.pvw-image-search-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: 14px 18px;
  width: min(1160px, calc(100vw - 32px));
  max-height: min(88vh, 820px);
  overflow: hidden;
  padding: 22px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 30px 90px rgba(92, 42, 64, .25);
  opacity: 0;
  transform: translateY(16px) scale(.98);
  transition: opacity .22s ease, transform .22s ease;
}

.pvw-image-search-modal.is-open .pvw-image-search-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pvw-image-search-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #9a7785;
  background: rgba(248, 95, 142, .1);
  cursor: pointer;
}

.pvw-image-search-head {
  display: grid;
  align-content: start;
  gap: 10px;
  grid-column: 1;
  padding: 8px 8px 0;
  min-width: 0;
}

.pvw-image-search-head span {
  width: max-content;
  padding: 6px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  font-size: 12px;
  font-weight: 900;
}

.pvw-image-search-head strong {
  color: var(--pvw-text);
  font-size: 24px;
  line-height: 1.25;
}

.pvw-image-search-head p {
  margin: 0;
  color: var(--pvw-muted);
  line-height: 1.7;
}

.pvw-image-search-promo {
  position: relative;
  display: grid;
  gap: 10px;
  grid-column: 1;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 143, 178, .32), transparent 108px),
    linear-gradient(135deg, #fff7fb, #fff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 14px 34px rgba(248, 95, 142, .08);
}

.pvw-image-search-promo::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 118px;
  height: 118px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(248, 95, 142, .18), rgba(255, 196, 216, .34));
  transform: rotate(18deg);
}

.pvw-image-search-promo span {
  position: relative;
  z-index: 1;
  width: max-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #d92f70;
  background: rgba(248, 95, 142, .1);
  font-size: 12px;
  font-weight: 900;
}

.pvw-image-search-promo strong {
  position: relative;
  z-index: 1;
  color: #35272e;
  font-size: 18px;
  line-height: 1.35;
}

.pvw-image-search-promo p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--pvw-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pvw-image-search-promo ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvw-image-search-promo li {
  padding: 6px 10px;
  border-radius: 999px;
  color: #8d5267;
  background: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 800;
}

.pvw-image-search-form {
  display: grid;
  gap: 12px;
  grid-column: 1;
  min-width: 0;
}

.pvw-image-drop {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  padding: 22px;
  border: 1px dashed rgba(248, 95, 142, .36);
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 194, 217, .42), transparent 96px),
    #fff7fb;
  color: #d92f70;
  cursor: pointer;
  text-align: center;
}

.pvw-image-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pvw-image-drop i {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: rgba(248, 95, 142, .12);
}

.pvw-image-drop i::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 9px;
  box-shadow: inset 8px 8px 0 -6px currentColor;
}

.pvw-image-drop strong {
  color: #35272e;
  font-size: 16px;
}

.pvw-image-drop span {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-image-url-row {
  display: flex;
  gap: 10px;
}

.pvw-image-url-row input {
  min-width: 0;
  flex: 1;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(248, 95, 142, .16);
  border-radius: 999px;
  outline: 0;
}

.pvw-image-url-row button {
  flex: 0 0 auto;
  min-width: 104px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  font-weight: 900;
  cursor: pointer;
}

.pvw-image-search-preview {
  display: grid;
  gap: 8px;
  grid-column: 1;
  min-width: 0;
}

.pvw-image-search-preview img {
  width: 100%;
  max-height: 180px;
  border-radius: 20px;
  object-fit: cover;
  background: #fff0f6;
}

.pvw-image-search-preview span {
  color: var(--pvw-muted);
  font-size: 12px;
  text-align: center;
}

.pvw-image-search-results {
  grid-column: 2;
  grid-row: 1 / 5;
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  min-height: 360px;
  max-height: 100%;
  padding: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 24px;
  background: #fff7fb;
  scrollbar-width: thin;
  scrollbar-color: rgba(248, 95, 142, .34) transparent;
}

.pvw-image-search-results::-webkit-scrollbar {
  width: 6px;
}

.pvw-image-search-results::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(248, 95, 142, .32);
}

.pvw-image-search-results > p {
  align-self: center;
  margin: 0;
  color: var(--pvw-muted);
  text-align: center;
}

.pvw-image-search-results section {
  min-width: 0;
}

.pvw-image-search-results h3 {
  margin: 0 0 10px;
  color: var(--pvw-text);
  font-size: 15px;
}

.pvw-image-search-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,143,189,.2), transparent 92px),
    #fff;
  box-shadow: 0 14px 34px rgba(134,52,82,.08);
}

.pvw-image-search-summary div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.pvw-image-search-summary span {
  color: #d92f70;
  font-size: 12px;
  font-weight: 900;
}

.pvw-image-search-summary strong {
  color: var(--pvw-text);
  font-size: 20px;
  line-height: 1.2;
}

.pvw-image-search-summary em {
  color: var(--pvw-muted);
  font-size: 13px;
  font-style: normal;
}

.pvw-image-search-summary > b {
  display: block;
  width: 52px;
  height: 52px;
  border: 5px solid rgba(255,255,255,.8);
  border-radius: 18px;
  background: var(--pvw-image-color, #ff8fbd);
  box-shadow: 0 12px 24px rgba(84,40,60,.16);
}

.pvw-image-search-summary p {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.pvw-image-search-summary p i {
  padding: 5px 9px;
  border-radius: 999px;
  color: #8d5267;
  background: #fff1f7;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.pvw-image-search-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pvw-image-search-guide span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.08);
}

.pvw-image-search-guide b {
  min-width: 0;
  overflow: hidden;
  color: var(--pvw-text);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-image-search-guide em {
  color: var(--pvw-muted);
  font-size: 11px;
  font-style: normal;
}

.pvw-image-result-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 12px;
  min-width: 0;
}

.pvw-image-result-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 12px;
  min-width: 0;
}

.pvw-image-result-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(248, 95, 142, .08);
  border-radius: 20px;
  color: var(--pvw-text);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(248, 95, 142, .1);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pvw-image-result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(248, 95, 142, .16);
}

.pvw-image-result-card img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  aspect-ratio: 3 / 4.18;
  object-fit: cover;
  background: #ffe3ef;
}

.pvw-image-result-card span {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  padding: 10px;
}

.pvw-image-result-card b,
.pvw-image-result-card em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvw-image-result-card i {
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  overflow: hidden;
  border-radius: 999px;
  color: #d92f70;
  background: rgba(248, 95, 142, .1);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-image-result-card b {
  display: -webkit-box;
  min-height: 35px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-image-result-card em {
  color: var(--pvw-muted);
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
}

.pvw-image-result-card small {
  display: block;
  overflow: hidden;
  color: #e94f88;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-login,
.pvw-register,
.pvw-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pvw-login {
  background: rgba(255, 255, 255, .86);
  color: #4b4146;
}

.pvw-register,
.pvw-pill {
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff7aa4);
  box-shadow: 0 14px 28px rgba(248, 95, 142, .24);
}

.pvw-login:hover,
.pvw-register:hover,
.pvw-pill:hover {
  transform: translateY(-2px);
}

.pvw-avatar-link img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  background: #fff7fb;
  box-shadow: 0 10px 24px rgba(248, 95, 142, .18);
}

.pvw-avatar-link-guest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pvw-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--pvw-pink);
  background: #fff;
  box-shadow: 0 12px 32px rgba(248, 95, 142, .13);
}

.pvw-welcome-toast {
  position: fixed;
  right: 24px;
  top: 92px;
  z-index: 500;
  width: min(360px, calc(100vw - 32px));
  padding: 18px 48px 18px 18px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 22px;
  color: #443139;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 196, 217, .66), transparent 86px),
    rgba(255, 255, 255, .92);
  box-shadow: 0 22px 58px rgba(185, 67, 112, .18);
  opacity: 0;
  transform: translate3d(16px, -8px, 0) scale(.98);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(22px);
}

.pvw-welcome-toast.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.pvw-welcome-toast.is-leaving {
  opacity: 0;
  transform: translate3d(16px, -8px, 0) scale(.98);
}

.pvw-welcome-toast span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff9aba);
  font-size: 12px;
  font-weight: 900;
}

.pvw-welcome-toast p {
  margin: 0;
  color: #3b2931;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.pvw-welcome-toast button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  color: #9a7785;
  background: rgba(248, 95, 142, .1);
  cursor: pointer;
}

.pvw-ad-click-toast {
  position: fixed;
  right: 24px;
  top: 156px;
  z-index: 10050;
  width: min(330px, calc(100vw - 32px));
  padding: 15px 18px 16px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 20px;
  color: #4f303d;
  background:
    radial-gradient(circle at 10% 0, rgba(255, 181, 211, .62), transparent 78px),
    rgba(255, 255, 255, .88);
  box-shadow: 0 22px 54px rgba(183, 61, 108, .18);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(18px, -6px, 0) scale(.98);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(20px);
}

.pvw-ad-click-toast::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  float: left;
  margin: 1px 11px 8px 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff9abc);
  box-shadow: 0 12px 28px rgba(248, 95, 142, .22);
  content: "AD";
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
}

.pvw-ad-click-toast.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.pvw-ad-click-toast.is-leaving {
  opacity: 0;
  transform: translate3d(18px, -6px, 0) scale(.98);
}

.pvw-ad-click-toast span {
  display: block;
  margin-bottom: 4px;
  color: #cf3f7a;
  font-size: 12px;
  font-weight: 900;
}

.pvw-ad-click-toast p {
  margin: 0;
  color: rgba(54, 34, 44, .88);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.pvw-hero {
  position: relative;
  overflow: hidden;
  min-height: 550px;
  margin-top: -76px;
  padding-top: 148px;
}

.pvw-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 249, 252, .98) 0%, rgba(255, 242, 248, .88) 34%, rgba(255, 231, 240, .38) 62%, rgba(255, 240, 247, .55) 100%),
    var(--pvw-hero-image, linear-gradient(135deg, #ffe6ef, #ffd4e3));
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.pvw-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  content: "";
  background: linear-gradient(0deg, #fff8fb 0%, rgba(255, 248, 251, 0) 100%);
  pointer-events: none;
}

.pvw-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(320px, 1fr);
  align-items: center;
  gap: 32px;
}

.pvw-hero-copy {
  padding: 58px 0 84px;
}

.pvw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--pvw-pink);
  font-size: 13px;
  font-weight: 900;
}

.pvw-eyebrow::before {
  width: 28px;
  height: 2px;
  border-radius: 8px;
  background: currentColor;
  content: "";
}

.pvw-hero h1 {
  max-width: 510px;
  margin: 0;
  color: #2c2026;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.16;
  font-weight: 500;
}

.pvw-hero h1 em {
  color: var(--pvw-pink);
  font-style: normal;
}

.pvw-hero p {
  margin: 26px 0 34px;
  color: #77646d;
  font-size: 18px;
  line-height: 1.8;
}

.pvw-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pvw-primary-btn,
.pvw-secondary-btn,
.pvw-load-more,
.pvw-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pvw-pink), #ff7da6);
  box-shadow: 0 16px 34px rgba(248, 95, 142, .28);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pvw-primary-btn:hover,
.pvw-secondary-btn:hover,
.pvw-load-more:hover,
.pvw-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(248, 95, 142, .34);
}

.pvw-primary-btn,
.pvw-secondary-btn,
.pvw-load-more,
.pvw-submit-btn,
.pvw-register {
  position: relative;
  overflow: hidden;
}

.pvw-primary-btn::after,
.pvw-secondary-btn::after,
.pvw-load-more::after,
.pvw-submit-btn::after,
.pvw-register::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.36) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform .6s ease;
  pointer-events: none;
}

.pvw-primary-btn > *,
.pvw-secondary-btn > *,
.pvw-load-more > *,
.pvw-submit-btn > *,
.pvw-register > * {
  position: relative;
  z-index: 1;
}

.pvw-primary-btn:hover::after,
.pvw-secondary-btn:hover::after,
.pvw-load-more:hover::after,
.pvw-submit-btn:hover::after,
.pvw-register:hover::after {
  transform: translateX(120%);
}

.pvw-secondary-btn {
  color: var(--pvw-pink);
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 12px 32px rgba(248, 95, 142, .14);
}

.pvw-hero-visual {
  position: relative;
  min-height: 360px;
}

.pvw-hero-card {
  position: absolute;
  right: 2%;
  bottom: 40px;
  width: min(390px, 100%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 24px;
  background: rgba(255, 255, 255, .56);
  box-shadow: var(--pvw-shadow);
  backdrop-filter: blur(18px);
  animation: pvwFloat 5s ease-in-out infinite;
}

.pvw-hero-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-weight: 900;
}

.pvw-hero-card-title span {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pvw-hero-mini-grid span {
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,0)),
    linear-gradient(135deg, #ffc6d8, #fff0f5 48%, #f78cb0);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.pvw-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(560px, 100%);
  margin-top: -68px;
  padding: 20px 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--pvw-shadow);
  backdrop-filter: blur(18px);
}

.pvw-stat {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 0 15px;
}

.pvw-stat + .pvw-stat {
  border-left: 1px solid rgba(248, 95, 142, .12);
}

.pvw-stat-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: var(--pvw-pink);
  background: #fff2f7;
}

.pvw-stat strong {
  display: block;
  font-size: 16px;
}

.pvw-stat span {
  display: block;
  margin-top: 4px;
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-float-rail {
  position: fixed;
  right: 34px;
  top: 50%;
  z-index: 40;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.pvw-rail-item {
  display: grid;
  place-items: center;
  gap: 5px;
  width: 68px;
  min-height: 68px;
  padding: 9px 6px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 14px;
  color: #6c5962;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 38px rgba(248, 95, 142, .16);
  backdrop-filter: blur(16px);
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.pvw-rail-item svg {
  color: var(--pvw-pink);
}

.pvw-rail-item:hover {
  color: var(--pvw-pink);
  background: #fff;
  transform: translateX(-4px);
}

.pvw-section {
  position: relative;
  padding: 36px 0;
}

.pvw-category-strip {
  position: relative;
  z-index: 3;
  margin-top: 42px;
}

.pvw-category-panel {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  padding: 26px 34px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--pvw-shadow);
}

.pvw-category-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 4px;
  border-radius: 16px;
  transition: transform .2s ease, background .2s ease;
}

.pvw-category-item:hover {
  background: #fff4f8;
  transform: translateY(-4px);
}

.pvw-category-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  color: var(--pvw-pink);
  background: linear-gradient(135deg, #ffe0ea, #fff);
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .1), 0 12px 28px rgba(248, 95, 142, .12);
}

.pvw-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvw-category-name {
  overflow: hidden;
  max-width: 100%;
  color: #2f252a;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-category-sub {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.pvw-section-kicker {
  margin: 0 0 8px;
  color: var(--pvw-muted);
  font-size: 13px;
}

.pvw-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #2b2025;
  font-size: 26px;
  line-height: 1.25;
}

.pvw-section-title svg {
  color: var(--pvw-pink);
}

.pvw-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pvw-muted);
  font-size: 14px;
  font-weight: 800;
}

.pvw-more-link:hover {
  color: var(--pvw-pink);
}

.pvw-album-slider {
  position: relative;
}

.pvw-album-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 56px) / 5);
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.pvw-album-track::-webkit-scrollbar {
  display: none;
}

.pvw-feature-card,
.pvw-wall-card,
.pvw-topic-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff0f5;
  box-shadow: 0 15px 40px rgba(64, 30, 44, .08);
  transition: transform .24s ease, box-shadow .24s ease;
}

.pvw-feature-card {
  min-height: 226px;
  scroll-snap-align: start;
}

.pvw-feature-card:hover,
.pvw-wall-card:hover,
.pvw-topic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(248, 95, 142, .18);
}

.pvw-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

video.pvw-card-img {
  display: block;
  pointer-events: none;
}

.pvw-feature-card:hover .pvw-card-img,
.pvw-wall-card:hover .pvw-card-img,
.pvw-topic-card:hover .pvw-card-img {
  transform: scale(1.06);
}

.pvw-card-placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 20%, rgba(255,255,255,.68), transparent 24%),
    linear-gradient(135deg, #ffc0d4 0%, #fff0f6 48%, #f6a5bf 100%);
}

.pvw-feature-card::after,
.pvw-wall-card::after,
.pvw-topic-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  content: "";
  background: linear-gradient(0deg, rgba(33, 20, 27, .64), transparent);
  pointer-events: none;
}

.pvw-card-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8caf);
  font-size: 12px;
  font-weight: 900;
}

.pvw-card-info {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
}

.pvw-card-info h3 {
  overflow: hidden;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.24;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 700;
}

.pvw-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: var(--pvw-pink);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(248, 95, 142, .2);
  transform: translateY(-50%);
  cursor: pointer;
}

.pvw-slider-prev {
  left: -22px;
}

.pvw-slider-next {
  right: -22px;
}

.pvw-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pvw-tab {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #7e6972;
  background: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pvw-tab:hover,
.pvw-tab.is-active {
  color: #fff;
  background: var(--pvw-pink);
  transform: translateY(-2px);
}

.pvw-masonry {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.pvw-wall-card {
  min-height: 220px;
  aspect-ratio: 1 / 1.18;
}

.pvw-wall-card.is-tall {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 458px;
}

.pvw-wall-card.is-wide {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}

.pvw-wall-actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.pvw-round-action {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.24);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.pvw-round-action:hover {
  background: var(--pvw-pink);
}

.pvw-like-btn.is-liked {
  color: #fff;
  background: var(--pvw-pink);
}

.pvw-center {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.pvw-promo-grid {
  display: grid;
  grid-template-columns: 1.55fr .85fr;
  gap: 24px;
}

.pvw-hd-card,
.pvw-vip-card,
.pvw-creator-card,
.pvw-topic-panel,
.pvw-vote-panel,
.pvw-content-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: var(--pvw-radius);
  background: rgba(255,255,255,.84);
  box-shadow: var(--pvw-shadow);
}

.pvw-content-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.pvw-hd-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 220px;
}

.pvw-hd-copy {
  padding: 36px 30px;
}

.pvw-hd-copy h2,
.pvw-vip-card h2 h2,
.pvw-topic-panel h2,
.pvw-vote-panel h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
}

.pvw-hd-copy p,
.pvw-vip-card p p {
  margin: 0 0 22px;
  color: var(--pvw-muted);
  line-height: 1.7;
}

.pvw-chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.pvw-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  color: #66535c;
  background: #fff2f7;
  font-size: 12px;
  font-weight: 800;
}

.pvw-hd-previews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 28px 28px 28px 0;
}

.pvw-hd-preview {
  overflow: hidden;
  align-self: center;
  aspect-ratio: 4 / 5.6;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffc9da, #fff5f8);
  box-shadow: 0 14px 32px rgba(248, 95, 142, .16);
}

.pvw-hd-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvw-vip-card {
  position: relative;
  padding: 36px 34px;
  background:
    radial-gradient(circle at 88% 92%, rgba(255, 198, 217, .85), transparent 96px),
    linear-gradient(135deg, #fff8fb, #ffe8f0);
}

.pvw-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.pvw-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6d5962;
  font-size: 13px;
  font-weight: 800;
}

.pvw-benefits li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pvw-pink);
  content: "";
}

.pvw-lower-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 24px;
  align-items: stretch;
}

.pvw-creator-card,
.pvw-topic-panel,
.pvw-vote-panel {
  padding: 28px;
}

.pvw-creator-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.pvw-creator {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.pvw-creator img,
.pvw-creator-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 12px 24px rgba(248, 95, 142, .16);
}

.pvw-creator strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-creator span {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pvw-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.pvw-topic-card {
  aspect-ratio: 1 / 1;
}

.pvw-topic-card .pvw-card-info h3 {
  font-size: 14px;
}

.pvw-vote-tabs {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid var(--pvw-line);
}

.pvw-vote-tabs button {
  padding: 0 0 12px;
  border: 0;
  color: var(--pvw-muted);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.pvw-vote-tabs button.is-active {
  color: var(--pvw-pink);
}

.pvw-vote-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.pvw-vote-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.pvw-vote-item img,
.pvw-vote-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
  background: #ffe2ec;
}

.pvw-vote-item strong {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-vote-item span {
  display: block;
  margin-top: 4px;
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-site-footer {
  margin-top: 36px;
  padding: 48px 0 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.4), rgba(255, 235, 243, .72));
  border-top: 1px solid rgba(248, 95, 142, .12);
}

.pvw-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .75fr .75fr .75fr 1.2fr;
  gap: 30px;
}

.pvw-footer-title {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 900;
}

.pvw-footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvw-footer-links a {
  color: var(--pvw-muted);
  font-size: 13px;
  font-weight: 700;
}

.pvw-footer-links a:hover {
  color: var(--pvw-pink);
}

.pvw-subscribe {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.pvw-subscribe input {
  min-width: 0;
  flex: 1;
  height: 42px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 10px;
  padding: 0 12px;
  outline: 0;
  background: #fff;
}

.pvw-subscribe button {
  min-width: 70px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--pvw-pink);
  font-weight: 900;
}

.pvw-footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(248, 95, 142, .1);
  color: var(--pvw-muted);
  font-size: 12px;
  text-align: center;
}

.pvw-page-hero {
  padding: 86px 0 42px;
}

.pvw-page-title {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.16;
}

.pvw-page-desc {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--pvw-muted);
  line-height: 1.8;
}

.pvw-archive-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 58px;
}

.pvw-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.pvw-filter-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: var(--pvw-radius);
  background: rgba(255,255,255,.84);
  box-shadow: var(--pvw-shadow);
}

.pvw-filter-card h3 {
  margin: 0 0 16px;
  font-size: 17px;
}

.pvw-filter-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvw-filter-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: #5f4e56;
  background: #fff8fb;
  font-size: 13px;
  font-weight: 800;
}

.pvw-filter-list a:hover {
  color: var(--pvw-pink);
  background: #fff0f6;
}

.pvw-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pvw-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.pvw-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  color: #7e6972;
  background: #fff;
  box-shadow: 0 12px 28px rgba(248, 95, 142, .1);
  font-weight: 900;
}

.pvw-pagination .current {
  color: #fff;
  background: var(--pvw-pink);
}

.pvw-single {
  padding: 46px 0 68px;
}

.pvw-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: flex-start;
}

.pvw-single-main,
.pvw-single-aside {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: var(--pvw-radius);
  background: rgba(255,255,255,.88);
  box-shadow: var(--pvw-shadow);
}

.pvw-single-main {
  overflow: hidden;
}

.pvw-single-cover {
  position: relative;
  overflow: hidden;
  background: #fff0f6;
  border-radius: 18px 18px 0 0;
}

.pvw-single-cover img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.pvw-wallpaper-viewer {
  min-height: 420px;
}

.pvw-wallpaper-viewer.is-broken::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--pvw-pink);
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.62), transparent 120px),
    linear-gradient(135deg, #ffe0ea, #fff8fb);
  content: "图片加载失败，可点击查看原图";
  font-weight: 900;
}

.pvw-wallpaper-toolbar {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.pvw-wallpaper-toolbar a,
.pvw-wallpaper-toolbar button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(48, 37, 42, .42);
  backdrop-filter: blur(14px);
  font-weight: 900;
  cursor: pointer;
  pointer-events: auto;
}

.pvw-wallpaper-toolbar a:hover,
.pvw-wallpaper-toolbar button:hover {
  background: var(--pvw-pink);
}

.pvw-single-body {
  padding: 30px;
}

.pvw-single-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
}

.pvw-single-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 16px 0 22px;
  color: var(--pvw-muted);
  font-size: 13px;
  font-weight: 800;
}

.pvw-entry-content {
  color: #493b42;
  line-height: 1.9;
}

.pvw-entry-content p {
  margin: 0 0 1.3em;
}

.pvw-entry-content img {
  border-radius: 12px;
}

.pvw-wallpaper-prose {
  margin: 28px 0 8px;
  padding: 28px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 193, 213, .48), transparent 120px),
    linear-gradient(135deg, #fff7fa, #fff);
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.1);
}

.pvw-wallpaper-prose span {
  color: var(--pvw-pink);
  font-size: 13px;
  font-weight: 900;
}

.pvw-wallpaper-prose h2 {
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.3;
}

.pvw-wallpaper-prose p {
  margin: 0;
  color: #6d5962;
  font-size: 16px;
  line-height: 1.9;
}

.pvw-ad-slot {
  overflow: hidden;
  margin: 20px 0;
  padding: 16px;
  border: 1px dashed rgba(248,95,142,.28);
  border-radius: 16px;
  background: rgba(255,248,251,.82);
  color: #6d5962;
  text-align: center;
}

.pvw-ad-slot img,
.pvw-ad-slot iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 12px;
}

.pvw-ad-default {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff9fbd);
}

.pvw-ad-default strong {
  font-size: 18px;
}

.pvw-ad-ad_wallpaper_before_download {
  margin-top: 8px;
}

.pvw-responsive-ad-slot {
  width: min(100%, 1180px);
  margin: 18px auto;
  color: var(--pvw-text);
}

.pvw-responsive-ad-slot.has-code {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 38px rgba(248, 95, 142, .08);
}

.pvw-responsive-ad-code,
.pvw-responsive-ad-code iframe,
.pvw-responsive-ad-code img {
  max-width: 100%;
}

.pvw-responsive-ad-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 32%) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 136px;
  overflow: hidden;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 24px;
  color: inherit;
  text-decoration: none;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 142, 183, .22), transparent 180px),
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 239, 246, .82));
  box-shadow: 0 22px 54px rgba(248, 95, 142, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.pvw-responsive-ad-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 28px 68px rgba(248, 95, 142, .16), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.pvw-responsive-ad-media {
  display: block;
  width: 100%;
  height: 108px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f6, #ffe1ec);
}

.pvw-responsive-ad-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvw-responsive-ad-body {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.pvw-responsive-ad-body small {
  justify-self: start;
  padding: 4px 10px;
  border-radius: 999px;
  color: #e65086;
  background: rgba(255, 228, 240, .9);
  font-size: 12px;
  font-weight: 900;
}

.pvw-responsive-ad-body strong {
  overflow: hidden;
  color: #2f2430;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.18;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-responsive-ad-body em {
  display: -webkit-box;
  overflow: hidden;
  color: #896473;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-responsive-ad-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), var(--pvw-pink-2));
  box-shadow: 0 14px 28px rgba(248, 95, 142, .22);
  font-size: 13px;
  font-weight: 900;
}

.pvw-responsive-ad-slot--wallpaper_side,
.pvw-responsive-ad-slot--wallpaper_after_content,
.pvw-responsive-ad-slot--album_top,
.pvw-responsive-ad-slot--copy_top {
  width: 100%;
  margin: 16px 0;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-card,
.pvw-responsive-ad-slot--wallpaper_after_content .pvw-responsive-ad-card,
.pvw-responsive-ad-slot--album_top .pvw-responsive-ad-card,
.pvw-responsive-ad-slot--copy_top .pvw-responsive-ad-card {
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 118px;
  padding: 12px;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-action,
.pvw-responsive-ad-slot--wallpaper_after_content .pvw-responsive-ad-action,
.pvw-responsive-ad-slot--album_top .pvw-responsive-ad-action,
.pvw-responsive-ad-slot--copy_top .pvw-responsive-ad-action {
  grid-column: 2;
  justify-self: start;
  min-height: 34px;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-media,
.pvw-responsive-ad-slot--wallpaper_after_content .pvw-responsive-ad-media,
.pvw-responsive-ad-slot--album_top .pvw-responsive-ad-media,
.pvw-responsive-ad-slot--copy_top .pvw-responsive-ad-media {
  height: 94px;
}

.pvw-responsive-ad-mobile-float {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(92px + env(safe-area-inset-bottom));
  z-index: 8999;
  width: auto;
  margin: 0;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-card {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 76px;
  padding: 9px 10px;
  border-radius: 22px;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-media {
  height: 58px;
  border-radius: 16px;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-body strong {
  font-size: 15px;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-body em {
  -webkit-line-clamp: 1;
  font-size: 12px;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-action {
  min-width: 52px;
  min-height: 32px;
  padding: 0 10px;
}

.pvw-account-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 20px;
}

.pvw-side-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.pvw-side-actions a,
.pvw-side-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  color: var(--pvw-pink);
  background: #fff4f8;
  font-weight: 900;
  cursor: pointer;
}

.pvw-more-side {
  margin-top: 16px;
}

.pvw-more-side ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--pvw-muted);
  line-height: 1.7;
}

.pvw-quick-comments {
  margin-top: 26px;
  padding: 26px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--pvw-shadow);
}

.pvw-quick-comments h2 {
  margin: 0 0 16px;
}

.pvw-quick-comments form {
  display: grid;
  gap: 12px;
}

.pvw-quick-comments textarea {
  width: 100%;
  border: 1px solid rgba(248,95,142,.16);
  border-radius: 14px;
  padding: 14px;
  resize: vertical;
  outline: 0;
  background: #fff8fb;
}

.pvw-comment-tip {
  color: var(--pvw-pink);
  font-weight: 900;
}

.pvw-comment-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.pvw-comment-list article {
  padding: 14px;
  border-radius: 14px;
  background: #fff7fa;
}

.pvw-comment-list p {
  margin: 6px 0 0;
  color: var(--pvw-muted);
}

.pvw-poster-modal {
    position: fixed;
    inset: 0;
    z-index: 10080;
    display: grid;
    place-items: center;
    padding: 24px;
  background: rgba(48, 37, 42, .52);
  backdrop-filter: blur(10px);
}

.pvw-poster-box {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(420px, 100%);
  padding: 18px;
  border-radius: 18px;
  background: #fff;
}

.pvw-poster-box .pvw-primary-btn.is-disabled {
  opacity: .6;
  pointer-events: none;
}

.pvw-poster-box canvas {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.pvw-poster-actions {
  justify-content: center;
}

.pvw-notice-modal {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(24, 12, 18, .34);
  opacity: 0;
  transition: opacity .2s ease;
}

.pvw-notice-modal.is-open {
  opacity: 1;
}

.pvw-notice-modal.is-closing {
  opacity: 0;
}

.pvw-notice-card {
  position: relative;
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255,159,193,.22), transparent 220px),
    rgba(255,255,255,.96);
  box-shadow: 0 30px 88px rgba(35, 13, 22, .22);
  transform: translateY(16px) scale(.98);
  transition: transform .22s ease;
}

.pvw-notice-modal.is-open .pvw-notice-card {
  transform: translateY(0) scale(1);
}

.pvw-notice-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #8f6676;
  background: rgba(255,241,246,.9);
  font-size: 24px;
  cursor: pointer;
}

.pvw-notice-badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  font-size: 12px;
  font-weight: 900;
}

.pvw-notice-card h2 {
  margin: 16px 0 10px;
  font-size: 28px;
}

.pvw-notice-card p {
  margin: 0;
  color: #6d5962;
  line-height: 1.8;
}

.pvw-notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pvw-notice-actions a,
.pvw-notice-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.pvw-notice-actions button {
  color: #7b5263;
  background: #fff1f6;
}

.pvw-poster-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--pvw-pink);
  font-size: 22px;
  cursor: pointer;
}

.pvw-ranking-hero {
  padding: 96px 0 42px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 183, 205, .5), transparent 300px),
    linear-gradient(135deg, #fff8fb, #ffeaf2 56%, #fff);
}

.pvw-ranking-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: center;
}

.pvw-ranking-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.1;
}

.pvw-ranking-hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--pvw-muted);
  font-size: 18px;
  line-height: 1.8;
}

.pvw-ranking-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--pvw-shadow);
}

.pvw-ranking-stats span {
  display: grid;
  gap: 6px;
  justify-items: center;
  color: var(--pvw-muted);
  font-size: 12px;
  font-weight: 900;
}

.pvw-ranking-stats strong {
  color: var(--pvw-pink);
  font-size: 28px;
}

.pvw-ranking-page {
  padding: 34px 0 68px;
}

.pvw-ranking-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.pvw-ranking-tabs button {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #7e6972;
  background: rgba(255,255,255,.84);
  box-shadow: 0 12px 28px rgba(248,95,142,.09);
  font-weight: 900;
  cursor: pointer;
}

.pvw-ranking-tabs button.is-active {
  color: #fff;
  background: var(--pvw-pink);
}

.pvw-ranking-panel {
  display: none;
}

.pvw-ranking-panel.is-active {
  display: block;
}

.pvw-ranking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.pvw-ranking-main,
.pvw-ranking-side {
  display: grid;
  gap: 18px;
}

.pvw-ranking-champion {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--pvw-shadow);
}

.pvw-ranking-champion a {
  position: relative;
  display: block;
  min-height: 390px;
}

.pvw-ranking-champion img,
.pvw-ranking-champion .pvw-card-placeholder {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.pvw-ranking-champion a::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  content: "";
  background: linear-gradient(0deg, rgba(35,21,28,.72), transparent);
}

.pvw-rank-medal {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd4a, #f85f8e);
  line-height: 34px;
  font-weight: 900;
}

.pvw-ranking-champion div {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
}

.pvw-ranking-champion h2 {
  margin: 0 0 10px;
  font-size: 30px;
}

.pvw-ranking-champion p {
  margin: 0;
  color: rgba(255,255,255,.82);
}

.pvw-ranking-list {
  display: grid;
  gap: 10px;
}

.pvw-ranking-row {
  display: grid;
  grid-template-columns: 46px 64px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 34px rgba(248,95,142,.08);
}

.pvw-ranking-row b {
  color: var(--pvw-pink);
  font-size: 18px;
}

.pvw-ranking-row img,
.pvw-ranking-row > span {
  width: 64px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff0f6;
}

.pvw-ranking-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranking-row em {
  color: var(--pvw-muted);
  font-style: normal;
  font-weight: 900;
}

.pvw-ranking-albums {
  display: grid;
  gap: 12px;
}

.pvw-ranking-albums a {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.pvw-ranking-albums img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
}

.pvw-ranking-albums span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

.pvw-home-wide-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 100vh;
  background:
    radial-gradient(circle at 90% 6%, rgba(255, 202, 222, .46), transparent 32rem),
    linear-gradient(90deg, rgba(255,245,249,.96), #fff 18%, #fff8fb 100%);
}

.pvw-home-wide-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden auto;
  padding: 28px 22px;
  border-right: 1px solid rgba(248,95,142,.1);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(248,95,142,.28) transparent;
}

.admin-bar .pvw-home-wide-sidebar {
  top: 32px;
  min-height: calc(100vh - 32px);
  max-height: calc(100vh - 32px);
}

.pvw-home-wide-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.pvw-home-wide-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  color: #46363e;
  font-weight: 900;
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.pvw-home-wide-sidebar nav a:hover {
  color: var(--pvw-pink);
  background: rgba(255,241,246,.82);
  transform: translateX(4px);
}

.pvw-home-wide-sidebar nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  box-shadow: 0 14px 28px rgba(248,95,142,.24);
}

.pvw-home-side-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 14px;
  background: #fff1f6;
  color: #8f6575;
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.08);
}

.pvw-home-side-card.vip {
  background:
    radial-gradient(circle at 88% 20%, rgba(255,255,255,.82), transparent 58px),
    linear-gradient(135deg, #ffe4ed, #fff8fb);
}

.pvw-home-side-card span,
.pvw-home-side-card strong {
  display: block;
}

.pvw-home-side-card strong {
  margin-top: 6px;
  color: var(--pvw-pink);
  font-size: 28px;
  line-height: 1;
}

.pvw-search-suggest-card > i {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
}

.pvw-home-wide-main {
  min-width: 0;
  padding: 22px 28px 48px;
}

.pvw-home-wide-topbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto auto auto;
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 0 0 26px 26px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 46px rgba(248, 95, 142, .08);
  backdrop-filter: blur(18px);
}

.pvw-home-wide-topbar form {
  display: flex;
  align-items: center;
  max-width: 720px;
  height: 46px;
  gap: 6px;
  margin: 0;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 42px rgba(248,95,142,.08);
}

.pvw-home-wide-topbar input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
}

.pvw-home-wide-topbar button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  cursor: pointer;
}

.pvw-home-wide-topbar > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4e3c44;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
.pvw-home-wide-topbar > a.pvw-top-rank-link {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(248,95,142,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 12px 26px rgba(248,95,142,.08);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.pvw-home-wide-topbar > a.pvw-top-update-wallpaper {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.55), transparent 34px),
    linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  box-shadow: 0 14px 30px rgba(248,95,142,.24);
}

.pvw-home-wide-topbar > a.pvw-top-update-wallpaper:hover,
.pvw-home-wide-topbar > a.pvw-top-rank-link:hover,
.pvw-home-wide-topbar > a.pvw-top-rank-link.is-current {
  transform: translateY(-2px);
}

.pvw-home-wide-topbar .pvw-app-download-wrap {
  justify-self: end;
}

.pvw-home-wide-topbar .pvw-app-download {
  min-height: 40px;
  background: #fff;
}

.pvw-client-download-page {
  padding: 0 !important;
}

.pvw-client-download-flow-grid {
  display: block !important;
  width: 100%;
}

.pvw-client-download-inline {
  width: 100%;
}

.pvw-client-download-page > .pvw-container {
  width: min(1640px, 100%);
  max-width: none;
  margin: 0;
}

.pvw-client-download-hero {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 250px;
  margin-bottom: 22px;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, .75), transparent 150px),
    radial-gradient(circle at 84% 18%, rgba(255, 165, 200, .48), transparent 180px),
    linear-gradient(135deg, #fff7fb 0%, #ffe5ef 48%, #fff 100%);
  box-shadow: 0 24px 70px rgba(248, 95, 142, .14);
}

.pvw-client-download-hero::after {
  position: absolute;
  right: clamp(24px, 5vw, 70px);
  bottom: -42px;
  width: min(32vw, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .35)),
    radial-gradient(circle at 50% 38%, rgba(255, 111, 159, .32), transparent 48%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
  content: "";
}

.pvw-client-download-hero > * {
  position: relative;
  z-index: 1;
}

.pvw-client-download-hero > span {
  width: max-content;
  padding: 7px 12px;
  border-radius: 999px;
  color: #d92f70;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(248, 95, 142, .1);
  font-size: 12px;
  font-weight: 900;
}

.pvw-client-download-hero h1,
.pvw-client-download-hero h2 {
  max-width: 760px;
  margin: 0;
  color: #2f2027;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.pvw-client-download-hero p {
  max-width: 720px;
  margin: 0;
  color: #7b5868;
  font-size: 16px;
  line-height: 1.8;
}

.pvw-client-download-hero div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.pvw-client-download-hero b {
  padding: 9px 13px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 999px;
  color: #d92f70;
  background: rgba(255, 255, 255, .76);
  font-size: 12px;
  box-shadow: 0 10px 24px rgba(248, 95, 142, .08);
}

.pvw-client-download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pvw-client-download-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 247, 251, .86)),
    radial-gradient(circle at 90% 10%, rgba(255, 138, 180, .2), transparent 120px);
  box-shadow: 0 18px 50px rgba(95, 54, 74, .1);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.pvw-client-download-card:hover {
  transform: translateY(-5px);
  border-color: rgba(248, 95, 142, .18);
  box-shadow: 0 26px 68px rgba(248, 95, 142, .16);
}

.pvw-client-download-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pvw-client-download-card__head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .64), transparent 24px),
    linear-gradient(135deg, #ff6f9f, #ff9fc1);
  box-shadow: 0 14px 28px rgba(248, 95, 142, .24);
}

.pvw-client-download-card__head h2,
.pvw-client-download-card__head h3 {
  margin: 0;
  color: #2f2027;
  font-size: 18px;
}

.pvw-client-download-card__head p {
  margin: 4px 0 0;
  color: #9b7182;
  font-size: 12px;
}

.pvw-client-download-qr {
  margin: 0;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .76);
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .08);
}

.pvw-client-download-qr img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  object-fit: cover;
  background: #fff0f6;
}

.pvw-client-download-desc,
.pvw-client-download-appid {
  margin: 0;
  color: #6f5360;
  font-size: 13px;
  line-height: 1.75;
}

.pvw-client-download-appid {
  padding: 9px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  color: #d92f70;
  font-weight: 800;
}

.pvw-client-download-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvw-client-download-steps li {
  position: relative;
  min-height: 34px;
  padding: 9px 10px 9px 34px;
  border-radius: 14px;
  color: #5f4652;
  background: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.45;
}

.pvw-client-download-steps li::before {
  position: absolute;
  top: 8px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  content: counter(list-item);
  font-size: 10px;
  font-weight: 900;
}

.pvw-client-download-actions {
  margin-top: auto;
}

.pvw-client-download-actions a,
.pvw-client-download-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  box-shadow: 0 15px 32px rgba(248, 95, 142, .22);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.pvw-client-download-actions span {
  color: #d92f70;
  background: rgba(255, 255, 255, .76);
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .12);
}

.pvw-client-download-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 38px rgba(95, 54, 74, .08);
}

.pvw-client-download-note strong {
  flex: 0 0 auto;
  color: #d92f70;
  font-size: 15px;
}

.pvw-client-download-note p {
  margin: 0;
  color: #7b5868;
  font-size: 13px;
  line-height: 1.75;
}

.pvw-home-wide-topbar > .pvw-home-user-menu {
  justify-self: end;
  min-width: 0;
}

.pvw-home-wide-topbar > .pvw-home-user-menu .pvw-home-wide-user {
  color: #4e3c44;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-home-wide-user {
  max-width: 178px;
  min-width: 0;
}

.pvw-home-wide-user img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex: 0 0 38px;
  object-fit: cover;
  display: block;
}

.pvw-home-wide-user span {
  display: grid;
  min-width: 0;
  line-height: 1.2;
}

.pvw-home-wide-user span,
.pvw-home-wide-user small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvw-home-wide-user small {
  color: var(--pvw-pink);
}

.pvw-home-user-menu {
  position: relative;
  z-index: 30;
}

.pvw-home-user-menu .pvw-home-wide-user {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
}

.pvw-home-user-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 230px;
  padding: 10px;
  border: 1px solid rgba(248,95,142,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 24px 58px rgba(104,42,66,.18);
  backdrop-filter: blur(20px) saturate(1.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(.98);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.pvw-home-user-menu:hover .pvw-home-user-dropdown,
.pvw-home-user-menu:focus-within .pvw-home-user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.pvw-user-dropdown-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,240,246,.96), rgba(255,255,255,.78));
}

.pvw-user-dropdown-head img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: 0 0 42px;
  object-fit: cover;
}

.pvw-user-dropdown-head span,
.pvw-user-dropdown-head small {
  display: block;
}

.pvw-user-dropdown-head span {
  color: #403039;
  font-weight: 900;
}

.pvw-user-dropdown-head small {
  margin-top: 3px;
  color: rgba(96,72,82,.62);
  font-size: 12px;
  font-weight: 700;
}

.pvw-home-user-dropdown > a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 12px;
  color: #58464f;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.pvw-home-user-dropdown > a:hover {
  color: var(--pvw-pink);
  background: rgba(255,232,241,.82);
  transform: translateX(3px);
}

.pvw-user-dropdown-logout {
  margin-top: 6px;
  border-top: 1px solid rgba(248,95,142,.08);
}

.pvw-home-sidebar-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 28px;
  color: #9b8f96;
  font-size: 12px;
  font-weight: 700;
}

.pvw-sidebar-runtime {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.pvw-sidebar-runtime span {
  display: grid;
  min-height: 54px;
  align-content: center;
  justify-items: center;
  gap: 3px;
  padding: 8px 4px;
  border-radius: 12px;
  color: rgba(126,109,118,.78);
  background: rgba(255,241,246,.72);
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.08);
  font-size: 11px;
  line-height: 1.1;
}

.pvw-sidebar-runtime i {
  display: grid;
  place-items: center;
  color: var(--pvw-pink);
  font-style: normal;
}

.pvw-sidebar-runtime strong {
  color: var(--pvw-text);
  font-size: 13px;
  font-weight: 950;
}

.pvw-sidebar-today-stats {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.pvw-sidebar-today-stats span {
  position: relative;
  display: grid;
  min-height: 50px;
  align-content: center;
  gap: 3px;
  overflow: hidden;
  padding: 8px 6px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 13px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.86), transparent 34%),
    linear-gradient(145deg, rgba(255,238,246,.92), rgba(255,255,255,.7));
  box-shadow: 0 12px 24px rgba(248,95,142,.09);
}

.pvw-sidebar-today-stats span::after {
  position: absolute;
  inset: auto -20px -28px auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,96,150,.22), transparent 68%);
  content: "";
}

.pvw-sidebar-today-stats b {
  position: relative;
  z-index: 1;
  color: rgba(128,94,108,.74);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
}

.pvw-sidebar-today-stats strong {
  position: relative;
  z-index: 1;
  color: #2f2028;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.pvw-sidebar-free-note {
  display: grid;
  width: 100%;
  gap: 6px;
  padding: 12px 13px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,241,247,.74));
  box-shadow: 0 12px 24px rgba(248,95,142,.08);
}

.pvw-sidebar-free-note strong,
.pvw-sidebar-free-note a,
.pvw-sidebar-free-note span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pvw-sidebar-free-note strong {
  color: var(--pvw-text);
  font-size: 13px;
  font-weight: 950;
}

.pvw-sidebar-free-note a,
.pvw-sidebar-free-note span {
  color: var(--pvw-muted);
  font-size: 12px;
  line-height: 1.45;
  word-break: break-all;
}

.pvw-sidebar-free-note a:hover {
  color: var(--pvw-pink);
}

.pvw-sidebar-links,
.pvw-sidebar-records {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  width: 100%;
}

.pvw-sidebar-records {
  flex-direction: column;
  gap: 6px;
  padding-top: 2px;
  color: rgba(126,109,118,.72);
  line-height: 1.45;
}

.pvw-sidebar-records a,
.pvw-sidebar-records span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
}

.pvw-sidebar-records svg {
  flex: 0 0 auto;
  color: var(--pvw-pink);
}

.pvw-sidebar-records a:hover {
  color: var(--pvw-pink);
}

.pvw-sidebar-friend-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 16px;
  color: #6f3851;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .7), transparent 50px),
    linear-gradient(135deg, rgba(255, 235, 244, .9), rgba(255, 255, 255, .72));
  box-shadow: 0 12px 30px rgba(248, 95, 142, .12);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pvw-sidebar-friend-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(248, 95, 142, .18);
}

.pvw-sidebar-friend-link > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #ff8fbd, #ff5f9e);
  font-style: normal;
}

.pvw-sidebar-friend-link span {
  min-width: 0;
}

.pvw-sidebar-friend-link strong,
.pvw-sidebar-friend-link em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-sidebar-friend-link strong {
  color: #3b2632;
  font-size: 13px;
  font-weight: 900;
}

.pvw-sidebar-friend-link em {
  margin-top: 2px;
  color: rgba(80, 50, 65, .58);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.pvw-sidebar-friend-link.is-active {
  border-color: rgba(248, 95, 142, .34);
  color: #fff;
  background: linear-gradient(135deg, #ff8fbd, #ff5f9e);
  box-shadow: 0 16px 36px rgba(248, 95, 142, .26);
}

.pvw-sidebar-friend-link.is-active > i {
  color: #ff5f9e;
  background: rgba(255, 255, 255, .9);
}

.pvw-sidebar-friend-link.is-active strong,
.pvw-sidebar-friend-link.is-active em {
  color: #fff;
}

.pvw-sidebar-sitemap-link {
  position: relative;
  overflow: hidden;
  border-color: rgba(104, 200, 255, .26);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .88), transparent 58px),
    radial-gradient(circle at 12% 88%, rgba(104, 200, 255, .2), transparent 72px),
    linear-gradient(135deg, rgba(239, 250, 255, .96), rgba(255, 246, 251, .88));
  box-shadow: 0 14px 34px rgba(104, 200, 255, .14), 0 10px 24px rgba(248, 95, 142, .08);
}

.pvw-sidebar-sitemap-link::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .36) 44%, transparent 64%);
  transform: translateX(-110%);
  transition: transform .45s ease;
}

.pvw-sidebar-sitemap-link:hover::after {
  transform: translateX(110%);
}

.pvw-sidebar-sitemap-link > i {
  background: linear-gradient(135deg, #68c8ff, #ff78ad);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42), 0 8px 18px rgba(104, 200, 255, .22);
}

.pvw-sidebar-sitemap-link small {
  display: inline-flex;
  width: fit-content;
  margin-top: 5px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #68c8ff, #ff78ad);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.pvw-sidebar-legal-links {
  display: grid;
  gap: 8px;
}

.pvw-sidebar-about-link,
.pvw-sidebar-copyright-link {
  position: relative;
  overflow: hidden;
}

.pvw-sidebar-about-link {
  border-color: rgba(130, 110, 255, .24);
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 255, 255, .86), transparent 60px),
    radial-gradient(circle at 7% 96%, rgba(142, 246, 255, .22), transparent 70px),
    linear-gradient(135deg, rgba(250, 246, 255, .96), rgba(255, 246, 251, .88));
}

.pvw-sidebar-about-link > i {
  background: linear-gradient(135deg, #9d87ff, #55d7ff);
}

.pvw-sidebar-copyright-link {
  border-color: rgba(34, 197, 94, .2);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, .86), transparent 58px),
    radial-gradient(circle at 0% 100%, rgba(34, 197, 94, .17), transparent 72px),
    linear-gradient(135deg, rgba(244, 255, 250, .96), rgba(255, 246, 251, .88));
}

.pvw-sidebar-copyright-link > i {
  background: linear-gradient(135deg, #23c66b, #62cfff);
}

.pvw-sitemap-flow-grid {
  display: block;
}

.pvw-brand-flow-grid {
  display: block;
}

.pvw-brand-page {
  display: grid;
  gap: 18px;
  width: 100%;
}

.pvw-brand-hero,
.pvw-brand-radar,
.pvw-brand-metrics {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .94), rgba(255, 245, 250, .84)),
    radial-gradient(circle at 15% 10%, rgba(255, 126, 178, .18), transparent 220px),
    radial-gradient(circle at 90% 18%, rgba(89, 215, 255, .2), transparent 240px);
  box-shadow: 0 24px 60px rgba(248, 95, 142, .12), 0 14px 36px rgba(82, 181, 255, .08);
}

.pvw-brand-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
}

.pvw-brand-hero::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 22px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0 48%, rgba(255, 255, 255, .34) 49% 50%, rgba(255, 255, 255, 0) 51%),
    linear-gradient(rgba(255, 255, 255, 0) 0 48%, rgba(255, 255, 255, .26) 49% 50%, rgba(255, 255, 255, 0) 51%);
  background-size: 46px 46px;
  opacity: .42;
}

.pvw-brand-hero-copy,
.pvw-brand-visual,
.pvw-brand-legal-stack,
.pvw-brand-radar > *,
.pvw-brand-metrics > * {
  position: relative;
  z-index: 1;
}

.pvw-brand-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(248, 95, 142, .18);
  border-radius: 999px;
  color: #bd3f73;
  background: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 950;
}

.pvw-brand-hero h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #241720;
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.pvw-brand-hero-copy > p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(61, 42, 54, .74);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.85;
}

.pvw-brand-prose {
  display: grid;
  gap: 8px;
  max-width: 780px;
  margin-top: 16px;
}

.pvw-brand-prose p {
  margin: 0;
  color: rgba(68, 49, 61, .72);
  font-size: 14px;
  line-height: 1.9;
}

.pvw-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pvw-brand-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6fae, #55d7ff);
  box-shadow: 0 14px 28px rgba(85, 215, 255, .2);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.pvw-brand-actions a:nth-child(2) {
  color: #3a2633;
  background: rgba(255, 255, 255, .76);
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .14);
}

.pvw-brand-device {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  background: #15151e;
  box-shadow: 0 28px 60px rgba(23, 24, 40, .22);
  transform: rotate(2deg);
}

.pvw-brand-device > span {
  position: absolute;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  z-index: 2;
}

.pvw-brand-device > span:nth-child(1) { left: 18px; background: #ff6f9c; }
.pvw-brand-device > span:nth-child(2) { left: 34px; background: #ffd166; }
.pvw-brand-device > span:nth-child(3) { left: 50px; background: #55d7ff; }

.pvw-brand-wallpaper {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(1.12) contrast(1.04);
}

.pvw-brand-wallpaper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 26, .05), rgba(17, 17, 26, .72));
}

.pvw-brand-glass-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  margin: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 20px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(16px);
}

.pvw-brand-glass-panel b {
  font-size: 18px;
  font-weight: 950;
}

.pvw-brand-glass-panel em {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.pvw-brand-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 8px;
}

.pvw-brand-metrics span {
  display: grid;
  gap: 5px;
  min-height: 88px;
  place-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
}

.pvw-brand-metrics strong {
  color: #1f1620;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 950;
  line-height: 1;
}

.pvw-brand-metrics em {
  color: rgba(80, 55, 70, .58);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pvw-brand-section {
  display: grid;
  gap: 14px;
}

.pvw-brand-section-head {
  display: grid;
  gap: 7px;
}

.pvw-brand-section-head span,
.pvw-brand-radar > div:first-child span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #bd3f73;
  background: rgba(255, 143, 189, .14);
  font-size: 12px;
  font-weight: 950;
}

.pvw-brand-section-head h3,
.pvw-brand-radar h3 {
  margin: 0;
  color: #2c1d27;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.18;
  letter-spacing: 0;
}

.pvw-brand-card-grid,
.pvw-brand-value-list,
.pvw-brand-policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.pvw-brand-card-grid article,
.pvw-brand-value-list article,
.pvw-brand-policy-grid article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 38px rgba(248, 95, 142, .08);
}

.pvw-brand-card-grid article::after,
.pvw-brand-policy-grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(85, 215, 255, .2), transparent 68%);
}

.pvw-brand-card-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #ff7db7, #55d7ff);
  font-style: normal;
}

.pvw-brand-card-grid h4,
.pvw-brand-value-list b,
.pvw-brand-policy-grid h4 {
  display: block;
  margin: 12px 0 0;
  color: #2c1d27;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0;
}

.pvw-brand-card-grid p,
.pvw-brand-value-list p,
.pvw-brand-policy-grid p,
.pvw-brand-contact-band p {
  margin: 8px 0 0;
  color: rgba(75, 52, 66, .68);
  font-size: 13px;
  line-height: 1.75;
}

.pvw-brand-radar {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 3vw, 30px);
}

.pvw-brand-radar > div:first-child {
  display: grid;
  gap: 10px;
}

.pvw-brand-value-list article {
  background: rgba(255, 255, 255, .72);
}

.pvw-brand-legal-stack {
  position: relative;
  min-height: 340px;
}

.pvw-brand-legal-card {
  position: absolute;
  inset: 26px 20px 20px 26px;
  border-radius: 28px;
  box-shadow: 0 28px 54px rgba(38, 37, 52, .18);
}

.pvw-brand-legal-card.is-image {
  background-position: center;
  background-size: cover;
  transform: rotate(-5deg);
}

.pvw-brand-legal-card.is-front {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  inset: 54px 46px 46px 54px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .2), transparent 120px),
    linear-gradient(135deg, rgba(35, 198, 107, .94), rgba(85, 215, 255, .92));
  text-align: center;
}

.pvw-brand-legal-card.is-front b {
  font-size: 22px;
  font-weight: 950;
}

.pvw-brand-legal-card.is-front em {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pvw-brand-policy-grid article {
  padding-top: 20px;
}

.pvw-brand-policy-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #23c66b, #55d7ff);
  font-size: 13px;
  font-weight: 950;
}

.pvw-brand-contact-band {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pvw-brand-contact-band a,
.pvw-brand-contact-band strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #23c66b, #55d7ff);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.pvw-sitemap-flow {
  display: grid;
  gap: 18px;
  width: 100%;
}

.pvw-sitemap-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
  gap: 18px;
  align-items: stretch;
  padding: clamp(18px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 6%, rgba(104, 200, 255, .22), transparent 190px),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 239, 247, .86));
  box-shadow: 0 18px 44px rgba(248, 95, 142, .12);
}

.pvw-sitemap-hero span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #bf3d72;
  background: rgba(255, 143, 189, .16);
  font-size: 12px;
  font-weight: 900;
}

.pvw-sitemap-hero h2 {
  margin: 0;
  color: #30242c;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.pvw-sitemap-hero p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(71, 52, 63, .7);
  font-size: 14px;
  line-height: 1.8;
}

.pvw-sitemap-hero > a {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #ff8fbd, #68c8ff);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 20px 34px rgba(104, 200, 255, .24);
}

.pvw-sitemap-hero strong {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
  font-weight: 950;
}

.pvw-sitemap-hero em {
  margin-top: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.pvw-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  align-items: start;
}

.pvw-sitemap-section {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(248, 95, 142, .08);
}

.pvw-sitemap-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pvw-sitemap-section h2 {
  margin: 0;
  color: #362833;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0;
}

.pvw-sitemap-section-head span {
  flex: 0 0 auto;
  color: rgba(105, 78, 92, .58);
  font-size: 12px;
  font-weight: 900;
}

.pvw-sitemap-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvw-sitemap-section a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid rgba(248, 95, 142, .08);
  border-radius: 13px;
  color: #4b3341;
  background: rgba(255, 246, 251, .56);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.pvw-sitemap-section a:hover {
  transform: translateY(-1px);
  border-color: rgba(248, 95, 142, .24);
  background: rgba(255, 255, 255, .96);
}

.pvw-sitemap-section a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 900;
}

.pvw-sitemap-section a em {
  color: rgba(105, 78, 92, .54);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.pvw-friend-flow {
  display: grid;
  gap: 18px;
  width: 100%;
}

.pvw-friend-flow-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 240px);
  gap: 18px;
  align-items: stretch;
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 143, 189, .28), transparent 190px),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 239, 247, .86));
  box-shadow: 0 24px 70px rgba(248, 95, 142, .12);
}

.pvw-friend-flow-hero span,
.pvw-friend-apply-card > div > span {
  color: var(--pvw-pink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pvw-friend-flow-hero h2,
.pvw-friend-apply-card h3 {
  margin: 6px 0 8px;
  color: #2f2029;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.12;
}

.pvw-friend-flow-hero p,
.pvw-friend-apply-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(47, 32, 41, .68);
  line-height: 1.8;
}

.pvw-friend-flow-hero aside {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #ff8fbd, #ff5f9e);
  box-shadow: 0 18px 42px rgba(248, 95, 142, .24);
}

.pvw-friend-flow-hero aside b {
  font-size: 42px;
  line-height: 1;
}

.pvw-friend-flow-hero aside em,
.pvw-friend-flow-hero aside span {
  font-style: normal;
  font-weight: 800;
}

.pvw-friend-flow-hero aside span {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.pvw-friend-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pvw-friend-notice span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 999px;
  color: #7a4359;
  background: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.pvw-friend-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pvw-friend-sponsor-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 148px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 143, 189, .86), rgba(255, 95, 158, .82));
  box-shadow: 0 18px 46px rgba(248, 95, 142, .16);
  opacity: 0;
  transform: translateY(12px);
  animation: pvwFriendIn .42s ease forwards;
  animation-delay: var(--pvw-friend-delay, 0ms);
}

.pvw-friend-sponsor-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(39, 20, 31, .08), rgba(39, 20, 31, .7));
  pointer-events: none;
}

.pvw-friend-sponsor-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.pvw-friend-sponsor-card:hover img {
  transform: scale(1.06);
}

.pvw-friend-sponsor-card span,
.pvw-friend-sponsor-card strong,
.pvw-friend-sponsor-card em {
  position: relative;
  z-index: 2;
}

.pvw-friend-sponsor-card span {
  justify-self: start;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.pvw-friend-sponsor-card strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .28);
}

.pvw-friend-sponsor-card em {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: rgba(255, 255, 255, .84);
  font-style: normal;
  font-size: 12px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-friend-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.pvw-friend-flow-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 126px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,247,251,.82)),
    radial-gradient(circle at 100% 0, rgba(255, 143, 189, .18), transparent 120px);
  box-shadow: 0 18px 50px rgba(248, 95, 142, .08);
  opacity: 0;
  transform: translateY(12px);
  animation: pvwFriendIn .42s ease forwards;
  animation-delay: var(--pvw-friend-delay, 0ms);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.pvw-friend-flow-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 95, 142, .28);
  box-shadow: 0 22px 58px rgba(248, 95, 142, .16);
}

.pvw-friend-flow-card i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #ff8fbd, #ff5f9e);
  font-style: normal;
  font-size: 20px;
  font-weight: 900;
}

.pvw-friend-flow-card i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvw-friend-flow-card span {
  min-width: 0;
}

.pvw-friend-flow-card strong,
.pvw-friend-flow-card em,
.pvw-friend-flow-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvw-friend-flow-card strong {
  color: #2f2029;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-friend-flow-card em {
  display: -webkit-box;
  margin-top: 5px;
  color: rgba(47, 32, 41, .64);
  font-style: normal;
  font-size: 13px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-friend-flow-card small {
  margin-top: 8px;
  color: var(--pvw-pink);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-friend-apply-card {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 58px rgba(248, 95, 142, .1);
  backdrop-filter: blur(18px);
}

.pvw-friend-apply-card h3 {
  font-size: clamp(22px, 2vw, 32px);
}

.pvw-friend-apply-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--pvw-pink);
  font-weight: 900;
}

.pvw-friend-apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pvw-friend-apply-form label {
  display: grid;
  gap: 7px;
}

.pvw-friend-url-field {
  position: relative;
}

.pvw-friend-url-field input {
  padding-right: 92px !important;
}

.pvw-friend-url-field button[data-friend-fetch-site] {
  position: absolute;
  right: 6px;
  bottom: 6px;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 11px;
  font-size: 12px;
  box-shadow: none;
}

.pvw-friend-url-field button[data-friend-fetch-site].is-loading {
  opacity: .72;
}

.pvw-friend-apply-form label:nth-child(3),
.pvw-friend-apply-form label:nth-child(6),
.pvw-friend-apply-form [data-friend-apply-message] {
  grid-column: 1 / -1;
}

.pvw-friend-apply-form span {
  color: rgba(47, 32, 41, .68);
  font-size: 12px;
  font-weight: 900;
}

.pvw-friend-apply-form input {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 248, 251, .9);
}

.pvw-friend-apply-form input:focus {
  border-color: rgba(248, 95, 142, .42);
  box-shadow: 0 0 0 4px rgba(248, 95, 142, .1);
}

.pvw-friend-apply-form button {
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff8fbd, #ff5f9e);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(248, 95, 142, .22);
}

.pvw-friend-apply-form button:disabled {
  cursor: wait;
  opacity: .68;
}

.pvw-friend-apply-form [data-friend-apply-message] {
  min-height: 20px;
  margin: 0;
  color: rgba(47, 32, 41, .64);
  font-size: 13px;
  font-weight: 800;
}

.pvw-friend-apply-form [data-friend-apply-message].is-success {
  color: #13a66b;
}

.pvw-friend-apply-form [data-friend-apply-message].is-error {
  color: #e34f78;
}

.pvw-friend-dialog {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: grid;
  place-items: center;
  padding: clamp(14px, 2.4vw, 34px);
  overflow: hidden;
  background: rgba(28, 20, 27, .42);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: opacity .18s ease;
}

.pvw-friend-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pvw-friend-dialog__panel {
  position: relative;
  width: min(1180px, 96vw);
  max-height: min(88vh, 900px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0, rgba(255, 205, 226, .88), transparent 310px),
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(255, 244, 250, .94));
  box-shadow: 0 34px 90px rgba(74, 32, 52, .28);
  transform: translateY(18px) scale(.985);
  transition: transform .22s ease;
}

.pvw-friend-dialog.is-open .pvw-friend-dialog__panel {
  transform: translateY(0) scale(1);
}

.pvw-friend-dialog__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #91415f;
  background: rgba(255, 255, 255, .82);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 12px 32px rgba(248, 95, 142, .14);
}

.pvw-friend-dialog__head {
  padding: clamp(22px, 3vw, 34px) clamp(22px, 4vw, 48px) 16px;
  border-bottom: 1px solid rgba(248, 95, 142, .1);
}

.pvw-friend-dialog__head span {
  color: var(--pvw-pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pvw-friend-dialog__head h2 {
  margin: 6px 0 8px;
  color: #2f2029;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

.pvw-friend-dialog__head p {
  max-width: 760px;
  margin: 0;
  color: rgba(47, 32, 41, .66);
  line-height: 1.8;
}

.pvw-friend-dialog__body {
  max-height: calc(min(88vh, 900px) - 150px);
  overflow-y: auto;
  padding: clamp(16px, 3vw, 34px) clamp(18px, 4vw, 48px) clamp(22px, 4vw, 44px);
}

.pvw-friend-dialog-layout .pvw-friend-flow {
  gap: 22px;
}

.pvw-friend-dialog-layout .pvw-friend-flow-hero {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
}

.pvw-friend-dialog-layout .pvw-friend-flow-hero h2 {
  display: none;
}

.pvw-friend-dialog-layout .pvw-friend-flow-hero p {
  font-size: 15px;
}

.pvw-friend-dialog-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pvw-friend-dialog-summary article {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 42px rgba(248, 95, 142, .08);
}

.pvw-friend-dialog-summary strong,
.pvw-friend-dialog-summary span {
  display: block;
}

.pvw-friend-dialog-summary strong {
  margin-bottom: 7px;
  color: #2f2029;
  font-size: 15px;
  font-weight: 900;
}

.pvw-friend-dialog-summary span {
  color: rgba(47, 32, 41, .62);
  font-size: 13px;
  line-height: 1.65;
}

.pvw-friend-dialog-layout .pvw-friend-flow-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.pvw-friend-dialog-layout .pvw-friend-sponsor-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pvw-friend-dialog-loading {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 360px;
  color: #8a4a62;
  font-weight: 900;
}

.pvw-friend-dialog-loading b {
  width: 46px;
  height: 46px;
  border: 4px solid rgba(248, 95, 142, .16);
  border-top-color: var(--pvw-pink);
  border-radius: 999px;
  animation: pvwSpin .8s linear infinite;
}

html.pvw-modal-open {
  overflow: hidden;
}

@keyframes pvwFriendIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .pvw-friend-flow-hero,
  .pvw-friend-apply-card,
  .pvw-friend-apply-form {
    grid-template-columns: 1fr;
  }

  .pvw-friend-flow-grid {
    grid-template-columns: 1fr;
  }

  .pvw-friend-sponsor-grid,
  .pvw-friend-dialog-summary {
    grid-template-columns: 1fr;
  }

  .pvw-friend-flow-hero h2 {
    font-size: 28px;
  }

  .pvw-friend-dialog {
    align-items: end;
    padding: 10px;
  }

  .pvw-friend-dialog__panel {
    width: 100%;
    max-height: 92vh;
    border-radius: 24px 24px 18px 18px;
  }

  .pvw-friend-dialog__head {
    padding: 24px 18px 12px;
  }

  .pvw-friend-dialog__close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  .pvw-friend-dialog__body {
    max-height: calc(92vh - 128px);
    padding: 14px;
  }

  .pvw-friend-dialog-layout .pvw-friend-flow-hero,
  .pvw-friend-dialog-summary,
  .pvw-friend-apply-card {
    grid-template-columns: 1fr;
  }
}

.pvw-site-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin: -6px 0 18px;
  padding: 12px 16px;
  border: 1px solid rgba(248,95,142,.14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,236,244,.72));
  box-shadow: 0 18px 46px rgba(248,95,142,.1);
  backdrop-filter: blur(18px) saturate(1.14);
}

.pvw-site-notice span,
.pvw-site-notice a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pvw-pink);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-site-notice p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(73,54,63,.78);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-site-notice a {
  color: #8c4d65;
}

.pvw-home-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pvw-home-hero-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #5f5157;
  background: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(248,95,142,.1);
}

.pvw-douyin-filterbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: -4px 0 20px;
}

.pvw-douyin-filterbar span {
  width: 1px;
  height: 22px;
  margin: 0 2px;
  background: rgba(48,37,42,.12);
}

.pvw-douyin-filterbar button {
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #70666b;
  background: #f4f4f5;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pvw-douyin-filterbar button:hover,
.pvw-douyin-filterbar button.is-active {
  color: #111;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20,20,20,.08);
  transform: translateY(-1px);
}

.pvw-rank-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 100vh;
  background: linear-gradient(90deg, rgba(255,245,249,.96), #fff 18%, #fff8fb 100%);
}

.pvw-rank-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 100vh;
  padding: 28px 22px;
  border-right: 1px solid rgba(248,95,142,.1);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
}

.pvw-rank-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.pvw-rank-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  color: #46363e;
  font-weight: 900;
}

.pvw-rank-sidebar nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  box-shadow: 0 14px 28px rgba(248,95,142,.24);
}

.pvw-rank-side-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 14px;
  background: #fff1f6;
  color: #8f6575;
}

.pvw-rank-side-card.vip {
  background: linear-gradient(135deg, #ffe4ed, #fff8fb);
}

.pvw-rank-side-card strong,
.pvw-rank-side-card span {
  display: block;
}

.pvw-rank-main-wrap {
  padding: 22px 28px 48px;
}

.pvw-rank-topbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.pvw-rank-topbar form {
  display: flex;
  align-items: center;
  max-width: 520px;
  height: 44px;
  margin: 0 auto;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
}

.pvw-rank-topbar input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
}

.pvw-rank-topbar button {
  border: 0;
  color: var(--pvw-pink);
  background: transparent;
  cursor: pointer;
}

.pvw-rank-topbar > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4e3c44;
  font-weight: 900;
}

.pvw-rank-user img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.pvw-rank-user span {
  display: grid;
  line-height: 1.2;
}

.pvw-rank-user small {
  color: var(--pvw-pink);
}

.pvw-rank-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 22px;
  min-height: 270px;
  padding: 58px 62px;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(90deg, rgba(255,236,244,.96), rgba(255,218,232,.5)),
    var(--pvw-hero-image, linear-gradient(135deg, #ffd8e5, #fff));
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.pvw-rank-hero-card h1 {
  margin: 0;
  color: #55323d;
  font-size: 52px;
  line-height: 1.15;
}

.pvw-rank-hero-card h1 em {
  margin-left: 12px;
  color: rgba(248,95,142,.42);
  font-family: Georgia, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

.pvw-rank-hero-card p {
  color: #8f6575;
  font-size: 18px;
}

.pvw-rank-periods {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.pvw-rank-periods span {
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #7c5e69;
  line-height: 36px;
  font-weight: 900;
}

.pvw-rank-periods span:first-child {
  color: #fff;
  background: var(--pvw-pink);
}

.pvw-rank-hero-card aside {
  align-self: center;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 50px rgba(248,95,142,.14);
}

.pvw-rank-hero-card aside strong,
.pvw-rank-hero-card aside span {
  display: block;
  color: #8f6575;
}

.pvw-rank-hero-card aside b {
  display: block;
  margin: 8px 0;
  color: var(--pvw-pink);
  font-size: 34px;
}

.pvw-rank-hero-card aside i {
  display: block;
  height: 44px;
  margin-top: 12px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, #ff8fb2 0 8px, transparent 8px 16px);
  opacity: .68;
}

.pvw-rank-nav {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  padding: 18px 14px;
  border-radius: 0 0 18px 18px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--pvw-shadow);
}

.pvw-rank-nav a {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 12px;
  color: #5d4750;
}

.pvw-rank-nav a.is-active {
  color: var(--pvw-pink);
  background: #fff1f6;
}

.pvw-rank-nav strong {
  font-size: 15px;
}

.pvw-rank-nav span {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-rank-top-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  margin-top: 28px;
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--pvw-shadow);
}

.pvw-rank-podium {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 26px;
  align-items: end;
}

.pvw-podium-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 270px;
  border-radius: 18px;
  background: #fff0f6;
  box-shadow: 0 18px 46px rgba(248,95,142,.14);
}

.pvw-podium-card.rank-1 {
  min-height: 330px;
}

.pvw-podium-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.pvw-podium-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  content: "";
  background: linear-gradient(0deg, rgba(38,22,30,.68), transparent);
}

.pvw-podium-card b {
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #2d74d7;
}

.pvw-podium-card.rank-1 b {
  left: 50%;
  top: -2px;
  width: 54px;
  height: 42px;
  border-radius: 0 0 20px 20px;
  background: #ffb52f;
  transform: translateX(-50%);
}

.pvw-podium-card.rank-3 b {
  background: #a8602a;
}

.pvw-podium-card strong,
.pvw-podium-card span {
  position: absolute;
  left: 22px;
  z-index: 2;
  color: #fff;
}

.pvw-podium-card strong {
  bottom: 50px;
  font-size: 19px;
}

.pvw-podium-card span {
  bottom: 22px;
  color: #ffd8e5;
  font-weight: 900;
}

.pvw-rank-top10 {
  padding: 18px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 18px;
  background: #fff9fb;
}

.pvw-rank-top10 h2 {
  margin: 0 0 14px;
  font-size: 17px;
}

.pvw-rank-mini-card {
  display: grid;
  grid-template-columns: 28px 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  color: #513e46;
}

.pvw-rank-mini-card img,
.pvw-rank-mini-card i {
  width: 38px;
  height: 30px;
  border-radius: 6px;
  object-fit: cover;
  background: #ffe8f0;
}

.pvw-rank-mini-card strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.pvw-rank-mini-card em {
  color: var(--pvw-pink);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.pvw-rank-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.pvw-rank-board,
.pvw-rank-vip-card,
.pvw-rank-rise-strip {
  padding: 18px;
  border: 1px solid rgba(248,95,142,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 38px rgba(248,95,142,.08);
}

.pvw-rank-board-head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pvw-rank-board-head h2 {
  margin: 0;
  font-size: 18px;
}

.pvw-rank-board-head span,
.pvw-rank-board-head a {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-rank-board-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.pvw-rank-board-top a {
  position: relative;
  display: grid;
  gap: 5px;
  justify-items: center;
  text-align: center;
}

.pvw-rank-board-top b {
  position: absolute;
  top: -8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #ffb52f;
  font-size: 12px;
}

.pvw-rank-board-top img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
}

.pvw-rank-board-top strong,
.pvw-rank-board-top span {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.pvw-rank-board-top span {
  color: var(--pvw-pink);
}

.pvw-rank-board-list {
  display: grid;
  gap: 7px;
}

.pvw-rank-vip-card {
  display: grid;
  place-items: center;
  min-height: 270px;
  text-align: center;
  background: linear-gradient(135deg, #fff0f6, #ffdce8);
}

.pvw-rank-vip-card h2,
.pvw-rank-vip-card p {
  margin: 0;
}

.pvw-rank-rise-strip {
  margin-top: 22px;
}

.pvw-rank-rise-strip > div:last-child {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.pvw-rank-rise-strip a {
  position: relative;
  display: grid;
  gap: 6px;
}

.pvw-rank-rise-strip b {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #ffb52f;
  font-size: 12px;
}

.pvw-rank-rise-strip img {
  width: 100%;
  aspect-ratio: 1.35;
  border-radius: 10px;
  object-fit: cover;
}

.pvw-rank-rise-strip strong,
.pvw-rank-rise-strip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.pvw-rank-rise-strip span {
  color: #22a061;
}

@media (max-width: 1280px) {
  .pvw-home-wide-main .pvw-masonry,
  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: calc((100% - 42px) / 4);
  }

  body.home .pvw-home-wide-main .pvw-category-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pvw-rank-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-rank-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .pvw-home-wide-shell {
    grid-template-columns: 1fr;
  }

  .pvw-home-wide-sidebar {
    position: relative;
    min-height: auto;
  }

  .admin-bar .pvw-home-wide-sidebar {
    top: 0;
    min-height: auto;
  }

  .pvw-home-wide-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-home-wide-main {
    padding: 18px;
  }

  .pvw-home-wide-topbar {
    grid-template-columns: 1fr auto;
  }

  .pvw-home-wide-topbar form {
    max-width: none;
    margin: 0;
  }

  .pvw-home-wide-topbar > a:not(.pvw-home-wide-user) {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-hero {
    min-height: auto;
  }

  body.home .pvw-home-wide-main .pvw-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0 28px;
  }

  body.home .pvw-home-wide-main .pvw-hero-copy {
    padding: 38px 0 82px;
  }

  body.home .pvw-home-wide-main .pvw-hero-visual {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main .pvw-stat:nth-child(3) {
    border-left: 0;
  }

  body.home .pvw-home-wide-main .pvw-stat:nth-child(n+3) {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(248, 95, 142, .12);
  }

  body.home .pvw-home-wide-main .pvw-promo-grid,
  body.home .pvw-home-wide-main .pvw-lower-grid,
  body.home .pvw-home-wide-main .pvw-info-grid {
    grid-template-columns: 1fr;
  }

  .pvw-rank-shell {
    grid-template-columns: 1fr;
  }

  .pvw-rank-sidebar {
    position: relative;
    min-height: auto;
  }

  .pvw-rank-sidebar nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .pvw-rank-topbar,
  .pvw-rank-hero-card,
  .pvw-rank-top-section {
    grid-template-columns: 1fr;
  }

  .pvw-rank-rise-strip > div:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pvw-home-wide-sidebar,
  .pvw-home-wide-main {
    padding: 14px;
  }

  .pvw-home-wide-sidebar nav {
    grid-template-columns: 1fr;
  }

  .pvw-home-side-card {
    margin-top: 14px;
  }

  .pvw-home-wide-topbar {
    grid-template-columns: 1fr;
  }

  .pvw-home-wide-user {
    justify-self: start;
  }

  body.home .pvw-home-wide-main .pvw-hero-inner {
    padding: 0 22px;
  }

  body.home .pvw-home-wide-main .pvw-hero h1 {
    font-size: 38px;
  }

  body.home .pvw-home-wide-main .pvw-stats {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  body.home .pvw-home-wide-main .pvw-stat,
  body.home .pvw-home-wide-main .pvw-stat + .pvw-stat,
  body.home .pvw-home-wide-main .pvw-stat:nth-child(n+3) {
    margin: 0;
    padding: 12px;
    border: 0;
    border-top: 1px solid rgba(248, 95, 142, .1);
  }

  body.home .pvw-home-wide-main .pvw-stat:first-child {
    border-top: 0;
  }

  body.home .pvw-home-wide-main .pvw-category-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: 74%;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-rank-main-wrap {
    padding: 14px;
  }

  .pvw-rank-hero-card {
    padding: 28px 22px;
  }

  .pvw-rank-hero-card h1 {
    font-size: 38px;
  }

  .pvw-rank-nav,
  .pvw-rank-board-grid,
  .pvw-rank-rise-strip > div:last-child {
    grid-template-columns: 1fr;
  }

  .pvw-rank-podium {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .pvw-ranking-hero-inner,
  .pvw-ranking-grid {
    grid-template-columns: 1fr;
  }

  .pvw-account-wide-shell {
    grid-template-columns: 1fr;
  }

  .pvw-account-wide-sidebar {
    position: relative;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(248,95,142,.12);
  }

  .pvw-account-wide-sidebar .pvw-account-site-nav,
  .pvw-account-wide-sidebar .pvw-account-nav {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
  }

  .pvw-account-wide-sidebar .pvw-account-site-nav a,
  .pvw-account-nav button {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
  }

  .pvw-account-side-summary {
    display: none;
  }

  .pvw-account-wide-main {
    padding: 18px;
  }

  .pvw-account-topbar {
    margin: -18px -18px 18px;
    padding: 14px 18px;
    grid-template-columns: minmax(220px, 1fr) auto;
  }

  .pvw-account-topbar > a:not(.pvw-rank-user) {
    display: none;
  }

  .pvw-account-hero-card,
  .pvw-account-login-hero {
    grid-template-columns: 1fr;
    padding: 34px 28px;
  }

  .pvw-account-shell,
  .pvw-account-overview,
  .pvw-account-auth-grid,
  .pvw-account-form-grid,
  .pvw-verify-grid,
  .pvw-account-duo,
  .pvw-history-grid,
  .pvw-points-actions,
  .pvw-account-mini-stats,
  .pvw-account-chip-row,
  .pvw-account-task-grid,
  .pvw-account-level-roadmap,
  .pvw-message-list article {
    grid-template-columns: 1fr;
  }

  .pvw-account-profile-strip {
    grid-template-columns: 1fr;
  }

  .pvw-account-side {
    position: static;
  }

  .pvw-account-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-account-favorites,
  .pvw-badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-account-table article,
  .pvw-account-inline-edit,
  .pvw-subscription-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pvw-ranking-stats {
    grid-template-columns: 1fr;
  }

  .pvw-ranking-row {
    grid-template-columns: 38px 54px minmax(0, 1fr);
  }

  .pvw-ranking-row em {
    grid-column: 3;
  }

  .pvw-account-page {
    padding-top: 16px;
  }

  .pvw-account-wide-main {
    padding: 14px;
  }

  .pvw-account-topbar {
    grid-template-columns: 1fr;
    margin: -14px -14px 16px;
    padding: 12px 14px;
  }

  .pvw-account-hero-card,
  .pvw-account-login-hero {
    padding: 28px 20px;
  }

  .pvw-account-hero-card h1,
  .pvw-account-login-hero h1 {
    font-size: 34px;
  }

  .pvw-account-card,
  .pvw-account-panel {
    padding: 18px;
    border-radius: 16px;
  }

  .pvw-account-nav,
  .pvw-account-privacy,
  .pvw-favorite-actions,
  .pvw-account-mini-stats,
  .pvw-account-chip-row,
  .pvw-account-task-grid,
  .pvw-account-level-roadmap,
  .pvw-message-list article {
    grid-template-columns: 1fr;
  }

  .pvw-account-favorites,
  .pvw-badge-grid {
    grid-template-columns: 1fr;
  }

  .pvw-account-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

body.page-template-page-ranking .pvw-site-header,
body.page-template-page-ranking-php .pvw-site-header,
body.page-template-page-account .pvw-site-header,
body.page-template-page-account-php .pvw-site-header,
body.pvw-unified-shell-page .pvw-site-header,
body.home .pvw-site-header {
  display: none !important;
}

body.page-template-page-ranking .pvw-main,
body.page-template-page-ranking-php .pvw-main,
body.page-template-page-account .pvw-main,
body.page-template-page-account-php .pvw-main,
body.pvw-unified-shell-page .pvw-main,
body.home .pvw-main {
  margin: 0;
}

body.home .pvw-site-footer {
  margin-top: 0;
}

body.home,
body.page-template-page-account,
body.page-template-page-account-php {
  background: #f7f7f8;
}

body.home .pvw-home-wide-shell,
body.page-template-page-account .pvw-home-wide-shell,
body.page-template-page-account-php .pvw-home-wide-shell {
  grid-template-columns: 212px minmax(0, 1fr);
  background: #f7f7f8;
}

body.home .pvw-home-wide-sidebar,
body.page-template-page-account .pvw-home-wide-sidebar,
body.page-template-page-account-php .pvw-home-wide-sidebar {
  padding: 22px 14px 20px;
  border-right: 1px solid #eeeef0;
  background: #fff;
  box-shadow: 10px 0 28px rgba(20,20,20,.03);
}

body.home .pvw-home-wide-sidebar .pvw-logo,
body.page-template-page-account .pvw-home-wide-sidebar .pvw-logo,
body.page-template-page-account-php .pvw-home-wide-sidebar .pvw-logo {
  min-width: 0;
  padding: 0 8px 14px;
}

body.home .pvw-home-wide-sidebar nav,
body.page-template-page-account .pvw-home-wide-sidebar nav,
body.page-template-page-account-php .pvw-home-wide-sidebar nav {
  gap: 4px;
  margin-top: 12px;
}

body.home .pvw-home-wide-sidebar nav a,
body.page-template-page-account .pvw-home-wide-sidebar nav a,
body.page-template-page-account-php .pvw-home-wide-sidebar nav a {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  color: #252528;
  font-size: 15px;
  box-shadow: none;
}

body.home .pvw-home-wide-sidebar nav a:hover,
body.page-template-page-account .pvw-home-wide-sidebar nav a:hover,
body.page-template-page-account-php .pvw-home-wide-sidebar nav a:hover {
  color: #111;
  background: #f5f5f6;
  transform: none;
}

body.home .pvw-home-wide-sidebar nav a.is-active,
body.page-template-page-account .pvw-home-wide-sidebar nav a.is-active,
body.page-template-page-account-php .pvw-home-wide-sidebar nav a.is-active {
  color: #111;
  background: #f2f2f3;
  box-shadow: none;
}

body.home .pvw-home-wide-sidebar nav a.is-active svg,
body.home .pvw-home-wide-sidebar nav a:hover svg,
body.page-template-page-account .pvw-home-wide-sidebar nav a.is-active svg,
body.page-template-page-account .pvw-home-wide-sidebar nav a:hover svg,
body.page-template-page-account-php .pvw-home-wide-sidebar nav a.is-active svg,
body.page-template-page-account-php .pvw-home-wide-sidebar nav a:hover svg {
  color: var(--pvw-pink);
}

body.home .pvw-home-side-card,
body.page-template-page-account .pvw-home-side-card,
body.page-template-page-account-php .pvw-home-side-card {
  margin-top: 16px;
  padding: 14px;
  border: 0;
  border-radius: 12px;
  background: #f7f7f8;
  color: #666;
  box-shadow: none;
}

body.home .pvw-home-side-card.vip,
body.page-template-page-account .pvw-home-side-card.vip,
body.page-template-page-account-php .pvw-home-side-card.vip {
  background: linear-gradient(135deg, #fff1f6, #f7f7f8);
}

body.home .pvw-home-side-card strong,
body.page-template-page-account .pvw-home-side-card strong,
body.page-template-page-account-php .pvw-home-side-card strong {
  color: #111;
  font-size: 24px;
}

body.home .pvw-home-wide-main,
body.page-template-page-account .pvw-home-wide-main,
body.page-template-page-account-php .pvw-home-wide-main {
  padding: 18px 28px 48px;
}

body.home .pvw-home-wide-topbar,
body.page-template-page-account .pvw-home-wide-topbar,
body.page-template-page-account-php .pvw-home-wide-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  grid-template-columns: minmax(320px, 1fr) auto auto auto auto;
  margin: -18px -28px 18px;
  padding: 16px 28px;
  border-bottom: 1px solid #eeeef0;
  background: rgba(247,247,248,.9);
  backdrop-filter: blur(18px);
}

body.admin-bar.home .pvw-home-wide-topbar {
  top: 32px;
}

body.home .pvw-home-wide-topbar form,
body.page-template-page-account .pvw-home-wide-topbar form,
body.page-template-page-account-php .pvw-home-wide-topbar form {
  max-width: 660px;
  height: 46px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #eeeef0;
}

body.home .pvw-home-wide-topbar button,
body.page-template-page-account .pvw-home-wide-topbar button,
body.page-template-page-account-php .pvw-home-wide-topbar button {
  border-radius: 10px;
  background: #161823;
}

body.home .pvw-home-wide-topbar > a,
body.page-template-page-account .pvw-home-wide-topbar > a,
body.page-template-page-account-php .pvw-home-wide-topbar > a {
  min-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  color: #333;
  font-size: 14px;
}

body.home .pvw-home-wide-topbar > a:hover,
body.page-template-page-account .pvw-home-wide-topbar > a:hover,
body.page-template-page-account-php .pvw-home-wide-topbar > a:hover {
  background: #fff;
}

body.home .pvw-home-wide-user img,
body.page-template-page-account .pvw-home-wide-user img,
body.page-template-page-account-php .pvw-home-wide-user img {
  border: 2px solid #fff;
  box-shadow: 0 8px 22px rgba(20,20,20,.08);
}

body.home .pvw-home-wide-main > .pvw-container,
body.home .pvw-home-wide-main .pvw-section > .pvw-container,
body.home .pvw-home-wide-main .pvw-category-strip > .pvw-container,
body.page-template-page-account .pvw-home-wide-main > .pvw-container,
body.page-template-page-account .pvw-home-wide-main .pvw-section > .pvw-container,
body.page-template-page-account .pvw-home-wide-main .pvw-category-strip > .pvw-container,
body.page-template-page-account-php .pvw-home-wide-main > .pvw-container,
body.page-template-page-account-php .pvw-home-wide-main .pvw-section > .pvw-container,
body.page-template-page-account-php .pvw-home-wide-main .pvw-category-strip > .pvw-container {
  width: min(1480px, 100%);
}

body.home .pvw-home-wide-main .pvw-section,
body.page-template-page-account .pvw-home-wide-main .pvw-section,
body.page-template-page-account-php .pvw-home-wide-main .pvw-section {
  padding: 22px 0;
}

body.home .pvw-home-wide-main .pvw-hero {
  min-height: 280px;
  margin-top: 0;
  padding-top: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20,20,20,.06);
}

body.home .pvw-home-wide-main .pvw-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .84) 42%, rgba(255, 255, 255, .18) 100%),
    var(--pvw-hero-image, linear-gradient(135deg, #ffd8e5, #fff));
}

body.home .pvw-home-wide-main .pvw-hero::after {
  height: 0;
}

body.home .pvw-home-wide-main .pvw-hero-inner {
  width: min(1480px, 100%);
  min-height: 280px;
  padding: 0 40px;
  grid-template-columns: minmax(0, 540px) minmax(280px, 1fr);
}

body.home .pvw-home-wide-main .pvw-hero-copy {
  padding: 42px 0;
}

body.home .pvw-home-wide-main .pvw-eyebrow {
  margin-bottom: 12px;
  color: #fe2c55;
}

body.home .pvw-home-wide-main .pvw-hero h1 {
  color: #111;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 800;
}

body.home .pvw-home-wide-main .pvw-hero p {
  max-width: 620px;
  margin: 18px 0 24px;
  color: #666;
  font-size: 16px;
}

body.home .pvw-home-wide-main .pvw-hero-card {
  right: 32px;
  bottom: 30px;
  width: min(360px, 100%);
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 38px rgba(20,20,20,.1);
}

body.home .pvw-home-hero-tags a {
  color: #111;
  background: #f4f4f5;
  box-shadow: none;
}

body.home .pvw-home-hero-tags a:hover {
  background: #fff;
  box-shadow: 0 10px 26px rgba(20,20,20,.08);
}

body.home .pvw-home-wide-main .pvw-home-stats-wrap {
  width: min(1480px, 100%);
  margin-top: 14px;
}

body.home .pvw-home-wide-main .pvw-stats {
  width: auto;
  margin: 0;
  padding: 14px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20,20,20,.05);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .pvw-home-wide-main .pvw-category-strip {
  margin-top: 16px;
}

body.home .pvw-home-wide-main .pvw-category-panel {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  padding: 14px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20,20,20,.05);
}

body.home .pvw-home-wide-main .pvw-category-item {
  min-height: 88px !important;
  border-radius: 12px;
}

body.home .pvw-home-wide-main .pvw-category-item:hover {
  background: #f7f7f8;
}

body.home .pvw-home-wide-main .pvw-album-track {
  grid-auto-columns: calc((100% - 84px) / 7);
}

body.home .pvw-home-wide-main .pvw-masonry {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

body.home .pvw-home-wide-main .pvw-promo-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
}

body.home .pvw-home-wide-main .pvw-info-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
}

body.home .pvw-home-wide-main .pvw-section-head {
  margin-bottom: 14px;
  padding: 0 2px;
}

body.home .pvw-home-wide-main .pvw-section-title {
  color: #111;
  font-size: 22px;
}

body.home .pvw-home-wide-main .pvw-tab {
  min-height: 34px;
  border-radius: 999px;
  background: #f1f1f2;
  color: #5f5f66;
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-tab:hover,
body.home .pvw-home-wide-main .pvw-tab.is-active {
  color: #fff;
  background: #161823;
}

body.home .pvw-home-wide-main .pvw-feature-card,
body.home .pvw-home-wide-main .pvw-wall-card,
body.home .pvw-home-wide-main .pvw-topic-card {
  border-radius: 12px;
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-wall-card {
  min-height: 210px;
}

body.home .pvw-home-wide-main .pvw-wall-card.is-tall {
  min-height: 434px;
}

body.home .pvw-home-wide-main .pvw-card-badge {
  border-radius: 999px;
  background: rgba(22,24,35,.72);
  backdrop-filter: blur(10px);
}

body.home .pvw-home-wide-main .pvw-card-info h3 {
  font-size: 15px;
}

body.home .pvw-home-wide-main .pvw-hd-card,
body.home .pvw-home-wide-main .pvw-vip-card,
body.home .pvw-home-wide-main .pvw-creator-card,
body.home .pvw-home-wide-main .pvw-topic-panel,
body.home .pvw-home-wide-main .pvw-vote-panel {
  border: 0;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 14px 34px rgba(20,20,20,.05);
}

body.home .pvw-home-wide-main .pvw-load-more,
body.home .pvw-home-wide-main .pvw-primary-btn {
  background: #fe2c55;
  box-shadow: 0 14px 30px rgba(254,44,85,.22);
}

body.home .pvw-home-wide-main .pvw-secondary-btn {
  color: #111;
  background: #f4f4f5;
  box-shadow: none;
}

.pvw-account-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--pvw-shadow);
}

.pvw-account-profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pvw-account-profile img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.pvw-account-card h2 {
  margin: 0 0 12px;
}

.pvw-account-card p {
  color: var(--pvw-muted);
  line-height: 1.8;
}

.pvw-account-wide {
  grid-column: 1 / -1;
}

.pvw-record-list {
  display: grid;
  gap: 10px;
}

.pvw-record-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  background: #fff7fa;
}

.pvw-record-list span {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-account-hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 190, 212, .42), transparent 320px),
    linear-gradient(135deg, #fff8fb, #ffeaf2 54%, #fff);
}

.pvw-account-page {
  padding: 28px 0 72px;
}

.pvw-account-notice {
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  color: var(--pvw-pink);
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(248,95,142,.1);
}

.pvw-account-notice.error {
  color: #b42318;
  background: #fff1f0;
}

.pvw-account-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.pvw-account-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.pvw-account-profile-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.pvw-account-profile-card img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 16px 30px rgba(248,95,142,.16);
}

.pvw-account-profile-card h2 {
  margin: 12px 0 4px;
}

.pvw-account-profile-card small {
  color: var(--pvw-muted);
}

.pvw-account-level-mini,
.pvw-level-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12px;
  margin: 14px 0 8px;
  border-radius: 999px;
  background: #ffe8f1;
}

.pvw-account-level-mini span {
  position: absolute;
  left: 10px;
  top: -22px;
  color: var(--pvw-pink);
  font-weight: 900;
}

.pvw-account-level-mini b,
.pvw-level-box b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pvw-pink), #ffb1ca);
}

.pvw-wearing-badge {
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff9fbd);
}

.pvw-account-nav {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--pvw-shadow);
}

.pvw-account-nav a {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  color: #4e3c44;
  line-height: 42px;
  font-weight: 900;
}

.pvw-account-nav a:hover {
  color: var(--pvw-pink);
  background: #fff1f6;
}

.pvw-account-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.pvw-account-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pvw-account-overview article,
.pvw-account-panel {
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(255,255,255,.9);
  box-shadow: var(--pvw-shadow);
}

.pvw-account-overview article {
  min-height: 112px;
  padding: 18px;
  border-radius: 18px;
}

.pvw-account-overview span,
.pvw-account-overview small {
  display: block;
  color: var(--pvw-muted);
}

.pvw-account-overview strong {
  display: block;
  margin-top: 8px;
  color: var(--pvw-pink);
  font-size: 30px;
}

.pvw-account-panel {
  scroll-margin-top: 110px;
}

.pvw-account-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.pvw-account-panel-head h2 {
  margin: 0;
}

.pvw-account-panel-head a,
.pvw-account-panel-head span {
  color: var(--pvw-pink);
  font-weight: 900;
}

.pvw-account-form,
.pvw-account-privacy {
  display: grid;
  gap: 14px;
}

.pvw-account-auth-grid {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
}

.pvw-account-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pvw-account-form label,
.pvw-account-form-grid label {
  display: grid;
  gap: 8px;
  color: #6f5963;
  font-weight: 900;
}

.pvw-account-form input,
.pvw-account-form textarea,
.pvw-account-form select,
.pvw-favorite-actions input,
.pvw-favorite-actions select,
.pvw-account-privacy select {
  width: 100%;
  border: 1px solid rgba(248,95,142,.14);
  border-radius: 13px;
  padding: 12px 14px;
  outline: 0;
  background: #fff8fb;
}

.pvw-account-check {
  display: inline-flex !important;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  align-items: center;
  justify-content: start;
}

.pvw-account-check input {
  width: auto;
}

.pvw-account-privacy {
  grid-template-columns: repeat(4, auto);
  align-items: center;
  margin-top: 16px;
}

.pvw-verify-grid,
.pvw-account-duo,
.pvw-points-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pvw-verify-grid article,
.pvw-account-duo article {
  padding: 18px;
  border-radius: 16px;
  background: #fff7fa;
}

.pvw-verify-grid strong {
  color: var(--pvw-pink);
}

.pvw-account-tip {
  padding: 12px 14px;
  border-radius: 12px;
  color: #b42318;
  background: #fff1f0;
}

.pvw-account-table {
  display: grid;
  gap: 10px;
}

.pvw-account-table article {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) .5fr .9fr auto auto;
  gap: 10px;
  align-items: center;
  min-height: 56px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff7fa;
}

.pvw-account-table strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-account-table span {
  color: var(--pvw-muted);
  font-size: 13px;
}

.pvw-account-table button,
.pvw-account-inline-edit button,
.pvw-subscription-list button,
.pvw-badge-grid button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: var(--pvw-pink);
  cursor: pointer;
  font-weight: 900;
}

.pvw-register-panel {
  width: min(980px, 100%);
  margin: 22px auto 0;
}

.pvw-account-inline-edit {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 130px 120px minmax(160px, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: -2px 0 10px;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
}

.pvw-account-inline-edit input,
.pvw-account-inline-edit select {
  min-width: 0;
  border: 1px solid rgba(248,95,142,.14);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff8fb;
}

.pvw-favorite-actions {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 180px auto;
  gap: 12px;
  margin-bottom: 14px;
}

.pvw-account-favorites {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pvw-account-favorites label {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 16px;
  background: #fff7fa;
}

.pvw-account-favorites input {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}

.pvw-account-favorites img {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  object-fit: cover;
}

.pvw-account-favorites strong,
.pvw-account-favorites span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-account-favorites span,
.pvw-history-grid span,
.pvw-message-list span {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-history-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pvw-history-grid div,
.pvw-message-list article,
.pvw-subscription-list article {
  padding: 16px;
  border-radius: 16px;
  background: #fff7fa;
}

.pvw-history-grid h3 {
  margin: 0 0 12px;
}

.pvw-history-grid a {
  display: grid;
  gap: 4px;
  padding: 8px 0;
  border-top: 1px solid rgba(248,95,142,.1);
  color: #513e46;
}

.pvw-message-list,
.pvw-subscription-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.pvw-message-list article.is-unread {
  box-shadow: inset 4px 0 0 var(--pvw-pink);
}

.pvw-message-list strong,
.pvw-message-list p {
  margin: 0 0 6px;
}

.pvw-points-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.pvw-badge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.pvw-badge-grid article {
  --badge-accent: var(--pvw-pink);
  --badge-bg: #fff0f6;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 220px;
  padding: 16px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,251,.9)),
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--badge-accent) 18%, transparent), transparent 8rem);
  box-shadow: 0 16px 36px rgba(248,95,142,.08);
}

.pvw-badge-grid article.is-locked {
  opacity: .76;
  filter: saturate(.82);
}

.pvw-badge-grid article.is-wearing {
  border-color: color-mix(in srgb, var(--badge-accent) 42%, white);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--badge-accent) 18%, transparent);
}

.pvw-badge-grid article.is-wearing::after {
  content: "佩戴中";
  position: absolute;
  right: 13px;
  top: 13px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--badge-accent);
  font-size: 11px;
  font-weight: 900;
}

.pvw-badge-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-right: 56px;
}

.pvw-badge-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: var(--badge-accent);
  background: var(--badge-bg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.82), 0 12px 26px color-mix(in srgb, var(--badge-accent) 16%, transparent);
}

.pvw-badge-icon svg,
.pvw-badge-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.pvw-badge-status {
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--badge-accent);
  background: var(--badge-bg);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-badge-grid strong {
  display: block;
  color: #442d37;
  font-size: 16px;
  line-height: 1.28;
}

.pvw-badge-grid span {
  display: block;
  color: var(--badge-accent);
  font-size: 12px;
  font-weight: 900;
}

.pvw-badge-grid p {
  margin: 0;
  color: #7d6370;
  line-height: 1.55;
}

.pvw-badge-progress {
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(248,95,142,.11);
}

.pvw-badge-progress b {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--badge-accent), color-mix(in srgb, var(--badge-accent) 62%, #fff));
}

.pvw-badge-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.pvw-badge-foot form {
  margin: 0;
}

.pvw-badge-grid .pvw-badge-foot button {
  padding: 7px 11px;
  background: var(--badge-accent);
  white-space: nowrap;
}

.pvw-badge-grid .pvw-badge-foot button[disabled] {
  opacity: .68;
  cursor: default;
}

.pvw-badge-grid article.is-tone-pink,
.pvw-account-badge-current.is-tone-pink {
  --badge-accent: #f85f8e;
  --badge-bg: #fff0f6;
}

.pvw-badge-grid article.is-tone-rose,
.pvw-account-badge-current.is-tone-rose {
  --badge-accent: #e85c79;
  --badge-bg: #fff0f3;
}

.pvw-badge-grid article.is-tone-gold,
.pvw-account-badge-current.is-tone-gold {
  --badge-accent: #c58b18;
  --badge-bg: #fff6dc;
}

.pvw-badge-grid article.is-tone-mint,
.pvw-account-badge-current.is-tone-mint {
  --badge-accent: #10a678;
  --badge-bg: #eafff7;
}

.pvw-badge-grid article.is-tone-blue,
.pvw-account-badge-current.is-tone-blue {
  --badge-accent: #3f7ee8;
  --badge-bg: #eef5ff;
}

.pvw-badge-grid article.is-tone-violet,
.pvw-account-badge-current.is-tone-violet {
  --badge-accent: #8a63e8;
  --badge-bg: #f4efff;
}

.pvw-badge-grid article.is-tone-peach,
.pvw-account-badge-current.is-tone-peach {
  --badge-accent: #f07f52;
  --badge-bg: #fff0e8;
}

.pvw-subscription-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.pvw-account-wide-shell {
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 205, 224, .42), transparent 32rem),
    linear-gradient(90deg, rgba(255,245,249,.96), #fff 18%, #fff8fb 100%);
}

.pvw-account-wide-sidebar .pvw-logo {
  margin-bottom: 12px;
}

.pvw-account-wide-sidebar .pvw-account-site-nav {
  margin-top: 18px;
}

.pvw-account-side-summary {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.pvw-account-side-summary img {
  width: 52px;
  height: 52px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(248,95,142,.16);
}

.pvw-account-wide-main {
  min-width: 0;
}

.pvw-account-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: -22px -28px 22px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(248,95,142,.1);
  background: rgba(255,248,251,.9);
  backdrop-filter: blur(18px);
}

.pvw-account-topbar .pvw-rank-user {
  display: inline-flex;
}

.admin-bar .pvw-account-topbar {
  top: 32px;
}

.pvw-account-hero-card {
  margin-bottom: 18px;
}

.pvw-account-login-hero {
  margin-bottom: 18px;
}

.pvw-account-hero-card aside i {
  max-width: 100%;
}

.pvw-account-nav {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.pvw-account-nav button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #46363e;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
  text-align: left;
}

.pvw-account-nav button:hover,
.pvw-account-nav button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  box-shadow: 0 14px 28px rgba(248,95,142,.24);
}

.pvw-account-panel {
  display: none;
  animation: pvwPanelIn .22s ease both;
}

.pvw-account-panel.is-active {
  display: grid;
}

.pvw-account-overview.pvw-account-panel.is-active {
  display: grid;
}

.pvw-account-home-shell .pvw-home-feed-section .pvw-container {
  width: 100%;
}

.pvw-account-flow-grid {
  display: grid;
  gap: 18px;
  min-height: 420px;
}

.pvw-account-module-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,246,250,.9)),
    radial-gradient(circle at 100% 0, rgba(248, 95, 142, .18), transparent 22rem);
  box-shadow: 0 18px 42px rgba(248, 95, 142, .08);
}

.pvw-account-module-nav a {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  color: var(--pvw-text);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}

.pvw-account-module-nav a::after {
  content: "";
  position: absolute;
  inset: auto 14px 9px 44px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.4);
  transform-origin: left center;
  transition: opacity .2s ease, transform .2s ease;
}

.pvw-account-module-nav a svg {
  flex: 0 0 auto;
  color: var(--pvw-pink);
}

.pvw-account-module-nav a:hover,
.pvw-account-module-nav a.is-active {
  border-color: rgba(248, 95, 142, .35);
  box-shadow: 0 14px 28px rgba(248, 95, 142, .15);
  transform: translateY(-2px);
}

.pvw-account-module-nav a.is-active {
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  color: #fff;
}

.pvw-account-module-nav a.is-active svg {
  color: #fff;
}

.pvw-account-module-nav a.is-active::after {
  opacity: .8;
  transform: scaleX(1);
}

.pvw-vip-home-shell .pvw-home-feed-section .pvw-container {
  width: 100%;
}

.pvw-vip-flow-grid {
  display: grid;
  gap: 18px;
  min-height: 420px;
}

.pvw-vip-flow-grid.is-loading,
.pvw-vip-ajax-form.is-loading {
  opacity: .58;
  pointer-events: none;
}

.pvw-vip-module-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,246,250,.9)),
    radial-gradient(circle at 100% 0, rgba(248, 95, 142, .18), transparent 22rem);
  box-shadow: 0 18px 42px rgba(248, 95, 142, .08);
}

.pvw-vip-module-nav a {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  color: var(--pvw-text);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}

.pvw-vip-module-nav a::after {
  content: "";
  position: absolute;
  inset: auto 14px 9px 44px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.4);
  transform-origin: left center;
  transition: opacity .2s ease, transform .2s ease;
}

.pvw-vip-module-nav a svg {
  flex: 0 0 auto;
  color: var(--pvw-pink);
}

.pvw-vip-module-nav a:hover,
.pvw-vip-module-nav a.is-active {
  border-color: rgba(248, 95, 142, .35);
  box-shadow: 0 14px 28px rgba(248, 95, 142, .15);
  transform: translateY(-2px);
}

.pvw-vip-module-nav a.is-active {
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  color: #fff;
}

.pvw-vip-module-nav a.is-active svg {
  color: #fff;
}

.pvw-vip-module-nav a.is-active::after {
  opacity: .8;
  transform: scaleX(1);
}

.pvw-vip-flow-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,246,250,.94)),
    radial-gradient(circle at 88% 0, rgba(255, 143, 178, .22), transparent 28rem);
  box-shadow: 0 18px 50px rgba(248, 95, 142, .08);
  animation: pvwPanelIn .22s ease both;
}

.pvw-vip-profile-strip > svg {
  width: 72px;
  height: 72px;
  padding: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  color: var(--pvw-pink);
  background: #fff1f6;
  box-shadow: 0 14px 30px rgba(248,95,142,.16);
}

.pvw-vip-status-grid,
.pvw-vip-dashboard-grid,
.pvw-vip-mini-plans,
.pvw-vip-mini-orders {
  display: grid;
  gap: 12px;
}

.pvw-vip-status-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pvw-vip-dashboard-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
}

.pvw-vip-status-grid article,
.pvw-vip-dashboard-grid article,
.pvw-vip-mini-plans button,
.pvw-vip-mini-orders span,
.pvw-vip-order-result,
.pvw-vip-expiry-card {
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}

.pvw-vip-status-grid article,
.pvw-vip-dashboard-grid article,
.pvw-vip-order-result {
  padding: 18px;
}

.pvw-vip-status-grid span,
.pvw-vip-mini-orders em,
.pvw-vip-mini-orders small {
  color: var(--pvw-muted);
  font-size: 12px;
  font-weight: 800;
}

.pvw-vip-status-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--pvw-pink);
  font-size: 28px;
  line-height: 1;
}

.pvw-vip-mini-plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.pvw-vip-mini-plans button {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  color: var(--pvw-text);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pvw-vip-mini-plans button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(248,95,142,.13);
}

.pvw-vip-mini-orders span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
}

.pvw-vip-recharge-form {
  display: grid;
  gap: 14px;
}

.pvw-vip-recharge-form label {
  display: grid;
  gap: 8px;
}

.pvw-vip-recharge-form select {
  min-height: 44px;
  border: 1px solid rgba(248,95,142,.16);
  border-radius: 12px;
  background: #fff;
  padding: 0 12px;
}

.pvw-vip-order-result {
  margin-top: 18px;
}

.pvw-vip-order-list {
  display: grid;
  gap: 10px;
}

.pvw-vip-order-list article {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(120px, .8fr) .45fr .55fr .5fr .75fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}

.pvw-vip-order-list em {
  font-style: normal;
  color: var(--pvw-pink);
  font-weight: 900;
}

.pvw-vip-order-list small {
  color: var(--pvw-muted);
}

.pvw-vip-expiry-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

.pvw-vip-expiry-card span {
  color: var(--pvw-pink);
  font-weight: 900;
}

.pvw-vip-expiry-card h2 {
  margin: 8px 0;
  font-size: 32px;
  letter-spacing: 0;
}

.pvw-account-flow-grid.is-loading,
.pvw-account-ajax-form.is-loading {
  opacity: .58;
  pointer-events: none;
}

.pvw-account-flow-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,246,250,.94)),
    radial-gradient(circle at 88% 0, rgba(255, 143, 178, .22), transparent 28rem);
  box-shadow: 0 18px 50px rgba(248, 95, 142, .08);
  animation: pvwPanelIn .22s ease both;
}

.pvw-account-flow-panel,
.pvw-account-flow-panel * {
  min-width: 0;
}

.pvw-account-flow-panel .pvw-account-overview,
.pvw-account-flow-panel .pvw-account-form-grid,
.pvw-account-flow-panel .pvw-verify-grid,
.pvw-account-flow-panel .pvw-history-grid,
.pvw-account-flow-panel .pvw-account-duo,
.pvw-account-flow-panel .pvw-points-actions {
  margin: 0;
}

.pvw-account-profile-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(248,95,142,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
}

.pvw-account-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pvw-account-panel-head h2 {
  margin: 0;
}

.pvw-account-notice {
  padding: 12px 14px;
  border: 1px solid rgba(248,95,142,.16);
  border-radius: 14px;
  color: #7a4458;
  background: rgba(255,247,251,.94);
  font-weight: 800;
}

.pvw-account-notice.error {
  border-color: rgba(180,35,24,.18);
  color: #b42318;
  background: #fff1f0;
}

.pvw-account-profile-strip img {
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(248,95,142,.16);
}

.pvw-account-profile-strip strong {
  display: block;
  font-size: 20px;
}

.pvw-account-profile-strip p {
  margin: 4px 0 0;
  color: var(--pvw-muted);
}

.pvw-wearing-badge--mini {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(248,95,142,.18);
}

.pvw-wearing-badge--mini i {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
}

.pvw-wearing-badge--mini svg,
.pvw-wearing-badge--mini img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.pvw-wearing-badge--mini b {
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.pvw-account-badge-strip {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) repeat(2, minmax(180px, .9fr));
  gap: 12px;
}

.pvw-account-badge-strip article {
  --badge-accent: var(--pvw-pink);
  --badge-bg: #fff0f6;
  position: relative;
  overflow: hidden;
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,247,251,.86)),
    radial-gradient(circle at 92% 0, rgba(255,159,189,.2), transparent 9rem);
  box-shadow: 0 16px 38px rgba(248,95,142,.08);
}

.pvw-account-badge-strip article::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(248,95,142,.08);
}

.pvw-account-badge-current {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.pvw-account-badge-current > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--badge-accent, var(--pvw-pink));
  background: var(--badge-bg, #fff0f6);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.78), 0 16px 30px rgba(248,95,142,.14);
}

.pvw-account-badge-strip small {
  display: block;
  color: var(--pvw-muted);
  font-size: 12px;
  font-weight: 900;
}

.pvw-account-badge-strip strong {
  display: block;
  margin-top: 5px;
  color: #47303a;
  font-size: 20px;
}

.pvw-account-badge-strip p {
  margin: 6px 0 0;
  color: #7d6370;
  line-height: 1.55;
}

.pvw-account-avatar-field {
  display: grid;
  gap: 6px;
}

.pvw-account-mini-stats,
.pvw-account-chip-row,
.pvw-account-task-grid,
.pvw-account-level-roadmap {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pvw-account-chip-row {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.pvw-account-mini-stats span,
.pvw-account-chip-row span,
.pvw-account-task-grid article,
.pvw-account-level-roadmap article {
  padding: 16px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}

.pvw-account-mini-stats strong {
  display: block;
  font-size: 26px;
  color: var(--pvw-pink);
}

.pvw-account-row-cover {
  width: 58px;
  height: 76px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff1f6;
}

.pvw-account-row-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvw-account-table article {
  grid-template-columns: 58px minmax(0, 1.2fr) .7fr 1fr auto auto;
}

.pvw-favorite-actions,
.pvw-account-privacy {
  display: grid;
  gap: 12px;
}

.pvw-favorite-actions {
  grid-template-columns: minmax(180px, 1fr) minmax(160px, .45fr) auto;
  align-items: center;
  margin-bottom: 16px;
}

.pvw-account-privacy {
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
  align-items: center;
}

.pvw-account-privacy .pvw-account-chip-row,
.pvw-message-list {
  grid-column: 1 / -1;
}

.pvw-account-favorites {
  align-items: start;
}

.pvw-account-favorites .pvw-wall-card input[type="checkbox"] {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  width: 18px;
  height: 18px;
  accent-color: var(--pvw-pink);
}

.pvw-account-table small,
.pvw-account-level-roadmap span,
.pvw-account-task-grid span,
.pvw-badge-grid small {
  display: block;
  margin-top: 4px;
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-account-task-grid article.is-done,
.pvw-account-level-roadmap article.is-unlocked,
.pvw-badge-grid article.is-owned {
  border-color: rgba(248,95,142,.28);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,251,.9)),
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--badge-accent, var(--pvw-pink)) 18%, transparent), transparent 8rem);
}

.pvw-account-task-grid button[disabled] {
  opacity: .45;
  cursor: not-allowed;
}

.pvw-message-list article {
  display: grid;
  grid-template-columns: auto minmax(160px, .6fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
}

.pvw-message-list article.is-unread {
  border-color: rgba(248,95,142,.24);
  background: #fff7fb;
}

.pvw-message-shadow-form {
  display: none;
}

.pvw-account-inline-link {
  color: var(--pvw-pink);
  font-weight: 900;
}

.pvw-feed-type-tabs button:disabled,
.pvw-feed-tagbar button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

@keyframes pvwPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body:not(.home):not(.page-template-page-ranking):not(.page-template-page-ranking-php):not(.page-template-page-account):not(.page-template-page-account-php):not(.search) .pvw-container {
  width: min(1640px, calc(100% - 48px));
}

body.page-template-page-vip .pvw-container,
body.page-template-page-vip-php .pvw-container,
body.page-template-page-submit .pvw-container,
body.page-template-page-submit-php .pvw-container,
body.archive .pvw-container,
body.single .pvw-container,
body.search .pvw-container {
  width: min(1640px, calc(100% - 48px));
}

.pvw-single-aside {
  position: sticky;
  top: 98px;
  padding: 24px;
}

.pvw-download-panel {
  display: grid;
  gap: 12px;
}

.pvw-download-panel h3 {
  margin: 0;
  font-size: 20px;
}

.pvw-download-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pvw-download-meta span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 12px;
  background: #fff5f9;
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-download-meta strong {
  color: var(--pvw-text);
  font-size: 15px;
}

.pvw-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff83aa);
  font-weight: 900;
}

.pvw-download-note {
  color: var(--pvw-muted);
  font-size: 12px;
  line-height: 1.7;
}

.pvw-empty,
.pvw-404 {
  padding: 64px 28px;
  border-radius: var(--pvw-radius);
  background: rgba(255,255,255,.82);
  box-shadow: var(--pvw-shadow);
  text-align: center;
}

.pvw-empty h2,
.pvw-404 h1 {
  margin: 0 0 12px;
}

.pvw-empty p,
.pvw-404 p {
  margin: 0 0 24px;
  color: var(--pvw-muted);
}

.pvw-vip-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 58px;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 180, 204, .58), transparent 280px),
    linear-gradient(135deg, #fff8fb 0%, #ffeaf2 48%, #fff 100%);
}

.pvw-vip-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  content: "";
  background: linear-gradient(0deg, #fff8fb, rgba(255, 248, 251, 0));
}

.pvw-vip-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .76fr);
  gap: 42px;
  align-items: center;
}

.pvw-vip-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.08;
  font-weight: 800;
}

.pvw-vip-hero-copy p {
  max-width: 660px;
  margin: 24px 0 32px;
  color: #75616a;
  font-size: 18px;
  line-height: 1.85;
}

.pvw-vip-preview {
  position: relative;
  min-height: 380px;
}

.pvw-vip-glass-card {
  position: absolute;
  inset: 44px 16px auto auto;
  width: min(360px, 100%);
  padding: 34px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 26px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.04)),
    linear-gradient(135deg, #f85f8e, #ffb0cb);
  box-shadow: 0 30px 80px rgba(248, 95, 142, .26);
  backdrop-filter: blur(18px);
  animation: pvwFloat 5s ease-in-out infinite;
}

.pvw-vip-glass-card > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 18px;
  background: rgba(255,255,255,.2);
}

.pvw-vip-glass-card strong {
  display: block;
  font-size: 32px;
  letter-spacing: 0;
}

.pvw-vip-glass-card p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.84);
  line-height: 1.7;
}

.pvw-vip-orbit {
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 22px 60px rgba(248, 95, 142, .18);
}

.pvw-vip-orbit.one {
  left: 24px;
  top: 52px;
  width: 116px;
  height: 116px;
}

.pvw-vip-orbit.two {
  right: 42px;
  bottom: 22px;
  width: 84px;
  height: 84px;
}

.pvw-vip-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pvw-vip-plan,
.pvw-vip-benefit,
.pvw-vip-payment,
.pvw-vip-faq {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--pvw-shadow);
}

.pvw-vip-plan {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  transition: transform .24s ease, box-shadow .24s ease;
}

.pvw-vip-plan:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(248, 95, 142, .22);
}

.pvw-vip-plan.is-hot {
  border-color: rgba(248,95,142,.42);
  background:
    linear-gradient(180deg, rgba(255,240,247,.94), rgba(255,255,255,.9)),
    #fff;
}

.pvw-vip-hot {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--pvw-pink);
  font-size: 12px;
  font-weight: 900;
}

.pvw-vip-plan h3,
.pvw-vip-benefit h3,
.pvw-vip-payment h2,
.pvw-vip-faq h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.22;
}

.pvw-vip-plan > p,
.pvw-vip-benefit p {
  margin: 0;
  color: var(--pvw-muted);
  line-height: 1.75;
}

.pvw-vip-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 28px 0 22px;
  color: var(--pvw-pink);
}

.pvw-vip-price span {
  font-size: 22px;
  font-weight: 900;
}

.pvw-vip-price strong {
  font-size: 54px;
  line-height: 1;
}

.pvw-vip-price em {
  color: var(--pvw-muted);
  font-style: normal;
  font-weight: 800;
}

.pvw-vip-plan ul {
  display: grid;
  gap: 12px;
  flex: 1;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.pvw-vip-plan li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #5f4d55;
  font-size: 14px;
  font-weight: 800;
}

.pvw-vip-plan li svg {
  color: var(--pvw-pink);
}

.pvw-vip-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pvw-vip-benefit > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--pvw-pink);
  background: #fff1f6;
}

.pvw-vip-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pvw-vip-pay-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pvw-vip-pay-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  color: #6b5560;
  background: #fff1f6;
  font-size: 13px;
  font-weight: 900;
}

.pvw-vip-faq-list {
  display: grid;
  gap: 12px;
}

.pvw-vip-faq details {
  border-radius: 14px;
  background: #fff7fa;
}

.pvw-vip-faq summary {
  padding: 16px 18px;
  color: #34272d;
  font-weight: 900;
  cursor: pointer;
}

.pvw-vip-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--pvw-muted);
  line-height: 1.8;
}

.pvw-submit-form {
  display: grid;
  gap: 18px;
}

.pvw-submit-form label {
  display: grid;
  gap: 8px;
  color: #3f3339;
  font-weight: 900;
}

.pvw-submit-form input,
.pvw-submit-form select,
.pvw-submit-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(248, 95, 142, .18);
  border-radius: 12px;
  padding: 0 14px;
  outline: 0;
  background: #fff8fb;
  color: var(--pvw-text);
}

.pvw-submit-form textarea {
  min-height: 110px;
  padding: 12px 14px;
  resize: vertical;
}

.pvw-submit-form input[type="file"] {
  padding: 11px 14px;
}

.pvw-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pvw-checkout-form {
  display: grid;
  gap: 24px;
}

.pvw-checkout-plan,
.pvw-pay-result {
  border: 1px solid rgba(248, 95, 142, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7fa, #fff);
  box-shadow: 0 18px 44px rgba(248, 95, 142, .09);
}

.pvw-checkout-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.pvw-checkout-plan span {
  color: var(--pvw-muted);
  font-size: 13px;
  font-weight: 900;
}

.pvw-checkout-plan h2 {
  margin: 8px 0 4px;
  font-size: 28px;
}

.pvw-checkout-plan p {
  margin: 0;
  color: var(--pvw-muted);
}

.pvw-checkout-plan > strong {
  color: var(--pvw-pink);
  font-size: 42px;
}

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

.pvw-gateway-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 16px;
  background: #fff8fb;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.pvw-gateway-card:hover,
.pvw-gateway-card.is-selected {
  border-color: var(--pvw-pink);
  background: #fff0f6;
  transform: translateY(-3px);
}

.pvw-gateway-card input {
  position: absolute;
  opacity: 0;
}

.pvw-gateway-card span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #fff;
  background: var(--pvw-pink);
  font-weight: 900;
}

.pvw-gateway-card strong {
  color: #3b2d34;
}

.pvw-pay-result {
  display: grid;
  gap: 18px;
  padding: 30px;
  text-align: center;
}

.pvw-pay-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border-radius: 22px;
  color: #fff;
  background: var(--pvw-pink);
}

.pvw-pay-result h2 {
  margin: 0;
}

.pvw-pay-result p {
  margin: 0;
  color: var(--pvw-muted);
  line-height: 1.8;
}

.pvw-pay-qr {
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 16px;
  border: 8px solid #fff;
  box-shadow: 0 16px 44px rgba(248, 95, 142, .16);
}

.pvw-album-hero-card {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1fr);
  gap: 30px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--pvw-shadow);
}

.pvw-album-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: 18px;
  background: #fff0f6;
}

.pvw-album-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.pvw-album-hero-card:hover .pvw-album-hero-media img {
  transform: scale(1.04);
}

.pvw-album-hero-info {
  align-self: center;
  padding: 18px 10px;
}

.pvw-album-hero-info h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.14;
}

.pvw-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.pvw-gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 14px;
  background: #fff0f6;
  box-shadow: 0 16px 42px rgba(248,95,142,.11);
}

.pvw-gallery-item.is-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 534px;
}

.pvw-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .48s ease, filter .48s ease;
}

.pvw-gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.pvw-gallery-item span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: rgba(248,95,142,.82);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
}

.pvw-gallery-item em {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--pvw-pink);
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
  transform: translate(-50%, -50%);
}

.pvw-gallery-item.is-broken {
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.6), transparent 80px),
    linear-gradient(135deg, #ffd7e4, #fff5f8);
}

.pvw-gallery-item.is-broken em {
  display: inline-flex;
}

.pvw-site-header,
.pvw-feature-card,
.pvw-wall-card,
.pvw-vip-plan,
.pvw-gallery-item,
.pvw-category-item {
  will-change: transform;
}

.pvw-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.pvw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pvw-backtop {
  position: fixed;
  right: 34px;
  bottom: 32px;
  z-index: 44;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--pvw-pink);
  box-shadow: 0 18px 34px rgba(248, 95, 142, .26);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.pvw-backtop.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pvw-friend-page {
  padding: 34px 0 70px;
}

.pvw-friend-hero {
  padding: 54px 0 26px;
}

.pvw-friend-hero span {
  color: var(--pvw-pink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pvw-friend-hero h1 {
  margin: 8px 0 10px;
  color: var(--pvw-text);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.pvw-friend-hero p {
  max-width: 680px;
  margin: 0;
  color: var(--pvw-muted);
  line-height: 1.8;
}

.pvw-friend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pvw-friend-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 22px;
  color: var(--pvw-text);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 44px rgba(248, 95, 142, .12);
  text-decoration: none;
  backdrop-filter: blur(18px);
  transition: transform .22s ease, box-shadow .22s ease;
}

.pvw-friend-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(248, 95, 142, .18);
}

.pvw-friend-card i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #ff8fbd, #ff5f9e);
  font-style: normal;
}

.pvw-friend-card span {
  min-width: 0;
}

.pvw-friend-card strong,
.pvw-friend-card em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvw-friend-card strong {
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.pvw-friend-card em {
  margin-top: 6px;
  color: var(--pvw-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.pvw-friend-apply {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 24px;
  background: rgba(255, 246, 251, .78);
  box-shadow: 0 18px 44px rgba(248, 95, 142, .1);
}

.pvw-friend-apply h2 {
  margin: 0 0 8px;
}

.pvw-friend-apply p {
  margin: 0;
  color: var(--pvw-muted);
  line-height: 1.8;
}

.pvw-friend-apply a {
  display: inline-flex;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--pvw-pink);
  text-decoration: none;
  font-weight: 900;
}

@keyframes pvwFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1200px) {
  .pvw-search {
    width: 200px;
  }

  .pvw-nav a {
    padding: 0 10px;
  }

  .pvw-category-panel {
    grid-template-columns: repeat(4, 1fr);
  }

  .pvw-masonry {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pvw-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .pvw-friend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-container {
    width: min(100% - 32px, 760px);
  }

  .admin-bar .pvw-site-header {
    top: 46px;
  }

  .pvw-header-inner {
    min-height: 66px;
  }

  .pvw-menu-toggle {
    display: grid;
    place-items: center;
  }

  .pvw-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--pvw-shadow);
  }

  .admin-bar .pvw-nav {
    top: 112px;
  }

  .pvw-nav.is-open {
    display: block;
  }

  .pvw-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .pvw-nav a {
    justify-content: center;
    width: 100%;
  }

  .pvw-nav a::after {
    display: none;
  }

  .pvw-header-actions {
    margin-left: auto;
  }

  .pvw-search,
  .pvw-auth {
    display: none;
  }

  .pvw-hero {
    min-height: auto;
    margin-top: -66px;
    padding-top: 116px;
  }

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

  .pvw-hero-copy {
    padding: 34px 0 92px;
  }

  .pvw-hero p {
    max-width: 520px;
  }

  .pvw-hero-visual {
    display: none;
  }

  .pvw-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -50px;
  }

  .pvw-stat:nth-child(3) {
    border-left: 0;
  }

  .pvw-stat:nth-child(n+3) {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(248, 95, 142, .12);
  }

  .pvw-float-rail {
    display: none;
  }

  .pvw-album-track {
    grid-auto-columns: calc((100% - 28px) / 3);
  }

  .pvw-masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pvw-promo-grid,
  .pvw-lower-grid,
  .pvw-info-grid,
  .pvw-single-layout,
  .pvw-archive-layout {
    grid-template-columns: 1fr;
  }

  .pvw-sidebar,
  .pvw-single-aside {
    position: static;
  }

  .pvw-hd-card {
    grid-template-columns: 1fr;
  }

  .pvw-hd-previews {
    padding: 0 28px 28px;
  }

  .pvw-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .pvw-friend-grid {
    grid-template-columns: 1fr;
  }

  .pvw-container {
    width: min(100% - 24px, 520px);
  }

  .pvw-logo {
    min-width: 0;
  }

  .pvw-logo-text span {
    display: none;
  }

  .pvw-header-inner {
    gap: 12px;
  }

  .pvw-hero h1 {
    font-size: 40px;
  }

  .pvw-hero p {
    font-size: 15px;
  }

  .pvw-stats {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .pvw-stat,
  .pvw-stat + .pvw-stat,
  .pvw-stat:nth-child(n+3) {
    margin: 0;
    padding: 12px;
    border: 0;
    border-top: 1px solid rgba(248, 95, 142, .1);
  }

  .pvw-stat:first-child {
    border-top: 0;
  }

  .pvw-category-panel {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px;
  }

  .pvw-section {
    padding: 28px 0;
  }

  .pvw-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pvw-album-track {
    grid-auto-columns: 74%;
  }

  .pvw-slider-btn {
    display: none;
  }

  .pvw-masonry,
  .pvw-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .pvw-wall-card {
    min-height: 178px;
  }

  .pvw-wall-card.is-tall {
    min-height: 368px;
  }

  .pvw-wall-card.is-wide {
    grid-column: span 2;
  }

  .pvw-card-info h3 {
    font-size: 15px;
  }

  .pvw-hd-copy,
  .pvw-vip-card,
  .pvw-creator-card,
  .pvw-topic-panel,
  .pvw-vote-panel,
  .pvw-single-body,
  .pvw-single-aside {
    padding: 22px;
  }

  .pvw-hd-previews {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 22px 22px;
  }

  .pvw-creator-list,
  .pvw-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pvw-footer-grid {
    grid-template-columns: 1fr;
  }

  .pvw-form-grid {
    grid-template-columns: 1fr;
  }

  .pvw-account-grid {
    grid-template-columns: 1fr;
  }

  .pvw-record-list a {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px;
  }

  .pvw-gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-backtop {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 980px) {
  .pvw-vip-hero-inner,
  .pvw-vip-info-grid {
    grid-template-columns: 1fr;
  }

  .pvw-vip-plan-grid,
  .pvw-vip-benefit-grid {
    grid-template-columns: 1fr;
  }

  .pvw-vip-preview {
    display: none;
  }
}

@media (max-width: 640px) {
  .pvw-vip-hero {
    padding: 78px 0 34px;
  }

  .pvw-vip-hero-copy h1 {
    font-size: 40px;
  }

  .pvw-vip-hero-copy p {
    font-size: 15px;
  }

  .pvw-vip-plan,
  .pvw-vip-benefit,
  .pvw-vip-payment,
  .pvw-vip-faq {
    padding: 22px;
  }

  .pvw-album-hero-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .pvw-album-hero-media {
    min-height: 320px;
  }

  .pvw-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pvw-gallery-item,
  .pvw-gallery-item.is-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }
}

/* Homepage polish: category alignment, empty states, and modern motion */
.pvw-home .pvw-category-panel,
.pvw-category-panel.pvw-glow-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pvw-home .pvw-category-panel::before,
.pvw-category-panel.pvw-glow-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at var(--pvw-mx, 18%) var(--pvw-my, 22%), rgba(255, 112, 177, .18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(117, 105, 255, .12), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.22));
  opacity: .85;
  transition: opacity .3s ease;
}

.pvw-home .pvw-category-panel > *,
.pvw-category-panel.pvw-glow-panel > * {
  position: relative;
  z-index: 1;
}

.pvw-category-item {
  min-height: 104px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-align: center !important;
  transform: translateZ(0);
}

.pvw-category-icon {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  display: inline-grid !important;
  place-items: center !important;
  line-height: 1 !important;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,241,249,.84)),
    radial-gradient(circle at 30% 20%, rgba(255,112,177,.24), transparent 48%);
  box-shadow:
    0 14px 30px rgba(234, 74, 142, .16),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.pvw-category-icon i,
.pvw-category-icon svg,
.pvw-category-icon img {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  line-height: 1 !important;
  object-fit: contain !important;
}

.pvw-category-item span:not(.pvw-category-icon) {
  max-width: 100%;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvw-category-item:hover .pvw-category-icon {
  animation: pvwIconFloat .86s cubic-bezier(.2,.75,.2,1) both;
}

.pvw-category-item.is-empty {
  border: 1px dashed rgba(234, 74, 142, .22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,245,250,.62));
  color: rgba(61, 41, 53, .72);
}

.pvw-card-placeholder,
.pvw-hd-preview,
.pvw-aurora-placeholder {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.92), transparent 20%),
    radial-gradient(circle at 72% 22%, rgba(255,116,185,.42), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(116,115,255,.28), transparent 30%),
    linear-gradient(135deg, #fff2f7 0%, #ffe0ed 36%, #f1ecff 70%, #e7f8ff 100%);
  background-size: 180% 180%;
  animation: pvwAuroraFlow 8s ease-in-out infinite;
}

.pvw-card-placeholder::before,
.pvw-hd-preview::before,
.pvw-aurora-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, transparent 0%, rgba(255,255,255,.62) 42%, transparent 68%);
  transform: translateX(-120%);
  animation: pvwShine 3.2s ease-in-out infinite;
}

.pvw-card-placeholder::after,
.pvw-hd-preview::after {
  content: "开放版权高清壁纸";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(116, 45, 82, .78);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.68);
  box-shadow: 0 10px 24px rgba(207, 73, 134, .13);
  backdrop-filter: blur(12px);
}

.pvw-feature-card,
.pvw-wall-card,
.pvw-topic-card,
.pvw-ranking-card,
.pvw-home .pvw-section,
.pvw-home .pvw-block {
  transform: translateZ(0);
}

.pvw-feature-card,
.pvw-wall-card,
.pvw-topic-card {
  position: relative;
  overflow: hidden;
}

.pvw-feature-card::before,
.pvw-wall-card::before,
.pvw-topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.48) 42%, transparent 68%);
  transform: translateX(-120%);
  transition: opacity .28s ease;
}

.pvw-feature-card:hover::before,
.pvw-wall-card:hover::before,
.pvw-topic-card:hover::before {
  opacity: 1;
  animation: pvwShine 1.15s ease both;
}

.pvw-feature-card:hover,
.pvw-wall-card:hover,
.pvw-topic-card:hover,
.pvw-category-item:hover {
  translate: 0 -5px;
  box-shadow:
    0 22px 48px rgba(205, 63, 128, .18),
    0 8px 18px rgba(120, 84, 210, .08);
}

.pvw-empty-state,
.pvw-home-empty,
.pvw-skeleton-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 74, 142, .16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,247,251,.74)),
    radial-gradient(circle at 20% 20%, rgba(255, 117, 185, .18), transparent 28%);
  box-shadow: 0 18px 45px rgba(215, 77, 139, .12);
}

.pvw-empty-state::after,
.pvw-home-empty::after,
.pvw-skeleton-card::after {
  content: "等待采集入库";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: rgba(130, 53, 91, .78);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(10px);
}

.pvw-home img {
  backface-visibility: hidden;
}

.pvw-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(.985);
  transition:
    opacity .62s cubic-bezier(.2,.78,.18,1) var(--pvw-reveal-delay, 0ms),
    transform .62s cubic-bezier(.2,.78,.18,1) var(--pvw-reveal-delay, 0ms);
}

.pvw-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.pvw-home .pvw-section-title,
.pvw-home .pvw-block-title {
  position: relative;
}

.pvw-home .pvw-section-title::after,
.pvw-home .pvw-block-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6faf, #8d7bff, #6ee7ff);
  box-shadow: 0 8px 18px rgba(255, 111, 175, .28);
}

@keyframes pvwIconFloat {
  0% { transform: translateY(0) rotate(0deg) scale(1); }
  42% { transform: translateY(-7px) rotate(-3deg) scale(1.06); }
  100% { transform: translateY(0) rotate(0deg) scale(1); }
}

@keyframes pvwAuroraFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes pvwShine {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

@keyframes pvwInspirationFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-5px) rotate(1deg); }
}

@keyframes pvwInspirationGlow {
  0%, 100% { opacity: .55; transform: translate3d(0, 0, 0) scale(1); }
  50% { opacity: .9; transform: translate3d(-10px, -8px, 0) scale(1.08); }
}

@keyframes pvwActionPulse {
  0% { opacity: .72; transform: scale(.96); }
  100% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 768px) {
  .pvw-category-item {
    min-height: 86px;
    gap: 8px;
  }

  .pvw-category-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 15px;
  }

  .pvw-category-icon i,
  .pvw-category-icon svg,
  .pvw-category-icon img {
    width: 21px;
    height: 21px;
  }

  .pvw-card-placeholder::after,
  .pvw-hd-preview::after {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
  }

  .pvw-feature-card:hover,
  .pvw-wall-card:hover,
  .pvw-topic-card:hover,
  .pvw-category-item:hover {
    translate: 0 -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-card-placeholder,
  .pvw-hd-preview,
  .pvw-aurora-placeholder,
  .pvw-card-placeholder::before,
  .pvw-hd-preview::before,
  .pvw-aurora-placeholder::before,
  .pvw-feature-card::before,
  .pvw-wall-card::before,
  .pvw-topic-card::before,
  .pvw-category-item:hover .pvw-category-icon {
    animation: none !important;
  }

  .pvw-feature-card:hover,
  .pvw-wall-card:hover,
  .pvw-topic-card:hover,
  .pvw-category-item:hover {
    translate: none;
  }

  .pvw-reveal,
  .pvw-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  body.home .pvw-home-wide-shell {
    grid-template-columns: 1fr;
  }

  body.home .pvw-home-wide-sidebar {
    position: relative;
    top: 0;
    min-height: auto;
  }

  body.home.admin-bar .pvw-home-wide-sidebar {
    top: 0;
    min-height: auto;
  }

  body.home .pvw-home-wide-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main {
    padding: 18px;
  }

  body.home .pvw-home-wide-topbar {
    grid-template-columns: 1fr auto;
  }

  body.home .pvw-home-wide-topbar form {
    max-width: none;
    margin: 0;
  }

  body.home .pvw-home-wide-topbar > a:not(.pvw-home-wide-user) {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-hero {
    min-height: auto;
  }

  body.home .pvw-home-wide-main .pvw-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0 28px;
  }

  body.home .pvw-home-wide-main .pvw-hero-copy {
    padding: 38px 0 82px;
  }

  body.home .pvw-home-wide-main .pvw-hero-visual {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main .pvw-category-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: calc((100% - 28px) / 3);
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  body.home .pvw-home-wide-main .pvw-promo-grid,
  body.home .pvw-home-wide-main .pvw-lower-grid,
  body.home .pvw-home-wide-main .pvw-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.home .pvw-home-wide-sidebar,
  body.home .pvw-home-wide-main {
    padding: 14px;
  }

  body.home .pvw-home-wide-sidebar nav,
  body.home .pvw-home-wide-topbar {
    grid-template-columns: 1fr;
  }

  body.home .pvw-home-wide-user {
    justify-self: start;
  }

  body.home .pvw-home-wide-main .pvw-hero-inner {
    padding: 0 22px;
  }

  body.home .pvw-home-wide-main .pvw-hero h1 {
    font-size: 38px;
  }

  body.home .pvw-home-wide-main .pvw-stats {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  body.home .pvw-home-wide-main .pvw-stat,
  body.home .pvw-home-wide-main .pvw-stat + .pvw-stat,
  body.home .pvw-home-wide-main .pvw-stat:nth-child(n+3) {
    margin: 0;
    padding: 12px;
    border: 0;
    border-top: 1px solid rgba(248, 95, 142, .1);
  }

  body.home .pvw-home-wide-main .pvw-stat:first-child {
    border-top: 0;
  }

  body.home .pvw-home-wide-main .pvw-category-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: 74%;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1320px) {
  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: calc((100% - 56px) / 5);
  }
}

@media (max-width: 1080px) {
  body.home .pvw-home-wide-topbar {
    grid-template-columns: minmax(220px, 1fr) auto auto;
  }

  body.home .pvw-home-wide-topbar > a:not(.pvw-home-wide-user):nth-of-type(n+3) {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body.home .pvw-home-wide-topbar {
    position: sticky;
    margin: -18px -18px 18px;
    padding: 14px 18px;
  }

  body.home .pvw-home-wide-sidebar {
    border-right: 0;
    border-bottom: 1px solid #eeeef0;
  }

  body.home .pvw-home-wide-main .pvw-hero-inner {
    padding: 0 28px;
  }

  body.home .pvw-home-wide-main .pvw-hero-copy {
    padding: 34px 0;
  }

  body.home .pvw-home-wide-main .pvw-category-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: calc((100% - 28px) / 3);
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.home .pvw-home-wide-topbar {
    margin: -14px -14px 14px;
    padding: 12px 14px;
  }

  body.home .pvw-home-wide-topbar > a:not(.pvw-home-wide-user) {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-hero {
    border-radius: 14px;
  }

  body.home .pvw-home-wide-main .pvw-hero h1 {
    font-size: 34px;
  }

  body.home .pvw-home-wide-main .pvw-category-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: 74%;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .pvw-douyin-filterbar {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  body.home .pvw-douyin-filterbar button {
    flex: 0 0 auto;
  }
}

/* Douyin-like dark wallpaper home */
body.home {
  color: rgba(255,255,255,.92);
  background: #08080b;
}

body.home .pvw-home-wide-shell {
  grid-template-columns: 168px minmax(0, 1fr);
  background: #08080b;
}

body.home .pvw-home-wide-sidebar {
  padding: 16px 16px 18px;
  border-right: 1px solid rgba(255,255,255,.06);
  background: #060609;
  box-shadow: none;
}

body.home .pvw-home-wide-sidebar .pvw-logo {
  padding: 0 0 18px;
  color: #fff;
}

body.home .pvw-home-wide-sidebar .pvw-logo-text span,
body.home .pvw-home-sidebar-bottom,
body.home .pvw-home-side-card span {
  color: rgba(255,255,255,.42);
}

body.home .pvw-home-wide-sidebar nav {
  gap: 8px;
  margin-top: 4px;
}

body.home .pvw-home-wide-sidebar nav a {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  font-weight: 800;
}

body.home .pvw-home-wide-sidebar nav a:hover,
body.home .pvw-home-wide-sidebar nav a.is-active {
  color: #fff;
  background: rgba(255,255,255,.08);
}

body.home .pvw-home-wide-sidebar nav a.is-active svg,
body.home .pvw-home-wide-sidebar nav a:hover svg {
  color: #fe2c55;
}

body.home .pvw-home-side-card,
body.home .pvw-home-side-card.vip {
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.05);
}

body.home .pvw-sidebar-runtime span {
  color: rgba(255,255,255,.56);
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

body.home .pvw-sidebar-runtime strong {
  color: #fff;
}

body.home .pvw-home-side-card strong {
  color: #fff;
}

body.home .pvw-home-wide-main {
  padding: 20px 24px 44px;
}

body.home .pvw-home-wide-topbar {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr) auto auto auto auto;
  margin: -20px -24px 26px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(8,8,11,.86);
}

body.home .pvw-home-wide-topbar form {
  max-width: 520px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}

body.home .pvw-home-wide-topbar input {
  color: #fff;
}

body.home .pvw-home-wide-topbar input::placeholder {
  color: rgba(255,255,255,.38);
}

body.home .pvw-home-wide-topbar button {
  color: rgba(255,255,255,.7);
  background: transparent;
}

body.home .pvw-home-wide-topbar > a {
  color: rgba(255,255,255,.64);
  background: transparent;
}

body.home .pvw-home-wide-topbar > a:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}

body.home .pvw-home-wide-user img {
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}

body.home .pvw-home-wide-user small {
  color: #fe2c55;
}

body.home .pvw-home-wide-main > .pvw-container,
body.home .pvw-home-wide-main .pvw-section > .pvw-container,
body.home .pvw-home-wide-main .pvw-category-strip > .pvw-container,
body.home .pvw-home-wide-main .pvw-hero-inner,
body.home .pvw-home-wide-main .pvw-home-stats-wrap {
  width: min(1680px, 100%);
  margin-left: 0;
  margin-right: auto;
}

body.home .pvw-home-wide-main .pvw-hero {
  min-height: 118px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-hero::before,
body.home .pvw-home-wide-main .pvw-hero::after,
body.home .pvw-home-wide-main .pvw-eyebrow,
body.home .pvw-home-wide-main .pvw-hero-visual,
body.home .pvw-home-wide-main .pvw-hero p,
body.home .pvw-home-wide-main .pvw-hero-actions,
body.home .pvw-home-wide-main .pvw-home-hero-tags,
body.home .pvw-home-wide-main .pvw-stats,
body.home .pvw-float-rail {
  display: none;
}

body.home .pvw-home-wide-main .pvw-hero-inner {
  display: block;
  min-height: auto;
  padding: 0;
}

body.home .pvw-home-wide-main .pvw-hero-copy {
  padding: 10px 0 2px;
}

body.home .pvw-home-wide-main .pvw-hero h1 {
  max-width: none;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}

body.home .pvw-home-wide-main .pvw-hero h1::before {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.48);
  font-size: 15px;
  font-weight: 700;
  content: "将喜欢的美图设为桌面壁纸，让桌面立刻拥有高级感";
}

body.home .pvw-home-wide-main .pvw-hero h1 em {
  color: #fff;
}

body.home .pvw-home-wide-main .pvw-category-strip {
  margin-top: -42px;
  margin-bottom: 16px;
}

body.home .pvw-home-wide-main .pvw-category-panel {
  display: flex;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow-x: auto;
  scrollbar-width: none;
}

body.home .pvw-home-wide-main .pvw-category-panel::-webkit-scrollbar {
  display: none;
}

body.home .pvw-home-wide-main .pvw-category-panel::before {
  display: none;
}

body.home .pvw-home-wide-main .pvw-category-item {
  flex: 0 0 auto;
  display: inline-flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(255,255,255,.66);
  background: rgba(255,255,255,.05);
}

body.home .pvw-home-wide-main .pvw-category-item:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
  translate: none;
}

body.home .pvw-home-wide-main .pvw-category-icon {
  display: none !important;
}

body.home .pvw-home-wide-main .pvw-category-name,
body.home .pvw-home-wide-main .pvw-category-sub {
  font-size: 14px;
}

body.home .pvw-home-wide-main .pvw-category-sub {
  display: none !important;
}

body.home .pvw-home-wide-main .pvw-section {
  padding: 16px 0;
}

body.home .pvw-home-ad-section {
  padding: 0 0 18px;
}

body.home .pvw-home-ad-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(1680px, 100%);
  margin: 0;
}

body.home .pvw-home-ad-carousel {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: #141419;
}

body.home .pvw-home-ad-track {
  display: flex;
  height: 100%;
  transition: transform .48s ease;
}

body.home .pvw-home-ad-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 168px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(254,44,85,.24), transparent 34%),
    linear-gradient(135deg, #191920, #0d0d11);
}

body.home .pvw-home-ad-slide img,
body.home .pvw-home-ad-slide .pvw-ad-slot img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

body.home .pvw-home-ad-slide::after {
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  content: "";
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
  pointer-events: none;
}

body.home .pvw-home-ad-slide > span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  gap: 5px;
}

body.home .pvw-home-ad-slide strong {
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home .pvw-home-ad-slide em {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-style: normal;
}

body.home .pvw-home-ad-slide .pvw-ad-slot {
  width: 100%;
  height: 100%;
}

body.home .pvw-home-ad-slide .pvw-ad-default {
  display: grid;
  place-content: center;
  height: 100%;
  min-height: 168px;
  padding: 20px;
  text-align: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(135deg, #fe2c55, #15151a);
}

body.home .pvw-home-ad-dots {
  position: absolute;
  left: 18px;
  bottom: 10px;
  z-index: 3;
  display: flex;
  gap: 5px;
}

body.home .pvw-home-ad-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.38);
}

body.home .pvw-home-ad-dots span.is-active {
  width: 18px;
  background: #fff;
}

body.home .pvw-home-feed-section {
  padding-top: 0;
}

body.home .pvw-home-wide-main .pvw-section-head {
  align-items: center;
  margin-bottom: 14px;
  padding: 0;
}

body.home .pvw-home-wide-main .pvw-section-title {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

body.home .pvw-home-wide-main .pvw-section-title::after {
  display: none;
}

body.home .pvw-home-wide-main .pvw-section-kicker,
body.home .pvw-home-wide-main .pvw-more-link {
  color: rgba(255,255,255,.48);
}

body.home .pvw-home-wide-main .pvw-tabs,
body.home .pvw-douyin-filterbar {
  gap: 8px;
}

body.home .pvw-home-wide-main .pvw-tab,
body.home .pvw-douyin-filterbar button {
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.66);
  background: rgba(255,255,255,.05);
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-tab:hover,
body.home .pvw-home-wide-main .pvw-tab.is-active,
body.home .pvw-douyin-filterbar button:hover,
body.home .pvw-douyin-filterbar button.is-active {
  color: #fff;
  background: rgba(255,255,255,.12);
  box-shadow: none;
}

body.home .pvw-douyin-filterbar {
  margin: -4px 0 18px;
  justify-content: flex-start;
}

body.home .pvw-douyin-filterbar span {
  background: rgba(255,255,255,.12);
}

body.home .pvw-home-wide-main .pvw-album-track {
  grid-auto-columns: calc((100% - 48px) / 5);
}

body.home .pvw-home-wide-main .pvw-feature-card,
body.home .pvw-home-wide-main .pvw-wall-card,
body.home .pvw-home-wide-main .pvw-topic-card {
  border-radius: 9px;
  background: #17171c;
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-feature-card:hover,
body.home .pvw-home-wide-main .pvw-wall-card:hover,
body.home .pvw-home-wide-main .pvw-topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
}

body.home .pvw-home-wide-main .pvw-masonry {
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 16px;
  align-items: start;
}

body.home .pvw-home-wide-main .pvw-wall-card {
  min-height: 0;
  aspect-ratio: 9 / 13.5;
}

body.home .pvw-home-wide-main .pvw-wall-card.is-tall {
  min-height: 0;
  aspect-ratio: 9 / 13.5;
  grid-row: span 1;
}

body.home .pvw-home-wide-main .pvw-wall-card.is-wide {
  grid-column: span 1;
  aspect-ratio: 9 / 13.5;
}

body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+2) {
  aspect-ratio: 9 / 14.8;
}

body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+5) {
  aspect-ratio: 9 / 12.4;
}

body.home .pvw-home-wide-main .pvw-masonry.is-loading {
  opacity: .72;
}

body.home .pvw-home-feed-status {
  display: grid;
  place-items: center;
  min-height: 48px;
  margin-top: 18px;
  color: rgba(255,255,255,.48);
  font-size: 13px;
  font-weight: 800;
}

body.home .pvw-feed-fallback-more {
  display: none;
}

body.home .pvw-home-wide-main .pvw-card-badge {
  left: 10px;
  top: 10px;
  background: rgba(254,44,85,.76);
}

body.home .pvw-home-wide-main .pvw-card-info {
  left: 12px;
  right: 12px;
  bottom: 12px;
}

body.home .pvw-home-wide-main .pvw-card-info h3 {
  font-size: 15px;
}

body.home .pvw-home-wide-main .pvw-card-meta {
  color: rgba(255,255,255,.72);
}

body.home .pvw-home-wide-main .pvw-hd-card,
body.home .pvw-home-wide-main .pvw-vip-card,
body.home .pvw-home-wide-main .pvw-creator-card,
body.home .pvw-home-wide-main .pvw-topic-panel,
body.home .pvw-home-wide-main .pvw-vote-panel {
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  color: #fff;
  background: #121217;
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-hd-copy p,
body.home .pvw-home-wide-main .pvw-vip-card p p,
body.home .pvw-home-wide-main .pvw-vote-item span,
body.home .pvw-home-wide-main .pvw-creator span {
  color: rgba(255,255,255,.52);
}

body.home .pvw-home-wide-main .pvw-chip,
body.home .pvw-home-wide-main .pvw-benefits li {
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.06);
}

body.home .pvw-home-wide-main .pvw-primary-btn,
body.home .pvw-home-wide-main .pvw-load-more {
  color: #fff;
  background: #fe2c55;
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-secondary-btn {
  color: #fff;
  background: rgba(255,255,255,.1);
}

body.home .pvw-site-footer {
  border-top-color: rgba(255,255,255,.06);
  background: #060609;
}

body.home .pvw-site-footer,
body.home .pvw-site-footer a,
body.home .pvw-footer-title {
  color: rgba(255,255,255,.72);
}

body.home .pvw-footer-bottom {
  border-top-color: rgba(255,255,255,.08);
}

@media (max-width: 1320px) {
  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

@media (max-width: 1080px) {
  body.home .pvw-home-wide-shell {
    grid-template-columns: 1fr;
  }

  body.home .pvw-home-wide-sidebar {
    position: relative;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }

  body.home .pvw-home-wide-sidebar nav {
    display: flex;
    overflow-x: auto;
  }

  body.home .pvw-home-wide-sidebar nav a {
    flex: 0 0 auto;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

@media (max-width: 640px) {
  body.home .pvw-home-wide-main {
    padding: 14px;
  }

  body.home .pvw-home-wide-topbar {
    grid-template-columns: 1fr;
    margin: -14px -14px 18px;
    padding: 12px 14px;
  }

  body.home .pvw-home-wide-main .pvw-hero h1 {
    font-size: 24px;
  }

  body.home .pvw-home-wide-main .pvw-category-strip {
    margin-top: -28px;
  }

  body.home .pvw-home-wide-main .pvw-section-head {
    align-items: flex-start;
  }

  body.home .pvw-home-wide-main .pvw-album-track {
    grid-auto-columns: 72%;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home .pvw-home-ad-grid {
    grid-template-columns: 1fr;
  }

  body.home .pvw-douyin-filterbar {
    justify-content: flex-start;
  }
}

/* Homepage live-data cache guard: prevent duplicated injected blocks from old assets */
body.home .pvw-hero > .pvw-live-stats:not(.pvw-stats),
body.home .pvw-live-random-hero > .pvw-live-stats:not(.pvw-stats),
body.home main > .pvw-live-recommend,
body.home .pvw-category-strip + .pvw-live-recommend {
  display: none !important;
}

/* Pink home feed reset: clean layout, aligned portrait cards, XHS quick view */
body.home {
  color: var(--pvw-text);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 208, 224, .55), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(255, 232, 240, .72), transparent 34rem),
    linear-gradient(180deg, #fff8fb 0%, #fff 48%, #fff7fa 100%);
}

body.home .pvw-home-wide-shell {
  grid-template-columns: 212px minmax(0, 1fr);
  background: transparent;
}

body.home .pvw-home-wide-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden auto;
  border-right: 1px solid rgba(248, 95, 142, .12);
  background: rgba(255,255,255,.82);
  box-shadow: 10px 0 30px rgba(248,95,142,.06);
  backdrop-filter: blur(18px);
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(248,95,142,.26) transparent;
}

body.admin-bar.home .pvw-home-wide-sidebar {
  top: 32px;
  min-height: calc(100vh - 32px);
  max-height: calc(100vh - 32px);
}

body.home .pvw-home-wide-sidebar .pvw-logo,
body.home .pvw-home-wide-sidebar nav a,
body.home .pvw-home-side-card strong,
body.home .pvw-home-wide-main .pvw-section-title {
  color: var(--pvw-text);
}

body.home .pvw-home-wide-sidebar .pvw-logo-text span,
body.home .pvw-home-sidebar-bottom,
body.home .pvw-home-side-card span,
body.home .pvw-home-wide-main .pvw-section-kicker,
body.home .pvw-home-wide-main .pvw-more-link {
  color: var(--pvw-muted);
}

body.home .pvw-home-wide-sidebar nav a:hover,
body.home .pvw-home-wide-sidebar nav a.is-active {
  color: var(--pvw-pink);
  background: #fff1f6;
}

body.home .pvw-home-side-card,
body.home .pvw-home-side-card.vip {
  border: 1px solid rgba(248,95,142,.1);
  background: rgba(255,255,255,.78);
}

body.home .pvw-sidebar-runtime span {
  color: var(--pvw-muted);
  background: rgba(255,255,255,.74);
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.08);
}

body.home .pvw-sidebar-runtime strong {
  color: var(--pvw-text);
}

body.home .pvw-sidebar-free-note {
  border-color: rgba(248,95,142,.12);
  background: rgba(255,255,255,.76);
}

body.home .pvw-home-wide-main {
  padding: 18px 24px 46px;
}

body.home .pvw-home-wide-topbar {
  margin: -18px -24px 22px;
  border-bottom: 1px solid rgba(248,95,142,.1);
  background: rgba(255, 248, 251, .9);
}

body.home .pvw-home-wide-topbar form {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.12);
}

body.home .pvw-home-wide-topbar input {
  color: var(--pvw-text);
}

body.home .pvw-home-wide-topbar input::placeholder {
  color: #b19aa5;
}

body.home .pvw-home-wide-topbar button {
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
}

body.home .pvw-home-wide-topbar > a {
  color: #5d4a53;
}

body.home .pvw-home-wide-topbar > a:hover {
  color: var(--pvw-pink);
  background: #fff;
}

body.home .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
body.home .pvw-home-wide-topbar > a.pvw-top-rank-link,
.pvw-ranking-home-shell .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
.pvw-ranking-home-shell .pvw-home-wide-topbar > a.pvw-top-rank-link,
body.page-template-page-account .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
body.page-template-page-account .pvw-home-wide-topbar > a.pvw-top-rank-link,
body.page-template-page-account-php .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
body.page-template-page-account-php .pvw-home-wide-topbar > a.pvw-top-rank-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

body.home .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
.pvw-ranking-home-shell .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
body.page-template-page-account .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
body.page-template-page-account-php .pvw-home-wide-topbar > a.pvw-top-update-wallpaper {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.56), transparent 32px),
    linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  box-shadow: 0 14px 30px rgba(248,95,142,.24);
}

body.home .pvw-home-wide-topbar > a.pvw-top-rank-link,
.pvw-ranking-home-shell .pvw-home-wide-topbar > a.pvw-top-rank-link,
body.page-template-page-account .pvw-home-wide-topbar > a.pvw-top-rank-link,
body.page-template-page-account-php .pvw-home-wide-topbar > a.pvw-top-rank-link {
  color: #704154;
  border: 1px solid rgba(248,95,142,.12);
  background: rgba(255,255,255,.74);
  box-shadow: 0 12px 26px rgba(248,95,142,.08);
}

body.home .pvw-home-wide-topbar > a.pvw-top-update-wallpaper:hover,
body.home .pvw-home-wide-topbar > a.pvw-top-rank-link:hover,
.pvw-ranking-home-shell .pvw-home-wide-topbar > a.pvw-top-update-wallpaper:hover,
.pvw-ranking-home-shell .pvw-home-wide-topbar > a.pvw-top-rank-link:hover,
body.page-template-page-account .pvw-home-wide-topbar > a.pvw-top-update-wallpaper:hover,
body.page-template-page-account .pvw-home-wide-topbar > a.pvw-top-rank-link:hover,
body.page-template-page-account-php .pvw-home-wide-topbar > a.pvw-top-update-wallpaper:hover,
body.page-template-page-account-php .pvw-home-wide-topbar > a.pvw-top-rank-link:hover {
  transform: translateY(-2px);
}

body.home .pvw-hero,
body.home .pvw-home-stats-wrap,
body.home .pvw-float-rail,
body.home .pvw-category-strip,
body.home .pvw-home-ad-section,
body.home .pvw-live-random-hero,
body.home .pvw-live-category-panel {
  display: none !important;
}

body.home .pvw-home-wide-main > .pvw-container,
body.home .pvw-home-wide-main .pvw-section > .pvw-container {
  width: min(1640px, 100%);
  margin-left: 0;
  margin-right: auto;
}

body.home .pvw-home-feed-section {
  padding-top: 0;
}

body.home .pvw-home-wide-main .pvw-section-head {
  align-items: center;
  margin-bottom: 14px;
  padding: 0;
}

body.home .pvw-home-wide-main .pvw-section-title {
  font-size: 25px;
  font-weight: 900;
}

body.home .pvw-home-wide-main .pvw-section-title::after {
  display: none;
}

body.home .pvw-home-wide-main .pvw-tabs,
body.home .pvw-douyin-filterbar {
  gap: 10px;
}

body.home .pvw-home-wide-main .pvw-tab,
body.home .pvw-douyin-filterbar button {
  min-height: 36px;
  border: 1px solid rgba(248,95,142,.12);
  color: #7e6972;
  background: rgba(255,255,255,.76);
  box-shadow: none;
}

body.home .pvw-home-wide-main .pvw-tab:hover,
body.home .pvw-home-wide-main .pvw-tab.is-active,
body.home .pvw-douyin-filterbar button:hover,
body.home .pvw-douyin-filterbar button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
  box-shadow: 0 12px 28px rgba(248,95,142,.18);
}

body.home .pvw-douyin-filterbar {
  justify-content: flex-start;
  margin: 0 0 18px;
}

body.home .pvw-douyin-filterbar span {
  display: none;
}

body.home .pvw-home-wide-main .pvw-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-auto-flow: row;
  align-items: start;
  gap: 18px;
}

body.home .pvw-home-wide-main .pvw-wall-card,
body.home .pvw-home-wide-main .pvw-wall-card.is-tall,
body.home .pvw-home-wide-main .pvw-wall-card.is-wide,
body.home .pvw-home-wide-main .pvw-feed-card,
body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+2),
body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+5) {
  grid-column: auto;
  grid-row: auto;
  min-height: 0;
  aspect-ratio: 3 / 4.35;
  border-radius: 14px;
  background: #fff0f5;
  box-shadow: 0 16px 42px rgba(248,95,142,.1);
}

body.home .pvw-home-wide-main .pvw-wall-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(248,95,142,.18);
}

body.home .pvw-home-wide-main .pvw-card-badge {
  background: linear-gradient(135deg, var(--pvw-pink), #ff8fb2);
}

body.home .pvw-home-wide-main .pvw-card-meta {
  color: rgba(255,255,255,.86);
}

body.home .pvw-home-feed-status {
  color: var(--pvw-muted);
}

body.home .pvw-home-feed-grid {
  transition: opacity .22s ease, transform .22s ease, filter .22s ease;
}

body.home .pvw-home-feed-grid.is-loading {
  opacity: .58;
  transform: translateY(6px);
  filter: saturate(.92);
  pointer-events: none;
}

body.home .pvw-home-wide-sidebar nav a.is-active::after {
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

body.home .pvw-site-footer {
  background: linear-gradient(180deg, rgba(255,255,255,.4), rgba(255,235,243,.72));
  border-top-color: rgba(248,95,142,.12);
}

body.home .pvw-site-footer,
body.home .pvw-site-footer a,
body.home .pvw-footer-title {
  color: var(--pvw-muted);
}

.pvw-xhs-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(30, 20, 26, .5);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.pvw-xhs-close {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #6b5962;
  background: rgba(255,255,255,.88);
  font-size: 24px;
  cursor: pointer;
}

.pvw-wallpaper-detail-modal {
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 42px);
  background: rgba(12, 8, 11, .5);
  opacity: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: opacity .22s ease;
}

.pvw-wallpaper-detail-modal.is-open {
  opacity: 1;
}

.pvw-wallpaper-detail-modal.is-closing {
  opacity: 0;
}

.pvw-xhs-modal-panel {
  position: relative;
  width: min(1480px, calc(100vw - 48px));
  max-height: min(90vh, 900px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 30px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 32px 110px rgba(28, 12, 20, .36);
  transform: translateY(18px) scale(.975);
  transform-origin: center;
  transition: transform .28s cubic-bezier(.2,.72,.22,1), opacity .24s ease;
}

.pvw-wallpaper-detail-modal.is-open .pvw-xhs-modal-panel {
  transform: translateY(0) scale(1);
}

.pvw-xhs-modal-panel.is-dragging {
  transition: none;
}

.pvw-xhs-modal-close {
  position: absolute;
  right: 18px;
  top: 20px;
  z-index: 12;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  color: #fff;
  background: rgba(22,12,18,.22);
  box-shadow: 0 14px 30px rgba(22,11,17,.18);
  backdrop-filter: blur(16px);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.pvw-xhs-modal-handle {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 13;
  width: 58px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(88,67,76,.24);
  transform: translateX(-50%);
  cursor: pointer;
}

.pvw-xhs-modal-close:hover {
  background: rgba(248,95,142,.72);
  transform: rotate(8deg) scale(1.04);
}

.pvw-xhs-modal-body {
  max-height: inherit;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.pvw-wallpaper-detail-modal .pvw-xhs-single {
  width: 100%;
  margin: 0;
  padding: 34px 20px 20px;
}

.pvw-wallpaper-detail-modal .pvw-xhs-back {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 12;
  margin: 0;
  color: #fff;
  background: rgba(22,12,18,.24);
  border-color: rgba(255,255,255,.44);
}

.pvw-wallpaper-detail-modal .pvw-xhs-back svg {
  display: none;
}

.pvw-wallpaper-detail-modal .pvw-xhs-single-shell {
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 420px);
  gap: 18px;
  align-items: stretch;
}

.pvw-wallpaper-detail-modal .pvw-xhs-gallery {
  position: relative;
  top: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,245,250,.9)),
    #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.78),
    0 18px 46px rgba(120,44,72,.1);
}

.pvw-wallpaper-detail-modal .pvw-xhs-info-card,
.pvw-wallpaper-detail-modal .pvw-xhs-related {
  background: #fff;
}

.pvw-wallpaper-detail-modal .pvw-xhs-info-card {
  max-height: calc(85vh - 52px);
  overflow: auto;
  overscroll-behavior: contain;
}

.pvw-wallpaper-detail-modal .pvw-xhs-viewer,
.pvw-wallpaper-detail-modal .pvw-xhs-slide {
  height: clamp(580px, 78vh, 820px);
  min-height: clamp(580px, 78vh, 820px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0, rgba(255,255,255,.9), transparent 36%),
    linear-gradient(135deg, rgba(255,244,249,.72), rgba(255,255,255,.96));
}

.pvw-wallpaper-detail-modal .pvw-xhs-slide img,
.pvw-wallpaper-detail-modal .pvw-xhs-slide video {
  width: 100%;
  height: clamp(580px, 78vh, 820px);
  max-height: none;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    padding: clamp(10px, 1vw, 16px);
    background:
      radial-gradient(circle at 18% 0, rgba(255,255,255,.72), transparent 34%),
      linear-gradient(135deg, rgba(255,247,251,.95), rgba(255,255,255,.88));
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide img,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide video {
    border-radius: 22px;
    box-shadow: 0 22px 58px rgba(72, 24, 45, .16);
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide::after {
    left: clamp(10px, 1vw, 16px);
    right: clamp(10px, 1vw, 16px);
    bottom: clamp(10px, 1vw, 16px);
    border-radius: 0 0 22px 22px;
  }
}

.pvw-wallpaper-detail-modal .pvw-xhs-related {
  margin-top: 16px;
}

.pvw-wallpaper-detail-modal .pvw-xhs-related-track {
  grid-auto-columns: 176px;
}

.pvw-wallpaper-detail-modal .pvw-xhs-comment-form.is-loading {
  opacity: .6;
  pointer-events: none;
}

.pvw-xhs-modal-skeleton {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 16px;
  min-height: min(760px, 82vh);
  padding: 34px 18px 18px;
}

.pvw-xhs-modal-skeleton span {
  border-radius: 26px;
  background:
    linear-gradient(115deg, #fff 0%, #f7f7f7 34%, #fff 54%, #f1f1f1 76%, #fff 100%);
  background-size: 220% 220%;
  animation: pvwPhotoSkeleton 2.6s ease-in-out infinite;
}

.pvw-xhs-modal-skeleton span:nth-child(2) {
  background:
    linear-gradient(115deg, rgba(255,255,255,.96), rgba(247,247,247,.96), rgba(255,255,255,.86));
}

@media (max-width: 1080px) {
  body.home .pvw-home-wide-shell {
    grid-template-columns: 1fr;
  }

  body.home .pvw-home-wide-sidebar,
  .pvw-ranking-home-shell .pvw-home-wide-sidebar,
  body.page-template-page-account .pvw-home-wide-sidebar,
  body.page-template-page-account-php .pvw-home-wide-sidebar {
    position: relative;
    top: 0;
    min-height: auto;
    max-height: none;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid rgba(248,95,142,.12);
  }

  body.home .pvw-home-wide-sidebar nav,
  .pvw-ranking-home-shell .pvw-home-wide-sidebar nav,
  body.page-template-page-account .pvw-home-wide-sidebar nav,
  body.page-template-page-account-php .pvw-home-wide-sidebar nav {
    display: flex;
    overflow-x: auto;
  }

  body.home .pvw-home-wide-sidebar nav a,
  .pvw-ranking-home-shell .pvw-home-wide-sidebar nav a,
  body.page-template-page-account .pvw-home-wide-sidebar nav a,
  body.page-template-page-account-php .pvw-home-wide-sidebar nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 760px) {
  body.home .pvw-home-wide-main {
    padding: 14px;
  }

  body.home .pvw-home-wide-topbar {
    grid-template-columns: 1fr;
    margin: -14px -14px 18px;
    padding: 12px 14px;
  }

  body.home .pvw-home-wide-topbar > a:not(.pvw-home-wide-user) {
    display: none;
  }

  body.home .pvw-home-wide-topbar .pvw-app-download-wrap {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .pvw-xhs-modal {
    padding: 12px;
  }

  .pvw-wallpaper-detail-modal {
    padding: 0;
    align-items: flex-end;
  }

  .pvw-xhs-modal-panel {
    width: 100%;
    max-height: 85vh;
    border-radius: 20px 20px 0 0;
    transform: translateY(106%);
  }

  .pvw-wallpaper-detail-modal.is-open .pvw-xhs-modal-panel {
    transform: translateY(0);
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-single {
    padding: 32px 10px 10px;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-single-shell,
  .pvw-xhs-modal-skeleton {
    grid-template-columns: 1fr;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-info-card {
    max-height: none;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    height: 56vh;
    min-height: 56vh;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide img,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide video {
    height: 56vh;
    max-height: none;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-back {
    left: 14px;
    top: 14px;
  }

  .pvw-xhs-modal-close {
    right: 14px;
    top: 16px;
  }
}

/* Wide system layout sync */
body:not(.home) .pvw-container {
  width: min(1640px, calc(100% - 48px));
}

body:not(.home) .pvw-main {
  min-height: 70vh;
}

body:not(.home) .pvw-page-hero {
  padding: 64px 0 32px;
}

body:not(.home) .pvw-archive-layout {
  grid-template-columns: 280px minmax(0, 1fr);
}

body:not(.home) .pvw-single-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
}

body:not(.home) .pvw-post-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.pvw-wide-page {
  padding: 32px 0 58px;
}

.pvw-wide-inner {
  width: min(1640px, calc(100% - 48px));
  margin: 0 auto;
}

.pvw-wallpaper-attrs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.pvw-wallpaper-attrs div {
  padding: 16px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 14px;
  background: #fff8fb;
}

.pvw-wallpaper-attrs span,
.pvw-wallpaper-attrs strong {
  display: block;
}

.pvw-wallpaper-attrs span {
  color: var(--pvw-muted);
  font-size: 12px;
  font-weight: 800;
}

.pvw-wallpaper-attrs strong {
  margin-top: 6px;
  color: var(--pvw-text);
}

.pvw-wallpaper-tax {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.pvw-wallpaper-tax a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #8f6575;
  background: #fff1f6;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 980px) {
  body:not(.home) .pvw-container,
  .pvw-wide-inner {
    width: min(100% - 32px, 760px);
  }

  body:not(.home) .pvw-single-layout,
  body:not(.home) .pvw-archive-layout {
    grid-template-columns: 1fr;
  }

  .pvw-wallpaper-attrs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body:not(.home) .pvw-container,
  .pvw-wide-inner {
    width: min(100% - 24px, 520px);
  }

  .pvw-wallpaper-attrs {
    grid-template-columns: 1fr;
  }
}

/* Scoped rebuilds for application pages. */
.pvw-vip-app {
  background:
    radial-gradient(circle at 78% 10%, rgba(255,175,205,.34), transparent 280px),
    linear-gradient(90deg, rgba(255,245,249,.98), #fff 18%, #fff7fb 100%);
}

.pvw-vip-sidebar .pvw-logo {
  margin-bottom: 24px;
}

.pvw-vip-local-nav {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.pvw-vip-local-nav button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  color: #7d6470;
  background: rgba(255,255,255,.72);
  text-align: left;
  font-weight: 900;
  cursor: pointer;
  padding: 0 16px;
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.pvw-vip-local-nav button:hover,
.pvw-vip-local-nav button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9abd);
  box-shadow: 0 16px 36px rgba(248,95,142,.22);
  transform: translateX(4px);
}

.pvw-vip-main {
  min-width: 0;
}

.pvw-vip-hero-card {
  overflow: hidden;
}

.pvw-vip-hero-card::after {
  position: absolute;
  right: 8%;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  content: "";
  background: radial-gradient(circle, rgba(255,255,255,.86), rgba(255,160,195,.32), transparent 70%);
  animation: pvwVipPulse 5.5s ease-in-out infinite;
}

.pvw-vip-panel {
  display: none;
  animation: pvwPanelIn .28s ease both;
}

.pvw-vip-panel.is-active {
  display: block;
}

.pvw-vip-plan-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.pvw-vip-plan-strip article,
.pvw-vip-rights-grid article,
.pvw-vip-payment-grid > article,
.pvw-vip-payment-grid > aside,
.pvw-vip-matrix-wrap {
  position: relative;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 20px 60px rgba(248,95,142,.08);
}

.pvw-vip-plan-strip article {
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pvw-vip-plan-strip article:hover {
  border-color: rgba(248,95,142,.28);
  transform: translateY(-6px);
  box-shadow: 0 28px 74px rgba(248,95,142,.15);
}

.pvw-vip-plan-strip article.is-hot {
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.45), transparent 76px),
    linear-gradient(135deg, #ff6f9f, #ff9abd);
}

.pvw-vip-plan-strip article > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #ff5c91;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.pvw-vip-plan-strip h2,
.pvw-vip-rights-grid h2,
.pvw-vip-payment-grid h2,
.pvw-vip-payment-grid h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: 0;
}

.pvw-vip-plan-strip p,
.pvw-vip-rights-grid p,
.pvw-vip-payment-grid p {
  color: #816b75;
  line-height: 1.75;
}

.pvw-vip-plan-strip article.is-hot p {
  color: rgba(255,255,255,.86);
}

.pvw-vip-plan-strip strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 20px 0;
  color: #32252b;
  font-size: 52px;
  line-height: 1;
}

.pvw-vip-plan-strip article.is-hot strong {
  color: #fff;
}

.pvw-vip-plan-strip small,
.pvw-vip-plan-strip em {
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.pvw-vip-plan-strip a,
.pvw-vip-matrix-cta a,
.pvw-vip-payment-grid aside a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff8db2);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(248,95,142,.22);
}

.pvw-vip-plan-strip article.is-hot a {
  color: #ff5c91;
  background: #fff;
}

.pvw-vip-matrix-wrap {
  overflow-x: auto;
  padding: 14px;
}

.pvw-vip-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  color: #382b31;
}

.pvw-vip-matrix th,
.pvw-vip-matrix td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(248,95,142,.1);
  text-align: center;
  vertical-align: middle;
}

.pvw-vip-matrix thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #fff;
  background: #ff7aa7;
  font-size: 15px;
}

.pvw-vip-matrix thead th:first-child {
  border-radius: 16px 0 0 16px;
}

.pvw-vip-matrix thead th:last-child {
  border-radius: 0 16px 16px 0;
}

.pvw-vip-matrix tbody th {
  color: #7a5d69;
  text-align: left;
  font-weight: 900;
}

.pvw-vip-matrix td {
  font-weight: 850;
}

.pvw-vip-matrix tbody tr:hover td,
.pvw-vip-matrix tbody tr:hover th {
  background: #fff5f9;
}

.pvw-vip-rights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pvw-vip-rights-grid article {
  padding: 24px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.pvw-vip-rights-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 72px rgba(248,95,142,.14);
}

.pvw-vip-rights-grid article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9abd);
}

.pvw-vip-payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
}

.pvw-vip-payment-grid > article,
.pvw-vip-payment-grid > aside {
  padding: 28px;
}

.pvw-vip-payment-grid aside {
  display: grid;
  align-content: start;
  gap: 12px;
}

.pvw-vip-payment-grid aside span {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  color: #755967;
  background: #fff5f9;
  font-weight: 900;
}

.pvw-vip-wide-faq details {
  overflow: hidden;
  border: 1px solid rgba(248,95,142,.12);
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 38px rgba(248,95,142,.06);
}

@media (max-width: 1180px) {
  .pvw-vip-plan-strip,
  .pvw-vip-rights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pvw-vip-plan-strip,
  .pvw-vip-rights-grid,
  .pvw-vip-payment-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pvw-vip-local-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-vip-local-nav button {
    text-align: center;
    padding: 0 10px;
  }

  .pvw-vip-plan-strip article,
  .pvw-vip-rights-grid article,
  .pvw-vip-payment-grid > article,
  .pvw-vip-payment-grid > aside {
    padding: 20px;
  }
}

.pvw-barba-wrapper {
  min-height: 100vh;
}

.pvw-barba-loading {
  cursor: progress;
}

.pvw-barba-loading a,
.pvw-barba-loading button {
  cursor: progress;
}

[data-barba="container"] {
  will-change: opacity, transform;
}

.pvw-barba-leave {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.pvw-barba-enter {
  opacity: 0;
  transform: translateY(10px);
}

.pvw-barba-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .24s ease, transform .24s ease;
}

@media (prefers-reduced-motion: reduce) {
  .pvw-barba-leave,
  .pvw-barba-enter,
  .pvw-barba-enter-active {
    transition: none;
    transform: none;
  }
}

/* Final polish: ranking inside inspiration flow + cinematic wallpaper cards */
body.home .pvw-douyin-filterbar {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(248,95,142,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 18px 42px rgba(248,95,142,.1);
  backdrop-filter: blur(18px) saturate(1.18);
  scrollbar-width: none;
}

body.home .pvw-douyin-filterbar::-webkit-scrollbar {
  display: none;
}

body.home .pvw-douyin-filterbar button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 999px;
  color: rgba(78,55,65,.74);
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.74);
  font-weight: 700;
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

body.home .pvw-douyin-filterbar button:hover {
  color: var(--pvw-pink);
  background: rgba(255,255,255,.94);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(248,95,142,.14);
}

body.home .pvw-douyin-filterbar button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff77a5, #ff9fc1 48%, #ffc7da);
  box-shadow: 0 14px 30px rgba(248,95,142,.23);
}

body.home .pvw-feed-tagbar-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin: 0 0 20px;
}

body.home .pvw-feed-tagbar-wrap .pvw-douyin-filterbar {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin: 0;
}

body.home .pvw-feed-tag-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(248,95,142,.16);
  border-radius: 999px;
  color: #d93d78;
  background: rgba(255,255,255,.74);
  box-shadow: 0 14px 32px rgba(248,95,142,.12), inset 0 1px 0 rgba(255,255,255,.82);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
  backdrop-filter: blur(18px) saturate(1.12);
}

body.home .pvw-feed-tag-refresh svg {
  width: 15px;
  height: 15px;
  transition: transform .28s ease;
}

body.home .pvw-feed-tag-refresh:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff77a5, #ff9fc1);
  box-shadow: 0 16px 34px rgba(248,95,142,.22);
  transform: translateY(-2px);
}

body.home .pvw-feed-tag-refresh:hover svg,
body.home .pvw-feed-tag-refresh.is-spinning svg {
  transform: rotate(180deg);
}

body.home .pvw-feed-tag-refresh:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none;
}

body.home .pvw-home-wide-main .pvw-wall-card,
body.home .pvw-home-wide-main .pvw-wall-card.is-tall,
body.home .pvw-home-wide-main .pvw-wall-card.is-wide,
body.home .pvw-home-wide-main .pvw-feed-card,
body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+2),
body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+5) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.54);
  border-radius: 19px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,.95), transparent 28%),
    linear-gradient(135deg, #fff4f8, #ffdce8 48%, #f6efff);
  box-shadow:
    0 18px 44px rgba(99,42,63,.11),
    inset 0 1px 0 rgba(255,255,255,.55);
  transform: translateZ(0);
  transition: transform .32s cubic-bezier(.2,.74,.22,1), box-shadow .32s ease, border-color .32s ease, filter .32s ease;
}

body.home .pvw-home-wide-main .pvw-wall-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(315deg, rgba(255,143,178,.42), transparent 36%);
  mix-blend-mode: screen;
  transition: opacity .32s ease;
}

body.home .pvw-home-wide-main .pvw-wall-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 32%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.18) 42%, rgba(255,255,255,.52) 100%);
}

body.home .pvw-home-wide-main .pvw-wall-card:hover {
  border-color: rgba(255,174,202,.68);
  box-shadow:
    0 26px 68px rgba(134,52,82,.2),
    0 0 0 1px rgba(255,255,255,.56) inset,
    0 0 36px rgba(255,139,177,.2);
  filter: saturate(1.03);
  transform: translateY(-7px);
}

body.home .pvw-home-wide-main .pvw-wall-card:hover::before {
  opacity: .76;
  animation: pvwPhotoEdgeGlow 1.4s ease both;
}

body.home .pvw-home-wide-main .pvw-feed-preview,
body.home .pvw-home-wide-main .pvw-wall-card > a:first-child {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

body.home .pvw-home-wide-main .pvw-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: linear-gradient(135deg, rgba(255,245,249,.98), rgba(250,238,247,.98));
  opacity: 0;
  transform: scale(1.02);
  filter: saturate(.96) contrast(.98);
  transition:
    opacity .58s ease,
    transform .86s cubic-bezier(.16,.84,.21,1),
    filter .34s ease;
}

body.home .pvw-home-wide-main .pvw-card-img.is-loaded {
  opacity: 1;
  transform: scale(1);
}

body.home .pvw-home-wide-main .pvw-wall-card:hover .pvw-card-img {
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.02);
}

body.home .pvw-home-wide-main .pvw-card-badge {
  left: 12px;
  top: 12px;
  z-index: 4;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.54);
  border-radius: 999px;
  color: rgba(255,255,255,.96);
  background: rgba(255,255,255,.18);
  box-shadow: 0 10px 22px rgba(28,12,20,.16);
  backdrop-filter: blur(14px) saturate(1.22);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,.24);
}

body.home .pvw-home-wide-main .pvw-card-info {
  left: 14px;
  right: 66px;
  bottom: 14px;
  z-index: 4;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 14px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 14px 28px rgba(77,38,54,.12);
  backdrop-filter: blur(14px) saturate(1.18);
}

body.home .pvw-home-wide-main .pvw-card-info h3 {
  margin: 0 0 7px;
  color: rgba(54,39,47,.92);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.72);
}

body.home .pvw-home-wide-main .pvw-card-meta {
  justify-content: flex-start;
  gap: 9px;
  color: rgba(103,78,88,.68);
  font-size: 11px;
  font-weight: 500;
  text-shadow: none;
}

body.home .pvw-home-wide-main .pvw-wall-actions {
  right: 12px;
  bottom: 12px;
  z-index: 5;
  display: grid;
  gap: 8px;
}

body.home .pvw-home-wide-main .pvw-round-action {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 50%;
  color: rgba(255,255,255,.94);
  background: rgba(255,255,255,.18);
  box-shadow: 0 12px 24px rgba(22,11,17,.18);
  backdrop-filter: blur(15px) saturate(1.25);
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

body.home .pvw-home-wide-main .pvw-round-action svg {
  width: 17px;
  height: 17px;
  fill: none;
}

body.home .pvw-home-wide-main .pvw-round-action:hover,
body.home .pvw-home-wide-main .pvw-round-action.is-active {
  color: #fff;
  background: rgba(255,111,159,.62);
  box-shadow: 0 15px 30px rgba(248,95,142,.28);
  transform: translateY(-2px);
}

body.home .pvw-home-wide-main .pvw-card-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.9), transparent 22%),
    linear-gradient(115deg, #fff4f8 0%, #ffdbe8 34%, #f6edff 54%, #ffeef5 76%, #ffd8e7 100%);
  background-size: 240% 240%;
  animation: pvwPhotoSkeleton 2.6s ease-in-out infinite;
}

body.home .pvw-home-wide-main .pvw-card-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 8%, rgba(255,255,255,.7) 44%, transparent 72%);
  transform: translateX(-120%);
  animation: pvwPhotoShimmer 2.2s ease-in-out infinite;
}

body.home .pvw-home-feed-status {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(116,86,99,.68);
  font-size: 13px;
  font-weight: 700;
}

body.home .pvw-home-feed-status::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 18px;
  border-radius: 4px;
  background:
    repeating-linear-gradient(90deg, rgba(248,95,142,.52) 0 4px, transparent 4px 8px),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,207,224,.52));
  box-shadow: 0 8px 16px rgba(248,95,142,.13);
  animation: pvwFilmRoll 1.25s linear infinite;
}

body.home .pvw-home-feed-grid.is-loading {
  opacity: .74;
  transform: translateY(5px);
  filter: saturate(.94);
  pointer-events: none;
}

.pvw-ranking-home-shell {
  grid-template-columns: 212px minmax(0, 1fr);
  color: var(--pvw-text);
  background:
    radial-gradient(circle at 16% 0%, rgba(255,208,224,.55), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(255,232,240,.72), transparent 34rem),
    linear-gradient(180deg, #fff8fb 0%, #fff 48%, #fff7fa 100%);
}

.pvw-ranking-home-shell .pvw-home-wide-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden auto;
  border-right: 1px solid rgba(248,95,142,.12);
  background: rgba(255,255,255,.82);
  box-shadow: 10px 0 30px rgba(248,95,142,.06);
  backdrop-filter: blur(18px);
  overscroll-behavior: contain;
}

.pvw-ranking-home-shell .pvw-home-wide-main {
  padding: 18px 24px 46px;
}

.pvw-ranking-home-shell .pvw-home-wide-topbar {
  margin: -18px -24px 22px;
  border-bottom: 1px solid rgba(248,95,142,.1);
  background: rgba(255,248,251,.9);
}

.pvw-ranking-home-shell .pvw-home-feed-section {
  padding-top: 0;
}

.pvw-ranking-home-shell .pvw-home-feed-section > .pvw-container,
.pvw-ranking-home-shell .pvw-home-wide-main > .pvw-container {
  width: min(1640px, 100%);
  margin-left: 0;
  margin-right: auto;
}

.pvw-ranking-flow-grid {
  display: grid;
  gap: 18px;
  min-height: 420px;
  transition: opacity .22s ease, transform .22s ease, filter .22s ease;
}

.pvw-ranking-flow-grid.is-loading {
  opacity: .62;
  transform: translateY(6px);
  filter: saturate(.94);
  pointer-events: none;
}

.pvw-ranking-module-nav {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(248,95,142,.09);
  backdrop-filter: blur(18px) saturate(1.14);
}

.pvw-ranking-module-nav a {
  display: grid;
  min-height: 78px;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 10px 8px;
  border-radius: 16px;
  color: #604a54;
  text-align: center;
  text-decoration: none;
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.pvw-ranking-module-nav a svg {
  width: 18px;
  height: 18px;
}

.pvw-ranking-module-nav a strong {
  font-size: 14px;
  font-weight: 850;
}

.pvw-ranking-module-nav a span {
  overflow: hidden;
  max-width: 100%;
  color: rgba(119,91,103,.68);
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranking-module-nav a:hover,
.pvw-ranking-module-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff77a5, #ff9fc1);
  box-shadow: 0 16px 32px rgba(248,95,142,.2);
  transform: translateY(-2px);
}

.pvw-ranking-module-nav a:hover span,
.pvw-ranking-module-nav a.is-active span {
  color: rgba(255,255,255,.82);
}

.pvw-ranking-hero-card {
  position: relative;
  isolation: isolate;
  min-height: 248px;
  margin: 0;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 8%, rgba(255,255,255,.78), transparent 26%),
    linear-gradient(135deg, rgba(255,246,250,.98), rgba(255,213,229,.68) 54%, rgba(246,236,255,.86));
  box-shadow: 0 24px 64px rgba(248,95,142,.13);
}

.pvw-ranking-hero-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -120px;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248,95,142,.28), transparent 68%);
  animation: pvwVipPulse 7s ease-in-out infinite;
}

.pvw-ranking-hero-card h1 {
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: 0;
}

.pvw-ranking-hero-card p {
  max-width: 660px;
  line-height: 1.78;
}

.pvw-ranking-flow-panel {
  display: grid;
  gap: 18px;
  border-radius: 24px;
}

.pvw-rank-top-section {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  margin-top: 0;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 22px 58px rgba(248,95,142,.1);
  backdrop-filter: blur(18px);
}

.pvw-podium-card {
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(92,38,58,.14);
  transition: transform .26s ease, box-shadow .26s ease;
}

.pvw-podium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(92,38,58,.2);
}

.pvw-podium-card::after {
  background: linear-gradient(180deg, transparent 0%, rgba(22,13,18,.18) 26%, rgba(22,13,18,.78) 100%);
}

.pvw-rank-top10,
.pvw-rank-board,
.pvw-rank-vip-card {
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 46px rgba(248,95,142,.09);
  backdrop-filter: blur(16px);
}

.pvw-rank-mini-card {
  min-height: 48px;
  padding: 6px;
  border-radius: 14px;
  color: #59444d;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.pvw-rank-mini-card:hover {
  background: rgba(255,240,246,.86);
  transform: translateX(3px);
}

.pvw-rank-mini-card > span:first-child {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff7fa9, #ffc0d4);
  font-size: 12px;
  font-weight: 900;
}

.pvw-rank-board-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.pvw-rank-board-head h2,
.pvw-ranking-panel-head h2 {
  color: #493640;
}

.pvw-rank-board-top img {
  aspect-ratio: 3 / 4;
  border-radius: 14px;
}

.pvw-rank-vip-card {
  min-height: 286px;
  background:
    radial-gradient(circle at 78% 14%, rgba(255,255,255,.7), transparent 28%),
    linear-gradient(135deg, #fff0f6, #ffe2ec);
}

@keyframes pvwPhotoSkeleton {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes pvwPhotoShimmer {
  0% { transform: translateX(-120%); }
  58%, 100% { transform: translateX(120%); }
}

@keyframes pvwFilmRoll {
  from { background-position: 0 0, 0 0; }
  to { background-position: 16px 0, 0 0; }
}

@keyframes pvwPhotoEdgeGlow {
  0% { opacity: 0; }
  35% { opacity: .84; }
  100% { opacity: .62; }
}

@media (max-width: 1320px) {
  .pvw-ranking-module-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pvw-rank-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .pvw-ranking-home-shell {
    grid-template-columns: 1fr;
  }

  .pvw-ranking-home-shell .pvw-home-wide-sidebar {
    position: relative;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(248,95,142,.12);
  }

  .pvw-ranking-home-shell .pvw-home-wide-sidebar nav {
    display: flex;
    overflow-x: auto;
  }

  .pvw-ranking-home-shell .pvw-home-wide-sidebar nav a {
    flex: 0 0 auto;
  }

  .pvw-rank-top-section,
  .pvw-ranking-hero-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.home .pvw-douyin-filterbar {
    width: 100%;
    border-radius: 18px;
  }

  body.home .pvw-home-wide-main .pvw-card-info {
    right: 12px;
    bottom: 54px;
  }

  body.home .pvw-home-wide-main .pvw-wall-actions {
    grid-auto-flow: column;
    right: 10px;
    bottom: 10px;
  }

  .pvw-ranking-home-shell .pvw-home-wide-main {
    padding: 14px;
  }

  .pvw-ranking-home-shell .pvw-home-wide-topbar {
    grid-template-columns: 1fr;
    margin: -14px -14px 18px;
    padding: 12px 14px;
  }

  .pvw-ranking-home-shell .pvw-home-wide-topbar > a:not(.pvw-home-wide-user) {
    display: none;
  }

  .pvw-ranking-module-nav,
  .pvw-rank-board-grid,
  .pvw-rank-podium {
    grid-template-columns: 1fr;
  }

  .pvw-ranking-hero-card,
  .pvw-rank-top-section {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .pvw-douyin-filterbar button,
  body.home .pvw-home-wide-main .pvw-wall-card,
  body.home .pvw-home-wide-main .pvw-card-img,
  body.home .pvw-home-feed-status::before,
  body.home .pvw-home-wide-main .pvw-card-placeholder,
  body.home .pvw-home-wide-main .pvw-card-placeholder::before,
  .pvw-ranking-hero-card::after {
    animation: none;
    transition: none;
    transform: none;
  }
}

/* XHS style wallpaper detail */
body.single-pvw_wallpaper,
body.single-pvw_album {
  background: #fff;
}

body.single-pvw_wallpaper .pvw-main,
body.single-pvw_album .pvw-main {
  padding: 22px 0 60px;
}

.pvw-xhs-single {
  width: min(1720px, calc(100% - 48px));
  margin: 0 auto;
}

.pvw-xhs-single-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 22px;
  align-items: start;
}

.pvw-xhs-gallery,
.pvw-xhs-info-card,
.pvw-xhs-related {
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 68px rgba(248,95,142,.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.pvw-xhs-gallery {
  position: sticky;
  top: 18px;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.admin-bar .pvw-xhs-gallery {
  top: 50px;
}

.pvw-xhs-viewer {
  position: relative;
  display: grid;
  height: min(82vh, 900px);
  min-height: min(82vh, 900px);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.pvw-xhs-slide-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .36s cubic-bezier(.2,.72,.22,1);
}

.pvw-xhs-slide {
  position: relative;
  display: grid;
  flex: 0 0 100%;
  place-items: center;
  height: min(82vh, 900px);
  min-height: min(82vh, 900px);
  margin: 0;
  overflow: hidden;
}

.pvw-xhs-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, #fff 0%, #f7f7f7 34%, #fff 54%, #f1f1f1 76%, #fff 100%);
  background-size: 220% 220%;
  animation: pvwPhotoSkeleton 2.6s ease-in-out infinite;
}

.pvw-xhs-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(20,12,17,.44));
}

.pvw-xhs-slide.is-loaded::before {
  opacity: 0;
  pointer-events: none;
}

.pvw-xhs-slide img,
.pvw-xhs-slide video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
  background: #fff;
  opacity: 0;
  transform: scale(.985);
  box-shadow: none;
  transition: opacity .52s ease, transform .62s cubic-bezier(.2,.72,.22,1);
  cursor: zoom-in;
}

.pvw-xhs-slide.is-loaded img,
.pvw-xhs-slide.is-loaded video {
  opacity: 1;
  transform: scale(1);
}

.pvw-xhs-slide.is-zoomed img,
.pvw-xhs-slide.is-zoomed video {
  max-width: none;
  max-height: none;
  width: min(132%, 1320px);
  cursor: zoom-out;
  transform: scale(1.08);
}

.pvw-xhs-slide figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 3;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(20,12,17,.24);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 700;
}

.pvw-iphone17-preview {
  position: absolute;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 26;
  width: clamp(138px, 13vw, 190px);
  aspect-ratio: 9 / 19.5;
  pointer-events: none;
  filter: drop-shadow(0 28px 34px rgba(35, 12, 22, .32));
}

.pvw-iphone17-device {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 7px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.68), rgba(34, 28, 36, .95) 18%, #07070a 72%, rgba(255,255,255,.24)),
    #08080b;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.16),
    inset 0 -18px 34px rgba(255,255,255,.06),
    0 0 0 1px rgba(255,255,255,.14);
}

.pvw-iphone17-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #111;
}

.pvw-iphone17-slide-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .36s cubic-bezier(.2,.72,.22,1);
}

.pvw-iphone17-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.pvw-iphone17-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pvw-iphone17-status,
.pvw-iphone17-copy,
.pvw-iphone17-island,
.pvw-iphone17-homebar {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.pvw-iphone17-status {
  left: 14px;
  right: 14px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  text-shadow: 0 1px 8px rgba(0,0,0,.42);
}

.pvw-iphone17-island {
  left: 50%;
  top: 10px;
  width: 48px;
  height: 15px;
  border-radius: 999px;
  background: rgba(4,4,7,.92);
  box-shadow: inset 0 1px 2px rgba(255,255,255,.12);
  transform: translateX(-50%);
}

.pvw-iphone17-copy {
  left: 12px;
  right: 12px;
  top: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0,0,0,.42);
}

.pvw-iphone17-copy span {
  display: block;
  font-size: 10px;
  font-weight: 750;
}

.pvw-iphone17-copy strong {
  display: block;
  margin-top: 2px;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-iphone17-homebar {
  left: 50%;
  bottom: 9px;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 1px 8px rgba(0,0,0,.26);
  transform: translateX(-50%);
}

.pvw-xhs-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.18);
  box-shadow: 0 14px 28px rgba(22,11,17,.16);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
  cursor: pointer;
}

.pvw-xhs-nav.prev {
  left: 18px;
  transform: translateY(-50%) rotate(180deg);
}

.pvw-xhs-nav.next {
  right: 18px;
}

.pvw-xhs-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 6;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.pvw-xhs-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.46);
  cursor: pointer;
}

.pvw-xhs-dots button.is-active {
  width: 22px;
  background: #fff;
}

.pvw-xhs-info-card {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.pvw-xhs-authorbar,
.pvw-xhs-author-main,
.pvw-xhs-actions-row,
.pvw-xhs-comments-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pvw-xhs-authorbar {
  justify-content: space-between;
}

.pvw-xhs-author-main {
  min-width: 0;
  color: var(--pvw-text);
  text-decoration: none;
}

.pvw-xhs-author-main img {
  width: 52px;
  height: 52px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(248,95,142,.16);
}

.pvw-xhs-author-main span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.pvw-xhs-author-main strong {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  font-size: 15px;
}

.pvw-xhs-author-main i {
  padding: 2px 7px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.pvw-xhs-author-main small {
  color: var(--pvw-muted);
  font-size: 12px;
}

.pvw-xhs-follow {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  box-shadow: 0 14px 28px rgba(248,95,142,.22);
  font-weight: 900;
  text-decoration: none;
}

.pvw-xhs-content h1 {
  margin: 0 0 12px;
  color: var(--pvw-text);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.28;
  letter-spacing: 0;
}

.pvw-xhs-content p,
.pvw-xhs-content .pvw-entry-content {
  color: #6d5962;
  line-height: 1.85;
}

.pvw-xhs-author-desc {
  margin: 0 0 8px;
  color: var(--pvw-muted);
}

.pvw-xhs-quote {
  margin-top: 14px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,241,246,.9), rgba(255,255,255,.72));
}

.pvw-xhs-quote h2 {
  margin: 8px 0;
  font-size: 18px;
}

.pvw-xhs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pvw-xhs-tags a {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #895b6d;
  background: rgba(255,241,246,.88);
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.pvw-xhs-tags a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
}

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

.pvw-xhs-stats span {
  display: grid;
  gap: 4px;
  min-height: 58px;
  align-content: center;
  padding: 10px 12px;
  border-radius: 16px;
  color: var(--pvw-muted);
  background: rgba(255,248,251,.86);
  font-size: 12px;
  font-weight: 750;
}

.pvw-xhs-stats strong {
  color: var(--pvw-text);
  font-size: 14px;
}

.pvw-xhs-actions-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.92), transparent 38%),
    radial-gradient(circle at 92% 12%, rgba(255,103,162,.16), transparent 36%),
    linear-gradient(135deg, rgba(255,248,251,.9), rgba(255,236,244,.64));
  box-shadow:
    inset 0 0 0 1px rgba(248,95,142,.07),
    0 18px 44px rgba(134,52,82,.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pvw-xhs-actions-row::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.62) 42%, transparent 68%);
  opacity: .44;
  transform: translateX(-78%);
  transition: transform .72s ease;
}

.pvw-xhs-actions-row:hover::before {
  transform: translateX(76%);
}

.pvw-xhs-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 0 12px;
  border: 0;
  border-radius: 18px;
  color: #5b3e4a;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,251,.82));
  box-shadow:
    inset 0 0 0 1px rgba(248,95,142,.1),
    0 12px 24px rgba(90,38,58,.08);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease, filter .22s ease;
}

.pvw-xhs-action::before {
  position: absolute;
  inset: auto 10px 7px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,111,159,0), rgba(255,111,159,.66), rgba(255,159,193,0));
  content: "";
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .22s ease, transform .22s ease;
}

.pvw-xhs-action::after {
  position: absolute;
  inset: -42% auto auto -28%;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,111,159,.2), transparent 68%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .28s ease;
  transform: scale(.8);
}

.pvw-xhs-action svg {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  stroke-width: 2.25;
  filter: drop-shadow(0 6px 10px rgba(120,44,72,.12));
  transition: transform .22s ease, filter .22s ease;
}

.pvw-xhs-action span {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-xhs-action-text {
  display: grid;
  justify-items: start;
  gap: 3px;
  text-align: left;
}

.pvw-xhs-action-text em,
.pvw-xhs-action-text b {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-xhs-action-text em {
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.pvw-xhs-action-text b {
  color: rgba(91,62,74,.56);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  transition: color .22s ease;
}

.pvw-xhs-action:hover .pvw-xhs-action-text b,
.pvw-xhs-action.is-liked .pvw-xhs-action-text b,
.pvw-xhs-action.is-active .pvw-xhs-action-text b,
.pvw-xhs-action-download .pvw-xhs-action-text b {
  color: rgba(255,255,255,.78);
}

.pvw-xhs-action:hover,
.pvw-xhs-action.is-liked,
.pvw-xhs-action.is-active {
  color: #fff;
  background:
    radial-gradient(circle at 15% 14%, rgba(255,255,255,.34), transparent 34%),
    linear-gradient(135deg, #ff5f96, #ff8eb8 54%, #ffa8c8);
  box-shadow:
    0 16px 32px rgba(248,95,142,.27),
    0 0 0 1px rgba(255,255,255,.52) inset;
  transform: translateY(-3px);
}

.pvw-xhs-action:hover::before,
.pvw-xhs-action.is-liked::before,
.pvw-xhs-action.is-active::before {
  opacity: .92;
  transform: scaleX(1);
}

.pvw-xhs-action:hover::after,
.pvw-xhs-action.is-liked::after,
.pvw-xhs-action.is-active::after {
  opacity: 1;
  transform: scale(1.1);
}

.pvw-xhs-action:hover svg,
.pvw-xhs-action.is-liked svg,
.pvw-xhs-action.is-active svg {
  transform: translateY(-1px) scale(1.08);
  filter: drop-shadow(0 8px 16px rgba(120,44,72,.22));
}

.pvw-xhs-action-download {
  color: #fff;
  background:
    radial-gradient(circle at 16% 14%, rgba(255,255,255,.34), transparent 34%),
    linear-gradient(135deg, #ff477f, #ff78a8 48%, #ff9ec2);
  box-shadow:
    0 16px 34px rgba(248,95,142,.25),
    inset 0 0 0 1px rgba(255,255,255,.42);
}

.pvw-xhs-action-download:hover {
  filter: saturate(1.08);
  transform: translateY(-4px) scale(1.01);
}

.pvw-xhs-action.is-loading {
  pointer-events: none;
  opacity: .76;
}

.pvw-xhs-action.is-loading svg {
  animation: pvwActionPulse .8s ease-in-out infinite alternate;
}

.pvw-share-panel {
  display: grid;
  gap: 14px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 24px;
  background:
    radial-gradient(circle at 6% 0%, rgba(255,255,255,.95), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,241,247,.74));
  box-shadow:
    inset 0 0 0 1px rgba(248,95,142,.07),
    0 18px 44px rgba(134,52,82,.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: max-height .24s ease, opacity .2s ease, padding .24s ease, transform .24s ease;
  transform: translateY(-4px);
}

.pvw-share-panel.is-open {
  max-height: 320px;
  opacity: 1;
  padding: 16px;
  transform: translateY(0);
}

.pvw-share-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8f6676;
  font-size: 12px;
  font-weight: 800;
}

.pvw-share-head strong {
  color: var(--pvw-text);
  font-size: 13px;
}

.pvw-share-tools,
.pvw-share-platforms,
.pvw-poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pvw-share-tool,
.pvw-share-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 15px;
  border: 0;
  border-radius: 14px;
  color: #684553;
  background: rgba(255,255,255,.84);
  box-shadow:
    inset 0 0 0 1px rgba(248,95,142,.1),
    0 10px 22px rgba(134,52,82,.07);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}

.pvw-share-tool:hover,
.pvw-share-chip:hover,
.pvw-share-tool.is-copied,
.pvw-share-chip.is-copied {
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  box-shadow: 0 12px 26px rgba(248,95,142,.2);
  transform: translateY(-2px);
}

.pvw-share-chip[data-platform="wechat"] {
  background: rgba(230,255,240,.9);
  color: #207346;
}

.pvw-share-chip[data-platform="weibo"] {
  background: rgba(255,243,235,.9);
  color: #a24323;
}

.pvw-share-chip[data-platform="qq"],
.pvw-share-chip[data-platform="qzone"] {
  background: rgba(235,245,255,.92);
  color: #24679b;
}

.pvw-xhs-lock-note {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  color: #8b6070;
  background: #fff1f6;
  font-size: 13px;
  line-height: 1.7;
}

.pvw-xhs-comments {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

.pvw-xhs-comments-head {
  justify-content: space-between;
}

.pvw-xhs-comments-head h2 {
  margin: 0;
  font-size: 19px;
}

.pvw-xhs-comments-head span {
  color: var(--pvw-muted);
  font-size: 12px;
  font-weight: 800;
}

.pvw-xhs-comment-list {
  display: grid;
  gap: 12px;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 3px;
}

.pvw-xhs-comment-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
}

.pvw-xhs-comment-list img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.pvw-xhs-comment-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.pvw-xhs-comment-list p {
  margin: 0;
  color: #6d5962;
  font-size: 13px;
  line-height: 1.7;
}

.pvw-xhs-comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(248,95,142,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 34px rgba(248,95,142,.1);
  backdrop-filter: blur(14px);
}

.pvw-xhs-comment-form textarea {
  min-height: 42px;
  max-height: 120px;
  resize: vertical;
  border: 0;
  outline: 0;
  background: transparent;
}

.pvw-xhs-comment-form button {
  align-self: end;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  font-weight: 900;
  cursor: pointer;
}

.pvw-xhs-related {
  margin-top: 22px;
  padding: 20px;
}

.pvw-xhs-related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.pvw-xhs-related-head h2 {
  margin: 0;
  font-size: 22px;
}

.pvw-xhs-related-head span {
  color: var(--pvw-muted);
  font-size: 13px;
  font-weight: 800;
}

.pvw-xhs-related-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 190px;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: none;
}

.pvw-xhs-related-track::-webkit-scrollbar {
  display: none;
}

.pvw-xhs-related-track .pvw-wall-card {
  min-height: 260px;
  aspect-ratio: 3 / 4.35;
  border-radius: 18px;
  scroll-snap-align: start;
}

.pvw-xhs-back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0 16px;
  border: 1px solid rgba(248,95,142,.14);
  border-radius: 999px;
  color: #7f5265;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(248,95,142,.1);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.pvw-xhs-back svg {
  transform: rotate(180deg);
}

.pvw-xhs-back:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff6f9f, #ff9fc1);
  box-shadow: 0 16px 34px rgba(248,95,142,.22);
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .pvw-xhs-single-shell {
    grid-template-columns: 1fr;
  }

  .pvw-xhs-gallery {
    position: relative;
    top: auto;
  }

  .pvw-xhs-viewer,
  .pvw-xhs-slide {
    height: 68vh;
    min-height: 68vh;
  }

}

@media (max-width: 680px) {
  body.single-pvw_wallpaper .pvw-main,
  body.single-pvw_album .pvw-main {
    padding-top: 12px;
  }

  .pvw-xhs-single {
    width: min(100% - 20px, 1720px);
  }

  .pvw-xhs-gallery,
  .pvw-xhs-info-card,
  .pvw-xhs-related {
    border-radius: 20px;
  }

  .pvw-xhs-gallery,
  .pvw-xhs-info-card,
  .pvw-xhs-related {
    padding: 12px;
  }

  .pvw-xhs-viewer,
  .pvw-xhs-slide {
    height: 56vh;
    min-height: 56vh;
  }

  .pvw-xhs-slide img,
  .pvw-xhs-slide video {
    height: 56vh;
    max-height: none;
    border-radius: 14px;
  }

  .pvw-xhs-authorbar,
  .pvw-xhs-related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pvw-xhs-stats {
    grid-template-columns: 1fr;
  }

  .pvw-xhs-actions-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
    border-radius: 20px;
  }

  .pvw-xhs-action {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
  }

  .pvw-xhs-comment-form {
    grid-template-columns: 1fr;
  }

.pvw-xhs-related-track {
  grid-auto-columns: 42%;
  }

}

@media (max-width: 760px) {
  .pvw-home-wide-main,
  body.home .pvw-home-wide-main,
  body.page-template-page-ranking .pvw-home-wide-main,
  body.page-template-page-account .pvw-home-wide-main,
  body.page-template-page-vip .pvw-home-wide-main {
    min-width: 0;
    overflow: hidden;
  }

  .pvw-account-table article,
  .pvw-account-inline-edit,
  .pvw-favorite-actions,
  .pvw-message-list article,
  .pvw-account-profile-strip,
  .pvw-account-badge-strip,
  .pvw-account-panel-head {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .pvw-account-panel-head {
    display: grid;
  }

  .pvw-account-mini-stats,
  .pvw-account-chip-row,
  .pvw-account-task-grid,
  .pvw-account-level-roadmap,
  .pvw-account-flow-panel .pvw-account-overview,
  .pvw-account-auth-grid,
  .pvw-account-flow-panel .pvw-account-form-grid,
  .pvw-account-flow-panel .pvw-verify-grid,
  .pvw-account-flow-panel .pvw-history-grid,
  .pvw-account-flow-panel .pvw-account-duo,
  .pvw-account-flow-panel .pvw-points-actions {
    grid-template-columns: 1fr;
  }

  .pvw-account-table strong,
  .pvw-account-table span,
  .pvw-account-inline-edit input,
  .pvw-account-inline-edit select {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .pvw-ranking-module-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery,
  .pvw-wallpaper-detail-modal .pvw-xhs-info-card,
  .pvw-wallpaper-detail-modal .pvw-xhs-related {
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .pvw-ranking-module-nav {
    grid-template-columns: 1fr;
  }

  .pvw-xhs-actions-row {
    grid-template-columns: 1fr;
  }

  .pvw-xhs-related-track {
    grid-auto-columns: 72%;
  }
}

/* Home inspiration stream replaced with three practical modules */
.pvw-feed-top-ui {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 20px;
  align-items: stretch;
}

.pvw-feed-modules {
  width: 100%;
}

.pvw-feed-module-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 22px;
  background:
    linear-gradient(155deg, rgba(255,255,255,.98), rgba(255,248,252,.9));
  box-shadow:
    0 18px 46px rgba(245, 120, 160, .11),
    inset 0 1px 0 rgba(255,255,255,.72);
  isolation: isolate;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.pvw-feed-module-card::before {
  position: absolute;
  inset: -1px;
  content: "";
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0 24%, rgba(255,255,255,.62) 38%, transparent 54% 100%);
  opacity: .55;
  transform: translateX(-68%);
  animation: pvwFeedModuleSheen 7.8s ease-in-out infinite;
}

.pvw-feed-module-card::after {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, var(--pvw-feed-accent), rgba(255,255,255,.7), var(--pvw-feed-accent-2));
  opacity: .72;
}

.pvw-feed-module-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.96);
  box-shadow:
    0 24px 58px rgba(245, 120, 160, .16),
    inset 0 1px 0 rgba(255,255,255,.82);
}

.pvw-feed-module-card--calendar {
  --pvw-feed-accent: #ff6f9e;
  --pvw-feed-accent-2: #ffd1df;
  --pvw-feed-border: rgba(255,111,158,.16);
  --pvw-feed-shadow: rgba(255,111,158,.24);
  --pvw-feed-soft: #fff3f8;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,244,249,.92)),
    linear-gradient(115deg, rgba(255,111,158,.16), transparent 64%);
}

.pvw-feed-module-card--weather {
  --pvw-feed-accent: #61a8ff;
  --pvw-feed-accent-2: #cce8ff;
  --pvw-feed-border: rgba(97,168,255,.16);
  --pvw-feed-shadow: rgba(97,168,255,.24);
  --pvw-feed-soft: #f2f9ff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,251,255,.93)),
    linear-gradient(115deg, rgba(97,168,255,.16), transparent 64%);
}

.pvw-feed-module-card--ad {
  --pvw-feed-accent: #ff9f57;
  --pvw-feed-accent-2: #ffe3ad;
  --pvw-feed-border: rgba(255,159,87,.18);
  --pvw-feed-shadow: rgba(255,159,87,.24);
  --pvw-feed-soft: #fff8ea;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,249,235,.94)),
    linear-gradient(115deg, rgba(255,159,87,.18), transparent 64%);
}

.pvw-feed-module-card--ad:hover {
  color: inherit;
}

.pvw-feed-module-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(92px, 7.2vw, 118px);
  gap: 14px;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.pvw-feed-module-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.pvw-feed-module-visual {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 18px;
  color: #fff;
  text-align: center;
  box-shadow:
    0 12px 26px var(--pvw-feed-shadow),
    inset 0 1px 0 rgba(255,255,255,.32);
  animation: pvwFeedModuleLift 5.6s ease-in-out infinite;
}

.pvw-feed-module-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.28), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.12) 0 1px, transparent 1px 8px);
  opacity: .78;
}

.pvw-feed-module-visual::after {
  position: absolute;
  inset: auto 12px 10px;
  height: 3px;
  border-radius: 999px;
  content: "";
  pointer-events: none;
  background: rgba(255,255,255,.7);
  transform-origin: left center;
  animation: pvwFeedModuleMeter 4.2s ease-in-out infinite;
}

.pvw-feed-module-calendar-visual {
  background: linear-gradient(145deg, #ff8daf, #ff5f8e);
}

.pvw-feed-module-weather-visual {
  animation-delay: .7s;
  background: linear-gradient(145deg, #91c9ff, #4f97e6);
}

.pvw-feed-module-ad-visual {
  animation-delay: 1.1s;
  background: linear-gradient(145deg, #ffc070, #ff8a3d);
}

.pvw-feed-module-visual-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 11px;
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: pvwFeedModuleIcon 3.8s ease-in-out infinite;
}

.pvw-feed-module-visual strong {
  position: relative;
  z-index: 1;
  font-size: clamp(26px, 2.45vw, 34px);
  line-height: .95;
  letter-spacing: 0;
}

.pvw-feed-module-visual em {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  opacity: .9;
}

.pvw-feed-module-visual-chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 22px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-size: 11px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-feed-module-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.pvw-feed-module-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid var(--pvw-feed-border);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--pvw-feed-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.pvw-feed-module-card h3 {
  overflow: hidden;
  margin: 0;
  color: rgba(50,35,43,.96);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-feed-module-card p {
  overflow: hidden;
  margin: 0;
  color: rgba(102,74,86,.8);
  font-size: 12.5px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pvw-feed-module-badges,
.pvw-feed-module-action {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.pvw-feed-module-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid var(--pvw-feed-border);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #7a5060;
  font-size: 11px;
  font-weight: 800;
}

.pvw-feed-module-calendar-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 2px;
}

.pvw-feed-module-calendar-list span {
  display: grid;
  gap: 3px;
  align-content: center;
  min-width: 0;
  min-height: 58px;
  padding: 9px;
  border: 1px solid var(--pvw-feed-border);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.52));
}

.pvw-feed-module-calendar-list strong,
.pvw-feed-module-calendar-list em,
.pvw-feed-module-calendar-list i {
  min-width: 0;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}

.pvw-feed-module-calendar-list strong {
  color: var(--pvw-feed-accent);
  white-space: nowrap;
}

.pvw-feed-module-calendar-list em {
  color: #432d39;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-feed-module-calendar-list i {
  color: #90707c;
  white-space: nowrap;
}

.pvw-feed-module-action {
  margin-top: 2px;
  color: var(--pvw-feed-accent);
  font-size: 12px;
  font-weight: 900;
}

.pvw-feed-module-action svg {
  flex: none;
}

.pvw-feed-module-ad-visual img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.pvw-feed-module-ad-placeholder {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255,255,255,.22);
  color: #fff;
}

@keyframes pvwFeedModuleSheen {
  0%, 48% {
    transform: translateX(-72%);
  }

  78%, 100% {
    transform: translateX(74%);
  }
}

@keyframes pvwFeedModuleLift {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes pvwFeedModuleIcon {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes pvwFeedModuleMeter {
  0%, 100% {
    transform: scaleX(.42);
    opacity: .62;
  }

  50% {
    transform: scaleX(.88);
    opacity: .88;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-feed-module-card::before,
  .pvw-feed-module-visual,
  .pvw-feed-module-visual::after,
  .pvw-feed-module-visual-icon {
    animation: none;
  }
}

.pvw-auth-modal[hidden] {
  display: none !important;
}

.pvw-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 22px;
}

.pvw-auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 16, 22, .34);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.pvw-auth-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(300px, 1fr);
  width: min(860px, 100%);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 34px 88px rgba(58, 30, 42, .24);
  animation: pvwPanelIn .24s ease both;
}

.pvw-auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  color: #513641;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(68,36,48,.12);
  cursor: pointer;
}

.pvw-auth-visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  color: #fff;
  background: linear-gradient(135deg, #ff7fa9, #ffdbe8);
}

.pvw-auth-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(.98);
}

.pvw-auth-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(35,14,24,.62), transparent 62%),
    linear-gradient(120deg, rgba(255,118,166,.22), transparent 56%);
}

.pvw-auth-visual span,
.pvw-auth-visual strong {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 1;
  text-shadow: 0 12px 28px rgba(0,0,0,.32);
}

.pvw-auth-visual span {
  bottom: 88px;
  font-size: 13px;
  font-weight: 900;
}

.pvw-auth-visual strong {
  bottom: 34px;
  font-size: 24px;
  line-height: 1.22;
}

.pvw-auth-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.pvw-auth-tabs {
  display: inline-flex;
  align-self: flex-start;
  gap: 6px;
  padding: 5px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #fff0f6;
}

.pvw-auth-tabs button {
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #7b5968;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.pvw-auth-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #f85f8e, #ff9abc);
  box-shadow: 0 12px 26px rgba(248,95,142,.22);
}

.pvw-auth-social {
  display: grid;
  gap: 10px;
  margin: -4px 0 18px;
}

.pvw-auth-social > span,
.pvw-auth-divider span {
  color: #9a7584;
  font-size: 12px;
  font-weight: 900;
}

.pvw-auth-social > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pvw-auth-social-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(248,95,142,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 28px rgba(80,42,56,.08);
  color: #513641;
  font-size: 13px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pvw-auth-social-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(248,95,142,.28);
  box-shadow: 0 18px 34px rgba(248,95,142,.15);
}

.pvw-auth-social-btn i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: #39a9ff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.pvw-auth-social-btn.wechat i {
  background: #22c55e;
}

.pvw-auth-social-btn b {
  font-weight: 900;
}

.pvw-auth-social-btn em {
  padding: 2px 6px;
  border-radius: 999px;
  color: #f85f8e;
  background: rgba(248,95,142,.1);
  font-size: 10px;
  font-style: normal;
}

.pvw-auth-divider {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
}

.pvw-auth-divider::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(248,95,142,.14);
  content: "";
}

.pvw-auth-divider span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: rgba(255,255,255,.92);
}

.pvw-auth-form {
  display: none;
  gap: 14px;
}

.pvw-auth-form.is-active {
  display: grid;
}

.pvw-auth-form label {
  display: grid;
  gap: 7px;
  color: #664b58;
  font-size: 13px;
  font-weight: 800;
}

.pvw-auth-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(248,95,142,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.86);
}

.pvw-auth-check {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px !important;
}

.pvw-auth-check input {
  width: auto;
  min-height: auto;
}

.pvw-auth-form button[type="submit"] {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #f85f8e, #ff9abc);
  box-shadow: 0 16px 34px rgba(248,95,142,.24);
  font-weight: 900;
  cursor: pointer;
}

.pvw-auth-form button[type="submit"]:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.pvw-auth-closed {
  padding: 12px 14px;
  border-radius: 14px;
  color: #d83a62 !important;
  background: rgba(255, 95, 142, .1);
  font-weight: 800;
}

.pvw-auth-form a,
.pvw-auth-form p {
  margin: 0;
  color: #8b6674;
  font-size: 13px;
}

.pvw-auth-form.is-loading {
  opacity: .7;
  pointer-events: none;
}

.pvw-lost-page {
  min-height: calc(100vh - 80px);
  padding: clamp(28px, 5vw, 70px) 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 143, 189, .24), transparent 260px),
    linear-gradient(180deg, #fff6fb, #fff);
}

.pvw-lost-shell {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(320px, 1fr);
  width: min(980px, 100%);
  min-height: 620px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 32px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 34px 90px rgba(58,30,42,.16);
}

.pvw-lost-visual {
  position: relative;
  display: grid;
  align-content: end;
  gap: 12px;
  min-height: 620px;
  padding: 34px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #ff7fa9, #ffdbe8);
}

.pvw-lost-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvw-lost-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(35,14,24,.66), rgba(35,14,24,.1) 68%),
    linear-gradient(120deg, rgba(255,118,166,.24), transparent 58%);
}

.pvw-lost-visual span,
.pvw-lost-visual h1,
.pvw-lost-visual p {
  position: relative;
  z-index: 1;
  margin: 0;
  text-shadow: 0 12px 28px rgba(0,0,0,.34);
}

.pvw-lost-visual span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pvw-lost-visual h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.pvw-lost-visual p {
  max-width: 360px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.7;
}

.pvw-lost-card {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 48px);
}

.pvw-lost-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.pvw-lost-card__head a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #7b5968;
  background: #fff0f6;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.pvw-lost-form {
  display: grid;
  gap: 14px;
}

.pvw-lost-form h2 {
  margin: 0;
  color: #3b2630;
  font-size: 28px;
}

.pvw-lost-form p {
  margin: 0;
  color: #8b6674;
  line-height: 1.7;
}

.pvw-lost-form label {
  display: grid;
  gap: 8px;
  color: #664b58;
  font-size: 13px;
  font-weight: 900;
}

.pvw-lost-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(248,95,142,.18);
  border-radius: 16px;
  outline: 0;
  padding: 0 14px;
  color: #3b2630;
  background: rgba(255,255,255,.88);
  font-size: 16px;
}

.pvw-lost-verify {
  grid-template-columns: minmax(0, 1fr) 120px auto;
  align-items: end;
  gap: 8px 10px !important;
}

.pvw-lost-verify span {
  grid-column: 1 / -1;
}

.pvw-lost-verify b {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  color: #d83a62;
  background: rgba(255,95,142,.1);
  font-size: 15px;
}

.pvw-lost-verify button,
.pvw-lost-form > button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.pvw-lost-verify button {
  padding: 0 14px;
  color: #d83a62;
  background: #fff0f6;
}

.pvw-lost-form > button {
  color: #fff;
  background: linear-gradient(135deg, #f85f8e, #ff9abc);
  box-shadow: 0 16px 34px rgba(248,95,142,.22);
}

.pvw-lost-notice,
.pvw-lost-message {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  color: #3f7b55;
  background: rgba(34,197,94,.12);
  font-size: 13px;
  font-weight: 800;
}

.pvw-lost-notice.error,
.pvw-lost-message.is-error {
  color: #d83a62;
  background: rgba(255,95,142,.1);
}

.pvw-lost-form.is-loading {
  opacity: .68;
  pointer-events: none;
}

@media (max-width: 767px) {
  .pvw-lost-page {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 10px;
    background: #fff6fb;
  }

  .pvw-lost-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px;
  }

  .pvw-lost-visual {
    min-height: 188px;
    padding: 22px;
  }

  .pvw-lost-visual h1 {
    font-size: 28px;
  }

  .pvw-lost-visual p {
    font-size: 13px;
  }

  .pvw-lost-card {
    padding: 18px 14px 20px;
  }

  .pvw-lost-card__head {
    justify-content: flex-start;
  }

  .pvw-lost-form h2 {
    font-size: 22px;
  }

  .pvw-lost-verify {
    grid-template-columns: 1fr;
  }

  .pvw-lost-verify b,
  .pvw-lost-verify input,
  .pvw-lost-verify button {
    width: 100%;
  }
}

.pvw-xhs-copyright-card {
  display: grid;
  gap: 10px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(248,95,142,.14);
  border-radius: 18px;
  background: rgba(255,247,251,.82);
}

.pvw-xhs-copyright-card > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #6f5260;
  font-size: 12px;
}

.pvw-xhs-copyright-card span,
.pvw-xhs-copyright-card b {
  color: #f85f8e;
  font-weight: 900;
}

.pvw-xhs-copyright-card a,
.pvw-xhs-copyright-card strong {
  min-width: 0;
  color: #3e2b34;
  font-weight: 900;
  text-align: right;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-xhs-copyright-card p {
  margin: 0;
  color: #806371;
  font-size: 12px;
  line-height: 1.7;
}

.pvw-xhs-copyright-card p b {
  margin-right: 6px;
}

body.home .pvw-home-wide-main .pvw-wall-card::after {
  height: 26%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.4));
}

body.home .pvw-home-wide-main .pvw-card-img {
  object-fit: cover !important;
  background: #fff7fb;
}

body.home .pvw-home-wide-main .pvw-card-info {
  left: 12px;
  right: 12px;
  bottom: 12px;
  box-sizing: border-box;
  min-width: 0;
  max-width: none;
  min-height: 42px;
  padding: 9px 58px 9px 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
  box-shadow: 0 14px 30px rgba(76,40,55,.13), inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

body.home .pvw-home-wide-main .pvw-card-info h3 {
  display: block;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(55,40,48,.92);
  font-size: 14px;
  line-height: 1.25;
  text-shadow: 0 1px 0 rgba(255,255,255,.72);
}

body.home .pvw-home-wide-main .pvw-card-meta {
  display: none;
  min-width: 0;
  color: rgba(105,80,91,.72);
  text-shadow: none;
}

body.home .pvw-home-wide-main .pvw-card-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-hd-preview,
.pvw-vip-preview {
  box-shadow: none !important;
}

.pvw-hd-preview::before,
.pvw-hd-preview::after {
  display: none !important;
  content: none !important;
}

.pvw-copy-card {
  position: relative;
  min-height: 0;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .78);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 139, 184, .28), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 244, 249, .86));
  box-shadow: 0 18px 48px rgba(239, 96, 142, .14);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.pvw-copy-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 139, 184, .55);
  box-shadow: 0 24px 62px rgba(239, 96, 142, .22);
}

.pvw-copy-card-link {
  display: grid;
  min-height: 0;
  grid-template-columns: clamp(150px, 34%, 220px) minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
  padding: 14px;
  color: #352736;
  text-decoration: none;
}

.pvw-copy-card-media {
  position: relative;
  width: 100%;
  min-height: 178px;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 220, 235, .52);
}

.pvw-copy-card-media .pvw-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.pvw-copy-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  padding: 4px 4px 4px 0;
}

.pvw-copy-card-top,
.pvw-copy-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pvw-copy-card-top b {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff78ae, #ffb1cb);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(244, 83, 137, .24);
}

.pvw-copy-card-top em {
  color: rgba(64, 43, 61, .58);
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.pvw-copy-card h3 {
  margin: 0;
  color: #241a27;
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.pvw-copy-card p {
  margin: 0;
  color: rgba(45, 34, 48, .76);
  font-size: 14px;
  line-height: 1.9;
}

.pvw-copy-card-text {
  white-space: pre-wrap;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.pvw-copy-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pvw-copy-card-tags i {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #df5d92;
  font-size: 12px;
  font-style: normal;
  box-shadow: inset 0 0 0 1px rgba(255, 139, 184, .16);
}

.pvw-copy-card-foot {
  padding: 2px 2px 0;
  color: rgba(64, 43, 61, .54);
  font-size: 12px;
}

.pvw-copy-card-foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pvw-copy-card-foot svg {
  width: 14px;
  height: 14px;
  color: #ff6aa3;
}

.pvw-copy-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.pvw-copy-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 36px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #8d4967;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 122, 171, .18);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.pvw-copy-actions button:hover,
.pvw-copy-actions button.is-active,
.pvw-copy-actions button.is-copied {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ff78ae, #ffb1cb);
  color: #fff;
}

.pvw-copy-actions svg {
  width: 13px;
  height: 13px;
}

body.home .pvw-home-wide-main .pvw-copy-card,
.pvw-home-wide-main .pvw-copy-card {
  margin-bottom: 18px;
}

.pvw-copy-flow-grid,
body.home .pvw-home-wide-main .pvw-copy-flow-grid,
.pvw-home-feed-grid[data-feed-type="copy"] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-auto-flow: row;
  gap: 18px !important;
  align-items: stretch;
}

.pvw-copy-flow-grid .pvw-copy-card,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card {
  width: 100%;
  margin: 0;
  overflow: visible;
  break-inside: auto;
  aspect-ratio: auto;
  border-radius: 22px;
}

.pvw-copy-flow-grid .pvw-copy-card-link,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-link,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-link {
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  min-height: 0;
  padding: 18px;
}

.pvw-copy-flow-grid .pvw-copy-card-media,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-media,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-media {
  min-height: 172px;
  max-height: 260px;
  aspect-ratio: 4 / 3;
}

.pvw-copy-flow-grid .pvw-copy-card-body,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-body,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-body {
  justify-content: flex-start;
  gap: 12px;
  padding: 2px 4px;
}

.pvw-copy-flow-grid .pvw-copy-card h3,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card h3,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card h3 {
  font-size: clamp(19px, 1.18vw, 23px);
  line-height: 1.38;
}

.pvw-copy-flow-grid .pvw-copy-card-text,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-text,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-text {
  display: block;
  overflow: visible;
  max-height: none;
  white-space: pre-wrap;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
  color: rgba(45, 34, 48, .84);
  font-size: 15px;
  line-height: 1.95;
}

.pvw-copy-flow-grid .pvw-copy-actions,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-actions,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pvw-copy-flow-grid .pvw-copy-actions button,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-actions button,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-actions button {
  min-width: 78px;
  padding: 0 14px;
}

@media (max-width: 760px) {
  .pvw-site-notice {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .pvw-site-notice p {
    white-space: normal;
  }

  .pvw-home-user-dropdown {
    right: 0;
    min-width: min(230px, calc(100vw - 28px));
  }

  body.home .pvw-home-wide-main .pvw-card-info {
    right: 12px;
    bottom: 58px;
    max-width: calc(100% - 24px);
    padding-right: 14px;
  }

  .pvw-feed-top-ui {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 14px;
  }

  .pvw-auth-dialog {
    grid-template-columns: 1fr;
    min-height: 0;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 22px;
  }

  .pvw-auth-visual {
    min-height: 190px;
  }

  .pvw-auth-panel {
    padding: 26px;
  }

  .pvw-auth-social > div {
    grid-template-columns: 1fr;
  }

  .pvw-copy-card-link {
    grid-template-columns: 1fr;
    min-height: 250px;
    padding: 18px;
  }

  .pvw-copy-flow-grid .pvw-copy-card-link,
  body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-link,
  .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-link {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pvw-copy-flow-grid .pvw-copy-card-media,
  body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-media,
  .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-media {
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .pvw-copy-flow-grid .pvw-copy-actions button,
  body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-actions button,
  .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-actions button {
    flex: 1 1 calc(50% - 6px);
  }

  .pvw-copy-card-body {
    padding: 0;
  }

  .pvw-copy-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Mobile app final overrides: this copy is intentionally last. */
@media (max-width: 760px) {
  body.home {
    min-width: 0 !important;
    overflow-x: hidden !important;
    color: #34202c !important;
    background:
      radial-gradient(circle at 50% -5%, rgba(255, 189, 214, .92), transparent 280px),
      linear-gradient(180deg, #ffd8e8 0%, #fff4fa 42%, #fff 100%) !important;
  }

  body.home .pvw-home-wide-shell {
    display: block !important;
    min-height: 100vh;
    padding: 0 0 108px !important;
    background: transparent !important;
  }

  body.home .pvw-home-wide-sidebar,
  body.home .pvw-home-wide-topbar,
  body.home .pvw-site-notice,
  body.home .pvw-feed-top-ui,
  body.home .pvw-douyin-filterbar,
  body.home .pvw-feed-type-tabs,
  body.home .pvw-section-kicker,
  body.home .pvw-feed-fallback-more,
  body.home .pvw-site-footer {
    display: none !important;
  }

  body.home .pvw-home-wide-main {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.home .pvw-mobile-app-home,
  body.home .pvw-mobile-topic-card,
  body.home .pvw-mobile-bottom-nav {
    display: block;
  }

  body.home .pvw-mobile-app-home {
    display: block !important;
    min-height: 0 !important;
    padding: 14px 18px 0 !important;
    overflow: visible !important;
    background:
      radial-gradient(circle at 82% 22%, rgba(255,255,255,.75), transparent 118px),
      radial-gradient(circle at 30% 28%, rgba(255,126,178,.28), transparent 180px),
      linear-gradient(180deg, #ffc8df 0%, #ffe1ed 72%, rgba(255,246,250,0) 100%);
    border-radius: 0 0 34px 34px;
  }

  body.home .pvw-mobile-app-home::before,
  body.home .pvw-mobile-app-home::after {
    display: none !important;
  }

  body.home .pvw-mobile-hero {
    display: grid !important;
    grid-template-areas:
      "search search"
      "brand art"
      "bubble art"
      "dots dots";
    grid-template-columns: minmax(0, 1fr) minmax(118px, 38vw);
    gap: 18px 8px;
    min-height: 0 !important;
    padding: 0 0 18px !important;
  }

  body.home .pvw-mobile-hero::before {
    grid-area: art;
    position: relative !important;
    inset: auto !important;
    align-self: end;
    justify-self: end;
    display: block;
    width: min(40vw, 178px) !important;
    height: min(48vw, 218px) !important;
    border: 6px solid rgba(255,255,255,.42);
    border-radius: 34px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.22)),
      var(--pvw-mobile-hero-image, linear-gradient(135deg, #fff, #ffc0d8)) !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 22px 48px rgba(200, 76, 120, .22) !important;
    opacity: 1 !important;
    transform: rotate(5deg) !important;
  }

  body.home .pvw-mobile-hero::after {
    grid-area: art;
    position: relative !important;
    inset: auto !important;
    align-self: start;
    justify-self: end;
    display: block;
    width: 72px !important;
    height: 72px !important;
    margin: 34px 16px 0 0;
    border: 5px solid rgba(255,255,255,.64);
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 45% 35%, #fff 0 5px, transparent 6px),
      linear-gradient(135deg, #ff7faf, #ffc3d9) !important;
    box-shadow: 0 16px 34px rgba(244,93,142,.25) !important;
    content: "" !important;
    transform: rotate(-10deg);
  }

  body.home .pvw-mobile-search-row {
    grid-area: search;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    min-height: 46px !important;
    padding-top: 2px;
  }

  body.home .pvw-mobile-search-row form {
    width: min(58vw, 230px) !important;
    height: 46px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.78) !important;
  }

  body.home .pvw-mobile-heart {
    width: 46px !important;
    height: 46px !important;
  }

  body.home .pvw-mobile-brand {
    grid-area: brand;
    width: auto !important;
    margin: 20px 0 0 !important;
  }

  body.home .pvw-mobile-brand strong {
    font-size: clamp(48px, 15vw, 68px) !important;
    line-height: .95 !important;
  }

  body.home .pvw-mobile-brand span {
    width: max-content;
    max-width: 100%;
    font-size: 13px !important;
  }

  body.home .pvw-mobile-bubble {
    grid-area: bubble;
    width: min(62vw, 250px) !important;
    margin: 0 !important;
    padding: 22px 24px !important;
    border-radius: 34px 34px 34px 14px !important;
  }

  body.home .pvw-mobile-bubble b {
    font-size: 21px !important;
  }

  body.home .pvw-mobile-hero-dots {
    grid-area: dots;
    position: static !important;
    justify-self: end;
    margin: -6px 6px 0 0;
  }

  body.home .pvw-mobile-category-dock,
  body.home .pvw-mobile-bottom-nav {
    display: grid !important;
  }

  body.home .pvw-mobile-category-dock {
    grid-template-columns: repeat(6, minmax(66px, 1fr)) !important;
    gap: 10px !important;
    margin: 4px 0 0 !important;
    padding: 14px 0 20px !important;
    overflow-x: auto !important;
  }

  body.home .pvw-home-feed-section {
    padding: 0 18px 10px !important;
  }

  body.home .pvw-home-feed-section > .pvw-container,
  body.home .pvw-home-wide-main .pvw-section > .pvw-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.home .pvw-home-wide-main .pvw-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 8px 0 18px !important;
    padding: 0 !important;
  }

  body.home .pvw-home-wide-main .pvw-section-title {
    color: #261b26 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 1000 !important;
  }

  body.home .pvw-home-wide-main .pvw-masonry {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(132px, 1fr)) !important;
    gap: 12px !important;
    overflow-x: auto !important;
    padding: 0 0 8px !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body.home .pvw-home-wide-main .pvw-masonry::-webkit-scrollbar {
    display: none;
  }

  body.home .pvw-home-wide-main .pvw-wall-card,
  body.home .pvw-home-wide-main .pvw-wall-card.is-tall,
  body.home .pvw-home-wide-main .pvw-wall-card.is-wide,
  body.home .pvw-home-wide-main .pvw-feed-card,
  body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+2),
  body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+5) {
    min-width: 132px !important;
    min-height: 214px !important;
    aspect-ratio: 9 / 14.6 !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #ffe8f1 !important;
    box-shadow: 0 14px 30px rgba(174, 83, 118, .16) !important;
    scroll-snap-align: start;
  }

  body.home .pvw-home-wide-main .pvw-card-img {
    border-radius: 18px !important;
    object-fit: cover !important;
  }

  body.home .pvw-home-wide-main .pvw-wall-card::after {
    height: 48% !important;
    background: linear-gradient(180deg, transparent, rgba(62, 22, 38, .52)) !important;
  }

  body.home .pvw-home-wide-main .pvw-card-info {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    display: grid !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.home .pvw-home-wide-main .pvw-card-info h3 {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-shadow: 0 6px 18px rgba(0,0,0,.28) !important;
  }

  body.home .pvw-home-wide-main .pvw-card-meta {
    display: inline-flex !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 12px !important;
    text-shadow: 0 5px 15px rgba(0,0,0,.22) !important;
  }

  body.home .pvw-home-wide-main .pvw-round-action {
    width: 28px !important;
    height: 28px !important;
  }
}

/* Final polish: sidebar, logo, friend links and copy feed. */
.pvw-logo {
  gap: 9px;
}

.pvw-logo-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .72), transparent 24px),
    linear-gradient(135deg, #ff7eaa, #ff4f93);
  box-shadow: 0 14px 28px rgba(248, 95, 142, .24);
}

.pvw-logo-mark::before,
.pvw-logo-mark::after,
.pvw-logo-petal,
.pvw-logo-dot {
  display: none !important;
}

.pvw-logo-screen {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, .96);
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.pvw-logo-screen::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, .96);
  content: "";
  transform: translateX(-50%);
}

@media (min-width: 981px) {
  body.home .pvw-home-wide-sidebar,
  body.page-template-page-account .pvw-home-wide-sidebar,
  body.page-template-page-account-php .pvw-home-wide-sidebar,
  body.page-template-page-ranking .pvw-home-wide-sidebar,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar,
  body.pvw-unified-shell-page .pvw-home-wide-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: rgba(255, 255, 255, .94) !important;
  }

  body.home .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-account .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-account-php .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-ranking .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar .pvw-logo,
  body.pvw-unified-shell-page .pvw-home-wide-sidebar .pvw-logo {
    min-height: 46px !important;
    padding: 0 6px 4px !important;
  }

  body.home .pvw-home-wide-sidebar nav,
  body.page-template-page-account .pvw-home-wide-sidebar nav,
  body.page-template-page-account-php .pvw-home-wide-sidebar nav,
  body.page-template-page-ranking .pvw-home-wide-sidebar nav,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar nav,
  body.pvw-unified-shell-page .pvw-home-wide-sidebar nav {
    flex: 0 0 auto !important;
    margin-top: 2px !important;
    gap: 3px !important;
  }

  body.home .pvw-home-wide-sidebar nav a,
  body.page-template-page-account .pvw-home-wide-sidebar nav a,
  body.page-template-page-account-php .pvw-home-wide-sidebar nav a,
  body.page-template-page-ranking .pvw-home-wide-sidebar nav a,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar nav a,
  body.pvw-unified-shell-page .pvw-home-wide-sidebar nav a {
    min-height: 35px !important;
    padding-inline: 10px !important;
    border-radius: 10px !important;
  }

  body.home .pvw-home-side-card,
  body.page-template-page-account .pvw-home-side-card,
  body.page-template-page-account-php .pvw-home-side-card,
  body.page-template-page-ranking .pvw-home-side-card,
  body.page-template-page-ranking-php .pvw-home-side-card,
  body.pvw-unified-shell-page .pvw-home-side-card {
    margin-top: 4px !important;
    padding: 9px 11px !important;
  }

  body.home .pvw-home-side-card strong,
  body.page-template-page-account .pvw-home-side-card strong,
  body.page-template-page-account-php .pvw-home-side-card strong,
  body.page-template-page-ranking .pvw-home-side-card strong,
  body.page-template-page-ranking-php .pvw-home-side-card strong,
  body.pvw-unified-shell-page .pvw-home-side-card strong {
    margin-top: 2px !important;
    font-size: 18px !important;
  }

  body.home .pvw-home-sidebar-bottom,
  body.page-template-page-account .pvw-home-sidebar-bottom,
  body.page-template-page-account-php .pvw-home-sidebar-bottom,
  body.page-template-page-ranking .pvw-home-sidebar-bottom,
  body.page-template-page-ranking-php .pvw-home-sidebar-bottom,
  body.pvw-unified-shell-page .pvw-home-sidebar-bottom {
    flex: 1 1 auto !important;
    align-content: end !important;
    align-items: end !important;
    gap: 6px !important;
    margin-top: auto !important;
    padding-top: 6px !important;
    overflow: visible !important;
  }

  .pvw-sidebar-runtime span {
    min-height: 44px;
    padding: 6px 3px;
    font-size: 10px;
  }

  .pvw-sidebar-free-note,
  .pvw-sidebar-friend-link,
  .pvw-sidebar-sitemap-link,
  .pvw-sidebar-records {
    padding: 9px 10px;
  }
}

.pvw-friend-flow {
  gap: 14px;
}

.pvw-friend-flow-hero {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 247, 251, .9)),
    radial-gradient(circle at 94% 8%, rgba(255, 126, 170, .18), transparent 190px);
}

.pvw-friend-flow-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.pvw-friend-flow-card {
  min-height: 112px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 249, 252, .88)),
    radial-gradient(circle at 100% 0, rgba(255, 143, 189, .14), transparent 110px);
}

.pvw-friend-flow-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .62);
  content: "";
  pointer-events: none;
}

.pvw-friend-apply-card {
  border-radius: 20px;
}

.pvw-copy-text-wrap {
  position: relative;
  display: grid;
  gap: 8px;
}

.pvw-copy-text-wrap.is-collapsed .pvw-copy-card-text {
  display: -webkit-box !important;
  max-height: 7.8em !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.pvw-copy-text-wrap.is-collapsed::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  height: 42px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96));
  content: "";
  pointer-events: none;
}

.pvw-copy-expand {
  justify-self: start;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(248, 95, 142, .18);
  border-radius: 999px;
  color: var(--pvw-pink);
  background: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(248, 95, 142, .08);
}

/* Compact copywriting feed and global intimate assistant. */
.pvw-copy-flow-grid,
body.home .pvw-home-wide-main .pvw-copy-flow-grid,
.pvw-home-feed-grid[data-feed-type="copy"] {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)) !important;
  gap: 14px !important;
}

.pvw-copy-flow-grid .pvw-copy-card,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card {
  min-height: 0 !important;
  border-radius: 18px !important;
}

.pvw-copy-flow-grid .pvw-copy-card-link,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-link,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-link {
  grid-template-columns: minmax(112px, 152px) minmax(0, 1fr) !important;
  gap: 14px !important;
  padding: 14px !important;
}

.pvw-copy-flow-grid .pvw-copy-card-media,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-media,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-media {
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 4 / 5 !important;
  border-radius: 15px !important;
}

.pvw-copy-flow-grid .pvw-copy-card-body,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-body,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-body {
  gap: 8px !important;
  padding: 0 !important;
}

.pvw-copy-flow-grid .pvw-copy-card h3,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card h3,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card h3 {
  font-size: 16px !important;
  line-height: 1.42 !important;
}

.pvw-copy-flow-grid .pvw-copy-card-text,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-text,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-text {
  font-size: 13px !important;
  line-height: 1.72 !important;
}

.pvw-copy-flow-grid .pvw-copy-actions,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-actions,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-actions {
  gap: 7px !important;
}

.pvw-copy-flow-grid .pvw-copy-actions button,
body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-actions button,
.pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-actions button {
  min-width: 0 !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
}

.pvw-intimate-assistant {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 10030;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
}

.pvw-intimate-avatar,
.pvw-intimate-chat {
  pointer-events: auto;
}

.pvw-intimate-avatar {
  display: grid;
  justify-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: #d83d7a;
  cursor: pointer;
  filter: drop-shadow(0 16px 24px rgba(226, 73, 130, .2));
}

.pvw-intimate-avatar em {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(248, 95, 142, .12);
}

.pvw-intimate-girl {
  position: relative;
  width: 58px;
  height: 58px;
  display: block;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 26px 26px 20px 20px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .9), transparent 12px),
    linear-gradient(145deg, #ff9ac5, #ff5f9e);
  box-shadow: inset 0 -10px 18px rgba(182, 55, 103, .12);
}

.pvw-intimate-hair,
.pvw-intimate-face-skin,
.pvw-intimate-bangs,
.pvw-intimate-eyes,
.pvw-intimate-cheek,
.pvw-intimate-smile,
.pvw-intimate-bow {
  position: absolute;
  display: block;
  pointer-events: none;
}

.pvw-intimate-hair {
  left: 8px;
  right: 8px;
  top: 5px;
  height: 38px;
  border-radius: 22px 22px 18px 18px;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 206, 224, .85) 0 8px, transparent 9px),
    linear-gradient(145deg, #7d4058, #3d2531 62%, #261820);
}

.pvw-intimate-face-skin {
  left: 14px;
  top: 16px;
  width: 30px;
  height: 31px;
  border-radius: 44% 44% 48% 48%;
  background: linear-gradient(180deg, #ffe4d8, #ffc9c8);
  box-shadow: inset -5px -4px 10px rgba(255, 120, 154, .16);
}

.pvw-intimate-bangs {
  left: 13px;
  top: 13px;
  width: 32px;
  height: 16px;
  border-radius: 14px 14px 11px 11px;
  background:
    radial-gradient(circle at 20% 68%, #3d2531 0 8px, transparent 9px),
    radial-gradient(circle at 50% 62%, #3d2531 0 9px, transparent 10px),
    radial-gradient(circle at 78% 64%, #3d2531 0 8px, transparent 9px);
}

.pvw-intimate-eyes {
  left: 20px;
  top: 30px;
  width: 18px;
  height: 5px;
  background:
    radial-gradient(circle at 2px 50%, #442838 0 2px, transparent 3px),
    radial-gradient(circle at 16px 50%, #442838 0 2px, transparent 3px);
}

.pvw-intimate-cheek {
  left: 17px;
  top: 36px;
  width: 24px;
  height: 5px;
  background:
    radial-gradient(ellipse at 2px 50%, rgba(255, 108, 145, .55) 0 4px, transparent 5px),
    radial-gradient(ellipse at 22px 50%, rgba(255, 108, 145, .55) 0 4px, transparent 5px);
}

.pvw-intimate-smile {
  left: 25px;
  top: 36px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #a54a62;
  border-radius: 0 0 999px 999px;
}

.pvw-intimate-bow {
  right: 7px;
  top: 9px;
  width: 15px;
  height: 12px;
  background:
    radial-gradient(circle at 3px 6px, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 12px 6px, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 50% 50%, #ff5f9e 0 3px, transparent 4px);
}

.pvw-intimate-chat {
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(255, 137, 185, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 70px rgba(120, 46, 78, .18);
  backdrop-filter: blur(22px);
  transform-origin: bottom right;
  animation: pvwAssistantIn .22s ease both;
}

.pvw-intimate-chat[hidden] {
  display: none;
}

.pvw-intimate-chat header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.38), transparent 60px),
    linear-gradient(135deg, #ff80b2, #ff4f93);
}

.pvw-intimate-mini {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.pvw-intimate-mini .pvw-intimate-girl {
  width: 38px;
  height: 38px;
  border-width: 2px;
  border-radius: 18px 18px 14px 14px;
}

.pvw-intimate-mini .pvw-intimate-hair {
  left: 5px;
  right: 5px;
  top: 3px;
  height: 26px;
}

.pvw-intimate-mini .pvw-intimate-face-skin {
  left: 9px;
  top: 10px;
  width: 20px;
  height: 21px;
}

.pvw-intimate-mini .pvw-intimate-bangs {
  left: 8px;
  top: 8px;
  width: 22px;
  height: 11px;
}

.pvw-intimate-mini .pvw-intimate-eyes {
  left: 13px;
  top: 20px;
  width: 12px;
}

.pvw-intimate-mini .pvw-intimate-cheek,
.pvw-intimate-mini .pvw-intimate-smile {
  transform: scale(.72);
  transform-origin: center;
}

.pvw-intimate-mini .pvw-intimate-cheek {
  left: 8px;
  top: 23px;
}

.pvw-intimate-mini .pvw-intimate-smile {
  left: 15px;
  top: 24px;
}

.pvw-intimate-mini .pvw-intimate-bow {
  right: 3px;
  top: 5px;
  transform: scale(.72);
  transform-origin: top right;
}

.pvw-intimate-chat header div {
  min-width: 0;
  flex: 1;
}

.pvw-intimate-chat header strong,
.pvw-intimate-chat header small {
  display: block;
}

.pvw-intimate-chat header small {
  color: rgba(255,255,255,.8);
  font-size: 12px;
}

.pvw-intimate-chat header button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.18);
  cursor: pointer;
  font-size: 20px;
}

.pvw-intimate-mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 12px 0;
  background: rgba(255, 255, 255, .92);
}

.pvw-intimate-mode-tabs button {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 137, 185, .16);
  border-radius: 999px;
  color: #8a4a62;
  background: rgba(255, 247, 251, .86);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.pvw-intimate-mode-tabs button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff80b2, #ff4f93);
  box-shadow: 0 10px 22px rgba(255, 82, 148, .2);
}

.pvw-intimate-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  height: min(430px, 56vh);
  overflow-y: auto;
  padding: 15px;
  background:
    radial-gradient(circle at 15% 0, rgba(255, 226, 239, .7), transparent 160px),
    #fff9fc;
}

.pvw-intimate-messages article {
  display: flex;
}

.pvw-intimate-messages p {
  max-width: 82%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.pvw-intimate-messages .is-assistant {
  justify-content: flex-start;
}

.pvw-intimate-messages .is-assistant p {
  color: #4b3440;
  background: #fff;
  box-shadow: 0 8px 20px rgba(248, 95, 142, .08);
}

.pvw-intimate-messages .is-user {
  justify-content: flex-end;
}

.pvw-intimate-messages .is-user p {
  color: #fff;
  background: linear-gradient(135deg, #ff7fad, #ff5396);
}

.pvw-intimate-messages .is-typing p {
  color: rgba(75, 52, 64, .58);
}

.pvw-intimate-media {
  display: block;
  max-width: 228px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(248, 95, 142, .12);
}

.pvw-intimate-media img,
.pvw-intimate-media video {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  background: #fff;
}

.pvw-intimate-messages article.has-media {
  display: grid;
  gap: 6px;
}

.pvw-intimate-messages article.has-media.is-assistant {
  justify-content: start;
}

.pvw-intimate-messages article.has-media.is-user {
  justify-content: end;
}

.pvw-intimate-messages article.has-media p {
  max-width: 228px;
}

.pvw-intimate-prompt-card p {
  max-width: 92% !important;
  color: rgba(75, 52, 64, .62) !important;
  background: rgba(255, 255, 255, .74) !important;
  font-size: 12px !important;
}

.pvw-intimate-chat form {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 137, 185, .12);
  background: rgba(255,255,255,.92);
}

.pvw-intimate-draw-panel {
  display: grid;
  gap: 8px;
  max-height: 178px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid rgba(255, 137, 185, .14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 247, 251, .96), rgba(255, 255, 255, .9));
  scrollbar-width: thin;
}

.pvw-intimate-draw-panel[hidden] {
  display: none;
}

.pvw-intimate-draw-grid,
.pvw-intimate-draw-panel label,
.pvw-intimate-draw-panel select {
  display: none !important;
}

.pvw-intimate-draw-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pvw-intimate-draw-types button {
  position: relative;
  display: grid !important;
  align-content: start;
  gap: 4px;
  min-width: 0;
  min-height: 54px;
  padding: 9px 10px;
  overflow: hidden;
  text-align: left;
  border-radius: 16px;
  color: #8f4260;
  background: linear-gradient(135deg, rgba(255, 243, 248, .98), rgba(255, 255, 255, .92));
  box-shadow: inset 0 0 0 1px rgba(255, 137, 185, .13), 0 10px 22px rgba(248, 95, 142, .08);
}

.pvw-intimate-draw-types button b,
.pvw-intimate-draw-types button span {
  display: block;
}

.pvw-intimate-draw-types button b {
  overflow: hidden;
  color: #4b3440;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-intimate-draw-types button span {
  display: -webkit-box;
  overflow: hidden;
  min-height: 28px;
  margin-top: 0;
  color: rgba(143, 66, 96, .7);
  font-size: 11px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pvw-intimate-draw-types button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff82b4, #ff4f93);
  box-shadow: 0 14px 30px rgba(255, 82, 148, .22);
}

.pvw-intimate-draw-types button.is-active b,
.pvw-intimate-draw-types button.is-active span {
  color: #fff;
}

.pvw-intimate-draw-panel p {
  margin: 0;
  color: rgba(75, 52, 64, .58);
  font-size: 12px;
  line-height: 1.55;
}

.pvw-intimate-toolbar {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px 38px auto;
  align-items: center;
  gap: 7px;
  padding: 7px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(94, 38, 63, .12);
}

.pvw-intimate-chat input {
  min-width: 0;
  height: 38px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #5e4350;
  background: transparent;
  font-size: 14px;
}

.pvw-intimate-chat input:focus {
  box-shadow: none;
}

.pvw-intimate-chat form button {
  display: grid;
  place-items: center;
  height: 38px;
  min-width: 38px;
  border: 0;
  border-radius: 999px;
  color: #412833;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.pvw-intimate-submit {
  display: none !important;
}

.pvw-intimate-toolbar:focus-within .pvw-intimate-submit {
  display: grid !important;
  min-width: 52px;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff80b2, #ff4f93);
  font-size: 13px;
}

.pvw-intimate-icon {
  position: relative;
  color: #f35d98 !important;
}

.pvw-intimate-icon-camera::before {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 22px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 7px;
  content: "";
}

.pvw-intimate-icon-camera::after {
  position: absolute;
  left: 16px;
  top: 17px;
  width: 6px;
  height: 6px;
  border: 3px solid currentColor;
  border-radius: 50%;
  content: "";
}

.pvw-intimate-icon-voice {
  box-shadow: inset 0 0 0 3px currentColor;
}

.pvw-intimate-icon-voice::before,
.pvw-intimate-icon-voice::after {
  position: absolute;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  content: "";
}

.pvw-intimate-icon-voice::before {
  left: 12px;
  top: 12px;
  width: 7px;
  height: 13px;
}

.pvw-intimate-icon-voice::after {
  left: 20px;
  top: 9px;
  width: 8px;
  height: 19px;
}

.pvw-intimate-icon-close {
  box-shadow: inset 0 0 0 3px currentColor;
}

.pvw-intimate-icon-close::before,
.pvw-intimate-icon-close::after {
  position: absolute;
  left: 11px;
  top: 18px;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.pvw-intimate-icon-close::before {
  transform: rotate(45deg);
}

.pvw-intimate-icon-close::after {
  transform: rotate(-45deg);
}

.pvw-intimate-icon-close.is-active::before {
  transform: rotate(0deg);
}

.pvw-intimate-icon-close.is-active::after {
  transform: rotate(90deg);
}

.pvw-intimate-plus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pvw-intimate-plus-grid:not(.is-open) {
  display: none;
}

.pvw-intimate-plus-grid button {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  min-width: 0;
  height: 78px;
  border-radius: 12px !important;
  color: #8d5d70 !important;
  background: linear-gradient(180deg, #fff5fa, #ffe9f2) !important;
  font-size: 12px;
}

.pvw-intimate-plus-grid i {
  position: relative;
  width: 28px;
  height: 28px;
  color: #f35d98;
}

.pvw-intimate-plus-grid i.camera::before,
.pvw-intimate-plus-grid i.album::before {
  position: absolute;
  left: 3px;
  top: 7px;
  width: 22px;
  height: 16px;
  border: 4px solid currentColor;
  border-radius: 6px;
  content: "";
}

.pvw-intimate-plus-grid i.camera::after {
  position: absolute;
  left: 11px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.pvw-intimate-plus-grid i.album::after {
  position: absolute;
  left: 8px;
  bottom: 6px;
  width: 15px;
  height: 8px;
  background: currentColor;
  clip-path: polygon(0 100%, 36% 34%, 54% 62%, 72% 42%, 100% 100%);
  content: "";
}

.pvw-intimate-plus-grid i.file::before {
  position: absolute;
  left: 10px;
  top: 2px;
  width: 12px;
  height: 24px;
  border: 4px solid currentColor;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  transform: rotate(42deg);
  content: "";
}

.pvw-intimate-plus-grid i.phone::before {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 17px;
  height: 23px;
  border: 5px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 15px;
  transform: rotate(-42deg);
  content: "";
}

.pvw-intimate-emoji-panel {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  max-height: 104px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(255, 137, 185, .12);
  border-radius: 16px;
  background: rgba(255, 247, 251, .94);
  scrollbar-width: thin;
}

.pvw-intimate-emoji-panel[hidden],
.pvw-intimate-upload-preview[hidden] {
  display: none;
}

.pvw-intimate-emoji-panel button {
  display: grid !important;
  place-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #4b3440;
  box-shadow: 0 6px 14px rgba(248, 95, 142, .08);
}

.pvw-intimate-emoji-panel button .pvw-emoji-glyph {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-intimate-emoji-panel button em {
  display: none;
}

.pvw-intimate-upload-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  padding: 6px 8px 6px 11px;
  border-radius: 15px;
  color: #8a4a62;
  background: rgba(255, 96, 158, .09);
  font-size: 12px;
}

.pvw-intimate-upload-preview button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  color: #d83d7a;
  background: #fff;
}

@keyframes pvwAssistantIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .pvw-copy-flow-grid,
  body.home .pvw-home-wide-main .pvw-copy-flow-grid,
  .pvw-home-feed-grid[data-feed-type="copy"] {
    grid-template-columns: 1fr !important;
  }

  .pvw-copy-flow-grid .pvw-copy-card-link,
  body.home .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-link,
  .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-link {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 11px !important;
  }

  .pvw-intimate-assistant {
    right: 12px;
    bottom: 96px;
  }

  .pvw-intimate-avatar em {
    display: none;
  }

  .pvw-intimate-avatar .pvw-intimate-girl {
    width: 50px;
    height: 50px;
    border-radius: 19px;
  }

  .pvw-intimate-chat {
    width: min(360px, calc(100vw - 18px));
  }

  .pvw-intimate-messages {
    height: min(390px, 52vh);
  }

  .pvw-intimate-draw-types {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  body.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(4, minmax(124px, 1fr)) !important;
  }

  body.home .pvw-home-wide-main .pvw-wall-card,
  body.home .pvw-home-wide-main .pvw-feed-card {
    min-width: 124px !important;
  }
}

@media (max-width: 900px) {
  .pvw-app-download-wrap {
    display: none;
  }

  .pvw-welcome-toast {
    left: 14px;
    right: 14px;
    top: auto;
    bottom: 84px;
    width: auto;
  }

  .pvw-image-search-dialog {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: min(560px, calc(100vw - 20px));
    max-height: 92vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    border-radius: 24px;
  }

  .pvw-image-search-form,
  .pvw-image-search-head,
  .pvw-image-search-promo,
  .pvw-image-search-preview,
  .pvw-image-search-results {
    grid-column: auto;
    grid-row: auto;
  }

  .pvw-image-search-head {
    padding-right: 36px;
  }

  .pvw-image-search-head strong {
    font-size: 20px;
  }

  .pvw-image-search-promo {
    padding: 13px;
  }

  .pvw-image-drop {
    min-height: 150px;
    padding: 16px;
  }

  .pvw-image-url-row {
    flex-direction: column;
  }

  .pvw-image-url-row input,
  .pvw-image-url-row button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
  }

  .pvw-image-search-results {
    min-height: 260px;
    max-height: none;
    overflow: visible;
    padding: 12px;
  }

  .pvw-image-result-grid,
  .pvw-image-result-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .pvw-image-result-card {
    border-radius: 17px;
  }

  .pvw-image-result-card img {
    aspect-ratio: 3 / 4.08;
  }

  .pvw-image-result-card span {
    padding: 8px;
  }

  .pvw-image-result-card b {
    min-height: 33px;
    font-size: 12px;
  }

  .pvw-search-suggest {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-height: 68vh;
  }

  .pvw-search-suggest-best {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .pvw-search-suggest-head {
    align-items: flex-start;
  }

  .pvw-search-suggest-head a {
    flex: 0 0 auto;
  }

  .pvw-search-suggest-card {
    min-height: 142px;
    padding: 7px;
  }

  .pvw-search-suggest-card figure {
    aspect-ratio: 4 / 3.6;
    border-radius: 14px;
  }

  .pvw-search-suggest-card b {
    font-size: 12px;
  }

  .pvw-search-suggest-card em {
    min-height: 28px;
    font-size: 10px;
  }

  .pvw-search-suggest-card small em:nth-child(n+3),
  .pvw-search-suggest-row small em:nth-child(n+3) {
    display: none;
  }

  .pvw-search-flow-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  .pvw-search-flow-hero nav {
    justify-content: flex-start;
  }

  .pvw-search-flow-back {
    width: 100%;
    justify-content: center;
  }
}

/* Tree-hole community flow */
.pvw-treehole-flow-grid {
  display: block !important;
  width: 100%;
  min-height: 520px;
}

.pvw-treehole-shell {
  --treehole-pink: #ff76a8;
  --treehole-soft: rgba(255, 255, 255, .78);
  display: grid;
  gap: 18px;
  width: 100%;
  color: #2d2230;
}

.pvw-treehole-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid rgba(255, 125, 171, .22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 124, 174, .24), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,234,243,.78));
  box-shadow: 0 22px 55px rgba(180, 73, 113, .13);
  overflow: hidden;
}

.pvw-treehole-hero > div {
  position: relative;
  z-index: 1;
}

.pvw-treehole-hero span {
  display: inline-flex;
  width: max-content;
  padding: 7px 12px;
  border-radius: 999px;
  color: #d93b7b;
  background: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
}

.pvw-treehole-hero h2 {
  margin: 12px 0 8px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.pvw-treehole-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(45, 34, 48, .72);
  font-size: 15px;
  line-height: 1.8;
}

.pvw-treehole-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
  min-width: 330px;
}

.pvw-treehole-stats article {
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 20px;
  background: rgba(255, 255, 255, .58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter: blur(14px);
}

.pvw-treehole-stats strong {
  color: #d93878;
  font-size: 25px;
  line-height: 1;
}

.pvw-treehole-stats span {
  padding: 0;
  color: rgba(45, 34, 48, .62);
  background: transparent;
  font-size: 12px;
}

.pvw-treehole-layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pvw-treehole-side {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 18px;
}

.pvw-treehole-side-card,
.pvw-treehole-composer,
.pvw-treehole-bottle,
.pvw-treehole-card,
.pvw-treehole-login-tip,
.pvw-treehole-closed {
  border: 1px solid rgba(255, 135, 180, .18);
  border-radius: 22px;
  background: var(--treehole-soft);
  box-shadow: 0 16px 42px rgba(178, 72, 111, .10);
  backdrop-filter: blur(18px);
}

.pvw-treehole-side-card {
  padding: 18px;
}

.pvw-treehole-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.pvw-treehole-card-title h3 {
  margin: 0;
}

.pvw-treehole-card-title span {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: #d93b7b;
  background: rgba(255, 235, 245, .88);
  font-size: 11px;
  font-weight: 900;
}

.pvw-treehole-side-card h3,
.pvw-treehole-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.pvw-treehole-side-card p {
  margin: 0;
  color: rgba(45,34,48,.68);
  font-size: 13px;
  line-height: 1.75;
}

.pvw-treehole-checkin-meter {
  position: relative;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin: 12px auto 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.96) 0 56%, transparent 57%),
    conic-gradient(#ff6fa8 var(--progress, 0%), rgba(255, 219, 235, .82) 0);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 36px rgba(255, 104, 164, .16);
}

.pvw-treehole-checkin-meter strong {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: #d93878;
  font-size: 30px;
  line-height: 1;
}

.pvw-treehole-checkin-meter small {
  color: rgba(45,34,48,.42);
  font-size: 14px;
}

.pvw-treehole-checkin-meter span {
  margin-top: -20px;
  color: rgba(45,34,48,.52);
  font-size: 12px;
  font-weight: 900;
}

.pvw-treehole-daily-prompt {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 127, 174, .18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255, 239, 247, .76));
}

.pvw-treehole-daily-prompt span {
  color: #d93b7b;
  font-size: 11px;
  font-weight: 900;
}

.pvw-treehole-daily-prompt b {
  color: rgba(45,34,48,.78);
  font-size: 13px;
  line-height: 1.55;
}

.pvw-treehole-rule-grid {
  display: grid;
  gap: 9px;
}

.pvw-treehole-rule-grid article {
  padding: 11px;
  border: 1px solid rgba(255, 126, 172, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .58);
}

.pvw-treehole-rule-grid strong {
  display: block;
  margin-bottom: 4px;
  color: #d93878;
  font-size: 13px;
}

.pvw-treehole-rule-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.pvw-treehole-main {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.pvw-treehole-prompt-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid rgba(255, 135, 180, .15);
  border-radius: 18px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 12px 30px rgba(178, 72, 111, .08);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.pvw-treehole-prompt-strip::-webkit-scrollbar {
  display: none;
}

.pvw-treehole-prompt-strip span,
.pvw-treehole-prompt-strip button {
  flex: 0 0 auto;
}

.pvw-treehole-prompt-strip span {
  color: #d93878;
  font-size: 12px;
  font-weight: 900;
}

.pvw-treehole-prompt-strip button {
  min-height: 34px;
  max-width: 230px;
  overflow: hidden;
  padding: 0 12px;
  border: 1px solid rgba(255, 126, 172, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: rgba(45,34,48,.68);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.pvw-treehole-prompt-strip button:hover {
  transform: translateY(-2px);
  color: #d93878;
  background: #fff;
}

.pvw-treehole-bottle {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(260px, 1fr);
  gap: 14px;
  overflow: hidden;
  padding: 16px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 146, 189, .26), transparent 190px),
    radial-gradient(circle at 10% 92%, rgba(255, 216, 230, .38), transparent 170px),
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 235, 246, .82));
}

.pvw-treehole-bottle::before {
  content: '';
  position: absolute;
  inset: auto 24px -28px auto;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 111, 168, .18), transparent 68%);
  pointer-events: none;
}

.pvw-treehole-bottle::after {
  content: "LOVE";
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  color: rgba(217, 56, 120, .62);
  background: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  pointer-events: none;
}

.pvw-treehole-bottle-head {
  position: relative;
  display: grid;
  gap: 8px;
}

.pvw-treehole-bottle-head span {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  color: #d93878;
  background: rgba(255, 236, 245, .94);
  font-size: 11px;
  font-weight: 950;
}

.pvw-treehole-bottle-head strong {
  color: #2b2030;
  font-size: 20px;
  line-height: 1.22;
}

.pvw-treehole-bottle-head em,
.pvw-treehole-bottle-login span {
  color: rgba(45, 34, 48, .62);
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.pvw-treehole-bottle-sea {
  position: relative;
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
  padding: 12px;
  border: 1px solid rgba(126, 203, 255, .2);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(238, 251, 255, .86), rgba(255, 247, 251, .78)),
    repeating-linear-gradient(90deg, rgba(126, 203, 255, .16) 0 18px, transparent 18px 36px);
  scrollbar-width: none;
}

.pvw-treehole-bottle-sea::-webkit-scrollbar {
  display: none;
}

.pvw-treehole-bottle-chip {
  position: relative;
  flex: 0 0 178px;
  display: grid;
  gap: 5px;
  min-height: 96px;
  padding: 14px 14px 14px 54px;
  overflow: hidden;
  border: 1px solid rgba(0, 122, 157, .13);
  border-radius: 20px;
  color: #2b2030;
  text-align: left;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 30px rgba(80, 166, 206, .1);
  cursor: pointer;
  animation: pvwTreeholeBottleDrift 4.8s ease-in-out infinite;
}

.pvw-treehole-bottle-chip:nth-child(2n) {
  animation-delay: -1.6s;
}

.pvw-treehole-bottle-chip:nth-child(3n) {
  animation-delay: -2.8s;
}

.pvw-treehole-bottle-chip::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 25px;
  height: 46px;
  border: 2px solid rgba(0, 122, 157, .28);
  border-radius: 13px 13px 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72) 0 32%, rgba(126, 203, 255, .28) 33% 100%);
  transform: rotate(-13deg);
}

.pvw-treehole-bottle-chip span {
  justify-self: start;
  padding: 3px 8px;
  border-radius: 999px;
  color: #007a9d;
  background: rgba(226, 248, 255, .92);
  font-size: 11px;
  font-weight: 950;
}

.pvw-treehole-bottle-chip strong,
.pvw-treehole-bottle-chip em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-treehole-bottle-chip strong {
  font-size: 14px;
  font-weight: 950;
}

.pvw-treehole-bottle-chip em {
  color: rgba(45, 34, 48, .54);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.pvw-treehole-bottle-chip.is-mine span {
  color: #d93878;
  background: rgba(255, 234, 244, .9);
}

.pvw-treehole-bottle-empty {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  color: rgba(45, 34, 48, .58);
  font-size: 13px;
  font-weight: 900;
}

.pvw-treehole-bottle-form {
  position: relative;
  grid-column: 2;
  display: grid;
  gap: 10px;
}

.pvw-treehole-bottle-form textarea {
  width: 100%;
  min-height: 88px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 143, 189, .3);
  border-radius: 17px;
  background: rgba(255, 255, 255, .86);
  color: #342638;
  line-height: 1.7;
  outline: none;
  resize: vertical;
}

.pvw-treehole-bottle-actions,
.pvw-treehole-bottle-login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.pvw-treehole-bottle-emojis {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
}

.pvw-treehole-bottle-emojis::-webkit-scrollbar {
  display: none;
}

.pvw-treehole-bottle-emojis button {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 143, 189, .24);
  border-radius: 50%;
  background: rgba(255, 246, 251, .94);
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
}

.pvw-treehole-bottle-upload {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px dashed rgba(255, 143, 189, .42);
  border-radius: 16px;
  color: #b45173;
  background: rgba(255, 246, 251, .76);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.pvw-treehole-bottle-upload input {
  display: none;
}

.pvw-treehole-bottle-media-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pvw-treehole-bottle-media-preview span {
  display: grid;
  place-items: center;
  min-height: 64px;
  overflow: hidden;
  border-radius: 14px;
  color: #9a7080;
  background: rgba(255, 238, 246, .9);
  font-size: 11px;
  font-weight: 800;
}

.pvw-treehole-bottle-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvw-treehole-bottle-login {
  grid-column: 2;
}

.pvw-treehole-bottle-actions button[type="button"] {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 143, 189, .2);
  border-radius: 999px;
  background: rgba(255, 241, 248, .94);
  color: #d93878;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.pvw-treehole-bottle-result {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(255, 143, 189, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
}

.pvw-treehole-bottle-result[hidden] {
  display: none;
}

.pvw-treehole-bottle-result strong {
  color: #d93878;
  font-size: 14px;
}

.pvw-treehole-bottle-result p {
  margin: 0;
  color: #2b2030;
  font-size: 14px;
  line-height: 1.75;
}

.pvw-treehole-bottle-result span,
.pvw-treehole-bottle-result em {
  color: rgba(45, 34, 48, .54);
  font-size: 12px;
  font-style: normal;
}

.pvw-treehole-bottle-result-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pvw-treehole-bottle-result-media img,
.pvw-treehole-bottle-result-media video {
  width: 100%;
  height: 108px;
  border-radius: 14px;
  background: rgba(255, 238, 246, .9);
  object-fit: cover;
}

@keyframes pvwTreeholeBottleDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-.5deg);
  }
  50% {
    transform: translate3d(0, -5px, 0) rotate(.6deg);
  }
}

.pvw-treehole-composer {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.pvw-treehole-compose-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.pvw-treehole-compose-head strong {
  display: block;
  color: #2b2030;
  font-size: 15px;
}

.pvw-treehole-compose-head span {
  display: block;
  margin-top: 4px;
  color: rgba(45,34,48,.54);
  font-size: 12px;
  line-height: 1.5;
}

.pvw-treehole-composer textarea,
.pvw-treehole-composer select,
.pvw-treehole-comment-form input {
  width: 100%;
  border: 1px solid rgba(255, 126, 172, .18);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  color: #342638;
  outline: none;
}

.pvw-treehole-composer textarea {
  min-height: 108px;
  padding: 14px 16px;
  resize: vertical;
  line-height: 1.7;
}

.pvw-treehole-composer select {
  padding: 11px 13px;
}

.pvw-treehole-compose-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pvw-treehole-compose-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  color: rgba(45,34,48,.66);
  font-size: 13px;
}

.pvw-treehole-compose-foot label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pvw-treehole-emoji-row {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
}

.pvw-treehole-emoji-row::-webkit-scrollbar {
  display: none;
}

.pvw-treehole-emoji-row button {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 126, 172, .16);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  cursor: pointer;
  font-size: 17px;
  transition: transform .18s ease, background .18s ease;
}

.pvw-treehole-emoji-row button:hover {
  transform: translateY(-2px) scale(1.05);
  background: #fff;
}

.pvw-treehole-media-upload {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px dashed rgba(255, 112, 166, .34);
  border-radius: 16px;
  background: rgba(255,255,255,.52);
  color: rgba(45,34,48,.7);
  font-size: 13px;
}

.pvw-treehole-media-upload span {
  font-weight: 900;
}

.pvw-treehole-media-upload small {
  color: rgba(45,34,48,.48);
}

.pvw-treehole-media-preview {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.pvw-treehole-media-preview span {
  display: grid;
  place-items: center;
  min-height: 72px;
  overflow: hidden;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255,255,255,.66);
  color: rgba(45,34,48,.56);
  font-size: 11px;
  text-align: center;
}

.pvw-treehole-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.pvw-treehole-primary,
.pvw-treehole-more,
.pvw-treehole-comment-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff78ad, #ff4f8f);
  box-shadow: 0 12px 25px rgba(255, 78, 143, .25);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.pvw-treehole-primary:hover,
.pvw-treehole-more:hover,
.pvw-treehole-comment-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255, 78, 143, .32);
}

.pvw-treehole-primary:disabled,
.pvw-treehole-more:disabled,
.pvw-treehole-comment-form button:disabled {
  cursor: default;
  opacity: .55;
  transform: none;
}

.pvw-treehole-filter {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid rgba(255, 135, 180, .15);
  border-radius: 18px;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.pvw-treehole-filter::-webkit-scrollbar {
  display: none;
}

.pvw-treehole-filter button,
.pvw-treehole-topic {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 119, 169, .20);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: rgba(45,34,48,.74);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.pvw-treehole-filter button {
  padding: 9px 13px;
}

.pvw-treehole-filter button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--mood, #ff78ad), #ff4f8f);
  box-shadow: 0 10px 22px rgba(255, 80, 145, .22);
}

.pvw-treehole-list {
  display: grid;
  gap: 14px;
}

.pvw-treehole-card {
  position: relative;
  padding: 18px;
  overflow: hidden;
  isolation: isolate;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.pvw-treehole-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 240, 247, .58)),
    radial-gradient(circle at 0 0, rgba(255, 118, 168, .13), transparent 28%);
  content: "";
}

.pvw-treehole-card-glow {
  position: absolute;
  inset: -90px -120px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 126, 172, .22), transparent 66%);
  pointer-events: none;
}

.pvw-treehole-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 109, 164, .32);
  box-shadow: 0 22px 56px rgba(178, 72, 111, .15);
}

.pvw-treehole-card.is-checkin {
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,234,243,.72)),
    radial-gradient(circle at 95% 12%, rgba(255, 119, 169, .2), transparent 30%);
}

.pvw-treehole-card.is-seed {
  border-color: rgba(255, 126, 174, .34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 240, 247, .78)),
    radial-gradient(circle at 100% 0, rgba(255, 143, 178, .2), transparent 34%);
}

.pvw-treehole-card.is-seed::after {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .48), rgba(255, 188, 215, .3)),
    linear-gradient(45deg, transparent 42%, rgba(255, 104, 164, .26) 43% 57%, transparent 58%);
  opacity: .55;
  content: "";
  pointer-events: none;
}

.pvw-treehole-card-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.pvw-treehole-meta-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.pvw-treehole-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 130, 178, .14);
  border-radius: 999px;
  color: rgba(45, 34, 48, .58);
  background: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.pvw-treehole-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #ff89b7, #ff4f8f);
  font-weight: 900;
}

.pvw-treehole-card-head strong {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #2b2030;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-treehole-card-head strong > *:first-child,
.pvw-treehole-card-head strong {
  min-width: 0;
}

.pvw-treehole-card-head strong i {
  flex: 0 0 auto;
  padding: 3px 7px;
  border: 1px solid rgba(255, 117, 169, .2);
  border-radius: 999px;
  color: #d93b7b;
  background: rgba(255, 234, 244, .86);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.pvw-treehole-card-head span {
  display: block;
  margin-top: 3px;
  color: rgba(45,34,48,.5);
  font-size: 12px;
}

.pvw-treehole-card-head em {
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--mood, #ff78ad);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(255, 90, 150, .18);
}

.pvw-treehole-topic {
  width: max-content;
  margin-top: 14px;
  padding: 7px 11px;
  color: #d93b7b;
}

.pvw-treehole-content {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: rgba(45,34,48,.82);
  font-size: 15px;
  line-height: 1.85;
}

.pvw-treehole-weather {
  position: absolute;
  right: 16px;
  bottom: 78px;
  z-index: 2;
  display: grid;
  gap: 2px;
  min-width: 136px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 232, 243, .66));
  box-shadow: 0 16px 34px rgba(180, 73, 113, .13);
  backdrop-filter: blur(16px);
}

.pvw-treehole-weather span,
.pvw-treehole-weather em {
  color: rgba(45, 34, 48, .52);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.pvw-treehole-weather strong {
  color: #d93878;
  font-size: 16px;
  line-height: 1.15;
}

.pvw-treehole-content p {
  margin: 0 0 8px;
}

.pvw-treehole-media-grid {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.pvw-treehole-media-grid.count-1 {
  grid-template-columns: minmax(0, 360px);
}

.pvw-treehole-media-grid.count-2,
.pvw-treehole-media-grid.count-3,
.pvw-treehole-media-grid.count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pvw-treehole-media-grid a,
.pvw-treehole-media-grid video {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,236,245,.8);
  box-shadow: 0 14px 32px rgba(178, 72, 111, .12);
}

.pvw-treehole-media-grid img,
.pvw-treehole-media-grid video {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.pvw-treehole-media-grid img {
  display: block;
  aspect-ratio: 4 / 3;
  transition: transform .35s ease, filter .35s ease;
}

.pvw-treehole-media-grid a:hover img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.02);
}

.pvw-treehole-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pvw-treehole-reactions button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 120, 172, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: rgba(45,34,48,.68);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.pvw-treehole-reactions button.is-active {
  color: #d93878;
  border-color: rgba(255, 94, 153, .34);
  background: rgba(255, 234, 244, .92);
  box-shadow: 0 10px 20px rgba(255, 102, 160, .13);
}

.pvw-treehole-reactions em {
  color: rgba(45,34,48,.48);
  font-style: normal;
}

.pvw-treehole-actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.pvw-treehole-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 120, 172, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: rgba(45,34,48,.68);
  cursor: pointer;
  font-weight: 800;
}

.pvw-treehole-actions button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff78ad, #ff4f8f);
}

.pvw-treehole-actions svg {
  width: 15px;
  height: 15px;
}

.pvw-treehole-actions > span {
  margin-left: auto;
  color: rgba(45,34,48,.42);
  font-size: 12px;
}

.pvw-treehole-comment-area {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 112, 166, .2);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 126, 172, .2), transparent 32%),
    linear-gradient(135deg, rgba(255, 247, 251, .88), rgba(255, 255, 255, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 14px 34px rgba(178, 72, 111, .1);
  overflow: hidden;
  animation: pvwTreeholeCommentsIn .22s ease both;
}

.pvw-treehole-comment-area[hidden] {
  display: none !important;
}

.pvw-treehole-actions button[data-treehole-comment-toggle].is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff78ad, #ff4f8f);
  box-shadow: 0 14px 30px rgba(255, 80, 145, .28);
}

.pvw-treehole-comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.pvw-treehole-comment-head strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d93878;
  font-size: 15px;
}

.pvw-treehole-comment-head strong::before {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff78ad, #ff4f8f);
  box-shadow: 0 9px 18px rgba(255, 80, 145, .22);
  content: "♡";
  font-size: 13px;
  line-height: 1;
}

.pvw-treehole-comment-head span {
  overflow: hidden;
  color: rgba(45,34,48,.52);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-treehole-comments {
  display: grid;
  gap: 10px;
}

.pvw-treehole-comment {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
}

.pvw-treehole-comment-avatar,
.pvw-treehole-comment > img.avatar,
.pvw-treehole-comment > .pvw-treehole-comment-avatar {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255,255,255,.86);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 9px 18px rgba(178, 72, 111, .12);
}

.pvw-treehole-comment-bubble {
  position: relative;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 126, 172, .16);
  border-radius: 15px 17px 17px 6px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 10px 24px rgba(178, 72, 111, .08);
}

.pvw-treehole-comment-bubble::before {
  position: absolute;
  left: -6px;
  top: 12px;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.84);
  border-left: 1px solid rgba(255, 126, 172, .16);
  border-bottom: 1px solid rgba(255, 126, 172, .16);
  content: "";
  transform: rotate(45deg);
}

.pvw-treehole-comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  margin-bottom: 4px;
}

.pvw-treehole-comment-meta time {
  flex: 0 0 auto;
  color: rgba(45,34,48,.42);
  font-size: 11px;
  font-weight: 800;
}

.pvw-treehole-comment-bubble p {
  margin: 0;
  color: rgba(45,34,48,.7);
  font-size: 13px;
  line-height: 1.65;
}

.pvw-treehole-comment strong {
  margin-right: 6px;
  color: #2d2230;
  font-size: 13px;
}

.pvw-treehole-comments-empty {
  padding: 12px;
  border: 1px dashed rgba(255, 126, 172, .28);
  border-radius: 16px;
  color: rgba(143, 66, 96, .72);
  background: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 800;
}

.pvw-treehole-comment-form {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(255, 126, 172, .14);
  border-radius: 18px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.pvw-treehole-comment-tools {
  display: grid;
  gap: 7px;
  max-height: 86px;
  overflow: hidden;
}

.pvw-treehole-comment-emojis,
.pvw-treehole-comment-quick {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  min-height: 28px;
  padding: 1px 0 2px;
  scrollbar-width: none;
}

.pvw-treehole-comment-emojis::-webkit-scrollbar,
.pvw-treehole-comment-quick::-webkit-scrollbar {
  display: none;
}

.pvw-treehole-comment-emojis button,
.pvw-treehole-comment-quick button {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 126, 172, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .64);
  cursor: pointer;
  box-sizing: border-box;
}

.pvw-treehole-comment-emojis button {
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.pvw-treehole-comment-quick button {
  min-height: 32px;
  max-height: 32px;
  padding: 0 9px;
  color: rgba(45, 34, 48, .65);
  font-size: 11px;
  font-weight: 800;
}

.pvw-treehole-comment-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
}

.pvw-treehole-comment-form input {
  min-height: 44px;
  padding: 0 15px;
  border-color: rgba(255, 112, 166, .22);
  background: rgba(255,255,255,.9);
}

.pvw-treehole-comment-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  color: #d93878;
  background: rgba(255, 234, 244, .78);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  overflow: hidden;
}

.pvw-treehole-comment-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.pvw-treehole-comment-media,
.pvw-treehole-comment-media-preview {
  grid-column: 2;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
}

.pvw-treehole-comment-media a,
.pvw-treehole-comment-media-preview span {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 234, 244, .76);
}

.pvw-treehole-comment-media img,
.pvw-treehole-comment-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.pvw-treehole-comment-emojis button,
.pvw-treehole-comment-quick button,
.pvw-treehole-emoji-row button {
  line-height: 1;
  white-space: nowrap;
}

@keyframes pvwTreeholeCommentsIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pvwTreeholeFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(2deg);
  }
}

.pvw-treehole-hero::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 96px;
  height: 96px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 26%, rgba(255,255,255,.95) 0 10px, transparent 11px),
    radial-gradient(circle at 68% 34%, rgba(255,255,255,.9) 0 7px, transparent 8px),
    linear-gradient(135deg, rgba(255, 134, 181, .28), rgba(255, 255, 255, .16));
  filter: blur(.1px);
  opacity: .74;
  content: "";
  pointer-events: none;
  animation: pvwTreeholeFloat 5.8s ease-in-out infinite;
}

.pvw-treehole-toast {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 1000;
  max-width: min(360px, calc(100vw - 32px));
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  color: #7c214f;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 42px rgba(178, 72, 111, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(18px);
  font-size: 14px;
  font-weight: 900;
}

.pvw-treehole-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}

.pvw-treehole-login-tip,
.pvw-treehole-closed,
.pvw-treehole-empty {
  padding: 22px;
  text-align: center;
}

.pvw-treehole-login-tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
}

.pvw-treehole-empty,
.pvw-treehole-error {
  color: rgba(45,34,48,.62);
  font-size: 14px;
}

.pvw-treehole-shell.is-loading {
  pointer-events: none;
  opacity: .72;
}

@media (max-width: 1100px) {
  .pvw-treehole-hero,
  .pvw-treehole-layout {
    grid-template-columns: 1fr;
  }

  .pvw-treehole-stats {
    min-width: 0;
  }

  .pvw-treehole-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.home .pvw-feed-tagbar-wrap {
    gap: 8px;
    margin-bottom: 12px;
  }

  body.home .pvw-feed-tag-refresh {
    min-height: 38px;
    padding: 0 11px;
    font-size: 12px;
  }

  body.home .pvw-feed-tag-refresh span {
    display: none;
  }

  .pvw-treehole-shell {
    gap: 12px;
  }

  .pvw-treehole-hero,
  .pvw-treehole-composer,
  .pvw-treehole-card,
  .pvw-treehole-side-card,
  .pvw-treehole-login-tip {
    border-radius: 18px;
  }

  .pvw-treehole-hero {
    padding: 18px;
  }

  .pvw-treehole-stats,
  .pvw-treehole-side,
  .pvw-treehole-compose-row {
    grid-template-columns: 1fr;
  }

  .pvw-treehole-prompt-strip {
    margin-inline: -2px;
  }

  .pvw-treehole-bottle {
    grid-template-columns: 1fr;
  }

  .pvw-treehole-bottle-form,
  .pvw-treehole-bottle-login {
    grid-column: 1;
  }

  .pvw-treehole-bottle-chip {
    flex-basis: 162px;
  }

  .pvw-treehole-stats {
    display: flex;
    overflow-x: auto;
  }

  .pvw-treehole-stats article {
    min-width: 120px;
  }

  .pvw-treehole-compose-foot,
  .pvw-treehole-login-tip {
    align-items: stretch;
    flex-direction: column;
  }

  .pvw-treehole-card-head {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .pvw-treehole-compose-head {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .pvw-treehole-checkin-meter {
    width: 112px;
    height: 112px;
  }

  .pvw-treehole-card-head em {
    grid-column: 1 / -1;
    width: max-content;
  }

  .pvw-treehole-actions > span {
    flex-basis: 100%;
    margin-left: 0;
  }

  .pvw-treehole-comment-input-row,
  .pvw-treehole-comment-form {
    grid-template-columns: 1fr;
  }

  .pvw-treehole-comment-area {
    padding: 12px;
    border-radius: 18px;
  }

  .pvw-treehole-comment-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .pvw-treehole-comment {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .pvw-treehole-comment-avatar,
  .pvw-treehole-comment > img.avatar,
  .pvw-treehole-comment > .pvw-treehole-comment-avatar {
    width: 32px;
    height: 32px;
  }

  .pvw-treehole-weather {
    position: static;
    margin-top: 12px;
  }

  .pvw-treehole-comment-media,
  .pvw-treehole-comment-media-preview {
    grid-column: 1;
  }

  .pvw-treehole-toast {
    left: 14px;
    right: 14px;
    bottom: 88px;
  }

  .pvw-treehole-media-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pvw-treehole-media-grid.count-1,
  .pvw-treehole-media-grid.count-2,
  .pvw-treehole-media-grid.count-3,
  .pvw-treehole-media-grid.count-4 {
    grid-template-columns: 1fr;
  }
}

html.pvw-mobile-h5-active body .pvw-site-header,
html.pvw-mobile-h5-active body .pvw-page-hero,
html.pvw-mobile-h5-active body .pvw-home-wide-topbar,
html.pvw-mobile-h5-active body .pvw-site-footer,
body.pvw-unified-shell-page .pvw-site-header,
body.pvw-unified-shell-page .pvw-page-hero {
  display: none !important;
}

body.pvw-unified-shell-page .pvw-main {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  html.pvw-mobile-h5-active body > *:not(#pvw-mobile-vue-root):not(.van-overlay):not(.van-popup):not(.van-toast):not(.van-dialog):not(.van-dialog__wrap):not(.van-dialog__wrapper):not(.van-action-sheet):not(.van-notify):not([data-pvw-auth-modal]) {
    display: none !important;
  }

  html.pvw-mobile-h5-active body.pvw-auth-open [data-pvw-auth-modal],
  html.pvw-mobile-h5-active body.pvw-auth-open .pvw-auth-modal {
    display: grid !important;
  }

  html.pvw-mobile-h5-active body {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: var(--m-bg, #fff6fb);
  }

  html.pvw-mobile-h5-active body #pvw-mobile-vue-root {
    display: block;
  }
}

@media (min-width: 981px) {
  body.home .pvw-home-wide-shell,
  body.page-template-page-account .pvw-home-wide-shell,
  body.page-template-page-account-php .pvw-home-wide-shell,
  body.page-template-page-ranking .pvw-home-wide-shell,
  body.page-template-page-ranking-php .pvw-home-wide-shell,
  .pvw-ranking-home-shell,
  .pvw-copy-home-shell {
    display: block;
    min-height: 100vh;
    padding-left: 196px;
  }

  body.home .pvw-home-wide-sidebar,
  body.page-template-page-account .pvw-home-wide-sidebar,
  body.page-template-page-account-php .pvw-home-wide-sidebar,
  body.page-template-page-ranking .pvw-home-wide-sidebar,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar,
  .pvw-ranking-home-shell .pvw-home-wide-sidebar,
  .pvw-copy-home-shell .pvw-home-wide-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 40;
    width: 196px;
    box-sizing: border-box;
    min-height: 100vh;
    max-height: 100vh;
    padding: 16px 10px 14px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.admin-bar.home .pvw-home-wide-sidebar,
  body.admin-bar.page-template-page-account .pvw-home-wide-sidebar,
  body.admin-bar.page-template-page-account-php .pvw-home-wide-sidebar,
  body.admin-bar.page-template-page-ranking .pvw-home-wide-sidebar,
  body.admin-bar.page-template-page-ranking-php .pvw-home-wide-sidebar {
    top: 32px;
    min-height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
  }

  body.home .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-account .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-account-php .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-ranking .pvw-home-wide-sidebar .pvw-logo,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar .pvw-logo,
  .pvw-ranking-home-shell .pvw-home-wide-sidebar .pvw-logo,
  .pvw-copy-home-shell .pvw-home-wide-sidebar .pvw-logo {
    padding: 0 6px 10px;
  }

  body.home .pvw-home-wide-sidebar nav,
  body.page-template-page-account .pvw-home-wide-sidebar nav,
  body.page-template-page-account-php .pvw-home-wide-sidebar nav,
  body.page-template-page-ranking .pvw-home-wide-sidebar nav,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar nav,
  .pvw-ranking-home-shell .pvw-home-wide-sidebar nav,
  .pvw-copy-home-shell .pvw-home-wide-sidebar nav {
    gap: 6px;
    margin-top: 12px;
  }

  body.home .pvw-home-wide-sidebar nav a,
  body.page-template-page-account .pvw-home-wide-sidebar nav a,
  body.page-template-page-account-php .pvw-home-wide-sidebar nav a,
  body.page-template-page-ranking .pvw-home-wide-sidebar nav a,
  body.page-template-page-ranking-php .pvw-home-wide-sidebar nav a,
  .pvw-ranking-home-shell .pvw-home-wide-sidebar nav a,
  .pvw-copy-home-shell .pvw-home-wide-sidebar nav a {
    min-height: 41px;
    gap: 9px;
    padding: 0 11px;
    border-radius: 10px;
    font-size: 14px;
  }

  body.home .pvw-home-side-card,
  body.page-template-page-account .pvw-home-side-card,
  body.page-template-page-account-php .pvw-home-side-card,
  body.page-template-page-ranking .pvw-home-side-card,
  body.page-template-page-ranking-php .pvw-home-side-card,
  .pvw-ranking-home-shell .pvw-home-side-card,
  .pvw-copy-home-shell .pvw-home-side-card {
    margin-top: 14px;
    padding: 10px 11px;
  }

  body.home .pvw-home-side-card strong,
  body.page-template-page-account .pvw-home-side-card strong,
  body.page-template-page-account-php .pvw-home-side-card strong,
  body.page-template-page-ranking .pvw-home-side-card strong,
  body.page-template-page-ranking-php .pvw-home-side-card strong,
  .pvw-ranking-home-shell .pvw-home-side-card strong,
  .pvw-copy-home-shell .pvw-home-side-card strong {
    margin-top: 3px;
    font-size: 20px;
  }

  body.home .pvw-home-sidebar-bottom,
  body.page-template-page-account .pvw-home-sidebar-bottom,
  body.page-template-page-account-php .pvw-home-sidebar-bottom,
  body.page-template-page-ranking .pvw-home-sidebar-bottom,
  body.page-template-page-ranking-php .pvw-home-sidebar-bottom,
  .pvw-ranking-home-shell .pvw-home-sidebar-bottom,
  .pvw-copy-home-shell .pvw-home-sidebar-bottom {
    gap: 7px;
    margin-top: 16px;
    font-size: 11px;
  }

  body.home .pvw-sidebar-runtime,
  body.page-template-page-account .pvw-sidebar-runtime,
  body.page-template-page-account-php .pvw-sidebar-runtime,
  body.page-template-page-ranking .pvw-sidebar-runtime,
  body.page-template-page-ranking-php .pvw-sidebar-runtime,
  .pvw-ranking-home-shell .pvw-sidebar-runtime,
  .pvw-copy-home-shell .pvw-sidebar-runtime {
    gap: 5px;
  }

  body.home .pvw-sidebar-runtime span,
  body.page-template-page-account .pvw-sidebar-runtime span,
  body.page-template-page-account-php .pvw-sidebar-runtime span,
  body.page-template-page-ranking .pvw-sidebar-runtime span,
  body.page-template-page-ranking-php .pvw-sidebar-runtime span,
  .pvw-ranking-home-shell .pvw-sidebar-runtime span,
  .pvw-copy-home-shell .pvw-sidebar-runtime span {
    min-height: 43px;
    padding: 6px 3px;
    border-radius: 10px;
    font-size: 10px;
  }

  body.home .pvw-sidebar-runtime i,
  body.page-template-page-account .pvw-sidebar-runtime i,
  body.page-template-page-account-php .pvw-sidebar-runtime i,
  body.page-template-page-ranking .pvw-sidebar-runtime i,
  body.page-template-page-ranking-php .pvw-sidebar-runtime i,
  .pvw-ranking-home-shell .pvw-sidebar-runtime i,
  .pvw-copy-home-shell .pvw-sidebar-runtime i {
    display: none;
  }

  body.home .pvw-sidebar-runtime strong,
  body.page-template-page-account .pvw-sidebar-runtime strong,
  body.page-template-page-account-php .pvw-sidebar-runtime strong,
  body.page-template-page-ranking .pvw-sidebar-runtime strong,
  body.page-template-page-ranking-php .pvw-sidebar-runtime strong,
  .pvw-ranking-home-shell .pvw-sidebar-runtime strong,
  .pvw-copy-home-shell .pvw-sidebar-runtime strong {
    font-size: 12px;
  }

  body.home .pvw-sidebar-today-stats,
  body.page-template-page-account .pvw-sidebar-today-stats,
  body.page-template-page-account-php .pvw-sidebar-today-stats,
  body.page-template-page-ranking .pvw-sidebar-today-stats,
  body.page-template-page-ranking-php .pvw-sidebar-today-stats,
  .pvw-ranking-home-shell .pvw-sidebar-today-stats,
  .pvw-copy-home-shell .pvw-sidebar-today-stats {
    gap: 5px;
  }

  body.home .pvw-sidebar-today-stats span,
  body.page-template-page-account .pvw-sidebar-today-stats span,
  body.page-template-page-account-php .pvw-sidebar-today-stats span,
  body.page-template-page-ranking .pvw-sidebar-today-stats span,
  body.page-template-page-ranking-php .pvw-sidebar-today-stats span,
  .pvw-ranking-home-shell .pvw-sidebar-today-stats span,
  .pvw-copy-home-shell .pvw-sidebar-today-stats span {
    min-height: 43px;
    padding: 6px 4px;
    border-radius: 11px;
  }

  body.home .pvw-sidebar-today-stats b,
  body.page-template-page-account .pvw-sidebar-today-stats b,
  body.page-template-page-account-php .pvw-sidebar-today-stats b,
  body.page-template-page-ranking .pvw-sidebar-today-stats b,
  body.page-template-page-ranking-php .pvw-sidebar-today-stats b,
  .pvw-ranking-home-shell .pvw-sidebar-today-stats b,
  .pvw-copy-home-shell .pvw-sidebar-today-stats b {
    font-size: 10px;
  }

  body.home .pvw-sidebar-today-stats strong,
  body.page-template-page-account .pvw-sidebar-today-stats strong,
  body.page-template-page-account-php .pvw-sidebar-today-stats strong,
  body.page-template-page-ranking .pvw-sidebar-today-stats strong,
  body.page-template-page-ranking-php .pvw-sidebar-today-stats strong,
  .pvw-ranking-home-shell .pvw-sidebar-today-stats strong,
  .pvw-copy-home-shell .pvw-sidebar-today-stats strong {
    font-size: 13px;
  }

  body.home .pvw-sidebar-free-note,
  body.page-template-page-account .pvw-sidebar-free-note,
  body.page-template-page-account-php .pvw-sidebar-free-note,
  body.page-template-page-ranking .pvw-sidebar-free-note,
  body.page-template-page-ranking-php .pvw-sidebar-free-note,
  .pvw-ranking-home-shell .pvw-sidebar-free-note,
  .pvw-copy-home-shell .pvw-sidebar-free-note {
    gap: 4px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  body.home .pvw-sidebar-friend-link,
  body.home .pvw-sidebar-about-link,
  body.home .pvw-sidebar-copyright-link,
  body.home .pvw-sidebar-sitemap-link,
  body.page-template-page-account .pvw-sidebar-friend-link,
  body.page-template-page-account .pvw-sidebar-about-link,
  body.page-template-page-account .pvw-sidebar-copyright-link,
  body.page-template-page-account .pvw-sidebar-sitemap-link,
  body.page-template-page-account-php .pvw-sidebar-friend-link,
  body.page-template-page-account-php .pvw-sidebar-about-link,
  body.page-template-page-account-php .pvw-sidebar-copyright-link,
  body.page-template-page-account-php .pvw-sidebar-sitemap-link,
  body.page-template-page-ranking .pvw-sidebar-friend-link,
  body.page-template-page-ranking .pvw-sidebar-about-link,
  body.page-template-page-ranking .pvw-sidebar-copyright-link,
  body.page-template-page-ranking .pvw-sidebar-sitemap-link,
  body.page-template-page-ranking-php .pvw-sidebar-friend-link,
  body.page-template-page-ranking-php .pvw-sidebar-about-link,
  body.page-template-page-ranking-php .pvw-sidebar-copyright-link,
  body.page-template-page-ranking-php .pvw-sidebar-sitemap-link,
  .pvw-ranking-home-shell .pvw-sidebar-friend-link,
  .pvw-ranking-home-shell .pvw-sidebar-about-link,
  .pvw-ranking-home-shell .pvw-sidebar-copyright-link,
  .pvw-ranking-home-shell .pvw-sidebar-sitemap-link,
  .pvw-copy-home-shell .pvw-sidebar-friend-link,
  .pvw-copy-home-shell .pvw-sidebar-about-link,
  .pvw-copy-home-shell .pvw-sidebar-copyright-link,
  .pvw-copy-home-shell .pvw-sidebar-sitemap-link,
  body.pvw-unified-shell-page .pvw-sidebar-friend-link,
  body.pvw-unified-shell-page .pvw-sidebar-about-link,
  body.pvw-unified-shell-page .pvw-sidebar-copyright-link,
  body.pvw-unified-shell-page .pvw-sidebar-sitemap-link {
    grid-template-columns: 28px minmax(0, 1fr) 14px;
    gap: 7px;
    padding: 8px;
    border-radius: 13px;
  }

  body.home .pvw-sidebar-friend-link > i,
  body.home .pvw-sidebar-about-link > i,
  body.home .pvw-sidebar-copyright-link > i,
  body.home .pvw-sidebar-sitemap-link > i,
  body.page-template-page-account .pvw-sidebar-friend-link > i,
  body.page-template-page-account .pvw-sidebar-about-link > i,
  body.page-template-page-account .pvw-sidebar-copyright-link > i,
  body.page-template-page-account .pvw-sidebar-sitemap-link > i,
  body.page-template-page-account-php .pvw-sidebar-friend-link > i,
  body.page-template-page-account-php .pvw-sidebar-about-link > i,
  body.page-template-page-account-php .pvw-sidebar-copyright-link > i,
  body.page-template-page-account-php .pvw-sidebar-sitemap-link > i,
  body.page-template-page-ranking .pvw-sidebar-friend-link > i,
  body.page-template-page-ranking .pvw-sidebar-about-link > i,
  body.page-template-page-ranking .pvw-sidebar-copyright-link > i,
  body.page-template-page-ranking .pvw-sidebar-sitemap-link > i,
  body.page-template-page-ranking-php .pvw-sidebar-friend-link > i,
  body.page-template-page-ranking-php .pvw-sidebar-about-link > i,
  body.page-template-page-ranking-php .pvw-sidebar-copyright-link > i,
  body.page-template-page-ranking-php .pvw-sidebar-sitemap-link > i,
  .pvw-ranking-home-shell .pvw-sidebar-friend-link > i,
  .pvw-ranking-home-shell .pvw-sidebar-about-link > i,
  .pvw-ranking-home-shell .pvw-sidebar-copyright-link > i,
  .pvw-ranking-home-shell .pvw-sidebar-sitemap-link > i,
  .pvw-copy-home-shell .pvw-sidebar-friend-link > i,
  .pvw-copy-home-shell .pvw-sidebar-about-link > i,
  .pvw-copy-home-shell .pvw-sidebar-copyright-link > i,
  .pvw-copy-home-shell .pvw-sidebar-sitemap-link > i,
  body.pvw-unified-shell-page .pvw-sidebar-friend-link > i,
  body.pvw-unified-shell-page .pvw-sidebar-about-link > i,
  body.pvw-unified-shell-page .pvw-sidebar-copyright-link > i,
  body.pvw-unified-shell-page .pvw-sidebar-sitemap-link > i {
    width: 28px;
    height: 28px;
    border-radius: 10px;
  }

  body.home .pvw-sidebar-links,
  body.home .pvw-sidebar-records,
  body.page-template-page-account .pvw-sidebar-links,
  body.page-template-page-account .pvw-sidebar-records,
  body.page-template-page-account-php .pvw-sidebar-links,
  body.page-template-page-account-php .pvw-sidebar-records,
  body.page-template-page-ranking .pvw-sidebar-links,
  body.page-template-page-ranking .pvw-sidebar-records,
  body.page-template-page-ranking-php .pvw-sidebar-links,
  body.page-template-page-ranking-php .pvw-sidebar-records,
  .pvw-ranking-home-shell .pvw-sidebar-links,
  .pvw-ranking-home-shell .pvw-sidebar-records,
  .pvw-copy-home-shell .pvw-sidebar-links,
  .pvw-copy-home-shell .pvw-sidebar-records {
    gap: 5px 8px;
  }
}

@media (max-width: 767px) {
  .pvw-brand-hero,
  .pvw-brand-radar,
  .pvw-brand-contact-band {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .pvw-brand-hero {
    padding: 18px;
  }

  .pvw-brand-hero h2 {
    font-size: 34px;
  }

  .pvw-brand-device,
  .pvw-brand-legal-stack {
    min-height: 280px;
  }

  .pvw-brand-metrics {
    grid-template-columns: 1fr;
  }

  .pvw-brand-card-grid,
  .pvw-brand-value-list,
  .pvw-brand-policy-grid {
    grid-template-columns: 1fr;
  }

  html.pvw-mobile-h5-active,
  html.pvw-mobile-h5-active body,
  html.pvw-mobile-h5-active body #pvw-mobile-vue-root {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }
}

/* PC logged-out layout guard: keep the wide shell stable when guest/login UI is rendered. */
@media (min-width: 981px) {
  body.home {
    width: 100%;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.home .pvw-barba-wrapper,
  body.home .pvw-main,
  body.home .pvw-home-wide-shell,
  body.home .pvw-home-wide-main,
  body.home .pvw-home-feed-section,
  body.home .pvw-home-feed-section > .pvw-container {
    max-width: 100%;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  body.home .pvw-home-wide-shell {
    display: block !important;
    width: 100%;
    padding-left: 196px;
  }

  body.home .pvw-home-wide-main {
    width: 100%;
    overflow: visible;
  }

  body.home .pvw-home-wide-topbar {
    display: grid !important;
    grid-template-columns: minmax(260px, 1fr) max-content max-content max-content minmax(112px, 158px);
    align-items: center;
    width: auto;
    max-width: none;
    min-width: 0 !important;
    overflow: visible;
  }

  body.home .pvw-home-wide-topbar form {
    width: 100%;
    max-width: none;
    min-width: 0 !important;
  }

  body.home .pvw-home-wide-topbar > a,
  body.home .pvw-home-wide-topbar .pvw-app-download-wrap,
  body.home .pvw-home-wide-topbar .pvw-home-user-menu {
    min-width: 0 !important;
    max-width: 100%;
  }

  body.home .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
  body.home .pvw-home-wide-topbar > a.pvw-top-rank-link,
  body.home .pvw-home-wide-topbar .pvw-app-download {
    max-width: 142px;
    overflow: hidden;
  }

  body.home .pvw-home-wide-topbar > a.pvw-top-update-wallpaper span,
  body.home .pvw-home-wide-topbar > a.pvw-top-rank-link,
  body.home .pvw-home-wide-topbar .pvw-app-download span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home .pvw-home-wide-topbar .pvw-home-user-menu {
    justify-self: end;
    width: min(158px, 100%);
  }

  body.home .pvw-home-wide-topbar .pvw-home-wide-user {
    width: 100%;
    max-width: none;
    min-width: 0 !important;
    padding: 0 4px;
    box-sizing: border-box;
  }

  body.home .pvw-home-wide-topbar .pvw-home-wide-user > svg,
  body.home .pvw-home-wide-topbar .pvw-home-wide-user img,
  body.home .pvw-home-wide-topbar .pvw-home-wide-user .avatar {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px;
    border-radius: 999px;
    object-fit: cover;
  }

  body.home .pvw-home-wide-topbar .pvw-home-wide-user span,
  body.home .pvw-home-wide-topbar .pvw-home-wide-user small {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home .pvw-home-wide-topbar .pvw-home-user-dropdown {
    right: 0;
    max-width: min(280px, calc(100vw - 220px));
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.home .pvw-home-wide-topbar {
    grid-template-columns: minmax(220px, 1fr) max-content max-content minmax(104px, 142px);
  }

  body.home .pvw-home-wide-topbar .pvw-app-download-wrap {
    display: none;
  }

  body.home .pvw-home-wide-topbar > a.pvw-top-update-wallpaper,
  body.home .pvw-home-wide-topbar > a.pvw-top-rank-link {
    max-width: 122px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Desktop hard reset: mobile SSR blocks must never shape the PC homepage. */
@media (min-width: 768px) {
  html.pvw-device-desktop body.home .pvw-mobile-app-home,
  html.pvw-device-desktop body.home .pvw-mobile-topic-card,
  html.pvw-device-desktop body.home .pvw-mobile-bottom-nav,
  body.pvw-desktop-client.home .pvw-mobile-app-home,
  body.pvw-desktop-client.home .pvw-mobile-topic-card,
  body.pvw-desktop-client.home .pvw-mobile-bottom-nav {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  html.pvw-device-desktop body.home .pvw-home-wide-shell,
  body.pvw-desktop-client.home .pvw-home-wide-shell {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    padding: 0 0 0 196px !important;
    background: #fff8fb !important;
    box-sizing: border-box;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-sidebar,
  body.pvw-desktop-client.home .pvw-home-wide-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 40;
    display: block !important;
    width: 196px !important;
    min-width: 196px !important;
    max-width: 196px !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    padding: 16px 10px 14px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-right: 1px solid rgba(248, 95, 142, .1);
    box-sizing: border-box;
  }

  html.pvw-device-desktop body.admin-bar.home .pvw-home-wide-sidebar,
  body.pvw-desktop-client.admin-bar.home .pvw-home-wide-sidebar {
    top: 32px !important;
    min-height: calc(100vh - 32px) !important;
    max-height: calc(100vh - 32px) !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-sidebar .pvw-logo,
  body.pvw-desktop-client.home .pvw-home-wide-sidebar .pvw-logo {
    padding-bottom: 18px !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-sidebar nav,
  body.pvw-desktop-client.home .pvw-home-wide-sidebar nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin-top: 28px !important;
    overflow: visible !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-sidebar nav a,
  body.pvw-desktop-client.home .pvw-home-wide-sidebar nav a {
    flex: none !important;
    min-height: 42px !important;
    white-space: normal !important;
  }

  html.pvw-device-desktop body.home .pvw-home-side-card,
  body.pvw-desktop-client.home .pvw-home-side-card {
    margin-top: 15px !important;
  }

  html.pvw-device-desktop body.home .pvw-home-sidebar-bottom,
  body.pvw-desktop-client.home .pvw-home-sidebar-bottom {
    margin-top: 18px !important;
  }

  html.pvw-device-desktop body.home .pvw-home-side-card,
  html.pvw-device-desktop body.home .pvw-home-sidebar-bottom,
  html.pvw-device-desktop body.home .pvw-site-notice,
  body.pvw-desktop-client.home .pvw-home-side-card,
  body.pvw-desktop-client.home .pvw-home-sidebar-bottom,
  body.pvw-desktop-client.home .pvw-site-notice {
    display: flex !important;
  }

  html.pvw-device-desktop body.home .pvw-home-side-card,
  body.pvw-desktop-client.home .pvw-home-side-card {
    display: block !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-main,
  body.pvw-desktop-client.home .pvw-home-wide-main {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 18px 24px 46px !important;
    box-sizing: border-box;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-topbar,
  body.pvw-desktop-client.home .pvw-home-wide-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 20;
    display: grid !important;
    grid-template-columns: minmax(360px, 1fr) max-content max-content max-content minmax(126px, 168px) !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin: -18px -24px 22px !important;
    padding: 12px 24px !important;
    overflow: visible !important;
  }

  html.pvw-device-desktop body.admin-bar.home .pvw-home-wide-topbar,
  body.pvw-desktop-client.admin-bar.home .pvw-home-wide-topbar {
    top: 32px !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-topbar form,
  body.pvw-desktop-client.home .pvw-home-wide-topbar form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-topbar > a,
  html.pvw-device-desktop body.home .pvw-home-wide-topbar .pvw-app-download-wrap,
  html.pvw-device-desktop body.home .pvw-home-wide-topbar .pvw-home-user-menu,
  body.pvw-desktop-client.home .pvw-home-wide-topbar > a,
  body.pvw-desktop-client.home .pvw-home-wide-topbar .pvw-app-download-wrap,
  body.pvw-desktop-client.home .pvw-home-wide-topbar .pvw-home-user-menu {
    display: inline-flex !important;
  }

  html.pvw-device-desktop body.home .pvw-home-feed-section,
  body.pvw-desktop-client.home .pvw-home-feed-section {
    padding: 0 !important;
  }

  html.pvw-device-desktop body.home .pvw-home-feed-section > .pvw-container,
  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-section > .pvw-container,
  body.pvw-desktop-client.home .pvw-home-feed-section > .pvw-container,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-section > .pvw-container {
    width: min(1640px, 100%) !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-section-head,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 14px !important;
  }

  html.pvw-device-desktop body.home .pvw-feed-type-tabs,
  body.pvw-desktop-client.home .pvw-feed-type-tabs {
    display: flex !important;
  }

  html.pvw-device-desktop body.home .pvw-feed-tagbar-wrap,
  body.pvw-desktop-client.home .pvw-feed-tagbar-wrap {
    display: flex !important;
  }

  html.pvw-device-desktop body.home .pvw-douyin-filterbar,
  body.pvw-desktop-client.home .pvw-douyin-filterbar {
    display: flex !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-masonry,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-masonry {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-wall-card,
  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-wall-card.is-tall,
  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-wall-card.is-wide,
  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-feed-card,
  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+2),
  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+5),
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-wall-card,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-wall-card.is-tall,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-wall-card.is-wide,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-feed-card,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+2),
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-feed-card:nth-child(6n+5) {
    min-width: 0 !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 4.35 !important;
    scroll-snap-align: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  html.pvw-device-desktop body.home .pvw-home-wide-topbar,
  body.pvw-desktop-client.home .pvw-home-wide-topbar {
    grid-template-columns: minmax(260px, 1fr) max-content max-content minmax(112px, 150px) !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-topbar .pvw-app-download-wrap,
  body.pvw-desktop-client.home .pvw-home-wide-topbar .pvw-app-download-wrap {
    display: none !important;
  }

  html.pvw-device-desktop body.home .pvw-home-wide-main .pvw-masonry,
  body.pvw-desktop-client.home .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1280px) {
  .pvw-client-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pvw-client-download-shell {
    display: block;
    padding: 0 12px 78px !important;
  }

  .pvw-client-download-shell .pvw-home-wide-sidebar,
  .pvw-client-download-shell .pvw-home-wide-topbar {
    display: none !important;
  }

  .pvw-client-download-shell .pvw-home-wide-main {
    width: 100%;
    padding: 12px 0 0 !important;
  }

  .pvw-client-download-page > .pvw-container {
    width: 100%;
  }

  .pvw-client-download-hero {
    min-height: 210px;
    margin-bottom: 14px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .pvw-client-download-hero::after {
    right: -54px;
    width: 220px;
  }

  .pvw-client-download-hero h1 {
    font-size: 34px;
  }

  .pvw-client-download-hero p {
    font-size: 14px;
  }

  .pvw-client-download-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pvw-client-download-card {
    border-radius: 22px;
  }

  .pvw-client-download-note {
    display: grid;
    gap: 7px;
    margin-top: 12px;
  }
}

@media (min-width: 1024px) {
  html.pvw-device-desktop body.search .pvw-home-wide-shell,
  body.pvw-desktop-client.search .pvw-home-wide-shell {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    padding: 0 0 0 196px !important;
    background: #fff8fb !important;
    box-sizing: border-box;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-sidebar,
  body.pvw-desktop-client.search .pvw-home-wide-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 40;
    display: block !important;
    width: 196px !important;
    min-width: 196px !important;
    max-width: 196px !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    padding: 16px 10px 14px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-right: 1px solid rgba(248, 95, 142, .1);
    box-sizing: border-box;
  }

  html.pvw-device-desktop body.admin-bar.search .pvw-home-wide-sidebar,
  body.pvw-desktop-client.admin-bar.search .pvw-home-wide-sidebar {
    top: 32px !important;
    min-height: calc(100vh - 32px) !important;
    max-height: calc(100vh - 32px) !important;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-main,
  body.pvw-desktop-client.search .pvw-home-wide-main {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 18px 24px 46px !important;
    box-sizing: border-box;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-topbar,
  body.pvw-desktop-client.search .pvw-home-wide-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 20;
    display: grid !important;
    grid-template-columns: minmax(360px, 1fr) max-content max-content max-content minmax(126px, 168px) !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin: -18px -24px 22px !important;
    padding: 12px 24px !important;
    overflow: visible !important;
  }

  html.pvw-device-desktop body.admin-bar.search .pvw-home-wide-topbar,
  body.pvw-desktop-client.admin-bar.search .pvw-home-wide-topbar {
    top: 32px !important;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-topbar form,
  body.pvw-desktop-client.search .pvw-home-wide-topbar form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html.pvw-device-desktop body.search .pvw-home-feed-section,
  body.pvw-desktop-client.search .pvw-home-feed-section {
    padding: 0 !important;
  }

  html.pvw-device-desktop body.search .pvw-home-feed-section > .pvw-container,
  html.pvw-device-desktop body.search .pvw-home-wide-main .pvw-section > .pvw-container,
  body.pvw-desktop-client.search .pvw-home-feed-section > .pvw-container,
  body.pvw-desktop-client.search .pvw-home-wide-main .pvw-section > .pvw-container {
    width: min(1640px, 100%) !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-main .pvw-section-head,
  body.pvw-desktop-client.search .pvw-home-wide-main .pvw-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 14px !important;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-main .pvw-masonry,
  body.pvw-desktop-client.search .pvw-home-wide-main .pvw-masonry {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  html.pvw-device-desktop body.search .pvw-home-wide-topbar,
  body.pvw-desktop-client.search .pvw-home-wide-topbar {
    grid-template-columns: minmax(260px, 1fr) max-content max-content minmax(112px, 150px) !important;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-topbar .pvw-app-download-wrap,
  body.pvw-desktop-client.search .pvw-home-wide-topbar .pvw-app-download-wrap {
    display: none !important;
  }

  html.pvw-device-desktop body.search .pvw-home-wide-main .pvw-masonry,
  body.pvw-desktop-client.search .pvw-home-wide-main .pvw-masonry {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Copywriting PC polish: single-column left image/right text cards. */
@media (min-width: 981px) {
  body.post-type-archive-pvw_copy .pvw-copy-flow-grid,
  body.home .pvw-home-feed-grid[data-feed-type="copy"],
  body.home .pvw-copy-flow-grid,
  .pvw-home-wide-main .pvw-copy-flow-grid,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card {
    overflow: hidden !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, .82) !important;
    background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(255,246,250,.92)) !important;
    box-shadow: 0 18px 46px rgba(216, 66, 122, .12) !important;
    animation: pvwCopyCardIn .42s ease both;
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease, filter .26s ease !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card:hover,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card:hover,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(255, 115, 169, .52) !important;
    box-shadow: 0 26px 68px rgba(216, 66, 122, .2) !important;
    filter: saturate(1.04);
  }

  body.post-type-archive-pvw_copy .pvw-copy-card-link,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-link,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-link {
    display: grid !important;
    grid-template-columns: clamp(220px, 24vw, 320px) minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 24px !important;
    min-height: 240px !important;
    padding: 18px !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card-media,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-media,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-media {
    min-height: 220px !important;
    max-height: none !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 34px rgba(137, 42, 81, .16) !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card-media::after,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-media::after,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 42%, rgba(0,0,0,.12));
    content: "";
    pointer-events: none;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card-media .pvw-card-img,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-media .pvw-card-img,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-media .pvw-card-img {
    transform: scale(1.02);
    transition: transform .55s ease, opacity .28s ease !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card:hover .pvw-copy-card-media .pvw-card-img,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card:hover .pvw-copy-card-media .pvw-card-img,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card:hover .pvw-copy-card-media .pvw-card-img {
    transform: scale(1.08);
  }

  body.post-type-archive-pvw_copy .pvw-copy-card-body,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-body,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-body {
    justify-content: center !important;
    gap: 13px !important;
    padding: 4px 8px 4px 0 !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card h3,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card h3,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card h3 {
    font-size: clamp(21px, 1.35vw, 28px) !important;
    line-height: 1.35 !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-card-text,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-card-text,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-card-text {
    color: rgba(44, 32, 48, .86) !important;
    font-size: 15px !important;
    line-height: 1.95 !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-text-wrap.is-collapsed .pvw-copy-card-text,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-text-wrap.is-collapsed .pvw-copy-card-text,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-text-wrap.is-collapsed .pvw-copy-card-text {
    max-height: 9.8em !important;
    -webkit-line-clamp: 5 !important;
  }

  body.post-type-archive-pvw_copy .pvw-copy-actions button,
  .pvw-home-wide-main .pvw-copy-flow-grid .pvw-copy-actions button,
  .pvw-home-wide-main .pvw-home-feed-grid[data-feed-type="copy"] .pvw-copy-actions button {
    min-height: 36px !important;
    padding: 0 15px !important;
    font-size: 12px !important;
  }
}

@keyframes pvwCopyCardIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pvw-copy-single {
  padding: 34px 0 58px;
}

.pvw-copy-single-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 4% 0, rgba(255, 123, 176, .22), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,246,250,.92));
  box-shadow: 0 30px 86px rgba(205, 55, 113, .16);
  padding: clamp(18px, 2vw, 28px);
  animation: pvwCopyCardIn .48s ease both;
}

.pvw-copy-single-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0, rgba(255,255,255,.42) 42%, transparent 68%);
  transform: translateX(-120%);
  content: "";
  pointer-events: none;
}

.pvw-copy-single-card:hover::before {
  animation: pvwCopyShine 1.2s ease;
}

@keyframes pvwCopyShine {
  to {
    transform: translateX(120%);
  }
}

.pvw-copy-single-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 220, 235, .72), rgba(255, 247, 251, .96));
  box-shadow: 0 24px 54px rgba(132, 36, 78, .18);
}

.pvw-copy-single-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .7s ease;
}

.pvw-copy-single-card:hover .pvw-copy-single-media img {
  transform: scale(1.06);
}

.pvw-copy-single-media figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(14px);
  color: #9b4268;
  font-size: 12px;
  font-weight: 800;
}

.pvw-copy-single-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(8px, 1.4vw, 18px) clamp(4px, 1vw, 14px);
}

.pvw-copy-single-meta,
.pvw-copy-single-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(72, 44, 64, .58);
  font-size: 13px;
}

.pvw-copy-single-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff72aa, #ffb3cc);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(238, 79, 137, .24);
}

.pvw-copy-single-meta em {
  font-style: normal;
}

.pvw-copy-single-content h1 {
  margin: 0;
  color: #241626;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
}

.pvw-copy-single-text {
  color: rgba(38, 28, 42, .84);
  font-size: 16px;
  line-height: 2;
}

.pvw-copy-single-text p {
  margin: 0 0 1em;
}

.pvw-copy-single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pvw-copy-single-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #d94c86;
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 120, 174, .16);
}

.pvw-copy-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 6px;
}

.pvw-copy-single-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  color: #904261;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 120, 174, .18), 0 12px 26px rgba(228, 84, 139, .1);
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.pvw-copy-single-actions button:hover,
.pvw-copy-single-actions button.is-active,
.pvw-copy-single-actions button.is-copied {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #ff72aa, #ffb3cc);
  color: #fff;
  box-shadow: 0 16px 30px rgba(238, 79, 137, .2);
}

@media (max-width: 980px) {
  .pvw-copy-single {
    padding: 18px 0 36px;
  }

  .pvw-copy-single-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
    gap: 18px;
  }

  .pvw-copy-single-media {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .pvw-copy-single-content h1 {
    font-size: 28px;
  }
}

/* Dynamic wallpaper logo refresh. */
.pvw-logo {
  position: relative;
  text-decoration: none;
}

.pvw-logo-mark {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 76% 12%, rgba(255,255,255,.94), transparent 18px),
    linear-gradient(135deg, #ff66a2 0%, #ff9fc5 38%, #8ecbff 72%, #b8f5d0 100%) !important;
  background-size: 180% 180% !important;
  box-shadow:
    0 18px 34px rgba(248, 95, 142, .26),
    inset 0 0 0 1px rgba(255,255,255,.3) !important;
  isolation: isolate;
  animation: pvwLogoWallpaperDrift 7s ease-in-out infinite alternate;
}

.pvw-logo-mark::before,
.pvw-logo-mark::after {
  position: absolute !important;
  display: block !important;
  content: "" !important;
  pointer-events: none;
}

.pvw-logo-mark::before {
  inset: -36% auto auto -44% !important;
  width: 82% !important;
  height: 82% !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(255,255,255,.72), rgba(255,255,255,0) 68%) !important;
  transform: none !important;
  opacity: .72;
  animation: pvwLogoGlowFloat 5.8s ease-in-out infinite;
}

.pvw-logo-mark::after {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.64) 42%, transparent 68%) !important;
  box-shadow: none !important;
  transform: translateX(-135%) skewX(-12deg) !important;
  opacity: .56;
  animation: pvwLogoShine 3.8s ease-in-out infinite;
}

.pvw-logo-screen {
  position: relative !important;
  z-index: 1;
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  overflow: hidden !important;
  border: 2px solid rgba(255,255,255,.92) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(160deg, rgba(255,255,255,.24), transparent 38%),
    linear-gradient(180deg, #7ad4ff 0%, #fbd2ec 46%, #ff8bb7 100%) !important;
  box-shadow:
    0 8px 18px rgba(96, 34, 58, .16),
    inset 0 0 0 1px rgba(255,255,255,.24) !important;
}

.pvw-logo-screen::before,
.pvw-logo-screen::after {
  position: absolute !important;
  display: block !important;
  content: "" !important;
  pointer-events: none;
}

.pvw-logo-screen::before {
  right: 5px !important;
  top: 5px !important;
  left: auto !important;
  bottom: auto !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 0 14px rgba(255,255,255,.9) !important;
  transform: none !important;
  animation: pvwLogoSunPulse 2.6s ease-in-out infinite;
}

.pvw-logo-screen::after {
  left: -5px !important;
  right: -5px !important;
  bottom: -2px !important;
  top: auto !important;
  width: auto !important;
  height: 15px !important;
  border-radius: 0 0 9px 9px !important;
  background:
    linear-gradient(135deg, transparent 0 20%, rgba(52, 170, 140, .95) 21% 48%, transparent 49%),
    linear-gradient(45deg, transparent 0 28%, rgba(255,255,255,.82) 29% 47%, rgba(101, 184, 158, .96) 48% 76%, transparent 77%) !important;
  transform: translateX(-2px) !important;
  animation: pvwLogoMountains 5.2s ease-in-out infinite alternate;
}

.pvw-logo-screen span {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  height: 10px;
  padding: 0 3px;
  border-radius: 999px;
  color: #ff5f96;
  background: rgba(255,255,255,.9);
  box-shadow: 0 4px 10px rgba(100, 38, 62, .14);
  font-size: 7px;
  font-weight: 1000;
  line-height: 1;
}

.pvw-logo-text strong {
  display: inline-block;
  color: #ff5f96;
  background: linear-gradient(90deg, #ff4f93 0%, #ff9fc1 32%, #49a9ff 54%, #ff5f96 78%, #ff4f93 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 16px rgba(248, 95, 142, .16));
  animation: pvwLogoTextFlow 5.5s ease-in-out infinite;
}

.pvw-logo-text span {
  position: relative;
}

.pvw-logo-text span::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 68%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,95,150,0), rgba(255,95,150,.58), rgba(73,169,255,0));
  content: "";
  transform-origin: left;
  animation: pvwLogoSubtitleLine 4.8s ease-in-out infinite;
}

@keyframes pvwLogoWallpaperDrift {
  from {
    background-position: 0% 50%;
    transform: translateY(0);
  }
  to {
    background-position: 100% 44%;
    transform: translateY(-1px);
  }
}

@keyframes pvwLogoGlowFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .5;
  }
  50% {
    transform: translate3d(18px, 18px, 0) scale(1.12);
    opacity: .88;
  }
}

@keyframes pvwLogoShine {
  0%, 46% {
    transform: translateX(-135%) skewX(-12deg);
  }
  72%, 100% {
    transform: translateX(135%) skewX(-12deg);
  }
}

@keyframes pvwLogoSunPulse {
  0%, 100% {
    transform: scale(.9);
    opacity: .78;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes pvwLogoMountains {
  from {
    transform: translateX(-2px);
  }
  to {
    transform: translateX(3px);
  }
}

@keyframes pvwLogoTextFlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes pvwLogoSubtitleLine {
  0%, 100% {
    transform: scaleX(.42);
    opacity: .36;
  }
  50% {
    transform: scaleX(1);
    opacity: .9;
  }
}

@media (max-width: 680px) {
  .pvw-logo-mark {
    width: 34px !important;
    height: 34px !important;
    border-radius: 13px !important;
  }

  .pvw-logo-screen {
    width: 25px !important;
    height: 25px !important;
    border-radius: 8px !important;
  }

  .pvw-logo-screen span {
    right: 2px;
    bottom: 2px;
    min-width: 13px;
    height: 9px;
    font-size: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-logo-mark,
  .pvw-logo-mark::before,
  .pvw-logo-mark::after,
  .pvw-logo-screen::before,
  .pvw-logo-screen::after,
  .pvw-logo-text strong,
  .pvw-logo-text span::after {
    animation: none !important;
  }
}

/* Premium dynamic logo override. */
.pvw-logo {
  gap: 11px !important;
}

.pvw-logo-mark {
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(255,255,255,.7) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.72), transparent 18%),
    radial-gradient(circle at 76% 72%, rgba(80,198,255,.34), transparent 32%),
    linear-gradient(135deg, #26101d 0%, #ff5f96 42%, #ffc0d7 66%, #ffffff 100%) !important;
  background-size: 150% 150% !important;
  box-shadow:
    0 18px 38px rgba(248,95,142,.28),
    0 0 0 7px rgba(255,121,171,.08),
    inset 0 1px 0 rgba(255,255,255,.48) !important;
  animation: pvwPremiumLogoBreath 5.8s ease-in-out infinite !important;
}

.pvw-logo-mark::before {
  inset: -2px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 19px !important;
  background:
    conic-gradient(from 0deg, rgba(255,255,255,0), rgba(255,255,255,.78), rgba(255,95,150,.28), rgba(80,198,255,.46), rgba(255,255,255,0)) !important;
  opacity: .55 !important;
  transform: none !important;
  animation: pvwPremiumLogoRing 8s linear infinite !important;
}

.pvw-logo-mark::after {
  inset: 1px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 17px !important;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.52) 18%, transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.16), transparent 42%) !important;
  opacity: .64 !important;
  transform: translateX(-120%) skewX(-16deg) !important;
  animation: pvwPremiumLogoSweep 4.4s cubic-bezier(.2,.72,.22,1) infinite !important;
}

.pvw-logo-screen {
  z-index: 2 !important;
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  border-radius: 11px !important;
  background:
    radial-gradient(circle at 72% 24%, rgba(255,255,255,.94) 0 7%, transparent 8%),
    linear-gradient(140deg, rgba(255,255,255,.28), transparent 38%),
    conic-gradient(from 210deg, #ff78aa, #ffd2e4, #7bcfff, #8ff1c9, #ff78aa) !important;
  box-shadow:
    0 10px 20px rgba(52,18,34,.22),
    inset 0 0 0 1px rgba(255,255,255,.28) !important;
  transform: rotate(-7deg);
  animation: pvwPremiumLogoTile 6.2s ease-in-out infinite !important;
}

.pvw-logo-screen::before {
  left: 4px !important;
  right: 4px !important;
  top: auto !important;
  bottom: 5px !important;
  width: auto !important;
  height: 11px !important;
  border-radius: 0 0 8px 8px !important;
  background:
    linear-gradient(135deg, transparent 0 20%, rgba(36,148,128,.95) 21% 51%, transparent 52%),
    linear-gradient(45deg, transparent 0 22%, rgba(255,255,255,.84) 23% 42%, rgba(65,178,144,.94) 43% 82%, transparent 83%) !important;
  box-shadow: none !important;
  opacity: .95 !important;
  transform: none !important;
  animation: pvwPremiumLogoHorizon 5.6s ease-in-out infinite alternate !important;
}

.pvw-logo-screen::after {
  left: -42% !important;
  top: -28% !important;
  right: auto !important;
  bottom: auto !important;
  width: 58% !important;
  height: 150% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent) !important;
  transform: rotate(28deg) translateX(-70%) !important;
  animation: pvwPremiumLogoGlass 3.9s ease-in-out infinite !important;
}

.pvw-logo-screen span {
  right: -4px !important;
  bottom: -3px !important;
  min-width: 18px !important;
  height: 12px !important;
  border: 1px solid rgba(255,255,255,.62);
  color: #fff !important;
  background: rgba(24, 10, 18, .66) !important;
  box-shadow: 0 8px 18px rgba(32, 10, 20, .2) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pvw-logo-text strong {
  color: #24131d !important;
  background: linear-gradient(100deg, #24131d 0%, #ff4f93 32%, #ffffff 46%, #53b9ff 58%, #ff4f93 74%, #24131d 100%) !important;
  background-size: 240% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 8px 18px rgba(248,95,142,.14)) !important;
  animation: pvwPremiumLogoText 6.8s ease-in-out infinite !important;
}

.pvw-logo-text span::after {
  width: 78% !important;
  background: linear-gradient(90deg, rgba(255,95,150,0), rgba(255,95,150,.72), rgba(83,185,255,.42), rgba(255,95,150,0)) !important;
  animation: pvwPremiumLogoLine 5.8s ease-in-out infinite !important;
}

@keyframes pvwPremiumLogoBreath {
  0%, 100% {
    background-position: 0% 50%;
    transform: translateY(0) scale(1);
  }
  50% {
    background-position: 100% 46%;
    transform: translateY(-1px) scale(1.025);
  }
}

@keyframes pvwPremiumLogoRing {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pvwPremiumLogoSweep {
  0%, 42% {
    transform: translateX(-120%) skewX(-16deg);
  }
  72%, 100% {
    transform: translateX(120%) skewX(-16deg);
  }
}

@keyframes pvwPremiumLogoTile {
  0%, 100% {
    transform: rotate(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(-1px);
  }
}

@keyframes pvwPremiumLogoHorizon {
  from {
    transform: translateX(-2px);
  }
  to {
    transform: translateX(2px);
  }
}

@keyframes pvwPremiumLogoGlass {
  0%, 45% {
    transform: rotate(28deg) translateX(-72%);
    opacity: 0;
  }
  68% {
    opacity: .86;
  }
  100% {
    transform: rotate(28deg) translateX(188%);
    opacity: 0;
  }
}

@keyframes pvwPremiumLogoText {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes pvwPremiumLogoLine {
  0%, 100% {
    transform: scaleX(.28);
    opacity: .38;
  }
  50% {
    transform: scaleX(1);
    opacity: .95;
  }
}

@media (max-width: 680px) {
  .pvw-logo-mark {
    width: 36px !important;
    height: 36px !important;
    border-radius: 14px !important;
  }

  .pvw-logo-screen {
    width: 25px !important;
    height: 25px !important;
    border-radius: 9px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-logo-mark,
  .pvw-logo-mark::before,
  .pvw-logo-mark::after,
  .pvw-logo-screen,
  .pvw-logo-screen::before,
  .pvw-logo-screen::after,
  .pvw-logo-text strong,
  .pvw-logo-text span::after {
    animation: none !important;
  }
}

/* Minimal pink wallpaper brand logo. */
.pvw-logo {
  gap: 12px !important;
}

.pvw-logo-mark {
  width: 46px !important;
  height: 46px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 190, 215, .7) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(145deg, #fff3f8 0%, #ff9fbe 52%, #ef5d94 100%) !important;
  box-shadow:
    0 16px 32px rgba(216, 68, 121, .2),
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -10px 22px rgba(178, 38, 88, .14) !important;
  transform: none !important;
  animation: pvwLogoMinimalFloat 6.8s ease-in-out infinite !important;
}

.pvw-logo-mark::before {
  inset: 6px !important;
  width: auto !important;
  height: auto !important;
  border: 1.5px solid rgba(255,255,255,.88) !important;
  border-radius: 12px !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.24) !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.pvw-logo-mark::after {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background: linear-gradient(112deg, transparent 0%, rgba(255,255,255,.46) 24%, transparent 40%) !important;
  opacity: .46 !important;
  transform: translateX(-130%) skewX(-16deg) !important;
  animation: pvwLogoMinimalShine 5.4s ease-in-out infinite !important;
}

.pvw-logo-screen {
  z-index: 2 !important;
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  border: 0 !important;
  border-radius: 9px !important;
  background:
    radial-gradient(circle at 70% 26%, rgba(255,255,255,.96) 0 7%, transparent 8%),
    linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.1)) !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
}

.pvw-logo-screen::before {
  left: 3px !important;
  right: 3px !important;
  bottom: 4px !important;
  top: auto !important;
  width: auto !important;
  height: 10px !important;
  border: 0 !important;
  border-radius: 0 0 8px 8px !important;
  background:
    linear-gradient(135deg, transparent 0 24%, rgba(255,255,255,.92) 25% 54%, transparent 55%),
    linear-gradient(45deg, transparent 0 30%, rgba(255,255,255,.72) 31% 58%, rgba(255,255,255,.95) 59% 82%, transparent 83%) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.pvw-logo-screen::after,
.pvw-logo-screen span {
  display: none !important;
}

.pvw-logo-text strong {
  display: inline-block !important;
  color: #2d1822 !important;
  background:
    linear-gradient(100deg, #2d1822 0%, #2d1822 30%, #db4c82 45%, #fff6fa 50%, #db4c82 55%, #2d1822 72%, #2d1822 100%) !important;
  background-size: 235% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "Microsoft YaHei UI", "PingFang SC", "HarmonyOS Sans SC", "Arial Rounded MT Bold", system-ui, sans-serif !important;
  font-size: clamp(20px, 1.3vw, 24px) !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  text-shadow: none !important;
  filter: drop-shadow(0 9px 18px rgba(90, 30, 54, .12)) !important;
  animation: pvwLogoMinimalText 7.8s ease-in-out infinite !important;
}

.pvw-logo-text span {
  margin-top: 6px !important;
  color: rgba(65, 38, 50, .6) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
}

.pvw-logo-text span::after {
  width: 52% !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(219,76,130,0), rgba(219,76,130,.68), rgba(219,76,130,0)) !important;
  animation: pvwLogoMinimalLine 7.2s ease-in-out infinite !important;
}

@keyframes pvwLogoMinimalFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow:
      0 16px 32px rgba(216, 68, 121, .2),
      inset 0 1px 0 rgba(255,255,255,.72),
      inset 0 -10px 22px rgba(178, 38, 88, .14);
  }
  50% {
    transform: translateY(-1px);
    box-shadow:
      0 20px 38px rgba(216, 68, 121, .24),
      inset 0 1px 0 rgba(255,255,255,.78),
      inset 0 -10px 22px rgba(178, 38, 88, .16);
  }
}

@keyframes pvwLogoMinimalShine {
  0%, 52% {
    transform: translateX(-130%) skewX(-16deg);
  }
  78%, 100% {
    transform: translateX(130%) skewX(-16deg);
  }
}

@keyframes pvwLogoMinimalText {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes pvwLogoMinimalLine {
  0%, 100% {
    transform: scaleX(.3);
    opacity: .28;
  }
  50% {
    transform: scaleX(1);
    opacity: .78;
  }
}

@media (max-width: 680px) {
  .pvw-logo-mark {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }

  .pvw-logo-screen {
    width: 23px !important;
    height: 23px !important;
  }

  .pvw-logo-text strong {
    font-size: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-logo-mark,
  .pvw-logo-mark::after,
  .pvw-logo-text strong,
  .pvw-logo-text span::after {
    animation: none !important;
  }
}

/* Toopic-like iPad desktop preview and consistent detail actions. */
.pvw-wallpaper-detail-modal .pvw-xhs-actions-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 12px !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.1), 0 14px 34px rgba(91,41,62,.08) !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 24px auto !important;
  place-items: center !important;
  min-width: 0 !important;
  min-height: 78px !important;
  gap: 7px !important;
  padding: 11px 8px !important;
  border: 1px solid rgba(248,95,142,.12) !important;
  border-radius: 16px !important;
  color: #5b3a49 !important;
  background: linear-gradient(180deg, #fff, #fff8fb) !important;
  box-shadow: 0 9px 20px rgba(88,40,60,.06) !important;
  text-decoration: none !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  color: currentColor !important;
  stroke: currentColor !important;
  fill: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 4px !important;
  justify-items: center !important;
  text-align: center !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text em,
.pvw-wallpaper-detail-modal .pvw-xhs-action-text b {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text em {
  color: inherit !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 950 !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text b {
  color: rgba(91,58,73,.58) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action:hover,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-liked,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-active {
  color: #fff !important;
  background: linear-gradient(135deg, #ff5f96, #ff9fc1) !important;
  border-color: rgba(255,255,255,.52) !important;
  box-shadow: 0 15px 28px rgba(248,95,142,.22) !important;
  transform: translateY(-2px) !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action:hover .pvw-xhs-action-text b,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-liked .pvw-xhs-action-text b,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-active .pvw-xhs-action-text b {
  color: rgba(255,255,255,.78) !important;
}

@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-modal-panel {
    width: min(1560px, calc(100vw - 56px)) !important;
    background: #f6f7fa !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-single-shell {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 420px) !important;
    gap: 24px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery {
    padding: 58px 58px 68px !important;
    border-radius: 38px !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(255,255,255,.18), transparent 22%),
      linear-gradient(145deg, #20181f 0%, #342631 52%, #141015 100%) !important;
    box-shadow:
      0 30px 88px rgba(25, 8, 17, .28),
      inset 0 0 0 1px rgba(255,255,255,.12),
      inset 0 -34px 52px rgba(0,0,0,.25) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::before,
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::after {
    display: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer {
    height: clamp(510px, 68vh, 740px) !important;
    min-height: clamp(510px, 68vh, 740px) !important;
    overflow: hidden !important;
    border: 2px solid rgba(255,255,255,.08) !important;
    border-radius: 28px !important;
    background: #101010 !important;
    box-shadow:
      0 0 0 1px rgba(255,255,255,.1),
      0 28px 68px rgba(0,0,0,.3),
      inset 0 0 0 1px rgba(255,255,255,.08) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    height: clamp(510px, 68vh, 740px) !important;
    min-height: clamp(510px, 68vh, 740px) !important;
    padding: 0 !important;
    border-radius: 28px !important;
    background: #101010 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide img,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide video {
    height: clamp(510px, 68vh, 740px) !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    box-shadow: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::before {
    z-index: 6 !important;
    background:
      linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.08) 12%, transparent 28%, transparent 72%, rgba(0,0,0,.3) 100%),
      linear-gradient(90deg, rgba(255,255,255,.07), transparent 16%, transparent 84%, rgba(255,255,255,.06)) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before {
    display: none !important;
  }

  .pvw-ipad-chrome {
    position: absolute;
    inset: 0;
    z-index: 12;
    pointer-events: none;
  }

  .pvw-ipad-menubar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    padding: 0 18px;
    color: rgba(255,255,255,.94);
    background: rgba(18, 12, 17, .28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    font-size: 13px;
    font-weight: 800;
  }

  .pvw-ipad-menu-left,
  .pvw-ipad-menu-right {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
  }

  .pvw-ipad-apple {
    font-size: 17px;
    line-height: 1;
  }

  .pvw-ipad-titlebar {
    position: absolute;
    left: 50%;
    top: 48px;
    max-width: min(70%, 620px);
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: rgba(255,255,255,.88);
    background: rgba(18, 12, 17, .18);
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    font-size: 12px;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .pvw-ipad-dock {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 14;
    display: flex;
    align-items: flex-end;
    gap: 13px;
    height: 68px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 25px;
    background: rgba(255,255,255,.24);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.14),
      0 18px 42px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    pointer-events: auto;
    transform: translateX(-50%);
  }

  .pvw-ipad-app {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 13px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,.16);
    transition: transform .18s cubic-bezier(.2,.9,.2,1.4), box-shadow .18s ease, filter .18s ease;
    transform-origin: center bottom;
  }

  .pvw-ipad-app:hover {
    z-index: 2;
    filter: saturate(1.06);
    box-shadow: 0 16px 28px rgba(0,0,0,.22);
    transform: translateY(-12px) scale(1.38);
  }

  .pvw-ipad-app.is-pink {
    background: linear-gradient(135deg, #ff5f96, #ffc1d8);
  }

  .pvw-ipad-app.is-white {
    background: linear-gradient(135deg, #fff, #ffeaf2);
  }

  .pvw-ipad-app.is-blue {
    background: linear-gradient(135deg, #5db3ff, #e9f5ff);
  }

  .pvw-ipad-app.is-purple {
    background: linear-gradient(135deg, #9c7cff, #f5efff);
  }

  .pvw-ipad-app.is-red {
    background: linear-gradient(135deg, #ff6b7d, #fff0f3);
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-info-card {
    max-height: calc(91vh - 60px) !important;
    padding: 24px !important;
    border: 1px solid rgba(232, 220, 226, .95) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 20px 58px rgba(66, 34, 48, .1) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-actions-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action-download {
    order: -1 !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    justify-items: start !important;
    min-height: 64px !important;
    padding: 12px 18px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff4f8f, #ff8db8) !important;
    box-shadow: 0 18px 34px rgba(248,95,142,.25) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action-download .pvw-xhs-action-text {
    justify-items: start !important;
    text-align: left !important;
  }
}

@media (max-width: 1080px) {
  .pvw-ipad-chrome {
    display: none !important;
  }
}

/* HD wallpaper detail fidelity: keep the original pixels visible and avoid forced crop blur. */
.pvw-wallpaper-detail-modal .pvw-xhs-viewer,
.pvw-wallpaper-detail-modal .pvw-xhs-slide {
  background: #0f0f12 !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-slide img[data-pvw-hd-image="1"] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  image-rendering: auto !important;
  filter: none !important;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-loaded img[data-pvw-hd-image="1"] {
  opacity: 1 !important;
  transform: translateZ(0) scale(1) !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-zoomed img[data-pvw-hd-image="1"] {
  width: min(132%, 1320px) !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: translateZ(0) scale(1.08) !important;
  cursor: zoom-out;
}

.pvw-wallpaper-detail-modal .pvw-xhs-slide video {
  object-fit: contain !important;
}

.pvw-image-toolbox-flow-grid {
  display: block;
}

.pvw-image-toolbox-page {
  width: 100%;
  display: grid;
  gap: 22px;
  color: #503443;
}

.pvw-image-toolbox-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 24px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 151, 190, .22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 174, 208, .36), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 244, 249, .94));
  box-shadow: 0 24px 58px rgba(126, 54, 84, .1);
}

.pvw-image-toolbox-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.pvw-image-toolbox-eyebrow,
.pvw-image-toolbox-section-head span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #f15f98;
  background: rgba(255, 255, 255, .82);
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .14);
  font-size: 12px;
  font-weight: 700;
}

.pvw-image-toolbox-hero h2 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
  color: #2d1b26;
}

.pvw-image-toolbox-hero p,
.pvw-image-toolbox-section-head p {
  max-width: 760px;
  margin: 0;
  color: rgba(80, 52, 67, .72);
  line-height: 1.8;
}

.pvw-image-toolbox-format-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.pvw-image-toolbox-format-pills span {
  padding: 8px 12px;
  border-radius: 999px;
  color: #7d4058;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(248, 95, 142, .08), inset 0 0 0 1px rgba(248, 95, 142, .12);
  font-size: 12px;
  font-weight: 700;
}

.pvw-image-toolbox-hero-visual {
  position: relative;
  min-height: 260px;
}

.pvw-image-toolbox-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 46px rgba(70, 38, 53, .18);
}

.pvw-image-toolbox-float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border-radius: 16px;
  color: #4d2b39;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 36px rgba(72, 38, 52, .12);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 800;
}

.pvw-image-toolbox-float.is-a {
  left: -8px;
  top: 24px;
}

.pvw-image-toolbox-float.is-b {
  right: 18px;
  bottom: 20px;
}

.pvw-image-toolbox-studio {
  display: grid;
  gap: 18px;
}

.pvw-image-toolbox-shell-pro {
  display: grid;
  gap: 16px;
  align-items: start;
}

.pvw-image-toolbox-task-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 42px rgba(72, 38, 52, .08);
}

.pvw-image-toolbox-task-nav button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: center;
  min-width: 0;
  min-height: 76px;
  padding: 12px;
  border: 0;
  border-radius: 18px;
  color: #684254;
  background: linear-gradient(180deg, #fff, #fff8fb);
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .1);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.pvw-image-toolbox-task-nav button svg {
  grid-row: span 2;
  color: #f15f98;
}

.pvw-image-toolbox-task-nav button span,
.pvw-image-toolbox-task-nav button small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-image-toolbox-task-nav button span {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
}

.pvw-image-toolbox-task-nav button small {
  color: rgba(104, 66, 84, .56);
  font-size: 11px;
}

.pvw-image-toolbox-task-nav button:hover,
.pvw-image-toolbox-task-nav button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff5f96, #ff9fc1);
  box-shadow: 0 12px 26px rgba(248, 95, 142, .2);
  transform: translateY(-1px);
}

.pvw-image-toolbox-task-nav button:hover svg,
.pvw-image-toolbox-task-nav button.is-active svg,
.pvw-image-toolbox-task-nav button:hover small,
.pvw-image-toolbox-task-nav button.is-active small {
  color: rgba(255, 255, 255, .86);
}

.pvw-image-toolbox-pro-body {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.pvw-image-toolbox-upload {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin: 14px;
  padding: 16px;
  border: 1px dashed rgba(248, 95, 142, .34);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 246, 251, .96), rgba(255, 255, 255, .94));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.pvw-image-toolbox-upload.is-dragover,
.pvw-image-toolbox-upload:hover {
  transform: translateY(-2px);
  border-color: rgba(248, 95, 142, .72);
  box-shadow: 0 22px 48px rgba(248, 95, 142, .13);
}

.pvw-image-toolbox-upload input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.pvw-image-toolbox-upload > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 6px 14px;
  align-items: center;
}

.pvw-image-toolbox-upload svg {
  grid-row: span 2;
  color: #f15f98;
}

.pvw-image-toolbox-upload strong {
  font-size: 17px;
  color: #2d1b26;
}

.pvw-image-toolbox-upload p {
  margin: 0;
  color: rgba(80, 52, 67, .66);
}

.pvw-image-toolbox-upload button,
.pvw-image-toolbox-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #7b3a55;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .16), 0 12px 24px rgba(126, 54, 84, .08);
  font-weight: 800;
  cursor: pointer;
}

.pvw-image-toolbox-actions button.is-primary,
.pvw-image-toolbox-upload button {
  color: #fff;
  background: linear-gradient(135deg, #ff5f96, #ff9fc1);
  box-shadow: 0 14px 28px rgba(248, 95, 142, .24);
}

.pvw-image-toolbox-workspace {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(340px, 400px);
  gap: 16px;
  align-items: start;
}

.pvw-image-toolbox-preview,
.pvw-image-toolbox-panel,
.pvw-image-toolbox-batch,
.pvw-image-toolbox-feature-grid article,
.pvw-image-toolbox-api-cards article,
.pvw-image-toolbox-rules,
.pvw-image-toolbox-help,
.pvw-image-toolbox-disabled {
  border: 1px solid rgba(248, 95, 142, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 42px rgba(72, 38, 52, .08);
}

.pvw-image-toolbox-preview {
  overflow: hidden;
  min-width: 0;
}

.pvw-image-toolbox-canvas-shell {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(45deg, rgba(248, 95, 142, .05) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(248, 95, 142, .05) 25%, transparent 25%),
    #fffafd;
  background-size: 28px 28px;
}

.pvw-image-toolbox-canvas-shell canvas {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  opacity: 0;
  transform: scale(.98);
  transition: opacity .24s ease, transform .24s ease;
}

.pvw-image-toolbox-canvas-shell canvas.is-ready {
  opacity: 1;
  transform: scale(1);
}

.pvw-image-toolbox-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: rgba(80, 52, 67, .62);
  text-align: center;
}

.pvw-image-toolbox-empty svg {
  color: rgba(248, 95, 142, .62);
}

.pvw-image-toolbox-empty strong {
  color: #2d1b26;
  font-size: 18px;
}

.pvw-image-toolbox-output {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  color: rgba(80, 52, 67, .64);
  background: #fff;
}

.pvw-image-toolbox-output strong {
  color: #2d1b26;
}

.pvw-image-toolbox-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  scrollbar-width: thin;
}

.pvw-image-toolbox-info {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 244, 249, .92), rgba(255, 255, 255, .92));
}

.pvw-image-toolbox-info span {
  color: #f15f98;
  font-size: 12px;
  font-weight: 900;
}

.pvw-image-toolbox-info p {
  margin: 6px 0 0;
  color: rgba(80, 52, 67, .68);
}

.pvw-image-toolbox-info dl {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
}

.pvw-image-toolbox-info dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
  font-size: 12px;
}

.pvw-image-toolbox-info dt {
  color: rgba(80, 52, 67, .5);
}

.pvw-image-toolbox-info dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #2d1b26;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-image-toolbox-controls {
  display: grid;
  gap: 12px;
}

.pvw-image-toolbox-card {
  display: grid;
  gap: 10px;
  padding: 13px;
  border-radius: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .1);
}

.pvw-image-toolbox-card h3 {
  margin: 0;
  color: #2d1b26;
  font-size: 15px;
}

.pvw-image-toolbox-card label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: rgba(80, 52, 67, .68);
  font-size: 12px;
  font-weight: 700;
}

.pvw-image-toolbox-card label span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.pvw-image-toolbox-card input:not([type="checkbox"]):not([type="range"]):not([type="color"]),
.pvw-image-toolbox-card select {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(248, 95, 142, .14);
  border-radius: 13px;
  padding: 0 10px;
  color: #2d1b26;
  background: #fff9fc;
}

.pvw-image-toolbox-card input[type="range"] {
  accent-color: #ff6fa5;
}

.pvw-image-toolbox-card input[type="color"] {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 13px;
  background: transparent;
}

.pvw-image-toolbox-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pvw-image-toolbox-check,
.pvw-image-toolbox-checks {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pvw-image-toolbox-actions {
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 10px;
}

.pvw-image-toolbox-remote-actions {
  display: grid;
  gap: 9px;
  padding: 13px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7fb, #fff);
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .1);
}

.pvw-image-toolbox-remote-actions strong {
  color: #2d1b26;
}

.pvw-image-toolbox-remote-actions p {
  margin: 0;
  color: rgba(80, 52, 67, .64);
  line-height: 1.7;
}

.pvw-image-toolbox-remote-actions > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pvw-image-toolbox-remote-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 38px;
  border: 0;
  border-radius: 14px;
  color: #7b3a55;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .14);
  font-weight: 800;
  cursor: pointer;
}

.pvw-image-toolbox-remote-actions button:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff5f96, #ff9fc1);
}

.pvw-image-toolbox-remote-actions button:disabled {
  color: rgba(123, 58, 85, .38);
  background: rgba(255, 255, 255, .52);
  cursor: not-allowed;
  box-shadow: inset 0 0 0 1px rgba(156, 118, 132, .14);
}

.pvw-image-toolbox-remote-actions button:disabled:hover {
  color: rgba(123, 58, 85, .38);
  background: rgba(255, 255, 255, .52);
}

.pvw-image-toolbox-remote-actions pre {
  max-height: 220px;
  overflow: auto;
  margin: 0;
  padding: 12px;
  border-radius: 14px;
  color: #5f3a4b;
  background: rgba(255, 255, 255, .86);
  white-space: pre-wrap;
  word-break: break-word;
  font: 12px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.pvw-image-toolbox-remote-actions pre.is-error {
  color: #a12845;
  background: #fff1f4;
}

.pvw-image-toolbox-batch {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.pvw-image-toolbox-batch strong {
  color: #2d1b26;
}

.pvw-image-toolbox-batch p {
  margin: 0;
  color: rgba(80, 52, 67, .66);
}

.pvw-image-toolbox-batch [data-toolbox-file-list] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pvw-image-toolbox-batch [data-toolbox-file-list] span {
  display: inline-grid;
  max-width: 260px;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 14px;
  background: #fff7fb;
  box-shadow: inset 0 0 0 1px rgba(248, 95, 142, .12);
}

.pvw-image-toolbox-batch [data-toolbox-file-list] span.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff5f96, #ff9fc1);
}

.pvw-image-toolbox-batch b,
.pvw-image-toolbox-batch em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.pvw-image-toolbox-feature-grid,
.pvw-image-toolbox-api-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pvw-image-toolbox-feature-grid article,
.pvw-image-toolbox-api-cards article {
  display: grid;
  gap: 10px;
  padding: 18px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.pvw-image-toolbox-feature-grid article:hover,
.pvw-image-toolbox-api-cards article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(248, 95, 142, .14);
}

.pvw-image-toolbox-feature-grid i {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #ff6fa5, #ffb3cf);
}

.pvw-image-toolbox-feature-grid strong,
.pvw-image-toolbox-api-cards strong,
.pvw-image-toolbox-rules h3,
.pvw-image-toolbox-help h3,
.pvw-image-toolbox-section-head h3 {
  margin: 0;
  color: #2d1b26;
}

.pvw-image-toolbox-feature-grid p,
.pvw-image-toolbox-api-cards p {
  margin: 0;
  color: rgba(80, 52, 67, .66);
  line-height: 1.7;
}

.pvw-image-toolbox-api-grid {
  display: grid;
  gap: 14px;
}

.pvw-image-toolbox-section-head {
  display: grid;
  gap: 9px;
}

.pvw-image-toolbox-api-cards article span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #9f667b;
  background: #fff2f7;
  font-size: 12px;
  font-weight: 800;
}

.pvw-image-toolbox-api-cards article.is-ready span {
  color: #2f7a56;
  background: #ecfff5;
}

.pvw-image-toolbox-api-cards em {
  color: rgba(80, 52, 67, .52);
  font-style: normal;
  font-size: 12px;
}

.pvw-image-toolbox-rules,
.pvw-image-toolbox-help,
.pvw-image-toolbox-disabled {
  padding: 18px;
}

.pvw-image-toolbox-rules div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}

.pvw-image-toolbox-rules span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #7b3a55;
  background: #fff6fa;
}

.pvw-image-toolbox-help ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(80, 52, 67, .7);
}

@media (max-width: 1180px) {
  .pvw-image-toolbox-hero,
  .pvw-image-toolbox-workspace {
    grid-template-columns: 1fr;
  }

  .pvw-image-toolbox-task-nav {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .pvw-image-toolbox-panel {
    max-height: none;
  }

  .pvw-image-toolbox-canvas-shell {
    min-height: 420px;
  }

  .pvw-image-toolbox-feature-grid,
  .pvw-image-toolbox-api-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .pvw-image-toolbox-page {
    gap: 16px;
  }

  .pvw-image-toolbox-hero,
  .pvw-image-toolbox-upload,
  .pvw-image-toolbox-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .pvw-image-toolbox-upload,
  .pvw-image-toolbox-upload > div,
  .pvw-image-toolbox-row,
  .pvw-image-toolbox-remote-actions > div,
  .pvw-image-toolbox-task-nav,
  .pvw-image-toolbox-actions,
  .pvw-image-toolbox-feature-grid,
  .pvw-image-toolbox-api-cards {
    grid-template-columns: 1fr;
  }

  .pvw-image-toolbox-task-nav {
    padding: 10px;
    gap: 8px;
  }

  .pvw-image-toolbox-task-nav button {
    min-height: 62px;
  }

  .pvw-image-toolbox-canvas-shell {
    min-height: 310px;
  }

  .pvw-image-toolbox-hero-visual {
    min-height: 200px;
  }

  .pvw-image-toolbox-hero-visual img {
    min-height: 200px;
  }

  .pvw-image-toolbox-upload svg {
    grid-row: auto;
  }
}

/* Absolute last iPad thin-frame correction. */
@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery {
    padding: 20px 20px 28px !important;
    border-radius: 24px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    border-radius: 18px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer {
    border-width: 1px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::before,
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before {
    display: none !important;
    content: none !important;
  }

  .pvw-ipad-chrome {
    z-index: 80 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .pvw-ipad-menubar {
    min-height: 30px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  .pvw-ipad-titlebar {
    top: 40px !important;
    padding: 6px 13px !important;
    font-size: 11px !important;
  }

  .pvw-ipad-dock {
    bottom: 16px !important;
    z-index: 90 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 58px !important;
    gap: 11px !important;
    padding: 10px 15px !important;
    border-radius: 21px !important;
    pointer-events: auto !important;
  }

  .pvw-ipad-app {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border-radius: 11px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .pvw-ipad-app:hover {
    transform: translateY(-10px) scale(1.34) !important;
  }
}

/* Last iPad thin-frame correction. */
@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery {
    padding: 20px 20px 28px !important;
    border-radius: 24px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    border-radius: 18px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer {
    border-width: 1px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::before,
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before {
    display: none !important;
    content: none !important;
  }

  .pvw-ipad-chrome {
    z-index: 80 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .pvw-ipad-menubar {
    min-height: 30px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  .pvw-ipad-titlebar {
    top: 40px !important;
    padding: 6px 13px !important;
    font-size: 11px !important;
  }

  .pvw-ipad-dock {
    bottom: 16px !important;
    z-index: 90 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 58px !important;
    gap: 11px !important;
    padding: 10px 15px !important;
    border-radius: 21px !important;
    pointer-events: auto !important;
  }

  .pvw-ipad-app {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border-radius: 11px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .pvw-ipad-app:hover {
    transform: translateY(-10px) scale(1.34) !important;
  }
}

/* Thin iPad frame fix + visible app dock. */
@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery {
    padding: 20px 20px 28px !important;
    border-radius: 24px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    border-radius: 18px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer {
    border-width: 1px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::before,
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before {
    display: none !important;
    content: none !important;
  }

  .pvw-ipad-chrome {
    z-index: 80 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .pvw-ipad-menubar {
    min-height: 30px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  .pvw-ipad-titlebar {
    top: 40px !important;
    padding: 6px 13px !important;
    font-size: 11px !important;
  }

  .pvw-ipad-dock {
    bottom: 16px !important;
    z-index: 90 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 58px !important;
    gap: 11px !important;
    padding: 10px 15px !important;
    border-radius: 21px !important;
    pointer-events: auto !important;
  }

  .pvw-ipad-app {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border-radius: 11px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .pvw-ipad-app::before,
  .pvw-ipad-app::after {
    display: none !important;
    content: none !important;
  }

  .pvw-ipad-app:hover {
    transform: translateY(-10px) scale(1.34) !important;
  }
}

/* Desktop wallpaper detail: Toopic-style preview, kept inside the AJAX modal. */
@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal {
    padding: clamp(22px, 2.6vw, 40px) !important;
    background: rgba(15, 10, 14, .48) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-modal-panel {
    width: min(1540px, calc(100vw - 56px)) !important;
    max-height: min(91vh, 920px) !important;
    border-radius: 28px !important;
    background: #f7f8fb !important;
    box-shadow: 0 32px 118px rgba(24, 12, 18, .34) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-modal-body {
    background:
      radial-gradient(circle at 16% 0%, rgba(255, 159, 193, .15), transparent 32%),
      linear-gradient(180deg, #fbfbfd 0%, #f3f5f8 100%) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-single {
    padding: 30px 28px 24px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-single-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 410px) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-back {
    left: 24px !important;
    top: 22px !important;
    color: #6b3b50 !important;
    background: rgba(255,255,255,.86) !important;
    border-color: rgba(248,95,142,.16) !important;
    box-shadow: 0 12px 28px rgba(70,30,48,.12) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery {
    position: relative !important;
    min-height: 0 !important;
    padding: clamp(34px, 3vw, 52px) clamp(34px, 3.2vw, 58px) clamp(52px, 4vw, 72px) !important;
    border: 1px solid rgba(255,255,255,.78) !important;
    border-radius: 32px !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(255,255,255,.18), transparent 22%),
      linear-gradient(145deg, #211820 0%, #33232c 48%, #151017 100%) !important;
    box-shadow:
      0 28px 84px rgba(25, 8, 17, .24),
      inset 0 0 0 1px rgba(255,255,255,.12),
      inset 0 -34px 52px rgba(0,0,0,.24) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::before {
    left: 50% !important;
    top: 16px !important;
    width: 76px !important;
    height: 7px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.18) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08) !important;
    content: "" !important;
    transform: translateX(-50%) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::after {
    left: 50% !important;
    bottom: 20px !important;
    width: 112px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.25) !important;
    content: "" !important;
    transform: translateX(-50%) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer {
    position: relative !important;
    height: clamp(500px, 68vh, 730px) !important;
    min-height: clamp(500px, 68vh, 730px) !important;
    overflow: hidden !important;
    border: 2px solid rgba(255,255,255,.08) !important;
    border-radius: 28px !important;
    background: #111 !important;
    box-shadow:
      0 0 0 1px rgba(255,255,255,.1),
      0 26px 62px rgba(0,0,0,.28),
      inset 0 0 0 1px rgba(255,255,255,.1) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    height: clamp(500px, 68vh, 730px) !important;
    min-height: clamp(500px, 68vh, 730px) !important;
    padding: 0 !important;
    border-radius: 28px !important;
    background: #111 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide img,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide video {
    width: 100% !important;
    height: clamp(500px, 68vh, 730px) !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    border-radius: inherit !important;
    background:
      linear-gradient(180deg, rgba(0,0,0,.26) 0%, transparent 18%, transparent 72%, rgba(0,0,0,.34) 100%),
      linear-gradient(90deg, rgba(255,255,255,.08), transparent 18%, transparent 82%, rgba(255,255,255,.06)) !important;
    content: "" !important;
    pointer-events: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::after {
    position: absolute !important;
    left: 50% !important;
    bottom: 22px !important;
    z-index: 9 !important;
    width: 286px !important;
    height: 62px !important;
    border: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(135deg, #ff6f9f, #ffc2d9) 22px 14px / 34px 34px no-repeat,
      linear-gradient(135deg, #ffffff, #ffeaf2) 70px 14px / 34px 34px no-repeat,
      linear-gradient(135deg, #7bbdff, #e9f4ff) 118px 14px / 34px 34px no-repeat,
      linear-gradient(135deg, #ffffff, #f8f2ff) 166px 14px / 34px 34px no-repeat,
      linear-gradient(135deg, #ffb0ca, #ffffff) 214px 14px / 34px 34px no-repeat,
      rgba(255,255,255,.22) !important;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.16),
      0 18px 38px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    content: "" !important;
    pointer-events: none !important;
    transform: translateX(-50%) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before {
    display: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::after {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 6 !important;
    border-radius: 0 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-info-card {
    max-height: calc(91vh - 62px) !important;
    padding: 24px !important;
    border: 1px solid rgba(231, 222, 226, .92) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 20px 58px rgba(66, 34, 48, .1) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-content h1 {
    margin: 4px 0 12px !important;
    color: #231821 !important;
    font-size: clamp(24px, 1.8vw, 32px) !important;
    line-height: 1.22 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-entry-content {
    max-height: 5.8em !important;
    overflow: hidden !important;
    color: #6d5962 !important;
    font-size: 14px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-quote {
    margin-top: 12px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    background: #fff6fa !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-stats span {
    min-height: 54px !important;
    border: 1px solid rgba(248,95,142,.1) !important;
    border-radius: 14px !important;
    background: #fff8fb !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-actions-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 20px !important;
    background: #fff !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action-download {
    order: -1 !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    min-height: 66px !important;
    justify-content: start !important;
    padding: 10px 18px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #ff4f8f, #ff8db8) !important;
    box-shadow: 0 18px 34px rgba(248,95,142,.24) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action-download svg {
    width: 24px !important;
    height: 24px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action-download .pvw-xhs-action-text em {
    font-size: 15px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-share-panel {
    border-radius: 18px !important;
    background: #fff8fb !important;
  }
}

/* Homepage wallpaper detail polish: stable actions + iPad preview frame. */
.pvw-wallpaper-detail-modal .pvw-xhs-actions-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  overflow: visible !important;
  padding: 10px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,241,247,.88)) !important;
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.1), 0 16px 38px rgba(120,44,72,.09) !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  min-width: 0 !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 8px 10px !important;
  border-radius: 17px !important;
  color: #583746 !important;
  background: rgba(255,255,255,.88) !important;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px rgba(248,95,142,.12), 0 10px 22px rgba(97,37,61,.08) !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action svg {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  margin: 0 auto !important;
  color: currentColor !important;
  stroke: currentColor !important;
  fill: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text {
  display: grid !important;
  min-width: 0 !important;
  gap: 4px !important;
  justify-items: start !important;
  text-align: left !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text em,
.pvw-wallpaper-detail-modal .pvw-xhs-action-text b {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text em {
  font-size: 12px !important;
  font-weight: 950 !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action-text b {
  color: rgba(88,55,70,.62) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action:hover,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-liked,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-active,
.pvw-wallpaper-detail-modal .pvw-xhs-action-download {
  color: #fff !important;
  background: linear-gradient(135deg, #ff5f96, #ff9fc1) !important;
  box-shadow: 0 14px 28px rgba(248,95,142,.22), inset 0 0 0 1px rgba(255,255,255,.38) !important;
}

.pvw-wallpaper-detail-modal .pvw-xhs-action:hover .pvw-xhs-action-text b,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-liked .pvw-xhs-action-text b,
.pvw-wallpaper-detail-modal .pvw-xhs-action.is-active .pvw-xhs-action-text b,
.pvw-wallpaper-detail-modal .pvw-xhs-action-download .pvw-xhs-action-text b {
  color: rgba(255,255,255,.82) !important;
}

@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery {
    position: relative !important;
    padding: clamp(18px, 1.8vw, 26px) clamp(18px, 1.8vw, 26px) clamp(30px, 2.4vw, 38px) !important;
    border-radius: 40px !important;
    background:
      radial-gradient(circle at 50% 2%, rgba(255,255,255,.22), transparent 18%),
      linear-gradient(145deg, #211820 0%, #3a2831 48%, #181017 100%) !important;
    box-shadow:
      0 28px 76px rgba(25, 8, 17, .28),
      inset 0 0 0 1px rgba(255,255,255,.14),
      inset 0 -26px 42px rgba(0,0,0,.26) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::before {
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 7;
    width: 58px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::after {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 7;
    width: 96px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,.24);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    height: clamp(560px, 74vh, 780px) !important;
    min-height: clamp(560px, 74vh, 780px) !important;
    border-radius: 28px !important;
    background: #111 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer {
    overflow: hidden !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,.08), inset 0 0 0 1px rgba(255,255,255,.12) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    padding: 0 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide img,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide video {
    height: clamp(560px, 74vh, 780px) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::before {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: inherit;
    background:
      linear-gradient(180deg, rgba(0,0,0,.26) 0%, transparent 18%, transparent 70%, rgba(0,0,0,.3) 100%),
      linear-gradient(90deg, rgba(255,255,255,.08), transparent 18%, transparent 82%, rgba(255,255,255,.06));
    content: "";
    pointer-events: none;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::after {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 8;
    width: 258px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 22px;
    background: rgba(255,255,255,.22);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.16),
      0 18px 36px rgba(0,0,0,.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before {
    z-index: 9;
    left: 50%;
    top: auto;
    bottom: 34px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background:
      linear-gradient(135deg, #ff6f9f, #ffc1d8),
      #fff !important;
    box-shadow:
      -92px 0 0 rgba(255,255,255,.92),
      -46px 0 0 rgba(255,255,255,.92),
      46px 0 0 rgba(255,255,255,.92),
      92px 0 0 rgba(255,255,255,.92),
      0 0 0 1px rgba(255,255,255,.24),
      0 8px 18px rgba(0,0,0,.16) !important;
    animation: none !important;
    opacity: .95 !important;
    pointer-events: none !important;
    transform: translateX(-50%) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::after {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    z-index: 5 !important;
  }
}

@media (max-width: 760px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-actions-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Executive logo refinement: calm, bold, premium. */
.pvw-logo {
  gap: 12px !important;
}

.pvw-logo-mark {
  width: 48px !important;
  height: 48px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 218, 232, .78) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.42), transparent 19%),
    linear-gradient(145deg, #1b1118 0%, #3a1727 48%, #8d3a58 100%) !important;
  background-size: 145% 145% !important;
  box-shadow:
    0 18px 36px rgba(55, 18, 34, .24),
    0 0 0 6px rgba(255, 118, 166, .07),
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -12px 24px rgba(0,0,0,.18) !important;
  animation: pvwLogoExecutivePulse 6.4s ease-in-out infinite !important;
}

.pvw-logo-mark::before {
  inset: 5px !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid rgba(255, 221, 231, .62) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 124, 171, .18), rgba(255,255,255,.06)) !important;
  opacity: 1 !important;
  transform: none !important;
  animation: pvwLogoExecutiveFrame 5.8s ease-in-out infinite !important;
}

.pvw-logo-mark::after {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.4) 20%, rgba(255,214,228,.72) 28%, transparent 42%) !important;
  opacity: .56 !important;
  transform: translateX(-145%) skewX(-18deg) !important;
  animation: pvwLogoExecutiveSweep 5.2s cubic-bezier(.2,.72,.22,1) infinite !important;
}

.pvw-logo-screen {
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.88) 0 8%, transparent 9%),
    linear-gradient(145deg, #fff5f8 0%, #ffbfd4 48%, #a64666 100%) !important;
  box-shadow:
    0 10px 22px rgba(18, 7, 13, .24),
    inset 0 0 0 1px rgba(255,255,255,.54) !important;
  transform: rotate(-8deg) translateZ(0);
  animation: pvwLogoExecutiveTile 5.8s ease-in-out infinite !important;
}

.pvw-logo-screen::before {
  left: 6px !important;
  top: 6px !important;
  right: auto !important;
  bottom: auto !important;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid rgba(58, 23, 39, .76) !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.36) !important;
  opacity: .9 !important;
  transform: none !important;
  animation: pvwLogoExecutiveLens 4.8s ease-in-out infinite !important;
}

.pvw-logo-screen::after {
  left: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  top: auto !important;
  width: auto !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: rgba(58, 23, 39, .7) !important;
  opacity: .86 !important;
  transform: none !important;
  animation: none !important;
}

.pvw-logo-screen span {
  display: none !important;
}

.pvw-logo-text strong {
  display: inline-block !important;
  color: #2a1721 !important;
  background:
    linear-gradient(100deg, #1f1119 0%, #1f1119 24%, #c7436d 42%, #fff1f6 50%, #c7436d 58%, #1f1119 78%, #1f1119 100%) !important;
  background-size: 230% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "Arial Rounded MT Bold", "Microsoft YaHei UI", "PingFang SC", "HarmonyOS Sans SC", system-ui, sans-serif !important;
  font-size: clamp(19px, 1.25vw, 23px) !important;
  font-weight: 1000 !important;
  letter-spacing: .02em !important;
  filter: drop-shadow(0 8px 18px rgba(120, 42, 72, .13)) !important;
  animation: pvwLogoExecutiveText 7.2s ease-in-out infinite !important;
}

.pvw-logo-text span {
  margin-top: 5px !important;
  color: rgba(72, 44, 58, .56) !important;
  font-family: "Microsoft YaHei UI", "PingFang SC", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
}

.pvw-logo-text span::after {
  width: 58% !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(199,67,109,0), rgba(199,67,109,.68), rgba(199,67,109,0)) !important;
  animation: pvwLogoExecutiveLine 6.4s ease-in-out infinite !important;
}

@keyframes pvwLogoExecutivePulse {
  0%, 100% {
    background-position: 0% 50%;
    transform: translateY(0) scale(1);
  }
  50% {
    background-position: 100% 50%;
    transform: translateY(-1px) scale(1.018);
  }
}

@keyframes pvwLogoExecutiveFrame {
  0%, 100% {
    opacity: .72;
    transform: scale(.98);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pvwLogoExecutiveSweep {
  0%, 48% {
    transform: translateX(-145%) skewX(-18deg);
  }
  76%, 100% {
    transform: translateX(145%) skewX(-18deg);
  }
}

@keyframes pvwLogoExecutiveTile {
  0%, 100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(-4deg) translateY(-1px);
  }
}

@keyframes pvwLogoExecutiveLens {
  0%, 100% {
    transform: scale(.94);
    opacity: .78;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes pvwLogoExecutiveText {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes pvwLogoExecutiveLine {
  0%, 100% {
    transform: scaleX(.34);
    opacity: .3;
  }
  50% {
    transform: scaleX(1);
    opacity: .8;
  }
}

@media (max-width: 680px) {
  .pvw-logo-mark {
    width: 38px !important;
    height: 38px !important;
    border-radius: 15px !important;
  }

  .pvw-logo-screen {
    width: 22px !important;
    height: 22px !important;
    border-radius: 8px !important;
  }

  .pvw-logo-text strong {
    font-size: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-logo-mark,
  .pvw-logo-mark::before,
  .pvw-logo-mark::after,
  .pvw-logo-screen,
  .pvw-logo-screen::before,
  .pvw-logo-text strong,
  .pvw-logo-text span::after {
    animation: none !important;
  }
}

/* Final desktop wallpaper modal override: Toopic-style iPad preview. */
@media (min-width: 1081px) {
  .pvw-wallpaper-detail-modal .pvw-xhs-modal-panel {
    width: min(1560px, calc(100vw - 56px)) !important;
    max-height: min(91vh, 920px) !important;
    border-radius: 28px !important;
    background: #f6f7fa !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-single {
    padding: 30px 28px 24px !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-single-shell {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 420px) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery {
    position: relative !important;
    padding: 20px 20px 28px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(255,255,255,.18), transparent 22%),
      linear-gradient(145deg, #201820 0%, #342631 52%, #141015 100%) !important;
    box-shadow:
      0 30px 88px rgba(25, 8, 17, .28),
      inset 0 0 0 1px rgba(255,255,255,.12),
      inset 0 -34px 52px rgba(0,0,0,.25) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::before,
  .pvw-wallpaper-detail-modal .pvw-xhs-gallery::after,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before,
  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::after {
    display: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    height: clamp(510px, 68vh, 740px) !important;
    min-height: clamp(510px, 68vh, 740px) !important;
    border-radius: 18px !important;
    background: #101010 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow:
      0 0 0 1px rgba(255,255,255,.1),
      0 28px 68px rgba(0,0,0,.3),
      inset 0 0 0 1px rgba(255,255,255,.08) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide {
    padding: 0 !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-slide img,
  .pvw-wallpaper-detail-modal .pvw-xhs-slide video {
    width: 100% !important;
    height: clamp(510px, 68vh, 740px) !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-viewer::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 6 !important;
    border-radius: inherit !important;
    background:
      linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.08) 12%, transparent 28%, transparent 72%, rgba(0,0,0,.3) 100%),
      linear-gradient(90deg, rgba(255,255,255,.07), transparent 16%, transparent 84%, rgba(255,255,255,.06)) !important;
    content: "" !important;
    pointer-events: none !important;
  }

  .pvw-ipad-chrome {
    position: absolute !important;
    inset: 0 !important;
    z-index: 20 !important;
    display: block !important;
    pointer-events: none !important;
  }

  .pvw-ipad-menubar {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 30px !important;
    padding: 0 14px !important;
    color: rgba(255,255,255,.94) !important;
    background: rgba(18, 12, 17, .3) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  .pvw-ipad-menu-left,
  .pvw-ipad-menu-right {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
  }

  .pvw-ipad-apple {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .pvw-ipad-titlebar {
    position: absolute !important;
    left: 50% !important;
    top: 40px !important;
    max-width: min(70%, 620px) !important;
    padding: 6px 13px !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.88) !important;
    background: rgba(18, 12, 17, .18) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.16) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    transform: translateX(-50%) !important;
  }

  .pvw-ipad-dock {
    position: absolute !important;
    left: 50% !important;
    bottom: 16px !important;
    z-index: 24 !important;
    display: flex !important;
    align-items: flex-end !important;
    gap: 13px !important;
    height: 58px !important;
    padding: 10px 15px !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 21px !important;
    background: rgba(255,255,255,.24) !important;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.14),
      0 18px 42px rgba(0,0,0,.24) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    pointer-events: auto !important;
    transform: translateX(-50%) !important;
  }

  .pvw-ipad-app {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 11px !important;
    cursor: pointer !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.16) !important;
    transition: transform .18s cubic-bezier(.2,.9,.2,1.4), box-shadow .18s ease, filter .18s ease !important;
    transform-origin: center bottom !important;
  }

  .pvw-ipad-app:hover {
    z-index: 2 !important;
    filter: saturate(1.06) !important;
    box-shadow: 0 16px 28px rgba(0,0,0,.22) !important;
    transform: translateY(-10px) scale(1.34) !important;
  }

  .pvw-ipad-app.is-pink {
    background: linear-gradient(135deg, #ff5f96, #ffc1d8) !important;
  }

  .pvw-ipad-app.is-white {
    background: linear-gradient(135deg, #fff, #ffeaf2) !important;
  }

  .pvw-ipad-app.is-blue {
    background: linear-gradient(135deg, #5db3ff, #e9f5ff) !important;
  }

  .pvw-ipad-app.is-purple {
    background: linear-gradient(135deg, #9c7cff, #f5efff) !important;
  }

  .pvw-ipad-app.is-red {
    background: linear-gradient(135deg, #ff6b7d, #fff0f3) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-iphone17-preview {
    right: clamp(18px, 2vw, 30px) !important;
    bottom: clamp(18px, 2vw, 30px) !important;
    z-index: 42 !important;
    width: clamp(136px, 10vw, 178px) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-info-card {
    max-height: calc(91vh - 60px) !important;
    padding: 24px !important;
    border: 1px solid rgba(232, 220, 226, .95) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 20px 58px rgba(66, 34, 48, .1) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-actions-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(248,95,142,.1), 0 14px 34px rgba(91,41,62,.08) !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action,
  .pvw-wallpaper-detail-modal .pvw-xhs-action-download {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 24px auto !important;
    order: initial !important;
    grid-column: auto !important;
    place-items: center !important;
    min-width: 0 !important;
    min-height: 78px !important;
    gap: 7px !important;
    padding: 11px 8px !important;
    border: 1px solid rgba(248,95,142,.12) !important;
    border-radius: 16px !important;
    color: #5b3a49 !important;
    background: linear-gradient(180deg, #fff, #fff8fb) !important;
    box-shadow: 0 9px 20px rgba(88,40,60,.06) !important;
    text-decoration: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    color: currentColor !important;
    stroke: currentColor !important;
    fill: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action-text,
  .pvw-wallpaper-detail-modal .pvw-xhs-action-download .pvw-xhs-action-text {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 4px !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .pvw-wallpaper-detail-modal .pvw-xhs-action:hover,
  .pvw-wallpaper-detail-modal .pvw-xhs-action.is-liked,
  .pvw-wallpaper-detail-modal .pvw-xhs-action.is-active,
  .pvw-wallpaper-detail-modal .pvw-xhs-action-download:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #ff5f96, #ff9fc1) !important;
    border-color: rgba(255,255,255,.52) !important;
    box-shadow: 0 15px 28px rgba(248,95,142,.22) !important;
    transform: translateY(-2px) !important;
  }
}

@media (max-width: 1080px) {
  .pvw-ipad-chrome,
  .pvw-iphone17-preview {
    display: none !important;
  }
}

/* Wallpaper detail: iPad preview fills the frame with centered display-only cropping. */
.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-viewer,
.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide,
.pvw-wallpaper-detail-modal .pvw-xhs-viewer,
.pvw-wallpaper-detail-modal .pvw-xhs-slide {
  background: #0f0f12 !important;
}

.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-viewer::before,
.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-viewer::after,
.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide::after,
.pvw-wallpaper-detail-modal .pvw-xhs-viewer::before,
.pvw-wallpaper-detail-modal .pvw-xhs-viewer::after,
.pvw-wallpaper-detail-modal .pvw-xhs-slide::after,
.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::before,
.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-active::after {
  display: none !important;
}

.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide img,
.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide video,
.pvw-wallpaper-detail-modal .pvw-xhs-slide img,
.pvw-wallpaper-detail-modal .pvw-xhs-slide video {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  justify-self: center !important;
  align-self: center !important;
  object-fit: cover !important;
  object-position: center center !important;
  image-rendering: auto !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide.is-loaded img,
.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide.is-loaded video,
.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-loaded img,
.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-loaded video {
  opacity: 1 !important;
  transform: none !important;
}

.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide.is-zoomed img,
.pvw-xhs-single[data-wallpaper-single] .pvw-xhs-slide.is-zoomed video,
.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-zoomed img,
.pvw-wallpaper-detail-modal .pvw-xhs-slide.is-zoomed video {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  transform: none !important;
}
/* Moments background cover preview cards. */
.pvw-moments-cover-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  align-items: start;
}

body.home .pvw-home-wide-main .pvw-moments-cover-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}

.pvw-moments-cover-card,
body.home .pvw-home-wide-main .pvw-moments-cover-card,
body.home .pvw-home-wide-main .pvw-moments-cover-card.pvw-feed-card {
  position: relative;
  min-height: 660px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 26px;
  background: #171818;
  box-shadow: 0 22px 60px rgba(20, 22, 24, .18);
  transform: none;
}

.pvw-moments-cover-card:hover,
body.home .pvw-home-wide-main .pvw-moments-cover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 76px rgba(20, 22, 24, .24);
}

.pvw-moments-cover-link {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: #dbe5f4;
  text-decoration: none;
  background: #171818;
}

.pvw-moments-status {
  position: absolute;
  top: 22px;
  left: 24px;
  right: 24px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.28);
}

.pvw-moments-status,
.pvw-moments-back,
.pvw-moments-camera,
.pvw-moments-more {
  display: none !important;
}

.pvw-moments-status b {
  margin-right: auto;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.pvw-moments-status i,
.pvw-moments-status em,
.pvw-moments-status strong {
  display: block;
  font-style: normal;
}

.pvw-moments-status i {
  width: 24px;
  height: 18px;
  background: repeating-linear-gradient(90deg, #fff 0 4px, transparent 4px 7px);
  clip-path: polygon(0 50%, 18% 50%, 18% 35%, 36% 35%, 36% 20%, 54% 20%, 54% 8%, 72% 8%, 72% 0, 100% 0, 100% 100%, 0 100%);
}

.pvw-moments-status em {
  width: 24px;
  height: 16px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.pvw-moments-status strong {
  width: 28px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 6px;
}

.pvw-moments-status strong::after {
  display: block;
  width: 8px;
  height: 8px;
  margin: 1px 0 0 2px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.pvw-moments-cover-hero {
  position: relative;
  display: block;
  height: 46%;
  min-height: 272px;
  background-color: #2d2d2d;
  background-position: center;
  background-size: cover;
}

.pvw-moments-cover-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.08) 58%, rgba(23,24,24,.58));
  content: "";
}

.pvw-moments-back {
  position: absolute;
  top: 74px;
  left: 20px;
  z-index: 2;
  color: #fff;
  font-size: 44px;
  line-height: .8;
  text-shadow: 0 2px 12px rgba(0,0,0,.24);
}

.pvw-moments-camera {
  position: absolute;
  top: 72px;
  right: 24px;
  z-index: 2;
  width: 32px;
  height: 24px;
  border-radius: 5px;
  background: #fff;
}

.pvw-moments-camera::before {
  position: absolute;
  top: -7px;
  left: 8px;
  width: 14px;
  height: 8px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  content: "";
}

.pvw-moments-camera::after {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #221f1d;
  content: "";
}

.pvw-moments-identity {
  position: absolute;
  right: 18px;
  bottom: -34px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.pvw-moments-identity strong {
  padding-bottom: 18px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,.32);
}

.pvw-moments-identity img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 10px;
  background: #fff;
}

.pvw-moments-feed {
  display: block;
  min-height: 54%;
  padding: 78px 18px 72px;
  background: #171818;
}

.pvw-moments-post {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.pvw-moments-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 9px;
  background: #fff;
}

.pvw-moments-copy {
  min-width: 0;
  display: block;
}

.pvw-moments-copy b {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 12px;
  color: #d6dbe2;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pvw-moments-copy em {
  display: none;
  overflow: hidden;
  color: #d6dbe2;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-moments-thumb {
  position: relative;
  display: block;
  width: min(100%, 158px);
  aspect-ratio: 1 / 1;
  margin: 0 0 14px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #25272b;
  background-position: center;
  background-size: cover;
}

.pvw-moments-thumb::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.1));
  content: "";
}

.pvw-moments-thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 3px solid rgba(255,255,255,.86);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pvw-moments-thumb i::after {
  position: absolute;
  left: 21px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid rgba(255,255,255,.92);
  content: "";
}

.pvw-moments-copy small {
  display: none;
  margin-top: 12px;
  color: #737b86;
  font-size: 13px;
}

.pvw-moments-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 26px;
  align-self: end;
  margin-top: 0;
  border-radius: 7px;
  color: #95a4ba;
  background: rgba(255,255,255,.06);
  font-weight: 800;
  letter-spacing: 2px;
}

.pvw-moments-actions {
  right: 16px;
  bottom: 16px;
  z-index: 4;
}

.pvw-moments-actions .pvw-round-action {
  color: #e9eef7;
  background: rgba(255,255,255,.12);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.pvw-moments-detail-single .pvw-xhs-gallery {
  display: grid;
  place-items: center;
  min-height: min(82vh, 900px);
  padding: clamp(18px, 3vw, 34px);
  border-color: rgba(23,24,24,.08);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,120,169,.18), transparent 34%),
    linear-gradient(135deg, rgba(246,248,252,.96), rgba(255,255,255,.92));
}

.pvw-wallpaper-detail-modal .pvw-moments-detail-single .pvw-xhs-gallery {
  min-height: clamp(580px, 78vh, 820px);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,120,169,.18), transparent 34%),
    linear-gradient(135deg, rgba(246,248,252,.96), rgba(255,255,255,.92));
}

.pvw-moments-detail-preview {
  display: grid;
  width: min(430px, 100%);
  height: 100%;
  min-height: 620px;
  place-items: center;
}

.pvw-moments-detail-phone {
  position: relative;
  width: min(390px, 100%);
  aspect-ratio: 9 / 16;
  min-height: 620px;
  overflow: hidden;
  border-radius: 34px;
  background: #171818;
  box-shadow:
    0 28px 74px rgba(20, 22, 24, .26),
    0 0 0 10px rgba(255,255,255,.8),
    0 0 0 11px rgba(23,24,24,.08);
}

.pvw-moments-detail-phone .pvw-moments-cover-hero {
  height: 46%;
  min-height: 280px;
}

.pvw-moments-detail-phone .pvw-moments-feed {
  min-height: 54%;
}

.pvw-moments-detail-phone .pvw-moments-thumb {
  width: min(100%, 176px);
}

.pvw-wallpaper-detail-modal .pvw-moments-detail-preview {
  min-height: clamp(560px, 74vh, 780px);
}

.pvw-wallpaper-detail-modal .pvw-moments-detail-phone {
  min-height: clamp(560px, 74vh, 780px);
  width: min(420px, 100%);
}

.pvw-moments-empty {
  grid-column: 1 / -1;
  min-height: 260px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  color: #dbe5f4;
  background:
    linear-gradient(135deg, rgba(18,19,22,.94), rgba(42,44,48,.9)),
    radial-gradient(circle at 18% 12%, rgba(255,120,169,.26), transparent 34%);
  box-shadow: 0 24px 60px rgba(20,22,24,.16);
}

.pvw-moments-empty strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
}

.pvw-moments-empty p {
  max-width: 560px;
  margin: 0;
  color: #9aa9bd;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .pvw-moments-cover-grid,
  body.home .pvw-home-wide-main .pvw-moments-cover-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pvw-moments-cover-card,
  body.home .pvw-home-wide-main .pvw-moments-cover-card,
  body.home .pvw-home-wide-main .pvw-moments-cover-card.pvw-feed-card {
    min-height: 620px;
    border-radius: 22px;
  }

  .pvw-moments-detail-single .pvw-xhs-gallery,
  .pvw-wallpaper-detail-modal .pvw-moments-detail-single .pvw-xhs-gallery {
    min-height: 620px;
    padding: 16px;
  }

  .pvw-moments-detail-preview,
  .pvw-wallpaper-detail-modal .pvw-moments-detail-preview {
    min-height: 580px;
  }

  .pvw-moments-detail-phone,
  .pvw-wallpaper-detail-modal .pvw-moments-detail-phone {
    min-height: 580px;
    border-radius: 26px;
  }
}

/* Final kawaii pink wallpaper logo assets. */
.pvw-logo.has-kawaii-logo {
  min-width: 0 !important;
  gap: 0 !important;
  transform: translateZ(0);
}

.pvw-logo.has-kawaii-logo .pvw-logo-full-image {
  display: block !important;
  width: min(222px, 42vw) !important;
  max-width: 222px !important;
  height: auto !important;
  max-height: 62px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 24px rgba(219, 76, 130, .16));
  transform-origin: left center;
  animation: pvwKawaiiLogoFloat 6.8s ease-in-out infinite;
}

.pvw-logo.has-kawaii-logo.is-static .pvw-logo-full-image {
  animation: none !important;
}

.pvw-logo.has-kawaii-logo::after {
  position: absolute;
  left: 21px;
  top: 12px;
  width: 54px;
  height: 54px;
  border-radius: 24px;
  background: linear-gradient(118deg, transparent 0%, rgba(255,255,255,.58) 36%, transparent 68%);
  content: "";
  pointer-events: none;
  opacity: .42;
  transform: translateX(-120%) rotate(-12deg);
  animation: pvwKawaiiLogoSweep 4.6s ease-in-out infinite;
}

.pvw-logo.has-kawaii-logo.is-static::after {
  display: none !important;
}

@keyframes pvwKawaiiLogoFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(1.012);
  }
}

@keyframes pvwKawaiiLogoSweep {
  0%, 48% {
    opacity: 0;
    transform: translateX(-120%) rotate(-12deg);
  }
  62% {
    opacity: .56;
  }
  100% {
    opacity: 0;
    transform: translateX(235%) rotate(-12deg);
  }
}

@media (max-width: 680px) {
  .pvw-logo.has-kawaii-logo .pvw-logo-full-image {
    width: min(176px, 54vw) !important;
    max-height: 50px !important;
  }

  .pvw-logo.has-kawaii-logo::after {
    left: 14px;
    top: 9px;
    width: 42px;
    height: 42px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-logo.has-kawaii-logo .pvw-logo-full-image,
  .pvw-logo.has-kawaii-logo::after {
    animation: none !important;
  }
}

/* Flat wallpaper logo refresh. */
.pvw-logo.has-kawaii-logo {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  overflow: visible;
  min-height: 58px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pvw-logo.has-kawaii-logo .pvw-logo-full-image {
  width: min(230px, 43vw) !important;
  max-width: 230px !important;
  max-height: 60px !important;
  filter: drop-shadow(0 10px 18px rgba(255, 111, 166, .13)) !important;
  animation: pvwFlatLogoFloat 5.8s ease-in-out infinite !important;
}

.pvw-logo.has-kawaii-logo::before {
  position: absolute;
  left: 8px;
  top: 6px;
  width: 72px;
  height: 46px;
  border-radius: 20px;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.72), transparent);
  content: "";
  pointer-events: none;
  opacity: 0;
  transform: translateX(-80%) skewX(-16deg);
  animation: pvwFlatLogoSweep 4.8s ease-in-out infinite;
}

.pvw-logo.has-kawaii-logo::after {
  left: 82px !important;
  top: 11px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #ff6fa6 !important;
  box-shadow:
    25px 24px 0 rgba(78, 166, 255, .72),
    286px 8px 0 rgba(255, 111, 166, .46) !important;
  opacity: .72 !important;
  transform: none !important;
  animation: pvwFlatLogoDots 3.2s ease-in-out infinite !important;
}

.pvw-logo.has-kawaii-logo.is-static .pvw-logo-full-image,
.pvw-logo.has-kawaii-logo.is-static::before,
.pvw-logo.has-kawaii-logo.is-static::after {
  animation: none !important;
}

body.home .pvw-home-wide-sidebar .pvw-logo.has-kawaii-logo,
body.page-template-page-account .pvw-home-wide-sidebar .pvw-logo.has-kawaii-logo,
body.page-template-page-account-php .pvw-home-wide-sidebar .pvw-logo.has-kawaii-logo,
body.page-template-page-ranking .pvw-home-wide-sidebar .pvw-logo.has-kawaii-logo,
body.page-template-page-ranking-php .pvw-home-wide-sidebar .pvw-logo.has-kawaii-logo,
body.pvw-unified-shell-page .pvw-home-wide-sidebar .pvw-logo.has-kawaii-logo {
  justify-content: flex-start !important;
  width: 100% !important;
}

@keyframes pvwFlatLogoFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes pvwFlatLogoSweep {
  0%, 44% {
    opacity: 0;
    transform: translateX(-90%) skewX(-16deg);
  }

  62% {
    opacity: .72;
  }

  100% {
    opacity: 0;
    transform: translateX(220%) skewX(-16deg);
  }
}

@keyframes pvwFlatLogoDots {
  0%, 100% {
    opacity: .54;
    transform: scale(1);
  }

  50% {
    opacity: .95;
    transform: scale(1.16);
  }
}

@media (max-width: 680px) {
  .pvw-logo.has-kawaii-logo {
    min-height: 50px;
  }

  .pvw-logo.has-kawaii-logo .pvw-logo-full-image {
    width: min(182px, 56vw) !important;
    max-height: 48px !important;
  }

  .pvw-logo.has-kawaii-logo::before {
    width: 56px;
    height: 38px;
  }

  .pvw-logo.has-kawaii-logo::after {
    left: 66px !important;
    top: 9px !important;
    box-shadow:
      20px 20px 0 rgba(78, 166, 255, .72),
      216px 7px 0 rgba(255, 111, 166, .42) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-logo.has-kawaii-logo .pvw-logo-full-image,
  .pvw-logo.has-kawaii-logo::before,
  .pvw-logo.has-kawaii-logo::after {
    animation: none !important;
  }
}

/* Homepage ad exposure island. */
.pvw-feed-module-card--ad {
  min-height: 204px;
}

.pvw-feed-module-card--ad .pvw-feed-module-head {
  grid-template-columns: minmax(0, 1fr) clamp(128px, 10.2vw, 172px);
  align-items: stretch;
}

.pvw-feed-module-card--ad .pvw-feed-module-copy {
  justify-content: center;
}

.pvw-feed-module-card--ad .pvw-feed-module-visual {
  aspect-ratio: 4 / 5;
  min-height: 154px;
  padding: 0;
  border: 2px solid rgba(255,255,255,.86);
  border-radius: 20px;
  background:
    linear-gradient(145deg, #ffc070, #ff8a3d);
  box-shadow:
    0 18px 38px rgba(255, 138, 61, .24),
    0 0 0 6px rgba(255,255,255,.46);
}

.pvw-feed-module-card--ad .pvw-feed-module-visual::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(27,17,22,.1), rgba(27,17,22,.48)),
    radial-gradient(circle at 72% 20%, rgba(255,255,255,.62), transparent 26%);
  opacity: 1;
}

.pvw-feed-module-card--ad .pvw-feed-module-visual::after {
  left: 10px;
  right: auto;
  top: 10px;
  bottom: auto;
  z-index: 2;
  width: auto;
  height: 25px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(255, 92, 142, .9);
  color: #fff;
  content: "曝光推荐";
  font-size: 11px;
  font-weight: 900;
  line-height: 25px;
  transform: none;
  animation: pvwAdExposurePulse 2.8s ease-in-out infinite;
}

.pvw-feed-module-card--ad .pvw-feed-module-ad-visual img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.04);
  transition: transform .28s ease, filter .28s ease;
}

.pvw-feed-module-card--ad:hover .pvw-feed-module-ad-visual img {
  transform: scale(1.14);
  filter: saturate(1.18) contrast(1.07);
}

.pvw-feed-module-card--ad .pvw-feed-module-visual-chip {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: auto;
  max-width: none;
  min-height: 28px;
  background: rgba(255,255,255,.88);
  color: #6b3c22;
  box-shadow: 0 8px 18px rgba(58,30,12,.14);
}

.pvw-feed-module-card--ad .pvw-feed-module-ad-placeholder {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: rgba(255,255,255,.28);
}

@keyframes pvwAdExposurePulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(255, 92, 142, 0);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(255, 92, 142, .18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-feed-module-card--ad .pvw-feed-module-visual::after,
  .pvw-feed-module-card--ad .pvw-feed-module-ad-visual img {
    animation: none;
    transition: none;
  }
}

/* Final ad system: responsive premium placement cards. */
.pvw-ad-slot,
.pvw-responsive-ad-slot {
  box-sizing: border-box;
}

.pvw-ad-slot {
  position: relative;
  overflow: hidden;
  margin: clamp(16px, 2.2vw, 28px) 0 !important;
  padding: clamp(12px, 1.5vw, 18px) !important;
  border: 1px solid rgba(255, 134, 181, .22) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 136, 181, .2), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,247,251,.92)) !important;
  box-shadow: 0 18px 50px rgba(219, 76, 130, .1) !important;
  color: #38212d !important;
  text-align: left !important;
}

.pvw-ad-slot::before,
.pvw-responsive-ad-slot::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(118deg, transparent 0%, rgba(255,255,255,.62) 36%, transparent 62%);
  opacity: .36;
  transform: translateX(-120%) skewX(-12deg);
  animation: pvwAdSoftSweep 7.2s ease-in-out infinite;
}

.pvw-ad-slot-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid rgba(255, 119, 170, .2);
  border-radius: 999px;
  color: #c63e78;
  background: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
}

.pvw-ad-slot img,
.pvw-ad-slot iframe,
.pvw-responsive-ad-code iframe,
.pvw-responsive-ad-code img {
  display: block;
  max-width: 100% !important;
  height: auto;
  border: 0;
  border-radius: 16px;
}

.pvw-ad-smart-card,
.pvw-responsive-ad-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  min-height: clamp(112px, 13vw, 168px);
  overflow: hidden;
  padding: clamp(12px, 1.7vw, 18px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 18px;
  color: #321a27;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,239,247,.86)),
    radial-gradient(circle at 82% 22%, rgba(108, 194, 255, .24), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
  text-decoration: none;
}

.pvw-ad-smart-grid,
.pvw-responsive-ad-pair {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.6vw, 18px);
  width: 100%;
}

.pvw-ad-smart-grid .pvw-ad-smart-card,
.pvw-responsive-ad-pair .pvw-responsive-ad-card {
  grid-template-columns: minmax(118px, .36fr) minmax(0, 1fr);
  min-height: clamp(118px, 11vw, 156px);
  gap: clamp(10px, 1.2vw, 16px);
}

.pvw-ad-smart-grid .pvw-ad-smart-action,
.pvw-responsive-ad-pair .pvw-responsive-ad-action {
  grid-column: 2;
  width: fit-content;
  min-width: 64px;
  min-height: 34px;
  padding: 0 13px;
}

.pvw-ad-smart-card--companion,
.pvw-responsive-ad-card--companion {
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(239,250,255,.88)),
    radial-gradient(circle at 12% 18%, rgba(255, 130, 180, .2), transparent 32%);
}

.pvw-ad-smart-card--companion .pvw-ad-smart-action,
.pvw-responsive-ad-card--companion .pvw-responsive-ad-action {
  background: linear-gradient(135deg, #48b8ff, #83d8c5);
  box-shadow: 0 12px 26px rgba(72, 184, 255, .2);
}

.pvw-ad-smart-media,
.pvw-responsive-ad-media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.8), transparent 25%),
    linear-gradient(135deg, #ffe6f0, #ff88b5);
}

.pvw-ad-smart-media img,
.pvw-responsive-ad-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .55s ease, filter .35s ease;
}

.pvw-ad-smart-card:hover img,
.pvw-responsive-ad-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.02);
}

.pvw-ad-smart-copy,
.pvw-responsive-ad-body {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.pvw-ad-smart-copy small,
.pvw-responsive-ad-body small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: #c93d78;
  background: rgba(255, 231, 241, .86);
  font-size: 12px;
  font-weight: 900;
}

.pvw-ad-smart-copy small i,
.pvw-responsive-ad-body small i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff5f9e;
  box-shadow: 0 0 0 4px rgba(255,95,158,.12);
}

.pvw-ad-smart-copy strong,
.pvw-responsive-ad-body strong {
  overflow: hidden;
  color: #2e1724;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 1000;
  line-height: 1.15;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ad-smart-copy em,
.pvw-responsive-ad-body em {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(80, 48, 64, .7);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-ad-smart-action,
.pvw-responsive-ad-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff5f9e, #ff8fbb);
  box-shadow: 0 12px 26px rgba(255, 95, 158, .22);
  font-size: 13px;
  font-weight: 1000;
}

.pvw-ad-smart-action b,
.pvw-responsive-ad-action b {
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.pvw-responsive-ad-slot {
  position: relative;
  width: min(100%, 1180px) !important;
  margin: clamp(16px, 2.2vw, 28px) auto !important;
  border-radius: 22px;
}

.pvw-responsive-ad-slot.has-code {
  padding: clamp(10px, 1.4vw, 16px) !important;
  border: 1px solid rgba(255, 134, 181, .22) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.9) !important;
  box-shadow: 0 18px 50px rgba(219, 76, 130, .1) !important;
}

.pvw-responsive-ad-code {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 18px;
}

.pvw-responsive-ad-mobile-float {
  position: fixed !important;
  left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right));
  bottom: calc(82px + env(safe-area-inset-bottom));
  z-index: 80;
  margin: 0 !important;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-pair {
  display: block;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-card--companion {
  display: none !important;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-card {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  min-height: 76px;
  padding: 9px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-pair {
  grid-template-columns: 1fr;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-card {
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 96px;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-action {
  min-height: 30px;
  font-size: 12px;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-media {
  border-radius: 14px;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-body strong {
  font-size: 15px;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-body em,
.pvw-responsive-ad-mobile-float .pvw-responsive-ad-body small {
  display: none;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-action {
  min-width: 54px;
  min-height: 32px;
  padding: 0 10px;
  font-size: 12px;
}

@keyframes pvwAdSoftSweep {
  0%, 46% {
    opacity: 0;
    transform: translateX(-120%) skewX(-12deg);
  }
  62% {
    opacity: .42;
  }
  100% {
    opacity: 0;
    transform: translateX(128%) skewX(-12deg);
  }
}

@media (max-width: 760px) {
  .pvw-ad-smart-grid,
  .pvw-responsive-ad-pair {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pvw-ad-smart-card,
  .pvw-responsive-ad-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    min-height: 92px;
    padding: 10px;
    border-radius: 18px;
  }

  .pvw-ad-smart-copy strong,
  .pvw-responsive-ad-body strong {
    font-size: 16px;
    white-space: normal;
  }

  .pvw-ad-smart-copy em,
  .pvw-responsive-ad-body em {
    font-size: 12px;
    -webkit-line-clamp: 1;
  }

  .pvw-ad-smart-action,
  .pvw-responsive-ad-action {
    grid-column: 2;
    width: fit-content;
    min-width: 58px;
    min-height: 30px;
    padding: 0 11px;
    font-size: 12px;
  }

  .pvw-ad-slot-label {
    margin-bottom: 8px;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .pvw-ad-smart-grid .pvw-ad-smart-card,
  .pvw-responsive-ad-pair .pvw-responsive-ad-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .pvw-ad-smart-copy strong,
  .pvw-responsive-ad-body strong {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .pvw-ad-slot,
  .pvw-responsive-ad-slot {
    border-radius: 18px;
  }

  .pvw-ad-smart-grid .pvw-ad-smart-card,
  .pvw-responsive-ad-pair .pvw-responsive-ad-card,
  .pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-card {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 84px;
  }

  .pvw-ad-smart-copy small,
  .pvw-responsive-ad-body small {
    min-height: 21px;
    padding: 0 8px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-ad-slot::before,
  .pvw-responsive-ad-slot::before {
    animation: none !important;
  }
}

/* Ad system v1.1.65: three-row placement cards with clearer ad visual language. */
.pvw-ad-slot,
.pvw-responsive-ad-slot {
  border: 1px solid rgba(255, 120, 170, .28) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,246,250,.93)),
    repeating-linear-gradient(90deg, rgba(255, 137, 184, .08) 0 1px, transparent 1px 18px) !important;
  box-shadow: 0 18px 46px rgba(176, 54, 104, .1) !important;
}

.pvw-ad-slot::after,
.pvw-responsive-ad-slot::after {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border: 1px solid rgba(255, 112, 165, .24);
  border-radius: 999px;
  color: #d84b84;
  background: rgba(255,255,255,.82);
  content: "AD";
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0;
}

.pvw-ad-smart-grid,
.pvw-responsive-ad-pair {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(10px, 1.25vw, 16px) !important;
}

.pvw-ad-smart-card,
.pvw-responsive-ad-card,
.pvw-ad-smart-grid .pvw-ad-smart-card,
.pvw-responsive-ad-pair .pvw-responsive-ad-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: clamp(238px, 23vw, 292px) !important;
  gap: 10px !important;
  padding: 12px !important;
  border: 1px dashed rgba(255, 112, 165, .34) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,246,250,.9)),
    repeating-linear-gradient(135deg, rgba(255, 105, 160, .07) 0 1px, transparent 1px 13px) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 10px 22px rgba(155, 48, 94, .08) !important;
}

.pvw-ad-smart-card::before,
.pvw-responsive-ad-card::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6fa8, #ff9ac2);
  box-shadow: 0 8px 18px rgba(255, 93, 150, .18);
  content: "广告位";
  font-size: 11px;
  font-weight: 1000;
}

.pvw-ad-smart-card--companion-1::before,
.pvw-responsive-ad-card--companion-1::before {
  background: linear-gradient(135deg, #67bff5, #77d3c5);
}

.pvw-ad-smart-card--companion-2::before,
.pvw-responsive-ad-card--companion-2::before {
  background: linear-gradient(135deg, #ffa85e, #ff7e95);
}

.pvw-ad-smart-media,
.pvw-responsive-ad-media {
  aspect-ratio: 16 / 10 !important;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 14px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 118, 172, .12);
}

.pvw-ad-smart-copy,
.pvw-responsive-ad-body {
  gap: 7px !important;
  min-height: 84px;
}

.pvw-ad-smart-copy small,
.pvw-responsive-ad-body small {
  color: #c8477d !important;
  background: rgba(255, 232, 242, .92) !important;
}

.pvw-ad-smart-copy strong,
.pvw-responsive-ad-body strong {
  display: -webkit-box;
  min-height: 2.35em;
  color: #311923 !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.18 !important;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-ad-smart-copy em,
.pvw-responsive-ad-body em {
  color: rgba(80, 48, 64, .72) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 2 !important;
}

.pvw-ad-smart-grid .pvw-ad-smart-action,
.pvw-responsive-ad-pair .pvw-responsive-ad-action,
.pvw-ad-smart-action,
.pvw-responsive-ad-action {
  grid-column: auto !important;
  justify-self: start;
  min-width: 72px !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff629f, #ff9ac2) !important;
  box-shadow: 0 10px 22px rgba(255, 98, 159, .2) !important;
}

.pvw-ad-smart-card--companion-1 .pvw-ad-smart-action,
.pvw-responsive-ad-card--companion-1 .pvw-responsive-ad-action {
  background: linear-gradient(135deg, #53b8f4, #78d8c6) !important;
  box-shadow: 0 10px 22px rgba(83, 184, 244, .18) !important;
}

.pvw-ad-smart-card--companion-2 .pvw-ad-smart-action,
.pvw-responsive-ad-card--companion-2 .pvw-responsive-ad-action {
  background: linear-gradient(135deg, #ffae68, #ff7f98) !important;
  box-shadow: 0 10px 22px rgba(255, 127, 152, .18) !important;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-pair {
  grid-template-columns: 1fr !important;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-card {
  grid-template-columns: 112px minmax(0, 1fr) !important;
  grid-template-rows: auto auto;
  min-height: 112px !important;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-card::before {
  content: "广告";
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-media {
  grid-row: 1 / span 2;
  aspect-ratio: 1 / 1 !important;
}

.pvw-responsive-ad-slot--wallpaper_side .pvw-responsive-ad-body {
  min-height: 0;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-card {
  grid-template-columns: 58px minmax(0, 1fr) auto !important;
  grid-template-rows: auto !important;
  min-height: 72px !important;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-card::before {
  display: none;
}

.pvw-responsive-ad-mobile-float .pvw-responsive-ad-media {
  aspect-ratio: 1 / 1 !important;
}

@media (min-width: 761px) and (max-width: 1160px) {
  .pvw-ad-smart-grid,
  .pvw-responsive-ad-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .pvw-ad-slot::after,
  .pvw-responsive-ad-slot::after {
    top: 10px;
    right: 10px;
  }

  .pvw-ad-smart-grid,
  .pvw-responsive-ad-pair {
    grid-template-columns: 1fr !important;
  }

  .pvw-ad-smart-card,
  .pvw-responsive-ad-card,
  .pvw-ad-smart-grid .pvw-ad-smart-card,
  .pvw-responsive-ad-pair .pvw-responsive-ad-card {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    grid-template-rows: auto auto;
    min-height: 98px !important;
    padding: 10px !important;
  }

  .pvw-ad-smart-card::before,
  .pvw-responsive-ad-card::before {
    content: "广告";
  }

  .pvw-ad-smart-media,
  .pvw-responsive-ad-media {
    grid-row: 1 / span 2;
    aspect-ratio: 1 / 1 !important;
  }

  .pvw-ad-smart-copy,
  .pvw-responsive-ad-body {
    min-height: 0;
  }

  .pvw-ad-smart-action,
  .pvw-responsive-ad-action {
    grid-column: 2 !important;
  }

}

/* Ranking page dense content layout */
.pvw-ranklab {
  display: grid;
  gap: 18px;
  width: 100%;
}

.pvw-ranklab a {
  color: inherit;
  text-decoration: none;
}

.pvw-ranklab-head {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 20px;
  align-items: stretch;
  min-height: 250px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, .94), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(255, 194, 216, .42), transparent 30%),
    linear-gradient(135deg, rgba(255, 246, 250, .98), rgba(255, 220, 234, .86) 52%, rgba(239, 251, 255, .82));
  box-shadow: 0 26px 70px rgba(195, 75, 119, .13);
}

.pvw-ranklab-head::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: -1;
  width: min(36vw, 420px);
  height: calc(100% - 56px);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,255,255,.12)),
    repeating-linear-gradient(90deg, rgba(255, 119, 165, .18) 0 8px, transparent 8px 16px),
    linear-gradient(135deg, rgba(255, 135, 178, .28), rgba(102, 209, 224, .18));
  transform: rotate(-2deg);
}

.pvw-ranklab-head::after {
  content: "";
  position: absolute;
  right: 72px;
  bottom: 28px;
  z-index: -1;
  width: 112px;
  height: 112px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255,255,255,.96) 0 12px, transparent 13px),
    radial-gradient(circle at 70% 68%, rgba(255,255,255,.84) 0 9px, transparent 10px),
    linear-gradient(135deg, rgba(255, 96, 151, .38), rgba(255, 214, 231, .28));
  box-shadow: 0 24px 54px rgba(255, 104, 160, .2);
  animation: pvwRankFloat 6s ease-in-out infinite;
}

.pvw-ranklab-head > div {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
}

.pvw-ranklab-head > div > span,
.pvw-ranklab-podium-head span,
.pvw-ranklab-discovery header span,
.pvw-ranklab-keywords header span,
.pvw-ranklab-routes header span,
.pvw-ranklab-empty-showcase header span {
  color: #eb4f8b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pvw-ranklab-head h2 {
  max-width: 720px;
  margin: 0;
  color: #3f2d37;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
}

.pvw-ranklab-head p {
  max-width: 720px;
  margin: 0;
  color: rgba(70, 48, 60, .7);
  font-size: 16px;
  line-height: 1.8;
}

.pvw-ranklab-head-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pvw-ranklab-head-pills em,
.pvw-ranklab-keywords a,
.pvw-ranklab-tagline em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 125, 170, .18);
  border-radius: 999px;
  color: rgba(96, 61, 78, .74);
  background: rgba(255, 255, 255, .66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  font-style: normal;
  font-size: 12px;
  font-weight: 850;
}

.pvw-ranklab-head aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-self: center;
  max-width: 320px;
  justify-self: end;
}

.pvw-ranklab-head aside span,
.pvw-ranklab-insight-card {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 16px 36px rgba(172, 75, 112, .1), inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter: blur(16px) saturate(1.12);
}

.pvw-ranklab-head aside b,
.pvw-ranklab-insight-card b {
  color: #30212b;
  font-size: 28px;
  line-height: 1;
}

.pvw-ranklab-head aside em,
.pvw-ranklab-insight-card em,
.pvw-ranklab-insight-card small {
  color: rgba(91, 62, 76, .58);
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

.pvw-ranklab-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 128, 171, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 20px 48px rgba(195, 75, 119, .09);
  backdrop-filter: blur(18px) saturate(1.12);
}

.pvw-ranklab-tabs a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  min-width: 0;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: #55404a;
  background: rgba(255, 255, 255, .38);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease;
}

.pvw-ranklab-tabs a svg {
  flex: 0 0 auto;
}

.pvw-ranklab-tabs a span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pvw-ranklab-tabs a strong,
.pvw-ranklab-tabs a em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranklab-tabs a strong {
  font-size: 13px;
  font-weight: 900;
}

.pvw-ranklab-tabs a em {
  color: rgba(92, 68, 79, .58);
  font-style: normal;
  font-size: 11px;
  font-weight: 760;
}

.pvw-ranklab-tabs a:hover,
.pvw-ranklab-tabs a.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff629f, #ff96bd 56%, #ffc1d5);
  box-shadow: 0 16px 34px rgba(255, 98, 159, .23);
  transform: translateY(-2px);
}

.pvw-ranklab-tabs a:hover em,
.pvw-ranklab-tabs a.is-active em {
  color: rgba(255,255,255,.82);
}

.pvw-ranklab-insights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pvw-ranklab-insight-card {
  min-height: 112px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.9), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255, 238, 246, .72));
}

.pvw-ranklab-keywords,
.pvw-ranklab-podium,
.pvw-ranklab-leader,
.pvw-ranklab-list,
.pvw-ranklab-side-card,
.pvw-ranklab-discovery,
.pvw-ranklab-routes,
.pvw-ranklab-empty-showcase,
.pvw-ranklab-empty {
  border: 1px solid rgba(255, 128, 171, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 20px 52px rgba(195, 75, 119, .1);
  backdrop-filter: blur(16px) saturate(1.08);
}

.pvw-ranklab-keywords {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.pvw-ranklab-keywords header,
.pvw-ranklab-routes header {
  display: grid;
  gap: 4px;
}

.pvw-ranklab-keywords header strong,
.pvw-ranklab-routes header strong {
  color: #3f2d37;
  font-size: 18px;
}

.pvw-ranklab-keywords > div {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.pvw-ranklab-keywords > div::-webkit-scrollbar {
  display: none;
}

.pvw-ranklab-keywords a {
  flex: 0 0 auto;
  gap: 8px;
  min-height: 38px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.pvw-ranklab-keywords a em {
  color: #ff629f;
  font-style: normal;
}

.pvw-ranklab-keywords a.is-hot,
.pvw-ranklab-keywords a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff629f, #ff9fc1);
  box-shadow: 0 14px 28px rgba(255, 98, 159, .18);
  transform: translateY(-2px);
}

.pvw-ranklab-keywords a.is-hot em,
.pvw-ranklab-keywords a:hover em {
  color: rgba(255,255,255,.88);
}

.pvw-ranklab-podium {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.pvw-ranklab-podium-head {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(135deg, rgba(255, 238, 246, .9), rgba(239, 251, 255, .72));
}

.pvw-ranklab-podium-head strong {
  color: #3f2d37;
  font-size: 22px;
  line-height: 1.25;
}

.pvw-ranklab-podium-head em,
.pvw-ranklab-discovery header p,
.pvw-ranklab-empty-showcase header p {
  margin: 0;
  color: rgba(80, 58, 70, .62);
  font-style: normal;
  line-height: 1.65;
}

.pvw-ranklab-podium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pvw-ranklab-podium-card {
  display: grid;
  grid-template-rows: minmax(180px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 42px rgba(96, 46, 66, .1);
  transition: transform .26s ease, box-shadow .26s ease;
}

.pvw-ranklab-podium-card.rank-1 {
  transform: translateY(-6px);
}

.pvw-ranklab-podium-card:hover {
  box-shadow: 0 24px 54px rgba(96, 46, 66, .16);
  transform: translateY(-5px);
}

.pvw-ranklab-podium-card.rank-1:hover {
  transform: translateY(-10px);
}

.pvw-ranklab-podium-media,
.pvw-ranklab-cover,
.pvw-ranklab-discovery-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #fff0f6, #effbff);
}

.pvw-ranklab-podium-media img,
.pvw-ranklab-cover img,
.pvw-ranklab-mini-feature img,
.pvw-ranklab-row img,
.pvw-ranklab-discovery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .38s ease, filter .38s ease;
}

.pvw-ranklab-podium-card:hover img,
.pvw-ranklab-leader:hover img,
.pvw-ranklab-discovery-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.07) contrast(1.02);
}

.pvw-ranklab-podium-media b,
.pvw-ranklab-crown,
.pvw-ranklab-cover > b,
.pvw-ranklab-discovery-card em {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  color: #fff;
  background: rgba(31, 21, 28, .28);
  box-shadow: 0 12px 26px rgba(26, 14, 20, .16);
  backdrop-filter: blur(12px) saturate(1.16);
  font-weight: 900;
}

.pvw-ranklab-podium-media b {
  left: 12px;
  top: 12px;
  min-height: 30px;
  padding: 0 11px;
  font-size: 12px;
}

.pvw-ranklab-podium-body {
  display: grid;
  gap: 7px;
  padding: 14px;
}

.pvw-ranklab-podium-body span,
.pvw-ranklab-leader-copy > span {
  color: #ea4d8a;
  font-size: 12px;
  font-weight: 900;
}

.pvw-ranklab-podium-body h3,
.pvw-ranklab-leader-copy h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #3f2d37;
  font-size: 17px;
  line-height: 1.36;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-ranklab-podium-body p,
.pvw-ranklab-leader-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(80, 58, 70, .64);
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-ranklab-scoreline,
.pvw-ranklab-row-trend {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 18px;
}

.pvw-ranklab-scoreline i,
.pvw-ranklab-row-trend i {
  position: relative;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 214, 229, .8);
}

.pvw-ranklab-scoreline i::after,
.pvw-ranklab-row-trend i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rank-progress, 58%);
  border-radius: inherit;
  background: linear-gradient(90deg, #ff629f, #62cbd9);
}

.pvw-ranklab-scoreline em,
.pvw-ranklab-row-trend u {
  color: rgba(80, 58, 70, .56);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.pvw-ranklab-grid {
  display: grid;
  grid-template-columns: minmax(340px, .95fr) minmax(420px, 1.2fr) minmax(260px, .72fr);
  gap: 16px;
  align-items: start;
}

.pvw-ranklab-leader {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.pvw-ranklab-cover {
  min-height: 410px;
  border-radius: 20px;
}

.pvw-ranklab-cover::after,
.pvw-ranklab-discovery-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(30, 18, 25, .72));
  pointer-events: none;
}

.pvw-ranklab-crown {
  left: 14px;
  top: 14px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.pvw-ranklab-cover > b {
  right: 14px;
  bottom: 14px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.pvw-ranklab-leader-copy {
  display: grid;
  gap: 10px;
  padding: 4px 2px 0;
}

.pvw-ranklab-leader-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pvw-ranklab-leader-stats span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 238, 246, .76);
}

.pvw-ranklab-leader-stats b {
  overflow: hidden;
  color: #3f2d37;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranklab-leader-stats em {
  color: rgba(80, 58, 70, .56);
  font-style: normal;
  font-size: 11px;
  font-weight: 850;
}

.pvw-ranklab-leader-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.pvw-ranklab-leader-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff629f, #ff96bd);
  box-shadow: 0 14px 28px rgba(255, 98, 159, .2);
  font-weight: 900;
}

.pvw-ranklab-leader-actions span {
  color: rgba(80, 58, 70, .6);
  font-size: 12px;
  font-weight: 850;
}

.pvw-ranklab-mini-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pvw-ranklab-mini-feature a {
  position: relative;
  display: grid;
  grid-template-rows: 132px auto auto;
  gap: 6px;
  min-width: 0;
  padding: 8px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 246, 250, .88);
}

.pvw-ranklab-mini-feature img {
  border-radius: 14px;
}

.pvw-ranklab-mini-feature em {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(31, 21, 28, .28);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.pvw-ranklab-mini-feature strong {
  overflow: hidden;
  color: #3f2d37;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranklab-mini-feature b {
  color: #ff629f;
  font-size: 12px;
}

.pvw-ranklab-list {
  display: grid;
  gap: 9px;
  padding: 14px;
}

.pvw-ranklab-list-head,
.pvw-ranklab-side-card header,
.pvw-ranklab-discovery header,
.pvw-ranklab-empty-showcase header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.pvw-ranklab-list-head span,
.pvw-ranklab-side-card header strong {
  color: #3f2d37;
  font-size: 17px;
  font-weight: 950;
}

.pvw-ranklab-list-head b,
.pvw-ranklab-side-card header span {
  flex: 0 0 auto;
  color: #ff629f;
  font-size: 12px;
}

.pvw-ranklab-row {
  display: grid;
  grid-template-columns: 36px 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 10px;
  border: 1px solid rgba(255, 128, 171, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .64);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.pvw-ranklab-row:hover {
  background: rgba(255, 246, 250, .94);
  box-shadow: 0 14px 30px rgba(195, 75, 119, .1);
  transform: translateX(4px);
}

.pvw-ranklab-row > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #ff78ad, #ffc1d5);
  font-style: normal;
  font-weight: 950;
}

.pvw-ranklab-row.rank-1 > i,
.pvw-ranklab-row.rank-2 > i,
.pvw-ranklab-row.rank-3 > i {
  background: linear-gradient(135deg, #ff4f92, #62cbd9);
}

.pvw-ranklab-row img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: #fff1f7;
}

.pvw-ranklab-row > span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.pvw-ranklab-row strong {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  overflow: hidden;
  color: #3f2d37;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranklab-row strong u {
  flex: 0 0 auto;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  color: #ff629f;
  background: rgba(255, 233, 242, .9);
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
}

.pvw-ranklab-row span > em {
  overflow: hidden;
  color: rgba(80, 58, 70, .56);
  font-style: normal;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranklab-row-tags {
  display: flex;
  gap: 5px;
  overflow: hidden;
}

.pvw-ranklab-row-tags u {
  flex: 0 0 auto;
  padding: 2px 7px;
  border-radius: 999px;
  color: rgba(80, 58, 70, .58);
  background: rgba(255, 240, 246, .86);
  font-size: 11px;
  text-decoration: none;
}

.pvw-ranklab-row > b {
  color: #ff629f;
  font-size: 13px;
  white-space: nowrap;
}

.pvw-ranklab-side {
  display: grid;
  gap: 12px;
}

.pvw-ranklab-side-card {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.pvw-ranklab-side-card a,
.pvw-ranklab-side-soft,
.pvw-ranklab-soft-list span {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 246, 250, .62);
}

.pvw-ranklab-side-card a i,
.pvw-ranklab-side-soft i,
.pvw-ranklab-soft-list i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff78ad, #ffc1d5);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.pvw-ranklab-side-card a span,
.pvw-ranklab-side-soft span,
.pvw-ranklab-soft-list strong {
  overflow: hidden;
  color: #4d3944;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-ranklab-side-card a em,
.pvw-ranklab-side-soft em,
.pvw-ranklab-soft-list em {
  color: rgba(80, 58, 70, .52);
  font-style: normal;
  font-size: 11px;
  font-weight: 820;
}

.pvw-ranklab-rule-grid {
  display: grid;
  gap: 8px;
}

.pvw-ranklab-rule-grid span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 52px;
  padding: 9px;
  border-radius: 16px;
  background: rgba(255, 246, 250, .72);
}

.pvw-ranklab-rule-grid b {
  display: grid;
  place-items: center;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff629f, #62cbd9);
}

.pvw-ranklab-rule-grid em {
  color: rgba(80, 58, 70, .64);
  font-style: normal;
  font-weight: 850;
  line-height: 1.42;
}

.pvw-ranklab-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pvw-ranklab-topic-cloud em {
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: rgba(86, 59, 73, .66);
  background: rgba(255, 240, 246, .84);
  font-style: normal;
  font-size: 12px;
  font-weight: 850;
  line-height: 28px;
}

.pvw-ranklab-topic-cloud em.is-hot {
  color: #fff;
  background: linear-gradient(135deg, #ff629f, #ff9fc1);
}

.pvw-ranklab-soft-list {
  display: grid;
  gap: 8px;
}

.pvw-ranklab-discovery,
.pvw-ranklab-empty-showcase {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.pvw-ranklab-discovery header,
.pvw-ranklab-empty-showcase header {
  align-items: end;
}

.pvw-ranklab-discovery header h3,
.pvw-ranklab-empty-showcase header h3 {
  margin: 0;
  color: #3f2d37;
  font-size: clamp(22px, 2.2vw, 32px);
}

.pvw-ranklab-discovery header p,
.pvw-ranklab-empty-showcase header p {
  max-width: 560px;
  text-align: right;
}

.pvw-ranklab-discovery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pvw-ranklab-discovery-card {
  min-height: 210px;
  border-radius: 20px;
}

.pvw-ranklab-discovery-card > span {
  position: absolute;
  inset: auto 12px 12px;
  z-index: 2;
  display: grid;
  gap: 4px;
}

.pvw-ranklab-discovery-card em {
  position: static;
  justify-self: start;
  min-height: 26px;
  padding: 0 9px;
  font-style: normal;
  font-size: 11px;
}

.pvw-ranklab-discovery-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1.36;
  text-shadow: 0 2px 12px rgba(0,0,0,.26);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pvw-ranklab-discovery-card small {
  color: rgba(255,255,255,.82);
  font-weight: 820;
}

.pvw-ranklab-empty-showcase > div,
.pvw-ranklab-routes > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pvw-ranklab-empty-showcase a,
.pvw-ranklab-routes a {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 128, 171, .12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.86), transparent 30%),
    linear-gradient(135deg, rgba(255, 246, 250, .92), rgba(239, 251, 255, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
  transition: transform .24s ease, box-shadow .24s ease;
}

.pvw-ranklab-empty-showcase a:hover,
.pvw-ranklab-routes a:hover {
  box-shadow: 0 18px 38px rgba(195, 75, 119, .12);
  transform: translateY(-3px);
}

.pvw-ranklab-empty-showcase a i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #ff629f, #62cbd9);
  font-style: normal;
  font-weight: 950;
}

.pvw-ranklab-empty-showcase a strong,
.pvw-ranklab-routes a strong {
  color: #3f2d37;
  font-size: 17px;
}

.pvw-ranklab-empty-showcase a p,
.pvw-ranklab-routes a em {
  margin: 0;
  color: rgba(80, 58, 70, .62);
  font-style: normal;
  line-height: 1.58;
}

.pvw-ranklab-empty-showcase a em {
  justify-self: start;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: #ff629f;
  background: rgba(255, 238, 246, .9);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  line-height: 26px;
}

.pvw-ranklab-routes {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.pvw-ranklab-routes a {
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: center;
  min-height: 112px;
}

.pvw-ranklab-routes a svg {
  display: grid;
  place-self: start;
  width: 42px;
  height: 42px;
  padding: 11px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #ff629f, #62cbd9);
  box-sizing: border-box;
}

.pvw-ranklab-routes a span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.pvw-ranklab-empty {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 30px;
  text-align: center;
}

.pvw-ranklab-empty h2,
.pvw-ranklab-empty h3 {
  margin: 0 0 8px;
  color: #3f2d37;
}

.pvw-ranklab-empty p {
  max-width: 520px;
  margin: 0;
  color: rgba(80, 58, 70, .62);
  line-height: 1.7;
}

@keyframes pvwRankFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(1deg);
  }
}

@media (max-width: 1440px) {
  .pvw-ranklab-grid {
    grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.15fr);
  }

  .pvw-ranklab-side {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pvw-ranklab-discovery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .pvw-ranklab-head,
  .pvw-ranklab-podium,
  .pvw-ranklab-keywords,
  .pvw-ranklab-routes,
  .pvw-ranklab-grid {
    grid-template-columns: 1fr;
  }

  .pvw-ranklab-head::before {
    opacity: .5;
  }

  .pvw-ranklab-head aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    justify-self: stretch;
  }

  .pvw-ranklab-insights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvw-ranklab-side,
  .pvw-ranklab-empty-showcase > div,
  .pvw-ranklab-routes > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .pvw-ranklab {
    gap: 14px;
  }

  .pvw-ranklab-head {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .pvw-ranklab-head::before,
  .pvw-ranklab-head::after {
    opacity: .34;
  }

  .pvw-ranklab-head h2 {
    font-size: 32px;
  }

  .pvw-ranklab-head p {
    font-size: 14px;
  }

  .pvw-ranklab-head aside,
  .pvw-ranklab-insights,
  .pvw-ranklab-podium-grid,
  .pvw-ranklab-side,
  .pvw-ranklab-discovery-grid,
  .pvw-ranklab-empty-showcase > div,
  .pvw-ranklab-routes > div,
  .pvw-ranklab-mini-feature,
  .pvw-ranklab-leader-stats {
    grid-template-columns: 1fr;
  }

  .pvw-ranklab-tabs {
    display: flex;
    overflow-x: auto;
    border-radius: 20px;
    scrollbar-width: none;
  }

  .pvw-ranklab-tabs::-webkit-scrollbar {
    display: none;
  }

  .pvw-ranklab-tabs a {
    flex: 0 0 142px;
  }

  .pvw-ranklab-podium,
  .pvw-ranklab-discovery,
  .pvw-ranklab-routes,
  .pvw-ranklab-empty-showcase {
    padding: 14px;
    border-radius: 22px;
  }

  .pvw-ranklab-podium-card {
    grid-template-rows: 220px auto;
  }

  .pvw-ranklab-cover {
    min-height: 320px;
  }

  .pvw-ranklab-row {
    grid-template-columns: 32px 58px minmax(0, 1fr);
    gap: 9px;
  }

  .pvw-ranklab-row img {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .pvw-ranklab-row > b {
    grid-column: 3;
    justify-self: start;
  }

  .pvw-ranklab-row-trend {
    display: none;
  }

  .pvw-ranklab-discovery header,
  .pvw-ranklab-empty-showcase header {
    display: grid;
    align-items: start;
  }

  .pvw-ranklab-discovery header p,
  .pvw-ranklab-empty-showcase header p {
    text-align: left;
  }
}

/* Front visual refresh: wallpaper atmosphere, richer cards and soft motion. */
body:not(.wp-admin) {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 211, 228, .44), transparent 26rem),
    radial-gradient(circle at 92% 12%, rgba(198, 246, 255, .34), transparent 30rem),
    linear-gradient(180deg, #fff8fb 0%, #fff 48%, #fff7fa 100%);
}

.pvw-home-wide-shell,
.pvw-ranking-home-shell,
body.pvw-unified-shell-page .pvw-home-wide-shell {
  position: relative;
  isolation: isolate;
}

.pvw-home-wide-shell::before,
.pvw-ranking-home-shell::before,
body.pvw-unified-shell-page .pvw-home-wide-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 145, 184, .055) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(180deg, rgba(255, 145, 184, .045) 1px, transparent 1px) 0 0 / 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 74%);
}

.pvw-home-wide-shell::after,
.pvw-ranking-home-shell::after,
body.pvw-unified-shell-page .pvw-home-wide-shell::after {
  content: "";
  position: fixed;
  right: 28px;
  top: 118px;
  z-index: -1;
  width: 180px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 30px;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.92), transparent 18%),
    linear-gradient(135deg, rgba(255, 177, 207, .34), rgba(225, 251, 255, .28));
  box-shadow: 0 30px 80px rgba(255, 98, 159, .12), inset 0 1px 0 rgba(255,255,255,.78);
  transform: rotate(7deg);
  animation: pvwFrontFrameFloat 8s ease-in-out infinite;
}

.pvw-home-wide-sidebar,
.pvw-ranking-home-shell .pvw-home-wide-sidebar {
  border-right-color: rgba(255, 128, 171, .14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,247,251,.82)),
    radial-gradient(circle at 50% 0%, rgba(255, 205, 225, .46), transparent 220px);
}

.pvw-home-wide-sidebar nav a,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a {
  position: relative;
  overflow: hidden;
}

.pvw-home-wide-sidebar nav a::after,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a::after {
  content: "";
  position: absolute;
  inset: 1px auto 1px 1px;
  width: 3px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(180deg, #ff629f, #62cbd9);
  transition: opacity .22s ease;
}

.pvw-home-wide-sidebar nav a:hover::after,
.pvw-home-wide-sidebar nav a.is-active::after,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a:hover::after,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a.is-active::after {
  opacity: 1;
}

.pvw-home-wide-topbar {
  box-shadow: 0 18px 44px rgba(255, 98, 159, .08);
}

.pvw-home-wide-topbar form,
.pvw-mobile-search-row form {
  position: relative;
  overflow: hidden;
}

.pvw-home-wide-topbar form::after,
.pvw-mobile-search-row form::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 36%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.68), transparent);
  transform: skewX(-18deg);
  animation: pvwFrontSearchSheen 5.8s ease-in-out infinite;
}

.pvw-section-head {
  position: relative;
}

.pvw-section-head::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  z-index: -1;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.94), transparent 28%),
    linear-gradient(135deg, rgba(255, 98, 159, .22), rgba(98, 203, 217, .18));
  transform: rotate(-8deg);
}

.pvw-section-title {
  letter-spacing: 0;
}

.pvw-wallpaper-moodboard {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(300px, 420px);
  gap: 18px;
  align-items: center;
  margin: 0 0 18px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 128, 171, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.9), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(255, 195, 218, .32), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255, 239, 247, .76) 54%, rgba(240, 252, 255, .68));
  box-shadow: 0 22px 58px rgba(255, 98, 159, .1), inset 0 1px 0 rgba(255,255,255,.74);
  backdrop-filter: blur(18px) saturate(1.1);
}

.pvw-wallpaper-moodboard::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px dashed rgba(255, 128, 171, .16);
  border-radius: 20px;
  pointer-events: none;
}

.pvw-wallpaper-mood-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.pvw-wallpaper-mood-copy span {
  color: #ee4d8d;
  font-size: 12px;
  font-weight: 950;
}

.pvw-wallpaper-mood-copy h3 {
  margin: 0;
  color: #3f2d37;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.18;
  letter-spacing: 0;
}

.pvw-wallpaper-mood-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(80, 58, 70, .64);
  line-height: 1.68;
}

.pvw-wallpaper-mood-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}

.pvw-wallpaper-mood-actions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 128, 171, .16);
  border-radius: 999px;
  color: #d93d78;
  background: rgba(255,255,255,.74);
  box-shadow: 0 12px 24px rgba(255, 98, 159, .1);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.pvw-wallpaper-mood-actions a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff629f, #ff9fc1);
  box-shadow: 0 16px 32px rgba(255, 98, 159, .2);
  transform: translateY(-2px);
}

.pvw-wallpaper-mood-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  min-width: 0;
}

.pvw-wallpaper-mood-strip span {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 112px;
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f7, #eafbff);
  box-shadow: 0 14px 28px rgba(106, 50, 72, .12);
  transform: translateY(var(--mood-y, 0)) rotate(var(--mood-r, 0deg));
  animation: pvwFrontMoodFloat 6.8s ease-in-out infinite;
}

.pvw-wallpaper-mood-strip span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.4), transparent 42%);
  pointer-events: none;
}

.pvw-wallpaper-mood-strip img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.01);
}

.pvw-wallpaper-mood-strip .tone-1 {
  --mood-y: 8px;
  --mood-r: -4deg;
}

.pvw-wallpaper-mood-strip .tone-2 {
  --mood-y: -8px;
  --mood-r: 3deg;
  animation-delay: -.8s;
}

.pvw-wallpaper-mood-strip .tone-3 {
  --mood-y: 4px;
  --mood-r: 2deg;
  animation-delay: -1.6s;
}

.pvw-wallpaper-mood-strip .tone-4 {
  --mood-y: -4px;
  --mood-r: -2deg;
  animation-delay: -2.2s;
}

body.home .pvw-home-wide-main .pvw-wall-card,
body.home .pvw-home-wide-main .pvw-feed-card,
.pvw-wall-card,
.pvw-feed-card,
.pvw-album-card,
.pvw-copy-card {
  backface-visibility: hidden;
}

body.home .pvw-home-wide-main .pvw-wall-card::before,
.pvw-wall-card::before,
.pvw-feed-card::before {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.32);
}

body.home .pvw-home-wide-main .pvw-wall-card img,
body.home .pvw-home-wide-main .pvw-feed-card img,
.pvw-wall-card img,
.pvw-feed-card img {
  transform-origin: center;
}

.pvw-card-info,
.pvw-card-badge,
.pvw-wall-actions,
.pvw-xhs-info-card,
.pvw-ranklab-side-card,
.pvw-treehole-card {
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

.pvw-card-placeholder {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(135deg, #fff2f7, #eafbff);
}

.pvw-card-placeholder::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -55%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: skewX(-16deg);
  animation: pvwFrontPlaceholderSheen 2.8s ease-in-out infinite;
}

.pvw-feed-scroll-shell {
  scrollbar-color: rgba(255, 112, 166, .38) transparent;
}

.pvw-feed-scroll-shell::-webkit-scrollbar {
  width: 10px;
}

.pvw-feed-scroll-shell::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: rgba(255, 112, 166, .38);
  background-clip: padding-box;
}

.pvw-home-feed-status {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 128, 171, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 28px rgba(255, 98, 159, .08);
}

.pvw-home-feed-status::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ff629f;
  box-shadow: 0 0 0 6px rgba(255, 98, 159, .12);
  animation: pvwFrontPulse 1.8s ease-in-out infinite;
  vertical-align: middle;
}

.pvw-xhs-gallery,
.pvw-wallpaper-detail-modal .pvw-xhs-gallery {
  position: relative;
}

.pvw-xhs-gallery::before,
.pvw-wallpaper-detail-modal .pvw-xhs-gallery::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: inherit;
  pointer-events: none;
}

.pvw-xhs-slide img,
.pvw-xhs-slide video {
  filter: saturate(1.02) contrast(1.01);
}

.pvw-responsive-ad-card,
.pvw-ad-smart-card {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.pvw-responsive-ad-card:hover,
.pvw-ad-smart-card:hover {
  border-color: rgba(255, 128, 171, .28);
  box-shadow: 0 20px 46px rgba(255, 98, 159, .14);
  transform: translateY(-3px);
}

@keyframes pvwFrontFrameFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(7deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(4deg);
  }
}

@keyframes pvwFrontSearchSheen {
  0%, 48% {
    transform: translateX(0) skewX(-18deg);
  }
  72%, 100% {
    transform: translateX(420%) skewX(-18deg);
  }
}

@keyframes pvwFrontMoodFloat {
  0%, 100% {
    transform: translateY(var(--mood-y, 0)) rotate(var(--mood-r, 0deg));
  }
  50% {
    transform: translateY(calc(var(--mood-y, 0) - 8px)) rotate(calc(var(--mood-r, 0deg) * -1));
  }
}

@keyframes pvwFrontPlaceholderSheen {
  0% {
    transform: translateX(0) skewX(-16deg);
  }
  68%, 100% {
    transform: translateX(380%) skewX(-16deg);
  }
}

@keyframes pvwFrontPulse {
  0%, 100% {
    transform: scale(.88);
    opacity: .72;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-home-wide-shell::after,
  .pvw-ranking-home-shell::after,
  .pvw-wallpaper-mood-strip span,
  .pvw-card-placeholder::after,
  .pvw-home-feed-status::before,
  .pvw-home-wide-topbar form::after,
  .pvw-mobile-search-row form::after {
    animation: none !important;
  }
}

@media (max-width: 1280px) {
  .pvw-wallpaper-moodboard {
    grid-template-columns: 1fr;
  }

  .pvw-wallpaper-mood-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body:not(.wp-admin) {
    background: #fff7fb;
  }

  .pvw-home-wide-shell::before,
  .pvw-home-wide-shell::after,
  .pvw-ranking-home-shell::before,
  .pvw-ranking-home-shell::after {
    display: none;
  }

  body.home .pvw-wallpaper-moodboard {
    display: none;
  }

  .pvw-wallpaper-mood-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pvw-wallpaper-mood-strip span {
    min-height: 96px;
  }

  .pvw-section-head::before {
    display: none;
  }
}

/* Tree-hole atmosphere upgrade: check-in notes, bottle sea and warmer cards. */
.pvw-treehole-shell {
  position: relative;
  isolation: isolate;
}

.pvw-treehole-shell::before {
  content: "";
  position: absolute;
  inset: -18px -18px auto;
  z-index: -1;
  height: 320px;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 138, 184, .2), transparent 210px),
    radial-gradient(circle at 86% 10%, rgba(126, 218, 230, .18), transparent 220px);
  filter: blur(.1px);
}

.pvw-treehole-hero {
  min-height: 236px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .92), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(255, 137, 186, .28), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,234,243,.78) 56%, rgba(235, 252, 255, .72));
}

.pvw-treehole-hero::before {
  content: "";
  position: absolute;
  right: 150px;
  top: 24px;
  width: 90px;
  height: 120px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,255,255,.18)),
    linear-gradient(180deg, rgba(255, 138, 184, .2), rgba(126, 218, 230, .16));
  box-shadow: 0 18px 42px rgba(255, 111, 168, .12);
  transform: rotate(-8deg);
  pointer-events: none;
}

.pvw-treehole-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.pvw-treehole-hero-notes em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 126, 172, .16);
  border-radius: 999px;
  color: rgba(122, 58, 86, .72);
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.76);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pvw-treehole-stats article {
  position: relative;
  overflow: hidden;
}

.pvw-treehole-stats article::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -55%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent);
  transform: skewX(-18deg);
  animation: pvwTreeholeStatSheen 5.6s ease-in-out infinite;
}

.pvw-treehole-calendar-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 126, 172, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,255,255,.86), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255, 237, 246, .82));
}

.pvw-treehole-calendar-card b {
  grid-column: 1;
  color: #d93878;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pvw-treehole-calendar-card strong {
  grid-column: 1;
  color: #2b2030;
  font-size: 42px;
  line-height: .9;
}

.pvw-treehole-calendar-card span {
  grid-column: 1;
  color: rgba(45, 34, 48, .48);
  font-size: 12px;
  font-weight: 850;
}

.pvw-treehole-calendar-card em {
  grid-column: 2;
  grid-row: 1 / span 3;
  color: rgba(45, 34, 48, .66);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.55;
}

.pvw-treehole-care-card {
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255, 239, 247, .76));
}

.pvw-treehole-care-list {
  display: grid;
  gap: 9px;
}

.pvw-treehole-care-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid rgba(255, 126, 172, .13);
  border-radius: 16px;
  background: rgba(255,255,255,.56);
}

.pvw-treehole-care-list i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #ff78ad, #7edce6);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.pvw-treehole-care-list span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.pvw-treehole-care-list strong {
  color: #2b2030;
  font-size: 13px;
}

.pvw-treehole-care-list em {
  color: rgba(45, 34, 48, .58);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.pvw-treehole-mini-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pvw-treehole-mini-title strong {
  color: #2b2030;
  font-size: 14px;
  font-weight: 950;
}

.pvw-treehole-mini-title span {
  flex: 0 0 auto;
  color: rgba(217, 56, 120, .72);
  font-size: 12px;
  font-weight: 900;
}

.pvw-treehole-soft-tasks {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.pvw-treehole-soft-tasks article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 126, 172, .13);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 16%, rgba(255,255,255,.82), transparent 42%),
    rgba(255,255,255,.56);
}

.pvw-treehole-soft-tasks i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 13px;
  color: #d93878;
  background: rgba(255, 234, 244, .88);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.pvw-treehole-soft-tasks span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pvw-treehole-soft-tasks strong {
  overflow: hidden;
  color: #2b2030;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-treehole-soft-tasks em {
  overflow: hidden;
  color: rgba(45, 34, 48, .58);
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-treehole-livebar {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 135, 180, .16);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 34px rgba(178, 72, 111, .09);
  backdrop-filter: blur(16px);
}

.pvw-treehole-livebar::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6fa8;
  box-shadow: 0 0 0 7px rgba(255, 111, 168, .14);
  animation: pvwTreeholeLivePulse 1.8s ease-in-out infinite;
}

.pvw-treehole-livebar span {
  color: #d93878;
  font-size: 12px;
  font-weight: 950;
}

.pvw-treehole-livebar strong {
  overflow: hidden;
  color: #2b2030;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-treehole-livebar em {
  color: rgba(45, 34, 48, .54);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.pvw-treehole-atmosphere-board {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 14px;
}

.pvw-treehole-mood-spectrum,
.pvw-treehole-echo-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 135, 180, .16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.82), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255, 241, 248, .72));
  box-shadow: 0 16px 34px rgba(178, 72, 111, .08);
  backdrop-filter: blur(16px);
}

.pvw-treehole-mood-spectrum {
  padding: 14px;
}

.pvw-treehole-mood-spectrum::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 140px;
  height: 140px;
  border-radius: 46px;
  background: linear-gradient(135deg, rgba(255, 123, 174, .16), rgba(126, 218, 230, .12));
  transform: rotate(16deg);
  pointer-events: none;
}

.pvw-treehole-mood-bars {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
}

.pvw-treehole-mood-bars article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 70px;
  gap: 10px;
  align-items: center;
}

.pvw-treehole-mood-bars span,
.pvw-treehole-mood-bars em {
  overflow: hidden;
  color: rgba(45, 34, 48, .68);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-treehole-mood-bars span {
  color: #2b2030;
}

.pvw-treehole-mood-bars b {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 225, 239, .82);
}

.pvw-treehole-mood-bars i {
  display: block;
  width: var(--level, 50%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mood, #ff78ad), rgba(126, 218, 230, .78));
  box-shadow: 0 0 18px color-mix(in srgb, var(--mood, #ff78ad), transparent 58%);
  animation: pvwTreeholeMoodGlow 3.6s ease-in-out infinite;
}

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

.pvw-treehole-echo-grid article {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 14px;
}

.pvw-treehole-echo-grid span {
  justify-self: start;
  padding: 5px 9px;
  border-radius: 999px;
  color: #d93878;
  background: rgba(255, 234, 244, .82);
  font-size: 11px;
  font-weight: 950;
}

.pvw-treehole-echo-grid strong {
  color: #2b2030;
  font-size: 14px;
  font-weight: 950;
}

.pvw-treehole-echo-grid em {
  color: rgba(45, 34, 48, .6);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}

.pvw-treehole-compose-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pvw-treehole-compose-ribbon span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(122, 58, 86, .72);
  background: rgba(255, 237, 246, .78);
  font-size: 12px;
  font-weight: 900;
}

.pvw-treehole-bottle {
  border-color: rgba(255, 143, 189, .22);
}

.pvw-treehole-bottle-sea::before,
.pvw-treehole-bottle-sea::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.pvw-treehole-bottle-sea::before {
  top: 0;
  height: 100%;
  background:
    radial-gradient(circle at 12% 58%, rgba(255,255,255,.64) 0 5px, transparent 6px),
    radial-gradient(circle at 44% 72%, rgba(255,255,255,.5) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 48%, rgba(255,255,255,.56) 0 6px, transparent 7px);
  opacity: .68;
}

.pvw-treehole-bottle-sea::after {
  bottom: 0;
  height: 32px;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(126, 203, 255, .26) 0 34px, transparent 35px),
    radial-gradient(ellipse at 38% 100%, rgba(126, 203, 255, .2) 0 28px, transparent 29px),
    radial-gradient(ellipse at 72% 100%, rgba(126, 203, 255, .24) 0 36px, transparent 37px);
  animation: pvwTreeholeSeaWave 4.8s ease-in-out infinite;
}

.pvw-treehole-bottle-chip:hover {
  box-shadow: 0 18px 38px rgba(80, 166, 206, .16);
  transform: translateY(-3px);
}

.pvw-treehole-composer {
  position: relative;
  overflow: hidden;
}

.pvw-treehole-composer::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 128px;
  height: 128px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 32% 30%, rgba(255,255,255,.92) 0 10px, transparent 11px),
    linear-gradient(135deg, rgba(255, 126, 172, .22), rgba(126, 218, 230, .16));
  transform: rotate(12deg);
  pointer-events: none;
}

.pvw-treehole-composer textarea:focus,
.pvw-treehole-bottle-form textarea:focus,
.pvw-treehole-comment-form input:focus {
  border-color: rgba(255, 92, 153, .42);
  box-shadow: 0 0 0 4px rgba(255, 112, 166, .1);
}

.pvw-treehole-card {
  border-style: solid;
}

.pvw-treehole-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  opacity: .36;
  background:
    linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,255,255,.1)),
    linear-gradient(45deg, transparent 42%, rgba(255, 112, 166, .24) 43% 57%, transparent 58%);
  pointer-events: none;
}

.pvw-treehole-content {
  padding: 2px 0 0;
}

.pvw-treehole-content::before {
  content: "";
  float: left;
  width: 4px;
  height: 48px;
  margin: 7px 12px 4px 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mood, #ff78ad), rgba(126, 218, 230, .7));
}

.pvw-treehole-reactions button,
.pvw-treehole-actions button,
.pvw-treehole-filter button,
.pvw-treehole-prompt-strip button {
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.pvw-treehole-reactions button:hover,
.pvw-treehole-actions button:hover,
.pvw-treehole-filter button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(178, 72, 111, .12);
}

.pvw-treehole-more {
  justify-self: center;
  min-width: 180px;
}

@keyframes pvwTreeholeStatSheen {
  0%, 44% {
    transform: translateX(0) skewX(-18deg);
  }
  74%, 100% {
    transform: translateX(420%) skewX(-18deg);
  }
}

@keyframes pvwTreeholeLivePulse {
  0%, 100% {
    transform: scale(.86);
    opacity: .72;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pvwTreeholeSeaWave {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-18px);
  }
}

@keyframes pvwTreeholeMoodGlow {
  0%, 100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.25) brightness(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-treehole-stats article::after,
  .pvw-treehole-livebar::before,
  .pvw-treehole-bottle-sea::after,
  .pvw-treehole-mood-bars i {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  .pvw-treehole-livebar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .pvw-treehole-livebar em {
    grid-column: 2;
  }

  .pvw-treehole-atmosphere-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pvw-treehole-hero::before,
  .pvw-treehole-card::after,
  .pvw-treehole-composer::before {
    display: none;
  }

  .pvw-treehole-hero-notes {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .pvw-treehole-hero-notes::-webkit-scrollbar {
    display: none;
  }

  .pvw-treehole-hero-notes em {
    flex: 0 0 auto;
  }

  .pvw-treehole-calendar-card,
  .pvw-treehole-livebar {
    grid-template-columns: 1fr;
  }

  .pvw-treehole-atmosphere-board {
    gap: 10px;
  }

  .pvw-treehole-echo-grid {
    grid-template-columns: 1fr;
  }

  .pvw-treehole-mood-bars article {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .pvw-treehole-mood-bars em {
    grid-column: 2;
  }

  .pvw-treehole-calendar-card em,
  .pvw-treehole-calendar-card b,
  .pvw-treehole-calendar-card strong,
  .pvw-treehole-calendar-card span,
  .pvw-treehole-livebar em {
    grid-column: auto;
    grid-row: auto;
  }

  .pvw-treehole-care-list article {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .pvw-treehole-content::before {
    height: 34px;
  }
}

/* Copywriting atmosphere polish. */
.pvw-copy-atmosphere {
  display: grid;
  gap: 14px;
  width: 100%;
  margin: 0 0 18px;
  color: #30232a;
}

.pvw-copy-atmosphere-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
  gap: 16px;
  overflow: hidden;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 26px;
  background:
    radial-gradient(circle at 9% 13%, rgba(255, 121, 174, .28), transparent 30%),
    radial-gradient(circle at 88% 6%, rgba(132, 221, 255, .22), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,240,247,.86));
  box-shadow: 0 20px 56px rgba(239, 96, 142, .13);
}

.pvw-copy-atmosphere-hero::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -42px;
  width: 176px;
  height: 176px;
  border-radius: 48px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.64), rgba(255,255,255,.08)),
    repeating-linear-gradient(135deg, rgba(255, 122, 171, .18) 0 8px, transparent 8px 18px);
  opacity: .5;
  transform: rotate(12deg);
  pointer-events: none;
}

.pvw-copy-atmosphere-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.pvw-copy-atmosphere-copy > span {
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ef4f8e;
  background: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 112, 166, .18);
}

.pvw-copy-atmosphere-copy h3 {
  max-width: 680px;
  margin: 0;
  color: #221720;
  font-size: clamp(23px, 2.1vw, 36px);
  line-height: 1.16;
  letter-spacing: 0;
}

.pvw-copy-atmosphere-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(66, 43, 58, .72);
  font-size: 14px;
  line-height: 1.8;
}

.pvw-copy-atmosphere-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.pvw-copy-atmosphere-stats em {
  display: grid;
  min-width: 116px;
  padding: 10px 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  font-style: normal;
  box-shadow: inset 0 0 0 1px rgba(255, 143, 189, .14);
}

.pvw-copy-atmosphere-stats b {
  color: #2d1d2a;
  font-size: 15px;
}

.pvw-copy-atmosphere-stats i {
  margin-top: 2px;
  color: rgba(121, 78, 98, .72);
  font-size: 11px;
  font-style: normal;
}

.pvw-copy-tone-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  align-content: center;
}

.pvw-copy-tone-board article {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 8px 12px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 0 0 1px rgba(255, 143, 189, .14);
}

.pvw-copy-tone-board strong {
  color: #3a2533;
  font-size: 13px;
}

.pvw-copy-tone-board span {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 205, 225, .72);
}

.pvw-copy-tone-board span i {
  display: block;
  width: var(--tone-progress, 70%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff78ae, #ffb6cf, #8adff2);
  animation: pvwCopyTonePulse 4.2s ease-in-out infinite;
}

.pvw-copy-tone-board em {
  grid-column: 1 / -1;
  color: rgba(98, 67, 84, .74);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.pvw-copy-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pvw-copy-scene-grid article {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,246,250,.84));
  box-shadow: 0 14px 34px rgba(239, 96, 142, .09);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pvw-copy-scene-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(239, 96, 142, .15);
}

.pvw-copy-scene-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #ff79ae, #ff4d93);
  font-size: 14px;
  font-weight: 900;
}

.pvw-copy-scene-grid strong {
  color: #2d1f2b;
  font-size: 15px;
}

.pvw-copy-scene-grid p {
  margin: 0;
  color: rgba(82, 58, 72, .7);
  font-size: 12px;
  line-height: 1.55;
}

.pvw-copy-prompt-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 22px;
  background: rgba(255,255,255,.7);
  box-shadow: inset 0 0 0 1px rgba(255, 143, 189, .1);
  scrollbar-width: none;
}

.pvw-copy-prompt-strip::-webkit-scrollbar {
  display: none;
}

.pvw-copy-prompt-strip b,
.pvw-copy-prompt-strip button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.pvw-copy-prompt-strip b {
  color: #ed4e8c;
  font-size: 13px;
}

.pvw-copy-prompt-strip button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #7f4b61;
  background: rgba(255, 241, 247, .92);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 112, 166, .16);
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.pvw-copy-prompt-strip button:hover {
  transform: translateY(-2px);
  color: #fff;
  background: linear-gradient(135deg, #ff78ae, #ffb1cb);
}

@keyframes pvwCopyTonePulse {
  0%, 100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.25) brightness(1.05);
  }
}

@media (max-width: 1120px) {
  .pvw-copy-atmosphere-hero {
    grid-template-columns: 1fr;
  }

  .pvw-copy-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pvw-copy-atmosphere {
    margin-bottom: 14px;
  }

  .pvw-copy-atmosphere-hero {
    padding: 18px;
    border-radius: 22px;
  }

  .pvw-copy-atmosphere-hero::after {
    display: none;
  }

  .pvw-copy-atmosphere-stats {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .pvw-copy-atmosphere-stats::-webkit-scrollbar {
    display: none;
  }

  .pvw-copy-atmosphere-stats em {
    flex: 0 0 112px;
  }

  .pvw-copy-scene-grid {
    grid-template-columns: 1fr;
  }
}

/* Wallpaper visual system polish: ambient light, screen-like cards and gentle motion. */
:root {
  --pvw-visual-ink: #2c1d28;
  --pvw-visual-cyan: #65d2e8;
  --pvw-visual-lilac: #cab7ff;
  --pvw-visual-glow: rgba(255, 107, 164, .18);
}

body:not(.wp-admin) {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 191, 219, .42), transparent 330px),
    radial-gradient(circle at 90% 12%, rgba(123, 217, 232, .22), transparent 360px),
    linear-gradient(180deg, #fff7fb 0%, #ffffff 44%, #fff9fc 100%);
}

body:not(.wp-admin)::selection {
  color: #fff;
  background: #f85f8e;
}

.pvw-visual-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10020;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, #ff5f9b, #ffc0d9, #6bd7e8);
  box-shadow: 0 0 18px rgba(255, 97, 157, .42);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: .92;
}

.admin-bar .pvw-visual-progress {
  top: 32px;
}

.pvw-home-wide-main,
.pvw-home-wide-sidebar,
.pvw-ranking-home-shell,
.pvw-copy-home-shell,
.pvw-client-download-shell,
.pvw-parse-workbench-shell,
.pvw-xhs-single,
.pvw-page-hero {
  position: relative;
}

.pvw-home-wide-main::after,
.pvw-ranking-home-shell::after,
.pvw-copy-home-shell::after,
.pvw-client-download-shell::after {
  content: "";
  position: fixed;
  right: clamp(18px, 4vw, 64px);
  bottom: clamp(88px, 9vw, 150px);
  z-index: -1;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 42px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,.08)),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px) 0 0 / 36px 100%,
    linear-gradient(180deg, rgba(255, 170, 206, .26), rgba(104, 215, 232, .18));
  box-shadow: 0 32px 90px rgba(255, 111, 168, .12);
  transform: rotate(8deg);
  animation: pvwVisualFloat 12s ease-in-out infinite;
}

.pvw-home-wide-sidebar::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -1px;
  bottom: 16px;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 94, 153, .34), rgba(101, 210, 232, .28), transparent);
}

.pvw-home-wide-sidebar nav a,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a,
.pvw-copy-home-shell .pvw-home-wide-sidebar nav a {
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.pvw-home-wide-sidebar nav a svg,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a svg,
.pvw-copy-home-shell .pvw-home-wide-sidebar nav a svg {
  transition: transform .2s ease, filter .2s ease;
}

.pvw-home-wide-sidebar nav a:hover svg,
.pvw-home-wide-sidebar nav a.is-active svg,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a:hover svg,
.pvw-ranking-home-shell .pvw-home-wide-sidebar nav a.is-active svg,
.pvw-copy-home-shell .pvw-home-wide-sidebar nav a:hover svg,
.pvw-copy-home-shell .pvw-home-wide-sidebar nav a.is-active svg {
  filter: drop-shadow(0 8px 12px rgba(255, 95, 155, .18));
  transform: translateY(-1px) scale(1.08);
}

.pvw-home-wide-topbar,
.pvw-page-hero,
.pvw-section-head,
.pvw-wallpaper-moodboard,
.pvw-feed-module-card,
.pvw-xhs-info-card,
.pvw-ranklab-side-card,
.pvw-copy-atmosphere-hero,
.pvw-treehole-hero {
  --pvw-spot-x: 50%;
  --pvw-spot-y: 20%;
}

.pvw-home-wide-topbar::before,
.pvw-page-hero::after,
.pvw-wallpaper-moodboard::after,
.pvw-xhs-info-card::after,
.pvw-copy-atmosphere-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--pvw-spot-x) var(--pvw-spot-y), rgba(255,255,255,.58), transparent 34%);
  opacity: .2;
  mix-blend-mode: screen;
}

.pvw-home-wide-topbar {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.74);
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.88), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,242,248,.78));
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
}

.pvw-home-wide-topbar form {
  border-color: rgba(255, 117, 170, .14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.64), 0 12px 30px rgba(255, 105, 162, .08);
}

.pvw-page-hero {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.9), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(101, 210, 232, .2), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,239,247,.82));
  box-shadow: 0 28px 72px rgba(255, 105, 162, .11);
}

.pvw-page-hero::before {
  content: "";
  position: absolute;
  right: clamp(18px, 6vw, 90px);
  top: 28px;
  width: 112px;
  height: 150px;
  border: 4px solid rgba(255,255,255,.84);
  border-radius: 24px;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(48, 24, 38, .2), transparent 54%),
    linear-gradient(135deg, rgba(255, 118, 174, .28), rgba(101, 210, 232, .2));
  box-shadow: 0 18px 44px rgba(255, 95, 155, .16);
  transform: rotate(7deg);
}

.pvw-wall-card,
.pvw-feed-card,
.pvw-album-card,
.pvw-copy-card {
  --pvw-spot-x: 50%;
  --pvw-spot-y: 50%;
  isolation: isolate;
  transform-style: preserve-3d;
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    box-shadow .28s ease,
    filter .28s ease;
}

.pvw-wall-card:hover,
.pvw-feed-card:hover {
  filter: saturate(1.04);
  transform: translateY(-8px) rotateX(var(--pvw-tilt-y, 0deg)) rotateY(var(--pvw-tilt-x, 0deg));
}

.pvw-wall-card .pvw-feed-preview,
.pvw-feed-card .pvw-feed-preview {
  position: relative;
  overflow: hidden;
}

.pvw-wall-card .pvw-feed-preview::before,
.pvw-feed-card .pvw-feed-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--pvw-spot-x) var(--pvw-spot-y), rgba(255,255,255,.46), transparent 22%),
    linear-gradient(180deg, transparent 42%, rgba(34, 18, 28, .28));
  opacity: .18;
  transition: opacity .25s ease;
}

.pvw-wall-card:hover .pvw-feed-preview::before,
.pvw-feed-card:hover .pvw-feed-preview::before {
  opacity: .34;
}

.pvw-wall-card .pvw-feed-preview::after,
.pvw-feed-card .pvw-feed-preview::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transform: scale(.98);
  transition: opacity .22s ease, transform .22s ease;
}

.pvw-wall-card:hover .pvw-feed-preview::after,
.pvw-feed-card:hover .pvw-feed-preview::after {
  opacity: 1;
  transform: scale(1);
}

.pvw-card-img {
  transition: opacity .35s ease, filter .35s ease, transform .6s cubic-bezier(.2,.8,.2,1);
}

.pvw-wall-card:hover .pvw-card-img,
.pvw-feed-card:hover .pvw-card-img {
  transform: scale(1.045);
}

.pvw-card-img.is-loaded {
  animation: pvwVisualImageSettle .48s ease both;
}

.pvw-card-info {
  border: 1px solid rgba(255,255,255,.54);
}

.pvw-card-info h3 {
  letter-spacing: 0;
}

.pvw-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pvw-card-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(255,255,255,.22);
}

.pvw-wall-actions .pvw-round-action {
  backdrop-filter: blur(14px) saturate(1.16);
  -webkit-backdrop-filter: blur(14px) saturate(1.16);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.pvw-wall-actions .pvw-round-action:hover {
  transform: translateY(-2px) scale(1.06);
}

.pvw-feed-tagbar-wrap,
.pvw-douyin-filterbar,
.pvw-tabs {
  scrollbar-width: none;
}

.pvw-feed-tagbar-wrap::-webkit-scrollbar,
.pvw-douyin-filterbar::-webkit-scrollbar,
.pvw-tabs::-webkit-scrollbar {
  display: none;
}

.pvw-douyin-filterbar button,
.pvw-tab {
  transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}

.pvw-douyin-filterbar button:hover,
.pvw-tab:hover {
  transform: translateY(-2px);
}

.pvw-wallpaper-moodboard::after {
  inset: auto 20px 14px auto;
  width: 168px;
  height: 62px;
  border-radius: 18px;
  background:
    radial-gradient(circle, rgba(255,255,255,.7) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(135deg, rgba(255,255,255,.5), rgba(255,255,255,.12));
  opacity: .42;
  mix-blend-mode: normal;
}

.pvw-feed-module-card {
  isolation: isolate;
}

.pvw-feed-module-card:hover {
  transform: translateY(-5px);
}

.pvw-xhs-single[data-wallpaper-single] {
  isolation: isolate;
  background:
    radial-gradient(circle at 7% 0%, rgba(255, 172, 208, .22), transparent 330px),
    radial-gradient(circle at 98% 8%, rgba(101, 210, 232, .16), transparent 360px);
}

.pvw-xhs-gallery,
.pvw-xhs-viewer,
.pvw-wallpaper-detail-modal .pvw-xhs-viewer {
  overflow: hidden;
}

.pvw-xhs-viewer::before,
.pvw-wallpaper-detail-modal .pvw-xhs-viewer::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px) 0 0 / 44px 100%;
}

.pvw-xhs-slide figcaption {
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.pvw-xhs-info-card {
  overflow: hidden;
  border-color: rgba(255, 126, 176, .16);
  box-shadow: 0 28px 78px rgba(72, 39, 54, .12);
}

.pvw-xhs-info-card::before {
  content: "";
  position: absolute;
  top: -72px;
  right: -64px;
  width: 190px;
  height: 190px;
  border-radius: 54px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,.08)),
    linear-gradient(135deg, rgba(255, 118, 174, .22), rgba(101, 210, 232, .14));
  transform: rotate(18deg);
}

.pvw-xhs-actions-row .pvw-xhs-action {
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pvw-xhs-actions-row .pvw-xhs-action:hover {
  transform: translateY(-2px);
}

.pvw-responsive-ad-slot,
.pvw-ad-slot {
  position: relative;
  overflow: hidden;
}

.pvw-responsive-ad-slot::after,
.pvw-ad-slot::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  transform: skewX(-18deg);
  animation: pvwVisualAdSheen 7.5s ease-in-out infinite;
}

.pvw-visual-reveal {
  opacity: 1;
  transform: translate3d(0, 8px, 0) scale(.995);
  transition: opacity .48s ease, transform .48s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--pvw-visual-delay, 0ms);
}

.pvw-visual-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

html.pvw-visual-ready .pvw-home-wide-main,
html.pvw-visual-ready .pvw-xhs-single-shell,
html.pvw-visual-ready .pvw-page-hero {
  animation: pvwVisualPageIn .32s ease both;
}

@keyframes pvwVisualPageIn {
  from {
    opacity: .92;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pvwVisualFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(5deg);
  }
}

@keyframes pvwVisualImageSettle {
  from {
    opacity: .72;
    filter: saturate(.9) blur(2px);
    transform: scale(1.018);
  }
  to {
    opacity: 1;
    filter: saturate(1) blur(0);
    transform: scale(1);
  }
}

@keyframes pvwVisualAdSheen {
  0%, 58% {
    transform: translateX(0) skewX(-18deg);
  }
  82%, 100% {
    transform: translateX(410%) skewX(-18deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvw-visual-progress,
  .pvw-home-wide-main::after,
  .pvw-ranking-home-shell::after,
  .pvw-copy-home-shell::after,
  .pvw-client-download-shell::after,
  .pvw-card-img.is-loaded,
  .pvw-responsive-ad-slot::after,
  .pvw-ad-slot::after,
  html.pvw-visual-ready .pvw-home-wide-main,
  html.pvw-visual-ready .pvw-xhs-single-shell,
  html.pvw-visual-ready .pvw-page-hero {
    animation: none !important;
    transition: none !important;
  }

  .pvw-visual-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 782px) {
  .admin-bar .pvw-visual-progress {
    top: 46px;
  }
}

@media (max-width: 760px) {
  html {
    max-width: 100%;
    overflow-x: hidden;
  }

  body:not(.wp-admin) {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.home .pvw-home-wide-shell {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  body.home .pvw-home-wide-sidebar {
    display: none !important;
  }

  body.home .pvw-home-wide-main {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .pvw-visual-progress {
    height: 2px;
  }

  body:not(.wp-admin)::before,
  .pvw-home-wide-main::after,
  .pvw-ranking-home-shell::after,
  .pvw-copy-home-shell::after,
  .pvw-client-download-shell::after,
  .pvw-page-hero::before {
    display: none;
  }

  .pvw-wall-card:hover,
  .pvw-feed-card:hover,
  .pvw-feed-module-card:hover,
  .pvw-xhs-actions-row .pvw-xhs-action:hover {
    transform: none;
  }

  .pvw-card-info {
    max-width: calc(100% - 18px);
  }

  .pvw-xhs-info-card::before,
  .pvw-home-wide-topbar::before,
  .pvw-page-hero::after,
  .pvw-wallpaper-moodboard::after,
  .pvw-xhs-info-card::after,
  .pvw-copy-atmosphere-hero::before {
    display: none;
  }
}

.pvw-user-identity {
  position: relative;
  z-index: 4;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: visible !important;
  line-height: 1;
  vertical-align: middle;
}

.pvw-user-identity-trigger {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  line-height: 1;
  outline: none;
}

.pvw-user-identity-trigger img,
.pvw-user-identity-card img {
  display: block;
  object-fit: cover;
}

.pvw-user-identity-card {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 999;
  display: grid !important;
  gap: 11px;
  width: min(286px, calc(100vw - 28px));
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 22px;
  color: #33242d;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 165, 199, .34), transparent 102px),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 243, 249, .9));
  box-shadow: 0 24px 64px rgba(116, 42, 72, .2);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, 8px, 0) scale(.96);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.pvw-user-identity:hover,
.pvw-user-identity:focus-within {
  z-index: 80;
}

.pvw-user-identity:hover .pvw-user-identity-card,
.pvw-user-identity:focus-within .pvw-user-identity-card {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.pvw-user-identity--header .pvw-user-identity-card,
.pvw-user-identity--topbar .pvw-user-identity-card {
  right: 0;
  left: auto;
  transform: translate3d(0, 8px, 0) scale(.96);
}

.pvw-user-identity--header:hover .pvw-user-identity-card,
.pvw-user-identity--header:focus-within .pvw-user-identity-card,
.pvw-user-identity--topbar:hover .pvw-user-identity-card,
.pvw-user-identity--topbar:focus-within .pvw-user-identity-card,
.pvw-user-identity--author:hover .pvw-user-identity-card,
.pvw-user-identity--author:focus-within .pvw-user-identity-card,
.pvw-user-identity--comment:hover .pvw-user-identity-card,
.pvw-user-identity--comment:focus-within .pvw-user-identity-card,
.pvw-user-identity--treehole:hover .pvw-user-identity-card,
.pvw-user-identity--treehole:focus-within .pvw-user-identity-card,
.pvw-user-identity--treehole-comment:hover .pvw-user-identity-card,
.pvw-user-identity--treehole-comment:focus-within .pvw-user-identity-card,
.pvw-user-identity--account:hover .pvw-user-identity-card,
.pvw-user-identity--account:focus-within .pvw-user-identity-card {
  transform: translate3d(0, 0, 0) scale(1);
}

.pvw-user-identity--author .pvw-user-identity-card,
.pvw-user-identity--comment .pvw-user-identity-card,
.pvw-user-identity--treehole .pvw-user-identity-card,
.pvw-user-identity--treehole-comment .pvw-user-identity-card,
.pvw-user-identity--account .pvw-user-identity-card {
  left: 0;
  transform: translate3d(0, 8px, 0) scale(.96);
}

.pvw-user-identity-card span,
.pvw-user-identity-card small,
.pvw-user-identity-card strong,
.pvw-user-identity-card b,
.pvw-user-identity-card em {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
}

.pvw-user-identity-card-head {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.pvw-user-identity-card-head img {
  width: 58px !important;
  height: 58px !important;
  border: 3px solid #fff !important;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(248, 95, 142, .18);
}

.pvw-user-identity-card-head strong {
  display: block;
  overflow: hidden;
  color: #2d2028;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-user-identity-card-head small {
  display: block;
  margin-top: 3px;
  color: rgba(77, 54, 66, .62);
  font-size: 12px;
  font-weight: 850;
}

.pvw-user-identity-card-badge {
  --badge-accent: #f85f8e;
  --badge-bg: #fff0f6;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 7px 9px;
  border: 1px solid color-mix(in srgb, var(--badge-accent) 22%, transparent);
  border-radius: 14px;
  color: var(--badge-accent);
  background: var(--badge-bg);
}

.pvw-user-identity-card-badge i,
.pvw-user-badge-pill i {
  display: inline-grid;
  place-items: center;
  padding: 0 !important;
  border-radius: 999px;
  font-size: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
  box-shadow: none !important;
}

.pvw-user-identity-card-badge i {
  width: 28px;
  height: 28px;
  color: #fff !important;
  background: var(--badge-accent) !important;
}

.pvw-user-identity-card-badge svg,
.pvw-user-badge-pill svg {
  width: 15px;
  height: 15px;
}

.pvw-user-identity-card-badge b {
  overflow: hidden;
  color: #33242d;
  font-size: 12px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-user-identity-card-badge em {
  color: color-mix(in srgb, var(--badge-accent) 72%, #34232c);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.pvw-user-identity-card-badge.is-tone-rose,
.pvw-user-badge-pill.is-tone-rose { --badge-accent: #e85c79; --badge-bg: #fff0f3; }
.pvw-user-identity-card-badge.is-tone-gold,
.pvw-user-badge-pill.is-tone-gold { --badge-accent: #c58b18; --badge-bg: #fff6dc; }
.pvw-user-identity-card-badge.is-tone-mint,
.pvw-user-badge-pill.is-tone-mint { --badge-accent: #10a678; --badge-bg: #eafff7; }
.pvw-user-identity-card-badge.is-tone-blue,
.pvw-user-badge-pill.is-tone-blue { --badge-accent: #3f7ee8; --badge-bg: #eef5ff; }
.pvw-user-identity-card-badge.is-tone-violet,
.pvw-user-badge-pill.is-tone-violet { --badge-accent: #8a63e8; --badge-bg: #f4efff; }
.pvw-user-identity-card-badge.is-tone-peach,
.pvw-user-badge-pill.is-tone-peach { --badge-accent: #f07f52; --badge-bg: #fff0e8; }

.pvw-user-identity-progress {
  display: grid !important;
  gap: 6px;
}

.pvw-user-identity-progress > span {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(53, 38, 47, .68);
  font-size: 11px;
  font-weight: 900;
}

.pvw-user-identity-progress b,
.pvw-user-identity-progress em {
  font-style: normal;
}

.pvw-user-identity-progress > i {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 216, 231, .9);
}

.pvw-user-identity-progress > i::before {
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff5f97, #ffb4cd);
  content: "";
}

.pvw-user-identity-signature {
  display: block !important;
  color: rgba(52, 36, 46, .72);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.65;
}

.pvw-user-identity-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.pvw-user-identity-stats span {
  display: grid !important;
  gap: 2px;
  justify-items: center;
  padding: 8px 6px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
}

.pvw-user-identity-stats b {
  color: #2d2028;
  font-size: 13px;
  font-weight: 950;
}

.pvw-user-identity-stats em {
  color: rgba(73, 55, 66, .54);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.pvw-user-identity-badges {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
  line-height: 1;
}

.pvw-user-level-pill,
.pvw-user-badge-pill {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.pvw-user-level-pill {
  color: #fff;
  background: linear-gradient(135deg, #ff5f97, #ff9fc1);
  box-shadow: 0 8px 18px rgba(248, 95, 142, .18);
}

.pvw-user-badge-pill {
  --badge-accent: #f85f8e;
  --badge-bg: #fff0f6;
  gap: 4px;
  max-width: 148px;
  color: var(--badge-accent);
  background: var(--badge-bg);
}

.pvw-user-badge-pill i {
  width: 16px;
  height: 16px;
  color: currentColor !important;
  background: transparent !important;
}

.pvw-user-badge-pill b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvw-home-wide-user .pvw-user-identity,
.pvw-home-wide-user .pvw-user-identity-trigger {
  overflow: visible !important;
}

.pvw-home-wide-user .pvw-user-identity-card {
  line-height: 1.2;
}

.pvw-user-identity-badges--topbar {
  margin-top: 3px;
}

.pvw-user-identity-badges--topbar .pvw-user-level-pill,
.pvw-user-identity-badges--topbar .pvw-user-badge-pill {
  min-height: 18px;
  padding-inline: 6px;
  font-size: 10px;
}

.pvw-user-identity-badges--topbar .pvw-user-badge-pill b {
  display: none;
}

.pvw-user-identity-badges--author {
  flex: 0 1 auto;
}

.pvw-user-identity-badges--author .pvw-user-badge-pill {
  max-width: 116px;
}

.pvw-avatar-link .pvw-user-identity,
.pvw-avatar-link .pvw-user-identity-trigger {
  width: 42px;
  height: 42px;
}

.pvw-home-wide-user .pvw-user-identity,
.pvw-home-wide-user .pvw-user-identity-trigger {
  width: 38px;
  height: 38px;
}

.pvw-xhs-author-main .pvw-user-identity,
.pvw-xhs-author-main .pvw-user-identity-trigger {
  width: 52px;
  height: 52px;
}

.pvw-xhs-author-main .pvw-user-identity-trigger img {
  width: 52px;
  height: 52px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(248,95,142,.16);
}

.pvw-xhs-comment-list .pvw-user-identity,
.pvw-xhs-comment-list .pvw-user-identity-trigger {
  width: 40px;
  height: 40px;
}

.pvw-xhs-comment-list .pvw-user-identity-trigger img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.pvw-treehole-card-head > .pvw-user-identity,
.pvw-treehole-card-head > .pvw-user-identity .pvw-user-identity-trigger {
  width: 46px;
  height: 46px;
}

.pvw-treehole-card-head > .pvw-user-identity .pvw-treehole-avatar,
.pvw-treehole-compose-head .pvw-user-identity .pvw-treehole-avatar {
  width: 46px;
  height: 46px;
}

.pvw-treehole-compose-head .pvw-user-identity,
.pvw-treehole-compose-head .pvw-user-identity-trigger {
  width: 48px;
  height: 48px;
}

.pvw-treehole-comment > .pvw-user-identity,
.pvw-treehole-comment > .pvw-user-identity .pvw-user-identity-trigger {
  width: 30px;
  height: 30px;
}

.pvw-treehole-comment > .pvw-user-identity .pvw-treehole-comment-avatar {
  width: 30px;
  height: 30px;
}

.pvw-account-profile-strip > .pvw-user-identity,
.pvw-account-profile-strip > .pvw-user-identity .pvw-user-identity-trigger {
  width: 72px;
  height: 72px;
}

.pvw-account-base-user > i .pvw-user-identity,
.pvw-account-base-user > i .pvw-user-identity-trigger {
  width: 68px;
  height: 68px;
}

.pvw-user-identity-badges--account-base,
.pvw-user-identity-badges--account-strip,
.pvw-user-identity-badges--dropdown {
  margin-top: 8px;
}

@media (max-width: 760px) {
  .pvw-user-identity-card {
    display: none !important;
  }

  .pvw-user-identity-badges--author .pvw-user-badge-pill {
    max-width: 96px;
  }

  .pvw-user-badge-pill {
    max-width: 118px;
  }
}
