﻿#chapterReaderApp .chapterReaderMain .menuTaBarItem {
    font-size: 12px;
}


.van-toast {
    z-index: 2147483647 !important;
}

#chapterReaderApp .chapterReaderMain.gift-dialog-open > *:not(.giftDialogMask):not(.giftDialogLayer) {
    filter: blur(0.5rem);
    pointer-events: none;
    user-select: none;
}

#chapterReaderApp .giftDialogMask {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
}

#chapterReaderApp .giftDialogLayer {
    position: fixed;
    inset: 0;
    z-index: 1310;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

#chapterReaderApp .giftDialogRecord,
#chapterReaderApp .giftDialogFeedList,
#chapterReaderApp .giftDialogSheet,
#chapterReaderApp .giftHonorSheet {
    pointer-events: auto;
}

#chapterReaderApp .giftDialogLayer.is-record {
    justify-content: flex-end;
}

#chapterReaderApp .giftDialogLayer.is-record .giftDialogRecord,
#chapterReaderApp .giftDialogLayer.is-record .giftDialogFeedList,
#chapterReaderApp .giftDialogLayer.is-record .giftDialogSheet {
    display: none !important;
}

#chapterReaderApp .giftDialogLayer.is-record .giftHonorSheet {
    display: flex !important;
}

#chapterReaderApp .giftDialogRecord {
    position: absolute;
    top: 2.625rem;
    right: 1rem;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
}

#chapterReaderApp .giftDialogFeedList {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 0.625rem 1rem;
    width: 12.25rem;
    height: 7.0625rem;
    flex: 0 0 auto;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

#chapterReaderApp .giftDialogFeedTrack {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    animation: chapterGiftDialogFeedScroll 8s linear infinite;
}

#chapterReaderApp .giftDialogFeedItem {
    max-width: 12.25rem;
    padding: 0 0.625rem;
    border-radius: 9999px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(255, 255, 255, 0.12);
}

#chapterReaderApp .giftDialogFeedItem-1 {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.625rem;
    opacity: 0.2;
}

#chapterReaderApp .giftDialogFeedItem-2,
#chapterReaderApp .giftDialogFeedItem-4 {
    height: 1.6875rem;
    line-height: 1.6875rem;
    font-size: 0.6875rem;
    opacity: 0.45;
}

#chapterReaderApp .giftDialogFeedItem-3 {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.75rem;
    opacity: 0.75;
}

#chapterReaderApp .giftDialogSheet {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    padding: 0.875rem 1rem 0;
    border-radius: 1.5rem 1.5rem 0 0;
    background: #fff;
    box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.08);
    animation: chapterGiftDialogSheetIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
    box-sizing: border-box;
}

#chapterReaderApp .giftDialogMask {
    animation: chapterGiftDialogMaskIn 0.22s ease both;
}

#chapterReaderApp .giftDialogMask.closing {
    animation: chapterGiftDialogMaskOut 0.22s ease both;
}

#chapterReaderApp .giftDialogLayer.closing .giftDialogRecord,
#chapterReaderApp .giftDialogLayer.closing .giftDialogFeedList {
    animation: chapterGiftDialogMaskOut 0.2s ease both;
}

#chapterReaderApp .giftDialogLayer.closing .giftDialogSheet,
#chapterReaderApp .giftDialogLayer.closing .giftHonorSheet {
    animation: chapterGiftDialogSheetOut 0.24s cubic-bezier(0.4, 0, 0.2, 1) both;
}

#chapterReaderApp .giftDialogCollapse {
    position: absolute;
    left: 1.375rem;
    top: 1.1875rem;
    width: 1rem;
    height: 1rem;
    border: 0;
    background: transparent;
    padding: 0;
}

#chapterReaderApp .giftDialogCollapse::before,
#chapterReaderApp .giftDialogCollapse::after {
    content: "";
    position: absolute;
    top: 0.40625rem;
    width: 0.46875rem;
    height: 0.125rem;
    border-radius: 9999px;
    background: #222;
}

#chapterReaderApp .giftDialogCollapse::before {
    left: 0.125rem;
    transform: rotate(40deg);
}

#chapterReaderApp .giftDialogCollapse::after {
    right: 0.125rem;
    transform: rotate(-40deg);
}

#chapterReaderApp .giftDialogTitle {
    text-align: center;
    color: #191919;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin-top: 0.0625rem;
    letter-spacing: 0;
}

#chapterReaderApp .giftDialogProgressCard {
    margin-top: 0.875rem;
    width: 21.4375rem;
    height: 4.5625rem;
    padding: 0.5625rem 0.75rem 0.625rem;
    border-radius: 0.75rem;
    border: 0.03125rem solid #ececec;
    background: #fff;
    box-sizing: border-box;
}

#chapterReaderApp .giftDialogProgressHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.375rem;
}

#chapterReaderApp .giftDialogProgressLabel {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

#chapterReaderApp .giftDialogProgressLabel img {
    width: 1.0625rem;
    height: 1.0625rem;
    max-width: none;
}

#chapterReaderApp .giftDialogProgressLabel span {
    color: #4b4b4b;
    font-size: 0.8125rem;
    line-height: 1rem;
}

#chapterReaderApp .giftDialogProgressValue {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}

#chapterReaderApp .giftDialogProgressCurrent {
    color: #ff6900;
    font-size: 0.75rem;
    line-height: 0.9375rem;
}

#chapterReaderApp .giftDialogProgressTotal {
    color: #848891;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    opacity: 0.8;
}

#chapterReaderApp .giftDialogProgressBarTrack {
    margin-top: 0.5625rem;
    height: 0.375rem;
    border-radius: 9999px;
    background: var(--chapter-boost-track-color, #ededed);
    overflow: hidden;
}

#chapterReaderApp .giftDialogProgressBarFill {
    height: 100%;
    border-radius: 9999px;
    background: var(--chapter-boost-fill-bg, linear-gradient(90deg, #ff7a1c 0%, #f74f87 100%));
}

#chapterReaderApp .giftDialogProgressTip {
    margin-top: 0.375rem;
    color: #f65f1e;
    font-size: 0.75rem;
    line-height: 1rem;
}

#chapterReaderApp .giftDialogGiftGrid {
    margin-top: 0.6875rem;
    margin-bottom: 0.75rem;
    display: grid;
    grid-template-columns: repeat(4, 5.125rem);
    justify-content: space-between;
    row-gap: 0.3125rem;
    column-gap: 0;
    width: 21.4375rem;
}

#chapterReaderApp .giftDialogGiftItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 5.125rem;
    height: 5.9375rem;
    padding: 0.125rem 0 0.25rem;
    border: 0.03125rem solid transparent;
    border-radius: 0.5rem;
    background: transparent;
    box-sizing: border-box;
}

#chapterReaderApp .giftDialogGiftItem.active {
    background: #fff7f2;
    border-color: rgba(245, 121, 49, 0.24);
}

#chapterReaderApp .giftDialogGiftThumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
}

#chapterReaderApp .giftDialogGiftThumb img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#chapterReaderApp .giftDialogGiftName {
    margin-top: -0.0625rem;
    color: #191919;
    font-size: 0.75rem;
    line-height: 0.9375rem;
}

#chapterReaderApp .giftDialogGiftPrice {
    margin-top: 0.125rem;
    color: #b8b8b8;
    font-size: 0.625rem;
    line-height: 0.875rem;
}

#chapterReaderApp .giftDialogFooter {
    margin-top: 0;
    width: 21.4375rem;
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1.0625rem 0;
    border-top: 0.03125rem solid #f2f2f2;
    box-sizing: border-box;
}

#chapterReaderApp .giftDialogDeduction {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    height: 2.1875rem;
    padding-right: 0.25rem;
}

#chapterReaderApp .giftDialogDeductionBalance {
    color: #949494;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    white-space: nowrap;
}

#chapterReaderApp .giftDialogFooterActions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: none;
    width: auto;
    height: 2.1875rem;
    position: relative;
    border: 0.03125rem solid #f3b18c;
    border-radius: 9999px;
    background: #fff;
    overflow: visible;
    box-sizing: border-box;
    z-index: 10;
}

#chapterReaderApp .giftDialogQuantityBtn {
    height: 100%;
    min-width: 3.6875rem;
    flex: none;
    padding: 0;
    border-radius: 9999px 0 0 9999px;
    border: 0;
    background: transparent;
    color: #6d6356;
    font-size: 0.875rem;
    line-height: 2.125rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.25rem;
    padding: 0 0.75rem 0 0.625rem;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    white-space: nowrap;
}

#chapterReaderApp .giftDialogQuantityArrow {
    display: inline-block;
    width: 0.4375rem;
    height: 0.25rem;
    flex: none;
    vertical-align: middle;
}

#chapterReaderApp .giftDialogQuantityMenu {
    position: absolute;
    left: 0;
    bottom: calc(100% + 0.375rem);
    min-width: 100%;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.25rem;
    border: 0.03125rem solid rgba(243, 177, 140, 0.9);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0.375rem 1rem rgba(71, 37, 29, 0.10);
    z-index: 30;
    pointer-events: auto;
    box-sizing: border-box;
}

#chapterReaderApp .giftDialogQuantityMenuItem {
    width: 100%;
    height: 1.75rem;
    border: 0;
    border-radius: 0.5625rem;
    background: transparent;
    color: #6d6356;
    font-size: 0.8125rem;
    line-height: 1.75rem;
    text-align: center;
}

#chapterReaderApp .giftDialogQuantityMenuItem:active {
    background: rgba(243, 157, 94, 0.12);
}

#chapterReaderApp .giftDialogSubmitBtn {
    height: 100%;
    width: 7.125rem;
    min-width: 7.125rem;
    flex: none;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: linear-gradient(180deg, #f39d5e 0%, #ef7f3d 100%);
    color: #fff;
    font-size: 0.875rem;
    line-height: 2.1875rem;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

#chapterReaderApp .giftDialogSubmitBtn:disabled {
    opacity: 0.72;
}

#chapterReaderApp .giftHonorSheet {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 85vh;
    padding: 0.875rem 0 0;
    border-radius: 1.5rem 1.5rem 0 0;
    background: linear-gradient(180deg, #fff8ea 0%, #fffef9 16%, #ffffff 100%);
    box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.08);
    animation: chapterGiftDialogSheetIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
    box-sizing: border-box;
    overflow: hidden;
    pointer-events: auto;
}

#chapterReaderApp .giftHonorBack {
    position: absolute;
    top: 1.125rem;
    left: 1.1875rem;
    width: 1rem;
    height: 1rem;
    border: 0;
    background: transparent;
    padding: 0;
}

#chapterReaderApp .giftHonorBack::before,
#chapterReaderApp .giftHonorBack::after {
    content: "";
    position: absolute;
    top: 0.40625rem;
    width: 0.46875rem;
    height: 0.125rem;
    border-radius: 9999px;
    background: #222;
}

#chapterReaderApp .giftHonorBack::before {
    left: 0.125rem;
    transform: rotate(40deg);
}

#chapterReaderApp .giftHonorBack::after {
    right: 0.125rem;
    transform: rotate(-40deg);
}

#chapterReaderApp .giftHonorTitle {
    text-align: center;
    color: #191919;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    font-weight: 600;
}

#chapterReaderApp .giftHonorList {
    margin-top: 1rem;
    height: calc(100% - 7.8125rem);
    padding: 0 1rem;
    overflow-y: auto;
    box-sizing: border-box;
}

#chapterReaderApp .giftHonorItem {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    height: 3.0625rem;
}

#chapterReaderApp .giftHonorRank {
    width: 2.1875rem;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chapterReaderApp .giftHonorRankImage {
    display: block;
    width: 2.1875rem;
    height: 1.5rem;
    max-width: none;
    object-fit: contain;
}

#chapterReaderApp .giftHonorRankBadge {
    width: 1.6875rem;
    height: 1.6875rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    box-shadow: inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.4);
}

#chapterReaderApp .giftHonorRankBadge.rank-1 {
    background: linear-gradient(180deg, #ffd564 0%, #ffac34 100%);
}

