.detail-page {
    background: #060611;
    padding-top: 30px;
    padding-bottom: 71px;
    gap: 44px;
}

.detail-h5-bg,
.detail-h5-top,
.detail-h5-bar,
.detail-meta-h5,
.detail-intro-title,
.detail-episodes-status,
.detail-episode-ranges,
.detail-episode--preview,
.detail-related-title-h5,
.detail-related-refresh {
    display: none;
}

.detail-hero {
    width: 1160px;
    padding: 29px 33px;
    background: rgba(14, 13, 29, 0.92);
    overflow: hidden;
    border-radius: 16px;
    outline: 1px rgba(59, 56, 92, 0.10) solid;
    outline-offset: -1px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 29px;
    display: flex;
}

.detail-cover {
    width: 390px;
    height: 538px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.detail-hero-main {
    width: 675px;
    min-height: 538px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.detail-hero-info {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.detail-tags {
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    display: flex;
    flex-wrap: wrap;
}

.detail-tag {
    height: 26px;
    padding: 0 11px;
    background: #171624;
    overflow: hidden;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #9E96AD;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-tag--primary {
    background: #F12B9E;
    color: white;
}

.detail-title {
    margin: 0;
    color: white;
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
}

.detail-meta {
    color: #9E96AD;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.detail-intro-block {
    width: 100%;
    max-width: 658px;
}

.detail-intro {
    margin: 0;
    width: 100%;
    color: #9E96AD;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detail-actions {
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.detail-play-btn {
    width: 144px;
    height: 45px;
    background: #F12B9E;
    overflow: hidden;
    border-radius: 23px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    box-sizing: border-box;
}

.detail-action-group {
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    display: flex;
}

.detail-action {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
}

.detail-action--active {
    color: #F12B9E;
}

.detail-action--active .detail-action-icon {
    background: #F12B9E;
}

.detail-action--active .detail-action-icon img {
    filter: brightness(0) invert(1);
}

.detail-action-icon {
    width: 36px;
    height: 36px;
    background: rgba(241, 43, 158, 0.10);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-action-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.detail-action-sep {
    width: 2px;
    height: 19px;
    background: rgba(255, 255, 255, 0.10);
}

.detail-app-banner {
    width: 100%;
    height: 76px;
    padding: 0 16px;
    background: linear-gradient(90deg, #301438 0%, #171A40 100%);
    overflow: hidden;
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
    box-sizing: border-box;
}

.detail-app-banner-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.detail-app-banner-title {
    color: white;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.detail-app-banner-desc {
    color: #9E96AD;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-app-banner-btn {
    width: 111px;
    height: 38px;
    background: linear-gradient(90deg, #F22BA1 0%, #4A59FF 100%);
    overflow: hidden;
    border-radius: 19px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    flex-shrink: 0;
}

.detail-episodes {
    width: 1160px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.detail-episodes-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-section-label {
    color: #F5F2F7;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.detail-episode-list {
    width: 1160px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
}

.detail-episode {
    width: 116px;
    height: 54px;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    cursor: pointer;
    color: #C2BFC2;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    box-sizing: border-box;
}

.detail-episode--active,
.detail-episode--pc-active {
    background: #F12B9E;
    color: white;
}

.detail-episode-coin {
    padding: 1px 3px;
    left: 75px;
    top: 5px;
    position: absolute;
    background: rgba(28, 20, 8, 0.64);
    overflow: hidden;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    display: flex;
    box-sizing: border-box;
}

.detail-episode-coin img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

.detail-episode-coin span {
    color: #FFC733;
    font-size: 12px;
    font-family: "Noto Sans SC", "PingFang SC", sans-serif;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
}

.detail-episode-lock {
    width: 24px;
    height: 24px;
    left: 92px;
    top: 0;
    position: absolute;
}

.detail-comments {
    width: 836px;
    padding: 24px;
    background: rgba(24, 23, 46, 0.88);
    overflow: hidden;
    border-radius: 21px;
    outline: 1px #383657 solid;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    box-sizing: border-box;
}

.detail-comments-head {
    align-self: stretch;
    height: 40px;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 0;
}

.detail-comments-title {
    color: white;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.detail-comments-sort {
    height: 32px;
    padding: 0 8px;
    background: #110F1F;
    overflow: hidden;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: flex;
}

.detail-sort-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.detail-sort-btn--active {
    color: white;
}

.detail-comment-composer {
    align-self: stretch;
    padding: 12px;
    background: #211F38;
    overflow: hidden;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    box-sizing: border-box;
}

.detail-comment-composer-avatar {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    object-fit: cover;
    flex-shrink: 0;
}

.detail-comment-composer-main {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.detail-comment-composer-input {
    width: 100%;
    min-height: 56px;
    padding: 10px 12px;
    background: #110F1F;
    overflow: hidden;
    border-radius: 8px;
    outline: 1px #383657 solid;
    outline-offset: -1px;
    border: none;
    resize: none;
    box-sizing: border-box;
    color: white;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-composer-input::placeholder {
    color: #948CA8;
}

.detail-comment-composer-footer {
    width: 100%;
    height: 28px;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.detail-comment-composer-status {
    height: 20px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.detail-comment-composer-logged {
    color: #F12B9E;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-composer-user {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-composer-count {
    color: #736E87;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-composer-submit {
    width: 84px;
    height: 28px;
    background: #F12B9E;
    overflow: hidden;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
    position: relative;
    gap: 6px;
    box-sizing: border-box;
}

.detail-comment-composer-submit:disabled,
.detail-comment-composer-submit.is-loading {
    opacity: 0.75;
    cursor: not-allowed;
}

.detail-comment-composer-submit.is-loading::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: detail-comment-spin 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes detail-comment-spin {
    to {
        transform: rotate(360deg);
    }
}

.detail-comments-login {
    align-self: stretch;
    height: 44px;
    padding: 0 12px;
    background: #211F38;
    overflow: hidden;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

.detail-comments-login-link {
    color: #F12B9E;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.detail-comments-login-hint {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-list {
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
}

.detail-comment {
    align-self: stretch;
    width: 100%;
    padding: 14px 0;
    overflow: hidden;
    border-bottom: 1px #2E2B47 solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    box-sizing: border-box;
}

.detail-comment:last-of-type {
    border-bottom: none;
}

.detail-comment-avatar {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    object-fit: cover;
    flex-shrink: 0;
}

.detail-comment-body {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}

.detail-comment-name {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-text {
    color: white;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.detail-comment-meta {
    height: 16px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
}

.detail-comment-time {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-like {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.detail-comment-like img {
    width: 14px;
    height: 14px;
}

.detail-comments-more {
    align-self: stretch;
    height: 43px;
    background: #211F38;
    overflow: hidden;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    cursor: pointer;
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
}

.detail-comments-more[hidden] {
    display: none !important;
}

.detail-related {
    width: 1160px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    display: inline-flex;
}

.detail-related-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-related-title {
    color: white;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 34px;
    word-wrap: break-word;
}

.detail-related-desc {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.detail-related .card-grid {
    width: 1160px;
    margin-top: 0;
    gap: 14px 16px;
}

.detail-related .poster-card {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

@media (max-width: 767px) {
    body.is-detail-page {
        background: #0E0E0E;
        position: relative;
    }

    body.is-detail-page .site-header,
    body.is-detail-page .footer-box,
    body.is-detail-page .floating-action,
    body.is-detail-page .download-fab,
    .site-header:has(+ .detail-h5-bg) {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .detail-h5-bg {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 544px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
    }

    .detail-h5-bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .detail-h5-bg-mask {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(14, 14, 14, 0.35) 0%,
            rgba(14, 14, 14, 0.72) 45%,
            #0E0E0E 100%
        );
    }

    .detail-h5-top {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        padding: calc(12px + env(safe-area-inset-top, 0px)) 16px 12px;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        pointer-events: none;
    }

    .detail-h5-back,
    .detail-h5-top-actions,
    .detail-h5-top-btn {
        pointer-events: auto;
    }

    .detail-h5-back {
        display: flex;
        width: 24px;
        height: 24px;
        margin: 0;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .detail-h5-back img {
        width: 24px;
        height: 24px;
        display: block;
    }

    .detail-h5-top-actions {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
    }

    .detail-h5-top-btn {
        width: 24px;
        height: 24px;
        padding: 0;
        border: none;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .detail-h5-top-btn img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        display: block;
    }

    .detail-page.page-shell {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: calc(48px + env(safe-area-inset-top, 0px)) 16px 96px;
        gap: 18px;
        background: transparent;
    }

    .detail-meta-pc,
    .detail-actions,
    .detail-app-banner,
    .detail-comments,
    .detail-related-desc,
    .detail-related-title-pc,
    .detail-episode-pc {
        display: none !important;
    }

    .detail-meta-h5,
    .detail-intro-title,
    .detail-episodes-status,
    .detail-episode-ranges,
    .detail-episode--preview,
    .detail-related-title-h5,
    .detail-related-refresh,
    .detail-h5-bar {
        display: flex;
    }

    .detail-hero {
        width: 100%;
        padding: 0;
        background: transparent;
        border-radius: 0;
        outline: none;
        display: grid;
        grid-template-columns: 76px 1fr;
        gap: 18px 12px;
        align-items: start;
    }

    .detail-hero-main {
        display: contents;
    }

    .detail-cover {
        width: 76px;
        height: 106px;
        border-radius: 6px;
        grid-column: 1;
        grid-row: 1;
    }

    .detail-hero-info {
        grid-column: 2;
        grid-row: 1;
        width: auto;
        gap: 12px;
        min-width: 0;
    }

    .detail-title {
        order: 1;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .detail-meta {
        order: 2;
    }

    .detail-meta-h5 {
        align-items: flex-start;
        gap: 6px;
        color: rgba(255, 255, 255, 0.35);
        font-size: 12px;
        line-height: 18px;
    }

    .detail-meta-dot {
        flex-shrink: 0;
    }

    .detail-tags {
        order: 3;
        gap: 6px;
    }

    .detail-tag {
        height: auto;
        padding: 2px 6px;
        background: rgba(255, 255, 255, 0.10);
        border-radius: 3px;
        color: rgba(255, 255, 255, 0.90);
    }

    .detail-tag--primary {
        background: rgba(255, 255, 255, 0.10);
        color: rgba(255, 255, 255, 0.90);
    }

    .detail-intro-block {
        grid-column: 1 / -1;
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .detail-intro-title {
        color: white;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }

    .detail-intro {
        color: rgba(255, 255, 255, 0.65);
        -webkit-line-clamp: 3;
    }

    .detail-intro-prefix-pc {
        display: none;
    }

    .detail-episodes {
        width: 100%;
        gap: 12px;
    }

    .detail-episodes-head {
        width: 100%;
    }

    .detail-section-label {
        color: white;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .detail-episodes-status {
        align-items: center;
        gap: 2px;
        color: #656565;
        font-size: 12px;
        line-height: 18px;
    }

    .detail-episodes-status-icon {
        width: 18px;
        height: 18px;
        opacity: 0.7;
    }

    .detail-episode-ranges {
        width: 100%;
        align-items: center;
        gap: 24px;
    }

    .detail-episode-range {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.35);
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 20px;
    }

    .detail-episode-range--active {
        color: white;
    }

    .detail-episode-list {
        width: 100%;
        gap: 6px;
    }

    .detail-episode.is-range-hidden {
        display: none !important;
    }

    .detail-episode {
        width: calc((100% - 30px) / 6);
        max-width: 58px;
        height: 58px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.05);
        color: white;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }

    .detail-episode::before {
        content: attr(data-ep);
    }

    .detail-episode--pc-active {
        background: rgba(255, 255, 255, 0.05);
        color: white;
    }

    .detail-episode--preview.detail-episode--active {
        background: rgba(246, 103, 38, 0.10);
        color: #F12B9E;
    }

    .detail-episode-lock {
        width: 20px;
        height: 20px;
        left: auto;
        right: 0;
        top: 0;
    }

    .detail-episode-coin {
        left: auto;
        right: 2px;
        top: 2px;
        padding: 1px 2px;
        border-radius: 6px;
        gap: 1px;
    }

    .detail-episode-coin img {
        width: 11px;
        height: 11px;
    }

    .detail-episode-coin span {
        font-size: 9px;
        line-height: 13px;
    }

    .detail-related {
        width: 100%;
        gap: 12px;
    }

    .detail-related-head {
        width: 100%;
    }

    .detail-related-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .detail-related-refresh {
        align-items: center;
        gap: 2px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        color: white;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 18px;
    }

    .detail-related-refresh img {
        width: 18px;
        height: 18px;
    }

    .detail-related .card-grid {
        margin-top: 0;
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start;
        gap: 9px;
        overflow-x: auto;
        overflow-y: hidden;
        grid-template-columns: none !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .detail-related .card-grid::-webkit-scrollbar {
        display: none;
    }

    .detail-related .poster-card {
        width: 98px !important;
        max-width: 98px;
        flex: 0 0 98px;
        gap: 4px;
        border-radius: 0;
    }

    .detail-related .poster-cover {
        width: 98px !important;
        height: 131px !important;
        padding-bottom: 0 !important;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        flex-shrink: 0;
    }

    .detail-related .poster-cover-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .detail-related .episode-badge,
    .detail-related .episode-badge-shifted,
    .detail-related .community-badge,
    .detail-related .free-badge-large,
    .detail-related .hot-badge-large,
    .detail-related .poster-card-subtitle,
    .detail-related .poster-card-heat,
    .detail-related .flex-spacer {
        display: none !important;
    }

    .detail-related .poster-card-body {
        width: 100%;
        gap: 4px;
        padding: 0;
    }

    .detail-related .poster-card-title {
        width: 100%;
        font-size: 12px;
        font-family: PingFang SC, sans-serif;
        font-weight: 500;
        line-height: 18px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .detail-related .poster-card-meta {
        width: 100%;
        gap: 4px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .detail-related .poster-card-tag {
        color: rgba(255, 255, 255, 0.65);
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        background: none;
        padding: 0;
        height: auto;
        border-radius: 0;
    }

    .detail-related .poster-card-tag::after {
        content: " · 60集";
        color: rgba(255, 255, 255, 0.65);
    }

    .detail-h5-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 30;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        box-sizing: border-box;
        justify-content: flex-start;
        align-items: stretch;
        gap: 12px;
    }

    .detail-h5-collect {
        padding: 11px 24px;
        background: white;
        border: none;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        cursor: pointer;
        color: #292929;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        line-height: 22px;
        flex-shrink: 0;
    }

    .detail-h5-collect--active {
        color: #F12B9E;
    }

    .detail-h5-collect--active img {
        filter: none;
    }

    .detail-h5-collect img {
        width: 16px;
        height: 16px;
    }

    .detail-h5-play {
        flex: 1;
        padding: 11px 24px;
        background: #F12B9E;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        line-height: 22px;
        text-decoration: none;
        text-align: center;
        box-sizing: border-box;
    }
}