#chapterReaderApp .giftHonorRankBadge.rank-2 {
    background: linear-gradient(180deg, #d9e5ff 0%, #88a7e8 100%);
}

#chapterReaderApp .giftHonorRankBadge.rank-3 {
    background: linear-gradient(180deg, #ffbf93 0%, #e98a47 100%);
}

#chapterReaderApp .giftHonorRankText {
    color: #434343;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
}

#chapterReaderApp .giftHonorAvatar,
#chapterReaderApp .giftHonorFooterAvatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    background: #f2efe7;
}

#chapterReaderApp .giftHonorAvatar img,
#chapterReaderApp .giftHonorFooterAvatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#chapterReaderApp .giftHonorInfo,
#chapterReaderApp .giftHonorFooterInfo {
    min-width: 0;
    flex: 1 1 auto;
}

#chapterReaderApp .giftHonorName,
#chapterReaderApp .giftHonorFooterName {
    color: #191919;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chapterReaderApp .giftHonorCoins,
#chapterReaderApp .giftHonorFooterCoins {
    margin-top: 0.125rem;
    color: #b3aba0;
    font-size: 0.6875rem;
    line-height: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chapterReaderApp .giftHonorLike {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 0.1875rem;
    color: #ff7b1b;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
}

#chapterReaderApp .giftHonorLikeIcon {
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    flex: none;
}

.chapterReaderLikeFloatLayer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1600;
    overflow: visible;
}

.chapterReaderLikeFloat {
    position: fixed;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #EE8E2A;
    font-weight: 400;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translate3d(-50%, 0, 0) scale(0.78) rotate(0deg);
    transform-origin: center center;
    text-shadow: 0 2px 10px rgba(238, 142, 42, 0.22);
    will-change: transform, opacity;
}

.chapterReaderLikeFloat.is-h5 {
    font-size: 16px;
    line-height: 1;
}

.chapterReaderLikeFloat.is-pc {
    font-size: 18px;
    line-height: 1;
}

.chapterReaderLikeFloat.is-active {
    animation: chapterReaderLikeFloatRise 0.82s cubic-bezier(0.22, 0.7, 0.2, 1) forwards;
}

@keyframes chapterReaderLikeFloatRise {
    0% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0) scale(0.78) rotate(0deg);
    }
    18% {
        opacity: 1;
        transform: translate3d(calc(-50% + (var(--like-float-x, 0px) * 0.18)), calc(var(--like-float-y, -54px) * 0.16), 0) scale(1.08) rotate(calc(var(--like-float-rotate, 0deg) * 0.35));
    }
    100% {
        opacity: 0;
        transform: translate3d(calc(-50% + var(--like-float-x, 0px)), var(--like-float-y, -54px), 0) scale(0.96) rotate(var(--like-float-rotate, 0deg));
    }
}

#chapterReaderApp .giftHonorBackTop {
    position: absolute;
    right: 1rem;
    bottom: 5.1875rem;
    width: 2.625rem;
    height: 2.625rem;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.3125rem 0.9375rem rgba(35, 37, 47, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
}

#chapterReaderApp .giftHonorBackTop span {
    position: relative;
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
}

#chapterReaderApp .giftHonorBackTop span::before,
#chapterReaderApp .giftHonorBackTop span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#chapterReaderApp .giftHonorBackTop span::before {
    top: 0.0625rem;
    width: 0.5625rem;
    height: 0.5625rem;
    border-top: 0.125rem solid #1f1f1f;
    border-left: 0.125rem solid #1f1f1f;
    transform: translateX(-50%) rotate(45deg);
}

#chapterReaderApp .giftHonorBackTop span::after {
    bottom: 0.0625rem;
    width: 0.125rem;
    height: 0.5625rem;
    border-radius: 9999px;
    background: #1f1f1f;
}

#chapterReaderApp .giftHonorFooter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.625rem;
    margin-top: 0;
    padding: 0 1rem;
    border-top: 0.03125rem solid #f3eee3;
    background: #FFF9ED;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    box-sizing: border-box;
}

#chapterReaderApp .giftHonorFooterRank {
    min-width: 1.9375rem;
    width: auto;
    flex: none;
    color: #434343;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    white-space: nowrap;
}

#chapterReaderApp .giftHonorFooterBtn {
    width: 4.4375rem;
    height: 2.0625rem;
    border: 0;
    border-radius: 9999px;
    background: linear-gradient(90deg, #FF8815 0%, #F63698 100%);
    color: #fff;
    font-size: 0.875rem;
    line-height: 2.0625rem;
    text-align: center;
    flex: none;
}

#chapterReaderApp .giftEffectLayer {
    position: fixed;
    inset: 0;
    z-index: 1320;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#chapterReaderApp .giftEffectMask {
    z-index: 1319;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    animation: chapterGiftDialogMaskIn 0.22s ease both;
}

#chapterReaderApp .giftEffectMask.closing,
#chapterReaderApp .giftEffectLayer.closing {
    animation: chapterGiftDialogMaskOut 0.22s ease both;
}

#chapterReaderApp .giftEffectPanel {
    width: 12.9375rem;
    min-height: 21.1875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
}

#chapterReaderApp .giftEffectBurst {
    position: relative;
    width: 12.0625rem;
    height: 12.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: chapterGiftEffectBurstIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#chapterReaderApp .giftEffectCountBadge {
    position: absolute;
    top: 0.0625rem;
    right: -0.0625rem;
    z-index: 3;
    color: #ffa668;
    font-size: 1.625rem;
    line-height: 2.1875rem;
    font-weight: 400;
}

#chapterReaderApp .giftEffectImage {
    position: relative;
    z-index: 2;
    width: 12.0625rem;
    height: 12.0625rem;
    object-fit: contain;
    filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.18));
}

#chapterReaderApp .giftEffectRing {
    position: absolute;
    inset: 1.5625rem;
    border-radius: 50%;
    border: 0.125rem solid rgba(255, 255, 255, 0.4);
}

#chapterReaderApp .giftEffectRing-1 {
    animation: chapterGiftEffectRing 1.15s ease-out infinite;
}

#chapterReaderApp .giftEffectRing-2 {
    inset: 0.5625rem;
    border-color: rgba(255, 189, 127, 0.42);
    animation: chapterGiftEffectRing 1.15s ease-out 0.22s infinite;
}

#chapterReaderApp .giftEffectSpark {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff7cf 0%, #ffb35f 100%);
    box-shadow: 0 0 0.5rem rgba(255, 202, 134, 0.75);
}

#chapterReaderApp .giftEffectSpark-1 {
    top: 1.5rem;
    right: 2.125rem;
}

#chapterReaderApp .giftEffectSpark-2 {
    bottom: 1.8125rem;
    left: 1.875rem;
}

#chapterReaderApp .giftEffectSpark-3 {
    top: 3.25rem;
    left: 1.125rem;
}

#chapterReaderApp .giftEffectMessage {
    margin-top: 0.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 400;
    white-space: nowrap;
    text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.18);
}

#chapterReaderApp .giftEffectConfirmBtn {
    margin-top: 2.375rem;
    width: 7.875rem;
    height: 2.75rem;
    border: 0;
    border-radius: 9999px;
    background: linear-gradient(180deg, #ff7d2c 0%, #ff6b22 100%);
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 400;
    box-shadow: 0 0.5rem 1.25rem rgba(255, 115, 39, 0.22);
}

@keyframes chapterGiftDialogMaskIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes chapterGiftDialogMaskOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes chapterGiftDialogSheetIn {
    from {
        opacity: 0;
        transform: translateY(1.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes chapterGiftDialogSheetOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(1rem);
    }
}

@keyframes chapterGiftDialogFeedScroll {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(calc(-50% - 0.09375rem));
    }
}

@keyframes chapterGiftEffectBurstIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 1.5rem, 0) scale(0.72);
    }
    45% {
        opacity: 1;
        transform: translate3d(0, -0.25rem, 0) scale(1.04);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes chapterGiftEffectRing {
    0% {
        opacity: 0.8;
        transform: scale(0.76);
    }
    100% {
        opacity: 0;
        transform: scale(1.14);
    }
}

.chapterReaderMain .contains {
    padding-bottom: 60px !important;
}

#chapterReaderApp .chapterReaderMain .menuTaBarItem svg {
    margin-right: 3px;
}

#chapterReaderApp .topTabBar > img {
    width: 14px;
    height: 14px;
    flex: none;
}

#chapterReaderApp .topTabBar .menuTaBarItem > img {
    width: 18px;
    height: 18px;
    flex: none;
}

#chapterReaderApp .scheduleBtnItem a > img {
    width: 14px;
    height: 14px;
    flex: none;
    display: inline-block;
    vertical-align: middle;
}

#chapterReaderApp .scheduleSliderBar .van-slider {
    --van-slider-active-background: var(--chapter-reader-slider-color, #FF3955);
    --van-slider-button-width: 0.625rem;
    --van-slider-button-height: 0.625rem;
}

#chapterReaderApp .scheduleSliderBar .van-slider__button {
    background: var(--chapter-reader-slider-color, #FF3955);
    border-color: var(--chapter-reader-slider-color, #FF3955);
}

#chapterReaderApp .breadcrumbs li > img {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    flex: none;
}

@media (min-width: 1025px) {
    .chapterReaderDesktopLegacy .breadcrumbs li {
        margin-right: 8px;
        line-height: 14px;
        display: flex;
        align-items: center;
    }
}

.chapterReaderDesktopLegacy .menuBox li a {
    justify-content: space-between;
}

#chapterReaderApp .h5ChapterUpdateBox {
    margin-bottom: 0.75rem;
    padding: 0.875rem 0.875rem 0.75rem;
    border: 1px solid rgba(199, 162, 112, 0.22);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 251, 243, 0.98), rgba(255, 244, 226, 0.88));
    box-shadow: 0 0.625rem 1.5rem rgba(92, 66, 43, 0.06);
}

#chapterReaderApp .h5ChapterUpdateTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.1875rem;
}

#chapterReaderApp .h5ChapterUpdateTitle img {
    display: block;
    width: 9.4375rem;
    height: 1.375rem;
    max-width: none;
}

#chapterReaderApp .h5ChapterUpdateTitle .author-updating-dark {
    display: none;
}

#chapterReaderApp .h5ChapterUpdateMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    color: #8e6e49;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
}

#chapterReaderApp .h5ChapterRankList {
    display: flex;
    width: 100%;
    gap: 0.625rem;
    padding: 0 0 1rem;
    box-sizing: border-box;
}

#chapterReaderApp .h5ChapterRankItem {
    flex: 1;
    min-width: 0;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 246, 233, 0.96));
    border: 1px solid rgba(199, 162, 112, 0.22);
    border-radius: 0.875rem;
    box-shadow: 0 0.5rem 1.2rem rgba(92, 66, 43, 0.06);
    overflow: hidden;
}

#chapterReaderApp .h5ChapterRankItem > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4.375rem;
    padding: 0.8rem 0.25rem 0.6rem;
    box-sizing: border-box;
    text-decoration: none;
}

#chapterReaderApp .h5ChapterRankTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
}

#chapterReaderApp .h5ChapterRankIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    background: rgba(184, 95, 66, 0.1);
}

#chapterReaderApp .h5ChapterRankIcon img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
}

#chapterReaderApp .h5ChapterRankName {
    color: #5b3a1d;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    font-weight: 800;
    white-space: nowrap;
}

#chapterReaderApp .h5ChapterRankCount {
    margin-top: 0.2rem;
    color: #9b7147;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    white-space: nowrap;
}

#chapterReaderApp .h5BoostProgressCard {
    position: relative;
    overflow: hidden;
    padding: 0.875rem 0.875rem 0.75rem;
    border: 1px solid rgba(199, 162, 112, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(255, 246, 232, 0.94));
    box-shadow: 0 0.75rem 1.75rem rgba(92, 66, 43, 0.07);
}

#chapterReaderApp .h5BoostProgressCard::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.25rem;
    background: linear-gradient(90deg, #b86b2a, #d68d3f, #efb06d);
}

#chapterReaderApp .h5BoostProgressCorner {
    opacity: 0.4;
}

#chapterReaderApp .h5BoostProgressHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
}

#chapterReaderApp .h5BoostProgressLabel {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #6a3f1f;
    font-size: 0.875rem;
    font-weight: 800;
}

#chapterReaderApp .h5BoostProgressLabel span {
    line-height: 1.25rem;
}

#chapterReaderApp .h5BoostProgressValue {
    font-weight: 800;
}

#chapterReaderApp .h5BoostProgressCurrent {
    color: #b86a2a;
    font-size: 1rem;
}

#chapterReaderApp .h5BoostProgressTotal {
    color: #9f8a76;
}

#chapterReaderApp .h5BoostProgressBarTrack {
    margin-top: 0.625rem;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(184, 95, 66, 0.08);
}

#chapterReaderApp .h5BoostProgressBarFill {
    border-radius: 999px;
    background: linear-gradient(90deg, #b86b2a, #d68d3f, #efb06d);
}

#chapterReaderApp .h5BoostProgressFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

#chapterReaderApp .h5BoostProgressTip {
    color: #9a6137;
    font-size: 0.75rem;
    line-height: 1.45;
}

#chapterReaderApp .h5BoostProgressBtn {
    min-width: 4.75rem;
    height: 2rem;
    padding: 0 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #b86b2a 0%, #d68d3f 55%, #efb06d 100%);
    color: #fffaf4;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 0.5rem 1rem rgba(184, 95, 66, 0.16);
}

#chapterReaderApp .giftDialogSheet,
#chapterReaderApp .giftHonorSheet {
    background: linear-gradient(180deg, #fffdf9 0%, #fff6eb 100%);
}

#chapterReaderApp .giftDialogTitle,
#chapterReaderApp .giftHonorTitle {
    color: #3b2a1d;
    font-weight: 900;
    letter-spacing: 0.01em;
}

#chapterReaderApp .giftDialogProgressCard {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    border-color: rgba(199, 162, 112, 0.18);
    background: linear-gradient(180deg, #fffdf9 0%, #fff7ed 100%);
}

#chapterReaderApp .giftDialogGiftItem.active {
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(255, 236, 211, 0.96));
    border-color: rgba(184, 95, 66, 0.24);
    box-shadow: 0 0.5rem 1rem rgba(92, 66, 43, 0.06);
}

#chapterReaderApp .giftDialogFooter {
    width: 100%;
    border-top-color: rgba(199, 162, 112, 0.18);
}

#chapterReaderApp .giftDialogQuantityBtn {
    color: #6f5132;
}

#chapterReaderApp .giftDialogSubmitBtn {
    background: linear-gradient(135deg, #b86b2a 0%, #d68d3f 55%, #efb06d 100%);
}

#chapterReaderApp .giftHonorSheet {
    height: 36rem;
}

#chapterReaderApp .giftHonorBackTop {
    background: rgba(255, 255, 255, 0.92);
}

#chapterReaderApp .giftHonorFooter {
    background: rgba(255, 248, 237, 0.98);
}

#chapterReaderApp .giftHonorFooterBtn {
    background: linear-gradient(135deg, #b86b2a 0%, #d68d3f 55%, #efb06d 100%);
}

#chapterReaderApp .giftEffectMessage {
    color: #fffaf3;
}

.sty-1 #chapterReaderApp .topTabBar,
.sty-1 #chapterReaderApp .chapterReaderMain .configBar {
    background-color: #f5f5f5;
}

.sty-2 #chapterReaderApp .topTabBar,
.sty-2 #chapterReaderApp .chapterReaderMain .configBar {
    background-color: #cad9e8;
}

.sty-3 #chapterReaderApp .topTabBar,
.sty-3 #chapterReaderApp .chapterReaderMain .configBar {
    background-color: #d1edd1;
}

.sty-4 #chapterReaderApp .topTabBar,
.sty-4 #chapterReaderApp .chapterReaderMain .configBar {
    background-color: #dccca8;
}

.sty-5 #chapterReaderApp .topTabBar,
.sty-5 #chapterReaderApp .chapterReaderMain .configBar {
    background-color: #1f1f1f;
}

.sty-1 #chapterReaderApp .chapterReaderMain #prevH5,
.sty-1 #chapterReaderApp .chapterReaderMain #nextH5 {
    background-color: #fff;
    border-color: #f5f5f5;
    box-shadow: 0 0.0625rem 0.25rem rgba(200, 200, 200, 0.20);
}

.sty-2 #chapterReaderApp .chapterReaderMain #prevH5,
.sty-2 #chapterReaderApp .chapterReaderMain #nextH5 {
    background-color: #edf6ff;
    border-color: #e0f0ff;
    box-shadow: 0 0.0625rem 0.25rem rgba(178, 174, 188, 0.20);
}

.sty-3 #chapterReaderApp .chapterReaderMain #prevH5,
.sty-3 #chapterReaderApp .chapterReaderMain #nextH5 {
    background-color: #e8ffe8;
    border-color: #d0e8d0;
    box-shadow: 0 0.0625rem 0.25rem rgba(143, 175, 160, 0.20);
}

.sty-4 #chapterReaderApp .chapterReaderMain #prevH5,
.sty-4 #chapterReaderApp .chapterReaderMain #nextH5 {
    background-color: #F0E0BB;
    border-color: #FFEFCA;
    box-shadow: 0 0.0625rem 0.25rem rgba(188, 186, 174, 0.20);
}

.sty-5 #chapterReaderApp .chapterReaderMain #prevH5,
.sty-5 #chapterReaderApp .chapterReaderMain #nextH5 {
    background-color: #2b2b2b;
    border-color: #3a3a3a;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.22);
}

.sty-1 #chapterReaderApp .h5ChapterRankItem {
    background: #FFFDF8;
    border-color: #E2E2E2;
    box-shadow: 0 0.0625rem 0.25rem rgba(200, 200, 200, 0.20);
}

.sty-2 #chapterReaderApp .h5ChapterRankItem {
    background: #edf6ff;
    border-color: #e0f0ff;
    box-shadow: 0 0.0625rem 0.25rem rgba(178, 174, 188, 0.20);
}

.sty-3 #chapterReaderApp .h5ChapterRankItem {
    background: #e8ffe8;
    border-color: #d0e8d0;
    box-shadow: 0 0.0625rem 0.25rem rgba(143, 175, 160, 0.20);
}

.sty-4 #chapterReaderApp .h5ChapterRankItem {
    background: #F0E0BB;
    border-color: #FFEFCA;
    box-shadow: 0 0.0625rem 0.25rem rgba(188, 186, 174, 0.20);
}

.sty-5 #chapterReaderApp .h5ChapterRankItem {
    background: #2b2b2b;
    border-color: #3a3a3a;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.22);
}

#chapterReaderApp .h5BoostProgressCard {
    margin-top: 0.125rem;
    position: relative;
    background: #fff;
    border: 0.0625rem solid #f5f5f5;
    border-radius: 0.625rem;
    box-shadow: 0 0.0625rem 0.25rem rgba(200, 200, 200, 0.20);
    box-sizing: border-box;
    padding: 0.8rem 0.75rem 0.75rem;
    overflow: hidden;
}

#chapterReaderApp .h5BoostProgressCorner {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.5rem;
    height: 5.1875rem;
    pointer-events: none;
    z-index: 0;
}

#chapterReaderApp .h5BoostProgressCorner img {
    display: block;
    width: 5.5rem;
    height: 5.1875rem;
    max-width: none;
}

#chapterReaderApp .h5BoostProgressCorner .corner-blue,
#chapterReaderApp .h5BoostProgressCorner .corner-green,
#chapterReaderApp .h5BoostProgressCorner .corner-yellow {
    display: none;
}

#chapterReaderApp .h5BoostProgressHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.375rem;
    position: relative;
    z-index: 1;
    min-height: 1.3125rem;
}

#chapterReaderApp .h5BoostProgressLabel {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    min-width: 0;
}

#chapterReaderApp .h5BoostProgressLabel img {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    max-width: none;
    flex: none;
}

#chapterReaderApp .h5BoostProgressLabel span {
    color: #4d4739;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    font-weight: 600;
}

#chapterReaderApp .h5BoostProgressValue {
    display: flex;
    align-items: baseline;
    gap: 0.125rem;
    white-space: nowrap;
}

#chapterReaderApp .h5BoostProgressCurrent {
    color: #ff7b1f;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    font-weight: 500;
}

#chapterReaderApp .h5BoostProgressTotal {
    color: #b4ab97;
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

#chapterReaderApp .h5BoostProgressBar {
    margin-top: 0.5625rem;
    position: relative;
    z-index: 1;
}

#chapterReaderApp .h5BoostProgressBarTrack {
    height: 0.5rem;
    background: var(--chapter-boost-track-color, rgba(223, 205, 166, 0.82));
    border-radius: 9999px;
    overflow: hidden;
}

#chapterReaderApp .h5BoostProgressBarFill {
    width: 70%;
    height: 100%;
    border-radius: 9999px;
    background: var(--chapter-boost-fill-bg, linear-gradient(90deg, #ff7a1c 0%, #f74f87 100%));
}

#chapterReaderApp .h5BoostProgressFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    margin-top: 0.6875rem;
    position: relative;
    z-index: 1;
    min-height: 2rem;
}

#chapterReaderApp .h5BoostProgressTip {
    color: #ff6f24;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}

#chapterReaderApp .h5BoostProgressBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 4.125rem;
    padding: 0 0.75rem;
    border-radius: 9999px;
    background: linear-gradient(180deg, #ff8b4c 0%, #ff5f5c 100%);
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    align-self: flex-start;
}

.sty-2 #chapterReaderApp .h5BoostProgressCard {
    background: #edf6ff;
    border-color: #e0f0ff;
    box-shadow: 0 0.0625rem 0.25rem rgba(178, 174, 188, 0.20);
}

.sty-3 #chapterReaderApp .h5BoostProgressCard {
    background: #e8ffe8;
    border-color: #d0e8d0;
    box-shadow: 0 0.0625rem 0.25rem rgba(143, 175, 160, 0.20);
}

.sty-4 #chapterReaderApp .h5BoostProgressCard {
    background: #F0E0BB;
    border-color: #FFEFCA;
    box-shadow: 0 0.0625rem 0.25rem rgba(188, 186, 174, 0.20);
}

.sty-5 #chapterReaderApp .h5BoostProgressCard {
    background: #2b2b2b;
    border-color: #3a3a3a;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.22);
}

.sty-1 #chapterReaderApp,
.sty-5 #chapterReaderApp {
    --chapter-reader-slider-color: #f04757;
}

.sty-2 #chapterReaderApp {
    --chapter-reader-slider-color: #4b91e7;
}

.sty-3 #chapterReaderApp {
    --chapter-reader-slider-color: #59a36b;
}

.sty-4 #chapterReaderApp {
    --chapter-reader-slider-color: #c89b43;
}

.sty-1 #chapterReaderApp .h5BoostProgressCorner,
.sty-5 #chapterReaderApp .h5BoostProgressCorner {
    display: block;
}

.sty-1 #chapterReaderApp .h5BoostProgressCorner .corner-white {
    display: block;
}

.sty-2 #chapterReaderApp .h5BoostProgressCorner .corner-white,
.sty-3 #chapterReaderApp .h5BoostProgressCorner .corner-white,
.sty-4 #chapterReaderApp .h5BoostProgressCorner .corner-white,
.sty-5 #chapterReaderApp .h5BoostProgressCorner .corner-white {
    display: none;
}

.sty-2 #chapterReaderApp .h5BoostProgressCorner .corner-blue {
    display: block;
}

.sty-3 #chapterReaderApp .h5BoostProgressCorner .corner-green {
    display: block;
}

.sty-4 #chapterReaderApp .h5BoostProgressCorner .corner-yellow {
    display: block;
}

.sty-5 #chapterReaderApp .h5BoostProgressCorner {
    display: none;
}

.chapterReaderDesktopLegacy .pcChapterExtraModules {
    margin-top: 44px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.chapterReaderDesktopLegacy .pcChapterUpdateBox {
    padding: 0 0 18px;
    text-align: center;
}

.chapterReaderDesktopLegacy .pcChapterUpdateTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
}

.chapterReaderDesktopLegacy .pcChapterUpdateTitle img {
    display: block;
    width: 151px;
    height: 22px;
    max-width: none;
}

.chapterReaderDesktopLegacy .pcChapterUpdateTitle .author-updating-dark {
    display: none;
}

.chapterReaderDesktopLegacy .pcChapterUpdateMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 1px;
    color: #9e9986;
    font-size: 12px;
    line-height: 20px;
}

.chapterReaderDesktopLegacy .pcChapterUtilityPanel {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.chapterReaderDesktopLegacy .pcChapterUtilityBar {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 492px;
    border: 0;
    background: transparent;
}

.chapterReaderDesktopLegacy .pcChapterUtilityItem {
    flex: none;
    width: 156px;
    display: flex;
}

.chapterReaderDesktopLegacy .pcChapterUtilityItem + .pcChapterUtilityItem {
    border-left: 0;
}

.chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 74px;
    padding: 12px 10px 10px;
    box-sizing: border-box;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    background: #FFFDF8;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.20);
}

.chapterReaderDesktopLegacy .pcChapterUtilityHead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.chapterReaderDesktopLegacy .pcChapterUtilityIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    height: 16px;
}

.chapterReaderDesktopLegacy .pcChapterUtilityIcon img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
}

.chapterReaderDesktopLegacy .pcChapterUtilityName {
    color: #4d4739;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.chapterReaderDesktopLegacy .pcChapterUtilityCount {
    margin-top: 2px;
    color: #827659;
    font-size: 12px;
    line-height: 17px;
    white-space: nowrap;
}

.chapterReaderDesktopLegacy .pcChapterUtilityItem > a:hover .pcChapterUtilityName {
    color: #FF3955;
}

.chapterReaderDesktopLegacy .pcChapterUtilityItem > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(73, 59, 29, 0.10);
}

.chapterReaderDesktopLegacy .pcBoostProgressBtn:hover {
    opacity: 0.92;
}

.chapterReaderDesktopLegacy .pcBoostProgressCard {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.20);
    padding: 16px 18px 16px;
    box-sizing: border-box;
    margin-top: 14px;
    width: 100%;
    max-width: 492px;
}

.chapterReaderDesktopLegacy .pcBoostProgressCorner {
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    height: 88px;
    pointer-events: none;
    z-index: 0;
}

.chapterReaderDesktopLegacy .pcBoostProgressCorner img {
    display: block;
    width: 93px;
    height: 88px;
    max-width: none;
}

.chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-blue,
.chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-green,
.chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-yellow {
    display: none;
}

.chapterReaderDesktopLegacy .pcBoostProgressHead,
.chapterReaderDesktopLegacy .pcBoostProgressBar,
.chapterReaderDesktopLegacy .pcBoostProgressFoot {
    position: relative;
    z-index: 1;
}

.chapterReaderDesktopLegacy .pcBoostProgressHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.chapterReaderDesktopLegacy .pcBoostProgressLabel {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.chapterReaderDesktopLegacy .pcBoostProgressLabel img {
    display: block;
    width: 22px;
    height: 22px;
    max-width: none;
    flex: none;
}

.chapterReaderDesktopLegacy .pcBoostProgressLabel span {
    color: #4d4739;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.chapterReaderDesktopLegacy .pcBoostProgressValue {
    display: flex;
    align-items: baseline;
    gap: 2px;
    white-space: nowrap;
}

.chapterReaderDesktopLegacy .pcBoostProgressCurrent {
    color: #ff7b1f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.chapterReaderDesktopLegacy .pcBoostProgressTotal {
    color: #b4ab97;
    font-size: 12px;
    line-height: 18px;
}

.chapterReaderDesktopLegacy .pcBoostProgressBar {
    margin-top: 12px;
}

.chapterReaderDesktopLegacy .pcBoostProgressBarTrack {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: var(--chapter-boost-track-color, rgba(223, 205, 166, 0.82));
}

.chapterReaderDesktopLegacy .pcBoostProgressBarFill {
    width: 70%;
    height: 100%;
    border-radius: 999px;
    background: var(--chapter-boost-fill-bg, linear-gradient(90deg, #ff7a1c 0%, #f74f87 100%));
}

.chapterReaderDesktopLegacy .pcBoostProgressFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
}

.chapterReaderDesktopLegacy .pcBoostProgressTip {
    color: #ff6f24;
    font-size: 14px;
    line-height: 20px;
}

.chapterReaderDesktopLegacy .pcBoostProgressBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    min-width: 84px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff8b4c 0%, #ff5f5c 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    flex: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogMask,
.chapterReaderDesktopLegacy .pcGiftEffectMask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1300;
    animation: chapterGiftDialogMaskIn 0.22s ease both;
}

.chapterReaderDesktopLegacy .pcGiftDialogLayer,
.chapterReaderDesktopLegacy .pcGiftEffectLayer {
    position: fixed;
    inset: 0;
    z-index: 1310;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    box-sizing: border-box;
}

.chapterReaderDesktopLegacy .pcGiftDialogBarrage {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.chapterReaderDesktopLegacy .pcGiftDialogBarrageItem {
    position: absolute;
    left: 100%;
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 251, 243, 0.56);
    color: rgba(56, 41, 22, 0.72);
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 28px rgba(86, 68, 40, 0.14);
    backdrop-filter: blur(10px);
    white-space: nowrap;
    will-change: transform, opacity;
    --pc-barrage-opacity: 0.46;
    --pc-barrage-scale: 0.88;
    animation-name: pcGiftDialogBulletFloat;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.chapterReaderDesktopLegacy .pcGiftDialogMask.closing,
.chapterReaderDesktopLegacy .pcGiftEffectMask.closing {
    animation: chapterGiftDialogMaskOut 0.22s ease both;
}

.chapterReaderDesktopLegacy .pcGiftDialogSheet {
    position: relative;
    z-index: 1;
    width: 500px;
    max-width: calc(100vw - 48px);
    max-height: min(82vh, 760px);
    border-radius: 20px;
    border: 1px solid #f5f0e3;
    background: #fffdf8;
    box-shadow: 0 24px 60px rgba(76, 53, 17, 0.18);
    padding: 18px 20px 20px;
    box-sizing: border-box;
    animation: pcChapterGiftDialogModalIn 0.24s cubic-bezier(0.22, 1, 0.36, 1) both;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.chapterReaderDesktopLegacy .pcGiftDialogLayer.closing .pcGiftDialogSheet {
    animation: pcChapterGiftDialogModalOut 0.18s ease both;
}

.chapterReaderDesktopLegacy .pcGiftDialogHeader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin-bottom: 10px;
}

.chapterReaderDesktopLegacy .pcGiftDialogClose {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.chapterReaderDesktopLegacy .pcGiftDialogClose::before,
.chapterReaderDesktopLegacy .pcGiftDialogClose::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #383838;
}

.chapterReaderDesktopLegacy .pcGiftDialogClose::before {
    transform: rotate(45deg);
}

.chapterReaderDesktopLegacy .pcGiftDialogClose::after {
    transform: rotate(-45deg);
}

.chapterReaderDesktopLegacy .pcGiftDialogTitle {
    color: #191919;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

.chapterReaderDesktopLegacy .pcGiftDialogRecord {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    color: #a48963;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressCard {
    border-radius: 16px;
    border: 1px solid rgba(244, 230, 198, 0.92);
    background: rgba(255, 252, 245, 0.96);
    padding: 10px 12px 11px;
    box-sizing: border-box;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressLabel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressLabel img {
    display: block;
    width: 18px;
    height: 18px;
    max-width: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressLabel span {
    color: #4b4b4b;
    font-size: 13px;
    line-height: 18px;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressValue {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressCurrent {
    color: #ff6900;
    font-size: 14px;
    line-height: 18px;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressTotal {
    color: #b4ab97;
    font-size: 12px;
    line-height: 18px;
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressBarTrack {
    margin-top: 8px;
    height: 7px;
    border-radius: 999px;
    overflow: hidden;
    background: var(--chapter-boost-track-color, rgba(223, 205, 166, 0.4));
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressBarFill {
    height: 100%;
    border-radius: inherit;
    background: var(--chapter-boost-fill-bg, linear-gradient(90deg, #ff7a1c 0%, #f74f87 100%));
}

.chapterReaderDesktopLegacy .pcGiftDialogProgressTip {
    margin-top: 8px;
    color: #ff6924;
    font-size: 12px;
    line-height: 18px;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftGrid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px 8px;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
    padding: 2px 4px 2px 0;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 6px 8px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
    box-sizing: border-box;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftItem.active {
    border-color: #f6c6aa;
    background: rgba(255, 246, 239, 0.95);
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftItem:hover {
    transform: translateY(-2px);
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftThumb {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftThumb img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
    max-width: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftName {
    margin-top: 4px;
    color: #191919;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    text-align: center;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftPrice {
    margin-top: 2px;
    color: #b5b0a9;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

.chapterReaderDesktopLegacy .pcGiftDialogFooter {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0ece2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogDeductionBalance {
    color: #9d978c;
    font-size: 12px;
    line-height: 18px;
}

.chapterReaderDesktopLegacy .pcGiftDialogFooterActions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.chapterReaderDesktopLegacy .pcGiftDialogQuantityBox {
    position: relative;
    flex: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogQuantityBtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 60px;
    height: 38px;
    padding: 0 13px 0 12px;
    border-radius: 999px;
    border: 1px solid #f4bb92;
    background: #fff;
    color: #7c5f47;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

.chapterReaderDesktopLegacy .pcGiftDialogQuantityArrow {
    display: block;
    width: 7px;
    height: 4px;
    max-width: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogQuantityMenu {
    position: absolute;
    left: 0;
    bottom: calc(100% + 6px);
    min-width: 100%;
    width: max-content;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #f1d8c7;
    background: #fff;
    box-shadow: 0 10px 28px rgba(76, 53, 17, 0.14);
}

.chapterReaderDesktopLegacy .pcGiftDialogQuantityMenuItem {
    width: 100%;
    height: 30px;
    padding: 0 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #7c5f47;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.chapterReaderDesktopLegacy .pcGiftDialogQuantityMenuItem:hover {
    background: rgba(255, 121, 49, 0.08);
}

.chapterReaderDesktopLegacy .pcGiftDialogSubmitBtn {
    min-width: 132px;
    height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff964c 0%, #f5843d 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(245, 132, 61, 0.24);
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftGrid::-webkit-scrollbar {
    width: 6px;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftGrid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(197, 177, 145, 0.7);
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftGrid::-webkit-scrollbar-track {
    background: transparent;
}

.chapterReaderDesktopLegacy .pcGiftDialogSubmitBtn:disabled {
    opacity: 0.72;
    cursor: default;
}

.chapterReaderDesktopLegacy .pcGiftDialogRecordBack {
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.chapterReaderDesktopLegacy .pcGiftDialogRecordBack::before,
.chapterReaderDesktopLegacy .pcGiftDialogRecordBack::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: #383838;
}

.chapterReaderDesktopLegacy .pcGiftDialogRecordBack::before {
    left: 3px;
    transform: rotate(40deg);
}

.chapterReaderDesktopLegacy .pcGiftDialogRecordBack::after {
    right: 3px;
    transform: rotate(-40deg);
}

.chapterReaderDesktopLegacy .pcGiftHonorPanel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1 1 auto;
}

.chapterReaderDesktopLegacy .pcGiftHonorList {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow-y: auto;
    padding: 0 8px;
    box-sizing: border-box;
}

.chapterReaderDesktopLegacy .pcGiftHonorItem {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 50px;
    padding: 0 2px;
    box-sizing: border-box;
}

.chapterReaderDesktopLegacy .pcGiftHonorRank {
    width: 35px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chapterReaderDesktopLegacy .pcGiftHonorRankImage {
    display: block;
    width: 35px;
    height: 24px;
    max-width: none;
    object-fit: contain;
}

.chapterReaderDesktopLegacy .pcGiftHonorRankBadge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.chapterReaderDesktopLegacy .pcGiftHonorRankBadge.rank-1 {
    background: linear-gradient(180deg, #ffd564 0%, #ffac34 100%);
}

.chapterReaderDesktopLegacy .pcGiftHonorRankBadge.rank-2 {
    background: linear-gradient(180deg, #d9e5ff 0%, #88a7e8 100%);
}

.chapterReaderDesktopLegacy .pcGiftHonorRankBadge.rank-3 {
    background: linear-gradient(180deg, #ffbf93 0%, #e98a47 100%);
}

.chapterReaderDesktopLegacy .pcGiftHonorRankText,
.chapterReaderDesktopLegacy .pcGiftHonorFooterRank {
    color: #434343;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.chapterReaderDesktopLegacy .pcGiftHonorAvatar,
.chapterReaderDesktopLegacy .pcGiftHonorFooterAvatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    background: #f2efe7;
}

.chapterReaderDesktopLegacy .pcGiftHonorAvatar img,
.chapterReaderDesktopLegacy .pcGiftHonorFooterAvatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chapterReaderDesktopLegacy .pcGiftHonorInfo,
.chapterReaderDesktopLegacy .pcGiftHonorFooterInfo {
    flex: 1 1 auto;
    min-width: 0;
}

.chapterReaderDesktopLegacy .pcGiftHonorName,
.chapterReaderDesktopLegacy .pcGiftHonorFooterName {
    color: #191919;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chapterReaderDesktopLegacy .pcGiftHonorCoins,
.chapterReaderDesktopLegacy .pcGiftHonorFooterCoins {
    margin-top: 2px;
    color: #b3aba0;
    font-size: 11px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chapterReaderDesktopLegacy .pcGiftHonorLike {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #ff7b1b;
    font-size: 13px;
    line-height: 18px;
}

.chapterReaderDesktopLegacy .pcGiftHonorLikeIcon {
    display: block;
    width: 14px;
    height: 14px;
    flex: none;
}

.chapterReaderDesktopLegacy .pcGiftHonorFooter {
    flex: none;
    margin: 12px -20px -20px;
    padding: 14px 20px 20px;
    border-top: 1px solid #f0ece2;
    background: #FFF9ED;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chapterReaderDesktopLegacy .pcGiftHonorFooterBtn {
    min-width: 88px;
    height: 36px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #FF8815 0%, #F63698 100%);
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    cursor: pointer;
}

.chapterReaderDesktopLegacy .pcGiftEffectPanel {
    width: 320px;
    padding: 24px 24px 28px;
    border-radius: 28px;
    border: 1px solid rgba(246, 211, 217, 0.72);
    background: linear-gradient(180deg, #fffdf8 0%, #fff7f9 100%);
    box-shadow: 0 18px 44px rgba(248, 31, 82, 0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    animation: pcChapterGiftDialogModalIn 0.24s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.chapterReaderDesktopLegacy .pcGiftEffectBurst {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: chapterGiftEffectBurstIn 0.36s cubic-bezier(0.2, 0.9, 0.22, 1) both;
}

.chapterReaderDesktopLegacy .pcGiftEffectCountBadge {
    position: absolute;
    top: 10px;
    right: 16px;
    color: #f07c2c;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}

.chapterReaderDesktopLegacy .pcGiftEffectRing,
.chapterReaderDesktopLegacy .pcGiftEffectSpark {
    position: absolute;
    pointer-events: none;
}

.chapterReaderDesktopLegacy .pcGiftEffectRing {
    border-radius: 50%;
    border: 2px solid rgba(255, 188, 109, 0.42);
    animation: chapterGiftEffectRing 1.1s ease-out infinite;
}

.chapterReaderDesktopLegacy .pcGiftEffectRing-1 {
    width: 148px;
    height: 148px;
}

.chapterReaderDesktopLegacy .pcGiftEffectRing-2 {
    width: 176px;
    height: 176px;
    animation-delay: 0.18s;
}

.chapterReaderDesktopLegacy .pcGiftEffectSpark {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 245, 168, 1) 0%, rgba(255, 168, 83, 0) 72%);
}

.chapterReaderDesktopLegacy .pcGiftEffectSpark-1 {
    top: 34px;
    left: 38px;
}

.chapterReaderDesktopLegacy .pcGiftEffectSpark-2 {
    top: 54px;
    right: 34px;
}

.chapterReaderDesktopLegacy .pcGiftEffectSpark-3 {
    bottom: 34px;
    left: 54px;
}

.chapterReaderDesktopLegacy .pcGiftEffectImage {
    width: 142px;
    height: 142px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}

.chapterReaderDesktopLegacy .pcGiftEffectMessage {
    margin-top: 4px;
    color: #1f1f1f;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.chapterReaderDesktopLegacy .pcGiftEffectConfirmBtn {
    margin-top: 18px;
    width: 126px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff9b49 0%, #f85a9a 100%);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(248, 90, 154, 0.26);
}

.chapterReaderDesktopLegacy .pcGiftEffectLayer.closing .pcGiftEffectPanel {
    animation: pcChapterGiftDialogModalOut 0.18s ease both;
}

@keyframes pcChapterGiftDialogModalIn {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pcChapterGiftDialogModalOut {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(8px) scale(0.97);
    }
}

@keyframes pcGiftDialogBulletFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(var(--pc-barrage-scale));
        opacity: 0;
    }

    8% {
        opacity: var(--pc-barrage-opacity);
    }

    88% {
        opacity: var(--pc-barrage-opacity);
    }

    100% {
        transform: translate3d(calc(-100vw - 420px), 0, 0) scale(var(--pc-barrage-scale));
        opacity: 0;
    }
}

.bg-1 .chapterReaderDesktopLegacy .pcChapterUtilityBar {
    background: transparent;
}

.bg-1 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: #FFFDF8;
    border-color: #E2E2E2;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.20);
}

.bg-2 .chapterReaderDesktopLegacy .pcChapterUtilityBar {
    background: transparent;
}

.bg-2 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: #F0E0BB;
    border-color: #FFEFCA;
    box-shadow: 0 1px 4px rgba(188, 186, 174, 0.20);
}

.bg-2 .chapterReaderDesktopLegacy .pcGiftDialogSheet {
    background: #f4e3bf;
    border-color: #ffefca;
    box-shadow: 0 24px 60px rgba(122, 100, 52, 0.18);
}

.bg-2 .chapterReaderDesktopLegacy .pcGiftDialogProgressCard {
    background: rgba(255, 247, 228, 0.92);
    border-color: rgba(255, 239, 202, 0.96);
}

.bg-3 .chapterReaderDesktopLegacy .pcChapterUtilityBar {
    background: transparent;
}

.bg-3 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: #E8FFE8;
    border-color: #D0E8D0;
    box-shadow: 0 1px 4px rgba(143, 175, 160, 0.20);
}

.bg-3 .chapterReaderDesktopLegacy .pcGiftDialogSheet {
    background: #ebfaeb;
    border-color: #d0e8d0;
    box-shadow: 0 24px 60px rgba(69, 119, 88, 0.16);
}

.bg-3 .chapterReaderDesktopLegacy .pcGiftDialogProgressCard {
    background: rgba(247, 255, 247, 0.92);
    border-color: rgba(208, 232, 208, 0.96);
}

.bg-4 .chapterReaderDesktopLegacy .pcChapterUtilityBar {
    background: transparent;
}

.bg-4 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: #EDF6FF;
    border-color: #E0F0FF;
    box-shadow: 0 1px 4px rgba(178, 174, 188, 0.20);
}

.bg-4 .chapterReaderDesktopLegacy .pcGiftDialogSheet {
    background: #edf6ff;
    border-color: #e0f0ff;
    box-shadow: 0 24px 60px rgba(85, 103, 141, 0.16);
}

.bg-4 .chapterReaderDesktopLegacy .pcGiftDialogProgressCard {
    background: rgba(250, 253, 255, 0.92);
    border-color: rgba(224, 240, 255, 0.96);
}

.bg-5 .chapterReaderDesktopLegacy .pcChapterUtilityBar {
    background: transparent;
}

.bg-5 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: #FFFDF8;
    border-color: #E2E2E2;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.20);
}

.bg-6 .chapterReaderDesktopLegacy .pcChapterUtilityBar {
    background: transparent;
}

.bg-6 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: #FFFDF8;
    border-color: #E2E2E2;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.20);
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUtilityBar {
    background: transparent;
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: #2b2b2b;
    border-color: #3a3a3a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogSheet {
    background: #222222;
    border-color: #353535;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogTitle,
.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogGiftName {
    color: #f0ebe0;
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogClose::before,
.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogClose::after {
    background: #ece5d9;
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogRecord,
.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogDeductionBalance,
.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogGiftPrice,
.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogProgressTotal {
    color: #a89f90;
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogProgressCard {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.08);
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogProgressLabel span {
    color: #dfd7c8;
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogProgressBarTrack {
    background: rgba(255, 255, 255, 0.08);
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogBarrageItem {
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.62);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogGiftItem.active {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(246, 198, 170, 0.4);
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogFooter {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogQuantityBtn {
    background: #2b2b2b;
    border-color: #6f5038;
    color: #efdfca;
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogQuantityMenu {
    background: #2b2b2b;
    border-color: #41352a;
}

.bg-7 .chapterReaderDesktopLegacy .pcGiftDialogQuantityMenuItem {
    color: #efdfca;
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUtilityName,
.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressLabel span {
    color: #e3dfd4;
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUtilityCount,
.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressTotal,
.bg-7 .chapterReaderDesktopLegacy .pcChapterUpdateMeta {
    color: #9f9883;
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUpdateBox {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 16px;
    padding-bottom: 16px;
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUpdateTitle .author-updating-light {
    display: none;
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUpdateTitle .author-updating-dark {
    display: block;
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a:hover {
    background: rgba(255, 255, 255, 0.04);
}

.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressCurrent {
    color: #ffae61;
}

.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressBarTrack {
    background: rgba(255, 255, 255, 0.10);
}

.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressTip {
    color: #ff9c57;
}

.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressBtn {
    background: linear-gradient(180deg, #ff8b4c 0%, #ff5f5c 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.sty-5 #chapterReaderApp .h5ChapterUpdateMeta {
    color: #9f9883;
}

.sty-5 #chapterReaderApp .h5ChapterUpdateTitle .author-updating-light {
    display: none;
}

.sty-5 #chapterReaderApp .h5ChapterUpdateTitle .author-updating-dark {
    display: block;
}

.sty-5 #chapterReaderApp .h5ChapterRankName {
    color: #e3dfd4;
}

.sty-5 #chapterReaderApp .h5ChapterRankCount {
    color: #9f9883;
}

.sty-5 #chapterReaderApp .h5BoostProgressLabel span {
    color: #e3dfd4;
}

.sty-5 #chapterReaderApp .h5BoostProgressCurrent {
    color: #ffae61;
}

.sty-5 #chapterReaderApp .h5BoostProgressTotal {
    color: #9f9883;
}

.sty-1 #chapterReaderApp .h5BoostProgressBarTrack {
    background: #f2f2f2;
}

.sty-2 #chapterReaderApp .h5BoostProgressBarTrack {
    background: #dfeefa;
}

.sty-3 #chapterReaderApp .h5BoostProgressBarTrack {
    background: #daf0d8;
}

.sty-4 #chapterReaderApp .h5BoostProgressBarTrack {
    background: #e5d4ae;
}

.sty-5 #chapterReaderApp .h5BoostProgressBarTrack {
    background: rgba(255, 255, 255, 0.10);
}

.sty-5 #chapterReaderApp .h5BoostProgressTip {
    color: #ff9c57;
}

.sty-5 #chapterReaderApp .h5BoostProgressBtn {
    background: linear-gradient(180deg, #ff8b4c 0%, #ff5f5c 100%);
    color: #fff;
    box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.22);
}

.sty-1 #chapterReaderApp,
.sty-1 #chapterReaderApp .giftDialogSheet {
    --chapter-boost-track-color: #f2f2f2;
    --chapter-boost-fill-bg: linear-gradient(90deg, #f6b0ba 0%, #f04757 100%);
}

.sty-2 #chapterReaderApp,
.sty-2 #chapterReaderApp .giftDialogSheet {
    --chapter-boost-track-color: #dfeefa;
    --chapter-boost-fill-bg: linear-gradient(90deg, #88c6ef 0%, #4b91e7 100%);
}

.sty-3 #chapterReaderApp,
.sty-3 #chapterReaderApp .giftDialogSheet {
    --chapter-boost-track-color: #daf0d8;
    --chapter-boost-fill-bg: linear-gradient(90deg, #79c487 0%, #43a063 100%);
}

.sty-4 #chapterReaderApp,
.sty-4 #chapterReaderApp .giftDialogSheet {
    --chapter-boost-track-color: #e5d4ae;
    --chapter-boost-fill-bg: linear-gradient(90deg, #e0b85d 0%, #c99228 100%);
}

.sty-5 #chapterReaderApp,
.sty-5 #chapterReaderApp .giftDialogSheet {
    --chapter-boost-track-color: rgba(255, 255, 255, 0.10);
    --chapter-boost-fill-bg: linear-gradient(90deg, #d49f5f 0%, #9d6734 100%);
}

.bg-7 .chapterReaderDesktopLegacy .pcChapterUtilityItem > a:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.bg-1 .chapterReaderDesktopLegacy,
.bg-5 .chapterReaderDesktopLegacy,
.bg-6 .chapterReaderDesktopLegacy {
    --chapter-boost-track-color: #f2f2f2;
    --chapter-boost-fill-bg: linear-gradient(90deg, #f6b0ba 0%, #f04757 100%);
}

.bg-2 .chapterReaderDesktopLegacy {
    --chapter-boost-track-color: #e5d4ae;
    --chapter-boost-fill-bg: linear-gradient(90deg, #e0b85d 0%, #c99228 100%);
}

.bg-3 .chapterReaderDesktopLegacy {
    --chapter-boost-track-color: #daf0d8;
    --chapter-boost-fill-bg: linear-gradient(90deg, #79c487 0%, #43a063 100%);
}

.bg-4 .chapterReaderDesktopLegacy {
    --chapter-boost-track-color: #dfeefa;
    --chapter-boost-fill-bg: linear-gradient(90deg, #88c6ef 0%, #4b91e7 100%);
}

.bg-7 .chapterReaderDesktopLegacy {
    --chapter-boost-track-color: rgba(255, 255, 255, 0.10);
    --chapter-boost-fill-bg: linear-gradient(90deg, #d49f5f 0%, #9d6734 100%);
}

.bg-1 .chapterReaderDesktopLegacy .pcBoostProgressCard,
.bg-5 .chapterReaderDesktopLegacy .pcBoostProgressCard,
.bg-6 .chapterReaderDesktopLegacy .pcBoostProgressCard {
    background: #fff;
    border-color: #f5f5f5;
    box-shadow: 0 1px 4px rgba(200, 200, 200, 0.20);
}

.bg-2 .chapterReaderDesktopLegacy .pcBoostProgressCard {
    background: #f0e0bb;
    border-color: #ffefca;
    box-shadow: 0 1px 4px rgba(188, 186, 174, 0.20);
}

.bg-3 .chapterReaderDesktopLegacy .pcBoostProgressCard {
    background: #e8ffe8;
    border-color: #d0e8d0;
    box-shadow: 0 1px 4px rgba(143, 175, 160, 0.20);
}

.bg-4 .chapterReaderDesktopLegacy .pcBoostProgressCard {
    background: #edf6ff;
    border-color: #e0f0ff;
    box-shadow: 0 1px 4px rgba(178, 174, 188, 0.20);
}

.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressCard {
    background: #2b2b2b;
    border-color: #3a3a3a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.bg-1 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-white,
.bg-5 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-white,
.bg-6 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-white {
    display: block;
}

.bg-2 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-white,
.bg-3 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-white,
.bg-4 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-white,
.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-white {
    display: none;
}

.bg-2 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-yellow {
    display: block;
}

.bg-3 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-green {
    display: block;
}

.bg-4 .chapterReaderDesktopLegacy .pcBoostProgressCorner .corner-blue {
    display: block;
}

.bg-7 .chapterReaderDesktopLegacy .pcBoostProgressCorner {
    display: none;
}


.chapterReaderDesktopLegacy .readingContent p {
    text-indent: 2em;
    margin: 1.25rem 0;
}


.chapterReaderMain .contains p {
    text-indent: 2rem;
    margin: 2rem 0;
    line-height: 150%;
}


@media (max-width: 1024px) {
    .chapterReaderMain .configBar {
        z-index: 1;
    }
}

#chapterReaderApp .legacyChapterVipWrap {
    width: 100%;
}

#chapterReaderApp .h5ChapterUpdateBox {
    padding: 0.875rem 0.875rem 0.7rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(207, 164, 106, 0.28);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffdf8 0%, #fff3e1 100%);
    box-shadow: 0 0.75rem 1.5rem rgba(113, 76, 37, 0.08);
}

#chapterReaderApp .h5ChapterUpdateMeta {
    gap: 0.45rem;
    margin-top: 0.3rem;
    color: #8e653a;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

#chapterReaderApp .h5ChapterRankList {
    gap: 0.625rem;
    padding: 0 0 1rem;
}

#chapterReaderApp .h5ChapterRankItem {
    border: 1px solid rgba(207, 164, 106, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffdfa 0%, #fff4e4 100%);
    box-shadow: 0 0.6rem 1.25rem rgba(113, 76, 37, 0.08);
}

#chapterReaderApp .h5ChapterRankItem > a {
    min-height: 4.5rem;
    padding: 0.86rem 0.3rem 0.65rem;
}

#chapterReaderApp .h5ChapterRankIcon {
    width: 1.375rem;
    height: 1.375rem;
    background: rgba(184, 104, 42, 0.11);
}

#chapterReaderApp .h5ChapterRankName {
    color: #5a3719;
    font-weight: 800;
}

#chapterReaderApp .h5ChapterRankCount {
    color: #9a6d41;
}

#chapterReaderApp .h5BoostProgressCard {
    margin-top: 0.125rem;
    padding: 0.875rem 0.875rem 0.8rem;
    border: 1px solid rgba(207, 164, 106, 0.26);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffdf9 0%, #fff5e8 100%);
    box-shadow: 0 0.8rem 1.75rem rgba(113, 76, 37, 0.08);
}

#chapterReaderApp .h5BoostProgressCard::before {
    height: 0.28rem;
    background: linear-gradient(90deg, #c06e2d 0%, #e09a49 55%, #f2be78 100%);
}

#chapterReaderApp .h5BoostProgressCorner {
    opacity: 0.38;
}

#chapterReaderApp .h5BoostProgressLabel {
    color: #6d3e1d;
}

#chapterReaderApp .h5BoostProgressCurrent {
    color: #c06423;
}

#chapterReaderApp .h5BoostProgressTotal {
    color: #a89278;
}

#chapterReaderApp .h5BoostProgressBarTrack {
    background: rgba(192, 108, 45, 0.1);
}

#chapterReaderApp .h5BoostProgressBarFill {
    background: linear-gradient(90deg, #c06e2d 0%, #e09a49 55%, #f2be78 100%);
}

#chapterReaderApp .h5BoostProgressTip {
    color: #986037;
}

#chapterReaderApp .h5BoostProgressBtn {
    min-width: 4.75rem;
    height: 2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c06e2d 0%, #e09a49 55%, #f2be78 100%);
    color: #fffaf4;
    box-shadow: 0 0.5rem 1rem rgba(192, 108, 45, 0.18);
}

#chapterReaderApp .giftDialogSheet,
#chapterReaderApp .giftHonorSheet {
    background: linear-gradient(180deg, #fffdf9 0%, #fff6eb 100%);
}

#chapterReaderApp .giftDialogTitle,
#chapterReaderApp .giftHonorTitle {
    color: #3c2a1c;
}

#chapterReaderApp .giftDialogProgressCard {
    border-color: rgba(207, 164, 106, 0.18);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffdf9 0%, #fff7ed 100%);
}

#chapterReaderApp .giftDialogGiftItem {
    border-color: rgba(207, 164, 106, 0.18);
    background: linear-gradient(180deg, #fffdfb 0%, #fff4e2 100%);
}

#chapterReaderApp .giftDialogGiftItem.active {
    border-color: rgba(192, 108, 45, 0.28);
    background: linear-gradient(180deg, #fff9f1 0%, #ffe9cd 100%);
    box-shadow: 0 0.5rem 1rem rgba(113, 76, 37, 0.08);
}

#chapterReaderApp .giftDialogFooter {
    border-top-color: rgba(207, 164, 106, 0.18);
}

#chapterReaderApp .giftDialogQuantityBtn {
    color: #6f5132;
}

#chapterReaderApp .giftDialogSubmitBtn {
    background: linear-gradient(135deg, #c06e2d 0%, #e09a49 55%, #f2be78 100%);
}

#chapterReaderApp .giftHonorSheet {
    height: 36rem;
}

#chapterReaderApp .giftHonorFooter {
    background: rgba(255, 247, 235, 0.98);
}

#chapterReaderApp .giftHonorFooterBtn {
    background: linear-gradient(135deg, #c06e2d 0%, #e09a49 55%, #f2be78 100%);
}

#chapterReaderApp .giftEffectMessage {
    color: #fff9f1;
}

.chapterReaderDesktopLegacy .pcChapterUpdateBox {
    padding: 0 0 18px;
}

.chapterReaderDesktopLegacy .pcChapterExtraModules {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.chapterReaderDesktopLegacy .pcChapterUtilityBar,
.chapterReaderDesktopLegacy .pcBoostProgressCard {
    max-width: 600px;
}

.chapterReaderDesktopLegacy .pcChapterUtilityItem {
    flex: 1 1 0;
    width: auto;
}

.chapterReaderDesktopLegacy .pcChapterUpdateMeta {
    color: #8e653a;
}

.chapterReaderDesktopLegacy .pcChapterUtilityItem > a {
    background: linear-gradient(180deg, #fffdfa 0%, #fff4e4 100%);
    border-color: rgba(207, 164, 106, 0.24);
    box-shadow: 0 0.5rem 1.2rem rgba(113, 76, 37, 0.08);
}

.chapterReaderDesktopLegacy .pcChapterUtilityName {
    color: #5a3719;
}

.chapterReaderDesktopLegacy .pcChapterUtilityCount {
    color: #9a6d41;
}

.chapterReaderDesktopLegacy .pcBoostProgressCard {
    border-color: rgba(207, 164, 106, 0.26);
    background: linear-gradient(180deg, #fffdf9 0%, #fff5e8 100%);
    box-shadow: 0 0.8rem 1.75rem rgba(113, 76, 37, 0.08);
}

.chapterReaderDesktopLegacy .pcBoostProgressLabel span {
    color: #6d3e1d;
}

.chapterReaderDesktopLegacy .pcBoostProgressCurrent {
    color: #c06423;
}

.chapterReaderDesktopLegacy .pcBoostProgressTotal {
    color: #a89278;
}

.chapterReaderDesktopLegacy .pcBoostProgressBarTrack {
    background: rgba(192, 108, 45, 0.1);
}

.chapterReaderDesktopLegacy .pcBoostProgressTip {
    color: #986037;
}

.chapterReaderDesktopLegacy .pcBoostProgressBtn {
    background: linear-gradient(135deg, #c06e2d 0%, #e09a49 55%, #f2be78 100%);
    box-shadow: 0 0.5rem 1rem rgba(192, 108, 45, 0.18);
}

.chapterReaderDesktopLegacy .pcGiftProgressCard {
    border-color: rgba(207, 164, 106, 0.18);
    background: linear-gradient(180deg, #fffdf9 0%, #fff7ed 100%);
}

.chapterReaderDesktopLegacy .pcGiftProgressCard .pcGiftProgressTitle,
.chapterReaderDesktopLegacy .pcGiftProgressCard .pcGiftProgressLabel {
    color: #3c2a1c;
}

/* Reward / author support module refresh */
#chapterReaderApp .legacyChapterVipWrap,
#chapterReaderApp .chapterReaderMain,
.sty-1 #chapterReaderApp .legacyChapterVipWrap,
.sty-1 #chapterReaderApp .chapterReaderMain,
.sty-2 #chapterReaderApp .legacyChapterVipWrap,
.sty-2 #chapterReaderApp .chapterReaderMain,
.sty-3 #chapterReaderApp .legacyChapterVipWrap,
.sty-3 #chapterReaderApp .chapterReaderMain,
.sty-4 #chapterReaderApp .legacyChapterVipWrap,
.sty-4 #chapterReaderApp .chapterReaderMain,
.sty-5 #chapterReaderApp .legacyChapterVipWrap,
.sty-5 #chapterReaderApp .chapterReaderMain {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#chapterReaderApp .h5ChapterUpdateBox {
    position: relative;
    overflow: hidden;
    margin: 0.9rem 0 1rem;
    padding: 1rem 0.9rem 0.95rem;
    border: 1px solid rgba(224, 169, 93, 0.34);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 214, 139, 0.28), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(255, 153, 105, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 245, 231, 0.96) 100%);
    box-shadow: 0 1.1rem 2.5rem rgba(108, 70, 30, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.sty-1 #chapterReaderApp .h5ChapterUpdateBox,
.sty-2 #chapterReaderApp .h5ChapterUpdateBox,
.sty-3 #chapterReaderApp .h5ChapterUpdateBox,
.sty-4 #chapterReaderApp .h5ChapterUpdateBox {
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 214, 139, 0.28), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(255, 153, 105, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 245, 231, 0.96) 100%) !important;
    border-color: rgba(224, 169, 93, 0.34) !important;
    box-shadow: 0 0.7rem 1.5rem rgba(108, 70, 30, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

#chapterReaderApp .h5ChapterUpdateBox::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.18rem;
    background: linear-gradient(90deg, rgba(196, 104, 38, 0), #d67d32 22%, #f0b766 58%, rgba(196, 104, 38, 0));
}

#chapterReaderApp .h5ChapterUpdateTitle {
    min-height: 2.05rem;
}

#chapterReaderApp .h5ChapterUpdateTitle img {
    width: auto;
    max-width: min(72%, 12rem);
    height: 1.48rem;
    object-fit: contain;
    filter: drop-shadow(0 0.16rem 0.35rem rgba(94, 58, 24, 0.10));
}

#chapterReaderApp .h5ChapterUpdateMeta {
    margin-top: 0.35rem;
    color: #94663a;
    font-size: 0.76rem;
}

#chapterReaderApp .h5ChapterRankList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0 0 0.85rem;
}

#chapterReaderApp .h5ChapterRankItem {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(224, 169, 93, 0.28);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(255, 239, 217, 0.92) 100%);
    box-shadow: 0 0.7rem 1.45rem rgba(108, 70, 30, 0.09);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sty-1 #chapterReaderApp .h5ChapterRankItem,
.sty-2 #chapterReaderApp .h5ChapterRankItem,
.sty-3 #chapterReaderApp .h5ChapterRankItem,
.sty-4 #chapterReaderApp .h5ChapterRankItem {
    border-color: rgba(224, 169, 93, 0.28) !important;
    background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(255, 239, 217, 0.92) 100%) !important;
    box-shadow: 0 0.55rem 1rem rgba(108, 70, 30, 0.07) !important;
}

#chapterReaderApp .h5ChapterRankItem::after {
    content: "";
    position: absolute;
    inset: auto -20% -42% 18%;
    height: 3rem;
    border-radius: 999px;
    background: rgba(255, 201, 124, 0.2);
    transform: rotate(-8deg);
    pointer-events: none;
}

#chapterReaderApp .h5ChapterRankItem:active {
    transform: scale(0.985);
}

#chapterReaderApp .h5ChapterRankItem > a {
    position: relative;
    z-index: 1;
    min-height: 4.9rem;
    padding: 0.72rem 0.3rem 0.64rem;
}

#chapterReaderApp .h5ChapterRankTitle {
    flex-direction: column;
    gap: 0.24rem;
}

#chapterReaderApp .h5ChapterRankIcon {
    width: 1.76rem;
    height: 1.76rem;
    background: linear-gradient(135deg, #fff6e8 0%, #ffdca2 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0.32rem 0.7rem rgba(192, 108, 45, 0.14);
}

#chapterReaderApp .h5ChapterRankIcon img {
    transform: scale(1.08);
}

#chapterReaderApp .h5ChapterRankName {
    color: #5b3718;
    font-size: 0.8rem;
    line-height: 1.05rem;
    font-weight: 900;
}

#chapterReaderApp .h5ChapterRankCount {
    min-height: 1rem;
    margin-top: 0.18rem;
    color: #a1602b;
    font-size: 0.72rem;
    line-height: 1rem;
    font-weight: 600;
}

#chapterReaderApp .h5BoostProgressCard {
    margin-top: 0.05rem;
    padding: 0.9rem 0.9rem 0.82rem;
    border: 1px solid rgba(224, 169, 93, 0.36);
    border-radius: 1.15rem;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 246, 234, 0.96) 100%);
    box-shadow: 0 0.9rem 1.8rem rgba(108, 70, 30, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.sty-1 #chapterReaderApp .h5BoostProgressCard,
.sty-2 #chapterReaderApp .h5BoostProgressCard,
.sty-3 #chapterReaderApp .h5BoostProgressCard,
.sty-4 #chapterReaderApp .h5BoostProgressCard {
    border-color: rgba(224, 169, 93, 0.36) !important;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 246, 234, 0.96) 100%) !important;
    box-shadow: 0 0.65rem 1.35rem rgba(108, 70, 30, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

#chapterReaderApp .h5BoostProgressCard::before {
    height: 0.2rem;
    background: linear-gradient(90deg, #c2672f 0%, #f08c44 42%, #f5c676 100%);
}

#chapterReaderApp .h5BoostProgressCorner {
    opacity: 0.45;
}

#chapterReaderApp .h5BoostProgressHead {
    align-items: flex-start;
}

#chapterReaderApp .h5BoostProgressLabel {
    gap: 0.42rem;
    color: #4e3018;
    font-size: 0.9rem;
    font-weight: 900;
}

#chapterReaderApp .h5BoostProgressLabel img {
    width: 1.25rem;
    height: 1.25rem;
    filter: drop-shadow(0 0.16rem 0.32rem rgba(202, 101, 39, 0.18));
}

#chapterReaderApp .h5BoostProgressValue {
    color: #8d6f53;
    font-size: 0.82rem;
    line-height: 1.3rem;
}

#chapterReaderApp .h5BoostProgressCurrent {
    color: #d26d2f;
    font-size: 0.95rem;
    font-weight: 900;
}

#chapterReaderApp .h5BoostProgressTotal {
    color: #8c7966;
    font-weight: 800;
}

#chapterReaderApp .h5BoostProgressBarTrack {
    margin-top: 0.78rem;
    height: 0.58rem;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(208, 126, 59, 0.11), rgba(241, 184, 103, 0.16));
    box-shadow: inset 0 1px 2px rgba(123, 72, 27, 0.08);
}

#chapterReaderApp .h5BoostProgressBarFill {
    height: 100%;
    background: linear-gradient(90deg, #ef5f63 0%, #f28d3d 45%, #f7c76e 100%);
    box-shadow: 0 0 0.9rem rgba(240, 119, 55, 0.38);
}

#chapterReaderApp .h5BoostProgressFoot {
    align-items: center;
    margin-top: 0.72rem;
}

#chapterReaderApp .h5BoostProgressTip {
    color: #8f6039;
    font-size: 0.74rem;
    line-height: 1.35;
}

#chapterReaderApp .h5BoostProgressBtn {
    min-width: 5.25rem;
    height: 2.25rem;
    padding: 0 0.95rem;
    background: linear-gradient(135deg, #d27a33 0%, #e89645 52%, #f1b864 100%);
    box-shadow: 0 0.55rem 1rem rgba(198, 103, 47, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#chapterReaderApp .h5BoostProgressBtn:active {
    transform: translateY(1px) scale(0.98);
}

@media (max-width: 420px) {
    #chapterReaderApp .h5ChapterUpdateBox {
        padding: 0.92rem 0.75rem 0.85rem;
        border-radius: 1.05rem;
    }

    #chapterReaderApp .h5ChapterRankList {
        gap: 0.5rem;
    }

    #chapterReaderApp .h5ChapterRankItem > a {
        min-height: 4.55rem;
    }

    #chapterReaderApp .h5ChapterRankIcon {
        width: 1.56rem;
        height: 1.56rem;
    }

    #chapterReaderApp .h5ChapterRankName {
        font-size: 0.76rem;
    }

    #chapterReaderApp .h5BoostProgressFoot {
        gap: 0.6rem;
    }

    #chapterReaderApp .h5BoostProgressTip {
        font-size: 0.7rem;
    }
}

.sty-5 #chapterReaderApp .h5ChapterUpdateBox {
    border-color: rgba(199, 147, 78, 0.32);
    background:
        radial-gradient(circle at 10% 0%, rgba(210, 122, 51, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(45, 36, 27, 0.98) 0%, rgba(35, 29, 23, 0.98) 100%);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
}

.sty-5 #chapterReaderApp .h5ChapterRankItem,
.sty-5 #chapterReaderApp .h5BoostProgressCard {
    border-color: rgba(199, 147, 78, 0.28);
    background: linear-gradient(180deg, rgba(55, 43, 31, 0.98) 0%, rgba(42, 34, 27, 0.98) 100%);
}

.sty-5 #chapterReaderApp .h5ChapterRankName,
.sty-5 #chapterReaderApp .h5BoostProgressLabel {
    color: #f5dcc0;
}

.sty-5 #chapterReaderApp .h5ChapterRankCount,
.sty-5 #chapterReaderApp .h5BoostProgressTip,
.sty-5 #chapterReaderApp .h5BoostProgressTotal {
    color: #caa783;
}

/* Gift / reward dialog warm refresh */
#chapterReaderApp .legacyChapterVipWrap {
    margin-bottom: 1.15rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#chapterReaderApp .giftDialogMask,
.chapterReaderDesktopLegacy .pcGiftDialogMask {
    z-index: 1800;
    background: rgba(55, 34, 18, 0.48);
    backdrop-filter: blur(0.42rem);
    -webkit-backdrop-filter: blur(0.42rem);
}

#chapterReaderApp .giftDialogLayer,
.chapterReaderDesktopLegacy .pcGiftDialogLayer {
    z-index: 1810;
}

#chapterReaderApp .giftEffectMask {
    z-index: 1900;
}

#chapterReaderApp .giftEffectLayer {
    z-index: 1910;
    pointer-events: auto;
}

#chapterReaderApp .giftEffectPanel {
    pointer-events: auto;
}

#chapterReaderApp .giftDialogSheet,
#chapterReaderApp .giftHonorSheet {
    border: 1px solid rgba(230, 171, 91, 0.28);
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 213, 137, 0.32), transparent 36%),
        radial-gradient(circle at 92% 12%, rgba(238, 137, 69, 0.18), transparent 34%),
        linear-gradient(180deg, #fffdf8 0%, #fff6e9 100%);
    box-shadow: 0 -1rem 2.4rem rgba(88, 52, 20, 0.18);
}

#chapterReaderApp .giftDialogSheet {
    width: 100%;
    max-height: min(90vh, 42rem);
    padding: 1rem 1rem calc(0.5rem + env(safe-area-inset-bottom));
    overflow-y: auto;
}

#chapterReaderApp .giftHonorSheet {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: min(90vh, 42rem);
    padding: 1rem 0 calc(1rem + env(safe-area-inset-bottom));
}

#chapterReaderApp .giftDialogTitle,
#chapterReaderApp .giftHonorTitle {
    color: #3f2714;
    font-size: 1rem;
    font-weight: 900;
}

#chapterReaderApp .giftDialogRecord {
    right: 1rem;
    top: max(1.25rem, env(safe-area-inset-top));
    padding: 0.4rem 0.72rem;
    border: 1px solid rgba(255, 229, 184, 0.5);
    border-radius: 999px;
    background: rgba(255, 250, 241, 0.18);
    color: #fff7ea;
    line-height: 1;
    backdrop-filter: blur(0.35rem);
    -webkit-backdrop-filter: blur(0.35rem);
}

#chapterReaderApp .giftDialogFeedItem,
.chapterReaderDesktopLegacy .pcGiftDialogBarrageItem {
    background: rgba(255, 250, 241, 0.72);
    color: rgba(75, 43, 19, 0.78);
    box-shadow: 0 0.55rem 1.3rem rgba(77, 45, 19, 0.13);
}

#chapterReaderApp .giftDialogCollapse,
#chapterReaderApp .giftHonorBack,
.chapterReaderDesktopLegacy .pcGiftDialogClose,
.chapterReaderDesktopLegacy .pcGiftDialogRecordBack {
    border-radius: 999px;
    background: rgba(255, 246, 231, 0.9);
    box-shadow: inset 0 0 0 1px rgba(222, 164, 84, 0.18);
}

#chapterReaderApp .giftDialogCollapse::before,
#chapterReaderApp .giftDialogCollapse::after,
#chapterReaderApp .giftHonorBack::before,
#chapterReaderApp .giftHonorBack::after,
.chapterReaderDesktopLegacy .pcGiftDialogClose::before,
.chapterReaderDesktopLegacy .pcGiftDialogClose::after,
.chapterReaderDesktopLegacy .pcGiftDialogRecordBack::before,
.chapterReaderDesktopLegacy .pcGiftDialogRecordBack::after {
    background: #8b5727;
}

#chapterReaderApp .giftDialogProgressCard,
.chapterReaderDesktopLegacy .pcGiftDialogProgressCard {
    border: 1px solid rgba(226, 171, 96, 0.32);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 242, 220, 0.95) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 0.55rem 1.25rem rgba(117, 72, 29, 0.08);
}

#chapterReaderApp .giftDialogProgressLabel span,
.chapterReaderDesktopLegacy .pcGiftDialogProgressLabel span {
    color: #4f3118;
    font-weight: 800;
}

#chapterReaderApp .giftDialogProgressCurrent,
.chapterReaderDesktopLegacy .pcGiftDialogProgressCurrent {
    color: #cc6b2d;
    font-weight: 900;
}

#chapterReaderApp .giftDialogProgressTotal,
#chapterReaderApp .giftDialogProgressTip,
.chapterReaderDesktopLegacy .pcGiftDialogProgressTotal,
.chapterReaderDesktopLegacy .pcGiftDialogProgressTip {
    color: #9a6840;
    font-weight: 700;
}

#chapterReaderApp .giftDialogProgressBarTrack,
.chapterReaderDesktopLegacy .pcGiftDialogProgressBarTrack {
    background: rgba(211, 140, 62, 0.14);
    box-shadow: inset 0 1px 2px rgba(107, 62, 22, 0.09);
}

#chapterReaderApp .giftDialogProgressBarFill,
.chapterReaderDesktopLegacy .pcGiftDialogProgressBarFill {
    background: linear-gradient(90deg, #ef615e 0%, #e88a38 48%, #f3c46e 100%);
    box-shadow: 0 0 0.8rem rgba(231, 124, 52, 0.32);
}

#chapterReaderApp .giftDialogGiftGrid {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    justify-content: stretch;
}

#chapterReaderApp .giftDialogGiftItem,
.chapterReaderDesktopLegacy .pcGiftDialogGiftItem {
    border: 1px solid transparent;
    background: rgba(255, 253, 248, 0.66);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#chapterReaderApp .giftDialogGiftItem {
    width: auto;
    min-height: 5.95rem;
}

#chapterReaderApp .giftDialogGiftItem.active,
.chapterReaderDesktopLegacy .pcGiftDialogGiftItem.active {
    border-color: rgba(221, 130, 52, 0.42);
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 220, 149, 0.38), transparent 42%),
        linear-gradient(180deg, #fffaf1 0%, #ffe9cf 100%);
    box-shadow: 0 0.65rem 1.25rem rgba(132, 77, 28, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

#chapterReaderApp .giftDialogGiftItem:active,
.chapterReaderDesktopLegacy .pcGiftDialogGiftItem:hover {
    transform: translateY(-0.08rem);
}

#chapterReaderApp .giftDialogGiftName,
.chapterReaderDesktopLegacy .pcGiftDialogGiftName {
    color: #3e2815;
    font-weight: 800;
}

#chapterReaderApp .giftDialogGiftPrice,
.chapterReaderDesktopLegacy .pcGiftDialogGiftPrice {
    color: #a57446;
    font-weight: 700;
}

#chapterReaderApp .giftDialogFooter,
.chapterReaderDesktopLegacy .pcGiftDialogFooter {
    border-top-color: rgba(218, 161, 83, 0.24);
}

#chapterReaderApp .giftDialogFooterActions,
#chapterReaderApp .giftDialogQuantityBtn,
.chapterReaderDesktopLegacy .pcGiftDialogQuantityBtn {
    border-color: rgba(215, 133, 55, 0.38);
    background: rgba(255, 253, 248, 0.94);
}

#chapterReaderApp .giftDialogDeductionBalance,
.chapterReaderDesktopLegacy .pcGiftDialogDeductionBalance {
    color: #8a6542;
    font-weight: 700;
}

#chapterReaderApp .giftDialogQuantityBtn,
#chapterReaderApp .giftDialogQuantityMenuItem,
.chapterReaderDesktopLegacy .pcGiftDialogQuantityBtn,
.chapterReaderDesktopLegacy .pcGiftDialogQuantityMenuItem {
    color: #70471f;
    font-weight: 800;
}

#chapterReaderApp .giftDialogQuantityMenu,
.chapterReaderDesktopLegacy .pcGiftDialogQuantityMenu {
    border-color: rgba(220, 151, 73, 0.36);
    background: #fffaf1;
    box-shadow: 0 0.75rem 1.8rem rgba(95, 56, 22, 0.15);
}

#chapterReaderApp .giftDialogQuantityMenuItem:active,
.chapterReaderDesktopLegacy .pcGiftDialogQuantityMenuItem:hover {
    background: rgba(230, 139, 57, 0.13);
}

#chapterReaderApp .giftDialogSubmitBtn,
.chapterReaderDesktopLegacy .pcGiftDialogSubmitBtn {
    background: linear-gradient(135deg, #d1712c 0%, #ea9445 58%, #f3b85d 100%);
    box-shadow: 0 0.65rem 1.25rem rgba(207, 105, 38, 0.22);
    font-weight: 900;
}

#chapterReaderApp .giftHonorList {
    flex: 1 1 auto;
    height: auto;
    margin-top: 1rem;
    padding: 0 1rem;
    min-height: 12rem;
}

#chapterReaderApp .giftHonorList > div:only-child,
.chapterReaderDesktopLegacy .pcGiftHonorList > div:only-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10rem;
    color: #9a6840;
    font-weight: 800;
}

#chapterReaderApp .giftHonorItem,
.chapterReaderDesktopLegacy .pcGiftHonorItem {
    min-height: 3.25rem;
    border-bottom: 1px solid rgba(219, 164, 88, 0.14);
}

#chapterReaderApp .giftHonorName,
.chapterReaderDesktopLegacy .pcGiftHonorName {
    color: #3f2815;
    font-weight: 800;
}

#chapterReaderApp .giftHonorCoins,
.chapterReaderDesktopLegacy .pcGiftHonorCoins {
    color: #a36f42;
}

#chapterReaderApp .giftHonorLike,
.chapterReaderDesktopLegacy .pcGiftHonorLike {
    min-width: 3.3rem;
    justify-content: center;
    padding: 0.32rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 239, 216, 0.78);
    color: #d9772f;
    font-weight: 900;
}

.chapterReaderDesktopLegacy .pcGiftDialogSheet {
    width: min(35rem, calc(100vw - 3rem));
    max-height: 90vh;
    padding: 1.25rem 1.35rem 1.2rem;
    border: 1px solid rgba(230, 171, 91, 0.32);
    border-radius: 1.45rem;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 214, 140, 0.28), transparent 34%),
        radial-gradient(circle at 90% 18%, rgba(238, 137, 69, 0.16), transparent 34%),
        linear-gradient(180deg, #fffdf8 0%, #fff5e7 100%);
    box-shadow: 0 1.5rem 4rem rgba(66, 37, 14, 0.24);
}

.chapterReaderDesktopLegacy .pcGiftDialogSheet-record {
    height: min(42rem, 90vh);
}

.chapterReaderDesktopLegacy .pcGiftDialogTitle {
    color: #3f2714;
    font-weight: 900;
}

.chapterReaderDesktopLegacy .pcGiftDialogRecord {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 239, 216, 0.85);
    color: #9a5d24;
    font-weight: 800;
}

.chapterReaderDesktopLegacy .pcGiftDialogCloseIcon {
    display: none;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftGrid {
    gap: 0.65rem;
    padding-right: 0.25rem;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftGrid::-webkit-scrollbar,
.chapterReaderDesktopLegacy .pcGiftHonorList::-webkit-scrollbar,
#chapterReaderApp .giftDialogSheet::-webkit-scrollbar,
#chapterReaderApp .giftHonorList::-webkit-scrollbar {
    width: 0.35rem;
}

.chapterReaderDesktopLegacy .pcGiftDialogGiftGrid::-webkit-scrollbar-thumb,
.chapterReaderDesktopLegacy .pcGiftHonorList::-webkit-scrollbar-thumb,
#chapterReaderApp .giftDialogSheet::-webkit-scrollbar-thumb,
#chapterReaderApp .giftHonorList::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(197, 128, 54, 0.36);
}

.sty-5 #chapterReaderApp .giftDialogSheet,
.sty-5 #chapterReaderApp .giftHonorSheet,
.sty-5 .chapterReaderDesktopLegacy .pcGiftDialogSheet {
    border-color: rgba(210, 153, 80, 0.28);
    background:
        radial-gradient(circle at 18% 0%, rgba(210, 122, 51, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(52, 40, 29, 0.98) 0%, rgba(38, 31, 24, 0.98) 100%);
}

.sty-5 #chapterReaderApp .giftDialogTitle,
.sty-5 #chapterReaderApp .giftHonorTitle,
.sty-5 #chapterReaderApp .giftDialogGiftName,
.sty-5 #chapterReaderApp .giftHonorName,
.sty-5 .chapterReaderDesktopLegacy .pcGiftDialogTitle,
.sty-5 .chapterReaderDesktopLegacy .pcGiftDialogGiftName,
.sty-5 .chapterReaderDesktopLegacy .pcGiftHonorName {
    color: #f5dcc0;
}

.sty-5 #chapterReaderApp .giftDialogProgressCard,
.sty-5 .chapterReaderDesktopLegacy .pcGiftDialogProgressCard,
.sty-5 #chapterReaderApp .giftDialogGiftItem,
.sty-5 .chapterReaderDesktopLegacy .pcGiftDialogGiftItem {
    border-color: rgba(210, 153, 80, 0.24);
    background: rgba(255, 245, 229, 0.06);
}
